*{box-sizing:border-box}html{scroll-behavior:smooth}:root{--blue:#0f5f9f;--blue-dark:#0a3e68;--green:#23865a;--green-dark:#155f42;--ink:#15242c;--muted:#53666b;--soft:#f3f8f6;--line:#d7e4e1;--white:#fff;--shadow:0 10px 28px rgba(15,95,159,.09)}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--soft);line-height:1.6}a{color:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px clamp(18px,5vw,72px);background:rgba(243,248,246,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;color:var(--blue-dark);font-weight:850;text-decoration:none;min-width:260px;flex:0 0 auto}.brand-logo{display:block;width:clamp(260px,18vw,320px);height:auto;object-fit:contain}.brand-mark{display:block;width:clamp(132px,18vw,190px);height:48px;border-radius:0;background:transparent;color:transparent;font-size:0;overflow:hidden}.brand span:last-child{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.nav{display:none;gap:10px;color:#3d535b;font-size:.92rem;font-weight:750}.nav a{text-decoration:none}.nav a:hover{color:var(--blue)}.header-call{white-space:nowrap;color:#fff;background:var(--green);border-radius:8px;padding:10px 12px;text-decoration:none;font-weight:850;box-shadow:0 12px 26px rgba(35,134,90,.18)}.hero,.page-hero{position:relative;overflow:hidden;padding:clamp(56px,8vw,92px) clamp(18px,5vw,72px);background:linear-gradient(135deg,#eaf5fb 0%,#f3f8f6 52%,#e4f3eb 100%)}.hero:before,.page-hero:before{content:"";position:absolute;right:-80px;top:-120px;width:360px;height:360px;border-radius:50%;background:rgba(15,95,159,.1)}.hero-inner{position:relative;display:grid;gap:30px;width:min(1120px,100%);margin:auto}.hero-copy{max-width:720px}.eyebrow{margin:0 0 10px;color:var(--green);font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3{margin:0;color:var(--blue-dark);line-height:1.1}h1{font-size:clamp(2.55rem,7vw,5rem);max-width:820px}h2{font-size:clamp(1.8rem,4vw,3rem)}h3{font-size:1.2rem}p{margin:0}.lede{margin-top:18px;color:#31484f;font-size:clamp(1.05rem,2vw,1.28rem);max-width:760px}.hero-actions,.cta-actions{display:flex;flex-direction:column;gap:12px;margin-top:26px}.button,.form button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 18px;border:0;border-radius:8px;text-decoration:none;font-weight:850;font:inherit;cursor:pointer}.button-primary,.form button{background:var(--green);color:#fff;box-shadow:0 16px 34px rgba(35,134,90,.22)}.button-primary:hover,.form button:hover,.header-call:hover{background:var(--green-dark)}.button-secondary{background:#fff;color:var(--blue-dark);border:1px solid #bcd3dc}.button-secondary:hover{border-color:var(--blue);color:var(--blue)}.trust-note,.disclaimer,.small-note{color:var(--muted)}.trust-note{margin-top:18px;max-width:680px;font-size:.96rem}.section,.grid-section,.cta,.footer-inner{width:min(1120px,calc(100% - 36px));margin-inline:auto}.section{padding:54px 0}.section>p{margin-top:14px;max-width:780px;color:#4a5f65}.grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:24px}.card,.warning-card,.form-card,.disclosure,.image-card{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.card,.warning-card{padding:22px}.card{border-top:4px solid rgba(35,134,90,.45)}.card p,.warning-card p{margin-top:8px;color:#52676d}.warning-card{border-left:5px solid var(--blue)}.steps{counter-reset:step}.step{position:relative;padding:22px 22px 22px 64px}.step:before{counter-increment:step;content:counter(step);position:absolute;left:22px;top:22px;display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:var(--blue);color:#fff;font-weight:850}.image-card{overflow:hidden}.image-card img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;background:#e7f2f1}.split{display:grid;gap:24px;align-items:start}.check-list{margin:20px 0 0;padding:0;list-style:none;display:grid;gap:10px}.check-list li{padding:12px 14px;background:#fff;border:1px solid var(--line);border-radius:8px;color:#344a50}.disclosure{padding:24px;background:#eef8f2;border-color:#bbddcb}.cta{display:grid;gap:22px;margin-top:30px;margin-bottom:54px;padding:28px;background:linear-gradient(135deg,var(--blue-dark),var(--green-dark));border-radius:8px}.cta h2,.cta .eyebrow{color:#fff}.cta p{color:rgba(255,255,255,.82);max-width:720px}.form-card{padding:22px}.form{display:grid;gap:14px}.form label{display:grid;gap:6px;color:var(--blue-dark);font-size:.94rem;font-weight:800}.form input,.form select,.form textarea{width:100%;padding:12px 13px;border:1px solid #bcd3dc;border-radius:8px;background:#fbfefd;color:var(--ink);font:inherit}.form input:focus,.form select:focus,.form textarea:focus{outline:2px solid rgba(15,95,159,.22);border-color:var(--blue)}.form textarea{resize:vertical}.consent{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;color:#4b6066;font-size:.92rem}.consent input{width:auto;margin-top:4px}.faq details{padding:18px 0;border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;color:var(--blue-dark);font-weight:850}.faq p{margin-top:10px;color:#52676d}.link-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.link-list a{padding:10px 12px;border:1px solid #bcd3dc;border-radius:8px;background:#fff;color:var(--blue-dark);text-decoration:none;font-weight:800}.link-list a:hover{border-color:var(--green);color:var(--green-dark)}.site-footer{background:var(--blue-dark);color:#eaf5fb;margin-top:54px}.footer-inner{padding:34px 0}.footer-links{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0}.footer-links a{color:#eaf5fb}.footer-inner p{color:#c9dbe3}.page-hero .hero-inner{grid-template-columns:1fr}.page-hero h1{font-size:clamp(2.35rem,6vw,4.2rem)}@media (min-width:760px){.nav{display:flex}.hero-inner{grid-template-columns:1.05fr .95fr}.hero-actions,.cta-actions{flex-direction:row}.grid{grid-template-columns:repeat(3,minmax(0,1fr))}.split{grid-template-columns:1fr 1fr}.cta{grid-template-columns:1fr .85fr;align-items:start}.page-hero .hero-inner{grid-template-columns:1.05fr .95fr}.button{width:auto}}@media (max-width:759px){.site-header{align-items:center}.brand{min-width:180px}.brand-logo{width:clamp(180px,55vw,220px);height:auto}.brand-mark{width:128px;height:40px}.header-call{font-size:.86rem;padding:9px 10px}.image-card img{aspect-ratio:4/3}}