:root{--green:#557626;--green-dark:#3f581c;--soft:#eef1e5;--ink:#171a1f;--muted:#68706a;--line:#e6e8e3;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.site-header{height:84px;max-width:1220px;padding:0 32px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:9px;color:var(--ink);font-weight:800;text-decoration:none}.brand img:first-child{width:34px;height:34px;object-fit:contain}.brand-wordmark{height:20px;width:auto}nav{display:flex;align-items:center;gap:28px}nav a{color:#40463f;text-decoration:none;font-size:14px;font-weight:650}.nav-cta{padding:12px 18px;border-radius:99px;background:var(--green);color:#fff}.hero{min-height:650px;padding:70px max(32px,calc((100vw - 1156px)/2));display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center;overflow:hidden;background:linear-gradient(117deg,#f7f8f5 0%,#fff 53%,#eff3e9 100%)}.hero-copy{max-width:590px}.eyebrow{margin:0 0 18px;color:var(--green);font-size:12px;font-weight:850;letter-spacing:.18em}.hero h1{font-size:clamp(43px,5vw,70px);line-height:1.03;letter-spacing:-.055em;margin:0;max-width:680px}.hero h1 span{color:var(--green)}.hero-text{max-width:515px;color:var(--muted);font-size:18px;line-height:1.65;margin:26px 0 31px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;padding:16px 22px;text-decoration:none;font-size:15px;font-weight:800;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--green);color:#fff;box-shadow:0 12px 28px #55762632}.button-secondary{border:1px solid #cbd3c4;color:var(--green);background:#fff}.trust-row{display:flex;flex-wrap:wrap;gap:14px 22px;margin-top:32px;color:#52614b;font-size:13px;font-weight:650}.phone-stage{height:555px;position:relative;display:flex;justify-content:center;align-items:center}.glow{position:absolute;border-radius:50%;filter:blur(5px)}.glow-one{width:405px;height:405px;background:#dce8cf;top:40px;right:15px}.glow-two{width:180px;height:180px;background:#ffdfaa;bottom:0;left:20px}.phone{z-index:1;width:270px;height:535px;border:8px solid #1b1b1b;border-radius:38px;background:#1b1b1b;padding:3px;box-shadow:0 30px 65px #171a1f45;position:relative}.phone-screen{overflow:hidden;border-radius:28px;height:100%;position:relative;background:#dcc49e}.phone-notch{z-index:4;position:absolute;top:12px;left:50%;width:106px;height:25px;transform:translateX(-50%);border-radius:18px;background:#050505}.phone-background{width:100%;height:100%;object-fit:cover;position:absolute}.screen-shade{position:absolute;inset:0;background:linear-gradient(180deg,#e9f0eddd 2%,#fce9cf99 45%,#10210d55 100%)}.phone-content{position:absolute;z-index:2;top:95px;left:20px;right:20px;text-align:center}.phone-mark{width:76px;height:76px;object-fit:contain}.phone-wordmark{display:block;width:154px;height:auto;margin:14px auto 7px;filter:brightness(.45)}.phone-content p{margin:0;color:#557626;font-size:9px;letter-spacing:.33em;font-weight:900}.phone-button{position:absolute;z-index:2;bottom:49px;left:16px;right:16px;padding:15px;background:#557626;color:#fff;text-decoration:none;border-radius:12px;text-align:center;font-size:13px;font-weight:800}.phone-dots{z-index:2;position:absolute;bottom:22px;left:0;right:0;display:flex;justify-content:center;gap:7px}.phone-dots i{width:6px;height:6px;border-radius:50%;background:#ffffff99}.phone-dots .active{background:#fff}.intro-section{padding:112px 32px 62px;text-align:center;max-width:760px;margin:auto}.intro-section h2,.closing h2{font-size:clamp(32px,4vw,48px);line-height:1.1;letter-spacing:-.04em;margin:0}.intro-section>p:last-child{max-width:620px;margin:22px auto 0;color:var(--muted);line-height:1.7;font-size:17px}.features{max-width:1156px;margin:0 auto;padding:25px 32px 112px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{padding:31px;border:1px solid var(--line);border-radius:20px;background:#fff;transition:box-shadow .2s,transform .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 17px 35px #171a1f13}.feature-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;color:var(--green);background:var(--soft);font-size:29px;font-weight:800}.feature-card h3{font-size:20px;margin:22px 0 9px}.feature-card p{color:var(--muted);line-height:1.6;font-size:15px;margin:0}.closing{max-width:1156px;margin:0 auto 70px;padding:50px 54px;border-radius:24px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:26px}.closing .eyebrow{color:#dce9cc}.button-light{background:#fff;color:var(--green);white-space:nowrap}footer{max-width:1156px;margin:auto;border-top:1px solid var(--line);padding:25px 0 38px;display:flex;justify-content:space-between;align-items:center;color:#778077;font-size:13px}footer .brand img{width:28px;height:28px}footer p{margin:0}@media(max-width:780px){.site-header{height:70px;padding:0 20px}.brand-wordmark{height:17px}nav a:not(.nav-cta){display:none}nav{gap:0}.nav-cta{padding:10px 14px;font-size:13px}.hero{padding:58px 24px 65px;display:flex;flex-direction:column;text-align:center;gap:35px}.hero-copy{display:flex;flex-direction:column;align-items:center}.hero h1{font-size:48px}.hero-text{font-size:16px}.trust-row{justify-content:center}.phone-stage{height:480px;width:100%}.phone{width:238px;height:472px;border-radius:34px}.phone-content{top:83px}.intro-section{padding:78px 24px 35px}.features{padding:25px 24px 75px;grid-template-columns:1fr}.closing{margin:0 18px 50px;padding:36px 28px;flex-direction:column;align-items:flex-start}.closing h2{font-size:34px}footer{margin:0 22px;padding:23px 0;gap:16px;flex-direction:column;align-items:flex-start}}
