/* Solvra.top — Design G, Layout 3 */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; }
body { font-family: 'DM Sans', sans-serif; background: #f8faf9; color: #1d2326; line-height: 1.75; font-size: 16px; -webkit-font-smoothing: antialiased; }

/* ── NAV — Layout 3: minimal borderless, inline, no sticky ─────────────── */
.site-header { max-width: 1100px; margin: 0 auto; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; }
.site-logo { font-family: 'Lora', serif; font-size: 22px; font-weight: 700; color: #1d2326; text-decoration: none; letter-spacing: -0.3px; }
.site-logo span { color: #0f6b4c; }
.site-nav { display: flex; gap: 28px; list-style: none; }
.site-nav a { font-size: 14px; font-weight: 500; color: #4a5568; text-decoration: none; transition: color .15s; }
.site-nav a:hover, .site-nav a.active { color: #0f6b4c; }
.header-divider { border: none; border-top: 1px solid #e4eae7; margin: 0; }

/* ── HERO — Layout 3: text-only editorial banner ────────────────────────── */
.hero-banner { background: #fff; border-top: 3px solid #0f6b4c; border-bottom: 1px solid #e4eae7; padding: 68px 24px 60px; text-align: center; }
.hero-tag { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #0f6b4c; margin-bottom: 20px; display: block; }
.hero-banner h1 { font-family: 'Lora', serif; font-size: 50px; line-height: 1.16; font-weight: 700; color: #1d2326; max-width: 760px; margin: 0 auto 20px; letter-spacing: -0.5px; }
.hero-banner h1 em { font-style: italic; color: #0f6b4c; }
.hero-desc { font-size: 20px; line-height: 1.6; color: #4a5568; max-width: 580px; margin: 0 auto 32px; }
.hero-cta { display: inline-block; background: #0f6b4c; color: #fff; font-size: 15px; font-weight: 600; padding: 13px 28px; border-radius: 4px; text-decoration: none; letter-spacing: 0.3px; transition: background .15s; }
.hero-cta:hover { background: #0d5c41; }

/* ── MAIN ───────────────────────────────────────────────────────────────── */
.site-main { max-width: 1100px; margin: 0 auto; padding: 60px 24px 40px; }

.section-header { display: flex; align-items: baseline; gap: 16px; margin-bottom: 28px; padding-bottom: 14px; border-bottom: 2px solid #1d2326; }
.section-header h2 { font-family: 'Lora', serif; font-size: 20px; font-weight: 700; color: #1d2326; }
.see-all { font-size: 13px; color: #0f6b4c; text-decoration: none; font-weight: 600; margin-left: auto; }
.see-all:hover { text-decoration: underline; }

/* ── FEATURED REVIEW CARD ───────────────────────────────────────────────── */
.featured-review { background: #fff; border: 1px solid #e4eae7; border-left: 4px solid #0f6b4c; padding: 28px; margin-bottom: 48px; display: flex; gap: 28px; align-items: flex-start; }
.featured-review .post-thumb { flex-shrink: 0; width: 240px; height: 160px; overflow: hidden; border-radius: 3px; }
.featured-review .post-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.featured-review:hover .post-thumb img { transform: scale(1.03); }
.featured-label { display: inline-block; background: #0f6b4c; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 4px 10px; border-radius: 2px; margin-bottom: 12px; }
.featured-review .post-title { font-family: 'Lora', serif; font-size: 22px; line-height: 1.3; font-weight: 700; color: #1d2326; margin-bottom: 10px; text-decoration: none; display: block; letter-spacing: -0.2px; }
.featured-review .post-title:hover { color: #0f6b4c; }
.featured-review .post-excerpt { font-size: 16px; line-height: 1.65; color: #4a5568; margin-bottom: 14px; }
.featured-review .post-byline { font-size: 12px; color: #9aada7; font-weight: 500; }

/* ── POST LIST — Layout 3: horizontal list feed ─────────────────────────── */
.post-list { display: flex; flex-direction: column; gap: 0; margin-bottom: 60px; }
.post-item { display: flex; gap: 24px; align-items: flex-start; padding: 28px 0; border-bottom: 1px solid #e4eae7; }
.post-item:last-child { border-bottom: none; }
.post-thumb { flex-shrink: 0; width: 200px; height: 130px; overflow: hidden; border-radius: 3px; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.post-item:hover .post-thumb img { transform: scale(1.03); }
.post-meta { font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: #0f6b4c; margin-bottom: 8px; display: block; }
.post-title { font-family: 'Lora', serif; font-size: 20px; line-height: 1.3; font-weight: 700; color: #1d2326; margin-bottom: 10px; text-decoration: none; display: block; letter-spacing: -0.2px; }
.post-title:hover { color: #0f6b4c; }
.post-excerpt { font-size: 15px; line-height: 1.65; color: #4a5568; margin-bottom: 10px; }
.post-byline { font-size: 12px; color: #9aada7; font-weight: 500; }

/* ── ARTICLE PAGES — Layout 3: full-bleed hero, narrow centered prose ───── */
.article-hero { width: 100%; display: block; overflow: hidden; max-height: 480px; }
.article-hero img { width: 100%; height: 480px; object-fit: cover; display: block; }

.article-wrap { max-width: 720px; margin: 0 auto; padding: 52px 24px 80px; }
.article-cat { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #0f6b4c; margin-bottom: 16px; }
.article-title { font-family: 'Lora', serif; font-size: 38px; line-height: 1.2; font-weight: 700; color: #1d2326; margin-bottom: 16px; letter-spacing: -0.4px; }
.article-subtitle { font-family: 'Lora', serif; font-size: 20px; line-height: 1.55; color: #4a5568; font-style: italic; margin-bottom: 24px; }
.article-byline { font-size: 13px; color: #9aada7; margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid #e4eae7; display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.article-byline strong { color: #1d2326; font-weight: 600; }
.verified-badge { display: inline-flex; align-items: center; gap: 5px; background: #e8f4ef; color: #0f6b4c; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 3px; letter-spacing: 0.3px; }
.verified-badge::before { content: "✓ "; }

.article-body p { font-size: 18px; line-height: 1.8; color: #2a3138; margin-bottom: 24px; }
.article-body h2 { font-family: 'Lora', serif; font-size: 26px; font-weight: 700; color: #1d2326; margin: 44px 0 16px; letter-spacing: -0.3px; }
.article-body h3 { font-family: 'Lora', serif; font-size: 21px; font-weight: 700; color: #1d2326; margin: 32px 0 12px; }
.article-body strong { font-weight: 700; color: #1d2326; }
.article-body em { font-style: italic; }
.article-body a { color: #0f6b4c; text-decoration: underline; font-weight: 600; }
.article-body img { width: 100%; height: auto; display: block; margin: 32px 0 8px; border-radius: 3px; }
.img-cap { font-size: 13px; color: #9aada7; font-style: italic; padding: 8px 0 24px; border-bottom: 1px solid #f0f4f2; display: block; }

.drop-cap::first-letter { font-family: 'Lora', serif; font-size: 72px; font-weight: 700; line-height: 0.85; float: left; margin: 4px 10px 0 0; color: #0f6b4c; }

/* ── PULLQUOTE ───────────────────────────────────────────────────────────── */
.pullquote { border-left: 4px solid #0f6b4c; padding: 20px 0 20px 24px; margin: 36px 0; font-family: 'Lora', serif; font-size: 22px; line-height: 1.5; font-style: italic; color: #1d2326; }
.pullquote cite { display: block; font-size: 13px; font-style: normal; color: #9aada7; margin-top: 10px; font-family: 'DM Sans', sans-serif; font-weight: 600; letter-spacing: 0.3px; }

/* ── FACT BOX ────────────────────────────────────────────────────────────── */
.fact-box { background: #e8f4ef; border: 1px solid #b8d9cc; border-left: 4px solid #0f6b4c; padding: 22px 24px; margin: 32px 0; }
.fact-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #0f6b4c; margin-bottom: 10px; display: block; }
.fact-box p { font-size: 16px; line-height: 1.6; color: #1d2326; margin: 0; }

/* ── INGREDIENT GRID ─────────────────────────────────────────────────────── */
.ingredient-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }
.ingredient-card { background: #fff; border: 1px solid #e4eae7; padding: 20px; border-radius: 4px; }
.ing-name { font-family: 'Lora', serif; font-size: 17px; font-weight: 700; color: #0f6b4c; margin-bottom: 4px; }
.ing-dose { font-size: 11px; font-weight: 700; color: #9aada7; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; display: block; }
.ingredient-card p { font-size: 15px; line-height: 1.6; color: #4a5568; margin: 0; }

/* ── RATING BLOCK ────────────────────────────────────────────────────────── */
.rating-block { background: #fff; border: 1px solid #e4eae7; padding: 28px; margin: 36px 0; display: flex; gap: 32px; align-items: flex-start; }
.rating-score { flex-shrink: 0; text-align: center; }
.score-num { font-family: 'Lora', serif; font-size: 60px; font-weight: 700; color: #0f6b4c; line-height: 1; display: block; }
.score-label { font-size: 12px; color: #9aada7; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; display: block; }
.rating-bars { flex: 1; }
.rating-row { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.rating-row:last-child { margin-bottom: 0; }
.rr-label { font-size: 14px; font-weight: 500; color: #4a5568; width: 160px; flex-shrink: 0; }
.rr-bar-wrap { flex: 1; height: 8px; background: #e4eae7; border-radius: 4px; overflow: hidden; }
.rr-bar { height: 100%; background: #0f6b4c; border-radius: 4px; }
.rr-val { font-size: 13px; font-weight: 700; color: #1d2326; width: 36px; text-align: right; }

/* ── BUY BOX ─────────────────────────────────────────────────────────────── */
.buy-box { background: #fff; border: 2px solid #0f6b4c; padding: 36px 32px; margin: 44px 0; text-align: center; }
.buy-box h3 { font-family: 'Lora', serif; font-size: 26px; font-weight: 700; color: #1d2326; margin-bottom: 8px; margin-top: 0; }
.price-tag { font-size: 36px; font-weight: 700; color: #0f6b4c; font-family: 'Lora', serif; display: block; margin-bottom: 4px; }
.price-note { font-size: 14px; color: #9aada7; margin-bottom: 26px; display: block; }
.btn-buy { display: inline-block; background: #0f6b4c; color: #fff; font-size: 18px; font-weight: 700; padding: 17px 36px; border-radius: 4px; text-decoration: none; letter-spacing: 0.3px; box-shadow: 0 4px 0 #0a4d36; transition: background .15s, transform .1s; width: 100%; max-width: 420px; }
.btn-buy:hover { background: #0d5c41; }
.btn-buy:active { transform: translateY(3px); box-shadow: 0 1px 0 #0a4d36; }
.buy-trust { margin-top: 16px; font-size: 13px; color: #9aada7; line-height: 1.8; }
.buy-trust strong { color: #0f6b4c; font-weight: 600; }

/* ── AFFILIATE NOTICE ────────────────────────────────────────────────────── */
.affiliate-notice { background: #f8faf9; border: 1px solid #e4eae7; padding: 12px 16px; margin: 0 0 28px; font-size: 13px; color: #7a8c88; line-height: 1.6; border-left: 3px solid #b8d9cc; }

/* ── STEP LIST (lifestyle) ───────────────────────────────────────────────── */
.step-list { list-style: none; margin: 28px 0; }
.step-list li { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid #e4eae7; }
.step-list li:last-child { border-bottom: none; }
.step-num { flex-shrink: 0; width: 36px; height: 36px; background: #0f6b4c; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; font-family: 'Lora', serif; }
.step-text { font-size: 17px; line-height: 1.7; color: #2a3138; padding-top: 4px; }
.step-text strong { color: #1d2326; display: block; margin-bottom: 4px; font-size: 18px; }

/* ── INLINE CTA MID-ARTICLE ─────────────────────────────────────────────── */
.inline-cta-strip { background: #e8f4ef; border: 1px solid #b8d9cc; padding: 28px 24px; margin: 40px 0; text-align: center; }
.inline-cta-strip p { font-size: 17px; color: #1d2326; margin-bottom: 16px; }
.inline-cta-strip .btn-buy { font-size: 16px; padding: 14px 28px; max-width: 380px; }

/* ── ABOUT / STATIC PAGES ────────────────────────────────────────────────── */
.page-wrap { max-width: 760px; margin: 0 auto; padding: 56px 24px 80px; }
.page-wrap h1 { font-family: 'Lora', serif; font-size: 36px; font-weight: 700; color: #1d2326; margin-bottom: 28px; letter-spacing: -0.3px; }
.page-wrap h2 { font-family: 'Lora', serif; font-size: 22px; font-weight: 700; color: #1d2326; margin: 36px 0 14px; }
.page-wrap p { font-size: 17px; line-height: 1.8; color: #2a3138; margin-bottom: 20px; }
.page-wrap ul { margin: 0 0 20px 24px; }
.page-wrap ul li { font-size: 17px; line-height: 1.8; color: #2a3138; margin-bottom: 8px; }

/* ── FOOTER ─────────────────────────────────────────────────────────────── */
.site-footer { background: #1d2326; color: #a0b4af; padding: 56px 24px 32px; margin-top: 60px; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-logo { font-family: 'Lora', serif; font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 14px; display: block; text-decoration: none; }
.footer-logo span { color: #4db88a; }
.footer-brand p { font-size: 14px; line-height: 1.7; color: #7a9490; }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { font-size: 14px; color: #7a9490; text-decoration: none; transition: color .15s; }
.footer-col ul a:hover { color: #4db88a; }
.footer-bottom { max-width: 1100px; margin: 0 auto; border-top: 1px solid #2c3538; padding-top: 28px; }
.footer-bottom p { font-size: 12px; color: #556660; line-height: 1.7; margin-bottom: 8px; }

/* ── RESPONSIVE ─────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .hero-banner h1 { font-size: 30px; }
  .hero-desc { font-size: 17px; }
  .featured-review { flex-direction: column; }
  .featured-review .post-thumb { width: 100%; height: 200px; }
  .post-item { flex-direction: column; }
  .post-thumb { width: 100%; height: 200px; }
  .article-title { font-size: 26px; }
  .article-hero img { height: 260px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .ingredient-grid { grid-template-columns: 1fr; }
  .rating-block { flex-direction: column; }
  .site-nav { display: none; }
}
