body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background:#0f172a;color:#fff;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1200px}.logo{color:#38bdf8;font-size:1.6rem;font-weight:700}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;font-weight:500;text-decoration:none;transition:.3s}.nav-links a:hover{color:#38bdf8}.menu-btn{display:none}.menu-btn button{background:none;border:none;color:#fff;cursor:pointer;font-size:1.8rem}.mobile-menu{background:#1e293b;display:flex;flex-direction:column;gap:1rem;padding:1rem 2rem}.mobile-menu a{color:#fff;font-size:1.1rem;text-decoration:none}.mobile-menu a:hover{color:#38bdf8}@media (max-width:768px){.nav-links{display:none}.menu-btn{display:block}}.logo img{cursor:pointer;height:60px;width:auto}.hero{background:linear-gradient(90deg,#0f172a,#1e293b);color:#fff;padding:6rem 2rem}.hero-container{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between;margin:auto;max-width:1200px}.hero-text{flex:1 1}.hero-text h1{font-size:3rem;line-height:1.2;margin-bottom:1rem}.hero-text h1 span{color:#38bdf8}.hero-text p{color:#e5e7eb;font-size:1.2rem;margin-bottom:2rem;max-width:500px}.hero-buttons{display:flex;gap:1rem}.btn{border-radius:8px;font-size:1rem;padding:.8rem 1.6rem;text-decoration:none;transition:.3s}.btn-primary{background:#38bdf8;color:#0f172a;font-weight:700}.btn-primary:hover{background:#0ea5e9}.btn-outline{border:2px solid #38bdf8;color:#38bdf8}.btn-outline:hover{background:#38bdf8;color:#0f172a}.hero-image{flex:1 1;text-align:center}.hero-image img{height:auto;max-width:500px;width:100%}.services{background:#0f172a;color:#e5e7eb;padding:5rem 2rem;text-align:center}.services-container{margin:auto;max-width:1200px}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-card{background:#1e293b;border-radius:12px;box-shadow:0 4px 12px #0006;padding:2rem;transition:transform .3s,box-shadow .3s,background .3s}.service-card:hover{background:#334155;box-shadow:0 8px 20px #0009;transform:translateY(-8px)}.icon{color:#38bdf8;font-size:2.5rem;margin-bottom:1rem}.service-card h3{color:#f1f5f9;font-size:1.5rem;margin-bottom:.8rem}.service-card p{color:#cbd5e1;font-size:1rem}.portfolio{background:#0f172a;color:#e5e7eb;padding:5rem 2rem;text-align:center}.portfolio-container{margin:auto;max-width:1200px}.portfolio-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-bottom:5rem}.portfolio-card{border-radius:12px;box-shadow:0 4px 12px #0000004d;overflow:hidden;position:relative;transition:transform .3s}.portfolio-card:hover{transform:translateY(-8px)}.portfolio-card img{display:block;height:100%;object-fit:cover;width:100%}.portfolio-overlay{align-items:center;background:#0f172ae6;color:#fff;display:flex;flex-direction:column;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .3s ease-in-out}.portfolio-card:hover .portfolio-overlay{opacity:1}.portfolio-overlay h3{color:#f1f5f9;font-size:1.5rem;margin-bottom:1rem}.portfolio-overlay a{background:#38bdf8;border-radius:8px;color:#0f172a;font-weight:700;padding:.6rem 1.2rem;text-decoration:none;transition:background .3s}.portfolio-overlay a:hover{background:#0ea5e9}.reviews-section{margin-top:5rem}.reviews-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.review-card{background:#1e293b;border-radius:12px;box-shadow:0 4px 12px #0006;color:#e5e7eb;padding:2rem;text-align:center;transition:transform .3s,background .3s}.review-card:hover{background:#334155;transform:translateY(-6px)}.avatar{border:2px solid #38bdf8;border-radius:50%;height:70px;object-fit:cover;width:70px}.avatar,.feedback{margin-bottom:1rem}.feedback{color:#cbd5e1;font-size:1rem;font-style:italic}.client-name{color:#38bdf8;font-size:1.1rem;font-weight:700}.contact{background:#0f172a;color:#e5e7eb;padding:5rem 2rem;text-align:center}.contact-container{margin:auto;max-width:1000px}.section-title{color:#fff}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.contact-info{color:#cbd5e1;font-size:1.1rem;text-align:left}.contact-info h3{color:#38bdf8;margin-bottom:1rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{background:#1e293b;border:1px solid #334155;border-radius:8px;color:#f1f5f9;font-size:1rem;outline:none;padding:1rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#9ca3af}.contact-form input:focus,.contact-form textarea:focus{background:#273549;border-color:#38bdf8}.btn-submit{background:#38bdf8;border:none;border-radius:8px;color:#0f172a;cursor:pointer;font-weight:700;padding:.8rem 1.6rem;transition:background .3s}.btn-submit:hover{background:#0ea5e9}@media (max-width:768px){.contact-grid{grid-template-columns:1fr}.contact-info{text-align:center}}.status-message{color:#38bdf8;font-size:1rem;font-weight:700;margin-top:1rem;text-align:center}.footer{background:#0f0f0f;color:#e5e7eb;padding:3rem 2rem 1rem}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:auto;max-width:1200px;text-align:center}.footer-logo h2{color:#38bdf8;font-size:1.8rem;margin-bottom:.5rem}.footer-logo p{color:#9ca3af;font-size:1rem}.footer-links h3,.footer-social h3{color:#fff;font-size:1.2rem;margin-bottom:1rem}.footer-links ul{list-style:none;padding:0}.footer-links li{margin:.5rem 0}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#38bdf8}.social-icons i{color:#9ca3af;font-size:1.5rem;margin:0 .5rem;transition:color .3s}.social-icons i:hover{color:#38bdf8}.footer-bottom{border-top:1px solid #1f2937;color:#9ca3af;font-size:.9rem;margin-top:2rem;padding-top:1rem;text-align:center}.about{background:#0f172a;color:#f3f4f6;padding:5rem 2rem;text-align:center}.about-container{margin:auto;max-width:1100px}.section-title{color:#38bdf8;font-size:2.5rem;margin-bottom:.5rem}.section-subtitle{color:#9ca3af;font-size:1.1rem;margin-bottom:3rem}.about-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.about-text{color:#e5e7eb;font-size:1.1rem;line-height:1.7;text-align:left}.about-text strong{color:#38bdf8}.about-image img{border-radius:12px;box-shadow:0 8px 20px #0000004d;width:100%}@media (max-width:900px){.about-content{grid-template-columns:1fr}.about-content,.about-text{text-align:center}}
/*# sourceMappingURL=main.432f93d5.css.map*/