/* ── VirtualCavi tokens ── */
:root {
  --vc-dark:  #0A3D2E;
  --vc-900:   #0F5440;
  --vc-700:   #0F6E56;
  --vc-500:   #1AA085;
  --vc-400:   #2DB897;
  --vc-300:   #5DCAA5;
  --vc-100:   #C0E9DA;
  --vc-50:    #E6F5EF;
  --vc-orange: #F7941D;
  --vc-red:    #E52421;
  --gradient-vc:      linear-gradient(135deg, #0A3D2E 0%, #0F6E56 35%, #1AA085 70%, #34A853 100%);
  --gradient-vc-fire: linear-gradient(135deg, #E52421 0%, #F7941D 100%);
}

/* ── Navbar ── */
.vc-navbar-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(15,110,86,0.08);
  border-radius: 999px;
  padding: 10px 12px 10px 22px;
  box-shadow: 0 4px 20px -8px rgba(15,110,86,0.12);
}
.vc-nav { position: fixed; top: 16px; left: 0; right: 0; z-index: 100; margin: 0 auto; max-width: 1180px; padding: 0 16px; }
.vc-nav-logo img { height: 34px; width: auto; display: block; }
.vc-nav-links { display: flex; align-items: center; gap: 4px; flex: 1; justify-content: center; }
.vc-nav-links a { font-size: 14px; color: var(--ink-700); font-weight: 500; padding: 8px 14px; border-radius: 999px; transition: all .18s; }
.vc-nav-links a:hover { background: var(--vc-50); color: var(--vc-700); }
.vc-nav-links a.back { color: var(--ink-400); font-size: 13px; }
.vc-nav-cta { display: flex; gap: 8px; align-items: center; }
.btn-vc {
  background: var(--gradient-vc-fire);
  color: white !important;
  box-shadow: 0 8px 24px -8px rgba(229,36,33,0.45);
}
.btn-vc:hover { transform: translateY(-1px); box-shadow: 0 12px 32px -8px rgba(247,148,29,0.6); }

/* ── HERO ── */
.vc-hero {
  background: var(--gradient-vc);
  padding: 140px 0 0;
  overflow: hidden;
  position: relative;
  color: white;
}
.vc-hero::before {
  content: '';
  position: absolute; inset: -150px -100px auto auto;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(247,148,29,0.15), transparent 65%);
  pointer-events: none;
}
.vc-hero::after {
  content: '';
  position: absolute; inset: 60px auto auto -150px;
  width: 450px; height: 450px;
  background: radial-gradient(circle, rgba(10,61,46,0.55), transparent 65%);
  pointer-events: none;
}
.vc-hero-inner {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px;
  align-items: center; position: relative; z-index: 1;
  min-height: 50vh;
  padding-bottom: 5rem;
}
.vc-hero-logo { height: 74px; width: auto; margin-bottom: 32px; display: block; }
.vc-hero-title {
  font-family: Roboto, Georgia, serif;
  font-size: clamp(42px, 5.5vw, 72px);
  line-height: 1.02; letter-spacing: -.025em; font-weight: 400; margin-bottom: 24px;
}
.vc-hero-title em { font-style: italic; color: var(--vc-orange); opacity: 1; }
.vc-hero-sub {
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.65; color: rgba(255,255,255,0.82); max-width: 44ch; margin-bottom: 36px;
}
.vc-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.vc-hero-trust { display: flex; gap: 20px; flex-wrap: wrap; }
.vc-hero-trust span { font-size: 13px; color: rgba(255,255,255,0.7); }
.vc-hero-trust .check { color: var(--vc-orange); font-weight: 700; margin-right: 4px; }
.vc-hero-video-frame {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 -20px 60px -10px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.15);
  position: relative; z-index: 1;
  max-height: 450px;
}
.vc-hero-video-frame video {
  width: 100%;
  display: block; object-fit: cover; object-position: top;
}

/* ── PROPUESTA ── */
.vc-prop { padding: 100px 0 72px; background: white; }
.vc-prop-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px;
}
.vc-prop-card {
  padding: 32px; border-radius: var(--radius-lg);
  background: var(--vc-50); border: 1px solid var(--vc-100);
}
.vc-prop-ico {
  width: 44px; height: 44px; border-radius: var(--radius-md);
  background: var(--gradient-vc); color: white;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.vc-prop-ico svg { width: 22px; height: 22px; }
.vc-prop-t { font-size: 17px; font-weight: 700; color: var(--vc-700); margin-bottom: 10px; line-height: 1.3; }
.vc-prop-d { font-size: 15px; color: var(--ink-500); line-height: 1.65; }

/* ── DISCLAIMER ── */
.vc-disc { padding: 0 0 80px; background: white; }
.vc-disc-box {
  background: var(--amber-50); border: 1px solid rgba(239,159,39,0.35);
  border-radius: var(--radius-lg); padding: 28px 36px;
  display: flex; gap: 18px; align-items: flex-start;
}
.vc-disc-icon { font-size: 26px; flex-shrink: 0; line-height: 1; }
.vc-disc-label {
  font-size: 11px; font-weight: 700; color: var(--amber-700);
  text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px;
}
.vc-disc-text { font-size: 15px; color: #6B4400; line-height: 1.6; }
.vc-disc-text + .vc-disc-text { margin-top: 6px; }

/* ── DISPOSITIVOS ── */
.vc-devices { padding: 100px 0; background: var(--vc-50); }
.vc-device-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px;
}
.vc-device-card {
  background: white; border-radius: var(--radius-lg); padding: 36px 28px;
  text-align: center; border: 1px solid var(--vc-100); box-shadow: var(--shadow-sm);
}
.vc-device-ico { width: 52px; height: 52px; margin: 0 auto 16px; color: var(--vc-500); }
.vc-device-ico svg { width: 52px; height: 52px; }
.vc-device-t { font-size: 16px; font-weight: 700; color: var(--ink-900); margin-bottom: 8px; }
.vc-device-d { font-size: 14px; color: var(--ink-500); line-height: 1.6; }

/* ── VENTAJAS ── */
.vc-adv { padding: 100px 0; background: white; }
.vc-adv-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px;
}
.vc-adv-card {
  padding: 36px; border-radius: var(--radius-lg);
  border: 1px solid var(--ink-100); background: white;
  transition: box-shadow .22s, transform .22s;
}
.vc-adv-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.vc-adv-ico {
  width: 48px; height: 48px; border-radius: var(--radius-md);
  background: var(--gradient-vc); color: white;
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.vc-adv-ico svg { width: 24px; height: 24px; }
.vc-adv-t { font-size: 19px; font-weight: 700; color: var(--ink-900); margin-bottom: 10px; line-height: 1.25; }
.vc-adv-d { font-size: 15px; color: var(--ink-500); line-height: 1.65; }

/* ── FUNCIONES ── */
.vc-func { padding: 100px 0 60px; background: var(--ink-900); color: white; }
.vc-func-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.vc-func-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 40px 0 20px;
}
.vc-func-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg); padding: 28px;
}
.vc-func-num {
  font-family: Roboto, serif; font-size: 44px; font-weight: 700;
  color: var(--vc-300); line-height: 1; margin-bottom: 12px;
}
.vc-func-t { font-size: 17px; font-weight: 700; color: white; margin-bottom: 8px; line-height: 1.3; }
.vc-func-d { font-size: 14px; color: rgba(255,255,255,0.62); line-height: 1.65; }
.vc-func-integ {
  background: rgba(26,160,133,0.12); border: 1px solid rgba(93,202,165,0.3);
  border-radius: var(--radius-lg); padding: 22px 28px;
  display: flex; gap: 16px; align-items: flex-start;
}
.vc-func-integ-ico {
  width: 40px; height: 40px; flex-shrink: 0;
  border-radius: var(--radius-md); background: rgba(93,202,165,0.15);
  display: flex; align-items: center; justify-content: center; color: var(--vc-300);
}
.vc-func-integ-ico svg { width: 20px; height: 20px; }
.vc-func-integ-t { font-size: 15px; font-weight: 700; color: var(--vc-300); margin-bottom: 6px; }
.vc-func-integ-d { font-size: 14px; color: rgba(255,255,255,0.62); line-height: 1.6; }
.vc-func-screenshot {
  position: sticky; top: 100px;
}
.vc-func-screenshot img {
  width: 100%; border-radius: var(--radius-lg); display: block;
  box-shadow: 0 24px 64px -16px rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.1);
}

/* ── GALERÍA ── */
.vc-gallery { padding: 0 0 80px; background: var(--ink-900); }
.vc-gallery-head { text-align: center; padding: 64px 0 48px; }
.vc-gallery-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.vc-gallery-item img {
  width: 100%; aspect-ratio: 1 / 1; object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255,255,255,0.1);
  transition: transform .22s, box-shadow .22s;
  display: block;
}
.vc-gallery-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 32px -8px rgba(26,160,133,0.35);
}

/* ── PRECIO ── */
.vc-price { padding: 100px 0; background: white; }
.vc-price-wrap { max-width: 520px; margin: 56px auto 0; }
.vc-price-card {
  border-radius: var(--radius-xl); border: 2px solid var(--vc-300);
  padding: 52px; text-align: center;
  box-shadow: 0 20px 60px -20px rgba(26,160,133,0.22);
  position: relative; overflow: hidden;
}
.vc-price-card::before {
  content: '';
  position: absolute; inset: -80px -50px auto auto;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(93,202,165,0.1), transparent 65%);
  pointer-events: none;
}
.vc-price-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--vc-50); color: var(--vc-700);
  border: 1px solid var(--vc-100); border-radius: 999px;
  padding: 6px 16px; font-size: 11px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: 28px;
}
.vc-price-amt {
  font-family: Roboto, serif; font-size: 76px; font-weight: 700;
  color: var(--ink-900); line-height: 1; margin-bottom: 4px; position: relative;
}
.vc-price-amt sup { font-size: 32px; vertical-align: super; font-weight: 500; }
.vc-price-amt sub { font-size: 22px; font-weight: 500; color: var(--ink-500); }
.vc-price-period { font-size: 16px; color: var(--ink-500); margin-bottom: 36px; }
.vc-price-feats {
  list-style: none; padding: 0; margin: 0 0 36px;
  text-align: left; display: flex; flex-direction: column; gap: 14px;
  border-top: 1px solid var(--ink-100); padding-top: 28px;
}
.vc-price-feats li {
  font-size: 15px; color: var(--ink-700);
  display: flex; align-items: center; gap: 10px;
}
.vc-price-feats li::before { content: '✓'; color: var(--vc-500); font-weight: 700; flex-shrink: 0; }

/* ── IMPLEMENTACIÓN ── */
.vc-impl { padding: 90px 0; background: var(--vc-50); }
.vc-impl-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.vc-impl-title {
  font-family: Roboto, serif; font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 400; line-height: 1.1; letter-spacing: -.02em;
  margin-bottom: 16px; color: var(--ink-900);
}
.vc-impl-title em { color: var(--vc-700); font-style: italic; }
.vc-impl-sub { font-size: 17px; color: var(--ink-500); line-height: 1.65; }
.vc-impl-steps { display: flex; flex-direction: column; }
.vc-impl-step {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 22px 0; border-bottom: 1px solid var(--vc-100);
}
.vc-impl-step:last-child { border-bottom: none; }
.vc-impl-step-n {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--gradient-vc); color: white;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; flex-shrink: 0;
}
.vc-impl-step-text { font-size: 15px; color: var(--ink-700); line-height: 1.6; padding-top: 7px; }
.vc-impl-step-text strong { color: var(--ink-900); }

/* ── CTA FINAL ── */
.vc-cta-final { padding: 100px 0; background: var(--gradient-vc); color: white; text-align: center; }
.vc-cta-title {
  font-family: Roboto, serif; font-size: clamp(36px, 5vw, 62px);
  font-weight: 400; line-height: 1.05; letter-spacing: -.025em; margin-bottom: 14px;
}
.vc-cta-title em { font-style: italic; opacity: 0.82; }
.vc-cta-sub { font-size: 19px; color: rgba(255,255,255,0.78); margin-bottom: 12px; line-height: 1.55; }
.vc-cta-sub2 { font-size: 16px; color: rgba(255,255,255,0.6); margin-bottom: 40px; }
.vc-cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── CONTACT overrides for VC ── */
.vc-contact-section { background: white; }
.vc-contact-section .contact-side { background: var(--gradient-vc); }
.vc-contact-section .eyebrow { color: rgba(255,255,255,0.85); }
.vc-contact-section .eyebrow::before { background: rgba(255,255,255,0.6); }
.vc-contact-section .form-field label .req { color: var(--vc-500); }
.vc-contact-section .form-field input:focus,
.vc-contact-section .form-field textarea:focus {
  border-color: var(--vc-500); box-shadow: 0 0 0 4px rgba(26,160,133,0.12);
}
.vc-contact-section .form-actions .privacy a { color: var(--vc-700); }
.vc-contact-section .btn-brand { background: var(--gradient-vc-fire); box-shadow: 0 8px 24px -8px rgba(229,36,33,0.4); }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .vc-hero-inner { grid-template-columns: 1fr; }
  .vc-hero-video-frame { border-radius: 16px; }
  .vc-prop-grid,
  .vc-device-grid { grid-template-columns: 1fr; }
  .vc-adv-grid,
  .vc-func-inner,
  .vc-func-grid,
  .vc-impl-inner { grid-template-columns: 1fr; gap: 24px; }
  .vc-func-screenshot { display: none; }
  .vc-impl-inner { gap: 40px; }
  .vc-price-card { padding: 36px 24px; }
  .vc-nav-links { display: none; }
  .vc-gallery-strip { grid-template-columns: repeat(3, 1fr); }
  .vc-gallery-item:nth-child(4),
  .vc-gallery-item:nth-child(5) { display: none; }
}
