.page-hero { width: min(100% - 40px, 1180px); margin: 0 auto; padding: 72px 0 82px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 64px; align-items: center; }
.page-hero h1 { font-size: clamp(3.7rem, 6vw, 6.7rem); }
.page-hero h1 em { display: block; }
.page-hero-copy > p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-size: 1.08rem; }
.page-hero .hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 220px)); align-items: stretch; }
.page-hero .hero-actions .button { width: 100%; }
.breadcrumbs { margin-bottom: 1.4rem; color: var(--muted); font-size: .68rem; font-weight: 700; }
.breadcrumbs a { text-decoration: none; }
.page-hero-media { position: relative; min-height: 510px; overflow: hidden; border-radius: 8px 58px 8px 8px; background: var(--green-900); box-shadow: var(--shadow); }
.page-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-media span { position: absolute; left: 1rem; bottom: 1rem; padding: .55rem .72rem; border: 1px solid rgba(255,255,255,.35); color: white; background: rgba(11,44,36,.82); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.quick-proof { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.5rem; }
.quick-proof span { padding: .45rem .65rem; border: 1px solid var(--line); color: var(--green-900); font-size: .68rem; font-weight: 800; }
.article-shell { width: min(100% - 40px, 1180px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 7vw; padding: 95px 0; }
.article-copy { max-width: 760px; }
.article-copy h2 { margin-top: 4rem; font-size: clamp(2.5rem, 4vw, 4.2rem); }
.article-copy h2:first-child { margin-top: 0; }
.article-copy h3 { margin: 2rem 0 .55rem; color: var(--green-950); font: 400 1.6rem var(--display); text-transform: uppercase; }
.article-copy p, .article-copy li { color: #4c5954; }
.article-copy ul { padding-left: 1.2rem; }
.article-copy li { margin-bottom: .6rem; }
.note-box { margin: 2rem 0; padding: 1.3rem 1.4rem; border-left: 5px solid var(--orange); background: var(--paper); box-shadow: 0 12px 38px rgba(11,44,36,.07); }
.note-box strong { display: block; margin-bottom: .3rem; color: var(--green-950); }
.step-list { margin: 2rem 0; border-top: 1px solid var(--line); }
.step-list article { display: grid; grid-template-columns: 52px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.step-list b { color: var(--orange); font: 1.1rem var(--display); }
.step-list h3 { margin: 0 0 .3rem; font-size: 1.25rem; }
.step-list p { margin: 0; font-size: .9rem; }
.page-sidebar { position: relative; }
.sidebar-card { position: sticky; top: 24px; padding: 1.6rem; color: white; background: var(--green-950); border-radius: 5px 34px 5px 5px; }
.sidebar-card h2 { color: white; font-size: 2.25rem; }
.sidebar-card p { color: rgba(255,255,255,.65); font-size: .86rem; }
.sidebar-card .button { width: 100%; margin-top: .5rem; }
.sidebar-card a:not(.button) { display: block; margin-top: .9rem; color: var(--yellow); text-align: center; font-weight: 800; text-decoration: none; }
.faq-section { padding: 100px max(20px, calc((100vw - 1180px) / 2)); background: var(--paper); }
.faq-section > div { max-width: 850px; }
.faq-section h2 { font-size: clamp(2.8rem, 4.5vw, 4.8rem); }
.faq-section details { border-top: 1px solid var(--line); padding: 1.1rem 0; }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
.faq-section summary { color: var(--green-950); font-weight: 800; cursor: pointer; }
.faq-section details p { max-width: 700px; margin: .7rem 0 0; color: var(--muted); }
.related-pages { padding: 90px max(20px, calc((100vw - 1180px) / 2)); color: white; background: var(--green-900); }
.related-pages h2 { color: white; font-size: 3rem; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.15); }
.related-grid a { min-height: 130px; padding: 1.3rem; background: var(--green-900); text-decoration: none; }
.related-grid a:hover { background: rgba(255,255,255,.06); }
.related-grid b { display: block; color: var(--yellow); font: 1.35rem var(--display); text-transform: uppercase; }
.related-grid span { color: rgba(255,255,255,.6); font-size: .75rem; }
.source-note { color: var(--muted); font-size: .7rem; }
.source-note a { color: var(--green-700); }
.system-overview { padding: 90px max(20px, calc((100vw - 1180px) / 2)); color: white; background: var(--green-950); }
.system-overview-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; align-items: end; margin-bottom: 3.5rem; }
.system-overview-heading h2 { max-width: 850px; margin: 0; color: white; font-size: clamp(2.7rem, 4.6vw, 4.9rem); }
.system-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 1.25rem; align-items: center; }
.system-flow article { min-height: 230px; padding: 1.6rem; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.035); }
.system-flow i { color: var(--orange); font: normal 2rem var(--display); }
.system-flow h3 { margin: 2.2rem 0 .55rem; color: var(--yellow); font: 1.45rem var(--display); text-transform: uppercase; }
.system-flow p { margin: 0; color: rgba(255,255,255,.62); font-size: .84rem; }
.system-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--green-950); background: var(--orange); font: .9rem var(--display); }
.central-benefits { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; padding: 100px max(20px, calc((100vw - 1180px) / 2)); background: var(--paper); }
.central-benefits-heading h2 { font-size: clamp(2.8rem, 4.7vw, 5rem); }
.central-benefits-heading h2 em { color: var(--orange); font-style: normal; }
.central-benefits-heading > p:last-child { max-width: 500px; color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-grid article { min-height: 230px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-grid b { color: var(--orange); font: 1rem var(--display); }
.benefit-grid h3 { margin: 2.5rem 0 .45rem; color: var(--green-950); font: 1.45rem var(--display); text-transform: uppercase; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.estimate-band { display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: center; padding: 75px max(20px, calc((100vw - 1180px) / 2)); color: white; background: var(--green-900); }
.estimate-band h2 { max-width: 820px; margin: .3rem 0 .8rem; color: white; font-size: clamp(2.7rem, 4.5vw, 4.7rem); }
.estimate-band p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.66); }
.estimate-band > div:last-child { min-width: 250px; text-align: center; }
.estimate-band .button { width: 100%; }
.estimate-phone { display: block; margin-top: 1rem; color: var(--yellow); font-weight: 800; text-decoration: none; }
@media (max-width: 900px) { .page-hero { grid-template-columns: 1fr; }.page-hero-media { min-height: 460px; }.article-shell { grid-template-columns: 1fr; }.sidebar-card { position: static; }.related-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 900px) { .system-overview-heading, .central-benefits, .estimate-band { grid-template-columns: 1fr; }.system-flow { grid-template-columns: 1fr; }.system-flow i { transform: rotate(90deg); text-align: center; }.estimate-band > div:last-child { max-width: 340px; text-align: left; } }
@media (max-width: 600px) { .page-hero { width: calc(100% - 28px); padding: 45px 0 60px; gap: 38px; }.page-hero h1 { font-size: clamp(3.3rem, 16vw, 5rem); }.page-hero-media { min-height: 360px; border-radius: 5px 30px 5px 5px; }.article-shell { width: calc(100% - 28px); padding: 70px 0; }.article-copy h2 { margin-top: 3rem; }.related-grid, .benefit-grid { grid-template-columns: 1fr; }.faq-section, .related-pages, .system-overview, .central-benefits { padding-top: 70px; padding-bottom: 70px; }.system-overview-heading { gap: 1.5rem; }.system-flow article, .benefit-grid article { min-height: 190px; }.estimate-band { gap: 2rem; padding-top: 60px; padding-bottom: 60px; } }

@media (max-width: 760px) {
  .page-hero { width: calc(100% - 28px); padding: 38px 0 58px; gap: 30px; }
  .page-hero h1 { font-size: clamp(3rem, 14vw, 4.15rem); line-height: .98; }
  .page-hero-copy > p:not(.eyebrow) { font-size: 1rem; }
  .breadcrumbs { margin-bottom: 1rem; }
  .page-hero .hero-actions { display: grid; grid-template-columns: 1fr; gap: .65rem; margin: 1.5rem 0; }
  .page-hero .hero-actions .button { width: 100%; }
  .quick-proof { display: grid; grid-template-columns: 1fr; gap: .45rem; }
  .quick-proof span { padding: .65rem .75rem; }
  .page-hero-media { min-height: 330px; border-radius: 5px 30px 5px 5px; }
  .page-hero-media span { right: .75rem; bottom: .75rem; left: .75rem; text-align: center; }
  .article-shell { width: calc(100% - 28px); gap: 2.5rem; padding: 64px 0; }
  .article-copy h2 { margin-top: 3rem; font-size: clamp(2.35rem, 11vw, 3.2rem); line-height: 1; }
  .article-copy h3 { font-size: 1.35rem; }
  .article-copy p, .article-copy li { font-size: .96rem; }
  .step-list article { grid-template-columns: 38px 1fr; gap: .65rem; padding: 1.1rem 0; }
  .note-box { margin-right: -2px; margin-left: -2px; padding: 1.1rem; }
  .sidebar-card { padding: 1.35rem; }
  .sidebar-card h2 { font-size: 2.15rem; }
  .system-overview, .central-benefits, .faq-section, .related-pages, .estimate-band { padding-right: 14px; padding-left: 14px; }
  .system-overview, .central-benefits, .faq-section, .related-pages { padding-top: 64px; padding-bottom: 64px; }
  .system-overview-heading h2, .central-benefits-heading h2, .faq-section h2, .estimate-band h2 { font-size: clamp(2.5rem, 11vw, 3.25rem); }
  .system-flow { gap: .75rem; }
  .system-flow article, .benefit-grid article { min-height: 0; padding: 1.25rem; }
  .system-flow h3, .benefit-grid h3 { margin-top: 1.5rem; }
  .system-flow i { height: 24px; line-height: 24px; }
  .faq-section details { padding: 1rem 0; }
  .faq-section summary { min-height: 44px; display: flex; align-items: center; padding-right: .5rem; }
  .related-pages h2 { font-size: 2.65rem; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid a { min-height: 108px; padding: 1.1rem; }
  .estimate-band { grid-template-columns: 1fr; gap: 1.6rem; padding-top: 54px; padding-bottom: 54px; }
  .estimate-band > div:last-child { width: 100%; max-width: none; min-width: 0; }
  .estimate-phone { min-height: 44px; display: grid; place-items: center; }
}

@media (max-width: 390px) {
  .page-hero h1 { font-size: 2.85rem; }
  .page-hero-media { min-height: 290px; }
  .article-copy h2 { font-size: 2.4rem; }
  .system-overview-heading h2, .central-benefits-heading h2, .faq-section h2, .estimate-band h2 { font-size: 2.5rem; }
}
