@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{--ink: #08111f;--muted: #657080;--line: #dfe4ea;--paper: #f7f8fa;--white: #ffffff;--blue: #3c74ff;--violet: #7655e8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:DM Sans,sans-serif}button,a{font:inherit}button{border:0;cursor:pointer}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 48px));margin:auto}.nav{position:sticky;top:0;z-index:20;background:#f7f8fad6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,228,234,.8)}.nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;background:none;color:var(--ink);font:800 20px Manrope;letter-spacing:-.04em}.brand-mark{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;color:#fff;background:var(--ink);font:800 17px Manrope}.brand-mark.small{width:28px;height:28px;font-size:15px;border-radius:8px}.nav-links{display:flex;gap:30px}.nav-links button,.footer-links button,.footer-links a{background:none;color:#586271;font-size:14px}.nav-links button:hover,.footer-links button:hover,.footer-links a:hover{color:var(--ink)}.mobile-toggle{display:none;background:none;color:var(--ink)}.hero{position:relative;overflow:hidden;background:var(--paper);min-height:670px;display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:60px;padding:80px 0 90px}.eyebrow{font:700 11px Manrope;letter-spacing:.16em;color:#a8b4c4}.eyebrow.dark{color:#6d7886}.pulse{display:inline-block;width:7px;height:7px;margin-right:8px;border-radius:50%;background:#57c58b;box-shadow:0 0 0 5px #57c58b1f;vertical-align:1px}h1,h2,h3{font-family:Manrope;margin:0;letter-spacing:-.055em}h1{font-size:clamp(52px,6.4vw,84px);line-height:.98;margin:22px 0 25px;font-weight:800}h1 em{color:#6d7886;font-style:normal}.hero-text{max-width:610px;font-size:18px;line-height:1.65;color:#647080}.hero-actions{display:flex;gap:12px;margin-top:31px}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:9px;padding:13px 18px;font-weight:700;font-size:14px;transition:.2s}.button.primary{background:var(--ink);color:#fff;box-shadow:0 8px 22px #08111f21}.button.primary:hover{transform:translateY(-1px);box-shadow:0 12px 26px #08111f2e}.button.secondary{border:1px solid var(--line);background:#fff;color:var(--ink)}.button.secondary:hover{background:#eef1f5}.hero-meta{display:flex;flex-wrap:wrap;gap:20px;margin-top:31px;color:#7b8591;font-size:12px}.hero-meta span{display:flex;align-items:center;gap:6px}.hero-meta svg{color:#3ca873}.hero-visual{position:relative;height:440px}.orbit{position:absolute;border:1px solid #dce2e9;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.orbit-a{width:390px;height:390px}.orbit-b{width:270px;height:270px}.product-node{position:absolute;display:flex;flex-direction:column;gap:5px;background:#ffffffeb;border:1px solid #e1e6ec;box-shadow:0 18px 50px #08111f14;border-radius:16px}.node-main{width:220px;left:50%;top:50%;transform:translate(-50%,-50%);padding:26px;text-align:center}.node-main strong{font:700 22px Manrope;letter-spacing:-.04em}.node-main span:last-child{color:#7d8793;font-size:11px}.node-kicker{font:700 9px Manrope;letter-spacing:.18em;color:#8a96a4}.node-one{left:4%;top:25%;padding:16px 18px}.node-two{right:1%;bottom:23%;padding:16px 18px}.product-node strong{font:700 15px Manrope}.product-node span:not(.node-kicker):not(.mini-number){color:#8a94a0;font-size:10px}.mini-number{font:700 9px Manrope;color:#4776e9}.node-two .mini-number{color:#7655e8}.hero-dot{position:absolute;width:8px;height:8px;border-radius:50%;background:#a9b7ca}.dot-a{left:20%;bottom:18%}.dot-b{right:17%;top:17%}.hero-glow{position:absolute;border-radius:50%;filter:blur(60px);opacity:.35;pointer-events:none}.glow-one{width:280px;height:280px;background:#d8e3ff;right:2%;top:12%}.glow-two{width:240px;height:240px;background:#e6ddff;left:28%;bottom:-8%}.ticker{overflow:hidden;background:var(--ink);color:#e4e9f1;white-space:nowrap}.ticker-track{min-width:max-content;display:flex;align-items:center;gap:28px;padding:15px 0;animation:scroll 25s linear infinite;font:700 10px Manrope;letter-spacing:.17em}.ticker-track i{color:#758298;font-style:normal}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-30%)}}.section{padding:120px 0}.products-section{background:#fff}.section-heading{display:grid;grid-template-columns:1fr 390px;gap:80px;align-items:end;margin-bottom:55px}.section-heading h2{font-size:clamp(36px,4vw,52px);line-height:1.05;margin-top:18px}.section-heading>p{color:#6b7582;line-height:1.7;font-size:15px;margin:0}.product-list{display:grid;gap:18px}.product-card{border:1px solid #e1e6ec;border-radius:20px;padding:27px 30px 23px;background:#fbfcfd;transition:.25s}.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px #08111f12}.product-card.blue{--accent:var(--blue)}.product-card.violet{--accent:var(--violet)}.product-top{display:flex;justify-content:space-between;align-items:center}.product-number{font:700 11px Manrope;color:#9aa4b0;letter-spacing:.12em}.live{display:flex;align-items:center;gap:6px;color:#429b70;font-size:11px;font-weight:700}.product-body{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end;padding:42px 0 35px}.product-label{color:var(--accent);font:700 10px Manrope;letter-spacing:.14em;text-transform:uppercase}.product-body h3{font-size:48px;margin:7px 0 12px}.product-body p{max-width:650px;margin:0;color:#697483;line-height:1.65}.product-link{display:inline-flex;align-items:center;gap:8px;padding:12px 15px;border-radius:8px;background:var(--ink);color:#fff;font-size:12px;font-weight:700;white-space:nowrap}.product-points{display:flex;flex-wrap:wrap;gap:10px;padding-top:20px;border-top:1px solid #e6e9ed}.product-points span{display:flex;align-items:center;gap:6px;color:#727d89;font-size:11px}.product-points svg{color:var(--accent)}.vision-section{background:var(--ink);color:#fff}.vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.vision-section .eyebrow{color:#748298}.vision-section h2{font-size:clamp(40px,4.4vw,60px);line-height:1.04;margin-top:18px}.vision-copy{padding-top:37px}.vision-copy p{color:#aab4c2;line-height:1.75;max-width:570px}.vision-copy .large{color:#e6ebf2;font-size:21px;line-height:1.55;margin-top:0}.vision-copy strong{color:#fff}.principles-section{background:#f3f5f7}.section-heading.compact{margin-bottom:50px}.principle-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d9dee5}.principle{min-height:260px;padding:29px 26px 20px 0;margin-right:26px;border-right:1px solid #d9dee5}.principle:last-child{border-right:0;margin-right:0}.principle svg{width:23px;height:23px;margin-bottom:38px;stroke-width:1.6}.principle span{display:block;font:700 10px Manrope;color:#9ba5b1;margin-bottom:10px}.principle h3{font-size:25px;margin-bottom:10px}.principle p{color:#707b88;line-height:1.6;font-size:13px;margin:0}.capability-section{padding:80px 0;background:#fff}.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.capability-card{padding:28px;border:1px solid #e2e6eb;border-radius:15px}.capability-card svg{width:20px;height:20px;color:#69778a;margin-bottom:28px}.capability-card h3{font-size:20px;margin-bottom:10px}.capability-card p{margin:0;color:#747e8b;line-height:1.6;font-size:13px}.contact-section{padding:90px 0;background:#eef1f5}.contact-box{background:var(--ink);border-radius:22px;padding:56px 60px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:50px}.contact-box h2{font-size:clamp(35px,4vw,52px);margin:16px 0 12px}.contact-box p{max-width:620px;color:#a9b3c1;line-height:1.65;margin:0}.button.light{background:#fff;color:var(--ink);white-space:nowrap}.button.light:hover{background:#e9edf3}.footer{background:#08111f;color:#758294;border-top:1px solid #192435}.footer-inner{min-height:115px;display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand{display:flex;gap:11px;align-items:center}.footer-brand strong{display:block;color:#e7ebf0;font:800 17px Manrope;letter-spacing:-.04em}.footer-brand span:last-child{display:block;font-size:10px;margin-top:2px}.footer-links{display:flex;gap:22px}.copyright{font-size:10px;color:#566376}@media (max-width: 850px){.container{width:min(100% - 34px,1160px)}.nav-inner{height:66px}.mobile-toggle{display:block}.nav-links{display:none;position:absolute;left:0;right:0;top:66px;background:#f7f8faf7;border-bottom:1px solid var(--line);padding:18px;flex-direction:column;gap:0}.nav-links.open{display:flex}.nav-links button{text-align:left;padding:13px 8px}.hero-grid,.vision-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-grid{padding:70px 0 40px;gap:25px}.hero-visual{height:350px}.section{padding:80px 0}.section-heading{grid-template-columns:1fr;gap:20px}.product-body{grid-template-columns:1fr;gap:25px}.product-body h3{font-size:42px}.principle-grid{grid-template-columns:1fr 1fr}.principle{border-right:0;border-bottom:1px solid #d9dee5;margin-right:0}.capability-grid{grid-template-columns:1fr}.contact-box{flex-direction:column;align-items:flex-start;padding:40px 30px}.footer-inner{flex-direction:column;align-items:flex-start;padding:30px 0}}@media (max-width: 520px){h1{font-size:49px}.hero-text{font-size:16px}.hero-meta{gap:9px 15px}.hero-visual{transform:scale(.85);transform-origin:top left;width:118%;margin-bottom:-40px}.product-card{padding:23px 20px 20px}.product-body{padding:30px 0 25px}.product-body h3{font-size:38px}.principle-grid{grid-template-columns:1fr}.principle{min-height:0;padding:28px 0;border-bottom:1px solid #d9dee5}.principle svg{margin-bottom:20px}.footer-links{order:3}}
