
:root{
  --bg:#0065a4;
  --panel:#0065a4;
  --panel-2:#0065a4;
  --card:#10263a;
  --card-light:#13314c;
  --text:#f3f7fb;
  --muted:#aac0d4;
  --line:rgba(255,255,255,.1);
  --primary:#0065a4;
  --primary-2:#1b9fe0;
  --accent:#9fe2ff;
  --shadow:0 20px 60px rgba(0,0,0,.28);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:#0065a4;color:var(--text);line-height:1.6}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}
.container{width:min(1120px,calc(100% - 32px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:#0065a4;backdrop-filter:none;border-bottom:1px solid var(--line)}
.topbar{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:16px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.02em}.brand img{width:38px;height:38px}.brand span{font-size:1.05rem}
.desktop-nav,.desktop-cta{display:flex;align-items:center;gap:22px}.desktop-nav a,.mobile-nav a,.login-link{color:var(--muted);font-weight:600}.desktop-nav a.active,.desktop-nav a:hover,.mobile-nav a.active,.mobile-nav a:hover,.login-link:hover{color:#fff}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 22px;font-weight:700;transition:.2s ease;box-shadow:var(--shadow)}
.button.primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff}.button.primary:hover{transform:translateY(-2px)}
.button.secondary{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
.button.small{padding:12px 18px;font-size:.95rem;box-shadow:0 12px 26px rgba(0,101,164,.35)}
.menu-toggle{display:none;background:none;border:1px solid var(--line);color:#fff;border-radius:12px;padding:10px 14px;font-weight:700}
.mobile-nav{display:none;border-top:1px solid var(--line);padding:10px 16px 18px;background:#0065a4}.mobile-nav.open{display:grid;gap:10px}
.hero{position:relative;padding:88px 0 72px;overflow:hidden;background:#0065a4}.hero:before,.hero:after{width:320px;height:320px;background:rgba(255,255,255,.06);right:-80px;bottom:-40px}.hero:before{width:520px;height:520px;background:rgba(255,255,255,.08);top:-120px;left:50%;transform:translateX(-50%)}.hero:after{width:320px;height:320px;background:rgba(255,255,255,.06);right:-80px;bottom:-40px}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}.eyebrow{display:inline-block;padding:8px 12px;border:1px solid rgba(159,226,255,.25);border-radius:999px;background:rgba(159,226,255,.08);color:var(--accent);font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.hero h1,.page-hero h1{font-size:clamp(2.35rem,5vw,4.45rem);line-height:1.04;margin:18px 0 16px;letter-spacing:-.045em}.hero p,.page-hero p{font-size:1.08rem;color:var(--muted);max-width:720px}
.cta-row,.store-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.info-note{margin-top:16px;color:#d9f5ff;font-weight:700;font-size:.96rem}
.email-card{margin-top:24px;background:rgba(255,255,255,.08);border:1px solid var(--line);border-radius:24px;padding:18px}.email-row{display:flex;gap:10px;flex-wrap:wrap}.email-row input{flex:1;min-width:230px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);border-radius:999px;height:62px;color:#fff;padding:0 22px;font:inherit;font-size:1.08rem}.email-row input::placeholder{color:#bed0de}
.phone-mock{background:linear-gradient(180deg,#fff,#e9f2f9);color:#1d2d3b;border-radius:42px;padding:18px 16px;box-shadow:0 30px 70px rgba(0,0,0,.35);border:8px solid rgba(255,255,255,.12);max-width:340px;margin-inline:auto;position:relative}.phone-notch{width:44%;height:20px;border-radius:0 0 18px 18px;background:rgba(0,0,0,.12);margin:0 auto 12px}.phone-top{margin:-6px -4px 16px;padding:14px 16px;background:linear-gradient(135deg,var(--primary),#1386c3);color:#fff;border-radius:26px}
.msg{padding:14px 16px;border-radius:20px;margin-top:12px;font-size:.96rem;line-height:1.45}.msg.bad{background:#ffe6e7;color:#8d1f28}.msg.good{background:#dff2ff;color:#144766;border:1px solid rgba(0,101,164,.18)}
.section{padding:78px 0}.section.alt{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-title{text-align:center;max-width:760px;margin:0 auto 40px}.section-title h2{font-size:clamp(2rem,4vw,3rem);line-height:1.1;letter-spacing:-.03em;margin:0 0 12px}.section-title p{margin:0;color:var(--muted)}
.grid{display:grid;gap:22px}.cards-4{grid-template-columns:repeat(4,1fr)}.cards-3{grid-template-columns:repeat(3,1fr)}.cards-2{grid-template-columns:repeat(2,1fr)}
.card{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow)}.card h3{margin:0 0 8px;font-size:1.12rem}.card p{margin:0;color:var(--muted);font-size:.98rem}.icon{width:46px;height:46px;border-radius:16px;background:rgba(0,101,164,.18);display:grid;place-items:center;margin-bottom:14px;font-weight:800;color:#bfe9ff}
.testimonial{display:flex;flex-direction:column;height:100%}.stars{letter-spacing:2px;color:#ffd777;margin-bottom:16px}.quote{font-style:italic;font-size:1.02rem;flex:1}.person{display:flex;align-items:center;gap:12px;margin-top:20px}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(0,101,164,.25);font-weight:800;color:#bce6ff}
.steps{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:start}.step-list{display:grid;gap:14px}.step-item{padding:22px;border-radius:24px;border:1px solid var(--line);background:rgba(255,255,255,.03)}.step-num{width:34px;height:34px;border-radius:50%;display:inline-grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--primary-2));font-weight:800;margin-right:12px}
.mock-card{background:rgba(255,255,255,.05);border:1px solid var(--line);border-radius:28px;padding:22px;min-height:100%}.mini-list{display:grid;gap:14px}.mini-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-top:1px solid rgba(255,255,255,.08)}.mini-row:first-child{border-top:0}
.table-wrap{overflow:auto;border-radius:28px;border:1px solid var(--line);background:rgba(255,255,255,.04);box-shadow:var(--shadow)} table{width:100%;border-collapse:collapse;min-width:760px} th,td{padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.08)} th{text-align:left} .highlight-col{background:rgba(0,101,164,.12)}
.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;align-items:stretch}.price-card{position:relative;padding-top:44px}.badge{position:absolute;top:18px;right:18px;padding:7px 12px;border-radius:999px;font-size:.75rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14)}.price{display:flex;align-items:flex-end;gap:8px;margin:10px 0 18px}.price strong{font-size:3rem;line-height:1}.price span{color:var(--muted);font-weight:700}.checklist{display:grid;gap:14px;padding:0;margin:0 0 26px;list-style:none}.checklist li{position:relative;padding-left:28px}.checklist li:before{content:"✓";position:absolute;left:0;top:0;color:#9fe2ff;font-weight:800}
.faq-list{display:grid;gap:14px}.faq-item{background:rgba(255,255,255,.05);border:1px solid var(--line);border-radius:24px;overflow:hidden}.faq-q{width:100%;background:none;border:0;color:#fff;text-align:left;padding:20px 24px;font:700 1rem/1.4 inherit;display:flex;justify-content:space-between;gap:16px;cursor:pointer}.faq-a{display:none;padding:0 24px 22px;color:var(--muted)}.faq-item.open .faq-a{display:block}.faq-item.open .faq-q span:last-child{transform:rotate(45deg)}
.page-hero{padding:72px 0 34px;background:#0065a4}.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;color:#9fb3c3;font-size:.92rem;margin-bottom:16px}.breadcrumbs a{color:#d7ebf9}
.cta-panel{text-align:center;background:linear-gradient(180deg,rgba(0,101,164,.16),rgba(255,255,255,.04));border:1px solid rgba(159,226,255,.12);border-radius:34px;padding:36px 26px;box-shadow:var(--shadow)}
.site-footer{padding:54px 0 24px;background:#0065a4;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;padding-bottom:26px}.footer-brand{margin-bottom:12px}.site-footer p,.footer-links a,.footer-bottom{color:var(--muted)}.site-footer h3{margin:0 0 12px;font-size:.95rem;text-transform:uppercase;letter-spacing:.07em;color:#fff}.footer-links{display:flex;flex-wrap:wrap;gap:14px 18px}.footer-bottom{padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:18px;align-items:center}.footer-links.small{font-size:.92rem}
@media (max-width:960px){.hero-grid,.steps,.pricing-grid,.footer-grid,.cards-4,.cards-3,.cards-2{grid-template-columns:1fr 1fr}.desktop-nav,.desktop-cta{display:none}.menu-toggle{display:block}.hero{padding-top:64px}.phone-mock{margin-top:6px}}
@media (max-width:720px){.hero-grid,.steps,.pricing-grid,.footer-grid,.cards-4,.cards-3,.cards-2{grid-template-columns:1fr}.section{padding:64px 0}.hero h1,.page-hero h1{font-size:2.4rem}.container{width:min(1120px,calc(100% - 24px))}.cta-row,.store-row,.email-row,.footer-bottom{flex-direction:column;align-items:stretch}.button,.button.small{width:100%}.topbar{padding:14px 0}.brand span{font-size:1rem}}

.store-badge{display:inline-flex;align-items:center;justify-content:center;min-height:60px;padding:0;background:none;border:0;box-shadow:none}.store-badge:hover{transform:translateY(-2px)}.store-badge-img{height:60px;width:auto;display:block}.legal-copy{max-width:840px;margin:0 auto}.legal-copy h2{font-size:1.4rem;margin:0 0 10px}.legal-copy h3{font-size:1.05rem;margin:22px 0 8px}.legal-copy p,.legal-copy li{color:var(--muted)}.legal-copy ul{padding-left:20px}@media (max-width:720px){.store-badge-img{width:100%;height:auto;max-width:220px}}

.email-row .button.primary{min-height:62px;padding-inline:28px}

.menu-toggle{display:none;align-items:center;justify-content:center;width:56px;height:56px;padding:0}
.menu-toggle .menu-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.menu-toggle .burger,.menu-toggle .burger:before,.menu-toggle .burger:after{display:block;content:"";width:22px;height:2px;background:#fff;border-radius:999px;transition:.2s ease}
.menu-toggle .burger{position:relative}
.menu-toggle .burger:before{position:absolute;top:-7px;left:0}
.menu-toggle .burger:after{position:absolute;top:7px;left:0}
.menu-toggle[aria-expanded="true"] .burger{background:transparent}
.menu-toggle[aria-expanded="true"] .burger:before{top:0;transform:rotate(45deg)}
.menu-toggle[aria-expanded="true"] .burger:after{top:0;transform:rotate(-45deg)}

.store-row{align-items:center}
.store-badge{display:inline-flex;align-items:center;justify-content:center;width:208px;min-height:62px;padding:0;background:none;border:0;box-shadow:none;flex:0 0 auto}
.store-badge:hover{transform:translateY(-2px)}
.store-badge-img{height:62px;width:208px;max-width:100%;display:block}
@media (max-width:720px){.store-row{align-items:center}.store-badge{width:220px}.store-badge-img{width:220px;height:auto;max-height:66px}}


/* White contrast refresh */
:root{
  --card:#ffffff;
  --card-light:#ffffff;
  --text-dark:#00507f;
  --muted-dark:#2e5f86;
  --line-soft:rgba(0,101,164,.14);
}

.button.primary,
.button.secondary{
  background:#ffffff !important;
  color:var(--text-dark) !important;
  border:1px solid rgba(255,255,255,.95);
  box-shadow:0 16px 34px rgba(0,0,0,.12);
}
.button.primary:hover,
.button.secondary:hover{transform:translateY(-2px)}

.email-card,
.card,
.step-item,
.mock-card,
.table-wrap,
.faq-item,
.cta-panel,
.price-card{
  background:#ffffff !important;
  color:var(--text-dark);
  border:1px solid var(--line-soft);
  box-shadow:0 18px 44px rgba(0,0,0,.12);
}

.card h3,
.card p,
.step-item h3,
.step-item p,
.mock-card h3,
.mock-card p,
.mock-card .mini-row,
.price-card h3,
.price-card p,
.price-card li,
.price-card .price span,
.faq-q,
.faq-a,
.cta-panel h2,
.cta-panel p,
.table-wrap th,
.table-wrap td,
.email-card,
.email-card .info-note{
  color:var(--text-dark) !important;
}

.email-card .info-note{opacity:.92}
.email-row input{
  background:#ffffff;
  color:var(--text-dark);
  border:1px solid rgba(0,101,164,.2);
}
.email-row input::placeholder{color:#6a86a1}

.icon,
.avatar{
  background:rgba(0,101,164,.12);
  color:var(--text-dark);
}
.step-num{
  background:#0065a4;
  color:#ffffff;
}
.badge{
  background:#eaf5fb;
  color:var(--text-dark);
  border:1px solid rgba(0,101,164,.14);
}
.checklist li:before{color:#0065a4}
.highlight-col{background:#eef7fd}
.table-wrap th,.table-wrap td,.mini-row{border-color:rgba(0,101,164,.1)}
.faq-item.open .faq-q span:last-child,.faq-q span{color:var(--text-dark)}

/* 2026 visual polish overrides */
:root{--navy:#0d3b5c;--bg:#0065a4;--panel:#0065a4;--panel-2:#0065a4;--card:#ffffff;--card-light:#ffffff;--text:#f7fbff;--muted:#d8e9f6;--line:rgba(255,255,255,.18);--primary:#0d3b5c;--primary-2:#0d3b5c;--accent:#cdeeff;--shadow:0 18px 40px rgba(5,34,57,.18)}
body,.hero,.page-hero,.section.alt,.site-footer,.mobile-nav,.site-header{background:#0065a4}
.site-header{background:var(--navy);border-bottom:1px solid rgba(255,255,255,.12)}
.topbar{padding:18px 0}.desktop-nav a,.mobile-nav a,.login-link{color:#fff}.desktop-nav a.active,.desktop-nav a:hover,.mobile-nav a.active,.mobile-nav a:hover,.login-link:hover{color:#d7efff}
.menu-toggle{display:none;background:#0f456b;border:1px solid rgba(255,255,255,.22);color:#fff;border-radius:14px;padding:12px 13px;min-width:52px;min-height:52px;position:relative}.menu-toggle .menu-label{display:none}
.burger,.burger:before,.burger:after{display:block;content:"";width:22px;height:2.5px;background:#fff;border-radius:99px;transition:.2s ease}.burger{position:relative}.burger:before{position:absolute;top:-7px;left:0}.burger:after{position:absolute;top:7px;left:0}.menu-toggle[aria-expanded="true"] .burger{background:transparent}.menu-toggle[aria-expanded="true"] .burger:before{top:0;transform:rotate(45deg)}.menu-toggle[aria-expanded="true"] .burger:after{top:0;transform:rotate(-45deg)}
.mobile-nav{background:var(--navy)}
.hero p,.page-hero p,.section-title p,.site-footer p,.footer-bottom,.footer-links a,.legal-copy p,.legal-copy li{color:#e8f3fb}
.eyebrow{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.25);color:#fff}
.card,.step-item,.mock-card,.faq-item,.table-wrap,.cta-panel,.email-card{background:#fff;border-color:rgba(13,59,92,.12);box-shadow:0 18px 42px rgba(6,32,54,.12)}
.card h3,.card p,.quote,.faq-q,.faq-a,.mock-card,.mini-row,.table-wrap th,.table-wrap td,.info-note,.cta-panel h2,.cta-panel p,.step-item,.step-item p,.legal-copy h2,.legal-copy h3{color:var(--navy)}
.section-title h2,.hero h1,.page-hero h1{color:#fff}
.email-row input{background:#fff;border:1px solid rgba(13,59,92,.18);color:var(--navy);height:68px}.email-row input::placeholder{color:#64829a}
.button{box-shadow:0 14px 30px rgba(8,43,69,.18)}.button.primary,.button.small,.cta-panel .button.secondary,.card .button,.price-card .button,.mock-card .button{background:var(--navy)!important;color:#fff!important;border:1px solid var(--navy)!important}.button.primary:hover,.button.small:hover,.cta-panel .button.secondary:hover,.card .button:hover,.price-card .button:hover,.mock-card .button:hover{transform:translateY(-2px);filter:brightness(1.05)}.button.secondary{background:#fff;color:var(--navy);border:1px solid rgba(13,59,92,.18)}
.icon{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#e8f4fd,#d2ebfb);border:1px solid rgba(13,59,92,.08);color:var(--navy);font-size:1.45rem}.icon span{line-height:1}
.avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;background:#d8e9f6;padding:0}.avatar img{width:100%;height:100%;object-fit:cover}
.phone-mock{background:linear-gradient(180deg,#ffffff,#f0f7fc)}.store-row{align-items:center}.store-badge{display:inline-flex}.store-badge-img{width:228px;height:68px;max-width:100%}
.footer-bottom{background:var(--navy);margin-top:12px;padding:18px 20px;border-top:0;border-radius:18px}.footer-bottom span,.footer-links.small a{color:#fff}.footer-links.small a:hover{text-decoration:underline}
.highlight-col{background:#edf7fd}.badge{background:#edf7fd;color:var(--navy);border:1px solid rgba(13,59,92,.12)}.checklist li:before{color:var(--navy)}
@media (max-width:960px){.menu-toggle{display:inline-flex;align-items:center;justify-content:center}}
@media (max-width:720px){.store-badge-img{width:100%;height:auto;max-width:228px}.email-card{padding:16px}.footer-bottom{border-radius:16px}}


/* v4 mobile + footer cleanup overrides */
.site-footer {
  background: #0065a4;
}
.footer-grid {
  grid-template-columns: 1fr;
  padding-bottom: 18px;
}
.footer-grid > div:last-child {
  display: none;
}
.footer-bottom {
  background: #11476b;
  margin-top: 10px;
  padding: 18px 0 0;
}

.store-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.store-badge {
  width: 220px;
  flex: 0 0 220px;
}
.store-badge-img {
  width: 220px;
  height: auto;
}

.email-row input {
  height: 68px;
}

@media (max-width: 720px) {
  .store-row {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    gap: 10px;
  }
  .store-badge {
    width: calc(50% - 5px);
    min-width: 0;
    flex: 1 1 0;
  }
  .store-badge-img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .email-row input {
    height: 72px;
  }
}



/* desktop hero showcase refresh */
.hero-showcase{padding:86px 0 82px;overflow:hidden}
.hero-grid-showcase{grid-template-columns:1.04fr .96fr;gap:56px;align-items:center}
.hero-copy{position:relative;z-index:2}
.hero-visual{position:relative;min-height:540px}
.device-stage{position:relative;max-width:700px;margin:0 auto}
.desktop-device{position:relative;width:min(100%,640px);padding:18px 18px 20px;border-radius:30px;background:#16354e;box-shadow:0 32px 70px rgba(7,37,60,.32);transform:perspective(1200px) rotateY(6deg) rotateX(2deg)}
.device-screen{background:#f7fbff;border-radius:20px;padding:18px;color:#123956;min-height:360px;overflow:hidden}
.device-topbar{display:flex;gap:7px;padding:0 0 12px 6px}.device-topbar span{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.5)}
.screen-header{font-weight:700;font-size:1.05rem;margin-bottom:16px}
.screen-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:14px}
.analytics-card{background:#fff;border:1px solid rgba(0,101,164,.12);border-radius:18px;padding:14px;box-shadow:0 10px 24px rgba(8,43,69,.08)}
.analytics-tall{grid-row:span 2}
.mini-title{font-size:.82rem;font-weight:700;color:#4b6d87;margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}
.bars{display:flex;align-items:flex-end;gap:10px;height:180px;padding-top:8px}.bars span{display:block;flex:1;border-radius:10px 10px 4px 4px;background:linear-gradient(180deg,#2ab3ff,#0065a4)}.bars span:nth-child(1){height:48%}.bars span:nth-child(2){height:82%}.bars span:nth-child(3){height:58%}.bars span:nth-child(4){height:76%}.bars span:nth-child(5){height:64%}.bars span:nth-child(6){height:88%}
.line-chart{position:relative;height:102px;border-radius:14px;background:linear-gradient(180deg,#eef7fd,#fff);overflow:hidden}.line-chart:before{content:"";position:absolute;inset:18px 14px auto 14px;height:2px;background:linear-gradient(90deg,transparent,rgba(0,101,164,.2),transparent)}.line-chart i{position:absolute;left:16px;right:16px;bottom:22px;height:56px;border-left:0;border-bottom:0;border-radius:40px 0 40px 0;border-top:4px solid #1da5ef;border-right:4px solid #1da5ef;transform:skewX(-24deg)}
.donut{width:94px;height:94px;margin:8px auto 2px;border-radius:50%;background:conic-gradient(#0065a4 0 220deg,#83d8ff 220deg 310deg,#e1f2fb 310deg 360deg);position:relative}.donut:after{content:"";position:absolute;inset:18px;background:#fff;border-radius:50%}
.list-lines{display:grid;gap:10px;padding-top:4px}.list-lines span{display:block;height:12px;border-radius:999px;background:#d7ebf8}.list-lines span:nth-child(1){width:100%}.list-lines span:nth-child(2){width:82%}.list-lines span:nth-child(3){width:68%}
.phone-device{position:absolute;right:10px;bottom:-20px;width:220px;transform:rotate(8deg);z-index:3}
.phone-shell{background:#182f43;border-radius:34px;padding:10px;box-shadow:0 26px 60px rgba(5,31,50,.36)}
.phone-screen{background:#fff;border-radius:28px;padding:18px 14px 16px;color:#123956;min-height:390px}
.phone-camera{width:38%;height:20px;border-radius:0 0 16px 16px;background:rgba(255,255,255,.15);margin:0 auto 8px}
.phone-widget{background:linear-gradient(135deg,#0f74bf,#0065a4);color:#fff;border-radius:20px;padding:16px 14px;margin-bottom:14px;display:grid;gap:3px}.phone-widget small{opacity:.88;font-size:.82rem}
.chat-bubble{padding:14px 14px;border-radius:18px;font-size:.88rem;line-height:1.45;margin-top:12px}.chat-bubble.bad{background:#ffe6e7;color:#8d1f28}.chat-bubble.good{background:#dff2ff;color:#144766;border:1px solid rgba(0,101,164,.16)}
.phone-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:16px}.phone-nav span{height:6px;border-radius:999px;background:#d7ebf8}
.discount-badge{position:absolute;right:154px;top:-18px;width:128px;height:128px;border-radius:50%;background:#f63232;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:.9rem;font-weight:700;line-height:1.1;box-shadow:0 18px 40px rgba(152,20,20,.28);z-index:4}.discount-badge strong{font-size:1.2rem;display:block;margin-top:6px}
.hero-copy .store-row{margin-top:26px}
@media (max-width:1100px){.hero-grid-showcase{gap:40px}.desktop-device{transform:none}.phone-device{right:-6px}.discount-badge{right:128px}}
@media (max-width:960px){.hero-grid-showcase{grid-template-columns:1fr}.hero-visual{order:2;min-height:auto;padding-top:10px}.hero-copy{order:1}.device-stage{max-width:620px}.desktop-device{width:100%}.phone-device{right:8px;bottom:-12px;width:210px}.discount-badge{right:146px;top:-10px}}
@media (max-width:720px){.hero-showcase{padding:54px 0 68px}.hero-visual{display:none}.hero-grid-showcase{grid-template-columns:1fr;gap:22px}.hero-copy .store-row{margin-top:22px}}


/* v6 responsive hero and custom store badges */

.store-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.store-badge{display:inline-flex;align-items:center;justify-content:center;background:none;border:0;box-shadow:none;padding:0;width:auto;flex:0 0 auto}
.store-badge-img{display:block;height:auto;width:auto;max-height:none}
.store-row .store-badge:first-child .store-badge-img{width:236px}
.store-row .store-badge:last-child .store-badge-img{width:236px}

.hero-showcase{padding:64px 0 72px}
.hero-grid-showcase{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:52px;align-items:center}
.hero-visual{display:block;position:relative;min-height:540px}
.device-stage{position:relative;max-width:680px;margin:0 auto}
.desktop-device{position:relative;width:min(100%,620px);padding:18px 18px 20px;border-radius:30px;background:#16354e;box-shadow:0 32px 70px rgba(7,37,60,.32);transform:perspective(1200px) rotateY(6deg) rotateX(2deg)}
.phone-device{position:absolute;right:8px;bottom:-20px;width:220px;transform:rotate(8deg);z-index:3}
.discount-badge{position:absolute;right:132px;top:-14px;z-index:4;background:#f13b31;color:#fff;width:126px;height:126px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:700;line-height:1.05;padding:10px;box-shadow:0 20px 40px rgba(0,0,0,.18)}
.discount-badge strong{display:block;font-size:1.65rem}
.hero-copy{position:relative;z-index:2}
.hero-copy h1{max-width:9ch}
.hero-copy p{max-width:620px}

@media (max-width: 960px){
  .hero-grid-showcase{grid-template-columns:1fr;gap:28px}
  .hero-visual{order:1;min-height:auto;display:block}
  .hero-copy{order:2}
  .device-stage{max-width:560px}
  .desktop-device{transform:none;width:100%;padding:14px 14px 16px;border-radius:26px}
  .phone-device{width:190px;right:0;bottom:-14px;transform:rotate(6deg)}
  .discount-badge{right:112px;top:-18px;width:108px;height:108px;font-size:.95rem}
}

@media (max-width: 720px){
  .hero-showcase{padding:34px 0 54px}
  .hero-grid-showcase{gap:26px}
  .hero-visual{display:block;order:1;padding-top:6px}
  .hero-copy{order:2}
  .device-stage{max-width:100%;padding:0 4px 10px}
  .desktop-device{width:100%;border-radius:22px;padding:10px 10px 12px;transform:none;box-shadow:0 20px 46px rgba(7,37,60,.24)}
  .device-screen{min-height:220px;padding:12px;border-radius:14px}
  .screen-grid{gap:8px}
  .screen-header{font-size:.96rem;margin-bottom:8px}
  .analytics-card{padding:10px;border-radius:12px}
  .mini-title{font-size:.62rem}
  .phone-device{width:138px;right:-2px;bottom:-8px;transform:rotate(6deg)}
  .phone-shell{border-radius:28px;padding:9px 7px 10px}
  .phone-screen{border-radius:20px;padding:10px}
  .phone-widget{padding:10px 10px 8px;border-radius:14px}
  .chat-bubble{padding:8px 10px;border-radius:12px;font-size:.68rem}
  .discount-badge{width:86px;height:86px;right:74px;top:-10px;font-size:.74rem;padding:8px}
  .discount-badge strong{font-size:1.1rem}
  .hero-copy h1{max-width:none;font-size:2.35rem}
  .store-row{justify-content:center;gap:10px;flex-wrap:nowrap}
  .store-row .store-badge{flex:1 1 0;min-width:0}
  .store-row .store-badge:first-child .store-badge-img,
  .store-row .store-badge:last-child .store-badge-img{width:100%;max-width:none}
}


/* v7 store buttons and mobile phone proportions */
.store-row{display:flex;align-items:center;justify-content:flex-start;gap:14px;flex-wrap:wrap}
.store-button{display:inline-flex;align-items:center;gap:14px;background:#000;color:#fff;border-radius:14px;padding:12px 18px;min-width:248px;height:76px;box-shadow:0 14px 30px rgba(0,0,0,.22)}
.store-button svg{width:36px;height:36px;flex:0 0 36px}
.store-copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1.05}
.store-copy small{font-size:12px;font-weight:600;color:#fff;opacity:.95}
.store-copy strong{font-size:18px;font-weight:800;color:#fff;white-space:nowrap}
.store-button:hover{transform:translateY(-2px)}

.hero-visual{display:block !important}
.phone-device{right:18px;bottom:-16px;width:196px;transform:rotate(6deg)}
.phone-screen{min-height:338px;padding:16px 13px 14px}
.chat-bubble{font-size:.84rem;padding:12px 12px}
.phone-widget{padding:14px 12px}
.phone-nav{margin-top:12px}

@media (max-width: 960px){
  .device-stage{max-width:540px}
  .desktop-device{width:min(100%,500px)}
  .phone-device{width:170px;right:12px;bottom:-8px;transform:rotate(4deg)}
  .phone-screen{min-height:292px;padding:14px 11px 12px}
  .chat-bubble{font-size:.76rem;line-height:1.38;padding:10px 11px;margin-top:10px}
  .phone-widget{padding:12px 11px;margin-bottom:10px}
  .phone-camera{height:14px;margin-bottom:6px}
  .discount-badge{width:96px;height:96px;right:106px;top:-8px;font-size:.72rem}
  .discount-badge strong{font-size:.95rem;margin-top:4px}
}

@media (max-width: 720px){
  .hero-showcase{padding:48px 0 60px}
  .hero-grid-showcase{display:grid;grid-template-columns:1fr;gap:20px}
  .hero-visual{order:2;min-height:0;padding-top:8px}
  .hero-copy{order:1}
  .device-stage{max-width:350px;padding-right:20px}
  .desktop-device{width:100%;padding:12px 12px 14px;border-radius:22px;transform:none}
  .device-screen{min-height:205px;padding:12px;border-radius:14px}
  .screen-header{font-size:.82rem;margin-bottom:10px}
  .screen-grid{gap:8px}
  .analytics-card{padding:8px;border-radius:12px}
  .mini-title{font-size:.58rem;margin-bottom:6px}
  .bars{height:92px;gap:6px}
  .line-chart{height:56px}
  .donut{width:52px;height:52px}
  .list-lines span{height:8px}
  .phone-device{width:116px;right:-2px;bottom:-6px;transform:rotate(2deg)}
  .phone-shell{border-radius:22px;padding:6px}
  .phone-screen{min-height:196px;padding:9px 8px 10px;border-radius:18px}
  .phone-camera{height:10px;border-radius:0 0 10px 10px;margin-bottom:5px}
  .phone-widget{padding:9px 8px;border-radius:12px;margin-bottom:8px}
  .phone-widget strong{font-size:.68rem}
  .phone-widget small{font-size:.58rem}
  .chat-bubble{font-size:.6rem;line-height:1.32;padding:8px 8px;border-radius:12px;margin-top:7px}
  .phone-nav{gap:5px;margin-top:8px}
  .phone-nav span{height:4px}
  .discount-badge{width:68px;height:68px;right:68px;top:-8px;font-size:.5rem;line-height:1.05}
  .discount-badge strong{font-size:.72rem;margin-top:2px}
  .store-row{justify-content:center;gap:10px;flex-wrap:nowrap}
  .store-button{min-width:0;width:calc(50% - 5px);height:64px;padding:10px 12px;gap:10px;border-radius:12px}
  .store-button svg{width:28px;height:28px;flex-basis:28px}
  .store-copy small{font-size:9px}
  .store-copy strong{font-size:14px}
}



/* v8 header, store badges, footer cleanup */
.site-header,
.mobile-nav,
.site-footer,
.footer-bottom {
  background: #11476b !important;
}

.site-footer {
  border-top: 0 !important;
  padding-bottom: 0 !important;
}

.footer-grid,
.footer-bottom {
  background: transparent !important;
  border-top: 0 !important;
  box-shadow: none !important;
}

.footer-grid {
  padding-bottom: 12px !important;
}

.footer-bottom {
  padding: 18px 0 22px !important;
}

.desktop-cta {
  gap: 10px !important;
}

.desktop-cta .login-link,
.desktop-cta .button.primary,
.desktop-cta .button,
.desktop-cta a.button,
.desktop-cta a.login-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
}

.desktop-cta .login-link,
.desktop-cta a.login-link {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.85) !important;
}

.desktop-cta .button.primary,
.desktop-cta a.button.primary {
  background: #9ad54b !important;
  color: #0d2f47 !important;
  border: 1px solid #9ad54b !important;
}

.desktop-cta .button.primary:hover,
.desktop-cta a.button.primary:hover,
.desktop-cta .login-link:hover,
.desktop-cta a.login-link:hover {
  transform: none !important;
  filter: brightness(0.98);
}

.store-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
}

.store-badge {
  width: 220px !important;
  flex: 0 0 220px !important;
  max-width: 220px !important;
}

.store-badge-img,
.store-badge img {
  width: 220px !important;
  height: 64px !important;
  object-fit: contain !important;
  display: block !important;
}

@media (max-width: 720px) {
  .store-row {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 8px !important;
  }
  .store-badge {
    width: calc(50% - 4px) !important;
    flex: 1 1 0 !important;
    max-width: none !important;
  }
  .store-badge-img,
  .store-badge img {
    width: 100% !important;
    height: auto !important;
    max-height: 56px !important;
  }
}


/* v9 pain-led section redesign */
.pain-section .pain-title{
  max-width: 860px;
}
.pain-cards{
  margin-top: 34px;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pain-card{
  background: #ffffff;
  color: #0f3d5c;
  border: 0;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}
.pain-card h3{
  margin: 0 0 10px;
  font-size: 1.45rem;
  line-height: 1.15;
  color: #0f3d5c;
}
.pain-card p{
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.65;
  color: #29506c;
}
.pain-icon{
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.6rem;
  background: #e9f4fb;
}
.pain-section-cta{
  max-width: 760px;
  margin: 30px auto 0;
  text-align: center;
}
.pain-section-cta p{
  margin: 0 0 18px;
  color: #eaf6ff;
  font-size: 1.05rem;
}
.pain-section-cta .button.primary{
  min-width: 220px;
}
@media (max-width: 960px){
  .pain-cards{
    grid-template-columns: 1fr;
  }
}



/* v10 mobile hero single-device cleanup */
.hero-visual-col {
  position: relative;
}

@media (max-width: 720px) {
  .hero {
    padding-bottom: 44px !important;
  }

  .hero-grid {
    gap: 26px !important;
  }

  .hero-visual-col {
    order: 2;
  }

  .hero-showcase {
    position: relative !important;
    width: 100% !important;
    max-width: 340px !important;
    margin: 0 auto !important;
    min-height: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .hero-showcase .desktop-mock,
  .hero-showcase .laptop-mock,
  .hero-showcase .tablet-mock,
  .hero-showcase .screen-mock,
  .hero-showcase .monitor-mock,
  .hero-showcase .device-desktop,
  .hero-showcase .desktop-device,
  .hero-showcase .showcase-desktop,
  .hero-showcase .showcase-tablet {
    display: none !important;
  }

  .hero-showcase .promo-badge,
  .hero-showcase .discount-badge,
  .hero-showcase .hero-badge,
  .hero-showcase .offer-badge {
    display: none !important;
  }

  .hero-showcase .phone-mock,
  .hero-showcase .mobile-mock,
  .hero-showcase .device-phone,
  .hero-showcase .showcase-phone {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 0 auto !important;
    width: min(86vw, 320px) !important;
    max-width: 320px !important;
    border-radius: 34px !important;
    box-shadow: 0 20px 40px rgba(0,0,0,.22) !important;
  }

  .phone-mock {
    max-width: 320px !important;
    padding: 14px 12px !important;
    border-radius: 34px !important;
  }

  .phone-notch {
    width: 42% !important;
    height: 18px !important;
    margin-bottom: 10px !important;
  }

  .phone-top {
    padding: 12px 14px !important;
    border-radius: 22px !important;
    margin-bottom: 12px !important;
  }

  .msg {
    font-size: .92rem !important;
    line-height: 1.42 !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    margin-top: 10px !important;
  }
}



/* v11 mobile hero + slide-over menu fixes */
@media (max-width: 720px) {
  .hero-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  .hero-visual-col,
  .hero-showcase,
  .hero-showcase .phone-mock {
    overflow: visible !important;
  }

  .hero-visual-col {
    order: 3 !important;
    width: 100% !important;
    margin-top: 10px !important;
    display: flex !important;
    justify-content: center !important;
  }

  .hero-showcase {
    max-width: 100% !important;
    width: 100% !important;
    min-height: auto !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .hero-showcase .phone-mock,
  .hero-visual-col .phone-mock,
  .phone-mock {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 0 auto !important;
    width: min(82vw, 280px) !important;
    max-width: 280px !important;
    display: block !important;
  }

  .store-row {
    margin-bottom: 10px !important;
  }

  .email-card {
    position: relative !important;
    z-index: 2 !important;
  }

  .hero-visual-col {
    position: relative !important;
    z-index: 1 !important;
  }

  .mobile-nav {
    display: block !important;
    position: fixed !important;
    top: 84px !important;
    right: 0 !important;
    width: min(82vw, 320px) !important;
    height: calc(100vh - 84px) !important;
    padding: 18px 18px 24px !important;
    background: #11476b !important;
    border-left: 1px solid rgba(255,255,255,.12) !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
    box-shadow: -10px 0 30px rgba(0,0,0,.22) !important;
    transform: translateX(108%) !important;
    transition: transform .28s ease !important;
    z-index: 120 !important;
    overflow-y: auto !important;
    pointer-events: none !important;
    opacity: 1 !important;
  }

  .mobile-nav.open {
    transform: translateX(0) !important;
    pointer-events: auto !important;
    display: block !important;
  }

  .mobile-nav a,
  .mobile-nav .button,
  .mobile-nav .login-link {
    display: block !important;
    width: 100% !important;
    margin: 0 0 12px !important;
  }

  body.menu-open::before {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0,0,0,.34) !important;
    z-index: 110 !important;
  }
}


/* v12 mobile hero phone placement fix */
@media (max-width: 720px) {
  .hero-showcase {
    padding: 54px 0 44px !important;
  }

  .hero-grid-showcase {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .hero-copy {
    order: 1 !important;
  }

  .hero-visual {
    display: block !important;
    order: 2 !important;
    min-height: auto !important;
    padding-top: 6px !important;
    margin-top: 0 !important;
  }

  .device-stage {
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    min-height: auto !important;
  }

  .desktop-device,
  .discount-badge {
    display: none !important;
  }

  .phone-device {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    top: auto !important;
    width: 214px !important;
    margin: 8px auto 0 !important;
    transform: rotate(7deg) !important;
    z-index: 1 !important;
  }

  .phone-shell {
    border-radius: 30px !important;
    padding: 8px !important;
    box-shadow: 0 20px 36px rgba(5,31,50,.25) !important;
  }

  .phone-screen {
    min-height: 360px !important;
    padding: 14px 12px 14px !important;
    border-radius: 24px !important;
  }

  .phone-widget {
    padding: 14px 12px !important;
    border-radius: 18px !important;
    margin-bottom: 12px !important;
  }

  .chat-bubble {
    margin-top: 10px !important;
    padding: 12px !important;
    border-radius: 16px !important;
    font-size: .86rem !important;
    line-height: 1.38 !important;
  }

  .phone-nav {
    margin-top: 14px !important;
  }

  .email-card {
    margin-bottom: 0 !important;
  }
}


/* v13 performance tweaks */
.brand img{width:38px;height:38px}

/* v14 responsive polish */

.hero-title{
  max-width: 9.5ch;
  line-height: 1.02;
}
.hero-title .line1,
.hero-title .line2{
  display:block;
}
.info-note{
  text-align:center !important;
}
.store-button{
  justify-content:center !important;
}
.store-copy{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:center !important;
  text-align:center !important;
  min-width:0;
}
.store-button svg{
  flex:0 0 auto;
}
.email-row .button.primary{
  background:#9ad54b !important;
  color:#0d2f47 !important;
  border:1px solid #9ad54b !important;
}
.email-row .button.primary:hover{
  filter:brightness(.98);
  transform:none !important;
}
@media (min-width: 721px){
  .hero-title{
    max-width: 12.2ch;
  }
  .hero-title .line1{
    white-space:nowrap;
  }
}
@media (max-width: 720px){
  .hero-title{
    max-width: none;
  }
  .hero-title .line1,
  .hero-title .line2{
    white-space:nowrap;
  }
  .hero-title .line1{
    font-size: clamp(2.1rem, 9vw, 2.7rem);
  }
  .hero-title .line2{
    font-size: clamp(2.1rem, 9vw, 2.7rem);
  }
  .mobile-nav{
    top:84px !important;
    left:0 !important;
    right:0 !important;
    width:100vw !important;
    max-width:none !important;
    height:calc(100vh - 84px) !important;
    background:#0065a4 !important;
    border-left:0 !important;
    padding:28px 24px 36px !important;
    text-align:center !important;
  }
  .mobile-nav a,
  .mobile-nav .button,
  .mobile-nav .login-link{
    font-size:1.35rem !important;
    font-weight:700 !important;
    line-height:1.25 !important;
    padding:14px 12px !important;
    border-radius:14px !important;
    margin:0 0 10px !important;
    color:#fff !important;
  }
  .mobile-nav a:hover,
  .mobile-nav a.active{
    background:rgba(255,255,255,.08) !important;
  }
}



/* v15 desktop hero title layout */
.hero-title .line0,
.hero-title .line1,
.hero-title .line2{
  display:block;
}
@media (min-width: 721px){
  .hero-title{
    max-width: none !important;
  }
  .hero-title .line0,
  .hero-title .line1,
  .hero-title .line2{
    white-space: nowrap;
  }
}


/* v16 tester popover */
.tester-popover-backdrop{
  position:fixed;
  inset:0;
  background:rgba(6,24,38,.58);
  backdrop-filter:blur(3px);
  z-index:210;
}
.tester-popover{
  position:fixed;
  inset:50% auto auto 50%;
  transform:translate(-50%,-50%);
  width:min(92vw,760px);
  max-height:min(88vh,900px);
  overflow:auto;
  background:#ffffff;
  color:#103754;
  border-radius:28px;
  box-shadow:0 30px 90px rgba(5,28,45,.32);
  z-index:220;
}
.tester-popover-inner{
  padding:32px;
}
.tester-popover-close{
  position:absolute;
  top:14px;
  right:14px;
  width:46px;
  height:46px;
  border:0;
  border-radius:14px;
  background:#e9f4fb;
  color:#0f3d5c;
  font-size:1.7rem;
  line-height:1;
  cursor:pointer;
}
.tester-popover-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 14px;
  border-radius:999px;
  background:#e9f4fb;
  color:#0065a4;
  font-size:.88rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.tester-popover h2{
  margin:16px 0 10px;
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.04;
  letter-spacing:-.03em;
  color:#0f3d5c;
}
.tester-popover-lead{
  margin:0;
  font-size:1.08rem;
  color:#355975;
}
.tester-popover-offer{
  margin:18px 0 24px;
  padding:16px 18px;
  border-radius:18px;
  background:linear-gradient(135deg,#0f74bf,#0065a4);
  color:#fff;
  font-size:1rem;
  font-weight:600;
}
.tester-form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.tester-form label{
  display:grid;
  gap:8px;
  font-weight:700;
  color:#0f3d5c;
}
.tester-form label span{
  font-size:.95rem;
}
.tester-form input[type="text"],
.tester-form input[type="email"]{
  width:100%;
  height:58px;
  border-radius:16px;
  border:1px solid #c8d9e6;
  background:#fff;
  color:#103754;
  padding:0 16px;
  font:inherit;
}
.tester-form-checkbox{
  grid-column:1 / -1;
  display:flex !important;
  align-items:flex-start;
  gap:12px;
  margin-top:16px;
  font-weight:600 !important;
  color:#355975 !important;
}
.tester-form-checkbox input{
  margin-top:4px;
}
.tester-form-actions{
  margin-top:18px;
}
.tester-submit{
  width:100%;
  min-height:58px;
  border:0;
  border-radius:999px;
  background:#9ad54b;
  color:#0d2f47;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
.tester-form-note{
  margin:12px 0 0;
  text-align:center;
  color:#4b6d87;
  font-size:.95rem;
}
.tester-form-message{
  margin-top:14px;
  min-height:24px;
  text-align:center;
  font-weight:700;
  color:#0f3d5c;
}
.tester-form-message.success{color:#18733d;}
.tester-form-message.error{color:#a11b2a;}
.tester-honeypot{
  position:absolute !important;
  left:-9999px !important;
  opacity:0 !important;
  pointer-events:none !important;
}
body.popover-open{
  overflow:hidden;
}
@media (max-width:720px){
  .tester-popover{
    width:min(94vw,760px);
    border-radius:22px;
  }
  .tester-popover-inner{
    padding:24px 18px 20px;
  }
  .tester-form-grid{
    grid-template-columns:1fr;
  }
}


/* v18 tester popover overlay fix */
.tester-popover-backdrop{
  position:fixed !important;
  inset:0 !important;
  background:rgba(9, 24, 42, .58) !important;
  backdrop-filter:blur(5px) !important;
  z-index:9998 !important;
}
.tester-popover{
  position:fixed !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%, -50%) !important;
  width:min(92vw, 760px) !important;
  max-height:min(88vh, 900px) !important;
  overflow:auto !important;
  background:#fff !important;
  color:#103754 !important;
  border-radius:28px !important;
  box-shadow:0 32px 90px rgba(5,28,45,.34) !important;
  z-index:9999 !important;
}
.tester-popover[hidden],
.tester-popover-backdrop[hidden]{
  display:none !important;
}
.tester-popover-inner{
  padding:32px !important;
}
.tester-popover-close{
  position:absolute !important;
  top:14px !important;
  right:14px !important;
  width:46px !important;
  height:46px !important;
  border:0 !important;
  border-radius:999px !important;
  background:#f2f6fa !important;
  color:#0f3d5c !important;
  font-size:1.7rem !important;
  line-height:1 !important;
  cursor:pointer !important;
  box-shadow:0 8px 22px rgba(0,0,0,.12) !important;
}
.tester-popover-badge{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:36px !important;
  padding:8px 14px !important;
  border-radius:999px !important;
  background:#e8f4fb !important;
  color:#0065a4 !important;
  font-size:.82rem !important;
  font-weight:800 !important;
  text-transform:uppercase !important;
  letter-spacing:.06em !important;
}
.tester-popover h2{
  margin:16px 0 10px !important;
  font-size:clamp(2rem, 4vw, 3rem) !important;
  line-height:1.05 !important;
  letter-spacing:-.03em !important;
  color:#0f3d5c !important;
}
.tester-popover-lead{
  margin:0 !important;
  font-size:1.08rem !important;
  color:#355975 !important;
}
.tester-popover-offer{
  margin:18px 0 24px !important;
  padding:16px 18px !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,#0f74bf,#0065a4) !important;
  color:#fff !important;
  font-size:1rem !important;
  font-weight:600 !important;
}
.tester-form{
  display:block !important;
}
.tester-form-grid{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  gap:16px !important;
}
.tester-form label{
  display:grid !important;
  gap:8px !important;
  font-weight:700 !important;
  color:#0f3d5c !important;
}
.tester-form label span{
  font-size:.95rem !important;
}
.tester-form input[type="text"],
.tester-form input[type="email"]{
  width:100% !important;
  height:58px !important;
  border-radius:16px !important;
  border:1px solid #c8d9e6 !important;
  background:#fff !important;
  color:#103754 !important;
  padding:0 16px !important;
  font:inherit !important;
}
.tester-form-checkbox{
  display:flex !important;
  align-items:flex-start !important;
  gap:12px !important;
  margin-top:16px !important;
  color:#355975 !important;
}
.tester-form-checkbox input{
  margin-top:4px !important;
}
.tester-form-actions{
  margin-top:18px !important;
}
.tester-submit{
  width:100% !important;
  min-height:58px !important;
  border:0 !important;
  border-radius:999px !important;
  background:#9ad54b !important;
  color:#0d2f47 !important;
  font:inherit !important;
  font-weight:800 !important;
  cursor:pointer !important;
}
.tester-form-note{
  margin:12px 0 0 !important;
  text-align:center !important;
  color:#4b6d87 !important;
  font-size:.95rem !important;
}
.tester-form-message{
  margin-top:14px !important;
  min-height:24px !important;
  text-align:center !important;
  font-weight:700 !important;
  color:#0f3d5c !important;
}
.tester-honeypot{
  position:absolute !important;
  left:-9999px !important;
  opacity:0 !important;
  pointer-events:none !important;
}
body.popover-open{
  overflow:hidden !important;
}
@media (max-width: 720px){
  .tester-popover{
    width:min(94vw, 760px) !important;
    border-radius:22px !important;
    max-height:min(90vh, 900px) !important;
  }
  .tester-popover-inner{
    padding:24px 18px 20px !important;
  }
  .tester-form-grid{
    grid-template-columns:1fr !important;
  }
}


/* v19 mobile popover visibility fix */
.tester-popover{
  position:fixed !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%, -50%) !important;
  margin:0 !important;
}
@media (max-width: 720px){
  .tester-popover-backdrop{
    position:fixed !important;
    inset:0 !important;
    display:none;
  }
  .tester-popover{
    width:calc(100vw - 24px) !important;
    max-width:560px !important;
    max-height:calc(100vh - 24px) !important;
    left:50% !important;
    top:50% !important;
    right:auto !important;
    bottom:auto !important;
    transform:translate(-50%, -50%) !important;
    border-radius:20px !important;
    overflow:auto !important;
    -webkit-overflow-scrolling:touch !important;
    display:none;
  }
  .tester-popover[style*="display: block"],
  .tester-popover.is-visible{
    display:block !important;
  }
  .tester-popover-backdrop[style*="display: block"],
  .tester-popover-backdrop.is-visible{
    display:block !important;
  }
  .tester-popover-inner{
    padding:22px 16px 18px !important;
  }
  .tester-popover-close{
    top:10px !important;
    right:10px !important;
    width:42px !important;
    height:42px !important;
  }
  body.popover-open{
    overflow:hidden !important;
    position:fixed !important;
    width:100% !important;
  }
}


/* v20 popup visual update */
.tester-popover-badge{
  background:#e8f4fb !important;
  color:#0065a4 !important;
}
.tester-popover h2{
  max-width: 14ch !important;
}
.tester-popover-offer{
  background:#9ad54b !important;
  color:#0d2f47 !important;
  font-weight:800 !important;
  font-size:1.08rem !important;
  box-shadow:0 16px 34px rgba(154,213,75,.28) !important;
}
.tester-form-checkbox{
  justify-content:flex-start !important;
  align-items:center !important;
  gap:10px !important;
}
.tester-form-checkbox span{
  order:1 !important;
}
.tester-form-checkbox input{
  order:2 !important;
  margin-top:0 !important;
  flex:0 0 auto !important;
}
@media (max-width:720px){
  .tester-popover h2{
    max-width:none !important;
  }
}


/* v21 popup form post fix */
.tester-status-banner{
  position:fixed;
  left:50%;
  top:18px;
  transform:translateX(-50%);
  z-index:10001;
  min-width:min(92vw,560px);
  max-width:min(92vw,560px);
  padding:14px 18px;
  border-radius:16px;
  box-shadow:0 18px 45px rgba(5,28,45,.22);
  font-weight:700;
  text-align:center;
}
.tester-status-banner.success{
  background:#9ad54b;
  color:#0d2f47;
}
.tester-status-banner.error{
  background:#fff;
  color:#8d1f28;
  border:1px solid #f1c7ce;
}


/* v22 popup heading and checkbox alignment */
.tester-popover h2{
  max-width: 100% !important;
  width: 100% !important;
  line-height: .98 !important;
  letter-spacing: -.04em !important;
}
@media (min-width: 721px){
  .tester-popover h2{
    max-width: 19ch !important;
    font-size: clamp(3rem, 4.8vw, 4.8rem) !important;
  }
}
.tester-form-checkbox{
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  white-space: nowrap !important;
}
.tester-form-checkbox span{
  display: inline !important;
  white-space: nowrap !important;
  margin: 0 !important;
}
.tester-form-checkbox input[type="checkbox"]{
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  vertical-align: middle !important;
}
@media (max-width: 720px){
  .tester-form-checkbox{
    white-space: normal !important;
    align-items: center !important;
  }
  .tester-form-checkbox span{
    white-space: normal !important;
  }
}


/* v23 mobile menu restore */
@media (max-width: 720px){
  .mobile-nav{
    display:block !important;
    position:fixed !important;
    top:84px !important;
    left:0 !important;
    right:0 !important;
    width:100vw !important;
    height:calc(100vh - 84px) !important;
    background:#0065a4 !important;
    transform:translateX(100%) !important;
    transition:transform .28s ease !important;
    z-index:120 !important;
    overflow-y:auto !important;
    pointer-events:none !important;
  }
  .mobile-nav.open{
    transform:translateX(0) !important;
    pointer-events:auto !important;
  }
  body.menu-open::before{
    content:"" !important;
    position:fixed !important;
    inset:0 !important;
    background:rgba(0,0,0,.28) !important;
    z-index:110 !important;
  }
}


/* v24 SEO content pages */
.page-shell{padding:54px 0 74px}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px 10px;align-items:center;margin:0 0 18px;color:#d8eefb;font-size:.96rem}
.breadcrumbs span.sep{opacity:.6}
.page-hero-simple{padding:58px 0 28px;background:#0065a4}
.page-hero-simple h1{font-size:clamp(2.3rem,5vw,4.2rem);line-height:1.03;letter-spacing:-.045em;margin:0 0 16px;max-width:12ch}
.page-hero-simple p{max-width:820px;font-size:1.08rem;color:#d8eefb;margin:0}
.answer-box{margin-top:26px;background:#fff;color:#123956;border-radius:28px;padding:28px;box-shadow:0 20px 50px rgba(0,0,0,.14)}
.answer-box h2{margin:0 0 12px;color:#0f3d5c;font-size:1.4rem}
.answer-box p{margin:0;color:#375a74}
.content-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:28px;align-items:start}
.content-card{background:#fff;color:#123956;border-radius:28px;padding:28px;box-shadow:0 18px 44px rgba(0,0,0,.12)}
.content-card h2{margin:0 0 14px;font-size:1.65rem;line-height:1.1;color:#0f3d5c}
.content-card h3{margin:24px 0 10px;font-size:1.15rem;color:#0f3d5c}
.content-card p,.content-card li{color:#375a74}
.content-card ul{padding-left:18px}
.quick-facts{display:grid;gap:16px}
.fact-card{background:#fff;color:#123956;border-radius:24px;padding:22px;box-shadow:0 18px 44px rgba(0,0,0,.12)}
.fact-card h3{margin:0 0 10px;font-size:1.05rem;color:#0f3d5c}
.fact-card p{margin:0;color:#375a74}
.link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.link-card{display:block;background:#fff;color:#123956;border-radius:24px;padding:22px;box-shadow:0 18px 44px rgba(0,0,0,.12);transition:.2s ease}
.link-card:hover{transform:translateY(-2px)}
.link-card h3{margin:0 0 8px;font-size:1.08rem;color:#0f3d5c}
.link-card p{margin:0;color:#375a74}
.faq-stack{display:grid;gap:16px}
.faq-item{background:#fff;color:#123956;border-radius:24px;padding:22px;box-shadow:0 18px 44px rgba(0,0,0,.12)}
.faq-item h3{margin:0 0 8px;font-size:1.06rem;color:#0f3d5c}
.faq-item p{margin:0;color:#375a74}
.section-kicker{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.14);color:#dff3ff;font-size:.86rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.home-intent-links{padding-top:16px}
.home-intent-links .section-title p{max-width:860px;margin-inline:auto}
.inline-link{color:#c7ecff;text-decoration:underline;text-underline-offset:3px}
@media (max-width:960px){
  .content-grid,.link-grid{grid-template-columns:1fr}
}
@media (max-width:720px){
  .page-shell{padding:42px 0 58px}
  .page-hero-simple h1{max-width:none}
}


/* v25 next-wave pages */
.compare-table{width:100%;border-collapse:separate;border-spacing:0 12px}
.compare-table th,.compare-table td{padding:16px 18px;text-align:left}
.compare-table thead th{color:#dff3ff;font-size:.96rem}
.compare-table tbody tr{background:#fff;color:#123956;box-shadow:0 14px 34px rgba(0,0,0,.12)}
.compare-table tbody td:first-child{border-radius:18px 0 0 18px;font-weight:700;color:#0f3d5c}
.compare-table tbody td:last-child{border-radius:0 18px 18px 0}
.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.quote-card{background:#fff;color:#123956;border-radius:24px;padding:22px;box-shadow:0 18px 44px rgba(0,0,0,.12)}
.quote-card p{margin:0 0 14px;color:#375a74}
.quote-card strong{color:#0f3d5c}
.trust-list{display:grid;gap:14px;margin-top:20px}
.trust-item{background:#fff;color:#123956;border-radius:20px;padding:18px 20px;box-shadow:0 14px 34px rgba(0,0,0,.10)}
.trust-item h3{margin:0 0 8px;color:#0f3d5c;font-size:1.05rem}
.trust-item p{margin:0;color:#375a74}
.notice-panel{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);color:#eaf7ff;border-radius:24px;padding:22px}
.notice-panel p{margin:0;color:#eaf7ff}
@media (max-width:960px){.quote-grid{grid-template-columns:1fr}}


/* v26 content library pages */
.guide-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px}
.step-list{display:grid;gap:14px;margin-top:18px}
.step-item{background:#fff;color:#123956;border-radius:20px;padding:18px 20px;box-shadow:0 14px 34px rgba(0,0,0,.10)}
.step-item h3{margin:0 0 8px;color:#0f3d5c;font-size:1.05rem}
.step-item p{margin:0;color:#375a74}
.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.pill{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:#fff;color:#0f3d5c;font-weight:700;box-shadow:0 10px 24px rgba(0,0,0,.10)}
.editorial-list{display:grid;gap:16px}
.editorial-item{background:#fff;color:#123956;border-radius:20px;padding:20px;box-shadow:0 14px 34px rgba(0,0,0,.10)}
.editorial-item h3{margin:0 0 8px;color:#0f3d5c}
.editorial-item p{margin:0;color:#375a74}
@media (max-width:960px){.guide-grid{grid-template-columns:1fr}}


/* v27 visual integration */
.link-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.link-card{
  position:relative;
  display:block;
  background:#ffffff;
  color:#123956;
  border-radius:28px;
  padding:26px 24px 24px;
  box-shadow:0 18px 44px rgba(0,0,0,.12);
  overflow:hidden;
  transition:transform .2s ease, box-shadow .2s ease;
}
.link-card::before{
  content:"";
  display:block;
  width:52px;
  height:52px;
  border-radius:18px;
  margin-bottom:16px;
  background:linear-gradient(135deg,#dff2ff,#eaf8ff);
  box-shadow:inset 0 0 0 1px rgba(0,101,164,.08);
}
.link-card::after{
  content:"→";
  position:absolute;
  right:22px;
  bottom:20px;
  font-size:1.15rem;
  color:#0065a4;
  font-weight:800;
}
.link-card:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 54px rgba(0,0,0,.16);
}
.link-card h3{
  margin:0 0 10px;
  font-size:1.18rem;
  line-height:1.16;
  color:#0f3d5c;
}
.link-card p{
  margin:0;
  padding-right:28px;
  color:#3b617b;
  line-height:1.62;
  font-size:1rem;
}
.page-hero-simple{
  position:relative;
  padding:72px 0 34px;
  background:#0065a4;
}
.page-hero-simple::before{
  content:"";
  position:absolute;
  inset:auto auto -80px 50%;
  transform:translateX(-50%);
  width:min(1000px,92vw);
  height:220px;
  background:radial-gradient(circle at center, rgba(255,255,255,.12), rgba(255,255,255,0) 70%);
  pointer-events:none;
}
.breadcrumbs{
  margin:0 0 20px;
  color:#d8eefb;
}
.breadcrumbs a{
  color:#fff;
}
.page-hero-simple h1{
  max-width:12ch;
  margin:0 0 16px;
  font-size:clamp(2.5rem,5.2vw,4.6rem);
  line-height:1.02;
  letter-spacing:-.045em;
}
.page-hero-simple p{
  max-width:820px;
  font-size:1.08rem;
  color:#dff3ff;
}
.answer-box{
  margin-top:28px;
  background:#ffffff;
  color:#123956;
  border-radius:30px;
  padding:30px 30px 26px;
  box-shadow:0 22px 58px rgba(0,0,0,.14);
}
.answer-box h2{
  margin:0 0 10px;
  font-size:1.5rem;
  line-height:1.12;
  color:#0f3d5c;
}
.answer-box p{
  margin:0;
  color:#3b617b;
}
.page-shell{
  padding:54px 0 78px;
}
.content-grid,
.guide-grid{
  display:grid;
  grid-template-columns:1.28fr .72fr;
  gap:24px;
  align-items:start;
}
.content-card,
.fact-card,
.quote-card,
.editorial-item,
.step-item,
.faq-item{
  background:#ffffff;
  color:#123956;
  border-radius:28px;
  padding:26px;
  box-shadow:0 18px 44px rgba(0,0,0,.12);
}
.content-card h2{
  margin:0 0 14px;
  font-size:1.7rem;
  line-height:1.08;
  color:#0f3d5c;
}
.content-card h3,
.fact-card h3,
.editorial-item h3,
.step-item h3,
.faq-item h3{
  color:#0f3d5c;
}
.content-card p,
.content-card li,
.fact-card p,
.editorial-item p,
.step-item p,
.faq-item p,
.quote-card p{
  color:#3b617b;
}
.quick-facts{
  display:grid;
  gap:18px;
}
.fact-card{
  padding:22px;
}
.pill{
  background:#ffffff;
  color:#0f3d5c;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
}
.section-title{
  max-width:820px;
}
.section-title h2{
  max-width:14ch;
  margin-inline:auto;
}
.section-title p{
  max-width:760px;
  margin-inline:auto;
}
.inline-link{
  color:#0065a4;
  font-weight:700;
  text-decoration:none;
  border-bottom:1px solid rgba(0,101,164,.28);
}
.inline-link:hover{
  border-bottom-color:#0065a4;
}
.notice-panel{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px;
}
.quote-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.quote-card{
  position:relative;
  padding-top:28px;
}
.quote-card::before{
  content:"“";
  position:absolute;
  top:12px;
  left:18px;
  font-size:2.4rem;
  line-height:1;
  color:#9acceb;
  font-weight:800;
}
.editorial-list,
.step-list,
.faq-stack,
.trust-list{
  display:grid;
  gap:18px;
}
.section .link-grid .link-card:nth-child(6n+1)::before{background:linear-gradient(135deg,#dff2ff,#eaf8ff)}
.section .link-grid .link-card:nth-child(6n+2)::before{background:linear-gradient(135deg,#e9f8e1,#f3ffe9)}
.section .link-grid .link-card:nth-child(6n+3)::before{background:linear-gradient(135deg,#fff0d8,#fff7e9)}
.section .link-grid .link-card:nth-child(6n+4)::before{background:linear-gradient(135deg,#f1e7ff,#f8f1ff)}
.section .link-grid .link-card:nth-child(6n+5)::before{background:linear-gradient(135deg,#ffe5ea,#fff1f4)}
.section .link-grid .link-card:nth-child(6n+6)::before{background:linear-gradient(135deg,#e4f7f4,#effcf9)}
@media (max-width: 960px){
  .link-grid,
  .content-grid,
  .guide-grid,
  .quote-grid{
    grid-template-columns:1fr;
  }
  .page-hero-simple h1{
    max-width:none;
  }
}
@media (max-width: 720px){
  .page-hero-simple{
    padding:58px 0 26px;
  }
  .page-shell{
    padding:42px 0 58px;
  }
  .link-card,
  .content-card,
  .fact-card,
  .quote-card,
  .editorial-item,
  .step-item,
  .faq-item{
    border-radius:24px;
    padding:22px;
  }
  .section-title h2{
    max-width:none;
  }
}

/* v28 text cleanup */
.hero-inline-link{color:#ffffff !important;text-decoration:underline;text-decoration-color:rgba(255,255,255,.45);text-underline-offset:3px;font-weight:700;}
.hero-inline-link:hover{text-decoration-color:#ffffff;}

/* v32 faq styles */
.faq-q{appearance:none;-webkit-appearance:none;}
.faq-a p{margin:0;}


/* v33 mobile menu restore */
@media (max-width: 720px){
  .menu-toggle{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    z-index:130 !important;
  }
  .mobile-nav{
    display:block !important;
    position:fixed !important;
    top:84px !important;
    left:0 !important;
    right:0 !important;
    width:100vw !important;
    height:calc(100vh - 84px) !important;
    background:#0065a4 !important;
    transform:translateX(100%) !important;
    transition:transform .28s ease !important;
    z-index:120 !important;
    overflow-y:auto !important;
    pointer-events:none !important;
  }
  .mobile-nav.open{
    transform:translateX(0) !important;
    pointer-events:auto !important;
  }
  body.menu-open::before{
    content:"" !important;
    position:fixed !important;
    inset:0 !important;
    background:rgba(0,0,0,.28) !important;
    z-index:110 !important;
  }
}


/* v34 mobile menu links fix */
@media (max-width: 720px){
  body.menu-open::before{
    pointer-events:none !important;
  }
  .mobile-nav{
    z-index:9999 !important;
  }
  .mobile-nav a{
    position:relative !important;
    z-index:10000 !important;
    pointer-events:auto !important;
  }
}


/* v35 mobile menu final fix */
@media (max-width: 720px){
  .menu-toggle{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    position:relative !important;
    z-index:10002 !important;
  }
  .mobile-nav{
    display:block !important;
    position:fixed !important;
    top:84px !important;
    left:0 !important;
    right:0 !important;
    width:100vw !important;
    height:calc(100vh - 84px) !important;
    background:#0065a4 !important;
    transform:translateX(100%) !important;
    transition:transform .28s ease !important;
    z-index:10001 !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    pointer-events:none !important;
    padding:28px 24px 36px !important;
  }
  .mobile-nav.open{
    transform:translateX(0) !important;
    pointer-events:auto !important;
  }
  .mobile-nav a,
  .mobile-nav .login-link,
  .mobile-nav .button{
    display:block !important;
    width:100% !important;
    margin:0 0 12px !important;
    padding:14px 12px !important;
    color:#fff !important;
    text-align:center !important;
    font-size:1.35rem !important;
    font-weight:700 !important;
    line-height:1.25 !important;
    border-radius:14px !important;
    position:relative !important;
    z-index:10003 !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
    -webkit-tap-highlight-color: rgba(255,255,255,.15) !important;
  }
  .mobile-nav a.active,
  .mobile-nav a:hover{
    background:rgba(255,255,255,.08) !important;
  }
  body.menu-open::before{
    content:"" !important;
    position:fixed !important;
    inset:0 !important;
    background:rgba(0,0,0,.28) !important;
    z-index:10000 !important;
    pointer-events:none !important;
  }
}


/* v36 homepage heading wrap fix */
.home-two-line{
  margin-inline:auto;
}
.home-two-line-question{
  max-width: 17ch;
}
.home-two-line-reviews{
  max-width: 15ch;
}
.home-two-line-features{
  max-width: 15ch;
}
@media (max-width: 720px){
  .home-two-line-question,
  .home-two-line-reviews,
  .home-two-line-features{
    max-width: none;
  }
}


/* v37 forced two-line homepage headings */
.home-two-line{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  gap:0 !important;
  line-height:1.04 !important;
  text-align:center !important;
  margin-inline:auto !important;
}
.home-two-line span{
  display:block !important;
  white-space:nowrap !important;
}
.home-two-line-question,
.home-two-line-reviews,
.home-two-line-features{
  max-width:none !important;
}
.home-two-line-question span:first-child{max-width:18ch;}
.home-two-line-question span:last-child{max-width:11ch;}
.home-two-line-reviews span:first-child{max-width:10ch;}
.home-two-line-reviews span:last-child{max-width:13ch;}
.home-two-line-features span:first-child{max-width:11ch;}
.home-two-line-features span:last-child{max-width:10ch;}

@media (min-width: 721px){
  .home-two-line-question{
    font-size:clamp(2.35rem,4.1vw,3.9rem) !important;
  }
  .home-two-line-reviews{
    font-size:clamp(2.35rem,4vw,3.8rem) !important;
  }
  .home-two-line-features{
    font-size:clamp(2.35rem,4vw,3.8rem) !important;
  }
}

@media (max-width: 720px){
  .home-two-line{
    font-size:clamp(2rem,8.6vw,3rem) !important;
    line-height:1.06 !important;
  }
  .home-two-line span{
    white-space:normal !important;
  }
  .home-two-line-question span:first-child,
  .home-two-line-question span:last-child,
  .home-two-line-reviews span:first-child,
  .home-two-line-reviews span:last-child,
  .home-two-line-features span:first-child,
  .home-two-line-features span:last-child{
    max-width:none !important;
  }
}


/* v38 homepage heading centering fix */
.home-two-line{
  width:100% !important;
  text-align:center !important;
  align-items:center !important;
  justify-content:center !important;
}
.section .section-title .home-two-line{
  margin-left:auto !important;
  margin-right:auto !important;
}
.home-two-line span{
  width:100%;
  text-align:center !important;
}
.home-two-line-question span:first-child,
.home-two-line-question span:last-child,
.home-two-line-reviews span:first-child,
.home-two-line-reviews span:last-child,
.home-two-line-features span:first-child,
.home-two-line-features span:last-child{
  margin-left:auto !important;
  margin-right:auto !important;
}
.pain-title,
.section-title{
  text-align:center !important;
}
.pain-title h2,
.section-title h2{
  margin-left:auto !important;
  margin-right:auto !important;
}


/* v39 homepage manual 2-line heading fix */
.home-manual-break{
  display:block !important;
  width:100% !important;
  text-align:center !important;
  margin:0 auto 12px !important;
  line-height:1.04 !important;
  letter-spacing:-0.03em !important;
}
.home-manual-break br{
  display:block !important;
  content:"" !important;
}
.home-manual-question{
  font-size:clamp(2.3rem,4.6vw,4.5rem) !important;
}
.home-manual-reviews,
.home-manual-features{
  font-size:clamp(2.25rem,4.4vw,4.3rem) !important;
}
.pain-title h2,
.section-title h2{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
  max-width:none !important;
}
@media (max-width: 720px){
  .home-manual-question{
    font-size:clamp(2rem,8.6vw,3rem) !important;
  }
  .home-manual-reviews,
  .home-manual-features{
    font-size:clamp(2rem,8.2vw,2.9rem) !important;
  }
}


/* v40 pain subtitle + mobile spacing fix */
.pain-subtitle-nowrap{
  white-space: nowrap !important;
}

@media (max-width: 720px){
  .hero{
    padding-top: 22px !important;
  }
  .hero-showcase{
    padding-top: 26px !important;
  }
  .hero-copy{
    margin-top: 0 !important;
  }
  .hero-copy h1{
    margin-top: 0 !important;
  }
}

@media (max-width: 1100px){
  .pain-subtitle-nowrap{
    white-space: normal !important;
  }
}


/* v41 three-line question heading */
.home-manual-question{
  font-size:clamp(2.15rem,4.3vw,4.15rem) !important;
  line-height:1.02 !important;
}


/* v42 question heading line spacing */
.home-manual-question{
  line-height:1.14 !important;
}


/* v43 cookie banner */
.cookie-banner{
  position:fixed;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:10020;
  display:block;
}
.cookie-banner[hidden]{
  display:none !important;
}
.cookie-banner__inner{
  max-width:980px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  background:#ffffff;
  color:#123956;
  border-radius:24px;
  padding:20px 22px;
  box-shadow:0 22px 54px rgba(0,0,0,.18);
  border:1px solid rgba(0,101,164,.10);
}
.cookie-banner__text strong{
  display:block;
  margin-bottom:6px;
  font-size:1.02rem;
  color:#0f3d5c;
}
.cookie-banner__text p{
  margin:0;
  color:#45657d;
  line-height:1.55;
}
.cookie-banner__text a{
  color:#0065a4;
  font-weight:700;
}
.cookie-banner__actions{
  display:flex;
  gap:10px;
  flex:0 0 auto;
}
.cookie-btn{
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  font:inherit;
  font-weight:800;
  cursor:pointer;
  border:1px solid transparent;
}
.cookie-btn--primary{
  background:#9ad54b;
  color:#0d2f47;
  border-color:#9ad54b;
}
.cookie-btn--secondary{
  background:#ffffff;
  color:#0f3d5c;
  border-color:#c9dbea;
}
@media (max-width: 720px){
  .cookie-banner{
    left:12px;
    right:12px;
    bottom:12px;
  }
  .cookie-banner__inner{
    padding:16px 14px;
    border-radius:20px;
    flex-direction:column;
    align-items:stretch;
    gap:14px;
  }
  .cookie-banner__text strong{
    font-size:.98rem;
  }
  .cookie-banner__text p{
    font-size:.95rem;
    line-height:1.5;
  }
  .cookie-banner__actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .cookie-btn{
    width:100%;
    min-height:44px;
    padding:0 12px;
  }
}


/* SEO footer expansion */
.footer-seo-grid{grid-template-columns:1.2fr repeat(3,1fr);align-items:start}.footer-column .footer-links{display:grid;gap:8px}.footer-column h3{margin-top:0}@media (max-width:960px){.footer-seo-grid{grid-template-columns:1fr 1fr}}@media (max-width:720px){.footer-seo-grid{grid-template-columns:1fr}}
