.Button-module__8RiFmG__btn{cursor:pointer;font-weight:500;font-family:var(--font-outfit);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;transition:all .2s ease-in-out;display:inline-flex}.Button-module__8RiFmG__btn:active{transform:translateY(1px)}.Button-module__8RiFmG__primary{background-color:var(--btn-primary);color:var(--white);box-shadow:0 4px 6px -1px #0003}.Button-module__8RiFmG__primary:hover{background-color:#333;box-shadow:0 6px 8px -1px #0000004d}.Button-module__8RiFmG__secondary{background-color:var(--accent-soft);color:var(--text-heading)}.Button-module__8RiFmG__secondary:hover{background-color:#e6e6e6}.Button-module__8RiFmG__outline{border-color:var(--text-heading);color:var(--text-heading);background-color:#0000}.Button-module__8RiFmG__outline:hover{background-color:#0000000d}.Button-module__8RiFmG__ghost{color:var(--text-heading);background-color:#0000}.Button-module__8RiFmG__ghost:hover{background-color:#00000008}.Button-module__8RiFmG__sm{padding:.5rem 1rem;font-size:.875rem}.Button-module__8RiFmG__md{padding:.75rem 1.5rem;font-size:1rem}.Button-module__8RiFmG__lg{padding:1rem 2rem;font-size:1.125rem}.Button-module__8RiFmG__fullWidth{width:100%}
.Navbar-module__cJzEcG__navbar{width:98%;max-width:none;height:var(--nav-height);z-index:1000;background-color:#0000;align-items:center;padding:0 3rem;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;max-width:100%;margin:0 auto;display:flex;position:relative}.Navbar-module__cJzEcG__logo{color:var(--text-heading);letter-spacing:-.02em;z-index:10;font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__navLinks{justify-content:center;align-items:center;gap:2.5rem;width:auto;display:none;position:absolute;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__navActions{z-index:10;justify-content:flex-end;margin-left:auto;display:none}.Navbar-module__cJzEcG__link{color:var(--text-heading);font-size:.95rem;font-weight:500;transition:opacity .2s}.Navbar-module__cJzEcG__link:hover{opacity:.7}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:flex}.Navbar-module__cJzEcG__bar{background-color:var(--text-heading);border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s}.Navbar-module__cJzEcG__mobileMenu{top:var(--nav-height);width:100%;height:calc(100vh - var(--nav-height));background-color:var(--bg-primary);flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;transition:transform .3s ease-in-out;display:flex;position:fixed;left:0;transform:translate(100%)}.Navbar-module__cJzEcG__show{transform:translate(0)}.Navbar-module__cJzEcG__mobileLink{color:var(--text-heading);font-size:1.25rem;font-weight:600}.Navbar-module__cJzEcG__mobileBtn{width:100%;margin-top:1rem}.Navbar-module__cJzEcG__bar.Navbar-module__cJzEcG__open:first-child{transform:translateY(8px)rotate(45deg)}.Navbar-module__cJzEcG__bar.Navbar-module__cJzEcG__open:nth-child(2){opacity:0}.Navbar-module__cJzEcG__bar.Navbar-module__cJzEcG__open:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (min-width:768px){.Navbar-module__cJzEcG__navbar{padding:0 2rem}.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__navActions{display:flex}.Navbar-module__cJzEcG__hamburger,.Navbar-module__cJzEcG__mobileMenu{display:none}}
.Section-module__BZ7-0a__section{width:100%;padding:4rem 1.5rem}.Section-module__BZ7-0a__container{max-width:var(--max-width);width:100%;margin:0 auto}.Section-module__BZ7-0a__default{background-color:var(--bg-primary)}.Section-module__BZ7-0a__white{background-color:var(--white)}.Section-module__BZ7-0a__accent{background-color:var(--accent-soft)}@media (min-width:768px){.Section-module__BZ7-0a__section{padding:6rem 2rem}}
.Features-module__zvCZ4q__featuresSection{background-color:var(--white)}.Features-module__zvCZ4q__header{text-align:center;max-width:700px;margin:0 auto 4rem}.Features-module__zvCZ4q__title{color:var(--text-heading);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem}.Features-module__zvCZ4q__subtitle{color:var(--text-heading);opacity:.8;font-size:1.125rem;line-height:1.6}.Features-module__zvCZ4q__grid{grid-template-columns:1fr;gap:2rem;max-width:900px;margin:0 auto;display:grid}.Features-module__zvCZ4q__card{background-color:var(--bg-primary);border:1px solid #0000;border-radius:16px;padding:2.5rem;transition:transform .3s,box-shadow .3s}.Features-module__zvCZ4q__card:hover{border-color:var(--accent-soft);transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.Features-module__zvCZ4q__highlight{border:1px solid var(--accent-soft);background-color:#fcfcfb}.Features-module__zvCZ4q__iconWrapper{background-color:var(--white);width:56px;height:56px;color:var(--btn-primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex;box-shadow:0 4px 6px #0000000d}.Features-module__zvCZ4q__cardTitle{color:var(--text-heading);margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.Features-module__zvCZ4q__cardDesc{color:var(--text-heading);opacity:.8;margin-bottom:2rem;line-height:1.6}.Features-module__zvCZ4q__featureList{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.Features-module__zvCZ4q__featureList li{color:var(--text-heading);align-items:center;gap:.75rem;font-weight:500;display:flex}.Features-module__zvCZ4q__check{color:var(--white);background:var(--btn-primary);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:flex}@media (min-width:768px){.Features-module__zvCZ4q__grid{grid-template-columns:1fr 1fr}}
.Footer-module__S6Hkya__footer{background-color:var(--bg-primary);border-top:1px solid var(--border-neutral);color:var(--text-heading);padding:4rem 1.5rem 2rem}.Footer-module__S6Hkya__container{max-width:var(--max-width);width:100%;margin:0 auto}.Footer-module__S6Hkya__topSection{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__logo{letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.Footer-module__S6Hkya__tagline{opacity:.8;max-width:300px;line-height:1.6}.Footer-module__S6Hkya__oceanIq{opacity:.7;flex-direction:column;gap:.25rem;margin-top:1rem;font-size:.875rem;display:flex}.Footer-module__S6Hkya__oceanName{color:var(--btn-primary);font-weight:600}.Footer-module__S6Hkya__linksCol{flex-direction:column;gap:.75rem;display:flex}.Footer-module__S6Hkya__colTitle{color:var(--text-heading);margin-bottom:.5rem;font-weight:600}.Footer-module__S6Hkya__linksCol a{opacity:.7;font-size:.95rem;transition:opacity .2s}.Footer-module__S6Hkya__linksCol a:hover{opacity:1}.Footer-module__S6Hkya__bottomSection{text-align:center;opacity:.8;border-top:1px solid #0000001a;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;font-size:.875rem;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__topSection{grid-template-columns:2fr 1fr 1fr 1fr}.Footer-module__S6Hkya__bottomSection{text-align:left;flex-direction:row;justify-content:space-between}}
.page-module___8aEwW__main{flex-direction:column;align-items:center;min-height:100vh;display:flex}
.Hero-module__ZARIfG__heroSection{background-color:var(--white);justify-content:center;margin-top:0;margin-bottom:0;padding:1rem 0 4rem;display:flex}.Hero-module__ZARIfG__heroCard{background:var(--hero-gradient);text-align:center;border-radius:40px;flex-direction:column;align-items:center;width:100%;max-width:98%;margin:6rem auto 0;padding:4rem 2rem 0;display:flex;position:relative;overflow:visible}.Hero-module__ZARIfG__content{z-index:10;max-width:800px;margin-bottom:3rem}.Hero-module__ZARIfG__headline{color:var(--text-heading);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.1}.Hero-module__ZARIfG__highlight{display:inline-block;position:relative}.Hero-module__ZARIfG__highlight:after{content:"";z-index:-1;background-color:#0000001a;border-radius:4px;width:100%;height:12px;position:absolute;bottom:5px;left:0}.Hero-module__ZARIfG__cursor{color:var(--text-heading);margin-left:2px;font-weight:300;animation:1s step-end infinite Hero-module__ZARIfG__blink;display:inline-block}@keyframes Hero-module__ZARIfG__blink{0%,to{opacity:1}50%{opacity:0}}.Hero-module__ZARIfG__subheadline{color:var(--text-heading);opacity:.8;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.6}.Hero-module__ZARIfG__ctaGroup{justify-content:center;gap:1rem;display:flex}.Hero-module__ZARIfG__visuals{justify-content:center;align-items:flex-end;width:100%;max-width:600px;height:450px;display:flex;position:relative}.Hero-module__ZARIfG__mobile{z-index:5;background:#000;border:10px solid #000;border-radius:40px;width:260px;height:520px;position:relative;overflow:hidden;transform:translateY(40px);box-shadow:0 30px 60px -15px #0000004d}.Hero-module__ZARIfG__notch{z-index:6;background:#000;border-radius:0 0 16px 16px;width:120px;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__mobileScreen{background:#fff;border-radius:30px;width:100%;height:100%;padding-top:40px;position:relative;overflow:hidden}.Hero-module__ZARIfG__mobileHeader{background:var(--btn-primary);border-radius:12px;height:50px;margin:0 16px 16px}.Hero-module__ZARIfG__mobileCard{background:#fff;border-radius:12px;height:80px;margin:0 16px 12px;box-shadow:0 4px 8px #0000000d}.Hero-module__ZARIfG__floatingBtn{background:var(--btn-primary);border-radius:50%;width:50px;height:50px;position:absolute;bottom:24px;right:24px;box-shadow:0 8px 16px #0003}.Hero-module__ZARIfG__widget{background:var(--white);z-index:6;border-radius:16px;flex-direction:column;padding:1.25rem;animation:6s ease-in-out infinite Hero-module__ZARIfG__float;display:flex;position:absolute;box-shadow:0 15px 35px -5px #0000001a}.Hero-module__ZARIfG__widgetLeft{top:30%;left:-20px;transform:rotate(-5deg)}.Hero-module__ZARIfG__widgetRight{animation-delay:1s;top:40%;right:-20px;transform:rotate(5deg)}.Hero-module__ZARIfG__widgetLabel{color:var(--text-heading);opacity:.6;margin-bottom:.25rem;font-size:.75rem}.Hero-module__ZARIfG__widgetValue{color:var(--text-heading);font-size:1.5rem;font-weight:700}.Hero-module__ZARIfG__widgetTag{color:var(--btn-primary);background:#0000000d;border-radius:10px;align-self:flex-start;margin-top:.25rem;padding:.2rem .5rem;font-size:.75rem}.Hero-module__ZARIfG__miniChart{background:var(--btn-primary);border-radius:2px;width:40px;height:4px;margin-top:.5rem}@keyframes Hero-module__ZARIfG__float{0%,to{transform:translateY(0)rotate(var(--rot))}50%{transform:translateY(-10px)rotate(var(--rot))}}@media (min-width:768px){.Hero-module__ZARIfG__heroSection{padding:0 2rem}.Hero-module__ZARIfG__heroCard{padding:6rem 4rem 0}.Hero-module__ZARIfG__headline{font-size:4rem}.Hero-module__ZARIfG__widgetLeft{--rot:-5deg;left:10%}.Hero-module__ZARIfG__widgetRight{--rot:5deg;right:10%}}
.Mission-module__UtR6sq__missionSection{background-color:var(--bg-primary);padding:6rem 0}.Mission-module__UtR6sq__contentWrapper{text-align:left;max-width:900px;margin:0 auto}.Mission-module__UtR6sq__subtitle{text-transform:uppercase;letter-spacing:.15em;color:var(--text-body);margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.Mission-module__UtR6sq__content{color:var(--text-heading);margin:0;font-size:1.75rem;font-weight:300;line-height:1.6}@media (max-width:768px){.Mission-module__UtR6sq__content{font-size:1.25rem}}
.Pricing-module__yc4bBa__pricingSection{background-color:var(--white)}.Pricing-module__yc4bBa__header{text-align:center;max-width:700px;margin:0 auto 4rem}.Pricing-module__yc4bBa__title{color:var(--text-heading);margin-bottom:1rem;font-size:2.5rem}.Pricing-module__yc4bBa__subtitle{color:var(--text-heading);opacity:.8;font-size:1.125rem}.Pricing-module__yc4bBa__grid{grid-template-columns:1fr;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;display:grid}.Pricing-module__yc4bBa__card{background:var(--bg-primary);border:1px solid #0000;border-radius:16px;flex-direction:column;padding:2.5rem 2rem;display:flex;position:relative}.Pricing-module__yc4bBa__popular{border:2px solid var(--btn-primary);z-index:10;background:#fff;transform:scale(1.05);box-shadow:0 20px 40px -10px #0003}.Pricing-module__yc4bBa__badge{background:var(--btn-primary);color:var(--white);text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:.25rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Pricing-module__yc4bBa__tierName{color:var(--text-heading);margin-bottom:.5rem;font-size:1.5rem}.Pricing-module__yc4bBa__tierLimit{color:var(--text-heading);opacity:.7;margin-bottom:1.5rem;font-size:.875rem;font-weight:500}.Pricing-module__yc4bBa__priceRow{align-items:baseline;margin-bottom:2rem;display:flex}.Pricing-module__yc4bBa__price{color:var(--text-heading);font-size:2rem;font-weight:700}.Pricing-module__yc4bBa__period{color:var(--text-heading);opacity:.6;margin-left:.25rem;font-size:1rem}.Pricing-module__yc4bBa__features{flex:1;margin-bottom:2rem;padding:0;list-style:none}.Pricing-module__yc4bBa__features li{color:var(--text-heading);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;display:flex}.Pricing-module__yc4bBa__check{color:var(--btn-primary);font-weight:700}.Pricing-module__yc4bBa__cta{margin-top:auto}@media (min-width:768px){.Pricing-module__yc4bBa__grid{grid-template-columns:repeat(3,1fr)}}
.About-module__vAULUW__about{background-color:var(--bg-primary);color:var(--text-heading);padding:12rem 2rem 8rem}.About-module__vAULUW__title{text-align:center;letter-spacing:-.02em;margin-bottom:5rem;font-size:3.5rem;font-weight:700}.About-module__vAULUW__section{border-bottom:1px solid var(--border-neutral);max-width:900px;margin:0 auto 4rem;padding-bottom:4rem}.About-module__vAULUW__section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.About-module__vAULUW__subtitle{text-transform:uppercase;letter-spacing:.15em;color:var(--text-body);margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.About-module__vAULUW__content{color:var(--text-heading);margin:0;font-size:1.5rem;font-weight:300;line-height:1.6}.About-module__vAULUW__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:1rem;display:grid}.About-module__vAULUW__gridItem{flex-direction:column;display:flex}.About-module__vAULUW__itemTitle{color:var(--text-heading);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.About-module__vAULUW__itemRole{color:var(--text-body);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.85rem;font-weight:500}.About-module__vAULUW__itemText{color:var(--text-body);margin:0;font-size:1rem;line-height:1.5}@media (max-width:768px){.About-module__vAULUW__about{padding:8rem 1.5rem 6rem}.About-module__vAULUW__title{margin-bottom:3rem;font-size:2.5rem}.About-module__vAULUW__content{font-size:1.25rem}.About-module__vAULUW__grid{gap:2rem}}
.Analytics-module__331yzW__analyticsSection{background-color:var(--bg-primary);overflow:hidden}.Analytics-module__331yzW__container{flex-direction:column;align-items:center;gap:4rem;display:flex}.Analytics-module__331yzW__textContent{text-align:center;max-width:500px}.Analytics-module__331yzW__title{color:var(--text-heading);margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.Analytics-module__331yzW__description{color:var(--text-heading);opacity:.8;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.Analytics-module__331yzW__statsRow{justify-content:center;gap:3rem;margin-top:2rem;display:flex}.Analytics-module__331yzW__statItem{flex-direction:column;display:flex}.Analytics-module__331yzW__statValue{color:var(--btn-primary);font-size:2rem;font-weight:700}.Analytics-module__331yzW__statLabel{color:var(--text-heading);opacity:.7;margin-top:.25rem;font-size:.875rem}.Analytics-module__331yzW__dashboardPreview{width:100%;max-width:600px;height:400px;position:relative}.Analytics-module__331yzW__chartCard{background:var(--white);z-index:1;border-radius:16px;width:100%;height:320px;padding:1.5rem;position:absolute;top:0;left:0;box-shadow:0 10px 40px -10px #0000001a}.Analytics-module__331yzW__cardHeader{color:var(--text-heading);justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-weight:600;display:flex}.Analytics-module__331yzW__badge{background:var(--bg-primary);color:var(--text-body);border-radius:20px;padding:.25rem .75rem;font-size:.75rem}.Analytics-module__331yzW__chartArea{align-items:flex-end;height:220px;display:flex}.Analytics-module__331yzW__barGroup{border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-end;width:100%;height:100%;padding-bottom:1rem;display:flex}.Analytics-module__331yzW__bar{background-color:var(--border-neutral);border-radius:4px 4px 0 0;width:8%;transition:height .5s}.Analytics-module__331yzW__barActive{background-color:var(--accent-soft);border-radius:4px 4px 0 0;width:8%;transition:height .5s;position:relative}.Analytics-module__331yzW__barActive:after{content:"";background:#000;border-radius:50%;width:6px;height:6px;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.Analytics-module__331yzW__pieCard{background:var(--white);z-index:2;border:1px solid var(--bg-primary);border-radius:16px;width:240px;height:auto;padding:1.5rem;position:absolute;bottom:0;right:-20px;box-shadow:0 10px 40px -10px #00000026}.Analytics-module__331yzW__donutChart{background:conic-gradient(#000 0% 72%,#e6e6e6 72% 100%);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 1rem;display:flex;position:relative}.Analytics-module__331yzW__donutHole{background:var(--white);width:80px;height:80px;color:var(--text-heading);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.Analytics-module__331yzW__legend{justify-content:center;gap:1rem;font-size:.875rem;display:flex}.Analytics-module__331yzW__legendItem{color:var(--text-heading);align-items:center;gap:.5rem;display:flex}.Analytics-module__331yzW__dot1{background:var(--btn-primary);border-radius:50%;width:8px;height:8px}.Analytics-module__331yzW__dot2{background:var(--accent-soft);border-radius:50%;width:8px;height:8px}@media (min-width:768px){.Analytics-module__331yzW__container{flex-direction:row;gap:2rem}.Analytics-module__331yzW__textContent{text-align:left;flex:1;margin-bottom:0}.Analytics-module__331yzW__title{font-size:3rem}.Analytics-module__331yzW__dashboardPreview{flex:1}.Analytics-module__331yzW__statsRow{justify-content:flex-start}}
