@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Urbanist:wght@400;500;600;700;800&display=swap');

/* ================================================================
   LANDING ONGOING - ESTETICARE PAMPLONA DESIGN SYSTEM
   Dr. Carlos Vidurrizaga · 360Reset+ · Inside Out
   ================================================================ */
:root {
  --background: 0 0% 100%;
  --foreground: 0 0% 12%;
  /* #1f1f1f deep black */

  --card: 0 0% 100%;
  --card-foreground: 0 0% 12%;

  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 12%;

  --primary: 0 0% 12%;
  /* Negro elegante #1f1f1f */
  --primary-foreground: 0 0% 100%;

  --secondary: 25 15% 96%;
  /* Gris neutro suave #f7f6f5 */
  --secondary-foreground: 0 0% 12%;

  --muted: 25 10% 95%;
  --muted-foreground: 0 0% 45%;
  /* Gris medio */

  --accent: 0 0% 12%;
  /* Negro grafito #1E1E1E oficial de esteticare.es */
  --accent-foreground: 0 0% 100%;

  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;

  --border: 0 0% 89%;
  /* Gris claro #e3e3e3 */
  --input: 0 0% 89%;
  --ring: 0 0% 12%;

  --radius: 100px;

  /* Custom tokens: Blanco, Negro Grafito #1E1E1E y Gris Perla (esteticare.es) */
  --chocolate: 0 0% 12%;
  /* #1E1E1E - Negro grafito oficial de esteticare.es */
  --chocolate-hover: 0 0% 0%;
  /* #000000 - Negro puro para hover */
  --chocolate-light: 0 0% 96%;
  /* #F4F4F5 - Gris claro suave */
  --chocolate-border: 0 0% 89%;
  /* #E4E4E7 - Borde sutil */

  --teal-dark: 0 0% 12%;
  /* Negro puro suave #1f1f1f */
  --teal-light: 0 0% 98%;
  /* Blanco suave #fafafa */
  --navy: 0 0% 10%;
  /* Negro carbón #1a1a1a */
  --warm-gray: 0 0% 97%;
  /* Gris perla limpio #f7f7f8 */

  --success: 0 0% 12%;
  /* Acentos y garantías en negro grafito */
  --gold: 45 93% 47%;
  /* Estrellas doradas para Google Reviews #eab308 */

  /* Fonts */
  --font-heading: 'Urbanist', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Shadows */
  --shadow-card: 0 4px 20px -4px rgba(0, 0, 0, 0.06);
  --shadow-elevated: 0 12px 35px -8px rgba(0, 0, 0, 0.08);
  --shadow-cta: 0 6px 20px -4px rgba(0, 0, 0, 0.28);
}

/* Reset & Base Scope */
.lo-landing {
  margin: 0;
  padding: 0;
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

.lo-landing h1,
.lo-landing h2,
.lo-landing h3,
.lo-landing h4,
.lo-landing h5,
.lo-landing h6 {
  font-family: var(--font-heading);
  color: hsl(var(--foreground));
}

.lo-landing a {
  text-decoration: none;
  color: inherit;
}

/* Section Containers */
.lo-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .lo-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lo-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Section Themes */
.section-teal {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

.section-warm {
  background-color: #faf9f8 !important;
}

.section-light-teal {
  background-color: #f7f6f5 !important;
}

/* CTA Buttons */
.cta-primary {
  background-color: #18181b !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  padding: 0.75rem 2rem !important;
  border-radius: var(--radius) !important;
  transition: all 0.25s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  box-shadow: 0 6px 20px -4px rgba(0, 0, 0, 0.25) !important;
  font-family: var(--font-body) !important;
  font-size: 0.875rem !important;
  border: none !important;
  cursor: pointer !important;
}

.cta-primary:hover {
  transform: scale(1.03) !important;
  background-color: #000000 !important;
  box-shadow: 0 10px 25px -4px rgba(0, 0, 0, 0.35) !important;
}

.cta-secondary {
  background-color: #1E1E1E !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  padding: 0.75rem 2rem !important;
  border-radius: var(--radius) !important;
  transition: all 0.25s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  font-family: var(--font-body) !important;
  font-size: 0.875rem !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 6px 20px -4px rgba(0, 0, 0, 0.28) !important;
}

.cta-secondary:hover {
  transform: scale(1.03) !important;
  background-color: #000000 !important;
  box-shadow: 0 10px 25px -4px rgba(0, 0, 0, 0.38) !important;
}

/* Botones para Secciones Oscuras / Fondos Negros (Monocromo Lujo) */
.cta-on-dark,
.lo-diag-section .cta-primary,
.lo-contact-section--dark .cta-primary,
footer .cta-primary,
.lo-gracias-footer .cta-primary {
  background-color: #ffffff !important;
  color: #18181b !important;
  border: 1.5px solid #ffffff !important;
  font-weight: 700 !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25) !important;
}

.cta-on-dark:hover,
.lo-diag-section .cta-primary:hover,
.lo-contact-section--dark .cta-primary:hover,
footer .cta-primary:hover,
.lo-gracias-footer .cta-primary:hover {
  background-color: #f4f4f5 !important;
  color: #000000 !important;
  border-color: #f4f4f5 !important;
  transform: scale(1.03) !important;
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.2) !important;
}

.cta-outline-white,
.lo-diag-section .cta-secondary,
.lo-contact-section--dark .cta-secondary {
  background-color: transparent !important;
  border: 1.5px solid #ffffff !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.cta-outline-white:hover,
.lo-diag-section .cta-secondary:hover,
.lo-contact-section--dark .cta-secondary:hover {
  background-color: rgba(255, 255, 255, 0.14) !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  transform: scale(1.03) !important;
}

/* Cards */
.card-elevated {
  background-color: hsl(var(--card)) !important;
  border-radius: 0.75rem !important;
  padding: 1.5rem !important;
  border: 1px solid hsl(var(--border)) !important;
  box-shadow: var(--shadow-card) !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}

.card-elevated:hover {
  box-shadow: var(--shadow-elevated) !important;
  transform: translateY(-2px) !important;
}

/* Floating Buttons & Side CTA */
.floating-btn {
  position: fixed !important;
  z-index: 50 !important;
  width: 3.5rem !important;
  height: 3.5rem !important;
  border-radius: 9999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #25d366 !important;
  /* Verde oficial de WhatsApp */
  color: #ffffff !important;
  box-shadow: 0 10px 25px -5px rgba(37, 211, 102, 0.45) !important;
  transition: transform 0.3s ease, background-color 0.2s ease, box-shadow 0.3s ease !important;
  cursor: pointer !important;
}

.floating-btn:hover {
  transform: scale(1.1) !important;
  background-color: #20ba59 !important;
  box-shadow: 0 12px 28px -3px rgba(37, 211, 102, 0.55) !important;
}

@keyframes pulse-glow {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55), 0 10px 25px -5px rgba(37, 211, 102, 0.4);
  }

  50% {
    box-shadow: 0 0 0 12px rgba(37, 211, 102, 0), 0 10px 25px -5px rgba(37, 211, 102, 0.4);
  }
}

.pulse-whatsapp {
  background-color: #25d366 !important;
  color: #ffffff !important;
  animation: pulse-glow 2s infinite !important;
}

.side-cta {
  position: fixed !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 40 !important;
  background-color: #1E1E1E !important;
  color: #ffffff !important;
  padding: 1rem 0.5rem !important;
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
  cursor: pointer !important;
  box-shadow: var(--shadow-cta) !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  font-family: var(--font-body) !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  border: none !important;
  transition: padding 0.3s ease, background-color 0.2s ease !important;
}

.side-cta:hover {
  padding-right: 0.875rem !important;
  background-color: #000000 !important;
}

.side-cta:hover {
  padding-right: 0.875rem !important;
}

/* ================================================================
   FORM (CF7) STYLES & ISOLATION
   ================================================================ */
.lo-landing .lo-form,
.lo-landing .wpcf7-form,
form.lo-form {
  background-color: hsl(var(--card, 0 0% 100%)) !important;
  border-radius: 0.75rem !important;
  padding: 1.5rem !important;
  border: 1px solid hsl(var(--border, 195 20% 90%)) !important;
  box-shadow: var(--shadow-card) !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

@media (min-width: 768px) {

  .lo-landing .lo-form,
  .lo-landing .wpcf7-form,
  form.lo-form {
    padding: 2rem !important;
  }
}

.lo-landing .lo-form p {
  margin: 0 !important;
  padding: 0 !important;
}

.lo-landing .lo-form__title,
.lo-landing .wpcf7-form h3.lo-form__title {
  font-family: var(--font-heading) !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  color: hsl(var(--foreground)) !important;
  text-align: center !important;
  margin: 0 0 0.25rem 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
}

.lo-landing .lo-form__desc,
.lo-landing .wpcf7-form p.lo-form__desc {
  text-align: center !important;
  color: hsl(var(--muted-foreground)) !important;
  font-size: 0.875rem !important;
  font-family: var(--font-body) !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

.lo-landing .lo-form__fields {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
}

.lo-landing .lo-input,
.lo-landing input.wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.lo-landing select.wpcf7-form-control,
.lo-landing textarea.wpcf7-form-control {
  width: 100% !important;
  box-sizing: border-box !important;
  border-radius: var(--radius) !important;
  border: 1px solid hsl(var(--border)) !important;
  background-color: hsl(var(--background)) !important;
  padding: 0.75rem 1rem !important;
  font-size: 0.875rem !important;
  color: hsl(var(--foreground)) !important;
  font-family: var(--font-body) !important;
  outline: none !important;
  box-shadow: none !important;
  height: auto !important;
  line-height: 1.5 !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  margin: 0 !important;
}

.lo-landing .lo-input:focus,
.lo-landing input.wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):focus,
.lo-landing select.wpcf7-form-control:focus,
.lo-landing textarea.wpcf7-form-control:focus {
  border-color: #1E1E1E !important;
  box-shadow: 0 0 0 2px rgba(30, 30, 30, 0.25) !important;
}

.lo-landing .lo-input::placeholder,
.lo-landing .wpcf7-form-control::placeholder {
  color: hsl(var(--muted-foreground)) !important;
  opacity: 1 !important;
}

.lo-landing textarea.lo-input,
.lo-landing textarea.wpcf7-form-control {
  resize: none !important;
  min-height: 80px !important;
}

.lo-landing select.lo-input,
.lo-landing select.wpcf7-form-control {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231e1e1e' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  padding-right: 2.5rem !important;
  cursor: pointer !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  max-width: 100% !important;
}

.lo-landing .wpcf7-acceptance,
.lo-landing .wpcf7-acceptance .wpcf7-list-item {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  display: block !important;
  width: 100% !important;
}

.lo-landing .wpcf7-acceptance label,
.lo-landing .lo-form__checkbox {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.625rem !important;
  margin: 0.75rem 0 0.5rem 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  font-size: 0.8125rem !important;
  color: hsl(var(--muted-foreground)) !important;
  font-family: var(--font-body) !important;
  line-height: 1.45 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.lo-landing .lo-form__checkbox input[type="checkbox"],
.lo-landing .wpcf7-acceptance input[type="checkbox"],
.lo-landing input[type="checkbox"].lo-checkbox {
  width: 1.15rem !important;
  height: 1.15rem !important;
  min-width: 1.15rem !important;
  min-height: 1.15rem !important;
  margin: 0.15rem 0 0 0 !important;
  padding: 0 !important;
  border: 1px solid #71717a !important;
  border-radius: 4px !important;
  accent-color: #1E1E1E !important;
  cursor: pointer !important;
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  display: inline-block !important;
  vertical-align: top !important;
  box-sizing: border-box !important;
  background-color: #ffffff !important;
}

.lo-landing .lo-form__checkbox a,
.lo-landing .wpcf7-acceptance a {
  color: #1E1E1E !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}

.lo-landing .lo-form__submit,
.lo-landing .wpcf7-submit {
  width: 100% !important;
  margin-top: 1rem !important;
  background-color: #1E1E1E !important;
  color: #ffffff !important;
  padding: 0.95rem 2rem !important;
  border-radius: var(--radius) !important;
  font-weight: 700 !important;
  font-size: 0.9375rem !important;
  letter-spacing: 0.02em !important;
  font-family: var(--font-heading) !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 6px 20px -4px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.25s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
}

.lo-landing .lo-form__submit:hover,
.lo-landing .wpcf7-submit:hover {
  transform: scale(1.02) !important;
  background-color: #000000 !important;
  box-shadow: 0 10px 25px -4px rgba(0, 0, 0, 0.45) !important;
}

.lo-landing .lo-form__footer {
  text-align: center !important;
  font-size: 0.75rem !important;
  color: hsl(var(--muted-foreground)) !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0 !important;
  font-family: var(--font-body) !important;
}

/* Modal specific overrides */
.lo-modal .lo-form {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Accordion Component */
.lo-accordion-item {
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  background-color: hsl(var(--card));
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.lo-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  color: hsl(var(--foreground));
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.lo-accordion-trigger svg {
  transition: transform 0.3s ease;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}

.lo-accordion-item.active .lo-accordion-trigger svg {
  transform: rotate(180deg);
}

.lo-accordion-content {
  display: none;
  padding: 0 1.5rem 1rem 1.5rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.6;
}

.lo-accordion-item.active .lo-accordion-content {
  display: block !important;
  animation: loFadeDown 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes loFadeDown {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ----------------------------------------------------------------
   Hero Section & Background Model (2-Column Layout, Face Prominent)
   ---------------------------------------------------------------- */
.lo-hero-section {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

/* Capa traslúcida blanca encima de la foto pero debajo de los textos */
.lo-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  inset: 0;
  background: rgba(255, 255, 255, 0.70);
  pointer-events: none;
  z-index: 1;
}

.lo-hero-section>.lo-container {
  position: relative;
  z-index: 2;
}

/*
@media (min-width: 1100px) {
  .lo-hero-section {
    background-position: calc(50% - 600px - 30px) bottom !important;
    background-size: auto 98% !important;
  }
}

.lo-hero-section--insideout {
  background-position: left -20px bottom !important;
}

@media (min-width: 1100px) {
  .lo-hero-section--insideout {
    background-position: calc(50% - 600px - 20px) bottom !important;
  }
}

.lo-hero-section--360reset {
  background-position: left -40px bottom !important;
}

@media (min-width: 1100px) {
  .lo-hero-section--360reset {
    background-position: calc(50% - 600px - 40px) bottom !important;
  }
}

@media (max-width: 991px) {
  .lo-hero-section {
    background-position: left -60px bottom !important;
    background-size: auto 70% !important;
  }
}
*/
@media (max-width: 640px) {
  .lo-hero-section {
    background-position: right 81% bottom !important;
  }

  body[data-landing="insideout"] .lo-hero-section {
    background-position: right 65% bottom !important;
  }
}

/* 2-Column Hero Grid */
.lo-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .lo-hero-grid {
    grid-template-columns: 1.25fr 0.75fr !important;
    gap: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .lo-hero-grid {
    grid-template-columns: 1.25fr 0.75fr !important;
    gap: 3rem !important;
  }
}

/* Text Container: Clean, transparent, no borders, shifted so face is fully visible on left */
.lo-hero-content {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  /*max-width: 540px;*/
}


/*
@media (min-width: 992px) {
  .lo-hero-content {
    margin-left: clamp(140px, 15vw, 210px) !important;
  }
}

@media (min-width: 1300px) {
  .lo-hero-content {
    margin-left: 210px !important;
  }
}
*/
@media (max-width: 768px) {
  .lo-hero-bg-model {
    opacity: 0.28;
    left: auto;
    right: -20px;
    height: 75%;
    max-height: 440px;
  }
}

.lo-hero-form-col {
  width: 100%;
  position: relative;
  z-index: 2;
}

/* ----------------------------------------------------------------
   Section Silhouette Showcase (Face & Slender Body SVG Line Art)
   ---------------------------------------------------------------- */
.lo-silhouette-card {
  background: linear-gradient(145deg, hsl(var(--card)) 0%, hsl(var(--secondary)) 100%);
  border: 1px solid hsl(var(--border));
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  box-shadow: var(--shadow-elevated);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 420px;
}

.lo-silhouette-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, hsla(var(--chocolate), 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.lo-silhouette-display {
  width: 100%;
  max-width: 380px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.25rem auto 1rem;
  animation: loSilhouettePulse 8s ease-in-out infinite alternate;
}

.lo-silhouette-display svg {
  width: 100%;
  height: 100%;
  max-height: 280px;
  object-fit: contain;
  overflow: visible;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.08));
}

@keyframes loSilhouettePulse {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.08));
  }

  50% {
    transform: scale(1.03) translateY(-4px);
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.12));
  }

  100% {
    transform: scale(1);
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.08));
  }
}

.lo-silhouette-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: hsl(var(--card));
  padding: 0.35rem 1rem;
  border-radius: 100px;
  border: 1px solid hsl(var(--border));
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsl(var(--primary));
  margin-bottom: 0.75rem;
}

.lo-silhouette-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin: 0 0 0.5rem;
}

.lo-silhouette-caption {
  font-size: 0.9375rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.6;
  margin: 0;
  max-width: 360px;
}

/* ----------------------------------------------------------------
   Concept & Pillars Cards beside Visual Silhouettes (Mobile Centering)
   ---------------------------------------------------------------- */
.lo-concept-layout .lo-pillar-card,
.lo-pillars-layout .lo-pillar-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lo-concept-layout .lo-pillar-card:hover,
.lo-pillars-layout .lo-pillar-card:hover {
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .lo-concept-layout .lo-pillar-card,
  .lo-pillars-layout .lo-pillar-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 1.75rem 1.5rem !important;
    gap: 0.75rem !important;
  }

  .lo-concept-layout .lo-pillar-icon,
  .lo-pillars-layout .lo-pillar-icon {
    margin: 0 auto 0.5rem auto !important;
    align-self: center !important;
  }

  .lo-concept-layout .lo-pillar-content,
  .lo-pillars-layout .lo-pillar-content {
    text-align: center !important;
    width: 100% !important;
  }

  .lo-concept-layout .lo-pillar-content h3,
  .lo-pillars-layout .lo-pillar-content h3,
  .lo-concept-layout .lo-pillar-content p,
  .lo-pillars-layout .lo-pillar-content p {
    text-align: center !important;
  }
}

/* ═══════ Google Reviews Carousel (3 Slides) ═══════ */
.lo-reviews-carousel {
  position: relative;
  width: 100%;
}

.lo-carousel-viewport {
  overflow: hidden;
  width: 100%;
  padding: 0.5rem 0.25rem 1rem;
}

.lo-carousel-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.lo-carousel-slide {
  flex: 0 0 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1.25rem;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--card));
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  user-select: none;
}

.lo-carousel-slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px -8px rgba(132, 86, 60, 0.12);
  border-color: rgba(132, 86, 60, 0.35);
}

@media (min-width: 640px) {
  .lo-carousel-slide {
    flex: 0 0 calc((100% - 1.5rem) / 2);
  }
}

@media (min-width: 992px) {
  .lo-carousel-slide {
    flex: 0 0 calc((100% - 2 * 1.5rem) / 3);
  }
}

.lo-carousel-btn {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--card));
  color: hsl(var(--foreground));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.lo-carousel-btn:hover {
  background: #1E1E1E !important;
  color: #ffffff !important;
  border-color: #1E1E1E !important;
  transform: scale(1.06);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.lo-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.lo-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background: hsl(var(--border));
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.lo-carousel-dot:hover {
  background: #1E1E1E;
  opacity: 0.7;
}

.lo-carousel-dot.is-active {
  width: 32px;
  background: #1E1E1E;
  border-radius: 6px;
  opacity: 1;
}

/* ═══════ SECCIONES CONTRASTADAS (MONOCROMO LUJO) ═══════ */

/* 1. KPIs en Negro Carbón Elegante */
.lo-kpis-section--dark {
  background: #18181b !important;
  color: #ffffff !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.lo-kpis-section--dark h3 {
  color: #ffffff !important;
}

.lo-kpis-section--dark [data-counter] {
  color: #ffffff !important;
}

.lo-kpis-section--dark p {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* 2. Reseñas de Google en Negro Carbón Elegante */
.lo-reviews-section--dark {
  background: #18181b !important;
  color: #ffffff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.lo-reviews-section--dark h2 {
  color: #ffffff !important;
}

.lo-reviews-section--dark .lo-badge-pill {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
}

.lo-reviews-section--dark .lo-rating-stars {
  color: #f59e0b !important;
}

.lo-reviews-section--dark .lo-rating-text {
  color: rgba(255, 255, 255, 0.75) !important;
}

.lo-reviews-section--dark .lo-carousel-btn {
  background: #27272a !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.lo-reviews-section--dark .lo-carousel-btn:hover {
  background: #3f3f46 !important;
  color: #ffffff !important;
  border-color: #52525b !important;
}

.lo-reviews-section--dark .lo-carousel-slide {
  background: #242428 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35) !important;
}

.lo-reviews-section--dark .lo-carousel-slide:hover {
  border-color: rgba(215, 169, 140, 0.45) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5) !important;
}

.lo-reviews-section--dark .lo-carousel-slide p {
  color: rgba(255, 255, 255, 0.92) !important;
}

.lo-reviews-section--dark .lo-carousel-slide .lo-card-divider {
  border-top-color: rgba(255, 255, 255, 0.12) !important;
}

.lo-reviews-section--dark .lo-carousel-slide .lo-author-avatar {
  background: #3d291e !important;
  color: #d7a98c !important;
}

.lo-reviews-section--dark .lo-carousel-slide .lo-author-name {
  color: #ffffff !important;
}

.lo-reviews-section--dark .lo-carousel-slide .lo-author-meta {
  color: rgba(255, 255, 255, 0.6) !important;
}

.lo-reviews-section--dark .lo-carousel-slide .lo-google-badge {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #d7a98c !important;
}

.lo-reviews-section--dark .lo-carousel-dot {
  background: rgba(255, 255, 255, 0.25) !important;
}

.lo-reviews-section--dark .lo-carousel-dot.is-active {
  background: #d7a98c !important;
}

/* 3. CTA Final y Contacto en Negro Carbón Elegante */
.lo-contact-section--dark {
  background: #18181b !important;
  color: #ffffff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.lo-contact-section--dark h2 {
  color: #ffffff !important;
}

.lo-contact-section--dark .lo-contact-subtitle {
  color: rgba(255, 255, 255, 0.85) !important;
}

.lo-contact-section--dark .lo-contact-icon-box {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}

.lo-contact-section--dark .lo-contact-label {
  color: #ffffff !important;
}

.lo-contact-section--dark .lo-contact-subtext {
  color: rgba(255, 255, 255, 0.75) !important;
}

.lo-contact-section--dark .lo-contact-link {
  color: #e4e4e7 !important;
}

.lo-contact-section--dark .cta-primary {
  background-color: #ffffff !important;
  color: #18181b !important;
  border: 1.5px solid #ffffff !important;
  font-weight: 700 !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25) !important;
}

.lo-contact-section--dark .cta-primary:hover {
  background-color: #f4f4f5 !important;
  color: #000000 !important;
  border-color: #f4f4f5 !important;
  transform: scale(1.03) !important;
}

.lo-contact-section--dark .cta-secondary {
  border: 1.5px solid #ffffff !important;
  color: #ffffff !important;
  background: transparent !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.lo-contact-section--dark .cta-secondary:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  transform: scale(1.03) !important;
}

.lo-contact-section--dark iframe {
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4) !important;
}

/* ══════════════════════════════════════════════════════════════════
   HEADER / TOPBAR RESPONSIVE (MOBILE & DESKTOP)
   ══════════════════════════════════════════════════════════════════ */
.lo-header {
  background: hsl(var(--background));
  border-bottom: 1px solid hsl(var(--border));
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.lo-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  gap: 0.75rem;
}

.lo-header-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  flex-shrink: 0;
  min-width: 0;
}

.lo-header-logo-img {
  height: 3.85rem;
  width: auto;
  max-width: 230px;
  object-fit: contain;
  display: block;
}

.lo-header-logo-text {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: hsl(var(--foreground));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lo-header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.lo-header-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-weight: 600;
  color: #1E1E1E;
  font-size: 0.9375rem;
  text-decoration: none;
  background: rgba(30, 30, 30, 0.05);
  border: 1px solid rgba(30, 30, 30, 0.15);
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.lo-header-wa:hover {
  background: rgba(30, 30, 30, 0.1);
  color: #000000;
  transform: translateY(-1px);
}

.lo-header-wa-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  color: #25d366;
}

.lo-header-wa-text {
  display: none;
}

.lo-header-cta {
  padding: 0.5rem 0.875rem !important;
  font-size: 0.8125rem !important;
  border-radius: 9999px !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  flex-shrink: 0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.lo-header-cta .lo-cta-short {
  display: inline;
}

.lo-header-cta .lo-cta-full {
  display: none;
}

@media (min-width: 480px) {
  .lo-header-cta .lo-cta-short {
    display: none;
  }

  .lo-header-cta .lo-cta-full {
    display: inline;
  }
}

@media (min-width: 768px) {
  .lo-header-inner {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    gap: 1.5rem;
  }

  .lo-header-logo-img {
    height: 4.85rem;
    max-width: 320px;
  }

  .lo-header-logo-text {
    font-size: 1.5rem;
  }

  .lo-header-actions {
    gap: 1.25rem;
  }

  .lo-header-wa {
    background: transparent;
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    gap: 0.5rem;
  }

  .lo-header-wa:hover {
    background: transparent;
    transform: none;
  }

  .lo-header-wa-text {
    display: inline;
  }

  .lo-header-cta {
    padding: 0.625rem 1.5rem !important;
    font-size: 0.875rem !important;
  }
}

@media (max-width: 360px) {
  .lo-header-inner {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    gap: 0.35rem;
  }

  .lo-header-logo-img {
    height: 2.85rem;
    max-width: 150px;
  }

  .lo-header-wa {
    width: 2.1rem;
    height: 2.1rem;
  }

  .lo-header-wa-icon {
    width: 1.1rem;
    height: 1.1rem;
  }

  .lo-header-cta {
    padding: 0.45rem 0.65rem !important;
    font-size: 0.75rem !important;
  }
}

/* ================================================================
   LANDING ONGOING — PÁGINA DE GRACIAS (ESTETICARE PAMPLONA)
   ================================================================ */
.lo-gracias-body {
  background-color: #faf9f8;
  color: #1f1f1f;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.lo-gracias-section {
  flex: 1 0 auto;
  padding: 3.5rem 1rem 5rem;
  background: linear-gradient(180deg, #f7f6f5 0%, #faf9f8 60%, #ffffff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lo-gracias-card {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 1.75rem;
  border: 1px solid rgba(132, 86, 60, 0.16);
  box-shadow: 0 25px 60px -15px rgba(132, 86, 60, 0.08), 0 10px 25px -5px rgba(0, 0, 0, 0.04);
  padding: 3.5rem 3rem;
  text-align: center;
  position: relative;
}

/* Animated success checkmark badge */
.lo-gracias-badge-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lo-gracias-pulse-ring {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.2);
  animation: lo-pulse-soft 2.4s infinite cubic-bezier(0.4, 0, 0.6, 1);
}

@keyframes lo-pulse-soft {
  0% {
    transform: scale(0.92);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.18);
    opacity: 0.35;
  }
  100% {
    transform: scale(0.92);
    opacity: 0.9;
  }
}

.lo-gracias-icon-circle {
  position: relative;
  z-index: 2;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(135deg, #16a34a 0%, #25d366 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(22, 163, 74, 0.35);
}

.lo-gracias-icon-svg {
  width: 38px;
  height: 38px;
  stroke: currentColor;
  fill: none;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Status Pill */
.lo-gracias-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1.15rem;
  border-radius: 9999px;
  background: #f4f4f5;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #18181b;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.lo-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.25);
}

/* Headings & Texts */
.lo-gracias-title {
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 3.6vw, 2.65rem);
  font-weight: 800;
  line-height: 1.2;
  color: #1f1f1f;
  margin: 0 0 1rem;
  letter-spacing: -0.015em;
}

.lo-gracias-subtitle {
  font-size: 1.075rem;
  line-height: 1.6;
  color: #4b5563;
  max-width: 660px;
  margin: 0 auto 2.25rem;
}

/* SLA Banner */
.lo-gracias-sla {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 4px solid #18181b;
  border-radius: 0.875rem;
  padding: 1.15rem 1.5rem;
  text-align: left;
  max-width: 660px;
  margin: 0 auto 2.5rem;
}

.lo-gracias-sla-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #f4f4f5;
  color: #18181b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lo-gracias-sla-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  stroke: currentColor;
  fill: none;
}

.lo-gracias-sla-text {
  font-size: 0.925rem;
  line-height: 1.5;
  color: #374151;
}

.lo-gracias-sla-text strong {
  color: #1f1f1f;
}

/* Steps Timeline */
.lo-gracias-timeline {
  margin-bottom: 2.75rem;
  text-align: center;
}

.lo-gracias-timeline-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: #1f1f1f;
  margin: 0 0 1.5rem;
  letter-spacing: -0.01em;
}

.lo-gracias-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  text-align: left;
}

.lo-gracias-step-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
}

.lo-gracias-step-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -5px rgba(0, 0, 0, 0.06);
  border-color: rgba(24, 24, 27, 0.35);
}

.lo-step-num {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #18181b;
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.lo-step-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: #1f1f1f;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.lo-step-desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #4b5563;
  margin: 0;
}

/* WhatsApp Fast Track Card */
.lo-gracias-wa-card {
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
  border: 1px solid rgba(37, 211, 102, 0.35);
  border-radius: 1.25rem;
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  text-align: left;
  margin-bottom: 2.75rem;
}

.lo-gracias-wa-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: rgba(37, 211, 102, 0.16);
  color: #15803d;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.lo-gracias-wa-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: #1f1f1f;
  margin: 0 0 0.35rem;
}

.lo-gracias-wa-desc {
  font-size: 0.875rem;
  color: #4b5563;
  margin: 0;
  line-height: 1.45;
}

.lo-btn-whatsapp-large {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: #25d366;
  color: #ffffff !important;
  padding: 0.9rem 1.75rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.lo-btn-whatsapp-large:hover {
  background: #20bd5a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  color: #ffffff !important;
}

.lo-btn-whatsapp-icon {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
}

/* Actions & Complementary treatments */
.lo-gracias-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.25rem;
}

.lo-gracias-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #18181b;
  color: #ffffff !important;
  padding: 0.95rem 2.25rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.lo-gracias-btn-primary:hover {
  background: #000000;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  color: #ffffff !important;
}

.lo-gracias-links-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.lo-gracias-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.lo-chip {
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  background: #f3f4f6;
  color: #374151 !important;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none !important;
  border: 1px solid #e5e7eb;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.lo-chip:hover {
  background: #f4f4f5;
  border-color: #18181b;
  color: #18181b !important;
}

/* Trust row */
.lo-gracias-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  font-size: 0.85rem;
  color: #6b7280;
  padding-top: 1.75rem;
  border-top: 1px solid #f3f4f6;
}

.lo-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.lo-stars {
  display: inline-flex;
  gap: 2px;
  color: #f59e0b;
}

.lo-stars svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.lo-trust-sep {
  color: #d1d5db;
}

/* Responsive Gracias Page */
@media (max-width: 768px) {
  .lo-gracias-section {
    padding: 2.5rem 1rem 3.5rem;
  }

  .lo-gracias-card {
    padding: 2.25rem 1.25rem;
    border-radius: 1.25rem;
  }

  .lo-gracias-steps-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .lo-gracias-wa-card {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem 1.25rem;
  }

  .lo-gracias-wa-badge {
    margin: 0 auto 0.5rem;
  }

  .lo-btn-whatsapp-large {
    width: 100%;
    justify-content: center;
  }

  .lo-gracias-sla {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 1.25rem 1rem;
  }

  .lo-gracias-btn-primary {
    width: 100%;
    justify-content: center;
  }

  .lo-trust-sep {
    display: none;
  }

  .lo-gracias-trust {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* ══════════════════════════════════════════════════════════════
   EQUIPO MÉDICO — GRID RESPONSIVE (4 cols desktop, 2 tablet, 1 móvil)
   ══════════════════════════════════════════════════════════════ */
.lo-team-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2.5rem 1.5rem !important;
}

@media (min-width: 640px) {
  .lo-team-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2.5rem 1.75rem !important;
  }
}

@media (min-width: 1024px) {
  .lo-team-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 2rem 1.25rem !important;
  }
}

.lo-team-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}