:root{--navy:#102A43;--green:#1F6B3B;--green2:#2E7D46;--soft:#F5F8F6;--line:#E3E8EF;--text:#142033;--muted:#607086;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:#fff;line-height:1.55}a{color:inherit}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,84px);position:sticky;top:0;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);z-index:10;border-bottom:1px solid rgba(227,232,239,.75)}.logo{text-decoration:none;font-size:1.35rem;font-weight:700;letter-spacing:-.04em;color:var(--navy)}.logo b{color:var(--green)}.logo em{font-style:normal;color:#8a95a3;font-weight:600}nav{display:flex;gap:28px;align-items:center;font-size:.92rem;font-weight:600;color:#344255}nav a{text-decoration:none}.nav-cta{background:var(--green);color:white;padding:12px 18px;border-radius:999px}.hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center;padding:68px clamp(22px,5vw,84px);background:linear-gradient(135deg,#fff 0%,#f8fbf9 100%)}.kicker{color:var(--green);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;margin:0 0 14px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(3rem,6.4vw,6.4rem);line-height:.95;letter-spacing:-.07em;color:var(--navy);margin-bottom:24px}h2{font-size:clamp(2rem,4.2vw,4rem);line-height:1.02;letter-spacing:-.055em;color:var(--navy);margin-bottom:18px}h3{color:var(--navy);font-size:1.25rem;line-height:1.18;margin-bottom:10px}.lead{font-size:clamp(1.08rem,1.5vw,1.32rem);color:#39475a;max-width:720px}.plain-list{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.plain-list span{background:#eef6f0;color:var(--green);font-weight:700;padding:8px 12px;border-radius:999px;font-size:.9rem}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:var(--green);color:white;font-weight:800;border-radius:999px;padding:16px 24px;min-height:56px;box-shadow:0 14px 34px rgba(31,107,59,.22)}.button:hover{background:var(--green2)}.under-button{font-size:.95rem;color:var(--muted);max-width:660px;margin:16px 0 0}.hero-image{border-radius:36px;overflow:hidden;box-shadow:0 30px 90px rgba(16,42,67,.18);background:#eef2f5}.hero-image img{width:100%;display:block;aspect-ratio:4/5;object-fit:cover;object-position:center top}.section{padding:92px clamp(22px,5vw,84px)}.soft{background:var(--soft)}.section-heading{max-width:900px;margin:0 auto 44px;text-align:center}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cards article,.steps div{border:1px solid var(--line);border-radius:28px;padding:30px;background:white;box-shadow:0 12px 40px rgba(16,42,67,.05)}.cards p,.steps p,.faq p{color:var(--muted)}.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center;padding:92px clamp(22px,5vw,84px);background:#fff}.photo-card{border-radius:32px;overflow:hidden;box-shadow:0 28px 80px rgba(16,42,67,.14)}.photo-card img{width:100%;display:block}.broker-line{font-weight:700;color:var(--green)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.steps b{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--navy);color:white;margin-bottom:18px}.truth-box{background:var(--navy);color:white;border-radius:34px;padding:54px;max-width:1100px;margin:0 auto;text-align:center}.truth-box h2{color:white}.truth-box p{color:rgba(255,255,255,.76);max-width:780px;margin:0 auto 26px}.faq{max-width:980px;margin:0 auto}details{border:1px solid var(--line);border-radius:18px;padding:20px 24px;margin-bottom:14px;background:#fff}summary{font-weight:800;color:var(--navy);cursor:pointer}details p{margin:14px 0 0}.cta{margin:30px clamp(22px,5vw,84px) 92px;background:linear-gradient(135deg,var(--green),#17512d);color:white;border-radius:36px;padding:56px;display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}.cta h2{color:white}.cta p{color:rgba(255,255,255,.8)}.light{background:white;color:var(--green);box-shadow:none}.phone{color:white;font-weight:800;text-decoration:none}.cta-row{display:flex;flex-wrap:wrap;gap:18px;align-items:center}footer{background:#071C31;color:rgba(255,255,255,.76);display:grid;grid-template-columns:1fr 1fr 1fr;gap:34px;padding:48px clamp(22px,5vw,84px)}footer a{color:white;text-decoration:none}.footer-logo{color:white;display:block;margin-bottom:14px}.fineprint{grid-column:1/-1;color:rgba(255,255,255,.52);font-size:.76rem;border-top:1px solid rgba(255,255,255,.12);padding-top:24px}@media(max-width:900px){.site-header{height:auto;min-height:74px;align-items:flex-start;flex-direction:column;padding-top:16px;padding-bottom:14px;gap:12px}nav{gap:13px;overflow:auto;width:100%;padding-bottom:4px}nav a:not(.nav-cta){display:none}.hero,.split,.cta,footer{grid-template-columns:1fr}.hero{gap:34px;padding-top:42px}.cards,.steps{grid-template-columns:1fr}.section,.split{padding-top:64px;padding-bottom:64px}.truth-box,.cta{padding:34px;border-radius:26px}h1{font-size:3.25rem}.hero-image img{aspect-ratio:1/1;object-position:center top}}