@import "https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap";:root{--warm-bg:var(--bg);--warm-bg-card:var(--surface);--warm-border:var(--border);--warm-border-strong:var(--border-strong);--warm-text:var(--text-primary);--warm-text-muted:var(--text-secondary);--warm-text-faint:var(--text-tertiary);--warm-accent:var(--accent-warm);--warm-accent-strong:var(--warning);--warm-success:var(--success)}body.is-home{background:var(--warm-bg);color:var(--warm-text);font-family:"M PLUS Rounded 1c",system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body.is-home .brand .roadside-title{margin-left:0;font-size:22px;position:static;top:0;letter-spacing:-.02em!important;text-transform:none!important;font-family:"M PLUS Rounded 1c",system-ui,sans-serif!important;font-weight:800!important}.home-eyebrow-section{letter-spacing:.2em;text-transform:uppercase;color:var(--primary);margin:0;font-size:12px;font-weight:700}.home-eyebrow-section--muted{color:var(--warm-text-muted)}.home-section-heading{text-align:center;justify-items:center;gap:14px;max-width:720px;margin:0 auto 56px;display:grid}.home-section-heading h2{letter-spacing:-.025em;color:var(--warm-text);text-transform:none;margin:0;font-size:clamp(30px,4vw,46px);line-height:1.1;font-family:"M PLUS Rounded 1c",system-ui,sans-serif!important;font-weight:800!important}.home-section-heading p{color:var(--warm-text-muted);max-width:56ch;margin:0;font-size:17px;line-height:1.65}.home-showcase .home-section-heading{max-width:960px}.home-showcase .home-section-heading h2{text-wrap:balance}.home-hero{padding:56px 0 96px;position:relative;overflow:hidden}.home-hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#fde68a8c 0%,#0000 70%);border-radius:999px;width:380px;height:380px;position:absolute;top:-120px;right:-120px}.home-hero:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#4a8cff2e 0%,#0000 70%);border-radius:999px;width:320px;height:320px;position:absolute;bottom:-180px;left:-100px}.home-hero__inner{z-index:1;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);align-items:center;gap:56px;display:grid;position:relative}.home-hero__copy{align-content:start;gap:24px;display:grid}.home-hero__title{letter-spacing:-.03em;text-transform:none;color:var(--warm-text);margin:0;font-size:clamp(40px,6vw,68px);line-height:1.02;font-family:"M PLUS Rounded 1c",system-ui,sans-serif!important;font-weight:800!important}.home-hero__title .accent{color:var(--primary)}.home-hero__title .accent-block{background:var(--warm-accent);border-radius:6px;padding:0 10px;display:inline-block;transform:rotate(-.5deg)}.home-hero__sub{max-width:50ch;color:var(--warm-text-muted);margin:0;font-size:19px;line-height:1.55}.home-hero__sub strong{color:var(--warm-text);background:linear-gradient(120deg,#0000 0% 5%,#fde68a80 5% 95%,#0000 95%);padding:1px 2px}.home-hero__actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:4px;display:flex}.home-hero__actions .btn{border-radius:14px;min-height:56px;padding:0 28px;font-size:16px}.home-link{color:var(--warm-text);border-bottom:2px solid var(--warm-border-strong);padding-bottom:2px;font-size:15px;font-weight:700;transition:border-color .18s,color .18s}.home-link:hover{color:var(--primary);border-color:var(--primary)}.home-hero__proof{background:var(--warm-bg-card);border:1px solid var(--warm-border);width:fit-content;color:var(--warm-text-muted);border-radius:999px;align-items:center;gap:12px;padding:8px 16px 8px 8px;font-size:13px;display:inline-flex}.home-proof__avatars{display:inline-flex}.home-proof__avatars span{border:2px solid var(--warm-bg-card);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;margin-right:-10px;font-size:11px;font-weight:700;display:inline-flex}.home-hero__mockup{justify-content:center;align-items:center;display:flex;position:relative}.image-placeholder{background:repeating-linear-gradient(45deg, #f4f1e8 0, #f4f1e8 14px, var(--warm-bg) 14px, var(--warm-bg) 28px);border:2px dashed var(--warm-border-strong);color:#8c8475;text-align:center;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:36px 20px;font-size:12px;display:flex;position:relative}.image-placeholder__icon{opacity:.55;margin-bottom:8px;font-size:36px;line-height:1}.image-placeholder__label{letter-spacing:.04em;text-transform:uppercase;color:#5f5847;font-weight:800}.image-placeholder__hint{color:#a39c8a;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.image-placeholder--phone{aspect-ratio:390/800;width:min(100%,320px);box-shadow:0 32px 60px -28px #0f172a38}.image-placeholder--phone-lg{aspect-ratio:390/760;width:min(100%,360px);box-shadow:0 32px 60px -28px #0f172a38}.image-placeholder--card{aspect-ratio:4/3;width:100%}.home-showcase{background:var(--warm-bg-card);border-top:1px solid var(--warm-border);border-bottom:1px solid var(--warm-border);padding:96px 0}.home-showcase__stack{gap:96px;margin-top:16px;display:grid}.home-showcase__row{grid-template-columns:minmax(0,1fr) minmax(280px,380px);align-items:center;gap:64px;display:grid}.home-showcase__row--reverse{grid-template-columns:minmax(280px,380px) minmax(0,1fr)}.home-showcase__row--reverse .home-showcase__copy{order:2}.home-showcase__row--reverse .home-showcase__image{order:1}.home-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--primary);margin:0 0 12px;font-family:"M PLUS Rounded 1c",system-ui,sans-serif;font-size:12px;font-weight:700}.home-showcase__copy h3{letter-spacing:-.02em;color:var(--warm-text);margin:0 0 14px;font-size:clamp(28px,3.4vw,38px);line-height:1.1}.home-showcase__copy>p{color:var(--warm-text-muted);max-width:50ch;margin:0 0 18px;font-size:17px;line-height:1.65}.home-checklist{gap:10px;margin:0;padding:0;list-style:none;display:grid}.home-checklist li{color:var(--warm-text);padding-left:28px;font-size:15px;line-height:1.55;position:relative}.home-checklist li:before{content:"✓";background:var(--primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;top:0;left:0}.home-showcase__image{justify-content:center;display:flex}.home-modes{padding:96px 0}.home-modes__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.home-mode-card{border:1px solid var(--warm-border);background:var(--warm-bg-card);border-radius:22px;gap:14px;padding:28px 26px;transition:transform .2s;display:grid;position:relative;box-shadow:0 18px 40px -28px #0f172a2e}.home-mode-card:hover{transform:translateY(-3px)}.home-mode-card--featured{border:2px solid var(--primary);background:#fff;box-shadow:0 20px 44px -26px #2f6fe066}.home-mode-card--featured .home-mode-card__eyebrow--on-dark{color:var(--primary-deep)}.home-mode-card--featured p{font-weight:500}.home-mode-card__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--primary);margin:0;font-size:11px;font-weight:700}.home-mode-card__eyebrow--on-dark{color:#ffffffe0}.home-mode-card__badge{z-index:2;background:var(--primary);color:#fff;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:6px 13px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;top:-13px;left:50%;transform:translate(-50%);box-shadow:0 10px 22px -10px #0f172a80}.home-mode-card__badge-star{color:#f5a623;flex-shrink:0}.home-mode-card h3{letter-spacing:-.02em;margin:0;font-size:22px;line-height:1.15}.home-mode-card p{color:var(--warm-text-muted);margin:0;font-size:15px;line-height:1.6}.home-calc-promo{padding:96px 0}.home-calc-promo__grid{grid-template-columns:minmax(0,1fr) minmax(320px,460px);align-items:center;gap:56px;display:grid}.home-calc-promo__copy{align-content:start;gap:18px;display:grid}.home-calc-promo__copy h2{letter-spacing:-.025em;color:var(--text-primary);margin:0;font-size:clamp(30px,4vw,44px);line-height:1.08;font-family:"M PLUS Rounded 1c",system-ui,sans-serif!important;font-weight:800!important}.home-calc-promo__copy>p{color:var(--text-secondary);max-width:50ch;margin:0;font-size:17px;line-height:1.65}.home-calc-promo__actions{flex-wrap:wrap;align-items:center;gap:18px;margin-top:4px;display:flex}.home-calc-promo__actions .btn{border-radius:14px;min-height:52px;padding:0 24px;font-size:15px}.home-calc-promo__hint{color:var(--text-tertiary);font-size:13px}.home-calc-promo__preview{background:var(--surface);border:1px solid var(--border);color:inherit;border-radius:20px;padding:26px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block;position:relative;transform:rotate(-.4deg);box-shadow:0 28px 60px -32px #0f172a33}.home-calc-promo__preview:hover{transform:rotate(0)translateY(-2px);box-shadow:0 32px 70px -28px #2f6fe047}.home-calc-promo__preview-label{background:var(--accent-warm);color:#5a4500;letter-spacing:.1em;text-transform:uppercase;border-radius:999px;padding:4px 12px;font-size:11px;font-weight:800;position:absolute;top:-12px;left:24px}.home-calc-promo__group{gap:12px;display:grid}.home-calc-promo__group-label{letter-spacing:.18em;text-transform:uppercase;color:var(--text-tertiary);margin:0;font-size:11px;font-weight:800}.home-calc-promo__row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.home-calc-promo__field{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:12px 14px}.home-calc-promo__field-value{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:16px;font-weight:700}.home-calc-promo__field-label{color:var(--text-tertiary);margin:2px 0 0;font-size:11px}.home-calc-promo__divider{background:var(--border);height:1px;margin:22px 0}.home-calc-promo__results{grid-template-columns:1fr 1fr;gap:10px;display:grid}.home-calc-promo__result{background:var(--primary-soft);border:1px solid #d3def8;border-radius:14px;padding:14px 16px}.home-calc-promo__result--negative{background:#fde8e8;border-color:#f5c2c7}.home-calc-promo__result-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin:0;font-size:11px;font-weight:700}.home-calc-promo__result-value{color:var(--primary-deep);letter-spacing:-.02em;margin:4px 0 0;font-size:24px;font-weight:800}.home-calc-promo__result--negative .home-calc-promo__result-value{color:var(--danger)}@media (width<=880px){.home-calc-promo{padding:72px 0}.home-calc-promo__grid{grid-template-columns:1fr;gap:32px}.home-calc-promo__preview{transform:rotate(0)}}.home-compare{background:var(--warm-bg-card);border-top:1px solid var(--warm-border);border-bottom:1px solid var(--warm-border);padding:96px 0}.home-compare__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.home-compare__card{border:1px solid var(--warm-border);background:var(--warm-bg);border-radius:20px;gap:12px;padding:28px 24px;display:grid}.home-compare__card h3{letter-spacing:-.02em;text-transform:none;color:var(--warm-text);margin:0;font-family:"M PLUS Rounded 1c",system-ui,sans-serif;font-size:20px;font-weight:800}.home-compare__card h3 span{color:var(--primary)}.home-compare__card p{color:var(--warm-text-muted);margin:0;font-size:15px;line-height:1.65}.home-compare__card strong{color:var(--warm-text)}.home-compare__card a{color:var(--primary);border-bottom:1.5px solid;padding-bottom:1px;font-weight:700;transition:color .18s}.home-compare__card a:hover{color:var(--primary-deep)}body.is-home #pricing,body.is-home #faq{background:var(--warm-bg)}body.is-home .section-heading h2,body.is-home .faq h2,body.is-home .final-cta h2{text-transform:none!important;letter-spacing:-.025em!important;font-family:"M PLUS Rounded 1c",system-ui,sans-serif!important;font-weight:800!important}body.is-home .pricing-card__tier,body.is-home .pricing-market__value,body.is-home .pricing-market__suffix,body.is-home .pricing-market__value span[data-i18n]{text-transform:none!important;letter-spacing:-.01em!important;font-family:"M PLUS Rounded 1c",system-ui,sans-serif!important;font-weight:800!important}body.is-home .pricing-comparison__title{text-transform:none!important;letter-spacing:-.02em!important;font-family:"M PLUS Rounded 1c",system-ui,sans-serif!important;font-weight:800!important}body.is-home .pricing-comparison__table thead th{text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-family:"M PLUS Rounded 1c",system-ui,sans-serif!important;font-weight:700!important}body.is-home .pricing-card{border-radius:22px}body.is-home .pricing-card--featured{box-shadow:0 28px 60px -24px #4a8cff4d}body.is-home .faq-help-link{text-align:center;color:var(--warm-text-muted);margin-top:36px;font-size:15px}body.is-home .faq-help-link a{color:var(--primary);font-weight:700}@media (width<=880px){.home-hero__inner{grid-template-columns:1fr;gap:40px}.home-showcase__row,.home-showcase__row--reverse{grid-template-columns:1fr;gap:32px}.home-showcase__row--reverse .home-showcase__copy{order:1}.home-showcase__row--reverse .home-showcase__image{order:2}.home-showcase__stack{gap:72px}.home-modes__grid,.home-compare__grid{grid-template-columns:1fr}}@media (width<=640px){.home-hero{padding:40px 0 64px}.home-showcase,.home-modes,.home-compare{padding:72px 0}.home-hero__title{font-size:clamp(32px,9vw,44px)}.home-hero__sub{font-size:17px}.home-section-heading{margin-bottom:40px}}.home-hero__image{aspect-ratio:1206/2622;border-radius:38px;width:auto;max-width:min(100%,360px);height:auto;max-height:620px;display:block;box-shadow:0 0 0 8px #0f1419,0 0 0 10px #2b313d,0 28px 60px -18px #0f141973,0 10px 26px -8px #0f141947}.home-showcase__phone{aspect-ratio:1206/2622;border-radius:36px;width:auto;max-width:min(100%,320px);height:auto;max-height:580px;display:block;box-shadow:0 0 0 7px #0f1419,0 0 0 9px #2b313d,0 24px 50px -16px #0f14196b,0 8px 22px -8px #0f141942}
