@charset "utf-8";































































@layer theme {
  :root, :host { --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --spacing: .25rem; --default-font-family: var(--font-sans); --default-mono-font-family: var(--font-mono); }
}

@layer base {
  *, ::after, ::before, ::backdrop { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  ::file-selector-button { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  html, :host { text-size-adjust: 100%; tab-size: 4; line-height: 1.5; font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); font-feature-settings: var(--default-font-feature-settings,normal); font-variation-settings: var(--default-font-variation-settings,normal); -webkit-tap-highlight-color: transparent; }
  hr { height: 0px; color: inherit; border-top-width: 1px; }
  abbr:where([title]) { text-decoration: underline dotted; }
  h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
  a { color: inherit; text-decoration: inherit; }
  b, strong { font-weight: bolder; }
  code, kbd, samp, pre { font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); font-feature-settings: var(--default-mono-font-feature-settings,normal); font-variation-settings: var(--default-mono-font-variation-settings,normal); font-size: 1em; }
  small { font-size: 80%; }
  sub, sup { vertical-align: baseline; font-size: 75%; line-height: 0; position: relative; }
  sub { bottom: -0.25em; }
  sup { top: -0.5em; }
  table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
  progress { vertical-align: baseline; }
  summary { display: list-item; }
  ol, ul, menu { list-style: none; }
  img, svg, video, canvas, audio, iframe, embed, object { vertical-align: middle; display: block; }
  img, video { max-width: 100%; height: auto; }
  button, input, select, optgroup, textarea { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  ::file-selector-button { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  :where(select:is([multiple], [size])) optgroup { font-weight: bolder; }
  :where(select:is([multiple], [size])) optgroup option { padding-inline-start: 20px; }
  ::file-selector-button { margin-inline-end: 4px; }
  ::placeholder { opacity: 1; }
  @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
  ::placeholder { color: currentcolor; }
  @supports (color:color-mix(in lab, red, red)) {
  ::placeholder { color: color-mix(currentcolor, transparent); }
}
}
  textarea { resize: vertical; }
  ::-webkit-search-decoration { appearance: none; }
  ::-webkit-date-and-time-value { min-height: 1lh; text-align: inherit; }
  ::-webkit-datetime-edit { display: inline-flex; }
  ::-webkit-datetime-edit-fields-wrapper { padding: 0px; }
  ::-webkit-datetime-edit { padding-block: 0px; }
  ::-webkit-datetime-edit-year-field { padding-block: 0px; }
  ::-webkit-datetime-edit-month-field { padding-block: 0px; }
  ::-webkit-datetime-edit-day-field { padding-block: 0px; }
  ::-webkit-datetime-edit-hour-field { padding-block: 0px; }
  ::-webkit-datetime-edit-minute-field { padding-block: 0px; }
  ::-webkit-datetime-edit-second-field { padding-block: 0px; }
  ::-webkit-datetime-edit-millisecond-field { padding-block: 0px; }
  ::-webkit-datetime-edit-meridiem-field { padding-block: 0px; }
  ::-webkit-calendar-picker-indicator { line-height: 1; }
  button, input:where([type="button"], [type="reset"], [type="submit"]) { appearance: button; }
  ::file-selector-button { appearance: button; }
  ::-webkit-inner-spin-button { height: auto; }
  ::-webkit-outer-spin-button { height: auto; }
  [hidden]:where(:not([hidden="until-found"])) { display: none !important; }
}

@layer components;

@layer utilities {
  .visible { visibility: visible; }
  .relative { position: relative; }
  .start { inset-inline-start: var(--spacing); }
  .table { display: table; }
}

:root { --navy: #081426; --navy-soft: #0d1d33; --ivory: #f6f0e5; --gold: #d5a52e; --gold-bright: #e0b23d; --slate: #aeb7c4; --ink: #152033; }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--navy); }

body { background: var(--ivory); color: var(--ink); margin: 0px; font-family: Inter, Arial, sans-serif; }

a { color: inherit; }

.wrap { width: min(100% - 72px, 1420px); margin-inline: auto; }

.hero { isolation: isolate; min-height: 900px; color: var(--ivory); background: var(--navy); position: relative; overflow: hidden; }

.hero-media, .hero-media img, .hero-shade { width: 100%; height: 100%; position: absolute; inset: 0px; }

.hero-media { z-index: -3; }

.hero-media img { object-fit: cover; object-position: 78% center; }

.hero-shade { z-index: -2; background: linear-gradient(90deg, rgb(8,20,38) 0%, rgba(8,20,38,0.82) 26%, rgba(8,20,38,0.28) 46%, rgba(8,20,38,0) 62%); }

.site-header { border-bottom: 1px solid rgba(246, 240, 229, 0.16); justify-content: space-between; align-items: center; height: 108px; display: flex; }

.brand { align-items: center; display: inline-flex; }

.brand img { object-fit: contain; object-position: left center; width: 330px; max-height: 76px; display: block; }

.header-trust { color: var(--gold); letter-spacing: 0.12em; text-transform: uppercase; font-size: 14px; font-weight: 700; }

.hero-content { padding-top: 64px; }

.eyebrow, .section-kicker { color: var(--gold); letter-spacing: 0.13em; text-transform: uppercase; margin: 0px 0px 30px; font-size: 16px; font-weight: 700; }

.hero h1 { letter-spacing: -0.035em; text-wrap: balance; max-width: 830px; margin: 0px; font-family: "Source Serif 4", Georgia, serif; font-size: clamp(64px, 5.45vw, 88px); font-weight: 600; line-height: 0.98; }

.hero-summary { color: rgb(215, 221, 229); max-width: 690px; margin: 30px 0px 28px; font-size: 21px; line-height: 1.55; }

.primary-cta { background: var(--gold); min-width: 460px; min-height: 72px; color: var(--navy); border-radius: 4px; justify-content: space-between; align-items: center; gap: 24px; padding: 0px 30px; font-size: 19px; font-weight: 800; text-decoration: none; transition: transform 0.16s, background 0.16s, box-shadow 0.16s; display: inline-flex; box-shadow: rgba(0, 0, 0, 0.18) 0px 14px 34px; }

.primary-cta:hover { background: var(--gold-bright); transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.26) 0px 18px 40px; }

.primary-cta:focus-visible { outline: 3px solid var(--ivory); outline-offset: 4px; }

.cta-note { color: var(--slate); margin: 13px 0px 0px 25px; font-size: 15px; }

.proof-rail { grid-template-columns: repeat(3, 1fr); width: min(700px, 100%); margin-top: 56px; display: grid; }

.proof-item { border-left: 1px solid rgba(174, 183, 196, 0.5); flex-direction: column; justify-content: center; min-height: 82px; padding: 0px 30px; display: flex; }

.proof-item:first-child { border-left: 0px; padding-left: 0px; }

.proof-item strong { font-family: "Source Serif 4", Georgia, serif; font-size: 34px; font-weight: 600; line-height: 1; }

.proof-item span { color: var(--slate); margin-top: 9px; font-size: 14px; line-height: 1.25; }

.first-content { background: var(--ivory); padding: 92px 0px; }

.intro-grid { grid-template-columns: 1.05fr 0.95fr; align-items: end; gap: clamp(52px, 8vw, 130px); display: grid; }

.first-content .section-kicker { margin-bottom: 18px; }

.first-content h2 { max-width: 720px; color: var(--navy); letter-spacing: -0.025em; margin: 0px; font-family: "Source Serif 4", Georgia, serif; font-size: clamp(44px, 4.2vw, 64px); font-weight: 600; line-height: 1.05; }

.intro-copy > p { color: rgb(70, 83, 103); margin: 0px; font-size: 20px; line-height: 1.65; }

.intro-copy .plain-proof { color: var(--navy); margin-top: 24px; font-weight: 700; }

.debt-section, .how-section, .trust-section, .review-section, .faq-section { padding: 108px 0px; }

.debt-section { background: rgb(235, 229, 218); }

.section-heading-row { grid-template-columns: 1.05fr 0.95fr; align-items: end; gap: clamp(52px, 8vw, 130px); display: grid; }

.section-heading-row .section-kicker, .how-section .section-kicker, .trust-section .section-kicker, .review-section .section-kicker, .faq-section .section-kicker { margin-bottom: 18px; }

.section-heading-row h2, .how-section h2, .trust-section h2, .review-section h2, .faq-section h2 { color: var(--navy); letter-spacing: -0.027em; margin: 0px; font-family: "Source Serif 4", Georgia, serif; font-size: clamp(46px, 4.2vw, 66px); font-weight: 600; line-height: 1.04; }

.section-heading-row > p { color: rgb(70, 83, 103); margin: 0px; font-size: 19px; line-height: 1.65; }

.debt-grid { background: rgba(8, 20, 38, 0.13); border: 1px solid rgba(8, 20, 38, 0.13); grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; display: grid; overflow: hidden; }

.debt-card { background: var(--ivory); min-height: 290px; padding: 34px 34px 38px; }

.debt-card > span { color: var(--gold); letter-spacing: 0.15em; font-size: 13px; font-weight: 700; }

.debt-card h3, .step h3 { color: var(--navy); margin: 30px 0px 12px; font-family: "Source Serif 4", Georgia, serif; font-size: 29px; font-weight: 600; line-height: 1.15; }

.debt-card p, .step p, .trust-section p, .review-intro > p { color: rgb(82, 96, 116); margin: 0px; font-size: 16px; line-height: 1.65; }

.how-section { background: var(--ivory); }

.how-section h2 { max-width: 850px; }

.steps-grid { border-top: 1px solid rgba(8, 20, 38, 0.18); grid-template-columns: repeat(3, 1fr); gap: 0px; margin-top: 70px; display: grid; }

.step { border-right: 1px solid rgba(8, 20, 38, 0.18); padding: 38px 38px 18px 0px; }

.step + .step { padding-left: 38px; }

.step:last-child { border-right: 0px; padding-right: 0px; }

.step > span { color: var(--gold); font-family: "Source Serif 4", Georgia, serif; font-size: 38px; font-weight: 600; }

.trust-section { color: var(--ivory); background: var(--navy-soft); }

.trust-grid { grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: clamp(70px, 10vw, 160px); display: grid; }

.trust-section h2 { color: var(--ivory); }

.trust-section p:not(.section-kicker) { color: rgb(189, 198, 210); max-width: 750px; margin-top: 28px; font-size: 19px; }

.trust-facts { border-top: 1px solid rgba(246, 240, 229, 0.22); }

.trust-facts > div { border-bottom: 1px solid rgba(246, 240, 229, 0.22); grid-template-columns: 150px 1fr; align-items: center; gap: 24px; padding: 25px 0px; display: grid; }

.trust-facts strong { color: var(--gold); font-family: "Source Serif 4", Georgia, serif; font-size: 38px; font-weight: 600; }

.trust-facts span { color: rgb(209, 215, 223); font-size: 15px; line-height: 1.4; }

.review-section { background: rgb(232, 225, 213); }

.review-layout { grid-template-columns: minmax(280px, 0.72fr) minmax(620px, 1.28fr); align-items: start; gap: clamp(50px, 7vw, 110px); display: grid; }

.review-intro { position: sticky; top: 40px; }

.review-intro > p { color: rgb(70, 83, 103); margin-top: 28px; font-size: 18px; }

.review-intro ul { gap: 16px; margin: 34px 0px 0px; padding: 0px; list-style: none; display: grid; }

.review-intro li { color: rgb(38, 53, 74); padding-left: 30px; font-size: 15px; line-height: 1.5; position: relative; }

.review-intro li::before { color: var(--gold); content: "✓"; font-weight: 800; position: absolute; top: 0px; left: 0px; }

.review-form, .success-card { background: rgb(255, 253, 249); border: 1px solid rgba(8, 20, 38, 0.11); border-radius: 6px; box-shadow: rgba(24, 32, 43, 0.12) 0px 28px 70px; }

.review-form { gap: 38px; padding: 44px; display: grid; }

.review-form fieldset { border: 0px; margin: 0px; padding: 0px; }

.review-form legend, .field > span { color: var(--navy); margin-bottom: 16px; font-size: 17px; font-weight: 700; line-height: 1.35; display: block; }

.choice-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 12px; display: grid; }

.debt-choice-grid .choice-card:last-child { grid-column: 1 / -1; }

.choice-card { color: rgb(28, 42, 60); cursor: pointer; background: rgb(255, 255, 255); border: 1px solid rgb(204, 211, 220); border-radius: 4px; justify-content: space-between; align-items: center; gap: 15px; min-height: 62px; padding: 15px 18px; font-size: 15px; font-weight: 500; line-height: 1.35; transition: border-color 0.14s, background 0.14s, box-shadow 0.14s; display: flex; position: relative; }

.choice-card:hover { border-color: rgb(137, 150, 168); }

.choice-card:has(input:checked) { border-color: var(--gold); background: rgb(255, 249, 232); box-shadow: rgba(213, 165, 46, 0.2) 0px 0px 0px 2px; }

.choice-card input { width: 20px; height: 20px; accent-color: var(--navy); order: 2; margin: 0px; }

.choice-card-tall { min-height: 78px; }

.full-field, .field { display: block; }

.contact-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 24px 18px; display: grid; }

.field > span { margin-bottom: 8px; font-size: 14px; }

.field input, .field textarea { width: 100%; color: var(--navy); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; background: rgb(255, 255, 255); border: 1px solid rgb(189, 199, 211); border-radius: 4px; outline: none; font-size: 16px; transition: border-color 0.14s, box-shadow 0.14s; }

.field input { height: 52px; padding: 0px 14px; }

.field textarea { resize: vertical; min-height: 108px; padding: 13px 14px; line-height: 1.5; }

.field input:focus, .field textarea:focus { border-color: var(--gold); box-shadow: rgba(213, 165, 46, 0.18) 0px 0px 0px 3px; }

.consent-row { color: rgb(93, 104, 120); grid-template-columns: 22px 1fr; align-items: start; gap: 14px; font-size: 12px; line-height: 1.55; display: grid; }

.consent-row input { width: 20px; height: 20px; accent-color: var(--navy); margin: 2px 0px 0px; }

.verification-box { background: rgb(241, 243, 246); border: 1px solid rgba(8, 20, 38, 0.14); border-radius: 5px; grid-template-columns: 1fr auto; align-items: center; gap: 22px; padding: 22px; display: grid; }

.verification-box > div:first-child { gap: 5px; display: grid; }

.verification-box strong { color: var(--navy); font-size: 15px; }

.verification-box span { color: rgb(100, 112, 132); font-size: 12px; }

.secondary-button { border: 1px solid var(--navy); background: var(--navy); color: rgb(255, 255, 255); cursor: pointer; border-radius: 4px; min-height: 46px; padding: 0px 18px; font-family: inherit; font-size: 13px; font-weight: 700; }

.secondary-button:disabled, .form-submit:disabled { cursor: not-allowed; opacity: 0.46; }

.code-row { grid-template-columns: 140px auto; align-items: end; gap: 10px; display: grid; }

.code-field span { font-size: 11px; }

.verified-badge { background: rgb(223, 243, 231); border-radius: 99px; padding: 10px 15px; font-weight: 700; color: rgb(18, 106, 56) !important; }

.form-notice { color: rgb(138, 61, 34); margin: -18px 0px 0px; font-size: 13px; font-weight: 600; }

.submit-row { gap: 11px; display: grid; }

.form-submit { background: var(--gold); min-height: 64px; color: var(--navy); cursor: pointer; border: 0px; border-radius: 4px; font-family: inherit; font-size: 17px; font-weight: 800; }

.submit-row p { color: rgb(106, 116, 132); text-align: center; margin: 0px; font-size: 11px; }

.submit-row a { color: rgb(39, 79, 123); font-weight: 700; }

.success-card { text-align: center; padding: 70px 52px; }

.success-card img { width: 220px; margin: 0px auto 38px; }

.success-card .section-kicker { margin-bottom: 14px; }

.success-card h3 { color: var(--navy); margin: 0px; font-family: "Source Serif 4", Georgia, serif; font-size: 42px; font-weight: 600; line-height: 1.1; }

.success-card p:last-child { color: rgb(82, 96, 116); max-width: 560px; margin: 22px auto 0px; font-size: 16px; line-height: 1.6; }

.faq-section { background: var(--ivory); }

.faq-layout { grid-template-columns: 0.7fr 1.3fr; align-items: start; gap: clamp(60px, 9vw, 145px); display: grid; }

.faq-list { border-top: 1px solid rgba(8, 20, 38, 0.2); }

.faq-list details { border-bottom: 1px solid rgba(8, 20, 38, 0.2); }

.faq-list summary { min-height: 76px; color: var(--navy); cursor: pointer; justify-content: space-between; align-items: center; gap: 30px; font-size: 17px; font-weight: 700; list-style: none; display: flex; }

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary span { color: var(--gold); font-family: "Source Serif 4", Georgia, serif; font-size: 32px; font-weight: 600; transition: transform 0.14s; }

.faq-list details[open] summary span { transform: rotate(45deg); }

.faq-list details p { color: rgb(82, 96, 116); max-width: 760px; margin: -4px 0px 26px; font-size: 15px; line-height: 1.65; }

footer { color: rgb(195, 203, 213); background: rgb(5, 14, 26); padding: 64px 0px 28px; }

.footer-grid { grid-template-columns: 320px 1fr auto; align-items: center; gap: 50px; display: grid; }

.footer-grid > img { width: 285px; height: auto; }

.footer-grid p { margin: 5px 0px; font-size: 13px; line-height: 1.5; }

.footer-grid nav { text-align: right; gap: 12px; display: grid; }

.footer-grid nav a { color: var(--ivory); font-size: 13px; font-weight: 700; text-decoration: none; }

.footer-grid nav a:hover { color: var(--gold); }

.footer-bottom { color: rgb(120, 133, 150); border-top: 1px solid rgba(246, 240, 229, 0.15); justify-content: space-between; gap: 30px; margin-top: 45px; padding-top: 22px; font-size: 11px; display: flex; }

@media (width <= 980px) {
  .wrap { width: min(100% - 42px, 1420px); }
  .header-trust { display: none; }
  .hero { min-height: 860px; }
  .hero-media img { object-position: 74% center; }
  .hero-shade { background: linear-gradient(90deg, rgb(8,20,38) 0%, rgba(8,20,38,0.82) 26%, rgba(8,20,38,0.28) 46%, rgba(8,20,38,0) 62%); }
  .intro-grid { grid-template-columns: 1fr; align-items: start; }
  .section-heading-row, .trust-grid, .review-layout, .faq-layout { grid-template-columns: 1fr; }
  .debt-grid { grid-template-columns: repeat(2, 1fr); }
  .review-intro { max-width: 760px; position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid nav { text-align: left; grid-column: 1 / -1; grid-template-columns: auto auto; justify-content: start; }
}

@media (width <= 720px) {
  .wrap { width: min(100% - 32px, 1420px); }
  .hero { min-height: 1030px; }
  .site-header { border-bottom-color: rgba(246, 240, 229, 0.13); height: 82px; }
  .brand img { width: 235px; max-height: 58px; }
  .hero-media, .hero-media img { height: 43%; }
  .hero-media { top: auto; bottom: 118px; }
  .hero-media img { object-position: 50% 18%; position: absolute; inset: 0px; }
  .hero-shade { background: linear-gradient(90deg, rgb(8,20,38) 0%, rgba(8,20,38,0.82) 26%, rgba(8,20,38,0.28) 46%, rgba(8,20,38,0) 62%); }
  .hero-content { padding-top: 42px; }
  .eyebrow { letter-spacing: 0.11em; margin-bottom: 19px; font-size: 12px; }
  .hero h1 { font-size: clamp(47px, 13vw, 64px); line-height: 0.98; }
  .hero-summary { max-width: 100%; margin: 23px 0px; font-size: 17px; line-height: 1.48; }
  .primary-cta { width: 100%; min-width: 0px; min-height: 62px; padding: 0px 20px; font-size: 16px; }
  .cta-note { margin-left: 0px; font-size: 13px; }
  .proof-rail { z-index: 2; backdrop-filter: blur(8px); background: rgba(8, 20, 38, 0.86); border: 1px solid rgba(246, 240, 229, 0.22); width: auto; margin: 0px; position: absolute; bottom: 22px; left: 16px; right: 16px; }
  .proof-item { text-align: center; min-height: 92px; padding: 10px; }
  .proof-item:first-child { padding-left: 10px; }
  .proof-item strong { font-size: 24px; }
  .proof-item span { font-size: 10px; }
  .first-content { padding: 68px 0px; }
  .intro-grid { gap: 30px; }
  .first-content h2 { font-size: 43px; }
  .intro-copy > p { font-size: 17px; line-height: 1.6; }
  .debt-section, .how-section, .trust-section, .review-section, .faq-section { padding: 72px 0px; }
  .section-heading-row { gap: 27px; }
  .section-heading-row h2, .how-section h2, .trust-section h2, .review-section h2, .faq-section h2 { font-size: 43px; }
  .section-heading-row > p { font-size: 17px; }
  .debt-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .debt-card { min-height: auto; padding: 28px; }
  .steps-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .step, .step + .step, .step:last-child { border-bottom: 1px solid rgba(8, 20, 38, 0.18); border-right: 0px; padding: 30px 0px; }
  .step:last-child { border-bottom: 0px; }
  .trust-grid, .review-layout, .faq-layout { gap: 46px; }
  .trust-facts > div { grid-template-columns: 115px 1fr; }
  .review-form { gap: 32px; padding: 25px 20px; }
  .choice-grid, .contact-grid { grid-template-columns: 1fr; }
  .debt-choice-grid .choice-card:last-child { grid-column: auto; }
  .verification-box, .code-row { grid-template-columns: 1fr; }
  .secondary-button { min-height: 50px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > img { width: 245px; }
  .footer-grid nav { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .primary-cta { transition: none; }
}
/* --- OTP flow states (added) --- */
.code-entry{display:none;gap:10px;align-items:center;margin-top:14px;flex-wrap:wrap}
.code-entry.active{display:flex}
.code-entry input{width:170px;letter-spacing:.45em;text-align:center;font-size:1.35rem;font-weight:700;padding:10px 12px;border:1px solid rgba(8,20,38,.25);border-radius:8px;font-family:Inter,Arial,sans-serif}
.resend-link{background:none;border:none;color:#0f4c81;cursor:pointer;font-size:.88rem;text-decoration:underline;padding:0}
.resend-link:disabled{color:#8a8f99;cursor:default;text-decoration:none}
.form-error{display:none;color:#b3261e;font-size:.92rem;margin-top:10px}
.form-error.show{display:block}
.form-thanks{display:none;padding:34px 0}
.form-thanks.active{display:block}
.form-thanks h3{font-family:"Source Serif 4",Georgia,serif;font-size:1.7rem;margin:0 0 10px}
.review-form.done fieldset,.review-form.done .contact-grid,.review-form.done .full-field,
.review-form.done .consent-row,.review-form.done .verification-box,.review-form.done .submit-row{display:none}

/* --- client quotes (added) --- */
.quotes-section{padding:72px 0;background:#0d1a30;color:var(--ivory,#f4efe6)}
.quotes-section .section-kicker{color:#e9a93d}
.quotes-note{max-width:34em;opacity:.75;font-size:.95rem}
.quote-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:38px}
.quote-card{margin:0;padding:26px 28px;border:1px solid rgba(244,239,230,.14);border-radius:14px;background:rgba(244,239,230,.04)}
.quote-card blockquote{margin:0 0 14px;font-size:1.02rem;line-height:1.6}
.quote-card figcaption{font-weight:600;font-size:.9rem;color:#e9a93d}
@media (max-width:820px){.quote-grid{grid-template-columns:1fr}.quotes-section{padding:52px 0}}
