
:root {
  --bg: #08101b;
  --panel: rgba(14, 22, 40, 0.82);
  --panel-strong: #101a2e;
  --text: #f5f8ff;
  --muted: #b8c3dd;
  --line: rgba(255,255,255,0.10);
  --brand-a: #6c56ff;
  --brand-b: #4ca7ff;
  --accent: #7ee9c8;
  --accent-soft: rgba(126, 233, 200, 0.18);
  --shadow: 0 18px 45px rgba(0,0,0,0.28);
  --radius: 24px;
}
* { 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;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(108,86,255,0.14), transparent 30%),
    radial-gradient(circle at top right, rgba(76,167,255,0.12), transparent 28%),
    linear-gradient(180deg, #08101b 0%, #0a1221 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(8, 16, 28, 0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 78px;
}
.brand-logo { width: 215px; height: auto; }
.desktop-nav, .desktop-actions { display: flex; align-items: center; gap: 22px; }
.desktop-nav a, .footer-links a {
  color: var(--muted); text-decoration: none; font-weight: 600;
}
.desktop-nav a:hover, .footer-links a:hover { color: var(--text); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; padding: 12px 18px; text-decoration: none; font-weight: 700;
  border: 1px solid rgba(255,255,255,0.10); transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  color: var(--text);
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  border: 0;
  background: linear-gradient(135deg, var(--brand-a), var(--brand-b));
  box-shadow: 0 10px 30px rgba(108, 86, 255, 0.34);
}
.btn-primary:hover {
  box-shadow: 0 14px 34px rgba(108, 86, 255, 0.42);
}
.btn-secondary {
  background: rgba(255,255,255,0.04);
  color: var(--text);
}
.btn-large { padding: 14px 22px; font-size: 1rem; }
.full-width { width: 100%; }
.menu-toggle {
  display: none; width: 44px; height: 44px; border-radius: 14px; cursor: pointer;
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1);
}
.menu-toggle span { display: block; height: 2px; margin: 6px 10px; background: #fff; }
.mobile-menu {
  display: none; padding: 0 20px 20px; gap: 12px; background: rgba(8,16,28,0.96);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.mobile-menu a { text-decoration: none; color: var(--muted); font-weight: 600; }
.mobile-btn { width: 100%; }
.hero { position: relative; overflow: hidden; padding: 72px 0 42px; }
.hero-premium { padding-top: 82px; padding-bottom: 34px; }
.hero-bg, .hero-overlay { position: absolute; inset: 0; }
.hero-bg { background-size: cover; background-position: center; opacity: 0.20; transform: scale(1.05); }
.hero-overlay { background: linear-gradient(180deg, rgba(7, 12, 22, 0.44), rgba(7, 12, 22, 0.90)); }
.hero-grid {
  position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.08fr; gap: 34px; align-items: center;
}
.hero-grid-premium { align-items: start; }
.announcement-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(126, 233, 200, 0.10);
  border: 1px solid rgba(126, 233, 200, 0.22);
  color: #dffdf4;
  font-size: 0.95rem;
  font-weight: 700;
}
.eyebrow {
  display:inline-block;
  color: #c7d6ff; font-size: 0.84rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 800; margin: 0 0 16px;
  padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
}
h1, h2, h3 { line-height: 1.08; margin: 0 0 14px; }
h1 { font-size: clamp(2.6rem, 4vw, 5rem); max-width: 11ch; letter-spacing: -0.04em; }
h2 { font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -0.03em; }
h3 { font-size: 1.35rem; }
p { margin: 0 0 14px; color: var(--muted); }
.hero-text { font-size: 1.12rem; max-width: 58ch; }
.hero-text-strong {
  font-size: 1.18rem;
  color: #eef4ff;
}
.hero-subtext {
  max-width: 60ch;
  color: #b8c3dd;
}
.hero-actions, .hero-badges, .proof-items, .cta-box-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions { margin: 28px 0 14px; }
.hero-note { color: var(--muted); margin-bottom: 18px; font-weight: 600; }
.hero-badges span, .proof-items span {
  padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); color: var(--text); font-size: 0.95rem;
}
.hero-stack {
  display: grid;
  gap: 18px;
}
.hero-visual img { width: 100%; }
.hero-mini-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.mini-proof-card {
  border-radius: 20px;
  padding: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
}
.mini-proof-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}
.mini-proof-card span {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}
.card-glow, .feature-card, .copy-card, .pricing-card, .media-card, .faq-list details, .cta-box, .trust-panel {
  position: relative;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(14, 22, 40, 0.88), rgba(12, 18, 34, 0.92));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
}
.card-glow::before, .pricing-card::before, .cta-box::before, .trust-panel::before {
  content: ""; position: absolute; inset: -1px; border-radius: inherit; pointer-events: none;
  background: linear-gradient(135deg, rgba(141,92,255,0.34), rgba(39,211,194,0.16), transparent 60%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude; -webkit-mask-composite: xor; padding: 1px;
}
.hero-app-image { border-radius: 24px; }
.proof-strip { padding: 14px 0 10px; }
.proof-strip-strong {
  padding-top: 8px;
  padding-bottom: 8px;
}
.proof-items { justify-content: center; }
.section { padding: 86px 0; }
.section-contrast {
  background:
    radial-gradient(circle at top right, rgba(76,167,255,0.12), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.alt-section { background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }
.section-heading { margin-bottom: 36px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.narrow { max-width: 760px; }
.cards-3, .feature-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px;
}
.feature-card { padding: 24px; }
.feature-card-highlight {
  background: linear-gradient(180deg, rgba(21, 33, 58, 0.96), rgba(12, 20, 38, 0.96));
}
.split-layout { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 28px; align-items: center; }
.split-layout-wide { grid-template-columns: 0.98fr 1.02fr; }
.media-card { padding: 12px; overflow: hidden; }
.media-card img { border-radius: 18px; width: 100%; }
.market-compare {
  display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px;
  align-items: start;
}
.market-compare figure { margin: 0; }
.market-compare figcaption {
  padding: 12px 10px 6px;
  color: var(--muted);
  font-size: 0.96rem;
}
.check-list { list-style: none; padding: 0; margin: 20px 0 24px; }
.check-list li { position: relative; padding-left: 26px; margin-bottom: 12px; color: var(--text); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 900; }
.stack-gap { display: grid; gap: 28px; }
.feature-row { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 22px; align-items: center; }
.copy-card { padding: 28px; }
.section-copy { margin-bottom: 18px; }
.trust-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 26px;
  align-items: center;
}
.trust-panel {
  padding: 28px;
}
.trust-stat-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #d6e2ff;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.trust-stat strong {
  display: block;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1;
  margin-bottom: 10px;
}
.trust-stat-divider {
  height: 1px;
  margin: 20px 0;
  background: rgba(255,255,255,0.08);
}
.trust-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}
.trust-stat-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}
.trust-stat-grid p {
  margin: 0;
  font-size: 0.95rem;
}
.pricing-wrap { display: flex; justify-content: center; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.pricing-card { max-width: 560px; padding: 32px; }
.pricing-card-premium {
  width: 100%;
  max-width: none;
}
.pricing-footnote {
  margin-top: 16px;
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
}
.pricing-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: #eef4ff;
  font-weight: 700;
}
.price-line { display: flex; align-items: baseline; gap: 10px; margin: 18px 0 12px; }
.price-line-stack {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.price { font-size: 3rem; font-weight: 800; color: var(--text); letter-spacing: -0.04em; }
.price-meta { font-size: 1.05rem; color: var(--muted); }
.pricing-list { list-style: none; padding: 0; margin: 22px 0 26px; }
.pricing-list li { padding: 12px 0; border-top: 1px solid rgba(255,255,255,0.08); color: var(--text); }
.pricing-list li:last-child { border-bottom: 1px solid rgba(255,255,255,0.08); }
.pricing-note { margin-top: 14px; font-size: 0.94rem; }
.pricing-disclaimer { margin-top: 10px; font-size: 0.92rem; color: var(--muted); }
.faq-list { display: grid; gap: 14px; }
.faq-list details { padding: 18px 22px; }
.faq-list summary { cursor: pointer; font-weight: 700; color: var(--text); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { margin-top: 12px; }
.cta-section { padding: 20px 0 86px; }
.cta-box { padding: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.cta-box-strong {
  background: linear-gradient(180deg, rgba(17, 28, 51, 0.96), rgba(12, 18, 34, 0.96));
}
.site-footer {
  padding: 30px 0 40px; border-top: 1px solid rgba(255,255,255,0.06); background: rgba(6, 10, 18, 0.55);
}
.footer-grid { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.footer-logo { width: 220px; }
.footer-copy.small { font-size: 0.95rem; }
.footer-bottom { margin-top: 26px; color: #8f9aba; font-size: 0.92rem; }
.legal-page { background: linear-gradient(180deg, #091120, #0c1324); min-height: 100vh; }
.legal-container { max-width: 860px; padding: 42px 0 90px; }
.legal-container h1 { font-size: clamp(2.3rem, 4vw, 3.4rem); max-width: none; margin-bottom: 10px; }
.legal-container h2 { font-size: 1.5rem; margin-top: 34px; }
.legal-container h3 { font-size: 1.1rem; margin-top: 24px; }
.legal-container p, .legal-container li { color: var(--muted); }
.legal-container ul { padding-left: 22px; }
.legal-back { display: inline-block; margin-bottom: 26px; color: var(--text); text-decoration:none; }
.legal-updated, .legal-footer { color: #9aa6c8; }

.market-compare .media-card {
  max-width: 420px;
  margin: 0 auto;
  padding: 18px;
}
.market-compare .media-card img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  background: #ffffff;
}

@media (min-width: 1041px) {
  .hero-copy h1 {
    max-width: 12ch;
  }
  .market-compare {
    grid-template-columns: repeat(2, minmax(280px, 420px));
    justify-content: center;
  }
}

@media (max-width: 1040px) {
  .hero-grid, .split-layout, .feature-row, .cards-3, .market-compare, .trust-layout, .pricing-grid { grid-template-columns: 1fr; }
  .feature-row.reverse-mobile .media-card { order: 0; }
  .cta-box, .footer-grid { flex-direction: column; }
  .market-compare .media-card {
    max-width: 360px;
  }
  .hero-mini-proof,
  .trust-stat-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) {
  .desktop-nav, .desktop-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu.show { display: grid; }
  .hero { padding-top: 44px; }
  .hero-copy, .section-heading.center, .section-heading { text-align: left; }
  .proof-items { justify-content: flex-start; }
  .brand-logo { width: 170px; }
  h1 { max-width: 13ch; }
}
@media (max-width: 600px) {
  .container { width: min(100% - 24px, 1180px); }
  .hero-actions, .cta-box-actions { flex-direction: column; }
  .btn-large, .mobile-btn { width: 100%; }
  .announcement-pill {
    font-size: 0.88rem;
    line-height: 1.4;
  }
  .price {
    font-size: 2.4rem;
  }
}


.resource-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.resource-card {
  display: block;
  text-decoration: none;
  border-radius: 22px;
  padding: 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
}
.resource-card:hover { border-color: rgba(126, 233, 200, 0.42); transform: translateY(-2px); }
.resource-card p { margin-bottom: 0; }
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #c1cceb;
  font-size: 0.95rem;
}
.breadcrumbs a {
  color: #d9e5ff;
  text-decoration: none;
}
.page-hero {
  padding: 64px 0 28px;
}
.page-hero h1 { max-width: 14ch; }
.page-lead { font-size: 1.08rem; max-width: 68ch; }
.info-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.info-card, .list-card {
  border-radius: 22px;
  padding: 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.info-card strong { display: block; margin-bottom: 8px; font-size: 1.05rem; }
.list-card ul { margin: 0; padding-left: 20px; }
.list-card li { margin-bottom: 10px; color: var(--muted); }
.inline-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
@media (max-width: 1040px) {
  .resource-grid, .info-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .resource-grid, .info-grid { grid-template-columns: 1fr; }
}
