:root {
  --cc-navy: #173873;
  --cc-blue: #137ec1;
  --cc-teal: #32b897;
  --cc-orange: #f05b2a;
  --cc-ink: #18243b;
  --cc-muted: #58657a;
  --cc-line: #dce5ee;
  --cc-soft: #f3f7fa;
  --cc-warm: #fbf7f4;
  --cc-white: #ffffff;
  --cc-shadow: 0 16px 44px rgba(19, 46, 89, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.rebuild-page {
  margin: 0;
  color: var(--cc-ink);
  background: var(--cc-white);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.rebuild-page.modal-open { overflow: hidden; }
.rebuild-page img { display: block; max-width: 100%; }
.rebuild-page a { color: inherit; }
.rebuild-page .shell { width: min(100% - 40px, 1080px); margin-inline: auto; }

.rebuild-page .site-header {
  min-height: 54px;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #eaf0f5;
}

.rebuild-page .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 6px 0;
}

.rebuild-page .header-logo { width: 102px; height: auto; }
.rebuild-page .header-call {
  color: var(--cc-navy);
  font-family: Gilroy, Montserrat, Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.rebuild-page .header-call span { color: var(--cc-teal); }

.rebuild-page h1,
.rebuild-page h2,
.rebuild-page h3 {
  margin-top: 0;
  color: var(--cc-navy);
  font-family: Gilroy, Montserrat, Poppins, Arial, sans-serif;
  letter-spacing: -.025em;
}

.rebuild-page .hero {
  padding: 18px 0 30px;
  background:
    radial-gradient(circle at 50% -20%, rgba(50, 184, 151, .12), transparent 38%),
    linear-gradient(180deg, #fff 0%, #f6f9fb 100%);
  text-align: center;
}

.rebuild-page .hero .shell { max-width: 900px; }
.rebuild-page .hero-eyebrow,
.rebuild-page .section-kicker,
.rebuild-page .reset-kicker {
  margin: 0 0 7px;
  color: var(--cc-blue);
  font-family: Gilroy, Montserrat, Poppins, Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rebuild-page h1 {
  max-width: 850px;
  margin: 0 auto;
  font-size: clamp(38px, 4.2vw, 54px);
  font-weight: 900;
  line-height: 1.02;
  text-wrap: balance;
}

.ultimate-rebuild h1 { max-width: 780px; font-size: clamp(37px, 4vw, 52px); }
.rebuild-page .headline-line { display: block; white-space: normal; }
.rebuild-page .headline-accent { color: var(--cc-orange); }

.rebuild-page .subhead {
  max-width: 760px;
  margin: 10px auto 14px;
  color: #3d4a60;
  font-size: clamp(16px, 1.75vw, 20px);
  font-weight: 600;
  line-height: 1.38;
}
.rebuild-page .subhead strong { color: var(--cc-ink); }

.rebuild-page .proof-visual {
  position: relative;
  width: min(100%, 560px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(23, 56, 115, .15);
  border-radius: 8px;
  background: #e8edf1;
  box-shadow: 0 12px 30px rgba(19, 46, 89, .13);
}

.rebuild-page .proof-visual picture { display: block; height: 184px; }
.rebuild-page .proof-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.rebuild-page .proof-label {
  position: absolute;
  z-index: 2;
  top: 12px;
  padding: 7px 11px;
  color: #fff;
  background: rgba(13, 31, 65, .91);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(4, 16, 38, .22);
  font-family: Gilroy, Montserrat, Poppins, Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}
.rebuild-page .proof-label.before { left: 12px; }
.rebuild-page .proof-label.after { left: calc(50% + 12px); background: rgba(31, 139, 112, .94); }
.rebuild-page .proof-visual figcaption {
  padding: 5px 12px 6px;
  color: #657185;
  background: rgba(255, 255, 255, .98);
  font-size: 10px;
  line-height: 1.35;
  text-align: center;
}

.rebuild-page .trust-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  margin: 11px auto 12px;
  padding: 0;
  list-style: none;
}

.rebuild-page .trust-chips li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  color: #40506a;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.rebuild-page .trust-chips .check {
  display: inline;
  width: auto;
  height: auto;
  color: var(--cc-teal);
  background: transparent;
  border-radius: 0;
  font-size: 13px;
  font-weight: 900;
}

.rebuild-page .form-card,
.rebuild-page .modal-launch-card {
  width: min(100%, 620px);
  margin: 0 auto;
  padding: 12px 14px;
  border: 1px solid rgba(23, 56, 115, .13);
  border-radius: 13px;
  background: #fff;
  box-shadow: var(--cc-shadow);
  text-align: left;
}

.rebuild-page .form-intro,
.rebuild-page .modal-launch-card p {
  margin: 0 0 8px;
  color: var(--cc-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.rebuild-page .inline-field-grid { display: grid; grid-template-columns: 1fr; gap: 6px; }
.rebuild-page .inline-field label {
  display: block;
  margin: 0 0 2px;
  color: var(--cc-navy);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rebuild-page .inline-field input {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  color: var(--cc-ink);
  background: #fff;
  border: 1px solid #ccd8e5;
  border-radius: 8px;
  font: 600 14px/1.2 "Open Sans", Arial, sans-serif;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.rebuild-page .inline-field input:focus {
  border-color: var(--cc-teal);
  box-shadow: 0 0 0 3px rgba(50, 184, 151, .16);
}

.rebuild-page .form-lower { display: grid; gap: 7px; margin-top: 7px; }
.rebuild-page .form-consent {
  margin: 0;
  color: #6c7788;
  font-size: 9px;
  line-height: 1.35;
  text-align: center;
}
.rebuild-page .form-consent a { color: var(--cc-blue); }

.rebuild-page .form-submit,
.rebuild-page .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  color: #fff;
  background: linear-gradient(180deg, #2f9e83 0%, #2d8f77 100%);
  border: 0;
  border-radius: 9px;
  box-shadow: 0 14px 30px rgba(45, 143, 119, .34), inset 0 1px 0 rgba(255, 255, 255, .22);
  cursor: pointer;
  font-family: Gilroy, Montserrat, Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .015em;
  line-height: 1.22;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
}

.rebuild-page .form-submit { width: 100%; min-height: 58px; }
.rebuild-page .cta-button { min-height: 62px; }
.rebuild-page .form-submit:hover:not(:disabled),
.rebuild-page .cta-button:hover { box-shadow: 0 18px 38px rgba(45, 143, 119, .42), inset 0 1px 0 rgba(255, 255, 255, .22); }
.rebuild-page .form-submit:active,
.rebuild-page .cta-button:active { transform: translateY(1px); }
.rebuild-page .form-submit:disabled { cursor: default; opacity: .72; }
.rebuild-page .form-submit:focus-visible,
.rebuild-page .cta-button:focus-visible,
.rebuild-page .header-call:focus-visible,
.rebuild-page summary:focus-visible { outline: 3px solid rgba(19, 126, 193, .35); outline-offset: 3px; }

.rebuild-page .form-note,
.rebuild-page .form-status,
.rebuild-page .journey-cta-note {
  margin: 7px 0 0;
  color: #687487;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}
.rebuild-page .form-status.is-error { color: #a9382d; }
.rebuild-page .hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.rebuild-page .reviews-section,
.rebuild-page .mechanism-section,
.rebuild-page .reset-section,
.rebuild-page .process-section,
.rebuild-page .journey-section,
.rebuild-page .faq-section { padding: 56px 0; }

.rebuild-page .section-title {
  max-width: 760px;
  margin: 0 auto 30px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.08;
  text-align: center;
  text-wrap: balance;
}

.rebuild-page .reviews-section { background: var(--cc-warm); }
.rebuild-page .reviews-section .section-title { color: var(--cc-navy); }
.rebuild-page .review-grid,
.rebuild-page .process-grid,
.rebuild-page .journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }

.rebuild-page .review {
  margin: 0;
  padding: 4px 26px;
  background: transparent;
  border: 0;
  border-right: 1px solid #e2ddd9;
  border-radius: 0;
}
.rebuild-page .review:last-child { border-right: 0; }
.rebuild-page .stars {
  width: auto;
  display: block;
  margin-bottom: 10px;
  padding: 0;
  color: #eea000;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  letter-spacing: .08em;
}
.rebuild-page .review blockquote { margin: 0; color: #344057; font-size: 15px; line-height: 1.58; }
.rebuild-page .review footer { margin-top: 14px; color: var(--cc-navy); font-size: 12px; font-weight: 800; }

.rebuild-page .mechanism-section { background: #fff; }
.rebuild-page .mechanism-copy { max-width: 760px; margin: 0 auto; text-align: center; }
.rebuild-page .mechanism-copy h2,
.rebuild-page .reset-copy h2,
.rebuild-page .journey-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(29px, 3.4vw, 42px);
  line-height: 1.08;
  text-wrap: balance;
}
.rebuild-page .mechanism-copy p,
.rebuild-page .reset-copy p,
.rebuild-page .journey-heading p { color: var(--cc-muted); font-size: 16px; line-height: 1.65; }

.rebuild-page .reset-section { background: var(--cc-soft); }
.rebuild-page .reset-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 48px;
  align-items: start;
}
.rebuild-page .reset-copy { max-width: 760px; margin: 0 auto; text-align: left; }
.rebuild-page .reset-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.rebuild-page .reset-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 11px;
  padding: 14px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--cc-line);
  border-radius: 0;
}
.rebuild-page .reset-list li:first-child { padding-top: 2px; }
.rebuild-page .reset-list strong { display: block; margin-bottom: 4px; color: var(--cc-navy); }
.rebuild-page .reset-list span span { display: block; color: var(--cc-muted); font-size: 14px; line-height: 1.5; }
.rebuild-page .reset-check { display: grid; width: 22px; height: 22px; place-items: center; color: #fff; background: var(--cc-teal); border-radius: 50%; font-weight: 900; }
.rebuild-page .guarantee-item {
  grid-template-columns: 1fr !important;
  margin-top: 12px;
  padding: 17px 18px !important;
  border: 1px solid rgba(50, 184, 151, .42) !important;
  border-radius: 11px !important;
  background: #eaf8f4 !important;
}
.rebuild-page .guarantee-kicker { color: #168469 !important; font-size: 10px !important; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }

.rebuild-page .process-section { background: var(--cc-soft); }
.rebuild-page .process-step,
.rebuild-page .journey-step {
  margin: 0;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--cc-line);
  border-right: 0;
  border-radius: 0;
}
.rebuild-page .process-step:first-child,
.rebuild-page .journey-step:first-child { border-radius: 12px 0 0 12px; }
.rebuild-page .process-step:last-child,
.rebuild-page .journey-step:last-child { border-right: 1px solid var(--cc-line); border-radius: 0 12px 12px 0; }
.rebuild-page .step-number,
.rebuild-page .journey-number { display: block; margin-bottom: 10px; color: var(--cc-teal); font-family: Gilroy, Montserrat, Poppins, Arial, sans-serif; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.rebuild-page .journey-number {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  color: var(--cc-teal);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.rebuild-page .process-step h3,
.rebuild-page .journey-step h3 { margin-bottom: 8px; font-size: 19px; }
.rebuild-page .process-step p,
.rebuild-page .journey-step p { margin: 0; color: var(--cc-muted); font-size: 14px; line-height: 1.55; }
.rebuild-page .journey-section { background: #fff; }
.rebuild-page .journey-heading { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.rebuild-page .process-cta-wrap { margin-top: 26px; text-align: center; }

.rebuild-page .faq-section { background: #fff; }
.rebuild-page .faq-list { max-width: 780px; margin: 0 auto; border-top: 1px solid var(--cc-line); }
.rebuild-page .faq-item { border-bottom: 1px solid var(--cc-line); }
.rebuild-page .faq-item summary { padding: 17px 2px; color: var(--cc-navy); cursor: pointer; font-family: Gilroy, Montserrat, Poppins, Arial, sans-serif; font-size: 17px; font-weight: 800; }
.rebuild-page .faq-item p { margin: 0; padding: 0 2px 18px; color: var(--cc-muted); font-size: 14px; line-height: 1.6; }

.rebuild-page .site-footer { padding: 24px 0; color: #d9e5f7; background: #132f64; }
.rebuild-page .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.rebuild-page .footer-logo-wrap {
  flex: 0 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.rebuild-page .footer-logo { width: 132px; height: auto; filter: none; }
.rebuild-page .footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 8px 18px; color: #c7d4e9; font-size: 11px; }
.rebuild-page .footer-links a { color: #fff; text-underline-offset: 3px; }

.rebuild-page .thank-you-panel { padding: 22px; border-radius: 12px; background: #eff9f6; text-align: center; }
.rebuild-page .thank-you-panel strong { display: block; margin-bottom: 8px; color: var(--cc-navy); font-size: 20px; }
.rebuild-page .thank-you-panel p { margin: 0; color: var(--cc-muted); font-size: 14px; line-height: 1.5; }
.rebuild-page .thank-you-panel p + p { margin-top: 9px; }

.rebuild-page .inline-form-slot,
.rebuild-page .modal-launch-card { display: none; }
html[data-form-presentation="inline"] .rebuild-page .inline-form-slot { display: block; }
html[data-form-presentation="modal"] .rebuild-page .modal-launch-card { display: block; text-align: center; padding: 14px; }
.rebuild-page .modal-launch-card p { margin: 8px 0 0; }

.rebuild-page .quote-modal[hidden] { display: none; }
.rebuild-page .quote-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(10, 27, 60, .78);
  backdrop-filter: blur(7px);
}
.rebuild-page .quote-modal-card {
  position: relative;
  width: min(100%, 650px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(5, 15, 42, .42);
  text-align: center;
}
.rebuild-page .quote-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  color: var(--cc-navy);
  background: #edf3f8;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}
.rebuild-page .quote-modal-logo { width: 98px; height: auto; margin: 0 auto 5px; }
.rebuild-page .quote-modal-card h2 { margin: 0 38px 8px; font-size: 27px; }
.rebuild-page .quote-modal-card > p { max-width: 500px; margin: 0 auto 14px; color: var(--cc-muted); font-size: 13px; line-height: 1.45; }
.rebuild-page .quote-modal-card .form-card { width: 100%; padding: 0; border: 0; box-shadow: none; }
.rebuild-page .quote-modal-card .form-intro { display: none; }

@media (min-width: 601px) and (max-height: 799px) {
  .rebuild-page .site-header { min-height: 44px; }
  .rebuild-page .header-logo { width: 84px; }
  .rebuild-page .hero { padding: 6px 0 10px; }
  .rebuild-page h1 { font-size: clamp(34px, 3.7vw, 46px); }
  .ultimate-rebuild h1 { font-size: clamp(33px, 3.5vw, 44px); }
  .rebuild-page .subhead { margin: 4px auto 6px; font-size: 16px; }
  .rebuild-page .proof-visual picture { height: 122px; }
  .rebuild-page .proof-visual figcaption { padding: 3px 10px 4px; font-size: 9px; }
  .rebuild-page .trust-chips { margin: 6px auto 7px; }
  .rebuild-page .form-card,
  .rebuild-page .modal-launch-card { padding: 6px 12px; }
  .rebuild-page .inline-field-grid { gap: 4px; }
  .rebuild-page .inline-field input { min-height: 34px; }
  .rebuild-page .form-consent { font-size: 8px; line-height: 1.2; }
  .rebuild-page .form-submit { min-height: 58px; }
  .rebuild-page .cta-button { min-height: 60px; }
  .rebuild-page .form-note { margin-top: 4px; }
}

@media (max-width: 820px) {
  .rebuild-page .proof-visual { width: min(100%, 620px); }
  .rebuild-page .reset-grid { grid-template-columns: 1fr; gap: 28px; }
  .rebuild-page .reset-copy { text-align: center; }
  .rebuild-page .review-grid,
  .rebuild-page .process-grid,
  .rebuild-page .journey-grid { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
  .rebuild-page .review { padding: 22px 4px; border-right: 0; border-bottom: 1px solid #e2ddd9; }
  .rebuild-page .review:first-child { padding-top: 0; }
  .rebuild-page .review:last-child { padding-bottom: 0; border-bottom: 0; }
  .rebuild-page .process-step,
  .rebuild-page .journey-step { border-right: 1px solid var(--cc-line); border-bottom: 0; }
  .rebuild-page .process-step:first-child,
  .rebuild-page .journey-step:first-child { border-radius: 12px 12px 0 0; }
  .rebuild-page .process-step:last-child,
  .rebuild-page .journey-step:last-child { border-bottom: 1px solid var(--cc-line); border-radius: 0 0 12px 12px; }
}

@media (max-width: 600px) {
  .rebuild-page .shell { width: min(100% - 24px, 1080px); }
  .rebuild-page .site-header { min-height: 50px; }
  .rebuild-page .header-logo { width: 90px; }
  .rebuild-page .header-call { font-size: 11px; }
  .rebuild-page .hero { padding: 12px 0 20px; }
  .rebuild-page .hero-eyebrow { margin-bottom: 5px; font-size: 10px; }
  .rebuild-page h1 { font-size: 33px; line-height: 1.02; }
  .ultimate-rebuild h1 { font-size: 31px; }
  .rebuild-page .subhead { margin: 8px auto 10px; font-size: 15px; line-height: 1.35; }
  .rebuild-page .proof-visual { border-radius: 7px; }
  .rebuild-page .proof-visual picture { height: 176px; }
  .rebuild-page .proof-label { top: 7px; padding: 5px 8px; font-size: 9px; }
  .rebuild-page .proof-label.before { left: 7px; }
  .rebuild-page .proof-label.after { left: calc(50% + 7px); }
  .rebuild-page .proof-visual figcaption { padding: 4px 7px 5px; font-size: 8.5px; }
  .rebuild-page .trust-chips { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; gap: 4px; margin: 8px auto 9px; }
  .rebuild-page .trust-chips li { justify-content: center; gap: 3px; font-size: 8px; line-height: 1.15; }
  .rebuild-page .trust-chips .check { font-size: 10px; }
  .rebuild-page .form-card,
  .rebuild-page .modal-launch-card { padding: 9px 10px; border-radius: 11px; }
  .rebuild-page .form-intro { margin-bottom: 7px; font-size: 11px; }
  .rebuild-page .inline-field-grid { gap: 5px; }
  .rebuild-page .inline-field input { min-height: 38px; font-size: 13px; }
  .rebuild-page .form-consent { font-size: 8px; line-height: 1.25; }
  .rebuild-page .form-submit { min-height: 58px; padding: 10px 16px; font-size: 14px; }
  .rebuild-page .cta-button { min-height: 60px; padding: 10px 16px; font-size: 14px; }
  .rebuild-page .form-note { margin-top: 5px; font-size: 9px; }
  .rebuild-page .reviews-section,
  .rebuild-page .mechanism-section,
  .rebuild-page .reset-section,
  .rebuild-page .process-section,
  .rebuild-page .journey-section,
  .rebuild-page .faq-section { padding: 44px 0; }
  .rebuild-page .section-title,
  .rebuild-page .mechanism-copy h2,
  .rebuild-page .reset-copy h2,
  .rebuild-page .journey-heading h2 { font-size: 29px; }
  .rebuild-page .footer-inner { flex-direction: column; gap: 13px; text-align: center; }
  .rebuild-page .footer-logo { width: 120px; }
  .rebuild-page .footer-links { justify-content: center; gap: 7px 14px; }
  .rebuild-page .quote-modal { align-items: stretch; padding: 0; }
  .rebuild-page .quote-modal-card { width: 100%; max-height: none; min-height: 100%; padding: 18px 12px 24px; border-radius: 0; }
  .rebuild-page .quote-modal-card h2 { margin-top: 4px; font-size: 24px; }
  .rebuild-page .quote-modal-logo { width: 82px; }
}

@media (max-width: 360px) {
  .rebuild-page h1 { font-size: 29px; }
  .ultimate-rebuild h1 { font-size: 28px; }
  .rebuild-page .proof-visual picture { height: 164px; }
  .rebuild-page .trust-chips li { font-size: 7.5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rebuild-page * { transition: none !important; }
}
