/* ==========================================================================
   eSIMly — shared styles
   Design system: trust blue + high-contrast orange CTA, mobile-first
   ========================================================================== */

:root {
  --blue: #1A4DBE;
  --blue-dark: #143a91;
  --blue-light: #e8eefc;
  --cta: #FF6B35;
  --cta-dark: #e85423;
  --green: #00C853;
  --green-dark: #00a847;
  --slate: #1E293B;
  --slate-600: #475569;
  --slate-400: #94a3b8;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --bg: #ffffff;
  --bg-soft: #f8fafc;
  --white: #ffffff;
  --amber: #f59e0b;
  --danger: #dc2626;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, .08);
  --shadow: 0 6px 20px rgba(15, 23, 42, .10);
  --shadow-lg: 0 18px 50px rgba(15, 23, 42, .16);
  --container: 1200px;
  --header-h: 64px;
  --ease: cubic-bezier(.4, 0, .2, 1);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--slate);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- icons (Google Material Symbols) ---------- */
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal; font-style: normal; line-height: 1;
  letter-spacing: normal; text-transform: none; white-space: nowrap;
  word-wrap: normal; direction: ltr; display: inline-flex; vertical-align: middle;
  -webkit-font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
  user-select: none; flex: none;
}
.material-symbols-rounded.fill { font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24; }

/* ---------- flag images (flagcdn) ---------- */
.flag-img {
  display: inline-block; width: 34px; height: auto; aspect-ratio: 4 / 3;
  object-fit: cover; border-radius: 4px; vertical-align: middle;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, .10);
}
.flag-img--lg { width: 60px; border-radius: 6px; }
/* the Global "globe" icon reuses .flag-img markup — strip the image-only styling */
.flag-globe {
  width: auto !important; height: auto !important; aspect-ratio: auto !important;
  border-radius: 0 !important; box-shadow: none !important; color: var(--blue);
  font-size: 2rem;
}
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { line-height: 1.2; font-weight: 800; letter-spacing: -.02em; color: var(--slate); }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.5rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.5rem); }
p { color: var(--slate-600); }
ul { padding-left: 1.1rem; }

/* ---------- layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 20px; }
.section { padding: clamp(48px, 8vw, 96px) 0; }
.section--soft { background: var(--bg-soft); }
.text-center { text-align: center; }
.eyebrow {
  display: inline-block; text-transform: uppercase; letter-spacing: .12em;
  font-weight: 700; font-size: .8rem; color: var(--blue); margin-bottom: 10px;
}
.section-lead { max-width: 620px; margin: 14px auto 0; color: var(--slate-600); font-size: 1.05rem; }
.grid { display: grid; gap: 24px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px; border: 0; font-weight: 700; font-size: 1rem;
  transition: transform .15s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
  white-space: nowrap; line-height: 1;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn--cta { background: var(--cta); color: #fff; box-shadow: 0 8px 20px rgba(255, 107, 53, .35); }
.btn--cta:hover { background: var(--cta-dark); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(255, 107, 53, .45); }
.btn--primary { background: var(--blue); color: #fff; box-shadow: 0 8px 20px rgba(26, 77, 190, .28); }
.btn--primary:hover { background: var(--blue-dark); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--blue); border: 2px solid var(--slate-200); }
.btn--ghost:hover { border-color: var(--blue); background: var(--blue-light); }
.btn--lg { padding: 17px 34px; font-size: 1.08rem; }
.btn--block { width: 100%; }
.btn--white { background:#fff; color: var(--blue); }
.btn--white:hover { background: var(--slate-100); }

/* ---------- offer banner ---------- */
.offer-bar {
  background: linear-gradient(90deg, var(--slate) 0%, #283549 100%);
  color: #fff; text-align: center; font-size: .9rem; font-weight: 600;
  padding: 9px 16px; display: flex; gap: 10px; justify-content: center; align-items: center; flex-wrap: wrap;
}
.offer-bar strong { color: var(--cta); }
.offer-bar .material-symbols-rounded { font-size: 18px; color: var(--cta); }
.offer-bar .countdown {
  font-variant-numeric: tabular-nums; background: rgba(255,255,255,.12);
  padding: 3px 9px; border-radius: 6px; letter-spacing: .04em;
}

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid var(--slate-200);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 16px; }
.brand { display: flex; align-items: center; gap: 9px; font-weight: 900; font-size: 1.3rem; color: var(--slate); letter-spacing: -.03em; }
.brand .logo-mark {
  width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--blue), #3b6fe0); color: #fff; font-size: 1.05rem;
}
.brand span em { color: var(--cta); font-style: normal; }
.nav-links { display: flex; gap: 6px; align-items: center; list-style: none; padding: 0; margin: 0; }
.nav-links a {
  padding: 8px 14px; border-radius: 8px; font-weight: 600; color: var(--slate-600); font-size: .95rem;
  transition: color .15s, background .15s;
}
.nav-links a:hover, .nav-links a.active { color: var(--blue); background: var(--blue-light); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--slate); border-radius: 2px; transition: .25s; }
.nav-toggle span + span { margin-top: 5px; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--blue); color: #fff; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(115deg, rgba(20, 41, 99, .92) 0%, rgba(26, 77, 190, .82) 45%, rgba(26, 77, 190, .55) 100%),
    url("https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1600&q=70") center/cover;
}
.hero__inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: clamp(48px, 8vw, 96px) 0; }
.hero h1 { color: #fff; }
.hero h1 .hl { color: #FFD27A; }
.hero p.lead { color: rgba(255, 255, 255, .9); font-size: 1.15rem; margin-top: 16px; max-width: 540px; }
.hero__cta { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.hero__points { list-style: none; padding: 0; margin: 26px 0 0; display: flex; gap: 20px; flex-wrap: wrap; }
.hero__points li { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: .95rem; }
.hero__points svg { flex: none; }
.hero__card {
  background: #fff; color: var(--slate); border-radius: 20px; padding: 24px; box-shadow: var(--shadow-lg);
}
.hero__card h3 { margin-bottom: 4px; }
.hero__card .muted { color: var(--slate-400); font-size: .85rem; }
.mini-plan { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-top: 1px solid var(--slate-100); }
.mini-plan:first-of-type { border-top: 0; }
.mini-plan .flag { display: inline-flex; }
.mini-plan .flag .flag-img { width: 30px; }
.mini-plan .flag .flag-globe { font-size: 1.7rem; }
.mini-plan .meta b { display: block; }
.mini-plan .price { font-weight: 800; color: var(--blue); font-size: 1.15rem; }

/* ---------- trust strip ---------- */
.trust-strip { display: flex; flex-wrap: wrap; gap: 18px 36px; justify-content: center; align-items: center; }
.trust-item { display: flex; align-items: center; gap: 10px; color: var(--slate-600); font-weight: 600; font-size: .92rem; }
.trust-item svg { color: var(--green); flex: none; }
.trust-item .material-symbols-rounded { color: var(--green); font-size: 20px; }
.stars { display: inline-flex; align-items: center; color: var(--amber); gap: 1px; }
.stars .material-symbols-rounded { font-size: 1.05rem; font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20; }

/* ---------- cards / features ---------- */
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.feature {
  background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 26px;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s;
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.feature .ic {
  width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
  background: var(--blue-light); color: var(--blue); margin-bottom: 14px;
}
.step-num {
  width: 44px; height: 44px; border-radius: 50%; background: var(--cta); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 1.15rem; margin-bottom: 14px;
}

/* ---------- destination tiles ---------- */
.dest-tile {
  position: relative; border-radius: var(--radius); overflow: hidden; min-height: 220px;
  display: flex; align-items: flex-end; color: #fff; box-shadow: var(--shadow-sm);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.dest-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.dest-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dest-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(15, 23, 42, .8) 100%); }
.dest-tile .body { position: relative; padding: 18px; width: 100%; }
.dest-tile .body h3 { color: #fff; display: flex; align-items: center; gap: 8px; }
.dest-tile .body h3 .flag-img { width: 28px; box-shadow: 0 0 0 1px rgba(255,255,255,.4); }
.dest-tile .body .from { font-size: .85rem; opacity: .9; }
.dest-tile .body .from b { color: #FFD27A; font-size: 1.05rem; }

/* ---------- plans ---------- */
.region-block { margin-top: 40px; }
.region-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.region-head h3 { margin: 0; }
.region-head .badge { background: var(--blue-light); color: var(--blue); padding: 4px 12px; border-radius: 999px; font-size: .8rem; font-weight: 700; }
.plans-grid { grid-template-columns: repeat(4, 1fr); }
.plan-card {
  background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 22px;
  display: flex; flex-direction: column; position: relative; transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s;
}
.plan-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--blue); }
.plan-card.popular { border-color: var(--cta); box-shadow: 0 10px 30px rgba(255,107,53,.18); }
.plan-card .ribbon {
  position: absolute; top: 14px; right: 14px; background: var(--cta); color: #fff;
  font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em;
  padding: 4px 9px; border-radius: 999px;
}
.plan-card .flag { line-height: 1; }
.plan-card .flag .flag-img { width: 48px; }
.plan-card .flag .flag-globe { font-size: 2.6rem; }
.plan-card .pc-country { font-weight: 800; font-size: 1.1rem; margin-top: 10px; }
.plan-card .pc-data { font-size: 2rem; font-weight: 900; color: var(--blue); margin-top: 6px; letter-spacing: -.03em; }
.plan-card .pc-validity { color: var(--slate-400); font-size: .9rem; }
.plan-card .pc-features { list-style: none; padding: 0; margin: 14px 0; font-size: .88rem; }
.plan-card .pc-features li { display: flex; gap: 7px; align-items: center; padding: 3px 0; color: var(--slate-600); }
.plan-card .pc-features svg { color: var(--green); flex: none; }
.plan-card .pc-price { margin-top: auto; display: flex; align-items: baseline; gap: 6px; padding-top: 12px; }
.plan-card .pc-price .amt { font-size: 1.8rem; font-weight: 900; color: var(--slate); }
.plan-card .pc-price .per { color: var(--slate-400); font-size: .85rem; }
.plan-card .btn { margin-top: 14px; }

/* ---------- filters / search ---------- */
.toolbar { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; justify-content: center; margin-top: 26px; }
.search-input {
  flex: 1 1 320px; max-width: 460px; display: flex; align-items: center; gap: 10px;
  border: 2px solid var(--slate-200); border-radius: 999px; padding: 12px 18px; background: #fff;
  transition: border-color .2s;
}
.search-input:focus-within { border-color: var(--blue); }
.search-input input { border: 0; outline: 0; width: 100%; font-size: 1rem; background: transparent; color: var(--slate); }
.chip-row { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  border: 2px solid var(--slate-200); background: #fff; color: var(--slate-600);
  padding: 8px 16px; border-radius: 999px; font-weight: 600; font-size: .9rem; transition: .15s;
}
.chip .flag-img { width: 22px; }
.chip .flag-globe { font-size: 1.15rem; color: inherit; }
.chip:hover { border-color: var(--blue); color: var(--blue); }
.chip.active { background: var(--blue); border-color: var(--blue); color: #fff; }

/* ---------- destinations table/list ---------- */
.dest-list { margin-top: 30px; display: grid; gap: 12px; }
.dest-row {
  display: grid; grid-template-columns: auto 1fr auto auto; gap: 16px; align-items: center;
  background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-sm); padding: 14px 18px;
  transition: box-shadow .2s, border-color .2s;
}
.dest-row:hover { box-shadow: var(--shadow-sm); border-color: var(--blue); }
.dest-row .flag { display: inline-flex; }
.dest-row .flag .flag-img { width: 40px; }
.dest-row .flag .flag-globe { font-size: 1.9rem; }
.dest-row .name b { display: block; font-size: 1.02rem; }
.dest-row .name small { color: var(--slate-400); }
.dest-row .from { text-align: right; }
.dest-row .from b { color: var(--blue); font-size: 1.1rem; }
.dest-row .from small { display: block; color: var(--slate-400); }
.empty-state { text-align: center; padding: 50px 20px; color: var(--slate-400); }

/* ---------- testimonials ---------- */
.testimonials-grid { grid-template-columns: repeat(3, 1fr); }
.quote { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 24px; }
.quote .stars { margin-bottom: 10px; }
.quote p { color: var(--slate); font-size: 1rem; }
.quote .who { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.quote .who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.quote .who b { display: block; font-size: .95rem; }
.quote .who small { color: var(--slate-400); }

/* ---------- stats ---------- */
.stats { grid-template-columns: repeat(4, 1fr); text-align: center; }
.stat .num { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: var(--blue); letter-spacing: -.03em; }
.stat .lbl { color: var(--slate-600); font-weight: 600; }

/* ---------- FAQ accordion ---------- */
.faq-wrap { max-width: 820px; margin-inline: auto; }
.faq-item { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-sm); margin-bottom: 12px; overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; padding: 18px 20px;
  font-weight: 700; font-size: 1.02rem; color: var(--slate); display: flex; justify-content: space-between; gap: 16px; align-items: center;
}
.faq-q .icon { flex: none; transition: transform .25s var(--ease); color: var(--blue); font-size: 1.4rem; line-height: 1; }
.faq-item.open .faq-q .icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq-a .faq-a-inner { padding: 0 20px 18px; color: var(--slate-600); }
.faq-cat-title { margin: 34px 0 14px; font-size: 1.1rem; color: var(--blue); }

/* ---------- social proof toast ---------- */
.sp-toast {
  position: fixed; left: 18px; bottom: 18px; z-index: 60; max-width: 320px;
  background: #fff; border: 1px solid var(--slate-200); border-radius: 12px; box-shadow: var(--shadow-lg);
  padding: 12px 14px 12px 12px; display: flex; gap: 12px; align-items: center;
  transform: translateY(150%); opacity: 0; transition: transform .45s var(--ease), opacity .45s var(--ease);
}
.sp-toast.show { transform: translateY(0); opacity: 1; }
.sp-toast img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex: none; }
.sp-toast .t-body { font-size: .85rem; line-height: 1.35; }
.sp-toast .t-body b { color: var(--slate); }
.sp-toast .t-body small { color: var(--slate-400); display: block; margin-top: 2px; }
.sp-toast .t-check { color: var(--green); }

/* ---------- guarantee / CTA band ---------- */
.cta-band { background: linear-gradient(135deg, var(--blue) 0%, #2a5fd6 100%); color: #fff; border-radius: 24px; padding: clamp(32px, 5vw, 56px); text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.9); max-width: 560px; margin: 12px auto 24px; }
.guarantee-badge {
  display: inline-flex; align-items: center; gap: 8px; background: var(--green); color: #fff;
  padding: 10px 18px; border-radius: 999px; font-weight: 700; font-size: .92rem;
}
.guarantee-badge .material-symbols-rounded { font-size: 20px; }
.sp-toast .t-check { color: var(--green); display: inline-flex; align-items: center; gap: 2px; }
.sp-toast .t-check .material-symbols-rounded { font-size: 14px; }

/* ---------- checkout (pay.html) ---------- */
.checkout { grid-template-columns: 1.3fr .9fr; align-items: start; gap: 32px; }
.pay-card, .summary-card {
  background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm);
}
.summary-card { position: sticky; top: calc(var(--header-h) + 16px); }
.summary-row { display: flex; justify-content: space-between; padding: 10px 0; border-top: 1px solid var(--slate-100); color: var(--slate-600); }
.summary-row:first-of-type { border-top: 0; }
.summary-row b { color: var(--slate); }
.summary-total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 14px; padding-top: 16px; border-top: 2px solid var(--slate-200); }
.summary-total .lbl { font-weight: 700; }
.summary-total .amt { font-size: 2.1rem; font-weight: 900; color: var(--blue); letter-spacing: -.03em; }
.summary-flag { display: inline-flex; }
.summary-flag .flag-globe { font-size: 2.8rem; }

.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; color: var(--slate); }
.field .input-wrap { position: relative; }
.field input {
  width: 100%; padding: 13px 14px; border: 2px solid var(--slate-200); border-radius: var(--radius-sm);
  font-size: 1rem; color: var(--slate); transition: border-color .15s, box-shadow .15s; background: #fff;
}
.field input::placeholder { color: var(--slate-400); }
.field input:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-light); }
.field.invalid input { border-color: var(--danger); }
.field .err { color: var(--danger); font-size: .82rem; margin-top: 5px; display: none; }
.field.invalid .err { display: block; }
.field .card-icons { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); display: flex; gap: 6px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pay-secure-note { display: flex; align-items: center; gap: 8px; color: var(--slate-400); font-size: .82rem; margin-top: 14px; justify-content: center; }
.pay-secure-note svg { color: var(--green); }
.accepted-cards { display: flex; gap: 8px; align-items: center; margin-top: 4px; }

#payment-widget:empty { display: none; }

/* ---------- success ---------- */
.success-wrap { max-width: 620px; margin-inline: auto; text-align: center; }
.success-check {
  width: 92px; height: 92px; border-radius: 50%; background: var(--green); color: #fff;
  display: grid; place-items: center; margin: 0 auto 20px; animation: pop .5s var(--ease) both;
}
@keyframes pop { 0% { transform: scale(.4); opacity: 0; } 60% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }
.order-receipt { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 24px; text-align: left; margin-top: 26px; box-shadow: var(--shadow-sm); }
.order-receipt .summary-row b { color: var(--slate); }

/* ---------- page hero (interior) ---------- */
.page-hero { background: var(--blue-light); padding: clamp(40px, 6vw, 72px) 0; text-align: center; }
.page-hero .eyebrow { color: var(--cta); }
.breadcrumbs { color: var(--slate-400); font-size: .85rem; margin-top: 8px; }
.breadcrumbs a:hover { color: var(--blue); }

/* ---------- about ---------- */
.about-grid { grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.about-grid img { border-radius: var(--radius); box-shadow: var(--shadow); }
.value-list { list-style: none; padding: 0; margin-top: 18px; }
.value-list li { display: flex; gap: 12px; padding: 10px 0; }
.value-list .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--blue-light); color: var(--blue); display: grid; place-items: center; flex: none; }
.value-list .ic .material-symbols-rounded { font-size: 20px; }
.feature .ic .material-symbols-rounded { font-size: 24px; }

/* ---------- footer ---------- */
.site-footer { background: var(--slate); color: #cbd5e1; padding: 56px 0 26px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.site-footer .brand { color: #fff; }
.site-footer p { color: #94a3b8; font-size: .9rem; margin-top: 12px; max-width: 280px; }
.footer-col h4 { color: #fff; font-size: .95rem; margin-bottom: 14px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: #94a3b8; font-size: .9rem; transition: color .15s; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid #334155; margin-top: 36px; padding-top: 20px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  color: #94a3b8; font-size: .85rem;
}
.pay-icons { display: flex; gap: 8px; align-items: center; }
.pay-icons svg { border-radius: 4px; background: #fff; }

/* ---------- sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; display: none;
  background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-top: 1px solid var(--slate-200);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); box-shadow: 0 -6px 20px rgba(15,23,42,.08);
}
.sticky-cta .btn { width: 100%; }

/* ---------- utilities ---------- */
.mt-0 { margin-top: 0; } .mt-1 { margin-top: 12px; } .mt-2 { margin-top: 24px; }
.maxw-680 { max-width: 680px; } .mx-auto { margin-inline: auto; }
.prose p { margin-bottom: 14px; } .prose h3 { margin: 26px 0 10px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
  .plans-grid, .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__card { max-width: 460px; }
  .checkout { grid-template-columns: 1fr; }
  .summary-card { position: static; order: -1; }
}
@media (max-width: 860px) {
  .nav-links, .nav-actions .btn { display: none; }
  .nav-toggle { display: block; }
  .site-header.menu-open .nav-links {
    display: flex; position: absolute; top: var(--header-h); left: 0; right: 0; flex-direction: column;
    background: #fff; border-bottom: 1px solid var(--slate-200); padding: 14px 20px; gap: 4px; box-shadow: var(--shadow);
  }
  .site-header.menu-open .nav-links a { width: 100%; }
  .cards-3, .testimonials-grid, .about-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .sticky-cta { display: block; }
  body { padding-bottom: 72px; }
}
@media (max-width: 560px) {
  .cards-4, .plans-grid, .stats { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .dest-row { grid-template-columns: auto 1fr; row-gap: 6px; }
  .dest-row .from { grid-column: 2; text-align: left; }
  .dest-row .btn { grid-column: 2; justify-self: start; }
  .offer-bar { font-size: .8rem; }
  /* full-width hero & section CTAs for easy thumb tapping */
  .hero__cta { width: 100%; }
  .hero__cta .btn { width: 100%; }
  .hero__points { gap: 10px 18px; }
  .hero p.lead { font-size: 1.05rem; }
  .brand { font-size: 1.15rem; }
  .section { padding: 44px 0; }
  .cta-band .btn { width: 100%; }
  /* keep flag images crisp but compact on phones */
  .plan-card .flag .flag-img { width: 44px; }
}
@media (max-width: 480px) {
  .offer-bar { flex-direction: column; gap: 4px; padding: 7px 12px; font-size: .76rem; }
  .trust-strip { gap: 12px 22px; }
  .container { padding-inline: 16px; }
  h1 { font-size: clamp(1.75rem, 7vw, 2.2rem); }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
