/* ============================================================
   StreamingHub — Claymorphism Design System
   Fonts: Poppins (display) + Montserrat (body) + JetBrains Mono
   Dominant: blue clay. Accents: coral, mint, amber, violet.
============================================================ */

:root {
  /* core tokens (from claymorphism skill) */
  --primary: #3B82F6;
  --primary-dark: #2563EB;
  --primary-deep: #1D4ED8;
  --text: #1C398E;
  --text-soft: #4A5FA8;
  --text-muted: #7184c0;
  --success: #16A34A;
  --warning: #D97706;
  --danger: #DC2626;
  --surface: #FFFFFF;

  /* playful clay accents */
  --coral: #FF7A66;
  --mint: #34D399;
  --amber: #FBBF24;
  --violet: #A78BFA;
  --sky: #38BDF8;

  /* clay surfaces */
  --bg: #E5ECFF;
  --bg-2: #EEF2FF;
  --card: #F4F7FF;
  --whatsapp: #25D366;

  /* spacing scale 4/8/12/16/24/32 */
  --s1: 4px; --s2: 8px; --s3: 12px; --s4: 16px; --s6: 24px; --s8: 32px;

  /* radius */
  --r-sm: 16px;
  --r: 26px;
  --r-lg: 36px;
  --r-pill: 999px;

  /* the clay shadow language — soft puffy double shadow */
  --clay: 10px 10px 24px rgba(58, 91, 199, 0.20),
          -8px -8px 22px rgba(255, 255, 255, 0.95);
  --clay-sm: 6px 6px 14px rgba(58, 91, 199, 0.18),
             -5px -5px 12px rgba(255, 255, 255, 0.9);
  --clay-lg: 16px 16px 38px rgba(40, 70, 170, 0.24),
             -12px -12px 30px rgba(255, 255, 255, 0.95);
  --clay-inset: inset 5px 5px 12px rgba(58, 91, 199, 0.18),
                inset -5px -5px 12px rgba(255, 255, 255, 0.95);
  --clay-press: inset 6px 6px 14px rgba(40, 70, 170, 0.30),
                inset -5px -5px 12px rgba(255, 255, 255, 0.6);

  --maxw: 1200px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 110px; }

body {
  font-family: 'Montserrat', system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  background-image:
    radial-gradient(circle at 12% 18%, rgba(167, 139, 250, 0.22), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(56, 189, 248, 0.20), transparent 32%),
    radial-gradient(circle at 78% 88%, rgba(52, 211, 153, 0.18), transparent 34%),
    radial-gradient(circle at 20% 92%, rgba(255, 122, 102, 0.16), transparent 32%);
  background-attachment: fixed;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .display {
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.mono { font-family: 'JetBrains Mono', monospace; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; position: relative; }
.section-tight { padding: 56px 0; }

/* ---------- decorative floating clay blobs ---------- */
.blob {
  position: absolute; border-radius: 50%;
  filter: blur(2px); opacity: 0.55; z-index: -1;
  pointer-events: none;
}

/* ---------- eyebrow / kickers ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 0.82rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--primary-deep);
  background: var(--card); padding: 9px 18px; border-radius: var(--r-pill);
  box-shadow: var(--clay-sm); margin-bottom: 20px;
}
.kicker .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(255,122,102,.25); }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; position: relative; z-index: 2; }
.section-head h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); font-weight: 800; margin-bottom: 16px; }
.section-head p { color: var(--text-soft); font-size: 1.08rem; }

/* ============================================================
   BUTTONS
============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1rem;
  padding: 16px 30px; border-radius: var(--r-pill); cursor: pointer;
  border: none; transition: transform .18s ease, box-shadow .18s ease, background .2s ease;
  position: relative; white-space: nowrap;
}
.btn:focus-visible { outline: 3px solid var(--primary-deep); outline-offset: 3px; }
.btn, .faq-q, .tab-btn, .burger, .nav-links a, .mobile-menu nav a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(145deg, #5b9bff, var(--primary-dark));
  box-shadow: 8px 8px 18px rgba(37,99,235,.38), -6px -6px 14px rgba(255,255,255,.85), inset 2px 2px 4px rgba(255,255,255,.35);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 12px 14px 26px rgba(37,99,235,.45), -6px -6px 14px rgba(255,255,255,.9); }
.btn-primary:active { transform: translateY(1px); box-shadow: inset 5px 5px 12px rgba(20,50,150,.5), inset -4px -4px 10px rgba(255,255,255,.25); }

.btn-wa {
  color: #fff;
  background: linear-gradient(145deg, #3ee27a, #20bd5a);
  box-shadow: 8px 8px 18px rgba(32,189,90,.40), -6px -6px 14px rgba(255,255,255,.85), inset 2px 2px 4px rgba(255,255,255,.4);
}
.btn-wa:hover { transform: translateY(-3px); box-shadow: 12px 14px 26px rgba(32,189,90,.48), -6px -6px 14px rgba(255,255,255,.9); }
.btn-wa:active { transform: translateY(1px); box-shadow: inset 5px 5px 12px rgba(10,120,55,.5), inset -4px -4px 10px rgba(255,255,255,.3); }

.btn-ghost {
  color: var(--primary-deep); background: var(--card);
  box-shadow: var(--clay-sm);
}
.btn-ghost:hover { transform: translateY(-3px); box-shadow: var(--clay); }
.btn-ghost:active { transform: translateY(1px); box-shadow: var(--clay-press); }

.btn-lg { padding: 18px 38px; font-size: 1.08rem; }
.btn-block { width: 100%; }

/* ============================================================
   HEADER
============================================================ */
.site-header {
  position: sticky; top: 14px; z-index: 100; margin: 0 auto;
  width: calc(100% - 28px); max-width: 1240px; left: 0; right: 0;
}
.nav-bar {
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(244,247,255,.82); backdrop-filter: blur(14px);
  border-radius: var(--r-pill); padding: 12px 14px 12px 22px;
  box-shadow: var(--clay);
}
.brand { display: flex; align-items: center; gap: 11px; font-family: 'Poppins'; font-weight: 800; font-size: 1.3rem; }
.brand .logo-mark {
  width: 42px; height: 42px; border-radius: 14px; flex: none;
  display: grid; place-items: center; color: #fff; font-size: 1.25rem;
  background: linear-gradient(145deg, #5b9bff, var(--primary-deep));
  box-shadow: 5px 5px 12px rgba(37,99,235,.4), -3px -3px 8px rgba(255,255,255,.7), inset 2px 2px 3px rgba(255,255,255,.4);
}
.brand b { color: var(--primary-deep); }

.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links a {
  font-weight: 600; font-size: .96rem; color: var(--text-soft);
  padding: 9px 16px; border-radius: var(--r-pill); transition: all .18s ease;
}
.nav-links a:hover { color: var(--primary-deep); background: rgba(59,130,246,.10); }
.nav-links a.active { color: var(--primary-deep); background: var(--card); box-shadow: var(--clay-inset); }

.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-cta .btn { padding: 12px 22px; font-size: .95rem; }

.burger {
  display: none; width: 50px; height: 50px; border: none; cursor: pointer;
  background: var(--card); border-radius: 16px; box-shadow: var(--clay-sm);
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.burger span { width: 22px; height: 3px; border-radius: 3px; background: var(--primary-deep); transition: all .25s ease; }
.burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* mobile drawer */
.mobile-menu {
  position: fixed; inset: 0; z-index: 99; background: rgba(229,236,255,.97);
  backdrop-filter: blur(10px); display: flex; flex-direction: column;
  padding: 100px 28px 36px; transform: translateX(100%);
  transition: transform .35s cubic-bezier(.6,.2,.2,1); visibility: hidden;
  overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch;
}
.mobile-menu.open { transform: translateX(0); visibility: visible; }
.mobile-menu .mm-brand { display: flex; align-items: center; gap: 11px; font-family:'Poppins'; font-weight: 800; font-size: 1.4rem; margin-bottom: 30px; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 12px; }
.mobile-menu nav a {
  font-family: 'Poppins'; font-weight: 700; font-size: 1.25rem; color: var(--text);
  padding: 16px 22px; border-radius: var(--r); background: var(--card); box-shadow: var(--clay-sm);
}
.mobile-menu nav a.active { box-shadow: var(--clay-inset); color: var(--primary-deep); }
.mm-foot { margin-top: auto; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.mm-foot .mm-logo { display:flex; align-items:center; gap:10px; font-family:'Poppins'; font-weight:800; font-size:1.2rem; }
.mm-foot .btn { width: 100%; }

/* ============================================================
   CARDS
============================================================ */
.clay-card {
  background: var(--card); border-radius: var(--r);
  box-shadow: var(--clay); padding: 30px;
  position: relative; transition: transform .25s ease, box-shadow .25s ease;
}
.clay-card:hover { transform: translateY(-6px); box-shadow: var(--clay-lg); }

.icon-badge {
  width: 64px; height: 64px; border-radius: 20px; display: grid; place-items: center;
  font-size: 1.7rem; margin-bottom: 18px; color: #fff;
  box-shadow: 6px 6px 14px rgba(40,70,170,.28), -4px -4px 10px rgba(255,255,255,.7), inset 2px 2px 4px rgba(255,255,255,.4);
}
.bg-blue   { background: linear-gradient(145deg, #5b9bff, var(--primary-deep)); }
.bg-coral  { background: linear-gradient(145deg, #ff9d8c, #f5573c); }
.bg-mint   { background: linear-gradient(145deg, #5ee6a8, #18b873); }
.bg-amber  { background: linear-gradient(145deg, #ffd564, #e89a09); }
.bg-violet { background: linear-gradient(145deg, #c4b1ff, #8b6cf0); }
.bg-sky    { background: linear-gradient(145deg, #74d2fb, #1fa6e8); }

/* ============================================================
   HERO
============================================================ */
.hero { padding: 56px 0 70px; position: relative; isolation: isolate; overflow-x: clip; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; position: relative; z-index: 2; }
.hero h1 { font-size: clamp(2.4rem, 5.4vw, 4.1rem); font-weight: 800; margin-bottom: 22px; }
.hero h1 .grad {
  background: linear-gradient(120deg, var(--primary), var(--violet));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero p.lead { font-size: 1.18rem; color: var(--text-soft); margin-bottom: 30px; max-width: 540px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-trust { display: flex; gap: 26px; flex-wrap: wrap; }
.hero-trust .t { display: flex; flex-direction: column; }
.hero-trust .t b { font-family: 'Poppins'; font-size: 1.7rem; color: var(--primary-deep); }
.hero-trust .t span { font-size: .82rem; color: var(--text-muted); font-weight: 600; }

.hero-visual { position: relative; }
.hero-img-wrap {
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--clay-lg);
  background: #fff; padding: 12px; transform: rotate(-1.5deg);
}
.hero-img-wrap img { border-radius: 28px; width: 100%; height: 420px; object-fit: cover; }
.hero-float {
  position: absolute; background: var(--card); border-radius: var(--r);
  box-shadow: var(--clay); padding: 16px 20px; display: flex; align-items: center; gap: 12px;
  font-weight: 700; font-size: .92rem; z-index: 3;
}
.hero-float .fi { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; color: #fff; font-size: 1.2rem; }
.hero-float.one { top: -22px; left: -26px; animation: floaty 5s ease-in-out infinite; }
.hero-float.two { bottom: 26px; right: -28px; animation: floaty 6s ease-in-out infinite .8s; }
.hero-float small { display:block; color: var(--text-muted); font-weight:600; font-size:.74rem; }

@keyframes floaty { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-12px);} }

/* ============================================================
   FEATURES GRID
============================================================ */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.feature h3 { font-size: 1.25rem; margin-bottom: 10px; }
.feature p { color: var(--text-soft); font-size: .98rem; }

/* benefits with number badges */
.benefit { text-align: left; }
.benefit .num {
  font-family: 'JetBrains Mono'; font-weight: 700; font-size: 1.4rem; color: var(--primary-deep);
  width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center;
  background: var(--card); box-shadow: var(--clay-inset); margin-bottom: 18px;
}

/* ============================================================
   PRICING
============================================================ */
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: stretch; }
.price-card {
  background: var(--card); border-radius: var(--r); padding: 32px 26px;
  box-shadow: var(--clay); display: flex; flex-direction: column; position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.price-card:hover { transform: translateY(-8px); box-shadow: var(--clay-lg); }
.price-card.popular {
  background: linear-gradient(160deg, #4f93ff, var(--primary-deep)); color: #fff;
  box-shadow: 14px 16px 34px rgba(37,99,235,.45), -8px -8px 22px rgba(255,255,255,.6);
  margin-top: 14px; padding-top: 44px;
}
.price-card.popular h3, .price-card.popular .price, .price-card.popular .per { color: #fff; }
.price-card.popular .feat-list li { color: rgba(255,255,255,.92); }
.popular-tag {
  position: absolute; top: -15px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(145deg,#ffd564,#e89a09); color: #4a2c00; font-weight: 800;
  font-size: .78rem; letter-spacing: .06em; text-transform: uppercase;
  padding: 8px 20px; border-radius: var(--r-pill); white-space: nowrap;
  box-shadow: 4px 4px 10px rgba(200,140,0,.4), -2px -2px 6px rgba(255,255,255,.6);
}
.price-card .plan-name { font-family:'Poppins'; font-weight: 700; font-size: 1.15rem; margin-bottom: 6px; }
.price-card .price { font-family:'Poppins'; font-weight: 800; font-size: 3rem; color: var(--primary-deep); line-height: 1; }
.price-card .price sup { font-size: 1.3rem; top: -.7em; }
.price-card .per { color: var(--text-muted); font-size: .9rem; margin-bottom: 6px; font-weight: 600; }
.price-card .save { font-weight: 700; font-size: .82rem; color: var(--success); margin-bottom: 18px; }
.price-card.popular .save { color: #d8ffe8; }
.feat-list { list-style: none; margin: 10px 0 24px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.feat-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .92rem; color: var(--text-soft); }
.feat-list li::before { content: "✓"; font-weight: 800; color: var(--success); flex: none; }
.price-card.popular .feat-list li::before { color: #b9ffd2; }

/* ============================================================
   TESTIMONIALS
============================================================ */
.testi { background: var(--card); border-radius: var(--r); padding: 28px; box-shadow: var(--clay); }
.testi .stars { color: var(--amber); font-size: 1.05rem; margin-bottom: 14px; letter-spacing: 2px; }
.testi p { color: var(--text-soft); font-size: 1rem; margin-bottom: 20px; font-style: italic; }
.testi .who { display: flex; align-items: center; gap: 13px; }
.testi .who img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; box-shadow: var(--clay-sm); }
.testi .who b { font-family:'Poppins'; display: block; font-size: .98rem; }
.testi .who span { font-size: .82rem; color: var(--text-muted); }

/* ============================================================
   FAQ ACCORDION
============================================================ */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.faq-item { background: var(--card); border-radius: var(--r); box-shadow: var(--clay-sm); overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; border: none; background: none; cursor: pointer;
  font-family:'Poppins'; font-weight: 700; font-size: 1.05rem; color: var(--text);
  padding: 22px 26px; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-q .pm { flex: none; width: 32px; height: 32px; border-radius: 11px; display: grid; place-items: center;
  background: var(--card); box-shadow: var(--clay-sm); font-size: 1.3rem; color: var(--primary-deep); transition: transform .3s ease; }
.faq-item.open .pm { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .22s ease; }
.faq-a p { padding: 0 26px 24px; color: var(--text-soft); }

/* ============================================================
   ABOUT / SPLIT SECTIONS
============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.split-img { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--clay-lg); padding: 12px; background:#fff; }
.split-img img { border-radius: 26px; width: 100%; height: 440px; object-fit: cover; }
.split h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); font-weight: 800; margin-bottom: 18px; }
.split p { color: var(--text-soft); margin-bottom: 16px; font-size: 1.04rem; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin: 22px 0; }
.check-list li { display: flex; align-items: flex-start; gap: 13px; font-weight: 600; }
.check-list .ci { flex:none; width: 30px; height: 30px; border-radius: 10px; display:grid; place-items:center; color:#fff; font-size:.9rem; }

/* stat strip */
.stat-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.stat { text-align: center; background: var(--card); border-radius: var(--r); padding: 30px 18px; box-shadow: var(--clay); }
.stat b { font-family:'Poppins'; font-size: 2.4rem; color: var(--primary-deep); display: block; }
.stat span { color: var(--text-muted); font-weight: 600; font-size: .92rem; }

/* ============================================================
   SETUP GUIDE TABS
============================================================ */
.tabs { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 40px; }
.tab-btn {
  font-family:'Poppins'; font-weight: 700; font-size: .96rem; cursor: pointer; border: none;
  padding: 14px 22px; border-radius: var(--r-pill); color: var(--text-soft);
  background: var(--card); box-shadow: var(--clay-sm); transition: all .2s ease;
  display: inline-flex; align-items: center; gap: 9px;
}
.tab-btn:hover { transform: translateY(-2px); color: var(--primary-deep); }
.tab-btn.active { color: #fff; background: linear-gradient(145deg,#5b9bff,var(--primary-deep));
  box-shadow: 6px 6px 14px rgba(37,99,235,.4), -4px -4px 10px rgba(255,255,255,.7); }
.tab-panel { display: none; animation: fadeUp .4s ease; }
.tab-panel.active { display: block; }
.steps { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.step { display: flex; gap: 18px; background: var(--card); border-radius: var(--r); padding: 26px; box-shadow: var(--clay-sm); }
.step .sn { flex:none; width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center;
  font-family:'JetBrains Mono'; font-weight: 700; font-size: 1.3rem; color: #fff;
  background: linear-gradient(145deg,#5b9bff,var(--primary-deep));
  box-shadow: 4px 4px 10px rgba(37,99,235,.35), inset 2px 2px 4px rgba(255,255,255,.4); }
.step h4 { font-size: 1.08rem; margin-bottom: 6px; }
.step p { color: var(--text-soft); font-size: .94rem; }

/* ============================================================
   CONTACT
============================================================ */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
.form-card { background: var(--card); border-radius: var(--r-lg); padding: 38px; box-shadow: var(--clay-lg); }
.field { margin-bottom: 20px; }
.field label { display: block; font-weight: 700; font-size: .9rem; margin-bottom: 9px; color: var(--text); }
.field input, .field textarea {
  width: 100%; font-family: 'Montserrat'; font-size: 1rem; color: var(--text);
  padding: 15px 18px; border: none; border-radius: var(--r-sm); background: var(--bg-2);
  box-shadow: var(--clay-inset); transition: box-shadow .2s ease;
}
.field input::placeholder, .field textarea::placeholder { color: #9aa8d8; }
.field input:focus, .field textarea:focus { outline: none; box-shadow: var(--clay-inset), 0 0 0 3px rgba(59,130,246,.35); }
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: .85rem; color: var(--text-muted); margin-top: 6px; }
.form-success {
  display:none; background: linear-gradient(145deg,#5ee6a8,#18b873); color:#fff; font-weight:700;
  padding: 16px 20px; border-radius: var(--r-sm); margin-bottom: 20px; box-shadow: var(--clay-sm);
}
.form-success.show { display: block; animation: fadeUp .4s ease; }

.info-card { background: var(--card); border-radius: var(--r); padding: 28px; box-shadow: var(--clay); margin-bottom: 24px; }
.info-row { display: flex; align-items: center; gap: 15px; padding: 12px 0; }
.info-row:not(:last-child) { border-bottom: 1px dashed rgba(76,95,168,.22); }
.info-row .ii { flex:none; width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; color:#fff; font-size: 1.2rem; }
.info-row b { display: block; font-family:'Poppins'; font-size: 1rem; }
.info-row span { color: var(--text-muted); font-size: .9rem; }
.map-wrap { border-radius: var(--r); overflow: hidden; box-shadow: var(--clay); padding: 10px; background:#fff; }
.map-wrap iframe { width: 100%; height: 260px; border: 0; border-radius: 18px; display: block; }

/* ============================================================
   CTA BANNER
============================================================ */
.cta-banner {
  background: linear-gradient(150deg, #4f93ff, var(--primary-deep));
  border-radius: var(--r-lg); padding: 64px 40px; text-align: center; color: #fff;
  box-shadow: var(--clay-lg); position: relative; overflow: hidden;
}
.cta-banner::before, .cta-banner::after { content:""; position:absolute; border-radius:50%; opacity:.25; }
.cta-banner::before { width:200px; height:200px; background:#fff; top:-60px; right:-40px; }
.cta-banner::after { width:150px; height:150px; background:var(--violet); bottom:-50px; left:-30px; }
.cta-banner h2 { color:#fff; font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; margin-bottom: 14px; position: relative; z-index:2; }
.cta-banner p { color: rgba(255,255,255,.92); font-size: 1.1rem; margin-bottom: 30px; position: relative; z-index:2; max-width: 600px; margin-left:auto; margin-right:auto; }
.cta-banner .btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; z-index:2; }
.cta-banner .btn-ghost { background:#fff; color: var(--primary-deep); }

/* ============================================================
   FOOTER
============================================================ */
.site-footer { background: #0e1b4d; color: #cdd7ff; padding: 64px 0 28px; margin-top: 60px; position: relative; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; margin-bottom: 40px; }
.site-footer .brand { color:#fff; margin-bottom: 16px; }
.site-footer .brand b { color: #8fb6ff; }
.footer-about { color: #93a4dd; font-size: .95rem; max-width: 320px; }
.footer-col h4 { color:#fff; font-size: 1.05rem; margin-bottom: 18px; font-family:'Poppins'; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-col ul a { color: #93a4dd; font-size: .94rem; transition: color .2s ease; }
.footer-col ul a:hover { color: #fff; }
.footer-contact div { display:flex; align-items:center; gap:10px; color:#93a4dd; font-size:.92rem; margin-bottom:12px; }
.social-row { display: flex; gap: 12px; margin-top: 16px; }
.social-row a { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; color:#fff; font-size: 1.2rem;
  background: linear-gradient(145deg, #2a4bc0, #1b2f7a); box-shadow: 4px 4px 10px rgba(0,0,0,.3), -2px -2px 6px rgba(120,150,255,.15); transition: transform .2s ease; }
.social-row a:hover { transform: translateY(-3px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; text-align: center; color: #7f93d4; font-size: .9rem; }
.footer-bottom a { color:#8fb6ff; }

/* ============================================================
   FLOATING WHATSAPP
============================================================ */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 90;
  width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(145deg,#3ee27a,#20bd5a); color:#fff; font-size: 1.8rem;
  box-shadow: 8px 8px 20px rgba(32,189,90,.5), -4px -4px 12px rgba(255,255,255,.5);
  animation: pulse 2.4s infinite; transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.08); }
@keyframes pulse { 0%{ box-shadow: 8px 8px 20px rgba(32,189,90,.5), 0 0 0 0 rgba(37,211,102,.5);} 70%{ box-shadow: 8px 8px 20px rgba(32,189,90,.5), 0 0 0 18px rgba(37,211,102,0);} 100%{ box-shadow: 8px 8px 20px rgba(32,189,90,.5), 0 0 0 0 rgba(37,211,102,0);} }

/* ============================================================
   SCROLL REVEAL
============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@keyframes fadeUp { from{ opacity:0; transform: translateY(16px);} to{ opacity:1; transform:none;} }

/* page hero (inner pages) */
.page-hero { padding: 50px 0 30px; text-align: center; position: relative; isolation: isolate; overflow-x: clip; }
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; margin-bottom: 14px; }
.page-hero p { color: var(--text-soft); font-size: 1.12rem; max-width: 640px; margin: 0 auto; }
.crumbs { font-size: .85rem; color: var(--text-muted); margin-bottom: 18px; font-weight: 600; }
.crumbs a { color: var(--primary-deep); }

/* logos / device chips */
.chip-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.chip { background: var(--card); border-radius: var(--r-pill); padding: 12px 22px; font-weight: 700;
  font-size: .92rem; color: var(--text-soft); box-shadow: var(--clay-sm); display:inline-flex; align-items:center; gap:8px; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 980px) {
  .nav-links, .nav-cta { display: none; }
  .burger { display: flex; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .split { grid-template-columns: 1fr; gap: 34px; }
  .contact-grid { grid-template-columns: 1fr; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2,1fr); }
  .price-grid { grid-template-columns: repeat(2,1fr); }
  .stat-strip { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .hero-float.two { right: 0; }
}
@media (max-width: 600px) {
  .section { padding: 60px 0; }
  .grid-3, .grid-4, .grid-2, .price-grid, .stat-strip { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-trust { gap: 18px; }
  .cta-banner { padding: 48px 24px; }
  .form-card { padding: 26px; }
  .hero-float { display: flex; padding: 10px 14px; font-size: .76rem; gap: 8px; }
  .hero-float .fi { width: 34px; height: 34px; font-size: .92rem; }
  .hero-float small { font-size: .65rem; }
  .hero-float.one { top: 10px; left: 10px; }
  .hero-float.two { bottom: 18px; right: 10px; }
  .container { padding: 0 18px; }
}
@media (max-width: 600px) and (min-width: 1px) {
  .hero-float {
    display: flex;
    font-size: .78rem; padding: 10px 14px; gap: 9px;
  }
  .hero-float .fi { width: 34px; height: 34px; font-size: .9rem; flex: none; }
  .hero-float small { font-size: .68rem; }
  .hero-float.one { top: 14px; left: 14px; }
  .hero-float.two { bottom: 14px; right: 14px; left: auto; }
}


/* ---- single-file page routing ---- */
.page { display: none; }
.page.active { display: block; animation: fadeUp .45s ease; }
