:root{color-scheme:light;--ink:#203b34;--body:#40544d;--green:#21644a;--green-dark:#174c3a;--green-soft:#e8f2e8;--paper:#f7f8f2;--line:#d9e1d6;--white:#fff;font-synthesis:none;font-family:Avenir Next,Avenir,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);margin:0;font-weight:400}h1,h2,h3,h4{font-weight:500}button,input,select,textarea{font:inherit}a{color:inherit}img{max-width:100%;height:auto}button{cursor:pointer}:focus-visible{outline-offset:3px;outline:3px solid #8bc5a4}.container{width:min(100% - 2.5rem,1180px);margin-inline:auto}.skip-link{z-index:10;background:var(--white);padding:.7rem 1rem;position:absolute;top:-4rem;left:1rem}.skip-link:focus{top:1rem}.site-header{background:var(--paper);border-bottom:1px solid var(--line)}.header-inner{align-items:center;gap:2rem;min-height:82px;display:flex}.wordmark{letter-spacing:-.055em;color:var(--ink);flex:none;font-size:1.75rem;font-weight:600;text-decoration:none}.wordmark span{color:#4ba66b}.primary-nav{gap:1.55rem;margin-left:auto;display:flex}.primary-nav a,.login-link{font-size:.93rem;font-weight:500;text-decoration:none}.primary-nav a:hover,.login-link:hover{color:var(--green);text-underline-offset:.3em;text-decoration:underline}.mobile-demo-link{display:none}.header-actions{align-items:center;gap:1.4rem;margin-left:1rem;display:flex}.button{border:1px solid var(--green);background:var(--green);min-height:50px;color:var(--white);text-align:center;border-radius:5px;justify-content:center;align-items:center;padding:.8rem 1.4rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s,transform .15s;display:inline-flex}.button:hover{background:var(--green-dark);transform:translateY(-1px)}.button-small{min-height:40px;padding:.55rem .95rem;font-size:.9rem}.button-outline{color:var(--green-dark);background:0 0}.button-outline:hover{color:var(--white)}.eyebrow{color:var(--green);letter-spacing:.13em;text-transform:uppercase;margin:0 0 1rem;font-size:.76rem;font-weight:600}.section-title{letter-spacing:-.035em;max-width:780px;margin:0;font-size:clamp(2rem,4.2vw,3.5rem);font-weight:500;line-height:1.13}.section-lede{max-width:680px;color:var(--body);margin:1rem 0 0;font-size:1.15rem;line-height:1.65}.hero{background:var(--paper)}.hero-grid{grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);align-items:center;gap:4rem;min-height:580px;padding-block:5rem 6rem;display:grid}.hero h1{letter-spacing:-.045em;max-width:670px;margin:0;font-size:clamp(3.25rem,6.1vw,5.3rem);font-weight:500;line-height:1.03}.hero h1 span{color:var(--green)}.hero-copy{max-width:580px;color:var(--body);margin:1.7rem 0 0;font-size:1.2rem;line-height:1.6}.hero-actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:2rem;display:flex}.hero-note{color:#65786e;font-size:.9rem}.hero-art{padding:1.5rem;position:relative}.hero-art:before{content:"";background:#e2f0df;border-radius:48% 52% 44% 56%;position:absolute;inset:8% 6%;transform:rotate(-7deg)}.hero-art img{object-fit:contain;width:100%;max-height:460px;display:block;position:relative}.feature-section,.testimonial-section,.pricing-section,.story-section{padding-block:6rem}.feature-section{background:var(--white)}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;margin-top:3rem;display:grid}.feature{border:1px solid var(--line);background:#fff;border-radius:6px;padding:1.5rem}.feature img{object-fit:contain;width:42px;height:42px}.feature h3{letter-spacing:-.02em;margin:1.5rem 0 .65rem;font-size:1.18rem}.feature p{color:var(--body);margin:0;line-height:1.6}.band{background:#e8f2e8;padding-block:2.8rem}.band-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.band p{letter-spacing:-.025em;max-width:730px;margin:0;font-size:1.45rem;font-weight:500;line-height:1.35}.testimonial-section{background:var(--paper)}.quote-grid{grid-template-columns:220px minmax(0,1fr);align-items:center;gap:3rem;margin-top:3rem;display:grid}.quote-grid img{aspect-ratio:1;object-fit:cover;border-radius:50%;width:220px;display:block}blockquote{margin:0}blockquote p{letter-spacing:-.02em;margin:0;font-size:clamp(1.35rem,2.5vw,2rem);font-weight:400;line-height:1.5}blockquote footer{color:var(--body);margin-top:1.5rem;font-size:1rem}.pricing-section{background:var(--white)}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;max-width:820px;margin-top:2.7rem;display:grid}.price-card{border:1px solid var(--line);background:var(--paper);border-radius:6px;padding:2rem}.price-card h3{margin:0;font-size:1.2rem}.price{letter-spacing:-.05em;margin:.9rem 0 1rem;font-size:3.15rem;font-weight:500}.price span{color:var(--body);letter-spacing:0;font-size:1rem;font-weight:500}.price-card p{color:var(--body);line-height:1.55}.price-card ul{color:var(--body);padding-left:1.2rem;line-height:1.9}.pricing-action{margin-top:2rem}.closing-section{background:var(--green);color:var(--white);padding-block:5rem}.closing-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.closing-section h2{letter-spacing:-.04em;max-width:640px;margin:0;font-size:clamp(2rem,4vw,3.3rem);line-height:1.16}.closing-section .button{border-color:var(--white);background:var(--white);color:var(--green-dark);flex:none}.closing-section .button:hover{background:var(--paper)}.page-intro{background:var(--paper);padding-block:4.7rem 2.8rem}.page-intro h1{letter-spacing:-.055em;max-width:820px;margin:0;font-size:clamp(2.7rem,5.5vw,4.6rem);line-height:1.07}.page-intro p{max-width:700px;color:var(--body);margin:1.4rem 0 0;font-size:1.2rem;line-height:1.65}.story-grid{grid-template-columns:minmax(0,1fr) minmax(0,.85fr);align-items:start;gap:4rem;display:grid}.story-copy p{color:var(--body);margin:0 0 1.5rem;font-size:1.15rem;line-height:1.75}.story-copy h2{letter-spacing:-.04em;margin:2.5rem 0 1rem;font-size:2rem}.story-grid img{border-radius:5px;width:100%}.story-caption{color:var(--body);font-size:.86rem}.demo-layout{grid-template-columns:minmax(0,.7fr) minmax(0,1fr);gap:5rem;padding-block:4.5rem 6rem;display:grid}.demo-aside h1{letter-spacing:-.05em;margin:0;font-size:clamp(2.5rem,4vw,4rem);line-height:1.1}.demo-aside p{max-width:400px;color:var(--body);font-size:1.12rem;line-height:1.65}.demo-aside img{max-width:370px;margin-top:2rem}.demo-form{border:1px solid var(--line);border-radius:6px;padding:2rem;box-shadow:0 16px 36px #193c2d0b}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;display:grid}.field{flex-direction:column;gap:.45rem;margin-bottom:1.15rem;display:flex}.field label{font-size:.9rem;font-weight:500}.field input,.field select,.field textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #a9b8ab;border-radius:4px;padding:.75rem .8rem}.field textarea{resize:vertical;min-height:130px}.field-hint{color:var(--body);font-size:.82rem}.honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.form-status{min-height:1.5rem;margin:.5rem 0 1rem;font-size:.92rem}.form-status[data-kind=error]{color:#a22e2e}.form-status[data-kind=success]{color:var(--green-dark)}.demo-form button:disabled{cursor:wait;opacity:.7;transform:none}.legal-page{max-width:860px;padding-block:3rem 6rem}.legal-page h1{letter-spacing:-.05em;font-size:clamp(2.5rem,4vw,4rem)}.legal-copy{color:var(--body);line-height:1.72}.legal-copy h2,.legal-copy h3{color:var(--ink);margin-top:2rem;line-height:1.25}.legal-copy h3{font-size:1.35rem}.legal-copy h4{color:var(--ink);margin-top:1.5rem;font-size:1.08rem}.legal-copy p,.legal-copy li{margin-block:.8rem}.legal-copy ul{padding-left:1.5rem}.legal-copy a{color:var(--green);text-underline-offset:.2em;text-decoration-thickness:1px}.site-footer{color:#dbe7df;background:#1d3831}.footer-main{justify-content:space-between;gap:4rem;padding-block:4rem;display:flex}.wordmark-light{color:var(--white)}.footer-intro{max-width:340px}.footer-intro p{line-height:1.6}.footer-intro>a:last-child{color:#dbe7df}.footer-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem;display:grid}.footer-links div{flex-direction:column;gap:.8rem;display:flex}.footer-links h2{color:var(--white);margin:0 0 .4rem;font-size:.9rem}.footer-links a{color:#dbe7df;font-size:.9rem;text-decoration:none}.footer-links a:hover,.footer-intro>a:last-child:hover{text-decoration:underline}.footer-bottom{border-top:1px solid #4d6659;justify-content:space-between;gap:1rem;padding-block:1.2rem;font-size:.8rem;display:flex}@media (width<=900px){.header-inner{flex-wrap:wrap;gap:.8rem 1.5rem;padding-block:1rem}.primary-nav{order:3;justify-content:space-between;width:100%;margin-left:0}.header-actions{margin-left:auto}.hero-grid{gap:1.5rem}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.demo-layout{gap:2rem}}@media (width<=680px){.container{width:min(100% - 2rem,1180px)}.primary-nav{white-space:nowrap;justify-content:flex-start;gap:1rem;padding-bottom:.15rem;overflow-x:auto}.primary-nav a{font-size:.85rem}.mobile-demo-link{display:inline}.header-actions{gap:.8rem}.header-actions .button{display:none}.hero-grid,.story-grid,.demo-layout{grid-template-columns:1fr}.hero-grid{padding-block:3.7rem 4.5rem}.hero-art{max-width:470px;margin-inline:auto}.feature-section,.testimonial-section,.pricing-section,.story-section{padding-block:4.5rem}.feature-grid,.pricing-grid,.form-grid{grid-template-columns:1fr}.quote-grid{grid-template-columns:1fr;gap:1.5rem}.quote-grid img{width:100px}.band-inner,.closing-inner,.footer-main{flex-direction:column;align-items:flex-start}.footer-links{gap:1rem;width:100%}.footer-bottom{flex-direction:column}.demo-layout{padding-block:3rem 4rem}.demo-form{padding:1.3rem}}
