@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--navy:#1e1348;--pink:#e52a6e;--cyan:#7df0ed;--white:#fff;--pink-light:#ff5e94;--navy-light:#2d1e6b;--font-main:"Space Grotesk", sans-serif;--max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-main);background:var(--navy);color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}section{position:relative;overflow:hidden}.wave-divider{width:100%;line-height:0;position:absolute;bottom:0;left:0}.wave-divider svg{width:100%;height:80px;display:block}.btn{font-family:var(--font-main);cursor:pointer;border:none;border-radius:50px;padding:.875rem 2rem;font-size:1rem;font-weight:700;transition:transform .3s,box-shadow .3s;display:inline-block}.btn:hover{transform:scale(1.05);box-shadow:0 8px 25px #0000004d}.btn-primary{background:var(--pink);color:var(--white)}.btn-secondary{background:var(--cyan);color:var(--navy)}.fade-up{opacity:0;transform:translateY(60px)}.fade-left{opacity:0;transform:translate(-60px)}.fade-right{opacity:0;transform:translate(60px)}.scale-in{opacity:0;transform:scale(.8)}.navbar{z-index:1000;width:100%;padding:1rem 0;transition:background .3s,padding .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0;left:0}.navbar--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e1348eb;padding:.5rem 0}.navbar__inner{justify-content:space-between;align-items:center;display:flex}.navbar__logo img{width:auto;height:50px;transition:transform .3s}.navbar__logo img:hover{transform:rotate(-5deg)scale(1.05)}.navbar__links{align-items:center;gap:2rem;display:flex}.navbar__links a{text-transform:uppercase;letter-spacing:.05em;font-size:.95rem;font-weight:600;transition:color .3s}.navbar__links a:not(.btn):hover{color:var(--cyan)}.navbar__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.navbar__hamburger span{background:var(--white);border-radius:2px;width:28px;height:3px;transition:transform .3s,opacity .3s;display:block}.navbar__hamburger.open span:first-child{transform:rotate(45deg)translate(5px,6px)}.navbar__hamburger.open span:nth-child(2){opacity:0}.navbar__hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-6px)}@media (width<=768px){.navbar__hamburger{display:flex}.navbar__links{background:var(--navy);flex-direction:column;justify-content:center;gap:2.5rem;width:75%;height:100vh;transition:right .4s;position:fixed;top:0;right:-100%}.navbar__links--open{right:0}}.hero{background:linear-gradient(135deg, var(--navy) 0%, var(--pink) 50%, var(--navy-light) 100%);justify-content:center;align-items:center;min-height:100vh;padding:8rem 0 6rem;display:flex;position:relative}.hero__bg-shapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero__circle{opacity:.12;border-radius:50%;position:absolute}.hero__circle--1{background:var(--cyan);width:500px;height:500px;animation:8s ease-in-out infinite floatA;top:-100px;right:-100px}.hero__circle--2{background:var(--pink-light);width:300px;height:300px;animation:10s ease-in-out infinite floatB;bottom:10%;left:-80px}.hero__circle--3{background:var(--cyan);width:200px;height:200px;animation:12s ease-in-out infinite reverse floatA;top:40%;right:20%}@keyframes floatA{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-30px)rotate(5deg)}}@keyframes floatB{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(20px)translate(20px)}}.hero__content{text-align:center;z-index:1;position:relative}.hero__title-row{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:.5rem;display:flex}.hero__title{letter-spacing:-.02em;background:linear-gradient(135deg, var(--white), var(--cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:0;font-size:clamp(3rem,8vw,6rem);font-weight:700}.hero__logo{filter:drop-shadow(0 4px 20px #0000004d);width:clamp(80px,12vw,140px);height:auto}.hero__subtitle{color:#ffffffd9;margin-bottom:1rem;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:500}.hero__demo-link{color:var(--cyan);text-underline-offset:4px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.25rem);font-weight:600;text-decoration:underline;transition:color .3s,transform .3s;display:inline-block}.hero__demo-link:hover{color:#fff;transform:scale(1.05)}.hero__video-wrapper{aspect-ratio:16/9;border-radius:16px;width:100%;max-width:800px;margin:0 auto 2.5rem;position:relative;overflow:hidden;box-shadow:0 20px 60px #0006}.hero__video-poster{cursor:pointer;color:#fff;background:#000;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.hero__video-thumbnail{object-fit:cover;opacity:.92;width:100%;height:100%}.hero__video-play{background:#000000b8;border-radius:50%;place-items:center;width:72px;height:72px;font-size:1.8rem;transition:transform .2s,background .2s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero__video-caption{background:#000000b3;border-radius:999px;padding:.35rem .6rem;font-size:.9rem;font-weight:600;position:absolute;bottom:1rem;left:1rem}.hero__video-poster:hover .hero__video-play,.hero__video-poster:focus-visible .hero__video-play{background:#000000d9;transform:translate(-50%,-50%)scale(1.08)}.hero__video-wrapper iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero__video-fallback{color:#ffffffd1;margin:-1.25rem 0 2rem;font-size:.95rem}.hero__video-fallback-link{color:var(--cyan);font-weight:600}.hero__video-fallback-link:hover{color:#fff}.hero__cta{justify-content:center;gap:1rem;display:flex}@media (width<=768px){.hero{padding:7rem 0 5rem}}.about{background:var(--navy);padding:6rem 0 8rem}.about__heading{text-align:center;background:linear-gradient(90deg, var(--cyan), var(--pink-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3rem)}.about__intro{text-align:center;color:#fffc;max-width:700px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.7}.about__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.about__card{text-align:center;background:linear-gradient(135deg,#7df0ed14,#e52a6e14);border:1px solid #7df0ed26;border-radius:16px;padding:2.5rem 2rem;transition:transform .3s,border-color .3s}.about__card:hover{border-color:var(--cyan);transform:translateY(-8px)}.about__icon{margin-bottom:1rem;font-size:2.5rem}.about__card h3{color:var(--cyan);margin-bottom:.75rem;font-size:1.25rem}.about__card p{color:#ffffffbf;font-size:.95rem;line-height:1.6}.team{background:var(--pink);padding:6rem 0 8rem}.team__heading{text-align:center;color:var(--white);margin-bottom:2.5rem;font-size:clamp(2rem,5vw,3rem)}.team__photo{border-radius:20px;max-width:700px;margin:0 auto 3rem;overflow:hidden;box-shadow:0 16px 50px #0000004d}.team__photo img{object-fit:cover;width:100%}.team__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.team__card{background:#1e1348d9;border-radius:16px;padding:2.5rem 2rem;transition:transform .3s}.team__card:hover{transform:translateY(-6px)}.team__card h3{color:var(--cyan);margin-bottom:.75rem;font-size:1.4rem}.team__bio{color:#fffc;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.team__links{flex-direction:column;gap:.6rem;display:flex}.team__link{color:var(--cyan);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;transition:color .3s;display:inline-flex}.team__link:hover{color:var(--white)}.team__link-icon{background:#7df0ed26;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:inline-flex}.links{background:var(--navy);padding:6rem 0 8rem}.links__heading{text-align:center;background:linear-gradient(90deg, var(--pink-light), var(--cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:clamp(2rem,5vw,3rem)}.links__grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;max-width:700px;margin:0 auto;display:grid}.links__item{cursor:pointer;background:linear-gradient(135deg,#7df0ed0f,#e52a6e0f);border:1px solid #7df0ed1f;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;transition:transform .3s,border-color .3s,background .3s;display:flex}.links__item:hover{border-color:var(--cyan);background:#7df0ed1a;transform:translateY(-6px)scale(1.03)}.links__icon{font-size:2rem}.links__name{text-transform:uppercase;letter-spacing:.05em;color:#ffffffd9;font-size:.9rem;font-weight:600}.footer{background:var(--navy);border-top:1px solid #7df0ed1a;padding:3rem 0}.footer__inner{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;display:flex}.footer__logo img{opacity:.7;width:auto;height:40px;transition:opacity .3s}.footer__logo img:hover{opacity:1}.footer__copy{color:#ffffff73;font-size:.85rem}.footer__links a{color:var(--cyan);font-size:.85rem;font-weight:600;transition:color .3s}.footer__links a:hover{color:var(--white)}.privacy{background:var(--navy);min-height:100vh;padding:6rem 0 4rem}.privacy .container{max-width:800px}.privacy__back{color:var(--cyan);margin-bottom:2rem;font-weight:600;transition:color .3s;display:inline-block}.privacy__back:hover{color:var(--white)}.privacy h1{background:linear-gradient(90deg, var(--cyan), var(--pink-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.75rem)}.privacy__updated{color:#ffffff73;margin-bottom:2.5rem;font-size:.9rem}.privacy h2{color:var(--cyan);margin:2rem 0 .75rem;font-size:1.3rem}.privacy p{color:#ffffffbf;font-size:1rem;line-height:1.75}.privacy a{color:var(--pink-light);text-decoration:underline}.privacy a:hover{color:var(--white)}
