*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.home-container{background:linear-gradient(135deg,#667eea,#764ba2);overflow-x:hidden}.hero-section,.home-container{min-height:100vh;position:relative}.hero-section{align-items:center;display:flex;justify-content:center;padding:20px}.hero-content{max-width:800px;position:relative;text-align:center;z-index:10}.logo-title-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:30px}.hero-logo{animation:float 6s ease-in-out infinite;filter:drop-shadow(0 8px 20px rgba(0,0,0,.2));font-size:120px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-title{color:#fff;font-size:clamp(3rem,8vw,6rem);font-weight:700;line-height:1.1;text-shadow:0 4px 20px #0000004d}.animated-text{animation:pulse 2.5s ease-in-out infinite;color:gold;text-shadow:0 2px 10px #ffd70080;transition:opacity .5s ease-in-out}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.hero-subtitle{color:#ffffffe6;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:300;letter-spacing:.5px;margin-bottom:40px}.hero-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.cta-button{align-items:center;border:none;border-radius:30px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:18px;font-weight:600;gap:8px;justify-content:center;min-width:160px;padding:16px 32px;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:linear-gradient(135deg,gold,#ffed4a);box-shadow:0 8px 25px #ffd70066;color:#2d3436}.cta-button.primary:hover{box-shadow:0 12px 35px #ffd70099;transform:translateY(-3px)}.cta-button.secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;color:#fff}.cta-button.secondary:hover{background:#ffffff4d;box-shadow:0 8px 25px #fff3;transform:translateY(-3px)}.cta-button.large{font-size:20px;min-width:200px;padding:20px 40px}.floating-elements{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.floating-element{animation:float-around 20s linear infinite;font-size:2rem;opacity:.7;position:absolute}.element-1{animation-delay:0s;animation-duration:25s;left:10%;top:15%}.element-2{animation-delay:-5s;animation-duration:30s;right:15%;top:25%}.element-3{animation-delay:-10s;animation-duration:35s;bottom:30%;left:20%}.element-4{animation-delay:-15s;animation-duration:28s;right:25%;top:60%}.element-5{animation-delay:-20s;animation-duration:32s;bottom:20%;right:10%}.element-6{animation-delay:-25s;animation-duration:27s;left:5%;top:40%}@keyframes float-around{0%,to{transform:translate(0) rotate(0deg)}25%{transform:translate(30px,-50px) rotate(90deg)}50%{transform:translate(-20px,-30px) rotate(180deg)}75%{transform:translate(-40px,20px) rotate(270deg)}}.about-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;padding:120px 20px}.about-content{margin:0 auto;max-width:1200px}.about-header{margin-bottom:80px;text-align:center}.section-title{color:#2d3436;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:20px}.title-underline{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;height:4px;margin:0 auto;width:80px}.feature-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:100px}.feature-card{background:#fff;border:1px solid #667eea1a;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:40px 30px;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 20px 60px #667eea33;transform:translateY(-10px)}.feature-icon{display:block;font-size:3rem;margin-bottom:20px}.feature-card h3{color:#2d3436;font-size:1.5rem;font-weight:600;margin-bottom:15px}.feature-card p{color:#636e72;font-size:1rem;line-height:1.6}.how-it-works{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;padding:60px 40px}.works-title{font-size:2.5rem;font-weight:600;margin-bottom:50px;text-align:center}.steps{flex-wrap:wrap;gap:30px;justify-content:center;margin:0 auto;max-width:800px}.step,.steps{align-items:center;display:flex}.step{flex:1 1;flex-direction:column;min-width:200px;text-align:center}.step-number{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #fff6;border-radius:50%;display:flex;font-size:24px;font-weight:700;height:60px;justify-content:center;margin-bottom:20px;width:60px}.step-content h4{font-size:1.3rem;font-weight:600;margin-bottom:10px}.step-content p{color:#ffffffe6;font-size:.95rem}.step-arrow{color:#ffffffb3;font-size:2rem;margin:0 10px}.cta-section{background:linear-gradient(135deg,#2d3436,#636e72);color:#fff;padding:120px 20px;text-align:center}.cta-content{margin:0 auto;max-width:600px}.cta-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin-bottom:20px}.cta-subtitle{color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin-bottom:40px}.cta-note{color:#fffc;font-size:.95rem;margin-top:30px}.cta-note .link{color:gold;font-weight:600;text-decoration:none}.cta-note .link:hover{text-decoration:underline}.footer{background:#2d3436;color:#fff;padding:40px 20px}.footer-content{flex-wrap:wrap;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-content,.footer-logo{align-items:center;display:flex}.footer-logo{gap:12px}.footer-logo-img{font-size:30px}.footer-brand{color:gold;font-size:1.2rem;font-weight:600}.footer-links{display:flex;gap:30px}.footer-link{color:#fffc;font-weight:500;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:gold}@media (min-width:1024px){.hero-content{max-width:1000px}.logo-title-wrapper{gap:30px}.hero-logo{font-size:140px}.about-section{padding:150px 40px}.feature-grid{gap:60px;grid-template-columns:repeat(2,1fr)}.cta-section{padding:150px 40px}}@media (min-width:1440px){.hero-content{max-width:1200px}.feature-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.hero-section{padding:40px 20px}.logo-title-wrapper{flex-direction:column;gap:20px}.hero-logo{font-size:100px}.hero-buttons{align-items:center;flex-direction:column;gap:15px}.cta-button{max-width:280px;width:100%}.about-section{padding:80px 20px}.feature-grid{gap:30px;grid-template-columns:1fr;margin-bottom:60px}.feature-card{padding:30px 20px}.how-it-works{padding:40px 20px}.works-title{font-size:2rem;margin-bottom:40px}.steps{flex-direction:column;gap:40px}.step-arrow{margin:10px 0;transform:rotate(90deg)}.cta-section{padding:80px 20px}.footer-content{flex-direction:column;gap:15px;text-align:center}.floating-elements{display:block}.floating-element{animation-duration:20s;font-size:1.5rem}.element-1{animation-duration:22s}.element-2{animation-duration:25s}.element-3{animation-duration:28s}.element-4{animation-duration:24s}.element-5{animation-duration:26s}.element-6{animation-duration:23s}}@media (max-width:480px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.works-title{font-size:1.8rem}.cta-title{font-size:2rem}.floating-element{font-size:1.2rem;opacity:.6}.element-1{left:5%;top:20%}.element-2{right:8%;top:30%}.element-3{bottom:35%;left:10%}.element-4{right:15%;top:65%}.element-5{bottom:25%;right:5%}.element-6{left:3%;top:45%}}html{scroll-behavior:smooth}
/*# sourceMappingURL=main.abfb1df4.css.map*/