﻿.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 400;
  padding: 10px 14px;
  background: var(--green);
  color: var(--white);
  border-radius: 6px;
  transition: top 0.2s ease;
}

.countries-page .section {
  padding: 42px 0;
}

.skip-link:focus {
  top: 12px;
}

.countries-page .nav__link--active::after {
  opacity: 1;
  transform: scaleX(1);
}

.countries-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #ece6da;
}

.countries-hero__bg,
.countries-hero__overlay {
  position: absolute;
  inset: 0;
}

.countries-hero__bg {
  background: #173226;
}

.countries-hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.countries-hero__overlay {
  background:
    linear-gradient(90deg, rgba(4, 31, 21, 0.88) 0%, rgba(4, 31, 21, 0.7) 34%, rgba(4, 31, 21, 0.22) 66%, rgba(4, 31, 21, 0.08) 100%);
}

.countries-hero__content {
  position: relative;
  z-index: 1;
  padding: 44px 24px 28px;
  color: var(--white);
  transform: translateY(-24px);
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  backdrop-filter: blur(6px);
}

.breadcrumb a:hover {
  color: #fff;
}

.countries-hero .hero__title-dark,
.countries-hero .hero__title-orange,
.countries-hero .hero__title-sub,
.countries-hero .hero__text,
.countries-hero .hero__eyebrow {
  color: var(--white);
}

.countries-hero .hero__title {
  max-width: 760px;
  margin-bottom: 14px;
}

.countries-hero .hero__title-dark {
  font-size: 56px;
  line-height: 0.98;
}

.countries-hero .hero__title-orange {
  font-size: 54px;
  line-height: 1;
}

.countries-hero .hero__title-sub {
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.countries-hero .hero__text {
  max-width: 640px;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 22px;
}

.about-intro {
  background: #fdfcf8;
}

.about-intro__grid,
.facility__grid,
.industries__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: center;
}

.about-intro__visual {
  width: 100%;
  height: 450px;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  border: 1px solid #ece5d8;
}

.about-intro__visual img,
.facility__media > img,
.industries__right > img,
.capability-card img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  border: 1px solid #ece5d8;
}

.about-intro__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.about-intro__content .about__title,
.about-intro__content .about__text {
  margin-bottom: 16px;
}

.about-intro__content .about__features {
  gap: 14px;
}

.story {
  background: #f7f3eb;
}

.story .section-title,
.stats .section-title,
.capabilities .section-title,
.timeline .section-title,
.faq .section-title {
  margin-bottom: 22px;
}

.story__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

#markets .story__grid {
  grid-template-columns: repeat(3, 1fr);
}

.story-card,
.stats-card,
.capability-card,
.country-card,
.timeline__item,
.faq__item,
.video-card {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid #ebe5db;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.story-card {
  padding: 16px 15px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.story-card:hover,
.capability-card:hover,
.stats-card:hover,
.timeline__item:hover,
.country-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.story-card h3,
.facility__point h3,
.capability-card__body h3,
.timeline__item h3 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 10px;
}

.story-card p,
.story-card__list,
.facility__point p,
.capability-card__body p,
.timeline__item p {
  font-size: 14px;
  line-height: 1.7;
  color: #565656;
}

.story-card__list {
  list-style: disc;
  padding-left: 18px;
}

.why__wrap--about {
  max-width: 1500px;
}

.stats {
  background: #fff;
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.stats-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 10px 12px;
  text-align: center;
}

.stats-card strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: var(--orange);
  margin-bottom: 6px;
}

.stats-card span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #444;
}

.facility {
  background: #fdfcf8;
}

.facility__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.facility__media > img {
  grid-column: 1 / -1;
}

.facility__points {
  display: grid;
  gap: 12px;
}

.facility__point {
  padding: 13px 14px;
  background: var(--white);
  border-radius: 12px;
  border: 1px solid #ece5d9;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.video-card {
  overflow: hidden;
}

.video-card video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  background: #ddd5c7;
}

.video-card p {
  padding: 10px 12px 11px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--green);
  text-transform: uppercase;
}

.capabilities {
  background: #f7f3eb;
}

.capabilities__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.capability-card {
  display: flex;
  flex-direction: column;
  height: 450px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.capability-card img {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.capability-card__body {
  flex: 0 0 auto;
  padding: 14px 14px 16px;
}

.capabilities__videos {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.industries {
  background: #fff;
}

.industries__right > img {
  display: block;
  height: 450px;
  object-fit: cover;
  object-position: center;
}

.industries__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.industries__list span {
  padding: 10px 14px;
  background: #f7f3eb;
  border: 1px solid #ece3d5;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--green);
}

.country-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.country-card {
  padding: 12px 10px;
  text-align: center;
}

.country-card strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 15px;
  color: #1c1c1c;
}

.country-card span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #777;
}

.video-card--network {
  margin-top: 16px;
}

.timeline {
  background: #fdfcf8;
}

.timeline__track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.timeline__item {
  padding: 16px 15px;
  position: relative;
  overflow: hidden;
}

.timeline__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f7f3eb;
  color: var(--orange);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 14px;
}

.about-testimonials .testimonial-card__author--text {
  align-items: flex-start;
}

.about-testimonials .testimonial-card__author--text strong {
  font-size: 13px;
}

.faq {
  background: #f7f3eb;
}

.faq__list {
  display: grid;
  gap: 12px;
}

.faq__question {
  width: 100%;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: #1d1d1d;
}

.faq__question span:last-child {
  font-size: 22px;
  line-height: 1;
  color: var(--orange);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.faq__answer p {
  padding: 0 16px 14px;
  font-size: 14px;
  line-height: 1.7;
  color: #5c5c5c;
}

.faq__item.is-open .faq__question span:last-child {
  transform: rotate(45deg);
}

.cta--about .cta__bg-img {
  object-fit: cover;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .story__grid,
  #markets .story__grid,
  .timeline__track {
    grid-template-columns: repeat(2, 1fr);
  }

  .capabilities__grid {
    grid-template-columns: 1fr 1fr;
  }

  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .country-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1100px) {
  .countries-hero {
    min-height: 440px;
  }

  .countries-hero .hero__title-dark {
    font-size: 46px;
  }

  .countries-hero .hero__title-orange {
    font-size: 44px;
  }

  .countries-hero .hero__title-sub {
    font-size: 19px;
  }

  .countries-hero .hero__text {
    font-size: 16px;
  }

  .about-intro__visual,
  .industries__right > img,
  .capability-card {
    height: 450px;
  }

  .about-intro__grid,
  .facility__grid,
  .industries__grid {
    grid-template-columns: 1fr;
  }

  .facility__media,
  .capabilities__videos {
    grid-template-columns: 1fr;
  }

  .capabilities__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .countries-hero {
    min-height: 440px;
  }

  .countries-hero__content {
    padding-top: 54px;
    padding-bottom: 30px;
    transform: none;
  }

  .countries-hero .hero__title-dark {
    font-size: 34px;
  }

  .countries-hero .hero__title-orange {
    font-size: 32px;
  }

  .countries-hero .hero__title-sub {
    font-size: 15px;
    margin-top: 8px;
  }

  .countries-hero .hero__text {
    font-size: 14px;
  }

  .breadcrumb {
    margin-bottom: 16px;
    font-size: 11px;
  }

  .story__grid,
  #markets .story__grid,
  .stats__grid,
  .timeline__track,
  .country-cards {
    grid-template-columns: 1fr;
  }

  .story-card,
  .stats-card,
  .timeline__item,
  .faq__question {
    padding-left: 16px;
    padding-right: 16px;
  }

  .capability-card__body,
  .faq__answer p {
    padding-left: 16px;
    padding-right: 16px;
  }

  .industries__list {
    gap: 8px;
  }

  .industries__list span {
    width: 100%;
    border-radius: 14px;
    text-align: center;
  }

  .stats-card strong {
    font-size: 30px;
  }

  .video-card p {
    font-size: 11px;
  }
}

.countries-page .bl-timeline {
  display: grid;
  gap: 12px;
  margin-top: 8px;
  list-style: none;
  padding: 0;
}

.countries-page .bl-timeline__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  background: var(--white);
  border-radius: 12px;
  border: 1px solid #ebe5db;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.countries-page .bl-timeline__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f7f3eb;
  color: var(--orange);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
}

.countries-page .export-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.countries-page .export-doc-card {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid #ebe5db;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  padding: 18px 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.countries-page .export-doc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.countries-page .export-doc-card h3 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 8px;
}

.countries-page .export-doc-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #565656;
  margin-bottom: 12px;
}

.countries-page .export-doc-card a {
  color: var(--orange);
  font-weight: 700;
  font-size: 13px;
}

.countries-page #transit {
  background: #fdfcf8;
}

.countries-page #transit .spec-table-wrap,
.countries-page #transit .bl-spec-block {
  overflow-x: auto;
  width: 100%;
  max-width: 1080px;
  margin: 8px auto 0;
  border-radius: 16px;
  border: 1px solid #e7ddcf;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 249, 244, 0.98));
  box-shadow:
    0 14px 36px rgba(10, 61, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  position: relative;
}

.countries-page #transit .bl-spec-block::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--orange), var(--green));
  border-radius: 16px 0 0 16px;
  z-index: 1;
}

.countries-page #transit .spec-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  font-size: 14px;
}

.countries-page #transit .spec-table thead th {
  padding: 16px 18px;
  background: var(--green);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

.countries-page #transit .spec-table thead th:first-child {
  width: 16%;
  padding-left: 24px;
}

.countries-page #transit .spec-table tbody th,
.countries-page #transit .spec-table tbody td {
  padding: 15px 18px;
  border-bottom: 1px solid #efe6da;
  text-align: left;
  vertical-align: middle;
  transition: background 0.2s ease;
}

.countries-page #transit .spec-table tbody th {
  width: 16%;
  padding-left: 24px;
  border-right: 1px solid #efe6da;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--green);
  background: #f7f2e9;
  white-space: nowrap;
}

.countries-page #transit .spec-table tbody td {
  color: #453f38;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.countries-page #transit .spec-table tbody td:nth-child(2) {
  font-weight: 600;
  color: #3a3a3a;
  min-width: 180px;
}

.countries-page #transit .spec-table tbody td:nth-child(3),
.countries-page #transit .spec-table tbody td:nth-child(4) {
  font-weight: 700;
  color: var(--orange);
  white-space: nowrap;
  text-align: center;
  width: 120px;
}

.countries-page #transit .spec-table thead th:nth-child(3),
.countries-page #transit .spec-table thead th:nth-child(4) {
  text-align: center;
}

.countries-page #transit .spec-table tbody td:nth-child(5) {
  min-width: 200px;
}

.countries-page #transit .spec-table tbody tr:nth-child(even) td {
  background: rgba(247, 243, 235, 0.45);
}

.countries-page #transit .spec-table tbody tr:nth-child(even) th {
  background: rgba(240, 234, 223, 0.85);
}

.countries-page #transit .spec-table tbody tr:hover td {
  background: #fcf7ef;
}

.countries-page #transit .spec-table tbody tr:hover th {
  background: #efe8dc;
}

.countries-page #transit .spec-table tbody tr:last-child th,
.countries-page #transit .spec-table tbody tr:last-child td {
  border-bottom: none;
}

.countries-page .spec-table-wrap {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .countries-page #transit .spec-table {
    min-width: 720px;
  }

  .countries-page #transit .spec-table thead th,
  .countries-page #transit .spec-table tbody th,
  .countries-page #transit .spec-table tbody td {
    padding: 13px 14px;
  }

  .countries-page #transit .spec-table thead th:first-child,
  .countries-page #transit .spec-table tbody th {
    padding-left: 18px;
  }
}

@media (max-width: 1100px) {
  .countries-page .export-doc-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .countries-page .export-doc-grid {
    grid-template-columns: 1fr;
  }
}

.countries-page .incoterms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.countries-page .incoterm-card {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid #ebe5db;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  padding: 18px 16px;
}

.countries-page .incoterm-card h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 8px;
}

.countries-page .incoterm-card strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 13px;
  color: var(--green);
}

.countries-page .incoterm-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #565656;
}

.countries-page .country-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 8px;
}

.countries-page .country-chip-grid span {
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #ece3d5;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--green);
}

.countries-page .timeline__track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

@media (max-width: 1200px) {
  .countries-page .incoterms-grid,
  .countries-page .timeline__track {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .countries-page .incoterms-grid,
  .countries-page .timeline__track {
    grid-template-columns: 1fr;
  }
}


/* Countries page extensions */
.countries-map {
  background: #fdfcf8;
}

.countries-map__wrap {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ece5d8;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.countries-map__img {
  display: block;
  width: 100%;
  height: auto;
}

.countries-map__routes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.map-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 0 rgba(232, 126, 44, 0.55);
  animation: mapPulse 2.4s ease-out infinite;
}

.map-dot--india {
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  background: #ffb347;
  box-shadow: 0 0 18px rgba(255, 179, 71, 0.85), 0 0 0 0 rgba(255, 179, 71, 0.6);
  animation: indiaGlow 2s ease-in-out infinite;
  z-index: 2;
}

.map-dot:nth-child(odd) { animation-delay: 0.4s; }
.map-dot:nth-child(3n) { animation-delay: 0.9s; }

@keyframes mapPulse {
  0% { box-shadow: 0 0 0 0 rgba(232, 126, 44, 0.55); }
  70% { box-shadow: 0 0 0 14px rgba(232, 126, 44, 0); }
  100% { box-shadow: 0 0 0 0 rgba(232, 126, 44, 0); }
}

@keyframes indiaGlow {
  0%, 100% { transform: scale(1); box-shadow: 0 0 16px rgba(255, 179, 71, 0.8), 0 0 0 0 rgba(255, 179, 71, 0.5); }
  50% { transform: scale(1.15); box-shadow: 0 0 28px rgba(255, 179, 71, 1), 0 0 0 10px rgba(255, 179, 71, 0); }
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.region-card {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid #ebe5db;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  padding: 18px 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.region-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.region-card h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 10px;
}

.region-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #565656;
  margin-bottom: 8px;
}

.country-card__flag {
  display: block;
  width: 40px;
  height: auto;
  margin: 0 auto 8px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.country-card__region {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}

.country-card p {
  font-size: 12px;
  line-height: 1.55;
  color: #555;
  text-align: left;
  margin-top: 6px;
}

#statistics .stats__grid {
  grid-template-columns: repeat(3, 1fr);
}

.port-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.port-card {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid #ebe5db;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.port-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.port-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.port-card__body {
  padding: 14px 14px 16px;
}

.port-card__body h3 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 8px;
}

.port-card__body p {
  font-size: 13px;
  line-height: 1.65;
  color: #565656;
}

@media (max-width: 1024px) {
  .region-grid { grid-template-columns: repeat(2, 1fr); }
  .port-cards { grid-template-columns: repeat(2, 1fr); }
  #statistics .stats__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .region-grid { grid-template-columns: 1fr; }
  .port-cards { grid-template-columns: 1fr; }
}
