:root{--ink:#17201d;--muted:#68716d;--paper:#f7f4ed;--white:#fff;--lime:#c8f35b;--coral:#ff765e;--line:rgba(23,32,29,.13);--radius:28px;--shadow:0 25px 80px rgba(20,32,27,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:"DM Sans",sans-serif;line-height:1.55;overflow-x:hidden}.noise{position:fixed;inset:0;pointer-events:none;opacity:.045;z-index:10;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}.section-shell{max-width:1180px;margin:auto;padding-left:28px;padding-right:28px}.site-header{height:88px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20}.logo{display:flex;align-items:center;gap:10px;color:var(--ink);font:800 22px "Manrope";text-decoration:none}.logo-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--ink);color:var(--lime);font-size:17px;transform:rotate(-5deg)}.main-nav{display:flex;gap:34px}.main-nav a,.footer-links a,.footer-bottom a{color:var(--ink);text-decoration:none;font-size:14px;transition:.25s}.main-nav a:hover,.footer-links a:hover{opacity:.55}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;border:0;border-radius:100px;padding:15px 23px;font:600 14px "DM Sans";text-decoration:none;cursor:pointer;transition:transform .25s,box-shadow .25s}.button:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(23,32,29,.18)}.button-small{background:var(--ink);color:white;padding:12px 20px}.button-primary{background:var(--lime);color:var(--ink)}.menu-toggle{display:none;background:0;border:0;padding:8px}.menu-toggle span{display:block;width:25px;height:2px;background:var(--ink);margin:6px}.hero{min-height:720px;padding-top:76px;padding-bottom:100px;display:grid;grid-template-columns:.88fr 1.12fr;gap:45px;align-items:center}.eyebrow{text-transform:uppercase;font-size:11px;letter-spacing:2px;font-weight:700;display:flex;align-items:center;gap:9px;margin-bottom:20px}.eyebrow span{width:8px;height:8px;border-radius:50%;background:var(--coral)}h1,h2{font-family:"Manrope";line-height:.98;letter-spacing:-4.5px;margin:0}h1{font-size:clamp(64px,7vw,96px)}h1 em,h2 em,blockquote em{font-family:Georgia,serif;font-weight:400}h1 em{color:var(--coral)}.hero-lead{max-width:535px;font-size:18px;color:var(--muted);margin:28px 0 30px}.hero-actions{display:flex;align-items:center;gap:28px}.text-link{color:var(--ink);text-decoration:none;font-weight:600;font-size:14px}.play{display:inline-grid;place-items:center;width:32px;height:32px;border:1px solid var(--line);border-radius:50%;margin-right:8px;font-size:9px}.hero-proof{display:flex;align-items:center;gap:15px;margin-top:45px;font-size:13px}.hero-proof small{color:var(--muted)}.avatars{display:flex}.avatars span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#d5a88e;border:2px solid var(--paper);margin-left:-8px;font-size:10px;font-weight:700}.avatars span:nth-child(2){background:#c4d2ef}.avatars span:nth-child(3){background:#edd190}.avatars span:last-child{background:var(--ink);color:white}.hero-visual{height:510px;position:relative;display:flex;align-items:center}.hero-visual:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;right:28px;background:var(--lime)}.orbit{position:absolute;border:1px solid rgba(23,32,29,.14);border-radius:50%;right:-50px}.orbit-one{width:530px;height:530px}.orbit-two{width:610px;height:610px}.dashboard-card{width:555px;height:370px;background:#fbfbf9;border:1px solid rgba(255,255,255,.8);border-radius:19px;position:relative;margin-left:5px;box-shadow:0 28px 80px rgba(28,38,34,.22);overflow:hidden;transform:rotate(1.2deg)}.dashboard-top{height:49px;border-bottom:1px solid #e8ebe6;display:flex;align-items:center;justify-content:space-between;padding:0 18px}.dash-logo{font-size:11px;font-weight:700}.dash-logo span{display:inline-grid;place-items:center;width:20px;height:20px;background:var(--ink);color:var(--lime);border-radius:6px;margin-right:7px}.dash-avatar{width:25px;height:25px;background:#f7c5a1;border-radius:50%;display:grid;place-items:center;font-size:8px}.dashboard-body{height:321px;display:flex}.dash-side{width:48px;border-right:1px solid #e8ebe6;display:flex;align-items:center;flex-direction:column;gap:16px;padding-top:22px}.dash-side i{width:16px;height:16px;border-radius:5px;background:#e5e8e3}.dash-side i.active{background:var(--ink)}.dash-content{padding:20px 23px;flex:1}.dash-heading{display:flex;justify-content:space-between;align-items:center}.dash-heading small,.dash-heading strong{display:block}.dash-heading small{font-size:8px;color:#8b928e}.dash-heading strong{font-size:14px}.dash-heading button{background:var(--ink);color:white;border:0;border-radius:7px;font-size:8px;padding:8px 12px}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:17px}.stat-card{background:white;border:1px solid #edf0eb;border-radius:10px;padding:12px}.stat-card span,.stat-card small,.stat-card strong{display:block}.stat-card span,.stat-card small{font-size:7px;color:#89908c}.stat-card strong{font-size:16px;margin:3px 0}.stat-card small.positive{color:#5e8831}.stat-card.accent{background:#effbcf}.chart-card{margin-top:13px;background:white;border:1px solid #edf0eb;border-radius:10px;padding:12px}.chart-meta{display:flex;justify-content:space-between}.chart-meta small,.chart-meta strong{display:block}.chart-meta small{font-size:7px;color:#89908c}.chart-meta strong{font-size:10px}.chart-meta>span{font-size:7px;border:1px solid #eee;border-radius:5px;padding:5px 8px}.chart{height:91px;display:flex;align-items:end;gap:14px;padding:14px 12px 0;position:relative;background:repeating-linear-gradient(to bottom,transparent 0,transparent 22px,#f1f2ef 23px)}.bar{width:28px;background:#dcedb0;border-radius:4px 4px 0 0}.b1{height:29%}.b2{height:42%}.b3{height:36%}.b4{height:66%}.b5{height:53%}.b6{height:78%}.b7{height:88%;background:var(--ink)}.floating-card{position:absolute;display:flex;align-items:center;gap:10px;background:white;border-radius:12px;padding:11px 16px;box-shadow:0 12px 36px rgba(23,32,29,.16);font-size:10px}.floating-card>span{width:29px;height:29px;border-radius:9px;display:grid;place-items:center;background:var(--lime);font-weight:700}.floating-card small,.floating-card strong{display:block}.floating-card small{color:#858c88;font-size:8px}.card-growth{right:-10px;top:34px}.card-task{left:-19px;bottom:35px}.card-task>span{background:var(--coral);color:white}.logo-strip{padding:27px 28px 55px;text-align:center;border-bottom:1px solid var(--line)}.logo-strip p{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted)}.logo-strip div{max-width:960px;margin:24px auto 0;display:flex;justify-content:space-between;align-items:center;font:700 18px "Manrope";color:#68716d}.features{padding-top:130px;padding-bottom:140px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:65px}.section-heading h2,.process h2,.final-cta h2{font-size:clamp(48px,6vw,76px)}.section-heading h2 em{color:var(--coral)}.section-heading>p{max-width:400px;color:var(--muted);font-size:17px;margin:0 0 3px}.feature-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:auto auto;gap:20px}.feature-card{border-radius:var(--radius);padding:38px;overflow:hidden;position:relative}.feature-large{grid-row:span 2;background:white;min-height:680px}.feature-dark{background:var(--ink);color:white;min-height:330px}.feature-coral{background:var(--coral);min-height:330px}.feature-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:var(--ink);color:var(--lime);font-size:20px}.feature-icon.light{background:var(--lime);color:var(--ink)}.feature-icon.dark{background:var(--ink);color:white}.feature-card h3{font:700 24px "Manrope";margin:28px 0 10px;letter-spacing:-.8px}.feature-card>p{max-width:480px;color:var(--muted);margin:0}.feature-dark>p{color:#aab2ae}.feature-coral>p{color:rgba(23,32,29,.7)}.mini-board{position:absolute;left:38px;right:38px;bottom:38px;background:#f7f7f3;border-radius:17px;padding:20px;box-shadow:0 20px 50px rgba(23,32,29,.08)}.mini-board-head{display:flex;justify-content:space-between;font-size:12px;margin-bottom:13px}.board-row{display:grid;grid-template-columns:30px 1fr auto;align-items:center;padding:13px 0;border-top:1px solid #e5e8e3;font-size:10px}.board-row strong,.board-row small{display:block}.board-row small{color:#8d9490;margin-top:2px}.board-row b{font-size:8px;color:#55782c;background:#e5f2c7;border-radius:10px;padding:5px 8px}.board-row b.progress{color:#995348;background:#ffe0d9}.board-row b.pending{color:#68716d;background:#e8ebe7}.check{width:21px;height:21px;border:1px solid #d5dad4;border-radius:6px;display:grid;place-items:center}.check.done{background:var(--ink);color:var(--lime)}.ring-wrap{display:flex;align-items:center;gap:28px;margin-top:18px}.ring{width:125px;height:125px;border-radius:50%;background:conic-gradient(var(--lime) 0 87%,#3d4743 87%);display:grid;place-items:center}.ring:before{content:"";width:91px;height:91px;border-radius:50%;background:var(--ink);position:absolute}.ring span{z-index:1;text-align:center}.ring strong,.ring small{display:block}.ring strong{font-size:24px}.ring small{color:#9fa8a4;font-size:8px}.ring-legend span{display:block;font-size:9px;margin:13px 0;color:#aab2ae}.ring-legend i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--lime);margin-right:6px}.ring-legend span:nth-child(2) i{background:#46504c}.ring-legend b{color:white;margin-left:7px}.automation-flow{margin-top:27px;display:flex;align-items:center;justify-content:space-between}.automation-flow div{background:rgba(255,255,255,.45);border:1px solid rgba(255,255,255,.3);border-radius:11px;padding:9px;width:29%;text-align:center}.automation-flow span{display:grid;place-items:center;width:29px;height:29px;margin:0 auto 6px;background:white;border-radius:9px}.automation-flow small{font-size:7px;font-weight:600;display:block}.automation-flow i{height:1px;background:rgba(23,32,29,.25);width:6%}.process{background:var(--ink);color:white;padding:130px 0}.process .section-shell{display:grid;grid-template-columns:1fr 1fr;gap:100px}.eyebrow.light span{background:var(--lime)}.process h2 em{color:var(--lime)}.process-list{list-style:none;margin:0;padding:0}.process-list li{display:grid;grid-template-columns:55px 1fr auto;gap:18px;padding:25px 0;border-top:1px solid rgba(255,255,255,.15);align-items:start}.process-list li:last-child{border-bottom:1px solid rgba(255,255,255,.15)}.process-list>li>span{color:var(--lime);font-size:12px}.process-list h3{margin:0 0 7px;font:600 20px "Manrope"}.process-list p{margin:0;color:#aab2ae;font-size:14px}.process-list b{width:34px;height:34px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:grid;place-items:center;font-weight:400}.testimonial{padding-top:150px;padding-bottom:150px;max-width:1000px}.quote-mark{font:120px Georgia;color:var(--coral);height:60px}.testimonial blockquote{font:700 clamp(38px,5vw,61px)/1.14 "Manrope";letter-spacing:-3px;margin:20px 0 55px}.testimonial blockquote em{color:var(--coral)}.quote-author{display:flex;align-items:center;border-top:1px solid var(--line);padding-top:24px}.author-avatar{width:47px;height:47px;border-radius:50%;display:grid;place-items:center;background:#edc4a1;font-weight:700;margin-right:13px}.quote-author strong,.quote-author small{display:block}.quote-author small{color:var(--muted)}.quote-nav{margin-left:auto;display:flex;gap:8px}.quote-nav button{width:42px;height:42px;border:1px solid var(--line);background:transparent;border-radius:50%;cursor:pointer}.pricing{padding-top:120px;padding-bottom:140px}.section-heading.centered{display:block;text-align:center}.section-heading.centered .eyebrow{justify-content:center}.section-heading.centered>p{margin:24px auto 0}.pricing-card{background:white;border-radius:var(--radius);padding:58px 64px;max-width:980px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:85px;box-shadow:var(--shadow)}.price-copy>small{font-weight:700;letter-spacing:1.5px}.price-copy h3{font:800 52px "Manrope";letter-spacing:-3px;margin:18px 0}.price-copy h3>span{font-size:24px}.price-copy h3 em{font:400 12px "DM Sans";letter-spacing:0;color:var(--muted)}.price-copy p{color:var(--muted)}.price-copy .button{margin-top:15px}.benefits{border-left:1px solid var(--line);padding-left:65px}.benefits ul{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:15px}.benefits li{font-size:14px}.benefits li::first-letter{color:#75a135}.final-cta{background:var(--ink);color:white;border-radius:36px;min-height:470px;padding:80px;display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:50px;position:relative;overflow:hidden}.final-cta h2 em{color:var(--lime)}.final-cta p{color:#aab2ae;max-width:490px}.signup-form{z-index:1}.signup-form input{width:100%;height:58px;border:1px solid rgba(255,255,255,.22);border-radius:100px;background:rgba(255,255,255,.07);color:white;padding:0 23px;font:14px "DM Sans";outline:none}.signup-form input:focus{border-color:var(--lime)}.signup-form .button{width:100%;height:58px;background:var(--lime);margin-top:10px}.signup-form small{display:block;text-align:center;color:#89938e;font-size:10px;margin-top:12px}.form-message{text-align:center;color:var(--lime);font-size:12px;margin-top:8px;min-height:18px}.cta-orb{position:absolute;border-radius:50%;border:1px solid rgba(200,243,91,.15)}.orb-left{width:360px;height:360px;left:-220px;bottom:-180px;box-shadow:0 0 100px rgba(200,243,91,.07)}.orb-right{width:280px;height:280px;right:-170px;top:-150px;background:rgba(255,118,94,.08)}footer{padding-top:90px}.footer-main{display:flex;justify-content:space-between;padding-bottom:70px}.footer-main>div>p{color:var(--muted);font-size:14px;margin-top:20px}.footer-links{display:flex;gap:80px}.footer-links>div{display:flex;flex-direction:column;gap:12px}.footer-links strong{font-size:12px;margin-bottom:6px}.footer-links a{color:var(--muted)}.footer-bottom{border-top:1px solid var(--line);padding-top:22px;padding-bottom:30px;display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.footer-bottom div{display:flex;gap:20px}.footer-bottom a{color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.main-nav{display:none;position:absolute;top:76px;left:20px;right:20px;background:white;border-radius:18px;padding:22px;box-shadow:var(--shadow);flex-direction:column;gap:18px}.main-nav.open{display:flex}.menu-toggle{display:block;margin-left:auto;margin-right:12px}.hero{grid-template-columns:1fr;padding-top:55px}.hero-copy{text-align:center}.hero-lead{margin-left:auto;margin-right:auto}.hero-actions,.hero-proof{justify-content:center}.hero-visual{margin-top:25px;justify-content:center}.dashboard-card{margin:0}.section-heading{display:block}.section-heading>p{margin-top:24px}.feature-grid{grid-template-columns:1fr}.feature-large{grid-row:auto}.process .section-shell{grid-template-columns:1fr;gap:55px}.pricing-card{gap:35px;padding:45px}.benefits{padding-left:35px}.final-cta{margin-left:20px;margin-right:20px;padding:60px 45px;grid-template-columns:1fr}.footer-main{gap:50px}.footer-links{gap:35px}}
@media(max-width:620px){.section-shell{padding-left:20px;padding-right:20px}.site-header{height:72px;padding:0 20px}.header-cta{display:none}.hero{padding-top:45px;padding-bottom:65px;min-height:auto}.hero-copy{text-align:left}.hero-actions,.hero-proof{justify-content:flex-start}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}h1{font-size:58px;letter-spacing:-3.5px}.hero-lead{font-size:16px}.hero-visual{height:350px;transform:scale(.75);margin-left:-80px;margin-right:-80px;margin-top:-20px;margin-bottom:-25px}.logo-strip div{flex-wrap:wrap;gap:24px;justify-content:center}.features,.pricing{padding-top:85px;padding-bottom:90px}.section-heading h2,.process h2,.final-cta h2{font-size:48px;letter-spacing:-3px}.feature-card{padding:27px}.feature-large{min-height:650px}.mini-board{left:20px;right:20px;bottom:20px;padding:15px}.board-row{grid-template-columns:27px 1fr}.board-row b{display:none}.ring-wrap{gap:18px}.process{padding:90px 0}.process-list li{grid-template-columns:40px 1fr}.process-list b{display:none}.testimonial{padding-top:95px;padding-bottom:95px}.testimonial blockquote{letter-spacing:-2px}.pricing-card{grid-template-columns:1fr;padding:30px 24px}.benefits{border-left:0;border-top:1px solid var(--line);padding:28px 0 0}.price-copy h3{font-size:43px}.final-cta{padding:55px 25px;margin:0 12px;border-radius:26px}.footer-main{display:block}.footer-links{margin-top:50px;display:grid;grid-template-columns:1fr 1fr}.footer-bottom{gap:20px;align-items:flex-start}.footer-bottom div{flex-wrap:wrap}.feature-coral{min-height:360px}.automation-flow{gap:5px}.automation-flow div{width:31%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button{transition:none}}
