@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat}.container{width:90%;max-width:1200px;margin:0 auto}.header{background:#1a1a1a;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000;transition:all .3s ease-in-out}.header.scrolled{background:#1a1a1a;box-shadow:0 2px 10px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:center;gap:.75rem}.logo-img{width:45px;height:auto}.logo-text{color:#fff;font-weight:600;font-size:1.25rem}.nav-links-container{display:flex;align-items:center}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0;align-items:center}.nav-link{color:#1a1a1a;text-decoration:none;font-weight:500;transition:color .2s ease}.nav-link:hover{color:#000}.nav-button{background:#ffae00;color:#fff!important;padding:.5rem 1.25rem;border-radius:.375rem;transition:background .2s ease;text-decoration:none}.nav-button:hover{background:#ffb820}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1000}.hamburger-line{width:25px;height:2px;background:#fff;margin:5px 0;transition:transform .3s ease}.hamburger.active .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 768px){.hamburger{display:block}.nav-links-container{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:#1a1a1a;flex-direction:column;padding:6rem 2rem;transition:right .3s ease}.nav-links-container.active{right:0}.nav-links{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%}.nav-link{font-size:1.1rem}.nav-button{width:100%;text-align:center;margin-top:1rem}}.hero{background:url(/assets/bg-CpxOnEvt.webp);background-position:center;background-size:cover;color:#fff;padding:4rem 0;min-height:80dvh;display:flex;align-items:center}.hero-container{display:flex;flex-direction:column;gap:2rem;align-items:center;width:90%;max-width:1200px;margin:0 auto}.hero-content{flex:1;text-align:left}.hero-image{flex:1;width:100%}.hero-image img{width:80%;height:auto;max-width:600px;display:block;margin:0 auto}.hero-title{font-size:2.25rem;margin-bottom:1.5rem;line-height:1.2}.hero-title b{color:#fb0}.hero-text{font-size:1.25rem;margin-bottom:2rem;max-width:500px}.hero-button{background-color:#fff;color:#2563eb;padding:1rem 2.5rem;font-size:1.1rem;border-radius:8px;transition:transform .2s ease;border:none;cursor:pointer}.hero-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 5px 15px #0003}@media (min-width: 768px){.hero-container{flex-direction:row;gap:4rem;align-items:center}.hero-image{animation-name:fadeInUp;animation-delay:.7s}.hero-button{transform-origin:center}.hero-content{order:1}.hero-title{font-size:3rem}}@media (max-width: 520px){.hero{padding:5rem 0 2rem;min-height:auto}.hero-title{font-size:1.5rem}.hero-text{font-size:1rem}.hero-content{text-align:center}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.hero-content{animation:fadeInUp 1s ease both;animation-delay:.3s}.hero-title{animation:fadeInUp .8s ease both;animation-delay:.5s}.hero-text{animation:fadeInUp .8s ease both;animation-delay:.7s;will-change:transform,opacity}.hero-image{animation:fadeInRight 1s cubic-bezier(.23,1,.32,1) both;animation-delay:.9s;will-change:transform,opacity}.hero-image img{transform:perspective(1000px) rotateY(-10deg) translateZ(50px);transition:transform .5s ease}.hero-image:hover img{transform:perspective(1000px) rotateY(0) translateZ(0)}.hero-button{animation:fadeInUp .8s ease both;animation-delay:1.1s;transform-origin:left center}.features-section{padding:4rem 0;margin-bottom:100px}.section-title{text-align:center;font-size:2rem;margin-bottom:3rem;color:#2d3748}.features-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{background:#fff;padding:2rem;border-radius:10px;text-align:center;transition:transform .3s ease;box-shadow:0 4px 6px #0000001a}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:2.5rem;color:#ffae00;margin-bottom:1.5rem}.feature-icon svg{height:1em;width:1em}.feature-title{font-size:1.25rem;color:#2d3748;margin-bottom:1rem;font-weight:600}.feature-description{color:#718096;line-height:1.6}@media (max-width: 768px){.features-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}.cta-section{width:100%;padding:4rem 0;background:linear-gradient(135deg,#2b75ff,#00d9ff);position:relative;overflow:hidden}.cta-container{width:90%;max-width:1200px;margin:0 auto}.cta-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;position:relative;z-index:1}.cta-title{font-size:2.5rem;color:#fff;margin:0;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.1);animation:fadeInUp .8s ease}.cta-text{font-size:1.25rem;color:#e0e7ff;margin:0;text-align:center;max-width:600px;animation:fadeInUp .8s ease .2s backwards}.cta-button{background:#fff;color:#ffae00;padding:1rem 2.5rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.8rem;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;animation:fadeInUp .8s ease .4s backwards;font-family:Montserrat}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026;background:#f8fafc}.cta-button:active{transform:translateY(1px)}.cta-arrow{font-size:1.4rem;transition:transform .3s ease}.cta-button:hover .cta-arrow{transform:translate(3px)}a{text-decoration:none}.cta-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent 0%,rgba(255,255,255,.1) 50%,transparent 100%);animation:bgSlide 20s linear infinite}@keyframes bgSlide{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.cta-title{font-size:2rem}.cta-text{font-size:1rem;padding:0 1rem}.cta-button{padding:.8rem 2rem;font-size:1rem}}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1rem;border-top:1px solid rgba(255,255,255,.1)}.footer-container{width:90%;max-width:1200px;margin:0 auto}.footer-main{display:flex;flex-direction:column;align-items:center;gap:2rem;padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{text-align:center}.logo{font-size:2rem;font-weight:700;letter-spacing:1px;color:#46d2e5;margin-bottom:.5rem}.tagline{color:#a0aec0;font-size:.9rem}.footer-nav{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.nav-link{color:#e2e8f0;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#ffb820}.footer-bottom{text-align:center}.social-links{display:flex;gap:1.5rem;justify-content:center;margin-bottom:1rem}.social-icon{font-size:1.5rem;opacity:.8;transition:all .3s ease}.social-icon:hover{opacity:1;transform:translateY(-2px)}.copyright{color:#a0aec0;font-size:.9rem;margin-top:1rem}@media (min-width: 768px){.footer-main{flex-direction:row;justify-content:space-between;align-items:flex-start}.footer-brand{text-align:left;max-width:300px}}@media (max-width: 1390px){.hero-image{flex:1;width:100%}.hero-image img{width:70%;height:auto;max-width:600px;display:block;margin:0 auto}}.faq-section{padding:4rem 0;background:#f8fafc}.section-title{text-align:center;font-size:2rem;margin-bottom:3rem;color:#1a202c}.faq-grid{max-width:800px;margin:0 auto}.faq-item{margin-bottom:1rem;border-radius:8px;background:#fff;box-shadow:0 2px 6px #0000000d;transition:all .3s ease}.faq-item.active{box-shadow:0 4px 12px #0000001a}.faq-question{width:100%;padding:1.5rem;text-align:left;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;color:#1a202c;transition:background .2s ease;font-family:Montserrat}.faq-question:hover{background:#f8fafc}.faq-question .chevron{margin-left:1rem;transition:transform .3s ease}.faq-item.active .chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;padding:0 1.5rem;transition:all .3s ease;color:#4a5568;line-height:1.6}.faq-item.active .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}@media (max-width: 768px){.faq-question{font-size:1rem;padding:1rem}.faq-answer{font-size:.9rem}}.privacy-page{max-width:1200px;margin:2rem auto;padding:0 1.5rem}.privacy-content h1{color:#1a202c;margin-bottom:2rem}.terms-section{margin:2rem 0;padding:1.5rem;border-bottom:1px solid #e2e8f0}.terms-section h2{color:#2d3748;font-size:1.4rem;margin-bottom:1rem}.terms-section ul{margin:1rem 0;padding-left:1.5rem}.terms-section li{margin-bottom:.8rem;line-height:1.6}.effective-date{color:#718096;font-size:.9rem;margin-bottom:2rem}.privacy-content{max-width:800px;margin:2rem auto;background:#fff;padding:3rem;border-radius:12px}@media (max-width: 768px){.privacy-content{padding:1.5rem;margin:1rem}.terms-section{padding:1rem 0}}
