@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}h1,h2,h3,h4,h5,h6{margin:0;font-weight:400}p{margin:0}a{color:inherit;text-decoration:none}ul{list-style:none;padding:0}button{cursor:pointer}.home-container{width:100%}.hero{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:#fff;padding:100px 20px;text-align:center;min-height:80vh;display:flex;align-items:center;justify-content:center}.hero-content h1{font-size:3rem;margin-bottom:20px;font-weight:700}.hero-content .tagline{font-size:1.4rem;margin-bottom:40px;opacity:.9}.cta-button{display:inline-block;background:#e94560;color:#fff;padding:15px 40px;text-decoration:none;border-radius:30px;font-weight:600;font-size:1.1rem;transition:all .3s ease}.cta-button:hover{background:#ff6b6b;transform:translateY(-3px);box-shadow:0 10px 20px rgba(233,69,96,.3)}.services{padding:80px 20px;text-align:center;background:#f8f9fa}.services h2{font-size:2.5rem;margin-bottom:15px;color:#1a1a2e}.section-intro{font-size:1.2rem;color:#666;margin-bottom:50px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto;padding:0 20px}.service-card{background:#fff;padding:40px 30px;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.12)}.service-icon{font-size:3rem;margin-bottom:20px}.service-card h3{font-size:1.4rem;margin-bottom:15px;color:#1a1a2e}.service-card p{color:#666}.about{padding:80px 20px;text-align:center;background:#fff}.about h2{font-size:2.5rem;margin-bottom:50px;color:#1a1a2e}.about-content{display:flex;justify-content:center;gap:60px;flex-wrap:wrap;max-width:1000px;margin:0 auto}.about-item{max-width:280px}.about-item strong{display:block;font-size:1.3rem;color:#e94560;margin-bottom:10px}.about-item p{color:#666}.contact{padding:80px 20px;text-align:center;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}.contact h2{font-size:2.5rem;margin-bottom:20px}.contact p{font-size:1.2rem;margin-bottom:30px;opacity:.9}.footer{background:#0f0f1a;color:#aaa;text-align:center;padding:30px 20px}@media (max-width:768px){.hero-content h1{font-size:2rem}.hero-content .tagline{font-size:1.1rem}.about h2,.contact h2,.services h2{font-size:1.8rem}.about-content{gap:30px}}