/* ==========================================================================
   RejuFlexi — Main Stylesheet
   ========================================================================== */

/* --- Reset & base --- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #02122e;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, video, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; }

h1, h2, h3, h4, h5 { margin: 0; font-family: 'Manrope', 'Inter', Arial, sans-serif; font-weight: 700; line-height: 1.2; color: inherit; }

p { margin: 0; }

/* --- Layout --- */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.container-narrow { width: 100%; max-width: 800px; margin: 0 auto; padding: 0 32px; }
.section { padding: 64px 0; position: relative; overflow: clip; }
.section-light-gray { background: #f5f5f5; }
.section-light-blue { background: #eafafa; }
.section-dark { background: #010c1e; color: #fff; }
.section-darker { background: #0e0f11; color: #fff; }

/* --- Top urgency banner --- */
.urgency-banner {
  background: #0e0f11;
  color: #fff;
  padding: 12px 16px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  text-align: center;
}
.urgency-banner .countdown {
  background: #e33c4c;
  border-radius: 4px;
  padding: 2px 10px;
  font-weight: 700;
  font-size: 15px;
  min-width: 84px;
  display: inline-block;
}
.urgency-banner .pill {
  background: #e33c4c;
  border-radius: 4px;
  padding: 2px 8px;
  font-weight: 700;
}

/* --- Navigation --- */
.nav {
  background: #fff;
  border-bottom: 1px solid #02122e14;
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 60;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav-logo img { height: 32px; width: auto; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-link {
  font-size: 16px;
  color: #00264c;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-link:hover { color: #24aa2f; }
.nav-cta {
  background: #24aa2f;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  transition: background 0.2s;
}
.nav-cta:hover { background: #2ac436; }
.nav-toggle {
  display: none;
  font-size: 24px;
  color: #02122e;
}

/* --- Hero --- */
.hero {
  color: #fff;
  background: linear-gradient(135deg, #021223 0%, #062a3a 60%, #02355c 100%);
  padding: 56px 0 64px;
  position: relative;
  overflow: clip;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 10%, rgba(36,170,47,0.15), transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,0.05), transparent 40%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
}
.hero-content { display: flex; flex-direction: column; gap: 24px; }
.hero-reviews {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.hero-reviews img.stars { height: 20px; width: auto; }
.hero-reviews img.avatars { height: 24px; width: auto; }
.hero h1 {
  font-size: 48px;
  line-height: 1.15;
  margin: 0;
}
.hero p.lead { font-size: 18px; line-height: 1.55; color: rgba(255,255,255,0.85); margin: 0; }
.hero-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
}
.hero-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 17px;
}
.hero-list li::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
  background: url('../assets/images/check-white.svg') center/contain no-repeat;
}
.hero-cta-wrap { display: flex; flex-direction: column; gap: 8px; max-width: 100%; }
.btn-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #24aa2f;
  color: #fff !important;
  font-weight: 700;
  font-size: 19px;
  padding: 18px 24px;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.2s, transform 0.1s;
  text-align: center;
  line-height: 1.3;
}
.btn-cta:hover { background: #2ac436; }
.btn-cta:active { transform: scale(0.99); }
.stock-low {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255,255,255,0.04);
  border: 1px dashed rgba(255,255,255,0.4);
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 700;
}
.stock-low img { height: 16px; width: auto; }
.ssl-line {
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin-top: 4px;
}
.hero-video {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: #000;
}
.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-video-badge {
  position: absolute;
  top: -24px;
  right: -16px;
  width: 160px;
  z-index: 2;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
}

/* --- Feature trust row (under hero) --- */
.hero-features {
  background: #0e0f11;
  padding: 24px 0;
}
.hero-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.feature-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #141619;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 16px;
  color: #fff;
}
.feature-card img { width: 56px; height: 56px; flex-shrink: 0; }
.feature-card-title { font-size: 17px; font-weight: 700; line-height: 1.3; margin-bottom: 2px; }
.feature-card-text { font-size: 14px; line-height: 1.4; color: rgba(255,255,255,0.75); }

/* --- Generic section title --- */
.section-title {
  text-align: center;
  max-width: 856px;
  margin: 0 auto 32px;
}
.section-title h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.section-title .deck { color: rgba(2,18,46,0.8); font-size: 18px; line-height: 1.55; }
.section-dark .section-title .deck, .section-darker .section-title .deck { color: rgba(255,255,255,0.8); }

/* --- 3 column feature grid --- */
.three-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.three-col .card {
  background: rgba(248,248,248,0.7);
  border: 1px solid rgba(20,22,25,0.08);
  border-radius: 12px;
  padding: 24px;
}
.section-dark .three-col .card, .section-darker .three-col .card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.three-col .card .icon { margin-bottom: 16px; width: 56px; height: 56px; }
.three-col .card h3 { font-size: 20px; margin-bottom: 8px; }
.three-col .card p { font-size: 16px; line-height: 1.45; color: rgba(2,18,46,0.75); }
.section-dark .three-col .card p, .section-darker .three-col .card p { color: rgba(255,255,255,0.75); }

/* --- Benefits row with video --- */
.benefits-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: center;
  margin-top: 48px;
}
.benefits-video {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1;
  background: #000;
}
.benefits-video video { width: 100%; height: 100%; object-fit: cover; }
.benefits-list { display: flex; flex-direction: column; gap: 28px; }
.benefits-list .item h3 { font-size: 22px; margin-bottom: 8px; }
.benefits-list .item p { font-size: 16px; line-height: 1.55; color: rgba(2,18,46,0.75); }

/* --- Sticky CTA --- */
.sticky-cta {
  background: #0e0f11;
  color: #fff;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 50;
}
.sticky-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.sticky-cta-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
}
.sticky-cta-brand img.stars { height: 18px; }
.sticky-cta-brand img.logo { height: 24px; }
.sticky-cta .divider { width: 1px; height: 24px; background: rgba(255,255,255,0.18); }
.btn-sticky {
  background: #24aa2f;
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  transition: background 0.2s;
}
.btn-sticky:hover { background: #2ac436; }

/* --- About / Product story block --- */
.about-block {
  background: rgba(14,15,17,0.65);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
}
.about-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.about-item:first-child { border-top: 0; }
.about-item.reverse > .about-content { order: 2; }
.about-item.reverse > .about-media { order: 1; }
.about-content { padding: 48px; }
.about-content h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #fff;
}
.about-content .deck { color: rgba(255,255,255,0.78); font-size: 16px; line-height: 1.55; margin-bottom: 12px; }
.about-content .highlight { color: #fff; font-weight: 700; }
.about-content ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,0.85);
  line-height: 1.45;
}
.about-content ul li::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 3px;
  background: url('../assets/images/check-green.svg') center/contain no-repeat;
}
.about-media { height: 100%; min-height: 380px; }
.about-media video, .about-media img { width: 100%; height: 100%; object-fit: cover; }

.about-cta {
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.about-cta .btn-cta { max-width: 400px; width: 100%; }

/* --- Customer reports / testimonial cards --- */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.testimonial {
  background: #fff;
  border: 1px solid #b3d9fe;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #3f4d67;
  line-height: 1.5;
}
.testimonial .stars-img { height: 18px; width: auto; align-self: flex-start; }
.testimonial .name {
  color: #3e57a1;
  font-weight: 700;
  font-size: 17px;
}
.testimonial .approval {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #24aa2f;
  font-weight: 600;
  font-size: 14px;
  margin-top: auto;
}
.testimonial .approval::before {
  content: '✓';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #24aa2f;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

/* --- Success rate stat block --- */
.success-rate {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  margin-top: 32px;
}
.success-rate-header {
  flex: 0 0 200px;
  background: #dcffdf;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
}
.success-rate-header img { width: 64px; height: 64px; }
.success-rate-header .title { font-size: 18px; font-weight: 700; line-height: 1.25; }
.success-rate-content {
  flex: 1;
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5;
}
.success-rate-content .head { font-size: 18px; font-weight: 700; }
.success-rate-content .head .green { color: #24aa2f; }

/* --- How-To 3 step list --- */
.how-to {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.how-to-item {
  display: flex;
  align-items: stretch;
  background: rgba(14,15,17,0.65);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  overflow: hidden;
}
.how-to-vid {
  flex: 0 0 240px;
  aspect-ratio: 3/2;
}
.how-to-vid video, .how-to-vid img { width: 100%; height: 100%; object-fit: cover; }
.how-to-body {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
.how-to-step { color: #e33c4c; font-size: 14px; font-weight: 700; letter-spacing: 0.3px; text-transform: uppercase; }
.how-to-title { font-size: 22px; color: #fff; }
.how-to-text { color: rgba(255,255,255,0.78); font-size: 16px; line-height: 1.5; }

/* --- Reviews section --- */
.reviews-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.reviews-score {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviews-score-val { font-size: 64px; font-weight: 700; line-height: 1; font-family: 'Manrope', sans-serif; }
.reviews-score-stars { height: 28px; margin-top: 6px; }
.reviews-score-count { font-size: 16px; color: rgba(2,18,46,0.6); margin-top: 4px; }
.reviews-metric { max-width: 240px; }

.review {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  padding: 24px 0;
  border-top: 1px solid #eaeaea;
  align-items: flex-start;
}
.review-author { display: flex; align-items: center; gap: 16px; }
.review-author img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.review-author .meta { display: flex; flex-direction: column; gap: 4px; }
.review-author .meta .name { font-size: 18px; font-weight: 700; }
.review-author .meta .verified { color: #24aa2f; font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; gap: 4px; }
.review-content { display: flex; flex-direction: column; gap: 8px; }
.review-content h4 { font-size: 18px; font-weight: 700; }
.review-content p { font-size: 16px; line-height: 1.55; color: rgba(2,18,46,0.78); }
.verified-disclaimer {
  background: #161914;
  color: rgba(255,255,255,0.8);
  border-radius: 12px;
  padding: 20px 24px;
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.55;
}
.verified-disclaimer .title { color: #fff; font-weight: 700; font-size: 17px; margin-bottom: 8px; }

/* --- Money-back guarantee block --- */
.guarantee {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 860px;
  margin: 0 auto;
}
.guarantee img { width: 180px; height: auto; flex-shrink: 0; }
.guarantee-content h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.guarantee-content .deck { color: #e33c4c; font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.guarantee-content p { font-size: 17px; line-height: 1.55; color: rgba(2,18,46,0.8); }
.guarantee-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #00264c;
}
.guarantee-footer .badge { background: #24aa2f; color: #fff; padding: 4px 10px; border-radius: 4px; font-size: 12px; letter-spacing: 0.3px; }

/* --- FAQ --- */
.faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  background: #f4f4f4;
  border-radius: 12px;
  overflow: hidden;
}
.faq-q {
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 17px;
  color: #02122e;
  background: none;
  border: 0;
  cursor: pointer;
}
.faq-q::after {
  content: '+';
  font-size: 26px;
  line-height: 1;
  color: #24aa2f;
  font-weight: 400;
  transition: transform 0.25s;
}
.faq-item.open .faq-q::after { content: '−'; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(2,18,46,0.78);
}
.faq-item.open .faq-a { max-height: 500px; padding-bottom: 18px; }

/* --- Footer --- */
.footer {
  background: #141619;
  color: rgba(255,255,255,0.72);
  padding: 56px 0 40px;
  font-size: 14px;
  line-height: 1.5;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 48px;
  align-items: flex-start;
}
.footer-brand { display: flex; flex-direction: column; gap: 16px; }
.footer-brand img.logo { height: 32px; width: auto; }
.footer-payments { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 8px; }
.footer-payments img { height: 24px; width: auto; opacity: 0.9; }
.footer-trust { display: flex; gap: 16px; align-items: center; margin-top: 12px; }
.footer-trust img { height: 36px; width: auto; opacity: 0.9; }

.footer-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.footer-col-title { color: #fff; font-weight: 700; font-size: 14px; letter-spacing: 0.5px; margin-bottom: 14px; text-transform: uppercase; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: rgba(255,255,255,0.72); transition: color 0.2s; }
.footer-col a:hover { color: #fff; text-decoration: underline; }
.footer-disclaimer {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255,255,255,0.5);
}

.copyright {
  background: #0e0f11;
  color: rgba(255,255,255,0.7);
  padding: 20px 0;
  font-size: 13px;
}
.copyright-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* --- Legal page styles --- */
.legal {
  padding: 64px 0;
}
.legal-content {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 48px;
  max-width: 920px;
  margin: 0 auto;
}
.legal h1 { font-size: 36px; margin-bottom: 24px; line-height: 1.2; }
.legal h2 { font-size: 24px; margin: 32px 0 12px; line-height: 1.3; }
.legal h3 { font-size: 19px; margin: 24px 0 8px; }
.legal p { font-size: 16px; line-height: 1.65; margin-bottom: 16px; color: #02122e; }
.legal ul, .legal ol { padding-left: 22px; margin-bottom: 16px; }
.legal li { margin-bottom: 8px; font-size: 16px; line-height: 1.6; }
.legal a { color: #24aa2f; text-decoration: underline; }
.legal a:hover { color: #2ac436; }
.legal .updated { font-size: 14px; color: rgba(2,18,46,0.6); margin-bottom: 32px; }

/* --- Contact form --- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: flex-start;
}
.contact-card {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 36px;
}
.contact-card h2 { font-size: 24px; margin-bottom: 12px; }
.contact-info { display: flex; flex-direction: column; gap: 18px; margin-top: 16px; }
.contact-info .row { display: flex; gap: 12px; align-items: flex-start; }
.contact-info .row .label { font-weight: 700; min-width: 80px; color: #02122e; }
.contact-info .row a { color: #24aa2f; text-decoration: none; }
.contact-info .row a:hover { text-decoration: underline; }

form.contact-form { display: flex; flex-direction: column; gap: 14px; }
form.contact-form label { font-size: 14px; font-weight: 600; margin-bottom: 4px; display: block; }
form.contact-form input, form.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  border: 1px solid #d6d8dc;
  border-radius: 8px;
  background: #fff;
  font-family: inherit;
}
form.contact-form input:focus, form.contact-form textarea:focus { outline: 2px solid #24aa2f; border-color: #24aa2f; }
form.contact-form textarea { min-height: 140px; resize: vertical; }
form.contact-form button {
  background: #24aa2f;
  color: #fff;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  transition: background 0.2s;
  margin-top: 6px;
}
form.contact-form button:hover { background: #2ac436; }

/* --- Responsive --- */
@media (max-width: 991px) {
  .section { padding: 48px 0; }
  .container, .container-narrow { padding: 0 20px; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; padding: 16px 20px; gap: 0; border-bottom: 1px solid #02122e14; }
  .nav-links.open { display: flex; }
  .nav-links .nav-link { padding: 14px 0; border-bottom: 1px solid #eaeaea; width: 100%; text-align: center; }
  .nav-links .nav-link:last-child { border-bottom: 0; }
  .nav-toggle { display: block; }
  .nav-cta.desktop-only { display: none; }

  .hero { padding: 40px 0 48px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero h1 { font-size: 32px; }
  .hero-features-grid { grid-template-columns: 1fr; }

  .section-title h2 { font-size: 28px; }
  .three-col { grid-template-columns: 1fr; }
  .benefits-row { grid-template-columns: 1fr; gap: 24px; }

  .about-item { grid-template-columns: 1fr; }
  .about-item.reverse > .about-content { order: 1; }
  .about-item.reverse > .about-media { order: 2; }
  .about-content { padding: 28px; }
  .about-content h3 { font-size: 24px; }
  .about-media { min-height: 280px; }
  .about-cta { padding: 24px; }

  .testimonials-grid { grid-template-columns: 1fr; }
  .success-rate { flex-direction: column; }
  .success-rate-header { flex: 0 0 auto; padding: 16px; }

  .how-to-item { flex-direction: column; }
  .how-to-vid { flex: 0 0 auto; width: 100%; aspect-ratio: 16/9; }
  .how-to-body { padding: 24px; }

  .review { grid-template-columns: 1fr; gap: 16px; }

  .guarantee { flex-direction: column; text-align: center; gap: 20px; }
  .guarantee img { width: 140px; }

  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-cols { grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
  .copyright-inner { flex-direction: column; text-align: center; }

  .legal-content { padding: 28px; }
  .legal h1 { font-size: 28px; }
  .legal h2 { font-size: 22px; }

  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { padding: 24px; }

  .sticky-cta-inner .sticky-cta-brand .stars { display: none; }
}

@media (max-width: 600px) {
  .urgency-banner { font-size: 13px; gap: 8px; }
  .urgency-banner .countdown { font-size: 13px; min-width: 70px; padding: 2px 6px; }
  .hero h1 { font-size: 28px; }
  .hero-video-badge { width: 110px; top: -16px; right: -8px; }
  .section-title h2 { font-size: 24px; }
  .reviews-widget { gap: 16px; }
  .reviews-score-val { font-size: 48px; }
  .footer-cols { grid-template-columns: 1fr; }
  .legal-content { padding: 20px; }
}

/* ==========================================================================
   Bundles page
   ========================================================================== */
.promise-bar {
  background: #f5f5f5;
  border-bottom: 1px solid #02122e14;
  padding: 14px 0;
  font-size: 14px;
}
.promise-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.promise-bar .item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #02122e;
  font-weight: 500;
}
.promise-bar .item strong { font-weight: 700; }

.bundles-hero {
  padding: 48px 0 16px;
  text-align: center;
}
.bundles-hero h1 {
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 12px;
}
.bundles-hero p { color: rgba(2,18,46,0.75); font-size: 17px; max-width: 720px; margin: 0 auto; }

.bundle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.bundle-card {
  position: relative;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.bundle-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(2,18,46,0.08);
  border-color: #24aa2f;
}
.bundle-card.featured { border-color: #24aa2f; border-width: 2px; }
.bundle-card.best-value { border-color: #e33c4c; border-width: 2px; }

.bundle-flag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #24aa2f;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 2;
}
.bundle-flag.value { background: #e33c4c; }
.bundle-flag.starter { background: #4e596d; }

.bundle-img { aspect-ratio: 3/2; background: #f5f5f5; }
.bundle-img img, .bundle-img svg { width: 100%; height: 100%; object-fit: contain; display: block; }

.bundle-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.bundle-tier {
  font-size: 12px;
  font-weight: 700;
  color: #02122e;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bundle-card h3 {
  font-size: 20px;
  line-height: 1.25;
  margin: 0;
}
.bundle-desc { font-size: 14px; line-height: 1.5; color: rgba(2,18,46,0.7); }
.bundle-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  color: #02122e;
}
.bundle-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.4;
}
.bundle-bullets li::before {
  content: '✓';
  color: #24aa2f;
  font-weight: 700;
  flex-shrink: 0;
}
.bundle-price-row {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #eaeaea;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.bundle-price {
  font-family: 'Manrope', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #02122e;
  line-height: 1;
}
.bundle-was {
  font-size: 16px;
  color: rgba(2,18,46,0.5);
  text-decoration: line-through;
  font-weight: 500;
}
.bundle-save {
  background: #fce8e9;
  color: #e33c4c;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}
.bundle-shipping {
  font-size: 12px;
  color: rgba(2,18,46,0.55);
  margin-top: -4px;
}
.bundle-shipping.free { color: #24aa2f; font-weight: 700; }
.bundle-cta {
  display: block;
  text-align: center;
  background: #24aa2f;
  color: #fff !important;
  padding: 12px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.2s;
  margin-top: 4px;
}
.bundle-cta:hover { background: #2ac436; }
.bundle-card.best-value .bundle-cta { background: #e33c4c; }
.bundle-card.best-value .bundle-cta:hover { background: #f04959; }

/* Ebook add-on row */
.addon-row {
  margin-top: 32px;
  background: #fff7ed;
  border: 1px dashed #f0a929;
  border-radius: 14px;
  padding: 20px;
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 20px;
  align-items: center;
}
.addon-row .addon-img { background: #fff; border-radius: 8px; overflow: hidden; }
.addon-row .addon-img svg, .addon-row .addon-img img { width: 100%; display: block; }
.addon-row h3 { font-size: 18px; margin-bottom: 4px; }
.addon-row .addon-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #c87b00;
  margin-bottom: 6px;
}
.addon-row p { font-size: 14px; line-height: 1.5; color: rgba(2,18,46,0.7); }
.addon-cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 160px;
}
.addon-cta .price { font-family: 'Manrope', sans-serif; font-size: 24px; font-weight: 800; }
.addon-cta a {
  display: inline-block;
  background: #02122e;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s;
}
.addon-cta a:hover { background: #1a2d4f; }

/* Most popular callout */
.popular-callout {
  margin-top: 40px;
  background: #02122e;
  color: #fff;
  border-radius: 16px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.popular-callout .tag {
  display: inline-block;
  background: rgba(36,170,47,0.18);
  color: #3fd14b;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.popular-callout h2 { font-size: 28px; margin-bottom: 8px; color: #fff; }
.popular-callout p { color: rgba(255,255,255,0.78); font-size: 16px; line-height: 1.5; }
.popular-callout .btn-cta { max-width: 340px; }

/* Bundle page responsive */
@media (max-width: 991px) {
  .bundle-grid { grid-template-columns: 1fr 1fr; }
  .bundles-hero h1 { font-size: 30px; }
  .popular-callout { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .bundle-grid { grid-template-columns: 1fr; }
  .addon-row { grid-template-columns: 1fr; text-align: center; }
  .addon-row .addon-img { max-width: 140px; margin: 0 auto; }
  .promise-bar-inner { gap: 12px; font-size: 12px; }
}

/* ==========================================================================
   Shop page additions
   ========================================================================== */
.hero-product {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 460px;
}
.hero-product-img {
  max-width: 100%;
  max-height: 540px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}
.hero-product-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 130px;
  z-index: 2;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.shop-grid .bundle-card .bundle-img {
  background: #fafafa;
  aspect-ratio: 1;
}
.shop-grid .bundle-card .bundle-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.bundle-flag.accessory { background: #f0a929; }
.bundle-flag.ebook { background: #6b4ce6; }

@media (max-width: 991px) {
  .hero-product { min-height: 320px; }
  .hero-product-img { max-height: 360px; padding: 12px; }
  .hero-product-badge { width: 90px; top: 6px; right: 6px; }
  .shop-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
}
@media (max-width: 600px) {
  .shop-grid { grid-template-columns: 1fr; }
}
