/* =========================================================
   FACE2FACE · LANDING DISTRIBUIDORES V4
   ========================================================= */

:root {
  --black: #111111;
  --black-soft: #1d1d1b;
  --white: #ffffff;
  --cream: #f6f1ed;
  --cream-2: #fbf8f5;
  --rose: #efe2dc;
  --wine: #7c1118;
  --wine-dark: #5d0b11;
  --gray: #747474;
  --line: rgba(17, 17, 17, 0.14);
  --max: 1240px;
  --radius: 22px;
  --shadow: 0 22px 60px rgba(17, 17, 17, 0.10);
  --header-h: 76px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  font-family: "Inter", sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
video {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.section-pad {
  padding: 105px 0;
}

h1,
h2,
h3 {
  line-height: 1.05;
}

h1,
h2 {
  font-family: "Bodoni Moda", serif;
  font-weight: 600;
}

h1 {
  font-size: clamp(3.4rem, 6vw, 6.7rem);
  letter-spacing: -0.055em;
}

h1 em {
  display: block;
  color: var(--wine);
  font-weight: 500;
}

h2 {
  font-size: clamp(2.5rem, 4.4vw, 4.8rem);
  letter-spacing: -0.045em;
}

h3 {
  font-size: 1.15rem;
}

p {
  color: var(--gray);
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 17px;
  color: var(--wine);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: rgba(255,255,255,0.78);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Top + header */
.top-strip {
  min-height: 31px;
  padding: 7px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #080808;
  color: #fff;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255,255,255,0.93);
  border-bottom: 1px solid rgba(17,17,17,0.08);
  backdrop-filter: blur(15px);
}

.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand {
  width: 168px;
  flex: 0 0 auto;
}

.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
}

.desktop-nav a {
  font-size: 0.8rem;
  font-weight: 600;
}

.header-actions {
  margin-left: 8px;
}

/* Buttons */
.btn {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 0.76rem;
}

.btn--large {
  min-height: 56px;
  padding-inline: 28px;
}

.btn--dark {
  background: var(--black);
  color: #fff;
}

.btn--wine {
  background: var(--wine);
  color: #fff;
}

.btn--wine:hover {
  background: var(--wine-dark);
}

.btn--outline {
  background: transparent;
  border-color: rgba(17,17,17,0.22);
  color: var(--black);
}

.btn--outline:hover {
  background: var(--black);
  border-color: var(--black);
  color: #fff;
}

.btn--light {
  background: #fff;
  color: #111;
}

.btn--ghost-light {
  border-color: rgba(255,255,255,0.42);
  color: #fff;
}

.btn--ghost-light:hover {
  background: #fff;
  color: #111;
}

.section-actions {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.section-actions--hero,
.section-actions--left {
  justify-content: flex-start;
}

.section-actions--dark {
  margin-top: 46px;
}

.store-text-link {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--black);
  border-bottom: 1px solid rgba(17,17,17,0.2);
  font-size: 0.78rem;
  font-weight: 700;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding-top: 62px;
  padding-bottom: 82px;
  background:
    radial-gradient(circle at 78% 22%, rgba(124,17,24,0.09), transparent 31%),
    radial-gradient(circle at 8% 88%, rgba(235,225,215,0.8), transparent 31%),
    linear-gradient(180deg, #fff 0%, #fbf8f5 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, .65fr);
  gap: clamp(56px, 8vw, 110px);
  align-items: center;
}

.hero-lead {
  max-width: 720px;
  margin-top: 28px;
  font-size: clamp(1rem,1.35vw,1.16rem);
  line-height: 1.75;
}

.hero-microcopy {
  margin-top: 21px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8b817a;
  font-size: .76rem;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #55a76a;
  box-shadow: 0 0 0 5px rgba(85,167,106,.12);
}

.hero-media {
  position: relative;
  width: min(100%, 390px);
  justify-self: end;
}

.video-shell {
  position: relative;
  overflow: visible;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.video-shell--hero {
  aspect-ratio: 9 / 16;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
}

.sound-toggle {
  position: absolute;
  left: 14px;
  bottom: 14px;
  min-height: 41px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  border-radius: 999px;
  background: rgba(17,17,17,.82);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.sound-label {
  font-size: .7rem;
  font-weight: 700;
}

.floating-card {
  position: absolute;
  z-index: 3;
  min-width: 150px;
  padding: 16px 18px;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(17,17,17,.07);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(17,17,17,.13);
}

.floating-card strong {
  display: block;
  font-family: "Bodoni Moda", serif;
  font-size: 1.65rem;
  line-height: 1;
}

.floating-card span {
  display: block;
  margin-top: 4px;
  color: #777;
  font-size: .7rem;
}

.floating-card--top {
  left: -74px;
  top: 17%;
}

.floating-card--bottom {
  right: -52px;
  bottom: 13%;
}

/* Proof */
.proof-bar {
  padding: 34px 0 28px;
  background: var(--black);
  color: #fff;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-grid article {
  padding: 7px 28px;
  border-right: 1px solid rgba(255,255,255,.14);
}

.proof-grid article:first-child {
  padding-left: 0;
}

.proof-grid article:last-child {
  border-right: 0;
}

.proof-grid strong {
  display: block;
  font-family: "Bodoni Moda", serif;
  font-size: clamp(1.7rem,3vw,2.5rem);
}

.proof-grid span {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.6);
  font-size: .67rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.proof-note {
  width: min(calc(100% - 40px), var(--max));
  margin: 14px auto 0;
  color: rgba(255,255,255,.38);
  font-size: .63rem;
}

/* Common headings */
.section-heading {
  max-width: 850px;
  margin-bottom: 52px;
}

.section-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 85px;
  align-items: end;
}

.section-heading--split p {
  margin: 0;
  line-height: 1.75;
}

.section-heading--dark .eyebrow {
  color: #d8afb2;
}

/* Benefits */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--line);
}

.benefit-card {
  min-height: 275px;
  padding: 30px 28px 22px;
  border-right: 1px solid var(--line);
}

.benefit-card:first-child {
  padding-left: 0;
}

.benefit-card:last-child {
  border-right: 0;
}

.benefit-number {
  display: block;
  margin-bottom: 52px;
  color: var(--wine);
  font-family: "Bodoni Moda", serif;
  font-style: italic;
  font-size: .9rem;
}

.benefit-card h3 {
  margin-bottom: 12px;
  font-size: 1.22rem;
}

.benefit-card p {
  font-size: .86rem;
  line-height: 1.68;
}

/* Editorial video */
.editorial {
  background: #faf8f6;
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(300px,.74fr) minmax(0,1fr);
  gap: clamp(56px,8vw,115px);
  align-items: center;
}

.editorial-media {
  position: relative;
  width: min(100%, 430px);
}

.editorial-media video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.editorial-copy > p {
  max-width: 700px;
  margin-top: 23px;
  line-height: 1.8;
}

.check-list {
  margin-top: 28px;
  display: grid;
  gap: 13px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  font-size: .9rem;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--wine);
  font-weight: 800;
}

/* How it works */
.section-dark {
  background: var(--black);
  color: #fff;
}

.minimum-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  overflow: hidden;
}

.minimum-grid article {
  min-height: 220px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid rgba(255,255,255,.16);
}

.minimum-grid article:last-child {
  border-right: 0;
}

.minimum-kicker {
  margin-bottom: auto;
  color: rgba(255,255,255,.54);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.minimum-grid strong {
  font-family: "Bodoni Moda", serif;
  font-size: clamp(2rem,4vw,3.4rem);
  font-weight: 500;
}

.minimum-grid p {
  margin-top: 7px;
  color: rgba(255,255,255,.52);
  font-size: .76rem;
}

.process-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 15px;
}

.process-step {
  padding: 28px 23px;
  border-radius: 18px;
  background: rgba(255,255,255,.055);
}

.process-step > span {
  width: 35px;
  height: 35px;
  margin-bottom: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  color: rgba(255,255,255,.72);
  font-family: "Bodoni Moda", serif;
}

.process-step h3 {
  margin-bottom: 9px;
}

.process-step p {
  color: rgba(255,255,255,.49);
  font-size: .81rem;
  line-height: 1.65;
}

/* Ecommerce product section */
.products-section {
  background: #fff;
}

.shop-heading {
  margin-bottom: 42px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.shop-heading h2 {
  max-width: 780px;
}

.category-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.category-links a {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(17,17,17,.2);
  font-size: .72rem;
  font-weight: 700;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 26px;
}

.product-card {
  min-width: 0;
  display: block;
}

.product-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f7f7f7;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s ease;
}

.product-card:hover .product-card__media img {
  transform: scale(1.025);
}

.product-badge {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 13px;
  padding: 6px 8px;
  background: #111;
  color: #fff;
  font-size: .57rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.product-card__body {
  padding-top: 14px;
}

.product-card__body h3 {
  min-height: 43px;
  font-family: "Inter", sans-serif;
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.45;
}

.product-prices {
  margin-top: 11px;
  display: grid;
  gap: 4px;
}

.product-prices span {
  color: #747474;
  font-size: .74rem;
}

.product-prices strong {
  color: #111;
  font-weight: 700;
}

.product-link {
  margin-top: 14px;
  display: inline-block;
  border-bottom: 1px solid rgba(17,17,17,.22);
  font-size: .7rem;
  font-weight: 700;
}

.product-disclaimer {
  margin-top: 18px;
  text-align: right;
  font-size: .64rem;
}

/* Opportunity */
.opportunity {
  background: var(--cream);
}

.opportunity-grid {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 95px;
}

.opportunity-list {
  border-top: 1px solid var(--line);
}

.opportunity-list p {
  padding: 19px 0;
  display: flex;
  gap: 13px;
  border-bottom: 1px solid var(--line);
  color: #111;
  font-size: .92rem;
}

.opportunity-list span {
  color: var(--wine);
  font-weight: 800;
}

/* Form */
.registration-section {
  background: #f3f3f3;
}

.registration-heading {
  margin: 0 auto 35px;
  text-align: center;
}

.registration-heading .eyebrow {
  margin-bottom: 13px;
}

.registration-heading h2 {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.8rem,3vw,2.3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.registration-heading p {
  margin-top: 5px;
  color: #222;
  font-size: .94rem;
}

.registration-card {
  width: min(100%, 620px);
  margin: 0 auto;
}

#leadForm {
  display: grid;
  gap: 11px;
}

.field {
  display: block;
}

.field input,
.field textarea,
.country-code select {
  width: 100%;
  border: 1px solid #c6c6c6;
  border-radius: 7px;
  background: #fff;
  color: #111;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.field input {
  height: 50px;
  padding: 0 15px;
}

.field textarea {
  min-height: 94px;
  padding: 14px 15px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #919191;
}

.field input:focus,
.field textarea:focus,
.country-code select:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(17,17,17,.05);
}

.phone-field {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 8px;
}

.country-code select {
  height: 50px;
  padding: 0 8px;
  cursor: pointer;
}

.radio-fieldset {
  padding: 2px 0 0;
  display: grid;
  gap: 11px;
  border: 0;
}

.radio-fieldset legend {
  margin-bottom: 8px;
  color: #111;
  font-size: .87rem;
}

.radio-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  cursor: pointer;
  font-size: .86rem;
}

.radio-option input {
  accent-color: #111;
}

.form-submit {
  width: 100%;
  min-height: 48px;
  margin-top: 1px;
  border: 0;
  border-radius: 5px;
  background: #1d1d1d;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.form-submit:disabled {
  opacity: .6;
  cursor: wait;
}

.form-legal {
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
  color: #222;
  font-size: .62rem;
  line-height: 1.45;
}

.form-status {
  min-height: 18px;
  text-align: center;
  font-size: .74rem;
}

.form-status.is-error {
  color: #b42318;
}

.form-status.is-success {
  color: #24713f;
}

.field-error {
  border-color: #b42318 !important;
}

.form-direct-chat {
  margin-top: 26px;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-top: 1px solid rgba(17,17,17,.12);
}

.form-direct-chat p {
  font-size: .76rem;
}

/* FAQ */
.faq-grid {
  display: grid;
  grid-template-columns: .62fr 1fr;
  gap: 95px;
}

.faq-heading p {
  margin-top: 15px;
}

.accordion {
  border-top: 1px solid var(--line);
}

.accordion-item {
  border-bottom: 1px solid var(--line);
}

.accordion-trigger {
  width: 100%;
  padding: 23px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.accordion-trigger > span:first-child {
  font-size: .92rem;
  font-weight: 700;
}

.accordion-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: transform .25s ease;
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

.accordion-panel p {
  padding: 0 54px 22px 0;
  font-size: .84rem;
  line-height: 1.72;
}

.accordion-panel a {
  margin: -5px 0 22px;
  display: inline-block;
  color: var(--wine);
  font-size: .76rem;
  font-weight: 700;
}

.accordion-item.is-open .accordion-icon {
  transform: rotate(45deg);
}

/* Final CTA + footer */
.final-cta {
  padding: 84px 0;
  background: var(--wine);
  color: #fff;
}

.final-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: end;
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.footer {
  padding: 62px 0 25px;
  background: #090909;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3,1fr);
  gap: 48px;
}

.footer-brand img {
  width: 185px;
  filter: invert(1);
}

.footer-brand p {
  margin-top: 20px;
  max-width: 300px;
  color: rgba(255,255,255,.47);
  font-size: .75rem;
}

.footer-grid > div:not(.footer-brand) {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-grid strong {
  margin-bottom: 5px;
  font-size: .73rem;
}

.footer-grid a {
  color: rgba(255,255,255,.55);
  font-size: .69rem;
}

.footer-bottom {
  margin-top: 50px;
  padding-top: 19px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.36);
  font-size: .63rem;
}

.mobile-sticky-cta {
  display: none;
}

/* Reveal */
[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .65s ease, transform .65s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* Responsive */
@media (max-width: 1080px) {
  .desktop-nav {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .benefit-grid {
    grid-template-columns: repeat(2,1fr);
    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .benefit-card,
  .benefit-card:first-child {
    padding: 28px;
    border-bottom: 1px solid var(--line);
  }

  .benefit-card:nth-child(even) {
    border-right: 0;
  }

  .benefit-card:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .product-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 36px 20px;
  }
}

@media (max-width: 860px) {
  :root {
    --header-h: 66px;
  }

  .section-pad {
    padding: 80px 0;
  }

  .hero-grid,
  .editorial-grid,
  .opportunity-grid,
  .faq-grid,
  .section-heading--split {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 52px;
  }

  .hero-media {
    width: min(76%, 380px);
    justify-self: center;
  }

  .floating-card--top {
    left: -30px;
  }

  .floating-card--bottom {
    right: -22px;
  }

  .proof-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .proof-grid article {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .proof-grid article:nth-child(even) {
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,.12);
  }

  .proof-grid article:nth-child(odd) {
    padding-right: 20px;
  }

  .proof-grid article:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .section-heading--split {
    gap: 22px;
  }

  .editorial-media {
    width: min(76%, 420px);
    margin: 0 auto;
  }

  .minimum-grid {
    grid-template-columns: 1fr;
  }

  .minimum-grid article {
    min-height: 180px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }

  .minimum-grid article:last-child {
    border-bottom: 0;
  }

  .process-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .shop-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .category-links {
    justify-content: flex-start;
  }

  .opportunity-grid,
  .faq-grid {
    gap: 46px;
  }

  .final-cta__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .final-cta__actions {
    justify-content: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }

  .footer-grid > div:last-child {
    grid-column: 2 / -1;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  body {
    padding-bottom: 68px;
  }

  .top-strip {
    font-size: .54rem;
  }

  .top-strip span:nth-child(2),
  .top-strip span:nth-child(3) {
    display: none;
  }

  .brand {
    width: 142px;
  }

  .header-actions .btn {
    display: none;
  }

  h1 {
    font-size: clamp(3rem,15vw,4.3rem);
  }

  h2 {
    font-size: clamp(2.25rem,11vw,3.4rem);
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 62px;
  }

  .hero-media {
    width: min(74vw, 345px);
  }

  .floating-card {
    min-width: 128px;
    padding: 12px 13px;
  }

  .floating-card strong {
    font-size: 1.4rem;
  }

  .floating-card--top {
    left: -7px;
    top: 12%;
  }

  .floating-card--bottom {
    right: -5px;
    bottom: 8%;
  }

  .section-actions,
  .section-actions--hero,
  .section-actions--left {
    display: grid;
    justify-content: stretch;
  }

  .section-actions .btn {
    width: 100%;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card,
  .benefit-card:first-child,
  .benefit-card:nth-child(even) {
    min-height: auto;
    padding: 25px 21px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .benefit-card:last-child {
    border-bottom: 0;
  }

  .benefit-number {
    margin-bottom: 28px;
  }

  .editorial-media {
    width: min(76vw, 350px);
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-step > span {
    margin-bottom: 24px;
  }

  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 10px;
  }

  .product-card__body h3 {
    min-height: 54px;
    font-size: .72rem;
  }

  .product-prices span {
    font-size: .66rem;
  }

  .product-link {
    font-size: .64rem;
  }

  .product-badge {
    top: 8px;
    left: 8px;
    font-size: .5rem;
  }

  .category-links {
    gap: 8px 14px;
  }

  .registration-card {
    width: 100%;
  }

  .phone-field {
    grid-template-columns: 100px 1fr;
  }

  .form-direct-chat {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .final-cta {
    padding: 66px 0;
  }

  .final-cta__actions {
    display: grid;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 7px;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    min-height: 50px;
    padding: 0 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background: var(--wine);
    color: #fff;
    box-shadow: 0 10px 30px rgba(17,17,17,.28);
    font-size: .8rem;
    font-weight: 800;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}


/* Video corto: Cómo ser mayorista */
.quick-video-section {
  background: #fff;
}

.quick-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: clamp(60px, 8vw, 120px);
  align-items: center;
}

.quick-video-copy > p {
  max-width: 700px;
  margin-top: 23px;
  line-height: 1.8;
}

.quick-video-points {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-video-points > div {
  padding: 22px 22px 22px 0;
}

.quick-video-points > div + div {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.quick-video-points strong,
.quick-video-points span {
  display: block;
}

.quick-video-points strong {
  font-family: "Bodoni Moda", serif;
  font-size: 1.65rem;
  font-weight: 600;
}

.quick-video-points span {
  margin-top: 6px;
  color: var(--gray);
  font-size: .77rem;
  line-height: 1.55;
}

.quick-video-media {
  width: min(100%, 430px);
  justify-self: end;
}

.quick-video-media video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
}

@media (max-width: 860px) {
  .quick-video-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .quick-video-media {
    width: min(76%, 390px);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .quick-video-points {
    grid-template-columns: 1fr;
  }

  .quick-video-points > div {
    padding: 18px 0;
  }

  .quick-video-points > div + div {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .quick-video-media {
    width: min(76vw, 350px);
  }
}


/* =========================================================
   TIPOGRAFÍA FACE2FACE · V7
   Inspirada en la estética editorial de la marca
   ========================================================= */

:root {
  --font-display: "Bodoni Moda", serif;
  --font-body: "Inter", sans-serif;
}

body {
  font-family: var(--font-body);
}

h1,
h2,
.hero-copy h1,
.final-cta h2,
.registration-heading h2 {
  font-family: var(--font-display);
}

h1 {
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

h1 em {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.035em;
}

h2 {
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.benefit-card h3,
.process-step h3,
.product-card__body h3,
.quick-video-points strong,
.minimum-grid strong,
.floating-card strong {
  font-family: var(--font-display);
}

.product-card__body h3 {
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.015em;
}

.benefit-card h3,
.process-step h3 {
  font-weight: 500;
  letter-spacing: -0.02em;
}

.minimum-grid strong,
.quick-video-points strong,
.floating-card strong {
  font-weight: 500;
  letter-spacing: -0.025em;
}

.eyebrow,
.minimum-kicker,
.product-badge,
.category-links a,
.desktop-nav a,
.btn,
.form-submit {
  font-family: var(--font-body);
}

.eyebrow {
  letter-spacing: 0.18em;
  font-weight: 600;
}

.registration-heading h2 {
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4vw, 3.8rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.registration-heading p {
  font-family: var(--font-body);
}

@media (max-width: 640px) {
  h1 {
    line-height: 0.98;
  }

  .product-card__body h3 {
    font-size: 0.88rem;
  }
}


/* =========================================================
   V8 · ORDEN HERO RESPONSIVE
   Desktop se conserva igual.
   En tablet y móvil: primero video, luego texto.
   ========================================================= */

@media (max-width: 860px) {
  .hero-media {
    order: 1;
  }

  .hero-copy {
    order: 2;
  }
}


/* =========================================================
   V9 · HERO Y HEADER MÓVIL
   ========================================================= */

.hero-media-wrap {
  min-width: 0;
}

.hero-eyebrow-mobile {
  display: none;
}

.mobile-register-btn,
.mobile-menu-toggle,
.mobile-nav {
  display: none;
}

@media (max-width: 860px) {
  .hero-media-wrap {
    order: 1;
    width: 100%;
  }

  .hero-copy {
    order: 2;
  }

  .hero-eyebrow-desktop {
    display: none;
  }

  .hero-eyebrow-mobile {
    display: inline-flex;
    margin: 0 0 22px;
  }

  .hero-media {
    order: initial;
  }
}

@media (max-width: 640px) {
  /* Header: logo + CTA + menú */
  .header-inner {
    min-height: 72px;
    gap: 10px;
  }

  .brand {
    width: 150px;
    flex: 0 1 150px;
  }

  .desktop-header-cta {
    display: none !important;
  }

  .header-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mobile-register-btn {
    min-height: 38px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--wine);
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    white-space: nowrap;
  }

  .mobile-menu-toggle {
    width: 40px;
    height: 40px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 4px;
    border: 1px solid rgba(17,17,17,.16);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    width: 16px;
    height: 1.5px;
    display: block;
    background: #111;
    transition: transform .25s ease, opacity .25s ease;
  }

  .mobile-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(5.5px) rotate(45deg);
  }

  .mobile-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-5.5px) rotate(-45deg);
  }

  .mobile-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 95;
    padding: 10px 14px 18px;
    display: none;
    background: rgba(255,255,255,.98);
    border-top: 1px solid rgba(17,17,17,.08);
    border-bottom: 1px solid rgba(17,17,17,.08);
    box-shadow: 0 18px 30px rgba(17,17,17,.08);
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .mobile-nav a {
    padding: 14px 6px;
    border-bottom: 1px solid rgba(17,17,17,.08);
    font-size: .83rem;
    font-weight: 600;
  }

  .mobile-nav a:last-child {
    border-bottom: 0;
  }

  /* Hero móvil: etiqueta encima del video */
  .hero {
    padding-top: 28px;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-media-wrap {
    width: 100%;
  }

  .hero-eyebrow-mobile {
    margin-bottom: 18px;
    font-size: .67rem;
  }

  .hero-media {
    width: min(82vw, 390px);
    margin: 0 auto;
  }

  /* Las tarjetas dejan de tapar el video */
  .floating-card {
    position: static;
    min-width: 0;
    padding: 14px 16px;
    box-shadow: none;
    border: 1px solid rgba(17,17,17,.10);
    border-radius: 14px;
    background: #fff;
  }

  .floating-card strong {
    font-size: 1.35rem;
  }

  .floating-card span {
    font-size: .67rem;
  }

  .hero-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .video-shell--hero {
    grid-column: 1 / -1;
  }

  .floating-card--top,
  .floating-card--bottom {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  /* El botón de sonido tampoco tapa subtítulos */
  .sound-toggle {
    position: static;
    grid-column: 1 / -1;
    width: max-content;
    margin: 2px auto 0;
    min-height: 40px;
    background: #111;
  }

  .hero-copy {
    padding-top: 4px;
  }
}


/* =========================================================
   V10 · BOTONES CUADRADOS
   ========================================================= */

.btn,
.mobile-register-btn,
.mobile-sticky-cta,
.sound-toggle {
  border-radius: 6px;
}

.mobile-menu-toggle {
  border-radius: 6px;
}



/* =========================================================
   THANK YOU PAGE SUPPORT
   ========================================================= */
.thanks-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 80% 15%, rgba(63,17,22,.08), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f8f3ef 100%);
}

.thanks-header {
  min-height: 92px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(17,17,17,.08);
  background: rgba(255,255,255,.88);
}

.thanks-brand {
  width: 190px;
}

.thanks-main {
  min-height: calc(100vh - 92px);
  padding: 70px 20px;
  display: grid;
  place-items: center;
}

.thanks-card {
  width: min(100%, 720px);
  padding: clamp(38px, 7vw, 72px);
  text-align: center;
  background: #fff;
  border: 1px solid rgba(17,17,17,.08);
  box-shadow: 0 24px 70px rgba(17,17,17,.08);
}

.thanks-card .eyebrow {
  justify-content: center;
}

.thanks-check {
  width: 62px;
  height: 62px;
  margin: 12px auto 28px;
  display: grid;
  place-items: center;
  background: var(--wine);
  color: #fff;
  border-radius: 50%;
  font-size: 1.55rem;
  font-weight: 700;
}

.thanks-card h1 {
  font-size: clamp(3rem, 7vw, 5.6rem);
}

.thanks-lead {
  margin-top: 24px;
  color: #111;
  font-size: 1.06rem;
  font-weight: 600;
}

.thanks-copy {
  max-width: 560px;
  margin: 12px auto 0;
  line-height: 1.7;
}

.thanks-wa {
  margin-top: 26px;
}

.thanks-note {
  max-width: 520px;
  margin: 22px auto 0;
  font-size: .75rem;
  line-height: 1.6;
  color: rgba(17,17,17,.62);
}

.thanks-back {
  margin: 18px auto 0;
  width: max-content;
  display: block;
  border-bottom: 1px solid rgba(17,17,17,.2);
  font-size: .72rem;
  font-weight: 600;
}

.form-thanks-link {
  display: inline-block;
  margin-left: 6px;
  text-decoration: underline;
  font-weight: 700;
}

@media (max-width: 640px) {
  .thanks-header {
    min-height: 76px;
    padding: 0 20px;
  }

  .thanks-brand {
    width: 155px;
  }

  .thanks-main {
    min-height: calc(100vh - 76px);
    padding: 35px 14px;
  }

  .thanks-card {
    padding: 42px 22px;
  }

  .thanks-wa {
    width: 100%;
  }
}

/* =========================================================
   V17 · AJUSTES SOLICITADOS
   1) Rojo -> cranberry/café
   2) Menú más grande
   3) Categoría Splash visible
   No se cambian las demás partes del diseño
   ========================================================= */

:root {
  --wine: #3f1116;
  --wine-dark: #2c0b0f;
}

/* menú principal más grande */
.desktop-nav a {
  font-size: 0.95rem;
  font-weight: 600;
}

.mobile-nav a {
  font-size: 0.92rem;
  font-weight: 600;
}

/* categorías de productos con un poco más de presencia */
.category-links a {
  font-size: 0.78rem;
  font-weight: 700;
}

/* botones y acentos en cranberry */
.btn--wine,
.form-submit,
.mobile-register-btn {
  background: var(--wine);
  color: #fff;
}

.btn--wine:hover,
.form-submit:hover,
.mobile-register-btn:hover {
  background: var(--wine-dark);
}

.btn--outline:hover {
  background: var(--wine);
  border-color: var(--wine);
  color: #fff;
}

.eyebrow,
.product-badge,
.form-status.is-success {
  color: var(--wine);
}

.form-status.is-success {
  border-color: rgba(63,17,22,.16);
  background: rgba(63,17,22,.05);
}

.sound-toggle {
  background: var(--wine);
}

.sound-toggle:hover {
  background: var(--wine-dark);
}

/* pequeños detalles de secciones que antes jalaban al rojo */
.hero::before,
.proof-strip::before,
.final-cta::before {
  background: radial-gradient(circle, rgba(63,17,22,.08) 0%, rgba(63,17,22,0) 72%);
}

/* responsive fino del menú para que no se vea apretado */
@media (max-width: 1080px) {
  .desktop-nav {
    gap: 22px;
  }

  .desktop-nav a {
    font-size: 0.88rem;
  }
}



/* =========================================================
   V18 · AJUSTES SOLICITADOS
   - texto blanco en las etiquetas superiores
   - sección visual de splash como las demás categorías
   ========================================================= */

.product-badge {
  color: #ffffff !important;
}

/* Tarjeta visual de splash */
.splash-media {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.95) 0%, rgba(255,255,255,0) 28%),
    linear-gradient(180deg, #f8f3ef 0%, #efe7e0 100%);
}

.splash-visual {
  position: absolute;
  inset: 18% 10% 10%;
}

.splash-bottle {
  position: absolute;
  bottom: 12%;
  width: 22%;
  border-radius: 22px 22px 16px 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(248,239,232,.98) 56%, rgba(229,217,206,.98) 100%);
  box-shadow:
    0 20px 35px rgba(63,17,22,.10),
    inset 0 0 0 1px rgba(120,107,97,.10);
}

.splash-bottle::before {
  content: "";
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translateX(-50%);
  width: 46%;
  height: 14%;
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(180deg, #b89274 0%, #8f6f58 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.15);
}

.splash-bottle::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  top: 24%;
  height: 20%;
  border-radius: 10px;
  background: rgba(255,255,255,.75);
  box-shadow: inset 0 0 0 1px rgba(63,17,22,.08);
}

.splash-bottle--left {
  left: 7%;
  height: 50%;
  transform: rotate(-8deg);
}

.splash-bottle--center {
  left: 37%;
  width: 26%;
  height: 66%;
  z-index: 2;
}

.splash-bottle--right {
  right: 8%;
  height: 56%;
  transform: rotate(8deg);
}

.splash-shadow {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 8%;
  height: 12%;
  background: radial-gradient(ellipse at center, rgba(63,17,22,.16) 0%, rgba(63,17,22,0) 70%);
}

.product-card--splash .product-card__body h3 {
  max-width: 18ch;
}


/* =========================================================
   V19 · 5 CATEGORÍAS VISUALES
   ========================================================= */

.product-badge {
  color: #ffffff !important;
}

/* Desktop: 4 visibles + la quinta continúa hacia la derecha */
.product-grid {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 26px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 18px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(63,17,22,.35) rgba(17,17,17,.06);
}

.product-grid::-webkit-scrollbar {
  height: 6px;
}

.product-grid::-webkit-scrollbar-track {
  background: rgba(17,17,17,.06);
}

.product-grid::-webkit-scrollbar-thumb {
  background: rgba(63,17,22,.35);
  border-radius: 10px;
}

.product-grid .product-card {
  flex: 0 0 calc((100% - 78px) / 4);
  min-width: 250px;
  scroll-snap-align: start;
}

.product-card__media--real img {
  object-fit: contain;
  background: #ffffff;
}

.product-prices--category {
  min-height: 42px;
}

.product-scroll-hint {
  margin-top: 8px;
  color: rgba(17,17,17,.52);
  font-size: .67rem;
  text-align: left;
}

/* Responsive: una tarjeta debajo de la otra */
@media (max-width: 860px) {
  .product-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px;
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .product-grid .product-card {
    width: 100%;
    min-width: 0;
    flex: none;
  }

  .product-card__media {
    aspect-ratio: 4 / 5;
  }

  .product-scroll-hint {
    display: none;
  }
}


/* =========================================================
   V24 · FLECHAS EN CARRUSEL + SECCIÓN ADDI
   ========================================================= */
.product-slider {
  position: relative;
}

.product-nav {
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid rgba(17,17,17,.12);
  background: rgba(255,255,255,.96);
  color: var(--black);
  font-size: 2rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(17,17,17,.09);
  z-index: 3;
  transition: transform .2s ease, opacity .2s ease, background .2s ease;
}

.product-nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.04);
}

.product-nav:disabled {
  opacity: .35;
  cursor: default;
  transform: translateY(-50%);
}

.product-nav--prev { left: -24px; }
.product-nav--next { right: -24px; }

.payment-section {
  background: linear-gradient(180deg, #fbf8f5 0%, #fff 100%);
}

.payment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .8fr);
  gap: clamp(36px, 6vw, 78px);
  align-items: center;
}

.payment-lead {
  max-width: 720px;
  font-size: 1rem;
  line-height: 1.82;
}

.payment-points {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

.payment-point {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  padding: 18px 18px 20px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.85);
}

.payment-point strong {
  font-family: "Bodoni Moda", serif;
  font-size: 1.55rem;
  color: var(--wine);
}

.payment-point h3 {
  margin-bottom: 6px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.payment-point p {
  font-size: .92rem;
}

.payment-note {
  margin-top: 18px;
  font-size: .76rem;
  color: #8b817a;
}

.payment-card {
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid rgba(17,17,17,.10);
  background:
    radial-gradient(circle at 100% 0%, rgba(20,108,255,.08), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(246,241,237,.9) 100%);
  box-shadow: 0 24px 56px rgba(17,17,17,.08);
}

.payment-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.addi-logo {
  width: 120px;
  height: auto;
  object-fit: contain;
}

.payment-pill {
  padding: 9px 12px;
  border: 1px solid rgba(17,17,17,.12);
  background: rgba(255,255,255,.8);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.payment-highlight {
  margin-top: 28px;
  padding: 20px;
  background: #fff;
  border-left: 4px solid #1a73e8;
}

.payment-highlight strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Bodoni Moda", serif;
  font-size: 1.7rem;
  color: var(--black);
  line-height: 1.08;
}

.payment-mini-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}

.payment-mini {
  padding: 16px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(17,17,17,.08);
}

.payment-mini span {
  display: block;
  margin-bottom: 6px;
  color: #7d7d7d;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.payment-mini strong {
  font-size: 1rem;
}

@media (max-width: 1200px) {
  .product-nav--prev { left: -10px; }
  .product-nav--next { right: -10px; }
}

@media (max-width: 980px) {
  .payment-grid {
    grid-template-columns: 1fr;
  }

  .payment-card {
    order: -1;
  }
}

@media (max-width: 860px) {
  .product-nav {
    display: none;
  }

  .payment-point {
    grid-template-columns: 52px 1fr;
  }
}

@media (max-width: 640px) {
  .payment-card__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .payment-mini-grid {
    grid-template-columns: 1fr;
  }

  .addi-logo {
    width: 110px;
  }
}


/* =========================================================
   V25 · AJUSTE ADDI + TIPOGRAFÍA RESPONSIVE
   ========================================================= */
.payment-section {
  background:
    radial-gradient(circle at 15% 20%, rgba(124, 17, 24, 0.05), transparent 28%),
    linear-gradient(180deg, #fbf8f5 0%, #fff 100%);
}

.payment-grid {
  align-items: start;
}

.payment-copy {
  padding-top: 8px;
}

.payment-benefits {
  margin-top: 26px;
  display: grid;
  gap: 12px;
}

.payment-benefit {
  padding: 16px 18px;
  border-left: 3px solid var(--wine);
  background: rgba(255,255,255,.7);
}

.payment-benefit strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
}

.payment-benefit span {
  display: block;
  color: var(--gray);
  font-size: .93rem;
  line-height: 1.65;
}

.payment-steps {
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid rgba(17,17,17,.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(246,241,237,.92) 100%);
  box-shadow: 0 24px 56px rgba(17,17,17,.08);
}

.payment-steps__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.payment-steps__intro {
  margin-top: 24px;
  padding: 18px 20px;
  background: #fff;
  border-left: 4px solid var(--wine);
}

.payment-steps__intro strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Bodoni Moda", serif;
  font-size: 1.75rem;
  line-height: 1.06;
}

.payment-steps__intro p {
  font-size: .95rem;
  line-height: 1.7;
}

.payment-point {
  background: #fff;
}

.payment-point strong {
  color: var(--wine);
}

.payment-pill {
  background: rgba(124,17,24,.06);
  color: var(--wine);
}

@media (max-width: 980px) {
  .payment-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .payment-copy,
  .payment-steps {
    order: initial;
  }
}

@media (max-width: 860px) {
  body {
    font-size: 16px;
  }

  .section-pad {
    padding: 84px 0;
  }

  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .hero-lead,
  .editorial-copy p,
  .faq-answer p,
  .payment-lead,
  .benefit-card p,
  .opportunity-list p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .category-links {
    gap: 12px 14px;
  }

  .category-links a {
    font-size: .86rem;
  }

  .product-card__body {
    padding-top: 18px;
  }

  .product-card__body h3 {
    min-height: auto;
    font-size: 1.14rem;
    line-height: 1.35;
  }

  .product-prices span {
    font-size: .96rem;
    line-height: 1.55;
  }

  .product-link {
    font-size: .9rem;
  }

  .product-badge {
    font-size: .68rem;
    padding: 8px 10px;
  }

  .product-scroll-hint {
    font-size: .78rem;
  }

  .btn,
  .mobile-register-btn,
  .mobile-sticky-cta {
    font-size: .96rem;
  }

  .payment-steps__intro strong {
    font-size: 1.58rem;
  }

  .payment-point h3 {
    font-size: 1.02rem;
  }

  .payment-point p,
  .payment-benefit span {
    font-size: .97rem;
  }
}

@media (max-width: 640px) {
  .payment-steps__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .payment-benefit strong {
    font-size: 1.02rem;
  }

  .payment-note {
    font-size: .82rem;
    line-height: 1.65;
  }
}


/* =========================================================
   V26 · ADDI SIMPLE
   ========================================================= */

.addi-strip {
  padding: 52px 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(26,115,232,.09), transparent 24%),
    linear-gradient(180deg, #fbf8f5 0%, #f6f1ed 100%);
  border-top: 1px solid rgba(17,17,17,.06);
  border-bottom: 1px solid rgba(17,17,17,.06);
}

.addi-strip__inner {
  display: grid;
  grid-template-columns: 150px minmax(0,1fr) auto;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.addi-strip__brand {
  display: flex;
  align-items: center;
}

.addi-strip__logo {
  width: 132px;
  height: auto;
  object-fit: contain;
}

.addi-strip__copy {
  max-width: 690px;
}

.addi-strip__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--wine);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.addi-strip__copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 1;
}

.addi-strip__copy p {
  margin-top: 12px;
  max-width: 620px;
  font-size: .94rem;
  line-height: 1.7;
}

.addi-strip__action {
  display: flex;
  justify-content: flex-end;
}

.addi-strip__action .btn {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .addi-strip {
    padding: 46px 0;
  }

  .addi-strip__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .addi-strip__brand {
    order: 1;
  }

  .addi-strip__copy {
    order: 2;
  }

  .addi-strip__action {
    order: 3;
    justify-content: flex-start;
  }

  .addi-strip__logo {
    width: 118px;
  }
}

@media (max-width: 640px) {
  .addi-strip {
    padding: 42px 0;
  }

  .addi-strip__eyebrow {
    font-size: .72rem;
    line-height: 1.5;
  }

  .addi-strip__copy h2 {
    font-size: 2.35rem;
  }

  .addi-strip__copy p {
    font-size: 1rem;
  }

  .addi-strip__action .btn {
    width: 100%;
    justify-content: center;
  }
}

/* V27 · ADDI + SISTECRÉDITO */
.credit-options{padding:64px 0;background:radial-gradient(circle at 8% 15%,rgba(63,17,22,.045),transparent 28%),linear-gradient(180deg,#fbf8f5 0%,#f6f1ed 100%);border-top:1px solid rgba(17,17,17,.06);border-bottom:1px solid rgba(17,17,17,.06)}
.credit-options__heading{max-width:760px;margin-bottom:34px}.credit-options__eyebrow{display:block;margin-bottom:10px;color:var(--wine);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.credit-options__heading h2{font-size:clamp(2.25rem,3.8vw,4rem)}.credit-options__heading p{margin-top:14px;font-size:.98rem;line-height:1.7}.credit-options__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.credit-option{min-height:100%;display:grid;grid-template-columns:175px minmax(0,1fr);gap:26px;align-items:center;padding:28px;background:rgba(255,255,255,.94);border:1px solid rgba(17,17,17,.08);box-shadow:0 16px 38px rgba(17,17,17,.05)}.credit-option__logo-wrap{min-height:150px;display:grid;place-items:center;padding:22px;background:#fff;border:1px solid rgba(17,17,17,.06)}.credit-option__logo{display:block;width:100%;height:auto;object-fit:contain}.credit-option__logo--addi{max-width:112px}.credit-option__logo--sistecredito{max-width:150px}.credit-option__content h3{margin:0;font-family:"Bodoni Moda",serif;font-size:1.75rem;font-weight:600;line-height:1.08}.credit-option__content p{margin-top:10px;font-size:.92rem;line-height:1.65}.credit-option__button{margin-top:18px;width:max-content}.credit-options__note{margin-top:18px;font-size:.72rem;color:#8b817a}
@media(max-width:980px){.credit-options__grid{grid-template-columns:1fr}.credit-option{grid-template-columns:150px minmax(0,1fr)}}
@media(max-width:640px){.credit-options{padding:48px 0}.credit-options__heading{margin-bottom:26px}.credit-options__heading h2{font-size:2.45rem}.credit-options__heading p{font-size:1rem}.credit-options__grid{gap:16px}.credit-option{grid-template-columns:1fr;gap:20px;padding:22px}.credit-option__logo-wrap{min-height:120px}.credit-option__logo--addi{max-width:120px}.credit-option__logo--sistecredito{max-width:180px}.credit-option__content h3{font-size:1.85rem}.credit-option__content p{font-size:1rem}.credit-option__button{width:100%;justify-content:center}.credit-options__note{font-size:.8rem;line-height:1.6}}


/* =========================================================
   V28 · CRÉDITOS COMPACTOS Y PROPORCIONADOS
   ========================================================= */

.credit-compact {
  padding: 68px 0;
  background: #fbf8f5;
  border-top: 1px solid rgba(17,17,17,.06);
  border-bottom: 1px solid rgba(17,17,17,.06);
}

.credit-compact__heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.credit-compact__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--wine);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.credit-compact__heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3.5vw, 3.7rem);
}

.credit-compact__heading p {
  margin-top: 12px;
  font-size: .98rem;
  line-height: 1.7;
}

.credit-compact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}

.credit-compact__item {
  display: grid;
  grid-template-columns: 150px minmax(0,1fr);
  gap: 24px;
  align-items: center;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(17,17,17,.08);
}

.credit-compact__logo-box {
  width: 150px;
  height: 112px;
  display: grid;
  place-items: center;
  padding: 16px;
  background: #fff;
}

.credit-compact__logo {
  display: block !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto;
}

.credit-compact__logo--addi {
  width: 110px !important;
  max-width: 110px !important;
}

.credit-compact__logo--sistecredito {
  width: 170px !important;
  max-width: 170px !important;
}

.credit-compact__content h3 {
  margin: 0;
  font-family: "Bodoni Moda", serif;
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.08;
}

.credit-compact__content p {
  margin-top: 8px;
  font-size: .9rem;
  line-height: 1.6;
}

.credit-compact__button {
  margin-top: 16px;
  width: max-content;
}

.credit-compact__note {
  margin-top: 16px;
  font-size: .72rem;
  color: #8b817a;
}

@media (max-width: 980px) {
  .credit-compact__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .credit-compact {
    padding: 48px 0;
  }

  .credit-compact__heading {
    margin-bottom: 24px;
  }

  .credit-compact__heading h2 {
    font-size: 2.35rem;
  }

  .credit-compact__heading p {
    font-size: 1rem;
  }

  .credit-compact__item {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }

  .credit-compact__logo-box {
    width: 100%;
    height: 96px;
    justify-items: start;
    padding: 0;
  }

  .credit-compact__logo--addi {
    width: 100px !important;
    max-width: 100px !important;
    margin: 0 !important;
  }

  .credit-compact__logo--sistecredito {
    width: 155px !important;
    max-width: 155px !important;
    margin: 0 !important;
  }

  .credit-compact__content h3 {
    font-size: 1.75rem;
  }

  .credit-compact__content p {
    font-size: 1rem;
  }

  .credit-compact__button {
    width: 100%;
    justify-content: center;
  }

  .credit-compact__note {
    font-size: .8rem;
    line-height: 1.6;
  }
}


/* =========================================================
   V29 · CRÉDITOS UNIFICADOS
   ========================================================= */

.credit-unified {
  padding: 68px 0;
  background: #fbf8f5;
  border-top: 1px solid rgba(17,17,17,.06);
  border-bottom: 1px solid rgba(17,17,17,.06);
}

.credit-unified__box {
  padding: clamp(28px, 4vw, 42px);
  background: #fff;
  border: 1px solid rgba(17,17,17,.08);
  text-align: center;
}

.credit-unified__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--wine);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.credit-unified__box h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3.7vw, 4rem);
}

.credit-unified__lead {
  max-width: 760px;
  margin: 14px auto 0;
  font-size: .98rem;
  line-height: 1.7;
}

.credit-unified__logos {
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 7vw, 84px);
  flex-wrap: wrap;
}

.credit-unified__logo {
  display: block;
  height: auto;
  object-fit: contain;
}

.credit-unified__logo--addi {
  width: 132px;
  max-width: 132px;
}

.credit-unified__logo--sistecredito {
  width: 220px;
  max-width: 220px;
}

.credit-unified__button {
  margin: 28px auto 0;
  width: max-content;
}

.credit-unified__note {
  margin-top: 14px;
  font-size: .74rem;
  color: #8b817a;
}

@media (max-width: 640px) {
  .credit-unified {
    padding: 48px 0;
  }

  .credit-unified__box {
    padding: 24px 20px;
  }

  .credit-unified__box h2 {
    font-size: 2.35rem;
  }

  .credit-unified__lead {
    font-size: 1rem;
  }

  .credit-unified__logos {
    gap: 20px;
    margin-top: 24px;
  }

  .credit-unified__logo--addi {
    width: 108px;
    max-width: 108px;
  }

  .credit-unified__logo--sistecredito {
    width: 176px;
    max-width: 176px;
  }

  .credit-unified__button {
    width: 100%;
    justify-content: center;
  }

  .credit-unified__note {
    font-size: .8rem;
    line-height: 1.6;
  }
}


/* =========================================================
   V30 · AJUSTE DE ESPACIADO EN CRÉDITOS
   ========================================================= */

.credit-unified {
  padding: 54px 0;
}

.credit-unified__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: clamp(24px, 3vw, 34px);
}

.credit-unified__lead {
  margin: 12px auto 0;
  max-width: 700px;
}

.credit-unified__logos {
  margin: 18px auto 0;
  gap: clamp(22px, 5vw, 52px);
}

.credit-unified__button {
  margin: 20px auto 0;
}

.credit-unified__note {
  margin-top: 12px;
}

@media (max-width: 640px) {
  .credit-unified {
    padding: 40px 0;
  }

  .credit-unified__box {
    padding: 22px 18px;
  }

  .credit-unified__lead {
    margin-top: 10px;
  }

  .credit-unified__logos {
    margin-top: 18px;
    gap: 16px;
  }

  .credit-unified__button {
    margin-top: 18px;
  }
}


/* =========================================================
   V31 · ELIMINAR ESPACIOS EN BLOQUE DE CRÉDITOS
   ========================================================= */

.credit-unified__box {
  padding: clamp(22px, 2.5vw, 28px);
}

.credit-unified__box h2 {
  margin-bottom: 0;
}

.credit-unified__lead {
  margin-top: 8px;
  margin-bottom: 0;
}

.credit-unified__logos {
  margin-top: 6px;
  margin-bottom: 0;
  gap: clamp(18px, 4vw, 38px);
}

.credit-unified__button {
  margin-top: 10px;
  margin-bottom: 0;
}

.credit-unified__note {
  margin-top: 8px;
}

@media (max-width: 640px) {
  .credit-unified__box {
    padding: 20px 16px;
  }

  .credit-unified__lead {
    margin-top: 8px;
  }

  .credit-unified__logos {
    margin-top: 8px;
    gap: 14px;
  }

  .credit-unified__button {
    margin-top: 10px;
  }

  .credit-unified__note {
    margin-top: 8px;
  }
}


/* =========================================================
   V32 · LOGOS RECORTADOS + BLOQUE MÁS COMPACTO
   ========================================================= */

.credit-unified__lead {
  margin-top: 6px;
}

.credit-unified__logos {
  margin-top: 2px;
  gap: 30px;
}

.credit-unified__logo {
  width: auto !important;
  max-width: none !important;
  height: 54px !important;
}

.credit-unified__logo--addi {
  height: 56px !important;
}

.credit-unified__logo--sistecredito {
  height: 42px !important;
}

.credit-unified__button {
  margin-top: 8px;
}

.credit-unified__note {
  margin-top: 6px;
}

@media (max-width: 640px) {
  .credit-unified__logos {
    margin-top: 4px;
    gap: 18px;
  }

  .credit-unified__logo--addi {
    height: 48px !important;
  }

  .credit-unified__logo--sistecredito {
    height: 34px !important;
  }

  .credit-unified__button {
    margin-top: 8px;
  }
}
