:root {
  --bg: #08101d;
  --bg-soft: #0e192a;
  --panel: #111f33;
  --panel-2: #162741;
  --text: #f6f8fb;
  --muted: #aab8cb;
  --line: rgba(255,255,255,.12);
  --accent: #58a6ff;
  --accent-2: #78e6bf;
  --warning: #ffd166;
  --shadow: 0 24px 70px rgba(0,0,0,.28);
  --radius: 20px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-180%); z-index: 1000; background: #fff; color: #000; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(8,16,29,.88); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; font-weight: 900; letter-spacing: -.04em; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #04101b; }
.brand-copy { display: flex; flex-direction: column; min-width: 0; line-height: 1.18; }
.brand-copy strong { font-size: .98rem; white-space: nowrap; }
.brand-copy small { color: var(--muted); font-size: .72rem; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav > a:not(.button) { color: var(--muted); font-weight: 650; }
.site-nav > a:hover, .site-nav > a.active { color: #fff; }
.nav-toggle { display: none; width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 21px; border-radius: 12px; border: 1px solid transparent; font-weight: 800; text-align: center; transition: .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: linear-gradient(135deg, var(--accent), #82c2ff); color: #04101b; }
.button-ai { background: linear-gradient(135deg, var(--accent-2), #a9f3dc); color: #04110d; }
.button-outline { border-color: var(--line); background: rgba(255,255,255,.03); color: #fff; }
.button-small { min-height: 40px; padding: 8px 14px; font-size: .92rem; }
.button-block { width: 100%; }
.hero { position: relative; overflow: hidden; padding: 92px 0 72px; }
.hero::before { content: ""; position: absolute; width: 700px; height: 700px; right: -250px; top: -290px; border-radius: 50%; background: radial-gradient(circle, rgba(88,166,255,.28), transparent 68%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; gap: 52px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(120,230,191,.25); background: rgba(120,230,191,.08); color: #b8f9e2; border-radius: 999px; padding: 7px 12px; font-size: .84rem; font-weight: 800; }
h1 { font-size: clamp(2.55rem, 6vw, 5.1rem); line-height: .98; letter-spacing: -.055em; margin: 20px 0 22px; max-width: 900px; }
h2 { font-size: clamp(1.7rem, 3vw, 2.75rem); line-height: 1.08; letter-spacing: -.035em; margin: 0 0 14px; }
h3 { line-height: 1.25; }
.lead { color: #c7d3e3; font-size: clamp(1.05rem, 2vw, 1.24rem); max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.microcopy { color: var(--muted); margin: 15px 0 0; font-size: .9rem; }
.price-card, .card { background: linear-gradient(180deg, rgba(22,39,65,.94), rgba(14,25,42,.94)); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-offer { padding: 28px; }
.offer-kicker { color: var(--warning); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.big-price { display: flex; align-items: flex-start; gap: 6px; margin: 12px 0 3px; }
.big-price .currency { font-weight: 900; color: var(--muted); margin-top: 9px; }
.big-price .amount { font-size: 4.4rem; line-height: 1; letter-spacing: -.06em; font-weight: 900; }
.big-price .period { align-self: flex-end; color: var(--muted); padding-bottom: 8px; }
.check-list { list-style: none; margin: 22px 0; padding: 0; display: grid; gap: 10px; }
.check-list li { display: grid; grid-template-columns: 22px 1fr; gap: 8px; color: #d9e2ee; }
.check-list li::before { content: "✓"; color: var(--accent-2); font-weight: 900; }
.section { padding: 78px 0; }
.section-soft { background: var(--bg-soft); border-block: 1px solid rgba(255,255,255,.05); }
.section-heading { max-width: 790px; margin-bottom: 34px; }
.section-heading p { color: var(--muted); font-size: 1.06rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card { padding: 25px; }
.card p { color: var(--muted); }
.icon-box { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); font-size: 1.25rem; }
.feature-stack { display: grid; gap: 14px; }
.source-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.source-chip { border: 1px solid var(--line); background: rgba(255,255,255,.035); border-radius: 999px; padding: 9px 13px; color: #dce6f2; font-weight: 700; font-size: .92rem; }
.promo { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 32px; background: linear-gradient(135deg, rgba(88,166,255,.12), rgba(120,230,191,.10)); border: 1px solid var(--line); border-radius: var(--radius); }
.promo p { color: var(--muted); margin-bottom: 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.pricing-card { position: relative; padding: 30px; }
.pricing-card.featured { border-color: rgba(120,230,191,.42); }
.badge { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: .78rem; font-weight: 850; background: rgba(88,166,255,.12); border: 1px solid rgba(88,166,255,.22); color: #b8dcff; }
.price-line { margin: 18px 0; }
.price-line strong { font-size: 3rem; letter-spacing: -.05em; }
.price-line span { color: var(--muted); }
.price-note { border-top: 1px solid var(--line); padding-top: 18px; margin-top: 18px; color: var(--muted); font-size: .9rem; }
.compare-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
table { width: 100%; border-collapse: collapse; min-width: 680px; }
th, td { padding: 15px 16px; text-align: left; border-bottom: 1px solid var(--line); }
th { background: rgba(255,255,255,.04); color: #fff; }
td { color: #c8d4e3; }
tr:last-child td { border-bottom: 0; }
.form-card { max-width: 760px; padding: 30px; margin-inline: auto; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-weight: 750; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: #0b1727; color: #fff; border-radius: 12px; padding: 13px 14px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(88,166,255,.12); }
textarea { min-height: 150px; resize: vertical; }
.form-help { color: var(--muted); font-size: .88rem; }
.alert { border-radius: 12px; padding: 13px 15px; margin-bottom: 18px; }
.alert-error { color: #ffd5d5; border: 1px solid rgba(255,95,95,.35); background: rgba(255,95,95,.08); }
.alert-success { color: #c7f8e6; border: 1px solid rgba(120,230,191,.35); background: rgba(120,230,191,.08); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 14px; padding: 0 18px; background: rgba(255,255,255,.025); }
summary { cursor: pointer; font-weight: 800; padding: 18px 0; }
details p { color: var(--muted); margin-top: 0; }
.page-hero { padding: 70px 0 42px; }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); max-width: 940px; }
.muted { color: var(--muted); }
.notice { padding: 18px 20px; border-left: 4px solid var(--warning); background: rgba(255,209,102,.06); border-radius: 10px; color: #e8dfbd; }
.legal { max-width: 850px; }
.legal h2 { font-size: 1.6rem; margin-top: 34px; }
.legal p, .legal li { color: #c7d3e2; }
.site-footer { border-top: 1px solid var(--line); padding: 46px 0 26px; background: #060c15; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer-grid h2 { font-size: 1rem; margin-bottom: 12px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a { color: var(--muted); }
.footer-grid a:hover { color: #fff; }
.footer-brand { margin-bottom: 14px; }
.footer-bottom { margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: #7f91a9; font-size: .82rem; }

@media (max-width: 900px) {
  .hero { padding-top: 62px; }
  .hero-grid, .grid-3 { grid-template-columns: 1fr; }
  .hero-grid { gap: 32px; }
  .grid-2, .pricing-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .promo { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .nav-wrap { min-height: 66px; }
  .brand-copy small { display: none; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 66px; left: 12px; right: 12px; padding: 14px; border: 1px solid var(--line); background: #0a1524; border-radius: 14px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 6px; }
  .site-nav.open { display: flex; }
  .site-nav > a { padding: 11px 12px; border-radius: 9px; }
  .site-nav .button { margin-top: 4px; }
  .hero { padding: 48px 0 54px; }
  h1 { font-size: clamp(2.4rem, 14vw, 4rem); }
  .big-price .amount { font-size: 3.7rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .section { padding: 58px 0; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  .container { width: min(calc(100% - 18px), var(--max)); }
  .hero-offer, .card, .pricing-card, .form-card { padding: 20px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: .9rem; }
  .big-price { flex-wrap: wrap; }
  .big-price .amount { font-size: 3.15rem; }
  .big-price .period { width: 100%; padding-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

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