:root {
  --bg: #061019;
  --bg-soft: #0a1823;
  --panel: rgba(15, 32, 44, .78);
  --panel-solid: #0e202c;
  --line: rgba(180, 220, 226, .13);
  --text: #f5fbfa;
  --muted: #8fa8ad;
  --mint: #92f5c8;
  --mint-2: #57dba8;
  --violet: #a99cff;
  --blue: #80c8ff;
  --danger: #ff9c9c;
  --shadow: 0 28px 80px rgba(0, 0, 0, .34);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; color: var(--text); background: radial-gradient(circle at 70% -10%, #143946 0, transparent 34%), var(--bg); font: 15px/1.6 Manrope, system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
svg { width: 1.25em; height: 1.25em; vertical-align: -0.22em; }
.noise { position: fixed; inset: 0; z-index: -1; opacity: .055; pointer-events: none; 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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { width: min(1240px, calc(100% - 40px)); height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 7px; font: 600 18px/1 Unbounded, sans-serif; letter-spacing: -.04em; }
.brand em { color: var(--mint); font-style: normal; font-size: 11px; margin-left: -4px; margin-top: -12px; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; margin-right: 4px; color: #071a17; background: var(--mint); border-radius: 12px 12px 12px 4px; }
.brand-mark svg { width: 23px; height: 23px; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.nav-link, .nav-logout { color: var(--muted); background: none; border: 0; padding: 10px 0; cursor: pointer; font-weight: 600; transition: .2s; }
.nav-link:hover, .nav-link.active, .nav-logout:hover { color: var(--text); }
.nav-link.active { position: relative; }
.nav-link.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -22px; height: 2px; background: var(--mint); }
.nav-form { margin: 0; }
.menu-button { display: none; background: transparent; border: 0; font-size: 22px; }

.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: #061610; background: linear-gradient(135deg, var(--mint), #65e7b3); border: 1px solid transparent; border-radius: 13px; font-weight: 800; cursor: pointer; box-shadow: 0 10px 28px rgba(87, 219, 168, .12); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 35px rgba(87, 219, 168, .2); }
.button-small { min-height: 42px; padding: 0 17px; border-radius: 11px; font-size: 13px; }
.button-ghost { color: var(--text); background: rgba(255, 255, 255, .035); border-color: var(--line); box-shadow: none; }
.button-ghost:hover { background: rgba(255, 255, 255, .07); box-shadow: none; }
.button-full { width: 100%; }
.text-link { color: var(--mint); font-weight: 700; }

.hero { min-height: 700px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding-block: 70px 90px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--mint); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 18px; height: 2px; background: var(--mint); }
.hero h1 { max-width: 690px; margin: 20px 0 25px; font: 600 clamp(45px, 5vw, 76px)/1.08 Unbounded, sans-serif; letter-spacing: -.055em; }
.hero h1 i { color: transparent; -webkit-text-stroke: 1px rgba(181, 235, 224, .65); font-style: normal; }
.hero-lead { max-width: 610px; margin: 0 0 34px; color: #a6b9bc; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 28px; color: #81999d; font-size: 12px; }
.hero-proof svg { color: var(--mint); }
.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 380px; height: 380px; background: radial-gradient(circle at 35% 35%, rgba(146,245,200,.45), rgba(53,115,99,.13) 48%, transparent 70%); }
.orb-two { width: 490px; height: 490px; border: 1px solid rgba(146,245,200,.09); box-shadow: inset 0 0 80px rgba(146,245,200,.025), 0 0 80px rgba(146,245,200,.025); }
.phone-card { position: relative; z-index: 2; width: 315px; min-height: 535px; padding: 22px; overflow: hidden; text-align: center; background: linear-gradient(155deg, rgba(20,45,57,.98), rgba(5,17,25,.97)); border: 1px solid rgba(207, 255, 238, .19); border-radius: 42px; box-shadow: 0 45px 100px #000a, inset 0 1px rgba(255,255,255,.1); transform: rotate(3deg); }
.phone-card::before { content: ""; position: absolute; inset: 70px -90px auto; height: 280px; background: radial-gradient(circle, rgba(79,219,164,.14), transparent 68%); }
.phone-top { display: flex; justify-content: space-between; color: #93a6a9; font-size: 10px; }
.connection-state { position: relative; display: flex; flex-direction: column; align-items: center; margin-top: 70px; }
.connection-state small { margin: 9px 0 5px; color: var(--mint); font-size: 9px; letter-spacing: .18em; }
.connection-state strong { font: 500 22px Unbounded, sans-serif; }
.connection-state > span:last-child { margin-top: 5px; color: var(--muted); font-size: 11px; }
.status-dot { width: 7px; height: 7px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 12px var(--mint); }
.power-button { position: relative; z-index: 1; display: grid; place-items: center; width: 102px; height: 102px; margin: 45px auto 55px; color: #072019; background: radial-gradient(circle, #afffd9, #6be4b3); border: 10px solid rgba(98, 231, 180, .13); outline: 1px solid rgba(146,245,200,.25); border-radius: 50%; box-shadow: 0 0 45px rgba(98,231,180,.23); font-size: 32px; }
.speed-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.speed-row div { display: flex; flex-direction: column; }
.speed-row b { color: var(--text); font: 500 23px Unbounded; margin: 4px 0 -2px; }
.floating-chip { position: absolute; z-index: 3; display: flex; gap: 8px; align-items: center; padding: 12px 15px; color: #cce0de; background: rgba(10,25,34,.82); border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow); backdrop-filter: blur(16px); font-size: 12px; font-weight: 700; }
.floating-chip svg { color: var(--mint); }
.chip-one { top: 105px; left: -5px; }
.chip-two { bottom: 90px; right: -10px; }

.trust-strip { min-height: 90px; display: flex; align-items: center; justify-content: space-around; gap: 30px; color: #6f888d; border-block: 1px solid var(--line); }
.trust-strip span { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.trust-strip b { color: #95a8aa; font-size: 14px; letter-spacing: .02em; }
.section { padding-block: 120px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.section-heading h2, .page-hero h1 { margin: 14px 0 0; font: 600 clamp(32px, 4vw, 50px)/1.15 Unbounded; letter-spacing: -.045em; }
.section-heading p { max-width: 440px; margin: 0; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 16px; }
.feature { position: relative; min-height: 280px; padding: 30px; overflow: hidden; background: linear-gradient(145deg, rgba(16,35,47,.78), rgba(10,24,34,.72)); border: 1px solid var(--line); border-radius: var(--radius); }
.feature-large { min-height: 450px; grid-row: span 2; }
.feature-wide { grid-column: span 2; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--mint); background: rgba(146,245,200,.08); border: 1px solid rgba(146,245,200,.13); border-radius: 14px; font-size: 22px; }
.feature h3 { margin: 65px 0 8px; font-size: 21px; }
.feature-large h3 { margin-top: 95px; }
.feature-wide h3 { margin-top: 30px; }
.feature p { max-width: 360px; color: var(--muted); }
.speed-graph { position: absolute; left: 30px; right: 30px; bottom: 30px; height: 78px; display: flex; gap: 8px; align-items: end; }
.speed-graph i { flex: 1; height: 30%; background: linear-gradient(var(--mint), rgba(146,245,200,.03)); border-radius: 5px 5px 1px 1px; opacity: .75; }
.speed-graph i:nth-child(2) { height: 48%; }.speed-graph i:nth-child(3) { height: 37%; }.speed-graph i:nth-child(4) { height: 74%; }.speed-graph i:nth-child(5) { height: 52%; }.speed-graph i:nth-child(6) { height: 88%; }.speed-graph i:nth-child(7) { height: 68%; }

.plans-preview { padding-top: 60px; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.plan-card { position: relative; padding: 32px; background: rgba(11,27,37,.72); border: 1px solid var(--line); border-radius: var(--radius); }
.plan-card.featured { background: linear-gradient(155deg, rgba(27,57,62,.92), rgba(12,30,39,.95)); border-color: rgba(146,245,200,.32); box-shadow: 0 25px 60px rgba(0,0,0,.2); }
.popular { position: absolute; top: 22px; right: 22px; padding: 5px 8px; color: #092117; background: var(--mint); border-radius: 6px; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.plan-note { color: var(--muted); font-size: 11px; }
.plan-card h3 { margin: 12px 0 25px; font: 500 25px Unbounded; }
.price { display: flex; align-items: start; gap: 7px; margin-bottom: 25px; }
.price b { font: 600 47px/1 Unbounded; letter-spacing: -.05em; }
.price span { color: var(--mint); font-weight: 800; }
.price small { display: block; color: var(--muted); font-size: 10px; font-weight: 500; white-space: nowrap; }
.plan-card ul { display: grid; gap: 10px; padding: 22px 0; margin: 0 0 24px; border-top: 1px solid var(--line); list-style: none; color: #bdd0d0; font-size: 13px; }
.plan-card li svg { margin-right: 7px; color: var(--mint); }
.plan-card .button { width: 100%; }

.site-footer { width: min(1180px, calc(100% - 40px)); min-height: 120px; margin: 20px auto 0; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid var(--line); color: #70888b; font-size: 12px; }
.site-footer p { text-align: center; }.site-footer > span { text-align: right; }.brand-small { opacity: .8; transform: scale(.9); transform-origin: left; }

.auth-main { min-height: calc(100vh - 84px); display: grid; grid-template-columns: 1fr .75fr; }
.auth-card { width: min(480px, calc(100% - 40px)); margin: 70px auto; align-self: center; }
.back-link { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 50px; color: var(--muted); font-size: 12px; }
.auth-heading { margin-bottom: 30px; }
.auth-icon { display: grid; place-items: center; width: 49px; height: 49px; margin-bottom: 22px; color: var(--mint); background: rgba(146,245,200,.08); border: 1px solid rgba(146,245,200,.15); border-radius: 14px; font-size: 22px; }
.auth-heading h1 { margin: 0 0 8px; font: 600 34px Unbounded; letter-spacing: -.045em; }
.auth-heading p { margin: 0; color: var(--muted); }
.auth-form { display: grid; gap: 18px; }
.auth-form label, .checkout-form > label:not(.checkbox) { display: grid; gap: 8px; color: #b7cacb; font-size: 12px; font-weight: 700; }
input, select { width: 100%; height: 52px; padding: 0 15px; color: var(--text); background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 12px; outline: none; transition: .2s; }
input:focus, select:focus { border-color: rgba(146,245,200,.55); box-shadow: 0 0 0 3px rgba(146,245,200,.07); }
input::placeholder { color: #536b70; }
.password-wrap { position: relative; }
.password-wrap input { padding-right: 50px; }
.password-toggle { position: absolute; top: 50%; right: 12px; transform: translateY(-50%); padding: 8px; color: var(--muted); background: none; border: 0; cursor: pointer; }
.auth-switch { color: var(--muted); text-align: center; }.auth-switch a { color: var(--mint); font-weight: 700; }
.auth-security { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 32px; color: #668084; font-size: 10px; }
.form-error { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 12px 14px; color: #ffd1d1; background: rgba(255,100,100,.08); border: 1px solid rgba(255,130,130,.16); border-radius: 10px; font-size: 12px; }
.form-success { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 12px 14px; color: var(--mint); background: rgba(146,245,200,.07); border: 1px solid rgba(146,245,200,.16); border-radius: 10px; font-size: 12px; }.form-success svg { width: 18px; height: 18px; }
.verify-card .auth-heading b { color: var(--text); }.code-input { font-size: 25px !important; font-weight: 700; letter-spacing: 8px; text-align: center; }.resend-form { margin-top: 18px; text-align: center; }.text-button { padding: 0; color: var(--mint); background: none; border: 0; cursor: pointer; }.trial-card form { margin: 22px 0 14px; }.trial-card small { display: block; color: #6f888d; }.online.expired { color: #9aa9ac; }.online.expired i { background: #829397; box-shadow: none; }.expired-note { align-self: center; color: #829397; font-size: 12px; }.button:disabled { cursor: not-allowed; opacity: .45; }
.admin-page { min-height: calc(100vh - 220px); padding-block: 65px 100px; }.admin-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }.admin-heading h1 { margin: 10px 0 6px; font: 600 38px Unbounded; }.admin-heading p { margin: 0; color: var(--muted); }.moscow-clock { padding: 10px 14px; color: #9cb3b7; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 10px; font-size: 11px; }.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 24px; }.admin-stats article { padding: 20px; background: rgba(13,30,41,.72); border: 1px solid var(--line); border-radius: 16px; }.admin-stats small { display: block; margin-bottom: 8px; color: #789095; font-size: 9px; letter-spacing: .1em; }.admin-stats b { font: 600 28px Unbounded; }.admin-list { overflow: hidden; background: rgba(13,30,41,.64); border: 1px solid var(--line); border-radius: 20px; }.admin-list-head { display: flex; align-items: end; justify-content: space-between; gap: 25px; padding: 24px; border-bottom: 1px solid var(--line); }.admin-list-head span { color: var(--mint); font-size: 9px; letter-spacing: .12em; }.admin-list-head h2 { margin: 5px 0 0; }.admin-list-head form { display: flex; gap: 8px; }.admin-list-head input { min-width: 260px; }.admin-table-wrap { overflow-x: auto; }.admin-list table { width: 100%; border-collapse: collapse; }.admin-list th, .admin-list td { padding: 16px 18px; text-align: left; border-bottom: 1px solid rgba(180,220,226,.08); white-space: nowrap; }.admin-list th { color: #6f888d; font-size: 9px; letter-spacing: .08em; }.admin-list td { color: #c5d5d7; font-size: 12px; }.admin-list td:first-child b { display: block; color: var(--text); }.admin-list td:first-child small { color: #6f888d; }.admin-badge { display: block; width: max-content; margin-top: 5px; padding: 3px 6px; color: #91a2a6; background: rgba(255,255,255,.04); border-radius: 5px; font-size: 8px; }.admin-badge.verified, .admin-status.active { color: var(--mint); background: rgba(146,245,200,.07); }.admin-status { display: inline-block; padding: 5px 8px; color: #9aa9ac; background: rgba(255,255,255,.04); border-radius: 7px; }.admin-empty { padding: 45px !important; color: var(--muted) !important; text-align: center !important; }
.auth-aside { position: relative; min-height: 100%; display: flex; flex-direction: column; justify-content: end; padding: 80px; overflow: hidden; background: linear-gradient(150deg, rgba(20,59,60,.4), rgba(8,23,31,.7)); border-left: 1px solid var(--line); }
.auth-aside .orb { top: 12%; left: 10%; width: 500px; height: 500px; }
.auth-aside blockquote { position: relative; z-index: 1; max-width: 530px; margin: 0 0 25px; font: 500 25px/1.55 Unbounded; }
.quote-author { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; }
.quote-author > span { display: grid; place-items: center; width: 42px; height: 42px; color: #092018; background: var(--mint); border-radius: 50%; font-weight: 800; }
.quote-author div { display: flex; flex-direction: column; }.quote-author small { color: var(--muted); }

.dashboard, .page-main, .checkout { min-height: calc(100vh - 220px); padding-block: 65px 100px; }
.dash-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.dash-heading h1 { margin: 12px 0 3px; font: 600 37px Unbounded; letter-spacing: -.045em; }
.dash-heading p { margin: 0; color: var(--muted); }
.summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.summary-grid article { display: flex; align-items: center; gap: 15px; padding: 19px; background: rgba(13,30,41,.67); border: 1px solid var(--line); border-radius: 17px; }
.summary-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; font-size: 20px; }
.summary-icon.green { color: var(--mint); background: rgba(146,245,200,.08); }.summary-icon.violet { color: var(--violet); background: rgba(169,156,255,.08); }.summary-icon.blue { color: var(--blue); background: rgba(128,200,255,.08); }
.summary-grid article div { display: flex; flex-direction: column; }.summary-grid small { color: var(--muted); font-size: 8px; letter-spacing: .13em; }.summary-grid b { font-size: 14px; }
.dash-section-title { display: flex; align-items: end; justify-content: space-between; margin: 55px 0 20px; }
.dash-section-title span { color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: .13em; }.dash-section-title h2 { margin: 6px 0 0; font: 500 23px Unbounded; }.dash-section-title > a { color: var(--muted); font-size: 12px; }
.connection-list { display: grid; gap: 16px; }
.connection-card { padding: 27px; background: linear-gradient(150deg, rgba(14,33,44,.91), rgba(8,24,33,.82)); border: 1px solid var(--line); border-radius: 21px; }
.connection-head { display: grid; grid-template-columns: auto 1fr auto; gap: 17px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.country { display: grid; place-items: center; width: 54px; height: 54px; background: rgba(255,255,255,.04); border: 1px solid var(--line); border-radius: 15px; font-size: 27px; }
.connection-head h3 { margin: 3px 0 0; font-size: 18px; }.connection-head p { margin: 1px 0 0; color: var(--muted); font-size: 11px; }.online { color: var(--mint); font-size: 8px; font-weight: 800; letter-spacing: .13em; }.online i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 8px var(--mint); }
.icon-button { width: 38px; height: 38px; color: var(--muted); background: rgba(255,255,255,.03); border: 1px solid var(--line); border-radius: 10px; }
.connection-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 22px 0; }
.connection-stats > div { display: flex; flex-direction: column; }.connection-stats small { margin-bottom: 5px; color: var(--muted); font-size: 8px; letter-spacing: .13em; }.connection-stats b { font-size: 13px; }.connection-stats em { color: var(--muted); font-style: normal; font-weight: 500; }.progress { height: 4px; margin-top: 9px; background: rgba(255,255,255,.06); border-radius: 10px; }.progress i { display: block; height: 100%; background: var(--mint); border-radius: inherit; }
.connection-actions { display: flex; gap: 10px; }.connection-actions .button { min-height: 42px; font-size: 11px; }
.empty-card { padding: 60px 25px; text-align: center; background: rgba(13,30,41,.5); border: 1px dashed rgba(180,220,226,.2); border-radius: 21px; }.empty-card > span { display: grid; place-items: center; width: 55px; height: 55px; margin: 0 auto 18px; color: var(--mint); background: rgba(146,245,200,.07); border-radius: 16px; font-size: 24px; }.empty-card h3 { margin: 0; font-size: 20px; }.empty-card p { margin: 6px auto 22px; color: var(--muted); }
.help-banner { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; margin-top: 24px; padding: 26px; background: linear-gradient(110deg, rgba(146,245,200,.08), rgba(17,36,48,.5)); border: 1px solid rgba(146,245,200,.13); border-radius: 20px; }.help-icon { display: grid; place-items: center; width: 54px; height: 54px; color: var(--mint); background: rgba(146,245,200,.08); border-radius: 15px; font-size: 25px; }.help-banner span { color: var(--mint); font-size: 8px; font-weight: 800; letter-spacing: .13em; }.help-banner h3 { margin: 2px 0; }.help-banner p { margin: 0; color: var(--muted); font-size: 11px; }

.page-hero { max-width: 730px; margin: 15px auto 65px; text-align: center; }.page-hero .eyebrow { justify-content: center; }.page-hero p { color: var(--muted); font-size: 17px; }.page-main .plan-grid { margin-bottom: 20px; }
.checkout .back-link { margin-bottom: 35px; }.checkout-grid { display: grid; grid-template-columns: 1fr 380px; gap: 70px; align-items: start; }.checkout h1 { margin: 12px 0; font: 600 42px Unbounded; }.checkout-lead { max-width: 650px; color: var(--muted); }.checkout-form { display: grid; gap: 18px; max-width: 580px; margin-top: 35px; }.checkout-form select { appearance: auto; }.checkbox { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; color: var(--muted); }.checkbox input { position: absolute; opacity: 0; pointer-events: none; }.checkbox span { display: grid; place-items: center; width: 21px; height: 21px; color: transparent; border: 1px solid var(--line); border-radius: 6px; }.checkbox input:checked + span { color: #061610; background: var(--mint); }.demo-note { margin: 0; color: #6f888d; font-size: 10px; text-align: center; }.demo-note svg { color: var(--mint); }
.order-card { position: sticky; top: 110px; padding: 27px; background: linear-gradient(150deg, rgba(18,42,52,.96), rgba(9,25,34,.96)); border: 1px solid rgba(146,245,200,.17); border-radius: 21px; box-shadow: var(--shadow); }.order-card > span { color: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .14em; }.order-card h3 { margin: 10px 0 25px; font: 500 24px Unbounded; }.order-row { display: flex; justify-content: space-between; padding: 10px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 12px; }.order-row b { color: var(--text); }.order-total { display: flex; justify-content: space-between; align-items: end; padding: 25px 0; }.order-total b { font: 600 31px Unbounded; }.order-safe { padding: 12px; color: var(--muted); background: rgba(255,255,255,.025); border-radius: 9px; text-align: center; font-size: 10px; }.order-safe svg { color: var(--mint); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }.steps article { position: relative; min-height: 275px; padding: 30px; background: rgba(13,30,41,.67); border: 1px solid var(--line); border-radius: var(--radius); }.steps article > b { position: absolute; top: 22px; right: 25px; color: rgba(146,245,200,.25); font: 500 27px Unbounded; }.steps article > span { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 55px; color: var(--mint); background: rgba(146,245,200,.07); border-radius: 14px; font-size: 22px; }.steps h3 { margin: 0; }.steps p { color: var(--muted); }
.not-found { min-height: 70vh; display: grid; place-items: center; align-content: center; gap: 20px; text-align: center; }.not-found b { color: var(--mint); font: 600 80px Unbounded; }.not-found h1 { margin: 0; }
.toast { position: fixed; z-index: 20; left: 50%; bottom: 25px; padding: 12px 18px; color: #061610; background: var(--mint); border-radius: 10px; font-weight: 800; font-size: 12px; opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: .25s; box-shadow: var(--shadow); }.toast.visible { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 80px; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }.hero-visual { min-height: 580px; }.hero-proof { justify-content: center; }
  .feature-grid { grid-template-columns: 1fr 1fr; }.feature-large { grid-row: auto; }.feature-wide { grid-column: span 2; }.feature h3, .feature-large h3 { margin-top: 50px; }
  .plan-grid { grid-template-columns: 1fr; max-width: 600px; margin-inline: auto; }
  .auth-main { grid-template-columns: 1fr; }.auth-aside { display: none; }
  .checkout-grid { grid-template-columns: 1fr; }.order-card { position: static; grid-row: 1; }.steps { grid-template-columns: 1fr; }
  .admin-stats { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 28px, 1180px); }.site-header { width: calc(100% - 28px); height: 70px; }
  .site-header nav { display: none; position: absolute; z-index: 12; top: 63px; left: 14px; right: 14px; padding: 18px; align-items: stretch; flex-direction: column; gap: 5px; background: #0d202b; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); }.site-header nav.open { display: flex; }.nav-link.active::after { display: none; }.menu-button { display: block; }
  .hero { min-height: auto; gap: 25px; padding-block: 60px; }.hero h1 { font-size: 40px; }.hero-lead { font-size: 15px; }.hero-actions { width: 100%; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-proof { gap: 12px; flex-direction: column; }
  .hero-visual { min-height: 500px; transform: scale(.83); margin: -35px 0; }.chip-one { left: -40px; }.chip-two { right: -40px; }
  .trust-strip { overflow: hidden; justify-content: flex-start; gap: 30px; padding-inline: 12px; }.trust-strip span { display: none; }
  .section { padding-block: 80px; }.section-heading { align-items: start; flex-direction: column; gap: 18px; }.section-heading h2, .page-hero h1 { font-size: 31px; }
  .feature-grid { grid-template-columns: 1fr; }.feature, .feature-large { min-height: 280px; }.feature-wide { grid-column: auto; align-items: start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; gap: 12px; padding-block: 35px; text-align: center; }.site-footer .brand { margin: auto; }.site-footer p, .site-footer > span { margin: 0; text-align: center; }
  .auth-card { margin-block: 45px; }.back-link { margin-bottom: 35px; }.auth-heading h1 { font-size: 28px; }
  .dashboard, .page-main, .checkout { padding-block: 45px 80px; }.dash-heading { align-items: start; flex-direction: column; }.dash-heading h1 { font-size: 30px; }.summary-grid { grid-template-columns: 1fr; }.dash-section-title { align-items: start; flex-direction: column; gap: 10px; }
  .connection-stats { grid-template-columns: 1fr; gap: 18px; }.connection-actions { flex-direction: column; }.connection-actions .button { width: 100%; }.help-banner { grid-template-columns: 1fr; }.help-banner .button { width: 100%; }
  .page-hero { margin-bottom: 40px; }.page-hero p { font-size: 14px; }.checkout-grid { gap: 35px; }.checkout h1 { font-size: 32px; }.order-card { padding: 22px; }.steps article > span { margin-bottom: 35px; }
  .admin-page { padding-block: 45px 80px; }.admin-heading, .admin-list-head { align-items: stretch; flex-direction: column; }.admin-heading h1 { font-size: 30px; }.admin-stats { grid-template-columns: 1fr; }.admin-list-head form { flex-direction: column; }.admin-list-head input { min-width: 0; width: 100%; }
}

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