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


/* =========================================================
   V11 · PÁGINA DE GRACIAS
   ========================================================= */

.thanks-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 80% 15%, rgba(124,17,24,.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-progress {
  width: min(100%, 400px);
  height: 4px;
  margin: 34px auto 12px;
  overflow: hidden;
  background: #ece7e2;
}

.thanks-progress span {
  width: 0%;
  height: 100%;
  display: block;
  background: var(--wine);
  transition: width 1s linear;
}

.thanks-counter {
  font-size: .75rem;
}

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

.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;
}

@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%;
  }
}


/* =========================================================
   V15 · GRACIAS SIN CUENTA REGRESIVA
   ========================================================= */

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

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