/* ==========================================================================
   Cinematic Service Page — photo-driven, editorial luxury
   ========================================================================== */

.gwc-svc {
  --svc-navy: #040810;
  --svc-navy-2: #0a1628;
  --svc-navy-3: #122a45;
  --svc-gold: #c9a227;
  --svc-gold-light: #e8c547;
  --svc-cyan: #00b4d8;
  --svc-font: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --svc-radius: 20px;
  overflow-x: hidden;
  font-family: var(--svc-font);
}

.gwc-svc-page .gwc-main { padding: 0; }

.gwc-svc-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.gwc-svc-reveal.is-visible { opacity: 1; transform: none; }
.gwc-svc-reveal--delay-1 { transition-delay: 0.08s; }
.gwc-svc-reveal--delay-2 { transition-delay: 0.16s; }
.gwc-svc-reveal--delay-3 { transition-delay: 0.24s; }

/* ========== HERO ========== */
.gwc-svc-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: clamp(100px, 12vh, 140px) 0 clamp(60px, 8vh, 100px);
  background: var(--svc-navy);
  overflow: hidden;
}

.gwc-svc-hero__bg { position: absolute; inset: 0; pointer-events: none; }

.gwc-svc-hero__photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 25%;
  filter: saturate(0.9) contrast(1.05);
  animation: gwc-svc-kenburns 28s ease-in-out infinite alternate;
}

@keyframes gwc-svc-kenburns {
  from { transform: scale(1.04); }
  to { transform: scale(1.1); }
}

.gwc-svc-hero__gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(4, 8, 16, 0.96) 0%, rgba(4, 8, 16, 0.82) 38%, rgba(10, 22, 40, 0.45) 68%, rgba(10, 22, 40, 0.25) 100%),
    linear-gradient(0deg, rgba(4, 8, 16, 0.9) 0%, transparent 40%);
}

.gwc-svc-hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.gwc-svc-hero__routes {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 35%, rgba(0, 180, 216, 0.15) 0%, transparent 45%),
    radial-gradient(circle at 60% 60%, rgba(201, 162, 39, 0.08) 0%, transparent 40%);
}

.gwc-svc-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.gwc-svc-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--svc-gold-light);
  background: rgba(4, 8, 16, 0.5);
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: 100px;
  backdrop-filter: blur(16px);
  margin-bottom: 28px;
  box-shadow: 0 0 40px rgba(201, 162, 39, 0.15);
}

.gwc-svc-hero__badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--svc-cyan);
  box-shadow: 0 0 16px var(--svc-cyan);
}

.gwc-svc-hero__title {
  font-size: clamp(2.5rem, 5.5vw, 4.25rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 0 24px;
  text-shadow: 0 8px 48px rgba(0, 0, 0, 0.35);
}

.gwc-svc-hero__title span {
  display: block;
  background: linear-gradient(120deg, #fff 20%, var(--svc-gold-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gwc-svc-hero__desc {
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
  max-width: 520px;
  margin: 0 0 36px;
}

.gwc-svc-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.gwc-svc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: inherit;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.gwc-svc-btn:hover { transform: translateY(-3px); }

.gwc-svc-btn--gold {
  background: linear-gradient(135deg, #b8921f, var(--svc-gold-light));
  color: var(--svc-navy);
  box-shadow: 0 12px 40px rgba(201, 162, 39, 0.35);
}
.gwc-svc-btn--glass {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}
.gwc-svc-btn--outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

/* Hero visual — live ops panel */
.gwc-svc-hero__visual { position: relative; min-height: 420px; }

.gwc-svc-hero__panel {
  position: relative;
  border-radius: var(--svc-radius);
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.2);
  box-shadow:
    0 48px 100px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.gwc-svc-hero__panel-photo {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  position: relative;
}

.gwc-svc-hero__panel-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 8, 16, 0.85) 0%, transparent 55%);
}

.gwc-svc-hero__route-lines {
  position: absolute;
  inset: 12% 8% auto;
  height: 45%;
  pointer-events: none;
  background:
    linear-gradient(118deg, transparent 42%, rgba(0, 180, 216, 0.5) 50%, transparent 58%),
    linear-gradient(135deg, transparent 55%, rgba(201, 162, 39, 0.35) 62%, transparent 70%);
  opacity: 0.7;
  animation: gwc-svc-route-pulse 4s ease-in-out infinite;
}

@keyframes gwc-svc-route-pulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 0.85; }
}

.gwc-svc-hero__live {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(4, 8, 16, 0.65);
  border-radius: 100px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 180, 216, 0.35);
  z-index: 2;
}

.gwc-svc-hero__live::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 10px #22c55e;
  animation: gwc-svc-pulse 2s infinite;
}

@keyframes gwc-svc-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.gwc-svc-hero__dash {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(201, 162, 39, 0.2);
}

/* Hero ops dashboard (replaces gold placeholder bar) */
.gwc-svc-ops {
  display: grid;
  gap: 12px;
  padding: 16px 16px 16px;
  background:
    radial-gradient(circle at 18% 0%, rgba(201, 162, 39, 0.12) 0%, transparent 55%),
    radial-gradient(circle at 78% 10%, rgba(0, 180, 216, 0.14) 0%, transparent 55%),
    rgba(4, 8, 16, 0.94);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gwc-svc-ops__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gwc-svc-ops__id span {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.gwc-svc-ops__id strong {
  display: block;
  margin-top: 4px;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.92);
}

.gwc-svc-ops__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(0, 180, 216, 0.28);
  backdrop-filter: blur(10px);
}

.gwc-svc-ops__status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 12px #22c55e;
}

.gwc-svc-ops__route {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gwc-svc-ops__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 34px;
  border-radius: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.gwc-svc-ops__chip--gold {
  color: rgba(4, 8, 16, 0.95);
  background: linear-gradient(135deg, #b8921f, var(--svc-gold-light));
  border-color: rgba(201, 162, 39, 0.25);
}

.gwc-svc-ops__line {
  position: relative;
  flex: 1;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.gwc-svc-ops__line i {
  display: block;
  height: 100%;
  width: 42%;
  background: linear-gradient(90deg, rgba(201, 162, 39, 0.85), rgba(0, 180, 216, 0.9));
  box-shadow: 0 0 22px rgba(201, 162, 39, 0.35);
  animation: gwc-svc-ops-sweep 3.2s ease-in-out infinite;
}

@keyframes gwc-svc-ops-sweep {
  0%, 100% { transform: translateX(-20%); opacity: 0.55; }
  50% { transform: translateX(120%); opacity: 1; }
}

.gwc-svc-ops__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.gwc-svc-ops__mini {
  border-radius: 14px;
  padding: 12px 12px 11px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.gwc-svc-ops__mini strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--svc-gold-light);
  line-height: 1.15;
  text-shadow: 0 10px 40px rgba(201, 162, 39, 0.18);
}

.gwc-svc-ops__mini span {
  display: block;
  margin-top: 6px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.gwc-svc-ops__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.gwc-svc-ops__step {
  border-radius: 14px;
  padding: 10px 10px 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gwc-svc-ops__step span {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gwc-svc-ops__step strong {
  display: block;
  margin-top: 8px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.85);
}

.gwc-svc-ops__step.is-done strong { color: rgba(255, 255, 255, 0.92); }
.gwc-svc-ops__step.is-live {
  border-color: rgba(0, 180, 216, 0.35);
  box-shadow: 0 0 0 1px rgba(0, 180, 216, 0.12) inset;
}

.gwc-svc-ops__step.is-live span {
  color: rgba(4, 8, 16, 0.95);
  background: rgba(0, 180, 216, 0.85);
  border-color: rgba(0, 180, 216, 0.3);
}

.gwc-svc--ucak .gwc-svc-hero__dash { display: none; }

.gwc-svc-hero__stat {
  padding: 18px 12px;
  text-align: center;
  background: rgba(4, 8, 16, 0.92);
  backdrop-filter: blur(12px);
}

.gwc-svc-hero__stat strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--svc-gold-light);
  line-height: 1.2;
}

.gwc-svc-hero__stat span {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

/* ========== TRUST STRIP ========== */
.gwc-svc-trust {
  position: relative;
  z-index: 3;
  margin-top: -56px;
  padding-bottom: 64px;
}

.gwc-svc-trust__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.gwc-svc-trust__card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 14px;
  border: 1px solid rgba(201, 162, 39, 0.12);
  box-shadow: 0 16px 48px rgba(4, 8, 16, 0.08);
  transition: transform 0.35s, box-shadow 0.35s, border-color 0.35s;
}

.gwc-svc-trust__card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 39, 0.4);
  box-shadow: 0 24px 56px rgba(201, 162, 39, 0.12);
}

.gwc-svc-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 55%),
    linear-gradient(145deg, rgba(18, 42, 69, 1), rgba(10, 22, 40, 0.95));
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 40px rgba(4, 8, 16, 0.18);
}

.gwc-svc-icon::after {
  content: "";
  position: absolute;
  inset: 10px;
  background: var(--svc-icon-color, rgba(232, 197, 71, 0.95));
  -webkit-mask-image: var(--svc-icon-mask);
  mask-image: var(--svc-icon-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  opacity: 0.95;
}

.gwc-svc-icon--globe { --svc-icon-color: rgba(0, 180, 216, 0.95); --svc-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M3.8 12h16.4'/%3E%3Cpath d='M12 3.5c2.7 2.8 2.7 14.2 0 17'/%3E%3Cpath d='M12 3.5c-2.7 2.8-2.7 14.2 0 17'/%3E%3C/g%3E%3C/svg%3E"); }
.gwc-svc-icon--chat { --svc-icon-color: rgba(232, 197, 71, 0.95); --svc-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 11c0-3.3 2.2-6 5-6s5 2.7 5 6v3c0 1.7-1.3 3-3 3h-1'/%3E%3Cpath d='M7 14H6c-1.7 0-3-1.3-3-3v-0.5c0-1.7 1.3-3 3-3h1'/%3E%3Cpath d='M12 17.5h0.5c1.7 0 3 1.3 3 3'/%3E%3C/g%3E%3C/svg%3E"); }
.gwc-svc-icon--bolt { --svc-icon-color: rgba(232, 197, 71, 0.95); --svc-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L4 14h7l-1 8 10-14h-7l0-6z' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.gwc-svc-icon--doc { --svc-icon-color: rgba(232, 197, 71, 0.95); --svc-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3.5h6l3 3V20a1.5 1.5 0 0 1-1.5 1.5H8A1.5 1.5 0 0 1 6.5 20V5A1.5 1.5 0 0 1 8 3.5z'/%3E%3Cpath d='M14 3.5V7h3'/%3E%3Cpath d='M9 12h6'/%3E%3Cpath d='M9 15.5h6'/%3E%3C/g%3E%3C/svg%3E"); }
.gwc-svc-icon--truck { --svc-icon-color: rgba(0, 180, 216, 0.92); --svc-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 7.5h11v9h-11z'/%3E%3Cpath d='M14.5 10.5h3.8l2.2 2.6v3H14.5z'/%3E%3Ccircle cx='7.5' cy='17.5' r='1.5'/%3E%3Ccircle cx='17.5' cy='17.5' r='1.5'/%3E%3C/g%3E%3C/svg%3E"); }
.gwc-svc-icon--shield { --svc-icon-color: rgba(232, 197, 71, 0.95); --svc-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.5l7 3v6.2c0 4.2-2.8 7.2-7 8.8-4.2-1.6-7-4.6-7-8.8V6.5l7-3z'/%3E%3Cpath d='M9.2 12.2l1.8 1.8 3.8-4'/%3E%3C/g%3E%3C/svg%3E"); }

.gwc-svc-trust__card h3 {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--svc-navy-2);
  margin: 0;
  line-height: 1.3;
}

.gwc-svc-trust__copy p {
  margin: 4px 0 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(10, 22, 40, 0.72);
}

/* ========== UÇAK KARGO — scoped premium rhythm ========== */
.gwc-svc--ucak .gwc-svc-hero__gradient {
  background:
    linear-gradient(100deg, rgba(4, 8, 16, 0.965) 0%, rgba(4, 8, 16, 0.84) 36%, rgba(10, 22, 40, 0.5) 68%, rgba(10, 22, 40, 0.28) 100%),
    radial-gradient(circle at 70% 35%, rgba(201, 162, 39, 0.12) 0%, transparent 46%),
    radial-gradient(circle at 62% 62%, rgba(0, 180, 216, 0.13) 0%, transparent 40%),
    linear-gradient(0deg, rgba(4, 8, 16, 0.9) 0%, transparent 42%);
}

.gwc-svc--ucak .gwc-svc-hero__title span {
  margin-top: 10px;
  font-weight: 750;
  letter-spacing: -0.03em;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.92) 10%, var(--svc-gold-light) 100%);
}

.gwc-svc--ucak .gwc-svc-hero__actions {
  gap: 10px;
}

.gwc-svc--ucak .gwc-svc-btn {
  box-shadow: 0 0 0 rgba(0,0,0,0);
}

.gwc-svc--ucak .gwc-svc-btn--glass {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.gwc-svc--ucak .gwc-svc-hero__stat strong {
  font-size: 1.6rem;
  text-shadow: 0 10px 40px rgba(201, 162, 39, 0.22);
}

.gwc-svc--ucak .gwc-svc-trust__card {
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow:
    0 26px 70px rgba(4, 8, 16, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
}

.gwc-svc--ucak .gwc-svc-trust__card:hover {
  box-shadow:
    0 34px 86px rgba(4, 8, 16, 0.12),
    0 14px 56px rgba(201, 162, 39, 0.16);
}

/* SEO editorial system */
.gwc-svc-article {
  margin-top: clamp(28px, 4vw, 44px);
  display: grid;
  gap: 14px;
}

.gwc-svc-article__row {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(16px, 3vw, 28px);
  align-items: stretch;
  padding: clamp(18px, 2.6vw, 22px);
  border-radius: 18px;
  border: 1px solid rgba(201, 162, 39, 0.14);
  background:
    radial-gradient(circle at 15% 10%, rgba(201, 162, 39, 0.08) 0%, transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
  box-shadow: 0 28px 80px rgba(4, 8, 16, 0.08);
}

.gwc-svc-article__row:nth-child(even) {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.gwc-svc-article__row:nth-child(even) .gwc-svc-article__media {
  order: 2;
}

.gwc-svc-article__media {
  border-radius: 16px;
  min-height: 220px;
  position: relative;
  overflow: hidden;
  filter: saturate(0.95) contrast(1.06);
  box-shadow:
    0 30px 70px rgba(4, 8, 16, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

.gwc-svc-article__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(4, 8, 16, 0.45) 0%, transparent 55%),
    linear-gradient(0deg, rgba(4, 8, 16, 0.55) 0%, transparent 55%);
}

.gwc-svc-article__title {
  margin: 8px 0 10px;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  letter-spacing: -0.02em;
  color: var(--svc-navy-2);
}

.gwc-svc-article__desc {
  margin: 0 0 12px;
  line-height: 1.75;
  color: rgba(10, 22, 40, 0.76);
  font-size: 0.98rem;
}

.gwc-svc-article__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.gwc-svc-article__list li {
  position: relative;
  padding-left: 18px;
  color: rgba(10, 22, 40, 0.78);
  font-size: 0.95rem;
  line-height: 1.55;
}

.gwc-svc-article__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 180, 216, 0.75);
  box-shadow: 0 0 0 3px rgba(0, 180, 216, 0.12);
}

.gwc-svc-eyebrow--muted {
  color: rgba(10, 22, 40, 0.6);
}

.gwc-svc-rich--embedded {
  margin-top: 10px;
  border-radius: 18px;
  border: 1px solid rgba(201, 162, 39, 0.14);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 70px rgba(4, 8, 16, 0.08);
}

@media (max-width: 900px) {
  .gwc-svc-article__row,
  .gwc-svc-article__row:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .gwc-svc-article__row:nth-child(even) .gwc-svc-article__media {
    order: 0;
  }

  .gwc-svc-article__media {
    min-height: 200px;
  }
}

/* ========== SECTIONS ========== */
.gwc-svc-section { padding: clamp(72px, 10vh, 110px) 0; }

.gwc-svc-section--light {
  background: #f0f4f8;
  background-image: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.gwc-svc-section--dark {
  background: var(--svc-navy-2);
  color: rgba(255, 255, 255, 0.88);
}

.gwc-svc-section--photo {
  position: relative;
  background: var(--svc-navy);
}

.gwc-svc-section--photo .gwc-svc-section__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.22;
}

.gwc-svc-section--photo .gwc-svc-section__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--svc-navy) 0%, rgba(10, 22, 40, 0.92) 100%);
}

.gwc-svc-section--photo .gwc-container { position: relative; z-index: 1; }

.gwc-svc-eyebrow {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--svc-gold);
  margin-bottom: 12px;
  display: block;
}

.gwc-svc-section--dark .gwc-svc-eyebrow,
.gwc-svc-section--photo .gwc-svc-eyebrow { color: var(--svc-gold-light); }

.gwc-svc-heading {
  font-size: clamp(1.85rem, 3.5vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 16px;
  color: var(--svc-navy-2);
}

.gwc-svc-section--dark .gwc-svc-heading,
.gwc-svc-section--photo .gwc-svc-heading { color: #fff; }

.gwc-svc-heading--center,
.gwc-svc-lead--center { text-align: center; margin-left: auto; margin-right: auto; }

.gwc-svc-lead {
  font-size: 1.08rem;
  line-height: 1.85;
  color: #5a6b7d;
  max-width: 680px;
  margin: 0 0 40px;
}

.gwc-svc-section--dark .gwc-svc-lead,
.gwc-svc-section--photo .gwc-svc-lead { color: rgba(255, 255, 255, 0.7); }

/* Intro editorial */
.gwc-svc-intro__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 40px;
  align-items: stretch;
}

.gwc-svc-intro__photo {
  position: relative;
  min-height: 520px;
  border-radius: var(--svc-radius);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 40px 90px rgba(4, 8, 16, 0.18);
}

.gwc-svc-intro__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 8, 16, 0.8) 0%, transparent 45%);
}

.gwc-svc-intro__photo-caption {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 1;
  padding: 16px 20px;
  background: rgba(4, 8, 16, 0.55);
  border: 1px solid rgba(201, 162, 39, 0.25);
  border-radius: 12px;
  backdrop-filter: blur(12px);
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.gwc-svc-intro__blocks { display: flex; flex-direction: column; gap: 10px; }

.gwc-svc-intro__block {
  display: grid;
  grid-template-columns: 44px 4px 1fr;
  gap: 16px;
  padding: 20px 22px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(15, 39, 68, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}

.gwc-svc-intro__block:hover {
  transform: translateX(6px);
  box-shadow: 0 12px 36px rgba(4, 8, 16, 0.08);
}

.gwc-svc-miniicon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  flex-shrink: 0;
  position: relative;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.10) 0%, transparent 55%),
    linear-gradient(145deg, rgba(18, 42, 69, 1), rgba(10, 22, 40, 0.95));
  border: 1px solid rgba(201, 162, 39, 0.16);
  box-shadow: 0 18px 52px rgba(4, 8, 16, 0.14);
}

.gwc-svc-miniicon::after {
  content: "";
  position: absolute;
  inset: 11px;
  background: var(--svc-icon-color, rgba(232, 197, 71, 0.95));
  -webkit-mask-image: var(--svc-icon-mask);
  mask-image: var(--svc-icon-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  opacity: 0.95;
}

.gwc-svc-miniicon--speed {
  --svc-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13a8 8 0 1 1-16 0'/%3E%3Cpath d='M12 13l3.8-3.8'/%3E%3Cpath d='M6.7 10.2h.01'/%3E%3Cpath d='M12 7.2h.01'/%3E%3Cpath d='M17.3 10.2h.01'/%3E%3C/g%3E%3C/svg%3E");
}

.gwc-svc-miniicon--shield {
  --svc-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.5l7 3v6.2c0 4.2-2.8 7.2-7 8.8-4.2-1.6-7-4.6-7-8.8V6.5l7-3z'/%3E%3Cpath d='M9.2 12.2l1.8 1.8 3.8-4'/%3E%3C/g%3E%3C/svg%3E");
}

.gwc-svc-miniicon--globe {
  --svc-icon-color: rgba(0, 180, 216, 0.95);
  --svc-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M3.8 12h16.4'/%3E%3Cpath d='M12 3.5c2.7 2.8 2.7 14.2 0 17'/%3E%3Cpath d='M12 3.5c-2.7 2.8-2.7 14.2 0 17'/%3E%3C/g%3E%3C/svg%3E");
}

.gwc-svc-miniicon--doc {
  --svc-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3.5h6l3 3V20a1.5 1.5 0 0 1-1.5 1.5H8A1.5 1.5 0 0 1 6.5 20V5A1.5 1.5 0 0 1 8 3.5z'/%3E%3Cpath d='M14 3.5V7h3'/%3E%3Cpath d='M9 12h6'/%3E%3Cpath d='M9 15.5h6'/%3E%3C/g%3E%3C/svg%3E");
}

.gwc-svc-miniicon--export {
  --svc-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.5 7.5h9v9h-9z'/%3E%3Cpath d='M12 6V3.8'/%3E%3Cpath d='M8.8 4.8L12 3l3.2 1.8'/%3E%3Cpath d='M6 12H3.8'/%3E%3Cpath d='M20.2 12H18'/%3E%3Cpath d='M12 20.2V18'/%3E%3C/g%3E%3C/svg%3E");
}

.gwc-svc-miniicon--door {
  --svc-icon-color: rgba(0, 180, 216, 0.92);
  --svc-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.5 21V4.8A1.8 1.8 0 0 1 9.3 3h5.4a1.8 1.8 0 0 1 1.8 1.8V21'/%3E%3Cpath d='M12.8 12h0.01'/%3E%3C/g%3E%3C/svg%3E");
}

.gwc-svc-intro__block-accent {
  background: linear-gradient(180deg, var(--svc-gold), var(--svc-cyan));
  border-radius: 4px;
}

.gwc-svc-intro__block h3 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 4px;
  color: var(--svc-navy-2);
}

.gwc-svc-intro__block p {
  margin: 0;
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.6;
}

.gwc-svc-rich {
  margin-top: 48px;
  padding: 40px 48px;
  background: #fff;
  border-radius: var(--svc-radius);
  border-left: 4px solid var(--svc-gold);
  box-shadow: 0 20px 60px rgba(4, 8, 16, 0.06);
}

.gwc-svc-rich h2 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 2rem 0 0.75rem;
  color: var(--svc-navy-2);
}
.gwc-svc-rich h2:first-child { margin-top: 0; }
.gwc-svc-rich p, .gwc-svc-rich li { color: #475569; line-height: 1.85; }

/* Why — bento with photos */
.gwc-svc-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(180px, auto);
  gap: 16px;
}

.gwc-svc-why__card {
  position: relative;
  padding: 28px 24px;
  border-radius: var(--svc-radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 8, 16, 0.5);
  transition: transform 0.4s, border-color 0.4s;
}

.gwc-svc-why__card--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--why-photo);
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  transition: opacity 0.4s, transform 0.6s;
}

.gwc-svc-why__card--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 8, 16, 0.92) 0%, rgba(4, 8, 16, 0.4) 100%);
}

.gwc-svc-why__card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 162, 39, 0.35);
}

.gwc-svc-why__card:hover::before {
  opacity: 0.5;
  transform: scale(1.05);
}

.gwc-svc-why__card > * { position: relative; z-index: 1; }

.gwc-svc-why__num {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--svc-gold);
  margin-bottom: 10px;
}

.gwc-svc-why__card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
}

.gwc-svc-why__card p {
  margin: 0;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.55;
}

.gwc-svc-why__card:nth-child(1) { grid-column: span 2; }

/* Network cinematic */
.gwc-svc-network__stage {
  position: relative;
  padding: 56px 40px;
  border-radius: var(--svc-radius);
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.15);
}

.gwc-svc-network__stage-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}

.gwc-svc-network__stage-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(4, 8, 16, 0.9) 0%, rgba(10, 22, 40, 0.75) 100%);
}

.gwc-svc-network__stage .gwc-svc-network__content { position: relative; z-index: 1; text-align: center; }

.gwc-svc-network__regions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.gwc-svc-network__chip {
  padding: 11px 22px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  background: rgba(4, 8, 16, 0.55);
  border: 1px solid rgba(201, 162, 39, 0.3);
  border-radius: 100px;
  backdrop-filter: blur(8px);
  transition: background 0.3s, box-shadow 0.3s;
}

.gwc-svc-network__chip:hover {
  background: rgba(201, 162, 39, 0.2);
  box-shadow: 0 0 24px rgba(201, 162, 39, 0.2);
}

.gwc-svc-network__routes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 36px;
}

.gwc-svc-network__route {
  padding: 18px 20px;
  text-align: left;
  background: rgba(4, 8, 16, 0.6);
  border-radius: 12px;
  border-left: 3px solid var(--svc-cyan);
}

.gwc-svc-network__route strong {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--svc-cyan);
  margin-bottom: 4px;
}

.gwc-svc-network__route span { color: #fff; font-weight: 600; font-size: 0.92rem; }

/* Advantages — image tiles */
.gwc-svc-adv__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gwc-svc-adv__card {
  position: relative;
  min-height: 280px;
  border-radius: var(--svc-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  transition: transform 0.4s;
}

.gwc-svc-adv__card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.gwc-svc-adv__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 8, 16, 0.92) 0%, rgba(4, 8, 16, 0.2) 70%);
}

.gwc-svc-adv__card:hover { transform: translateY(-8px); }
.gwc-svc-adv__card:hover .gwc-svc-adv__card-bg { transform: scale(1.08); }

.gwc-svc-adv__card h3,
.gwc-svc-adv__card p { position: relative; z-index: 1; color: #fff; }

.gwc-svc-adv__card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 6px;
}

.gwc-svc-adv__card p {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

/* Process */
.gwc-svc-process__track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.gwc-svc-process__step {
  position: relative;
  padding: 28px 20px 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  text-align: center;
  transition: border-color 0.35s, background 0.35s;
}

.gwc-svc-process__step:hover {
  border-color: rgba(201, 162, 39, 0.4);
  background: rgba(201, 162, 39, 0.06);
}

.gwc-svc-process__dot {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--svc-gold), #a8861a);
  color: var(--svc-navy);
  font-size: 1.1rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 32px rgba(201, 162, 39, 0.35);
}

.gwc-svc-process__step h3 {
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px;
}

.gwc-svc-process__step p {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.45;
}

/* SEO country routes hub */
.gwc-svc-eyebrow--gold {
  color: var(--svc-gold-light);
}

.gwc-svc-countries-hub {
  position: relative;
  padding: clamp(72px, 10vh, 108px) 0;
  overflow: hidden;
}

.gwc-svc-countries-hub__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(0, 180, 216, 0.08) 0%, transparent 55%),
    linear-gradient(180deg, #0a1628 0%, #040810 100%);
  pointer-events: none;
}

.gwc-svc-countries-hub__routes {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background:
    linear-gradient(118deg, transparent 48%, rgba(201, 162, 39, 0.12) 49%, rgba(201, 162, 39, 0.12) 49.5%, transparent 50%),
    linear-gradient(145deg, transparent 62%, rgba(0, 180, 216, 0.1) 63%, transparent 64%),
    url("../images/photos/globe.jpg") center / cover no-repeat;
  mix-blend-mode: soft-light;
}

.gwc-svc-countries-hub .gwc-container {
  position: relative;
  z-index: 1;
}

.gwc-svc-countries-hub__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.gwc-svc-countries-hub__title {
  font-size: clamp(1.75rem, 3.5vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 18px;
}

.gwc-svc-countries-hub__desc {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
}

.gwc-svc-countries-hub__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.gwc-svc-route-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 22px 22px;
  min-height: 148px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  overflow: hidden;
}

.gwc-svc-route-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.1) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.gwc-svc-route-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 162, 39, 0.45);
  background: rgba(15, 39, 68, 0.55);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.35),
    0 0 32px rgba(201, 162, 39, 0.12);
}

.gwc-svc-route-card:hover::before {
  opacity: 1;
}

.gwc-svc-route-card__route {
  position: relative;
  z-index: 1;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 180, 216, 0.95);
}

.gwc-svc-route-card__title {
  position: relative;
  z-index: 1;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
}

.gwc-svc-route-card__text {
  position: relative;
  z-index: 1;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.gwc-svc-route-card__arrow {
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(201, 162, 39, 0.12);
  border: 1px solid rgba(201, 162, 39, 0.3);
  color: var(--svc-gold-light);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.gwc-svc-route-card:hover .gwc-svc-route-card__arrow {
  opacity: 1;
  transform: none;
  background: rgba(201, 162, 39, 0.22);
}

/* FAQ */
.gwc-svc-faq__wrap { max-width: 860px; margin: 0 auto; }

.gwc-svc-faq__item {
  margin-bottom: 10px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 39, 68, 0.07);
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.gwc-svc-faq__item:hover { box-shadow: 0 12px 40px rgba(4, 8, 16, 0.06); }

.gwc-svc-faq__trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 26px;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  color: var(--svc-navy-2);
  text-align: left;
  cursor: pointer;
}

.gwc-svc-faq__trigger[aria-expanded="true"] {
  color: var(--svc-gold);
  background: linear-gradient(90deg, rgba(201, 162, 39, 0.08), transparent);
}

.gwc-svc-faq__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--svc-navy-2);
  color: var(--svc-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  transition: transform 0.35s;
}

.gwc-svc-faq__trigger[aria-expanded="true"] .gwc-svc-faq__icon { transform: rotate(45deg); }

.gwc-svc-faq__panel { padding: 0 26px 22px; }
.gwc-svc-faq__panel[hidden] { display: none; }
.gwc-svc-faq__panel p { margin: 0; color: #64748b; line-height: 1.8; font-size: 0.95rem; }

/* CTA */
.gwc-svc-cta {
  position: relative;
  padding: clamp(100px, 14vh, 140px) 0;
  overflow: hidden;
}

.gwc-svc-cta__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.gwc-svc-cta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(201, 162, 39, 0.2) 0%, transparent 55%),
    linear-gradient(180deg, rgba(4, 8, 16, 0.88) 0%, rgba(4, 8, 16, 0.95) 100%);
}

.gwc-svc-cta__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

.gwc-svc-cta__title {
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
  line-height: 1.15;
}

.gwc-svc-cta__desc {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 36px;
}

.gwc-svc-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

/* Responsive */
@media (max-width: 1100px) {
  .gwc-svc-hero__grid { grid-template-columns: 1fr; }
  .gwc-svc-hero__visual { min-height: 360px; max-width: 560px; margin: 0 auto; }
  .gwc-svc-trust__grid { grid-template-columns: repeat(3, 1fr); }
  .gwc-svc-intro__grid { grid-template-columns: 1fr; }
  .gwc-svc-intro__photo { min-height: 360px; }
  .gwc-svc-why__grid { grid-template-columns: 1fr 1fr; }
  .gwc-svc-why__card:nth-child(1) { grid-column: span 2; }
  .gwc-svc-adv__grid { grid-template-columns: 1fr 1fr; }
  .gwc-svc-process__track { grid-template-columns: 1fr 1fr; }
  .gwc-svc-countries-hub__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .gwc-svc-trust__grid { grid-template-columns: 1fr; }
  .gwc-svc-why__grid,
  .gwc-svc-adv__grid,
  .gwc-svc-process__track,
  .gwc-svc-countries-hub__grid { grid-template-columns: 1fr; }
  .gwc-svc-why__card:nth-child(1) { grid-column: span 1; }
  .gwc-svc-hero__actions,
  .gwc-svc-cta__actions { flex-direction: column; }
  .gwc-svc-btn { width: 100%; }
  .gwc-svc-rich { padding: 28px 24px; }
  .gwc-svc-network__routes { grid-template-columns: 1fr; }
}
