:root {
  --green: #193f32;
  --green-dark: #123126;
  --sage: #728365;
  --ink: #28352d;
  --muted: #6c736b;
  --paper: #fafbf7;
  --line: #e3e7dd;
  --white: #fff;
  --sidebar: 258px;
  --radius: 14px;
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.65;
}
a,
button {
  touch-action: manipulation;
}
button {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
}
p {
  line-height: 1.75;
  color: var(--muted);
}
svg.icon {
  width: 20px;
  height: 20px;
  flex: none;
}
a,
button,
summary {
  outline-offset: 5px;
}
:focus-visible {
  outline: 2px solid #708764;
}
a:hover {
  color: var(--green);
}
.skip {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 100;
  background: var(--green);
  color: white;
  padding: 14px;
}
.skip:focus {
  top: 12px;
}
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: var(--sidebar);
  padding: 33px 20px 18px;
  background: #f4f6ef;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  z-index: 40;
  overflow-y: auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-size: 23px;
  font-weight: 750;
  letter-spacing: -1px;
  white-space: nowrap;
}
.brand-light {
  font-weight: 450;
}
.brand small {
  display: block;
  font-size: 7.6px;
  font-weight: 600;
  letter-spacing: 1.4px;
  margin-top: 5px;
}
.brand-mark {
  width: 38px;
  height: 40px;
  border-radius: 10px 3px 10px 3px;
  background: var(--green);
  color: #edf2df;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-mark .icon {
  width: 24px;
  height: 24px;
}
.sidebar-search {
  margin: 33px 0 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dee3d7;
  background: transparent;
  border-radius: 7px;
  width: 100%;
  padding: 11px 8px;
  font-size: 11px;
  color: #72786d;
  text-align: left;
}
.sidebar-search .icon {
  width: 15px;
  height: 15px;
}
.sidebar-search kbd {
  font-size: 9px;
  margin-left: auto;
  white-space: nowrap;
  padding: 3px;
  border: 1px solid #dce1d6;
  border-radius: 3px;
}
.nav-link,
.nav-group summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 11px;
  font-size: 12px;
  border-radius: 6px;
  line-height: 1.4;
  color: #505b50;
}
.nav-link .icon,
.nav-group .icon {
  width: 17px;
  height: 17px;
}
.nav-link.active {
  background: #e4eada;
  color: var(--green);
  font-weight: 600;
}
.active-dot {
  width: 5px;
  height: 5px;
  background: var(--green);
  border-radius: 50%;
  margin-left: auto;
}
.nav-caption {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #838b7e;
  margin: 28px 11px 9px;
}
.nav-group summary {
  list-style: none;
  cursor: pointer;
}
.nav-group summary::-webkit-details-marker {
  display: none;
}
.nav-group summary:hover,
.nav-link:hover {
  background: #e9eee1;
}
.chevron {
  margin-left: auto;
}
.nav-group[open] .chevron {
  transform: rotate(180deg);
}
.nav-children {
  margin-left: 19px;
  padding: 3px 0 4px 17px;
  border-left: 1px solid #d2dac9;
}
.nav-children a {
  display: block;
  padding: 9px 3px;
  font-size: 11px;
  line-height: 1.4;
  color: var(--muted);
}
.nav-children a[aria-current] {
  color: var(--green);
  font-weight: 650;
}
.nav-divider {
  height: 1px;
  background: var(--line);
  margin: 23px 10px 15px;
}
.sidebar-bottom {
  margin-top: auto;
  padding-top: 30px;
}
.help-card {
  background: #e9eddf;
  border: 1px solid #dfe5d4;
  border-radius: 9px;
  padding: 17px 15px;
}
.help-icon {
  display: block;
  color: #556e4d;
  margin-bottom: 10px;
}
.help-card h3 {
  font-size: 15px;
  margin: 0 0 7px;
  font-weight: 550;
}
.help-card p {
  font-size: 11px;
  line-height: 1.7;
  margin: 0 0 15px;
}
.help-card a {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 650;
}
.help-card .icon {
  width: 16px;
  height: 16px;
}
.sidebar-foot {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  color: #7d8675;
  margin: 20px 8px 0;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #748a5b;
  flex: none;
}
.site-shell {
  margin-left: var(--sidebar);
}
.topbar {
  height: 82px;
  border-bottom: 1px solid var(--line);
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fdfdf9;
  gap: 20px;
}
.topbar-location {
  font-size: 11px;
  color: #787f71;
  display: flex;
  align-items: center;
  gap: 8px;
}
.topbar nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 11px;
}
.topbar-cta {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 11px 15px;
  border: 1px solid #d4dccb;
  border-radius: 5px;
  color: var(--green);
}
.topbar-cta .icon {
  width: 16px;
  height: 16px;
}
main {
  max-width: 1540px;
  padding: 0 46px 54px;
  margin: auto;
}
.hero {
  display: grid;
  grid-template-columns: 1.07fr 1fr;
  gap: 26px;
  align-items: center;
  padding: 54px 0 39px;
}
.hero-kicker {
  font-size: 9px;
  letter-spacing: 1.5px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #647557;
  margin-bottom: 25px;
}
.hero h1 {
  font-size: clamp(42px, 4.1vw, 67px);
  letter-spacing: -2.7px;
  line-height: 1.12;
  color: var(--green);
  font-weight: 500;
  margin-bottom: 23px;
}
.hero h1 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: #7b8969;
  letter-spacing: -2px;
}
.hero-copy > p {
  font-size: 13px;
  line-height: 1.85;
  margin-bottom: 25px;
}
.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid var(--green);
  border-radius: 6px;
  background: var(--green);
  color: #fff;
  font-size: 11px;
  font-weight: 550;
  min-height: 45px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #2e5740;
  color: #fff;
  transform: translateY(-2px);
}
.button .icon {
  width: 16px;
  height: 16px;
}
.button.secondary {
  background: transparent;
  border-color: #d9dfd1;
  color: var(--green);
}
.button.secondary:hover {
  background: #e9eedf;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #858a7e;
  font-size: 9px;
  margin-top: 22px;
}
.hero-note .icon {
  width: 14px;
  height: 14px;
  color: #7d8d65;
}
.hero-note > span {
  margin: 0 3px;
}
.hero-visual {
  height: 424px;
  position: relative;
  border-radius: 14px;
  isolation: isolate;
}
.hero-visual > img {
  height: 100%;
  width: 100%;
  border-radius: 14px;
  object-position: 49% center;
}
.visual-label {
  position: absolute;
  top: 19px;
  left: 19px;
  border: 1px solid #ffffff70;
  border-radius: 4px;
  background: #fcfcf0cf;
  padding: 8px 10px;
  font-size: 8px;
  letter-spacing: 1.3px;
  color: #405038;
}
.floating-note {
  position: absolute;
  left: -20px;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #ffffffee;
  border: 1px solid #f8faee;
  border-radius: 9px;
  box-shadow: 0 10px 30px #2433250c;
  padding: 17px 20px;
  font-size: 13px;
  color: #344630;
  backdrop-filter: blur(12px);
}
.floating-note > span {
  background: #e9eedc;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #62794b;
}
.floating-note small {
  display: block;
  font-size: 9px;
  color: #878b7e;
  margin-top: 6px;
}
.trust-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 21px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #65715f;
  font-size: 10px;
}
.trust-strip > span {
  letter-spacing: 1.4px;
  font-size: 8px;
  color: #848c7b;
}
.trust-strip > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.trust-strip .icon {
  width: 16px;
  height: 16px;
}
.section {
  margin-top: 58px;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}
.eyebrow {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #788366;
  margin: 0 0 13px;
}
.section-head h2 {
  font-size: 31px;
  line-height: 1.22;
  letter-spacing: -1px;
  color: var(--green);
  margin-bottom: 11px;
}
.section-head p:not(.eyebrow) {
  font-size: 12px;
  margin-bottom: 0;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 550;
  color: var(--green);
}
.text-link .icon {
  width: 16px;
  height: 16px;
}
.section-head > .text-link {
  white-space: nowrap;
  margin-bottom: 3px;
}
.category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}
.category-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  transition:
    box-shadow 0.25s,
    transform 0.25s;
}
.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px #1b39230d;
}
.card-image {
  height: 235px;
  position: relative;
  overflow: hidden;
}
.card-image > img {
  height: 100%;
  width: 100%;
  transition: transform 0.6s;
}
.category-card:hover .card-image > img {
  transform: scale(1.035);
}
.image-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: 16px;
  left: 16px;
  background: #ffffffeb;
  border: 1px solid #ffffff80;
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 9px;
  color: #43513a;
}
.image-tag .icon {
  width: 13px;
  height: 13px;
}
.round-arrow {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #fff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: grid;
  place-items: center;
  color: var(--green);
}
.round-arrow .icon {
  width: 16px;
}
.card-copy {
  padding: 24px;
  position: relative;
}
.card-copy h3 {
  font-size: 21px;
  color: var(--green);
  letter-spacing: -0.5px;
  padding-right: 22px;
  margin-bottom: 12px;
}
.card-copy p {
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 18px;
  max-width: 370px;
}
.card-number {
  position: absolute;
  top: 26px;
  right: 23px;
  font-size: 11px;
  color: #a4aa9b;
}
.card-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.card-tags span {
  border: 1px solid #e7eadf;
  padding: 5px 7px;
  border-radius: 4px;
  font-size: 8px;
  color: #798170;
  background: #fbfcf8;
}
.markets {
  background: #eef2e7;
  border: 1px solid #e5e9dc;
  padding: 31px;
  border-radius: 13px;
}
.market-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.market-card {
  display: flex;
  gap: 18px;
  background: #fafbf6;
  border: 1px solid #dfe5d5;
  border-radius: 9px;
  padding: 23px 19px;
  transition: background 0.2s;
}
.market-card:hover {
  background: #fff;
}
.market-symbol {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 33px;
  background: #f4e8de;
  color: #ab6359;
}
.market-symbol.avrupa {
  background: #e7ebef;
  color: #6e7e8d;
  font-size: 27px;
}
.market-card .eyebrow {
  font-size: 7px;
  letter-spacing: 1.2px;
  margin: 4px 0 9px;
}
.market-card h3 {
  font-size: 17px;
  color: var(--green);
  margin-bottom: 10px;
}
.market-card p {
  font-size: 11px;
  line-height: 1.7;
  margin-bottom: 17px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.step {
  border-top: 1px solid #dce2d2;
  padding-top: 20px;
}
.step > span {
  color: #889776;
  font-size: 12px;
  display: block;
  margin-bottom: 19px;
}
.step h3 {
  font-size: 16px;
  margin-bottom: 9px;
  color: var(--green);
}
.step p {
  font-size: 11px;
  line-height: 1.8;
  margin: 0;
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}
.guide-image {
  height: 168px;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 19px;
}
.guide-image img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
}
.guide-card:hover img {
  transform: scale(1.04);
}
.guide-card > .eyebrow {
  font-size: 7px;
  letter-spacing: 1px;
}
.guide-card .eyebrow span {
  color: #949a8c;
  letter-spacing: 0;
  margin-left: 5px;
}
.guide-card h3 {
  font-size: 18px;
  color: var(--green);
  line-height: 1.45;
  letter-spacing: -0.2px;
  max-width: 280px;
  margin-bottom: 17px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  padding: 37px 0 0;
  border-top: 1px solid var(--line);
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  padding: 17px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 12px;
  cursor: pointer;
  line-height: 1.6;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary span {
  font-size: 18px;
  font-weight: 300;
  color: #798a69;
}
.faq details[open] summary span {
  transform: rotate(45deg);
}
.faq details p {
  font-size: 12px;
  margin: 0 20px 20px 0;
}
.cta {
  margin-top: 60px;
  background: var(--green);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  border-radius: 12px;
  padding: 37px 38px;
  position: relative;
  overflow: hidden;
}
.cta .eyebrow {
  color: #b7c6a3;
  font-size: 8px;
}
.cta h2 {
  font-size: 35px;
  letter-spacing: -1px;
  margin: 13px 0;
}
.cta p {
  color: #c4cdbd;
  font-size: 12px;
  margin: 0;
}
.cta .button {
  background: #eef2e4;
  color: var(--green);
  border-color: #eef2e4;
  flex: none;
}
.cta .button:hover {
  background: #fff;
}
footer {
  border-top: 1px solid var(--line);
  padding: 34px 46px 20px;
  background: #f5f7f0;
}
.footer-main {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-main .brand {
  font-size: 21px;
}
.footer-main .brand small {
  font-size: 6px;
}
.footer-main .brand-mark {
  width: 30px;
  height: 34px;
}
.footer-main p {
  font-size: 10px;
  margin: 0 auto;
}
.footer-main > a:last-child {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 25px;
  padding-top: 19px;
  font-size: 9px;
  color: #838b79;
}
.footer-bottom > div {
  display: flex;
  gap: 20px;
}
.image-disclosure {
  font-size: 8px;
  margin: 17px 0 0;
  color: #949a8d;
}
.breadcrumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 10px;
  color: #7b8572;
  margin: 28px 0 0;
  line-height: 1.7;
}
.breadcrumbs > span[aria-current] {
  color: var(--green);
}
.page-intro {
  padding: 42px 0 29px;
  max-width: 690px;
}
.page-intro h1 {
  color: var(--green);
  font-size: clamp(34px, 3.5vw, 55px);
  letter-spacing: -1.8px;
  line-height: 1.13;
  margin-bottom: 22px;
}
.page-intro > p:last-child {
  font-size: 15px;
  line-height: 1.8;
  max-width: 630px;
  margin: 0;
}
.category-intro {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 35px;
  align-items: center;
  padding: 10px 0 0;
}
.category-intro-image {
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 25px;
}
.category-intro-image img {
  height: 100%;
  width: 100%;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.service-card {
  padding: 27px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 11px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px #213b2410;
}
.service-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #edf2e5;
  color: #6c8059;
  margin-bottom: 20px;
}
.service-card h3 {
  font-size: 21px;
  color: var(--green);
  margin-bottom: 12px;
}
.service-card p {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 22px;
}
.source-note {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #eff3e9;
  border-left: 3px solid #8a9c76;
  border-radius: 0 6px 6px 0;
  padding: 23px;
  margin-top: 35px;
  font-size: 13px;
}
.source-note > .icon {
  margin-top: 2px;
  color: #758964;
}
.source-note strong {
  font-size: 12px;
  display: block;
  margin-bottom: 9px;
}
.source-note a {
  font-size: 12px;
  display: block;
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 4px;
  line-height: 1.6;
}
.source-note small {
  display: block;
  font-size: 10px;
  color: #77806d;
  line-height: 1.7;
  margin-top: 9px;
}
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 265px;
  gap: 37px;
  align-items: start;
}
.detail-image {
  margin: 5px 0 35px;
}
.detail-image img {
  width: 100%;
  border-radius: 12px;
  max-height: 400px;
}
.detail-image figcaption {
  font-size: 9px;
  color: #828b78;
  margin-top: 8px;
}
.prose {
  max-width: 780px;
}
.prose h2 {
  font-size: 26px;
  letter-spacing: -0.5px;
  color: var(--green);
  margin: 35px 0 18px;
}
.prose p {
  font-size: 14px;
  line-height: 1.95;
}
.prose p a {
  color: var(--green);
  text-decoration: underline;
}
.detail-aside {
  position: sticky;
  top: 25px;
  background: #edf1e5;
  border: 1px solid #e0e6d6;
  border-radius: 12px;
  padding: 25px;
  margin-top: 42px;
}
.detail-aside h3 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: var(--green);
  margin: 17px 0;
}
.detail-aside p {
  font-size: 12px;
}
.detail-aside .button {
  width: 100%;
}
.aside-related {
  border-top: 1px solid #d9e0d0;
  margin-top: 26px;
  padding-top: 21px;
}
.aside-related h4 {
  font-size: 11px;
  font-weight: 550;
}
.aside-related a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  padding: 10px 0;
  line-height: 1.5;
}
.aside-related .icon {
  width: 14px;
  height: 14px;
}
.output-list {
  list-style: none;
  padding: 0;
}
.output-list li {
  display: flex;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.output-list .icon {
  color: #75865f;
}
.guide-index {
  margin-top: 15px;
}
.process-image {
  height: 350px;
  overflow: hidden;
  border-radius: 12px;
}
.process-image img {
  width: 100%;
  height: 100%;
  object-position: center 52%;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 45px;
  padding-top: 10px;
}
.contact-layout .page-intro h1 {
  font-size: 46px;
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 15px 0 30px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.contact-info > .icon {
  width: 26px;
  height: 26px;
  color: #7b8c69;
}
.contact-info span {
  display: block;
  font-size: 8px;
  letter-spacing: 1.4px;
  color: #818c74;
  margin-bottom: 9px;
}
.contact-info a {
  font-size: 21px;
  color: var(--green);
}
.contact-aside h3 {
  font-size: 21px;
  color: var(--green);
}
.contact-aside p,
.contact-aside li {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
}
.contact-aside ul {
  padding-left: 18px;
}
.contact-form {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
}
.contact-form h2 {
  font-size: 27px;
  color: var(--green);
  margin-bottom: 10px;
}
.contact-form > p {
  font-size: 11px;
}
.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 11px;
  margin-bottom: 18px;
  color: #4f5f49;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  background: #fbfcf8;
  border: 1px solid #dde3d5;
  border-radius: 5px;
  color: var(--ink);
  font-size: 12px;
  min-width: 0;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #909886;
}
.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.contact-form label.consent {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-size: 10px;
  line-height: 1.7;
}
.consent input {
  width: 15px;
  height: 15px;
  flex: none;
  margin: 2px 0;
  accent-color: var(--green);
}
.consent a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact-form > .button {
  width: 100%;
}
.contact-form > small {
  display: block;
  color: #858e7c;
  font-size: 9px;
  line-height: 1.8;
}
.form-status:not(:empty) {
  padding: 12px;
  background: #eff3e9;
  border-radius: 5px;
  margin: 14px 0;
}
.form-status.error {
  color: #9b3d2f;
  background: #fff0e9;
}
.honey {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.sitemap-group {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.sitemap-group h2 {
  font-size: 22px;
  color: var(--green);
}
.sitemap-group ul,
.sitemap-links {
  padding-left: 18px;
}
.sitemap-group li,
.sitemap-links li {
  font-size: 14px;
  margin: 15px 0;
  color: var(--muted);
}
.icon-button {
  background: none;
  border: 0;
  padding: 9px;
  display: grid;
  place-items: center;
}
.mobile-close,
.menu-toggle {
  display: none;
}
.sidebar-scrim {
  display: none;
}
dialog {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
  width: min(610px, calc(100% - 30px));
  color: var(--ink);
  box-shadow: 0 30px 100px #10281c40;
  max-height: 80vh;
}
dialog::backdrop {
  background: #15231980;
  backdrop-filter: blur(4px);
}
dialog form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  margin-bottom: 13px;
}
.search-input {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #cfdbc4;
  padding: 12px;
  border-radius: 7px;
}
.search-input input {
  border: 0;
  outline: 0;
  min-width: 0;
  width: 100%;
  font-size: 16px;
  color: var(--ink);
}
#search-results {
  max-height: 48vh;
  overflow-y: auto;
  margin-top: 15px;
}
#search-results > a {
  display: block;
  padding: 13px 10px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
#search-results > a:hover {
  background: #f0f5e8;
}
#search-results small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin-top: 5px;
}
#search-results > p {
  font-size: 13px;
  padding: 10px;
}
.search-hint {
  font-size: 10px;
  margin: 15px 0 0;
}
body.menu-open {
  overflow: hidden;
}
@media (min-width: 1600px) {
  :root {
    --sidebar: 280px;
  }
  main {
    padding-left: 65px;
    padding-right: 65px;
  }
  .hero {
    gap: 60px;
  }
  .hero-visual {
    height: 510px;
  }
  .hero-copy > p {
    font-size: 15px;
  }
  .hero h1 {
    font-size: 76px;
  }
  .card-image {
    height: 290px;
  }
  .sidebar {
    padding-left: 26px;
    padding-right: 26px;
  }
  .topbar {
    padding-left: 65px;
    padding-right: 65px;
  }
  .section-head h2 {
    font-size: 37px;
  }
}
@media (max-width: 1200px) {
  :root {
    --sidebar: 236px;
  }
  .sidebar {
    padding-left: 16px;
    padding-right: 16px;
  }
  .brand {
    font-size: 21px;
  }
  .brand small {
    font-size: 6.6px;
  }
  .topbar {
    padding: 0 28px;
  }
  .topbar-location {
    font-size: 9px;
  }
  .topbar nav {
    gap: 17px;
  }
  main {
    padding: 0 30px 40px;
  }
  .hero {
    gap: 20px;
  }
  .hero h1 {
    font-size: 46px;
    letter-spacing: -2px;
  }
  .hero-visual {
    height: 390px;
  }
  .hero-copy > p {
    font-size: 12px;
  }
  .hero-kicker {
    font-size: 7px;
    letter-spacing: 1.1px;
  }
  .hero-note {
    font-size: 8px;
    gap: 5px;
  }
  .hero-actions {
    gap: 8px;
  }
  .hero-actions .button {
    font-size: 10px;
    padding: 12px;
    gap: 11px;
  }
  .floating-note {
    padding: 13px;
    font-size: 11px;
    left: -13px;
  }
  .floating-note small {
    font-size: 8px;
  }
  .trust-strip {
    font-size: 8px;
    gap: 10px;
  }
  .trust-strip > span {
    font-size: 7px;
  }
  .trust-strip .icon {
    width: 14px;
    height: 14px;
  }
  .card-image {
    height: 205px;
  }
  .card-copy {
    padding: 21px;
  }
  .card-copy h3 {
    font-size: 19px;
  }
  .markets {
    padding: 26px;
  }
  .market-card {
    padding: 19px 15px;
    gap: 12px;
  }
  .market-symbol {
    width: 34px;
    height: 34px;
  }
  .market-card h3 {
    font-size: 15px;
  }
  .detail-layout {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 25px;
  }
  .detail-aside {
    padding: 20px;
  }
  .contact-layout {
    gap: 27px;
  }
  .contact-form {
    padding: 23px;
  }
  .topbar-location .status-dot {
    display: none;
  }
  .footer-main p {
    font-size: 8px;
  }
}
@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .desktop-br {
    display: none;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-visual {
    height: 385px;
  }
  .hero-note {
    flex-wrap: wrap;
    line-height: 1.7;
  }
  .hero-note > span {
    display: none;
  }
  .topbar-location {
    display: none;
  }
  .topbar {
    justify-content: flex-end;
  }
  .trust-strip > span {
    display: none;
  }
  .section-head h2 {
    font-size: 28px;
  }
  .market-grid {
    grid-template-columns: 1fr;
  }
  .market-card {
    padding: 20px;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .guide-grid {
    gap: 17px;
  }
  .guide-image {
    height: 125px;
  }
  .guide-card h3 {
    font-size: 15px;
  }
  .guide-card .eyebrow span {
    display: none;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .faq .section-head {
    margin-bottom: 8px;
  }
  .cta {
    padding: 30px;
    align-items: flex-start;
    flex-direction: column;
  }
  .cta h2 {
    font-size: 32px;
  }
  .category-intro {
    grid-template-columns: 1fr;
  }
  .category-intro-image {
    margin: 0;
    height: 300px;
  }
  .category-intro .page-intro {
    padding-bottom: 0;
  }
  .detail-layout {
    grid-template-columns: 1fr;
  }
  .detail-aside {
    position: static;
    margin-top: 0;
  }
  .aside-related {
    display: none;
  }
  .detail-aside > .button {
    width: auto;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-layout .page-intro {
    max-width: none;
  }
  .contact-aside {
    display: none;
  }
  .contact-form {
    margin-top: 0;
  }
  .footer-main p {
    display: none;
  }
  .footer-main {
    justify-content: space-between;
  }
  footer {
    padding: 30px;
  }
  .services-grid {
    gap: 15px;
  }
  .service-card {
    padding: 22px;
  }
}
@media (max-width: 760px) {
  :root {
    --sidebar: 258px;
  }
  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.25s;
    padding: 28px 20px 20px;
  }
  .menu-open .sidebar {
    transform: translateX(0);
  }
  .menu-open .sidebar-scrim {
    display: block;
    position: fixed;
    inset: 0;
    background: #17231775;
    z-index: 39;
    backdrop-filter: blur(2px);
  }
  .mobile-close {
    display: grid;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 6px;
  }
  .mobile-close .icon {
    width: 17px;
    height: 17px;
  }
  .menu-toggle {
    display: grid;
  }
  .site-shell {
    margin: 0;
  }
  .topbar {
    height: 68px;
    padding: 0 20px;
    justify-content: space-between;
  }
  .topbar-location {
    display: flex;
    font-size: 10px;
    margin-right: auto;
  }
  .topbar-location .status-dot {
    display: inline-block;
  }
  .topbar nav:not(.language-switch) > a:not(.topbar-cta) {
    display: none;
  }
  .topbar-cta {
    padding: 9px 11px;
    font-size: 10px;
    gap: 9px;
  }
  .topbar-cta .icon {
    width: 14px;
    height: 14px;
  }
  main {
    padding: 0 24px 35px;
  }
  .hero {
    padding-top: 38px;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-kicker {
    font-size: 7px;
    letter-spacing: 0.8px;
    margin-bottom: 21px;
  }
  .hero-visual {
    height: 380px;
  }
  .hero-copy > p {
    font-size: 12px;
  }
  .hero-actions {
    flex-direction: row;
  }
  .hero-note {
    font-size: 8px;
  }
  .floating-note {
    bottom: 24px;
    left: -10px;
  }
  .visual-label {
    font-size: 7px;
    left: 12px;
    top: 12px;
    padding: 6px;
  }
  .trust-strip {
    font-size: 9px;
    justify-content: space-around;
    padding: 20px 0;
  }
  .trust-strip > div {
    gap: 6px;
  }
  .section {
    margin-top: 42px;
  }
  .category-grid {
    gap: 17px;
  }
  .card-copy {
    padding: 19px;
  }
  .card-copy h3 {
    font-size: 19px;
  }
  .card-image {
    height: 205px;
  }
  .card-tags span {
    font-size: 7px;
  }
  .category-intro {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .category-intro-image {
    height: 270px;
    margin-top: 27px;
  }
  .page-intro h1 {
    font-size: 38px;
  }
  .page-intro > p:last-child {
    font-size: 13px;
  }
  .page-intro {
    padding-top: 32px;
  }
  .guide-image {
    height: 150px;
  }
  .faq {
    margin-top: 45px;
  }
  .cta {
    flex-direction: row;
    align-items: center;
    padding: 30px 25px;
  }
  .cta .button {
    font-size: 10px;
    padding: 12px;
  }
  .cta h2 {
    font-size: 30px;
  }
  .cta p {
    font-size: 10px;
  }
  .footer-main .brand {
    font-size: 19px;
  }
  footer {
    padding: 27px 24px 20px;
  }
  .contact-layout {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .contact-layout .page-intro h1 {
    font-size: 35px;
  }
  .contact-form {
    margin-top: 26px;
    padding: 21px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-form h2 {
    font-size: 24px;
  }
  .contact-aside {
    display: block;
  }
  .contact-aside h3 {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .topbar-location {
    font-size: 9px;
  }
  .topbar-location .status-dot {
    display: none;
  }
  .topbar {
    padding: 0 13px;
    gap: 9px;
  }
  .topbar-cta {
    font-size: 9px;
    padding: 9px;
    gap: 7px;
  }
  main {
    padding: 0 20px 28px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 32px;
    gap: 31px;
    padding-bottom: 29px;
  }
  .hero h1 {
    font-size: 49px;
    letter-spacing: -2.2px;
    line-height: 1.1;
    margin-bottom: 22px;
  }
  .hero-kicker {
    font-size: 8px;
    letter-spacing: 1.05px;
    margin-bottom: 21px;
  }
  .hero-copy > p {
    font-size: 13px;
    max-width: 355px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
  .hero-actions {
    gap: 9px;
    flex-wrap: nowrap;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 13px 15px;
    gap: 12px;
  }
  .hero-note {
    font-size: 8px;
    gap: 7px;
    margin-top: 19px;
  }
  .hero-note > span {
    display: inline;
  }
  .hero-visual {
    height: 320px;
    margin-left: 7px;
  }
  .floating-note {
    left: -7px;
    bottom: 20px;
    padding: 14px 15px;
    font-size: 12px;
  }
  .floating-note small {
    font-size: 9px;
  }
  .visual-label {
    font-size: 7px;
    padding: 8px 10px;
    left: 15px;
    top: 15px;
  }
  .trust-strip {
    gap: 12px;
    align-items: flex-start;
    font-size: 8px;
    justify-content: space-between;
  }
  .trust-strip > div {
    max-width: 90px;
    gap: 5px;
    line-height: 1.6;
  }
  .trust-strip .icon {
    width: 15px;
    height: 15px;
    margin-top: 2px;
  }
  .section-head {
    gap: 15px;
    margin-bottom: 22px;
  }
  .section-head h2 {
    font-size: 29px;
  }
  .section-head p:not(.eyebrow) {
    font-size: 12px;
  }
  .section-head > .text-link {
    font-size: 9px;
    gap: 4px;
    margin-bottom: 5px;
    max-width: 80px;
    white-space: normal;
    line-height: 1.6;
  }
  .section-head > .text-link .icon {
    width: 13px;
    height: 13px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.4px;
  }
  .category-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .card-image {
    height: 245px;
  }
  .card-copy {
    padding: 23px;
  }
  .card-copy h3 {
    font-size: 23px;
  }
  .card-copy p {
    font-size: 12px;
    line-height: 1.8;
  }
  .card-tags span {
    font-size: 8px;
    padding: 5px 7px;
  }
  .markets {
    padding: 24px 19px;
    margin-left: -1px;
    margin-right: -1px;
  }
  .market-grid {
    gap: 14px;
  }
  .market-card {
    padding: 21px 16px;
    gap: 14px;
  }
  .market-card h3 {
    font-size: 18px;
  }
  .market-card p {
    font-size: 11px;
  }
  .market-symbol {
    width: 37px;
    height: 37px;
  }
  .market-card .eyebrow {
    font-size: 7px;
  }
  .steps {
    gap: 28px 23px;
  }
  .step h3 {
    font-size: 16px;
  }
  .step p {
    font-size: 11px;
  }
  .guide-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .guide-image {
    height: 225px;
  }
  .guide-card h3 {
    font-size: 22px;
    max-width: none;
  }
  .guide-card .eyebrow {
    font-size: 8px;
  }
  .guide-card .eyebrow span {
    display: inline;
  }
  .guide-card .text-link {
    font-size: 11px;
  }
  .faq summary {
    font-size: 12px;
  }
  .faq .section-head h2 {
    font-size: 30px;
  }
  .cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 25px;
    gap: 25px;
    margin-top: 42px;
  }
  .cta h2 {
    font-size: 34px;
  }
  .cta p {
    font-size: 12px;
  }
  .cta .button {
    font-size: 11px;
    padding: 13px 17px;
  }
  .footer-main {
    gap: 12px;
  }
  .footer-main > a:last-child {
    font-size: 9px;
    gap: 5px;
  }
  .footer-main > a:last-child .icon {
    width: 14px;
  }
  .footer-main .brand {
    font-size: 18px;
    gap: 7px;
  }
  .footer-main .brand small {
    font-size: 5.5px;
  }
  .footer-bottom {
    font-size: 8px;
    gap: 10px;
  }
  .footer-bottom > div {
    gap: 12px;
  }
  .image-disclosure {
    font-size: 7px;
  }
  .breadcrumbs {
    font-size: 9px;
    margin-top: 21px;
    gap: 7px;
  }
  .page-intro {
    padding-top: 28px;
  }
  .page-intro h1 {
    font-size: 39px;
    letter-spacing: -1.5px;
  }
  .category-intro {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .category-intro-image {
    margin: 0;
    height: 250px;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .service-card {
    padding: 24px;
  }
  .service-card h3 {
    font-size: 22px;
  }
  .source-note {
    padding: 18px;
    gap: 11px;
  }
  .source-note a {
    font-size: 11px;
  }
  .detail-layout {
    gap: 24px;
  }
  .detail-image img {
    min-height: 225px;
  }
  .detail-image figcaption {
    font-size: 8px;
    line-height: 1.6;
  }
  .prose h2 {
    font-size: 25px;
  }
  .prose p {
    font-size: 13px;
    line-height: 1.95;
  }
  .detail-aside {
    padding: 24px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-layout .page-intro h1 {
    font-size: 41px;
  }
  .contact-aside {
    display: none;
  }
  .contact-info {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .contact-form {
    margin-top: 0;
    padding: 23px;
  }
  .form-row {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px;
    padding: 11px;
    width: 100%;
  }
  .contact-form select {
    font-size: 13px;
  }
  .contact-form label {
    font-size: 11px;
  }
  .contact-form h2 {
    font-size: 28px;
  }
  .process-image {
    height: 250px;
  }
  .search-hint {
    font-size: 11px;
  }
  dialog {
    padding: 20px;
  }
  .guide-index {
    margin-top: 12px;
  }
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 44px;
  }
  .topbar-location {
    font-size: 8px;
  }
  .hero-actions .button {
    padding: 12px;
    font-size: 10px;
  }
  .hero-note {
    font-size: 7px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }
  .hero-visual {
    height: 290px;
  }
  .card-image {
    height: 220px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
/* Prevent long native select labels from expanding grid columns on small screens. */
.contact-layout > * {
  min-width: 0;
}
.form-row {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.form-row > label {
  min-width: 0;
}
@media (min-width: 561px) and (max-width: 760px) {
  .form-row {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 360px) {
  .form-row {
    grid-template-columns: minmax(0, 1fr);
  }
}
.contact-form .consent input {
  width: 16px;
  height: 16px;
  padding: 0;
  flex: 0 0 16px;
}
.contact-form .consent span {
  min-width: 0;
}
.faq .section-head {
  align-self: start;
}
/* Global market directory and expanded editorial content */
.market-card.market-photo {
  display: block;
  padding: 0;
  overflow: hidden;
}
.market-photo-image {
  height: 175px;
  overflow: hidden;
}
.market-photo-image img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
}
.market-photo:hover img {
  transform: scale(1.03);
}
.market-photo > div:last-child {
  padding: 22px;
}
.market-photo h3 {
  font-size: 22px;
}
.market-photo p {
  font-size: 12px;
}
.world-link {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d8dfcf;
  margin-top: 25px;
  padding-top: 25px;
  font-size: 12px;
  color: var(--green);
}
.world-link strong {
  display: block;
  font-size: 19px;
  font-weight: 500;
}
.world-link small {
  display: block;
  color: var(--muted);
  margin-top: 7px;
}
.world-link .icon {
  width: 19px;
}
.editorial-sections {
  margin: 26px 0;
}
.editorial-sections section {
  margin-bottom: 30px;
}
.editorial-sections h2 {
  font-size: 25px;
  line-height: 1.35;
  letter-spacing: -0.5px;
  color: var(--green);
  margin-bottom: 13px;
}
.editorial-sections p {
  font-size: 14px;
  line-height: 1.9;
}
.review-date {
  font-size: 10px;
  margin: 0 0 22px;
  color: #65735c;
}
.review-date a {
  text-decoration: underline;
}
.document-list {
  padding-left: 20px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
}
.document-list li {
  margin: 10px 0;
}
.source-note a + a {
  margin-top: 10px;
}
.source-note small a {
  display: inline;
  font-size: inherit;
}
.world-summary {
  display: flex;
  align-items: center;
  gap: 28px;
  border: 1px solid #d9e2ce;
  background: #edf2e5;
  border-radius: 12px;
  padding: 25px 30px;
  margin: 5px 0 25px;
}
.world-summary > strong {
  font-size: 43px;
  font-weight: 450;
  color: var(--green);
  line-height: 1.1;
}
.world-summary > strong span {
  display: block;
  font-size: 11px;
  margin-top: 8px;
  white-space: nowrap;
}
.world-summary p {
  font-size: 13px;
  margin: 0;
  max-width: 440px;
}
.world-summary > a {
  margin-left: auto;
  flex-shrink: 0;
}
.region-navigation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.region-navigation a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 13px;
}
.region-navigation span {
  font-size: 11px;
  color: #627052;
  background: #edf2e5;
  border-radius: 5px;
  padding: 4px 7px;
}
.country-filters {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #edf2e7;
  margin: 24px 0 15px;
}
.country-filters label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 12px;
  flex: 1;
  min-width: 0;
}
.country-filters input,
.country-filters select {
  width: 100%;
  min-width: 0;
  font: inherit;
  font-size: 14px;
  padding: 13px;
  border: 1px solid #ccd7bf;
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
}
.country-filters > .button {
  font-size: 12px;
}
.country-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.country-entry {
  display: flex;
  gap: 15px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  scroll-margin-top: 25px;
}
.country-entry:target {
  border-color: #6d8855;
  box-shadow: 0 0 0 3px #e0eacd;
}
.country-entry > div {
  min-width: 0;
}
.country-code {
  font-size: 11px;
  width: 35px;
  height: 35px;
  flex: none;
  background: #eef3e7;
  color: #61764e;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.country-entry h3 {
  font-size: 16px;
  line-height: 1.4;
  color: var(--green);
  margin-bottom: 6px;
}
.country-entry p {
  font-size: 10px;
  margin-bottom: 15px;
}
.country-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.country-actions a {
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.country-actions .icon {
  width: 12px;
  height: 12px;
}
.country-actions a:last-child {
  color: #5a7149;
}
.country-empty {
  padding: 24px;
  background: #f0f3e9;
  border-radius: 8px;
  font-size: 14px;
}
.directory-methodology {
  font-size: 11px;
  margin-top: 27px;
  line-height: 1.8;
}
#country-count {
  font-size: 12px;
  margin: 16px 0;
}
.sources-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.reference-card {
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}
.reference-card h3 {
  font-size: 18px;
  line-height: 1.4;
}
.reference-card a {
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.reference-card p {
  font-size: 10px;
  overflow-wrap: anywhere;
  margin: 10px 0 0;
}
.footer-bottom > div {
  flex-wrap: wrap;
}
.country-entry[hidden],
.country-filters[hidden],
.country-empty[hidden] {
  display: none;
}
.detail-aside {
  max-height: calc(100vh - 50px);
  overflow: auto;
}
@media (max-width: 1100px) {
  .world-summary {
    flex-wrap: wrap;
  }
  .world-summary > a {
    margin-left: 0;
  }
  .world-summary p {
    flex: 1;
  }
  .country-list {
    grid-template-columns: 1fr;
  }
  .country-filters {
    flex-wrap: wrap;
  }
  .country-filters label:first-child {
    flex-basis: 100%;
  }
  .detail-aside {
    max-height: none;
  }
}
@media (max-width: 560px) {
  .market-photo-image {
    height: 190px;
  }
  .market-photo h3 {
    font-size: 22px;
  }
  .world-link {
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 11px;
    gap: 16px;
  }
  .world-link strong {
    font-size: 20px;
  }
  .world-summary {
    padding: 23px;
    gap: 18px;
  }
  .world-summary p {
    flex-basis: 100%;
  }
  .region-navigation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .region-navigation a {
    padding: 13px;
    font-size: 12px;
  }
  .country-filters {
    padding: 17px;
    gap: 13px;
  }
  .country-filters input,
  .country-filters select {
    font-size: 16px;
    padding: 12px;
  }
  .country-filters > .button {
    font-size: 11px;
    padding: 13px;
  }
  .country-entry {
    padding: 19px;
    gap: 12px;
  }
  .country-entry h3 {
    font-size: 17px;
  }
  .country-actions {
    gap: 12px;
  }
  .country-actions a {
    font-size: 11px;
  }
  .editorial-sections h2 {
    font-size: 24px;
  }
  .editorial-sections p {
    font-size: 13px;
  }
  .sources-grid {
    grid-template-columns: 1fr;
  }
  .review-date {
    font-size: 9px;
  }
  .directory-methodology {
    font-size: 11px;
  }
  .world-summary > strong {
    font-size: 45px;
  }
}

.language-switch {
  display: flex;
  flex: 0 0 auto;
  gap: 2px;
  align-items: center;
  border: 1px solid var(--line, #dce1d6);
  border-radius: 8px;
  padding: 3px;
  margin-left: auto;
}
.language-switch a {
  display: block;
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 5px;
}
.language-switch a[aria-current="page"] {
  background: #193f32;
  color: #fff;
}
.language-switch a:hover {
  background: #e7ecdf;
  color: #193f32;
}
.topbar > nav.language-switch {
  gap: 2px;
}
.topbar > nav:not(.language-switch) {
  margin-left: 18px;
}
@media (max-width: 760px) {
  .language-switch a {
    padding: 6px 7px;
  }
  .topbar > nav:not(.language-switch) {
    margin-left: 8px;
  }
  .topbar-location {
    flex: 1;
    min-width: 0;
  }
}
@media (max-width: 390px) {
  .topbar-location {
    display: none;
  }
  .topbar > nav.language-switch {
    margin-left: auto;
  }
}

/* Country guides */
.country-hero{display:grid;grid-template-columns:1.05fr 1fr;gap:36px;align-items:center;padding:20px 0 52px;border-bottom:1px solid var(--line,#dedfd7)}
.country-hero h1{font-family:Georgia,serif;font-size:clamp(32px,3.7vw,54px);font-weight:400;line-height:1.12;letter-spacing:-1.5px;margin:18px 0 22px;overflow-wrap:anywhere}
.country-lead{font-size:17px;line-height:1.85;color:#58645b}.country-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:11px;margin:20px 0;color:#68746c}.country-meta a{color:#285641;text-decoration:underline;text-underline-offset:3px}
.country-hero figure{margin:0}.country-hero figure img{display:block;width:100%;height:auto;aspect-ratio:1.2;object-fit:cover;border-radius:18px}.country-hero figcaption{font-size:10px;line-height:1.6;color:#728078;margin-top:10px}
.country-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 252px;gap:42px;align-items:start;margin-top:42px}.country-prose{min-width:0}.country-prose section{scroll-margin-top:100px;margin-bottom:36px}.country-prose h2{font-family:Georgia,serif;font-size:28px;line-height:1.25;font-weight:400;letter-spacing:-.6px;margin:0 0 18px}.country-prose p{font-size:14px;line-height:1.95;color:#58645b;margin:0 0 17px}.country-prose .eyebrow{font-size:10px;color:#59755e;letter-spacing:1.7px}.country-scenario{background:#edf0e7;border:1px solid #dce3d5;border-radius:14px;padding:28px}.country-scenario p:last-child{margin:0}.country-aside{position:sticky;top:94px}.country-aside nav{background:#f0f2ec;padding:22px;border:1px solid #e0e5db;border-radius:13px}.country-aside h2{font-size:15px;margin:0 0 15px}.country-aside ol{padding-left:18px;margin:0}.country-aside li{font-size:11px;line-height:1.7;margin-bottom:10px;color:#697a6a}.country-aside a:hover{color:#183e32;text-decoration:underline}.country-preparation{padding:24px 0}.country-preparation ul{padding-left:17px}.country-preparation h3{font-size:17px;line-height:1.4;margin-top:24px}.country-preparation p{font-size:12px;line-height:1.8;color:#657269}.country-preparation .button{font-size:12px}
.country-support{margin:34px 0 40px;overflow:hidden;border-radius:14px;background:#183e32}.country-support img{width:100%;height:auto;aspect-ratio:1.9;object-fit:cover;display:block}.country-support figcaption{padding:22px;color:#f1f1e7}.country-support strong{display:block;font-family:Georgia,serif;font-size:21px;font-weight:400;margin-bottom:10px}.country-support span{display:block;color:#c4d0c2;font-size:12px;line-height:1.85}
.country-table-wrap{overflow-x:auto;border:1px solid #dce3d8;border-radius:12px}.country-table-wrap:focus-visible{outline:2px solid #285641;outline-offset:3px}.country-table-wrap table{width:100%;border-collapse:collapse;font-size:12px;line-height:1.7;text-align:left;min-width:500px}.country-table-wrap th,.country-table-wrap td{padding:15px;border-bottom:1px solid #e0e4da;vertical-align:top}.country-table-wrap thead{background:#183e32;color:#fff}.country-table-wrap tbody th{font-weight:600;color:#284c36;width:26%}.country-table-wrap tbody tr:last-child>*{border-bottom:0}.country-table-wrap tbody tr:nth-child(even){background:#f4f5ef}
.country-faq details{border-bottom:1px solid #dce3d8;padding:17px 0}.country-faq summary{font-size:14px;line-height:1.6;font-weight:600;cursor:pointer}.country-faq details p{margin:15px 0 0}.country-references{display:grid;gap:10px}.country-references a,.country-related a{display:flex;justify-content:space-between;gap:14px;background:#f0f2eb;border:1px solid #dee4d8;padding:15px 18px;border-radius:9px;font-size:12px;line-height:1.7}.country-references a:hover,.country-related a:hover{background:#e5ebdf}.country-related{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.country-related a{font-family:Georgia,serif;font-size:18px}
@media(max-width:1100px){.country-article-layout{grid-template-columns:minmax(0,1fr) 210px;gap:25px}.country-hero{gap:25px}.country-hero h1{font-size:37px}}
@media(max-width:850px){.country-article-layout{grid-template-columns:1fr}.country-aside{position:static;grid-row:1}.country-aside nav ol{display:grid;grid-template-columns:1fr 1fr;column-gap:24px}.country-preparation{display:none}.country-hero{grid-template-columns:1fr}.country-hero figure img{aspect-ratio:1.8}.country-hero h1{font-size:43px}}
@media(max-width:480px){.country-hero h1{font-size:35px;letter-spacing:-1px}.country-hero{gap:28px;padding-bottom:30px}.country-lead{font-size:15px}.country-hero figure img{aspect-ratio:1.35}.country-aside nav ol{grid-template-columns:1fr}.country-prose h2{font-size:25px}.country-scenario{padding:22px}.country-related{grid-template-columns:1fr}.country-prose p{font-size:14px}.country-support strong{font-size:20px}}
