/* =====================================================================
   نتّك — 5G & Fiber KSA  (light theme, mobile-first)
   Aesthetic: warm paper + deep ink navy, fibre-light accents (teal/cyan
   + sunset orange), bold Arabic display type, tactile 3D package cards.
   ===================================================================== */

:root {
  /* palette */
  --paper: #f7f5ef;
  --paper-2: #fffdf8;
  --white: #ffffff;
  --surface: #ffffff;
  --surface-2: #f1f3f8;
  --ink: #0b1220;
  --ink-2: #1c2540;
  --line: rgba(11, 18, 32, 0.08);
  --line-strong: rgba(11, 18, 32, 0.16);
  --text: #0b1220;
  --text-2: #3b4661;
  --muted: #6b7590;

  --orange: #ff8a00;
  --orange-2: #ff5c00;
  --orange-ink: #c2410c;
  --teal: #0e7490;
  --cyan: #22d3ee;
  --cyan-soft: #cdf6fb;
  --wa: #25d366;
  --wa-dark: #128c7e;

  /* network accents (overridden per card) */
  --net: var(--teal);
  --net-soft: var(--cyan-soft);

  /* type */
  --font-display: "Changa", "IBM Plex Sans Arabic", system-ui, sans-serif;
  --font-body: "IBM Plex Sans Arabic", "Changa", system-ui, sans-serif;

  /* layout */
  --container: 1240px;
  --gutter: clamp(16px, 4vw, 40px);
  --radius: 20px;
  --radius-sm: 12px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --header-h: 68px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font-body); font-size: 16px; line-height: 1.7;
  color: var(--text); background: var(--paper); overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.2; margin: 0; }
p { margin: 0; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; border-radius: 6px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
::selection { background: var(--orange); color: #fff; }

/* ---------- atmosphere ---------- */
.bg-atmos {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden;
  background:
    radial-gradient(900px 600px at 90% -10%, rgba(34, 211, 238, 0.22), transparent 60%),
    radial-gradient(700px 500px at 0% 20%, rgba(255, 138, 0, 0.16), transparent 60%),
    radial-gradient(800px 700px at 50% 110%, rgba(34, 211, 238, 0.12), transparent 60%),
    var(--paper);
}
.bg-atmos::before {
  content: ""; position: absolute; inset: -50%; opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.bg-atmos::after {
  content: ""; position: absolute; inset: 0; opacity: 0.5;
  background-image: linear-gradient(rgba(11,18,32,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(11,18,32,0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 10%, transparent 60%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 10%, transparent 60%);
}
.strands { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.strands span {
  position: absolute; top: -20%; width: 3px; height: 140%; opacity: .35; filter: blur(1px); transform: rotate(18deg);
  background: linear-gradient(180deg, transparent, var(--c, var(--cyan)) 40%, transparent); animation: strand 9s linear infinite;
}
.strands span:nth-child(1) { left: 10%; --c: var(--cyan); animation-delay: -2s; }
.strands span:nth-child(2) { left: 30%; --c: var(--orange); animation-delay: -5s; opacity: .25; }
.strands span:nth-child(3) { left: 66%; --c: var(--cyan); animation-delay: -7s; }
.strands span:nth-child(4) { left: 88%; --c: var(--orange-2); animation-delay: -1s; opacity: .2; }
@keyframes strand { 0% { transform: rotate(18deg) translateY(-30%); } 100% { transform: rotate(18deg) translateY(30%); } }

/* ---------- layout helpers ---------- */
.container { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { padding-block: clamp(48px, 8vw, 110px); position: relative; }
.section--tight { padding-block: clamp(32px, 5vw, 64px); }
.section-head { max-width: 760px; margin-bottom: clamp(24px, 4vw, 48px); }
.section-head--center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: .82rem;
  letter-spacing: .06em; color: var(--orange-ink); margin-bottom: 12px;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--orange), transparent); }
.section-head--center .eyebrow::after { content: ""; width: 26px; height: 3px; border-radius: 3px; background: linear-gradient(270deg, var(--orange), transparent); }
.h2 { font-size: clamp(1.7rem, 4.2vw, 2.9rem); font-weight: 800; color: var(--ink); }
.h2 .glow, .glow { color: var(--teal); }
.lead { color: var(--text-2); font-size: clamp(1rem, 1.4vw, 1.15rem); margin-top: 12px; }

/* ---------- buttons ---------- */
.btn {
  --btn-bg: var(--white); --btn-fg: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px;
  padding: 13px 24px; border-radius: 999px; font-family: var(--font-display); font-weight: 700; font-size: 1rem;
  background: var(--btn-bg); color: var(--btn-fg); border: 1px solid var(--line-strong);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s; position: relative; overflow: hidden; white-space: nowrap;
}
.btn svg { width: 22px; height: 22px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn--wa { --btn-bg: var(--wa); --btn-fg: #052b14; border-color: transparent; box-shadow: 0 10px 24px -10px rgba(37,211,102,.8); }
.btn--amber { --btn-bg: linear-gradient(135deg, var(--orange), var(--orange-2)); --btn-fg: #fff; border-color: transparent; box-shadow: 0 10px 24px -10px rgba(255,110,0,.8); }
.btn--ghost { --btn-bg: rgba(255,255,255,.7); backdrop-filter: blur(8px); }
.btn--ghost:hover { background: #fff; }
.btn--dark { --btn-bg: var(--ink); --btn-fg: #fff; border-color: transparent; }
.btn--sm { padding: 9px 16px; font-size: .9rem; min-height: 40px; }
.btn--lg { padding: 16px 30px; font-size: 1.08rem; min-height: 56px; }
.btn::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.45) 50%, transparent 70%); transform: translateX(-120%); transition: transform .7s var(--ease); }
.btn:hover::after { transform: translateX(120%); }

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  backdrop-filter: blur(14px) saturate(140%); -webkit-backdrop-filter: blur(14px) saturate(140%);
  background: rgba(255,253,248,.82); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s;
}
.header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 30px -20px rgba(11,18,32,.3); }
.header .container { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 16px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; color: var(--ink); }
.logo__mark { width: 40px; height: 40px; }
.logo small { display: block; font-size: .58rem; font-weight: 600; color: var(--muted); letter-spacing: .14em; line-height: 1; margin-top: 2px; }
.nav { display: flex; align-items: center; gap: 2px; }
.nav a { padding: 9px 13px; border-radius: 10px; font-weight: 600; color: var(--text-2); transition: color .2s, background .2s; position: relative; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); background: rgba(11,18,32,.05); }
.nav a[aria-current="page"]::after { content: ""; position: absolute; inset-inline: 13px; bottom: 5px; height: 3px; border-radius: 3px; background: var(--orange); }
.header__cta { display: flex; align-items: center; gap: 8px; }
.header__phone { font-family: var(--font-display); font-weight: 800; direction: ltr; color: var(--orange-ink); letter-spacing: .03em; padding-inline: 6px; }
.burger { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line-strong); background: #fff; align-items: center; justify-content: center; }
.burger span { display: block; width: 20px; height: 2px; background: var(--ink); position: relative; transition: .3s; }
.burger span::before, .burger span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--ink); transition: .3s; }
.burger span::before { top: -6px; } .burger span::after { top: 6px; }
.burger[aria-expanded="true"] span { background: transparent; }
.burger[aria-expanded="true"] span::before { transform: rotate(45deg); top: 0; }
.burger[aria-expanded="true"] span::after { transform: rotate(-45deg); top: 0; }

/* ---------- hero ---------- */
.hero { position: relative; padding-block: clamp(28px, 6vw, 88px) clamp(32px, 7vw, 100px); overflow: hidden; }
.hero .container { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.hero__copy { position: relative; z-index: 2; }
.hero__kicker {
  display: inline-flex; align-items: center; gap: 10px; padding: 7px 14px 7px 9px; border-radius: 999px; font-weight: 700; font-size: .85rem;
  background: #fff; border: 1px solid var(--line-strong); color: var(--teal); box-shadow: 0 6px 20px -12px rgba(11,18,32,.3); margin-bottom: 18px;
}
.hero__kicker .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--wa); animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.6); } 70% { box-shadow: 0 0 0 12px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
.hero h1 { font-size: clamp(2.25rem, 7.5vw, 4.4rem); font-weight: 800; line-height: 1.12; color: var(--ink); }
.hero h1 .hl { color: var(--orange-2); position: relative; display: inline-block; }
.hero h1 .hl::after { content: ""; position: absolute; inset-inline: -2px; bottom: .08em; height: .22em; background: rgba(255,138,0,.28); border-radius: 6px; z-index: -1; }
.hero h1 .glow { color: var(--teal); }
.hero__lead { color: var(--text-2); font-size: clamp(1rem, 1.6vw, 1.2rem); margin-top: 16px; max-width: 560px; }
.hero__lead strong { color: var(--ink); }
.hero__actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 14px; }
.hero__actions .btn { padding-inline: 12px; font-size: .92rem; }
.hero__trust { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; margin-top: 22px; color: var(--text-2); font-size: .88rem; }
.hero__trust li { display: inline-flex; align-items: center; gap: 7px; }
.hero__trust svg { width: 18px; height: 18px; color: var(--wa-dark); flex: none; }

/* fibre / 5G chooser (first decision) */
.choose { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 22px; }
.choose__btn { display: flex; align-items: center; gap: 12px; padding: 14px 16px; min-height: 76px; border-radius: 18px; background: #fff; border: 2px solid var(--line-strong); box-shadow: 0 16px 30px -22px rgba(11,18,32,.45); transition: transform .3s var(--ease), border-color .3s, box-shadow .3s; }
.choose__btn:hover, .choose__btn:focus-visible { transform: translateY(-3px); box-shadow: 0 24px 40px -22px rgba(11,18,32,.5); }
.choose__btn--fiber { --c: var(--teal); } .choose__btn--5g { --c: var(--orange-2); }
.choose__btn:hover { border-color: var(--c); }
.choose__ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; flex: none; background: color-mix(in srgb, var(--c) 12%, #fff); color: var(--c); border: 1px solid color-mix(in srgb, var(--c) 30%, transparent); }
.choose__ic svg { width: 26px; height: 26px; }
.choose__t { flex: 1; line-height: 1.25; }
.choose__t b { display: block; font-family: var(--font-display); font-size: 1.25rem; font-weight: 800; color: var(--ink); }
.choose__t small { display: block; color: var(--text-2); font-size: .82rem; margin-top: 3px; }
.choose__arrow { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--c); color: #fff; flex: none; }
.choose__arrow svg { width: 18px; height: 18px; }

/* hero visual: 3D card stack */
.hero__visual { position: relative; min-height: 460px; perspective: 1400px; z-index: 1; }
.hero__beam { position: absolute; inset: -10% -20%; pointer-events: none; filter: blur(24px);
  background: radial-gradient(55% 45% at 50% 50%, rgba(34,211,238,.35), transparent 70%), radial-gradient(35% 30% at 25% 75%, rgba(255,138,0,.3), transparent 70%); }
.stack { position: absolute; inset: 0; }
.stack .pkg { position: absolute; width: min(320px, 92%); perspective: none; }
.stack .pkg__body { transform-style: flat; }
.stack .pkg:nth-child(1) { right: 50%; top: 4%; z-index: 3; transform: translateX(50%) !important; animation: none; }
.stack .pkg:nth-child(2), .stack .pkg:nth-child(3) { display: none; }
.stack .pkg .pkg__body { pointer-events: none; }
.pkg--mini .pkg__features, .pkg--mini .pkg__trial { display: none; }
.pkg--mini .pkg__cta { margin-top: 14px; }
.hero__badge {
  position: absolute; z-index: 5; padding: 10px 14px; border-radius: 14px; font-family: var(--font-display); font-weight: 800;
  background: #fff; border: 1px solid var(--line-strong); box-shadow: 0 18px 40px -18px rgba(11,18,32,.35); display: flex; align-items: center; gap: 10px; color: var(--ink);
}
.hero__badge svg { width: 26px; height: 26px; }
.hero__badge--speed { left: 0; bottom: 10%; color: var(--teal); }
.hero__badge--install { display: none; right: 0; bottom: 0; color: var(--orange-ink); }
.hero__badge .big { font-size: 1.4rem; line-height: 1; }
.hero__badge small { display: block; font-size: .7rem; color: var(--muted); font-weight: 600; }

/* ---------- ticker ---------- */
.ticker { border-block: 1px solid var(--line); background: #fff; overflow: hidden; padding: 12px 0; }
.ticker__track { display: flex; gap: 40px; width: max-content; animation: ticker 40s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__item { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 700; color: var(--text-2); white-space: nowrap; }
.ticker__item .net { font-weight: 800; font-size: 1.1rem; color: var(--c); }
.ticker__item .sep { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
@keyframes ticker { to { transform: translateX(50%); } }

/* ---------- stats ---------- */
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.stat { padding: 20px 16px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); position: relative; overflow: hidden; box-shadow: 0 14px 30px -24px rgba(11,18,32,.35); }
.stat::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--cyan), var(--orange)); }
.stat__num { font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 2.7rem); font-weight: 800; color: var(--ink); line-height: 1; direction: ltr; }
.stat__label { color: var(--muted); margin-top: 6px; font-size: .9rem; }

/* ---------- packages ---------- */
.pk-controls { display: flex; flex-direction: column; align-items: stretch; gap: 12px; margin-bottom: 26px; }
.seg { display: grid; grid-template-columns: 1fr 1fr; padding: 5px; border-radius: 999px; background: #fff; border: 1px solid var(--line-strong); box-shadow: 0 10px 24px -20px rgba(11,18,32,.4); }
.seg button { padding: 11px 14px; border-radius: 999px; font-family: var(--font-display); font-weight: 700; color: var(--muted); transition: color .25s; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; }
.seg button[aria-selected="true"] { color: #fff; background: var(--ink); }
.seg button svg { width: 18px; height: 18px; }
.chips { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.chips::-webkit-scrollbar { display: none; }
.chip { flex: none; padding: 9px 15px; min-height: 42px; border-radius: 999px; border: 1px solid var(--line-strong); background: #fff; color: var(--text-2); font-weight: 700; font-size: .9rem; transition: .25s; display: inline-flex; align-items: center; gap: 8px; }
.chip .swatch { width: 10px; height: 10px; border-radius: 50%; background: var(--c, var(--teal)); }
.chip[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.pk-grid { display: grid; grid-template-columns: 1fr; gap: 26px; }
.pk-empty { grid-column: 1/-1; text-align: center; color: var(--muted); padding: 40px; border: 1px dashed var(--line-strong); border-radius: var(--radius); }
.pk-note { margin-top: 22px; color: var(--muted); font-size: .85rem; text-align: center; }

/* ---------- THE 3D PACKAGE CARD ---------- */
.pkg { --net: var(--teal); --net-deep: #155e75; --net-soft: #d7f4f8; position: relative; perspective: 1100px; }
.pkg[data-network="stc"] { --net: #6d28d9; --net-deep: #4c1d95; --net-soft: #ede4ff; }
.pkg[data-network="mobily"] { --net: #2563eb; --net-deep: #1e3a8a; --net-soft: #dfe8ff; }
.pkg[data-network="zain"] { --net: #0d9488; --net-deep: #115e59; --net-soft: #d5f3ef; }
.pkg[data-network="salam"] { --net: #059669; --net-deep: #065f46; --net-soft: #d9f5e8; }

.pkg__body {
  position: relative; border-radius: var(--radius); padding: 22px 20px 20px;
  background: radial-gradient(120% 80% at 100% 0%, rgba(255,255,255,.22), transparent 55%), linear-gradient(165deg, var(--net), var(--net-deep)); border: 1px solid color-mix(in srgb, var(--net-deep) 60%, transparent); color: #fff;
  transform-style: preserve-3d; overflow: visible; transition: transform .5s var(--ease), box-shadow .5s var(--ease); will-change: transform;
  box-shadow: 0 1px 0 rgba(255,255,255,.9) inset, 0 22px 40px -24px rgba(11,18,32,.45), 0 40px 80px -40px color-mix(in srgb, var(--net) 45%, transparent);
  transition: box-shadow .5s var(--ease), border-color .5s;
}
/* thick 3D edge under the card (on the wrapper so it always stays behind the body) */
.pkg::before { content: ""; position: absolute; inset: 0; border-radius: var(--radius); z-index: 0; background: color-mix(in srgb, var(--net-deep) 75%, #000); transform: translateY(12px) scale(.985); opacity: .9; }
.pkg__body { z-index: 1; }
/* coloured rim */
.pkg__body::after { content: ""; position: absolute; inset: -1px; border-radius: inherit; pointer-events: none; padding: 1.5px; opacity: .9;
  background: linear-gradient(135deg, var(--net), transparent 40%, transparent 60%, color-mix(in srgb, var(--net) 50%, transparent));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.pkg:hover .pkg__body { box-shadow: 0 1px 0 rgba(255,255,255,.9) inset, 0 30px 60px -26px rgba(11,18,32,.5), 0 60px 110px -40px color-mix(in srgb, var(--net) 60%, transparent); }
.pkg__glow { position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity .4s; background: radial-gradient(240px 200px at var(--mx, 50%) var(--my, 0%), rgba(255,255,255,.22), transparent 70%); }
.pkg:hover .pkg__glow { opacity: 1; }

.pkg__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; transform: translateZ(28px); }
.pkg__net { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; color: #fff; }
.pkg__net-ar { font-weight: 500; color: rgba(255,255,255,.75); font-size: .85rem; }
.pkg__net i { width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.25); }
.pkg__type { font-size: .76rem; font-weight: 700; color: #fff; padding: 5px 10px; border-radius: 8px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.3); }
.pkg__name { font-size: 1.28rem; font-weight: 800; margin-top: 12px; color: #fff; transform: translateZ(34px); }

/* protruding speed plate (dark, so it reads as the "hero" of the card) */
.pkg__speed {
  margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 16px; border-radius: 16px; color: #fff;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(6px); transform: translateZ(48px);
  box-shadow: 0 18px 30px -16px rgba(0,0,0,.45), 0 1px 0 rgba(255,255,255,.35) inset;
}
.pkg__speed .val { font-family: var(--font-display); font-size: 2.1rem; font-weight: 800; line-height: 1; color: #fff; direction: ltr; }
.pkg__speed .val small { font-size: .9rem; font-weight: 700; color: rgba(255,255,255,.8); margin-inline-start: 4px; }
.pkg__speed .val--txt { font-size: 1.45rem; direction: rtl; }
.pkg__speed .lbl { font-size: .76rem; color: rgba(255,255,255,.75); }
.pkg__speed .up { text-align: end; font-size: .82rem; color: rgba(255,255,255,.8); direction: ltr; }
.pkg__speed .up b { color: #fff; font-family: var(--font-display); }

.pkg__sheet { margin: 16px -12px -12px; padding: 16px 16px 14px; border-radius: 16px; background: #fff; color: var(--text); transform: translateZ(30px); box-shadow: 0 -8px 24px -18px rgba(0,0,0,.5); }
.pkg__price { margin-top: 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; transform: translateZ(40px); }
.pkg__price .now { font-family: var(--font-display); font-size: 2.5rem; font-weight: 800; line-height: 1; color: var(--orange-2); }
.pkg__price .now .cur { font-size: .95rem; color: var(--text-2); font-weight: 700; margin-inline-start: 6px; }
.pkg__price .was { color: var(--muted); font-size: .9rem; text-decoration: line-through; margin-top: 4px; }
.pkg__price .period { color: var(--muted); font-size: .85rem; font-weight: 600; }
.pkg__promo { display: inline-block; margin-top: 8px; padding: 4px 10px; border-radius: 8px; background: rgba(255,138,0,.14); border: 1px solid rgba(255,138,0,.4); color: var(--orange-ink); font-size: .76rem; font-weight: 800; }

.pkg__features { margin-top: 16px; display: grid; gap: 8px; transform: translateZ(22px); }
.pkg__features li { display: flex; gap: 10px; align-items: flex-start; font-size: .93rem; color: var(--text-2); }
.pkg__features svg { width: 18px; height: 18px; flex: none; margin-top: 4px; color: var(--net); }
.pkg__cta { margin-top: 18px; display: grid; grid-template-columns: 1fr auto; gap: 10px; transform: translateZ(36px); }
.pkg__cta .btn { padding: 12px 16px; font-size: .98rem; }
.pkg__cta .btn--icon { padding: 12px; width: 50px; }
.pkg__trial { margin-top: 12px; font-size: .78rem; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.pkg__trial svg { width: 14px; height: 14px; color: var(--wa-dark); flex: none; }
.pkg__cta .btn--ghost { --btn-bg: var(--surface-2); }
.pkg__badge {
  position: absolute; top: -12px; inset-inline-start: 16px; z-index: 3; padding: 6px 13px; border-radius: 999px; font-family: var(--font-display); font-weight: 800; font-size: .78rem;
  color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-2)); box-shadow: 0 10px 22px -8px rgba(255,110,0,.8); transform: translateZ(60px);
}

/* touch devices: no tilt, so flatten the depth (perspective would only skew) */
@media (hover: none), (pointer: coarse) {
  .pkg { perspective: none; }
  .pkg__body, .pkg__top, .pkg__name, .pkg__speed, .pkg__sheet, .pkg__price, .pkg__features, .pkg__cta, .pkg__badge { transform: none !important; transform-style: flat; }
}
/* hero stack always flat (decorative) */
.stack .pkg__top, .stack .pkg__name, .stack .pkg__speed, .stack .pkg__sheet, .stack .pkg__price, .stack .pkg__cta, .stack .pkg__badge { transform: none !important; }

/* ---------- bento (why us) ---------- */
.bento { display: grid; grid-template-columns: 1fr; gap: 14px; }
.bento__item { position: relative; border-radius: var(--radius); padding: 22px; border: 1px solid var(--line); overflow: hidden; background: #fff; display: flex; flex-direction: column; justify-content: flex-end; gap: 6px; min-height: 160px; transition: transform .4s var(--ease), box-shadow .3s; box-shadow: 0 14px 30px -26px rgba(11,18,32,.4); }
.bento__item:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -26px rgba(11,18,32,.45); }
.bento__item h3 { font-size: 1.2rem; font-weight: 800; color: var(--ink); }
.bento__item p { color: var(--text-2); font-size: .93rem; }
.bento__item .ico { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: color-mix(in srgb, var(--c, var(--teal)) 12%, #fff); color: var(--c, var(--teal)); border: 1px solid color-mix(in srgb, var(--c, var(--teal)) 30%, transparent); margin-bottom: auto; }
.bento__item .ico svg { width: 24px; height: 24px; }
.bento__item--accent { background: linear-gradient(160deg, #fff3e2, #fff); border-color: rgba(255,138,0,.35); }
.bento__item--accent .big { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 800; color: var(--orange-2); line-height: 1; }
.bento__item--cyan { background: linear-gradient(160deg, #e3f9fc, #fff); border-color: rgba(34,211,238,.4); }
.bento__deco { position: absolute; inset-inline-end: -30px; top: -30px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--c, var(--cyan)) 30%, transparent), transparent 70%); pointer-events: none; }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: 1fr; gap: 26px; counter-reset: step; }
.step { position: relative; padding: 30px 22px 24px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; box-shadow: 0 14px 30px -26px rgba(11,18,32,.4); }
.step::before { counter-increment: step; content: "0" counter(step); position: absolute; top: -16px; inset-inline-start: 20px; font-family: var(--font-display); font-weight: 800; font-size: 1rem; padding: 5px 13px; border-radius: 10px; background: var(--ink); color: var(--cyan); direction: ltr; }
.step h3 { font-size: 1.2rem; margin-top: 4px; color: var(--ink); }
.step p { color: var(--text-2); margin-top: 8px; font-size: .95rem; }
.step .ico { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: #e3f9fc; border: 1px solid rgba(34,211,238,.4); color: var(--teal); margin-bottom: 14px; }
.step .ico svg { width: 26px; height: 26px; }
.step:nth-child(2) .ico { background: #fff3e2; border-color: rgba(255,138,0,.4); color: var(--orange-ink); }
.step:nth-child(2)::before { color: var(--orange); }

/* ---------- networks grid ---------- */
.nets { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.net-card { --c: var(--teal); position: relative; display: block; padding: 20px 16px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; overflow: hidden; transition: transform .4s var(--ease), box-shadow .3s; box-shadow: 0 14px 30px -26px rgba(11,18,32,.4); }
.net-card:hover { transform: translateY(-6px); box-shadow: 0 26px 44px -26px color-mix(in srgb, var(--c) 50%, transparent); }
.net-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 5px; background: var(--c); }
.net-card__name { font-family: var(--font-display); font-size: 1.6rem; font-weight: 800; color: var(--c); }
.net-card__ar { color: var(--muted); font-size: .85rem; margin-top: -4px; }
.net-card p { margin-top: 10px; color: var(--text-2); font-size: .88rem; }
.net-card__meta { margin-top: 14px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 6px; font-size: .85rem; color: var(--muted); }
.net-card__meta b { color: var(--ink); font-family: var(--font-display); }
.net-card__arrow { display: inline-flex; align-items: center; gap: 6px; color: var(--c); font-weight: 800; }

/* ---------- coverage ---------- */
.coverage { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
.city-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.city-cloud span { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line-strong); background: #fff; font-weight: 700; font-size: .9rem; transition: .3s; }
.city-cloud span:hover { border-color: var(--teal); color: var(--teal); background: #e3f9fc; }
.radar { position: relative; aspect-ratio: 1; max-width: 340px; margin-inline: auto; border-radius: 50%; border: 1px solid var(--line-strong); background: radial-gradient(circle, rgba(34,211,238,.25), #fff 70%); display: grid; place-items: center; }
.radar::before, .radar::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid var(--line-strong); }
.radar::before { inset: 18%; } .radar::after { inset: 36%; }
.radar__sweep { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 0deg, transparent 0deg, rgba(14,116,144,.35) 60deg, transparent 90deg); animation: sweep 4s linear infinite; }
@keyframes sweep { to { transform: rotate(360deg); } }
.radar__center { position: relative; z-index: 2; text-align: center; }
.radar__center b { display: block; font-family: var(--font-display); font-size: 2.4rem; color: var(--ink); }
.radar__center span { color: var(--muted); font-size: .9rem; }
.radar__dot { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); animation: pulseO 2s infinite; }
@keyframes pulseO { 0% { box-shadow: 0 0 0 0 rgba(255,138,0,.6); } 70% { box-shadow: 0 0 0 12px rgba(255,138,0,0); } 100% { box-shadow: 0 0 0 0 rgba(255,138,0,0); } }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 10px; max-width: 860px; margin-inline: auto; }
.faq details { border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; transition: border-color .3s; }
.faq details[open] { border-color: rgba(14,116,144,.45); box-shadow: 0 14px 30px -26px rgba(11,18,32,.4); }
.faq summary { list-style: none; cursor: pointer; padding: 16px 18px; font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.6rem; color: var(--teal); transition: transform .3s; line-height: 1; flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .ans { padding: 0 18px 18px; color: var(--text-2); font-size: .95rem; }

/* ---------- testimonials ---------- */
.tsl { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
.tsl__card { flex: 0 0 min(340px, 84vw); scroll-snap-align: start; padding: 22px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; position: relative; box-shadow: 0 14px 30px -26px rgba(11,18,32,.4); }
.tsl__card::before { content: "\201C"; position: absolute; top: 6px; inset-inline-end: 18px; font-family: Georgia, serif; font-size: 5rem; color: rgba(255,138,0,.22); line-height: 1; }
.stars { color: var(--orange); letter-spacing: 2px; font-size: 1rem; }
.tsl__text { margin-top: 10px; color: var(--text-2); font-size: .95rem; }
.tsl__who { margin-top: 16px; display: flex; align-items: center; gap: 12px; }
.tsl__avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; background: linear-gradient(135deg, var(--teal), var(--cyan)); color: #fff; }
.tsl__who b { display: block; color: var(--ink); } .tsl__who span { color: var(--muted); font-size: .85rem; }
.tsl__pkg { margin-top: 12px; font-size: .8rem; color: var(--teal); font-weight: 700; }

/* ---------- final CTA ---------- */
.cta-band { position: relative; border-radius: 28px; padding: clamp(32px, 6vw, 72px) clamp(20px, 5vw, 60px); overflow: hidden; text-align: center; color: #fff;
  background: radial-gradient(700px 400px at 50% 120%, rgba(255,110,0,.55), transparent 60%), radial-gradient(600px 300px at 10% -20%, rgba(34,211,238,.4), transparent 60%), var(--ink); }
.cta-band h2 { font-size: clamp(1.6rem, 4vw, 2.8rem); font-weight: 800; }
.cta-band p { color: rgba(255,255,255,.8); margin-top: 12px; max-width: 620px; margin-inline: auto; }
.cta-band .actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 24px; }
.cta-band .btn--ghost { --btn-bg: rgba(255,255,255,.1); --btn-fg: #fff; border-color: rgba(255,255,255,.3); }
.cta-band .phone { font-family: var(--font-display); font-size: clamp(1.6rem, 4vw, 2.6rem); font-weight: 800; color: var(--orange); direction: ltr; margin-top: 16px; letter-spacing: .06em; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 44px 0 120px; background: #fff; }
.footer__grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
.footer h4 { font-size: 1.02rem; margin-bottom: 12px; color: var(--ink); }
.footer p, .footer li { color: var(--text-2); font-size: .92rem; }
.footer li { margin-bottom: 8px; } .footer li a:hover { color: var(--teal); }
.footer__bottom { margin-top: 32px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; color: var(--muted); font-size: .82rem; }
.footer__disclaimer { font-size: .78rem; color: var(--muted); margin-top: 12px; }

/* ---------- floating network rail: circles like the contact buttons (viewer-left, centred) ---------- */
.rail { position: fixed; left: 12px; top: 50%; transform: translateY(-50%); z-index: 60; display: flex; flex-direction: column; gap: 8px; }
.rail__btn { --c: var(--teal); position: relative; width: 52px; height: 52px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; color: #fff; text-align: center;
  background: linear-gradient(135deg, var(--c), color-mix(in srgb, var(--c) 70%, #000)); box-shadow: 0 12px 26px -10px rgba(11,18,32,.6), 0 0 0 2px rgba(255,255,255,.9); transition: transform .3s var(--ease); }
.rail__ic { display: block; font-family: var(--font-display); font-weight: 500; font-size: .5rem; opacity: .85; margin-bottom: 2px; }
.rail__lbl { display: block; font-family: var(--font-display); font-weight: 800; font-size: .66rem; white-space: nowrap; }
.rail__btn:hover { transform: scale(1.06); }
.rail__btn.is-active { background: #fff; color: var(--c); box-shadow: 0 12px 26px -10px rgba(11,18,32,.6), 0 0 0 2px var(--c); }
.rail__btn::before { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 2px solid var(--c); opacity: 0; animation: ring 2.4s infinite; }
.rail__btn:nth-child(2)::before { animation-delay: .3s; } .rail__btn:nth-child(3)::before { animation-delay: .6s; } .rail__btn:nth-child(4)::before { animation-delay: .9s; }

/* ---------- floating contact (right side) ---------- */
.float { position: fixed; right: 14px; bottom: calc(16px + env(safe-area-inset-bottom)); z-index: 60; display: flex; flex-direction: column; gap: 10px; }
.float a { position: relative; display: flex; flex-direction: row-reverse; align-items: center; gap: 8px; height: 58px; padding: 0 5px; border-radius: 999px; color: #fff; font-family: var(--font-display); font-weight: 700; box-shadow: 0 16px 34px -12px rgba(11,18,32,.6); transition: transform .3s var(--ease); }
.float a:hover { transform: translateX(-3px) scale(1.03); }
.float a .ic { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.22); flex: none; }
.float a .ic svg { width: 26px; height: 26px; }
.float a .txt { display: none; white-space: nowrap; font-size: .92rem; line-height: 1.1; padding-inline-start: 12px; }
.float a .txt small { display: block; font-weight: 600; font-size: .68rem; opacity: .9; }
.float__wa { background: linear-gradient(135deg, var(--wa), var(--wa-dark)); }
.float__call { background: linear-gradient(135deg, var(--orange), var(--orange-2)); }
.float a::before { content: ""; position: absolute; inset: 0; border-radius: inherit; animation: ring 2.4s infinite; border: 2px solid; opacity: 0; }
.float__wa::before { border-color: var(--wa); } .float__call::before { border-color: var(--orange); }
@keyframes ring { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(1.35); opacity: 0; } }

/* ---------- page hero (inner pages) ---------- */
.page-hero { padding: clamp(28px, 5vw, 64px) 0 clamp(20px, 4vw, 36px); position: relative; }
.page-hero h1 { font-size: clamp(1.8rem, 6vw, 3.4rem); font-weight: 800; color: var(--ink); }
.page-hero h1 .hl { color: var(--orange-2); }
.page-hero .lead { max-width: 720px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .85rem; margin-bottom: 14px; }
.crumbs a:hover { color: var(--teal); }
.crumbs li + li::before { content: "/"; margin-inline-end: 8px; opacity: .5; }

/* ---------- offers page ---------- */
.offer-hero { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center; }
.deal-strip { display: grid; grid-template-columns: 1fr; gap: 10px; }
.deal { padding: 16px 18px; border-radius: 16px; border: 1px solid rgba(255,138,0,.4); background: linear-gradient(160deg, #fff3e2, #fff); display: flex; align-items: center; gap: 14px; }
.deal b { font-family: var(--font-display); font-size: 1.7rem; color: var(--orange-2); line-height: 1; flex: none; }
.deal span { font-size: .88rem; color: var(--text-2); }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
.compare { width: 100%; min-width: 760px; border-collapse: separate; border-spacing: 0; font-size: .92rem; }
.compare th, .compare td { padding: 12px 14px; text-align: start; border-bottom: 1px solid var(--line); white-space: nowrap; }
.compare th { background: var(--surface-2); font-family: var(--font-display); font-weight: 700; color: var(--ink); position: sticky; top: 0; }
.compare tr:last-child td { border-bottom: 0; }
.compare td.price { font-family: var(--font-display); font-weight: 800; color: var(--orange-2); font-size: 1.05rem; }
.compare td.net { font-family: var(--font-display); font-weight: 800; color: var(--c); }
.compare tbody tr:hover td { background: #fbfbfd; }

/* ---------- blog ---------- */
.posts { display: grid; grid-template-columns: 1fr; gap: 18px; }
.post-card { display: flex; flex-direction: column; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; overflow: hidden; transition: transform .4s var(--ease), box-shadow .3s; box-shadow: 0 14px 30px -26px rgba(11,18,32,.4); }
.post-card:hover { transform: translateY(-6px); box-shadow: 0 26px 44px -26px rgba(11,18,32,.4); }
.post-card__cover { aspect-ratio: 16/8; background: linear-gradient(135deg, color-mix(in srgb, var(--c, var(--cyan)) 30%, #fff), #fff); display: grid; place-items: center; position: relative; overflow: hidden; }
.post-card__cover svg { width: 60px; height: 60px; color: var(--c, var(--teal)); }
.post-card__body { padding: 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.post-card__meta { display: flex; gap: 10px; color: var(--muted); font-size: .8rem; }
.post-card h3 { font-size: 1.15rem; font-weight: 800; color: var(--ink); }
.post-card p { color: var(--text-2); font-size: .92rem; flex: 1; }
.post-card .more { color: var(--teal); font-weight: 800; font-size: .9rem; }
.article { max-width: 780px; margin-inline: auto; }
.article__meta { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: .88rem; margin-top: 14px; }
.article__body { margin-top: 28px; font-size: 1.05rem; color: var(--text-2); }
.article__body h2 { font-size: 1.55rem; color: var(--ink); margin: 36px 0 12px; }
.article__body h3 { font-size: 1.2rem; color: var(--ink); margin: 24px 0 8px; }
.article__body p { margin-bottom: 16px; }
.article__body ul, .article__body ol { padding-inline-start: 22px; margin-bottom: 16px; list-style: revert; }
.article__body li { margin-bottom: 8px; }
.article__body strong { color: var(--ink); }
.article__body a { color: var(--teal); text-decoration: underline; }
.article__body table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: .9rem; display: block; overflow-x: auto; }
.article__body th, .article__body td { border: 1px solid var(--line-strong); padding: 9px 11px; text-align: start; white-space: nowrap; }
.article__body th { background: var(--surface-2); color: var(--ink); }
.article__body blockquote { margin: 22px 0; padding: 16px 20px; border-inline-start: 4px solid var(--orange); background: #fff3e2; border-radius: 12px; color: var(--ink); }
.article__body .tip { padding: 16px 20px; border-radius: 14px; background: #e3f9fc; border: 1px solid rgba(34,211,238,.45); margin: 22px 0; color: var(--ink); }
.article__cta { margin-top: 40px; }
.related { margin-top: 48px; }

/* ---------- contact ---------- */
.contact { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: start; }
.contact-cards { display: grid; gap: 12px; }
.ccard { display: flex; align-items: center; gap: 14px; padding: 16px; border-radius: 18px; border: 1px solid var(--line); background: #fff; transition: .3s; box-shadow: 0 14px 30px -26px rgba(11,18,32,.4); }
.ccard:hover { transform: translateY(-3px); }
.ccard .ic { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; flex: none; background: color-mix(in srgb, var(--c, var(--teal)) 12%, #fff); color: var(--c, var(--teal)); border: 1px solid color-mix(in srgb, var(--c, var(--teal)) 30%, transparent); }
.ccard .ic svg { width: 26px; height: 26px; }
.ccard b { display: block; font-family: var(--font-display); font-size: 1.05rem; color: var(--ink); }
.ccard span { color: var(--muted); font-size: .86rem; }
.ccard .val { direction: ltr; font-family: var(--font-display); color: var(--orange-ink); font-weight: 800; }
.form { padding: 22px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; display: grid; gap: 14px; box-shadow: 0 14px 30px -26px rgba(11,18,32,.4); }
.form h3 { font-size: 1.3rem; color: var(--ink); }
.field { display: grid; gap: 6px; }
.field label { font-weight: 700; font-size: .9rem; color: var(--text-2); }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; min-height: 48px; border-radius: 12px; border: 1px solid var(--line-strong); background: var(--paper-2); color: var(--ink); font: inherit; font-size: 16px; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(34,211,238,.25); }
.form__row { display: grid; grid-template-columns: 1fr; gap: 12px; }
.form__note { font-size: .8rem; color: var(--muted); }
.form__success { display: none; padding: 14px; border-radius: 12px; background: #e6f9ee; border: 1px solid rgba(37,211,102,.5); color: #0f5132; }
.form.is-sent .form__success { display: block; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; } .reveal[data-delay="2"] { transition-delay: .16s; } .reveal[data-delay="3"] { transition-delay: .24s; } .reveal[data-delay="4"] { transition-delay: .32s; }

/* ---------- mobile nav (default: mobile) ---------- */
.nav { position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; align-items: stretch; padding: 10px var(--gutter) 18px; background: rgba(255,253,248,.98); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px -20px rgba(11,18,32,.3); transform: translateY(-10px); opacity: 0; pointer-events: none; transition: .3s; }
.nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
.nav a { padding: 14px; font-size: 1.05rem; }
.burger { display: inline-flex; }
.header__phone { display: none; }
.header__cta .btn { padding: 9px 14px; font-size: .88rem; }

/* =====================================================================
   Larger screens (progressive enhancement)
   ===================================================================== */
@media (min-width: 600px) {
  body { font-size: 17px; }
  .hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
  .hero__actions .btn { padding-inline: 24px; font-size: 1rem; }
  .choose { grid-template-columns: 1fr 1fr; }
  .hero__trust { display: flex; flex-wrap: wrap; gap: 10px 20px; }
  .stats { grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .pk-grid { grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }
  .pk-controls { flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; }
  .seg { display: inline-flex; }
  .seg button { padding: 11px 22px; }
  .chips { flex-wrap: wrap; overflow: visible; }
  .bento { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .deal-strip { grid-template-columns: repeat(3, 1fr); }
  .deal { flex-direction: column; align-items: flex-start; gap: 6px; }
  .form__row { grid-template-columns: 1fr 1fr; }
  .posts { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
  .cta-band .actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .float a .txt { display: block; }
  .float a { padding: 0 5px 0 18px; }
  .hero__badge--install { display: flex; }
  .article__body table { display: table; }
  .rail { left: 18px; gap: 10px; }
  .rail__btn { width: 60px; height: 60px; }
  .rail__ic { font-size: .56rem; }
  .rail__lbl { font-size: .76rem; }
}
@media (min-width: 960px) {
  .pkg__sheet { margin: 18px -14px -14px; padding: 18px; }
  .nav { position: static; flex-direction: row; padding: 0; background: none; border: 0; box-shadow: none; transform: none; opacity: 1; pointer-events: auto; }
  .nav a { padding: 9px 13px; font-size: 1rem; }
  .burger { display: none; }
  .header__phone { display: inline-block; }
  .header__cta .btn { padding: 9px 16px; font-size: .92rem; }
  .hero .container { grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 64px); }
  .hero__visual { min-height: 620px; }
  .stack .pkg { width: min(330px, 84%); }
  .stack .pkg:nth-child(1) { right: 14%; top: 12%; transform: none !important; animation: floatA 7s ease-in-out infinite; }
  .stack .pkg:nth-child(2) { display: block; right: 48%; top: 0; z-index: 2; opacity: .85; animation: floatB 8s ease-in-out infinite; }
  .stack .pkg:nth-child(3) { display: block; right: -6%; top: 46%; z-index: 1; opacity: .85; animation: floatC 9s ease-in-out infinite; }
  .hero__badge--speed { left: 0; bottom: auto; top: 40%; }
  .hero__badge--install { left: 2%; right: auto; bottom: 4%; }
  .steps { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .step:nth-child(2) { transform: translateY(24px); }
  .nets { grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .net-card { padding: 26px 22px; }
  .coverage, .offer-hero, .contact { grid-template-columns: 1fr 1fr; gap: 36px; }
  .bento { grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(190px, auto); }
  .bento__item { padding: 28px; min-height: 190px; }
  .bento__item--wide { grid-column: span 4; }
  .bento__item--sm { grid-column: span 2; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; }
  .pkg__body { padding: 24px 24px 24px; }
}
@keyframes floatA { 0%,100% { transform: rotateY(-14deg) rotateX(6deg) translateZ(60px) translateY(0); } 50% { transform: rotateY(-12deg) rotateX(4deg) translateZ(60px) translateY(-14px); } }
@keyframes floatB { 0%,100% { transform: rotateY(-22deg) rotateX(10deg) translateZ(-40px) scale(.86) translateY(0); } 50% { transform: rotateY(-20deg) rotateX(8deg) translateZ(-40px) scale(.86) translateY(-10px); } }
@keyframes floatC { 0%,100% { transform: rotateY(-10deg) rotateX(6deg) translateZ(-60px) scale(.84) translateY(0); } 50% { transform: rotateY(-8deg) rotateX(4deg) translateZ(-60px) scale(.84) translateY(-16px); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
