:root {
  --navy-950: #04142f;
  --navy-900: #071c3f;
  --navy-800: #0b2a57;
  --blue-700: #1558e6;
  --blue-600: #1d68f2;
  --blue-100: #e9f1ff;
  --ink: #0d1d3c;
  --muted: #5f6f8d;
  --line: #dbe5f4;
  --surface: #f5f8fd;
  --white: #fff;
  --coral: #ff764b;
  --green: #12835c;
  --shadow: 0 22px 64px rgba(9, 32, 72, .12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(29, 104, 242, .38); outline-offset: 3px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: 12px 16px; border-radius: 10px; color: white; background: var(--navy-900); }
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 76px;
  border-bottom: 1px solid rgba(219, 229, 244, .8);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(16px);
}
.header-inner { display: flex; height: 100%; align-items: center; gap: 28px; }
.brand { display: inline-flex; min-height: 44px; flex: 0 0 auto; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 45px; height: 45px; }
.brand-word { color: var(--navy-900); font-size: 1.33rem; font-weight: 850; letter-spacing: -.04em; }
.brand-word b { color: #cb4f0d; }
.site-nav { display: flex; margin-left: auto; align-items: center; gap: 28px; }
.site-nav a { position: relative; color: #334667; font-size: .93rem; font-weight: 680; text-decoration: none; }
.site-nav a:not(.button)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ""; transform: scaleX(0); background: var(--blue-600); transition: transform .2s ease; }
.site-nav a:hover::after { transform: none; }
.header-buy { margin-left: 4px; }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 14px; background: var(--surface); }
.menu-button span { display: block; width: 20px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--navy-900); transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border: 1px solid transparent; border-radius: 14px; font-weight: 780; line-height: 1.15; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, opacity .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .65; transform: none; }
.button-large { min-height: 54px; padding-inline: 25px; border-radius: 16px; }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--blue-600), #144bc9); box-shadow: 0 12px 28px rgba(21, 88, 230, .27); }
.button-primary:hover { box-shadow: 0 15px 34px rgba(21, 88, 230, .34); }
.button-secondary { color: var(--blue-700); border-color: #bfd3f6; background: var(--white); }
.button-glass { color: var(--white); border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.button-white { color: var(--navy-900); background: var(--white); box-shadow: 0 15px 35px rgba(0, 12, 37, .18); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; font-weight: 760; text-underline-offset: 5px; }
.text-link.light { color: var(--white); }

.hero { position: relative; z-index: 1; min-height: 620px; overflow: visible; color: var(--white); background: var(--navy-900); }
.hero-backdrops, .hero-shade, .hero-backdrop, .hero-backdrop img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-backdrop { opacity: 0; transition: opacity 1.1s ease; }
.hero-backdrop.is-active { opacity: 1; }
.hero-backdrop img { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(4,20,47,.97) 0%, rgba(4,20,47,.84) 39%, rgba(4,20,47,.3) 68%, rgba(4,20,47,.05) 100%), linear-gradient(0deg, rgba(4,20,47,.48), transparent 42%); }
.hero-grid { position: relative; z-index: 7; display: grid; min-height: 620px; grid-template-columns: 1fr; align-items: center; }
.hero-copy { position: relative; z-index: 7; max-width: 650px; padding: 48px 0 52px; }
.eyebrow { margin: 0 0 13px; color: var(--blue-700); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #9fc0ff; }
.hero h1 { max-width: 640px; margin: 0; font-family: "Avenir Next", "Segoe UI Variable Display", "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif; font-size: clamp(2.6rem, 4.55vw, 4.15rem); font-weight: 600; line-height: 1.02; letter-spacing: -.046em; text-wrap: balance; }
.hero-lead { display: grid; max-width: 600px; margin: 18px 0 0; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.55vw, 1.16rem); line-height: 1.45; gap: 3px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.country-search { position: relative; z-index: 10; width: min(520px, 100%); margin-top: 22px; }
.country-search > label { display: block; margin-bottom: 9px; font-size: .88rem; font-weight: 750; }
.search-control { position: relative; }
.search-control svg { position: absolute; z-index: 1; top: 50%; left: 18px; width: 21px; fill: none; stroke: var(--blue-600); stroke-linecap: round; stroke-width: 1.8; transform: translateY(-50%); }
.search-control input { width: 100%; min-height: 54px; padding: 0 18px 0 52px; border: 1px solid rgba(255,255,255,.3); border-radius: 16px; outline: 0; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 18px 40px rgba(1,15,40,.26); }
.search-control input::placeholder { color: #7a89a2; }
.search-control input:focus { border-color: #7da7ff; box-shadow: 0 0 0 4px rgba(107,153,255,.22), 0 18px 40px rgba(1,15,40,.26); }
.search-results { position: absolute; top: calc(100% + 8px); right: 0; left: 0; max-height: 196px; overflow-x: hidden; overflow-y: auto; border: 1px solid var(--line); border-radius: 17px; color: var(--ink); background: white; box-shadow: var(--shadow); scrollbar-color: #9eb5d5 #eef3f9; scrollbar-gutter: stable; scrollbar-width: thin; overscroll-behavior: contain; }
.search-results::-webkit-scrollbar { width: 8px; }
.search-results::-webkit-scrollbar-track { background: #eef3f9; }
.search-results::-webkit-scrollbar-thumb { border: 2px solid #eef3f9; border-radius: 999px; background: #9eb5d5; }
.search-results a, .search-results .search-empty { display: grid; min-height: 58px; align-items: center; padding: 11px 14px; text-decoration: none; grid-template-columns: 36px 1fr auto; gap: 10px; }
.search-results a:hover, .search-results a[aria-selected="true"] { background: var(--blue-100); }
.search-results .result-flag { font-size: 1.35rem; }
.search-results strong { display: block; }
.search-results small { display: block; margin-top: 2px; color: var(--muted); }
.search-results em { color: var(--blue-700); font-size: .82rem; font-style: normal; font-weight: 760; }
.search-results .search-empty { grid-template-columns: 1fr; color: var(--muted); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 17px 0 0; padding: 0; color: rgba(255,255,255,.86); font-size: .9rem; line-height: 1.35; list-style: none; }
.hero-proof li { display: flex; align-items: flex-start; gap: 5px; }
.hero-proof span { color: #f47a2c; font-weight: 950; }
.hero-location { position: absolute; z-index: 5; right: 226px; bottom: 16px; display: grid; padding: 8px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; color: white; background: rgba(4,20,47,.58); backdrop-filter: blur(12px); }
.hero-location span { color: rgba(255,255,255,.62); font-size: .58rem; letter-spacing: .11em; text-transform: uppercase; }
.hero-location strong { margin-top: 2px; font-size: .75rem; }
.hero-dots { position: absolute; z-index: 8; right: 20px; bottom: 5px; display: flex; gap: 0; }
.hero-dots button { position: relative; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.hero-dots button::after { position: absolute; top: 19px; right: 7px; left: 7px; height: 6px; border-radius: 10px; background: rgba(255,255,255,.38); content: ""; transition: inset .25s ease, background .25s ease; }
.hero-dots button.is-active::after { right: 1px; left: 1px; background: white; }

@media (min-width: 761px) {
  .search-results { max-height: 196px; }
}

@media (hover: hover) and (pointer: fine) {
  .hero-actions .button:hover { color: white; border-color: #f57a2b; background: #e86015; box-shadow: 0 15px 34px rgba(225,83,12,.36); }
}

.section { padding: 76px 0; }
.section-tight { padding: 60px 0 42px; }
.section-head { max-width: 690px; margin-bottom: 32px; }
.section-head h2, .calculator-copy h2, .country-info h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
.section-head > p:last-child, .row-head > p, .calculator-copy > p { color: var(--muted); font-size: 1.04rem; line-height: 1.65; }
.section-head.centered { margin-inline: auto; text-align: center; }
.row-head { display: flex; max-width: none; align-items: flex-end; justify-content: space-between; gap: 60px; }
.row-head > p { max-width: 470px; margin: 0 0 3px; }

.coverage-summary { display: grid; margin: -2px 0 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--navy-900); grid-template-columns: repeat(4,1fr); }
.coverage-summary article { display: flex; min-height: 78px; align-items: center; padding: 14px 18px; border-right: 1px solid rgba(255,255,255,.14); color: white; gap: 11px; }
.coverage-summary article:last-child { border-right: 0; }
.coverage-summary strong { font-size: 1.55rem; letter-spacing: -.04em; }
.coverage-summary span { color: rgba(255,255,255,.65); font-size: .72rem; line-height: 1.35; }
.destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.destination-card { position: relative; display: grid; min-height: 98px; align-items: center; padding: 14px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; text-decoration: none; grid-template-columns: auto 1fr auto; gap: 11px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.destination-card:hover { transform: translateY(-3px); border-color: #f57a2b; box-shadow: 0 15px 35px rgba(225,83,12,.14); }
.destination-card.soon { color: #5e6e89; background: var(--surface); }
.destination-flag { display: grid; width: 40px; height: 40px; place-items: center; font-size: 1.7rem; line-height: 1; }
.destination-card strong { display: block; margin-bottom: 4px; font-size: 1rem; }
.destination-card small { color: var(--muted); font-size: .76rem; }
.destination-price { color: var(--blue-700); font-weight: 820; white-space: nowrap; }
.destination-card.soon .destination-price { padding: 6px 9px; border-radius: 999px; color: #667790; background: #e9eef6; font-size: .72rem; text-transform: uppercase; }
.destinations-more { display: flex; justify-content: center; margin-top: 18px; }
.destinations-more .button { min-width: 190px; border-color: #c8d6ea; color: var(--navy-900); background: white; }
.destinations-more .button:hover { border-color: #f57a2b; color: white; background: #e86015; box-shadow: 0 12px 28px rgba(225,83,12,.2); }
.country-dialog { width: min(920px, calc(100% - 32px)); max-height: min(820px, calc(100dvh - 32px)); padding: 0; overflow: hidden; border: 0; border-radius: 26px; color: var(--ink); background: white; box-shadow: 0 28px 90px rgba(2,17,45,.32); }
.country-dialog::backdrop { background: rgba(3,16,39,.68); backdrop-filter: blur(5px); }
.country-dialog-head { display: flex; padding: 25px 27px 18px; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 22px; }
.country-dialog-head .eyebrow { margin-bottom: 7px; }
.country-dialog-head h3 { margin: 0; font-size: clamp(1.65rem,3vw,2.25rem); letter-spacing: -.04em; }
.country-dialog-head p:last-child { max-width: 630px; margin: 8px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.country-dialog-close { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: white; font-size: 1.65rem; line-height: 1; cursor: pointer; }
.country-dialog-close:hover { border-color: #f57a2b; color: #e86015; }
.country-dialog-search { display: block; padding: 17px 27px 13px; }
.country-dialog-search span { display: block; margin-bottom: 7px; font-size: .78rem; font-weight: 780; }
.country-dialog-search input { width: 100%; min-height: 50px; padding: 0 16px; border: 1px solid #cbd8e9; border-radius: 14px; outline: 0; color: var(--ink); background: var(--surface); }
.country-dialog-search input:focus { border-color: #f57a2b; box-shadow: 0 0 0 4px rgba(245,122,43,.14); }
.supplier-country-grid { display: grid; max-height: min(520px, calc(100dvh - 280px)); margin: 0; padding: 4px 27px 27px; overflow-y: auto; list-style: none; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; scrollbar-color: #a9b9ce #edf2f8; }
.supplier-country { display: grid; min-width: 0; min-height: 62px; align-items: center; padding: 9px 11px; border: 1px solid var(--line); border-radius: 14px; background: white; grid-template-columns: 34px minmax(0,1fr) auto; gap: 8px; }
.supplier-country.active { border-color: #f2a06a; background: #fff8f3; }
.supplier-country.active[data-country-href] { cursor: pointer; }
.supplier-country.active[data-country-href]:hover { border-color: #f57a2b; box-shadow: 0 8px 24px rgba(232,96,21,.15); }
.supplier-country[hidden] { display: none; }
.supplier-country-flag { font-size: 1.35rem; line-height: 1; }
.supplier-country strong { display: block; overflow: hidden; font-size: .82rem; text-overflow: ellipsis; white-space: nowrap; }
.supplier-country small { display: block; margin-top: 2px; color: var(--muted); font-size: .65rem; }
.supplier-country em { padding: 4px 6px; border-radius: 999px; color: #697993; background: #eef2f7; font-size: .58rem; font-style: normal; font-weight: 800; text-transform: uppercase; }
.supplier-country.active em { color: #a4430e; background: #ffe4d2; }
.country-dialog-note { margin: 0; padding: 18px 27px 30px; color: var(--muted); text-align: center; }

.plans-section { background: linear-gradient(180deg, #f7faff, #fff); }
.network-summary { display: flex; margin: -5px 0 22px; align-items: center; justify-content: space-between; padding: 13px 16px; border: 1px solid #cfe0f7; border-radius: 16px; background: #eef5ff; gap: 20px; }
.network-summary > div { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.network-summary span { color: var(--muted); font-size: .74rem; font-weight: 740; }
.network-summary strong { padding: 6px 9px; border-radius: 999px; color: var(--navy-900); background: white; font-size: .74rem; }
.network-summary p { max-width: 470px; margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.45; text-align: right; }
.plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.plan-card { position: relative; display: flex; min-width: 0; min-height: 318px; flex-direction: column; padding: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: 0 10px 25px rgba(11,42,87,.04); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.plan-card:hover { transform: translateY(-4px); border-color: #9ebff6; box-shadow: 0 20px 40px rgba(11,42,87,.1); }
.plan-card.is-calculator-match { border-color: #f06416; box-shadow: 0 0 0 3px rgba(240,100,22,.15), 0 18px 44px rgba(10,36,78,.12); }
.plan-card.is-calculator-match:hover { border-color: #f06416; }
.plan-country { display: flex; align-items: center; justify-content: space-between; color: var(--blue-700); font-size: .79rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.network-pill { padding: 6px 8px; border-radius: 999px; color: var(--green); background: #e7f8f1; font-size: .66rem; letter-spacing: 0; }
.plan-data { margin-top: 25px; font-size: clamp(2.4rem, 3.5vw, 3.2rem); font-weight: 570; letter-spacing: -.07em; }
.plan-validity { margin-top: 5px; color: var(--muted); }
.plan-meta { margin: 19px 0; padding: 12px 0; border-top: 1px solid #edf1f7; border-bottom: 1px solid #edf1f7; color: #435777; font-size: .84rem; }
.plan-bottom { display: flex; margin-top: auto; align-items: flex-end; justify-content: space-between; gap: 12px; }
.plan-price { font-size: 1.7rem; font-weight: 860; letter-spacing: -.05em; white-space: nowrap; }
.plan-card .button { padding-inline: 18px; }
.plans-footnote { max-width: 720px; margin: 24px auto 0; color: var(--muted); font-size: .9rem; line-height: 1.55; text-align: center; }

.checkout-section { padding-top: 72px; background: var(--surface); }
.checkout-shell { display: grid; grid-template-columns: .88fr 1.12fr; gap: 56px; align-items: start; }
.checkout-copy { position: sticky; top: 110px; }
.checkout-copy h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.1rem); line-height: 1.08; letter-spacing: -.05em; }
.checkout-copy > p { color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.checkout-highlights { display: grid; margin: 26px 0 0; padding: 0; gap: 14px; list-style: none; }
.checkout-highlights li { display: grid; color: #3e5272; grid-template-columns: 30px 1fr; align-items: start; }
.checkout-highlights span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--green); background: #dff6ed; font-size: .74rem; font-weight: 900; }
.checkout-form { display: grid; padding: 30px; border: 1px solid #d5e1f2; border-radius: var(--radius-xl); background: white; box-shadow: var(--shadow); gap: 16px; }
.selected-package { display: grid; padding: 18px; border-radius: 18px; color: white; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); grid-template-columns: 1fr auto; gap: 16px; }
.selected-package small, .selected-package span { color: rgba(255,255,255,.7); }
.selected-package strong { display: block; margin: 5px 0 2px; font-size: 1.25rem; }
.selected-package .selected-price { align-self: center; font-size: 1.45rem; font-weight: 850; }
.checkout-form > label { display: grid; color: #253a5e; font-size: .9rem; font-weight: 730; gap: 7px; }
.checkout-form select, .checkout-form input[type="email"], .promo-row input { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid #cdd9ea; border-radius: 13px; outline: 0; color: var(--ink); background: white; }
.checkout-form select:focus, .checkout-form input:focus, .promo-row input:focus { border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(29,104,242,.1); }
.email-hint, .promo-status { color: var(--muted); font-size: .78rem; font-weight: 450; line-height: 1.45; }
.promo-details { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #f9fbfe; }
.promo-details summary { min-height: 48px; padding: 14px 15px; color: var(--blue-700); font-size: .87rem; font-weight: 780; cursor: pointer; }
.promo-content { padding: 0 14px 14px; }
.promo-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 9px; }
.promo-status { display: block; min-height: 18px; margin-top: 7px; }
.consent { display: grid !important; grid-template-columns: 22px 1fr; gap: 9px !important; color: var(--muted) !important; font-size: .78rem !important; line-height: 1.45; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--blue-600); }
.consent a { display: inline-flex; min-height: 44px; align-items: center; color: var(--blue-700); vertical-align: middle; }
.checkout-submit { width: 100%; min-height: 54px; font-size: 1rem; }
.checkout-status { min-height: 20px; margin: -4px 0 0; color: #b33c2e; font-size: .85rem; line-height: 1.4; text-align: center; }
.payment-note { display: flex; margin: -5px 0 0; align-items: center; justify-content: center; gap: 7px; color: #74839c; font-size: .73rem; }
.payment-note svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.trust-strip { padding: 52px 0; color: white; background: var(--navy-900); }
.fact-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.fact-grid article { display: flex; min-width: 0; min-height: 75px; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid rgba(255,255,255,.16); }
.fact-grid article:last-child { border-right: 0; }
.fact-grid strong { font-size: 1.65rem; letter-spacing: -.04em; }
.fact-grid span { color: rgba(255,255,255,.7); font-size: .82rem; line-height: 1.45; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.benefit-card { padding: 26px 23px; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.line-icon { display: grid; width: 48px; height: 48px; margin-bottom: 22px; place-items: center; border-radius: 15px; color: var(--blue-700); background: var(--blue-100); font-size: .92rem; font-weight: 900; }
.benefit-card h3 { margin: 0 0 9px; font-size: 1.06rem; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.58; }

.telegram-section { padding-block: 32px 70px; }
.telegram-card { position: relative; display: grid; min-height: 550px; padding: 52px 64px; overflow: hidden; border-radius: 34px; color: white; background: radial-gradient(circle at 85% 5%, rgba(74,157,255,.54), transparent 36%), linear-gradient(135deg, #0758b2, #083a81 58%, #071f48); grid-template-columns: 1fr .72fr; align-items: center; gap: 58px; }
.telegram-card::after { position: absolute; right: -80px; bottom: -150px; width: 390px; height: 390px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: ""; }
.telegram-copy { position: relative; z-index: 2; }
.telegram-mark { display: grid; width: 52px; height: 52px; margin-bottom: 18px; place-items: center; border-radius: 16px; background: white; }
.telegram-mark svg { width: 33px; height: 33px; fill: #229ed9; }
.telegram-card h2 { max-width: 600px; margin: 0; font-size: clamp(2.15rem,3.7vw,3.35rem); line-height: 1.03; letter-spacing: -.05em; }
.telegram-card p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.78); font-size: 1rem; line-height: 1.55; }
.telegram-copy > p:not(.eyebrow) { color: rgba(255,255,255,.94); font-weight: 650; }
.check-list { display: flex; flex-wrap: wrap; margin: 19px 0 24px; padding: 0; gap: 8px 16px; list-style: none; }
.check-list li::before { margin-right: 7px; color: #f57a2b; content: "✓"; }
.telegram-card .button-white:hover { color: white; border-color: #f57a2b; background: #e86015; box-shadow: 0 15px 34px rgba(225,83,12,.36); }
.iphone-mock { position: relative; z-index: 2; width: min(100%, 302px); margin: 0 auto; padding: 7px; border: 2px solid #aab5c4; border-radius: 46px; color: #13233f; background: #080b10; box-shadow: 0 35px 80px rgba(0,9,35,.42); transform: rotate(2deg); }
.iphone-side { position: absolute; left: -5px; width: 4px; border-radius: 4px 0 0 4px; background: #6e7885; }
.iphone-side-one { top: 98px; height: 48px; }
.iphone-side-two { top: 158px; height: 72px; }
.iphone-screen { position: relative; height: 520px; overflow: hidden; border-radius: 38px; background: #d8e5ec; }
.iphone-status { position: relative; z-index: 3; display: flex; height: 34px; align-items: center; justify-content: space-between; padding: 0 15px; color: white; background: #1f83b7; font-size: .58rem; font-weight: 750; }
.dynamic-island { position: absolute; top: 5px; left: 50%; width: 70px; height: 21px; border-radius: 15px; background: #080b10; transform: translateX(-50%); }
.telegram-header { display: grid; height: 55px; align-items: center; padding: 5px 10px; color: white; background: linear-gradient(#278fc2,#2384b4); grid-template-columns: 18px 45px 1fr 27px; gap: 6px; }
.telegram-header .telegram-back { font-size: 1.55rem; font-weight: 300; }
.bot-avatar { display: grid; width: 43px; height: 43px; place-items: center; }
.bot-avatar img { display: block; width: 43px; height: 43px; object-fit: contain; }
.telegram-header strong, .telegram-header small { display: block; }
.telegram-header strong { font-size: .75rem; }
.telegram-header small { color: rgba(255,255,255,.78); font-size: .56rem; }
.telegram-more { font-size: .72rem; letter-spacing: .04em; }
.telegram-chat { height: 389px; padding: 10px 8px; overflow: hidden; background: radial-gradient(circle at 12px 12px, rgba(37,132,180,.08) 1px, transparent 1.5px) 0 0/24px 24px, #dbe8ee; }
.message { position: relative; width: max-content; max-width: 87%; margin: 5px 0; padding: 7px 9px 12px; border-radius: 11px 11px 11px 3px; background: white; box-shadow: 0 1px 1px rgba(17,46,70,.14); font-size: .62rem; line-height: 1.38; }
.message.outgoing { margin-left: auto; border-radius: 11px 11px 3px 11px; background: #e1ffc7; }
.message.success { max-width: 92%; }
.message time { position: absolute; right: 6px; bottom: 3px; color: #7d8d97; font-size: .43rem; font-style: normal; }
.bot-payment, .bot-actions span { display: block; padding: 7px 8px; border: 1px solid #8ec6e1; border-radius: 7px; color: #1688bd; background: rgba(255,255,255,.92); font-size: .59rem; font-weight: 780; text-align: center; }
.bot-payment { width: 74%; margin: 6px 0 6px 4px; }
.bot-actions { display: grid; margin: 5px 0 0; gap: 3px; }
.telegram-input { display: flex; height: 42px; align-items: center; justify-content: space-between; padding: 0 13px; color: #788894; background: white; font-size: .62rem; }
.telegram-input span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: white; background: #2a96c9; }

.section#how { padding-block: 44px; }
#how .section-head { margin-bottom: 18px; }
#how .section-head h2 { font-size: clamp(1.7rem,2.6vw,2.4rem); }
.steps-grid { display: grid; margin: 0; padding: 0; counter-reset: step; grid-template-columns: repeat(4,1fr); gap: 10px; list-style: none; }
.steps-grid li { position: relative; min-height: 125px; padding: 17px 18px; border-radius: 18px; background: var(--surface); }
.steps-grid li:not(:last-child)::after { position: absolute; z-index: 2; top: 27px; right: -10px; width: 18px; height: 2px; content: ""; background: #b9cbed; }
.steps-grid > li > span { color: var(--blue-600); font-size: .76rem; font-weight: 850; letter-spacing: .12em; }
.steps-grid h3 { margin: 20px 0 4px; font-size: 1.05rem; }
.steps-grid p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.4; }

.calculator-section { background: #f4f8ff; }
.calculator-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 70px; }
.calculator-copy > p { max-width: 480px; }
.calculator-result { display: grid; width: min(100%, 355px); margin: 27px 0 18px; padding: 21px 24px; border: 1px solid #bed0ee; border-radius: 19px; background: white; box-shadow: 0 14px 30px rgba(13,50,105,.07); }
.calculator-result small { color: var(--muted); }
.calculator-result strong { margin: 4px 0 2px; color: var(--blue-700); font-size: 2.1rem; letter-spacing: -.05em; }
.calculator-result span { color: #536681; font-size: .82rem; }
.calculator-card { padding: 30px; border: 1px solid #d8e3f2; border-radius: var(--radius-xl); background: white; box-shadow: var(--shadow); }
.range-label { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; color: #344966; font-size: .9rem; }
.range-label strong { color: var(--ink); }
.range-label input { width: 100%; margin: 10px 0 8px; accent-color: var(--blue-600); grid-column: 1/-1; }
.calculator-card fieldset { display: grid; margin: 19px 0 0; padding: 20px 0 0; border: 0; border-top: 1px solid var(--line); grid-template-columns: repeat(2,1fr); gap: 10px; }
.calculator-card legend { padding: 0 0 10px; font-size: .88rem; font-weight: 750; }
.use-toggle { position: relative; display: grid; min-height: 68px; align-items: center; padding: 10px 12px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; grid-template-columns: 34px 1fr; }
.use-toggle:has(input:checked) { border-color: #7fa9ef; background: var(--blue-100); }
.use-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.use-toggle > span { font-size: 1.12rem; grid-row: span 2; }
.use-toggle strong { font-size: .82rem; }
.use-toggle small { color: var(--muted); font-size: .68rem; }
.fine-print { margin: 17px 0 0; color: var(--muted); font-size: .73rem; line-height: 1.5; }

.comparison-section { background: var(--white); }
.roaming-grid { display: grid; max-width: 1000px; margin: 0 auto; align-items: stretch; grid-template-columns: repeat(3,1fr); gap: 14px; }
.roaming-card { display: flex; min-height: 270px; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 23px; background: var(--surface); }
.roaming-card.featured { border-color: #82acf2; color: white; background: linear-gradient(145deg,var(--navy-900),#114ca9); box-shadow: 0 20px 45px rgba(11,61,142,.2); }
.roaming-label { color: var(--muted); font-size: .75rem; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.roaming-card.featured .roaming-label { color: #ff8a34; }
.roaming-card:not(.featured) .roaming-label { color: #c62828; }
.roaming-card > strong { margin: 26px 0 3px; font-size: 2.35rem; letter-spacing: -.055em; }
.roaming-card > b { font-size: .9rem; }
.roaming-card p { color: var(--muted); font-size: .79rem; line-height: 1.5; }
.roaming-card.featured p { color: rgba(255,255,255,.72); }
.roaming-card a { min-height: 44px; margin-top: auto; color: var(--blue-700); font-size: .78rem; font-weight: 800; text-underline-offset: 4px; }
.roaming-card.featured a { color: white; }
.comparison-note { max-width: 900px; margin: 18px auto 0; color: var(--muted); font-size: .7rem; line-height: 1.5; text-align: center; }

.faq-section { background: var(--surface); }
.faq-shell { display: grid; grid-template-columns: .66fr 1.34fr; gap: 70px; }
.faq-intro h2 { margin: 0; font-size: clamp(2rem,3.4vw,3.1rem); line-height: 1.08; letter-spacing: -.045em; }
.faq-intro p:last-child { color: var(--muted); line-height: 1.6; }
.faq-list { border-top: 1px solid #cbd8ea; }
.faq-list details { border-bottom: 1px solid #cbd8ea; }
.faq-list summary { position: relative; display: flex; min-height: 68px; align-items: center; padding: 15px 48px 15px 2px; font-weight: 740; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 8px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--blue-700); background: white; content: "+"; font-size: 1.25rem; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: -4px 50px 21px 2px; color: var(--muted); font-size: .92rem; line-height: 1.65; }

.final-cta { padding-block: 60px; }
.final-card { display: flex; min-height: 280px; align-items: center; justify-content: space-between; padding: 52px 60px; border-radius: 34px; color: white; background: radial-gradient(circle at 78% 0%, rgba(46,121,255,.65), transparent 38%), var(--navy-900); gap: 40px; }
.final-card h2 { max-width: 680px; margin: 0; font-size: clamp(2rem,4vw,3.5rem); line-height: 1.03; letter-spacing: -.05em; }
.final-card p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.final-actions { display: flex; flex: 0 0 auto; flex-direction: column; align-items: center; gap: 18px; }
.site-footer { padding: 62px 0 30px; color: rgba(255,255,255,.7); background: #031026; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 50px; }
.footer-brand .brand-word { color: white; }
.footer-brand p { max-width: 330px; font-size: .84rem; line-height: 1.6; }
.footer-col strong { display: block; margin-bottom: 14px; color: white; font-size: .86rem; }
.footer-col a { display: flex; min-height: 44px; align-items: center; font-size: .82rem; text-decoration: none; }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; margin-top: 38px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.13); justify-content: space-between; gap: 18px; font-size: .75rem; }
.mobile-bar { display: none; }

.country-hero { position: relative; min-height: 560px; overflow: hidden; color: white; background: var(--navy-900); }
.country-hero-bg, .country-hero-bg::after, .country-hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; }
.country-hero-bg img { object-fit: cover; object-position: center; }
.country-hero-bg::after { content: ""; background: linear-gradient(90deg, rgba(4,20,47,.97), rgba(4,20,47,.8) 48%, rgba(4,20,47,.24)); }
.country-hero .shell { position: relative; z-index: 2; padding-block: 22px 70px; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.68); font-size: .78rem; }
.breadcrumbs a { min-height: 44px; display: inline-flex; align-items: center; }
.country-hero-copy { max-width: 710px; padding-top: 60px; }
.country-hero h1 { margin: 0; font-size: clamp(2.8rem,5.7vw,5rem); line-height: .98; letter-spacing: -.06em; }
.country-hero-copy > p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.8); font-size: 1.16rem; line-height: 1.6; }
.country-facts { display: flex; flex-wrap: wrap; margin: 25px 0; gap: 9px; }
.country-facts span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.1); font-size: .78rem; font-weight: 730; }
.country-info { background: var(--surface); }
.info-grid { display: grid; grid-template-columns: 1.2fr repeat(2,1fr); gap: 16px; }
.info-grid article { min-height: 225px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; }
.info-grid .info-lead { color: white; background: var(--navy-900); grid-row: span 2; }
.info-grid h3 { margin: 32px 0 8px; }
.info-grid p { color: var(--muted); font-size: .88rem; line-height: 1.6; }
.info-grid .info-lead p { color: rgba(255,255,255,.7); }
.info-grid > article > span { color: var(--blue-600); font-size: .76rem; font-weight: 850; letter-spacing: .12em; }
.compact-telegram .telegram-card { min-height: 370px; padding-block: 50px; }
.country-mini-map { position: relative; z-index: 2; display: grid; width: 270px; height: 200px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 48% 52% 60% 40%; color: white; background: rgba(255,255,255,.08); font-size: 2.2rem; font-weight: 900; letter-spacing: .08em; transform: rotate(-5deg); }
.country-mini-map span { position: absolute; bottom: 28px; font-size: .72rem; letter-spacing: .14em; }

@media (max-width: 1020px) {
  .site-nav { gap: 18px; }
  .site-nav a:not(.button) { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-location { right: 175px; }
  .plan-grid { grid-template-columns: repeat(2,1fr); }
  .destination-grid { grid-template-columns: repeat(2,1fr); }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .telegram-card { padding-inline: 48px; gap: 30px; }
  .calculator-grid { grid-template-columns: 1fr; gap: 38px; }
  .calculator-copy { display: grid; grid-template-columns: 1fr auto; align-items: end; column-gap: 30px; }
  .calculator-copy .eyebrow, .calculator-copy h2, .calculator-copy > p { grid-column: 1; }
  .calculator-result { margin: 0; grid-column: 2; grid-row: 1/4; }
  .calculator-copy .button { width: max-content; }
  .footer-grid { grid-template-columns: 1.3fr repeat(2,1fr); }
  .footer-col:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 30px, 680px); --radius-xl: 25px; }
  html { scroll-padding-top: 69px; }
  .site-header { height: 68px; }
  .header-inner { gap: 12px; }
  .brand img { width: 41px; height: 41px; }
  .brand-word { font-size: 1.16rem; }
  .header-buy { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .site-nav { position: fixed; top: 68px; right: 0; left: 0; display: none; padding: 14px 15px 24px; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 20px 35px rgba(5,24,58,.12); }
  .site-nav.is-open { display: grid; }
  .site-nav a:not(.button) { display: flex; min-height: 48px; align-items: center; padding-inline: 13px; border-radius: 12px; background: var(--surface); }
  .site-nav a::after { display: none; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 620px; }
  .hero-grid { min-height: 620px; grid-template-columns: 1fr; align-items: start; }
  .hero-copy { max-width: 100%; padding: 36px 0 42px; }
  .hero h1 { max-width: 570px; font-size: clamp(2.15rem, 10.5vw, 3.35rem); line-height: 1.01; letter-spacing: -.042em; }
  .hero-lead { max-width: 510px; margin-top: 13px; font-size: .94rem; line-height: 1.42; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 17px; }
  .hero-actions .button { min-width: 0; padding-inline: 12px; }
  .country-search { margin-top: 17px; }
  .country-search > label { margin-bottom: 7px; }
  .search-control input { min-height: 51px; }
  .hero-proof { display: grid; margin-top: 13px; font-size: .82rem; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px 10px; }
  .hero-shade { background: linear-gradient(180deg, rgba(4,20,47,.82) 0%, rgba(4,20,47,.58) 43%, rgba(4,20,47,.16) 70%, rgba(4,20,47,.03) 100%), linear-gradient(90deg, rgba(4,20,47,.34) 0%, rgba(4,20,47,.06) 72%, transparent 100%); }
  .hero-backdrop img { object-position: 66% center; filter: saturate(1.08) brightness(1.06); }
  .hero-copy h1, .hero-copy .eyebrow, .hero-lead, .country-search > label, .hero-proof { text-shadow: 0 2px 16px rgba(1,10,27,.78); }
  .hero-location { right: auto; bottom: 10px; left: 14px; padding: 6px 9px; }
  .hero-dots { right: 8px; bottom: 2px; }
  .section { padding: 54px 0; }
  .section-tight { padding-block: 48px 30px; }
  .row-head { display: block; }
  .row-head > p { margin-top: 13px; }
  .section-head { margin-bottom: 24px; }
  .coverage-summary { margin-bottom: 14px; grid-template-columns: repeat(2,1fr); }
  .coverage-summary article { min-height: 68px; padding: 11px 13px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
  .coverage-summary article:nth-child(2n) { border-right: 0; }
  .coverage-summary article:nth-last-child(-n+2) { border-bottom: 0; }
  .coverage-summary strong { font-size: 1.3rem; }
  .destination-grid { grid-template-columns: repeat(2,1fr); gap: 7px; }
  .destination-card { min-height: 96px; align-content: start; padding: 10px; border-radius: 16px; grid-template-columns: 29px 1fr; gap: 6px; }
  .destination-flag { width: 29px; height: 29px; font-size: 1.08rem; }
  .destination-card strong { margin-top: 1px; margin-bottom: 2px; font-size: .82rem; }
  .destination-card small { display: none; }
  .destination-price { align-self: end; grid-column: 1/-1; font-size: .7rem; }
  .destination-card.soon .destination-price { padding: 4px 7px; font-size: .64rem; }
  .country-dialog { width: calc(100% - 18px); max-height: calc(100dvh - 18px); border-radius: 22px; }
  .country-dialog-head { padding: 20px 17px 15px; }
  .country-dialog-head p:last-child { font-size: .82rem; }
  .country-dialog-search { padding: 14px 17px 10px; }
  .supplier-country-grid { max-height: calc(100dvh - 265px); padding: 3px 17px 20px; grid-template-columns: 1fr; }
  .network-summary { display: block; margin-bottom: 16px; padding: 12px; }
  .network-summary p { margin-top: 9px; text-align: left; }
  .plan-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .plan-card { min-height: 288px; padding: 17px; }
  .plan-data { margin-top: 25px; }
  .plan-bottom { display: grid; }
  .plan-card .button { width: 100%; }
  .checkout-shell { grid-template-columns: 1fr; gap: 30px; }
  .checkout-copy { position: static; }
  .checkout-form { padding: 21px; }
  .fact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; }
  .fact-grid article { flex-direction: column; align-items: flex-start; justify-content: center; padding: 13px 12px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); gap: 4px; }
  .fact-grid article:nth-child(2n) { border-right: 0; }
  .fact-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .benefit-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .benefit-card { padding: 20px 17px; }
  .telegram-section { padding-block: 10px 34px; }
  .telegram-card { min-height: auto; padding: 20px 18px 0; border-radius: 24px; grid-template-columns: 1fr; gap: 8px; }
  .telegram-copy { display: grid; grid-template-columns: 40px minmax(0,1fr); align-items: center; column-gap: 10px; }
  .telegram-mark { width: 40px; height: 40px; margin: 0; border-radius: 12px; grid-column: 1; grid-row: 1; }
  .telegram-mark svg { width: 26px; height: 26px; }
  .telegram-copy > .eyebrow { display: none; }
  .telegram-card h2 { margin: 0; font-size: clamp(1.42rem,6.7vw,1.78rem); line-height: 1; grid-column: 2; grid-row: 1; }
  .telegram-card p:not(.eyebrow) { margin: 10px 0 0; font-size: .88rem; font-weight: 700; line-height: 1.42; grid-column: 1/-1; }
  .check-list { display: grid; margin: 10px 0 12px; font-size: .78rem; line-height: 1.3; grid-column: 1/-1; grid-template-columns: 1fr 1.45fr; gap: 5px 9px; }
  .check-list li:last-child { grid-column: 1/-1; }
  .telegram-copy .button { min-height: 46px; padding: 9px 15px; font-size: .86rem; grid-column: 1/-1; }
  .iphone-mock { width: 284px; margin-top: 2px; margin-bottom: -193px; transform: scale(.64) rotate(1deg); transform-origin: top center; }
  .section#how { padding-block: 30px; }
  #how .section-head { margin-bottom: 14px; }
  #how .section-head h2 { font-size: 1.65rem; }
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .steps-grid li { min-height: 112px; padding: 14px; }
  .steps-grid li::after { display: none; }
  .steps-grid h3 { margin-top: 13px; }
  .calculator-copy { display: block; }
  .calculator-result { margin: 24px 0 16px; }
  .calculator-card { padding: 20px; }
  .calculator-card fieldset { grid-template-columns: 1fr; }
  .roaming-grid { grid-template-columns: 1fr; gap: 9px; }
  .roaming-card { min-height: 205px; padding: 19px; }
  .roaming-card > strong { margin-top: 17px; font-size: 2rem; }
  .faq-shell { grid-template-columns: 1fr; gap: 28px; }
  .final-card { display: block; padding: 38px 25px; }
  .final-actions { margin-top: 28px; align-items: stretch; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-col:last-child { grid-column: auto; }
  .footer-bottom { display: block; padding-bottom: 74px; }
  .mobile-bar { position: fixed; z-index: 90; right: 9px; bottom: max(9px, env(safe-area-inset-bottom)); left: 9px; display: flex; min-height: 66px; align-items: center; justify-content: space-between; padding: 9px 9px 9px 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 19px; color: white; background: rgba(4,20,47,.94); box-shadow: 0 18px 40px rgba(2,10,28,.35); backdrop-filter: blur(14px); transform: translateY(130%); transition: transform .25s ease; }
  .mobile-bar.is-visible { transform: none; }
  .mobile-bar span { display: grid; }
  .mobile-bar small { color: rgba(255,255,255,.62); font-size: .67rem; }
  .mobile-bar strong { font-size: .9rem; }
  .mobile-bar .button { min-height: 48px; padding-inline: 15px; }
  .country-hero { min-height: 580px; }
  .country-hero-bg::after { background: linear-gradient(180deg, rgba(4,20,47,.9), rgba(4,20,47,.82)); }
  .country-hero h1 { font-size: clamp(2.7rem,13vw,4rem); }
  .country-hero-copy { padding-top: 45px; }
  .info-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .info-grid .info-lead { min-height: 260px; grid-column: 1/-1; grid-row: auto; }
  .info-grid article { min-height: 220px; padding: 20px; }
  .country-mini-map { width: 230px; margin: 0 auto -25px; }
}

@media (max-width: 760px) {
  .calculator-section { padding-block: 28px; }
  .calculator-grid { gap: 10px; }
  .calculator-copy { display: grid; padding: 13px; border: 1px solid #d5e3f6; border-radius: 19px; background: #eaf2ff; grid-template-columns: minmax(0,1fr) auto; grid-template-areas: "title title" "body body" "result action"; align-items: end; column-gap: 9px; }
  .calculator-copy .eyebrow { display: none; }
  .calculator-copy h2 { margin: 0; font-size: 1.65rem; line-height: 1.02; grid-area: title; }
  .calculator-copy > p { margin: 7px 0 11px; padding-bottom: 10px; border-bottom: 1px solid #cadbf2; font-size: .8rem; line-height: 1.38; grid-area: body; }
  .calculator-result { width: 100%; min-height: 66px; margin: 0; padding: 9px 11px; border-radius: 14px; grid-area: result; }
  .calculator-result small { font-size: .66rem; }
  .calculator-result strong { margin: 1px 0 0; font-size: 1.45rem; line-height: 1; }
  .calculator-result span { font-size: .65rem; line-height: 1.2; }
  .calculator-copy .button { width: auto; min-height: 50px; padding: 9px 12px; font-size: .78rem; grid-area: action; }
  .calculator-card { padding: 13px; border-radius: 20px; }
  .range-label { font-size: .78rem; gap: 6px; }
  .range-label input { margin: 5px 0 2px; }
  .calculator-card fieldset { margin-top: 9px; padding-top: 9px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; }
  .calculator-card legend { padding-bottom: 5px; font-size: .76rem; }
  .use-toggle { min-height: 46px; padding: 6px 7px; border-radius: 11px; grid-template-columns: 25px minmax(0,1fr); }
  .use-toggle > span { font-size: .92rem; }
  .use-toggle strong { font-size: .7rem; line-height: 1.15; }
  .use-toggle small { display: none; }
  .fine-print { margin-top: 8px; font-size: .62rem; line-height: 1.35; }
  .comparison-section { padding-block: 28px; }
  .comparison-section .section-head { margin-bottom: 14px; }
  .comparison-section .section-head .eyebrow { display: none; }
  .comparison-section .section-head h2 { font-size: 1.65rem; line-height: 1.03; }
  .comparison-section .section-head > p:last-child { margin: 7px 0 0; font-size: .78rem; line-height: 1.35; }
  .comparison-section .roaming-grid { gap: 7px; }
  .comparison-section .roaming-card { min-height: 0; padding: 13px 14px; border-radius: 16px; }
  .comparison-section .roaming-label { font-size: .67rem; }
  .comparison-section .roaming-card > strong { margin: 8px 0 1px; font-size: 1.55rem; }
  .comparison-section .roaming-card > b { font-size: .76rem; }
  .comparison-section .roaming-card p { margin: 7px 0; font-size: .7rem; line-height: 1.35; }
  .comparison-section .roaming-card a { min-height: 34px; font-size: .7rem; }
  .comparison-section .comparison-note { margin-top: 9px; font-size: .61rem; line-height: 1.35; }
}

@media (max-width: 440px) {
  :root { --shell: calc(100% - 24px); }
  .hero { min-height: 620px; }
  .hero-grid { min-height: 620px; }
  .hero-copy { padding-top: 31px; }
  .hero-actions { grid-template-columns: 1fr 1fr; }
  .hero-actions .button { min-height: 49px; padding-inline: 8px; font-size: .78rem; }
  .button-large { min-height: 50px; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 280px; }
  .plan-bottom { grid-template-columns: 1fr auto; align-items: center; }
  .plan-card .button { width: auto; }
  .benefit-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid li { min-height: 150px; }
  #how .steps-grid { grid-template-columns: 1fr 1fr; }
  #how .steps-grid li { min-height: 112px; }
  .promo-row { grid-template-columns: 1fr; }
  .promo-row .button { width: 100%; }
  .fact-grid strong { font-size: 1.3rem; }
  .info-grid { grid-template-columns: 1fr; }
  .info-grid .info-lead { grid-column: auto; }
  .info-grid article { min-height: 180px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-col:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
