:root {
  --teal: #0aa99d;
  --teal-dark: #087a73;
  --ink: #343640;
  --navy: #152f31;
  --cream: #f4f5ef;
  --line: #dce2dc;
  --white: #fff;
  --yellow: #f4c94d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar { background: var(--navy); color: #d8f5f0; font-size: 12px; letter-spacing: .025em; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: white; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(21,47,49,.08); backdrop-filter: blur(15px); }
.header-inner { height: 110px; display: grid; grid-template-columns: 225px 1fr auto; align-items: center; gap: 24px; }
.brand { display: block; width: 190px; height: 102px; overflow: hidden; position: relative; }
.brand-crop { display: block; width: 190px; height: 102px; overflow: hidden; position: relative; }
.brand-crop img { position: absolute; width: 230px; height: 230px; max-width: none; object-fit: contain; left: -18px; top: -64px; transform: none; }
nav { display: flex; align-items: center; justify-content: center; gap: 32px; font-size: 14px; font-weight: 700; color: #596362; }
nav a { transition: color .2s; }
nav a:hover { color: var(--teal-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 10px; background: var(--teal); color: #fff; font-weight: 800; border: 0; box-shadow: 0 10px 24px rgba(10,169,157,.2); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: var(--teal-dark); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(10,169,157,.25); }
.button-small { min-height: 44px; padding: 0 19px; font-size: 13px; }

.hero { min-height: 700px; position: relative; overflow: hidden; color: white; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center 45%; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,42,43,.97) 0%, rgba(13,42,43,.91) 42%, rgba(13,42,43,.46) 68%, rgba(13,42,43,.2) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(0deg, rgba(15,38,40,.72), transparent); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; min-height: 700px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding: 64px 0 70px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--teal-dark); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 900; margin-bottom: 18px; }
.eyebrow span { width: 26px; height: 2px; background: currentColor; }
.eyebrow.light { color: #6ee7db; }
.hero-copy h1 { max-width: 700px; font-size: clamp(46px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; margin: 0 0 25px; font-weight: 800; }
.hero-copy h1 em { display: block; color: #70e2d8; font-style: normal; }
.hero-lead { max-width: 650px; color: #dfebea; font-size: 18px; line-height: 1.6; margin: 0 0 26px; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 10px 18px; color: #fff; font-size: 13px; font-weight: 700; margin-bottom: 32px; }
.hero-checks span { padding-right: 14px; border-right: 1px solid rgba(255,255,255,.22); }
.hero-checks span:last-child { border: 0; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 570px; gap: 0; border-top: 1px solid rgba(255,255,255,.22); padding-top: 24px; }
.hero-proof div { display: flex; flex-direction: column; padding-right: 18px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-proof div + div { padding-left: 22px; }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { font-size: 23px; letter-spacing: -.03em; }
.hero-proof small { color: #b9cfcd; margin-top: 4px; }

.lead-card { background: rgba(255,255,255,.98); color: var(--ink); border-radius: 18px; padding: 28px; box-shadow: 0 28px 70px rgba(0,0,0,.25); border: 1px solid rgba(255,255,255,.55); }
.form-top { display: flex; gap: 18px; justify-content: space-between; align-items: flex-start; }
.form-top span { color: var(--teal-dark); font-weight: 900; letter-spacing: .12em; font-size: 10px; }
.form-top h2 { font-size: 24px; line-height: 1.13; letter-spacing: -.035em; margin: 7px 0 0; max-width: 320px; }
.form-top > b { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 50%; background: #e6f7f5; color: var(--teal-dark); font-size: 13px; }
.progress-track { height: 4px; background: #e8eeeb; border-radius: 10px; margin: 20px 0 11px; overflow: hidden; }
.progress-track span { display: block; height: 100%; background: var(--teal); transition: width .3s; }
.step-label { color: #7b8583; font-size: 11px; margin: 0 0 18px; }
.form-step { display: none; }
.form-step.active { display: grid; gap: 15px; }
.lead-card label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; color: #4a5452; }
.field-group { display: grid; gap: 7px; min-width: 0; margin: 0; padding: 0; border: 0; }
.field-group legend { margin: 0 0 7px; padding: 0; font-size: 12px; font-weight: 800; color: #4a5452; }
.lead-card input, .lead-card select { width: 100%; min-height: 48px; border: 1px solid #d7dfdc; border-radius: 9px; padding: 0 13px; background: #fbfcfb; color: var(--ink); outline: none; transition: border .2s, box-shadow .2s; }
.lead-card input:focus, .lead-card select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(10,169,157,.12); }
.field-row { display: grid; grid-template-columns: 1fr 1.45fr; gap: 10px; }
.field-row > label { min-width: 0; }
.choice-grid { display: grid; gap: 8px; }
.choice-grid.three { grid-template-columns: repeat(3, 1fr); }
.choice { min-height: 44px; padding: 5px; border-radius: 8px; border: 1px solid #d7dfdc; background: white; color: #5b6463; font-size: 11px; font-weight: 800; cursor: pointer; }
.choice.active { color: var(--teal-dark); border-color: var(--teal); background: #eaf8f6; box-shadow: inset 0 0 0 1px var(--teal); }
.form-button { min-height: 50px; border: 0; border-radius: 9px; background: var(--teal); color: white; padding: 0 18px; font-weight: 900; cursor: pointer; display: flex; justify-content: center; align-items: center; gap: 10px; transition: background .2s, transform .2s; }
.form-button:hover { background: var(--teal-dark); transform: translateY(-1px); }
.form-button:disabled { opacity: .65; cursor: wait; }
.form-button span { font-size: 20px; }
.form-actions { display: grid; grid-template-columns: 78px 1fr; gap: 9px; }
.back-button { border: 1px solid #d7dfdc; border-radius: 9px; background: white; color: #64706e; cursor: pointer; font-weight: 700; font-size: 12px; }
.consent { grid-template-columns: 18px 1fr; align-items: flex-start; font-weight: 400 !important; font-size: 10px !important; line-height: 1.4; color: #6c7775 !important; }
.consent input { width: 17px; height: 17px; min-height: 0; margin: 1px 0 0; accent-color: var(--teal); }
.consent a { text-decoration: underline; }
.honeypot { position: absolute; left: -9999px; opacity: 0; }
.form-error { margin: 0; padding: 9px 11px; background: #fff1f1; color: #a62c2c; border-radius: 7px; font-size: 11px; }
.secure-note { color: #7d8785; font-size: 10px; text-align: center; margin-top: 14px; }
.secure-note span { color: var(--teal); }

.trust-strip { position: relative; z-index: 3; background: white; border-bottom: 1px solid #e3e8e4; }
.trust-grid { min-height: 108px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-grid div { display: flex; flex-direction: column; gap: 6px; padding: 0 24px; border-right: 1px solid #e3e8e4; }
.trust-grid div:first-child { padding-left: 0; }
.trust-grid div:last-child { border: 0; }
.trust-grid b { font-size: 14px; }
.trust-grid span { color: #7b8684; font-size: 11px; }

.section { padding: 105px 0; }
.section-heading { margin-bottom: 45px; }
.section-heading h2, .process-sticky h2, .nationwide-grid h2, .faq-grid h2 { font-size: clamp(35px, 4vw, 52px); letter-spacing: -.055em; line-height: 1.04; margin: 0; color: var(--navy); }
.section-heading p, .split-heading > p { color: #707b79; line-height: 1.7; font-size: 16px; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; }
.split-heading > p { margin: 0 0 3px; }
.centered { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.centered .eyebrow { justify-content: center; }
.centered p { max-width: 600px; margin: 18px auto 0; }
.intro-section { background: var(--cream); }
.solution-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.solution-card { background: white; border: 1px solid #e0e5df; border-radius: 14px; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.solution-card:hover { transform: translateY(-7px); box-shadow: 0 18px 45px rgba(31,54,51,.12); }
.solution-image { position: relative; height: 245px; overflow: hidden; }
.solution-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.solution-card:hover img { transform: scale(1.04); }
.solution-body { padding: 27px; }
.solution-body > span { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; font-weight: 900; color: var(--teal-dark); }
.solution-body h3 { font-size: 23px; letter-spacing: -.03em; color: var(--navy); margin: 10px 0; }
.solution-body p { color: #717c7a; line-height: 1.6; font-size: 13px; min-height: 64px; }
.solution-body a, .text-link { color: var(--teal-dark); font-weight: 900; font-size: 13px; }

.process-section { background: var(--navy); color: white; overflow: hidden; }
.process-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; }
.process-sticky { align-self: start; position: sticky; top: 120px; }
.process-sticky h2 { color: white; }
.process-sticky p { color: #b8cecb; line-height: 1.7; font-size: 16px; margin: 24px 0 30px; max-width: 450px; }
.button-light { background: #63d8cd; color: #113536; }
.process-list { border-top: 1px solid rgba(255,255,255,.16); }
.process-list article { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list article > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(110,231,219,.6); color: #6ee7db; font-size: 12px; font-weight: 900; }
.process-list h3 { margin: 0 0 8px; font-size: 22px; }
.process-list p { margin: 0; color: #adc2bf; line-height: 1.6; }

.nationwide-section { background: #fbfcf9; overflow: hidden; }
.nationwide-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.nationwide-grid > div:last-child > p { color: #6d7976; line-height: 1.8; font-size: 17px; margin: 24px 0 30px; }
.nation-visual { min-height: 450px; position: relative; display: grid; place-items: center; }
.sun-ring { position: relative; z-index: 2; width: 330px; height: 330px; border-radius: 46% 54% 48% 52% / 53% 44% 56% 47%; background: linear-gradient(145deg, #12b6aa, #087a73); display: grid; place-items: center; box-shadow: 0 35px 80px rgba(10,169,157,.25); color: white; text-align: center; font-size: 31px; line-height: 1.15; letter-spacing: -.04em; }
.sun-ring::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,.3); border-radius: inherit; }
.sun-ring b { font-size: 18px; font-weight: 600; letter-spacing: 0; }
.orbit { position: absolute; border: 1px solid rgba(10,169,157,.24); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--yellow); }
.orbit-one { width: 430px; height: 430px; transform: rotate(-18deg); }
.orbit-one::after { top: 37px; right: 64px; }
.orbit-two { width: 520px; height: 300px; transform: rotate(25deg); }
.orbit-two::after { bottom: 40px; left: 70px; background: var(--teal); }
.clean-list { display: grid; gap: 18px; list-style: none; padding: 0; margin: 0; }
.clean-list li { display: grid; grid-template-columns: 190px 1fr; gap: 18px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.clean-list b { color: var(--navy); }
.clean-list span { color: #7a8583; font-size: 13px; }

.projects-section { background: white; }
.projects-gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 250px 250px; gap: 16px; }
.projects-gallery figure { position: relative; overflow: hidden; margin: 0; border-radius: 12px; background: #ddd; }
.projects-gallery .project-large { grid-row: 1 / 3; }
.projects-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.projects-gallery figure:hover img { transform: scale(1.035); }
.projects-gallery figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(8,31,32,.85)); }
.projects-gallery figcaption { position: absolute; z-index: 2; left: 24px; bottom: 22px; color: white; display: flex; flex-direction: column; gap: 5px; }
.projects-gallery figcaption b { font-size: 19px; }
.projects-gallery figcaption span { font-size: 11px; color: #cfe3e1; }

.financing-section { padding-top: 20px; }
.finance-card { position: relative; min-height: 350px; border-radius: 20px; overflow: hidden; background: linear-gradient(115deg, #064f4c, #0aa99d); color: white; padding: 65px; display: grid; grid-template-columns: 1fr 280px; align-items: center; gap: 70px; }
.finance-card::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; right: -100px; top: -220px; }
.finance-card::after { content: ""; position: absolute; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; right: 120px; bottom: -220px; }
.finance-card > * { position: relative; z-index: 2; }
.finance-card h2 { margin: 0; font-size: clamp(38px, 4vw, 56px); letter-spacing: -.055em; line-height: 1; }
.finance-card p { color: #d4f4f0; line-height: 1.7; max-width: 620px; }
.finance-actions { display: flex; flex-direction: column; align-items: flex-start; }
.finance-actions strong { font-size: 58px; letter-spacing: -.06em; }
.finance-actions > span { margin: -3px 0 24px; color: #d8f3f0; }

.testimonials-section { background: var(--cream); }
.rating-box { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.rating-box > b { font-size: 54px; letter-spacing: -.06em; color: var(--navy); }
.rating-box > span { color: #e7ae14; letter-spacing: .08em; }
.rating-box small { display: block; color: #7b8583; letter-spacing: 0; margin-top: 5px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.testimonial-grid blockquote { margin: 0; background: white; border: 1px solid #e1e6e0; border-radius: 12px; padding: 29px; }
.testimonial-grid blockquote > span { color: #e6ad15; font-size: 13px; letter-spacing: .1em; }
.testimonial-grid p { color: #596360; font-size: 15px; line-height: 1.7; min-height: 100px; }
.testimonial-grid footer { font-weight: 900; color: var(--navy); font-size: 13px; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-grid > div:first-child > p { color: #737e7c; line-height: 1.7; margin: 22px 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 0 4px; }
.faq-list summary { list-style: none; min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; font-weight: 800; color: var(--navy); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 23px; color: var(--teal); font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: #687371; line-height: 1.7; margin: -3px 45px 24px 0; font-size: 14px; }

.final-cta { background: var(--teal); color: white; }
.final-cta-inner { min-height: 320px; display: flex; align-items: center; justify-content: space-between; gap: 80px; }
.final-cta-inner > div > span { font-size: 10px; letter-spacing: .14em; font-weight: 900; }
.final-cta h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1; letter-spacing: -.055em; margin: 12px 0 15px; }
.final-cta p { color: #d9f5f2; margin: 0; font-size: 16px; }
.button-white { background: white; color: var(--teal-dark); white-space: nowrap; box-shadow: 0 12px 30px rgba(0,0,0,.12); }

.footer { background: #102728; color: #d4dfdd; padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr .8fr; gap: 55px; }
.footer-grid h3 { color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; margin: 3px 0 18px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 9px; font-size: 12px; line-height: 1.5; }
.footer-grid a { color: #77ded4; }
.footer-grid address { font: inherit; font-style: normal; }
.footer-brand p { max-width: 320px; color: #9fb3b1; }
.footer-logo { display: block; position: relative; width: 220px; height: 108px; overflow: hidden; background: white; border-radius: 8px; }
.footer-logo img { position: absolute; width: 240px; height: 240px; object-fit: contain; top: -67px; left: -10px; }
.footer-bottom { margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; font-size: 10px; color: #849b98; }
.whatsapp-float { position: fixed; z-index: 60; right: 22px; bottom: 20px; background: #1abf75; color: white; min-height: 56px; border-radius: 30px; padding: 8px 20px 8px 16px; display: flex; flex-direction: column; justify-content: center; box-shadow: 0 14px 35px rgba(15,65,47,.28); }
.whatsapp-float span { font-size: 9px; opacity: .9; }
.whatsapp-float b { font-size: 12px; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -80px; padding: 12px 16px; border-radius: 8px; background: white; color: var(--navy); font-weight: 800; box-shadow: 0 8px 30px rgba(0,0,0,.2); }
.skip-link:focus { top: 12px; }
.noscript { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; padding: 12px 18px; background: #fff3cd; color: #473d1d; text-align: center; font-size: 13px; }
.noscript a { text-decoration: underline; font-weight: 800; }
.section:not(.process-section) { content-visibility: auto; contain-intrinsic-size: auto 800px; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.thanks-page { min-height: 100vh; display: grid; place-items: center; padding: 30px 20px; background: radial-gradient(circle at 20% 10%, #d8faf5, transparent 35%), #f3f6f1; }
.thanks-card { width: min(620px,100%); text-align: center; background: white; padding: 45px 55px; border-radius: 20px; box-shadow: 0 25px 70px rgba(22,49,48,.13); }
.thanks-logo { display: block; margin: 0 auto 16px; position: relative; width: 200px; height: 108px; overflow: hidden; }
.thanks-logo img { position: absolute; width: 230px; height: 230px; top: -64px; left: -15px; object-fit: contain; }
.thanks-check { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; background: #def6ef; color: var(--teal-dark); font-size: 28px; }
.thanks-card > p:first-of-type { color: var(--teal-dark); font-size: 10px; letter-spacing: .14em; font-weight: 900; }
.thanks-card h1 { font-size: 46px; letter-spacing: -.05em; color: var(--navy); margin: 8px 0 0; }
.thanks-card h2 { font-size: 22px; margin: 6px 0 18px; color: #54605e; }
.thanks-text { color: #6b7674; line-height: 1.7; }
.next-steps { margin: 25px 0; text-align: left; display: grid; gap: 10px; }
.next-steps > div { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; padding: 12px; background: #f5f8f4; border-radius: 9px; }
.next-steps b { display: grid; place-items: center; height: 34px; border-radius: 50%; background: white; color: var(--teal-dark); }
.next-steps span { color: #6f7977; font-size: 12px; }
.next-steps strong { display: block; color: var(--navy); margin-bottom: 3px; }
.thanks-back { display: block; margin-top: 17px; color: #6b7674; font-size: 12px; text-decoration: underline; }
.legal-page { min-height: 100vh; padding: 70px 20px; background: #f5f7f3; }
.legal-page article { width: min(780px,100%); margin: auto; background: white; padding: 55px; border-radius: 15px; box-shadow: 0 18px 50px rgba(29,55,52,.08); }
.legal-page article > a { color: var(--teal-dark); font-weight: 800; font-size: 13px; }
.legal-kicker { color: var(--teal-dark); font-weight: 900; letter-spacing: .13em; font-size: 10px; margin-top: 40px; }
.legal-page h1 { color: var(--navy); font-size: 44px; letter-spacing: -.05em; margin: 8px 0 10px; }
.legal-page h2 { color: var(--navy); font-size: 20px; margin-top: 32px; }
.legal-page p { color: #65706e; line-height: 1.75; }
.legal-page p a { color: var(--teal-dark); text-decoration: underline; }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 200px 1fr; }
  .header-inner nav { display: none; }
  .header-inner .button { justify-self: end; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; padding-top: 60px; }
  .hero-shade { background: linear-gradient(180deg, rgba(13,42,43,.96), rgba(13,42,43,.78)); }
  .hero-copy { max-width: 760px; }
  .lead-card { max-width: 620px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); padding: 25px 0; row-gap: 25px; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .split-heading, .process-grid, .nationwide-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .process-sticky { position: static; }
  .nation-visual { order: 2; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }
  .topbar-inner { min-height: 40px; justify-content: center; text-align: center; }
  .topbar-inner > span { display: none; }
  .header-inner { height: 94px; grid-template-columns: 1fr auto; }
  .brand, .brand-crop { width: 150px; height: 88px; }
  .brand-crop img { width: 200px; height: 200px; top: -56px; left: -27px; }
  .header-inner .button { min-height: 40px; padding: 0 12px; font-size: 11px; }
  .hero-grid { padding: 52px 0 45px; }
  .hero-copy h1 { font-size: 46px; }
  .hero-lead { font-size: 16px; }
  .hero-checks { display: grid; }
  .hero-checks span { border: 0; }
  .hero-proof { gap: 10px; }
  .hero-proof div, .hero-proof div + div { padding: 0 9px; }
  .hero-proof strong { font-size: 18px; }
  .hero-proof small { font-size: 9px; }
  .lead-card { padding: 21px 17px; border-radius: 14px; }
  .form-top h2 { font-size: 21px; }
  .field-row { grid-template-columns: 1fr; }
  .choice-grid.three { grid-template-columns: repeat(3,1fr); }
  .choice { font-size: 10px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { padding: 0 10px; }
  .section { padding: 75px 0; }
  .section-heading h2, .process-sticky h2, .nationwide-grid h2, .faq-grid h2 { font-size: 36px; }
  .solution-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .solution-body p, .testimonial-grid p { min-height: 0; }
  .process-list article { grid-template-columns: 50px 1fr; gap: 15px; }
  .nation-visual { min-height: 380px; transform: scale(.8); margin: -40px 0; }
  .clean-list li { grid-template-columns: 1fr; gap: 5px; }
  .projects-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3,250px); }
  .projects-gallery .project-large { grid-row: auto; }
  .finance-card { padding: 40px 25px; grid-template-columns: 1fr; gap: 35px; }
  .rating-box { justify-content: flex-start; }
  .final-cta-inner { min-height: 360px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 12px; bottom: 12px; min-height: 50px; padding: 7px 15px; }
  .thanks-card, .legal-page article { padding: 35px 22px; }
  .thanks-card h1 { font-size: 38px; }
  .legal-page h1 { font-size: 36px; }
}

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