.appointment-container {
  width: auto;
  margin: 30px 40px;
  padding: 20px;
  background-color: #fcfafa;
  border-radius: 10px;
}

.date-selector,
.time-selector {
  display: flex;
  width: auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 12px;
}

.date-selector .day {
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.date-selector .day.active {
  background-color: #65a30d;
  transition: all 0.3s ease-in-out;
  color: white;
}

.segment.active {
  background-color: #65a30d;
  color: white;
}

.time-option {
  padding: 5px 15px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.time-option:active {
  border: none;
}

.time-segment {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.segment {
  padding: 8px 40px;
  border: none;
  border-radius: 5px;
  background-color: #f4f4f4;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.time-option:hover,
.time-option.active {
  background-color: #65a30d;
  color: white;
}

.day-nav {
  margin-bottom: 20px;
}

.prev-days {
  font-size: 2rem !important;
}

.prev-month {
  font-size: 2rem !important;
}

.next-days {
  font-size: 2rem !important;
}

.next-month {
  font-size: 2rem !important;
}

#multiSelectContainer {
  border: 1px solid #ccc;
  padding: 20px 0px;
  margin: 10px 43px;
  border-radius: 4px;
  width: auto;
  position: relative;
  cursor: pointer;
}
#selectedItems {
  display: flex;
  flex-wrap: wrap;
}
.selected-item {
  background-color: #e0e0e0;
  border-radius: 3px;
  margin: 2px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
}
.selected-item span {
  margin-left: 5px;
  cursor: pointer;
}
#dropdownMenu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background-color: white;
  max-height: 150px;
  overflow-y: auto;
  z-index: 1;
}
.dropdown-option {
  padding: 5px;
  cursor: pointer;
}
.dropdown-option:hover {
  background-color: #f0f0f0;
}
.dropdown-hidden {
  display: none;
}

/* ============================================================
   TPV Consultores — Nuevo hero premium (Raleway)
   ============================================================ */

:root {
  --tpv-navy: #002b45;
  --tpv-navy-btn: #00324e;
  --tpv-navy-deep: #061d33;
  --tpv-navy-text: #061d33;
  --tpv-gold: #f4a62a;
  --tpv-gold-soft: #fff4e3;
  --tpv-text-muted: #5b6b7b;
  --tpv-border: #e8eef3;
  --tpv-white-warm: #fcfcfb;
  --tpv-shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.18);
}

body,
.tpv-hero,
.tpv-topbar,
.tpv-header,
.tpv-header #mainMenu nav > ul > li > a {
  font-family: 'Raleway', sans-serif;
}

/* Topbar */
.tpv-topbar {
  width: 100%;
  background: var(--tpv-navy);
  color: #fff;
}

.tpv-topbar__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 clamp(1rem, 4vw, 2rem);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tpv-topbar__promo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.95);
}

.tpv-topbar__promo strong {
  color: var(--tpv-gold);
  font-weight: 600;
}

.tpv-topbar__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tpv-gold);
  box-shadow: 0 0 0 6px rgba(244, 166, 42, 0.15);
}

.tpv-topbar__social {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.tpv-topbar__social a {
  width: 36px;
  height: 36px;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
}

.tpv-topbar__social a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--tpv-gold);
}

/* Header blanco */
.tpv-header,
.tpv-header .header-inner,
.tpv-header #header-wrap {
  background: #fff !important;
  box-shadow: 0 1px 0 var(--tpv-border);
}

.tpv-header .header-inner,
.tpv-header #header-wrap .header-inner {
  min-height: 96px;
}

.tpv-header #logo,
.tpv-header #logo a > img,
.tpv-header .header-inner #logo a > img {
  height: 72px !important;
  max-height: 72px;
}

.tpv-header #logo {
  font-size: 25px;
}

#header.tpv-header[data-transparent="true"] + #slider,
#header.tpv-header + #slider,
#header.tpv-header[data-transparent="false"] + .tpv-hero,
#header.tpv-header + .tpv-hero {
  top: 0 !important;
  margin-bottom: 0 !important;
}

#header.tpv-header + #page-title {
  margin-top: 0;
}

/* Páginas internas: forzar shell premium (topbar + header blanco) */
body.tpv-inner-page #tpv-topbar {
  display: block !important;
  visibility: visible !important;
  position: relative !important;
  z-index: 1002 !important;
  width: 100% !important;
  min-height: 50px !important;
  background: var(--tpv-navy) !important;
}

body.tpv-inner-page #header.tpv-header,
body.tpv-inner-page #header.tpv-header.dark,
body.tpv-inner-page #header.tpv-header[data-transparent="true"] {
  position: relative !important;
  z-index: 1001 !important;
}

body.tpv-inner-page #header.tpv-header .header-inner,
body.tpv-inner-page #header.tpv-header #header-wrap,
body.tpv-inner-page #header.tpv-header.dark .header-inner,
body.tpv-inner-page #header.tpv-header[data-transparent="true"] .header-inner,
body.tpv-inner-page #header.tpv-header[data-transparent="true"]:not(.sticky-active) .header-inner,
body.tpv-inner-page #header.tpv-header[data-transparent="true"]:not(.sticky-active) #header-wrap {
  background: #fff !important;
  background-color: #fff !important;
  box-shadow: 0 1px 0 var(--tpv-border) !important;
}

body.tpv-inner-page #header.tpv-header + #page-title,
body.tpv-inner-page #header.tpv-header[data-transparent="true"] + #page-title,
body.tpv-inner-page #page-title.tpv-page-title {
  top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative !important;
  padding: 5rem 0 4rem !important;
}

body.tpv-inner-page #header.tpv-header + #page-title .page-title > h1,
body.tpv-inner-page #page-title.tpv-page-title .page-title > h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

body.tpv-inner-page #header.tpv-header #logo a .logo-default {
  display: block !important;
}

body.tpv-inner-page #header.tpv-header #logo a .logo-dark {
  display: none !important;
}

body.tpv-inner-page #header.tpv-header #mainMenu nav > ul > li > a,
body.tpv-inner-page #header.tpv-header.dark #mainMenu nav > ul > li > a {
  color: rgba(6, 29, 51, 0.88) !important;
}

body.tpv-inner-page #header.tpv-header #mainMenu-trigger .lines,
body.tpv-inner-page #header.tpv-header #mainMenu-trigger .lines:before,
body.tpv-inner-page #header.tpv-header #mainMenu-trigger .lines:after {
  background-color: var(--tpv-navy) !important;
}

/* Evitar que el sticky del tema oculte el header TPV en páginas internas */
#header.tpv-header.header-sticky:not(.tpv-header--stuck) .header-inner,
#header.tpv-header.header-sticky:not(.tpv-header--stuck) #header-wrap {
  top: 0 !important;
  position: relative !important;
}

#header.tpv-header.header-sticky.sticky-active:not(.tpv-header--stuck) .header-inner,
#header.tpv-header.header-sticky.sticky-active:not(.tpv-header--stuck) #header-wrap {
  position: relative !important;
  top: 0 !important;
  box-shadow: none !important;
}

.tpv-header #mainMenu nav > ul > li > a {
  color: rgba(6, 29, 51, 0.88) !important;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
}

.tpv-header #mainMenu nav > ul > li > a:hover {
  color: var(--tpv-navy) !important;
}

.tpv-header #mainMenu nav > ul > li.current > a {
  color: var(--tpv-navy) !important;
  position: relative;
}

.tpv-header #mainMenu nav > ul > li.current > a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: var(--tpv-gold);
  border-radius: 2px;
}

.tpv-header #mainMenu nav > ul > li > a:hover,
.tpv-header #mainMenu nav > ul > li.current > a {
  color: var(--tpv-navy) !important;
}

.tpv-header #mainMenu nav > ul > li > a .icon-chevron-down {
  color: var(--tpv-gold);
}

.tpv-header #mainMenu-trigger .lines,
.tpv-header #mainMenu-trigger .lines:before,
.tpv-header #mainMenu-trigger .lines:after {
  background-color: var(--tpv-navy) !important;
}

/* Header sticky al hacer scroll */
#header.tpv-header {
  z-index: 1000 !important;
}

#header.tpv-header .header-inner,
#header.tpv-header #header-wrap {
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    background-color 0.32s ease;
}

#header.tpv-header.tpv-header--stuck .header-inner,
#header.tpv-header.tpv-header--stuck #header-wrap {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  z-index: 1000 !important;
  background: #fff !important;
  box-shadow: 0 10px 32px rgba(0, 43, 69, 0.12) !important;
  border-bottom: 1px solid rgba(0, 43, 69, 0.06);
  animation: tpv-header-enter 0.32s ease;
}

@keyframes tpv-header-enter {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

body.mainMenu-open #header.tpv-header.tpv-header--stuck .header-inner,
body.mainMenu-open #header.tpv-header.tpv-header--stuck #header-wrap {
  z-index: 1001 !important;
}

@media (max-width: 1024px) {
  #header.tpv-header.tpv-header--stuck .header-inner,
  #header.tpv-header.tpv-header--stuck #header-wrap {
    box-shadow: 0 8px 24px rgba(0, 43, 69, 0.1) !important;
  }
}

@media (max-width: 1024px) {
  /* Header mobile: logo izquierda + hamburguesa derecha */
  #header.tpv-header .header-inner,
  #header.tpv-header #header-wrap .header-inner {
    min-height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #header.tpv-header .header-inner .container,
  #header.tpv-header #header-wrap .header-inner .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 100%;
    padding: 0.75rem clamp(1.25rem, 5vw, 1.5rem) !important;
    gap: 0.75rem;
  }

  #header.tpv-header #logo {
    position: relative !important;
    width: auto !important;
    max-width: calc(100% - 56px);
    left: auto !important;
    right: auto !important;
    height: auto !important;
    min-height: 0;
    margin: 0 !important;
    float: none !important;
    text-align: left !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 !important;
    flex: 1 1 auto;
    order: 1;
    z-index: 1;
  }

  #header.tpv-header #logo > a {
    line-height: 0;
    display: inline-flex;
    align-items: center;
  }

  #header.tpv-header #logo,
  #header.tpv-header #logo a > img,
  #header.tpv-header .header-inner #logo a > img,
  #header.tpv-header #logo > a img {
    height: auto !important;
    max-height: 46px !important;
    max-width: 225px;
    width: auto;
    object-fit: contain;
    padding-bottom: 0 !important;
  }

  #header.tpv-header #mainMenu-trigger {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    height: auto !important;
    min-height: 44px;
    opacity: 1 !important;
    visibility: visible !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto;
    order: 2;
    margin: 0 0 0 auto !important;
    z-index: 3;
  }

  #header.tpv-header #mainMenu-trigger a.lines-button,
  #header.tpv-header #mainMenu-trigger a.lines-button.x {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 9px;
    background: transparent;
    transition: background 0.2s ease;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    overflow: visible;
  }

  #header.tpv-header #mainMenu-trigger a.lines-button:hover,
  #header.tpv-header #mainMenu-trigger a.lines-button:focus {
    background: rgba(0, 43, 69, 0.06);
    outline: none;
  }

  #header.tpv-header #mainMenu-trigger .lines {
    display: block !important;
    position: relative !important;
    width: 26px !important;
    height: 2.5px !important;
    top: 0 !important;
    margin: 0 auto;
    border-radius: 2px;
    background-color: #002b45 !important;
    transform: none !important;
  }

  #header.tpv-header #mainMenu-trigger .lines::before,
  #header.tpv-header #mainMenu-trigger .lines::after {
    display: block !important;
    content: "" !important;
    position: absolute !important;
    width: 26px !important;
    height: 2.5px !important;
    left: 0 !important;
    right: auto !important;
    border-radius: 2px;
    background-color: #002b45 !important;
    transform-origin: 50% 50% !important;
  }

  #header.tpv-header #mainMenu-trigger .lines::before {
    top: 8px !important;
    transform: none !important;
  }

  #header.tpv-header #mainMenu-trigger .lines::after {
    top: -8px !important;
    transform: none !important;
  }

  #header.tpv-header #mainMenu-trigger a.lines-button.toggle-active .lines {
    background: transparent !important;
  }

  #header.tpv-header #mainMenu-trigger a.lines-button.toggle-active .lines::before,
  #header.tpv-header #mainMenu-trigger a.lines-button.toggle-active .lines::after {
    top: 0 !important;
    width: 26px !important;
    background-color: #002b45 !important;
  }

  #header.tpv-header #mainMenu-trigger a.lines-button.x.toggle-active .lines::before {
    transform: rotate(45deg) !important;
  }

  #header.tpv-header #mainMenu-trigger a.lines-button.x.toggle-active .lines::after {
    transform: rotate(-45deg) !important;
  }

  #header.tpv-header #mainMenu {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
  }

  /* Panel menú mobile abierto */
  #header.tpv-header #mainMenu:not(.menu-overlay) {
    transition: opacity 0.28s ease-out, transform 0.28s ease-out;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) > .container {
    padding-left: clamp(1.75rem, 5vw, 2rem) !important;
    padding-right: clamp(1.75rem, 5vw, 2rem) !important;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) nav {
    line-height: 1.3;
    padding-bottom: 0;
    transition: opacity 0.28s ease-out, transform 0.28s ease-out;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li {
    border-bottom: 1px solid rgba(0, 43, 69, 0.08);
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li:last-child {
    border-bottom: none;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li > a,
  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li > span.dropdown-menu-title-only,
  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li > a.dropdown-menu-title-only {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 56px;
    padding: 0.75rem 2.75rem 0.75rem 0 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--tpv-navy-text) !important;
    border: 0;
    border-radius: 0;
    position: relative;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li.current > a {
    color: var(--tpv-navy) !important;
    padding-left: 0.875rem !important;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li.current > a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 1.35rem;
    background: var(--tpv-gold);
    border-radius: 2px;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li.current > a::after {
    display: none;
  }

  /* Una sola flecha por submenú */
  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li.dropdown::before,
  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-submenu::before {
    display: none !important;
    content: none !important;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li > a .icon-chevron-down {
    display: none !important;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li.dropdown,
  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-submenu {
    position: relative;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    z-index: 2;
    cursor: pointer;
    background: transparent;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-arrow::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2.5px solid var(--tpv-gold);
    border-bottom: 2.5px solid var(--tpv-gold);
    transform: rotate(45deg);
    margin-top: -3px;
    transition: transform 0.2s ease;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li.hover-active > .dropdown-arrow::after,
  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-submenu.hover-active > .dropdown-arrow::after {
    transform: rotate(225deg);
    margin-top: 3px;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu {
    padding: 0 0 0.5rem 0.75rem !important;
    background: transparent !important;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li > a,
  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li > span.dropdown-menu-title-only,
  #header.tpv-header #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li > a.dropdown-menu-title-only {
    min-height: 48px;
    padding: 0.625rem 2.5rem 0.625rem 0 !important;
    font-size: 0.9375rem;
    font-weight: 500;
    color: rgba(6, 29, 51, 0.88) !important;
  }

  #header.tpv-header #mainMenu .tpv-desktop-nav {
    float: none;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) .tpv-desktop-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) .tpv-nav-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    flex-shrink: 0;
    width: 100%;
    margin-top: 1.75rem;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) .tpv-nav-actions > a.tpv-btn-nav {
    width: 100% !important;
    min-height: 54px !important;
    margin-top: 0 !important;
    padding: 0.875rem 1.5rem !important;
    border-radius: 13px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    justify-content: center !important;
    box-shadow: 0 10px 24px rgba(0, 43, 69, 0.18) !important;
    border-bottom: none !important;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) .tpv-nav-actions > a.tpv-login-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100% !important;
    min-height: 54px !important;
    padding: 0.875rem 1.5rem !important;
    border: none !important;
    border-radius: 13px !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: var(--tpv-gold) !important;
    box-shadow: 0 10px 24px rgba(244, 166, 42, 0.28) !important;
    transition:
      background 0.22s ease,
      box-shadow 0.22s ease,
      transform 0.22s ease;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) .tpv-login-link__text {
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) .tpv-nav-actions > a.tpv-login-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 1;
    color: #fff !important;
  }

  #header.tpv-header #mainMenu:not(.menu-overlay) .tpv-nav-actions > a.tpv-login-link:hover,
  #header.tpv-header #mainMenu:not(.menu-overlay) .tpv-nav-actions > a.tpv-login-link:focus {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: #e89a1f !important;
    box-shadow: 0 14px 30px rgba(244, 166, 42, 0.36) !important;
    transform: translateY(-1px);
  }

  #header.tpv-header .tpv-mobile-menu__note {
    display: none;
    margin: 1.25rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 43, 69, 0.08);
    font-family: 'Raleway', sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.45;
    color: rgba(6, 29, 51, 0.55);
    text-align: center;
  }

  body.mainMenu-open {
    overflow: hidden;
  }

  body.mainMenu-open #header.tpv-header .header-inner,
  body.mainMenu-open #header.tpv-header #header-wrap,
  body.mainMenu-open #header.tpv-header #header-wrap .header-inner {
    background: #fff !important;
  }

  body.mainMenu-open #header.tpv-header .header-inner .container,
  body.mainMenu-open #header.tpv-header #header-wrap .header-inner .container {
    padding-bottom: 0.75rem !important;
    border-bottom: 1px solid rgba(0, 43, 69, 0.08);
  }

  body.mainMenu-open #header.tpv-header #mainMenu:not(.menu-overlay) {
    position: fixed;
    top: calc(50px + env(safe-area-inset-top, 0px) + 68px);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    min-height: 0 !important;
    max-height: none !important;
    width: 100% !important;
    padding-bottom: 0;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.mainMenu-open #header.tpv-header #mainMenu:not(.menu-overlay) > .container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-top: 0.25rem;
    padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px)) !important;
    background: #fff;
  }

  body.mainMenu-open #header.tpv-header #mainMenu:not(.menu-overlay).menu-animate nav {
    opacity: 1;
    transform: translateY(0);
  }

  body.mainMenu-open #header.tpv-header .tpv-mobile-menu__note {
    display: block;
    margin-top: auto;
  }
}

@media (min-width: 1025px) {
  #header.tpv-header .tpv-mobile-menu__note {
    display: none !important;
  }

  #header.tpv-header #mainMenu .tpv-desktop-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    float: right;
  }

  #header.tpv-header #mainMenu .tpv-nav-menu {
    float: none;
  }

  #header.tpv-header #mainMenu .tpv-login-link__text {
    display: none;
  }
}

.tpv-btn-nav,
.tpv-btn-nav:hover,
.tpv-btn-nav:focus,
#header.tpv-header #mainMenu nav > ul > li > a.tpv-btn-nav,
#header.tpv-header #mainMenu nav > ul > li > a.tpv-btn-nav:hover,
#header.tpv-header #mainMenu nav > ul > li > a.tpv-btn-nav:focus {
  background: var(--tpv-navy-btn) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: none !important;
  border-radius: 11px !important;
  padding: 0.65rem 1.35rem !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  display: inline-flex !important;
  align-items: center;
  gap: 0.45rem;
  box-shadow: 0 2px 10px rgba(0, 43, 69, 0.18);
  line-height: 1.2 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.tpv-btn-nav:hover,
#header.tpv-header #mainMenu nav > ul > li > a.tpv-btn-nav:hover {
  background: var(--tpv-navy-deep) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(0, 43, 69, 0.24);
}

.tpv-btn-nav__icon {
  color: var(--tpv-gold) !important;
  font-size: 0.85rem;
}

/* Acciones navbar: Asesorías + icono login (fuera del ul) */
#header.tpv-header #mainMenu .tpv-nav-menu {
  float: none !important;
}

#header.tpv-header #mainMenu .tpv-desktop-nav {
  float: right;
}

.tpv-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  flex-shrink: 0;
  width: auto;
}

.tpv-nav-actions > a.tpv-btn-nav {
  flex: 0 0 auto;
  width: auto !important;
}

#header.tpv-header #mainMenu .tpv-login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  color: #07364a;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  line-height: 1;
  cursor: pointer;
  text-decoration: none !important;
  text-transform: none !important;
  transition: color 0.2s ease, transform 0.2s ease;
}

.tpv-login-link__text {
  display: none;
}

#header.tpv-header #mainMenu .tpv-login-link i {
  width: 22px;
  height: 22px;
  font-size: 22px;
  display: block;
  line-height: 1;
}

#header.tpv-header #mainMenu .tpv-login-link:hover,
#header.tpv-header #mainMenu .tpv-login-link:focus {
  color: #f5a23a;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: translateY(-1px);
}

/* Hero */
.tpv-hero {
  position: relative;
  overflow: hidden;
  background: var(--tpv-navy);
  min-height: max(720px, calc(100dvh - 146px));
}

.tpv-hero__video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.tpv-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tpv-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 43, 69, 0.72) 0%,
    rgba(0, 43, 69, 0.52) 32%,
    rgba(0, 43, 69, 0.18) 58%,
    rgba(0, 43, 69, 0) 78%
  );
}

.tpv-hero__video--desktop {
  display: none;
}

.tpv-hero__video--mobile {
  display: block;
  object-position: center top;
}

.tpv-hero__shape {
  position: absolute;
  color: rgba(244, 166, 42, 0.16);
  pointer-events: none;
  z-index: 2;
}

.tpv-hero__shape--top {
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  opacity: 0.18;
}

.tpv-hero__shape--bottom {
  bottom: 2rem;
  left: 0;
  width: 110px;
  height: 110px;
  opacity: 0.14;
}

.tpv-hero__grid {
  position: relative;
  z-index: 3;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  min-height: max(720px, calc(100dvh - 146px));
}

.tpv-hero__content {
  position: relative;
  max-width: 34rem;
  padding: 3rem 1.5rem 2.5rem;
  transform: translateY(-18px);
}

.tpv-hero__title {
  margin: 0;
  font-size: clamp(2.125rem, 3.8vw, 4.25rem);
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: -0.02em;
  text-shadow: var(--tpv-shadow-soft);
}

.tpv-hero__title-line {
  display: block;
}

.tpv-hero__line {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--tpv-gold);
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

.tpv-hero__slogan {
  position: absolute;
  left: max(1.5rem, env(safe-area-inset-left));
  bottom: max(1.75rem, env(safe-area-inset-bottom));
  z-index: 4;
  margin: 0;
  font-family: "Caveat", "Segoe Script", cursive;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--tpv-gold);
  transform: rotate(-3deg);
  transform-origin: left bottom;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.tpv-hero__highlight {
  color: var(--tpv-gold);
  font-weight: 800;
  text-shadow: none;
}

.tpv-hero__text {
  margin: 1.625rem 0 0;
  max-width: 32.5rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
  text-shadow: var(--tpv-shadow-soft);
}

.tpv-hero__text strong {
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
}

.tpv-hero__actions {
  margin-top: 2.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.tpv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-height: 52px;
  padding: 1rem 1.5rem;
  border-radius: 11px;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.tpv-btn i {
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}

.tpv-btn:hover i {
  transform: translateX(3px);
}

.tpv-btn--primary {
  background: var(--tpv-navy-btn);
  color: #fff !important;
  border: 2px solid var(--tpv-navy-btn);
  box-shadow: 0 4px 16px rgba(0, 43, 69, 0.2);
}

.tpv-btn--primary:hover {
  background: var(--tpv-navy-deep);
  border-color: var(--tpv-navy-deep);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 43, 69, 0.25);
}

.tpv-btn--secondary {
  background: #ffffff;
  color: var(--tpv-navy) !important;
  border: 2px solid var(--tpv-gold);
  box-shadow: 0 2px 10px rgba(0, 43, 69, 0.06);
}

.tpv-btn--secondary i {
  color: var(--tpv-navy);
}

.tpv-btn--secondary:hover {
  background: var(--tpv-gold-soft);
  border-color: var(--tpv-gold);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(244, 166, 42, 0.15);
}

@media (min-width: 992px) {
  .tpv-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding-left: 1rem;
    overflow: visible;
  }

  .tpv-hero__content {
    padding: 4rem 2rem 4.5rem 3.25rem;
    width: fit-content;
    max-width: min(53.75rem, 78vw);
    transform: translate(-194px, -22px);
    overflow: visible;
  }

  .tpv-hero__title {
    font-size: clamp(3.375rem, 4.2vw, 4.25rem);
    line-height: 1.08;
    width: fit-content;
    max-width: min(53.75rem, 78vw);
  }

  .tpv-hero__title-line {
    white-space: nowrap;
  }

  .tpv-hero__text {
    max-width: 32.5rem;
    font-size: 1.0625rem;
  }

  .tpv-hero__actions {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
  }

  .tpv-hero__video--desktop {
    display: block;
    object-position: 72% center;
  }

  .tpv-hero__video--mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  /* Topbar mobile */
  .tpv-topbar__inner {
    height: auto;
    min-height: 50px;
    padding:
      max(0.35rem, env(safe-area-inset-top))
      max(1rem, env(safe-area-inset-right))
      0.35rem
      max(1rem, env(safe-area-inset-left));
  }

  .tpv-topbar__promo {
    flex: 1;
    min-width: 0;
    font-size: 0.8125rem;
    line-height: 1.3;
  }

  .tpv-topbar__social {
    flex-shrink: 0;
    margin-left: 0.5rem;
  }

  /* Header mobile: sin franja/borde bajo el navbar */
  #header.tpv-header,
  #header.tpv-header .header-inner,
  #header.tpv-header #header-wrap {
    box-shadow: none !important;
    border-bottom: none !important;
  }

  /* Asegurar que el hero arranca pegado al header */
  .tpv-hero {
    margin-top: 0 !important;
  }

  /* Hero mobile: centrado y espaciado refinado */
  .tpv-hero {
    min-height: auto;
  }

  .tpv-hero__grid {
    min-height: auto;
    justify-items: center;
    text-align: center;
    align-items: start;
  }

  .tpv-hero__video--mobile {
    object-position: center 42%;
    transform: scale(1.08) translateZ(0);
    transform-origin: center 42%;
    -webkit-transform: scale(1.08) translateZ(0);
  }

  .tpv-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(0, 43, 69, 0.76) 0%,
        rgba(0, 43, 69, 0.63) 45%,
        rgba(0, 43, 69, 0.46) 100%
      ),
      linear-gradient(
        90deg,
        rgba(0, 43, 69, 0.18) 0%,
        transparent 50%
      );
  }

  .tpv-hero__content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.75rem clamp(1.5rem, 5vw, 2rem) 3.75rem;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .tpv-hero__line {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
  }

  .tpv-hero__title {
    font-size: clamp(2.125rem, 7.2vw, 2.375rem);
    line-height: 1.14;
    letter-spacing: -0.02em;
    font-weight: 700;
    max-width: 20.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .tpv-hero__title-line {
    white-space: normal;
  }

  .tpv-hero__text {
    margin-top: 1.375rem;
    max-width: min(92%, 330px);
    font-size: 0.9375rem;
    line-height: 1.57;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
  }

  .tpv-hero__actions {
    margin-top: 1.875rem;
    width: 100%;
    max-width: 350px;
    gap: 1.0625rem;
    align-items: stretch;
    padding-bottom: 0;
  }

  .tpv-hero__slogan {
    left: max(1rem, env(safe-area-inset-left));
    bottom: max(1.25rem, env(safe-area-inset-bottom));
    font-size: clamp(1.75rem, 8vw, 2.35rem);
    transform: rotate(-2deg);
  }

  .tpv-btn {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    min-height: 58px;
    padding: 0.9rem 1.25rem;
    border-radius: 15px;
    font-weight: 600;
    white-space: normal;
  }

  /* Chat flotante Pipedrive LeadBooster */
  #LeadboosterContainer,
  div[id^='Leadbooster'] {
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
    right: 14px !important;
    z-index: 998 !important;
  }

  #LeadboosterContainer .LeadboosterWidgetBubble,
  #LeadboosterContainer button[class*='Bubble'],
  div[id^='Leadbooster'] button {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
  }

  /* Ocultar chat mientras el hero está visible en viewport */
  body.tpv-hero-chat-hidden #LeadboosterContainer,
  body.tpv-hero-chat-hidden div[id^='Leadbooster'] {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(12px) !important;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }

  /* Ocultar chat mientras el bloque "Tu ruta clara" está visible */
  body.tpv-process-chat-hidden #LeadboosterContainer,
  body.tpv-process-chat-hidden div[id^='Leadbooster'] {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(10px) !important;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tpv-hero__content {
    max-width: 34rem;
    padding-top: 2.25rem;
    padding-bottom: 4.5rem;
  }

  .tpv-hero__title {
    font-size: clamp(2.25rem, 4.2vw, 2.375rem);
    line-height: 1.14;
    max-width: 26rem;
  }

  .tpv-hero__text {
    max-width: min(92%, 340px);
    font-size: 1rem;
    line-height: 1.58;
  }

  .tpv-hero__actions {
    max-width: 360px;
  }

  .tpv-btn {
    max-width: 360px;
  }
}

@media (max-width: 479px) {
  #header.tpv-header .header-inner .container,
  #header.tpv-header #header-wrap .header-inner .container {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  #header.tpv-header #logo,
  #header.tpv-header #logo a > img,
  #header.tpv-header .header-inner #logo a > img,
  #header.tpv-header #logo > a img {
    max-height: 44px !important;
    max-width: 210px;
  }

  .tpv-hero__title {
    font-size: clamp(2rem, 7.4vw, 2.125rem);
    max-width: 18.5rem;
  }

  .tpv-hero__content {
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
  }

  .tpv-hero__text {
    max-width: min(92%, 320px);
    font-size: 0.9375rem;
  }

  .tpv-topbar__promo {
    font-size: 0.75rem;
  }
}

/* ============================================================
   TPV — Sección dolores / pain points
   ============================================================ */

.tpv-pain {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fffdf9 0%, #fffcf7 42%, #fffdf9 100%);
  padding: 5rem clamp(1.5rem, 5vw, 2rem) 4.25rem;
  scroll-margin-top: 7.5rem;
  font-family: 'Raleway', sans-serif;
}

.tpv-pain__shape {
  position: absolute;
  color: rgba(244, 166, 42, 0.12);
  pointer-events: none;
  z-index: 0;
}

.tpv-pain__shape--top {
  top: -0.5rem;
  right: -0.5rem;
  width: 12rem;
  height: 12rem;
}

.tpv-pain__shape--bottom {
  bottom: -0.5rem;
  left: -0.5rem;
  width: 10.5rem;
  height: 10.5rem;
}

.tpv-pain__inner {
  position: relative;
  z-index: 1;
  max-width: 76rem;
  margin: 0 auto;
}

.tpv-pain__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
}

.tpv-pain__eyebrow-line {
  display: block;
  width: 2.25rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--tpv-gold), transparent);
  opacity: 0.9;
}

.tpv-pain__eyebrow-text {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d99a32;
}

.tpv-pain__title {
  margin: 1.125rem auto 0;
  max-width: 70rem;
  text-align: center;
  font-size: clamp(2rem, 6.5vw, 2.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--tpv-navy);
}

.tpv-pain__title-line {
  display: block;
}

.tpv-pain__title-line + .tpv-pain__title-line {
  margin-top: 0.4rem;
}

.tpv-pain__title-line--accent {
  color: var(--tpv-navy);
}

.tpv-pain__highlight {
  color: var(--tpv-gold);
  font-weight: 800;
}

.tpv-pain__intro {
  margin: 1.5rem auto 0;
  max-width: 53.125rem;
  text-align: center;
  font-size: clamp(0.9375rem, 2.5vw, 1rem);
  line-height: 1.7;
  color: var(--tpv-text-muted);
  font-weight: 400;
}

.tpv-pain__intro strong {
  font-weight: 600;
  color: var(--tpv-navy-text);
}

.tpv-pain__grid {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.tpv-pain__card {
  display: grid;
  grid-template-columns: 4rem 1px 1fr;
  column-gap: 1.125rem;
  align-items: center;
  height: 100%;
  min-height: 0;
  padding: 1.625rem 1.75rem;
  background: #fff;
  border: 1px solid rgba(0, 43, 69, 0.08);
  border-radius: 1rem;
  box-shadow: 0 14px 34px rgba(0, 43, 69, 0.08);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease;
}

.tpv-pain__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0, 43, 69, 0.11);
  border-color: rgba(244, 166, 42, 0.3);
}

.tpv-pain__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0;
  justify-self: center;
  border-radius: 50%;
  background: rgba(244, 166, 42, 0.1);
  border: 1px solid rgba(244, 166, 42, 0.18);
  transition: background 0.28s ease;
}

.tpv-pain__card:hover .tpv-pain__card-icon {
  background: rgba(244, 166, 42, 0.13);
}

.tpv-pain__card-icon svg {
  width: 2rem;
  height: 2rem;
  stroke: #f4a62a;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.tpv-pain__card-divider {
  width: 1px;
  height: 5rem;
  margin: 0;
  align-self: center;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(244, 166, 42, 0.75) 50%,
    transparent 100%
  );
}

.tpv-pain__card-body {
  min-width: 0;
  padding-top: 0;
}

.tpv-pain__card-title {
  margin: 0 0 0.6875rem;
  font-size: clamp(1.0625rem, 1.15vw, 1.125rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--tpv-navy-text);
}

.tpv-pain__card-text {
  margin: 0;
  font-size: clamp(0.9375rem, 1vw, 0.96875rem);
  line-height: 1.58;
  font-weight: 500;
  color: var(--tpv-text-muted);
}

.tpv-pain__cta {
  margin-top: 2.375rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.125rem;
  padding: 1.5rem 1.75rem;
  background: #fff;
  border: 1px solid rgba(244, 166, 42, 0.32);
  border-radius: 1.0625rem;
  box-shadow: 0 16px 38px rgba(0, 43, 69, 0.08);
}

.tpv-pain__cta-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
}

.tpv-pain__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(244, 166, 42, 0.1);
  border: 1px solid rgba(244, 166, 42, 0.18);
}

.tpv-pain__cta-icon svg {
  width: 2rem;
  height: 2rem;
  stroke: #f4a62a;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.tpv-pain__cta-divider {
  display: none;
  width: 1px;
  height: 3.25rem;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(244, 166, 42, 0.75),
    transparent
  );
}

.tpv-pain__cta-text {
  margin: 0;
  text-align: center;
  font-size: clamp(1.125rem, 2vw, 1.3125rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--tpv-navy);
  letter-spacing: -0.01em;
}

.tpv-pain__cta-text strong {
  font-weight: 700;
  color: var(--tpv-navy-text);
}

.tpv-pain__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  min-width: 0;
  padding: 0.9375rem 1.75rem;
  border-radius: 999px;
  background: var(--tpv-navy);
  color: #fff !important;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  white-space: nowrap;
  transition:
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.tpv-pain__cta-btn i {
  color: var(--tpv-gold);
  font-size: 0.9375rem;
  transition: transform 0.25s ease;
}

.tpv-pain__cta-btn:hover {
  background: var(--tpv-navy-deep);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 43, 69, 0.2);
}

.tpv-pain__cta-btn:hover i {
  transform: translateX(2px);
}

.tpv-pain__note {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin: 1.5rem 0 0;
  text-align: center;
  font-size: clamp(0.9375rem, 1.2vw, 1rem);
  font-weight: 500;
  color: var(--tpv-text-muted);
}

.tpv-pain__note svg {
  width: 1.625rem;
  height: 1.625rem;
  stroke: #f4a62a;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  flex-shrink: 0;
}

.tpv-pain__note em {
  font-style: normal;
  font-weight: 600;
  color: var(--tpv-gold);
}

.tpv-pain__slider-foot {
  display: none;
}

.tpv-pain__slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.tpv-pain__slider-dot {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(91, 107, 123, 0.32);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.tpv-pain__slider-dot.is-active {
  background: var(--tpv-gold);
  transform: none;
}

.tpv-pain__slider-hint {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.45;
  font-weight: 500;
  color: var(--tpv-text-muted);
  text-align: center;
}

.tpv-pain__slider-hint-em {
  font-weight: 700;
  color: var(--tpv-gold);
}

.tpv-pain__slider-hint-arrows {
  color: rgba(91, 107, 123, 0.55);
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .tpv-pain {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
    scroll-margin-top: 7.5rem;
  }

  .tpv-pain__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 3.125rem;
  }

  .tpv-pain__card {
    min-height: 9.75rem;
    padding: 1.625rem 1.75rem;
  }

  .tpv-pain__intro {
    font-size: 1.0625rem;
    line-height: 1.68;
  }

  .tpv-pain__note {
    margin-top: 1.5rem;
  }
}

@media (min-width: 992px) {
  .tpv-pain {
    padding-top: 8.75rem;
    padding-bottom: 5.5rem;
    scroll-margin-top: 8.75rem;
  }

  .tpv-pain__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.625rem;
    margin-top: 3.25rem;
  }

  .tpv-pain__title {
    margin-top: 1.125rem;
    font-size: clamp(2.75rem, 3.05vw, 3.25rem);
    line-height: 1.1;
  }

  .tpv-pain__intro {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.7;
  }

  .tpv-pain__card {
    min-height: 10rem;
    padding: 1.75rem 1.875rem;
  }

  .tpv-pain__card-title {
    font-size: 1.1875rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
  }

  .tpv-pain__card-text {
    font-size: 0.96875rem;
    line-height: 1.58;
  }

  .tpv-pain__card-divider {
    height: 5.25rem;
  }

  .tpv-pain__cta {
    flex-direction: row;
    align-items: center;
    gap: 1.375rem;
    padding: 1.75rem 1.875rem;
    margin-top: 2.375rem;
  }

  .tpv-pain__cta-icon-wrap {
    flex-shrink: 0;
    justify-content: flex-start;
  }

  .tpv-pain__cta-divider {
    display: block;
  }

  .tpv-pain__cta-text {
    flex: 1;
    text-align: left;
    font-size: 1.375rem;
    line-height: 1.4;
  }

  .tpv-pain__cta-btn {
    width: auto;
    flex-shrink: 0;
    min-width: 14.375rem;
    padding: 0.9375rem 1.75rem;
  }

  .tpv-pain__note {
    margin-top: 1.5rem;
  }

  .tpv-pain__shape--top {
    width: 16rem;
    height: 16rem;
    color: rgba(244, 166, 42, 0.11);
  }

  .tpv-pain__shape--bottom {
    width: 13rem;
    height: 13rem;
    color: rgba(244, 166, 42, 0.11);
  }
}

@media (max-width: 767px) {
  .tpv-pain {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 5rem;
  }

  .tpv-pain__title {
    font-size: clamp(2rem, 7vw, 2.25rem);
  }

  .tpv-pain__intro {
    font-size: 0.9375rem;
    line-height: 1.65;
  }

  .tpv-pain__slider-wrap {
    margin-top: 2.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .tpv-pain__grid {
    display: flex;
    grid-template-columns: none;
    margin-top: 0;
    gap: 1rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 5vw;
    -webkit-overflow-scrolling: touch;
    padding: 0 5vw 0.125rem;
    scrollbar-width: none;
  }

  .tpv-pain__grid::-webkit-scrollbar {
    display: none;
  }

  .tpv-pain__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 90vw;
    width: 90vw;
    max-width: 90vw;
    scroll-snap-align: center;
    min-height: 18.75rem;
    padding: 1.75rem 1.625rem;
    border-radius: 1.25rem;
    box-shadow: 0 14px 34px rgba(0, 43, 69, 0.08);
    text-align: center;
  }

  .tpv-pain__card-icon {
    width: 4.25rem;
    height: 4.25rem;
    margin: 0 auto 1.25rem;
    background: rgba(244, 166, 42, 0.1);
    border: 1px solid rgba(244, 166, 42, 0.2);
  }

  .tpv-pain__card-icon svg {
    width: 2.125rem;
    height: 2.125rem;
    stroke: #f4a62a;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .tpv-pain__card-divider {
    display: none;
  }

  .tpv-pain__card-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .tpv-pain__card-title {
    margin-top: 0;
    margin-bottom: 0.875rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.25rem, 4.5vw, 1.375rem);
    line-height: 1.18;
    text-align: center;
  }

  .tpv-pain__card-text {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.96875rem;
    line-height: 1.58;
    text-align: center;
  }

  .tpv-pain__slider-foot {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 2.5rem;
    padding: 0 1.5rem;
  }

  .tpv-pain__slider-dots {
    margin-top: 1.125rem;
    gap: 0.4375rem;
  }

  .tpv-pain__slider-dot {
    width: 0.5rem;
    height: 0.5rem;
    background: rgba(0, 43, 69, 0.18);
  }

  .tpv-pain__slider-hint {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .tpv-pain__slider-hint-em {
    font-weight: 800;
  }

  .tpv-pain__slider-hint-arrows {
    font-size: 0.8125rem;
    color: rgba(91, 107, 123, 0.45);
  }

  .tpv-pain__cta {
    margin-top: 0;
    padding: 1.75rem 1.5rem;
    border-radius: 1.125rem;
  }

  .tpv-pain__cta-text {
    text-align: center;
  }

  .tpv-pain__cta-btn {
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .tpv-pain__cta-icon {
    width: 3.75rem;
    height: 3.75rem;
  }

  .tpv-pain__cta-icon svg {
    width: 1.875rem;
    height: 1.875rem;
  }

  .tpv-pain__note {
    margin-top: 1.375rem;
  }
}

/* ============================================================
   TPV — Sección Nuestra promesa / Ruta clara
   ============================================================ */

.tpv-promise {
  background: #fffcf7;
  padding: 5.625rem 0 5rem;
  scroll-margin-top: 7.5rem;
  font-family: 'Raleway', sans-serif;
  overflow: hidden;
}

.tpv-promise__wrapper {
  max-width: 81.25rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.tpv-promise__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

.tpv-promise__content {
  min-width: 0;
}

.tpv-promise__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.tpv-promise__eyebrow-line {
  display: block;
  width: 2.75rem;
  height: 2px;
  background: var(--tpv-gold);
  border-radius: 1px;
}

.tpv-promise__eyebrow-text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tpv-gold);
}

.tpv-promise__title {
  margin: 1.25rem 0 0;
  max-width: 41.25rem;
  font-size: clamp(2.125rem, 5.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--tpv-navy-text);
}

.tpv-promise__title-line {
  display: block;
}

.tpv-promise__highlight {
  color: var(--tpv-gold);
}

.tpv-promise__divider {
  display: block;
  width: 3.75rem;
  height: 2px;
  margin: 1.375rem 0 1.5rem;
  background: var(--tpv-gold);
  border-radius: 1px;
}

.tpv-promise__intro {
  margin: 0;
  max-width: 38.75rem;
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  line-height: 1.7;
  font-weight: 500;
  color: var(--tpv-text-muted);
}

.tpv-promise__intro strong {
  font-weight: 700;
  color: var(--tpv-navy-text);
}

.tpv-promise__quote {
  display: flex;
  align-items: stretch;
  gap: 1.125rem;
  margin: 1.875rem 0 0;
  padding: 0;
  border: none;
  max-width: 36.25rem;
}

.tpv-promise__quote-bar {
  flex-shrink: 0;
  width: 4px;
  border-radius: 999px;
  background: var(--tpv-gold);
}

.tpv-promise__quote p {
  margin: 0;
  font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
  font-weight: 800;
  line-height: 1.35;
  color: var(--tpv-navy-text);
}

.tpv-promise__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.tpv-promise__benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 6.5rem;
  min-width: 5.5rem;
}

.tpv-promise__benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: rgba(244, 166, 42, 0.1);
  border: 1px solid rgba(244, 166, 42, 0.18);
}

.tpv-promise__benefit-icon svg {
  width: 2rem;
  height: 2rem;
  stroke: var(--tpv-gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.tpv-promise__benefit-label {
  margin-top: 0.8125rem;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--tpv-navy-text);
}

.tpv-promise__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 2rem;
}

.tpv-promise__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-height: 52px;
  min-width: 14.375rem;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  white-space: nowrap;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.tpv-promise__btn-icon,
.tpv-promise__btn-arrow {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.tpv-promise__btn--primary {
  background: var(--tpv-navy);
  color: #fff !important;
  border: 2px solid var(--tpv-navy);
  box-shadow: 0 14px 30px rgba(0, 43, 69, 0.22);
}

.tpv-promise__btn--primary .tpv-promise__btn-icon,
.tpv-promise__btn--primary .tpv-promise__btn-arrow {
  stroke: var(--tpv-gold);
}

.tpv-promise__btn--primary:hover {
  background: var(--tpv-navy-deep);
  border-color: var(--tpv-navy-deep);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 43, 69, 0.28);
}

.tpv-promise__btn--secondary {
  background: #fff;
  color: var(--tpv-navy) !important;
  border: 2px solid var(--tpv-gold);
  box-shadow: 0 2px 10px rgba(0, 43, 69, 0.06);
}

.tpv-promise__btn--secondary .tpv-promise__btn-arrow {
  stroke: var(--tpv-navy);
}

.tpv-promise__btn--secondary:hover {
  background: var(--tpv-gold-soft);
  transform: translateY(-2px);
}

.tpv-promise__visual {
  position: relative;
  width: 100%;
  align-self: center;
}

.tpv-promise__media {
  position: relative;
  width: 100%;
  height: 22rem;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(0, 43, 69, 0.06);
  box-shadow: 0 18px 44px rgba(0, 43, 69, 0.1);
}

.tpv-promise__media-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 26%;
}

.tpv-promise__media-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #fffcf7 0%,
    rgba(255, 252, 247, 0.62) 8%,
    rgba(255, 252, 247, 0.18) 18%,
    rgba(255, 252, 247, 0) 32%
  );
  pointer-events: none;
}

.tpv-promise__process {
  margin-top: 3.5rem;
}

.tpv-promise__process-head {
  text-align: center;
  margin-bottom: 1.25rem;
}

.tpv-promise__process-title {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--tpv-navy-text);
}

.tpv-promise__process-subtitle {
  margin: 0.75rem auto 0;
  max-width: 40rem;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  line-height: 1.6;
  font-weight: 500;
  color: var(--tpv-text-muted);
}

.tpv-promise__process-card {
  background: #fff;
  border: 1px solid rgba(0, 43, 69, 0.08);
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 43, 69, 0.08);
  padding-bottom: 1.75rem;
}

.tpv-promise__process-steps {
  margin: 0;
  padding: 2rem 2rem 1rem;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}

.tpv-promise__process-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.tpv-promise__process-marker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.tpv-promise__process-icon {
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  stroke: var(--tpv-gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.tpv-promise__process-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: rgba(244, 166, 42, 0.1);
  border: 1px solid rgba(244, 166, 42, 0.2);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  color: var(--tpv-gold);
}

.tpv-promise__process-step-title {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--tpv-navy-text);
}

.tpv-promise__process-step-text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  font-weight: 500;
  color: var(--tpv-text-muted);
}

.tpv-promise__process-footer {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 1.5rem 2rem 0;
  padding: 1.125rem 1.5rem;
  background: var(--tpv-gold-soft);
  border-radius: 0.9375rem;
  border: 1px solid rgba(244, 166, 42, 0.14);
}

.tpv-promise__process-footer-icon {
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
  stroke: var(--tpv-gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.tpv-promise__process-footer p {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--tpv-navy-text);
}

@media (min-width: 768px) {
  .tpv-promise {
    padding-top: 6.875rem;
    padding-bottom: 5.5rem;
    scroll-margin-top: 7.5rem;
  }

  .tpv-promise__main {
    grid-template-columns: 1fr 1fr;
    gap: 2.75rem;
    align-items: center;
  }

  .tpv-promise__benefits {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 2rem;
  }

  .tpv-promise__benefit {
    flex: 1;
    min-width: 0;
  }

  .tpv-promise__media {
    height: 24rem;
  }

  .tpv-promise__media-fade {
    display: none;
  }

  .tpv-promise__process {
    margin-top: 3.5rem;
  }

  .tpv-promise__process-steps {
    padding: 2rem 2.25rem 0.75rem;
  }
}

@media (min-width: 992px) {
  .tpv-promise {
    padding-top: 6.875rem;
    padding-bottom: 6rem;
    scroll-margin-top: 8.75rem;
  }

  .tpv-promise__main {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2.75rem, 3.2vw, 3.5rem);
    align-items: center;
  }

  .tpv-promise__title {
    margin-top: 1.25rem;
    max-width: 41.25rem;
    font-size: clamp(3.125rem, 3.15vw, 3.5rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
  }

  .tpv-promise__divider {
    margin: 1.375rem 0 1.5rem;
  }

  .tpv-promise__quote {
    margin-top: 1.75rem;
  }

  .tpv-promise__benefits {
    margin-top: 2rem;
    gap: clamp(2.75rem, 3.2vw, 3.625rem);
  }

  .tpv-promise__benefit-icon {
    width: 4.5rem;
    height: 4.5rem;
  }

  .tpv-promise__benefit-icon svg {
    width: 2.0625rem;
    height: 2.0625rem;
  }

  .tpv-promise__benefit-label {
    font-size: 0.9375rem;
  }

  .tpv-promise__actions {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 1rem;
    margin-top: 2rem;
  }

  .tpv-promise__btn {
    width: auto;
    flex: 0 0 auto;
    min-width: 14.375rem;
  }

  .tpv-promise__visual {
    margin-top: -0.375rem;
  }

  .tpv-promise__media {
    height: clamp(25rem, 32vw, 28.75rem);
    border-radius: 1.25rem;
  }

  .tpv-promise__media-img {
    object-position: center 24%;
  }

  .tpv-promise__process {
    margin-top: 3.75rem;
  }

  .tpv-promise__process-head {
    margin-bottom: 1.125rem;
  }

  .tpv-promise__process-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 2.25rem 2.5rem 0.5rem;
  }

  .tpv-promise__process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 1.75rem;
    border-right: 1px solid rgba(0, 43, 69, 0.08);
  }

  .tpv-promise__process-step:first-child {
    padding-left: 0;
  }

  .tpv-promise__process-step:last-child {
    padding-right: 0;
    border-right: none;
  }

  .tpv-promise__process-marker {
    justify-content: center;
    margin: 0 auto 1rem;
  }

  .tpv-promise__process-icon {
    display: none;
  }

  .tpv-promise__process-num {
    margin: 0 auto;
  }

  .tpv-promise__process-body {
    width: 100%;
  }

  .tpv-promise__process-step-title {
    text-align: center;
  }

  .tpv-promise__process-step-text {
    text-align: center;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .tpv-promise__process-footer {
    margin: 1.5rem 2.5rem 0;
    padding: 1.125rem 1.5rem;
    border-radius: 0.9375rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tpv-promise__main {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .tpv-promise__visual {
    margin-top: 0;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }

  .tpv-promise__media {
    height: 22rem;
  }
}

@media (max-width: 767px) {
  .tpv-promise {
    padding-top: 6.5rem;
    scroll-margin-top: 6.5rem;
  }
}

@media (max-width: 575px) {
  .tpv-promise {
    padding: 6rem 0 5rem;
    scroll-margin-top: 6rem;
  }

  .tpv-promise__wrapper {
    padding: 0 1.5rem;
  }

  .tpv-promise__content {
    text-align: center;
  }

  .tpv-promise__eyebrow {
    justify-content: center;
  }

  .tpv-promise__title {
    margin-left: auto;
    margin-right: auto;
  }

  .tpv-promise__divider {
    margin-left: auto;
    margin-right: auto;
  }

  .tpv-promise__intro {
    margin-left: auto;
    margin-right: auto;
  }

  .tpv-promise__quote {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .tpv-promise__benefits {
    justify-content: center;
    gap: 1.25rem 1.75rem;
  }

  .tpv-promise__benefit {
    min-width: 5.75rem;
    flex: 0 0 calc(33.333% - 1.25rem);
  }

  .tpv-promise__benefit-icon {
    width: 3.75rem;
    height: 3.75rem;
  }

  .tpv-promise__benefit-icon svg {
    width: 1.75rem;
    height: 1.75rem;
  }

  .tpv-promise__benefit-label {
    font-size: 0.8125rem;
  }

  .tpv-promise__actions {
    align-items: center;
  }

  .tpv-promise__btn {
    width: 100%;
    max-width: 22.5rem;
    white-space: normal;
  }

  .tpv-promise__visual {
    margin-top: 0.5rem;
  }

  .tpv-promise__media-img {
    object-position: center 28%;
  }

  .tpv-promise__media {
    height: 20rem;
  }

  .tpv-promise__media-fade {
    background: linear-gradient(
      180deg,
      #fffcf7 0%,
      rgba(255, 252, 247, 0.35) 12%,
      rgba(255, 252, 247, 0) 28%
    );
  }

  .tpv-promise__process {
    margin-top: 2.75rem;
  }
}

/* ============================================================
   TPV — Nuestra promesa: bloque "Tu ruta clara" (solo mobile)
   ============================================================ */

@media (max-width: 767px) {
  .tpv-promise {
    padding-bottom: max(6rem, calc(5rem + env(safe-area-inset-bottom)));
  }

  .tpv-promise__process {
    margin-top: 2.5rem;
  }

  .tpv-promise__process-head {
    margin-bottom: 1.75rem;
  }

  .tpv-promise__process-title {
    font-size: clamp(1.875rem, 5.2vw, 2.125rem);
    line-height: 1.15;
  }

  .tpv-promise__process-subtitle {
    margin-top: 0.75rem;
    max-width: 22.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .tpv-promise__process-card {
    padding: 1.625rem 1.5rem 1.5rem;
    border-radius: 1.375rem;
    box-shadow: 0 16px 38px rgba(0, 43, 69, 0.08);
  }

  .tpv-promise__process-steps {
    padding: 0;
    gap: 0;
  }

  .tpv-promise__process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 0 1.75rem;
    padding: 0 0 1.75rem;
    border-bottom: 1px solid rgba(0, 43, 69, 0.08);
  }

  .tpv-promise__process-step:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .tpv-promise__process-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    margin: 0;
  }

  .tpv-promise__process-icon {
    display: none;
  }

  .tpv-promise__process-num {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 3.625rem;
    height: 3.625rem;
    min-width: 3.625rem;
    margin: 0 auto 1.125rem;
    padding: 0;
    border-radius: 999px;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
    color: var(--tpv-gold);
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum' 1;
    background: rgba(244, 166, 42, 0.1);
    border: 1px solid rgba(244, 166, 42, 0.25);
    transform: none;
    position: static;
  }

  .tpv-promise__process-body {
    width: 100%;
    min-width: 0;
  }

  .tpv-promise__process-step-title {
    margin: 0 0 0.625rem;
    max-width: 100%;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.22;
    text-align: center;
    color: var(--tpv-navy-text);
  }

  .tpv-promise__process-step-text {
    max-width: 92%;
    margin: 0 auto;
    font-size: 0.96875rem;
    font-weight: 500;
    line-height: 1.55;
    text-align: center;
    color: var(--tpv-text-muted);
  }

  .tpv-promise__process-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.875rem;
    margin: 1.75rem 0 0;
    padding: 1.25rem;
    border-radius: 1rem;
    text-align: left;
    background: rgba(244, 166, 42, 0.1);
    border: 1px solid rgba(244, 166, 42, 0.2);
  }

  .tpv-promise__process-footer-icon {
    width: 1.75rem;
    height: 1.75rem;
    flex-shrink: 0;
    margin-top: 0;
  }

  .tpv-promise__process-footer p {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
    color: var(--tpv-navy-text);
  }
}

/* ============================================================
   TPV — Formas de vivir legalmente en España (slider)
   ============================================================ */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tpv-services {
  background: #fffcf7;
  padding: 5rem 0 5.5rem;
  font-family: 'Raleway', sans-serif;
  overflow: hidden;
}

.tpv-services__wrapper {
  max-width: 86.25rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.tpv-services__head {
  max-width: 46rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.tpv-services__title {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--tpv-navy-text);
}

.tpv-services__subtitle {
  margin: 1rem 0 0;
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  font-weight: 800;
  line-height: 1.3;
  color: var(--tpv-gold);
}

.tpv-services__intro {
  margin: 1rem auto 0;
  max-width: 40rem;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.65;
  color: var(--tpv-text-muted);
}

.tpv-services__divider {
  display: block;
  width: 3.75rem;
  height: 2px;
  margin: 1.5rem auto 0;
  background: var(--tpv-gold);
  border-radius: 1px;
}

.tpv-services__slider {
  position: relative;
  max-width: 86.25rem;
  margin: 0 auto;
}

.tpv-services__viewport {
  overflow: hidden;
  border-radius: 1.75rem;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 43, 69, 0.1);
}

.tpv-services__track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.tpv-services__slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.tpv-services__slide-inner {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
}

.tpv-services__media {
  position: relative;
  min-height: 16rem;
  overflow: hidden;
}

.tpv-services__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
  object-position: center;
}

.tpv-services__media-deco {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(244, 166, 42, 0.22);
  opacity: 0.85;
}

.tpv-services__media-deco svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: var(--tpv-gold);
  stroke-width: 1.75;
  fill: none;
}

.tpv-services__content {
  padding: 2rem 1.75rem 2.25rem;
}

.tpv-services__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tpv-gold);
}

.tpv-services__slide-title {
  margin: 0 0 1rem;
  font-size: clamp(1.625rem, 4vw, 2.125rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--tpv-navy-text);
}

.tpv-services__desc {
  margin: 0 0 1.5rem;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.65;
  color: var(--tpv-text-muted);
}

.tpv-services__badges {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
}

.tpv-services__badge {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: var(--tpv-gold-soft);
  border: 1px solid rgba(244, 166, 42, 0.16);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--tpv-navy-text);
}

.tpv-services__badge svg {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  stroke: var(--tpv-gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.tpv-services__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9375rem 1.75rem;
  border-radius: 0.75rem;
  background: var(--tpv-navy);
  color: #fff !important;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(0, 43, 69, 0.22);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.tpv-services__btn:hover {
  background: var(--tpv-navy-deep);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 43, 69, 0.28);
}

.tpv-services__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-top: -1.375rem;
  padding: 0;
  border: 1px solid rgba(0, 43, 69, 0.1);
  border-radius: 50%;
  background: #fff;
  color: var(--tpv-navy);
  box-shadow: 0 8px 24px rgba(0, 43, 69, 0.12);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.tpv-services__nav svg {
  width: 1.25rem;
  height: 1.25rem;
}

.tpv-services__nav:hover {
  transform: scale(1.05);
  border-color: rgba(244, 166, 42, 0.45);
}

.tpv-services__nav--prev {
  left: -0.375rem;
}

.tpv-services__nav--next {
  right: -0.375rem;
}

.tpv-services__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.tpv-services__dot {
  width: 0.625rem;
  height: 0.625rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(0, 43, 69, 0.16);
  cursor: pointer;
  transition:
    width 0.25s ease,
    background 0.25s ease;
}

.tpv-services__dot.is-active {
  width: 1.75rem;
  background: var(--tpv-gold);
}

.tpv-services__swipe-hint {
  display: none;
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--tpv-text-muted);
  opacity: 0.72;
}

.tpv-services__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  margin-top: 3rem;
  padding: 1.75rem 1.5rem;
  border-radius: 1.375rem;
  background: var(--tpv-gold-soft);
  border: 1px solid rgba(244, 166, 42, 0.18);
}

.tpv-services__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(244, 166, 42, 0.12);
  border: 1px solid rgba(244, 166, 42, 0.22);
  flex-shrink: 0;
}

.tpv-services__cta-icon svg {
  width: 1.375rem;
  height: 1.375rem;
  stroke: var(--tpv-gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.tpv-services__cta-title {
  margin: 0 0 0.375rem;
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--tpv-navy-text);
}

.tpv-services__cta-text {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--tpv-text-muted);
}

.tpv-services__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9375rem 1.5rem;
  border-radius: 0.75rem;
  background: var(--tpv-navy);
  color: #fff !important;
  font-size: 0.9375rem;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(0, 43, 69, 0.2);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.tpv-services__cta-btn:hover {
  background: var(--tpv-navy-deep);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 43, 69, 0.28);
}

.tpv-services__nav:focus-visible {
  outline: 2px solid var(--tpv-gold);
  outline-offset: 2px;
}

.tpv-services__slider:focus-visible {
  outline: none;
}

.tpv-services__dot:focus-visible {
  outline: 2px solid var(--tpv-gold);
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .tpv-services {
    padding: 5.5rem 0 6rem;
  }

  .tpv-services__head {
    margin-bottom: 3.25rem;
  }

  .tpv-services__slide-inner {
    grid-template-columns: 0.95fr 1.05fr;
    min-height: 28rem;
  }

  .tpv-services__media {
    min-height: 100%;
  }

  .tpv-services__media img {
    min-height: 100%;
  }

  .tpv-services__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 2.75rem 2.5rem 2rem;
  }

  .tpv-services__badges {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
  }

  .tpv-services__badge {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.875rem 0.75rem;
    font-size: 0.8125rem;
  }

  .tpv-services__nav {
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
  }

  .tpv-services__nav--prev {
    left: -1rem;
  }

  .tpv-services__nav--next {
    right: -1rem;
  }

  .tpv-services__cta {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    padding: 1.75rem 2rem;
  }

  .tpv-services__cta-body {
    flex: 1;
    min-width: 0;
  }

  .tpv-services__cta-btn {
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .tpv-services__viewport {
    border-radius: 2rem;
  }

  .tpv-services__slide-inner {
    min-height: 30rem;
  }

  .tpv-services__content {
    padding: 3rem 3.25rem 3rem 2.5rem;
  }

  .tpv-services__nav--prev {
    left: -1.375rem;
  }

  .tpv-services__nav--next {
    right: -1.375rem;
  }
}

@media (max-width: 767px) {
  .tpv-services {
    padding: 3rem 0 3.5rem;
  }

  .tpv-services__head {
    margin-bottom: 1.75rem;
  }

  .tpv-services__intro {
    margin-top: 0.75rem;
  }

  .tpv-services__divider {
    margin-top: 1rem;
  }

  .tpv-services__wrapper {
    padding: 0 1.25rem;
  }

  .tpv-services__slider {
    margin: 0 -0.25rem;
  }

  .tpv-services__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    scrollbar-width: none;
  }

  .tpv-services__viewport::-webkit-scrollbar {
    display: none;
  }

  .tpv-services__track {
    transition: none;
    transform: none !important;
    will-change: auto;
  }

  .tpv-services__slide {
    scroll-snap-align: center;
    scroll-snap-stop: always;
    padding: 0 0.25rem;
  }

  .tpv-services__slide-inner {
    overflow: hidden;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 43, 69, 0.08);
  }

  .tpv-services__media {
    min-height: 0;
    height: clamp(320px, 52vw, 380px);
    max-height: 380px;
    border-radius: 1.25rem 1.25rem 0 0;
  }

  .tpv-services__media img {
    min-height: 0;
    height: 100%;
    max-height: 380px;
    object-fit: cover;
    object-position: center top;
    border-radius: 1.25rem 1.25rem 0 0;
  }

  .tpv-services__media[data-focal="center"] img {
    object-position: center center;
  }

  .tpv-services__media[data-focal="30"] img {
    object-position: center 30%;
  }

  .tpv-services__media[data-focal="35"] img {
    object-position: center 35%;
  }

  .tpv-services__media-deco {
    display: none;
  }

  .tpv-services__content {
    padding: 1.125rem 1.25rem 1.375rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tpv-services__eyebrow {
    margin-bottom: 0.4375rem;
  }

  .tpv-services__slide-title {
    margin-bottom: 0.5rem;
  }

  .tpv-services__desc {
    margin-bottom: 0.875rem;
    max-width: 22rem;
  }

  .tpv-services__badges {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4375rem;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 22.5rem;
  }

  .tpv-services__badge {
    padding: 0.5625rem 0.6875rem;
    font-size: 0.8125rem;
    justify-content: center;
    text-align: center;
  }

  .tpv-services__badge:last-child {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: center;
  }

  .tpv-services__btn {
    width: 100%;
    max-width: 22.5rem;
    min-height: 48px;
    padding: 0.8125rem 1.5rem;
  }

  .tpv-services__nav {
    display: none;
  }

  .tpv-services__dots {
    margin-top: 1rem;
    gap: 0.375rem;
  }

  .tpv-services__dot {
    width: 0.5rem;
    height: 0.5rem;
  }

  .tpv-services__dot.is-active {
    width: 1.375rem;
  }

  .tpv-services__swipe-hint {
    display: block;
  }

  .tpv-services__cta {
    margin-top: 2rem;
    padding: 1.25rem 1.25rem;
    align-items: center;
    text-align: center;
  }

  .tpv-services__cta-btn {
    width: 100%;
    max-width: 22.5rem;
  }
}

/* ============================================================
   TPV — CTA band (franja azul antes de citas personalizadas)
   ============================================================ */

.tpv-cta-band {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0;
  font-family: 'Raleway', sans-serif;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(244, 166, 42, 0.08), transparent 55%),
    linear-gradient(180deg, #063a50 0%, #053044 48%, #042a3a 100%);
}

.tpv-cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 80% at 50% 40%, #000 20%, transparent 75%);
  pointer-events: none;
}

.tpv-cta-band__panel {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0 auto;
  padding: 2.25rem 2rem 2.5rem;
  text-align: center;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.tpv-cta-band__deco {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.tpv-cta-band__deco-line {
  flex: 1;
  max-width: 4.5rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 166, 42, 0.45), transparent);
}

.tpv-cta-band__deco-icons {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.tpv-cta-band__deco-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tpv-cta-band__deco-icon--main {
  width: 2.75rem;
  height: 2.75rem;
  background: rgba(244, 166, 42, 0.1);
  border-color: rgba(244, 166, 42, 0.28);
}

.tpv-cta-band__deco-icon svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.tpv-cta-band__deco-icon--main svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: var(--tpv-gold);
}

.tpv-cta-band__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tpv-gold);
}

.tpv-cta-band__title {
  margin: 0 0 0.875rem;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: #fff;
}

.tpv-cta-band__desc {
  margin: 0 auto 1.375rem;
  max-width: 34rem;
  font-size: clamp(0.9375rem, 1.9vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.8);
}

.tpv-cta-band__benefits {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 0 1.625rem;
  padding: 0;
  list-style: none;
}

.tpv-cta-band__benefit {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  padding: 0.5rem 0.875rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
}

.tpv-cta-band__benefit svg {
  width: 0.9375rem;
  height: 0.9375rem;
  flex-shrink: 0;
  stroke: var(--tpv-gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.tpv-cta-band__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  min-width: 15rem;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  background: var(--tpv-gold);
  color: #fff !important;
  font-size: 0.96875rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  box-shadow: 0 14px 32px rgba(244, 166, 42, 0.32);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.tpv-cta-band__btn:hover {
  background: #e89a1f;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(244, 166, 42, 0.4);
}

.tpv-cta-band__microcopy {
  margin: 0.875rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.55);
}

.tpv-cta-band__btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .tpv-cta-band {
    padding: 2.5rem 0;
  }

  .tpv-cta-band__panel {
    padding: 1.75rem 1.25rem 2rem;
    border-radius: 1.25rem;
  }

  .tpv-cta-band__deco {
    gap: 0.75rem;
    margin-bottom: 1rem;
  }

  .tpv-cta-band__deco-line {
    max-width: 2.5rem;
  }

  .tpv-cta-band__deco-icon {
    width: 2rem;
    height: 2rem;
  }

  .tpv-cta-band__deco-icon--main {
    width: 2.375rem;
    height: 2.375rem;
  }

  .tpv-cta-band__benefits {
    gap: 0.4375rem;
    margin-bottom: 1.375rem;
  }

  .tpv-cta-band__benefit {
    font-size: 0.75rem;
    padding: 0.4375rem 0.75rem;
  }

  .tpv-cta-band__btn {
    width: 100%;
    max-width: 20rem;
    min-width: 0;
  }

  .tpv-cta-band__microcopy {
    font-size: 0.6875rem;
  }
}

/* ============================================================
   TPV — Testimonios Google
   ============================================================ */

section.tpv-reviews {
  padding: 5rem 0 5.5rem !important;
  background: #fffdf9 !important;
  font-family: 'Raleway', sans-serif;
  overflow: hidden;
}

.tpv-reviews__wrapper {
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2rem);
}

.tpv-reviews__head {
  max-width: 42rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.tpv-reviews__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--tpv-navy);
}

.tpv-reviews__subtitle {
  margin: 0;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.65;
  color: var(--tpv-text-muted);
}

.tpv-reviews__summary {
  margin-bottom: 2rem;
}

.tpv-reviews__summary-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  max-width: 28rem;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  border-radius: 1.125rem;
  background: #fff;
  border: 1px solid rgba(0, 43, 69, 0.08);
  box-shadow: 0 10px 28px rgba(0, 43, 69, 0.05);
  text-align: center;
}

.tpv-reviews__summary-rating {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.tpv-reviews__summary-score {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  color: var(--tpv-navy);
}

.tpv-reviews__summary-stars,
.tpv-reviews__card-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
}

.tpv-reviews__star {
  display: inline-flex;
  width: 1.125rem;
  height: 1.125rem;
  color: rgba(0, 43, 69, 0.14);
}

.tpv-reviews__summary-stars .tpv-reviews__star {
  width: 1.25rem;
  height: 1.25rem;
}

.tpv-reviews__star.is-filled {
  color: var(--tpv-gold);
}

.tpv-reviews__star svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  stroke: none;
}

.tpv-reviews__summary-count {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--tpv-navy-text);
}

.tpv-reviews__mock-note {
  margin: 0.75rem 0 0;
  padding: 0.625rem 0.75rem;
  border-radius: 0.625rem;
  background: var(--tpv-gold-soft);
  border: 1px solid rgba(244, 166, 42, 0.2);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--tpv-navy-text);
}

.tpv-reviews__mock-note code {
  font-size: 0.6875rem;
  font-weight: 700;
}

.tpv-reviews__viewport {
  overflow: visible;
}

.tpv-reviews__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.tpv-reviews__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.375rem 1.25rem 1.25rem;
  border-radius: 1.125rem;
  background: #fff;
  border: 1px solid rgba(0, 43, 69, 0.08);
  box-shadow: 0 12px 32px rgba(0, 43, 69, 0.06);
}

.tpv-reviews__card-top {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1rem;
}

.tpv-reviews__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(244, 166, 42, 0.12);
  border: 1px solid rgba(244, 166, 42, 0.22);
  font-size: 0.875rem;
  font-weight: 800;
  color: var(--tpv-navy);
}

.tpv-reviews__card-meta {
  min-width: 0;
}

.tpv-reviews__card-name {
  margin: 0 0 0.25rem;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--tpv-navy-text);
}

.tpv-reviews__card-text {
  margin: 0;
  flex: 1;
}

.tpv-reviews__card-text p {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--tpv-text-muted);
}

.tpv-reviews__card-time {
  margin: 0.875rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(91, 107, 123, 0.8);
}

.tpv-reviews__dots,
.tpv-reviews__swipe-hint {
  display: none;
}

.tpv-reviews__foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  margin-top: 2rem;
  text-align: center;
}

.tpv-reviews__google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0.9375rem 1.75rem;
  border-radius: 999px;
  background: var(--tpv-navy);
  color: #fff !important;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(0, 43, 69, 0.18);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.tpv-reviews__google-btn svg {
  width: 1rem;
  height: 1rem;
  stroke: var(--tpv-gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.tpv-reviews__google-btn:hover {
  background: var(--tpv-navy-deep);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 43, 69, 0.24);
}

.tpv-reviews__attribution {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--tpv-text-muted);
}

.tpv-reviews__google-mark {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.tpv-reviews__google-btn:focus-visible {
  outline: 2px solid var(--tpv-gold);
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .tpv-reviews__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  section.tpv-reviews {
    padding: 3.5rem 0 4rem !important;
  }

  .tpv-reviews__carousel {
    margin: 0 -0.25rem;
  }

  .tpv-reviews__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tpv-reviews__viewport::-webkit-scrollbar {
    display: none;
  }

  .tpv-reviews__track {
    display: flex;
    gap: 0;
    grid-template-columns: none;
  }

  .tpv-reviews__card {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    padding: 1.25rem 1.125rem 1.125rem;
    margin: 0 0.25rem;
  }

  .tpv-reviews__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-top: 1rem;
  }

  .tpv-reviews__dot {
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(0, 43, 69, 0.16);
    cursor: pointer;
    transition:
      width 0.25s ease,
      background 0.25s ease;
  }

  .tpv-reviews__dot.is-active {
    width: 1.375rem;
    background: var(--tpv-gold);
  }

  .tpv-reviews__swipe-hint {
    display: block;
    margin: 0.75rem 0 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--tpv-text-muted);
    opacity: 0.72;
  }

  .tpv-reviews__google-btn {
    width: 100%;
    max-width: 20rem;
  }
}

/* ============================================================
   TPV — Preguntas frecuentes
   ============================================================ */

section.tpv-faq {
  padding: 5rem 0 5.5rem !important;
  background: #fffcf7 !important;
  font-family: 'Raleway', sans-serif;
  overflow: hidden;
}

.tpv-faq__wrapper {
  max-width: 53.125rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2rem);
}

.tpv-faq__head {
  margin-bottom: 2rem;
  text-align: center;
}

.tpv-faq__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--tpv-navy);
}

.tpv-faq__subtitle {
  margin: 0 auto;
  max-width: 36rem;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.65;
  color: var(--tpv-text-muted);
}

.tpv-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.tpv-faq__item {
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(0, 43, 69, 0.08);
  box-shadow: 0 8px 24px rgba(0, 43, 69, 0.04);
  overflow: hidden;
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.tpv-faq__item:hover,
.tpv-faq__item:has(.tpv-faq__trigger:focus-visible) {
  background: var(--tpv-navy);
  border-color: var(--tpv-navy);
  box-shadow: 0 14px 32px rgba(0, 43, 69, 0.2);
}

.tpv-faq__item.is-open {
  border-color: rgba(244, 166, 42, 0.28);
  box-shadow: 0 12px 30px rgba(0, 43, 69, 0.07);
}

.tpv-faq__item.is-open:hover,
.tpv-faq__item.is-open:has(.tpv-faq__trigger:focus-visible) {
  border-color: var(--tpv-navy);
  box-shadow: 0 14px 32px rgba(0, 43, 69, 0.2);
}

.tpv-faq__question-wrap {
  margin: 0;
}

.tpv-faq__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.125rem 1.25rem;
  border: none;
  background: transparent;
  outline: none;
  text-align: left;
  font-family: inherit;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--tpv-navy-text);
  cursor: pointer;
  transition: color 0.22s ease;
}

.tpv-faq__item:hover .tpv-faq__trigger,
.tpv-faq__item:has(.tpv-faq__trigger:focus-visible) .tpv-faq__trigger {
  color: #fff;
}

.tpv-faq__trigger:focus {
  outline: none;
  box-shadow: none;
}

.tpv-faq__trigger:focus-visible {
  outline: none;
}

.tpv-faq__icon {
  position: relative;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(244, 166, 42, 0.1);
  border: 1px solid rgba(244, 166, 42, 0.18);
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease;
}

.tpv-faq__item:hover .tpv-faq__icon,
.tpv-faq__item:has(.tpv-faq__trigger:focus-visible) .tpv-faq__icon {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.95);
}

.tpv-faq__icon::before,
.tpv-faq__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 2px;
  border-radius: 1px;
  background: var(--tpv-gold);
  transform: translate(-50%, -50%);
  transition:
    transform 0.22s ease,
    opacity 0.22s ease,
    background-color 0.22s ease;
}

.tpv-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.tpv-faq__item.is-open .tpv-faq__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.tpv-faq__panel {
  padding: 0 1.25rem 1.125rem;
  transition: color 0.22s ease;
}

.tpv-faq__panel p {
  margin: 0;
  padding-top: 0.875rem;
  border-top: 1px solid rgba(0, 43, 69, 0.06);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.65;
  color: var(--tpv-text-muted);
  transition:
    color 0.22s ease,
    border-color 0.22s ease;
}

.tpv-faq__item:hover .tpv-faq__panel p,
.tpv-faq__item:has(.tpv-faq__trigger:focus-visible) .tpv-faq__panel p {
  color: rgba(255, 255, 255, 0.9);
  border-top-color: rgba(255, 255, 255, 0.16);
}

.tpv-faq__cta {
  margin-top: 2.25rem;
  padding: 1.5rem 1.25rem;
  border-radius: 1.125rem;
  background: #fff;
  border: 1px solid rgba(0, 43, 69, 0.08);
  box-shadow: 0 10px 28px rgba(0, 43, 69, 0.05);
  text-align: center;
}

.tpv-faq__cta-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tpv-gold);
}

.tpv-faq__cta-text {
  margin: 0 0 1rem;
  font-size: 0.96875rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--tpv-text-muted);
}

.tpv-faq__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.875rem 1.75rem;
  border-radius: 999px;
  background: var(--tpv-navy);
  color: #fff !important;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(0, 43, 69, 0.18);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.tpv-faq__cta-btn:hover {
  background: var(--tpv-navy-deep);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 43, 69, 0.24);
}

.tpv-faq__cta-btn:focus-visible {
  outline: 2px solid var(--tpv-gold);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  section.tpv-faq {
    padding: 3.5rem 0 4rem !important;
  }

  .tpv-faq__trigger {
    padding: 1rem 1rem;
  }

  .tpv-faq__panel {
    padding: 0 1rem 1rem;
  }

  .tpv-faq__cta-btn {
    width: 100%;
    max-width: 20rem;
  }
}

/* ============================================================
   TPV — Contacto / asesoría personalizada + ubicación
   ============================================================ */

section.tpv-contact {
  padding: 5rem 0 5.5rem !important;
  background: #fffcf7 !important;
  font-family: 'Raleway', sans-serif;
  overflow: hidden;
}

.tpv-contact__wrapper {
  max-width: 53.125rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2rem);
}

.tpv-contact__head {
  margin-bottom: 2rem;
  text-align: center;
}

.tpv-contact__eyebrow {
  margin: 0 0 0.625rem;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tpv-gold);
}

.tpv-contact__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--tpv-navy);
}

.tpv-contact__subtitle {
  margin: 0 auto;
  max-width: 36rem;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.65;
  color: var(--tpv-text-muted);
}

.tpv-contact__form-card {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid rgba(0, 43, 69, 0.08);
  box-shadow: 0 14px 40px rgba(0, 43, 69, 0.07);
}

.tpv-contact__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tpv-contact__field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.tpv-contact__phone-row {
  display: grid;
  grid-template-columns: minmax(9.5rem, 46%) minmax(0, 1fr);
  gap: 0.65rem;
  align-items: stretch;
}

.tpv-contact__phone-prefix select {
  padding-right: 2rem;
  font-family: "Raleway", system-ui, sans-serif;
}

.tpv-contact__field select option {
  font-family: "Raleway", system-ui, sans-serif;
}

.tpv-contact__field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.tpv-contact__field label {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--tpv-navy-text);
}

.tpv-contact__field input,
.tpv-contact__field textarea,
.tpv-contact__field select {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 0.95rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 43, 69, 0.12);
  background: #fffdf9;
  color: var(--tpv-navy-text);
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease;
}

.tpv-contact__field textarea {
  min-height: 140px;
  resize: vertical;
}

.tpv-contact__field input::placeholder,
.tpv-contact__field textarea::placeholder {
  color: rgba(91, 107, 123, 0.75);
}

.tpv-contact__field input:focus,
.tpv-contact__field textarea:focus,
.tpv-contact__field select:focus {
  outline: none;
  border-color: rgba(244, 166, 42, 0.65);
  box-shadow: 0 0 0 3px rgba(244, 166, 42, 0.16);
  background: #fff;
}

.tpv-contact__select-wrap {
  position: relative;
}

.tpv-contact__select-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid var(--tpv-navy);
  border-bottom: 2px solid var(--tpv-navy);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
  opacity: 0.55;
}

.tpv-contact__field select {
  appearance: none;
  padding-right: 2.25rem;
  cursor: pointer;
}

.tpv-contact__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.tpv-contact__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0.875rem 1.75rem;
  border: none;
  border-radius: 999px;
  background: var(--tpv-navy);
  color: #fff;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 43, 69, 0.18);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.tpv-contact__submit:hover:not(:disabled) {
  background: var(--tpv-navy-deep);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 43, 69, 0.24);
}

.tpv-contact__submit:focus-visible {
  outline: 2px solid var(--tpv-gold);
  outline-offset: 3px;
}

.tpv-contact__submit:disabled {
  opacity: 0.72;
  cursor: wait;
}

.tpv-contact__btn-spinner {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: tpv-contact-spin 0.7s linear infinite;
}

@keyframes tpv-contact-spin {
  to {
    transform: rotate(360deg);
  }
}

.tpv-contact__privacy {
  margin: 0;
  max-width: 28rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--tpv-text-muted);
}

.tpv-contact__location-card {
  margin-top: 2.25rem;
  padding: clamp(1.35rem, 2.5vw, 1.85rem);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #fff 0%, #fffdf9 100%);
  border: 1px solid rgba(0, 43, 69, 0.08);
  box-shadow: 0 16px 44px rgba(0, 43, 69, 0.08);
}

.tpv-contact__location-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.tpv-contact__location-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(244, 166, 42, 0.12);
  border: 1px solid rgba(244, 166, 42, 0.22);
  color: var(--tpv-gold);
  font-size: 1.1rem;
}

.tpv-contact__location-title {
  margin: 0 0 0.4rem;
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--tpv-navy);
}

.tpv-contact__location-text {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--tpv-text-muted);
}

.tpv-contact__address {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0 0 1.15rem;
  padding: 0.75rem 0.95rem;
  border-radius: 0.875rem;
  background: rgba(0, 43, 69, 0.04);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--tpv-navy-text);
}

.tpv-contact__address i {
  margin-top: 0.15rem;
  color: var(--tpv-gold);
}

.tpv-contact__map-shell {
  position: relative;
  height: clamp(360px, 38vw, 460px);
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(0, 43, 69, 0.06);
  background: #f3f7fa;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.tpv-contact__map-shell iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tpv-contact__location-foot {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

.tpv-contact__maps-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 46px;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  border: 2px solid var(--tpv-navy);
  background: transparent;
  color: var(--tpv-navy) !important;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.tpv-contact__maps-btn:hover {
  background: var(--tpv-navy);
  border-color: var(--tpv-navy);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 43, 69, 0.16);
}

.tpv-contact__maps-btn:focus-visible {
  outline: 2px solid var(--tpv-gold);
  outline-offset: 3px;
}

.tpv-contact__maps-btn i {
  font-size: 0.9rem;
  color: var(--tpv-gold);
  transition: color 0.22s ease;
}

.tpv-contact__maps-btn:hover i {
  color: #fff;
}

@media (max-width: 767px) {
  section.tpv-contact {
    padding: 3.5rem 0 4rem !important;
  }

  .tpv-contact__field-row {
    grid-template-columns: 1fr;
  }

  .tpv-contact__phone-row {
    grid-template-columns: 1fr;
  }

  .tpv-contact__submit {
    width: 100%;
  }

  .tpv-contact__map-shell {
    height: clamp(300px, 62vw, 340px);
  }

  .tpv-contact__maps-btn {
    width: 100%;
  }

  .tpv-contact__location-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================================
   TPV — Footer CTA + footer premium
   ============================================================ */

.tpv-footer-cta {
  padding: 2.5rem clamp(1.25rem, 3vw, 2rem);
  background: #fffcf7;
  font-family: 'Raleway', sans-serif;
}

.tpv-footer-cta__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 53.125rem;
  margin: 0 auto;
  padding: 1.35rem 1.5rem;
  border-radius: 1.125rem;
  background: var(--tpv-navy);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 40px rgba(0, 43, 69, 0.14);
}

.tpv-footer-cta__content {
  flex: 1;
  min-width: 0;
}

.tpv-footer-cta__title {
  margin: 0 0 0.4rem;
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #fff;
}

.tpv-footer-cta__text {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.tpv-footer-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 48px;
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  background: var(--tpv-gold);
  color: #fff !important;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(244, 166, 42, 0.32);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.tpv-footer-cta__btn:hover {
  background: #e89a1f;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(244, 166, 42, 0.38);
}

.tpv-footer-cta__btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

#footer.tpv-footer {
  display: block;
  position: relative;
  background: var(--tpv-navy) !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

#footer.tpv-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--tpv-gold) 20%, var(--tpv-gold) 80%, transparent 100%);
}

#footer.tpv-footer p,
#footer.tpv-footer a:not(.tpv-footer-cta__btn) {
  font-family: 'Raleway', sans-serif !important;
}

#footer.tpv-footer .footer-content,
#footer.tpv-footer .copyright-content {
  display: none;
}

.tpv-footer__main {
  padding: 3.5rem 0 2.75rem;
}

.tpv-footer__wrapper {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2rem);
}

.tpv-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.85fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.tpv-footer__col--brand {
  padding-right: 0.5rem;
}

.tpv-footer__logo {
  display: inline-block;
  margin-bottom: 1.15rem;
}

.tpv-footer__logo img {
  display: block;
  width: auto;
  max-width: 10.5rem;
  height: auto;
  max-height: 3rem;
  object-fit: contain;
}

.tpv-footer__desc {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.tpv-footer__heading {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

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

.tpv-footer__list > li + li {
  margin-top: 0.55rem;
}

.tpv-footer__list a {
  display: inline-flex;
  align-items: flex-start;
  gap: 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.tpv-footer__list a:hover {
  color: var(--tpv-gold) !important;
}

.tpv-footer__list--contact a {
  gap: 0.65rem;
}

.tpv-footer__list--contact i {
  flex-shrink: 0;
  width: 1rem;
  margin-top: 0.2rem;
  color: var(--tpv-gold);
  font-size: 0.85rem;
  text-align: center;
}

.tpv-footer__list-static {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
}

.tpv-footer__list-static i {
  flex-shrink: 0;
  width: 1rem;
  margin-top: 0.2rem;
  color: var(--tpv-gold);
  font-size: 0.85rem;
  text-align: center;
}

.tpv-footer__list-static strong {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.tpv-footer__social {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.tpv-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.95rem;
  text-decoration: none !important;
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.tpv-footer__social-link:hover {
  background: rgba(244, 166, 42, 0.15);
  border-color: rgba(244, 166, 42, 0.35);
  color: var(--tpv-gold) !important;
  transform: translateY(-2px);
}

.tpv-footer__social-link:focus-visible {
  outline: 2px solid var(--tpv-gold);
  outline-offset: 2px;
}

.tpv-footer__legal {
  padding: 1.15rem 0;
  background: var(--tpv-navy-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tpv-footer__legal-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2rem);
}

.tpv-footer__legal-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
}

.tpv-footer__legal-links a {
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.tpv-footer__legal-links a:hover {
  color: var(--tpv-gold) !important;
}

.tpv-footer__legal-sep {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.8125rem;
}

.tpv-footer__copyright {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.tpv-footer__legal-social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tpv-footer__social-link--sm {
  width: 2rem;
  height: 2rem;
  font-size: 0.85rem;
}

@media (max-width: 991px) {
  .tpv-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tpv-footer__col--brand {
    grid-column: 1 / -1;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .tpv-footer-cta {
    padding: 2rem clamp(1.25rem, 3vw, 2rem) 1.5rem;
  }

  .tpv-footer-cta__wrapper {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 1.35rem 1.25rem;
  }

  .tpv-footer-cta__btn {
    width: 100%;
    white-space: normal;
  }

  .tpv-footer__main {
    padding: 2.75rem 0 2rem;
  }

  .tpv-footer__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .tpv-footer__col,
  .tpv-footer__col--brand {
    grid-column: auto;
    text-align: center;
  }

  .tpv-footer__logo {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .tpv-footer__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 22rem;
    text-align: center;
  }

  .tpv-footer__heading {
    text-align: center;
  }

  .tpv-footer__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .tpv-footer__list > li {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .tpv-footer__list a {
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 20rem;
  }

  .tpv-footer__list--contact a,
  .tpv-footer__list-static {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    max-width: 20rem;
  }

  .tpv-footer__list--contact a span,
  .tpv-footer__list-static span {
    text-align: center;
  }

  .tpv-footer__list--contact i,
  .tpv-footer__list-static i {
    margin-top: 0;
  }

  .tpv-footer__social {
    justify-content: center;
  }

  .tpv-footer__legal-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .tpv-footer__legal-links {
    justify-content: center;
  }

  .tpv-footer__copyright {
    width: 100%;
  }

  .tpv-footer__legal-social {
    justify-content: center;
  }
}

/* ============================================================
   TPV — Quiénes Somos (nosotros.html)
   ============================================================ */

.tpv-about {
  font-family: 'Raleway', sans-serif;
  background: linear-gradient(180deg, #fffdf9 0%, #fffcf7 48%, #fffdf9 100%);
}

.tpv-about__wrapper {
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2rem);
}

.tpv-about__intro {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 5rem) 0 clamp(2.5rem, 5vw, 3.5rem);
}

.tpv-about__glow {
  position: absolute;
  top: 12%;
  right: -8%;
  width: min(28rem, 55vw);
  height: min(28rem, 55vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 166, 42, 0.09) 0%, rgba(244, 166, 42, 0) 68%);
  pointer-events: none;
}

.tpv-about__shape {
  position: absolute;
  top: 2rem;
  right: 4%;
  width: min(12rem, 28vw);
  height: auto;
  color: rgba(0, 43, 69, 0.05);
  pointer-events: none;
}

.tpv-about__hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 2.75rem);
  align-items: center;
}

.tpv-about__hero-content {
  min-width: 0;
  text-align: center;
}

.tpv-about__eyebrow {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d99a32;
}

.tpv-about__title {
  margin: 0.875rem 0 0;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--tpv-navy);
}

.tpv-about__subtitle {
  margin: 1rem 0 0;
  font-size: clamp(1.0625rem, 2.2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--tpv-navy-text);
}

.tpv-about__divider {
  display: block;
  width: 3rem;
  height: 3px;
  margin: 1.25rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tpv-gold), rgba(244, 166, 42, 0.35));
}

.tpv-about__desc {
  margin: 1.5rem auto 0;
  max-width: 36rem;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.7;
  color: var(--tpv-text-muted);
}

.tpv-about__highlights {
  list-style: none;
  margin: 1.5rem auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 22rem;
}

.tpv-about__highlight {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--tpv-navy-text);
}

.tpv-about__highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(244, 166, 42, 0.1);
  border: 1px solid rgba(244, 166, 42, 0.2);
  color: var(--tpv-gold);
  font-size: 0.8125rem;
}

.tpv-about__media {
  position: relative;
  margin: 0 auto;
  width: min(100%, 22rem);
  padding: 0;
}

.tpv-about__media-backdrop {
  position: absolute;
  inset: -0.75rem -0.5rem 0.5rem 0.5rem;
  border-radius: clamp(1.5rem, 3vw, 2rem);
  background: linear-gradient(145deg, rgba(0, 43, 69, 0.04) 0%, rgba(244, 166, 42, 0.08) 100%);
  border: 1px solid rgba(0, 43, 69, 0.05);
  z-index: 0;
}

.tpv-about__media-accent {
  position: absolute;
  top: 1.25rem;
  left: -0.625rem;
  width: 3px;
  height: 4.5rem;
  border-radius: 999px;
  background: linear-gradient(to bottom, var(--tpv-gold), rgba(244, 166, 42, 0.2));
  z-index: 2;
}

.tpv-about__media-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid rgba(0, 43, 69, 0.08);
  background: #fff;
  box-shadow:
    0 24px 54px rgba(0, 43, 69, 0.12),
    0 10px 24px rgba(0, 43, 69, 0.06);
}

.tpv-about__media-img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center center;
}

.tpv-about__media-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 3;
  padding: 0.5rem 0.875rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 43, 69, 0.08);
  box-shadow: 0 8px 22px rgba(0, 43, 69, 0.1);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--tpv-navy);
  backdrop-filter: blur(6px);
}

/* Pilares */
.tpv-about__pillars {
  list-style: none;
  margin: clamp(2.5rem, 5vw, 3.5rem) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.125rem;
}

.tpv-about__pillar {
  display: grid;
  grid-template-columns: 4rem 1px 1fr;
  column-gap: 1.125rem;
  align-items: center;
  padding: 1.5rem 1.625rem;
  background: #fff;
  border: 1px solid rgba(0, 43, 69, 0.08);
  border-radius: 1rem;
  box-shadow: 0 14px 34px rgba(0, 43, 69, 0.07);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.tpv-about__pillar:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0, 43, 69, 0.1);
  border-color: rgba(244, 166, 42, 0.28);
}

.tpv-about__pillar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(244, 166, 42, 0.1);
  border: 1px solid rgba(244, 166, 42, 0.18);
  color: var(--tpv-gold);
  font-size: 1.5rem;
}

.tpv-about__pillar-divider {
  width: 1px;
  height: 4.5rem;
  background: linear-gradient(to bottom, transparent, rgba(244, 166, 42, 0.7), transparent);
}

.tpv-about__pillar-body {
  min-width: 0;
}

.tpv-about__pillar-title {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--tpv-navy-text);
}

.tpv-about__pillar-text {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.58;
  color: var(--tpv-text-muted);
}

/* Proceso */
.tpv-about__process {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: rgba(255, 255, 255, 0.55);
  border-top: 1px solid rgba(0, 43, 69, 0.05);
  border-bottom: 1px solid rgba(0, 43, 69, 0.05);
}

.tpv-about__process-head {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto;
}

.tpv-about__process-title {
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--tpv-navy);
}

.tpv-about__process-subtitle {
  margin: 1rem 0 0;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.65;
  color: var(--tpv-text-muted);
}

.tpv-about__steps {
  list-style: none;
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.125rem;
}

.tpv-about__step {
  padding: 1.625rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(0, 43, 69, 0.07);
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(0, 43, 69, 0.06);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.tpv-about__step:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 43, 69, 0.09);
}

.tpv-about__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--tpv-navy);
  color: var(--tpv-gold);
  font-size: 1.25rem;
}

.tpv-about__step-num {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--tpv-gold);
}

.tpv-about__step-title {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--tpv-navy-text);
}

.tpv-about__step-text {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.58;
  color: var(--tpv-text-muted);
}

/* FAQs dentro de Quiénes Somos */
.tpv-about__faq {
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 4.5rem);
  border-top: 1px solid rgba(0, 43, 69, 0.06);
  background: rgba(255, 255, 255, 0.45);
}

.tpv-about__faq .tpv-faq__wrapper {
  max-width: 53.125rem;
}

@media (max-width: 639px) {
  .tpv-about__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .tpv-about__pillar {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 0.875rem;
    padding: 1.5rem 1.25rem;
  }

  .tpv-about__pillar-divider {
    width: 3rem;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(244, 166, 42, 0.7), transparent);
  }

  .tpv-about__highlight {
    justify-content: center;
  }
}

@media (min-width: 640px) {
  .tpv-about__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .tpv-about__hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: center;
  }

  .tpv-about__hero-content {
    text-align: left;
  }

  .tpv-about__divider {
    margin-left: 0;
    margin-right: auto;
  }

  .tpv-about__desc {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }

  .tpv-about__highlights {
    margin: 1.75rem 0 0;
    max-width: none;
  }

  .tpv-about__media {
    width: 100%;
    max-width: 26rem;
    margin: 0 0 0 auto;
  }
}

@media (min-width: 992px) {
  .tpv-about__hero {
    gap: 3.5rem;
  }

  .tpv-about__media {
    max-width: 28rem;
  }

  .tpv-about__media-img {
    aspect-ratio: 4 / 5;
    max-height: 34rem;
  }

  .tpv-about__pillars {
    grid-template-columns: repeat(3, 1fr);
  }

  .tpv-about__steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }

  .tpv-about__step {
    padding: 1.75rem 1.625rem;
  }
}

/* ============================================================
   TPV — Formas de Emigrar (spain.html)
   ============================================================ */

.tpv-emigrate {
  position: relative;
  overflow: hidden;
  font-family: 'Raleway', sans-serif;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(255, 248, 239, 0.55) 0%, transparent 60%),
    linear-gradient(180deg, #fffdf9 0%, #fffcf7 48%, #fffdf9 100%);
  padding: clamp(3.25rem, 7vw, 5.25rem) 0 clamp(3.5rem, 6vw, 5rem);
}

.tpv-emigrate__map {
  position: absolute;
  top: 3rem;
  left: -1.5rem;
  width: min(26rem, 48vw);
  height: min(18rem, 38vw);
  opacity: 0.45;
  background-image: radial-gradient(circle, rgba(0, 43, 69, 0.11) 1.2px, transparent 1.2px);
  background-size: 12px 12px;
  mask-image: radial-gradient(ellipse at 30% 40%, #000 15%, transparent 68%);
  pointer-events: none;
}

.tpv-emigrate__glow {
  position: absolute;
  top: 8%;
  right: -6%;
  width: min(32rem, 60vw);
  height: min(32rem, 60vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 166, 42, 0.07) 0%, rgba(255, 248, 239, 0.04) 40%, transparent 70%);
  pointer-events: none;
}

.tpv-emigrate__lines {
  position: absolute;
  top: 1rem;
  right: 2%;
  width: min(18rem, 36vw);
  height: auto;
  color: rgba(244, 166, 42, 0.16);
  pointer-events: none;
}

.tpv-emigrate__wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2rem);
}

.tpv-emigrate__head {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto clamp(3rem, 6vw, 4rem);
}

.tpv-emigrate__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d99a32;
}

.tpv-emigrate__eyebrow-line {
  display: block;
  width: 2.25rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--tpv-gold), transparent);
}

.tpv-emigrate__title {
  margin: 1rem 0 0;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--tpv-navy);
}

.tpv-emigrate__desc {
  margin: 1.25rem auto 0;
  max-width: 40rem;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.65;
  color: var(--tpv-text-muted);
}

.tpv-emigrate__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

.tpv-emigrate__featured {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}

.tpv-emigrate__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 1.375rem 1.375rem 1.25rem;
  background: linear-gradient(160deg, #fff 0%, #fffdf9 55%, #fffaf3 100%);
  border: 1px solid rgba(239, 227, 211, 0.95);
  border-radius: 1.5rem;
  box-shadow:
    0 4px 6px rgba(0, 43, 69, 0.03),
    0 16px 40px rgba(0, 43, 69, 0.09);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.tpv-emigrate__card:hover {
  transform: translateY(-5px);
  border-color: rgba(244, 166, 42, 0.5);
  box-shadow:
    0 8px 12px rgba(0, 43, 69, 0.04),
    0 24px 52px rgba(0, 43, 69, 0.14);
}

.tpv-emigrate__card:hover .tpv-emigrate__card-icon {
  box-shadow:
    0 0 0 7px rgba(255, 248, 239, 1),
    0 0 0 8px rgba(244, 166, 42, 0.2),
    0 8px 22px rgba(0, 43, 69, 0.18);
}

.tpv-emigrate__card:hover .tpv-emigrate__link i {
  transform: translateX(5px);
}

.tpv-emigrate__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.875rem;
  height: 3.875rem;
  margin-bottom: 0.875rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #003a5c 0%, var(--tpv-navy) 100%);
  color: #f4b84a;
  font-size: 1.4375rem;
  box-shadow:
    0 0 0 6px rgba(255, 248, 239, 0.95),
    0 0 0 7px rgba(244, 166, 42, 0.1),
    0 6px 18px rgba(0, 43, 69, 0.14);
  transition: box-shadow 0.3s ease;
}

.tpv-emigrate__card-label {
  display: inline-block;
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 43, 69, 0.55);
}

.tpv-emigrate__card-label::after {
  content: '';
  display: block;
  width: 1.625rem;
  height: 2px;
  margin-top: 0.4375rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tpv-gold), rgba(244, 166, 42, 0.25));
}

.tpv-emigrate__card-title {
  margin: 0 0 0.5rem;
  font-size: 1.1875rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--tpv-navy);
}

.tpv-emigrate__card-desc {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.52;
  color: var(--tpv-text-muted);
}

.tpv-emigrate__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4375rem;
  margin: 0.875rem 0 0;
  padding: 0;
  list-style: none;
}

.tpv-emigrate__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  padding: 0.3125rem 0.5625rem;
  border-radius: 999px;
  background: #fff8ef;
  border: 1px solid rgba(244, 166, 42, 0.24);
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #8f6320;
}

.tpv-emigrate__chip i {
  font-size: 0.5rem;
  color: var(--tpv-gold);
}

.tpv-emigrate__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--tpv-navy) !important;
  text-decoration: none !important;
  transition: color 0.22s ease;
}

.tpv-emigrate__link:hover {
  color: var(--tpv-gold) !important;
}

.tpv-emigrate__link i {
  font-size: 0.6875rem;
  transition: transform 0.22s ease;
}

.tpv-emigrate__card--featured {
  max-width: 46rem;
  padding: 1.5rem 1.625rem 1.375rem;
}

@media (max-width: 639px) {
  .tpv-emigrate__card {
    align-items: center;
    text-align: center;
  }

  .tpv-emigrate__card-label::after {
    margin-left: auto;
    margin-right: auto;
  }

  .tpv-emigrate__chips {
    justify-content: center;
  }

  .tpv-emigrate__link {
    justify-content: center;
    align-self: center;
  }
}

.tpv-emigrate__cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-top: clamp(3rem, 6vw, 4.25rem);
  padding: clamp(1.625rem, 3.5vw, 2.25rem);
  border-radius: 1.75rem;
  background: linear-gradient(135deg, #fff 0%, #fff9f0 48%, #fffdf9 100%);
  border: 1px solid rgba(244, 166, 42, 0.32);
  box-shadow:
    0 4px 8px rgba(0, 43, 69, 0.03),
    0 22px 50px rgba(0, 43, 69, 0.1);
}

.tpv-emigrate__cta-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.5rem;
}

.tpv-emigrate__cta-glow {
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 166, 42, 0.22) 0%, rgba(244, 166, 42, 0) 68%);
}

.tpv-emigrate__cta-shield {
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
  filter: drop-shadow(0 8px 20px rgba(0, 43, 69, 0.12));
}

.tpv-emigrate__cta-shield svg {
  width: 100%;
  height: 100%;
}

.tpv-emigrate__cta-body {
  text-align: center;
}

.tpv-emigrate__cta-title {
  margin: 0;
  font-size: clamp(1.3125rem, 2.6vw, 1.75rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.015em;
  color: var(--tpv-navy);
}

.tpv-emigrate__cta-text {
  margin: 0.75rem 0 0;
  max-width: 36rem;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.6;
  color: var(--tpv-text-muted);
}

.tpv-emigrate__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  max-width: 21rem;
  margin-top: 1.375rem;
  padding: 1rem 1.625rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4a62a 0%, #e89518 100%);
  color: #fff !important;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 10px 30px rgba(244, 166, 42, 0.38);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.tpv-emigrate__cta-btn:hover {
  background: linear-gradient(135deg, #e89518 0%, #d98910 100%);
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(244, 166, 42, 0.45);
}

.tpv-emigrate__cta-micro {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--tpv-text-muted);
  letter-spacing: 0.01em;
}

@media (min-width: 640px) {
  .tpv-emigrate__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (min-width: 768px) {
  .tpv-emigrate__cta {
    grid-template-columns: auto 1fr;
    gap: 2.25rem;
    padding: 2rem 2.5rem;
  }

  .tpv-emigrate__cta-body {
    text-align: left;
  }

  .tpv-emigrate__cta-text {
    margin-left: 0;
    margin-right: 0;
  }

  .tpv-emigrate__cta-btn {
    width: auto;
  }

  .tpv-emigrate__cta-micro {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .tpv-emigrate__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.375rem;
  }

  .tpv-emigrate__featured {
    margin-top: 1.375rem;
  }

  .tpv-emigrate__card--featured {
    max-width: 50rem;
    padding: 1.625rem 2rem 1.5rem;
  }

  .tpv-emigrate__card {
    padding: 1.5rem 1.5rem 1.375rem;
  }
}

/* ============================================================
   TPV — Modal premium (Formas de Emigrar)
   ============================================================ */

body.tpv-modal-active .modal-backdrop.show {
  background-color: rgba(6, 29, 51, 0.55) !important;
  backdrop-filter: blur(6px);
}

.tpv-modal.fade .modal-dialog {
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease;
}

.tpv-modal__dialog {
  width: calc(100% - 1.5rem);
  max-width: 62.5rem;
  margin: 1rem auto;
}

.tpv-modal__content {
  overflow: hidden;
  border: none;
  border-radius: 1.5rem;
  background: #fffdf9;
  box-shadow:
    0 8px 16px rgba(0, 43, 69, 0.06),
    0 32px 64px rgba(0, 43, 69, 0.18);
  font-family: 'Raleway', sans-serif;
}

.tpv-modal__header {
  position: relative;
  padding: 1.75rem 1.5rem 1.375rem;
  background: linear-gradient(145deg, var(--tpv-navy) 0%, #003a5c 100%);
  border-bottom: 3px solid var(--tpv-gold);
}

.tpv-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.tpv-modal__close:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(244, 166, 42, 0.45);
  transform: scale(1.04);
}

.tpv-modal__header-main {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-right: 2.5rem;
}

.tpv-modal__header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: rgba(244, 166, 42, 0.14);
  border: 1px solid rgba(244, 166, 42, 0.28);
  color: var(--tpv-gold);
  font-size: 1.375rem;
  box-shadow: 0 0 0 5px rgba(255, 248, 239, 0.08);
}

.tpv-modal__label {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 166, 42, 0.92);
}

.tpv-modal__title {
  margin: 0.375rem 0 0;
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.tpv-modal__subtitle {
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.tpv-modal__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4375rem;
  margin: 1.125rem 0 0;
  padding: 0;
  list-style: none;
}

.tpv-modal__chip {
  padding: 0.3125rem 0.6875rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(244, 166, 42, 0.28);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
}

.tpv-modal__body {
  padding: 1.5rem 1.25rem 1.625rem;
  background: linear-gradient(180deg, #fffdf9 0%, #fffcf7 100%);
}

.tpv-modal__intro {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 1.125rem 1.125rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(239, 227, 211, 0.95);
  box-shadow: 0 8px 24px rgba(0, 43, 69, 0.05);
}

.tpv-modal__intro-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(244, 166, 42, 0.1);
  border: 1px solid rgba(244, 166, 42, 0.2);
  color: var(--tpv-gold);
  font-size: 1rem;
}

.tpv-modal__intro-text {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.65;
  color: var(--tpv-text-muted);
}

.tpv-modal__intro-text strong {
  color: var(--tpv-navy-text);
  font-weight: 700;
}

.tpv-modal__intro--question {
  flex-direction: column;
  align-items: stretch;
  gap: 0.625rem;
}

.tpv-modal__intro-title {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--tpv-navy);
}

.tpv-modal__intro--question .tpv-modal__intro-text + .tpv-modal__intro-text {
  margin-top: 0.75rem;
}

.tpv-modal__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
  margin-top: 1.5rem;
}

.tpv-modal__feature {
  padding: 1.125rem 1.125rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(0, 43, 69, 0.07);
  box-shadow: 0 8px 22px rgba(0, 43, 69, 0.05);
}

.tpv-modal__feature-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.tpv-modal__feature-num {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--tpv-gold);
}

.tpv-modal__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--tpv-navy);
  color: var(--tpv-gold);
  font-size: 0.9375rem;
}

.tpv-modal__feature-title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--tpv-navy);
}

.tpv-modal__feature-text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.58;
  color: var(--tpv-text-muted);
}

.tpv-modal__feature-text strong {
  color: var(--tpv-navy-text);
  font-weight: 700;
}

.tpv-modal__highlight {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  margin-top: 1.5rem;
  padding: 1.125rem 1.125rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(0, 43, 69, 0.04) 0%, rgba(244, 166, 42, 0.08) 100%);
  border: 1px solid rgba(244, 166, 42, 0.28);
}

.tpv-modal__highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--tpv-navy);
  color: var(--tpv-gold);
  font-size: 1.0625rem;
}

.tpv-modal__highlight-title {
  margin: 0 0 0.375rem;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--tpv-navy);
}

.tpv-modal__highlight-text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.58;
  color: var(--tpv-text-muted);
}

.tpv-modal__section--flush {
  margin-top: 1.25rem;
  padding-top: 0;
  border-top: none;
}

.tpv-modal__closing {
  margin: 1.25rem 0 0;
  padding: 1rem 1.125rem;
  border-radius: 0.875rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 43, 69, 0.06);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--tpv-text-muted);
}

.tpv-modal__accordion {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 1rem;
}

.tpv-modal__accordion-heading {
  margin: 0;
}

.tpv-modal__accordion-trigger {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(0, 43, 69, 0.08);
  border-radius: 0.875rem;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 43, 69, 0.04);
  font-family: 'Raleway', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  color: var(--tpv-navy-text);
  cursor: pointer;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.tpv-modal__accordion-trigger:hover,
.tpv-modal__accordion-item.is-open .tpv-modal__accordion-trigger {
  border-color: rgba(244, 166, 42, 0.35);
  box-shadow: 0 8px 22px rgba(0, 43, 69, 0.07);
}

.tpv-modal__accordion-item.is-open .tpv-modal__accordion-trigger {
  background: linear-gradient(135deg, #fff 0%, #fffaf3 100%);
}

.tpv-modal__accordion-star {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(244, 166, 42, 0.12);
  color: var(--tpv-gold);
  font-size: 0.625rem;
}

.tpv-modal__accordion-label {
  flex: 1;
  min-width: 0;
}

.tpv-modal__accordion-chevron {
  position: relative;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
}

.tpv-modal__accordion-chevron::before,
.tpv-modal__accordion-chevron::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 2px;
  border-radius: 1px;
  background: var(--tpv-gold);
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease;
}

.tpv-modal__accordion-chevron::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.tpv-modal__accordion-item.is-open .tpv-modal__accordion-chevron::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.tpv-modal__accordion-panel {
  padding: 0 0.25rem 0.25rem;
}

.tpv-modal__accordion-panel p {
  margin: 0.5rem 0 0;
  padding: 0.875rem 1rem 0.875rem 2.75rem;
  border-radius: 0 0 0.75rem 0.75rem;
  background: rgba(255, 248, 239, 0.55);
  border: 1px solid rgba(244, 166, 42, 0.14);
  border-top: none;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--tpv-text-muted);
}

.tpv-modal__section {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 43, 69, 0.07);
}

.tpv-modal__section-title {
  margin: 0 0 0.625rem;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--tpv-navy);
}

.tpv-modal__section-lead {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--tpv-text-muted);
}

.tpv-modal__checklist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tpv-modal__check-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0.875rem;
  border-radius: 0.875rem;
  background: #fff;
  border: 1px solid rgba(0, 43, 69, 0.07);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--tpv-navy-text);
}

.tpv-modal__check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  margin-top: 0.125rem;
  border-radius: 50%;
  background: rgba(244, 166, 42, 0.12);
  color: var(--tpv-gold);
  font-size: 0.5625rem;
}

.tpv-modal__info-card {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 1.125rem 1.125rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(0, 43, 69, 0.08);
  box-shadow: 0 8px 22px rgba(0, 43, 69, 0.05);
}

.tpv-modal__info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--tpv-navy);
  color: var(--tpv-gold);
  font-size: 1rem;
}

.tpv-modal__info-text {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--tpv-text-muted);
}

.tpv-modal__info-text strong {
  color: var(--tpv-navy);
  font-weight: 700;
}

.tpv-modal__alert {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  margin-top: 1.5rem;
  padding: 1.125rem 1.125rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #fff8ef 0%, #fffdf9 100%);
  border: 1px solid rgba(244, 166, 42, 0.35);
  box-shadow: 0 6px 20px rgba(244, 166, 42, 0.08);
}

.tpv-modal__alert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(244, 166, 42, 0.14);
  color: var(--tpv-gold);
  font-size: 1.0625rem;
}

.tpv-modal__alert-title {
  margin: 0 0 0.25rem;
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--tpv-navy);
}

.tpv-modal__alert-text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--tpv-text-muted);
}

.tpv-modal__alert-text strong {
  color: var(--tpv-navy);
  font-weight: 800;
}

.tpv-modal__cta {
  margin-top: 1.625rem;
  padding: 1.375rem 1.25rem;
  border-radius: 1.125rem;
  background: #fff;
  border: 1px solid rgba(244, 166, 42, 0.22);
  box-shadow: 0 10px 28px rgba(0, 43, 69, 0.06);
  text-align: center;
}

.tpv-modal__cta-title {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--tpv-navy);
}

.tpv-modal__cta-text {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--tpv-text-muted);
}

.tpv-modal__cta-actions {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 1.125rem;
}

.tpv-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.875rem 1.25rem;
  border-radius: 999px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tpv-modal__btn--primary {
  background: linear-gradient(135deg, #f4a62a 0%, #e89518 100%);
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(244, 166, 42, 0.32);
}

.tpv-modal__btn--primary:hover {
  background: linear-gradient(135deg, #e89518 0%, #d98910 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(244, 166, 42, 0.38);
}

.tpv-modal__btn--secondary {
  background: transparent;
  border: 1px solid rgba(0, 43, 69, 0.14);
  color: var(--tpv-text-muted) !important;
}

.tpv-modal__btn--secondary:hover {
  border-color: rgba(0, 43, 69, 0.24);
  color: var(--tpv-navy) !important;
  background: rgba(0, 43, 69, 0.03);
}

@media (min-width: 640px) {
  .tpv-modal__body {
    padding: 1.75rem 1.75rem 1.875rem;
  }

  .tpv-modal__header {
    padding: 2rem 2rem 1.5rem;
  }

  .tpv-modal__checklist {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .tpv-modal__features {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

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

  .tpv-modal__cta {
    padding: 1.5rem 1.75rem;
    text-align: left;
  }

  .tpv-modal__cta-actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .tpv-modal__btn {
    width: auto;
  }

  .tpv-modal__btn--primary {
    flex: 1 1 auto;
    min-width: 14rem;
  }
}

@media (min-width: 768px) {
  .tpv-modal__dialog {
    margin: 1.75rem auto;
  }
}

/* ============================================================
   TPV — Servicios page (servicios.html)
   ============================================================ */

.tpv-servicios {
  font-family: 'Raleway', sans-serif;
  background: linear-gradient(180deg, #fffdf9 0%, #fffcf7 42%, #fffdf9 100%);
  padding: clamp(2.25rem, 5vw, 3.5rem) 0 clamp(3.5rem, 6vw, 5rem);
}

.tpv-servicios__wrapper {
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2rem);
}

.tpv-servicios__hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 3.5vw, 2.5rem);
  align-items: center;
  margin-bottom: clamp(2.25rem, 5vw, 3.25rem);
  padding: clamp(1.25rem, 2.5vw, 1.75rem) 0;
}

.tpv-servicios__hero-content {
  max-width: 36rem;
}

.tpv-servicios__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d99a32;
}

.tpv-servicios__eyebrow-line {
  display: block;
  width: 1.75rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 166, 42, 0.75));
}

.tpv-servicios__eyebrow-line:last-child {
  background: linear-gradient(90deg, rgba(244, 166, 42, 0.75), transparent);
}

.tpv-servicios__title {
  margin: 1rem 0 0;
  font-size: clamp(1.875rem, 4.2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.025em;
  color: var(--tpv-navy);
}

.tpv-servicios__desc {
  margin: 1rem 0 0;
  max-width: 32rem;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.65;
  color: var(--tpv-text-muted);
}

.tpv-servicios__hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.125rem 0 0;
  padding: 0;
  list-style: none;
}

.tpv-servicios__hero-benefit {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.6875rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 43, 69, 0.08);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
  color: rgba(0, 43, 69, 0.82);
}

.tpv-servicios__hero-benefit i {
  font-size: 0.5625rem;
  color: var(--tpv-gold);
}

.tpv-servicios__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 1.375rem;
  padding: 0.9375rem 1.625rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4a62a 0%, #e89518 100%);
  color: #fff !important;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(244, 166, 42, 0.34);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.tpv-servicios__btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #e89518 0%, #d98910 100%);
  box-shadow: 0 14px 34px rgba(244, 166, 42, 0.42);
}

.tpv-servicios__hero-visual {
  margin: 0 auto;
  width: min(100%, 20rem);
}

.tpv-servicios__hero-frame {
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(0, 43, 69, 0.06);
  background: #fff;
  box-shadow:
    0 4px 12px rgba(0, 43, 69, 0.04),
    0 20px 44px rgba(0, 43, 69, 0.1);
}

.tpv-servicios__hero-img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 6;
  max-height: 24rem;
  object-fit: cover;
  object-position: 42% 38%;
}

.tpv-servicios__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.tpv-servicios__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 43, 69, 0.06);
  border-radius: 1.75rem;
  box-shadow:
    0 2px 6px rgba(0, 43, 69, 0.025),
    0 14px 36px rgba(0, 43, 69, 0.055);
  transition:
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.34s ease,
    box-shadow 0.34s ease;
}

.tpv-servicios__card:hover {
  transform: translateY(-5px);
  border-color: rgba(244, 166, 42, 0.2);
  box-shadow:
    0 6px 14px rgba(0, 43, 69, 0.035),
    0 26px 56px rgba(0, 43, 69, 0.11);
}

.tpv-servicios__card-media {
  position: relative;
  flex-shrink: 0;
  height: 13.75rem;
  overflow: hidden;
  background: linear-gradient(180deg, #f8f4ee 0%, #f0ebe3 100%);
}

.tpv-servicios__card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 252, 247, 0.04) 0%,
    rgba(0, 43, 69, 0.03) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.tpv-servicios__card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(1.03) contrast(1.05) saturate(0.9);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

#servicio-visados .tpv-servicios__card-img {
  object-position: 52% 48%;
}

#servicio-residencias .tpv-servicios__card-img {
  object-position: center 52%;
}

#servicio-asilo .tpv-servicios__card-img {
  object-position: 48% 38%;
}

#servicio-nacionalidad .tpv-servicios__card-img {
  object-position: 42% 50%;
}

.tpv-servicios__card:hover .tpv-servicios__card-img {
  transform: scale(1.025);
  filter: brightness(1.05) contrast(1.06) saturate(0.94);
}

.tpv-servicios__card-media-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.08) 0%, transparent 38%),
    linear-gradient(180deg, transparent 58%, rgba(0, 43, 69, 0.1) 100%);
  pointer-events: none;
}

.tpv-servicios__card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2rem 2rem 1.75rem;
}

.tpv-servicios__card-badge {
  display: inline-block;
  margin: 0 0 0.875rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 43, 69, 0.45);
}

.tpv-servicios__card-badge::after {
  content: '';
  display: block;
  width: 1.625rem;
  height: 2px;
  margin-top: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tpv-gold), rgba(244, 166, 42, 0.15));
}

.tpv-servicios__card-title {
  margin: 0;
  font-size: clamp(1.25rem, 2.2vw, 1.4375rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.018em;
  color: var(--tpv-navy);
}

.tpv-servicios__card-desc {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.64;
  color: var(--tpv-text-muted);
}

.tpv-servicios__card-points {
  margin: 1.125rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5625rem;
}

.tpv-servicios__card-points li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(0, 43, 69, 0.76);
}

.tpv-servicios__card-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: var(--tpv-gold);
  box-shadow: 0 0 0 2px rgba(244, 166, 42, 0.15);
}

.tpv-servicios__card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1.375rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--tpv-navy) !important;
  text-decoration: none !important;
  transition: color 0.24s ease, gap 0.24s ease;
}

.tpv-servicios__card-link:hover {
  color: var(--tpv-gold) !important;
  gap: 0.625rem;
}

.tpv-servicios__card-link i {
  font-size: 0.6875rem;
  transition: transform 0.24s ease;
}

.tpv-servicios__card:hover .tpv-servicios__card-link i {
  transform: translateX(3px);
}

.tpv-servicios__more {
  margin-top: clamp(2.75rem, 5vw, 3.75rem);
  padding-top: clamp(2rem, 4vw, 2.75rem);
  border-top: 1px solid rgba(0, 43, 69, 0.07);
  text-align: center;
}

.tpv-servicios__more-title {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0, 43, 69, 0.5);
}

.tpv-servicios__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 1.125rem 0 0;
  padding: 0;
  list-style: none;
}

.tpv-servicios__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.4375rem 0.875rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 43, 69, 0.1);
  background: rgba(255, 255, 255, 0.8);
  color: rgba(0, 43, 69, 0.82) !important;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none !important;
  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}

.tpv-servicios__chip:hover {
  border-color: rgba(244, 166, 42, 0.35);
  background: #fff8ef;
  color: var(--tpv-navy) !important;
}

.tpv-servicios__cta {
  margin-top: clamp(3rem, 6vw, 4.25rem);
  padding: clamp(2rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 1.5rem;
  background: linear-gradient(145deg, #003a5c 0%, var(--tpv-navy) 100%);
  box-shadow: 0 22px 54px rgba(0, 43, 69, 0.22);
}

.tpv-servicios__cta-body {
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
}

.tpv-servicios__cta-title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}

.tpv-servicios__cta-text {
  margin: 0.875rem 0 0;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.tpv-servicios__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 1.5rem;
  padding: 0.9375rem 1.625rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4a62a 0%, #e89518 100%);
  color: #fff !important;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(244, 166, 42, 0.32);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.tpv-servicios__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(244, 166, 42, 0.4);
}

.tpv-servicios__cta-micro {
  margin: 1rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.55);
}

.tpv-servicios__faq {
  margin-top: clamp(3rem, 6vw, 4.5rem);
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid rgba(0, 43, 69, 0.06);
}

.tpv-servicios__faq .tpv-faq__wrapper {
  max-width: 53.125rem;
  margin: 0 auto;
}

@media (max-width: 639px) {
  .tpv-servicios__hero-content {
    text-align: center;
    margin: 0 auto;
  }

  .tpv-servicios__eyebrow {
    justify-content: center;
  }

  .tpv-servicios__desc {
    margin-left: auto;
    margin-right: auto;
  }

  .tpv-servicios__hero-benefits {
    justify-content: center;
  }

  .tpv-servicios__btn {
    width: 100%;
    max-width: 20rem;
  }

  .tpv-servicios__hero-visual {
    width: 100%;
    max-width: 22rem;
  }

  .tpv-servicios__hero-frame {
    border-radius: 1.375rem;
  }

  .tpv-servicios__hero-img {
    max-height: none;
    aspect-ratio: 4 / 5;
    object-position: 44% 36%;
  }

  .tpv-servicios__card-media {
    height: clamp(11.5rem, 34vw, 13.75rem);
  }

  .tpv-servicios__card-body {
    padding: 1.5rem 1.375rem 1.375rem;
  }

  .tpv-servicios__card {
    align-items: stretch;
    text-align: left;
  }

  .tpv-servicios__card-badge::after {
    margin-left: 0;
  }

  .tpv-servicios__card-points li {
    padding-left: 1.125rem;
  }

  .tpv-servicios__card-points li::before {
    display: block;
  }

  .tpv-servicios__card-link {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .tpv-servicios__hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(2rem, 4vw, 3.25rem);
  }

  .tpv-servicios__hero-visual {
    margin: 0 0 0 auto;
    width: min(100%, 21rem);
  }

  .tpv-servicios__hero-frame {
    border-radius: 2rem;
  }

  .tpv-servicios__hero-img {
    max-height: 26rem;
    object-position: 40% 36%;
  }
}

@media (min-width: 900px) {
  .tpv-servicios__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.625rem;
  }

  .tpv-servicios__card-media {
    height: 14rem;
  }
}

/* ============================================================
   TPV — Contacto page (contactos.html)
   ============================================================ */

.tpv-contact-page {
  font-family: 'Raleway', sans-serif;
  background: linear-gradient(180deg, #fffdf9 0%, #fffcf7 48%, #fffdf9 100%);
  padding: clamp(2.25rem, 5vw, 3.5rem) 0 clamp(3.5rem, 6vw, 5rem);
}

.tpv-contact-page__wrapper {
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2rem);
}

.tpv-contact-page__hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 3.5vw, 2.5rem);
  align-items: center;
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.tpv-contact-page__hero-content {
  max-width: 36rem;
}

.tpv-contact-page__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d99a32;
}

.tpv-contact-page__eyebrow-line {
  display: block;
  width: 1.75rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 166, 42, 0.75));
}

.tpv-contact-page__eyebrow-line:last-child {
  background: linear-gradient(90deg, rgba(244, 166, 42, 0.75), transparent);
}

.tpv-contact-page__title {
  margin: 1rem 0 0;
  font-size: clamp(1.875rem, 4.2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.025em;
  color: var(--tpv-navy);
}

.tpv-contact-page__desc {
  margin: 1rem 0 0;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.65;
  color: var(--tpv-text-muted);
}

.tpv-contact-page__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.125rem 0 0;
  padding: 0;
  list-style: none;
}

.tpv-contact-page__benefits li {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.6875rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 43, 69, 0.08);
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(0, 43, 69, 0.82);
}

.tpv-contact-page__benefits i {
  font-size: 0.5625rem;
  color: var(--tpv-gold);
}

.tpv-contact-page__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.tpv-contact-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.tpv-contact-page__btn--primary {
  background: linear-gradient(135deg, #f4a62a 0%, #e89518 100%);
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(244, 166, 42, 0.34);
}

.tpv-contact-page__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(244, 166, 42, 0.42);
}

.tpv-contact-page__btn--secondary {
  background: #fff;
  color: var(--tpv-navy) !important;
  border: 1px solid rgba(0, 43, 69, 0.12);
  box-shadow: 0 8px 22px rgba(0, 43, 69, 0.06);
}

.tpv-contact-page__btn--secondary:hover {
  border-color: rgba(244, 166, 42, 0.35);
  transform: translateY(-2px);
}

.tpv-contact-page__hero-card {
  padding: 1.5rem 1.625rem;
  border-radius: 1.5rem;
  background: linear-gradient(145deg, #003a5c 0%, var(--tpv-navy) 100%);
  box-shadow: 0 22px 50px rgba(0, 43, 69, 0.18);
}

.tpv-contact-page__hero-card-label {
  margin: 0 0 1.125rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.tpv-contact-page__hero-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

.tpv-contact-page__hero-card-list li {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.tpv-contact-page__hero-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.625rem;
  background: rgba(244, 166, 42, 0.15);
  color: var(--tpv-gold);
  font-size: 0.9375rem;
  line-height: 1;
}

.tpv-contact-page__hero-card-icon i {
  display: block;
  line-height: 1;
}

.tpv-contact-page__hero-card-list strong {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.tpv-contact-page__hero-card-list a,
.tpv-contact-page__hero-card-list li > span:not(.tpv-contact-page__hero-card-icon) {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}

.tpv-contact-page__hero-card-list a {
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.tpv-contact-page__hero-card-list a:hover {
  color: var(--tpv-gold);
}

.tpv-contact-page__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.tpv-contact-page__channels-title,
.tpv-contact-page__form-title,
.tpv-contact-page__map-title {
  margin: 0;
  font-size: clamp(1.375rem, 2.6vw, 1.75rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--tpv-navy);
}

.tpv-contact-page__channels-desc,
.tpv-contact-page__form-desc,
.tpv-contact-page__map-desc {
  margin: 0.625rem 0 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.62;
  color: var(--tpv-text-muted);
}

.tpv-contact-page__channel-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.tpv-contact-page__channel-card {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1rem 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  border: 1px solid rgba(0, 43, 69, 0.07);
  box-shadow: 0 10px 28px rgba(0, 43, 69, 0.05);
  text-decoration: none !important;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.tpv-contact-page__channel-card:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 166, 42, 0.25);
  box-shadow: 0 16px 38px rgba(0, 43, 69, 0.09);
}

.tpv-contact-page__channel-card--static {
  cursor: default;
}

.tpv-contact-page__channel-card--static:hover {
  transform: none;
}

.tpv-contact-page__channel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: #fff8ef;
  border: 1px solid rgba(244, 166, 42, 0.2);
  color: var(--tpv-gold);
  font-size: 1rem;
  line-height: 1;
}

.tpv-contact-page__channel-icon i {
  display: block;
  line-height: 1;
}

.tpv-contact-page__channel-body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.tpv-contact-page__channel-body strong {
  font-size: 0.875rem;
  font-weight: 800;
  color: var(--tpv-navy);
}

.tpv-contact-page__channel-body span {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--tpv-text-muted);
}

.tpv-contact-page__form-card {
  margin-top: 1.25rem;
  padding: clamp(1.375rem, 2.8vw, 2rem) !important;
  border-radius: 1.5rem !important;
}

.tpv-contact-page__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

.tpv-contact-page__consent input {
  flex-shrink: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-top: 0.2rem;
  accent-color: var(--tpv-gold);
}

.tpv-contact-page__consent label {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--tpv-text-muted);
  cursor: pointer;
}

.tpv-contact-page__actions {
  margin-top: 0.5rem !important;
}

.tpv-contact-page__submit {
  width: 100%;
  background: linear-gradient(135deg, #f4a62a 0%, #e89518 100%) !important;
  box-shadow: 0 10px 28px rgba(244, 166, 42, 0.34) !important;
}

.tpv-contact-page__submit:hover:not(:disabled) {
  background: linear-gradient(135deg, #e89518 0%, #d98910 100%) !important;
  box-shadow: 0 14px 34px rgba(244, 166, 42, 0.42) !important;
}

.tpv-contact-page__map {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.tpv-contact-page__map-card {
  margin-top: 1.25rem;
  padding: 1.25rem;
  border-radius: 1.5rem;
  background: #fff;
  border: 1px solid rgba(0, 43, 69, 0.07);
  box-shadow: 0 14px 40px rgba(0, 43, 69, 0.07);
}

.tpv-contact-page__map-address {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(0, 43, 69, 0.78);
}

.tpv-contact-page__map-address i {
  margin-top: 0.15rem;
  color: var(--tpv-gold);
}

.tpv-contact-page__map-shell {
  overflow: hidden;
  border-radius: 1.125rem;
  height: clamp(20rem, 42vw, 28rem);
  background: #f0ebe3;
}

.tpv-contact-page__map-shell iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.tpv-contact-page__map-foot {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.tpv-contact-page__map-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 43, 69, 0.1);
  background: #fff;
  color: var(--tpv-navy) !important;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.tpv-contact-page__map-btn:hover {
  border-color: rgba(244, 166, 42, 0.35);
  color: var(--tpv-gold) !important;
  transform: translateY(-1px);
}

.tpv-contact-page__cta {
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding: clamp(2rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 1.5rem;
  background: linear-gradient(145deg, #003a5c 0%, var(--tpv-navy) 100%);
  box-shadow: 0 22px 54px rgba(0, 43, 69, 0.22);
}

.tpv-contact-page__cta-body {
  max-width: 38rem;
  margin: 0 auto;
  text-align: center;
}

.tpv-contact-page__cta-title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.tpv-contact-page__cta-text {
  margin: 0.875rem 0 0;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.tpv-contact-page__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 1.5rem;
  padding: 0.9375rem 1.625rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4a62a 0%, #e89518 100%);
  color: #fff !important;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(244, 166, 42, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tpv-contact-page__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(244, 166, 42, 0.4);
}

.tpv-contact-page__cta-micro {
  margin: 1rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
}

.tpv-contact-page__legal {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 43, 69, 0.08);
  background: rgba(255, 255, 255, 0.75);
  overflow: hidden;
}

.tpv-contact-page__legal-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.125rem 1.25rem;
  cursor: pointer;
  list-style: none;
}

.tpv-contact-page__legal-summary::-webkit-details-marker {
  display: none;
}

.tpv-contact-page__legal-summary-text {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.tpv-contact-page__legal-summary-text strong {
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--tpv-navy);
}

.tpv-contact-page__legal-summary-text span {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--tpv-text-muted);
}

.tpv-contact-page__legal-chevron {
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid var(--tpv-navy);
  border-bottom: 2px solid var(--tpv-navy);
  transform: rotate(45deg);
  transition: transform 0.22s ease;
  opacity: 0.55;
}

.tpv-contact-page__legal[open] .tpv-contact-page__legal-chevron {
  transform: rotate(225deg);
  margin-top: 0.25rem;
}

.tpv-contact-page__legal-body {
  padding: 0 1.25rem 1.25rem;
  border-top: 1px solid rgba(0, 43, 69, 0.06);
}

.tpv-contact-page__legal-body p,
.tpv-contact-page__legal-body h3 {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
  color: var(--tpv-text-muted);
}

.tpv-contact-page__legal-body h3 {
  margin: 1.25rem 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 800;
  color: var(--tpv-navy);
}

.tpv-contact-page__legal-body a {
  color: var(--tpv-navy);
  font-weight: 600;
}

@media (max-width: 639px) {
  .tpv-contact-page__hero-content {
    text-align: center;
    margin: 0 auto;
  }

  .tpv-contact-page__eyebrow {
    justify-content: center;
  }

  .tpv-contact-page__benefits {
    justify-content: center;
  }

  .tpv-contact-page__hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tpv-contact-page__btn {
    width: 100%;
  }

  .tpv-contact-page__channel-grid {
    gap: 0.625rem;
  }
}

@media (min-width: 768px) {
  .tpv-contact-page__hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: clamp(2rem, 4vw, 3rem);
  }

  .tpv-contact-page__main {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 2rem;
    align-items: start;
  }

  .tpv-contact-page__submit {
    width: auto;
    min-width: 14rem;
  }
}

@media (min-width: 992px) {
  .tpv-contact-page__channel-grid {
    grid-template-columns: 1fr;
  }
}
