@font-face { font-family:"Onest"; src:url("/assets/fonts/Onest-Variable.woff2?v=20260904-onest") format("woff2"); font-style:normal; font-weight:100 900; font-display:swap; }
:root { --ink:#172533; --ink-2:#253746; --muted:#607689; --line:#d8e2e9; --paper:#fff; --canvas:#f4f7f9; --green:#0dbb67; --green-dark:#008b4b; --green-soft:#eaf9f1; --green-line:#a8e2c5; --shadow:0 18px 50px rgba(23,37,51,.09); --font-sans:"Onest",Arial,"Helvetica Neue",sans-serif; --text-xs:12px; --text-sm:14px; --text-base:16px; --text-lg:18px; --text-xl:20px; --text-2xl:24px; --text-3xl:30px; --text-4xl:36px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; color:var(--ink); background:var(--paper); font-family:var(--font-sans); }
body { min-width:320px; margin:0; font-size:var(--text-sm); font-synthesis:none; line-height:1.45; }
a { color:inherit; }
.skip-link { position:fixed; z-index:20; left:12px; top:8px; transform:translateY(-160%); padding:10px 14px; border-radius:9px; color:#fff; background:var(--ink); }
.skip-link:focus { transform:none; }
.offer-shell { width:min(1180px,calc(100% - 48px)); margin-inline:auto; }
.offer-header { border-bottom:1px solid var(--line); background:rgba(255,255,255,.96); }
.offer-header-inner { min-height:84px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.offer-brand { width:178px; display:flex; }
.offer-brand img { width:100%; height:auto; display:block; }
.offer-header p { margin:0; color:var(--muted); font-size:var(--text-sm); font-weight:600; }
.offer-hero { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(480px,.95fr); gap:68px; align-items:center; min-height:660px; padding-block:72px 86px; }
.eyebrow { margin:0 0 14px; color:var(--green-dark); font-size:12px; font-weight:700; letter-spacing:.07em; text-transform:uppercase; }
.eyebrow > span { width:9px; height:9px; display:inline-block; margin-right:8px; border-radius:50%; background:var(--green); box-shadow:0 0 0 6px var(--green-soft); }
h1,h2,h3,p { overflow-wrap:break-word; }
h1,h2,h3 { margin-top:0; letter-spacing:-.035em; }
h1 { max-width:720px; margin-bottom:24px; font-size:clamp(34px,4.5vw,52px); font-weight:600; line-height:1.04; }
h2 { margin-bottom:18px; font-size:clamp(30px,3.5vw,36px); font-weight:600; line-height:1.08; }
h3 { line-height:1.15; }
.hero-lead { max-width:690px; margin:0; color:var(--muted); font-size:var(--text-lg); line-height:1.6; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.primary-action,.secondary-action,.price-card > a { min-height:52px; display:inline-flex; align-items:center; justify-content:center; padding:0 22px; border:1px solid var(--green); border-radius:12px; text-decoration:none; font-weight:700; }
.primary-action { color:#fff; background:var(--green); }
.primary-action:hover { border-color:var(--green-dark); background:var(--green-dark); }
.secondary-action { color:var(--green-dark); background:#fff; }
.primary-action:focus-visible,.secondary-action:focus-visible,.price-card > a:focus-visible,.offer-brand:focus-visible { outline:3px solid rgba(13,187,103,.35); outline-offset:3px; }
.catalog-proof { display:flex; flex-wrap:wrap; gap:0; margin:44px 0 0; }
.catalog-proof div { min-width:130px; padding:0 24px; border-left:1px solid var(--line); }
.catalog-proof div:first-child { padding-left:0; border-left:0; }
.catalog-proof dt { color:var(--muted); font-size:var(--text-xs); text-transform:uppercase; letter-spacing:.06em; }
.catalog-proof dd { margin:7px 0 0; font-size:20px; font-weight:700; }
.offer-hero > * { min-width:0; }
.rail-preview { min-width:0; position:relative; padding:20px; border:1px solid var(--line); border-radius:26px; background:var(--canvas); box-shadow:var(--shadow); }
.rail-preview::before { content:""; position:absolute; z-index:-1; width:120px; height:120px; right:-24px; top:-26px; border-radius:50%; border:24px solid var(--green-soft); }
.rail-heading { display:flex; align-items:center; justify-content:space-between; padding:3px 2px 17px; color:var(--muted); font-size:12px; }
.rail-heading strong { color:var(--green-dark); }
.rail-cards { min-width:0; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:9px; }
.rail-card { min-width:0; min-height:300px; display:flex; flex-direction:column; padding:15px 12px 14px; border:1px solid var(--line); border-radius:17px; background:#fff; }
.slot-number { color:var(--muted); font-size:var(--text-xs); font-variant-numeric:tabular-nums; }
.brand-placeholder { min-width:0; flex:1; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; gap:9px; color:var(--ink); font-size:14px; font-weight:700; line-height:1.05; letter-spacing:-.03em; }
.brand-placeholder::before { content:""; width:34px; height:34px; flex:0 0 auto; border-radius:10px; background:linear-gradient(135deg,var(--green) 0 48%,var(--ink) 49% 100%); }
.rail-card small { padding-top:11px; border-top:1px solid var(--line); color:var(--muted); font-size:10px; line-height:1.25; }
.rail-preview > p { margin:15px 5px 2px; color:var(--muted); font-size:var(--text-xs); line-height:1.45; }
.rail-preview > p span { color:var(--green-dark); font-size:16px; }
.offer-section { padding-block:98px; }
.offer-section-soft { background:var(--canvas); }
.split-heading { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr); gap:80px; align-items:end; }
.split-heading > p,.section-heading > p:last-child,.contract-copy > p:last-child { margin:0; color:var(--muted); font-size:var(--text-base); line-height:1.6; }
.product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:54px; overflow:hidden; border:1px solid var(--line); border-radius:22px; background:var(--line); }
.product-grid article { min-height:240px; padding:32px; background:#fff; }
.product-grid article > span { display:block; margin-bottom:52px; color:var(--green-dark); font-size:12px; font-weight:700; }
.product-grid h3 { margin-bottom:12px; font-size:var(--text-xl); }
.product-grid p { margin:0; color:var(--muted); font-size:var(--text-base); line-height:1.55; }
.section-heading { max-width:760px; margin-bottom:48px; }
.price-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; align-items:stretch; }
.price-card { min-height:520px; display:flex; flex-direction:column; padding:32px; border:1px solid var(--line); border-radius:22px; background:#fff; }
.price-card-featured { border:2px solid var(--green); box-shadow:0 20px 55px rgba(13,187,103,.13); }
.price-card header > p { min-height:26px; display:flex; align-items:center; justify-content:space-between; gap:10px; margin:0 0 15px; color:var(--muted); font-size:14px; font-weight:700; }
.choice-mark,.discount { display:inline-flex; align-items:center; min-height:25px; padding:0 9px; border-radius:999px; color:var(--green-dark); background:var(--green-soft); font-size:10px; font-weight:700; }
.price-card h3 { margin-bottom:25px; font-size:var(--text-4xl); }
.price-card h3 span { color:var(--muted); font-size:var(--text-sm); font-weight:400; letter-spacing:0; }
.price-card ul { display:grid; gap:15px; margin:0 0 32px; padding:24px 0 0; border-top:1px solid var(--line); list-style:none; }
.price-card li { position:relative; padding-left:25px; color:var(--ink-2); line-height:1.45; }
.price-card li::before { content:"✓"; position:absolute; left:0; color:var(--green-dark); font-weight:700; }
.price-card > a { margin-top:auto; color:var(--green-dark); background:#fff; }
.price-card-featured > a { color:#fff; background:var(--green); }
.price-card > a:hover { border-color:var(--green-dark); color:#fff; background:var(--green-dark); }
.contract-section { color:#fff; background:var(--ink); }
.contract-grid { display:grid; grid-template-columns:minmax(280px,.72fr) minmax(600px,1.28fr); gap:70px; align-items:center; }
.contract-copy .eyebrow { color:#70e4a8; }
.contract-copy > p:last-child { color:#b7c5cf; }
.contract-table-wrap { overflow:hidden; border:1px solid rgba(255,255,255,.17); border-radius:20px; }
table { width:100%; border-collapse:collapse; }
caption { padding:17px 20px; color:#c6d2da; background:rgba(255,255,255,.045); text-align:left; font-size:12px; }
th,td { padding:20px; border-top:1px solid rgba(255,255,255,.14); text-align:right; white-space:nowrap; }
thead th { border-top:0; color:#c6d2da; font-size:var(--text-xs); font-weight:600; }
thead th:first-child,tbody th { text-align:left; }
tbody th strong { display:block; }
tbody th span { display:inline-block; margin-top:5px; color:#aebdc7; font-size:10px; font-weight:400; }
tbody th .discount { color:#8af0ba; background:rgba(13,187,103,.15); }
td { font-size:var(--text-base); font-weight:600; }
td::before { content:none; }
.content-section { display:grid; grid-template-columns:minmax(300px,.65fr) minmax(470px,1fr); gap:38px 76px; }
.content-section .section-heading { margin:0; }
.launch-steps { display:grid; gap:0; margin:0; padding:0; list-style:none; }
.launch-steps li { display:grid; grid-template-columns:45px 1fr; gap:18px; padding:24px 0; border-top:1px solid var(--line); }
.launch-steps li:first-child { border-top:0; padding-top:0; }
.launch-steps > li > span { width:40px; height:40px; display:grid; place-items:center; border-radius:50%; color:var(--green-dark); background:var(--green-soft); font-size:12px; font-weight:700; }
.launch-steps h3 { margin:0 0 7px; font-size:var(--text-xl); }
.launch-steps p { margin:0; color:var(--muted); font-size:var(--text-base); line-height:1.55; }
.content-note { grid-column:1/-1; display:grid; grid-template-columns:130px 1fr; gap:28px; padding:24px 28px; border:1px solid var(--green-line); border-radius:17px; background:var(--green-soft); }
.content-note strong { color:var(--green-dark); }
.content-note p { margin:0; line-height:1.55; }
.closing-section { padding-block:76px; color:#fff; background:var(--green-dark); }
.closing-inner { display:flex; align-items:center; justify-content:space-between; gap:50px; }
.closing-section .eyebrow { color:#aaf2cd; }
.closing-section h2 { max-width:700px; margin-bottom:12px; }
.closing-section p:last-child { margin:0; color:#c8f0dd; }
.primary-action-light { flex:0 0 auto; border-color:#fff; color:var(--green-dark); background:#fff; }
.primary-action-light:hover { border-color:#d9f8e8; color:var(--green-dark); background:#d9f8e8; }
.offer-footer { padding-block:32px; background:#fff; }
.offer-footer > div { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.offer-footer img { width:132px; height:auto; }
.offer-footer p { margin:0; color:var(--muted); font-size:12px; }
@media (max-width:980px) { .offer-hero{grid-template-columns:1fr;min-height:0}.rail-preview{max-width:690px}.split-heading,.contract-grid,.content-section{grid-template-columns:1fr}.contract-grid{gap:40px}.price-grid{grid-template-columns:1fr}.price-card{min-height:0}.price-card-featured{order:-1}.section-heading{margin-bottom:34px}.content-note{grid-column:auto}.contract-table-wrap{overflow-x:auto} }
@media (max-width:680px) { .offer-shell{width:min(100% - 28px,1180px)}.offer-header-inner{min-height:70px}.offer-brand{width:142px}.offer-header p{max-width:130px;text-align:right;font-size:10px}.offer-hero{gap:48px;padding-block:52px 62px}h1{font-size:34px}.hero-lead{font-size:16px}.hero-actions{display:grid}.primary-action,.secondary-action{width:100%}.catalog-proof{display:grid;grid-template-columns:1fr 1fr;gap:20px}.catalog-proof div{padding:0;border:0}.catalog-proof div:last-child{grid-column:1/-1}.rail-preview{padding:14px;border-radius:20px;overflow:hidden}.rail-cards{width:100%;display:flex;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.rail-card{min-width:0;min-height:240px;flex:0 0 142px;scroll-snap-align:start}.offer-section{padding-block:68px}.split-heading{gap:12px}.product-grid{grid-template-columns:1fr}.product-grid article{min-height:0}.product-grid article > span{margin-bottom:28px}.price-card{padding:26px}.contract-grid{gap:28px}.contract-table-wrap{overflow:visible;border:0}.contract-table-wrap table,.contract-table-wrap tbody{display:block}.contract-table-wrap caption{display:block;border:1px solid rgba(255,255,255,.17);border-radius:14px}.contract-table-wrap thead{display:none}.contract-table-wrap tr{display:grid;margin-top:12px;padding:14px;border:1px solid rgba(255,255,255,.17);border-radius:14px}.contract-table-wrap tbody th,.contract-table-wrap td{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 2px;border:0;text-align:right}.contract-table-wrap tbody th{padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.14);text-align:left}.contract-table-wrap td::before{content:attr(data-label);color:#aebdc7;font-size:12px;font-weight:400}.content-section{gap:34px}.content-note{grid-template-columns:1fr;gap:7px}.closing-inner{align-items:flex-start;flex-direction:column}.primary-action-light{width:100%}.offer-footer > div{align-items:flex-start;flex-direction:column}.offer-footer p{margin-top:-7px} }
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto} }
