.navbar{z-index:1000;width:100%;transition:all .4s;position:fixed;top:0}.navbar__container{justify-content:space-between;align-items:center;width:min(90%,1200px);margin-inline:auto;padding:1rem 1.5rem;transition:padding .4s,background .4s,border-radius .4s,box-shadow .4s;display:flex}.navbar--scrolled .navbar__container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172abf;border:1px solid #ffffff14;border-radius:20px;padding:.8rem 1.5rem;box-shadow:0 10px 30px #0003}.navbar--scrolled{top:1rem}.navbar__logo{font-size:1.2rem;font-weight:700}.navbar__nav{gap:2rem;display:flex}.navbar__nav a{color:#94a3b8;text-decoration:none;transition:all .3s}.navbar__nav a:hover{color:#fff}.navbar__cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#06b6d4,#22d3ee);border:none;border-radius:12px;padding:.9rem 1.4rem}@media (width<=768px){.navbar__container{justify-content:center}.navbar__nav{display:none}}.navbar__toggle{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.8rem;display:none}@media (width>=769px){.navbar__toggle{display:none}}@media (width<=768px){.navbar__toggle{margin-left:1rem;display:block}.navbar__nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172af2;border-radius:0 0 20px 20px;flex-direction:column;gap:1rem;width:100%;padding:1.5rem;display:none;position:absolute;top:100%;left:0}.navbar__nav--open{display:flex}}.hero{background:radial-gradient(circle at 0 0,#06b6d420,#0000 40%),radial-gradient(circle at 100% 100%,#22d3ee20,#0000 40%),#0b1020;align-items:center;min-height:100vh;display:flex}.hero__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:min(90%,1200px);margin-inline:auto;display:grid}.hero__title{margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5rem)}.hero__description{color:#94a3b8;max-width:600px}.hero__actions{gap:1rem;margin-top:2rem;display:flex}.hero__actions button{cursor:pointer;border:none;border-radius:12px;padding:1rem 2rem}.hero__visual{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:24px;height:500px}.dashboard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:24px;grid-template-columns:80px 1fr;width:100%;height:100%;display:grid;overflow:hidden}.dashboard__sidebar{background:#ffffff08;border-right:1px solid #ffffff0d;padding:1.5rem}.dashboard__logo{background:linear-gradient(135deg,#06b6d4,#22d3ee);border-radius:12px;width:40px;height:40px}.dashboard__menu{flex-direction:column;gap:1rem;margin-top:3rem;display:flex}.dashboard__menu span{background:#ffffff26;border-radius:50px;height:10px}.dashboard__content{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.dashboard__card{background:#ffffff0a;border-radius:20px;padding:1.5rem}.dashboard__card h4{color:#94a3b8;margin-bottom:.5rem}.dashboard__card span{font-size:2rem;font-weight:700}.chart{align-items:flex-end;height:120px;margin-top:1.5rem;display:flex}.chart div{background:linear-gradient(#06b6d4,#0000);border-radius:12px;width:100%;height:80%}.about p{color:#94a3b8;margin-bottom:1rem;line-height:1.8}.about__card{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.about__item{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:2rem}.about__item span{margin-bottom:.5rem;font-weight:700;display:block}.about__item p{margin:0}.hero__stat{flex-direction:column;align-items:flex-start;display:flex}.hero h3{background:linear-gradient(135deg,#22d3ee,#06b6d4);color:#0000;-webkit-background-clip:text;margin-bottom:.5rem;font-size:clamp(2rem,3vw,3.5rem)}@media (width<=768px){.hero{align-items:flex-start;padding-top:140px}.hero__container{grid-template-columns:1fr;gap:4rem}.hero__content{text-align:center}.hero__description{margin:0 auto}.about__card{grid-template-columns:1fr}.hero__visual{height:auto;min-height:500px}}.trusted{padding:6rem 0}.trusted__container{width:min(90%,1200px);margin-inline:auto}.trusted__title{text-align:center;color:#94a3b8;letter-spacing:1px;text-transform:uppercase;margin-bottom:3rem;font-size:.95rem}.trusted__slider{position:relative;overflow:hidden}.trusted__track{gap:4rem;width:max-content;animation:25s linear infinite marquee;display:flex}.trusted__track span{color:#ffffff80;cursor:pointer;font-size:1.4rem;font-weight:600;transition:all .3s}.trusted__track span:hover{color:#fff}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.features{padding:8rem 0}.features__container{text-align:center;width:min(90%,1200px);margin-inline:auto}.features__badge{color:#22d3ee;background:#06b6d41f;border-radius:999px;margin-bottom:1rem;padding:.5rem 1rem;display:inline-block}.features__title{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem)}.features__subtitle{color:#94a3b8;max-width:700px;margin:0 auto 4rem}.features__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:left;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:24px;padding:2rem;transition:all .3s}.feature-card:hover{border-color:#22d3ee4d;transform:translateY(-10px)}.feature-card__icon{background:linear-gradient(135deg,#06b6d4,#22d3ee);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.feature-card h3{margin-bottom:1rem}.feature-card p{color:#94a3b8}@media (width<=900px){.features__grid{grid-template-columns:1fr}}.showcase{padding:10rem 0}.showcase__container{grid-template-columns:1fr 1.4fr;align-items:center;gap:4rem;width:min(1200px,90%);margin:0 auto;display:grid}.showcase__badge{color:#22d3ee;background:#22d3ee1a;border-radius:999px;margin-bottom:1rem;padding:.5rem 1rem;display:inline-block}.showcase h2{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem)}.showcase p{color:#94a3b8;font-size:1.1rem}.dashboard-preview{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:30px;padding:2rem}.dashboard-preview__header{gap:.5rem;display:flex}.dashboard-preview__header span{background:#ffffff4d;border-radius:50%;width:12px;height:12px}.dashboard-preview__stats{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;display:grid}.stat-card{background:#ffffff0a;border-radius:16px;padding:1rem}.stat-card h4{color:#94a3b8;margin-bottom:.5rem}.stat-card span{font-size:1.8rem;font-weight:700}.dashboard-preview__chart{background:#ffffff08;border-radius:20px;height:280px;margin-top:2rem;position:relative;overflow:hidden}.chart-line{clip-path:polygon(0% 80%,10% 70%,20% 75%,30% 40%,40% 55%,50% 25%,60% 35%,70% 15%,80% 20%,90% 5%,100% 0%,100% 100%,0% 100%);background:linear-gradient(#22d3ee80,#0000);width:100%;height:80%;position:absolute;bottom:0;left:0}@media (width<=900px){.showcase__container,.dashboard-preview__stats{grid-template-columns:1fr}}.footer{background:#ffffff05;border-top:1px solid #ffffff14;padding:4rem 0}.footer__container{text-align:center;width:min(90%,1200px);margin:0 auto}.footer h3{margin-bottom:.5rem;font-size:1.5rem}.footer p{color:#94a3b8}.footer__links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2rem;padding:1.5rem 1rem;display:flex}.footer__links a{color:#fff;text-decoration:none;transition:all .3s}.footer__links a:hover{color:#22d3ee}.footer__copyright{color:#94a3b8;font-size:.9rem}.scroll-progress{transform-origin:0;z-index:9999;background:linear-gradient(90deg,#22d3ee,#a855f7);width:100%;height:4px;position:fixed;top:0;left:0}.experience{padding:8rem 0}.experience__container{width:min(90%,1000px);margin:0 auto}.timeline{margin-top:4rem;padding-left:4rem;position:relative}.timeline:before{content:"";background:linear-gradient(#22d3ee,#a855f7);width:2px;height:100%;position:absolute;top:0;left:12px}.timeline__item{margin-bottom:4rem;position:relative}.timeline__dot{background:linear-gradient(135deg,#22d3ee,#a855f7);border-radius:50%;width:20px;height:20px;position:absolute;left:-28px;box-shadow:0 0 20px #22d3ee80,0 0 40px #a855f74d}.timeline__content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;padding:2rem}.timeline__content span{color:#22d3ee;letter-spacing:1px;font-weight:700}.timeline__year{color:#22d3ee;font-weight:700}.timeline__content:hover{transition:all .3s;transform:translate(10px)}.timeline__title{color:#fff;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.3rem;font-weight:600;display:flex}.contact{text-align:center;content:"";z-index:-1;background:radial-gradient(circle at 0 0,#06b6d420,#0000 40%),radial-gradient(circle at 100% 100%,#22d3ee20,#0000 40%);padding:10rem 0;inset:0}.contact__container{width:min(90%,900px);margin:0 auto}.contact h2{margin:1rem 0;font-size:clamp(2.5rem,6vw,4rem)}.contact__description{color:#94a3b8;max-width:700px;margin:0 auto}.contact__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:3rem;display:flex}.contact-btn{color:#a855f7;border:1px solid #ffffff1a;border-radius:16px;padding:1rem 2rem;text-decoration:none;transition:all .1s;display:inline-block}.contact-btn:hover{color:#fff;background:linear-gradient(135deg,#22d3ee,#a855f7);transform:translateY(-4px)}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}body{font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3{line-height:1.1}p{line-height:1.6}html{scroll-behavior:smooth}body{color:#fff;background:#0b1020;overflow-x:hidden}
