@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{--ink:#0b2925;--deep:#071d1b;--mint:#b8f2cf;--lime:#d9f86c;--paper:#f7f7f1;--muted:#65817a;--line:#dce6df}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}.container{max-width:1180px;padding:0 26px;margin:auto}.nav{height:84px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;font:800 21px Manrope}.brand img{width:38px;height:38px;border-radius:11px}.navlinks{display:flex;align-items:center;gap:26px}.navlinks a{color:var(--ink);font-size:14px;text-decoration:none}.navlinks .button{color:#fff}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 19px;border:0;border-radius:999px;font:700 14px "DM Sans";text-decoration:none;cursor:pointer}.button-dark{background:var(--ink);color:#fff}.button-light{background:var(--lime);color:var(--ink)}.hero{position:relative;overflow:hidden;min-height:638px;padding:75px 8%;border-radius:30px;background:var(--deep);color:#fff}.orb{position:absolute;border-radius:50%;pointer-events:none}.orb1{right:-105px;top:-100px;width:460px;height:460px;background:radial-gradient(circle at 33% 32%,#e8ff9a 0 5%,#a2e6bb 7% 23%,#31756b 53%,transparent 70%);opacity:.9}.orb2{left:32%;bottom:-350px;width:500px;height:500px;background:#55b1a0;opacity:.2}.tag{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #ffffff27;border-radius:99px;background:#ffffff0d;color:#c5e4d8;font-size:13px}.dot{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px #d9f86c1d}.hero h1{position:relative;z-index:1;max-width:730px;margin:28px 0 20px;font:800 clamp(45px,6.5vw,79px)/1.03 Manrope;letter-spacing:-4.5px}.hero h1 span{color:var(--lime)}.hero p{position:relative;z-index:1;max-width:490px;margin:0;color:#b8d0c7;font-size:18px;line-height:1.55}.actions{position:relative;z-index:1;display:flex;gap:12px;flex-wrap:wrap;margin-top:33px}.border-btn{border:1px solid #ffffff32;color:#fff;background:#ffffff0c}.phone{position:absolute;z-index:2;right:11%;bottom:-124px;width:253px;padding:8px;background:#193f39;border-radius:35px 35px 0 0;box-shadow:0 25px 65px #0008;transform:rotate(5deg)}.phone img{display:block;width:100%;border-radius:29px 29px 0 0}.section{padding:108px 0}.kicker{color:#4e786f;text-transform:uppercase;letter-spacing:1.6px;font-size:11px;font-weight:700}.section h2,.callout h2{max-width:690px;margin:12px 0 16px;font:800 clamp(34px,4vw,52px)/1.1 Manrope;letter-spacing:-2.6px}.lead{max-width:540px;margin:0;color:var(--muted);font-size:17px;line-height:1.55}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:46px}.card{min-height:220px;padding:27px;background:#fff;border:1px solid var(--line);border-radius:20px}.icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#e6f6e8;font-size:20px}.card h3{margin:22px 0 9px;font:700 19px Manrope;letter-spacing:-.5px}.card p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}.callout{display:grid;grid-template-columns:1fr .88fr;gap:48px;align-items:center;padding:58px 7%;border-radius:30px;background:#dff1e4}.callout h2{margin-top:11px}.dashboard{padding:22px;background:#103f38;border-radius:23px;color:#ecfaf3;box-shadow:14px 15px 0 #b7ddc3}.dash-top,.dash-foot{display:flex;justify-content:space-between;color:#b3d2c9;font-size:12px}.dashboard h3{margin:26px 0 15px;font:700 23px Manrope}.bar{height:8px;overflow:hidden;border-radius:99px;background:#3c6960}.bar span{display:block;width:72%;height:100%;border-radius:inherit;background:var(--lime)}.dash-foot{margin-top:13px}.footer{margin-top:110px;padding:47px 0 27px;background:var(--deep);color:#c6dcd4}.footer-top{display:flex;justify-content:space-between;gap:30px}.footer .brand{color:white}.footer p{max-width:330px;font-size:13px;line-height:1.5}.footer-nav{display:flex;gap:22px;flex-wrap:wrap}.footer-nav a{color:#c6dcd4;text-decoration:none;font-size:13px}.copy{margin-top:37px;padding-top:20px;border-top:1px solid #ffffff20;color:#849e96;font-size:12px}.legal{max-width:760px;margin:auto;padding:42px 24px 76px}.legal .brand{font-size:19px}.legal h1{margin:37px 0 9px;font:800 clamp(36px,5vw,51px)/1.1 Manrope;letter-spacing:-2px}.date{color:var(--muted);margin:0 0 34px}.legal h2{margin:34px 0 10px;font:700 21px Manrope}.legal p,.legal li{line-height:1.68}.legal .notice{margin-top:32px;padding:19px 21px;border-radius:15px;background:#e1f2e7}.legal a{color:#17675a}@media(max-width:720px){.container{padding:0 16px}.nav{height:70px}.navlinks>a:not(.button){display:none}.hero{min-height:650px;padding:54px 25px;border-radius:23px}.hero h1{letter-spacing:-3px}.hero p{font-size:16px}.phone{right:4%;width:205px;bottom:-100px}.section{padding:76px 0}.grid{grid-template-columns:1fr}.callout{grid-template-columns:1fr;padding:37px 25px;border-radius:23px;gap:25px}.footer{margin-top:76px}.footer-top{flex-direction:column}.orb1{right:-250px}.hero h1{font-size:48px}}
