*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --blue:#1A78FE;
  --blue-dark:#0C82E7;
  --blue-sky:#0C82E7;
  --navy:#0B1F3A;
  --teal:#0FA47A;
  --aqua:#06B6D4;
  --yellow:#FFE44B;
  --red:#DC2626;
  --red-dark:#B91C1C;
  --gray-50:#F8FAFC;
  --gray-100:#F1F5F9;
  --gray-200:#E2E8F0;
  --gray-400:#94A3B8;
  --gray-500:#64748B;
  --gray-600:#475569;
  --gray-700:#334155;
  --gray-900:#0F172A;
  --radius-sm:8px;
  --radius-md:12px;
  --radius-lg:20px;
  --radius-xl:28px;
  --radius-pill:999px;
}
html{scroll-behavior:smooth}
body{font-family:'Instrument Sans',ui-sans-serif,system-ui,sans-serif;color:var(--gray-900);background:#fff;line-height:1.6;font-size:16px}
a{text-decoration:none;color:inherit}
img{max-width:100%}

/* QUIZ MODAL */
.quiz-overlay{position:fixed;inset:0;background:rgba(11,31,58,.65);display:none;align-items:flex-start;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}
.quiz-overlay::-webkit-scrollbar{display:none;width:0;height:0}
.quiz-overlay.active{display:flex}
.quiz-modal{background:#fff;border-radius:var(--radius-lg);max-width:460px;width:100%;position:relative;box-shadow:0 24px 60px rgba(0,0,0,.35);margin:auto;scrollbar-width:none;-ms-overflow-style:none}
.quiz-modal::-webkit-scrollbar{display:none;width:0;height:0}
.quiz-close{position:absolute;top:.75rem;right:.85rem;background:rgba(255,255,255,.25);border:none;width:30px;height:30px;border-radius:50%;font-size:1.2rem;line-height:1;cursor:pointer;color:#fff;z-index:2}
.quiz-close:hover{background:rgba(255,255,255,.4)}
.quiz-header{background:var(--blue);color:#fff;text-align:center;padding:1.1rem 2.5rem;font-weight:700;font-size:1.05rem;border-radius:var(--radius-lg) var(--radius-lg) 0 0}
.quiz-body{padding:1.5rem}
.quiz-progress{width:100%;height:6px;background:var(--gray-200);border-radius:999px;overflow:hidden;margin-bottom:1.5rem}
.quiz-progress-bar{height:100%;background:linear-gradient(90deg,var(--aqua),var(--teal));border-radius:999px;transition:width .3s}
.quiz-intro{font-size:.82rem;color:var(--gray-500);text-align:center;margin:-.5rem 0 1.25rem}
.quiz-question{font-size:1.05rem;font-weight:700;color:var(--navy);text-align:center;margin-bottom:1.25rem;line-height:1.4}
.quiz-options{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.25rem}
.quiz-option{width:100%;padding:.85rem 1rem;border-radius:var(--radius-md);border:2px solid var(--gray-200);background:var(--gray-50);color:var(--navy);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .15s;text-align:center;font-family:inherit}
.quiz-option:hover{border-color:var(--teal);background:#ECFDF5}
.quiz-option.selected{border-color:var(--teal);background:var(--teal);color:#fff}
.quiz-input,.quiz-textarea{width:100%;padding:.8rem 1rem;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-family:inherit;font-size:.95rem;margin-bottom:1rem;color:var(--navy)}
.quiz-input:focus,.quiz-textarea:focus{outline:none;border-color:var(--blue)}
.quiz-textarea{min-height:90px;resize:vertical}
.quiz-step-actions{display:flex;justify-content:flex-end}
.quiz-next{background:var(--blue);color:#fff;border:none;padding:.65rem 1.5rem;border-radius:999px;font-weight:700;cursor:pointer;font-size:.9rem}
.quiz-next:hover{background:var(--blue-dark)}
.quiz-phone-row{display:flex;gap:.5rem;margin-bottom:1rem}
.quiz-phone-code{flex:0 0 60px;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-200);border-radius:var(--radius-md);color:var(--gray-600);font-weight:600;font-size:.95rem}
.quiz-phone-row .quiz-input{margin-bottom:0;flex:1}
.quiz-consent{display:flex;gap:.6rem;align-items:flex-start;font-size:.78rem;color:var(--gray-600);margin-bottom:1.25rem;line-height:1.4}
.quiz-consent input{margin-top:3px;flex-shrink:0;accent-color:var(--teal);width:16px;height:16px}
.quiz-consent a{color:var(--blue);text-decoration:underline}
.quiz-submit{width:100%;padding:.85rem;border-radius:999px;border:none;font-weight:700;font-size:1rem;cursor:pointer;background:var(--blue);color:#fff}
.quiz-submit:disabled{background:var(--gray-200);color:var(--gray-500);cursor:not-allowed}
.quiz-disqualified{text-align:center;padding:.5rem 0 1rem}
.quiz-disqualified h3{font-size:1.15rem;margin-bottom:.75rem;color:var(--navy)}
.quiz-disqualified p{color:var(--gray-600);font-size:.92rem;line-height:1.6}
.quiz-otp-text{font-size:.92rem;color:var(--gray-700);margin-bottom:.5rem;text-align:center}
.quiz-otp-sub{font-size:.85rem;color:var(--gray-500);margin-bottom:1rem;text-align:center}
.quiz-otp-resend{margin-top:1rem;text-align:center;font-size:.85rem;color:var(--gray-500)}
.quiz-otp-resend button{background:none;border:none;color:var(--blue);text-decoration:underline;cursor:pointer;font-size:.85rem;font-family:inherit}
.quiz-result h3{text-align:center;font-size:1.25rem;font-weight:700;color:var(--navy);margin-bottom:.4rem}
.quiz-result .quiz-qualified-tag{text-align:center;color:var(--teal);font-weight:700;margin-bottom:1rem}
.quiz-result p{font-size:.9rem;color:var(--gray-600);text-align:center;margin-bottom:1rem;line-height:1.5}
.quiz-result-box{border:1px solid #FBBF24;background:#FFFBEB;border-radius:var(--radius-md);padding:1rem;margin-bottom:1.5rem;font-size:.86rem;color:var(--gray-700);text-align:left;line-height:1.5}
.quiz-book-btn{display:block;width:100%;text-align:center;background:var(--teal);color:#fff;padding:1rem;border-radius:var(--radius-md);font-weight:700;border:none;cursor:pointer;font-size:1.02rem}
.quiz-book-btn:hover{background:#0c8c69}
.quiz-secure{text-align:center;font-size:.74rem;color:var(--gray-400);margin-top:1.25rem}
.quiz-back{margin-top:1rem;font-size:.85rem;padding:.55rem 1.1rem;background:var(--gray-100);border:none;border-radius:999px;color:var(--gray-600);font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem}
.quiz-back:hover{background:var(--gray-200)}

/* NAV */
nav{position:sticky;top:0;z-index:100;background:#0C82E7;border-bottom:1px solid rgba(255,255,255,.15);padding:5px 1.2rem}
.nav-inner{max-width:1200px;margin:0 auto;height:72px;display:flex;align-items:center;justify-content:space-between}
.nav-logo img{height:44px;width:auto;display:block}
.nav-links{display:flex;gap:2rem;align-items:center}
.nav-links a{font-size:.9rem;font-weight:500;color:rgba(255,255,255,.85);transition:color .2s}
.nav-links a:hover{color:#fff}
.btn-primary{background:var(--blue);color:#fff;padding:.6rem 1.4rem;border-radius:var(--radius-pill);font-size:.9rem;font-weight:700;border:2px solid rgba(255,255,255,.5);cursor:pointer;transition:background .2s,transform .15s}
.btn-primary:hover{background:var(--blue-dark);transform:translateY(-1px)}

/* HERO */
@keyframes ping{0%,100%{transform:scale(1);opacity:.3}50%{transform:scale(1.8);opacity:0}}
@keyframes phoneFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes notifSlide{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}
@keyframes notifSlideLeft{0%{opacity:0;transform:translate(-20px,-50%)}100%{opacity:1;transform:translate(0,-50%)}}

.hero{padding:3rem 2rem 4rem;background:#fff;position:relative;overflow:hidden}
/* 3 visible concentric arc rings — bottom-left origin, teal color */

.hero-grid-bg{position:absolute;inset:0;background-image:radial-gradient(rgba(26,120,254,.06) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}
.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}
.hero-text{text-align:left}
.mobile-break {
  display: none;
}
.hero h1{font-size:clamp(2rem,4vw,3.4rem);font-weight:700;line-height:1.15;letter-spacing:-.03em;color:#0F172A;margin-bottom:1.25rem}
.hero h1 em{font-style:normal;color: #0C82E7}
.heading-dot{display:inline-flex;align-items:center;margin-left:.35rem;vertical-align:middle;position:relative;top:0px}
.heading-dot .dot-inner{width:11px;height:11px;border-radius:50%;background:var(--teal);position:relative;display:inline-block}
.heading-dot .dot-inner::after{content:'';position:absolute;inset:-3px;border-radius:50%;background:var(--teal);opacity:.3;animation:ping 1.5s infinite}

.hero p{font-size:1.1rem;color:var(--gray-500);max-width:480px;margin:0 0 2rem;line-height:1.6}

.hero-chips{display:flex; flex-direction: column;flex-wrap:wrap;gap:.75rem 1.25rem;margin-bottom:2rem;align-items:left}
.hero-chip{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:var(--gray-800);background:none;border:none;padding-bottom:2px;cursor:default;line-height:1.3}
.hero-chip svg{width:18px;height:18px;flex-shrink:0;stroke:#F97316;fill:none}

.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.75rem}
.btn-hero{background:var(--blue);color:#fff;padding:.9rem 2rem;border-radius:var(--radius-pill);font-size:1.1rem;font-weight:700;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s;box-shadow:0 4px 16px rgb(54 89 139 / 40%)}
.btn-hero:hover{background:var(--blue-dark);transform:translateY(-2px)}

.hero-trust{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}
.trust-item{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:#0FA47A;padding:.4rem .75rem;white-space:nowrap}
.trust-item svg{color:var(--teal);flex-shrink:0}
@media(max-width:480px){
  .hero-trust{flex-wrap:wrap;gap:.5rem;justify-content:center}
  .trust-item{font-size:.72rem;padding:.35rem .65rem}
}

/* PHONE VISUAL */
.hero-visual{display:flex;justify-content:center;align-items:center;position:relative;min-height:420px}
.phone-wrap{position:relative;z-index:3;width:240px;height:449px;background:#0a1929;border-radius:28px;padding:10px;box-shadow:20px 20px 60px rgba(0,0,0,.18),0 0 0 1px rgba(26,120,254,.15);border:1px solid rgba(255,255,255,.08);animation:phoneFloat 4s ease-in-out infinite}
.phone-screen{width:100%;height:100%;border-radius:20px;overflow:hidden;background:linear-gradient(180deg,#0d2f4a 0%,#0C82E7 50%,#0d2f4a 100%)}
.phone-notch{width:50px;height:5px;background:#0a1929;border-radius:3px;margin:6px auto 10px}
.phone-content{padding:0 10px 10px}
.phone-label{font-size:8px;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}
.phone-big{font-size:20px;font-weight:700;color:#fff;line-height:1}
.phone-up{font-size:8px;color:var(--teal);font-weight:600;margin-left:4px}
.phone-bars{display:flex;align-items:flex-end;gap:3px;height:70px;padding:4px 0;margin-bottom:8px}
.phone-bar{flex:1;border-radius:2px 2px 0 0;background:linear-gradient(to top,rgba(15,164,122,.3),#0FA47A)}
.phone-leads{display:flex;flex-direction:column;gap:5px}
.phone-lead{background:rgba(255,255,255,.1);border-radius:8px;padding:5px 7px;display:flex;align-items:center;gap:5px}
.phone-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}
.phone-lead-text{font-size:7.5px;color:#fff;flex:1}
.phone-lead-time{font-size:6.5px;color:rgba(255,255,255,.4)}

/* NOTIFICATION CARDS */
/* @keyframes notifEnter2{0%{opacity:0;transform:translateX(28px) scale(.92)}100%{opacity:1;transform:translateX(0) scale(1)}} */
/* @keyframes notifEnter2{0%{opacity:0;transform:translateX(28px) scale(.92)}100%{opacity:1;transform:translateX(0) scale(1)}} */
@keyframes notifEnter3 {
    0% {
        opacity: 0;
        transform: translate(0px, 20px) scale(.92);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}
@keyframes notifEnter2 {
    0% {
        opacity: 0;
        transform: translate(-32px, 24px) scale(.92);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}
/* @keyframes notifEnter3{0%{opacity:0;transform:translateY(20px) scale(.92)}100%{opacity:1;transform:translateY(0) scale(1)}} */
@keyframes notifEnter1{0%{opacity:0;transform:translateY(20px) scale(.92)}100%{opacity:1;transform:translateY(0) scale(1)}}

.notif{position:absolute;background:#fff;border-radius:12px;padding:10px 14px;box-shadow:0 4px 16px rgba(0,0,0,.12);min-width:191px;min-height:86px;opacity:0;z-index:4;border:1px solid var(--gray-100)}
.notif-1.notif-visible{animation:notifEnter1 1.6s cubic-bezier(.22,.68,0,1.2) forwards}
.notif-2.notif-visible{animation:notifEnter2 1.6s cubic-bezier(.22,.68,0,1.2) forwards}
.notif-3.notif-visible{animation:notifEnter3 1.6s cubic-bezier(.22,.68,0,1.2) forwards}
.notif-1{top:119px;right:3px}
.notif-2{top:10%;left:10px}
.notif-3{bottom:40px;right:273px}
.notif-row{display:flex;align-items:center;gap:6px;margin-bottom:4px}
.notif-icon{width:22px;height:22px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0}
.notif-title{font-size:15px;font-weight:700;color:var(--navy)}
.notif-sub{font-size:11.5px;color:var(--gray-500)}

@media(max-width:900px){
  .hero-inner{grid-template-columns:1fr}
  .hero-text{display:flex;flex-direction:column;align-items:center;margin-top: .8rem;}
  .hero p{margin-left:auto;margin-right:auto;text-align:center}
  .hero-chips {
    /* flex-direction: column;  /* stack vertically */ */
    /* align-items: center; */
    gap: .6rem;
  }
  .hero-chip {
    font-size: .88rem;
  }
  .hero-cta{justify-content:center; flex-direction: column;}
  .hero-trust{justify-content:center;flex-wrap:wrap;gap:.45rem; }
  .trust-item{font-size:.72rem;padding:.35rem .6rem}
  .hero-visual{min-height:300px;margin-top:2rem}
  .notif-1{right:10px}
  .notif-2{left:10px}
  .notif-3{right:10px}
}

/* STATS STRIP */
.stats{background:var(--navy);padding:3rem 2rem;position:relative;overflow:hidden}
.stats-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;text-align:center}
.stat-num{font-size:2.5rem;font-weight:700;color:#fff;line-height:1}
.stat-label{font-size:.8rem;font-weight:600;color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:.08em;margin-top:.3rem}
.stat-accent{color:var(--blue-sky)}

/* SECTIONS COMMON */
section{padding:5rem 2rem}
.section-inner{max-width:1100px;margin:0 auto}
.eyebrow{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;margin-bottom:1.25rem}
.eyebrow-label{display:inline-flex;align-items:center;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--gray-700)}
.eyebrow-underline{width:36px;height:2px;background:#F97316;border-radius:1px}
h2.section-title{font-size:clamp(1.8rem,4vw,3rem);font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--gray-900);margin-bottom:.75rem}
h2.section-title em{font-style:normal;color:var(--blue)}
.section-sub{font-size:1.05rem;color:var(--gray-500);max-width:560px;margin-bottom:3rem;line-height:1.6}

/* =============================================
   PAIN POINTS — revised per feedback
   - Red heading accent instead of blue
   - Plain text list instead of cards
   - Subtle diagonal line background pattern
   ===================================#ddebf7========== */
.pain-section{
  background:
    radial-gradient(
        800px circle at 20% 20%,
        var(--gray-100),
        transparent 70%
    ),
    radial-gradient(
        900px circle at 80% 80%,
        var(--gray-100),
        transparent 70%
    );
  position:relative;
  overflow:hidden;
}

/* subtle cross-hatch / diagonal pattern */
.pain-section::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 28px,
      rgba(220,38,38,.028) 28px,
      rgba(220,38,38,.028) 29px
    );
  pointer-events:none;
  z-index:0;
}
/* faint radial glow top-right */
.pain-section::after{
  content:'';
  position:absolute;
  top:-140px;right:-100px;
  width:480px;height:480px;
  background:radial-gradient(circle,rgba(220,38,38,.07) 0%,transparent 65%);
  border-radius:50%;
  pointer-events:none;
  z-index:0;
}

.pain-section .section-inner{position:relative;z-index:1}

/* Red accent for this section's heading */
.pain-section h2.section-title em{color:var(--red)}

/* Plain list — no card boxes */
.pain-list{
  display:flex;
  flex-direction:column;
  gap:1.5rem;
  max-width:680px;
  margin-bottom:2.5rem;
}
.pain-item{
  display:flex;
  gap:1rem;
  align-items:flex-start;
}
.pain-item-icon{
  width:38px;height:38px;
  border-radius:var(--radius-md);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
  margin-top:2px;
}
.pain-item-icon svg{width:20px;height:20px}
.pain-item-body,
.pain-item-title{
  font-size:1rem;
  font-weight:700;
  color:var(--gray-900);
  margin-bottom:.2rem;
}
.pain-item-desc{
  font-size:.9rem;
  color:var(--gray-500);
  line-height:1.6;
}

.pain-cta-box{margin-top:2rem;display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem}
.check-circle{width:40px;height:40px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pain-cta-text strong{color:var(--blue-dark);font-size:.95rem}

/* LEAD TYPES */
.types-list{display:flex;flex-direction:column}
.type-row{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid var(--gray-200)}
.type-row:last-child{border-bottom:none}
.type-row-icon{font-size:18px;flex-shrink:0;width:22px;text-align:center}
.type-name{font-size:.95rem;font-weight:600;color:var(--gray-900)}
.type-sep{color:var(--gray-400);margin:0 2px}
.type-desc{font-size:.875rem;color:var(--gray-500)}
.types-note{margin-top:1.5rem;display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-left: 5px solid green;background: rgba(76, 175, 80, 0.12);}

/* COMPARISON */
.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:900px}
@media(max-width:640px){.compare-grid{grid-template-columns:1fr}}
.compare-card{padding:2rem;background:#fff;padding-bottom: 1rem;border-bottom:1px solid var(--gray-200)}
.compare-header{display:flex;justify-content: center;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}
.compare-name{font-size:1.25rem;font-weight:700}
.compare-list{display:flex;flex-direction:column;gap:.75rem}
.compare-item{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem}
.compare-item-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  background: #DCFCE7;
}
.compare-item-icon svg {
  width: 12px;
  height: 12px;
}
.compare-item-text{font-size:.9rem;font-weight:500;color:var(--gray-700);line-height:1.4}
.compare-item-text.strike{color:var(--gray-400)}

/* HOW IT WORKS */
.how-steps{display:flex;flex-direction:column;max-width:600px}
.how-step{display:flex;gap:1.25rem;position:relative;padding-bottom:2.5rem}
.how-step:last-child{padding-bottom:0}
.how-step:not(:last-child)::after{content:'';position:absolute;left:23px;top:48px;bottom:0;width:2px;background:var(--gray-200)}
.step-num{display:none}
.step-icon-wrap{width:48px;height:48px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}
.step-icon-wrap svg{width:22px;height:22px;stroke:#fff}
.step-body{padding-top:.2rem}
.step-title{font-size:1.05rem;font-weight:700;color:var(--gray-900);margin-bottom:.35rem}
.step-desc{font-size:.9rem;color:var(--gray-500);line-height:1.55}
.how-note{margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:.75rem;background: rgba(76, 175, 80, 0.12);border:2px solid rgba(76, 175, 80, 0.22);border-radius:var(--radius-lg);padding:1rem 1.5rem;max-width:400px;margin-left:auto;margin-right:auto}

/* RESULTS */
.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.result-card{background: rgba(255, 255, 255, .07);padding: 2rem;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: var(--radius-xl);transition:all .2s}
.result-card:hover{background:rgba(255,255,255,.1)}
.result-header{display:flex;align-items:center;justify-content: center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}
.result-title{font-size:1.1rem;font-weight:700;color:#fff}
.result-stats{display:flex;flex-direction:column;gap:.75rem}
.result-stat{display:flex;align-items:center;gap:.75rem;}
.result-stat-check{width:36px;height:36px;border-radius:var(--radius-sm);background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.result-stat-check svg{width:18px;height:18px;color:#fff}
.result-stat-val{font-size:1rem;font-weight:700;color:#fff}
.result-stat-label{font-size:.8rem;color:rgba(255,255,255,.6)}

/* PACKAGES */
.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;align-items:start}
.package-card{padding:2rem;transition:all .2s;position:relative;border-top: 1px solid #F5A623;}
/* .package-card:hover{border-color:#F5A623;box-shadow:0 8px 32px rgba(0,0,0,.08)} */
.package-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#F5A623,#F5A623);color:#fff;font-size:.75rem;font-weight:700;padding:.3rem 1rem;border-radius:var(--radius-pill);white-space:nowrap;display:flex;align-items:center;gap:.3rem}
.package-icon{width:52px;height:52px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.package-name{font-size:1.4rem;font-weight:700;color:var(--gray-900);margin-bottom:.3rem}
.package-desc{font-size:.875rem;color:var(--gray-500);margin-bottom:1.5rem}
.package-cta{display:block;width:100%;background:var(--blue);color:#fff;padding:.875rem;border-radius:var(--radius-pill);font-size:.95rem;font-weight:700;border:none;cursor:pointer;transition:all .2s;text-align:center}
.package-cta:hover{background:var(--blue-dark);transform:translateY(-1px)}
.packages-guarantee{margin-top:2rem;display:flex;align-items:center;gap:.75rem;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1rem 1.5rem;background:#fbffa89e}

/* =============================================
   CONCENTRIC ARC LINES — visible ring strokes
   like the reference image (3 clear arcs)
   ============================================= */

/* Reusable arc keyframe */
@keyframes arcFade{from{opacity:0}to{opacity:1}}

/* Arc SVG injected via pseudo — we use box-shadow trick + border-radius for rings */
.arc-rings{
  position:absolute;
  pointer-events:none;
  border-radius:50%;
}

/* How It Works — arc bottom-left */
#how-it-works{position:relative;overflow:hidden}
/* Packages section arc — top right */
#packages{position:relative;overflow:hidden}
/* CTA SECTION */
.cta-section{background:var(--gray-50);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}
.cta-inner{max-width:700px;margin:0 auto;padding:4rem 3rem}
.cta-inner h2{font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--gray-900)}
.cta-inner h2 em{color:var(--blue);font-style:normal}
.cta-inner p{color:var(--gray-500);margin-bottom:2rem;font-size:1.05rem}
.cta-features{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}
.cta-feat{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--gray-500)}

/* FOOTER */
footer{background:var(--navy);color:#fff;padding:4rem 2rem 2rem}
.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:3rem}
@media(max-width:768px){
  .footer-inner{
    grid-template-columns:1fr 1fr;
    grid-template-areas:
      "links policies"
      "brand brand"
      "contact contact";
    gap:2rem 1.5rem;
  }
  .heading-dot{float: right;
    margin-right: -16px;
    margin-top: 23px;
    left: -22px;}
  .footer-inner>div:nth-child(1){grid-area:brand;text-align:center}
  .footer-inner>div:nth-child(2){grid-area:links}
  .footer-inner>div:nth-child(3){grid-area:policies}
  .footer-inner>div:nth-child(4){grid-area:contact}
  .footer-inner>div:nth-child(1) .footer-tagline{margin-left:auto;margin-right:auto}
}
.footer-brand{font-size:1.35rem;font-weight:700;margin-bottom:1rem;color:#fff}
.footer-tagline{font-size:.875rem;color:rgba(255,255,255,.5);line-height:1.6;max-width:280px;margin-bottom:1.5rem}
.footer-social{display:flex;gap:.75rem}
.footer-social a{width:36px;height:36px;border-radius:var(--radius-sm);background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:background .2s}
.footer-social a:hover{background:var(--teal)}
.footer-social svg{width:16px;height:16px}
.footer-col h4{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.4);margin-bottom:1rem}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}
.footer-col li a{font-size:.875rem;color:rgba(255,255,255,.6);transition:color .2s}
.footer-col li a:hover{color:#fff}
.footer-bottom{max-width:1100px;margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem}
.footer-bottom p{font-size:.8rem;color:rgba(255,255,255,.4)}
.footer-disclaimer{font-size:.75rem;color:rgba(255,255,255,.3);line-height:1.5;max-width:1100px;margin:1.5rem auto 0;text-align:center}

/* MOBILE NAV */
.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.25rem}
.hamburger svg{width:40px;height:40px;color:#fff}

@media(max-width:768px){
  .nav-inner{
    margin: -2px auto;
    flex-direction: row;
    justify-content: center;
    position: relative;
  }
  .hero-visual{
    position: relative;
  }
  /* .hero-visual::before {
  content: "";
  position: absolute;
  top: -50px; left: -150px; right: -150px; bottom: -150px;
  background:
    radial-gradient(circle at 20% 20%, var(--gray-200), transparent 40%),
    radial-gradient(circle at 80% 80%, var(--gray-100), transparent 40%);
  z-index: 0;
} */

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(26,120,254,.26) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 1;
}
  /* .hero-visual::before{
    content: "";
    position: absolute;

    top: -50px;
    left: -150px;
    right: -150px;
    bottom: -150px;

    background:
        radial-gradient(circle at 20% 20%,
            var(--gray-200),
            transparent 40%),
        radial-gradient(circle at 80% 80%,
            var(--gray-100),
            transparent 40%);

    z-index: 0;
  } */
  .nav-links{display:none}
  .hamburger{
    display:block;
    position: absolute;
    left: 0;
  }
  .nav-logo img{height:36px;padding-left:35px;}
  .nav-links.open{
    display:flex;
    flex-direction:column;
    position:fixed;
    top:72px;
    left:0;
    right:0;
    background:#0C82E7;
    padding:1.5rem 2rem;
    gap:1rem;
    border-bottom:1px solid rgba(255,255,255,.15);
    z-index:99
  }
  .hero{padding:3rem 1.25rem 2rem;padding-top:15px;padding-bottom: 48px;}
  .hero-trust{gap: 0.4rem;}
  .how-notet{padding: 0.5rem 1rem;}
  .hero h1{font-size:2.5rem;text-align:center;margin-bottom: 1.35rem;padding-top: 10px; line-height: 1.25;}
  .hero p{    margin-top: 0.4rem !important;        margin-bottom: 2px;}
  .hero-chips{margin-bottom:46px;width: 266px;}
  .strongbobo{font-size: 14px;}
  .hero-chip{font-size:.8rem; justify-content: center;}
  .package-name{float: left;
        margin-top: -57px;
        margin-left: 80px;}
  .tesp{line-height: 21px;width: 195px;}
  .ptext{    font-size: .7rem !important;}
  .hero-cta{justify-content:center;gap:0px}
  .btn-hero{width:100%;justify-content:center}
  .pain-list{max-width:100%;margin-top:25px}
  .types-list{margin-top:21px}
  .types-note{position: absolute;left:0px;}
  .packages-guarantee{padding: 0.8rem 0.8rem;}
  .cta-inner{padding:2.5rem 1.5rem}
  .cta-features{gap:.75rem}
  .phone-wrap{width:138px;height:269px}
  .notif{min-width:145px;min-height:52px;padding:7px 7px;border-radius:9px}
  .notif-title{font-size:11px}
  .notif-sub{font-size:8.5px}
  .notif-icon{width:18px;height:18px;font-size:9px}
  .notif-row{gap:4px;margin-bottom:2px}
  .notif-2{left:190px;top:-9%}
  .notif-1{right:190px;top:257px}
  .notif-3{right:-29px;bottom:131px}
  section{padding:3.5rem 1.25rem}
  .bobo{margin: -9px 0 -12px !important;}
  .eyebrow{align-items:center}
  .section-sub{text-align:center;margin-left:auto;margin-right:auto;margin-bottom:1.5rem}
  h2.section-title{text-align:center;font-size:27px}
  .trust-item {font-size: 9px;padding: 0px;        gap: 0.1rem;}
  .result-card{padding:1rem !important}
  .package-desc{margin-bottom: 1rem;}
  .package-icon{margin-bottom: 1rem; margin-top: 16px;}
  .compare-list{gap:.1rem}
  .compare-header{margin-bottom:0px;    padding-bottom: 0.5rem;}
  .how-step{padding-top:0px}
  .package-card{    padding-bottom: 0.5rem;
    padding-top: 0.5rem;}
  .stat-num{font-size:1.75rem}
  .cta-section{padding:3.5rem 1.25rem;padding-top: 0px;}
  .result{padding: 3rem 2rem !important;}
  .hero-cta{margin-bottom:0px}
  .check-circle{width:32px !important;height:32px !important}
  .pain-cta-box{width:124%;position:absolute;    left: -31px;bottom: -113px;}
  .result-header{margin-bottom: .5rem;
    padding-bottom: .5rem;}
  .ptext {    text-align: left;}
  .compare-card{padding:1rem}
  .trustedby50{font-size: 0.8rem !important;margin-bottm: 0px !important}
  .mobile-break {
    display: block;
  }

  section, footer, .cta-section, .stats {padding: 2rem 2rem 2rem}
  section{padding-bottom: 3rem; padding-top: 3rem;}
  .footer-col ul{     gap: 0rem;}
  .cta-inner {padding: 0}
  .result-stat-val{font-size: 0.9rem}
  .fot{gap:unset !important;line-height:unset !important;}
  .footer-tagline{font-size: .8rem;    margin-bottom: 0rem !important;}
  .boob{margin-bottom:24px !important;}


@media(max-width:480px){
  .quiz-body{padding:1.25rem}
  .quiz-question{font-size:.98rem}
  .stats {padding: 2rem 0.5rem 2rem 0.5rem;}
}

/* =============================================
   LEGAL PAGES
   ============================================= */
/* LEGAL HERO */
.legal-hero{background:var(--navy);color:#fff;padding:3.5rem 1.5rem 3rem;text-align:center;position:relative;overflow:hidden}
.legal-hero::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:420px;height:140px;background:var(--aqua);opacity:.12;filter:blur(60px);border-radius:50%}
.legal-badge{position:relative;display:inline-flex;align-items:center;gap:.55rem;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);padding:.4rem 1rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--aqua);margin-bottom:1.1rem}
.legal-badge .dot{width:7px;height:7px;border-radius:50%;background:var(--aqua)}
.legal-hero h1{position:relative;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;margin-bottom:.6rem;letter-spacing:-.02em}
.legal-hero h1 em{font-style:normal;color:var(--aqua)}
.legal-hero .updated{position:relative;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.5)}

/* LEGAL CONTENT */
.legal-content{max-width:760px;margin:0 auto;padding:3rem 1.5rem 4rem}
.legal-section{padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid var(--gray-200)}
.legal-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}
.legal-section h2{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:var(--navy);margin-bottom:1rem}
.legal-section h2 .bar{width:4px;height:22px;border-radius:4px;background:linear-gradient(180deg,var(--aqua),var(--teal));flex-shrink:0}
.legal-section p{font-size:.95rem;color:var(--gray-600);line-height:1.7;margin-bottom:.75rem;padding-left:1rem}
.legal-section ul{list-style:none;display:flex;flex-direction:column;gap:.55rem;padding-left:1rem;margin-bottom:.75rem}
.legal-section li{display:flex;align-items:flex-start;gap:.6rem;font-size:.92rem;color:var(--gray-600);line-height:1.6}
.legal-section li::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--teal);margin-top:.5rem;flex-shrink:0}
.legal-sub{margin-top:1.4rem}
.legal-sub h3{display:flex;align-items:center;gap:.6rem;font-size:1.02rem;font-weight:700;color:var(--navy);margin-bottom:.6rem;padding-left:.05rem}
.legal-sub h3 .bar{width:3px;height:18px;border-radius:3px;background:linear-gradient(180deg,var(--aqua),var(--teal))}
.legal-note{margin-top:1.4rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:1.1rem 1.25rem}
.legal-note h4{display:flex;align-items:center;gap:.6rem;font-size:.92rem;font-weight:700;color:var(--navy);margin-bottom:.6rem}
.legal-note h4 .bar{width:3px;height:16px;border-radius:3px;background:linear-gradient(180deg,var(--aqua),var(--teal))}
.legal-note ul{padding-left:.05rem;margin-bottom:0}
