:root {
  --ink: #10243f;
  --muted: #52647a;
  --paper: #f8f6f1;
  --white: #ffffff;
  --brand: #1768e4;
  --brand-dark: #0d4eae;
  --mint: #eaf3ff;
  --line: #dfe6ef;
  --warm: #f4e7d2;
  --amber: #d97928;
  --shadow: 0 24px 70px rgba(16, 42, 67, .10);
  --radius: 24px;
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 12px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(16, 42, 44, .09);
  background: rgba(247, 245, 239, .94);
  backdrop-filter: blur(14px);
}

.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand-mark {
  display: grid;
  width: 52px;
  height: 52px;
  padding: 3px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(10, 107, 98, .22);
  background: rgba(255, 255, 255, .82);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(18, 42, 44, .13);
}
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 17px; letter-spacing: -.02em; }
.brand small { margin-top: 1px; color: var(--muted); font-size: 11px; font-weight: 700; }

nav { display: flex; gap: 28px; font-size: 14px; font-weight: 750; }
nav a:hover { color: var(--brand); }
.header-cta { justify-self: end; padding: 11px 17px; color: white; background: var(--ink); border-radius: 999px; font-size: 13px; font-weight: 800; }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.hero {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 70px;
  align-items: center;
  padding-block: 88px 62px;
}

.eyebrow { margin: 0 0 12px; color: var(--brand); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(45px, 6vw, 76px); line-height: 1.02; letter-spacing: -.06em; }
h2 { margin-bottom: 18px; font-size: clamp(32px, 4vw, 48px); line-height: 1.08; letter-spacing: -.045em; }
h3 { margin-bottom: 12px; font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.hero-lead { max-width: 650px; margin-bottom: 30px; color: var(--muted); font-size: 19px; }
.hero-actions, .support-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 850; }
.button-primary { color: white; background: var(--brand); }
.button-primary:hover { background: var(--brand-dark); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.66); }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 32px 0 0; padding: 0; color: var(--muted); list-style: none; font-size: 13px; font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--brand); font-weight: 950; }

.hero-card { padding: 34px; color: white; background: var(--ink); border-radius: 30px; box-shadow: var(--shadow); }
.card-label { display: inline-block; margin-bottom: 18px; padding: 6px 10px; color: #bfe9dd; background: rgba(255,255,255,.08); border-radius: 999px; font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.hero-card h2 { font-size: 34px; }
.hero-card ol { margin: 28px 0 0; padding: 0; list-style: none; }
.hero-card li { display: flex; gap: 14px; align-items: center; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); font-weight: 700; }
.hero-card li span { color: #86d3c1; font-size: 12px; letter-spacing: .08em; }

.disclosure { padding: 17px 22px; border: 1px solid #c8e4dc; background: var(--mint); border-radius: 16px; color: #234d48; font-size: 14px; }
.disclosure strong { color: var(--brand-dark); }

.section { padding-block: 90px; }
.section-heading { display: grid; grid-template-columns: 1fr .68fr; gap: 40px; align-items: end; margin-bottom: 38px; }
.section-heading p:last-child { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 520px; padding: 32px; overflow: hidden; border: 1px solid var(--line); background: rgba(255,255,255,.78); border-radius: var(--radius); box-shadow: 0 12px 40px rgba(18,42,44,.04); }
.service-card.featured { background: #e9f5f1; border-color: #c9e3dc; }
.service-card.warm { background: #f8f0e4; border-color: #ead8bc; }
.service-card.service-wide { grid-column: 1 / -1; min-height: 410px; }
.service-number { position: absolute; top: 22px; right: 26px; color: rgba(16,42,44,.17); font-size: 48px; font-weight: 950; letter-spacing: -.05em; }
.service-type { margin-bottom: 15px; color: var(--brand); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.service-card > p:not(.service-type) { max-width: 560px; color: var(--muted); }
.service-card ul { display: grid; gap: 10px; margin: 20px 0 28px; padding: 0; list-style: none; color: #3e5354; font-size: 14px; }
.service-card li::before { content: "•"; margin-right: 9px; color: var(--amber); font-weight: 900; }
.service-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(16,42,44,.11); }
.service-footer small, .service-footer strong { display: block; }
.service-footer small { color: var(--muted); font-size: 11px; }
.service-footer strong { margin-top: 2px; font-size: 30px; letter-spacing: -.04em; }
.service-footer strong.fee-text { font-size: 20px; letter-spacing: -.02em; }
.service-footer a { color: var(--brand); font-size: 13px; font-weight: 850; }

.process { color: white; background: var(--ink); }
.process .eyebrow { color: #87d5c3; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 42px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.12); }
.process-grid article { min-height: 225px; padding: 28px; background: var(--ink); }
.process-grid span { display: grid; width: 38px; height: 38px; margin-bottom: 32px; place-items: center; color: #c8eee5; background: rgba(255,255,255,.08); border-radius: 50%; font-size: 13px; font-weight: 850; }
.process-grid p { color: #b9c7c7; font-size: 14px; }

.support { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.support > div:first-child { max-width: 680px; }
.support > div:first-child > p:last-child { color: var(--muted); }

footer { padding-block: 34px; color: #cbd6d5; background: #0a2022; }
.footer-inner { display: flex; justify-content: space-between; gap: 40px; align-items: flex-end; }
footer strong { color: white; font-size: 18px; }
footer p { margin: 6px 0 0; font-size: 13px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 42px; padding-top: 62px; }
  .section-heading { grid-template-columns: 1fr; gap: 8px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .support { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header { min-height: 72px; padding-inline: 16px; }
  .brand small { display: none; }
  .header-cta { display: none; }
  .shell { width: min(100% - 28px, 1180px); }
  .hero { padding-block: 46px; }
  h1 { font-size: 44px; }
  .hero-card { padding: 26px 22px; }
  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 26px 22px; }
  .service-card.service-wide { grid-column: auto; min-height: 0; }
  .section { padding-block: 66px; }
  .service-footer, .footer-inner { align-items: flex-start; flex-direction: column; }
}

/* Shared inner pages */

button,
input,
select,
textarea { font: inherit; }

button { cursor: pointer; }

button:disabled {
  cursor: not-allowed;
  opacity: .62;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(10, 107, 98, .25);
  outline-offset: 3px;
}

nav a.active,
nav a[aria-current="page"] { color: var(--brand); }

.page-hero {
  padding-block: 88px 56px;
  border-bottom: 1px solid var(--line);
}

.page-hero.compact { padding-bottom: 44px; }

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(42px, 6vw, 70px);
}

.page-hero.compact h1 { font-size: clamp(40px, 5.2vw, 62px); }

.page-hero > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.content-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 24px;
  padding-block: 54px 24px;
}

.content-card,
.contact-card,
.support-form,
.status-preview,
.checkout-main,
.checkout-aside {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .78);
  border-radius: var(--radius);
  box-shadow: 0 14px 46px rgba(18, 42, 44, .05);
}

.content-card { padding: 32px; }
.content-card.large { padding: 42px; }
.content-card > p:not(.eyebrow) { color: var(--muted); }

.feature-list,
.safeguard-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.safeguard-list li {
  position: relative;
  padding-left: 28px;
}

.feature-list li::before,
.safeguard-list li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--brand);
  font-weight: 950;
}

.neutral-disclosure {
  margin-top: 28px;
  padding: 22px;
  border-left: 4px solid var(--brand);
  background: var(--mint);
  border-radius: 4px 16px 16px 4px;
}

.neutral-disclosure p { margin: 6px 0 0; color: #234d48; }

.split-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.split-callout > div { max-width: 720px; }
.split-callout > div > p:last-child { color: var(--muted); }

/* Forms and checkout */

.checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
  padding-block: 46px 88px;
}

.checkout-main { overflow: hidden; }

.checkout-aside {
  position: sticky;
  top: 112px;
  padding: 30px;
  background: var(--ink);
  color: white;
}

.checkout-aside .eyebrow { color: #87d5c3; }
.checkout-aside h2 { font-size: 32px; }
.checkout-aside .safeguard-list { color: #c9d6d5; font-size: 14px; }
.checkout-aside .safeguard-list li::before { color: #87d5c3; }

.aside-note {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.aside-note p { margin: 7px 0 0; color: #c9d6d5; font-size: 14px; }
.aside-note a { color: white; text-decoration: underline; text-underline-offset: 3px; }

.stepper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: #f0f2ee;
}

.stepper span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 64px;
  padding: 12px 16px;
  color: #718080;
  border-right: 1px solid var(--line);
  font-size: 12px;
  font-weight: 800;
}

.stepper span:last-child { border-right: 0; }

.stepper b {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #bdc9c6;
  border-radius: 50%;
  font-size: 11px;
}

.stepper .current { color: var(--brand-dark); background: white; }
.stepper .current b { color: white; border-color: var(--brand); background: var(--brand); }
.stepper .complete { color: var(--brand); }
.stepper .complete b { color: white; border-color: var(--brand); background: var(--brand); }

.form-step { display: none; padding: 42px; }
.form-step.active { display: block; }
.form-heading { margin-bottom: 28px; }
.form-heading h2 { font-size: clamp(30px, 4vw, 44px); }
.form-heading > p:last-child { max-width: 680px; margin-bottom: 0; color: var(--muted); }

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

.choice-card {
  display: flex;
  min-height: 164px;
  padding: 22px;
  flex-direction: column;
  gap: 18px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 18px;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.choice-card:hover { transform: translateY(-2px); border-color: #a8cfc5; }
.choice-card.selected { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(10, 107, 98, .10); }
.choice-card input { width: 18px; height: 18px; margin: 0; accent-color: var(--brand); }
.choice-card > span:last-child { color: var(--muted); font-size: 13px; }
.choice-top { display: flex; justify-content: space-between; gap: 16px; line-height: 1.3; }
.choice-top strong { color: var(--brand); white-space: nowrap; }

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

.form-grid label,
.full-field,
.support-form label,
.status-search label {
  display: grid;
  gap: 8px;
  color: #304647;
  font-size: 13px;
  font-weight: 800;
}

label > span { color: var(--muted); font-size: 11px; font-weight: 650; }

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbd7d3;
  color: var(--ink);
  background: white;
  border-radius: 12px;
}

input,
select { min-height: 50px; padding: 0 14px; }
textarea { padding: 13px 14px; resize: vertical; }
input::placeholder,
textarea::placeholder { color: #899695; }
input:focus,
select:focus,
textarea:focus { border-color: var(--brand); outline: 3px solid rgba(10, 107, 98, .10); }

.conditional-fields { margin-top: 20px; }
.inset-fields { padding: 22px; border: 1px solid #cfe5de; background: #edf7f3; border-radius: 17px; }
.inset-fields .wide { grid-column: 1 / -1; }
.full-field { margin-top: 18px; }

.form-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 42px 30px;
  border-top: 1px solid var(--line);
}

.form-actions #next-button { margin-left: auto; }

.review-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
  border-radius: 18px;
}

.review-card > div { padding: 8px 22px; }
.review-card .fee-table { border-top: 1px solid var(--line); background: #edf7f3; }

.review-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  padding: 13px 0;
  border-bottom: 1px solid #edf0ee;
  font-size: 13px;
}

.review-row:last-child { border-bottom: 0; }
.review-row > span { color: var(--muted); }
.review-row > strong { overflow-wrap: anywhere; }

.consent-list { display: grid; gap: 12px; margin-top: 22px; }

.check-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 14px;
  color: #3d5051;
  font-size: 13px;
  cursor: pointer;
}

.check-row.optional { background: #f1f2ef; }
.check-row input { width: 18px; min-height: 18px; margin: 2px 0 0; accent-color: var(--brand); }
.check-row a { color: var(--brand); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }

.payment-preview {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  margin-top: 22px;
  padding: 20px;
  border: 1px dashed #d4ae7a;
  background: #fff7ea;
  border-radius: 15px;
}

.payment-preview p { margin: 5px 0 0; color: #806442; font-size: 13px; }
.payment-preview button { min-height: 44px; padding: 0 16px; border: 0; border-radius: 999px; }

.confirmation-mark {
  display: grid;
  width: 66px;
  height: 66px;
  margin-bottom: 24px;
  place-items: center;
  color: white;
  background: var(--brand);
  border-radius: 50%;
  font-size: 28px;
  font-weight: 900;
}

.confirmation-lead { color: var(--muted); }
.review-reference { margin: 28px 0; padding: 22px; background: var(--ink); border-radius: 16px; color: white; }
.review-reference small,
.review-reference strong { display: block; }
.review-reference small { color: #b7c6c5; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.review-reference strong { margin-top: 5px; font-size: clamp(24px, 4vw, 35px); letter-spacing: .04em; overflow-wrap: anywhere; }

.status-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}

.status-line span { padding: 10px; border-radius: 10px; text-align: center; font-size: 11px; font-weight: 850; }
.status-line .done { color: var(--brand-dark); background: var(--mint); }
.status-line .paused { color: #875d28; background: var(--warm); }
.confirmation-summary { padding: 8px 20px; border: 1px solid var(--line); border-radius: 15px; }
.confirmation-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

/* Contact and order status */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-block: 46px 30px;
}

.contact-methods { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.contact-card { padding: 25px; }
.contact-card > span { color: var(--brand); font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.contact-card h2 { margin-top: 12px; font-size: 23px; overflow-wrap: anywhere; }
.contact-card p { color: var(--muted); font-size: 13px; }
.contact-card address { color: var(--muted); font-size: 13px; font-style: normal; }
.contact-card a { color: var(--brand); font-size: 13px; font-weight: 850; }

.support-form { padding: 32px; }
.support-form h2 { font-size: 35px; }
.support-form label { margin-top: 16px; }
.form-intro { color: var(--muted); }
.support-form .button { margin-top: 20px; }
.support-result { margin-top: 18px; padding: 16px; color: var(--brand-dark); background: var(--mint); border-radius: 12px; font-size: 13px; }
.support-panel .feature-list { margin-block: 24px; }
.support-panel .support-actions { margin-top: 22px; }
.support-panel .button { margin-top: 0; }
.support-note { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.contact-disclosure { margin-bottom: 88px; }

.status-preview { margin-block: 46px 88px; padding: 34px; }
.status-search { display: flex; gap: 14px; align-items: end; }
.status-search label { flex: 1; }
.status-search .button { flex: 0 0 auto; }
.status-result { margin-top: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }
.status-result-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px; color: white; background: var(--ink); }
.status-result-head small,
.status-result-head strong { display: block; }
.status-result-head small { color: #bdcccc; }
.status-result-head strong { margin-top: 3px; letter-spacing: .04em; }
.status-result-head > span { padding: 7px 10px; color: #d5f4ec; background: rgba(255,255,255,.10); border-radius: 999px; font-size: 11px; font-weight: 800; }

.timeline { padding: 8px 24px; background: white; }
.timeline article { display: grid; grid-template-columns: 18px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.timeline article:last-child { border-bottom: 0; }
.timeline article > span { width: 14px; height: 14px; margin-top: 5px; border-radius: 50%; box-shadow: 0 0 0 5px var(--paper); }
.timeline .complete > span { background: var(--brand); }
.timeline .paused > span { background: var(--amber); }
.timeline p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.status-error { margin-top: 18px; padding: 15px; color: #7a362e; background: #f8e7e4; border-radius: 12px; font-size: 13px; }
.privacy-note { margin-top: 28px; padding: 20px; border: 1px solid #cfe5de; background: var(--mint); border-radius: 15px; }
.privacy-note p { margin: 5px 0 0; color: #325957; font-size: 13px; }

/* Policies */

.policy-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 760px);
  gap: 58px;
  justify-content: center;
  align-items: start;
  padding-block: 50px 90px;
}

.policy-nav {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 9px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.75);
  border-radius: 17px;
  font-size: 13px;
}

.policy-nav strong { margin-bottom: 6px; }
.policy-nav a { color: var(--muted); }
.policy-nav a:hover { color: var(--brand); }

.policy-content { padding: 42px; border: 1px solid var(--line); background: white; border-radius: var(--radius); }
.policy-content section { padding-block: 34px; border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.policy-content section:first-child { padding-top: 0; }
.policy-content section:last-child { padding-bottom: 0; border-bottom: 0; }
.policy-content h2 { font-size: 29px; }
.policy-content h3 { margin-top: 28px; font-size: 20px; }
.policy-content p,
.policy-content li { color: #435758; }
.policy-content ul { display: grid; gap: 8px; padding-left: 21px; }
.policy-content a { color: var(--brand); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }

/* Shared footer */

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr;
  gap: 58px;
  padding-block: 48px 36px;
}

.footer-grid h2 { margin-bottom: 10px; color: white; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a { display: block; width: fit-content; margin-top: 8px; color: #cbd6d5; font-size: 13px; }
.footer-grid a:hover { color: white; }
.footer-grid p { max-width: 460px; }
.business-address { color: #cbd6d5; }
.footer-note { color: #94a7a6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px 26px; border-top: 1px solid rgba(255,255,255,.10); color: #829796; font-size: 11px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 960px) {
  .checkout-shell { grid-template-columns: 1fr; }
  .checkout-aside { position: static; }
  .content-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .policy-layout { grid-template-columns: 1fr; gap: 22px; }
  .policy-nav { position: static; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .policy-nav strong { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .page-hero { padding-block: 56px 38px; }
  .page-hero h1,
  .page-hero.compact h1 { font-size: 42px; }
  .content-card,
  .content-card.large,
  .support-form,
  .status-preview,
  .policy-content { padding: 25px 21px; }
  .choice-grid,
  .form-grid,
  .contact-methods { grid-template-columns: 1fr; }
  .inset-fields .wide { grid-column: auto; }
  .form-step { padding: 28px 21px; }
  .form-actions { padding: 18px 21px 26px; }
  .stepper span { justify-content: center; min-height: 56px; padding: 10px 5px; font-size: 0; }
  .stepper b { font-size: 11px; }
  .review-row { grid-template-columns: 1fr; gap: 2px; }
  .payment-preview,
  .status-search,
  .split-callout { align-items: stretch; flex-direction: column; }
  .status-search .button { width: 100%; }
  .status-line { grid-template-columns: repeat(2, 1fr); }
  .policy-nav { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

/* Restored blue visual identity.
   Presentation only: content, form names, service values, JavaScript behaviour
   and payment safeguards remain unchanged. */

body {
  background:
    radial-gradient(circle at 8% 5%, rgba(23, 104, 228, .065), transparent 28rem),
    var(--paper);
}

.site-header {
  border-bottom-color: rgba(16, 36, 63, .10);
  background: rgba(251, 250, 246, .95);
}

.brand-mark {
  border-color: rgba(23, 104, 228, .22);
  box-shadow: 0 8px 20px rgba(16, 42, 67, .13);
}

.hero {
  position: relative;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: 28px -34px 8px;
  border: 1px solid rgba(23, 104, 228, .08);
  border-radius: 34px;
  background:
    linear-gradient(rgba(23, 104, 228, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 104, 228, .035) 1px, transparent 1px),
    linear-gradient(120deg, #fbfdff, #f1f7ff 56%, #fbf6ec);
  background-size: 38px 38px, 38px 38px, auto;
  content: "";
}

.hero-card {
  background: linear-gradient(145deg, #0b2b55, #135493 72%, #1768e4);
  box-shadow: 0 28px 70px rgba(11, 43, 85, .22);
}

.card-label { color: #ddecff; }
.hero-card li span { color: #9bc9ff; }

.disclosure {
  border-color: #c7dcf8;
  color: #274b75;
}

.disclosure strong { color: var(--brand-dark); }
.service-card { box-shadow: 0 12px 40px rgba(16, 42, 67, .045); }

.service-card.featured {
  border-color: #c7dcf8;
  background: #eaf3ff;
}

.service-card.warm {
  border-color: #d8e4f7;
  background: #f1f6ff;
}

.service-number { color: rgba(16, 36, 63, .16); }
.service-card ul { color: #3f526b; }
.service-footer { border-top-color: rgba(16, 36, 63, .11); }

.process,
.checkout-aside,
.review-reference,
.status-result-head { background: #0b2b55; }

.process .eyebrow,
.checkout-aside .eyebrow { color: #9bc9ff; }

.process-grid span,
.checkout-aside .safeguard-list li::before { color: #cfe5ff; }

.process-grid p,
.checkout-aside .safeguard-list,
.aside-note p { color: #c4d4e5; }

footer { background: #0b2034; }
.footer-grid a,
.business-address { color: #d0dcea; }
.footer-note { color: #9fb0c6; }
.footer-bottom { color: #92a5bc; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible { outline-color: rgba(23, 104, 228, .25); }

.neutral-disclosure p,
.privacy-note p { color: #274b75; }

.feature-list li::before,
.safeguard-list li::before { color: var(--brand); }

.stepper { background: #eef3fa; }
.stepper span { color: #66778d; }
.stepper b { border-color: #b9c9dc; }
.choice-card:hover { border-color: #9bbbea; }
.choice-card.selected { box-shadow: 0 0 0 3px rgba(23, 104, 228, .10); }

.form-grid label,
.full-field,
.support-form label,
.status-search label { color: #30445f; }

input,
select,
textarea { border-color: #c8d3e2; }

input::placeholder,
textarea::placeholder { color: #8492a6; }

input:focus,
select:focus,
textarea:focus { outline-color: rgba(23, 104, 228, .10); }

.inset-fields,
.review-card .fee-table {
  border-color: #cfe0f7;
  background: #edf5ff;
}

.review-row { border-bottom-color: #e8eef6; }
.check-row { color: #3d5069; }
.check-row.optional { background: #f2f5fa; }
.review-reference small,
.status-result-head small { color: #bfd0e4; }
.status-result-head > span { color: #e6f2ff; }

.privacy-note { border-color: #cfe0f7; }
.policy-content li { color: #43556e; }

@media (max-width: 620px) {
  .hero::before { inset: 12px -10px 4px; border-radius: 24px; }
}

/* DDC_BLUE_THEME_V2 — professional mesh refinement */

body { background: linear-gradient(180deg, #f2f7ff 0, #fbfaf6 34%, #f5f8ff 100%); }
.site-header { box-shadow: 0 10px 35px rgba(11, 43, 85, .06); }
.site-header::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: linear-gradient(90deg, transparent, #1768e4 22%, #47b6e7 50%, #1768e4 78%, transparent); content: ""; opacity: .72; }
.header-cta, .button-primary { background: linear-gradient(135deg, #1768e4, #0d4eae); box-shadow: 0 12px 28px rgba(23, 104, 228, .22); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.header-cta:hover, .button-primary:hover { background: linear-gradient(135deg, #2479ed, #0b4295); box-shadow: 0 16px 34px rgba(23, 104, 228, .28); transform: translateY(-1px); }
.hero { overflow: hidden; padding-inline: 48px; border: 1px solid rgba(142, 190, 255, .25); color: white; background: linear-gradient(132deg, #071c42 0%, #0b3472 48%, #155fca 100%); border-radius: 34px; box-shadow: 0 34px 90px rgba(11, 43, 85, .24); }
.hero::before { z-index: 0; inset: 0; border: 0; border-radius: inherit; background-image: radial-gradient(circle at 18% 20%, rgba(69, 153, 255, .30), transparent 30%), radial-gradient(circle at 82% 72%, rgba(31, 118, 232, .38), transparent 34%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 700'%3E%3Cg fill='none' stroke='%238bbcff' stroke-opacity='.30' stroke-width='1.4'%3E%3Cpath d='M35 145L205 72L382 190L555 88L728 220L930 118L1165 238M55 535L228 392L408 524L588 350L770 505L985 362L1168 530M205 72L228 392M382 190L408 524M555 88L588 350M728 220L770 505M930 118L985 362'/%3E%3Cpath d='M35 145L228 392L382 190L588 350L728 220L985 362L1165 238M55 535L205 72M408 524L555 88M770 505L930 118' stroke-opacity='.18'/%3E%3C/g%3E%3Cg fill='%23d6e8ff' fill-opacity='.78'%3E%3Ccircle cx='35' cy='145' r='3'/%3E%3Ccircle cx='205' cy='72' r='4'/%3E%3Ccircle cx='382' cy='190' r='3'/%3E%3Ccircle cx='555' cy='88' r='4'/%3E%3Ccircle cx='728' cy='220' r='3'/%3E%3Ccircle cx='930' cy='118' r='4'/%3E%3Ccircle cx='1165' cy='238' r='3'/%3E%3Ccircle cx='55' cy='535' r='3'/%3E%3Ccircle cx='228' cy='392' r='4'/%3E%3Ccircle cx='408' cy='524' r='3'/%3E%3Ccircle cx='588' cy='350' r='4'/%3E%3Ccircle cx='770' cy='505' r='3'/%3E%3Ccircle cx='985' cy='362' r='4'/%3E%3Ccircle cx='1168' cy='530' r='3'/%3E%3C/g%3E%3C/svg%3E"); background-position: center; background-size: auto, auto, cover; }
.hero::after { position: absolute; z-index: 0; width: 520px; height: 520px; right: -210px; bottom: -300px; border-radius: 50%; background: radial-gradient(circle, rgba(105, 176, 255, .30), transparent 67%); content: ""; }
.hero > * { position: relative; z-index: 1; }
.hero h1 { color: white; text-shadow: 0 10px 34px rgba(2, 18, 49, .20); }
.hero .eyebrow { color: #9bc9ff; }
.hero .hero-lead { color: #d3e0f1; }
.hero .trust-list { color: #e0eafa; }
.hero .trust-list li::before { color: #81bcff; }
.hero .button-primary { color: #0d4eae; background: white; box-shadow: 0 14px 32px rgba(2, 18, 49, .20); }
.hero .button-primary:hover { color: #0b2b55; background: #eaf3ff; }
.hero .button-secondary { border-color: rgba(255, 255, 255, .38); color: white; background: rgba(255, 255, 255, .09); backdrop-filter: blur(10px); }
.hero .button-secondary:hover { background: rgba(255, 255, 255, .16); }
.hero-card { border: 1px solid rgba(181, 214, 255, .30); background: linear-gradient(145deg, rgba(5, 27, 67, .88), rgba(27, 91, 181, .76)); box-shadow: 0 28px 70px rgba(2, 18, 49, .30); backdrop-filter: blur(14px); }
.hero-card h2 { color: white; }
.card-label { color: #dcecff; background: rgba(255, 255, 255, .11); }
.hero-card li { border-top-color: rgba(220, 236, 255, .17); }
.hero-card li span { color: #9fd0ff; }
.section-heading h2::after, .page-hero h1::after { display: block; width: 74px; height: 4px; margin-top: 18px; border-radius: 999px; background: linear-gradient(90deg, #1768e4, #55bce8); content: ""; }
.service-card { border-color: #d9e5f5; background: rgba(255, 255, 255, .90); box-shadow: 0 18px 48px rgba(11, 43, 85, .075); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { border-color: #a9c8f3; box-shadow: 0 24px 58px rgba(11, 43, 85, .13); transform: translateY(-4px); }
.service-card.featured { background: linear-gradient(145deg, #e8f2ff, #f7fbff); }
.service-card.warm { background: linear-gradient(145deg, #edf4ff, #f9fbff); }
.process { background: radial-gradient(circle at 80% 0%, rgba(32, 114, 229, .30), transparent 33%), linear-gradient(135deg, #081f45, #0b2b55 55%, #103d79); }
.process-grid article { background: rgba(6, 27, 63, .72); }
.page-hero { position: relative; overflow: hidden; margin-top: 32px; padding-inline: 42px; border: 1px solid #d5e4f7; background: linear-gradient(rgba(23, 104, 228, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 104, 228, .04) 1px, transparent 1px), linear-gradient(125deg, #eaf3ff, #f8fbff 66%, #fbf6ec); background-size: 34px 34px, 34px 34px, auto; border-radius: 28px; box-shadow: 0 22px 60px rgba(11, 43, 85, .08); }
.content-card, .contact-card, .support-form, .status-preview, .checkout-main, .checkout-aside { box-shadow: 0 18px 52px rgba(11, 43, 85, .085); }
footer { background: linear-gradient(135deg, #071a32, #0b2b55); }
@media (prefers-reduced-motion: reduce) { .header-cta, .button-primary, .service-card { transition: none; } }
@media (max-width: 620px) { .hero { padding-inline: 20px; border-radius: 24px; } .hero::before { inset: 0; border-radius: inherit; background-position: 58% center; } .page-hero { margin-top: 18px; padding-inline: 20px; border-radius: 22px; } }

/* DDC_BLUE_THEME_V3 — light professional mesh and WhatsApp access */

.hero {
  color: var(--ink);
  background: linear-gradient(130deg, #dce9f9 0%, #eaf3ff 52%, #f7faff 100%);
  border-color: rgba(23, 104, 228, .20);
  box-shadow: 0 30px 82px rgba(11, 43, 85, .16);
}

.hero::before {
  background-image:
    radial-gradient(circle at 18% 20%, rgba(71, 150, 241, .20), transparent 30%),
    linear-gradient(rgba(23, 104, 228, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 104, 228, .055) 1px, transparent 1px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 700'%3E%3Cg fill='none' stroke='%232b6fbe' stroke-opacity='.30' stroke-width='1.6'%3E%3Cpath d='M35 145L205 72L382 190L555 88L728 220L930 118L1165 238M55 535L228 392L408 524L588 350L770 505L985 362L1168 530M205 72L228 392M382 190L408 524M555 88L588 350M728 220L770 505M930 118L985 362'/%3E%3Cpath d='M35 145L228 392L382 190L588 350L728 220L985 362L1165 238M55 535L205 72M408 524L555 88M770 505L930 118' stroke-opacity='.17'/%3E%3C/g%3E%3Cg fill='%231768e4' fill-opacity='.42'%3E%3Ccircle cx='35' cy='145' r='3'/%3E%3Ccircle cx='205' cy='72' r='4'/%3E%3Ccircle cx='382' cy='190' r='3'/%3E%3Ccircle cx='555' cy='88' r='4'/%3E%3Ccircle cx='728' cy='220' r='3'/%3E%3Ccircle cx='930' cy='118' r='4'/%3E%3Ccircle cx='1165' cy='238' r='3'/%3E%3Ccircle cx='55' cy='535' r='3'/%3E%3Ccircle cx='228' cy='392' r='4'/%3E%3Ccircle cx='408' cy='524' r='3'/%3E%3Ccircle cx='588' cy='350' r='4'/%3E%3Ccircle cx='770' cy='505' r='3'/%3E%3Ccircle cx='985' cy='362' r='4'/%3E%3Ccircle cx='1168' cy='530' r='3'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center, center, center, center;
  background-size: auto, 38px 38px, 38px 38px, cover;
}

.hero::after {
  right: -220px;
  bottom: -310px;
  background: radial-gradient(circle, rgba(74, 148, 239, .24), transparent 68%);
}

.hero h1 { color: #10243f; text-shadow: none; }
.hero .eyebrow { color: #0d4eae; }
.hero .hero-lead { color: #405b78; }
.hero .trust-list { color: #2f4e70; }
.hero .trust-list li::before { color: #1768e4; }

.hero .button-primary {
  color: white;
  background: linear-gradient(135deg, #1768e4, #0d4eae);
  box-shadow: 0 13px 28px rgba(23, 104, 228, .23);
}

.hero .button-primary:hover { color: white; background: linear-gradient(135deg, #2479ed, #0b4295); }
.hero .button-secondary { color: #12345c; background: rgba(255, 255, 255, .72); border-color: rgba(35, 91, 158, .22); backdrop-filter: blur(9px); }
.hero .button-secondary:hover { background: rgba(255, 255, 255, .92); }

.button-whatsapp {
  color: white;
  background: linear-gradient(135deg, #22a663, #12834b);
  border-color: transparent;
  box-shadow: 0 12px 26px rgba(18, 131, 75, .20);
}

.button-whatsapp:hover { color: white; background: linear-gradient(135deg, #2bbd72, #0f7140); transform: translateY(-1px); }
nav .nav-whatsapp { color: #0b7c49; }

.whatsapp-fab {
  position: fixed;
  z-index: 30;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 18px;
  color: white;
  background: linear-gradient(135deg, #24b66d, #12834b);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(5, 65, 36, .28);
  font-size: 13px;
  font-weight: 850;
  transition: transform .18s ease, box-shadow .18s ease;
}

.whatsapp-fab:hover { color: white; box-shadow: 0 20px 44px rgba(5, 65, 36, .34); transform: translateY(-2px); }
.whatsapp-fab svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }

@media (prefers-reduced-motion: reduce) { .button-whatsapp, .whatsapp-fab { transition: none; } }

@media (max-width: 620px) {
  .whatsapp-fab { right: 16px; bottom: 16px; width: 52px; padding: 0; justify-content: center; }
  .whatsapp-fab span { display: none; }
}

/* DDC_BLUE_THEME_V4 — remove triangular mesh; retain soft blue grid */
.hero::before {
  background-image:
    radial-gradient(circle at 18% 20%, rgba(71, 150, 241, .20), transparent 30%),
    radial-gradient(circle at 84% 76%, rgba(71, 150, 241, .13), transparent 34%),
    linear-gradient(rgba(23, 104, 228, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 104, 228, .055) 1px, transparent 1px);
  background-position: center;
  background-size: auto, auto, 38px 38px, 38px 38px;
}
/* Public pages only: factual notice remains visible without JavaScript. */
.private-agency-notice { background: #eaf3ff; color: #123966; border-bottom: 1px solid #bfd3eb; padding: 14px 0; }
.private-agency-notice .shell { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 28px; }
.private-agency-notice p { margin: 0; font-size: 0.9375rem; line-height: 1.65; }
.private-agency-notice strong { font-size: 1rem; }
@media (max-width: 700px) { .private-agency-notice .shell { grid-template-columns: 1fr; gap: 8px; } }
