/* ==========================================================================
   VERTIGENICS™ - HIGH-CONVERSION SALES LANDING PAGE
   Component-Specific Styles & Micro-Animations
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Announcement Bar
   -------------------------------------------------------------------------- */
.top-announcement {
  background: linear-gradient(90deg, #042f24 0%, #064e3b 50%, #042f24 100%);
  color: var(--white);
  padding: 10px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid rgba(16, 185, 129, 0.3);
  position: relative;
  z-index: 50;
}

.top-announcement-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.top-announcement-highlight {
  color: var(--gold-400);
  font-weight: 700;
}

.countdown-box {
  background: rgba(0, 0, 0, 0.35);
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid rgba(251, 191, 36, 0.4);
  font-family: monospace;
  font-weight: 700;
  color: var(--gold-300);
}

/* --------------------------------------------------------------------------
   2. Main Header / Navigation
   -------------------------------------------------------------------------- */
.site-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--slate-200);
  position: sticky;
  top: 0;
  z-index: 40;
  transition: all var(--transition-base);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-500) 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  box-shadow: 0 4px 10px rgba(16, 185, 129, 0.3);
}

.brand-name {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--dark-900);
  line-height: 1;
}

.brand-tag {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-600);
  letter-spacing: 0.08em;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-link {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--slate-700);
  transition: color var(--transition-fast);
}

.nav-link:hover {
  color: var(--primary-600);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* --------------------------------------------------------------------------
   3. Hero Section & Variant Switcher
   -------------------------------------------------------------------------- */
.hero-section {
  position: relative;
  background: radial-gradient(circle at 80% 20%, rgba(209, 250, 229, 0.45) 0%, rgba(248, 250, 252, 0.8) 60%, #ffffff 100%);
  padding-top: clamp(30px, 4vw, 50px);
  padding-bottom: clamp(50px, 6vw, 80px);
  overflow: hidden;
}

.hero-glow-blob {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.15) 0%, rgba(245, 158, 11, 0.08) 50%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

/* Variant Control Switch */
.variant-switch-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.variant-switch {
  background: var(--slate-100);
  border: 1px solid var(--slate-200);
  padding: 4px;
  border-radius: var(--radius-full);
  display: inline-flex;
  gap: 4px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.04);
}

.variant-btn {
  padding: 8px 18px;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  color: var(--slate-600);
  transition: all var(--transition-fast);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.variant-btn.active {
  background: var(--white);
  color: var(--primary-700);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.variant-badge-mini {
  font-size: 0.65rem;
  background: var(--primary-100);
  color: var(--primary-800);
  padding: 2px 6px;
  border-radius: 4px;
}

/* Hero Content Grid */
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(30px, 5vw, 60px);
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-headline {
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--dark-900);
}

.value-bullets {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 6px;
  margin-bottom: 8px;
}

.value-bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.05rem;
  color: var(--dark-800);
  font-weight: 500;
}

.bullet-icon-check {
  width: 22px;
  height: 22px;
  background: var(--primary-100);
  color: var(--primary-700);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Hero Product Card & Visual (Structured, Non-Overlapping & Fully Responsive) */
.hero-visual-card {
  position: relative;
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 20px;
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(16, 185, 129, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  width: 100%;
}

.hero-rating-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--slate-200);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--primary-900);
  width: auto;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 420px;
  border-radius: var(--radius-lg);
  background: radial-gradient(circle at 50% 50%, rgba(209, 250, 229, 0.7) 0%, rgba(255, 255, 255, 0.98) 75%);
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-wrapper img {
  width: 100%;
  max-height: 360px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 15px 25px rgba(6, 36, 27, 0.14));
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-image-wrapper:hover img {
  transform: scale(1.03);
}

.hero-feature-ribbon {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #1a0f02;
  padding: 8px 18px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
}

.hero-badges-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 100%;
  margin-top: 4px;
}

@media (min-width: 480px) {
  .hero-badges-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.trust-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--bg-tint);
  border: 1px solid var(--slate-200);
  padding: 8px 10px;
  border-radius: var(--radius-md);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--dark-800);
  white-space: nowrap;
}

.trust-tag svg {
  color: var(--primary-600);
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   4. Trust & Media Proof Bar
   -------------------------------------------------------------------------- */
.proof-bar-section {
  background: var(--white);
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200);
  padding: 24px 0;
}

.proof-bar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  align-items: center;
  text-align: center;
}

.proof-bar-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--dark-800);
  font-weight: 600;
  font-size: 0.9375rem;
}

.proof-icon {
  width: 38px;
  height: 38px;
  background: var(--primary-50);
  color: var(--primary-600);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   5. Lead Section (Pain Points & Tease)
   -------------------------------------------------------------------------- */
.lead-section {
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-tint) 100%);
  position: relative;
}

.lead-card-wrapper {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: clamp(30px, 5vw, 50px);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--slate-200);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.lead-usp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold-50);
  border: 1px solid var(--gold-300);
  color: var(--gold-700);
  font-weight: 700;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  margin-bottom: 16px;
}

.pain-quote-box {
  background: #fff1f2;
  border-left: 4px solid #f43f5e;
  padding: 20px 24px;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin-bottom: 20px;
}

.pain-quote-title {
  color: #9f1239;
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pain-quote-text {
  color: #881337;
  font-size: 0.95rem;
  line-height: 1.5;
}

.solution-tease-box {
  background: var(--primary-50);
  border: 1px solid var(--primary-300);
  border-radius: var(--radius-lg);
  padding: 24px;
}

.solution-title {
  color: var(--primary-900);
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.solution-text {
  color: var(--primary-800);
  font-size: 1rem;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   6. Benefits Section
   -------------------------------------------------------------------------- */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.benefit-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--slate-200);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-400);
}

.benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--gold-500));
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.benefit-card:hover::before {
  opacity: 1;
}

.benefit-icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
  border: 1px solid var(--primary-200);
  color: var(--primary-700);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform var(--transition-base);
}

.benefit-card:hover .benefit-icon-wrapper {
  transform: scale(1.1) rotate(4deg);
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  color: var(--white);
}

.benefit-card h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
  color: var(--dark-900);
}

.benefit-card p {
  color: var(--slate-600);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   7. Power Differentiators & Comparison Matrix
   -------------------------------------------------------------------------- */
.diff-section {
  background: var(--slate-50);
}

.diff-bullets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-bottom: 48px;
}

.diff-bullet-item {
  background: var(--white);
  border: 1px solid var(--slate-200);
  padding: 16px 20px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: var(--dark-800);
  box-shadow: var(--shadow-sm);
}

.diff-bullet-item svg {
  color: var(--primary-600);
  flex-shrink: 0;
}

/* Comparison Table */
.comparison-table-wrapper {
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--slate-200);
  overflow: hidden;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.comparison-table th {
  padding: 20px 24px;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  background: var(--slate-100);
  color: var(--dark-900);
  border-bottom: 2px solid var(--slate-200);
}

.comparison-table th.vertigenics-col-header {
  background: linear-gradient(180deg, var(--primary-800) 0%, var(--primary-700) 100%);
  color: var(--white);
  text-align: center;
  position: relative;
  width: 32%;
}

.comparison-table th.competitor-col-header {
  text-align: center;
  color: var(--slate-500);
  width: 32%;
}

.comparison-table td {
  padding: 18px 24px;
  border-bottom: 1px solid var(--slate-200);
  font-size: 0.95rem;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table td.vertigenics-cell {
  background: rgba(209, 250, 229, 0.25);
  font-weight: 700;
  color: var(--primary-800);
  text-align: center;
}

.comparison-table td.competitor-cell {
  text-align: center;
  color: var(--slate-600);
}

/* --------------------------------------------------------------------------
   8. How It Works (3 Steps)
   -------------------------------------------------------------------------- */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
}

.step-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 36px 28px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--slate-200);
  position: relative;
  text-align: center;
}

.step-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-600) 0%, var(--primary-800) 100%);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.step-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.step-card p {
  color: var(--slate-600);
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   9. Pricing / Offer Section (#packages)
   -------------------------------------------------------------------------- */
.pricing-section {
  background: radial-gradient(circle at 50% 10%, rgba(209, 250, 229, 0.4) 0%, #ffffff 80%);
  position: relative;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 24px;
  align-items: center;
}

.pricing-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 32px 24px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--slate-200);
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

/* 6-Bottle Featured Card */
.pricing-card.featured {
  background: #ffffff;
  border: 2px solid var(--primary-500);
  box-shadow: 0 20px 45px -10px rgba(16, 185, 129, 0.3), 0 0 0 1px var(--primary-500);
  transform: scale(1.04);
  z-index: 5;
  padding: 40px 28px;
}

.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-4px);
}

.pricing-ribbon {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #1a0f02;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  padding: 6px 20px;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-md);
  white-space: nowrap;
}

.pricing-header {
  margin-bottom: 16px;
}

.pricing-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--dark-900);
}

.pricing-subtitle {
  font-size: 0.875rem;
  color: var(--slate-500);
  font-weight: 600;
}

.pricing-image-box {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0 16px 0;
}

.pricing-card.featured .pricing-image-box {
  height: 210px;
}

.pricing-image-box img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 15px rgba(0,0,0,0.1));
}

.pricing-price-box {
  margin-bottom: 20px;
}

.price-main {
  font-family: var(--font-heading);
  font-size: 2.75rem;
  font-weight: 900;
  color: var(--dark-900);
  line-height: 1;
}

.price-per-bottle {
  font-size: 1.15rem;
  color: var(--primary-700);
  font-weight: 800;
  margin-top: 4px;
}

.price-retail {
  font-size: 0.875rem;
  color: var(--slate-400);
  text-decoration: line-through;
  margin-top: 4px;
}

.pricing-savings-pill {
  display: inline-block;
  background: var(--primary-100);
  color: var(--primary-800);
  font-size: 0.8125rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  margin-top: 8px;
}

.pricing-perks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 0.9rem;
}

.pricing-perk-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--dark-800);
}

.pricing-perk-item svg {
  width: 18px;
  height: 18px;
  color: var(--primary-600);
  flex-shrink: 0;
}

.bonus-badge-perk {
  background: var(--gold-100);
  color: var(--gold-700);
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.75rem;
}

/* --------------------------------------------------------------------------
   10. Bonus Guides Showcase Component
   -------------------------------------------------------------------------- */
.bonuses-card-wrapper {
  background: linear-gradient(135deg, #06241b 0%, #0d5440 100%);
  color: var(--white);
  border-radius: var(--radius-xl);
  padding: clamp(32px, 5vw, 48px);
  margin-top: 50px;
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}

.bonus-image-holder {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.bonus-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bonus-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  padding: 16px 20px;
}

.bonus-item-title {
  color: var(--gold-300);
  font-size: 1.1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.bonus-item-desc {
  font-size: 0.9rem;
  color: var(--slate-200);
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   11. 60-Day Guarantee Section
   -------------------------------------------------------------------------- */
.guarantee-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: clamp(36px, 6vw, 54px);
  box-shadow: var(--shadow-xl);
  border: 2px solid var(--gold-300);
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: center;
}

.guarantee-seal-holder {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.guarantee-content h3 {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  color: var(--dark-900);
  margin-bottom: 14px;
}

.guarantee-content p {
  color: var(--slate-600);
  font-size: 1.05rem;
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   12. About the Team & Story
   -------------------------------------------------------------------------- */
.team-story-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: clamp(32px, 5vw, 48px);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--slate-200);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.team-story-text {
  font-size: 1.05rem;
  color: var(--slate-700);
  line-height: 1.7;
}

.team-credentials-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--bg-tint);
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--slate-200);
}

.team-cred-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--dark-800);
}

.team-cred-item svg {
  color: var(--primary-600);
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   13. Social Proof With Intent (Archetypes)
   -------------------------------------------------------------------------- */
.archetypes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.archetype-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 32px 24px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--slate-200);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.archetype-quote {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary-900);
  margin-bottom: 12px;
  position: relative;
}

.archetype-desc {
  color: var(--slate-600);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.archetype-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--slate-100);
}

.avatar-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-600) 0%, var(--gold-500) 100%);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
}

.author-info h4 {
  font-size: 0.95rem;
  font-weight: 700;
}

.author-info span {
  font-size: 0.75rem;
  color: var(--slate-400);
}

/* --------------------------------------------------------------------------
   14. FAQ Accordion
   -------------------------------------------------------------------------- */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.faq-item.active {
  border-color: var(--primary-400);
  box-shadow: var(--shadow-md);
}

.faq-trigger {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--dark-900);
  cursor: pointer;
  background: transparent;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--slate-100);
  color: var(--dark-700);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform var(--transition-base), background var(--transition-base);
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  background: var(--primary-100);
  color: var(--primary-800);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 24px;
}

.faq-item.active .faq-content {
  padding-bottom: 24px;
}

.faq-content p {
  color: var(--slate-600);
  font-size: 0.975rem;
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   15. Closing Recap & Footer
   -------------------------------------------------------------------------- */
.closing-card {
  background: linear-gradient(135deg, #06241b 0%, #0a3d2e 60%, #0d5440 100%);
  color: var(--white);
  border-radius: var(--radius-xl);
  padding: clamp(40px, 6vw, 64px) 24px;
  text-align: center;
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}

.closing-recap-bullets {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
  margin: 28px auto 36px auto;
  max-width: 580px;
}

.closing-bullet {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--primary-100);
}

.closing-bullet svg {
  width: 22px;
  height: 22px;
  color: var(--gold-400);
  flex-shrink: 0;
}

.site-footer {
  background: var(--dark-950);
  color: var(--slate-400);
  padding: 50px 0 100px 0; /* padding for sticky bar */
  font-size: 0.8125rem;
  line-height: 1.6;
}

.footer-disclaimer {
  max-width: 900px;
  margin: 24px auto 0 auto;
  color: var(--slate-500);
  font-size: 0.75rem;
}

/* --------------------------------------------------------------------------
   16. Sticky Floating Purchase Bar
   -------------------------------------------------------------------------- */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(6, 36, 27, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(16, 185, 129, 0.4);
  padding: 12px 20px;
  z-index: 100;
  transform: translateY(120%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 -10px 25px rgba(0,0,0,0.25);
}

.sticky-bar.visible {
  transform: translateY(0);
}

.sticky-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--container-max);
  margin: 0 auto;
  gap: 16px;
}

.sticky-info {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--white);
}

.sticky-bottle-thumb {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  padding: 2px;
}

.sticky-bottle-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sticky-title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  color: var(--white);
}

.sticky-perk {
  font-size: 0.8125rem;
  color: var(--primary-300);
}

/* --------------------------------------------------------------------------
   17. Modals (Checkout Simulation & Supplement Facts)
   -------------------------------------------------------------------------- */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(6, 17, 14, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-base);
}

.modal-overlay.open {
  opacity: 1;
  visibility: visible;
}

.modal-dialog {
  background: var(--white);
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 580px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--slate-200);
  transform: scale(0.95) translateY(20px);
  transition: transform var(--transition-spring);
  position: relative;
  padding: 32px;
}

.modal-overlay.open .modal-dialog {
  transform: scale(1) translateY(0);
}

.modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--slate-100);
  color: var(--slate-600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: all var(--transition-fast);
}

.modal-close-btn:hover {
  background: var(--slate-200);
  color: var(--dark-900);
}

/* --------------------------------------------------------------------------
   Responsive Media Queries & Mobile Polish
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 36px;
  }

  .hero-copy {
    align-items: center;
  }

  .value-bullets {
    align-items: flex-start;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-visual-card {
    max-width: 520px;
    margin: 0 auto;
  }

  .lead-card-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
    margin: 0 auto;
    gap: 32px;
  }

  .pricing-card.featured {
    transform: none;
  }

  .pricing-card.featured:hover {
    transform: translateY(-4px);
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .archetypes-grid {
    grid-template-columns: 1fr;
  }

  .bonuses-card-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .guarantee-card {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
  }

  .team-story-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .comparison-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: var(--radius-lg);
  }

  .comparison-table {
    min-width: 540px;
  }

  .hero-headline {
    font-size: clamp(1.85rem, 5.5vw, 2.6rem);
  }
}

@media (max-width: 640px) {
  .nav-links {
    display: none;
  }

  .site-header {
    padding: 8px 0;
  }

  .brand-icon {
    width: 30px;
    height: 30px;
  }

  .brand-name {
    font-size: 1.2rem;
  }

  .header-actions .btn {
    padding: 8px 14px;
    font-size: 0.8125rem;
  }

  .top-announcement {
    padding: 8px 12px;
    font-size: 0.75rem;
  }

  .top-announcement-content {
    gap: 4px 10px;
  }

  .variant-switch {
    width: 100%;
    max-width: 360px;
  }

  .variant-btn {
    flex: 1;
    justify-content: center;
    padding: 8px 6px;
    font-size: 0.72rem;
  }

  .value-bullet-item {
    font-size: 0.9375rem;
    gap: 10px;
  }

  .hero-visual-card {
    padding: 16px 12px;
  }

  .hero-feature-ribbon {
    font-size: 0.75rem;
    padding: 6px 12px;
    width: 100%;
  }

  .hero-badges-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .trust-tag {
    padding: 6px 8px;
    font-size: 0.7rem;
  }

  .pricing-ribbon {
    font-size: 0.75rem;
    padding: 6px 12px;
    width: 90%;
    white-space: normal;
    line-height: 1.2;
  }

  .pricing-card.featured {
    padding: 36px 16px 28px 16px;
  }

  .pricing-card {
    padding: 24px 16px;
  }

  .pricing-image-box {
    height: 160px;
  }

  .pricing-card.featured .pricing-image-box {
    height: 180px;
  }

  .price-main {
    font-size: 2.35rem;
  }

  .bonuses-card-wrapper {
    padding: 24px 16px;
  }

  .bonus-item {
    padding: 14px;
  }

  .bonus-item-title {
    font-size: 0.95rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .guarantee-card {
    padding: 24px 16px;
  }

  .guarantee-seal-holder {
    max-width: 150px;
    margin: 0 auto;
  }

  .sticky-bar {
    padding: 8px 12px;
  }

  .sticky-bar-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }

  .sticky-bottle-thumb {
    width: 36px;
    height: 36px;
  }

  .sticky-title {
    font-size: 0.8125rem;
    line-height: 1.2;
  }

  .sticky-perk {
    display: none;
  }

  .sticky-bar .btn {
    padding: 8px 14px;
    font-size: 0.8125rem;
    white-space: nowrap;
  }

  .comparison-table th, .comparison-table td {
    padding: 14px 12px;
    font-size: 0.85rem;
  }

  .modal-dialog {
    padding: 24px 16px;
    width: 95%;
  }
}
