* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: 'Poppins', sans-serif; background:#0a0a0a; color:#e0e0e0; line-height:1.6; }

.container { max-width:1200px; margin:0 auto; padding:0 20px; }

.orange { background:#ff6200; }
.orange:hover { background:#e55a00; }

.btn {
  display:inline-block; padding:12px 28px; border-radius:50px; text-decoration:none; font-weight:600; transition:0.3s; color:#fff;
}
.btn.large { padding:16px 40px; font-size:1.2rem; }
.btn.small { padding:10px 20px; font-size:0.95rem; }
.btn.outline { background:transparent; border:2px solid #ff6200; color:#ff6200; }
.btn.outline:hover { background:#ff6200; color:#fff; }

/* Navbar */
.navbar {
  background:rgba(0,0,0,0.85); position:fixed; width:100%; top:0; z-index:1000; padding:15px 0; border-bottom:1px solid #333;
}
.navbar .container { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; }
.logo { display:flex; align-items:center; gap:12px; font-size:1.5rem; font-weight:700; color:#ff6200; }
.logo-icon { font-size:2rem; }
.nav-links { display:flex; gap:30px; list-style:none; }
.nav-links a { color:#fff; text-decoration:none; font-weight:500; }
.nav-phone { display:flex; align-items:center; gap:20px; }
.phone { color:#ff6200; font-weight:600; text-decoration:none; }

/* Hero */
.hero {
  height:100vh; min-height:700px; background:url('https://thumbs.dreamstime.com/b/construction-worker-using-cordless-drill-house-build-wooden-frame-42540193.jpg') center/cover no-repeat;
  position:relative; text-align:center; display:flex; align-items:center;
}
.hero-overlay { position:absolute; inset:0; background:linear-gradient(to bottom, rgba(10,10,10,0.7), rgba(10,10,10,0.9)); }
.hero-content { position:relative; z-index:2; }
.hero h1 { font-size:3.8rem; margin-bottom:10px; }
.hero h2 { font-size:2.5rem; color:#ff6200; margin-bottom:25px; }
.hero p { font-size:1.4rem; max-width:800px; margin:0 auto 50px; }

/* Sections */
.section { padding:120px 0; }
.section h2 {
  text-align:center; font-size:3rem; margin-bottom:70px; position:relative; color:#ff6200;
}
.section h2::after {
  content:''; position:absolute; bottom:-20px; left:50%; transform:translateX(-50%);
  width:150px; height:5px; background:#ff6200; border-radius:3px;
}

/* Services */
.services { background:#111; }
.services-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(280px,1fr)); gap:30px; }
.service-card {
  background:#1a1a1a; padding:40px 25px; border-radius:12px; text-align:center;
  transition:0.4s; border:1px solid #333;
}
.service-card:hover { transform:translateY(-15px); border-color:#ff6200; }
.service-card i { font-size:3.5rem; color:#ff6200; margin-bottom:25px; }
.service-card h3 { margin:20px 0 15px; font-size:1.4rem; }

/* Why */
.why { background:#0a0a0a; }
.why-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(220px,1fr)); gap:50px; margin-bottom:90px; }
.why-item { text-align:center; }
.why-item i { font-size:4rem; color:#ff6200; margin-bottom:20px; }

/* Gallery */
.gallery { display:grid; grid-template-columns:repeat(auto-fit, minmax(320px,1fr)); gap:25px; }
.gallery img { width:100%; border-radius:12px; box-shadow:0 10px 20px rgba(0,0,0,0.5); }

/* Footer */
.footer { background:#000; padding:100px 0 40px; text-align:center; }
.footer-top { display:flex; justify-content:space-between; flex-wrap:wrap; gap:50px; margin-bottom:50px; }
.footer-logo { font-size:1.8rem; font-weight:700; color:#ff6200; display:flex; align-items:center; gap:15px; }
.footer-info p { margin:15px 0; font-size:1.1rem; }
.social a { color:#ff6200; font-size:2rem; margin:0 20px; transition:0.3s; }
.social a:hover { transform:scale(1.2); }
.fa-google:hover { color:#0f9d58; } /* verde Google */
.fa-instagram:hover { color:#e1306c; } /* rosado IG */
.fa-facebook-f:hover { color:#1877f2; } /* azul FB */
..copyright { margin-top:50px; color:#777; font-size:0.95rem; }

/* Responsive */
@media (max-width:768px) {
  .nav-links { display:none; } /* Agrega menú hamburguesa si quieres después */
  .hero h1 { font-size:2.8rem; }
  .hero h2 { font-size:2rem; }
  .hero-buttons { flex-direction:column; gap:25px; }
  .section { padding:80px 0; }
}


/* Logo images */
.logo-img{
  height:46px; width:auto;
  display:block;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.45));
}
.footer-logo-img{
  height:42px; width:auto;
  display:block;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.45));
}
.logo span{
  line-height:1;
}


/* Fixed background layer (works better than background-attachment: fixed on mobile Safari) */
/* Logo sizing */
.logo-img{height:46px; width:auto; display:block;}
.footer-logo-img{height:42px; width:auto; display:block;}


/* Reviews + Service Area */
.area{background:#111;}
.area-text{max-width:900px; margin:0 auto; text-align:center; font-size:1.2rem; color:#d6d6d6}
.reviews{background:#0a0a0a;}
.reviews-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:24px;}
.review-card{background:#141414; border:1px solid #2b2b2b; border-radius:14px; padding:26px; text-align:left;}
.review-card .stars{color:#ff6200; letter-spacing:2px; font-weight:700; margin-bottom:10px}
.review-card p{color:#e6e6e6; font-size:1.02rem}
.reviewer{margin-top:12px; color:#bdbdbd; font-weight:600}
.review-cta{margin-top:30px; text-align:center}

/* Netlify form inside footer */
.footer-form{max-width:520px; margin:0 auto; text-align:left}
.footer-form h3{color:#ff6200; margin-bottom:14px}
.footer-form form{display:grid; gap:12px}
.footer-form input, .footer-form textarea{
  width:100%;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid #333;
  background:#0f0f0f;
  color:#e0e0e0;
  font-family:'Poppins', sans-serif;
}
.footer-form input:focus, .footer-form textarea:focus{outline:none; border-color:#ff6200}
.form-note{color:#8f8f8f; font-size:0.9rem}

/* Floating call button (mobile) */
.fab-call{
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:2000;
  padding:12px 16px;
  border-radius:999px;
  background:#ff6200;
  color:#fff;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 10px 25px rgba(0,0,0,0.45);
}
@media (min-width: 900px){
  .fab-call{display:none;}
}

/* Prevent fixed navbar from covering anchors */
section{scroll-margin-top:90px;}


/* Modern brand font (company name only) */
.brand-name{
  font-family:'Sora', 'Poppins', sans-serif;
  font-weight:800;
  letter-spacing:0.08em;
  text-transform:uppercase;
  font-size:1.05rem;
}
@media (max-width:768px){
  .brand-name{font-size:0.95rem;}
}


/* Social links in navbar */
.nav-social{
  display:flex;
  align-items:center;
  gap:14px;
}
.nav-social a{
  color:#ff6200;
  font-size:1.15rem;
  transition:0.25s;
}
.nav-social a:hover{
  transform:translateY(-1px);
  filter:brightness(1.05);
}

@media (max-width: 980px){
  .nav-phone{flex-wrap:wrap; justify-content:flex-end;}
}


/* --- Background for sections AFTER Home (Hero stays the same) --- */
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  background:url('assets/bg-texture.jpg') center/cover no-repeat;
}

/* Make sections after hero show the texture (keep readability with subtle tint) */
.services, .why, .reviews, .area, .footer{
  background: transparent !important;
}
.service-card, .review-card, .support__grid, .footer-form form{
  background: rgba(10,10,10,0.72) !important;
  backdrop-filter: blur(2px);
}
.section{
  position:relative;
}

.footer{
  background: transparent !important;
}
.footer .container{
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 40px 22px;
}
@media (max-width: 768px){
  .footer .container{border-radius: 14px; padding: 32px 18px;}
}



/* --- Services: smaller cards, 4 across on desktop --- */
.services-grid{
  grid-template-columns: repeat(4, minmax(210px, 1fr)) !important;
  gap: 16px !important;
}
.service-card{
  padding: 22px 16px !important;
}
.service-card i{
  font-size: 2.4rem !important;
  margin-bottom: 12px !important;
}
.service-card h3{
  font-size: 1.12rem !important;
  margin: 10px 0 8px !important;
}
.service-card p{
  font-size: 0.95rem !important;
}

/* Keep 2 across on tablets */
@media (max-width: 980px){
  .services-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
/* 1 across on small phones */
@media (max-width: 520px){
  .services-grid{ grid-template-columns: 1fr !important; }
}
