:root {
  --ink: #090b10;
  --ink-soft: #11151e;
  --panel: rgba(19, 24, 34, .78);
  --line: rgba(255, 255, 255, .12);
  --text: #f6f8fc;
  --muted: #aab2c3;
  --gold: #ffc44d;
  --gold-dark: #bd7815;
  --blue: #6d91ff;
  --green: #5de09b;
  --radius: 24px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--ink);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--text); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.ambient { position: absolute; width: 720px; height: 720px; border-radius: 50%; filter: blur(130px); pointer-events: none; opacity: .17; z-index: -1; }
.ambient--gold { right: -320px; top: 80px; background: #ff9d1e; }
.ambient--blue { left: -380px; top: 960px; background: #456bff; opacity: .13; }

.site-header { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 19px; font-weight: 800; letter-spacing: .06em; white-space: nowrap; }
.brand b { color: var(--gold); font-weight: 800; }
.brand-mark { position: relative; width: 34px; height: 38px; display: grid; place-items: center; color: #090b10; background: linear-gradient(145deg, #ffe494, #e78d12); clip-path: polygon(50% 0, 94% 16%, 85% 71%, 50% 100%, 15% 71%, 6% 16%); box-shadow: 0 0 22px rgba(255, 194, 73, .35); }
.brand-mark span { font-family: Georgia, serif; font-size: 30px; line-height: 1; font-weight: 900; transform: translateY(-1px); }
nav { display: flex; align-items: center; gap: 26px; font-size: 14px; color: var(--muted); }
nav a:not(.header-action):hover { color: var(--text); }
.header-action { color: var(--text); border: 1px solid rgba(255, 196, 77, .6); border-radius: 999px; padding: 11px 17px; transition: .2s ease; }
.header-action:hover { background: var(--gold); color: var(--ink); }

.hero { min-height: 620px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 24px; padding: 72px 0 70px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; color: #d9c58e; font-size: 12px; letter-spacing: .13em; font-weight: 800; text-transform: uppercase; }
.eyebrow span { width: 19px; height: 1px; background: var(--gold); box-shadow: 0 0 7px var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 23px; max-width: 700px; font-size: clamp(45px, 6.2vw, 77px); line-height: .98; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--gold); font-family: Georgia, Cambria, serif; letter-spacing: -.065em; font-style: italic; font-weight: 600; }
.hero-description { max-width: 560px; color: var(--muted); font-size: 18px; line-height: 1.58; }
.hero-actions { display: flex; gap: 12px; margin-top: 31px; flex-wrap: wrap; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 21px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #18110a; background: linear-gradient(135deg, #ffe091, #eda12a); box-shadow: 0 11px 29px rgba(229, 150, 26, .2); }
.button--primary:hover { box-shadow: 0 15px 35px rgba(229, 150, 26, .34); }
.button--ghost { color: var(--text); border-color: var(--line); background: rgba(255,255,255,.035); }
.button--ghost:hover { background: rgba(255,255,255,.09); }
.button--full { width: 100%; border: none; }
.button:disabled { cursor: wait; opacity: .55; transform: none; box-shadow: none; }
.trust-row { display: flex; gap: 21px; margin-top: 44px; color: #8791a4; font-size: 12px; line-height: 1.35; }
.trust-row div { display: flex; gap: 8px; align-items: flex-start; }
.trust-row b { color: var(--gold); font-size: 17px; line-height: 1; }
.trust-row span { display: block; }

.hero-visual { position: relative; min-height: 460px; isolation: isolate; }
.orb { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; z-index: -1; }
.orb--one { width: 430px; height: 430px; left: 33px; top: 10px; background: radial-gradient(circle at 52% 38%, rgba(73, 113, 225, .43), rgba(15, 25, 53, .12) 44%, transparent 70%); box-shadow: inset 0 0 80px rgba(87, 123, 255, .14); }
.orb--two { width: 326px; height: 326px; left: 85px; top: 61px; border-color: rgba(255, 196, 77, .28); transform: rotate(22deg); }
.shield-card { position: absolute; width: 240px; height: 278px; left: 127px; top: 79px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(145deg, rgba(37, 44, 64, .84), rgba(10, 13, 21, .82)); border-radius: 30px; box-shadow: 0 40px 70px rgba(0, 0, 0, .42), inset 0 1px rgba(255,255,255,.07); transform: rotate(-7deg); }
.shield-card::after { content: ""; position: absolute; inset: 11px; border: 1px solid rgba(255, 195, 70, .15); border-radius: 23px; }
.shield-outline { width: 102px; height: 118px; margin: 0 auto 19px; display: grid; place-items: center; color: var(--gold); background: radial-gradient(circle at 50% 20%, #fac34e, #be6e0f 65%, transparent 66%); clip-path: polygon(50% 0, 93% 14%, 87% 69%, 50% 100%, 13% 69%, 7% 14%); filter: drop-shadow(0 8px 13px rgba(241, 165, 32, .3)); }
.shield-outline::before { content: ""; width: 89px; height: 102px; background: #111825; clip-path: inherit; }
.shield-outline span { position: absolute; z-index: 1; font-family: Georgia, serif; font-size: 78px; line-height: .8; text-shadow: 0 0 15px rgba(255, 209, 96, .8); }
.shield-card p { margin: 0; color: #aeb8cf; font-size: 9px; letter-spacing: .2em; line-height: 1.7; }
.shield-card p b { color: #e7edf9; font-size: 11px; }
.floating-stat { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(15, 19, 29, .75); box-shadow: 0 17px 34px rgba(0,0,0,.25); font-size: 11px; line-height: 1.35; color: #9ba6b8; backdrop-filter: blur(14px); }
.floating-stat b { color: var(--text); font-size: 13px; }
.floating-stat--top { top: 31px; right: 2px; }
.floating-stat--bottom { bottom: 37px; left: 4px; }
.floating-stat i { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px rgba(93,224,155,.8); }
.pulse { width: 11px; height: 11px; border: 2px solid var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,196,77,.12); }

.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #7f899c; overflow: hidden; background: rgba(255,255,255,.018); }
.strip-inner { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 19px; font-size: 11px; font-weight: 800; letter-spacing: .12em; white-space: nowrap; }
.strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px var(--gold); }

.section { padding-top: 124px; }
.section-heading h2 { margin: 0; font-size: clamp(36px, 4.4vw, 55px); letter-spacing: -.05em; line-height: 1.02; }
.section-heading--row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-note { max-width: 312px; margin: 0 0 4px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 45px; }
.feature-card { min-height: 216px; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(145deg, rgba(38,45,63,.55), rgba(19,22,31,.55)); transition: border-color .2s ease, transform .2s ease; }
.feature-card:hover { border-color: rgba(255, 195, 73, .45); transform: translateY(-4px); }
.feature-icon { width: 41px; height: 41px; display: grid; place-items: center; margin-bottom: 35px; color: var(--gold); border-radius: 12px; background: rgba(255, 194, 73, .1); font-size: 23px; }
.feature-card h3 { margin-bottom: 9px; font-size: 18px; letter-spacing: -.025em; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.section--plans { padding-bottom: 0; }
.tariff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; min-height: 370px; margin-top: 46px; }
.tariff-card { position: relative; display: flex; flex-direction: column; padding: 29px; min-height: 363px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(150deg, rgba(27,33,47,.95), rgba(11,13,20,.94)); }
.tariff-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 0%, rgba(91, 127, 255, .16), transparent 36%); pointer-events: none; }
.tariff-card--featured { border-color: rgba(255, 196, 77, .64); background: linear-gradient(150deg, rgba(63, 50, 25, .88), rgba(23,20,22,.97)); box-shadow: 0 23px 50px rgba(192, 124, 24, .14); }
.tariff-card--featured::before { background: radial-gradient(circle at 77% 0%, rgba(255, 203, 94, .25), transparent 42%); }
.tariff-badge { width: max-content; margin-bottom: 20px; padding: 6px 9px; border-radius: 999px; background: rgba(255,194,73,.16); color: #ffd985; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tariff-name { min-height: 51px; margin: 0; position: relative; font-size: 23px; letter-spacing: -.04em; }
.tariff-description { min-height: 42px; margin: 8px 0 25px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.tariff-price { margin-bottom: 26px; font-size: 34px; font-weight: 800; letter-spacing: -.05em; }
.tariff-price span { color: #9da7b9; font-size: 13px; letter-spacing: 0; font-weight: 500; }
.tariff-meta { display: grid; gap: 10px; margin: 0 0 28px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #cfd6e5; font-size: 13px; }
.tariff-meta span { display: flex; gap: 9px; }
.tariff-meta b { color: var(--gold); }
.tariff-card .button { margin-top: auto; }
.loading-card { grid-column: 1 / -1; min-height: 210px; display: grid; place-content: center; gap: 14px; color: var(--muted); text-align: center; border: 1px dashed var(--line); border-radius: 20px; }
.loading-dot { width: 28px; height: 28px; margin: auto; border: 3px solid rgba(255,196,77,.2); border-top-color: var(--gold); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.checkout-section { margin-top: 125px; padding: 98px 0; background: linear-gradient(115deg, #1a1a21, #10131a 50%, #171d2a); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.checkout-wrap { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 92px; }
.checkout-intro h2 { margin: 0 0 22px; font-size: clamp(40px, 5vw, 62px); line-height: 1.02; letter-spacing: -.055em; }
.checkout-intro > p:not(.eyebrow) { max-width: 410px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.text-link { display: inline-block; margin-top: 8px; color: var(--gold); font-size: 14px; font-weight: 800; }
.checkout-card { padding: 31px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(10,12,18,.75); box-shadow: 0 27px 70px rgba(0,0,0,.3); }
.field-group { margin: 0 0 17px; padding: 0; border: 0; }
.field-group > label, .field-group legend { display: block; margin: 0 0 8px; color: #c5cddd; font-size: 12px; font-weight: 700; }
select, input { width: 100%; height: 48px; padding: 0 13px; color: var(--text); border: 1px solid rgba(255,255,255,.13); border-radius: 10px; outline: 0; background: #171b25; transition: border-color .2s ease, box-shadow .2s ease; }
select:focus, input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(255,196,77,.12); }
select:disabled { opacity: .6; cursor: wait; }
small { display: block; margin-top: 7px; color: #7f899a; font-size: 11px; line-height: 1.35; }
.toggle-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.toggle-options input { position: absolute; opacity: 0; pointer-events: none; }
.toggle-options span { display: grid; place-items: center; min-height: 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; color: #a8b1c3; background: #151923; font-size: 13px; font-weight: 700; transition: .2s ease; }
.toggle-options input:checked + span { border-color: rgba(255,196,77,.75); color: #fee5a0; background: rgba(255,196,77,.1); }
.summary-row { display: flex; align-items: center; justify-content: space-between; margin: 24px 0 15px; padding-top: 19px; border-top: 1px solid var(--line); color: #aeb6c5; font-size: 14px; }
.summary-row b { color: var(--text); font-size: 24px; letter-spacing: -.04em; }
.secure-note { margin: 14px 0 0; color: #778195; font-size: 11px; line-height: 1.45; text-align: center; }
.form-alert { margin-bottom: 17px; padding: 12px; border: 1px solid rgba(247,110,110,.35); border-radius: 10px; color: #ffb7b7; background: rgba(173, 40, 40, .15); font-size: 13px; line-height: 1.4; }

.success-section { padding: 80px 0 0; }
.success-card { max-width: 690px; margin: auto; padding: 48px; text-align: center; border: 1px solid rgba(94,224,155,.35); border-radius: 24px; background: linear-gradient(145deg, rgba(25, 66, 49, .52), rgba(15, 21, 27, .82)); }
.success-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 19px; border-radius: 50%; color: #072115; background: var(--green); font-size: 28px; font-weight: 900; box-shadow: 0 0 30px rgba(93,224,155,.25); }
.success-card h2 { margin-bottom: 12px; font-size: 35px; letter-spacing: -.045em; }
.success-card p { max-width: 510px; margin: 0 auto; color: var(--muted); line-height: 1.55; }
.success-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 25px; }
.success-page { min-height: 100vh; display: flex; flex-direction: column; }
.success-page-main { flex: 1; display: grid; place-items: center; padding: 70px 0 100px; }
.connection-card { width: min(100%, 720px); padding: 48px; text-align: center; border: 1px solid rgba(255, 196, 77, .35); border-radius: 24px; background: linear-gradient(145deg, rgba(39, 40, 43, .86), rgba(13, 16, 24, .96)); box-shadow: 0 30px 70px rgba(0, 0, 0, .35); }
.connection-card .eyebrow { justify-content: center; }
.connection-card h1 { margin: 0 0 14px; font-size: clamp(35px, 5vw, 53px); letter-spacing: -.055em; }
.result-text { max-width: 550px; margin: 0 auto; color: var(--muted); font-size: 16px; line-height: 1.55; }
.success-icon--ready { color: #072115; background: var(--green); box-shadow: 0 0 30px rgba(93,224,155,.25); }
.success-icon--failed { color: #3e1111; background: #ff9292; box-shadow: 0 0 30px rgba(255,126,126,.2); }
.success-icon--pending { color: #2d210a; background: var(--gold); }
.config-caption { margin: 31px 0 10px; color: #d4dbea; font-size: 13px; font-weight: 800; }
.config-box { display: flex; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; background: #0c1018; }
.config-box input { min-width: 0; height: 52px; border: 0; border-radius: 0; background: transparent; color: #ccd5e8; font-size: 12px; box-shadow: none; }
.config-box input:focus { box-shadow: none; }
.config-box button { flex: 0 0 auto; padding: 0 15px; border: 0; color: #231707; background: var(--gold); font-size: 12px; font-weight: 800; }
.config-help { margin: 11px auto 0; color: #7f899a; font-size: 12px; line-height: 1.45; }
.client-chooser { margin-top: 26px; padding: 19px; border: 1px solid rgba(255, 196, 77, .18); border-radius: 14px; background: rgba(255, 255, 255, .025); }
.client-chooser__title { color: #f2f5fc; font-size: 15px; font-weight: 800; }
.client-chooser__description { margin: 7px auto 15px; color: #8d97aa; font-size: 12px; line-height: 1.45; }
.client-buttons, .client-downloads { display: flex; justify-content: center; gap: 9px; flex-wrap: wrap; }
.client-button { min-height: 43px; padding: 0 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: #e7edf9; background: rgba(255,255,255,.04); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .15s ease, border-color .15s ease, background .15s ease; }
.client-button:hover { transform: translateY(-1px); border-color: rgba(255, 196, 77, .62); }
.client-button--primary { border-color: var(--gold); color: #201607; background: var(--gold); }
.client-fallback { margin-top: 15px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.09); }
.client-fallback p { margin: 0 0 11px; color: #d6dcea; font-size: 12px; line-height: 1.45; }
.button--download { min-height: 38px; padding: 0 13px; font-size: 12px; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; padding-bottom: 108px; }
.faq-list { display: grid; gap: 10px; }
.faq details { border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.018); }
.faq summary { position: relative; padding: 20px 48px 20px 21px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }
.faq summary::after { content: "+"; position: absolute; right: 20px; top: 17px; color: var(--gold); font-size: 22px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -3px 22px 20px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.footer { padding: 28px 0; border-top: 1px solid var(--line); background: rgba(0,0,0,.15); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #818b9e; font-size: 12px; }
.footer .brand { font-size: 15px; color: var(--text); }
.footer .brand-mark { width: 25px; height: 28px; }
.footer .brand-mark span { font-size: 22px; }
.footer a:last-child { color: #d5b868; font-weight: 700; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 50px; }
  .hero-visual { min-height: 390px; max-width: 520px; width: 100%; margin: -18px auto 0; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .checkout-wrap { grid-template-columns: 1fr; gap: 38px; }
  .faq { grid-template-columns: 1fr; gap: 38px; }
}
@media (max-width: 650px) {
  .container { width: min(100% - 32px, 1160px); }
  .site-header { height: 73px; }
  nav a:not(.header-action) { display: none; }
  .header-action { padding: 9px 12px; font-size: 12px; }
  .hero { min-height: 0; padding: 46px 0 30px; }
  h1 { font-size: 48px; }
  .hero-description { font-size: 16px; }
  .trust-row { gap: 12px; margin-top: 33px; font-size: 10px; }
  .trust-row div { gap: 5px; }
  .trust-row b { font-size: 13px; }
  .hero-visual { min-height: 345px; transform: scale(.87); transform-origin: center top; margin-bottom: -34px; }
  .strip-inner { justify-content: flex-start; min-width: max-content; transform: translateX(-80px); }
  .section { padding-top: 78px; }
  .section-heading--row { display: block; }
  .section-note { margin-top: 18px; }
  .features, .tariff-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .feature-icon { margin-bottom: 22px; }
  .tariff-grid { margin-top: 30px; }
  .checkout-section { margin-top: 75px; padding: 70px 0; }
  .checkout-card { padding: 21px; }
  .connection-card { padding: 31px 19px; }
  .config-box { flex-direction: column; }
  .config-box input { width: 100%; }
  .config-box button { height: 42px; }
  .client-button { width: 100%; }
  .client-downloads .button { width: 100%; }
  .faq { padding-bottom: 75px; }
  .footer-inner { flex-wrap: wrap; }
  .footer-inner p { width: 100%; order: 3; margin: 0; }
}
