/* ── 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-offers-row {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 26px;
  align-items: start;
  margin-top: 56px;
}
.vc-price-wrap { max-width: 420px; margin: 0; }
.vc-price-license-note {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--vc-700);
  margin: 0 auto 12px;
}
.vc-price-card {
  border-radius: var(--radius-xl); border: 2px solid var(--vc-300);
  padding: 42px 34px; 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; }

/* ── IA Plans ── */
.vc-ai-section {
  margin-top: 0;
  padding: 56px 28px 28px;
  border: 1px solid var(--vc-100);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(230,245,239,0.55) 0%, rgba(230,245,239,0.2) 100%);
}
.vc-ai-header { text-align: center; margin-bottom: 48px; }
.vc-ai-title {
  font-family: Roboto, serif; font-size: clamp(26px, 3vw, 36px);
  font-weight: 500; line-height: 1.1; letter-spacing: -.02em;
  color: var(--ink-900); margin-bottom: 14px;
}
.vc-ai-subtitle {
  font-size: 16px; color: var(--ink-600); max-width: 52ch; margin: 0 auto; line-height: 1.6;
}
.vc-ai-context {
  margin: 14px auto 0;
  max-width: 54ch;
  font-size: 13px;
  color: var(--vc-700);
  font-weight: 600;
}
.vc-ai-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
}
.vc-ai-arrow {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--vc-100);
  background: #fff;
  color: var(--vc-700);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.vc-ai-arrow:hover {
  background: var(--vc-50);
  border-color: var(--vc-300);
  transform: translateY(-1px);
}
.vc-ai-viewport {
  overflow: hidden;
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
  padding-top: 20px;
}
.vc-ai-grid {
  position: relative;
  min-height: 368px;
}
.vc-ai-card {
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--vc-100);
  padding: 32px 28px;
  text-align: center;
  background: white;
  position: absolute;
  left: 50%;
  top: 0;
  width: min(360px, 82%);
  margin: 0;
  transform: translateX(-50%) scale(.9);
  opacity: .4;
  pointer-events: none;
  transition: box-shadow .28s, transform .28s, opacity .28s;
}
.vc-ai-card:hover { box-shadow: 0 12px 40px -12px rgba(26,160,133,0.2); }
.vc-ai-card--featured {
  border-color: var(--vc-400);
  box-shadow: 0 16px 48px -16px rgba(26,160,133,0.28);
}
.vc-ai-card.is-active {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
}
.vc-ai-card.is-prev {
  transform: translateX(calc(-50% - 258px)) scale(.88);
  opacity: .78;
  z-index: 2;
}
.vc-ai-card.is-next {
  transform: translateX(calc(-50% + 258px)) scale(.88);
  opacity: .78;
  z-index: 2;
}
.vc-ai-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--gradient-vc-fire);
  color: white; font-size: 11px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; padding: 4px 14px; border-radius: 999px; white-space: nowrap;
}
.vc-ai-card-name {
  font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--vc-700); margin-bottom: 16px;
}
.vc-ai-card-price {
  font-family: Roboto, serif; font-size: 52px; font-weight: 700;
  color: var(--ink-900); line-height: 1;
}
.vc-ai-card-price sup { font-size: 22px; vertical-align: super; font-weight: 500; }
.vc-ai-card-price sub { font-size: 16px; font-weight: 500; color: var(--ink-500); }
.vc-ai-card-period { font-size: 13px; color: var(--ink-500); margin-top: 6px; }
.vc-ai-card-divider {
  height: 1px; background: var(--vc-100); margin: 20px 0;
}
.vc-ai-card-tokens {
  font-size: 15px; font-weight: 600; color: var(--ink-800); margin-bottom: 6px;
}
.vc-ai-card-est {
  font-size: 13px; color: var(--ink-500); margin-bottom: 24px;
}
.vc-ai-btn { width: 100%; justify-content: center; }
.vc-ai-note {
  text-align: center; margin-top: 28px;
  font-size: 13px; color: var(--ink-500);
}
.vc-ai-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.vc-ai-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(26,160,133,0.28);
  cursor: pointer;
  transition: transform .2s, background .2s;
}
.vc-ai-dot.is-active {
  background: var(--vc-500);
  transform: scale(1.2);
}

/* ── 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); }

/* ── Contact form extras (checkboxes, radios, select) ── */
.form-field select {
  font-family: inherit; font-size: 14px; color: var(--ink-900);
  background: #fff; border: 1.5px solid var(--ink-100);
  border-radius: var(--radius-md); padding: 12px 14px; padding-right: 36px;
  transition: all .18s; width: 100%; appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231AA085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; cursor: pointer;
}
.form-field select:focus {
  outline: none; border-color: var(--vc-500); box-shadow: 0 0 0 4px rgba(26,160,133,0.12);
}
.form-section-label {
  display: block; font-size: 12px; font-weight: 600;
  color: var(--ink-700); margin-bottom: 10px; letter-spacing: .02em;
}
.form-importers-grid {
  display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
label.form-check-item {
  display: flex !important; align-items: center; gap: 8px;
  padding: 8px 10px; border-radius: var(--radius-md);
  border: 1px solid var(--ink-100); cursor: pointer;
  transition: border-color .15s, background .15s;
  font-size: 13px; color: var(--ink-700); user-select: none;
  font-weight: 400; margin-bottom: 0; letter-spacing: normal;
}
label.form-check-item:hover { border-color: var(--vc-300); background: var(--vc-50); }
label.form-check-item input[type="checkbox"] {
  accent-color: var(--vc-500); width: 15px; height: 15px; flex-shrink: 0; cursor: pointer;
}
label.form-check-item:has(input:checked) { border-color: var(--vc-400); background: rgba(26,160,133,0.06); }
label.form-check-item:has(input:checked) span { color: var(--vc-700); font-weight: 600; }
.form-check-otro { margin-top: 8px; display: none; }
.form-check-otro.visible { display: block; }
.form-check-otro input {
  font-family: inherit; font-size: 14px; color: var(--ink-900);
  background: #fff; border: 1.5px solid var(--ink-100);
  border-radius: var(--radius-md); padding: 12px 14px; width: 100%;
  transition: all .18s; box-sizing: border-box;
}
.form-check-otro input:focus { outline: none; border-color: var(--vc-500); box-shadow: 0 0 0 4px rgba(26,160,133,0.12); }
.form-radio-group { display: flex; gap: 8px; flex-wrap: wrap; }
label.form-radio-item {
  display: flex !important; align-items: center; gap: 8px;
  padding: 10px 14px; border-radius: var(--radius-md);
  border: 1px solid var(--ink-100); cursor: pointer;
  transition: border-color .15s, background .15s;
  font-size: 13px; color: var(--ink-700); user-select: none;
  font-weight: 400; margin-bottom: 0; letter-spacing: normal;
}
label.form-radio-item:hover { border-color: var(--vc-300); background: var(--vc-50); }
label.form-radio-item input[type="radio"] {
  accent-color: var(--vc-500); width: 15px; height: 15px; flex-shrink: 0; cursor: pointer;
}
label.form-radio-item:has(input:checked) { border-color: var(--vc-400); background: rgba(26,160,133,0.06); }
label.form-radio-item:has(input:checked) span { color: var(--vc-700); font-weight: 600; }
@media (max-width: 600px) {
  .form-importers-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── 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-offers-row { grid-template-columns: 1fr; gap: 18px; }
  .vc-price-wrap { max-width: 520px; margin: 0 auto; width: 100%; }
  .vc-price-card { padding: 36px 24px; }
  .vc-ai-section { padding: 44px 18px 18px; }
  .vc-ai-carousel { grid-template-columns: auto 1fr auto; gap: 8px; }
  .vc-ai-viewport { max-width: 100%; padding-top: 14px; }
  .vc-ai-grid { min-height: 400px; }
  .vc-ai-card { width: min(340px, 80%); }
  .vc-ai-card.is-prev { transform: translateX(calc(-50% - 188px)) scale(.87); }
  .vc-ai-card.is-next { transform: translateX(calc(-50% + 188px)) scale(.87); }
  .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; }
}
