:root {
  --canvas: #060816;
  --surface: #0d1325;
  --surface-raised: #10182d;
  --line: #263451;
  --line-bright: #3a4b70;
  --text: #f4f6ff;
  --muted: #8b96ad;
  --subtle: #65728d;
  --accent: #9eb2ef;
  --accent-strong: #dce4ff;
  --font-sans: "Outfit", "PingFang SC", sans-serif;
  --font-mono: "DM Mono", monospace;
  --ease-out: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--canvas); color: var(--text); font-family: var(--font-sans); }
body.modal-open { overflow: hidden; }
button, a { font: inherit; }
button { color: inherit; }
:where(a, button):focus-visible { outline: 2px solid var(--accent-strong); outline-offset: 3px; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.page-grid { position: fixed; inset: 0; z-index: -2; background: linear-gradient(rgb(156 176 243 / 3%) 1px, transparent 1px), linear-gradient(90deg, rgb(156 176 243 / 3%) 1px, transparent 1px); background-size: 58px 58px; }
.page-glow { position: fixed; z-index: -1; top: -180px; right: -160px; width: 620px; height: 620px; border-radius: 50%; background: rgb(98 120 197 / 14%); filter: blur(90px); pointer-events: none; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; width: min(1200px, calc(100% - 40px)); height: 72px; margin-inline: auto; border-bottom: 1px solid #1b2439; background: rgb(6 8 22 / 91%); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--text); font-weight: 700; text-decoration: none; }
.brand img { width: 37px; height: 37px; border-radius: 10px; box-shadow: 0 0 24px rgb(120 144 223 / 25%); }
.site-header nav { display: flex; gap: 27px; margin-left: auto; }
.site-header nav a { color: var(--muted); font-size: 13px; text-decoration: none; transition: color .2s ease; }
.site-header nav a:hover { color: var(--text); }
.button { border-radius: 7px; cursor: pointer; font-weight: 700; }
.button-small { margin-left: 28px; padding: 11px 18px; border: 1px solid var(--accent-strong); background: linear-gradient(145deg, #fff, #cdd7f7); color: #080b14; box-shadow: 0 0 28px rgb(130 152 230 / 29%); }
.button-primary { padding: 14px 20px; border: 0; background: #f2f5ff; color: #080b14; }

.hero { display: grid; grid-template-columns: .88fr 1.12fr; gap: 62px; align-items: center; min-height: 0; padding: 78px 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--accent); font: 500 11px var(--font-mono); letter-spacing: .13em; }
.eyebrow i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgb(158 178 239 / 7%), 0 0 16px var(--accent); animation: status-pulse 2.4s ease-in-out infinite; }
.hero h1 { margin: 23px 0 20px; font-size: clamp(48px, 5.5vw, 72px); line-height: .99; letter-spacing: -.058em; }
.hero h1 span { color: #bac7ef; text-shadow: 0 0 34px rgb(132 152 220 / 29%); }
.hero-copy > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 31px; }
.secondary-link { color: #b5bfd1; font-size: 13px; text-decoration: none; }
.requirements { display: flex; align-items: center; gap: 9px; margin-top: 19px; color: #63708a; font: 10px var(--font-mono); }
.requirements i { width: 3px; height: 3px; border-radius: 50%; background: #46536d; }
.product-stage { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: start; min-height: 0; padding: 28px 0; }
.stage-glow { position: absolute; inset: 8% 2%; border-radius: 50%; background: rgb(113 135 206 / 12%); filter: blur(55px); }
.hero-shot { position: relative; width: 100%; margin: 0; overflow: visible; border: 1px solid #354565; border-radius: 15px; background: #080d1b; box-shadow: 0 35px 90px rgb(0 0 0 / 75%), 0 0 45px rgb(97 118 181 / 16%); }
.hero-shot img { display: block; width: 100%; border-radius: 14px; }
.hero-shot figcaption, .real-ui-shot figcaption { position: absolute; z-index: 3; padding: 7px 10px; border: 1px solid #415275; border-radius: 999px; background: #0d1527; color: #b7c5ed; font: 9px var(--font-mono); box-shadow: 0 8px 25px rgb(0 0 0 / 50%); }
.hero-shot-radar { width: 100%; }
.hero-shot-analysis { width: 100%; margin-top: 52px; }
.hero-shot-radar figcaption { top: -14px; left: 18px; }
.hero-shot-analysis figcaption { right: 18px; bottom: -14px; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #1c263c; border-bottom: 1px solid #1c263c; }
.trust-strip > div { min-height: 88px; padding: 20px 25px; border-left: 1px solid #1c263c; }
.trust-strip > div:first-child { border-left: 0; }
.trust-strip b { display: block; font-size: 13px; }
.trust-strip small { display: block; margin-top: 6px; color: #6c7890; font: 10px/1.45 var(--font-mono); }

.products { padding: 118px 0; }
.section-heading { max-width: 700px; }
.section-heading h2, .faq h2 { margin: 20px 0 16px; font-size: clamp(40px, 4.8vw, 60px); line-height: 1.05; letter-spacing: -.055em; }
.section-heading h2 span { color: #7886a2; }
.section-heading > p { max-width: 610px; color: var(--muted); line-height: 1.75; }
.product-row { display: grid; grid-template-columns: 1fr 1fr; gap: 66px; align-items: center; margin-top: 72px; scroll-margin-top: 100px; }
.product-row + .product-row { margin-top: 120px; }
.product-row-reverse .product-copy { order: 2; }
.product-row-reverse .real-ui-shot { order: 1; }
.product-index { color: #7180a0; font: 11px var(--font-mono); }
.product-copy h3 { margin: 16px 0 14px; font-size: 35px; letter-spacing: -.04em; }
.product-copy > p { color: var(--muted); line-height: 1.75; }
.feature-list { display: grid; margin-top: 28px; border-top: 1px solid #22304a; }
.feature-list div { display: flex; gap: 12px; padding: 15px 0; border-bottom: 1px solid #22304a; color: #b7c1d4; font-size: 13px; }
.feature-list b { color: var(--accent); font: 500 11px var(--font-mono); }
.real-ui-shot { position: relative; margin: 0; padding: 13px; border: 1px solid #2c3a59; border-radius: 16px; background: #0b1120; box-shadow: 0 26px 70px rgb(0 0 0 / 56%); }
.real-ui-shot figcaption { top: -13px; right: 18px; }
.real-ui-shot img { display: block; width: 100%; border-radius: 9px; }

.pricing-section { border-top: 1px solid #1d273d; border-bottom: 1px solid #1d273d; background: #080c18; }
.pricing { padding: 110px 0; }
.pricing-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.pricing-heading > p { max-width: 440px; color: var(--muted); line-height: 1.7; }
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 52px; }
.plan-card { position: relative; padding: 34px; border: 1px solid #2b3854; border-radius: 11px; background: linear-gradient(145deg, #10182b, #0b1120); }
.plan-card-featured { border-color: #8197d5; box-shadow: inset 0 1px rgb(217 226 255 / 20%), 0 0 42px rgb(113 136 214 / 10%); }
.plan-badge { position: absolute; top: 22px; right: 22px; padding: 5px 8px; border-radius: 999px; background: #dfe6ff; color: #0b0f1b; font: 700 9px var(--font-mono); }
.plan-card > small { color: #8290ad; font: 10px var(--font-mono); letter-spacing: .12em; }
.price { display: flex; align-items: end; gap: 7px; margin: 23px 0 8px; }
.price strong { font: 500 48px/1 var(--font-mono); letter-spacing: -.06em; }
.price span { color: #77839c; font-size: 13px; }
.plan-card > p { min-height: 48px; color: #8793a9; line-height: 1.6; }
.plan-card ul { list-style: none; margin: 26px 0 30px; padding: 0; border-top: 1px solid #26334d; }
.plan-card li { padding: 12px 0; border-bottom: 1px solid #26334d; color: #b9c3d6; font-size: 13px; }
.plan-card li::before { content: "✓"; margin-right: 9px; color: #a9bae9; }
.button-plan { width: 100%; padding: 13px; border: 1px solid #cbd6f7; background: #eef2ff; color: #080b14; }

.workflow { padding: 110px 0; scroll-margin-top: 80px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 52px; border-top: 1px solid #22304a; }
.step { padding: 28px 31px 30px 0; border-right: 1px solid #22304a; }
.step + .step { padding-left: 31px; }
.step:last-child { border-right: 0; }
.step > span { color: #7886a3; font: 10px var(--font-mono); }
.step h3 { margin: 30px 0 10px; font-size: 18px; }
.step p { color: var(--muted); font-size: 14px; line-height: 1.7; }

.faq { display: grid; grid-template-columns: 34% 66%; gap: 70px; padding: 100px 0; scroll-margin-top: 80px; }
.faq h2 { font-size: 39px; letter-spacing: -.04em; }
.faq-list details { padding: 22px 0; border-top: 1px solid #23304a; }
.faq-list details:last-child { border-bottom: 1px solid #23304a; }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before { content: "+"; color: var(--accent); }
.faq-list details[open] summary span::before { content: "−"; }
.faq-list p { max-width: 610px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.site-footer { display: flex; align-items: center; justify-content: space-between; padding: 32px 0; border-top: 1px solid #1e293f; color: #67738b; font: 10px var(--font-mono); }
.site-footer .brand { font: 700 13px var(--font-sans); }
.site-footer .brand img { width: 30px; height: 30px; }

[hidden] { display: none !important; }
.purchase-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; background: rgb(2 4 11 / 78%); backdrop-filter: blur(10px); animation: backdrop-in .22s ease both; }
.purchase-dialog { width: min(560px, 100%); max-height: calc(100dvh - 40px); overflow: auto; padding: 28px; border: 1px solid #435376; border-radius: 14px; background: #0a101e; box-shadow: 0 35px 100px #000; animation: dialog-in .3s var(--ease-out) both; }
.dialog-header { display: flex; justify-content: space-between; gap: 20px; }
.dialog-header h2 { margin: 10px 0 0; font-size: 24px; }
.dialog-close { width: 34px; height: 34px; border: 1px solid #2d3a56; border-radius: 7px; background: #11192b; color: #a6b1c5; cursor: pointer; }
.purchase-dialog > p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.dialog-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 20px; }
.dialog-plan { padding: 14px; border: 1px solid #293650; border-radius: 8px; background: #0e1627; color: #a4afc2; text-align: left; cursor: pointer; }
.dialog-plan[aria-pressed="true"] { border-color: var(--accent); background: #151f35; color: var(--text); box-shadow: inset 0 0 18px rgb(113 136 214 / 10%); }
.dialog-plan b { display: block; margin-top: 5px; font: 500 21px var(--font-mono); }
.address-card { margin-top: 10px; padding: 12px; border: 1px solid #293650; border-radius: 8px; background: #0c1322; }
.address-card > div { display: flex; justify-content: space-between; color: #b9c4da; font-size: 12px; }
.address-card button { border: 0; background: transparent; color: var(--accent); font-size: 11px; cursor: pointer; }
.address-card code { display: block; margin-top: 8px; color: #8290a9; font: 10px/1.5 var(--font-mono); overflow-wrap: anywhere; user-select: text; }
.payment-note { margin: 14px 0; color: #79869d !important; font-size: 12px !important; }
.telegram-link { display: block; width: 100%; padding: 13px; border-radius: 7px; background: #f0f3ff; color: #080b14; text-align: center; text-decoration: none; font-weight: 700; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .18s; }

@keyframes status-pulse { 50% { opacity: .62; box-shadow: 0 0 0 9px rgb(158 178 239 / 2%), 0 0 12px var(--accent); } }
@keyframes backdrop-in { from { opacity: 0; } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(10px) scale(.985); } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 60px; }
  .product-stage { min-height: 650px; }
  .product-row { grid-template-columns: 1fr; gap: 35px; }
  .product-row-reverse .product-copy, .product-row-reverse .real-ui-shot { order: initial; }
  .pricing-heading { align-items: start; flex-direction: column; }
  .faq { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 620px) {
  .shell { width: calc(100% - 34px); }
  .site-header { width: calc(100% - 30px); }
  .site-header nav { display: none; }
  .brand { font-size: 13px; }
  .button-small { margin-left: auto; padding-inline: 13px; }
  .hero { min-height: 0; padding: 62px 0 90px; }
  .hero h1 { font-size: 44px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .secondary-link { width: max-content; }
  .requirements { flex-wrap: wrap; }
  .product-stage { grid-template-columns: 1fr; gap: 30px; min-height: 0; padding-top: 10px; }
  .hero-shot-radar, .hero-shot-analysis { width: 100%; }
  .hero-shot-analysis { margin-top: 0; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip > div:nth-child(3) { border-left: 0; }
  .products { padding: 88px 0; }
  .product-row, .product-row + .product-row { margin-top: 52px; }
  .product-copy h3 { font-size: 29px; }
  .pricing { padding: 85px 0; }
  .plans { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { padding: 25px 0; border-right: 0; border-bottom: 1px solid #22304a; }
  .dialog-plans { grid-template-columns: 1fr; }
  .purchase-backdrop { align-items: end; padding: 12px; }
  .purchase-dialog { width: 100%; max-height: calc(100dvh - 24px); padding: 20px; border-radius: 14px 14px 8px 8px; }
  .faq { padding: 80px 0; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .eyebrow i { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .purchase-backdrop, .purchase-dialog { animation: none; }
}
