:root {
  --ink: #0b1f4d;
  --muted: #55709b;
  --blue: #2563eb;
  --blue-bright: #3b82f6;
  --blue-soft: #eaf3ff;
  --sky: #f4f8ff;
  --line: #d7e6fb;
  --white: #ffffff;
  --green: #0a9a6e;
  --red: #d92d20;
  --shadow: 0 14px 32px rgba(32, 80, 148, 0.1);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: .75rem 1rem;
  background: var(--white);
  color: var(--ink);
}
.skip-link:focus { top: 1rem; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(215, 230, 251, .9);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
}
.nav-row { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 850; }
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 7px 18px rgba(37, 99, 235, .24);
  font-size: .86rem;
}
.brand-word { font-size: 1.08rem; letter-spacing: 0; }
.site-nav { display: flex; align-items: center; gap: 1.6rem; }
.site-nav a { color: var(--muted); text-decoration: none; font-weight: 700; font-size: .94rem; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--blue); }
.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}
.menu-lines, .menu-lines::before, .menu-lines::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: auto;
  background: currentColor;
  content: "";
}
.menu-lines::before { transform: translateY(-6px); }
.menu-lines::after { transform: translateY(4px); }
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .7rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
}
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 10px 24px rgba(37, 99, 235, .24); }
.button-primary:hover { background: #1d55d5; }
.button-secondary { color: var(--ink); background: var(--white); border-color: var(--line); }
.button-secondary:hover { border-color: #a8c6f0; }
.button-white { color: var(--ink); background: var(--white); }
.nav-cta { min-height: 40px; padding: .55rem .9rem; color: var(--white) !important; }
.hero {
  min-height: min(780px, calc(100svh - 72px));
  position: relative;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  background: #16284d url('/site/assets/virtual-twilight-after.jpg') center 46% / cover no-repeat;
  overflow: hidden;
}
.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(5, 18, 48, .88) 0%, rgba(5, 18, 48, .55) 52%, rgba(5, 18, 48, .12) 100%);
}
.hero-content { position: relative; z-index: 1; width: min(720px, 100%); padding: clamp(5rem, 12vh, 9rem) 0 clamp(4.5rem, 9vh, 7rem); }
.eyebrow { margin: 0 0 .8rem; color: var(--blue-bright); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero .eyebrow { color: #a9ccff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: 0; }
h1 { max-width: 700px; margin-bottom: 1.2rem; font-size: clamp(2.65rem, 6vw, 5.5rem); }
h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { margin-bottom: .55rem; font-size: 1.23rem; }
.hero-copy { max-width: 620px; margin-bottom: 1.7rem; color: #e9f2ff; font-size: clamp(1.06rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.trust-strip { background: var(--ink); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 1.25rem 1.5rem; border-right: 1px solid rgba(255,255,255,.15); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 1rem; }
.trust-item span { color: #bcd0ed; font-size: .88rem; }
.section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
.section-soft { background: var(--sky); }
.section-heading { max-width: 720px; margin-bottom: 2.6rem; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.process-step { padding: 2rem 2rem 0 0; }
.step-number { display: inline-block; margin-bottom: 1rem; color: var(--blue); font-size: .82rem; font-weight: 900; }
.process-step p, .feature-copy, .price-copy { color: var(--muted); }
.comparison-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .65fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.comparison {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 8px;
  background: #d9e4ef;
  box-shadow: var(--shadow);
}
.comparison > img, .comparison-before img { width: 100%; height: 100%; object-fit: cover; }
.comparison-before { position: absolute; inset: 0 auto 0 0; width: 50%; overflow: hidden; }
.comparison-before img { width: auto; max-width: none; aspect-ratio: 3 / 2; }
.comparison-range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 5; }
.comparison-divider { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; transform: translateX(-50%); background: var(--white); box-shadow: 0 0 0 1px rgba(11,31,77,.15); pointer-events: none; }
.comparison-handle { position: absolute; top: 50%; left: 50%; width: 44px; height: 44px; transform: translate(-50%, -50%); display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--white); box-shadow: 0 8px 22px rgba(11,31,77,.25); }
.comparison-label { position: absolute; top: 1rem; z-index: 3; padding: .35rem .65rem; border-radius: 5px; color: var(--white); background: rgba(11,31,77,.78); font-weight: 850; font-size: .78rem; }
.comparison-label-before { left: 1rem; }
.comparison-label-after { right: 1rem; }
.check-list { list-style: none; margin: 1.4rem 0 0; padding: 0; }
.check-list li { position: relative; margin-bottom: .7rem; padding-left: 1.7rem; color: var(--muted); }
.check-list li::before { position: absolute; left: 0; content: "✓"; color: var(--green); font-weight: 900; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.price-card { position: relative; padding: 1.6rem; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 8px 22px rgba(32, 80, 148, .06); }
.price-card.featured { border: 2px solid var(--blue); }
.price-tag { display: inline-block; margin-bottom: .9rem; color: var(--blue); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.price { margin: 1.2rem 0; font-size: 2.1rem; font-weight: 900; line-height: 1; }
.price small { color: var(--muted); font-size: .9rem; font-weight: 700; }
.price-card .button { width: 100%; margin-top: .8rem; }
.fine-print { color: var(--muted); font-size: .84rem; }
.feature-band { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.feature-photo { min-height: 430px; border-radius: 8px; background: url('/site/assets/virtual-twilight-before.jpg') center / cover; box-shadow: var(--shadow); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-button { width: 100%; display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 850; cursor: pointer; }
.faq-button span:last-child { color: var(--blue); }
.faq-answer { max-width: 800px; padding: 0 0 1.3rem; color: var(--muted); }
.cta-band { padding: 3rem 0; color: var(--white); background: var(--blue); }
.cta-row { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-row h2 { margin-bottom: .35rem; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.cta-row p { margin: 0; color: #dbeafe; }
.page-hero { padding: clamp(4rem, 8vw, 7rem) 0 3.5rem; background: var(--sky); border-bottom: 1px solid var(--line); }
.page-hero-copy { max-width: 760px; color: var(--muted); font-size: 1.1rem; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: 4rem; align-items: start; }
.legal-nav { position: sticky; top: 104px; display: grid; gap: .55rem; }
.legal-nav a { color: var(--muted); text-decoration: none; font-size: .9rem; }
.legal-nav a:hover { color: var(--blue); }
.legal-copy h2 { margin-top: 2.5rem; font-size: 1.5rem; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy h3 { margin-top: 1.5rem; font-size: 1.05rem; }
.legal-copy p, .legal-copy li { color: #405a82; }
.legal-copy a { color: var(--blue); }
.notice { padding: 1rem 1.1rem; border-left: 4px solid var(--blue); background: var(--blue-soft); color: #405a82; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.support-panel { padding: 1.6rem; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 8px 22px rgba(32, 80, 148, .06); }
.support-panel p { color: var(--muted); }
.support-panel a:not(.button) { color: var(--blue); font-weight: 750; }
.delete-steps { counter-reset: delete-step; display: grid; gap: 1.1rem; }
.delete-step { position: relative; padding: 0 0 1.1rem 3.3rem; border-bottom: 1px solid var(--line); }
.delete-step::before { counter-increment: delete-step; content: counter(delete-step); position: absolute; left: 0; top: 0; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); font-weight: 900; }
.site-footer { padding: 3.5rem 0 2rem; color: #dbeafe; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2.5rem; }
.footer-brand { color: var(--white); }
.footer-copy { max-width: 340px; color: #aebfdb; }
.footer-heading { margin-bottom: .8rem; color: var(--white); font-size: .82rem; font-weight: 900; text-transform: uppercase; }
.footer-links { display: grid; gap: .55rem; }
.footer-links a { color: #c5d4ea; text-decoration: none; font-size: .9rem; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { margin-top: 2.8rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.12); color: #93a8c7; font-size: .82rem; }

@media (max-width: 880px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; align-items: stretch; gap: .25rem; padding: 1rem 20px 1.25rem; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: .55rem 0; }
  .nav-cta { margin-top: .35rem; }
  .hero { min-height: 680px; background-position: 60% center; }
  .hero::before { background: linear-gradient(90deg, rgba(5,18,48,.9), rgba(5,18,48,.45)); }
  .trust-grid, .price-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .comparison-layout, .feature-band { grid-template-columns: 1fr; }
  .feature-photo { min-height: 340px; }
  .legal-layout { grid-template-columns: 1fr; gap: 2rem; }
  .legal-nav { position: static; grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .brand-word { font-size: 1rem; }
  .hero { min-height: 640px; }
  .hero-content { padding-bottom: 3.5rem; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { padding-right: 0; }
  .comparison { border-radius: 6px; }
  .cta-row { align-items: flex-start; flex-direction: column; }
  .support-grid, .footer-grid { grid-template-columns: 1fr; }
  .legal-nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
