:root {
  --lav-brand-blue: #13107a;
  --lav-brand-green: #72d10d;
  --lav-brand-sky: #6cbff5;

  --accent-color: var(--lav-brand-blue);
  --heading-color: var(--lav-brand-blue);
  --nav-color: #4a4a6a;
  --nav-hover-color: var(--lav-brand-sky);
  --nav-dropdown-hover-color: var(--lav-brand-sky);

  --lav-cta-color: var(--lav-brand-green);
  --lav-cta-hover: #5fad0b;
  --lav-icon-bg: color-mix(in srgb, var(--lav-brand-sky) 18%, #ffffff);
  --lav-icon-border: color-mix(in srgb, var(--lav-brand-sky) 42%, transparent);
}

a:hover {
  color: var(--lav-brand-sky);
}

/* CTA importantes — verde */
.header .btn-getstarted,
.header .btn-getstarted:focus,
.lav-hero .lav-hero-btn-primary,
.lav-about .lav-about-cta.btn-primary-custom,
.lav-why .lav-why-btn-primary,
.reserva-wizard .wizard-form-actions .btn-main,
.seguimiento-page .demo-controls .btn-main {
  background: var(--lav-cta-color);
  border-color: var(--lav-cta-color);
  color: var(--contrast-color);
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover,
.lav-hero .lav-hero-btn-primary:hover,
.lav-about .lav-about-cta.btn-primary-custom:hover,
.lav-why .lav-why-btn-primary:hover,
.reserva-wizard .wizard-form-actions .btn-main:hover,
.seguimiento-page .demo-controls .btn-main:hover:not(:disabled) {
  background: var(--lav-cta-hover);
  border-color: var(--lav-cta-hover);
  color: var(--contrast-color);
}

/* Iconografía — celeste */
.lav-about .lav-about-feature-icon,
.lav-why .lav-why-cap-icon {
  border-color: var(--lav-icon-border);
  background: var(--lav-icon-bg);
  color: var(--lav-brand-blue);
}

.lav-about.about .lav-about-feature.feature-card:hover .lav-about-feature-icon,
.lav-why .lav-why-cap:hover .lav-why-cap-icon {
  background: var(--lav-brand-sky);
  border-color: var(--lav-brand-sky);
  color: var(--lav-brand-blue);
}

.lav-about.about .lav-about-feature.feature-card:hover {
  border-color: color-mix(in srgb, var(--lav-brand-sky) 55%, transparent);
  box-shadow: 0 10px 24px -14px color-mix(in srgb, var(--lav-brand-sky) 22%, transparent);
}

.lav-why .lav-why-cap:hover .lav-why-cap-body h4 {
  color: color-mix(in srgb, var(--lav-brand-blue) 75%, var(--heading-color));
}

.reserva-wizard .wizard-form-actions .btn-outline:hover:not(:disabled),
.seguimiento-page .demo-controls .btn-outline:hover {
  border-color: var(--lav-brand-sky);
  color: var(--lav-brand-blue);
}

/* Métricas y estados positivos — verde */
.lav-about .lav-about-badge-num,
.lav-services .lav-services-metric-value,
.lav-why .lav-why-metric-value {
  color: var(--lav-brand-green);
}

/* Logo imagen + texto fallback */
.lavaustral-logo {
  position: relative;
  gap: 10px;
}

.header .logo.lavaustral-logo .lavaustral-logo-img {
  height: 72px;
  max-height: 72px;
  width: auto;
  max-width: 288px;
  object-fit: contain;
  object-position: left center;
  display: block;
  margin-right: 0;
}

.lavaustral-logo-img {
  object-fit: contain;
  display: block;
}

.header .logo.lavaustral-logo:not(.logo-text-only) .sitename {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header .logo.lavaustral-logo.logo-text-only .sitename {
  font-size: 1.75rem;
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: 1;
  color: var(--heading-color);
}

.footer .logo.lavaustral-logo .sitename {
  font-size: 1.5rem;
}

/* ============================================================
   Header global — .lav-header (index, reserva, seguimiento)
   Estado scroll: body.lav-header-scrolled (header.js, con histéresis)
   Altura fija al hacer scroll — sin saltos de layout
   ============================================================ */

.header.lav-header {
  --lav-header-bg: color-mix(in srgb, #ffffff 90%, transparent);
  --lav-header-border: color-mix(in srgb, var(--heading-color) 7%, transparent);
  --lav-header-pad-y: 12px;
  --lav-header-logo-h: 72px;
  padding: var(--lav-header-pad-y) 0;
  min-height: calc(var(--lav-header-pad-y) * 2 + var(--lav-header-logo-h));
  box-sizing: border-box;
  background-color: var(--lav-header-bg);
  border-bottom: 1px solid var(--lav-header-border);
  box-shadow: none;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

@media (min-width: 1200px) {
  .header.lav-header {
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}

body.index-page:not(.lav-header-scrolled) .header.lav-header {
  --lav-header-bg: color-mix(in srgb, #ffffff 78%, transparent);
  --lav-header-border: color-mix(in srgb, #ffffff 35%, transparent);
}

body.lav-header-scrolled .header.lav-header {
  --lav-header-bg: rgba(255, 255, 255, 0.98);
  border-bottom-color: color-mix(in srgb, var(--heading-color) 5%, transparent);
  box-shadow:
    0 8px 28px -14px rgba(15, 23, 42, 0.14),
    0 1px 0 color-mix(in srgb, var(--heading-color) 4%, transparent);
}

.header.lav-header .logo.lavaustral-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-height: var(--lav-header-logo-h);
}

.header.lav-header .logo.lavaustral-logo .lavaustral-logo-img {
  height: var(--lav-header-logo-h);
  max-height: var(--lav-header-logo-h);
  max-width: 288px;
}

@media (min-width: 1200px) {
  .header.lav-header .navmenu a,
  .header.lav-header .navmenu a:focus {
    font-family: "Plus Jakarta Sans", var(--nav-font);
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.015em;
    padding: 10px 14px;
    color: color-mix(in srgb, var(--heading-color) 82%, var(--nav-color));
    position: relative;
  }

  .header.lav-header .navmenu li {
    margin: 0 1px;
  }

  .header.lav-header .navmenu a::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 5px;
    height: 2px;
    border-radius: 2px;
    background: var(--lav-brand-sky);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
  }

  .header.lav-header .navmenu a:hover::after {
    transform: scaleX(1);
  }

  .header.lav-header .navmenu .active::after,
  .header.lav-header .navmenu .active:focus::after {
    transform: scaleX(1);
    background: var(--lav-brand-blue);
  }

  .header.lav-header .navmenu li:hover > a {
    color: var(--lav-brand-sky);
  }

  .header.lav-header .navmenu .active,
  .header.lav-header .navmenu .active:focus {
    color: var(--lav-brand-blue);
  }
}

.header.lav-header .btn-getstarted,
.header.lav-header .btn-getstarted:focus {
  font-family: "Plus Jakarta Sans", var(--nav-font);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 11px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  box-shadow: 0 6px 18px -8px color-mix(in srgb, var(--lav-cta-color) 55%, transparent);
  transition:
    background 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.header.lav-header .btn-getstarted:hover,
.header.lav-header .btn-getstarted:focus:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px -10px color-mix(in srgb, var(--lav-cta-color) 50%, transparent);
}

@media (max-width: 1199px) {
  /* Sin backdrop-filter: evita que el overlay fixed del menú quede atrapado en el header */
  .header.lav-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .header.lav-header .lav-nav-cta-wrap {
    display: none;
  }

  .header.lav-header .navmenu a,
  .header.lav-header .navmenu a:focus {
    font-family: "Plus Jakarta Sans", var(--nav-font);
    font-weight: 500;
    letter-spacing: 0.01em;
  }

  .header.lav-header .mobile-nav-toggle {
    color: color-mix(in srgb, var(--heading-color) 85%, var(--nav-color));
    font-size: 28px;
    line-height: 1;
    transition: color 0.25s ease, background 0.25s ease;
  }

  .header.lav-header .mobile-nav-toggle:hover {
    color: var(--accent-color);
  }

  /* Menú móvil abierto — sin position:fixed en header/body (evita salto de scroll) */
  html.lav-menu-open,
  body.mobile-nav-active {
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
  }

  body.mobile-nav-active .header.lav-header {
    z-index: 10000;
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
    pointer-events: none;
  }

  body.mobile-nav-active .header.lav-header > .container {
    position: relative;
    z-index: 10002;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
  }

  body.mobile-nav-active .header.lav-header .logo.lavaustral-logo {
    visibility: hidden;
    pointer-events: none;
  }

  body.mobile-nav-active .header.lav-header .btn-getstarted {
    display: none;
  }

  body.mobile-nav-active .header.lav-header .navmenu {
    z-index: 10001;
    pointer-events: auto;
    background: #ffffff;
  }

  body.mobile-nav-active .header.lav-header .navmenu > ul {
    position: fixed;
    inset: 0;
    max-height: none;
    margin: 0;
    padding:
      calc(64px + env(safe-area-inset-top, 0px))
      0
      calc(16px + env(safe-area-inset-bottom, 0px));
    border-radius: 0;
    background: #ffffff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    box-shadow: none;
    z-index: 10003;
  }

  body.mobile-nav-active .header.lav-header .navmenu > ul > li:not(.lav-nav-cta-wrap) a,
  body.mobile-nav-active .header.lav-header .navmenu > ul > li:not(.lav-nav-cta-wrap) a:focus {
    padding: 16px 22px;
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--heading-color);
    border-bottom: 1px solid color-mix(in srgb, var(--heading-color) 8%, transparent);
  }

  body.mobile-nav-active .header.lav-header .navmenu > ul > li:not(.lav-nav-cta-wrap) a:hover {
    color: var(--lav-brand-blue);
    background: color-mix(in srgb, var(--lav-brand-sky) 14%, #ffffff);
  }

  body.mobile-nav-active .header.lav-header .navmenu > ul > li:not(.lav-nav-cta-wrap) .active,
  body.mobile-nav-active .header.lav-header .navmenu > ul > li:not(.lav-nav-cta-wrap) .active:focus {
    color: var(--lav-brand-blue);
    background: color-mix(in srgb, var(--lav-brand-sky) 10%, #ffffff);
  }

  body.mobile-nav-active .header.lav-header .navmenu > ul > li:has(+ .lav-nav-cta-wrap) a {
    border-bottom: none;
  }

  /* Cerrar — esquina superior del menú a pantalla completa */
  body.mobile-nav-active .header.lav-header .mobile-nav-toggle {
    position: fixed;
    top: calc(14px + env(safe-area-inset-top, 0px));
    right: calc(16px + env(safe-area-inset-right, 0px));
    z-index: 10005;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 50%;
    color: var(--heading-color);
    background: color-mix(in srgb, var(--heading-color) 6%, #ffffff);
    border: 1px solid color-mix(in srgb, var(--heading-color) 10%, transparent);
    cursor: pointer;
  }

  body.mobile-nav-active .header.lav-header .lav-nav-cta-wrap {
    display: block;
    margin: 16px 16px 8px;
    padding-top: 16px;
    border-top: 1px solid color-mix(in srgb, var(--heading-color) 8%, transparent);
  }

  body.mobile-nav-active .header.lav-header .lav-nav-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 14px;
    text-decoration: none;
    color: var(--contrast-color);
    background: linear-gradient(
      135deg,
      var(--lav-cta-color),
      color-mix(in srgb, var(--lav-cta-color) 82%, #1a3d00)
    );
    box-shadow: 0 10px 24px -10px color-mix(in srgb, var(--lav-cta-color) 50%, transparent);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  body.mobile-nav-active .header.lav-header .lav-nav-cta:hover {
    color: var(--contrast-color);
    background: linear-gradient(
      135deg,
      var(--lav-cta-hover),
      color-mix(in srgb, var(--lav-cta-hover) 85%, #1a3d00)
    );
    transform: translateY(-1px);
    box-shadow: 0 14px 28px -10px color-mix(in srgb, var(--lav-cta-color) 45%, transparent);
  }

  body.mobile-nav-active .header.lav-header .lav-nav-cta-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }

  body.mobile-nav-active .header.lav-header .lav-nav-cta-eyebrow {
    font-family: "Plus Jakarta Sans", var(--nav-font);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.9;
  }

  body.mobile-nav-active .header.lav-header .lav-nav-cta-text {
    font-family: "Plus Jakarta Sans", var(--nav-font);
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
  }

  body.mobile-nav-active .header.lav-header .lav-nav-cta i {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 1.25rem;
    background: color-mix(in srgb, #ffffff 22%, transparent);
  }
}

@media (min-width: 1200px) {
  .header.lav-header .lav-nav-cta-wrap {
    display: none;
  }
}

/* ============================================================
   Hero portada — .lav-hero (solo index.html)
   ============================================================ */

.lav-hero.hero.section {
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  align-items: stretch;
  background: var(--heading-color);
}

.lav-hero.hero::after {
  display: none;
}

/* Degradado direccional: texto legible a la izquierda, fondo visible a la derecha */
.lav-hero.hero::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  bottom: auto;
  left: auto;
  background: linear-gradient(
    105deg,
    rgba(15, 23, 42, 0.92) 0%,
    rgba(15, 23, 42, 0.55) 42%,
    rgba(15, 23, 42, 0.15) 100%
  );
  pointer-events: none;
}

/* Fondo: vídeo + color sólido de respaldo */
.lav-hero .lav-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background-color: var(--heading-color);
}

.lav-hero .lav-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  pointer-events: none;
}

.lav-hero .lav-hero-inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  padding: clamp(88px, 10vh, 120px) 0 clamp(48px, 6vh, 72px);
}

.lav-hero .lav-hero-content {
  text-align: left;
  margin: 0;
  max-width: 40rem;
  width: 100%;
}

/* Titular — especificidad sobre main.css .hero .hero-content */
.lav-hero.hero .hero-content .hero-headline.lav-hero-headline {
  color: var(--contrast-color);
  font-family: var(--heading-font);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 clamp(18px, 3vw, 24px);
  max-width: 16ch;
  text-wrap: balance;
}

.lav-hero.hero .hero-content .lav-hero-headline-accent {
  display: block;
  color: var(--lav-brand-green);
}

/* Subtítulo */
.lav-hero.hero .hero-content .hero-text.lav-hero-lead {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.65;
  max-width: 30rem;
  margin: 0 0 clamp(28px, 4vw, 36px);
  text-wrap: pretty;
}

/* CTAs */
.lav-hero.hero .hero-content .hero-cta.lav-hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 0 0 clamp(32px, 5vw, 44px);
}

.lav-hero .lav-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    opacity 0.22s ease;
}

.lav-hero .lav-hero-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

.lav-hero .lav-hero-btn i {
  font-size: 1.05rem;
  transition: transform 0.22s ease;
}

.lav-hero .lav-hero-btn-primary {
  box-shadow: 0 8px 22px -10px color-mix(in srgb, var(--lav-cta-color) 55%, transparent);
}

.lav-hero .lav-hero-btn-primary:hover {
  box-shadow: 0 12px 28px -12px color-mix(in srgb, var(--lav-cta-color) 50%, transparent);
}

.lav-hero .lav-hero-btn-primary:hover i {
  transform: translateX(3px);
}

.lav-hero .lav-hero-btn-secondary {
  background: transparent;
  color: var(--contrast-color);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.lav-hero .lav-hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.7);
}

/* Fila de confianza */
.lav-hero .lav-hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
  max-width: 36rem;
}

.lav-hero .lav-hero-trust-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 clamp(16px, 2.5vw, 24px);
}

.lav-hero .lav-hero-trust-item:first-child {
  padding-left: 0;
}

.lav-hero .lav-hero-trust-item + .lav-hero-trust-item {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.lav-hero .lav-hero-trust-value {
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  font-weight: 600;
  color: var(--contrast-color);
  line-height: 1.25;
}

.lav-hero .lav-hero-trust-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.35;
}

@media (max-width: 1024px) {
  .lav-hero .lav-hero-video {
    object-position: 65% center;
  }
}

@media (max-width: 768px) {
  .lav-hero.hero::before {
    background: linear-gradient(
      105deg,
      rgba(15, 23, 42, 0.94) 0%,
      rgba(15, 23, 42, 0.82) 50%,
      rgba(15, 23, 42, 0.68) 100%
    );
  }

  .lav-hero .lav-hero-video {
    object-position: 70% center;
  }

  .lav-hero.hero .hero-content .hero-headline.lav-hero-headline {
    max-width: none;
  }

  .lav-hero .lav-hero-trust {
    gap: 16px 0;
  }

  .lav-hero .lav-hero-trust-item {
    flex: 1 1 100%;
    padding: 0;
    border-left: none;
  }

  .lav-hero .lav-hero-trust-item + .lav-hero-trust-item {
    border-left: none;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 576px) {
  .lav-hero .lav-hero-inner {
    padding-top: 96px;
    padding-bottom: 48px;
  }

  .lav-hero .lav-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .lav-hero .lav-hero-btn {
    width: 100%;
    min-height: 48px;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lav-hero .lav-hero-video {
    display: none;
  }

  .lav-hero .lav-hero-btn {
    transition: none;
  }

  .lav-hero .lav-hero-btn-primary:hover i {
    transform: none;
  }
}

/* ============================================================
   Quiénes somos — .lav-about (solo index.html)
   ============================================================ */

.lav-about.about.section {
  position: relative;
  padding: clamp(72px, 10vh, 100px) 0;
  background: linear-gradient(
    180deg,
    var(--background-color) 0%,
    color-mix(in srgb, var(--accent-color) 4%, var(--background-color)) 50%,
    var(--background-color) 100%
  );
  overflow: hidden;
}

.lav-about .lav-about-bg-deco {
  position: absolute;
  top: -120px;
  right: -80px;
  width: min(520px, 55vw);
  height: min(520px, 55vw);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--accent-color) 14%, transparent) 0%,
    transparent 68%
  );
  pointer-events: none;
  z-index: 0;
}

.lav-about .container {
  position: relative;
  z-index: 1;
}

/* Columna imagen */
.lav-about .lav-about-visual {
  position: relative;
  padding: 12px 12px 12px 0;
  max-width: 520px;
  margin: 0 auto;
}

.lav-about .lav-about-visual-accent {
  position: absolute;
  top: 28px;
  left: -16px;
  width: calc(100% - 40px);
  height: calc(100% - 56px);
  border-radius: 24px;
  background: linear-gradient(
    145deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color) 55%, var(--heading-color))
  );
  z-index: 0;
  transform: rotate(-2deg);
  opacity: 0.9;
}

.lav-about .lav-about-visual-dots {
  position: absolute;
  bottom: 48px;
  left: -28px;
  width: 110px;
  height: 110px;
  z-index: 3;
  background-image: radial-gradient(
    color-mix(in srgb, var(--accent-color) 55%, transparent) 2px,
    transparent 2px
  );
  background-size: 14px 14px;
  opacity: 0.55;
  animation: lav-about-dots-drift 8s ease-in-out infinite alternate;
}

.lav-about .lav-about-visual-frame {
  position: relative;
  z-index: 2;
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 24px 48px -12px rgba(15, 23, 42, 0.22),
    0 0 0 1px color-mix(in srgb, var(--accent-color) 22%, transparent);
}

.lav-about .lav-about-visual-img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 380px;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.lav-about .lav-about-visual-frame:hover .lav-about-visual-img {
  transform: scale(1.04);
}

.lav-about .lav-about-badge {
  position: absolute;
  bottom: 32px;
  left: -20px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid color-mix(in srgb, var(--accent-color) 28%, transparent);
  box-shadow: 0 16px 40px -8px rgba(15, 23, 42, 0.2);
  backdrop-filter: blur(8px);
  animation: lav-about-badge-float 4s ease-in-out infinite;
}

.lav-about .lav-about-badge-num {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  font-family: var(--heading-font);
}

.lav-about .lav-about-badge-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--heading-color);
  line-height: 1.25;
  max-width: 7rem;
}

/* Columna contenido */
.lav-about .lav-about-content {
  padding-left: 0;
}

@media (min-width: 1200px) {
  .lav-about .lav-about-content {
    padding-left: clamp(16px, 3vw, 48px);
  }
}

.lav-about .lav-about-subtitle.section-subtitle {
  margin-bottom: 16px;
}

.lav-about .lav-about-content h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  line-height: 1.18;
  margin-bottom: 22px;
  letter-spacing: -0.02em;
}

.lav-about .lav-about-lead.lead-text {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.65;
  margin-bottom: 14px;
}

.lav-about .lav-about-desc.description {
  font-size: 0.9875rem;
  line-height: 1.75;
  margin-bottom: 28px;
}

/* Tarjetas de características */
.lav-about .lav-about-features.features-grid {
  gap: 14px;
  margin-bottom: 32px;
}

.lav-about.about .lav-about-feature.feature-card {
  gap: 14px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--accent-color) 22%, transparent);
  background: #ffffff;
  box-shadow: 0 4px 16px -6px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.lav-about.about .lav-about-feature.feature-card:hover {
  transform: translateY(-3px);
  background: #ffffff;
  border-color: color-mix(in srgb, var(--lav-brand-sky) 55%, transparent);
  box-shadow: 0 10px 24px -14px color-mix(in srgb, var(--lav-brand-sky) 22%, transparent);
}

.lav-about .lav-about-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--lav-icon-border);
  background: var(--lav-icon-bg);
  color: var(--lav-brand-blue);
  font-size: 1.15rem;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.lav-about.about .lav-about-feature.feature-card:hover .lav-about-feature-icon {
  background: var(--lav-brand-sky);
  border-color: var(--lav-brand-sky);
  color: var(--lav-brand-blue);
  transform: scale(1.06);
}

.lav-about .lav-about-feature.feature-card span:last-child {
  font-size: 0.9375rem;
}

/* Estadísticas */
.lav-about .lav-about-stats.stats-row {
  gap: clamp(20px, 4vw, 36px);
  margin-bottom: 32px;
  padding: 24px 0;
  border-top: 1px solid color-mix(in srgb, var(--accent-color) 20%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--accent-color) 20%, transparent);
  position: relative;
}

.lav-about .lav-about-stats.stats-row::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 72px;
  height: 2px;
  background: var(--accent-color);
}

.lav-about .lav-about-stat .number {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-family: var(--heading-font);
}

.lav-about .lav-about-stat .label {
  font-size: 0.8125rem;
  margin-top: 2px;
}

/* Acciones */
.lav-about .lav-about-actions.action-buttons {
  gap: 24px;
}

.lav-about .lav-about-cta.btn-primary-custom {
  padding: 14px 28px;
  box-shadow: none;
  border: 2px solid var(--lav-cta-color);
}

.lav-about .lav-about-cta.btn-primary-custom:hover {
  box-shadow: 0 8px 24px -6px color-mix(in srgb, var(--lav-cta-color) 40%, transparent);
}

.lav-about .lav-about-contact.contact-info .icon-box.lav-about-contact-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--lav-icon-bg);
  color: var(--lav-brand-blue);
  transition: background 0.3s ease, transform 0.3s ease;
}

.lav-about .lav-about-contact.contact-info:hover .lav-about-contact-icon {
  background: var(--lav-brand-sky);
  transform: scale(1.05);
}

.lav-about .lav-about-contact.contact-info:hover .lav-about-contact-icon i {
  color: var(--contrast-color);
}

@keyframes lav-about-badge-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes lav-about-dots-drift {
  from {
    transform: translate(0, 0);
    opacity: 0.45;
  }
  to {
    transform: translate(6px, -8px);
    opacity: 0.7;
  }
}

@media (max-width: 1199px) {
  .lav-about .lav-about-visual {
    max-width: 100%;
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  .lav-about .lav-about-visual {
    padding: 0;
  }

  .lav-about .lav-about-visual-accent {
    left: 8px;
    top: 16px;
    width: calc(100% - 24px);
    height: calc(100% - 32px);
  }

  .lav-about .lav-about-badge {
    left: 12px;
    bottom: 20px;
    padding: 12px 16px;
  }

  .lav-about .lav-about-badge-num {
    font-size: 1.625rem;
  }

  .lav-about .lav-about-visual-dots {
    display: none;
  }

  .lav-about .lav-about-visual-img {
    min-height: 300px;
  }

  .lav-about .lav-about-actions.action-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .lav-about .lav-about-cta.btn-primary-custom {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .lav-about .lav-about-stats.stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    text-align: center;
  }

  .lav-about .lav-about-stat {
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lav-about .lav-about-visual-img,
  .lav-about .lav-about-feature.feature-card,
  .lav-about .lav-about-cta.btn-primary-custom,
  .lav-about .lav-about-contact-icon {
    transition: none;
  }

  .lav-about .lav-about-visual-frame:hover .lav-about-visual-img {
    transform: none;
  }

  .lav-about .lav-about-badge,
  .lav-about .lav-about-visual-dots {
    animation: none;
  }

  .lav-about.about .lav-about-feature.feature-card:hover {
    transform: none;
  }

  .lav-about.about .lav-about-feature.feature-card:hover .lav-about-feature-icon {
    transform: none;
  }
}

/* ============================================================
   Operación en planta — .lav-operation (solo index.html)
   ============================================================ */

.lav-operation.section {
  position: relative;
  padding: clamp(56px, 8vh, 80px) 0;
  background: linear-gradient(
    165deg,
    color-mix(in srgb, var(--accent-color) 4%, #ffffff) 0%,
    var(--background-color) 42%,
    color-mix(in srgb, var(--lav-brand-sky) 8%, #ffffff) 100%
  );
  overflow-x: clip;
}

.lav-operation .lav-operation-bg-deco {
  position: absolute;
  top: 6%;
  right: -60px;
  width: min(320px, 36vw);
  height: min(320px, 36vw);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--lav-brand-sky) 14%, transparent) 0%,
    transparent 68%
  );
  pointer-events: none;
}

.lav-operation .container {
  position: relative;
  z-index: 1;
}

.lav-operation-header {
  max-width: 38rem;
  margin: 0 auto clamp(28px, 4vw, 40px);
  text-align: center;
}

.lav-operation-eyebrow {
  margin: 0 0 8px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent-color);
}

.lav-operation-header h2 {
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: var(--heading-color);
}

.lav-operation-header h2::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin: 12px auto 0;
  background: var(--accent-color);
  border-radius: 2px;
}

.lav-operation-intro {
  margin: 0;
  font-size: clamp(0.9375rem, 1.6vw, 1.025rem);
  line-height: 1.55;
  color: color-mix(in srgb, var(--default-color), transparent 8%);
}

.lav-operation-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(16px, 2.5vw, 22px);
  align-items: start;
}

.lav-operation-aside {
  position: sticky;
  top: calc(var(--lav-header-height, 80px) + 16px);
}

.lav-operation-main {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2.2vw, 18px);
  min-width: 0;
}

/* — Tarjeta cabecera compartida — */
.lav-operation-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.lav-operation-card-head h3,
.lav-operation-flow-title,
.lav-operation-sectors-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--heading-color);
}

.lav-operation-card-icon {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--lav-brand-sky) 16%, var(--surface-color));
  color: var(--accent-color);
  flex-shrink: 0;
}

.lav-operation-card-icon > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  line-height: 1;
}

.lav-operation-card-icon > i::before {
  display: block;
  line-height: 1;
}

.lav-operation-card-head--light .lav-operation-card-icon {
  background: color-mix(in srgb, var(--contrast-color) 14%, transparent);
  color: var(--lav-brand-sky);
}

.lav-operation-card-head--light h3 {
  color: var(--contrast-color);
}

/* — Planta (columna izquierda, vertical) — */
.lav-operation-plant {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: clamp(14px, 2vw, 18px);
  border-radius: 18px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--accent-color) 12%, transparent);
  box-shadow: 0 12px 36px -22px color-mix(in srgb, var(--accent-color) 20%, transparent);
  transition: box-shadow 0.35s ease;
}

.lav-operation-plant:hover {
  box-shadow: 0 18px 44px -20px color-mix(in srgb, var(--accent-color) 26%, transparent);
}

.lav-operation-plant-media {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
}

.lav-operation-plant-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.lav-operation-plant-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.lav-operation-plant-media:hover .lav-operation-plant-img {
  transform: scale(1.04);
}

.lav-operation-plant-badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--accent-color) 92%, #000);
  color: var(--contrast-color);
  backdrop-filter: blur(6px);
}

.lav-operation-plant-badge i {
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 0.9375rem;
  color: var(--lav-brand-sky);
}

.lav-operation-plant-badge strong {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25;
}

.lav-operation-plant-badge span {
  display: block;
  margin-top: 1px;
  font-size: 0.6875rem;
  line-height: 1.35;
  opacity: 0.88;
}

.lav-operation-plant-body h3 {
  margin: 0 0 8px;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--heading-color);
}

.lav-operation-plant-body p {
  margin: 0 0 12px;
  font-size: 0.875rem;
  line-height: 1.55;
  color: color-mix(in srgb, var(--default-color), transparent 6%);
}

.lav-operation-plant-facts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lav-operation-plant-facts li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--heading-color);
  background: color-mix(in srgb, var(--lav-brand-sky) 10%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--accent-color) 12%, transparent);
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.lav-operation-plant-facts li:hover {
  background: color-mix(in srgb, var(--lav-brand-sky) 18%, var(--surface-color));
  border-color: color-mix(in srgb, var(--accent-color) 22%, transparent);
  transform: translateY(-1px);
}

.lav-operation-plant-facts i {
  flex-shrink: 0;
  font-size: 0.8125rem;
  color: var(--accent-color);
}

/* — Duo: flujo + calidad — */
.lav-operation-duo {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(14px, 2.2vw, 18px);
  align-items: stretch;
}

.lav-operation-flow {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(14px, 2vw, 18px);
  border-radius: 16px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 91%);
  box-shadow: 0 8px 28px -18px color-mix(in srgb, var(--accent-color) 14%, transparent);
}

.lav-operation-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.lav-operation-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--default-color) 2%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 93%);
  transition:
    border-color 0.28s ease,
    background 0.28s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.lav-operation-step:hover {
  border-color: color-mix(in srgb, var(--accent-color) 20%, transparent);
  background: color-mix(in srgb, var(--lav-brand-sky) 9%, var(--surface-color));
  transform: translateY(-2px);
  box-shadow: 0 6px 16px -10px color-mix(in srgb, var(--accent-color) 22%, transparent);
}

.lav-operation-step--wide {
  grid-column: 1 / -1;
}

.lav-operation-step-marker {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: color-mix(in srgb, var(--lav-brand-sky) 20%, var(--surface-color));
  color: var(--accent-color);
  flex-shrink: 0;
  align-self: center;
  transition: background 0.28s ease, color 0.28s ease;
}

.lav-operation-step-marker > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9375rem;
  line-height: 1;
}

.lav-operation-step-marker > i::before {
  display: block;
  line-height: 1;
}

.lav-operation-step:hover .lav-operation-step-marker {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.lav-operation-step-copy strong {
  display: block;
  margin-bottom: 2px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--heading-color);
}

.lav-operation-step-copy p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--default-color), transparent 12%);
}

.lav-operation-quality {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(14px, 2vw, 18px);
  border-radius: 16px;
  background: linear-gradient(
    145deg,
    var(--accent-color) 0%,
    color-mix(in srgb, var(--accent-color) 80%, var(--heading-color)) 100%
  );
  color: var(--contrast-color);
  box-shadow: 0 12px 32px -16px color-mix(in srgb, var(--accent-color) 42%, transparent);
}

.lav-operation-quality .lav-operation-quality-points {
  margin-top: auto;
}

.lav-operation-quality-lead {
  margin: 0 0 12px;
  font-size: 0.8125rem;
  line-height: 1.55;
  opacity: 0.92;
}

.lav-operation-quality-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lav-operation-quality-points li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  background: color-mix(in srgb, var(--contrast-color) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--contrast-color) 12%, transparent);
  transition: background 0.25s ease;
}

.lav-operation-quality-points li:hover {
  background: color-mix(in srgb, var(--contrast-color) 16%, transparent);
}

.lav-operation-quality-points i {
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 0.875rem;
  color: var(--lav-brand-sky);
}

/* — Sectores + métricas — */
.lav-operation-sectors {
  padding: clamp(14px, 2vw, 18px);
  border-radius: 16px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--accent-color) 12%, transparent);
}

.lav-operation-sector-list {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 10px;
  align-items: stretch;
}

.lav-operation-sector-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  height: 100%;
  min-height: 108px;
  padding: 14px 10px;
  border-radius: 11px;
  text-align: center;
  background: color-mix(in srgb, var(--default-color) 2%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
  transition:
    border-color 0.28s ease,
    background 0.28s ease,
    transform 0.28s ease;
}

.lav-operation-sector-list li > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  width: 100%;
}

.lav-operation-sector-list li:hover {
  border-color: color-mix(in srgb, var(--accent-color) 22%, transparent);
  background: color-mix(in srgb, var(--lav-brand-sky) 9%, var(--surface-color));
  transform: translateY(-2px);
}

.lav-operation-sector-icon {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--lav-icon-bg);
  border: 1px solid var(--lav-icon-border);
  color: var(--accent-color);
  flex-shrink: 0;
  transition: background 0.28s ease, color 0.28s ease;
}

.lav-operation-sector-icon > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125rem;
  line-height: 1;
}

.lav-operation-sector-icon > i::before {
  display: block;
  line-height: 1;
}

.lav-operation-sector-list li:hover .lav-operation-sector-icon {
  background: var(--accent-color);
  color: var(--contrast-color);
  border-color: transparent;
}

.lav-operation-sector-list strong {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--heading-color);
}

.lav-operation-sector-list span {
  display: block;
  margin-top: 1px;
  font-size: 0.6875rem;
  line-height: 1.4;
  color: color-mix(in srgb, var(--default-color), transparent 14%);
}

.lav-operation-sectors .lav-operation-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 12px 8px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent-color) 4%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--accent-color) 12%, transparent);
  box-shadow: none;
}

.lav-operation-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
  padding: 2px 6px;
}

.lav-operation-metric + .lav-operation-metric {
  border-left: 1px solid color-mix(in srgb, var(--accent-color) 12%, transparent);
}

.lav-operation-metric-value {
  font-family: var(--heading-font);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--lav-brand-green);
}

.lav-operation-metric-label {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  line-height: 1.25;
}

/* — CTA — */
.lav-operation-cta {
  text-align: center;
  margin-top: 0;
  padding: clamp(16px, 2.5vw, 22px);
  border-radius: 14px;
  background: color-mix(in srgb, var(--accent-color) 5%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--accent-color) 10%, transparent);
}

.lav-operation-cta p {
  margin: 0 0 12px;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 500;
}

.lav-operation-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.lav-operation-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.lav-operation-btn:hover {
  transform: translateY(-1px);
}

.lav-operation-btn-primary {
  color: var(--contrast-color);
  background: var(--lav-cta-color);
  border: 2px solid var(--lav-cta-color);
}

.lav-operation-btn-primary:hover {
  background: var(--lav-cta-hover);
  border-color: var(--lav-cta-hover);
  color: var(--contrast-color);
  box-shadow: 0 8px 20px -8px color-mix(in srgb, var(--lav-cta-color) 50%, transparent);
}

.lav-operation-btn-ghost {
  color: var(--heading-color);
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--accent-color) 30%, transparent);
}

.lav-operation-btn-ghost:hover {
  background: color-mix(in srgb, var(--accent-color) 8%, var(--surface-color));
  border-color: color-mix(in srgb, var(--accent-color) 45%, transparent);
}

@media (max-width: 991px) {
  .lav-operation-grid {
    grid-template-columns: 1fr;
  }

  .lav-operation-aside {
    position: static;
  }

  .lav-operation-plant-media {
    aspect-ratio: 16 / 9;
  }

  .lav-operation-plant-facts {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .lav-operation-plant-facts li {
    flex: 1 1 auto;
    border-radius: 999px;
  }

  .lav-operation-duo {
    grid-template-columns: 1fr;
  }

  .lav-operation-sector-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .lav-operation-steps {
    grid-template-columns: 1fr;
  }

  .lav-operation-step--wide {
    grid-column: auto;
  }

  .lav-operation-sector-list {
    grid-template-columns: 1fr;
  }

  .lav-operation-sectors .lav-operation-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 10px;
  }

  .lav-operation-metric {
    border-left: none !important;
  }

  .lav-operation-metric:nth-child(odd) {
    border-right: 1px solid color-mix(in srgb, var(--accent-color) 12%, transparent);
  }

  .lav-operation-metric:nth-child(1),
  .lav-operation-metric:nth-child(2) {
    padding-bottom: 8px;
    border-bottom: 1px solid color-mix(in srgb, var(--accent-color) 12%, transparent);
  }

  .lav-operation-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .lav-operation-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lav-operation-plant,
  .lav-operation-plant-img,
  .lav-operation-step,
  .lav-operation-sector-list li,
  .lav-operation-plant-facts li,
  .lav-operation-btn {
    transition: none;
  }

  .lav-operation-plant-media:hover .lav-operation-plant-img,
  .lav-operation-step:hover,
  .lav-operation-sector-list li:hover,
  .lav-operation-btn:hover {
    transform: none;
  }
}

/* ============================================================
   Servicios — .lav-services (solo index.html)
   ============================================================ */

.lav-services.services.section {
  position: relative;
  padding: clamp(72px, 10vh, 100px) 0;
  background: linear-gradient(
    180deg,
    var(--background-color) 0%,
    color-mix(in srgb, var(--accent-color) 5%, var(--background-color)) 100%
  );
  overflow: visible;
}

.lav-services .lav-services-bg-deco {
  position: absolute;
  left: -120px;
  bottom: -80px;
  width: min(480px, 50vw);
  height: min(480px, 50vw);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--accent-color) 12%, transparent) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.lav-services .container {
  position: relative;
  z-index: 1;
}

/* Encabezado */
.lav-services .lav-services-header {
  max-width: 42rem;
  margin: 0 auto clamp(40px, 6vw, 56px);
  text-align: center;
}

.lav-services .lav-services-eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent-color);
}

.lav-services .lav-services-header h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  color: var(--heading-color);
}

.lav-services .lav-services-header h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--accent-color);
  border-radius: 2px;
}

.lav-services .lav-services-intro {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  line-height: 1.65;
  color: var(--default-color);
}

/* Pista vertical de servicios */
.lav-services .lav-services-track {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 28px);
  max-width: 920px;
  margin: 0 auto clamp(56px, 8vw, 72px);
  padding: 12px 6px 16px;
}

.lav-services .lav-service-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0 clamp(20px, 3vw, 32px);
  align-items: stretch;
}

.lav-services .lav-service-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(32px, 4vw, 40px);
}

.lav-services .lav-service-num {
  font-family: var(--heading-font);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 800;
  line-height: 1;
  color: var(--accent-color);
  letter-spacing: -0.03em;
}

.lav-services .lav-service-line {
  flex: 1;
  width: 2px;
  min-height: 32px;
  margin-top: 12px;
  background: linear-gradient(
    180deg,
    var(--accent-color) 0%,
    color-mix(in srgb, var(--accent-color) 25%, transparent) 100%
  );
  border-radius: 2px;
}

/* Panel de cada servicio */
.lav-services .lav-service-panel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: clamp(20px, 3vw, 32px);
  padding: clamp(28px, 4vw, 40px) clamp(24px, 3vw, 32px);
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--accent-color) 20%, transparent);
  background: #ffffff;
  box-shadow: 0 4px 20px -8px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    background 0.35s ease;
  will-change: transform;
}

.lav-services .lav-service-item:hover .lav-service-panel {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--accent-color) 42%, transparent);
  box-shadow: 0 22px 48px -18px color-mix(in srgb, var(--accent-color) 28%, transparent);
}

.lav-services .lav-service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--accent-color) 22%, transparent);
  background: color-mix(in srgb, var(--accent-color) 10%, #ffffff);
  color: var(--accent-color);
  font-size: 1.4rem;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.lav-services .lav-service-item:hover .lav-service-icon {
  background: color-mix(in srgb, var(--accent-color) 18%, #ffffff);
  border-color: color-mix(in srgb, var(--accent-color) 45%, transparent);
}

.lav-services .lav-service-copy h3 {
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 12px;
  color: var(--heading-color);
  transition: color 0.35s ease;
}

.lav-services .lav-service-item:hover .lav-service-copy h3 {
  color: color-mix(in srgb, var(--accent-color) 75%, var(--heading-color));
}

.lav-services .lav-service-copy p {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--default-color);
  max-width: 36rem;
}

.lav-services .lav-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lav-services .lav-service-tags li {
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--heading-color);
  background: color-mix(in srgb, var(--accent-color) 8%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--accent-color) 20%, transparent);
  transition:
    border-color 0.35s ease,
    background 0.35s ease;
}

.lav-services .lav-service-item:hover .lav-service-tags li {
  border-color: color-mix(in srgb, var(--accent-color) 35%, transparent);
  background: color-mix(in srgb, var(--accent-color) 12%, #ffffff);
}

.lav-services .lav-service-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: center;
  flex-shrink: 0;
  padding: 10px 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--accent-color);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.lav-services .lav-service-cta i {
  transition: transform 0.25s ease;
}

.lav-services .lav-service-cta:hover {
  color: color-mix(in srgb, var(--accent-color) 85%, #000);
}

.lav-services .lav-service-cta:hover i {
  transform: translateX(4px);
}

/* Línea destacada — acuícola */
.lav-services .lav-service-item--featured .lav-service-panel {
  background: linear-gradient(
    105deg,
    color-mix(in srgb, var(--accent-color) 12%, #ffffff) 0%,
    color-mix(in srgb, var(--accent-color) 5%, #ffffff) 100%
  );
}

.lav-services .lav-service-item--featured .lav-service-copy p {
  color: #334155;
}

.lav-services .lav-service-item--featured .lav-service-icon {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
}

.lav-services .lav-service-item--featured:hover .lav-service-panel {
  background: linear-gradient(
    105deg,
    color-mix(in srgb, var(--accent-color) 16%, #ffffff) 0%,
    color-mix(in srgb, var(--accent-color) 8%, #ffffff) 100%
  );
}

.lav-services .lav-service-item--featured:hover .lav-service-icon {
  background: color-mix(in srgb, var(--accent-color) 92%, #000);
  border-color: color-mix(in srgb, var(--accent-color) 92%, #000);
}

/* Métricas inferiores */
.lav-services .lav-services-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(20px, 3vw, 28px) 0;
  border-radius: 20px;
  background: color-mix(in srgb, var(--accent-color) 8%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--accent-color) 22%, transparent);
}

.lav-services .lav-services-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px clamp(12px, 2vw, 20px);
  text-align: center;
}

.lav-services .lav-services-metric + .lav-services-metric {
  border-left: 1px solid color-mix(in srgb, var(--accent-color) 20%, transparent);
}

.lav-services .lav-services-metric-value {
  font-family: var(--heading-font);
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 800;
  line-height: 1.1;
}

.lav-services .lav-services-metric-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--default-color);
  line-height: 1.35;
}

@media (max-width: 992px) {
  .lav-services .lav-service-panel {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
  }

  .lav-services .lav-service-cta {
    grid-column: 1 / -1;
    justify-self: flex-start;
    padding-top: 8px;
  }
}

@media (max-width: 768px) {
  .lav-services .lav-service-item {
    grid-template-columns: 48px 1fr;
  }

  .lav-services .lav-services-metrics {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 12px;
  }

  .lav-services .lav-services-metric + .lav-services-metric {
    border-left: none;
  }

  .lav-services .lav-services-metric:nth-child(2n) {
    border-left: 1px solid color-mix(in srgb, var(--accent-color) 20%, transparent);
  }

  .lav-services .lav-services-metric:nth-child(n + 3) {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid color-mix(in srgb, var(--accent-color) 20%, transparent);
  }
}

@media (max-width: 576px) {
  .lav-services .lav-service-panel {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lav-services .lav-service-icon {
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
  }

  .lav-services .lav-service-rail {
    padding-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lav-services .lav-service-panel,
  .lav-services .lav-service-icon,
  .lav-services .lav-service-copy h3,
  .lav-services .lav-service-tags li,
  .lav-services .lav-service-cta i {
    transition: none;
  }

  .lav-services .lav-service-item:hover .lav-service-panel {
    transform: none;
  }

  .lav-services .lav-service-cta:hover i {
    transform: none;
  }
}

/* ============================================================
   Por qué Lavaustral — .lav-why (solo index.html)
   ============================================================ */

.lav-why.why-us.section {
  position: relative;
  padding: clamp(72px, 10vh, 100px) 0;
  background: linear-gradient(
    165deg,
    var(--background-color) 0%,
    color-mix(in srgb, var(--accent-color) 6%, #ffffff) 45%,
    var(--background-color) 100%
  );
  overflow-x: clip;
}

.lav-why.why-us.section::before {
  display: none;
}

.lav-why .lav-why-bg-deco {
  position: absolute;
  top: 10%;
  right: 0;
  width: min(360px, 38vw);
  height: min(360px, 38vw);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--accent-color) 14%, transparent) 0%,
    transparent 68%
  );
  pointer-events: none;
  z-index: 0;
}

.lav-why .container {
  position: relative;
  z-index: 1;
}

/* Encabezado */
.lav-why .lav-why-header {
  max-width: 42rem;
  margin: 0 auto clamp(36px, 5vw, 48px);
  text-align: center;
}

.lav-why .lav-why-eyebrow {
  margin: 0 0 12px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent-color);
}

.lav-why .lav-why-header h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
  color: var(--heading-color);
}

.lav-why .lav-why-header h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--accent-color);
  border-radius: 2px;
}

.lav-why .lav-why-intro {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  line-height: 1.65;
  color: var(--default-color);
}

/* Imágenes + capacidades (arriba) */
.lav-why .lav-why-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(32px, 5vw, 48px);
  align-items: start;
  min-width: 0;
  margin-bottom: clamp(48px, 7vw, 64px);
}

/* Pipeline — lo que nos distingue (abajo) */
.lav-why .lav-why-distinguish {
  min-width: 0;
}

.lav-why .lav-why-visual-col,
.lav-why .lav-why-cap-col {
  min-width: 0;
  max-width: 100%;
}

.lav-why .lav-why-visual-col {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 4vw, 32px);
}

/* Collage de imágenes — grid para no solapar contenido */
.lav-why .lav-why-collage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.72fr);
  grid-template-rows: auto auto;
  gap: 12px;
  align-items: end;
  width: 100%;
  max-width: 100%;
  padding: 4px 4px 8px 0;
  isolation: isolate;
}

.lav-why .lav-why-collage-accent {
  position: absolute;
  top: 20px;
  left: 14px;
  width: 58%;
  bottom: 16px;
  border-radius: 24px;
  background: linear-gradient(
    145deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color) 50%, var(--heading-color))
  );
  transform: rotate(-2.5deg);
  z-index: 0;
  opacity: 0.9;
  pointer-events: none;
}

.lav-why .lav-why-collage-dots {
  position: absolute;
  bottom: 8px;
  left: 4px;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(
    color-mix(in srgb, var(--accent-color) 50%, transparent) 2px,
    transparent 2px
  );
  background-size: 14px 14px;
  opacity: 0.5;
  z-index: 4;
  pointer-events: none;
  animation: lav-why-dots-drift 9s ease-in-out infinite alternate;
}

.lav-why .lav-why-figure {
  position: relative;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 24px 48px -16px rgba(15, 23, 42, 0.22),
    0 0 0 1px color-mix(in srgb, var(--accent-color) 20%, transparent);
}

.lav-why .lav-why-figure--main {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  z-index: 2;
  align-self: stretch;
}

.lav-why .lav-why-figure--secondary {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  z-index: 3;
  margin-left: 0;
  margin-bottom: 4px;
  border: 4px solid #ffffff;
  max-width: 100%;
}

.lav-why .lav-why-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.lav-why .lav-why-figure--secondary .lav-why-img {
  aspect-ratio: 3 / 4;
}

.lav-why .lav-why-figure:hover .lav-why-img {
  transform: scale(1.04);
}

/* Métricas */
.lav-why .lav-why-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid color-mix(in srgb, var(--accent-color) 22%, transparent);
  box-shadow: 0 8px 28px -12px rgba(15, 23, 42, 0.1);
}

.lav-why .lav-why-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  padding: 4px 8px;
}

.lav-why .lav-why-metric + .lav-why-metric {
  border-left: 1px solid color-mix(in srgb, var(--accent-color) 18%, transparent);
}

.lav-why .lav-why-metric-value {
  font-family: var(--heading-font);
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 800;
  line-height: 1.1;
}

.lav-why .lav-why-metric-label {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--default-color);
  line-height: 1.3;
}

/* Historia + CTAs */
.lav-why .lav-why-story {
  position: relative;
  z-index: 2;
}

.lav-why .lav-why-story-title {
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px;
  color: var(--heading-color);
  letter-spacing: -0.02em;
}

.lav-why .lav-why-story-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--default-color);
}

.lav-why .lav-why-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 2;
}

.lav-why .lav-why-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease,
    box-shadow 0.28s ease;
}

.lav-why .lav-why-btn-primary {
  border-width: 2px;
}

.lav-why .lav-why-btn-ghost {
  background: transparent;
  color: var(--heading-color);
  border: 1px solid color-mix(in srgb, var(--accent-color) 35%, transparent);
}

.lav-why .lav-why-btn-ghost:hover {
  background: color-mix(in srgb, var(--accent-color) 8%, #ffffff);
  border-color: color-mix(in srgb, var(--accent-color) 50%, transparent);
}

/* Columna capacidades (derecha) */
.lav-why .lav-why-cap-col {
  display: flex;
  flex-direction: column;
  align-self: start;
}

/* Ciclo Lavaustral — pipeline */
.lav-why .lav-why-pipeline {
  padding: clamp(22px, 3vw, 28px);
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    var(--heading-color) 0%,
    color-mix(in srgb, var(--heading-color) 82%, var(--accent-color)) 55%,
    color-mix(in srgb, var(--accent-color) 35%, var(--heading-color)) 100%
  );
  border: 1px solid color-mix(in srgb, var(--accent-color) 40%, transparent);
  box-shadow:
    0 24px 56px -20px rgba(15, 23, 42, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
  position: relative;
  min-width: 0;
}

.lav-why .lav-why-pipeline--featured {
  padding: clamp(28px, 4vw, 40px) clamp(24px, 3.5vw, 36px);
  border-radius: 24px;
}

.lav-why .lav-why-pipeline--featured .lav-why-pipeline-head {
  margin-bottom: clamp(24px, 3.5vw, 32px);
  text-align: center;
}

.lav-why .lav-why-pipeline--featured .lav-why-pipeline-lead {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.lav-why .lav-why-pipeline--featured .lav-why-pipeline-step {
  padding: clamp(16px, 2.5vw, 22px) clamp(12px, 2vw, 16px);
  gap: 14px;
}

.lav-why .lav-why-pipeline--featured .lav-why-pipeline-icon {
  width: 56px;
  height: 56px;
  font-size: 1.4rem;
}

.lav-why .lav-why-pipeline--featured .lav-why-pipeline-copy strong {
  font-size: clamp(0.875rem, 1.6vw, 0.9375rem);
}

.lav-why .lav-why-pipeline--featured .lav-why-pipeline-copy span:last-child {
  font-size: clamp(0.6875rem, 1.4vw, 0.75rem);
}

.lav-why .lav-why-pipeline::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -15%;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--accent-color) 35%, transparent) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.lav-why .lav-why-pipeline-head {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(18px, 3vw, 24px);
  text-align: center;
}

.lav-why .lav-why-pipeline-tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color) 55%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent-color) 70%, transparent);
}

.lav-why .lav-why-pipeline-lead {
  margin: 0;
  font-size: clamp(0.9375rem, 1.8vw, 1.05rem);
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.lav-why .lav-why-pipeline-track {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
  min-width: 0;
}

.lav-why .lav-why-pipeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 14px 8px;
  border-radius: 16px;
  text-align: center;
  min-width: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.lav-why .lav-why-pipeline-step:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: color-mix(in srgb, var(--accent-color) 55%, transparent);
  transform: translateY(-4px);
}

.lav-why .lav-why-pipeline-icon {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--contrast-color);
  background: linear-gradient(
    145deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color) 70%, var(--heading-color))
  );
  box-shadow: 0 8px 24px -6px color-mix(in srgb, var(--accent-color) 50%, transparent);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.lav-why .lav-why-pipeline-icon > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  line-height: 1;
}

.lav-why .lav-why-pipeline-icon > i::before {
  display: block;
  line-height: 1;
}

.lav-why .lav-why-pipeline-step:hover .lav-why-pipeline-icon {
  transform: scale(1.08);
  background: var(--lav-brand-sky);
  border-color: var(--lav-brand-sky);
  color: var(--lav-brand-blue);
  box-shadow: 0 12px 28px -4px color-mix(in srgb, var(--lav-brand-sky) 55%, transparent);
}

.lav-why .lav-why-pipeline-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lav-why .lav-why-pipeline-num {
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--lav-brand-sky);
}

.lav-why .lav-why-pipeline-copy strong {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--contrast-color);
}

.lav-why .lav-why-pipeline-copy span:last-child {
  font-size: 0.6875rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}

.lav-why .lav-why-pipeline-arrow {
  display: none;
}

/* Lista de capacidades */
.lav-why .lav-why-cap-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent-color) 22%, transparent);
  background: #ffffff;
  box-shadow: 0 12px 36px -16px rgba(15, 23, 42, 0.12);
  min-width: 0;
}

.lav-why .lav-why-cap-list-head {
  padding: 16px 20px 12px;
  border-bottom: 1px solid color-mix(in srgb, var(--accent-color) 16%, transparent);
  background: color-mix(in srgb, var(--accent-color) 5%, #ffffff);
}

.lav-why .lav-why-cap-list-title {
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--heading-color);
}

.lav-why .lav-why-cap-list-desc {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--default-color);
}

.lav-why .lav-why-cap {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--accent-color) 12%, transparent);
  transition: background 0.35s ease;
}

.lav-why .lav-why-cap-leading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
}

.lav-why .lav-why-cap:last-child {
  border-bottom: none;
}

.lav-why .lav-why-cap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--accent-color);
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.lav-why .lav-why-cap:hover {
  background: color-mix(in srgb, var(--accent-color) 6%, #ffffff);
}

.lav-why .lav-why-cap:hover::before {
  transform: scaleY(1);
}

.lav-why .lav-why-cap-index {
  font-family: var(--heading-font);
  font-size: 0.625rem;
  font-weight: 800;
  color: var(--accent-color);
  letter-spacing: 0.08em;
  line-height: 1;
}

.lav-why .lav-why-cap-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--lav-icon-border);
  background: var(--lav-icon-bg);
  color: var(--lav-brand-blue);
  font-size: 1.15rem;
  flex-shrink: 0;
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    color 0.35s ease;
}

.lav-why .lav-why-cap:hover .lav-why-cap-icon {
  background: var(--lav-brand-sky);
  border-color: var(--lav-brand-sky);
  color: var(--lav-brand-blue);
}

.lav-why .lav-why-cap-body {
  min-width: 0;
}

.lav-why .lav-why-cap-body h4 {
  margin: 0 0 4px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--heading-color);
  transition: color 0.3s ease;
}

.lav-why .lav-why-cap:hover .lav-why-cap-body h4 {
  color: color-mix(in srgb, var(--accent-color) 70%, var(--heading-color));
}

.lav-why .lav-why-cap-body p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--default-color);
}

@keyframes lav-why-dots-drift {
  from {
    transform: translate(0, 0);
    opacity: 0.4;
  }
  to {
    transform: translate(6px, -8px);
    opacity: 0.65;
  }
}

@media (max-width: 991px) {
  .lav-why .lav-why-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lav-why .lav-why-collage {
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }

  .lav-why .lav-why-cap-col {
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
  }

  .lav-why .lav-why-pipeline--featured .lav-why-pipeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .lav-why .lav-why-pipeline--featured .lav-why-pipeline-step {
    padding: 14px 12px;
  }
}

@media (max-width: 768px) {
  .lav-why .lav-why-collage {
    grid-template-columns: 1fr 0.7fr;
    gap: 10px;
  }

  .lav-why .lav-why-distinguish {
    margin-inline: 0;
  }

  .lav-why .lav-why-pipeline--featured {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .lav-why .lav-why-pipeline--featured .lav-why-pipeline-head {
    margin-bottom: 18px;
    text-align: left;
  }

  .lav-why .lav-why-pipeline--featured .lav-why-pipeline-lead {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    font-size: 0.9375rem;
    line-height: 1.55;
  }

  .lav-why .lav-why-pipeline-track,
  .lav-why .lav-why-pipeline--featured .lav-why-pipeline-track {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lav-why .lav-why-pipeline-step,
  .lav-why .lav-why-pipeline--featured .lav-why-pipeline-step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 14px;
    padding: 16px;
    width: 100%;
  }

  .lav-why .lav-why-pipeline-icon,
  .lav-why .lav-why-pipeline--featured .lav-why-pipeline-icon {
    width: 46px;
    height: 46px;
  }

  .lav-why .lav-why-pipeline-icon > i,
  .lav-why .lav-why-pipeline--featured .lav-why-pipeline-icon > i {
    font-size: 1.125rem;
  }

  .lav-why .lav-why-pipeline-copy {
    flex: 1;
    min-width: 0;
    align-items: flex-start;
  }

  .lav-why .lav-why-pipeline--featured .lav-why-pipeline-copy strong {
    font-size: 0.9375rem;
    line-height: 1.3;
  }

  .lav-why .lav-why-pipeline--featured .lav-why-pipeline-copy span:last-child {
    font-size: 0.8125rem;
    line-height: 1.5;
  }

  .lav-why .lav-why-cap {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    padding: 14px 16px;
  }

  .lav-why .lav-why-actions {
    flex-direction: column;
  }

  .lav-why .lav-why-btn {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .lav-why .lav-why-metrics {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .lav-why .lav-why-metric + .lav-why-metric {
    border-left: none;
    border-top: 1px solid color-mix(in srgb, var(--accent-color) 18%, transparent);
    padding-top: 12px;
    margin-top: 4px;
  }

  .lav-why .lav-why-pipeline--featured {
    padding: 18px 14px;
  }

  .lav-why .lav-why-pipeline-tag {
    font-size: 0.625rem;
    letter-spacing: 0.1em;
    padding: 5px 12px;
  }

  .lav-why .lav-why-pipeline--featured .lav-why-pipeline-lead {
    font-size: 0.875rem;
  }

  .lav-why .lav-why-pipeline-step,
  .lav-why .lav-why-pipeline--featured .lav-why-pipeline-step {
    padding: 14px;
    gap: 12px;
  }

  .lav-why .lav-why-pipeline-icon,
  .lav-why .lav-why-pipeline--featured .lav-why-pipeline-icon {
    width: 42px;
    height: 42px;
  }

  .lav-why .lav-why-pipeline-icon > i,
  .lav-why .lav-why-pipeline--featured .lav-why-pipeline-icon > i {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lav-why .lav-why-collage-dots {
    animation: none;
  }

  .lav-why .lav-why-img,
  .lav-why .lav-why-cap,
  .lav-why .lav-why-cap-icon,
  .lav-why .lav-why-cap-body h4,
  .lav-why .lav-why-pipeline-step,
  .lav-why .lav-why-pipeline-icon {
    transition: none;
  }

  .lav-why .lav-why-figure:hover .lav-why-img,
  .lav-why .lav-why-pipeline-step:hover {
    transform: none;
  }

  .lav-why .lav-why-pipeline-step:hover .lav-why-pipeline-icon {
    transform: none;
  }
}

/* Aviso formulario demo */
.lavaustral-demo-notice {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  margin-bottom: 20px;
  border-radius: 12px;
  font-size: 0.9rem;
  color: var(--heading-color);
  background: color-mix(in srgb, var(--accent-color) 10%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--accent-color) 25%, transparent);
}

.lavaustral-demo-notice i {
  color: var(--accent-color);
  flex-shrink: 0;
}

.contact .lavaustral-demo-form .sent-message {
  display: none;
}

.contact .lavaustral-demo-form .sent-message.d-block {
  display: block;
}

/* Hereda estilos de formulario del template (scoped a .php-email-form en main.css) */
.contact .form-card .lavaustral-demo-form .input-group-custom label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 10px;
}

.contact .form-card .lavaustral-demo-form .input-group-custom .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.contact .form-card .lavaustral-demo-form .input-group-custom .input-wrapper i {
  position: absolute;
  left: 18px;
  font-size: 18px;
  color: color-mix(in srgb, var(--default-color) 50%, transparent);
  z-index: 1;
}

.contact .form-card .lavaustral-demo-form .input-group-custom .input-wrapper input,
.contact .form-card .lavaustral-demo-form .input-group-custom .input-wrapper textarea {
  width: 100%;
  height: 56px;
  padding: 16px 16px 16px 52px;
  font-size: 15px;
  color: var(--default-color);
  background: color-mix(in srgb, var(--default-color) 4%, transparent);
  border: 2px solid transparent;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.contact .form-card .lavaustral-demo-form .input-group-custom .input-wrapper input:focus,
.contact .form-card .lavaustral-demo-form .input-group-custom .input-wrapper textarea:focus {
  outline: none;
  background: var(--surface-color);
  border-color: var(--accent-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-color) 12%, transparent);
}

.contact .form-card .lavaustral-demo-form .input-group-custom .input-wrapper.textarea-wrapper {
  align-items: flex-start;
}

.contact .form-card .lavaustral-demo-form .input-group-custom .input-wrapper.textarea-wrapper i {
  top: 18px;
}

.contact .form-card .lavaustral-demo-form .input-group-custom .input-wrapper.textarea-wrapper textarea {
  height: auto;
  min-height: 140px;
  resize: vertical;
}

.contact .form-card .lavaustral-demo-form .form-actions {
  margin-top: 32px;
}

.contact .form-card .lavaustral-demo-form .form-actions .btn-submit {
  width: 100%;
  height: 56px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
}

.contact .form-card .lavaustral-demo-form .form-actions .sent-message {
  margin-bottom: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent-color) 12%, var(--surface-color));
  color: var(--heading-color);
  font-size: 14px;
}

.contact .form-card .lavaustral-demo-form .form-actions .secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color) 50%, transparent);
}

/* ============================================================
   Fase 2 — Wizard de reserva (.reserva-wizard)
   ============================================================ */

@keyframes lav-wizard-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lav-step-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent-color) 30%, transparent);
  }
  50% {
    box-shadow: 0 0 0 8px color-mix(in srgb, var(--accent-color) 0%, transparent);
  }
}

@keyframes lav-boleta-glow {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(1);
  }
  50% {
    opacity: 0.75;
    transform: scale(1.04);
  }
}

.reserva-page .reserva.section.lav-reserva-stage {
  padding: 0;
  width: 100%;
  max-width: none;
  overflow-x: clip;
}

.lav-wizard-shell {
  width: 100%;
}

.lav-wizard-container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(16px, 3.5vw, 56px);
}

/* Banda superior full-width */
.lav-wizard-stepper-band {
  width: 100%;
  padding: clamp(14px, 2vw, 20px) 0 clamp(16px, 2.5vw, 24px);
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, color-mix(in srgb, var(--lav-brand-sky) 16%, transparent), transparent 55%),
    radial-gradient(ellipse 60% 50% at 95% 20%, color-mix(in srgb, var(--accent-color) 10%, transparent), transparent 50%),
    linear-gradient(180deg, color-mix(in srgb, var(--accent-color) 5%, var(--background-color)), var(--background-color));
  border-bottom: 1px solid color-mix(in srgb, var(--accent-color) 10%, transparent);
}

.lav-wizard-breadcrumbs {
  margin-bottom: clamp(16px, 2.5vw, 22px);
}

.lav-wizard-breadcrumbs .breadcrumb {
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  background: none;
}

.lav-wizard-breadcrumbs .breadcrumb-item {
  font-size: 0.8125rem;
  color: color-mix(in srgb, var(--default-color), transparent 28%);
}

.lav-wizard-breadcrumbs .breadcrumb-item a {
  color: color-mix(in srgb, var(--default-color), transparent 18%);
  text-decoration: none;
  transition: color 0.22s ease;
}

.lav-wizard-breadcrumbs .breadcrumb-item a:hover {
  color: var(--accent-color);
}

.lav-wizard-breadcrumbs .breadcrumb-item.active {
  color: var(--accent-color);
  font-weight: 600;
}

.lav-wizard-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  color: color-mix(in srgb, var(--accent-color) 35%, transparent);
}

.lav-wizard-band-head {
  margin-bottom: clamp(14px, 2vw, 20px);
  animation: lav-wizard-fade-up 0.55s ease both;
}

.lav-wizard-eyebrow {
  margin: 0 0 8px;
  font-family: "Plus Jakarta Sans", var(--nav-font);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-color);
}

.lav-wizard-band-title {
  margin: 0 0 10px;
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--heading-color);
}

.lav-wizard-band-lead {
  margin: 0;
  max-width: 38rem;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  line-height: 1.65;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.lav-wizard-body {
  padding: clamp(24px, 4vw, 40px) 0 clamp(48px, 6vw, 72px);
}

.reserva-wizard {
  margin-bottom: 0;
}

.reserva-wizard--stepper {
  animation: lav-wizard-fade-up 0.55s ease 0.08s both;
}

.reserva-wizard .wizard-layout {
  margin-top: 0;
}

/* Stepper — compacto, detalle secundario */
.reserva-wizard .reserva-stepper.process-timeline {
  background: transparent;
  padding: 8px 4px;
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
}

.reserva-wizard .reserva-stepper .timeline-steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
}

.reserva-wizard .reserva-stepper .timeline-step {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 0;
  text-align: center;
}

.reserva-wizard .reserva-stepper .timeline-step .step-marker {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  border: 2px solid transparent;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.reserva-wizard .reserva-stepper .timeline-step .step-info {
  min-width: 0;
}

.reserva-wizard .reserva-stepper .timeline-step .step-info strong {
  display: block;
  font-family: "Plus Jakarta Sans", var(--nav-font);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--heading-color);
}

.reserva-wizard .reserva-stepper .timeline-step .step-info span {
  display: none;
  margin-top: 1px;
  font-size: 9px;
  line-height: 1.3;
  color: color-mix(in srgb, var(--default-color), transparent 35%);
}

@media (max-width: 767px) {
  .reserva-wizard .reserva-stepper .timeline-step .step-info span {
    display: block;
  }
}

.reserva-wizard .reserva-stepper .timeline-connector {
  flex: 1;
  height: 2px;
  min-width: 8px;
  max-width: none;
  margin-top: 14px;
  align-self: flex-start;
  border-radius: 2px;
  background: color-mix(in srgb, var(--default-color), transparent 82%);
  transition: background 0.25s ease;
}

.reserva-wizard .reserva-stepper .timeline-step.is-done .step-marker {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: transparent;
  font-size: 0;
}

.reserva-wizard .reserva-stepper .timeline-step.is-done .step-marker::after {
  font-family: "bootstrap-icons";
  content: "\f26e";
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--contrast-color);
  line-height: 1;
}

.reserva-wizard .reserva-stepper .timeline-step.is-done .step-info strong {
  color: var(--accent-color);
}

.reserva-wizard .reserva-stepper .timeline-step.is-done .step-info span {
  color: color-mix(in srgb, var(--accent-color) 55%, var(--default-color));
}

.reserva-wizard .reserva-stepper .timeline-step.is-active .step-marker {
  background: var(--surface-color);
  border-color: var(--accent-color);
  color: var(--accent-color);
  box-shadow: none;
  animation: lav-step-pulse 2.4s ease infinite;
}

.reserva-wizard .reserva-stepper .timeline-step.is-active .step-info strong {
  color: var(--accent-color);
}

.reserva-wizard .reserva-stepper .timeline-step.is-active .step-info span {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.reserva-wizard .reserva-stepper .timeline-step.is-pending .step-marker {
  background: color-mix(in srgb, var(--default-color) 6%, var(--surface-color));
  border-color: color-mix(in srgb, var(--default-color), transparent 84%);
  color: color-mix(in srgb, var(--default-color), transparent 45%);
}

.reserva-wizard .reserva-stepper .timeline-step.is-pending .step-info strong {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.reserva-wizard .reserva-stepper .timeline-step.is-pending .step-info span {
  color: color-mix(in srgb, var(--default-color), transparent 55%);
}

.reserva-wizard .reserva-stepper .timeline-step.is-done + .timeline-connector {
  background: var(--accent-color);
}

/* Paneles del wizard */
.reserva-wizard .wizard-panels {
  min-height: 0;
}

.reserva-wizard .wizard-panel-header {
  margin-bottom: 18px;
}

.reserva-wizard .wizard-panel-header h3 {
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 6px;
}

.reserva-wizard .wizard-panel-header p {
  font-size: 0.9375rem;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
  margin: 0;
}

.reserva-wizard .wizard-form-card {
  background: var(--surface-color);
  border-radius: 14px;
  padding: 24px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

/* —— Paso 1: selección de servicio —— */
.reserva-wizard .lav-step1-options.services.service-picker {
  padding: 0;
  margin: 0;
  background: transparent;
}

.lav-step1-head {
  margin-bottom: clamp(22px, 3.5vw, 30px);
  animation: lav-wizard-fade-up 0.5s ease 0.12s both;
}

.lav-step1-eyebrow {
  margin: 0 0 8px;
  font-family: "Plus Jakarta Sans", var(--nav-font);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-color);
}

.lav-step1-title {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3.5vw, 2.125rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--heading-color);
}

.lav-step1-lead {
  margin: 0;
  max-width: 40rem;
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  line-height: 1.65;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.lav-step1-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 2vw, 18px);
  align-items: stretch;
}

@media (min-width: 768px) {
  .lav-step1-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .lav-step1-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lav-service-option {
  display: block;
  cursor: pointer;
  margin: 0;
  animation: lav-wizard-fade-up 0.5s ease both;
}

.lav-service-option:nth-child(1) {
  animation-delay: 0.16s;
}

.lav-service-option:nth-child(2) {
  animation-delay: 0.24s;
}

.lav-service-option:nth-child(3) {
  animation-delay: 0.32s;
}

.reserva-wizard .lav-service-option-inner.service-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  height: 100%;
  padding: 0;
  box-shadow: 0 10px 30px -22px color-mix(in srgb, var(--accent-color) 25%, transparent);
  transform: none;
}

.lav-service-option-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  border-radius: 16px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 86%);
  transition:
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.lav-service-option:hover:not(:has(input:checked)) .lav-service-option-inner,
.lav-service-option:focus-within:not(:has(input:checked)) .lav-service-option-inner {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--accent-color) 50%, transparent);
  background: color-mix(in srgb, var(--lav-brand-sky) 7%, var(--surface-color));
  box-shadow:
    0 22px 44px -20px color-mix(in srgb, var(--accent-color) 32%, transparent),
    0 0 0 1px color-mix(in srgb, var(--accent-color) 12%, transparent);
}

.lav-service-option:hover:not(:has(input:checked)) .lav-service-option-icon,
.lav-service-option:focus-within:not(:has(input:checked)) .lav-service-option-icon {
  background: color-mix(in srgb, var(--lav-brand-sky) 30%, var(--surface-color));
  border-color: color-mix(in srgb, var(--lav-brand-sky) 48%, transparent);
}

.lav-service-option:hover:not(:has(input:checked)) .lav-service-option-price,
.lav-service-option:focus-within:not(:has(input:checked)) .lav-service-option-price {
  background: color-mix(in srgb, var(--accent-color) 9%, var(--surface-color));
  border-color: color-mix(in srgb, var(--accent-color) 20%, transparent);
}

.lav-service-option:hover:not(:has(input:checked)) .service-card-radio,
.lav-service-option:focus-within:not(:has(input:checked)) .service-card-radio {
  border-color: color-mix(in srgb, var(--accent-color) 42%, transparent);
}

/* Cabecera: icono + título */
.lav-service-option-top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 18px 14px;
  padding-right: 44px;
}

.lav-service-option-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--lav-icon-bg);
  border: 1px solid var(--lav-icon-border);
  transition: background 0.28s ease, border-color 0.28s ease;
}

.lav-service-option-icon i {
  font-size: 1.375rem;
  color: var(--accent-color);
  transition: color 0.28s ease;
}

.lav-service-option-heading {
  flex: 1;
  min-width: 0;
}

.lav-service-option-heading h3 {
  margin: 0 0 4px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--heading-color);
}

.lav-service-option-sub {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: color-mix(in srgb, var(--default-color), transparent 18%);
}

/* Banda de precio */
.lav-service-option-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin: 0 14px;
  padding: 10px 12px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--accent-color) 5%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--accent-color) 10%, transparent);
}

.lav-service-option-price-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}

.lav-service-option-price-value {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  color: var(--heading-color);
}

.lav-service-option-price-value small {
  margin-left: 2px;
  font-size: 0.75rem;
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

/* Lista de ítems incluidos */
.lav-service-option-includes {
  flex: 1;
  padding: 14px 18px 10px;
}

.lav-service-option-includes-label {
  display: block;
  margin-bottom: 8px;
  font-family: "Plus Jakarta Sans", var(--nav-font);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-color);
}

.lav-service-option-items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lav-service-option-items li {
  position: relative;
  padding-left: 14px;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--default-color), transparent 8%);
}

.lav-service-option-items li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lav-brand-sky);
  transform: translateY(-50%);
}

/* Tags de sector */
.lav-service-option-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0 18px 14px;
  list-style: none;
}

.lav-service-option-tags li {
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 0.625rem;
  font-weight: 600;
  color: color-mix(in srgb, var(--accent-color) 85%, var(--default-color));
  background: color-mix(in srgb, var(--accent-color) 5%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--accent-color) 12%, transparent);
}

/* CTA al pie */
.lav-service-option-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: calc(100% - 28px);
  margin: auto 14px 14px;
  padding: 11px 14px;
  border-radius: 10px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color) 6%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--accent-color) 14%, transparent);
  transition: background 0.25s ease, color 0.25s ease;
}

.lav-service-option-action i {
  font-size: 1.25rem;
  transition: transform 0.25s ease;
}

.lav-service-option:hover:not(:has(input:checked)) .lav-service-option-action,
.lav-service-option:focus-within:not(:has(input:checked)) .lav-service-option-action {
  color: var(--heading-color);
  background: color-mix(in srgb, var(--accent-color) 14%, var(--surface-color));
  border-color: color-mix(in srgb, var(--accent-color) 24%, transparent);
}

.lav-service-option:hover:not(:has(input:checked)) .lav-service-option-action i,
.lav-service-option:focus-within:not(:has(input:checked)) .lav-service-option-action i {
  transform: translateX(3px);
}

.lav-service-option .service-card-radio {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 72%);
  background: var(--surface-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
  z-index: 2;
}

.lav-service-option .service-card-radio i {
  display: none;
  font-size: 0.8rem;
  color: var(--contrast-color);
}

.lav-service-option.is-selected .lav-service-option-inner,
.lav-service-option:has(input:checked) .lav-service-option-inner {
  border: 2px solid var(--accent-color);
  background: color-mix(in srgb, var(--accent-color) 6%, var(--surface-color));
  box-shadow: 0 18px 40px -18px color-mix(in srgb, var(--accent-color) 32%, transparent);
  transform: translateY(-2px);
}

.lav-service-option.is-selected .lav-service-option-action,
.lav-service-option:has(input:checked) .lav-service-option-action {
  color: var(--contrast-color);
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.lav-service-option.is-selected .lav-service-option-action-label::before,
.lav-service-option:has(input:checked) .lav-service-option-action-label::before {
  content: "Seleccionado · ";
}

.lav-service-option.is-selected .lav-service-option-icon,
.lav-service-option:has(input:checked) .lav-service-option-icon {
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.lav-service-option.is-selected .lav-service-option-icon i,
.lav-service-option:has(input:checked) .lav-service-option-icon i {
  color: var(--contrast-color);
}

.lav-service-option.is-selected .lav-service-option-price,
.lav-service-option:has(input:checked) .lav-service-option-price {
  background: color-mix(in srgb, var(--accent-color) 10%, var(--surface-color));
  border-color: color-mix(in srgb, var(--accent-color) 22%, transparent);
}

.lav-service-option.is-selected .service-card-radio,
.lav-service-option:has(input:checked) .service-card-radio {
  background: var(--accent-color);
  border-color: var(--accent-color);
  transform: scale(1.05);
}

.lav-service-option.is-selected .service-card-radio i,
.lav-service-option:has(input:checked) .service-card-radio i {
  display: block;
}

.lav-step1-assurance {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: clamp(20px, 3vw, 28px);
  animation: lav-wizard-fade-up 0.5s ease 0.4s both;
}

.lav-step1-assurance--step1-only {
  display: none;
  margin-top: 16px;
}

#reserva-wizard:has([data-wizard-step="1"].is-active) .lav-step1-assurance--step1-only {
  display: grid;
}

@media (min-width: 768px) {
  .lav-step1-assurance {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lav-step1-assurance-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--accent-color) 4%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--accent-color) 10%, transparent);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.lav-step1-assurance-item:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--lav-brand-sky) 40%, transparent);
}

.lav-step1-assurance-item i {
  font-size: 1.25rem;
  color: var(--accent-color);
  margin-top: 2px;
}

.lav-step1-assurance-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.875rem;
  color: var(--heading-color);
}

.lav-step1-assurance-item span {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--default-color), transparent 12%);
}

/* —— Paso 2: detalle del pedido —— */
.lav-step2-head {
  margin-bottom: clamp(22px, 3.5vw, 30px);
  animation: lav-wizard-fade-up 0.5s ease 0.12s both;
}

.lav-step2-eyebrow {
  margin: 0 0 8px;
  font-family: "Plus Jakarta Sans", var(--nav-font);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-color);
}

.lav-step2-title {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3.5vw, 2.125rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--heading-color);
}

.lav-step2-lead {
  margin: 0;
  max-width: 40rem;
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  line-height: 1.65;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.lav-step2-body {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2.2vw, 18px);
}

.lav-step2-section.wizard-form-card {
  padding: clamp(20px, 3vw, 26px);
  margin: 0;
}

.lav-step2-section-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: clamp(16px, 2.5vw, 20px);
}

.lav-step2-section-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent-color) 10%, var(--surface-color));
  color: var(--accent-color);
  font-size: 1.125rem;
}

.lav-step2-section-copy h3 {
  margin: 0 0 4px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--heading-color);
}

.lav-step2-section-copy p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--default-color), transparent 14%);
}

.lav-step2 .wizard-field label {
  margin-bottom: 4px;
}

.lav-step2-field-hint {
  margin: 0 0 10px;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--default-color), transparent 18%);
}

.lav-step2-fields-row .wizard-field {
  margin-bottom: 0;
}

.lav-step2-field-last {
  margin-bottom: 0;
}

.lav-step2-section--urgent {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.reserva-wizard .lav-step2-urgency.wizard-checkbox {
  display: grid;
  grid-template-columns: 20px auto 1fr auto;
  align-items: center;
  gap: 14px 16px;
  width: 100%;
  margin: 0;
  padding: clamp(16px, 2.5vw, 20px) clamp(18px, 3vw, 22px);
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  background: var(--surface-color);
  box-shadow:
    0 8px 24px -18px color-mix(in srgb, var(--accent-color) 18%, transparent),
    0 1px 0 color-mix(in srgb, var(--default-color) 4%, transparent);
  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.reserva-wizard .lav-step2-urgency.wizard-checkbox:hover {
  border-color: color-mix(in srgb, var(--accent-color) 28%, transparent);
}

.reserva-wizard .lav-step2-urgency.wizard-checkbox:has(input:checked) {
  border-color: color-mix(in srgb, var(--lav-brand-green) 45%, transparent);
  background: color-mix(in srgb, var(--lav-brand-green) 7%, var(--surface-color));
  box-shadow:
    0 10px 28px -16px color-mix(in srgb, var(--lav-brand-green) 28%, transparent),
    0 0 0 1px color-mix(in srgb, var(--lav-brand-green) 12%, transparent);
}

.lav-step2-urgency-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--lav-brand-sky) 18%, var(--surface-color));
  color: var(--accent-color);
  font-size: 1.2rem;
  transition:
    background 0.22s ease,
    color 0.22s ease;
}

.reserva-wizard .lav-step2-urgency.wizard-checkbox:has(input:checked) .lav-step2-urgency-icon {
  background: color-mix(in srgb, var(--lav-brand-green) 22%, var(--surface-color));
  color: color-mix(in srgb, var(--accent-color) 85%, var(--lav-brand-green));
}

.lav-step2-urgency-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.lav-step2-urgency-title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--heading-color);
}

.lav-step2-urgency-desc {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--default-color), transparent 14%);
}

.lav-step2-urgency-badge {
  flex-shrink: 0;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--lav-brand-green) 16%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--lav-brand-green) 28%, transparent);
}

.reserva-wizard .lav-step2-urgency.wizard-checkbox:has(input:checked) .lav-step2-urgency-badge {
  color: var(--contrast-color);
  background: var(--lav-brand-green);
  border-color: var(--lav-brand-green);
}

.lav-step2-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent-color) 6%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--accent-color) 12%, transparent);
}

.lav-step2-note i {
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 1rem;
  color: var(--accent-color);
}

.lav-step2-note p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: color-mix(in srgb, var(--default-color), transparent 8%);
}

@media (max-width: 767px) {
  .reserva-wizard .lav-step2-urgency.wizard-checkbox {
    grid-template-columns: 20px 1fr;
    grid-template-rows: auto auto;
  }

  .lav-step2-urgency-icon {
    grid-column: 2;
    grid-row: 1;
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .lav-step2-urgency-copy {
    grid-column: 2;
    grid-row: 2;
  }

  .lav-step2-urgency-badge {
    grid-column: 1 / -1;
    justify-self: start;
    margin-left: 36px;
  }
}

/* Tarjetas de servicio — compatibilidad con main.css .services */
.reserva-wizard .services.service-picker {
  padding: 0;
  background: transparent;
}

.reserva-wizard .service-card-selectable {
  display: block;
  cursor: pointer;
  margin: 0;
  width: 100%;
  height: 100%;
}

.reserva-wizard .services.service-picker .service-card {
  margin: 0;
}

.reserva-wizard .services.service-picker .service-card:hover {
  transform: none;
  box-shadow: 0 10px 30px -22px color-mix(in srgb, var(--accent-color) 25%, transparent);
}

.reserva-wizard .services.service-picker .service-card.featured {
  background: var(--surface-color);
  transform: none;
}

/* Campos del formulario wizard */
.reserva-wizard .wizard-field {
  margin-bottom: 20px;
}

.reserva-wizard .wizard-field label,
.reserva-wizard .wizard-legend {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 10px;
}

.reserva-wizard .wizard-legend {
  border: none;
  padding: 0;
  font-size: 14px;
}

.reserva-wizard .wizard-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.reserva-wizard .wizard-input-wrap > i {
  position: absolute;
  left: 18px;
  font-size: 18px;
  color: color-mix(in srgb, var(--default-color) 50%, transparent);
  z-index: 1;
  pointer-events: none;
}

.reserva-wizard .wizard-input-wrap input,
.reserva-wizard .wizard-input-wrap select,
.reserva-wizard .wizard-input-wrap textarea {
  width: 100%;
  height: 52px;
  padding: 14px 16px 14px 48px;
  font-size: 15px;
  color: var(--default-color);
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 84%);
  border-radius: 12px;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.reserva-wizard .wizard-textarea-wrap {
  align-items: flex-start;
}

.reserva-wizard .wizard-textarea-wrap > i {
  top: 18px;
}

.reserva-wizard .wizard-input-wrap textarea {
  height: auto;
  min-height: 120px;
  resize: vertical;
}

.reserva-wizard .wizard-input-wrap input:focus,
.reserva-wizard .wizard-input-wrap select:focus,
.reserva-wizard .wizard-input-wrap textarea:focus {
  outline: none;
  background: var(--surface-color);
  border-color: var(--accent-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-color) 12%, transparent);
}

.reserva-wizard .wizard-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 15px;
  color: var(--default-color);
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  background: color-mix(in srgb, var(--default-color) 3%, var(--surface-color));
  transition:
    border-color 0.22s ease,
    background 0.22s ease;
}

.reserva-wizard .wizard-checkbox:has(input:checked) {
  border-color: color-mix(in srgb, var(--accent-color) 45%, transparent);
  background: color-mix(in srgb, var(--accent-color) 6%, var(--surface-color));
}

.reserva-wizard .wizard-checkbox input {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  flex-shrink: 0;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 72%);
  border-radius: 5px;
  background: var(--surface-color);
  cursor: pointer;
  transition:
    border-color 0.22s ease,
    background 0.22s ease;
}

.reserva-wizard .wizard-checkbox input:checked {
  background: var(--accent-color);
  border-color: var(--accent-color);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.reserva-wizard .wizard-radio-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.reserva-wizard .wizard-radio-card {
  cursor: pointer;
  margin: 0;
}

.reserva-wizard .wizard-radio-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.reserva-wizard .wizard-radio-card-inner {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px;
  border-radius: 14px;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 88%);
  background: color-mix(in srgb, var(--default-color) 3%, var(--surface-color));
  transition: all 0.25s ease;
  height: 100%;
}

.reserva-wizard .wizard-radio-card-inner i {
  font-size: 1.5rem;
  color: var(--accent-color);
}

.reserva-wizard .wizard-radio-card-inner strong {
  color: var(--heading-color);
  font-size: 15px;
}

.reserva-wizard .wizard-radio-card-inner small {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  font-size: 13px;
}

.reserva-wizard .wizard-radio-card:has(input:checked) .wizard-radio-card-inner {
  border-color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color) 8%, var(--surface-color));
  box-shadow: 0 4px 16px color-mix(in srgb, var(--accent-color) 15%, transparent);
}

/* —— Paso 3: logística —— */
.lav-step3-head {
  margin-bottom: clamp(22px, 3.5vw, 30px);
  animation: lav-wizard-fade-up 0.5s ease 0.12s both;
}

.lav-step3-eyebrow {
  margin: 0 0 8px;
  font-family: "Plus Jakarta Sans", var(--nav-font);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-color);
}

.lav-step3-title {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3.5vw, 2.125rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--heading-color);
}

.lav-step3-lead {
  margin: 0;
  max-width: 40rem;
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  line-height: 1.65;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.lav-step3-body {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2.2vw, 18px);
}

.lav-step3-section.wizard-form-card {
  padding: clamp(20px, 3vw, 26px);
  margin: 0;
}

.lav-step3-section-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: clamp(16px, 2.5vw, 20px);
}

.lav-step3-section-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent-color) 10%, var(--surface-color));
  color: var(--accent-color);
  font-size: 1.125rem;
}

.lav-step3-section-copy h3 {
  margin: 0 0 4px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--heading-color);
}

.lav-step3-section-copy p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--default-color), transparent 14%);
}

.lav-step3-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.lav-step3-options.wizard-radio-group {
  gap: clamp(12px, 2vw, 16px);
}

.lav-step3-option .wizard-radio-card-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px 16px;
  padding: clamp(16px, 2.5vw, 20px);
  position: relative;
}

.lav-step3-option .wizard-radio-card-inner > i {
  display: none;
}

.lav-step3-option-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--lav-brand-sky) 18%, var(--surface-color));
  color: var(--accent-color);
  font-size: 1.25rem;
  transition:
    background 0.22s ease,
    color 0.22s ease;
}

.lav-step3-option:has(input:checked) .lav-step3-option-icon {
  background: color-mix(in srgb, var(--accent-color) 14%, var(--surface-color));
  color: var(--accent-color);
}

.lav-step3-option-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.lav-step3-option-copy strong {
  font-size: 0.9375rem;
  line-height: 1.35;
}

.lav-step3-option-copy small {
  font-size: 0.8125rem;
  line-height: 1.45;
}

.lav-step3-option-badge {
  flex-shrink: 0;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.lav-step3-option-badge--included {
  color: var(--lav-brand-green);
  background: color-mix(in srgb, var(--lav-brand-green) 14%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--lav-brand-green) 28%, transparent);
}

.lav-step3-option-badge--fee {
  color: var(--accent-color);
  background: color-mix(in srgb, var(--lav-brand-sky) 16%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--lav-brand-sky) 32%, transparent);
}

.lav-step3-option:has(input:checked) .wizard-radio-card-inner {
  border-color: color-mix(in srgb, var(--accent-color) 55%, transparent);
  background: color-mix(in srgb, var(--lav-brand-sky) 10%, var(--surface-color));
  box-shadow:
    0 10px 28px -16px color-mix(in srgb, var(--accent-color) 22%, transparent),
    0 0 0 1px color-mix(in srgb, var(--accent-color) 10%, transparent);
}

.lav-step3-option:has(input:checked) .lav-step3-option-badge--fee {
  color: var(--contrast-color);
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.lav-step3-section--address {
  animation: lav-wizard-fade-up 0.35s ease both;
}

.lav-step3 .wizard-field label {
  margin-bottom: 4px;
}

.lav-step3-field-hint {
  margin: 0 0 10px;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--default-color), transparent 18%);
}

.lav-step3-fields-row .wizard-field,
.lav-step3-field-last {
  margin-bottom: 0;
}

.lav-step3-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent-color) 6%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--accent-color) 12%, transparent);
}

.lav-step3-note i {
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 1rem;
  color: var(--accent-color);
}

.lav-step3-note p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: color-mix(in srgb, var(--default-color), transparent 8%);
}

@media (max-width: 767px) {
  .lav-step3-option .wizard-radio-card-inner {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: start;
  }

  .lav-step3-option-badge {
    grid-column: 2;
    justify-self: start;
    margin-top: 2px;
  }
}

/* —— Paso 4: resumen de reserva —— */
.lav-step4-head {
  margin-bottom: clamp(22px, 3.5vw, 30px);
  animation: lav-wizard-fade-up 0.5s ease 0.12s both;
}

.lav-step4-eyebrow {
  margin: 0 0 8px;
  font-family: "Plus Jakarta Sans", var(--nav-font);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-color);
}

.lav-step4-title {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3.5vw, 2.125rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--heading-color);
}

.lav-step4-lead {
  margin: 0;
  max-width: 40rem;
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  line-height: 1.65;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.lav-step4-body {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2.2vw, 18px);
}

.lav-step4-section.wizard-form-card {
  padding: clamp(20px, 3vw, 26px);
  margin: 0;
}

.lav-step4-section-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: clamp(16px, 2.5vw, 20px);
}

.lav-step4-section-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent-color) 10%, var(--surface-color));
  color: var(--accent-color);
  font-size: 1.125rem;
}

.lav-step4-section-copy h3 {
  margin: 0 0 4px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--heading-color);
}

.lav-step4-section-copy p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--default-color), transparent 14%);
}

.lav-resumen {
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
  background: color-mix(in srgb, var(--default-color) 2%, var(--surface-color));
  overflow: hidden;
}

.lav-resumen-columns {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 10px 18px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 22%);
  background: color-mix(in srgb, var(--accent-color) 4%, var(--surface-color));
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.lav-resumen-columns span:last-child {
  text-align: right;
}

.lav-resumen-rows {
  display: flex;
  flex-direction: column;
}

.lav-resumen-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 16px;
  padding: 14px 18px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 93%);
}

.lav-resumen-row:last-child {
  border-bottom: none;
}

.lav-resumen-row-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.lav-resumen-label {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--heading-color);
}

.lav-resumen-detail {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--default-color), transparent 18%);
}

.lav-resumen-amount {
  flex-shrink: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
  color: var(--heading-color);
  white-space: nowrap;
}

.lav-resumen-row--meta .lav-resumen-amount {
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 28%);
}

.lav-resumen-included {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--lav-brand-green);
}

.lav-resumen-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  background: var(--surface-color);
  border-top: 2px solid color-mix(in srgb, var(--accent-color) 22%, transparent);
}

.lav-resumen-total-label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--heading-color);
}

.lav-resumen-total-value {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--accent-color);
}

.lav-step4-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent-color) 6%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--accent-color) 12%, transparent);
}

.lav-step4-note i {
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 1rem;
  color: var(--accent-color);
}

.lav-step4-note p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: color-mix(in srgb, var(--default-color), transparent 8%);
}

/* ============================================================
   Fase 3 — Checkout simulado (paso 5)
   ============================================================ */

.lav-step5-head {
  margin-bottom: clamp(22px, 3.5vw, 30px);
  animation: lav-wizard-fade-up 0.5s ease 0.12s both;
}

.lav-step5-eyebrow {
  margin: 0 0 8px;
  font-family: "Plus Jakarta Sans", var(--nav-font);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-color);
}

.lav-step5-title {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3.5vw, 2.125rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--heading-color);
}

.lav-step5-lead {
  margin: 0;
  max-width: 40rem;
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  line-height: 1.65;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.lav-step5-body {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2.2vw, 18px);
}

.lav-step5 .lav-checkout {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2.2vw, 18px);
  max-width: none;
  margin: 0;
}

/* —— Paso 5: selector de método de pago —— */
.lav-step5-pay-methods {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(12px, 2vw, 16px);
  margin-bottom: 14px;
  align-items: stretch;
}

@media (min-width: 768px) {
  .lav-step5-pay-methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.lav-pay-method-option {
  display: flex;
  margin: 0;
  cursor: pointer;
  height: 100%;
}

.lav-pay-method-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
  width: 100%;
  min-height: 118px;
  padding: 16px 44px 16px 16px;
  border-radius: 16px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 86%);
  box-shadow: 0 10px 30px -22px color-mix(in srgb, var(--accent-color) 20%, transparent);
  transition:
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.lav-pay-method-option:hover:not(:has(input:checked)) .lav-pay-method-inner,
.lav-pay-method-option:focus-within:not(:has(input:checked)) .lav-pay-method-inner {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--accent-color) 45%, transparent);
  background: color-mix(in srgb, var(--lav-brand-sky) 7%, var(--surface-color));
  box-shadow:
    0 18px 40px -18px color-mix(in srgb, var(--accent-color) 28%, transparent),
    0 0 0 1px color-mix(in srgb, var(--accent-color) 10%, transparent);
}

.lav-pay-method-option:has(input:checked) .lav-pay-method-inner {
  border: 2px solid var(--accent-color);
  background: color-mix(in srgb, var(--accent-color) 6%, var(--surface-color));
  box-shadow: 0 16px 36px -16px color-mix(in srgb, var(--accent-color) 30%, transparent);
  transform: translateY(-2px);
}

.lav-pay-method-option--featured .lav-pay-method-inner {
  border-color: color-mix(in srgb, var(--accent-color) 22%, transparent);
  background: color-mix(in srgb, var(--lav-brand-sky) 6%, var(--surface-color));
}

.lav-pay-method-option--featured:has(input:checked) .lav-pay-method-inner {
  border-width: 2px;
  border-color: var(--accent-color);
}

.lav-pay-method-option .service-card-radio {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 72%);
  background: var(--surface-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
  z-index: 2;
}

.lav-pay-method-option .service-card-radio i {
  display: none;
  font-size: 0.8rem;
  color: var(--contrast-color);
}

.lav-pay-method-option:has(input:checked) .service-card-radio {
  background: var(--accent-color);
  border-color: var(--accent-color);
  transform: scale(1.05);
}

.lav-pay-method-option:has(input:checked) .service-card-radio i {
  display: block;
}

.lav-pay-method-badge {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--lav-brand-sky) 22%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--lav-brand-sky) 40%, transparent);
}

.lav-pay-method-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
}

.lav-pay-method-brand--neutral {
  gap: 8px;
}

.lav-pay-method-logo {
  display: block;
  max-width: min(148px, 100%);
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
}

.lav-pay-method-wordmark {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--accent-color);
  line-height: 1.1;
}

.lav-pay-method-wordmark--neutral {
  font-size: 1rem;
  font-weight: 700;
  color: var(--heading-color);
}

.lav-pay-method-icon {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--lav-icon-bg);
  border: 1px solid var(--lav-icon-border);
  color: var(--accent-color);
  flex-shrink: 0;
}

.lav-pay-method-icon > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.0625rem;
  line-height: 1;
}

.lav-pay-method-icon > i::before {
  display: block;
  line-height: 1;
}

.lav-pay-method-sub {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--default-color), transparent 14%);
}

.lav-step5-prod-note {
  margin: 0;
  padding-top: 4px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

/* —— Panel TodoPago —— */
.lav-step5-panel-todopago {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent-color) 18%, transparent);
  box-shadow: 0 10px 32px -20px color-mix(in srgb, var(--accent-color) 28%, transparent);
}

.lav-todopago-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 18px;
  background: linear-gradient(
    135deg,
    var(--accent-color) 0%,
    color-mix(in srgb, var(--accent-color) 82%, var(--heading-color)) 100%
  );
  color: var(--contrast-color);
}

.lav-todopago-header-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.lav-todopago-header-logo {
  display: block;
  max-width: min(160px, 52vw);
  max-height: 42px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
}

.lav-todopago-header-wordmark {
  font-size: 1.375rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.lav-todopago-header-secure {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  background: color-mix(in srgb, var(--contrast-color) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--contrast-color) 18%, transparent);
}

.lav-todopago-header-secure i {
  font-size: 0.875rem;
  color: var(--lav-brand-sky);
}

.lav-todopago-meta {
  padding: 14px 18px;
  background: color-mix(in srgb, var(--lav-brand-sky) 8%, var(--surface-color));
  border-top: 1px solid color-mix(in srgb, var(--accent-color) 10%, transparent);
}

.lav-todopago-methods {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--heading-color);
}

.lav-todopago-methods i {
  color: var(--accent-color);
  font-size: 1rem;
}

.lav-todopago-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.lav-todopago-protected {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--accent-color);
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--accent-color) 16%, transparent);
}

.lav-todopago-protected i {
  color: var(--lav-brand-green);
}

.lav-step5-panel-demo {
  padding: clamp(16px, 2.5vw, 20px);
  border-radius: 16px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.lav-step5-section-head--demo {
  margin-bottom: 0;
}

.lav-checkout--demo .lav-step5-section--card {
  border-color: color-mix(in srgb, var(--default-color), transparent 90%);
}

.lav-checkout-pay--todopago {
  background: var(--accent-color);
}

.lav-checkout-pay--todopago:hover:not(:disabled) {
  background: color-mix(in srgb, var(--accent-color) 88%, var(--heading-color));
}

.lav-checkout-pay--demo {
  background: var(--lav-cta-color);
}

.lav-checkout-pay--demo:hover:not(:disabled) {
  background: var(--lav-cta-hover);
}

.lav-step5-section.wizard-form-card {
  padding: clamp(20px, 3vw, 26px);
  margin: 0;
}

.lav-step5-section-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: clamp(16px, 2.5vw, 20px);
}

.lav-step5-section-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent-color) 10%, var(--surface-color));
  color: var(--accent-color);
  font-size: 1.125rem;
}

.lav-step5-section-copy h3 {
  margin: 0 0 4px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--heading-color);
}

.lav-step5-section-copy p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--default-color), transparent 14%);
}

.lav-step5-section--secure {
  background: color-mix(in srgb, var(--lav-brand-sky) 8%, var(--surface-color));
  border-color: color-mix(in srgb, var(--lav-brand-sky) 22%, transparent);
}

.lav-step5-secure {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.lav-step5-secure-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent-color) 12%, var(--surface-color));
  color: var(--accent-color);
  font-size: 1.25rem;
}

.lav-step5-secure-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.lav-checkout-sim-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--lav-brand-sky) 24%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--lav-brand-sky) 42%, transparent);
}

.lav-checkout-info {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.lav-checkout-summary {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}

.lav-step5-resumen {
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
  background: color-mix(in srgb, var(--default-color) 2%, var(--surface-color));
  overflow: hidden;
}

.lav-step5-resumen-columns {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 10px 18px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 22%);
  background: color-mix(in srgb, var(--accent-color) 4%, var(--surface-color));
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.lav-step5-resumen-columns span:last-child {
  text-align: right;
}

.lav-step5-resumen-rows {
  display: flex;
  flex-direction: column;
}

.lav-step5-resumen-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 16px;
  padding: 14px 18px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 93%);
}

.lav-step5-resumen-row:last-child {
  border-bottom: none;
}

.lav-step5-resumen-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.lav-step5-resumen-label {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--heading-color);
}

.lav-step5-resumen-detail {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--default-color), transparent 18%);
}

.lav-step5-resumen-amount {
  flex-shrink: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
  color: var(--heading-color);
  white-space: nowrap;
}

.lav-step5-resumen-row--meta .lav-step5-resumen-amount {
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 28%);
}

.lav-step5-included {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--lav-brand-green);
}

.lav-step5-resumen-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  background: var(--surface-color);
  border-top: 2px solid color-mix(in srgb, var(--accent-color) 22%, transparent);
}

.lav-step5-resumen-total-label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--heading-color);
}

.lav-step5-resumen-total-value {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--accent-color);
}

.lav-checkout-empty {
  margin: 0;
  padding: 14px 16px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
  border-radius: 12px;
  background: color-mix(in srgb, var(--default-color) 3%, var(--surface-color));
  border: 1px dashed color-mix(in srgb, var(--default-color), transparent 86%);
}

.lav-step5-section--card .lav-checkout-card {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.lav-checkout-field {
  margin-bottom: 18px;
}

.lav-step5-fields-row .lav-checkout-field {
  margin-bottom: 0;
}

.lav-step5-field-last {
  margin-top: 18px;
  margin-bottom: 0;
}

.lav-checkout-field label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 8px;
}

.lav-step5-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.lav-step5-input-wrap > i {
  position: absolute;
  left: 18px;
  font-size: 1.125rem;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  z-index: 1;
  pointer-events: none;
}

.lav-step5-input-wrap input {
  width: 100%;
  height: 52px;
  padding: 14px 16px 14px 48px;
  font-size: 15px;
  color: var(--heading-color);
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 84%);
  border-radius: 12px;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.lav-step5-input-wrap input:focus {
  outline: none;
  border-color: var(--accent-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-color) 12%, transparent);
}

.lav-checkout-pay {
  width: 100%;
  height: 56px;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  color: var(--contrast-color);
  background: var(--accent-color);
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.lav-checkout-pay:hover:not(:disabled) {
  background: color-mix(in srgb, var(--accent-color) 88%, var(--heading-color));
  transform: translateY(-1px);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--accent-color) 28%, transparent);
}

.lav-checkout-pay:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.lav-checkout-processing {
  text-align: center;
  padding: 32px 20px;
  margin-top: 16px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--accent-color) 4%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--accent-color) 10%, transparent);
}

.lav-checkout-spinner {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  border: 4px solid color-mix(in srgb, var(--accent-color) 20%, transparent);
  border-top-color: var(--accent-color);
  border-radius: 50%;
  animation: lav-spin 0.8s linear infinite;
}

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

.lav-checkout-processing p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--heading-color);
  font-weight: 600;
}

.lav-checkout-success {
  text-align: center;
  padding: 32px 20px;
  margin-top: 16px;
  background: color-mix(in srgb, var(--lav-brand-green) 10%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--lav-brand-green) 32%, transparent);
  border-radius: 14px;
}

.lav-checkout-success i {
  font-size: 2.75rem;
  color: var(--lav-brand-green);
  margin-bottom: 12px;
  display: block;
}

.lav-checkout-success p {
  margin: 0 0 8px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--heading-color);
}

.lav-checkout-success small {
  font-size: 0.8125rem;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

.lav-checkout-error {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--lav-brand-sky) 14%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--accent-color) 18%, transparent);
}

#reserva-wizard:has([data-wizard-step="5"].is-active) .wizard-form-actions [data-wizard-next] {
  display: none;
}

#reserva-wizard:has([data-wizard-step="5"].is-active) .wizard-form-actions {
  justify-content: space-between;
}

/* Validación */
.reserva-wizard .wizard-validation {
  display: none;
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  color: #b45309;
  background: #fffbeb;
  border: 1px solid #fcd34d;
}

.reserva-wizard .wizard-validation.is-visible {
  display: block;
}

/* Navegación */
.reserva-wizard .wizard-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  justify-content: space-between;
  margin-top: clamp(18px, 3vw, 24px);
  padding: 14px 18px;
  border-radius: 14px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--accent-color) 12%, transparent);
  box-shadow:
    0 10px 28px -16px color-mix(in srgb, var(--accent-color) 22%, transparent),
    0 1px 0 color-mix(in srgb, var(--accent-color) 6%, transparent);
}

.reserva-wizard .wizard-form-actions-hint {
  flex: 1 1 100%;
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  color: color-mix(in srgb, var(--default-color), transparent 12%);
  line-height: 1.45;
}

.reserva-wizard .wizard-form-actions-hint {
  display: none;
}

#reserva-wizard:has([data-wizard-step="1"].is-active) .wizard-form-actions-hint--step1,
#reserva-wizard:has([data-wizard-step="2"].is-active) .wizard-form-actions-hint--step2,
#reserva-wizard:has([data-wizard-step="3"].is-active) .wizard-form-actions-hint--step3,
#reserva-wizard:has([data-wizard-step="4"].is-active) .wizard-form-actions-hint--step4,
#reserva-wizard:has([data-wizard-step="5"].is-active) .wizard-form-actions-hint--step5 {
  display: block;
}

#reserva-wizard:has([data-wizard-step="2"].is-active) .wizard-form-actions-hint--step2,
#reserva-wizard:has([data-wizard-step="3"].is-active) .wizard-form-actions-hint--step3,
#reserva-wizard:has([data-wizard-step="4"].is-active) .wizard-form-actions-hint--step4,
#reserva-wizard:has([data-wizard-step="5"].is-active) .wizard-form-actions-hint--step5 {
  flex: 1 1 auto;
  margin-right: auto;
}

.reserva-wizard .wizard-form-actions [data-wizard-prev]:disabled {
  display: none;
}

.reserva-wizard .wizard-form-actions:has([data-wizard-prev]:disabled) {
  justify-content: flex-end;
}

.reserva-wizard .wizard-form-actions:has([data-wizard-prev]:disabled) .wizard-form-actions-hint {
  flex: 1 1 auto;
  margin-right: auto;
}

.reserva-wizard .wizard-form-actions .btn-main,
.reserva-wizard .wizard-form-actions .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.reserva-wizard .wizard-form-actions .btn-main {
  min-width: 168px;
  padding: 15px 32px;
  font-size: 1rem;
  box-shadow: 0 10px 26px -10px color-mix(in srgb, var(--lav-cta-color) 55%, transparent);
}

.reserva-wizard .wizard-form-actions .btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -10px color-mix(in srgb, var(--lav-cta-color) 50%, transparent);
}

.reserva-wizard .wizard-form-actions .btn-outline {
  background: transparent;
  color: var(--heading-color);
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 80%);
}

.reserva-wizard .wizard-form-actions .btn-outline:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Sidebar — boleta */
.reserva .wizard-sidebar {
  align-self: flex-start;
}

.reserva .wizard-sidebar .info-panel.lav-boleta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    155deg,
    var(--accent-color) 0%,
    color-mix(in srgb, var(--accent-color) 82%, var(--heading-color)) 100%
  );
  color: var(--contrast-color);
  border-radius: 20px;
  padding: clamp(22px, 3vw, 28px);
  position: sticky;
  top: 88px;
  border: 1px solid color-mix(in srgb, var(--contrast-color) 12%, transparent);
  box-shadow:
    0 24px 48px -20px color-mix(in srgb, var(--accent-color) 55%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--contrast-color) 12%, transparent);
  animation: lav-wizard-fade-up 0.55s ease 0.2s both;
}

.lav-boleta-glow {
  position: absolute;
  top: -40%;
  right: -25%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--lav-brand-sky) 45%, transparent), transparent 68%);
  pointer-events: none;
  animation: lav-boleta-glow 4s ease-in-out infinite;
}

.reserva .wizard-sidebar .info-panel .panel-header {
  position: relative;
  z-index: 1;
}

.lav-boleta-title {
  margin: 0 0 6px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--contrast-color);
}

.reserva .wizard-sidebar .info-panel .panel-header .panel-help {
  font-size: 0.875rem;
  line-height: 1.5;
  opacity: 0.88;
  margin: 0;
}

.lav-boleta-progress {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  margin-bottom: 16px;
}

.lav-boleta-progress-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.92;
}

.lav-boleta-progress-pct {
  font-size: 0.8125rem;
  font-weight: 800;
  color: var(--lav-brand-green);
}

.lav-boleta-progress-track {
  height: 6px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--contrast-color) 14%, transparent);
  overflow: hidden;
}

.lav-boleta-progress-fill {
  height: 100%;
  width: 20%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--lav-brand-green), color-mix(in srgb, var(--lav-brand-green) 70%, var(--lav-brand-sky)));
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

#reserva-wizard:has([data-wizard-step="2"].is-active) .lav-boleta-progress-fill {
  width: 40%;
}

#reserva-wizard:has([data-wizard-step="3"].is-active) .lav-boleta-progress-fill {
  width: 60%;
}

#reserva-wizard:has([data-wizard-step="4"].is-active) .lav-boleta-progress-fill {
  width: 80%;
}

#reserva-wizard:has([data-wizard-step="5"].is-active) .lav-boleta-progress-fill {
  width: 100%;
}

#reserva-wizard:has([data-wizard-step="2"].is-active) .lav-boleta-progress-pct::after {
  content: "40%";
}

#reserva-wizard:has([data-wizard-step="3"].is-active) .lav-boleta-progress-pct::after {
  content: "60%";
}

#reserva-wizard:has([data-wizard-step="4"].is-active) .lav-boleta-progress-pct::after {
  content: "80%";
}

#reserva-wizard:has([data-wizard-step="5"].is-active) .lav-boleta-progress-pct::after {
  content: "100%";
}

#reserva-wizard:has([data-wizard-step="2"].is-active) .lav-boleta-progress-pct,
#reserva-wizard:has([data-wizard-step="3"].is-active) .lav-boleta-progress-pct,
#reserva-wizard:has([data-wizard-step="4"].is-active) .lav-boleta-progress-pct,
#reserva-wizard:has([data-wizard-step="5"].is-active) .lav-boleta-progress-pct {
  font-size: 0;
}

#reserva-wizard:has([data-wizard-step="2"].is-active) .lav-boleta-progress-pct::after,
#reserva-wizard:has([data-wizard-step="3"].is-active) .lav-boleta-progress-pct::after,
#reserva-wizard:has([data-wizard-step="4"].is-active) .lav-boleta-progress-pct::after,
#reserva-wizard:has([data-wizard-step="5"].is-active) .lav-boleta-progress-pct::after {
  font-size: 0.8125rem;
}

.lav-boleta-body {
  position: relative;
  z-index: 1;
}

.reserva .wizard-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reserva .wizard-sidebar-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 9px 0;
  border: none;
  transition: opacity 0.25s ease;
}

.reserva .wizard-sidebar-label {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.88;
}

.reserva .wizard-sidebar-value {
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  line-height: 1.4;
  transition: transform 0.3s ease;
}

#reserva-wizard:has(.lav-service-option.is-selected) .wizard-sidebar-value,
#reserva-wizard:has(.lav-service-option input:checked) .wizard-sidebar-value {
  transform: scale(1.02);
}

.reserva .wizard-sidebar-total {
  margin-top: 10px;
  padding-top: 14px !important;
  border-top: 1px solid color-mix(in srgb, var(--contrast-color) 20%, transparent) !important;
  border-bottom: none !important;
}

.reserva .wizard-sidebar-total .wizard-sidebar-label {
  font-size: 13px;
  font-weight: 600;
  opacity: 1;
}

.reserva .wizard-sidebar-total .wizard-sidebar-value {
  font-size: clamp(1.35rem, 2.8vw, 1.625rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--lav-brand-green);
}

.lav-boleta-foot {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid color-mix(in srgb, var(--contrast-color) 14%, transparent);
}

.lav-boleta-nudge {
  display: none;
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  opacity: 0.85;
}

#reserva-wizard:has([data-wizard-step="1"].is-active) .lav-boleta-nudge--step1,
#reserva-wizard:has([data-wizard-step="2"].is-active) .lav-boleta-nudge--step2,
#reserva-wizard:has([data-wizard-step="3"].is-active) .lav-boleta-nudge--step3,
#reserva-wizard:has([data-wizard-step="4"].is-active) .lav-boleta-nudge--step4,
#reserva-wizard:has([data-wizard-step="5"].is-active) .lav-boleta-nudge--step5 {
  display: block;
}

@media (max-width: 991px) {
  .reserva .wizard-sidebar .info-panel.lav-boleta {
    position: static;
    top: auto;
    margin-bottom: 8px;
  }

}

@media (max-width: 1024px) {
  .lav-checkout {
    max-width: 100%;
  }

  .order-detail,
  .order-search {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lav-wizard-band-head,
  .reserva-wizard--stepper,
  .lav-step1-head,
  .lav-step2-head,
  .lav-step3-head,
  .lav-step4-head,
  .lav-step5-head,
  .lav-service-option,
  .lav-step1-assurance,
  .reserva .wizard-sidebar .info-panel.lav-boleta {
    animation: none;
  }

  .reserva-wizard .reserva-stepper .timeline-step.is-active .step-marker,
  .lav-boleta-glow {
    animation: none;
  }

  .lav-service-option:hover .lav-service-option-inner,
  .lav-step1-assurance-item:hover {
    transform: none;
  }

}

@media (max-width: 768px) {
  .header .logo.lavaustral-logo .lavaustral-logo-img {
    height: 56px;
    max-height: 56px;
    max-width: 224px;
  }

  .header.lav-header {
    --lav-header-pad-y: 10px;
    --lav-header-logo-h: 56px;
    min-height: calc(var(--lav-header-pad-y) * 2 + var(--lav-header-logo-h));
  }

  .header.lav-header .logo.lavaustral-logo {
    min-height: var(--lav-header-logo-h);
  }

  .header.lav-header .logo.lavaustral-logo .lavaustral-logo-img {
    height: var(--lav-header-logo-h);
    max-height: var(--lav-header-logo-h);
    max-width: 224px;
  }

  .reserva-page .reserva.section {
    padding-top: 16px;
  }

  .reserva-wizard .reserva-stepper {
    padding: 6px 0;
    margin-bottom: 12px;
    overflow: hidden;
  }

  .reserva-wizard .reserva-stepper .timeline-steps {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 14px;
    padding-bottom: 6px;
  }

  .reserva-wizard .reserva-stepper .timeline-step {
    flex: 0 0 auto;
    min-width: 96px;
    scroll-snap-align: center;
    padding: 2px 4px;
  }

  .reserva-wizard .reserva-stepper .timeline-step .step-marker {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .reserva-wizard .reserva-stepper .timeline-step .step-info strong {
    font-size: 11px;
  }

  .reserva-wizard .reserva-stepper .timeline-step .step-info span {
    font-size: 9px;
  }

  .reserva-wizard .reserva-stepper .timeline-connector {
    display: block;
    flex: 0 0 16px;
    min-width: 16px;
    max-width: 16px;
    height: 3px;
    margin-top: 16px;
    align-self: flex-start;
  }


  .reserva-wizard .wizard-radio-group,
  .lav-step3-options.wizard-radio-group {
    grid-template-columns: 1fr;
  }

  .reserva-wizard .wizard-form-actions {
    flex-direction: column-reverse;
    align-items: stretch;
    padding: 14px 16px;
  }

  .reserva-wizard .wizard-form-actions:has([data-wizard-prev]:disabled) {
    justify-content: stretch;
  }

  .reserva-wizard .wizard-form-actions:has([data-wizard-prev]:disabled) .wizard-form-actions-hint {
    order: -1;
    margin-right: 0;
  }

  .reserva-wizard .wizard-form-actions .btn-main,
  .reserva-wizard .wizard-form-actions .btn-outline {
    width: 100%;
  }

  .reserva-wizard .wizard-form-actions .btn-main {
    min-width: 0;
  }

  .reserva-wizard .wizard-form-card {
    padding: 22px 18px;
  }

  .reserva-wizard .wizard-sidebar .info-panel {
    margin-bottom: 0;
  }

}

@media (max-width: 576px) {
  .header .btn-getstarted,
  .header.lav-header .btn-getstarted {
    padding: 8px 14px;
    font-size: 13px;
  }

  .lav-checkout-card {
    padding: 20px 16px;
  }

  .lav-checkout-field input {
    min-width: 0;
  }

  .lav-resumen-columns {
    display: none;
  }

  .lav-resumen-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 16px;
  }

  .lav-resumen-amount {
    text-align: left;
    padding-left: 0;
    font-size: 0.875rem;
  }

  .lav-resumen-row:not(.lav-resumen-row--meta) .lav-resumen-amount::before {
    content: "Monto: ";
    font-weight: 600;
    color: color-mix(in srgb, var(--default-color), transparent 28%);
  }

  .lav-resumen-footer {
    padding: 14px 16px;
  }

  .lav-step5-resumen-columns {
    display: none;
  }

  .lav-step5-resumen-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 16px;
  }

  .lav-step5-resumen-amount {
    text-align: left;
    font-size: 0.875rem;
  }

  .lav-step5-resumen-row:not(.lav-step5-resumen-row--meta) .lav-step5-resumen-amount::before {
    content: "Monto: ";
    font-weight: 600;
    color: color-mix(in srgb, var(--default-color), transparent 28%);
  }

  .lav-step5-resumen-footer {
    padding: 14px 16px;
  }

  .lav-todopago-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .lav-todopago-badges {
    flex-direction: column;
    align-items: flex-start;
  }

  .lav-checkout-pay {
    font-size: 0.9375rem;
    padding-inline: 12px;
  }

}

/* ============================================================
   Fase 4 — Seguimiento de orden (.seguimiento-page)
   ============================================================ */

/* —— Layout general —— */
.seguimiento-page .page-title {
  padding-bottom: clamp(20px, 3vw, 28px);
}

.seguimiento-page .page-title .title-wrapper {
  padding-bottom: 0;
}

.lav-seguimiento.section {
  padding-top: clamp(20px, 3.5vw, 32px);
  padding-bottom: clamp(48px, 6vw, 72px);
}

.lav-seguimiento-container {
  max-width: 1140px;
}

.seguimiento-storage-alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--lav-brand-sky) 12%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--accent-color) 16%, transparent);
  color: var(--accent-color);
  font-size: 0.875rem;
}

.seguimiento-storage-alert i {
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.seguimiento-storage-alert p {
  margin: 0;
  line-height: 1.5;
}

/* —— Estado vacío / búsqueda —— */
.lav-seguimiento-intro {
  max-width: 560px;
  margin: 0 auto;
}

.seguimiento-page:has(.order-detail) .lav-seguimiento-intro {
  max-width: none;
  margin: 0 0 12px;
}

.seguimiento-page:has(.order-detail) .lav-seguimiento-support {
  display: none;
}

.lav-order-search.order-search {
  max-width: none;
  margin: 0 0 16px;
}

.order-search-inner {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 86%);
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 8px 24px -12px color-mix(in srgb, var(--accent-color) 14%, transparent),
    0 1px 0 color-mix(in srgb, var(--default-color) 4%, transparent);
}

.order-search-inner > i {
  display: flex;
  align-items: center;
  padding-left: 18px;
  font-size: 1.125rem;
  color: color-mix(in srgb, var(--accent-color) 55%, transparent);
}

.order-search-input {
  flex: 1;
  min-width: 0;
  border: none;
  padding: 15px 12px;
  font-size: 0.9375rem;
  color: var(--heading-color);
  background: transparent;
}

.order-search-input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 38%);
}

.order-search-input:focus {
  outline: none;
}

.order-search-btn {
  flex-shrink: 0;
  border: none;
  padding: 0 24px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--contrast-color);
  background: var(--accent-color);
  cursor: pointer;
  transition: background 0.22s ease;
}

.order-search-btn:hover {
  background: color-mix(in srgb, var(--accent-color) 88%, var(--heading-color));
}

.lav-seguimiento-support {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lav-order-hint {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.lav-order-hint i {
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 1rem;
  color: var(--accent-color);
}

.lav-order-hint strong {
  color: var(--heading-color);
  font-weight: 700;
}

.lav-order-howto {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 8px;
  padding: 16px 14px;
  border-radius: 14px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.lav-order-howto-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 72px;
}

.lav-order-howto-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--lav-brand-sky) 18%, var(--surface-color));
  color: var(--accent-color);
  font-size: 1.125rem;
}

.lav-order-howto-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--heading-color);
  text-align: center;
  line-height: 1.3;
}

.lav-order-howto-arrow {
  color: color-mix(in srgb, var(--default-color), transparent 45%);
  font-size: 0.875rem;
}

.order-result {
  margin: 0;
}

.seguimiento-page:has(.order-detail) .order-result,
.seguimiento-page:has(.lav-order-not-found) .order-result {
  margin-top: 0;
}

/* —— No encontrado —— */
.order-empty {
  text-align: center;
  padding: clamp(28px, 5vw, 40px) clamp(20px, 4vw, 32px);
  background: var(--surface-color);
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  box-shadow: 0 8px 28px -16px color-mix(in srgb, var(--accent-color) 12%, transparent);
}

.order-empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color) 8%, var(--surface-color));
  color: var(--accent-color);
  font-size: 1.5rem;
}

.order-empty-title {
  margin: 0 0 8px;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--heading-color);
}

.order-empty p {
  margin: 0;
  max-width: 28rem;
  margin-inline: auto;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.lav-order-not-found {
  max-width: 560px;
  margin: 20px auto 0;
}

/* —— Resultado: layout 2 columnas —— */
.order-detail {
  background: var(--surface-color);
  border-radius: 20px;
  padding: clamp(22px, 3.5vw, 32px);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
  box-shadow: 0 12px 40px -16px color-mix(in srgb, var(--accent-color) 14%, transparent);
}

.order-detail-layout {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 4vw, 32px);
}

.order-detail-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.order-detail-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 14px;
  margin: 0;
  padding: 0;
  border: none;
}

.order-detail-header-main {
  min-width: 0;
  flex: 1 1 auto;
}

.order-detail-label {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: color-mix(in srgb, var(--default-color), transparent 22%);
  margin: 0 0 6px;
}

.order-detail-id {
  display: inline-block;
  max-width: 100%;
  padding: 10px 14px;
  font-size: clamp(1rem, 2.6vw, 1.375rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--heading-color);
  margin: 0;
  word-break: break-all;
  background: color-mix(in srgb, var(--default-color) 3%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 86%);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--contrast-color) 65%, transparent);
}

.lavaustral-badge,
.lav-order-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color) 12%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--accent-color) 28%, transparent);
  white-space: nowrap;
}

.lav-order-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color) 18%, transparent);
}

.order-detail-context {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--default-color), transparent 8%);
  background: color-mix(in srgb, var(--lav-brand-sky) 8%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--lav-brand-sky) 20%, transparent);
}

.order-detail-context strong {
  color: var(--heading-color);
  font-weight: 700;
}

.order-detail-context-sep {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.order-detail-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
}

.order-detail-meta-item {
  padding: 14px 16px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--default-color) 3%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.order-detail-meta-item--total {
  background: color-mix(in srgb, var(--accent-color) 5%, var(--surface-color));
  border-color: color-mix(in srgb, var(--accent-color) 12%, transparent);
}

.order-detail-meta dt {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: color-mix(in srgb, var(--default-color), transparent 28%);
  margin-bottom: 6px;
}

.order-detail-meta dd {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--heading-color);
}

.order-detail-meta-item--total dd {
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 800;
  color: var(--accent-color);
}

.order-detail-timeline-wrap {
  min-width: 0;
}

.order-timeline-heading {
  margin: 0 0 16px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 22%);
}

/* —— Timeline vertical —— */
.order-timeline {
  position: relative;
  margin: 0;
}

.order-timeline-item {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.order-timeline-marker-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 48px;
}

.order-timeline-marker {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  z-index: 1;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.order-timeline-marker i {
  font-size: 1.05rem;
  line-height: 1;
}

.order-timeline-marker-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color) 12%, var(--surface-color));
}

.order-timeline-marker-ring .order-timeline-marker {
  width: 40px;
  height: 40px;
}

.order-timeline-line {
  flex: 1;
  width: 2px;
  min-height: 20px;
  margin: 4px 0;
  background: color-mix(in srgb, var(--default-color), transparent 86%);
}

.order-timeline-line.is-done {
  background: var(--accent-color);
}

.order-timeline-content {
  flex: 1;
  min-width: 0;
  padding: 4px 0 20px;
}

.order-timeline-label-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.order-timeline-content strong {
  font-size: 0.9375rem;
  line-height: 1.35;
}

.order-timeline-time {
  display: block;
  margin-top: 4px;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: color-mix(in srgb, var(--default-color), transparent 22%);
}

.order-timeline-chip {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color) 10%, var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--accent-color) 22%, transparent);
}

.order-timeline-item.is-pending .order-timeline-marker {
  background: color-mix(in srgb, var(--default-color) 5%, var(--surface-color));
  color: color-mix(in srgb, var(--default-color), transparent 42%);
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 88%);
}

.order-timeline-item.is-pending .order-timeline-content strong {
  color: color-mix(in srgb, var(--default-color), transparent 32%);
  font-weight: 500;
}

.order-timeline-item.is-active .order-timeline-marker {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: none;
}

.order-timeline-item.is-active .order-timeline-content strong {
  color: var(--heading-color);
  font-weight: 700;
}

.order-timeline-item.is-done .order-timeline-marker {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: none;
}

.order-timeline-item.is-done .order-timeline-content strong {
  color: var(--heading-color);
  font-weight: 600;
}

.order-timeline-item:last-child .order-timeline-content {
  padding-bottom: 0;
}

/* —— Controles demo —— */
.demo-controls {
  padding: 18px 16px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--default-color) 3%, var(--background-color));
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
}

.demo-controls h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: color-mix(in srgb, var(--default-color), transparent 12%);
  margin: 0 0 8px;
}

.demo-controls h4 i {
  color: var(--accent-color);
  font-size: 0.9375rem;
}

.demo-controls > p {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--default-color), transparent 18%);
  margin: 0 0 14px;
}

.demo-controls-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seguimiento-page .demo-controls .btn-main,
.seguimiento-page .demo-controls .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.22s ease;
  border: none;
}

.seguimiento-page .demo-controls .btn-main:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.seguimiento-page .demo-controls .btn-outline {
  background: transparent;
  color: var(--heading-color);
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 80%);
}

/* —— Responsive seguimiento —— */
@media (min-width: 1024px) {
  .order-detail-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(24px, 3vw, 36px);
  }

  .order-detail-side {
    flex: 0 0 38%;
    max-width: 38%;
  }

  .order-detail-timeline-wrap {
    flex: 1 1 62%;
    min-width: 0;
    padding-left: clamp(16px, 2vw, 24px);
    border-left: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
  }

  .seguimiento-page:has(.order-detail) .lav-seguimiento-intro {
    max-width: 560px;
    margin: 0 auto 24px;
  }
}

@media (max-width: 1023px) {
  .order-detail-timeline-wrap {
    padding-top: 8px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
  }
}

@media (max-width: 768px) {
  .lav-order-howto {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .lav-order-howto-arrow {
    transform: rotate(90deg);
  }

  .lav-order-howto-item {
    flex-direction: row;
    justify-content: flex-start;
    min-width: 0;
    width: 100%;
    gap: 12px;
  }

  .lav-order-howto-label {
    text-align: left;
    font-size: 0.8125rem;
  }

  .order-detail-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .order-detail-header-main {
    flex: 1 1 auto;
  }

  .lav-order-status-badge {
    align-self: center;
  }

  .demo-controls-actions {
    flex-direction: column;
  }

  .seguimiento-page .demo-controls .btn-main,
  .seguimiento-page .demo-controls .btn-outline {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .order-search-inner {
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .order-search-inner > i {
    display: flex;
    padding-left: 14px;
    font-size: 1rem;
  }

  .order-search-input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 14px 10px;
    font-size: 0.8125rem;
    border-bottom: none;
  }

  .order-search-btn {
    flex: 0 0 auto;
    padding: 0 18px;
    min-height: 48px;
    font-size: 0.875rem;
  }

  .seguimiento-page:has(.order-detail) .lav-seguimiento-intro {
    margin-bottom: 10px;
  }

  .order-detail-header {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .order-detail-header-main {
    flex: 0 0 auto;
  }

  .lav-order-status-badge {
    align-self: flex-start;
  }

  .order-detail-id {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    font-size: 0.9375rem;
  }

  .order-detail {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .order-timeline-marker-col {
    width: 44px;
  }

  .order-timeline-marker {
    width: 36px;
    height: 36px;
  }

  .order-timeline-marker-ring {
    width: 44px;
    height: 44px;
  }

  .order-timeline-marker-ring .order-timeline-marker {
    width: 36px;
    height: 36px;
  }
}

/* ============================================================
   Footer global — .lav-footer
   ============================================================ */

.footer.lav-footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  font-size: 0.9375rem;
  background-color: #f9f9f9;
  border-top: none;
}

.footer.lav-footer .lav-footer-top,
.footer.lav-footer .lav-footer-bottom {
  position: relative;
  z-index: 1;
}

.footer.lav-footer .lav-footer-top {
  padding: clamp(48px, 7vw, 64px) 0 clamp(28px, 4vw, 36px);
  border-bottom: none;
}

/* Trayectoria — bloque previo al footer */
.lav-footer-showcase.section {
  padding: clamp(48px, 7vw, 72px) 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid color-mix(in srgb, var(--lav-brand-blue) 10%, transparent);
}

.lav-footer-showcase .lav-footer-showcase-head {
  max-width: 36rem;
  margin: 0 auto clamp(28px, 4vw, 36px);
  text-align: center;
}

.lav-footer-showcase .lav-footer-showcase-eyebrow {
  margin: 0 0 10px;
  font-family: "Plus Jakarta Sans", var(--nav-font);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lav-brand-blue);
}

.lav-footer-showcase .lav-footer-showcase-title {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(1.25rem, 2.8vw, 1.625rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--lav-brand-blue);
}

.footer.lav-footer .lav-footer-logo {
  margin-bottom: 20px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.footer.lav-footer .lav-footer-logo:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

.footer.lav-footer .lav-footer-logo .lavaustral-logo-img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(260px, 72vw);
  max-height: 72px;
  margin: 0;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
}

.footer.lav-footer .lav-footer-eyebrow {
  margin: 0 0 10px;
  font-family: "Plus Jakarta Sans", var(--nav-font);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lav-brand-blue);
}

.footer.lav-footer .lav-footer-desc {
  margin: 0 0 22px;
  max-width: 26rem;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: color-mix(in srgb, var(--default-color) 92%, var(--lav-brand-blue));
}

.footer.lav-footer .lav-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", var(--nav-font);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--contrast-color);
  background: var(--lav-cta-color);
  box-shadow: 0 8px 22px -10px color-mix(in srgb, var(--lav-cta-color) 55%, transparent);
  transition:
    background 0.28s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.footer.lav-footer .lav-footer-cta:hover {
  color: var(--contrast-color);
  background: var(--lav-cta-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -12px color-mix(in srgb, var(--lav-cta-color) 50%, transparent);
}

.footer.lav-footer .lav-footer-cta i {
  transition: transform 0.25s ease;
}

.footer.lav-footer .lav-footer-cta:hover i {
  transform: translateX(4px);
}

.footer.lav-footer .lav-footer-social {
  gap: 10px;
}

.footer.lav-footer .lav-footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 1.05rem;
  color: var(--lav-brand-blue);
  background: color-mix(in srgb, var(--lav-brand-sky) 14%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--lav-brand-sky) 35%, transparent);
  transition:
    color 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease,
    transform 0.28s ease;
}

.footer.lav-footer .lav-footer-social a:hover {
  color: var(--lav-brand-blue);
  background: var(--lav-brand-sky);
  border-color: var(--lav-brand-sky);
  transform: translateY(-3px);
}

.footer.lav-footer .lav-footer-nav h4,
.footer.lav-footer .lav-footer-contact h4 {
  font-family: "Plus Jakarta Sans", var(--nav-font);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lav-brand-blue);
  padding-bottom: 14px;
  margin-bottom: 18px;
}

.footer.lav-footer .lav-footer-nav h4::after,
.footer.lav-footer .lav-footer-contact h4::after {
  width: 36px;
  height: 3px;
  border-radius: 2px;
  background: var(--lav-brand-blue);
}

.footer.lav-footer .lav-footer-nav ul li {
  padding: 7px 0;
}

.footer.lav-footer .lav-footer-nav ul a {
  font-family: "Plus Jakarta Sans", var(--nav-font);
  font-size: 0.9375rem;
  font-weight: 500;
  color: color-mix(in srgb, var(--default-color) 88%, var(--lav-brand-blue));
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer.lav-footer .lav-footer-nav ul a:hover {
  color: var(--lav-brand-blue);
  transform: translateX(6px);
}

.footer.lav-footer .lav-footer-contact {
  min-width: 0;
}

.footer.lav-footer .lav-footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer.lav-footer .lav-footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--default-color) 90%, var(--lav-brand-blue));
}

.footer.lav-footer .lav-footer-contact-list li.lav-footer-contact-address {
  align-items: flex-start;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 4px;
}

.footer.lav-footer .lav-footer-contact-list li.lav-footer-contact-address span {
  display: block;
  max-width: 16rem;
  line-height: 1.65;
  padding-top: 2px;
}

.footer.lav-footer .lav-footer-contact-list li i {
  flex-shrink: 0;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  line-height: 1;
  color: var(--lav-brand-blue);
  background: none;
  border: none;
  transition: color 0.25s ease;
}

.footer.lav-footer .lav-footer-contact-list li.lav-footer-contact-address i {
  margin-top: 3px;
}

.footer.lav-footer .lav-footer-contact-list li:hover i {
  color: var(--lav-brand-sky);
}

.footer.lav-footer .lav-footer-contact-list a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer.lav-footer .lav-footer-contact-list a:hover {
  color: var(--lav-brand-blue);
}

.lav-footer-showcase .lav-footer-band-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 48px);
  padding: clamp(8px, 2vw, 12px) clamp(12px, 3vw, 24px);
  max-width: 820px;
  margin: 0 auto;
}

.lav-footer-showcase .lav-footer-band-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  padding: 0 8px;
  position: relative;
}

.lav-footer-showcase .lav-footer-band-item + .lav-footer-band-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: color-mix(in srgb, var(--lav-brand-blue) 18%, transparent);
}

.lav-footer-showcase .lav-footer-band-value {
  font-family: var(--heading-font);
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--lav-brand-green);
}

.lav-footer-showcase .lav-footer-band-label {
  font-family: "Plus Jakarta Sans", var(--nav-font);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color) 85%, var(--lav-brand-blue));
  line-height: 1.45;
  max-width: 12rem;
}

.footer.lav-footer .lav-footer-bottom {
  padding: clamp(22px, 4vw, 28px) 0 clamp(28px, 5vw, 36px);
  border-top: 1px solid color-mix(in srgb, var(--lav-brand-blue) 10%, transparent);
}

.footer.lav-footer .lav-footer-bottom .copyright p,
.footer.lav-footer .lav-footer-bottom .credits {
  font-family: "Plus Jakarta Sans", var(--nav-font);
  font-size: 0.8125rem;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color) 88%, var(--lav-brand-blue));
}

.footer.lav-footer .lav-footer-bottom .copyright strong {
  color: var(--lav-brand-blue);
}

.footer.lav-footer .lav-footer-bottom .credits a {
  color: var(--lav-brand-blue);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.footer.lav-footer .lav-footer-bottom .credits a:hover {
  color: var(--lav-brand-sky);
  border-bottom-color: var(--lav-brand-sky);
}

.footer.lav-footer .lav-footer-legal {
  gap: clamp(16px, 3vw, 28px);
}

.footer.lav-footer .lav-footer-legal a {
  font-family: "Plus Jakarta Sans", var(--nav-font);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: color-mix(in srgb, var(--default-color) 80%, var(--lav-brand-blue));
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer.lav-footer .lav-footer-legal a:hover {
  color: var(--lav-brand-sky);
}

.scroll-top {
  background: var(--lav-cta-color) !important;
  border-radius: 12px;
  box-shadow: 0 8px 24px -8px color-mix(in srgb, var(--lav-cta-color) 50%, transparent);
  transition: background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.scroll-top:hover {
  background: var(--lav-cta-hover) !important;
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .lav-footer-showcase .lav-footer-band-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 16px;
    max-width: 100%;
  }

  .lav-footer-showcase .lav-footer-band-item:nth-child(2)::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer.lav-footer .container.footer-top,
  .footer.lav-footer .container.lav-footer-bottom,
  .lav-footer-showcase.section > .container {
    padding-left: clamp(22px, 6vw, 32px);
    padding-right: clamp(22px, 6vw, 32px);
  }

  .footer.lav-footer .lav-footer-top {
    padding-top: 44px;
    padding-bottom: 24px;
  }

  .footer.lav-footer .lav-footer-bottom {
    padding-top: 20px;
    padding-bottom: clamp(32px, 8vw, 48px);
  }

  .footer.lav-footer .lav-footer-logo .lavaustral-logo-img {
    max-height: 64px;
  }

  .footer.lav-footer .lav-footer-brand,
  .footer.lav-footer .lav-footer-nav,
  .footer.lav-footer .lav-footer-contact {
    margin-bottom: 28px;
  }

  .footer.lav-footer .lav-footer-contact {
    margin-bottom: 12px;
  }

  .footer.lav-footer .lav-footer-desc {
    max-width: none;
  }

  .footer.lav-footer .lav-footer-contact-list li.lav-footer-contact-address span {
    max-width: none;
  }

  .lav-footer-showcase.section {
    padding: 40px 0;
  }

  .lav-footer-showcase .lav-footer-showcase-head {
    margin-bottom: 24px;
    padding-inline: 4px;
  }

  .lav-footer-showcase .lav-footer-band-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-inline: 4px;
  }

  .lav-footer-showcase .lav-footer-band-item::before {
    display: none !important;
  }

  .lav-footer-showcase .lav-footer-band-item + .lav-footer-band-item {
    padding-top: 16px;
    border-top: 1px solid color-mix(in srgb, var(--lav-brand-blue) 8%, transparent);
  }

  .footer.lav-footer .lav-footer-legal {
    justify-content: center;
    gap: 10px 22px;
    margin-bottom: 18px;
    padding-inline: 6px;
  }

  .footer.lav-footer .lav-footer-bottom .copyright,
  .footer.lav-footer .lav-footer-bottom .credits {
    text-align: center;
    padding-inline: clamp(6px, 2vw, 14px);
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .footer.lav-footer .lav-footer-bottom .credits {
    line-height: 1.65;
  }
}

@media (max-width: 576px) {
  .footer.lav-footer .container.footer-top,
  .footer.lav-footer .container.lav-footer-bottom,
  .lav-footer-showcase.section > .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer.lav-footer .lav-footer-nav h4,
  .footer.lav-footer .lav-footer-contact h4 {
    margin-bottom: 14px;
  }

  .footer.lav-footer .lav-footer-contact-list li {
    gap: 12px;
    padding: 12px 0;
  }

  .footer.lav-footer .lav-footer-bottom .copyright p,
  .footer.lav-footer .lav-footer-bottom .credits {
    font-size: 0.75rem;
  }
}

