:root {
  --green: #5a8f7d;
  --green-dark: #315f51;
  --green-soft: #eaf2ef;
  --blue: #175070;
  --ink: #17302a;
  --muted: #5e6e68;
  --line: #dce6e2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: "Open Sans", "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.header-inner { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.brand img { width: 162px; height: auto; display: block; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.brand-copy strong { color: #3f8475; font-size: 23px; font-weight: 400; letter-spacing: -.02em; }
.brand-copy small { color: #3f8475; margin-top: 4px; font-size: 17px; font-weight: 400; }
.phone { border-left: 1px solid var(--line); padding-left: 30px; text-align: right; display: flex; flex-direction: column; }
.phone-label { color: var(--muted); font-size: 12px; }
.phone-number { color: var(--green-dark); font-size: 25px; font-weight: 800; letter-spacing: -.02em; }

.hero { background: radial-gradient(circle at 88% 15%, rgba(90,143,125,.19), transparent 31%), linear-gradient(135deg, #f9fbfa 0%, #eff5f2 100%); overflow: hidden; position: relative; }
.hero::after { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(90,143,125,.14); border-radius: 50%; right: -170px; bottom: -260px; }
.hero-grid { min-height: 610px; padding-block: 88px; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(330px,.65fr); gap: 84px; align-items: center; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 17px; color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.eyebrow span { display: block; width: 32px; height: 2px; background: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(43px, 5.4vw, 72px); line-height: 1.04; letter-spacing: -.045em; max-width: 770px; margin-bottom: 27px; }
.hero-text { color: var(--muted); font-size: 18px; line-height: 1.75; max-width: 700px; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; border-radius: 3px; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green-dark); color: #fff; box-shadow: 0 12px 28px rgba(49,95,81,.18); }
.button-secondary { border: 1px solid #b9cbc5; background: rgba(255,255,255,.7); color: var(--green-dark); }

.status-card { background: #fff; box-shadow: 0 24px 70px rgba(23,80,112,.12); border-top: 5px solid var(--green); padding: 38px 36px 30px; position: relative; }
.status-icon { width: 66px; height: 66px; border-radius: 50%; background: var(--green-soft); display: grid; place-items: center; margin-bottom: 25px; }
.status-icon span { width: 28px; height: 15px; border-left: 4px solid var(--green-dark); border-bottom: 4px solid var(--green-dark); transform: rotate(-45deg) translate(2px,-2px); }
.status-kicker { color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 10px; }
.status-card h2 { font-size: 28px; line-height: 1.22; letter-spacing: -.03em; margin-bottom: 22px; }
.status-line { color: var(--muted); font-size: 13px; padding: 14px 0 22px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 9px; }
.status-line span { width: 8px; height: 8px; background: #4a9d70; border-radius: 50%; box-shadow: 0 0 0 5px #e5f2e9; }
.status-card dl { margin: 20px 0 0; }
.status-card dl div { display: flex; justify-content: space-between; gap: 15px; padding: 8px 0; font-size: 13px; }
.status-card dt { color: var(--muted); }
.status-card dd { margin: 0; font-weight: 800; color: var(--green-dark); }
.status-card dd a[href^="tel:"] { font-size: 23px; line-height: 1.15; letter-spacing: -.02em; }

.trust-strip { background: var(--green-dark); color: #fff; }
.trust-inner { min-height: 58px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-inner span { padding: 0 18px; text-align: center; font-size: 12px; line-height: 1.4; font-weight: 700; border-right: 1px solid rgba(255,255,255,.19); }
.trust-inner span:first-child { padding-left: 0; text-align: left; }
.trust-inner span:last-child { border: 0; padding-right: 0; text-align: right; }

.section { padding-block: 106px 116px; }
.section-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; margin-bottom: 50px; }
.section-head h2, .download-section h2 { font-size: clamp(34px,4vw,51px); line-height: 1.1; letter-spacing: -.04em; margin: 0; }
.section-head > p { color: var(--muted); line-height: 1.75; margin: 0 0 3px; }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 274px; padding: 28px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, transform .2s; }
.service-card:hover { background: var(--green-soft); transform: translateY(-2px); }
.service-icon { width: 48px; height: 48px; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); display: grid; place-items: center; font-family: "Segoe UI Symbol", Arial, sans-serif; font-size: 24px; font-weight: 700; }
.service-card h3 { margin: 30px 0 13px; font-size: 19px; letter-spacing: -.02em; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.65; margin-bottom: 0; }

.download-section { background: var(--blue); color: #fff; padding-block: 94px; }
.download-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.eyebrow.light { color: #c8dfd8; }
.eyebrow.light span { background: #c8dfd8; }
.download-grid > div > p:last-child { color: rgba(255,255,255,.68); line-height: 1.7; margin: 23px 0 0; max-width: 480px; }
.download-list { display: grid; gap: 12px; }
.download-card { background: #fff; color: var(--ink); min-height: 90px; padding: 17px 20px; display: grid; grid-template-columns: 45px 1fr 35px; gap: 17px; align-items: center; transition: transform .2s, box-shadow .2s; }
.download-card:hover { transform: translateX(5px); box-shadow: 0 15px 35px rgba(0,0,0,.16); }
.pdf-icon { height: 49px; width: 40px; border: 1px solid #c7d5d0; display: grid; place-items: center; color: var(--green-dark); font-size: 9px; font-weight: 900; }
.download-card > span:nth-child(2) { display: flex; flex-direction: column; }
.download-card strong { font-size: 15px; }
.download-card small { color: var(--muted); font-size: 12px; margin-top: 5px; }
.download-arrow { color: var(--green); font-size: 24px; text-align: center; }

footer { background: var(--green-dark); color: rgba(255,255,255,.82); }
.footer-grid { padding-block: 67px 54px; display: grid; grid-template-columns: 1.6fr 1fr 1fr .7fr; gap: 60px; }
.footer-logo-panel { background: #fff; padding: 17px 21px; border-radius: 4px; box-shadow: 0 12px 30px rgba(17,42,52,.16); }
.footer-logo-panel .brand-copy strong, .footer-logo-panel .brand-copy small { color: #3f8475; }
.footer-logo-panel img { width: 162px; }
.footer-brand p { font-size: 13px; line-height: 1.7; max-width: 315px; margin: 25px 0 0; }
footer h3 { color: #fff; text-transform: uppercase; letter-spacing: .11em; font-size: 11px; margin-bottom: 19px; }
footer address, footer a, footer div > span { display: block; font-size: 13px; line-height: 1.9; font-style: normal; }
footer a:hover { color: #fff; }
.footer-bottom { min-height: 66px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; font-size: 11px; color: rgba(255,255,255,.45); }

.legal-main { background: #f5f8f7; padding-block: 72px 96px; min-height: 65vh; }
.legal-card { max-width: 900px; background: #fff; border-top: 5px solid var(--green); box-shadow: 0 18px 55px rgba(23,80,112,.09); padding: clamp(28px,6vw,68px); }
.back-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green-dark); font-size: 13px; font-weight: 800; margin-bottom: 38px; }
.back-link:hover { text-decoration: underline; }
.legal-card h1 { font-size: clamp(36px,5vw,56px); margin-bottom: 40px; }
.legal-card h2 { font-size: 25px; margin: 42px 0 16px; }
.legal-card h3 { font-size: 18px; margin: 30px 0 12px; }
.legal-card h4 { font-size: 15px; margin: 24px 0 10px; }
.legal-card p, .legal-card li { color: var(--muted); line-height: 1.75; font-size: 15px; }
.legal-card strong { color: var(--ink); }
.legal-card a { color: var(--green-dark); text-decoration: underline; }
.legal-card address { color: var(--muted); font-style: normal; line-height: 1.75; }
.legal-note { background: var(--green-soft); border-left: 4px solid var(--green); padding: 18px 20px; margin: 30px 0; }
.legal-note p { margin: 0; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 45px; padding-block: 70px; }
  .status-card { max-width: 570px; }
  .trust-inner { grid-template-columns: 1fr 1fr; padding-block: 17px; }
  .trust-inner span, .trust-inner span:first-child, .trust-inner span:last-child { padding: 10px; text-align: center; border: 0; }
  .section-head, .download-grid { grid-template-columns: 1fr; gap: 28px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 112px; }
  .brand { gap: 2px; }
  .brand img { width: 105px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { display: block; margin-top: 2px; font-size: 10px; }
  .phone-label { display: none; }
  .phone { padding-left: 13px; }
  .phone-number { font-size: 17px; }
  .hero-grid { min-height: 0; padding-block: 58px; }
  h1 { font-size: 42px; }
  .hero-text { font-size: 16px; }
  .button { width: 100%; }
  .status-card { padding: 30px 24px 24px; }
  .status-card dl div { flex-direction: column; gap: 2px; }
  .trust-inner, .services-grid { grid-template-columns: 1fr; }
  .section { padding-block: 75px; }
  .section-head { margin-bottom: 35px; }
  .service-card { min-height: 220px; }
  .download-section { padding-block: 72px; }
  .download-card { grid-template-columns: 38px 1fr 24px; gap: 12px; padding: 15px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { gap: 8px; align-items: flex-start; justify-content: center; flex-direction: column; padding-block: 18px; }
}

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