:root{
  --bg:#0b0f14;
  --card:#111923;
  --card2:#0f1620;
  --text:#e9eef6;
  --muted:#a7b3c2;
  --accent:#f5b400;
  --accent2:#20c997;
  --stroke:rgba(255,255,255,.08);
  --shadow: 0 14px 40px rgba(0,0,0,.45);
  --radius:18px;
  --max:1100px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:radial-gradient(1200px 700px at 20% -10%, rgba(245,180,0,.18), transparent 60%),
radial-gradient(900px 600px at 85% 15%, rgba(32,201,151,.14), transparent 55%),
var(--bg); color:var(--text); font-family:var(--font);}
a{color:inherit}
.container{max-width:var(--max); margin:0 auto; padding:0 18px;}
/* Header */
.header{
  position:sticky; top:0; z-index:50;
  backdrop-filter:saturate(140%) blur(10px);
  background:rgba(11,15,20,.72);
  border-bottom:1px solid var(--stroke);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:14px; padding:12px 0;
}
.brand{display:flex; align-items:center; gap:12px; min-width:0;}
.brand img{width:46px;height:46px;border-radius:14px; border:1px solid var(--stroke); box-shadow:0 10px 28px rgba(0,0,0,.35);}
.brand .title{display:flex; flex-direction:column; line-height:1.1; min-width:0;}
.brand .title strong{font-size:18px; letter-spacing:.2px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.brand .title span{font-size:13px; color:var(--muted)}
.nav{display:flex; align-items:center; gap:10px;}
.nav a{
  text-decoration:none; padding:10px 12px; border-radius:14px;
  color:var(--muted); border:1px solid transparent;
}
.nav a.active{color:var(--text); background:rgba(255,255,255,.04); border-color:var(--stroke);}
.nav a:hover{color:var(--text); background:rgba(255,255,255,.03);}
.menu-btn{display:none; align-items:center; gap:8px; padding:10px 12px; border-radius:14px;
  border:1px solid var(--stroke); background:rgba(255,255,255,.03); color:var(--text); cursor:pointer;}
/* CTA buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  text-decoration:none; padding:14px 18px; border-radius:16px; font-weight:750;
  border:1px solid transparent;
}
.btn-call{background:linear-gradient(180deg, #ffd34f, var(--accent)); color:#1a1200; box-shadow:0 18px 40px rgba(245,180,0,.25);}
.btn-call:active{transform:translateY(1px)}
.btn-ghost{background:rgba(255,255,255,.04); border-color:var(--stroke); color:var(--text);}
.btn-whatsapp{background:linear-gradient(180deg, #33e0a9, var(--accent2)); color:#032014; box-shadow:0 18px 40px rgba(32,201,151,.22);}
.badge{
  display:inline-flex; align-items:center; gap:8px; padding:8px 12px;
  border-radius:999px; border:1px solid var(--stroke);
  background:rgba(255,255,255,.03); color:var(--muted); font-size:13px;
}
/* Hero */
.hero{padding:18px 0 10px;}
.hero-grid{
  display:grid; grid-template-columns: 1.1fr .9fr; gap:18px; align-items:stretch;
}
.card{
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid var(--stroke); border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.hero-copy{padding:22px;}
.h1{font-size:42px; line-height:1.05; margin:12px 0 12px; letter-spacing:-.5px;}
.h1 .stars{display:inline-block; letter-spacing:2px}
.lead{color:var(--muted); font-size:16px; line-height:1.5; margin:0 0 14px;}
.kicker{display:flex; flex-wrap:wrap; gap:10px; margin-bottom:10px;}
.cta-row{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px;}
.trust{display:flex; flex-wrap:wrap; gap:10px; margin-top:14px;}
.trust .pill{padding:10px 12px; border-radius:16px; border:1px solid var(--stroke); background:rgba(0,0,0,.18); color:var(--text); font-size:13px;}
.hero-photo{position:relative; overflow:hidden;}
.hero-photo img{width:100%; height:100%; object-fit:cover; display:block; filter:saturate(1.06) contrast(1.02);}
.hero-photo:after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(11,15,20,.0), rgba(11,15,20,.45) 70%, rgba(11,15,20,.65));
}
.hero-photo .overlay{
  position:absolute; left:16px; right:16px; bottom:14px; z-index:2;
  display:flex; gap:10px; flex-wrap:wrap; align-items:center;
}
.overlay .mini{background:rgba(0,0,0,.35); border:1px solid var(--stroke); padding:10px 12px; border-radius:16px; color:var(--text); font-size:13px;}
/* Sections */
.section{padding:16px 0 26px;}
.section h2{margin:0 0 12px; font-size:22px;}
.grid-3{display:grid; grid-template-columns:repeat(3, 1fr); gap:12px;}
.service-card{padding:16px;}
.service-card h3{margin:0 0 6px; font-size:16px;}
.service-card p{margin:0; color:var(--muted); font-size:14px; line-height:1.45;}
/* Gallery */
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(12, 1fr);
  gap:10px;
}
.gallery-grid a{display:block; border-radius:16px; overflow:hidden; border:1px solid var(--stroke); background:rgba(255,255,255,.02);}
.gallery-grid img{width:100%; height:100%; object-fit:cover; display:block; transition:transform .25s ease;}
.gallery-grid a:hover img{transform:scale(1.03);}
.g-span-6{grid-column:span 6;}
.g-span-4{grid-column:span 4;}
.g-span-8{grid-column:span 8;}
.g-span-12{grid-column:span 12;}
/* Contact */
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:12px;}
.contact-card{padding:16px;}
.contact-card h3{margin:0 0 8px;}
.contact-card p{margin:0 0 10px; color:var(--muted); line-height:1.5;}
.list{margin:0; padding-left:18px; color:var(--muted);}
.footer{padding:24px 0 36px; color:var(--muted); font-size:13px; border-top:1px solid var(--stroke); margin-top:20px;}
/* Floating CTA (mobile) */
.fab{
  position:fixed; left:14px; right:14px; bottom:14px; z-index:60;
  display:none; gap:10px;
}
.fab a{flex:1}
.small{font-size:12px; color:var(--muted); margin-top:10px;}
/* Responsive */
@media (max-width: 860px){
  .hero-grid{grid-template-columns:1fr;}
  .h1{font-size:34px;}
  .grid-3{grid-template-columns:1fr;}
  .contact-grid{grid-template-columns:1fr;}
  .nav{display:none;}
  .menu-btn{display:inline-flex;}
  .nav.open{
    display:flex; position:absolute; left:0; right:0; top:72px;
    padding:12px 18px 16px; background:rgba(11,15,20,.92); border-bottom:1px solid var(--stroke);
    justify-content:flex-start; flex-wrap:wrap;
  }
  .fab{display:flex;}
}
/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto !important;}
  .gallery-grid img{transition:none;}
}