/* Country Cargo Landing Page — premium SEO layout */

.gwc-country-cargo-page .gwc-main {
  padding: 0;
}

.gwc-country-page {
  --ct-navy: #040810;
  --ct-navy-2: #0a1628;
  --ct-navy-3: #0f2744;
  --ct-gold: #c9a227;
  --ct-gold-light: #e8c547;
  --ct-cyan: #00b4d8;
  --ct-font: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  font-family: var(--ct-font);
  overflow-x: hidden;
}

.gwc-country-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
.gwc-country-reveal.is-visible { opacity: 1; transform: none; }
.gwc-country-reveal--d1 { transition-delay: 0.08s; }
.gwc-country-reveal--d2 { transition-delay: 0.16s; }
.gwc-country-reveal--d3 { transition-delay: 0.24s; }

.country-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s, border-color 0.3s;
}
.country-btn:hover { transform: translateY(-3px); }
.country-btn--gold {
  background: linear-gradient(135deg, var(--ct-gold), var(--ct-gold-light));
  color: var(--ct-navy);
  box-shadow: 0 10px 32px rgba(201, 162, 39, 0.35);
}
.country-btn--gold:hover { box-shadow: 0 16px 40px rgba(201, 162, 39, 0.5); }
.country-btn--glass {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
}
.country-btn--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.country-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ct-cyan);
  margin-bottom: 12px;
}
.country-eyebrow--gold { color: var(--ct-gold-light); }
.country-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.country-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}
.country-section-head--light .country-section-head__title { color: #fff; }
.country-section-head__title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ct-navy-3);
  margin: 0;
}

/* Hero */
.country-hero {
  position: relative;
  padding: clamp(100px, 12vh, 130px) 0 clamp(64px, 8vh, 88px);
  background: var(--ct-navy);
  overflow: hidden;
}

.country-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.country-hero__gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 20% 40%, rgba(0, 180, 216, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 50% 50% at 85% 20%, rgba(201, 162, 39, 0.1) 0%, transparent 50%),
    linear-gradient(180deg, #040810 0%, #0a1628 100%);
}

.country-hero__routes {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, transparent 48%, rgba(201, 162, 39, 0.15) 49%, transparent 50%),
    linear-gradient(145deg, transparent 62%, rgba(0, 180, 216, 0.12) 63%, transparent 64%);
}

.country-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.country-hero__badge {
  display: inline-block;
  padding: 8px 16px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ct-gold-light);
  background: rgba(201, 162, 39, 0.12);
  border: 1px solid rgba(201, 162, 39, 0.3);
  border-radius: 999px;
  margin-bottom: 20px;
}

.country-hero__title {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 18px;
}

.country-hero__subtitle {
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 28px;
  max-width: 520px;
}

.country-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.country-hero__panel {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.25);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45);
  min-height: 380px;
}

.country-hero__photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.country-hero__photo--fallback { filter: saturate(0.85); }

.country-hero__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(4, 8, 16, 0.35) 0%, rgba(4, 8, 16, 0.65) 100%);
}

.country-hero__route-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  padding: 12px 18px;
  background: rgba(4, 8, 16, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--ct-gold-light);
  letter-spacing: 0.04em;
}

/* Editable content */
.country-content {
  padding: clamp(56px, 8vh, 80px) 0;
  background: #fff;
}

.country-content__inner {
  max-width: 820px;
  margin: 0 auto;
  color: #334155;
  font-size: 1.02rem;
  line-height: 1.8;
}

.country-content__inner > :first-child { margin-top: 0; }
.country-content__inner > :last-child { margin-bottom: 0; }

.country-content__inner h2,
.country-content__inner h3,
.country-content__inner h4 {
  color: var(--ct-navy-3);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 2em 0 0.75em;
}

.country-content__inner h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
.country-content__inner h3 { font-size: clamp(1.2rem, 2.5vw, 1.45rem); }

.country-content__inner p { margin: 0 0 1.25em; }

.country-content__inner ul,
.country-content__inner ol {
  margin: 0 0 1.5em;
  padding-left: 1.4em;
}

.country-content__inner li { margin-bottom: 0.5em; }

.country-content__inner a {
  color: var(--ct-gold);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.country-content__inner img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 1.5em 0;
}

.country-content__inner table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.95rem;
}

.country-content__inner th,
.country-content__inner td {
  padding: 12px 14px;
  border: 1px solid rgba(15, 39, 68, 0.1);
  text-align: left;
}

.country-content__inner th {
  background: #f4f7fb;
  font-weight: 800;
  color: var(--ct-navy-3);
}

.country-content__inner blockquote {
  margin: 1.5em 0;
  padding: 20px 24px;
  border-left: 4px solid var(--ct-gold);
  background: #f8fafc;
  border-radius: 0 12px 12px 0;
}

/* Services */
.country-services {
  padding: clamp(56px, 8vh, 88px) 0;
  background: linear-gradient(180deg, #f4f7fb 0%, #fff 100%);
}

.country-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.country-service-card {
  padding: 24px 22px;
  background: #fff;
  border: 1px solid rgba(15, 39, 68, 0.08);
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(4, 8, 16, 0.05);
  transition: transform 0.35s, box-shadow 0.35s, border-color 0.35s;
}

.country-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 162, 39, 0.35);
  box-shadow: 0 20px 48px rgba(4, 8, 16, 0.1);
}

.country-service-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  margin-bottom: 16px;
  border: 1px solid rgba(201, 162, 39, 0.2);
}

.country-service-card h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--ct-navy-3);
  margin: 0 0 8px;
}

.country-service-card p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

/* Process */
.country-process {
  padding: clamp(56px, 8vh, 88px) 0;
  background: linear-gradient(180deg, var(--ct-navy-2) 0%, var(--ct-navy) 100%);
}

.country-process__track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.country-process__step {
  padding: 24px 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: transform 0.35s, border-color 0.35s;
}

.country-process__step:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 162, 39, 0.35);
}

.country-process__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ct-gold), #a8861a);
  color: var(--ct-navy);
  font-size: 0.85rem;
  font-weight: 900;
  box-shadow: 0 0 24px rgba(201, 162, 39, 0.3);
}

.country-process__step h3 {
  font-size: 0.92rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.3;
}

.country-process__step p {
  font-size: 0.8rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.52);
  margin: 0;
}

/* FAQ */
.country-faq {
  padding: clamp(56px, 8vh, 88px) 0;
  background: #fff;
}

.country-faq__list {
  max-width: 820px;
  margin: 0 auto;
}

.country-faq__item {
  margin-bottom: 12px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(15, 39, 68, 0.08);
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.country-faq__item:hover {
  border-color: rgba(201, 162, 39, 0.25);
  box-shadow: 0 8px 28px rgba(4, 8, 16, 0.05);
}

.country-faq__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ct-navy-3);
  text-align: left;
  cursor: pointer;
}

.country-faq__trigger[aria-expanded="true"] {
  color: var(--ct-gold);
}

.country-faq__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ct-navy-2);
  position: relative;
}

.country-faq__icon::before,
.country-faq__icon::after {
  content: "";
  position: absolute;
  background: var(--ct-gold-light);
  top: 50%;
  left: 50%;
}

.country-faq__icon::before {
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
}

.country-faq__icon::after {
  width: 2px;
  height: 12px;
  margin: -6px 0 0 -1px;
  transition: opacity 0.3s;
}

.country-faq__trigger[aria-expanded="true"] .country-faq__icon::after {
  opacity: 0;
}

.country-faq__panel {
  padding: 0 24px 20px;
}

.country-faq__panel p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #64748b;
}

/* Related links */
.country-links {
  padding: clamp(56px, 8vh, 88px) 0;
  background: var(--ct-navy-2);
}

.country-links__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.country-links__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 18px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s;
}

.country-links__card:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 162, 39, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.country-links__route {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ct-cyan);
}

.country-links__title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}

.country-links__arrow {
  position: absolute;
  top: 18px;
  right: 16px;
  color: var(--ct-gold-light);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.3s, transform 0.3s;
}

.country-links__card:hover .country-links__arrow {
  opacity: 1;
  transform: none;
}

/* CTA */
.country-cta {
  position: relative;
  padding: clamp(80px, 11vh, 120px) 0;
  overflow: hidden;
}

.country-cta__bg {
  position: absolute;
  inset: 0;
  background:
    url("../images/photos/cargo.jpg") center / cover no-repeat,
    var(--ct-navy);
}

.country-cta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 100%, rgba(201, 162, 39, 0.18) 0%, transparent 55%),
    linear-gradient(180deg, rgba(4, 8, 16, 0.85) 0%, rgba(4, 8, 16, 0.95) 100%);
}

.country-cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.country-cta__title {
  font-size: clamp(1.65rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.15;
}

.country-cta__desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 32px;
  line-height: 1.7;
}

.country-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* Responsive */
@media (max-width: 1100px) {
  .country-hero__grid { grid-template-columns: 1fr; text-align: center; }
  .country-hero__subtitle { margin-left: auto; margin-right: auto; }
  .country-hero__actions { justify-content: center; }
  .country-hero__panel { max-width: 520px; margin: 0 auto; min-height: 320px; }
  .country-service-grid { grid-template-columns: repeat(2, 1fr); }
  .country-process__track { grid-template-columns: repeat(3, 1fr); }
  .country-links__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .country-service-grid,
  .country-process__track,
  .country-links__grid { grid-template-columns: 1fr; }
  .country-hero__actions,
  .country-cta__actions { flex-direction: column; align-items: stretch; }
  .country-btn { width: 100%; }
}
