:root {
  --ink: #17152a;
  --muted: #66627b;
  --line: #dfddea;
  --paper: #f7f7fb;
  --white: #ffffff;
  --violet: #6256d9;
  --violet-dark: #4a40bb;
  --violet-pale: #efedff;
  --mint: #55d6a4;
  --night: #211d46;
  --shadow: 0 22px 70px rgba(37, 30, 88, 0.12);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; }
button, input, textarea { font: inherit; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 760; letter-spacing: -0.02em; }
.brand img { display: block; filter: drop-shadow(0 7px 10px rgba(75, 64, 187, 0.2)); }
nav { display: flex; align-items: center; gap: 24px; }
nav > a:not(.button) { color: var(--muted); font-size: 0.9rem; text-decoration: none; }
nav > a:not(.button):hover { color: var(--ink); }

.button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 25px;
  background: var(--violet);
  color: white;
  box-shadow: 0 10px 24px rgba(98, 86, 217, 0.24);
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover { transform: translateY(-1px); background: var(--violet-dark); box-shadow: 0 13px 28px rgba(98, 86, 217, 0.3); }
.button:disabled { cursor: wait; opacity: 0.68; transform: none; }
.button-small { min-height: 38px; padding: 0 18px; font-size: 0.86rem; }

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 670px;
  margin: 0 auto;
  padding: 90px 0 110px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 70px;
}

.hero-copy { max-width: 660px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 17px; color: var(--violet); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.eyebrow > span { width: 7px; height: 7px; margin-right: 8px; display: inline-block; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(85, 214, 164, 0.15); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(3.1rem, 6vw, 5.7rem); line-height: 0.98; letter-spacing: -0.065em; font-weight: 780; }
.hero-lede { max-width: 610px; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 25px; }
.text-link { color: var(--ink); font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--violet); }
.quiet { margin-top: 22px; color: #89859a; font-size: 0.82rem; }

.hero-visual { position: relative; min-height: 480px; isolation: isolate; }
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 1% -8% 0 2%;
  z-index: -3;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, #ebe8ff 0, #f2f0ff 44%, transparent 70%);
}
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(98, 86, 217, 0.18); border-radius: 50%; transform: translate(-50%, -50%) rotate(-14deg); }
.orbit-one { width: 440px; height: 260px; }
.orbit-two { width: 330px; height: 410px; transform: translate(-50%, -50%) rotate(31deg); }
.agent-card {
  position: absolute;
  left: 50%; top: 50%;
  width: 280px;
  padding: 23px;
  display: flex;
  align-items: center;
  gap: 17px;
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 24px;
  background: rgba(255,255,255,0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  transform: translate(-50%, -50%);
}
.agent-icon { width: 63px; height: 63px; flex: 0 0 auto; }
.agent-icon img { width: 100%; height: 100%; }
.agent-card strong, .agent-card small { display: block; }
.agent-card strong { margin-top: 7px; font-size: 0.98rem; }
.agent-card small { margin-top: 4px; color: var(--muted); line-height: 1.35; }
.status { color: var(--violet); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.status i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--mint); }
.signal { position: absolute; min-width: 142px; padding: 14px 17px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,0.94); box-shadow: 0 13px 35px rgba(40, 32, 93, 0.1); color: var(--muted); font-size: 0.82rem; font-weight: 700; }
.signal span { margin-right: 8px; color: var(--violet); font-size: 0.66rem; }
.signal-one { top: 72px; right: 15px; }
.signal-two { left: -5px; top: 212px; }
.signal-three { right: 1px; bottom: 67px; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 105px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2, .interest-intro h2, .reality-card h2 { margin-bottom: 0; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.08; letter-spacing: -0.045em; }
.feature-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 275px; padding: 31px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,0.65); }
.feature-number { color: var(--violet); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; }
.feature-card h3 { margin: 83px 0 14px; font-size: 1.25rem; letter-spacing: -0.025em; }
.feature-card p { margin-bottom: 0; color: var(--muted); line-height: 1.65; }

.reality-section { padding-top: 40px; }
.reality-card { padding: 72px; display: grid; grid-template-columns: 1fr 0.8fr; gap: 80px; border-radius: 34px; background: var(--night); color: white; overflow: hidden; position: relative; }
.reality-card::after { content: ""; position: absolute; width: 320px; height: 320px; right: -120px; top: -150px; border: 1px solid rgba(255,255,255,0.12); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,0.025), 0 0 0 130px rgba(255,255,255,0.02); }
.eyebrow.light { color: #a9a0ff; }
.reality-copy { align-self: center; color: #c8c4df; line-height: 1.75; position: relative; z-index: 1; }
.reality-copy p:last-child { margin-bottom: 0; }

.interest-section { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 90px; align-items: start; }
.interest-intro { position: sticky; top: 45px; }
.interest-intro > p:not(.eyebrow) { margin-top: 25px; color: var(--muted); line-height: 1.7; }
.privacy-note { margin-top: 35px; padding: 18px 20px; border-left: 3px solid var(--mint); background: rgba(85, 214, 164, 0.08); font-size: 0.84rem; line-height: 1.55; }
.privacy-note strong, .privacy-note span { display: block; }
.privacy-note span { color: var(--muted); }
.form-card { padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
form > label, .field-row label { display: block; }
label > span, legend { display: block; margin-bottom: 9px; font-size: 0.84rem; font-weight: 720; }
label small, legend small { margin-left: 5px; color: #9793a6; font-size: 0.72rem; font-weight: 500; }
input[type="text"], input[type="email"], textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #fbfaff; color: var(--ink); padding: 13px 14px; outline: 0; transition: border 120ms ease, box-shadow 120ms ease; }
textarea { resize: vertical; line-height: 1.5; }
input:focus, textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(98,86,217,0.11); }
fieldset { margin: 25px 0; padding: 0; border: 0; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.choice { display: flex; align-items: center; gap: 10px; min-height: 45px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 11px; cursor: pointer; }
.choice:hover { border-color: #b9b3e8; background: #faf9ff; }
.choice input { accent-color: var(--violet); width: 16px; height: 16px; margin: 0; }
.choice span { margin: 0; color: var(--muted); font-size: 0.78rem; font-weight: 600; }
.consent { margin-top: 21px; display: flex !important; align-items: flex-start; gap: 10px; }
.consent input { width: 17px; height: 17px; margin: 2px 0 0; flex: 0 0 auto; accent-color: var(--violet); }
.consent span { margin: 0; color: var(--muted); font-size: 0.76rem; font-weight: 500; line-height: 1.55; }
.honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.submit-row { margin-top: 25px; display: flex; align-items: center; gap: 17px; }
.submit-row p { margin: 0; color: #8b8799; font-size: 0.7rem; line-height: 1.4; }
.submit-row p a { color: var(--violet); }
.notice { margin-bottom: 24px; padding: 17px 19px; border-radius: 12px; }
.notice strong, .notice span { display: block; }
.notice strong { margin-bottom: 3px; }
.notice span { font-size: 0.85rem; }
.notice-success { border: 1px solid #bcebd9; background: #effbf6; color: #176448; }
.notice-error { border: 1px solid #f0c4c4; background: #fff4f4; color: #9a3030; }

footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 34px 0 45px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.78rem; }
footer p { margin: 0; }
footer > a:last-child { justify-self: end; }
.footer-brand { color: var(--ink); }

.legal-page { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 130px; }
.legal-page h1 { font-size: clamp(2.7rem, 7vw, 4.9rem); }
.legal-updated { color: var(--muted); }
.legal-page section { margin-top: 46px; }
.legal-page section h2 { margin-bottom: 12px; font-size: 1.25rem; }
.legal-page section p { color: var(--muted); line-height: 1.8; }
.back-link { display: inline-block; margin-top: 36px; }

@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; gap: 20px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 410px; max-width: 560px; width: 100%; margin: 0 auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-card h3 { margin-top: 45px; }
  .reality-card { grid-template-columns: 1fr; gap: 35px; }
  .interest-section { grid-template-columns: 1fr; gap: 50px; }
  .interest-intro { position: static; }
}

@media (max-width: 620px) {
  .site-header { width: min(100% - 28px, 1180px); }
  nav > a:not(.button) { display: none; }
  .hero, .section { width: min(100% - 28px, 1180px); }
  .hero { padding: 60px 0 75px; min-height: 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-visual { min-height: 355px; overflow: hidden; }
  .orbit-one { width: 350px; height: 210px; }
  .orbit-two { width: 260px; height: 330px; }
  .agent-card { width: 246px; padding: 18px; }
  .signal { min-width: 125px; padding: 11px 12px; }
  .signal-one { right: -10px; top: 33px; }
  .signal-two { left: -16px; top: 176px; }
  .signal-three { right: -13px; bottom: 35px; }
  .section { padding: 75px 0; }
  .section-heading { display: block; }
  .feature-grid { margin-top: 38px; }
  .reality-section { width: 100%; padding: 0; }
  .reality-card { padding: 55px 24px; border-radius: 0; }
  .form-card { padding: 24px 18px; border-radius: 20px; }
  .field-row, .choice-grid { grid-template-columns: 1fr; }
  .submit-row { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr auto; }
  footer p { display: none; }
}

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