:root{
      --bg:#f6f8fb;
      --ink:#101828;
      --muted:#667085;
      --line:#e4e7ec;
      --card:#ffffff;
      --dark:#101828;
      --navy:#0b1220;
      --blue:#175cd3;
      --blue2:#2e90fa;
      --green:#079455;
      --green2:#12b76a;
      --gold:#fdb022;
      --red:#d92d20;
      --soft:#eef4ff;
      --soft2:#ecfdf3;
      --shadow: 0 24px 70px rgba(16, 24, 40, .10);
      --shadow2: 0 14px 40px rgba(16, 24, 40, .08);
      --radius: 26px;
      --radius2: 18px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at top left, rgba(46,144,250,.18), transparent 34rem),
        radial-gradient(circle at 85% 10%, rgba(18,183,106,.14), transparent 28rem),
        var(--bg);
      line-height:1.55;
    }
    a{color:inherit;text-decoration:none}
    .wrap{width:min(1160px, calc(100% - 32px)); margin:0 auto}
    .topbar{
      position:sticky; top:0; z-index:50;
      backdrop-filter: blur(18px);
      background:rgba(246,248,251,.84);
      border-bottom:1px solid rgba(228,231,236,.75);
    }
    .nav{height:70px; display:flex; align-items:center; justify-content:space-between; gap:16px}
    .brand{display:flex; align-items:center; gap:12px; font-weight:900; letter-spacing:-.04em}
    .logo{
      width:42px; height:42px; border-radius:14px;
      background:linear-gradient(135deg, var(--navy), var(--blue));
      color:white; display:grid; place-items:center; font-weight:950;
      box-shadow: 0 10px 26px rgba(23,92,211,.25);
    }
    .navlinks{display:flex; gap:18px; align-items:center; color:#344054; font-size:14px; font-weight:700}
    .navlinks a:hover{color:var(--blue)}
    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:9px;
      border:0; cursor:pointer; border-radius:999px;
      padding:14px 20px; font-weight:900; letter-spacing:-.015em;
      transition:.2s ease; white-space:nowrap;
    }
    .btn-primary{background:var(--dark); color:white; box-shadow:0 16px 32px rgba(16,24,40,.18)}
    .btn-primary:hover{transform:translateY(-2px); box-shadow:0 22px 44px rgba(16,24,40,.22)}
    .btn-blue{background:var(--blue); color:white; box-shadow:0 16px 32px rgba(23,92,211,.22)}
    .btn-blue:hover{transform:translateY(-2px); box-shadow:0 22px 44px rgba(23,92,211,.28)}
    .btn-soft{background:white; color:var(--ink); border:1px solid var(--line)}
    .badge{
      display:inline-flex; align-items:center; gap:8px;
      padding:9px 12px; border-radius:999px;
      background:rgba(255,255,255,.82); border:1px solid var(--line);
      color:#344054; font-size:13px; font-weight:800;
      box-shadow:0 8px 26px rgba(16,24,40,.05);
    }
    .pulse{
      width:8px;height:8px;border-radius:99px;background:var(--green);
      box-shadow:0 0 0 7px rgba(18,183,106,.13);
    }

    .hero{padding:74px 0 46px}
    .hero-grid{
      display:grid; grid-template-columns:1.05fr .95fr; gap:34px; align-items:center;
    }
    .eyebrow{display:flex; flex-wrap:wrap; gap:10px; margin-bottom:20px}
    h1{
      font-size:clamp(44px, 7.2vw, 82px);
      line-height:.94; letter-spacing:-.07em; margin:0 0 22px;
    }
    .grad{
      background:linear-gradient(90deg, var(--blue), var(--green));
      -webkit-background-clip:text; background-clip:text; color:transparent;
    }
    .lead{font-size:clamp(18px, 2vw, 23px); color:#344054; margin:0 0 28px; max-width:680px}
    .lead b{color:#111827}
    .hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin:28px 0}
    .micro{color:var(--muted); font-size:14px; margin-top:12px}
    .trust-row{display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:26px}
    .trust-card{
      background:rgba(255,255,255,.78);
      border:1px solid var(--line); border-radius:18px;
      padding:16px; box-shadow:0 10px 30px rgba(16,24,40,.04);
    }
    .trust-card strong{display:block; font-size:20px; letter-spacing:-.04em}
    .trust-card span{font-size:13px;color:var(--muted);font-weight:700}

    .phone-card{
      background:linear-gradient(145deg, #0b1220, #1d2939);
      border-radius:38px; padding:18px; box-shadow:var(--shadow);
      position:relative; overflow:hidden; min-height:560px;
    }
    .phone-card:before{
      content:""; position:absolute; inset:-60px -80px auto auto;
      width:260px; height:260px; border-radius:999px;
      background:rgba(46,144,250,.32); filter:blur(6px);
    }
    .photo{
      position:relative; overflow:hidden; border-radius:28px; min-height:295px;
      background:#111827;
      border:1px solid rgba(255,255,255,.12);
    }
    .photo img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.95) contrast(1.02)}
    .photo:after{
      content:""; position:absolute; inset:0;
      background:linear-gradient(180deg, transparent 30%, rgba(11,18,32,.82));
    }
    .photo-copy{
      position:absolute; left:20px; right:20px; bottom:18px; color:white; z-index:2
    }
    .photo-copy h3{font-size:28px; line-height:1; margin:0 0 6px; letter-spacing:-.055em}
    .photo-copy p{margin:0; color:rgba(255,255,255,.78); font-weight:700}
    .dashboard{
      position:relative; margin-top:16px; background:rgba(255,255,255,.96); border-radius:26px; padding:20px;
      box-shadow:0 22px 60px rgba(0,0,0,.18);
    }
    .dash-top{display:flex; justify-content:space-between; align-items:flex-start; gap:12px; border-bottom:1px solid var(--line); padding-bottom:14px; margin-bottom:14px}
    .dash-top small{color:var(--muted); font-weight:800}
    .dash-top strong{font-size:26px; letter-spacing:-.055em}
    .bars{display:flex; align-items:end; gap:8px; height:90px; padding-top:8px}
    .bar{flex:1; border-radius:999px 999px 6px 6px; background:linear-gradient(180deg, var(--blue2), var(--green2)); min-height:16px}
    .bar:nth-child(1){height:28%}.bar:nth-child(2){height:45%}.bar:nth-child(3){height:36%}.bar:nth-child(4){height:62%}.bar:nth-child(5){height:78%}.bar:nth-child(6){height:53%}.bar:nth-child(7){height:92%}
    .payment-strip{
      margin-top:14px; display:grid; grid-template-columns:1fr auto; gap:12px; align-items:center;
      padding:14px; background:#f9fafb; border:1px solid var(--line); border-radius:18px;
      font-size:14px; color:#344054; font-weight:750;
    }

    section{padding:58px 0}
    .section-head{max-width:760px; margin:0 auto 26px; text-align:center}
    .kicker{color:var(--blue); font-weight:950; font-size:13px; letter-spacing:.12em; text-transform:uppercase}
    h2{font-size:clamp(34px, 4.8vw, 56px); line-height:1; letter-spacing:-.065em; margin:9px 0 14px}
    .section-head p{font-size:18px; color:var(--muted); margin:0}
    .grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}
    .grid-2{display:grid; grid-template-columns:repeat(2,1fr); gap:18px}
    .card{
      background:rgba(255,255,255,.92);
      border:1px solid var(--line); border-radius:var(--radius);
      padding:26px; box-shadow:var(--shadow2);
    }
    .card h3{font-size:24px; margin:0 0 10px; letter-spacing:-.045em; line-height:1.08}
    .card p{color:#475467; margin:0}
    .icon{
      width:52px;height:52px;border-radius:18px;
      display:grid;place-items:center;
      background:var(--soft); color:var(--blue); font-weight:950; font-size:22px;
      margin-bottom:16px;
    }
    .tick{display:flex; gap:11px; align-items:flex-start; margin:12px 0; color:#344054; font-weight:700}
    .tick:before{content:"✓"; color:white; background:var(--green); width:22px; height:22px; border-radius:99px; display:inline-grid; place-items:center; flex:0 0 auto; font-size:13px; font-weight:950; margin-top:1px}
    .cross:before{content:"×"; background:#fee4e2; color:var(--red)}
    .highlight{
      background:linear-gradient(135deg, #0b1220, #172554);
      color:white; position:relative; overflow:hidden;
    }
    .highlight p,.highlight .muted{color:rgba(255,255,255,.76)}
    .highlight:before{
      content:""; position:absolute; right:-100px; top:-100px; width:280px; height:280px;
      border-radius:999px; background:rgba(46,144,250,.25);
    }
    .highlight>*{position:relative}

    .calculator{
      background:linear-gradient(145deg, #ffffff, #f9fafb);
      border:1px solid var(--line); border-radius:34px; padding:28px; box-shadow:var(--shadow);
    }
    .calc-grid{display:grid; grid-template-columns:.9fr 1.1fr; gap:24px; align-items:start}
    .control{margin:0 0 22px}
    .control label{display:flex; justify-content:space-between; font-weight:950; letter-spacing:-.02em; margin-bottom:9px}
    .control output{color:var(--blue)}
    input[type=range]{
      -webkit-appearance:none; width:100%; height:10px; background:#e4e7ec; border-radius:99px; outline:none;
    }
    input[type=range]::-webkit-slider-thumb{
      -webkit-appearance:none; width:26px; height:26px; background:var(--blue); border-radius:50%; border:4px solid white; box-shadow:0 8px 20px rgba(23,92,211,.35); cursor:pointer;
    }
    .results{display:grid; grid-template-columns:repeat(2,1fr); gap:14px}
    .result{
      background:white; border:1px solid var(--line); border-radius:22px; padding:18px;
    }
    .result small{display:block; color:var(--muted); font-weight:850; margin-bottom:6px}
    .result strong{font-size:28px; letter-spacing:-.055em}
    .big-result{
      grid-column:1 / -1; background:linear-gradient(135deg, var(--soft), #ecfdf3);
      border-color:#b2ddff;
    }
    .progress-wrap{margin-top:16px}
    .progress-label{display:flex; justify-content:space-between; color:#344054; font-size:13px; font-weight:900; margin-bottom:8px}
    .progress{height:14px; border-radius:99px; background:#e4e7ec; overflow:hidden}
    .progress > div{height:100%; width:0%; background:linear-gradient(90deg, var(--blue), var(--green)); border-radius:99px; transition:.2s}

    .compare{
      display:grid; grid-template-columns:1fr 1fr; gap:18px; align-items:stretch;
    }
    .vs-card{
      background:white; border:1px solid var(--line); border-radius:30px; overflow:hidden; box-shadow:var(--shadow2)
    }
    .vs-img{height:220px; position:relative; overflow:hidden; background:#111827}
    .vs-img img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.95)}
    .vs-img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(16,24,40,.75))}
    .vs-title{position:absolute;left:22px;bottom:18px;color:white;z-index:2}
    .vs-title h3{margin:0;font-size:30px;letter-spacing:-.055em}
    .vs-title span{font-weight:800;color:rgba(255,255,255,.76)}
    .vs-body{padding:24px}
    .pill{
      display:inline-flex; align-items:center; gap:8px; padding:8px 10px; border-radius:999px;
      background:#f2f4f7; color:#344054; font-size:13px; font-weight:900; margin:4px 4px 0 0;
    }

    .timeline{display:grid; grid-template-columns:repeat(4,1fr); gap:14px}
    .day{background:white; border:1px solid var(--line); border-radius:24px; padding:22px; box-shadow:var(--shadow2)}
    .day b{display:inline-flex; background:var(--soft); color:var(--blue); padding:8px 11px; border-radius:999px; margin-bottom:14px}
    .day h3{margin:0 0 8px; font-size:22px; letter-spacing:-.04em}
    .day p{margin:0;color:var(--muted);font-weight:650}

    .paybox{
      background:linear-gradient(135deg, #ffffff, #eef4ff);
      border:1px solid #b2ddff; border-radius:34px; padding:30px; box-shadow:var(--shadow);
      display:grid; grid-template-columns:1.1fr .9fr; gap:24px; align-items:center;
    }
    .bank{
      background:#0b1220; color:white; border-radius:28px; padding:26px; position:relative; overflow:hidden;
      box-shadow:0 20px 55px rgba(11,18,32,.24);
    }
    .bank:before{content:""; position:absolute; right:-60px; top:-60px; width:180px;height:180px;border-radius:999px;background:rgba(46,144,250,.28)}
    .bank small{display:block;color:rgba(255,255,255,.6);font-weight:800;margin-bottom:8px}
    .bank h3{margin:0 0 16px; font-size:22px; letter-spacing:-.035em}
    .acct{
      display:flex; justify-content:space-between; gap:12px; align-items:center;
      background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.13);
      padding:16px; border-radius:18px; margin-top:10px; position:relative;
    }
    .acct code{font-family:inherit; color:white; font-size:24px; font-weight:950; letter-spacing:.04em}
    .copybtn{border:0; background:white; color:#0b1220; border-radius:999px; padding:10px 14px; font-weight:950; cursor:pointer}
    .toast{
      position:fixed; left:50%; bottom:28px; transform:translateX(-50%) translateY(80px);
      background:#101828;color:white;padding:12px 18px;border-radius:999px;font-weight:850;box-shadow:var(--shadow);
      opacity:0; transition:.24s; z-index:100;
    }
    .toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
    .faq{max-width:900px;margin:auto}
    details{
      background:white; border:1px solid var(--line); border-radius:20px; padding:18px 20px; margin:12px 0;
      box-shadow:0 10px 30px rgba(16,24,40,.04)
    }
    summary{cursor:pointer;font-weight:950;letter-spacing:-.02em}
    details p{color:var(--muted);margin:12px 0 0}
    .footer{padding:36px 0 50px; color:#667085; font-weight:700; font-size:14px}
    .sticky-cta{
      display:none; position:fixed; z-index:60; left:12px; right:12px; bottom:12px;
      background:#101828; color:white; border-radius:22px; padding:12px;
      box-shadow:0 18px 50px rgba(16,24,40,.25);
      align-items:center; justify-content:space-between; gap:10px;
    }
    .sticky-cta b{font-size:14px; line-height:1.15}
    .sticky-cta span{display:block;color:rgba(255,255,255,.65);font-size:12px}
    .sticky-cta .btn{padding:11px 13px; background:white; color:#101828; font-size:13px}

    @media(max-width:900px){
      .navlinks{display:none}
      .hero{padding-top:44px}
      .hero-grid,.calc-grid,.grid-2,.compare,.paybox{grid-template-columns:1fr}
      .grid-3,.timeline,.trust-row{grid-template-columns:1fr}
      .phone-card{min-height:auto}
      .results{grid-template-columns:1fr}
      .sticky-cta{display:flex}
      h1{font-size:48px}
      .wrap{width:min(100% - 24px, 1160px)}
      section{padding:42px 0}
    }