/*
Theme Name: SilverGrove
Theme URI: https://example.com
Author: SilverGrove Design
Author URI: https://example.com
Description: A custom-built WordPress theme.
Version: 1.0.0
License: GNU General Public License v2 or later
Requires at least: 5.6
Tested up to: 6.4
Requires PHP: 7.4
Text Domain: silvergrove
*/

/* ── CSS Custom Properties ── */
:root {
    --accent: #f43f5e;
    --accent-hover: #e11d48;
    --accent-light: #fda4af;
    --heading: #1a1a2e;
    --bg: #fff1f2;
    --dark-bg: #1a0a0f;
    --footer-bg: #4c0519;
    --footer-text: #fecdd3;
    --footer-heading: #ffe4e6;
    --footer-border: rgba(254,205,211,0.15);
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Open Sans', sans-serif;
}

/* ── Reset ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:var(--font-body);color:#374151;background:var(--bg);line-height:1.7;font-size:16px}
a{color:var(--accent);text-decoration:none;transition:color .2s}
a:hover{color:var(--accent-hover)}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4,h5{font-family:var(--font-heading);color:var(--heading);line-height:1.3}
.container{max-width:1200px;margin:0 auto;padding:0 24px}

/* ── Header ── */
.hdr-logo{font-family:var(--font-heading);font-weight:700;color:var(--heading)}
.hdr-nav{display:flex;gap:24px;list-style:none}
.hdr-nav a{font-size:14px;font-weight:500}
.hdr-topbar{background:var(--accent);height:5px}
.hdr-wrap{background:#fff;border-bottom:1px solid #e5e7eb}
.hdr{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}
.hdr-logo{font-size:22px}
.hdr-nav a{color:#6b7280}
.hdr-nav a:hover{color:var(--accent)}

/* ── Sections ── */
/* Ticker */
    .sec-ticker{background:var(--heading);padding:10px 0;overflow:hidden}
        .ticker-inner{display:flex;align-items:center;gap:16px;animation:ticker 60s linear infinite;white-space:nowrap}
    .ticker-badge{background:var(--accent);color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:4px;text-transform:uppercase;flex-shrink:0;z-index:10;position:relative}
    .ticker-item{color:rgba(255,255,255,.85);font-size:13px;padding-right:32px;border-right:1px solid rgba(255,255,255,.15)}
@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* Slider */
    .slider-wrap{display:grid;grid-template-columns:1.6fr 1fr;gap:2px;min-height:420px}
    .slider-main{position:relative;background-size:cover;background-position:center}
    .slider-overlay{position:absolute;inset:0;background:linear-gradient(transparent 40%,rgba(0,0,0,.85));display:flex;flex-direction:column;justify-content:flex-end;padding:32px}
    .slider-cat{font-size:11px;font-weight:700;color:var(--accent-light);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}
    .slider-title{font-family:var(--font-heading);font-weight:700;color:#fff;line-height:1.3;margin-bottom:8px}
    .slider-main .slider-title{font-size:28px}
    .slider-meta{font-size:12px;color:rgba(255,255,255,.6)}
    .slider-sides{display:flex;flex-direction:column;gap:2px}
    .slider-side{flex:1;position:relative;background-size:cover;background-position:center}
    .slider-side .slider-overlay{padding:16px}
    .slider-side .slider-title{font-size:15px}

/* Featured Grid */
    .sec-featured{padding:24px 0}
    .fg-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:20px}
.fg-img{border-radius:10px;background-size:cover;background-position:center;overflow:hidden}
    .fg-img img{width:100%;height:100%;object-fit:cover}
    .fg-large .fg-img{height:340px;margin-bottom:14px}
    .fg-large .fg-title{font-size:24px;font-weight:700;margin-bottom:8px;line-height:1.3}
    .fg-large .fg-excerpt{font-size:14px;color:#6b7280;margin-bottom:8px}
    .fg-small-stack{display:flex;flex-direction:column;gap:16px}
    .fg-small{display:flex;gap:14px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}
    .fg-small:last-child{border-bottom:none}
    .fg-small .fg-img{width:120px;height:90px;flex-shrink:0}
    .fg-small .fg-title{font-size:15px;font-weight:600;line-height:1.35;margin-bottom:4px}
    .fg-cat{font-size:10px;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}
    .fg-meta{font-size:12px;color:#9ca3af}

/* Category Block */
    .sec-category{padding:28px 0;border-top:3px solid var(--accent)}
    .cat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
    .cat-title{font-size:20px;font-weight:700}
    .cat-more{font-size:13px;font-weight:600;color:var(--accent)}
    .cat-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}
    .cat-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}
    .cat-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:transform .2s}
    .cat-card:hover{transform:translateY(-3px)}
    .cat-card-img{height:160px;overflow:hidden}
    .cat-card-img img{width:100%;height:100%;object-fit:cover}
    .cat-card-body{padding:14px}
    .cat-card-cat{font-size:10px;font-weight:700;color:var(--accent);text-transform:uppercase;margin-bottom:6px}
    .cat-card-title{font-family:var(--font-heading);font-size:16px;font-weight:700;color:var(--heading);line-height:1.35;margin-bottom:6px}
    .cat-card-title a{color:var(--heading)}
    .cat-card-title a:hover{color:var(--accent)}
    .cat-card-excerpt{font-size:13px;color:#6b7280;line-height:1.5;margin-bottom:8px}
    .cat-card-meta{font-size:11px;color:#9ca3af}

    .cat-list .cat-card{display:flex;gap:16px;border-radius:0;box-shadow:none;padding:16px 0;border-bottom:1px solid #f3f4f6}
    .cat-list .cat-card:hover{transform:none}
    .cat-list .cat-card-img{width:200px;height:140px;border-radius:8px;flex-shrink:0}
    .cat-list .cat-card-title{font-size:18px}

    .cat-mixed{display:grid;grid-template-columns:1.4fr 1fr;gap:20px}
    .cat-mixed-main .cat-card-img{height:260px}
    .cat-mixed-main .cat-card-title{font-size:20px}
    .cat-mixed-side{display:flex;flex-direction:column;gap:12px}
    .cat-mixed-side .cat-card{display:flex;gap:12px;box-shadow:none;padding-bottom:12px;border-bottom:1px solid #f3f4f6}
    .cat-mixed-side .cat-card:hover{transform:none}
    .cat-mixed-side .cat-card-img{width:100px;height:80px;border-radius:6px;flex-shrink:0}
    .cat-mixed-side .cat-card-title{font-size:14px}
    .cat-mixed-side .cat-card-excerpt{display:none}

/* Ad */
    .sec-ad{padding:16px 0;text-align:center}
    .ad-zone{background:#f1f5f9;border:2px dashed #cbd5e1;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:13px;margin:0 auto}
    .ad-728{width:728px;max-width:100%;height:90px}
    .ad-300{width:300px;height:250px}
    .ad-970{width:970px;max-width:100%;height:90px}

/* Newsletter */
    .sec-newsletter{padding:32px 0}
    .nl-simple{text-align:center;padding:32px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
    .nl-gradient{text-align:center;padding:40px;border-radius:12px;background:linear-gradient(135deg,var(--accent),var(--accent-light));color:#fff}
    .nl-card{text-align:center;padding:32px;border-radius:12px;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.08)}
    .nl-title{font-family:var(--font-heading);font-size:24px;font-weight:700;margin-bottom:8px}
    .nl-gradient .nl-title{color:#fff}
    .nl-sub{font-size:15px;margin-bottom:20px;opacity:.8}
    .nl-form{display:inline-flex;max-width:420px;width:100%;gap:0}
    .nl-form input{flex:1;padding:12px 16px;border:2px solid #e5e7eb;border-right:none;border-radius:8px 0 0 8px;font-size:14px;outline:none}
    .nl-gradient .nl-form input{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.15);color:#fff}
    .nl-form button{padding:12px 24px;background:var(--accent);color:#fff;border:none;border-radius:0 8px 8px 0;font-weight:600;font-size:14px;cursor:pointer}

/* Trending */
    .sec-trending{padding:28px 0}
    .trend-tabs{display:flex;gap:0;border-bottom:2px solid #e5e7eb;margin-bottom:20px}
    .trend-tab{padding:10px 20px;font-size:13px;font-weight:600;color:#9ca3af;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px}
    .trend-tab.active{color:var(--accent);border-color:var(--accent)}
    .trend-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:16px}
    .trend-img{height:120px;border-radius:8px;overflow:hidden;margin-bottom:8px}
    .trend-img img{width:100%;height:100%;object-fit:cover}
    .trend-cat{font-size:10px;font-weight:700;color:var(--accent);text-transform:uppercase;margin-bottom:4px}
    .trend-title{font-family:var(--font-heading);font-size:14px;font-weight:600;color:var(--heading);line-height:1.35}

/* Author */
    .sec-author{padding:28px 0}
    .author-card{display:flex;gap:24px;padding:28px;background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06)}
    .author-avatar{width:100px;height:100px;border-radius:50%;overflow:hidden;flex-shrink:0}
    .author-avatar img{width:100%;height:100%;object-fit:cover}
    .author-label{font-size:11px;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}
    .author-name{font-family:var(--font-heading);font-size:20px;font-weight:700;color:var(--heading);margin-bottom:8px}
    .author-bio{font-size:14px;color:#6b7280;line-height:1.7}

/* Full Feature */
    .sec-full-feature{position:relative;min-height:400px;background-size:cover;background-position:center}
    .ff-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.75),rgba(0,0,0,.45));display:flex;align-items:center}
    .ff-content{max-width:600px;padding:0 48px}
    .ff-cat{font-size:11px;font-weight:700;color:var(--accent-light);text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px}
    .ff-title{font-family:var(--font-heading);font-size:36px;font-weight:700;color:#fff;line-height:1.25;margin-bottom:12px}
    .ff-excerpt{font-size:16px;color:rgba(255,255,255,.8);margin-bottom:20px;line-height:1.6}
    .ff-btn{display:inline-block;padding:10px 24px;background:var(--accent);color:#fff;border-radius:8px;font-weight:600;font-size:14px}

/* Two Column */
    .sec-two-col{padding:28px 0}
    .twocol-wrap{display:grid;grid-template-columns:1.5fr 1fr;gap:28px}

/* Gallery */
    .sec-gallery{padding:28px 0}
    .gallery-title{font-size:20px;font-weight:700;margin-bottom:16px;text-align:center}
    .gallery-grid{display:grid;gap:6px}
    .gallery-3{grid-template-columns:1fr 1fr 1fr}
    .gallery-4{grid-template-columns:1fr 1fr 1fr 1fr}
    .gallery-5{grid-template-columns:1fr 1fr 1fr 1fr 1fr}
    .gallery-img{height:160px;border-radius:8px;overflow:hidden;transition:transform .3s}
    .gallery-img:hover{transform:scale(1.03)}
    .gallery-img img{width:100%;height:100%;object-fit:cover}

/* Divider */
    .sec-divider{padding:20px 0}
    .div-line{height:1px;background:#e5e7eb}
    .div-dots{text-align:center;font-size:20px;color:#d1d5db;letter-spacing:12px}
    .div-space{height:32px}


/* ── Single Post ── */
.single-wrap{max-width:1200px;margin:0 auto;padding:40px 24px;display:flex;gap:32px}
.single-main{flex:1;min-width:0}
.single-full{max-width:800px;margin:0 auto}
.single-hero-img{width:100%;height:380px;object-fit:cover;border-radius:12px;margin-bottom:28px}
.single-cat{font-size:12px;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}
.entry-title{font-size:34px;font-weight:700;margin-bottom:14px;line-height:1.25}
.single-meta{font-size:14px;color:#9ca3af;margin-bottom:28px}
.entry-content p{margin-bottom:18px;line-height:1.8;color:#4b5563}
.entry-content h2{font-size:22px;margin:28px 0 14px}
.entry-content h3{font-size:18px;margin:24px 0 12px}
.entry-content blockquote{border-left:4px solid var(--accent);padding:14px 20px;margin:20px 0;background:rgba(0,0,0,.02);border-radius:0 8px 8px 0;font-style:italic;color:#6b7280}
.entry-content ul,.entry-content ol{margin:0 0 18px 24px;color:#4b5563}
.entry-content li{margin-bottom:6px}
.entry-content img{border-radius:8px;margin:20px 0}

/* ── Sidebar ── */
.single-sidebar{width:280px;flex-shrink:0}
.widget{background:#fff;border-radius:10px;padding:16px;margin-bottom:16px;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.widget-title{font-family:var(--font-heading);font-size:15px;font-weight:700;color:var(--heading);margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid var(--accent)}
.widget ul{list-style:none}
.widget li{padding:8px 0;border-bottom:1px solid #f3f4f6;font-size:13px}
.widget li:last-child{border-bottom:none}
.widget a{color:#4b5563}
.widget a:hover{color:var(--accent)}

/* ── Archive ── */
.archive-header{padding:36px 24px;text-align:center;border-bottom:1px solid #e5e7eb;margin-bottom:28px}
.archive-label{font-size:13px;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}
.archive-name{font-size:30px;font-weight:700}
.pagination{display:flex;gap:6px;justify-content:center;margin:32px 0}
.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:6px;font-size:13px;font-weight:500;color:#6b7280;background:#fff;border:1px solid #e5e7eb}
.pagination .current,.pagination a:hover{background:var(--accent);color:#fff;border-color:var(--accent)}

/* ── Footer ── */
.ftr{background:var(--footer-bg);color:var(--footer-text);padding:40px 24px 20px;text-align:center}
.ftr-logo{font-family:var(--font-heading);font-size:20px;font-weight:700;color:var(--footer-heading);margin-bottom:14px}
.ftr-nav{display:flex;gap:20px;justify-content:center;margin-bottom:16px;list-style:none}
.ftr-nav a{color:var(--footer-text);font-size:13px;opacity:.7}
.ftr-bottom{font-size:12px;opacity:.4}

/* ── Responsive ── */
@media(max-width:768px){
    .cat-grid-3,.cat-grid-2,.fg-grid,.twocol-wrap,.cat-mixed,.trend-grid,.slider-wrap{grid-template-columns:1fr!important}
    .cat-list .cat-card,.fg-small,.cat-mixed-side .cat-card{flex-direction:column}
    .cat-list .cat-card-img,.fg-small .fg-img,.cat-mixed-side .cat-card-img{width:100%!important;height:200px!important}
    .single-wrap{flex-direction:column}.single-sidebar{width:100%}
    .gallery-grid{grid-template-columns:1fr 1fr!important}
    .hdr-nav{display:none}
}

/* ===== Post Layout Styles ===== */

/* ===== Opuvio Post Layouts ===== */
.post-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.post-icon svg{width:20px;height:20px}

/* Meta line */
.op-meta{font-size:13px;color:#888;font-family:sans-serif;display:flex;align-items:center;gap:16px;margin-bottom:32px}
.op-meta .meta-item{display:flex;align-items:center;gap:5px}
.op-meta .meta-item svg{width:14px;height:14px;color:#aaa}

/* === EDITORIAL === */
.op-editorial .drop-cap::first-letter{float:left;font-size:72px;line-height:.8;margin:4px 12px 0 0;font-weight:700;color:var(--op-accent, #2d5016)}
.pull-quote{border-left:4px solid var(--op-accent, #2d5016);margin:36px 0;padding:24px 32px;font-size:22px;font-style:italic;color:var(--op-accent, #2d5016);line-height:1.5;background:var(--op-accent-bg, rgba(45,80,22,.04));display:flex;gap:16px}
.pull-quote svg{width:28px;height:28px;color:var(--op-accent, #2d5016);opacity:.4;flex-shrink:0}
.key-takeaway{background:var(--op-accent-bg, #f0fdf4);border:1px solid var(--op-accent-border, #bbf7d0);border-radius:10px;padding:24px 28px;margin:32px 0}
.key-takeaway .kt-header{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-family:sans-serif;font-weight:700;font-size:14px;color:var(--op-accent, #166534)}
.key-takeaway .kt-header svg{width:18px;height:18px;color:var(--op-accent, #16a34a)}
.key-takeaway ul{list-style:none;padding:0;margin:0}
.key-takeaway li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#333;padding:6px 0;font-family:sans-serif;line-height:1.5}
.key-takeaway li svg{width:16px;height:16px;color:var(--op-accent, #16a34a);flex-shrink:0;margin-top:2px}

/* === MAGAZINE === */
.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin:36px 0}
.stat-card{text-align:center;padding:24px 16px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}
.stat-icon{display:flex;justify-content:center;margin-bottom:8px}
.stat-icon svg{width:22px;height:22px;color:var(--op-accent, #2563eb)}
.stat-num{font-size:36px;font-weight:700;color:var(--op-accent, #2563eb);font-family:sans-serif}
.stat-label{font-size:12px;color:#666;font-family:sans-serif;margin-top:4px}
.callout-box{background:var(--op-accent-bg, #f0f7ff);border-radius:12px;padding:28px 32px;margin:32px 0;border-left:5px solid var(--op-accent, #2563eb)}
.callout-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.callout-header svg{width:20px;height:20px;color:var(--op-accent, #2563eb)}
.callout-header h3{font-size:16px;color:var(--op-accent-dark, #1e3a5f);font-family:sans-serif;margin:0}
.source-tag{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#64748b;font-family:sans-serif;background:#f1f5f9;padding:4px 10px;border-radius:6px;margin-top:8px}
.source-tag svg{width:12px;height:12px}

/* === GUIDE === */
.guide-badge,.comp-badge,.data-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;font-size:11px;font-weight:700;font-family:sans-serif;border-radius:20px;text-transform:uppercase;margin-bottom:16px}
.guide-badge{background:var(--op-accent-bg, #dcfce7);color:var(--op-accent, #166534)}
.guide-badge svg{width:14px;height:14px}
.guide-toc{margin-top:24px;padding:20px 24px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}
.guide-toc .toc-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#334155;font-family:sans-serif;margin-bottom:12px}
.guide-toc .toc-title svg{width:16px;height:16px;color:var(--op-accent, #166534)}
.guide-toc ol{padding-left:20px;margin:0}
.guide-toc li{font-size:13px;color:var(--op-accent, #166534);font-family:sans-serif;padding:3px 0}
.step{display:flex;gap:24px;margin-bottom:36px;padding-bottom:36px;border-bottom:1px solid #f0f0f0}
.step:last-child{border-bottom:none}
.step-num{flex-shrink:0;width:52px;height:52px;border-radius:50%;background:var(--op-accent, #166534);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;font-family:sans-serif}
.step-content h3{font-size:20px;margin-bottom:10px}
.time-est{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#64748b;font-family:sans-serif;background:#f1f5f9;padding:4px 10px;border-radius:6px;margin-bottom:10px}
.time-est svg{width:13px;height:13px}
.tip-box{display:flex;gap:14px;background:#fefce8;padding:18px 22px;border-radius:10px;margin-top:14px;border:1px solid #fef08a}
.tip-box>svg{width:20px;height:20px;color:#a16207;flex-shrink:0;margin-top:1px}
.tip-text{font-size:13px;color:#713f12;line-height:1.6;font-family:sans-serif}
.warning-box{display:flex;gap:14px;background:#fef2f2;padding:18px 22px;border-radius:10px;margin-top:14px;border:1px solid #fecaca}
.warning-box>svg{width:20px;height:20px;color:#dc2626;flex-shrink:0;margin-top:1px}
.warning-text{font-size:13px;color:#991b1b;line-height:1.6;font-family:sans-serif}

/* === COMPARISON === */
.comp-badge{background:var(--op-accent-bg, #ede9fe);color:var(--op-accent, #5b21b6)}
.comp-badge svg{width:14px;height:14px}
.quick-specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin:28px 0}
.spec-card{text-align:center;padding:18px 12px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}
.spec-card svg{width:20px;height:20px;color:#64748b;margin-bottom:6px}
.spec-val{font-size:18px;font-weight:700;color:#1e293b;font-family:sans-serif}
.spec-label{font-size:11px;color:#94a3b8;font-family:sans-serif;margin-top:2px}
.vs-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:28px 0}
.vs-card{border:2px solid #e2e8f0;border-radius:12px;overflow:hidden}
.vs-card-header{padding:18px 22px;font-weight:700;font-size:18px;font-family:sans-serif;display:flex;align-items:center;gap:10px}
.vs-card-header svg{width:20px;height:20px}
.vs-card:first-child .vs-card-header{background:var(--op-accent-bg, #ede9fe);color:var(--op-accent, #5b21b6)}
.vs-card:last-child .vs-card-header{background:#dbeafe;color:#1e40af}
.vs-card-body{padding:20px 22px}
.vs-card-body li{list-style:none;padding:8px 0;border-bottom:1px solid #f0f0f0;font-size:14px;color:#444;font-family:sans-serif;display:flex;align-items:center;gap:8px}
.vs-card-body li:last-child{border-bottom:none}
.vs-card-body li svg{width:15px;height:15px;flex-shrink:0}
.vs-card-body .pro svg{color:#16a34a}
.vs-card-body .con svg{color:#dc2626}
.verdict{background:linear-gradient(135deg,#faf5ff,#eef2ff);border-radius:12px;padding:32px;margin-top:28px;border:1px solid #ddd6fe}
.verdict-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.verdict-header svg{width:24px;height:24px;color:#7c3aed}
.verdict-header h3{font-size:18px;color:#5b21b6;font-family:sans-serif;margin:0}

/* === VISUAL === */
.op-visual{color:#1a1a2e}
.location-tag{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--op-accent, #a855f7);font-family:sans-serif;background:var(--op-accent-bg, rgba(167,139,250,.08));padding:6px 14px;border-radius:20px;border:1px solid rgba(167,139,250,.15);margin-bottom:20px}
.location-tag svg{width:14px;height:14px}
.vis-caption{text-align:center;font-size:12px;color:#666;font-family:sans-serif;display:flex;align-items:center;justify-content:center;gap:6px;margin:8px 0 24px}
.vis-caption svg{width:12px;height:12px}
blockquote .bq-icon{display:flex;justify-content:center;margin-bottom:14px}
blockquote .bq-icon svg{width:32px;height:32px;color:var(--op-accent, rgba(167,139,250,.3))}

/* === DATA === */
.data-badge{background:rgba(59,130,246,.15);border:1px solid rgba(59,130,246,.3);color:#93c5fd}
.data-badge svg{width:14px;height:14px}
.data-highlight{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin:32px 0}
.data-card{padding:28px 24px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc}
.data-card .card-head{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.data-card .card-head svg{width:18px;height:18px;color:#64748b}
.data-card .card-head span{font-size:12px;color:#94a3b8;font-family:sans-serif;text-transform:uppercase;font-weight:600}
.big-num{font-size:42px;font-weight:700;color:#0f172a;line-height:1;font-family:sans-serif}
.big-label{font-size:13px;color:#64748b;margin-top:6px;font-family:sans-serif}
.big-change{font-size:12px;font-family:sans-serif;margin-top:8px;font-weight:600;display:flex;align-items:center;gap:4px}
.big-change svg{width:14px;height:14px}
.big-change.up{color:#16a34a}
.big-change.down{color:#dc2626}
.insight-box{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:22px 26px;margin:28px 0}
.insight-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.insight-header svg{width:20px;height:20px;color:#d97706}
.insight-header h4{font-size:14px;color:#92400e;font-family:sans-serif;margin:0}
.methodology{display:flex;gap:14px;padding:20px 24px;background:#f1f5f9;border-radius:10px;margin:28px 0;border:1px solid #e2e8f0}
.methodology>svg{width:18px;height:18px;color:#475569;flex-shrink:0;margin-top:2px}
.methodology p{font-size:12px;color:#64748b;font-family:sans-serif;line-height:1.6;margin:0}

/* Responsive */
@media(max-width:768px){
    .stat-row,.data-highlight{grid-template-columns:1fr 1fr}
    .vs-grid,.quick-specs{grid-template-columns:1fr}
    .step{flex-direction:column;gap:16px}
    .big-num{font-size:32px}
    .stat-num{font-size:28px}
}
@media(max-width:480px){
    .stat-row,.data-highlight{grid-template-columns:1fr}
}
