/* Focused presentation fixes added after the main stylesheet. */
.offer-banner {
  background: linear-gradient(90deg, #b78b2f, #e2c36b 48%, #b78b2f);
  color: #0a0906;
  border-bottom: 1px solid #f2d98a;
}

.offer-banner-inner {
  min-height: 46px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  color: inherit;
}

.offer-banner-inner:hover {
  color: #000;
}

.offer-banner-label {
  padding: 3px 8px;
  border: 1px solid #17140c;
  font: 700 0.75rem/1.4 var(--mono);
  letter-spacing: 0.05em;
}

.offer-banner-message {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.45;
}

.offer-banner-price {
  font: 600 0.9rem/1.4 var(--mono);
  white-space: nowrap;
}

.offer-banner-price s,
.hero-deal s,
.offer-includes s,
.offer-total s {
  opacity: 0.62;
  text-decoration-thickness: 1px;
}

.hero-deal {
  max-width: 540px;
  margin: 25px 0 21px;
  padding: 5px 17px;
  border: 1px solid #554929;
  border-radius: 10px;
  background: #14130f;
}

.hero-deal > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid #302c20;
  font-size: 0.94rem;
}

.hero-deal > div:last-child {
  border-bottom: 0;
}

.hero-deal strong {
  color: var(--gold-light);
  font: 600 0.95rem/1.4 var(--mono);
  white-space: nowrap;
}

.hero-deal-total span,
.hero-deal-total strong {
  color: var(--text);
  font-weight: 800;
}

.hero-deal-total strong {
  font-size: 1.25rem;
}

.hero-offer-note {
  max-width: 540px;
  margin-top: 13px;
  font-size: 0.79rem;
  line-height: 1.65;
}

.video-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px 16px;
}

.landing-demo .video-links a {
  color: var(--gold);
}

.offer-includes .gift-line dd {
  display: flex;
  gap: 8px;
}

.offer-total > span:first-child s {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 400;
}

.automation-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #111;
}

.automation-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1150px) and (min-width: 901px) {
  .automation-image {
    display: none;
  }
}

@media (max-width: 900px) {
  .automation-image {
    display: block;
  }
}

@media (max-width: 620px) {
  .offer-banner-inner {
    min-height: 54px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding-block: 6px;
  }

  .offer-banner-label {
    display: none;
  }

  .offer-banner-message {
    text-align: left;
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .offer-banner-price {
    font-size: 0.78rem;
  }

  .hero-deal {
    margin-block: 21px 18px;
    padding-inline: 14px;
  }

  .hero-deal > div {
    gap: 12px;
    font-size: 0.88rem;
  }

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