:root{--slate:#253f4d;--slate-dark:#172e39;--slate-soft:#4c6671;--orange:#2f7d4a;--orange-dark:#24643b;--mist:#f5f7f8;--line:#d8e0e4;--white:#fff;--text:#253f4d;--muted:#647983;--sans:"Roboto",Arial,sans-serif;--body:"Source Sans 3",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--text);background:#fff;font:18px/1.55 var(--body);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{text-decoration:none;color:inherit}img{display:block;width:100%}button,input,select{font:inherit}button{color:inherit}h1,h2,h3,p{margin-top:0}.utility-bar{height:44px;background:var(--slate);color:#dce5e9;font:600 16px/1 var(--body)}.utility-bar>div{height:100%;max-width:1380px;margin:auto;padding:0 34px;display:flex;justify-content:space-between;align-items:center}.utility-bar nav{display:flex;gap:24px}.utility-bar a:hover{color:#fff}.site-header{height:82px;padding:0 max(34px,calc((100vw - 1380px)/2));display:flex;align-items:center;gap:46px;position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 3px 18px #253f4d14}.brand{display:flex;align-items:center;gap:9px;font:700 24px/1 var(--sans);letter-spacing:-1px;white-space:nowrap}.brand svg{width:37px;height:37px;fill:none;stroke:var(--orange);stroke-width:2.5;stroke-linecap:round}.brand b{color:var(--orange)}.desktop-nav{display:flex;align-items:center;gap:34px;margin-left:auto;font:600 15px var(--sans)}.desktop-nav a{transition:color .2s}.desktop-nav a:hover{color:var(--orange)}.desktop-nav i{font-style:normal;font-size:12px;margin-left:4px}.header-actions{display:flex;align-items:center;gap:20px;font:700 14px var(--sans)}.login{color:var(--slate)}.nav-button,.button{border-radius:4px;font:700 15px var(--sans);transition:.2s}.nav-button{padding:13px 23px;background:var(--orange);color:#fff}.nav-button:hover,.button.primary:hover{background:var(--orange-dark);transform:translateY(-1px)}.menu-button,.mobile-nav{display:none}.hero{min-height:760px;padding:80px 24px 0;background:var(--slate);color:#fff;text-align:center;overflow:hidden}.hero-copy{max-width:950px;margin:0 auto}.kicker{margin-bottom:16px;font:700 13px/1.2 var(--sans);letter-spacing:1.6px}.hero h1{margin:0 0 22px;font:900 clamp(48px,5.2vw,76px)/1.05 var(--sans);letter-spacing:-2.5px}.hero-copy>p:not(.kicker){max-width:770px;margin:0 auto 26px;color:#e0e8eb;font-size:22px}.hero-actions{display:flex;justify-content:center;gap:15px}.button{padding:14px 28px}.button.primary{background:var(--orange);color:#fff}.button.secondary{border:2px solid white;color:#fff;padding:12px 27px}.button.secondary:hover{background:#fff;color:var(--slate)}.hero-copy>small{display:block;margin-top:17px;color:#c5d1d6;font-size:13px}.hero-product{max-width:1120px;height:430px;margin:52px auto -65px;position:relative}.browser{height:430px;border:7px solid #ecf0f2;border-bottom:0;border-radius:14px 14px 0 0;display:grid;grid-template:34px 1fr/62px 1fr;overflow:hidden;background:#fff;color:var(--text);box-shadow:0 28px 65px #00000047;text-align:left}.browser-top{grid-column:1/3;padding:0 14px;background:#ecf0f2;display:flex;align-items:center;gap:6px;color:#789}.browser-top>span{width:8px;height:8px;border-radius:50%;background:#c1cbd0}.browser-top b{margin:auto;font-size:9px;font-weight:500}.browser-top i{font-size:8px;color:#7d8f97}.browser aside{padding:16px 11px;background:var(--slate-dark);display:flex;align-items:center;flex-direction:column;gap:14px}.mini-brand{width:35px;height:35px;margin-bottom:8px;border-radius:5px;display:grid;place-items:center;background:var(--orange);color:#fff;font:800 10px var(--sans)}.browser aside a{width:34px;height:34px;border-radius:5px;display:grid;place-items:center;color:#9cafb8;font-size:13px}.browser aside a.active{background:#355361;color:#fff}.dashboard{padding:24px;background:#f4f7f8;overflow:hidden}.dashboard>header{display:flex;justify-content:space-between;align-items:center}.dashboard header small{font-size:7px;color:#72868f;letter-spacing:1px}.dashboard h3{font:700 21px var(--sans);margin:3px 0}.dashboard header button{padding:9px 14px;border:0;border-radius:4px;background:var(--orange);color:#fff;font:700 9px var(--sans)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin:19px 0}.stats article{padding:13px 16px;border:1px solid #dfe6e9;border-radius:5px;background:#fff;display:grid;grid-template-columns:1fr auto}.stats span{font-size:7px;font-weight:700;color:#789}.stats b{grid-row:1/3;grid-column:2;font:700 23px var(--sans)}.stats small{font-size:8px;color:#80929a}.dash-grid{display:grid;grid-template-columns:1.35fr .8fr;gap:14px}.dash-grid section{border:1px solid #dfe6e9;border-radius:5px;background:#fff;padding:15px}.panel-title{display:flex;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #edf0f1}.panel-title b{font-size:10px}.panel-title a{font-size:8px;color:var(--orange)}.feed{display:flex;gap:10px;padding:12px 0;border-bottom:1px solid #edf0f1}.feed>i{flex:0 0 31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#dce8ed;font:700 7px var(--sans);font-style:normal}.feed>i.orange{background:#dcefe2}.feed p{margin:0;display:flex;flex-direction:column}.feed b{font-size:9px}.feed span{font-size:8px;color:#667b84}.feed small{font-size:7px;color:#95a3a9}.dash-grid label{display:block;padding:12px 0;border-bottom:1px solid #edf0f1;font-size:9px}.dash-grid input{accent-color:var(--orange);margin-right:7px}.phone{position:absolute;right:-18px;bottom:-15px;width:210px;height:385px;padding:16px 12px 14px;border:7px solid #182e39;border-radius:28px;background:#fbfcfc;color:var(--text);box-shadow:0 20px 45px #0000004d;text-align:center;display:flex;flex-direction:column;align-items:center;overflow:hidden}.phone-notch{position:absolute;width:75px;height:15px;left:calc(50% - 37px);top:0;border-radius:0 0 10px 10px;background:#182e39}.phone-head{width:calc(100% + 24px);margin:-16px -12px 12px;padding:35px 12px 15px;background:#e8edef;display:flex;flex-direction:column;flex:0 0 auto}.phone-head small{font-size:6px;color:#789}.phone-head b{font:700 16px var(--sans);margin:9px 0}.phone-head span{font-size:7px;color:#71858d}.record{flex:0 0 40px;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:var(--orange);color:#fff}.phone>strong{display:block;margin:5px 0;font-size:9px}.phone>p{width:100%;padding:9px;margin:3px 0 9px;border-radius:5px;background:#f0f3f4;text-align:left;font-size:8px;line-height:1.4}.phone-actions{width:100%;display:flex;gap:5px;margin-top:auto}.phone-actions span{flex:1;padding:6px 1px;border:1px solid #d7dfe2;border-radius:4px;font-size:7px}.trust{padding:32px 6vw 50px;text-align:center;background:#fff}.trust>p{font:700 13px var(--sans);letter-spacing:1.5px;color:var(--orange)}.trust h2{margin:0;font:700 clamp(18px,1.7vw,24px)/1.3 var(--sans);color:var(--slate)}.partner-logos{max-width:900px;margin:38px auto 0;display:grid;grid-template-columns:130px 210px 1fr 190px;align-items:center;justify-content:center;gap:50px}.partner-logos img{width:100%;height:82px;object-fit:contain;filter:grayscale(1);opacity:.78;transition:filter .2s,opacity .2s,transform .2s}.partner-logos img:hover{filter:grayscale(0);opacity:1;transform:translateY(-2px)}.partner-logos .ag-data-logo{height:90px}.partner-logos .thrive-logo{height:70px}.partner-logos .cultivator-logo{height:72px}.partner-logos .antler-logo{height:64px}.section{padding:100px max(30px,calc((100vw - 1240px)/2))}.section-head{text-align:center;max-width:850px;margin:0 auto 55px}.orange-text{color:var(--orange)}.section-head h2{font:700 clamp(38px,4vw,54px)/1.12 var(--sans);letter-spacing:-1.6px;margin:0 0 20px}.section-head>p:last-child{max-width:720px;margin:auto;color:var(--muted);font-size:20px}.intro{background:var(--mist)}.feature-tabs{max-width:1000px;margin:0 auto 50px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;box-shadow:0 4px 18px #253f4d14}.feature-tabs button{padding:22px 10px;border:0;border-bottom:4px solid transparent;background:#fff;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;font:700 15px var(--sans)}.feature-tabs button i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eef2f4;color:var(--slate);font-style:normal}.feature-tabs button.active{border-color:var(--orange);color:var(--orange)}.feature-tabs button.active i{background:var(--orange);color:#fff}.feature-stage{max-width:1100px;margin:auto;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:70px}.feature-stage h3{font:700 37px/1.17 var(--sans);letter-spacing:-1px}.feature-stage>div:first-child>p:not(.kicker){color:var(--muted);font-size:21px;line-height:1.6}.feature-stage ul{list-style:none;padding:0;margin:28px 0}.feature-stage li{padding:8px 0;font-size:19px}.feature-stage li:before{content:"✓";margin-right:11px;color:var(--orange);font-weight:700}.feature-stage a{font:700 18px var(--sans);color:var(--orange)}.feature-stage a b{margin-left:9px}.feature-image{height:480px;position:relative}.feature-image>img{height:100%;object-fit:cover;border-radius:5px}.update-card{position:absolute;left:-35px;bottom:30px;width:370px;padding:24px;border-left:5px solid var(--orange);border-radius:4px;background:#fff;box-shadow:0 12px 30px #253f4d33;display:flex;flex-direction:column}.update-card span{font-size:11px;font-weight:700;color:var(--orange);letter-spacing:.4px}.update-card b{font:700 20px var(--sans);margin:8px 0}.update-card p{font-size:17px;line-height:1.45;margin-bottom:12px}.update-card small{font-size:12px;color:#71858d}.testimonial{min-height:390px;padding:75px 20px;background:var(--orange);color:#fff;display:flex;justify-content:center;align-items:flex-start;gap:28px}.quote-mark{font:900 110px/1 var(--sans);opacity:.3}.testimonial blockquote{max-width:850px;margin:25px 0 0}.testimonial blockquote>p{font:600 clamp(27px,3.1vw,43px)/1.28 var(--sans)}.testimonial footer{display:flex;align-items:center;gap:12px}.testimonial footer>span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--orange);font:700 11px var(--sans)}.testimonial footer div{display:flex;flex-direction:column}.testimonial footer b{font-size:14px}.testimonial footer small{font-size:12px;opacity:.8}.solutions{background:#fff}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.solution-grid article{padding:36px 30px;border:1px solid var(--line);border-radius:5px;transition:.25s}.solution-grid article:hover{transform:translateY(-5px);box-shadow:0 16px 35px #253f4d1f;border-color:transparent}.solution-grid i{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#e2f1e7;color:var(--orange);font-style:normal;font-size:25px}.solution-grid h3{font:700 24px var(--sans);margin:25px 0 12px}.solution-grid p{color:var(--muted);font-size:16px}.solution-grid a{font:700 14px var(--sans);color:var(--orange)}.teams{background:var(--slate)}.section-head.light{color:#fff}.section-head.light>p:last-child{color:#c4d0d5}.team-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.team-cards article{height:440px;position:relative;overflow:hidden;border-radius:5px;background:#112833}.team-cards article:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 35%,#0f242ee6)}.team-cards img{height:100%;object-fit:cover;transition:transform .5s}.team-cards article:hover img{transform:scale(1.04)}.team-cards article>div{position:absolute;z-index:2;left:25px;right:25px;bottom:25px;color:#fff}.team-cards small{font:700 10px var(--sans);letter-spacing:1.3px;color:#a9dfb8}.team-cards h3{font:700 25px/1.25 var(--sans);margin:9px 0 20px}.team-cards a{font:700 13px var(--sans)}.demo{background:#edf1f3;display:grid;grid-template-columns:1fr .9fr;gap:90px;align-items:center}.demo-copy h2{font:700 clamp(45px,5vw,68px)/1.05 var(--sans);letter-spacing:-2px;margin:20px 0}.demo-copy>p:not(.kicker){font-size:20px;color:var(--muted)}.demo-copy ul{list-style:none;padding:0;margin-top:28px}.demo-copy li{padding:8px 0;font-weight:600}.demo-copy li:before{content:"✓";margin-right:12px;color:var(--orange)}.demo-form{padding:38px;border-radius:5px;background:#fff;box-shadow:0 15px 40px #253f4d26}.demo-form h3{font:700 27px var(--sans);margin-bottom:4px}.demo-form>p{color:var(--muted);font-size:15px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.demo-form label{display:block;margin-bottom:14px}.demo-form label>span{display:block;margin-bottom:6px;font:700 12px var(--sans)}.demo-form input,.demo-form select{width:100%;padding:13px;border:1px solid #cfd8dc;border-radius:3px;background:#fff;outline:none}.demo-form input:focus,.demo-form select:focus{border-color:var(--orange);box-shadow:0 0 0 3px #e2f1e7}.demo-form>button{width:100%;padding:14px 18px;border:0;border-radius:3px;background:var(--orange);color:#fff;display:flex;justify-content:space-between;font:700 15px var(--sans);cursor:pointer}.demo-form>button:hover{background:var(--orange-dark)}.demo-form>button.submitted{background:#3f7c62}.demo-form>small{display:block;text-align:center;margin-top:10px;color:#83949b;font-size:10px}.site-footer{padding:70px max(30px,calc((100vw - 1240px)/2)) 25px;background:var(--slate-dark);color:#fff}.footer-main{display:flex;justify-content:space-between}.footer-brand svg{stroke:var(--orange)}.footer-main>div>p{max-width:380px;margin-top:18px;color:#aebec5;font-size:18px;line-height:1.55}.footer-main nav{display:flex;gap:75px}.footer-main nav>div{display:flex;flex-direction:column;gap:9px}.footer-main nav b{margin-bottom:8px;color:#879ca5;font:700 13px var(--sans);letter-spacing:1px}.footer-main nav a{color:#d7e0e4;font-size:17px}.footer-main nav a:hover{color:var(--orange)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:65px;padding-top:20px;border-top:1px solid #38505b;color:#879ca5;font-size:14px}.footer-bottom nav{display:flex;gap:24px}.footer-bottom a{color:#d7e0e4}.footer-bottom a:hover{color:var(--orange)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}.delay{transition-delay:.1s}.delay-2{transition-delay:.2s}@media(max-width:1000px){.desktop-nav{gap:18px}.login{display:none}.hero-product{max-width:850px}.phone{right:5px}.feature-stage{gap:35px}.demo{gap:45px}.footer-main nav{gap:35px}}@media(max-width:760px){html{scroll-padding-top:68px}.utility-bar{display:none}.site-header{height:68px;padding:0 20px;position:fixed;left:0;right:0}.brand{font-size:21px}.brand svg{width:32px}.desktop-nav,.header-actions{display:none}.menu-button{display:flex;margin-left:auto;width:40px;height:40px;padding:8px;border:0;background:none;flex-direction:column;justify-content:center;gap:5px}.menu-button span{width:24px;height:2px;background:var(--slate)}.mobile-nav{position:absolute;top:68px;left:0;right:0;padding:23px;background:#fff;box-shadow:0 12px 20px #253f4d1f;flex-direction:column;gap:16px;font:600 16px var(--sans)}.mobile-nav.open{display:flex}.hero{min-height:0;padding:120px 20px 0}.hero h1{font-size:45px;letter-spacing:-1.7px}.hero-copy>p:not(.kicker){font-size:19px}.hero-actions{flex-direction:column;max-width:280px;margin:auto}.hero-product{width:150%;height:350px;margin:45px 0 -40px -25%}.browser{height:350px;grid-template:28px 1fr/45px 1fr;border-width:5px}.browser aside{padding:10px 5px}.browser aside a{width:28px;height:28px}.dashboard{padding:13px}.dashboard h3{font-size:15px}.stats{gap:5px}.stats article{padding:8px}.dash-grid{grid-template-columns:1fr}.dash-grid section:last-child{display:none}.phone{display:none}.trust{padding:25px 20px 40px}.trust h2{font-size:19px}.partner-logos{max-width:420px;margin-top:30px;display:grid;grid-template-columns:100px 1fr;gap:25px 35px}.partner-logos .ag-data-logo{height:78px}.partner-logos .thrive-logo{height:58px}.partner-logos .cultivator-logo{grid-column:auto;height:58px}.partner-logos .antler-logo{height:54px}.section{padding:75px 20px}.section-head{margin-bottom:38px}.section-head h2{font-size:37px}.section-head>p:last-child{font-size:18px}.feature-tabs{overflow-x:auto;grid-template-columns:repeat(4,150px);justify-content:start}.feature-tabs button{padding:17px 8px}.feature-stage{grid-template-columns:1fr}.feature-stage h3{font-size:31px}.feature-image{height:380px}.update-card{left:12px;right:12px;bottom:15px;width:auto}.testimonial{padding:55px 22px;gap:10px}.quote-mark{font-size:65px}.testimonial blockquote{margin-top:12px}.solution-grid,.team-cards{grid-template-columns:1fr}.team-cards article{height:390px}.demo{grid-template-columns:1fr;gap:40px}.form-row{grid-template-columns:1fr}.demo-form{padding:28px 20px}.footer-main{display:block}.footer-main nav{margin-top:45px;flex-wrap:wrap}.footer-bottom{gap:14px;align-items:flex-start;flex-direction:column}.footer-bottom nav{gap:18px;flex-wrap:wrap}.reveal{transform:translateY(8px)}}.footer-brand{display:block;width:230px;height:92px;overflow:hidden}.footer-brand img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}@media(max-width:760px){.footer-brand{width:200px;height:80px}}.header-logo{width:230px;height:72px;overflow:hidden}.header-logo img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%) invert(40%) sepia(21%) saturate(1432%) hue-rotate(89deg) brightness(91%) contrast(88%)}.hero-copy{max-width:1120px}.hero h1{font-size:clamp(62px,6.5vw,96px);line-height:1.02;letter-spacing:-3.5px}.hero-copy>p:not(.kicker){max-width:850px;font-size:26px}.hero .kicker{font-size:15px}@media(max-width:760px){.header-logo{width:170px;height:58px}.hero h1{font-size:52px;letter-spacing:-2px}.hero-copy>p:not(.kicker){font-size:21px}.hero .kicker{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}
