/* ============================================================
   eSIM2Go — Signal Passport storefront
   Familiar eSIM shopping flow with a distinctive signal-route identity.
   ============================================================ */

:root {
  --home-bg: #f7f8fc;
  --home-panel: #ffffff;
  --home-soft: #eef2ff;
  --home-blue: #1557ff;
  --home-blue-2: #6b55ff;
  --home-sky: #dff6ff;
  --home-mint: #dff8eb;
  --home-peach: #fff0df;
  --home-lilac: #eee7ff;
  --home-ink: #0b1020;
  --home-muted: #667085;
  --home-border: #dfe3ed;
  --home-radius: 26px;
}

:root[data-theme="dark"] {
  --home-bg: #0b1018;
  --home-panel: #121a26;
  --home-soft: #17223b;
  --home-sky: #102a38;
  --home-mint: #102b24;
  --home-peach: #332317;
  --home-lilac: #241d38;
  --home-ink: #f4f7fb;
  --home-muted: #9da8b7;
  --home-border: #283445;
}

body { color: var(--home-ink); background: var(--home-bg); font-family: "Manrope", "Noto Sans SC", "Noto Sans Arabic", sans-serif; letter-spacing: -.012em; }
.section { padding: 128px 0; }
.section-sm { padding: 90px 0; }
.page-grid { width: min(1380px, calc(100% - var(--gutter))); }
.topbar.topbar-solid { border-bottom-color: color-mix(in srgb, var(--home-border) 78%, transparent); background: color-mix(in srgb, var(--home-bg) 88%, transparent); box-shadow: 0 8px 30px rgba(20, 32, 65, .035); }
.topbar.topbar-solid .telegram-nav { min-height: 44px; border-radius: 12px; background: var(--home-blue); box-shadow: 0 8px 22px rgba(21, 87, 255, .2); transition: transform .2s ease, box-shadow .2s ease; }
.topbar.topbar-solid .telegram-nav:hover { box-shadow: 0 12px 28px rgba(21, 87, 255, .28); transform: translateY(-2px); }
.topbar.topbar-solid .round-control,
.topbar.topbar-solid .menu-button { border-color: var(--home-border); }
.topbar.topbar-solid .theme-toggle { border-color: var(--home-border); background: var(--home-panel); }
.brand { letter-spacing: -.055em; }
.brand-sigil { color: #fff; border: 0; border-radius: 12px; background: linear-gradient(135deg, var(--home-blue), var(--home-blue-2)); box-shadow: 0 8px 24px rgba(21, 87, 255, .25); }
.brand-sigil i { display: none; }
.desktop-nav a { color: var(--home-muted); font-weight: 700; letter-spacing: -.015em; }
.desktop-nav a:hover { color: var(--home-ink); }
.language-menu { padding: 8px; border-color: var(--home-border); border-radius: 15px; background: var(--home-panel); box-shadow: 0 20px 55px rgba(20, 35, 75, .15); }
.language-menu button { border-radius: 9px; }
.mobile-nav { border-color: var(--home-border); background: color-mix(in srgb, var(--home-bg) 94%, transparent); }

/* ---------- Shared storefront type ---------- */

.store-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 42px; }
.store-heading > div > span,
.section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--home-blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.store-heading > div > span::before,
.section-kicker::before { content: ""; width: 18px; height: 2px; border-radius: 10px; background: currentColor; }
.store-heading h2 { max-width: 900px; margin: 12px 0 0; color: var(--home-ink); font-size: clamp(38px, 4.4vw, 67px); font-weight: 700; line-height: 1.02; letter-spacing: -.052em; }
.store-heading h2 span { color: var(--home-blue); }
.store-heading > a { flex: 0 0 auto; padding-bottom: 8px; color: var(--home-blue); border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; }
.store-heading-wide { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr); align-items: end; }
.store-heading-wide > p { margin: 0 0 7px; color: var(--home-muted); font-size: 15px; line-height: 1.75; }

/* ---------- Hero ---------- */

.store-hero { position: relative; overflow: hidden; padding-top: 70px; color: var(--home-ink); background: linear-gradient(180deg, var(--home-bg), color-mix(in srgb, var(--home-soft) 36%, var(--home-bg))); }
.store-hero::after { content: ""; position: absolute; z-index: 0; top: 40px; right: -190px; width: 680px; height: 680px; border-radius: 50%; background: radial-gradient(circle, rgba(84, 110, 255, .18), rgba(84, 110, 255, 0) 68%); pointer-events: none; }
.signal-field { position: absolute; z-index: 0; top: 86px; right: 5vw; width: 650px; height: 650px; opacity: .5; pointer-events: none; }
.signal-field::before,
.signal-field i { content: ""; position: absolute; inset: 50%; border: 1px solid color-mix(in srgb, var(--home-blue) 18%, transparent); border-radius: 50%; transform: translate(-50%, -50%); }
.signal-field::before { width: 160px; height: 160px; }
.signal-field i:nth-child(1) { width: 270px; height: 270px; }
.signal-field i:nth-child(2) { width: 390px; height: 390px; }
.signal-field i:nth-child(3) { width: 520px; height: 520px; }
.signal-field i:nth-child(4) { width: 650px; height: 650px; }
.hero-shell { position: relative; z-index: 5; min-height: 735px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(520px, .98fr); gap: clamp(60px, 7vw, 120px); align-items: center; padding-top: 58px; padding-bottom: 62px; }
.hero-copy { max-width: 720px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px; color: var(--home-blue); border: 1px solid color-mix(in srgb, var(--home-blue) 20%, var(--home-border)); border-radius: 999px; background: color-mix(in srgb, var(--home-panel) 76%, transparent); font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #18a66a; box-shadow: 0 0 0 5px rgba(24, 166, 106, .1); }
.hero-copy h1 { max-width: 750px; margin: 30px 0 25px; font-size: clamp(64px, 6.2vw, 102px); font-weight: 700; line-height: .92; letter-spacing: -.064em; }
.hero-copy h1 span { color: var(--home-blue); }
.hero-copy > p { max-width: 660px; margin: 0; color: var(--home-muted); font-size: 17px; line-height: 1.72; }
.finder-icon { position: relative; flex: 0 0 auto; width: 19px; height: 19px; margin-right: 12px; border: 2px solid currentColor; border-radius: 50%; color: var(--home-muted); }
.finder-icon::after { content: ""; position: absolute; right: -5px; bottom: -3px; width: 7px; height: 2px; border-radius: 3px; background: currentColor; transform: rotate(45deg); }
.hero-assurances { max-width: 680px; display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 34px; color: var(--home-muted); font-size: 8px; font-weight: 700; }
.hero-assurances > span { display: inline-flex; align-items: center; gap: 6px; }
.hero-assurances i { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: #11845a; background: #e3f7ef; font-size: 8px; font-style: normal; }

/* Hero product proof */
.hero-product { position: relative; min-height: 650px; isolation: isolate; }
.product-orbit { position: absolute; top: 50%; left: 52%; border-radius: 50%; pointer-events: none; transform: translate(-50%, -50%); }
.product-orbit::before { content: ""; position: absolute; z-index: -1; inset: 0; border: 1px var(--orbit-style,solid) color-mix(in srgb, var(--orbit-color, var(--home-blue)) var(--orbit-strength, 24%), transparent); border-radius: inherit; }
.product-orbit .orbit-runner { position: absolute; z-index: 8; inset: -1px; border-radius: 50%; animation: orbitNodeSpin var(--orbit-speed,30s) linear infinite; animation-delay: var(--orbit-delay,0s); }
.product-orbit .orbit-runner b { position: absolute; top: 0; left: 50%; display: block; border: 4px solid var(--home-bg); border-radius: 50%; box-shadow: 0 6px 18px rgba(21,87,255,.22); transform: translate(-50%,-50%); }
.product-orbit .runner-blue b { width: 15px; height: 15px; background: var(--home-blue); }
.product-orbit .runner-lime b { width: 11px; height: 11px; background: #c9ff45; }
.orbit-a { --orbit-speed: 31s; --orbit-delay: -4s; width: 610px; height: 610px; }
.orbit-b { --orbit-speed: 25s; --orbit-delay: -16s; --orbit-style: dashed; width: 510px; height: 510px; }
.orbit-c { --orbit-speed: 20s; --orbit-delay: -9s; width: 410px; height: 410px; opacity: .82; }
.orbit-d { --orbit-speed: 16s; --orbit-delay: -2s; --orbit-style: dashed; width: 310px; height: 310px; opacity: 1; }
.product-orbit.orbit-d::before { border-width: 2px; border-color: #ff5438; opacity: .92; filter: drop-shadow(0 0 8px rgba(255,84,56,.28)); }
.orbit-d .orbit-runner b { width: 15px; height: 15px; border-color: var(--home-bg); background: #ff5438; box-shadow: 0 0 0 4px rgba(255,84,56,.14),0 8px 24px rgba(255,84,56,.54); }
@keyframes orbitNodeSpin { to { transform: rotate(360deg); } }
.app-showcase-halo { position: absolute; z-index: -2; inset: 6% 0 2% 4%; overflow: hidden; border: 1px solid color-mix(in srgb, var(--home-blue) 16%, transparent); border-radius: 46% 54% 42% 58% / 48% 42% 58% 52%; background: radial-gradient(circle at 28% 22%, rgba(198,255,69,.36), transparent 34%), radial-gradient(circle at 74% 62%, rgba(21,87,255,.28), transparent 42%), color-mix(in srgb, var(--home-panel) 54%, transparent); box-shadow: inset 0 0 0 18px color-mix(in srgb, var(--home-panel) 25%, transparent), 0 55px 110px rgba(34, 52, 106, .12); transform: rotate(-3deg); }
.app-showcase-halo::before,
.app-showcase-halo::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid color-mix(in srgb, var(--home-blue) 18%, transparent); }
.app-showcase-halo::before { width: 360px; height: 360px; right: -120px; top: -125px; box-shadow: 0 0 0 38px color-mix(in srgb, var(--home-blue) 4%, transparent), 0 0 0 76px color-mix(in srgb, var(--home-blue) 3%, transparent); }
.app-showcase-halo::after { width: 170px; height: 170px; left: -72px; bottom: -75px; box-shadow: 0 0 0 28px color-mix(in srgb, #c9ff45 7%, transparent); }
.app-showcase-label { position: absolute; z-index: 6; top: 11px; left: 2px; display: grid; gap: 4px; padding: 12px 15px; border: 1px solid color-mix(in srgb, var(--home-border) 82%, transparent); border-radius: 14px; color: var(--home-ink); background: color-mix(in srgb, var(--home-panel) 82%, transparent); box-shadow: 0 18px 45px rgba(23, 36, 78, .12); backdrop-filter: blur(18px); }
.app-showcase-label > span { display: flex; align-items: center; gap: 7px; color: var(--home-muted); font-size: 7px; font-weight: 800; letter-spacing: .04em; }
.app-showcase-label i { width: 7px; height: 7px; border-radius: 50%; background: #18a66a; box-shadow: 0 0 0 5px rgba(24,166,106,.1); }
.app-showcase-label b { font-size: 9px; letter-spacing: .08em; }
.app-device { position: absolute; margin: 0; }
.app-device-main { z-index: 4; top: 42px; left: 43%; width: 292px; transform: translateX(-50%) rotate(-2.1deg); }
.app-device-secondary { z-index: 2; top: 91px; right: -12px; width: 235px; transform: rotate(5deg); }
.device-frame { position: relative; overflow: hidden; padding: 6px; border: 1px solid rgba(255,255,255,.75); border-radius: 42px; background: #090c12; box-shadow: 0 42px 90px rgba(15,28,65,.25), 0 10px 25px rgba(15,28,65,.16); }
.device-frame::after { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(255,255,255,.13); border-radius: 36px; pointer-events: none; }
.device-frame img { width: 100%; height: auto; display: block; border-radius: 36px; }
.app-device-secondary .device-frame { box-shadow: 0 32px 75px rgba(11,18,42,.28); }
.app-device figcaption { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; white-space: nowrap; padding: 9px 12px 9px 9px; border: 1px solid color-mix(in srgb, var(--home-border) 82%, transparent); border-radius: 13px; color: var(--home-ink); background: color-mix(in srgb, var(--home-panel) 88%, transparent); box-shadow: 0 16px 40px rgba(15,28,65,.15); backdrop-filter: blur(16px); }
.app-device figcaption span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--home-blue); font-size: 7px; font-weight: 800; }
.app-device figcaption b { font-size: 8px; }
.app-device-main figcaption { left: -34px; bottom: 90px; }
.app-device-secondary figcaption { right: -5px; top: 155px; }
.app-proof-chip { position: absolute; z-index: 7; right: 8px; bottom: 18px; min-width: 282px; display: grid; grid-template-columns: 38px 1fr auto; gap: 11px; align-items: center; padding: 11px 12px; border: 1px solid rgba(255,255,255,.75); border-radius: 17px; color: #fff; background: #0b1020; box-shadow: 0 24px 60px rgba(11,16,32,.28); }
.app-proof-chip .telegram-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: #229ed9; font-size: 16px; font-weight: 800; }
.app-proof-chip > span:nth-child(2) { min-width: 0; }
.app-proof-chip small,
.app-proof-chip b { display: block; }
.app-proof-chip small { color: rgba(255,255,255,.54); font-size: 6px; font-weight: 800; letter-spacing: .12em; }
.app-proof-chip b { margin-top: 3px; overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.app-proof-chip > i { padding: 5px 7px; border-radius: 999px; color: #c9ff45; background: rgba(201,255,69,.12); font-size: 6px; font-style: normal; font-weight: 900; letter-spacing: .12em; }
.hero-metrics { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 38px; padding: 8px; border: 1px solid var(--home-border); border-radius: 24px; background: color-mix(in srgb, var(--home-panel) 82%, transparent); box-shadow: 0 24px 65px rgba(23,39,80,.09); backdrop-filter: blur(18px); }
.hero-metrics > div { position: relative; min-height: 112px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; overflow: hidden; padding: 18px; border: 1px solid transparent; border-radius: 17px; background: color-mix(in srgb, var(--home-bg) 70%, var(--home-panel)); }
.hero-metrics > div::after { content: ""; position: absolute; right: -28px; bottom: -44px; width: 105px; height: 105px; border: 1px solid color-mix(in srgb, var(--home-blue) 12%, transparent); border-radius: 50%; box-shadow: 0 0 0 20px color-mix(in srgb, var(--home-blue) 2%, transparent); }
.hero-metrics > div:first-child { background: linear-gradient(135deg, color-mix(in srgb, #c9ff45 24%, var(--home-panel)), var(--home-panel)); }
.hero-metrics > div:last-child { background: linear-gradient(135deg, color-mix(in srgb, var(--home-blue) 9%, var(--home-panel)), var(--home-panel)); }
.hero-metrics i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--home-blue); background: var(--home-panel); box-shadow: 0 10px 25px rgba(21,87,255,.1); font-size: 17px; font-style: normal; font-weight: 800; }
.hero-metrics .metric-image img { width: 24px; height: 24px; display: block; object-fit: contain; filter: invert(34%) sepia(98%) saturate(5507%) hue-rotate(222deg) brightness(100%) contrast(104%); opacity: .96; }
.hero-metrics p { position: relative; z-index: 1; margin: 0; }
.hero-metrics strong,
.hero-metrics span { display: block; }
.hero-metrics strong { color: var(--home-ink); font-size: 19px; line-height: 1.05; letter-spacing: -.045em; }
.hero-metrics span { margin-top: 5px; color: var(--home-muted); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

/* ---------- Popular destinations ---------- */

.destination-showcase { background: var(--home-panel); }
.destination-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.destination-card { position: relative; min-height: 252px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 22px; border: 1px solid transparent; border-radius: var(--home-radius); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.destination-card::after { content: ""; position: absolute; right: -48px; bottom: -56px; width: 180px; height: 180px; border: 1px solid rgba(11,16,32,.12); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.12), 0 0 0 60px rgba(255,255,255,.1); }
.destination-card:hover { border-color: color-mix(in srgb, var(--home-ink) 10%, transparent); transform: translateY(-6px); box-shadow: 0 24px 55px rgba(21, 35, 70, .12); }
.destination-japan { background: var(--home-peach); }
.destination-usa { background: var(--home-sky); }
.destination-europe { background: var(--home-lilac); }
.destination-thai { background: var(--home-mint); }
.dest-flag { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: rgba(255,255,255,.66); font-size: 29px; }
.destination-card div { position: relative; z-index: 1; margin-top: auto; }
.destination-card small { color: var(--home-muted); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.destination-card h3 { margin: 5px 0 4px; color: var(--home-ink); font-size: 24px; letter-spacing: -.05em; }
.destination-card div > span { color: var(--home-muted); font-size: 9px; }
.destination-card strong { display: block; margin-top: 17px; color: var(--home-ink); font-size: 8px; font-weight: 800; opacity: .72; transition: opacity .2s ease, transform .2s ease; }
.destination-card:hover strong { opacity: 1; transform: translateX(3px); }
.destination-card > b { position: absolute; z-index: 2; right: 19px; bottom: 19px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--home-ink); font-size: 13px; }

/* ---------- Catalog ---------- */

.plans-section { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--home-bg), color-mix(in srgb, var(--home-soft) 28%, var(--home-bg))); }
.plans-section-country { border-top: 1px solid var(--home-border); }
.plans-section-country .store-heading h2 { color: var(--home-ink); }
.plans-section-country .store-heading h2 > span:first-child { color: var(--home-blue); }
.plans-section::before { content: ""; position: absolute; top: 150px; left: -220px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(21,87,255,.1), transparent 68%); pointer-events: none; }
.catalog { position: relative; display: grid; grid-template-columns: 310px minmax(0, 1fr); min-height: 760px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--home-border) 90%, transparent); border-radius: 34px; background: var(--home-panel); box-shadow: 0 38px 100px rgba(23,39,82,.13); }
.catalog-sidebar { position: relative; padding: 29px; border-right: 1px solid var(--home-border); background: linear-gradient(160deg, color-mix(in srgb, var(--home-soft) 65%, var(--home-panel)), var(--home-panel)); }
.catalog-sidebar::after { content: ""; position: absolute; right: -50px; bottom: -80px; width: 210px; height: 210px; border: 1px solid color-mix(in srgb, var(--home-blue) 10%, transparent); border-radius: 50%; box-shadow: 0 0 0 38px color-mix(in srgb, var(--home-blue) 2%, transparent); pointer-events: none; }
.catalog-side-title { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--home-border); color: var(--home-ink); font-size: 12px; font-weight: 800; letter-spacing: -.025em; }
.catalog-side-title b { padding: 6px 9px; color: #0b1020; border-radius: 9px; background: #c9ff45; font-size: 8px; letter-spacing: .02em; }
.destination-mode-tabs { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-top: 17px; padding: 5px; border: 1px solid var(--home-border); border-radius: 14px; background: color-mix(in srgb, var(--home-bg) 78%, var(--home-panel)); }
.destination-mode-tabs button { min-width: 0; min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 0 10px; border: 0; border-radius: 10px; color: var(--home-muted); background: transparent; cursor: pointer; font-size: 9px; font-weight: 820; transition: color .2s, background .2s, box-shadow .2s; }
.destination-mode-tabs button span:first-child { font-size: 12px; }
.destination-mode-tabs button.active { color: #fff; background: var(--home-blue); box-shadow: 0 9px 22px rgba(21,87,255,.2); }
.country-search { position: relative; z-index: 1; height: 55px; display: flex; align-items: center; padding: 0 15px; margin-top: 19px; border: 1px solid var(--home-border); border-radius: 15px; background: var(--home-panel); box-shadow: 0 12px 28px rgba(25,38,76,.06); }
.country-search .finder-icon { width: 16px; height: 16px; margin-right: 11px; border-width: 1.5px; }
.country-search input { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--home-ink); background: transparent; font-size: 11px; font-weight: 650; }
.country-search:focus-within { border-color: var(--home-blue); box-shadow: 0 0 0 4px rgba(21,87,255,.08), 0 12px 28px rgba(25,38,76,.06); }
.catalog-label { position: relative; z-index: 1; margin: 25px 2px 10px; color: var(--home-muted); font-size: 7px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.popular-list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.country-chip { min-width: 0; min-height: 42px; display: flex; align-items: center; gap: 8px; padding: 9px 10px; border: 1px solid var(--home-border); border-radius: 11px; color: var(--home-ink); background: color-mix(in srgb, var(--home-panel) 86%, transparent); cursor: pointer; text-align: left; font-size: 9px; font-weight: 720; transition: border-color .2s, background .2s, transform .2s; }
.country-chip span:first-child { font-size: 16px; }
.country-chip span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.country-list { position: relative; z-index: 1; height: 380px; overflow: auto; padding-right: 4px; scrollbar-width: thin; }
.country-row { width: 100%; min-height: 46px; display: grid; grid-template-columns: 27px 1fr auto; gap: 8px; align-items: center; padding: 8px 10px; border: 1px solid transparent; border-radius: 11px; color: var(--home-ink); background: transparent; cursor: pointer; text-align: left; font-size: 9px; font-weight: 680; transition: background .2s, border-color .2s, transform .2s; }
.country-row span:first-child { font-size: 16px; }
.country-row span:nth-child(2) { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.country-row span:nth-child(2) small { display: block; margin-top: 2px; color: var(--home-muted); font-size: 6px; font-weight: 700; }
.country-row > b { color: var(--home-muted); font-size: 13px; }
.country-chip:hover,
.country-row:hover { border-color: color-mix(in srgb, var(--home-blue) 24%, var(--home-border)); background: var(--home-panel); transform: translateX(2px); }
.country-chip.active,
.country-row.active { color: #0b1020; border-color: #c9ff45; background: #c9ff45; box-shadow: 0 9px 22px rgba(150,196,34,.16); }
.catalog-main { min-width: 0; display: flex; flex-direction: column; padding: 34px; }
.catalog-head { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-bottom: 26px; border-bottom: 1px solid var(--home-border); }
.catalog-head > div:first-child { display: flex; align-items: center; gap: 15px; }
.selected-flag { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--home-blue) 12%, var(--home-border)); border-radius: 18px; background: linear-gradient(145deg, var(--home-soft), var(--home-panel)); box-shadow: 0 13px 30px rgba(21,87,255,.1); font-size: 31px; }
.catalog-head h3 { margin: 0; color: var(--home-ink); font-size: 28px; line-height: 1; letter-spacing: -.052em; }
.catalog-head p { margin: 7px 0 0; color: var(--home-muted); font-size: 10px; font-weight: 700; letter-spacing: .02em; }
.plan-tabs { min-width: 242px; display: flex; padding: 5px; border: 1px solid var(--home-border); border-radius: 15px; background: var(--home-bg); }
.plan-tabs button { min-width: 112px; min-height: 42px; padding: 9px 15px; border: 0; border-radius: 10px; color: var(--home-muted); background: transparent; cursor: pointer; font-size: 11px; font-weight: 850; transition: color .2s, background .2s, box-shadow .2s; }
.plan-tabs button.active { color: #0b1020; background: #c9ff45; box-shadow: 0 8px 22px rgba(150,196,34,.2); }
.country-network-summary { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9px; margin-top: 14px; }
.country-network-summary[hidden] { display: none; }
.country-network-item { min-width: 0; min-height: 70px; display: grid; grid-template-columns: 40px 1fr; gap: 11px; align-items: center; padding: 13px 15px; border: 1px solid var(--home-border); border-radius: 15px; background: color-mix(in srgb, var(--home-soft) 42%, var(--home-panel)); }
.country-network-item small,
.country-network-item strong { display: block; }
.country-network-item small { color: var(--home-muted); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.country-network-item strong { margin-top: 5px; overflow: hidden; color: var(--home-ink); font-size: 11px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.country-network-icon { position: relative; width: 40px; height: 40px; display: flex; align-items: flex-end; justify-content: center; gap: 3px; padding-bottom: 10px; border-radius: 12px; color: var(--home-blue); background: var(--home-panel); box-shadow: 0 8px 20px rgba(21,87,255,.09); }
.country-network-icon i { width: 3px; border-radius: 3px; background: currentColor; }
.country-network-icon i:nth-child(1) { height: 5px; }
.country-network-icon i:nth-child(2) { height: 9px; }
.country-network-icon i:nth-child(3) { height: 13px; }
.country-network-icon i:nth-child(4) { height: 18px; }
.country-network-icon.network-generation { align-items: center; padding: 0; color: #0b1020; background: #c9ff45; font-size: 10px; font-weight: 900; letter-spacing: -.04em; }
.duration-filter { display: grid; grid-template-columns: 175px minmax(0, 1fr); gap: 12px; align-items: center; margin-top: 12px; padding: 11px; border: 1px solid var(--home-border); border-radius: 16px; background: var(--home-bg); }
.duration-filter[hidden] { display: none; }
.duration-filter-label { min-width: 0; display: grid; grid-template-columns: 36px 1fr; gap: 10px; align-items: center; padding-right: 12px; border-right: 1px solid var(--home-border); }
.duration-filter-label > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: var(--home-blue); background: var(--home-panel); box-shadow: 0 7px 18px rgba(21,87,255,.09); font-size: 14px; }
.duration-filter-label small,
.duration-filter-label strong { display: block; }
.duration-filter-label small { color: var(--home-blue); font-size: 6px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.duration-filter-label strong { margin-top: 3px; color: var(--home-ink); font-size: 8px; }
.duration-options { min-width: 0; display: flex; gap: 6px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
.duration-options::-webkit-scrollbar { display: none; }
.duration-options button { flex: 0 0 auto; min-height: 40px; display: flex; align-items: center; gap: 8px; padding: 0 11px; border: 1px solid var(--home-border); border-radius: 11px; color: var(--home-ink); background: var(--home-panel); cursor: pointer; font-size: 8px; font-weight: 800; white-space: nowrap; transition: border-color .2s, color .2s, background .2s; }
.duration-options button small { min-width: 18px; height: 18px; display: grid; place-items: center; padding: 0 4px; border-radius: 6px; color: var(--home-muted); background: var(--home-bg); font-size: 6px; }
.duration-options button.active { color: #0b1020; border-color: #c9ff45; background: #c9ff45; }
.duration-options button.active small { color: #0b1020; background: rgba(11,16,32,.08); }
.plan-grid { flex: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; gap: 14px; max-height: 650px; overflow: auto; padding: 14px 3px 22px; scrollbar-width: thin; }
.empty-state,
.catalog-error { grid-column: 1 / -1; min-height: 310px; display: grid; place-items: center; align-content: center; gap: 9px; padding: 45px; color: var(--home-muted); border: 1px dashed var(--home-border); border-radius: 21px; background: var(--home-bg); text-align: center; font-size: 11px; }
.empty-state > span { font-size: 38px; }
.plan-card { position: relative; min-width: 0; min-height: 330px; display: flex; flex-direction: column; gap: 14px; overflow: hidden; padding: 20px; border: 1px solid var(--home-border); border-radius: 22px; background: var(--home-panel); box-shadow: 0 10px 26px rgba(23,39,82,.055); transition: border-color .22s, transform .22s, box-shadow .22s; }
.plan-card::after { content: ""; position: absolute; top: -92px; right: -94px; width: 210px; height: 210px; border: 1px solid color-mix(in srgb, var(--home-blue) 11%, transparent); border-radius: 50%; box-shadow: 0 0 0 34px color-mix(in srgb, var(--home-blue) 2.5%, transparent); pointer-events: none; }
.plan-card.is-unlimited { background: linear-gradient(145deg, color-mix(in srgb, var(--home-blue) 7%, var(--home-panel)), var(--home-panel) 60%); }
.plan-card:hover { border-color: color-mix(in srgb, var(--home-blue) 45%, var(--home-border)); box-shadow: 0 22px 52px rgba(21,87,255,.11); transform: translateY(-3px); }
.plan-card-top { position: relative; z-index: 1; min-height: 49px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.plan-badges { display: flex; flex-wrap: wrap; gap: 5px; }
.plan-badge { display: inline-flex; align-items: center; gap: 5px; min-height: 25px; padding: 0 9px; border: 0; border-radius: 8px; font: inherit; font-size: 8px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.plan-badge-info { cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.plan-badge-info:hover { filter: saturate(1.12); transform: translateY(-1px); }
.plan-badge-info:focus-visible { outline: 2px solid var(--home-blue); outline-offset: 2px; }
.plan-badge-info i { width: 14px; height: 14px; display: grid; place-items: center; border-radius: 50%; color: currentColor; background: color-mix(in srgb, currentColor 11%, transparent); font-size: 8px; font-style: normal; font-weight: 900; text-transform: none; }
.plan-badge-type { color: var(--home-blue); background: var(--home-soft); }
.is-unlimited .plan-badge-type { color: #0b1020; background: #c9ff45; }
.plan-badge-local { color: #087f69; background: #dcf9f0; }
.plan-badge-speed { color: #b35a00; background: #fff0d9; }
.plan-badge-premium { color: #5e35b1; background: linear-gradient(135deg,#efe9ff,#f7edff); box-shadow: inset 0 0 0 1px rgba(116,76,255,.12); }
.plan-price { flex: 0 0 auto; min-width: 92px; color: var(--home-ink); text-align: right; }
.plan-price small { display: block; color: var(--home-muted); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.plan-price b { display: block; margin-top: 3px; color: var(--home-blue); font-size: 28px; line-height: 1; letter-spacing: -.065em; }
.plan-card-core { position: relative; z-index: 1; display: grid; grid-template-columns: 66px 1fr; gap: 15px; align-items: center; padding: 4px 0 2px; }
.plan-data-icon { position: relative; width: 66px; height: 66px; display: grid; place-items: center; border-radius: 19px; color: var(--home-blue); background: linear-gradient(145deg, var(--home-blue), var(--home-blue-2)); box-shadow: 0 15px 32px rgba(21,87,255,.24); }
.plan-data-icon i { position: absolute; width: 28px; height: 9px; border: 2px solid #fff; border-radius: 50%; }
.plan-data-icon i:nth-child(1) { top: 17px; }
.plan-data-icon i:nth-child(2) { top: 25px; border-top-color: transparent; }
.plan-data-icon i:nth-child(3) { top: 33px; border-top-color: transparent; }
.plan-main { min-width: 0; }
.plan-main small { display: block; color: var(--home-muted); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.plan-main b { display: block; margin-top: 7px; color: var(--home-ink); font-size: 29px; line-height: .98; letter-spacing: -.065em; }
.plan-specs { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; border: 1px solid var(--home-border); border-radius: 14px; background: color-mix(in srgb, var(--home-soft) 36%, var(--home-panel)); }
.plan-specs > div { min-width: 0; padding: 12px 13px; }
.plan-specs > div + div { padding-left: 14px; border-left: 1px solid var(--home-border); }
.plan-specs small,
.plan-specs strong { display: block; }
.plan-specs small { color: var(--home-muted); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.plan-specs strong { display: flex; align-items: center; gap: 6px; margin-top: 6px; overflow: hidden; color: var(--home-ink); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.plan-specs i { color: var(--home-blue); font-size: 11px; font-style: normal; }
.plan-actions { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; padding-top: 1px; }
.plan-actions a,
.plan-actions button { min-width: 0; min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 0 13px; border: 0; border-radius: 12px; cursor: pointer; font-size: 10px; font-weight: 850; transition: transform .2s, box-shadow .2s; }
.plan-actions a { color: #fff; background: var(--home-blue); box-shadow: 0 11px 26px rgba(21,87,255,.22); }
.plan-actions a b { font-size: 13px; }
.plan-actions button { color: #0b1020; border: 1px solid #c9ff45; background: #c9ff45; }
.plan-actions button b { font-size: 11px; letter-spacing: -.03em; }
.plan-actions a:hover,
.plan-actions button:hover { transform: translateY(-2px); }
.plan-card.is-unlimited .plan-actions { padding: 5px; border: 1px solid color-mix(in srgb, var(--home-blue) 14%, var(--home-border)); border-radius: 15px; background: color-mix(in srgb, var(--home-panel) 86%, transparent); box-shadow: 0 12px 28px rgba(21,87,255,.07); }
.catalog-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 20px; border-top: 1px solid var(--home-border); color: var(--home-muted); font-size: 8px; }
.catalog-footer > span { display: flex; align-items: center; gap: 7px; }
.catalog-footer > span i { width: 7px; height: 7px; border-radius: 50%; background: #18a66a; box-shadow: 0 0 0 5px rgba(24,166,106,.09); }
.catalog-footer a { color: var(--home-blue); font-weight: 850; }

/* ---------- Three steps ---------- */

.how-section { background: var(--home-panel); }
.step-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.step-cards li { position: relative; min-height: 340px; padding: 26px; overflow: hidden; border: 1px solid var(--home-border); border-radius: var(--home-radius); background: var(--home-bg); }
.step-cards li::after { content: ""; position: absolute; right: -60px; bottom: -65px; width: 210px; height: 210px; border: 1px solid var(--home-border); border-radius: 50%; box-shadow: 0 0 0 34px color-mix(in srgb, var(--home-blue) 3%, transparent), 0 0 0 68px color-mix(in srgb, var(--home-blue) 2%, transparent); }
.step-cards li:not(:last-child)::before { content: "→"; position: absolute; z-index: 3; top: 20px; right: 20px; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--home-border); border-radius: 50%; color: var(--home-blue); background: var(--home-panel); box-shadow: 0 8px 22px rgba(20, 35, 75, .1); font-size: 12px; font-weight: 800; }
.step-number { color: var(--home-blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.step-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-top: 74px; color: #fff; border-radius: 18px; background: linear-gradient(135deg, var(--home-blue), var(--home-blue-2)); box-shadow: 0 16px 34px rgba(21, 87, 255, .22); font-size: 22px; font-weight: 700; }
.step-cards h3 { margin: 24px 0 10px; color: var(--home-ink); font-size: 23px; letter-spacing: -.05em; }
.step-cards p { max-width: 350px; margin: 0; color: var(--home-muted); font-size: 12px; line-height: 1.7; }

/* ---------- Telegram delivery ---------- */

.delivery-section { overflow: hidden; color: #fff; background: #0c1b3e; }
.delivery-section::before { content: ""; position: absolute; top: -260px; left: -160px; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle, rgba(45, 126, 255, .38), rgba(45, 126, 255, 0) 68%); }
.delivery-signal { position: absolute; right: -180px; bottom: -280px; width: 760px; height: 760px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 85px rgba(255,255,255,.025), 0 0 0 170px rgba(255,255,255,.02); }
.delivery-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 9vw, 140px); align-items: center; }
.delivery-copy { position: relative; z-index: 2; }
.delivery-kicker { display: inline-flex; padding: 8px 12px; color: #80aaff; border: 1px solid rgba(128,170,255,.35); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .06em; }
.delivery-copy h2 { margin: 24px 0 22px; font-size: clamp(48px, 5vw, 78px); font-weight: 700; line-height: .98; letter-spacing: -.065em; }
.delivery-copy h2 em { color: #77a5ff; font-style: normal; }
.delivery-copy > p { max-width: 610px; margin: 0; color: #aab8d2; font-size: 15px; line-height: 1.75; }
.delivery-benefits { display: grid; gap: 8px; margin: 30px 0; padding: 0; list-style: none; }
.delivery-benefits li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.delivery-benefits li > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: #0c1b3e; background: #9effcf; font-size: 11px; font-weight: 900; }
.delivery-benefits b,
.delivery-benefits small { display: block; }
.delivery-benefits b { font-size: 11px; }
.delivery-benefits small { margin-top: 2px; color: #8291ac; font-size: 8px; }
.delivery-copy .action-invert { min-height: 54px; border-radius: 14px; color: #0c1b3e; background: #fff; }
.delivery-phone { position: relative; z-index: 2; min-height: 670px; display: grid; place-items: center; }
.phone-shell { width: 330px; padding: 10px; border: 1px solid rgba(255,255,255,.23); border-radius: 48px; background: #071127; box-shadow: 0 50px 110px rgba(0,0,0,.45), inset 0 0 0 2px rgba(255,255,255,.05); transform: rotate(3deg); }
.phone-status { height: 32px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; font-size: 8px; font-weight: 800; }
.phone-status i { width: 75px; height: 20px; border-radius: 15px; background: #000; }
.phone-appbar { height: 52px; display: grid; grid-template-columns: 30px 1fr 30px; align-items: center; padding: 0 10px; border-bottom: 1px solid rgba(255,255,255,.08); text-align: center; }
.phone-appbar b,
.phone-appbar small { display: block; }
.phone-appbar b { font-size: 10px; }
.phone-appbar small { color: #8290ab; font-size: 7px; }
.phone-content { padding: 13px; }
.phone-success { padding: 20px 14px; border-radius: 18px; background: linear-gradient(135deg, #1557ff, #744cff); text-align: center; }
.phone-success > span { width: 34px; height: 34px; display: grid; place-items: center; margin: 0 auto 8px; border-radius: 50%; color: #1557ff; background: #fff; font-weight: 900; }
.phone-success h3 { margin: 0; font-size: 16px; letter-spacing: -.04em; }
.phone-success p { margin: 3px 0 0; color: rgba(255,255,255,.7); font-size: 8px; }
.phone-plan { margin-top: 9px; padding: 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: #111d35; }
.phone-plan > div { display: flex; align-items: center; gap: 9px; }
.phone-plan p,
.phone-plan b,
.phone-plan small { display: block; margin: 0; }
.phone-plan b { font-size: 10px; }
.phone-plan small { color: #8090ac; font-size: 7px; }
.phone-ready { display: flex; align-items: center; gap: 5px; margin-top: 10px; padding-top: 8px; color: #70e5b1; border-top: 1px solid rgba(255,255,255,.08); font-size: 6px; font-weight: 800; letter-spacing: .08em; }
.phone-ready i { width: 6px; height: 6px; border-radius: 50%; background: #55d39c; }
.phone-file { display: grid; grid-template-columns: 32px 1fr auto; gap: 9px; align-items: center; margin-top: 7px; padding: 11px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: #101b31; }
.phone-file > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: #9ab8ff; background: #1a2d54; font-size: 7px; font-weight: 900; }
.phone-file p,
.phone-file b,
.phone-file small { display: block; margin: 0; }
.phone-file b { font-size: 8px; }
.phone-file small { margin-top: 2px; color: #71809b; font-size: 6px; letter-spacing: .07em; }
.phone-file i { color: #7b8ba8; font-style: normal; }
.phone-content > a { height: 43px; display: flex; align-items: center; justify-content: space-between; margin-top: 10px; padding: 0 13px; border-radius: 12px; color: #fff; background: #229ed9; font-size: 8px; font-weight: 800; }
.phone-home { width: 95px; height: 4px; margin: 7px auto 3px; border-radius: 8px; background: rgba(255,255,255,.55); }
.delivery-badge { position: absolute; right: 6%; bottom: 80px; width: 120px; height: 120px; display: grid; place-items: center; align-content: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; background: rgba(18,40,87,.72); backdrop-filter: blur(15px); transform: rotate(-8deg); }
.delivery-badge span { font-size: 30px; font-weight: 700; letter-spacing: -.06em; }
.delivery-badge small { color: #91a8d1; font-size: 7px; font-weight: 800; text-transform: uppercase; }

/* ---------- Trust ---------- */

.trust-section { background: var(--home-bg); }
.trust-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: repeat(2, 270px); gap: 12px; }
.trust-feature { position: relative; overflow: hidden; padding: 24px; border: 1px solid var(--home-border); border-radius: 24px; background: var(--home-panel); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.trust-feature:hover { border-color: color-mix(in srgb, var(--home-blue) 28%, var(--home-border)); box-shadow: 0 20px 50px rgba(21, 45, 95, .08); transform: translateY(-3px); }
.trust-feature-main { grid-row: 1 / -1; background: linear-gradient(160deg, var(--home-soft), var(--home-panel)); }
.trust-code { color: var(--home-muted); font-size: 7px; font-weight: 800; letter-spacing: .14em; }
.trust-feature strong { display: block; margin-top: 66px; color: var(--home-blue); font-size: 50px; letter-spacing: -.075em; }
.trust-feature h3 { margin: 14px 0 8px; color: var(--home-ink); font-size: 21px; letter-spacing: -.045em; }
.trust-feature p { max-width: 390px; margin: 0; color: var(--home-muted); font-size: 10px; line-height: 1.65; }
.trust-feature-main h3 { margin-top: 240px; font-size: 28px; }
.trust-symbol { position: absolute; top: 75px; left: 50%; width: 210px; height: 210px; border: 1px solid color-mix(in srgb, var(--home-blue) 25%, transparent); border-radius: 50%; transform: translateX(-50%); }
.trust-symbol::before,
.trust-symbol::after { content: ""; position: absolute; inset: 50%; border: 1px solid color-mix(in srgb, var(--home-blue) 25%, transparent); border-radius: 50%; transform: translate(-50%, -50%); }
.trust-symbol::before { width: 140px; height: 140px; }
.trust-symbol::after { width: 70px; height: 70px; background: linear-gradient(135deg, var(--home-blue), var(--home-blue-2)); box-shadow: 0 18px 45px rgba(21,87,255,.25); }
.trust-symbol i { position: absolute; z-index: 2; width: 8px; height: 8px; border-radius: 50%; background: var(--home-blue); }
.trust-symbol i:nth-child(1) { top: 18px; left: 65px; }
.trust-symbol i:nth-child(2) { right: 12px; bottom: 70px; }
.trust-symbol i:nth-child(3) { left: 30px; bottom: 24px; }
.now-word { color: #ff8a20 !important; font-size: 43px !important; letter-spacing: -.08em !important; }
.support-pulse { position: relative; width: 58px; height: 58px; margin-top: 50px; display: grid; place-items: center; border-radius: 18px; background: var(--home-mint); }
.support-pulse::before { content: "↗"; position: relative; z-index: 2; color: #0e9161; font-size: 22px; font-weight: 800; }
.support-pulse i { position: absolute; width: 58px; height: 58px; border: 1px solid #45c590; border-radius: 18px; animation: supportPulse 2s ease-out infinite; }
@keyframes supportPulse { to { opacity: 0; transform: scale(1.65); } }
.legal-strip { display: flex; align-items: center; gap: 28px; padding: 21px 0 0; color: var(--home-muted); font-size: 9px; }
.legal-strip > span { margin-right: auto; }
.legal-strip a { color: var(--home-ink); font-weight: 800; }

/* ---------- Compatibility ---------- */

.compatibility-section { background: var(--home-panel); }
.compatibility-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(70px, 9vw, 140px); align-items: center; }
.compatibility-copy h2 { margin: 17px 0 22px; color: var(--home-ink); font-size: clamp(48px, 5vw, 75px); font-weight: 700; line-height: .98; letter-spacing: -.065em; }
.compatibility-copy h2 em { color: var(--home-blue); font-style: normal; }
.compatibility-copy > p { max-width: 590px; margin: 0; color: var(--home-muted); font-size: 14px; line-height: 1.75; }
.device-tabs { display: inline-flex; gap: 4px; margin-top: 27px; padding: 4px; border: 1px solid var(--home-border); border-radius: 12px; background: var(--home-bg); }
.device-tabs button { min-width: 105px; padding: 9px 14px; border: 0; border-radius: 8px; color: var(--home-muted); background: transparent; cursor: pointer; font-size: 9px; font-weight: 800; }
.device-tabs button.active { color: #fff; background: var(--home-ink); }
.device-instruction { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 18px; color: var(--home-muted); font-size: 10px; }
.device-instruction strong { color: #159764; }
.compat-note { max-width: 560px; margin: 20px 0 0 !important; padding-left: 13px; color: var(--home-muted) !important; border-left: 2px solid var(--home-blue); font-size: 9px !important; line-height: 1.6 !important; }
.compatibility-card { position: relative; min-height: 510px; overflow: hidden; padding: 64px 42px 42px; border: 1px solid var(--home-border); border-radius: 28px; background: linear-gradient(var(--home-border) 1px, transparent 1px), linear-gradient(90deg, var(--home-border) 1px, transparent 1px), var(--home-bg); background-size: 40px 40px; }
.compat-card-head { position: absolute; top: 0; right: 0; left: 0; height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-bottom: 1px solid var(--home-border); background: var(--home-panel); font-size: 7px; font-weight: 800; letter-spacing: .14em; }
.settings-card { max-width: 360px; margin: 45px auto 0; padding: 30px 23px; border: 1px solid var(--home-border); border-radius: 23px; background: var(--home-panel); box-shadow: 0 24px 65px rgba(23,40,80,.12); }
.settings-card > small { color: var(--home-muted); font-size: 8px; }
.settings-card h3 { margin: 22px 0 18px; color: var(--home-ink); font-size: 24px; letter-spacing: -.05em; }
.settings-card > div { display: grid; grid-template-columns: 42px 1fr auto; gap: 11px; align-items: center; padding: 13px; border-radius: 14px; background: var(--home-soft); }
.settings-card > div > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--home-blue); }
.settings-card p,
.settings-card b,
.settings-card small { display: block; margin: 0; }
.settings-card b { color: var(--home-ink); font-size: 10px; }
.settings-card small { margin-top: 2px; color: var(--home-muted); font-size: 7px; }
.settings-card i { color: var(--home-muted); font-style: normal; }
.compat-result { position: absolute; right: 24px; bottom: 24px; max-width: 245px; display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; padding: 13px; border: 1px solid #7cdab1; border-radius: 14px; background: #e7fbf2; box-shadow: 0 15px 40px rgba(22,128,86,.12); }
.compat-result > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #16a16d; }
.compat-result p,
.compat-result b,
.compat-result small { display: block; margin: 0; }
.compat-result b { color: #0b513b; font-size: 9px; }
.compat-result small { color: #398168; font-size: 7px; }
[data-theme="dark"] .compat-result { background: #12372b; }
[data-theme="dark"] .compat-result b { color: #c7f7e2; }

/* ---------- FAQ ---------- */

.faq-section { position: relative; overflow: hidden; background: color-mix(in srgb, var(--home-blue) 4%, var(--home-bg)); }
.faq-section::before { content: ""; position: absolute; top: -240px; right: -220px; width: 720px; height: 720px; border: 1px solid color-mix(in srgb, var(--home-blue) 10%, transparent); border-radius: 50%; box-shadow: 0 0 0 85px color-mix(in srgb, var(--home-blue) 2%, transparent), 0 0 0 170px color-mix(in srgb, var(--home-blue) 1%, transparent); }
.faq-grid { position: relative; display: grid; grid-template-columns: minmax(320px,.68fr) minmax(0,1.32fr); gap: 28px; align-items: start; }
.faq-intro { position: sticky; top: 112px; min-height: 560px; display: flex; justify-content: space-between; flex-direction: column; gap: 52px; overflow: hidden; padding: clamp(32px,3.5vw,52px); border: 1px solid rgba(255,255,255,.1); border-radius: 34px; color: #fff; background: #0b1020; box-shadow: 0 36px 85px rgba(13,23,52,.16); }
.faq-intro::before { content: ""; position: absolute; right: -90px; bottom: -160px; width: 430px; height: 430px; border: 1px solid rgba(201,255,69,.18); border-radius: 50%; box-shadow: 0 0 0 52px rgba(201,255,69,.035), 0 0 0 104px rgba(21,87,255,.05); }
.faq-intro .section-kicker { color: #c9ff45; }
.faq-intro h2 { position: relative; margin: 22px 0 0; color: #fff; font-size: clamp(46px,4.5vw,70px); font-weight: 720; line-height: .94; letter-spacing: -.065em; }
.faq-intro h2 span { color: #c9ff45; }
.faq-intro-copy { position: relative; z-index: 2; }
.faq-intro-copy p { max-width: 500px; margin: 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.6; }
.faq-intro-copy a { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 28px; padding: 0 20px; border: 1px solid rgba(201,255,69,.22); border-radius: 17px; color: #0b1020; background: #c9ff45; font-size: 14px; font-weight: 850; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { overflow: hidden; border: 1px solid var(--home-border); border-radius: 23px; background: var(--home-panel); box-shadow: 0 12px 36px rgba(22,36,78,.035); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.faq-list details:hover { transform: translateY(-1px); }
.faq-list details[open] { border-color: color-mix(in srgb, var(--home-blue) 34%, var(--home-border)); box-shadow: 0 18px 46px rgba(21,55,110,.1); }
.faq-list summary { min-height: 96px; display: flex; align-items: center; padding: 22px 82px 22px 28px; color: var(--home-ink); }
.faq-list summary > b { font-size: clamp(18px,2vw,24px); line-height: 1.25; letter-spacing: -.03em; }
.faq-list summary::after { top: 24px; right: 22px; width: 48px; height: 48px; border: 0; border-radius: 15px; color: var(--home-blue); background: color-mix(in srgb, var(--home-blue) 7%, var(--home-bg)); font-size: 20px; }
.faq-list p { margin: 0 28px 24px; padding: 22px 24px; border-radius: 17px; color: var(--home-muted); background: color-mix(in srgb, var(--home-blue) 3%, var(--home-bg)); font-size: 16px; line-height: 1.7; }
.faq-list p a { color: var(--home-blue); font-weight: 820; text-decoration: underline; text-underline-offset: 3px; }

/* Footer refinement */
.site-footer { padding-top: 42px; background: #08111f; }
.site-footer .footer-shell { display: grid; grid-template-columns: minmax(300px,.9fr) minmax(0,1.1fr); gap: clamp(48px,8vw,130px); padding-top: 42px; border-top: 1px solid rgba(255,255,255,.12); }
.site-footer .footer-lead { display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column; gap: 32px; min-height: 235px; }
.site-footer .footer-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 42px; align-items: start; }
.site-footer .footer-brand p { max-width: 320px; color: #9aa5b1; font-size: 14px; line-height: 1.6; }
.footer-telegram { width: min(320px,100%); min-height: 58px; display: flex !important; align-items: center; justify-content: space-between; gap: 30px; margin-top: 0 !important; padding: 0 19px; color: #0b1020 !important; border: 1px solid #c9ff45; border-radius: 15px; background: #c9ff45; font-size: 13px !important; font-weight: 850; transition: transform .2s ease, background .2s ease; }
.footer-telegram:hover { color: #fff !important; background: #2b68ff; transform: translateY(-2px); }
.site-footer .footer-grid > div > b { margin-bottom: 24px; color: #c9ff45; font-size: 11px; }
.site-footer .footer-grid > div > a:not(.brand) { margin-top: 16px; color: #a7b1bc; font-size: 13px; }
.site-footer .footer-grid > div > a:hover { color: #fff; }
.site-footer .footer-bottom { margin-top: 48px; padding-top: 24px; font-size: 10px; }
.site-footer .footer-bottom i { width: 5px; height: 5px; display: inline-block; margin: 0 7px; border-radius: 50%; background: #c9ff45; }

/* Catalog responds to its own width, not only the browser width. */
.catalog-main { container-type: inline-size; container-name: planCatalog; }
@container planCatalog (max-width: 760px) {
  .plan-grid { grid-template-columns: 1fr; }
}
@container planCatalog (max-width: 520px) {
  .plan-card { min-height: 0; gap: 14px; padding: 18px; }
  .plan-card-top { min-height: 0; }
  .plan-main b { font-size: clamp(25px,8cqw,34px); }
  .plan-actions a,
  .plan-actions button { min-height: 52px; padding-inline: 14px; font-size: 11px; }
  .plan-actions button b { font-size: 16px; }
}

/* ---------- Finale ---------- */

.final-section { overflow: hidden; color: #fff; background: linear-gradient(125deg, #1557ff 0%, #4f54f8 52%, #7a4bea 100%); }
.final-signal { position: absolute; top: 50%; left: 12%; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 55px rgba(255,255,255,.04), 0 0 0 110px rgba(255,255,255,.025); }
.final-signal i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #fff; }
.final-signal i:nth-child(1) { top: 8px; left: 80px; }
.final-signal i:nth-child(2) { right: -3px; top: 145px; }
.final-signal i:nth-child(3) { bottom: 25px; left: 45px; }
.final-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 320px; gap: 70px; align-items: end; }
.final-grid > div > span { color: #dce5ff; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.final-grid h2 { max-width: 930px; margin: 18px 0 14px; font-size: clamp(55px, 6.5vw, 100px); line-height: .93; letter-spacing: -.07em; }
.final-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: 15px; }
.final-grid > a { min-height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-radius: 17px; color: #0b1020; background: #fff; font-size: 10px; font-weight: 800; box-shadow: 0 20px 50px rgba(26,30,110,.25); transition: transform .2s ease; }
.final-grid > a:hover { transform: translateY(-4px); }

/* Checkout and feedback use the same product language */
.modal-backdrop { background: rgba(5, 10, 22, .72); }
.checkout-modal { padding: 34px; border-color: var(--home-border); border-radius: 24px; background: var(--home-panel); box-shadow: 0 40px 110px rgba(5, 13, 35, .35); }
.modal-close { top: 16px; right: 16px; border-color: var(--home-border); border-radius: 11px; background: var(--home-bg); }
.checkout-modal h2 { color: var(--home-ink); font-size: 31px; letter-spacing: -.045em; }
.order-summary { border-color: var(--home-border); border-radius: 14px; background: var(--home-bg); }
.modal-pay { border-radius: 15px; }
.toast { border: 0; border-radius: 12px; color: #fff; background: var(--home-blue); }
.skeleton-line { border-radius: 10px; }

@media (hover: hover) {
  .action-primary,
  .action-invert,
  .destination-card,
  .plan-card,
  .trust-feature,
  .final-grid > a { will-change: transform; }
}

/* ---------- Theme polish ---------- */

[data-theme="dark"] .app-showcase-halo { box-shadow: inset 0 0 0 18px rgba(255,255,255,.015), 0 55px 110px rgba(0,0,0,.28); }
[data-theme="dark"] .device-frame { border-color: rgba(255,255,255,.17); box-shadow: 0 42px 90px rgba(0,0,0,.46), 0 10px 25px rgba(0,0,0,.28); }
[data-theme="dark"] .destination-card::after { border-color: rgba(255,255,255,.1); }
[data-theme="dark"] .plan-badge-local { color: #72e2c6; background: #123b34; }
[data-theme="dark"] .plan-badge-speed { color: #ffc06d; background: #412c16; }
[data-theme="dark"] .plan-speed-strip { background: #2b2117; }
[data-theme="dark"] .device-tabs button.active { color: #0b1020; background: #fff; }

/* ---------- RTL ---------- */

[dir="rtl"] .country-chip,
[dir="rtl"] .country-row { text-align: right; }
[dir="rtl"] .catalog-sidebar { border-right: 0; border-left: 1px solid var(--home-border); }

.catalog-list-empty { min-height: 250px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 7px; padding: 24px 14px; color: var(--home-muted); text-align: center; }
.catalog-list-empty > span { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 5px; border: 1px solid var(--home-border); border-radius: 15px; color: var(--home-blue); background: var(--home-panel); font-size: 19px; }
.catalog-list-empty b { color: var(--home-ink); font-size: 11px; }
.catalog-list-empty small { max-width: 190px; font-size: 8px; line-height: 1.5; }
.catalog-list-empty button { margin-top: 7px; padding: 9px 13px; border: 0; border-radius: 10px; color: #fff; background: var(--home-blue); cursor: pointer; font-size: 8px; font-weight: 800; }

/* ---------- Website purchase vs full Telegram platform ---------- */

.platform-section { position: relative; overflow: hidden; color: #fff; background: #090e1e; }
.platform-section::before { content: ""; position: absolute; top: -260px; right: -140px; width: 760px; height: 760px; border: 1px solid rgba(101,130,255,.16); border-radius: 50%; box-shadow: 0 0 0 84px rgba(101,130,255,.025), 0 0 0 168px rgba(101,130,255,.018); }
.platform-section::after { content: ""; position: absolute; bottom: -360px; left: -260px; width: 720px; height: 720px; border-radius: 50%; background: radial-gradient(circle, rgba(201,255,69,.12), transparent 68%); }
.platform-section .page-grid { position: relative; z-index: 1; }
.platform-heading { display: grid; grid-template-columns: 1.25fr .55fr; gap: 76px; align-items: end; margin-bottom: 46px; }
.platform-heading > div > span { display: inline-flex; align-items: center; gap: 10px; color: #c9ff45; font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.platform-heading > div > span::before { content: ""; width: 22px; height: 2px; background: currentColor; }
.platform-heading h2 { max-width: 980px; margin: 15px 0 0; font-size: clamp(48px,5.4vw,79px); line-height: .95; letter-spacing: -.066em; }
.platform-heading h2 em { color: #c9ff45; font-style: normal; }
.platform-heading > p { max-width: 450px; margin: 0 0 4px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.72; }
.platform-compare { display: grid; grid-template-columns: minmax(340px,.72fr) minmax(580px,1.28fr); gap: 14px; }
.platform-card { position: relative; overflow: hidden; min-height: 660px; display: flex; flex-direction: column; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 32px; }
.platform-web { color: #11172a; border-color: rgba(100,118,166,.25); background: #f6f8ff; }
.platform-web::after { content: ""; position: absolute; right: -150px; bottom: -175px; width: 390px; height: 390px; border: 1px solid rgba(21,87,255,.12); border-radius: 50%; box-shadow: 0 0 0 52px rgba(21,87,255,.025), 0 0 0 104px rgba(21,87,255,.018); }
.platform-telegram { border-color: rgba(201,255,69,.27); background: linear-gradient(145deg,#111a35 0%,#11182b 48%,#17251e 100%); box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.platform-card-head { position: relative; z-index: 2; display: grid; grid-template-columns: 50px 1fr auto; gap: 16px; align-items: start; }
.platform-card-head > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: #1557ff; font-size: 12px; font-weight: 850; }
.platform-telegram .platform-card-head > span { color: #0b1020; background: #c9ff45; }
.platform-card-head small { display: block; margin: 4px 0 10px; color: #1557ff; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.platform-telegram .platform-card-head small { color: #c9ff45; }
.platform-card-head h3 { margin: 0; font-size: clamp(34px,3vw,48px); line-height: .97; letter-spacing: -.052em; }
.platform-card-head em { padding: 7px 9px; border: 1px solid rgba(201,255,69,.25); border-radius: 999px; color: #c9ff45; background: rgba(201,255,69,.08); font-size: 8px; font-style: normal; font-weight: 850; letter-spacing: .09em; }
.platform-card > p { position: relative; z-index: 2; max-width: 610px; margin: 25px 0 0; color: #727d91; font-size: 14px; line-height: 1.65; }
.platform-telegram > p { color: rgba(255,255,255,.63); }
.web-package-list { position: relative; z-index: 2; display: grid; gap: 9px; margin-top: 30px; }
.web-package-list > span { min-height: 65px; display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: center; padding: 10px 13px; border: 1px solid #dfe5f2; border-radius: 17px; background: #fff; }
.web-package-list i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: #1557ff; background: #edf2ff; font-size: 14px; font-style: normal; font-weight: 900; }
.web-package-list b { font-size: 12px; line-height: 1.35; }
.platform-web-note { position: relative; z-index: 2; display: grid; grid-template-columns: 46px 1fr; gap: 13px; align-items: center; margin-top: 17px; padding: 15px; border-radius: 18px; color: #176c4c; background: #e4f8ef; }
.platform-web-note > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: #20b979; font-weight: 900; }
.platform-web-note b,.platform-web-note small { display: block; }
.platform-web-note b { font-size: 12px; }
.platform-web-note small { margin-top: 4px; color: #568274; font-size: 9px; line-height: 1.45; }
.telegram-value-dashboard { position: relative; z-index: 2; display: grid; grid-template-columns: .74fr 1.26fr; gap: 10px; margin-top: 28px; }
.value-balance,.value-esim { min-height: 142px; padding: 18px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.055); backdrop-filter: blur(14px); }
.value-balance { background: radial-gradient(circle at 92% 100%,rgba(56,95,255,.62),transparent 48%),rgba(255,255,255,.055); }
.value-balance small,.value-esim small { color: rgba(255,255,255,.52); font-size: 8px; font-weight: 850; letter-spacing: .09em; }
.value-balance strong { display: block; margin: 16px 0 11px; font-size: 35px; letter-spacing: -.05em; }
.value-balance span { color: rgba(255,255,255,.69); font-size: 9px; }
.value-esim > div { display: block; padding-right: 58px; }
.value-esim b { display: block; overflow: hidden; margin-top: 6px; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.value-esim > span { position: absolute; top: 21px; right: 18px; color: #c9ff45; font-size: 13px; font-weight: 850; }
.value-esim > i { height: 8px; display: block; margin: 25px 0 13px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.1); }
.value-esim > i b { width: 72%; height: 100%; display: block; margin: 0; border-radius: inherit; background: linear-gradient(90deg,#1557ff,#c9ff45); }
.telegram-feature-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 10px; }
.telegram-feature-grid > div { min-height: 94px; display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; padding: 13px; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: rgba(255,255,255,.045); }
.feature-glyph { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #0b1020; background: #c9ff45; font-size: 18px; font-weight: 900; }
.feature-glyph.cashback,.feature-glyph.usage { color: #fff; background: #1557ff; }
.feature-glyph.referral { background: #8c6cff; }
.feature-glyph.alert { background: #ffca51; }
.telegram-feature-grid b,.telegram-feature-grid small { display: block; }
.telegram-feature-grid b { font-size: 11px; line-height: 1.3; }
.telegram-feature-grid small { margin-top: 4px; color: rgba(255,255,255,.52); font-size: 8px; line-height: 1.4; }
.platform-link { position: relative; z-index: 3; min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: auto; padding: 0 18px; border: 1px solid #cbd7f2; border-radius: 16px; color: #1557ff; background: #fff; font-size: 11px; font-weight: 850; }
.platform-link.telegram { margin-top: 15px; color: #0b1020; border-color: #c9ff45; background: #c9ff45; box-shadow: 0 18px 45px rgba(201,255,69,.13); }
.platform-link b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(21,87,255,.08); font-size: 15px; }
.platform-link.telegram b { background: rgba(11,16,32,.08); }
.telegram-card-orbits { position: absolute; top: -170px; right: -140px; width: 460px; height: 460px; opacity: .34; }
.telegram-card-orbits i { position: absolute; inset: 0; border: 1px solid #c9ff45; border-radius: 50%; }
.telegram-card-orbits i:nth-child(2) { inset: 58px; }
.telegram-card-orbits i:nth-child(3) { inset: 116px; }
.platform-footnote { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 14px; padding: 17px 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 23px; background: rgba(255,255,255,.04); }
.platform-footnote > span { color: #c9ff45; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.platform-footnote p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; }
.platform-footnote p b { color: #fff; }
.platform-footnote i { width: 1px; height: 28px; background: rgba(255,255,255,.15); }

/* ---------- Website / Telegram journey ---------- */

.journey-section { position: relative; overflow: hidden; background: var(--home-panel); }
.journey-section::before { content: ""; position: absolute; top: 8%; right: -210px; width: 560px; height: 560px; border: 1px solid color-mix(in srgb, var(--home-blue) 9%, transparent); border-radius: 50%; box-shadow: 0 0 0 70px color-mix(in srgb, var(--home-blue) 2%, transparent), 0 0 0 140px color-mix(in srgb, var(--home-blue) 1%, transparent); pointer-events: none; }
.journey-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.journey-heading > div > span,
.activation-heading > span { display: block; margin-bottom: 18px; color: var(--home-blue); font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.journey-heading h2,
.activation-heading h2 { margin: 0; color: var(--home-ink); font-size: clamp(48px, 5.5vw, 78px); line-height: .95; letter-spacing: -.065em; }
.journey-heading h2 em,
.activation-heading h2 em { color: var(--home-blue); font-style: normal; }
.journey-heading > p,
.activation-heading > p { max-width: 490px; margin: 0 0 4px; color: var(--home-muted); font-size: 14px; line-height: 1.7; }
.journey-tabs { position: relative; z-index: 2; width: min(700px, 100%); display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin: 44px 0 16px; padding: 6px; border: 1px solid var(--home-border); border-radius: 20px; background: color-mix(in srgb, var(--home-bg) 82%, var(--home-panel)); }
.journey-tabs button { min-height: 78px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: 1fr 1fr; column-gap: 11px; align-items: center; padding: 13px 16px; border: 0; border-radius: 14px; color: var(--home-muted); background: transparent; cursor: pointer; text-align: left; transition: color .2s, background .2s, box-shadow .2s, transform .2s; }
.journey-tabs button > span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--home-border); border-radius: 11px; font-size: 8px; font-weight: 900; }
.journey-tabs button b { align-self: end; color: inherit; font-size: 11px; }
.journey-tabs button small { align-self: start; margin-top: 2px; font-size: 7px; font-weight: 680; }
.journey-tabs button.active { color: #fff; background: var(--home-blue); box-shadow: 0 12px 30px rgba(21,87,255,.24); transform: translateY(-1px); }
.journey-tabs button.active > span { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.12); }
.journey-panel { position: relative; z-index: 1; display: grid; grid-template-columns: .75fr 1.25fr; gap: 54px; align-items: center; min-height: 680px; padding: clamp(34px, 5vw, 72px); overflow: hidden; border: 1px solid var(--home-border); border-radius: 34px; background: linear-gradient(145deg, color-mix(in srgb, var(--home-soft) 70%, var(--home-panel)), var(--home-panel)); box-shadow: 0 35px 90px rgba(22,36,78,.12); }
.journey-panel[hidden] { display: none; }
.journey-copy { position: relative; z-index: 3; }
.journey-path { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid color-mix(in srgb, var(--home-blue) 23%, var(--home-border)); border-radius: 999px; color: var(--home-blue); background: color-mix(in srgb, var(--home-blue) 5%, var(--home-panel)); font-size: 7px; font-weight: 900; letter-spacing: .13em; }
.journey-path i { width: 6px; height: 6px; border-radius: 50%; background: #38d98a; box-shadow: 0 0 0 5px rgba(56,217,138,.1); }
.journey-path.telegram i { background: #2aabee; box-shadow: 0 0 0 5px rgba(42,171,238,.1); }
.journey-copy h3 { margin: 22px 0 30px; color: var(--home-ink); font-size: clamp(28px, 3vw, 43px); line-height: 1.06; letter-spacing: -.055em; }
.journey-steps { display: grid; gap: 9px; margin: 0 0 29px; padding: 0; list-style: none; }
.journey-steps li,
.telegram-advantages li { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; padding: 13px; border: 1px solid var(--home-border); border-radius: 15px; background: color-mix(in srgb, var(--home-panel) 84%, transparent); }
.journey-steps li > span,
.telegram-advantages li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #0b1020; background: #c9ff45; font-size: 10px; font-weight: 900; }
.journey-steps b,
.journey-steps small,
.telegram-advantages b,
.telegram-advantages small { display: block; }
.journey-steps b,
.telegram-advantages b { color: var(--home-ink); font-size: 11px; letter-spacing: -.02em; }
.journey-steps small,
.telegram-advantages small { margin-top: 4px; color: var(--home-muted); font-size: 8px; line-height: 1.5; }
.journey-copy .action-primary { width: fit-content; min-width: 190px; }
.journey-web-visual { min-width: 0; overflow: hidden; border: 1px solid color-mix(in srgb, var(--home-blue) 18%, var(--home-border)); border-radius: 25px; background: var(--home-panel); box-shadow: 0 32px 80px rgba(17,31,71,.18); transform: rotate(1.1deg); }
.web-window-bar { min-height: 48px; display: flex; align-items: center; gap: 6px; padding: 0 16px; border-bottom: 1px solid var(--home-border); background: color-mix(in srgb, var(--home-soft) 68%, var(--home-panel)); }
.web-window-bar > i { width: 7px; height: 7px; border-radius: 50%; background: #ff8d79; }
.web-window-bar > i:nth-child(2) { background: #f4c852; }
.web-window-bar > i:nth-child(3) { background: #42d798; }
.web-window-bar > span { min-width: 0; flex: 1; margin-left: 8px; overflow: hidden; color: var(--home-muted); font-size: 7px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.web-window-bar > b { color: #16a66a; font-size: 7px; }
.web-order-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 24px 25px 17px; }
.web-order-head > div { display: flex; align-items: center; gap: 12px; }
.web-order-head > div > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: #0b1020; background: #c9ff45; font-size: 13px; font-weight: 900; }
.web-order-head p,
.web-order-plan p,
.web-access-row p,
.activation-dashboard p { margin: 0; }
.web-order-head small,
.web-order-head b { display: block; }
.web-order-head small { color: #16a66a; font-size: 6px; font-weight: 900; letter-spacing: .12em; }
.web-order-head b { margin-top: 4px; color: var(--home-ink); font-size: 18px; letter-spacing: -.04em; }
.web-order-head em { color: var(--home-muted); font-size: 7px; font-style: normal; font-weight: 800; }
.web-order-plan { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; margin: 0 25px 18px; padding: 14px; border: 1px solid var(--home-border); border-radius: 15px; background: var(--home-bg); }
.web-order-plan > span { font-size: 25px; }
.web-order-plan b,
.web-order-plan small { display: block; }
.web-order-plan b { color: var(--home-ink); font-size: 11px; }
.web-order-plan small { margin-top: 3px; color: var(--home-muted); font-size: 7px; }
.web-order-plan strong { color: var(--home-blue); font-size: 15px; }
.web-delivery-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 14px; padding: 0 25px 18px; }
.web-qr-card { padding: 12px; border: 1px solid var(--home-border); border-radius: 17px; background: color-mix(in srgb, var(--home-soft) 62%, var(--home-panel)); text-align: center; }
.activation-qr { width: 100%; height: auto; aspect-ratio: 1; display: block; object-fit: contain; border: 10px solid #fff; border-radius: 14px; background: #fff; box-shadow: 0 14px 35px rgba(10,18,40,.12); }
.web-qr-card p { margin: 10px 2px 1px; }
.web-qr-card b,
.web-qr-card small { display: block; }
.web-qr-card b { color: var(--home-ink); font-size: 8px; line-height: 1.35; }
.web-qr-card small { margin-top: 4px; color: var(--home-muted); font-size: 6px; line-height: 1.45; }
.quick-install-box { padding: 17px; border: 1px solid var(--home-border); border-radius: 17px; background: linear-gradient(145deg, color-mix(in srgb, var(--home-blue) 5%, var(--home-panel)), var(--home-panel)); }
.quick-install-box > small { color: var(--home-blue); font-size: 6px; font-weight: 900; letter-spacing: .14em; }
.quick-install-box h4 { margin: 7px 0 14px; color: var(--home-ink); font-size: 17px; letter-spacing: -.04em; }
.quick-install-box button { width: 100%; min-height: 55px; display: grid; grid-template-columns: 34px 1fr auto; gap: 9px; align-items: center; margin-top: 8px; padding: 0 12px; border: 1px solid var(--home-border); border-radius: 13px; color: var(--home-ink); background: var(--home-panel); text-align: left; font-size: 10px; font-weight: 850; }
.quick-install-box button.quick-device.iphone { color: #fff; border-color: #050505; background: #050505; }
.quick-install-box button.quick-device.android { color: #07150e; border-color: #43db91; background: #43db91; }
.quick-install-box button small { color: inherit; font-size: 6px; font-weight: 600; opacity: .6; }
.brand-icon { width: 32px; height: 32px; display: grid; place-items: center; color: currentColor; }
.brand-icon.apple { font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif; font-size: 27px; line-height: 1; }
.brand-icon.android { width: 34px; height: 34px; }
.brand-icon.android img { width: 31px; height: 31px; display: block; object-fit: contain; }
.quick-install-details { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--home-border); }
.quick-install-details > div { min-width: 0; display: grid; grid-template-columns: 1fr 22px; grid-template-rows: auto auto; align-items: center; padding: 9px; border: 1px solid var(--home-border); border-radius: 11px; background: color-mix(in srgb, var(--home-bg) 78%, var(--home-panel)); }
.quick-install-details span { color: var(--home-muted); font-size: 5px; font-weight: 900; letter-spacing: .12em; }
.quick-install-details code { min-width: 0; margin-top: 3px; overflow: hidden; color: var(--home-ink); font-family: inherit; font-size: 7px; font-weight: 780; text-overflow: ellipsis; white-space: nowrap; }
.quick-install-details i { grid-column: 2; grid-row: 1 / 3; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 7px; color: var(--home-blue); background: color-mix(in srgb, var(--home-blue) 9%, transparent); font-style: normal; font-size: 7px; }
.install-device-icon { position: relative; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: currentColor; background: rgba(255,255,255,.1); }
.install-device-icon.iphone i { position: relative; width: 12px; height: 21px; display: block; border: 2px solid currentColor; border-radius: 4px; }
.install-device-icon.iphone i::before { content: ""; position: absolute; top: 2px; left: 50%; width: 5px; height: 1.5px; border-radius: 2px; background: currentColor; transform: translateX(-50%); }
.install-device-icon.iphone i::after { content: ""; position: absolute; bottom: 2px; left: 50%; width: 2px; height: 2px; border-radius: 50%; background: currentColor; transform: translateX(-50%); }
.install-device-icon.android i { position: relative; width: 17px; height: 13px; display: block; border-radius: 2px 2px 4px 4px; background: currentColor; }
.install-device-icon.android i::before { content: ""; position: absolute; top: -8px; left: 0; width: 17px; height: 8px; border-radius: 9px 9px 2px 2px; background: radial-gradient(circle at 5px 4px, #43db91 0 1px, transparent 1.2px), radial-gradient(circle at 12px 4px, #43db91 0 1px, transparent 1.2px), currentColor; box-shadow: -4px 10px 0 -2px currentColor, 4px 10px 0 -2px currentColor; }
.install-device-icon.android i::after { content: ""; position: absolute; top: -11px; left: 2px; width: 13px; height: 7px; border-top: 1.5px solid currentColor; border-radius: 50%; transform: rotate(0deg); }
.quick-install-box button:last-of-type .install-device-icon { color: #0b1020; background: #43db91; }
.web-access-row { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; gap: 12px; align-items: center; margin: 0 25px 25px; padding: 15px; border: 1px solid color-mix(in srgb, #2dbf83 35%, var(--home-border)); border-radius: 16px; background: color-mix(in srgb, #2dbf83 7%, var(--home-panel)); }
.web-access-row > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: #0b1020; background: #c9ff45; font-weight: 900; }
.web-access-row small,
.web-access-row b { display: block; }
.web-access-row small { color: #16815d; font-size: 6px; font-weight: 900; letter-spacing: .11em; }
.web-access-row b { margin-top: 3px; color: var(--home-ink); font-size: 9px; }
.web-access-row p { max-width: 430px; margin-top: 6px; color: var(--home-muted); font-size: 6px; line-height: 1.45; }
.web-access-row em { padding: 8px 10px; border-radius: 9px; color: #0b1020; background: #c9ff45; font-size: 7px; font-style: normal; font-weight: 850; white-space: nowrap; }
.telegram-advantages { display: grid; gap: 9px; margin: 0 0 29px; padding: 0; list-style: none; }
.telegram-advantages li > span { color: #fff; background: var(--home-blue); }
.journey-app-visual { position: relative; min-height: 620px; display: flex; justify-content: center; align-items: flex-start; gap: 22px; padding: 18px 10px 76px; }
.journey-app-screen { position: relative; width: min(44%, 255px); aspect-ratio: 642 / 1389; flex: 0 0 auto; margin: 0; overflow: hidden; border: 5px solid #151b26; border-radius: 34px; background: #0b1018; box-shadow: 0 30px 70px rgba(11,16,32,.28); }
.journey-app-screen.main { transform: translateY(26px) rotate(-1.2deg); }
.journey-app-screen.secondary { transform: rotate(1.2deg); }
.journey-app-screen img { width: 100%; height: 100%; display: block; object-fit: contain; background: #000; }
.journey-app-screen figcaption { position: absolute; right: 8px; bottom: 8px; left: 8px; display: grid; grid-template-columns: 27px 1fr; gap: 8px; align-items: center; padding: 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; color: #fff; background: rgba(11,16,32,.78); backdrop-filter: blur(12px); }
.journey-app-screen figcaption span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: #0b1020; background: #c9ff45; font-size: 7px; font-weight: 900; }
.journey-app-screen figcaption b { font-size: 7px; }
.journey-app-note { position: absolute; z-index: 4; bottom: 17px; left: 50%; min-width: 250px; display: grid; grid-template-columns: 42px 1fr; gap: 10px; align-items: center; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; color: #fff; background: #0b1020; box-shadow: 0 20px 50px rgba(11,16,32,.25); transform: translateX(-50%); }
.journey-app-note > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #0b1020; background: #c9ff45; font-size: 17px; font-weight: 900; }
.journey-app-note p { margin: 0; }
.journey-app-note b,
.journey-app-note small { display: block; }
.journey-app-note b { font-size: 9px; }
.journey-app-note small { margin-top: 4px; color: rgba(255,255,255,.55); font-size: 6px; }

/* ---------- Activation kit ---------- */

.activation-section { position: relative; overflow: hidden; color: #fff; background: #0b1020; }
.activation-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 25%, rgba(21,87,255,.22), transparent 26%), radial-gradient(circle at 83% 78%, rgba(201,255,69,.1), transparent 24%); pointer-events: none; }
.activation-heading { position: relative; z-index: 1; max-width: 940px; }
.activation-heading h2 { color: #fff; }
.activation-heading h2 em { color: #c9ff45; }
.activation-heading > span { color: #c9ff45; }
.esim-how-section .activation-heading > span { font-size: 13px; letter-spacing: .11em; }
.activation-heading > p { max-width: 790px; margin-top: 26px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.65; }
.activation-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; margin-top: 48px; }
.activation-dashboard { padding: 23px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: rgba(17,24,38,.88); box-shadow: 0 40px 100px rgba(0,0,0,.24); backdrop-filter: blur(18px); }
.activation-dashboard-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.09); }
.activation-dashboard-head > div { display: flex; align-items: center; gap: 11px; }
.activation-dashboard-head > div > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: #0b1020; background: #c9ff45; font-weight: 900; }
.activation-dashboard-head small,
.activation-dashboard-head b { display: block; }
.activation-dashboard-head small { color: rgba(255,255,255,.4); font-size: 6px; font-weight: 800; letter-spacing: .13em; }
.activation-dashboard-head b { margin-top: 3px; font-size: 13px; }
.activation-live { display: flex; align-items: center; gap: 7px; padding: 7px 9px; border-radius: 999px; color: #c9ff45; background: rgba(201,255,69,.1); font-size: 6px; font-weight: 900; letter-spacing: .12em; }
.activation-live i { width: 5px; height: 5px; border-radius: 50%; background: #c9ff45; box-shadow: 0 0 0 5px rgba(201,255,69,.08); }
.activation-dashboard-main { display: grid; grid-template-columns: .8fr 1.2fr; gap: 16px; padding: 20px 0 16px; }
.activation-code-card { display: flex; align-items: center; flex-direction: column; padding: 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.035); text-align: center; }
.activation-qr.large { width: min(230px, 100%); min-height: 0; }
.activation-code-card p { margin-top: 14px; }
.activation-code-card b,
.activation-code-card small { display: block; }
.activation-code-card b { font-size: 12px; }
.activation-code-card small { max-width: 220px; margin-top: 5px; color: rgba(255,255,255,.46); font-size: 7px; line-height: 1.5; }
.activation-controls { display: flex; flex-direction: column; gap: 9px; }
.activation-install-title { display: flex; align-items: center; gap: 10px; margin-bottom: 2px; }
.activation-install-title > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: #0b1020; background: #c9ff45; font-size: 16px; }
.activation-install-title small,
.activation-install-title b { display: block; }
.activation-install-title small { color: #c9ff45; font-size: 6px; font-weight: 900; letter-spacing: .11em; }
.activation-install-title b { margin-top: 3px; font-size: 12px; }
.activation-controls > a { min-height: 60px; display: grid; grid-template-columns: 42px 1fr auto; gap: 11px; align-items: center; padding: 9px 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 15px; color: #fff; background: rgba(255,255,255,.045); }
.activation-controls > a:hover { border-color: rgba(201,255,69,.42); background: rgba(201,255,69,.06); }
.device-logo { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #0b1020; background: #fff; }
.device-logo .install-device-icon { width: 36px; height: 36px; background: transparent; }
.device-logo.android { background: #43db91; }
.activation-controls > a p b,
.activation-controls > a p small { display: block; }
.activation-controls > a p b { font-size: 11px; }
.activation-controls > a p small { margin-top: 3px; color: rgba(255,255,255,.42); font-size: 7px; }
.activation-controls > a strong { padding: 8px 10px; border-radius: 9px; color: #0b1020; background: #c9ff45; font-size: 7px; }
.activation-detail { min-height: 47px; display: grid; grid-template-columns: auto 1fr 28px; gap: 10px; align-items: center; padding: 8px 10px; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; background: rgba(0,0,0,.16); }
.activation-detail > span { color: rgba(255,255,255,.4); font-size: 6px; font-weight: 850; letter-spacing: .12em; }
.activation-detail code { overflow: hidden; color: #fff; font-family: inherit; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.activation-detail > i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: rgba(255,255,255,.08); font-style: normal; }
.activation-usage-card { display: grid; grid-template-columns: 1fr 180px auto; gap: 15px; align-items: center; padding: 15px; border: 1px solid rgba(201,255,69,.22); border-radius: 17px; background: linear-gradient(90deg, rgba(201,255,69,.08), rgba(21,87,255,.08)); }
.activation-usage-card > div:first-child { display: flex; align-items: center; gap: 10px; }
.activation-usage-card > div:first-child > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: #0b1020; background: #c9ff45; }
.activation-usage-card small,
.activation-usage-card b { display: block; }
.activation-usage-card small { color: rgba(255,255,255,.42); font-size: 6px; font-weight: 900; letter-spacing: .1em; }
.activation-usage-card b { margin-top: 3px; font-size: 9px; }
.activation-usage-card p > em { display: block; margin-top: 4px; color: rgba(255,255,255,.46); font-size: 6px; font-style: normal; }
.usage-meter > span { height: 6px; display: block; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.12); }
.usage-meter > span i { width: 74%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, #1557ff, #c9ff45); }
.usage-meter > small { margin-top: 6px; color: #fff; letter-spacing: 0; }
.usage-meter em { color: rgba(255,255,255,.38); font-style: normal; }
.activation-usage-card > strong { color: #c9ff45; font-size: 8px; }
.activation-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.activation-features article { min-height: 185px; display: flex; justify-content: space-between; flex-direction: column; padding: 19px; border: 1px solid rgba(255,255,255,.11); border-radius: 23px; background: rgba(255,255,255,.045); }
.activation-features article > span { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; color: #c9ff45; background: rgba(201,255,69,.07); font-size: 10px; font-weight: 900; }
.activation-features article b { display: block; font-size: 12px; letter-spacing: -.025em; }
.activation-features article p { margin: 7px 0 0; color: rgba(255,255,255,.46); font-size: 8px; line-height: 1.55; }
.activation-note { position: relative; z-index: 1; display: flex; align-items: center; gap: 9px; margin: 18px 0 0; color: rgba(255,255,255,.44); font-size: 8px; }
.activation-note > span:first-child { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; color: #c9ff45; font-weight: 800; }

/* ---------- How eSIM works ---------- */

.esim-how-section { isolation: isolate; }
.esim-how-section::after { content: ""; position: absolute; top: 170px; right: -110px; width: 430px; height: 430px; border: 1px solid rgba(201,255,69,.12); border-radius: 50%; box-shadow: 0 0 0 68px rgba(201,255,69,.025), 0 0 0 136px rgba(21,87,255,.025); pointer-events: none; }
.esim-how-stage { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; margin-top: 50px; }
.esim-how-timeline { position: relative; display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.esim-how-timeline::before { content: ""; position: absolute; top: 60px; bottom: 60px; left: 64px; width: 2px; background: linear-gradient(#c9ff45, #1557ff); opacity: .45; }
.esim-how-timeline li { position: relative; display: grid; grid-template-columns: 92px 1fr; gap: 22px; align-items: center; min-height: 180px; padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 27px; background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.028)); backdrop-filter: blur(15px); }
.timeline-icon { position: relative; z-index: 2; width: 92px; height: 92px; display: grid; place-items: center; border: 1px solid rgba(201,255,69,.22); border-radius: 27px; color: #0b1020; background: #c9ff45; box-shadow: 0 16px 38px rgba(201,255,69,.13); }
.timeline-icon.install i { position: relative; width: 27px; height: 38px; display: block; border: 3px solid currentColor; border-radius: 8px; }
.timeline-icon.install i::before { content: "↓"; position: absolute; top: 4px; left: 50%; font-size: 19px; font-style: normal; font-weight: 900; transform: translateX(-50%); }
.timeline-icon.install i::after { content: ""; position: absolute; bottom: 3px; left: 50%; width: 7px; height: 2px; border-radius: 2px; background: currentColor; transform: translateX(-50%); }
.timeline-icon.settings i { position: relative; width: 46px; height: 30px; display: block; border: 3px solid currentColor; border-radius: 18px; }
.timeline-icon.settings i::before { content: ""; position: absolute; top: 4px; left: 4px; width: 16px; height: 16px; border-radius: 50%; background: currentColor; }
.timeline-icon.settings i::after { content: ""; position: absolute; right: -2px; bottom: -11px; width: 46px; height: 3px; border-radius: 3px; background: currentColor; opacity: .22; }
.timeline-icon.live { color: #0b1020; background: #c9ff45; }
.timeline-icon.live i { position: relative; width: 24px; height: 24px; border: 5px solid currentColor; border-radius: 50%; box-shadow: 0 0 0 7px rgba(11,16,32,.12); }
.timeline-icon.live i::before,
.timeline-icon.live i::after { content: ""; position: absolute; top: 50%; left: 50%; border: 2px solid currentColor; border-radius: 50%; transform: translate(-50%,-50%); }
.timeline-icon.live i::before { width: 45px; height: 45px; opacity: .38; }
.timeline-icon.live i::after { width: 66px; height: 66px; opacity: .16; }
.timeline-icon.live::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(11,16,32,.28); border-radius: 50%; animation: howPulse 2.4s ease-out infinite; }
@keyframes howPulse { 0% { transform: scale(.55); opacity: .8; } 75%,100% { transform: scale(1.35); opacity: 0; } }
.esim-how-timeline small { display: block; color: #c9ff45; font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.esim-how-timeline h3 { margin: 9px 0 0; color: #fff; font-size: clamp(22px,2vw,30px); line-height: 1.12; letter-spacing: -.04em; }
.esim-how-timeline p { max-width: 620px; margin: 10px 0 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.6; }
.esim-destination-card { position: relative; min-height: 416px; display: flex; justify-content: flex-end; flex-direction: column; overflow: hidden; padding: 28px; border: 1px solid rgba(201,255,69,.2); border-radius: 28px; background: linear-gradient(145deg, rgba(21,87,255,.2), rgba(201,255,69,.08)); }
.esim-destination-card::before { content: ""; position: absolute; top: -50px; right: -60px; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.025), 0 0 0 80px rgba(255,255,255,.018); }
.destination-map { position: absolute; top: 42px; right: 28px; left: 28px; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.esim-how-section .destination-map > span {
  font-size: 12px !important;
  letter-spacing: .08em;
}
.destination-map i { position: relative; height: 1px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.3) 0 6px, transparent 6px 11px); }
.destination-map i::after { content: "→"; position: absolute; right: -2px; top: -10px; color: #c9ff45; font-size: 13px; }
.destination-badge { position: relative; z-index: 2; width: fit-content; display: inline-flex; align-items: center; gap: 12px; margin-bottom: 24px; padding: 13px 18px; border: 1px solid rgba(201,255,69,.3); border-radius: 999px; color: #c9ff45; background: rgba(201,255,69,.09); font-size: 14px; font-weight: 850; letter-spacing: .075em; }
.destination-badge i { width: 10px; height: 10px; border-radius: 50%; background: #c9ff45; box-shadow: 0 0 0 6px rgba(201,255,69,.1), 0 0 18px rgba(201,255,69,.38); }
.esim-destination-card h3 { position: relative; z-index: 2; max-width: 390px; margin: 0; color: #fff; font-size: clamp(28px, 3vw, 43px); line-height: 1.02; letter-spacing: -.055em; }
.esim-destination-card p { position: relative; z-index: 2; max-width: 460px; margin: 20px 0 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.65; }
.connectivity-check { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 28px; align-items: center; margin-top: 18px; padding: clamp(28px,4vw,48px); overflow: hidden; border: 1px solid rgba(88,129,255,.34); border-radius: 30px; background: linear-gradient(135deg, rgba(21,87,255,.2), rgba(255,255,255,.04) 48%, rgba(201,255,69,.08)); }
.connectivity-check::before { content: ""; position: absolute; top: -180px; left: 35%; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.018); pointer-events: none; }
.connectivity-copy { position: relative; z-index: 1; }
.connectivity-alert { width: fit-content; display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px 9px 9px; border: 1px solid rgba(255,180,65,.23); border-radius: 999px; color: #ffc66d; background: rgba(255,174,52,.08); font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.connectivity-alert i { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #0b1020; background: #ffc66d; font-style: normal; }
.connectivity-copy h3 { margin: 18px 0 0; color: #fff; font-size: clamp(32px,4vw,54px); line-height: .98; letter-spacing: -.055em; }
.connectivity-copy h3 em { color: #c9ff45; font-style: normal; }
.connectivity-copy > p { max-width: 590px; margin: 19px 0 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.65; }
.settings-path { width: fit-content; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 24px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; color: rgba(255,255,255,.62); background: rgba(0,0,0,.14); font-size: 13px; }
.settings-path b { color: rgba(255,255,255,.24); }
.settings-path strong { color: #fff; }
.phone-settings-card { position: relative; z-index: 1; padding: 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 27px; color: #101625; background: #f4f6fb; box-shadow: 0 28px 70px rgba(0,0,0,.24); transform: rotate(1deg); }
.phone-settings-head { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 7px 10px 18px; color: #697386; font-size: 12px; }
.phone-settings-head b { color: #101625; font-size: 17px; }
.phone-settings-head i { justify-self: end; font-style: normal; }
.phone-setting-row { min-height: 78px; display: grid; grid-template-columns: 50px 1fr auto; gap: 13px; align-items: center; margin-top: 8px; padding: 13px; border: 1px solid #dde2ec; border-radius: 18px; background: #fff; }
.phone-setting-row.selected { border-color: #9cb5ff; box-shadow: 0 8px 24px rgba(21,87,255,.08); }
.setting-symbol { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; color: #fff; background: #1557ff; font-size: 18px; font-weight: 900; }
.setting-symbol.roaming { color: #0b1020; background: #c9ff45; }
.phone-setting-row p { margin: 0; }
.phone-setting-row small,
.phone-setting-row b { display: block; }
.phone-setting-row small { color: #697386; font-size: 12px; }
.phone-setting-row b { margin-top: 5px; color: #101625; font-size: 17px; }
.phone-setting-row > strong { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: #1557ff; }
.setting-toggle { position: relative; width: 49px; height: 29px; border-radius: 999px; background: #37ce82; box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); }
.setting-toggle i { position: absolute; top: 3px; right: 3px; width: 23px; height: 23px; border-radius: 50%; background: #fff; box-shadow: 0 2px 7px rgba(0,0,0,.2); }
.phone-settings-tip { display: flex; align-items: center; gap: 10px; margin: 13px 3px 2px; padding: 13px; border-radius: 13px; color: #187651; background: #e3f8ee; font-size: 12px; line-height: 1.45; }
.phone-settings-tip > span:first-child { width: 22px; height: 22px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 7px; color: #fff; background: #24b978; font-weight: 900; }
.network-explainer { position: relative; z-index: 1; display: grid; grid-template-columns: .75fr 1.25fr; gap: 32px; align-items: center; margin-top: 18px; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 27px; background: rgba(255,255,255,.035); }
.network-explainer-copy small { color: #c9ff45; font-size: 12px; font-weight: 850; letter-spacing: .09em; }
.network-explainer-copy h3 { margin: 11px 0 0; color: #fff; font-size: clamp(28px,3vw,42px); line-height: 1.07; letter-spacing: -.045em; }
.network-explainer-copy p { margin: 14px 0 0; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.6; }
.network-route { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 9px; align-items: center; }
.network-route > div { min-height: 142px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 15px; padding: 16px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 21px; background: rgba(255,255,255,.05); text-align: center; }
.network-route > div .route-icon { position: relative; width: 64px; height: 64px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 19px; color: #0b1020; background: #c9ff45; font-size: 26px; font-weight: 900; }
.network-route > div:nth-of-type(3) .route-icon { color: #fff; background: #1557ff; }
.network-route > div b { color: #fff; font-size: 14px; line-height: 1.2; }
.network-route > i { color: #c9ff45; font-size: 22px; font-weight: 800; font-style: normal; opacity: .72; }
.route-phone::before { content: ""; width: 23px; height: 36px; border: 3px solid currentColor; border-radius: 7px; }
.route-phone::after { content: ""; position: absolute; bottom: 18px; width: 7px; height: 3px; border-radius: 3px; background: currentColor; }
.route-network::before { content: ""; width: 7px; height: 12px; border-radius: 4px 4px 1px 1px; background: currentColor; box-shadow: 10px -6px 0 currentColor, 20px -14px 0 currentColor; transform: translate(-10px,7px); }
.route-network::after { content: ""; position: absolute; bottom: 15px; width: 38px; height: 3px; border-radius: 3px; background: currentColor; opacity: .25; }
.route-internet::before { content: ""; width: 32px; height: 32px; border: 3px solid currentColor; border-radius: 50%; }
.route-internet::after { content: ""; position: absolute; width: 15px; height: 32px; border-right: 2px solid currentColor; border-left: 2px solid currentColor; border-radius: 50%; }
.esim-how-notes { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 18px; }
.esim-how-notes article { min-height: 230px; display: flex; justify-content: space-between; flex-direction: column; padding: 25px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: rgba(255,255,255,.045); }
.esim-how-notes article > .note-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 19px; color: #0b1020; background: #c9ff45; font-size: 22px; font-weight: 900; letter-spacing: 0; }
.esim-how-notes article > .note-icon.apn { font-size: 14px; }
.esim-how-notes article > .note-icon.signal i { position: relative; width: 10px; height: 10px; border: 3px solid currentColor; border-radius: 50%; }
.esim-how-notes article > .note-icon.signal i::before,
.esim-how-notes article > .note-icon.signal i::after { content: ""; position: absolute; top: 50%; left: 50%; border: 3px solid currentColor; border-radius: 50%; transform: translate(-50%,-50%); }
.esim-how-notes article > .note-icon.signal i::before { width: 27px; height: 27px; opacity: .6; }
.esim-how-notes article > .note-icon.signal i::after { width: 44px; height: 44px; opacity: .25; }
.esim-how-notes b { display: block; color: #fff; font-size: 19px; line-height: 1.2; letter-spacing: -.025em; }
.esim-how-notes p { margin: 10px 0 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.6; }
.support-panel { position: relative; z-index: 1; display: grid; grid-template-columns: 74px 1fr minmax(280px,.72fr); gap: 22px; align-items: center; margin-top: 18px; padding: 24px; overflow: hidden; border: 1px solid rgba(201,255,69,.2); border-radius: 28px; background: linear-gradient(110deg, rgba(201,255,69,.1), rgba(21,87,255,.12)); }
.support-panel-mark { position: relative; width: 74px; height: 74px; display: grid; place-items: center; border-radius: 23px; color: #0b1020; background: #c9ff45; }
.support-panel-mark > span { position: relative; z-index: 2; font-size: 27px; font-weight: 900; }
.support-panel-mark i { position: absolute; inset: 11px; border: 1px solid rgba(11,16,32,.2); border-radius: 50%; animation: howPulse 2.6s ease-out infinite; }
.support-panel-copy small { color: #c9ff45; font-size: 12px; font-weight: 850; letter-spacing: .09em; }
.support-panel-copy h3 { margin: 9px 0 0; color: #fff; font-size: 26px; line-height: 1.12; letter-spacing: -.035em; }
.support-panel-copy p { max-width: 640px; margin: 10px 0 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.6; }
.support-route { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 16px; color: rgba(255,255,255,.56); font-size: 12px; }
.support-route b { color: rgba(255,255,255,.66); }
.support-route i { color: #c9ff45; font-style: normal; }
.support-route strong { color: #c9ff45; }
.support-actions { display: grid; gap: 8px; }
.support-actions a { min-height: 62px; display: grid; grid-template-columns: 1fr 28px; grid-template-rows: auto auto; align-items: center; padding: 11px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; color: #fff; background: rgba(255,255,255,.055); }
.support-actions a.telegram { color: #0b1020; border-color: #c9ff45; background: #c9ff45; }
.support-actions small { font-size: 12px; font-weight: 850; letter-spacing: .06em; opacity: .65; }
.support-actions b { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.support-actions span { grid-column: 2; grid-row: 1 / 3; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.1); }
.support-actions a.telegram span { background: rgba(11,16,32,.08); }

/* ---------- Theme-aware premium sections ---------- */

.platform-section {
  color: var(--home-ink);
  background:
    radial-gradient(circle at 84% 16%, color-mix(in srgb, var(--home-blue) 7%, transparent), transparent 29%),
    linear-gradient(180deg, var(--home-bg), color-mix(in srgb, var(--home-soft) 52%, var(--home-bg)));
}
.platform-section::before { border-color: color-mix(in srgb, var(--home-blue) 15%, transparent); box-shadow: 0 0 0 84px color-mix(in srgb, var(--home-blue) 2%, transparent), 0 0 0 168px color-mix(in srgb, var(--home-blue) 1.5%, transparent); }
.platform-section::after { background: radial-gradient(circle, color-mix(in srgb, #c9ff45 12%, transparent), transparent 68%); }
.platform-heading > div > span,
.platform-heading h2 em { color: var(--home-blue); }
.platform-heading > p { color: var(--home-muted); }
.platform-card { border-color: var(--home-border); }
.platform-web { color: var(--home-ink); border-color: var(--home-border); background: var(--home-panel); box-shadow: 0 26px 70px rgba(34,52,106,.08); }
.platform-card > p { color: var(--home-muted); }
.web-package-list > span { border-color: var(--home-border); background: color-mix(in srgb, var(--home-panel) 88%, var(--home-bg)); }
.platform-link { border-color: var(--home-border); background: var(--home-panel); }
.platform-telegram { color: #fff; border-color: rgba(201,255,69,.27); background: linear-gradient(145deg,#111a35 0%,#11182b 48%,#17251e 100%); }
.platform-telegram > p { color: rgba(255,255,255,.63); }
.platform-footnote { border-color: var(--home-border); background: var(--home-panel); box-shadow: 0 14px 42px rgba(34,52,106,.05); }
.platform-footnote > span { color: var(--home-blue); }
.platform-footnote p { color: var(--home-muted); }
.platform-footnote p b { color: var(--home-ink); }
.platform-footnote i { background: var(--home-border); }

.activation-section {
  color: var(--home-ink);
  background:
    radial-gradient(circle at 15% 25%, color-mix(in srgb, var(--home-blue) 10%, transparent), transparent 28%),
    radial-gradient(circle at 83% 78%, color-mix(in srgb, #c9ff45 9%, transparent), transparent 25%),
    var(--home-bg);
}
.activation-section::before { background: none; }
.activation-heading h2 { color: var(--home-ink); }
.activation-heading h2 em,
.activation-heading > span { color: var(--home-blue); }
.activation-heading > p { color: var(--home-muted); }
.esim-how-section::after { border-color: color-mix(in srgb, var(--home-blue) 12%, transparent); box-shadow: 0 0 0 68px color-mix(in srgb, var(--home-blue) 2%, transparent), 0 0 0 136px color-mix(in srgb, #c9ff45 2%, transparent); }
.esim-how-timeline li { border-color: var(--home-border); background: linear-gradient(135deg, color-mix(in srgb, var(--home-panel) 94%, transparent), color-mix(in srgb, var(--home-soft) 46%, var(--home-panel))); box-shadow: 0 18px 50px rgba(34,52,106,.06); }
.esim-how-timeline small { color: var(--home-blue); }
.esim-how-timeline h3 { color: var(--home-ink); }
.esim-how-timeline p { color: var(--home-muted); }
.esim-destination-card { border-color: color-mix(in srgb, var(--home-blue) 23%, var(--home-border)); background: linear-gradient(145deg, color-mix(in srgb, var(--home-blue) 10%, var(--home-panel)), color-mix(in srgb, #c9ff45 10%, var(--home-panel))); box-shadow: 0 20px 58px rgba(34,52,106,.07); }
.esim-destination-card::before { border-color: color-mix(in srgb, var(--home-blue) 15%, transparent); box-shadow: 0 0 0 40px color-mix(in srgb, var(--home-blue) 3%, transparent), 0 0 0 80px color-mix(in srgb, var(--home-blue) 2%, transparent); }
.destination-map { color: var(--home-muted); }
.destination-map i { background: repeating-linear-gradient(90deg, color-mix(in srgb, var(--home-muted) 52%, transparent) 0 6px, transparent 6px 11px); }
.destination-map i::after { color: var(--home-blue); }
.destination-badge { color: var(--home-blue); border-color: color-mix(in srgb, var(--home-blue) 28%, var(--home-border)); background: color-mix(in srgb, var(--home-blue) 8%, var(--home-panel)); }
.destination-badge i { background: var(--home-blue); box-shadow: 0 0 0 6px color-mix(in srgb, var(--home-blue) 10%, transparent), 0 0 18px color-mix(in srgb, var(--home-blue) 35%, transparent); }
.esim-destination-card h3 { color: var(--home-ink); }
.esim-destination-card p { color: var(--home-muted); }
.connectivity-check { border-color: color-mix(in srgb, var(--home-blue) 26%, var(--home-border)); background: linear-gradient(135deg, color-mix(in srgb, var(--home-blue) 9%, var(--home-panel)), var(--home-panel) 48%, color-mix(in srgb, #c9ff45 8%, var(--home-panel))); box-shadow: 0 20px 58px rgba(34,52,106,.06); }
.connectivity-check::before { border-color: color-mix(in srgb, var(--home-blue) 9%, transparent); box-shadow: 0 0 0 55px color-mix(in srgb, var(--home-blue) 2%, transparent); }
.connectivity-copy h3 { color: var(--home-ink); }
.connectivity-copy h3 em { color: var(--home-blue); }
.connectivity-copy > p { color: var(--home-muted); }
.settings-path { color: var(--home-muted); border-color: var(--home-border); background: var(--home-panel); }
.settings-path b { color: color-mix(in srgb, var(--home-muted) 45%, transparent); }
.settings-path strong { color: var(--home-ink); }
.network-explainer { border-color: var(--home-border); background: var(--home-panel); box-shadow: 0 18px 50px rgba(34,52,106,.05); }
.network-explainer-copy small { color: var(--home-blue); }
.network-explainer-copy h3 { color: var(--home-ink); }
.network-explainer-copy p { color: var(--home-muted); }
.network-route > div { border-color: var(--home-border); background: color-mix(in srgb, var(--home-soft) 42%, var(--home-panel)); }
.network-route > div b { color: var(--home-ink); }
.network-route > i { color: var(--home-blue); }
.esim-how-notes article { border-color: var(--home-border); background: var(--home-panel); box-shadow: 0 16px 44px rgba(34,52,106,.05); }
.esim-how-notes b { color: var(--home-ink); }
.esim-how-notes p { color: var(--home-muted); }
.support-panel { border-color: color-mix(in srgb, var(--home-blue) 22%, var(--home-border)); background: linear-gradient(110deg, color-mix(in srgb, #c9ff45 12%, var(--home-panel)), color-mix(in srgb, var(--home-blue) 9%, var(--home-panel))); }
.support-panel-copy small { color: var(--home-blue); }
.support-panel-copy h3 { color: var(--home-ink); }
.support-panel-copy p { color: var(--home-muted); }
.support-route { color: var(--home-muted); }
.support-route b { color: var(--home-muted); }
.support-route i,
.support-route strong { color: var(--home-blue); }
.support-actions a { color: var(--home-ink); border-color: var(--home-border); background: var(--home-panel); }
.support-actions a:not(.telegram) span { background: color-mix(in srgb, var(--home-blue) 8%, transparent); }

.site-footer { color: var(--home-muted); background: var(--home-panel); }
.site-footer .footer-shell,
.site-footer .footer-bottom { border-color: var(--home-border); }
.site-footer .footer-brand .brand { color: var(--home-ink); }
.site-footer .footer-brand p { color: var(--home-muted); }
.site-footer .footer-grid > div > b { color: var(--home-blue); }
.site-footer .footer-grid > div > a:not(.brand) { color: var(--home-muted); }
.site-footer .footer-grid > div > a:hover { color: var(--home-ink); }
.site-footer .footer-telegram { color: #fff !important; border-color: var(--home-blue); background: var(--home-blue); }
.site-footer .footer-bottom { color: var(--home-muted); }
.site-footer .footer-bottom i { background: var(--home-blue); }

:root[data-theme="dark"] .platform-heading > div > span,
:root[data-theme="dark"] .platform-heading h2 em,
:root[data-theme="dark"] .activation-heading h2 em,
:root[data-theme="dark"] .activation-heading > span,
:root[data-theme="dark"] .esim-how-timeline small,
:root[data-theme="dark"] .network-explainer-copy small,
:root[data-theme="dark"] .support-panel-copy small,
:root[data-theme="dark"] .support-route i,
:root[data-theme="dark"] .support-route strong { color: #c9ff45; }
:root[data-theme="dark"] .destination-badge { color: #c9ff45; border-color: rgba(201,255,69,.3); background: rgba(201,255,69,.09); }
:root[data-theme="dark"] .destination-badge i { background: #c9ff45; box-shadow: 0 0 0 6px rgba(201,255,69,.1), 0 0 18px rgba(201,255,69,.38); }
:root[data-theme="dark"] .connectivity-copy h3 em { color: #c9ff45; }
:root[data-theme="dark"] .site-footer { color: #c4cbd1; background: #08111f; }
:root[data-theme="dark"] .site-footer .footer-shell,
:root[data-theme="dark"] .site-footer .footer-bottom { border-color: rgba(255,255,255,.12); }
:root[data-theme="dark"] .site-footer .footer-brand .brand { color: #fff; }
:root[data-theme="dark"] .site-footer .footer-brand p { color: #9aa5b1; }
:root[data-theme="dark"] .site-footer .footer-grid > div > b { color: #c9ff45; }
:root[data-theme="dark"] .site-footer .footer-grid > div > a:not(.brand) { color: #a7b1bc; }
:root[data-theme="dark"] .site-footer .footer-grid > div > a:hover { color: #fff; }
:root[data-theme="dark"] .site-footer .footer-telegram { color: #0b1020 !important; border-color: #c9ff45; background: #c9ff45; }
:root[data-theme="dark"] .site-footer .footer-bottom { color: #71808d; }
:root[data-theme="dark"] .site-footer .footer-bottom i { background: #c9ff45; }

@media (max-width: 1050px) {
  .platform-heading { grid-template-columns: 1fr; gap: 22px; }
  .platform-compare { grid-template-columns: 1fr; }
  .platform-card { min-height: 0; }
  .platform-web .platform-link { margin-top: 28px; }
  .journey-panel { grid-template-columns: 1fr; }
  .journey-copy { max-width: 720px; }
  .journey-app-visual { min-height: 620px; }
  .activation-layout { grid-template-columns: 1fr; }
  .activation-features { grid-template-columns: repeat(4, 1fr); }
  .esim-how-stage { grid-template-columns: 1fr; }
  .esim-destination-card { min-height: 360px; }
  .network-explainer { grid-template-columns: 1fr; }
  .esim-how-notes { grid-template-columns: 1fr 1fr; }
  .support-panel { grid-template-columns: 74px 1fr; }
  .support-actions { grid-column: 2; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .site-footer .footer-shell { grid-template-columns: 1fr; gap: 44px; }
  .site-footer .footer-lead { min-height: 0; }
  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 26px; }
}

@media (max-width: 760px) {
  .platform-heading h2 { font-size: clamp(43px,10vw,62px); }
  .platform-card { padding: 25px; border-radius: 26px; }
  .platform-card-head { grid-template-columns: 46px 1fr; }
  .platform-card-head > span { width: 46px; height: 46px; }
  .platform-card-head em { grid-column: 2; width: fit-content; }
  .telegram-value-dashboard { grid-template-columns: 1fr 1fr; }
  .platform-footnote { align-items: flex-start; flex-direction: column; gap: 10px; }
  .platform-footnote i { width: 100%; height: 1px; }
  .journey-heading { grid-template-columns: 1fr; gap: 22px; }
  .journey-tabs { grid-template-columns: 1fr; }
  .journey-panel { min-height: 0; gap: 38px; padding: 24px; border-radius: 24px; }
  .journey-web-visual { transform: none; }
  .web-delivery-grid { grid-template-columns: 1fr; }
  .journey-app-visual { min-height: 560px; }
  .journey-app-screen { width: min(44%, 230px); }
  .journey-app-screen.main { left: auto; }
  .journey-app-screen.secondary { right: auto; }
  .journey-app-note { left: 50%; }
  .activation-dashboard-main { grid-template-columns: 1fr; }
  .activation-qr.large { width: min(260px, 80%); }
  .activation-usage-card { grid-template-columns: 1fr; }
  .activation-features { grid-template-columns: 1fr 1fr; }
  .network-route { grid-template-columns: 1fr 1fr; }
  .network-route > i { display: none; }
  .connectivity-check { grid-template-columns: 1fr; }
  .phone-settings-card { transform: none; }
  .faq-intro { gap: 28px; }
}

@media (max-width: 520px) {
  .platform-section .page-grid { width: min(100% - 20px,var(--page)); }
  .platform-heading { margin-bottom: 28px; }
  .platform-heading > p { font-size: 14px; }
  .platform-card { padding: 19px; }
  .platform-card-head h3 { font-size: 33px; }
  .platform-card > p { margin-top: 19px; }
  .telegram-value-dashboard { grid-template-columns: 1fr; }
  .value-balance,.value-esim { min-height: 124px; }
  .telegram-feature-grid { grid-template-columns: 1fr; }
  .telegram-feature-grid > div { min-height: 82px; }
  .platform-link { min-height: 56px; padding-inline: 14px; }
  .journey-tabs button { min-height: 68px; }
  .journey-panel { margin-inline: calc(var(--gutter) * -.45); padding: 18px; }
  .journey-copy h3 { font-size: 29px; }
  .journey-steps li,
  .telegram-advantages li { grid-template-columns: 38px 1fr; padding: 11px; }
  .journey-steps li > span,
  .telegram-advantages li > span { width: 38px; height: 38px; }
  .web-order-head { align-items: flex-start; padding: 18px 16px 13px; }
  .web-order-head em { display: none; }
  .web-order-plan,
  .web-access-row { margin-right: 16px; margin-left: 16px; }
  .web-access-row { grid-template-columns: 42px minmax(0,1fr); }
  .web-access-row > em { grid-column: 2; width: fit-content; }
  .web-delivery-grid { padding-right: 16px; padding-left: 16px; }
  .journey-app-visual { min-height: 430px; gap: 8px; padding-right: 0; padding-left: 0; }
  .journey-app-screen { width: 47%; border-width: 3px; border-radius: 25px; }
  .journey-app-screen.main { left: auto; transform: translateY(18px) rotate(-.7deg); }
  .journey-app-screen.secondary { right: auto; transform: rotate(.7deg); }
  .journey-app-note { top: auto; bottom: 10px; left: 50%; min-width: min(235px, 88%); }
  .activation-section .page-grid { width: min(100% - 20px, var(--page)); }
  .activation-heading h2 { font-size: 45px; }
  .activation-dashboard { padding: 15px; border-radius: 22px; }
  .activation-features { grid-template-columns: 1fr; }
  .activation-features article { min-height: 155px; }
  .quick-install-details { grid-template-columns: 1fr; }
  .esim-how-timeline::before { display: none; }
  .esim-how-timeline li { grid-template-columns: 68px 1fr; gap: 14px; min-height: 0; padding: 20px 16px; }
  .timeline-icon { width: 68px; height: 68px; border-radius: 20px; }
  .timeline-icon.install i { width: 21px; height: 30px; border-width: 2px; }
  .timeline-icon.install i::before { top: 2px; font-size: 15px; }
  .timeline-icon.settings i { width: 35px; height: 23px; border-width: 2px; }
  .timeline-icon.settings i::before { top: 3px; left: 3px; width: 13px; height: 13px; }
  .timeline-icon.settings i::after { right: 0; bottom: -8px; width: 35px; height: 2px; }
  .timeline-icon.live i::before { width: 30px; height: 30px; }
  .timeline-icon.live i::after { width: 42px; height: 42px; }
  .esim-destination-card { min-height: 390px; padding: 22px; }
  .connectivity-check { padding: 21px 14px; border-radius: 23px; }
  .phone-settings-card { padding: 11px; border-radius: 22px; }
  .phone-setting-row { grid-template-columns: 44px 1fr auto; gap: 9px; padding: 10px; }
  .setting-symbol { width: 44px; height: 44px; }
  .network-explainer { padding: 19px; }
  .network-route { grid-template-columns: 1fr 1fr; gap: 7px; }
  .esim-how-notes { grid-template-columns: 1fr; }
  .esim-how-notes article { min-height: 190px; }
  .support-panel { grid-template-columns: 1fr; padding: 18px; border-radius: 22px; }
  .support-panel-mark { width: 60px; height: 60px; border-radius: 18px; }
  .support-actions { grid-column: auto; grid-template-columns: 1fr; }
}
[dir="rtl"] .legal-strip > span { margin-right: 0; margin-left: auto; }
[dir="rtl"] .compat-note { padding-right: 13px; padding-left: 0; border-right: 2px solid var(--home-blue); border-left: 0; }
[dir="rtl"] .modal-close { right: auto; left: 16px; }
[dir="rtl"] .faq-list summary { padding-right: 18px; padding-left: 68px; }
[dir="rtl"] .faq-list summary::after { right: auto; left: 14px; }
[dir="rtl"] .faq-list p { margin-right: 78px; margin-left: 18px; }

/* ---------- Responsive ---------- */

@media (max-width: 1180px) {
  .hero-shell { grid-template-columns: minmax(0, 1fr) 470px; gap: 45px; }
  .hero-copy h1 { font-size: clamp(62px, 7.7vw, 90px); }
  .app-device-main { left: 41%; width: 276px; }
  .app-device-secondary { right: -18px; width: 218px; }
  .app-proof-chip { right: 2px; }
  .store-heading-wide { grid-template-columns: 1fr 360px; }
  .catalog { grid-template-columns: 270px minmax(0, 1fr); }
  .plan-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 390px 260px 260px; }
  .trust-feature-main { grid-column: 1 / -1; grid-row: auto; }
  .trust-feature-main h3 { margin-top: 200px; }
  .final-grid { grid-template-columns: 1fr 280px; }
}

@media (max-width: 900px) {
  .section { padding: 104px 0; }
  .section-sm { padding: 76px 0; }
  .hero-shell { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-copy { max-width: 760px; }
  .hero-product { width: min(660px, 100%); min-height: 665px; margin: -25px auto 0; }
  .app-device-main { left: 42%; width: 292px; }
  .app-device-secondary { right: 3%; width: 235px; }
  .app-proof-chip { right: 5%; }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); }
  .destination-cards { grid-template-columns: repeat(2, 1fr); }
  .store-heading-wide { grid-template-columns: 1fr; gap: 20px; }
  .catalog { display: block; }
  .catalog-sidebar { border-right: 0; border-bottom: 1px solid var(--home-border); }
  [dir="rtl"] .catalog-sidebar { border-left: 0; }
  .popular-list { grid-template-columns: repeat(4, minmax(120px, 1fr)); overflow-x: auto; padding-bottom: 7px; }
  .country-list,
  .all-label { display: none; }
  .catalog-sidebar.is-region-mode .all-label { display: block; }
  .catalog-sidebar.is-region-mode .country-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(178px, 1fr);
    gap: 8px;
    height: auto;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 0 9px;
    scroll-snap-type: x proximity;
  }
  .catalog-sidebar.is-region-mode .country-row {
    min-height: 58px;
    padding: 10px 12px;
    border-color: var(--home-border);
    background: var(--home-panel);
    scroll-snap-align: start;
  }
  .catalog-sidebar.is-region-mode .country-row.active {
    border-color: #c9ff45;
    background: #c9ff45;
  }
  .plan-grid { max-height: none; grid-template-columns: 1fr; overflow: visible; }
  .step-cards { grid-template-columns: 1fr; }
  .step-cards li { min-height: 260px; }
  .step-cards li:not(:last-child)::before { content: "↓"; }
  .step-icon { margin-top: 35px; }
  .delivery-grid,
  .compatibility-grid,
  .faq-grid { grid-template-columns: 1fr; }
  .delivery-phone { min-height: 640px; }
  .compatibility-card { min-height: 520px; }
  .faq-grid { gap: 60px; }
  .faq-intro { position: relative; top: auto; min-height: 500px; }
  .final-grid { grid-template-columns: 1fr; }
  .final-grid > a { width: min(360px, 100%); }
}

@media (max-width: 560px) {
  .section { padding: 78px 0; }
  .section-sm { padding: 62px 0; }
  .store-hero { padding-top: 20px; }
  .hero-shell { display: flex; align-items: stretch; flex-direction: column; gap: 0; padding-top: 65px; padding-bottom: 20px; }
  .hero-copy { display: contents; }
  .hero-kicker { order: 1; align-self: flex-start; }
  .hero-copy h1 { order: 2; }
  .hero-copy > p { order: 3; }
  .hero-assurances { order: 4; }
  .hero-product { order: 5; }
  .hero-kicker { font-size: 8px; }
  .hero-copy h1 { max-width: 100%; margin-top: 22px; font-size: clamp(40px, 12vw, 52px); text-wrap: initial; }
  .hero-copy > p { font-size: 14px; }
  .hero-assurances { display: grid; gap: 8px; margin-top: 16px; }
  .hero-product { min-height: 545px; margin-top: 12px; }
  .orbit-a { width: 470px; height: 470px; }
  .orbit-b { width: 360px; height: 360px; }
  .orbit-c { width: 260px; height: 260px; }
  .app-showcase-halo { inset: 5% -16% 4% -6%; border-radius: 45% 55% 42% 58% / 48% 46% 54% 52%; }
  .app-showcase-label { top: 8px; left: 0; padding: 10px 12px; }
  .app-showcase-label > span { max-width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .app-device-main { top: 47px; left: 38%; width: 228px; }
  .app-device-secondary { top: 87px; right: -34px; width: 178px; }
  .device-frame { padding: 4px; border-radius: 32px; }
  .device-frame::after { inset: 4px; border-radius: 28px; }
  .device-frame img { border-radius: 28px; }
  .app-device figcaption { display: none; }
  .app-proof-chip { right: auto; bottom: 8px; left: 2px; min-width: 0; width: min(292px, 84%); }
  .hero-metrics { gap: 6px; padding: 6px; border-radius: 20px; }
  .hero-metrics > div { min-height: 96px; grid-template-columns: 34px 1fr; gap: 9px; padding: 12px; }
  .hero-metrics i { width: 34px; height: 34px; border-radius: 10px; font-size: 14px; }
  .hero-metrics strong { font-size: 14px; }
  .hero-metrics span { font-size: 7px; }
  .store-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .store-heading h2 { font-size: clamp(36px, 10.5vw, 50px); }
  .destination-cards { grid-template-columns: 1fr; }
  .destination-card { min-height: 205px; }
  .esim-how-stage .esim-destination-card { min-height: 390px; }
  .catalog { margin-inline: calc(var(--gutter) * -.45); border-radius: 20px; }
  .catalog-sidebar,
  .catalog-main { padding: 17px; }
  .popular-list { grid-template-columns: repeat(4, 112px); }
  .catalog-head { align-items: flex-start; flex-direction: column; }
  .plan-tabs { width: 100%; }
  .plan-tabs button { flex: 1; }
  .country-network-summary { grid-template-columns: 1fr; }
  .duration-filter { grid-template-columns: 1fr; }
  .duration-filter-label { padding: 0 0 10px; border-right: 0; border-bottom: 1px solid var(--home-border); }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 320px; padding: 18px; }
  .plan-actions a,
  .plan-actions button { padding-inline: 11px; font-size: 9px; }
  .catalog-footer { align-items: flex-start; flex-direction: column; }
  .step-cards li { min-height: 250px; padding: 22px; }
  .delivery-copy h2,
  .compatibility-copy h2,
  .faq-intro h2 { font-size: clamp(43px, 12vw, 58px); }
  .faq-intro { min-height: 0; padding: 28px 22px; border-radius: 24px; }
  .faq-intro-copy p { font-size: 16px; }
  .faq-intro-copy a { min-height: 58px; padding: 0 16px; font-size: 13px; }
  .faq-list summary { min-height: 82px; padding: 18px 62px 18px 17px; }
  .faq-list summary > b { font-size: 17px; }
  .faq-list summary::after { top: 17px; right: 12px; width: 44px; height: 44px; }
  .faq-list p { margin: 0 14px 14px; padding: 17px; font-size: 15px; }
  .phone-shell { width: 300px; }
  .delivery-phone { min-height: 610px; }
  .delivery-badge { right: -3px; bottom: 50px; width: 95px; height: 95px; }
  .trust-grid { display: block; }
  .trust-feature { min-height: 250px; margin-top: 10px; }
  .trust-feature-main { min-height: 420px; }
  .legal-strip { align-items: flex-start; flex-direction: column; gap: 12px; }
  .legal-strip > span { margin: 0; }
  .compatibility-card { min-height: 480px; padding-inline: 14px; }
  .settings-card { margin-top: 55px; }
  .compat-result { right: 12px; bottom: 12px; }
  .final-grid h2 { font-size: clamp(53px, 14vw, 72px); }
  .final-grid > a { width: 100%; }
  .site-footer { padding-top: 36px; }
  .site-footer .footer-shell { padding-top: 34px; }
  .site-footer .footer-grid { grid-template-columns: 1fr; gap: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-orbit,
  .support-pulse i { animation: none; }
}
