:root {
  --ink: #101c14;
  --ink-2: #19271d;
  --paper: #f1f7ed;
  --white: #ffffff;
  --lime: #48ff0b;
  --lime-soft: #d8ffc9;
  --green: #0b6b3b;
  --muted: #5c675f;
  --line: #dbe5d8;
  --shadow: 0 22px 70px rgba(16, 28, 20, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button:disabled { cursor: wait; opacity: .72; transform: none !important; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-140%); padding: 10px 16px; border-radius: 10px; background: var(--lime); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(16, 28, 20, .94); color: var(--white); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); text-decoration: none; font-size: 1.08rem; font-weight: 900; letter-spacing: -.04em; }
.brand > span:last-child > span { color: var(--lime); }
.brand-mark { width: 38px; height: 38px; display: grid; flex: 0 0 38px; place-items: center; border-radius: 12px 5px 12px 5px; background: var(--lime); box-shadow: inset 0 0 0 1px rgba(16,28,20,.12), 0 8px 22px rgba(72,255,11,.16); }
.brand-mark img { width: 28px; height: 28px; }
.nio-brand { min-height: 44px; }
.nio-brand-logo { width: 118px; height: auto; }
.brand-footer .nio-brand-logo { width: 132px; }
.desktop-nav { display: flex; gap: 26px; margin-left: auto; }
.desktop-nav a { text-decoration: none; color: #dce8dd; font-weight: 700; font-size: .92rem; }
.desktop-nav a:hover { color: var(--lime); }
.header-note { margin-left: auto; color: #c9d4ca; font-size: .9rem; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; padding: 0 25px; text-decoration: none; font-weight: 900; line-height: 1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid #84ff5d; outline-offset: 3px; }
.button-primary { background: var(--lime); color: var(--ink); box-shadow: 0 12px 30px rgba(72,255,11,.22); }
.button-dark { background: var(--ink); color: var(--white); }
.button-outline { min-height: 44px; border: 1px solid rgba(255,255,255,.32); color: var(--white); background: transparent; }
.button-outline:hover { border-color: var(--lime); color: var(--lime); }
.site-header .button-outline { border-color: var(--lime); background: var(--lime); color: var(--ink); box-shadow: 0 9px 26px rgba(72,255,11,.24); }
.site-header .button-outline:hover { border-color: #6bff3b; background: #6bff3b; color: var(--ink); box-shadow: 0 12px 32px rgba(72,255,11,.34); }
.button-small { padding-inline: 18px; font-size: .88rem; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); padding: 58px 0 62px; }
.hero::before { content: ""; position: absolute; inset: auto auto -180px -120px; width: 500px; height: 500px; border-radius: 50%; background: rgba(72,255,11,.08); filter: blur(20px); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(44px, 5vw, 70px); }
.hero-copy { max-width: 520px; }
.eyebrow { margin: 0 0 15px; color: var(--green); font-size: .79rem; font-weight: 950; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.hero .eyebrow, .section-dark .eyebrow, .final-cta .eyebrow { color: var(--lime); }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(72,255,11,.12); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.04em; }
.hero h1 { max-width: 520px; margin-bottom: 20px; font-size: clamp(3.2rem, 4.35vw, 4.2rem); line-height: 1.04; }
.hero-lead { max-width: 610px; margin: 0 0 25px; color: #d8e4da; font-size: 1.14rem; line-height: 1.65; }
.hero-offer-card { display: contents; }
.hero-plan-heading { display: none; }
.hero-price { display: flex; align-items: flex-end; gap: 7px; margin: 4px 0 26px; }
.hero-price > span:first-child { align-self: center; max-width: 68px; color: #b9c7bb; font-size: .78rem; line-height: 1.2; text-transform: uppercase; font-weight: 800; }
.hero-price strong { display: flex; align-items: flex-start; color: var(--lime); font-size: 4.3rem; line-height: .9; letter-spacing: -.08em; }
.hero-price strong small { margin: 8px 5px 0 0; font-size: 1.2rem; letter-spacing: -.02em; }
.hero-price > span:last-child { color: #c5d1c7; font-size: .88rem; font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero .text-link { color: var(--white); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 25px; margin: 28px 0 0; padding: 0; list-style: none; color: #bfcac1; font-size: .84rem; }
.hero-points li::before { content: "✓"; margin-right: 8px; color: var(--lime); font-weight: 900; }
.hero-visual { position: relative; min-width: 0; aspect-ratio: 4 / 3; align-self: center; }
.hero-visual::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; border: 1px solid rgba(72,255,11,.5); border-radius: 42px; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 38px; box-shadow: 0 32px 80px rgba(0,0,0,.35); }
.visual-chip { position: absolute; min-width: 176px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; background: rgba(16,28,20,.86); color: var(--white); backdrop-filter: blur(12px); box-shadow: 0 14px 34px rgba(0,0,0,.2); }
.visual-chip strong, .visual-chip span { display: block; }
.visual-chip strong { color: var(--lime); font-size: .96rem; }
.visual-chip span { color: #d0dbd2; font-size: .72rem; }
.chip-top { top: 24px; right: -18px; }
.chip-bottom { left: -28px; bottom: 32px; }

.oi-hero .hero-copy { max-width: 575px; }
.oi-hero .hero-lead { margin-bottom: 18px; }
.brand-change { width: fit-content; display: flex; align-items: center; gap: 13px; margin: 0 0 22px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(255,255,255,.06); }
.legacy-name { color: #d4ded6; font-size: .9rem; font-weight: 900; }
.brand-change-arrow { color: var(--lime); font-size: 1.15rem; font-weight: 950; }
.current-name { display: grid; place-items: center; min-height: 34px; padding: 3px 9px; border-radius: 9px; background: var(--lime); }
.current-name img { width: 72px; height: auto; }

.proof-strip { position: relative; z-index: 5; margin-top: -1px; background: var(--lime); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 96px; padding: 22px 26px; border-right: 1px solid rgba(16,28,20,.18); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-size: 1.02rem; line-height: 1.25; }
.proof-copy > span { margin-top: 3px; color: #294426; font-size: .84rem; font-weight: 600; line-height: 1.35; }
.proof-item { display: flex; align-items: center; gap: 14px; min-width: 0; }
.proof-icon { width: 50px; height: 50px; display: grid !important; flex: 0 0 50px; place-items: center; border-radius: 15px; background: rgba(255,255,255,.56); color: var(--ink); box-shadow: inset 0 0 0 1px rgba(16,28,20,.08); }
.proof-icon svg { width: 29px; height: 29px; }
.proof-copy { min-width: 0; }

.section { padding: 100px 0; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading h2 { margin-bottom: 17px; font-size: clamp(2.1rem, 4vw, 3.8rem); }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.06rem; }
.section-heading.compact { max-width: 520px; }
.section-heading.light p:last-child { color: #b9c6bc; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 22px; }
.plan-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 25px rgba(16,28,20,.05); }
.plan-card.featured { border: 2px solid var(--lime); background: var(--ink); color: var(--white); transform: translateY(-12px); box-shadow: var(--shadow); }
.popular-badge { position: absolute; top: -17px; left: 28px; padding: 8px 14px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: .72rem; font-weight: 950; text-transform: uppercase; letter-spacing: .06em; }
.plan-topline { display: flex; justify-content: space-between; gap: 15px; color: var(--green); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.featured .plan-topline { color: var(--lime); }
.plan-card h3 { margin: 22px 0 8px; font-size: 4.4rem; }
.plan-card h3 small { font-size: 1.15rem; letter-spacing: -.02em; }
.plan-use { min-height: 52px; margin: 0 0 22px; color: var(--muted); }
.featured .plan-use { color: #b8c6bb; }
.plan-price { display: flex; align-items: flex-end; gap: 5px; padding: 18px 0 8px; border-top: 1px solid var(--line); }
.featured .plan-price { border-color: rgba(255,255,255,.14); }
.plan-price > span:first-child { align-self: flex-start; padding-top: 9px; font-weight: 900; }
.plan-price strong { font-size: 3.7rem; line-height: .9; letter-spacing: -.08em; }
.featured .plan-price strong { color: var(--lime); }
.plan-price > span:last-child { padding-bottom: 3px; color: var(--muted); font-size: .72rem; line-height: 1.15; }
.featured .plan-price > span:last-child { color: #b8c6bb; }
.alternate-price { margin: 0 0 22px; color: var(--muted); font-size: .78rem; }
.featured .alternate-price { color: #aebbb0; }
.check-list { display: grid; gap: 10px; margin: 0 0 28px; padding: 0; list-style: none; font-size: .88rem; }
.check-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 9px; border-radius: 50%; background: var(--lime-soft); color: var(--green); font-weight: 950; font-size: .72rem; }
.featured .check-list li::before { background: var(--lime); color: var(--ink); }
.plan-card .button { width: 100%; margin-top: auto; }
.plans-note { max-width: 800px; margin: 22px auto 0; color: var(--muted); text-align: center; font-size: .75rem; }

.change-section { background: var(--white); }
.change-layout { display: grid; grid-template-columns: .48fr .85fr 1fr; align-items: start; gap: clamp(28px, 5vw, 72px); }
.change-layout .section-heading { margin: 0; }
.change-kicker { min-height: 122px; display: grid; place-items: center; padding: 24px; border-radius: 24px; background: var(--ink); color: var(--white); font-size: clamp(1.4rem, 2.3vw, 2rem); font-weight: 950; letter-spacing: -.05em; text-align: center; box-shadow: var(--shadow); }
.change-kicker span { margin-inline: 6px; color: var(--lime); }
.change-copy { padding-top: 3px; color: var(--muted); }
.change-copy p { margin: 0 0 16px; }
.change-copy p:last-child { margin-bottom: 0; }

.section-dark { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.section-dark::after { content: ""; position: absolute; top: -230px; right: -120px; width: 480px; height: 480px; border-radius: 50%; background: rgba(72,255,11,.08); }
.benefits-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); overflow: hidden; }
.benefit-grid article { min-height: 250px; padding: 30px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .2s ease; }
.benefit-grid article:hover { background: rgba(255,255,255,.035); }
.benefit-grid article:nth-child(even) { border-right: 0; }
.benefit-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.benefit-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 34px; }
.benefit-icon { width: 54px; height: 54px; display: grid; flex: 0 0 54px; place-items: center; border: 1px solid rgba(72,255,11,.38); border-radius: 17px; background: rgba(72,255,11,.1); color: var(--lime); box-shadow: inset 0 0 0 1px rgba(255,255,255,.025); }
.benefit-icon svg { width: 29px; height: 29px; }
.benefit-number { display: block; padding-top: 3px; color: var(--lime); font-size: .77rem; font-weight: 900; letter-spacing: .08em; }
.benefit-grid h3 { margin-bottom: 10px; font-size: 1.4rem; }
.benefit-grid p { margin: 0; color: #aebcb1; font-size: .9rem; }

.coverage-card { display: grid; grid-template-columns: 1fr .85fr; gap: 65px; align-items: center; padding: 65px; border-radius: 34px; background: var(--white); box-shadow: var(--shadow); }
.coverage-copy h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 4vw, 3.8rem); }
.coverage-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; }
.mini-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 0; padding: 0; list-style: none; }
.mini-list li { padding: 7px 11px; border-radius: 999px; background: var(--paper); color: var(--green); font-size: .75rem; font-weight: 800; }
.coverage-form { padding: 28px; border-radius: 22px; background: var(--paper); }
.field { margin-bottom: 17px; }
.field label { display: block; margin-bottom: 7px; font-size: .86rem; font-weight: 900; }
.field input { width: 100%; min-height: 54px; padding: 0 16px; border: 1px solid #cdd9ca; border-radius: 12px; background: var(--white); color: var(--ink); }
.field input:focus { border-color: var(--green); }
.field small { display: block; margin-top: 5px; color: var(--muted); font-size: .72rem; }
.field input[aria-invalid="true"] { border-color: #b42318; }
.optional-label { margin-left: 5px; color: var(--muted); font-size: .72rem; font-weight: 700; }
.consent-check { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; margin: 2px 0 16px; color: var(--muted); font-size: .72rem; line-height: 1.45; cursor: pointer; }
.consent-check input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--green); }
.form-error { min-height: 23px; margin: -5px 0 10px; color: #b42318; font-size: .78rem; font-weight: 700; }
.privacy-hint { margin: 13px 0 0; color: var(--muted); font-size: .69rem; text-align: center; }

.how { padding-top: 10px; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.step-grid li { padding: 28px; border-top: 1px solid #bdcbbb; }
.step-grid li > span { display: block; margin-bottom: 50px; color: var(--green); font-weight: 950; }
.step-grid h3 { margin-bottom: 10px; font-size: 1.35rem; }
.step-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.faq { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 20px; right: 4px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--green); font-size: 1.3rem; }
.faq-list details[open] summary::after { content: "−"; background: var(--lime); color: var(--ink); }
.faq-list details p { max-width: 720px; margin: -8px 0 24px; color: var(--muted); }

.final-cta { padding: 72px 0; background: var(--ink-2); color: var(--white); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.final-cta h2 { margin-bottom: 10px; font-size: clamp(2rem, 4vw, 3.5rem); }
.final-cta p:last-child { margin: 0; color: #bcc9be; }

.site-footer { padding: 70px 0 30px; background: #09100c; color: #cad6cc; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 50px; }
.brand-footer { margin-bottom: 18px; }
.footer-grid p { max-width: 410px; color: #94a298; font-size: .88rem; }
.footer-grid h2 { margin: 0 0 18px; color: var(--white); font-size: .85rem; letter-spacing: .02em; }
.footer-grid > div:not(:first-child) a { display: block; margin-bottom: 11px; color: #b8c5ba; font-size: .84rem; text-decoration: none; }
.footer-grid a:hover { color: var(--lime); }
.legal-note { display: flex; justify-content: space-between; gap: 35px; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #77857a; font-size: .69rem; }
.legal-note p:first-child { max-width: 800px; }
.mobile-cta { position: fixed; right: 22px; bottom: 22px; z-index: 40; min-height: 64px; display: flex; align-items: center; gap: 12px; padding: 9px 20px 9px 10px; border: 1px solid rgba(16,28,20,.16); border-radius: 999px; background: var(--lime); color: var(--ink); text-decoration: none; opacity: 0; pointer-events: none; transform: translateY(calc(100% + 34px)); box-shadow: 0 16px 42px rgba(0,0,0,.28), 0 0 0 5px rgba(72,255,11,.1); transition: opacity .22s ease, transform .22s ease, box-shadow .2s ease; }
.mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mobile-cta:hover { box-shadow: 0 18px 48px rgba(0,0,0,.32), 0 0 0 7px rgba(72,255,11,.14); }
.floating-cta-icon { width: 44px; height: 44px; display: grid; flex: 0 0 44px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); }
.floating-cta-icon svg { width: 26px; height: 26px; }
.floating-cta-copy { display: flex; flex-direction: column; }
.floating-cta-copy strong { font-size: .92rem; font-weight: 950; line-height: 1.2; }
.floating-cta-copy small { margin-top: 2px; color: #294426; font-size: .7rem; font-weight: 700; line-height: 1.2; }

.city-page { min-height: 100vh; background: var(--ink); color: var(--white); }
.city-main { min-height: calc(100vh - 176px); display: grid; place-items: center; padding: 70px 0; background: radial-gradient(circle at 75% 30%, rgba(72,255,11,.12), transparent 40%); }
.city-picker { max-width: 720px; }
.city-picker h1 { margin-bottom: 18px; font-size: clamp(3rem, 7vw, 6rem); }
.city-picker > p:not(.eyebrow) { color: #bdc9bf; font-size: 1.08rem; }
.city-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; margin-top: 38px; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.06); color: var(--white); text-decoration: none; transition: .2s ease; }
.city-card:hover { border-color: var(--lime); transform: translateY(-2px); background: rgba(72,255,11,.08); }
.city-pin { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-weight: 950; }
.city-card strong, .city-card small { display: block; }
.city-card strong { font-size: 1.18rem; }
.city-card small { color: #9eaca1; }
.city-arrow { color: var(--lime); font-size: 1.6rem; }
.city-secondary-link { display: inline-flex; margin-top: 24px; color: var(--lime); font-size: .9rem; font-weight: 850; text-underline-offset: 5px; }
.minimal-footer { padding: 25px 20px; background: #09100c; color: #849187; text-align: center; font-size: .74rem; }


.legal-page { max-width: 850px; padding-top: 80px; padding-bottom: 100px; }
.legal-page h1 { margin-bottom: 12px; font-size: clamp(2.7rem, 6vw, 5rem); }
.legal-page h2 { margin: 42px 0 10px; font-size: 1.35rem; }
.legal-page p { color: var(--muted); }
.legal-updated { padding-bottom: 24px; border-bottom: 1px solid var(--line); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .header-inner .button-outline { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { max-width: 740px; }
  .hero-visual { max-width: 780px; aspect-ratio: 3 / 2; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(16,28,20,.18); }
  .plan-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .plan-card.featured { transform: none; order: -1; }
  .plan-use { min-height: auto; }
  .benefits-layout, .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .coverage-card { grid-template-columns: 1fr; gap: 35px; padding: 45px; }
  .change-layout { grid-template-columns: .65fr 1.35fr; }
  .change-copy { grid-column: 1 / -1; max-width: 760px; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 74px; }
  body { padding-bottom: 72px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 66px; gap: 12px; }
  .nio-brand-logo { width: 104px; }
  .brand-footer .nio-brand-logo { width: 118px; }
  .header-inner .button-outline { min-height: 40px; display: inline-flex; margin-left: auto; padding-inline: 14px; font-size: .76rem; white-space: nowrap; }
  .header-note { font-size: .72rem; }
  .hero { padding: 34px 0 26px; }
  .hero-grid { gap: 28px; }
  .hero h1 { margin-bottom: 14px; font-size: clamp(2.3rem, 10.6vw, 3.3rem); line-height: 1.04; }
  .hero-lead { margin-bottom: 18px; font-size: .97rem; line-height: 1.55; }
  .hero-offer-card { display: block; padding: 18px; border: 1px solid rgba(72,255,11,.22); border-radius: 24px; background: rgba(255,255,255,.055); box-shadow: 0 18px 45px rgba(0,0,0,.2); }
  .hero-plan-heading { display: flex; align-items: center; gap: 11px; margin-bottom: 17px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hero-plan-icon { width: 42px; height: 42px; display: grid; flex: 0 0 42px; place-items: center; border-radius: 13px; background: var(--lime); color: var(--ink); }
  .hero-plan-icon svg { width: 24px; height: 24px; }
  .hero-plan-copy { min-width: 0; }
  .hero-plan-copy small, .hero-plan-copy strong { display: block; }
  .hero-plan-copy small { color: #afbdb2; font-size: .75rem; font-weight: 800; letter-spacing: .05em; line-height: 1.2; text-transform: uppercase; }
  .hero-plan-copy strong { margin-top: 2px; font-size: 1.3rem; line-height: 1.15; }
  .hero-plan-router { margin-left: auto; padding: 6px 9px; border: 1px solid rgba(72,255,11,.25); border-radius: 999px; color: var(--lime); font-size: .75rem; font-weight: 900; white-space: nowrap; }
  .hero-price { margin: 0 0 18px; }
  .hero-price strong { font-size: 3.65rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-points { display: grid; gap: 9px; margin-top: 16px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; }
  .hero-points li { display: flex; align-items: center; }
  .hero-points li::before { width: 20px; height: 20px; display: inline-grid; flex: 0 0 20px; place-items: center; margin-right: 9px; border-radius: 50%; background: rgba(72,255,11,.12); }
  .brand-change { margin-bottom: 18px; }
  .hero-visual { margin: 0 0 6px; padding: 0; aspect-ratio: auto; }
  .hero-visual::after { display: none; }
  .hero-visual img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; }
  .visual-chip { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 86px; align-items: flex-start; gap: 9px; padding: 14px 10px; }
  .proof-icon { width: 38px; height: 38px; flex-basis: 38px; border-radius: 11px; }
  .proof-icon svg { width: 23px; height: 23px; }
  .proof-grid strong { font-size: .78rem; }
  .proof-grid span { font-size: .66rem; line-height: 1.35; }
  .section { padding: 60px 0; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2 { margin-bottom: 14px; }
  .plan-grid { gap: 16px; }
  .plan-card { padding: 24px; }
  .plan-card h3 { font-size: 3.7rem; }
  .plans-note { margin-top: 18px; }
  .change-layout { grid-template-columns: 1fr; gap: 24px; }
  .change-kicker { min-height: 92px; }
  .change-copy { grid-column: auto; padding-top: 0; }
  .benefits-layout, .faq-layout { gap: 28px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article, .benefit-grid article:nth-child(even), .benefit-grid article:nth-last-child(-n+2) { min-height: auto; padding: 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .benefit-grid article:last-child { border-bottom: 0; }
  .benefit-top { margin-bottom: 22px; }
  .benefit-icon { width: 48px; height: 48px; flex-basis: 48px; border-radius: 15px; }
  .benefit-icon svg { width: 26px; height: 26px; }
  .coverage-card { gap: 28px; padding: 24px 18px; border-radius: 25px; }
  .coverage-form { padding: 20px; }
  .how { padding-top: 48px; }
  .step-grid { grid-template-columns: 1fr; gap: 0; }
  .step-grid li { padding: 24px 0; }
  .step-grid li > span { margin-bottom: 16px; }
  .faq-list summary { padding: 20px 42px 20px 0; }
  .faq-list details p { margin-bottom: 20px; }
  .final-cta { padding: 54px 0; }
  .final-cta-inner { align-items: stretch; flex-direction: column; gap: 24px; }
  .site-footer { padding: 52px 0 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .brand-footer { margin-bottom: 12px; }
  .legal-note { flex-direction: column; gap: 8px; margin-top: 32px; padding-top: 20px; }
  .legal-page { padding-top: 52px; padding-bottom: 72px; }
  .legal-page h2 { margin-top: 34px; }
  .mobile-cta { right: 10px; bottom: 10px; left: 10px; min-height: 60px; justify-content: center; padding: 8px 18px; border-radius: 16px; transform: translateY(calc(100% + 24px)); box-shadow: 0 12px 38px rgba(0,0,0,.28); }
  .floating-cta-icon { width: 40px; height: 40px; flex-basis: 40px; }
  .floating-cta-icon svg { width: 23px; height: 23px; }
  .floating-cta-copy strong { font-size: .88rem; }
  .floating-cta-copy small { font-size: .66rem; }
  .city-main { min-height: calc(100vh - 162px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
