/* LeafMe — flowzz-inspired UK medical cannabis */
.skip-link { position:absolute; top:-40px; left:0; background:#059669; color:#fff; padding:.5rem 1rem; z-index:10000; font-weight:600; transition:top .2s; }
.skip-link:focus { top:0; }

:root {
  --green:      #1a4a35;
  --green-mid:  #236244;
  --green-light:#e8f5ee;
  --green-pale: #f4faf6;
  --green-glow: rgba(26,74,53,.08);
  --amber:      #c2700a;
  --amber-bg:   #fff8ed;
  --purple-bg:  #f9fafb;
  --purple:     #2d6a4f;
  --text:       #0d1117;
  --text-2:     #374151;
  --text-3:     #6b7280;
  --muted:      #9ca3af;
  --border:     #e5e7eb;
  --border-lt:  #f0f0f0;
  --bg:         #ffffff;
  --bg-soft:    #f9fafb;
  --bg-mint:    #f2f9f4;
  --shadow:     0 1px 3px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.05);
  --shadow-md:  0 4px 6px rgba(0,0,0,.05),0 12px 36px rgba(0,0,0,.07);
  --radius:     12px;
  --radius-lg:  18px;
  --max:        1200px;
  --t:          all .15s cubic-bezier(.4,0,.2,1);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;color:var(--text);background:#fff;line-height:1.6;font-size:16px}
a{color:var(--green);text-decoration:none}
a:hover{color:var(--green-mid)}
img{max-width:100%;display:block}
.container{max-width:var(--max);margin:0 auto;padding:0 20px}
@media(min-width:640px){.container{padding:0 40px}}

/* ── HEADER ── */
.site-header{background:#fff;border-bottom:1px solid var(--border-lt);position:sticky;top:0;z-index:100;padding:0}
.header-inner{display:flex;align-items:center;gap:12px;height:60px}
.site-logo{display:flex;align-items:center;gap:8px;font-weight:800;font-size:1.25rem;color:var(--text);flex-shrink:0;letter-spacing:-.05em}
.logo-leaf{display:none}
.logo-svg{width:24px;height:24px;flex-shrink:0;filter:invert(23%) sepia(49%) saturate(636%) hue-rotate(110deg) brightness(65%) contrast(95%)}
.logo-wordmark{font-size:1.1rem;font-weight:900;color:var(--text);letter-spacing:-.06em;font-family:inherit}
/* header search — centre piece like flowzz */
.header-search-row{background:var(--bg-soft);border-top:1px solid var(--border-lt);padding:7px 0}
.header-search{position:relative;display:flex;align-items:center}
.header-search .search-icon{position:absolute;left:14px;color:var(--muted);pointer-events:none;flex-shrink:0}
.header-search input{width:100%;padding:10px 80px 10px 42px;border:1.5px solid var(--border);border-radius:100px;font-size:.9rem;color:var(--text);background:#fff;transition:var(--t);font-family:inherit}
.header-search input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(26,74,53,.07)}
.header-search kbd{position:absolute;right:14px;font-size:.7rem;color:var(--muted);background:var(--bg-soft);border:1px solid var(--border);border-radius:4px;padding:1px 5px;pointer-events:none}
.site-nav{display:none;gap:2px;margin-right:auto}
@media(min-width:900px){.site-nav{display:flex}}
.site-nav a{padding:6px 11px;border-radius:8px;font-size:.85rem;font-weight:500;color:var(--text-3);transition:var(--t)}
.site-nav a:hover,.site-nav a.active{color:var(--text);background:var(--bg-soft)}
.header-cta{flex-shrink:0}
/* ── USER BUTTON ── */
.header-user{position:relative}
.user-btn{background:none;border:1.5px solid var(--border);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-3);transition:var(--t);flex-shrink:0}
.user-btn:hover{border-color:var(--green);color:var(--green);background:var(--green-light)}
.user-dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);min-width:200px;z-index:200;padding:8px 0}
.user-dropdown.open{display:block}
.user-dropdown-header{padding:10px 16px 6px;font-size:.72rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
.user-dropdown-item{display:block;padding:9px 16px;font-size:.875rem;color:var(--text-2);transition:background .1s}
.user-dropdown-item:hover{background:var(--bg-soft);color:var(--green)}
.user-dropdown-divider{height:1px;background:var(--border-lt);margin:6px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 22px;border-radius:10px;font-weight:600;font-size:.875rem;cursor:pointer;transition:var(--t);border:none;text-decoration:none;min-height:40px;white-space:nowrap;letter-spacing:-.01em}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 2px 8px rgba(26,74,53,.22)}
.btn-primary:hover{background:var(--green-mid);color:#fff;box-shadow:0 4px 16px rgba(26,74,53,.3);transform:translateY(-1px)}
.btn-outline{background:transparent;color:var(--green);border:1.5px solid var(--green)}
.btn-outline:hover{background:var(--green-light);transform:translateY(-1px)}
.btn-ghost{background:transparent;color:var(--text-2);border:1.5px solid var(--border)}
.btn-ghost:hover{background:var(--bg-soft)}
.btn-sm{padding:6px 14px;font-size:.82rem;min-height:34px;border-radius:8px}
.btn-lg{padding:13px 30px;font-size:1rem;min-height:48px;border-radius:12px}

/* ── HERO — flowzz-style ── */
.hero{background:var(--bg-mint);padding:64px 0 48px;text-align:center}
.hero h1{font-size:3rem;font-weight:900;letter-spacing:-.05em;line-height:1.15;max-width:800px;margin:0 auto 16px}
.hero h1 em{font-style:normal;background:linear-gradient(135deg,var(--green),var(--green-mid));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-sub{font-size:1.05rem;color:var(--text-2);max-width:560px;margin:0 auto 32px;line-height:1.7}
.hero-sub strong{color:var(--text);font-weight:600}
.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}
.hero-stats{display:flex;gap:0;justify-content:center;flex-wrap:wrap;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:#fff;max-width:600px;margin:0 auto}
.hero-stat{flex:1;min-width:120px;padding:20px 12px;text-align:center;border-right:1px solid var(--border-lt)}
.hero-stat:last-child{border-right:none}
.hero-stat-num{font-size:1.7rem;font-weight:800;color:var(--text);display:block;letter-spacing:-.05em}
.hero-stat-label{font-size:.75rem;color:var(--muted);margin-top:2px}


/* ── HERO VIDEO ── */
.hero-video{position:relative;overflow:hidden}
.hero-bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.35}
.hero-video-overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(242,249,244,.55) 0%, rgba(242,249,244,.45) 50%, rgba(242,249,244,.70) 100%);z-index:1}
@media(prefers-reduced-motion:reduce){.hero-bg-video{display:none}}
/* ── CATEGORY TABS ── */
.cat-tabs{border-bottom:1px solid var(--border-lt);background:#fff;padding:0;overflow-x:auto;-webkit-overflow-scrolling:touch}
.cat-tabs-inner{display:flex;gap:0;min-width:max-content;padding:0 20px}

/* Trust Bar */
.trust-bar{background:#fff;border-bottom:1px solid var(--border);padding:10px 0}
.trust-items{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;font-size:.8rem;color:var(--text-2);font-weight:500}
@media(min-width:640px){.cat-tabs-inner{padding:0 40px}}
.cat-tab{padding:16px 20px;font-size:.83rem;font-weight:600;color:var(--text-3);border-bottom:2px solid transparent;transition:var(--t);white-space:nowrap;cursor:pointer;text-decoration:none}
.cat-tab:hover,.cat-tab.active{color:var(--green);border-bottom-color:var(--green)}
.cat-tab span{display:block;font-size:.7rem;font-weight:500;color:var(--muted);margin-top:1px}

/* ── DARK CTA BANNER — flowzz community block ── */
.cta-banner{background:linear-gradient(135deg,#0d2b1e 0%,var(--green) 50%,#1d5c38 100%);padding:40px;border-radius:var(--radius-lg);display:flex;align-items:center;gap:28px;flex-wrap:wrap;position:relative;overflow:hidden;margin:0 0 48px}
.cta-banner::after{content:'';position:absolute;right:-20px;top:-20px;width:200px;height:200px;background:rgba(255,255,255,.03);border-radius:50%}
.cta-banner-text{flex:1;min-width:220px}
.cta-banner-text h3{font-size:1.2rem;font-weight:800;color:#fff;margin-bottom:6px;letter-spacing:-.03em}
.cta-banner-text p{font-size:.88rem;color:rgba(255,255,255,.88);line-height:1.6}
.cta-banner-actions{display:flex;gap:10px;flex-wrap:wrap}
.btn-white{background:#fff;color:var(--green);font-weight:700}
.btn-white:hover{background:#f0fdf4;color:var(--green-mid)}
.btn-white-outline{border:1.5px solid rgba(255,255,255,.4);color:#fff;background:transparent}
.btn-white-outline:hover{background:rgba(255,255,255,.1)}

/* ── SECTIONS ── */
section{padding:64px 0}
section+section{padding-top:0}
.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px;gap:16px}
.section-title{font-size:1.5rem;font-weight:800;letter-spacing:-.04em;color:var(--text)}
.section-sub{font-size:.9rem;color:var(--text-3);margin-top:4px}
.view-all{font-size:.85rem;font-weight:600;color:var(--green);white-space:nowrap;flex-shrink:0}
.view-all:hover{color:var(--green-mid)}

/* ── CARD TRANSITIONS ── */
.strain-card,.product-row,.clinic-card,.pcard,.scard,.news-card,.guide-card{transition:box-shadow .15s,transform .15s,border-color .15s}

/* ── STRAIN CARDS ── */
.strains-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(188px,1fr));gap:10px}
.strain-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:20px;transition:var(--t);cursor:pointer;display:block;color:inherit}
.strain-card:hover{border-color:var(--green);box-shadow:0 4px 24px var(--green-glow);transform:translateY(-2px)}
.strain-type-badge{display:inline-block;padding:3px 11px;border-radius:100px;font-size:.72rem;font-weight:600;margin-bottom:12px;letter-spacing:.01em}
.badge-sativa{background:#f9fafb;color:#374151;border:1px solid #e5e7eb}
.badge-indica{background:var(--purple-bg);color:var(--purple);border:1px solid #f3f4f6}
.badge-hybrid{background:var(--green-light);color:var(--green);border:1px solid #bbf7d0}
.strain-name{font-weight:700;font-size:.97rem;margin-bottom:4px;letter-spacing:-.02em}
.strain-thc{font-size:.8rem;color:var(--muted);margin-bottom:12px}
.strain-effects{display:flex;gap:5px;flex-wrap:wrap}
.effect-chip{font-size:.7rem;padding:2px 8px;border-radius:100px;background:var(--bg-soft);color:var(--text-3);border:1px solid var(--border-lt)}
.strain-price-from{font-size:.88rem;color:var(--text-2);margin-top:12px}
.strain-price-from strong{color:var(--green);font-size:1rem;font-weight:700}

/* ── PRODUCT TABLE ── */

.product-row{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:16px;background:#fff;padding:16px 22px;border-bottom:1px solid var(--border-lt);transition:var(--t);text-decoration:none;color:inherit}
.product-row:last-child{border-bottom:none}
.product-row:hover{background:var(--bg-soft)}
.product-name{font-weight:600;font-size:.92rem;letter-spacing:-.01em}
.product-meta{font-size:.78rem;color:var(--muted);margin-top:2px}
.thc-badge{padding:3px 11px;border-radius:100px;font-size:.78rem;font-weight:600;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;white-space:nowrap}
.clinic-count{font-size:.78rem;color:var(--muted);white-space:nowrap}
.price-tag{font-size:1.05rem;font-weight:700;color:var(--green);white-space:nowrap}

/* ── CLINIC CARDS ── */
.clinics-grid{display:grid;gap:12px}
@media(min-width:640px){.clinics-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:960px){.clinics-grid{grid-template-columns:repeat(3,1fr)}}
.clinic-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:22px;transition:var(--t)}
.clinic-card:hover{border-color:var(--green);box-shadow:0 4px 24px var(--green-glow);transform:translateY(-2px)}
.clinic-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}
.clinic-name{font-weight:700;font-size:.97rem;letter-spacing:-.02em}
.clinic-rating{display:flex;align-items:center;gap:4px;font-size:.83rem;font-weight:700;color:#2d6a4f;flex-shrink:0}
.clinic-fee{font-size:.85rem;color:var(--muted);margin-bottom:14px}
.clinic-fee strong{color:var(--green);font-weight:700}
.clinic-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}
.clinic-tag{font-size:.72rem;padding:3px 10px;border-radius:100px;background:var(--green-light);color:var(--green);font-weight:500;border:1px solid #bbf7d0}

/* ── PRICE TABLE ── */
.price-table{width:100%;border-collapse:collapse}
.price-table th{text-align:left;padding:11px 18px;font-size:.75rem;font-weight:600;color:var(--muted);border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.07em;background:var(--bg-soft)}
.price-table td{padding:14px 18px;border-bottom:1px solid var(--border-lt);font-size:.9rem;vertical-align:middle}
.price-table tr:last-child td{border-bottom:none}
.price-table tr:hover td{background:var(--bg-soft)}
.price-best{color:var(--green);font-weight:700;font-size:1.05rem}
.available-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;display:inline-block}

/* ── STRAIN DETAIL ── */
.strain-hero{background:var(--bg-soft);border-bottom:1px solid var(--border);padding:56px 0}
.strain-hero-inner{display:grid;gap:48px}
@media(min-width:768px){.strain-hero-inner{grid-template-columns:1fr 300px;align-items:start}}
.strain-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}
.strain-detail-title{font-size:clamp(1.9rem,4vw,2.8rem);font-weight:800;margin-bottom:8px;letter-spacing:-.05em}
.strain-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:22px 0}
@media(min-width:480px){.strain-stats-grid{grid-template-columns:repeat(4,1fr)}}
.stat-box{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:16px;text-align:center}
.stat-box-num{font-size:1.5rem;font-weight:800;color:var(--green);letter-spacing:-.04em}
.stat-box-label{font-size:.75rem;color:var(--muted);margin-top:3px}
.terpene-list{display:flex;gap:7px;flex-wrap:wrap}
.terpene-chip{padding:4px 12px;border-radius:100px;font-size:.78rem;font-weight:500;background:#fff;border:1px solid var(--border);color:var(--text-2)}

/* ── FILTERS BAR ── */
.filters-bar{background:#fff;border-bottom:1px solid var(--border-lt);position:sticky;top:120px;z-index:50;overflow-x:auto}
.filters-inner{display:flex;gap:4px;padding:12px 0;min-width:max-content}
.filter-select{padding:7px 14px;border:1.5px solid var(--border);border-radius:8px;font-size:.875rem;color:var(--text);background:#fff;cursor:pointer;outline:none;transition:var(--t);font-family:inherit}
.filter-select:focus{border-color:var(--green)}

.filter-tag{padding:7px 16px;border-radius:100px;font-size:.83rem;font-weight:500;color:var(--text-3);background:var(--bg-soft);border:1.5px solid transparent;white-space:nowrap;transition:var(--t)}
.filter-tag:hover{color:var(--text);background:#f0f0f0}
.filter-tag.active{background:var(--green);color:#fff;border-color:var(--green)}

/* ── MFR CHIP ── */
.mfr-chip{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:7px;font-size:.75rem;font-weight:500;background:var(--green-light);color:var(--green);border:1px solid #bbf7d0}

/* ── GUIDES ── */
.guides-grid{display:grid;gap:12px}
@media(min-width:640px){.guides-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:960px){.guides-grid{grid-template-columns:repeat(3,1fr)}}
.guide-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;transition:var(--t);display:block;color:inherit}
.guide-card:hover{border-color:var(--green);transform:translateY(-2px);box-shadow:0 4px 24px var(--green-glow)}
.guide-cat{font-size:.72rem;font-weight:600;color:var(--green);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}
.guide-title{font-size:.97rem;font-weight:700;margin-bottom:9px;color:var(--text);line-height:1.4;letter-spacing:-.02em}
.guide-desc{font-size:.85rem;color:var(--muted);line-height:1.65}
.guide-read-more{display:inline-block;margin-top:14px;font-size:.83rem;font-weight:600;color:var(--green)}

/* ── NEWS CARD ── */
.news-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;transition:var(--t);display:block;color:inherit}
.news-card:hover{border-color:var(--green);transform:translateY(-2px);box-shadow:0 4px 24px var(--green-glow)}
.news-category{font-size:.72rem;font-weight:600;color:#ea580c;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}
.news-title{font-size:.97rem;font-weight:700;margin-bottom:9px;line-height:1.4;letter-spacing:-.02em}
.news-summary{font-size:.85rem;color:var(--muted);line-height:1.65}
.news-date{font-size:.78rem;color:var(--muted);margin-top:14px}

/* ── BREADCRUMB ── */
.breadcrumb{display:flex;gap:6px;align-items:center;font-size:.8rem;color:var(--muted);padding:12px 0;flex-wrap:wrap}
.breadcrumb a{color:var(--muted)}
.breadcrumb a:hover{color:var(--green)}
.breadcrumb-sep{opacity:.35}

/* ── PAGE HERO ── */
.page-hero{background:var(--bg-soft);padding:40px 0 32px;border-bottom:1px solid var(--border-lt)}
.page-hero h1{font-size:2.2rem;font-weight:800;letter-spacing:-.04em;margin-bottom:8px}
.page-hero p{color:var(--text-2);font-size:1rem;max-width:600px}

@media(min-width:768px){.page-hero{padding:56px 0 40px}.page-hero h1{font-size:2.6rem}}

/* ── PRICE SUMMARY ── */
.price-summary-card{background:linear-gradient(135deg,#f0fdf4,#e8f9ee);border:1px solid #bbf7d0;border-radius:var(--radius);padding:24px}
.price-summary-card .best-price{font-size:2.4rem;font-weight:800;color:var(--green);letter-spacing:-.05em}
.price-summary-card .best-label{font-size:.82rem;color:var(--muted);margin-bottom:12px}

/* ── METRICS BAND ── */
.metrics-band{background:var(--text);padding:48px 0}
.metrics-band-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:0}
.metric-item{text-align:center;padding:0 32px;border-right:1px solid rgba(255,255,255,.07)}
.metric-item:last-child{border-right:none}
.metric-num{font-size:2rem;font-weight:800;color:#fff;letter-spacing:-.05em;display:block}
.metric-label{font-size:.78rem;color:rgba(255,255,255,.75);margin-top:4px;letter-spacing:.02em}

/* ── PHOTO FEATURE ── */
.photo-feature{position:relative;overflow:hidden;border-radius:var(--radius-lg);min-height:260px}
.photo-feature img{width:100%;height:100%;object-fit:cover}
.photo-feature-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(6,13,24,.8) 0%,rgba(6,13,24,.1) 60%,transparent 100%);padding:24px;display:flex;flex-direction:column;justify-content:flex-end}
.photo-feature-overlay h3{color:#fff;font-size:1.05rem;font-weight:700;margin-bottom:4px;letter-spacing:-.02em}
.photo-feature-overlay p{color:rgba(255,255,255,.88);font-size:.83rem;line-height:1.6}

/* ── INFO BOX ── */
.info-box{background:var(--green-light);border-left:3px solid var(--green);border-radius:0 var(--radius) var(--radius) 0;padding:14px 18px;font-size:.875rem;margin:24px 0}
.info-box strong{color:var(--green)}

/* ── FOOTER ── */
.site-footer{background:#060d18;color:#9ca3af;padding:64px 0 32px}
.footer-grid{display:grid;gap:48px;margin-bottom:56px}
@media(min-width:900px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr}}
.footer-brand{color:#fff;font-weight:800;font-size:1.15rem;margin-bottom:12px;letter-spacing:-.05em}
.footer-desc{font-size:.875rem;line-height:1.75;color:#9ca3af;max-width:280px}
.footer-disclaimer{font-size:.75rem;color:#9ca3af;margin-top:16px;line-height:1.65}
.footer-col h4{color:#9ca3af;font-size:.72rem;font-weight:700;margin-bottom:16px;text-transform:uppercase;letter-spacing:.1em}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-col ul li a{color:#9ca3af;font-size:.875rem;transition:color .15s}
.footer-col ul li a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;font-size:.78rem;gap:12px;flex-wrap:wrap;color:#9ca3af}
.footer-bottom a{color:#9ca3af}
.footer-bottom a:hover{color:#fff}

/* ── MOBILE NAV ── */
.hamburger{display:flex;flex-direction:column;gap:5px;cursor:pointer;padding:8px;margin-left:auto;background:none;border:none}
@media(min-width:900px){.hamburger{display:none}}
.hamburger span{display:block;width:20px;height:2px;background:var(--text);border-radius:2px;transition:all .15s}
.mnav{display:none;position:fixed;inset:0;background:#fff;z-index:200;padding:0;flex-direction:column;overflow-y:auto}
.mnav.open{display:flex}
.mnav-head{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--border)}
.mnav a{padding:14px 20px;font-size:.97rem;font-weight:500;color:var(--text);border-bottom:1px solid var(--border-lt);display:block}
.mnav a:hover{background:var(--bg-soft)}
.mnav-cta{padding:16px 20px}

/* ── GUIDE BODY ── */
.guide-body{max-width:720px}
.guide-body h2{font-size:1.35rem;font-weight:800;margin:36px 0 14px;letter-spacing:-.03em;color:var(--text)}
.guide-body h3{font-size:1.1rem;font-weight:700;margin:28px 0 12px;letter-spacing:-.02em}
.guide-body p{font-size:.97rem;color:var(--text-2);line-height:1.8;margin-bottom:16px}
.guide-body ul,.guide-body ol{padding-left:20px;margin:0 0 16px}
.guide-body li{font-size:.97rem;color:var(--text-2);line-height:1.8;margin-bottom:6px}
.guide-body li strong{color:var(--text)}

/* ── UTILS ── */
.text-green{color:var(--green)}
.text-muted{color:var(--muted)}
.font-bold{font-weight:700}
.mt-4{margin-top:16px}
.mt-8{margin-top:32px}
.mb-4{margin-bottom:16px}
.table-wrap{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border)}
.section-divider{height:1px;background:var(--border);margin:0}

/* ── MOBILE ── */
@media(max-width:639px){
  section{padding:40px 0}
  .hero{background:var(--bg-mint);padding:64px 0 48px;text-align:center}
  .hero h1{font-size:3rem;font-weight:900;letter-spacing:-.05em;line-height:1.15;max-width:800px;margin:0 auto 16px}
  .hero-stats{max-width:100%}
  .hero-stat{min-width:80px}
  .product-row{grid-template-columns:1fr auto}
  .product-row .thc-badge,.product-row .clinic-count{display:none}
  .metrics-band-inner{grid-template-columns:repeat(2,1fr);gap:24px}
  .metric-item{border-right:none;padding:0 16px}
  .footer-grid{grid-template-columns:1fr}
  .header-search-row{padding:6px 0}
  .section-title{font-size:1.3rem}
  .page-hero h1{font-size:1.7rem}
  .cat-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .cat-tabs-inner{display:flex;gap:8px;padding:12px 16px;min-width:max-content}
  .pf-layout,.sf-layout{grid-template-columns:1fr}
  .pf-sidebar,.sf-sidebar{position:static}
  .pf-sidebar{display:none}
  .pf-sidebar.open{display:block}
  .mobile-filter-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--green);color:#fff;border:none;border-radius:100px;font-size:.875rem;font-weight:600;cursor:pointer;margin-bottom:16px}
}
@media(min-width:640px){.mobile-filter-btn{display:none}}
  .hero{background:var(--bg-mint);padding:64px 0 48px;text-align:center}
  .hero h1{font-size:3rem;font-weight:900;letter-spacing:-.05em;line-height:1.15;max-width:800px;margin:0 auto 16px}
  .hero-stats{max-width:100%}
  .hero-stat{min-width:80px}
  .product-row{grid-template-columns:1fr auto}
  .product-row .thc-badge,.product-row .clinic-count{display:none}
  .metrics-band-inner{grid-template-columns:repeat(2,1fr);gap:24px}
  .metric-item{border-right:none;padding:0 16px}
  .footer-grid{grid-template-columns:1fr}
  .header-search-row{padding:6px 0}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition-duration:.01ms !important;animation-duration:.01ms !important}}

/* ── BUDGET CALCULATOR (v1.5 additions) ── */
.breadcrumb{display:flex;gap:6px;align-items:center;font-size:.82rem;color:var(--muted);margin-bottom:16px}
.news-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;transition:var(--t);display:block;color:inherit;box-shadow:0 1px 4px rgba(0,0,0,.04)}
.news-card:hover{border-color:var(--green);transform:translateY(-2px);box-shadow:0 4px 24px var(--green-glow)}
.category-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}

/* ── Share bar (global partial) ── */
.share-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:16px 0;border-top:1px solid var(--border-lt);margin-top:32px}
.share-label{font-size:.8rem;font-weight:600;color:var(--muted);margin-right:4px}
.share-btn{padding:7px 14px;border-radius:8px;font-size:.78rem;font-weight:600;cursor:pointer;border:none;text-decoration:none;color:#fff!important;transition:opacity .15s}
.share-btn:hover{opacity:.85}
.share-twitter{background:#000}
.share-whatsapp{background:#2d6a4f}
.share-facebook{background:#2d6a4f}
.share-copy{background:var(--green)}
/* ── Featured image (global partial) ── */
.featured-image{width:100%;max-height:400px;object-fit:cover;border-radius:var(--radius-lg,12px);margin-bottom:24px;display:block}
@media(max-width:639px){.share-bar{gap:6px}.share-btn{padding:6px 11px;font-size:.75rem}}

/* ── Price Alert Form ── */
.alert-form{display:flex;flex-direction:column;gap:12px;max-width:480px;margin:32px auto}
.alert-form select,.alert-form input[type=number],.alert-form input[type=email]{padding:12px 16px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.95rem;font-family:inherit;outline:none;transition:var(--t)}
.alert-form select:focus,.alert-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(26,74,53,.07)}
.alert-success{background:var(--green-light);border:1.5px solid var(--green);border-radius:var(--radius);padding:24px;text-align:center;max-width:480px;margin:0 auto}
.alert-success h3{color:var(--green);font-size:1.2rem;margin-bottom:8px}

/* ── v1.8 ADDITIONS ── */

/* smooth link transitions */
a{transition:color .15s}

/* section-title consistent spacing */
.section-title{margin-bottom:8px}

/* badge variants */
.badge-new{background:#059669;color:#fff}
.badge-bestseller{background:#2d6a4f;color:#fff}

/* price-table padding */
.price-table td,.price-table th{padding:10px 12px}

/* ── MOBILE IMPROVEMENTS (< 640px) ── */
@media(max-width:639px){
  /* hero headline min-size */
  .hero h1{font-size:1.8rem}
  /* header search padding */
  .header-search-row{padding:8px 0}
  /* pcard grid 1 column */
  .pcard,.pcard-grid,.products-card-grid{grid-template-columns:1fr}
  /* scard grid 1 column */
  .scard-grid{grid-template-columns:1fr}
  /* manufacturer grid 1 column */
  .mfr-grid{grid-template-columns:1fr}
  /* compare table scroll */
  .compare-table,.compare-table-wrap{overflow-x:auto}
}

/* ── BACK-TO-TOP button hover ── */
#back-to-top:hover{background:var(--green-mid);transform:translateY(-2px)}

/* ── HOW IT WORKS ── */
.how-it-works { padding:60px 0; background:var(--bg-soft); }
.hiw-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.hiw-step { background:#fff; border-radius:var(--radius-lg); padding:28px 24px; text-align:center; }
.hiw-num { width:48px; height:48px; border-radius:50%; background:var(--green); color:#fff; font-size:1.4rem; font-weight:800; display:flex; align-items:center; justify-content:center; margin:0 auto 16px; }
.hiw-step h3 { font-size:1rem; font-weight:700; margin-bottom:8px; }
.hiw-step p { font-size:.85rem; color:var(--muted); margin-bottom:12px; line-height:1.5; }
.hiw-step a { font-size:.82rem; color:var(--green); font-weight:600; text-decoration:none; }
@media(max-width:768px){.hiw-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.hiw-steps{grid-template-columns:1fr}}

/* --- FAQ ACCORDION --- */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { padding: 18px 0; cursor: pointer; font-weight: 600; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q::after { content: '+'; font-size: 1.3rem; color: var(--green); flex-shrink: 0; transition: transform .2s; }
.faq-item.open .faq-q::after { content: '\2212'; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; font-size: .9rem; color: var(--muted); line-height: 1.6; }
.faq-item.open .faq-a { max-height: 200px; padding-bottom: 16px; }

/* Recently Viewed */
#recently-viewed { display: none; margin: 2rem 0; }





@media(max-width:640px){  }

/* ── Price Trend ────────────────────────────────────────────────────────────── */
.price-trend { background: #f9fafb; border-radius: 12px; padding: 1.5rem; margin: 2rem 0; }
.price-trend h3 { font-size: 1rem; font-weight: 600; color: #374151; margin-bottom: 1rem; }
.trend-bars { display: flex; align-items: flex-end; gap: 4px; height: 80px; margin-bottom: 0.75rem; }
.trend-bar-wrap { flex: 1; display: flex; flex-direction: column; align-items: center; height: 100%; cursor: pointer; }
.trend-bar { width: 100%; background: #059669; border-radius: 3px 3px 0 0; min-height: 4px; transition: background 0.2s; }
.trend-bar-wrap:hover .trend-bar { background: #047857; }
.trend-date { font-size: 0.6rem; color: #9ca3af; margin-top: 2px; white-space: nowrap; }
.trend-summary { display: flex; align-items: center; gap: 1rem; font-size: 0.85rem; color: #6b7280; }
.trend-badge { padding: 0.25rem 0.6rem; border-radius: 20px; font-weight: 600; font-size: 0.8rem; }
.trend-down { background: #dcfce7; color: #166534; }
.trend-up { background: #fee2e2; color: #991b1b; }
/* ===================================
   LeafMe Homepage Additions — v2.2
   Append to /var/www/leafme/assets/css/style.css
   =================================== */

/* Social Proof */
.social-proof-section { background: #f0fdf4; padding: 3rem 0; }
.sp-title { text-align: center; font-size: 1.4rem; color: #374151; margin-bottom: 2rem; font-weight: 600; }
.sp-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; max-width: 600px; margin: 0 auto 2.5rem; text-align: center; }
.sp-num { display: block; font-size: 2.5rem; font-weight: 800; color: #059669; }
.sp-label { font-size: 0.85rem; color: #6b7280; }
.sp-reviews { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; max-width: 900px; margin: 0 auto; }
.sp-review { background: #fff; padding: 1.5rem; border-radius: 12px; border: 1px solid #d1fae5; }
.sp-stars { color: #9ca3af; font-size: 1.1rem; margin-bottom: 0.75rem; }
.sp-review p { font-size: 0.9rem; color: #374151; margin-bottom: 0.75rem; line-height: 1.5; }
.sp-review cite { font-size: 0.8rem; color: #6b7280; font-style: normal; }
@media(max-width:768px){ .sp-stats { grid-template-columns: repeat(3,1fr); } .sp-reviews { grid-template-columns: 1fr; } }

/* Hero CTA Group */
.hero-cta-group { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; align-items: center; }
.btn-hero-primary { display: inline-block; padding: 14px 28px; background: var(--green, #059669); color: #fff; border-radius: 100px; font-weight: 700; text-decoration: none; font-size: 1rem; transition: background .2s; }
.btn-hero-primary:hover { background: #047857; color: #fff; text-decoration: none; }
.btn-hero-secondary { display: inline-block; padding: 13px 28px; background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.75); border-radius: 100px; font-weight: 700; text-decoration: none; font-size: 1rem; transition: all .2s; }
.btn-hero-secondary:hover { background: rgba(255,255,255,0.12); border-color: #fff; color: #fff; text-decoration: none; }

/* Hero Trust Row */
.hero-trust-row { display: flex; gap: 1.5rem; flex-wrap: wrap; align-items: center; margin-top: 1.25rem; font-size: 0.82rem; color: rgba(255,255,255,0.85); }
.hero-trust-row span { display: flex; align-items: center; gap: 0.3rem; }

/* How It Works */
.how-section { padding: 3.5rem 0; background: #fff; }
.how-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; margin-top: 2rem; }
.how-step { text-align: center; padding: 1.5rem; }
.how-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.how-step h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--text, #111827); }
.how-step p { font-size: 0.88rem; color: var(--muted, #6b7280); line-height: 1.6; }
@media(max-width:640px){ .how-grid { grid-template-columns: 1fr; } }

/* Home Stats */
.stats-section { padding: 2.5rem 0; background: var(--bg-soft, #f9fafb); border-bottom: 1px solid var(--border-lt, #e5e7eb); }
.home-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; text-align: center; }
.home-stat-num { font-size: 2rem; font-weight: 800; color: var(--green, #059669); }
.home-stat-label { font-size: 0.82rem; color: var(--muted, #6b7280); margin-top: 0.2rem; }
@media(max-width:640px){ .home-stats-grid { grid-template-columns: repeat(2,1fr); } }

/* Section Head */
.section-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; flex-wrap: wrap; gap: 0.5rem; }
.section-title { font-size: 1.35rem; font-weight: 800; letter-spacing: -.025em; color: var(--text, #111827); margin: 0; }
.section-link { font-size: 0.88rem; color: var(--green, #059669); font-weight: 600; text-decoration: none; white-space: nowrap; }
.section-link:hover { text-decoration: underline; }

/* Featured Products */
.featured-section { padding: 3rem 0; background: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
@media(max-width:900px){ .product-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:540px){ .product-grid { grid-template-columns: 1fr; } }
.product-card { background: #fff; border: 1px solid var(--border-lt, #e5e7eb); border-radius: 12px; overflow: hidden; text-decoration: none; color: inherit; transition: box-shadow .2s, transform .15s; display: flex; flex-direction: column; }
.product-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.09); transform: translateY(-2px); }
.product-card-img { height: 160px; overflow: hidden; background: var(--bg-soft, #f9fafb); }
.product-card-img img { width: 100%; height: 100%; object-fit: cover; }
.product-card-body { padding: 1rem; flex: 1; display: flex; flex-direction: column; gap: 0.3rem; }
.product-type-badge { display: inline-block; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; background: #d1fae5; color: #065f46; border-radius: 100px; padding: 2px 10px; align-self: flex-start; }
.product-card-name { font-size: 0.95rem; font-weight: 700; color: var(--text, #111827); margin: 0.25rem 0; line-height: 1.3; }
.product-card-mfr { font-size: 0.78rem; color: var(--muted, #6b7280); }
.product-card-ratios { display: flex; gap: 0.4rem; flex-wrap: wrap; margin-top: 0.2rem; }
.ratio-thc, .ratio-cbd { font-size: 0.75rem; padding: 2px 8px; border-radius: 100px; font-weight: 600; }
.ratio-thc { background: #f3f4f6; color: #374151; }
.ratio-cbd { background: #d1fae5; color: #065f46; }
.product-card-price { font-size: 1.3rem; font-weight: 800; color: var(--green, #059669); margin-top: auto; padding-top: 0.5rem; }
.product-price-unit { font-size: 0.78rem; font-weight: 500; color: var(--muted, #6b7280); }
.product-card-clinic { font-size: 0.78rem; color: var(--muted, #6b7280); }

/* Conditions */
.conditions-section { padding: 3rem 0; background: var(--bg-soft, #f9fafb); }
.conditions-grid { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1rem; }
.condition-chip { display: inline-block; padding: 8px 18px; background: #fff; border: 1px solid var(--border-lt, #e5e7eb); border-radius: 100px; font-size: 0.88rem; font-weight: 600; color: var(--text, #111827); text-decoration: none; transition: all .2s; }
.condition-chip:hover { background: var(--green, #059669); color: #fff; border-color: var(--green, #059669); }
.condition-chip-more { background: var(--green, #059669); color: #fff; border-color: var(--green, #059669); }
.condition-chip-more:hover { background: #047857; border-color: #047857; }

/* Manufacturers */
.manufacturers-section { padding: 2.5rem 0; background: #fff; border-top: 1px solid var(--border-lt, #e5e7eb); }
.manufacturer-logos { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; align-items: center; margin-top: 1rem; }
.mfr-logo-item { display: flex; align-items: center; justify-content: center; height: 48px; padding: 0 1rem; filter: grayscale(1); opacity: .65; transition: all .2s; text-decoration: none; }
.mfr-logo-item:hover { filter: grayscale(0); opacity: 1; }
.mfr-logo-item img { max-height: 40px; max-width: 120px; object-fit: contain; }
.mfr-name-text { font-size: 0.85rem; font-weight: 700; color: var(--muted, #6b7280); }

/* CTA Banner */
.cta-banner-section { padding: 4rem 0; background: var(--bg-mint, #f0fdf4); border-top: 1px solid #d1fae5; }
.cta-banner-title { font-size: 1.6rem; font-weight: 800; letter-spacing: -.03em; color: var(--text, #111827); margin-bottom: 0.75rem; }
.cta-banner-sub { color: var(--text-2, #6b7280); margin-bottom: 1.75rem; max-width: 480px; margin-left: auto; margin-right: auto; font-size: 0.95rem; }

/* Footer Rebuild — neue Klassen */
.footer-brand strong{color:#fff;font-size:1.3rem;display:block;margin-bottom:0.5rem;font-weight:800;letter-spacing:-.05em}
.footer-brand p.footer-desc{margin-top:0;max-width:220px}
.footer-social{display:flex;gap:12px;margin-top:14px}
.footer-social a{color:#9ca3af;transition:color .15s;display:flex;align-items:center}
.footer-social a:hover{color:#10b981}
.footer-bottom{justify-content:center}

/* Breadcrumbs */
.breadcrumbs { background: #f9fafb; border-bottom: 1px solid #e5e7eb; padding: 0.5rem 0; }
.bc-list { display: flex; align-items: center; gap: 0.25rem; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.bc-item { display: flex; align-items: center; gap: 0.25rem; font-size: 0.8rem; }
.bc-item a { color: #059669; text-decoration: none; }
.bc-item a:hover { text-decoration: underline; }
.bc-current span { color: #6b7280; }
.bc-sep { color: #d1d5db; }

/* ── Save / Favourites ──────────────────────────────────────────────────── */
.save-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 20px;
  border-radius: 100px;
  border: 2px solid rgba(255,255,255,.5);
  background: rgba(255,255,255,.15);
  color: #fff;
  font-size: .88rem;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
  margin-top: 14px;
  backdrop-filter: blur(4px);
}
.save-btn:hover {
  background: rgba(255,255,255,.28);
  border-color: rgba(255,255,255,.8);
}
.save-btn.saved {
  background: #fff;
  color: var(--green, #059669);
  border-color: #fff;
}
.save-btn svg { width: 16px; height: 16px; flex-shrink: 0; }

/* Product page save btn (on white bg) */
.save-btn-light {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 18px;
  border-radius: 100px;
  border: 2px solid var(--border, #e5e7eb);
  background: #fff;
  color: var(--text-2, #374151);
  font-size: .85rem;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
  margin-top: 12px;
}
.save-btn-light:hover {
  border-color: var(--green, #059669);
  color: var(--green, #059669);
}
.save-btn-light.saved {
  background: #f0fdf4;
  color: var(--green, #059669);
  border-color: var(--green, #059669);
}
.save-btn-light svg { width: 15px; height: 15px; flex-shrink: 0; }

/* Favourites page */
.fav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 8px;
}
.fav-card {
  background: #fff;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 12px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: box-shadow .2s;
}
.fav-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.fav-icon { font-size: 1.8rem; }
.fav-name {
  font-weight: 700;
  font-size: .97rem;
  color: var(--green, #059669);
  text-decoration: none;
  line-height: 1.35;
}
.fav-name:hover { text-decoration: underline; }
.fav-type {
  font-size: .75rem;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--muted, #6b7280);
  background: var(--bg-soft, #f9fafb);
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 100px;
  padding: 2px 10px;
  align-self: flex-start;
}
.fav-remove {
  background: none;
  border: 1px solid #fca5a5;
  color: #ef4444;
  border-radius: 8px;
  padding: 5px 12px;
  font-size: .78rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .15s;
  margin-top: auto;
}
.fav-remove:hover { background: #fef2f2; }
.fav-empty {
  color: var(--muted, #6b7280);
  font-size: .95rem;
  padding: 40px 0;
  grid-column: 1/-1;
}
.fav-empty a { color: var(--green, #059669); font-weight: 600; }

/* ── Best Value Badge ── */
.pcard-best-value {
  position: absolute; bottom: 8px; left: 10px;
  font-size: .62rem; font-weight: 800;
  background: #22c55e; color: #fff;
  padding: 3px 8px; border-radius: 4px;
  letter-spacing: .05em; text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(34,197,94,.4);
}

/* ── Effects filter tags (strains page) ── */
.sf-effect-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.sf-effect-tag {
  padding: 5px 12px; border-radius: 20px;
  font-size: .78rem; font-weight: 600; cursor: pointer;
  background: var(--bg-soft); border: 1.5px solid var(--border);
  color: var(--text-2); transition: var(--t);
  user-select: none;
}
.sf-effect-tag:hover { background: var(--green-light); color: var(--green); border-color: var(--green); }
.sf-effect-tag.active { background: var(--green); color: #fff; border-color: var(--green); }

/* ── Glossary Page ───────────────────────────────────────────────────────── */
.glossary-az-nav { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--border); padding: 10px 0; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.glossary-az-list { display: flex; flex-wrap: wrap; gap: 4px; justify-content: center; }
.glossary-az-link { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 6px; font-size: .8rem; font-weight: 700; text-decoration: none; transition: all .15s; }
.glossary-az-active { color: var(--green); background: var(--green-light, #d1fae5); }
.glossary-az-active:hover { background: var(--green); color: #fff; }
.glossary-az-disabled { color: #d1d5db; cursor: default; }
.glossary-section { padding: 40px 0 60px; }
.glossary-wrap { max-width: 820px; margin: 0 auto; }
.glossary-letter-group { margin-bottom: 40px; scroll-margin-top: 72px; }
.glossary-letter-heading { font-size: 1.8rem; font-weight: 900; color: var(--green); letter-spacing: -.04em; border-bottom: 2px solid var(--green-light, #d1fae5); padding-bottom: 6px; margin-bottom: 20px; }
.glossary-dl { margin: 0; }
.glossary-entry { margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--border); }
.glossary-entry:last-child { border-bottom: none; }
.glossary-dl dt { font-size: 1rem; font-weight: 800; color: var(--text); margin-bottom: 6px; scroll-margin-top: 80px; }
.glossary-dl dd { margin: 0; font-size: .93rem; color: var(--text-2); line-height: 1.75; }
.glossary-dl dd a { color: var(--green); text-decoration: none; font-weight: 600; }
.glossary-dl dd a:hover { text-decoration: underline; }
.glossary-related { margin: 48px auto 0; max-width: 820px; background: var(--bg-soft, #f9fafb); border: 1px solid var(--border); border-radius: 14px; padding: 28px; }
.glossary-related-title { font-weight: 800; font-size: 1rem; margin-bottom: 16px; }
.glossary-related-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.glossary-related-link { display: flex; gap: 12px; align-items: flex-start; text-decoration: none; background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; transition: box-shadow .15s; }
.glossary-related-link:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.glossary-related-icon { font-size: 1.5rem; flex-shrink: 0; }
.glossary-related-link strong { font-size: .9rem; font-weight: 700; color: var(--text); display: block; margin-bottom: 3px; }
.glossary-related-link p { font-size: .8rem; color: var(--muted); margin: 0; line-height: 1.5; }
.glossary-disclaimer { max-width: 820px; margin: 28px auto 0; font-size: .8rem; color: var(--muted); line-height: 1.6; padding: 14px 18px; background: #fefce8; border: 1px solid #fde047; border-radius: 8px; }
@media(max-width: 600px) { .glossary-az-link { width: 26px; height: 26px; font-size: .72rem; } .glossary-letter-heading { font-size: 1.4rem; } }

/* ── Reviews Section ─────────────────────────────────────────────────────── */
.reviews-section { background: var(--bg-soft, #f9fafb); border: 1px solid var(--border); border-radius: 14px; padding: 28px; margin-top: 32px; }
.reviews-section h2 { font-size: 1.15rem; font-weight: 800; margin-bottom: 6px; letter-spacing: -.03em; }
.avg-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.avg-rating-stars { font-size: 1.25rem; color: #9ca3af; }
.avg-rating-num { font-size: 1.5rem; font-weight: 900; color: var(--text); }
.avg-rating-count { font-size: .82rem; color: var(--muted); }
#reviews-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.review-card { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; }
.review-card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; flex-wrap: wrap; gap: 6px; }
.review-card-stars { color: #9ca3af; font-size: .95rem; }
.review-card-date { font-size: .75rem; color: var(--muted); }
.review-card-text { font-size: .88rem; color: var(--text-2); line-height: 1.6; margin-bottom: 8px; }
.review-card-helpful { font-size: .78rem; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.review-helpful-btn { background: var(--bg-soft); border: 1px solid var(--border); border-radius: 6px; padding: 3px 10px; font-size: .76rem; cursor: pointer; transition: all .15s; }
.review-helpful-btn:hover { background: var(--green-light); border-color: var(--green); color: var(--green); }
#review-form { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 18px 20px; }
#review-form h3 { font-size: .95rem; font-weight: 700; margin-bottom: 12px; }
.star-picker { font-size: 1.6rem; cursor: pointer; color: #d1d5db; letter-spacing: 2px; user-select: none; margin-bottom: 10px; transition: color .1s; }
.star-picker span { cursor: pointer; transition: color .1s; }
.star-picker span.active, .star-picker span:hover ~ span, .star-picker:hover span { color: var(--green); }
#review-form textarea { width: 100%; border: 1px solid var(--border); border-radius: 8px; padding: 10px 12px; font-size: .88rem; font-family: inherit; resize: vertical; min-height: 80px; margin-bottom: 10px; color: var(--text); background: var(--bg-soft); box-sizing: border-box; }
#review-form textarea:focus { outline: none; border-color: var(--green); background: #fff; }
#review-form button[type=submit] { background: var(--green); color: #fff; border: none; border-radius: 8px; padding: 10px 22px; font-size: .88rem; font-weight: 700; cursor: pointer; transition: background .15s; }
#review-form button[type=submit]:hover { background: #047857; }
.review-note { font-size: .75rem; color: var(--muted); margin-top: 8px; }
.reviews-empty { font-size: .88rem; color: var(--muted); font-style: italic; padding: 12px 0; }

/* -- Print Styles -- */
@media print {
  header, footer, nav, .breadcrumbs, .share-bar, .newsletter-cta, .back-to-top,
  .cookie-banner, .age-bar, .compare-bar, .sidebar-filters { display: none !important; }
  body { font-size: 12pt; color: #000; background: #fff; }
  h1,h2,h3 { color: #000; page-break-after: avoid; }
  .guide-content, .article-content { max-width: 100%; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #666; }
  a[href^="#"]::after, a[href^="javascript"]::after { content: ""; }
}

/* ── Trending Strains Section ─────────────────────────────── */
.trending-strains-section { padding: 3rem 0; }
.strain-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.strain-card-name { font-size: 1rem; font-weight: 700; color: var(--text); margin: 0 0 6px; }
.strain-product-count { font-size: .75rem; color: var(--muted); background: var(--bg-soft); padding: 2px 8px; border-radius: 100px; }
.strain-price { font-size: .95rem; color: var(--green); font-weight: 700; margin-top: 10px; }
.strain-type-indica { background: #f5f3ff; color: #4c1d95; border: 1px solid #ddd6fe; }
.strain-type-sativa { background: #fff8f0; color: #92400e; border: 1px solid #fed7aa; }
.strain-type-hybrid { background: #f0fdf4; color: #065f46; border: 1px solid #bbf7d0; }

/* ── Newsletter CTA ───────────────────────────────────────── */
.newsletter-cta { background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%); padding: 3.5rem 0; border-top: 1px solid #d1fae5; border-bottom: 1px solid #d1fae5; }
.nl-content { max-width: 600px; margin: 0 auto; text-align: center; }
.nl-content h2 { font-size: 1.6rem; color: var(--text); margin-bottom: .5rem; }
.nl-content p { color: var(--muted); margin-bottom: 1.25rem; }
.nl-form { display: flex; gap: .75rem; max-width: 420px; margin: 0 auto 1rem; flex-wrap: wrap; justify-content: center; }
.nl-form input[type=email] { flex: 1; min-width: 200px; padding: .75rem 1rem; border: 1px solid #d1fae5; border-radius: 8px; font-size: 1rem; background: #fff; color: var(--text); }
.nl-form input[type=email]:focus { outline: none; border-color: var(--green); }
.nl-form button { padding: .75rem 1.5rem; background: var(--green, #059669); color: #fff; border: none; border-radius: 8px; font-weight: 700; font-size: .95rem; cursor: pointer; white-space: nowrap; transition: background .15s; }
.nl-form button:hover { background: #047857; }
.nl-note { font-size: .78rem; color: var(--muted); margin-top: .5rem; }

/* ── Recently Viewed ──────────────────────────────────────── */






/* ── Accessibility: Focus Visible ──────────────────────────── */
:focus-visible {
    outline: 3px solid #2d6a4f;
    outline-offset: 2px;
    border-radius: 3px;
}
*:focus:not(:focus-visible) {
    outline: none;
}

/* ── 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;
    }
}

/* ── High Contrast Mode ─────────────────────────────────────── */
@media (prefers-contrast: high) {
    :root {
        --text-color: #000;
        --bg-color: #fff;
        --border-color: #000;
    }
    .btn-primary { border: 2px solid #000; }
    .card { border: 2px solid #000; }
}

/* ── Touch Target Sizes (min 44x44px) ───────────────────────── */
@media (max-width: 768px) {
    .btn, button, [role="button"], a.nav-link, .pager-btn {
        min-height: 44px;
        min-width: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

/* ── Lazy Loading + Shimmer ─────────────────────────────────── */
img[loading="lazy"] {
    content-visibility: auto;
}
.img-placeholder {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}
@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* ── Related Content Sections (guide.php, news_item.php) ───── */
.related-guides, .guide-products-rec, .related-news {
    margin: 40px 0; padding: 30px;
    background: #f8f9fa; border-radius: 12px;
    border: 1px solid #e0e0e0;
}
.related-guides h2, .guide-products-rec h2, .related-news h2 {
    font-size: 1.4rem; color: #1b4332; margin: 0 0 20px;
}
.related-guides-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap: 16px; }
.related-guide-card { background: #fff; padding: 16px; border-radius: 8px; border: 1px solid #e0e0e0; }
.related-guide-card h3 { font-size: 0.95rem; margin: 6px 0 4px; }
.related-guide-card h3 a { color: #1b4332; text-decoration: none; }
.related-guide-card h3 a:hover { color: #2d6a4f; text-decoration: underline; }
.rg-cat { font-size: 0.75rem; text-transform: uppercase; color: #2d6a4f; font-weight: 700; }
.rg-time { font-size: 0.8rem; color: #888; }
.rec-products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px,1fr)); gap: 12px; margin-bottom: 16px; }
.rec-product-card { background: #fff; padding: 14px; border-radius: 8px; border: 1px solid #e0e0e0; }
.rec-product-name a { color: #1b4332; text-decoration: none; font-weight: 600; font-size: 0.9rem; }
.rec-product-meta { font-size: 0.8rem; color: #666; margin-top: 4px; }
.rec-product-price { font-size: 0.9rem; color: #2d6a4f; font-weight: 700; margin-top: 4px; }
.rec-subtitle { color: #666; font-size: 0.9rem; margin: -10px 0 16px; }
.related-news-list { display: flex; flex-direction: column; gap: 12px; }
.related-news-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; background: #fff; border-radius: 8px; border: 1px solid #e0e0e0; }
.related-news-item a { color: #1b4332; text-decoration: none; font-size: 0.9rem; flex: 1; }
.related-news-item a:hover { color: #2d6a4f; text-decoration: underline; }
.related-news-item time { color: #888; font-size: 0.8rem; white-space: nowrap; margin-left: 10px; }

/* ── News category tab counts ──────────────────────────────── */
.tab-count {
    display: inline-block;
    background: rgba(0,0,0,.12);
    border-radius: 100px;
    font-size: .68rem;
    font-weight: 700;
    padding: 1px 7px;
    margin-left: 4px;
    vertical-align: middle;
}
.news-cat-tab.active .tab-count {
    background: rgba(255,255,255,.25);
}

/* ── Similar Products / Strains Sections ───────────────────── */
.more-from-manufacturer,
.strain-products-section {
    /* no extra wrapper needed — sits inside section > .container grid */
}
.similar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 8px;
}
.similar-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    transition: box-shadow .15s, border-color .15s;
}
.similar-card:hover {
    box-shadow: 0 4px 18px rgba(0,0,0,.08);
    border-color: #b2d8c5;
}
.similar-card-img {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6f4;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}
.similar-card-img img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
}
.similar-form {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #2d6a4f;
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
}
.similar-card h3 {
    font-size: .92rem;
    font-weight: 700;
    margin: 4px 0 8px;
    line-height: 1.35;
}
.similar-card h3 a {
    color: #1b4332;
    text-decoration: none;
}
.similar-card h3 a:hover {
    color: #2d6a4f;
    text-decoration: underline;
}
.similar-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .82rem;
    color: #555;
    margin-bottom: 4px;
    flex-wrap: wrap;
    gap: 4px;
}
.similar-price {
    color: #059669;
    font-weight: 700;
    white-space: nowrap;
}
.similar-clinics {
    font-size: .78rem;
    color: #888;
    margin-bottom: 10px;
    flex-grow: 1;
}
@media (max-width: 480px) {
    .similar-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
}

/* ── TREND ALERT ─────────────────────────────────────────────────────────── */
.trend-alert { padding: 0.65rem 0; text-align: center; font-size: 0.9rem; font-weight: 600; }
.trend-alert.trend-down { background: #d1fae5; color: #065f46; }
.trend-alert.trend-up   { background: #f3f4f6; color: #1f2937; }
.trend-green { background: #1a4a35; color: #fff; }
.trend-green a { color: #a7f3d0; }
.trend-alert a { color: inherit; text-decoration: underline; margin-left: 0.5rem; }

/* ── TRUST BAR ───────────────────────────────────────────────────────────── */
.trust-bar { padding: 2rem 0; background: #fff; border-bottom: 1px solid #e5e7eb; }
.trust-stats { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; align-items: center; }
.trust-stat { text-align: center; min-width: 100px; }
.trust-number { display: block; font-size: 1.75rem; font-weight: 800; color: var(--green, #16a34a); letter-spacing: -.04em; }
.trust-label { font-size: 0.78rem; color: #6b7280; text-transform: uppercase; letter-spacing: .05em; }

/* ── HOW IT WORKS ────────────────────────────────────────────────────────── */
.how-it-works { padding: 4rem 0; background: var(--bg-soft, #f9fafb); }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 2rem; margin-top: 2.5rem; }
.step-card { background: #fff; border-radius: 12px; padding: 2rem; box-shadow: 0 1px 4px rgba(0,0,0,.06); text-align: center; }
.step-number { width: 48px; height: 48px; background: var(--green, #16a34a); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; font-weight: 800; margin: 0 auto 1rem; }
.step-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem; }
.step-card p { color: #6b7280; font-size: 0.9rem; line-height: 1.6; }

/* ── SECTION HEADER ──────────────────────────────────────────────────────── */
.section-header { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.75rem; }
.section-link { font-size: 0.9rem; color: var(--green, #16a34a); text-decoration: none; font-weight: 600; white-space: nowrap; }
.section-link:hover { text-decoration: underline; }
.section-subtitle { color: #6b7280; font-size: 1rem; margin-top: -0.75rem; margin-bottom: 2rem; }

/* ── FEATURED PRODUCTS ───────────────────────────────────────────────────── */
.featured-products { padding: 4rem 0; background: #fff; }
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 1.25rem; }
.product-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; text-decoration: none; color: inherit; overflow: hidden; transition: box-shadow .2s, transform .2s; display: flex; flex-direction: column; }
.product-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.1); transform: translateY(-2px); }
.product-image { height: 160px; overflow: hidden; background: #f3f4f6; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-image-placeholder { display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: 800; color: #9ca3af; }
.product-info { padding: 1rem; flex: 1; display: flex; flex-direction: column; gap: 0.4rem; }
.product-form { font-size: 0.72rem; text-transform: uppercase; letter-spacing: .08em; color: #9ca3af; }
.product-name { font-size: 0.95rem; font-weight: 700; line-height: 1.3; }
.product-cannabinoids { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.thc-badge { background: #f3f4f6; color: #374151; font-size: 0.72rem; padding: 2px 6px; border-radius: 4px; font-weight: 600; }
.cbd-badge { background: #f0fdf4; color: #1a4a35; font-size: 0.72rem; padding: 2px 6px; border-radius: 4px; font-weight: 600; }
.product-price { margin-top: auto; }
.price-from { font-size: 0.75rem; color: #9ca3af; margin-right: 2px; }
.price-amount { font-size: 1.1rem; font-weight: 800; color: var(--green, #16a34a); }
.product-clinic { font-size: 0.75rem; color: #6b7280; }
.products-cta { text-align: center; margin-top: 2.5rem; }

/* ── TRENDING STRAINS ────────────────────────────────────────────────────── */
.trending-strains { padding: 4rem 0; background: var(--bg-soft, #f9fafb); }
.strains-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 1.25rem; }
.strain-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; text-decoration: none; color: inherit; overflow: hidden; transition: box-shadow .2s; display: flex; flex-direction: column; }
.strain-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.08); }
.strain-image { height: 140px; overflow: hidden; background: #f3f4f6; }
.strain-image img { width: 100%; height: 100%; object-fit: cover; }
.strain-info { padding: 1rem; flex: 1; display: flex; flex-direction: column; gap: 0.35rem; }
.strain-type { font-size: 0.72rem; text-transform: uppercase; letter-spacing: .08em; padding: 2px 8px; border-radius: 4px; font-weight: 600; display: inline-block; }



.strain-potency { display: flex; gap: 0.5rem; flex-wrap: wrap; font-size: 0.78rem; color: #6b7280; }
.strain-effects { font-size: 0.8rem; color: #6b7280; line-height: 1.4; }

/* ── BEST PRICES ─────────────────────────────────────────────────────────── */
.best-prices { padding: 4rem 0; background: #fff; }
.best-prices-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 1rem; }
.best-price-card { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 12px; padding: 1.25rem; text-decoration: none; color: inherit; display: flex; align-items: center; justify-content: space-between; gap: 1rem; transition: box-shadow .2s; }
.best-price-card:hover { box-shadow: 0 4px 12px rgba(22,163,74,.12); border-color: #86efac; }
.best-price-info { flex: 1; }
.bp-form { font-size: 0.72rem; text-transform: uppercase; letter-spacing: .08em; color: #6b7280; display: block; margin-bottom: 0.2rem; }
.best-price-info h4 { font-size: 0.95rem; font-weight: 700; margin: 0 0 0.2rem; line-height: 1.3; }
.bp-clinic { font-size: 0.78rem; color: #9ca3af; }
.best-price-amount { text-align: right; white-space: nowrap; }
.bp-price { display: block; font-size: 1.4rem; font-weight: 800; color: var(--green, #16a34a); letter-spacing: -.03em; }
.bp-unit { font-size: 0.72rem; color: #6b7280; }

/* ── HOW IT WORKS — SVG icons ──────────────────────────────────────────── */
.step-icon { width: 56px; height: 56px; background: var(--green-light, #e8f5ee); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 0.5rem; color: var(--green, #1a4a35); }
.step-number-badge { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; background: var(--green, #1a4a35); color: #fff; border-radius: 50%; font-size: 0.75rem; font-weight: 800; margin: 0 auto 0.75rem; }

/* ── PRODUCT CARDS — improved ──────────────────────────────────────────── */
.product-img-wrap { position: relative; height: 160px; overflow: hidden; }
.product-img { width: 100%; height: 100%; object-fit: cover; }
.product-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.product-img-green { background: linear-gradient(135deg, #1a4a35 0%, #2d7a55 60%, #52c488 100%); }
.product-img-amber { background: linear-gradient(135deg, #374151 0%, #c2700a 60%, #f59e42 100%); }
.product-form-badge { position: absolute; top: 8px; left: 8px; background: rgba(255,255,255,.92); color: var(--text, #111); font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; padding: 2px 7px; border-radius: 4px; backdrop-filter: blur(4px); }
.product-thc-overlay { position: absolute; bottom: 8px; right: 8px; background: rgba(26,74,53,.85); color: #fff; font-size: 0.7rem; font-weight: 700; padding: 2px 7px; border-radius: 4px; backdrop-filter: blur(4px); }
.product-mfr { font-size: 0.75rem; color: var(--muted, #9ca3af); margin: 0; }
.product-price-row { margin-top: auto; padding-top: 0.5rem; }
.product-price-row .price-amount { font-size: 1.1rem; font-weight: 800; color: var(--green, #1a4a35); }
.product-clinics-count { display: flex; align-items: center; gap: 4px; font-size: 0.75rem; color: var(--muted, #9ca3af); margin-top: 0.2rem; }
.product-clinics-count svg { flex-shrink: 0; }

/* ── STRAIN CARDS — improved ───────────────────────────────────────────── */
.strain-card-header { position: relative; height: 120px; overflow: hidden; background: var(--bg-soft, #f9fafb); display: flex; align-items: center; justify-content: center; }
.strain-thumb { width: 100%; height: 100%; object-fit: cover; }
.strain-thumb-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.strain-placeholder-sativa { background: linear-gradient(135deg, #1f2937 0%, #2d6a4f 100%); color: #fff; }
.strain-placeholder-indica { background: linear-gradient(135deg, #1a4a35 0%, #2d6a4f 100%); color: #fff; }
.strain-placeholder-hybrid { background: linear-gradient(135deg, #064e3b 0%, #059669 100%); color: #fff; }
.strain-placeholder-cbd { background: linear-gradient(135deg, #1a4a35 0%, #2d7a55 100%); color: #fff; }
.strain-type-pill { position: absolute; top: 8px; left: 8px; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; padding: 2px 8px; border-radius: 4px; backdrop-filter: blur(4px); }
.strain-type-sativa { background: #fff; color: #374151; border: 1px solid #d1d5db; }
.strain-type-indica { background: #fff; color: #374151; border: 1px solid #d1d5db; }
.strain-type-hybrid { background: #fff; color: #374151; border: 1px solid #d1d5db; }
.strain-type-cbd { background: #fff; color: #374151; border: 1px solid #d1d5db; }
.strain-card-name { font-size: 0.95rem; font-weight: 700; color: var(--text, #111); margin: 0 0 0.35rem; line-height: 1.3; }
.strain-thc-range { display: flex; gap: 0.4rem; flex-wrap: wrap; margin-bottom: 0.4rem; }
.strain-effect-tags { display: flex; flex-wrap: wrap; gap: 4px; }
.effect-tag { background: var(--bg-soft, #f9fafb); border: 1px solid var(--border, #e5e7eb); color: var(--text-3, #6b7280); font-size: 0.68rem; padding: 2px 6px; border-radius: 4px; white-space: nowrap; }

/* ── BEST PRICES — card style ──────────────────────────────────────────── */
.best-price-card { background: #fff; border: 1px solid var(--border, #e5e7eb); border-radius: 12px; padding: 1.25rem; display: flex; flex-direction: column; gap: 0.5rem; transition: box-shadow .2s, border-color .2s; }
.best-price-card:hover { box-shadow: 0 4px 16px rgba(26,74,53,.1); border-color: var(--green, #1a4a35); }
.best-price-card-top { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; }
.best-price-meta { display: flex; flex-wrap: wrap; gap: 4px; }
.bp-form-badge { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; background: var(--bg-soft, #f9fafb); border: 1px solid var(--border, #e5e7eb); color: var(--text-3, #6b7280); padding: 2px 7px; border-radius: 4px; }
.bp-strain-type { font-size: 0.68rem; font-weight: 700; padding: 2px 7px; border-radius: 4px; }
.bp-type-sativa { background: #f3f4f6; color: #1f2937; }
.bp-type-indica { background: #f3f4f6; color: #1a4a35; }
.bp-type-hybrid { background: #d1fae5; color: #065f46; }
.bp-price-block { display: flex; align-items: baseline; gap: 1px; }
.bp-price { font-size: 1.5rem; font-weight: 800; color: var(--green, #1a4a35); letter-spacing: -.04em; }
.bp-unit { font-size: 0.75rem; color: var(--muted, #9ca3af); }
.bp-name { font-size: 0.92rem; font-weight: 700; color: var(--text, #111); margin: 0; line-height: 1.3; }
.bp-clinic { display: flex; align-items: center; gap: 4px; font-size: 0.75rem; color: var(--muted, #9ca3af); }
.bp-clinic svg { flex-shrink: 0; }
.bp-compare-btn { display: inline-block; margin-top: 0.5rem; padding: 6px 14px; background: var(--green-light, #e8f5ee); color: var(--green, #1a4a35); font-size: 0.8rem; font-weight: 700; border-radius: 8px; text-decoration: none; text-align: center; transition: background .15s, color .15s; border: 1px solid transparent; }
.bp-compare-btn:hover { background: var(--green, #1a4a35); color: #fff; }

/* ── TESTIMONIALS ────────────────────────────────────────────────────────── */
.testimonials-section { padding: 4rem 0; background: var(--bg-soft, #f9fafb); }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 1.5rem; margin-top: 2rem; }
.testimonial-card { background: #fff; border-radius: 12px; padding: 1.75rem; box-shadow: 0 1px 4px rgba(0,0,0,.06); display: flex; flex-direction: column; gap: 0.75rem; }
.testimonial-stars { color: #9ca3af; font-size: 1rem; letter-spacing: 2px; }
.testimonial-text { font-size: 0.95rem; line-height: 1.65; color: #374151; margin: 0; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 0.75rem; margin-top: auto; }
.testimonial-avatar { width: 40px; height: 40px; background: var(--green, #16a34a); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1rem; flex-shrink: 0; }
.testimonial-details strong { display: block; font-size: 0.9rem; font-weight: 700; }
.testimonial-details span { font-size: 0.78rem; color: #9ca3af; }

/* ── FEATURED GUIDES ─────────────────────────────────────────────────────── */
.featured-guides-section { padding: 4rem 0; background: #fff; }
.guides-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 1.5rem; }
.guide-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; text-decoration: none; color: inherit; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s; }
.guide-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.09); }
.guide-image { height: 170px; overflow: hidden; background: #f3f4f6; }
.guide-image img { width: 100%; height: 100%; object-fit: cover; }
.guide-image-placeholder { display: flex; align-items: center; justify-content: center; }
.guide-icon { font-size: 3rem; }
.guide-content { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; gap: 0.4rem; }
.guide-category { font-size: 0.72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--green, #16a34a); font-weight: 600; }
.guide-content h3 { font-size: 1rem; font-weight: 700; line-height: 1.35; margin: 0; }
.guide-content p { font-size: 0.85rem; color: #6b7280; line-height: 1.5; margin: 0; flex: 1; }
.guide-meta { display: flex; gap: 1rem; font-size: 0.75rem; color: #9ca3af; margin-top: auto; padding-top: 0.5rem; border-top: 1px solid #f3f4f6; }

/* ── LATEST NEWS ─────────────────────────────────────────────────────────── */
.latest-news-section { padding: 4rem 0; background: var(--bg-soft, #f9fafb); }
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 1.25rem; }
.news-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; text-decoration: none; color: inherit; overflow: hidden; transition: box-shadow .2s; }
.news-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.news-content { padding: 1.25rem; display: flex; flex-direction: column; gap: 0.4rem; height: 100%; box-sizing: border-box; }
.news-category { font-size: 0.72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--green, #16a34a); font-weight: 600; }
.news-content h3 { font-size: 0.97rem; font-weight: 700; line-height: 1.35; margin: 0; }
.news-content p { font-size: 0.84rem; color: #6b7280; line-height: 1.5; margin: 0; flex: 1; }
.news-meta { display: flex; gap: 1rem; font-size: 0.75rem; color: #9ca3af; margin-top: auto; padding-top: 0.5rem; }

/* ── NEWSLETTER ──────────────────────────────────────────────────────────── */
.newsletter-section { padding: 3rem 0; background: #fff; border-top: 1px solid #e5e7eb; }
.newsletter-box { background: var(--bg-mint, #f0fdf4); border: 1px solid #bbf7d0; border-radius: 16px; padding: 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.newsletter-text h2 { font-size: 1.4rem; font-weight: 800; letter-spacing: -.03em; margin-bottom: 0.4rem; }
.newsletter-text p { color: #6b7280; font-size: 0.9rem; max-width: 380px; }
.newsletter-form { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.newsletter-form input[type=email] { padding: 0.7rem 1rem; border: 1px solid #d1d5db; border-radius: 8px; font-size: 0.9rem; min-width: 220px; outline: none; }
.newsletter-form input[type=email]:focus { border-color: var(--green, #16a34a); }

/* ── CTA BANNER (full-page) ──────────────────────────────────────────────── */
.cta-banner { background: linear-gradient(135deg, #0d2b1e 0%, var(--green, #16a34a) 60%, #1d5c38 100%); padding: 4rem 0; text-align: center; }
.cta-content h2 { font-size: 2rem; font-weight: 900; color: #fff; letter-spacing: -.04em; margin-bottom: 0.75rem; }
.cta-content p { color: rgba(255,255,255,.8); font-size: 1rem; max-width: 500px; margin: 0 auto 2rem; }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.cta-banner .btn-primary { background: #fff; color: var(--green, #16a34a); border: none; padding: 0.85rem 2rem; border-radius: 8px; font-weight: 700; font-size: 0.95rem; cursor: pointer; text-decoration: none; display: inline-block; }
.cta-banner .btn-primary:hover { background: #f0fdf4; }
.cta-banner .btn-secondary { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); padding: 0.85rem 2rem; border-radius: 8px; font-weight: 700; font-size: 0.95rem; cursor: pointer; text-decoration: none; display: inline-block; }
.cta-banner .btn-secondary:hover { border-color: #fff; }

/* ── MANUFACTURERS (override) ────────────────────────────────────────────── */
.manufacturers-section { padding: 3rem 0; background: #fff; border-top: 1px solid #e5e7eb; }
.manufacturers-grid { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; align-items: center; margin-top: 1.75rem; }
.manufacturer-card { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 10px; padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: center; min-width: 120px; min-height: 60px; }
.manufacturer-card img { max-height: 48px; max-width: 140px; object-fit: contain; filter: grayscale(30%); }
.manufacturer-name { font-size: 0.85rem; font-weight: 600; color: #374151; text-align: center; }

/* ── CONDITIONS (override) ───────────────────────────────────────────────── */
.conditions-section { padding: 4rem 0; background: var(--bg-soft, #f9fafb); }
.conditions-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px,1fr)); gap: 1.25rem; margin-top: 2rem; }
.condition-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 1.5rem; text-align: center; text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 0.5rem; transition: box-shadow .2s, border-color .2s; }
.condition-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); border-color: #86efac; }
.condition-icon { font-size: 2rem; }
.condition-card h3 { font-size: 0.95rem; font-weight: 700; margin: 0; }
.condition-card p { font-size: 0.8rem; color: #9ca3af; margin: 0; line-height: 1.4; }

/* ── KPI Section ── */
.kpi-section{padding:40px 0;border-bottom:1px solid var(--border-lt);background:#fff}
.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
@media(max-width:768px){.kpi-grid{grid-template-columns:repeat(2,1fr);gap:14px}}
@media(max-width:420px){.kpi-grid{grid-template-columns:1fr}}
.kpi-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:28px 20px;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-lg);text-decoration:none;color:var(--text);transition:border-color .18s,box-shadow .18s,transform .18s;gap:6px}
.kpi-card:hover{border-color:var(--green);box-shadow:0 4px 20px rgba(45,106,79,.12);transform:translateY(-2px)}
.kpi-icon{width:52px;height:52px;border-radius:50%;background:var(--bg-mint);display:flex;align-items:center;justify-content:center;color:var(--green);margin-bottom:8px;flex-shrink:0}
.kpi-number{font-size:2rem;font-weight:900;color:var(--green);letter-spacing:-.05em;line-height:1}
.kpi-label{font-size:.88rem;font-weight:700;color:var(--text);margin-top:2px}
.kpi-sub{font-size:.75rem;color:var(--text-3);margin-top:1px}

/* ── Product Category Tabs ── */
.pcat-tabs{display:flex;gap:8px;flex-wrap:wrap;padding:16px 0 0;margin-bottom:16px}
.pcat-tab{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border:1.5px solid var(--border);border-radius:40px;font-size:.82rem;font-weight:600;color:var(--text-2);text-decoration:none;background:#fff;transition:border-color .15s,background .15s,color .15s;white-space:nowrap}
.pcat-tab:hover{border-color:var(--green);color:var(--green);background:var(--green-pale)}
.pcat-active{border-color:var(--green)!important;background:var(--green)!important;color:#fff!important}
.pcat-active:hover{background:#1b5e3b!important}
.pcat-count{font-size:.72rem;background:rgba(255,255,255,.25);border-radius:20px;padding:1px 7px;font-weight:700}
.pcat-active .pcat-count{background:rgba(255,255,255,.25)}
.pcat-tab:not(.pcat-active) .pcat-count{background:#f0f4f0;color:var(--text-3)}
.pcat-banner{padding:10px 16px;border-radius:8px;font-size:.83rem;margin-bottom:14px}
.pcat-thc-banner{background:#f0fdf4;border:1px solid #86efac;color:#166534}
.pcat-cbd-banner{background:#eff6ff;border:1px solid #93c5fd;color:#1a4a35}
.pcat-banner a{color:inherit;font-weight:700;text-decoration:underline}
@media(max-width:600px){.pcat-tabs{gap:6px}.pcat-tab{padding:7px 12px;font-size:.78rem}}

/* ── Product Detail Badges (flowzz-style) ── */
.pd-badge-row{display:flex;gap:7px;flex-wrap:wrap;align-items:center;margin-bottom:14px}
.pd-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:100px;font-size:.78rem;font-weight:600;white-space:nowrap;text-decoration:none;transition:opacity .15s}
.pd-badge-mfr{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}
.pd-badge-mfr:hover{opacity:.8}
.pd-badge-thc{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}
.pd-badge-cbd{background:#f0fdf4;color:#1a4a35;border:1px solid #bfdbfe}
.pd-badge-form{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}
.pd-badge-featured{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}

/* === HOME PAGE GRID OVERRIDES — always full rows === */
.home-5col{grid-template-columns:repeat(5,1fr)!important}

.home-3col{grid-template-columns:repeat(3,1fr)!important}

.home-bp-grid{grid-template-columns:repeat(3,1fr)!important}
@media(max-width:600px){.home-bp-grid{grid-template-columns:1fr!important}}
.home-drops-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media(max-width:600px){.home-drops-grid{grid-template-columns:1fr}}

/* === RESPONSIVE — Cities Grid (Home + Cities page) === */
.home-cities-grid{grid-template-columns:repeat(4,1fr)!important}
@media(max-width:900px){.home-cities-grid{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:500px){.home-cities-grid{grid-template-columns:1fr 1fr!important}}

/* === RESPONSIVE — Patient Steps Widget === */
@media(max-width:680px){
  section[style*="repeat(3,1fr)"].ps-3col{grid-template-columns:1fr!important}
}

/* === RESPONSIVE — City page hero image === */
@media(max-width:600px){
  .city-hero-img{height:160px!important}
}

/* === Strain cards — real image overlay === */
.scard-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

@media(max-width:360px){.similar-grid{grid-template-columns:1fr}}
@media(max-width:420px){.rv-grid{grid-template-columns:1fr}}
@media(max-width:768px){.home-3col{grid-template-columns:repeat(2,1fr)!important}}
@media(min-width:481px) and (max-width:767px){.strain-stats-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:768px){.strain-stats-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:768px){.filters-bar{top:60px}}
.cat-tabs{scrollbar-width:none}.cat-tabs::-webkit-scrollbar{display:none}
@media(max-width:960px) and (min-width:601px){.home-5col{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:600px){.home-5col{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:900px) and (min-width:601px){.home-drops-grid{grid-template-columns:repeat(2,1fr)}}.old-price{text-decoration:line-through}

.filter-select:focus-visible{outline:3px solid var(--green);outline-offset:2px}
#review-form textarea:focus{outline:3px solid var(--green);outline-offset:2px}
.nl-form input[type=email]:focus{outline:3px solid var(--green);outline-offset:2px}
@media(max-width:480px){.home-3col{grid-template-columns:1fr!important}}
@media(max-width:400px){.home-5col{grid-template-columns:1fr!important}}
.share-btn{background:#fff!important;color:var(--text,#111)!important;border:1.5px solid var(--border,#e5e7eb)!important;transition:border-color .15s,background .15s!important;}
.share-btn:hover{background:var(--bg-soft,#f9fafb)!important;border-color:var(--green,#2a7a4b)!important;color:var(--green,#2a7a4b)!important;}
.rv-title{font-size:1rem;font-weight:700;margin-bottom:14px;color:var(--text);letter-spacing:-.02em}
.rv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.rv-card{background:#fff;border:1.5px solid var(--border);border-radius:12px;overflow:hidden;text-decoration:none;color:var(--text);transition:border-color .15s,box-shadow .15s;display:flex;flex-direction:column}
.rv-card:hover{border-color:var(--green);box-shadow:0 4px 16px rgba(42,122,75,.1)}
.rv-card-img{height:80px;background:linear-gradient(135deg,#1a4a35 0%,#2d7a55 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}
.rv-card-img img{width:100%;height:100%;object-fit:cover}
.rv-card-label{padding:10px 10px 12px;font-size:.78rem;font-weight:600;color:var(--text);line-height:1.3}
@media(max-width:640px){.rv-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:380px){.rv-grid{grid-template-columns:1fr}}

a.step-card{display:block!important}
.step-card img{transition:transform .3s}
.step-card:hover img{transform:scale(1.04)}

/* ═══════════════════════════════════════════════════════════
   LEAFME DESIGN SYSTEM — Global Components
   One source of truth. Use these classes everywhere.
   ═══════════════════════════════════════════════════════════ */

/* ── TOKENS ─────────────────────────────────────────────── */
:root {
  --green:        #2d6a4f;
  --green-dark:   #1a4a35;
  --green-light:  #f0fdf4;
  --text:         #111827;
  --text-2:       #374151;
  --text-3:       #6b7280;
  --muted:        #9ca3af;
  --border:       #e5e7eb;
  --border-lt:    #f3f4f6;
  --bg:           #ffffff;
  --bg-soft:      #f9fafb;
  --radius:       10px;
  --radius-lg:    14px;
  --shadow:       0 1px 4px rgba(0,0,0,.06);
  --shadow-md:    0 4px 20px rgba(0,0,0,.08);
  --t:            all .15s ease;
}

/* ── CARDS ───────────────────────────────────────────────── */
.lf-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.lf-card-hover {
  transition: var(--t);
  text-decoration: none;
  color: inherit;
  display: block;
}
.lf-card-hover:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  border-color: #d1d5db;
}
.lf-card-body { padding: 16px 18px; }
.lf-card-body-lg { padding: 22px 24px; }

/* ── BADGES / CHIPS ──────────────────────────────────────── */
.lf-badge {
  display: inline-block;
  font-size: .68rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .05em;
  white-space: nowrap;
}
.lf-badge-outline {
  background: #fff;
  border: 1.5px solid var(--border);
  color: var(--text-2);
}
.lf-badge-soft {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  color: var(--text-3);
}
.lf-badge-primary {
  background: var(--green);
  color: #fff;
}
.lf-pill {
  display: inline-block;
  font-size: .75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--text-2);
  white-space: nowrap;
}

/* ── SECTIONS ────────────────────────────────────────────── */
.lf-section { padding: 52px 0; }
.lf-section-sm { padding: 36px 0; }
.lf-section-alt { background: var(--bg-soft); }
.lf-section-dark { background: var(--green-dark); color: #fff; }

.lf-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.lf-section-title {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--text);
  letter-spacing: -.03em;
  margin: 0 0 4px;
  line-height: 1.2;
}
.lf-section-sub {
  font-size: .9rem;
  color: var(--text-3);
  margin: 0;
}
.lf-section-link {
  font-size: .84rem;
  font-weight: 700;
  color: var(--green);
  text-decoration: none;
  flex-shrink: 0;
}
.lf-section-link:hover { text-decoration: underline; }

/* ── GRIDS ───────────────────────────────────────────────── */
.lf-grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.lf-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.lf-grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.lf-grid-5 { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
@media(max-width:900px) { .lf-grid-5 { grid-template-columns: repeat(3,1fr); } }
@media(max-width:640px) { .lf-grid-5,.lf-grid-4,.lf-grid-3 { grid-template-columns: repeat(2,1fr); } }
@media(max-width:400px) { .lf-grid-5,.lf-grid-4,.lf-grid-3,.lf-grid-2 { grid-template-columns: 1fr; } }
@media(max-width:768px) { .lf-grid-2 { grid-template-columns: 1fr; } }

/* ── CONTENT CARDS (guide / news / related) ──────────────── */
.lf-content-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: var(--t);
}
.lf-content-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.lf-content-card-img {
  height: 160px;
  overflow: hidden;
  flex-shrink: 0;
}
.lf-content-card-img img { width:100%; height:100%; object-fit:cover; }
.lf-content-card-body { padding: 14px 16px 16px; flex: 1; display:flex; flex-direction:column; }
.lf-content-card-label {
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--green);
  margin-bottom: 6px;
}
.lf-content-card-title {
  font-size: .9rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.4;
  margin: 0 0 6px;
}
.lf-content-card-meta {
  font-size: .74rem;
  color: var(--muted);
  margin-top: auto;
}

/* ── STAT ITEMS ──────────────────────────────────────────── */
.lf-stat { text-align: center; padding: 8px 0; }
.lf-stat-num {
  font-size: 2rem;
  font-weight: 900;
  color: var(--green);
  line-height: 1;
  letter-spacing: -.04em;
}
.lf-stat-label {
  font-size: .75rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-top: 4px;
}
.lf-stat-divider { border-left: 1px solid var(--border); }

/* ── TESTIMONIALS ────────────────────────────────────────── */
.lf-testimonial {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px 20px 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lf-testimonial-verified {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: .65rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  background: #fff;
  border: 1.5px solid var(--border);
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.lf-testimonial-stars { color: #d1d5db; font-size: .95rem; letter-spacing: 2px; }
.lf-testimonial-condition {
  font-size: .72rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--text-3);
}
.lf-testimonial-text {
  font-size: .88rem;
  color: var(--text-2);
  line-height: 1.65;
  font-style: italic;
  margin: 0;
  flex: 1;
}
.lf-testimonial-author { display: flex; align-items: center; gap: 10px; }
.lf-testimonial-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-soft);
  border: 1.5px solid var(--border);
  color: var(--text-2);
  font-weight: 700;
  font-size: .82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lf-testimonial-name { font-weight: 700; font-size: .85rem; color: var(--text); }
.lf-testimonial-loc { font-size: .76rem; color: var(--muted); }

/* ── STEP CARDS ──────────────────────────────────────────── */
.lf-step-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: var(--t);
}
.lf-step-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.lf-step-img { height: 160px; border-radius: 10px; overflow: hidden; margin-bottom: 4px; }
.lf-step-img img { width:100%; height:100%; object-fit:cover; transition: transform .3s; }
.lf-step-card:hover .lf-step-img img { transform: scale(1.04); }
.lf-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  margin: 0 auto;
  flex-shrink: 0;
}
.lf-step-title { font-size: 1rem; font-weight: 800; color: var(--text); margin: 0; }
.lf-step-text { font-size: .84rem; color: var(--text-3); line-height: 1.65; margin: 0; }

/* ── BRAND / MANUFACTURER CARDS ──────────────────────────── */
.lf-brand-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  border: 1.5px solid var(--border);
  transition: var(--t);
  box-shadow: var(--shadow);
}
.lf-brand-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.lf-brand-card-header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.lf-brand-card-initial {
  font-size: 2rem;
  font-weight: 900;
  color: rgba(255,255,255,.2);
  user-select: none;
}
.lf-brand-card-tag {
  position: absolute;
  bottom: 6px;
  right: 8px;
  font-size: .58rem;
  font-weight: 700;
  color: rgba(255,255,255,.45);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.lf-brand-card-body { background: #fff; padding: 10px 12px 12px; flex: 1; }
.lf-brand-card-name { font-size: .8rem; font-weight: 800; color: var(--text); line-height: 1.3; margin-bottom: 3px; }
.lf-brand-card-meta { font-size: .7rem; color: var(--muted); }

/* ── CONDITION CARDS ─────────────────────────────────────── */
.lf-condition-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: var(--t);
}
.lf-condition-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.lf-condition-img { height: 100px; overflow: hidden; }
.lf-condition-img img { width:100%; height:100%; object-fit:cover; }
.lf-condition-body { padding: 12px 14px 14px; }
.lf-condition-title { font-size: .88rem; font-weight: 700; color: var(--text); margin: 0 0 4px; }
.lf-condition-desc { font-size: .76rem; color: var(--muted); margin: 0; line-height: 1.5; }

/* ── CTA BANNER ──────────────────────────────────────────── */
.lf-cta-banner {
  background: linear-gradient(135deg, var(--green-dark) 0%, #236244 100%);
  padding: 52px 0;
  text-align: center;
}
.lf-cta-banner h2 { color: #fff; font-size: clamp(1.4rem,4vw,2rem); font-weight: 900; margin: 0 0 12px; }
.lf-cta-banner p { color: rgba(255,255,255,.7); font-size: .92rem; max-width: 520px; margin: 0 auto 24px; line-height: 1.7; }

/* ── PRICE DISPLAY ───────────────────────────────────────── */
.lf-price { font-size: 1.3rem; font-weight: 900; color: var(--green); letter-spacing: -.03em; }
.lf-price-sm { font-size: 1rem; font-weight: 800; color: var(--green); }
.lf-price-unit { font-size: .78rem; font-weight: 500; color: var(--muted); }
.lf-price-from { font-size: .75rem; color: var(--muted); }

/* ── DIVIDERS ────────────────────────────────────────────── */
.lf-divider { height: 1px; background: var(--border); margin: 0; border: none; }


/* ── BACKWARDS COMPAT — map old classes to new ─────────────── */
.section-title { font-size: 1.3rem; font-weight: 900; color: var(--text); letter-spacing: -.03em; margin: 0 0 4px; }
.section-subtitle { font-size: .9rem; color: var(--text-3); margin: 0; }
.section-header { display:flex; align-items:baseline; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-bottom:24px; }
.section-link { font-size:.84rem; font-weight:700; color:var(--green); text-decoration:none; flex-shrink:0; }
.guide-card { background:#fff; border:1.5px solid var(--border); border-radius:var(--radius-lg); text-decoration:none; color:inherit; overflow:hidden; display:flex; flex-direction:column; transition:var(--t); }
.guide-card:hover { box-shadow:var(--shadow-md); transform:translateY(-2px); }
.guide-image { height:160px; overflow:hidden; background:var(--bg-soft); flex-shrink:0; }
.guide-image img { width:100%; height:100%; object-fit:cover; }
.guide-content { padding:14px 16px 16px; flex:1; display:flex; flex-direction:column; }
.guide-category { font-size:.68rem; font-weight:700; text-transform:uppercase; letter-spacing:.06em; color:var(--green); margin-bottom:6px; display:block; }

.lf-condition-pill{display:inline-block;background:rgba(255,255,255,.12);color:#fff;font-size:.78rem;font-weight:600;padding:5px 14px;border-radius:20px;text-decoration:none;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(4px);transition:background .15s}
.lf-condition-pill:hover{background:rgba(255,255,255,.22)}