:root{
    --navy:#0b0b38;--navy-deep:#07072a;--accent:#1d1db5;--accent-dark:#181897;
    --lavender:#e9e7fb;--ink:#101010;--muted:#555;--line:#e6e6e6;--field:#f1f1f1;
    --serif:'PT Serif',Georgia,serif;--sans:'IBM Plex Sans',-apple-system,Segoe UI,sans-serif;
    --pad:20px;
  }
  *{margin:0;padding:0;box-sizing:border-box}
  html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
  body{font-family:var(--sans);color:var(--ink);background:#eef0f4;line-height:1.5;-webkit-font-smoothing:antialiased}
  h1,h2,h3{font-family:var(--serif);font-weight:700;letter-spacing:-.01em}
  a{color:inherit}
  img{max-width:100%;display:block}

  /* phone column, centered/framed on larger screens */
  .page{max-width:560px;margin:0 auto;background:#fff;min-height:100vh;overflow:hidden;position:relative}
  @media(min-width:600px){.page{box-shadow:0 0 60px rgba(0,0,0,.12);margin:24px auto;min-height:auto;border-radius:18px}}

  .px{padding-left:var(--pad);padding-right:var(--pad)}

  /* buttons — large tap targets */
  .btn{background:var(--accent);color:#fff;border:none;padding:16px 22px;border-radius:10px;font-family:var(--sans);font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;display:block;width:100%;text-align:center;min-height:52px;transition:background .2s,color .2s}
  .btn:hover,.btn:focus,.btn:active{background:var(--accent-dark);color:#fff;text-decoration:none}

  /* top bar */
  .topbar{background:var(--navy-deep);color:#c9c9e0;font-size:11.5px;text-align:center;padding:7px 12px;letter-spacing:.01em}
  .topbar b{color:#fff}

  /* sticky header */
  header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--line)}
  .nav{display:flex;align-items:center;justify-content:space-between;height:58px}
  .logo{font-family:var(--serif);font-weight:700;font-size:21px;display:flex;align-items:center;gap:8px}
  .logo .mark{width:19px;height:19px;border:2.5px solid var(--accent);border-radius:5px;display:inline-block;position:relative;transform:rotate(45deg)}
  .logo .mark::after{content:"";position:absolute;inset:3.5px;background:var(--accent);border-radius:2px}
  .callbtn{width:44px;height:44px;border:1.5px solid var(--accent);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--accent)}
  .callbtn svg{width:20px;height:20px}

  /* hero */
  .hero{position:relative;background:var(--navy);color:#fff;overflow:hidden;padding:34px var(--pad) 38px}
  .hero::after{content:"";position:absolute;inset:0;background:linear-gradient(160deg,var(--navy-deep) 0%,var(--navy) 55%,rgba(11,11,56,.5) 100%),url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=800&q=65');background-size:cover;background-position:center;z-index:0}
  .hero>*{position:relative;z-index:2}
  .eyebrow{font-size:11.5px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#9a9af0;margin-bottom:12px}
  .hero h1{font-size:32px;line-height:1.12;margin-bottom:16px}
  .urgency-pill{display:flex;align-items:flex-start;gap:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:13px;line-height:1.4;padding:10px 13px;border-radius:12px;margin-bottom:18px}
  .urgency-pill svg{width:16px;height:16px;flex:0 0 16px;margin-top:1px;color:#b9b9ff}
  .ticks{list-style:none;margin-bottom:22px}
  .ticks li{display:flex;align-items:flex-start;gap:9px;margin-bottom:9px;font-size:14.5px;color:#eee}
  .ticks li::before{content:"\2713";color:#8f8ff0;font-weight:700;margin-top:1px}
  .hero .btn{margin-bottom:12px}
  .callundr{text-align:center;font-size:14px;color:#cfcfe0}
  .callundr a{color:#fff;font-weight:600;text-decoration:underline}

  /* badges strip */
  .bstrip{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 16px;padding:20px var(--pad);border-bottom:1px solid var(--line);background:#fafafc}
  .badge{display:flex;align-items:center;gap:7px;font-weight:700;font-size:13px;color:#1a1a2e}
  .badge svg{width:20px;height:20px;color:var(--accent)}

  /* sections */
  section{padding:42px var(--pad)}
  .sec-title{font-size:25px;line-height:1.15;margin-bottom:12px}
  .sec-sub{font-size:15px;color:var(--muted);line-height:1.55}
  .dark{background:var(--navy);color:#fff}
  .dark .sec-title{color:#fff}
  .gray{background:#f6f6fb;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}

  /* form card */
  .card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:0 14px 40px rgba(0,0,0,.10)}
  .formwrap{padding:34px var(--pad);background:#f6f6fb;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
  .card h3{font-family:var(--sans);font-weight:600;font-size:19px;margin-bottom:4px}
  .card .cap{font-size:13px;color:#777;margin-bottom:16px;line-height:1.45}
  .card input,.card select,.card textarea{width:100%;background:var(--field);border:1px solid transparent;border-radius:10px;padding:15px 14px;font-family:var(--sans);font-size:16px;color:#222;margin-bottom:11px;outline:none;min-height:52px;transition:border .15s,background .15s}
  .card input:focus,.card select:focus,.card textarea:focus{border-color:var(--accent);background:#fff}
  .card textarea{resize:vertical;min-height:90px}
  .phone-row{display:flex;background:var(--field);border-radius:10px;margin-bottom:11px;overflow:hidden}
  .phone-row .flag{display:flex;align-items:center;gap:5px;padding:0 12px;font-size:15px;color:#333;white-space:nowrap;border-right:1px solid #ddd}
  .phone-row input{margin:0;border-radius:0;background:transparent}
  .consent{display:flex;align-items:flex-start;gap:10px;font-size:12.5px;color:#555;margin:6px 0 14px;line-height:1.5}
  .consent input{width:22px;height:22px;flex:0 0 22px;margin:0}
  .consent a{color:var(--accent);text-decoration:underline}
  .microcopy{font-size:11.5px;color:#888;text-align:center;margin-top:11px;line-height:1.5}
  .microcopy b{color:#444;font-weight:600}
  .formtrust{display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;color:#777;margin-top:11px;text-align:center;line-height:1.4}
  .formtrust svg{width:13px;height:13px;flex:0 0 13px;color:#1f9d52}
  .err-msg{color:#d23b3b;font-size:12.5px;margin:-4px 0 10px;display:none}
  .err-msg.show{display:block}
  .card input.bad,.card select.bad{border-color:#d23b3b;background:#fff5f5}
  .thanks{text-align:center;padding:14px 4px}
  .thanks .ok{width:54px;height:54px;border-radius:50%;background:#e7f6ec;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
  .thanks .ok svg{width:28px;height:28px;color:#1f9d52}
  .thanks h3{font-family:var(--serif);font-size:21px;margin-bottom:8px}
  .thanks p{color:#555;font-size:14px;line-height:1.55}

  /* urgency */
  .trailbar{height:9px;border-radius:8px;margin:24px 0 10px;background:linear-gradient(90deg,#1d1db5 0%,#5a5ad6 45%,#b9b9e8 80%,#e3e3f4 100%)}
  .trail-labels{display:flex;justify-content:space-between;font-size:10.5px;color:#999;font-weight:600;letter-spacing:.03em;text-transform:uppercase;margin-bottom:22px}
  .tl{padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff;margin-bottom:12px}
  .tl .stage{font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}
  .tl h4{font-family:var(--sans);font-size:16px;font-weight:600;margin-bottom:6px}
  .tl p{font-size:13.5px;color:#555;line-height:1.5}

  /* steps */
  .step{display:flex;gap:13px;margin-bottom:20px}
  .step .num{flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:var(--lavender);color:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;font-family:var(--sans)}
  .step h4{font-family:var(--sans);font-size:16px;font-weight:600;margin-bottom:5px;line-height:1.3}
  .step p{font-size:13.5px;color:#555;line-height:1.5}

  /* promise */
  .pcard{border:1px solid var(--line);border-radius:14px;padding:22px;margin-bottom:14px}
  .pcard h3{font-family:var(--sans);font-size:17px;font-weight:600;margin-bottom:14px;display:flex;align-items:center;gap:9px}
  .pcard.will h3{color:#157a3c}
  .pcard.wont h3{color:#b23838}
  .pcard h3 svg{width:20px;height:20px}
  .pcard ul{list-style:none}
  .pcard li{display:flex;gap:10px;align-items:flex-start;font-size:14px;margin-bottom:11px;line-height:1.45;color:#333}
  .pcard.will li::before{content:"\2713";color:#1f9d52;font-weight:700;margin-top:1px}
  .pcard.wont li::before{content:"\2715";color:#d23b3b;font-weight:700;margin-top:1px}

  /* stats 2x2 */
  .stats{display:grid;grid-template-columns:1fr 1fr;gap:22px 16px;margin-top:8px}
  .stat .big{font-size:34px;font-weight:700;font-family:var(--sans);line-height:1}
  .stat .big span{color:#8f8ff0}
  .stat .lbl{font-size:12.5px;color:#c4c4d8;margin-top:6px;line-height:1.35}

  /* testimonials carousel */
  .carousel{display:flex;gap:13px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:6px var(--pad) 14px;margin:18px calc(var(--pad)*-1) 0}
  .carousel::-webkit-scrollbar{display:none}
  .tcard{scroll-snap-align:center;flex:0 0 84%;background:var(--lavender);border-radius:14px;padding:20px;display:flex;flex-direction:column}
  .tcard p{font-size:14px;line-height:1.55;color:#1c1c2e}
  .tcard .who{display:flex;align-items:center;gap:11px;margin-top:16px}
  .tcard .av{width:38px;height:38px;border-radius:50%;background-size:cover;background-position:center;flex:0 0 38px}
  .tcard .nm{font-weight:700;font-size:14px}
  .tcard .rl{font-size:12px;color:#6a6a80}
  .swipe-hint{text-align:center;font-size:12px;color:#aaa;margin-top:6px}
  .reviews-link{display:inline-flex;align-items:center;gap:7px;margin-top:16px;font-size:14px;font-weight:600;color:var(--accent);text-decoration:none}

  /* data protection rows */
  .dprow{display:flex;gap:13px;align-items:flex-start;padding:16px 0;border-bottom:1px solid var(--line)}
  .dprow:last-child{border-bottom:none}
  .dprow .ic{flex:0 0 40px;height:40px;border-radius:10px;background:#f0f0f6;display:flex;align-items:center;justify-content:center;color:var(--accent)}
  .dprow .ic svg{width:21px;height:21px}
  .dprow h4{font-family:var(--sans);font-size:15.5px;font-weight:600;margin-bottom:3px}
  .dprow p{font-size:13px;color:#555;line-height:1.45}

  /* faq */
  .faq-item{border-bottom:1px solid var(--line)}
  .faq-q{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:18px 0;cursor:pointer;font-family:var(--serif);font-weight:700;font-size:16.5px;line-height:1.3}
  .faq-q .pm{font-family:var(--sans);font-size:24px;font-weight:400;color:#333;transition:transform .25s;line-height:1;flex:0 0 auto}
  .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;color:#555;font-size:14px;line-height:1.6}
  .faq-item.open .faq-a{max-height:340px;padding-bottom:18px}
  .faq-item.open .pm{transform:rotate(45deg)}

  /* closing + footer */
  .closing{font-size:13px;color:#444;line-height:1.6}
  .closing .strong{font-weight:700;margin-top:12px;display:block}
  footer{background:#000;color:#aaa;padding:34px var(--pad) 30px}
  .foot .brand{font-family:var(--serif);font-weight:700;font-size:20px;color:#fff;margin-bottom:12px}
  .foot-id{font-size:12.5px;color:#999;line-height:1.7}
  .foot-id a{color:#bbb}
  .foot-badges{font-size:11.5px;color:#888;margin-top:14px;line-height:1.6}
  .foot-links{display:flex;gap:22px;font-size:13.5px;margin-top:18px}
  .foot-links a{color:#ccc;text-decoration:none}
  .foot .copy{font-size:12px;color:#777;margin-top:16px}

  /* sticky bottom action bar */
  .mcta{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:560px;display:flex;gap:10px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--line);box-shadow:0 -6px 24px rgba(0,0,0,.14);z-index:80}
  .mcta .call{flex:0 0 56px;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--accent);color:var(--accent);border-radius:10px;text-decoration:none}
  .mcta .call svg{width:22px;height:22px}
  .mcta .go{flex:1;margin:0}
  body{padding-bottom:78px}

  /* reveal */
  .rv{opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease}
  .rv.in{opacity:1;transform:none}

  /* desktop nav hidden on mobile */
  .dnav{display:none}
  .hero-form{margin-top:22px}

  /* ============ RESPONSIVE: tablet/desktop ============ */
  @media(min-width:840px){
    body{background:#fff;padding-bottom:0}
    .page{max-width:none;margin:0;background:#fff;box-shadow:none;border-radius:0;overflow:visible}

    /* full-bleed bands, content centered to 1180px */
    .hero,section,.bstrip,.formwrap,footer,header .nav{
      padding-left:max(40px,calc((100% - 1180px)/2));
      padding-right:max(40px,calc((100% - 1180px)/2));
    }

    header .nav{height:76px}
    .logo{font-size:24px}
    .logo .mark{width:22px;height:22px}
    .callbtn{display:none}
    .dnav{display:flex;align-items:center;gap:30px;font-size:15px;font-weight:500}
    .dnav a{color:#1a1a2e;text-decoration:none}
    .dnav a:hover{color:var(--accent)}
    .dnav .navbtn{width:auto;display:inline-block;min-height:0;padding:11px 20px;font-size:14.5px;border-radius:9px;color:#fff}
    .dnav .navbtn:hover,.dnav .navbtn:focus{background:var(--accent-dark);color:#fff}

    .hero{padding-top:78px;padding-bottom:86px}
    .hero-inner{max-width:none}
    .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}
    .hero-form{margin-top:0}
    .hero-form .card{margin:0;max-width:none}
    .hero-inner .btn{display:none}
    .hero h1{font-size:54px;line-height:1.06;margin-bottom:18px}
    .eyebrow{font-size:12.5px;margin-bottom:14px}
    .ticks li{font-size:15.5px}
    .urgency-pill{max-width:620px}
    .hero .btn{display:inline-block;width:auto;min-width:300px;margin-top:6px}
    .callundr{text-align:left;font-size:14.5px}

    .bstrip{padding-top:26px;padding-bottom:26px;gap:16px 44px;justify-content:flex-start}
    .badge{font-size:15px}

    section{padding-top:84px;padding-bottom:84px}
    .sec-title{font-size:38px;line-height:1.12}
    .sec-sub{font-size:17px;max-width:780px}

    .formwrap{padding-top:68px;padding-bottom:68px}
    .formwrap .card{max-width:620px;margin-left:auto;margin-right:auto}
    .card h3{font-size:21px}
    #form2 .sec-title,#form2>p{text-align:center;max-width:720px;margin-left:auto;margin-right:auto}

    .grid{display:grid;gap:24px;margin-top:24px}
    .grid-2{grid-template-columns:1fr 1fr}
    .grid-3{grid-template-columns:repeat(3,1fr)}
    .cards .dprow{border:1px solid var(--line);border-radius:14px;background:#fff;padding:22px;margin:0}
    .steps-grid{gap:28px}
    .steps-grid .step{margin:0;flex-direction:column}
    .steps-grid .step .num{align-self:flex-start;flex:0 0 38px;width:38px;height:38px;margin-bottom:8px}
    .tl-grid .tl{margin:0}
    .receive-grid{grid-template-columns:1.15fr .85fr;gap:40px;align-items:center}
    .receive-grid>div{margin:0}
    .promise-grid{align-items:start}
    .promise-grid .pcard{margin:0;height:100%}

    .stats{grid-template-columns:repeat(4,1fr);gap:30px}
    .stat .big{font-size:46px}

    .carousel{display:grid;grid-template-columns:1fr 1fr;gap:22px;overflow:visible;margin:24px 0 0;padding:0}
    .tcard{flex:none;width:auto}
    .swipe-hint{display:none}
    .reviews-link{font-size:15px}

    #faq>.rv{max-width:880px}
    .faq-q{font-size:18.5px;padding:22px 0}
    .faq-a{font-size:15px}

    .closing{max-width:780px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px;padding-top:48px;padding-bottom:48px;text-align:center;font-size:13px;color:#777;line-height:1.7}
    .closing .strong{display:inline-block;margin:12px 12px 0}
    footer{padding-top:54px;padding-bottom:46px}
    .foot{position:relative}
    .foot .brand{font-size:22px}
    .foot-links{position:absolute;top:6px;right:0;margin:0;flex-direction:row;gap:30px;font-size:14.5px}

    .mcta{display:none}
  }
  @media(min-width:1180px){ .hero h1{font-size:60px} }
.form-hp{display:none!important;position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}
.new-lead-form{display:block}
.new-lead-form .new-field{margin-bottom:11px}
.new-lead-form .new-field>input,
.new-lead-form .new-field>textarea,
.new-lead-form .new-field>.phone-row{margin-bottom:0}
.new-lead-form .lead-form-message{margin-bottom:14px}
.new-lead-form .lead-form-error-text{display:block;margin:6px 0 0;width:100%;clear:both}
.new-lead-form .consent{display:flex;align-items:flex-start;margin:0;gap:9px}
.new-lead-form .consent input[type="checkbox"][name="form_fields[privacy_policy]"]{appearance:auto;width:16px;height:16px;min-height:0;padding:0;margin:2px 0 0;border-radius:3px;background:transparent;accent-color:var(--accent);flex:0 0 16px}
.new-lead-form .new-consent-field .lead-form-error-text{margin-top:6px}
.new-lead-form .consent a{color:var(--accent);font-weight:600}
.new-lead-form .phone-row .flag{gap:7px}
.new-lead-form .iti__flag.iti__ca{position:relative;display:inline-block;width:16px;height:12px;box-shadow:0 0 1px 0 #888;background-color:transparent;background-image:image-set(url("../../img/flags.png") 1x,url("../../img/flags@2x.png") 2x);background-position:-576px 0;background-repeat:no-repeat;background-size:3904px 12px;overflow:hidden;flex:0 0 16px}
.new-lead-form .iti__flag.iti__ca:before,
.new-lead-form .iti__flag.iti__ca:after{content:none!important;display:none!important}
.new-lead-form button[type="submit"].btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-width:0}
.new-lead-form.lead-form-is-submitting button[type="submit"].btn{cursor:wait}
.new-lead-form.lead-form-is-submitting button[type="submit"].btn:before{content:"";width:16px;height:16px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;flex:0 0 16px;animation:lead-submit-spin .75s linear infinite}
@keyframes lead-submit-spin{to{transform:rotate(360deg)}}
@media(min-width:840px){.hero .new-lead-form button[type="submit"].btn{display:flex;width:100%;min-width:0}}
