:root {
  --plum: #3a174f;
  --purple: #762e91;
  --violet: #8d45a6;
  --lavender: #a26dae;
  --lilac: #f1e8f4;
  --navy: #393d78;
  --ink: #1d1821;
  --muted: #6e6573;
  --paper: #faf8fb;
  --white: #fff;
  --line: #e7dfe9;
  --green: #4dc3a1;
  --shadow: 0 28px 80px rgba(58, 23, 79, .12);
  --radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.62 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(250,248,251,.9); border-bottom: 1px solid rgba(231,223,233,.88); backdrop-filter: blur(18px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { width: 180px; flex: 0 0 auto; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 750; }
.nav-links > a:not(.btn) { position: relative; padding: 28px 0 24px; }
.nav-links > a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: 18px; width: 100%; height: 2px; background: var(--purple); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.nav-links > a:hover::after, .nav-links > a.active::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; color: var(--plum); cursor: pointer; font-size: 24px; }
.btn { border: 0; border-radius: 999px; padding: 13px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; background: var(--plum); color: white; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(58,23,79,.23); }
.btn-purple { background: var(--purple); }
.btn-light { background: white; color: var(--plum); border: 1px solid var(--line); }
.btn-ghost { background: transparent; color: white; border: 1px solid rgba(255,255,255,.35); }
.btn-wide { width: 100%; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--purple); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 3px; background: var(--lavender); }
h1, h2, h3 { color: var(--plum); line-height: 1.04; letter-spacing: -.045em; }
h1 { margin: 18px 0 24px; font-size: clamp(50px, 6.7vw, 88px); }
h2 { margin: 13px 0 18px; font-size: clamp(38px, 5vw, 60px); }
h3 { font-size: 23px; margin: 0 0 10px; }
p { margin: 0 0 18px; }
.lead { color: var(--muted); font-size: clamp(17px, 2vw, 20px); max-width: 630px; }
.hero { overflow: hidden; padding: 76px 0 55px; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 54px; }
.hero h1 em { color: var(--purple); font-style: normal; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.micro-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: var(--muted); font-size: 13px; font-weight: 750; }
.micro-proof span { display: flex; align-items: center; gap: 8px; }
.tick { display: inline-grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: #e1f7f0; color: #17775e; font-size: 12px; font-style: normal; font-weight: 900; }
.hero-art { min-height: 570px; position: relative; display: grid; place-items: center; }
.hero-shape { position: absolute; inset: 3% 1% 7% 6%; background: linear-gradient(145deg, var(--plum), var(--purple) 62%, var(--lavender)); border-radius: 42% 58% 35% 65% / 52% 38% 62% 48%; transform: rotate(4deg); }
.hero-shape::before { content: ""; position: absolute; width: 230px; height: 230px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); right: 8%; top: 10%; box-shadow: 0 0 0 45px rgba(255,255,255,.04), 0 0 0 90px rgba(255,255,255,.035); }
.moto { width: 420px; height: 300px; position: relative; z-index: 2; transform: translateY(30px) rotate(-2deg); }
.moto .wheel { position: absolute; bottom: 25px; width: 142px; height: 142px; border: 15px solid #fff; border-radius: 50%; background: rgba(255,255,255,.08); box-shadow: inset 0 0 0 3px rgba(255,255,255,.28); }
.moto .wheel.left { left: 12px; } .moto .wheel.right { right: 4px; }
.moto .body { position: absolute; left: 115px; bottom: 86px; width: 208px; height: 84px; background: #fff; border-radius: 60px 25px 28px 34px; transform: rotate(-4deg); }
.moto .body::before { content: ""; position: absolute; left: 28px; top: -34px; width: 125px; height: 55px; background: var(--navy); border-radius: 70% 30% 30% 15%; }
.moto .seat { position: absolute; left: 128px; bottom: 183px; width: 118px; height: 20px; border-radius: 70% 20% 35% 30%; background: var(--ink); transform: rotate(2deg); }
.moto .fork { position: absolute; right: 88px; bottom: 86px; width: 12px; height: 140px; background: #fff; transform: rotate(-19deg); transform-origin: bottom; border-radius: 9px; }
.moto .handle { position: absolute; right: 47px; bottom: 215px; width: 86px; height: 12px; background: #fff; border-radius: 9px; transform: rotate(8deg); }
.floating-card { position: absolute; z-index: 4; background: white; color: var(--plum); padding: 17px 19px; border-radius: 18px; box-shadow: var(--shadow); }
.floating-card small { display: block; color: var(--muted); font-size: 12px; }
.floating-card strong { display: block; font-size: 21px; letter-spacing: -.03em; }
.fc-one { left: -1%; top: 10%; transform: rotate(-3deg); }
.fc-two { right: -1%; bottom: 3%; transform: rotate(3deg); }
.trust-strip { background: white; border-block: 1px solid var(--line); }
.trust-inner { min-height: 98px; display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); align-items: center; gap: 24px; }
.trust-label { font-weight: 850; color: var(--plum); }
.trust-item { color: var(--muted); display: flex; align-items: center; gap: 9px; font-size: 14px; }
.section { padding: 105px 0; }
.section-soft { background: var(--lilac); }
.section-dark { background: var(--plum); color: white; }
.section-dark h2, .section-dark h3 { color: white; }
.section-dark .eyebrow { color: #d6a7e2; }
.section-dark .lead, .section-dark .muted { color: #c9bbcd; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 46px; margin-bottom: 45px; }
.section-head > p { max-width: 460px; color: var(--muted); }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.card-icon { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: var(--lilac); color: var(--purple); font-size: 24px; font-weight: 900; margin-bottom: 32px; }
.card p { color: var(--muted); margin-bottom: 0; }
.number-card { counter-increment: steps; }
.number-card .card-icon::before { content: "0" counter(steps); font-size: 15px; }
.step-cards { counter-reset: steps; }
.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.feature-panel { min-height: 470px; border-radius: 34px; background: linear-gradient(155deg, var(--navy), var(--plum)); position: relative; overflow: hidden; padding: 34px; color: white; box-shadow: var(--shadow); }
.feature-panel::before { content: ""; position: absolute; width: 320px; height: 320px; right: -110px; top: -90px; border-radius: 50%; background: var(--lavender); opacity: .32; }
.feature-panel::after { content: ""; position: absolute; width: 260px; height: 260px; left: -90px; bottom: -110px; border-radius: 50%; background: var(--purple); opacity: .5; }
.phone { width: 230px; height: 420px; margin: 18px auto -130px; border: 9px solid #201526; border-radius: 38px; background: var(--paper); position: relative; z-index: 2; overflow: hidden; box-shadow: 0 24px 50px rgba(0,0,0,.28); }
.phone::before { content: ""; position: absolute; width: 85px; height: 19px; border-radius: 0 0 13px 13px; background: #201526; left: 50%; top: 0; transform: translateX(-50%); }
.phone-screen { padding: 48px 20px 20px; color: var(--ink); }
.phone-screen img { width: 46px; margin-bottom: 18px; }
.phone-screen strong { display: block; color: var(--plum); font-size: 22px; line-height: 1.1; }
.balance-card { margin-top: 18px; padding: 16px; background: var(--plum); color: white; border-radius: 16px; }
.balance-card small { opacity: .7; }
.balance-card b { display: block; font-size: 21px; }
.mini-row { margin-top: 12px; height: 58px; border-radius: 13px; border: 1px solid var(--line); background: white; }
.check-list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 17px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; }
.check-list .tick { flex: 0 0 auto; margin-top: 2px; }
.calculator { display: grid; grid-template-columns: .86fr 1.14fr; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); }
.calc-intro { padding: clamp(30px, 5vw, 54px); background: linear-gradient(145deg, var(--purple), var(--plum)); color: white; }
.calc-intro h2 { color: white; }
.calc-intro .eyebrow { color: #dec4e4; }
.calc-intro p { color: #d7c9db; }
.calc-form { padding: clamp(30px, 5vw, 54px); background: white; }
.field { margin-bottom: 20px; }
.field label { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 9px; color: var(--plum); font-size: 13px; font-weight: 850; }
.field output { color: var(--purple); }
input[type="range"] { width: 100%; accent-color: var(--purple); }
input[type="text"], input[type="tel"], input[type="email"], select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: #fcfbfc; color: var(--ink); padding: 14px 15px; outline: none; }
textarea { min-height: 110px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(118,46,145,.09); }
.calc-result { margin-top: 25px; padding: 22px; border-radius: 19px; background: var(--lilac); display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.calc-result small { display: block; color: var(--muted); }
.calc-result strong { font-size: clamp(28px, 4vw, 40px); color: var(--plum); line-height: 1; letter-spacing: -.05em; }
.page-hero { padding: 86px 0 72px; background: linear-gradient(135deg, var(--lilac), var(--paper) 63%); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 350px; height: 350px; border-radius: 50%; background: rgba(162,109,174,.14); right: -90px; top: -130px; }
.page-hero h1 { font-size: clamp(46px, 6vw, 72px); max-width: 850px; }
.page-hero .lead { max-width: 730px; }
.breadcrumb { margin-bottom: 16px; color: var(--purple); font-size: 13px; font-weight: 750; }
.process { display: grid; gap: 14px; }
.process-row { display: grid; grid-template-columns: 110px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-number { font-size: 44px; color: var(--lavender); font-weight: 900; letter-spacing: -.06em; }
.process-row p { color: var(--muted); max-width: 760px; }
.bike-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.bike-product { background: white; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; }
.product-visual { min-height: 330px; position: relative; display: grid; place-items: center; background: linear-gradient(145deg, var(--plum), var(--navy)); overflow: hidden; }
.product-visual.alt { background: linear-gradient(145deg, var(--purple), #9b5aa9); }
.product-visual .moto { transform: scale(.72); }
.product-copy { padding: 32px; }
.specs { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); margin: 25px 0; }
.spec { padding: 18px 10px 18px 0; }
.spec + .spec { padding-left: 16px; border-left: 1px solid var(--line); }
.spec small { color: var(--muted); display: block; font-size: 12px; }
.spec strong { color: var(--plum); }
.badge { display: inline-flex; padding: 6px 10px; border-radius: 999px; color: var(--purple); background: var(--lilac); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.impact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.impact-stat { background: white; border-radius: 25px; padding: 30px; border: 1px solid var(--line); }
.impact-stat strong { display: block; font-size: clamp(40px, 5vw, 60px); line-height: .95; color: var(--purple); letter-spacing: -.06em; }
.impact-stat span { display: block; color: var(--muted); margin-top: 13px; }
.quote { padding: 42px; border-left: 5px solid var(--purple); background: white; border-radius: 0 24px 24px 0; box-shadow: var(--shadow); }
.quote p { font-size: clamp(22px, 3vw, 32px); line-height: 1.35; color: var(--plum); letter-spacing: -.025em; }
.quote small { color: var(--muted); }
.faq details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq summary { list-style: none; cursor: pointer; color: var(--plum); font-size: 18px; font-weight: 850; padding-right: 38px; position: relative; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: -5px; font-size: 28px; font-weight: 400; color: var(--purple); }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--muted); max-width: 780px; margin-top: 12px; }
.apply-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: start; }
.contact-card { padding: 30px; border-radius: 25px; background: var(--plum); color: white; position: sticky; top: 110px; }
.contact-card h3 { color: white; }
.contact-card p { color: #cbbdd0; }
.contact-links { display: grid; gap: 11px; margin-top: 28px; }
.contact-links a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.application-form { padding: 34px; background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.form-grid .full { grid-column: 1 / -1; }
.form-note { font-size: 12px; color: var(--muted); margin-top: 12px; }
.form-status { display: none; padding: 14px; border-radius: 12px; background: #e3f6ef; color: #14664f; margin-top: 14px; }
.cta-band { padding: 72px 0; background: linear-gradient(130deg, var(--purple), var(--plum)); color: white; overflow: hidden; position: relative; }
.cta-band .eyebrow { color: #dec4e4; }
.cta-band .eyebrow::before { background: #f1e8f4; }
.cta-band::after { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; right: -90px; top: -180px; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; z-index: 2; }
.cta-inner h2 { color: white; margin-bottom: 0; max-width: 700px; }
.site-footer { padding: 65px 0 28px; background: #24132e; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr .9fr; gap: 38px; padding-bottom: 48px; }
.footer-logo { width: 170px; filter: brightness(0) invert(1); }
.site-footer p, .site-footer a { color: #bfaec5; }
.site-footer a:hover { color: white; }
.footer-links { display: grid; gap: 8px; }
.footer-grid h4 { margin: 0 0 13px; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; color: #9d8da3; font-size: 12px; }
@media (max-width: 960px) {
  .nav-links { position: fixed; inset: 78px 0 0; background: var(--paper); padding: 25px 22px 50px; flex-direction: column; align-items: stretch; gap: 0; transform: translateX(100%); transition: transform .25s ease; overflow-y: auto; }
  .nav-links.open { transform: translateX(0); }
  .nav-links > a:not(.btn) { padding: 18px 4px; border-bottom: 1px solid var(--line); font-size: 18px; }
  .nav-links > a::after { display: none; }
  .nav-links .btn { margin-top: 22px; }
  .menu-button { display: block; }
  .hero-grid, .feature-split, .calculator, .apply-layout { grid-template-columns: 1fr; }
  .hero-art { min-height: 500px; max-width: 620px; width: 100%; margin-inline: auto; }
  .cards-3, .impact-grid { grid-template-columns: 1fr 1fr; }
  .trust-inner { grid-template-columns: 1fr 1fr; padding-block: 22px; }
  .contact-card { position: static; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; max-width: 520px; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1160px); }
  .logo { width: 155px; }
  .hero { padding-top: 54px; }
  h1 { font-size: 50px; }
  .hero-art { min-height: 390px; margin-top: -20px; }
  .hero-photo-frame { min-height: 320px; }
  .hero-shape { inset: 7% 0 5%; }
  .moto { transform: scale(.72) translateY(30px); }
  .floating-card { transform: scale(.85); }
  .section { padding: 76px 0; }
  .section-head { align-items: start; flex-direction: column; gap: 12px; }
  .cards-3, .impact-grid, .bike-showcase, .footer-grid { grid-template-columns: 1fr; }
  .trust-inner { grid-template-columns: 1fr; gap: 12px; }
  .process-row { grid-template-columns: 65px 1fr; gap: 14px; }
  .product-visual { min-height: 270px; }
  .product-visual .moto { transform: scale(.63); }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .application-form { padding: 24px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .copyright { flex-direction: column; }
}
/* Language toggle */
.lang-toggle { border: 1px solid var(--line); background: white; color: var(--plum); width: 40px; height: 40px; border-radius: 999px; font-size: 12px; font-weight: 900; cursor: pointer; letter-spacing: .04em; }
.lang-toggle:hover { border-color: var(--purple); color: var(--purple); }

/* Real photo product visuals */
.product-visual.has-photo, .hero-art.has-photo { background: none; }
.product-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-frame { position: relative; border-radius: 26px; overflow: hidden; height: 340px; background: linear-gradient(145deg, var(--plum), var(--navy)); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-credit { position: absolute; right: 10px; bottom: 10px; background: rgba(29,24,33,.62); color: #f1e8f4; font-size: 10px; font-weight: 700; padding: 5px 10px; border-radius: 999px; letter-spacing: .02em; }
.fleet-badge { position: absolute; left: 14px; top: 14px; z-index: 2; background: var(--plum); color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; padding: 7px 14px; border-radius: 999px; box-shadow: 0 6px 16px rgba(29,24,33,.35); }
.hero-photo-frame { position: relative; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); min-height: 460px; width: 100%; height: 100%; justify-self: stretch; align-self: stretch; }
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fallback-only { display: none; }
.hero-art.photo-fail .fallback-only { display: block; }
.hero-art.photo-fail .hero-photo-frame { display: none; }

/* Cost comparison */
.cost-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
.cost-card { border-radius: 22px; padding: 26px; border: 1px solid var(--line); background: white; }
.cost-card.electric { background: linear-gradient(150deg, var(--plum), var(--purple)); color: white; border: none; }
.cost-card small { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; font-weight: 800; }
.cost-card.electric small { color: #dec4e4; }
.cost-card strong { display: block; font-size: clamp(24px, 3vw, 32px); margin-top: 10px; letter-spacing: -.03em; }

/* Partner section */
.partner-card { display: flex; align-items: center; gap: 22px; padding: 28px; border-radius: 24px; background: var(--lilac); flex-wrap: wrap; }
.partner-card .partner-copy { flex: 1 1 320px; }
.partner-badge { flex: 0 0 auto; width: 84px; height: 84px; border-radius: 20px; background: var(--plum); color: white; display: grid; place-items: center; font-weight: 900; font-size: 13px; text-align: center; line-height: 1.15; }

/* Comparison table */
.compare-table { width: 100%; border-collapse: collapse; margin-top: 8px; background: white; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); }
.compare-table th, .compare-table td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--line); font-size: 14px; }
.compare-table thead th { background: var(--lilac); color: var(--plum); font-weight: 850; }
.compare-table tbody th { color: var(--muted); font-weight: 700; width: 34%; }
.compare-table tr:last-child td, .compare-table tr:last-child th { border-bottom: none; }

/* Scroll reveal */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; } }

/* Sticky mobile apply bar */
.mobile-cta-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: white; border-top: 1px solid var(--line); box-shadow: 0 -12px 30px rgba(58,23,79,.12); }
.mobile-cta-bar a { width: 100%; }
@media (max-width: 700px) { .mobile-cta-bar.show { display: block; } body.menu-open .mobile-cta-bar { display: none; } main { padding-bottom: 70px; } }

/* Form states */
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #d1495b; }
.field-error { display: none; color: #d1495b; font-size: 12px; margin-top: 6px; font-weight: 700; }
.field.has-error .field-error { display: block; }
.form-status.error { background: #fbe7e9; color: #a3253a; }
.btn[disabled] { opacity: .7; cursor: wait; }
.spinner { width: 15px; height: 15px; border-radius: 50%; border: 2px solid rgba(255,255,255,.4); border-top-color: white; display: none; animation: spin .7s linear infinite; }
.btn[disabled] .spinner { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }
.quick-apply { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }

/* FAQ groups */
.faq-group + .faq-group { margin-top: 34px; }
.faq-group h3 { font-size: 15px; text-transform: uppercase; letter-spacing: .06em; color: var(--purple); margin-bottom: 4px; }

@media (max-width: 700px) {
  .cost-grid { grid-template-columns: 1fr; }
  .partner-card { flex-direction: column; text-align: center; }
  .compare-table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
