:root {
  --pink-pastel: #f7c6d0;
  --rose-palo: #d8a7b1;
  --nude: #f6e8ea;
  --black: #0f0f12;
  --white: #ffffff;
  --gold: #c9a227;
  --gold-soft: rgba(201, 162, 39, 0.22);
  --pink-ice: #fce8ee;
  --rose-deep: #c57a8a;
  --font-title: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-script: "Pinyon Script", cursive;
  --font-body: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-sm: 0 8px 24px rgba(15, 15, 18, 0.06);
  --shadow-md: 0 16px 40px rgba(15, 15, 18, 0.1);
  --shadow-lg: 0 28px 56px rgba(15, 15, 18, 0.12);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body.site-premium {
  background: var(--white);
}

.brand-title,
.hero-title,
.display-6,
.display-4 {
  font-family: var(--font-display);
}

.skip-link {
  position: fixed;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 10000;
  background: var(--black);
  color: var(--white);
  padding: 0.75rem 1rem;
  border-radius: 12px;
  text-decoration: none;
}

.skip-link:focus {
  left: 0.5rem;
  top: 0.5rem;
  width: auto;
  height: auto;
  overflow: visible;
}

html,
body {
  font-family: var(--font-body);
  color: var(--black);
}

.brand-title {
  font-family: var(--font-title);
  letter-spacing: 0.2px;
}

.logo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0f0f12;
  border-radius: 999px;
  height: 64px;
  padding: 0 18px;
  line-height: 0;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.brand-logo {
  height: 42px;
  width: auto;
  display: block;
  object-fit: contain;
  filter: contrast(1.08) brightness(1.02);
}

@media (max-width: 768px) {
  .logo-pill {
    height: 54px;
    padding: 0 14px;
  }
  .brand-logo {
    height: 34px;
  }
}

.navbar {
  backdrop-filter: blur(16px) saturate(1.15);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(15, 15, 18, 0.06);
  transition: background 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out), border-color 0.4s;
}

/* Navbar premium — estilo editorial sobre hero */
.navbar-premium {
  padding-top: env(safe-area-inset-top, 0);
}

.navbar-premium:not(.is-scrolled) {
  background: linear-gradient(180deg, rgba(15, 15, 18, 0.45) 0%, transparent 100%);
  backdrop-filter: none;
  border-bottom-color: transparent;
  box-shadow: none;
}

.navbar-premium:not(.is-scrolled) .nav-link {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-premium:not(.is-scrolled) .nav-link:hover {
  color: var(--white);
}

.navbar-premium:not(.is-scrolled) .logo-pill {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.navbar-premium:not(.is-scrolled) .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.35);
}

.navbar-premium:not(.is-scrolled) .navbar-toggler-icon {
  filter: invert(1);
}

.navbar-premium .nav-link {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-left: 0.65rem !important;
  padding-right: 0.65rem !important;
}

.nav-social {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-right: 1rem;
  margin-left: auto;
}

.nav-social a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(15, 15, 18, 0.12);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  font-size: 0.95rem;
}

.navbar-premium:not(.is-scrolled) .nav-social a {
  border-color: rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.9);
}

.nav-social a:hover {
  background: rgba(201, 162, 39, 0.15);
  border-color: var(--gold);
  color: var(--black);
}

.navbar-premium:not(.is-scrolled) .nav-social a:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--white);
}

.nav-social--mobile {
  display: flex;
  gap: 0.75rem;
  border-top: 1px solid rgba(15, 15, 18, 0.08);
}

.navbar-premium:not(.is-scrolled) .nav-social--mobile {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.navbar-premium:not(.is-scrolled) .nav-social--mobile a {
  border-color: rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.9);
}

.btn-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.25rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, 0.5);
  background: var(--black);
  color: var(--white);
  text-decoration: none;
  transition: transform 0.2s, background 0.2s, border-color 0.2s;
}

.btn-nav-cta:hover {
  color: var(--white);
  transform: translateY(-1px);
  border-color: var(--gold);
}

.navbar-premium:not(.is-scrolled) .btn-nav-cta {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.navbar-premium:not(.is-scrolled) .btn-nav-cta:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--white);
}

@media (min-width: 992px) {
  .navbar-premium .navbar-collapse {
    flex-grow: 0;
  }
}

.navbar.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-sm);
}

.navbar .navbar-brand {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
}

.nav-link {
  font-weight: 500;
}

.btn-brand {
  background: linear-gradient(135deg, #0f0f12, #1b1b20);
  color: var(--white);
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: 999px;
  padding: 0.65rem 1rem;
  box-shadow: 0 14px 30px rgba(15, 15, 18, 0.18);
}

.btn-brand:hover {
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(15, 15, 18, 0.22);
  border-color: rgba(201, 162, 39, 0.55);
}

.btn-lg {
  padding: 0.85rem 1.5rem;
  font-size: 1rem;
  min-height: 52px;
}

.btn-outline-brand {
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, 0.45);
  color: var(--black);
  background: linear-gradient(180deg, #fff, var(--pink-ice));
  box-shadow: 0 10px 22px rgba(15, 15, 18, 0.08);
}

.btn-outline-brand:hover {
  background: linear-gradient(135deg, var(--pink-pastel), var(--rose-palo));
  border-color: rgba(201, 162, 39, 0.55);
  color: var(--black);
  transform: translateY(-1px);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 15, 18, 0.55), rgba(15, 15, 18, 0.2));
}

.carousel-item {
  min-height: 75vh;
}

.hero-img {
  width: 100%;
  height: 75vh;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
}

.hero-caption {
  z-index: 2;
  max-width: 680px;
}

.hero-kicker {
  display: inline-block;
  background: rgba(247, 198, 208, 0.9);
  color: var(--black);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-weight: 600;
  font-size: 0.9rem;
}

.hero-title {
  font-family: var(--font-title);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.2px;
}

.hero-sub {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.6;
}

.section-pad {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.section-soft {
  background: var(--nude);
}

.section-dark {
  background: var(--black);
  color: var(--white);
}

.card-soft {
  border: 1px solid rgba(15, 15, 18, 0.06);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 15, 18, 0.08);
  overflow: hidden;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}

.card-soft:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.card-soft .card-img-top {
  height: 280px;
  object-fit: cover;
  transition: transform 0.7s var(--ease-out);
}

.card-soft:hover .card-img-top {
  transform: scale(1.06);
}

.badge-soft {
  background: rgba(216, 167, 177, 0.25);
  color: var(--black);
  border: 1px solid rgba(216, 167, 177, 0.35);
  font-weight: 600;
}

.product-card .card-img-top {
  height: 260px;
}

.product-meta {
  color: rgba(15, 15, 18, 0.7);
  font-size: 0.92rem;
}

.feature-pill {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.5rem 0.8rem;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.05);
  margin: 0.25rem 0.35rem 0.25rem 0;
}

.testimonial {
  border: 1px solid rgba(15, 15, 18, 0.06);
  border-radius: 18px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 15, 18, 0.06);
  height: 100%;
}

.testimonial .stars {
  color: #111;
  letter-spacing: 2px;
}

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

.wa-float:hover {
  color: #fff;
  filter: brightness(0.95);
}

.wa-float i {
  font-size: 1.55rem;
}

footer a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

footer a:hover {
  color: var(--pink-pastel);
}

.rounded-2xl {
  border-radius: 22px;
}

.text-muted-2 {
  color: rgba(15, 15, 18, 0.65) !important;
}

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.28), transparent);
}

.anchor-offset {
  scroll-margin-top: 90px;
}

.form-label {
  font-weight: 600;
  color: rgba(15, 15, 18, 0.78);
  margin-bottom: 0.35rem;
}

.form-control,
.form-select,
textarea.form-control {
  border-radius: 16px;
  border: 1px solid rgba(15, 15, 18, 0.1);
  background: linear-gradient(180deg, #fff, var(--pink-ice));
  box-shadow: 0 6px 18px rgba(15, 15, 18, 0.05);
  padding: 0.85rem 1rem;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.form-control::placeholder {
  color: rgba(15, 15, 18, 0.45);
}

.form-control:focus,
.form-select:focus,
textarea.form-control:focus {
  border-color: rgba(201, 162, 39, 0.65);
  box-shadow: 0 0 0 0.25rem rgba(247, 198, 208, 0.35), 0 0 0 0.15rem rgba(201, 162, 39, 0.18), 0 14px 30px rgba(15, 15, 18, 0.1);
  transform: translateY(-1px);
}

.form-select {
  background-image: linear-gradient(180deg, #fff, var(--pink-ice));
}

#contacto .card.card-soft {
  background: linear-gradient(180deg, #fff, var(--pink-ice));
  border: 1px solid rgba(201, 162, 39, 0.15);
}

#contacto .card.card-soft .card-body {
  position: relative;
}

#contacto .card.card-soft .card-body::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 20% 0%, rgba(247, 198, 208, 0.45), transparent 55%);
  opacity: 0.6;
}

.modal-content {
  border-radius: 22px;
  border: 1px solid rgba(201, 162, 39, 0.18);
  overflow: hidden;
}

.modal-header {
  background: linear-gradient(135deg, var(--pink-pastel), var(--pink-ice));
  border-bottom: 1px solid rgba(201, 162, 39, 0.18);
}

.modal-title {
  font-family: var(--font-title);
  letter-spacing: 0.2px;
}

.modal-body {
  background: linear-gradient(180deg, #fff, var(--pink-ice));
}

.map-wrap {
  background: var(--nude);
  padding: 0;
}

.map-inner {
  width: 100%;
  height: 420px;
  border-top: 1px solid rgba(15, 15, 18, 0.08);
  border-bottom: 1px solid rgba(15, 15, 18, 0.08);
  overflow: hidden;
}

.map-inner iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}

@media (max-width: 768px) {
  .map-inner {
    height: 360px;
  }
}

/* ============================================
   SHARLOTT PREMIUM — Hero, CRO, componentes
   ============================================ */

.hero-premium {
  position: relative;
  padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(2.5rem, 6vw, 4rem);
  overflow: hidden;
}

/* Hero imagen a pantalla completa — editorial */
.hero-premium--fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100svh;
  padding: calc(5.5rem + env(safe-area-inset-top, 0px)) 0 4rem;
}

.hero-premium__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-premium__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
  transform: scale(1.02);
}

.hero-premium__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(15, 15, 18, 0.35) 0%, rgba(15, 15, 18, 0.2) 40%, rgba(15, 15, 18, 0.55) 100%),
    radial-gradient(ellipse 80% 60% at 50% 40%, transparent 30%, rgba(15, 15, 18, 0.25) 100%);
  pointer-events: none;
}

.hero-premium__inner--editorial {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-premium__inner--editorial .hero-premium__content {
  max-width: 780px;
  margin-inline: auto;
}

.hero-script {
  font-family: var(--font-script);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 0.5rem;
  line-height: 1.2;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.hero-title--editorial {
  margin: 0 0 1.25rem;
  line-height: 1.05;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.4);
}

.hero-title__soft {
  display: block;
  font-family: var(--font-script);
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0.15rem;
}

.hero-title__accent {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 6vw, 4rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white);
}

.hero-premium--fullscreen .hero-lead {
  color: rgba(255, 255, 255, 0.82);
  max-width: 48ch;
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}

.hero-scroll-hint {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: heroHintBounce 2.5s ease-in-out infinite;
}

.hero-scroll-hint i {
  font-size: 1rem;
}

@keyframes heroHintBounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scroll-hint {
    animation: none;
  }
}

.credibility-strip--overlap {
  margin-top: -3.5rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 5;
}

.credibility-strip--overlap .credibility-strip__grid {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(201, 162, 39, 0.15);
}

.hero-premium__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-premium--fullscreen .hero-premium__content {
  max-width: 640px;
}

.hero-premium__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 90% 10%, rgba(247, 198, 208, 0.35), transparent 55%),
    radial-gradient(ellipse 60% 50% at 0% 90%, rgba(201, 162, 39, 0.1), transparent 50%),
    linear-gradient(180deg, var(--pink-ice) 0%, var(--white) 100%);
  pointer-events: none;
}

.hero-premium__grid {
  position: relative;
}

.hero-premium__visual {
  width: 100%;
}

@media (min-width: 992px) {
  .hero-premium__visual {
    max-width: 520px;
    margin-left: auto;
  }
}

.hero-premium [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 15, 18, 0.55);
  margin-bottom: 1rem;
}

.hero-premium--fullscreen .hero-eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.hero-premium .hero-title {
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.hero-lead {
  font-size: clamp(1.02rem, 2vw, 1.12rem);
  line-height: 1.65;
  color: rgba(15, 15, 18, 0.68);
  max-width: 42ch;
  margin-bottom: 1.5rem;
}

.hero-premium--fullscreen .hero-lead {
  color: rgba(255, 255, 255, 0.88);
}

.trust-checklist {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.trust-checklist li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(15, 15, 18, 0.78);
}

.trust-checklist li::before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--pink-pastel);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f0f12' stroke-width='2.5'%3E%3Cpath d='M6 12.5l3.5 3.5L18 8'/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.trust-checklist--light li {
  color: rgba(255, 255, 255, 0.92);
}

.trust-checklist--light li::before {
  background: rgba(255, 255, 255, 0.2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5'%3E%3Cpath d='M6 12.5l3.5 3.5L18 8'/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-hero-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.35rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  text-decoration: none;
  backdrop-filter: blur(6px);
  transition: transform 0.2s var(--ease-out), background 0.2s, border-color 0.2s;
  min-height: 52px;
}

.btn-hero-outline:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.85);
  transform: translateY(-1px);
  text-decoration: none;
}

@media (max-width: 575px) {
  .hero-premium--fullscreen {
    min-height: min(92vh, 780px);
  }

  .hero-premium__overlay {
    background: linear-gradient(
      180deg,
      rgba(15, 15, 18, 0.78) 0%,
      rgba(15, 15, 18, 0.55) 55%,
      rgba(15, 15, 18, 0.35) 100%
    );
  }

  .hero-premium--fullscreen .hero-premium__content {
    text-align: center;
  }

  .hero-premium--fullscreen .hero-lead {
    margin-inline: auto;
  }

  .hero-premium--fullscreen .trust-checklist {
    text-align: left;
    max-width: 280px;
    margin-inline: auto;
  }

  .hero-premium--fullscreen .hero-actions {
    justify-content: center;
  }
}

.hero-visual-card {
  border-radius: 24px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(201, 162, 39, 0.2);
}

.hero-visual-card img {
  width: 100%;
  max-height: min(72vh, 640px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.hero-visual-card__caption {
  padding: 1rem 1.25rem;
  background: linear-gradient(180deg, var(--white), var(--pink-ice));
  border-top: 1px solid rgba(15, 15, 18, 0.06);
}

.hero-visual-card__caption strong {
  display: block;
  font-family: var(--font-title);
  font-size: 1rem;
}

.hero-visual-card__caption span {
  font-size: 0.85rem;
  color: rgba(15, 15, 18, 0.6);
}

.credibility-strip {
  padding: 0 0 0.5rem;
  margin-top: -0.5rem;
  position: relative;
  z-index: 2;
}

.credibility-strip__grid {
  list-style: none;
  margin: 0;
  padding: 1.1rem 1.25rem;
  display: grid;
  gap: 1rem;
  background: var(--white);
  border: 1px solid rgba(15, 15, 18, 0.06);
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
}

@media (min-width: 768px) {
  .credibility-strip__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.credibility-strip__grid li {
  padding-left: 0.85rem;
  border-left: 3px solid var(--gold);
}

.credibility-strip__grid strong {
  display: block;
  font-size: 0.92rem;
  margin-bottom: 0.15rem;
}

.credibility-strip__grid span {
  font-size: 0.82rem;
  color: rgba(15, 15, 18, 0.6);
  line-height: 1.4;
}

.section-kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-bottom: 0.5rem;
}

.section-desc-max {
  max-width: 560px;
}

.section-pad-sm {
  padding: 48px 0;
}

.section-head .display-6 {
  letter-spacing: -0.02em;
}

.outcomes-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .outcomes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .outcomes-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.outcome-card {
  padding: 1.75rem 1.5rem;
  background: var(--white);
  border-radius: 20px;
  border: 1px solid rgba(15, 15, 18, 0.06);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
  height: 100%;
}

.outcome-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(201, 162, 39, 0.25);
}

.outcome-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--pink-ice), var(--pink-pastel));
  color: var(--black);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.outcome-card h3 {
  font-family: var(--font-title);
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.outcome-card p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(15, 15, 18, 0.65);
  line-height: 1.55;
}

.video-premium {
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(201, 162, 39, 0.15);
}

.testimonial--premium {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s;
}

.testimonial--premium:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.testimonial__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--black), #2a2a32);
  color: var(--pink-pastel);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-family: var(--font-title);
  flex-shrink: 0;
}

.testimonial .stars {
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.cta-emotional__inner {
  padding: clamp(2.5rem, 5vw, 3.5rem) 2rem;
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    var(--black) 0%,
    #1a1a22 50%,
    color-mix(in srgb, var(--rose-deep) 35%, var(--black)) 100%
  );
  color: var(--white);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(201, 162, 39, 0.25);
  position: relative;
  overflow: hidden;
}

.cta-emotional__inner::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -80px;
  top: -80px;
  background: rgba(247, 198, 208, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.cta-emotional .section-kicker {
  color: var(--pink-pastel);
}

.cta-emotional .brand-title {
  color: var(--white);
  position: relative;
}

.cta-emotional .text-muted-2 {
  color: rgba(255, 255, 255, 0.82) !important;
  position: relative;
}

.cta-emotional .btn-outline-brand {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
}

.cta-emotional .btn-outline-brand:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-color: var(--gold);
}

.card-soft {
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

.card-soft:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

/* Footer premium */
.site-footer {
  background: linear-gradient(165deg, #0a0a0c 0%, var(--black) 40%, #1a1218 100%);
}

.footer-brand__logo {
  height: 44px;
  width: auto;
  filter: brightness(1.15);
}

.footer-tagline {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.65;
  max-width: 36ch;
  margin-bottom: 1.25rem;
}

.footer-social {
  display: flex;
  gap: 0.65rem;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.footer-social a:hover {
  background: rgba(247, 198, 208, 0.15);
  border-color: var(--pink-pastel);
  color: var(--pink-pastel);
}

.section-head .section-kicker::after,
#colecciones .text-uppercase.fw-semibold::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--pink-pastel));
  margin: 0.65rem auto 0;
}

#colecciones .text-uppercase.fw-semibold {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--rose-deep) !important;
}

@media (max-width: 575px) {
  .hero-premium__overlay {
    background: linear-gradient(
      180deg,
      rgba(15, 15, 18, 0.5) 0%,
      rgba(15, 15, 18, 0.35) 50%,
      rgba(15, 15, 18, 0.6) 100%
    );
  }

  .credibility-strip--overlap {
    margin-top: -2rem;
  }

  .nav-social.d-none.d-lg-flex {
    display: none !important;
  }
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(15, 15, 18, 0.08);
  box-shadow: 0 -8px 32px rgba(15, 15, 18, 0.08);
  transform: translateY(110%);
  transition: transform 0.35s var(--ease-out);
  pointer-events: none;
}

.sticky-cta.is-visible {
  transform: translateY(0);
  pointer-events: auto;
}

@media (min-width: 992px) {
  .sticky-cta {
    display: none;
  }
}

@media (max-width: 991px) {
  body.has-sticky-cta {
    padding-bottom: 5.5rem;
  }

  .wa-float {
    bottom: calc(5.25rem + env(safe-area-inset-bottom, 0px));
  }
}

