:root {
  --green: #00857c;
  --green-dark: #006b63;
  --ink: #14233a;
  --ink-soft: #4a5a72;
  --line: #d9e0ea;
  --bg: #f4f7fa;
  --soft: #e6f4f1;
  --white: #ffffff;
  --error: #d23b3b;
  --radius: 14px;
  --shadow: 0 6px 24px rgba(20, 35, 58, 0.08);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
}

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

a { color: var(--green); text-decoration: none; }
a:hover { text-decoration: underline; }

img.photo { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: var(--radius); }

.eyebrow { color: var(--green); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 13px; margin: 0 0 10px; }
.section-title { text-align: center; font-size: clamp(24px, 3.5vw, 34px); letter-spacing: -0.02em; margin: 0 0 8px; }
.section-sub { text-align: center; color: var(--ink-soft); font-size: 17px; margin: 0 auto 32px; max-width: 620px; }
.kicker { color: var(--green); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 12.5px; margin: 0 0 6px; }

/* ===== Header ===== */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 84px; }
.brand { display: flex; align-items: center; gap: 8px; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand-logo { height: 64px; width: auto; display: block; }
.brand { flex: 0 0 auto; }
/* Full-width header so the logo hugs the true left edge of the window */
.site-header .container { max-width: 100%; padding-left: 12px; padding-right: 20px; }
.brand { margin-left: 0; }
.brand-mark { font-size: 26px; color: var(--green); }
.brand-name { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
.brand-name strong { color: var(--green); font-weight: 800; }
.header-call { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.call-label { font-size: 11.5px; color: var(--ink-soft); font-weight: 600; }
.header-compliance { flex: 1 1 auto; display: flex; flex-wrap: wrap; gap: 10px 40px; justify-content: center; }
.header-compliance a { color: var(--ink-soft); font-size: 13px; font-weight: 600; }
.header-compliance a:hover { color: var(--green); }

/* ===== Progress ===== */
.progress-bar { background: var(--white); border-bottom: 1px solid var(--line); padding: 18px 0; }
.steps { list-style: none; display: flex; justify-content: space-between; margin: 0; padding: 0; }
.step { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; position: relative; color: var(--ink-soft); font-size: 13px; font-weight: 500; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 14px; left: 50%; width: 100%; height: 2px; background: var(--line); z-index: 0; }
.step.done:not(:last-child)::after { background: var(--green); }
.dot { width: 28px; height: 28px; border-radius: 50%; background: var(--white); border: 2px solid var(--line); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; position: relative; z-index: 1; }
.step.done .dot { background: var(--green); border-color: var(--green); color: #fff; }
.step.active .dot { border-color: var(--green); color: var(--green); }
.step.active .label { color: var(--green); font-weight: 600; }

/* ===== Hero ===== */
.hero { background: linear-gradient(180deg, var(--soft), var(--white)); padding: 56px 0; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero-copy h1 { font-size: clamp(30px, 5vw, 50px); line-height: 1.08; letter-spacing: -0.03em; margin: 0 0 16px; }
.hero-copy .lede { color: var(--ink-soft); font-size: 19px; margin: 0 0 26px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-hours { margin: 14px 0 0; color: var(--ink-soft); font-size: 13px; font-weight: 600; }
.hero-quote { margin: 18px 0 0; color: var(--ink-soft); font-style: italic; font-size: 15px; }
.hero-media { aspect-ratio: 720 / 620; }
.compat { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.compat img { height: 46px; width: auto; border-radius: 6px; }
.compat span { color: var(--ink-soft); font-size: 12.5px; }

/* ===== Intro band ===== */
.intro-band { padding: 64px 0; }
.intro-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: center; }
.intro-media { aspect-ratio: 520 / 420; }
.intro-copy h2 { font-size: clamp(24px, 3.5vw, 34px); letter-spacing: -0.02em; margin: 0 0 14px; }
.intro-copy p { color: var(--ink-soft); font-size: 17px; margin: 0; }

/* ===== Benefits ===== */
.benefits { padding: 24px 20px 64px; display: flex; flex-direction: column; gap: 56px; }
.benefit { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.benefit.reverse .benefit-media { order: 2; }
.benefit-media { aspect-ratio: 560 / 420; }
.benefit-copy h3 { font-size: clamp(22px, 3vw, 30px); letter-spacing: -0.02em; margin: 0 0 12px; }
.benefit-copy p { color: var(--ink-soft); font-size: 17px; margin: 0; }

/* ===== Testimonials ===== */
.testimonials { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 64px 0; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testimonial { margin: 0; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; text-align: center; }
.testimonial .avatar { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; margin: 0 auto 16px; display: block; }
.testimonial blockquote { margin: 0 0 14px; font-size: 16.5px; }
.testimonial figcaption { color: var(--green); font-weight: 700; font-size: 14px; }

/* ===== Q&A ===== */
.qa { padding: 64px 0; }
.qa-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.qa-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.qa-icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 12px; background: var(--soft); color: var(--green); margin-bottom: 16px; }
.qa-item h3 { font-size: 19px; margin: 0 0 8px; }
.qa-item p { color: var(--ink-soft); font-size: 15.5px; margin: 0; }

/* ===== Form ===== */
.page { padding: 24px 20px 56px; }
.form-intro { text-align: center; max-width: 640px; margin: 0 auto 32px; }
.form-intro h2 { font-size: clamp(26px, 4vw, 36px); letter-spacing: -0.02em; margin: 0 0 12px; }

.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form { padding: 32px; scroll-margin-top: 90px; }
.form-section { border: none; padding: 0; margin: 0 0 32px; }
.form-section legend { font-size: 18px; font-weight: 700; padding: 0; margin-bottom: 18px; width: 100%; border-bottom: 1px solid var(--line); padding-bottom: 10px; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full, .full { grid-column: 1 / -1; }

label { font-size: 14px; font-weight: 600; color: var(--ink); }
.req { color: var(--error); }

input[type="text"], input[type="email"], input[type="tel"], input[type="date"], select {
  font: inherit; padding: 11px 12px; border: 1px solid var(--line); border-radius: 8px;
  background: var(--white); color: var(--ink); transition: border-color .15s, box-shadow .15s; width: 100%;
}
input:focus, select:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(0, 133, 124, 0.15); }
input.invalid, select.invalid { border-color: var(--error); }
.field .err-msg { color: var(--error); font-size: 12.5px; font-weight: 500; display: none; }
.field.has-error .err-msg { display: block; }

.radio-row { display: flex; gap: 24px; }
.radio-row.wrap { flex-wrap: wrap; gap: 12px 24px; }
.radio { display: flex; align-items: center; gap: 8px; font-weight: 500; }
.radio input { accent-color: var(--green); }

/* ===== Consent ===== */
.consent { margin: 8px 0 28px; padding: 16px; background: var(--bg); border-radius: 8px; display: flex; flex-direction: column; gap: 12px; }
.checkbox { display: flex; gap: 12px; align-items: flex-start; font-weight: 400; font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }
.checkbox input { margin-top: 3px; width: 18px; height: 18px; flex-shrink: 0; accent-color: var(--green); }

/* ===== Buttons ===== */
.btn { font: inherit; font-weight: 600; padding: 12px 28px; border-radius: 999px; border: 1px solid transparent; cursor: pointer; display: inline-block; transition: background .15s, color .15s, border-color .15s; }
.btn-sm { padding: 8px 18px; font-size: 14px; }
.btn-lg { padding: 15px 38px; font-size: 17px; }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-dark); text-decoration: none; }
.btn-ghost { background: transparent; color: var(--green); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--green); }
.btn-block { width: 100%; }
.btn-call { background: #1f9d57; color: #fff; display: inline-flex; align-items: center; gap: 8px; }
.btn-call:hover { background: #178045; text-decoration: none; }
.btn-call svg { flex-shrink: 0; }

.actions { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.form-status { max-width: 1080px; margin: 20px auto 0; padding: 14px 18px; border-radius: 8px; background: var(--soft); color: var(--green-dark); font-weight: 600; text-align: center; }

/* Big prominent success state */
.form-status-success {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 40px 24px; border: 2px solid var(--green);
  background: var(--soft); border-radius: var(--radius);
}
.form-status-success .success-check {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--green); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 34px; line-height: 1; margin-bottom: 6px;
}
.form-status-success .success-title { font-size: 26px; font-weight: 800; color: var(--green-dark); letter-spacing: -0.01em; }
.form-status-success .success-sub { font-size: 16px; font-weight: 500; color: var(--ink-soft); }

/* ===== Support ===== */
.support { background: var(--green); color: #fff; padding: 48px 0; text-align: center; }
.support h2 { margin: 0 0 6px; font-size: 28px; }
.support p { margin: 0 0 16px; opacity: .9; }
.support .phone { color: #fff; font-size: 34px; font-weight: 800; letter-spacing: -0.01em; }
.support .phone:hover { text-decoration: none; opacity: .9; }
.support-hours { margin: 12px 0 0; font-size: 13px; opacity: .85; }

/* ===== Legal / compliance pages ===== */
.legal-page { max-width: 820px; padding: 48px 20px 64px; }
.legal-page h1 { font-size: clamp(26px, 4vw, 36px); letter-spacing: -0.02em; margin: 0 0 6px; }
.legal-updated { color: var(--ink-soft); font-size: 14px; margin: 0 0 28px; }
.legal-page h2 { font-size: 20px; margin: 32px 0 10px; }
.legal-page p, .legal-page li { color: var(--ink-soft); font-size: 15.5px; line-height: 1.7; }
.legal-page ul { padding-left: 20px; margin: 0 0 12px; }
.legal-page li { margin-bottom: 8px; }
.legal-note { margin-top: 32px; padding: 14px 16px; background: var(--bg); border-radius: 8px; font-size: 13px; }
.legal-divider { border: none; border-top: 1px solid var(--line); margin: 32px 0; }
.legal-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; margin-top: 8px; }

/* ===== Sticky mobile tap-to-call bar ===== */
.call-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 50;
  display: none; align-items: center; justify-content: center; gap: 10px;
  background: #1f9d57; color: #fff; font-weight: 700; font-size: 17px;
  padding: 14px 16px; box-shadow: 0 -2px 12px rgba(0,0,0,.18);
}
.call-bar:hover { text-decoration: none; color: #fff; }

/* ===== Footer ===== */
.site-footer { background: var(--ink); color: #cdd6e2; padding: 40px 0 28px; }
.disclaimer { color: var(--ink-soft); font-size: 12px; line-height: 1.6; margin-bottom: 18px; }
.disclaimer p { margin: 0 0 8px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; color: var(--ink-soft); }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.footer-inner nav a { color: var(--ink-soft); }
.compliance-nav a { font-weight: 600; }

/* ===== Standard site footer (shared on every page) ===== */
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 32px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-logo { height: 52px; width: auto; display: block; margin-bottom: 14px; background: #fff; padding: 8px 12px; border-radius: 10px; }
.footer-brand p { color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.6; margin: 0; max-width: 320px; }
.footer-col h4 { font-size: 14px; margin: 0 0 12px; color: #fff; text-transform: uppercase; letter-spacing: .05em; }
.footer-contact p { margin: 0 0 8px; font-size: 14px; color: rgba(255,255,255,.7); }
.footer-contact a { color: #6fd0c6; }
.footer-contact a:hover { color: #fff; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links a { color: rgba(255,255,255,.7); font-weight: 600; font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-disclaimer { color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.6; margin: 18px 0 0; }
.footer-bottom { padding-top: 16px; font-size: 13px; color: rgba(255,255,255,.6); }
.footer-bottom p { margin: 0; }
@media (max-width: 820px) {
  .footer-top { grid-template-columns: 1fr; gap: 22px; }
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .header-compliance { display: none; }
}
@media (max-width: 820px) {
  .hero-inner, .intro-inner, .benefit { grid-template-columns: 1fr; gap: 28px; }
  .benefit.reverse .benefit-media { order: 0; }
  .testimonial-grid, .qa-grid { grid-template-columns: 1fr; }
  .hero { padding: 40px 0; }
}
@media (max-width: 640px) {
  .grid-2 { grid-template-columns: 1fr; }
  .step .label { display: none; }
  .form { padding: 22px; }
  .footer-inner { flex-direction: column; text-align: center; }
  /* Show the tap-to-call bar on phones and keep content clear of it */
  .call-bar { display: flex; }
  body { padding-bottom: 60px; }
  .call-label { display: none; }
  .header-call .btn-call { padding: 8px 12px; }
  .hero-cta .btn { width: 100%; justify-content: center; text-align: center; }
}
