:root{--green:#78b82a;--green2:#98d34c;--dark:#18211c;--charcoal:#253029;--cream:#f4f6ec;--soft:#e9f0df;--white:#fff;--line:#dce6d2;--shadow:0 18px 45px rgba(24,33,28,.12);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--dark);font:16px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}
.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:12px clamp(18px,5vw,72px);background:rgba(244,246,236,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(37,48,41,.08)}.brand{display:flex;align-items:center;gap:11px}.brand img{width:48px;height:48px;border-radius:13px}.brand span{display:grid;line-height:1.1}.brand strong{font-size:1.05rem}.brand small{font-size:.72rem;color:#59665d}.site-header nav{display:flex;gap:28px;font-weight:700;font-size:.92rem}.site-header nav a:hover{color:#4f8e10}.nav-toggle{display:none;border:0;background:none;font-size:1.5rem}
.hero{min-height:76vh;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:60px;padding:72px clamp(22px,7vw,110px);background:radial-gradient(circle at 85% 10%,rgba(120,184,42,.22),transparent 33%),linear-gradient(135deg,#f9faef,#eaf2df)}.hero h1{font-size:clamp(3rem,7vw,6rem);line-height:.95;letter-spacing:-.055em;margin:.2em 0}.hero h1 em{display:block;color:#579617;font-style:normal}.hero p{font-size:1.14rem;max-width:720px;color:#4e5c53}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;font-weight:900;color:#4f8e10}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:14px;font-weight:850}.btn.primary{background:var(--dark);color:#fff}.btn.secondary{background:#fff;border:1px solid var(--line)}.btn.light{background:#fff;color:var(--dark)}.trust-row{display:flex;flex-wrap:wrap;gap:10px 22px;font-size:.86rem;font-weight:700;color:#56635a}.hero-mark{display:grid;justify-items:center;text-align:center}.hero-mark img{max-width:440px;filter:drop-shadow(0 28px 34px rgba(24,33,28,.18))}.hero-mark span{margin-top:12px;font-weight:900;color:#35443a}
.section{padding:90px clamp(22px,7vw,110px)}.section.alt{background:#fff}.section-head{max-width:760px;margin-bottom:38px}.section h2{font-size:clamp(2.2rem,4vw,4rem);line-height:1.05;letter-spacing:-.04em;margin:.2em 0}.section-head p{color:#647066;font-size:1.05rem}.card-grid{display:grid;gap:18px}.card-grid.four{grid-template-columns:repeat(4,1fr)}.card,.price-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 10px 24px rgba(24,33,28,.05)}.icon{font-size:2rem}.card h3,.price-card h3{margin:.55em 0 .2em}.card p,.price-card p{color:#637066}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.price-card.featured{background:var(--dark);color:#fff;border-color:var(--dark);transform:translateY(-8px);box-shadow:var(--shadow)}.price-card.featured p,.price-card.featured li{color:#dce9df}.badge{display:inline-block;background:var(--green2);color:#14200e;padding:5px 9px;border-radius:999px;font-size:.72rem;font-weight:900}.price{font-size:2.8rem;font-weight:950;letter-spacing:-.05em}.price span{font-size:.9rem;font-weight:700;letter-spacing:0}.price-card ul{padding-left:20px}.addon{margin-top:20px;padding:18px 22px;background:var(--soft);border-radius:16px}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.steps b{display:grid;place-items:center;width:42px;height:42px;background:var(--green);border-radius:50%;font-size:1.1rem}.steps h3{margin:.8em 0 .2em}.steps p{color:#657168}.app-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center;background:linear-gradient(145deg,#172019,#263429);color:#fff;overflow:hidden}.app-section p{color:#cbd8ce}.feature-pills{display:flex;flex-wrap:wrap;gap:9px;margin:25px 0}.feature-pills span{padding:8px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.06);font-size:.83rem}.app-store-card{display:inline-flex;align-items:center;gap:14px;background:#fff;color:#172019;padding:12px 15px;border-radius:18px;max-width:370px}.app-store-card img{width:64px;border-radius:14px}.app-store-card span{display:grid;line-height:1.25}.app-store-card small{font-size:.72rem}.app-store-card strong{font-size:1.12rem}.app-store-card em{font-style:normal;color:#758077;font-size:.73rem}.screens{position:relative;min-height:640px}.phone-shot{position:absolute;width:42%;right:4%;top:0;border-radius:32px;box-shadow:0 30px 70px rgba(0,0,0,.38);z-index:2}.ipad-shot{position:absolute;width:68%;left:0;bottom:-7%;border-radius:25px;box-shadow:0 30px 70px rgba(0,0,0,.32)}.about{display:grid;grid-template-columns:1fr 320px;gap:55px;align-items:center}.about>div{max-width:760px}.about img{width:300px}.quote{font-size:1.4rem;font-weight:900;color:#4f8e10}.faq{max-width:1100px;margin:auto}.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px;margin:10px 0}.faq summary{font-weight:850;cursor:pointer}.faq details p{color:#617066}.cta{margin:0 clamp(22px,7vw,110px) 90px;padding:28px 32px;background:var(--green);border-radius:28px;display:flex;align-items:center;gap:20px;box-shadow:var(--shadow)}.cta img{width:70px;border-radius:18px}.cta h2{margin:0}.cta p{margin:0}.cta .btn{margin-left:auto}
footer{background:#111915;color:#dfe8e1;padding:42px clamp(22px,7vw,110px);display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}footer>div{display:flex;align-items:center;gap:13px}footer img{width:55px;border-radius:14px}footer span{display:grid}footer small{color:#8fa095}footer nav{display:flex;gap:20px}footer p{grid-column:1/-1;color:#7f8f84;font-size:.8rem;margin:0}.page{min-height:70vh;padding:70px clamp(22px,7vw,110px)}.page .content{max-width:900px;background:#fff;border:1px solid var(--line);padding:32px;border-radius:24px}.page h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1;margin:.2em 0 .5em}.page h2{margin-top:1.6em}.page li,.page p{color:#56645b}
@media(max-width:980px){.card-grid.four,.pricing-grid,.steps{grid-template-columns:repeat(2,1fr)}.hero,.app-section{grid-template-columns:1fr}.hero-mark img{max-width:330px}.screens{min-height:560px}.about{grid-template-columns:1fr}.about img{width:230px}.site-header nav{display:none;position:absolute;top:73px;left:14px;right:14px;flex-direction:column;background:#fff;padding:20px;border-radius:18px;box-shadow:var(--shadow)}.site-header nav.open{display:flex}.nav-toggle{display:block}}
@media(max-width:600px){.hero{padding-top:48px}.hero h1{font-size:3.4rem}.card-grid.four,.pricing-grid,.steps{grid-template-columns:1fr}.price-card.featured{transform:none}.section{padding:66px 20px}.screens{min-height:460px}.phone-shot{width:48%;right:0}.ipad-shot{width:82%;left:-10%}.cta{margin:0 20px 60px;align-items:flex-start;flex-wrap:wrap}.cta .btn{margin-left:0}.cta img{width:54px}footer{grid-template-columns:1fr}footer nav{flex-wrap:wrap}}
.estimator{background:linear-gradient(180deg,#eef4e5,#f8faF3)}.estimate-wrap{display:grid;grid-template-columns:1fr .8fr;gap:24px;max-width:980px}.estimate-form,.estimate-result{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 10px 24px rgba(24,33,28,.05)}.estimate-form{display:grid;gap:18px}.estimate-form label{display:grid;gap:8px;font-weight:850}.estimate-form select{width:100%;padding:14px;border-radius:12px;border:1px solid #cfdac7;background:#fff;font:inherit;color:var(--dark)}.estimate-form .check-row{display:flex;grid-template-columns:none;align-items:center;gap:10px;font-weight:750}.estimate-form .check-row input{width:20px;height:20px;accent-color:var(--green)}.estimate-result{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.estimate-result>span{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#647066}.estimate-result strong{font-size:4.5rem;line-height:1;margin:.12em 0;color:#4f8e10;letter-spacing:-.06em}.estimate-result p{color:#637066}.estimate-result small{min-height:1.4em;margin-top:8px;color:#4f8e10;font-weight:750}
@media(max-width:760px){.estimate-wrap{grid-template-columns:1fr}.estimate-result strong{font-size:3.8rem}}

.service-request-form{margin-top:34px;max-width:980px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:0 12px 30px rgba(24,33,28,.07)}
.request-intro h3{font-size:2rem;line-height:1.05;margin:.2em 0}.request-intro p{margin-top:0;color:#647066}.request-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0}.request-fields label{display:grid;gap:7px;font-weight:850}.request-fields label.wide{grid-column:1/-1}.request-fields input,.request-fields textarea{width:100%;padding:13px 14px;border:1px solid #cfdac7;border-radius:12px;background:#fff;color:var(--dark);font:inherit}.request-fields textarea{resize:vertical}.request-fields input:focus,.request-fields textarea:focus,.estimate-form select:focus{outline:3px solid rgba(120,184,42,.18);border-color:#78b82a}.request-summary{display:flex;flex-direction:column;gap:3px;margin:4px 0 18px;padding:14px 16px;border-radius:14px;background:var(--soft)}.request-summary span{font-size:.9rem;color:#5e6c62}.request-status{min-height:1.5em;margin:12px 0 0;font-weight:750}.request-status.success{color:#397b09}.request-status.error{color:#a52720}.app-access-note{padding:14px 16px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.05)}
@media(max-width:760px){.request-fields{grid-template-columns:1fr}.request-fields label.wide{grid-column:auto}.service-request-form{padding:22px}.request-intro h3{font-size:1.65rem}}
