/* ============================================================
   BannerUps — Additions v2.1
   ============================================================ */

/* Prevent horizontal page overflow on all devices */
html { overflow-x: hidden; }

/* ── Inline star rating below product title (anchor link to reviews) ── */
.bu-hero-rating {
  display: inline-block;
  margin: 0.35rem 0 0.1rem;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.18s ease;
}
.bu-hero-rating:hover { opacity: 0.72; }
.bu-hero-rating .glsr-summary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.bu-hero-rating .glsr-summary-stars {
  display: flex;
  gap: 1px;
}
.bu-hero-rating .glsr-summary-stars .glsr-star-full,
.bu-hero-rating .glsr-summary-stars .glsr-star-half {
  color: #b23b2c !important;
  font-size: 1rem;
}
.bu-hero-rating .glsr-summary-stars .glsr-star-empty {
  color: rgba(26,27,38,0.2) !important;
  font-size: 1rem;
}
.bu-hero-rating .glsr-summary-rating {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a1b26;
}
.bu-hero-rating .glsr-summary-count {
  font-size: 0.82rem;
  color: rgba(26,27,38,0.5);
}
.bu-hero-rating .glsr-summary-count a {
  color: #b23b2c;
  text-decoration: none;
}
.bu-hero-rating .glsr-summary-count a:hover {
  text-decoration: underline;
}
/* hide the bars — we only want the compact star line */
.bu-hero-rating .glsr-bar-graph { display: none !important; }

/* ── Product page reviews section ── */
.bu-reviews-section {
  max-width: 1160px;
  margin: 3.5rem auto 0;
  padding: 2.5rem 1.5rem 3rem;
  border-top: 1px solid rgba(26,27,38,0.1);
}
.bu-reviews-heading {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1a1b26;
  margin: 0 0 1.25rem;
}
.bu-reviews-form-wrap {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(26,27,38,0.08);
}
.bu-reviews-form-heading {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1b26;
  margin: 0 0 1rem;
}
/* Site Reviews plugin overrides — match theme style */
.glsr-field input,
.glsr-field textarea,
.glsr-field select {
  border: 1px solid rgba(26,27,38,0.18) !important;
  border-radius: 8px !important;
  font-family: inherit !important;
  font-size: 0.88rem !important;
  padding: 0.55rem 0.85rem !important;
  transition: border-color 0.2s ease !important;
}
.glsr-field input:focus,
.glsr-field textarea:focus {
  border-color: #b23b2c !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(178,59,44,0.12) !important;
}
.glsr-field label {
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  color: #1a1b26 !important;
}
.glsr-button,
.glsr-submit-button {
  background: #b23b2c !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  padding: 0.55rem 1.5rem !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
}
.glsr-button:hover,
.glsr-submit-button:hover {
  background: #9a2f20 !important;
}
.glsr-review {
  padding: 1rem 0 !important;
  border-bottom: 1px solid rgba(26,27,38,0.07) !important;
}
.glsr-review-author {
  font-weight: 700 !important;
}
.glsr-review-rating .glsr-star-full {
  color: #b23b2c !important;
}
.glsr-summary-stars .glsr-star-full {
  color: #b23b2c !important;
}

/* FAQ PAGE HERO */
.faq-page-hero {
  background: #1a1b26;
  padding: 5rem 1.5rem 4rem;
  text-align: center;
}
.faq-page-hero-inner {
  max-width: 720px;
  margin: 0 auto;
}
.faq-page-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #b23b2c;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
}
.faq-page-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 1rem;
  line-height: 1.15;
}
.faq-page-dek {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.65);
  margin: 0;
  line-height: 1.65;
}

/* FAQ page section category labels */
.pp-faq-cat-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #b23b2c;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}
.pp-faq-cat-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a1b26;
  margin: 0 0 2rem;
  line-height: 1.2;
}

/* Alternate section bg for visual rhythm */
.pp-faq--alt {
  background: #ffffff;
}

/* HERO RIBBON */
.hero-ribbon {
  background-color: #b23b2c;
  width: 100%;
  padding: 0.9rem 1.5rem;
}
.hero-ribbon-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.hero-ribbon-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
  padding: 0.15rem 2.5rem;
}
.hero-ribbon-icon {
  font-size: 1rem;
  opacity: 0.9;
}
.hero-ribbon-icon img {
  filter: brightness(0) invert(1);
  vertical-align: middle;
}
.hero-ribbon-sep {
  width: 1px;
  height: 1.2em;
  background: rgba(255,255,255,0.35);
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .hero-ribbon-inner { flex-direction: column; gap: 0.4rem; }
  .hero-ribbon-sep { display: none; }
  .hero-ribbon-item { padding: 0.1rem 1rem; white-space: normal; text-align: center; justify-content: center; }
}

/* BEFORE / AFTER CROSSFADE */
.pain-section .wp-block-columns {
  align-items: flex-end !important;
}
.pain-btn-row {
  display: flex;
  gap: var(--wp--style--block-gap, 2em);
  margin-top: 2rem;
}
.pain-btn-col {
  flex: 0 0 50%;
  max-width: 50%;
}

.before-after-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 88%;
  padding-bottom: 66%; /* 4:3 of 88% width — overridden when inside stretched column */
  background: #f5f5f7;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  margin: 0 auto;
}

/* Stretch the before-after box to match the left column height */
.section-pad:has(.before-after-box) .wp-block-columns {
  align-items: stretch;
}
.section-pad:has(.before-after-box) .wp-block-column:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-pad:has(.before-after-box) .before-after-box {
  flex: 1;
  padding-bottom: 0;
  min-height: 380px;
}

.before-after-img {
  position: absolute;
  inset: 0;
}
.before-after-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Before: visible → fades out, After: hidden → fades in */
.before-after-img--before {
  animation: ba-fade-before 6s ease-in-out infinite;
  will-change: opacity;
  z-index: 2;
}
.before-after-img--after {
  z-index: 1;
}

@keyframes ba-fade-before {
  0%   { opacity: 1; }
  40%  { opacity: 1; }
  55%  { opacity: 0; }
  90%  { opacity: 0; }
  100% { opacity: 1; }
}

.before-after-label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: #1a1b26;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
}
.before-after-label--after {
  background: #b23b2c;
}

/* VIDEO MODAL */
.bu-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.bu-video-modal[hidden] { display: none; }

.bu-video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.bu-video-modal-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  z-index: 1;
}

.bu-video-modal-close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.bu-video-modal-close:hover { opacity: 1; }

.bu-video-modal-iframe-wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 80px rgba(0,0,0,0.6);
}
.bu-video-modal-iframe-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* HERO TRUST BADGES */
.hero-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.hero-trust-badge {
  font-size: 0.82rem;
  font-weight: 600;
  color: #1a1b26;
  background: rgba(26,27,38,0.06);
  border: 1px solid rgba(26,27,38,0.12);
  border-radius: 50px;
  padding: 0.35rem 0.9rem;
}

/* PRODUCT BADGES */
.product-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.22rem 0.7rem;
  border-radius: 50px;
  margin-bottom: 0.75rem;
}
.product-badge--bestseller,
.product-badge--popular,
.product-badge--new,
.product-badge--guide      { background: #1a1b26; color: #ffffff; border: none; transition: background 0.2s ease; }

.product-card:hover .product-badge--bestseller,
.product-card:hover .product-badge--popular,
.product-card:hover .product-badge--new,
.product-card:hover .product-badge--guide { background: #b23b2c; }

/* STEPS CTA */
.steps-cta {
  text-align: center;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(26,27,38,0.08);
}
.steps-cta-label {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1b26;
  margin-bottom: 1rem;
}
.steps-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}
.steps-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1a1b26;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.22s ease;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
}
.steps-cta-secondary:hover { color: #b23b2c; }


/* PAIN / SOLUTION SECTION */
.pain-quote {
  border-left: 4px solid #b23b2c;
  margin: 1.5rem 0;
  padding: 0.75rem 1.25rem;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #1a1b26;
}

.solution-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background-color: rgba(178,59,44,0.06);
  border: 1px solid rgba(178,59,44,0.18);
  border-radius: 12px;
  padding: 1.4rem 1.5rem;
  margin: 1.5rem 0;
}

.solution-card-icon {
  background-color: #b23b2c;
  border-radius: 8px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.solution-card-body { flex: 1; }

.solution-card-title {
  font-weight: 700 !important;
  font-size: 1rem !important;
  color: #1a1b26 !important;
  margin: 0 0 0.4rem !important;
}

.solution-card-text {
  font-size: 0.9rem !important;
  color: rgba(26,27,38,0.72) !important;
  line-height: 1.75 !important;
  margin: 0 !important;
}

.pain-cta-btn {
  display: inline-block;
  background-color: #b23b2c;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  margin-top: 1.25rem;
  transition: background-color 0.22s ease, transform 0.22s ease;
}
.pain-cta-btn:hover {
  background-color: #000000 !important;
  transform: translateY(-2px);
}

/* AWARDS BAR */
.awards-bar { background-color: var(--bu-burgundy); padding: 2.5rem 1.5rem; }
.awards-bar-inner { max-width: 1160px; margin: 0 auto; text-align: center; }
.awards-bar-label { font-size: 0.72rem !important; font-weight: 700 !important; letter-spacing: 0.14em !important; text-transform: uppercase; color: rgba(255,244,239,0.4) !important; margin-bottom: 1.25rem !important; }
.awards-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1rem 1.5rem; }
.award-badge { display: flex; align-items: center; gap: 0.75rem; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--bu-radius-md); padding: 0.9rem 1.5rem; transition: background var(--bu-transition); }
.award-badge:hover { background: rgba(255,255,255,0.13); }
.award-icon { font-size: 1.75rem; line-height: 1; }
.award-text-title { font-size: 0.88rem !important; font-weight: 700 !important; color: var(--bu-white) !important; margin: 0 !important; line-height: 1.2 !important; }
.award-text-sub { font-size: 0.72rem !important; color: var(--bu-coral) !important; margin: 0.15rem 0 0 !important; }
.award-pub-placeholder { background: rgba(255,255,255,0.05); border: 1px dashed rgba(255,255,255,0.15); border-radius: var(--bu-radius-sm); padding: 0.75rem 1.5rem; color: rgba(255,244,239,0.3) !important; font-size: 0.78rem !important; font-style: italic; }

/* MINI PULL-QUOTE */
.mini-testimonial { background: linear-gradient(135deg, var(--bu-off-white) 0%, var(--bu-cream) 100%); border-left: 5px solid var(--bu-orange); border-radius: 0 var(--bu-radius-md) var(--bu-radius-md) 0; padding: 1.5rem 2rem; max-width: 760px; margin: 2.5rem auto 0 !important; }
.mini-testimonial-quote { font-size: 1.1rem !important; font-weight: 600 !important; font-style: italic; color: var(--bu-dark) !important; line-height: 1.6 !important; margin-bottom: 0.6rem !important; }
.mini-testimonial-author { font-size: 0.82rem !important; color: var(--bu-orange) !important; font-weight: 700 !important; margin: 0 !important; }

/* COMPARISON TABLE */
.comparison-section { background-color: var(--bu-off-white); }
.comparison-wrap { overflow-x: auto; border-radius: var(--bu-radius-lg); box-shadow: 0 4px 24px var(--bu-shadow); border: 1px solid var(--bu-border); }
.comparison-table { width: 100%; border-collapse: collapse; background: var(--bu-white); min-width: 500px; }
.comparison-table th { padding: 1.1rem 1.5rem; font-family: var(--wp--preset--font-family--poppins); font-size: 0.88rem; font-weight: 700; text-align: center; }
.comparison-table th:first-child { text-align: left; background: var(--bu-off-white); color: var(--bu-mid); border-radius: var(--bu-radius-lg) 0 0 0; }
.comparison-table th.col-bu  { background: var(--bu-burgundy); color: var(--bu-white); }
.comparison-table th.col-old { background: #ede8e6; color: var(--bu-mid); border-radius: 0; }
.comparison-table td { padding: 0.9rem 1.5rem; font-size: 0.88rem; border-top: 1px solid var(--bu-border); vertical-align: middle; }
.comparison-table td:first-child { color: var(--bu-dark); font-weight: 600; }
.comparison-table td.col-bu  { text-align: left; background: rgba(88,14,15,0.03); color: var(--bu-burgundy); font-weight: 700; }
.comparison-table td.col-old { text-align: left; color: var(--bu-muted); }
.comparison-table tr:hover td { background: var(--bu-cream); }
.comparison-table tr:hover td.col-bu { background: rgba(88,14,15,0.06); }
.comparison-win  { color: var(--bu-orange) !important; }
.comparison-lose { color: #c0a0a0 !important; }

/* MATERIALS COMPAT */
.compat-section { background-color: var(--bu-cream); }
.compat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); gap: 1rem; margin-top: 2rem; }
.compat-item { background: var(--bu-white); border: 1px solid var(--bu-border); border-radius: var(--bu-radius-md); padding: 1.25rem 1rem; text-align: center; box-shadow: 0 2px 8px var(--bu-shadow); transition: transform var(--bu-transition), box-shadow var(--bu-transition); }
.compat-item:hover { transform: translateY(-3px); box-shadow: 0 8px 20px var(--bu-shadow); }
.compat-check { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: rgba(88,14,15,0.08); border-radius: 50%; color: var(--bu-orange); font-weight: 800; font-size: 1rem; margin-bottom: 0.6rem; }
.compat-name { font-size: 0.88rem !important; font-weight: 700 !important; color: var(--bu-burgundy) !important; margin: 0 0 0.2rem !important; }
.compat-note { font-size: 0.72rem !important; color: var(--bu-muted) !important; margin: 0 !important; }

/* FREE SAMPLE CTA */
.sample-section { background: linear-gradient(135deg, var(--bu-amber) 0%, #b87018 100%); padding: clamp(3rem,6vw,5rem) 1.5rem; }
.sample-inner { max-width: 1160px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 2rem; }
.sample-text h2 { color: var(--bu-white) !important; margin-bottom: 0.5rem !important; }
.sample-text p { color: rgba(255,255,255,0.85) !important; font-size: 1.05rem !important; max-width: 520px; }
.sample-eyebrow { display: inline-block; background: rgba(255,255,255,0.2); color: rgba(255,255,255,0.85) !important; font-size: 0.72rem !important; font-weight: 700 !important; letter-spacing: 0.14em !important; text-transform: uppercase; padding: 0.3rem 0.9rem; border-radius: var(--bu-radius-full); margin-bottom: 0.75rem !important; }
.btn-white .wp-block-button__link { background-color: var(--bu-white) !important; color: var(--bu-burgundy) !important; border-radius: var(--bu-radius-full) !important; font-weight: 800 !important; font-size: 1rem !important; box-shadow: 0 4px 20px rgba(0,0,0,0.15); transition: transform var(--bu-transition), box-shadow var(--bu-transition); }
.btn-white .wp-block-button__link:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.2); }
.btn-white-outline .wp-block-button__link { background-color: transparent !important; color: var(--bu-white) !important; border: 2px solid rgba(255,255,255,0.55) !important; border-radius: var(--bu-radius-full) !important; font-weight: 700 !important; transition: background-color var(--bu-transition); }
.btn-white-outline .wp-block-button__link:hover { background-color: rgba(255,255,255,0.15) !important; border-color: var(--bu-white) !important; }

/* HOW TO ORDER */
.order-section { background-color: var(--bu-white); }
.order-card { background: var(--bu-cream); border: 1px solid var(--bu-border); border-radius: var(--bu-radius-lg); padding: 2rem 1.75rem; text-align: center; transition: transform var(--bu-transition), box-shadow var(--bu-transition); height: 100%; }
.order-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px var(--bu-shadow); }
.order-card-icon { font-size: 2.5rem; line-height: 1; margin-bottom: 1rem; display: block; }
.order-card h3 { color: var(--bu-burgundy) !important; margin-bottom: 0.5rem !important; }
.order-card p  { color: var(--bu-mid) !important; font-size: 0.92rem !important; margin-bottom: 1.25rem !important; }
.order-note { background: rgba(88,14,15,0.05); border-radius: var(--bu-radius-md); padding: 1.25rem 1.5rem; margin-top: 2.5rem; text-align: center; }
.order-note p { color: var(--bu-mid) !important; font-size: 0.9rem !important; margin: 0 !important; }
.order-note strong { color: var(--bu-burgundy); }

/* VIDEO EMBED */
.video-embed-wrap { position: relative; border-radius: var(--bu-radius-lg); overflow: hidden; background: var(--bu-burg-dark); aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 32px rgba(88,14,15,0.25); }
.video-embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-placeholder { text-align: center; padding: 2rem; }
.video-placeholder-play { font-size: 3.5rem; line-height: 1; margin-bottom: 0.75rem; display: block; }
.video-placeholder p { color: rgba(255,244,239,0.45) !important; font-size: 0.9rem !important; }

/* STEPS PHOTO CARDS */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}
.step-photo-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease;
  cursor: default;
}
.step-photo-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 16px 40px rgba(0,0,0,0.15);
}
.step-photo-card:hover .step-photo-num {
  transform: scale(1.2) rotate(-8deg);
  background: #1a1b26;
}
.step-photo-card:hover .step-photo-wrap img {
  transform: scale(1.05);
}
.step-photo-card:hover .step-photo-title {
  color: #b23b2c !important;
}
.step-photo-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.step-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.step-photo-num {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: #b23b2c;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  z-index: 2;
  line-height: 1;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.22s ease;
}
.step-photo-body {
  padding: 1.25rem;
}
.step-photo-title {
  font-weight: 800 !important;
  font-size: 0.95rem !important;
  color: #1a1b26 !important;
  margin: 0 0 0.5rem !important;
  letter-spacing: 0.04em;
  transition: color 0.22s ease;
}
.step-photo-desc {
  font-size: 0.88rem !important;
  color: rgba(26,27,38,0.7) !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* WIND TUNNEL SECTION */
.windtunnel-section {
  background-color: #1a1b26;
  position: relative;
  overflow: hidden;
}

.wt-wind-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

@keyframes wt-streak {
  from { transform: translateX(0); }
  to   { transform: translateX(var(--wt-travel)); }
}

.wt-streak {
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,255,255,var(--wt-opacity-mid)) 25%,
    rgba(255,255,255,var(--wt-opacity-peak)) 50%,
    rgba(255,255,255,var(--wt-opacity-mid)) 75%,
    transparent 100%
  );
  filter: blur(var(--wt-blur));
  will-change: transform;
  animation: wt-streak linear infinite;
  animation-duration: var(--wt-dur);
  animation-delay: var(--wt-delay);
}

/* ── Product Spotlight — red rotating banner ── */
.spotlight-section {
  background: #b23b2c;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.spotlight-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}
.spotlight-heading {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 1;
}
/* slides constrained to a readable width and centered */
.spotlight-slides {
  width: 100%;
  max-width: 560px;
  height: 120px; /* fixed — prevents layout shift between slides */
  position: relative;
}
.spotlight-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.spotlight-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
/* product image */
.spotlight-img {
  flex-shrink: 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spotlight-img img {
  max-height: 112px;
  max-width: 120px;
  object-fit: contain;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.35));
}
/* copy — left-aligned */
.spotlight-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}
/* badge hidden — clean look matches design */
.spotlight-badge { display: none; }
.spotlight-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.spotlight-title:hover { opacity: 0.82; }
.spotlight-desc {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.45;
  margin: 0;
}
.spotlight-cta {
  display: inline-block;
  margin-top: 0.3rem;
  background: #ffffff;
  color: #b23b2c !important;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.45rem 1.3rem;
  border-radius: 999px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
.spotlight-cta:hover {
  background: #1a1b26 !important;
  color: #ffffff !important;
}
/* arrow navigation */
.spotlight-nav-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 660px;
  gap: 0.85rem;
}
.spotlight-nav-row .spotlight-slides {
  flex: 1;
  max-width: none;
}
.spotlight-arrow {
  flex-shrink: 0;
  background: rgba(255,255,255,0.18);
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
  transition: background 0.2s ease, transform 0.15s ease;
  padding: 0;
}
.spotlight-arrow:hover {
  background: rgba(255,255,255,0.35);
  transform: scale(1.08);
}
.spotlight-arrow svg { display: block; }
/* mobile */
@media (max-width: 600px) {
  .spotlight-inner { padding: 1.25rem 1.25rem 1rem; gap: 0.85rem; }
  .spotlight-heading { font-size: 1.1rem; }
  .spotlight-slides { height: 140px; }
  .spotlight-img { width: 90px; }
  .spotlight-img img { max-height: 90px; max-width: 90px; }
  .spotlight-slide { gap: 1rem; }
  .spotlight-title { font-size: 0.95rem; }
  .spotlight-desc { font-size: 0.8rem; }
  .spotlight-arrow { width: 44px; height: 44px; }
  .spotlight-arrow svg { width: 18px; height: 18px; }
}

/* ── Tape rollout entrance (fires once per session) ── */
.spotlight-section.tape-animate {
  clip-path: inset(0 100% 0 0);
  animation: tape-unroll 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s forwards;
}
@keyframes tape-unroll {
  from { clip-path: inset(0 100% 0 0); }
  to   { clip-path: inset(0 0% 0 0); }
}
/* content fades in toward end of unroll */
.spotlight-section.tape-animate .spotlight-inner {
  opacity: 0;
  animation: tape-content-in 0.5s ease 0.78s forwards;
}
@keyframes tape-content-in {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* tape roll disc — rides the leading edge of the reveal */
.spotlight-section.tape-animate::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  /* concentric rings: dark hub → tape body → highlight → edge */
  background: radial-gradient(circle at center,
    #4a1610 0% 18%,
    #8a2a1c 18% 38%,
    #c94a38 38% 58%,
    #9a2f20 58% 80%,
    #6b2018 80% 100%
  );
  box-shadow: 2px 2px 14px rgba(0,0,0,0.55);
  pointer-events: none;
  z-index: 5;
  animation: tape-roll-move 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s forwards;
}
@keyframes tape-roll-move {
  from { left: -26px; transform: translateY(-50%) rotate(0deg); }
  to   { left: calc(100% + 26px); transform: translateY(-50%) rotate(800deg); }
}

/* ── Starter Kits nav highlight — red row, white text ── */
.nav-starter-kits > a.wp-block-navigation-item__content,
.nav-starter-kits > button.wp-block-navigation-submenu__toggle {
  background-color: #b23b2c !important;
  color: #ffffff !important;
}
.nav-starter-kits > button.wp-block-navigation-submenu__toggle {
  border-left-color: rgba(255,255,255,0.3) !important;
  color: #ffffff !important;
}
.nav-starter-kits > a.wp-block-navigation-item__content:hover,
.nav-starter-kits:hover > a.wp-block-navigation-item__content {
  background-color: #9a2f20 !important;
  color: #ffffff !important;
}
.wp-block-navigation__responsive-container.is-menu-open .nav-starter-kits {
  background-color: #b23b2c !important;
}
.wp-block-navigation__responsive-container.is-menu-open
.nav-starter-kits > a.wp-block-navigation-item__content,
.wp-block-navigation__responsive-container.is-menu-open
.nav-starter-kits > button.wp-block-navigation-submenu__toggle {
  background-color: #b23b2c !important;
  color: #ffffff !important;
}
.wp-block-navigation__responsive-container.is-menu-open
.nav-starter-kits > a.wp-block-navigation-item__content:hover {
  color: #c8c8c8 !important;
}

.wt-lightning-canvas { will-change: opacity; }

.wt-lightning-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.wt-lightning-flash {
  position: absolute;
  inset: 0;
  background: rgba(200, 225, 255, 1);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.windtunnel-section .wt-wrap { position: relative; z-index: 3; }

/* Break overlays out of the constrained-layout max-width constraint */
.windtunnel-section .wt-wind-overlay,
.windtunnel-section .wt-lightning-canvas,
.windtunnel-section .wt-lightning-flash {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  height: 100%;
}

.wt-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 1rem 0;
}

/* Image column */
.wt-image-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.wt-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wt-image-badge {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: #b23b2c;
  border-radius: 14px;
  padding: 0.75rem 1.1rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
.wt-badge-num {
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}
.wt-badge-unit {
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.1em;
}
.wt-badge-label {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.2rem;
}

/* Content column */
.wt-content-col .section-eyebrow { color: #b23b2c !important; }

.wt-heading {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.15;
  margin: 0.5rem 0 1rem;
}
.wt-body {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
  margin: 0 0 1.5rem;
}
.wt-body--sub { font-size: 0.9rem; margin-top: 1.5rem; }
.wt-body--sub strong { color: #ffffff; }

/* Stats comparison */
.wt-stats {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 1.5rem;
}
.wt-stat { flex: 1; text-align: center; }
.wt-stat-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}
.wt-stat--old .wt-stat-label { color: rgba(255,255,255,0.75); }
.wt-stat--bu  .wt-stat-label { color: #b23b2c; }

.wt-stat-val {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}
.wt-stat--old .wt-stat-val { color: rgba(255,255,255,0.80); }
.wt-stat--bu  .wt-stat-val { color: #ffffff; }

.wt-stat-unit {
  font-size: 1rem;
  font-weight: 700;
  vertical-align: super;
}
.wt-stat-sub {
  font-size: 0.72rem;
  margin-top: 0.3rem;
}
.wt-stat--old .wt-stat-sub { color: rgba(255,255,255,0.75); }
.wt-stat--bu  .wt-stat-sub { color: rgba(255,255,255,0.6); }

.wt-stat-divider {
  font-size: 0.85rem;
  font-weight: 800;
  color: rgba(255,255,255,0.25);
  flex: 0 0 auto;
}

/* Watch button */
.wt-watch-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #b23b2c;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  margin-top: 0.5rem;
  transition: background-color 0.22s ease, transform 0.22s ease;
}
.wt-watch-btn:hover { background: #000000; transform: translateY(-2px); }

@media (max-width: 768px) {
  .wt-wrap { grid-template-columns: 1fr; gap: 2rem; }
  .wt-stats { flex-direction: column; gap: 1rem; }
  .wt-stat-divider { transform: rotate(90deg); }
}

/* ── Tape Guide Strip ────────────────────────────────────────── */
/* Outer section: padding wrapper only, no background */
.tape-guide-strip {
  padding: 2rem 1.5rem;
}
/* Box: constrained width, rounded corners, column layout */
.tape-guide-strip-inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
/* Red header row */
.tape-guide-strip-header {
  background: #b23b2c;
  padding: 0.6rem 2.5rem;
  position: relative;
  z-index: 2;
  text-align: center;
}
/* Image area: the body row */
.tape-guide-strip-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.75rem 2.5rem;
  min-height: 185px;
  background-image: url('/wp-content/uploads/2026/05/Gemini_Generated_Image_83lcbx83lcbx83lc-1024x559.webp');
  background-size: cover;
  background-position: center 45%;
}
/* Dark overlay over image area only */
.tape-guide-strip-body::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(26,27,38,0.92) 0%, rgba(26,27,38,0.82) 55%, rgba(26,27,38,0.65) 100%);
}
/* Content sits above overlay */
.tape-guide-strip-copy,
.tape-guide-strip-action {
  position: relative;
  z-index: 1;
}
.tape-guide-strip-action {
  flex-shrink: 0;
  max-width: 340px;
  text-align: right;
}
.tape-guide-strip-action .tape-guide-strip-desc {
  margin: 0;
  font-size: 1.035rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.65;
}
.tape-guide-strip-eyebrow {
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.tape-guide-strip-title {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 0.6rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 560px;
}
.tape-guide-strip-desc {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.7);
  margin: 0 0 1.4rem;
  line-height: 1.6;
  max-width: 480px;
}
.tape-guide-strip-btn {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  background: #b23b2c;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.88rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(178,59,44,0.35);
  transition: background 0.2s, transform 0.2s;
}
.tape-guide-strip-btn:hover { background: #991f12; transform: translateY(-2px); }
@media (max-width: 768px) {
  .tape-guide-strip { padding: 1.5rem 1rem; }
  .tape-guide-strip-inner { border-radius: 14px; }
  .tape-guide-strip-header { padding: 0.55rem 1.25rem; }
  .tape-guide-strip-body { padding: 1.5rem 1.25rem; min-height: 0; }
  .tape-guide-strip-body::before { background: rgba(26,27,38,0.75); }
  .tape-guide-strip-title { font-size: 1.3rem; }
  .tape-guide-strip-desc { display: none; }
}

/* TIME SAVINGS SECTION */
.timesavings-section { background-color: #f5f5f7; }

.ts-race {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 820px;
  margin: 2.5rem auto 0;
  flex-wrap: wrap;
}
.ts-race-item { flex: 1; min-width: 220px; }
.ts-race-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #1a1b26;
  margin-bottom: 0.5rem;
}
.ts-race-bar-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.ts-race-bar-row .ts-race-clock-icon {
  flex-shrink: 0;
  color: rgba(26,27,38,0.5);
  width: 1.4em;
  height: 1.4em;
  margin-right: 0;
}
.ts-race-bar-wrap {
  flex: 1;
  background: rgba(26,27,38,0.08);
  border-radius: 50px;
  height: 48px;
  overflow: hidden;
}
.ts-race-bar {
  height: 100%;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1rem;
}
.ts-race-bar--old { width: 100%; background: rgba(26,27,38,0.3); }
.ts-race-bar--bu  { width: 30%;  background: #b23b2c; }
.ts-race-clock-icon {
  width: 1.1em;
  height: 1.1em;
  flex-shrink: 0;
  margin-right: 0.35em;
  opacity: 0.9;
}
.ts-race-time {
  color: #ffffff;
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.ts-race-sub {
  font-size: 0.72rem;
  color: rgba(26,27,38,0.5);
  margin-top: 0.35rem;
  text-align: right;
}
.ts-race-savings {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  flex: 0 0 auto;
  padding: 0 0.5rem;
}
.ts-race-savings-num {
  font-size: 2.5rem;
  font-weight: 900;
  color: #b23b2c;
  line-height: 1;
}
.ts-race-savings-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(26,27,38,0.6);
  text-align: center;
  max-width: 80px;
  line-height: 1.3;
}

/* CALCULATOR SECTION — product pages */
.pp-calc-section {
  background: #f8f8fa;
  padding: 3.5rem 1.5rem;
}
.pp-calc-section .pp-section-eyebrow { text-align: center; }
.pp-calc-section .pp-section-title { text-align: center; margin-bottom: 0; }
.pp-calc-section .ts-calc { margin-top: 2rem; }

/* CALCULATOR */
.ts-calc {
  max-width: 820px;
  margin: 2.5rem auto 0;
  background: #ffffff;
  border-radius: 20px;
  padding: 2rem 2.5rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.ts-calc-title {
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  color: #1a1b26 !important;
  margin: 0 0 1.5rem !important;
  text-align: center;
}
.ts-calc-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.ts-calc-field { display: flex; flex-direction: column; gap: 0.5rem; }
.ts-calc-field--size { align-items: center; }
.ts-size-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.ts-size-input { width: 72px; }
.ts-size-x {
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(26,27,38,0.4);
}
.ts-size-unit {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(26,27,38,0.45);
}
.ts-calc-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #1a1b26;
}
.ts-calc-input-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.ts-range {
  flex: 1;
  accent-color: #b23b2c;
  height: 4px;
  cursor: pointer;
}
.ts-number {
  width: 72px;
  padding: 0.4rem 0.6rem;
  border: 1px solid rgba(26,27,38,0.2);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1b26;
  text-align: center;
  font-family: inherit;
}
.ts-number:focus { outline: 2px solid #b23b2c; border-color: transparent; }

.ts-calc-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.ts-result-card {
  background: #f5f5f7;
  border-radius: 14px;
  padding: 1.25rem 1rem;
  text-align: center;
}
.ts-result-card--accent {
  background: #b23b2c;
  transform: scale(1.12);
  box-shadow: 0 10px 32px rgba(178,59,44,0.35);
  padding: 1.75rem 1.25rem;
  position: relative;
  z-index: 1;
}
.ts-result-val {
  font-size: 1.6rem;
  font-weight: 900;
  color: #1a1b26;
  line-height: 1.1;
  margin-bottom: 0.3rem;
}
.ts-result-card--accent .ts-result-val {
  color: #ffffff;
  font-size: 2rem;
}
.ts-result-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(26,27,38,0.55);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ts-result-card--accent .ts-result-label {
  color: rgba(255,255,255,0.85);
  font-size: 0.8rem;
}

.ts-calc-note {
  font-size: 0.74rem !important;
  color: rgba(26,27,38,0.4) !important;
  text-align: center;
  margin: 1.25rem 0 0 !important;
  font-style: italic;
}

.ts-race-video {
  max-width: 820px;
  margin: 2rem auto !important;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.ts-race-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.ts-race-video .wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ts-video-cta {
  text-align: center;
  margin-top: 2rem;
}

.strength-watch-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #b23b2c;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  margin-top: 0.5rem;
  transition: background-color 0.22s ease, transform 0.22s ease;
}
.strength-watch-btn:hover { background: #000000; transform: translateY(-2px); }

@media (max-width: 640px) {
  .ts-calc-inputs { grid-template-columns: 1fr; }
  .ts-calc-results { grid-template-columns: 1fr; }
  .ts-calc { padding: 1.5rem 1.25rem; }
  .ts-race { flex-direction: column; }
  .ts-race-savings { flex-direction: row; gap: 0.5rem; }
}

/* FINAL CTA SECTION — vinyl texture background */
.cta-final-section {
  background-color: #1a1b26;
  background-image:
    linear-gradient(rgba(26,27,38,0.82), rgba(26,27,38,0.82)),
    url('/wp-content/themes/bannerups/assets/images/vinyl-texture.jpg');
  background-size: cover;
  background-position: center;
}
.cta-final-section .section-eyebrow { color: #b23b2c !important; }
.cta-final-section .section-title   { color: #ffffff !important; }
.cta-final-section .section-subtitle,
.cta-final-section p                { color: rgba(255,255,255,0.75) !important; }

/* ALTERNATING SECTION BACKGROUNDS */
/* Sound Familiar / Pain section (first section-pad, no extra class) */
.section-pad:not(.steps-section):not(.products-section):not(.comparison-section):not(.testimonials-section):not(.windtunnel-section):not(.cta-final-section):not(.timesavings-section) {
  background-color: #f5f5f7;
}
/* How It Works */
.steps-section    { background-color: #ffffff; }
/* Our Products */
.products-section { background-color: #f5f5f7; }
/* Side-by-Side Comparison */
.comparison-section { background-color: #ffffff; }
/* Real Reviews */
.testimonials-section { background-color: #ffffff; }

/* Trusted By */
.trusted-section { background-color: #f5f5f7; }
.trusted-section.section-pad { padding-top: 0 !important; padding-bottom: 1.5rem !important; }

.trusted-inner {
  text-align: center;
}
.trusted-eyebrow {
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(26,27,38,0.4) !important;
  margin-bottom: 1rem !important;
}
.trusted-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.trusted-logo-item {
  flex: 1;
  min-width: 120px;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  filter: grayscale(100%);
  opacity: 0.55;
  transition: filter 0.25s ease, opacity 0.25s ease;
}
.trusted-logo-item:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.trusted-logo-img {
  width: 100%;
  max-width: 156px;
  height: auto;
  max-height: 60px;
  object-fit: contain;
  display: block;
}
.trusted-logo-divider {
  width: 1px;
  height: 36px;
  background: rgba(26,27,38,0.12);
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .trusted-logo-divider { display: none; }
  .trusted-logo-item { min-width: 100px; padding: 0.5rem 0.75rem; }
}

.reviews-cta {
  text-align: center;
  margin-top: 2.5rem;
}
.reviews-cta-btn {
  display: inline-block;
  padding: 0.85rem 2.5rem;
  background: transparent;
  color: #1a1b26;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid rgba(26,27,38,0.25);
  border-radius: 50px;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.reviews-cta-btn:hover {
  border-color: #b23b2c;
  color: #b23b2c;
}

/* Subtle top border to separate sections */
.section-pad + .section-pad {
  border-top: 1px solid rgba(26,27,38,0.07);
}

/* RESPONSIVE ADDITIONS */
@media (max-width: 768px) {
  .awards-grid { gap: 0.75rem; }
  .award-badge { padding: 0.75rem 1rem; }
  .comparison-table th, .comparison-table td { padding: 0.75rem 0.9rem; font-size: 0.82rem; }
  .compat-grid { grid-template-columns: repeat(3, 1fr); }
  .sample-inner { flex-direction: column; text-align: center; }
  .mini-testimonial { margin: 1.5rem 0 0 !important; }
  .order-card { padding: 1.5rem 1.25rem; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .steps-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .compat-grid { grid-template-columns: repeat(2, 1fr); }
  .awards-grid { flex-direction: column; align-items: stretch; }
  .award-badge { justify-content: center; }
  .steps-grid { grid-template-columns: 1fr; }
}

/* ── 404 Page ──────────────────────────────────────────────── */
.page-404 { background: #f7f4f2; min-height: 70vh; display: flex; align-items: center; justify-content: center; padding: 4rem 1.5rem; }
.page-404-inner { display: flex; align-items: center; gap: 4rem; max-width: 1000px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.page-404-illustration { flex: 0 0 auto; }
.page-404-svg { width: 260px; max-width: 80vw; height: auto; }
.page-404-content { flex: 1 1 300px; }
.page-404-code { font-size: 5rem; font-weight: 900; color: rgba(178,59,44,0.15); line-height: 1; margin-bottom: 0; letter-spacing: -0.02em; }
.page-404-title { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: #1a1b26; margin: 0.25rem 0 1rem; line-height: 1.2; }
.page-404-desc { color: rgba(26,27,38,0.6); font-size: 1rem; line-height: 1.7; margin-bottom: 2rem; max-width: 380px; }
.page-404-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.page-404-btn-primary { display: inline-block; background: #b23b2c; color: #fff; font-weight: 700; font-size: 0.9rem; padding: 0.75rem 1.75rem; border-radius: 6px; text-decoration: none; transition: background 0.2s; }
.page-404-btn-primary:hover { background: #921f12; }
.page-404-btn-secondary { display: inline-block; border: 2px solid rgba(26,27,38,0.2); color: #1a1b26; font-weight: 700; font-size: 0.9rem; padding: 0.73rem 1.75rem; border-radius: 6px; text-decoration: none; transition: border-color 0.2s, color 0.2s; }
.page-404-btn-secondary:hover { border-color: #b23b2c; color: #b23b2c; }
@media (max-width: 600px) { .page-404-inner { gap: 2rem; } .page-404-code { font-size: 3.5rem; } }

/* ── Privacy / Terms policy pages ─────────────────────────── */
.bu-policy-hero { background: #1a1b26; padding: 5rem 1.5rem 4rem; text-align: center; }
.bu-policy-hero-inner { max-width: 720px; margin: 0 auto; }
.bu-policy-eyebrow { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #b23b2c; margin-bottom: 0.75rem; }
.bu-policy-title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: #fff; margin-bottom: 1rem; }
.bu-policy-subtitle { color: rgba(255,244,239,0.65); font-size: 1.05rem; line-height: 1.6; max-width: 600px; margin: 0 auto; }
.bu-policy-body { max-width: 780px; margin: 0 auto; padding: 4rem 1.5rem 6rem; }
.bu-policy-section { margin-bottom: 3rem; }
.bu-policy-section h2 { font-size: 1.25rem; font-weight: 700; color: #1a1b26; margin-bottom: 0.75rem; padding-bottom: 0.5rem; border-bottom: 2px solid rgba(178,59,44,0.15); }
.bu-policy-section h3 { font-size: 1rem; font-weight: 700; color: #1a1b26; margin: 1.5rem 0 0.75rem; }
.bu-policy-section p { color: rgba(26,27,38,0.75); line-height: 1.75; margin-bottom: 1rem; font-size: 0.95rem; }
.bu-policy-section a { color: #b23b2c; text-decoration: underline; }
.bu-policy-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; margin-top: 0.5rem; }
.bu-policy-table th { background: #1a1b26; color: #fff; padding: 0.6rem 1rem; text-align: left; font-weight: 600; }
.bu-policy-table td { padding: 0.6rem 1rem; border-bottom: 1px solid rgba(26,27,38,0.08); color: rgba(26,27,38,0.75); vertical-align: top; }
.bu-policy-table tr:last-child td { border-bottom: none; }
.bu-policy-table tr:nth-child(even) td { background: rgba(26,27,38,0.03); }

/* ── Grouped SKU selector (KederTape page) ─────────────────── */
.pp-sku-group { border: 1px solid rgba(26,27,38,0.14); border-radius: 8px; overflow: hidden; margin-bottom: 0.5rem; }
.pp-sku-group-summary { list-style: none; display: flex; align-items: center; gap: 0.5em; padding: 0.75rem 1rem; cursor: pointer; font-weight: 700; font-size: 0.9rem; background: rgba(26,27,38,0.05); user-select: none; white-space: nowrap; overflow: hidden; }
.pp-sku-group-summary::-webkit-details-marker { display: none; }
.pp-sku-group-summary::after { content: '▾'; font-size: 0.85em; transition: transform 0.2s ease; display: inline-block; flex-shrink: 0; margin-left: auto; }
.pp-sku-group[open] > .pp-sku-group-summary::after { transform: rotate(-180deg); }
.pp-sku-group[open] > .pp-sku-group-summary { background: rgba(178,59,44,0.07); color: #b23b2c; }
.pp-sku-group-options { padding: 0.4rem 0.5rem 0.5rem; display: flex; flex-direction: column; gap: 0.25rem; }
.pp-sku-group-desc { font-size: 0.72rem; font-weight: 400; color: #707176; font-style: italic; overflow: hidden; text-overflow: ellipsis; }

/* ── PRODUCT PAGE VIDEO SECTION ───────────────────────────── */
.pp-video-section { background: #f8f7f4; padding: 4rem 1.5rem; }
.pp-video-inner { max-width: 860px; margin: 0 auto; text-align: center; }
.pp-video-inner .pp-section-eyebrow { margin-bottom: 0.5rem; }
.pp-video-inner .pp-section-title { margin-bottom: 2rem; }
.pp-video-wrap { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: 10px; overflow: hidden; box-shadow: 0 8px 40px rgba(0,0,0,0.15); }
.pp-video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }

/* ── BLOG LISTING PAGE ─────────────────────────────────────── */
.blog-hero { background: linear-gradient(180deg, #faf8f5 0%, #f3f0eb 100%); border-bottom: 1px solid #e6e0d8; padding: 3rem 0 2.5rem; margin-bottom: 0; }
.blog-hero h1 { font-family: var(--wp--preset--font-family--poppins) !important; }

.blog-list { display: flex !important; flex-direction: column; gap: 0; padding: 2rem 0 !important; }
.blog-card { padding: 1.5rem 0; border-bottom: 1px solid #e6e0d8; transition: background 0.15s; }
.blog-card:first-child { padding-top: 0; }
.blog-card:last-child { border-bottom: none; }
.blog-card .wp-block-post-title a { color: #1a1b26 !important; text-decoration: none !important; transition: color 0.15s; }
.blog-card .wp-block-post-title a:hover { color: #b23b2c !important; }
.blog-card .wp-block-post-excerpt__more-link { color: #b23b2c !important; font-weight: 600; font-size: 0.85rem; text-decoration: none !important; white-space: nowrap; }
.blog-card .wp-block-post-excerpt__more-link:hover { text-decoration: underline !important; }

.wp-block-query-pagination { display: flex; align-items: center; justify-content: center; gap: 0.5rem; flex-wrap: wrap; padding: 1rem 0; }
.wp-block-query-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 2.2rem; height: 2.2rem; padding: 0 0.6rem; border: 1px solid #e2e8f0; border-radius: 6px; font-size: 0.85rem; color: #4a5568; text-decoration: none; transition: background 0.15s, border-color 0.15s, color 0.15s; }
.wp-block-query-pagination .page-numbers:hover { border-color: #b23b2c; color: #b23b2c; }
.wp-block-query-pagination .page-numbers.current { background: #b23b2c; border-color: #b23b2c; color: #fff; font-weight: 700; }
.wp-block-query-pagination-previous a, .wp-block-query-pagination-next a { color: #b23b2c !important; font-size: 0.85rem; font-weight: 600; text-decoration: none !important; }
.wp-block-query-pagination-previous a:hover, .wp-block-query-pagination-next a:hover { text-decoration: underline !important; }

/* THANK YOU PAGE */
.thankyou-section {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  background: #f9f9fb;
}
.thankyou-inner {
  max-width: 560px;
  text-align: center;
}
.thankyou-icon {
  width: 72px;
  height: 72px;
  background: #b23b2c;
  color: #ffffff;
  font-size: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.thankyou-title {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1b26;
  margin: 0 0 1rem;
  line-height: 1.2;
}
.thankyou-sub {
  font-size: 1rem;
  color: #555;
  line-height: 1.65;
  margin: 0 0 2rem;
}
.thankyou-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.thankyou-btn-primary {
  background: #b23b2c;
  color: #ffffff;
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s;
}
.thankyou-btn-primary:hover { background: #963020; }
.thankyou-btn-secondary {
  background: transparent;
  color: #b23b2c;
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid #b23b2c;
  transition: background 0.2s, color 0.2s;
}
.thankyou-btn-secondary:hover { background: #b23b2c; color: #ffffff; }

/* ── Hero video modal ── */
.bu-video-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.88);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.bu-video-modal-overlay.is-open { display: flex; }
.bu-video-modal-inner {
  position: relative;
  width: 90vw;
  max-width: 960px;
  aspect-ratio: 16/9;
}
.bu-video-modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  opacity: 0.85;
  transition: opacity 0.15s;
}
.bu-video-modal-close:hover { opacity: 1; }
.bu-video-modal-inner iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

/* ── Post 586: 3 Ways of Hanging Banners ───────────────────────── */
body.postid-586 .entry-content img {
  height: 260px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
body.postid-586 .entry-content .wp-block-columns img {
  height: 210px; /* first two side-by-side thumbnails */
  margin: 0 auto;
}
@media (max-width: 600px) {
  body.postid-586 .entry-content img {
    height: auto;
    width: 100%;
  }
  body.postid-586 .entry-content .wp-block-columns img {
    height: auto;
    width: 100%;
  }
}

/* ============================================================
   LANDING PAGE — lp-page template
   ============================================================ */

.lp-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.5rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}
.lp-header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #b23b2c;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.lp-header-phone:hover { color: #8c2b1e; }

.lp-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.75rem 0 1rem;
}
.lp-trust-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 600;
  color: #1a1b26;
  background: #f5f5f7;
  border: 1px solid #e0e0e8;
  padding: 0.28rem 0.65rem;
  border-radius: 50px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.lp-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a1b26;
  color: #fff;
  padding: 0.75rem 1.25rem;
  z-index: 200;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 2px solid #b23b2c;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.25);
}
.lp-sticky-cta.is-visible { display: flex; }
.lp-sticky-cta-text {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
}
.lp-sticky-cta-price {
  font-size: 0.72rem;
  opacity: 0.7;
  font-weight: 400;
}
.lp-sticky-btn {
  flex-shrink: 0;
  padding: 0.6rem 1.25rem !important;
  font-size: 0.82rem !important;
  margin: 0 !important;
  white-space: nowrap;
}

/* ── LP Order Button (replaces pp-hero-order-btn on LP) ─────── */
.lp-order-btn {
  display: block;
  width: 100%;
  background: #b23b2c;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.95rem 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 0.65rem;
  text-align: center;
  transition: background 0.15s ease;
}
.lp-order-btn:hover { background: #9a2e21; }

/* ── LP Inline Order Form ────────────────────────────────── */
.lp-inline-form {
  margin-top: 0.5rem;
}
.lp-form-heading {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1b26;
  margin: 0 0 0.9rem;
  text-align: center;
}
.lp-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
}
.lp-inline-form input[type="text"],
.lp-inline-form input[type="email"],
.lp-inline-form input[type="tel"] {
  width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.9rem;
  font-size: 0.85rem;
  font-family: inherit;
  border: 1.5px solid #d0d0dc;
  border-radius: 7px;
  background: #fff;
  color: #1a1b26;
  outline: none;
  transition: border-color 0.2s;
}
.lp-inline-form input:focus { border-color: #b23b2c; }
.lp-inline-form input::placeholder { color: #aaa; }
.lp-form-error {
  font-size: 0.8rem;
  color: #b23b2c;
  margin: 0 0 0.5rem;
  font-weight: 600;
}
.lp-form-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem 1rem;
  background: #f0faf5;
  border: 1.5px solid #2a9d5c;
  border-radius: 10px;
  text-align: center;
  color: #1a1b26;
  font-size: 0.88rem;
  line-height: 1.5;
}
.lp-form-success strong { font-size: 1rem; display: block; }
.lp-form-success a { color: #b23b2c; }

@media (max-width: 480px) {
  .lp-form-row { grid-template-columns: 1fr; }
}

.lp-footer-bar {
  background: #f5f5f7;
  border-top: 1px solid rgba(0,0,0,0.08);
  padding: 1.25rem 1.5rem;
  text-align: center;
  font-size: 0.78rem;
  color: #777;
}
.lp-footer-bar a { color: #555; text-decoration: underline; }

@media (max-width: 600px) {
  .lp-header-bar { padding: 0.7rem 1rem; }
  .lp-trust-badges { gap: 0.35rem; }
  .lp-trust-badge { font-size: 0.67rem; padding: 0.25rem 0.55rem; }
  .lp-header-phone { font-size: 0.82rem; }
}

/* ── How Ordering Works explainer strip ─────────────────────── */
.bu-order-steps {
  max-width: 1160px;
  margin: 2.5rem auto;
  padding: 2rem 1.5rem;
  background: #fdf6f3;
  border: 1px solid rgba(178,59,44,0.15);
  border-radius: 14px;
}
.bu-order-steps-title {
  text-align: center;
  font-weight: 800;
  font-size: 1.25rem;
  color: #1a1b26;
  margin: 0 0 1.5rem;
}
.bu-order-steps-list {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.bu-order-step {
  flex: 1;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 1.25rem;
}
.bu-order-step:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  right: -0.85rem;
  top: 0.45rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #C8102E;
}
.bu-order-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #C8102E;
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 0.7rem;
}
.bu-order-step-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(26,27,38,0.8);
  font-weight: 600;
}
@media (max-width: 700px) {
  .bu-order-steps-list {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .bu-order-step { max-width: 340px; }
  .bu-order-step:not(:last-child)::after {
    content: "\2193";
    right: auto;
    top: auto;
    bottom: -1.45rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ── Mobile: comparison table as stacked cards ─────────────────
   The side-scrolling table hides the Banner Ups column on phones,
   so each row becomes a small card with labelled lines instead. */
@media (max-width: 640px) {
  .comparison-table { min-width: 0; }
  .comparison-table thead { display: none; }
  .comparison-table tr {
    display: block;
    padding: 0.9rem 1.1rem;
    border-top: 1px solid var(--bu-border);
  }
  .comparison-table tbody tr:first-child { border-top: none; }
  .comparison-table td {
    display: block;
    border-top: none;
    padding: 0.12rem 0;
  }
  .comparison-table td:first-child {
    font-size: 0.95rem;
    padding-bottom: 0.4rem;
  }
  .comparison-table td.col-old::before {
    content: "Grommets: ";
    font-weight: 600;
    color: var(--bu-muted);
  }
  .comparison-table td.col-bu::before { content: "Banner Ups: "; }
  .comparison-table td.col-bu,
  .comparison-table tr:hover td,
  .comparison-table tr:hover td.col-bu { background: none; }
}

/* ── Mobile: before/after card keeps the photos' square ratio ──
   The stretched portrait crop cut off the caption baked into the
   Before image (object-fit: cover trims the sides). */
@media (max-width: 781px) {
  .section-pad:has(.before-after-box) .before-after-box {
    flex: none;
    min-height: 0;
    aspect-ratio: 1;
  }
}
