/* PowerThrive - Custom Styles */

:root {
  --primary-gold: #e6c15d;
  --primary-blue: #0a192f;
  --light-text: #e8e8e8;
  --font-heading: "Oswald", sans-serif;
  --font-display: "Bebas Neue", cursive;
  --font-body: "Roboto", sans-serif;
}

body {
  font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
}

.navbar,
.bg-dark {
  background-color: var(--primary-blue) !important;
}

/* Enhanced hero section - Much easier to read */
.hero-section {
  background-repeat: repeat;
  background-position: top center;
  background-size: 400px;
  padding: 60px 0 40px;
  position: relative;
  overflow: hidden;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(10, 25, 47, 0.95) 0%,
    rgba(10, 25, 47, 0.85) 100%
  );
  pointer-events: none;
}

.hero-section > .container {
  position: relative;
  z-index: 1;
}

.hero-title {
  font-family: "Impact", "Arial Black", var(--font-display);
  font-size: 5.5rem;
  line-height: 0.95;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 900;
  font-stretch: condensed;
  font-style: italic;
  color: #f5f5dc;
  -webkit-text-stroke: 10px #0a192f;
  text-stroke: 6px #0a192f;
  paint-order: stroke fill;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.8);
}

.hero-subtitle {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--light-text);
  margin-bottom: 25px;
  font-weight: 300;
  letter-spacing: 1px;
}

.hero-description {
  font-family: var(--font-body);
  font-size: 1.15rem;
  line-height: 1.9;
  color: #d0d0d0;
  margin-bottom: 35px;
  font-weight: 300;
  max-width: 600px;
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 4rem;
    line-height: 1;
  }

  .hero-subtitle {
    font-size: 1.4rem;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 3rem;
    line-height: 1;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .hero-section {
    padding: 28px 0 20px;
    min-height: auto;
  }
}

/* Testimonial Cards */
.testimonial-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(230, 193, 93, 0.15);
}

.testimonial-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var\(--primary-gold\);
  margin-bottom: 15px;
}

.testimonial-name {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.testimonial-location {
  font-family: var(--font-body);
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 15px;
  font-weight: 300;
}

.testimonial-text {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  font-style: normal;
  position: relative;
  padding-left: 20px;
  font-weight: 300;
}

.testimonial-text::before {
  content: '"';
  font-size: 3rem;
  color: var\(--primary-gold\);
  position: absolute;
  left: -10px;
  top: -10px;
  font-family: Georgia, serif;
}

.rating-stars {
  margin-top: 15px;
}

.verified-badge {
  background: #28a745;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  display: inline-block;
  margin-top: 10px;
}

/* Enhanced CTA section */
.cta-section {
  background: linear-gradient(to bottom, #0a192f 0%, #0a192f 100%);
}

/* Price box enhancements */
.price-box {
  transition: all 0.3s ease;
}

.price-box:hover {
  transform: scale(1.05);
}

/* Make bottle images more prominent - sized by supply duration */
.price-box img[alt*="Bottle"] {
  transition: transform 0.3s ease;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.15));
}

/* 1 Bottle (30 day) - Smallest */
.price-box img[alt="1 Bottle"] {
  max-width: 140px !important;
}

/* 3 Bottles (90 day) - Medium */
.price-box img[alt="3 Bottles"] {
  max-width: 200px !important;
}

/* 6 Bottles (180 day) - Biggest */
.price-box img[alt="6 Bottles"] {
  max-width: 280px !important;
}

.price-box:hover img[alt*="Bottle"] {
  transform: scale(1.1);
  filter: drop-shadow(0 12px 30px rgba(230, 193, 93, 0.3));
}

.featured-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  background: var\(--primary-gold\);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 0.9rem;
  box-shadow: 0 4px 10px rgba(230, 193, 93, 0.4);
}

/* Ingredient cards */
.ingredient-card {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
}

.ingredient-card:hover {
  transform: translateY(-10px);
}

.ingredient-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 0 auto 15px;
  display: block;
  background: white;
  padding: 2px;
  border-radius: 50%;
  border: 2px solid white;
}

/* Benefits section */
.benefit-icon-box {
  text-align: center;
  padding: 30px 20px;
  background: white;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.benefit-icon-box:hover {
  background: #f8f9fa;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Section separators */
.section-separator {
  width: 80px;
  height: 4px;
  background: var\(--primary-gold\);
  margin: 20px auto;
}

.section-title {
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 1px;
}

.section-subtitle {
  font-family: var(--font-body);
  font-weight: 300;
}

/* Countdown timer - HIDDEN */
.countdown {
  display: none;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}

.countdown > div {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 25px;
  border-radius: 10px;
  min-width: 100px;
}

.countdown span {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: var(--font-display);
  color: var\(--primary-gold\);
}

.countdown .smalltext {
  font-size: 0.9rem;
  font-family: var(--font-body);
  color: #fff;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Stats Section */
.stats-section {
  background: var\(--primary-blue\);
  padding: 40px 0;
  border-top: 1px solid rgba(230, 193, 93, 0.2);
  border-bottom: 1px solid rgba(230, 193, 93, 0.2);
}

.stat-item {
  text-align: center;
  padding: 15px 10px;
}

.stat-number {
  font-family: var(--font-display);
  font-size: 3.5rem;
  color: var\(--primary-gold\);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.stat-label {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--primary-blue);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.stat-icon {
  font-size: 2rem;
  color: var\(--primary-gold\);
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .stats-section {
    padding: 20px 0;
  }

  .stat-item {
    padding: 8px 5px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stat-label {
    font-size: 0.75rem;
    letter-spacing: 0.5px;
  }

  .stat-icon {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}

/* Guarantee Section */
.guarantee-section {
  background: #0a192f;
  position: relative;
  overflow: hidden;
}

.guarantee-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(10, 10, 10, 0.95) 0%,
    rgba(26, 26, 26, 0.9) 100%
  );
  z-index: 1;
}

.guarantee-box {
  position: relative;
  z-index: 2;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(240, 248, 255, 0.95) 100%
  );
  border-radius: 20px;
  padding: 60px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 50px;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.guarantee-badge {
  flex-shrink: 0;
  text-align: center;
}

.badge-circle {
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px rgba(255, 165, 0, 0.5);
  border: 8px solid white;
  position: relative;
  margin: 0 auto 15px;
}

.badge-circle::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border: 2px solid #ffd700;
  border-radius: 50%;
}

.badge-inner {
  text-align: center;
}

.badge-days {
  display: block;
  font-family: var(--font-display);
  font-size: 4.5rem;
  font-weight: bold;
  color: #0a192f;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.badge-text {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: bold;
  color: #0a192f;
  letter-spacing: 2px;
}

.badge-label {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: bold;
  color: #ffd700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.guarantee-content {
  flex: 1;
}

.guarantee-title {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: bold;
  color: var\(--primary-gold\);
  margin-bottom: 0;
  line-height: 1.2;
  letter-spacing: 1px;
}

.guarantee-subtitle {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: bold;
  color: #0a192f;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 2px;
}

.guarantee-text {
  font-family: var(--font-body);
  font-size: 1.15rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
}

.guarantee-text strong {
  color: var\(--primary-gold\);
  font-weight: 600;
}

@media (max-width: 991px) {
  .guarantee-box {
    flex-direction: column;
    padding: 40px 30px;
    gap: 30px;
  }

  .guarantee-title {
    font-size: 2rem;
  }

  .guarantee-subtitle {
    font-size: 3rem;
  }

  .badge-circle {
    width: 150px;
    height: 150px;
  }

  .badge-days {
    font-size: 3.5rem;
  }
}

@media (max-width: 576px) {
  .guarantee-box {
    padding: 30px 20px;
  }

  .guarantee-title {
    font-size: 1.5rem;
  }

  .guarantee-subtitle {
    font-size: 2.5rem;
  }

  .guarantee-text {
    font-size: 1rem;
  }

  .badge-circle {
    width: 120px;
    height: 120px;
  }

  .badge-days {
    font-size: 2.8rem;
  }

  .badge-text {
    font-size: 1.2rem;
  }
}

/* References Section */
.references-list {
  font-size: 0.9rem;
  line-height: 1.8;
  column-count: 2;
  column-gap: 40px;
}

.references-list ol {
  color: #444;
  margin-bottom: 0;
  padding-left: 20px;
}

.references-list li {
  break-inside: avoid-column;
  page-break-inside: avoid;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .references-list {
    column-count: 1;
  }
}

/* Enhanced Order CTA Button */
.btn-order-cta {
  background: linear-gradient(135deg, #e6c15d 0%, #ff6b2b 50%, #e6c15d 100%);
  background-size: 200% 200%;
  border: none;
  color: white;
  padding: 18px 55px;
  font-family: "Roboto", var(--font-body);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: none;
  border-radius: 50px;
  box-shadow:
    0 8px 25px rgba(230, 193, 93, 0.4),
    0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-order-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.btn-order-cta:hover {
  background-position: 100% 0;
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 12px 35px rgba(230, 193, 93, 0.5),
    0 6px 15px rgba(0, 0, 0, 0.2);
  color: white;
}

.btn-order-cta:hover::before {
  left: 100%;
}

.btn-order-cta:active {
  transform: translateY(-1px) scale(1);
  box-shadow: 0 6px 20px rgba(230, 193, 93, 0.35);
}

/* ========================================
   Order Section Redesign - Mobile-First
   ======================================== */

.order-section {
  background: linear-gradient(180deg, #0a192f 0%, #0a192f 100%);
  position: relative;
  overflow: hidden;
}

.order-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
    circle at 50% 50%,
    rgba(230, 193, 93, 0.05) 0%,
    transparent 70%
  );
  pointer-events: none;
}

/* Price Card Styling */
.price-card {
  background: linear-gradient(to bottom, #fff 0%, #f8f9fa 100%);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.price-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

/* Soft Blue Card Variants */
.price-card-yellow {
  background: linear-gradient(to bottom, #d4ebff 0%, #8fc4ff 100%);
  border: 3px solid #5a9fd9;
  box-shadow: 0 15px 50px rgba(90, 159, 217, 0.4);
  transform: scale(1.05);
}

.price-card-yellow:hover {
  transform: translateY(-10px) scale(1.07);
  box-shadow: 0 25px 70px rgba(90, 159, 217, 0.5);
}

.price-card-light-yellow {
  background: linear-gradient(to bottom, #e6f3ff 0%, #c9e2ff 100%);
  border: 2px solid #8fc4ff;
}

/* Clean Badge (no chevron, no pixelation) */
.price-card-badge {
  background: linear-gradient(135deg, #6eb5ff 0%, #91c7ff 100%);
  color: #fff;
  padding: 12px 20px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(110, 181, 255, 0.4);
  border-bottom: 3px solid #4a8fd9;
  border-radius: 0;
}

.price-card-badge-secondary {
  background: linear-gradient(135deg, #b3d9ff 0%, #d4ebff 100%);
  color: #2563a6;
  border-bottom: 3px solid #6eb5ff;
}

/* Card Header */
.price-card-header {
  padding: 25px 20px 15px;
  text-align: center;
  background: transparent;
}

.price-card-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.price-card-subtitle {
  font-family: var(--font-body);
  font-size: 1rem;
  color: #666;
  font-weight: 400;
  margin-bottom: 0;
}

/* Different subtitle sizes for each package (Desktop only) */
.price-card-yellow .price-card-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
}

.price-card-light-yellow .price-card-subtitle {
  font-size: 1.1rem;
}

/* Bottle image sizes in price cards (Desktop) - Much bigger */
.price-card-yellow .price-card-image,
.price-card-yellow img[alt*="Bottle"],
img[src*="bottle6"] {
  width: 450px !important;
  max-width: 450px !important;
  min-width: 450px !important;
}

.price-card-light-yellow .price-card-image,
.price-card-light-yellow img[alt*="Bottle"],
img[src*="bottle3"] {
  width: 340px !important;
  max-width: 340px !important;
  min-width: 340px !important;
}

/* 30-day package gets smallest size */
.price-card:not(.price-card-yellow):not(.price-card-light-yellow)
  .price-card-image,
.price-card:last-child .price-card-image,
img[src*="bottle1"] {
  width: 240px !important;
  max-width: 240px !important;
  min-width: 240px !important;
}

/* Card Body */
.price-card-body {
  padding: 0 10px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

/* Image Wrapper */
.price-card-image-wrapper {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: visible;
}

.price-card-image {
  height: auto;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.15));
  transition: transform 0.3s ease;
}

.price-card:hover .price-card-image {
  transform: scale(1.08);
}

/* Price Display */
.price-card-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  padding: 15px 0;
}

.price-main {
  font-family: var(--font-display);
  line-height: 1;
  color: #2563a6;
  display: flex;
  align-items: flex-start;
}

.price-currency {
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 8px;
  margin-right: 2px;
}

.price-amount {
  font-size: 5.85rem;
  font-weight: 700;
}

.price-label {
  font-family: var(--font-body);
  font-size: 1rem;
  color: #666;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

/* Features List */
.price-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.price-card-features li {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: #333;
  padding: 8px 0;
  display: flex;
  align-items: center;
  font-weight: 400;
}

.price-card-features li i {
  color: #28a745;
  margin-right: 10px;
  font-size: 1rem;
  flex-shrink: 0;
}

.price-card-features li strong {
  color: var\(--primary-gold\);
  font-weight: 600;
}

/* Payment Cards */
.payment-cards {
  max-width: 180px;
  margin: 0 auto 15px;
  display: block;
  opacity: 0.8;
}

/* Total Pricing */
.price-card-total {
  text-align: center;
  padding: 15px;
  background: linear-gradient(to right, #f8f9fa, #fff, #f8f9fa);
  border-radius: 10px;
  margin-bottom: 10px;
  border: 2px dashed #ddd;
}

.total-label {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 600;
  color: #666;
  margin-right: 8px;
}

.total-old {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
  font-weight: 900;
}

.total-new {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: #2563a6;
}

/* Shipping Info */
.price-card-shipping {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #666;
  text-align: center;
  margin: 0;
}

.price-card-shipping strong {
  color: var\(--primary-gold\);
  font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .price-card-yellow {
    transform: scale(1);
  }

  .price-card-yellow:hover {
    transform: translateY(-10px) scale(1.02);
  }

  .price-amount {
    font-size: 3.5rem;
  }

  .price-card-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .price-card {
    margin-bottom: 40px;
  }

  .price-amount {
    font-size: 4.5rem;
  }

  .price-currency {
    font-size: 3rem;
  }

  .price-label {
    font-size: 1.1rem;
  }

  .btn-order-cta {
    padding: 14px 35px;
    font-size: 1rem;
  }

  /* Make all bottles same size on mobile */
  .price-card-image,
  .price-card-yellow .price-card-image,
  .price-card-light-yellow .price-card-image {
    max-width: 200px !important;
  }

  /* Make all subtitles same size on mobile */
  .price-card-subtitle,
  .price-card-yellow .price-card-subtitle,
  .price-card-light-yellow .price-card-subtitle {
    font-size: 1rem !important;
  }
}

/* Trust Badges */
.trust-badges {
  gap: 3rem !important;
}

.trust-badge-img {
  max-height: 110px;
  transition: transform 0.3s ease;
}

.trust-badge-img:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .trust-badges {
    gap: 1.5rem !important;
  }

  .trust-badge-img {
    max-height: 50px;
  }
}

/* Order Section Heading - Responsive */
.order-heading {
  font-size: 2.5rem;
}

/* Each segment never wraps internally */
.order-segment {
  white-space: nowrap;
  display: inline;
}

/* Break points - inline (space) by default */
.break-2,
.break-3 {
  display: inline;
}

/* Layout 1 (default): All on one line */

/* Layout 2 (≤850px): Break before "While Stock Lasts" */
@media (max-width: 850px) {
  .order-heading {
    font-size: 2rem;
  }

  .break-2 {
    display: block;
    font-size: 0;
  }
}

/* Layout 3 (≤550px): Also break after "Discounted" */
@media (max-width: 550px) {
  .order-heading {
    font-size: 1.4rem;
  }

  .break-3 {
    display: block;
    font-size: 0;
  }
}

/* Video Section - Same background as hero */
#video-section {
  background-image: url("../img/polygon_pattern_bg.png");
  background-size: 400px;
  background-position: top center;
  background-repeat: repeat;
  padding: 60px 0 40px;
  position: relative;
  overflow: hidden;
  min-height: auto;
}

#video-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(26, 26, 26, 0.75) 100%
  );
  pointer-events: none;
}

#video-section > * {
  position: relative;
  z-index: 1;
}

/* Video wrapper styling */
.video-wrapper {
  max-width: 90vh;
  margin: 0 auto;
  padding: 0 15px;
}

.vsl-container {
  max-width: 1200px;
  margin: 0 auto;
}

.top-vsl-heading {
  font-family: "Impact", "Arial Black", var(--font-display);
  font-size: 3.5rem;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
  font-weight: 900;
}

@media (max-width: 768px) {
  .top-vsl-heading {
    font-size: 1.8rem;
  }

  #video-section {
    padding: 40px 0 30px;
  }
}
