:root {
  --ink: #0e0d1b;
  --muted: #696778;
  --paper: #f8f7fc;
  --surface: #ffffff;
  --line: rgba(28, 23, 54, 0.11);
  --purple: #5a42f4;
  --purple-dark: #3a20b8;
  --purple-soft: #eeeaff;
  --navy: #12102a;
  --gold: #ffc62e;
  --mint: #16ad8d;
  --coral: #ef6b66;
  --blue: #4d83f3;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(31, 18, 91, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(52, 37, 118, 0.08) 0.65px, transparent 0.65px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.container { width: min(1160px, calc(100% - 44px)); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--ink); color: #fff; padding: 12px 16px; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled { background: rgba(248, 247, 252, 0.88); border-color: var(--line); box-shadow: 0 10px 40px rgba(20, 14, 54, 0.06); backdrop-filter: blur(20px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; min-height: 48px; padding: 4px 0 6px; }
.brand-mark { width: 39px; height: 39px; object-fit: contain; }
.brand-wordmark { width: 132px; height: 44px; object-fit: contain; object-position: center; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.button) { color: #454253; transition: color .2s ease; }
.main-nav > a:not(.button):hover { color: var(--purple); }
.language-picker { position: relative; display: inline-flex; align-items: center; }
.language-picker select {
  width: 138px;
  min-height: 38px;
  padding: 0 28px 0 11px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--ink);
  background: rgba(255,255,255,.72);
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
  outline: none;
}
.language-picker select:hover, .language-picker select:focus-visible { border-color: rgba(90,66,244,.5); background: #fff; }
.language-notice { position: fixed; right: 22px; bottom: 22px; z-index: 90; max-width: 360px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: var(--shadow); font-size: 13px; opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.language-notice.visible { opacity: 1; transform: none; }
.nav-toggle { display: none; border: 0; padding: 8px; background: none; }
.nav-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 10px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--purple);
  border-radius: 14px;
  background: var(--purple);
  color: #fff;
  font-weight: 750;
  box-shadow: 0 14px 30px rgba(90, 66, 244, 0.2);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #4c35e6; box-shadow: 0 18px 38px rgba(90, 66, 244, 0.28); }
.button-small { min-height: 40px; padding: 0 17px; border-radius: 12px; }
.button-ghost { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,.66); box-shadow: none; }
.button-ghost:hover { color: var(--purple); background: #fff; box-shadow: 0 12px 28px rgba(28, 21, 66, 0.08); }
.button-light { background: #fff; color: var(--purple-dark); border-color: #fff; white-space: nowrap; }
.button-light:hover { background: #f5f2ff; }

.hero { min-height: 830px; padding-top: 174px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: -170px; top: 80px; background: radial-gradient(circle, rgba(124,84,255,.17), transparent 68%); }
.hero-glow-two { width: 400px; height: 400px; left: -210px; top: 320px; background: radial-gradient(circle, rgba(255,198,46,.13), transparent 70%); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--purple); font-size: 12px; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-light { color: #a99cff; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(22,173,141,.12); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(52px, 6vw, 78px); line-height: .99; letter-spacing: -.055em; }
h2 { margin-bottom: 20px; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
h3 { margin-bottom: 10px; font-size: 22px; line-height: 1.2; letter-spacing: -.02em; }
.hero-lead { max-width: 610px; margin-bottom: 34px; color: var(--muted); font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: #595668; font-size: 13px; font-weight: 650; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof i { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: var(--mint); background: rgba(22,173,141,.12); font-style: normal; font-size: 11px; }

.product-shell { position: relative; border: 1px solid rgba(84,66,159,.18); border-radius: 34px; overflow: hidden; background: rgba(255,255,255,.85); box-shadow: var(--shadow); transform: rotate(1.2deg); backdrop-filter: blur(18px); }
.product-shell::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(105,74,255,.04), transparent 50%); pointer-events: none; }
.product-topbar { display: flex; align-items: center; justify-content: space-between; padding: 17px 20px; border-bottom: 1px solid var(--line); }
.mini-brand { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; }
.mini-brand img { width: 26px; height: 26px; }
.live-pill { display: flex; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 30px; color: #3f3c50; background: #f3f2f8; font-size: 10px; font-weight: 700; }
.live-pill b { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }
.product-body { padding: 22px; }
.metric-row { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 11px; }
.metric { position: relative; min-height: 132px; padding: 17px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.metric.featured { color: #fff; border-color: var(--purple); background: linear-gradient(145deg, #6649ff, #4324c5); }
.metric strong { display: block; margin-top: 22px; font-size: 30px; line-height: 1; letter-spacing: -.04em; }
.metric small { display: block; margin-top: 8px; color: inherit; opacity: .66; font-size: 10px; }
.metric-icon { color: var(--gold); }
.trend { float: right; color: var(--mint); font-size: 9px; font-weight: 750; }
.review-card { display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 13px; margin-top: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.avatar { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; color: var(--purple); background: var(--purple-soft); font-size: 11px; font-weight: 800; }
.review-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 12px; }
.stars { color: var(--gold); letter-spacing: 1px; font-size: 10px; }
.review-content > p { margin: 6px 0 10px; color: var(--muted); font-size: 11px; }
.ai-reply { padding: 10px 12px; border-radius: 12px; background: #f8f6ff; }
.ai-reply span { color: var(--purple); font-size: 9px; font-weight: 800; }
.ai-reply p { margin: 4px 0 0; color: #555163; font-size: 10px; }
.review-card button { align-self: end; padding: 7px 10px; border: 0; border-radius: 9px; color: #fff; background: var(--purple); font-size: 9px; font-weight: 800; }
.agent-strip { display: flex; align-items: flex-start; gap: 12px; margin-top: 12px; padding: 15px; border-radius: 17px; color: #fff; background: var(--navy); }
.agent-spark { display: grid; place-items: center; flex: 0 0 32px; height: 32px; border-radius: 10px; color: var(--gold); background: rgba(255,255,255,.08); }
.agent-strip strong { font-size: 11px; }
.agent-strip p { margin: 3px 0 0; color: rgba(255,255,255,.6); font-size: 9px; }

.signal-bar { padding: 20px 0; color: rgba(255,255,255,.62); background: var(--navy); overflow: hidden; }
.signal-list { display: flex; align-items: center; justify-content: space-between; gap: 24px; white-space: nowrap; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.signal-list b { color: var(--gold); }

.features-section { color: #fff; background: var(--navy); }
.section-heading { max-width: 740px; margin: 0 auto 58px; text-align: center; }
.section-heading p, .split-heading > p { color: var(--muted); font-size: 18px; }
.features-section .section-heading p { color: rgba(255,255,255,.55); }
.section-heading.compact { margin-bottom: 44px; }
.feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.feature-card { grid-column: span 4; min-height: 290px; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: rgba(255,255,255,.045); }
.feature-card p { margin-bottom: 0; color: rgba(255,255,255,.54); }
.feature-wide { grid-column: span 8; display: grid; grid-template-columns: auto 1fr; align-content: start; column-gap: 18px; background: linear-gradient(145deg, rgba(99,68,255,.28), rgba(255,255,255,.04)); }
.feature-agent { grid-column: span 8; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 28px; }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 28px; border-radius: 14px; color: #fff; background: var(--purple); font-size: 22px; }
.feature-wide .feature-icon { margin: 0; }
.feature-icon.mint { background: var(--mint); }.feature-icon.gold { color: #4a3200; background: var(--gold); }.feature-icon.coral { background: var(--coral); }.feature-icon.blue { background: var(--blue); }
.kicker { display: block; margin-bottom: 11px; color: #a99cff; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tone-chips { grid-column: 2; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.tone-chips span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.04); font-size: 10px; }
.digest-card { padding: 24px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.06); box-shadow: 0 18px 38px rgba(0,0,0,.18); }
.digest-card small { color: #a99cff; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.digest-card strong { display: block; margin: 12px 0 8px; font-size: 17px; }
.digest-card p { font-size: 12px; }
.digest-card span { display: block; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.09); color: var(--gold); font-size: 11px; }

.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; margin-bottom: 48px; }
.split-heading h2 { max-width: 680px; margin-bottom: 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps-grid article { position: relative; padding: 42px 42px 20px 0; }
.steps-grid article + article { padding-left: 42px; border-left: 1px solid var(--line); }
.steps-grid span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--purple); font-size: 11px; font-weight: 800; }
.steps-grid p { color: var(--muted); }

.audience-section { padding-top: 0; }
.audience-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; padding: 62px; border-radius: var(--radius); color: #fff; background: linear-gradient(130deg, #5d42ef, #351a9b); box-shadow: var(--shadow); }
.audience-card h2 { font-size: clamp(38px, 4vw, 54px); }
.audience-card p { color: rgba(255,255,255,.68); }
.audience-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.audience-tags span { padding: 11px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.08); font-size: 13px; font-weight: 680; }

.pricing-section { background: #fff; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.price-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.price-card.popular { color: #fff; border-color: var(--purple); background: var(--navy); box-shadow: var(--shadow); }
.price-card.enterprise { border-color: rgba(90,66,244,.28); background: linear-gradient(145deg, #fff 0%, #f7f5ff 100%); }
.popular-label { position: absolute; right: 22px; top: 20px; padding: 6px 9px; border-radius: 20px; color: #1a1234; background: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.plan { color: var(--purple); font-size: 13px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.popular .plan { color: #a99cff; }
.price { display: flex; align-items: baseline; gap: 6px; margin: 20px 0; }
.price strong { font-size: 42px; letter-spacing: -.05em; }.price small { color: var(--muted); }.popular .price small { color: rgba(255,255,255,.5); }
.price-prefix { color: var(--purple) !important; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.price-card > p { min-height: 50px; color: var(--muted); }.popular > p { color: rgba(255,255,255,.58); }
.price-card ul { display: grid; gap: 12px; margin: 28px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card.enterprise ul { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; }
.popular ul { border-color: rgba(255,255,255,.1); }
.price-card li { position: relative; padding-left: 25px; color: #4f4c5c; font-size: 14px; }.popular li { color: rgba(255,255,255,.74); }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--mint); font-weight: 850; }

.security-section { color: #fff; background: var(--navy); }
.security-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.security-grid > div:first-child p { color: rgba(255,255,255,.56); font-size: 18px; }
.security-list { display: grid; gap: 12px; }
.security-list article { display: flex; gap: 18px; padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.045); }
.security-list article > span { color: #a99cff; font-size: 11px; font-weight: 850; }
.security-list h3 { margin-bottom: 5px; font-size: 18px; }.security-list p { margin: 0; color: rgba(255,255,255,.5); font-size: 13px; }

.cta-section { padding: 76px 0; background: #fff; }
.cta-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; padding: 42px 48px; border-radius: var(--radius); color: #fff; background: linear-gradient(130deg, #5d42ef, #34198e); }
.cta-card > img { width: 92px; height: 92px; object-fit: contain; filter: drop-shadow(0 16px 25px rgba(24,10,76,.28)); }
.cta-card h2 { margin-bottom: 10px; font-size: clamp(30px, 3vw, 42px); }.cta-card p { margin: 0; color: rgba(255,255,255,.65); }

.site-footer { padding: 68px 0 24px; color: rgba(255,255,255,.62); background: #0b0a18; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 54px; padding-bottom: 50px; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 13px; }
.footer-main strong { margin-bottom: 8px; color: #fff; }.footer-main a:hover { color: #fff; }
.footer-brand img { width: 120px; opacity: .96; }.footer-brand p { max-width: 250px; margin-top: 18px; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: 12px; }

.legal-main { padding: 150px 0 90px; }
.legal-hero { max-width: 790px; margin-bottom: 50px; }
.legal-hero h1 { font-size: clamp(44px, 6vw, 68px); }
.legal-hero p { color: var(--muted); font-size: 18px; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 70px; align-items: start; }
.legal-nav { position: sticky; top: 115px; display: grid; gap: 8px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.legal-nav a { padding: 8px 10px; border-radius: 9px; color: var(--muted); font-size: 13px; }.legal-nav a:hover { color: var(--purple); background: var(--purple-soft); }
.legal-content section { scroll-margin-top: 115px; margin-bottom: 42px; }
.legal-content h2 { margin-bottom: 14px; font-size: 27px; letter-spacing: -.025em; }
.legal-content h3 { margin-top: 28px; font-size: 18px; }
.legal-content p, .legal-content li { color: #555263; }
.legal-content ul { display: grid; gap: 9px; padding-left: 20px; }
.legal-note { padding: 18px 20px; border-left: 3px solid var(--purple); border-radius: 0 12px 12px 0; background: var(--purple-soft); }

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero-copy { max-width: 760px; }
  .product-shell { max-width: 720px; transform: none; }
  .feature-card { grid-column: span 6; }.feature-wide, .feature-agent { grid-column: span 12; }
  .audience-card, .security-grid { gap: 55px; }
  .cta-card { grid-template-columns: auto 1fr; }.cta-card .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 1160px); }
  .section { padding: 78px 0; }
  .nav-wrap { min-height: 70px; }
  .brand { min-height: 44px; }.brand-mark { width: 34px; height: 34px; }.brand-wordmark { width: 116px; height: 40px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 70px; left: 15px; right: 15px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }.main-nav a { padding: 10px 12px; }.main-nav .button { margin-top: 6px; }
  .language-picker { margin: 5px 0; }
  .language-picker select { width: 100%; min-height: 42px; }
  .hero { min-height: auto; padding-top: 130px; }.hero-grid { gap: 45px; }h1 { font-size: clamp(46px, 15vw, 65px); }.hero-lead { font-size: 18px; }
  .metric-row { grid-template-columns: 1fr 1fr; }.metric.featured { grid-column: span 2; }.review-card { grid-template-columns: auto 1fr; }.review-card button { grid-column: 2; justify-self: start; }
  .signal-list { justify-content: flex-start; overflow: hidden; }
  .feature-card, .feature-wide, .feature-agent { grid-column: span 12; }.feature-wide, .feature-agent { grid-template-columns: 1fr; }.feature-wide .feature-icon { margin-bottom: 18px; }.tone-chips { grid-column: 1; }.feature-agent { gap: 20px; }
  .split-heading, .audience-card, .security-grid { grid-template-columns: 1fr; gap: 28px; }.split-heading { margin-bottom: 35px; }.steps-grid { grid-template-columns: 1fr; }.steps-grid article, .steps-grid article + article { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .audience-card { padding: 36px 28px; }
  .pricing-grid { grid-template-columns: 1fr; }.price-card.enterprise ul { grid-template-columns: 1fr; }
  .cta-card { grid-template-columns: 1fr; padding: 34px 28px; }.cta-card > img { width: 72px; height: 72px; }.cta-card .button { grid-column: 1; }
  .footer-main { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: span 2; }.footer-bottom { flex-direction: column; gap: 5px; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }.legal-nav { position: static; grid-template-columns: 1fr 1fr; }.legal-main { padding-top: 120px; }
}

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