@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
html{scroll-behavior:smooth}body.menu-open{touch-action:none;width:100%;position:fixed;overflow:hidden}.hp{--deepnavy:#04102d;--blue:#287be8;--mint:#6ff2c1;--light-mint:#6ff2c11a;--pink:#d1458b;--light-pink:#d1458b1a;--light-blue:#287be81a;--bg:#eaeef2;--white:#fff;--text:#4c4f56cc;--stroke:#a8b2bd;background:var(--white);color:var(--deepnavy);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.4}.hp .container{width:100%;max-width:1200px;margin:0 auto;padding:0 48px}.hp nav{z-index:100;background:var(--white);border-bottom:1px solid var(--stroke);justify-content:space-between;align-items:center;height:68px;padding:0 48px;display:flex;position:sticky;top:0}.hp .nav-logo{color:var(--deepnavy);align-items:center;gap:8px;text-decoration:none;display:flex}.hp .nav-links{align-items:center;gap:36px;list-style:none;display:flex}.hp .nav-links a{color:var(--deepnavy);font-size:15px;font-weight:500;text-decoration:none;transition:color .15s}.hp .nav-links a:hover{color:var(--blue)}.hp .btn-nav{background:var(--deepnavy);color:var(--white);white-space:nowrap;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .15s}.hp .btn-nav:hover{opacity:.85}.hp .nav-dropdown{position:relative}.hp .nav-dropdown>a{cursor:default}.hp .nav-dropdown>a:after{content:"";border-bottom:1.5px solid;border-right:1.5px solid;width:5px;height:5px;margin-bottom:2px;margin-left:6px;transition:transform .2s;display:inline-block;transform:rotate(45deg)}.hp .nav-dropdown:hover>a:after{transform:rotate(-135deg)}.hp .nav-dropdown-menu{z-index:110;min-width:200px;padding-top:8px;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%)}.hp .nav-dropdown:hover .nav-dropdown-menu{display:block}.hp .nav-dropdown-menu ul{background:var(--white);border:1px solid var(--stroke);border-radius:10px;padding:8px 0;list-style:none;box-shadow:0 8px 24px #04102d1a}.hp .nav-dropdown-menu a{color:var(--deepnavy);white-space:nowrap;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s;display:block}.hp .nav-dropdown-menu a:hover{background:var(--bg);color:var(--blue)}.hp .hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:4px;display:none}.hp .hamburger span{background:var(--deepnavy);border-radius:2px;width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.hp .hamburger.active span:first-child{transform:translateY(7px)rotate(45deg)}.hp .hamburger.active span:nth-child(2){opacity:0}.hp .hamburger.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hp .mobile-menu{background:var(--white);z-index:99;flex-direction:column;gap:0;padding:24px;display:none;position:fixed;inset:68px 0 0;overflow-y:auto}.hp .mobile-menu.open{display:flex}.hp .mobile-menu a,.hp .mobile-menu .mobile-group-label{color:var(--deepnavy);border-bottom:1px solid var(--stroke);padding:12px 0;font-size:17px;font-weight:500;text-decoration:none;display:block}.hp .mobile-menu a:hover{color:var(--blue)}.hp .mobile-menu .mobile-group-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text);cursor:default;border-bottom:none;padding:20px 0 8px;font-size:13px;font-weight:600}.hp .mobile-menu .mobile-sub a{padding-left:16px;font-size:16px}.hp .mobile-menu .btn-nav-mobile{background:var(--deepnavy);color:var(--white);text-align:center;border-bottom:none;border-radius:8px;margin-top:16px;padding:14px 20px;font-size:15px;font-weight:600;text-decoration:none}.hp .mobile-menu .btn-nav-mobile:hover{opacity:.85;color:var(--white)}.hp .btn{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;padding:14px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .15s,transform .1s;display:inline-flex}.hp .btn:hover{opacity:.87;transform:translateY(-1px)}.hp .btn-primary{background:var(--deepnavy);color:var(--white)}.hp .btn-secondary{color:var(--deepnavy);border:1.5px solid var(--deepnavy);background:0 0}.hp .btn-secondary:hover{background:var(--deepnavy);color:var(--white);opacity:1}.hp .btn-mint{background:var(--mint);color:var(--deepnavy)}.hp .sep{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.hp .sep-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text);font-size:13px;font-weight:600}.hp .sep-line{background:var(--mint);border-radius:2px;width:48px;height:3px;margin-bottom:4px}.hp .sep h2{letter-spacing:-.02em;color:var(--deepnavy);max-width:700px;font-size:48px;font-weight:600;line-height:1.1em}.hp .sep p{color:var(--text);max-width:600px;font-size:16px;line-height:1.6em}.hp .hero{background:var(--white);justify-content:center;padding:80px 0;display:flex}.hp .hero-inner{text-align:center;flex-direction:column;align-items:center;gap:32px;width:100%;max-width:1200px;padding:0 48px;display:flex}.hp .hero-eyebrow{letter-spacing:.12em;color:var(--text);text-transform:uppercase;font-size:13px;font-weight:600}.hp .hero h1{letter-spacing:-.03em;color:var(--deepnavy);max-width:820px;font-size:64px;font-weight:700;line-height:1.1em}.hp .hero-sub{color:var(--text);max-width:680px;font-size:17px;line-height:1.7em}.hp .hero-btns{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:8px;display:flex}.hp .section-gap{background:var(--bg);padding:80px 0 60px}.hp .stats-card{background:var(--white);border-radius:28px;margin-top:40px;overflow:hidden;box-shadow:0 4px 32px #04102d14}.hp .stats-row{grid-template-columns:repeat(3,1fr);display:grid}.hp .stat-item{text-align:center;border-right:1px solid var(--stroke);flex-direction:column;align-items:center;gap:12px;padding:48px 40px;display:flex}.hp .stat-item:last-child{border-right:none}.hp .stat-num{letter-spacing:-.04em;color:var(--deepnavy);font-size:52px;font-weight:700;line-height:1.1em}.hp .stat-desc{color:var(--text);letter-spacing:-.02em;font-size:15px;line-height:1.5em}.hp .section-problem{padding:80px 0}.hp .problem-image{border-radius:20px;width:90%;margin:40px auto 0;display:block;overflow:hidden}.hp .problem-image img{object-fit:cover;width:100%;display:block}.hp .section-quote{padding:0}.hp .quote-block{background:var(--deepnavy);flex-direction:column;gap:0;padding:80px 0;display:flex}.hp .quote-block .container{flex-direction:column;gap:24px;display:flex}.hp .quote-marks{color:var(--mint);font-family:Georgia,serif;font-size:80px;font-weight:700;line-height:.6}.hp .quote-text{letter-spacing:-.02em;color:var(--white);max-width:820px;font-size:24px;font-weight:500;line-height:1.55em}.hp .section-solution{background:var(--bg);padding:80px 0}.hp .solution-cards{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;display:grid}.hp .sol-card{border-radius:20px;flex-direction:column;gap:12px;padding:32px;display:flex}.hp .sol-card-light{background:var(--bg)}.hp .sol-card-dark{background:var(--deepnavy)}.hp .sol-card-dark .sol-tag,.hp .sol-card-dark .sol-missions{color:#ffffff80}.hp .sol-card-dark .sol-title,.hp .sol-card-dark .sol-desc{color:var(--white)}.hp .sol-card-dark .sol-desc{color:#ffffffa6}.hp .sol-tag{letter-spacing:.02em;text-transform:uppercase;color:var(--text);font-size:12px;font-weight:500}.hp .sol-title{color:var(--deepnavy);font-size:24px;font-weight:600;line-height:1.2em}.hp .sol-missions{color:var(--text);font-size:14px;font-weight:500}.hp .sol-desc{color:var(--text);margin-top:8px;font-size:16px;line-height:1.4em}.hp .section-pricing{background:var(--white);padding:80px 0}.hp .pricing-calc{background:var(--deepnavy);border-radius:20px;align-items:stretch;gap:48px;margin-top:40px;padding:48px;display:flex}.hp .pricing-input-side{flex-direction:column;flex:1;gap:32px;display:flex}.hp .pricing-input-label{letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;font-size:13px;font-weight:600}.hp .pricing-slider-row{flex-direction:column;gap:16px;display:flex}.hp .pricing-number-input{color:var(--white);text-align:center;letter-spacing:-.03em;-moz-appearance:textfield;background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;outline:none;width:100%;padding:16px 20px;font-family:Inter,sans-serif;font-size:48px;font-weight:700;transition:border-color .15s}.hp .pricing-number-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.hp .pricing-number-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hp .pricing-number-input:focus{border-color:var(--mint)}.hp .pricing-number-input::placeholder{color:#ffffff40}.hp .pricing-slider{appearance:none;cursor:pointer;background:#ffffff1f;border-radius:3px;outline:none;width:100%;height:6px}.hp .pricing-slider::-webkit-slider-thumb{appearance:none;background:var(--mint);cursor:pointer;border:3px solid var(--deepnavy);border-radius:50%;width:24px;height:24px;box-shadow:0 2px 8px #0000004d}.hp .pricing-slider::-moz-range-thumb{background:var(--mint);cursor:pointer;border:3px solid var(--deepnavy);border-radius:50%;width:24px;height:24px;box-shadow:0 2px 8px #0000004d}.hp .pricing-tier-hint{color:#ffffff80;font-size:14px;line-height:1.5}.hp .pricing-tier-hint strong{color:var(--mint);font-weight:600}.hp .pricing-output-side{flex-direction:column;flex:1;justify-content:center;gap:24px;display:flex}.hp .pricing-total-label{letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;font-size:13px;font-weight:600}.hp .pricing-total{color:var(--white);letter-spacing:-.03em;font-size:56px;font-weight:700;line-height:1}.hp .pricing-avg{color:#ffffffa6;margin-top:-8px;font-size:16px}.hp .pricing-savings{color:var(--mint);background:#6ff2c11f;border:1px solid #6ff2c140;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;display:inline-flex}.hp .pricing-breakdown{border-top:1px solid #ffffff1a;flex-direction:column;gap:8px;margin-top:4px;padding-top:20px;display:flex}.hp .pricing-breakdown-row{color:#ffffff73;justify-content:space-between;font-size:14px;display:flex}.hp .pricing-breakdown-row span:last-child{color:#ffffffb3;font-weight:500}.hp .pricing-cta-row{margin-top:8px}.hp .pricing-cta-row .btn{width:100%}.hp .deploy-features{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.hp .deploy-feature{background:var(--bg);border-radius:12px;flex-direction:column;gap:8px;padding:24px;display:flex}.hp .deploy-feature-title{color:var(--deepnavy);font-size:15px;font-weight:600}.hp .deploy-feature-desc{color:var(--text);font-size:14px;line-height:1.6em}.hp .section-how{background:var(--white);padding:100px 0}.hp .journey{flex-direction:column;margin-top:72px;display:flex}.hp .journey-step{border-top:1px solid var(--stroke);grid-template-columns:220px 1fr;align-items:start;gap:40px 64px;padding:64px 0;display:grid}.hp .journey-meta{flex-direction:column;gap:10px;display:flex}.hp .journey-n{color:var(--mint);letter-spacing:-.06em;font-size:88px;font-weight:700;line-height:1;display:block}.hp .journey-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text);font-size:11px;font-weight:700}.hp .journey-content{flex-direction:column;gap:24px;display:flex}.hp .journey-content h3{letter-spacing:-.03em;color:var(--deepnavy);font-size:38px;font-weight:700;line-height:1.15em}.hp .journey-content>p{color:var(--text);max-width:580px;font-size:16px;line-height:1.7em}.hp .audit-duo{grid-template-columns:1fr 1fr;gap:16px;display:grid}.hp .audit-slim{border:1.5px solid var(--stroke);border-radius:16px;flex-direction:column;gap:16px;padding:28px;display:flex;position:relative}.hp .audit-slim-featured{border-color:var(--deepnavy)}.hp .badge-recommended{background:var(--deepnavy);color:var(--white);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;border-radius:20px;padding:4px 12px;font-size:10px;font-weight:700;position:absolute;top:-12px;left:24px}.hp .audit-slim-name{color:var(--deepnavy);letter-spacing:-.02em;font-size:16px;font-weight:700}.hp .audit-slim-price{color:var(--deepnavy);letter-spacing:-.03em;margin-top:4px;font-size:28px;font-weight:700}.hp .audit-slim-price span{color:var(--text);font-size:13px;font-weight:400}.hp .audit-slim-desc{color:var(--text);flex:1;font-size:14px;line-height:1.6em}.hp .section-team{background:var(--deepnavy);padding:80px 0}.hp .section-team .sep-label{color:#fff6}.hp .section-team .sep h2{color:var(--white)}.hp .section-team .sep p{color:#fff9}.hp .team-grid{grid-template-columns:repeat(3,1fr);gap:32px;margin-top:60px;display:grid}.hp .team-card{background:#ffffff0f;border-radius:20px;flex-direction:column;gap:12px;padding:32px;display:flex}.hp .team-photo{object-fit:cover;object-position:top;border-radius:50%;width:80px;height:80px;margin-bottom:4px;display:block}.hp .team-role{letter-spacing:.12em;text-transform:uppercase;color:var(--mint);font-size:11px;font-weight:700}.hp .team-name{color:var(--white);letter-spacing:-.03em;font-size:22px;font-weight:700;line-height:1.2em}.hp .team-affil{color:var(--blue);letter-spacing:.05em;text-transform:uppercase;font-size:12px;font-weight:500}.hp .team-bio{color:#fff9;font-size:14px;line-height:1.6em}.hp .team-stats{text-align:center;border-top:1px solid #ffffff1a;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;padding-top:48px;display:grid}.hp .team-stat-num{color:var(--white);letter-spacing:-.03em;font-size:36px;font-weight:700}.hp .team-stat-label{color:#ffffff80;margin-top:4px;font-size:14px}.hp .section-ba{background:var(--white);padding:80px 0}.hp .ba-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.hp .ba-card{border-radius:20px;padding:48px 40px}.hp .ba-before{background:var(--bg)}.hp .ba-after{background:var(--deepnavy)}.hp .ba-label{letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;font-size:11px;font-weight:700}.hp .ba-before .ba-label{color:var(--text)}.hp .ba-after .ba-label{color:var(--mint)}.hp .ba-before p{color:var(--text);font-size:18px;line-height:1.6em}.hp .ba-after p{color:#ffffffbf;font-size:18px;line-height:1.6em}.hp .section-test{background:var(--bg);padding:80px 0;overflow:hidden}.hp .test-scroll{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:16px;margin-top:48px;padding-bottom:8px;display:flex;overflow-x:auto}.hp .test-scroll::-webkit-scrollbar{display:none}.hp .test-card{background:var(--white);border-radius:20px;flex-direction:column;flex:0 0 360px;gap:20px;padding:32px;display:flex}.hp .test-text{color:var(--text);flex:1;font-size:15px;font-style:italic;line-height:1.65em}.hp .test-name{color:var(--deepnavy);font-size:15px;font-weight:700}.hp .test-title{color:var(--text);font-size:13px}.hp .section-stakes{background:var(--white);padding:80px 0}.hp .stakes-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:40px;display:grid}.hp .stakes-card{border-radius:20px;padding:40px}.hp .stakes-before{background:var(--bg)}.hp .stakes-after{background:var(--deepnavy)}.hp .stakes-lbl{letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;font-size:11px;font-weight:700}.hp .stakes-before .stakes-lbl{color:var(--pink)}.hp .stakes-after .stakes-lbl{color:var(--mint)}.hp .stakes-before p{color:var(--text);font-size:17px;line-height:1.6em}.hp .stakes-after p{color:#ffffffbf;font-size:17px;line-height:1.6em}.hp .stakes-quote-wrap{text-align:center;border-top:1px solid var(--stroke);grid-column:1/-1;margin-top:8px;padding-top:48px}.hp .stakes-quote-text{letter-spacing:-.02em;color:var(--deepnavy);max-width:700px;margin:0 auto;font-size:20px;font-style:italic;font-weight:500;line-height:1.6em}.hp .section-cta{background:var(--deepnavy);text-align:center;padding:120px 48px}.hp .section-cta h2{letter-spacing:-.03em;color:var(--white);max-width:700px;margin:0 auto 20px;font-size:52px;font-weight:700;line-height:1.1em}.hp .section-cta p{color:#fff9;max-width:520px;margin:0 auto 40px;font-size:17px;line-height:1.6em}.hp .cta-btns{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.hp .btn-white{background:var(--white);color:var(--deepnavy)}.hp .btn-ghost-white{color:var(--white);background:0 0;border:1.5px solid #ffffff4d}.hp .btn-ghost-white:hover{opacity:1;background:#ffffff1a}.hp footer{background:var(--deepnavy);border-top:1px solid #ffffff14;padding:64px 48px 40px}.hp .footer-inner{grid-template-columns:1fr auto auto auto;align-items:start;gap:64px;max-width:1200px;margin:0 auto;display:grid}.hp .footer-brand{flex-direction:column;gap:16px;display:flex}.hp .footer-logo{align-items:center;gap:8px;text-decoration:none;display:flex}.hp .footer-tagline{color:#ffffff80;letter-spacing:-.01em;max-width:220px;font-size:14px;line-height:1.5em}.hp .footer-col{flex-direction:column;gap:16px;display:flex}.hp .footer-col-title{letter-spacing:.12em;text-transform:uppercase;color:#ffffff59;margin-bottom:4px;font-size:11px;font-weight:700}.hp .footer-col a,.hp .footer-col span{color:#fff9;font-size:14px;line-height:1.4em;text-decoration:none;transition:color .15s}.hp .footer-col a:hover{color:var(--white)}.hp .footer-social{gap:12px;display:flex}.hp .footer-social a{color:#fff9;background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;text-decoration:none;transition:background .15s,color .15s;display:flex}.hp .footer-social a:hover{color:var(--white);background:#ffffff29}.hp .footer-bottom{text-align:center;border-top:1px solid #ffffff14;max-width:1200px;margin:48px auto 0;padding-top:24px}.hp .footer-bottom p{color:#ffffff40;letter-spacing:-.01em;font-size:12px}.hp .footer-bottom a{color:#fff6;text-decoration:none}.hp .footer-bottom a:hover{color:#ffffffb3}@media (max-width:900px){.hp .container,.hp nav{padding:0 24px}.hp .nav-links,.hp .btn-nav{display:none}.hp .hamburger{display:flex}.hp .hero{padding:60px 0 48px}.hp .hero-inner{gap:24px;padding:0 24px}.hp .hero h1{font-size:36px}.hp .hero-sub{font-size:15px}.hp .sep h2{font-size:28px}.hp .sep p{font-size:15px}.hp .stats-row{grid-template-columns:1fr}.hp .stat-item{border-right:none;border-bottom:1px solid var(--stroke);padding:32px 24px}.hp .stat-num{font-size:40px}.hp .solution-cards{grid-template-columns:1fr}.hp .section-how{padding:60px 0}.hp .journey{margin-top:40px}.hp .journey-step{grid-template-columns:1fr;gap:20px;padding:40px 0}.hp .journey-n{font-size:48px}.hp .journey-content h3{font-size:24px}.hp .journey-content>p{font-size:15px}.hp .audit-duo,.hp .deploy-features{grid-template-columns:1fr}.hp .section-pricing{padding:60px 0}.hp .pricing-calc{flex-direction:column;gap:32px;padding:32px 24px}.hp .pricing-number-input{padding:12px 16px;font-size:36px}.hp .pricing-total{font-size:36px;line-height:1.2}.hp .pricing-total-label{margin-bottom:4px}.hp .pricing-avg{margin-top:4px;font-size:14px}.hp .pricing-breakdown-row{font-size:12px}.hp .team-grid{grid-template-columns:1fr}.hp .team-stats{grid-template-columns:1fr;gap:24px}.hp .team-stat-num{font-size:28px}.hp .test-scroll{gap:12px}.hp .ba-grid,.hp .stakes-grid{grid-template-columns:1fr}.hp .stakes-card{padding:28px}.hp .quote-marks{font-size:48px}.hp .quote-text{font-size:20px}.hp .section-cta{padding:60px 24px}.hp .section-cta h2{font-size:32px}.hp .section-cta p{font-size:15px}.hp footer{padding:24px}.hp .footer-inner{grid-template-columns:1fr;gap:32px}}@media (max-width:480px){.hp .hero h1{font-size:28px}.hp .sep h2{font-size:24px}.hp .pricing-number-input{font-size:28px}.hp .pricing-total{font-size:28px;line-height:1.2}.hp .section-cta h2{font-size:26px}.hp .journey-n{font-size:36px}.hp .journey-content h3,.hp .sol-title{font-size:20px}.hp .team-name{font-size:18px}}
