:root {
  color-scheme: light;
  --navy: #032d60;
  --navy-deep: #071d3f;
  --blue: #0176d3;
  --blue-bright: #0d9dda;
  --blue-soft: #eaf6ff;
  --green: #2e844a;
  --green-soft: #eaf7ee;
  --orange: #dd7a01;
  --orange-soft: #fff4e5;
  --ink: #0b2545;
  --muted: #52647b;
  --line: #dce5ef;
  --canvas: #f6f9fc;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(3, 45, 96, 0.14);
  font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); }
a { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 20; padding: 12px 18px; border-radius: 10px; background: var(--navy); color: white; }
.skip-link:focus { top: 16px; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header { width: min(1240px, calc(100% - 40px)); min-height: 82px; margin-inline: auto; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); font-size: 18px; font-weight: 900; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: var(--navy); color: white; font-size: 14px; letter-spacing: .03em; }
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a, .site-footer nav a { color: var(--muted); font-size: 14px; font-weight: 750; text-decoration: none; }
.nav-links a:hover, .site-footer nav a:hover { color: var(--blue); }
.status-pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid #cbd8e7; border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 800; }
.status-pill span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px var(--orange-soft); }

.hero { min-height: 660px; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: clamp(42px, 7vw, 100px); padding-block: 72px 94px; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 700px; color: var(--navy); font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: var(--blue); }
.hero-text { max-width: 630px; margin: 28px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 999px; font-size: 15px; font-weight: 850; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover:not(.is-disabled) { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 12px 30px rgba(1, 118, 211, .25); }
.button-secondary { border: 1px solid #bdcddd; background: white; color: var(--navy); }
.button-light { background: white; color: var(--navy); }
.is-disabled { cursor: default; opacity: .72; pointer-events: none; }
.microcopy { margin-top: 18px; color: #718197; font-size: 12px; }

.agenda-panel { position: relative; padding: 26px; border: 1px solid #d7e2ed; border-radius: 30px; background: white; box-shadow: var(--shadow); }
.agenda-panel::before { content: ""; position: absolute; z-index: -1; inset: -32px 54px 36px -30px; border-radius: 36px; background: linear-gradient(145deg, #dff3ff, #eaf7ee); transform: rotate(-3deg); }
.panel-topline { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.panel-kicker { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.panel-topline h2 { margin: 6px 0 0; color: var(--navy); font-size: 22px; }
.avatar-stack { display: flex; flex-direction: row-reverse; justify-content: flex-start; }
.avatar-stack span { width: 36px; height: 36px; display: grid; place-items: center; margin-left: -9px; border: 3px solid white; border-radius: 50%; background: var(--navy); color: white; font-size: 12px; font-weight: 900; }
.avatar-stack span:nth-child(2) { background: var(--green); }
.avatar-stack span:nth-child(3) { background: var(--blue); }
.agenda-row { display: grid; grid-template-columns: 54px 1fr; gap: 14px; padding: 17px; border: 1px solid var(--line); border-radius: 17px; }
.agenda-row + .agenda-row { margin-top: 10px; }
.agenda-row.is-together { border-color: #b7dec4; background: var(--green-soft); }
.agenda-row time { color: var(--navy); font-size: 14px; font-weight: 900; }
.agenda-row strong, .agenda-row small { display: block; }
.agenda-row strong { color: var(--ink); font-size: 14px; line-height: 1.35; }
.agenda-row small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.together-label { display: block; margin-bottom: 5px; color: var(--green); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.conflict-note { display: flex; align-items: center; gap: 12px; margin-top: 14px; padding: 12px 14px; border-radius: 14px; background: var(--orange-soft); }
.conflict-note > span { width: 26px; height: 26px; display: grid; place-items: center; flex: none; border-radius: 50%; background: var(--orange); color: white; font-weight: 900; }
.conflict-note p { margin: 0; color: #775015; font-size: 11px; line-height: 1.45; }

.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); background: white; }
.proof-strip div { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 30px 20px; text-align: center; }
.proof-strip div + div { border-left: 1px solid var(--line); }
.proof-strip strong { color: var(--navy); font-size: 19px; }
.proof-strip span { color: var(--muted); font-size: 12px; }

.features { padding-block: 110px; }
.section-heading { max-width: 780px; }
.section-heading h2, .privacy-callout h2, .closing h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4.5vw, 56px); line-height: 1.08; letter-spacing: -.035em; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.feature-grid article { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.feature-number { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--blue-soft); color: var(--blue); font-size: 12px; font-weight: 900; }
.feature-grid h3 { margin: 54px 0 10px; color: var(--navy); font-size: 21px; }
.feature-grid p, .privacy-callout p, .closing p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

.privacy-callout { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; margin-bottom: 110px; padding: 40px; border-radius: 28px; background: var(--green-soft); }
.privacy-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 20px; background: var(--green); color: white; font-size: 28px; font-weight: 900; }
.privacy-callout h2 { font-size: clamp(30px, 3.5vw, 44px); }
.privacy-callout p:not(.eyebrow) { max-width: 700px; margin-top: 10px; }
.text-link { color: var(--green); font-size: 14px; font-weight: 900; text-decoration: none; white-space: nowrap; }

.closing { margin-bottom: 110px; padding: 70px 30px; border-radius: 32px; background: var(--navy); text-align: center; }
.closing .eyebrow { color: #8dd7ff; }
.closing h2 { color: white; }
.closing p { margin: 12px 0 28px; color: #c9d8e8; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding-block: 34px 44px; border-top: 1px solid var(--line); }
.site-footer p { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.site-footer nav { display: flex; gap: 22px; }
.site-footer small { grid-column: 1 / -1; max-width: 840px; color: #718197; font-size: 11px; line-height: 1.6; }

.page-shell { width: min(800px, calc(100% - 40px)); margin: 70px auto 110px; }
.page-shell h1 { margin: 0; color: var(--navy); font-size: clamp(40px, 7vw, 64px); letter-spacing: -.045em; }
.page-lede { margin: 20px 0 46px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.content-card { padding: clamp(24px, 5vw, 46px); border: 1px solid var(--line); border-radius: 26px; background: white; }
.content-card h2 { margin: 36px 0 10px; color: var(--navy); font-size: 23px; }
.content-card h2:first-child { margin-top: 0; }
.content-card p, .content-card li { color: var(--muted); font-size: 15px; line-height: 1.7; }
.content-card a { color: var(--blue); font-weight: 750; }
.back-link { display: inline-block; margin-bottom: 28px; color: var(--blue); font-size: 14px; font-weight: 850; text-decoration: none; }

.compact-header { justify-content: space-between; }
.handoff-shell { width: min(560px, calc(100% - 32px)); min-height: calc(100vh - 110px); display: grid; align-content: center; gap: 20px; margin: 0 auto; padding: 46px 0 80px; }
.handoff-card { padding: clamp(28px, 7vw, 52px); border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow); text-align: center; }
.handoff-mark { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 26px; border-radius: 22px; background: var(--blue-soft); color: var(--blue); font-size: 30px; font-weight: 900; }
.success-mark { background: var(--green-soft); color: var(--green); }
.handoff-card h1 { margin: 0; color: var(--navy); font-size: clamp(34px, 9vw, 48px); line-height: 1.06; letter-spacing: -.04em; }
.handoff-card > p:not(.eyebrow, .security-note) { margin: 18px 0 28px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.handoff-card > .button { width: 100%; }
.handoff-card > .button + .button { margin-top: 10px; }
.privacy-mini { display: grid; gap: 5px; margin-top: 26px; padding: 16px; border-radius: 16px; background: var(--green-soft); text-align: left; }
.privacy-mini strong { color: var(--green); font-size: 12px; }
.privacy-mini span, .security-note { color: var(--muted); font-size: 11px; line-height: 1.5; }
.security-note { margin: 20px 0 0; }
.handoff-disclaimer { margin: 0; color: #718197; font-size: 11px; line-height: 1.55; text-align: center; }

@media (max-width: 850px) {
  .site-header { min-height: 72px; }
  .nav-links { display: none; }
  .status-pill { margin-left: auto; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 60px 90px; }
  .agenda-panel { max-width: 620px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 0; }
  .feature-grid h3 { margin-top: 30px; }
  .privacy-callout { grid-template-columns: auto 1fr; }
  .privacy-callout .text-link { grid-column: 2; }
}

@media (max-width: 560px) {
  .shell, .site-header { width: min(100% - 28px, 1160px); }
  .brand { font-size: 16px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 12px; }
  .status-pill { padding: 8px 10px; font-size: 10px; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: clamp(46px, 15vw, 64px); }
  .button { width: 100%; }
  .agenda-panel { padding: 18px; border-radius: 24px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div + div { border-left: 0; border-top: 1px solid var(--line); }
  .features { padding-block: 80px; }
  .privacy-callout { grid-template-columns: 1fr; padding: 28px; }
  .privacy-callout .text-link { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { flex-wrap: wrap; }
  .handoff-shell { padding-top: 24px; }
}

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