:root{--ink:#13231f;--green:#0a6b50;--lime:#b7df55;--muted:#61716b;--line:#dce4dc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbfcf9;color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-header{height:84px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:28px;border-bottom:1px solid rgba(19,35,31,.08)}.brand{display:flex;align-items:center;gap:11px}.brand img{width:44px;height:44px;object-fit:contain}.brand span{display:flex;flex-direction:column}.brand strong{font-size:18px;letter-spacing:.06em}.brand small{color:var(--muted);font-size:9px;letter-spacing:.05em}.desktop-nav{display:flex;gap:35px;font-size:14px;font-weight:700;color:#40534c}.desktop-nav a:hover{color:var(--green)}.nav-cta{background:var(--ink);color:#fff;border-radius:8px;padding:13px 18px;font-size:13px;font-weight:700}.nav-cta span{margin-left:9px}.hero{max-width:1240px;min-height:670px;margin:auto;padding:78px 28px 58px;display:grid;grid-template-columns:.93fr 1.07fr;align-items:center;gap:48px;overflow:hidden}.eyebrow{color:var(--green);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.16em;display:flex;align-items:center;gap:10px}.eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 5px rgba(183,223,85,.2)}h1{font-family:Georgia,'Times New Roman',serif;font-size:59px;line-height:1.03;letter-spacing:-.045em;margin:22px 0 24px;max-width:660px}h1 em{font-style:italic;color:var(--green)}.lead{max-width:600px;font-size:17px;line-height:1.75;color:var(--muted)}.hero-actions{display:flex;gap:14px;margin:34px 0 40px;flex-wrap:wrap}.button{padding:16px 21px;border-radius:8px;font-size:14px;font-weight:800;display:inline-flex;align-items:center;gap:12px}.primary{background:var(--green);color:#fff;box-shadow:0 12px 30px rgba(10,107,80,.2)}.secondary{border:1px solid var(--line);background:#fff}.play{display:grid;place-items:center;width:25px;height:25px;border:1px solid var(--line);border-radius:50%;font-size:8px}.hero-proof{display:flex;gap:34px;padding-top:25px;border-top:1px solid var(--line)}.hero-proof div{display:flex;flex-direction:column}.hero-proof b{font-family:Georgia,serif;font-size:27px;color:var(--green)}.hero-proof span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-top:4px}.hero-visual{position:relative;min-height:510px;display:flex;align-items:center}.glow{position:absolute;width:520px;height:520px;right:-45px;border-radius:50%;background:radial-gradient(circle,#dbeabf 0,#edf3df 44%,transparent 69%)}.dashboard{position:relative;width:100%;background:#fff;border:1px solid #dbe4dc;border-radius:16px;box-shadow:0 28px 70px rgba(25,57,46,.16);overflow:hidden;transform:rotate(1deg)}.dash-top{height:47px;border-bottom:1px solid #edf0ec;display:flex;align-items:center;gap:18px;padding:0 15px}.dash-logo{width:25px;height:25px;border-radius:6px;background:var(--green);color:white;display:grid;place-items:center;font-family:Georgia;font-weight:bold}.search{width:150px;padding:6px 10px;background:#f4f6f3;border-radius:5px;font-size:8px;color:#96a09c}.avatar{margin-left:auto;background:#e8efdd;color:var(--green);font-size:7px;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;font-weight:bold}.dash-body{display:flex}.dash-body aside{width:52px;background:#102921;display:flex;flex-direction:column;align-items:center;gap:14px;padding:18px 0;color:#789188}.dash-body aside span{width:26px;height:26px;border-radius:5px;display:grid;place-items:center;font-size:11px}.dash-body aside .active{background:var(--lime);color:var(--ink)}.dash-content{padding:22px 23px 24px;flex:1;background:#fafbf9}.dash-title{display:flex;justify-content:space-between;align-items:center}.dash-title div{display:flex;flex-direction:column;gap:5px}.dash-title small,.stats small,.bottom-cards small{font-size:7px;color:#8b9893;letter-spacing:.1em}.dash-title b{font-family:Georgia;font-size:16px}.dash-title button{font-size:7px;background:#fff;border:1px solid #e3e8e3;border-radius:5px;padding:7px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:17px}.stats div,.bottom-cards>div{background:#fff;border:1px solid #e7ebe7;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:7px}.stats b{font-size:14px}.stats i{font-size:7px;color:#19875f;font-style:normal}.stats i.amber{color:#bb7918}.chart-card{margin-top:10px;background:#fff;border:1px solid #e7ebe7;border-radius:8px;padding:13px}.chart-head{display:flex;justify-content:space-between;font-size:8px}.chart-head span{color:#75847e}.chart{height:100px;margin-top:8px;display:flex;align-items:flex-end;gap:7px;border-bottom:1px solid #e6ebe6;background:repeating-linear-gradient(to bottom,#fff,#fff 32px,#eff3ef 33px)}.chart i{display:block;flex:1;background:linear-gradient(#1a8667,#9ad47a);height:45%;border-radius:3px 3px 0 0}.chart i:nth-child(2){height:57%}.chart i:nth-child(3){height:42%}.chart i:nth-child(4){height:70%}.chart i:nth-child(5){height:63%}.chart i:nth-child(6){height:82%}.chart i:nth-child(7){height:73%}.chart i:nth-child(8){height:93%;background:var(--green)}.months{display:flex;justify-content:space-between;font-size:6px;color:#93a09b;margin-top:5px}.bottom-cards{display:grid;grid-template-columns:1.25fr .75fr;gap:9px;margin-top:10px}.bottom-cards b{font-size:14px}.progress{height:4px;background:#e8ede8;border-radius:9px}.progress i{display:block;width:68%;height:100%;background:var(--lime);border-radius:9px}.green-dot{font-size:7px;color:var(--green)}.floating-card{position:absolute;right:-18px;bottom:45px;background:#fff;border:1px solid var(--line);border-radius:9px;box-shadow:0 14px 40px rgba(25,57,46,.16);padding:11px 15px;display:flex;gap:10px;align-items:center}.floating-card>span{background:#e9f5df;color:var(--green);border-radius:50%;width:29px;height:29px;display:grid;place-items:center}.floating-card div{display:flex;flex-direction:column}.floating-card small{font-size:7px;color:var(--muted)}.floating-card b{font-size:11px;margin-top:3px}.trust-strip{min-height:76px;background:var(--ink);color:#d6e0d9;display:flex;align-items:center;justify-content:center;gap:42px;font-size:10px;letter-spacing:.15em;font-weight:bold}.trust-strip i{color:var(--lime);font-style:normal}
@media(max-width:900px){.desktop-nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.hero-copy{text-align:center}.eyebrow{justify-content:center}.lead{margin-left:auto;margin-right:auto}.hero-actions,.hero-proof{justify-content:center}.hero-visual{min-height:440px}.trust-strip{flex-wrap:wrap;padding:25px;gap:18px}.trust-strip i{display:none}}@media(max-width:560px){.site-header{height:70px;padding:0 17px}.brand img{width:37px;height:37px}.brand small{display:none}.nav-cta{padding:11px 12px}.nav-cta span{display:none}.hero{padding:42px 17px 44px;gap:24px}h1{font-size:42px}.lead{font-size:15px}.hero-actions{flex-direction:column}.button{justify-content:center}.hero-proof{gap:16px}.hero-proof b{font-size:22px}.hero-proof span{font-size:8px}.hero-visual{min-height:335px}.dashboard{transform:none}.dash-content{padding:12px}.stats{gap:5px}.stats div{padding:8px}.stats b{font-size:10px}.chart{height:70px}.bottom-cards{display:none}.floating-card{right:5px;bottom:8px}.trust-strip{gap:15px;flex-direction:column}}
.section{max-width:1184px;margin:auto;padding:110px 28px}.section-kicker{font-size:11px;color:var(--green);text-transform:uppercase;letter-spacing:.18em;font-weight:800;margin-bottom:20px}.section-kicker.light{color:var(--lime)}.section-heading{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:60px;margin-bottom:56px}.section h2,.feature-band h2,.contact h2{font-family:Georgia,'Times New Roman',serif;font-size:48px;line-height:1.06;letter-spacing:-.04em;margin:0}.section h2 em,.feature-band h2 em{color:var(--green);font-weight:400}.section-heading>p,.pricing-head>p{color:var(--muted);line-height:1.8;font-size:15px;margin:0}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.module{min-height:300px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);position:relative;transition:.25s;background:#fbfcf9}.module:hover{background:#fff;box-shadow:0 16px 45px rgba(22,56,45,.08);transform:translateY(-3px);z-index:1}.module>span{position:absolute;right:25px;top:22px;font-size:10px;color:#97a39e}.module-icon{width:48px;height:48px;border-radius:12px;background:#e7f1df;color:var(--green);display:grid;place-items:center;font-family:Georgia;font-size:22px}.module h3{font-family:Georgia;font-size:20px;margin:28px 0 12px}.module p{font-size:13px;line-height:1.75;color:var(--muted);min-height:70px}.module a{display:inline-flex;gap:8px;font-size:11px;font-weight:800;color:var(--green);margin-top:14px}.feature-band{max-width:1366px;margin:auto;background:var(--ink);color:#fff;padding:95px max(6vw,30px);display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.feature-copy h2 em{color:var(--lime)}.feature-copy>p{font-size:15px;line-height:1.8;color:#aebdb7;margin:25px 0 34px}.feature-copy ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:25px}.feature-copy li{display:flex;flex-direction:column;gap:7px;border-left:2px solid var(--lime);padding-left:14px}.feature-copy li b{font-size:13px}.feature-copy li span{color:#9eaea8;font-size:11px;line-height:1.55}.report-panel{background:#16352d;border:1px solid #2d5147;border-radius:18px;padding:30px;box-shadow:0 35px 70px rgba(0,0,0,.2)}.report-top{display:flex;flex-direction:column;gap:9px}.report-top span{font-size:8px;letter-spacing:.15em;color:#8ea39c}.report-top b{font-family:Georgia;font-size:18px}.report-number{display:flex;justify-content:space-between;align-items:flex-end;margin-top:26px}.report-number div{display:flex;flex-direction:column;gap:7px}.report-number small{font-size:7px;color:#90a39d}.report-number b{font-size:25px}.report-number i{font-size:9px;color:var(--lime);font-style:normal;background:#284b41;padding:8px 10px;border-radius:20px}.line-chart{height:180px;margin-top:18px;background:repeating-linear-gradient(to bottom,transparent,transparent 44px,#28483f 45px)}.line-chart svg{width:100%;height:100%}.report-types{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.report-types span{border:1px solid #36584f;border-radius:6px;padding:10px;text-align:center;color:#acbbb6;font-size:8px}.demo-section{padding-top:75px;padding-bottom:75px}.demo-card{background:#edf4e4;border-radius:20px;padding:50px;display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center;position:relative;overflow:hidden}.demo-card:before{content:"";position:absolute;width:260px;height:260px;background:var(--lime);opacity:.13;border-radius:50%;left:-100px;bottom:-150px}.demo-card h2{font-size:40px}.demo-card>div>p{color:var(--muted);line-height:1.7}.demo-login{background:#fff;border-radius:12px;padding:25px;box-shadow:0 15px 35px rgba(36,70,58,.1)}.demo-login>small{font-size:8px;letter-spacing:.17em;color:var(--green);font-weight:bold}.demo-login p{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:12px 0;margin:0;font-size:12px}.demo-login p span{color:var(--muted)}.demo-login .button{width:100%;justify-content:center;margin-top:18px}.pricing{padding-top:90px}.pricing-head{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:50px}.plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.plan{border:1px solid var(--line);border-radius:12px;padding:28px 23px;background:#fff;position:relative}.plan.popular{border:2px solid var(--green);transform:translateY(-8px)}.popular-label{position:absolute;left:50%;top:-12px;transform:translateX(-50%);white-space:nowrap;background:var(--green);color:#fff;border-radius:15px;padding:6px 12px;font-size:7px;letter-spacing:.1em}.plan h3{font-family:Georgia;font-size:17px;margin:0 0 25px}.price{font-family:Georgia;font-size:34px;color:var(--green);font-weight:bold}.plan>small{font-size:9px;color:var(--muted)}.plan ul{list-style:none;padding:20px 0;margin:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:13px;font-size:10px;color:#52645d}.plan>a{font-size:12px;font-weight:bold;color:var(--green);display:flex;justify-content:space-between}.price-note{text-align:center;color:#718078;font-size:10px;margin-top:30px}.contact{max-width:1366px;margin:auto;background:var(--green);color:#fff;padding:90px max(8vw,30px);display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact p{color:#c1d8cf;line-height:1.7}.button.lime{background:var(--lime);color:var(--ink);margin-top:15px}.contact-details{border-left:1px solid rgba(255,255,255,.2);padding-left:55px}.contact-details p{display:grid;grid-template-columns:100px 1fr;border-bottom:1px solid rgba(255,255,255,.18);padding:0 0 22px;margin:0 0 22px}.contact-details small{font-size:8px;letter-spacing:.12em;color:var(--lime)}.contact-details span{font-size:12px;line-height:1.7;color:#fff}footer{max-width:1184px;margin:auto;padding:35px 28px;display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand img{width:38px;height:38px}footer>p{font-size:9px;color:var(--muted)}footer>div{display:flex;gap:25px;font-size:10px;font-weight:bold}
@media(max-width:900px){.section-heading,.pricing-head{grid-template-columns:1fr;gap:20px}.module-grid{grid-template-columns:repeat(2,1fr)}.feature-band{grid-template-columns:1fr;gap:50px}.plan-grid{grid-template-columns:repeat(2,1fr)}.demo-card,.contact{grid-template-columns:1fr}.contact{gap:50px}.contact-details{border-left:0;border-top:1px solid rgba(255,255,255,.2);padding:35px 0 0}footer{flex-wrap:wrap}}@media(max-width:560px){.section{padding:75px 17px}.section h2,.feature-band h2,.contact h2{font-size:37px}.module-grid{grid-template-columns:1fr}.module{min-height:auto}.feature-band{padding:70px 18px}.feature-copy ul{grid-template-columns:1fr}.report-panel{padding:18px}.report-number b{font-size:19px}.line-chart{height:130px}.report-types{grid-template-columns:1fr 1fr}.demo-card{padding:28px;gap:30px}.demo-card h2{font-size:33px}.plan-grid{grid-template-columns:1fr}.plan.popular{transform:none;margin-top:10px}.contact{padding:70px 22px}.contact-details p{grid-template-columns:1fr;gap:8px}footer{padding:30px 20px;flex-direction:column;text-align:center}footer>div{order:2}}
