:root{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans TC",sans-serif;
  color:#13213a;background:#f8fbff;font-synthesis:none;
  --ink:#13213a;--muted:#65738a;--line:#dce6f1;--soft:#f3f8fd;--blue:#2563eb;--blue2:#0ea5e9;--teal:#0f9f87;--orange:#f59e0b;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:#f8fbff;color:var(--ink)}a{color:inherit}button,input,select{font:inherit}.page-shell{min-height:100vh}.container-wide{width:min(1180px,calc(100% - 40px));margin:0 auto}.section-pad{padding:96px 0}.hidden{display:none!important}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(220,230,241,.9);backdrop-filter:blur(16px)}.header-inner{width:min(1240px,calc(100% - 36px));min-height:78px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-wrap{display:flex;align-items:center;gap:11px;text-decoration:none}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:white;font-weight:900;letter-spacing:-.04em;box-shadow:0 9px 24px rgba(37,99,235,.22)}.brand-mark.small{width:34px;height:34px;border-radius:10px;font-size:13px}.brand-copy{display:grid;gap:2px}.brand-copy strong{font-size:18px;letter-spacing:-.01em}.brand-copy small{font-size:11px;color:var(--muted)}.nav-links{display:flex;align-items:center;gap:22px;font-size:13px;font-weight:800}.nav-links a{text-decoration:none;color:#48566b}.nav-links a:hover{color:var(--blue)}.nav-login{border:1px solid #cbd7e6;padding:10px 14px;border-radius:12px;background:#fff}

/* Buttons */
.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:13px;padding:13px 18px;font-weight:850;text-decoration:none;transition:.18s ease;cursor:pointer}.button:hover{transform:translateY(-1px)}.button.primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:white;box-shadow:0 10px 24px rgba(37,99,235,.2)}.button.secondary{background:white;border:1px solid #cfdbea;color:#22324d}.link-button{text-decoration:none}

/* Hero */
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#f8fbff 0%,#f3f8fd 100%);padding:92px 0 86px}.hero:before{content:"";position:absolute;width:680px;height:680px;border-radius:50%;right:-260px;top:-260px;background:radial-gradient(circle,rgba(14,165,233,.13),rgba(37,99,235,0) 68%)}.hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;left:-250px;bottom:-250px;background:radial-gradient(circle,rgba(15,159,135,.10),rgba(15,159,135,0) 70%)}.hero-inner{position:relative;z-index:1;width:min(1180px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:.95fr 1.05fr;gap:66px;align-items:center}.hero-kicker{display:flex;align-items:center;gap:9px;color:#2257b8;font-size:14px;font-weight:850;margin-bottom:20px}.hero-kicker span{width:9px;height:9px;border-radius:50%;background:#27b39a;box-shadow:0 0 0 5px rgba(39,179,154,.12)}.hero h1{font-size:clamp(44px,5.8vw,72px);line-height:1.08;letter-spacing:-.055em;margin:0 0 24px;color:#10203b}.hero h1 em{font-style:normal;color:var(--blue)}.hero-lead{font-size:18px;line-height:1.85;color:#526178;margin:0;max-width:660px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-assurance{display:flex;flex-wrap:wrap;gap:16px;margin-top:21px;color:#5f6f84;font-size:12px;font-weight:750}.product-stage{position:relative;padding:22px 8px 30px 20px}.browser-shell{background:#fff;border:1px solid #d8e3ef;border-radius:22px;box-shadow:0 30px 75px rgba(40,70,110,.16);overflow:hidden;transform:rotate(.5deg)}.browser-bar{height:42px;display:flex;align-items:center;gap:7px;padding:0 14px;background:#f7f9fc;border-bottom:1px solid #e7edf5;color:#8390a3;font-size:11px}.browser-bar span{width:8px;height:8px;border-radius:50%;background:#d0d9e5}.browser-bar span:first-child{background:#ffb4aa}.browser-bar span:nth-child(2){background:#ffd878}.browser-bar span:nth-child(3){background:#8fe0c4}.browser-bar b{margin-left:10px;font-weight:750}.dashboard-mock{height:420px;display:grid;grid-template-columns:74px 1fr;background:#fbfdff}.mock-sidebar{background:#15335e;padding:22px 14px;display:flex;flex-direction:column;align-items:center;gap:19px}.mock-logo{width:34px;height:34px;border-radius:10px;background:#fff;color:#2563eb;display:grid;place-items:center;font-size:12px;font-weight:900}.side-line{width:31px;height:6px;border-radius:999px;background:rgba(255,255,255,.25)}.side-line.short{width:22px}.side-line.active{background:#6fd7c0}.mock-main{padding:27px}.mock-title-row{display:flex;justify-content:space-between;align-items:flex-start}.mock-title-row small{display:block;color:#7b8ba0;font-size:10px;margin-bottom:4px}.mock-title-row strong{font-size:20px}.mock-date{font-size:11px;color:#64748b;border:1px solid #dce5ef;border-radius:9px;padding:6px 8px;background:#fff}.vehicle-card{margin-top:20px;border:1px solid #dbe5f0;background:#fff;border-radius:16px;padding:18px;box-shadow:0 9px 25px rgba(43,73,110,.06)}.vehicle-card.featured{border-left:4px solid #0ea5e9}.vehicle-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.plate{font-weight:900;font-size:14px;letter-spacing:.04em}.due-pill{font-size:10px;font-weight:800;padding:6px 8px;border-radius:999px;background:#fff7dd;color:#a45b00}.vehicle-card>strong{font-size:18px}.vehicle-meta{display:flex;justify-content:space-between;gap:10px;color:#718096;font-size:10px;margin:14px 0 8px}.progress{height:7px;border-radius:999px;background:#edf3f8;overflow:hidden}.progress i{display:block;width:74%;height:100%;background:linear-gradient(90deg,#27b39a,#0ea5e9);border-radius:999px}.forecast-row{display:flex;justify-content:space-between;margin-top:12px;color:#617086;font-size:10px}.forecast-row b{color:#1f5dbb}.mock-bottom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.small-stat{border:1px solid #e0e8f1;border-radius:13px;background:#fff;padding:13px}.small-stat span{display:block;color:#7d8a9c;font-size:9px}.small-stat b{display:block;margin-top:5px;font-size:18px}.floating-note{position:absolute;display:flex;align-items:center;gap:10px;background:white;border:1px solid #dbe4ef;border-radius:14px;padding:11px 13px;box-shadow:0 14px 38px rgba(49,76,112,.14)}.floating-note small{display:block;color:#8190a2;font-size:9px;margin-bottom:2px}.floating-note strong{font-size:11px}.dot{width:9px;height:9px;border-radius:50%}.dot.green{background:#22c55e}.dot.blue{background:#3b82f6}.note-one{left:-8px;bottom:-3px}.note-two{right:-14px;top:4px}

/* Trust */
.trust-strip{background:#fff;border-top:1px solid #e6edf5;border-bottom:1px solid #e6edf5}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div{padding:24px 22px;border-right:1px solid #e6edf5}.trust-grid>div:last-child{border-right:0}.trust-grid strong{display:block;font-size:18px;color:#163057}.trust-grid span{display:block;margin-top:4px;color:#718096;font-size:12px}

/* Shared headings */
.section-heading{max-width:780px;margin-bottom:40px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading.narrow{max-width:720px}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#2670d8}.section-heading h2,.benefit-section h2,.message-copy h2,.final-cta h2{font-size:clamp(31px,4.5vw,48px);line-height:1.2;letter-spacing:-.04em;margin:8px 0 14px;color:#11233e}.section-heading p,.message-copy>p{color:#6b7a90;line-height:1.8;font-size:16px;margin:0}

/* Problems */
.problem-section{background:#fff}.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.problem-grid article{padding:25px;border:1px solid #e2eaf3;border-radius:20px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 8px 28px rgba(41,72,108,.04)}.problem-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#edf5ff;color:#2670d8;font-size:12px;font-weight:900}.problem-grid h3{font-size:18px;margin:19px 0 9px}.problem-grid p{color:#6d7c90;font-size:14px;line-height:1.72;margin:0}

/* Benefits */
.benefit-section{background:linear-gradient(180deg,#edf7ff 0%,#f7fbff 100%)}.benefit-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;align-items:start}.sticky-copy{position:sticky;top:116px}.sticky-copy h2{font-size:clamp(31px,4vw,48px)}.sticky-copy p{color:#62748a;line-height:1.8}.text-link{display:inline-block;margin-top:18px;color:#1f5dc0;font-weight:850;text-decoration:none}.benefit-list{display:grid;gap:14px}.benefit-list article{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:24px;background:white;border:1px solid #dce8f5;border-radius:18px}.benefit-num{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#eaf3ff;color:#2563eb;font-weight:900;font-size:11px}.benefit-list h3{margin:1px 0 7px;font-size:18px}.benefit-list p{margin:0;color:#6c7a8d;line-height:1.72;font-size:14px}

/* Steps */
.how-section{background:#fff}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step-card{position:relative;border:1px solid #e1e9f2;border-radius:20px;padding:22px;background:#fff}.step-no{position:absolute;right:17px;top:16px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#173761;color:#fff;font-size:11px;font-weight:900}.step-card h3{font-size:18px;margin:20px 0 8px}.step-card>p{margin:0;color:#6e7e91;font-size:14px;line-height:1.7}.step-visual{height:132px;border-radius:16px;background:#f4f8fc;border:1px solid #e3ebf3;padding:16px}.customer-visual{display:flex;align-items:center;gap:10px}.avatar{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:#dbeafe;color:#1d4ed8;font-weight:900}.customer-visual b,.customer-visual small{display:block}.customer-visual small{font-size:10px;color:#7b899b;margin-top:3px}.count-chip{margin-left:auto;background:white;border:1px solid #dce5ef;border-radius:999px;padding:6px 8px;font-size:9px;font-weight:800}.service-visual{display:flex;flex-direction:column;justify-content:center}.service-visual span{font-size:10px;color:#7f8c9d}.service-visual b{font-size:22px;margin:4px 0}.service-visual i{height:6px;border-radius:999px;background:linear-gradient(90deg,#27b39a 68%,#e5edf5 68%);margin:5px 0 8px}.service-visual small{font-size:9px;color:#6f7d90}.forecast-visual{display:grid;align-content:center;gap:5px}.forecast-visual>small{font-size:9px;color:#7a8799}.forecast-visual>strong{font-size:21px;color:#1f5dbb}.forecast-visual div{display:flex;align-items:center;gap:6px;font-size:9px;color:#6d7a8b;margin-top:6px}.forecast-visual i{width:7px;height:7px;border-radius:50%;background:#cbd5e1}.forecast-visual i.on{background:#22c55e}.message-visual{display:grid;align-content:center;gap:10px}.message-visual div{font-size:11px;font-weight:800}.message-visual button{border:0;background:#2563eb;color:#fff;border-radius:9px;padding:8px 10px;font-size:10px;font-weight:800}

/* Messages */
.message-section{background:#eef8f5}.message-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:76px;align-items:center}.message-copy>p{max-width:600px}.message-benefits{display:grid;gap:13px;margin-top:28px}.message-benefits>div{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start}.message-benefits>div>span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#d9f5ea;color:#07866f;font-weight:900}.message-benefits p{margin:0;color:#607286;line-height:1.55;font-size:14px}.message-benefits strong{color:#18314f}.phone-wrap{display:grid;justify-items:center}.phone{width:min(390px,100%);border:9px solid #233247;border-radius:38px;background:#eef3ef;box-shadow:0 28px 70px rgba(26,58,53,.18);overflow:hidden}.phone-notch{width:110px;height:22px;border-radius:0 0 15px 15px;background:#233247;margin:0 auto}.chat-header{display:flex;gap:10px;align-items:center;padding:14px 16px;background:#fff;border-bottom:1px solid #e4ece8}.shop-avatar{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#1fa676;color:#fff;font-weight:900}.chat-header b,.chat-header small{display:block}.chat-header b{font-size:13px}.chat-header small{color:#87938c;font-size:9px;margin-top:2px}.chat-body{padding:18px 13px 22px;min-height:500px;background:linear-gradient(180deg,#dceae1,#eaf0ec)}.day-label{text-align:center;font-size:9px;color:#75867c;margin-bottom:12px}.chat-bubble{max-width:84%;border-radius:15px;padding:11px 12px;position:relative;margin-bottom:9px;font-size:11px;line-height:1.6;box-shadow:0 3px 12px rgba(31,64,49,.05)}.chat-bubble p{margin:0 0 6px}.chat-bubble p:last-of-type{margin-bottom:0}.chat-bubble small{display:block;text-align:right;color:#869289;font-size:8px;margin-top:4px}.chat-bubble.incoming{background:#fff;border-top-left-radius:4px}.chat-bubble.outgoing{margin-left:auto;background:#a6e983;border-top-right-radius:4px}.chat-bubble.compact{font-size:10px}.quick-replies{display:flex;flex-wrap:wrap;gap:5px;margin:7px 0 12px}.quick-replies span{background:white;border:1px solid #cfdcd4;border-radius:999px;padding:6px 8px;font-size:8px;font-weight:700;color:#3b594a}.message-caption{max-width:440px;margin-top:14px;color:#75857c;font-size:10px;line-height:1.6;text-align:center}

/* Scenarios */
.scenario-section{background:#fff}.scenario-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.scenario-grid article{border-radius:22px;border:1px solid #dfe8f1;padding:26px;background:#fbfdff}.scenario-label{font-size:10px;font-weight:900;color:#2870d3;letter-spacing:.08em;text-transform:uppercase}.scenario-grid h3{font-size:20px;margin:9px 0}.scenario-grid p{color:#6b7b90;line-height:1.7;font-size:14px;min-height:72px}.scenario-mini,.scenario-buttons{display:flex;gap:7px;flex-wrap:wrap}.scenario-mini span,.scenario-buttons span{border-radius:9px;background:#edf4fb;padding:7px 9px;font-size:9px;font-weight:800;color:#355273}.scenario-buttons span:last-child{background:#fff0e8;color:#a15123}.scenario-meter{display:grid;gap:8px}.scenario-meter i{display:block;height:8px;border-radius:999px;background:linear-gradient(90deg,#27b39a 38%,#e6edf4 38%)}.scenario-meter b{font-size:10px;color:#438071}

/* Product UI */
.product-section{background:#f3f8fd}.product-grid{display:grid;grid-template-columns:1.05fr .95fr .95fr;gap:17px}.ui-panel{background:white;border:1px solid #dae5f0;border-radius:20px;padding:22px;box-shadow:0 9px 28px rgba(35,71,111,.05)}.ui-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.ui-top small{display:block;color:#8390a1;font-size:9px}.ui-top h3{font-size:20px;margin:4px 0 0}.soft-chip{font-size:9px;border-radius:999px;padding:6px 8px;background:#e9f8f3;color:#0b826d;font-weight:800}.soft-chip.blue{background:#edf4ff;color:#2862bc}.contact-line{display:flex;justify-content:space-between;margin:20px 0 12px;padding:11px 0;border-bottom:1px solid #edf1f5;font-size:10px}.contact-line span{color:#7a8799}.vehicle-stack{display:grid;gap:9px}.vehicle-row{display:flex;justify-content:space-between;align-items:center;border:1px solid #e3eaf2;border-radius:13px;padding:12px}.vehicle-row b,.vehicle-row small,.vehicle-row span,.vehicle-row strong{display:block}.vehicle-row b{font-size:12px}.vehicle-row small,.vehicle-row span{font-size:8px;color:#8491a2;margin-top:2px}.vehicle-row strong{font-size:9px;color:#1d67be;margin-top:3px;text-align:right}.vehicle-row .muted{color:#b36a3a}.fake-button{border:0;border-radius:9px;background:#edf4ff;color:#245db1;font-size:9px;font-weight:800;padding:7px 9px}.timeline{display:grid;gap:0;margin-top:18px}.timeline>div{display:grid;grid-template-columns:16px 1fr;gap:8px;position:relative;padding-bottom:15px}.timeline>div:before{content:"";position:absolute;left:5px;top:10px;bottom:-2px;width:1px;background:#dce5ee}.timeline>div:last-child:before{display:none}.timeline i{width:11px;height:11px;border-radius:50%;background:#3b82f6;box-shadow:0 0 0 3px #eaf3ff;position:relative;z-index:1}.timeline b,.timeline small{display:inline-block;font-size:9px}.timeline small{color:#8592a2;margin-left:8px}.timeline p{font-size:9px;color:#637286;margin:4px 0 0}.forecast-big{display:flex;justify-content:space-between;align-items:end;margin:22px 0}.forecast-big strong{font-size:26px;color:#1f5fc1}.forecast-big span{font-size:9px;color:#768597}.forecast-compare{display:grid;grid-template-columns:1fr 1fr;gap:8px}.forecast-compare div{border-radius:12px;background:#f5f8fb;padding:12px}.forecast-compare .winner{background:#eaf5ff;border:1px solid #d2e7fb}.forecast-compare span,.forecast-compare b{display:block;font-size:9px}.forecast-compare span{color:#7b8999;margin-bottom:5px}.ui-note{display:block;color:#8a96a5;font-size:8px;line-height:1.5;margin-top:14px}

/* Pricing */
.pricing-section{background:#fff}.public-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.public-plan-card{position:relative;border:1px solid #dce5ef;border-radius:22px;padding:28px;background:#fff}.public-plan-card.recommended{border:2px solid #2563eb;box-shadow:0 18px 40px rgba(37,99,235,.10)}.trial-card{background:#f8fbff}.plan-badge{position:absolute;right:18px;top:-11px;background:#2563eb;color:#fff;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:900}.plan-name{font-size:19px;font-weight:900}.plan-price{font-size:32px;font-weight:950;margin:14px 0}.plan-price small{font-size:13px;color:#718095;font-weight:700}.public-plan-card ul{padding:0;margin:0 0 22px;list-style:none;display:grid;gap:10px;color:#637286;font-size:13px}.public-plan-card li:before{content:"✓";color:#12a685;font-weight:900;margin-right:8px}.public-plan-card .button{width:100%}.pricing-note{text-align:center;color:#7a8899;font-size:11px;margin-top:18px}

/* FAQ */
.faq-section{background:#f3f8fd}.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}.faq-layout .section-heading{position:sticky;top:116px}.faq-list{display:grid;gap:10px}.faq-list details{background:#fff;border:1px solid #dce5ee;border-radius:15px;padding:0 18px}.faq-list summary{cursor:pointer;list-style:none;font-weight:850;padding:18px 28px 18px 0;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:0;color:#2b65bb}.faq-list details[open] summary:after{content:"–"}.faq-list p{margin:-2px 0 18px;color:#6a7a8e;font-size:13px;line-height:1.75}

/* CTA + Footer */
.final-cta{padding:72px 0;background:linear-gradient(135deg,#eaf4ff,#eefbf7)}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.final-cta h2{font-size:clamp(30px,4vw,44px);margin:8px 0}.final-cta p{margin:0;color:#66778b}.site-footer{background:#14243a;color:#dbe6f2;padding:42px 0 28px}.footer-grid{display:flex;justify-content:space-between;gap:26px;align-items:center}.footer-brand{display:flex;align-items:center;gap:11px}.footer-brand strong,.footer-brand span{display:block}.footer-brand strong{color:#fff}.footer-brand span{font-size:11px;color:#99abc0;margin-top:2px}.footer-links{display:flex;flex-wrap:wrap;gap:17px;font-size:12px}.footer-links a{color:#c4d1df}.company-pending{margin-top:25px;padding-top:18px;border-top:1px solid #2c3f57;color:#8fa0b3;font-size:10px}

/* Policy pages */
.topbar{min-height:76px;display:flex;align-items:center;justify-content:space-between;padding:16px clamp(18px,5vw,60px);background:#fff;color:var(--ink);border-bottom:1px solid #e0e8f1}.brand{font-size:22px;font-weight:850}.subtitle{margin-top:2px;color:#7e8ca0;font-size:12px}.policy-page{width:min(820px,calc(100% - 32px));margin:48px auto 80px;background:white;border:1px solid #e1e9f2;border-radius:20px;padding:clamp(24px,5vw,44px);box-shadow:0 12px 34px rgba(35,69,108,.05)}.policy-page h1{font-size:clamp(28px,5vw,40px);margin-top:0}.policy-page h2{margin-top:30px;font-size:20px}.policy-page p{color:#56677d;line-height:1.85}.policy-date{color:#8a98aa!important;font-size:12px}

@media(max-width:980px){.nav-links a:not(.nav-login){display:none}.hero-inner{grid-template-columns:1fr;gap:40px}.hero-copy{max-width:780px}.product-stage{max-width:720px;margin:auto;width:100%}.problem-grid{grid-template-columns:1fr 1fr}.benefit-layout{grid-template-columns:1fr;gap:35px}.sticky-copy,.faq-layout .section-heading{position:static}.steps-grid{grid-template-columns:1fr 1fr}.message-layout{grid-template-columns:1fr;gap:45px}.message-copy{max-width:720px}.scenario-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr}.reminder-panel{grid-column:1/-1}.public-plan-grid{grid-template-columns:1fr}.faq-layout{grid-template-columns:1fr;gap:25px}.cta-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.container-wide,.hero-inner{width:min(100% - 24px,1180px)}.section-pad{padding:68px 0}.header-inner{width:min(100% - 24px,1240px);min-height:68px}.brand-copy small{display:none}.hero{padding:62px 0 62px}.hero h1{font-size:clamp(39px,13vw,56px)}.hero-lead{font-size:16px}.hero-actions .button{width:100%}.hero-assurance{gap:10px}.dashboard-mock{height:330px;grid-template-columns:58px 1fr}.mock-main{padding:18px}.mock-bottom-grid{grid-template-columns:1fr 1fr}.mock-bottom-grid .small-stat:last-child{display:none}.floating-note{display:none}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div{border-bottom:1px solid #e6edf5}.problem-grid,.steps-grid,.product-grid{grid-template-columns:1fr}.product-grid .reminder-panel{grid-column:auto}.section-heading h2,.benefit-section h2,.message-copy h2{font-size:32px}.phone{width:100%;max-width:390px}.footer-grid{flex-direction:column;align-items:flex-start}.footer-links{line-height:1.8}}

/* ===== 2026-08-30 accessibility + unified light theme ===== */
html { font-size: 17px; }
body { font-size: 17px; line-height: 1.65; background: #f8fbff; }
button, input, select, textarea { font-size: 16px; }
.button { font-size: 16px; min-height: 48px; }
small { font-size: 14px !important; line-height: 1.5; }
.nav-links { font-size: 15px; }
.brand-copy small { font-size: 14px; }
.hero-kicker { font-size: 16px; }
.hero-lead { font-size: 19px; }
.hero-assurance { font-size: 14px; }
.trust-grid span { font-size: 15px; }
.eyebrow { font-size: 14px; letter-spacing: .08em; }
.section-heading p, .message-copy > p { font-size: 17px; }
.problem-grid p, .benefit-list p, .step-card > p { font-size: 16px; }
.problem-grid h3, .benefit-list h3, .step-card h3 { font-size: 19px; }
.text-link { font-size: 16px; }
.policy-page { background: #fff; border-color: #dce6f1; box-shadow: 0 18px 48px rgba(39,82,125,.08); }
.policy-page h1 { color: #11233e; }
.policy-page h2 { color: #163057; font-size: 22px; }
.policy-page p { color: #526178; font-size: 17px; line-height: 1.95; }
.policy-page a { color: #2563eb; font-weight: 800; }
.policy-date { color: #718096 !important; font-size: 15px !important; }
.topbar { background: rgba(255,255,255,.96); border-bottom: 1px solid #dce6f1; box-shadow: 0 4px 18px rgba(38,74,110,.04); }
.topbar .brand-wrap { position: relative; padding-left: 48px; }
.topbar .brand-wrap::before { content: "CC"; position: absolute; left: 0; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(135deg,#2563eb,#0ea5e9); color: #fff; font-weight: 900; font-size: 13px; box-shadow: 0 8px 20px rgba(37,99,235,.18); }
.topbar .brand { color: #163057; font-size: 21px; }
.topbar .subtitle { color: #65738a; font-size: 14px; }

/* Increase readability inside product mockups without making them dominant */
.browser-bar, .mock-title-row small, .mock-date, .vehicle-meta, .forecast-row,
.small-stat span, .floating-note small, .floating-note strong, .due-pill { font-size: 13px !important; }
.plate { font-size: 15px; }

@media (max-width: 640px) {
  html, body { font-size: 17px; }
  .hero-lead { font-size: 18px; line-height: 1.8; }
  .nav-login { font-size: 16px; padding: 11px 14px; }
  .policy-page { width: min(100% - 20px, 820px); margin-top: 22px; }
}
