.country-page {
  background: #f7f4ec;
}

.country-page .active {
  color: var(--ink);
}

.country-hero {
  padding: 46px max(24px, calc((100vw - 1220px) / 2)) 78px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(56px, 8vw, 100px);
  color: var(--muted);
  font-size: 0.86rem;
}

.breadcrumbs a {
  text-decoration: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: clamp(40px, 7vw, 100px);
  align-items: end;
}

.country-page h1 {
  max-width: 880px;
  font-size: clamp(3rem, 6.6vw, 6.2rem);
}

.country-page .hero-copy {
  margin-bottom: 0;
}

.status-card {
  display: flex;
  padding: 24px;
  gap: 14px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.72);
}

.status-card p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.status-dot {
  width: 12px;
  height: 12px;
  margin-top: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #2f8a68;
  box-shadow: 0 0 0 6px rgba(47, 138, 104, 0.13);
}

.country-tabs {
  padding: 0 max(24px, calc((100vw - 1220px) / 2));
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.country-tabs a,
.country-tabs span {
  min-height: 82px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-weight: 750;
  text-decoration: none;
}

.country-tabs a:first-child {
  border-left: 1px solid var(--line);
}

.country-tabs .selected {
  color: #fff;
  background: var(--green);
}

.country-tabs small {
  font-size: 0.68rem;
  font-weight: 600;
  opacity: 0.75;
}

.legal-notice {
  width: min(1120px, calc(100% - 48px));
  margin: 70px auto 0;
  padding: 26px 30px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 34px;
  border-left: 5px solid var(--gold);
  background: var(--gold-soft);
}

.legal-notice p {
  margin: 0;
  color: #53615d;
}

.content-section,
.sources-section {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(90px, 10vw, 140px) 0;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 54px;
}

.section-heading h2,
.imizi-section h2,
.sources-section h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5.3vw, 5rem);
  line-height: 1.02;
}

.section-heading > p:last-child {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.13rem;
}

.regime-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.regime-card {
  padding: clamp(30px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--paper);
}

.accent-card {
  background: var(--green-soft);
}

.regime-tag {
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--green);
  background: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.regime-card h3,
.evidence-grid h3,
.compliance-grid h3,
.sci-note h3 {
  margin: 22px 0;
  font-size: 1.65rem;
  line-height: 1.2;
}

.threshold {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.threshold p {
  margin: 6px 0 0;
  color: var(--muted);
}

.regime-card > a,
.compliance-grid a,
.sci-note a {
  margin-top: auto;
  color: var(--green);
  font-weight: 750;
}

.dark-section {
  padding: clamp(90px, 10vw, 140px) max(24px, calc((100vw - 1220px) / 2));
  color: #fff;
  background: var(--green);
}

.light-heading > p:last-child {
  color: #c6d9d2;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.evidence-grid article {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.evidence-grid article > span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.evidence-grid ul {
  margin: 0;
  padding-left: 20px;
  color: #d6e4df;
}

.evidence-grid li + li {
  margin-top: 8px;
}

.declaration-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
}

.table-row + .table-row {
  border-top: 1px solid var(--line);
}

.table-row > * {
  padding: 22px;
}

.table-row > * + * {
  border-left: 1px solid var(--line);
}

.table-head {
  color: #fff;
  background: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sci-note {
  margin-top: 28px;
  padding: 30px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--green-soft);
}

.note-mark {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-family: Georgia, serif;
  font-size: 1.4rem;
}

.sci-note h3 {
  margin-top: 0;
}

.sci-note p {
  color: var(--muted);
}

.compliance-section {
  padding-top: 30px;
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.compliance-grid article {
  padding: 30px;
  border-top: 1px solid var(--line);
}

.compliance-grid p {
  color: var(--muted);
}

.step-number {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 2.4rem;
}

.imizi-section {
  padding: clamp(90px, 10vw, 140px) max(24px, calc((100vw - 1220px) / 2));
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 8vw, 120px);
  color: #fff;
  background: #0a2822;
}

.imizi-list {
  display: grid;
}

.imizi-list p {
  margin: 0;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #d6e4df;
}

.imizi-list span {
  color: var(--gold);
  font-weight: 850;
}

.sources-section h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.sources-section > p {
  color: var(--muted);
}

.source-links {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.source-links a {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--green);
  font-weight: 700;
}

.source-links a:nth-child(odd) {
  padding-right: 24px;
}

.country-page footer a {
  color: inherit;
}

@media (max-width: 900px) {
  .hero-grid,
  .legal-notice,
  .regime-grid,
  .evidence-grid,
  .compliance-grid,
  .imizi-section {
    grid-template-columns: 1fr;
  }

  .country-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .country-tabs a,
  .country-tabs span {
    border-bottom: 1px solid var(--line);
  }

  .table-row {
    grid-template-columns: 1fr;
    padding: 18px 22px;
  }

  .table-row > * {
    padding: 4px 0;
  }

  .table-row > * + * {
    border-left: 0;
  }

  .table-head {
    display: none;
  }
}

@media (max-width: 560px) {
  .country-hero {
    padding: 36px 20px 62px;
  }

  .breadcrumbs {
    margin-bottom: 52px;
  }

  .country-tabs {
    padding: 0 16px;
    grid-template-columns: 1fr 1fr;
  }

  .country-tabs a,
  .country-tabs span {
    min-height: 70px;
    padding: 12px;
  }

  .legal-notice,
  .content-section,
  .sources-section {
    width: calc(100% - 32px);
  }

  .legal-notice {
    margin-top: 48px;
    padding: 22px;
    gap: 10px;
  }

  .sci-note {
    grid-template-columns: 1fr;
  }

  .source-links {
    grid-template-columns: 1fr;
  }

  .source-links a:nth-child(odd) {
    padding-right: 0;
  }
}
