@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600;700;900&display=swap");
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Montserrat", sans-serif;
}

body {
  margin: 0;
  color: #212529;
  background: #ffffff;
  line-height: 1.5;
}

#main {
  margin-top: 100px;
}

.page-content h4 {
  color: #800027;
}

.home #main {
  margin-top: 0;
}

a {
  color: #800027;
  text-decoration: none;
}

.wp-singular h3 {
  color: #800027;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

section.even {
  background-color: #f4f4ee;
}

.section-title-line {
  display: flex;
  align-items: center;
  text-align: center;
  color: #2d2b2a;
  font-weight: 500;
  font-size: 1rem;
}
.section-title-line::before, .section-title-line::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}
.section-title-line.empty::after {
  content: none;
}
.section-title-line:not(:empty)::before {
  max-width: 90px;
  margin-right: 0.75em;
}
.section-title-line:not(:empty)::after {
  margin-left: 0.75em;
}
.section-title-line.empty:not(:empty)::before {
  max-width: 100%;
  margin-right: 0;
}

@media (max-width: 900px) {
  body.home main#main,
  body main#main {
    margin-top: 90px;
  }
}
:root {
  --topbar-h: 40px;
  --header-h: 72px;
}

.icon-furgo {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/icon-furgo.svg") center center no-repeat;
}

.wrapper-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 40;
}

.topbar {
  color: #ffffff;
  max-height: var(--topbar-h);
  background: #800027;
  font-size: 0.9rem;
  transition: max-height 0.28s ease, transform 0.3s ease, opacity 0.3s ease;
}
.topbar__feature {
  font-size: 14px;
}
.topbar__feature * {
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
}
.topbar__inner {
  width: min(1120px, 92%);
  margin-inline: auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  line-height: 30px;
  font-size: 16px;
  font-weight: 100;
}
.topbar__inner i {
  margin: 0 5px 0 0;
}
.topbar__inner nav {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  min-width: 300px;
  color: #ffffff;
}
.topbar__inner nav a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.topbar.is-hidden {
  max-height: 0;
  transform: translateY(-100%);
  opacity: 0;
}

.site-header {
  width: 100%;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  /* ========= Mega menú: Productos ========= */
}
.site-header .header__actions {
  position: relative;
}
.site-header .header__actions .mini-cart-toggle {
  background: transparent url(../img/icons/presupuesto.svg) no-repeat center center;
  border: 0 none;
  width: 23px;
  height: 30px;
  color: transparent;
  cursor: pointer;
}
.site-header .header__actions aside#mini-cart-panel.mini-cart {
  position: absolute;
  width: 350px;
  border: solid 2px #212529;
  background-color: #ffffff;
  top: 0;
  right: 0;
  padding: 35px 24px;
}
.site-header .header__actions aside#mini-cart-panel.mini-cart .mini-cart__header {
  display: flex;
  justify-content: space-between;
}
.site-header .header__actions aside#mini-cart-panel.mini-cart .mini-cart__header h2 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}
.site-header .header__actions aside#mini-cart-panel.mini-cart .mini-cart__header button {
  background: transparent url(../img/icons/close.svg) no-repeat center center;
  height: 30px;
  width: 30px;
  cursor: pointer;
  border: 0 none;
}
.site-header .header__actions aside#mini-cart-panel.mini-cart > p {
  font-weight: 400;
}
.site-header .header__actions aside#mini-cart-panel.mini-cart ul {
  list-style-type: none;
  padding-left: 0;
}
.site-header .header__actions aside#mini-cart-panel.mini-cart ul li {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.site-header .header__actions aside#mini-cart-panel.mini-cart ul li img {
  display: block;
  width: 50px;
  height: auto;
  margin: 0 10px 0 0;
}
.site-header .header__actions aside#mini-cart-panel.mini-cart ul li a {
  display: block;
  font-size: 12px;
  margin: 0 10px;
}
.site-header .header__actions aside#mini-cart-panel.mini-cart ul li button {
  display: block;
  border: 0 none;
  background: transparent url(../img/icons/garbage.svg) no-repeat center center;
  width: 16px;
  height: 20px;
  margin: 0 0 0 10px;
  color: transparent;
  cursor: pointer;
}
.site-header .header__actions aside#mini-cart-panel.mini-cart footer a {
  margin: 0 auto;
  display: block;
}
.site-header .header__actions aside#mini-cart-panel.mini-cart footer .btn.mini-cart__catalog {
  background-color: #D2C8C6;
  color: white;
  margin-top: 10px;
  text-align: center;
}
.site-header.moved {
  background: #ffffff;
  border-bottom: 1px solid #eee;
}
.site-header.moved .mini-cart-toggle {
  filter: invert(1);
}
.site-header.moved .nav .search-box {
  border: 0 none;
  background-color: #f4f4ee;
}
.site-header.moved .nav ul li a {
  color: #212529;
}
.site-header.moved .nav ul li a.selected {
  color: #e40046;
}
.site-header__inner {
  width: min(1120px, 92%);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
}
.site-header__inner a.logo img {
  height: 40px;
  width: auto;
  display: block;
}
.site-header__inner .respon-bar__wrapper {
  display: none;
}
.site-header #site-nav {
  /* Responsive: colapsa el mega si tu header pasa a móvil (ejemplo) */
}
.site-header #site-nav .nav__list {
  position: relative;
}
.site-header #site-nav .nav__list .menu-item:hover > .sub-menu {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.site-header #site-nav .nav__list .menu-item.menu-item-has-children > a::after {
  content: "▾";
  margin-left: 0.5rem;
  font-size: 0.7em;
}
.site-header #site-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  border-radius: 4px;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.site-header #site-nav .sub-menu li {
  padding: 0;
  list-style: none;
}
.site-header #site-nav .sub-menu li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #333;
  white-space: nowrap;
}
.site-header #site-nav .sub-menu li a:hover {
  background-color: #f4f4f4;
}
.site-header #site-nav .nav__list {
  /* Abrir dropdown por hover y teclado */
}
.site-header #site-nav .nav__list > .menu-item {
  position: relative;
}
.site-header #site-nav .nav__list > .menu-item.is-mega:hover > .sub-menu, .site-header #site-nav .nav__list > .menu-item.is-mega:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-header #site-nav .nav__list#menu-main-menu-de > .menu-item.is-mega:hover > .sub-menu, .site-header #site-nav .nav__list#menu-main-menu-de > .menu-item.is-mega:focus-within > .sub-menu {
  width: 440px;
}
.site-header #site-nav .nav__list {
  /* Solo el panel del mega */
}
.site-header #site-nav .nav__list .menu-item.is-mega > .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 1.25rem;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr)); /* 2 columnas: Hinchables / Otras atracciones */
  gap: 2rem;
}
.site-header #site-nav .nav__list .menu-item.is-mega > .sub-menu > .menu-item {
  /* Imagen bajo el título Hinchables */
  /* Imagen bajo el título Otras atracciones */
}
.site-header #site-nav .nav__list .menu-item.is-mega > .sub-menu > .menu-item > a {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 0.75rem;
  padding: 0.25rem 0;
  line-height: 1.2;
}
.site-header #site-nav .nav__list .menu-item.is-mega > .sub-menu > .menu-item > a::after {
  content: none;
}
.site-header #site-nav .nav__list .menu-item.is-mega > .sub-menu > .menu-item > .sub-menu {
  position: static;
  display: block;
  padding: 0;
  margin: 0;
  opacity: 1;
  box-shadow: none;
}
.site-header #site-nav .nav__list .menu-item.is-mega > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  padding: 0.35rem 0;
  line-height: 1.35;
  font-weight: 400;
  text-transform: none;
  white-space: normal;
}
.site-header #site-nav .nav__list .menu-item.is-mega > .sub-menu > .menu-item > .sub-menu > .menu-item > a:hover, .site-header #site-nav .nav__list .menu-item.is-mega > .sub-menu > .menu-item > .sub-menu > .menu-item > a:focus {
  text-decoration: underline;
  color: #e40046;
}
.site-header #site-nav .nav__list .menu-item.is-mega > .sub-menu > .menu-item.is-mega-option1 > a {
  cursor: pointer;
  background-color: transparent;
  font-weight: 600;
}
.site-header #site-nav .nav__list .menu-item.is-mega > .sub-menu > .menu-item.is-mega-option1 > a::after {
  content: "";
  display: block;
  margin-top: 0.5rem;
  margin-left: 0;
  width: 150px; /* ajusta tamaño */
  height: 90px;
  background: url("../img/menu-hinchables.jpg") no-repeat center/cover;
}
.site-header #site-nav .nav__list .menu-item.is-mega > .sub-menu > .menu-item.is-mega-option2 > a {
  cursor: pointer;
  background-color: transparent;
  font-weight: 600;
}
.site-header #site-nav .nav__list .menu-item.is-mega > .sub-menu > .menu-item.is-mega-option2 > a::after {
  content: "";
  display: block;
  margin-top: 0.5rem;
  margin-left: 0;
  width: 150px;
  height: 90px;
  background: url("../img/menu-otras.jpg") no-repeat center/cover;
}
@media (max-width: 992px) {
  .site-header #site-nav .menu-item.is-mega > .sub-menu {
    position: static;
    width: 100%;
    display: block;
    box-shadow: none;
    border: 0;
    padding: 0.5rem 0;
  }
  .site-header #site-nav .menu-item.is-mega > .sub-menu > .menu-item {
    margin-bottom: 1rem;
  }
}
.site-header .nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-header .nav ul li {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.site-header .nav ul li a {
  color: #ffffff;
}
.site-header .nav ul li a:hover {
  color: #e40046;
}
.site-header .nav__list {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .nav .btn-light {
  color: #ffffff;
  padding: 8px 30px;
  border: 0 none;
  font-size: 16px;
}
.site-header .nav .search-box {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  color: #ffffff;
  padding: 4px 20px;
  border: 0 none;
  font-size: 16px;
}
.site-header .nav .search-box input {
  border: none;
  background: transparent;
  outline: none;
  flex: 1;
  height: 30px;
  max-width: calc(100% - 30px);
}
.site-header .nav .search-box .search-icon {
  width: 25px;
  height: 25px;
}
.site-header .nav .search-box #searchsubmit {
  background-image: url("/wp-content/themes/profab/assets/img/icons/search.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  text-indent: -9999px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border: 0 none;
}
body:not(.home) .site-header {
  background: #ffffff;
  border-bottom: 1px solid #eee;
}
body:not(.home) .site-header .mini-cart-toggle {
  filter: invert(1);
}
body:not(.home) .site-header .mini-cart-toggle.has-items::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #e40046;
  top: -3px;
  right: -3px;
  border-radius: 999px;
  filter: invert(1);
  border: 0 none;
}
body:not(.home) .site-header .nav ul li a {
  color: #212529;
}
body:not(.home) .site-header .nav ul li a.selected, body:not(.home) .site-header .nav ul li a:hover {
  color: #e40046;
}
body:not(.home) .site-header .nav .search-box {
  border: 0 none;
  background-color: #f4f4ee;
}

#menu-top-menu_fr,
#menu-top-menu_de,
#menu-top-menu_es,
#menu-top-menu_en {
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 250px;
  text-align: right;
  margin-right: 30px;
}

/* Polylang pseudo-select with flags */
.lang-switcher {
  font-size: 0.95rem;
  position: relative;
  width: 100%;
  max-width: 50%;
  min-width: 140px;
  /* Hide all items except current to simulate a closed select */
  /* Link layout (flag + label) */
  /* Closed appearance */
  /* Open state on hover/focus-within – accessible with keyboard */
  /* Items inside the opened list */
  /* Hover/active styles */
  /* Keep current item highlighted when list is open */
}
.lang-switcher > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.lang-switcher .lang-item {
  display: none;
}
.lang-switcher .lang-item.current-lang {
  display: flex;
  justify-content: flex-end;
}
.lang-switcher .lang-item > a,
.lang-switcher .lang-item > span { /* Polylang can output <span> for current */
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  padding: 0.45rem 0.75rem;
  border-radius: 12px;
  line-height: 1.2;
  white-space: nowrap;
}
.lang-switcher .lang-item img { /* flags */
  width: 18px;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.lang-switcher .lang-item.current-lang > a,
.lang-switcher .lang-item.current-lang > span {
  background: transparent;
  border: 0 none;
  min-width: 140px;
  justify-content: flex-start;
  padding-right: 2rem; /* room for caret */
  position: relative;
  color: inherit;
}
.lang-switcher .lang-item.current-lang > a::after,
.lang-switcher .lang-item.current-lang > span::after {
  content: "▾";
  position: absolute;
  right: 0.55rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
  opacity: 0.7;
  pointer-events: none;
}
.lang-switcher:hover > ul, .lang-switcher:focus-within > ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background: rgb(255, 255, 255);
}
.lang-switcher:hover .lang-item, .lang-switcher:focus-within .lang-item {
  display: flex;
  justify-content: flex-start;
}
.lang-switcher:hover .lang-item > a, .lang-switcher:focus-within .lang-item > a, .lang-switcher:hover .lang-item > span, .lang-switcher:focus-within .lang-item > span {
  border: 0;
  background: transparent;
  padding: 0.5rem 0.6rem;
  color: #212529;
}
.lang-switcher .lang-item > a:hover,
.lang-switcher .lang-item > a:focus {
  background: rgba(0, 0, 0, 0.04);
  outline: none;
}
.lang-switcher:hover .lang-item.current-lang > a, .lang-switcher:focus-within .lang-item.current-lang > a {
  background: rgba(0, 0, 0, 0.06);
}

/* Compact variation for tight spaces */
@media (max-width: 900px) {
  .lang-switcher .lang-item.current-lang > a,
  .lang-switcher .lang-item.current-lang > span {
    min-width: 120px;
  }
}
@media (max-width: 900px) {
  #menu-top-menu_de,
  #menu-top-menu_es,
  #menu-top-menu_en {
    min-width: 200px;
    text-align: left;
  }
  #site-header {
    background-color: #fff !important;
  }
  #site-header .nav ul li a {
    color: #212529;
  }
  #site-header .nav ul:not(.is-mega) .sub-menu {
    display: block;
    position: relative;
    color: black;
    opacity: 1;
    box-shadow: none;
  }
  #site-header .nav ul:not(.is-mega) .sub-menu li {
    font-size: 12px;
  }
  #site-header .nav ul:not(.is-mega) .sub-menu li a {
    color: #212529;
  }
  /* Optimiza transiciones de la topbar */
  .topbar {
    will-change: max-height, transform, opacity;
    position: relative;
    z-index: 100;
  }
  .topbar__left {
    display: none;
  }
  .topbar__right {
    margin-left: auto;
    width: 100%;
  }
  /* Estado: wrapper abierto */
  .wrapper-header.is-open .topbar {
    max-height: none;
    transform: none;
    opacity: 1;
  }
  .wrapper-header.is-open .header__actions,
  .wrapper-header.is-open #site-nav {
    transform: translateY(0);
    transition: transform 0.25s ease;
  }
  .wrapper-header.is-open .site-header__inner {
    max-height: unset;
  }
  /* Layout base en móvil: burger | logo */
  .site-header__inner {
    width: 100% !important;
    display: grid;
    grid-template-columns: 1fr;
    padding: 10px 5px;
    align-items: center;
    gap: 0.75rem;
    max-height: 60px;
    overflow: hidden;
  }
  .site-header__inner a.logo {
    display: none;
  }
  .site-header__inner .header__actions {
    position: relative;
    transform: translateY(-500px);
  }
  .site-header__inner .header__actions a.btn {
    max-width: 150px;
  }
  .site-header__inner .header__actions .search-box {
    background-color: #f4f4ee;
    padding: 4px 10px;
  }
  .site-header__inner .header__actions .search-box #searchform > div {
    display: flex;
  }
  .site-header__inner .header__actions .search-box #searchform > div > input[type=search] {
    max-width: calc(100% - 30px);
  }
  .site-header__inner .header__actions .mini-cart-toggle {
    filter: invert(1);
  }
  .site-header__inner .respon-bar__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: anchor-center;
  }
  .site-header__inner .respon-bar__wrapper .mini-cart-link {
    background: transparent url(../img/icons/presupuesto.svg) no-repeat center center;
    border: 0 none;
    width: 23px;
    height: 30px;
    color: transparent;
    cursor: pointer;
    filter: invert(1);
  }
  .site-header__inner .respon-bar__wrapper a.logo {
    display: block;
  }
  .site-header__inner .respon-bar__wrapper a.logo img {
    width: auto;
    height: 30px;
  }
  .site-header__inner .respon-bar__wrapper .nav__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 110;
  }
  .site-header__inner .respon-bar__wrapper .nav__toggle .screen-reader-text {
    position: absolute;
    left: -9999px;
  }
  .site-header__inner .respon-bar__wrapper .nav__toggle .burger {
    width: 22px;
    height: 2px;
    background: #212529;
    position: relative;
    display: block;
  }
  .site-header__inner .respon-bar__wrapper .nav__toggle .burger::before,
  .site-header__inner .respon-bar__wrapper .nav__toggle .burger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background: #212529;
    transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
  }
  .site-header__inner .respon-bar__wrapper .nav__toggle .burger::before {
    top: -7px;
  }
  .site-header__inner .respon-bar__wrapper .nav__toggle .burger::after {
    top: 7px;
  }
  .site-header__inner .respon-bar__wrapper .nav__toggle[aria-expanded=true] .burger {
    background: transparent;
  }
  .site-header__inner .respon-bar__wrapper .nav__toggle[aria-expanded=true] .burger::before {
    top: 0;
    transform: rotate(45deg);
  }
  .site-header__inner .respon-bar__wrapper .nav__toggle[aria-expanded=true] .burger::after {
    top: 0;
    transform: rotate(-45deg);
  }
  /* Al abrir: todo en columnas */
  .wrapper-header.is-open .site-header__inner {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 1rem;
  }
  .wrapper-header.is-open .site-header__inner .logo {
    justify-self: start;
  }
  .wrapper-header.is-open .site-header__inner #site-nav {
    order: 2;
  }
  .wrapper-header.is-open .site-header__inner .header__actions {
    order: 3;
  }
  /* Navegación deslizante */
  #site-nav {
    position: static;
    inset: auto;
    background: transparent;
    border: 0;
    transform: translateY(-500px);
    transition: transform 0.25s ease;
    width: 100%;
  }
  #site-nav.is-open {
    transform: translateY(0);
  }
  #site-nav .nav__list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #site-nav .nav__list > .menu-item {
    position: static;
    /* Mega en acordeón (cerrado por defecto) */
  }
  #site-nav .nav__list > .menu-item > a {
    display: block;
    padding: 0.75rem 0;
  }
  #site-nav .nav__list > .menu-item.is-mega > .sub-menu {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: none;
    border: 0;
    padding: 0.25rem 0;
    margin: 0;
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  #site-nav .nav__list > .menu-item.is-mega[aria-expanded=true] > .sub-menu, #site-nav .nav__list > .menu-item.is-mega.open > .sub-menu {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
  .site-header #site-nav .nav__list > .menu-item.is-mega:hover > .sub-menu,
  .site-header #site-nav .nav__list > .menu-item.is-mega:focus-within > .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
  /* Acciones del header a ancho completo */
  .header__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .header__actions .btn-light {
    width: 100%;
  }
  .header__actions .search-box {
    width: 100%;
  }
  .header__actions .mini-cart-toggle {
    display: none;
    justify-self: end;
  }
}
#wpadminbar {
  display: none;
}

.site-footer {
  background: #800027;
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer .brand {
  padding-bottom: 0;
  padding-top: 50px;
  width: min(1120px, 92%);
  margin-inline: auto;
}
.site-footer .footer__top {
  width: min(1120px, 92%);
  margin-inline: auto;
  padding: 2rem 0;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 3fr 2fr 2fr 3fr;
}
.site-footer .footer__top section h3 {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}
.site-footer .footer__top section p img {
  display: inline;
}
.site-footer .footer__top section ul {
  font-weight: 100;
}
.site-footer .footer__top section.social {
  position: relative;
}
.site-footer .footer__top section.social ul {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.site-footer .footer__top section.social ul li {
  display: inline-block;
  position: relative;
  border-radius: 999px;
  width: 64px;
  height: 64px;
  border: 1px solid #ffffff;
  margin: 0 5px;
}
.site-footer .footer__top section.social ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.site-footer .footer__top section.social ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-footer .footer__bottom {
  width: min(1120px, 92%);
  margin-inline: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 0;
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
}

#menu-help-fr,
#menu-offer-fr,
#menu-offer-de,
#menu-help-de,
#menu-offer-en,
#menu-help-en,
#menu-offer,
#menu-help {
  list-style: none;
  padding-left: 0;
}

@media (max-width: 900px) {
  .site-footer .footer__top {
    grid-template-columns: 1fr;
  }
  .site-footer .footer__top section.social ul {
    position: relative;
  }
}
.btn {
  display: inline-block;
  padding: 0.65rem 1rem;
  border: 1px solid #eee;
  border-radius: 999px;
  cursor: pointer;
}
.btn:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.btn-dark {
  background-color: #800027;
  color: #ffffff;
}
.btn-light {
  background-color: #e40046;
  color: #ffffff;
}
.btn-beige {
  background-color: #f4f4ee;
  color: #212529;
}

.faq__grid .text-plus-cta__content p {
  font-size: 22px;
}
.faq__grid a.btn.btn-light {
  text-decoration: none;
}

.container {
  width: min(1120px, 92%);
  margin-inline: auto;
}

.section-title {
  font-size: clamp(1.4rem, 1.1rem + 1vw, 1.8rem);
  text-align: center;
  margin: 0 0 1rem;
}

.muted {
  color: #6c757d;
}

.hero {
  position: relative;
  isolation: isolate;
}
.hero__media {
  min-height: 62vh;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__media img.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero__content {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  padding: 2rem;
}
.hero h1 {
  margin: 0;
  max-width: 28ch;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.2rem + 2.5vw, 3rem);
}

.trust {
  padding: 60px 0;
}
.trust__logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
  align-items: center;
  opacity: 0.9;
  padding: 15px 0;
}
.trust__logos li {
  list-style: none;
}
.trust__logos img {
  filter: grayscale(100%);
  opacity: 0.9;
  max-height: 46px;
  margin-inline: auto;
}
.trust .trust-swiper .swiper-slide {
  width: auto; /* que cada logo ocupe lo que necesite */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.trust .trust-swiper img {
  max-height: 50px; /* ajusta según tu diseño */
  width: auto;
}

.benefits {
  padding: 60px 0;
}
.benefits h2.section-title {
  color: #e40046;
  font-size: 36px;
  font-weight: 900;
}
.benefits .section-description {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
.benefits__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  padding: 30px 0;
}
.benefits .card {
  text-align: center;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
.benefits .benefit__title {
  margin: 0 0 30px;
  color: #212529;
}
.benefits .benefit__desc {
  margin: 0;
  color: #6c757d;
}
.benefits img {
  margin: 10px auto;
}

.benefits.sobre-nosotros .benefits__grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.products {
  padding: 60px 0;
}
.products h2.section-title {
  color: #e40046;
  font-size: 36px;
  font-weight: 900;
}
.products__controls {
  text-align: center;
}
.products__controls .btn-dark {
  background-color: #e40046;
}

#products-swiper {
  padding: 24px 0;
  margin: 50px 0;
}
#products-swiper .profab-products-slider {
  padding: 50px 0;
}
#products-swiper .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(0.8);
  opacity: 15%;
}
#products-swiper .swiper-slide .card::before {
  content: "";
  display: block;
  width: 100%;
  height: 170px;
  position: absolute;
  background-color: #e40046;
  border-radius: 20px;
  rotate: -3deg;
  top: 24px;
  z-index: 1;
}
#products-swiper .swiper-slide .card img {
  position: relative;
  z-index: 10;
  max-width: 85%;
  text-align: center;
  margin: 0 auto;
}
#products-swiper .swiper-slide .card__body h3 {
  text-align: center;
}
#products-swiper .swiper-slide .card__body h3 a {
  color: #000;
}
#products-swiper .swiper-slide-active {
  transform: scale(1.2);
  opacity: 100%;
}
#products-swiper .swiper-slide-active .card::before {
  background-color: #ffffff;
}
#products-swiper .swiper-button-next,
#products-swiper .swiper-button-prev {
  color: #ffffff;
  background-color: #e40046;
  width: 80px;
  height: 80px;
  border-radius: 999px;
}
#products-swiper .swiper-button-next::after,
#products-swiper .swiper-button-prev::after {
  font-size: 30px;
  font-weight: bolder;
}
#products-swiper .swiper-button-next,
#products-swiper .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 30px);
}
#products-swiper .swiper-button-prev,
#products-swiper .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 30px);
}

.guide {
  padding: 60px 0;
}
.guide h2.section-title {
  color: #e40046;
  font-size: 36px;
  font-weight: 900;
}
.guide__grid {
  display: grid;
  margin-top: 40px;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 1rem;
}
@media (max-width: 900px) {
  .guide__grid {
    grid-template-columns: 1fr;
  }
}
.guide__media img {
  border-radius: 12px;
}
.guide ul {
  margin: 0.5rem 0 0 1.15rem;
}
.guide ul li {
  list-style: none;
  margin: 0 0 20px;
}
.guide ul li h3 {
  margin: 0;
  color: #800027;
}
.guide ul li h3 img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
}
.guide ul li h3 i {
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url(../img/icon-huellas.png) left center no-repeat;
  background-size: 15px auto;
  line-height: 18px;
}
.guide ul li p {
  margin: 0;
}

.steps {
  padding: 60px 0;
}
.steps h2.section-title {
  color: #e40046;
  font-size: 36px;
  font-weight: 900;
}
.steps__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  gap: 30px;
}
.steps .card {
  position: relative;
  margin-top: 100px;
  background: #ffffff;
  border-radius: 12px;
  padding: 10px 20px;
}
.steps .card.odd {
  transform: translateY(-30px);
}
.steps .card.even {
  transform: translateY(30px);
}
@media (max-width: 900px) {
  .steps .card.odd {
    transform: translateY(0);
  }
  .steps .card.even {
    transform: translateY(0);
  }
}
.steps .card .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 999px;
  background: #f4f4ee;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.steps .card .badge img {
  max-width: 50px;
  height: auto;
}
.steps .card__content {
  text-align: center;
  margin: 80px 0 0 0;
}
.steps .card__content h3 {
  display: block;
  text-transform: uppercase;
  margin: 0.25rem 0;
  font-size: 1.05rem;
}
.steps .card__content h3 strong {
  display: block;
}
.steps .card__content h3 span {
  display: block;
}
.steps .card__content p {
  color: #212529;
  font-size: 18px;
  margin: 0.25rem 0 0.75rem;
}
.steps .card__content ul {
  text-align: left;
}
.steps .card__content .cta-btn {
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.steps .card.odd:hover {
  transition: transform 0.3s ease;
  transform: translateY(-25px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.steps .card.even:hover {
  transition: transform 0.3s ease;
  transform: translateY(25px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.steps .claim {
  margin-top: 100px;
  text-align: center;
}
.steps .claim .btn {
  text-transform: uppercase;
}
.steps.personalization .section-description {
  text-align: center;
}
.steps.personalization .card__content h3 strong {
  display: none;
}

.faq {
  padding: 60px 0;
}
.faq h2.section-title {
  color: #e40046;
  font-size: 36px;
  font-weight: 900;
}
.faq__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: center;
  font-size: 26px;
}
.faq__grid p a {
  color: #e40046;
  text-decoration: underline;
}
.faq__grid .faq-cta__content p {
  font-size: 22px;
}
.faq__grid .faq-cta__content p strong {
  color: #800027;
}
.faq__grid a.btn {
  display: block;
  margin: 30px 0 0;
  max-width: 200px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .faq__grid {
    grid-template-columns: 1fr;
  }
}
.faq__media img {
  max-width: 420px;
  margin-inline: auto;
}

.personalization-steps .faq__grid {
  grid-template-columns: 1.2fr 0.9fr;
}
@media (max-width: 900px) {
  .personalization-steps .faq__grid {
    grid-template-columns: 1fr;
  }
}
.personalization-steps__media {
  display: flex;
  justify-content: center;
}
.personalization-steps__media .personalization-steps__video,
.personalization-steps__media .personalization-steps__image {
  width: 100%;
  max-width: 420px;
  height: auto;
}
.personalization-steps__content ul {
  list-style: none;
  padding-left: 0;
  position: relative;
}
.personalization-steps__content ul li {
  position: relative;
  z-index: 10;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.personalization-steps__content ul li .wrapper__icon {
  min-width: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personalization-steps__content ul li .wrapper__icon .personalization-steps__icon {
  border: solid 1px #D2C8C6;
  border-radius: 100px;
  display: flex;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 10px;
}
.personalization-steps__content ul li .wrapper__icon .personalization-steps__icon img {
  width: 40px;
  height: auto;
  text-align: center;
}
.personalization-steps__content ul li .personalization-steps__item-title {
  color: #715F5B;
  font-size: 22px;
}
.personalization-steps__content ul::before {
  z-index: 1;
  content: "";
  border-left: 1px solid black;
  width: 1px;
  display: block;
  height: 400px;
  position: absolute;
  top: 50px;
  left: 50px;
}

@media (max-width: 900px) {
  .hero__media {
    min-height: unset;
  }
  #products-swiper .swiper-slide .card::before {
    height: 200px;
  }
  #products-swiper .swiper-button-next,
  #products-swiper .swiper-button-prev {
    opacity: 0.5;
  }
}
.muted {
  color: #6c757d;
}

.breadcrumb {
  font-size: 14px;
  line-height: 1.3;
  color: #6c757d;
  padding: 16px 0;
  border-bottom: 1px solid #ececec;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #212529;
  text-decoration: underline;
}
.breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

#catalog-filters {
  position: relative;
}

.category-hero {
  padding: 32px 0;
  background: #f4f4ee;
}
.category-hero__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
@media (max-width: 768px) {
  .category-hero__inner {
    grid-template-columns: 1fr;
  }
}
.category-hero__title {
  grid-column: 1/-1;
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 700;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
}
.category-hero__desc, .category-hero__subtitle {
  grid-column: 1/-1;
  margin: 0;
  text-align: center;
  color: #6c757d;
}
.category-hero__filter {
  margin-left: auto;
  border: 0 none;
  margin-top: 10px;
  padding: 0;
  width: 24px;
  height: 16px;
  font-weight: 600;
  cursor: pointer;
  background: transparent url(../img/icons/filter.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .category-hero__filter {
    justify-self: center;
  }
}

.catalog-grid {
  padding: 40px 0;
}
.catalog-grid__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
@media (max-width: 1024px) {
  .catalog-grid__inner {
    gap: 32px;
  }
}
@media (max-width: 960px) {
  .catalog-grid__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .catalog-grid__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.product-card {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  border-color: #f4f4ee;
  box-shadow: 0 0 0 3px 0 6px 16px rgba(0, 0, 0, 0.08) inset;
  background-color: #f4f4ee;
}
.product-card.is-featured {
  border-color: #f4f4ee;
  box-shadow: 0 0 0 3px 0 6px 16px rgba(0, 0, 0, 0.08) inset;
  background-color: #f4f4ee;
}
.product-card.is-featured .product-card__title {
  color: #e40046;
}
.product-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.product-card__media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #ffffff;
  margin: 25px 15px 0;
  border-radius: 16px;
}
.product-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.product-card:hover .product-card__media img {
  transform: scale(1.03);
}
.product-card__title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 24px 24px 6px;
  color: #212529;
}
.product-card:hover .product-card__title {
  color: #e40046;
}
.product-card__meta {
  text-align: center;
  margin: 0 24px;
  color: #6c757d;
  font-size: 14px;
}
.product-card__meta span {
  display: inline-block;
}
.product-card__cta {
  margin: auto 0 24px;
  text-align: center;
  gap: 6px;
  font-weight: 600;
  color: #212529;
  transition: gap 0.2s ease;
}
.product-card__cta span {
  color: #e40046;
}
.product-card__cta::after {
  content: "";
  width: 16px;
  height: 16px;
  mask: url("#") no-repeat center/contain;
}
.product-card:hover .product-card__cta {
  text-align: center;
  gap: 10px;
  color: #e40046;
}
.product-card:hover .product-card__cta span {
  color: #e40046;
}
.product-card:hover .product-card__cta:hover {
  color: #e40046;
}

.pagination {
  padding: 0 0 40px;
}
.pagination__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.pagination__dots {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d7d7d7;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.pagination .dot.is-active {
  background: #212529;
}
.pagination__pages {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pagination__pages span {
  color: #800027;
  font-weight: 600;
}
.pagination__pages a.page-numbers {
  color: #212529;
  font-weight: 400;
}
.pagination a {
  color: #212529;
  text-decoration: none;
  font-weight: 600;
  padding: 4px 6px;
  border-radius: 6px;
}
.pagination a.is-current {
  background: #212529;
  color: #fff;
}
.pagination .previous,
.pagination .next {
  cursor: pointer;
  font-weight: 700;
}
.pagination .previous:hover,
.pagination .next:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
@media (max-width: 560px) {
  .pagination__inner {
    flex-direction: column;
    gap: 16px;
  }
}

.whatsapp-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  display: grid;
  place-items: center;
  z-index: 1000;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-fab img {
  width: 24px;
  height: 24px;
  display: block;
}
.whatsapp-fab:hover {
  transform: translateY(-2px);
}

.filters .filters__bar {
  display: flex;
  align-items: right;
  gap: 1rem;
}
.filters .filters__bar .badge {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  background: #f4f4f4;
  padding: 0.125rem 0.5rem;
  border-radius: 999px;
}
.filters .filters__bar .link-reset {
  font-size: 0.9rem;
  color: var(--muted, #6c757d);
  text-decoration: underline;
}
.filters .filters__panel {
  position: absolute;
  right: 0;
  margin-top: 0.75rem;
  padding: 1rem;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  z-index: 100;
  max-width: 300px;
}
.filters .filters__group {
  margin: 0 0 1rem;
}
.filters .filters__legend {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.filters .filters__grid {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.filters .chk {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filters .chk input[type=checkbox] {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 4px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.filters .filters__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.filters .filters__actions a,
.filters .filters__actions button {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}

.single-product {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 32px;
  padding: 32px 0;
}
@media (max-width: 900px) {
  .single-product {
    grid-template-columns: 1fr;
  }
}
.single-product__gallery {
  min-width: 0;
}
.single-product__gallery .single-gallery {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.single-product__gallery .single-gallery img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.single-product__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.single-product__info > .btn {
  margin-top: 1rem;
  max-width: 300px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.single-product__title {
  font-size: 2rem;
  font-weight: 700;
  color: #e40046;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.single-product__model {
  font-weight: 500;
  color: #6c757d;
}
.single-product__desc {
  line-height: 1.5;
}
.single-product__specs {
  list-style: none;
  padding: 0;
}
.single-product__specs li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
}
.single-product__specs li i {
  margin-right: 10px;
}
.single-product__specs li i img {
  display: inline-block;
  vertical-align: bottom;
}
.single-product .btn-beige {
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  min-width: unset;
  width: auto;
  display: inline;
  max-width: 200px;
}
.single-product .single-gallery-thumbs {
  margin: 16px auto;
  max-width: 60%;
}
.single-product .single-gallery-thumbs > .swiper-wrapper {
  justify-content: space-between;
}
.single-product .single-gallery-thumbs .swiper-slide {
  aspect-ratio: 4/3;
  width: 200px;
  opacity: 0.7;
  cursor: pointer;
  background-color: #f4f4ee;
  border-radius: 12px;
}
.single-product .single-gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}
.single-product .single-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #800027;
}

/* ===========================
   Página: Contacto
   Requiere variables.scss
   =========================== */
body.contact .category-hero {
  background: #f4f4ee;
  padding: 20px 0;
}
body.contact .category-hero .category-hero__title {
  text-align: center;
  letter-spacing: 0.03em;
}

/* Título rojo de la pregunta */
.contact-form,
.page-template-comparison .quote-form {
  padding: clamp(24px, 5vw, 40px) 0;
}
.contact-form .contact-form__title,
.page-template-comparison .quote-form .contact-form__title {
  text-align: center;
  color: #e40046;
  font-weight: 700;
  font-size: clamp(22px, 3.4vw, 32px);
  margin: 0 0 clamp(16px, 3vw, 22px);
}
.contact-form form,
.page-template-comparison .quote-form form {
  max-width: 1120px;
  margin: 0 auto;
  background: #f4f4ee; /* panel beige como el mockup */
  border: 1px solid #ececec;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  padding: clamp(16px, 3vw, 24px);
}
.contact-form .form-row,
.page-template-comparison .quote-form .form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 16px;
  /* filas de 1 solo control ocupan todo */
}
@media (min-width: 600px) {
  .contact-form .form-row,
  .page-template-comparison .quote-form .form-row {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-form .form-row:has(textarea), .contact-form .form-row:has(span:only-child),
.page-template-comparison .quote-form .form-row:has(textarea),
.page-template-comparison .quote-form .form-row:has(span:only-child) {
  grid-template-columns: 1fr;
}
.contact-form .form-row input, .contact-form .form-row textarea,
.page-template-comparison .quote-form .form-row input,
.page-template-comparison .quote-form .form-row textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #212529;
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
}
.contact-form .form-row input:focus, .contact-form .form-row textarea:focus,
.page-template-comparison .quote-form .form-row input:focus,
.page-template-comparison .quote-form .form-row textarea:focus {
  border-color: #e40046;
  box-shadow: 0 0 0 4px rgba(228, 0, 70, 0.12);
  background: #fff;
}
.contact-form .form-row input::placeholder, .contact-form .form-row textarea::placeholder,
.page-template-comparison .quote-form .form-row input::placeholder,
.page-template-comparison .quote-form .form-row textarea::placeholder {
  color: #6c757d;
}
.contact-form .form-row textarea,
.page-template-comparison .quote-form .form-row textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-form .form-consent,
.page-template-comparison .quote-form .form-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  margin-top: 2px;
}
.contact-form .form-consent input[type=checkbox],
.page-template-comparison .quote-form .form-consent input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #e40046;
}
.contact-form .form-consent label,
.page-template-comparison .quote-form .form-consent label {
  color: #6c757d;
  font-size: 0.95rem;
}
.contact-form .form-consent label a,
.page-template-comparison .quote-form .form-consent label a {
  color: #212529;
  text-decoration: underline;
}
.contact-form .form-actions,
.page-template-comparison .quote-form .form-actions {
  text-align: center;
  margin-top: 24px;
}
.contact-form .form-actions .btn,
.page-template-comparison .quote-form .form-actions .btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  border: 0;
  background: #e40046; /* rojo botón */
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.06s ease, filter 0.2s ease;
}
.contact-form .form-actions .btn:hover,
.page-template-comparison .quote-form .form-actions .btn:hover {
  filter: brightness(0.96);
}
.contact-form .form-actions .btn:active,
.page-template-comparison .quote-form .form-actions .btn:active {
  transform: translateY(1px);
}
.contact-form .form-actions .btn:disabled,
.page-template-comparison .quote-form .form-actions .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.contact-cards {
  padding: clamp(10px, 4vw, 24px) 0;
}
.contact-cards .contact-cards__inner {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .contact-cards .contact-cards__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.contact-cards .contact-card {
  display: flex;
  align-items: center;
  grid-template-rows: auto 1fr;
  gap: 10px;
  position: relative;
  padding: 8px 4px;
  /* separadores verticales en desktop como en el mockup */
}
.contact-cards .contact-card__content > * {
  margin: 0;
}
@media (min-width: 900px) {
  .contact-cards .contact-card:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 12px;
    bottom: 12px;
    width: 1px;
    background: #ececec;
  }
}
.contact-cards .contact-card__kicker {
  display: inline-block;
  color: #800027;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.2rem;
}
.contact-cards .contact-card__body {
  display: flex;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: center;
}
.contact-cards .contact-card__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff;
  font-size: 20px;
  line-height: 1;
}
.contact-cards .contact-card a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
}
.contact-cards .contact-card a:hover {
  border-bottom-color: currentColor;
}

/* Mapa responsive con borde redondeado */
.contact-map {
  padding: clamp(12px, 4vw, 28px) 0 clamp(22px, 6vw, 40px);
}
.contact-map .contact-map__inner {
  max-width: 100%;
  margin: 0 auto;
}
.contact-map .map-embed {
  overflow: hidden;
}
.contact-map .map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Botón flotante WhatsApp (si no existe ya) */
.whatsapp-fab {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25D366;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.whatsapp-fab img {
  width: 24px;
  height: 24px;
}

.page-hero--soft {
  background: #f4f4ee;
  padding: clamp(18px, 3vw, 22px) 0;
  border-top: 1px solid 1px solid #ececec;
  border-bottom: 1px solid 1px solid #ececec;
}
.page-hero--soft .page-hero__title {
  margin: 0 0 6px;
  text-align: center;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  letter-spacing: 0.4px;
}
.page-hero--soft .page-hero__subtitle {
  margin: 0;
  text-align: center;
  color: #6c757d;
  font-size: clamp(14px, 1.7vw, 16px);
}

.acc_list {
  padding: clamp(18px, 3vw, 28px) 0 clamp(40px, 6vw, 64px);
}
.acc_list .acc_item {
  background: #fff;
  border: 1px solid 1px solid #ececec;
  box-shadow: none;
}
.acc_list .acc_item + .acc_item {
  margin-top: 12px;
}
.acc_list .acc_item.is-open .acc_accordion {
  font-weight: 600;
}
.acc_list .acc_item.is-open .acc_accordion .acc_accordion__icon::before, .acc_list .acc_item.is-open .acc_accordion .acc_accordion__icon::after {
  background: #212529;
}
.acc_list .acc_item__title {
  margin: 0;
}
.acc_list .acc_accordion {
  position: relative;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  background: #f4f4ee;
  border: 0;
  cursor: pointer;
  color: #800027;
  font-size: clamp(14px, 1.7vw, 16px);
  transition: background 0.2s ease;
}
.acc_list .acc_accordion:hover {
  background: #ededed;
}
.acc_list .acc_accordion .acc_accordion__icon {
  margin-left: auto;
  width: 20px;
  height: 20px;
  position: relative;
}
.acc_list .acc_accordion .acc_accordion__icon::before, .acc_list .acc_accordion .acc_accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 5px;
  background: #e40046;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.acc_list .acc_accordion .acc_accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 1;
}
.acc_list .acc_accordion[aria-expanded=true] .acc_accordion__icon::after {
  opacity: 0;
}
.acc_list .acc_panel {
  background-color: #f4f4ee;
}
.acc_list .acc_panel .acc_panel__inner {
  padding: 14px 18px 18px;
  color: #212529;
}
.acc_list .acc_panel .acc_panel__inner p {
  margin: 0;
  line-height: 1.6;
  color: #6c757d;
}

/* Breadcrumb ligero (si no lo tienes ya) */
.breadcrumb {
  font-size: 14px;
  color: #6c757d;
  padding: 10px 0;
  text-transform: capitalize;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
  text-transform: capitalize;
}
.breadcrumb span[aria-hidden=true] {
  margin: 0 0.35rem;
}

.e404 {
  width: min(1120px, 100% - 2rem);
  margin: 100px auto 4rem;
  position: relative;
}
.e404 .wrapper_content {
  position: relative;
}
.e404__media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.e404__media .e404__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.e404__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.45));
  pointer-events: none;
}
.e404__content {
  position: absolute;
  text-align: center;
  color: #fff;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.e404__msg {
  max-width: 60ch;
  margin-inline: auto;
  text-wrap: balance;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.e404__msg > :first-child {
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.05;
  margin: 0 0 0.5rem;
}
.e404__msg p {
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.35;
  margin: 0;
}
.e404 .btn {
  margin: 0 auto;
  display: block;
  max-width: 200px;
  text-align: center;
}

@media (max-width: 640px) {
  .e404 {
    margin: 1rem auto 2rem;
  }
  .e404__content {
    padding: 1rem;
  }
  .e404 .btn {
    outline-offset: 4px;
  }
}
.page-template-comparison .quote__list {
  padding: 0;
  margin: 100px 0;
}
.page-template-comparison .quote__list .quote-item {
  list-style: none;
  display: block;
  width: 100%;
}
.page-template-comparison .quote__list .quote-item__principal {
  display: flex;
  align-items: center;
  gap: 30px;
}
.page-template-comparison .quote__list .quote-item__principal figure {
  width: 120px;
}
.page-template-comparison .quote__list .quote-item__principal figure img {
  width: 100%;
  height: auto;
}
.page-template-comparison .quote__list .quote-item__principal p {
  font-size: 24px;
  font-weight: bold;
}
.page-template-comparison .quote__list .quote-item__principal button {
  display: block;
  border: 0 none;
  background: transparent url(../img/icons/garbage.svg) no-repeat center center;
  width: 16px;
  height: 20px;
  margin: 0 0 0 10px;
  color: transparent;
  cursor: pointer;
}

@media (max-width: 900px) {
  .page-template-comparison .quote__list .quote-item__principal p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=main.css.map */
