@font-face {
  font-family: "Onest";
  src: url("assets/fonts/Onest-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --yellow: #f7c900;
  --yellow-bright: #ffd900;
  --yellow-soft: #ffe771;
  --black: #11110f;
  --black-2: #181816;
  --ink: #171713;
  --white: #fffdf4;
  --muted: #6d6b62;
  --line: rgba(17, 17, 15, .14);
  --radius: 24px;
  --font: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html, body, body * { -webkit-user-select: none; user-select: none; }
body *::selection { color: inherit; background: transparent; }
body *::-moz-selection { color: inherit; background: transparent; }
img, a { -webkit-user-drag: none; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f8f6ed; font-family: var(--font); font-weight: 500; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.noise { position: fixed; inset: 0; z-index: 9999; opacity: .025; 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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 15px 0; transition: background .3s, transform .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(248, 246, 237, .86); box-shadow: 0 1px 0 rgba(17, 17, 15, .08); backdrop-filter: blur(18px); }
.header-inner { height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 900; letter-spacing: -.9px; }
.site-header .brand { padding: 6px 12px 6px 6px; border: 1px solid rgba(17,17,15,.12); border-radius: 17px; background: rgba(255,255,255,.28); box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 8px 24px rgba(0,0,0,.06); backdrop-filter: blur(12px); transition: transform .12s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.site-header .brand:hover { border-color: rgba(146,120,0,.35); background: rgba(255,255,255,.42); }
.brand-accent { color: #927800; }
.brand-mark { width: 38px; height: 38px; border-radius: 12px; overflow: hidden; background: var(--yellow); border: 1px solid rgba(17,17,15,.12); flex: 0 0 auto; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.15); }
.main-nav { display: flex; gap: 8px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.35); }
.main-nav a { padding: 9px 14px; border-radius: 999px; color: #4f4e48; font-size: 13px; font-weight: 700; transition: .2s; }
.main-nav a:hover { color: var(--black); background: rgba(17,17,15,.06); }
.mobile-account-link { display: none; width: 100%; border: 0; border-radius: 999px; padding: 9px 14px; color: #4f4e48; background: transparent; text-align: left; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.menu-button span { width: 18px; height: 2px; border-radius: 2px; background: var(--black); transition: .2s; }

.button { min-height: 52px; border: 0; border-radius: 17px; padding: 0 21px; display: inline-flex; justify-content: center; align-items: center; gap: 16px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; line-height: 1; }
.button-small { min-height: 42px; border-radius: 14px; padding-inline: 16px; }
.button-primary { color: var(--black); background: var(--yellow); box-shadow: 0 10px 32px rgba(222, 178, 0, .18); }
.button-primary:hover { background: var(--yellow-bright); box-shadow: 0 14px 36px rgba(222, 178, 0, .28); }
.button-ghost { color: var(--black); background: rgba(255,255,255,.38); border: 1px solid var(--line); }
.button-outline { width: 100%; color: var(--black); border: 1px solid rgba(17,17,15,.28); background: transparent; }
.button-outline:hover { color: white; background: var(--black); border-color: var(--black); }
.button-dark { color: white; background: var(--black); }

.hero { min-height: 780px; padding: 142px 0 88px; position: relative; overflow: hidden; background: radial-gradient(circle at 73% 33%, rgba(247,201,0,.28), transparent 30%), linear-gradient(180deg,#fbfaf4 0%,#f8f6ed 100%); }
.hero::before { content:""; position:absolute; width: 750px; height: 750px; border: 1px solid rgba(17,17,15,.07); border-radius: 50%; right: -200px; top: -165px; box-shadow: 0 0 0 100px rgba(17,17,15,.02), 0 0 0 200px rgba(17,17,15,.018); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.eyebrow { width: max-content; min-height:34px; display: flex; align-items: center; gap: 9px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 800; line-height:1; letter-spacing: .05em; text-transform: uppercase; background: rgba(255,255,255,.44); }
.eyebrow-text { display:block; transform:translateY(1px); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #39a45a; box-shadow: 0 0 0 5px rgba(57,164,90,.12); display: inline-block; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 28px 0 24px; max-width: 620px; font-size: clamp(56px, 5.7vw, 84px); line-height: .91; letter-spacing: -.068em; font-weight: 850; }
h1 span, h2 span { color: #a08300; }
.hero-lead { max-width: 540px; margin-bottom: 31px; color: var(--muted); font-size: 18px; line-height: 1.58; letter-spacing: -.015em; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 52px; border-top: 1px solid var(--line); padding-top: 20px; }
.hero-facts div { display: flex; flex-direction: column; gap: 5px; padding-right: 14px; }
.hero-facts div + div { border-left: 1px solid var(--line); padding-left: 18px; }
.hero-facts strong { font-size: 16px; letter-spacing: -.02em; }
.hero-facts span { color: #87847a; font-size: 11px; }

.hero-visual { min-height: 540px; display: grid; place-items: center; position: relative; }
.visual-glow { position: absolute; width: 88%; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); filter: blur(90px); opacity: .23; }
.hero-card { width: 100%; border-radius: 34px; padding: 13px; position: relative; background: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.85); box-shadow: 0 35px 90px rgba(62,51,0,.18); transform: rotate(2.2deg); backdrop-filter: blur(12px); }
.hero-card > img { display: block; width: 100%; height: auto; object-fit: contain; border-radius: 25px; filter: saturate(.94) contrast(1.04); }
.connection-pill { position: absolute; left: 38px; bottom: -26px; min-width: 232px; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-radius: 18px; color: white; background: rgba(17,17,15,.94); box-shadow: 0 16px 36px rgba(0,0,0,.28); transform: rotate(-2.2deg); }
.connection-pill > div { display: flex; flex-direction: column; gap: 2px; }
.connection-pill strong { font-size: 13px; }
.connection-pill small { color: #a6a49d; font-size: 10px; }
.status-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--yellow); }
.status-icon span { width: 10px; height: 10px; border-radius: 50%; background: #111; box-shadow: 0 0 0 4px rgba(17,17,15,.15); }
.speed-chip { position: absolute; top: -31px; right: 28px; display: flex; flex-direction: column; gap: 2px; padding: 14px 17px; border-radius: 18px; background: white; box-shadow: 0 14px 35px rgba(40,34,0,.14); transform: rotate(-4deg); }
.speed-chip small { color: #87847a; font-size: 10px; }
.speed-chip strong { font-size: 23px; letter-spacing: -.04em; }
.speed-chip strong span { font-size: 9px; letter-spacing: 0; }
.hero-orbit { position: absolute; display: grid; place-items: center; border: 1px solid rgba(17,17,15,.13); color: var(--black); background: rgba(255,255,255,.7); border-radius: 50%; font-size: 10px; font-weight: 900; box-shadow: 0 9px 30px rgba(52,43,0,.12); backdrop-filter: blur(10px); }
.orbit-one { width: 46px; height: 46px; top: 68px; left: -12px; animation: float 5s ease-in-out infinite; }
.orbit-two { width: 56px; height: 56px; bottom: 55px; right: -12px; animation: float 6s ease-in-out infinite .8s; }
.orbit-three { width: 35px; height: 35px; top: 41px; right: 74px; animation: float 4.7s ease-in-out infinite .4s; }
@keyframes float { 50% { transform: translateY(-11px) rotate(5deg); } }

.trust-strip { height: 60px; display: flex; align-items: center; color: var(--yellow); background: var(--black); overflow: hidden; }
.trust-track { width: max-content; display: flex; animation: marquee 24s linear infinite; }
.trust-track span { white-space: nowrap; padding: 0 28px; font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.trust-track b { margin-right: 14px; color: #fff; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 122px 0; }
.compact-section { padding-top: 30px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .55fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-number, .modal-kicker { display: block; margin-bottom: 21px; color: #8c7500; font-size: 10px; line-height: 1; letter-spacing: .12em; font-weight: 900; }
.section h2 { margin: 0; font-size: clamp(43px, 5vw, 66px); line-height: .96; letter-spacing: -.06em; font-weight: 850; }
.section-heading > p { max-width: 390px; margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.benefit-card { min-height: 345px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.5); transition: transform .3s, box-shadow .3s, border-color .3s; }
.benefit-card:hover { transform: translateY(-6px); box-shadow: 0 22px 45px rgba(41,37,14,.09); border-color: rgba(17,17,15,.23); }
.benefit-card-featured { color: white; background: var(--black); border-color: var(--black); }
.benefit-icon { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 15px; background: var(--yellow); }
.benefit-icon svg { width: 23px; height: 23px; fill: var(--black); }
.benefit-index { position: absolute; right: 22px; top: 25px; color: #a7a49a; font-size: 10px; }
.benefit-card h3 { margin-bottom: 11px; font-size: 23px; letter-spacing: -.04em; }
.benefit-card p { margin: 0; color: #77746a; font-size: 13px; line-height: 1.6; }
.benefit-card-featured p { color: #aaa79e; }
.speed-lines { height: 53px; display: flex; align-items: flex-end; gap: 5px; margin-bottom: -22px; }
.speed-lines i { flex: 1; border-radius: 4px 4px 0 0; background: var(--yellow); opacity: .2; }
.speed-lines i:nth-child(1),.speed-lines i:nth-child(7){height:25%}.speed-lines i:nth-child(2),.speed-lines i:nth-child(6){height:45%}.speed-lines i:nth-child(3),.speed-lines i:nth-child(5){height:70%}.speed-lines i:nth-child(4){height:100%;opacity:.75}

.setup-shell { min-height: 640px; display: grid; grid-template-columns: .78fr 1.22fr; border-radius: 36px; color: white; background: var(--black); overflow: hidden; }
.setup-copy { padding: 70px 0 64px 64px; position: relative; z-index: 2; }
.setup-copy .section-number { color: var(--yellow); }
.setup-copy h2 span { color: var(--yellow); }
.setup-steps { margin-top: 57px; display: flex; flex-direction: column; }
.setup-step { padding: 18px 0; display: flex; align-items: center; gap: 17px; border-top: 1px solid rgba(255,255,255,.12); }
.setup-step:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.setup-step b { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: var(--black); background: var(--yellow); font-size: 12px; }
.setup-step div { display: flex; flex-direction: column; gap: 5px; }
.setup-step strong { font-size: 14px; }
.setup-step span { color: #88877f; font-size: 11px; }
.device-stage { min-height: 640px; display: grid; place-items: center; position: relative; overflow: hidden; background: radial-gradient(circle,rgba(247,201,0,.2),transparent 55%); }
.device-stage::before { content:""; position:absolute; width:470px; height:470px; border:1px solid rgba(247,201,0,.17); border-radius:50%; box-shadow: 0 0 0 80px rgba(247,201,0,.04),0 0 0 160px rgba(247,201,0,.025); }
.phone-mockup { width: 236px; height: 470px; padding: 10px; border: 1px solid #3d3d38; border-radius: 41px; background: #090909; box-shadow: 0 35px 70px #000; position: relative; z-index: 2; transform: rotate(4deg); }
.phone-mockup::before { content:""; position:absolute; inset:10px; border-radius:32px; background: linear-gradient(160deg,#292923,#111); }
.phone-top { position: absolute; z-index: 3; width: 80px; height: 23px; top: 17px; left: 50%; border-radius: 20px; background: #050505; transform: translateX(-50%); }
.phone-mockup img { position:absolute; z-index:2; width:94px; height:94px; top:78px; left:50%; border-radius:26px; object-fit:cover; transform:translateX(-50%); box-shadow:0 15px 35px rgba(247,201,0,.15); }
.phone-state { position:absolute; z-index:2; top:197px; left:0; right:0; display:flex; justify-content:center; align-items:center; gap:7px; color:#b8b5ab; font-size:11px; }
.phone-state span { width:7px; height:7px; border-radius:50%; background:#39a45a; box-shadow:0 0 0 4px rgba(57,164,90,.12); }
.phone-mockup button { position:absolute; z-index:2; width:106px; height:106px; left:50%; top:243px; display:grid; place-items:center; border:9px solid #1c1c19; border-radius:50%; background:var(--yellow); transform:translateX(-50%); box-shadow:0 0 0 1px #3c3c35,0 16px 40px rgba(247,201,0,.18); }
.phone-mockup button svg { width:38px; fill:var(--black); }
.platform-chip { position:absolute; z-index:3; min-width:105px; padding:13px 15px; display:flex; align-items:center; gap:9px; border:1px solid rgba(255,255,255,.15); border-radius:15px; background:rgba(39,39,35,.75); color:var(--yellow); font-size:14px; box-shadow:0 13px 30px rgba(0,0,0,.22); backdrop-filter:blur(12px); }
.platform-chip svg { width:18px; height:18px; flex:0 0 auto; fill:currentColor; }
.platform-chip span { color:#ddd; font-size:11px; font-weight:700; }
.platform-windows { left:12%; top:23%; transform:rotate(-5deg); }
.platform-macos { right:11%; top:30%; transform:rotate(5deg); }
.platform-android { left:14%; bottom:23%; transform:rotate(3deg); }
.platform-ios { right:13%; bottom:17%; transform:rotate(-4deg); }

.pricing-section { background: #f1eee3; }
.plans-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; align-items: stretch; }
.plan-card { min-height: 470px; padding: 24px; display: flex; flex-direction: column; position: relative; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.68); }
.plan-card-featured { background: var(--yellow); border-color: var(--yellow); transform: translateY(-10px); box-shadow: 0 22px 50px rgba(154,125,0,.15); }
.popular-badge { position:absolute; top:-13px; left:50%; padding:7px 13px; border-radius:999px; color:white; background:var(--black); font-size:9px; font-weight:900; letter-spacing:.08em; transform:translateX(-50%); white-space:nowrap; }
.plan-top { display:flex; justify-content:space-between; color:#9a7e00; font-size:9px; font-weight:900; letter-spacing:.11em; }
.plan-card-featured .plan-top { color:#5c4b00; }
.plan-top small { font-size:9px; }
.plan-card h3 { margin:29px 0 16px; font-size:21px; letter-spacing:-.035em; }
.price { display:flex; align-items:flex-start; margin-bottom:18px; }
.price strong { font-size:59px; line-height:.85; letter-spacing:-.065em; }
.price > span { margin:2px 0 0 7px; display:flex; flex-direction:column; font-size:16px; font-weight:900; }
.price small { margin-top:5px; color:#77746b; font-size:9px; font-weight:600; }
.plan-card-featured .price small { color:#6f5b00; }
.save-tag { width:max-content; margin-bottom:7px; padding:6px 9px; border-radius:8px; color:#795f00; background:rgba(247,201,0,.18); font-size:9px; font-weight:900; }
.save-tag.dark { color:white; background:var(--black); }
.plan-card ul { margin:auto 0 22px; padding:0; list-style:none; display:flex; flex-direction:column; gap:12px; color:#5f5c54; font-size:11px; }
.plan-card li::before { content:"✓"; margin-right:9px; color:#977900; font-weight:900; }
.plan-card-featured ul { color:#413500; }
.plan-card-featured li::before { color:var(--black); }
.pricing-note { margin:28px 0 0; text-align:center; color:#858278; font-size:11px; }

.account-preview-section { background: var(--black); }
.account-preview { min-height: 590px; display:grid; grid-template-columns: 1.12fr .88fr; overflow:hidden; border-radius:35px; background:#242420; }
.account-art { min-height:590px; position:relative; overflow:hidden; }
.account-art img { width:100%; height:100%; object-fit:cover; filter:saturate(.85) contrast(1.04); }
.art-fade { position:absolute; inset:0; background:linear-gradient(90deg,transparent 45%,#242420 100%); }
.account-copy { padding:74px 62px 58px 40px; position:relative; color:white; }
.account-copy .section-number { color:var(--yellow); }
.account-copy h2 span { color:var(--yellow); }
.account-copy > p { margin:25px 0 30px; color:#9b9990; font-size:14px; line-height:1.65; }
.account-mini-card { margin-bottom:24px; display:grid; grid-template-columns:1.35fr 1fr 1fr; border:1px solid rgba(255,255,255,.12); border-radius:18px; background:rgba(255,255,255,.035); }
.account-mini-card div { padding:16px; display:flex; flex-direction:column; gap:8px; }
.account-mini-card div+div { border-left:1px solid rgba(255,255,255,.1); }
.account-mini-card small { color:#76756f; font-size:9px; }
.account-mini-card strong { display:flex; align-items:center; gap:7px; font-size:11px; white-space:nowrap; }
.account-mini-card .live-dot { width:6px; height:6px; box-shadow:0 0 0 3px rgba(57,164,90,.12); }

.faq-grid { display:grid; grid-template-columns:.7fr 1.3fr; gap:90px; }
.faq-intro { position:relative; top:auto; align-self:start; }
.faq-intro > p { max-width:370px; margin:27px 0 25px; color:var(--muted); font-size:14px; line-height:1.65; }
.support-outline-link { min-height: 46px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--yellow); border-radius: 14px; color: var(--yellow); background: transparent; font-size: 12px; font-weight: 800; transition: color .2s, background .2s, transform .2s; }
.support-outline-link:hover { color: var(--black); background: var(--yellow); transform: translateY(-2px); }
.support-outline-link:active { transform: scale(.97); }
.accordion { display:grid; gap:14px; }
.faq-item { overflow:hidden; border:1px solid rgba(255,255,255,.1); border-radius:18px; background:rgba(255,255,255,.018); transition:border-color .4s ease, background .4s ease, box-shadow .4s ease, transform .3s cubic-bezier(.22,1,.36,1); }
.faq-item:hover { border-color:rgba(255,255,255,.17); background:rgba(255,255,255,.028); }
.faq-item.is-open { border-color:rgba(247,201,0,.24); background:rgba(255,255,255,.026); box-shadow:0 18px 46px rgba(0,0,0,.16), inset 0 1px rgba(255,255,255,.025); }
.faq-item button { width:100%; min-height:82px; padding:0 22px; display:flex; align-items:center; gap:22px; text-align:left; border:0; background:transparent; color:var(--ink); cursor:pointer; font-size:16px; font-weight:750; line-height:1.4; }
.faq-item button span { transition:color .3s ease, transform .4s cubic-bezier(.22,1,.36,1); }
.faq-item button i { width:12px; height:12px; margin-left:auto; margin-right:4px; flex:0 0 auto; border-right:2px solid #aaa89f; border-bottom:2px solid #aaa89f; transform:rotate(-45deg); transition:transform .45s cubic-bezier(.22,1,.36,1), border-color .3s ease; }
.faq-item button:hover i { border-color:#fff; }
.faq-item.is-open button i { border-color:var(--yellow); transform:rotate(45deg); }
.faq-item.is-open button span { color:#fff; transform:translateX(2px); }
.faq-answer { display:grid; grid-template-rows:0fr; border-top:1px solid transparent; transition:grid-template-rows .52s cubic-bezier(.22,1,.36,1), border-color .35s ease; }
.faq-answer p { min-height:0; overflow:hidden; margin:0; padding:0 22px; color:var(--muted); font-size:13px; line-height:1.72; opacity:0; transform:translateY(-10px); transition:padding .52s cubic-bezier(.22,1,.36,1), opacity .32s ease, transform .52s cubic-bezier(.22,1,.36,1); }
.faq-item.is-open .faq-answer { grid-template-rows:1fr; border-color:rgba(255,255,255,.08); }
.faq-item.is-open .faq-answer p { padding:20px 22px 24px; opacity:1; transform:none; }

.support-section { padding-top:15px; }
.support-card { min-height:480px; padding:65px 25px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; overflow:hidden; position:relative; border-radius:36px; background:var(--yellow); }
.support-card > *:not(.support-rings) { position:relative; z-index:2; }
.support-card .section-number { color:#5c4b00; margin:19px 0 14px; }
.support-card h2 { color:var(--black); }
.support-card p { max-width:430px; margin:22px auto 27px; color:#5e4e0e; font-size:14px; line-height:1.6; }
.telegram-icon { width:54px; height:54px; display:grid; place-items:center; border-radius:17px; background:var(--black); box-shadow:0 12px 30px rgba(38,30,0,.17); }
.telegram-icon svg { width:27px; fill:var(--yellow); }
.support-rings i { position:absolute; border:1px solid rgba(17,17,15,.11); border-radius:50%; left:50%; top:50%; transform:translate(-50%,-50%); }
.support-rings i:nth-child(1){width:290px;height:290px}.support-rings i:nth-child(2){width:500px;height:500px}.support-rings i:nth-child(3){width:720px;height:720px}

.site-footer { padding:74px 0 28px; color:white; background:var(--black); }
.footer-top { padding-bottom:55px; display:grid; grid-template-columns:1fr 1fr 1.4fr; align-items:start; gap:30px; }
.footer-brand .brand-accent { color:var(--yellow); }
.footer-top > p { color:#77766f; font-size:12px; }
.footer-links { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:10px 22px; }
.footer-links a { color:#b0aea5; font-size:11px; }
.footer-links a:hover { color:var(--yellow); }
.footer-bottom { padding-top:23px; display:flex; justify-content:space-between; border-top:1px solid rgba(255,255,255,.1); color:#595853; font-size:9px; text-transform:uppercase; letter-spacing:.08em; }

.modal { width:100%; height:100%; max-width:none; max-height:none; padding:20px; border:0; background:rgba(10,10,9,.72); backdrop-filter:blur(10px); }
.modal[open] { display:grid; place-items:center; animation:fade-in .2s ease; }
.modal[open].is-closing { pointer-events: none; animation: modal-backdrop-out .56s cubic-bezier(.45,0,.55,1) both; }
.modal[open].is-closing .modal-panel {
  transform-origin: center center;
  will-change: transform, opacity;
  backface-visibility: hidden;
  animation: modal-shrink-out .56s cubic-bezier(.45,0,.55,1) both;
}
.modal::backdrop { background:transparent; }
.modal-panel { width:min(480px,100%); max-height:calc(100vh - 40px); overflow:auto; padding:34px; position:relative; border-radius:28px; background:#f8f6ed; box-shadow:0 30px 90px rgba(0,0,0,.35); animation:modal-in .3s cubic-bezier(.2,.8,.2,1); }
.modal-close { position:absolute; top:18px; right:18px; width:36px; height:36px; border:1px solid var(--line); border-radius:12px; background:transparent; color:var(--black); font-size:24px; line-height:1; cursor:pointer; }
.modal-brand { display:flex; align-items:center; gap:10px; margin-bottom:40px; font-size:14px; letter-spacing:-.03em; }
.modal-brand .brand-mark { width:32px; height:32px; border-radius:10px; }
.modal-kicker { margin-bottom:12px; }
.modal-panel h2 { margin:0 0 10px; font-size:37px; letter-spacing:-.055em; }
.modal-panel > .auth-view > p { margin-bottom:24px; color:var(--muted); font-size:12px; line-height:1.55; }
.auth-form { display:flex; flex-direction:column; gap:14px; }
.auth-form label { display:flex; flex-direction:column; gap:8px; color:#5f5d55; font-size:10px; font-weight:700; }
.auth-form input { width:100%; height:51px; padding:0 15px; border:1px solid var(--line); border-radius:14px; outline:0; background:rgba(255,255,255,.58); font-size:14px; }
.auth-form input:focus { border-color:#a98a00; box-shadow:0 0 0 3px rgba(247,201,0,.16); }
.auth-form .button { width:100%; margin-top:4px; }
.demo-login { width:100%; margin-top:18px; border:0; background:none; color:#7d6700; font-size:11px; font-weight:800; cursor:pointer; }
.dashboard-status { margin:23px 0 16px; padding:19px; border-radius:18px; color:white; background:var(--black); }
.dashboard-status-top,.dashboard-meta { display:flex; justify-content:space-between; align-items:center; gap:12px; }
.dashboard-status-top span { display:flex; align-items:center; gap:8px; font-size:12px; }
.dashboard-status-top i { width:7px; height:7px; border-radius:50%; background:#42b162; box-shadow:0 0 0 4px rgba(66,177,98,.14); }
.dashboard-status-top b { color:var(--yellow); font-size:20px; }
.dashboard-progress { height:5px; margin:18px 0 11px; overflow:hidden; border-radius:5px; background:#34342f; }
.dashboard-progress i { display:block; width:92%; height:100%; border-radius:5px; background:var(--yellow); }
.dashboard-meta { color:#77766f; font-size:9px; }
.dashboard-connect { width:100%; min-height:54px; border:1px solid rgba(247,201,0,.65); border-radius:15px; color:var(--yellow); background:rgba(247,201,0,.045); box-shadow:inset 0 0 0 1px rgba(247,201,0,.04); }
.dashboard-connect:hover { color:var(--black); background:var(--yellow); box-shadow:0 12px 30px rgba(247,201,0,.14); }
.dashboard-renew { width:100%; margin-top:16px; }
.selected-plan { margin:24px 0; padding:20px; display:flex; justify-content:space-between; align-items:center; gap:20px; border-radius:18px; background:var(--yellow); }
.selected-plan div { display:flex; flex-direction:column; gap:6px; }
.selected-plan span { font-size:17px; font-weight:850; }
.selected-plan small { color:#725e00; font-size:9px; }
.selected-plan strong { white-space:nowrap; font-size:25px; letter-spacing:-.05em; }
.plan-modal-panel { width:min(500px,100%); scrollbar-width:none; -ms-overflow-style:none; overscroll-behavior:contain; }
.plan-modal-panel::-webkit-scrollbar { width:0; height:0; display:none; }
.checkout-list { margin:0 0 22px; padding:0; list-style:none; }
.checkout-list li { padding:13px 2px; display:flex; justify-content:space-between; border-bottom:1px solid var(--line); color:#77746c; font-size:11px; }
.checkout-list b { color:var(--black); }
.checkout-summary { margin:-5px 0 22px; display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:8px 18px; color:#8d8b84; font-size:10px; line-height:1.4; }
.checkout-summary span { display:inline-flex; align-items:center; gap:7px; white-space:nowrap; }
.checkout-summary span::before { content:""; width:5px; height:5px; flex:0 0 auto; border-radius:50%; background:var(--yellow); box-shadow:0 0 0 3px rgba(247,201,0,.09); }
.checkout-section-heading { margin-bottom:11px; display:flex; align-items:baseline; justify-content:space-between; gap:16px; }
.checkout-section-heading span { color:#fff; font-size:13px; font-weight:650; }
.checkout-section-heading small { color:#77766f; font-size:9px; }
.payment-method-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.payment-method-card { width:100%; min-height:64px; padding:10px 12px 10px 54px; position:relative; display:flex; align-items:center; justify-content:flex-start; border:1px solid rgba(255,255,255,.1); border-radius:17px; color:#fff; background:rgba(255,255,255,.035); box-shadow:none; text-align:left; }
.payment-method-card:hover { border-color:rgba(247,201,0,.35); background:rgba(247,201,0,.065); box-shadow:none; }
.payment-method-card.is-featured { color:var(--black); border-color:var(--yellow); background:var(--yellow); box-shadow:0 10px 28px rgba(222,178,0,.13); }
.payment-method-card.is-featured:hover { background:var(--yellow-bright); box-shadow:0 12px 30px rgba(222,178,0,.2); }
.payment-method-card span { min-width:0; font-size:13px; font-weight:650; line-height:1.25; }
.pay-icon { width:34px; height:34px; flex:0 0 auto; border-radius:7px; }
.plan-modal-panel .button, .ton-invoice .button { position:relative; display:inline-flex; align-items:center; justify-content:center; }
.plan-modal-panel .button .pay-icon, .ton-invoice .button .pay-icon { position:absolute; left:10px; top:50%; transform:translateY(-50%); margin:0; }
.payment-method-grid .payment-method-card .pay-icon { left:12px; width:32px; height:32px; }
.ton-invoice[hidden] { display:none; }
.ton-invoice:not([hidden]) { display:grid; gap:14px; animation:ton-step-arrive .24s cubic-bezier(.2,.8,.2,1); }
.plan-modal-panel.ton-step > .modal-kicker,
.plan-modal-panel.ton-step > h2,
.plan-modal-panel.ton-step > .selected-plan,
.plan-modal-panel.ton-step > .checkout-summary,
.plan-modal-panel.ton-step > .payment-methods-step { display:none; }
.plan-modal-panel.ton-step > .modal-close { top:37px; right:34px; }
.ton-invoice-head { display:flex; align-items:center; gap:12px; padding-right:44px; }
.ton-back { width:42px; height:42px; flex:0 0 auto; overflow:hidden; position:relative; isolation:isolate; display:grid; place-items:center; border:1px solid rgba(255,255,255,.11); border-radius:13px; color:var(--yellow); background:rgba(255,255,255,.035); font:700 21px/1 var(--font); cursor:pointer; }
.ton-back:hover { border-color:rgba(247,201,0,.35); background:rgba(247,201,0,.07); }
.ton-payment { isolation:isolate; }
.ton-payment::after,
.ton-back::after { content:""; position:absolute; inset:-35%; z-index:0; border-radius:50%; pointer-events:none; background:radial-gradient(circle,rgba(247,201,0,.34) 0,rgba(247,201,0,.13) 38%,transparent 70%); opacity:0; transform:scale(.28); transition:opacity .24s ease,transform .34s cubic-bezier(.16,.85,.28,1); }
.ton-payment > span,
.ton-payment > .pay-icon,
.ton-back > span { position:relative; z-index:1; }
.ton-back > span { transition:transform .24s cubic-bezier(.2,.8,.2,1); }
.ton-payment.is-pressed { transform:translateY(3px) scale(.955) !important; box-shadow:inset 0 5px 12px rgba(0,0,0,.38),0 1px 2px rgba(0,0,0,.18) !important; }
.ton-back.is-pressed { transform:translateY(2px) scale(.9) !important; box-shadow:inset 0 4px 10px rgba(0,0,0,.34) !important; }
.ton-back.is-pressed > span { transform:translateX(-2px) scale(.92); }
.ton-payment.is-pressed::after,
.ton-back.is-pressed::after { opacity:1; transform:scale(1); }
.ton-payment .pay-icon { transition:transform .22s cubic-bezier(.2,.8,.2,1),filter .2s ease; }
.ton-payment.is-pressed .pay-icon { transform:translateY(-50%) scale(.84) rotate(-7deg); filter:brightness(1.15); }
.plan-modal-panel.ton-step-returning .ton-invoice { opacity:0; transform:translateX(12px) scale(.988); transition:opacity .16s ease,transform .18s cubic-bezier(.4,0,1,1); }
.ton-invoice-head div { min-width:0; display:flex; flex-direction:column; gap:2px; }
.ton-invoice-head span { color:#77766f; font-size:9px; font-weight:600; text-transform:uppercase; letter-spacing:.08em; }
.ton-invoice-head strong { color:#fff; font-size:22px; line-height:1.1; letter-spacing:-.035em; }
.ton-invoice-lead { margin:0; color:#8d8b84; font-size:11px; line-height:1.5; }
.ton-invoice-lead b { color:#fff; font-weight:650; }
.ton-amounts { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.ton-amount-card { min-width:0; min-height:88px; padding:13px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; gap:5px; border:1px solid rgba(255,255,255,.1); border-radius:16px; color:#fff; background:rgba(255,255,255,.035); text-align:left; cursor:pointer; }
.ton-amount-card:hover { border-color:rgba(247,201,0,.35); background:rgba(247,201,0,.06); }
.ton-amount-card span { color:#aaa89f; font-size:11px; font-weight:650; line-height:1.25; }
.ton-amount-card strong { max-width:100%; overflow:hidden; color:#fff; font-size:15px; line-height:1.25; text-overflow:ellipsis; white-space:nowrap; }
.ton-amount-card small { color:#5f5e58; font-size:8px; }
.ton-details { overflow:hidden; border:1px solid rgba(255,255,255,.1); border-radius:17px; background:rgba(255,255,255,.025); }
.ton-detail-row { min-width:0; min-height:66px; padding:11px 12px; display:grid; grid-template-columns:minmax(0,1fr) 38px; align-items:center; gap:10px; }
.ton-detail-row + .ton-detail-row { border-top:1px solid rgba(255,255,255,.08); }
.ton-detail-row > div { min-width:0; display:flex; flex-direction:column; gap:7px; }
.ton-detail-meta { display:flex; align-items:center; gap:6px; }
.ton-detail-name { display:inline-flex; align-items:center; min-height:22px; padding:3px 8px; border:1px solid rgba(255,255,255,.09); border-radius:8px; color:#aaa89f; background:rgba(255,255,255,.045); font-size:9px; font-weight:650; line-height:1; }
.ton-detail-meta em { padding:2px 5px; border-radius:6px; color:#594800; background:var(--yellow); font-size:6px; line-height:1.2; font-style:normal; font-weight:760; text-transform:uppercase; letter-spacing:.035em; }
.ton-detail-row b { overflow:hidden; color:#fff; font-size:11px; font-weight:550; text-overflow:ellipsis; white-space:nowrap; }
.ton-detail-copy { width:38px; height:38px; position:relative; display:grid; place-items:center; border:1px solid rgba(255,255,255,.1); border-radius:12px; background:rgba(255,255,255,.04); cursor:pointer; }
.ton-detail-copy:hover { border-color:rgba(247,201,0,.35); background:rgba(247,201,0,.08); }
.ton-detail-copy img { width:20px; height:20px; display:block; object-fit:contain; filter:invert(1); mix-blend-mode:screen; opacity:.72; transition:opacity .2s ease,transform .28s cubic-bezier(.2,.8,.2,1); }
.ton-detail-copy:hover img { opacity:1; transform:scale(1.06); }
.ton-detail-copy.is-copied { border-color:rgba(247,201,0,.72); background:rgba(247,201,0,.13); box-shadow:0 0 0 4px rgba(247,201,0,.06); }
.ton-detail-copy.is-copied img { opacity:1; transform:scale(.88); }
.ton-actions { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.ton-actions .button { width:100%; min-height:52px; margin:0; padding-left:42px; border-radius:16px; font-size:12px; }
.ton-usdt-button { color:#fff; border:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.045); }
.ton-usdt-button:hover { border-color:rgba(247,201,0,.35); background:rgba(247,201,0,.075); }
.ton-actions .pay-icon { width:29px; height:29px; }
.checkout-note { margin:13px 0 0; text-align:center; color:#96938a; font-size:9px; }
.ton-status { margin:0; display:flex; align-items:center; justify-content:center; gap:8px; }
.ton-status > i { width:6px; height:6px; flex:0 0 auto; border-radius:50%; background:var(--yellow); box-shadow:0 0 0 4px rgba(247,201,0,.09); animation:ton-status-pulse 1.8s ease-in-out infinite; }
.ton-status span { color:#77766f; }
.checkout-error { margin:0 0 14px; padding:11px 13px; border:1px solid rgba(255,91,91,.25); border-radius:12px; color:#ff9898; background:rgba(255,74,74,.08); font-size:11px; line-height:1.45; }
.button:disabled { cursor:wait; opacity:.68; transform:none !important; box-shadow:none !important; }
.toast { position:fixed; z-index:300; right:24px; bottom:24px; min-width:285px; padding:14px 17px; display:flex; align-items:center; gap:12px; border-radius:17px; color:white; background:var(--black); box-shadow:0 20px 50px rgba(0,0,0,.25); transform:translateY(120px); opacity:0; pointer-events:none; transition:.35s; }
.toast.show { transform:translateY(0); opacity:1; }
.toast > span { width:31px; height:31px; display:grid; place-items:center; border-radius:10px; color:var(--black); background:var(--yellow); font-weight:900; }
.toast div { display:flex; flex-direction:column; gap:3px; }
.toast strong { font-size:11px; }
.toast small { color:#8b8a83; font-size:9px; }
@keyframes fade-in { from { opacity:0; } }
@keyframes modal-in { from { opacity:0; transform:translateY(18px) scale(.98); } }
@keyframes modal-backdrop-out { from { background:rgba(10,10,9,.72); } to { background:rgba(10,10,9,0); } }
@keyframes modal-shrink-out {
  from { opacity:1; transform:translateZ(0) scale(1); }
  to { opacity:0; transform:translateZ(0) scale(.01); }
}
@keyframes ton-status-pulse { 0%,100% { opacity:.45; transform:scale(.85); } 50% { opacity:1; transform:scale(1); } }
@keyframes ton-step-arrive { from { opacity:0; transform:translateX(12px) scale(.99); } to { opacity:1; transform:none; } }

.reveal { opacity:0; transform:translateY(25px); transition:opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1050px) {
  .hero { min-height:auto; }
  .hero-grid { grid-template-columns:1fr 1fr; gap:28px; }
  .benefits-grid,.plans-grid { grid-template-columns:1fr 1fr; }
  .plan-card-featured { transform:none; }
  .setup-shell { grid-template-columns:.9fr 1.1fr; }
  .setup-copy { padding-left:45px; }
  .account-preview { grid-template-columns:1fr 1fr; }
  .account-copy { padding-right:36px; }
}

@media (max-width: 820px) {
  .container { width:min(100% - 32px,650px); }
  .site-header { padding:10px 0; }
  .header-inner { height:52px; }
  .header-actions .button { display:none; }
  .menu-button { display:flex; }
  .main-nav { position:absolute; top:73px; left:16px; right:16px; padding:10px; display:flex; flex-direction:column; border-radius:20px; background:#f8f6ed; box-shadow:0 20px 50px rgba(0,0,0,.15); opacity:0; visibility:hidden; transform:translateY(-10px); transition:.25s; }
  .main-nav.open { opacity:1; visibility:visible; transform:none; }
  .main-nav a { padding:13px 15px; }
  .mobile-account-link { display:block; order:1; padding:13px 15px; background:transparent; }
  .main-nav a[href="#plans"] { order:2; }
  .main-nav a[href="#benefits"] { order:3; }
  .main-nav a[href="#faq"] { order:4; }
  .main-nav a[href="#support"] { order:5; }
  .menu-button.active span:first-child { transform:translateY(4px) rotate(45deg); }
  .menu-button.active span:last-child { transform:translateY(-4px) rotate(-45deg); }
  .hero { padding:115px 0 75px; }
  .hero-grid { grid-template-columns:1fr; gap:70px; }
  .hero-copy { text-align:center; }
  .eyebrow { margin-inline:auto; }
  h1 { margin-inline:auto; font-size:clamp(52px,12vw,72px); }
  .hero-lead { margin-inline:auto; }
  .hero-actions { justify-content:center; }
  .hero-facts { max-width:570px; margin-inline:auto; margin-top:45px; text-align:left; }
  .hero-visual { min-height:auto; }
  .hero-card { max-width:620px; transform:rotate(1deg); }
  .section { padding:88px 0; }
  .compact-section { padding-top:10px; }
  .section-heading { grid-template-columns:1fr; gap:25px; margin-bottom:45px; }
  .section-heading > p { max-width:520px; }
  .setup-shell { grid-template-columns:1fr; }
  .setup-copy { padding:55px 45px 10px; }
  .device-stage { min-height:590px; }
  .account-preview { grid-template-columns:1fr; }
  .account-art { min-height:300px; }
  .art-fade { background:linear-gradient(180deg,transparent 45%,#242420 100%); }
  .account-copy { padding:20px 40px 50px; }
  .faq-grid { grid-template-columns:1fr; gap:55px; }
  .faq-intro { position:static; }
  .footer-top { grid-template-columns:1fr 1fr; }
  .footer-links { grid-column:1/3; justify-content:flex-start; }
}

@media (max-width: 560px) {
  .container { width:calc(100% - 24px); }
  .brand { font-size:18px; }
  .brand-mark { width:35px; height:35px; }
  .hero { padding-top:104px; }
  .hero::before { display:none; }
  .hero-copy h1 {
    font-size: clamp(40px, 11.8vw, 47px);
    line-height: 1.08;
    letter-spacing: -.055em;
  }
  .hero-lead { font-size:15px; }
  .hero-actions { flex-direction:column; }
  .hero-actions .button { width:100%; }
  .hero-facts { grid-template-columns:1fr 1fr; gap:18px 0; }
  .hero-facts div:nth-child(3) { grid-column:1/3; border-left:0; border-top:1px solid var(--line); padding:15px 0 0; }
  .hero-card { padding:8px; border-radius:23px; }
  .hero-card > img { border-radius:17px; }
  .connection-pill { left:18px; bottom:-35px; min-width:210px; }
  .speed-chip { right:14px; top:-34px; }
  .hero-orbit { display:none; }
  .trust-strip { height:54px; }
  .section h2 { font-size:41px; }
  .benefits-grid,.plans-grid { grid-template-columns:1fr; }
  .benefit-card { min-height:290px; }
  .setup-shell,.support-card,.account-preview { border-radius:25px; }
  .setup-copy { padding:44px 24px 10px; }
  .device-stage { min-height:540px; }
  .phone-mockup { transform:scale(.9) rotate(3deg); }
  .platform-chip { min-width:auto; padding:10px; }
  .platform-chip span { display:none; }
  .platform-windows { left:6%; }.platform-macos{right:7%}.platform-android{left:8%}.platform-ios{right:7%}
  .pricing-heading { margin-bottom:35px; }
  .plan-card { min-height:435px; }
  .account-art { min-height:230px; }
  .account-copy { padding:10px 24px 38px; }
  .account-mini-card { grid-template-columns:1fr; }
  .account-mini-card div+div { border-left:0; border-top:1px solid rgba(255,255,255,.1); }
  .accordion { gap:12px; }
  .faq-item { border-radius:16px; }
  .faq-item button { min-height:74px; padding:0 17px; font-size:14px; }
  .faq-answer p { padding-inline:17px; font-size:12px; }
  .faq-item.is-open .faq-answer p { padding:17px 17px 20px; }
  .support-card { min-height:440px; padding-inline:18px; }
  .footer-top { grid-template-columns:1fr; }
  .footer-links { grid-column:auto; }
  .footer-bottom { flex-direction:column; gap:12px; }
  .modal { padding:10px; }
  .modal-panel { padding:27px 21px; max-height:calc(100vh - 20px); border-radius:22px; }
  .modal-brand { margin-bottom:30px; }
  .modal-panel h2 { font-size:32px; }
  .toast { left:12px; right:12px; bottom:12px; min-width:0; }
}

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

/* Dark theme */
:root {
  --ink: #f5f3e9;
  --white: #f8f6ed;
  --muted: #99978e;
  --line: rgba(255, 255, 255, .12);
}

body { color: var(--ink); background: #10100e; }
.site-header.scrolled { background: rgba(16, 16, 14, .88); box-shadow: 0 1px 0 rgba(255,255,255,.08); }
.brand { color: #fffdf4; }
.brand-accent { color: var(--yellow); }
.site-header .brand { border-color: rgba(255,255,255,.14); background: rgba(25,25,22,.58); box-shadow: inset 0 1px 0 rgba(255,255,255,.045), 0 10px 28px rgba(0,0,0,.18); }
.site-header .brand:hover { border-color: rgba(247,201,0,.38); background: rgba(31,31,27,.8); }
.main-nav { background: rgba(27,27,24,.72); }
.main-nav a { color: #aaa89f; }
.main-nav a:hover { color: #fff; background: rgba(255,255,255,.08); }
.mobile-account-link { color: #aaa89f; }
.menu-button { background: #191917; }
.menu-button span { background: #fff; }
.button-ghost { color: #fff; background: rgba(255,255,255,.045); }
.button-outline { color: #fff; border-color: rgba(255,255,255,.25); }
.button-outline:hover { color: var(--black); background: var(--yellow); border-color: var(--yellow); }

.hero { background: radial-gradient(circle at 73% 33%, rgba(247,201,0,.17), transparent 31%), linear-gradient(180deg,#11110f 0%,#151511 100%); }
.hero::before { border-color: rgba(255,255,255,.06); box-shadow: 0 0 0 100px rgba(255,255,255,.012), 0 0 0 200px rgba(255,255,255,.01); }
.eyebrow { background: rgba(255,255,255,.045); }
h1 span, h2 span { color: var(--yellow); }
.hero-lead { color: #aaa89f; }
.hero-facts span { color: #77766f; }
.hero-card { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.13); box-shadow: 0 35px 90px rgba(0,0,0,.48); }
.speed-chip { color: #fff; background: #1b1b18; box-shadow: 0 14px 35px rgba(0,0,0,.35); }
.speed-chip small { color: #85837a; }
.hero-orbit { color: #fff; background: rgba(25,25,22,.82); border-color: rgba(255,255,255,.13); }
.trust-strip { background: #070706; border-block: 1px solid rgba(255,255,255,.05); }

.section-number, .modal-kicker { color: var(--yellow); }
.section-heading > p, .benefit-card p, .faq-intro > p { color: var(--muted); }
.benefit-card { background: #191917; border-color: rgba(255,255,255,.1); }
.benefit-card:hover { border-color: rgba(247,201,0,.5); box-shadow: 0 22px 45px rgba(0,0,0,.25); }
.benefit-card-featured { color: var(--black); background: var(--yellow); border-color: var(--yellow); }
.benefit-card-featured p { color: #655300; }
.benefit-card-featured .benefit-icon { background: var(--black); }
.benefit-card-featured .benefit-icon svg { fill: var(--yellow); }
.benefit-card-featured .benefit-index { color: #675500; }
.benefit-card-featured .speed-lines i { background: var(--black); }
.setup-shell { background: #080807; border: 1px solid rgba(255,255,255,.08); }

.pricing-section { background: #151512; }
.plan-card { background: #1b1b18; border-color: rgba(255,255,255,.11); }
.plan-card .plan-top { color: var(--yellow); }
.plan-card .price small { color: #8c8a81; }
.plan-card .save-tag { color: var(--yellow); background: rgba(247,201,0,.1); }
.plan-card ul { color: #aaa89f; }
.plan-card li::before { color: var(--yellow); }
.plan-card-featured { color: var(--black); background: var(--yellow); border-color: var(--yellow); }
.plan-card-featured .plan-top { color: #5c4b00; }
.plan-card-featured .price small { color: #6f5b00; }
.plan-card-featured .save-tag { color: #fff; background: var(--black); }
.plan-card-featured ul { color: #413500; }
.plan-card-featured li::before { color: var(--black); }
.pricing-note { color: #77766f; }

.account-preview-section { background: #0b0b0a; }
.account-preview { background: #191917; border: 1px solid rgba(255,255,255,.08); }
.art-fade { background: linear-gradient(90deg,transparent 45%,#191917 100%); }
.account-mini-card { background: rgba(255,255,255,.025); }
.faq-item button { color: var(--ink); }
.faq-item button i::before, .faq-item button i::after { background: #fff; }
.faq-item.is-open button i::before, .faq-item.is-open button i::after { background: var(--black); }
.faq-answer p { color: var(--muted); }

.modal-panel { color: var(--ink); background: #191917; border: 1px solid rgba(255,255,255,.1); }
.modal-close { color: #fff; }
.modal-panel > .auth-view > p { color: var(--muted); }
.auth-form label { color: #aaa89f; }
.auth-form input { color: #fff; background: #10100e; }
.auth-form input::placeholder { color: #65645d; }
.demo-login { color: var(--yellow); }
.checkout-list b { color: #fff; }
.selected-plan { color: var(--black); }
.checkout-note { color: #77766f; }

@media (max-width: 820px) {
  .main-nav { background: #191917; }
  .mobile-account-link { color: #aaa89f; background: transparent; }
  .mobile-account-link.is-active { color: var(--black); background: var(--yellow); box-shadow: 0 7px 20px rgba(247,201,0,.19); }
}

@media (max-width: 820px) and (min-width: 561px) {
  .art-fade { background: linear-gradient(180deg,transparent 45%,#191917 100%); }
}

@media (max-width: 560px) {
  .art-fade { background: linear-gradient(180deg,transparent 45%,#191917 100%); }
}

/* Minimal layout */
.hero-facts,
.trust-strip,
.compact-section,
.account-preview-section,
.speed-chip,
.hero-orbit { display: none; }

.hero { min-height: 710px; padding-bottom: 72px; }
.hero-visual { min-height: 450px; }
.hero-copy h1 { margin-bottom: 20px; }
.hero-lead { max-width: 470px; margin-bottom: 27px; }
.section { padding: 96px 0; }
.section-heading { margin-bottom: 42px; }
.benefits-grid { grid-template-columns: repeat(3, 1fr); }
.benefit-card { min-height: 280px; }
.benefit-card:nth-child(4) { display: none; }
.plan-card { min-height: 345px; }
.plan-card ul { display: none; }
.plan-card .button { margin-top: auto; }
.pricing-note { margin-top: 20px; }
.faq-intro > p { max-width: 330px; }
.support-section { padding-top: 0; }
.support-card { min-height: 365px; }
.site-footer { padding-top: 56px; }

@media (max-width: 820px) {
  .hero { min-height: auto; }
  .hero-visual { min-height: auto; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 235px; }
}

@media (max-width: 560px) {
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 32px; }
  .plan-card { min-height: 330px; }
  .support-card { min-height: 340px; }
}

/* Header navigation works as application tabs */
.tab-mode { overflow: hidden; }
.tab-mode main { height: 100dvh; position: relative; overflow: hidden; background: #10100e; }
.tab-mode .view-panel { display: none; height: 100%; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: rgba(247,201,0,.45) transparent; }
.tab-mode .view-panel.view-active { display: block; }
.tab-mode .section.view-panel.view-active { display:flex; flex-direction:column; }
.tab-mode .view-panel::-webkit-scrollbar { width: 6px; }
.tab-mode .view-panel::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(247,201,0,.45); }
.tab-mode .hero { min-height: 0; padding: 118px 0 38px; }
.tab-mode .hero-grid { min-height: calc(100dvh - 156px); }
.tab-mode .section { padding:108px 0 28px; }
.tab-mode .section.view-panel { position:relative; }
.tab-mode .section > .container { margin-block:auto; }
.tab-mode .reveal { opacity: 1; transform: none; }
.tab-mode .site-footer { display: none; }
.main-nav a.is-active { color: var(--black); background: var(--yellow); }
.main-nav a.is-active:hover { color: var(--black); background: var(--yellow-bright); }

@media (max-width: 820px) {
  .tab-mode .hero { padding-top: 102px; }
  .tab-mode .hero-grid { min-height: auto; padding-bottom: 48px; }
  .tab-mode .section { padding-top: 105px; }
  .main-nav a.is-active { color: var(--black); }
}

@media (max-width: 560px) {
  .tab-mode .section { padding: 94px 0 32px; }
  .tab-mode .hero { padding: 96px 0 0; }
  .tab-mode .hero-grid { padding-bottom: 30px; }
}

@media (min-width:821px) {
  .tab-mode #faq .faq-grid { min-height:590px; }
  .tab-mode #faq .accordion { align-self:start; }
}

/* Smooth tab and click motion */
.tab-mode .view-panel.view-animating > .container {
  animation: view-arrive .55s cubic-bezier(.22,.8,.28,1) both;
}

.tab-mode .view-panel.view-animating .section-heading,
.tab-mode .view-panel.view-animating .faq-intro {
  animation: content-rise .52s .06s cubic-bezier(.22,.8,.28,1) both;
}

.tab-mode .view-panel.view-animating .benefit-card,
.tab-mode .view-panel.view-animating .plan-card,
.tab-mode .view-panel.view-animating .faq-item {
  animation: item-arrive .5s cubic-bezier(.22,.8,.28,1) both;
}

.tab-mode .view-panel.view-animating .benefit-card:nth-child(1),
.tab-mode .view-panel.view-animating .plan-card:nth-child(1),
.tab-mode .view-panel.view-animating .faq-item:nth-child(1) { animation-delay: .08s; }
.tab-mode .view-panel.view-animating .benefit-card:nth-child(2),
.tab-mode .view-panel.view-animating .plan-card:nth-child(2),
.tab-mode .view-panel.view-animating .faq-item:nth-child(2) { animation-delay: .13s; }
.tab-mode .view-panel.view-animating .benefit-card:nth-child(3),
.tab-mode .view-panel.view-animating .plan-card:nth-child(3),
.tab-mode .view-panel.view-animating .faq-item:nth-child(3) { animation-delay: .18s; }
.tab-mode .view-panel.view-animating .plan-card:nth-child(4) { animation-delay: .23s; }

.main-nav a { position: relative; overflow: hidden; transition: color .25s ease, background .25s ease, transform .12s ease, box-shadow .12s ease, filter .12s ease; }
.mobile-account-link { position: relative; overflow: hidden; transition: color .25s ease, background .25s ease, transform .12s ease, box-shadow .12s ease, filter .12s ease; }
.main-nav a.is-active { transform: translateY(-1px); box-shadow: 0 7px 20px rgba(247,201,0,.19); animation: active-tab .36s cubic-bezier(.2,.9,.3,1); }

.button { position: relative; overflow: hidden; }
.button,
.menu-button,
.mobile-account-link,
.faq-item button,
.auth-tabs button,
.account-logout,
.support-outline-link,
.ton-back,
.ton-amount-card,
.ton-detail-copy { transition: transform .16s cubic-bezier(.2,.8,.2,1), box-shadow .18s ease, filter .16s ease, border-color .2s ease, background .2s ease, color .2s ease; }

.is-pressed {
  transform: translateY(3px) scale(.98) !important;
  box-shadow: inset 0 4px 9px rgba(0,0,0,.34), 0 1px 2px rgba(0,0,0,.18) !important;
  filter: brightness(.9);
}

.faq-item button.is-pressed { padding-inline:22px; background:rgba(255,255,255,.035); transform:scale(.992) !important; box-shadow:inset 0 2px 8px rgba(0,0,0,.2) !important; }
.main-nav a.is-active.is-pressed { transform: translateY(2px) scale(.97) !important; }

@keyframes view-arrive {
  from { opacity: 0; transform: translateY(14px) scale(.992); filter: blur(4px); }
  to { opacity: 1; transform: none; filter: blur(0); }
}

@keyframes content-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

@keyframes item-arrive {
  from { opacity: 0; transform: translateY(22px) scale(.98); }
  to { opacity: 1; transform: none; }
}

@keyframes active-tab {
  0% { transform: scale(.94); box-shadow: 0 0 0 rgba(247,201,0,0); }
  65% { transform: scale(1.025) translateY(-1px); }
  100% { transform: translateY(-1px); box-shadow: 0 7px 20px rgba(247,201,0,.19); }
}

@media (prefers-reduced-motion: reduce) {
  .tab-mode .view-panel.view-animating > .container,
  .tab-mode .view-panel.view-animating .section-heading,
  .tab-mode .view-panel.view-animating .faq-intro,
  .tab-mode .view-panel.view-animating .benefit-card,
  .tab-mode .view-panel.view-animating .plan-card,
  .tab-mode .view-panel.view-animating .faq-item,
  .main-nav a.is-active { animation: none !important; }
  .is-pressed { transform: none !important; }
  .ton-invoice:not([hidden]) { animation:none !important; }
  .plan-modal-panel.ton-step-returning .ton-invoice { transition:none !important; }
}

@media (max-width:560px) {
  .faq-item button.is-pressed { padding-inline:17px; }
}

/* Real account authentication */
[hidden] { display: none !important; }
.account-modal-panel { width: min(500px, 100%); }
.account-modal-panel { scrollbar-width: thin; scrollbar-color: rgba(247,201,0,.5) transparent; }
.account-modal-panel::-webkit-scrollbar { width: 6px; }
.account-modal-panel::-webkit-scrollbar-thumb { border-radius: 8px; background: rgba(247,201,0,.5); }
.auth-tabs { margin: 22px 0 18px; padding: 4px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; border: 1px solid var(--line); border-radius: 15px; background: #10100e; }
.auth-tabs button { min-height: 40px; position: relative; overflow: hidden; border: 0; border-radius: 11px; color: #8f8d84; background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; transition: .25s ease; }
.auth-tabs button.is-active { color: var(--black); background: var(--yellow); box-shadow: 0 8px 20px rgba(247,201,0,.15); }
.auth-error { padding: 11px 13px; border: 1px solid rgba(255,91,91,.25); border-radius: 12px; color: #ff9898; background: rgba(255,74,74,.08); font-size: 11px; line-height: 1.45; }
.auth-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.forgot-password { width:max-content; margin:-7px 0 -2px auto; padding:2px 0; border:0; color:#8f8d84; background:transparent; font-size:10px; font-weight:750; cursor:pointer; transition:color .2s ease, transform .12s ease; }
.forgot-password:hover { color:var(--yellow); }
.verification-view .modal-kicker { margin-bottom:10px; }
.verification-view > p { margin:0 0 22px; color:#95938b; font-size:12px; line-height:1.65; }
.verification-view > p strong { color:#fff; font-weight:800; overflow-wrap:anywhere; }
.mail-delivery-hint { margin:-10px 0 16px; padding:10px 12px; display:flex; align-items:center; gap:9px; border:1px solid rgba(247,201,0,.2); border-radius:13px; color:#bbb8ae; background:rgba(247,201,0,.055); font-size:11px; font-weight:600; line-height:1.45; }
.mail-delivery-hint span { width:20px; height:20px; flex:0 0 20px; display:inline-flex; align-items:center; justify-content:center; border-radius:7px; color:#11110f; background:var(--yellow); font-size:12px; font-weight:850; line-height:1; }
.verification-form { display:grid; gap:13px; }
.verification-form label { display:grid; gap:8px; color:#aaa89f; font-size:10px; font-weight:700; }
.verification-form input { width:100%; height:64px; padding:0 18px; border:1px solid var(--line); border-radius:16px; outline:0; color:var(--yellow); text-align:center; letter-spacing:.45em; background:#10100e; font-size:25px; font-weight:900; transition:border-color .2s ease, box-shadow .2s ease; }
.verification-form input:focus { border-color:var(--yellow); box-shadow:0 0 0 3px rgba(247,201,0,.12); }
.verification-form input::placeholder { color:#55544e; }
.verification-error { padding:11px 13px; border:1px solid rgba(255,91,91,.25); border-radius:12px; color:#ff9898; background:rgba(255,74,74,.08); font-size:11px; line-height:1.45; }
.verification-submit { width:100%; }
.verification-submit:disabled,.verification-resend:disabled { opacity:.6; cursor:wait; transform:none !important; }
.verification-resend,.verification-back { width:max-content; margin:13px auto 0; display:block; border:0; color:var(--yellow); background:transparent; font-size:10px; font-weight:800; cursor:pointer; transition:color .2s ease, transform .12s ease; }
.verification-resend:hover { color:var(--yellow-bright); }
.verification-back { margin-top:10px; color:#85837a; }
.verification-back:hover { color:#fff; }
.recovery-view .modal-kicker { display:block; margin-bottom:10px; }
.recovery-view h2 { margin-bottom:9px; }
.recovery-view p { margin:0 0 20px; color:#95938b; font-size:12px; line-height:1.6; }
.recovery-view p strong { color:#fff; font-weight:800; overflow-wrap:anywhere; }
.recovery-form { display:grid; gap:12px; }
.recovery-form label { display:grid; gap:7px; color:#aaa89f; font-size:10px; font-weight:700; }
.recovery-form input { width:100%; height:50px; padding:0 15px; border:1px solid var(--line); border-radius:14px; outline:0; color:#fff; background:#10100e; font-size:14px; transition:border-color .2s ease, box-shadow .2s ease; }
.recovery-form input:focus { border-color:var(--yellow); box-shadow:0 0 0 3px rgba(247,201,0,.12); }
.recovery-form input::placeholder { color:#65645d; }
.recovery-form .recovery-code { height:60px; color:var(--yellow); text-align:center; letter-spacing:.34em; font-size:23px; font-weight:900; }
.recovery-error { padding:11px 13px; border:1px solid rgba(255,91,91,.25); border-radius:12px; color:#ff9898; background:rgba(255,74,74,.08); font-size:11px; line-height:1.45; }
.recovery-request-submit,.recovery-reset-submit { width:100%; }
.recovery-request-submit:disabled,.recovery-reset-submit:disabled,.recovery-resend:disabled { opacity:.6; cursor:wait; transform:none !important; }
.recovery-back,.recovery-resend { width:max-content; margin:13px auto 0; display:block; border:0; color:#85837a; background:transparent; font-size:10px; font-weight:800; cursor:pointer; transition:color .2s ease, transform .12s ease; }
.recovery-resend { color:var(--yellow); }
.recovery-back:hover { color:#fff; }
.recovery-resend:hover { color:var(--yellow-bright); }
.dashboard-view h2 span { color: var(--yellow); }
.dashboard-email { margin: -3px 0 20px; color: #85837a; font-size: 11px; }
.dashboard-status.is-inactive { background: #121210; border: 1px solid rgba(255,255,255,.1); }
.dashboard-status.is-inactive .dashboard-status-top i { background: #77766f; box-shadow: 0 0 0 4px rgba(119,118,111,.12); }
.dashboard-status.is-inactive .dashboard-status-top b { color: #77766f; }
.dashboard-status.is-inactive .dashboard-progress i { background: #77766f; }
.account-footer { margin-top: 18px; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-top: 1px solid var(--line); }
.account-footer small { color:#8b8981; font-size:10px; font-weight:650; line-height:1.35; }
.account-logout { min-height:35px; padding:8px 13px; border:1px solid rgba(255,255,255,.14); border-radius:11px; color:#bbb9b0; background:rgba(255,255,255,.025); font-size:10px; font-weight:800; cursor:pointer; transition:color .2s ease, border-color .2s ease, background .2s ease, transform .12s ease, box-shadow .2s ease; }
.account-logout:hover { color:#fff; border-color:rgba(247,201,0,.55); background:rgba(247,201,0,.07); box-shadow:0 7px 20px rgba(247,201,0,.07); }
.account-modal-panel.register-mode .modal-brand { margin-bottom: 26px; }
.account-modal-panel.register-mode .auth-tabs { margin: 15px 0 13px; }
.account-modal-panel.register-mode .auth-form { gap: 10px; }
.account-modal-panel.register-mode .auth-form label { gap: 6px; }
.account-modal-panel.register-mode .auth-form input { height: 46px; }

/* App chooser */
.connection-modal-panel { width:min(460px,100%); }
.connection-modal-panel .modal-brand { margin-bottom:27px; }
.connection-modal-panel h2 { margin-bottom:10px; font-size:35px; }
.connection-pickers { margin:22px 0 16px; display:grid; gap:10px; }
.connection-icon-defs { width:0; height:0; position:absolute; overflow:hidden; }
.connection-picker { display:grid; gap:8px; }
.connection-picker-label { color:#8d8b83; font-size:9px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.connection-picker-trigger { width:100%; min-height:62px; padding:10px 16px 10px 12px; display:flex; align-items:center; justify-content:space-between; gap:15px; border:1px solid var(--line); border-radius:17px; color:#fff; background:rgba(255,255,255,.025); cursor:pointer; transition:border-color .22s ease, background .22s ease, box-shadow .22s ease, transform .12s ease; }
.connection-picker-trigger:hover,.connection-picker.is-open .connection-picker-trigger { border-color:rgba(247,201,0,.75); background:rgba(247,201,0,.055); box-shadow:0 10px 28px rgba(247,201,0,.06); }
.connection-picker-main { min-width:0; display:flex; align-items:center; gap:12px; }
.connection-picker-main img,.connection-picker-main svg { width:38px; height:38px; flex:0 0 auto; border-radius:12px; object-fit:contain; fill:var(--yellow); }
.connection-picker-main svg { padding:8px; border:1px solid rgba(247,201,0,.18); background:rgba(247,201,0,.055); }
.connection-picker-main b { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:15px; }
.connection-picker-chevron { width:9px; height:9px; flex:0 0 auto; border-right:2px solid var(--yellow); border-bottom:2px solid var(--yellow); transform:translateY(-3px) rotate(45deg); transition:transform .28s cubic-bezier(.22,1,.36,1); }
.connection-picker.is-open .connection-picker-chevron { transform:translateY(3px) rotate(225deg); }
.connection-picker-menu { display:grid; grid-template-rows:0fr; opacity:0; transform:translateY(-5px); transition:grid-template-rows .32s cubic-bezier(.22,1,.36,1), opacity .2s ease, transform .32s cubic-bezier(.22,1,.36,1); }
.connection-picker.is-open .connection-picker-menu { grid-template-rows:1fr; opacity:1; transform:none; }
.connection-picker-options { min-height:0; overflow:hidden; display:grid; gap:6px; border:0 solid transparent; border-radius:16px; background:#11110f; transition:padding .32s cubic-bezier(.22,1,.36,1), border-width .32s ease, border-color .32s ease; }
.connection-picker.is-open .connection-picker-options { padding:6px; border-width:1px; border-color:rgba(255,255,255,.1); }
.connection-picker-option { min-height:56px; padding:8px 11px; display:grid; grid-template-columns:38px minmax(0,1fr) 18px; align-items:center; gap:11px; border:1px solid transparent; border-radius:12px; color:#fff; text-align:left; background:transparent; cursor:pointer; transition:background .2s ease, border-color .2s ease, transform .12s ease; }
.connection-picker-option:hover { background:rgba(255,255,255,.045); }
.connection-picker-option.is-selected { border-color:rgba(247,201,0,.35); background:rgba(247,201,0,.09); }
.connection-picker-option > img,.connection-picker-option > svg { width:38px; height:38px; border-radius:11px; object-fit:contain; fill:var(--yellow); }
.connection-picker-option > svg { padding:8px; border:1px solid rgba(247,201,0,.14); background:rgba(247,201,0,.045); }
.connection-picker-option > span { min-width:0; display:grid; }
.connection-picker-option b { font-size:13px; }
.connection-picker-option > i { width:8px; height:4px; justify-self:center; border-left:2px solid transparent; border-bottom:2px solid transparent; transform:rotate(-45deg); }
.connection-picker-option.is-selected > i { border-color:var(--yellow); }
.connection-submit { width:100%; }

@media (max-width: 560px) {
  .auth-tabs { margin-top: 17px; }
  .account-modal-panel { max-height: calc(100dvh - 20px); }
  .account-modal-panel:has(.dashboard-view:not([hidden])) { padding: 21px 18px; }
  .account-modal-panel:has(.dashboard-view:not([hidden])) .modal-brand { margin-bottom: 18px; }
  .dashboard-view .modal-kicker { margin-bottom: 8px; }
  .dashboard-view h2 { margin-bottom: 6px; font-size: 29px; }
  .dashboard-email { margin: 0 0 12px; font-size: 10px; }
  .dashboard-status { margin: 12px 0; padding: 14px; border-radius: 15px; }
  .dashboard-status-top span { gap: 7px; font-size: 11px; }
  .dashboard-status-top b { font-size: 17px; }
  .dashboard-progress { margin: 12px 0 8px; }
  .dashboard-connect { min-height:48px; border-radius:14px; }
  .dashboard-renew { margin-top: 10px; }
  .account-footer { margin-top: 10px; padding-top: 10px; align-items: center; flex-direction: row; gap: 8px; }
  .account-footer small { font-size:9px; }
  .account-logout { min-height:33px; padding:7px 10px; font-size:9px; border-radius:10px; }
  .connection-modal-panel { padding:23px 18px; }
  .connection-modal-panel .modal-brand { margin-bottom:20px; }
  .connection-modal-panel h2 { font-size:29px; }
  .connection-pickers { margin:18px 0 14px; }
  .connection-picker-trigger { min-height:56px; border-radius:15px; }
  .connection-picker-main img,.connection-picker-main svg { width:34px; height:34px; border-radius:10px; }
  .connection-picker-option { min-height:52px; grid-template-columns:34px minmax(0,1fr) 18px; }
  .connection-picker-option > img,.connection-picker-option > svg { width:34px; height:34px; border-radius:10px; }
}

/* Legal links and documents */
.hero-legal-links,
.view-legal-links {
  position:absolute;
  z-index:3;
  left:50%;
  bottom:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  transform:translateX(-50%);
}
.hero-legal-links a,
.view-legal-links a {
  min-height:36px;
  padding:0 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  color:#77766f;
  background:rgba(25,25,22,.48);
  backdrop-filter:blur(12px);
  font-size:9px;
  font-weight:750;
  transition:color .2s ease,border-color .2s ease,background .2s ease,transform .12s ease;
}
.hero-legal-links a:hover,
.view-legal-links a:hover {
  color:#f5f3ea;
  border-color:rgba(247,201,0,.42);
  background:rgba(247,201,0,.06);
}
.hero-legal-links a:active,
.view-legal-links a:active { transform:translateY(2px) scale(.985); }
.footer-bottom a { transition:color .2s ease; }
.footer-bottom a:hover { color:var(--yellow); }

.legal-page { min-height:100dvh; background:#10100e; }
.legal-page .noise { opacity:.018; }
.legal-header {
  position:sticky;
  z-index:20;
  top:0;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(16,16,14,.86);
  backdrop-filter:blur(18px);
}
.legal-header-inner {
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.legal-header .brand {
  padding:6px 12px 6px 6px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:17px;
  background:rgba(25,25,22,.68);
}
.legal-back {
  min-height:40px;
  padding:0 15px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:13px;
  color:#aaa89f;
  background:rgba(255,255,255,.025);
  font-size:11px;
  font-weight:800;
  transition:color .2s ease,border-color .2s ease,background .2s ease,transform .12s ease;
}
.legal-back::before { content:"←"; color:var(--yellow); font-size:16px; }
.legal-back:hover { color:#fff; border-color:rgba(247,201,0,.42); background:rgba(247,201,0,.06); }
.legal-back:active { transform:translateY(2px) scale(.985); }
@media (min-width:821px) {
  .legal-back {
    min-height:46px;
    padding:0 18px;
    gap:10px;
    border-radius:15px;
    font-size:13px;
  }
  .legal-back::before {
    content:"";
    width:23px;
    height:23px;
    flex:0 0 23px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M14 7 5 16l9 9M6 16h22' fill='none' stroke='%23f7c900' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  }
}
.legal-main { padding:64px 0 84px; }
.legal-document { width:min(860px,100%); margin-inline:auto; }
.legal-kicker {
  display:block;
  margin-bottom:15px;
  color:var(--yellow);
  font-size:10px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.legal-document > h1 {
  max-width:780px;
  margin:0 0 17px;
  font-size:clamp(42px,6vw,72px);
  line-height:.96;
  letter-spacing:-.06em;
  overflow-wrap:break-word;
  hyphens:manual;
}
.legal-updated { margin:0 0 38px; color:#77766f; font-size:11px; }
.legal-summary {
  margin-bottom:18px;
  padding:24px 26px;
  border:1px solid rgba(247,201,0,.26);
  border-radius:20px;
  color:#c2c0b7;
  background:linear-gradient(135deg,rgba(247,201,0,.08),rgba(255,255,255,.025));
  font-size:14px;
  line-height:1.7;
}
.legal-toc {
  margin:0 0 18px;
  padding:10px;
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:17px;
  background:#151513;
}
.legal-toc a {
  padding:9px 12px;
  border-radius:10px;
  color:#8f8d85;
  background:rgba(255,255,255,.025);
  font-size:10px;
  font-weight:750;
  transition:color .2s ease,background .2s ease;
}
.legal-toc a:hover { color:var(--yellow); background:rgba(247,201,0,.06); }
.legal-section {
  margin-top:14px;
  padding:30px 32px;
  scroll-margin-top:98px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:22px;
  background:#191917;
}
.legal-section h2 {
  margin:0 0 20px;
  color:#f5f3ea;
  font-size:23px;
  line-height:1.15;
  letter-spacing:-.035em;
}
.legal-section h3 {
  margin:22px 0 10px;
  color:#dedcd3;
  font-size:15px;
  line-height:1.35;
}
.legal-section p,.legal-section li {
  color:#aaa89f;
  font-size:13px;
  line-height:1.75;
}
.legal-section p { margin:0 0 13px; }
.legal-section p:last-child { margin-bottom:0; }
.legal-section ul { margin:12px 0 16px; padding-left:20px; }
.legal-section li + li { margin-top:7px; }
.legal-section strong { color:#e4e2d8; }
.legal-section a,.legal-contact a { color:var(--yellow); }
.legal-contact {
  margin-top:18px;
  padding:26px 30px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  overflow:hidden;
  isolation:isolate;
  border-radius:22px;
  color:#11110f;
  background:linear-gradient(135deg,#f7c900 0%,#ffd814 100%);
}
.legal-contact::before {
  content:"";
  position:absolute;
  z-index:0;
  width:260px;
  height:260px;
  top:50%;
  right:86px;
  pointer-events:none;
  background:url("assets/legal-contact-vmark.png") center/contain no-repeat;
  opacity:.095;
  transform:translateY(-50%) rotate(-7deg);
}
.legal-contact > * { position:relative; z-index:1; }
.legal-contact h2 { margin:0 0 8px; color:#11110f; font-size:21px; }
.legal-contact p { margin:0; color:#655300; font-size:12px; line-height:1.6; }
.legal-contact-links { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:8px; }
.legal-contact a {
  min-height:44px;
  padding:5px 13px 5px 6px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:12px;
  color:#fff;
  background:#11110f;
  font-size:10px;
  font-weight:850;
  transition:transform .12s ease, box-shadow .12s ease, filter .12s ease;
  -webkit-tap-highlight-color:transparent;
}
.legal-contact a:active {
  transform:translateY(3px) scale(.98);
  box-shadow:inset 0 4px 9px rgba(0,0,0,.34), 0 1px 2px rgba(0,0,0,.18);
  filter:brightness(.9);
}
.legal-contact-icon {
  width:28px;
  height:28px;
  flex:0 0 28px;
  display:block;
  border-radius:9px;
}
.legal-switcher {
  margin-top:18px;
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  color:#77766f;
  background:#151513;
  font-size:11px;
}
.legal-switcher a {
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#f5f3ea;
  font-weight:800;
}
.legal-switcher-arrow {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  font-size:16px;
  font-weight:900;
}
@media (min-width:821px) {
  .legal-switcher a {
    gap:8px;
    font-size:12px;
  }
  .legal-switcher-arrow {
    width:20px;
    height:20px;
    flex:0 0 20px;
    font-size:0;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='m18 7 9 9-9 9M26 16H4' fill='none' stroke='%23f7c900' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  }
}
.legal-switcher a:hover { color:var(--yellow); }
.legal-footer { padding:26px 0 34px; border-top:1px solid rgba(255,255,255,.08); color:#595853; font-size:9px; text-transform:uppercase; letter-spacing:.08em; }
.legal-footer-inner { display:flex; justify-content:space-between; gap:20px; }

@media (max-width:820px) {
  .hero-legal-links,
  .view-legal-links {
    position:static;
    width:min(100% - 32px,650px);
    margin:8px auto 24px;
    transform:none;
  }
  .tab-mode .hero-grid { padding-bottom:20px; }
  .legal-main { padding:46px 0 64px; }
}

@media (max-width:560px) {
  .hero-legal-links,
  .view-legal-links { margin-top:4px; padding-bottom:max(4px,env(safe-area-inset-bottom)); gap:6px; }
  .hero-legal-links a,
  .view-legal-links a { width:50%; min-height:40px; padding-inline:8px; white-space:normal; text-align:center; line-height:1.25; }
  .tab-mode .hero {
    background-color:#10100e;
    background-image:
      radial-gradient(circle at 73% 33%,rgba(247,201,0,.17),transparent 31%),
      linear-gradient(180deg,#11110f 0%,#151511 68%,#10100e 100%);
  }
  .tab-mode .hero-visual { padding-bottom:60px; }
  .tab-mode .hero-legal-links {
    margin-top:0;
    margin-bottom:0;
    padding-bottom:max(14px,env(safe-area-inset-bottom));
  }
  .tab-mode .view-legal-links {
    margin-top:18px;
    margin-bottom:0;
    padding-bottom:max(14px,env(safe-area-inset-bottom));
  }
  .legal-header-inner { min-height:70px; }
  .legal-header .brand { font-size:17px; }
  .legal-header .brand-mark { width:34px; height:34px; }
  .legal-back { min-height:38px; padding-inline:12px; font-size:10px; }
  .legal-main { padding:38px 0 54px; }
  .legal-document { width:calc(100% - 32px); }
  .legal-document > h1 { font-size:clamp(34px,9.5vw,39px); line-height:1.02; }
  .legal-summary { padding:20px; border-radius:17px; font-size:13px; }
  .legal-toc { display:grid; grid-template-columns:1fr 1fr; }
  .legal-toc a { display:flex; align-items:center; }
  .legal-section { padding:24px 20px; border-radius:18px; }
  .legal-section h2 { font-size:21px; }
  .legal-contact { padding:23px 20px; align-items:flex-start; flex-direction:column; }
  .legal-contact::before { width:330px; height:330px; top:44%; right:-72px; opacity:.068; }
  .legal-contact-links { width:100%; justify-content:flex-start; }
  .legal-switcher { align-items:flex-start; flex-direction:column; }
  .legal-footer-inner { flex-direction:column; gap:8px; }
}

/* Onest interface system */
body {
  font-weight:450;
  letter-spacing:-.012em;
  font-optical-sizing:auto;
  text-rendering:optimizeLegibility;
}

button,
input,
a {
  letter-spacing:-.012em;
}

.brand {
  font-weight:780;
  letter-spacing:-.045em;
}

.main-nav {
  gap:5px;
  padding:5px;
  border-color:rgba(255,255,255,.105);
  background:rgba(21,21,19,.76);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 12px 32px rgba(0,0,0,.12);
  backdrop-filter:blur(18px);
}

.main-nav a,
.mobile-account-link {
  padding:9px 15px;
  font-size:12px;
  font-weight:620;
  letter-spacing:-.018em;
}

.main-nav a.is-active,
.mobile-account-link.is-active {
  font-weight:680;
}

.site-header .brand {
  border-radius:18px;
  background:rgba(22,22,20,.72);
}

.button {
  min-height:51px;
  border-radius:16px;
  font-size:13px;
  font-weight:680;
  letter-spacing:-.02em;
}

.button-small {
  min-height:42px;
  border-radius:14px;
}

.button-primary {
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 12px 30px rgba(222,178,0,.15);
}

.button-ghost,
.button-outline,
.dashboard-connect,
.account-logout,
.support-outline-link,
.hero-legal-links a,
.view-legal-links a {
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}

h1,
.section h2,
.support-card h2,
.modal-panel h2,
.legal-document > h1 {
  font-weight:740;
}

h1 {
  line-height:.95;
  letter-spacing:-.052em;
}

.section h2 {
  line-height:1;
  letter-spacing:-.045em;
}

.modal-panel h2 {
  letter-spacing:-.042em;
}

.hero-lead {
  color:#a7a59c;
  font-size:17px;
  line-height:1.62;
  letter-spacing:-.018em;
}

.eyebrow,
.section-number,
.modal-kicker,
.plan-top,
.popular-badge,
.connection-picker-label,
.legal-kicker {
  font-weight:720;
  letter-spacing:.09em;
}

.benefit-card,
.plan-card,
.faq-item,
.account-preview,
.modal-panel,
.legal-section,
.legal-summary,
.legal-toc,
.legal-switcher {
  border-color:rgba(255,255,255,.095);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}

.benefit-card,
.plan-card {
  border-radius:24px;
  background:#171715;
}

.benefit-card h3,
.plan-card h3 {
  font-weight:680;
  letter-spacing:-.03em;
}

.benefit-card p,
.plan-card ul,
.pricing-note,
.section-heading > p,
.faq-intro > p {
  font-weight:430;
  line-height:1.65;
}

.benefit-icon {
  border-radius:14px;
}

.plan-card-featured,
.benefit-card-featured {
  background:linear-gradient(145deg,#ffd817 0%,#f7c900 72%,#eebf00 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 20px 45px rgba(126,100,0,.14);
}

.popular-badge,
.save-tag,
.eyebrow {
  border-radius:999px;
}

.faq-item {
  border-radius:20px;
  background:#151513;
}

.faq-item button {
  min-height:80px;
  font-size:15px;
  font-weight:620;
  letter-spacing:-.018em;
}

.faq-answer p {
  font-size:13px;
  font-weight:420;
  line-height:1.72;
}

.support-card {
  border-radius:32px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.42),0 24px 55px rgba(0,0,0,.12);
}

.support-card h2 {
  letter-spacing:-.045em;
}

.modal-panel {
  border-radius:28px;
  background:#161614;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 35px 100px rgba(0,0,0,.48);
}

.modal-close {
  border-radius:13px;
  background:rgba(255,255,255,.018);
}

.auth-tabs {
  padding:5px;
  border-radius:17px;
  background:#0e0e0d;
}

.auth-tabs button {
  border-radius:12px;
  font-size:11px;
  font-weight:650;
}

.auth-form label,
.verification-form label,
.recovery-form label {
  font-weight:540;
}

.auth-form input,
.verification-form input,
.recovery-form input {
  border-color:rgba(255,255,255,.1);
  border-radius:15px;
  background:#10100f;
  font-weight:480;
}

.dashboard-status,
.selected-plan {
  border-radius:20px;
}

.dashboard-status-top,
.dashboard-email,
.account-footer {
  letter-spacing:-.016em;
}

.connection-picker-trigger {
  border-radius:18px;
  background:#151513;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}

.connection-picker-main b,
.connection-picker-option b {
  font-weight:650;
}

.connection-picker-options {
  border-radius:18px;
  background:#10100f;
}

.connection-picker-option {
  border-radius:14px;
}

.hero-legal-links a,
.view-legal-links a {
  min-height:38px;
  border-radius:13px;
  background:rgba(21,21,19,.72);
  font-size:10px;
  font-weight:560;
}

.legal-header .brand,
.legal-back {
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}

.legal-back {
  font-weight:620;
}

.legal-document > h1 {
  line-height:1;
  letter-spacing:-.045em;
}

.legal-updated {
  font-size:11px;
  font-weight:450;
}

.legal-summary {
  border-radius:22px;
  font-size:14px;
  font-weight:430;
  line-height:1.75;
}

.legal-toc {
  padding:9px;
  border-radius:19px;
  background:#141412;
}

.legal-toc a {
  border-radius:12px;
  font-size:10px;
  font-weight:560;
}

.legal-section {
  border-radius:24px;
  background:#171715;
}

.legal-section h2 {
  font-weight:680;
  letter-spacing:-.032em;
}

.legal-section h3 {
  font-weight:620;
}

.legal-section p,
.legal-section li {
  font-size:13.5px;
  font-weight:420;
  line-height:1.78;
}

.legal-contact,
.legal-switcher {
  border-radius:22px;
}

.legal-contact h2 {
  font-weight:680;
  letter-spacing:-.025em;
}

.legal-contact a,
.legal-switcher a {
  font-weight:650;
}

@media (max-width:820px) {
  .main-nav {
    padding:9px;
    border-radius:24px;
    background:#151513;
  }

  .main-nav a,
  .mobile-account-link {
    padding:14px 16px;
    border-radius:16px;
    font-size:14px;
  }
}

/* Desktop navigation typography — calm, spacious Onest */
@media (min-width:821px) {
  .main-nav {
    gap:6px;
    padding:6px;
  }

  .main-nav a {
    min-height:42px;
    padding:11px 19px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    font-weight:600;
    line-height:1.1;
    letter-spacing:-.018em;
    color:#77766f;
  }

  .main-nav a:hover {
    color:#d9d7cf;
  }

  .main-nav a.is-active {
    font-weight:660;
    letter-spacing:-.022em;
  }
}

@media (max-width:560px) {
  .hero-copy h1 {
    line-height:1.04;
    letter-spacing:-.044em;
    font-weight:730;
  }

  .hero-lead {
    font-size:15px;
    line-height:1.62;
  }

  .button {
    min-height:54px;
    border-radius:17px;
    font-size:14px;
  }

  .benefit-card,
  .plan-card {
    border-radius:21px;
  }

  .faq-item {
    border-radius:18px;
  }

  .faq-item button {
    font-size:14px;
    font-weight:620;
  }

  .modal-panel {
    border-radius:24px;
  }

  .legal-document > h1 {
    line-height:1.04;
    letter-spacing:-.04em;
  }

  .legal-section p,
  .legal-section li {
    font-size:13px;
    line-height:1.72;
  }
}

/*
 * Desktop-wide Onest typography.
 * Mobile keeps its established sizing and rhythm unchanged.
 */
@media (min-width:821px) {
  body {
    font-size:16px;
    font-weight:430;
    letter-spacing:-.01em;
  }

  .brand {
    font-size:20px;
    font-weight:720;
    letter-spacing:-.035em;
  }

  h1,
  .section h2,
  .support-card h2,
  .modal-panel h2,
  .legal-document > h1 {
    font-weight:680;
  }

  .hero-copy h1 {
    line-height:.98;
    letter-spacing:-.045em;
    font-weight:700;
  }

  .hero-lead {
    font-size:18px;
    font-weight:420;
    line-height:1.62;
    letter-spacing:-.014em;
  }

  .eyebrow,
  .section-number,
  .modal-kicker,
  .plan-top,
  .popular-badge,
  .connection-picker-label,
  .legal-kicker {
    font-weight:650;
    letter-spacing:.07em;
  }

  .eyebrow {
    font-size:11.5px;
  }

  .section-number,
  .modal-kicker,
  .legal-kicker {
    font-size:11px;
  }

  .button,
  .support-outline-link,
  .dashboard-connect,
  .account-logout {
    font-size:14px;
    font-weight:620;
    letter-spacing:-.015em;
  }

  .section h2 {
    line-height:1;
    letter-spacing:-.042em;
  }

  .section-heading > p,
  .faq-intro > p,
  .account-copy > p,
  .support-card p {
    font-size:15.5px;
    font-weight:420;
    line-height:1.68;
    letter-spacing:-.012em;
  }

  .benefit-card h3,
  .plan-card h3 {
    font-weight:650;
    letter-spacing:-.025em;
  }

  .benefit-card p {
    font-size:14px;
    font-weight:420;
    line-height:1.68;
  }

  .benefit-index,
  .plan-top,
  .plan-top small,
  .popular-badge,
  .save-tag {
    font-size:10px;
    font-weight:650;
  }

  .price strong {
    font-weight:680;
    letter-spacing:-.052em;
  }

  .price > span {
    font-weight:650;
  }

  .price small {
    font-size:10px;
    font-weight:450;
  }

  .plan-card ul {
    font-size:12.5px;
    font-weight:420;
    line-height:1.6;
  }

  .pricing-note {
    font-size:12px;
    font-weight:420;
  }

  .account-mini-card small {
    font-size:10.5px;
    font-weight:430;
  }

  .account-mini-card strong {
    font-size:12.5px;
    font-weight:600;
  }

  .connection-pill strong {
    font-size:14px;
    font-weight:600;
  }

  .connection-pill small {
    font-size:11px;
    font-weight:420;
  }

  .faq-item button {
    font-size:16px;
    font-weight:600;
    line-height:1.45;
    letter-spacing:-.014em;
  }

  .faq-answer p {
    font-size:14px;
    font-weight:420;
    line-height:1.72;
  }

  .support-outline-link {
    font-size:13.5px;
  }

  .modal-brand {
    font-size:14px;
    font-weight:650;
    letter-spacing:-.02em;
  }

  .modal-panel h2,
  .connection-modal-panel h2 {
    font-weight:680;
    letter-spacing:-.035em;
  }

  .modal-panel > .auth-view > p,
  .verification-view > p,
  .recovery-view p {
    font-size:14px;
    font-weight:420;
    line-height:1.65;
  }

  .auth-tabs button {
    font-size:13px;
    font-weight:600;
  }

  .auth-form label,
  .verification-form label,
  .recovery-form label {
    font-size:12px;
    font-weight:520;
  }

  .auth-form input,
  .verification-form input,
  .recovery-form input {
    font-size:15px;
    font-weight:440;
  }

  .verification-form input,
  .recovery-form .recovery-code {
    font-weight:680;
  }

  .forgot-password,
  .verification-resend,
  .verification-back,
  .recovery-back,
  .recovery-resend {
    font-size:11.5px;
    font-weight:560;
  }

  .auth-error,
  .verification-error,
  .recovery-error,
  .checkout-error {
    font-size:12.5px;
    font-weight:450;
  }

  .dashboard-email {
    font-size:13px;
    font-weight:420;
  }

  .dashboard-status-top span {
    font-size:14px;
    font-weight:560;
  }

  .dashboard-status-top b {
    font-weight:650;
  }

  .dashboard-meta {
    font-size:11px;
    font-weight:430;
  }

  .selected-plan span {
    font-weight:650;
  }

  .selected-plan small {
    font-size:11px;
    font-weight:430;
  }

  .selected-plan strong {
    font-weight:680;
    letter-spacing:-.04em;
  }

  .checkout-list li {
    font-size:13px;
    font-weight:430;
  }

  .checkout-list b {
    font-weight:600;
  }

  .checkout-note {
    font-size:11px;
    font-weight:420;
  }

  .account-footer small {
    font-size:11.5px;
    font-weight:480;
  }

  .account-logout {
    font-size:12px;
  }

  .connection-picker-label {
    font-size:11px;
  }

  .connection-picker-main b {
    font-size:16px;
    font-weight:600;
  }

  .connection-picker-option b {
    font-size:15px;
    font-weight:560;
  }

  .toast strong {
    font-size:13px;
    font-weight:600;
  }

  .toast small {
    font-size:11px;
    font-weight:420;
  }

  .hero-legal-links a,
  .view-legal-links a {
    font-size:11.5px;
    font-weight:520;
  }

  .legal-back {
    font-size:12px;
    font-weight:600;
  }

  .legal-document > h1 {
    line-height:1;
    letter-spacing:-.04em;
  }

  .legal-updated {
    font-size:12px;
    font-weight:420;
  }

  .legal-summary {
    font-size:15.5px;
    font-weight:420;
    line-height:1.75;
  }

  .legal-toc a {
    font-size:11.5px;
    font-weight:520;
  }

  .legal-section h2 {
    font-size:25px;
    font-weight:650;
    letter-spacing:-.025em;
  }

  .legal-section h3 {
    font-size:17px;
    font-weight:600;
  }

  .legal-section p,
  .legal-section li {
    font-size:15px;
    font-weight:420;
    line-height:1.75;
  }

  .legal-contact h2 {
    font-size:22px;
    font-weight:650;
    letter-spacing:-.02em;
  }

  .legal-contact p {
    font-size:13.5px;
    font-weight:420;
  }

  .legal-contact a,
  .legal-switcher a {
    font-size:12px;
    font-weight:600;
  }

  .legal-footer {
    font-size:10px;
    font-weight:500;
  }
}

/* Desktop Medium rhythm: 500 weight with a readable 24px copy baseline */
@media (min-width:821px) {
  body {
    font-weight:500;
    line-height:24px;
  }

  .main-nav a {
    font-weight:500;
    line-height:24px;
  }

  .main-nav a.is-active {
    font-weight:600;
  }

  .button,
  .support-outline-link,
  .dashboard-connect,
  .account-logout,
  .hero-legal-links a,
  .view-legal-links a,
  .legal-back {
    font-weight:500;
  }

  .hero-lead,
  .section-heading > p,
  .faq-intro > p,
  .account-copy > p,
  .support-card p,
  .benefit-card p,
  .plan-card ul,
  .pricing-note,
  .faq-answer p,
  .modal-panel > .auth-view > p,
  .verification-view > p,
  .recovery-view p,
  .legal-summary,
  .legal-section p,
  .legal-section li {
    font-weight:500;
    line-height:24px;
  }

  .benefit-card h3,
  .plan-card h3,
  .faq-item button,
  .connection-picker-main b,
  .legal-section h3,
  .legal-contact a,
  .legal-switcher a {
    font-weight:600;
  }

  .faq-item button {
    line-height:24px;
  }

  .eyebrow,
  .section-number,
  .modal-kicker,
  .plan-top,
  .popular-badge,
  .save-tag,
  .connection-picker-label,
  .legal-kicker,
  .auth-tabs button,
  .auth-form label,
  .verification-form label,
  .recovery-form label,
  .forgot-password,
  .verification-resend,
  .verification-back,
  .recovery-back,
  .recovery-resend,
  .dashboard-email,
  .dashboard-status-top span,
  .dashboard-meta,
  .checkout-list li,
  .checkout-note,
  .account-footer small,
  .connection-picker-option b,
  .toast strong,
  .toast small,
  .legal-updated,
  .legal-toc a,
  .legal-contact p,
  .legal-footer {
    font-weight:500;
  }

  .auth-form input,
  .verification-form input,
  .recovery-form input {
    font-weight:500;
  }

  .price small,
  .plan-top,
  .plan-top small,
  .popular-badge,
  .save-tag,
  .benefit-index,
  .connection-picker-label,
  .eyebrow,
  .section-number,
  .modal-kicker,
  .legal-kicker {
    line-height:1.25;
  }

  .section h2,
  .support-card h2,
  .modal-panel h2,
  .connection-modal-panel h2,
  .legal-document > h1 {
    font-weight:650;
  }

  .legal-section h2,
  .legal-contact h2 {
    font-weight:600;
  }
}

/* Exact desktop typography for the primary navigation and hero controls */
@media (min-width:821px) {
  .main-nav a,
  .main-nav a.is-active,
  .header-actions .button,
  .hero-actions .button,
  .hero-legal-links a,
  .view-legal-links a {
    font-size:16px;
    font-weight:500;
    line-height:24px;
  }
}

/* Layered first-screen entrance */
.tab-mode .hero.view-animating > .container {
  animation: none;
}

.tab-mode .hero.view-animating .hero-copy > .eyebrow {
  animation: hero-chip-enter .54s .06s cubic-bezier(.22,1,.36,1) both;
}

.tab-mode .hero.view-animating .hero-copy > h1 {
  animation: hero-copy-enter .72s .13s cubic-bezier(.16,1,.3,1) both;
}

.tab-mode .hero.view-animating .hero-copy > .hero-lead {
  animation: hero-copy-enter .66s .23s cubic-bezier(.16,1,.3,1) both;
}

.tab-mode .hero.view-animating .hero-copy > .hero-actions {
  animation: hero-actions-enter .62s .32s cubic-bezier(.16,1,.3,1) both;
}

.tab-mode .hero.view-animating .hero-visual {
  --hero-entry-x: 34px;
  --hero-entry-y: 4px;
  animation: hero-visual-enter .86s .2s cubic-bezier(.16,1,.3,1) both;
}

.tab-mode .hero.view-animating .connection-pill {
  animation: hero-pill-enter .6s .68s cubic-bezier(.16,1,.3,1) both;
}

.tab-mode .hero.view-animating .hero-legal-links {
  animation: hero-legal-enter .55s .52s cubic-bezier(.22,1,.36,1) both;
}

.tab-mode .view-panel.view-animating > .view-legal-links {
  animation: hero-legal-enter .55s .4s cubic-bezier(.22,1,.36,1) both;
}

@keyframes hero-chip-enter {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.96);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}

@keyframes hero-copy-enter {
  from {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}

@keyframes hero-actions-enter {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes hero-visual-enter {
  from {
    opacity: 0;
    transform: translate(var(--hero-entry-x), var(--hero-entry-y)) scale(.965);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}

@keyframes hero-pill-enter {
  from {
    opacity: 0;
    transform: translateY(16px) scale(.94);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes hero-legal-enter {
  from {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes hero-legal-enter-mobile {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width:820px) {
  .tab-mode .hero.view-animating .hero-visual {
    --hero-entry-x: 0px;
    --hero-entry-y: 28px;
    animation-delay: .42s;
  }

  .tab-mode .hero.view-animating .connection-pill {
    animation-delay: .82s;
  }

  .tab-mode .hero.view-animating .hero-legal-links {
    animation-name: hero-legal-enter-mobile;
    animation-delay: .72s;
  }

  .tab-mode .view-panel.view-animating > .view-legal-links {
    animation-name:hero-legal-enter-mobile;
  }
}

@media (prefers-reduced-motion:reduce) {
  .tab-mode .hero.view-animating .hero-copy > .eyebrow,
  .tab-mode .hero.view-animating .hero-copy > h1,
  .tab-mode .hero.view-animating .hero-copy > .hero-lead,
  .tab-mode .hero.view-animating .hero-copy > .hero-actions,
  .tab-mode .hero.view-animating .hero-visual,
  .tab-mode .hero.view-animating .connection-pill,
  .tab-mode .hero.view-animating .hero-legal-links,
  .tab-mode .view-panel.view-animating > .view-legal-links {
    animation: none !important;
  }
}

/* First-load header entrance */
.page-ready .site-header .brand {
  animation: header-brand-enter .66s .04s cubic-bezier(.16,1,.3,1) both;
}

@media (min-width:821px) {
  .page-ready .site-header .main-nav {
    animation: header-nav-enter .72s .12s cubic-bezier(.16,1,.3,1) both;
  }

  .page-ready .site-header .header-actions {
    animation: header-action-enter .66s .2s cubic-bezier(.16,1,.3,1) both;
  }
}

@media (max-width:820px) {
  .page-ready .site-header .menu-button {
    animation: header-action-enter .66s .14s cubic-bezier(.16,1,.3,1) both;
  }
}

@keyframes header-brand-enter {
  from {
    opacity:0;
    transform:translateX(-20px) scale(.96);
    filter:blur(3px);
  }
  to {
    opacity:1;
    transform:none;
    filter:blur(0);
  }
}

@keyframes header-nav-enter {
  from {
    opacity:0;
    transform:translateY(-16px) scale(.975);
    filter:blur(4px);
  }
  to {
    opacity:1;
    transform:none;
    filter:blur(0);
  }
}

@keyframes header-action-enter {
  from {
    opacity:0;
    transform:translateX(20px) scale(.96);
    filter:blur(3px);
  }
  to {
    opacity:1;
    transform:none;
    filter:blur(0);
  }
}

@media (prefers-reduced-motion:reduce) {
  .page-ready .site-header .brand,
  .page-ready .site-header .main-nav,
  .page-ready .site-header .header-actions,
  .page-ready .site-header .menu-button {
    animation:none !important;
  }
}

/* Compact checkout flow */
@media (max-width:560px) {
  .plan-modal-panel {
    max-height:calc(100dvh - 20px);
    padding:24px 18px;
  }

  .plan-modal-panel > .modal-kicker { margin-bottom:8px; }
  .plan-modal-panel > h2 { margin-bottom:8px; font-size:30px; }
  .selected-plan { margin:18px 0; padding:16px; border-radius:16px; }
  .selected-plan span { font-size:15px; }
  .selected-plan strong { font-size:22px; }
  .checkout-summary { margin:-1px 0 18px; justify-content:flex-start; gap:7px 14px; font-size:9px; }
  .checkout-section-heading { margin-bottom:9px; }
  .checkout-section-heading small { display:none; }
  .payment-method-grid { gap:8px; }
  .payment-method-card { min-height:60px; padding-left:50px; border-radius:15px; }
  .payment-method-card span { font-size:12px; }
  .payment-method-grid .payment-method-card .pay-icon { left:10px; width:30px; height:30px; }
  .ton-invoice:not([hidden]) { gap:12px; }
  .plan-modal-panel.ton-step > .modal-close { top:26px; right:18px; }
  .ton-invoice-head { gap:10px; padding-right:42px; }
  .ton-back { width:40px; height:40px; border-radius:12px; }
  .ton-invoice-head strong { font-size:20px; }
  .ton-invoice-lead { font-size:10px; }
  .ton-amounts { gap:8px; }
  .ton-amount-card { min-height:82px; padding:11px; border-radius:14px; }
  .ton-amount-card span { font-size:10px; }
  .ton-amount-card strong { font-size:13px; }
  .ton-detail-row { min-height:62px; padding:10px; }
  .ton-detail-name { min-height:21px; padding:3px 7px; font-size:9px; }
  .ton-detail-meta em { padding:2px 4px; font-size:5.5px; }
  .ton-actions { gap:8px; }
  .ton-actions .button { min-height:50px; padding-left:39px; font-size:11px; }
  .ton-actions .pay-icon { left:8px; width:27px; height:27px; }
  .ton-status { font-size:10px; }
}

@media (max-width:360px) {
  .payment-method-grid,
  .ton-actions { grid-template-columns:1fr; }
  .checkout-summary span { white-space:normal; }
}
