@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root{--ink:#0b3040;--deep:#07303e;--gold:#f7bd39;--cream:#fbf8ef;--mist:#eef5f5;--line:#d9e5e6;--muted:#59717c;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}.grain{position:fixed;inset:0;pointer-events:none;opacity:.18;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='.07'/%3E%3C/svg%3E")}.wrap{width:min(1180px,calc(100% - 48px));margin:auto}.nav{height:90px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:5}.brand img{width:154px;height:auto;display:block}.nav nav{display:flex;gap:34px}.nav a{text-decoration:none;color:var(--ink);font-weight:600;font-size:14px}.nav-cta{border:1px solid #b9cdcf;padding:12px 18px;border-radius:99px}.hero{padding:90px 0 0;text-align:center;position:relative}.hero-glow{position:absolute;width:900px;height:530px;left:50%;top:30px;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(247,189,57,.22),transparent 68%);z-index:-1}.eyebrow,.section-label{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;color:#987019}.eyebrow span{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 6px rgba(247,189,57,.14);margin-right:10px}.hero h1,.section h2,.workflow h2{font:800 clamp(54px,7vw,92px)/.98 'Manrope',sans-serif;letter-spacing:-.055em;margin:28px 0 24px}.hero h1 em,.section h2 em,.workflow h2 em{font-style:normal;color:#c88c0d}.hero-copy{font-size:20px;line-height:1.55;color:var(--muted);max-width:690px;margin:0 auto}.hero-actions{display:flex;justify-content:center;gap:12px;margin:34px 0 66px}.button{display:inline-flex;align-items:center;gap:28px;border-radius:11px;padding:15px 22px;text-decoration:none;font-weight:700}.button.primary{background:var(--ink);color:white;box-shadow:0 12px 30px rgba(7,48,62,.2)}.button.secondary{border:1px solid #b7cbcc;color:var(--ink);background:rgba(255,255,255,.55)}.product-stage{background:#0b3441;border-radius:24px 24px 0 0;padding:12px;box-shadow:0 40px 80px rgba(8,48,61,.24);text-align:left}.stage-top{height:44px;color:#bad0d4;display:flex;align-items:center;padding:0 10px;font-size:10px;letter-spacing:.16em}.stage-top>span{margin:auto}.stage-top>b{color:#70d6ad;font-size:9px}.dots{display:flex;gap:6px}.dots i{width:7px;height:7px;border-radius:50%;background:#6e8a92}.stage-body{background:#f8fbfa;border-radius:14px;display:grid;grid-template-columns:260px 1fr;min-height:360px;overflow:hidden}.stage-body aside{padding:30px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:13px}.stage-body aside small{font-weight:800;font-size:10px;color:#7d949b}.stage-body aside strong{background:white;border:1px solid var(--line);padding:12px;border-radius:8px;font-size:13px}.stage-body aside button,.results-head button{background:var(--gold);border:0;padding:12px;border-radius:8px;font-weight:800;color:#3d2a00}.results{padding:28px}.results-head{display:flex;align-items:center;gap:12px;margin-bottom:24px}.results-head span{font:700 24px 'Manrope'}.results-head b{font-size:11px;background:#e5f1ec;color:#277157;padding:6px 9px;border-radius:99px}.results-head button{margin-left:auto;background:var(--ink);color:white}.person{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:14px;padding:18px 4px;border-top:1px solid var(--line)}.person div{display:flex;flex-direction:column;gap:5px}.person small{color:var(--muted)}.person i{font-style:normal;font-size:11px;background:#edf5f2;color:#38755f;padding:7px 10px;border-radius:99px}.avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#cfedf1;color:#126273;font-weight:800}.avatar.gold{background:#ffebac;color:#7b5700}.avatar.mint{background:#d8f3e4;color:#246c4b}.signal-band{background:var(--gold);padding:19px 0}.signal-grid{display:flex;justify-content:space-between;font-size:11px;font-weight:800;letter-spacing:.14em}.section{padding:140px 0}.section-intro{display:flex;justify-content:space-between;align-items:end}.section h2{font-size:58px;margin:22px 0 50px}.section-intro p{max-width:430px;color:var(--muted);font-size:18px;line-height:1.6;margin-bottom:58px}.feature-grid{display:grid;grid-template-columns:1.05fr .95fr .95fr;gap:18px}.feature{min-height:390px;padding:32px;border:1px solid var(--line);border-radius:22px;background:white;box-shadow:0 18px 50px rgba(8,48,61,.06)}.feature.dark{background:var(--deep);color:white}.feature.warm{background:#fff4d6}.feature>span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--gold);color:#523800;font-weight:800}.feature h3{font:700 27px 'Manrope';margin-top:64px}.feature p{line-height:1.6;color:#66808a}.feature.dark p{color:#c1d4d8}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.chips i{font-style:normal;font-size:11px;border:1px solid #53727b;border-radius:99px;padding:7px 10px}.mini-list{display:flex;flex-direction:column;background:var(--mist);padding:16px;border-radius:12px;margin-top:28px}.mini-list small{color:var(--muted);margin-top:6px}.feature blockquote{margin:28px 0 0;padding:18px;border-left:3px solid var(--gold);background:rgba(255,255,255,.6);font-weight:700}.workflow{background:var(--deep);color:white;padding:125px 0}.section-label.light{color:#f9ca5d}.workflow h2{font-size:62px}.steps{display:grid;grid-template-columns:repeat(3,1fr);margin-top:70px;border-top:1px solid #41626b}.steps article{padding:38px 50px 0 0}.steps b{color:var(--gold)}.steps h3{font:700 25px 'Manrope';margin-top:38px}.steps p{color:#adc5ca;line-height:1.6;max-width:270px}.roadmap-card{background:white;border:1px solid var(--line);border-radius:28px;padding:64px;display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden}.roadmap-card h2{font-size:58px;margin-bottom:24px}.roadmap-card p{color:var(--muted);line-height:1.7;max-width:520px;margin-bottom:30px}.orbit{height:430px;position:relative;background:radial-gradient(circle,rgba(247,189,57,.26),transparent 62%)}.orbit:before,.orbit:after{content:'';position:absolute;border:1px solid #cfdddc;border-radius:50%;inset:40px}.orbit:after{inset:100px}.bee{position:absolute;inset:0;margin:auto;width:72px;height:72px;display:grid;place-items:center;border-radius:50%;background:var(--gold);font-size:28px;box-shadow:0 0 0 18px rgba(247,189,57,.14)}.orbit i{position:absolute;background:white;padding:11px 15px;border:1px solid var(--line);box-shadow:0 10px 30px rgba(8,48,61,.1);border-radius:99px;font-style:normal;font-weight:700;font-size:12px}.orbit i:nth-of-type(1){top:25px;left:40%}.orbit i:nth-of-type(2){right:0;top:48%}.orbit i:nth-of-type(3){bottom:20px;left:32%}.orbit i:nth-of-type(4){left:0;top:42%}footer{border-top:1px solid var(--line);min-height:150px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:14px}footer a{color:var(--ink);font-weight:700;text-decoration:none}@media(max-width:800px){.nav nav{display:none}.wrap{width:min(100% - 30px,1180px)}.hero{padding-top:60px}.hero h1{font-size:48px}.hero-copy{font-size:17px}.stage-body{grid-template-columns:1fr}.stage-body aside{display:none}.results{padding:18px}.person{grid-template-columns:42px 1fr}.person i{display:none}.signal-grid{overflow:hidden;gap:40px;justify-content:flex-start;white-space:nowrap}.section{padding:90px 0}.section-intro{display:block}.section h2,.workflow h2,.roadmap-card h2{font-size:43px}.feature-grid,.steps,.roadmap-card{grid-template-columns:1fr}.feature{min-height:auto}.feature h3{margin-top:38px}.steps article{padding-bottom:20px}.roadmap-card{padding:34px}.orbit{height:320px}footer{flex-direction:column;justify-content:center;gap:20px}}
