*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;color:#222;background:#fff;line-height:1.6}
img{max-width:100%;display:block}.container{width:92%;max-width:1200px;margin:auto}
section{padding:85px 0}.section-title{text-align:center;margin-bottom:48px}
.section-title h2{color:#071a33;font-size:40px;margin-bottom:10px}.section-title p{color:#6b7280}
.line{width:60px;height:4px;background:#f5b400;margin:14px auto}
header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#071a33;box-shadow:0 3px 15px rgba(0,0,0,.25)}
.navbar{height:76px;display:flex;align-items:center;justify-content:space-between}
.logo{color:#fff;text-decoration:none;font-size:24px;font-weight:800}.logo span{color:#f5b400}
nav ul{list-style:none;display:flex;gap:25px}nav a{color:#fff;text-decoration:none;font-weight:700}
nav a:hover,nav a.active{color:#f5b400}.menu-button{display:none;background:none;border:0;color:#fff;font-size:30px;cursor:pointer}
.page-hero{min-height:430px;padding-top:150px;display:flex;align-items:center;text-align:center;color:#fff;background:linear-gradient(rgba(3,15,30,.72),rgba(3,15,30,.72)),url("../fotolar/hero.jpg") center/cover}
.page-hero h1{font-size:52px;line-height:1.1;margin-bottom:18px}.page-hero p{font-size:19px}
.btn{display:inline-block;padding:14px 28px;margin:5px;background:#f5b400;color:#111;border-radius:5px;text-decoration:none;font-weight:800;border:0;cursor:pointer}.btn:hover{background:#fff}
.hero-home{min-height:100vh;padding-top:76px;display:flex;align-items:center;color:#fff;background:linear-gradient(rgba(3,15,30,.68),rgba(3,15,30,.68)),url("../fotolar/asansor1.jpg") center/cover}
.hero-home .content{max-width:900px}.hero-home h1{font-size:64px;line-height:1.1;margin-bottom:22px}.hero-home h1 span{color:#f5b400}.hero-home p{font-size:20px;margin-bottom:25px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 25px rgba(0,0,0,.08);transition:.3s}.card:hover{transform:translateY(-6px)}
.card img{width:100%;height:230px;object-fit:cover}.card-body{padding:25px}.card h3{color:#071a33;margin-bottom:10px}.card p{color:#6b7280}
.about{background:#f5f7fa}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.about-img img{width:100%;height:430px;object-fit:cover;border-radius:10px}.about-text h3{font-size:32px;color:#071a33;margin-bottom:18px}.about-text p{margin-bottom:15px;color:#606b78}
.features{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.feature{background:#fff;padding:15px;border-left:4px solid #f5b400;font-weight:700}
.dark{background:#071a33;color:#fff}.dark .section-title h2{color:#fff}.dark .section-title p{color:#cbd5e1}
.service-icon{font-size:46px}.service-card{padding:32px 22px;text-align:center;background:#fff;border-radius:10px;box-shadow:0 5px 25px rgba(0,0,0,.08)}
.services-home{background:#fff}.services-visual-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.visual-service{position:relative;display:block;height:390px;overflow:hidden;border-radius:14px;text-decoration:none;background:#071a33;box-shadow:0 8px 30px rgba(0,0,0,.12)}.visual-service img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.visual-service::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,15,30,.05) 25%,rgba(3,15,30,.9) 100%)}.visual-service:hover img{transform:scale(1.08)}.visual-service-overlay{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:30px;color:#fff}.visual-service-overlay span{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.5);border-radius:50%;font-weight:800;font-size:13px;margin-bottom:12px}.visual-service-overlay h3{font-size:28px;margin-bottom:8px}.visual-service-overlay p{max-width:520px;color:#e5e7eb;margin-bottom:12px}.visual-service-overlay b{color:#f5b400}.floating-actions{position:fixed;right:20px;bottom:20px;z-index:1500;display:flex;flex-direction:column;gap:10px}.float-btn{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 5px 20px rgba(0,0,0,.28);transition:transform .2s,filter .2s}.float-btn:hover{transform:translateY(-3px);filter:brightness(1.08)}.float-btn svg{width:28px;height:28px;fill:#fff}.float-btn.whatsapp{background:#25d366}.float-btn.phone{background:#0b74de}.float-btn.instagram{background:#c13584}
.service-card h3{color:#071a33;margin:14px 0 8px}.service-card p{color:#6b7280}
.gallery{background:#f5f7fa}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-item{height:270px;overflow:hidden;border-radius:10px;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.5s}.gallery-item:hover img{transform:scale(1.08)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px}.contact-item{display:flex;gap:15px;margin-bottom:22px}.contact-icon{min-width:45px;height:45px;background:#f5b400;border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-item h4{color:#071a33}.contact-item p{color:#6b7280}
.contact-form{background:#f5f7fa;padding:28px;border-radius:10px}.contact-form input,.contact-form textarea{width:100%;padding:14px;margin-bottom:14px;border:1px solid #ddd;border-radius:5px;font-size:15px}.contact-form textarea{height:150px;resize:vertical}.contact-form button{width:100%}
.cta{background:#f5b400;text-align:center;padding:55px 20px}.cta h2{color:#071a33;font-size:34px}.cta p{margin:10px 0 18px}
footer{background:#041020;color:#aaa;text-align:center;padding:25px}footer strong{color:#fff}
.whatsapp{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:27px;z-index:1500;box-shadow:0 5px 20px rgba(0,0,0,.3)}
.modal{display:none;position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.94);align-items:center;justify-content:center;padding:20px}.modal.show{display:flex}.modal img{max-width:92%;max-height:86vh}.modal-close{position:absolute;top:10px;right:25px;color:#fff;font-size:45px;cursor:pointer}.modal-prev,.modal-next{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:0;border-radius:50%;background:#f5b400;font-size:24px;cursor:pointer}.modal-prev{left:20px}.modal-next{right:20px}
@media(max-width:900px){.menu-button{display:block}nav{position:absolute;top:76px;left:0;width:100%;background:#071a33;max-height:0;overflow:hidden;transition:.35s}nav.open{max-height:500px}nav ul{display:flex;flex-direction:column;gap:0;padding:8px 0}nav li{text-align:center}nav a{display:block;padding:14px}.hero-home h1{font-size:44px}.page-hero h1{font-size:42px}.grid4{grid-template-columns:1fr 1fr}.grid{grid-template-columns:1fr 1fr}.services-visual-grid{grid-template-columns:1fr 1fr}.about-grid,.contact-grid{grid-template-columns:1fr}}
@media(max-width:600px){section{padding:65px 0}.hero-home h1{font-size:35px}.hero-home p{font-size:16px}.page-hero{min-height:360px;padding-top:125px}.page-hero h1{font-size:34px}.grid,.grid4,.gallery-grid,.features,.services-visual-grid{grid-template-columns:1fr}.visual-service{height:330px}.visual-service-overlay{padding:22px}.visual-service-overlay h3{font-size:24px}.card img{height:220px}.about-img img{height:280px}.gallery-item{height:250px}.modal img{max-width:96%}.floating-actions{right:12px;bottom:12px;gap:8px}.float-btn{width:52px;height:52px}.float-btn svg{width:25px;height:25px}}