:root{color:#20201d;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#fffdfa;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#fffdfa;min-width:320px;margin:0}button,input,textarea,a{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}main{overflow:hidden}.hero{isolation:isolate;background:#fffdfa;border-bottom:1px solid #efe8dc;align-items:center;min-height:min(760px,94dvh);padding:92px 16px 72px;display:grid;position:relative}.topbar{z-index:3;align-items:center;gap:34px;width:min(1160px,100% - 32px);padding:18px 0;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.brand{color:#254f46;align-items:center;gap:10px;font-size:19px;font-weight:800;display:inline-flex}.brand-mark{background:#f4f8ef;border:1px solid #dfe8db;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.topbar nav{color:#254f46;align-items:center;gap:20px;font-size:15px;font-weight:700;display:flex}.hero-inner{grid-template-columns:minmax(0,.9fr) minmax(360px,.82fr);align-items:center;gap:clamp(28px,6vw,72px);width:min(1160px,100%);margin:0 auto;display:grid}.hero-copy{z-index:2;width:min(620px,100%);position:relative}.eyebrow{color:#57806c;letter-spacing:0;text-transform:uppercase;margin:0 0 12px;font-size:13px;font-weight:800}h1,h2,h3,p{margin:0}h1{color:#254f46;letter-spacing:0;font-size:clamp(42px,8vw,74px);line-height:.98}h2{color:#254f46;letter-spacing:0;font-size:clamp(30px,5vw,48px);line-height:1.05}h3{color:#254f46;font-size:20px;line-height:1.2}.hero-copy>p:not(.eyebrow),.section-heading>p,.showcase-copy>p,.feedback-copy>p{color:#6f7480;font-size:clamp(16px,2.2vw,19px);line-height:1.55}.hero-copy>p:not(.eyebrow){width:min(560px,100%);margin-top:22px}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.primary-link,.ghost-link,.submit-button{border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:50px;padding:0 20px;font-weight:800;display:inline-flex}.primary-link,.submit-button{color:#fffdfa;background:#25584d;box-shadow:0 12px 22px #254f462b}.ghost-link{color:#254f46;background:#fffdfac7;border:1px solid #dce8d7}.hero-art{z-index:1;object-fit:contain;opacity:.98;filter:drop-shadow(0 24px 36px #20201d29);justify-self:end;width:min(100%,520px)}.intro-section,.showcase,.use-cases,.feedback-section{width:min(1160px,100% - 32px);margin:0 auto}.intro-section{padding:72px 0 34px}.section-heading{width:min(760px,100%)}.section-heading>p{margin-top:14px}.flow,.use-cases{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.flow{margin-top:28px}.flow article,.use-cases article,.feedback-form{background:#fbfaf6;border:1px solid #eee3ce;border-radius:14px;box-shadow:0 10px 24px #20201d14}.flow article,.use-cases article{gap:12px;padding:22px;display:grid}.flow svg,.use-cases svg,.contact-note svg{color:#25584d}.flow p,.use-cases p{color:#6f7480;font-size:15px;line-height:1.5}.showcase{grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);align-items:center;gap:clamp(24px,5vw,56px);padding:54px 0 42px;display:grid}.showcase-copy>p{margin-top:16px}.showcase-copy ul{gap:12px;margin:24px 0 0;padding:0;list-style:none;display:grid}.showcase-copy li{color:#20201d;align-items:flex-start;gap:10px;font-size:16px;line-height:1.4;display:flex}.showcase-copy li svg{color:#8bbf54;flex:none;margin-top:1px}.phone-stack{min-height:390px;position:relative}.phone-stack img{background:#fbfaf6;border:1px solid #eee3cee6;border-radius:14px;width:min(74%,360px);position:absolute;box-shadow:0 18px 34px #20201d21}.phone-stack img:first-child{top:0;left:0}.phone-stack img:last-child{bottom:0;right:0}.use-cases{padding:28px 0 64px}.feedback-section{border-top:1px solid #efe8dc;grid-template-columns:minmax(0,.82fr) minmax(320px,.72fr);align-items:start;gap:clamp(22px,5vw,56px);padding:64px 0 82px;display:grid}.feedback-copy>p{margin-top:16px}.contact-note{color:#254f46;align-items:center;gap:10px;width:min(430px,100%);margin-top:24px;font-size:15px;line-height:1.4;display:flex}.feedback-form{gap:14px;padding:20px;display:grid}.feedback-form label{color:#20201d;gap:8px;font-size:13px;font-weight:800;display:grid}.feedback-form input,.feedback-form textarea{color:#20201d;background:#fffdfa;border:1px solid #dce0e8;border-radius:12px;outline:0;width:100%;font-size:16px}.feedback-form input{min-height:48px;padding:0 13px}.feedback-form textarea{resize:vertical;min-height:132px;padding:13px}.feedback-form input:focus,.feedback-form textarea:focus{border-color:#8bbf54;box-shadow:0 0 0 3px #8bbf542e}.hidden-field{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.submit-button{width:100%;margin-top:2px;font-size:16px}.submit-button:disabled{cursor:default;opacity:.72}.success-message,.error-message{border-radius:12px;padding:12px;font-size:14px;line-height:1.4}.success-message{color:#254f46;background:#f0f8e8;align-items:center;gap:8px;display:flex}.error-message{color:#8a2f23;background:#fff0ed}@media (width<=860px){.hero{align-items:start;min-height:auto;padding-top:78px}.topbar nav{display:none}.hero-inner{grid-template-columns:1fr;gap:26px}.hero-art{opacity:.96;justify-self:center;width:min(100%,440px)}.hero-copy{width:min(560px,100%);padding-top:0}h1{font-size:clamp(40px,12vw,58px)}.flow,.use-cases,.showcase,.feedback-section{grid-template-columns:1fr}.phone-stack{min-height:360px}.feedback-section{padding-top:48px}}@media (width<=520px){.hero{padding-left:16px;padding-right:16px}.hero-art{width:min(100%,360px)}.hero-actions{display:grid}.primary-link,.ghost-link{width:100%}.intro-section{padding-top:52px}.flow article,.use-cases article,.feedback-form{padding:18px}.phone-stack{min-height:300px}.phone-stack img{width:72%}}
