* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

.site-logo img {
  width: 180px;
  height: auto;
}

.nav-whatsapp img {
  width: 32px;
  height: 32px;
}

.hero img {
  width: 100%;
  height: auto;
}

.quote-button {
  display: inline-block;
  text-decoration: none;
}

.quote-button img {
  width: 320px;
  height: auto;
  display: block;
}
.site-header {
  background: #fff;
  padding: 26px 48px;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-nav a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #777;
  text-decoration: none;
}

.nav-whatsapp {
  display: flex;
  align-items: center;
}
.intro-section {
  padding: 70px 72px;
  background: #fff;
}

.intro-content {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.intro-text h1 {
  margin: 0 0 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 1.1;
  color: #007a3d;
}

.intro-text h3 {
  margin: 0 0 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  color: #5f5f5f;
}

.intro-text p {
  margin: 0 0 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.25;
  color: #222;
}

.intro-image img {
  width: 100%;
  height: auto;
}
.projects-section {
  background: #fff;
}

.projects-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.projects-intro {
  padding: 34px 24px 40px;
  text-align: center;
  background: #fff;
}

.projects-intro h2 {
  margin: 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.1;
  color: #007a3d;
}

.projects-intro p {
  margin: 0 0 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #666;
}

.projects-buttons {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.button-primary {
  display: inline-block;
  min-width: 230px;
  padding: 14px 28px;
  border-radius: 8px;
  background: #007a3d;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.catalog-cta {
  padding: 42px 24px 48px;
  background: #408d7d;
  text-align: center;
}

.catalog-cta h3 {
  margin: 0 0 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
}

.catalog-cta p {
  max-width: 760px;
  margin: 0 auto 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  color: #e7f3ef;
}

.button-secondary {
  display: inline-block;
  min-width: 230px;
  padding: 14px 28px;
  border-radius: 8px;
  background: #fff;
  color: #408d7d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.technology-section {
  background: #fff;
}

.technology-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 48px 24px 40px;
  text-align: center;
}

.technology-content h2 {
  margin: 0 0 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.15;
  color: #007a3d;
}

.technology-content p {
  max-width: 760px;
  margin: 0 auto 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.35;
  color: #333;
}

.brand-logos {
  width: 460px;
  max-width: 100%;
  height: auto;
  margin: 28px auto 0;
}

.technology-image img {
  width: 100%;
  height: auto;
  display: block;
}

.final-cta-section {
  padding: 58px 24px 46px;
  background: #eeeeee;
  text-align: center;
}

.final-cta-content h2 {
  margin: 0 0 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 46px;
  line-height: 1.12;
  color: #007a3d;
}

.final-cta-content p {
  margin: 0 0 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  color: #606060;
}

.final-quote-button {
  display: inline-block;
}

.final-quote-button img {
  width: 360px;
  height: auto;
  display: block;
}

.social-section {
  padding: 42px 24px 36px;
  background: #fff;
  text-align: center;
}

.social-section h2 {
  margin: 0 0 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  color: #111;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.social-icons img {
  width: 48px;
  height: 48px;
  display: block;
}

.site-footer {
  background: #fff;
}

.footer-top-line {
  height: 28px;
  background: #408d7d;
}

.footer-content {
  display: grid;
  grid-template-columns: 220px 1fr 300px;
  gap: 42px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 24px;
}

.footer-logo img {
  width: 210px;
  height: auto;
}

.footer-info {
  padding-left: 38px;
  border-left: 2px solid #408d7d;
}

.footer-info p {
  margin: 0 0 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #333;
}

.footer-info p:last-child {
  margin-bottom: 0;
}

.footer-group {
  text-align: left;
}

.footer-group p {
  margin: 0 0 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.25;
  color: #333;
}

.footer-group img {
  width: 250px;
  height: auto;
}

/* WHAT A WINDOW PAGE */

.main-nav a.active {
  color: #000000;
  font-weight: 700;
}

.waw-hero {
  width: 100%;
}

.waw-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.waw-intro-section {
  background-color: #ffffff;
  padding: 26px 0 22px;
  font-family: Arial, Helvetica, sans-serif;
}

.waw-intro-content {
  width: calc(100% - 144px);
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 38px;
}

.waw-intro-image {
  width: 42%;
}

.waw-intro-image img {
  display: block;
  width: 100%;
  height: auto;
}

.waw-intro-text {
  width: 58%;
  font-family: Arial, Helvetica, sans-serif;
}

.waw-intro-text h1 {
  margin: 0 0 8px;
  color: #007a3d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 29px;
  line-height: 1.1;
  font-weight: 700;
}

.waw-intro-text h2 {
  margin: 0 0 10px;
  color: #5f5f5f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

.waw-intro-text p {
  margin: 0 0 18px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}

.waw-quote-button {
  display: inline-block;
  width: 230px;
  text-decoration: none;
}

.waw-quote-button img {
  display: block;
  width: 100%;
  height: auto;
}

/* BENEFITS SECTION */

.benefits-section {
  padding: 44px 24px 58px;
  background: #ffffff;
}

.benefits-content {
  max-width: 1040px;
  margin: 0 auto;
}

.benefits-header {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}

.benefits-header h2 {
  margin: 0 0 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1.1;
  color: #007a3d;
}

.benefits-header h3 {
  margin: 0 0 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #5f5f5f;
}

.benefits-header p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  color: #333333;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 30px;
}

.benefit-card {
  position: relative;
  min-height: 210px;
  padding: 38px 78px 34px 36px;
}

.benefit-card-gold {
  background: #d2bf8f;
}

.benefit-card-gray {
  background: #eeeeee;
}

.benefit-icon {
  position: absolute;
  top: 24px;
  right: 26px;
  width: 32px;
  height: 32px;
}

.benefit-card h3 {
  margin: 0 0 21px;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #007a3d;
}

.benefit-card p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #555555;
}

/* SALAMANDER SECTION */

.salamander-section {
  background: #eeeeee;
}

.salamander-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.salamander-content {
  max-width: 1040px;
  margin: 0 auto;
  padding: 34px 24px 44px;
}

.salamander-logos {
  margin: 0 auto 18px;
  text-align: center;
}

.salamander-logos img {
  width: 620px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.salamander-header {
  margin: 0 0 42px;
  text-align: center;
}

.salamander-header h2 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1.1;
  color: #007a3d;
}

.salamander-header h3 {
  margin: 2px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 1.2;
  color: #555555;
}

.salamander-text-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 74px;
}

.salamander-column p {
  margin: 0 0 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #333333;
}

.salamander-column p:last-child {
  margin-bottom: 0;
}

/* PARTNERS SECTION */

.partners-section {
  padding: 42px 24px 46px;
  background: #ffffff;
}

.partners-content {
  max-width: 1180px;
  margin: 0 auto;
}

.partners-header {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.partners-header h2 {
  margin: 0 0 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1.1;
  color: #007a3d;
}

.partners-header p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  color: #333333;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 180px);
  grid-auto-rows: 120px;
  justify-content: center;
  align-items: center;
  gap: 26px 58px;
}

.partner-logo {
  width: 180px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo img {
  width: 180px;
  height: 160px;
  object-fit: contain;
  display: block;
}

/* WHAT A WINDOW - GALERÍA */

.gallery-section {
  background-color: #4f8676;
  padding: 72px 0 80px;
}

.gallery-container {
  width: calc(100% - 90px);
  max-width: 1240px;
  margin: 0 auto;
}

.section-heading {
  text-align: center;
  color: #ffffff;
  margin-bottom: 58px;
}

.section-heading h1 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 45px;
}

.section-heading p {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 400;
  margin: 0 auto;
  max-width: 1110px;
}

.gallery-grid {
  column-count: 3;
  column-gap: 34px;
}

.gallery-item {
  width: 100%;
  padding: 0;
  margin: 0 0 34px;
  border: none;
  background: transparent;
  display: block;
  cursor: pointer;
  break-inside: avoid;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* LIGHTBOX GALERÍA */

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 90px;
}

.gallery-lightbox.active {
  display: flex;
}

.lightbox-image {
  max-width: 100%;
  max-height: 88vh;
  object-fit: contain;
  display: block;
}

.lightbox-close,
.lightbox-arrow {
  position: absolute;
  border: none;
  background: transparent;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  line-height: 1;
}

.lightbox-close {
  top: 28px;
  right: 38px;
  font-size: 52px;
}

.lightbox-arrow {
  top: 50%;
  transform: translateY(-50%);
  font-size: 80px;
  padding: 20px;
}

.lightbox-prev {
  left: 26px;
}

.lightbox-next {
  right: 26px;
}

.lightbox-close:hover,
.lightbox-arrow:hover {
  opacity: 0.75;
}

.has-dropdown {
  position: relative;
}

.has-dropdown > a {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  padding: 12px 0;
  background: #fff;
  display: none;
  z-index: 20;
}

.dropdown-menu a {
  display: block;
  padding: 8px 16px;
  white-space: nowrap;
}

.has-dropdown:hover .dropdown-menu {
  display: block;
}

/* =========================
   Recorridos 360
========================= */

.recorridos-page {
  background-color: #ffffff;
}

.recorridos-hero {
  width: 100%;
  overflow: hidden;
}

.recorridos-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.recorridos-section {
  padding: 16px 24px 44px;
  text-align: center;
}

.recorridos-section h1 {
  margin: 0 0 27px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  color: #007a3d;
  font-weight: 700;
}

.recorridos-grid {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 390px);
  justify-content: center;
  column-gap: 50px;
}

.recorrido-card {
  text-align: center;
}

.recorrido-card img {
  width: 390px;
  height: 232px;
  display: block;
  object-fit: cover;
  margin-bottom: 28px;
}

.recorrido-card h2 {
  margin: 0 0 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.25;
  color: #007a3d;
  font-weight: 700;
  text-transform: uppercase;
}

.recorrido-button {
  display: inline-block;
  padding: 13px 28px;
  background-color: #007a3d;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
}

.recorrido-button:hover {
  background-color: #006b35;
}

/* =========================
   CATÁLOGO
========================= */

.catalogo-hero {
  width: 100%;
  height: 310px;
  overflow: hidden;
}

.catalogo-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.catalogo-section {
  padding: 28px 0 40px;
}

.catalogo-container {
  width: min(90%, 1180px);
  margin: 0 auto;
}

.catalogo-container h1 {
  margin: 0 0 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #8c8c8c;
  color: #00733f;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
}

.catalogo-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.catalogo-modelo {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 18px;
}

.catalogo-descripcion,
.catalogo-imagen {
  height: 190px;
}

.catalogo-descripcion {
  padding: 25px 20px;
  background-color: #f2f2f2;
  box-sizing: border-box;
}

.catalogo-descripcion-destacada {
  background-color: #d8c28e;
}

.catalogo-descripcion h2 {
  margin: 0 0 8px;
  color: #00733f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
}

.catalogo-descripcion p {
  margin: 0;
  color: #555555;
  font-size: 12px;
  line-height: 1.25;
}

.catalogo-imagen {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #f4f5f6;
}

.catalogo-imagen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.catalogo-qr img {
  padding: 12px;
  box-sizing: border-box;
}

/* =========================
   CTA ASSETS
========================= */

.assets-cta {
  padding: 70px 0 55px;
  background: #f4f4f4;
}

.assets-cta-container {
  width: min(90%, 1180px);
  margin: 0 auto;
  text-align: center;
}

.assets-cta h2 {
  margin: 0;
  color: #00733f;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2;
}

.assets-cta p {
  margin: 16px auto 22px;
  max-width: none;
  white-space: nowrap;
  color: #111;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}

.assets-cta-button {
  display: inline-block;
  margin-top: -4px;
  transition: transform .25s ease;
}

.assets-cta-button:hover {
  transform: scale(1.03);
}

.assets-cta-button img {
  display: block;
  width: 460px;
  height: auto;
}

.catalogo-descripcion h3 {
  margin: 0 0 8px;
  color: #00733f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
}

.catalogo-titulo {
  margin: 0 0 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #8c8c8c;
  color: #00733f;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
}

/* =========================
   DESCARGA DE CATÁLOGO
========================= */

.catalogo-descarga-superior {
  padding: 45px 20px 35px;
  background-color: #3f897d;
  text-align: center;
}

.catalogo-descarga-contenido {
  width: min(90%, 900px);
  margin: 0 auto;
}

.catalogo-descarga-superior h2 {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}

.catalogo-descarga-superior p {
  margin: 14px auto 24px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.25;
}

.catalogo-descarga-boton {
  display: inline-block;
  min-width: 280px;
  padding: 15px 28px;
  border-radius: 12px;
  background-color: #ffffff;
  color: #3f897d;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.catalogo-descarga-boton:hover {
  transform: scale(1.03);
}


/* =========================
   COLORES Y TEXTURAS
========================= */

.catalogo-colores {
  padding: 45px 0 40px;
  background-color: #ffffff;
}

.catalogo-colores-container {
  width: calc(80% - 100px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 200px;
  align-items: center;
}

.catalogo-colores-imagen img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.catalogo-colores-contenido h2 {
  margin: 0 0 26px;
  color: #00733f;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
  max-width: 600px;
}

.catalogo-colores-contenido p {
  margin: 0 0 16px;
  color: #333333;
  font-size: 15px;
  line-height: 1.35;
  max-width: 600px;
}

.catalogo-texturas {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin-top: 28px;
}

/* =========================
   RESPONSIVO
========================= */

@media (max-width: 600px) {

  .site-header {
    padding: 24px 18px;
  }

  .header-container {
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }

  .site-logo img {
    width: 145px;
  }

  .main-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 22px;
  }

  .main-nav a {
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
  }

  .nav-whatsapp img {
    width: 30px;
    height: 30px;
  }

  .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .hero img {
    width: 100%;
    height: auto;
  }

  .intro-section {
    padding: 58px 28px 52px;
  }

  .intro-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    max-width: 100%;
  }

  .intro-text h2 {
    font-size: 38px;
  }

  .intro-text h3 {
    font-size: 24px;
    line-height: 1.18;
  }

  .intro-text p {
    font-size: 18px;
    line-height: 1.3;
  }

  .quote-button img {
    width: 300px;
  }

  .intro-image img {
    width: 100%;
  }

}
.mobile-menu-toggle,
.mobile-menu-close,
.mobile-whatsapp {
  display: none;
}

.mobile-whatsapp img {
  width: 42px;
  height: 42px;
}

@media (max-width: 600px) {

  .site-header {
    padding: 18px 14px;
  }

  .header-container {
    position: relative;
    display: grid;/*  */
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    gap: 0;
  }

  .mobile-menu-toggle {
    display: flex;
    width: 42px;
    height: 42px;
    border: 2px solid #777;
    border-radius: 7px;
    background: transparent;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    width: 24px;
    height: 2px;
    background: #67bd5b;
    display: block;
  }

  .site-logo {
    justify-self: center;
  }

  .site-logo img {
    width: 155px;
  }

  .mobile-whatsapp {
    display: block;
    justify-self: end;
  }

  .mobile-whatsapp img {
    width: 44px;
    height: 44px;
  }

  .main-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 82%;
    max-width: 320px;
    height: 100vh;
    padding: 64px 24px 24px;
    background: #fff;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    transition: left 0.25s ease;
    box-shadow: 8px 0 24px rgba(0, 0, 0, 0.12);
  }

  .main-nav.is-open {
    left: 0;
  }

  .mobile-menu-close {
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    border: 0;
    background: transparent;
    font-size: 34px;
    line-height: 1;
    color: #777;
    cursor: pointer;
  }

  .main-nav a,
  .has-dropdown > a {
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
  }

  .nav-whatsapp {
    display: none;
  }

  .dropdown-menu {
    position: static;
    display: block;
    transform: none;
    min-width: 0;
    padding: 0 0 0 18px;
    background: transparent;
  }

  .dropdown-menu a {
    font-size: 18px;
    padding: 12px 0;
    color: #777;
  }

  .projects-intro {
    padding: 34px 28px 40px;
  }

  .projects-intro h2 {
    font-size: 34px;
    line-height: 1.1;
  }

  .projects-intro p {
    font-size: 20px;
    line-height: 1.2;
  }

  .projects-buttons {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .button-primary {
    width: 100%;
    max-width: 280px;
    min-width: 0;
  }

  .catalog-cta {
    padding: 42px 28px 46px;
  }

  .catalog-cta h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .catalog-cta p {
    font-size: 18px;
    line-height: 1.28;
  }

  .button-secondary {
    width: 100%;
    max-width: 260px;
    min-width: 0;
  }

    .final-cta-content h2 {
    font-size: 25px;
    line-height: 1.12;
  }

  .final-cta-content p {
    font-size: 18px;
    line-height: 1.22;
  }

  .final-quote-button img {
    width: 320px;
  }

    .footer-top-line {
    height: 26px;
  }

  .footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 38px 28px 42px;
    text-align: center;
  }

  .footer-logo img {
    width: 220px;
    margin: 0 auto;
  }

  .footer-info {
    padding-left: 0;
    padding-top: 28px;
    border-left: 0;
    border-top: 2px solid #408d7d;
  }

  .footer-info p {
    font-size: 17px;
    line-height: 1.35;
  }

  .footer-group {
    text-align: center;
  }

  .footer-group p {
    font-size: 15px;
    line-height: 1.3;
  }

  .footer-group img {
    width: 240px;
    margin: 0 auto;
  }

  /* WHAT A WINDOW PAGE - MOBILE */

.waw-intro-section {
  padding: 42px 24px 48px;
}

.waw-intro-content {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 28px;
}

.waw-intro-content .intro-image {
  width: 100%;
  order: 1;
}

.waw-intro-content .intro-image img {
  width: 100%;
  height: auto;
}

.waw-intro-content .intro-text {
  width: 100%;
  order: 2;
}

.waw-intro-content .intro-text h1 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.05;
}

.waw-intro-content .intro-text h3 {
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 1.22;
}

.waw-intro-content .intro-text p {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.28;
}

.waw-intro-content .quote-button img {
  width: 350px;
  max-width: 100%;
}


  /* BENEFITS SECTION - MOBILE */

  .benefits-section {
    padding: 42px 24px 50px;
  }

  .benefits-content {
    max-width: 100%;
  }

  .benefits-header {
    max-width: 100%;
    margin: 0 auto 34px;
  }

  .benefits-header h2 {
    font-size: 38px;
    line-height: 1.08;
    margin-bottom: 14px;
  }

  .benefits-header h3 {
    font-size: 27px;
    line-height: 1.15;
    margin-bottom: 24px;
  }

  .benefits-header p {
    font-size: 20px;
    line-height: 1.22;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .benefit-card {
    min-height: auto;
    padding: 34px 74px 38px 34px;
  }

  .benefit-card h3 {
    font-size: 31px;
    line-height: 1.12;
    margin-bottom: 28px;
  }

  .benefit-card p {
    font-size: 24px;
    line-height: 1.22;
  }

  .benefit-icon {
    top: 34px;
    right: 30px;
    width: 36px;
    height: 36px;
  }

    /* SALAMANDER SECTION - MOBILE */

  .salamander-content {
    padding: 46px 28px 52px;
  }

  .salamander-logos img {
    width: 100%;
    max-width: 460px;
  }

  .salamander-header {
    margin: 0 0 42px;
  }

  .salamander-header h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .salamander-header h3 {
    font-size: 25px;
    line-height: 1.18;
  }

  .salamander-text-columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .salamander-column p {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 28px;
  }

    /* PARTNERS SECTION - MOBILE */

  .partners-section {
    padding: 48px 24px 58px;
  }

  .partners-content {
    max-width: 100%;
  }

  .partners-header {
    max-width: 100%;
    margin: 0 auto 44px;
  }

  .partners-header h2 {
    font-size: 35px;
    line-height: 1.08;
    margin-bottom: 24px;
  }

  .partners-header p {
    font-size: 20px;
    line-height: 1.25;
  }

  .partners-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }

  .partner-logo {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .partner-logo img {
    width: 100%;
    max-width: 230px;
    height: auto;
    object-fit: contain;
  }

/* WHAT A WINDOW - GALERÍA MOBILE */

.gallery-section {
  padding: 42px 0 55px;
}

.gallery-container {
  width: calc(100% - 34px);
  max-width: none;
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading h1 {
  font-size: 34px;
  line-height: 1.1;
  margin: 0 0 22px;
}

.section-heading p {
  font-size: 18px;
  line-height: 1.35;
  max-width: 330px;
}

.gallery-grid {
  column-count: 1;
  column-gap: 0;
}

.gallery-item {
  margin: 0 0 22px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* LIGHTBOX MOBILE */

.gallery-lightbox {
  padding: 40px 18px;
}

.lightbox-image {
  max-width: 100%;
  max-height: 82vh;
}

.lightbox-close {
  top: 16px;
  right: 20px;
  font-size: 44px;
}

.lightbox-arrow {
  font-size: 54px;
  padding: 12px;
}

.lightbox-prev {
  left: 2px;
}

.lightbox-next {
  right: 2px;
}

  /* =========================
     Recorridos 360 - Mobile
  ========================= */

  .recorridos-page {
    overflow-x: hidden;
  }

  .recorridos-hero {
    width: 100%;
    height: auto;
  }

  .recorridos-hero img {
    width: 100%;
    height: auto;
    display: block;
  }

  .recorridos-section {
    padding: 28px 18px 44px;
  }

  .recorridos-section h1 {
    margin: 0 0 34px;
    font-size: 35px;
    line-height: 1.1;
  }

  .recorridos-grid {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 42px;
    justify-items: center;
  }

  .recorrido-card {
    width: 100%;
    max-width: 390px;
    text-align: center;
  }

  .recorrido-card img {
    width: 100%;
    height: auto;
    margin: 0 auto 22px;
  }

  .recorrido-card h2 {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.2;
  }

  .recorrido-button {
    padding: 16px 32px;
    font-size: 18px;
    border-radius: 8px;
  }

/* =========================
   CATÁLOGO - RESPONSIVE
========================= */

.catalogo-hero {
  height: 300px;
}

.catalogo-hero img {
  object-position: center;
}

.catalogo-section {
  padding: 38px 0;
}

.catalogo-container {
  width: calc(100% - 58px);
}

.catalogo-container h1,
.catalogo-titulo {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 1.1;
}

.catalogo-grid {
  gap: 30px;
}

.catalogo-modelo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.catalogo-descripcion {
  grid-column: 1 / -1;
  height: auto;
  min-height: 230px;
  padding: 34px 30px;
}

.catalogo-descripcion h2,
.catalogo-descripcion h3 {
  margin-bottom: 14px;
  font-size: 27px;
  line-height: 1.1;
}

.catalogo-descripcion p {
  font-size: 18px;
  line-height: 1.3;
}

.catalogo-imagen {
  width: 100%;
  height: 210px;
}

.catalogo-qr img {
  padding: 6px;
}


/* =========================
   CTA ASSETS - RESPONSIVE
========================= */

.assets-cta {
  padding: 48px 24px 58px;
}

.assets-cta-container {
  width: 100%;
}

.assets-cta h2 {
  font-size: 39px;
  line-height: 1.1;
}

.assets-cta p {
  margin: 18px auto 26px;
  max-width: 500px;
  white-space: normal;
  font-size: 21px;
  line-height: 1.3;
}

.assets-cta-button {
  margin-top: 0;
}

.assets-cta-button img {
  width: min(100%, 430px);
}


/* =========================
   DESCARGA CATÁLOGO
========================= */

.catalogo-descarga-superior {
  padding: 42px 25px;
}

.catalogo-descarga-contenido {
  width: 100%;
}

.catalogo-descarga-superior h2 {
  font-size: 27px;
}

.catalogo-descarga-superior p {
  margin: 18px auto 26px;
  font-size: 19px;
  line-height: 1.35;
}

.catalogo-descarga-boton {
  min-width: 0;
  width: min(100%, 320px);
  padding: 17px 20px;
  box-sizing: border-box;
}


/* =========================
   COLORES Y TEXTURAS
========================= */

.catalogo-colores {
  padding: 35px 0 45px;
}

.catalogo-colores-container {
  width: calc(100% - 58px);
  grid-template-columns: 1fr;
  gap: 38px;
}

.catalogo-colores-imagen img {
  height: auto;
  max-height: none;
  object-fit: contain;
}

.catalogo-colores-contenido {
  max-width: none;
}

.catalogo-colores-contenido h2 {
  margin-bottom: 22px;
  font-size: 35px;
  line-height: 1.15;
}

.catalogo-colores-contenido p {
  max-width: none;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.4;
}

.catalogo-texturas {
  width: 100%;
  max-width: none;
  margin-top: 26px;
}

}