/* Спільний стиль статей блогу DAR Garden.
   Винесено 2026-08-25: до цього кожна стаття носила власну копію ~350 рядків,
   через що правка одного кольору коштувала 38 файлів (див. check-a11y.js).
   Сторінка перевизначає потрібне у власному <style> ПІСЛЯ цього файлу. */

* { margin: 0; padding: 0; box-sizing: border-box; }
:root { --green: #3B6D11; --green-light: #8FCC52; --amber: #EF9F27; --cream: #FBF8F1; --warm-white: #FEFCF6; --text: #2A2318; --muted: #7C7062; --coral: #993C1D; --blue: #185FA5; }
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--text); overflow-x: hidden; }
/* ---- NAV ---- */ nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(251,248,241,0.9); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(0,0,0,0.04); }
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; }
.logo { font-family: 'Playfair Display', Georgia, serif; font-size: 24px; color: var(--green); text-decoration: none; }
.logo:hover { opacity: 0.9; }
.nav-links { display: flex; gap: 28px; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: var(--muted); font-size: 14px; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--green); }
.nav-cta { background: var(--green); color: #fff; border: none; border-radius: 999px; padding: 10px 28px; font-size: 14px; font-weight: 600; text-decoration: none; }
.nav-cta:hover { background: #2D5A0E; }
/* ---- ARTICLE ---- */ .article-wrapper { max-width: 720px; margin: 0 auto; padding: 120px 24px 60px; }
.article-meta { font-size: 13px; color: var(--muted); margin-bottom: 16px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.article-meta .tag { background: #E8F3D6; color: var(--green); border-radius: 999px; padding: 3px 12px; font-size: 12px; font-weight: 600; }
.article-meta .date { font-size: 13px; color: var(--muted); font-weight: 500; }
.article-meta .reading-time { font-size: 13px; color: var(--muted); }
.article-wrapper h1 { font-family: 'Playfair Display', serif; font-size: clamp(28px, 5vw, 42px); line-height: 1.2; color: var(--text); margin-bottom: 24px; }
.article-intro { font-size: 17px; color: var(--muted); line-height: 1.8; margin-bottom: 40px; border-left: 3px solid var(--green); padding-left: 20px; }
.article-wrapper h2 { font-family: 'Playfair Display', serif; font-size: 24px; color: var(--text); margin: 48px 0 16px; }
.article-wrapper h3 { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--text); margin: 32px 0 12px; }
.article-wrapper p { font-size: 16px; line-height: 1.8; color: var(--text); margin-bottom: 16px; }
.article-wrapper ul, .article-wrapper ol { margin: 0 0 20px 24px; }
.article-wrapper li { font-size: 16px; line-height: 1.8; color: var(--text); margin-bottom: 6px; }
/* ---- RECIPE CARDS ---- */ .recipe-card { background: var(--warm-white); border: 1px solid rgba(0,0,0,0.06); border-radius: 20px; padding: 28px; margin: 24px 0 32px; transition: all 0.3s; }
.recipe-card:hover { box-shadow: 0 8px 28px rgba(59,109,17,0.08); transform: translateY(-2px); }
.recipe-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.recipe-number { width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, var(--green), var(--green-light)); color: #fff; font-size: 18px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.recipe-title { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--text); margin: 0 !important; }
.recipe-subtitle { font-size: 14px; color: var(--muted); font-weight: 500; margin-top: 2px; }
.recipe-body { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.recipe-detail { background: var(--cream); border-radius: 12px; padding: 14px 16px; }
.recipe-detail .label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 4px; }
.recipe-detail .value { font-size: 15px; font-weight: 600; color: var(--text); }
.recipe-detail.full-width { grid-column: 1 / -1; }
.recipe-detail .value.green { color: var(--green); }
.recipe-detail .value.blue { color: var(--blue); }
.recipe-detail .value.amber { color: var(--amber); }
.recipe-targets { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.recipe-targets .target-tag { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 999px; }
.tag-fungicide { background: #E0EEF8; color: var(--blue); }
.tag-insecticide { background: #FFF3D6; color: #B07D12; }
.tag-nutrition { background: #E8F3D6; color: var(--green); }
.tag-complex { background: #F0EAE0; color: var(--earth); }
/* ---- RULES BOX ---- */ .rules-box { background: linear-gradient(160deg, #FFF8E6, #FFF3D6); border: 1px solid rgba(239,159,39,0.2); border-radius: 20px; padding: 28px; margin: 32px 0; }
.rules-box h3 { font-family: 'Playfair Display', serif; color: var(--earth); margin-top: 0 !important; }
.rules-box ol { margin-left: 20px; }
.rules-box li { font-size: 15px; margin-bottom: 8px; }
.warning-box { background: #FFF0EA; border: 1px solid rgba(153,60,29,0.15); border-radius: 16px; padding: 20px 24px; margin: 20px 0; display: flex; gap: 12px; align-items: flex-start; }
.warning-box .icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.warning-box p { font-size: 14px; color: var(--coral); margin: 0; font-weight: 500; line-height: 1.6; }
/* ---- CTA INLINE ---- */ .cta-inline { background: linear-gradient(160deg, #E8F3D6, #D4E7BF); border: 2px solid var(--green); border-radius: 20px; padding: 28px; margin: 40px 0; text-align: center; }
.cta-inline .emoji { font-size: 32px; margin-bottom: 12px; }
.cta-inline p { font-size: 15px !important; color: rgba(255,255,255,0.85) !important; max-width: 480px; margin: 0 auto 20px !important; position: relative; }
.cta-inline .btn-fill { display: inline-block; }
.btn-fill { background: var(--green); color: #fff; border: none; border-radius: 14px; padding: 14px 28px; font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.3s; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.btn-fill:hover { background: #2D5A0E; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(59,109,17,0.2); }
/* ---- FAQ ---- */ .faq-section { margin: 48px 0 40px; }
.faq-section h2 { font-family: 'Playfair Display', Georgia, serif; font-size: 26px; color: var(--text); margin-bottom: 20px; }
.faq-item { background: var(--warm-white); border-radius: 16px; padding: 20px 24px; margin-bottom: 12px; border: 1px solid rgba(0,0,0,0.04); }
.faq-item summary { font-size: 16px; font-weight: 600; color: var(--text); cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 20px; font-weight: 400; color: var(--green); transition: transform 0.2s; flex-shrink: 0; }
.faq-item[open] summary::after { content: '-'; }
.faq-item .faq-answer { font-size: 15px; color: var(--muted); line-height: 1.7; margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(0,0,0,0.06); }
/* ---- CLOSING ---- */ .article-closing { text-align: center; margin: 48px 0 0; padding: 32px; background: var(--warm-white); border-radius: 20px; border: 1px solid rgba(0,0,0,0.04); }
.article-closing .sign-off { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--green); margin-bottom: 0; }
/* ---- FOOTER ---- */ footer { max-width: 1100px; margin: 0 auto; padding: 48px 24px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(0,0,0,0.06); flex-wrap: wrap; gap: 16px; }
footer p { font-size: 13px; color: var(--muted); }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a { font-size: 13px; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--green); }
.social-links { display: flex; gap: 16px; }
.social-links a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
.social-links a:hover { color: var(--green); }
/* ---- ANIMATIONS ---- */ .slide-in { opacity: 0; transform: translateY(30px); transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.slide-in.visible { opacity: 1; transform: translateY(0); }
/* ---- MOBILE ---- */ @media (max-width: 600px) { .article-wrapper { padding: 100px 16px 40px; } .recipe-body { grid-template-columns: 1fr; } .recipe-card { padding: 20px; } .rules-box { padding: 20px; } .cta-inline { padding: 20px; } .nav-links { display: none; } footer { flex-direction: column; text-align: center; } }
/* ---- REDUCED MOTION ---- */ @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } .slide-in, .reveal { opacity: 1 !important; transform: none !important; } }
.logo img { width: 32px; height: 32px; border-radius: 7px; vertical-align: middle; margin-right: 8px; }
.nav-links a:hover, .nav-links a.active { color: var(--green); }
.nav-links a.active { font-weight: 600; }
/* ---- ARTICLE ---- */ .article-container { max-width: 860px; margin: 0 auto; padding: 120px 24px 60px; }
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 24px; }
.breadcrumb a { color: var(--green); text-decoration: none; font-weight: 500; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 8px; }
h1 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(28px, 5vw, 40px); line-height: 1.2; color: var(--text); margin-bottom: 24px; }
/* ---- BODY ---- */ .article-body h2 { font-family: 'Playfair Display', Georgia, serif; font-size: 26px; color: var(--text); margin: 44px 0 16px; line-height: 1.3; }
.article-body h3 { font-size: 17px; font-weight: 700; color: var(--text); margin: 28px 0 10px; }
.article-body p { font-size: 16px; color: #555; line-height: 1.8; margin-bottom: 16px; }
.article-body ul { margin: 0 0 18px 20px; }
.article-body li { font-size: 16px; color: #555; line-height: 1.8; margin-bottom: 8px; }
.article-body strong { color: var(--text); }
/* ---- FIGURES ---- */ figure { margin: 28px 0; background: var(--warm-white); border-radius: 20px; border: 1px solid rgba(0,0,0,0.04); overflow: hidden; }
figure img { width: 100%; height: auto; display: block; max-height: 520px; object-fit: cover; }
figure video { width: 100%; height: auto; display: block; max-height: 520px; object-fit: cover; background: #000; }
/* Повний вертикальний скрін телефона (TikTok-формат) — не обрізати cover'ом, бо кадр 9:16 і важливий елемент (кнопка, шапка) часто вгорі/внизу, а не по центру */
figure.app-shot { display: flex; justify-content: center; background: var(--cream); }
figure.app-shot img, figure.app-shot video { width: auto; max-width: 340px; height: auto; max-height: 760px; object-fit: contain; }
figcaption { font-size: 13px; color: var(--muted); line-height: 1.6; padding: 14px 18px; }
.photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }
.photo-grid figure { margin: 0; }
.photo-grid figure img { max-height: 340px; }
/* ---- CALLOUTS ---- */ .callout { background: var(--warm-white); border-radius: 18px; padding: 24px 26px; margin: 28px 0; border: 1px solid rgba(0,0,0,0.04); border-left: 4px solid var(--amber); }
.callout p { margin-bottom: 0; font-size: 15px; }
.callout.danger { border-left-color: var(--coral); }
.callout.info { border-left-color: var(--blue); }
.callout-title { font-size: 13px; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px; }
/* ---- TABLE ---- */ .table-wrap { overflow-x: auto; margin: 24px 0; }
table { width: 100%; border-collapse: collapse; background: var(--warm-white); border-radius: 16px; overflow: hidden; font-size: 14px; }
th, td { padding: 12px 14px; text-align: left; border-bottom: 1px solid rgba(0,0,0,0.05); }
th { background: #E8F3D6; color: var(--green); font-weight: 700; font-size: 13px; }
td { color: #555; }
tr:last-child td { border-bottom: none; }
/* ---- STEPS ---- */ .steps { list-style: none; counter-reset: st; margin-left: 0; }
.steps li { counter-increment: st; position: relative; padding: 12px 0 12px 46px; border-bottom: 1px solid rgba(0,0,0,0.05); margin-bottom: 0; }
.steps li:last-child { border-bottom: none; }
.steps li::before { content: counter(st); position: absolute; left: 0; top: 12px; width: 32px; height: 32px; background: linear-gradient(135deg, var(--green), var(--green-light)); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; }
/* ---- CTA ---- */ .cta-banner { background: var(--green); border-radius: 20px; padding: 36px 32px; margin: 44px 0; text-align: center; color: #fff; }
.cta-banner h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 23px; margin-bottom: 10px; }
.cta-banner p { font-size: 15px; color: #fff; opacity: 0.9; max-width: 500px; margin: 0 auto 20px; line-height: 1.6; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-btn { background: var(--cream); color: var(--green); border: none; border-radius: 14px; padding: 14px 30px; font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.3s; text-decoration: none; display: inline-block; }
.cta-btn.ghost { background: rgba(255,255,255,0.14); color: #fff; }
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.cta-note { font-size: 13px; opacity: 0.8; margin-top: 14px; }
.faq-item h3 { font-size: 16px; font-weight: 600; color: var(--text); margin-bottom: 8px; line-height: 1.4; }
.faq-item p { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 0; }
/* ---- RELATED ---- */ .related { margin: 44px 0 20px; }
.related h2 { font-family: 'Playfair Display', Georgia, serif; font-size: 24px; margin-bottom: 16px; }
.related-list { display: grid; gap: 12px; }
.related-list a { background: var(--warm-white); border: 1px solid rgba(0,0,0,0.04); border-radius: 14px; padding: 16px 20px; text-decoration: none; color: var(--text); font-size: 15px; font-weight: 500; transition: all 0.3s; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.related-list a:hover { border-color: var(--green-light); transform: translateX(3px); }
.related-list a span { color: var(--green); }
.closing { text-align: center; padding: 40px 0 20px; font-family: 'Playfair Display', Georgia, serif; font-size: 20px; color: var(--green); line-height: 1.5; }
.slide-in { opacity: 0; transform: translateY(24px); transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
@media (max-width: 600px) { .article-container { padding: 130px 16px 40px; } .cta-banner { padding: 28px 20px; } .nav-links { display: none; } .photo-grid { grid-template-columns: 1fr; } footer { flex-direction: column; text-align: center; } .social-links { flex-wrap: wrap; justify-content: center; } .footer-links { justify-content: center; } }
.quick-answer { background: var(--warm-white); border: 1px solid rgba(59,109,17,0.18); border-left: 4px solid var(--green); border-radius: 14px; padding: 18px 22px; margin: 0 0 28px; }
.quick-answer .qa-title { font-size: 12px; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px; }
.quick-answer p { font-size: 15px; line-height: 1.7; color: #555; margin-bottom: 10px; }
.quick-answer p:last-child { margin-bottom: 0; }
.quick-answer strong { color: var(--text); }
.article-body a { color: var(--green); font-weight: 600; }
.tg-note { margin: 32px 0 8px; padding: 18px 22px; background: var(--warm-white); border: 1px solid rgba(0,0,0,0.05); border-left: 4px solid var(--amber); border-radius: 14px; font-size: 15px; color: #555; line-height: 1.7; }
.tg-note a { color: var(--green); font-weight: 600; }
.author-box { margin: 28px 0 8px; padding: 16px 20px; background: var(--warm-white); border: 1px solid rgba(0,0,0,0.05); border-radius: 14px; font-size: 14px; color: var(--muted); line-height: 1.7; }
.author-box strong { color: var(--text); }
.author-box a { color: var(--green); font-weight: 600; }
/* ---- ARTICLE ---- */ .article-header { max-width: 720px; margin: 0 auto; padding: 120px 24px 40px; text-align: center; }
.article-header h1 { font-family: 'Playfair Display', serif; font-size: clamp(28px, 5vw, 42px); line-height: 1.2; color: var(--text); margin-bottom: 16px; }
.article-meta span { display: flex; align-items: center; gap: 6px; }
.article-content { max-width: 720px; margin: 0 auto; padding: 0 24px 60px; }
.article-content p { font-size: 17px; line-height: 1.8; color: var(--text); margin-bottom: 20px; }
.article-content h2 { font-family: 'Playfair Display', serif; font-size: clamp(22px, 3.5vw, 30px); color: var(--text); margin: 48px 0 20px; line-height: 1.3; }
.article-content h3 { font-size: 18px; font-weight: 700; color: var(--green); margin: 32px 0 12px; }
.article-content ul, .article-content ol { margin: 0 0 20px 24px; font-size: 16px; line-height: 1.8; color: var(--text); }
.article-content li { margin-bottom: 6px; }
.article-content strong { color: var(--text); font-weight: 600; }
.article-content em { font-style: italic; }
/* Phase cards */ .phase-card { background: var(--warm-white); border: 1px solid rgba(0,0,0,0.06); border-radius: 20px; padding: 28px; margin-bottom: 24px; transition: all 0.3s; }
.phase-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.05); transform: translateY(-2px); }
.phase-card .phase-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.phase-card .phase-emoji { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.phase-green { background: #E8F3D6; }
.phase-amber { background: #FFF3D6; }
.phase-blue { background: #E0EEF8; }
.phase-earth { background: #F0EAE0; }
.phase-pink { background: #F8E0EB; }
.phase-frost { background: #E0F0F8; }
.phase-orange { background: #FFF0E0; }
.phase-red { background: #FDECEA; }
.phase-grape { background: #F0E8F8; }
.phase-card .phase-title { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--text); }
.phase-card .phase-timing { font-size: 13px; color: var(--muted); font-weight: 500; }
.phase-card p { font-size: 15px !important; line-height: 1.7; margin-bottom: 12px !important; }
.phase-card .phase-img { width: 100%; border-radius: 14px; margin-bottom: 14px; aspect-ratio: 1; object-fit: cover; border: 1px solid rgba(0,0,0,0.06); }
.phase-card .tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.tag { display: inline-block; border-radius: 999px; padding: 4px 14px; font-size: 12px; font-weight: 600; }
.tag-threat { background: #FDECEA; color: #993C1D; }
.tag-action { background: #E8F3D6; color: #3B6D11; }
.tag-stop { background: #FFF3D6; color: #A06800; }
/* Stat highlight */ .stat-row { display: flex; gap: 16px; margin: 32px 0; flex-wrap: wrap; }
.stat-box { flex: 1; min-width: 200px; background: var(--warm-white); border: 1px solid rgba(0,0,0,0.06); border-radius: 16px; padding: 24px; text-align: center; }
.stat-box .stat-num { font-family: 'Playfair Display', serif; font-size: 36px; color: var(--green); line-height: 1; margin-bottom: 8px; }
.stat-box .stat-num.amber { color: var(--amber); }
.stat-box .stat-num.red { color: #993C1D; }
.stat-box .stat-label { font-size: 14px; color: var(--muted); line-height: 1.4; }
/* Comparison table */ .compare-wrapper { overflow-x: auto; margin: 24px 0 32px; }
.compare-table { width: 100%; border-collapse: collapse; min-width: 500px; }
.compare-table th { text-align: left; padding: 12px 16px; font-size: 13px; font-weight: 700; color: var(--green); border-bottom: 2px solid #E8F3D6; white-space: nowrap; }
.compare-table td { padding: 12px 16px; font-size: 14px; border-bottom: 1px solid rgba(0,0,0,0.04); vertical-align: top; }
.compare-table tr:hover td { background: rgba(59,109,17,0.03); }
/* Tips box */ .tips-box { background: linear-gradient(160deg, #E8F3D6 0%, #FFF8E6 100%); border: 2px solid var(--green); border-radius: 20px; padding: 32px; margin: 40px 0; }
.tips-box h3 { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--green); margin: 0 0 16px !important; }
.tips-box ul { margin-left: 20px !important; }
.tips-box li { font-size: 15px; line-height: 1.7; margin-bottom: 10px; }
/* CTA inline */ .cta-inline { background: var(--green); border-radius: 20px; padding: 36px; text-align: center; margin: 40px 0; position: relative; overflow: hidden; }
.cta-inline::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.cta-inline h3 { font-family: 'Playfair Display', serif; font-size: 22px; color: #fff !important; margin: 0 0 12px !important; position: relative; }
.cta-inline .btn-cta { background: var(--cream); color: var(--green); border: none; border-radius: 14px; padding: 14px 32px; font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.3s; text-decoration: none; display: inline-block; position: relative; }
.cta-inline .btn-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
/* FAQ */ .faq-section { margin: 48px 0 20px; }
/* Sign off */ .sign-off { text-align: center; margin: 48px 0 0; padding: 32px; background: var(--warm-white); border-radius: 20px; border: 1px solid rgba(0,0,0,0.04); }
.sign-off p { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--green); margin: 0 !important; }
@media (max-width: 768px) { .nav-links { display: none; } .article-header { padding-top: 100px; } .article-header h1 { font-size: 26px; } .phase-card { padding: 20px; } .tips-box { padding: 24px; } .cta-inline { padding: 28px 20px; } footer { flex-direction: column; text-align: center; } }
.phase-card .treatment-tag { display: inline-block; background: var(--cream); border: 1px solid rgba(0,0,0,0.06); border-radius: 999px; padding: 4px 14px; font-size: 13px; font-weight: 600; color: var(--green); margin: 4px 4px 4px 0; }
.phase-card .treatment-tag.blue { color: #185FA5; background: #EAF2FB; }
.phase-card .treatment-tag.amber { color: #A06800; background: #FFF8E6; }
/* ---- FIGURES (живі фото) ---- */ figure { margin: 28px 0; background: var(--warm-white); border-radius: 20px; border: 1px solid rgba(0,0,0,0.04); overflow: hidden; }
/* ---- DISEASE CARDS ---- */ .disease-card { background: var(--warm-white); border-radius: 20px; padding: 32px; margin-bottom: 28px; border: 1px solid rgba(0,0,0,0.04); transition: all 0.3s; }
.disease-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.06); transform: translateY(-2px); }
.disease-header { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.disease-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 26px; flex-shrink: 0; }
.disease-icon.brown { background: #F3E8D6; }
.disease-icon.dark { background: #E8E0D6; }
.disease-icon.yellow { background: #FFF3D6; }
.disease-icon.ring { background: #F3ECD6; }
.disease-icon.white { background: #F0F0E8; }
.disease-icon.mosaic { background: #E0EEF8; }
.disease-card h2 { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--text); line-height: 1.3; }
.disease-card h2 small { font-family: 'DM Sans', sans-serif; font-size: 13px; color: var(--muted); font-weight: 400; display: block; margin-top: 2px; }
.disease-section { margin-bottom: 14px; }
.disease-section-title { font-size: 13px; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 6px; }
.disease-card p { font-size: 15px; color: #555; line-height: 1.7; }
.treatment-box { background: #E8F3D6; border-radius: 12px; padding: 14px 18px; margin-top: 10px; }
.treatment-box p { font-size: 14px; color: var(--green); font-weight: 500; }
.danger-badge { display: inline-block; background: #FDE8E0; color: var(--coral); border-radius: 999px; padding: 3px 12px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.info-badge { display: inline-block; background: #E0EEF8; color: var(--blue); border-radius: 999px; padding: 3px 12px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
/* ---- PREVENTION ---- */ .prevention-section { background: var(--warm-white); border-radius: 20px; padding: 32px; margin: 48px 0 28px; border: 1px solid rgba(0,0,0,0.04); }
.prevention-section h2 { font-family: 'Playfair Display', serif; font-size: 24px; color: var(--text); margin-bottom: 20px; }
.prevention-list { list-style: none; counter-reset: prev; }
.prevention-list li { counter-increment: prev; font-size: 15px; color: #555; line-height: 1.7; padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.04); display: flex; gap: 14px; align-items: flex-start; }
.prevention-list li:last-child { border-bottom: none; }
.prevention-list li::before { content: counter(prev); flex-shrink: 0; width: 32px; height: 32px; background: linear-gradient(135deg, var(--green), var(--green-light)); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; }
.prevention-list li strong { color: var(--text); }
/* ---- CTA BANNER ---- */ .cta-banner { background: var(--green); border-radius: 20px; padding: 36px 32px; margin: 40px 0; text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
/* ---- ARTICLE BODY TEXT ---- */ .article-body h2 { font-family: 'Playfair Display', serif; font-size: 24px; color: var(--text); margin: 40px 0 16px; }
/* ---- CLOSING ---- */ .closing { text-align: center; padding: 40px 0 20px; font-family: 'Playfair Display', serif; font-size: 20px; color: var(--green); line-height: 1.5; }
/* Chips row */ .chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 8px 0 24px; }
.chip { background: #fff; border: 1.5px solid var(--green); color: var(--green); border-radius: 999px; padding: 9px 18px; font-size: 14px; font-weight: 600; }
