:root {
  color-scheme: dark;
  --bg: #090510;
  --bg-2: #10071c;
  --panel: rgba(28, 16, 47, 0.72);
  --panel-solid: #1a1029;
  --panel-soft: rgba(255, 255, 255, 0.045);
  --text: #f7f2ff;
  --muted: #bcb2ca;
  --muted-2: #8f849f;
  --line: rgba(231, 214, 255, 0.14);
  --accent: #b58cff;
  --accent-2: #f0b9ff;
  --gold: #f2d49b;
  --max: 1180px;
  --reading: 820px;
  --radius: 28px;
  --shadow: 0 28px 80px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 77% -10%, rgba(137, 73, 230, .26), transparent 38%),
    radial-gradient(circle at 12% 21%, rgba(96, 53, 166, .16), transparent 34%),
    linear-gradient(180deg, #0a0611 0%, #0d0717 48%, #08050d 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .33;
  background-image:
    radial-gradient(circle at 18% 24%, rgba(255,255,255,.8) 0 1px, transparent 1.4px),
    radial-gradient(circle at 72% 13%, rgba(255,255,255,.65) 0 1px, transparent 1.3px),
    radial-gradient(circle at 84% 63%, rgba(221,195,255,.65) 0 1px, transparent 1.3px),
    radial-gradient(circle at 42% 79%, rgba(255,255,255,.45) 0 1px, transparent 1.4px);
  background-size: 320px 320px, 440px 440px, 520px 520px, 600px 600px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
  z-index: -1;
}

a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: #fff; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed; left: 16px; top: 12px; transform: translateY(-160%);
  background: #fff; color: #130820; padding: 10px 16px; border-radius: 10px; z-index: 1000;
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(9, 5, 16, .76);
  backdrop-filter: blur(18px) saturate(135%);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.header-inner {
  max-width: var(--max); margin: 0 auto; min-height: 76px; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 34px; height: 34px; }
.brand-word { font-weight: 800; letter-spacing: .17em; font-size: 14px; }
.brand-product { color: var(--muted); font-weight: 500; letter-spacing: .02em; font-size: 13px; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { color: var(--muted); font-size: 14px; font-weight: 600; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--text); }
.nav-support {
  border: 1px solid var(--line); border-radius: 999px; padding: 8px 15px;
  background: rgba(255,255,255,.04);
}
.menu-button {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%;
  background: rgba(255,255,255,.035); color: var(--text); align-items: center; justify-content: center;
}
.menu-button span, .menu-button::before, .menu-button::after {
  content: ""; display: block; width: 18px; height: 1px; background: currentColor;
  transition: .2s ease;
}
.menu-button span { margin: 4px 0; }

.container { width: min(100% - 48px, var(--max)); margin-inline: auto; }
.reading { width: min(100% - 48px, var(--reading)); margin-inline: auto; }

.hero { min-height: 780px; display: flex; align-items: center; padding: 72px 0 92px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 54px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; color: #ddcaff; font-weight: 700;
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: linear-gradient(90deg, transparent, var(--accent)); }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1, .display-title {
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-weight: 500;
}
h1 { font-size: clamp(54px, 7.1vw, 92px); margin: 22px 0 22px; max-width: 780px; }
.hero-copy { font-size: clamp(18px, 2vw, 22px); color: var(--muted); max-width: 650px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px;
  border-radius: 999px; text-decoration: none; font-weight: 750; font-size: 14px;
  border: 1px solid var(--line);
}
.button-primary { color: #160921; background: linear-gradient(135deg, #f8e9ff, #c59cff 68%, #f3d7a9); box-shadow: 0 12px 34px rgba(175, 112, 255, .24); }
.button-primary:hover { color: #160921; filter: brightness(1.06); transform: translateY(-1px); }
.button-secondary { background: rgba(255,255,255,.045); color: var(--text); }
.button-secondary:hover { background: rgba(255,255,255,.08); }
.hero-note { margin-top: 24px; color: var(--muted-2); font-size: 13px; }

.hero-art { position: relative; min-height: 620px; display: grid; place-items: center; }
.hero-art::before {
  content: ""; position: absolute; width: 88%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(189, 124, 255, .34), rgba(118, 64, 186, .08) 49%, transparent 69%);
  filter: blur(10px);
}
.hero-art::after {
  content: ""; position: absolute; inset: 10% 5%; border: 1px solid rgba(217, 190, 255, .11);
  border-radius: 50%; transform: rotate(-12deg); box-shadow: inset 0 0 80px rgba(187, 128, 255, .05);
}
.hero-image {
  position: relative; z-index: 2; width: min(100%, 620px); border-radius: 34px;
  box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.1);
  transform: rotate(1.2deg);
}
.floating-label {
  position: absolute; z-index: 3; left: -10px; bottom: 80px; max-width: 235px;
  background: rgba(20, 10, 34, .84); border: 1px solid var(--line); border-radius: 18px;
  backdrop-filter: blur(18px); padding: 15px 17px; box-shadow: 0 18px 50px rgba(0,0,0,.32);
}
.floating-label strong { display: block; font-size: 14px; }
.floating-label span { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; }

.section { padding: 112px 0; }
.section-tight { padding: 80px 0; }
.section-divider { border-top: 1px solid var(--line); }
.section-kicker { color: var(--accent-2); text-transform: uppercase; letter-spacing: .14em; font-weight: 750; font-size: 12px; }
.section h2 { font-size: clamp(40px, 5vw, 68px); margin: 13px 0 24px; max-width: 900px; }
.section-lede { max-width: 760px; color: var(--muted); font-size: 19px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.feature-card {
  min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius);
  background: linear-gradient(155deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
  box-shadow: inset 0 1px rgba(255,255,255,.04);
}
.feature-number { color: var(--gold); font-size: 12px; letter-spacing: .12em; font-weight: 800; }
.feature-card h3 { font-size: 25px; margin: 44px 0 12px; }
.feature-card p { color: var(--muted); margin: 0; }

.split { display: grid; grid-template-columns: .94fr 1.06fr; gap: 76px; align-items: center; }
.split.reverse { grid-template-columns: 1.05fr .95fr; }
.visual-panel {
  position: relative; border: 1px solid var(--line); border-radius: 38px; overflow: hidden;
  background: linear-gradient(145deg, rgba(150,92,232,.15), rgba(255,255,255,.025));
  min-height: 640px; display: grid; place-items: center; box-shadow: var(--shadow);
}
.visual-panel.phone { padding: 56px 20px 0; }
.phone-frame {
  width: min(76%, 390px); border: 8px solid #18131e; border-bottom-width: 12px; border-radius: 48px 48px 0 0;
  box-shadow: 0 28px 90px rgba(0,0,0,.55), 0 0 100px rgba(178, 104, 255, .12);
  overflow: hidden;
}
.phone-frame img { width: 100%; }
.copy-block h2 { font-size: clamp(40px, 5vw, 64px); margin: 14px 0 24px; }
.copy-block p { color: var(--muted); font-size: 18px; }
.copy-list { display: grid; gap: 20px; margin-top: 34px; }
.copy-list-item { display: grid; grid-template-columns: 32px 1fr; gap: 14px; align-items: start; }
.copy-list-icon {
  width: 28px; height: 28px; border: 1px solid rgba(221,190,255,.25); border-radius: 50%; display: grid; place-items: center;
  color: #eadbff; background: rgba(181,140,255,.08); font-size: 12px; font-weight: 800;
}
.copy-list-item strong { display: block; margin-bottom: 4px; }
.copy-list-item span { color: var(--muted); font-size: 15px; }

.quote-panel {
  border: 1px solid var(--line); border-radius: 38px; padding: 66px; position: relative; overflow: hidden;
  background: radial-gradient(circle at 85% 20%, rgba(159, 92, 255, .17), transparent 34%), rgba(255,255,255,.025);
}
.quote-panel blockquote { margin: 0; max-width: 900px; font-family: "Iowan Old Style", Georgia, serif; font-size: clamp(34px, 4.8vw, 60px); line-height: 1.22; letter-spacing: -.025em; }
.quote-panel p { color: var(--muted); max-width: 680px; margin: 24px 0 0; font-size: 17px; }

.privacy-strip { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: end; }
.privacy-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.privacy-point { padding: 18px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.03); color: var(--muted); font-size: 14px; }
.privacy-point strong { display: block; color: var(--text); margin-bottom: 2px; }

.cta-panel {
  padding: 74px; border-radius: 38px; border: 1px solid rgba(230,211,255,.18);
  background: linear-gradient(135deg, rgba(113,58,184,.32), rgba(20,10,34,.83) 60%);
  box-shadow: var(--shadow); display: flex; align-items: center; justify-content: space-between; gap: 36px;
}
.cta-panel h2 { margin: 0 0 10px; font-size: clamp(38px, 4.5vw, 60px); }
.cta-panel p { margin: 0; color: var(--muted); }

.site-footer { border-top: 1px solid var(--line); padding: 54px 0 40px; color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 40px; }
.footer-brand { color: var(--text); font-weight: 800; letter-spacing: .13em; }
.footer-copy { max-width: 410px; margin-top: 12px; font-size: 14px; }
.footer-title { color: var(--text); font-weight: 700; margin-bottom: 10px; font-size: 14px; }
.footer-links { display: grid; gap: 7px; }
.footer-links a { color: var(--muted); font-size: 14px; text-decoration: none; }
.footer-links a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.07); font-size: 12px; }

/* Legal and support pages */
.page-hero { padding: 92px 0 54px; border-bottom: 1px solid var(--line); }
.page-hero .eyebrow { margin-bottom: 16px; }
.page-hero h1 { font-size: clamp(48px, 7vw, 78px); margin: 0 0 18px; }
.page-hero p { color: var(--muted); max-width: 760px; font-size: 18px; }
.page-meta { display: flex; flex-wrap: wrap; gap: 12px 22px; color: var(--muted-2); font-size: 13px; margin-top: 28px; }
.legal-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 66px; padding: 70px 0 110px; }
.toc { position: sticky; top: 110px; align-self: start; border-left: 1px solid var(--line); padding-left: 18px; display: grid; gap: 9px; }
.toc a { color: var(--muted-2); text-decoration: none; font-size: 13px; line-height: 1.35; }
.toc a:hover { color: var(--text); }
.legal { max-width: 810px; }
.legal section { scroll-margin-top: 110px; }
.legal h2 { font-size: 31px; margin: 58px 0 17px; letter-spacing: -.02em; }
.legal h2:first-child { margin-top: 0; }
.legal h3 { font-size: 20px; margin: 32px 0 10px; letter-spacing: -.015em; }
.legal p, .legal li { color: #d0c7da; }
.legal li + li { margin-top: 8px; }
.legal ul, .legal ol { padding-left: 22px; }
.legal a { color: #e0cbff; }
.legal-note {
  border: 1px solid rgba(229,203,255,.18); border-radius: 18px; padding: 18px 20px; background: rgba(166,105,255,.06); color: #d7cbe2;
}
.legal-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; margin: 22px 0 34px; }
.legal table { border-collapse: collapse; width: 100%; min-width: 700px; font-size: 14px; }
.legal th, .legal td { padding: 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.legal tr:last-child td { border-bottom: 0; }
.legal th { color: var(--text); background: rgba(255,255,255,.035); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.legal td { color: #d0c7da; }

.contact-card, .delete-card {
  border: 1px solid var(--line); border-radius: 28px; padding: 34px; background: rgba(255,255,255,.035); margin-top: 34px;
}
.contact-methods { display: grid; gap: 14px; margin-top: 24px; }
.contact-method {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 17px 19px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); text-decoration: none;
}
.contact-method span { color: var(--muted); font-size: 13px; }
.contact-method strong { color: var(--text); }
.step-list { counter-reset: steps; display: grid; gap: 18px; margin: 32px 0; }
.step { position: relative; padding: 22px 22px 22px 68px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.step::before { counter-increment: steps; content: counter(steps); position: absolute; left: 20px; top: 20px; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: rgba(181,140,255,.12); border: 1px solid rgba(214,184,255,.22); color: var(--text); font-weight: 800; font-size: 13px; }
.step strong { display: block; margin-bottom: 4px; }
.step span { color: var(--muted); }
.email-template { border: 1px solid var(--line); border-radius: 18px; padding: 20px; background: #0a0610; color: #e6deeb; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; white-space: pre-wrap; }

.alias-page { min-height: 100vh; display: grid; place-items: center; text-align: center; padding: 40px; }
.alias-page a { color: #e0cbff; }

@media (max-width: 940px) {
  .site-nav { display: none; position: absolute; inset: 76px 16px auto; background: rgba(14,8,24,.97); border: 1px solid var(--line); border-radius: 20px; padding: 18px; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 12px; }
  .menu-button { display: flex; flex-direction: column; }
  .hero { min-height: auto; padding-top: 54px; }
  .hero-grid, .split, .split.reverse, .privacy-strip { grid-template-columns: 1fr; }
  .hero-grid { gap: 36px; }
  .hero-art { min-height: auto; }
  .floating-label { left: 18px; bottom: 34px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 220px; }
  .split { gap: 46px; }
  .visual-panel { min-height: 560px; }
  .privacy-points { margin-top: 18px; }
  .cta-panel { padding: 48px; align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .toc { position: static; border: 1px solid var(--line); border-radius: 18px; padding: 18px; grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 640px) {
  .header-inner { padding: 0 18px; min-height: 68px; }
  .brand-product { display: none; }
  .container, .reading { width: min(100% - 32px, var(--max)); }
  h1 { font-size: 50px; }
  .hero { padding: 46px 0 72px; }
  .hero-copy { font-size: 18px; }
  .hero-art { margin-inline: -6px; }
  .hero-image { border-radius: 26px; }
  .floating-label { position: relative; left: auto; bottom: auto; margin: -22px 16px 0; }
  .section { padding: 82px 0; }
  .section-tight { padding: 62px 0; }
  .section h2, .copy-block h2 { font-size: 42px; }
  .feature-card { padding: 25px; }
  .visual-panel { min-height: 480px; border-radius: 28px; }
  .phone-frame { width: 84%; border-radius: 38px 38px 0 0; }
  .quote-panel { padding: 38px 28px; border-radius: 28px; }
  .privacy-points { grid-template-columns: 1fr; }
  .cta-panel { padding: 38px 28px; border-radius: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 68px 0 42px; }
  .page-hero h1 { font-size: 47px; }
  .legal-layout { padding: 48px 0 80px; }
  .toc { grid-template-columns: 1fr; }
  .legal h2 { font-size: 27px; }
  .contact-card, .delete-card { padding: 25px; }
  .contact-method { align-items: flex-start; flex-direction: column; gap: 3px; }
}

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

@media print {
  body { color: #111; background: #fff; }
  body::before, .site-header, .site-footer, .toc { display: none !important; }
  .page-hero { border: 0; padding-bottom: 10px; }
  .legal-layout { display: block; padding-top: 10px; }
  .legal { max-width: none; }
  .legal p, .legal li, .legal td { color: #222; }
  .legal h2, .legal h3, .page-hero h1 { color: #000; }
  .legal-table-wrap, .legal th, .legal td, .legal-note { border-color: #aaa; background: #fff; }
}
