/* Safari compatibility */
* { -webkit-box-sizing: border-box; }
img, video { -webkit-transform: translateZ(0); }

* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg: #FFFFFF;
  --text: #1a1a1a;
  --text-secondary: #555555;
  --accent: #AC9FCD;
  --accent-dark: #8B7CB5;
  --accent-deeper: #6B5CA7;
  --accent-light: #F0EDF7;
  --border: #E8E6E3;
  --card-bg: #FFFFFF;
  --warm-gray: #F7F6F4;
  --success: #4A9B6F;
  --danger: #C0392B;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ===== HERO ===== */
.hero-wrapper {
  background: #0D0B1A;
  position: relative;
  overflow: hidden;
  min-height: 520px;
}
.hero-video-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}
.hero-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.hero-video-bg::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(13,11,26,0.35) 0%, rgba(13,11,26,0.88) 65%, rgba(13,11,26,1) 100%);
}
.hero {
  position: relative;
  z-index: 2;
  padding: 52px 0 60px;
  text-align: center;
}
.hero-logo {
  width: 160px;
  margin-bottom: 28px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1.2;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 18px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.hero .subtitle {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  font-family: 'Plus Jakarta Sans', sans-serif;
  max-width: 500px;
  margin: 0 auto 34px;
  line-height: 1.65;
}
.hero .differentiator {
  display: inline-block;
  background: rgba(172,159,205,0.2);
  border: 1px solid rgba(172,159,205,0.35);
  color: #D4CCE8;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 24px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hero-product-row {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin: 36px 0;
}
.hero-product-row img {
  height: 220px;
  width: auto;
  border-radius: 12px;
  filter: drop-shadow(0 8px 32px rgba(172,159,205,0.25));
  transition: transform 0.3s;
}
.hero-product-row img:hover {
  transform: translateY(-4px);
}
.hero-cta {
  display: inline-block;
  background: var(--accent);
  color: white;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 38px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  box-shadow: 0 4px 20px rgba(172,159,205,0.35);
  letter-spacing: 0.3px;
}
.hero-cta:hover {
  transform: translateY(-2px);
  background: var(--accent-dark);
  box-shadow: 0 8px 30px rgba(172,159,205,0.45);
}
.hero-secondary {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  letter-spacing: 0.3px;
}
.hero-secondary:hover { color: rgba(255,255,255,0.7); }

@media (max-width: 600px) {
  .hero-wrapper { min-height: auto; }
}

/* ===== ARTICLE BODY ===== */
.article-body {
  padding: 48px 0;
}
.article-body p {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 26px;
  color: var(--text-secondary);
}
.article-body p strong {
  color: var(--text);
  font-weight: 600;
}
.article-body h2 {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  margin: 52px 0 20px;
  color: var(--text);
  line-height: 1.3;
  font-weight: 600;
}
.article-body h3 {
  font-family: 'Fraunces', serif;
  font-size: 21px;
  margin: 40px 0 14px;
  color: var(--text);
  font-weight: 600;
}

/* ===== HERO DISGUST HOOK ===== */
.hero-disgust {
  font-size: 18px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  margin-bottom: 24px;
  line-height: 1.5;
}

/* ===== CTA BOX ===== */
.cta-box {
  background: var(--accent-light);
  border-left: 3px solid var(--accent);
  padding: 22px 28px;
  margin: 36px 0;
  border-radius: 0 12px 12px 0;
}
.cta-box p {
  font-size: 15px;
  font-weight: 600;
  color: var(--accent-deeper);
  margin-bottom: 0;
}
.cta-box a {
  color: var(--accent-deeper);
  text-decoration: underline;
}

/* ===== QUICK BENEFITS ===== */
.quick-benefits {
  background: var(--accent-light);
  border: 1px solid #DDD8EC;
  border-radius: 16px;
  padding: 28px 32px 24px;
  margin: 36px 0;
}
.quick-benefits h3 {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 18px 0;
  padding: 0;
}
.quick-benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.45;
}
.quick-benefit-item:last-child { margin-bottom: 0; }
.qb-check {
  width: 26px;
  height: 26px;
  background: var(--accent);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .quick-benefits { padding: 24px 20px 20px; }
  .quick-benefits h3 { font-size: 18px; }
  .quick-benefit-item { font-size: 14px; }
  .qb-check { width: 22px; height: 22px; font-size: 11px; }
}

/* ===== PRODUCT SHOWCASE ===== */
.product-showcase {
  display: flex;
  gap: 36px;
  align-items: center;
  margin: 48px 0;
  padding: 36px;
  background: var(--card-bg);
  border-radius: 16px;
  border: 1px solid var(--border);
  transition: transform 0.2s, box-shadow 0.2s;
}
.product-showcase:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 36px rgba(172,159,205,0.1);
}
.product-showcase img {
  width: 200px;
  height: auto;
  flex-shrink: 0;
  border-radius: 12px;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.06));
}
.product-showcase .product-info h3 {
  font-family: 'Fraunces', serif;
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 8px;
}
.product-showcase .product-info .strain-tag {
  display: inline-block;
  background: var(--accent-light);
  color: var(--accent-deeper);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.product-showcase .product-info p {
  font-size: 14px;
  margin-bottom: 12px;
  color: var(--text-secondary);
  line-height: 1.7;
}

@media (max-width: 600px) {
  .product-showcase {
    flex-direction: column;
    text-align: center;
    padding: 28px;
  }
  .product-showcase img { width: 160px; }
}

/* ===== SECTION WRAPPERS ===== */
.section-light {
  background: var(--bg);
  padding: 8px 0;
}
.section-warm {
  background: var(--warm-gray);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 8px 0;
}
.section-warm .benefits-section {
  background: transparent;
  border: none;
  box-shadow: none;
}
.section-warm .stat-callout .stat-item {
  background: white;
}

/* ===== BENEFITS SECTION ===== */
.benefits-section {
  background: var(--card-bg);
  border-radius: 16px;
  border: 1px solid var(--border);
  padding: 44px 40px;
  margin: 48px 0;
}
.benefits-section h2 {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 36px;
}
.benefit-item {
  display: flex;
  gap: 22px;
  margin-bottom: 34px;
  align-items: flex-start;
}
.benefit-item:last-child { margin-bottom: 0; }
.benefit-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.benefit-icon svg {
  width: 28px;
  height: 28px;
}
.benefit-icon.icon-shield { background: var(--accent-light); }
.benefit-icon.icon-brain { background: #EDF5FE; }
.benefit-icon.icon-bolt { background: #FEF6E7; }
.benefit-icon.icon-lab { background: #EEF8F1; }
.benefit-item h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--text);
}
.benefit-item p {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.7;
}

@media (max-width: 600px) {
  .benefits-section { padding: 28px 22px; }
}

/* ===== STAT CALLOUT ===== */
.stat-callout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 48px 0;
}
.stat-item {
  text-align: center;
  padding: 26px 16px;
  background: var(--card-bg);
  border-radius: 14px;
  border: 1px solid var(--border);
}
.stat-item .number {
  font-family: 'Fraunces', serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--accent-deeper);
  display: block;
  margin-bottom: 4px;
}
.stat-item .label {
  font-size: 12px;
  color: var(--text-secondary);
  line-height: 1.45;
}

@media (max-width: 600px) {
  .stat-callout { grid-template-columns: 1fr; gap: 12px; }
  .stat-item { padding: 18px; display: flex; align-items: center; gap: 16px; text-align: left; }
}

/* ===== COMPREHENSIVE MOBILE ===== */
@media (max-width: 600px) {
  .hero { padding: 36px 0 40px; }
  .hero-logo { width: 120px; margin-bottom: 20px; }
  .hero .differentiator { font-size: 10px; padding: 5px 12px; }
  .hero .subtitle { font-size: 14px; margin-bottom: 24px; }
  .hero-product-row { gap: 16px; margin: 24px 0; }
  .hero-product-row img { height: 140px; }
  .hero-cta { padding: 12px 30px; font-size: 14px; }
  .hero-disgust { font-size: 15px; }

  .article-body h2 { font-size: 22px; margin: 36px 0 16px; }
  .article-body h3 { font-size: 18px; }
  .article-body p { font-size: 15px; }
  .drop-cap::first-letter { font-size: 44px; }

  .benefits-section { padding: 28px 22px; }
  .benefit-item { gap: 14px; }
  .benefit-icon { width: 46px; height: 46px; border-radius: 12px; }
  .benefit-icon svg { width: 24px; height: 24px; }

  .comparison-table { font-size: 12px; }
  .comparison-table thead th { padding: 12px 6px; font-size: 10px; letter-spacing: 0; }
  .comparison-table thead th:first-child { width: 35%; }
  .comparison-table tbody td { padding: 10px 6px; font-size: 12px; }

  .testimonials-wrapper { padding: 40px 0; }
  .testimonials-heading { font-size: 22px; margin-bottom: 24px; }
  .testimonial-card .testimonial-avatar-hero { height: 160px; }
  .testimonial-card .testimonial-body { padding: 16px 18px 20px; }
  .testimonial-card blockquote { font-size: 13px; }

  .final-cta { padding: 36px 24px; margin: 36px 0; border-radius: 16px; }
  .final-cta h2 { font-size: 22px; }
  .final-cta .cta-btn { padding: 12px 28px; font-size: 14px; }

  .pull-quote { padding: 16px 20px; }
  .pull-quote p { font-size: 15px; }

  .cta-box { padding: 18px; }

  .video-block { margin: 32px 0; }
}

/* ===== COMPARISON TABLE ===== */
.comparison-section {
  margin: 48px 0;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--card-bg);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.comparison-table thead th {
  padding: 16px 14px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.comparison-table thead th:first-child {
  text-align: left;
  width: 45%;
}
.comparison-table thead th.highlight {
  background: var(--accent-deeper);
  color: white;
}
.comparison-table thead th:not(.highlight) {
  background: var(--warm-gray);
  color: var(--text-secondary);
}
.comparison-table tbody td {
  padding: 13px 14px;
  font-size: 13px;
  text-align: center;
  border-top: 1px solid var(--border);
}
.comparison-table tbody td:first-child {
  text-align: left;
  color: var(--text-secondary);
  font-weight: 500;
}
.comparison-table tbody td.highlight {
  background: rgba(172, 159, 205, 0.04);
}
.check { color: var(--success); font-size: 16px; font-weight: 700; }
.cross { color: var(--danger); font-size: 16px; font-weight: 700; }

/* ===== TESTIMONIALS ===== */
.testimonials-wrapper {
  background: var(--warm-gray);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 60px 0;
}
.testimonials {
  margin: 0;
}
.testimonials-heading {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 36px;
  color: var(--text);
}
.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.testimonial-card {
  background: white;
  border: none;
  border-radius: 14px;
  padding: 0;
  box-shadow: 0 1px 8px rgba(0,0,0,0.04);
  position: relative;
  overflow: hidden;
}
.testimonial-card .testimonial-avatar-hero {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.testimonial-card .testimonial-body {
  padding: 20px 22px 22px;
}
.testimonial-card .stars {
  color: #E5A82E;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  display: block;
}
.testimonial-card blockquote {
  font-size: 14px;
  font-style: italic;
  font-family: 'Fraunces', serif;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 14px;
}
.testimonial-card .attribution {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-footer .attribution {
  padding-left: 0;
}
.testimonial-avatar {
  display: none;
}

@media (min-width: 601px) {
  .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ===== VISUAL PLACEHOLDER ===== */
.visual-placeholder {
  margin: 40px 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.visual-placeholder img {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== FINAL CTA ===== */
.final-cta {
  background: linear-gradient(135deg, var(--accent-deeper) 0%, #5A4D8E 100%);
  border-radius: 16px;
  padding: 48px 40px;
  text-align: center;
  margin: 48px 0;
  color: white;
}
.final-cta h2 {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  font-weight: 600;
  color: white;
  margin-bottom: 14px;
}
.final-cta p {
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 24px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.final-cta .cta-btn {
  display: inline-block;
  background: white;
  color: var(--accent-deeper);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 38px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}
.final-cta .cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.18);
}

/* ===== DISCLOSURE ===== */
.disclosure {
  text-align: center;
  padding: 40px 0;
  font-size: 11px;
  color: #aaa;
  border-top: 1px solid var(--border);
  line-height: 1.7;
}

/* ===== DROP CAP ===== */
.drop-cap::first-letter {
  font-family: 'Fraunces', serif;
  font-size: 54px;
  float: left;
  line-height: 0.8;
  margin-right: 8px;
  margin-top: 6px;
  color: var(--accent-deeper);
  font-weight: 600;
}

/* ===== PULL QUOTE ===== */
.pull-quote {
  border-left: 3px solid var(--accent);
  padding: 20px 28px;
  margin: 36px 0;
  background: var(--warm-gray);
  border-radius: 0 12px 12px 0;
}
.pull-quote p {
  font-family: 'Fraunces', serif;
  font-size: 17px;
  color: var(--text);
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 0;
}

/* ===== VIDEO ===== */
.video-block {
  margin: 40px 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(172, 159, 205, 0.1);
  border: 1px solid var(--border);
}
.video-block video {
  display: block;
  width: 100%;
  height: auto;
}
