*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',Arial,sans-serif;color:#111827;background:#fff}
a{text-decoration:none;color:inherit}
.topbar{height:38px;background:#0b0f17;color:rgba(255,255,255,.82);display:flex;align-items:center;justify-content:space-between;padding:0 6%;font-size:13px}
.topbar a:hover{color:#d4a017}
.navbar{position:fixed;top:38px;left:0;width:100%;height:76px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;z-index:999;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.08);transition:.25s}
.navbar.scrolled{top:0;box-shadow:0 12px 35px rgba(0,0,0,.08)}
.logo{font-size:23px;font-weight:900}
.logo span{color:#d4a017}
nav{display:flex;gap:28px}
nav a{font-weight:800;font-size:15px}
nav a:hover{color:#d4a017}
.menu-btn{display:none;background:none;border:0;font-size:30px;cursor:pointer}
.hero{min-height:100vh;background:url('assets/bg.jpg') center/cover no-repeat;display:flex;align-items:center;padding:150px 6% 90px;position:relative}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.48),rgba(0,0,0,.12))}
.hero-content{position:relative;max-width:820px;color:white}
.badge,.mini-title{display:inline-block;color:#d4a017;font-weight:900;text-transform:uppercase;letter-spacing:1.2px;font-size:13px;margin-bottom:14px}
.hero h1{font-size:clamp(42px,7vw,82px);line-height:1.01;margin-bottom:22px;letter-spacing:-2px}
.hero p{font-size:20px;max-width:680px;color:rgba(255,255,255,.88);line-height:1.55}
.hero-buttons{margin-top:32px;display:flex;flex-wrap:wrap;gap:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 23px;border-radius:999px;font-weight:900;transition:.25s;border:0}
.btn:hover{transform:translateY(-3px)}
.primary{background:#d4a017;color:#111}
.whatsapp{background:#25d366;color:white}
.ghost{border:1px solid rgba(255,255,255,.78);color:white}
.light{background:white;color:#111;border:1px solid #e5e7eb}
.full{width:100%;margin-top:12px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);margin:-48px auto 0;width:88%;position:relative;z-index:5;background:white;border-radius:26px;box-shadow:0 28px 90px rgba(0,0,0,.18);overflow:hidden}
.stats div{padding:30px;text-align:center;border-right:1px solid #eee}
.stats strong{display:block;font-size:28px;color:#d4a017}
.stats span{color:#6b7280;font-weight:700}
.section{padding:115px 6%}
.section-head{max-width:780px;margin:0 auto 58px;text-align:center}
.section-head h2,.split-text h2,.contact-card h2{font-size:clamp(32px,4vw,54px);margin-bottom:18px;letter-spacing:-1.2px}
.section-head p,.split-text p{color:#6b7280;font-size:18px;line-height:1.75}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.service-card{padding:36px;border-radius:26px;background:#f8fafc;border:1px solid #e5e7eb;transition:.3s}
.service-card:hover{transform:translateY(-8px);box-shadow:0 25px 65px rgba(0,0,0,.12)}
.icon{font-size:40px;margin-bottom:18px}
.service-card h3{font-size:24px;margin-bottom:12px}
.service-card p{color:#6b7280;line-height:1.65}
.cta-strip{margin:0 6%;padding:50px;border-radius:30px;background:linear-gradient(135deg,#111827,#1f2937);color:white;display:flex;align-items:center;justify-content:space-between;gap:22px}
.cta-strip h2{font-size:clamp(26px,3vw,42px);max-width:720px}
.dark-section{background:#0b0f17;color:white}
.dark-section .section-head p{color:rgba(255,255,255,.68)}
.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.project-card{position:relative;height:340px;border-radius:26px;overflow:hidden;background:#111;box-shadow:0 22px 55px rgba(0,0,0,.25)}
.project-card img{width:100%;height:100%;object-fit:cover;transition:.45s}
.project-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.72))}
.project-card:hover img{transform:scale(1.08);opacity:.78}
.project-card div{position:absolute;left:24px;bottom:24px;color:white;z-index:2}
.project-card h3{font-size:25px}
.project-card span{color:#d4a017;font-weight:900}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.process-card{padding:32px;border-radius:24px;border:1px solid #e5e7eb;background:white;box-shadow:0 12px 35px rgba(0,0,0,.06)}
.process-card span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#d4a017;font-weight:900;margin-bottom:18px}
.process-card h3{font-size:23px;margin-bottom:10px}
.process-card p{color:#6b7280;line-height:1.6}
.split{display:grid;grid-template-columns:1.35fr .85fr;gap:55px;align-items:center}
.check-list{list-style:none;margin-top:28px;display:grid;gap:14px;font-weight:800}
.quote-box{padding:42px;border-radius:30px;background:#f8fafc;border:1px solid #e5e7eb;box-shadow:0 22px 75px rgba(0,0,0,.11)}
.quote-box h3{font-size:31px;margin-bottom:12px}
.quote-box p{color:#6b7280;margin-bottom:20px}
.contact-section{padding:105px 6%;background:linear-gradient(135deg,#111827,#1f2937)}
.contact-card{background:white;border-radius:34px;padding:58px;max-width:1120px;margin:auto;text-align:center}
.contact-grid{margin-top:35px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.contact-grid div{background:#f8fafc;border-radius:22px;padding:28px}
.contact-grid strong{color:#d4a017}
.contact-grid p{margin-top:8px;line-height:1.65}
.center{justify-content:center}
.map-box{margin-top:38px;width:100%;overflow:hidden;border-radius:28px;box-shadow:0 22px 58px rgba(0,0,0,.18);border:1px solid #e5e7eb}
.map-box iframe{display:block;width:100%;height:430px;border:0}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;width:60px;height:60px;border-radius:50%;background:#25d366;color:white;display:grid;place-items:center;font-size:27px;z-index:999;box-shadow:0 15px 35px rgba(0,0,0,.25)}
footer{background:#05070a;color:rgba(255,255,255,.72);padding:32px 6%}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-inner strong{color:white}
.reveal{opacity:0;transform:translateY(26px);transition:.75s ease}
.reveal.active{opacity:1;transform:translateY(0)}
@media(max-width:980px){
  .topbar{display:none}
  .navbar{top:0}
  nav{position:fixed;top:76px;left:0;width:100%;display:none;flex-direction:column;background:white;padding:25px 6%;box-shadow:0 20px 35px rgba(0,0,0,.12)}
  nav.open{display:flex}
  .menu-btn{display:block}
  .stats,.services-grid,.projects-grid,.process-grid,.split,.contact-grid{grid-template-columns:1fr}
  .stats{margin-top:0;width:100%;border-radius:0}
  .hero{min-height:92vh;padding-top:115px}
  .project-card{height:270px}
  .contact-card{padding:36px 20px}
  .map-box iframe{height:340px}
  .cta-strip{flex-direction:column;align-items:flex-start;margin:0;padding:42px 6%;border-radius:0}
  .footer-inner{flex-direction:column;text-align:center}
}
