:root {
  --green: #789600;
  --green-dark: #536c00;
  --green-deep: #334900;
  --green-pale: #f0f5dd;
  --lime: #b4d334;
  --ink: #232721;
  --ink-soft: #3d433a;
  --muted: #687063;
  --line: #dfe4d9;
  --paper: #ffffff;
  --mist: #f6f8f3;
  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 22px 60px rgba(39, 54, 15, 0.12);
  --shell: 1180px;
  --font: "Avenir Next", Montserrat, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
[hidden] { display: none !important; }

.shell { width: min(calc(100% - 2.5rem), var(--shell)); margin-inline: auto; }
.section { padding: 7rem 0; }
.skip-link { position: fixed; z-index: 200; top: .75rem; left: .75rem; padding: .75rem 1rem; border-radius: 8px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(223, 228, 217, .9); background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand img { width: 130px; height: auto; }
.brand span { padding-left: .75rem; border-left: 1px solid var(--line); color: var(--green-dark); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
.main-nav a { color: var(--muted); font-size: .86rem; font-weight: 650; text-decoration: none; }
.main-nav a:hover { color: var(--green-dark); }
.header-action { margin-left: .75rem; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .8rem 1.25rem; border: 1px solid transparent; border-radius: 8px; font-size: .88rem; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .card-link:focus-visible, .main-nav a:focus-visible { outline: 3px solid rgba(120, 150, 0, .28); outline-offset: 3px; }
.button-primary { background: var(--green); color: white; box-shadow: 0 9px 24px rgba(83, 108, 0, .2); }
.button-primary:hover { background: var(--green-dark); }
.button-quiet { border-color: var(--line); background: white; color: var(--ink); }
.button-quiet:hover { border-color: var(--green); color: var(--green-dark); }
.button-light { background: white; color: var(--green-deep); }

.eyebrow { margin: 0 0 1rem; color: var(--green-dark); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--ink); font-weight: 780; letter-spacing: -.035em; line-height: 1.08; }
h1 { max-width: 720px; font-size: clamp(3rem, 5.6vw, 5.4rem); }
h1 em { display: block; color: var(--green-dark); font-style: normal; }
h2 { font-size: clamp(2.25rem, 4vw, 3.8rem); }
h3 { font-size: 1.35rem; }

.hero { overflow: hidden; padding: 5.5rem 0 4rem; }
.hero-layout { display: grid; grid-template-columns: minmax(0, .96fr) minmax(440px, 1.04fr); gap: 4rem; align-items: center; }
.hero-copy { position: relative; z-index: 1; }
.hero-lead { max-width: 720px; margin: 1.75rem 0 2rem; color: var(--muted); font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.cta-note { display: flex; align-items: center; gap: .55rem; margin: 1.2rem 0 0; color: var(--muted); font-size: .8rem; }
.cta-note span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px var(--green-pale); }
.hero-visual { position: relative; margin: 0; padding: 1rem 0 2rem 2rem; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; inset: 5% -25% 0 18%; border-radius: 220px 0 0 40px; background: var(--green-pale); }
.hero-visual > img { width: 100%; min-height: 500px; object-fit: cover; object-position: 63% center; border-radius: 180px 18px 18px 18px; box-shadow: var(--shadow); }
.time-card { position: absolute; z-index: 2; top: 0; right: -1.5rem; width: 108px; height: 108px; display: grid; place-content: center; border-radius: 50%; background: var(--green); color: white; text-align: center; box-shadow: 0 14px 35px rgba(83, 108, 0, .28); }
.time-card strong, .time-card span { display: block; line-height: 1; }
.time-card strong { font-size: 2.2rem; }
.time-card span { margin-top: .35rem; font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual figcaption { position: absolute; right: 1.5rem; bottom: 0; width: min(360px, 76%); padding: 1.2rem 1.35rem; border: 1px solid var(--line); border-left: 5px solid var(--green); border-radius: 6px 12px 12px 6px; background: white; box-shadow: var(--shadow); }
.hero-visual figcaption strong, .hero-visual figcaption span { display: block; }
.hero-visual figcaption strong { margin-bottom: .25rem; font-size: .9rem; }
.hero-visual figcaption span { color: var(--muted); font-size: .78rem; line-height: 1.45; }

.trust-line { border-block: 1px solid var(--line); background: var(--mist); }
.trust-items { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-items p { margin: 0; padding: 1.4rem 2rem; border-right: 1px solid var(--line); }
.trust-items p:first-child { padding-left: 0; }
.trust-items p:last-child { border-right: 0; }
.trust-items strong, .trust-items span { display: block; }
.trust-items strong { font-size: .88rem; }
.trust-items span { margin-top: .1rem; color: var(--muted); font-size: .78rem; }

.needs { background: white; }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading > p:last-child { max-width: 620px; margin: 1.25rem 0 0; color: var(--muted); }
.needs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.need-card { min-height: 455px; display: flex; flex-direction: column; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist); transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.need-card:hover, .need-card.is-selected { border-color: var(--green); transform: translateY(-3px); box-shadow: 0 18px 42px rgba(39, 54, 15, .09); }
.card-number { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 2.5rem; border-radius: 50%; background: white; color: var(--green-dark); font-size: .76rem; font-weight: 850; }
.need-card h3 { font-size: 1.55rem; }
.need-card p { color: var(--muted); font-size: .9rem; }
.need-card .card-note { padding: .8rem 0 .8rem 1rem; border-left: 3px solid var(--lime); color: var(--ink-soft); font-size: .78rem; }
.card-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.25rem; border-top: 1px solid var(--line); color: var(--green-dark); font-size: .82rem; font-weight: 850; text-decoration: none; }
.card-link span { font-size: 1.2rem; }
.need-card-dark { background: var(--ink); }
.need-card-dark h3 { color: white; }
.need-card-dark p { color: #cfd5ca; }
.need-card-dark .card-number { background: var(--green); color: white; }
.need-card-dark .card-link { border-top-color: #4b5148; color: #c9e557; }
.section-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 1.25rem; padding: 1.25rem 1.5rem; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.section-cta p { margin: 0; color: var(--muted); }

.value { background: var(--mist); }
.value-heading { max-width: 1120px; margin-bottom: 2rem; }
.value-heading .eyebrow { margin-bottom: .75rem; }
.value-heading h2 { max-width: 1080px; }
.infrastructure-carousel { position: relative; margin-bottom: 2rem; }
.carousel-viewport { position: relative; min-height: 390px; overflow: hidden; border-radius: var(--radius); background: var(--ink); box-shadow: var(--shadow); }
.carousel-slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.carousel-slide.is-active { opacity: 1; visibility: visible; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
.carousel-slide:first-child img { object-position: center 58%; }
.carousel-slide:nth-child(2) img { object-position: center 58%; }
.carousel-slide figcaption { position: absolute; bottom: 1rem; left: 1rem; max-width: calc(100% - 9rem); padding: .85rem 1rem; border-left: 4px solid var(--lime); border-radius: 5px 10px 10px 5px; background: rgba(35, 39, 33, .92); color: white; }
.carousel-slide figcaption strong, .carousel-slide figcaption span { display: block; }
.carousel-slide figcaption strong { font-size: .92rem; }
.carousel-slide figcaption span { color: #d9dfd3; font-size: .76rem; }
.carousel-controls { position: absolute; right: 1rem; bottom: 1rem; z-index: 3; display: flex; align-items: center; gap: .6rem; padding: .45rem; border-radius: 999px; background: white; box-shadow: 0 8px 24px rgba(35, 39, 33, .2); }
.carousel-arrow { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: var(--green-deep); color: white; font-size: 1rem; cursor: pointer; }
.carousel-arrow:hover { background: var(--green); }
.carousel-arrow:focus-visible, .carousel-dots button:focus-visible { outline: 3px solid rgba(180, 211, 52, .55); outline-offset: 2px; }
.carousel-dots { display: flex; gap: .35rem; }
.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #c9cec4; cursor: pointer; }
.carousel-dots button.is-active { background: var(--green); box-shadow: 0 0 0 3px var(--green-pale); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.benefit-grid article { min-height: 235px; padding: 2rem 1.5rem; border-right: 1px solid var(--line); }
.benefit-grid article:first-child { padding-left: 0; }
.benefit-grid article:last-child { border-right: 0; }
.icon { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 2.5rem; border: 1px solid var(--green); border-radius: 50%; color: var(--green-dark); font-size: .7rem; font-weight: 850; }
.benefit-grid h3 { font-size: 1.12rem; }
.benefit-grid p { color: var(--muted); font-size: .86rem; }

.reassurance { background: var(--green-deep); color: white; }
.reassurance-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 5rem; align-items: end; }
.reassurance .eyebrow { color: #c9e557; }
.reassurance h2 { max-width: 750px; color: white; }
.reassurance-lead { max-width: 740px; color: #d9e0d5; font-size: 1.03rem; }
.assurance-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 2.5rem 0 0; padding: 0; border-top: 1px solid #5c6d37; list-style: none; }
.assurance-list li { padding: 1rem 1.5rem 1rem 0; border-bottom: 1px solid #5c6d37; color: #cdd5c8; font-size: .84rem; }
.assurance-list li:nth-child(odd) { border-right: 1px solid #5c6d37; }
.assurance-list li:nth-child(even) { padding-left: 1.5rem; }
.assurance-list span { display: block; margin-bottom: .25rem; color: white; font-weight: 800; }
.reassurance blockquote { position: relative; margin: 0; padding: 2rem; border-radius: 80px 12px 12px 12px; background: var(--green); }
.reassurance blockquote > span { display: block; height: 3rem; color: rgba(255,255,255,.55); font-family: Georgia, serif; font-size: 4.5rem; line-height: 1; }
.reassurance blockquote p { margin: 1rem 0 0; color: white; font-size: 1.28rem; font-weight: 700; line-height: 1.35; }

.presence { padding-block: 4.5rem; background: white; }
.presence-compact { display: grid; grid-template-columns: minmax(400px, 1.08fr) minmax(0, .92fr); gap: 1.5rem; align-items: center; padding: 1rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist); }
.presence-visual { overflow: hidden; aspect-ratio: 16 / 9; margin: 0; border-radius: 12px; background: white; }
.presence-visual picture { display: block; width: 100%; height: 100%; }
.presence-visual img { width: 100%; height: 100%; object-fit: contain; }
.presence-content { padding: .5rem 1rem .5rem .25rem; }
.presence-content h2 { max-width: 560px; font-size: clamp(1.9rem, 3vw, 2.75rem); }
.presence-summary { max-width: 600px; margin: .75rem 0 0; color: var(--muted); font-size: .85rem; line-height: 1.5; }
.city-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .25rem .7rem; margin: 1rem 0 0; padding: 1rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.city-list li { position: relative; padding-left: .75rem; color: var(--ink-soft); font-size: .78rem; line-height: 1.4; }
.city-list li::before { content: ""; position: absolute; top: .58rem; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--lime); }

.appointment { background: linear-gradient(130deg, var(--green-pale), white 50%); }
.appointment-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 4rem; align-items: start; }
.appointment-copy { position: sticky; top: 120px; }
.appointment-copy > p:not(.eyebrow) { color: var(--muted); }
.appointment-promise { display: flex; gap: 1rem; margin-top: 2rem; padding: 1.25rem; border-left: 4px solid var(--green); background: white; }
.appointment-promise > span { flex: 0 0 auto; color: var(--green-dark); font-size: 1.15rem; font-weight: 850; }
.appointment-promise p { margin: 0; color: var(--muted); font-size: .82rem; }
.appointment-promise strong { display: block; color: var(--ink); }
.form-card { min-height: 700px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-intro { display: grid; grid-template-columns: 1fr auto; gap: .25rem 1rem; align-items: end; padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.form-intro p { grid-column: 1 / -1; margin: 0; color: var(--green-dark); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.form-intro h3 { font-size: 1.55rem; }
.form-intro span { color: var(--muted); font-size: .72rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .85rem 1rem; margin-top: 1.5rem; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--ink-soft); font-size: .78rem; font-weight: 750; }
input, select { width: 100%; min-height: 48px; padding: .7rem .8rem; border: 1px solid #cdd3c8; border-radius: 7px; background: white; color: var(--ink); }
input:hover, select:hover { border-color: #9ca493; }
input:focus, select:focus { border-color: var(--green); outline: 3px solid rgba(120, 150, 0, .15); }
[aria-invalid="true"] { border-color: #a33c34; }
.error { min-height: 1rem; color: #a33c34; font-size: .7rem; }
.confirmation-note { margin: 1rem 0; padding: .75rem 1rem; border-radius: 7px; background: var(--mist); color: var(--muted); font-size: .76rem; }
.privacy-field { display: flex; align-items: flex-start; gap: .65rem; }
.privacy-field input { width: 18px; min-height: 18px; margin-top: .2rem; accent-color: var(--green-dark); }
.privacy-field label { color: var(--muted); font-size: .76rem; }
.privacy-field a { color: var(--green-dark); font-weight: 750; }
.submit-button { width: 100%; min-height: 54px; margin-top: .5rem; border: 0; }
.data-note { margin: .65rem 0 0; color: var(--muted); font-size: .7rem; text-align: center; }
.success-state { display: grid; justify-items: start; padding: 4rem 2rem; }
.success-mark { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 1.5rem; border-radius: 50%; background: var(--green-pale); color: var(--green-dark); font-size: 1.6rem; font-weight: 850; }
.success-state h3 { max-width: 560px; font-size: 2.2rem; }
.success-state > p:not(.eyebrow) { max-width: 600px; color: var(--muted); }
.success-date { padding: .75rem 1rem; border-left: 3px solid var(--green); background: var(--mist); }
.success-date strong { color: var(--ink); }

footer { padding: 4rem 0 1.5rem; background: #252823; color: white; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.footer-inner img { width: 140px; height: auto; margin-bottom: 1rem; }
.footer-inner p { max-width: 520px; margin: 0; color: #c9cec4; font-size: .86rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid #4b5048; color: #aeb4a9; font-size: .7rem; }
.mobile-cta { display: none; }

@media (max-width: 1020px) {
  .main-nav { display: none; }
  .header-action { margin-left: auto; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 840px; }
  .hero-visual { max-width: 820px; margin-inline: auto; }
  .hero-visual > img { min-height: 450px; }
  .needs-grid { grid-template-columns: 1fr; }
  .need-card { min-height: auto; }
  .card-number { margin-bottom: 1.5rem; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid article:nth-child(2) { border-right: 0; }
  .benefit-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .reassurance-layout, .appointment-layout { grid-template-columns: 1fr; gap: 3rem; }
  .appointment-copy { position: static; }
  .presence-compact { grid-template-columns: minmax(320px, 1fr) minmax(0, 1fr); gap: 1rem; }
  .presence-visual { aspect-ratio: 16 / 9; }
  .city-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  body { padding-bottom: 74px; }
  html { scroll-padding-top: 74px; }
  .shell { width: min(calc(100% - 1.25rem), var(--shell)); }
  .section { padding: 4.5rem 0; }
  .header-inner { min-height: 72px; }
  .brand img { width: 115px; }
  .brand span, .header-action { display: none; }
  .hero { padding: 3.5rem 0 3rem; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-visual { padding: .5rem 0 2rem; }
  .hero-visual::before { inset: 8% -30% 0 22%; }
  .hero-visual > img { min-height: 390px; border-radius: 90px 12px 12px 12px; }
  .time-card { right: .5rem; width: 88px; height: 88px; }
  .time-card strong { font-size: 1.75rem; }
  .hero-visual figcaption { right: .6rem; bottom: 0; width: calc(100% - 1.2rem); }
  .trust-items { grid-template-columns: 1fr; }
  .trust-items p, .trust-items p:first-child { padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-items p:last-child { border-bottom: 0; }
  .section-heading { margin-bottom: 2rem; }
  .need-card { padding: 1.5rem; }
  .need-card h3 { font-size: 1.35rem; }
  .section-cta { align-items: stretch; flex-direction: column; }
  .section-cta .button { width: 100%; }
  .value-heading { margin-bottom: 1.5rem; }
  .carousel-viewport { min-height: 270px; }
  .carousel-slide figcaption { right: 1rem; max-width: none; padding: .7rem .85rem; }
  .carousel-controls { right: 50%; bottom: -1.2rem; transform: translateX(50%); }
  .infrastructure-carousel { margin-bottom: 3.2rem; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article, .benefit-grid article:first-child { min-height: auto; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .icon { margin-bottom: 1rem; }
  .reassurance-layout { gap: 2rem; }
  .assurance-list { grid-template-columns: 1fr; }
  .assurance-list li, .assurance-list li:nth-child(even) { padding: 1rem 0; border-right: 0; }
  .reassurance blockquote { border-radius: 56px 12px 12px 12px; }
  .presence { padding-block: 3rem; }
  .presence-compact { grid-template-columns: 1fr; gap: 1rem; padding: .7rem; }
  .presence-visual { aspect-ratio: 16 / 11.25; }
  .presence-content { padding: .45rem .5rem .7rem; }
  .presence-content h2 { font-size: clamp(1.85rem, 8.5vw, 2.5rem); }
  .presence-summary { margin-top: .75rem; font-size: .82rem; }
  .city-list { gap: .25rem .7rem; margin-top: .85rem; padding-top: .85rem; }
  .city-list li { font-size: .75rem; }
  .form-card { padding: 1.2rem; }
  .form-intro { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .success-state { padding: 2.5rem .5rem; }
  .footer-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-inner .button { width: 100%; }
  .mobile-cta { position: fixed; z-index: 48; right: .65rem; bottom: .65rem; left: .65rem; min-height: 54px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: var(--green); color: white; font-size: .88rem; font-weight: 850; text-decoration: none; box-shadow: 0 12px 28px rgba(39, 54, 15, .3); }
}

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