*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --brand:#2d6be4;
  --brand-dark:#1a50c0;
  --brand-light:#eef3fd;
  --brand-mid:#3d7bf5;
  --accent:#f0a500;
  --green:#10b981;
  --green-bg:#ecfdf5;
  --red:#ef4444;
  --text:#0c1428;
  --text2:#4b5675;
  --text3:#8898b5;
  --border:#e4e9f4;
  --bg:#f5f7fc;
  --white:#ffffff;
  --dark:#0c1428;
  --dark2:#111d3a;
  --r:12px;
  --r-sm:8px;
  --shadow:0 2px 16px rgba(45,107,228,.09);
  --shadow-lg:0 8px 40px rgba(45,107,228,.14);
  --font-display:'Manrope',sans-serif;
  --font-body:'Inter',sans-serif;
}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);color:var(--text);background:var(--white);line-height:1.65;font-size:16px}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button{cursor:pointer;font-family:inherit}

.container{max-width:1120px;margin:0 auto;padding:0 24px}
.section{padding:80px 0}
.section-alt{background:var(--bg)}
.section-dark{background:var(--dark);color:#fff}
.tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:var(--brand);background:var(--brand-light);border-radius:50px;padding:5px 14px;margin-bottom:14px}
.tag-white{color:rgba(255,255,255,.85);background:rgba(255,255,255,.1)}
.h2{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.18;letter-spacing:-.4px;margin-bottom:16px}
.h2 em{font-style:normal;color:var(--brand)}
.h2-white em{color:#7aaef8}
.lead{color:var(--text2);font-size:1.05rem;line-height:1.78;max-width:560px}
.lead-white{color:rgba(255,255,255,.72)}
.center{text-align:center}
.center .lead{margin:0 auto}
.btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-display);font-size:15px;font-weight:700;border-radius:10px;padding:14px 26px;transition:.2s;border:none;cursor:pointer;line-height:1}
.btn-primary{background:var(--brand);color:#fff}
.btn-primary:hover{background:var(--brand-dark);transform:translateY(-1px);box-shadow:0 6px 24px rgba(45,107,228,.3)}
.btn-green{background:#25d366;color:#fff}
.btn-green:hover{background:#1db954;transform:translateY(-1px);box-shadow:0 6px 24px rgba(37,211,102,.3)}
.btn-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.35)}
.btn-outline:hover{background:rgba(255,255,255,.1)}
.btn-accent{background:var(--accent);color:#fff}
.btn-accent:hover{background:#d9940a;transform:translateY(-1px)}
.btn-sm{padding:10px 18px;font-size:13.5px}
.badge-pill{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:50px;padding:5px 16px;font-size:12.5px;font-weight:600;color:rgba(255,255,255,.88);white-space:nowrap}
.badge-pill .dot{width:7px;height:7px;border-radius:50%;background:#4ade80;animation:pulse 1.6s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.35}}

.nav{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:200}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:66px}
.logo{font-family:var(--font-display);font-size:22px;font-weight:900;color:var(--brand);letter-spacing:-.5px;display:flex;align-items:center;gap:8px}
.logo-icon{width:34px;height:34px;background:var(--brand);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.logo-icon svg{width:20px;height:20px;fill:#fff}
.nav-links{display:flex;align-items:center;gap:28px}
.nav-links a{font-size:14px;font-weight:600;color:var(--text2);transition:.15s}
.nav-links a:hover{color:var(--brand)}
.nav-right{display:flex;align-items:center;gap:12px}
.nav-sample{font-size:13.5px;font-weight:600;color:var(--text2);border:1.5px solid var(--border);border-radius:8px;padding:9px 16px;transition:.2s}
.nav-sample:hover{border-color:var(--brand);color:var(--brand)}
.nav-support{font-size:13.5px;font-weight:600;color:var(--text2);transition:.15s}
.nav-support:hover{color:var(--brand)}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px;cursor:pointer}
.hamburger span{display:block;width:24px;height:2px;background:var(--text);border-radius:2px;transition:.3s}
.mobile-menu{display:none;position:fixed;inset:0;top:66px;background:var(--white);z-index:199;padding:24px;flex-direction:column;gap:18px;border-top:1px solid var(--border)}
.mobile-menu.open{display:flex}
.mobile-menu a{font-size:16px;font-weight:600;color:var(--text);padding:10px 0;border-bottom:1px solid var(--border)}
@media(max-width:860px){
  .nav-links{display:none}
  .nav-right{display:none}
  .hamburger{display:flex}
}

.hero{background:linear-gradient(140deg,var(--dark) 0%,var(--dark2) 50%,#1a3080 100%);color:#fff;padding:80px 0 72px;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 70% 40%,rgba(45,107,228,.25) 0%,transparent 70%);pointer-events:none}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.hero-left,.hero-right{position:relative;z-index:1}
.hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}
.hero h1{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3.2rem);font-weight:900;line-height:1.12;letter-spacing:-.6px;margin-bottom:20px}
.hero h1 em{font-style:normal;background:linear-gradient(90deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-desc{font-size:1.05rem;color:rgba(255,255,255,.72);line-height:1.8;margin-bottom:32px;max-width:500px}
.hero-btns{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:36px}
.hero-trust{display:flex;flex-wrap:wrap;gap:18px}
.htrust{display:flex;align-items:center;gap:7px;font-size:12.5px;color:rgba(255,255,255,.65);font-weight:500}
.htrust svg{width:15px;height:15px;color:#4ade80;flex-shrink:0}
.hero-widget-stack{display:flex;flex-direction:column;gap:16px}
.hero-stat-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.hero-stat-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:var(--r);
  padding:20px;
  text-align:center;
  min-width:0;
}

.hero-stat-val{
  font-family:var(--font-display);
  font-size:1.8rem;
  font-weight:800;
  color:#fff;
  line-height:1;
  white-space:nowrap;
}
.hero-stat-lbl{font-size:12px;color:rgba(255,255,255,.5);margin-top:5px;font-weight:500}
@media(max-width:860px){
  .hero-inner{grid-template-columns:1fr;gap:36px}
  .hero-right{order:-1}
  .hero-stat-row{grid-template-columns:repeat(4,minmax(0,1fr))}
  .hero h1{font-size:2.1rem}
}
@media (max-width: 640px) {
  .hero {
    padding: 52px 0 44px;
    overflow: hidden;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .hero-left,
  .hero-right {
    width: 100%;
    min-width: 0;
  }

  .hero-left {
    order: 1;
  }

  .hero-right {
    order: -1;
  }

  .hero h1 {
    font-size: 2rem;
    line-height: 1.15;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .hero-desc {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.7;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .hero-badges,
  .hero-btns,
  .hero-trust {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    max-width: 100%;
  }

  .hero-badges > *,
  .hero-btns > *,
  .hero-trust > * {
    flex: 0 0 auto;
  }

  .hero-badges::-webkit-scrollbar,
  .hero-btns::-webkit-scrollbar,
  .hero-trust::-webkit-scrollbar {
    display: none;
  }

  .badge-pill,
  .btn,
  .htrust {
    white-space: nowrap;
  }

  .rt-card {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 18px;
  }

  .rt-head,
  .rt-metrics,
  .rt-tlabels {
    min-width: 0;
  }

  .rt-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .rt-mvalue {
    font-size: 1.45rem;
    word-break: break-word;
  }

  .rt-chart {
    width: 100%;
    overflow: hidden;
  }

  .hero-stat-row {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-stat-card {
    min-width: 0;
    padding: 16px 10px;
  }

  .hero-stat-val {
    font-size: 1.25rem;
    white-space: nowrap;
  }

  .hero-stat-lbl {
    font-size: 11px;
    line-height: 1.25;
    word-break: break-word;
  }
}
@media(max-width:480px){
  .hero{padding:56px 0 52px}
  .hero-stat-row{grid-template-columns:repeat(2,minmax(0,1fr))}
}

.rt-card{background:#071030;border:1px solid rgba(255,255,255,.1);border-radius:var(--r);padding:22px;width:100%}
.rt-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.rt-title{font-size:10px;font-weight:700;letter-spacing:2px;color:rgba(255,255,255,.4);text-transform:uppercase}
.rt-live{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#4ade80;letter-spacing:.8px}
.rt-live-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;animation:pulse 1.4s infinite}
.rt-metrics{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}
.rt-mlabel{font-size:10px;font-weight:700;letter-spacing:1.2px;color:rgba(255,255,255,.38);text-transform:uppercase;margin-bottom:4px}
.rt-mvalue{font-family:var(--font-display);font-size:1.9rem;font-weight:800;color:#fff;line-height:1;transition:color .25s}
.rt-mvalue.flash{color:#4ade80}
.rt-chart-label{font-size:10px;font-weight:700;letter-spacing:1.2px;color:rgba(255,255,255,.35);text-transform:uppercase;margin-bottom:8px}
.rt-chart{display:flex;align-items:flex-end;gap:3px;height:54px;width:100%}
.rt-bar{flex:1;background:#2d5bbf;border-radius:2px 2px 0 0;min-height:4px;transition:height .55s cubic-bezier(.4,0,.2,1)}
.rt-tlabels{display:flex;justify-content:space-between;margin-top:6px}
.rt-tlabels span{font-size:9px;color:rgba(255,255,255,.25)}

.stats-bar{background:var(--brand);padding:22px 0}
.stats-inner{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 48px}
.stat-item{color:#fff;text-align:center}
.stat-num{font-family:var(--font-display);font-size:1.65rem;font-weight:800;display:block;line-height:1.1}
.stat-lbl{font-size:12px;color:rgba(255,255,255,.72);font-weight:500}

.results-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.results-label{font-size:12px;font-weight:700;color:var(--red);letter-spacing:1.5px;text-transform:uppercase;display:flex;align-items:center;gap:8px;margin-bottom:16px}
.results-label::before{content:'';width:28px;height:2px;background:var(--red)}
.results-tags{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}
.rtag{display:flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:50px;padding:7px 14px;font-size:13px;font-weight:600}
.rtag svg{width:13px;height:13px;color:var(--green);flex-shrink:0}
.rstats{display:flex;flex-wrap:wrap;gap:22px;margin-top:8px}
.r-stat span{display:block;font-family:var(--font-display);font-size:1.65rem;font-weight:800;line-height:1.1}
.r-stat small{font-size:12px;color:var(--text3);font-weight:500}
.gsc-wrap{background:#fff;border:1px solid var(--border);border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-lg);margin-bottom:14px}
.gsc-badge{background:var(--brand);color:#fff;font-size:11px;font-weight:700;padding:7px 16px;letter-spacing:.5px}
.gsc-wrap img{width:100%;display:block}
@media(max-width:820px){.results-layout{grid-template-columns:1fr;gap:32px}}

.prob-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}
.prob-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:28px;position:relative;overflow:hidden}
.prob-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:var(--red)}
.prob-ic{width:44px;height:44px;background:#fef2f2;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.prob-ic svg{width:22px;height:22px;color:var(--red)}
.prob-card h3{font-family:var(--font-display);font-size:16px;font-weight:700;margin-bottom:8px}
.prob-card p{font-size:14px;color:var(--text2);line-height:1.7}

.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}
.why-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:26px;text-align:center}
.why-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.why-card h3{font-family:var(--font-display);font-size:15px;font-weight:700;margin-bottom:8px}
.why-card p{font-size:13.5px;color:var(--text2);line-height:1.7}

.types-wrap{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.type-tag{background:var(--brand-light);color:var(--brand-dark);border:1px solid #c5d6fa;border-radius:50px;padding:8px 18px;font-size:13.5px;font-weight:600}

.pkg-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:24px}
.pkg-card{background:var(--white);border:2px solid var(--border);border-radius:var(--r);padding:36px 30px;position:relative;transition:.2s}
.pkg-card:hover{border-color:#93b4f5;box-shadow:var(--shadow-lg)}
.pkg-card.featured{border-color:var(--brand);box-shadow:0 0 0 4px rgba(45,107,228,.08)}
.pkg-popular{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:var(--brand);color:#fff;font-size:11px;font-weight:700;padding:5px 16px;border-radius:50px;letter-spacing:.8px;white-space:nowrap}
.pkg-name{font-family:var(--font-display);font-size:18px;font-weight:800;margin-bottom:6px}
.pkg-sub{font-size:13.5px;color:var(--text3);margin-bottom:20px}
.pkg-price{font-family:var(--font-display);font-size:2.8rem;font-weight:800;line-height:1;color:var(--text);margin-bottom:4px}
.pkg-price sup{font-size:1.3rem;vertical-align:top;margin-top:10px;font-weight:700}
.pkg-delivery{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--text3);margin-bottom:22px;font-weight:500}
.pkg-delivery svg{width:14px;height:14px;color:var(--brand)}
.pkg-features{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px;padding:0}
.pkg-features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text2)}
.pkg-features li svg{width:16px;height:16px;color:var(--green);flex-shrink:0;margin-top:1px}
.pkg-links-count{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--brand);margin-bottom:22px}
.pkg-sample{font-size:12.5px;color:var(--text3);text-align:center;margin-top:12px}
.pkg-sample a{color:var(--brand);font-weight:600}
.pkg-disclaimer{background:var(--bg);border-radius:var(--r-sm);border:1px solid var(--border);padding:20px 24px;margin-top:40px;font-size:13px;color:var(--text2);line-height:1.75}
.pkg-disclaimer strong{color:var(--text);font-weight:700}

.idx-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:700px;margin:0 auto}
.idx-card{background:var(--white);border:2px solid var(--border);border-radius:var(--r);padding:36px 32px;text-align:center;position:relative;transition:.2s}
.idx-card.featured{border-color:var(--brand);box-shadow:0 0 0 4px rgba(45,107,228,.08)}
.idx-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:var(--brand);color:#fff;font-size:11px;font-weight:700;padding:5px 16px;border-radius:50px;letter-spacing:.8px;white-space:nowrap}
.idx-label{font-size:13px;font-weight:700;color:var(--text3);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}
.idx-price{font-family:var(--font-display);font-size:3.2rem;font-weight:800;line-height:1;margin-bottom:4px}
.idx-price sup{font-size:1.4rem;vertical-align:top;margin-top:10px;font-weight:600}
.idx-per{font-size:13px;color:var(--text3);margin-bottom:20px}
.idx-desc{font-size:14px;color:var(--text2);line-height:1.7;margin-bottom:26px;min-height:46px}
.idx-note{font-size:12px;color:var(--text3);margin-top:14px;line-height:1.65}

.tier-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:32px}
.tier-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:26px;position:relative}
.tier-num{font-family:var(--font-display);font-size:13px;font-weight:700;color:var(--brand);letter-spacing:1px;text-transform:uppercase;margin-bottom:10px}
.tier-card h3{font-family:var(--font-display);font-size:16px;font-weight:700;margin-bottom:10px}
.tier-card p{font-size:13.5px;color:var(--text2);line-height:1.7;margin-bottom:14px}
.tier-flow{font-size:12.5px;font-weight:700;color:var(--brand);background:var(--brand-light);border-radius:6px;padding:7px 12px;display:inline-block}
.tier-takeaway{background:linear-gradient(135deg,var(--dark),#1a3080);border-radius:var(--r);padding:32px 36px;color:#fff;text-align:center}
.tier-takeaway h4{font-family:var(--font-display);font-size:17px;font-weight:700;margin-bottom:10px}
.tier-takeaway p{font-size:14px;color:rgba(255,255,255,.72);line-height:1.75;max-width:580px;margin:0 auto}

.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}
.step{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:28px 24px;text-align:center}
.step-num{width:48px;height:48px;border-radius:50%;background:var(--brand);color:#fff;font-family:var(--font-display);font-size:18px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.step h3{font-family:var(--font-display);font-size:16px;font-weight:700;margin-bottom:8px}
.step p{font-size:13.5px;color:var(--text2);line-height:1.7}

.hww-intro{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:24px;margin-bottom:48px}
.hww-icard{border-radius:var(--r);padding:32px}
.hww-icard.dark{background:var(--dark);color:#fff}
.hww-icard.blue{background:var(--brand);color:#fff}
.hww-icard.mid{background:linear-gradient(135deg,#1a3066,var(--brand));color:#fff}
.hww-icard-emoji{font-size:28px;margin-bottom:14px}
.hww-icard h3{font-family:var(--font-display);font-size:17px;font-weight:800;margin-bottom:10px;line-height:1.3}
.hww-icard p{font-size:13.5px;line-height:1.78;opacity:.85}
.hww-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:18px;margin-bottom:44px}
.hww-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:24px;display:flex;gap:16px;align-items:flex-start;transition:.2s}
.hww-card:hover{border-color:#93b4f5;box-shadow:var(--shadow)}
.hww-icon{width:46px;height:46px;border-radius:10px;background:var(--brand-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hww-icon svg{width:21px;height:21px;color:var(--brand)}
.hww-card h3{font-family:var(--font-display);font-size:15px;font-weight:700;margin-bottom:6px}
.hww-card p{font-size:13.5px;color:var(--text2);line-height:1.7}
.hww-safe{background:linear-gradient(135deg,var(--dark),#1a3066);border-radius:var(--r);padding:44px 40px;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}
.hww-safe-text h3{font-family:var(--font-display);font-size:1.4rem;font-weight:800;margin-bottom:14px;line-height:1.3}
.hww-safe-text p{font-size:14px;line-height:1.82;color:rgba(255,255,255,.78)}
.safe-badges{display:flex;flex-direction:column;gap:12px}
.safe-b{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11);border-radius:10px;padding:14px 16px}
.safe-b-icon{width:36px;height:36px;border-radius:8px;background:rgba(96,165,250,.14);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.safe-b-icon svg{width:17px;height:17px;color:#60a5fa}
.safe-b-text{font-size:13.5px;font-weight:600;color:rgba(255,255,255,.9)}
.safe-b-sub{font-size:11.5px;color:rgba(255,255,255,.48);margin-top:2px}
@media(max-width:720px){.hww-safe{grid-template-columns:1fr;padding:28px 22px}}

.promo-banner{background:linear-gradient(135deg,#0c1428,#1a3080 60%,#2d6be4);border-radius:var(--r);padding:52px 48px;color:#fff;display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center;margin-bottom:64px}
.promo-banner h2{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:900;margin-bottom:14px;line-height:1.2}
.promo-banner p{font-size:15px;color:rgba(255,255,255,.75);line-height:1.8;max-width:500px;margin-bottom:24px}
.promo-banner .promo-btns{display:flex;flex-wrap:wrap;gap:12px}
.promo-banner .promo-right{display:flex;flex-direction:column;gap:14px;min-width:180px}
.promo-stat{text-align:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:var(--r);padding:18px}
.promo-stat-val{font-family:var(--font-display);font-size:1.7rem;font-weight:800;color:#fff;display:block;line-height:1}
.promo-stat-lbl{font-size:11.5px;color:rgba(255,255,255,.55);margin-top:4px}
@media(max-width:760px){
  .promo-banner{grid-template-columns:1fr;padding:32px 24px}
  .promo-right{flex-direction:row;flex-wrap:wrap}
}

.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:20px}
.review-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:26px}
.review-stars{display:flex;gap:3px;margin-bottom:12px}
.review-stars span{color:#f59e0b;font-size:17px}
.review-text{font-size:14px;color:var(--text2);line-height:1.75;margin-bottom:16px;font-style:italic}
.review-author{display:flex;align-items:center;gap:12px}
.review-av{width:38px;height:38px;border-radius:50%;background:var(--brand);color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.review-name{font-size:14px;font-weight:700}
.review-role{font-size:12px;color:var(--text3)}

.faq-list{max-width:740px;margin:0 auto;display:flex;flex-direction:column;gap:10px}
.faq-item{background:var(--white);border:1px solid var(--border);border-radius:var(--r-sm);overflow:hidden}
.faq-q{padding:18px 22px;font-family:var(--font-display);font-size:15px;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;user-select:none}
.faq-q:hover{background:var(--bg)}
.faq-q svg{width:18px;height:18px;color:var(--text3);flex-shrink:0;transition:.3s}
.faq-a{padding:0 22px 18px;font-size:14px;color:var(--text2);line-height:1.78;display:none}
.faq-item.open .faq-a{display:block}
.faq-item.open .faq-q svg{transform:rotate(180deg)}

.cta-section{background:linear-gradient(135deg,var(--dark),#1a50c0);color:#fff;padding:80px 0;text-align:center}
.cta-section h2{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;margin-bottom:16px;letter-spacing:-.4px}
.cta-section p{color:rgba(255,255,255,.72);font-size:1.05rem;max-width:500px;margin:0 auto 36px;line-height:1.8}
.cta-btns{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}

footer.site-footer{background:#06101e;color:rgba(255,255,255,.55);padding:60px 0 32px}
.footer-inner{display:grid;grid-template-columns:1.8fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:48px}
.footer-brand .logo{color:#fff;margin-bottom:14px}
.footer-brand p{font-size:13.5px;line-height:1.8;color:rgba(255,255,255,.45);max-width:260px;margin-bottom:20px}
.footer-social{display:flex;gap:10px}
.footer-social a{width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:.2s;color:rgba(255,255,255,.6)}
.footer-social a:hover{background:var(--brand);border-color:var(--brand);color:#fff}
.footer-col h4{font-family:var(--font-display);font-size:13px;font-weight:700;color:#fff;letter-spacing:.8px;text-transform:uppercase;margin-bottom:16px}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:10px}
.footer-col ul li a{font-size:13.5px;color:rgba(255,255,255,.5);transition:.15s}
.footer-col ul li a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:28px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}
.footer-bottom p{font-size:13px}
.footer-bottom-links{display:flex;flex-wrap:wrap;gap:6px 18px}
.footer-bottom-links a{font-size:13px;color:rgba(255,255,255,.45);transition:.15s}
.footer-bottom-links a:hover{color:#fff}
.telegram-float{position:fixed;bottom:28px;right:28px;z-index:999;display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.telegram-tip{background:var(--dark);color:#fff;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:600;white-space:nowrap;opacity:0;transform:translateY(6px);transition:.25s;pointer-events:none}
.telegram-float:hover .telegram-tip{opacity:1;transform:translateY(0)}
.telegram-btn{width:58px;height:58px;border-radius:50%;background:#229ed9;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 22px rgba(34,158,217,.4);transition:.2s}
.telegram-btn:hover{transform:scale(1.08);box-shadow:0 6px 28px rgba(34,158,217,.5)}
.telegram-btn svg{width:30px;height:30px;fill:#fff}

@media(max-width:900px){
  .footer-inner{grid-template-columns:1fr 1fr;gap:32px}
}
@media(max-width:600px){
  .section{padding:52px 0}
  .container{padding:0 18px}
  .h2{font-size:1.65rem}
  .pkg-grid,.tier-grid,.steps-grid,.reviews-grid{gap:14px}
  .telegram-float{bottom:20px;right:16px}
  .telegram-btn{width:52px;height:52px}
  .idx-price{font-size:2.6rem}
  .promo-banner{padding:28px 20px}
  .cta-section{padding:56px 0}
  .footer-inner{grid-template-columns:1fr;gap:28px}
  .footer-bottom{flex-direction:column;align-items:flex-start}
}