/* font-size: clamp(2.9rem, 3.5vw, 5rem); */
:root {
  --ink: #17323c;
  --ink-2: #48555c;
  --teal: #78b5b5;
  --teal-strong: #438f90;
  --teal-soft: #dff0ee;
  --mint: #edf7f4;
  --paper: #ffffff;
  --canvas: #f7f8f6;
  --warm: #f3eee6;
  --line: #dce4e2;
  --muted: #66777d;
  --accent: #f2b75b;
  --accent-soft: #fff1d8;
  --danger: #b84a4a;
  --success: #23785f;
  --shadow-sm: 0 8px 28px rgba(23, 50, 60, 0.08);
  --shadow-lg: 0 28px 80px rgba(23, 50, 60, 0.16);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1240px;
}

/* Campus de formación para cuidadores */
.training-catalog-page {
  background: var(--canvas);
}

.training-catalog-hero {
  padding: clamp(58px, 8vw, 112px) 0;
  background:
    radial-gradient(circle at 84% 16%, rgb(120 181 181 / 0.3), transparent 26%),
    linear-gradient(135deg, var(--mint), #fff 70%);
}

.training-catalog-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.65fr);
  align-items: center;
  gap: clamp(36px, 7vw, 100px);
}

.training-catalog-hero h1 {
  max-width: 850px;
  margin: 12px 0 24px;
  font-size: clamp(3rem, 6vw, 6.3rem);
  line-height: 0.94;
}

.training-catalog-hero__grid > div > p {
  max-width: 760px;
  color: var(--ink-2);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.65;
}

.training-catalog-hero__note {
  padding: clamp(28px, 4vw, 46px);
  border-radius: var(--radius-lg);
  color: #fff;
  background: var(--ink);
  box-shadow: var(--shadow-lg);
}

.training-catalog-hero__note strong {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
}

.training-catalog-hero__note p {
  color: rgb(255 255 255 / 0.76);
  line-height: 1.6;
}

.training-catalog-hero__note small {
  display: block;
  margin-top: 24px;
  color: var(--teal);
  font-weight: 750;
}

.training-catalog-list {
  padding-top: clamp(60px, 8vw, 110px);
  padding-bottom: clamp(70px, 9vw, 130px);
}

.training-course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}

.training-course-card {
  display: flex;
  min-height: 350px;
  padding: clamp(28px, 3vw, 40px);
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.training-course-card__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.training-course-card__meta > span {
  color: var(--teal-strong);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.training-course-card__meta > strong {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--mint);
  font-size: 0.72rem;
  line-height: 1.2;
  text-align: center;
}

.training-course-card h3 {
  margin: 54px 0 16px;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  line-height: 1.05;
}

.training-course-card p {
  color: var(--muted);
  line-height: 1.65;
}

.training-course-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.training-course-empty {
  grid-column: 1 / -1;
  padding: 46px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: #fff;
  text-align: center;
}

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

  .training-course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .training-catalog-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.3rem);
  }

  .training-course-grid {
    grid-template-columns: 1fr;
  }

  .training-course-card {
    min-height: 320px;
  }

  .training-course-card__meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Catálogo B2C de productos de apoyo por categoría y ubicación */
.rental-catalog-page {
  background: #f7f9f8;
}

.rental-catalog-hero,
.rental-results-hero {
  padding: clamp(48px, 7vw, 88px) 0;
  background:
    radial-gradient(circle at 85% 18%, rgb(120 181 181 / 0.22), transparent 25%),
    linear-gradient(135deg, var(--mint), #fff 68%);
}

.rental-catalog-hero__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: clamp(42px, 7vw, 100px);
}

.rental-catalog-hero h1,
.rental-results-hero h1 {
  max-width: 980px;
  font-size: clamp(2.7rem, 5vw, 5.6rem);
}

.rental-location-selector {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid #d9e3e1;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgb(23 50 60 / 0.1);
}

.rental-location-selector h2 {
  margin: 5px 0 24px;
  font-size: clamp(1.5rem, 2.5vw, 2.35rem);
}

.rental-location-selector__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.rental-location-selector label,
.rental-results-toolbar label {
  display: grid;
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 800;
  gap: 7px;
}

.rental-location-selector select,
.rental-results-toolbar select {
  width: 100%;
  min-height: 52px;
  padding: 0 45px 0 15px;
  border: 1px solid #cad8d5;
  border-radius: 12px;
  background-color: #fff;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 650;
}

.rental-location-selector > p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.rental-location-selector > p.is-ready {
  color: var(--teal-strong);
  font-weight: 750;
}

.rental-location-selector > p.is-error {
  color: #b42318;
}

.rental-category-section {
  padding: clamp(65px, 8vw, 110px) 0;
}

.rental-results-section {
  padding: clamp(30px, 4vw, 56px) 0 clamp(65px, 8vw, 110px);
}

.rental-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rental-category-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #dce5e3;
  border-radius: 20px;
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.rental-category-card:hover {
  border-color: var(--teal-strong);
  box-shadow: 0 16px 44px rgb(23 50 60 / 0.1);
}

.rental-category-card.needs-location:hover {
  border-color: #d9b36c;
}

.rental-category-card__media {
  position: relative;
  display: grid;
  min-height: 245px;
  height: 245px;
  overflow: hidden;
  flex: 0 0 245px;
  place-items: center;
  background: #fff;
}

.rental-category-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.rental-category-card:hover .rental-category-card__media img {
  transform: scale(1.025);
}

.rental-category-card__media > span {
  display: grid;
  width: 82px;
  height: 82px;
  border-radius: 24px;
  background: var(--teal-soft);
  color: var(--teal-strong);
  font-size: 2.4rem;
  font-weight: 850;
  place-items: center;
}

.rental-category-card__body {
  display: flex;
  min-height: 205px;
  padding: 22px;
  flex-direction: column;
  border-top: 1px solid #edf2f1;
}

.rental-category-card__body > span {
  color: var(--teal-strong);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rental-category-card__body h3 {
  margin: 10px 0 4px;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.rental-category-card__body p {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.76rem;
}

.rental-category-card__body strong {
  margin-top: auto;
  font-size: 0.8rem;
}

.rental-results-hero {
  padding: clamp(38px, 5vw, 62px) 0;
}

.rental-results-hero .breadcrumbs {
  margin-bottom: 28px;
}

.rental-results-toolbar {
  display: block;
  padding: clamp(16px, 2.4vw, 24px);
  border: 1px solid #d9e3e1;
  border-radius: 18px;
  background: #fff;
}

.rental-results-toolbar .button {
  min-height: 52px;
}

.rental-pharmacy-picker {
  min-width: 0;
}

.rental-pharmacy-picker[hidden] {
  display: none !important;
}

.rental-pharmacy-picker__heading {
  display: flex;
  margin-bottom: 10px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.rental-pharmacy-picker__heading > div:first-child {
  display: grid;
  gap: 1px;
}

.rental-pharmacy-picker__heading span {
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 800;
}

.rental-pharmacy-picker__heading small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 650;
}

.rental-pharmacy-picker__navigation {
  display: flex;
  gap: 6px;
}

.rental-pharmacy-picker__navigation button {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #cbd8d6;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  place-items: center;
}

.rental-pharmacy-picker__navigation button:hover:not(:disabled) {
  border-color: var(--teal-strong);
  background: var(--teal-soft);
}

.rental-pharmacy-picker__navigation button:disabled {
  cursor: default;
  opacity: 0.3;
}

.rental-pharmacy-picker__viewport {
  overflow-x: auto;
  padding: 1px 1px 11px;
  scroll-behavior: smooth;
  scrollbar-color: var(--teal-strong) var(--teal-soft);
  scrollbar-width: thin;
}

.rental-pharmacy-picker__viewport::-webkit-scrollbar {
  height: 7px;
}

.rental-pharmacy-picker__viewport::-webkit-scrollbar-track {
  border-radius: 999px;
  background: var(--teal-soft);
}

.rental-pharmacy-picker__viewport::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--teal-strong);
}

.rental-pharmacy-picker__track {
  display: flex;
  gap: 8px;
}

.rental-pharmacy-picker__track > button {
  position: relative;
  display: grid;
  min-width: clamp(210px, 24vw, 285px);
  min-height: 64px;
  padding: 10px 46px 10px 13px;
  flex: 0 0 auto;
  border: 1px solid #d6e0de;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  text-align: left;
}

.rental-pharmacy-picker__track > button strong,
.rental-pharmacy-picker__track > button small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rental-pharmacy-picker__track > button strong {
  font-size: 0.72rem;
}

.rental-pharmacy-picker__track > button small {
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 700;
}

.rental-pharmacy-picker__track > button > span {
  position: absolute;
  top: 50%;
  right: 10px;
  display: grid;
  min-width: 29px;
  height: 29px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--teal-soft);
  color: var(--ink);
  font-size: 0.58rem;
  font-weight: 850;
  transform: translateY(-50%);
  place-items: center;
}

.rental-pharmacy-picker__track > button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.rental-pharmacy-picker__track > button.is-active small {
  color: rgb(255 255 255 / 0.65);
}

.rental-pharmacy-picker__track > button.is-active > span {
  background: rgb(255 255 255 / 0.14);
  color: #fff;
}

.rental-results-toolbar__actions {
  display: flex;
  padding-top: 16px;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #edf2f1;
  gap: 18px;
}

.rental-results-toolbar.is-proximity-active .rental-results-toolbar__actions {
  padding-top: 0;
  border-top: 0;
}

.rental-results-toolbar__actions .button {
  display: inline-flex;
  min-width: 235px;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.rental-results-toolbar__actions .button.is-active {
  background: var(--teal-strong);
  box-shadow: inset 0 0 0 2px rgb(255 255 255 / 0.34);
}

.rental-results-toolbar .text-link {
  padding: 12px 4px;
  white-space: nowrap;
}

.rental-results-summary {
  display: flex;
  min-height: 56px;
  padding: 14px 2px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.rental-results-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.rental-results-summary [data-rental-geolocation-status] {
  color: var(--teal-strong);
  font-weight: 750;
  text-align: right;
}

.rental-location-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-product-card.rental-location-product-card {
  background: #fff;
  border-color: #dfe5e4;
}

.home-product-card.rental-location-product-card:hover {
  box-shadow: 0 15px 45px rgb(23 50 60 / 0.09);
}

.home-product-card.rental-location-product-card[hidden] {
  display: none !important;
}

.rental-location-product-card .home-product-card__media {
  position: relative;
  flex: 0 0 clamp(230px, 22vw, 285px);
}

.rental-location-product-card .home-product-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rental-location-product-card__pharmacy {
  min-height: 128px;
  padding: 13px 0 15px;
  margin-bottom: 14px;
  border-top: 1px solid #edf2f1;
}

.rental-location-product-card__pharmacy > strong,
.rental-location-product-card__pharmacy > small {
  display: block;
}

.rental-location-product-card__pharmacy > strong {
  font-size: 0.82rem;
}

.rental-location-product-card__pharmacy > small {
  margin: 2px 0 8px;
  color: var(--teal-strong);
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.rental-location-product-card__environment {
  display: flex;
  height: 38px;
  margin: 5px 0 8px;
  align-items: center;
}

.rental-location-product-card__environment img {
  width: auto;
  max-width: 124px;
  height: 32px;
  object-fit: contain;
  object-position: left center;
}

.rental-location-product-card__pharmacy address {
  color: var(--muted);
  font-size: 0.7rem;
  font-style: normal;
  line-height: 1.45;
}

.rental-location-product-card__pharmacy [data-distance-label] {
  display: inline-flex;
  padding: 4px 8px;
  margin-top: 9px;
  border-radius: 999px;
  background: var(--teal-soft);
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 800;
}

.rental-location-product-card__action {
  display: flex;
  min-height: 44px;
  padding: 10px 14px !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
}

.rental-location-product-card__action:hover {
  background: var(--teal-strong);
}

.rental-catalog-empty {
  padding: clamp(35px, 6vw, 70px);
  border: 1px solid #dce5e3;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.rental-catalog-empty p {
  max-width: 650px;
  margin-inline: auto;
}

@media (max-width: 1050px) {
  .rental-catalog-hero__grid {
    grid-template-columns: 1fr;
  }

  .rental-category-grid,
  .rental-location-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 680px) {
  .rental-catalog-hero,
  .rental-results-hero {
    padding: 42px 0 48px;
  }

  .rental-catalog-hero h1,
  .rental-results-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }

  .rental-location-selector__fields,
  .rental-category-grid,
  .rental-location-product-grid {
    grid-template-columns: 1fr;
  }

  .rental-pharmacy-picker__heading {
    align-items: center;
  }

  .rental-results-toolbar__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .rental-results-toolbar__actions .button {
    width: 100%;
    min-width: 0;
  }

  .rental-results-toolbar .text-link {
    text-align: center;
  }

  .rental-results-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .rental-results-summary [data-rental-geolocation-status] {
    text-align: left;
  }

  .rental-category-card__media {
    min-height: 220px;
    height: 220px;
    flex-basis: 220px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(2.75rem, 5.5vw, 5.35rem);
  font-weight: 770;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.9rem, 3.5vw, 5rem);
  font-weight: 750;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

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

::selection {
  color: var(--ink);
  background: var(--teal);
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

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

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: white;
  background: var(--ink);
  border-radius: 10px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--teal-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lead {
  max-width: 760px;
  margin-bottom: 30px;
  color: var(--ink-2);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  line-height: 1.62;
}

.tag {
  display: inline-flex;
  padding: 7px 11px;
  margin-bottom: 16px;
  color: var(--teal-strong);
  background: var(--teal-soft);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.2;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 23px;
  color: #fff;
  background: var(--teal-strong);
  border: 1px solid var(--teal-strong);
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(67, 143, 144, 0.2);
  font-weight: 750;
  line-height: 1.1;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  background: #347d7e;
  box-shadow: 0 12px 24px rgba(67, 143, 144, 0.26);
  transform: translateY(-2px);
}

.button--small {
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 0.9rem;
}

.button--ghost {
  color: var(--ink);
  background: transparent;
  border-color: rgba(23, 50, 60, 0.24);
  box-shadow: none;
}

.button--ghost:hover {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--ink);
}

.button--dark {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 8px 18px rgba(23, 50, 60, 0.18);
}

.button--dark:hover {
  background: #0f252d;
}

.button--light {
  color: var(--ink);
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}

.button--light:hover {
  color: var(--ink);
  background: var(--teal-soft);
  border-color: var(--teal-soft);
}

.button--outline-light {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

.button--outline-light:hover {
  color: var(--ink);
  background: #fff;
  border-color: #fff;
}

.text-link {
  color: var(--ink);
  font-weight: 780;
  text-decoration: underline;
  text-decoration-color: var(--teal);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.text-link:hover {
  color: var(--teal-strong);
}

.button-reset {
  padding: 0;
  background: none;
  border: 0;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.small-note,
.form-note {
  color: var(--muted);
  font-size: 0.82rem;
}

.utility-bar {
  position: relative;
  z-index: 60;
  color: #e9f2f1;
  background: var(--ink);
  font-size: 0.82rem;
}

.utility-inner {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.utility-inner p {
  margin: 0;
  color: inherit;
}

.utility-inner a {
  color: #fff;
  font-weight: 700;
}

.utility-inner p a {
  margin-left: 6px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.utility-links {
  display: flex;
  gap: 22px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 228, 226, 0.75);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(23, 50, 60, 0.08);
}

.nav-shell {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.brand img {
  width: 185px;
  height: 54px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 23px;
  font-size: 0.91rem;
  font-weight: 700;
}

.main-nav > a:not(.button),
.nav-trigger {
  position: relative;
  padding: 26px 0;
  color: var(--ink-2);
}

.main-nav > a:not(.button):hover,
.main-nav > a.is-current,
.nav-trigger:hover {
  color: var(--teal-strong);
}

.nav-trigger {
  background: none;
  border: 0;
  font-weight: 700;
}

.nav-trigger::after {
  display: inline-block;
  margin-left: 7px;
  content: "⌄";
  transition: transform 180ms ease;
}

.nav-dropdown.is-open .nav-trigger::after {
  transform: rotate(180deg);
}

.nav-login {
  padding-right: 4px !important;
}

.nav-dropdown {
  position: relative;
}

.mega-menu {
  position: absolute;
  visibility: hidden;
  top: calc(100% + 4px);
  left: 50%;
  display: grid;
  width: min(860px, calc(100vw - 48px));
  padding: 26px;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  transform: translate(-45%, 12px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
}

.nav-dropdown:last-of-type .mega-menu {
  left: auto;
  right: -180px;
  transform: translate(0, 12px);
}

.nav-dropdown.is-open .mega-menu,
.nav-dropdown:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-45%, 0);
}

.nav-dropdown:last-of-type.is-open .mega-menu,
.nav-dropdown:last-of-type:hover .mega-menu {
  transform: translate(0, 0);
}

.mega-menu > div {
  min-width: 0;
}

.mega-menu--compact {
  width: 610px;
  grid-template-columns: 1fr 1fr;
}

.mega-label {
  display: block;
  padding: 0 10px 10px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mega-menu a {
  display: block;
  padding: 11px;
  border-radius: 12px;
}

.mega-menu a:hover {
  background: var(--mint);
}

.mega-menu strong,
.mega-menu span {
  display: block;
}

.mega-menu strong {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 0.92rem;
}

.mega-menu a span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.4;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: var(--ink);
  border-radius: 2px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 88px;
}

.hero::before,
.hero::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero::before {
  top: -220px;
  right: -170px;
  width: 520px;
  height: 520px;
  background: rgba(120, 181, 181, 0.15);
}

.hero::after {
  bottom: -210px;
  left: -190px;
  width: 410px;
  height: 410px;
  border: 80px solid rgba(242, 183, 91, 0.09);
}

.hero--consumer {
  background: linear-gradient(135deg, #f6faf9 0%, #fff 48%, #f8f2e8 100%);
}

.hero--business {
  padding: 100px 0 96px;
  background: linear-gradient(132deg, #eff8f6 0%, #fff 52%, #f8f1e5 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(40px, 7vw, 96px);
}

.hero-grid--business {
  grid-template-columns: minmax(0, 0.93fr) minmax(500px, 1.07fr);
}

.hero-copy h1 {
  max-width: 870px;
}

.hero--consumer h1 {
    font-size: clamp(2.9rem, 3.5vw, 5rem);
}

.hero--business h1 {
  font-size: clamp(2.9rem, 3.5vw, 5rem);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  color: var(--ink-2);
  font-size: 0.88rem;
  font-weight: 650;
}

.trust-list li::before {
  margin-right: 7px;
  color: var(--teal-strong);
  content: "✓";
  font-weight: 900;
}

.need-panel {
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(120, 181, 181, 0.38);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);

}

.need-panel__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 12px 10px 20px;
}

.need-panel__intro span,
.need-panel__intro strong {
  display: block;
}

.need-panel__intro span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
}

.need-panel__intro strong {
  font-size: 1.45rem;
}

.need-card {
  display: grid;
  min-height: 88px;
  align-items: center;
  padding: 14px;
  grid-template-columns: 46px 1fr auto;
  gap: 14px;
  border-top: 1px solid var(--line);
  border-radius: 13px;
  transition: background 160ms ease, transform 160ms ease;
}

.need-card:hover {
  background: var(--mint);
  transform: translateX(4px);
}

.need-card--soft {
  margin-top: 8px;
  background: var(--accent-soft);
  border: 0;
}

.need-card strong,
.need-card small {
  display: block;
}

.need-card strong {
  margin-bottom: 3px;
}

.need-card small {
  color: var(--muted);
  line-height: 1.35;
}

.need-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--ink);
  background: var(--teal-soft);
  border-radius: 50%;
  font-size: 0.76rem;
  font-weight: 850;
}

.proof-strip {
  color: #fff;
  background: var(--ink);
}

.proof-strip--business {
  background: #234852;
}

.proof-grid {
  display: grid;
  padding: 30px 0;
  grid-template-columns: repeat(4, 1fr);
}

.proof-grid > div {
  padding: 4px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.proof-grid > div:first-child {
  padding-left: 0;
}

.proof-grid > div:last-child {
  border-right: 0;
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  margin-bottom: 4px;
  font-size: 1.45rem;
}

.proof-grid span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.4;
}

.section {
  padding: 112px 0;
}

.section--tint {
  background: var(--canvas);
}

.section--dark {
  color: #fff;
  background: var(--ink);
}

.section-heading {
  max-width: 850px;
  margin-bottom: 50px;
}

.section-heading > p {
  max-width: 680px;
  margin-bottom: 0;
  font-size: 1.08rem;
}

.section-heading--split {
  display: grid;
  max-width: none;
  align-items: end;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 60px;
}

.section-heading--split h2 {
  /*margin-bottom: 0;*/
}

.section-heading--light h2,
.section-heading--light p {
  color: #fff;
}

.section-heading--light p {
  color: rgba(255, 255, 255, 0.68);
}

.finder-shell {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.95fr);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.finder-form,
.finder-results {
  min-height: 460px;
  padding: clamp(28px, 5vw, 54px);
}

.finder-form {
  background: var(--mint);
}

.finder-form fieldset {
  padding: 0;
  margin: 0 0 28px;
  border: 0;
}

.finder-form legend {
  margin-bottom: 22px;
  font-size: 1.25rem;
  font-weight: 780;
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.choice-grid label {
  cursor: pointer;
}

.choice-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  opacity: 0;
}

.choice-grid span {
  display: flex;
  min-height: 62px;
  align-items: center;
  padding: 13px 15px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-weight: 700;
  line-height: 1.3;
  transition: border 160ms ease, background 160ms ease, transform 160ms ease;
}

.choice-grid input:checked + span {
  background: #fff;
  border-color: var(--teal-strong);
  box-shadow: 0 0 0 3px rgba(120, 181, 181, 0.16);
  transform: translateY(-2px);
}

.choice-grid input:focus-visible + span {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

.finder-results {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.empty-state {
  text-align: center;
}

.empty-state > span {
  display: grid;
  width: 66px;
  height: 66px;
  margin: 0 auto 22px;
  place-items: center;
  color: var(--teal-strong);
  background: var(--teal-soft);
  border-radius: 50%;
  font-size: 1.8rem;
}

.finder-result-list {
  display: grid;
  gap: 10px;
}

.finder-result-item {
  display: grid;
  align-items: center;
  padding: 14px;
  grid-template-columns: 1fr auto;
  gap: 18px;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.finder-result-item strong,
.finder-result-item small {
  display: block;
}

.finder-result-item small {
  color: var(--muted);
  line-height: 1.4;
}

.finder-disclaimer {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
}

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

.product-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 4px 18px rgba(23, 50, 60, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-6px);
}

.product-card > div:last-child {
  padding: 24px;
}

.product-visual {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 180px;
  place-items: center;
  background: var(--teal-soft);
}

.product-visual::before,
.product-visual::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.product-visual::before {
  width: 170px;
  height: 170px;
  border: 28px solid rgba(255, 255, 255, 0.6);
}

.product-visual::after {
  right: -30px;
  bottom: -35px;
  width: 110px;
  height: 110px;
  background: rgba(120, 181, 181, 0.35);
}

.product-visual span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  color: #fff;
  background: var(--teal-strong);
  border-radius: 26px;
  font-size: 2.4rem;
  font-weight: 800;
  transform: rotate(-5deg);
}

.product-visual--descanso {
  background: var(--accent-soft);
}

.product-visual--descanso span {
  color: var(--ink);
  background: var(--accent);
}

.product-visual--transferencias {
  background: #ece8f6;
}

.product-visual--bano {
  background: #e6f0f8;
}

.product-card p {
  min-height: 76px;
}

.locator-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(50px, 8vw, 110px);
}

.locator-copy h2 {
  max-width: 650px;
}

.locator-form {
  margin-top: 34px;
}

.locator-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.85rem;
  font-weight: 750;
}

.input-action {
  display: flex;
  max-width: 620px;
  gap: 10px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #cfdad8;
  border-radius: 11px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal-strong);
  box-shadow: 0 0 0 3px rgba(120, 181, 181, 0.16);
  outline: 0;
}

.coverage-result:not(:empty) {
  padding: 18px;
  margin-top: 16px;
  background: var(--mint);
  border-left: 4px solid var(--teal-strong);
  border-radius: 10px;
}

.coverage-result strong,
.coverage-result span {
  display: block;
}

.coverage-result span {
  margin: 5px 0 10px;
  color: var(--muted);
}

.coverage-result a {
  color: var(--teal-strong);
  font-weight: 780;
}

.coverage-map {
  position: relative;
  isolation: isolate;
}

.coverage-map::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(120, 181, 181, 0.32), transparent 44%),
    radial-gradient(circle at 80% 85%, rgba(242, 183, 91, 0.22), transparent 42%);
  border-radius: 50%;
  content: "";
  filter: blur(4px);
}

.map-card {
  padding: clamp(28px, 5vw, 52px);
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);

}

.map-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.map-card > strong {
  display: block;
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 1;
}

.province-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.province-cloud span {
  padding: 7px 10px;
  color: #e9f2f1;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.72rem;
}

.map-card p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.78rem;
}

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

.steps-grid article {
  padding: 32px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.steps-grid article > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 50px;
  place-items: center;
  color: var(--ink);
  background: var(--teal);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 850;
}

.steps-grid h3 {
  color: #fff;
}

.steps-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
}

.service-story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}

.story-card {
  min-height: 320px;
  padding: clamp(28px, 5vw, 52px);
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.story-card--large {
  grid-row: span 2;
  min-height: 660px;
  color: #fff;
  background:
    radial-gradient(circle at 75% 20%, rgba(120, 181, 181, 0.42), transparent 32%),
    var(--ink);
}

.story-card--large h2,
.story-card--large .text-link {
  color: #fff;
}

.story-card--large p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.12rem;
}

.story-card--accent {
  background: var(--accent-soft);
}

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

.resource-grid article {
  display: flex;
  min-height: 310px;
  padding: 30px;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.resource-grid article:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-5px);
}

.resource-grid article > span {
  margin-bottom: auto;
  color: var(--teal-strong);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.resource-grid h3 {
  margin-top: 60px;
  font-size: 1.55rem;
}

.resource-grid a {
  margin-top: auto;
  font-weight: 780;
}

.resource-grid--editorial .resource-card {
  overflow: hidden;
  min-height: 0;
  padding: 0;
}

.resource-grid--editorial .resource-card__media {
  display: block;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 3 / 2;
}

.resource-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.resource-card:hover .resource-card__media img {
  transform: scale(1.025);
}

.resource-card__body {
  display: flex;
  min-height: 310px;
  padding: 26px;
  flex-direction: column;
}

.resource-grid--editorial .resource-card__meta {
  display: flex;
  margin-bottom: 22px;
  gap: 8px 14px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 720;
}

.resource-grid--editorial .resource-card__meta span {
  color: var(--teal-strong);
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-grid--editorial .resource-card h3 {
  margin: 0 0 14px;
}

.resource-grid--editorial .resource-card h3 a {
  color: inherit;
}

.resource-grid--editorial .resource-card p {
  margin-bottom: 24px;
}

.resource-grid--editorial .resource-card__body > a {
  margin-top: auto;
  color: var(--ink);
  font-weight: 800;
}

.faq-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(50px, 8vw, 110px);
}

.accordion details {
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  position: relative;
  padding: 24px 44px 24px 0;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 760;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  position: absolute;
  top: 21px;
  right: 3px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  background: var(--teal-soft);
  border-radius: 50%;
  content: "+";
}

.accordion details[open] summary::after {
  content: "−";
}

.accordion details p {
  padding: 0 50px 22px 0;
}

.cta-band {
  padding: 88px 0;
  color: #fff;
  background:
    radial-gradient(circle at 15% 10%, rgba(120, 181, 181, 0.4), transparent 28%),
    radial-gradient(circle at 90% 100%, rgba(242, 183, 91, 0.18), transparent 30%),
    var(--ink);
}

.cta-band__inner {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 60px;
}

.cta-band h2 {
  max-width: 850px;
  margin-bottom: 15px;
  color: #fff;
}

.cta-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer {
  padding: 76px 0 24px;
  color: rgba(255, 255, 255, 0.78);
  background: #10262e;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 0.8fr);
  gap: 52px;
}

.brand--footer img {
  width: 200px;
}

.footer-brand > p {
  max-width: 430px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.62);
}

.footer-domain {
  font-size: 0.78rem;
}

.site-footer h2 {
  margin: 12px 0 20px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0;
}

.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer li {
  margin-bottom: 10px;
}

.site-footer a:hover {
  color: var(--teal);
}

.site-footer .text-link {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
}

.contact-list a {
  font-weight: 650;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom nav {
  display: flex;
  gap: 20px;
}

.toast {
  position: fixed;
  z-index: 999;
  right: 22px;
  bottom: 22px;
  visibility: hidden;
  width: min(420px, calc(100vw - 44px));
  padding: 16px 20px;
  color: #fff;
  background: var(--ink);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
}

.toast.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* B2B hero and platform */
.lead-form--inline {
  max-width: 580px;
}

.lead-form__row {
  display: flex;
  gap: 10px;
}

.lead-form__row input {
  min-width: 0;
  flex: 1;
  background: #fff;
}

.lead-form__row .button {
  flex: 0 0 auto;
}

.hero-consent {
  display: flex;
  width: fit-content;
  margin-top: 12px;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.75rem;
}

.hero-consent input {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  min-height: 16px;
  padding: 0;
  margin: 0;
}

.hero-consent a {
  text-decoration: underline;
}

.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 20px;
  font-size: 0.88rem;
  font-weight: 750;
}

.platform-screenshot {
  overflow: hidden;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(120, 181, 181, 0.42);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
}

.platform-screenshot img {
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 1204;
  object-fit: cover;
  object-position: top;
}

.platform-screenshot figcaption {
  padding: 12px 18px 14px;
  color: var(--muted);
  background: #fff;
  border-top: 1px solid var(--line);
  font-size: 0.76rem;
  line-height: 1.45;
}

.operators-preview {
  /*background: var(--canvas);*/
}

.operator-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.operator-grid.operator-grid--single {
  grid-template-columns: minmax(0, 520px);
}

.operator-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 330px;
  padding: 28px;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.operator-card.is-default {
  border-color: var(--teal-strong);
  box-shadow: 0 18px 48px rgba(67, 143, 144, 0.17);
}

.operator-badge {
  position: absolute;
  top: -15px;
  right: 18px;
  padding: 5px 9px;
  color: var(--teal-strong);
  background: var(--teal-soft);
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.operator-monogram {
  position: relative;
  overflow: hidden;
  display: grid;
  width: 64px;
  height: 64px;
  padding: 8px;
  margin-bottom: 24px;
  place-items: center;
  color: #fff;
  background: var(--ink);
  border-radius: 17px;
  font-size: 0.72rem;
  font-weight: 850;
  text-align: center;
}

.operator-monogram--logo {
  width: 156px;
  height: 68px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.operator-monogram__fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.operator-monogram--logo img {
  position: absolute;
  inset: 9px 12px;
  width: calc(100% - 24px);
  height: calc(100% - 18px);
  object-fit: contain;
  background: #fff;
}

.operator-card > span:not(.operator-badge) {
  color: var(--teal-strong);
  font-size: 0.75rem;
  font-weight: 800;
}

.operator-card h2,
.operator-card h3 {
  margin-top: 8px;
  font-size: 1.45rem;
}

.operator-card p {
  margin-bottom: 24px;
}

.operator-card .text-link {
  margin-top: auto;
}

.operator-detail-card {
  display: grid;
  min-height: 330px;
  padding: 44px;
  align-content: center;
  justify-items: start;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.operator-detail-card .operator-monogram {
  width: 92px;
  height: 92px;
  color: var(--ink);
  background: var(--teal);
  font-size: 0.9rem;
}

.operator-detail-card .operator-monogram--logo {
  width: 190px;
  height: 96px;
  padding: 14px 18px;
  background: #fff;
  border-color: rgba(255, 255, 255, 0.24);
}

.operator-detail-card .operator-monogram--logo img {
  inset: 12px 16px;
  width: calc(100% - 32px);
  height: calc(100% - 24px);
}

.operator-detail-card strong,
.operator-detail-card span {
  display: block;
}

.operator-detail-card strong {
  font-size: 2rem;
}

.operator-detail-card span {
  color: rgba(255, 255, 255, 0.66);
}

.operator-hero__content {
  position: relative;
  z-index: 1;
  max-width: 1100px;
}

.operator-hero__logo {
  margin-bottom: 28px;
}

.operator-hero__logo .operator-monogram {
  width: 76px;
  height: 76px;
  margin-bottom: 0;
}

.operator-hero__logo .operator-monogram--logo {
  width: 190px;
  height: 84px;
  padding: 12px 16px;
  background: #fff;
  border-color: rgba(23, 50, 60, 0.14);
  box-shadow: var(--shadow-sm);
}

.operator-hero__logo .operator-monogram--logo img {
  inset: 11px 15px;
  width: calc(100% - 30px);
  height: calc(100% - 22px);
}

.operator-hero__content h1 {
  max-width: 1050px;
}

.operator-hero__title-main,
.operator-hero__title-context {
  display: block;
}

.operator-hero__title-context {
  max-width: 900px;
  margin-top: 14px;
  color: var(--teal-strong);
  font-size: clamp(1.45rem, 3vw, 2.5rem);
  font-weight: 680;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.operator-hero__content .lead {
  max-width: 850px;
}

.detail-copy-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(50px, 8vw, 110px);
}

.detail-copy-grid .benefit-list li {
  color: var(--ink);
  border-bottom-color: var(--line);
}

.detail-copy-grid .benefit-list li::before {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--teal-strong);
  border-radius: 50%;
  content: "✓";
  font-size: 0.7rem;
  font-weight: 900;
}

.empty-operator-state {
  max-width: 850px;
  text-align: center;
}

.empty-operator-state p {
  max-width: 680px;
  margin-inline: auto;
}

.platform-preview {
  position: relative;
  min-height: 520px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(120, 181, 181, 0.42);
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
  transform: perspective(1400px) rotateY(-3deg) rotateX(1deg);
}

.platform-toolbar {
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.platform-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 0.95rem;
}

.platform-layout {
  display: grid;
  min-height: 410px;
  grid-template-columns: 112px 1fr;
}

.platform-sidebar {
  display: flex;
  padding: 20px 10px;
  flex-direction: column;
  gap: 7px;
  background: var(--canvas);
  border-radius: 0 0 0 16px;
}

.platform-sidebar span {
  padding: 9px;
  color: var(--muted);
  border-radius: 8px;
  font-size: 0.68rem;
  font-weight: 700;
}

.platform-sidebar .is-active {
  color: var(--ink);
  background: var(--teal-soft);
}

.platform-main {
  padding: 24px;
}

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

.metric-row > div {
  padding: 13px;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.metric-row span,
.metric-row strong,
.metric-row em {
  display: block;
}

.metric-row span {
  color: var(--muted);
  font-size: 0.63rem;
}

.metric-row strong {
  margin: 6px 0;
  font-size: 0.86rem;
}

.metric-row em {
  color: var(--teal-strong);
  font-size: 0.61rem;
  font-style: normal;
  font-weight: 700;
}

.chart-card {
  padding: 18px;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.chart-card strong,
.chart-card span {
  display: block;
}

.chart-card strong {
  font-size: 0.84rem;
}

.chart-card span {
  color: var(--muted);
  font-size: 0.65rem;
}

.bar-chart {
  display: flex;
  height: 130px;
  align-items: end;
  gap: 14px;
  padding-top: 20px;
  border-bottom: 1px solid var(--line);
}

.bar-chart i {
  flex: 1;
  background: linear-gradient(180deg, var(--teal), var(--teal-strong));
  border-radius: 6px 6px 0 0;
}

.activity-card {
  display: grid;
  align-items: center;
  padding: 14px;
  margin-top: 14px;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  background: var(--accent-soft);
  border-radius: 12px;
}

.status-dot {
  width: 9px;
  height: 9px;
  background: var(--success);
  border-radius: 50%;
}

.activity-card strong,
.activity-card small {
  display: block;
}

.activity-card strong {
  font-size: 0.76rem;
}

.activity-card small {
  color: var(--muted);
  font-size: 0.63rem;
}

.floating-card {
  position: absolute;
  display: flex;
  padding: 14px 18px;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
}

.floating-card strong {
  font-size: 1.08rem;
}

.floating-card span {
  color: var(--muted);
  font-size: 0.65rem;
}

.floating-card--one {
  bottom: 42px;
  left: -56px;
}

.floating-card--two {
  top: 100px;
  right: -48px;
}

.statement-section {
  padding: 92px 0 0;
}

.statement-section.section {
  padding-bottom: 0;
}

.statement-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 80px minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 36px;
}

.statement-index {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  background: var(--teal-soft);
  border-radius: 50%;
  font-size: 1.78rem;
  font-weight: 850;
}

.statement-grid h2 {
  margin-bottom: 0;
  font-size: clamp(2.9rem, 3.5vw, 5rem);
}

.statement-grid > p {
  align-self: end;
  padding-top: 0;
  margin-bottom: 0;
  font-size: 1.08rem;
}

.statement-video {
  margin-top: clamp(42px, 6vw, 76px);
}

.statement-video__trigger {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
  color: #fff;
  background: var(--ink);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: clamp(420px, 48vw, 720px);
  text-align: left;
}

.statement-video__trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.statement-video__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 34, 41, 0.04) 32%, rgba(13, 34, 41, 0.84) 100%),
    linear-gradient(90deg, rgba(13, 34, 41, 0.12), transparent 58%);
  transition: background-color 220ms ease;
}

.statement-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(72px, 8vw, 98px);
  height: clamp(72px, 8vw, 98px);
  place-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 18px 48px rgba(13, 34, 41, 0.28);
  transform: translate(-50%, -50%);
  transition: background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.statement-video__play span {
  width: 0;
  height: 0;
  margin-left: 7px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 19px solid var(--ink);
  transition: border-left-color 200ms ease;
}

.statement-video__label {
  position: absolute;
  right: max(22px, calc((100vw - var(--container)) / 2));
  bottom: clamp(20px, 4vw, 42px);
  left: max(22px, calc((100vw - var(--container)) / 2));
  display: block;
}

.statement-video__label small,
.statement-video__label strong {
  display: block;
}

.statement-video__label small {
  margin-bottom: 6px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.statement-video__label strong {
  max-width: 720px;
  font-size: clamp(1.45rem, 3.2vw, 3rem);
  line-height: 1.08;
}

.statement-video__trigger:hover img,
.statement-video__trigger:focus-visible img {
  transform: scale(1.025);
}

.statement-video__trigger:hover .statement-video__play,
.statement-video__trigger:focus-visible .statement-video__play {
  background: var(--teal);
  box-shadow: 0 22px 58px rgba(13, 34, 41, 0.38);
  transform: translate(-50%, -50%) scale(1.09);
}

.statement-video__trigger:hover .statement-video__play span,
.statement-video__trigger:focus-visible .statement-video__play span {
  border-left-color: #fff;
}

body.modal-open {
  overflow: hidden;
}

.site-modal {
  position: fixed;
  z-index: 5000;
  inset: 0;
  display: grid;
  overflow-y: auto;
  padding: clamp(16px, 4vw, 46px);
  place-items: center;
  background: rgba(8, 22, 27, 0.76);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
  -webkit-backdrop-filter: blur(12px);
}

.site-modal[hidden] {
  display: none;
}

.site-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.site-modal__dialog {
  width: min(100%, 1100px);
  max-height: calc(100vh - 32px);
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: clamp(18px, 3vw, 30px);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.44);
  transform: translateY(18px) scale(0.985);
  transition: transform 220ms ease;
}

.site-modal__dialog--video {
  width: min(96vw, 162.53vh);
  max-height: 92vh;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.site-modal.is-open .site-modal__dialog {
  transform: translateY(0) scale(1);
}

.site-modal__header {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 18px 16px 28px;
  color: #fff;
  background: var(--ink);
}

.site-modal__header h2 {
  margin: 0;
  font-size: clamp(1.15rem, 2.4vw, 1.75rem);
  letter-spacing: -0.02em;
}

.site-modal__close {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  padding: 0;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  transition: background 180ms ease, transform 180ms ease;
}

.site-modal__close:hover {
  background: var(--teal-strong);
  transform: rotate(4deg);
}

.site-modal__video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 92vh;
  background: transparent;
  border: 0;
  border-radius: 0;
  object-fit: contain;
}

.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.area-card {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 680px;
  padding: 0;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.area-card__media {
  overflow: hidden;
  height: clamp(220px, 22vw, 280px);
  margin: 0;
  flex: 0 0 auto;
  background: var(--canvas);
}

.area-card__media img {
  width: 100%;
  height: 100%;
  transition: transform 450ms ease;
  object-fit: cover;
  object-position: center;
}

.area-card:hover .area-card__media img {
  transform: scale(1.025);
}

.area-card__body {
  position: relative;
  display: flex;
  padding: clamp(28px, 5vw, 46px);
  flex: 1;
  flex-direction: column;
}

.area-card__body .text-link {
  margin-top: auto;
  align-self: flex-start;
}

.area-card .tag {
  width: fit-content;
}

.area-number {
  position: absolute;
  top: 28px;
  right: 30px;
  color: #cbd7d5;
  font-size: 2.7rem;
  font-weight: 800;
}

.area-card h3 {
  max-width: 470px;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
}

.area-card p {
  max-width: 550px;
}

.area-card ul {
  padding: 0;
  margin: 24px 0 32px;
  list-style: none;
}

.area-card li {
  margin: 8px 0;
  color: var(--ink-2);
}

.area-card li::before {
  margin-right: 8px;
  color: var(--teal-strong);
  content: "✓";
  font-weight: 900;
}

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

.tool-card {
  position: relative;
  display: flex;
  min-height: 285px;
  overflow: hidden;
  padding: 25px;
  flex-direction: column;
  isolation: isolate;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 180ms ease, background 180ms ease, border 180ms ease;
}

.tool-card:hover {
  background: var(--mint);
  border-color: var(--teal);
  transform: translateY(-5px);
}

.tool-card__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 260ms ease;
}

.tool-card__media img {
  width: 100%;
  height: 100%;
  transform: scale(1.035);
  transition: transform 500ms ease;
  object-fit: cover;
  object-position: center;
}

.tool-mark {
  position: relative;
  z-index: 2;
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 44px;
  place-items: center;
  color: var(--teal-strong);
  background: #fff;
  border-radius: 50%;
  font-size: 1.72rem;
  font-weight: 850;
}

.tool-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  transition: opacity 180ms ease, transform 220ms ease;
}

.tool-card__title {
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 760;
  line-height: 1.15;
}

.tool-card__summary {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.tool-arrow {
  margin-top: auto;
  font-size: 1.25rem;
}

.tool-card__hover-title {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  padding: 12px 14px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 10px;
  opacity: 0;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .tool-card:hover .tool-card__media,
  .tool-card:focus-visible .tool-card__media {
    opacity: 1;
  }

  .tool-card:hover .tool-card__media img,
  .tool-card:focus-visible .tool-card__media img {
    transform: scale(1);
  }

  .tool-card:hover .tool-card__content,
  .tool-card:focus-visible .tool-card__content {
    opacity: 0;
    transform: translateY(8px);
  }

  .tool-card:hover .tool-card__hover-title,
  .tool-card:focus-visible .tool-card__hover-title {
    opacity: 1;
    transform: translateY(0);
  }
}

.tab-list {
  display: flex;
  gap: 8px;
  padding: 7px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}

.tab-list button {
  min-height: 48px;
  padding: 10px 18px;
  flex: 1;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  border: 0;
  border-radius: 10px;
  font-weight: 750;
}

.tab-list button[aria-selected="true"] {
  color: var(--ink);
  background: #fff;
}

.tab-panel {
  display: grid;
  min-height: 430px;
  padding: clamp(30px, 6vw, 62px);
  align-items: center;
  grid-template-columns: 1fr 0.8fr;
  gap: 70px;
  background: #234852;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
}

.tab-panel[hidden] {
  display: none;
}

.tab-panel h3 {
  color: #fff;
  font-size: clamp(2.9rem, 3.5vw, 5rem);
}

.tab-panel p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.68);
}

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

.benefit-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.benefit-list span {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ink);
  background: var(--teal);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 900;
}

.implementation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.implementation-card {
  padding: clamp(28px, 5vw, 50px);
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.implementation-card--accent {
  background: var(--accent-soft);
}

.implementation-card h3 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.implementation-card ol {
  padding: 0;
  margin: 32px 0;
  list-style: none;
}

.implementation-card li {
  display: grid;
  padding: 18px 0;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  border-bottom: 1px solid rgba(23, 50, 60, 0.12);
}

.implementation-card li > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--teal-strong);
  background: #fff;
  border-radius: 50%;
  font-size: 1.72rem;
  font-weight: 850;
}

.implementation-card li strong,
.implementation-card li p {
  display: block;
}

.implementation-card li p {
  margin: 3px 0 0;
  font-size: 0.88rem;
}

.implementation-outcome {
  padding: 17px;
  margin-bottom: 26px;
  background: #fff;
  border-radius: 12px;
  font-size: 0.88rem;
}

.company-story {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(50px, 8vw, 110px);
}

.company-visual {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
}

.company-visual > img {
  position: relative;
  z-index: 2;
  width: 120px;
  height: 120px;
}

.orbit {
  position: absolute;
  border: 1px dashed var(--teal);
  border-radius: 50%;
}

.orbit--one {
  width: 300px;
  height: 300px;
}

.orbit--two {
  width: 470px;
  height: 470px;
  opacity: 0.45;
}

.company-chip {
  position: absolute;
  z-index: 3;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  font-size: 0.8rem;
  font-weight: 780;
}

.company-chip--one { top: 80px; left: 40%; }
.company-chip--two { top: 42%; right: 10px; }
.company-chip--three { bottom: 70px; left: 35%; }
.company-chip--four { top: 42%; left: 0; }

.company-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 32px;
}

.company-stats > div {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.company-stats strong,
.company-stats span {
  display: block;
}

.company-stats strong {
  font-size: 2rem;
}

.company-stats span {
  color: var(--muted);
  font-size: 0.78rem;
}

.company-story--authority {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(470px, 0.95fr);
  gap: clamp(42px, 6vw, 86px);
}

.company-story__content .lead {
  margin-bottom: 22px;
}

.company-authority-visual {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.company-profile {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--ink);
  border: 1px solid rgba(23, 50, 60, 0.16);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
}

.company-profile::after {
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(180deg, transparent, rgba(11, 26, 32, 0.9));
  content: "";
  pointer-events: none;
}

.company-profile > img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.company-profile figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: #fff;
}

.company-profile figcaption strong,
.company-profile figcaption span,
.company-profile figcaption small {
  display: block;
}

.company-profile figcaption strong {
  font-size: 1.22rem;
}

.company-profile figcaption span {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 760;
}

.company-profile figcaption small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
}

.company-radar-panel {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 50%, rgba(120, 181, 181, 0.24), transparent 25%),
    linear-gradient(145deg, #17343d 0%, #102932 100%);
  border: 1px solid rgba(120, 181, 181, 0.22);
  border-radius: 28px;
  box-shadow: 0 24px 54px rgba(22, 51, 59, 0.18);
}

.company-radar-panel::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 36px 36px;
  content: "";
  mask-image: radial-gradient(circle at center, #000, transparent 76%);
}

.company-radar__glow {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 142px;
  background: rgba(120, 181, 181, 0.22);
  border-radius: 50%;
  filter: blur(28px);
  transform: translate(-50%, -50%);
}

.company-radar__guide,
.company-radar__wave {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(157, 209, 209, 0.48);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.company-radar__guide {
  display: none;
}

.company-radar__guide--inner {
  width: min(52vw, 236px);
  height: min(52vw, 236px);
}

.company-radar__guide--outer {
  width: min(76vw, 356px);
  height: min(76vw, 356px);
  border-color: rgba(157, 209, 209, 0.24);
  border-style: dashed;
}

.company-radar__wave {
  width: 104px;
  height: 104px;
  opacity: 0;
  animation: company-radar-wave 5.4s linear infinite;
}

.company-radar__wave--two {
  animation-delay: 1.8s;
}

.company-radar__wave--three {
  animation-delay: 3.6s;
}

@keyframes company-radar-wave {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.72);
  }

  10% {
    opacity: 0.7;
  }

  72% {
    opacity: 0.2;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4.65);
  }
}

.company-radar__core {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  align-content: center;
  gap: 2px;
  color: var(--ink);
  background: #fff;
  border: 8px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(120, 181, 181, 0.42);
  transform: translate(-50%, -50%);
}

.company-radar__core img {
  width: 66px;
  height: 66px;
}

.company-radar__core strong {
  font-size: 0.7rem;
  letter-spacing: -0.01em;
}

.company-radar__satellite {
  --orbit-radius: min(38vw, 178px);
  --orbit-angle: 0deg;
  --counter-angle: 0deg;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  width: 76px;
  height: 52px;
  justify-items: center;
  color: #fff;
  text-align: center;
  transform:
    translate(-50%, -50%)
    rotate(var(--orbit-angle))
    translateY(calc(0px - var(--orbit-radius)))
    rotate(var(--counter-angle));
}

.company-radar__satellite strong {
  position: absolute;
  top: 58px;
  left: 50%;
  width: 104px;
  font-size: 0.68rem;
  line-height: 1.05;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.48);
  transform: translateX(-50%);
}

.company-radar__node {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  background: rgba(246, 253, 253, 0.98);
  border: 1px solid rgba(120, 181, 181, 0.78);
  border-radius: 50%;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.22),
    0 0 0 5px rgba(120, 181, 181, 0.08);
}

.company-radar__node::before,
.company-radar__node::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.company-radar__node::before {
  width: 19px;
  height: 19px;
  border: 2px solid var(--teal);
}

.company-radar__node::after {
  width: 7px;
  height: 7px;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(120, 181, 181, 0.16);
}

.company-radar__satellite--farmacia {
  --orbit-angle: 0deg;
  --counter-angle: 0deg;
}

.company-radar__satellite--tecnologia {
  --orbit-angle: 45deg;
  --counter-angle: -45deg;
}

.company-radar__satellite--ortopedia {
  --orbit-angle: 90deg;
  --counter-angle: -90deg;
}

.company-radar__satellite--servicios {
  --orbit-angle: 135deg;
  --counter-angle: -135deg;
}

.company-radar__satellite--marketplace {
  --orbit-angle: 180deg;
  --counter-angle: -180deg;
}

.company-radar__satellite--alquiler {
  --orbit-angle: 225deg;
  --counter-angle: -225deg;
}

.company-radar__satellite--gestion {
  --orbit-angle: 270deg;
  --counter-angle: -270deg;
}

.company-radar__satellite--formacion {
  --orbit-angle: 315deg;
  --counter-angle: -315deg;
}

.company-bridge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 12px 16px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  font-size: 0.72rem;
  text-align: center;
}

.company-bridge span {
  color: var(--teal-dark);
}

.company-bridge span::before,
.company-bridge span::after {
  margin: 0 6px;
  color: rgba(23, 52, 61, 0.28);
  content: "—";
}

@media (prefers-reduced-motion: reduce) {
  .company-radar__guide {
    display: block;
  }

  .company-radar__wave {
    display: none;
    animation: none;
  }
}

.company-authority-visual {
  align-content: start;
}

.company-expertise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 64px;
}

.company-expertise-grid article {
  padding: clamp(28px, 4vw, 42px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.company-expertise-grid h3 {
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
}

.company-stats--three {
  grid-template-columns: repeat(3, 1fr);
}

.company-note {
  max-width: 940px;
  margin: 18px auto 0;
  text-align: center;
}

.pricing-preview__grid {
  display: grid;
  align-items: center;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
}

.mini-pricing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.mini-pricing article {
  min-height: 280px;
  padding: 32px;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.mini-pricing article.is-highlighted {
  color: #fff;
  background: var(--ink);
}

.mini-pricing article > span,
.mini-pricing article > p {
  color: var(--muted);
}

.mini-pricing article.is-highlighted > span,
.mini-pricing article.is-highlighted > p {
  color: rgba(255, 255, 255, 0.65);
}

.mini-pricing h3 {
  margin: 32px 0 40px;
}

.mini-pricing article.is-highlighted h3 {
  color: #fff;
}

.mini-pricing article div strong {
  font-size: 2rem;
}

/* Subpages */
.subhero,
.detail-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 92px;
  background: linear-gradient(135deg, var(--mint), #fff 62%, var(--warm));
}

.subhero::after,
.detail-hero::after {
  position: absolute;
  top: -130px;
  right: -90px;
  width: 360px;
  height: 360px;
  background: rgba(120, 181, 181, 0.18);
  border-radius: 50%;
  content: "";
}

.subhero-grid,
.detail-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
  gap: clamp(50px, 8vw, 100px);
}

.subhero h1,
.detail-hero h1 {
  font-size: clamp(2.9rem, 3.5vw, 5rem);
}

.subhero-centered {
  position: relative;
  z-index: 1;
  max-width: 900px;
  text-align: center;
}

.subhero-centered .lead {
  margin-inline: auto;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
  color: var(--muted);
  font-size: 0.78rem;
}

.breadcrumbs a:hover {
  color: var(--teal-strong);
}

.breadcrumbs--center {
  justify-content: center;
}

.rental-summary {
  padding: clamp(28px, 5vw, 48px);
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.rental-summary h2 {
  color: #fff;
  font-size: 1.75rem;
}

.rental-summary ul {
  padding: 0;
  margin: 26px 0;
  list-style: none;
}

.rental-summary li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.rental-summary li::before {
  margin-right: 9px;
  color: var(--teal);
  content: "✓";
}

.rental-summary p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
}

.catalog-filters {
  display: grid;
  max-width: 850px;
  padding: 14px;
  margin-bottom: 36px;
  grid-template-columns: 1.2fr 0.8fr auto;
  gap: 10px;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: 16px;
}

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

.rental-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.rental-card:hover,
.rental-card.is-selected {
  box-shadow: var(--shadow-sm);
  transform: translateY(-4px);
}

.rental-card.is-selected {
  border-color: var(--teal-strong);
}

.rental-card > div:last-child {
  padding: 24px;
}

.rental-card__visual {
  display: grid;
  min-height: 150px;
  place-items: center;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.8) 0 28%, transparent 29%),
    var(--teal-soft);
}

.rental-card__visual span {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  color: #fff;
  background: var(--teal-strong);
  border-radius: 22px;
  font-size: 2rem;
  font-weight: 800;
}

.request-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.75fr) minmax(500px, 1.25fr);
  gap: clamp(50px, 8vw, 100px);
}

.contact-prompt {
  display: inline-flex;
  padding: 14px 16px;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.contact-prompt a {
  color: var(--teal-strong);
  font-weight: 800;
}

.contact-form {
  display: grid;
  padding: clamp(26px, 5vw, 44px);
  gap: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.contact-form--elevated {
  box-shadow: var(--shadow-lg);
}

.contact-form label {
  color: var(--ink);
  font-size: 0.83rem;
  font-weight: 720;
}

.contact-form label input,
.contact-form label select,
.contact-form label textarea {
  margin-top: 7px;
  font-weight: 500;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.check-label {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted) !important;
  font-weight: 500 !important;
}

.check-label input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px !important;
}

.check-label a {
  text-decoration: underline;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
}

.form-feedback {
  margin: 0;
  font-size: 0.86rem;
}

.form-feedback.is-success {
  color: var(--success);
}

.form-feedback.is-error {
  color: var(--danger);
}

.safety-note {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  gap: 18px;
  background: var(--accent-soft);
  border-radius: 16px;
}

.safety-note strong {
  flex: 0 0 auto;
}

.safety-note p {
  margin: 0;
}

.billing-toggle {
  display: inline-flex;
  padding: 5px;
  margin-top: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}

.billing-toggle button {
  min-height: 44px;
  padding: 8px 18px;
  background: transparent;
  border: 0;
  border-radius: 8px;
  font-weight: 730;
}

.billing-toggle button.is-active {
  color: #fff;
  background: var(--ink);
}

.plan-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
  gap: 22px;
}

.plan-grid .plan-card {
  flex: 1 1 calc(50% - 11px);
  max-width: 469px;
}

.plan-card {
  position: relative;
  padding: clamp(30px, 5vw, 48px);
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.plan-card--highlight {
  color: #fff;
  background: var(--ink);
}

.plan-card--highlight p,
.plan-card--highlight small {
  color: rgba(255, 255, 255, 0.66);
}

.plan-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 10px;
  color: var(--ink);
  background: var(--accent);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 850;
}

.plan-card h2 {
  font-size: 2rem;
}

.plan-price {
  margin: 32px 0 0;
}

.plan-price strong {
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  line-height: 1;
}

.plan-price span {
  color: var(--muted);
}

.plan-card--highlight .plan-price span {
  color: rgba(255, 255, 255, 0.56);
}

.annual-reference {
  display: block;
  margin: 8px 0 24px;
}

.plan-card .button {
  width: 100%;
}

.plan-card ul {
  padding: 26px 0 0;
  margin: 28px 0 0;
  border-top: 1px solid rgba(23, 50, 60, 0.14);
  list-style: none;
}

.plan-card--highlight ul {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.plan-card li {
  display: flex;
  gap: 9px;
  margin: 10px 0;
  font-size: 0.9rem;
}

.plan-card li span {
  color: var(--teal-strong);
}

.plan-card--highlight li span {
  color: var(--teal);
}

.pricing-note {
  margin: 24px 0 0;
  text-align: center;
  font-size: 0.8rem;
}

.membership-billing {
  display: grid;
  padding: 22px 0 26px;
  margin-top: 18px;
  gap: 10px;
}

.membership-billing__option {
  display: grid;
  padding: 14px 16px;
  gap: 3px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.membership-billing__option span,
.membership-billing__option small,
.membership-billing__option del {
  color: var(--muted);
  font-size: 0.72rem;
}

.membership-billing__option strong {
  font-size: 1.02rem;
}

.membership-billing__option--primary {
  border-color: var(--teal);
}

.plan-card--highlight .membership-billing__option {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.plan-card--highlight .membership-billing__option--primary {
  border-color: var(--teal);
}

.plan-card--highlight .membership-billing__option span,
.plan-card--highlight .membership-billing__option small,
.plan-card--highlight .membership-billing__option del {
  color: rgba(255, 255, 255, 0.62);
}

.membership-billing__primary strong {
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.membership-trial {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  color: var(--teal-strong);
  background: var(--teal-soft);
  border-radius: 999px;
  font-weight: 800;
}

.plan-services-link {
  display: inline-flex;
  margin: 16px auto 0;
  color: var(--teal-strong);
  font-size: 0.78rem;
  font-weight: 800;
}

.plan-card--highlight .plan-services-link {
  color: var(--teal);
}

.membership-api-notice {
  max-width: 760px;
  padding: clamp(28px, 5vw, 44px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.membership-api-notice > strong {
  font-size: 1.35rem;
}

.membership-api-notice p {
  margin: 10px 0 22px;
}

.membership-comparison__scroll {
  overflow: clip;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.membership-comparison table {
  width: 100%;
  min-width: 820px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}

.membership-comparison th,
.membership-comparison td {
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}

.membership-comparison tr > :last-child {
  border-right: 0;
}

.membership-comparison tbody tr:last-child > * {
  border-bottom: 0;
}

.membership-comparison thead th {
  position: sticky;
  z-index: 3;
  top: 76px;
  min-width: 210px;
  text-align: center;
  background: var(--canvas);
  box-shadow: inset 0 -1px 0 var(--line);
}

.membership-comparison thead th:first-child {
  min-width: 330px;
  text-align: left;
}

.membership-comparison thead th > span {
  display: inline-flex;
  padding: 5px 8px;
  margin-bottom: 6px;
  color: var(--ink);
  background: var(--accent);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.membership-comparison thead th > strong,
.membership-comparison tbody th > strong,
.membership-comparison td > strong,
.membership-comparison td > small {
  display: block;
}

.membership-comparison tbody th {
  text-align: left;
}

.membership-service-description {
  margin-top: 6px;
}

.membership-service-description summary {
  width: fit-content;
  color: var(--teal-strong);
  cursor: pointer;
  font-size: 0.66rem;
  font-weight: 750;
}

.membership-service-description small {
  display: block;
  max-width: 460px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.45;
}

.membership-comparison td {
  text-align: center;
}

.membership-comparison td > strong {
  font-size: 0.86rem;
}

.membership-comparison td > small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.4;
}

.membership-comparison .membership-comparison__category th {
  padding: 12px 18px;
  color: var(--teal-strong);
  background: var(--teal-soft);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.membership-comparison .is-recommended {
  background: rgba(120, 181, 181, 0.08);
}

.membership-comparison td.is-included > strong {
  color: var(--teal-strong);
}

.membership-comparison td.is-unavailable > strong {
  color: #a1adb1;
  font-weight: 600;
}

.membership-comparison-mobile {
  display: none;
}

.membership-service-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.membership-service-card > header {
  padding: 22px;
  background: var(--canvas);
}

.membership-service-card.is-recommended > header {
  color: #fff;
  background: var(--ink);
}

.membership-service-card > header > span {
  display: inline-flex;
  padding: 5px 8px;
  margin-bottom: 8px;
  color: var(--ink);
  background: var(--accent);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 850;
  text-transform: uppercase;
}

.membership-service-card > header h3 {
  margin: 0;
}

.membership-service-card section h4 {
  padding: 10px 18px;
  margin: 0;
  color: var(--teal-strong);
  background: var(--teal-soft);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.membership-service-card ul {
  padding: 0 18px;
  margin: 0;
  list-style: none;
}

.membership-service-card li {
  display: grid;
  padding: 14px 0;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.membership-service-card li:last-child {
  border-bottom: 0;
}

.membership-service-card li > span {
  font-size: 0.82rem;
  font-weight: 700;
}

.membership-service-card li > div {
  text-align: right;
}

.membership-service-card li strong,
.membership-service-card li small {
  display: block;
}

.membership-service-card li strong {
  font-size: 0.78rem;
}

.membership-service-card li.is-included strong {
  color: var(--teal-strong);
}

.membership-service-card li.is-unavailable strong {
  color: #a1adb1;
}

.membership-service-card li small {
  max-width: 180px;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.62rem;
}

.service-price-groups {
  display: grid;
  gap: 24px;
}

.service-price-group {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.service-price-group > h3 {
  margin-bottom: 20px;
}

.service-price-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.service-price-list article {
  display: grid;
  min-height: 120px;
  padding: 17px;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.service-price-list article.is-included {
  background: var(--mint);
  border-color: var(--teal);
}

.service-price-list article > div:first-child strong,
.service-price-list article > div:first-child span,
.service-price-list article > div:first-child small {
  display: block;
}

.service-price-list article > div:first-child strong {
  font-size: 0.9rem;
}

.service-price-list article > div:first-child span,
.service-price-list article > div:first-child small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.68rem;
}

.service-price {
  text-align: right;
}

.service-price strong,
.service-price span,
.service-price small {
  display: block;
}

.service-price strong {
  color: var(--teal-strong);
  font-size: 1rem;
}

.service-price span,
.service-price small {
  color: var(--muted);
  font-size: 0.66rem;
}

.conditions-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 80px;
}

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

.condition-list li {
  display: flex;
  padding: 18px 0;
  gap: 13px;
  border-bottom: 1px solid var(--line);
}

.condition-list li span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ink);
  background: var(--teal-soft);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

.direct-contact-grid {
  display: grid;
  max-width: 580px;
  margin-top: 34px;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.direct-contact-grid a,
.direct-contact-grid > div {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.direct-contact-grid span,
.direct-contact-grid strong,
.direct-contact-grid > div span,
.direct-contact-grid > div strong {
  display: block;
}

.direct-contact-grid span {
  color: var(--muted);
  font-size: 0.68rem;
}

.direct-contact-grid strong {
  margin-top: 3px;
  font-size: 0.9rem;
}

.operator-instructions {
  margin-top: 16px;
}

.operator-registration-button {
  margin-top: 28px;
}

/* Dynamic detail */
.detail-visual {
  position: relative;
  overflow: hidden;
  min-height: 450px;
  padding: 38px;
  margin: 0;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 80% 15%, rgba(120, 181, 181, 0.48), transparent 32%),
    var(--ink);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.detail-visual--image {
  min-height: 0;
  padding: 0;
  color: var(--ink);
  background: #fff;
}

.detail-visual__background {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}

.detail-visual__mark {
  position: relative;
  z-index: 2;
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  background: none;
  border-radius: 24px;
}

.detail-visual--image .detail-visual__mark {
  display: none;
}

.detail-visual__caption {
  position: absolute;
  z-index: 2;
  right: 38px;
  bottom: 38px;
  left: 38px;
}

.detail-visual__caption span {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-visual__caption p {
  max-width: 520px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.88);
}

.detail-visual--image .detail-visual__caption {
  position: static;
  padding: 16px 20px 18px;
  color: var(--ink);
  background: #fff;
  border-top: 1px solid var(--line);
}

.detail-visual--image .detail-visual__caption span {
  margin-bottom: 0;
  color: var(--teal-strong);
}

.detail-visual--image .detail-visual__caption p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.detail-chip {
  position: absolute;
  z-index: 2;
  display: none;
}

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

.benefit-card-grid article {
  min-height: 220px;
  padding: 26px;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.benefit-card-grid article > span {
  display: block;
  margin-bottom: 70px;
  color: var(--teal-strong);
  font-size: 1.78rem;
  font-weight: 850;
}

.benefit-card-grid h3 {
  font-size: 1.2rem;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 0.35fr 1.65fr;
  gap: 70px;
}

.editorial-index {
  display: block;
  margin-bottom: 40px;
  color: var(--teal-strong);
  font-size: 3rem;
  font-weight: 800;
}

.editorial-grid .lead {
  max-width: 850px;
}

.audience-box {
  display: grid;
  padding: clamp(30px, 6vw, 60px);
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius-lg);
}

.audience-box h2 {
  color: #fff;
}

.audience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.audience-tags span {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
}

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

.related-grid > a {
  display: flex;
  min-height: 300px;
  padding: 28px;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.related-grid > a:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-5px);
}

.related-grid > a > span {
  color: var(--teal-strong);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.related-grid h3 {
  margin-top: 45px;
  font-size: 1.6rem;
}

.related-grid strong {
  margin-top: auto;
}

.error-page {
  display: grid;
  min-height: 70vh;
  padding: 100px 0;
  place-items: center;
  text-align: center;
  background: linear-gradient(135deg, var(--mint), #fff, var(--warm));
}

.error-code {
  display: block;
  color: var(--teal-soft);
  font-size: clamp(7rem, 20vw, 17rem);
  font-weight: 900;
  line-height: 0.8;
}

.error-page h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.error-page .hero-actions {
  justify-content: center;
}

.legal-content {
  max-width: 860px;
}

.legal-content > section {
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.legal-content h2 {
  font-size: 1.8rem;
}

.legal-warning {
  padding: 22px;
  margin-bottom: 20px;
  background: var(--accent-soft);
  border-left: 4px solid var(--accent);
  border-radius: 12px;
}

.legal-warning p {
  margin: 5px 0 0;
}

.legal-document {
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.legal-document__header {
  padding-bottom: 28px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.legal-document__header h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
}

.legal-document__meta {
  display: flex;
  gap: 8px 22px;
  margin-top: 16px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.88rem;
}

.legal-document__body h2 {
  margin: 42px 0 18px;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.legal-document__body h2:first-child {
  margin-top: 0;
}

.legal-document__body ol {
  padding-left: 1.4rem;
  margin: 0;
}

.legal-document__body li {
  padding-left: 0.35rem;
  margin-bottom: 18px;
  color: var(--muted);
  line-height: 1.7;
}

/* Editorial resources */
.blog-index-hero .container {
  position: relative;
  z-index: 1;
}

.blog-index-hero h1 {
  max-width: 1050px;
}

.blog-index-hero .lead {
  max-width: 820px;
  margin-bottom: 0;
}

.blog-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: clamp(42px, 6vw, 82px);
}

.blog-results__heading {
  display: flex;
  padding-bottom: 24px;
  margin-bottom: 26px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.blog-results__heading h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.blog-results__heading > span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 740;
}

.blog-feed {
  display: grid;
  gap: 22px;
}

.blog-card {
  display: grid;
  overflow: hidden;
  min-height: 280px;
  grid-template-columns: minmax(230px, 0.85fr) minmax(0, 1.35fr);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.blog-card:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-3px);
}

.blog-card__media {
  display: block;
  overflow: hidden;
  min-height: 100%;
}

.blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.blog-card:hover .blog-card__media img {
  transform: scale(1.025);
}

.blog-card__content {
  display: flex;
  padding: clamp(24px, 3vw, 34px);
  flex-direction: column;
}

.blog-meta,
.article-byline {
  display: flex;
  gap: 8px 14px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 720;
}

.blog-meta span:first-child {
  color: var(--teal-strong);
  font-weight: 840;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card h3 {
  margin: 20px 0 12px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.blog-card h3 a {
  color: inherit;
}

.blog-card__content > .text-link {
  margin-top: auto;
  align-self: flex-start;
}

.blog-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  padding: 26px;
  gap: 30px;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.blog-search label,
.blog-categories > span {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 820;
}

.blog-search > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
}

.blog-search input {
  min-width: 0;
  padding: 13px 14px;
  background: transparent;
  border: 0;
  outline: 0;
}

.blog-search > div:focus-within {
  border-color: var(--teal-strong);
  box-shadow: 0 0 0 3px rgba(120, 181, 181, 0.18);
}

.blog-search button {
  padding: 0 13px;
  color: var(--teal-strong);
  background: transparent;
  border: 0;
  font-size: 0.72rem;
  font-weight: 820;
  cursor: pointer;
}

.blog-categories {
  display: grid;
}

.blog-categories a {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
}

.blog-categories a:hover,
.blog-categories a.is-active {
  color: var(--teal-strong);
}

.blog-categories a.is-active span {
  font-weight: 820;
}

.blog-categories strong {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--teal-strong);
  background: var(--teal-soft);
  border-radius: 50%;
  font-size: 0.68rem;
}

.blog-empty {
  padding: clamp(34px, 6vw, 64px);
  text-align: center;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.blog-empty h3 {
  font-size: 1.7rem;
}

.article-header {
  padding: 82px 0 54px;
  background: linear-gradient(135deg, var(--mint), #fff 68%, var(--warm));
}

.article-header__inner {
  max-width: 1040px;
}

.article-header h1 {
  max-width: 1000px;
  font-size: clamp(2.9rem, 5.2vw, 5.5rem);
}

.article-header .lead {
  max-width: 880px;
  margin-bottom: 24px;
}

.article-byline span:first-child {
  color: var(--ink);
  font-weight: 800;
}

.article-cover {
  overflow: hidden;
  padding: 0;
  margin-top: 54px;
  background: var(--canvas);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.article-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.article-layout {
  display: grid;
  padding-top: 74px;
  padding-bottom: 100px;
  align-items: start;
  grid-template-columns: minmax(0, 760px) minmax(270px, 340px);
  justify-content: space-between;
  gap: clamp(50px, 8vw, 110px);
}

.article-content {
  font-size: 1.04rem;
}

.article-content .article-intro {
  padding-bottom: 32px;
  margin-bottom: 42px;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 620;
  line-height: 1.55;
}

.article-content section + section {
  margin-top: 48px;
}

.article-content h2 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.article-content p {
  max-width: 72ch;
  margin-bottom: 18px;
  line-height: 1.8;
}

.article-aside {
  position: sticky;
  top: 110px;
  padding: 30px;
  background: var(--mint);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.article-aside h2 {
  font-size: 1.6rem;
}

.article-aside .button {
  width: 100%;
  margin-top: 8px;
}

@media (max-width: 1120px) {
  .main-nav {
    gap: 15px;
    font-size: 0.84rem;
  }

  .main-nav .button {
    display: none;
  }

  .hero-grid,
  .hero-grid--business {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .floating-card--one {
    left: -20px;
  }

  .floating-card--two {
    right: -18px;
  }

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

  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .footer-grid > div:last-child {
    grid-column: 2 / -1;
  }
}

@media (max-width: 920px) {
  html {
    scroll-padding-top: 80px;
  }

  .utility-inner p {
    overflow: hidden;
    max-width: 55%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .utility-links a:first-child {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    visibility: hidden;
    inset: 114px 18px auto;
    display: flex;
    overflow-y: auto;
    max-height: calc(100vh - 135px);
    padding: 18px;
    align-items: stretch;
    flex-direction: column;
    gap: 3px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
  }

  .main-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .main-nav > a:not(.button),
  .nav-trigger {
    display: block;
    width: 100%;
    padding: 13px 12px;
    text-align: left;
  }

  .main-nav .button {
    display: inline-flex;
    margin-top: 8px;
  }

  .mega-menu,
  .mega-menu--compact,
  .nav-dropdown:last-of-type .mega-menu {
    position: static;
    visibility: visible;
    display: none;
    width: 100%;
    padding: 10px;
    grid-template-columns: 1fr;
    box-shadow: none;
    opacity: 1;
    transform: none !important;
  }

  .nav-dropdown.is-open .mega-menu {
    display: grid;
  }

  .nav-dropdown:hover .mega-menu {
    display: none;
  }

  .nav-dropdown.is-open:hover .mega-menu {
    display: grid;
  }

  .hero,
  .hero--business {
    padding: 76px 0;
  }

  .hero-grid,
  .hero-grid--business,
  .subhero-grid,
  .detail-hero__grid,
  .request-grid {
    grid-template-columns: 1fr;
  }

  .platform-preview {
    max-width: 650px;
    margin-inline: auto;
    transform: none;
  }

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

  .proof-grid > div:nth-child(2) {
    border-right: 0;
  }

  .proof-grid > div:nth-child(n+3) {
    padding-top: 20px;
    margin-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .section {
    padding: 88px 0;
  }

  .section-heading--split,
  .finder-shell,
  .locator-grid,
  .faq-grid,
  .statement-grid,
  .tab-panel,
  .company-story,
  .detail-copy-grid,
  .pricing-preview__grid,
  .conditions-grid,
  .editorial-grid,
  .audience-box {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .statement-grid > p {
    padding-top: 0;
  }

  .product-grid,
  .rental-grid,
  .resource-grid,
  .benefit-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tool-scroller {
    grid-template-columns: 1fr 1fr;
  }

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

  .service-story-grid {
    grid-template-columns: 1fr;
  }

  .story-card--large {
    min-height: 470px;
    grid-row: auto;
  }

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

  .company-visual {
    min-height: 440px;
  }

  .service-price-list {
    grid-template-columns: 1fr;
  }

  .membership-comparison__scroll {
    overflow-x: auto;
  }

  .membership-comparison thead th {
    position: static;
  }

  .cta-band__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

  .footer-grid > div:last-child {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .utility-bar {
    display: none;
  }

  .nav-shell {
    min-height: 70px;
  }

  .brand img {
    width: 168px;
    height: 48px;
  }

  .main-nav {
    inset: 78px 10px auto;
    max-height: calc(100vh - 90px);
  }

  .hero,
  .hero--business,
  .subhero,
  .detail-hero {
    padding: 60px 0 68px;
  }

  .hero-actions,
  .cta-actions,
  .lead-form__row,
  .input-action {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .cta-actions .button,
  .lead-form__row .button,
  .input-action .button {
    width: 100%;
  }

  .need-panel {
    padding: 14px;
    border-radius: 24px;
    transform: none;
  }

  .need-card {
    grid-template-columns: 42px 1fr auto;
  }

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

  .proof-grid > div,
  .proof-grid > div:first-child {
    padding: 15px 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 0;
  }

  .proof-grid > div:first-child {
    border-top: 0;
  }

  .section {
    padding: 70px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .finder-form,
  .finder-results {
    min-height: auto;
    padding: 24px;
  }

  .choice-grid,
  .product-grid,
  .rental-grid,
  .resource-grid,
  .area-grid,
  .tool-scroller,
  .steps-grid,
  .plan-grid,
  .benefit-card-grid,
  .related-grid,
    .mini-pricing,
    .operator-grid,
    .company-expertise-grid,
    .company-stats,
  .direct-contact-grid {
    grid-template-columns: 1fr;
  }

  .plan-grid .plan-card {
    flex-basis: 100%;
    max-width: none;
  }

  .product-card p {
    min-height: 0;
  }

  .membership-comparison--desktop {
    display: none;
  }

  .membership-comparison-mobile {
    display: grid;
    gap: 18px;
  }

  .membership-service-card li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .membership-service-card li > div {
    text-align: left;
  }

  .membership-service-card li small {
    max-width: none;
  }

  .map-card {
    transform: none;
  }

  .story-card,
  .story-card--large {
    min-height: auto;
  }

  .steps-grid article > span {
    margin-bottom: 30px;
  }

  .tab-list {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .tab-list button {
    min-width: 150px;
  }

  .tab-panel {
    padding: 26px;
  }

  .platform-preview {
    min-height: 430px;
    padding: 10px;
  }

  .platform-layout {
    grid-template-columns: 74px 1fr;
  }

  .platform-sidebar span {
    padding: 7px 5px;
    font-size: 0.56rem;
  }

  .platform-main {
    padding: 12px;
  }

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

  .metric-row > div:nth-child(n+2) {
    display: none;
  }

  .floating-card {
    display: none;
  }

  .statement-grid {
    gap: 20px;
  }

  .statement-video__trigger {
    height: clamp(260px, 62vw, 420px);
  }

  .statement-video__label {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .site-modal {
    padding: 10px;
  }

  .site-modal__dialog--video {
    width: min(96vw, 169.6vh);
  }

  .site-modal__video {
    max-height: 96vh;
  }

  .area-card {
    min-height: auto;
  }

  .area-card__media {
    height: clamp(210px, 62vw, 300px);
  }

  .company-visual {
    min-height: 360px;
    transform: scale(0.8);
  }

  .company-profile figcaption {
    right: 16px;
    bottom: 14px;
    left: 16px;
  }

  .company-profile figcaption strong {
    font-size: 1rem;
  }

  .company-profile figcaption small {
    display: none;
  }

  .company-radar-panel {
    min-height: 420px;
  }

  .company-radar__core {
    width: 112px;
    height: 112px;
  }

  .company-radar__core img {
    width: 56px;
    height: 56px;
  }

  .company-radar__satellite {
    width: 62px;
    height: 42px;
  }

  .company-radar__node {
    width: 42px;
    height: 42px;
  }

  .company-radar__satellite strong {
    top: 58px;
    max-width: 68px;
    font-size: 0.6rem;
  }

  .company-bridge {
    flex-wrap: wrap;
    gap: 4px;
    font-size: 0.64rem;
  }

  .catalog-filters {
    grid-template-columns: 1fr;
  }

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

  .service-price-list article {
    grid-template-columns: 1fr;
  }

  .service-price {
    text-align: left;
  }

  .safety-note {
    flex-direction: column;
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom nav {
    flex-wrap: wrap;
  }
}

.rental-payment-result {
  display: grid;
  min-height: calc(100vh - 180px);
  padding: clamp(56px, 9vw, 120px) 0;
  place-items: center;
  background: linear-gradient(145deg, #f7fbfa, #eaf6f4);
}

.rental-payment-result__panel {
  width: min(760px, calc(100% - 32px));
  padding: clamp(34px, 7vw, 72px);
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(18, 54, 62, 0.1);
}

.rental-payment-result__icon {
  display: grid;
  width: 84px;
  height: 84px;
  margin: 26px auto;
  place-items: center;
  border-radius: 999px;
  color: var(--teal);
  background: var(--mint);
  font-size: 2.2rem;
  font-weight: 800;
}

.rental-payment-result[data-state="succeeded"] .rental-payment-result__icon {
  color: #11683f;
  background: #ddf5e9;
}

.rental-payment-result[data-state="failed"] .rental-payment-result__icon,
.rental-payment-result[data-state="cancelled"] .rental-payment-result__icon,
.rental-payment-result[data-state="error"] .rental-payment-result__icon {
  color: #a6271b;
  background: #fee9e6;
}

.rental-payment-result__panel h1 {
  margin: 0 0 18px;
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  line-height: 0.98;
}

.rental-payment-result__panel > p {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.rental-payment-result__reference {
  font-weight: 700;
}

.rental-payment-result__actions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

/* Pharmacy directory B2C */
.pharmacy-directory {
  background: #f7f9f8;
}

.pharmacy-directory__hero {
  padding: 58px 0 48px;
  background:
    radial-gradient(circle at 82% 20%, rgba(75, 155, 155, 0.18), transparent 28%),
    linear-gradient(135deg, #eef7f5 0%, #fff 62%);
  border-bottom: 1px solid var(--line);
}

.pharmacy-directory__hero .breadcrumbs {
  margin-bottom: 30px;
}

.pharmacy-directory__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: end;
}

.pharmacy-directory__hero h1 {
  max-width: 900px;
  margin: 12px 0 18px;
font-size: clamp(2.9rem, 3.5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.pharmacy-directory__hero .lead {
  max-width: 820px;
  margin: 0;
}

.pharmacy-directory__search label {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pharmacy-directory__search > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(23, 50, 60, 0.08);
}

.pharmacy-directory__search input {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 0;
  outline: 0;
  color: var(--ink);
  font: inherit;
}

.pharmacy-directory__search button {
  display: grid;
  place-items: center;
  border: 0;
  background: var(--teal);
  color: #fff;
  cursor: pointer;
}

.pharmacy-directory__content {
  padding: 46px 0 90px;
}

.pharmacy-directory__layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.25fr) minmax(0, 0.75fr);
  gap: 34px;
  align-items: start;
}

.pharmacy-directory__filters {
  display: grid;
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(23, 50, 60, 0.07);
}

.pharmacy-directory__filter-row {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
}

.pharmacy-directory__filter-row--stock {
  gap: 12px;
  justify-content: flex-end;
  padding: 10px 18px;
  border-top: 1px solid var(--line);
  background: rgba(238, 247, 245, 0.42);
}

.pharmacy-directory__stock-intro {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.pharmacy-directory__filters-copy {
  display: grid;
  flex: 0 0 auto;
  gap: 2px;
}

.pharmacy-directory__filters-copy .eyebrow {
  margin: 0;
  font-size: 0.68rem;
}

.pharmacy-directory__filters-copy strong {
  color: var(--ink);
  font-size: 1rem;
}

.pharmacy-directory__environment-filters,
.pharmacy-directory__stock-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
}

.pharmacy-directory__environment-filter,
.pharmacy-directory__stock-filter {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  padding: 6px 14px 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.pharmacy-directory__environment-filter:hover,
.pharmacy-directory__stock-filter:hover {
  border-color: var(--teal);
  background: var(--teal-soft);
}

.pharmacy-directory__environment-filter.is-active,
.pharmacy-directory__stock-filter.is-active {
  border-color: var(--teal);
  background: var(--teal-soft);
  box-shadow: inset 0 0 0 1px var(--teal);
}

.pharmacy-directory__environment-filter img {
  width: 24px;
  height: 28px;
  object-fit: contain;
}

.pharmacy-directory__environment-filter small,
.pharmacy-directory__stock-filter small {
  color: var(--muted);
  font-size: 0.78em;
  font-weight: 750;
}

.pharmacy-directory__stock-filter.is-unavailable {
  opacity: 0.5;
}

.pharmacy-directory__stock-filter {
  min-height: 34px;
  padding: 4px 11px;
  font-size: 0.76rem;
}

.pharmacy-directory__stock-separator {
  color: var(--line);
  font-size: 0.84rem;
}

.pharmacy-directory__areas {
  position: sticky;
  top: 112px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.pharmacy-directory__areas-heading {
  padding: 28px 26px 22px;
  background: #17323c;
  color: #fff;
}

.pharmacy-directory__areas-back {
  display: flex;
  width: fit-content;
  gap: 7px;
  align-items: center;
  margin-bottom: 16px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.pharmacy-directory__areas-back:hover {
  color: #a7d6d3;
}

.pharmacy-directory__areas-heading .eyebrow {
  margin-bottom: 0;
}

.pharmacy-directory__areas-heading h2 {
  margin: 16px 0 8px;
  color: #fff;
  font-size: 1.75rem;
}

.pharmacy-directory__areas-total {
  display: block;
  margin-top: 0;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 850;
}

.pharmacy-directory__areas-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  line-height: 1.5;
}

.pharmacy-directory__areas nav {
  max-height: calc(100vh - 315px);
  overflow-y: auto;
  padding: 8px 18px 18px;
}

.directory-area {
  border-bottom: 1px solid var(--line);
}

.directory-area:last-child {
  border-bottom: 0;
}

.directory-area__row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 51px;
}

.directory-area__row > a {
  color: var(--ink);
  font-weight: 750;
  text-decoration: none;
}

.directory-area.is-current .directory-area__row > a,
.directory-area__row > a:hover {
  color: var(--teal-strong);
}

.directory-area__row > span {
  display: grid;
  min-width: 25px;
  min-height: 25px;
  place-items: center;
  border-radius: 99px;
  background: var(--teal-soft);
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
}

.directory-area__toggle {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--teal-strong);
  font-size: 0;
  cursor: pointer;
}

.directory-area__toggle::before,
.directory-area__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.directory-area__toggle::after {
  width: 2px;
  height: 12px;
}

.directory-area__toggle[aria-expanded="true"]::after {
  display: none;
}

.directory-area__toggle:hover {
  background: var(--teal-soft);
}

.directory-area__municipalities {
  padding: 0 0 13px 14px;
}

.directory-area__municipalities a {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 7px 12px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  text-decoration: none;
}

.directory-area__municipalities a:hover,
.directory-area__municipalities a.is-current {
  background: var(--teal-soft);
  color: var(--ink);
}

.directory-area__municipalities small {
  font-weight: 800;
}

.directory-skeleton {
  padding: 12px 0;
}

.directory-skeleton span {
  display: block;
  height: 17px;
  margin: 17px 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #edf1f0, #f8faf9, #edf1f0);
  background-size: 240% 100%;
  animation: directory-shimmer 1.5s linear infinite;
}

.directory-skeleton span:nth-child(2),
.directory-skeleton span:nth-child(5) {
  width: 72%;
}

@keyframes directory-shimmer {
  to {
    background-position: -240% 0;
  }
}

.pharmacy-directory__map-shell {
  position: relative;
  overflow: hidden;
  min-height: 570px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #dbe7e4;
  box-shadow: 0 18px 50px rgba(23, 50, 60, 0.1);
}

.pharmacy-directory__map {
  width: 100%;
  height: 570px;
  z-index: 1;
}

.pharmacy-directory__map-loader {
  position: absolute;
  z-index: 500;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 14px;
  background: rgba(238, 247, 245, 0.94);
  color: var(--ink);
}

.pharmacy-directory__map-loader[hidden] {
  display: none;
}

.pharmacy-directory__map-loader > span {
  width: 38px;
  height: 38px;
  border: 4px solid rgba(75, 155, 155, 0.24);
  border-top-color: var(--teal);
  border-radius: 50%;
  animation: directory-spin 0.8s linear infinite;
}

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

.pharmacy-directory__locate {
  position: absolute;
  z-index: 510;
  top: 18px;
  right: 18px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(23, 50, 60, 0.16);
  border-radius: 99px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(23, 50, 60, 0.14);
  font: inherit;
  font-size: 0.83rem;
  font-weight: 800;
  cursor: pointer;
}

.pharmacy-directory__legend {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  min-height: 44px;
  align-items: center;
  padding: 10px 5px;
}

.pharmacy-directory__legend span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.pharmacy-directory__legend img {
  object-fit: contain;
}

.pharmacy-directory__results-heading {
  display: flex;
  gap: 25px;
  align-items: end;
  justify-content: space-between;
  margin: 36px 0 22px;
}

.pharmacy-directory__results-heading h2 {
  max-width: 720px;
  margin: 8px 0 0;
 font-size: clamp(2.9rem, 3.5vw, 5rem);
  line-height: 1;
}

.pharmacy-directory__results-heading > strong {
  flex: 0 0 auto;
  padding: 9px 14px;
  border-radius: 99px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--teal-strong);
  font-size: 0.85rem;
}

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

.pharmacy-card {
  display: flex;
  min-height: 295px;
  flex-direction: column;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.pharmacy-card__brand {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 17px;
  color: var(--teal-strong);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pharmacy-card h3 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 50px;
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.16;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pharmacy-card__address {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.pharmacy-card__tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 16px 0;
}

.pharmacy-card__tags span {
  padding: 5px 8px;
  border-radius: 99px;
  background: var(--teal-soft);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 750;
}

.pharmacy-card__actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.pharmacy-card__actions a {
  font-size: 0.78rem;
}

.pharmacy-card__actions button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

.pharmacy-card__actions button:hover {
  color: var(--ink);
}

.pharmacy-directory__empty {
  padding: 50px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.pharmacy-directory__empty h2 {
  margin: 10px 0;
}

.pharmacy-directory__seo {
  padding: 90px 0;
  background: #17323c;
  color: #fff;
}

.pharmacy-directory__seo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: clamp(45px, 9vw, 150px);
}

.pharmacy-directory__seo h2 {
  max-width: 780px;
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.98;
}

.pharmacy-directory__seo p {
  color: rgba(255, 255, 255, 0.75);
}

.pharmacy-directory__seo .text-link {
  color: #fff;
}

.directory-popup {
  min-width: 235px;
  color: #17323c;
}

.directory-popup__head {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.directory-popup__head small,
.directory-popup__head strong {
  display: block;
}

.directory-popup__head small {
  color: #4b9b9b;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.directory-popup__head strong {
  margin-top: 2px;
  font-size: 0.96rem;
  line-height: 1.15;
}

.directory-popup p {
  margin: 12px 0;
  color: #687c84;
  font-size: 0.8rem;
}

.directory-popup__action {
  color: #17323c !important;
  font-size: 0.78rem;
  font-weight: 800;
}

.directory-cluster {
  display: grid !important;
  place-items: center;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #17323c;
  color: #fff;
  box-shadow: 0 8px 22px rgba(23, 50, 60, 0.28);
}

.directory-cluster span {
  font-size: 0.82rem;
  font-weight: 900;
}

.pharmacy-directory .leaflet-popup-content-wrapper {
  border-radius: 14px;
  box-shadow: 0 15px 38px rgba(23, 50, 60, 0.22);
}

@media (max-width: 1180px) {
  .pharmacy-directory__results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .pharmacy-directory__hero-grid,
  .pharmacy-directory__layout,
  .pharmacy-directory__seo-grid {
    grid-template-columns: 1fr;
  }

  .pharmacy-directory__areas {
    position: static;
  }

  .pharmacy-directory__areas nav {
    max-height: 390px;
  }
}

@media (max-width: 640px) {
  .pharmacy-directory__hero {
    padding: 38px 0;
  }

  .pharmacy-directory__hero h1 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .pharmacy-directory__hero-grid {
    gap: 30px;
  }

  .pharmacy-directory__content {
    padding: 24px 0 60px;
  }

  .pharmacy-directory__filter-row {
    align-items: stretch;
    flex-direction: column;
  }

  .pharmacy-directory__filter-row--stock {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .pharmacy-directory__environment-filters,
  .pharmacy-directory__stock-filters {
    justify-content: flex-start;
  }

  .pharmacy-directory__environment-filter,
  .pharmacy-directory__stock-filter {
    flex: 1 1 auto;
    justify-content: center;
  }

  .pharmacy-directory__stock-filter {
    flex: 0 0 auto;
  }

  .pharmacy-directory__map-shell,
  .pharmacy-directory__map {
    min-height: 470px;
    height: 470px;
  }

  .pharmacy-directory__results {
    grid-template-columns: 1fr;
  }

  .pharmacy-directory__results-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .pharmacy-directory__locate {
    top: 12px;
    right: 12px;
  }

  .pharmacy-directory__seo {
    padding: 70px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 920px) {
  .blog-layout,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
    grid-row: 1;
  }

  .blog-results {
    grid-row: 2;
  }

  .article-aside {
    position: static;
    max-width: 620px;
  }
}

@media (max-width: 640px) {
  .blog-card {
    grid-template-columns: 1fr;
  }

  .blog-card__media {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .blog-results__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-sidebar {
    padding: 22px;
  }

  .article-header {
    padding: 58px 0 38px;
  }

  .article-header h1 {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
  }

  .article-cover {
    margin-top: 28px;
    border-radius: 0;
  }

  .article-layout {
    padding-top: 54px;
    padding-bottom: 70px;
  }
}

/* Home B2C v6 */
.audience-b2c .nav-shell {
  gap: 18px;
}

.audience-b2c .main-nav {
  gap: clamp(12px, 1.35vw, 21px);
}

.audience-b2c .utility-pro-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.audience-b2c .utility-pro-link__label {
  color: #fff;
}

.audience-b2c .utility-pro-link__badge {
  display: inline-flex;
  overflow: hidden;
  border-radius: 999px;
}

.audience-b2c .utility-pro-link__brand,
.audience-b2c .utility-pro-link__pro {
  padding: 2px 6px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.35;
}

.audience-b2c .utility-pro-link__brand {
  color: var(--ink-2);
  background: #fff;
}

.audience-b2c .utility-pro-link__pro {
  color: var(--ink);
  background: var(--teal);
}

.audience-b2c .utility-links {
  align-items: center;
  gap: 7px;
}

.utility-phone {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.nav-search {
  position: relative;
  z-index: 4;
  width: clamp(190px, 17vw, 250px);
}

.nav-search input {
  width: 100%;
  min-height: 40px;
  padding: 8px 44px 8px 16px;
  border-radius: 999px;
  font-size: 0.88rem;
}

.nav-search button {
  position: absolute;
  top: 50%;
  right: 6px;
  display: grid;
  width: 31px;
  height: 31px;
  padding: 0;
  place-items: center;
  color: var(--ink);
  background: transparent;
  border: 0;
  transform: translateY(-50%);
}

.nav-search button:hover {
  color: var(--teal-strong);
}

.nav-search-results {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: min(510px, calc(100vw - 32px));
  max-height: min(620px, calc(100vh - 140px));
  padding: 7px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: var(--shadow-lg);
}

.nav-search-results[hidden] {
  display: none;
}

.nav-search-results a {
  display: grid;
  padding: 11px;
  align-items: center;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 13px;
  color: var(--ink);
  border-radius: 10px;
  line-height: 1.3;
}

.nav-search-results a + a {
  border-top: 1px solid var(--line);
  border-radius: 0;
}

.nav-search-results a:hover,
.nav-search-results a:focus {
  background: var(--mint);
}

.nav-search-result__thumb {
  display: grid;
  overflow: hidden;
  width: 66px;
  height: 66px;
  place-items: center;
  color: var(--teal-strong);
  background: linear-gradient(145deg, var(--teal-soft), #f8fbfa);
  border: 1px solid var(--line);
  border-radius: 11px;
  font-size: 1.5rem;
  font-weight: 850;
}

.nav-search-result__thumb img {
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain;
  background: #fff;
}

.nav-search-result__content {
  display: block;
  min-width: 0;
}

.nav-search-result__meta {
  display: block;
  overflow: hidden;
  margin-bottom: 3px;
  color: var(--teal-strong);
  font-size: 0.7rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-search-result__content > strong {
  display: block;
  overflow: hidden;
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-search-result__prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nav-search-result__prices > span {
  display: block;
  min-width: 0;
  padding: 0 7px;
  border-left: 1px solid var(--line);
}

.nav-search-result__prices > span:first-child {
  padding-left: 0;
  border-left: 0;
}

.nav-search-result__prices small,
.nav-search-result__prices b {
  display: block;
}

.nav-search-result__prices small {
  margin-bottom: 1px;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 650;
}

.nav-search-result__prices b {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-search-results__status {
  padding: 11px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.nav-search-results__status.is-unavailable {
  color: #b42318;
  font-weight: 800;
}

.audience-b2c .nav-login {
  display: inline-flex;
  padding: 9px 16px !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: var(--ink);
  border-radius: 999px;
  box-shadow: 0 5px 14px rgba(23, 50, 60, 0.12);
}

.audience-b2c .nav-login:hover {
  color: #fff !important;
  background: var(--teal-strong);
}

.home-v2 {
  overflow: hidden;
}

.home-v2 h2 {
	font-size: clamp(2.9rem, 3.5vw, 5rem);
}

.home-slider {
  position: relative;
  height: max(580px, calc(100svh - 114px));
  color: #fff;
  background: var(--ink);
}

.home-slide {
  height: max(580px, calc(100svh - 114px));
  background:
    linear-gradient(90deg, rgba(12, 35, 43, 0.94) 0%, rgba(12, 35, 43, 0.76) 43%, rgba(12, 35, 43, 0.08) 78%),
    var(--slide-image) center / cover no-repeat;
}

.home-slide[hidden] {
  display: none;
}

.home-slide__inner {
  display: flex;
  height: max(580px, calc(100svh - 114px));
  align-items: center;
  padding-top: 58px;
  padding-bottom: 88px;
}

.home-slide__copy {
  width: min(680px, 62%);
}

.home-slide__copy h1,
.home-slide__copy h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(2.9rem, 3.5vw, 5rem);
}

.home-slide__copy p {
  max-width: 640px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.55vw, 1.3rem);
}

.home-slide__copy .eyebrow {
  color: #a7d6d3;
}

.home-slide__copy .button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}

.home-slider__controls {
  position: absolute;
  right: 0;
  bottom: 26px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-slider__controls > button {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
}

.home-slider__controls > div {
  display: flex;
  gap: 8px;
}

.home-slider__controls [data-slide-dot] {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  border: 0;
  border-radius: 50%;
}

.home-slider__controls [data-slide-dot].is-active {
  width: 30px;
  background: var(--teal);
  border-radius: 99px;
}

.home-scroll-cue {
  position: absolute;
  z-index: 2;
  right: max(20px, calc((100vw - var(--container)) / 2));
  bottom: 30px;
  display: inline-flex;
  padding: 10px 14px;
  align-items: center;
  gap: 9px;
  color: #fff;
  background: rgba(12, 35, 43, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(5, 20, 26, 0.2);
  backdrop-filter: blur(10px);
  font-size: 0.78rem;
  font-weight: 750;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-scroll-cue:hover {
  color: #fff;
  background: var(--teal-strong);
  border-color: rgba(255, 255, 255, 0.68);
  transform: translateY(-2px);
}

.home-scroll-cue svg {
  display: block;
  animation: home-scroll-cue 1.7s ease-in-out infinite;
}

@keyframes home-scroll-cue {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(6px);
  }
}

.home-steps,
.home-products,
.home-actions,
.home-locator,
.home-dual-cta,
.home-news {
  padding: 96px 0;
}

.home-section-heading {
  max-width: 840px;
  margin-bottom: 42px;
}

.home-section-heading--split {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.home-section-heading h2 {
  margin-bottom: 0;
}

.home-steps {
  background: #fff;
}

.home-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.home-steps__grid article {
  min-height: 250px;
  padding: 30px;
  border-right: 1px solid var(--line);
}

.home-steps__grid article:last-child {
  border-right: 0;
}

.home-steps__grid article > span {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 45px;
  place-items: center;
  color: #fff;
  background: var(--teal-strong);
  border-radius: 50%;
  font-weight: 850;
}

.home-steps__grid p {
  margin-bottom: 0;
}

.home-products {
  background: var(--canvas);
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.home-product-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  padding: 10px;
  flex-direction: column;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 18px;
  transition: background 180ms ease, border-color 180ms ease;
}

.home-product-card:hover {
  background: #fff;
  border-color: #dfe5e4;
}

.home-product-card__media,
.home-product-card__fallback {
  display: grid;
  overflow: hidden;
  height: clamp(230px, 22vw, 285px);
  place-items: center;
  background: #fff;
}

.home-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.home-product-card__fallback {
  color: var(--teal-strong);
  font-size: 4rem;
  font-weight: 850;
}

.home-product-card__body {
  display: flex;
  padding: 17px 4px 0;
  flex: 1;
  flex-direction: column;
}

.home-product-card__meta {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.home-product-card__meta span,
.home-product-card__meta strong {
  color: var(--teal-strong);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-product-card__meta span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-product-card__meta strong {
  flex: 0 0 auto;
}

.home-product-card__body h3 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 2.6em;
  margin-bottom: 13px;
  font-size: 1.05rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-product-card__prices {
  display: grid;
  margin-bottom: 13px;
  padding: 10px 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dfe5e4;
  border-bottom: 1px solid #dfe5e4;
}

.home-product-card__prices-label {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 500;
  text-transform: uppercase;
}

.home-product-card__prices > span {
  min-width: 0;
  padding: 0 7px;
  border-left: 1px solid #dfe5e4;
}

.home-product-card__prices > span:first-child {
  padding-left: 0;
  border-left: 0;
}

.home-product-card__prices small,
.home-product-card__prices b {
  display: block;
}

.home-product-card__prices small {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 500;
}

.home-product-card__prices b {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-product-card__body a {
  margin-top: auto;
  padding-top: 4px;
  font-size: 0.82rem;
  font-weight: 800;
}

/* Ficha pública all-in-one de farmacia */
.pharmacy-profile-page {
  background: #f7f9f8;
}

.pharmacy-brand-shell {
  --pharmacy-primary: #2b4792;
  --pharmacy-primary-text: #fff;
  --pharmacy-primary-on-light: #2b4792;
  --pharmacy-secondary: #00ccbd;
  --pharmacy-secondary-text: #17323c;
  --pharmacy-secondary-on-light: #17323c;
  --pharmacy-secondary-on-dark: #fff;
  color: var(--ink);
}

.pharmacy-utility {
  background: var(--pharmacy-primary);
  color: var(--pharmacy-primary-text);
  font-size: 0.78rem;
  font-weight: 750;
}

.pharmacy-utility a {
  color: inherit;
}

.pharmacy-utility__inner,
.pharmacy-utility__network {
  display: flex;
  align-items: center;
}

.pharmacy-utility__inner {
  min-height: 48px;
  justify-content: space-between;
  gap: 20px;
}

.pharmacy-utility__network {
  gap: 13px;
}

.pharmacy-utility__network img {
  width: auto;
  max-width: 140px;
  height: 36px;
  padding: 5px 10px;
  border: 1px solid rgb(16 47 56 / 0.1);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 3px 10px rgb(16 47 56 / 0.12);
  box-sizing: border-box;
  object-fit: contain;
}

.pharmacy-utility__network span {
  padding-left: 13px;
  border-left: 1px solid color-mix(in srgb, currentColor 35%, transparent);
}

.pharmacy-site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  background: rgb(255 255 255 / 0.96);
  border-bottom: 1px solid #dce5e3;
  backdrop-filter: blur(14px);
}

.pharmacy-site-header__inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.pharmacy-site-header__brand {
  display: flex;
  min-width: 0;
  align-items: center;
  color: var(--ink);
  gap: 18px;
}

.pharmacy-site-header__brand img {
  display: block;
  width: 176px;
  height: auto;
  flex: 0 0 176px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  clip-path: none;
  object-fit: contain;
	margin-bottom: 3px;
}

.pharmacy-site-header__brand strong {
  display: flex;
  min-height: 38px;
  overflow: hidden;
  padding-left: 18px;
  align-items: center;
  border-left: 1px solid #c7d3d1;
  max-width: 300px;
  font-size: 0.95rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pharmacy-page-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
}

.pharmacy-page-nav a {
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 800;
}

.pharmacy-page-nav a:hover {
  color: var(--pharmacy-primary-on-light);
}

.pharmacy-menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  padding: 10px;
  border: 1px solid #dce5e3;
  border-radius: 12px;
  background: #fff;
}

.pharmacy-menu-toggle > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: var(--ink);
}

.pharmacy-hero {
  display: flex;
  min-height: 0;
  align-items: flex-end;
  padding: 24px 0;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.pharmacy-hero__content {
  width: min(calc(100% - 40px), var(--container));
}

.breadcrumbs--light,
.breadcrumbs--light a {
  color: rgb(255 255 255 / 0.78);
}

.pharmacy-hero__identity {
  display: flex;
  max-width: 920px;
  margin-top: 34px;
  align-items: center;
  gap: 24px;
}

.pharmacy-hero__logo {
  display: grid;
  width: 200px;
  height: 200px;
  overflow: hidden;
  flex: 0 0 200px;
  padding: 24px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 18px 45px rgb(0 0 0 / 0.2);
  place-items: center;
}

.pharmacy-hero__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
	
}

.pharmacy-hero .eyebrow {
  color: var(--pharmacy-secondary-on-dark);
}

.pharmacy-hero h1 {
  max-width: 850px;
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(2.9rem, 3.5vw, 5rem);
  line-height: 0.94;
}

.pharmacy-hero__identity p {
  margin: 0;
  color: rgb(255 255 255 / 0.83);
  font-size: clamp(0.95rem, 1.5vw, 1.18rem);
}

.pharmacy-hero__actions {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  gap: 12px;
}

.pharmacy-phone-button {
  display: inline-flex;
  min-width: 230px;
  align-items: center;
  justify-content: center;
  border-color: var(--pharmacy-secondary);
  background: var(--pharmacy-secondary);
  color: var(--pharmacy-secondary-text);
  gap: 9px;
}

.pharmacy-phone-button.is-revealed {
  background: #fff;
  color: var(--ink);
}

.button--ghost-light {
  border: 1px solid rgb(255 255 255 / 0.55);
  background: rgb(255 255 255 / 0.08);
  color: #fff;
}

.pharmacy-today {
  position: relative;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #dce5e3;
}

.pharmacy-today__grid {
  display: grid;
  min-height: 88px;
  align-items: center;
  grid-template-columns: 0.85fr 1.5fr 0.7fr 1fr;
}

.pharmacy-today__grid > div {
  display: flex;
  min-height: 44px;
  padding: 0 24px;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #dce5e3;
}

.pharmacy-today__grid > div:first-child {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-left: 0;
  gap: 9px;
}

.pharmacy-today small {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pharmacy-today strong {
  font-size: 0.8rem;
}

.pharmacy-today .is-guard strong {
  color: #a04b17;
}

.pharmacy-status-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d76969;
  box-shadow: 0 0 0 5px rgb(215 105 105 / 0.15);
}

.pharmacy-status-dot.is-open {
  background: #32a66a;
  box-shadow: 0 0 0 5px rgb(50 166 106 / 0.15);
}

.pharmacy-local-intro,
.pharmacy-commerce,
.pharmacy-rental-process,
.pharmacy-benefits,
.pharmacy-contact-section,
.pharmacy-preowned {
  padding: clamp(68px, 8vw, 118px) 0;
}

.pharmacy-local-intro {
  background: #fff;
}

.pharmacy-local-intro__grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(40px, 8vw, 120px);
}

.pharmacy-local-intro h2 {
  max-width: 900px;
  margin-bottom: 0;
  font-size: clamp(2.9rem, 3.5vw, 5rem);
  line-height: 0.98;
}

.pharmacy-local-intro p {
  color: var(--muted);
}

.pharmacy-local-intro p:first-child {
  color: var(--ink);
}

.pharmacy-commerce {
  background: var(--canvas);
}

.pharmacy-commerce__layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 350px);
  gap: 34px;
}

.pharmacy-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pharmacy-product-card {
  min-height: 100%;
  background: #fff;
  border-color: #e0e8e6;
}

.pharmacy-product-card:hover {
  border-color: var(--pharmacy-secondary);
}

.pharmacy-product-card .home-product-card__media,
.pharmacy-product-card .home-product-card__fallback {
  height: clamp(190px, 18vw, 250px);
}

.pharmacy-product-card .home-product-card__meta {
  align-items: flex-start;
}

.pharmacy-product-card .home-product-card__meta strong {
  text-align: right;
}

.pharmacy-empty-state {
  padding: 38px;
  border: 1px solid #dce5e3;
  border-radius: 18px;
  background: #fff;
}

.pharmacy-empty-state p {
  margin: 8px 0 0;
  color: var(--muted);
}

.pharmacy-stock-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.pharmacy-service-rail {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 14px;
}

.pharmacy-service-card {
  padding: 28px;
  border: 1px solid #dce5e3;
  border-radius: 20px;
  background: #fff;
}

.pharmacy-service-card--vital {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.pharmacy-service-card--delivery {
  background: color-mix(in srgb, var(--pharmacy-secondary) 10%, #fff);
}

.pharmacy-service-card > span {
  color: var(--pharmacy-secondary-on-light);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pharmacy-service-card h2 {
  margin: 10px 0 12px;
  color: inherit;
  font-size: 1.65rem;
}

.pharmacy-service-card p {
  color: var(--muted);
  font-size: 0.86rem;
}

.pharmacy-service-card--vital p {
  color: rgb(255 255 255 / 0.72);
}

.pharmacy-service-card--vital > span {
  color: var(--pharmacy-secondary-on-dark);
}

.pharmacy-service-card a,
.pharmacy-service-card__pending {
  color: inherit;
  font-size: 0.78rem;
  font-weight: 850;
}

.pharmacy-rental-process {
  background: #fff;
}

.pharmacy-rental-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pharmacy-rental-process__grid article {
  padding: 28px;
  border-top: 3px solid var(--pharmacy-secondary);
  background: #f5f8f7;
}

.pharmacy-rental-process__grid article > span,
.pharmacy-benefits__grid article > span {
  color: var(--pharmacy-primary-on-light);
  font-size: 0.72rem;
  font-weight: 900;
}

.pharmacy-rental-process__grid h3,
.pharmacy-benefits__grid h3 {
  margin: 30px 0 10px;
  font-size: 1.12rem;
}

.pharmacy-rental-process__grid p,
.pharmacy-benefits__grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.pharmacy-benefits {
  background: var(--ink);
  color: #fff;
}

.pharmacy-benefits h2 {
  color: #fff;
}

.pharmacy-benefits .eyebrow {
  color: var(--pharmacy-secondary-on-dark);
}

.pharmacy-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgb(255 255 255 / 0.18);
}

.pharmacy-benefits__grid article {
  min-height: 290px;
  padding: 36px;
  background: var(--ink);
}

.pharmacy-benefits__grid article > span {
  color: var(--pharmacy-secondary-on-dark);
}

.pharmacy-benefits__grid h3 {
  color: #fff;
}

.pharmacy-benefits__grid p {
  color: rgb(255 255 255 / 0.67);
}

.pharmacy-contact-section {
  background: #fff;
}

.pharmacy-gallery-toolbar {
  display: flex;
  margin-bottom: 18px;
  overflow-x: auto;
  padding-bottom: 4px;
  gap: 8px;
  scrollbar-width: thin;
}

.pharmacy-gallery-toolbar button {
  display: inline-flex;
  min-height: 38px;
  padding: 8px 13px;
  align-items: center;
  flex: 0 0 auto;
  border: 1px solid #d5e0de;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  gap: 7px;
}

.pharmacy-gallery-toolbar button span {
  display: grid;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 999px;
  background: #edf3f1;
  color: var(--muted);
  font-size: 0.62rem;
  place-items: center;
}

.pharmacy-gallery-toolbar button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.pharmacy-gallery-toolbar button.is-active span {
  background: rgb(255 255 255 / 0.16);
  color: #fff;
}

.pharmacy-gallery {
  display: grid;
  margin-bottom: 28px;
  grid-auto-flow: dense;
  grid-auto-rows: 220px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pharmacy-gallery__item {
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 14px;
  background: #edf2f1;
}

.pharmacy-gallery__item.is-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.pharmacy-gallery__item > button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
}

.pharmacy-gallery__item img {
  width: 100%;
  height: 100%;
  transition: transform 260ms ease;
  object-fit: cover;
}

.pharmacy-gallery__item > button:hover img {
  transform: scale(1.025);
}

.pharmacy-gallery__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 48px 18px 15px;
  flex-direction: column;
  background: linear-gradient(transparent, rgb(10 30 37 / 0.82));
}

.pharmacy-gallery__caption small {
  color: rgb(255 255 255 / 0.74);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pharmacy-gallery__caption strong {
  overflow: hidden;
  font-size: 0.76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pharmacy-gallery__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 62px;
  height: 62px;
  padding-left: 4px;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.94);
  color: var(--ink);
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.22);
  transform: translate(-50%, -50%);
  place-items: center;
}

.pharmacy-gallery-dialog {
  width: min(1080px, calc(100% - 40px));
  max-width: none;
  max-height: calc(100dvh - 40px);
  overflow: auto;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 30px 90px rgb(0 0 0 / 0.34);
}

.pharmacy-gallery-dialog::backdrop {
  background: rgb(5 18 23 / 0.82);
  backdrop-filter: blur(7px);
}

.pharmacy-gallery-dialog__stage {
  display: grid;
  min-height: min(66dvh, 680px);
  background: #07171d;
  place-items: center;
}

.pharmacy-gallery-dialog__stage img,
.pharmacy-gallery-dialog__stage iframe {
  width: 100%;
  height: min(66dvh, 680px);
  border: 0;
  object-fit: contain;
}

.pharmacy-gallery-dialog__copy {
  padding: 20px 70px 24px;
}

.pharmacy-gallery-dialog__copy span {
  color: rgb(255 255 255 / 0.68);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pharmacy-gallery-dialog__copy h3 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 1.15rem;
}

.pharmacy-gallery-dialog__copy p {
  margin: 7px 0 0;
  color: rgb(255 255 255 / 0.7);
  font-size: 0.75rem;
}

.pharmacy-gallery-dialog__close,
.pharmacy-gallery-dialog__nav {
  position: absolute;
  z-index: 2;
  display: grid;
  border: 1px solid rgb(255 255 255 / 0.28);
  border-radius: 50%;
  background: rgb(10 30 37 / 0.8);
  color: #fff;
  backdrop-filter: blur(8px);
  place-items: center;
}

.pharmacy-gallery-dialog__close {
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  font-size: 1.4rem;
}

.pharmacy-gallery-dialog__nav {
  top: 42%;
  width: 46px;
  height: 46px;
  font-size: 1.15rem;
}

.pharmacy-gallery-dialog__nav--prev {
  left: 14px;
}

.pharmacy-gallery-dialog__nav--next {
  right: 14px;
}

.pharmacy-contact-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: 18px;
}

.pharmacy-contact-card {
  padding: clamp(30px, 5vw, 54px);
  border-radius: 18px;
  background: #f2f6f5;
}

.pharmacy-contact-card h3 {
  margin: 12px 0 22px;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.pharmacy-contact-card address {
  margin-bottom: 28px;
  color: var(--muted);
  font-style: normal;
}

.pharmacy-contact-card dl {
  margin: 0;
}

.pharmacy-contact-card dl > div {
  display: grid;
  padding: 12px 0;
  grid-template-columns: 90px 1fr;
  border-top: 1px solid #d8e2df;
}

.pharmacy-contact-card dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.pharmacy-contact-card dd {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 750;
}

.pharmacy-contact-hours {
  margin-bottom: 24px;
}

.pharmacy-contact-hours__summary {
  display: flex;
  margin-bottom: 26px;
  flex-wrap: wrap;
  gap: 8px;
}

.pharmacy-contact-hours__summary > div {
  display: inline-flex;
  min-height: 36px;
  padding: 8px 12px;
  align-items: center;
  border: 1px solid #d8e2df;
  border-radius: 999px;
  background: #fff;
  gap: 7px;
}

.pharmacy-contact-hours__summary small {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 700;
}

.pharmacy-contact-hours__summary strong {
  font-size: 0.7rem;
}

.pharmacy-contact-hours h4 {
  margin: 0 0 8px;
  font-size: 0.82rem;
}

.pharmacy-contact-hours > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.pharmacy-contact-hours__list > div {
  grid-template-columns: 110px minmax(0, 1fr) !important;
}

.pharmacy-contact-hours__list dd {
  font-size: 0.74rem;
  white-space: nowrap;
}

.pharmacy-contact-hours__list > div.is-today {
  margin-inline: -12px;
  padding-inline: 12px;
  border-radius: 9px;
  background: #fff;
}

.pharmacy-contact-hours__list > div.is-today dt,
.pharmacy-contact-hours__list > div.is-today dd {
  color: var(--ink);
}

.pharmacy-contact-details {
  margin-top: 24px !important;
}

.pharmacy-social-links {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 8px;
}

.pharmacy-social-links a {
  padding: 8px 11px;
  border: 1px solid #cddbd8;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 800;
}

.pharmacy-map {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: 18px;
  background: #e7edeb;
}

.pharmacy-map iframe {
  width: 100%;
  height: 100%;
  min-height: 440px;
  border: 0;
}

.pharmacy-map > a {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 11px 15px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.16);
  font-size: 0.75rem;
  font-weight: 850;
}

.pharmacy-map__fallback {
  display: grid;
  min-height: 440px;
  padding: 40px;
  align-content: center;
  text-align: center;
}

.pharmacy-preowned {
  background: #edf3f1;
}

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

.pharmacy-preowned-card {
  display: grid;
  overflow: hidden;
  grid-template-columns: 0.85fr 1.15fr;
  border: 1px solid #d6e1de;
  border-radius: 18px;
  background: #fff;
}

.pharmacy-preowned-card__media {
  display: grid;
  min-height: 250px;
  background: #fff;
  place-items: center;
}

.pharmacy-preowned-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pharmacy-preowned-card__media span {
  color: var(--pharmacy-primary-on-light);
  font-size: 3rem;
  font-weight: 900;
}

.pharmacy-preowned-card > div:last-child {
  display: flex;
  padding: 25px;
  flex-direction: column;
}

.pharmacy-preowned-card > div > span {
  color: var(--pharmacy-primary-on-light);
  font-size: 0.65rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pharmacy-preowned-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 9px 0 18px;
  font-size: 1.03rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pharmacy-preowned-card p {
  margin-top: auto;
}

.pharmacy-preowned-card p small,
.pharmacy-preowned-card p strong {
  display: block;
}

.pharmacy-preowned-card p small {
  color: var(--muted);
  font-size: 0.65rem;
}

.pharmacy-preowned-card p strong {
  font-size: 1.2rem;
}

.pharmacy-preowned-card a {
  font-size: 0.74rem;
  font-weight: 850;
}

.pharmacy-profile-footer {
  padding: 38px 0;
  background: #fff;
  border-top: 1px solid #dce5e3;
}

.pharmacy-profile-footer__inner {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
}

.pharmacy-profile-footer img {
  width: 150px;
  height: auto;
}

.pharmacy-profile-footer p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.pharmacy-profile-footer nav {
  display: flex;
  gap: 14px;
}

.pharmacy-profile-footer nav a {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .pharmacy-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pharmacy-preowned__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .pharmacy-menu-toggle {
    display: block;
  }

  .pharmacy-page-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 18px var(--container-pad);
    align-items: stretch;
    flex-direction: column;
    background: #fff;
    border-top: 1px solid #dce5e3;
    box-shadow: 0 18px 28px rgb(16 47 56 / 0.12);
  }

  .pharmacy-page-nav.is-open {
    display: flex;
  }

  .pharmacy-today__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pharmacy-today__grid > div:nth-child(3) {
    border-left: 0;
  }

  .pharmacy-today__grid > div {
    min-height: 74px;
    border-bottom: 1px solid #dce5e3;
  }

  .pharmacy-local-intro__grid,
  .pharmacy-commerce__layout {
    grid-template-columns: 1fr;
  }

  .pharmacy-service-rail {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pharmacy-rental-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .pharmacy-profile-footer__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 680px) {
  .pharmacy-utility__inner {
    min-height: 42px;
  }

  .pharmacy-utility__network img,
  .pharmacy-utility__network strong,
  .pharmacy-utility__network span {
    display: none;
  }

  .pharmacy-utility__network::after {
    content: "Red OrtoSuite";
  }

  .pharmacy-site-header__inner {
    min-height: 72px;
  }

  .pharmacy-site-header__brand img {
    width: 148px;
    height: auto;
    flex-basis: 148px;
  }

  .pharmacy-site-header__brand strong {
    max-width: 190px;
  }

  .pharmacy-hero {
    min-height: 0;
    background-position: 62% center;
  }

  .pharmacy-hero__identity {
    align-items: flex-start;
    flex-direction: column;
  }

  .pharmacy-hero__logo {
    width: 124px;
    height: 124px;
    padding: 14px;
    flex-basis: 124px;
  }

  .pharmacy-hero__actions,
  .pharmacy-hero__actions .button {
    width: 100%;
  }

  .pharmacy-today__grid {
    grid-template-columns: 1fr;
  }

  .pharmacy-today__grid > div,
  .pharmacy-today__grid > div:nth-child(3) {
    padding: 0;
    border-left: 0;
  }

  .pharmacy-product-grid,
  .pharmacy-service-rail,
  .pharmacy-rental-process__grid,
  .pharmacy-benefits__grid,
  .pharmacy-preowned__grid {
    grid-template-columns: 1fr;
  }

  .pharmacy-gallery {
    grid-auto-rows: 210px;
    grid-template-columns: 1fr;
  }

  .pharmacy-gallery__item.is-featured {
    grid-column: auto;
    grid-row: auto;
  }

  .pharmacy-gallery-dialog {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
    border-radius: 14px;
  }

  .pharmacy-gallery-dialog__stage,
  .pharmacy-gallery-dialog__stage img,
  .pharmacy-gallery-dialog__stage iframe {
    min-height: 0;
    height: 58dvh;
  }

  .pharmacy-gallery-dialog__copy {
    padding: 16px 52px 20px;
  }

  .pharmacy-gallery-dialog__nav {
    top: auto;
    bottom: 20px;
    width: 38px;
    height: 38px;
  }

  .pharmacy-gallery-dialog__nav--prev {
    left: 8px;
  }

  .pharmacy-gallery-dialog__nav--next {
    right: 8px;
  }

  .pharmacy-contact-card dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .pharmacy-contact-hours__list > div {
    grid-template-columns: 1fr !important;
  }

  .pharmacy-contact-hours__list dd {
    white-space: normal;
  }

  .pharmacy-preowned-card {
    grid-template-columns: 1fr;
  }

  .pharmacy-preowned-card__media {
    min-height: 210px;
  }

  .pharmacy-profile-footer nav {
    flex-wrap: wrap;
  }
}

.home-actions {
  background: #fff;
}

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

.home-action-card {
  position: relative;
  display: flex;
  min-height: 430px;
  overflow: hidden;
  padding: 34px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  isolation: isolate;
  transition: transform 180ms ease;
}

.home-action-card:hover {
  transform: translateY(-5px);
}

.home-action-card > span {
  position: relative;
  z-index: 2;
  color: var(--teal-strong);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-action-card__visual {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 60%;
  height: 250px;
  object-fit: contain;
  pointer-events: none;
  transition: transform 240ms ease;
}

.home-action-card:hover .home-action-card__visual {
  transform: translate3d(-4px, -3px, 0) scale(1.02);
}

.home-action-card h2 {
  position: relative;
  z-index: 2;
  max-width: 92%;
  margin-top: 160px;
  font-size: clamp(1.85rem, 2.4vw, 2.7rem);
}

.home-action-card p {
  position: relative;
  z-index: 2;
  max-width: 92%;
}

.home-action-card strong {
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.home-action-card--account {
  background: var(--mint);
}

.home-action-card--training {
  background: var(--accent-soft);
}

.home-action-card--professional {
  color: #fff;
  background: var(--ink);
}

.home-action-card--professional .home-action-card__visual {
  opacity: 0.9;
}

.home-action-card--professional p,
.home-action-card--professional > span {
  color: rgba(255, 255, 255, 0.72);
}

.home-locator {
  color: #fff;
  background:
    radial-gradient(circle at 5% 0%, rgba(120, 181, 181, 0.3), transparent 28%),
    var(--ink);
}

.home-locator__inner {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
  gap: clamp(50px, 8vw, 110px);
}

.home-locator h2 {
  color: #fff;
}

.home-locator p {
  color: rgba(255, 255, 255, 0.68);
}

.home-locator__form {
  display: grid;
  padding: 34px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 14px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

.home-locator__form select {
  color: var(--ink);
}

.home-locator__form select {
  min-width: 0;
  min-height: 56px;
  padding: 12px 52px 12px 18px;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m4 7 6 6 6-6' stroke='%2317323c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-size: 20px 20px;
}

.home-locator__status {
  grid-column: 1 / -1;
}

.home-locator__buttons {
  display: contents;
}

.home-locator__buttons .button {
  min-height: 56px;
  white-space: nowrap;
}

.home-locator__status {
  margin: 4px 0 0;
  color: var(--muted) !important;
  font-size: 0.8rem;
}

.is-disabled {
  pointer-events: none;
  opacity: 0.45;
}

.home-dual-cta {
  background: #fff;
}

.home-dual-cta__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.home-action-card--wide {
  min-height: 300px;
  padding: 32px;
  border-radius: var(--radius-lg);
}

.home-action-card--wide .home-action-card__visual {
  top: 0;
  right: 0;
  width: 47%;
  height: 100%;
}

.home-action-card--wide h2 {
  max-width: 64%;
  margin-top: 48px;
  font-size: clamp(1.75rem, 2.25vw, 2.35rem);
}

.home-action-card--wide p {
  max-width: 59%;
  margin-bottom: 18px;
  font-size: 0.95rem;
}

.home-action-card--manual {
  background:
    radial-gradient(circle at 90% 15%, rgba(242, 183, 91, 0.5), transparent 30%),
    var(--warm);
}

.home-action-card--brand {
  color: #fff;
  background: var(--ink);
}

.home-action-card--brand h2 {
  color: #fff;
}

.home-action-card--brand p,
.home-action-card--brand > span {
  color: rgba(255, 255, 255, 0.78);
}

.home-action-card--brand .home-action-card__visual {
  right: -1%;
  width: 45%;
  opacity: 0.96;
}

.home-news {
  background: var(--canvas);
}

.home-news .home-section-heading {
  max-width: none;
  margin-bottom: 42px;
}

.home-news__subscription-row {
  display: grid;
  padding: 24px 0;
  margin-top: 38px;
  align-items: center;
  grid-template-columns: minmax(220px, 0.8fr) minmax(420px, 1.2fr);
  gap: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-news__subscription-copy strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 1.05rem;
}

.home-news__subscription-copy p {
  margin: 0;
  font-size: 0.88rem;
}

.home-news__subscription-form {
  min-width: 0;
}

.home-news__subscription-fields {
  display: flex;
  gap: 10px;
}

.home-news__subscription-fields input {
  min-width: 0;
}

.home-news__subscription-fields .button {
  flex: 0 0 auto;
}

.home-news__subscription-consent {
  display: flex;
  width: fit-content;
  margin-top: 8px;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 0.7rem;
}

.home-news__subscription-consent input {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  min-height: 15px;
  padding: 0;
  margin: 0;
}

.home-news__subscription-consent a {
  text-decoration: underline;
}

.home-news__subscription-form .form-feedback {
  min-height: 18px;
  margin-top: 5px;
}

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

.home-news__grid article {
  display: flex;
  min-height: 330px;
  padding: 30px;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.home-news__grid article > span {
  color: var(--teal-strong);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-news__grid h3 {
  margin-top: 52px;
  font-size: 1.55rem;
}

.home-news__grid article > a {
  margin-top: auto;
  font-weight: 800;
}

@media (max-width: 1120px) {
  .audience-b2c .main-nav {
    gap: 10px;
    font-size: 0.8rem;
  }

  .nav-search {
    width: 180px;
  }

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

@media (max-width: 920px) {
  .audience-b2c .main-nav {
    font-size: 0.95rem;
  }

  .nav-search {
    width: 100%;
  }

  .nav-search-results {
    right: auto;
    left: 0;
    width: 100%;
  }

  .audience-b2c .nav-login {
    width: 100%;
    margin-top: 6px;
  }

  .home-slide__copy {
    width: min(720px, 84%);
  }

  .home-steps__grid,
  .home-actions__grid,
  .home-news__grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-steps__grid article:nth-child(2) {
    border-right: 0;
  }

  .home-steps__grid article:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .home-locator__inner,
  .home-dual-cta__grid {
    grid-template-columns: 1fr;
  }

  .home-news__subscription-row {
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  }
}

@media (max-width: 640px) {
  .nav-search-results a {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .nav-search-result__thumb {
    width: 54px;
    height: 54px;
  }

  .nav-search-result__prices > span {
    padding: 0 5px;
  }

  .nav-search-result__prices b {
    font-size: 0.66rem;
  }

  .home-slider,
  .home-slide,
  .home-slide__inner {
    height: max(650px, calc(100svh - 70px));
  }

  .home-scroll-cue {
    right: 18px;
    bottom: 36px;
    padding: 10px;
  }

  .home-scroll-cue span {
    display: none;
  }

  .home-slide {
    background:
      linear-gradient(180deg, rgba(12, 35, 43, 0.46), rgba(12, 35, 43, 0.96) 56%),
      var(--slide-image) 62% center / cover no-repeat;
  }

  .home-slide__inner {
    align-items: flex-end;
    padding-bottom: 105px;
  }

  .home-slide__copy {
    width: 100%;
  }

  .home-slide__copy h1,
  .home-slide__copy h2 {
    font-size: clamp(2.4rem, 11vw, 3.5rem);
  }

  .home-steps,
  .home-products,
  .home-actions,
  .home-locator,
  .home-dual-cta,
  .home-news {
    padding: 70px 0;
  }

  .home-section-heading--split {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .home-steps__grid,
  .home-product-grid,
  .home-actions__grid,
  .home-news__grid {
    grid-template-columns: 1fr;
  }

  .home-news__subscription-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-news__subscription-fields {
    align-items: stretch;
    flex-direction: column;
  }

  .home-news__subscription-fields .button {
    width: 100%;
  }

  .home-steps__grid article,
  .home-steps__grid article:nth-child(2) {
    min-height: auto;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .home-steps__grid article:first-child {
    border-top: 0;
  }

  .home-steps__grid article > span {
    margin-bottom: 26px;
  }

  .home-action-card {
    min-height: 390px;
  }

  .home-action-card--wide {
    min-height: 360px;
  }

  .home-action-card--wide .home-action-card__visual {
    width: 52%;
    height: 210px;
  }

  .home-action-card--wide h2 {
    max-width: 100%;
    margin-top: 150px;
  }

  .home-action-card--wide p {
    max-width: 100%;
  }

  .home-locator__form {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .home-locator__buttons {
    display: block;
  }

  .home-locator__buttons .button {
    width: 100%;
  }
}

/* Ficha local de alquiler */
.rental-detail-page {
  background: #fff;
}

.rental-detail-hero {
  padding: 30px 0 24px;
  border-bottom: 1px solid var(--line);
  background: var(--mint);
}

.rental-detail-hero .breadcrumbs {
  margin-bottom: 14px;
}

.rental-detail-hero p {
  margin: 0;
  color: var(--muted);
}

.rental-detail-hero p strong {
  color: var(--teal-strong);
}

.rental-detail-main {
  padding: clamp(44px, 6vw, 84px) 0;
}

.rental-detail-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.85fr) minmax(340px, 1.2fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 3.5vw, 58px);
  align-items: start;
}

.rental-detail-gallery {
  position: sticky;
  top: 94px;
  min-width: 0;
}

.rental-detail-gallery__stage {
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
}

.rental-detail-gallery__stage > img {
  width: 100%;
  height: 100%;
  padding: clamp(14px, 2vw, 30px);
  object-fit: contain;
}

.rental-detail-gallery__stage > span {
  color: var(--teal-strong);
  font-size: 6rem;
  font-weight: 800;
}

.rental-detail-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.rental-detail-gallery__thumbs button {
  display: grid;
  aspect-ratio: 1 / 1;
  padding: 6px;
  place-items: center;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
}

.rental-detail-gallery__thumbs button.is-active {
  border-color: var(--teal);
}

.rental-detail-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rental-detail-video {
  position: relative;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--ink);
}

.rental-detail-video::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.rental-detail-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.rental-detail-content {
  min-width: 0;
}

.rental-detail-content h1 {
  max-width: 820px;
  margin: 14px 0 18px;
  font-size: clamp(2.35rem, 4vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.rental-detail-content .lead {
  margin-top: 28px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

.rental-detail-provider {
  display: grid;
  gap: 10px;
  justify-items: start;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.rental-detail-provider img {
  width: 86px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.rental-detail-provider > span {
  color: var(--teal-strong);
  font-weight: 850;
}

.rental-detail-provider p {
  display: grid;
  gap: 3px;
  margin: 0;
  color: var(--muted);
}

.rental-detail-provider a {
  color: var(--ink);
  font-weight: 800;
}

.rental-detail-prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.rental-detail-prices > span {
  display: grid;
  gap: 5px;
  padding: 18px 14px;
  border-left: 1px solid var(--line);
}

.rental-detail-prices > span:first-child {
  padding-left: 0;
  border-left: 0;
}

.rental-detail-prices small {
  color: var(--muted);
  font-weight: 650;
}

.rental-detail-prices strong {
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

.rental-detail-price-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.rental-detail-documents {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.rental-detail-documents a {
  color: var(--teal-strong);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.rental-detail-technical {
  margin-top: 42px;
}

.rental-detail-technical h2 {
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
}

.rental-detail-technical dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
}

.rental-detail-technical dl > div {
  display: grid;
  gap: 5px;
  padding: 14px 12px 14px 0;
  border-bottom: 1px solid var(--line);
}

.rental-detail-technical dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
}

.rental-detail-technical dd {
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
}

.rental-booking {
  position: sticky;
  top: 118px;
}

.rental-booking__card {
  padding: clamp(24px, 2.4vw, 36px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(23, 50, 60, 0.12);
}

.rental-booking h2 {
  margin: 10px 0 24px;
  font-size: clamp(1.7rem, 2.4vw, 2.45rem);
}

.rental-booking__dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.rental-booking__dates label,
.rental-booking__units {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 750;
}

.rental-booking input[type="date"],
.rental-booking select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.rental-booking__duration {
  margin: 12px 0 20px;
  color: var(--muted);
  font-size: 0.84rem;
}

.rental-booking__periods,
.rental-booking__delivery {
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

.rental-booking fieldset legend {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.rental-booking__periods {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rental-booking__periods legend {
  grid-column: 1 / -1;
}

.rental-booking__periods label {
  position: relative;
  cursor: pointer;
}

.rental-booking__periods input {
  position: absolute;
  opacity: 0;
}

.rental-booking__periods label > span {
  display: grid;
  min-height: 65px;
  padding: 10px;
  place-content: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  text-align: center;
  font-weight: 800;
}

.rental-booking__periods label small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.7rem;
}

.rental-booking__periods input:checked + span {
  border-color: var(--teal);
  background: var(--mint);
  box-shadow: inset 0 0 0 1px var(--teal);
}

.rental-booking__units {
  margin-bottom: 20px;
}

.rental-booking__delivery label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  cursor: pointer;
}

.rental-booking__delivery label:has(input:checked) {
  border-color: var(--teal);
  background: var(--mint);
}

.rental-booking__delivery input {
  margin-top: 4px;
  accent-color: var(--teal);
}

.rental-booking__delivery label span {
  display: grid;
  gap: 3px;
}

.rental-booking__delivery small {
  color: var(--muted);
  line-height: 1.35;
}

.rental-booking__delivery-notice {
  margin: 0;
  padding: 13px 14px;
  color: var(--danger);
  background: #fff2f0;
  border: 1px solid rgba(188, 51, 35, 0.22);
  border-radius: 13px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.45;
}

.rental-booking__summary {
  display: grid;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.rental-booking__summary > div {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 5px 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.rental-booking__summary strong {
  color: var(--ink);
  text-align: right;
}

.rental-booking__summary .rental-booking__total {
  margin-top: 8px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 850;
}

.rental-booking__total strong {
  color: var(--teal-strong);
  font-size: 1.45rem;
}

.rental-booking__summary .rental-booking__deposit {
  margin-top: 7px;
  color: var(--ink);
  font-size: 0.78rem;
}

.rental-booking__conditions {
  margin: 16px 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.5;
}

.rental-booking__acceptance {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 0.8rem;
  line-height: 1.4;
}

.rental-booking__acceptance input {
  margin-top: 3px;
  accent-color: var(--teal);
}

.rental-booking__acceptance a {
  color: var(--teal-strong);
  text-decoration: underline;
}

.rental-booking .button {
  width: 100%;
}

.rental-booking .button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.rental-booking__status {
  margin: 10px 0 0;
  color: var(--teal-strong);
  font-size: 0.78rem;
  line-height: 1.4;
}

.rental-training-section,
.rental-related-section,
.rental-detail-transparency {
  padding: clamp(62px, 8vw, 110px) 0;
}

.rental-training-section {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.rental-training-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.rental-training-options label {
  position: relative;
  display: grid;
  min-height: 220px;
  padding: 28px;
  align-content: end;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.rental-training-options label.is-selected {
  border-color: var(--teal);
  box-shadow: inset 0 0 0 2px var(--teal);
}

.rental-training-options input {
  position: absolute;
  opacity: 0;
}

.rental-training-options__price {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--teal-strong);
  background: var(--mint);
  font-size: 0.8rem;
  font-weight: 850;
}

.rental-training-options strong {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.rental-training-options small {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.rental-related-section {
  background: var(--mint);
}

.rental-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.rental-related-grid label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 12px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
}

.rental-related-grid input {
  grid-row: 1 / span 2;
  accent-color: var(--teal);
}

.rental-related-grid span {
  color: var(--muted);
}

.rental-detail-transparency {
  color: #fff;
  background: var(--ink);
}

.rental-detail-transparency__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 70px);
}

.rental-detail-transparency article > span {
  color: var(--teal);
  font-weight: 850;
}

.rental-detail-transparency h2 {
  margin: 18px 0 13px;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.rental-detail-transparency p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

@media (max-width: 1180px) {
  .rental-detail-layout {
    grid-template-columns: minmax(250px, 0.8fr) minmax(360px, 1.2fr);
  }

  .rental-booking {
    position: static;
    grid-column: 1 / -1;
  }

  .rental-booking__card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
  }

  .rental-booking__card > .eyebrow,
  .rental-booking__card > h2,
  .rental-booking__card > .rental-booking__summary,
  .rental-booking__card > .rental-booking__conditions,
  .rental-booking__card > .rental-booking__acceptance,
  .rental-booking__card > .button,
  .rental-booking__card > .rental-booking__status {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .rental-detail-layout,
  .rental-training-options,
  .rental-related-grid,
  .rental-detail-transparency__grid {
    grid-template-columns: 1fr;
  }

  .rental-detail-content h1 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .rental-booking__card {
    display: block;
  }

  .rental-detail-technical dl {
    grid-template-columns: 1fr;
  }

  .rental-detail-gallery__stage {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 480px) {
  .rental-detail-prices {
    grid-template-columns: 1fr;
  }

  .rental-detail-prices > span,
  .rental-detail-prices > span:first-child {
    padding: 12px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .rental-detail-prices > span:first-child {
    border-top: 0;
  }

  .rental-booking__dates {
    grid-template-columns: 1fr;
  }

  .rental-booking__periods {
    grid-template-columns: 1fr;
  }
}

/* Ajustes del configurador: selección visible y resumen sticky compacto */
.rental-detail-prices {
  gap: 10px;
  border: 0;
}

.rental-detail-prices label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.rental-detail-prices label > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.rental-detail-prices label > span {
  display: grid;
  min-height: 114px;
  padding: 15px;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.rental-detail-prices label:has(input:checked) > span {
  border-color: var(--teal-strong);
  background: var(--mint);
  box-shadow: inset 0 0 0 1px var(--teal-strong);
}

.rental-detail-prices label > span small,
.rental-detail-prices label > span strong,
.rental-detail-prices label > span b {
  display: block;
}

.rental-detail-prices label > span strong {
  margin-top: 4px;
  font-size: 1.18rem;
}

.rental-detail-prices label > span b {
  margin-top: 9px;
  color: var(--teal-strong);
  font-size: 0.72rem;
  font-weight: 850;
}

.rental-detail-prices label.is-unavailable {
  cursor: default;
}

.rental-detail-prices label.is-unavailable > span {
  color: var(--muted);
  background: var(--canvas);
}

.rental-detail-prices label.is-unavailable > span b {
  color: var(--muted);
}

.rental-detail-options {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.rental-detail-options__heading h2 {
  margin: 8px 0 6px;
  font-size: clamp(1.45rem, 2vw, 1.95rem);
}

.rental-detail-options__heading p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.rental-detail-options .rental-training-options {
  gap: 10px;
  margin-top: 18px;
}

.rental-detail-options .rental-training-options label {
  min-height: 140px;
  padding: 18px 15px;
  border-radius: 17px;
}

.rental-detail-options .rental-training-options__price {
  top: 13px;
  right: 13px;
  padding: 5px 8px;
  font-size: 0.68rem;
}

.rental-detail-options .rental-training-options strong {
  max-width: 85%;
  margin-bottom: 6px;
  font-size: 0.98rem;
  line-height: 1.2;
}

.rental-detail-options .rental-training-options small {
  font-size: 0.78rem;
  line-height: 1.35;
}

.rental-detail-options .rental-related-grid {
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: 18px;
}

.rental-detail-options .rental-related-grid label {
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
}

.rental-related-grid__image,
.rental-related-grid__placeholder {
  display: grid;
  width: 82px;
  height: 82px;
  grid-row: 1;
  grid-column: 1;
  padding: 7px;
  place-items: center;
  object-fit: contain;
  overflow: hidden;
  border-radius: 13px;
  background: var(--canvas);
}

.rental-related-grid__placeholder {
  color: var(--teal-strong);
  font-size: 1.5rem;
  font-weight: 800;
}

.rental-detail-options .rental-related-grid input {
  grid-row: 1;
  grid-column: 3;
  margin: 0;
}

.rental-related-grid__content {
  display: grid;
  gap: 5px;
  min-width: 0;
  grid-row: 1;
  grid-column: 2;
}

.rental-related-grid__content strong {
  line-height: 1.3;
}

.rental-related-grid__content small {
  color: var(--muted);
}

.rental-booking {
  top: 94px;
}

.rental-booking__card {
  max-height: calc(100vh - 112px);
  padding: 22px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.rental-booking h2 {
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.rental-booking__dates {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.rental-booking__dates label,
.rental-booking__units {
  min-width: 0;
}

.rental-booking input[type="date"],
.rental-booking select {
  box-sizing: border-box;
  min-width: 0;
  min-height: 44px;
  padding: 8px 9px;
  font-size: 0.8rem;
}

.rental-booking input[type="radio"],
.rental-booking input[type="checkbox"],
.rental-related-grid input[type="checkbox"] {
  box-sizing: border-box;
  width: 16px !important;
  min-width: 16px;
  height: 16px !important;
  min-height: 16px;
  padding: 0;
  flex: 0 0 16px;
  appearance: auto;
}

.rental-booking__duration {
  margin-bottom: 12px;
}

.rental-booking__selected-plan {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 0 0 17px;
  padding: 10px 12px;
  border-radius: 11px;
  color: var(--muted);
  background: var(--mint);
  font-size: 0.78rem;
}

.rental-booking__selected-plan strong {
  color: var(--ink);
  text-align: right;
}

.rental-booking__units,
.rental-booking__delivery {
  margin-bottom: 15px;
}

.rental-booking__delivery label {
  padding: 10px;
}

.rental-booking__total {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
  margin: 4px 0 13px;
  padding: 15px 0 13px;
  border-top: 0;
  border-bottom: 1px solid var(--line);
  font-weight: 850;
}

.rental-booking__total strong {
  color: var(--teal-strong);
  font-size: 1.55rem;
}

.rental-booking__accordion {
  border-bottom: 1px solid var(--line);
}

.rental-booking__accordion summary {
  position: relative;
  padding: 13px 25px 13px 0;
  list-style: none;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 850;
  cursor: pointer;
}

.rental-booking__accordion summary::-webkit-details-marker {
  display: none;
}

.rental-booking__accordion summary::after {
  position: absolute;
  top: 50%;
  right: 2px;
  content: "+";
  color: var(--teal-strong);
  font-size: 1.2rem;
  line-height: 1;
  transform: translateY(-50%);
}

.rental-booking__accordion[open] summary::after {
  content: "−";
}

.rental-booking__accordion .rental-booking__summary {
  padding: 0 0 12px;
  border: 0;
}

.rental-booking__deposit {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding: 1px 0 8px;
  color: var(--muted);
  font-size: 0.78rem;
}

.rental-booking__deposit strong {
  color: var(--ink);
  text-align: right;
}

.rental-booking__conditions {
  margin: 0 0 13px;
}

.rental-booking__acceptance {
  margin-top: 15px;
}

.rental-booking__acceptance input {
  margin-top: 1px;
}

@media (min-width: 981px) and (max-width: 1180px) {
  .rental-detail-layout {
    grid-template-columns: minmax(205px, 0.72fr) minmax(300px, 1.1fr) minmax(285px, 0.88fr);
    gap: 22px;
  }

  .rental-booking {
    position: sticky;
    grid-column: auto;
  }

  .rental-booking__card {
    display: block;
  }
}

@media (max-width: 980px) {
  .rental-detail-layout {
    grid-template-columns: minmax(230px, 0.8fr) minmax(340px, 1.2fr);
  }

  .rental-detail-gallery {
    position: static;
  }

  .rental-booking {
    position: static;
    grid-column: 1 / -1;
  }

  .rental-booking__card {
    display: grid;
    max-height: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
    overflow: visible;
  }

  .rental-booking__card > .eyebrow,
  .rental-booking__card > h2,
  .rental-booking__card > .rental-booking__total,
  .rental-booking__card > .rental-booking__accordion,
  .rental-booking__card > .rental-booking__acceptance,
  .rental-booking__card > .button,
  .rental-booking__card > .rental-booking__status {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .rental-booking__card {
    display: block;
  }

  .rental-detail-options .rental-training-options {
    grid-template-columns: 1fr;
  }

  .rental-detail-options .rental-training-options label {
    min-height: 112px;
  }
}

@media (max-width: 480px) {
  .rental-detail-prices {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .rental-detail-prices label > span {
    min-height: 102px;
    padding: 10px 7px;
  }

  .rental-detail-prices label > span strong {
    font-size: 0.9rem;
  }

  .rental-detail-prices label > span b {
    font-size: 0.58rem;
  }
}

/* Aviso de productos relacionados */
.rental-related-dialog {
  width: min(620px, calc(100% - 32px));
  padding: clamp(28px, 5vw, 48px);
  border: 0;
  border-radius: 28px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 28px 90px rgba(23, 50, 60, 0.28);
}

.rental-related-dialog::backdrop {
  background: rgba(12, 31, 38, 0.66);
  backdrop-filter: blur(4px);
}

.rental-related-dialog__close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: var(--mint);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.rental-related-dialog h2 {
  margin: 10px 0 14px;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1.05;
}

.rental-related-dialog > p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.rental-related-dialog__actions {
  display: flex;
  gap: 12px;
  margin-top: 26px;
  flex-wrap: wrap;
}

/* Checkout de alquiler */
.rental-checkout {
  min-height: 70vh;
  padding-bottom: clamp(70px, 9vw, 130px);
  background: var(--canvas);
}

.rental-checkout__bar {
  margin-bottom: clamp(36px, 5vw, 68px);
  color: #fff;
  background: var(--ink);
}

.rental-checkout__bar-inner {
  display: flex;
  gap: 28px;
  min-height: 112px;
  align-items: center;
  justify-content: space-between;
}

.rental-checkout__bar h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.8rem);
  letter-spacing: -0.045em;
}

.rental-checkout__bar p {
  display: grid;
  gap: 2px;
  margin: 0;
  text-align: right;
}

.rental-checkout__bar p span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
}

.rental-checkout__bar p strong {
  color: #fff;
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
}

.rental-checkout__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.43fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}

.rental-checkout__empty {
  padding: clamp(45px, 7vw, 90px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  text-align: center;
}

.rental-checkout__empty h2 {
  margin: 10px auto;
  max-width: 700px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.rental-checkout__empty p {
  margin: 0 auto 24px;
  max-width: 620px;
  color: var(--muted);
}

.rental-checkout-form {
  display: grid;
  gap: 22px;
}

.rental-checkout-panel {
  padding: clamp(24px, 3.5vw, 42px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
}

.rental-checkout-panel__heading {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 28px;
}

.rental-checkout-panel__heading--action {
  grid-template-columns: 42px minmax(0, 1fr) auto;
}

.rental-checkout-panel__heading > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--teal-strong);
  background: var(--mint);
  font-size: 0.78rem;
  font-weight: 850;
}

.rental-checkout-panel__heading h2 {
  margin: 0 0 5px;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
}

.rental-checkout-panel__heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.rental-checkout-panel__heading .text-link {
  align-self: center;
  padding: 0;
  border: 0;
  border-bottom: 2px solid var(--teal);
  color: var(--ink);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.rental-checkout-fields {
  display: grid;
  gap: 18px;
}

.rental-checkout-fields--two,
.rental-checkout-fields--address {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rental-checkout-fields label,
.rental-checkout-phone label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 750;
}

.rental-checkout-fields input,
.rental-checkout-fields select,
.rental-checkout-phone input,
.rental-checkout-phone select {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.rental-checkout-fields input:focus,
.rental-checkout-fields select:focus,
.rental-checkout-phone input:focus,
.rental-checkout-phone select:focus {
  border-color: var(--teal-strong);
  outline: 3px solid rgba(75, 156, 159, 0.18);
}

.rental-checkout-phone {
  display: grid;
  grid-template-columns: minmax(105px, 0.42fr) minmax(0, 1fr);
  gap: 10px;
}

.rental-checkout-field--wide {
  grid-column: 1 / -1;
}

.rental-checkout [hidden] {
  display: none !important;
}

.rental-checkout-verification {
  display: grid;
  gap: 14px;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.rental-checkout-verification__request {
  justify-self: start;
}

.rental-checkout-verification__status {
  min-height: 1.4em;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.rental-checkout-verification__status[data-state="success"] {
  color: #147a52;
}

.rental-checkout-verification__status[data-state="error"] {
  color: #b42318;
}

.rental-checkout-verification__code {
  max-width: 540px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--canvas);
}

.rental-checkout-verification__code > p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.5;
}

.rental-checkout-verification__digits {
  display: grid;
  grid-template-columns: repeat(6, minmax(42px, 58px));
  gap: 9px;
}

.rental-checkout-verification__digits input {
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  font-size: 1.45rem;
  font-weight: 850;
  text-align: center;
}

.rental-checkout-verification__digits input:focus {
  border-color: var(--teal-strong);
  outline: 3px solid rgba(75, 156, 159, 0.18);
}

.rental-checkout-verification__actions {
  display: flex;
  gap: 18px;
  margin-top: 15px;
}

.rental-checkout-verification__actions .text-link {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--teal-strong);
  background: transparent;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.rental-checkout-verification__success {
  display: inline-flex;
  width: fit-content;
  gap: 10px;
  padding: 11px 16px;
  align-items: center;
  border-radius: 999px;
  color: #11633f;
  background: #dff5e9;
}

.rental-checkout-verification__success > span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #1c8d5e;
  font-weight: 900;
}

.rental-checkout-fields input[readonly],
.rental-checkout-fields select:disabled {
  color: var(--muted);
  background: var(--canvas);
}

.rental-checkout-checks {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  border: 0;
}

.rental-checkout-checks--identity {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.rental-checkout-checks--identity + .rental-checkout-verification {
  margin-top: 22px;
  padding-top: 0;
  border-top: 0;
}

.rental-checkout-checks.rental-checkout-checks--identity label {
  align-items: center;
}

.rental-checkout-checks.rental-checkout-checks--identity input {
  margin-top: 0;
}

.rental-checkout-checks.rental-checkout-checks--required label {
  align-items: center;
}

.rental-checkout-checks.rental-checkout-checks--required input {
  margin-top: 0;
}

.rental-checkout-checks + .rental-checkout-checks {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.rental-checkout-checks legend {
  margin-bottom: 14px;
  font-weight: 850;
}

.rental-checkout-checks label {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: var(--muted);
  line-height: 1.5;
}

.rental-checkout-checks input {
  box-sizing: border-box;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--teal-strong);
}

.rental-checkout-consent-note {
  max-width: 78ch;
  margin: 4px 0 0 29px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.rental-checkout-checks a,
.rental-checkout-legal-copy a {
  color: var(--teal-strong);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rental-checkout-guarantee {
  margin-top: 28px;
  padding: 20px;
  border-radius: 18px;
  color: var(--ink);
  background: var(--mint);
}

.rental-checkout-guarantee strong {
  font-size: 1.1rem;
}

.rental-checkout-guarantee p {
  margin: 6px 0 0;
  line-height: 1.55;
}

.rental-checkout-legal-copy {
  margin-top: 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.rental-checkout-legal-copy summary {
  padding: 16px 0;
  font-weight: 850;
  cursor: pointer;
}

.rental-checkout-legal-copy div {
  padding-bottom: 12px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.rental-checkout-form__submit {
  width: 100%;
  margin-top: 24px;
}

.rental-checkout-form__status {
  margin: 12px 0 0;
  color: var(--teal-strong);
  font-weight: 750;
  line-height: 1.5;
}

.rental-checkout-step-action {
  display: flex;
  gap: 18px;
  margin-top: 26px;
  padding-top: 22px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.rental-checkout-step-action p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.rental-checkout-step-action p[data-state="success"] {
  color: #147a52;
}

.rental-checkout-step-action p[data-state="error"] {
  color: #b42318;
}

.rental-checkout-summary {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 14px;
}

.rental-checkout-summary__card,
.rental-checkout-summary__policy {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(23, 50, 60, 0.09);
}

.rental-checkout-summary__card {
  padding: 22px;
}

.rental-checkout-summary__card > header,
.rental-checkout-summary__card > footer {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
}

.rental-checkout-summary__card > header {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.rental-checkout-summary__card > header strong {
  color: var(--teal-strong);
  font-size: 1.4rem;
}

.rental-checkout-summary__product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 100px;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.rental-checkout-summary__product > div {
  display: grid;
  align-content: start;
  justify-items: start;
}

.rental-checkout-summary__product > div > span {
  color: var(--teal-strong);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.rental-checkout-summary__product h2 {
  margin: 5px 0 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.rental-checkout-summary__product small {
  color: var(--muted);
}

.rental-checkout-summary__product a {
  color: var(--ink);
  font-weight: 800;
}

.rental-checkout-summary__product [data-checkout-environment-logo] {
  width: 86px;
  height: 36px;
  margin-top: 8px;
  object-fit: contain;
  object-position: left center;
}

.rental-checkout-summary__product > img {
  width: 100px;
  height: 100px;
  padding: 7px;
  object-fit: contain;
  border-radius: 16px;
  background: var(--canvas);
}

.rental-checkout-summary__choices {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.rental-checkout-summary__choices > div,
.rental-checkout-summary__breakdown p {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 6px 0;
}

.rental-checkout-summary__choices dt,
.rental-checkout-summary__choices dd {
  margin: 0;
}

.rental-checkout-summary__choices dt,
.rental-checkout-summary__breakdown span {
  color: var(--muted);
}

.rental-checkout-summary__choices dd {
  text-align: right;
  font-weight: 750;
}

.rental-checkout-summary__supplements,
.rental-checkout-summary__delivery {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.rental-checkout-summary__supplements > div {
  display: grid;
  gap: 9px;
  margin-top: 10px;
}

.rental-checkout-summary__supplements article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
}

.rental-checkout-summary__supplements article img {
  width: 42px;
  height: 42px;
  padding: 3px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--canvas);
}

.rental-checkout-summary__supplements article span,
.rental-checkout-summary__supplements article strong {
  font-size: 0.78rem;
}

.rental-checkout-summary__supplements p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.rental-checkout-summary__delivery {
  display: grid;
  gap: 4px;
}

.rental-checkout-summary__delivery > span {
  color: var(--muted);
  font-size: 0.78rem;
}

.rental-checkout-summary__delivery small {
  color: var(--muted);
  line-height: 1.4;
}

.rental-checkout-summary__breakdown {
  border-bottom: 1px solid var(--line);
}

.rental-checkout-summary__breakdown summary,
.rental-checkout-summary__policy summary {
  padding: 15px 0;
  font-weight: 850;
  cursor: pointer;
}

.rental-checkout-summary__breakdown div {
  padding-bottom: 12px;
}

.rental-checkout-summary__breakdown p {
  margin: 0;
  font-size: 0.82rem;
}

.rental-checkout-summary__card > footer {
  padding-top: 18px;
  font-weight: 850;
}

.rental-checkout-summary__card > footer strong {
  color: var(--teal-strong);
  font-size: 1.55rem;
}

.rental-checkout-summary__policy {
  padding: 0 20px;
  box-shadow: none;
}

.rental-checkout-summary__policy p {
  margin: 0;
  padding: 0 0 18px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

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

  .rental-checkout-summary {
    position: static;
    grid-row: 1;
  }
}

@media (max-width: 680px) {
  .rental-checkout__bar-inner {
    min-height: 96px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .rental-checkout__bar p {
    text-align: left;
  }

  .rental-checkout-fields--two,
  .rental-checkout-fields--address {
    grid-template-columns: 1fr;
  }

  .rental-checkout-field--wide {
    grid-column: auto;
  }

  .rental-checkout-panel__heading--action {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .rental-checkout-panel__heading .text-link {
    grid-column: 2;
    justify-self: start;
  }

  .rental-checkout-verification__digits {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
  }

  .rental-checkout-verification__digits input {
    border-radius: 9px;
    font-size: 1.15rem;
  }

  .rental-checkout-step-action {
    align-items: stretch;
    flex-direction: column;
  }

  .rental-checkout-step-action .button {
    width: 100%;
  }

  .rental-related-dialog__actions .button {
    width: 100%;
  }
}

/* Página editorial: alquiler de productos de apoyo */
.rental-info-page {
  overflow: hidden;
  background: var(--paper);
}

.rental-info-page h2 {
  font-size: clamp(2.4rem, 4.5vw, 4.7rem);
}

.rental-info-hero .home-slide {
  display: block;
}

.rental-info-story,
.rental-periods,
.rental-payments,
.rental-deposit,
.rental-transport,
.rental-search-bar,
.rental-final-cta {
  padding: clamp(72px, 9vw, 126px) 0;
}

.rental-info-heading {
  max-width: 930px;
}

.rental-info-heading--center {
  margin: 0 auto 48px;
  text-align: center;
}

.rental-info-heading--center .lead {
  margin-right: auto;
  margin-left: auto;
}

.rental-info-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(42px, 8vw, 110px);
}

.rental-info-story__content {
  padding-top: 42px;
}

.rental-info-story__content p {
  font-size: 1.05rem;
  line-height: 1.78;
}

.rental-info-story__content strong {
  color: var(--ink);
}

.rental-situations {
  display: grid;
  margin-top: clamp(48px, 7vw, 88px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--canvas);
  overflow: hidden;
}

.rental-situations article {
  min-width: 0;
  padding: clamp(28px, 4vw, 48px);
  border-right: 1px solid var(--line);
}

.rental-situations article:last-child {
  border-right: 0;
}

.rental-situations article > span,
.rental-card-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  align-items: center;
  justify-content: center;
  color: var(--teal-strong);
  background: var(--teal-soft);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 850;
}

.rental-situations p,
.rental-payment-grid p {
  margin-bottom: 0;
}

.rental-periods {
  background: var(--mint);
}

.rental-period-table {
  overflow-x: auto;
  border: 1px solid #d6e4e1;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.rental-period-table table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.rental-period-table th,
.rental-period-table td {
  padding: 24px 26px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.rental-period-table thead th {
  color: var(--muted);
  background: #fbfcfb;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rental-period-table tbody th {
  color: var(--ink);
  font-size: 1.05rem;
}

.rental-period-table tbody th span {
  display: block;
  margin-bottom: 3px;
  color: var(--teal-strong);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rental-period-table tbody tr:last-child th,
.rental-period-table tbody tr:last-child td {
  border-bottom: 0;
}

.rental-period-table tbody tr:hover {
  background: var(--mint);
}

.rental-info-note {
  margin: 20px 0 0;
  font-size: 0.82rem;
  text-align: center;
}

.rental-payment-grid {
  display: grid;
  margin-top: 48px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rental-payment-grid article {
  min-height: 360px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.rental-payment-grid h3 {
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
}

.rental-payment-card--accounts {
  color: #fff;
  background: var(--ink) !important;
}

.rental-payment-card--accounts h3,
.rental-payment-card--accounts p,
.rental-payment-card--accounts .small-note {
  color: #fff;
}

.rental-payment-card--accounts p {
  opacity: 0.82;
}

.rental-payment-card--accounts .small-note {
  display: block;
  margin-top: 22px;
  opacity: 0.64;
}

.rental-deposit {
  background: var(--accent-soft);
}

.rental-policy-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1.15fr);
  gap: clamp(42px, 8vw, 110px);
}

.rental-policy-card {
  overflow: hidden;
  border: 1px solid rgb(204 156 80 / 0.32);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 24px 70px rgb(95 65 21 / 0.1);
}

.rental-policy-card > div {
  display: grid;
  padding: 25px 30px;
  border-bottom: 1px solid #eadcc4;
  gap: 5px;
}

.rental-policy-card > div:last-child {
  border-bottom: 0;
}

.rental-policy-card span {
  color: #80643a;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rental-policy-card strong {
  color: var(--ink);
  font-size: 1.35rem;
}

.rental-policy-card small {
  color: var(--muted);
  line-height: 1.5;
}

.rental-deposit__footer {
  padding-top: 26px;
}

.rental-deposit__footer p {
  max-width: 950px;
  margin: 0 0 0 auto;
  font-size: 0.82rem;
}

.rental-transport__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(330px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(42px, 9vw, 130px);
}

.rental-transport__visual {
  display: flex;
  min-height: 430px;
  padding: 42px;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgb(120 181 181 / 0.55), transparent 30%),
    linear-gradient(145deg, var(--ink), #285662);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.rental-transport__visual span,
.rental-transport__visual small {
  color: #b8dcda;
  font-weight: 750;
}

.rental-transport__visual strong {
  margin: 10px 0 24px;
  font-size: clamp(2.3rem, 4.2vw, 4rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.rental-search-bar {
  color: #fff;
  background: var(--ink);
}

.rental-search-bar h2,
.rental-search-bar p {
  color: #fff;
}

.rental-search-bar .eyebrow {
  color: #98ceca;
}

.rental-search-bar__heading {
  display: grid;
  align-items: end;
  margin-bottom: 42px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 40px;
}

.rental-search-bar__heading h2 {
  margin-bottom: 0;
}

.rental-search-bar__heading > p {
  margin-bottom: 10px;
  opacity: 0.7;
}

.rental-landing-selector {
  padding: clamp(24px, 4vw, 42px);
  color: var(--ink);
  background: #fff;
  border-radius: var(--radius-lg);
}

.rental-landing-selector__fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.rental-landing-selector label {
  display: grid;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 850;
  gap: 8px;
}

.rental-landing-selector select {
  width: 100%;
  min-height: 58px;
  padding: 0 48px 0 16px;
  border: 1px solid #cbd9d6;
  border-radius: 13px;
  background-color: #fff;
  font-weight: 700;
}

.rental-landing-selector__category {
  display: grid;
  min-height: 112px;
  margin-top: 18px;
  padding: 16px;
  align-items: center;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--canvas);
}

.rental-landing-selector__category > div {
  display: grid;
  width: 80px;
  height: 80px;
  overflow: hidden;
  place-items: center;
  background: #fff;
  border-radius: 13px;
}

.rental-landing-selector__category img {
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain;
}

.rental-landing-selector__category img[hidden],
.rental-landing-selector__category span[hidden] {
  display: none !important;
}

.rental-landing-selector__category > div span {
  color: var(--teal-strong);
  font-size: 2rem;
}

.rental-landing-selector__category > div span.is-brand {
  display: block;
  width: 54px;
  height: 54px;
  background: url("/assets/brand/brand-mark.svg") center / contain no-repeat;
}

.rental-landing-selector__category p {
  display: grid;
  margin: 0;
  color: var(--ink);
  gap: 3px;
}

.rental-landing-selector__category small {
  color: var(--muted);
}

.rental-landing-selector__action {
  display: flex;
  margin-top: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.rental-landing-selector__action p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.rental-landing-selector__action p.is-ready {
  color: var(--success);
  font-weight: 750;
}

.rental-landing-selector__action p.is-error {
  color: var(--danger);
  font-weight: 750;
}

.rental-final-cta {
  color: #fff;
  background: linear-gradient(125deg, var(--teal-strong), var(--ink) 72%);
}

.rental-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(30px, 7vw, 100px);
}

.rental-final-cta__inner > div {
  max-width: 850px;
}

.rental-final-cta h2,
.rental-final-cta p {
  color: inherit;
}

.rental-final-cta h2 {
  margin-bottom: 16px;
}

.rental-final-cta p {
  max-width: 680px;
  margin-bottom: 0;
  opacity: 0.78;
}

.rental-final-cta .eyebrow {
  color: #c4e7e4;
}

.rental-final-cta .button {
  flex: 0 0 auto;
  color: var(--ink);
  background: #fff;
}

@media (max-width: 920px) {
  .rental-info-story__grid,
  .rental-policy-grid,
  .rental-transport__grid,
  .rental-search-bar__heading {
    grid-template-columns: 1fr;
  }

  .rental-info-story__content {
    padding-top: 0;
  }

  .rental-situations,
  .rental-payment-grid {
    grid-template-columns: 1fr;
  }

  .rental-situations article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .rental-situations article:last-child {
    border-bottom: 0;
  }

  .rental-payment-grid article {
    min-height: 0;
  }

  .rental-final-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .rental-transport__visual {
    min-height: 330px;
  }

  .rental-landing-selector__fields {
    grid-template-columns: 1fr 1fr;
  }

  .rental-landing-selector__fields label:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .rental-info-page h2 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .rental-landing-selector__fields {
    grid-template-columns: 1fr;
  }

  .rental-landing-selector__fields label:last-child {
    grid-column: auto;
  }

  .rental-landing-selector__action {
    align-items: stretch;
    flex-direction: column;
  }

  .rental-landing-selector__action .button {
    width: 100%;
  }

  .rental-policy-grid {
    gap: 30px;
  }

  .rental-transport__visual {
    min-height: 280px;
    padding: 28px;
  }
}

/* Cuidadona */
.audience-b2c .nav-cuidadona {
  display: inline-flex;
  min-height: 40px;
  padding: 8px 13px !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff !important;
  background: var(--teal-strong);
  border-radius: 999px;
  box-shadow: 0 5px 14px rgb(67 143 144 / 0.2);
  white-space: nowrap;
}

.audience-b2c .nav-cuidadona:hover,
.audience-b2c .nav-cuidadona.is-current {
  color: #fff !important;
  background: #347d7e;
}

.nav-cuidadona svg {
  flex: 0 0 auto;
}

.cuidadona-page {
  overflow: hidden;
}

#como-funciona,
#farmacias-cuidadona {
  padding-block: clamp(72px, 9vw, 128px);
  scroll-margin-top: 130px;
}

.cuidadona-page h2 {
  font-size: clamp(2.9rem, 3.5vw, 5rem);

  line-height: 0.98;
}

.cuidadona-button {
  background: var(--teal-strong);
  border-color: var(--teal-strong);
}

.cuidadona-hero {
  position: relative;
  padding: clamp(38px, 5vw, 74px) 0;
  background:
    radial-gradient(circle at 15% 18%, rgb(120 181 181 / 0.24), transparent 34%),
    linear-gradient(145deg, #f2f8f6, #fff 65%);
}

.cuidadona-hero__grid {
  display: grid;
  min-height: min(680px, calc(100svh - 180px));
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 720px);
  gap: clamp(38px, 6vw, 88px);
}

.cuidadona-hero__copy h1 {
  max-width: 12ch;
  margin: 17px 0 24px;
  font-size: clamp(2.9rem, 3.5vw, 5rem);
  
  line-height: 0.9;
}

.cuidadona-hero__copy > p {
  max-width: 600px;
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  line-height: 1.6;
}

.cuidadona-hero__actions {
  display: flex;
  margin-top: 30px;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.cuidadona-hero__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 560px;
  margin: 0;
  border-radius: 34px;
  box-shadow: var(--shadow-lg);
}

.cuidadona-hero__media::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  content: "";
  background: linear-gradient(transparent, rgb(23 50 60 / 0.22));
  pointer-events: none;
}

.cuidadona-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cuidadona-story__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 720px);
  gap: clamp(52px, 8vw, 120px);
}

.cuidadona-story__grid > div:first-child p {
  max-width: 640px;
  font-size: 1.08rem;
  line-height: 1.72;
}

.cuidadona-story__visuals {
  display: grid;
  width: 100%;
  gap: 20px;
}

.cuidadona-story__visuals figure {
  margin: 0;
}

.cuidadona-story__editorial {
  position: relative;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 3 / 2;
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
}

.cuidadona-story__editorial img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cuidadona-story__editorial::after {
  position: absolute;
  inset: 35% 0 0;
  content: "";
  background: linear-gradient(transparent, rgb(16 38 46 / 0.82));
  pointer-events: none;
}

.cuidadona-story__editorial figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(22px, 5vw, 48px);
  bottom: clamp(22px, 5vw, 44px);
  left: clamp(22px, 5vw, 48px);
  color: #fff;
}

.cuidadona-story__editorial figcaption span,
.cuidadona-story__editorial figcaption strong {
  display: block;
}

.cuidadona-story__editorial figcaption span {
  margin-bottom: 8px;
  color: #a7d5d2;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cuidadona-story__editorial figcaption strong {
  max-width: 720px;
  color: #fff;
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.cuidadona-compare {
  --compare-position: 50%;
  position: relative;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 3 / 2;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  touch-action: pan-y;
}

.cuidadona-compare__image,
.cuidadona-compare__after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cuidadona-compare__image {
  object-fit: cover;
}

.cuidadona-compare__after {
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--compare-position)) 0 0);
}

.cuidadona-compare__divider {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: var(--compare-position);
  width: 3px;
  background: #fff;
  box-shadow: 0 0 0 1px rgb(23 50 60 / 0.12);
  transform: translateX(-50%);
  pointer-events: none;
}

.cuidadona-compare__divider i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgb(23 50 60 / 0.24);
  font-size: 1.15rem;
  font-style: normal;
  transform: translate(-50%, -50%);
}

.cuidadona-compare__label {
  position: absolute;
  z-index: 2;
  top: 16px;
  padding: 7px 11px;
  color: #fff;
  background: rgb(23 50 60 / 0.76);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  pointer-events: none;
}

.cuidadona-compare__label--before {
  left: 16px;
}

.cuidadona-compare__label--after {
  right: 16px;
}

.cuidadona-compare input[type="range"] {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: ew-resize;
  opacity: 0;
}

.cuidadona-steps {
  display: grid;
  overflow: hidden;
  margin-top: clamp(68px, 9vw, 130px);
  margin-bottom: clamp(68px, 9vw, 130px);	
  grid-template-columns: repeat(4, 1fr);
  background: var(--mint);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.cuidadona-steps article {
  min-height: 245px;
  padding: clamp(28px, 3vw, 44px);
  border-right: 1px solid var(--line);
}

.cuidadona-steps article:last-child {
  border-right: 0;
}

.cuidadona-steps article > span {
  color: var(--teal-strong);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.cuidadona-steps h3 {
  margin-top: 40px;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.cuidadona-locator {
  background: var(--ink);
}

.cuidadona-locator h2,
.cuidadona-locator .section-heading > p {
  color: #fff;
}

.cuidadona-locator .eyebrow,
.cuidadona-locator__status {
  color: #9bd2ce;
}

.cuidadona-locator__heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 45px;
}

.cuidadona-locator__heading h2 {
  margin-bottom: 0;
}

.cuidadona-locator__guide {
  display: grid;
  margin-top: 30px;
  padding: 22px 24px;
  align-items: center;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1.45fr);
  gap: 24px;
  color: #fff;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 18px;
}

.cuidadona-locator__guide strong {
  font-size: 1.04rem;
}

.cuidadona-locator__guide p {
  margin: 0;
  color: rgb(255 255 255 / 0.72);
  line-height: 1.55;
}

.cuidadona-filters {
  display: grid;
  margin-top: 40px;
  padding: 22px;
  align-items: end;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 14px;
  background: #fff;
  border-radius: 20px;
}

.cuidadona-filters label,
.cuidadona-form label {
  display: grid;
  gap: 8px;
}

.cuidadona-filters label > span,
.cuidadona-form label > span {
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 850;
}

.cuidadona-filters select,
.cuidadona-form input,
.cuidadona-form select,
.cuidadona-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 11px 15px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cbd9d6;
  border-radius: 12px;
}

.cuidadona-form textarea {
  min-height: 100px;
  resize: vertical;
}

.cuidadona-filters button {
  min-height: 54px;
  white-space: nowrap;
}

.cuidadona-filters button.is-active {
  color: var(--ink);
  background: var(--teal-soft);
  border-color: var(--teal-strong);
}

.cuidadona-locator__status {
  min-height: 24px;
  margin: 18px 2px;
}

.cuidadona-locator__layout {
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 1.65fr) minmax(340px, 0.75fr);
  gap: 18px;
}

.cuidadona-map-shell {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  background: #dce6e3;
  border-radius: 24px;
}

.cuidadona-map {
  position: absolute;
  inset: 0;
}

.cuidadona-map__loader {
  position: absolute;
  z-index: 500;
  inset: 50% auto auto 50%;
  padding: 12px 18px;
  color: var(--ink);
  background: #fff;
  border-radius: 999px;
  box-shadow: var(--shadow);
  transform: translate(-50%, -50%);
}

.cuidadona-results {
  overflow: hidden;
  padding: 22px 12px 22px 22px;
  background: #f7faf9;
  border-radius: 24px;
}

.cuidadona-results__heading {
  display: flex;
  padding: 2px 10px 18px 0;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.cuidadona-results__heading span {
  color: var(--muted);
  font-size: 0.72rem;
}

.cuidadona-results__list {
  overflow-y: auto;
  max-height: 566px;
  padding: 14px 9px 0 0;
}

.cuidadona-pharmacy-card {
  padding: 19px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.cuidadona-pharmacy-card + .cuidadona-pharmacy-card {
  margin-top: 10px;
}

.cuidadona-pharmacy-card__head {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--teal-strong);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cuidadona-pharmacy-card h3 {
  margin: 15px 0 8px;
  font-size: 1.18rem;
}

.cuidadona-pharmacy-card p {
  min-height: 42px;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.cuidadona-pharmacy-card > div:last-child {
  display: flex;
  margin-top: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cuidadona-pharmacy-card > div:last-child > span {
  font-size: 0.77rem;
  font-weight: 850;
}

.cuidadona-pharmacy-card button,
.cuidadona-popup button {
  padding: 9px 12px;
  color: #fff;
  background: var(--teal-strong);
  border: 0;
  border-radius: 10px;
  font-size: 0.72rem;
  font-weight: 800;
}

.cuidadona-pharmacy-card button:disabled,
.cuidadona-popup button:disabled {
  color: var(--muted);
  background: var(--paper);
}

.cuidadona-popup p {
  margin: 5px 0 11px;
  font-size: 0.78rem;
}

.cuidadona-donation {
  background:
    radial-gradient(circle at 85% 15%, rgb(120 181 181 / 0.18), transparent 26%),
    var(--canvas);
}

.cuidadona-donation__heading {
  display: grid;
  margin-bottom: 36px;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: 40px;
}

.cuidadona-donation__heading h2 {
  margin-bottom: 0;
}

.cuidadona-form__brand {
  display: block;
  width: min(290px, 70%);
  height: auto;
  margin-bottom: 24px;
}

.cuidadona-donation__heading article {
  display: flex;
  padding: 18px;
  align-items: center;
  gap: 13px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
}

.cuidadona-donation__heading article div,
.cuidadona-donation__heading article strong,
.cuidadona-donation__heading article span {
  display: block;
}

.cuidadona-donation__heading article span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.75rem;
}

.cuidadona-delivery-guide {
  display: grid;
  margin-bottom: 28px;
  padding: clamp(24px, 4vw, 42px);
  align-items: start;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 64px);
  background: var(--mint);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.cuidadona-delivery-guide h3 {
  margin: 12px 0 14px;
  font-size: clamp(1.55rem, 2.3vw, 2.25rem);
  line-height: 1.05;
}

.cuidadona-delivery-guide p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.cuidadona-delivery-guide ul {
  display: grid;
  padding: 0;
  margin: 0;
  gap: 12px;
  list-style: none;
}

.cuidadona-delivery-guide li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-2);
  line-height: 1.5;
}

.cuidadona-delivery-guide li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--teal-strong);
  content: "✓";
  font-weight: 900;
}

.cuidadona-form {
  display: grid;
  padding: clamp(24px, 4vw, 54px);
  gap: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.cuidadona-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0 0 28px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.cuidadona-form legend {
  margin-bottom: 22px;
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 850;
}

.cuidadona-form__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cuidadona-form__grid .is-wide {
  grid-column: span 2;
}

.cuidadona-form__grid .is-full {
  grid-column: 1 / -1;
}

.cuidadona-products__heading,
.cuidadona-product-row__head,
.cuidadona-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cuidadona-products__heading legend {
  margin: 0;
}

.cuidadona-products__heading button,
.cuidadona-product-row__head button {
  color: var(--teal-strong);
  background: transparent;
  border: 0;
  font-weight: 850;
}

.cuidadona-product-row {
  margin-top: 18px;
  padding: 22px;
  background: var(--mint);
  border: 1px solid var(--line);
  border-radius: 17px;
}

.cuidadona-product-row__head {
  margin-bottom: 18px;
}

.cuidadona-product-row__head button {
  color: #b42318;
}

.cuidadona-privacy {
  display: grid !important;
  align-items: start;
  grid-template-columns: 23px minmax(0, 1fr);
  gap: 13px !important;
}

.cuidadona-privacy input {
  width: 20px;
  height: 20px;
  min-height: 0;
  margin: 2px 0 0;
  accent-color: var(--teal-strong);
}

.cuidadona-privacy > span {
  color: var(--muted) !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  line-height: 1.55;
}

.cuidadona-form__footer p {
  margin: 0;
  color: var(--muted);
}

.cuidadona-form__footer p.is-error {
  color: #b42318;
  font-weight: 750;
}

.cuidadona-success {
  padding: clamp(45px, 8vw, 100px);
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
}

.cuidadona-success > span {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  place-items: center;
  color: #fff;
  background: var(--teal-strong);
  border-radius: 999px;
  font-size: 2.7rem;
}

.cuidadona-success h2 {
  max-width: 850px;
  margin-inline: auto;
}

.cuidadona-success p {
  max-width: 680px;
  margin: 0 auto 28px;
}

.cuidadona-success__instructions {
  max-width: 780px;
  padding: 24px;
  margin: 0 auto;
  text-align: left;
  background: var(--mint);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.cuidadona-success__instructions strong {
  display: block;
  margin-bottom: 8px;
}

.cuidadona-success__instructions p {
  max-width: none;
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

@media (max-width: 1280px) {
  .audience-b2c .main-nav {
    gap: 9px;
    font-size: 0.79rem;
  }

  .audience-b2c .nav-search {
    width: 165px;
  }

  .audience-b2c .nav-cuidadona,
  .audience-b2c .nav-login {
    padding-inline: 12px !important;
  }
}

@media (max-width: 1120px) {
  .cuidadona-hero__grid,
  .cuidadona-story__grid {
    grid-template-columns: 1fr 1fr;
  }

  .cuidadona-filters {
    grid-template-columns: 1fr 1fr;
  }

  .cuidadona-locator__layout {
    grid-template-columns: minmax(0, 1.3fr) minmax(310px, 0.7fr);
  }

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

  .cuidadona-steps article {
    border-bottom: 1px solid var(--line);
  }

  .cuidadona-steps article:nth-child(2n) {
    border-right: 0;
  }

  .cuidadona-steps article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 920px) {
  .audience-b2c .nav-cuidadona {
    width: 100%;
    margin-top: 6px;
  }

  .cuidadona-hero__grid,
  .cuidadona-story__grid,
  .cuidadona-locator__heading,
  .cuidadona-locator__layout,
  .cuidadona-donation__heading,
  .cuidadona-delivery-guide,
  .cuidadona-locator__guide {
    grid-template-columns: 1fr;
  }

  .cuidadona-hero__grid {
    min-height: 0;
  }

  .cuidadona-hero__copy h1 {
    max-width: 14ch;
  }

  .cuidadona-hero__media {
    min-height: 480px;
  }

  .cuidadona-story__visuals {
    min-height: 0;
  }

  .cuidadona-steps {
    grid-template-columns: 1fr;
  }

  .cuidadona-steps article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .cuidadona-steps article:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .cuidadona-steps article:last-child {
    border-bottom: 0;
  }

  .cuidadona-steps h3 {
    margin-top: 20px;
  }

  .cuidadona-map-shell {
    min-height: 480px;
  }

  .cuidadona-locator__layout {
    min-height: 0;
  }

  .cuidadona-results__list {
    max-height: 500px;
  }

  .cuidadona-form__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .cuidadona-hero__media {
    min-height: 360px;
    border-radius: 22px;
  }

  .cuidadona-story__visuals {
    min-height: 0;
  }

  .cuidadona-story__editorial {
    min-height: 0;
  }

  .cuidadona-compare {
    min-height: 0;
  }

  .cuidadona-filters,
  .cuidadona-form__grid {
    grid-template-columns: 1fr;
  }

  .cuidadona-filters {
    padding: 16px;
  }

  .cuidadona-filters button,
  .cuidadona-form__grid .is-wide,
  .cuidadona-form__grid .is-full {
    grid-column: auto;
  }

  .cuidadona-map-shell {
    min-height: 390px;
  }

  .cuidadona-results__heading,
  .cuidadona-products__heading,
  .cuidadona-form__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .cuidadona-form__footer .button {
    width: 100%;
  }
}
/* Campaña de reactivación de antiguas farmacias Cuidándonos */
.legacy-campaign {
  position: relative;
  overflow: hidden;
  padding: clamp(44px, 7vw, 88px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 88% 20%, rgb(120 181 181 / 0.35), transparent 28%),
    linear-gradient(135deg, #17323c 0%, #214a50 62%, #356f70 100%);
}

.legacy-campaign::after {
  position: absolute;
  right: -110px;
  bottom: -190px;
  width: 430px;
  height: 430px;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 50%;
  content: "";
}

.legacy-campaign__grid,
.legacy-call__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.legacy-campaign__copy { position: relative; z-index: 1; }
.legacy-campaign__copy h1 { max-width: 800px; margin: 14px 0 18px; color: #fff; font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: 0.98; }
.legacy-campaign__copy > p { max-width: 720px; color: rgb(255 255 255 / 0.84); font-size: 1.08rem; }
.legacy-campaign__welcome { margin: 18px 0 0; color: #bfe1df !important; font-weight: 750; }
.legacy-campaign__badge { display: inline-flex; padding: 8px 13px; border: 1px solid rgb(255 255 255 / 0.25); border-radius: 999px; background: rgb(255 255 255 / 0.08); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.legacy-campaign__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.legacy-campaign .button--ghost { border-color: rgb(255 255 255 / 0.45); color: #fff; background: transparent; }

.legacy-offer { position: relative; z-index: 1; display: grid; gap: 9px; padding: clamp(28px, 4vw, 42px); border: 1px solid rgb(255 255 255 / 0.2); border-radius: 24px; background: rgb(255 255 255 / 0.1); box-shadow: 0 24px 64px rgb(0 0 0 / 0.18); backdrop-filter: blur(14px); }
.legacy-offer > span { color: #bfe1df; font-size: 0.76rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.legacy-offer__price { display: flex; align-items: baseline; gap: 7px; }
.legacy-offer__price strong { color: #fff; font-size: clamp(3.2rem, 6vw, 5.4rem); line-height: 1; }
.legacy-offer__price small { font-size: 1rem; }
.legacy-offer p { margin: 0; color: rgb(255 255 255 / 0.66); }
.legacy-offer > strong { margin-top: 10px; font-size: 1.15rem; }
.legacy-offer > small { color: rgb(255 255 255 / 0.68); line-height: 1.5; }

.legacy-call { background: #f4f8f7; }
.legacy-call__grid { align-items: start; }
.legacy-call .benefit-list { margin-top: 18px; }
.legacy-call .benefit-list li { color: #17323c; border-bottom-color: rgb(23 50 60 / 0.12); }
.legacy-call__exclusive { display: grid; gap: 8px; margin-top: 24px; padding: 22px 24px; border: 1px solid rgb(75 155 156 / 0.28); border-left: 5px solid #4b9b9c; border-radius: 14px; background: linear-gradient(135deg, #e8f5f2, #f7fbfa); box-shadow: 0 12px 32px rgb(23 50 60 / 0.07); }
.legacy-call__exclusive > span { color: #438f90; font-size: 0.73rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.legacy-call__exclusive > strong { color: #17323c; font-size: 1.03rem; line-height: 1.48; }
.legacy-call__exclusive > small { color: #5e7478; font-size: 0.82rem; line-height: 1.5; }
.legacy-call__form { display: grid; gap: 16px; padding: clamp(24px, 4vw, 38px); border: 1px solid #d9e7e5; border-radius: 22px; background: #fff; box-shadow: 0 22px 55px rgb(23 50 60 / 0.1); }
.legacy-call__form > label:not(.hero-consent), .legacy-call__fields label { display: grid; gap: 7px; color: #17323c; font-size: 0.85rem; font-weight: 750; }
.legacy-call__form input:not([type="checkbox"]), .legacy-call__form select { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid #c7d9d7; border-radius: 10px; color: #17323c; background: #fff; font: inherit; }
.legacy-call__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.legacy-call__form .button { width: 100%; }
.legacy-benefits-modal { max-width: 650px; padding: clamp(28px, 5vw, 48px); background: #fff; }
.legacy-benefits-modal .site-modal__close { position: absolute; top: 14px; right: 14px; }
.legacy-benefits-modal .site-modal__close { color: #fff; background: #17323c; }
.legacy-benefits-modal .benefit-list { margin: 20px 0 28px 14px; }
.legacy-benefits-modal .benefit-list li { padding: 14px 16px; color: #17323c; background: #eef6f4; border-bottom-color: rgb(23 50 60 / 0.1); }

@media (max-width: 820px) {
  .legacy-campaign__grid, .legacy-call__grid { grid-template-columns: 1fr; }
  .legacy-campaign__copy h1 { font-size: clamp(2.35rem, 12vw, 3.6rem); }
}

@media (max-width: 560px) {
  .legacy-call__fields { grid-template-columns: 1fr; }
  .legacy-campaign__actions .button { width: 100%; }
}

/* Landing independiente: Cuidándonos evoluciona */
.campaign-page .utility-bar,
.campaign-page .main-nav,
.campaign-page .menu-toggle {
  display: none;
}

.campaign-page .nav-shell {
  min-height: 72px;
  justify-content: center;
}

.campaign-page .site-header .brand img {
  width: 176px;
}

.campaign-landing .legacy-campaign {
  padding: clamp(58px, 8vw, 108px) 0;
}

.campaign-landing .legacy-campaign__copy h1 {
  max-width: 900px;
}

.legacy-offer__headline {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.55rem) !important;
  line-height: 1.06;
}

.campaign-checks {
  display: grid;
  gap: 11px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.campaign-checks li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgb(255 255 255 / 0.88);
  font-size: 0.92rem;
  font-weight: 700;
}

.campaign-checks span {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #17323c;
  background: #bfe1df;
  border-radius: 50%;
  font-size: 0.74rem;
}

.campaign-intro__grid,
.campaign-loyalty__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(40px, 7vw, 92px);
  align-items: center;
}

.campaign-intro__copy p,
.campaign-loyalty__grid p {
  color: #5e7478;
  font-size: 1.04rem;
}

.campaign-intro__media {
  overflow: hidden;
  margin: 0;
  padding: 18px;
  background: linear-gradient(145deg, #e4f1ef, #fff);
  border: 1px solid #d7e6e3;
  border-radius: 24px;
  box-shadow: 0 25px 65px rgb(23 50 60 / 0.13);
}

.campaign-intro__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.campaign-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px;
}

.campaign-feature {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9e7e5;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgb(23 50 60 / 0.08);
}

.campaign-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.campaign-feature--platform img {
  object-position: top center;
}

.campaign-feature > div {
  padding: 24px;
}

.campaign-feature span {
  color: #4b9b9c;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.campaign-feature h3 {
  margin: 9px 0 11px;
  color: #17323c;
  font-size: 1.35rem;
  line-height: 1.18;
}

.campaign-feature p {
  margin: 0;
  color: #64787d;
}

.campaign-areas__cta {
  margin-top: 34px;
  text-align: center;
}

.campaign-loyalty {
  color: #fff;
  background: #17323c;
}

.campaign-loyalty h2,
.campaign-loyalty .eyebrow {
  color: #fff;
}

.campaign-loyalty__grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
}

.campaign-loyalty__grid p {
  color: rgb(255 255 255 / 0.72);
}

.campaign-loyalty .text-link {
  color: #bfe1df;
}

@media (max-width: 940px) {
  .campaign-intro__grid,
  .campaign-loyalty__grid,
  .campaign-feature-grid {
    grid-template-columns: 1fr;
  }

  .campaign-feature-grid {
    max-width: 680px;
    margin-inline: auto;
    margin-top: 32px;
  }
}

@media (max-width: 560px) {
  .campaign-page .nav-shell {
    min-height: 64px;
  }

  .campaign-page .site-header .brand img {
    width: 158px;
  }

  .campaign-intro__media {
    padding: 9px;
    border-radius: 16px;
  }

  .campaign-feature > div {
    padding: 21px;
  }
}

/* Campaña Cuidándonos Lifetime */
.campaign-lifetime {
  --lifetime-gold: #d5aa59;
  --lifetime-gold-soft: #f6e8c9;
  --lifetime-ink: #102b34;
}

.lifetime-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 9vw, 122px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 84% 12%, rgb(213 170 89 / 0.24), transparent 25%),
    radial-gradient(circle at 7% 92%, rgb(75 155 156 / 0.28), transparent 30%),
    linear-gradient(135deg, #102b34 0%, #173e46 58%, #225d60 100%);
}

.lifetime-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgb(255 255 255 / 0.035) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  mask-image: linear-gradient(to right, transparent, #000 55%);
}

.lifetime-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: center;
}

.lifetime-badge {
  display: inline-flex;
  padding: 8px 14px;
  color: var(--lifetime-gold-soft);
  background: rgb(213 170 89 / 0.12);
  border: 1px solid rgb(213 170 89 / 0.48);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.lifetime-kicker {
  margin: 23px 0 0;
  color: #b9ddda;
  font-size: 1.05rem;
  font-weight: 750;
}

.lifetime-hero h1 {
  max-width: 880px;
  margin: 13px 0 21px;
  color: #fff;
  font-size: clamp(2.8rem, 5.5vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.lifetime-lead {
  max-width: 740px;
  margin: 0;
  color: rgb(255 255 255 / 0.79);
  font-size: clamp(1.06rem, 1.4vw, 1.25rem);
  line-height: 1.65;
}

.lifetime-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.lifetime-hero .button--ghost {
  color: #fff;
  background: transparent;
  border-color: rgb(255 255 255 / 0.4);
}

.lifetime-button {
  color: #17323c !important;
  background: var(--lifetime-gold) !important;
}

.lifetime-contract {
  display: grid;
  gap: 13px;
  padding: clamp(28px, 4vw, 44px);
  background: rgb(255 255 255 / 0.1);
  border: 1px solid rgb(255 255 255 / 0.19);
  border-top-color: rgb(213 170 89 / 0.75);
  border-radius: 24px;
  box-shadow: 0 28px 75px rgb(0 0 0 / 0.22);
  backdrop-filter: blur(16px);
}

.lifetime-contract > span {
  color: var(--lifetime-gold-soft);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lifetime-price {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.lifetime-price strong {
  color: #fff;
  font-size: clamp(3.35rem, 5.5vw, 4.75rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.lifetime-price small {
  color: var(--lifetime-gold-soft);
  font-size: 1.05rem;
  font-weight: 800;
}

.lifetime-contract p {
  margin: 0;
  color: rgb(255 255 255 / 0.74);
  font-size: 1rem;
}

.lifetime-contract p strong {
  color: #fff;
}

.lifetime-contract .lifetime-price-before {
  color: var(--lifetime-gold-soft);
  font-weight: 800;
}

.lifetime-contract__paid {
  display: grid;
  gap: 3px;
  margin-top: 9px;
  padding: 17px 18px;
  color: var(--lifetime-ink);
  background: var(--lifetime-gold-soft);
  border-radius: 12px;
}

.lifetime-contract__paid small {
  font-size: 0.76rem;
  font-weight: 750;
  text-transform: uppercase;
}

.lifetime-contract__paid strong {
  font-size: 1.15rem;
}

.lifetime-contract__note {
  font-size: 0.84rem !important;
}

.lifetime-promise {
  padding: 25px 0;
  color: #17323c;
  background: var(--lifetime-gold-soft);
  border-bottom: 1px solid #e6d1a5;
}

.lifetime-promise__grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 35px;
  align-items: center;
}

.lifetime-promise strong {
  font-size: 1.1rem;
}

.lifetime-promise span {
  color: #5f5746;
}

.lifetime-silence__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
}

.lifetime-silence figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgb(23 50 60 / 0.14);
}

.lifetime-silence figure::after {
  position: absolute;
  inset: 14px;
  border: 1px solid rgb(255 255 255 / 0.5);
  border-radius: 16px;
  content: "";
}

.lifetime-silence img {
  display: block;
  width: 100%;
  min-height: 470px;
  object-fit: cover;
}

.lifetime-silence p,
.lifetime-value p,
.lifetime-call > .container > div > p {
  color: #5e7478;
  font-size: 1.05rem;
}

.lifetime-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.lifetime-feature {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  background: #fff;
  border: 1px solid #d9e7e5;
  border-radius: 20px;
  box-shadow: 0 16px 38px rgb(23 50 60 / 0.06);
}

.lifetime-feature--wide,
.lifetime-feature--accent {
  grid-column: 1 / -1;
  grid-template-columns: 52px minmax(0, 0.85fr) minmax(300px, 0.65fr);
  align-items: center;
}

.lifetime-feature--accent {
  color: #fff;
  background: #17323c;
  border-color: #17323c;
}

.lifetime-feature__number {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #17323c;
  background: var(--lifetime-gold-soft);
  border-radius: 50%;
  font-size: 0.86rem;
  font-weight: 900;
}

.lifetime-feature__copy > span {
  color: #9a732e;
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.lifetime-feature h3 {
  margin: 8px 0 11px;
  color: #17323c;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.16;
}

.lifetime-feature p {
  margin: 0 0 17px;
  color: #64787d;
}

.lifetime-feature a {
  color: #3c8586;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.lifetime-feature img {
  display: block;
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  border-radius: 14px;
}

.lifetime-feature--accent h3,
.lifetime-feature--accent a {
  color: #fff;
}

.lifetime-feature--accent p {
  color: rgb(255 255 255 / 0.7);
}

.lifetime-feature--accent .lifetime-feature__copy > span,
.lifetime-feature--accent a {
  color: var(--lifetime-gold-soft);
}

.lifetime-contract__more {
  display: grid;
  gap: 2px;
  margin: 18px 0;
  padding: 16px 18px;
  color: #17323c;
  background: var(--lifetime-gold-soft);
  border-radius: 12px;
}

.lifetime-contract__more strong {
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1.1;
}

.lifetime-contract__more span {
  color: #5f5746;
  font-size: 0.92rem;
  font-weight: 750;
}

.lifetime-drive {
  background: #fffaf0;
}

.lifetime-drive__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.lifetime-drive__media {
  position: relative;
  margin: 0;
}

.lifetime-drive__media img {
  display: block;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 22px 60px rgb(23 50 60 / 0.16);
}

.lifetime-drive__media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 15px 17px;
  color: #fff;
  background: rgb(16 43 52 / 0.9);
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.lifetime-drive__copy h2 {
  margin-bottom: 18px;
  color: #17323c;
}

.lifetime-drive__copy > p {
  color: #5e7478;
  font-size: 1.04rem;
}

.lifetime-drive__steps {
  display: grid;
  gap: 11px;
  margin: 26px 0;
}

.lifetime-drive__steps div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: center;
  padding: 13px 15px;
  color: #50696e;
  background: #fff;
  border: 1px solid #eadfc8;
  border-radius: 12px;
}

.lifetime-drive__steps strong {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #17323c;
  background: var(--lifetime-gold-soft);
  border-radius: 50%;
}

.lifetime-drive__steps b {
  color: #17323c;
}

.lifetime-drive__closing {
  color: #17323c !important;
  font-weight: 750;
}

.lifetime-drive__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
}

.lifetime-drive__actions > a:not(.button) {
  color: #356f70;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lifetime-value {
  color: #fff;
  background:
    radial-gradient(circle at 15% 30%, rgb(213 170 89 / 0.14), transparent 25%),
    #17323c;
}

.lifetime-value__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  gap: clamp(40px, 7vw, 90px);
  align-items: center;
}

.lifetime-value h2,
.lifetime-value .eyebrow {
  color: #fff;
}

.lifetime-value__copy p {
  color: rgb(255 255 255 / 0.72);
}

.lifetime-value__copy strong {
  color: var(--lifetime-gold-soft);
}

.lifetime-value .button {
  margin-top: 10px;
  color: #17323c;
  background: var(--lifetime-gold);
}

.lifetime-call {
  background: #f3f7f6;
}

.lifetime-call__steps {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.lifetime-call__steps div {
  display: flex;
  gap: 13px;
  align-items: center;
  color: #425d63;
  font-weight: 700;
}

.lifetime-call__steps strong {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #17323c;
  background: var(--lifetime-gold-soft);
  border-radius: 50%;
}

.lifetime-renewal {
  border-color: #ead7ad;
  border-left-color: var(--lifetime-gold);
  background: #fffaf0;
}

.lifetime-form__heading {
  padding-bottom: 15px;
  border-bottom: 1px solid #e1eae8;
}

.lifetime-form__heading span {
  color: #9a732e;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lifetime-form__heading h3 {
  margin: 5px 0 0;
  color: #17323c;
  font-size: 1.55rem;
}

.lifetime-exits {
  padding-top: clamp(62px, 8vw, 104px);
  padding-bottom: clamp(70px, 9vw, 118px);
  background: #fff;
}

.lifetime-exits__heading {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.lifetime-exits__heading h2 {
  margin: 8px 0 14px;
  color: #17323c;
}

.lifetime-exits__heading p {
  margin: 0;
  color: #5e7478;
  font-size: 1.05rem;
}

.lifetime-exits__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.lifetime-exit-card {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(28px, 4vw, 42px);
  overflow: hidden;
  color: #fff;
  background: #17323c;
  border: 1px solid transparent;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgb(23 50 60 / 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.lifetime-exit-card::after {
  position: absolute;
  right: -55px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  content: "";
  background: rgb(213 170 89 / 0.17);
  border: 1px solid rgb(246 232 201 / 0.22);
  border-radius: 50%;
}

.lifetime-exit-card--b2c {
  color: #17323c;
  background: var(--lifetime-gold-soft);
  border-color: #e7cf9e;
}

.lifetime-exit-card:hover,
.lifetime-exit-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgb(23 50 60 / 0.18);
}

.lifetime-exit-card__type {
  margin-bottom: auto;
  color: var(--lifetime-gold-soft);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lifetime-exit-card--b2c .lifetime-exit-card__type {
  color: #7b5d29;
}

.lifetime-exit-card > strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 28px 0 12px;
  color: inherit;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.1;
}

.lifetime-exit-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 25px;
  color: rgb(255 255 255 / 0.72);
}

.lifetime-exit-card--b2c p {
  color: #5f5746;
}

.lifetime-exit-card__link {
  position: relative;
  z-index: 1;
  color: inherit;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

@media (max-width: 940px) {
  .lifetime-hero__grid,
  .lifetime-silence__grid,
  .lifetime-drive__grid,
  .lifetime-value__grid {
    grid-template-columns: 1fr;
  }

  .lifetime-contract {
    max-width: 620px;
  }

  .lifetime-feature--wide,
  .lifetime-feature--accent {
    grid-template-columns: 52px 1fr;
  }

  .lifetime-feature--wide img,
  .lifetime-feature--accent img {
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  .lifetime-promise__grid,
  .lifetime-feature-list,
  .lifetime-feature,
  .lifetime-feature--wide,
  .lifetime-feature--accent,
  .lifetime-exits__grid {
    grid-template-columns: 1fr;
  }

  .lifetime-feature--wide,
  .lifetime-feature--accent {
    grid-column: auto;
  }

  .lifetime-feature--wide img,
  .lifetime-feature--accent img {
    grid-column: auto;
  }

  .lifetime-silence img {
    min-height: 350px;
  }

  .lifetime-drive__media img {
    min-height: 360px;
  }
}

@media (max-width: 560px) {
  .lifetime-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .lifetime-actions .button {
    width: 100%;
  }

  .lifetime-contract {
    padding: 25px;
  }
}
