*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border-bottom:1px solid #ffffff1a;justify-content:space-between;left:0;padding:3rem 2rem;position:fixed;right:0;top:0;z-index:1000}.nav-brand,.navbar{align-items:center;display:flex}.nav-logo{filter:brightness(0) invert(1);height:50px;object-fit:contain;width:auto}.nav-brand h1{color:#172f3d;font-size:1.5rem;font-weight:700;margin:0}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#667eea}.hero{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;min-height:100vh;overflow:hidden;position:relative}.hero-content{align-items:center;display:flex;flex:1 1;justify-content:center;margin:0 auto;max-width:1200px;padding:2rem}.hero-text{color:#fff;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.brand-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#ffd89b,#19547b);-webkit-background-clip:text;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:1rem;opacity:.9}.coming-soon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:25px;color:#fff;display:inline-block;font-size:1.1rem;font-weight:600;margin-bottom:2rem;padding:.5rem 1.5rem}.hero-buttons{display:flex;gap:1rem}.btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(45deg,#ffd89b,#19547b);color:#fff}.btn-primary:hover{box-shadow:0 10px 20px #0003;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-2px)}.hero-visual{flex:1 1;height:400px;position:relative}.floating-card{animation:float 6s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:#fff;padding:2rem;position:absolute;text-align:center}.floating-card.card-1{animation-delay:0s;right:100px;top:50px}.floating-card.card-2{animation-delay:2s;right:50px;top:200px}.floating-card.card-3{animation-delay:4s;right:200px;top:120px}.card-icon{font-size:2rem;margin-bottom:1rem}.floating-card h3{font-size:1.1rem;font-weight:600}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.section{background:#fff;padding:5rem 0}.section-alt{background:#f8fafc}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.about-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.about-text p{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem}.feature{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;padding:1.5rem;text-align:center}.feature h3,.stat h3{color:#667eea;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.feature p,.stat p{color:#666;font-weight:500}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:2.5rem 2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-card h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.service-card p{color:#666;line-height:1.6}.footer{background:#2d3748;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-brand h3{color:#667eea;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-logo-section{align-items:center;display:flex;margin-bottom:1rem}.footer-logo{filter:brightness(0) invert(1);height:32px;width:auto}.footer-brand p{color:#a0aec0}.footer-contact h4,.footer-links h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-links a{color:#a0aec0;display:block;margin-bottom:.5rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#667eea}.footer-contact p{color:#a0aec0;margin-bottom:.5rem}.footer-bottom{border-top:1px solid #4a5568;color:#a0aec0;padding-top:2rem;text-align:center}@media (max-width:768px){.nav-links{display:none}.hero-content{flex-direction:column;gap:2rem}.hero-content,.hero-text{text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{flex-wrap:wrap;justify-content:center}.hero-visual{height:300px}.floating-card{padding:1.5rem}.about-grid{gap:2rem;grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(3,1fr)}.section-title{font-size:2rem}}
/*# sourceMappingURL=main.4b618958.css.map*/