@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--ink:#071724;--green:#438b3b;--green-dark:#296b2c;--paper:#f1f2f0;--muted:#54636b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}.site-header{width:min(1440px,calc(100% - 64px));height:88px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:36px;border-bottom:1px solid rgba(7,23,36,.1);position:relative;z-index:10}.brand{display:flex;align-items:center;gap:12px;font-size:25px;font-weight:800;letter-spacing:-.05em}.brand b{color:var(--green)}.brand-mark{width:43px;height:43px;border:2px solid var(--green-dark);border-radius:10px;display:grid;place-items:center;color:var(--green-dark);font-size:27px;position:relative}.brand-mark:before,.brand-mark:after{content:"";position:absolute;width:8px;height:8px;background:var(--paper)}.brand-mark:before{top:-4px;left:8px}.brand-mark:after{bottom:-4px;right:8px}nav{display:flex;gap:34px;color:#53616a;font-size:14px;font-weight:600}nav a:hover{color:var(--green-dark)}.header-cta{padding:12px 19px;border:1px solid rgba(42,107,44,.35);border-radius:9px;color:var(--green-dark);font-size:14px;font-weight:700}.hero{min-height:calc(100vh - 88px);width:min(1440px,calc(100% - 64px));margin:auto;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:40px;padding:58px 0 76px;overflow:hidden}.hero-copy{position:relative;z-index:2}.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 23px;color:var(--green-dark);font-size:12px;font-weight:800;letter-spacing:.075em;text-transform:uppercase}.eyebrow span{width:28px;height:2px;background:var(--green)}h1{margin:0;font-size:clamp(58px,6vw,94px);line-height:.92;letter-spacing:-.075em;font-weight:800}h1 em{color:var(--green);font-style:normal;font-weight:600}.lead{max-width:600px;margin:30px 0 0;color:var(--muted);font-size:19px;line-height:1.65}.actions{display:flex;gap:12px;margin-top:34px}.button{min-height:53px;padding:0 23px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:24px;font-size:15px;font-weight:750;transition:.2s}.primary{background:var(--green-dark);color:white;box-shadow:0 10px 25px rgba(41,107,44,.18)}.primary:hover{transform:translateY(-2px);background:#215b25}.primary span{font-size:20px}.secondary{border:1px solid #cbd4ce;background:rgba(255,255,255,.45)}.secondary:hover{background:#fff}.trust{margin-top:31px;display:flex;flex-wrap:wrap;gap:18px;color:#5d6a71;font-size:12px;font-weight:600}.trust span:first-letter{color:var(--green)}.hero-image{position:relative;min-height:590px;display:flex;align-items:center;justify-content:center}.hero-image:before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,#e3ebe1,rgba(227,235,225,0) 69%)}.hero-image img{position:relative;z-index:1;width:118%;max-width:none;filter:drop-shadow(0 26px 28px rgba(9,25,31,.16));mix-blend-mode:multiply}.cloud-badge{position:absolute;z-index:3;right:0;top:24px;width:142px;height:142px;padding:14px;border-radius:50%;background:#f9faf8;border:2px solid var(--green);box-shadow:0 16px 30px rgba(29,61,45,.16);display:flex;flex-direction:column;align-items:center;text-align:center}.cloud-badge span{color:var(--green);font-size:30px;line-height:1}.cloud-badge strong{font-size:11px;text-transform:uppercase}.cloud-badge small{margin-top:4px;color:var(--green-dark);font-size:6px;font-weight:700;text-transform:uppercase}.cloud-badge b{color:var(--green);font-size:23px;line-height:1.15}@media(max-width:1050px){.site-header,.hero{width:min(100% - 40px,900px)}nav{display:none}.hero{grid-template-columns:1fr;padding-top:70px}.hero-image{min-height:540px}.hero-image img{width:105%}}@media(max-width:650px){.site-header{height:72px;width:calc(100% - 30px)}.brand{font-size:20px}.brand-mark{width:37px;height:37px}.header-cta{display:none}.hero{width:calc(100% - 30px);padding:48px 0 20px;gap:20px}.eyebrow{font-size:10px}h1{font-size:52px}.lead{font-size:16px;line-height:1.55}.actions{flex-direction:column}.button{width:100%}.hero-image{min-height:300px}.hero-image img{width:128%}.cloud-badge{width:96px;height:96px;right:-2px;top:0;padding:8px}.cloud-badge span{font-size:20px}.cloud-badge strong{font-size:8px}.cloud-badge small{font-size:5px}.cloud-badge b{font-size:16px}}
