@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/onest-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/onest-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --cobalt: #1f3bff;
  --cobalt-deep: #0f1f9e;
  --ink: #0d1433;
  --ink-60: #565d80;
  --sky: #eef1ff;
  --sky-line: #d6dcff;
  --mint: #00935f;
  --white: #ffffff;
  --line: rgba(13, 20, 51, 0.12);
  --wrap: min(1160px, calc(100% - 40px));
  --font: "Onest", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { max-width: 100%; }
:focus-visible { outline: 3px solid var(--cobalt); outline-offset: 3px; border-radius: 8px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.nb { white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -60px; background: var(--ink); color: var(--white); padding: 12px 18px; border-radius: 12px; z-index: 10; }
.skip:focus { top: 16px; }

/* Header */
.bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; }
.mark { font-weight: 700; font-size: 19px; letter-spacing: -0.02em; text-decoration: none; display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.mark i { width: 14px; height: 14px; border-radius: 50%; background: var(--cobalt); display: block; }
.nav { display: flex; gap: 28px; font-weight: 500; font-size: 16px; color: var(--ink-60); }
.nav a { text-decoration: none; white-space: nowrap; padding: 4px 0; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--cobalt); }
.nav a[aria-current="page"] { box-shadow: 0 2px 0 var(--cobalt); }

/* Buttons and links */
.btn { display: inline-block; background: var(--cobalt); color: var(--white); font-weight: 600; font-size: 18px; line-height: 1.3; padding: 18px 30px; border-radius: 16px; text-decoration: none; transition: background 0.15s ease; }
.btn:hover { background: var(--cobalt-deep); }
.btn-light { background: var(--white); color: var(--cobalt); }
.btn-light:hover { background: var(--sky); }
.quiet { font-weight: 600; color: var(--cobalt); text-underline-offset: 5px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; }

/* Home hero */
.hero { text-align: center; padding: 56px 0 0; }
.hero h1 { font-size: clamp(48px, 9vw, 132px); line-height: 0.95; letter-spacing: -0.05em; font-weight: 700; margin: 0 auto 28px; max-width: 9em; text-wrap: balance; }
.lede { font-size: clamp(18px, 1.6vw, 23px); line-height: 1.5; max-width: 33em; margin: 0 auto 36px; color: var(--ink-60); }
.lede strong { color: var(--ink); font-weight: 600; }
.hero .actions { justify-content: center; }
.stamp { font-size: 15px; color: var(--ink-60); margin: 22px 0 0; }

.route { margin: 64px auto 0; }
.route svg { display: block; width: 100%; height: auto; overflow: visible; }
.route .track { fill: none; stroke: var(--sky-line); stroke-width: 6; stroke-linecap: round; }
.route .line { fill: none; stroke: var(--cobalt); stroke-width: 6; stroke-linecap: round; }
.route .stop { fill: var(--white); stroke: var(--cobalt); stroke-width: 6; }
.route .stop.on { fill: var(--cobalt); }
.route .mail rect { fill: var(--ink); }
.route .mail path { fill: none; stroke: var(--white); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.stops { list-style: none; margin: 8px 0 0; padding: 0 0 96px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; text-align: left; }
.stops li { padding-top: 8px; }
.stops li:nth-child(2) { text-align: center; }
.stops li:nth-child(3) { text-align: right; }
.stops h2 { font-size: 24px; letter-spacing: -0.025em; margin: 0 0 6px; line-height: 1.2; }
.stops p { margin: 0 0 10px; color: var(--ink-60); font-size: 17px; line-height: 1.5; }
.stops a { color: var(--cobalt); font-weight: 600; text-underline-offset: 5px; }

/* Sections */
.block { padding: 104px 0; }
.block.tint { background: var(--sky); }
.block-head { font-size: clamp(34px, 4.4vw, 60px); letter-spacing: -0.04em; line-height: 1.04; margin: 0 0 16px; font-weight: 700; max-width: 15em; text-wrap: balance; }
.block-sub { font-size: clamp(26px, 3vw, 38px); letter-spacing: -0.035em; line-height: 1.1; margin: 0 0 12px; font-weight: 700; }
.intro { max-width: 38em; margin: 0 0 52px; color: var(--ink-60); }
.intro a, .prose a, .note a { color: var(--cobalt); font-weight: 600; text-underline-offset: 4px; }
.note { margin: 28px 0 0; color: var(--ink-60); max-width: 44em; }

/* Tariff */
.tariff { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.plan { background: var(--white); border-radius: 32px; padding: 40px; display: flex; flex-direction: column; }
.plan.after { background: var(--cobalt); color: var(--white); }
.plan h3 { font-size: 20px; font-weight: 600; margin: 0 0 28px; letter-spacing: -0.01em; }
.figure { font-size: clamp(64px, 8vw, 116px); line-height: 0.9; letter-spacing: -0.055em; font-weight: 700; margin: 0 0 12px; font-variant-numeric: tabular-nums; }
.plan.before .figure { color: var(--mint); }
.figure-note { font-size: 19px; font-weight: 500; margin: 0 0 32px; }
.plan ul { list-style: none; margin: auto 0 0; padding: 0; }
.plan li { padding: 14px 0; border-top: 1px solid var(--line); font-size: 17px; }
.plan.after li { border-top-color: rgba(255, 255, 255, 0.25); }
.plan li b { font-weight: 600; }

/* Delivery chain */
.chain { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.chain::before { content: ""; position: absolute; left: 12%; right: 12%; top: 27px; border-top: 6px solid var(--sky-line); border-radius: 6px; }
.chain li { position: relative; text-align: center; padding: 0 14px; }
.chain li::before { content: ""; display: block; box-sizing: content-box; width: 16px; height: 16px; margin: 14px auto 26px; border-radius: 50%; background: var(--white); border: 6px solid var(--cobalt); position: relative; }
.chain li.ours::before { background: var(--cobalt); }
.chain strong { display: block; font-size: 20px; letter-spacing: -0.02em; line-height: 1.25; margin-bottom: 6px; }
.chain li > span { color: var(--ink-60); font-size: 16px; line-height: 1.45; display: block; }

.versus { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 72px; }
.versus div { border-radius: 28px; padding: 34px; background: var(--sky); }
.versus div.yes { background: var(--ink); color: var(--white); }
.versus h3 { font-size: 24px; letter-spacing: -0.025em; margin: 0 0 10px; line-height: 1.2; }
.versus p { margin: 0; color: var(--ink-60); }
.versus .yes p { color: #c9cee8; }

/* Fit lists */
.fit { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.fit h3 { font-size: 24px; letter-spacing: -0.025em; margin: 0 0 18px; }
.fit ul { list-style: none; margin: 0; padding: 0; }
.fit li { padding: 14px 0 14px 34px; border-top: 1px solid var(--line); position: relative; }
.fit li::before { content: ""; position: absolute; left: 2px; top: 23px; width: 14px; height: 14px; border-radius: 50%; background: var(--mint); }
.fit .paid li::before { background: transparent; border: 3px solid var(--ink-60); width: 8px; height: 8px; }

/* Registry */
.registry { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 64px; align-items: start; }
.registry .block-head { margin-bottom: 20px; }
.registry p { color: var(--ink-60); margin: 0 0 18px; max-width: 32em; }
.record { margin: 0; background: var(--white); border-radius: 28px; padding: 12px 34px; }
.record div { display: flex; justify-content: space-between; gap: 24px; padding: 18px 0; border-top: 1px solid var(--line); }
.record div:first-child { border-top: 0; }
.record dt { color: var(--ink-60); }
.record dd { margin: 0; font-weight: 600; text-align: right; }

/* FAQ */
.faq { border-top: 2px solid var(--ink); max-width: 860px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 24px 48px 24px 0; font-size: 21px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.3; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 6px; top: 32px; width: 12px; height: 12px; border-right: 3px solid var(--cobalt); border-bottom: 3px solid var(--cobalt); transform: rotate(45deg); transition: transform 0.15s ease; }
.faq details[open] summary::after { transform: rotate(-135deg); top: 38px; }
.faq details p { margin: 0 0 26px; color: var(--ink-60); max-width: 44em; }

/* Further reading */
.more { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); }
.more a { display: block; padding: 30px 28px 30px 0; text-decoration: none; border-bottom: 2px solid var(--ink); }
.more a + a { padding-left: 28px; border-left: 2px solid var(--ink); }
.more strong { display: block; font-size: 23px; letter-spacing: -0.025em; margin-bottom: 8px; line-height: 1.2; }
.more a > span { color: var(--ink-60); font-size: 16px; display: block; line-height: 1.5; }
.more em { display: block; font-style: normal; font-weight: 600; color: var(--cobalt); margin-top: 20px; font-size: 16px; }
.more a:hover strong { color: var(--cobalt); }

/* Closing call */
.closing { background: var(--cobalt); color: var(--white); padding: 88px 0; }
.closing .wrap { display: flex; justify-content: space-between; align-items: center; gap: 40px; flex-wrap: wrap; }
.closing h2 { font-size: clamp(30px, 3.6vw, 48px); letter-spacing: -0.04em; line-height: 1.08; margin: 0; max-width: 14em; font-weight: 700; text-wrap: balance; }

/* Article pages */
.article { padding: 24px 0 104px; }
.crumbs { font-size: 15px; color: var(--ink-60); margin: 0 0 40px; display: flex; gap: 10px; flex-wrap: wrap; }
.crumbs a { color: var(--cobalt); font-weight: 600; text-decoration: none; }
.crumbs a:hover { text-decoration: underline; text-underline-offset: 4px; }
.article h1 { font-size: clamp(38px, 5.4vw, 76px); line-height: 1; letter-spacing: -0.045em; font-weight: 700; margin: 0 0 32px; max-width: 13em; text-wrap: balance; }
.answer { font-size: clamp(19px, 1.7vw, 24px); line-height: 1.5; max-width: 34em; margin: 0; padding: 30px 34px; background: var(--sky); border-radius: 28px; }
.article .stamp { margin: 18px 0 64px; }
.cols { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 72px; align-items: start; }
.prose { max-width: 42em; }
.prose h2 { font-size: clamp(26px, 2.8vw, 36px); letter-spacing: -0.035em; line-height: 1.12; margin: 64px 0 16px; font-weight: 700; text-wrap: balance; }
.prose > h2:first-child { margin-top: 0; }
.prose h3 { font-size: 22px; letter-spacing: -0.02em; line-height: 1.25; margin: 36px 0 10px; }
.prose p { margin: 0 0 18px; }
.prose ul, .prose ol { margin: 0 0 22px; padding-left: 1.3em; }
.prose li { margin-bottom: 8px; }
.prose li::marker { color: var(--cobalt); font-weight: 700; }
.prose .faq { margin-top: 8px; }
.prose .faq summary { font-size: 19px; padding-block: 20px; }
.prose .faq summary::after { top: 27px; }
.prose .faq details[open] summary::after { top: 33px; }

.steps { list-style: none; margin: 0 0 8px; padding: 0 0 0 0; counter-reset: s; border-left: 6px solid var(--sky-line); margin-left: 11px; }
.steps > li { counter-increment: s; position: relative; padding: 0 0 44px 40px; margin: 0; }
.steps > li:last-child { padding-bottom: 8px; }
.steps > li::before { content: counter(s); position: absolute; left: -23px; top: -4px; width: 40px; height: 40px; border-radius: 50%; background: var(--cobalt); color: var(--white); font-weight: 700; display: grid; place-items: center; font-size: 18px; }
.steps h3 { margin: 0 0 10px; font-size: 24px; }

.table-scroll { overflow-x: auto; margin: 0 0 24px; border-radius: 20px; background: var(--sky); padding: 6px 26px; }
.table-scroll:focus-visible { outline-offset: 0; }
table { width: 100%; border-collapse: collapse; min-width: 520px; font-size: 17px; }
th, td { text-align: left; padding: 16px 16px 16px 0; border-top: 1px solid var(--line); vertical-align: top; line-height: 1.4; }
thead th { border-top: 0; font-size: 15px; color: var(--ink-60); font-weight: 600; }
tbody th { font-weight: 700; }
td small { display: block; color: var(--ink-60); font-size: 15px; }

.next { position: sticky; top: 24px; background: var(--ink); color: var(--white); border-radius: 28px; padding: 32px; }
.next h2 { font-size: 24px; letter-spacing: -0.03em; line-height: 1.15; margin: 0 0 12px; }
.next p { margin: 0 0 24px; color: #c9cee8; font-size: 16px; line-height: 1.5; }
.next .btn { display: block; text-align: center; font-size: 17px; padding: 16px 20px; margin-bottom: 18px; }
.next .quiet { color: var(--white); font-size: 16px; }
.next ul { list-style: none; margin: 0; padding: 0; }
.next li { border-top: 1px solid rgba(255, 255, 255, 0.2); }
.next li a { display: block; padding: 14px 0; text-decoration: none; font-weight: 600; }
.next li a:hover { text-decoration: underline; text-underline-offset: 4px; }

/* Plan finder */
.finder { background: var(--sky); border-radius: 28px; padding: 32px; margin: 0 0 28px; }
.finder-field { margin-bottom: 22px; }
.finder-head { display: flex; justify-content: space-between; align-items: baseline; font-weight: 600; font-size: 17px; margin-bottom: 8px; }
.finder-head output { font-weight: 700; font-size: 24px; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.finder input[type="range"] { width: 100%; height: 28px; appearance: none; -webkit-appearance: none; background: transparent; cursor: pointer; margin: 0; }
.finder input[type="range"]::-webkit-slider-runnable-track { height: 8px; border-radius: 8px; background: linear-gradient(to right, var(--cobalt) var(--fill, 0%), var(--sky-line) var(--fill, 0%)); }
.finder input[type="range"]::-moz-range-track { height: 8px; border-radius: 8px; background: var(--sky-line); }
.finder input[type="range"]::-moz-range-progress { height: 8px; border-radius: 8px; background: var(--cobalt); }
.finder input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 28px; height: 28px; margin-top: -10px; border-radius: 50%; background: var(--white); border: 6px solid var(--cobalt); }
.finder input[type="range"]::-moz-range-thumb { width: 16px; height: 16px; border-radius: 50%; background: var(--white); border: 6px solid var(--cobalt); }
.finder-result { border-top: 1px solid var(--line); padding-top: 22px; }
.finder-price { font-size: 56px; font-weight: 700; letter-spacing: -0.05em; line-height: 1; margin: 0 0 8px; font-variant-numeric: tabular-nums; }
.finder-result[data-free="true"] .finder-price { color: var(--mint); }
.finder-price small { font-size: 18px; font-weight: 500; letter-spacing: 0; margin-left: 10px; color: var(--ink-60); }
.finder-verdict { margin: 0; font-weight: 600; }

/* Footer */
.foot { background: var(--ink); color: #c9cee8; padding: 72px 0 56px; font-size: 16px; }
.foot-grid { display: grid; grid-template-columns: minmax(0, 5fr) repeat(3, minmax(0, 3fr)); gap: 48px; }
.foot .mark { color: var(--white); margin-bottom: 16px; }
.foot p { margin: 0 0 12px; line-height: 1.55; max-width: 30em; }
.foot h2 { font-size: 16px; font-weight: 600; color: var(--white); margin: 0 0 14px; letter-spacing: 0; }
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin-bottom: 10px; line-height: 1.4; }
.foot a { color: var(--white); text-underline-offset: 4px; text-decoration-color: rgba(255, 255, 255, 0.4); }
.foot a:hover { text-decoration-color: var(--white); }
.foot li > span { display: block; font-size: 14.5px; }

@media (max-width: 960px) {
  .cols { grid-template-columns: minmax(0, 1fr); gap: 56px; }
  .next { position: static; }
  .registry { grid-template-columns: 1fr; gap: 36px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .bar { flex-direction: column; align-items: flex-start; gap: 12px; padding: 18px 0 8px; }
  .nav { gap: 22px; width: 100%; overflow-x: auto; padding-bottom: 10px; scrollbar-width: none; }
  .nav::-webkit-scrollbar { display: none; }
  .hero { padding-top: 28px; text-align: left; }
  .hero h1, .lede { margin-left: 0; }
  .hero .actions { justify-content: flex-start; }
  .route { display: none; }
  .stops { grid-template-columns: 1fr; gap: 0; padding: 0 0 72px; margin: 56px 0 0 8px; border-left: 4px solid var(--cobalt); }
  .stops li, .stops li:nth-child(2), .stops li:nth-child(3) { text-align: left; padding: 0 0 36px 28px; position: relative; }
  .stops li:last-child { padding-bottom: 0; }
  .stops li::before { content: ""; position: absolute; left: -14px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--white); border: 4px solid var(--cobalt); }
  .tariff, .more, .versus, .fit { grid-template-columns: 1fr; }
  .fit { gap: 40px; }
  .versus { margin-bottom: 56px; }
  .more a, .more a + a { padding: 26px 0; border-left: 0; }
  .plan { padding: 30px; border-radius: 26px; }
  .block { padding: 72px 0; }
  .intro { margin-bottom: 40px; }
  .chain { grid-template-columns: 1fr; gap: 0; border-left: 4px solid var(--sky-line); margin-left: 8px; }
  .chain::before { display: none; }
  .chain li { text-align: left; padding: 0 0 30px 28px; }
  .chain li:last-child { padding-bottom: 0; }
  .chain li::before { position: absolute; left: -16px; top: 2px; margin: 0; }
  .closing { padding: 64px 0; }
  .article { padding-bottom: 72px; }
  .crumbs { margin-bottom: 28px; }
  .answer { padding: 24px; border-radius: 22px; }
  .article .stamp { margin-bottom: 48px; }
  .record { padding: 8px 24px; }
  .record div { flex-direction: column; gap: 2px; }
  .record dd { text-align: left; }
  .finder { padding: 24px; border-radius: 22px; }
  .table-scroll { padding: 4px 18px; }
}

@media (max-width: 560px) {
  .foot-grid { grid-template-columns: 1fr; gap: 36px; }
  .btn { padding: 16px 22px; font-size: 17px; }
}

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