:root {
  --cv-blue: #0477f2;
  --cv-blue-dark: #005bd8;
  --cv-navy: #061a35;
  --cv-ink: #10213a;
  --cv-muted: #52647b;
  --cv-line: #dbe7f5;
  --cv-soft: #f4f8fd;
  --cv-green: #149447;
  --cv-orange: #ea580c;
  --cv-red: #c41e3a;
  --cv-white: #fff;
  --cv-max: 1080px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  color: var(--cv-ink);
  background: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a { color: inherit; }
img { max-width: 100%; }

.cv-wrap {
  width: min(var(--cv-max), calc(100% - 32px));
  margin: 0 auto;
}

.cv-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(219, 231, 245, .88);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(12px);
}

.cv-nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.cv-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--cv-navy);
  font-size: 20px;
  font-weight: 1000;
  text-decoration: none;
}

.cv-brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.cv-nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cv-btn {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--cv-line);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  color: var(--cv-blue-dark);
  font-weight: 900;
  text-decoration: none;
  text-align: center;
}

.cv-btn-primary {
  border-color: var(--cv-blue);
  background: linear-gradient(135deg, var(--cv-blue), var(--cv-blue-dark));
  color: #fff;
}

.cv-btn-green {
  border-color: var(--cv-green);
  background: var(--cv-green);
  color: #fff;
}

.cv-hero {
  overflow: hidden;
  padding: 46px 0 34px;
  background:
    radial-gradient(circle at 85% 20%, rgba(4, 119, 242, .16), transparent 34%),
    linear-gradient(180deg, #f5f9ff, #fff);
}

.cv-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
  gap: 34px;
  align-items: center;
}

.cv-eyebrow {
  display: inline-flex;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  align-items: center;
  background: #e9f3ff;
  color: var(--cv-blue-dark);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cv-hero h1 {
  max-width: 720px;
  margin: 13px 0 14px;
  color: var(--cv-navy);
  font-size: clamp(40px, 6vw, 68px);
  line-height: .98;
  letter-spacing: -.055em;
}

.cv-hero-copy > p {
  max-width: 660px;
  margin: 0;
  color: var(--cv-muted);
  font-size: 20px;
}

.cv-hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.cv-carniza {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: end center;
}

.cv-carniza::before {
  position: absolute;
  inset: 11% 7% 4%;
  border-radius: 50%;
  background: linear-gradient(145deg, #d9ecff, #fff0e9);
  content: "";
}

.cv-carniza img {
  position: relative;
  z-index: 1;
  width: min(340px, 88%);
  max-height: 430px;
  object-fit: contain;
  object-position: bottom;
}

.cv-carniza-bubble {
  position: absolute;
  z-index: 2;
  top: 34px;
  right: 0;
  max-width: 220px;
  padding: 12px 14px;
  border: 1px solid var(--cv-line);
  border-radius: 18px 18px 4px 18px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(6, 26, 53, .12);
  font-weight: 900;
}

.cv-jump {
  padding: 18px 0;
  border-block: 1px solid var(--cv-line);
  background: #fff;
}

.cv-jump-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.cv-jump a {
  min-height: 70px;
  padding: 12px;
  border: 1px solid var(--cv-line);
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cv-ink);
  font-weight: 900;
  text-decoration: none;
}

.cv-jump strong {
  display: block;
}

.cv-jump small {
  display: block;
  color: var(--cv-muted);
  font-weight: 700;
}

.cv-section {
  padding: 64px 0;
}

.cv-section-alt {
  background: var(--cv-soft);
}

.cv-mode {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 38px;
  align-items: center;
}

.cv-mode-reverse .cv-mode-copy {
  order: 2;
}

.cv-mode-reverse .cv-mode-visual {
  order: 1;
}

.cv-mode-number {
  display: inline-grid;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  place-items: center;
  background: var(--cv-blue);
  color: #fff;
  font-weight: 1000;
}

.cv-mode-tag {
  margin-left: 7px;
  color: var(--cv-blue-dark);
  font-size: 13px;
  font-weight: 1000;
}

.cv-mode h2 {
  margin: 13px 0 8px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.cv-mode-lead {
  margin: 0 0 18px;
  color: var(--cv-muted);
  font-size: 18px;
}

.cv-example {
  margin: 0 0 18px;
  padding: 14px;
  border-left: 4px solid var(--cv-blue);
  border-radius: 0 14px 14px 0;
  background: #fff;
  color: var(--cv-ink);
  font-weight: 850;
}

.cv-steps {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.cv-steps li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 9px;
  align-items: start;
  font-weight: 800;
}

.cv-steps span {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #e9f3ff;
  color: var(--cv-blue-dark);
  font-size: 12px;
  font-weight: 1000;
}

.cv-result {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid #bde8cc;
  border-radius: 15px;
  background: #effcf3;
  color: #126534;
  font-weight: 900;
}

.cv-flow-card {
  padding: 18px;
  border: 1px solid var(--cv-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(6, 26, 53, .11);
}

.cv-product-shots {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.cv-product-shots-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.cv-product-shot {
  min-width: 0;
  margin: 14px 0 0;
  overflow: hidden;
  border: 1px solid var(--cv-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(6, 26, 53, .1);
}

.cv-product-shots .cv-product-shot {
  margin-top: 0;
}

.cv-product-shot-frame {
  overflow: hidden;
  background: #eef6ff;
}

.cv-product-shot img {
  width: 100%;
  height: auto;
  display: block;
}

.cv-shot-consulta .cv-product-shot-frame {
  aspect-ratio: 752 / 1230;
}

.cv-shot-consulta img {
  width: 100%;
}

.cv-shot-promo-dia .cv-product-shot-frame {
  aspect-ratio: 1 / 1;
}

.cv-shot-promo-dia img {
  transform: translateY(-43%);
}

.cv-shot-finalizar .cv-product-shot-frame {
  aspect-ratio: 1.95 / 1;
}

.cv-shot-finalizar img {
  transform: translateY(-36%);
}

.cv-product-shot figcaption {
  padding: 11px 10px 12px;
  color: var(--cv-navy);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
}

.cv-flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.cv-flow-head img {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  object-fit: cover;
}

.cv-flow-head strong {
  display: block;
  font-size: 18px;
}

.cv-flow-head small {
  color: var(--cv-muted);
  font-weight: 750;
}

.cv-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.cv-flow-step {
  min-height: 112px;
  padding: 12px 8px;
  border: 1px solid var(--cv-line);
  border-radius: 15px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.cv-flow-icon {
  font-size: 27px;
}

.cv-flow-step strong {
  font-size: 13px;
  line-height: 1.2;
}

.cv-flow-arrow {
  color: var(--cv-blue);
  font-weight: 1000;
}

.cv-decision {
  padding: 64px 0;
  background: var(--cv-navy);
  color: #fff;
}

.cv-decision h2 {
  margin: 0 0 8px;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
  text-align: center;
}

.cv-decision-lead {
  margin: 0 auto 26px;
  color: #bfdbfe;
  text-align: center;
}

.cv-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.cv-decision-card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 19px;
  background: rgba(255, 255, 255, .08);
}

.cv-decision-card small {
  display: block;
  color: #bfdbfe;
  font-weight: 800;
}

.cv-decision-card strong {
  display: block;
  margin-top: 7px;
  font-size: 20px;
  line-height: 1.18;
}

.cv-customer {
  padding: 64px 0;
}

.cv-customer-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 30px;
  align-items: center;
}

.cv-customer h2 {
  margin: 8px 0 10px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.03;
}

.cv-customer p {
  color: var(--cv-muted);
  font-size: 18px;
}

.cv-real-shots {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.cv-real-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--cv-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(6, 26, 53, .13);
}

.cv-real-shot img {
  width: 100%;
  height: auto !important;
  display: block;
}

.cv-real-shot figcaption {
  padding: 11px 10px 12px;
  color: var(--cv-navy);
  background: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}

.cv-final {
  padding: 64px 0 92px;
  text-align: center;
  background: linear-gradient(180deg, #f5f9ff, #fff);
}

.cv-final img {
  width: 104px;
  height: 104px;
  border-radius: 999px;
  object-fit: cover;
}

.cv-final h2 {
  max-width: 760px;
  margin: 16px auto 8px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
  letter-spacing: -.04em;
}

.cv-final p {
  margin: 0 auto;
  color: var(--cv-muted);
  font-size: 18px;
}

.cv-final-actions {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cv-footer {
  padding: 24px 0;
  border-top: 1px solid var(--cv-line);
  color: var(--cv-muted);
  text-align: center;
  font-size: 13px;
  font-weight: 750;
}

@media (max-width: 760px) {
  .cv-wrap {
    width: min(100% - 24px, var(--cv-max));
  }

  .cv-nav {
    min-height: 62px;
  }

  .cv-brand span {
    display: none;
  }

  .cv-nav-links .cv-btn:first-child {
    display: none;
  }

  .cv-nav-links .cv-btn {
    min-height: 44px;
    padding: 0 13px;
    font-size: 13px;
  }

  .cv-hero {
    padding: 30px 0 24px;
  }

  .cv-hero-grid,
  .cv-mode,
  .cv-customer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cv-hero h1 {
    font-size: 42px;
  }

  .cv-hero-copy > p {
    font-size: 17px;
  }

  .cv-hero-actions {
    display: grid;
  }

  .cv-carniza {
    min-height: 300px;
  }

  .cv-carniza img {
    max-height: 330px;
  }

  .cv-carniza-bubble {
    top: 10px;
    right: 0;
    max-width: 180px;
    font-size: 13px;
  }

  .cv-jump-grid,
  .cv-decision-grid {
    grid-template-columns: 1fr;
  }

  .cv-jump a {
    min-height: 62px;
  }

  .cv-section,
  .cv-decision,
  .cv-customer {
    padding: 48px 0;
  }

  .cv-mode-reverse .cv-mode-copy,
  .cv-mode-reverse .cv-mode-visual {
    order: initial;
  }

  .cv-mode h2 {
    font-size: 34px;
  }

  .cv-flow-card {
    padding: 14px;
    border-radius: 19px;
  }

  .cv-product-shot,
  .cv-product-shots {
    margin-top: 12px;
  }

  .cv-product-shots-two {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .cv-product-shot {
    border-radius: 15px;
  }

  .cv-product-shot figcaption {
    padding: 9px 6px 10px;
    font-size: 10px;
  }

  .cv-flow {
    grid-template-columns: 1fr;
  }

  .cv-flow-step {
    min-height: 72px;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    justify-items: start;
    text-align: left;
  }

  .cv-customer-grid {
    gap: 20px;
  }

  .cv-real-shots {
    gap: 10px;
  }

  .cv-real-shot {
    border-radius: 16px;
  }

  .cv-real-shot figcaption {
    padding-inline: 6px;
    font-size: 11px;
  }

  .cv-final {
    padding: 50px 0 104px;
  }

  .cv-final-actions {
    display: grid;
  }
}
