/* VitalCore Prelander Shared Styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #fff;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.6;
}

.ad-disclosure {
  background: #f5f5f5;
  text-align: center;
  padding: 8px 16px;
  font-size: 11px;
  color: #666;
  border-bottom: 1px solid #e0e0e0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.site-header {
  background: #fff;
  border-bottom: 2px solid #1a3a5c;
  padding: 12px 20px;
  text-align: center;
}
.site-header img { height: 40px; }
.site-header .pub-info {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

.article-wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 16px 60px;
}

.article-meta {
  padding: 20px 0 16px;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
}
.article-category {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c0392b;
  margin-bottom: 8px;
}
.article-headline {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  color: #111;
  margin-bottom: 12px;
}
.article-dek {
  font-size: 18px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 12px;
}
.article-byline {
  font-size: 13px;
  color: #888;
}
.article-byline strong { color: #555; }

.hero-img {
  width: 100%;
  border-radius: 6px;
  margin: 20px 0;
}

.article-body p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.75;
  color: #222;
}
.article-body h2 {
  font-size: 22px;
  font-weight: 800;
  margin: 32px 0 16px;
  color: #111;
  line-height: 1.3;
}
.article-body ul {
  margin: 0 0 20px 24px;
}
.article-body ul li {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 8px;
  color: #222;
}
.article-body blockquote {
  border-left: 4px solid #1a3a5c;
  padding: 12px 20px;
  margin: 24px 0;
  background: #f8fafc;
  font-size: 18px;
  font-style: italic;
  color: #333;
}

.stat-box {
  background: #f0f7ff;
  border: 1px solid #c8dff5;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 24px 0;
  text-align: center;
}
.stat-box .stat-num {
  font-size: 48px;
  font-weight: 900;
  color: #1a3a5c;
  line-height: 1;
}
.stat-box .stat-label {
  font-size: 15px;
  color: #555;
  margin-top: 6px;
}

.cta-box {
  background: linear-gradient(135deg, #1a3a5c, #0d2540);
  border-radius: 12px;
  padding: 28px 24px;
  margin: 32px 0;
  text-align: center;
  color: #fff;
}
.cta-box .cta-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.75;
  margin-bottom: 10px;
}
.cta-box .cta-headline {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 8px;
}
.cta-box .cta-sub {
  font-size: 15px;
  opacity: 0.85;
  margin-bottom: 20px;
}
.cta-box .cta-price {
  font-size: 13px;
  opacity: 0.7;
  margin-bottom: 16px;
}
.cta-box .cta-price del { opacity: 0.6; }
.cta-box .cta-price strong { font-size: 20px; color: #7fdbff; }

.cta-btn {
  display: block;
  width: 100%;
  padding: 18px;
  background: #f39c12;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: background 0.2s;
  border: none;
  cursor: pointer;
  margin-bottom: 12px;
}
.cta-btn:hover { background: #e67e22; }
.cta-box .trust-line {
  font-size: 13px;
  opacity: 0.65;
}

.review-card {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 16px 0;
}
.review-card .stars { color: #f39c12; font-size: 16px; margin-bottom: 6px; }
.review-card .review-text { font-size: 15px; color: #333; font-style: italic; margin-bottom: 8px; }
.review-card .reviewer { font-size: 13px; font-weight: 700; color: #555; }

.trust-bar {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 16px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 24px 0;
  flex-wrap: wrap;
}
.trust-bar .trust-item {
  font-size: 13px;
  color: #555;
  text-align: center;
}
.trust-bar .trust-item span {
  display: block;
  font-size: 18px;
  margin-bottom: 2px;
}

.product-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  padding: 16px;
  background: #f8fafc;
  border-radius: 8px;
}
.product-feature .feature-icon {
  font-size: 28px;
  flex-shrink: 0;
}
.product-feature .feature-text h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.product-feature .feature-text p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a3a5c;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}
.sticky-cta .sticky-text {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.sticky-cta .sticky-text small {
  display: block;
  font-size: 11px;
  opacity: 0.7;
  font-weight: 400;
}
.sticky-cta .sticky-btn {
  background: #f39c12;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  flex-shrink: 0;
}

.disclaimer {
  font-size: 11px;
  color: #aaa;
  line-height: 1.6;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

@media (max-width: 480px) {
  .article-headline { font-size: 22px; }
  .article-dek { font-size: 16px; }
  .article-body p, .article-body ul li { font-size: 16px; }
  .stat-box .stat-num { font-size: 36px; }
  .cta-box .cta-headline { font-size: 19px; }
  .cta-btn { font-size: 16px; padding: 16px; }
}
