/* =============================================================
   AeroWash FL LLC — Wireframe en escala de grises (sin branding)
   ============================================================= */

@font-face {
  font-family: "SpaceGrotesk";
  src: url("/assets/fonts/SpaceGrotesk.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --bg: #f5f6f8;
  --paper: #ffffff;
  --ink: #1b1f24;
  --muted: #6b7280;
  --line: #e5e7eb;
  --accent: #9ca3af;
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  --radius: 18px;
  --radius-sm: 12px;
  --maxw: 1200px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell,
    Noto Sans, Arial;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "SpaceGrotesk", sans-serif;
}

.container {
  max-width: var(--maxw);
  padding: 0 20px;
  margin: 0 auto;
}

.section {
  padding: 72px 0;
}

.section--alt {
  background: #f0f1f5;
}

.section-head {
  margin-bottom: 28px;
}

.section-head h2 {
  margin: 0 0 6px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
}

.section-head .muted {
  color: var(--muted);
  margin: 0;
}

.muted {
  color: var(--muted);
}

.btn {
  appearance: none;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 999px;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.btn--primary {
  background: #0c2d8c;
  border-color: #0c2d8c;
  color: white;
  text-decoration: none;
}

.btn--ghost {
  background: transparent;
  border-color: #0c2d8c;
  color: #0c2d8c;
  text-decoration: none;
}

.cta-row {
  padding: 20px 0px;

  display: flex;
  gap: 20px;
}

.badge {
  display: inline-block;
  padding: 6px 10px;
  font-size: 16px;
  color: #374151;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(120%) blur(6px);
  border-bottom: 1px solid var(--line);
}

.header-grid {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 64px;
}

.brand__box,
.brand {
  font-weight: 900;
  letter-spacing: 0.5px;
}

.brand {
  display: inline-block;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.brand:hover {
  opacity: 0.8;
}

.brand__box {
  display: inline-block;
}

.brand__box img {
  width: 200px;
}

.brand--sm {
  font-weight: 800;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
  align-items: center;
}

.nav a {
  text-decoration: none;
  color: #111827;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 8px;
}

.nav a.btn--primary {
  color: white;
  border-radius: 25px;
}

.nav a:hover {
  background: #eef0f4;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
  z-index: 10;
}

.lang-btn {
  border: none;
  background: transparent;
  padding: 6px 8px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  color: #111827;
}

.lang-btn[aria-pressed="true"] {
  background: #e5e7eb;
}

.hero {
  padding: 72px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: center;
}

.image-hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-hero-container figure {
  width: 100%;
}

.eyebrow {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #359af2;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

.hero h1 {
  margin: 8px 0 10px;
  font-size: clamp(28px, 5vw, 52px);
  line-height: 1.05;
  font-weight: bold;
  color: #0c2d8c;
}

.lead {
  font-size: clamp(20px, 2.2vw, 18px);
  color: #030726;

  margin: 0 0 12px;
}

.benefits {
  margin: 0 0 14px;
  padding-left: 18px;
}

.benefits li {
  margin: 6px 0;
}

#value {
  background-image: url("/assets/images/divisor-section.webp") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 50px 0px;
}

#value h2,
#value .muted {
  color: white;
}

.propuesta-title-container {
  display: flex;
  align-items: center;
}

.propuesta-numero {
  font-size: 25px;
  font-weight: bold;
  border-right: 2px solid blue;
  padding-right: 10px;
  margin-right: 10px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}

.card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.2;
  color: #0c2d8c;
}

.card hr {
  height: 3px;
  background-color: #0c2d8c;
}

.card p {
  margin: 0;
  color: #374151;
}

.seg-filter {
  display: flex;
  gap: 8px;
  margin: 8px 0 16px;
}

.seg-btn {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}

.seg-btn.is-active {
  background: #e5e7eb;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.svc-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.svc-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.svc-card p {
  margin: 0;
  color: #374151;
}

.svc-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-block {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}

.checklist {
  padding-left: 18px;
  margin: 6px 0 0;
}

.checklist li {
  margin: 6px 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.steps li {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
}

.steps h3 {
  margin: 0px;
  font-size: 18px;
}

.steps p {
  margin: 0;
  color: #374151;
}

#safety h2 {
  color: #0c2d8c;
}

#safety .card {
  padding: 30px;
  border-radius: 10px;
}

#safety .card h3 {
  color: black;
  font-size: 23px;
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.note {
  margin-top: 8px;
  font-size: 14px;
}

#gallery {
  background-color: #030726;
}

#gallery h2 {
  color: #359af2;
}

#gallery .muted {
  color: white;
}

#gallery .gallery-images-columns figure {
  background-image: url("/assets/images/antes-despues.webp");
  background-size: cover;
}

#gallery .gallery-image-one-column figure {
  background-image: url(/assets/images/antes-despues.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#gallery .img-placeholder {
  margin: 0;
}

#gallery .gallery-image-one-column {
  width: 40%;
}

#gallery .gallery-images-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 60%;
  justify-content: space-between;
  gap: 10px;
}

#gallery .gallery-image-one-column figure {
  width: 100%;
  height: 100%;
}

#gallery .gallery-images-columns figure {
  flex-basis: 49%;
}

.gallery-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 500px;
  gap: 10px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 6px 0 12px;
}

.pill {
  background: #fff;
  border: 1px dashed #cfd4dc;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px;
}

.key-messages {
  padding-left: 18px;
  margin: 0;
}

.key-messages li {
  margin: 6px 0;
}

#about h2 {
  color: #0c2d8c;
}

#about h3 {
  margin-bottom: 10px;
}

#process {
  background-image: url("/assets/images/banner-trabajamos.webp");
}
#process .img-placeholder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
}
#process .ph-label {
  background-image: url("/assets/images/comotrabajamos-imagen.webp");
  background-size: cover;
  width: 65%;
  border: none;
}
#process .text-container {
  background-color: #030726;
  color: white;
  width: 34%;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
}

#process .text-container p,
#process .text-container h3 {
  margin: 0;
}
#process h2 {
  color: white;
}

#process .muted {
  color: white;
}

#process .propuesta-numero {
  border-color: #359af2;
}

  #process .text-container {
    width: 100%;
  }

  #process .ph-label {
    background-image: url(/assets/images/comotrabajamos-imagen.webp);
    background-size: cover;
    width: 100%;
    border: none;
    height: 300px;
    margin-top: 20px;
  }
  #process .img-placeholder {
    flex-direction: column;
  }


hr {
  background-color: #0c2d8c;
  height: 3px;
  margin: 10px 0px;
}

#faq {
  background-color: white;
}

#faq h2 {
  color: #0c2d8c;
}

.faq {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  margin: 6px 0;
  box-shadow: var(--shadow);
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
}

.faq__a {
  color: #374151;
  padding-top: 8px;
}

#contact {
  background-color: #0c2d8c;
  color: white;
}

.contact-info .card {
  background: none;
  border: none;
  box-shadow: none;
  color: white;
}

.contact-info .card h3 {
  color: white;
  font-size: 20px;
  font-weight: 500;
}

.contact-grid {
  display: grid;
  grid-template-columns: 2fr 0.001fr 2fr;
  gap: 18px;
}

.divisor {
  background-color: #359af2;
}

.contact-form .form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 8px 0;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #cfd4dc;
  background: #fff;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #d1d5db;
}

.form-note {
  font-size: 12px;
}

.contact-info .contact-list {
  padding-left: 35px !important;
  margin: 0;
}

.contact-info a {
  color: white;
}

.form-row label {
  font-weight: 300 !important;
}

.contact-info .contact-list li {
  margin: 6px 0;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: none;
  border-color: #359af2;
  color: #359af2;
}

.contact-form input::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
  color: #359af2;
}

.hero .img-placeholder {
  background-image: url("/assets/images/hero-image.webp") !important;
  background-position: center;
  background-size: auto;
  box-shadow: var(--shadow);
  color: #6b7280;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
  background-repeat: no-repeat;
}

.ph--md {
  height: 200px;
}

.ph--lg {
  height: 260px;
}

.ph--xl {
  height: 320px;
}

.ph-label {
  background: #ffffffc7;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.site-footer {
  background: #111;
  color: #e5e7eb;
  padding: 28px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
}

.site-footer a {
  color: #e5e7eb;
  text-decoration: none;
  opacity: 0.9;
}

.site-footer a:hover {
  opacity: 1;
}

.foot-nav {
  display: flex;
  gap: 14px;
}

#services {
  background-color: #030726;
  position: relative;
  overflow: hidden;
}

#services h2 {
  color: #359af2;
}

#services .muted {
  color: white;
}

#services .vector {
  position: absolute;
  top: 0;
  right: -100px;
  pointer-events: none;
}

.services-section {
  background-color: #030726;
}

.services-section h1,
.services-section h2,
.services-section h3 {
  color: #359af2;
}

.services-section .muted {
  color: white;
}

/* ===== Services (SILO) ===== */
.breadcrumb {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--muted);
}

.breadcrumb a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed #cfd4dc;
}

.breadcrumb .current {
  color: #111827;
  font-weight: 700;
}

.svc-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
}

.svc-hero__copy h1 {
  margin: 8px 0 10px;
  font-size: clamp(28px, 5vw, 44px);
}

.svc-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}

.svc-main {
  display: grid;
  gap: 16px;
}

.svc-side {
  display: grid;
  gap: 16px;
}

.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.link-list li {
  margin: 6px 0;
}

.link-list a {
  text-decoration: none;
  color: #1f2937;
  border-bottom: 1px solid #e5e7eb;
}

.link-list a:hover {
  border-color: #cfd4dc;
}

.contact-form .btn {
  background: #359af2 !important;
  color: white;
  border: none;
  font-weight: bold;
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .safety-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .svc-hero {
    grid-template-columns: 1fr;
  }

  .svc-layout {
    grid-template-columns: 1fr;
  }

  #faq .container>div {
    flex-direction: column;
  }

  .gallery-grid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    gap: 10px;
  }

  #gallery .gallery-image-one-column {
    width: 100%;
    height: 200px;
  }

  #gallery .gallery-images-columns {
    width: 100%;

    height: 200px;
  }

  #gallery .gallery-images-columns figure {
    flex-basis: 48%;
  }
}

@media (max-width: 520px) {

  .cards-grid,
  .services-grid,
  .gallery-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .nav {
    display: none;
  }
}

.representantes {
  text-align: center;
  padding: 60px 0;
  background: #fff;
}

.representantes .titulo {
  font-size: 28px;
  font-weight: 700;
  color: #003399;
  margin-bottom: 40px;
}

.reps-swiper {
  padding: 20px 40px;
  position: relative;
}

.rep-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.rep-card img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

.rep-card h3 {
  font-weight: 700;
  margin-bottom: 4px;
}

.rep-card p {
  color: #666;
  margin: 0;
}

.swiper-button-prev,
.swiper-button-next {
  color: #0066cc;
  top: 45%;
}

@media (max-width: 768px) {
  .rep-card img {
    width: 160px;
    height: 160px;
  }
}

.services-section {
  background: #041036;
  color: #fff;
  padding: 80px 0;
}

.services-section .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #68a3ff;
}

.services-section .subtitle {
  color: #cdd9ff;
  margin-bottom: 30px;
}

.seg-filter {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.seg-btn {
  background: transparent;
  color: black;
  background-color: white;
  border-radius: 20px;
  padding: 6px 18px;
  cursor: pointer;
  transition: all 0.3s;
}

.seg-btn.is-active {
  background: #359af2;
  color: white;
  border: none;
}

.svc-card {
  background: none;
  border-radius: 8px;
  overflow: hidden;
  border: none;
  box-shadow: none;
}

.svc-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.svc-card h3 {
  color: #ffffff;
}

.svc-card p {
  color: #ffffff;
}

/*.svc-card .img-placeholder {
  background-image: url(/assets/images/Link.png);
  background-size: cover;
  margin: 0;
  padding: 0;
  background-position: center;
  height: 300px;
}*/
.svc-info {
  padding: 15px;
}

.svc-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.svc-info p {
  font-size: 14px;
  color: #cdd9ff;
  line-height: 1.4;
}

#services .swiper-pagination {
  width: auto !important;
  position: unset !important;
}

#services .swiper-button-prev,
#services .swiper-button-next {
  color: #68a3ff;
  position: unset !important;
  margin: 0 !important;
}

#services .swiper-button-prev::after,
#services .swiper-button-next::after {
  font-size: 20px !important;
}

#services .swiper-pagination-bullet {
  background: #68a3ff;
}

#services .swiper-pagination-bullet {
  background: transparent !important;
  color: #68a3ff;
  font-weight: 600;
  font-size: 16px;
  opacity: 0.6;
  margin: 0 10px !important;
  transition: all 0.2s;
}

#services .swiper-pagination-bullet-active {
  opacity: 1;
  color: #fff;
  border-bottom: 2px solid #68a3ff;
}

#hero-services .img-placeholder {
  background-image: url("/assets/images/Fachadas.png") !important;
  background-position: center;
  background-size: auto;
  box-shadow: var(--shadow);
  margin: 0;
}

#alcance-servicio {
  background-color: #030726;
}

#alcance-servicio h2 {
  color: #359af2;
  font-weight: bold;
  font-size: 35px;
}

#alcance-servicio .card {
  display: flex;

  align-items: center;
}

#alcance-servicio .card span {
  font-size: 45px;
  color: #0c2d8c;
  border-right: 2px solid #0c2d8c;
  padding-right: 20px;
  margin-right: 20px;
}

#alcance-servicio .card p {
  color: #0c2d8c;
  font-size: 20px;
}

#alcance-servicio .cards-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

#alcance-servicio .cards-container .card {
  flex-basis: 45%;
  border-radius: 5px;
}

#alcance-servicio .container {
  justify-content: space-between;
}

#procesos-servicio {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/assets/images/fondo-servicio.webp) center/cover no-repeat;
}

#procesos-servicio .procesos {
  background-color: white;
  width: 60%;
  padding: 25px 40px;
}

#procesos-servicio .card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

#procesos-servicio .card h3 {
  margin: 0;
  padding: 0;
}

#procesos-servicio .card span {
  font-size: 35px;
  color: #0c2d8c;
  border-right: 2px solid #359af2;
  padding-right: 20px;
  margin-right: 20px;
}

#procesos-servicio .cards-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

#procesos-servicio .cards-container .card {
  flex-basis: 49%;
  border-radius: 5px;
}

#procesos-servicio .card-title-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#procesos-servicio h2 {
  color: #0c2d8c;
  font-size: 25px;
  border-bottom: 2px solid #003399;
  margin-top: 0;
  text-wrap: nowrap;
}

.servicios-relacionados h2 {
  color: white !important;
  font-size: 25px;
  border-bottom: 2px solid white !important;
  margin-top: 0;
  text-wrap: nowrap;
  text-align: start;
}

.servicios-relacionados {
  background-color: #359af2;
  width: 40%;
  padding: 25px 40px;
  text-align: center;
}

.procesos-container {
  display: flex;
  gap: 20px;
}

.servicios-relacionados .link-list a {
  font-size: 20px;
  border: none !important;
  color: white;
}

.servicios-relacionados .link-list li {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid white;
  text-align: start;
}

.servicios-relacionados .servicios-relacionados-btn {
  display: inline;
  align-self: center;
  background-color: #003399;
  color: white;
  padding: 10px 50px;
  border-radius: 50px;
  text-decoration: none;
}

.faqs-servicio h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #0c2d8c;
  font-size: 35px;
}

.faqs-servicio .faqs-layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}

.faqs-container {
  width: 100%;
}

.faqs-servicio .muted {
  margin: 0;
}

#inspeccion-servicio .container {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(/assets/images/banner-servicios-footer.webp) center/cover no-repeat;
  border-radius: 5px;
  padding: 25px 40px;
}

#inspeccion-servicio a.btn.btn--primary {
  background-color: white !important;
  color: #0c2d8c !important;
  font-size: 15px !important;
}

#inspeccion-servicio h2,
#inspeccion-servicio p {
  color: white !important;
}

#inspeccion-servicio h2 {
  font-size: 30px;
  margin: 0;
}

#inspeccion-servicio hr {
  background-color: white;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* Botón hamburguesa */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Navegación normal */
.nav {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: nowrap;
}

/* Mobile */
@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }

  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 75%;
    height: 100vh;
    background: #111;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    transition: right 0.3s ease;
    z-index: 9;
  }

  .nav.open {
    right: 0;
  }

  .nav a {
    color: #fff;
    font-size: 1.2rem;
  }

  .nav .btn--primary {
    background: #0c2d8c;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 30px;
  }

  /* animación de la hamburguesa al abrir */
  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
}

.hero {
  padding: 72px 0;
  padding-top: 0;
}

.inspeccion-div-option {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 520px) {
  #alcance-servicio .card p {
    color: #0c2d8c;
    font-size: 13px;
  }

  #alcance-servicio .cards-container .card {
    flex-basis: 48.8%;
    border-radius: 5px;
  }

  #alcance-servicio .card span {
    font-size: 25px;
    color: #0c2d8c;
    border-right: 2px solid #0c2d8c;
    padding-right: 5px;
    margin-right: 10px;
  }

  .procesos-container {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  #procesos-servicio .procesos {
    background-color: white;
    width: 100%;
    padding: 25px 40px;
  }

  .servicios-relacionados {
    background-color: #359af2;
    width: 100%;
    padding: 25px 40px;
    text-align: center;
  }

  #procesos-servicio .cards-container .card {
    flex-basis: 100%;
    border-radius: 5px;
  }

  .faqs-servicio .faqs-layout {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    flex-direction: column;
  }

  .inspeccion-div-option {
    width: unset !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px;
    align-items: flex-start !important;
  }
}

/* menu normal*/
.lang-switch,
.lang-switch .lang-btn,
.lang-switch .lang-div {
  color: #000;
  transition: color 0.3s ease;
}

/* menu abierto */
.nav.open~.lang-switch,
.nav.open~.lang-switch .lang-btn,
.nav.open~.lang-switch .lang-div,
.nav.open~.lang-switch .menu-toggle span {
  color: #fff;
}

.nav.open~.lang-switch .menu-toggle span {
  background-color: #fff;
}

@media (max-width: 768px) {
  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(3px, 5px) !important;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -6px) !important;
  }
}

/* ===========================================================
   FIX DEFINITIVO — REEMPLAZAR LAS IMÁGENES DE SERVICIOS
   =========================================================== */
/* === SERVICIOS – IMÁGENES HOME & LISTADO === */
.services-grid .svc-card:nth-child(1) .img-placeholder {
  background-image: url("/assets/images/inspeccion-y-limpieza.png") !important;
}

.services-grid .svc-card:nth-child(2) .img-placeholder {
  background-image: url("/assets/images/r-l-techos.png") !important;
}

.services-grid .svc-card:nth-child(3) .img-placeholder {
  background-image: url("/assets/images/r-l-piscinas.png") !important;
}

.services-grid .svc-card:nth-child(4) .img-placeholder {
  background-image: url("/assets/images/r-l-paneles.png") !important;
}

.services-grid .svc-card:nth-child(5) .img-placeholder {
  background-image: url("/assets/images/r-l-patios.png") !important;
}

.services-grid .svc-card:nth-child(6) .img-placeholder {
  background-image: url("/assets/images/r-l-ventanas.png") !important;
}

.services-grid .svc-card:nth-child(7) .img-placeholder {
  background-image: url("/assets/images/c-r-grafitis.png") !important;
}

.services-grid .svc-card:nth-child(8) .img-placeholder {
  background-image: url("/assets/images/c-l-fachadas.png") !important;
}

.services-grid .svc-card:nth-child(9) .img-placeholder {
  background-image: url("/assets/images/c-l-ventanas.png") !important;
}

.services-grid .svc-card:nth-child(10) .img-placeholder {
  background-image: url("/assets/images/c-l-paneles.png") !important;
}

.services-grid .svc-card:nth-child(11) .img-placeholder {
  background-image: url("/assets/images/c-l-anuncios.png") !important;
}

.services-grid .svc-card:nth-child(12) .img-placeholder {
  background-image: url("/assets/images/c-l-piscinas.png") !important;
}

.services-grid .svc-card:nth-child(13) .img-placeholder {
  background-image: url("/assets/images/i-i-puentes.png") !important;
}

.services-grid .svc-card:nth-child(14) .img-placeholder {
  background-image: url("/assets/images/i-l-paneles.png") !important;
}

.services-grid .svc-card:nth-child(15) .img-placeholder {
  background-image: url("/assets/images/i-i-huracan.png") !important;
}

.services-grid .svc-card:nth-child(16) .img-placeholder {
  background-image: url("/assets/images/i-i-torres.png") !important;
}

.services-grid .svc-card:nth-child(17) .img-placeholder {
  background-image: url("/assets/images/i-i-escaneo.png") !important;
}


.img-placeholder {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: block !important;
}



















































/* ==== GALERÍA FIX FINAL ===== */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.gallery-item {
  width: 100%;
  height: 260px;
  /* <--- controla el alto FINAL */
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #000;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* <--- recorta sin deformar */
  display: block;
}

/* móvil: 1 columna */
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item {
    height: 220px;
  }
}

.contact-social {
  margin-top: 20px;
}

.contact-social h4 {
  font-size: 14px;
  margin: 0 0 8px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-links a {
  text-decoration: none;
}

.social-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b1530;
  /* azul oscuro del sitio */
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}

/* Estilos para alcance de servicio */
.alcance-descripcion {
  font-size: 0.9rem !important;
  color: black !important;
  text-align: justify !important;
}