:root {
  --bg: #080a10;
  --bg-soft: #0d1018;
  --panel: #11151e;
  --panel-2: #151a24;
  --line: rgba(255, 255, 255, .11);
  --line-hot: rgba(255, 44, 65, .45);
  --text: #f7f7f8;
  --muted: #969ba7;
  --red: #ff263f;
  --red-deep: #ce1027;
  --green: #42d997;
  --yellow: #ffd166;
  --radius: 22px;
  --shadow: 0 28px 80px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 86% 6%, rgba(255, 38, 63, .09), transparent 26rem),
    linear-gradient(180deg, #090b11 0%, #080a10 48%, #0b0d13 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
  z-index: 50;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 12px 18px; background: white; color: black; border-radius: 8px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid rgba(255, 67, 88, .75); outline-offset: 3px; }

.ambient { position: fixed; pointer-events: none; border-radius: 50%; filter: blur(80px); opacity: .08; }
.ambient-one { width: 360px; height: 360px; right: -180px; top: 22%; background: var(--red); }
.ambient-two { width: 280px; height: 280px; left: -180px; bottom: 10%; background: #3159ff; }

.site-header {
  width: min(1240px, calc(100% - 48px));
  min-height: 88px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--red); transform: rotate(-3deg); }
.brand-mark svg { width: 38px; height: 38px; fill: currentColor; stroke: none; }
.brand-copy { display: flex; align-items: baseline; gap: 7px; letter-spacing: -.03em; }
.brand-copy strong { font-size: 21px; text-transform: uppercase; letter-spacing: .02em; }
.brand-copy span { font-size: 15px; color: #b8bbc2; font-weight: 500; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.locale { color: #777c87; font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.bot-header-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; border: 1px solid rgba(45,169,225,.25); border-radius: 10px; color: #dff6ff; background: linear-gradient(135deg, rgba(45,169,225,.16), rgba(45,169,225,.06)); box-shadow: inset 0 1px rgba(255,255,255,.04); font-size: 13px; font-weight: 750; transition: .2s ease; }
.bot-header-link:hover { transform: translateY(-1px); border-color: rgba(45,169,225,.48); background: linear-gradient(135deg, rgba(45,169,225,.25), rgba(45,169,225,.09)); }
.bot-header-link svg { width: 17px; height: 17px; fill: #36b7f0; stroke: none; }
.account-link { display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid transparent; border-radius: 10px; font-size: 13px; color: #d1d3d8; transition: .2s ease; }
.account-link:hover { border-color: var(--line); background: rgba(255,255,255,.03); color: white; }
.account-link svg { width: 18px; height: 18px; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #b6b9c2; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: var(--red); box-shadow: 12px 0 20px var(--red); }
.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr); align-items: center; gap: 60px; padding-block: 68px 74px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1, .checkout-heading h1, .auth-card h1, .account-heading h1, .error-shell h1 {
  margin: 0;
  font-size: clamp(44px, 5.35vw, 76px);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 820;
}
.hero h1 em { color: var(--red); font-style: normal; }
.hero-lead { max-width: 625px; margin: 26px 0 32px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.new-purchase-card { max-width: 665px; min-height: 92px; display: grid; grid-template-columns: 48px minmax(0,1fr) 34px; align-items: center; gap: 15px; padding: 17px 18px; border: 1px solid rgba(255,38,63,.42); border-radius: 17px; background: linear-gradient(112deg,rgba(255,38,63,.13),rgba(17,21,30,.92) 63%); box-shadow: 0 18px 45px rgba(255,38,63,.09); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.new-purchase-card:hover { transform: translateY(-2px); border-color: rgba(255,73,94,.75); box-shadow: 0 22px 54px rgba(255,38,63,.16); }
.new-purchase-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--red); box-shadow: 0 10px 25px rgba(255,38,63,.28); }
.new-purchase-icon svg { width: 21px; }
.new-purchase-card > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.new-purchase-card small { margin-bottom: 3px; color: #ff8190; font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.new-purchase-card strong { font-size: 16px; }
.new-purchase-card em { margin-top: 4px; color: #858a95; font-size: 10px; font-style: normal; }
.new-purchase-arrow { width: 20px; color: #ff7182; }
.renewal-divider { max-width: 665px; display: flex; align-items: center; gap: 12px; margin: 21px 0 11px; color: #646a75; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.renewal-divider::before, .renewal-divider::after { content: ""; height: 1px; flex: 1; background: rgba(255,255,255,.07); }
.lookup-card { max-width: 665px; padding: 18px; border: 1px solid var(--line); background: rgba(17, 21, 30, .84); border-radius: 18px; box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.lookup-card > label { display: block; margin: 0 0 10px 4px; color: #aeb1ba; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.input-row { min-height: 62px; display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: center; border: 1px solid #2d333f; border-radius: 12px; background: #0b0e15; transition: .2s ease; }
.input-row:focus-within { border-color: rgba(255, 38, 63, .8); box-shadow: 0 0 0 4px rgba(255,38,63,.08); }
.input-icon { display: grid; place-items: center; color: #646b77; }
.input-icon svg { width: 20px; height: 20px; }
.input-row input { width: 100%; min-width: 0; height: 58px; padding: 0 10px 0 0; border: 0; outline: 0; color: white; background: transparent; font-size: 15px; letter-spacing: .01em; }
.input-row input::placeholder { color: #565b66; }
.primary-button { min-height: 48px; display: inline-flex; justify-content: center; align-items: center; gap: 13px; border: 0; border-radius: 9px; padding: 0 20px; color: white; background: linear-gradient(135deg, var(--red) 0%, #e3142d 100%); box-shadow: 0 12px 28px rgba(255, 38, 63, .2); font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(255, 38, 63, .3); filter: brightness(1.07); }
.primary-button:disabled { cursor: wait; filter: saturate(.4); opacity: .75; transform: none; }
.primary-button svg { width: 18px; height: 18px; }
.lookup-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 3px 0; }
.help-trigger { display: inline-flex; align-items: center; gap: 7px; border: 0; padding: 3px 0; color: #ff6375; background: none; font-size: 12px; font-weight: 700; cursor: pointer; }
.help-trigger:hover { color: white; }
.help-trigger svg, .privacy-note svg { width: 15px; height: 15px; }
.privacy-note { display: flex; align-items: center; gap: 6px; color: #666c78; font-size: 11px; }
.form-error { margin: 12px 3px 0; padding: 10px 12px; color: #ffc2c9; background: rgba(255,38,63,.09); border: 1px solid rgba(255,38,63,.2); border-radius: 8px; font-size: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 28px; color: #747985; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row i { color: var(--red); font-style: normal; font-size: 9px; font-weight: 900; }

.hero-visual { position: relative; height: 480px; display: grid; place-items: center; }
.signal-orbit { position: absolute; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.orbit-a { width: 390px; height: 390px; }
.orbit-b { width: 500px; height: 500px; border-color: rgba(255,38,63,.07); }
.fin-card { width: 335px; height: 405px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 30px 8px 30px 8px; background: linear-gradient(145deg, #191d27 0%, #0c0f16 58%, #15121a 100%); box-shadow: 0 35px 85px rgba(0,0,0,.55); transform: rotate(3deg); }
.fin-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 45%, rgba(255,255,255,.035) 46%, transparent 55%); }
.fin-number { position: absolute; top: 24px; right: 24px; color: #777c87; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.fin-shape { position: absolute; width: 280px; height: 310px; left: 40px; top: 47px; background: linear-gradient(150deg, #f1f1f4 0%, #adb0b8 47%, #3c3f48 100%); clip-path: polygon(8% 88%, 30% 74%, 48% 47%, 64% 5%, 74% 0, 70% 34%, 91% 66%, 99% 91%, 64% 81%, 34% 84%); filter: drop-shadow(0 22px 32px rgba(0,0,0,.6)); }
.fin-shape::after { content: ""; position: absolute; inset: 0; background: linear-gradient(95deg, transparent 40%, rgba(255,38,63,.7) 51%, transparent 56%); opacity: .25; }
.fin-caption { position: absolute; bottom: 25px; left: 27px; display: flex; flex-direction: column; font-size: 13px; letter-spacing: .18em; }
.fin-caption span { color: #777b85; }
.fin-caption strong { font-size: 20px; letter-spacing: .06em; }
.status-pill { position: absolute; z-index: 2; left: 2px; bottom: 42px; padding: 11px 15px; border: 1px solid var(--line); border-radius: 999px; background: rgba(10,13,19,.85); color: #bdc0c7; font-size: 11px; backdrop-filter: blur(10px); }
.status-pill i { width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px var(--green); }

.more-section { padding: 72px 0; background: #0d1017; border-top: 1px solid rgba(255,255,255,.05); }
.more-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: end; }
.more-grid h2 { margin: 0; font-size: 34px; line-height: 1.06; letter-spacing: -.04em; }
.more-card, .cabinet-banner { border: 1px solid var(--line); background: var(--panel); border-radius: 15px; }
.more-card { display: grid; grid-template-columns: 48px 1fr 42px; align-items: center; gap: 14px; padding: 18px; }
.more-card-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--red); border-radius: 12px; background: rgba(255,38,63,.08); }
.more-card-icon svg { width: 22px; }
.more-card strong { font-size: 14px; }
.more-card p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.more-card > a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); }
.more-card > a:hover { color: white; background: var(--red); border-color: var(--red); }
.more-card > a svg { width: 17px; }
.cabinet-banner { grid-column: 1 / -1; min-height: 86px; display: grid; grid-template-columns: 1fr 1fr 42px; align-items: center; padding: 18px 22px; background: linear-gradient(100deg, #151922, #10131a); transition: border-color .2s ease; }
.cabinet-banner:hover { border-color: var(--line-hot); }
.cabinet-banner span { color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.cabinet-banner strong { font-size: 15px; }
.cabinet-banner svg { width: 18px; }

.site-footer { width: min(1240px, calc(100% - 48px)); min-height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; color: #5e636e; font-size: 11px; }
.site-footer a:hover { color: white; }
.footer-dot { margin-inline: 9px; color: var(--red); }

/* Help dialog */
.help-dialog { width: min(760px, calc(100% - 28px)); max-height: min(880px, calc(100vh - 32px)); overflow: auto; padding: 0; color: var(--text); border: 1px solid #303541; border-radius: 22px; background: #10141c; box-shadow: 0 40px 130px rgba(0,0,0,.75); }
.help-dialog::backdrop { background: rgba(2,4,8,.78); backdrop-filter: blur(8px); }
.dialog-header { position: sticky; top: 0; z-index: 3; display: flex; align-items: flex-start; justify-content: space-between; padding: 26px 28px 20px; border-bottom: 1px solid var(--line); background: rgba(16,20,28,.94); backdrop-filter: blur(18px); }
.dialog-header .eyebrow { margin-bottom: 10px; }
.dialog-header h2 { margin: 0; font-size: 27px; letter-spacing: -.035em; }
.dialog-close { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.dialog-close:hover { color: white; background: var(--red); border-color: var(--red); }
.dialog-close svg { width: 18px; }
.dialog-intro { margin: 22px 28px 18px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.dialog-intro strong { color: white; }
.help-tabs { display: flex; gap: 6px; margin: 0 28px 22px; padding: 5px; border: 1px solid var(--line); border-radius: 12px; background: #090c12; }
.help-tab { flex: 1; min-height: 40px; border: 0; border-radius: 8px; color: #7c828e; background: transparent; font-size: 12px; font-weight: 750; cursor: pointer; }
.help-tab.active { color: white; background: #212632; box-shadow: 0 4px 16px rgba(0,0,0,.2); }
.help-panel { margin: 0 28px; animation: panelIn .25s ease; }
@keyframes panelIn { from { opacity: 0; transform: translateY(5px); } }
.instruction-copy { display: grid; grid-template-columns: 38px 1fr; gap: 12px; margin-bottom: 14px; }
.instruction-copy.compact { margin-top: 20px; }
.step-number { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line-hot); border-radius: 9px; color: var(--red); font-size: 10px; font-weight: 900; }
.instruction-copy strong { display: block; margin: 1px 0 4px; font-size: 14px; }
.instruction-copy p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.instruction-copy mark { padding: 2px 5px; color: white; background: rgba(255,38,63,.25); border-radius: 3px; }
.bot-preview, .menu-preview, .phone-preview, .incy-preview { border: 1px solid var(--line); border-radius: 15px; background: #0a0d13; overflow: hidden; }
.bot-preview { padding: 14px; }
.bot-message { padding: 13px; border-radius: 11px 11px 11px 3px; background: #172334; }
.bot-message p { margin: 12px 0 6px; font-size: 12px; }
.bot-message small { color: #aeb7c4; font-size: 11px; line-height: 1.5; }
.bot-title { font-size: 12px; font-weight: 800; }
.bot-preview button { width: 100%; min-height: 38px; margin-top: 5px; border: 1px solid #273348; border-radius: 7px; color: #e5e9ee; background: #1b293b; font-size: 11px; }
.menu-preview { width: min(320px, 100%); display: flex; flex-direction: column; margin-left: 50px; }
.menu-preview span, .menu-preview strong { padding: 10px 14px; border-bottom: 1px solid var(--line); font-size: 12px; }
.menu-preview strong { color: white; background: rgba(255,38,63,.16); }
.device-switch { display: inline-flex; padding: 4px; margin: 0 0 18px 50px; border-radius: 9px; background: #090c12; border: 1px solid var(--line); }
.device-switch button { min-height: 33px; padding: 0 14px; border: 0; border-radius: 6px; color: #777d88; background: transparent; font-size: 11px; cursor: pointer; }
.device-switch button.active { color: white; background: #242a35; }
.phone-preview { width: min(390px, 100%); margin-left: 50px; padding: 16px; background: #050608; }
.phone-top { display: flex; justify-content: space-between; margin-bottom: 34px; font-size: 13px; }
.phone-top span { color: #8d73ff; }
.phone-box { padding: 14px; background: #202023; border-radius: 13px; }
.phone-box small { display: block; margin-bottom: 12px; color: white; }
.phone-box p { margin: 0; overflow-wrap: anywhere; color: #c7c9cd; font-size: 11px; }
.phone-box b { color: #8d73ff; }
.incy-preview { width: min(390px, 100%); margin-left: 50px; padding: 15px; background: linear-gradient(145deg,#0a2116,#0a120e); }
.incy-head { display: flex; justify-content: space-between; align-items: center; padding: 12px; border: 1px solid rgba(177,222,62,.2); border-radius: 10px; }
.incy-head span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: rgba(177,222,62,.08); }
.incy-menu { width: 230px; margin: 8px 0 0 auto; display: flex; flex-direction: column; padding: 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: #152019; }
.incy-menu span, .incy-menu strong { padding: 9px; font-size: 11px; }
.incy-menu strong { color: #dfff76; background: rgba(177,222,62,.08); border-radius: 6px; }
.url-breakdown { margin-top: 18px; padding: 14px; border: 1px dashed rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.025); }
.url-label { display: block; margin-bottom: 8px; color: #737985; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.url-breakdown code { display: block; padding: 11px; overflow-wrap: anywhere; border-radius: 8px; color: #9499a3; background: #080a10; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; }
.url-breakdown code strong { padding: 3px 4px; color: white; background: var(--red); border-radius: 3px; }
.url-breakdown p { margin: 10px 0 0; color: #a8acb5; font-size: 11px; }
.url-breakdown p b { color: #ff697a; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.dialog-tip { display: flex; align-items: center; gap: 10px; margin: 24px 28px 28px; padding: 12px 14px; border-radius: 10px; color: #adafb7; background: rgba(255,209,102,.06); border: 1px solid rgba(255,209,102,.13); font-size: 11px; line-height: 1.5; }
.dialog-tip svg { flex: 0 0 19px; width: 19px; color: var(--yellow); }

/* Checkout */
.checkout { padding-block: 50px 82px; }
.checkout-heading { max-width: 760px; margin-bottom: 44px; }
.checkout-heading .eyebrow { margin-top: 34px; margin-bottom: 14px; }
.checkout-heading h1 { font-size: clamp(42px, 5vw, 66px); }
.checkout-heading > p:last-child { margin: 18px 0 0; color: var(--muted); }
.back-link { display: inline-flex; align-items: center; gap: 7px; color: #8e939e; font-size: 12px; }
.back-link:hover { color: white; }
.back-link svg { width: 17px; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 28px; }
.tariff-form { display: grid; gap: 18px; }
.checkout-section { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(16,20,28,.82); }
.section-title { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 20px; }
.section-title > span { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 8px; color: var(--red); background: rgba(255,38,63,.08); font-size: 10px; font-weight: 900; }
.section-title h2 { margin: 0 0 3px; font-size: 18px; letter-spacing: -.02em; }
.section-title p { margin: 0; color: var(--muted); font-size: 11px; }
.tier-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice-card { position: relative; cursor: pointer; }
.choice-card input, .period-card input, .payment-card input { position: absolute; opacity: 0; pointer-events: none; }
.tier-card { min-height: 205px; display: flex; flex-direction: column; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #0d1017; transition: .2s ease; }
.tier-card:hover, .tier-card.selected { border-color: rgba(255,38,63,.5); background: linear-gradient(145deg,rgba(255,38,63,.055),#0d1017 55%); }
.choice-check { position: absolute; top: 16px; right: 16px; width: 18px; height: 18px; border: 1px solid #484e59; border-radius: 50%; }
.selected .choice-check { border: 5px solid var(--red); }
.tier-label { align-self: flex-start; margin-bottom: 16px; padding: 5px 7px; color: #ff7888; border: 1px solid rgba(255,38,63,.22); border-radius: 5px; font-size: 9px; font-weight: 900; letter-spacing: .11em; }
.tier-label.hot { color: #ffd36f; border-color: rgba(255,211,111,.25); }
.tier-card > strong { margin-bottom: 7px; font-size: 17px; }
.tier-card > small { min-height: 47px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.feature-line { margin-top: 7px; color: #c4c7cd; font-size: 11px; }
.feature-line i { margin-right: 5px; color: var(--green); font-style: normal; }
.device-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.device-card { min-height: 140px; display: flex; flex-direction: column; align-items: center; padding: 15px 10px; border: 1px solid var(--line); border-radius: 13px; background: #0d1017; transition: .2s ease; }
.device-card:hover, .device-card.selected { border-color: rgba(255,38,63,.5); background: rgba(255,38,63,.045); }
.device-icon { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 9px; color: #8c919c; border-radius: 10px; background: #171b24; }
.selected .device-icon { color: var(--red); }
.device-icon svg { width: 19px; height: 19px; }
.device-card strong { font-size: 13px; }
.device-card small { margin: 3px 0 8px; color: var(--muted); font-size: 10px; }
.device-price { color: #e4e5e8; font-size: 11px; font-weight: 700; }
.period-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.period-card { min-height: 107px; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 17px 8px 10px; border: 1px solid var(--line); border-radius: 12px; background: #0d1017; cursor: pointer; transition: .2s ease; }
.period-card:hover, .period-card.selected { border-color: rgba(255,38,63,.55); background: rgba(255,38,63,.045); }
.period-card > b { position: absolute; top: -1px; left: 50%; transform: translate(-50%,-50%); padding: 3px 6px; color: white; background: var(--red); border-radius: 4px; font-size: 7px; letter-spacing: .06em; white-space: nowrap; }
.period-card.best > b { color: #16120a; background: var(--yellow); }
.period-card span { margin-bottom: 7px; color: #a6aab3; font-size: 10px; }
.period-card strong { font-size: 15px; }
.period-card small { margin-top: 3px; color: #646a75; font-size: 9px; }
.payment-grid { display: grid; gap: 8px; }
.payment-card { min-height: 65px; display: grid; grid-template-columns: 42px 1fr 18px; align-items: center; gap: 12px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 12px; background: #0d1017; cursor: pointer; transition: .2s ease; }
.payment-card:hover, .payment-card.selected { border-color: rgba(255,38,63,.5); background: rgba(255,38,63,.035); }
.payment-logo { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; font-weight: 900; font-size: 11px; }
.sbp-logo { color: #fff; background: linear-gradient(135deg,#6423ee,#14c9b2); }
.card-logo { color: #84a4ff; background: rgba(88,118,255,.12); }
.card-logo svg { width: 21px; }
.crypto-logo { color: #111; background: #24e6ac; font-size: 18px; }
.payment-card > span:nth-child(3) { display: flex; flex-direction: column; }
.payment-card strong { font-size: 12px; }
.payment-card small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.payment-card > i { width: 16px; height: 16px; border: 1px solid #484e59; border-radius: 50%; }
.payment-card.selected > i { border: 4px solid var(--red); }
.checkout-error { margin: 0; }
.order-summary { position: sticky; top: 22px; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: linear-gradient(160deg,#161a23,#0d1016 60%); box-shadow: var(--shadow); }
.summary-topline { display: flex; justify-content: space-between; align-items: center; color: #6f7580; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.summary-topline i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.order-summary h2 { margin: 20px 0 22px; font-size: 25px; letter-spacing: -.04em; }
.order-summary h2 em { color: var(--red); font-style: normal; }
.order-summary dl { margin: 0; }
.order-summary dl > div { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 11px; }
.order-summary dt { color: #727783; }
.order-summary dd { margin: 0; text-align: right; color: #d5d7dc; font-weight: 600; }
.summary-total { display: flex; justify-content: space-between; align-items: end; padding: 23px 0 18px; }
.summary-total span { color: #9599a2; font-size: 12px; }
.summary-total strong { font-size: 30px; letter-spacing: -.04em; }
.pay-button { width: 100%; min-height: 54px; }
.summary-security { display: flex; align-items: flex-start; gap: 8px; margin: 13px 0 20px; color: #686e79; font-size: 9px; line-height: 1.5; }
.summary-security svg { flex: 0 0 14px; width: 14px; }
.found-subscription { display: flex; align-items: center; gap: 10px; padding: 11px; border: 1px solid rgba(66,217,151,.13); border-radius: 10px; background: rgba(66,217,151,.045); }
.found-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: rgba(66,217,151,.1); }
.found-icon svg { width: 15px; }
.found-subscription > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.found-subscription small { color: #797f89; font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.found-subscription strong { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; }
.summary-owner { display: flex; justify-content: space-between; margin-top: 10px; color: #686e79; font-size: 9px; }
.summary-owner strong { color: #8f949e; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.guest-delivery-note { display: flex; align-items: center; gap: 10px; padding: 11px; border: 1px solid rgba(66,217,151,.13); border-radius: 10px; background: rgba(66,217,151,.045); }
.guest-delivery-note > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.guest-delivery-note small { color: #7d838d; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.guest-delivery-note strong { font-size: 11px; }

/* Guest purchase and key delivery */
.purchase-shell { min-height: calc(100vh - 172px); padding-block: 44px 92px; }
.purchase-heading { max-width: 790px; margin: 30px 0 35px; }
.purchase-heading .eyebrow { margin-bottom: 14px; }
.purchase-heading h1 { font-size: clamp(42px,5vw,68px); }
.purchase-heading > p:last-child { max-width: 700px; margin: 18px 0 0; color: var(--muted); line-height: 1.65; }
.activation-rail { display: grid; grid-template-columns: auto minmax(30px,1fr) auto minmax(30px,1fr) auto; align-items: center; margin-bottom: 24px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(14,18,25,.76); }
.rail-step { display: flex; align-items: center; gap: 10px; color: #555c68; }
.rail-step i { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #303642; border-radius: 9px; font-size: 9px; font-style: normal; font-weight: 900; }
.rail-step span { display: flex; flex-direction: column; gap: 3px; }
.rail-step strong { font-size: 11px; }
.rail-step small { font-size: 8px; }
.rail-step.active, .rail-step.complete { color: white; }
.rail-step.active i { color: white; border-color: var(--red); background: var(--red); box-shadow: 0 7px 20px rgba(255,38,63,.25); }
.rail-step.complete i { color: var(--green); border-color: rgba(66,217,151,.45); background: rgba(66,217,151,.08); }
.rail-line { height: 1px; margin-inline: 18px; background: #292f39; }
.rail-line.complete { background: linear-gradient(90deg,var(--green),rgba(66,217,151,.22)); }
.purchase-layout { display: grid; grid-template-columns: minmax(0,1fr) 340px; align-items: stretch; gap: 20px; }
.purchase-layout[hidden] { display: none; }
.purchase-main-card, .purchase-order-card { border: 1px solid var(--line); border-radius: 22px; background: rgba(16,20,28,.86); }
.purchase-main-card { min-height: 390px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 42px; text-align: center; }
.purchase-main-card[hidden] { display: none; }
.purchase-status-orb { width: 82px; height: 82px; display: grid; place-items: center; margin-bottom: 23px; border: 1px solid rgba(255,38,63,.24); border-radius: 50%; box-shadow: 0 0 0 12px rgba(255,38,63,.025),0 0 0 24px rgba(255,38,63,.015); }
.purchase-status-orb span { width: 24px; height: 24px; border: 2px solid rgba(255,91,109,.25); border-top-color: var(--red); border-radius: 50%; animation: loginSpin .8s linear infinite; }
.purchase-main-card.activation .purchase-status-orb { border-color: rgba(255,209,102,.28); }
.purchase-main-card.activation .purchase-status-orb span { border-color: rgba(255,209,102,.23); border-top-color: var(--yellow); }
.status-kicker { margin: 0 0 8px; color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.purchase-main-card h2 { margin: 0; font-size: 30px; }
.purchase-main-card > p:not(.status-kicker):not(.purchase-error) { max-width: 500px; margin: 13px 0 25px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.purchase-pay-button { min-width: 240px; min-height: 52px; }
.status-refresh { margin-top: 11px; }
.purchase-error { max-width: 470px; margin: 15px 0 0; color: #ffc2c9; font-size: 11px; }
.purchase-order-card { padding: 27px; background: linear-gradient(155deg,#171b24,#0d1016); }
.purchase-order-card > span { color: #707681; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.purchase-order-card h2 { margin: 20px 0 23px; font-size: 25px; }
.purchase-order-card h2 em { color: var(--red); font-style: normal; }
.purchase-order-card dl { margin: 0; }
.purchase-order-card dl div { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 10px; }
.purchase-order-card dt { color: #727884; }
.purchase-order-card dd { margin: 0; color: #d5d7db; font-weight: 650; text-align: right; }
.purchase-amount { display: flex; justify-content: space-between; align-items: end; padding: 26px 0 19px; }
.purchase-amount span { color: #8b9099; font-size: 11px; }
.purchase-amount strong { font-size: 29px; }
.purchase-order-card > small { display: block; color: #616773; font-size: 9px; line-height: 1.5; }
.delivery-panel { margin-top: 24px; padding: 31px; border: 1px solid rgba(66,217,151,.22); border-radius: 24px; background: linear-gradient(145deg,rgba(66,217,151,.045),rgba(14,18,25,.94) 42%); box-shadow: 0 30px 75px rgba(0,0,0,.22); }
.delivery-panel[hidden] { display: none; }
.delivery-celebration { display: flex; align-items: center; gap: 18px; margin-bottom: 25px; }
.delivery-check { width: 56px; height: 56px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 17px; color: #09130e; background: var(--green); box-shadow: 0 14px 35px rgba(66,217,151,.2); }
.delivery-check svg { width: 28px; stroke-width: 2.5; }
.delivery-celebration .eyebrow { margin: 0 0 7px; color: var(--green); }
.delivery-celebration .eyebrow span { background: var(--green); }
.delivery-celebration h2 { margin: 0; font-size: 29px; }
.delivery-celebration p:last-child { margin: 6px 0 0; color: var(--muted); font-size: 11px; }
.key-vault { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px 14px; padding: 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: #090c11; }
.key-vault > span { grid-column: 1 / -1; color: #717783; font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.key-vault code { min-width: 0; align-self: center; overflow-wrap: anywhere; color: white; font-family: ui-monospace,SFMono-Regular,Consolas,monospace; font-size: 12px; }
.key-vault button { min-height: 39px; display: inline-flex; align-items: center; gap: 7px; padding: 0 13px; border: 1px solid rgba(255,38,63,.35); border-radius: 9px; color: white; background: rgba(255,38,63,.1); cursor: pointer; }
.key-vault button svg { width: 16px; }
.key-vault button span { font-size: 10px; font-weight: 800; }
.app-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 13px; }
.app-action { min-height: 72px; display: grid; grid-template-columns: 39px 1fr 20px; align-items: center; gap: 11px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px; color: white; background: #10141b; text-align: left; cursor: pointer; }
button.app-action { width: 100%; font: inherit; }
.app-action:hover { border-color: rgba(255,255,255,.22); transform: translateY(-1px); }
.app-action-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; font-weight: 900; }
.happ-action .app-action-mark { background: linear-gradient(135deg,#7456ff,#4f35ce); }
.incy-action .app-action-mark { color: #142006; background: #b7e53e; }
.app-action > span:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.app-action small { color: #737985; font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.app-action strong { font-size: 12px; }
.app-action > svg { width: 17px; color: #747a84; }
.connection-guides { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.connection-guides article { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: rgba(9,12,17,.63); }
.guide-app { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; font-weight: 900; }
.guide-app.happ { background: #674bdf; }
.guide-app.incy { color: #172007; background: #b7e53e; }
.connection-guides h3 { margin: 1px 0 10px; font-size: 14px; }
.connection-guides ol { display: grid; gap: 7px; margin: 0; padding-left: 17px; color: #858b96; font-size: 10px; line-height: 1.5; }
.connection-guides b { color: #d7d9dd; }
.connection-guides a { display: inline-block; margin-top: 13px; color: #ff7283; font-size: 10px; font-weight: 800; }
.bot-recommendation { min-height: 91px; display: grid; grid-template-columns: 49px minmax(0,1fr) 24px; align-items: center; gap: 15px; margin-top: 14px; padding: 17px 18px; border: 1px solid rgba(42,171,238,.25); border-radius: 16px; background: linear-gradient(110deg,rgba(42,171,238,.12),rgba(10,14,20,.75) 65%); }
.bot-recommendation:hover { border-color: rgba(42,171,238,.5); }
.telegram-badge { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 14px; color: white; background: #269fdb; box-shadow: 0 12px 28px rgba(38,159,219,.2); }
.telegram-badge svg { width: 23px; fill: none; }
.bot-recommendation > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.bot-recommendation small { color: #52bff4; font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.bot-recommendation strong { margin-top: 3px; font-size: 14px; }
.bot-recommendation em { margin-top: 4px; color: #7c838e; font-size: 10px; font-style: normal; }
.bot-arrow { width: 20px; color: #52bff4; }

/* Auth and account */
.auth-shell { min-height: calc(100vh - 172px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 22px; padding-block: 60px; }
.auth-card, .auth-side { min-height: 500px; padding: 48px; border: 1px solid var(--line); border-radius: 24px; background: rgba(16,20,28,.86); }
.auth-card { position: relative; overflow: hidden; }
.auth-card::after { content: ""; position: absolute; width: 280px; height: 280px; right: -180px; bottom: -150px; border-radius: 50%; background: var(--red); filter: blur(70px); opacity: .13; }
.auth-mark { width: 48px; height: 48px; margin-bottom: 34px; color: var(--red); }
.auth-mark svg { fill: currentColor; stroke: none; }
.auth-card .eyebrow { margin-bottom: 15px; }
.auth-card h1 { font-size: clamp(37px,4vw,55px); }
.auth-card > p:not(.eyebrow):not(.auth-error) { max-width: 480px; margin: 20px 0 30px; color: var(--muted); line-height: 1.6; }
.telegram-login { min-height: 58px; display: flex; align-items: center; }
.telegram-fallback { min-height: 52px; display: inline-flex; align-items: center; gap: 10px; padding: 0 18px; border-radius: 12px; color: white; background: #259bd8; font-size: 13px; font-weight: 800; }
.telegram-fallback svg { width: 21px; fill: currentColor; stroke: none; }
.telegram-fallback.waiting { background: #167eae; }
.login-progress { max-width: 520px; display: grid; grid-template-columns: 28px 1fr; gap: 12px; margin-top: 20px; padding: 14px; border: 1px solid rgba(37,155,216,.28); border-radius: 12px; background: rgba(37,155,216,.07); }
.login-progress[hidden] { display: none; }
.login-progress strong { display: block; margin-bottom: 4px; font-size: 12px; }
.login-progress p { margin: 0 0 7px; color: #9da5b1; font-size: 10px; line-height: 1.5; }
.login-progress a { color: #55bdf1; font-size: 10px; font-weight: 750; }
.login-spinner { width: 22px; height: 22px; display: block; margin-top: 1px; border: 2px solid rgba(85,189,241,.22); border-top-color: #55bdf1; border-radius: 50%; animation: loginSpin .8s linear infinite; }
@keyframes loginSpin { to { transform: rotate(360deg); } }
.auth-points { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 25px; color: #777c86; font-size: 10px; }
.auth-points i { color: var(--green); font-style: normal; }
.auth-error { padding: 11px; color: #ffc0c8; background: rgba(255,38,63,.08); border-radius: 9px; font-size: 12px; }
.auth-side { position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: linear-gradient(155deg,#181c25,#0b0e14); }
.auth-side::before { content: ""; position: absolute; width: 440px; height: 440px; top: -170px; right: -90px; border: 1px solid rgba(255,38,63,.16); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255,38,63,.025), 0 0 0 96px rgba(255,38,63,.018); }
.auth-side-number { position: absolute; top: 38px; right: 38px; color: var(--red); font-size: 11px; font-weight: 900; }
.auth-side h2 { position: relative; margin: 0 0 25px; font-size: 38px; line-height: 1.02; letter-spacing: -.05em; }
.auth-side ul { position: relative; display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; color: #9ba0aa; font-size: 12px; }
.auth-side li::before { content: ""; width: 6px; height: 6px; display: inline-block; margin-right: 9px; border-radius: 50%; background: var(--red); }
.account-shell { min-height: calc(100vh - 172px); padding-block: 60px 90px; }
.account-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 40px; }
.account-heading .eyebrow { margin-bottom: 14px; }
.account-heading h1 { font-size: clamp(38px,4vw,58px); }
.account-heading p:last-child { margin: 13px 0 0; color: var(--muted); font-size: 12px; }
.ghost-button { min-height: 40px; padding: 0 16px; border: 1px solid var(--line); border-radius: 9px; color: #b1b4bb; background: transparent; cursor: pointer; }
.ghost-button:hover { color: white; border-color: var(--line-hot); }
.account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.account-panel { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(16,20,28,.82); }
.panel-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.panel-heading span { color: var(--red); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.panel-heading h2 { margin: 5px 0 0; font-size: 22px; }
.panel-heading a { padding: 8px 12px; color: white; background: var(--red); border-radius: 8px; font-size: 10px; font-weight: 800; }
.subscription-row, .order-row { display: grid; align-items: center; gap: 11px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.07); }
.subscription-row { grid-template-columns: 9px 1fr auto; }
.subscription-row > div, .order-row > div:first-child { display: flex; flex-direction: column; gap: 4px; }
.subscription-row strong, .order-row strong { font-size: 12px; }
.subscription-row small, .order-row small { color: #737984; font-size: 9px; }
.status-indicator { width: 8px; height: 8px; border-radius: 50%; background: #757b84; }
.status-indicator.active { background: var(--green); box-shadow: 0 0 12px rgba(66,217,151,.5); }
.subscription-date { align-items: flex-end; }
.subscription-date strong { font-size: 11px; }
.order-row { grid-template-columns: 1fr auto auto; }
.order-method { color: #898e97; font-size: 9px; text-transform: uppercase; }
.order-status { display: flex; flex-direction: row !important; align-items: center; gap: 5px !important; color: #9a9fa8; font-size: 9px; text-transform: uppercase; }
.order-status i { width: 6px; height: 6px; border-radius: 50%; background: #6d737e; }
.order-status.paid { color: var(--green); }
.order-status.paid i { background: var(--green); }
.order-status.pending { color: var(--yellow); }
.order-status.pending i { background: var(--yellow); }
.empty-state { padding: 28px 0; color: #8b909a; }
.empty-state strong { color: white; }
.empty-state p { margin: 7px 0 0; font-size: 11px; }
.error-shell { min-height: calc(100vh - 172px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.error-shell > span { color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .3em; }
.error-shell h1 { margin-top: 16px; font-size: clamp(42px,6vw,72px); }
.error-shell p { margin: 18px 0 26px; color: var(--muted); }
.footer-links { display: flex; align-items: center; gap: 20px; }
.footer-links a:first-child { color: #83d6fb; }
.toast { position: fixed; z-index: 100; right: 20px; bottom: 20px; max-width: 360px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 10px; color: white; background: #1b202a; box-shadow: var(--shadow); font-size: 12px; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 72px; }
  .hero-visual { display: none; }
  .checkout-layout { grid-template-columns: 1fr; }
  .purchase-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .more-grid, .auth-shell, .account-grid { grid-template-columns: 1fr; }
  .auth-card, .auth-side { min-height: 420px; }
  .auth-side { min-height: 340px; }
}

@media (max-width: 680px) {
  .shell, .site-header, .site-footer { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 72px; }
  .brand-mark { width: 31px; height: 31px; }
  .brand-mark svg { width: 31px; height: 31px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy span { font-size: 12px; }
  .locale, .account-link span, .bot-header-link span { display: none; }
  .header-actions { gap: 8px; }
  .account-link, .bot-header-link { padding: 8px; }
  .account-link { border-color: var(--line); }
  .footer-links { gap: 12px; }
  .hero { padding: 54px 0 64px; }
  .hero h1 { font-size: clamp(40px,12vw,58px); }
  .hero-lead { font-size: 14px; }
  .new-purchase-card { grid-template-columns: 42px minmax(0,1fr) 22px; min-height: 86px; padding: 14px; }
  .new-purchase-icon { width: 41px; height: 41px; }
  .new-purchase-card strong { font-size: 14px; }
  .new-purchase-card em { font-size: 9px; line-height: 1.4; }
  .lookup-card { padding: 12px; }
  .input-row { grid-template-columns: 38px minmax(0,1fr); }
  .input-row .primary-button { grid-column: 1 / -1; width: calc(100% + 2px); margin: 1px -1px -1px; border-radius: 0 0 10px 10px; }
  .lookup-meta { align-items: flex-start; }
  .privacy-note { max-width: 135px; text-align: right; }
  .trust-row { gap: 12px; flex-direction: column; }
  .more-section { padding: 52px 0; }
  .more-grid { gap: 16px; }
  .more-grid h2 { font-size: 29px; }
  .more-card { grid-template-columns: 42px 1fr 36px; padding: 14px; }
  .cabinet-banner { grid-template-columns: 1fr 32px; gap: 6px; }
  .cabinet-banner strong { grid-column: 1; grid-row: 2; font-size: 12px; }
  .cabinet-banner svg { grid-column: 2; grid-row: 1 / 3; }
  .site-footer { min-height: 110px; flex-direction: column; justify-content: center; gap: 12px; }
  .footer-dot { display: none; }
  .site-footer div { display: flex; flex-direction: column; align-items: center; gap: 6px; }
  .dialog-header { padding: 20px 18px 16px; }
  .dialog-header h2 { font-size: 22px; }
  .dialog-intro, .help-tabs, .help-panel { margin-left: 18px; margin-right: 18px; }
  .help-tabs { overflow: hidden; }
  .help-tab { min-width: 0; padding-inline: 5px; font-size: 10px; }
  .menu-preview, .phone-preview, .incy-preview, .device-switch { margin-left: 0; }
  .dialog-tip { margin: 20px 18px; }
  .checkout { padding-top: 34px; }
  .checkout-heading { margin-bottom: 28px; }
  .checkout-heading h1 { font-size: 41px; }
  .checkout-section, .order-summary { padding: 18px; border-radius: 17px; }
  .tier-grid, .device-grid { grid-template-columns: 1fr; }
  .tier-card { min-height: 190px; }
  .device-card { min-height: 88px; display: grid; grid-template-columns: 42px 1fr auto; grid-template-rows: auto auto; align-items: center; text-align: left; padding: 10px 13px; }
  .device-icon { grid-row: 1 / 3; margin: 0; }
  .device-card strong { align-self: end; }
  .device-card small { align-self: start; margin: 2px 0 0; }
  .device-price { grid-column: 3; grid-row: 1 / 3; }
  .period-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .period-card { min-height: 100px; }
  .purchase-shell { padding-block: 32px 65px; }
  .purchase-heading { margin: 25px 0; }
  .purchase-heading h1 { font-size: 40px; }
  .activation-rail { grid-template-columns: 1fr 1fr 1fr; gap: 5px; padding: 12px; }
  .rail-step { flex-direction: column; align-items: flex-start; gap: 6px; }
  .rail-step small, .rail-line { display: none; }
  .purchase-main-card { min-height: 360px; padding: 28px 19px; }
  .purchase-main-card h2 { font-size: 25px; }
  .purchase-pay-button { width: 100%; min-width: 0; }
  .purchase-order-card { padding: 20px; }
  .delivery-panel { padding: 20px 15px; border-radius: 19px; }
  .delivery-celebration { align-items: flex-start; }
  .delivery-check { width: 47px; height: 47px; border-radius: 14px; }
  .delivery-celebration h2 { font-size: 23px; }
  .key-vault { grid-template-columns: 1fr; }
  .key-vault > span { grid-column: auto; }
  .key-vault button { justify-self: stretch; justify-content: center; }
  .app-actions, .connection-guides { grid-template-columns: 1fr; }
  .bot-recommendation { grid-template-columns: 43px minmax(0,1fr) 17px; padding: 14px; }
  .telegram-badge { width: 42px; height: 42px; }
  .bot-recommendation em { line-height: 1.4; }
  .auth-shell { padding-block: 35px; }
  .auth-card, .auth-side { min-height: auto; padding: 28px 22px; border-radius: 18px; }
  .auth-card h1 { font-size: 39px; }
  .auth-side { min-height: 300px; }
  .account-shell { padding-block: 40px 60px; }
  .account-heading { align-items: flex-start; gap: 20px; }
  .account-heading h1 { font-size: 38px; }
  .subscription-row { grid-template-columns: 8px 1fr; }
  .subscription-date { grid-column: 2; align-items: flex-start; }
  .order-row { grid-template-columns: 1fr auto; }
  .order-method { display: none; }
}

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