:root {
  --navy: #0b3f5e;
  --navy-deep: #082e46;
  --coral: #f26c4f;
  --coral-dark: #dc563c;
  --soft-blue: #8cacbf;
  --ink: #102d42;
  --muted: #5f7483;
  --line: #dce6ec;
  --mist: #f3f7f9;
  --paper: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.songer-rebuild {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Century Gothic", "Avenir Next", Avenir, Arial, sans-serif;
  line-height: 1.6;
}
body.songer-rebuild.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
body.songer-rebuild h1, body.songer-rebuild h2 { font-family: Didot, "Bodoni 72", "Bodoni MT", Georgia, serif; font-weight: 700; }
h1 { font-size: clamp(3.1rem, 6vw, 6.15rem); }
h2 { font-size: clamp(2.5rem, 4.4vw, 4.4rem); }
h3 { font-size: 1.35rem; }
p { margin: 0; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; padding: 12px 16px; background: white; color: var(--navy); border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }
.button { min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: .91rem; font-weight: 800; transition: .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.coral { background: var(--coral); color: white; box-shadow: 0 12px 30px rgba(242,108,79,.24); }
.button.coral:hover { background: var(--coral-dark); }
.button.ghost { border-color: rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.08); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 800; }
.light-link { color: white; margin-top: 28px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: var(--coral-dark); font-size: .77rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 40px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ff9b83; }
.eyebrow.centered { justify-content: center; }

.site-header { position: sticky; top: 0; z-index: 1000; height: 84px; display: flex; align-items: center; background: rgba(7,42,64,.92); border-bottom: 1px solid rgba(255,255,255,.13); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { width: 194px; flex: 0 0 auto; }
.brand img, .footer-grid img { width: 100%; filter: brightness(0) invert(1); }
.main-nav { display: flex; align-items: center; gap: 1px; margin-left: auto; }
.nav-item { position: relative; }
.nav-item > a { height: 48px; padding: 0 13px; display: flex; align-items: center; gap: 7px; color: white; font-size: .78rem; font-weight: 800; white-space: nowrap; }
.nav-item > a:hover, .nav-item > a:focus-visible { color: #ffc2b3; }
.dropdown { position: absolute; top: calc(100% + 8px); left: 0; width: 265px; padding: 10px; display: grid; visibility: hidden; opacity: 0; transform: translateY(8px); background: white; color: var(--ink); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 24px 70px rgba(4,34,52,.22); transition: .18s ease; }
.dropdown a { padding: 11px 12px; border-radius: 9px; font-size: .82rem; font-weight: 700; }
.dropdown a:hover, .dropdown a:focus-visible { background: var(--mist); color: var(--coral-dark); }
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown { visibility: visible; opacity: 1; transform: none; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-phone { display: flex; align-items: center; gap: 7px; color: white; font-weight: 800; font-size: .94rem; line-height: 1; white-space: nowrap; }
body.songer-rebuild .site-header .header-phone { color: #fff; }
.header-cta { min-height: 44px; padding-inline: 16px; font-size: .76rem; }
.mobile-menu { display: none; }

.hero-shell, .detail-hero, .article-hero, .legal-hero { position: relative; overflow: hidden; background: linear-gradient(125deg, var(--navy-deep), var(--navy) 56%, #315d76); color: white; }
body.songer-rebuild .hero-shell h1, body.songer-rebuild .detail-hero h1, body.songer-rebuild .article-hero h1, body.songer-rebuild .legal-hero h1 { color: white; }
.hero-shell { min-height: 780px; }
.hero-pattern { position: absolute; inset: 0; opacity: .52; background: radial-gradient(circle at 80% 22%,rgba(140,172,191,.5),transparent 27%), radial-gradient(circle at 12% 88%,rgba(242,108,79,.16),transparent 28%); }
.hero-grid { position: relative; z-index: 2; min-height: 696px; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(390px,.78fr); align-items: center; gap: 72px; padding-block: 68px 88px; }
.hero-copy { max-width: 700px; }
.hero-lede { max-width: 670px; margin-top: 28px; color: #d9e5ec; font-size: 1.14rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 38px; color: #cfdee6; font-size: .78rem; font-weight: 700; }

.contact-form { padding: 34px; background: white; color: var(--ink); border: 1px solid rgba(11,63,94,.09); border-radius: 24px; box-shadow: 0 28px 80px rgba(3,31,49,.23); }
.form-heading > span { color: var(--coral-dark); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.form-heading h2 { margin-top: 7px; font-family: inherit; font-size: 2rem; }
.form-heading p { margin: 8px 0 22px; color: var(--muted); font-size: .89rem; }
.wpforms-host .wpforms-container { margin: 0; }
.wpforms-host .wpforms-field { padding: 0 0 13px !important; }
.wpforms-host .wpforms-field-label { margin: 0 0 7px !important; color: var(--ink); font-size: .76rem !important; font-weight: 800 !important; }
.wpforms-host input[type=text], .wpforms-host input[type=email], .wpforms-host input[type=tel], .wpforms-host textarea, .wpforms-host select { width: 100% !important; max-width: none !important; border: 1px solid #cedbe3 !important; border-radius: 10px !important; background: #f9fbfc !important; color: var(--ink) !important; padding: 13px 14px !important; box-shadow: none !important; }
.wpforms-host input[type=text], .wpforms-host input[type=email], .wpforms-host input[type=tel], .wpforms-host select { height: 48px !important; }
.wpforms-host input:focus, .wpforms-host textarea:focus, .wpforms-host select:focus { border-color: var(--soft-blue) !important; box-shadow: 0 0 0 3px rgba(140,172,191,.2) !important; }
.wpforms-host .wpforms-submit-container { padding-top: 2px !important; }
.wpforms-host button[type=submit] { width: 100% !important; min-height: 52px !important; border: 0 !important; border-radius: 12px !important; background: var(--coral) !important; color: white !important; font-weight: 800 !important; box-shadow: 0 12px 30px rgba(242,108,79,.22) !important; }
.wpforms-host button[type=submit]:hover { background: var(--coral-dark) !important; }
.wpforms-host .wpforms-error { color: #a72e1c !important; font-size: .74rem !important; }
.form-note { margin-top: 10px; text-align: center; color: #82939e; font-size: .67rem; }

.proof-bar { background: white; border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-grid > div { min-height: 126px; display: flex; flex-direction: column; justify-content: center; padding: 24px 30px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { border-left: 1px solid var(--line); }
.proof-grid strong { color: var(--navy); font-family: Didot, Georgia, serif; font-size: 2rem; line-height: 1; }
.proof-grid span { margin-top: 10px; color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.section-heading { margin-bottom: 52px; }
.section-heading h2 { max-width: 680px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .8fr; align-items: end; gap: 80px; }
.split-heading > p, .section-heading.centered > p { color: var(--muted); line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { min-height: 500px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 18px 50px rgba(11,63,94,.07); }
.service-card:nth-child(2) { background: var(--navy); color: white; border-color: var(--navy); transform: translateY(-10px); }
.service-card:nth-child(2) h3 { color: #fff; }
.service-card:nth-child(2) > p, .service-card:nth-child(2) ul { color: #d0dde5; }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 38px; background: #e9f1f5; color: var(--navy); border-radius: 14px; font-weight: 900; }
.card-eyebrow { color: var(--coral-dark) !important; font-size: .69rem !important; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.service-card h3 { margin-top: 8px; font-size: 2rem; }
.service-card > p { margin-top: 16px; color: var(--muted); font-size: .9rem; line-height: 1.75; }
.service-card ul { display: grid; gap: 10px; margin: 24px 0 30px; padding: 20px 0; color: var(--muted); border-block: 1px solid rgba(140,172,191,.35); list-style: none; font-size: .79rem; font-weight: 700; }
.service-card li:before { content: "—"; margin-right: 8px; color: var(--coral); }
.service-card > a { margin-top: auto; color: var(--navy); font-size: .8rem; font-weight: 900; }
.service-card:nth-child(2) > a { color: #ff9b83; }
.why-section, .faq-section { background: var(--mist); }
.section-heading.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading.centered h2 { margin-inline: auto; }
.section-heading.centered > p { margin-top: 20px; }
.promise-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.promise-card { min-height: 285px; padding: 26px 22px; background: white; border-top: 4px solid var(--coral); border-radius: 14px; box-shadow: 0 12px 34px rgba(11,63,94,.06); }
.promise-top { display: flex; align-items: center; justify-content: space-between; color: var(--coral-dark); font-weight: 900; }
.promise-card h3 { margin-top: 52px; font-size: 1.14rem; }
.promise-card p { margin-top: 14px; color: var(--muted); font-size: .8rem; line-height: 1.7; }
.process-section { background: var(--navy-deep); color: white; }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.process-grid > div > p { margin-top: 26px; color: #c6d7e0; max-width: 520px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.steps li:first-child { border-top: 1px solid rgba(255,255,255,.14); }
.steps > li > span { color: #ff9b83; font-family: Didot, Georgia, serif; font-size: 1.6rem; }
.steps p { margin-top: 8px; color: #c6d7e0; font-size: .88rem; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-copy > p { margin-top: 26px; color: var(--muted); max-width: 500px; }
.contact-options { display: grid; gap: 12px; margin-top: 36px; }
.contact-options a { max-width: 520px; display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 16px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 13px; }
.contact-options b { color: var(--coral-dark); font-size: 1.4rem; }
.contact-options span { font-size: .9rem; font-weight: 800; line-height: 1.45; }
.contact-options small { display: block; margin-bottom: 3px; color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .09em; }
.contact-section .contact-form { box-shadow: 0 22px 70px rgba(11,63,94,.12); }
.contact-direct { padding: 38px; background: var(--navy); color: white; border-radius: 24px; box-shadow: 0 22px 70px rgba(11,63,94,.16); }
.contact-direct-label { display: block; margin-bottom: 12px; color: var(--coral); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-direct h2 { margin: 0 0 15px; color: white; font-size: clamp(1.8rem,3vw,2.55rem); }
.contact-direct p { margin: 0; color: rgba(255,255,255,.74); }
.contact-direct-actions { display: grid; gap: 12px; margin: 28px 0 18px; }
.contact-direct .button { width: 100%; justify-content: center; }
.contact-direct .button.outline { border-color: rgba(255,255,255,.55); color: white; }
.contact-direct small { color: rgba(255,255,255,.56); }

.detail-hero:after, .article-hero:after, .legal-hero:after { content: ""; position: absolute; width: 580px; height: 580px; right: -160px; bottom: -390px; border-radius: 50%; border: 96px solid rgba(255,255,255,.04); }
.detail-hero-grid { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(390px,.75fr); align-items: center; gap: 76px; padding-block: 68px 82px; }
.detail-hero h1 { font-size: clamp(3.2rem,5.7vw,5.7rem); }
.detail-hero-grid > div > p { max-width: 700px; margin-top: 26px; color: #d5e2e9; font-size: 1.06rem; line-height: 1.8; }
.detail-highlights { border-bottom: 1px solid var(--line); background: white; }
.highlight-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.highlight-grid > div { min-height: 96px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 20px; border-right: 1px solid var(--line); font-size: .8rem; font-weight: 800; text-align: center; }
.highlight-grid > div:first-child { border-left: 1px solid var(--line); }
.highlight-grid b { color: var(--coral-dark); }
.detail-content-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 92px; align-items: start; }
.detail-content article > p { max-width: 710px; margin-top: 28px; color: var(--muted); font-size: 1rem; line-height: 1.85; }
.detail-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 44px; }
.detail-cards > div { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--mist); }
.detail-cards b { color: var(--coral-dark); }
.detail-cards h3 { margin-top: 20px; }
.detail-cards p { margin-top: 10px; color: var(--muted); font-size: .82rem; }
.prep-card, .article-aside { padding: 34px; background: var(--navy); color: white; border-radius: 20px; box-shadow: 0 22px 56px rgba(11,63,94,.17); }
.prep-card > span, .article-aside > span { color: #ff9b83; font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.prep-card h3 { margin-top: 8px; font-size: 1.8rem; }
.prep-card ul { display: grid; gap: 14px; margin: 26px 0; padding: 24px 0 24px 20px; border-block: 1px solid rgba(255,255,255,.15); color: #d7e3e9; font-size: .82rem; }
.prep-card a { color: #ff9b83; font-size: .8rem; font-weight: 900; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-grid > div:first-child > p { margin-top: 24px; color: var(--muted); }
.faq-list { border-top: 1px solid #cbd9e1; }
.faq-list details { border-bottom: 1px solid #cbd9e1; }
.faq-list summary { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 1.5rem; color: var(--coral-dark); }
.faq-list details p { padding: 0 50px 28px 0; color: var(--muted); font-size: .9rem; }

.article-hero-inner, .legal-hero-inner { position: relative; z-index: 2; max-width: 940px; padding-block: 108px 120px; }
.article-hero h1, .legal-hero h1 { font-size: clamp(3.1rem,5.8vw,5.8rem); }
.article-hero-inner > p, .legal-hero-inner > p { max-width: 760px; margin-top: 26px; color: #d7e4eb; font-size: 1.08rem; line-height: 1.8; }
.article-meta { margin-top: 32px; color: #ffb09e; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.article-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.55fr); gap: 92px; align-items: start; }
.article-body { max-width: 790px; }
.article-featured { margin: 0 0 42px; }
.article-featured img { width: 100%; border-radius: 18px; }
.legacy-content h2, .legacy-content h3 { margin: 42px 0 14px; font-family: inherit; }
.legacy-content h2 { font-size: 2rem; }
.legacy-content p, .legacy-content li { color: var(--muted); font-size: 1rem; line-height: 1.86; }
.legacy-content p { margin: 0 0 20px; }
.legacy-content img { border-radius: 14px; }
.article-disclaimer { margin-top: 36px; padding: 20px 24px; border-radius: 12px; background: #f7f9fa; color: var(--muted); font-size: .73rem; }
.article-aside { position: sticky; top: 112px; }
.article-aside h2 { margin-top: 12px; font-family: inherit; font-size: 2rem; }
.article-aside p { margin: 18px 0 28px; color: #d7e3e9; font-size: .86rem; }
.legal-copy { max-width: 850px; }
.legal-copy h2 { margin-top: 44px; font-family: inherit; font-size: 1.8rem; }
.legal-copy p, .legal-copy li { color: var(--muted); line-height: 1.85; }
.post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 14px 44px rgba(11,63,94,.08); }
.post-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.post-card > div { padding: 26px; }
.post-card h2 { margin: 8px 0 14px; font-family: inherit; font-size: 1.45rem; }
.post-card p:not(.card-eyebrow) { margin-bottom: 22px; color: var(--muted); font-size: .86rem; }

.site-footer { padding: 72px 0 24px; background: #062b41; color: #c8d8e1; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr .7fr 1fr; gap: 55px; }
.footer-grid img { width: 200px; margin-bottom: 22px; }
.footer-grid h3 { color: white; margin-bottom: 18px; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid p { font-size: .8rem; line-height: 1.75; }
.footer-grid a { display: block; margin-bottom: 10px; font-size: .8rem; }
.medicare-disclosure { margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.medicare-disclosure p { max-width: 920px; font-size: .68rem; line-height: 1.65; }
.footer-bottom { display: flex; justify-content: space-between; gap: 28px; margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .66rem; }

@media (max-width: 1080px) {
  .header-phone { display: none; }
  .hero-grid { grid-template-columns: 1fr 390px; gap: 38px; }
  .nav-item > a { padding-inline: 9px; }
  .promise-grid { grid-template-columns: repeat(3,1fr); }
  .post-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 820px) {
  body.songer-rebuild.admin-bar .site-header { top: 46px; }
  .section { padding: 76px 0; }
  .container { width: min(calc(100% - 30px),680px); }
  .site-header { height: 76px; }
  .header-inner { justify-content: space-between; gap: 12px; }
  .brand { width: 168px; }
  .desktop-nav, .header-cta { display: none; }
  .header-phone { display: flex; margin-left: auto; font-size: .78rem; }
  .mobile-menu { display: block; }
  .mobile-menu > summary { width: 48px; height: 48px; display: grid; place-items: center; cursor: pointer; list-style: none; border: 1px solid rgba(255,255,255,.24); border-radius: 11px; background: rgba(255,255,255,.1); color: white; font-size: 1.65rem; line-height: 1; }
  .mobile-menu > summary::-webkit-details-marker, .mobile-nav-group > summary::-webkit-details-marker { display: none; }
  .menu-close-icon { display: none; }
  .mobile-menu[open] .menu-open-icon { display: none; }
  .mobile-menu[open] .menu-close-icon { display: block; }
  .mobile-nav { position: fixed; inset: 76px 0 auto 0; max-height: calc(100vh - 76px); overflow-y: auto; padding: 10px 20px 24px; background: white; color: var(--ink); box-shadow: 0 22px 50px rgba(0,0,0,.22); }
  .admin-bar .mobile-nav { top: 122px; }
  .mobile-nav-group { border-bottom: 1px solid var(--line); }
  .mobile-nav-group > summary, .mobile-nav-link { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 6px; color: var(--ink); font-size: .98rem; font-weight: 800; cursor: pointer; }
  .mobile-subnav { display: grid; padding: 0 6px 12px 18px; }
  .mobile-subnav a { padding: 10px 0; color: var(--muted); font-size: .9rem; font-weight: 700; }
  .mobile-subnav a:first-child { color: var(--coral-dark); }
  .mobile-schedule { margin-top: 18px; width: 100%; }
  .hero-shell { min-height: auto; }
  .hero-grid, .detail-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 44px; padding-block: 70px 76px; }
  .hero-copy h1 { font-size: clamp(3.1rem,13vw,5.1rem); }
  .hero-form-wrap { max-width: 580px; width: 100%; }
  .proof-grid { grid-template-columns: repeat(2,1fr); }
  .proof-grid > div { min-height: 106px; border-bottom: 1px solid var(--line); }
  .split-heading, .process-grid, .contact-grid, .detail-content-grid, .faq-grid, .article-grid { grid-template-columns: 1fr; gap: 44px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(2) { min-height: auto; transform: none; }
  .promise-grid { grid-template-columns: repeat(2,1fr); }
  .highlight-grid { grid-template-columns: 1fr; }
  .highlight-grid > div { min-height: 72px; justify-content: flex-start; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; }
  .detail-cards { grid-template-columns: 1fr; }
  .article-aside { position: static; order: -1; }
  .post-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
}
@media (max-width: 600px) {
  #wpadminbar { position: fixed; }
  .container { width: min(calc(100% - 26px),480px); }
  .site-header { height: 72px; }
  .brand { width: 142px; }
  .header-phone { font-size: .88rem; line-height: 1; }
  .header-phone span { display: none; }
  .mobile-menu > summary { width: 44px; height: 44px; }
  .mobile-nav { inset: 72px 0 auto 0; max-height: calc(100vh - 72px); }
  .admin-bar .mobile-nav { top: 118px; }
  .hero-grid { padding-top: 56px; }
  .hero-copy h1, .detail-hero h1, .article-hero h1, .legal-hero h1 { font-size: clamp(2.85rem,13vw,3.55rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-row { display: grid; }
  .contact-form { padding: 25px 20px; border-radius: 18px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { padding: 20px 16px; }
  .proof-grid strong { font-size: 1.65rem; }
  .split-heading { gap: 20px; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-card { min-height: 205px; }
  .promise-card h3 { margin-top: 34px; }
  .article-hero-inner, .legal-hero-inner { padding-block: 76px 86px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
}
