:root {
  --navy: #1e2a3a;
  --navy-deep: #16202d;
  --orange: #c17a1f;
  --orange-dark: #a3660f;
  --gold: #d8ab5c;
  --cream: #f7f5f1;
  --ink: #1e1e1c;
  --muted: #5a6472;
  --white: #ffffff;
  --line: #e2e1dc;
  --radius: 6px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Manrope', system-ui, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}
h1, h2, h3, h4 { font-family: 'Source Serif 4', Georgia, serif; line-height: 1.3; font-weight: 600; }
img { max-width: 100%; }
a { color: inherit; }

/* Banner */
.banner-2025 {
  background: var(--navy-deep);
  color: #cdd6e0;
  text-align: center;
  padding: 9px 16px;
  font-size: 0.86rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.banner-2025 strong { color: var(--white); font-weight: 700; }

/* Header */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 28px;
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
}
.logo { height: 56px; width: auto; display: block; }
.header-nav { display: flex; gap: 26px; font-weight: 600; font-size: 0.94rem; }
.header-nav a { text-decoration: none; color: var(--navy); }
.header-nav a:hover { color: var(--orange); }
.header-contact { display: flex; align-items: center; gap: 18px; }
.header-email { font-weight: 600; color: var(--navy); text-decoration: none; font-size: 0.92rem; }
.header-email:hover { color: var(--orange); }

/* Buttons */
.btn {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  text-decoration: none;
  border: 1.5px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
  text-align: center;
  letter-spacing: 0.01em;
}
.btn-primary { background: var(--navy); color: var(--white); padding: 13px 26px; font-size: 1rem; }
.btn-primary:hover { background: var(--navy-deep); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); padding: 13px 26px; font-size: 1rem; }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-sm { padding: 9px 18px; font-size: 0.9rem; }
.btn-lg { padding: 15px 30px; font-size: 1.02rem; }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.7); padding: 13px 26px; }
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: var(--white); }

/* Hero */
.hero {
  position: relative;
  min-height: 74vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('/assets/hero.jpg') center/cover no-repeat;
}
.hero-overlay { position: absolute; inset: 0; background: rgba(20, 28, 38, .58); }
.hero-content { position: relative; text-align: center; max-width: 820px; padding: 80px 24px; color: var(--white); }
.hero h1 { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 600; margin-bottom: 20px; }
.hero-sub { font-family: 'Manrope', sans-serif; font-size: clamp(1rem, 1.6vw, 1.18rem); margin-bottom: 32px; color: #e3e7ec; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; }
.hero-badges { display: flex; gap: 10px; justify-content: center; list-style: none; flex-wrap: wrap; font-weight: 600; font-size: 0.88rem; color: #d3d9e0; }
.hero-badges li { padding: 4px 0; }
.hero-badges li:not(:last-child)::after { content: "·"; margin-left: 10px; color: rgba(255,255,255,.4); }

/* Credentials strip */
.credentials-strip { background: var(--navy-deep); padding: 26px 24px; }
.credentials-inner { max-width: 1080px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 56px; flex-wrap: wrap; }
.cred-item { display: flex; align-items: baseline; gap: 10px; }
.cred-num { font-family: 'Source Serif 4', serif; font-weight: 700; color: var(--gold); font-size: 1.1rem; }
.cred-label { color: #b9c3cf; font-size: 0.86rem; }

/* Sections */
.section { padding: 76px 24px; }
.section h2 { text-align: center; font-size: clamp(1.55rem, 2.8vw, 2.1rem); margin-bottom: 14px; }
.section-sub { text-align: center; color: var(--muted); margin-bottom: 40px; font-size: 1.02rem; }
.section-light { background: var(--white); }
.section-light h2 { color: var(--navy); }
.section-cream { background: var(--cream); }
.section-cream h2 { color: var(--navy); }
.section-navy { background: var(--navy); color: var(--white); }
.section-navy h2 { color: var(--white); }
.section-cta { text-align: center; margin-top: 40px; }

/* Editorial list (What is Title 24) */
.editorial { max-width: 880px; margin: 40px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 34px 48px; }
.editorial-item { border-top: 2px solid var(--navy); padding-top: 14px; }
.editorial-item h3 { color: var(--navy); font-size: 1.05rem; margin-bottom: 8px; }
.editorial-item p { color: var(--muted); font-size: 0.96rem; }

/* Services list */
.service-list { max-width: 860px; margin: 40px auto 0; }
.service-row { display: grid; grid-template-columns: 280px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.service-row:last-child { border-bottom: none; }
.service-row h3 { color: var(--gold); font-size: 1.05rem; font-weight: 600; }
.service-row p { color: #c8d2de; font-size: 0.95rem; }

/* Why list */
.why-list { max-width: 760px; margin: 40px auto 0; }
.why-row { display: grid; grid-template-columns: 220px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.why-row:last-child { border-bottom: none; }
.why-row h3 { color: var(--navy); font-size: 1rem; font-weight: 700; }
.why-row p { color: var(--muted); font-size: 0.95rem; }
.plan-review-note { max-width: 760px; margin: 40px auto 0; padding: 26px 30px; border: 1.5px solid var(--navy); border-radius: var(--radius); text-align: center; }
.plan-review-note h3 { color: var(--navy); font-size: 1.05rem; margin-bottom: 8px; }
.plan-review-note p { color: var(--muted); margin-bottom: 16px; font-size: 0.95rem; }

/* Testimonials */
.quote-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; max-width: 1120px; margin: 40px auto 0; }
blockquote { background: var(--white); padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); font-style: italic; color: var(--ink); }
blockquote footer { margin-top: 18px; font-style: normal; font-weight: 700; color: var(--navy); font-size: 0.86rem; font-family: 'Manrope'; }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1px; max-width: 1080px; margin: 30px auto 0; background: var(--line); border: 1px solid var(--line); }
.price-card { background: var(--white); padding: 30px 26px; text-align: center; }
.price-card h3 { color: var(--navy); font-size: 1rem; font-weight: 700; margin-bottom: 8px; font-family: 'Manrope'; }
.price-card p { color: var(--muted); font-size: 0.9rem; margin-bottom: 18px; }
.price { font-family: 'Source Serif 4', serif; font-size: 1.5rem; font-weight: 600; color: var(--navy); }
.price-range { font-size: 0.82rem; color: var(--muted); margin-top: 4px; }
.pricing-notes { max-width: 720px; margin: 44px auto 0; border-left: 3px solid var(--navy); padding: 4px 0 4px 26px; }
.pricing-notes h4 { color: var(--navy); margin-bottom: 12px; font-size: 1.02rem; }
.pricing-notes ul { padding-left: 18px; color: var(--muted); }
.pricing-notes li { margin-bottom: 8px; font-size: 0.95rem; }
.pricing-notes li strong { color: var(--navy); }
.pricing-final-note { margin-top: 16px; font-weight: 700; color: var(--navy); font-size: 0.92rem; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 0; max-width: 960px; margin: 46px auto 0; }
.step { text-align: center; position: relative; padding: 20px 30px; border-left: 1px solid rgba(255,255,255,.14); }
.step:first-child { border-left: none; }
.step img { height: 48px; width: auto; margin-bottom: 14px; opacity: 0.9; }
.step-num { display: inline-block; color: var(--gold); font-family: 'Source Serif 4', serif; font-weight: 700; font-size: 0.85rem; margin-bottom: 6px; }
.step h3 { color: var(--white); font-size: 1.02rem; margin-bottom: 8px; font-weight: 600; }
.step p { color: #c8d2de; font-size: 0.92rem; }

/* FAQ */
.faq-list { max-width: 760px; margin: 36px auto 0; }
details { border-bottom: 1px solid var(--line); padding: 16px 4px; }
summary { font-family: 'Manrope'; font-weight: 700; color: var(--navy); cursor: pointer; font-size: 0.98rem; }
details p { margin-top: 12px; color: var(--muted); font-size: 0.95rem; }

/* Form */
.lead-form { max-width: 740px; margin: 0 auto; background: var(--white); padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.lead-form label { display: flex; flex-direction: column; gap: 6px; font-weight: 700; color: var(--navy); font-size: 0.9rem; }
.lead-form label.full { margin-bottom: 22px; }
.opt { font-weight: 400; color: var(--muted); }
.lead-form input, .lead-form select, .lead-form textarea {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  padding: 11px 13px;
  border: 1.5px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
}
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus {
  outline: none; border-color: var(--navy);
}
.lead-form input[type="file"] { padding: 9px 10px; font-size: 0.92rem; }
.file-list { font-weight: 400; color: var(--muted); font-size: 0.85rem; margin-top: 4px; }
.lead-form button { width: 100%; margin-top: 6px; }
.form-note { text-align: center; margin-top: 16px; color: var(--muted); font-size: 0.9rem; }
.form-note a { color: var(--navy); font-weight: 700; }
#form-status { text-align: center; margin-top: 14px; font-weight: 700; min-height: 24px; }
#form-status.ok { color: #1a7a3e; }
#form-status.err { color: #c0392b; }

/* Footer */
.site-footer { background: var(--navy-deep); color: #c8d2de; padding: 52px 24px 28px; text-align: center; }
.footer-logo { height: 72px; width: auto; margin-bottom: 26px; opacity: 0.95; }
.footer-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; max-width: 900px; margin: 0 auto 34px; text-align: left; }
.footer-cols h4 { color: var(--gold); margin-bottom: 10px; font-size: 0.98rem; }
.footer-cols a { color: var(--white); }
.footer-fine { font-size: 0.8rem; color: #7d8896; }

@media (max-width: 760px) {
  .header-nav { display: none; }
  .header-email { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .lead-form { padding: 24px 18px; }
  .hero { min-height: 66vh; }
  .editorial { grid-template-columns: 1fr; }
  .service-row, .why-row { grid-template-columns: 1fr; gap: 6px; }
  .step { border-left: none; border-top: 1px solid rgba(255,255,255,.14); }
  .step:first-child { border-top: none; }
}
