.wa-page-promo-vitos .webapp-main > .container {
  max-width: none;
  padding: 0 !important;
}

.wa-page-promo-vitos .webapp-main {
  overflow: clip;
}

.vt-promo {
  --vt-ink: #15100e;
  --vt-espresso: #0d0a08;
  --vt-espresso-soft: #19120f;
  --vt-copper: #c46f3c;
  --vt-copper-bright: #e28a50;
  --vt-red: #a7332e;
  --vt-cream: #f2e8da;
  --vt-paper: #fbf7f0;
  --vt-muted: #75645a;
  --vt-line: rgba(88, 55, 38, .18);
  background: var(--vt-paper);
  color: var(--vt-ink);
  font-family: "Outfit", "Segoe UI", sans-serif;
}

.vt-promo *,
.vt-promo *::before,
.vt-promo *::after {
  box-sizing: border-box;
}

.vt-promo h1,
.vt-promo h2,
.vt-promo h3 {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  text-wrap: balance;
}

.vt-promo p {
  text-wrap: pretty;
}

.vt-promo a {
  text-decoration: none;
}

.vt-kicker {
  margin: 0 0 1rem;
  color: var(--vt-copper);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .21em;
  text-transform: uppercase;
}

.vt-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: .95rem 1.35rem;
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease;
}

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

.vt-btn--primary {
  background: var(--vt-copper-bright);
  box-shadow: 0 18px 42px rgba(142, 71, 30, .3);
  color: #1a0d07 !important;
}

.vt-btn--primary:hover {
  background: #ef9b60;
  box-shadow: 0 22px 48px rgba(142, 71, 30, .4);
}

.vt-btn--ghost {
  border-color: rgba(255, 255, 255, .42);
  background: rgba(13, 10, 8, .38);
  color: #fff !important;
  backdrop-filter: blur(10px);
}

.vt-btn--ghost:hover {
  border-color: rgba(255, 255, 255, .8);
  background: rgba(255, 255, 255, .08);
}

.vt-hero {
  position: relative;
  display: grid;
  min-height: min(880px, calc(100svh - 72px));
  isolation: isolate;
  background: var(--vt-espresso);
  color: #fff;
}

.vt-hero__media,
.vt-hero__copy {
  grid-area: 1 / 1;
}

.vt-hero__media {
  position: relative;
  z-index: -2;
  min-height: inherit;
}

.vt-hero__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 6, 5, .98) 0%, rgba(12, 8, 6, .88) 35%, rgba(12, 8, 6, .18) 69%, rgba(8, 6, 5, .2) 100%),
    linear-gradient(0deg, rgba(8, 6, 5, .6), transparent 42%);
  content: "";
}

.vt-hero__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.vt-hero__copy {
  width: min(100%, 1540px);
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 7.5rem) clamp(1.25rem, 6vw, 6.5rem);
  align-self: center;
}

.vt-offer-pill {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1.6rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  padding: .35rem .85rem .35rem .4rem;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(12px);
}

.vt-offer-pill span {
  display: grid;
  width: 50px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: var(--vt-red);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
}

.vt-offer-pill strong,
.vt-offer-pill small {
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.vt-offer-pill small {
  color: #bcaea5;
}

.vt-hero h1 {
  max-width: 760px;
  margin: 0 0 1.3rem;
  font-size: clamp(3.7rem, 7.25vw, 7.8rem);
  font-weight: 600;
  letter-spacing: -.065em;
  line-height: .82;
}

.vt-hero h1 em {
  color: var(--vt-copper-bright);
  font-weight: 400;
}

.vt-lead {
  max-width: 680px;
  margin: 0;
  color: #e2d8d1;
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  line-height: 1.65;
}

.vt-hero__proofs {
  display: flex;
  max-width: 720px;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 1.55rem 0;
}

.vt-hero__proofs span {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: .55rem .85rem;
  background: rgba(0, 0, 0, .18);
  color: #d7cbc3;
  font-size: .78rem;
}

.vt-hero__proofs strong {
  color: #fff;
  font-size: 1rem;
}

.vt-price-card {
  display: flex;
  width: min(100%, 520px);
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin: 1.5rem 0 1.25rem;
  border-left: 3px solid var(--vt-copper-bright);
  padding: 1rem 1.2rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .025));
  backdrop-filter: blur(12px);
}

.vt-price-card > div > span,
.vt-price-card small {
  display: block;
  color: #c7bab1;
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vt-price-card > div > div {
  display: flex;
  align-items: baseline;
  gap: .8rem;
  margin: .15rem 0;
}

.vt-price-card del {
  color: #a9998f;
  font-size: 1.1rem;
}

.vt-price-card strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  line-height: .9;
}

.vt-price-card__seal {
  display: grid !important;
  width: 78px;
  height: 78px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  background: var(--vt-red);
  color: #fff !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem !important;
  font-weight: 700;
  letter-spacing: .08em !important;
}

.vt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.vt-micro {
  max-width: 670px;
  margin: 1rem 0 0;
  color: #9e9189;
  font-size: .72rem;
  line-height: 1.5;
}

.vt-quick-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--vt-line);
  background: var(--vt-cream);
}

.vt-quick-facts article {
  display: flex;
  min-height: 180px;
  align-items: flex-start;
  gap: 1rem;
  border-right: 1px solid var(--vt-line);
  padding: clamp(1.5rem, 3vw, 2.8rem);
}

.vt-quick-facts article:last-child {
  border-right: 0;
}

.vt-quick-facts i {
  color: var(--vt-copper);
  font-size: 1.55rem;
}

.vt-quick-facts strong,
.vt-quick-facts span {
  display: block;
}

.vt-quick-facts strong {
  margin-bottom: .45rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
}

.vt-quick-facts span {
  color: var(--vt-muted);
  font-size: .9rem;
  line-height: 1.55;
}

.vt-story {
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr);
  background: var(--vt-paper);
}

.vt-story__visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.vt-story__visual picture,
.vt-story__visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.vt-story__visual img {
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s cubic-bezier(.2, .75, .2, 1);
}

.vt-story__visual:hover img {
  transform: scale(1.025);
}

.vt-story__caption {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, .3);
  padding: .65rem .9rem;
  background: rgba(13, 10, 8, .68);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.vt-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3.5rem, 7vw, 7.5rem);
}

.vt-story h2,
.vt-demo h2,
.vt-product h2,
.vt-variants h2,
.vt-faq h2,
.vt-final h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5.7rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .94;
}

.wa-page-promo-vitos .vt-story h2,
.wa-page-promo-vitos .vt-product h2,
.wa-page-promo-vitos .vt-product__facts h3,
.wa-page-promo-vitos .vt-variants h2,
.wa-page-promo-vitos .vt-variant-card h3 {
  color: var(--vt-ink) !important;
}

.vt-story__copy > p:not(.vt-kicker) {
  margin: 1.55rem 0 0;
  color: var(--vt-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.vt-check-list {
  display: grid;
  gap: 1rem;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}

.vt-check-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: start;
  gap: .8rem;
  color: #54453d;
  line-height: 1.55;
}

.vt-check-list i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #e7d5c3;
  color: #8d4b2c;
}

.vt-text-link {
  align-self: flex-start;
  border-bottom: 1px solid currentColor;
  padding-bottom: .25rem;
  color: #8d4b2c !important;
  font-weight: 800;
}

.vt-demo {
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 6.5rem);
  background:
    radial-gradient(circle at 82% 22%, rgba(134, 65, 31, .3), transparent 30%),
    var(--vt-espresso);
  color: #fff;
}

.vt-demo__intro,
.vt-demo__grid,
.vt-product__head,
.vt-product__facts,
.vt-variants__head,
.vt-variant-grid,
.vt-variants__note,
.vt-faq__head,
.vt-faq__list {
  width: min(100%, 1420px);
  margin-right: auto;
  margin-left: auto;
}

.vt-demo__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  align-items: end;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.vt-demo__intro > p:last-child {
  margin: 0;
  color: #c7b8ae;
  font-size: 1.02rem;
  line-height: 1.75;
}

.vt-demo__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.vt-video-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  background: #000;
  box-shadow: 0 38px 90px rgba(0, 0, 0, .38);
}

.vt-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vt-video-shell__badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  padding: .5rem .75rem;
  background: rgba(0, 0, 0, .68);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

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

.vt-steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  padding: 1.35rem 0;
}

.vt-steps > li > span {
  color: var(--vt-copper-bright);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-style: italic;
}

.vt-steps strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
}

.vt-steps p {
  margin: .25rem 0 0;
  color: #ae9e94;
  font-size: .9rem;
  line-height: 1.55;
}

.vt-product {
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 6.5rem);
  background: var(--vt-cream);
}

.vt-product__head {
  max-width: 920px;
  margin-bottom: 3.5rem;
  text-align: center;
}

.vt-product__facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--vt-line);
  border-left: 1px solid var(--vt-line);
}

.vt-product__facts article {
  position: relative;
  min-height: 340px;
  border-right: 1px solid var(--vt-line);
  border-bottom: 1px solid var(--vt-line);
  padding: clamp(1.6rem, 3.2vw, 3rem);
  background: rgba(255, 255, 255, .22);
}

.vt-product__facts article > span {
  position: absolute;
  top: 1.1rem;
  right: 1.2rem;
  color: rgba(21, 16, 14, .28);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: .9rem;
  font-style: italic;
}

.vt-product__facts i {
  color: var(--vt-copper);
  font-size: 2rem;
}

.vt-product__facts h3 {
  margin: 3.8rem 0 .7rem;
  font-size: 1.9rem;
}

.vt-product__facts p {
  margin: 0;
  color: var(--vt-muted);
  line-height: 1.65;
}

.vt-variants {
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 6.5rem);
  background: var(--vt-paper);
}

.vt-variants__head {
  max-width: 920px;
  text-align: center;
}

.vt-variants__head > p:last-child {
  max-width: 720px;
  margin: 1.3rem auto 0;
  color: var(--vt-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.vt-variant-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 3.2rem;
}

.vt-variant-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--vt-line);
  padding: clamp(2rem, 4vw, 4rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(240, 226, 211, .6)),
    var(--vt-cream);
}

.vt-variant-card::after {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(164, 85, 43, .2);
  border-radius: 50%;
  content: "";
}

.vt-variant-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--vt-copper);
}

.vt-variant-card__top i {
  font-size: 2.1rem;
}

.vt-variant-card__top span {
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.vt-variant-card h3 {
  position: relative;
  z-index: 1;
  margin: 2.8rem 0 .4rem;
  font-size: clamp(3.7rem, 6vw, 6.5rem);
  line-height: .8;
}

.vt-variant-card > p {
  max-width: 420px;
  margin: 1rem 0 0;
  color: var(--vt-muted);
}

.vt-variant-card__price {
  display: flex;
  align-items: baseline;
  gap: .85rem;
  margin: 2rem 0 1.3rem;
}

.vt-variant-card__price del {
  color: #9f8c80;
}

.vt-variant-card__price strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
  line-height: 1;
}

.vt-variant-card__price span {
  color: var(--vt-muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vt-btn--cart {
  width: 100%;
  border: 0;
  background: var(--vt-ink);
  color: #fff;
}

.vt-btn--cart:hover {
  background: var(--vt-copper);
}

.vt-variant-card__detail {
  display: block;
  margin-top: 1rem;
  color: #75503b !important;
  font-size: .82rem;
  font-weight: 700;
  text-align: center;
}

.vt-variants__note {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  margin-top: 1.25rem;
  color: var(--vt-muted);
  font-size: .8rem;
  line-height: 1.5;
}

.vt-faq {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
  gap: clamp(3rem, 7vw, 8rem);
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 6.5rem);
  background: var(--vt-espresso-soft);
  color: #fff;
}

.vt-faq__head,
.vt-faq__list {
  width: 100%;
  margin: 0;
}

.vt-faq__list {
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.vt-faq details {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.vt-faq summary {
  display: flex;
  min-height: 76px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  list-style: none;
}

.vt-faq summary::-webkit-details-marker {
  display: none;
}

.vt-faq summary i {
  color: var(--vt-copper-bright);
  transition: transform .25s ease;
}

.vt-faq details[open] summary i {
  transform: rotate(45deg);
}

.vt-faq details p {
  max-width: 780px;
  margin: -.25rem 0 1.4rem;
  color: #b9aaa1;
  line-height: 1.7;
}

.vt-final {
  position: relative;
  overflow: hidden;
  padding: clamp(5.5rem, 10vw, 10rem) 1.25rem;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, .18), transparent 25%),
    linear-gradient(135deg, #793719, #bf6634 58%, #7f2a25);
  color: #fff;
  text-align: center;
}

.vt-final::before,
.vt-final::after {
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  content: "";
}

.vt-final::before {
  top: -260px;
  left: -180px;
}

.vt-final::after {
  right: -180px;
  bottom: -300px;
}

.vt-final__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  margin: 0 auto;
}

.vt-final .vt-kicker {
  color: #ffd9bd;
}

.vt-final h2 em {
  font-weight: 400;
}

.vt-final__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0 1.5rem;
}

.vt-final__price del {
  color: #e2bba3;
  font-size: 1.2rem;
}

.vt-final__price strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.8rem, 7vw, 6.5rem);
  line-height: .8;
}

.vt-final__price span {
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vt-btn--light {
  background: #fff;
  color: #33180e !important;
}

.vt-final__inner > p:last-child {
  margin: 1.2rem 0 0;
  color: #efd4c3;
  font-size: .76rem;
}

.vt-mobile-buy {
  display: none;
}

.vt-js .vt-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2, .72, .2, 1);
}

.vt-js .vt-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .vt-quick-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .vt-quick-facts article:nth-child(2) {
    border-right: 0;
  }

  .vt-quick-facts article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--vt-line);
  }

  .vt-story {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 860px) {
  .vt-hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .vt-hero__media {
    min-height: 430px;
    order: 0;
  }

  .vt-hero__media::after {
    background: linear-gradient(0deg, var(--vt-espresso) 0%, transparent 38%);
  }

  .vt-hero__media img {
    min-height: 430px;
    object-position: 73% center;
  }

  .vt-hero__copy {
    order: 1;
    margin-top: -70px;
    padding-top: 0;
  }

  .vt-hero h1 {
    font-size: clamp(3.6rem, 12vw, 6rem);
  }

  .vt-story {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .vt-story__visual {
    min-height: 560px;
  }

  .vt-story__copy {
    padding: 4rem clamp(1.25rem, 6vw, 4rem);
  }

  .vt-demo__intro,
  .vt-demo__grid {
    grid-template-columns: 1fr;
  }

  .vt-demo__intro {
    gap: 1.3rem;
  }

  .vt-variant-grid {
    grid-template-columns: 1fr;
  }

  .vt-faq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .wa-page-promo-vitos .webapp-main {
    padding-bottom: 74px;
  }

  .vt-hero__media,
  .vt-hero__media img {
    min-height: 350px;
  }

  .vt-hero__copy {
    margin-top: -42px;
    padding: 0 1.05rem 3.5rem;
  }

  .vt-offer-pill {
    gap: .5rem;
  }

  .vt-offer-pill small {
    display: none;
  }

  .vt-hero h1 {
    font-size: clamp(3.25rem, 17vw, 4.9rem);
  }

  .vt-lead {
    font-size: 1rem;
  }

  .vt-hero__proofs {
    gap: .45rem;
  }

  .vt-hero__proofs span {
    padding: .45rem .65rem;
    font-size: .7rem;
  }

  .vt-price-card {
    align-items: flex-end;
    padding: .9rem;
  }

  .vt-price-card__seal {
    width: 62px;
    height: 62px;
    font-size: .8rem !important;
  }

  .vt-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vt-btn {
    width: 100%;
  }

  .vt-quick-facts {
    grid-template-columns: 1fr;
  }

  .vt-quick-facts article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--vt-line);
    padding: 1.45rem 1.1rem;
  }

  .vt-quick-facts article:nth-child(-n + 4) {
    border-bottom: 1px solid var(--vt-line);
  }

  .vt-story__visual {
    min-height: 520px;
  }

  .vt-story h2,
  .vt-demo h2,
  .vt-product h2,
  .vt-variants h2,
  .vt-faq h2,
  .vt-final h2 {
    max-width: 100%;
    font-size: clamp(2.55rem, 11.4vw, 3.75rem);
    overflow-wrap: break-word;
  }

  .vt-demo,
  .vt-product,
  .vt-variants,
  .vt-faq {
    padding-right: 1.05rem;
    padding-left: 1.05rem;
  }

  .vt-video-shell__badge {
    right: .6rem;
    bottom: .6rem;
    left: .6rem;
    justify-content: center;
  }

  .vt-steps li {
    grid-template-columns: 44px 1fr;
  }

  .vt-product__facts {
    grid-template-columns: 1fr;
  }

  .vt-product__facts article {
    min-height: 260px;
  }

  .vt-variant-card {
    padding: 2rem 1.25rem;
  }

  .vt-variant-card h3 {
    font-size: 4.2rem;
  }

  .vt-variant-card__price {
    flex-wrap: wrap;
  }

  .vt-faq {
    gap: 2.2rem;
  }

  .vt-faq summary {
    font-size: 1.18rem;
  }

  .vt-final__price {
    flex-wrap: wrap;
  }

  .vt-mobile-buy {
    position: fixed;
    z-index: 1042;
    right: .65rem;
    bottom: .65rem;
    left: .65rem;
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 4px;
    padding: .55rem .6rem .55rem .85rem;
    background: rgba(16, 12, 10, .95);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .42);
    color: #fff;
    backdrop-filter: blur(14px);
  }

  .vt-mobile-buy span,
  .vt-mobile-buy strong {
    display: block;
  }

  .vt-mobile-buy span {
    color: #bbaea5;
    font-size: .68rem;
    text-transform: uppercase;
  }

  .vt-mobile-buy strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.45rem;
    line-height: 1;
  }

  .vt-mobile-buy a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: .5rem;
    border-radius: 3px;
    padding: .65rem 1rem;
    background: var(--vt-copper-bright);
    color: #1b0d07 !important;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vt-promo *,
  .vt-promo *::before,
  .vt-promo *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }

  .vt-js .vt-reveal {
    opacity: 1;
    transform: none;
  }
}
