:root {
  --bg: #000000;
  --panel: #111111;
  --text: #ffffff;
  --muted: rgba(255,255,255,.68);
  --pink: #eea4d4;
  --lime: #d7f34a;
  --mint: #07e8a4;
  --yellow: #ffbf19;
  --purple: #8a55ff;
  --green: #79f2b0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  overflow-x: hidden;
}
button { font-family: inherit; }
.page-shell {
  width: min(1610px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 88px) 72px;
  background: var(--bg);
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.navbar {
  position: sticky;
  top: 12px;
  z-index: 50;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: 12px 0 18px;
  min-height: 0;
  background: transparent;
  pointer-events: none;
}

.navbar::before {
  content: "";
  position: absolute;
  left: -120px;
  right: -120px;
  top: -24px;
  height: 118px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,.96) 58%,
    rgba(0,0,0,.72) 78%,
    rgba(0,0,0,0) 100%
  );
}


.brand img {
  width: 347px;
  height: auto;
  display: block;

  transform: translateY(-55px);
}

.brand {
  display: flex;
  align-items: flex-start;
  overflow: visible;
  pointer-events: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
  pointer-events: auto;
}
.nav-links a {
  color: rgba(255,255,255,.78);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.nav-links a:hover { color: #fff; }
.nav-cta,
.primary-btn,
.ghost-btn,
.card-btn {
  border: 0;
  cursor: pointer;
  font-weight: 900;
  border-radius: 12px;
  transition: transform .18s ease, filter .18s ease, background .18s ease;
}
.nav-cta {
  padding: 12px 18px;
  background: #fff;
  color: #000;
  font-size: 13px;
  position: relative;
  top: -10px;
  z-index: 2;
  pointer-events: auto;
}
.nav-cta:hover,
.primary-btn:hover,
.ghost-btn:hover,
.card-btn:hover { transform: translateY(-2px); filter: brightness(1.02); }
.nav-cta:hover {
  background: var(--pink);
  color: #000;
}
.section-card {
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    0 24px 80px rgba(0,0,0,.35);
}
.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: clamp(28px, 4vw, 58px);
  padding: clamp(34px, 4.5vw, 62px);
  min-height: calc(100vh - 250px);
  max-height: calc(100vh - 150px);
  align-items: center;
  margin-top: -80px;
  margin-bottom: clamp(120px, 16vh, 190px);
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 900;
}
h1, h2 { margin: 0; letter-spacing: -.045em; }
h1 { font-size: clamp(64px, 7.2vw, 112px); line-height: .88; font-weight: 800; letter-spacing:-0.07em; }
h2 { font-size: clamp(40px, 5vw, 68px); line-height: .95; font-weight: 950; }
.hero-text {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 650;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.primary-btn { padding: 16px 24px; background: var(--lime); color: #0a0a0a; }
.ghost-btn { padding: 16px 24px; background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.18); }
.hero-panel { position: relative; min-height: 390px; }
.metric-card {
  position: absolute;
  width: 190px;
  padding: 22px;
  border-radius: 26px;
  color: #000;
  box-shadow: 0 20px 60px rgba(0,0,0,.26);
}
.metric-card span { display: block; font-size: 13px; font-weight: 900; opacity: .72; }
.metric-card strong { display: block; margin-top: 8px; font-size: 40px; font-weight: 950; }
.metric-card.pink { top: 0; left: 0; background: var(--pink); transform: rotate(-4deg); }
.metric-card.lime { top: 86px; right: 0; background: var(--lime); transform: rotate(5deg); }
.dashboard-preview {
  position: absolute;
  left: 36px;
  right: 20px;
  bottom: 0;
  padding: 28px;
  border-radius: 32px;
  background: #181818;
  border: 1px solid rgba(255,255,255,.1);
  min-height: 190px;
}
.preview-bar { width: 62%; height: 16px; border-radius: 999px; background: rgba(255,255,255,.88); margin-bottom: 26px; }
.preview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.preview-grid span { height: 46px; border-radius: 14px; background: rgba(255,255,255,.1); }
.preview-list { display: grid; gap: 10px; margin-top: 22px; }
.preview-list i { height: 12px; border-radius: 999px; background: rgba(255,255,255,.17); }
.pricing-section {
  min-height: calc(100vh - 96px);
  padding: clamp(28px, 4vh, 52px) 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  scroll-margin-top: 112px;
  margin-bottom: clamp(120px, 16vh, 190px);
}
.section-heading.center { text-align: center; }
.pricing-section h2 { font-size: clamp(40px, 4.6vw, 64px); }
.billing-toggle { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 18px; color: var(--muted); font-size: 13px; font-weight: 800; }
.billing-toggle span.active { color: #fff; }
.switch {
  width: 54px;
  height: 28px;
  border-radius: 999px;
  background: #717171;
  border: 0;
  padding: 4px;
  cursor: pointer;
  display: block;
}
.switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.switch span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  transition: transform .22s ease;
}
.switch:has(input:checked) span,
.switch.active span { transform: translateX(26px); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 30px); width: min(1320px, 100%); margin: clamp(26px, 4vh, 42px) auto 0; }
.price-card { min-height: 0; border-radius: 18px; padding: clamp(22px, 2.4vw, 30px); color: #060606; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; }
.price-card.basic { background: var(--pink); }
.price-card.advanced { background: var(--lime); }
.price-card.pro { background: var(--mint); }
.plan-name { margin: 0 0 18px; font-size: 16px; font-weight: 900; }
.price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 16px; }
.currency { font-size: 24px; font-weight: 950; }
.price strong { font-size: clamp(44px, 4vw, 56px); line-height: .85; font-weight: 950; }
.price small { font-size: 13px; font-weight: 800; }
.plan-description { margin: 0; font-size: 13px; line-height: 1.45; color: rgba(0,0,0,.62); font-weight: 750; }
ul { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
li { position: relative; padding-left: 25px; font-size: 13px; font-weight: 800; line-height: 1.18; }
li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 16px; height: 16px; border-radius: 50%; background: #000; color: #fff; font-size: 10px; display: grid; place-items: center; }
.card-btn { align-self: start; padding: 15px 20px; background: #000; color: #fff; }
.feature-band, .integrations-section {
  padding: clamp(42px, 5vw, 72px);
  margin-top: 34px;
  margin-bottom: clamp(120px, 16vh, 190px);
}
.features-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.features-grid div { padding: 24px; border-radius: 18px; background: rgba(255,255,255,.08); }
.features-grid strong { display: block; font-size: 18px; margin-bottom: 10px; }
.features-grid p { margin: 0; color: var(--muted); line-height: 1.5; font-weight: 650; }
.integration-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.integration-grid span { min-height: 82px; border-radius: 18px; display: grid; place-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); font-weight: 950; }
.faq-section {
  min-height: calc(100vh - 96px);
  padding: 82px 0 96px;
  scroll-margin-top: 112px;
}
.faq-section .section-heading h2 {
  font-size: clamp(36px, 4.4vw, 56px);
}
.faq-list {
  max-width: 760px;
  margin: 42px auto 0;
  display: block;
}
.faq-item {
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 4px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 800;
  line-height: 1.4;
  transition: color .2s ease;
}
.faq-question:hover { color: var(--lime); }
.faq-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: rgba(255,255,255,.82);
  display: grid;
  place-items: center;
  transition: transform .35s ease, color .2s ease;
}
.faq-icon svg { width: 100%; height: 100%; display: block; }
.faq-item.is-open .faq-icon {
  transform: rotate(180deg);
  color: var(--lime);
}
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .38s ease;
}
.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}
.faq-answer-inner {
  overflow: hidden;
}
.faq-answer-inner p {
  margin: 0 0 22px;
  padding-right: 40px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 650;
}
@media (max-height: 820px) and (min-width: 901px) {
  .pricing-section {
    min-height: calc(100vh - 72px);
    padding-top: 22px;
  }

  .pricing-section h2 { font-size: 50px; }
  .pricing-grid { margin-top: 24px; }
  .price-card { padding: 22px; gap: 16px; }
  .plan-name { margin-bottom: 12px; }
  .price { margin-bottom: 12px; }
  .price strong { font-size: 46px; }
  ul { gap: 8px; margin-top: 16px; }
  li { font-size: 12px; line-height: 1.15; }
  .card-btn { padding: 12px 16px; }
}
@media (max-width: 900px) {
  .page-shell { width: 100%; margin: 0; border-radius: 0; padding: 24px; }
  .navbar { flex-wrap: wrap; padding-bottom: 32px; }
  .brand img { width: 198px; }
  .nav-links { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; gap: 16px; }
  .hero-section { grid-template-columns: 1fr; }
  .pricing-section { min-height: auto; justify-content: flex-start; }
  .hero-section,
  .pricing-section,
  .feature-band,
  .integrations-section {
    margin-bottom: 72px;
  }
  .pricing-grid { grid-template-columns: 1fr; }
  .hero-panel { min-height: 330px; }
  .features-grid, .integration-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .page-shell { padding: 18px; }
  .hero-section, .feature-band, .integrations-section { padding: 28px; }
  .features-grid, .integration-grid { grid-template-columns: 1fr; }
  .metric-card { width: 150px; }
  .price-card { padding: 26px; }
}


/* === KAVRO PRO: fondo animado tipo DottedSurface + carrusel hero === */
#kavro-dotted-surface {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  display: block;
  background: #0A0118;
}
.kavro-bg-vignette {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 42%, rgba(126,63,255,.22), transparent 28%),
    radial-gradient(circle at 76% 30%, rgba(126,63,255,.18), transparent 20%),
    linear-gradient(180deg, rgba(10,1,24,.52), rgba(10,1,24,.06) 48%, rgba(10,1,24,.80) 100%);
}
body {
  background: #0A0118 !important;
}
.page-shell {
  position: relative;
  z-index: 3;
  background: transparent !important;
}
.navbar::before {
  background: linear-gradient(180deg, rgba(10,1,24,.96) 0%, rgba(10,1,24,.75) 68%, rgba(10,1,24,0) 100%) !important;
}
.section-card {
  background: linear-gradient(135deg, rgba(255,255,255,.105), rgba(255,255,255,.035)) !important;
  backdrop-filter: blur(16px);
}
.hero-section {
  overflow: hidden;
  position: relative;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at 73% 28%, rgba(138,85,255,.25), transparent 34%);
  z-index: -1;
}
.hero-carousel-panel {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}
.carousel-shell {
  width: min(720px, 100%);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  background: rgba(8, 6, 18, .72);
  box-shadow: 0 30px 100px rgba(0,0,0,.48), 0 0 54px rgba(138,85,255,.18);
  overflow: hidden;
  backdrop-filter: blur(18px);
}
.carousel-topbar {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
}
.carousel-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.34);
}
.carousel-topbar strong {
  margin-left: 8px;
  color: rgba(255,255,255,.70);
  font-size: 11px;
  letter-spacing: .14em;
}
.carousel-viewport {
  position: relative;
  height: clamp(270px, 28vw, 420px);
  overflow: hidden;
}
.carousel-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: translateX(36px) scale(.985);
  transition: opacity .75s ease, transform .75s ease;
}
.carousel-slide.active {
  opacity: 1;
  transform: translateX(0) scale(1);
}
.carousel-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.02);
}
.carousel-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(4,0,12,.84) 100%);
}
.carousel-slide figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
  text-shadow: 0 2px 14px rgba(0,0,0,.55);
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 14px 0 16px;
}
.carousel-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.26);
  padding: 0;
}
.carousel-dots button.active {
  width: 26px;
  background: var(--purple);
  box-shadow: 0 0 18px rgba(138,85,255,.7);
}
@media (max-width: 960px) {
  .hero-carousel-panel { min-height: 320px; }
  .carousel-viewport { height: 310px; }
}


/* === AJUSTE KAVRO: carrusel grande debajo del texto del hero === */
.hero-section {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: clamp(28px, 4vw, 48px) !important;
  padding: clamp(34px, 4.5vw, 62px) clamp(22px, 4vw, 54px) !important;
  min-height: auto !important;
  max-height: none !important;
  margin-top: -80px !important;
  margin-bottom: clamp(110px, 14vh, 170px) !important;
}

.hero-copy {
  width: min(980px, 100%) !important;
  text-align: center !important;
  display: grid !important;
  justify-items: center !important;
}

.hero-text {
  max-width: 860px !important;
}

.hero-actions {
  justify-content: center !important;
}

.hero-carousel-panel {
  width: 100% !important;
  min-height: auto !important;
  display: block !important;
  padding: 0 !important;
}

.carousel-shell {
  width: min(1480px, 100%) !important;
  margin: 0 auto !important;
  border-radius: 30px !important;
  background: rgba(8, 6, 18, .82) !important;
  box-shadow: 0 34px 120px rgba(0,0,0,.55), 0 0 80px rgba(138,85,255,.22) !important;
}

.carousel-viewport {
  height: clamp(520px, 48vw, 760px) !important;
  background: radial-gradient(circle at center, rgba(138,85,255,.13), rgba(4,0,12,.98) 72%) !important;
}

.carousel-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: clamp(10px, 1.4vw, 20px) !important;
  filter: saturate(1.05) contrast(1.03) drop-shadow(0 28px 48px rgba(0,0,0,.45)) !important;
}

.carousel-slide::after {
  background: linear-gradient(180deg, transparent 78%, rgba(4,0,12,.78) 100%) !important;
}

.carousel-slide figcaption {
  text-align: center !important;
  font-size: 15px !important;
  bottom: 18px !important;
}

.carousel-dots {
  padding: 16px 0 18px !important;
}

@media (max-width: 900px) {
  .hero-section {
    margin-top: -40px !important;
    padding: 28px 16px !important;
  }
  .carousel-viewport {
    height: clamp(300px, 70vw, 520px) !important;
  }
  .carousel-slide img {
    padding: 8px !important;
  }
}


/* === AJUSTE 2026-06-15: primer bloque tipo CRM para chat + carrusel full width debajo === */
.hero-intro {
  min-height: calc(100vh - 86px) !important;
  max-height: none !important;
  margin-top: -76px !important;
  margin-bottom: 0 !important;
  padding: clamp(122px, 14vh, 178px) clamp(18px, 4vw, 64px) clamp(72px, 10vh, 120px) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 30px !important;
  text-align: center !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible !important;
}

.hero-intro::before {
  display: none !important;
}

.hero-social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 24px);
  margin-bottom: 8px;
  filter: drop-shadow(0 18px 45px rgba(138,85,255,.25));
}

.social-icon {
  width: clamp(50px, 5vw, 76px);
  height: clamp(50px, 5vw, 76px);
  border-radius: 22px;
  display: grid;
  place-items: center;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 950;
  color: #fff;
  background: rgba(255,255,255,.13);
  box-shadow: 0 24px 70px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.35);
}

.social-icon.small {
  width: clamp(34px, 3.2vw, 46px);
  height: clamp(34px, 3.2vw, 46px);
  border-radius: 14px;
  font-size: clamp(17px, 2vw, 24px);
  opacity: .62;
}

.social-icon.telegram {
  background: linear-gradient(135deg,#4ec7ff,#238cc9);
}
.social-icon.whatsapp {
  width: clamp(82px, 7.4vw, 112px);
  height: clamp(82px, 7.4vw, 112px);
  border-radius: 28px;
  background: linear-gradient(135deg,#20d76b,#19bd5a);
  font-size: clamp(44px, 5vw, 68px);
  box-shadow: 0 28px 90px rgba(31,216,107,.26), inset 0 1px 0 rgba(255,255,255,.35);
}
.social-icon.instagram {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 18%, #fd5949 42%, #d6249f 62%, #285AEB 100%);
}
.social-icon.messenger {
  background: linear-gradient(135deg,#ffd4f2,#e48cff);
}
.social-icon.muted {
  background: rgba(0,0,0,.16);
}

.hero-copy-center {
  display: grid;
  place-items: center;
  width: min(980px, 100%);
  margin: 0 auto;
}

.hero-copy-center .eyebrow {
  color: rgba(255,255,255,.74);
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.13);
  padding: 10px 15px;
  border-radius: 999px;
  margin-bottom: 22px;
}

.hero-copy-center h1 {
  max-width: 980px;
  font-size: clamp(58px, 7.6vw, 118px) !important;
  line-height: .96 !important;
  letter-spacing: -.072em !important;
  color: #fff !important;
  text-align: center;
  text-shadow: 0 22px 90px rgba(0,0,0,.38);
}

.hero-text-center {
  max-width: 740px !important;
  margin: 32px auto 0 !important;
  font-size: clamp(20px, 2.2vw, 29px) !important;
  line-height: 1.45 !important;
  color: rgba(255,255,255,.78) !important;
  font-weight: 650 !important;
  text-align: center;
}

.hero-actions-center {
  justify-content: center !important;
  margin-top: 46px !important;
}

.hero-start-btn {
  min-width: 280px;
  min-height: 74px;
  padding: 0 42px !important;
  border-radius: 999px !important;
  font-size: clamp(18px, 1.8vw, 24px);
  color: #140843 !important;
  background: linear-gradient(135deg, #f2ee5d 0%, #82f179 45%, #42e2d4 100%) !important;
  box-shadow: 0 26px 80px rgba(66,226,212,.23), inset 0 1px 0 rgba(255,255,255,.4);
}

.hero-start-btn span {
  margin-left: 16px;
  font-size: 26px;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  color: rgba(255,255,255,.56);
  font-size: clamp(16px, 1.5vw, 23px);
  font-weight: 850;
}

.product-showcase-section {
  width: min(1510px, 100%);
  margin: 0 auto clamp(120px, 16vh, 190px);
  padding: clamp(70px, 9vh, 120px) clamp(16px, 4vw, 64px) 0;
  position: relative;
  z-index: 4;
}

.product-showcase-section .section-heading {
  margin-bottom: clamp(28px, 4vw, 54px);
}

.fullwidth-carousel {
  min-height: 0 !important;
  width: 100%;
  display: block !important;
}

.fullwidth-carousel .carousel-shell {
  width: min(1480px, 50%) !important;
  margin: 0 auto !important;
  border-radius: clamp(22px, 2vw, 34px) !important;
  background: rgba(8, 6, 18, .82) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  box-shadow: 0 36px 130px rgba(0,0,0,.54), 0 0 72px rgba(138,85,255,.20) !important;
  overflow: visible !important;
  backdrop-filter: blur(18px) !important;
}

.fullwidth-carousel .carousel-viewport {
  height: clamp(430px, 55vw, 780px) !important;
}

.fullwidth-carousel .carousel-slide img {
  object-fit: contain !important;
  object-position: center !important;
  padding: clamp(10px, 1.2vw, 20px);
  background: linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
}

.fullwidth-carousel .carousel-slide::after {
  background: linear-gradient(180deg, transparent 78%, rgba(4,0,12,.86) 100%) !important;
}

.fullwidth-carousel .carousel-slide figcaption {
  font-size: clamp(15px, 1.4vw, 20px);
  left: clamp(20px, 2.4vw, 38px);
  right: clamp(20px, 2.4vw, 38px);
  bottom: clamp(18px, 2vw, 30px);
}

@media (max-width: 760px) {
  .hero-intro {
    padding-top: 120px !important;
  }

  .hero-copy-center h1 {
    font-size: clamp(46px, 13vw, 68px) !important;
  }

  .hero-text-center {
    font-size: 18px !important;
  }

  .hero-trust-row {
    gap: 14px;
    font-size: 14px;
  }

  .fullwidth-carousel .carousel-viewport {
    height: clamp(300px, 76vw, 520px) !important;
  }
}


/* =========================================================
   KAVRO HERO EXACT BLOCK - requested 2026-06-15
   Primer bloque full viewport, iconos reales, botón mostaza,
   fondo animado activo y carrusel completo en segunda sección.
   ========================================================= */

:root {
  --kavro-navy: #130548;
  --kavro-mustard: #d9a441;
  --kavro-mustard-2: #f0c45b;
}

body {
  background: #0A0118 !important;
}

.page-shell {
  background: transparent !important;
  width: 100% !important;
  padding-left: clamp(18px, 4vw, 72px) !important;
  padding-right: clamp(18px, 4vw, 72px) !important;
}

#kavro-dotted-surface {
  opacity: 1 !important;
}

.kavro-bg-vignette {
  opacity: 1 !important;
}

/* Header dentro del primer pantallazo */
.navbar {
  position: fixed !important;
  top: 14px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(1320px, calc(100% - 48px)) !important;
  z-index: 60 !important;
  padding: 0 !important;
  height: 82px !important;
  align-items: center !important;
  background: transparent !important;
}

.navbar::before {
  display: none !important;
}

.brand img {
  width: clamp(175px, 16vw, 255px) !important;
  transform: none !important;
}

.nav-links {
  gap: clamp(18px, 2.5vw, 34px) !important;
}

.nav-links a {
  color: rgba(255,255,255,.82) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

.nav-cta {
  top: 0 !important;
  border-radius: 16px !important;
  padding: 14px 22px !important;
  color: #0b0618 !important;
  background: #fff !important;
  box-shadow: 0 16px 50px rgba(0,0,0,.24);
}

/* Primer bloque exactamente dentro de pantalla */
.hero-section.hero-intro {
  width: min(1320px, 100%) !important;
  min-height: 100svh !important;
  height: 100svh !important;
  max-height: 100svh !important;
  margin: 0 auto !important;
  padding: clamp(92px, 12vh, 116px) 0 clamp(28px, 5vh, 48px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: clamp(18px, 2.3vh, 28px) !important;
  overflow: hidden !important;
}

.hero-copy.hero-copy-center {
  width: min(980px, 100%) !important;
  margin: 0 auto !important;
  display: grid !important;
  place-items: center !important;
  text-align: center !important;
}

.hero-copy-center .eyebrow {
  display: none !important;
}

.hero-copy-center h1 {
  max-width: 1040px !important;
  margin: 0 auto !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(54px, 7.05vw, 116px) !important;
  line-height: .96 !important;
  letter-spacing: -.074em !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-align: center !important;
  text-shadow: 0 20px 90px rgba(0,0,0,.42), 0 0 36px rgba(138,85,255,.16) !important;
}

.hero-text-center {
  max-width: 760px !important;
  margin: clamp(18px, 2.4vh, 28px) auto 0 !important;
  font-size: clamp(18px, 1.6vw, 27px) !important;
  line-height: 1.35 !important;
  letter-spacing: -.01em !important;
  color: rgba(255,255,255,.78) !important;
  font-weight: 750 !important;
}

.hero-actions-center {
  margin-top: clamp(26px, 3.3vh, 42px) !important;
}

/* Botón mostaza: Empieza ya */
.hero-start-btn {
  min-width: clamp(210px, 18vw, 280px) !important;
  min-height: clamp(56px, 6.5vh, 72px) !important;
  padding: 0 clamp(30px, 3.2vw, 46px) !important;
  border-radius: 999px !important;
  color: #171005 !important;
  background: linear-gradient(135deg, var(--kavro-mustard-2) 0%, var(--kavro-mustard) 55%, #bd8429 100%) !important;
  box-shadow: 0 24px 72px rgba(217,164,65,.28), inset 0 1px 0 rgba(255,255,255,.38) !important;
  font-size: clamp(18px, 1.7vw, 25px) !important;
  font-weight: 950 !important;
}

.hero-start-btn span {
  display: none !important;
}

.hero-trust-row {
  margin-top: clamp(20px, 2.8vh, 34px) !important;
  gap: clamp(18px, 3vw, 44px) !important;
  color: rgba(255,255,255,.58) !important;
  font-size: clamp(13px, 1.18vw, 18px) !important;
  font-weight: 850 !important;
}

/* Íconos originales aproximados con SVG inline + rotación de centro */
.hero-social-icons.hero-icon-orbit {
  position: relative !important;
  width: min(470px, 92vw) !important;
  height: clamp(90px, 12vh, 126px) !important;
  margin: 0 auto clamp(6px, 1vh, 12px) !important;
  display: block !important;
}

.hero-icon-orbit .social-icon {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 64px !important;
  height: 64px !important;
  border-radius: 18px !important;
  display: grid !important;
  place-items: center !important;
  transform-origin: center !important;
  animation: kavroIconOrbit 7.5s cubic-bezier(.45,0,.2,1) infinite !important;
  animation-delay: calc(var(--i) * -1.5s) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.28);
  will-change: transform, opacity, filter;
}

.hero-icon-orbit .social-icon svg {
  width: 62% !important;
  height: 62% !important;
  fill: #fff !important;
  display: block !important;
}

.hero-icon-orbit .tiktok {
  background: rgba(255,255,255,.22) !important;
}

.hero-icon-orbit .telegram {
  background: linear-gradient(135deg, #54c8ff 0%, #2c92cc 100%) !important;
}

.hero-icon-orbit .whatsapp {
  border-radius: 25px !important;
  background: linear-gradient(135deg, #25d366 0%, #17c85b 100%) !important;
}

.hero-icon-orbit .instagram {
  background: radial-gradient(circle at 30% 105%, #fdf497 0%, #fdf497 12%, #fd5949 38%, #d6249f 62%, #285AEB 100%) !important;
}

.hero-icon-orbit .messenger {
  background: linear-gradient(135deg, #f7d2ea 0%, #dab3ff 100%) !important;
}

.hero-icon-orbit .messenger svg {
  fill: rgba(255,255,255,.92) !important;
}

@keyframes kavroIconOrbit {
  0% {
    transform: translate(-250px, -50%) scale(.48);
    opacity: .26;
    filter: blur(.2px) saturate(.8);
    z-index: 1;
  }
  20% {
    transform: translate(-140px, -50%) scale(.76);
    opacity: .78;
    filter: blur(0) saturate(1);
    z-index: 2;
  }
  40% {
    transform: translate(-50%, -50%) scale(1.55);
    opacity: 1;
    filter: blur(0) saturate(1.12);
    z-index: 5;
  }
  60% {
    transform: translate(76px, -50%) scale(.82);
    opacity: .82;
    filter: blur(0) saturate(1);
    z-index: 2;
  }
  80% {
    transform: translate(185px, -50%) scale(.52);
    opacity: .36;
    filter: blur(.3px) saturate(.85);
    z-index: 1;
  }
  100% {
    transform: translate(-250px, -50%) scale(.48);
    opacity: .26;
    filter: blur(.2px) saturate(.8);
    z-index: 1;
  }
}

/* Segunda sección: aquí recién va el carrusel completo */
.product-showcase-section {
  min-height: 100svh !important;
  width: min(1510px, 100%) !important;
  margin: 0 auto clamp(90px, 12vh, 160px) !important;
  padding: clamp(92px, 12vh, 132px) clamp(16px, 4vw, 64px) 0 !important;
  position: relative !important;
  z-index: 4 !important;
}

.product-showcase-section .section-heading {
  margin-bottom: clamp(26px, 4vh, 50px) !important;
}

.product-showcase-section .section-heading h2 {
  color: #fff !important;
  font-size: clamp(40px, 5vw, 74px) !important;
  text-shadow: 0 18px 72px rgba(0,0,0,.38);
}

.fullwidth-carousel .carousel-shell {
  width: min(1480px, 100%) !important;
}

.fullwidth-carousel .carousel-viewport {
  height: clamp(500px, 54vw, 820px) !important;
}

.fullwidth-carousel .carousel-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* En pantallas bajas reducir proporciones para que el primer pantallazo entre completo */
@media (max-height: 760px) and (min-width: 900px) {
  .hero-section.hero-intro {
    padding-top: 82px !important;
    padding-bottom: 20px !important;
    gap: 12px !important;
  }

  .hero-social-icons.hero-icon-orbit {
    height: 82px !important;
    margin-bottom: 0 !important;
  }

  .hero-copy-center h1 {
    font-size: clamp(50px, 6.2vw, 92px) !important;
  }

  .hero-text-center {
    margin-top: 14px !important;
    font-size: clamp(16px, 1.3vw, 21px) !important;
    line-height: 1.3 !important;
  }

  .hero-actions-center {
    margin-top: 20px !important;
  }

  .hero-start-btn {
    min-height: 56px !important;
  }

  .hero-trust-row {
    margin-top: 16px !important;
  }

  .brand img {
    width: clamp(150px, 13vw, 210px) !important;
  }
}

@media (max-width: 760px) {
  .navbar {
    width: calc(100% - 28px) !important;
    height: 70px !important;
  }

  .brand img {
    width: 160px !important;
  }

  .nav-links {
    display: none !important;
  }

  .hero-section.hero-intro {
    padding-top: 88px !important;
    min-height: 100svh !important;
    height: auto !important;
  }

  .hero-icon-orbit .social-icon {
    width: 52px !important;
    height: 52px !important;
  }

  @keyframes kavroIconOrbit {
    0% { transform: translate(-170px, -50%) scale(.46); opacity: .25; z-index: 1; }
    20% { transform: translate(-90px, -50%) scale(.72); opacity: .78; z-index: 2; }
    40% { transform: translate(-50%, -50%) scale(1.36); opacity: 1; z-index: 5; }
    60% { transform: translate(42px, -50%) scale(.78); opacity: .78; z-index: 2; }
    80% { transform: translate(118px, -50%) scale(.5); opacity: .35; z-index: 1; }
    100% { transform: translate(-170px, -50%) scale(.46); opacity: .25; z-index: 1; }
  }
}

.hero-intro h1{
max-width:1200px;
margin:0 auto;
text-align:center;
font-weight:800;
}
.hero-intro .hero-text{
max-width:900px;
margin:18px auto 0;
text-align:center;
font-size:18px;
font-weight:600;
line-height:1.4;
color:rgba(255,255,255,.82);
}


/* === AJUSTE FINAL: tipografía más fina, trust row y navbar con fade al bajar === */
.navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
  width: 100vw !important;
  max-width: none !important;
  padding: 14px max(28px, calc((100vw - 1180px) / 2)) 16px !important;
  border-radius: 0 !important;
  background:
    linear-gradient(180deg,
      rgba(8, 1, 24, .98) 0%,
      rgba(12, 2, 35, .94) 62%,
      rgba(12, 2, 35, .78) 82%,
      rgba(12, 2, 35, .00) 100%
    ) !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: blur(16px) saturate(130%) !important;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
}

.navbar::before {
  display: none !important;
}

.navbar.nav-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-100%) !important;
  pointer-events: none !important;
}

.hero-copy-center h1 {
  font-weight: 500 !important;
  letter-spacing: -0.075em !important;
  line-height: .94 !important;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.hero-text-center {
  font-weight: 400 !important;
  letter-spacing: -0.012em !important;
}

.hero-copy-center .eyebrow {
  font-weight: 700 !important;
}

.hero-trust-row {
  gap: clamp(24px, 3vw, 42px) !important;
  color: rgba(255,255,255,.62) !important;
  font-weight: 650 !important;
  letter-spacing: -0.02em !important;
}

.trust-meta,
.trust-flow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.trust-meta svg {
  width: clamp(32px, 3vw, 42px);
  height: auto;
  color: rgba(255,255,255,.70);
  display: block;
}

.trust-flow {
  color: rgba(255,255,255,.64);
}

@media (max-width: 920px) {
  .navbar {
    width: calc(100% - 28px) !important;
  }

  .hero-copy-center h1 {
    font-weight: 500 !important;
    letter-spacing: -0.065em !important;
  }
}


/* === KAVRO final menu hover + trust badges refinados === */
.nav-links a {
  position: relative;
  padding: 9px 12px;
  border-radius: 10px;
  transition: color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.nav-links a:hover {
  color: #ffffff;
  background: rgba(255,255,255,.105);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.075);
  transform: translateY(-1px);
}

.hero-trust-row {
  gap: 38px !important;
  margin-top: 30px !important;
  color: rgba(255,255,255,.62) !important;
  font-weight: 300 !important;
  letter-spacing: -0.025em;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 300 !important;
  line-height: 1;
  white-space: nowrap;
}

.trust-item img {
  width: 1.22em;
  height: 1.22em;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
  opacity: .9;
  filter: brightness(0) invert(1) opacity(.62);
}

.trust-item span {
  font-weight: 300 !important;
}


/* === KAVRO requested change: CTA hover, showcase title/subtitle and flush carousel frame === */

/* Botón Empieza ya: base mostaza + hover verde gradiente */
.hero-start-btn {
  background: linear-gradient(135deg, #f0c45b 0%, #d9a441 58%, #bd8429 100%) !important;
  color: #171005 !important;
  transition: transform .2s ease, filter .2s ease, background .25s ease, box-shadow .25s ease !important;
}

.hero-start-btn:hover {
  background: linear-gradient(135deg, #7CFF8E 0%, #24E36B 48%, #00C978 100%) !important;
  color: #04150A !important;
  transform: translateY(-3px) scale(1.015) !important;
  box-shadow: 0 28px 86px rgba(36,227,107,.34), inset 0 1px 0 rgba(255,255,255,.46) !important;
}

/* Segunda sección: título mayor y descripción menor */
.product-showcase-section .section-heading.center {
  display: grid;
  place-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.product-showcase-section .showcase-title {
  margin: 0;
  color: #fff;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 18px 72px rgba(0,0,0,.42),
               0 0 32px rgba(138,85,255,.18);
}

.product-showcase-section .showcase-title .small-action {
  font-size: 29px;
  font-weight: 300;
  vertical-align: baseline;
  margin-left: 8px;
}
.product-showcase-section H2.showcase-subtitle {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-weight: 300;
  text-align: center;
  text-shadow: none;
}


/* Carrusel: marco pegado a la imagen, header delgado y dots fuera del marco */
.fullwidth-carousel {
  overflow: visible !important;
}

.fullwidth-carousel .carousel-shell {
  width: min(1480px, 100%) !important;
  margin: 0 auto !important;
  border-radius: clamp(22px, 2vw, 34px) !important;
  background: rgba(8, 6, 18, .82) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  box-shadow: 0 36px 130px rgba(0,0,0,.54), 0 0 72px rgba(138,85,255,.20) !important;
  overflow: visible !important;
  backdrop-filter: blur(18px) !important;
}

/* Este wrapper sí recorta la imagen redondeada junto al borde */
.fullwidth-carousel .carousel-topbar,
.fullwidth-carousel .carousel-viewport {
  overflow: hidden !important;
}

.fullwidth-carousel .carousel-topbar {
  height: 30px !important;
  padding: 0 12px !important;
  gap: 6px !important;
  border-radius: clamp(22px, 2vw, 34px) clamp(22px, 2vw, 34px) 0 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
  background: rgba(255,255,255,.055) !important;
  margin: 0 !important;
}

.fullwidth-carousel .carousel-topbar span {
  width: 7px !important;
  height: 7px !important;
}

.fullwidth-carousel .carousel-topbar strong {
  font-size: 9px !important;
  letter-spacing: .16em !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,.52) !important;
}

.fullwidth-carousel .carousel-viewport {
  height: auto !important;
  aspect-ratio: 16 / 5 !important;
  border-radius: 0 0 clamp(22px, 2vw, 34px) clamp(22px, 2vw, 34px) !important;
  background: #070313 !important;
  margin: 0 !important;
}

/* Sin vacíos: imagen llena todo el marco y se redondea visualmente con el contenedor */
.fullwidth-carousel .carousel-slide {
  inset: 0 !important;
  overflow: hidden !important;
}

.fullwidth-carousel .carousel-slide img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

/* Quitar capa oscura/caption para que se vea la captura completa limpia */
.fullwidth-carousel .carousel-slide::after {
  display: none !important;
}

.fullwidth-carousel .carousel-slide figcaption {
  display: none !important;
}

/* Dots fuera del marco */
.fullwidth-carousel .carousel-dots {
  padding: 18px 0 0 !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 3 !important;
}

.fullwidth-carousel .carousel-dots button {
  cursor: pointer !important;
}

@media (max-width: 760px) {
  .product-showcase-section .showcase-title {
    font-size: clamp(34px, 10vw, 52px) !important;
  }

  .product-showcase-section .showcase-subtitle {
    font-size: 16px !important;
  }

  .fullwidth-carousel .carousel-viewport {
    height: clamp(290px, 76vw, 520px) !important;
  }
}


/* ===== Ajuste solicitado sección KAVRO PRO EN ACCION ===== */

/* KAVRO PRO grande y fino */
.product-showcase-section .showcase-title{
  font-size: clamp(56px,6vw,96px) !important;
  font-weight: 300 !important;
  line-height: .92 !important;
  letter-spacing: 0 !important;
  margin-bottom: 4px !important;
}

/* en acción pequeño */
.product-showcase-section .showcase-title{
  text-transform:none !important;
}

/* subtitulo en una sola línea */
.product-showcase-section .showcase-subtitle{
  font-size: clamp(18px,1.6vw,28px) !important;
  font-weight: 300 !important;
  white-space: nowrap !important;
  max-width: none !important;
}

/* subir bloque imágenes */
.product-showcase-section{
  padding-top: 40px !important;
}

.product-showcase-section .section-heading{
  margin-bottom: 12px !important;
}

/* marco adaptado a la imagen */
.fullwidth-carousel .carousel-shell{
  width:min(1500px,100%) !important;
}

.fullwidth-carousel .carousel-viewport{
  height:auto !important;
  aspect-ratio: 16 / 9 !important;
  overflow:hidden !important;
}

/* mostrar captura completa sin cortes */
.fullwidth-carousel .carousel-slide img{
  object-fit: contain !important;
  object-position:center center !important;
  width:100% !important;
  height:100% !important;
  background:#fff !important;
}

/* móvil */
@media (max-width:760px){
  .product-showcase-section .showcase-subtitle{
    white-space: normal !important;
  }
}


/* Ajuste solicitado de tamaños 
.product-showcase-section .showcase-title{
  font-size:16px !important;
  font-weight:300 !important;
  letter-spacing:-0.02em !important;
}

.product-showcase-section .showcase-title .action-small,
.product-showcase-section .showcase-action{
  font-size:13px !important;
}

.product-showcase-section .showcase-subtitle{
  font-size:12px !important;
  font-weight:300 !important;
  line-height:1.3 !important;
}


/* ===== FORCE FIX SHOWCASE TYPOGRAPHY ===== */

/*.product-showcase-section .showcase-title,
.product-showcase-section p.showcase-title,
.product-showcase-section .section-heading .showcase-title{
    font-size:16px !important;
    font-weight:300 !important;
    line-height:1.1 !important;
    letter-spacing:0 !important;
}

.product-showcase-section .showcase-title .small-action{
    font-size:13px !important;
    font-weight:300 !important;
}

.product-showcase-section .showcase-subtitle,
.product-showcase-section h2.showcase-subtitle,
.product-showcase-section .section-heading h2.showcase-subtitle{
    font-size:12px !important;
    font-weight:300 !important;
    line-height:1.25 !important;
    letter-spacing:0 !important;
    white-space:nowrap !important;
    margin-top:4px !important;
}

/* Neutraliza cualquier H2 gigante heredado */
/*.product-showcase-section .section-heading h2{
    font-size:12px !important;
    font-weight:300 !important;
}


/* Ajuste final solicitado */
/*.product-showcase-section .showcase-title,
.product-showcase-section p.showcase-title{
  font-size:26px !important;
}

.product-showcase-section .showcase-title .small-action{
  font-size:20px !important;
}

.product-showcase-section .showcase-subtitle,
.product-showcase-section h2.showcase-subtitle,
.product-showcase-section .section-heading h2.showcase-subtitle,
.product-showcase-section .section-heading h2{
  font-size:18px !important;
}


/* Nuevo ajuste solicitado */
/*.product-showcase-section .showcase-title,
.product-showcase-section p.showcase-title{
  font-size:46px !important;
}

.product-showcase-section .showcase-title .small-action{
  font-size:29px !important;
}

.product-showcase-section .showcase-subtitle,
.product-showcase-section h2.showcase-subtitle,
.product-showcase-section .section-heading h2.showcase-subtitle,
.product-showcase-section .section-heading h2{
  font-size:18px !important;
}

*/

#product-showcase .section-heading.center > h2.showcase-subtitle {
  font-size: 23px !important;
  line-height: 1.3 !important;
  font-weight: 300 !important;
}

#product-showcase .section-heading.center > p.showcase-title {
  font-size: 66px !important;
  line-height: 1 !important;
  font-weight: 300 !important;
}

#product-showcase .section-heading.center > p.showcase-title > span.small-action {
  font-size: 39px !important;
  line-height: 1 !important;
  font-weight: 300 !important;
  vertical-align: baseline !important;
  margin-left: 8px !important;
}

#product-showcase .fullwidth-carousel .carousel-shell {
  width: min(1080px, 72vw) !important;
  max-width: 1080px !important;
  transform: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#product-showcase .fullwidth-carousel .carousel-viewport {
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
}

/* === Comparativa Sin/Con + capabilities (desde pricing hacia abajo) === */
.section-lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 650;
}
.section-lead.center-lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.compare-section {
  padding: clamp(36px, 5vw, 64px) 0;
  margin-bottom: clamp(120px, 16vh, 190px);
  scroll-margin-top: 112px;
}
.compare-wrap {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(220px, 350px) minmax(260px, 1fr);
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
}
.compare-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.compare-title {
  margin: 0 0 8px;
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 900;
  letter-spacing: -.02em;
  text-align: center;
}
.compare-title-bad { color: #ff6b7a; }
.compare-title-good { color: var(--mint); }
.compare-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.compare-pill {
  width: var(--w, 100%);
  max-width: 100%;
  min-height: 72px;
  border-radius: 999px;
  padding: 16px 18px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  backdrop-filter: blur(10px);
  transition: transform .22s ease, box-shadow .22s ease;
}
.compare-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0,0,0,.28);
}
.compare-pill p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.3;
  font-weight: 700;
  color: rgba(255,255,255,.82);
}
.compare-badge {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  flex: 0 0 30px;
}
.compare-pill-bad {
  background: rgba(255, 77, 79, .12);
  border-color: rgba(255, 77, 79, .32);
  position: relative;
  margin-left: auto;
  margin-right: 0;
  justify-content: flex-end;
  text-align: right;
  padding-left: 22px;
  padding-right: 56px;
}
.compare-pill-bad p { text-align: right; }
.compare-badge-bad {
  color: #ff6b7a;
  background: rgba(255, 77, 79, .18);
  border: 1px solid rgba(255, 77, 79, .42);
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.compare-pill-good {
  background: rgba(7, 232, 164, .10);
  border-color: rgba(7, 232, 164, .30);
  justify-content: flex-start;
}
.compare-badge-good {
  color: var(--mint);
  background: rgba(7, 232, 164, .16);
  border: 1px solid rgba(7, 232, 164, .42);
}
.compare-mid {
  display: grid;
  place-items: center;
}
.compare-img {
  width: min(350px, 100%);
  height: auto;
  display: block;
  transform: translateY(18px);
  filter: drop-shadow(0 24px 40px rgba(138,85,255,.28));
}
.compare-w1 { --w: 100%; }
.compare-w2 { --w: 94%; }
.compare-w3 { --w: 88%; }
.compare-w4 { --w: 96%; }
.compare-w5 { --w: 90%; }

@media (max-width: 980px) {
  .compare-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .compare-mid { order: -1; }
  .compare-img {
    width: min(280px, 70vw);
    transform: none;
  }
  .compare-pill-bad,
  .compare-pill-good {
    width: 100%;
    margin: 0;
  }
}

.capabilities-section {
  display: grid;
  gap: clamp(72px, 10vh, 120px);
  margin: clamp(48px, 6vw, 80px) 0 clamp(120px, 16vh, 190px);
  scroll-margin-top: 112px;
}
.capability-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.capability-row.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
}
.capability-row.reverse .capability-copy { order: 2; }
.capability-row.reverse .capability-media { order: 1; }
.capability-copy h2 {
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.05;
  max-width: 16ch;
}
.capability-copy > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 650;
  max-width: 46ch;
}
.capability-points {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}
.capability-points li {
  position: relative;
  padding-left: 28px;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}
.capability-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--lime);
  color: #0a0a0a;
  font-size: 11px;
  font-weight: 900;
  display: grid;
  place-items: center;
}
.capability-media {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(8, 6, 18, .72);
  box-shadow:
    0 30px 100px rgba(0,0,0,.42),
    0 0 48px rgba(138,85,255,.16);
  backdrop-filter: blur(18px);
  transition: transform .28s ease, box-shadow .28s ease;
}
.capability-media:hover {
  transform: translateY(-6px);
  box-shadow:
    0 36px 110px rgba(0,0,0,.48),
    0 0 60px rgba(138,85,255,.22);
}
.capability-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Caos en WhatsApp (reemplaza integraciones) */
.chaos-section {
  padding: clamp(36px, 5vw, 72px) 0;
  margin-bottom: clamp(120px, 16vh, 190px);
  scroll-margin-top: 112px;
}
.chaos-eyebrow {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(7, 232, 164, .12);
  border: 1px solid rgba(7, 232, 164, .28);
  color: var(--mint);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
  font-weight: 900;
}
.chaos-section .section-heading h2 {
  font-size: clamp(32px, 4vw, 48px);
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
}
.chaos-layout {
  margin-top: clamp(34px, 4vw, 48px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: clamp(18px, 2.5vw, 28px);
  align-items: stretch;
}
.chaos-cards {
  display: grid;
  gap: 16px;
}
.chaos-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 14px;
  background: rgba(7, 232, 164, .08);
  border: 1.5px solid rgba(7, 232, 164, .28);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.chaos-card:hover {
  transform: translateY(-2px);
  background: rgba(7, 232, 164, .12);
  border-color: rgba(7, 232, 164, .45);
}
.chaos-card-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--lime);
  background: rgba(215, 243, 74, .12);
  border: 1px solid rgba(215, 243, 74, .28);
}
.chaos-card-icon svg {
  width: 22px;
  height: 22px;
}
.chaos-card h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 900;
  color: #fff;
}
.chaos-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}
.chaos-solution {
  border-radius: 18px;
  padding: clamp(28px, 3vw, 36px);
  background: linear-gradient(160deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  border: 1.5px solid rgba(215, 243, 74, .28);
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.chaos-solution-badge {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(215, 243, 74, .14);
  border: 1px solid rgba(215, 243, 74, .30);
  color: var(--lime);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px;
  font-weight: 900;
}
.chaos-solution h3 {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 950;
  letter-spacing: -.03em;
  line-height: 1.15;
  color: #fff;
}
.chaos-solution-text {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 650;
  max-width: 34ch;
}
.chaos-solution-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  width: 100%;
  display: grid;
  gap: 12px;
  text-align: left;
}
.chaos-solution-list li {
  position: relative;
  padding-left: 30px;
  color: rgba(255,255,255,.88);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}
.chaos-solution-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--mint);
  color: #0a0a0a;
  font-size: 11px;
  font-weight: 900;
}
.chaos-solution-btn {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border: 0;
  border-radius: 12px;
  background: var(--lime);
  color: #0a0a0a;
  font-family: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease;
}
.chaos-solution-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

@media (max-width: 900px) {
  .chaos-layout {
    grid-template-columns: 1fr;
  }
  .chaos-section .section-heading h2 {
    max-width: none;
  }
}

@media (max-width: 900px) {
  .capability-row,
  .capability-row.reverse {
    grid-template-columns: 1fr;
  }
  .capability-row.reverse .capability-copy,
  .capability-row.reverse .capability-media {
    order: initial;
  }
  .capability-copy h2 {
    max-width: none;
  }
  .capabilities-section {
    margin-bottom: 72px;
    gap: 56px;
  }
}

@media (max-width: 560px) {
  .section-lead { font-size: 15px; }
  .capability-media { border-radius: 18px; }
}

/* Footer + página legal */
.site-footer {
  margin-top: clamp(48px, 8vh, 96px);
  padding: 28px 0 8px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
}
.footer-copy {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-links a {
  color: rgba(255,255,255,.78);
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
}
.footer-links a:hover { color: var(--lime); }

.legal-shell {
  padding-bottom: 48px;
}
.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0 28px;
}
.legal-header .brand img {
  width: min(220px, 48vw);
  transform: none;
}
.legal-back {
  color: rgba(255,255,255,.78);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}
.legal-back:hover { color: var(--lime); }
.legal-content {
  padding: clamp(28px, 4vw, 48px);
  max-width: 860px;
  margin: 0 auto;
}
.legal-content h1 {
  margin: 0;
  font-size: clamp(34px, 4.5vw, 52px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.legal-meta {
  margin: 14px 0 28px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.legal-content h2 {
  margin: 34px 0 12px;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.2;
}
.legal-content p,
.legal-content li {
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 550;
}
.legal-content ul {
  margin: 12px 0 0;
  padding-left: 0;
  display: grid;
  gap: 10px;
}
.legal-content li {
  padding-left: 22px;
}
.legal-content li::before {
  background: var(--mint);
  color: #0a0a0a;
}
.legal-content a {
  color: var(--lime);
  text-decoration: none;
  font-weight: 700;
}
.legal-content a:hover { text-decoration: underline; }

@media (max-width: 560px) {
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .legal-header {
    flex-direction: column;
    align-items: flex-start;
  }
}