/* ============================================================
   CrecienteWeb Theme — Comercio Vibrante
   Palette: #1A0533 · #7C3AED · #FF6B6B · #4ECDC4 · #FAFAFA
   ============================================================ */

/* ── Variables ── */
:root {
  --c-bg:       #1A0533;
  --c-bg2:      #2D0D52;
  --c-bg3:      #3D1466;
  --c-purple:   #7C3AED;
  --c-purple-l: #9D60FF;
  --c-coral:    #FF6B6B;
  --c-coral-l:  #FF8E8E;
  --c-mint:     #4ECDC4;
  --c-mint-l:   #7EDDD6;
  --c-light:    #FAFAFA;
  --c-text:     #E8D5F5;
  --c-text-2:   #B09CC8;

  --gradient-main:   linear-gradient(135deg, var(--c-purple), var(--c-coral));
  --gradient-bg:     linear-gradient(180deg, var(--c-bg) 0%, var(--c-bg2) 100%);
  --gradient-card:   linear-gradient(145deg, rgba(124,58,237,.15), rgba(255,107,107,.08));

  --shadow-card:     0 8px 32px rgba(0,0,0,.4), 0 0 0 1px rgba(124,58,237,.2);
  --shadow-hover:    0 20px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(124,58,237,.4);
  --shadow-glow:     0 0 40px rgba(124,58,237,.3);

  --radius-sm:  8px;
  --radius-md:  16px;
  --radius-lg:  24px;
  --radius-xl:  32px;

  --font-main:  'Inter', sans-serif;
  --font-head:  'Space Grotesk', 'Inter', sans-serif;

  --header-h:   72px;
  --transition: .3s cubic-bezier(.4,0,.2,1);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-main);
  background: var(--c-bg);
  color: var(--c-text);
  line-height: 1.6;
  overflow-x: hidden;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }

/* ── Typography ── */
h1,h2,h3,h4,h5 {
  font-family: var(--font-head);
  line-height: 1.2;
  color: var(--c-light);
}
h1 { font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700; }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; }
p  { color: var(--c-text-2); line-height: 1.7; }

.cw-gradient-text {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Layout ── */
.cw-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
section { padding: 100px 0; position: relative; }

.cw-section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 64px;
}
.cw-section-desc {
  font-size: 1.1rem;
  margin-top: 16px;
  color: var(--c-text-2);
}
.cw-label {
  display: inline-block;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c-mint);
  margin-bottom: 12px;
}

/* ── Buttons ── */
.cw-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: .95rem;
  font-family: var(--font-head);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.cw-btn svg { width: 18px; height: 18px; transition: transform var(--transition); }
.cw-btn:hover svg { transform: translateX(3px); }

.cw-btn--primary {
  background: var(--gradient-main);
  color: #fff;
  box-shadow: 0 4px 20px rgba(255,107,107,.3);
}
.cw-btn--primary:hover {
  box-shadow: 0 8px 30px rgba(255,107,107,.5);
  transform: translateY(-2px);
}
.cw-btn--accent {
  background: var(--c-coral);
  color: #fff;
  box-shadow: 0 4px 16px rgba(255,107,107,.4);
}
.cw-btn--accent:hover {
  background: var(--c-coral-l);
  transform: translateY(-2px);
}
.cw-btn--outline {
  border: 2px solid var(--c-purple);
  color: var(--c-purple-l);
  background: transparent;
}
.cw-btn--outline:hover {
  background: rgba(124,58,237,.15);
  border-color: var(--c-purple-l);
  transform: translateY(-2px);
}
.cw-btn--ghost {
  border: 1px solid rgba(255,255,255,.2);
  color: var(--c-light);
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(8px);
}
.cw-btn--ghost:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.4);
  transform: translateY(-2px);
}
.cw-btn--lg { padding: 18px 36px; font-size: 1.05rem; }
.cw-btn--full { width: 100%; justify-content: center; }
.cw-btn--whatsapp {
  background: #25D366;
  color: #fff;
  box-shadow: 0 4px 20px rgba(37,211,102,.3);
  padding: 16px 32px;
  font-size: 1rem;
}
.cw-btn--whatsapp svg { width: 22px; height: 22px; }
.cw-btn--whatsapp:hover {
  background: #20BD5C;
  box-shadow: 0 8px 30px rgba(37,211,102,.5);
  transform: translateY(-2px);
}

/* ── 3D Cards ── */
.cw-3d-card {
  perspective: 1000px;
}
.cw-3d-card__inner {
  transition: transform var(--transition), box-shadow var(--transition);
  transform-style: preserve-3d;
  background: var(--gradient-card);
  border: 1px solid rgba(124,58,237,.2);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-card);
  height: 100%;
}
.cw-3d-card:hover .cw-3d-card__inner {
  transform: translateY(-8px) rotateX(2deg);
  box-shadow: var(--shadow-hover);
}

/* ── Header ── */
.cw-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--header-h);
  transition: background var(--transition), box-shadow var(--transition);
}
.cw-header.scrolled {
  background: rgba(26,5,51,.9);
  backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(124,58,237,.3);
}
.cw-header__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 32px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.cw-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.cw-logo__text {
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 800;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}
.cw-logo img { height: 40px; width: auto; max-width: none; }

.cw-nav { margin-left: auto; }
.cw-nav__list {
  display: flex;
  align-items: center;
  gap: 2px;
}
.cw-nav__list a {
  padding: 8px 13px;
  border-radius: 8px;
  font-size: .88rem;
  font-weight: 500;
  color: var(--c-text);
  transition: var(--transition);
  white-space: nowrap;
}
.cw-nav__list a:hover,
.cw-nav__list .current-menu-item > a {
  color: var(--c-light);
  background: rgba(124,58,237,.15);
}
.cw-header__cta { margin-left: 4px; flex-shrink: 0; }
.cw-nav__mobile-cta { display: none; }

.cw-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  margin-left: auto;
}
.cw-hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--c-light);
  border-radius: 2px;
  transition: var(--transition);
}
.cw-hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.cw-hamburger.active span:nth-child(2) { opacity: 0; }
.cw-hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Hero ── */
.cw-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#cw-hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  z-index: 0;
}
.cw-hero__content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding: 120px 24px 80px;
  margin-left: max(24px, calc(50% - 600px));
}
.cw-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(78,205,196,.1);
  border: 1px solid rgba(78,205,196,.3);
  color: var(--c-mint);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: .82rem;
  font-weight: 500;
  margin-bottom: 24px;
}
.cw-pulse {
  width: 8px; height: 8px;
  background: var(--c-mint);
  border-radius: 50%;
  animation: pulse 2s infinite;
  flex-shrink: 0;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(78,205,196,.4); }
  50%      { box-shadow: 0 0 0 8px rgba(78,205,196,0); }
}
.cw-hero__title { margin-bottom: 24px; }
.cw-hero__subtitle {
  font-size: 1.1rem;
  color: var(--c-text-2);
  margin-bottom: 40px;
  max-width: 520px;
}
.cw-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cw-hero__trust {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: .82rem;
  color: var(--c-text-2);
}
.cw-hero__trust span::before { content: ''; }

.cw-hero__3d-cards {
  position: absolute;
  right: max(24px, calc(50% - 600px));
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  pointer-events: none;
}
.cw-hero__card {
  background: rgba(45,13,82,.6);
  border: 1px solid rgba(124,58,237,.3);
  border-radius: var(--radius-md);
  backdrop-filter: blur(16px);
  animation: float 6s ease-in-out infinite;
}
.cw-hero__card--2 { animation-delay: -2s; }
.cw-hero__card--3 { animation-delay: -4s; }
.cw-hero__card-inner {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: .9rem;
  color: var(--c-light);
}
.cw-hero__card-icon { font-size: 1.4rem; }
@keyframes float {
  0%,100% { transform: translateY(0) rotate(-1deg); }
  50%      { transform: translateY(-12px) rotate(1deg); }
}

.cw-hero__scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2;
  font-size: .75rem;
  color: var(--c-text-2);
}
.cw-hero__scroll-dot {
  width: 2px; height: 40px;
  background: linear-gradient(180deg, var(--c-purple), transparent);
  border-radius: 2px;
  animation: scrollDot 2s ease-in-out infinite;
}
@keyframes scrollDot {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ── Stats ── */
.cw-stats {
  padding: 60px 0;
  background: var(--c-bg2);
  border-top: 1px solid rgba(124,58,237,.2);
  border-bottom: 1px solid rgba(124,58,237,.2);
}
.cw-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.cw-stat {
  text-align: center;
  padding: 32px 16px;
  border-right: 1px solid rgba(124,58,237,.15);
}
.cw-stat:last-child { border-right: none; }
.cw-stat__number {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}
.cw-stat__label {
  font-size: .85rem;
  color: var(--c-text-2);
}

/* ── Problem/Solution ── */
.cw-problem { background: var(--c-bg); }
.cw-problem__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.cw-problem__left { border-right: 1px solid rgba(255,255,255,.06); padding-right: 48px; }
.cw-problem__list {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cw-problem__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: .95rem;
  color: var(--c-text);
}
.cw-problem__icon {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.cw-problem__icon--bad  { background: rgba(255,107,107,.2); color: var(--c-coral); }
.cw-problem__icon--good { background: rgba(78,205,196,.2);  color: var(--c-mint); }

/* ── How To ── */
.cw-howto { background: var(--c-bg2); }
.cw-howto__steps {
  display: flex;
  align-items: center;
  gap: 0;
}
.cw-howto__step {
  flex: 1;
}
.cw-howto__step .cw-3d-card__inner {
  text-align: center;
  padding: 40px 28px;
}
.cw-howto__num {
  font-family: var(--font-head);
  font-size: 3rem;
  font-weight: 900;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: .3;
  line-height: 1;
  margin-bottom: 16px;
}
.cw-howto__icon {
  width: 64px; height: 64px;
  margin: 0 auto 20px;
}
.cw-howto__icon svg { width: 64px; height: 64px; }
.cw-howto__step h3 { margin-bottom: 12px; }
.cw-howto__step p  { font-size: .9rem; }
.cw-howto__connector {
  width: 40px; height: 2px;
  background: linear-gradient(90deg, var(--c-purple), var(--c-coral));
  flex-shrink: 0;
}

/* ── Plans ── */
.cw-plans { background: var(--c-bg); }
.cw-plans__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.cw-plan { position: relative; }
.cw-plan--featured .cw-3d-card__inner {
  border-color: var(--c-coral);
  box-shadow: 0 8px 40px rgba(255,107,107,.25), 0 0 0 1px rgba(255,107,107,.3);
  transform: scale(1.03);
}
.cw-plan--featured:hover .cw-3d-card__inner {
  transform: scale(1.03) translateY(-8px) rotateX(2deg);
}
.cw-plan__badge {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--gradient-main);
  color: #fff;
  padding: 4px 18px;
  border-radius: 50px;
  font-size: .78rem;
  font-weight: 700;
  white-space: nowrap;
  z-index: 1;
}
.cw-plan__header { text-align: center; margin-bottom: 28px; }
.cw-plan__icon { font-size: 2.5rem; margin-bottom: 12px; }
.cw-plan__name { font-size: 1.4rem; margin-bottom: 6px; }
.cw-plan__tagline { font-size: .85rem; color: var(--c-text-2); }
.cw-plan__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.cw-plan__from   { font-size: .8rem; color: var(--c-text-2); }
.cw-plan__amount {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 800;
  color: var(--c-light);
}
.cw-plan__currency { font-size: .85rem; color: var(--c-text-2); }
.cw-plan__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
  font-size: .9rem;
}
.cw-plan__features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--c-text);
}
.cw-check {
  font-size: .75rem;
  font-weight: 700;
  flex-shrink: 0;
  width: 20px; height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(78,205,196,.15);
  color: var(--c-mint);
  margin-top: 1px;
}
.cw-check--bonus {
  background: rgba(124,58,237,.15);
  color: var(--c-purple-l);
}
.cw-plan__cta { width: 100%; justify-content: center; }
.cw-plans__note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 40px;
  background: rgba(124,58,237,.08);
  border: 1px solid rgba(124,58,237,.2);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  font-size: .9rem;
}
.cw-plans__note svg { width: 20px; height: 20px; color: var(--c-purple-l); flex-shrink: 0; margin-top: 2px; }
.cw-plans__note p { color: var(--c-text-2); }
.cw-plans__note a { color: var(--c-mint); text-decoration: underline; }

/* ── Benefits ── */
.cw-benefits { background: var(--c-bg2); }
.cw-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cw-benefit {
  display: flex;
  gap: 20px;
  background: var(--gradient-card);
  border: 1px solid rgba(124,58,237,.15);
  border-radius: var(--radius-md);
  padding: 28px;
  transition: var(--transition);
}
.cw-benefit:hover {
  transform: translateY(-4px);
  border-color: rgba(124,58,237,.35);
  box-shadow: var(--shadow-glow);
}
.cw-benefit__icon {
  font-size: 2rem;
  flex-shrink: 0;
  width: 52px; height: 52px;
  background: rgba(124,58,237,.15);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cw-benefit__content h4 { margin-bottom: 6px; font-size: 1rem; }
.cw-benefit__content p  { font-size: .88rem; margin-bottom: 8px; }
.cw-benefit__value {
  font-size: .78rem;
  font-weight: 600;
  color: var(--c-mint);
}

/* ── Mantenimiento ── */
.cw-mant { background: var(--c-bg); }
.cw-mant__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.cw-mant__card { }
.cw-mant__card .cw-3d-card__inner { text-align: center; }
.cw-mant__icon { font-size: 2.5rem; margin-bottom: 16px; }
.cw-mant__card h3 { margin-bottom: 12px; }
.cw-mant__card p  { font-size: .9rem; margin-bottom: 24px; }
.cw-mant__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin-bottom: 24px;
}
.cw-mant__price span:first-child {
  font-family: var(--font-head);
  font-size: 1.8rem;
  font-weight: 800;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cw-mant__per { font-size: .82rem; color: var(--c-text-2); }
.cw-mant__cta { width: 100%; justify-content: center; }

.cw-mant__extra {
  background: var(--c-bg2);
  border: 1px solid rgba(78,205,196,.2);
  border-radius: var(--radius-lg);
  padding: 40px;
  text-align: center;
}
.cw-mant__extra h3 { margin-bottom: 28px; }
.cw-mant__extra-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.cw-mant__extra-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: .9rem;
  color: var(--c-text-2);
}
.cw-mant__extra-amount {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--c-mint);
}

/* ── Testimonials ── */
.cw-testimonials { background: var(--c-bg2); overflow: hidden; }
.cw-testi__track {
  display: flex;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.cw-testi__slide {
  min-width: 100%;
  padding: 0 24px;
}
.cw-testi__card { max-width: 680px; margin: 0 auto; }
.cw-testi__card .cw-3d-card__inner { padding: 40px; }
.cw-testi__stars {
  font-size: 1.2rem;
  color: var(--c-coral);
  margin-bottom: 20px;
  letter-spacing: 4px;
}
.cw-testi__card blockquote {
  font-size: 1.05rem;
  font-style: italic;
  color: var(--c-text);
  line-height: 1.8;
  margin-bottom: 28px;
}
.cw-testi__author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cw-testi__avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--gradient-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  flex-shrink: 0;
}
.cw-testi__author strong { display: block; font-size: .95rem; color: var(--c-light); }
.cw-testi__author span  { font-size: .82rem; color: var(--c-text-2); }

.cw-testi__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}
.cw-testi__btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(124,58,237,.15);
  border: 1px solid rgba(124,58,237,.3);
  color: var(--c-light);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.cw-testi__btn:hover { background: rgba(124,58,237,.3); transform: scale(1.05); }
.cw-testi__btn svg { width: 20px; height: 20px; }
.cw-testi__dots { display: flex; gap: 8px; }
.cw-testi__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(124,58,237,.3);
  transition: var(--transition);
  cursor: pointer;
}
.cw-testi__dot.active {
  background: var(--c-coral);
  width: 24px;
  border-radius: 4px;
}

/* ── FAQ ── */
.cw-faq { background: var(--c-bg); }
.cw-faq__grid {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cw-faq__item {
  border: 1px solid rgba(124,58,237,.2);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--gradient-card);
  transition: border-color var(--transition);
}
.cw-faq__item.active { border-color: rgba(124,58,237,.5); }
.cw-faq__question {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: .95rem;
  font-weight: 600;
  color: var(--c-light);
  font-family: var(--font-head);
  transition: var(--transition);
}
.cw-faq__question:hover { color: var(--c-purple-l); }
.cw-faq__icon {
  font-size: 1.4rem;
  line-height: 1;
  transition: transform var(--transition);
  flex-shrink: 0;
  color: var(--c-purple);
}
.cw-faq__item.active .cw-faq__icon { transform: rotate(45deg); color: var(--c-coral); }
.cw-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.4,0,.2,1), padding .3s;
}
.cw-faq__answer.open { max-height: 300px; }
.cw-faq__answer p {
  padding: 0 24px 20px;
  font-size: .92rem;
  color: var(--c-text-2);
  line-height: 1.7;
}

/* ── Contact ── */
.cw-contact {
  background: var(--c-bg);
  position: relative;
  overflow: hidden;
}
#cw-contact-canvas {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  opacity: .4;
}
.cw-contact__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.cw-contact__left p {
  font-size: 1rem;
  margin-bottom: 32px;
  color: var(--c-text-2);
}
.cw-contact__features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}
.cw-contact__feat {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.cw-contact__feat > span { font-size: 1.5rem; flex-shrink: 0; }
.cw-contact__feat strong { display: block; color: var(--c-light); margin-bottom: 2px; }
.cw-contact__feat p { font-size: .88rem; margin: 0; }

.cw-contact__form-card {
  background: var(--c-bg2);
  border: 1px solid rgba(124,58,237,.25);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: var(--shadow-card);
}
.cw-contact__form-card h3 {
  font-size: 1.3rem;
  margin-bottom: 28px;
}
.cw-form__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}
.cw-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.cw-form__row .cw-form__group { margin-bottom: 0; }
label {
  font-size: .82rem;
  font-weight: 500;
  color: var(--c-text-2);
}
input, textarea, select {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(124,58,237,.25);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  color: var(--c-light);
  font-family: var(--font-main);
  font-size: .92rem;
  transition: var(--transition);
  width: 100%;
}
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.25); }
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--c-purple);
  background: rgba(124,58,237,.08);
  box-shadow: 0 0 0 3px rgba(124,58,237,.15);
}
select { cursor: pointer; }
select option { background: var(--c-bg2); }
textarea { resize: vertical; min-height: 100px; }
.cw-form__submit { margin-top: 8px; }
.cw-form__msg {
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: .88rem;
  display: none;
}
.cw-form__msg.success {
  display: block;
  background: rgba(78,205,196,.1);
  border: 1px solid rgba(78,205,196,.3);
  color: var(--c-mint);
}
.cw-form__msg.error {
  display: block;
  background: rgba(255,107,107,.1);
  border: 1px solid rgba(255,107,107,.3);
  color: var(--c-coral);
}

/* ── Footer ── */
.cw-footer { background: #0F0220; }
.cw-footer__top { padding: 80px 0 48px; }
.cw-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}
.cw-footer__brand p {
  font-size: .88rem;
  color: var(--c-text-2);
  margin: 16px 0 24px;
  max-width: 280px;
  line-height: 1.7;
}
.cw-footer__social {
  display: flex;
  gap: 12px;
}
.cw-footer__social a {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(124,58,237,.15);
  border: 1px solid rgba(124,58,237,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-text-2);
  transition: var(--transition);
}
.cw-footer__social a:hover {
  background: rgba(124,58,237,.3);
  color: var(--c-light);
  transform: translateY(-2px);
}
.cw-footer__social svg { width: 16px; height: 16px; }
.cw-footer__col h4 {
  font-size: .85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--c-light);
  margin-bottom: 16px;
}
.cw-footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cw-footer__col a {
  font-size: .88rem;
  color: var(--c-text-2);
  transition: var(--transition);
}
.cw-footer__col a:hover { color: var(--c-mint); }
.cw-footer__contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .88rem;
  color: var(--c-text-2);
}
.cw-footer__contact svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--c-purple-l); }
.cw-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 20px 0;
}
.cw-footer__bottom .cw-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.cw-footer__bottom p {
  font-size: .82rem;
  color: rgba(255,255,255,.3);
}
.cw-footer__bottom a { color: var(--c-mint); }
.cw-logo--footer .cw-logo__text { font-size: 1.2rem; }

/* ── Main page ── */
.cw-page { padding-top: calc(var(--header-h) + 80px); min-height: 70vh; }
.cw-content h1,h2,h3 { margin-bottom: 16px; }
.cw-content p { margin-bottom: 16px; }

/* ── Header: sólido en páginas interiores ── */
.cw-header--page {
  background: rgba(26,5,51,.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(124,58,237,.3);
}

/* ── Page Hero (páginas interiores) ── */
.cw-page-hero {
  padding: calc(var(--header-h) + 64px) 0 80px;
  text-align: center;
  background: linear-gradient(180deg, rgba(124,58,237,.1) 0%, transparent 100%);
  position: relative;
  overflow: hidden;
}
.cw-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 700px 350px at 50% 0%, rgba(124,58,237,.18) 0%, transparent 70%);
  pointer-events: none;
}
.cw-page-hero .cw-label { margin-bottom: 14px; }
.cw-page-hero h1 { margin-bottom: 20px; }
.cw-page-hero p {
  max-width: 600px;
  margin: 0 auto 32px;
  font-size: 1.1rem;
  color: var(--c-text-2);
}
.cw-page-hero .cw-container { position: relative; z-index: 1; }

/* ── Breadcrumb ── */
.cw-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  color: var(--c-text-2);
  margin-bottom: 24px;
}
.cw-breadcrumb a { color: var(--c-text-2); transition: color .2s; }
.cw-breadcrumb a:hover { color: var(--c-mint); }
.cw-breadcrumb .sep { color: rgba(255,255,255,.25); }

/* ── Scroll animations ── */
.cw-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .6s ease;
}
.cw-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.cw-reveal-delay-1 { transition-delay: .1s; }
.cw-reveal-delay-2 { transition-delay: .2s; }
.cw-reveal-delay-3 { transition-delay: .3s; }
.cw-reveal-delay-4 { transition-delay: .4s; }

/* ── WhatsApp float button ── */
.cw-wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.5);
  z-index: 999;
  transition: var(--transition);
  animation: waBounce 3s ease-in-out 2s infinite;
}
.cw-wa-float:hover { transform: scale(1.1); box-shadow: 0 8px 30px rgba(37,211,102,.7); }
.cw-wa-float svg { width: 28px; height: 28px; fill: #fff; }
@keyframes waBounce {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}

/* ── Responsive ── */

/* ── 1360px: ajuste leve de contenido ancho ── */
@media (max-width: 1360px) {
  .cw-container { max-width: 1100px; }
}

/* ── 1200px: grids de 2 columnas + nav ligeramente comprimida ── */
@media (max-width: 1200px) {
  .cw-nav__list a { padding: 7px 10px; font-size: .85rem; }
}

/* ── 1024px: menú hamburger + grids tablet ── */
@media (max-width: 1024px) {
  /* Header — menú hamburger */
  .cw-hamburger { display: flex; }
  .cw-header__cta { display: none; }
  .cw-nav {
    position: fixed;
    top: var(--header-h); left: 0; right: 0; bottom: 0;
    background: rgba(17,4,34,.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 28px 24px 40px;
    transform: translateY(-110%);
    transition: transform .35s cubic-bezier(.4,0,.2,1);
    border-bottom: 1px solid rgba(124,58,237,.25);
    z-index: 999;
    overflow-y: auto;
    margin: 0;
  }
  .cw-nav.open {
    transform: translateY(0);
    box-shadow: 0 24px 60px rgba(0,0,0,.6);
  }
  .cw-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .cw-nav__list a {
    font-size: 1.05rem;
    padding: 13px 16px;
    border-radius: 10px;
    display: block;
  }
  .cw-nav__list a:hover,
  .cw-nav__list .current-menu-item > a {
    background: rgba(124,58,237,.18);
    color: #fff;
  }
  /* CTA dentro del menú móvil */
  .cw-nav__mobile-cta {
    display: block;
    margin-top: 20px;
    padding: 14px 24px;
    text-align: center;
  }

  /* Grids tablet */
  .cw-plans__grid,
  .cw-benefits__grid,
  .cw-mant__grid { grid-template-columns: repeat(2, 1fr); }
  .cw-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .cw-howto__steps { flex-wrap: wrap; }
  .cw-howto__connector { display: none; }
  .cw-howto__step { min-width: calc(50% - 12px); }
  .cw-contact__inner { grid-template-columns: 1fr; }
  .cw-footer__grid { grid-template-columns: 1fr 1fr; }
  .cw-hero__3d-cards { display: none; }
}

/* ── 768px: ajustes móvil ── */
@media (max-width: 768px) {
  section { padding: 72px 0; }
  .cw-header__inner { padding: 0 16px; gap: 12px; }
  .cw-logo img { height: 36px; }

  .cw-plans__grid { grid-template-columns: 1fr; }
  .cw-plan--featured .cw-3d-card__inner { transform: none; }
  .cw-benefits__grid { grid-template-columns: 1fr; }
  .cw-mant__grid { grid-template-columns: 1fr; }
  .cw-problem__grid { grid-template-columns: 1fr; }
  .cw-problem__left { border-right: none; padding-right: 0; border-bottom: 1px solid rgba(255,255,255,.06); padding-bottom: 40px; }
  .cw-howto__step { min-width: 100%; }
  .cw-form__row { grid-template-columns: 1fr; }
  .cw-footer__grid { grid-template-columns: 1fr; }
  .cw-footer__bottom .cw-container { flex-direction: column; text-align: center; }
  .cw-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .cw-stat { border-right: none; border-bottom: 1px solid rgba(124,58,237,.15); }
  .cw-stat:nth-child(odd) { border-right: 1px solid rgba(124,58,237,.15); }
  .cw-hero__actions { flex-direction: column; }
  .cw-btn--lg { width: 100%; justify-content: center; }
}

/* ── 480px: móvil pequeño ── */
@media (max-width: 480px) {
  .cw-logo img { height: 32px; }
  .cw-header__inner { padding: 0 14px; }
}
