:root {
  --ink: #1c1c1c;
  --forest: #1a3d2b;
  --forest-2: #1e4f35;
  --mint: #e5eee7;
  --cream: #f6f1e6;
  --paper: #faf8f3;
  --gold: #c9a24e;
  --gold-hover: #d9b262;
  --muted: #5e5e5e;
  --line: #d8d0c0;
  --danger: #a12626;
  --shadow: 0 22px 65px rgba(17, 47, 39, .14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: var(--forest-2); text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.top-bar {
  min-height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 18px;
  background: var(--gold);
  color: #173326;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  text-align: center;
}
.top-bar a { color: #173326; text-decoration: none; }
.top-bar a:hover { text-decoration: underline; }
.site-header { min-height: 80px; background: var(--cream); border-bottom: 1px solid var(--line); display: flex; align-items: center; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; color: var(--forest); text-decoration: none; }
.brand img { display: block; width: 178px; height: auto; }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; text-decoration: none; }
.header-phone span { font-size: 12px; color: var(--muted); }
.header-phone strong { color: var(--forest); font-size: 20px; }
.hero {
  position: relative;
  padding: 70px 0 76px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(12,48,36,.94) 0%, rgba(17,58,45,.86) 48%, rgba(17,58,45,.64) 100%),
    url('/images/jshb-hero.webp') center / cover no-repeat;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .78fr); gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: #8b5e1b; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: 12px; }
.hero .eyebrow { color: var(--gold-hover); }
.eyebrow.center { text-align: center; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; color: var(--forest); line-height: 1.08; }
h1 { margin: 0; font-size: clamp(44px, 5.2vw, 68px); letter-spacing: -.035em; max-width: 760px; }
.hero h1 { color: white; text-shadow: 0 2px 18px rgba(0,0,0,.18); }
.lede { max-width: 700px; margin: 25px 0 28px; font-size: 20px; line-height: 1.6; color: rgba(255,255,255,.92); }
.proof-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.proof-list li { display: flex; gap: 12px; align-items: flex-start; color: white; font-weight: 700; line-height: 1.45; }
.proof-list span { flex: 0 0 auto; width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--forest); font-size: 13px; }
.mobile-call { display: none; }
.lead-card { background: rgba(20,61,45,.97); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; padding: 29px; box-shadow: 0 22px 65px rgba(0,0,0,.28); min-height: 565px; color: white; }
.form-step-label { display: flex; justify-content: space-between; gap: 10px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.2); color: #cfddd5; font-size: 12px; font-weight: 700; }
.lead-card h2 { margin: 24px 0 8px; color: white; font-size: 32px; letter-spacing: -.02em; }
.lead-card h2 + p { margin: 0 0 22px; color: #cfddd5; line-height: 1.5; }
.lead-card form { display: grid; gap: 15px; }
.lead-card label { display: grid; gap: 7px; color: white; font-weight: 750; font-size: 13px; }
.lead-card input, .lead-card select, .lead-card textarea {
  width: 100%; border: 1px solid rgba(255,255,255,.55); border-radius: 5px; padding: 13px 14px; min-height: 48px; color: var(--ink); background: white; transition: border-color .16s, box-shadow .16s;
}
.lead-card textarea { resize: vertical; min-height: 78px; }
.lead-card input:focus, .lead-card select:focus, .lead-card textarea:focus { outline: 0; border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(32,82,68,.12); }
.lead-card input[aria-invalid="true"] { border-color: var(--danger); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.consent-check { grid-template-columns: 19px 1fr !important; align-items: start; gap: 9px !important; color: #e9f0ec !important; font-weight: 500 !important; line-height: 1.4; }
.consent-check a { color: #f3d48c; }
.consent-check input { width: 18px; height: 18px; min-height: auto; padding: 0; margin-top: 1px; }
.cf-turnstile { min-height: 65px; }
.primary-button, .call-button {
  min-height: 52px; border: 0; border-radius: 5px; padding: 14px 20px; display: inline-grid; place-items: center; color: var(--forest); background: var(--gold); font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 8px 22px rgba(0,0,0,.2); transition: transform .15s, background .15s;
}
.primary-button:hover, .call-button:hover { background: var(--gold-hover); transform: translateY(-1px); }
.primary-button:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.form-actions { display: flex; gap: 14px; align-items: center; }
.form-actions .primary-button { flex: 1; }
.text-button { border: 0; background: transparent; color: #f3d48c; font-weight: 750; cursor: pointer; padding: 12px; }
.form-status { min-height: 21px; margin: 0; font-size: 13px; color: #ffd0d0; }
.form-notice { margin: 0; padding: 10px 12px; border-radius: 8px; color: #6b4a16; background: #fff4df; font-size: 13px; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.success-panel { min-height: 450px; text-align: center; place-content: center; }
.success-panel:not([hidden]) { display: grid; }
.success-check { width: 72px; height: 72px; border-radius: 50%; margin: 0 auto; display: grid; place-items: center; background: var(--mint); color: var(--forest); font-size: 36px; font-weight: 800; }
.success-panel h2 { color: white; font-size: 34px; }
.success-panel p { line-height: 1.6; color: #cfddd5; }
.success-panel a { color: #f3d48c; }
.support-section { padding: 62px 0; background: var(--cream); border-bottom: 1px solid var(--line); }
.support-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 65px; align-items: center; }
.support-grid h2 { margin: 0 0 17px; font-size: clamp(32px, 4vw, 45px); }
.support-grid p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.support-grid ul { list-style: none; display: grid; gap: 14px; margin: 0; padding: 0; }
.support-grid li { display: flex; align-items: flex-start; gap: 12px; padding: 15px 17px; background: white; border: 1px solid var(--line); border-radius: 8px; font-weight: 700; line-height: 1.45; }
.support-grid li span { flex: 0 0 auto; color: var(--forest); font-weight: 900; }
.process-section { padding: 90px 0; }
.section-heading { margin: 0 auto 46px; max-width: 750px; text-align: center; font-size: clamp(35px, 4vw, 50px); letter-spacing: -.025em; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-grid article { border: 1px solid var(--line); border-radius: 18px; padding: 28px; background: white; }
.process-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-weight: 800; }
.process-grid h3 { font-size: 24px; margin: 22px 0 10px; }
.process-grid p { color: var(--muted); line-height: 1.6; margin: 0; }
.comparison-section { background: var(--forest); color: #dbe8e2; padding: 90px 0; }
.comparison-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 75px; align-items: center; }
.comparison-section h2 { margin: 0 0 22px; color: white; font-size: clamp(36px, 4.2vw, 52px); }
.comparison-section p { line-height: 1.7; font-size: 18px; }
.comparison-card { background: white; color: var(--ink); border-radius: 18px; padding: 28px; }
.comparison-card h3 { margin: 0 0 18px; font-size: 26px; }
.comparison-card dl { margin: 0; }
.comparison-card dl > div { display: flex; justify-content: space-between; gap: 24px; padding: 15px 0; border-top: 1px solid var(--line); }
.comparison-card dt { font-weight: 800; }
.comparison-card dd { margin: 0; color: var(--muted); text-align: right; }
.cta-section { padding: 65px 0; background: var(--mint); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-inner h2 { font-size: 38px; margin: 0 0 8px; }
.cta-inner p:last-child { margin: 0; color: var(--muted); }
.call-button { min-width: 240px; color: white; background: var(--forest); font-size: 21px; }
.call-button:hover { color: white; background: var(--forest-2); }
.site-footer { padding: 55px 0 28px; background: #0f2b24; color: #bdcdc6; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.footer-brand { color: white; }
.footer-brand img { width: 210px; height: auto; }
.footer-grid p { max-width: 440px; line-height: 1.6; }
.footer-grid nav { display: flex; gap: 24px; align-items: start; }
.footer-grid nav a { color: white; }
.legal-note { border-top: 1px solid rgba(255,255,255,.13); margin-top: 35px; padding-top: 24px; line-height: 1.6; font-size: 12px; }
.consent-banner { position: fixed; z-index: 50; left: 50%; bottom: 18px; transform: translateX(-50%); width: min(850px, calc(100% - 28px)); padding: 16px 18px; border-radius: 14px; background: white; color: var(--ink); box-shadow: 0 16px 55px rgba(0,0,0,.25); border: 1px solid var(--line); align-items: center; justify-content: space-between; gap: 20px; }
.consent-banner:not([hidden]) { display: flex; }
.consent-banner p { margin: 0; max-width: 590px; font-size: 13px; line-height: 1.5; }
.consent-banner > div { display: flex; gap: 8px; }
.consent-banner button { border: 1px solid var(--forest); color: var(--forest); background: white; border-radius: 8px; padding: 10px 12px; white-space: nowrap; cursor: pointer; font-weight: 750; }
.consent-banner button.primary { color: white; background: var(--forest); }
.legal-page, .contact-page { max-width: 820px; padding-block: 80px 100px; }
.legal-page h1, .contact-page h1 { font-size: clamp(42px, 6vw, 64px); }
.legal-page h2 { margin: 42px 0 10px; font-size: 27px; }
.legal-page p, .contact-page p { color: #42534d; line-height: 1.75; font-size: 17px; }
.contact-page { min-height: 640px; }
.contact-page .call-button { margin: 20px 0; }
.contact-disclosure { max-width: 640px; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { text-align: center; }
  .proof-list { width: fit-content; margin-inline: auto; text-align: left; }
  .lead-card { width: min(620px, 100%); margin-inline: auto; }
  .support-grid { grid-template-columns: 1fr; gap: 30px; }
  .comparison-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1160px); }
  .top-bar { min-height: 38px; gap: 7px; padding-inline: 10px; font-size: 11px; }
  .site-header { min-height: 70px; }
  .brand img { width: 142px; }
  .header-phone span { display: none; }
  .header-phone strong { font-size: 15px; }
  .hero {
    padding: 48px 0 50px;
    background:
      linear-gradient(180deg, rgba(12,48,36,.92) 0%, rgba(17,58,45,.88) 100%),
      url('/images/jshb-hero-mobile.webp') center top / cover no-repeat;
  }
  h1 { font-size: clamp(40px, 12vw, 55px); }
  .lede { font-size: 18px; }
  .mobile-call { display: inline-block; margin-top: 26px; color: white; font-weight: 800; }
  .lead-card { padding: 20px; border-radius: 18px; min-height: 620px; }
  .lead-card h2 { font-size: 29px; }
  .form-row { grid-template-columns: 1fr; }
  .support-section, .process-section, .comparison-section { padding: 65px 0; }
  .process-grid { grid-template-columns: 1fr; }
  .cta-inner, .footer-grid { align-items: stretch; flex-direction: column; }
  .cta-inner .call-button { width: 100%; }
  .footer-grid nav { flex-wrap: wrap; }
  .consent-banner { align-items: stretch; flex-direction: column; }
  .consent-banner > div { display: grid; grid-template-columns: 1fr 1fr; }
  .legal-page, .contact-page { padding-block: 55px 75px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
