:root {
  --coral: #ff5d73;
  --coral-dark: #e84a62;
  --orange: #ff8e5d;
  --gold: #ffb703;
  --blush: #fff8f5;
  --pink: #ffe9ee;
  --pink-strong: #ffd9e4;
  --plum: #452d37;
  --plum-deep: #281724;
  --muted: #7e6068;
  --line: #f0dde1;
  --white: #ffffff;
  --green: #28ad68;
  --shadow-soft: 0 20px 55px rgba(89, 47, 57, 0.1);
  --shadow-coral: 0 18px 45px rgba(255, 93, 115, 0.24);
  --radius-lg: 30px;
  --radius-md: 20px;
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--plum);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  transform: translateY(-160%);
  border-radius: 8px;
  color: var(--white);
  background: var(--plum-deep);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 12px max(24px, calc((100vw - var(--max-width)) / 2));
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(240, 221, 225, 0.85);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--plum-deep);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.6px;
  text-decoration: none;
}
.brand-mark { display: grid; width: 37px; height: 37px; place-items: center; }
.brand-mark svg { width: 100%; height: 100%; overflow: visible; fill: var(--coral); }
.brand-mark .brand-spark { fill: var(--gold); }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--coral-dark); }
.nav-cta { padding: 10px 18px; color: var(--white); background: var(--plum-deep); border-radius: 999px; }
.nav-cta:hover { background: var(--coral-dark); }
.menu-button { display: none; border: 0; background: transparent; cursor: pointer; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(455px, 0.98fr);
  align-items: center;
  gap: 56px;
  min-height: 780px;
  padding: 74px max(24px, calc((100vw - var(--max-width)) / 2)) 88px;
  overflow: hidden;
  background:
    radial-gradient(circle at 3% 15%, rgba(255, 217, 228, 0.62), transparent 29%),
    linear-gradient(130deg, #fff 15%, var(--blush) 65%, #fff0ec 100%);
}
.hero::before {
  position: absolute;
  top: -75px;
  right: -45px;
  width: 340px;
  height: 340px;
  content: '';
  border: 1px solid rgba(255, 93, 115, 0.12);
  border-radius: 50%;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { line-height: 1.08; letter-spacing: -2.3px; }
h1 { max-width: 670px; margin-bottom: 26px; font-size: clamp(59px, 6.2vw, 90px); font-weight: 700; }
h1 em, h2 em { color: var(--coral); font-family: Georgia, 'Times New Roman', serif; font-weight: 700; }
.hero-text { max-width: 640px; margin-bottom: 32px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 0; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--coral), var(--orange)); box-shadow: var(--shadow-coral); }
.button-primary:hover { box-shadow: 0 22px 50px rgba(255, 93, 115, 0.34); }

.hero-visual { position: relative; display: grid; min-height: 720px; place-items: center; }
.glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.glow-one { width: 520px; height: 520px; background: rgba(255, 216, 224, 0.65); }
.glow-two { right: -90px; bottom: -70px; width: 250px; height: 250px; background: rgba(255, 183, 3, 0.13); }
.phone-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: min(405px, 93%);
  min-height: 680px;
  padding: 24px 20px 18px;
  color: var(--plum);
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 222, 226, .72), transparent 35%),
    linear-gradient(180deg, #fff9f6, #fff1f1 100%);
  border: 8px solid rgba(255, 255, 255, 0.88);
  border-radius: 46px;
  box-shadow: 0 35px 70px rgba(66, 34, 45, 0.25);
}
.app-live-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.mia-identity { display: flex; align-items: center; gap: 9px; }
.mia-identity > span:last-child { display: grid; }
.mia-identity strong { font-family: ui-rounded, 'Trebuchet MS', sans-serif; font-size: 13px; line-height: 1.1; }
.mia-identity small { margin-top: 3px; color: var(--coral); font-size: 8px; }
.mia-mini-orb { display: flex; align-items: center; justify-content: center; gap: 2px; width: 35px; height: 35px; background: linear-gradient(145deg, #ffd168, #ed7c86); border-radius: 50%; }
.mia-mini-orb i { width: 2px; height: 8px; background: var(--white); border-radius: 2px; }
.mia-mini-orb i:nth-child(2) { height: 11px; }
.live-actions { display: flex; align-items: center; gap: 8px; }
.flag-icon { display: grid; width: 31px; height: 31px; place-items: center; color: var(--coral); background: rgba(255,255,255,.8); border-radius: 50%; font-size: 12px; }
.live-pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; color: var(--white); background: #462c37; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .7px; }
.live-pill i { width: 6px; height: 6px; background: var(--coral); border-radius: 50%; animation: live-dot 1.4s ease-in-out infinite; }
.question-card { min-height: 108px; padding: 17px 18px; margin-top: 20px; color: var(--white); background: linear-gradient(145deg, #e96c7a, #ef9366); border-radius: 24px; transition: opacity .24s ease, transform .24s ease; }
.question-card > span { font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.question-card p { margin: 8px 0 0; font-family: ui-rounded, 'Trebuchet MS', sans-serif; font-size: 19px; font-weight: 800; line-height: 1.33; }
.profiles { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 10px; min-height: 172px; margin: 20px 0 8px; }
.profile { display: flex; min-width: 0; flex-direction: column; align-items: center; justify-content: center; color: #b08a8f; transition: color .26s ease; }
.profile.active { color: var(--coral); }
.candidate-avatar-shell { --progress: 310deg; position: relative; display: grid; width: 60px; height: 60px; margin-bottom: 9px; place-items: center; transition: width .26s ease, height .26s ease; }
.candidate-avatar-shell::before { position: absolute; inset: -5px; content: ''; background: conic-gradient(var(--coral) var(--progress), rgba(255,93,115,.18) 0); border-radius: 50%; opacity: 0; -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 0); mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 0); transition: opacity .26s ease; }
.profile.active .candidate-avatar-shell { width: 84px; height: 84px; }
.profile.active .candidate-avatar-shell::before { opacity: 1; }
.avatar { position: relative; width: calc(100% - 8px); height: calc(100% - 8px); overflow: hidden; background: linear-gradient(145deg, #d8cbc6, #8c7879); border-radius: 50%; }
.avatar img { width: 100%; height: 100%; object-fit: cover; filter: blur(9px) saturate(.55); opacity: .56; transform: scale(1.25); }
.profile.active .avatar img { filter: blur(8px) saturate(.65); opacity: .66; }
.candidate-timer { position: absolute; right: 50%; bottom: -7px; display: none; min-width: 42px; padding: 3px 7px; color: var(--white); background: var(--coral); border-radius: 999px; font-size: 9px; font-weight: 800; text-align: center; transform: translateX(50%); }
.profile.active .candidate-timer { display: block; }
.profile-name { margin-bottom: 3px; color: var(--plum); font-family: ui-rounded, 'Trebuchet MS', sans-serif; font-size: 12px; line-height: 1.1; }
.profile.active .profile-name { color: var(--coral); }
.profile small { min-height: 28px; font-size: 9px; font-weight: 700; line-height: 1.35; text-align: center; }
.answer-caption { min-height: 92px; padding: 14px 15px; background: rgba(255,255,255,.94); border-radius: 20px; box-shadow: 0 10px 28px rgba(89,47,57,.08); transition: opacity .24s ease, transform .24s ease; }
.answer-caption > span { display: flex; align-items: center; gap: 5px; margin-bottom: 8px; color: #a98088; font-size: 8px; font-weight: 700; }
.answer-caption > span strong { color: var(--coral); }
.answer-caption > span i { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.answer-caption p { margin: 0; color: var(--plum); font-size: 12px; line-height: 1.45; }
.phone-card.is-updating .question-card, .phone-card.is-updating .answer-caption { opacity: .2; transform: translateY(4px); }
.phone-spacer { min-height: 30px; flex: 1; }
.room-hint { padding: 9px 12px; margin: 0 0 8px; color: var(--white); background: #462c37; border-radius: 999px; font-size: 8px; font-weight: 800; text-align: center; }
.end-answer { display: flex; min-height: 46px; align-items: center; justify-content: center; gap: 7px; color: #9d747d; background: rgba(255,255,255,.96); border-radius: 16px; font-size: 12px; font-weight: 700; }
.end-answer span { color: var(--coral); }
.outcome-stage { position: absolute; z-index: 5; inset: 76px 20px 18px; display: flex; visibility: hidden; flex-direction: column; align-items: center; padding: 28px 20px 16px; overflow: hidden; background: radial-gradient(circle at 50% 29%, rgba(255,210,218,.72), transparent 33%), linear-gradient(180deg, #fff9f6, #fff0f1); border-radius: 28px; opacity: 0; text-align: center; transform: translateY(8px) scale(.985); transition: opacity .3s ease, transform .3s ease, visibility .3s; }
.phone-card.show-outcome .outcome-stage { visibility: visible; opacity: 1; transform: none; }
.phone-card.show-outcome .question-card, .phone-card.show-outcome .profiles, .phone-card.show-outcome .answer-caption, .phone-card.show-outcome .phone-spacer, .phone-card.show-outcome .room-hint, .phone-card.show-outcome .end-answer { visibility: hidden; opacity: 0; }
.outcome-kicker { color: var(--coral); font-size: 8px; font-weight: 900; letter-spacing: 1.25px; }
.outcome-copy { max-width: 285px; margin-top: 14px; }
.outcome-copy h3 { margin: 0; color: var(--plum); font-family: ui-rounded, 'Trebuchet MS', sans-serif; font-size: 29px; line-height: 1.08; }
.outcome-copy p { margin: 9px 0 0; color: #8d6b74; font-size: 11px; line-height: 1.5; }
.reveal-pair { display: grid; grid-template-columns: 1fr 38px 1fr; align-items: center; width: 100%; margin-top: 28px; }
.reveal-person { display: flex; min-width: 0; flex-direction: column; align-items: center; }
.reveal-photo { width: 112px; height: 112px; padding: 4px; background: linear-gradient(145deg, var(--coral), #f2a368); border-radius: 50%; box-shadow: 0 15px 32px rgba(111,55,70,.18); }
.reveal-photo img { width: 100%; height: 100%; object-fit: cover; border: 4px solid #fff8f5; border-radius: 50%; filter: blur(12px) saturate(.65); transform: scale(1.12); }
.reveal-person strong { margin-top: 11px; color: var(--plum); font-family: ui-rounded, 'Trebuchet MS', sans-serif; font-size: 16px; }
.reveal-person small { margin-top: 2px; color: #a27f86; font-size: 9px; }
.match-heart { display: grid; width: 38px; height: 38px; place-items: center; color: var(--coral); background: var(--white); border-radius: 50%; box-shadow: 0 9px 22px rgba(111,55,70,.14); font-size: 19px; }
.outcome-stage.is-reveal .reveal-photo img { animation: profile-reveal 3.1s cubic-bezier(.22,.7,.2,1) forwards; }
.outcome-stage.is-reveal .reveal-person:last-child .reveal-photo img { animation-delay: .35s; }
.outcome-stage.is-match .reveal-photo img { filter: blur(0) saturate(1); transform: scale(1); }
.outcome-stage.is-match .match-heart { color: var(--white); background: var(--coral); animation: match-pulse 1.4s ease-in-out infinite; }
.outcome-confirmation { display: flex; width: 100%; align-items: center; gap: 10px; padding: 12px 14px; margin-top: 24px; color: var(--plum); background: rgba(255,255,255,.92); border-radius: 17px; box-shadow: 0 10px 28px rgba(89,47,57,.07); text-align: left; }
.outcome-confirmation > span { display: grid; width: 29px; height: 29px; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--coral); border-radius: 50%; font-size: 13px; font-weight: 900; }
.outcome-confirmation div { display: grid; }
.outcome-confirmation strong { font-size: 11px; }
.outcome-confirmation small { margin-top: 2px; color: #9d7880; font-size: 8px; }
.outcome-action { display: flex; width: 100%; min-height: 46px; align-items: center; justify-content: center; gap: 8px; margin-top: auto; color: var(--white); background: linear-gradient(135deg, var(--coral), var(--orange)); border-radius: 16px; font-size: 12px; font-weight: 800; box-shadow: 0 13px 27px rgba(236,91,111,.2); }
.outcome-action i { font-style: normal; }
@keyframes profile-reveal { 0%, 22% { filter: blur(12px) saturate(.65); transform: scale(1.12); } 100% { filter: blur(0) saturate(1); transform: scale(1); } }
@keyframes match-pulse { 50% { box-shadow: 0 0 0 8px rgba(255,93,115,.13); transform: scale(1.08); } }
@keyframes live-dot { 50% { opacity: .45; transform: scale(.72); } }

.proof-strip { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 28px max(24px, calc((100vw - var(--max-width)) / 2)); color: var(--white); background: var(--plum-deep); }
.proof-strip p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; }
.proof-strip div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 30px; font-size: 12px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.proof-strip span::before { margin-right: 10px; color: var(--coral); content: '•'; }

.section { max-width: var(--max-width); padding: 110px 24px; margin: 0 auto; }
.section-heading { max-width: 700px; margin-bottom: 45px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
h2 { margin-bottom: 21px; font-size: clamp(42px, 5vw, 65px); }
.section-heading > p:last-child { max-width: 650px; margin: 0 auto; color: var(--muted); font-size: 17px; }
.steps-section { max-width: none; background: var(--white); }
.steps-section > * { max-width: var(--max-width); margin-right: auto; margin-left: auto; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; min-height: 325px; padding: 34px; overflow: hidden; background: var(--blush); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.step-card.featured { background: linear-gradient(150deg, var(--coral), #ff8069); border-color: transparent; box-shadow: var(--shadow-coral); transform: translateY(-12px); }
.step-number { position: absolute; top: 24px; right: 28px; color: rgba(69,45,55,.17); font-size: 36px; font-weight: 700; }
.featured .step-number { color: rgba(255,255,255,.23); }
.step-icon { display: grid; width: 58px; height: 58px; margin-bottom: 52px; place-items: center; color: var(--coral); background: var(--white); border-radius: 18px; box-shadow: 0 12px 30px rgba(69,45,55,.09); font-size: 30px; }
.step-card h3 { margin-bottom: 12px; font-size: 21px; }
.step-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.featured h3, .featured p { color: var(--white); }
.featured p { opacity: .88; }

.quote-section { position: relative; display: grid; min-height: 355px; padding: 80px 24px; place-items: center; overflow: hidden; text-align: center; color: var(--white); background: radial-gradient(circle at 50% 0%, #61384f, var(--plum-deep) 63%); }
.quote-section::before, .quote-section::after { position: absolute; width: 270px; height: 270px; content: ''; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.quote-section::before { left: -90px; bottom: -140px; }
.quote-section::after { top: -140px; right: -70px; }
.quote-section blockquote { position: relative; z-index: 2; max-width: 860px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(33px, 4vw, 55px); font-style: italic; font-weight: 700; line-height: 1.35; }
.quote-section p { position: relative; z-index: 2; margin: 15px 0 0; color: #d1acbe; font-size: 11px; font-weight: 700; letter-spacing: 1.7px; text-transform: uppercase; }
.quote-orbit { position: absolute; top: 38px; display: grid; width: 62px; height: 62px; place-items: center; color: var(--coral); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 50%; font-size: 24px; }

.safety-section { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.safety-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 17px; }
.safety-list { display: grid; gap: 24px; margin-top: 40px; }
.safety-list article { display: flex; gap: 18px; align-items: flex-start; }
.safety-list article > span { flex: 0 0 auto; display: grid; width: 46px; height: 46px; place-items: center; color: var(--coral); background: var(--pink); border-radius: 14px; font-size: 17px; font-weight: 800; }
.safety-list h3 { margin: 0 0 4px; font-size: 17px; }
.safety-list p { margin: 0; color: var(--muted); font-size: 14px; }
.safety-panel { min-height: 440px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 45px; text-align: center; background: linear-gradient(145deg, #fff2f3, #fff9f4); border: 1px solid var(--line); border-radius: 42px; box-shadow: var(--shadow-soft); }
.shield { width: 145px; margin-bottom: 25px; filter: drop-shadow(0 20px 25px rgba(255,93,115,.2)); }
.shield path:first-child { fill: var(--coral); }
.shield-check { fill: none; stroke: var(--white); stroke-width: 8; stroke-linecap: round; stroke-linejoin: round; }
.safety-panel > strong { font-size: 23px; }
.safety-panel p { max-width: 330px; margin: 10px 0 0; color: var(--muted); }

.offer-section { max-width: none; background: #fcf7f6; }
.offer-section > * { max-width: var(--max-width); margin-right: auto; margin-left: auto; }
.offer-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 25px; }
.offer-card { padding: 38px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 14px 40px rgba(69,45,55,.06); }
.offer-card h3 { margin: 12px 0 15px; font-size: 27px; }
.offer-card > p { color: var(--muted); }
.offer-card ul { padding: 0; margin: 28px 0 0; list-style: none; }
.offer-card li { padding: 9px 0; border-top: 1px solid var(--line); font-size: 14px; font-weight: 600; }
.offer-card li::before { margin-right: 9px; color: var(--green); content: '✓'; }
.card-kicker { margin-bottom: 10px !important; color: var(--coral-dark) !important; font-size: 10px; font-weight: 700; letter-spacing: 1.4px; }
.policy-note { padding: 18px 20px; margin-top: 26px; background: var(--blush); border-left: 3px solid var(--coral); border-radius: 0 12px 12px 0; }
.policy-note p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }

.contact-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; padding: 85px max(24px, calc((100vw - var(--max-width)) / 2)); color: var(--white); background: linear-gradient(135deg, var(--plum-deep), #4e2a42); }
.eyebrow.light { color: #ff9cab; }
.contact-section h2 { margin-bottom: 15px; font-size: clamp(40px, 5vw, 62px); }
.contact-section > div > p:last-child { max-width: 570px; margin: 0; color: #d2b8c4; }
.contact-card { padding: 30px; color: var(--plum); background: var(--white); border-radius: var(--radius-md); }
.contact-card > strong { display: block; margin-bottom: 3px; font-size: 21px; }
.contact-card > span { color: var(--muted); font-size: 14px; }
.contact-link { text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease; }
.contact-link:hover { box-shadow: 0 18px 45px rgba(20, 9, 17, .25); transform: translateY(-3px); }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px 40px; padding: 38px max(24px, calc((100vw - var(--max-width)) / 2)); background: #1e121c; color: rgba(255,255,255,.68); font-size: 12px; }
.footer-brand { color: var(--white); }
.footer-brand .brand-mark { width: 31px; height: 31px; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; justify-content: flex-end; }
.site-footer nav a { text-decoration: none; }
.site-footer nav a:hover { color: var(--white); }
.site-footer small { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.38); }

/* Legal pages */
.legal-hero { padding: 75px max(24px, calc((100vw - 880px) / 2)) 55px; text-align: center; background: linear-gradient(145deg, #fff, var(--blush)); border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 0 auto 15px; font-size: clamp(48px, 6vw, 72px); }
.legal-hero p { margin: 0; color: var(--muted); }
.legal-layout { max-width: 880px; padding: 65px 24px 100px; margin: 0 auto; }
.legal-notice { padding: 18px 21px; margin-bottom: 40px; color: #674b13; background: #fff3d0; border: 1px solid #efd791; border-radius: 14px; }
.legal-notice p { margin: 0; }
.legal-layout h2 { padding-top: 24px; margin: 30px 0 12px; font-size: 28px; letter-spacing: -.6px; }
.legal-layout h3 { margin: 25px 0 8px; font-size: 18px; }
.legal-layout p, .legal-layout li { color: var(--muted); }
.legal-layout a { color: var(--coral-dark); font-weight: 600; }
.legal-layout address { color: var(--muted); font-style: normal; }
.back-link { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 28px; color: var(--coral-dark); font-weight: 700; text-decoration: none; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { max-width: 760px; margin: 0 auto; text-align: center; }
  .hero .eyebrow, .hero-actions { justify-content: center; }
  .hero-visual { width: min(600px, 100%); margin: -10px auto 0; }
  .steps-grid { gap: 14px; }
  .step-card { padding: 28px; }
  .safety-section { gap: 45px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p { display: none; }
}

@media (max-width: 760px) {
  .site-header { min-height: 67px; }
  .menu-button { display: grid; width: 42px; height: 42px; padding: 10px; place-content: center; gap: 4px; }
  .menu-button span:not(.sr-only) { display: block; width: 21px; height: 2px; background: var(--plum); transition: transform .18s ease, opacity .18s ease; }
  .menu-button[aria-expanded="true"] span:nth-last-child(3) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-last-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: absolute; top: 100%; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 5px; padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow-soft); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px 12px; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; padding-bottom: 65px; }
  h1 { font-size: clamp(51px, 15vw, 69px); }
  .hero-text { font-size: 16px; }
  .button { width: 100%; }
  .hero-visual { min-height: 710px; }
  .phone-card { width: min(390px, 96%); min-height: 680px; padding: 24px 20px 20px; transform: none; }
  .proof-strip { flex-direction: column; text-align: center; }
  .proof-strip div { justify-content: center; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .steps-grid, .offer-grid { grid-template-columns: 1fr; }
  .step-card.featured { transform: none; }
  .step-card { min-height: 285px; }
  .safety-section, .contact-section { grid-template-columns: 1fr; }
  .safety-panel { min-height: 360px; }
  .contact-section { gap: 35px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer nav { justify-content: center; }
  .footer-brand { justify-content: center; }
}

@media (max-width: 420px) {
  h1 { letter-spacing: -2px; }
  .hero { padding-right: 18px; padding-left: 18px; }
  .hero-visual { min-height: 680px; }
  .phone-card { width: 100%; min-height: 650px; padding: 20px 14px 16px; border-width: 5px; border-radius: 34px; }
  .question-card { padding: 15px; border-radius: 21px; }
  .question-card p { font-size: 17px; }
  .profiles { min-height: 158px; gap: 5px; margin-top: 17px; }
  .profile.active .candidate-avatar-shell { width: 77px; height: 77px; }
  .answer-caption { min-height: 88px; padding: 13px; }
  .answer-caption p { font-size: 11px; }
  .outcome-stage { inset: 68px 14px 16px; padding: 24px 14px 14px; border-radius: 25px; }
  .outcome-copy h3 { font-size: 26px; }
  .reveal-pair { grid-template-columns: 1fr 34px 1fr; margin-top: 24px; }
  .reveal-photo { width: 98px; height: 98px; }
  .match-heart { width: 34px; height: 34px; }
  .outcome-confirmation { margin-top: 20px; }
  .proof-strip div { gap: 12px; }
  .section-heading.centered { text-align: left; }
  .centered .eyebrow { justify-content: flex-start; }
  h2 { font-size: 41px; }
  .offer-card, .step-card { padding: 27px; }
}

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