:root{
  --dark:#12100c;
  --black:#050505;
  --charcoal:#191919;
  --gold:#f6c31a;
  --gold-2:#ffdc4c;
  --red:#d62018;
  --brown:#6f3805;
  --white:#ffffff;
  --soft:#f8f5ee;
  --muted:#6b665d;
  --line:rgba(18,16,12,.13);
  --shadow:0 24px 70px rgba(0,0,0,.17);
  --radius:28px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:Arial, Helvetica, sans-serif;
  background:var(--soft);
  color:var(--dark);
  line-height:1.6;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.section-pad{padding:96px 7vw}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(18,16,12,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.navbar{
  min-height:82px;
  width:min(1220px,92vw);
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--white);
  font-weight:900;
  letter-spacing:.02em;
  white-space:nowrap;
}
.brand-logo{
  width:62px;
  height:62px;
  border-radius:18px;
  object-fit:contain;
  background:#fff;
  padding:4px;
  box-shadow:0 10px 26px rgba(0,0,0,.35);
}
.nav-links{
  display:flex;
  align-items:center;
  gap:22px;
  color:rgba(255,255,255,.82);
  font-size:.95rem;
  font-weight:700;
}
.nav-links a{transition:.25s ease}
.nav-links a:hover{color:var(--gold)}
.nav-whatsapp,
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 22px;
  border-radius:999px;
  font-weight:900;
  transition:.25s ease;
  cursor:pointer;
}
.nav-whatsapp{
  background:linear-gradient(135deg,var(--gold),var(--gold-2));
  color:#211600;
  box-shadow:0 12px 28px rgba(246,195,26,.26);
}
.nav-whatsapp:hover,.btn:hover{transform:translateY(-2px)}
.menu-toggle{
  display:none;
  width:46px;
  height:46px;
  border:1px solid rgba(255,255,255,.18);
  background:transparent;
  border-radius:14px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
}
.menu-toggle span{
  width:22px;
  height:2px;
  background:#fff;
  border-radius:9px;
}

.hero{
  position:relative;
  min-height:calc(100vh - 82px);
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(310px,.58fr);
  align-items:center;
  gap:58px;
  color:var(--white);
  background:
    radial-gradient(circle at 18% 25%, rgba(246,195,26,.22), transparent 28%),
    radial-gradient(circle at 78% 15%, rgba(214,32,24,.16), transparent 24%),
    linear-gradient(135deg,#080807 0%,#17120b 45%,#2a1d05 100%);
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:62px 62px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.78),transparent 88%);
}
.hero-decoration{
  position:absolute;
  right:-170px;
  bottom:-230px;
  width:560px;
  height:560px;
  border:80px solid rgba(246,195,26,.11);
  border-radius:50%;
}
.hero-content,.hero-card{position:relative;z-index:2}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--gold-2);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.78rem;
  margin-bottom:16px;
}
.eyebrow.dark{color:#8f5600}
.hero h1{
  max-width:920px;
  font-size:clamp(3rem,8vw,7.6rem);
  line-height:.92;
  letter-spacing:-.07em;
  margin-bottom:24px;
}
.hero-text{
  max-width:760px;
  color:rgba(255,255,255,.84);
  font-size:clamp(1.03rem,2vw,1.28rem);
  margin-bottom:30px;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:32px}
.btn-primary{
  background:linear-gradient(135deg,var(--gold),var(--gold-2));
  color:#211600;
  box-shadow:0 18px 38px rgba(246,195,26,.28);
}
.btn-outline{
  color:var(--white);
  border:1px solid rgba(255,255,255,.32);
  background:rgba(255,255,255,.08);
}
.btn-dark{
  color:var(--white);
  background:var(--dark);
}
.quick-info{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  max-width:860px;
}
.quick-info article{
  padding:20px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.07);
}
.quick-info strong{display:block;color:var(--gold);font-size:.88rem;margin-bottom:4px}
.quick-info span{color:rgba(255,255,255,.88);font-weight:800}
.hero-card{
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,248,220,.94));
  color:var(--dark);
  border-radius:var(--radius);
  padding:28px;
  box-shadow:var(--shadow);
  border:1px solid rgba(255,255,255,.42);
  text-align:center;
}
.logo-frame{
  background:#fff;
  border-radius:24px;
  padding:16px;
  border:3px solid var(--gold);
  box-shadow:inset 0 0 0 1px rgba(111,56,5,.16);
  margin-bottom:22px;
}
.logo-frame img{
  width:min(100%,360px);
  max-height:420px;
  object-fit:contain;
  margin:0 auto;
}
.hero-card h2{font-size:1.65rem;line-height:1.1;margin-bottom:8px}
.hero-card p{color:var(--brown);font-weight:900}

.intro-band{
  width:min(1180px,92vw);
  margin:-42px auto 0;
  position:relative;
  z-index:5;
  background:linear-gradient(135deg,var(--gold),#fff0a6);
  border-radius:26px;
  box-shadow:var(--shadow);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:28px;
  border:1px solid rgba(111,56,5,.14);
}
.intro-band h2{font-size:clamp(1.35rem,3vw,2.1rem);line-height:1.1;margin-bottom:8px}
.intro-band p{font-weight:700;color:#4f3300;max-width:780px}

.section-heading{text-align:center;max-width:840px;margin:0 auto 42px}
.section-heading h2{font-size:clamp(2rem,4.5vw,4.3rem);line-height:1;letter-spacing:-.045em;margin-bottom:16px}
.section-heading p:not(.eyebrow){color:var(--muted);font-size:1.06rem}
.section-heading.light{color:#fff}
.section-heading.light p:not(.eyebrow){color:rgba(255,255,255,.75)}

.services-overview{background:var(--soft)}
.service-grid{
  width:min(1220px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
}
.service-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  min-height:235px;
  box-shadow:0 16px 40px rgba(0,0,0,.055);
  transition:.25s ease;
  position:relative;
  overflow:hidden;
}
.service-card::after{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  border-radius:50%;
  right:-55px;
  bottom:-55px;
  background:rgba(246,195,26,.13);
}
.service-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px rgba(0,0,0,.12)}
.service-card.featured{background:linear-gradient(145deg,#17120b,#2b1d06);color:#fff;border-color:rgba(246,195,26,.32)}
.icon{
  display:inline-flex;
  width:48px;
  height:48px;
  border-radius:16px;
  align-items:center;
  justify-content:center;
  background:var(--gold);
  color:#2a1a00;
  font-weight:900;
  margin-bottom:18px;
}
.service-card h3{font-size:1.12rem;line-height:1.15;margin-bottom:10px}
.service-card p{color:var(--muted);font-weight:600}
.service-card.featured p{color:rgba(255,255,255,.78)}

.split-section{
  display:grid;
  grid-template-columns:minmax(280px,.78fr) minmax(0,1fr);
  gap:54px;
  align-items:center;
  background:#fff;
}
.split-section.reverse{
  grid-template-columns:minmax(0,1fr) minmax(280px,.78fr);
  background:var(--soft);
}
.split-content h2{font-size:clamp(2rem,4.8vw,4.8rem);line-height:1;letter-spacing:-.055em;margin-bottom:18px}
.split-content p{color:var(--muted);font-size:1.07rem;margin-bottom:22px;max-width:720px}
.check-list{list-style:none;display:grid;gap:12px}
.check-list li{
  display:flex;
  gap:12px;
  align-items:flex-start;
  background:rgba(246,195,26,.12);
  border:1px solid rgba(246,195,26,.22);
  border-radius:18px;
  padding:14px 16px;
  font-weight:800;
}
.check-list li::before{
  content:"";
  width:14px;
  height:14px;
  min-width:14px;
  margin-top:5px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 0 5px rgba(246,195,26,.18);
}
.split-media{
  min-height:460px;
  border-radius:34px;
  background:
    linear-gradient(145deg,#17120b,#050505);
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
  border:1px solid rgba(246,195,26,.28);
}
.split-media::before{
  content:"";
  position:absolute;
  inset:24px;
  border-radius:28px;
  border:1px solid rgba(246,195,26,.24);
}
.car-lock::after{
  content:"AUTO";
  position:absolute;
  left:34px;
  bottom:28px;
  font-size:clamp(3rem,7vw,6rem);
  line-height:1;
  font-weight:900;
  color:rgba(255,255,255,.08);
  letter-spacing:-.08em;
}
.key-shape{
  position:absolute;
  width:260px;
  height:74px;
  background:linear-gradient(90deg,var(--gold),#fff0a6);
  border-radius:999px 18px 18px 999px;
  top:46%;
  left:50%;
  transform:translate(-50%,-50%) rotate(-28deg);
  box-shadow:0 20px 42px rgba(246,195,26,.18);
}
.key-shape::before{
  content:"";
  position:absolute;
  width:112px;
  height:112px;
  border:22px solid var(--gold);
  border-radius:50%;
  left:-70px;
  top:50%;
  transform:translateY(-50%);
  background:#111;
}
.key-shape::after{
  content:"";
  position:absolute;
  width:58px;
  height:26px;
  right:-24px;
  top:24px;
  background:var(--gold);
  clip-path:polygon(0 0,100% 0,72% 50%,100% 100%,0 100%);
}
.metal-line{
  position:absolute;
  inset:auto 0 120px 0;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
}
.house-lock::after{
  content:"CASA";
  position:absolute;
  right:30px;
  bottom:26px;
  font-size:clamp(3rem,7vw,6rem);
  line-height:1;
  font-weight:900;
  color:rgba(255,255,255,.08);
  letter-spacing:-.08em;
}
.lock-body{
  position:absolute;
  width:180px;
  height:170px;
  border-radius:22px;
  background:linear-gradient(135deg,var(--gold),#fff0a6);
  top:49%;
  left:50%;
  transform:translate(-50%,-22%);
}
.lock-body::after{
  content:"";
  position:absolute;
  width:28px;
  height:56px;
  border-radius:999px;
  background:#111;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
.lock-arc{
  position:absolute;
  width:172px;
  height:142px;
  border:24px solid var(--gold);
  border-bottom:0;
  border-radius:100px 100px 0 0;
  top:25%;
  left:50%;
  transform:translateX(-50%);
}

.controls-section{
  background:
    radial-gradient(circle at 15% 10%, rgba(246,195,26,.16), transparent 24%),
    linear-gradient(135deg,#101010,#201400 55%,#080808);
  color:#fff;
}
.controls-grid{
  width:min(1100px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.controls-grid article{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  padding:28px;
  min-height:220px;
  box-shadow:0 18px 48px rgba(0,0,0,.18);
}
.controls-grid h3{font-size:1.4rem;margin-bottom:12px;color:var(--gold)}
.controls-grid p{color:rgba(255,255,255,.78);font-weight:700;margin-bottom:10px}

.location-hours{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  background:#fff;
}
.location-card,.hours-card{
  border-radius:32px;
  padding:36px;
  border:1px solid var(--line);
  box-shadow:0 18px 44px rgba(0,0,0,.07);
}
.location-card{
  background:linear-gradient(145deg,#fff,#fff6c8);
}
.hours-card{
  background:#15120d;
  color:#fff;
}
.location-card h2,.hours-card h2{font-size:clamp(1.8rem,3.5vw,3.25rem);line-height:1;margin-bottom:18px;letter-spacing:-.04em}
.big-line{font-size:clamp(1.2rem,2.5vw,2rem);font-weight:900;color:#4b2d00;margin-bottom:8px}
.reference{
  display:inline-flex;
  background:#fff;
  border:1px solid rgba(111,56,5,.14);
  border-radius:999px;
  padding:10px 16px;
  font-weight:900;
  margin-bottom:18px;
}
.location-card p:last-child{color:var(--muted);font-weight:700}
.hour-row{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  border-bottom:1px solid rgba(255,255,255,.12);
  padding:16px 0;
}
.hour-row span{color:rgba(255,255,255,.72)}
.hour-row strong{color:var(--gold);text-align:right}
.hour-row.highlighted{
  margin-top:18px;
  background:linear-gradient(135deg,var(--gold),#fff0a6);
  color:#241900;
  border:0;
  border-radius:18px;
  padding:16px;
}
.hour-row.highlighted span,.hour-row.highlighted strong{color:#241900}

.commercial-cta{
  margin:70px auto;
  width:min(1180px,92vw);
  display:grid;
  grid-template-columns:150px 1fr auto;
  align-items:center;
  gap:28px;
  background:linear-gradient(135deg,#15120d,#2b1d06);
  color:#fff;
  border-radius:34px;
  padding:34px;
  box-shadow:var(--shadow);
  overflow:hidden;
  position:relative;
}
.commercial-cta::after{
  content:"";
  position:absolute;
  right:-80px;
  top:-80px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(246,195,26,.16);
}
.cta-logo{
  position:relative;
  z-index:1;
  background:#fff;
  border-radius:24px;
  padding:10px;
  border:2px solid var(--gold);
}
.cta-logo img{max-height:130px;object-fit:contain;margin:0 auto}
.commercial-cta div,.commercial-cta a{position:relative;z-index:1}
.commercial-cta h2{font-size:clamp(1.8rem,4vw,3.5rem);line-height:1;letter-spacing:-.04em;margin-bottom:10px}
.commercial-cta p{color:rgba(255,255,255,.76);font-weight:700}

.site-footer{
  background:#090909;
  color:#fff;
  padding:34px 7vw;
  display:flex;
  justify-content:space-between;
  gap:22px;
  align-items:flex-start;
}
.site-footer strong{font-size:1.2rem;color:var(--gold)}
.site-footer p{color:rgba(255,255,255,.68);margin-top:6px}
.footer-contact{display:grid;gap:8px;text-align:right;color:rgba(255,255,255,.78);font-weight:700}

@media (max-width:1120px){
  .nav-links{gap:14px;font-size:.88rem}
  .service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .hero{grid-template-columns:1fr;gap:34px;min-height:auto;padding-top:70px}
  .hero-card{max-width:480px}
}

@media (max-width:860px){
  .section-pad{padding:72px 5vw}
  .navbar{min-height:76px;width:92vw}
  .brand span{font-size:.95rem}
  .brand-logo{width:54px;height:54px;border-radius:16px}
  .menu-toggle{display:flex}
  .nav-links{
    position:absolute;
    top:76px;
    left:4vw;
    right:4vw;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    background:#15120d;
    border:1px solid rgba(255,255,255,.12);
    border-radius:22px;
    padding:10px;
    box-shadow:0 20px 50px rgba(0,0,0,.35);
  }
  .nav-links.open{display:flex}
  .nav-links a{padding:14px 16px;border-radius:14px}
  .nav-links a:hover{background:rgba(255,255,255,.08)}
  .nav-whatsapp{display:none}
  .hero h1{font-size:clamp(2.7rem,15vw,5rem)}
  .quick-info{grid-template-columns:1fr}
  .intro-band{margin:0 auto;flex-direction:column;align-items:flex-start;border-radius:0;width:100%}
  .service-grid{grid-template-columns:1fr 1fr}
  .split-section,.split-section.reverse{grid-template-columns:1fr}
  .split-media{min-height:330px;order:-1}
  .controls-grid{grid-template-columns:1fr}
  .location-hours{grid-template-columns:1fr}
  .commercial-cta{grid-template-columns:1fr;text-align:center}
  .cta-logo{width:150px;margin:0 auto}
  .site-footer{flex-direction:column}
  .footer-contact{text-align:left}
}

@media (max-width:560px){
  .section-pad{padding:58px 20px}
  .hero{padding-top:48px}
  .hero-actions .btn{width:100%}
  .service-grid{grid-template-columns:1fr}
  .service-card{min-height:auto}
  .location-card,.hours-card{padding:24px;border-radius:24px}
  .hour-row{align-items:flex-start;flex-direction:column;gap:4px}
  .hour-row strong{text-align:left}
  .commercial-cta{padding:24px;margin:42px auto;border-radius:24px}
  .hero-card{padding:20px}
  .logo-frame{padding:10px}
  .logo-frame img{max-height:320px}
}
