:root {
  color-scheme: dark;
  --bg: #07111f;
  --bg-soft: #0b1727;
  --panel: rgba(15, 30, 48, .76);
  --panel-solid: #102036;
  --line: rgba(167, 194, 220, .14);
  --text: #f5f8fb;
  --muted: #91a3b8;
  --accent: #6ee7b7;
  --accent-strong: #36d69c;
  --blue: #6da8ff;
  --danger: #ff7e8b;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .28);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); overflow-x: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.hidden { display: none !important; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.ambient { position: fixed; border-radius: 50%; filter: blur(120px); opacity: .16; pointer-events: none; z-index: -1; }
.ambient-one { width: 520px; height: 520px; background: #2fcf99; right: -250px; top: 120px; }
.ambient-two { width: 460px; height: 460px; background: #2878d8; left: -280px; top: 900px; }

.site-header { position: sticky; top: 0; z-index: 30; height: 76px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(7, 17, 31, .78); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.logo { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 800; letter-spacing: .04em; }
.logo-mark { width: 36px; height: 36px; display: inline-grid; place-items: center; border-radius: 11px; color: #05261b; background: linear-gradient(145deg, #96f3cf, #37d99d); box-shadow: 0 8px 30px rgba(54, 214, 156, .22); font-weight: 900; }
.header-nav { display: flex; gap: 30px; color: #b5c2d1; font-size: 14px; }
.header-nav a:hover { color: var(--text); }
.header-actions { display: flex; gap: 9px; }
.button { min-height: 42px; padding: 0 18px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); cursor: pointer; font-weight: 700; transition: .2s ease; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.button:hover { transform: translateY(-1px); border-color: rgba(255,255,255,.24); }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.button.primary { color: #06271d; border-color: transparent; background: linear-gradient(135deg, #85f0c8, #40dca3); box-shadow: 0 10px 30px rgba(54, 214, 156, .18); }
.button.primary:hover { box-shadow: 0 14px 38px rgba(54, 214, 156, .28); }
.button.ghost { background: transparent; }
.button.glass { background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.button.danger { color: #ffd6db; border-color: rgba(255,126,139,.32); background: rgba(255,126,139,.1); }
.button.large { min-height: 52px; padding-inline: 24px; border-radius: 14px; }
.button.wide { width: 100%; min-height: 50px; }

.hero { min-height: 700px; padding-block: 92px 72px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 56px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--accent); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.eyebrow span { width: 19px; height: 2px; background: var(--accent); border-radius: 9px; }
.hero h1 { margin: 20px 0; font-size: clamp(45px, 5.5vw, 74px); line-height: 1.02; letter-spacing: -.055em; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-copy > p { max-width: 590px; margin: 0; color: #aab9c9; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.trust-row { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 18px; color: #899caf; font-size: 13px; }
.trust-row span::first-letter { color: var(--accent); }
.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(119, 227, 186, .16); border-radius: 50%; }
.orbit-one { width: 450px; height: 450px; animation: orbit 18s linear infinite; }
.orbit-two { width: 330px; height: 330px; border-style: dashed; animation: orbit 13s linear infinite reverse; }
@keyframes orbit { to { transform: rotate(360deg); } }
.connection-card { position: relative; z-index: 2; width: min(390px, 86vw); padding: 25px; border: 1px solid rgba(174, 214, 229, .2); border-radius: 29px; background: linear-gradient(145deg, rgba(20, 41, 65, .96), rgba(10, 25, 42, .9)); box-shadow: 0 30px 90px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(20px); }
.connection-head { display: flex; align-items: center; gap: 10px; color: #c7d3df; }
.connection-head b { margin-left: auto; padding: 6px 10px; border-radius: 8px; color: var(--accent); background: rgba(74, 222, 166, .1); font-size: 11px; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 17px var(--accent); }
.speed { display: flex; align-items: baseline; justify-content: center; gap: 8px; margin: 55px 0 20px; }
.speed strong { font-size: 76px; line-height: 1; letter-spacing: -.07em; }
.speed span { color: var(--muted); }
.speed-line { height: 7px; overflow: hidden; border-radius: 20px; background: rgba(255,255,255,.08); }
.speed-line i { display: block; width: 84%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--accent)); box-shadow: 0 0 24px rgba(110,231,183,.5); }
.connection-meta { margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.connection-meta span { font-weight: 750; }
.connection-meta small { display: block; margin-bottom: 6px; color: var(--muted); font-size: 11px; font-weight: 500; }
.floating-chip { position: absolute; z-index: 3; padding: 11px 15px; border: 1px solid var(--line); border-radius: 13px; background: rgba(15, 32, 52, .88); box-shadow: var(--shadow); color: #cad5df; font-size: 12px; backdrop-filter: blur(15px); }
.chip-one { left: 0; top: 90px; transform: rotate(-4deg); }
.chip-two { right: -8px; bottom: 108px; transform: rotate(4deg); color: var(--accent); }

.section-space { padding-block: 92px; }
.section-title { margin-bottom: 36px; }
.section-title h2, .cta h2 { margin: 13px 0 0; font-size: clamp(34px, 4vw, 50px); letter-spacing: -.04em; }
.section-title > p { max-width: 600px; margin: 14px auto 0; color: var(--muted); line-height: 1.7; }
.section-title.centered { text-align: center; }
.section-title.centered .eyebrow { justify-content: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-grid article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(17,35,56,.78), rgba(10,25,42,.6)); transition: .25s ease; }
.feature-grid article:hover { transform: translateY(-5px); border-color: rgba(110,231,183,.25); }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: var(--accent); background: rgba(110,231,183,.1); font-size: 24px; }
.feature-grid h3 { margin: 22px 0 9px; }
.feature-grid p, .steps p { margin: 0; color: var(--muted); line-height: 1.65; }
.plan-switch { width: fit-content; margin: 0 auto 28px; padding: 5px; display: flex; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.plan-switch button { min-width: 150px; padding: 11px 16px; border: 0; border-radius: 10px; background: transparent; cursor: pointer; color: var(--muted); font-weight: 750; }
.plan-switch button.active { color: #05271c; background: var(--accent); }
.plans-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 410px)); justify-content: center; gap: 18px; }
.plan-card { position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(155deg, rgba(19,40,64,.95), rgba(9,24,40,.92)); box-shadow: 0 18px 50px rgba(0,0,0,.16); }
.plan-card.featured { border-color: rgba(110,231,183,.38); }
.plan-card .tag { position: absolute; top: 18px; right: 18px; padding: 6px 10px; border-radius: 8px; color: var(--accent); background: rgba(110,231,183,.1); font-size: 11px; font-weight: 800; }
.plan-card h3 { margin: 0; font-size: 21px; }
.plan-subtitle { margin: 8px 0 24px; color: var(--muted); font-size: 13px; }
.plan-price { display: flex; align-items: baseline; gap: 7px; margin-bottom: 24px; }
.plan-price strong { font-size: 44px; letter-spacing: -.05em; }
.plan-price span { color: var(--muted); }
.old-price { color: #6f8195; text-decoration: line-through; margin-left: 5px; }
.discount-label { color: var(--accent); font-size: 12px; font-weight: 800; }
.plan-features { padding: 20px 0; margin: 0 0 24px; list-style: none; border-top: 1px solid var(--line); display: grid; gap: 11px; color: #bdc9d5; font-size: 14px; }
.plan-features li::before { content: "✓"; margin-right: 9px; color: var(--accent); }
.plan-card .button { width: 100%; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.steps article { padding: 28px; border-top: 1px solid var(--line); }
.steps b { color: var(--accent); font-size: 13px; letter-spacing: .12em; }
.steps h3 { margin: 28px 0 9px; }
.cta { margin-block: 70px 110px; padding: 48px; border: 1px solid rgba(110,231,183,.22); border-radius: 28px; background: radial-gradient(circle at 80% 20%, rgba(71,220,166,.17), transparent 42%), var(--panel); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta p { color: var(--muted); }

.auth-view { min-height: 100svh; display: grid; place-items: center; padding: 20px; }
.auth-shell { width: min(500px, 100%); overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: rgba(10, 25, 42, .95); box-shadow: var(--shadow); backdrop-filter: blur(22px); }
.auth-guide { padding: 30px 36px 0; text-align: center; }
.auth-logo { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 20px; font-size: 19px; letter-spacing: .06em; }
.auth-guide h1 { margin: 0 0 8px; font-size: 32px; line-height: 1.1; letter-spacing: -.04em; }
.auth-guide > .muted { max-width: 390px; margin: 0 auto; font-size: 14px; line-height: 1.5; }
.auth-card { width: 100%; padding: 22px 36px 30px; }
.muted { color: var(--muted); }
.centered-text { justify-content: center; }
.auth-form { margin-top: 0; display: grid; gap: 14px; text-align: left; }
.auth-form label, .select-label { display: grid; gap: 8px; color: #c7d2dd; font-size: 13px; font-weight: 700; }
.auth-form label small { color: #70849a; font-weight: 500; }
.auth-form input, .select-label select { width: 100%; height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; outline: none; background: rgba(3,13,24,.55); color: var(--text); transition: border .2s; }
.auth-form input:focus, .select-label select:focus { border-color: rgba(110,231,183,.55); box-shadow: 0 0 0 3px rgba(110,231,183,.07); }
.password-field { position: relative; }
.password-field button { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); border: 0; background: transparent; color: var(--accent); cursor: pointer; font-size: 11px; }
.check-label { grid-template-columns: 19px 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.45; }
.check-label input { width: 17px; height: 17px; accent-color: var(--accent); }
.check-label a { color: var(--accent); text-decoration: underline; }
.form-error { min-height: 17px; margin: -5px 0; color: var(--danger); font-size: 12px; }
.auth-switch { margin: 22px 0 0; color: var(--muted); font-size: 13px; }
.auth-switch button { border: 0; background: none; color: var(--accent); cursor: pointer; font-weight: 750; }

.account-view { min-height: 100vh; display: grid; grid-template-columns: 245px 1fr; background: #081321; }
.account-sidebar { position: sticky; top: 0; height: 100vh; padding: 28px 18px; border-right: 1px solid var(--line); background: #0a1727; display: flex; flex-direction: column; }
.account-brand { display: flex; align-items: center; gap: 11px; padding: 0 10px 30px; }
.account-brand div { display: grid; }
.account-brand small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.account-sidebar nav { display: grid; gap: 6px; }
.account-sidebar nav button, .logout-button { min-height: 46px; padding: 0 14px; border: 0; border-radius: 12px; background: transparent; color: #8fa2b7; text-align: left; cursor: pointer; font-weight: 700; }
.account-sidebar nav button:hover, .account-sidebar nav button.active { color: var(--text); background: rgba(255,255,255,.055); }
.account-sidebar nav button.active { color: var(--accent); }
.logout-button { margin-top: auto; color: var(--danger); }
.account-main { min-width: 0; padding: 0 clamp(24px, 4vw, 60px) 70px; }
.account-topbar { position: sticky; top: 0; z-index: 35; min-height: 106px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); background: rgba(8,19,33,.94); backdrop-filter: blur(16px); }
.account-topbar p, .account-topbar h1 { margin: 0; }
.account-topbar h1 { margin-top: 4px; font-size: 22px; }
.account-welcome { display: none; }
.section-navigation { width: fit-content; flex: 0 0 auto; margin-left: auto; }
.section-navigation.back-home { padding: 0; border: 0; background: transparent; color: var(--accent); cursor: pointer; font-weight: 750; }
.section-navigation.back-home:hover { color: #9af3d2; }
.profile-pill { padding: 7px 13px 7px 7px; border: 1px solid var(--line); border-radius: 13px; display: flex; align-items: center; gap: 9px; font-size: 13px; }
.profile-pill span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: rgba(110,231,183,.12); color: var(--accent); font-weight: 900; }
.mobile-menu { display: block; margin: 0; padding: 7px; border: 0; background: transparent; color: var(--text); font-size: 22px; cursor: pointer; }
.account-section { display: none; padding-top: 42px; }
.account-section.active { display: block; }
.account-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.account-heading h2 { margin: 6px 0; font-size: 31px; letter-spacing: -.035em; }
.account-heading p { margin-bottom: 0; }
.subscriptions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 16px; }
.subscription-card { position: relative; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(18,39,62,.9), rgba(11,27,45,.85)); }
.subscription-card .sub-head { display: flex; align-items: start; justify-content: space-between; gap: 15px; }
.subscription-card h3 { margin: 4px 0; }
.badge { padding: 6px 9px; border-radius: 8px; color: var(--accent); background: rgba(110,231,183,.1); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.badge.expired { color: var(--danger); background: rgba(255,126,139,.1); }
.sub-date { margin: 25px 0 19px; padding: 17px; border-radius: 13px; background: rgba(0,0,0,.16); }
.sub-date + .sub-date { margin-top: -8px; }
.sub-date small { display: block; margin-bottom: 6px; color: var(--muted); }
.sub-date strong { font-size: 18px; }
.traffic-bar { margin-bottom: 20px; }
.traffic-meta { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--muted); font-size: 12px; }
.bar { height: 6px; border-radius: 10px; overflow: hidden; background: rgba(255,255,255,.08); }
.bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--accent)); }
.key-box { margin-top: 15px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; display: flex; gap: 8px; }
.key-box input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: #aebed0; font-size: 11px; }
.key-box button { border: 0; background: transparent; color: var(--accent); cursor: pointer; font-weight: 750; }
.sub-actions { margin-top: 14px; display: flex; gap: 8px; }
.sub-actions .button { flex: 1; padding-inline: 10px; font-size: 12px; }
.device-addon-box { margin-top: 14px; padding: 13px; border: 1px solid rgba(110,231,183,.16); border-radius: 14px; background: rgba(110,231,183,.06); }
.device-addon-box > small { display: block; color: var(--muted); font-weight: 750; }
.device-addon-box .sub-actions { flex-wrap: wrap; margin-top: 10px; }
.device-addon-box .button { min-width: 130px; flex-direction: column; gap: 2px; min-height: 54px; line-height: 1.2; }
.device-addon-box .button small { color: var(--muted); font-size: 10px; font-weight: 650; }
.instruction-link { width: 100%; margin-top: 12px; padding: 0; border: 0; background: transparent; color: var(--accent); cursor: pointer; font-size: 12px; text-align: left; }
.empty-card { grid-column: 1 / -1; padding: 55px 25px; border: 1px dashed var(--line); border-radius: 20px; text-align: center; color: var(--muted); }
.empty-card h3 { color: var(--text); }
.account-switch { margin-left: 0; }
#account-plans { max-width: 900px; }
#accountPlans { grid-template-columns: repeat(2, minmax(280px, 390px)); justify-content: start; }
.select-label { max-width: 430px; margin-bottom: 25px; }
.traffic-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 13px; }
.traffic-card { padding: 23px; border: 1px solid var(--line); border-radius: 17px; background: var(--panel); }
.traffic-card strong { display: block; font-size: 27px; }
.traffic-price { margin: 6px 0 18px; color: var(--muted); }
.traffic-price .plan-price { margin-bottom: 4px; }
.traffic-price .plan-price strong { font-size: 22px; }
.traffic-card .button { width: 100%; }
.history-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.payment-row { padding: 17px 20px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 150px 120px 100px; align-items: center; gap: 15px; }
.payment-row:last-child { border: 0; }
.payment-row small { display: block; margin-top: 4px; color: var(--muted); }
.payment-status { justify-self: end; }
.payment-banner { margin-top: 28px; padding: 18px 20px; border: 1px solid rgba(110,231,183,.25); border-radius: 16px; background: rgba(110,231,183,.08); display: flex; align-items: center; gap: 15px; }
.payment-banner p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.payment-banner.success { border-color: rgba(110,231,183,.32); }
.payment-banner.failed { border-color: rgba(255,126,139,.3); background: rgba(255,126,139,.08); }
.loader { width: 22px; height: 22px; border: 2px solid rgba(110,231,183,.18); border-top-color: var(--accent); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.checkout-dialog { width: min(440px, calc(100% - 28px)); padding: 31px; border: 1px solid var(--line); border-radius: 23px; background: #102136; color: var(--text); box-shadow: var(--shadow); }
.checkout-dialog::backdrop { background: rgba(2,8,15,.76); backdrop-filter: blur(6px); }
.checkout-dialog h2 { margin: 9px 0 20px; }
.checkout-summary { margin-bottom: 22px; padding: 18px; border-radius: 14px; background: rgba(0,0,0,.16); display: grid; gap: 10px; }
.checkout-summary div { display: flex; justify-content: space-between; color: var(--muted); }
.checkout-summary strong { color: var(--text); }
.dialog-close { position: absolute; right: 18px; top: 16px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 25px; }
.secure-note { margin: 14px 0 0; color: var(--muted); text-align: center; font-size: 11px; }
.connection-steps { margin: 22px 0; display: grid; gap: 10px; }
.connection-steps div { padding: 12px; border-radius: 12px; background: rgba(255,255,255,.035); display: flex; align-items: center; gap: 11px; color: #c2ceda; font-size: 13px; }
.connection-steps b { width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; border-radius: 8px; color: #05271c; background: var(--accent); font-size: 11px; }
.connection-fallback { margin: 0 0 20px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.renew-plans { margin-top: 20px; display: grid; gap: 10px; }
.renew-option { width: 100%; padding: 15px 16px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.035); color: var(--text); display: flex; align-items: center; justify-content: space-between; gap: 18px; text-align: left; cursor: pointer; transition: .2s ease; }
.renew-option:hover { border-color: rgba(110,231,183,.38); background: rgba(110,231,183,.07); }
.renew-option span { display: grid; gap: 4px; }
.renew-option small { color: var(--muted); }
.renew-option > strong { color: var(--accent); font-size: 18px; white-space: nowrap; }
.toast { position: fixed; z-index: 100; left: 50%; top: 18px; transform: translate(-50%, -22px); min-width: 220px; max-width: calc(100% - 30px); padding: 13px 18px; border: 1px solid rgba(110,231,183,.3); border-radius: 12px; background: #142a43; opacity: 0; pointer-events: none; transition: .28s ease; box-shadow: var(--shadow); font-size: 13px; text-align: center; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.toast.bad { border-color: rgba(255,126,139,.35); }
.skeleton-grid:empty::before, .skeleton-grid:empty::after { content: ""; height: 290px; border-radius: 22px; background: linear-gradient(100deg, rgba(255,255,255,.025) 20%, rgba(255,255,255,.07) 40%, rgba(255,255,255,.025) 60%); background-size: 200% 100%; animation: shimmer 1.4s infinite; }
@keyframes shimmer { to { background-position-x: -200%; } }
footer { border-top: 1px solid var(--line); color: var(--muted); }
footer .shell { min-height: 120px; display: flex; align-items: center; gap: 30px; }
footer p { flex: 1; }

@media (max-width: 900px) {
  .header-nav { display: none; }
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 70px; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .trust-row { justify-content: center; }
  .hero-visual { min-height: 460px; }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .account-view { grid-template-columns: 1fr; }
  .account-sidebar { position: fixed; z-index: 50; width: 250px; left: -270px; transition: left .25s; box-shadow: var(--shadow); }
  .account-sidebar.open { left: 0; }
  .mobile-menu { display: block; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { height: 66px; padding-inline: 14px; }
  .header-actions .ghost { display: none; }
  .header-actions .button { min-height: 38px; padding-inline: 12px; font-size: 12px; }
  .hero { min-height: auto; padding-block: 62px 30px; gap: 22px; }
  .hero h1 { font-size: 43px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .trust-row { display: grid; gap: 8px; }
  .hero-visual { min-height: 410px; }
  .orbit-one { width: 350px; height: 350px; }
  .orbit-two { width: 270px; height: 270px; }
  .floating-chip { display: none; }
  .section-space { padding-block: 66px; }
  .plans-grid { grid-template-columns: 1fr; }
  .plan-switch { width: 100%; }
  .plan-switch button { min-width: 0; flex: 1; }
  .cta { margin-bottom: 70px; padding: 30px 24px; flex-direction: column; align-items: flex-start; }
  .auth-view { min-height: 100svh; padding: 10px; align-items: start; }
  .auth-shell { border-radius: 20px; }
  .auth-guide { padding: 22px 20px 0; }
  .auth-logo { margin-bottom: 12px; }
  .auth-logo .logo-mark { width: 32px; height: 32px; }
  .auth-guide h1 { margin: 0 0 7px; font-size: 27px; }
  .auth-guide > .muted { font-size: 13px; line-height: 1.45; }
  .auth-card { padding: 18px 20px 20px; align-self: start; }
  .auth-form { gap: 10px; }
  .auth-form label { gap: 5px; font-size: 12px; }
  .auth-form label small { font-size: 10px; }
  .auth-form input { height: 43px; }
  .check-label { font-size: 11px !important; }
  .form-error { min-height: 12px; margin: -4px 0; }
  .auth-switch { margin-top: 12px; }
  .account-main { padding-inline: 15px; }
  .account-topbar { min-height: 88px; }
  .account-topbar { gap: 9px; }
  .section-navigation { min-height: 38px; padding-inline: 11px; font-size: 12px; }
  .account-heading { align-items: flex-start; flex-direction: column; }
  .account-section { padding-top: 28px; }
  .account-heading { margin-bottom: 18px; }
  .account-heading h2 { font-size: 27px; }
  #accountPlans { grid-template-columns: 1fr; }
  .subscriptions-grid { grid-template-columns: 1fr; }
  .payment-row { grid-template-columns: 1fr auto; }
  .payment-row > :nth-child(2) { display: none; }
  .payment-row .payment-status { grid-column: 2; grid-row: 1; }
  .sub-actions { flex-direction: column; }
  footer .shell { padding-block: 25px; flex-direction: column; align-items: flex-start; gap: 10px; }
  footer p { margin: 0; }
}

@media (max-width: 650px) and (max-height: 720px) {
  .auth-view { padding: 6px; }
  .auth-shell { border-radius: 17px; }
  .auth-guide { padding: 12px 16px 8px; }
  .auth-logo { margin-bottom: 7px; font-size: 17px; }
  .auth-logo .logo-mark { width: 28px; height: 28px; }
  .auth-guide h1 { margin-bottom: 4px; font-size: 23px; }
  .auth-guide > .muted { font-size: 11px; line-height: 1.35; }
  .auth-card { padding: 11px 16px 14px; }
  .auth-form { gap: 7px; }
  .auth-form input { height: 39px; }
  .auth-form label small { font-size: 9px; }
  .auth-form .button { min-height: 43px; }
  .auth-switch { margin-top: 7px; }
}
