:root {
  color-scheme: light;
  --navy-950: #06162a;
  --navy-900: #0a213d;
  --navy-800: #123354;
  --blue-700: #125f8c;
  --blue-500: #2ca7d8;
  --cyan-100: #def6fb;
  --gold-500: #e7ae39;
  --gold-300: #f5d98b;
  --cream: #fffaf0;
  --paper: #ffffff;
  --ink: #132237;
  --muted: #526174;
  --line: #d6dee8;
  --success: #16724d;
  --danger: #b12632;
  --shadow: 0 24px 60px rgba(6, 22, 42, 0.12);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 13px;
  --content: 1160px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 280px;
  color: var(--ink);
  background: var(--cream);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: #0d5e87; text-underline-offset: 0.2em; }
button { color: inherit; }
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  inset: 10px auto auto 10px;
  z-index: 100;
  padding: 11px 16px;
  border-radius: 10px;
  background: #fff;
  color: var(--navy-950);
  font-weight: 800;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid #e7a51c;
  outline-offset: 3px;
}

.funnel-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
}
.funnel-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--navy-950);
  text-decoration: none;
}
.funnel-brand img { width: 48px; height: 48px; object-fit: contain; }
.funnel-brand span { display: grid; line-height: 1.15; }
.funnel-brand strong { font-size: 0.94rem; letter-spacing: 0.055em; text-transform: uppercase; }
.funnel-brand small { margin-top: 4px; color: var(--muted); font-size: 0.72rem; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.help-link { display: grid; color: var(--navy-900); text-align: right; text-decoration: none; line-height: 1.2; }
.help-link span { color: var(--muted); font-size: 0.72rem; }
.help-link strong { margin-top: 3px; font-size: 0.96rem; }
.language-toggle,
.text-button {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-weight: 800;
}
.language-toggle { padding: 9px 15px; }
.language-toggle:hover, .text-button:hover { border-color: var(--blue-700); color: var(--blue-700); }

.funnel-hero,
.path-section,
.transaction-shell,
.proof-section,
.terms-section,
.faq-section,
.funnel-footer {
  width: min(var(--content), calc(100% - 40px));
  margin-inline: auto;
}
.funnel-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
  min-height: 570px;
  padding: clamp(58px, 8vw, 100px) clamp(22px, 6vw, 70px);
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 88% 12%, rgba(44, 167, 216, 0.28), transparent 32%),
    radial-gradient(circle at 3% 100%, rgba(231, 174, 57, 0.18), transparent 36%),
    linear-gradient(145deg, var(--navy-950), #0b2a4b 64%, #0f4564);
  box-shadow: var(--shadow);
  color: #fff;
}
.funnel-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, transparent, #000);
  pointer-events: none;
}
.hero-copy, .offer-card { position: relative; z-index: 1; }
.eyebrow,
.step-label,
.recommendation-kicker,
.offer-label {
  margin: 0 0 12px;
  color: var(--gold-300);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
h1, h2, h3, h4, p { overflow-wrap: anywhere; }
h1, h2, h3, h4 { margin-top: 0; line-height: 1.08; }
h1 {
  max-width: 760px;
  margin-bottom: 21px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 6.2vw, 5.25rem);
  letter-spacing: -0.045em;
}
.hero-lead { max-width: 730px; margin: 0; color: #e6eff8; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.trust-list li { position: relative; padding-left: 25px; color: #f1f6fb; font-size: 0.9rem; }
.trust-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-300); font-weight: 900; }
.offer-card {
  align-self: center;
  padding: clamp(24px, 4vw, 37px);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.1);
  box-shadow: inset 0 1px rgba(255,255,255,.15);
  backdrop-filter: blur(10px);
}
.offer-card h2 { margin-bottom: 18px; font-size: clamp(1.25rem, 2.2vw, 1.7rem); }
.offer-card h2 > span:first-child { display: block; margin-bottom: 4px; color: var(--gold-300); font-size: clamp(3rem, 6vw, 4.8rem); }
.offer-card p { color: #eef6fc; font-size: 0.92rem; }
.offer-card a { color: #fff; font-weight: 800; }

.path-section { padding: clamp(76px, 9vw, 118px) 0 50px; }
.section-heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.section-heading .step-label { color: var(--blue-700); }
.section-heading h2 { margin-bottom: 0; color: var(--navy-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -0.025em; }
.path-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.path-card {
  position: relative;
  display: flex;
  gap: 20px;
  width: 100%;
  min-height: 285px;
  padding: clamp(25px, 4vw, 42px);
  border: 2px solid transparent;
  border-radius: var(--radius-xl);
  background: var(--paper);
  box-shadow: 0 14px 34px rgba(6, 22, 42, 0.09);
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.path-card:hover { transform: translateY(-4px); border-color: var(--blue-500); box-shadow: 0 20px 42px rgba(6,22,42,.14); }
.path-card[aria-pressed="true"] { border-color: var(--gold-500); box-shadow: 0 0 0 5px rgba(231,174,57,.17), var(--shadow); }
.path-icon { flex: 0 0 48px; color: var(--blue-700); font-size: 0.82rem; font-weight: 900; letter-spacing: .12em; }
.path-copy { display: grid; align-content: start; gap: 16px; }
.path-copy strong { color: var(--navy-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.05; }
.path-copy span { color: var(--muted); }
.path-copy b { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; margin-top: 6px; padding: 12px 20px; border-radius: 999px; background: var(--navy-900); color: #fff; text-align: center; }
.path-card:nth-child(2) .path-copy b { background: var(--gold-500); color: var(--navy-950); }
.decision-help { max-width: 730px; margin: 24px auto 0; color: var(--muted); text-align: center; }

.transaction-shell {
  margin-top: 40px;
  margin-bottom: 100px;
  padding: clamp(24px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: #fff;
  box-shadow: var(--shadow);
}
.transaction-header { display: flex; justify-content: space-between; gap: 25px; align-items: start; }
.transaction-header h2 { margin-bottom: 0; color: var(--navy-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3.5vw, 3rem); }
.transaction-header .step-label { color: var(--blue-700); }
.text-button { padding: 9px 16px; white-space: nowrap; }
.stepper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 36px 0 42px;
  padding: 0;
  list-style: none;
}
.stepper li { position: relative; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 9px; align-items: center; color: #748194; font-size: .78rem; }
.stepper li::after { content: ""; position: absolute; right: 8px; bottom: -9px; left: 0; height: 3px; border-radius: 9px; background: var(--line); }
.stepper span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #eef2f6; font-weight: 900; }
.stepper .is-current, .stepper .is-complete { color: var(--navy-900); }
.stepper .is-current span { background: var(--gold-500); color: var(--navy-950); }
.stepper .is-current::after, .stepper .is-complete::after { background: var(--gold-500); }
.stepper .is-complete span { background: var(--success); color: #fff; }
.status-region { min-height: 0; margin-bottom: 0; }
.status-region:not(:empty) { margin-bottom: 22px; padding: 13px 16px; border-radius: var(--radius-md); background: var(--cyan-100); color: var(--navy-900); }

.intake-form fieldset { margin: 0 0 34px; padding: 0; border: 0; }
.intake-form legend { width: 100%; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid var(--line); color: var(--navy-900); font-size: 1.18rem; font-weight: 900; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.field { display: grid; align-content: start; gap: 7px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy-900); font-size: .91rem; font-weight: 800; }
.field small { color: var(--muted); font-size: .78rem; }
.field input,
.field select {
  width: 100%;
  min-height: 51px;
  padding: 11px 13px;
  border: 1px solid #aeb9c7;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
}
.field input:hover, .field select:hover { border-color: var(--blue-700); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 2px rgba(177,38,50,.15); }
.bot-field { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(100%); }
.error-summary { margin: 0 0 26px; padding: 17px 20px; border: 2px solid var(--danger); border-radius: var(--radius-md); background: #fff5f5; color: #721b24; }
.error-summary ul { margin: 8px 0 0; padding-left: 22px; }
.consent-row { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 12px; align-items: start; padding: 20px; border-radius: var(--radius-md); background: #f1f7fa; }
.consent-row input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--blue-700); }
.consent-row label { font-size: .88rem; }
.privacy-note, .verification-note { color: var(--muted); font-size: .79rem; }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.primary-button, .secondary-button, .call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.primary-button { background: var(--gold-500); color: var(--navy-950); box-shadow: 0 8px 18px rgba(187,125,8,.2); }
.primary-button:hover { background: #f0bc4f; }
.primary-button:disabled { background: #d9dde2; color: #707985; box-shadow: none; cursor: not-allowed; }
.secondary-button { border: 1px solid var(--line); background: #fff; color: var(--navy-900); }
.secondary-button:hover { border-color: var(--blue-700); }
.primary-button.is-loading .button-spinner { display: inline-block; }
.button-spinner { display: none; width: 18px; height: 18px; margin-left: 10px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.recommendation-panel { padding-top: 10px; }
.recommendation-kicker { color: var(--blue-700); }
.recommendation-panel > h3 { margin-bottom: 14px; color: var(--navy-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3rem); }
.recommendation-panel > p { max-width: 760px; }
.recommendation-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 28px 0; }
.recommendation-facts > div { padding: 17px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fbfcfd; }
.recommendation-facts dt { color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.recommendation-facts dd { margin: 6px 0 0; color: var(--navy-900); font-weight: 900; }
.availability-block { margin-top: 28px; padding: clamp(20px, 4vw, 32px); border-radius: var(--radius-lg); background: var(--navy-950); color: #fff; }
.availability-block h4 { margin-bottom: 8px; font-size: 1.35rem; }
.availability-block p { color: #d8e5ef; }
.slot-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
.slot-button { min-height: 54px; padding: 10px; border: 1px solid #64819b; border-radius: 10px; background: #102d49; color: #fff; cursor: pointer; }
.slot-button:hover, .slot-button[aria-checked="true"] { border-color: var(--gold-300); background: #1a4262; box-shadow: 0 0 0 2px rgba(245,217,139,.25); }
.policy-box { margin-top: 20px; padding: 19px; border: 1px solid var(--line); border-radius: var(--radius-md); }
.policy-box label { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; align-items: start; font-weight: 700; }
.policy-box input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--success); }
.policy-box p { margin: 9px 0 0 32px; font-size: .8rem; }
.provider-notice { margin-top: 18px; padding: 16px; border-left: 4px solid var(--gold-500); border-radius: 8px; background: #fff8e5; color: #5d4109; }
.assisted-completion { margin-top: 25px; padding: 24px; border-radius: var(--radius-lg); background: #eef5f8; }
.assisted-completion h4 { margin-bottom: 9px; }
.call-button { background: var(--navy-900); color: #fff; }

.proof-section, .terms-section, .faq-section { padding: 70px 0; }
.proof-section { border-top: 1px solid #e1ddd2; }
.proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.proof-grid article { padding: 28px; border-radius: var(--radius-lg); background: #fff; box-shadow: 0 9px 22px rgba(6,22,42,.06); }
.proof-grid article > span { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 20px; border-radius: 50%; background: var(--cyan-100); color: var(--blue-700); font-weight: 900; }
.proof-grid h3 { color: var(--navy-900); }
.proof-grid p { margin-bottom: 0; color: var(--muted); }
.expertise-card { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-top: 22px; padding: clamp(26px, 5vw, 50px); border-radius: var(--radius-xl); background: linear-gradient(130deg, #e5f6fa, #fff 55%, #fff4d9); }
.expertise-card .step-label { color: var(--blue-700); }
.expertise-card h2 { margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.expertise-card > p { color: var(--muted); }

.terms-section { width: 100%; max-width: none; padding-inline: max(20px, calc((100% - var(--content)) / 2)); background: #eef4f6; }
.details-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.details-grid details { min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.details-grid summary { color: var(--navy-900); font-weight: 900; cursor: pointer; }
.details-grid p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.faq-section .details-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.funnel-footer { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; padding: 44px 0 35px; border-top: 1px solid #e1ddd2; color: var(--muted); font-size: .82rem; }
.funnel-footer div { display: grid; }
.funnel-footer strong { color: var(--navy-900); font-size: 1rem; }
.funnel-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }
.funnel-footer p { grid-column: 1 / -1; margin: 0; }
.noscript-message { position: fixed; inset: auto 16px 16px; z-index: 50; padding: 16px; border-radius: 10px; background: var(--navy-950); color: #fff; box-shadow: var(--shadow); }
.noscript-message a { color: var(--gold-300); }
.analytics-consent {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  width: min(440px, calc(100% - 36px));
  padding: 19px;
  border: 1px solid #48617a;
  border-radius: 15px;
  background: var(--navy-950);
  box-shadow: var(--shadow);
  color: #fff;
}
.analytics-consent p { margin: 0 0 13px; font-size: .84rem; }
.analytics-consent a { color: var(--gold-300); }
.analytics-consent div { display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-end; }
.analytics-consent button { min-height: 44px; padding: 9px 14px; border: 1px solid #6a8198; border-radius: 999px; background: transparent; color: #fff; font-weight: 800; cursor: pointer; }
.analytics-consent button[data-consent="granted"] { border-color: var(--gold-500); background: var(--gold-500); color: var(--navy-950); }

.confirmation-page { min-height: 100vh; background: radial-gradient(circle at 50% 0, #e4f5fa, transparent 40%), var(--cream); }
.confirmation-shell { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 22px; width: min(980px, calc(100% - 40px)); margin: clamp(35px, 8vw, 90px) auto 90px; }
.confirmation-card { padding: clamp(28px, 6vw, 58px); border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); }
.confirmation-card .eyebrow { color: var(--blue-700); }
.confirmation-card h1 { color: var(--navy-950); font-size: clamp(2.1rem, 5vw, 4rem); }
.verification-mark { display: grid; width: 64px; height: 64px; place-items: center; margin-bottom: 22px; border-radius: 50%; background: #eef2f5; color: var(--navy-900); font-size: 1.8rem; font-weight: 900; }
.confirmation-card.is-verified .verification-mark { background: #dff4e9; color: var(--success); }
.confirmation-lead { color: var(--muted); font-size: 1.05rem; }
.confirmation-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin: 28px 0; }
.confirmation-details > div { padding: 15px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fbfcfd; }
.confirmation-details dt { color: var(--muted); font-size: .71rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.confirmation-details dd { margin: 5px 0 0; color: var(--navy-900); font-weight: 900; }
.preparation-card { margin-top: 24px; padding: 22px; border-radius: var(--radius-lg); background: #eef6f8; }
.preparation-card h2 { margin-bottom: 11px; font-size: 1.3rem; }
.preparation-card ul { margin: 0; padding-left: 21px; color: var(--muted); }
.confirmation-purpose, .confirmation-offer { margin-top: 18px; padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fbfcfd; }
.confirmation-offer { border-color: #e3c47d; background: #fff8e8; }
.confirmation-purpose h2, .confirmation-offer h2 { margin-bottom: 8px; font-size: 1.18rem; }
.confirmation-purpose p, .confirmation-offer p { margin: 0; color: var(--muted); }
.confirmation-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.confirmation-actions .primary-button, .confirmation-actions .secondary-button { min-height: 48px; padding: 11px 16px; font-size: .84rem; }
.confirmation-help { align-self: start; padding: 25px; border-radius: var(--radius-lg); background: var(--navy-950); color: #fff; }
.confirmation-help p { color: #d7e4ee; font-size: .9rem; }
.confirmation-help .call-button { width: 100%; background: var(--gold-500); color: var(--navy-950); font-size: .83rem; }

@media (max-width: 790px) {
  .confirmation-shell { grid-template-columns: 1fr; }
  .confirmation-details { grid-template-columns: 1fr; }
}

.ops-page { min-height: 100vh; background: #edf2f5; }
.ops-shell { width: min(1220px, calc(100% - 40px)); margin: 35px auto 90px; }
.ops-login { max-width: 570px; margin: 9vh auto; padding: clamp(28px, 6vw, 52px); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); }
.ops-login .eyebrow, .ops-heading .eyebrow { color: var(--blue-700); }
.ops-login h1, .ops-heading h2 { margin-bottom: 15px; color: var(--navy-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 5vw, 3.6rem); }
.ops-login form { display: grid; gap: 18px; margin-top: 28px; }
.ops-heading { display: flex; align-items: start; justify-content: space-between; gap: 25px; }
.ops-heading-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.ops-notice { min-height: 48px; margin: 22px 0; padding: 13px 16px; border-radius: 11px; background: #dff1f5; color: var(--navy-900); }
.ops-notice.is-error { background: #fff0f1; color: var(--danger); }
.ops-tabs { display: flex; gap: 8px; padding: 6px; border-radius: 14px; background: #dbe4e9; }
.ops-tabs button { flex: 1; min-height: 46px; padding: 8px 14px; border: 0; border-radius: 10px; background: transparent; font-weight: 900; cursor: pointer; }
.ops-tabs button[aria-pressed="true"] { background: #fff; box-shadow: 0 4px 12px rgba(6,22,42,.08); color: var(--navy-900); }
.ops-filters { display: grid; grid-template-columns: minmax(220px, 2fr) minmax(160px, 1fr) minmax(160px, 1fr) auto; gap: 12px; align-items: end; margin: 18px 0; padding: 18px; border-radius: var(--radius-lg); background: #fff; }
.ops-summary { margin-bottom: 15px; color: var(--muted); font-size: .84rem; }
.ops-records { display: grid; gap: 15px; }
.ops-record { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 7px 18px rgba(6,22,42,.05); }
.ops-record > header { display: flex; justify-content: space-between; gap: 18px; align-items: start; }
.ops-record h2 { margin: 5px 0; font-size: 1.35rem; }
.ops-path { color: var(--blue-700); font-size: .71rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ops-reference { margin: 0; color: var(--muted); font-size: .78rem; }
.ops-stage { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: #e2f1e9; color: var(--success); font-size: .71rem; font-weight: 900; }
.ops-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin: 19px 0; }
.ops-facts > div { padding: 11px; border-radius: 9px; background: #f2f5f7; }
.ops-facts dt { color: var(--muted); font-size: .64rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.ops-facts dd { margin: 4px 0 0; font-size: .84rem; font-weight: 800; }
.ops-contact, .ops-quick-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.ops-contact a, .ops-quick-actions button { min-height: 41px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--navy-900); font-size: .78rem; font-weight: 800; text-decoration: none; cursor: pointer; }
.ops-editor { margin-top: 17px; padding-top: 14px; border-top: 1px solid var(--line); }
.ops-editor summary { color: var(--navy-900); font-weight: 900; cursor: pointer; }
.ops-editor-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 17px 0; }
.ops-editor-grid form { display: grid; gap: 10px; padding: 17px; border-radius: var(--radius-md); background: #f3f6f8; }
.ops-editor-grid h3 { margin-bottom: 2px; font-size: 1rem; }
.ops-editor output { display: block; margin-top: 12px; padding: 10px; border-radius: 8px; background: #eef6f8; color: var(--navy-900); overflow-wrap: anywhere; }
.ops-empty { padding: 35px; border-radius: var(--radius-lg); background: #fff; text-align: center; }
.legacy-record { border-left: 5px solid var(--gold-500); }

@media (max-width: 900px) {
  .ops-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ops-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 650px) {
  .ops-shell { width: calc(100% - 28px); }
  .ops-heading { display: grid; }
  .ops-filters, .ops-editor-grid { grid-template-columns: 1fr; }
  .ops-facts { grid-template-columns: 1fr; }
  .ops-record > header { display: grid; }
  .ops-stage { justify-self: start; }
}

@media (max-width: 900px) {
  .funnel-hero { grid-template-columns: 1fr; min-height: 0; }
  .offer-card { max-width: 620px; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 0; }
  .recommendation-facts, .slot-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-grid { grid-template-columns: 1fr; }
  .expertise-card { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 680px) {
  .funnel-header { width: min(100% - 28px, var(--content)); padding: 15px 0; }
  .funnel-brand strong { font-size: .78rem; }
  .funnel-brand small, .help-link span { display: none; }
  .help-link strong { font-size: .8rem; }
  .header-actions { gap: 7px; }
  .language-toggle { padding-inline: 11px; font-size: .78rem; }
  .funnel-hero, .path-section, .transaction-shell, .proof-section, .faq-section, .funnel-footer { width: calc(100% - 28px); }
  .funnel-hero { padding: 48px 21px; border-radius: 22px; }
  .trust-list { grid-template-columns: 1fr; gap: 8px; }
  .path-section { padding-top: 68px; }
  .path-card { gap: 8px; padding: 24px 20px; }
  .path-icon { flex-basis: 36px; }
  .transaction-shell { padding: 22px 17px; border-radius: 20px; }
  .transaction-header { display: grid; }
  .text-button { justify-self: start; }
  .stepper { margin-bottom: 36px; }
  .stepper li { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .stepper b { font-size: .67rem; }
  .stepper li::after { right: 1px; left: 1px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-actions, .primary-button, .secondary-button, .call-button { width: 100%; }
  .recommendation-facts, .slot-list { grid-template-columns: 1fr; }
  .details-grid, .faq-section .details-grid { grid-template-columns: 1fr; }
  .funnel-footer { grid-template-columns: 1fr; }
  .funnel-footer nav { justify-content: flex-start; }
  .funnel-footer p { grid-column: auto; }
}

@media (max-width: 390px) {
  .funnel-brand img { width: 40px; height: 40px; }
  .help-link { display: none; }
  h1 { font-size: 2.45rem; }
  .path-copy strong { font-size: 1.72rem; }
  .path-icon { display: none; }
}

@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 (prefers-contrast: more) {
  :root { --line: #677384; --muted: #334154; }
  .field input, .field select, .path-card { border-width: 2px; }
}
