/* 77 Quick & Easy Keto-Recipes — brand overrides */
.ve-hero {
    background:
        radial-gradient(ellipse 75% 60% at 90% 10%, rgba(149, 213, 178, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 50% 45% at 5% 95%, rgba(255, 214, 102, 0.2) 0%, transparent 50%),
        linear-gradient(135deg, #1b4332 0%, #2d6a4f 42%, #40916c 100%);
}
.ve-hero-content h1 .accent { color: #ffd166; }
.db-savings-pill, .keto-savings-pill { background: linear-gradient(90deg, #f77f00, #ffd166); color: #1b4332; }
.keto-hero-panel {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 22px;
    padding: 22px;
    backdrop-filter: blur(10px);
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}
.keto-hero-panel img.keto-cover {
    max-width: 280px;
    margin: 0 auto 14px;
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.35));
    border-radius: 8px;
}
.keto-text-logo-top { display: block; font-size: 14px; font-weight: 700; color: #d8f3dc; letter-spacing: 0.06em; text-transform: uppercase; }
.keto-text-logo-num { display: block; font-size: 2.5rem; font-weight: 800; color: #fff; line-height: 1; }
.keto-text-logo-accent { display: block; font-size: 1.35rem; font-weight: 800; color: #ffd166; }
.keto-benefits-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 22px 0 28px;
}
.keto-benefit-card {
    background: linear-gradient(165deg, #fff 0%, #f1faee 100%);
    border: 1px solid #b7e4c7;
    border-radius: 14px;
    padding: 18px 12px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(45, 106, 79, 0.08);
    transition: transform 0.2s ease;
}
[data-theme="dark"] .keto-benefit-card { background: linear-gradient(165deg, var(--bg-elev) 0%, #1a2e1f 100%); border-color: #2d6a4f; }
.keto-benefit-card:hover { transform: translateY(-3px); }
.keto-benefit-card img { width: 64px; height: 64px; object-fit: contain; margin: 0 auto 10px; }
.keto-benefit-title { font-size: 13px; font-weight: 800; color: #1b4332; margin: 0 0 6px; }
[data-theme="dark"] .keto-benefit-title { color: #95d5b2; }
.keto-benefit-card p { font-size: 12px; color: var(--text-muted); margin: 0; line-height: 1.5; }
.keto-recipe-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 20px 0;
}
.keto-recipe-thumb {
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #b7e4c7;
    box-shadow: 0 4px 14px rgba(45, 106, 79, 0.1);
    transition: transform 0.2s;
    aspect-ratio: 4 / 3;
}
.keto-recipe-thumb:hover { transform: scale(1.03); }
.keto-recipe-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.keto-showcase-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin: 22px 0;
}
.keto-showcase-card {
    background: var(--bg-elev);
    border: 2px solid #b7e4c7;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 6px 20px rgba(45, 106, 79, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.keto-showcase-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(45, 106, 79, 0.16);
}
.keto-showcase-visual {
    aspect-ratio: 1;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background: #f1faee;
    overflow: hidden;
}
[data-theme="dark"] .keto-showcase-visual {
    background: #1a2e1f;
}
.keto-showcase-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.keto-showcase-card figcaption {
    font-size: 12px;
    font-weight: 800;
    padding: 10px 8px 12px;
    color: #1b4332;
    letter-spacing: 0.02em;
}
[data-theme="dark"] .keto-showcase-card figcaption { color: #95d5b2; }
@media (max-width: 960px) {
    .keto-showcase-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
    .keto-showcase-grid { grid-template-columns: repeat(2, 1fr); }
}
.keto-lottie-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin: 22px 0;
}
.keto-lottie-card {
    background: var(--bg-elev);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    box-shadow: var(--shadow-card);
}
.keto-lottie-wrap {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f1faee 0%, #fff 100%);
}
[data-theme="dark"] .keto-lottie-wrap { background: linear-gradient(180deg, #1a2e1f 0%, var(--bg-elev) 100%); }
.keto-lottie-wrap lottie-player { width: 100% !important; height: 100% !important; }
.keto-lottie-card figcaption { font-size: 11px; font-weight: 700; padding: 8px 6px; color: #2d6a4f; }
.keto-price-hero {
    max-width: 420px;
    margin: 28px auto;
    padding: 28px 24px;
    text-align: center;
    background: linear-gradient(165deg, #fff 0%, #f1faee 100%);
    border: 3px solid #40916c;
    border-radius: 20px;
    box-shadow: 0 16px 48px rgba(45, 106, 79, 0.18);
    position: relative;
}
[data-theme="dark"] .keto-price-hero { background: linear-gradient(165deg, var(--bg-elev) 0%, #1a2e1f 100%); }
.keto-price-ribbon {
    position: absolute;
    top: -1px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(90deg, #f77f00, #ffd166);
    color: #1b4332;
    font-size: 11px; font-weight: 800;
    padding: 6px 18px;
    border-radius: 0 0 10px 10px;
    text-transform: uppercase;
}
.keto-price-was { font-size: 1.1rem; color: var(--text-muted); margin: 16px 0 4px; }
.keto-price-was s { opacity: 0.7; }
.keto-price-now { font-size: 3.5rem; font-weight: 800; color: #2d6a4f; line-height: 1; margin: 0; }
.keto-price-now small { font-size: 0.35em; font-weight: 600; }
.keto-price-note { font-size: 13px; color: var(--text-muted); margin: 12px 0 18px; }
.keto-price-features { list-style: none; padding: 0; margin: 0 0 20px; text-align: left; }
.keto-price-features li {
    font-size: 13px; padding: 8px 0 8px 24px; position: relative;
    border-bottom: 1px dashed var(--border); color: var(--text-muted);
}
.keto-price-features li::before { content: "✓"; position: absolute; left: 0; color: #40916c; font-weight: 800; }
.keto-price-btn {
    display: inline-block; width: 100%; max-width: 320px;
    padding: 14px 24px; border-radius: 12px;
    font-size: 16px; font-weight: 800;
    background: linear-gradient(135deg, #2d6a4f, #40916c);
    color: #fff; box-shadow: 0 8px 24px rgba(45, 106, 79, 0.35);
    transition: transform 0.15s;
}
.keto-price-btn:hover { transform: scale(1.02); color: #fff; }
.keto-review-card {
    background: var(--bg-elev);
    border-left: 4px solid #40916c;
    border-radius: 0 12px 12px 0;
    padding: 16px 18px;
    margin-bottom: 14px;
}
.keto-sticky-offer { background: linear-gradient(90deg, #1b4332, #40916c); }
.keto-kw-seo { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--border); }
.keto-kw-seo-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-soft); text-align: center; margin: 0 0 10px; opacity: 0.75; }
.keto-kw-seo .kw-cloud { justify-content: center; gap: 5px; }
.keto-kw-seo .kw { font-size: 10px; padding: 2px 8px; }
.keto-kw-seo .kw.brand { background: rgba(45, 106, 79, 0.08); color: #2d6a4f; border-color: rgba(45, 106, 79, 0.2); }
.keto-kw-seo .kw.buy { background: rgba(255, 209, 102, 0.15); color: #8d4e00; border-color: rgba(255, 209, 102, 0.3); }
.logo-square-text span[style*="95d5b2"] { color: #95d5b2 !important; }
@media (max-width: 960px) {
    .keto-benefits-row, .keto-recipe-grid { grid-template-columns: repeat(2, 1fr); }
    .keto-lottie-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 520px) {
    .keto-lottie-grid { grid-template-columns: repeat(2, 1fr); }
    .keto-recipe-grid { grid-template-columns: 1fr 1fr; }
}

/* =========================================================
   VideoExpress AI - Product page
   MaxDigitalHub chrome (header/footer/theme) +
   Author-supplied review styles (eye-catching, conversion-focused).
   ========================================================= */

/* ---------- MaxDigitalHub tokens (header/footer/dark mode) ---------- */
:root {
    --bg: #ffffff;
    --bg-soft: #fafafa;
    --bg-elev: #ffffff;
    --text: #1f1f1f;
    --text-muted: #5a5a5a;
    --text-soft: #8a8a8a;
    --border: #ececec;
    --border-strong: #d8d8d8;
    --hero-bg: #c9bff0;
    --accent-btn: #ece6ff;
    --accent-btn-hover: #dcd2ff;
    --green: #b6f0a0;
    --green-strong: #9be07f;
    --green-soft: #e7fbe0;
    --chip-bg: #f1f1f1;
    --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.04);
    --shadow-search: 0 6px 18px rgba(0, 0, 0, 0.06);
    --icon-fill: #1f1f1f;
    --icon-on-dark: #ffffff;
    --radius: 10px;
    --radius-sm: 6px;
    --container: 1200px;
    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

[data-theme="dark"] {
    --bg: #121214;
    --bg-soft: #1a1a1d;
    --bg-elev: #1f1f24;
    --text: #f4f4f5;
    --text-muted: #b5b5bb;
    --text-soft: #8a8a92;
    --border: #2a2a30;
    --border-strong: #3a3a42;
    --hero-bg: #2a2454;
    --accent-btn: #2d2750;
    --accent-btn-hover: #3a3370;
    --green: #2f7a3f;
    --green-strong: #3aa050;
    --green-soft: #1f3a26;
    --chip-bg: #26262c;
    --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.4);
    --shadow-search: 0 6px 18px rgba(0, 0, 0, 0.5);
    --icon-fill: #f4f4f5;
    --icon-on-dark: #1a1a1d;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
    font-family: var(--font);
    color: var(--text);
    background: var(--bg);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color 0.2s ease, color 0.2s ease;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; padding: 0; margin: 0; }
button { font-family: inherit; cursor: pointer; border: none; background: transparent; color: inherit; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ---------- Header (MaxDigitalHub) ---------- */
.site-header {
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 50;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    gap: 24px;
}
.logo {
    display: inline-flex;
    align-items: center;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: -0.01em;
}
.logo-text {
    color: var(--text);
    white-space: nowrap;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.logo-dot { color: var(--text); }

.primary-nav ul { display: flex; gap: 32px; }
.primary-nav a {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    transition: color 0.15s ease;
    padding: 6px 0;
    position: relative;
}
.primary-nav a:hover,
.primary-nav a.active { color: var(--text); }
.primary-nav a.active::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: -2px;
    height: 2px;
    background: var(--text);
    border-radius: 1px;
}

.header-actions { display: flex; align-items: center; gap: 10px; }

/* Translate — shared styles live in asset/css/style.css */
.translate-box { display: none !important; }
.translate-dropdown::before { display: none !important; }
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
body > .skiptranslate,
body > .goog-te-banner-frame,
iframe.skiptranslate,
iframe.goog-te-banner-frame {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
}
body { top: 0 !important; position: static !important; }
html { margin-top: 0 !important; }

/* Theme toggle */
.theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--chip-bg);
    border: 1px solid var(--border);
    color: var(--text);
    transition: background 0.15s ease, transform 0.1s ease;
}
.theme-toggle:hover { background: var(--border); }
.theme-toggle:active { transform: scale(0.95); }
.theme-toggle .icon-sun { display: none; }
.theme-toggle .icon-moon { display: inline-block; }
[data-theme="dark"] .theme-toggle .icon-sun { display: inline-block; }
[data-theme="dark"] .theme-toggle .icon-moon { display: none; }

.nav-toggle {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--chip-bg);
    border: 1px solid var(--border);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0;
}
.nav-toggle span {
    display: block;
    width: 16px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* =========================================================
   PRODUCT HERO (InVideo)
   Eye-catching, conversion-focused intro using local assets.
   ========================================================= */
.ve-hero {
    position: relative;
    background:
        radial-gradient(1200px 600px at 80% -20%, rgba(37, 96, 170, 0.22), transparent 60%),
        radial-gradient(900px 500px at 0% 100%, rgba(30, 74, 122, 0.24), transparent 60%),
        linear-gradient(135deg, #0c2d4d 0%, #2560aa 45%, #1e4a7a 100%);
    color: #fff;
    overflow: hidden;
    padding: 80px 0 60px;
}

.ve-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    opacity: 0.5;
}

.ve-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    align-items: center;
}

.ve-hero-content .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
    color: #fef3c7;
}

.ve-hero-content .eyebrow .dot {
    width: 6px;
    height: 6px;
    background: #60a5fa;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(96, 165, 250, 0.7);
    animation: ve-pulse 1.8s infinite;
}

@keyframes ve-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(96, 165, 250, 0.6); }
    70%  { box-shadow: 0 0 0 8px rgba(96, 165, 250, 0); }
    100% { box-shadow: 0 0 0 0 rgba(96, 165, 250, 0); }
}

.ve-hero-content h1 {
    font-size: clamp(2rem, 4.2vw, 3rem);
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
}

.ve-hero-content h1 .accent {
    background: linear-gradient(135deg, #93c5fd, #bae6fd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ve-hero-content p.lead {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.78);
    margin: 0 0 24px;
    max-width: 560px;
    line-height: 1.6;
}

.ve-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 24px;
}

.ve-hero-stat {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.92);
    white-space: nowrap;
    flex: 0 0 auto;
}

.ve-hero-stat .ic {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #60a5fa;
    border-radius: 50%;
    color: #0c2d4d;
    font-weight: 800;
    font-size: 11px;
}

.ve-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.btn-ve-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #0c2d4d;
    font-weight: 800;
    font-size: 15px;
    padding: 14px 26px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.18);
    transition: transform 0.15s ease, box-shadow 0.2s ease;
    border: none;
    cursor: pointer;
}

.btn-ve-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(255, 255, 255, 0.28);
}

.btn-ve-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 13px 22px;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.btn-ve-ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.6);
}

.ve-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.ve-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ve-hero-trust span::before {
    content: '✓';
    color: #22c55e;
    font-weight: 800;
}

/* =========================================================
   HERO ART — clean, simple
   White card with the logo, surrounded by a slowly rotating
   dashed circular ring. Nothing else.
   ========================================================= */
.ve-hero-art {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.ve-hero-stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    max-width: 100%;
}

/* Outer dashed ring (slow rotation) */
.ve-hero-ring {
    position: absolute;
    inset: 0;
    border: 2px dashed rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.1),
        0 0 30px rgba(37, 96, 170, 0.45);
    animation: ve-ring-rotate 16s linear infinite;
    pointer-events: none;
}

/* Inner card with logo (DentaBiome blue logo on white) */
.ve-hero-icon {
    position: relative;
    z-index: 1;
    width: 78%;
    aspect-ratio: 4 / 1;
    background: #ffffff;
    border-radius: 14px;
    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.35),
        0 0 0 6px rgba(37, 96, 170, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
}

.ve-hero-icon img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.db-hero-product {
    position: relative;
    z-index: 2;
    margin-top: 16px;
    max-width: 280px;
    filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.25));
}

.db-hero-product img {
    width: 100%;
    height: auto;
}

.db-price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.db-price-card {
    background: var(--bg-elev);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.db-price-card.is-popular {
    border-color: #2560aa;
    box-shadow: 0 0 0 2px rgba(37, 96, 170, 0.15);
}

.db-price-card img {
    max-height: 140px;
    width: auto;
    margin: 0 auto 12px;
}

.db-price-card .price {
    font-size: 2rem;
    font-weight: 800;
    color: #2560aa;
}

.db-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 16px 0;
}

.db-badge {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e8f2fc;
    color: #1e4a7a;
    border: 1px solid #bfdbfe;
}

/* Hero — single clean visual panel (no stacked duplicates) */
.db-hero-art {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
}

.db-hero-panel {
    width: 100%;
    max-width: 420px;
    background: linear-gradient(165deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.06) 100%);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 24px;
    padding: 22px 20px 18px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(8px);
}

.db-hero-panel-logo {
    background: #fff;
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 16px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.db-hero-panel-logo img {
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 0 auto;
}

.db-hero-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    background: #0a1628;
    border: 2px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 14px;
}

.db-hero-media video,
.db-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.db-hero-product-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
}

.db-hero-product-row img {
    max-height: 130px;
    width: auto;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
}

.db-hero-panel-badges {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.db-hero-panel-badges span {
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
}

/* Remove old stacked hero pieces */
.db-hero-art .ve-hero-stage,
.db-hero-art .ve-hero-badge,
.db-hero-art .db-hero-gif {
    display: none;
}

.db-hero-product {
    display: none;
}

/* Product showcase — side by side text + image */
.db-split-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
    margin: 24px 0;
}

.db-split-block img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-radius: 14px;
    box-shadow: var(--shadow-card);
}

@media (max-width: 768px) {
    .db-split-block {
        grid-template-columns: 1fr;
    }
}

/* Demo animations grid */
.db-gif-showcase {
    margin: 28px 0;
}

.db-gif-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.db-gif-card {
    background: var(--bg-elev);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.db-gif-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(37, 96, 170, 0.12);
}

.db-gif-card .db-anim-wrap {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e8f2fc;
}

.db-gif-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.db-gif-card figcaption {
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 600;
    color: var(--ink-muted);
    text-align: center;
}

/* Package preview — pricing section only (no dupes above) */
.db-package-preview {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0 8px;
}

.db-package-preview figure {
    margin: 0;
    text-align: center;
}

.db-package-preview img {
    max-height: 100px;
    width: auto;
    margin: 0 auto;
}

.db-package-preview figcaption {
    font-size: 11px;
    font-weight: 700;
    color: #2560aa;
    margin-top: 6px;
}

.db-ingredient-img {
    max-width: 480px;
    margin: 20px auto;
    border-radius: 14px;
    box-shadow: var(--shadow-card);
    display: block;
}

/* Sticky buy bar */
.db-sticky-offer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background: #0c2d4d;
    border-top: 2px solid #ffba57;
    color: #ffffff;
    padding: 10px 12px;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.35);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.db-sticky-offer.is-visible {
    transform: translateY(0);
}

.db-sticky-offer .db-sticky-msg {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    font-size: clamp(11px, 3.2vw, 14px);
    font-weight: 600;
    line-height: 1.25;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.db-sticky-offer strong {
    color: #ffba57;
    font-weight: 800;
}

.db-sticky-offer--db {
    background: #0f3d2e;
    border-top-color: #34d399;
}

.db-sticky-offer--db strong {
    color: #6ee7b7;
}

.db-sticky-offer .btn-sticky {
    flex: 0 0 auto;
    background: #ffba57;
    color: #0c2d4d;
    font-weight: 800;
    padding: 9px 14px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 13px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.db-sticky-offer--db .btn-sticky {
    background: #34d399;
    color: #0f3d2e;
}

.db-sticky-offer .btn-sticky:hover {
    filter: brightness(1.08);
}

body.ve-review-body .db-sticky-offer .db-sticky-msg {
    margin-bottom: 0;
    color: #ffffff;
}

[data-theme="dark"] .db-sticky-offer .db-sticky-msg {
    color: #ffffff;
}

body.db-has-sticky {
    padding-bottom: max(64px, calc(56px + env(safe-area-inset-bottom)));
}

@media (max-width: 360px) {
    .db-sticky-offer {
        gap: 8px;
        padding: 8px 10px;
        padding-bottom: max(8px, env(safe-area-inset-bottom));
    }

    .db-sticky-offer .btn-sticky {
        padding: 8px 12px;
        font-size: 12px;
    }
}

.btn-accent {
    box-shadow: 0 4px 14px rgba(37, 96, 170, 0.35);
}

.btn-accent:hover {
    box-shadow: 0 6px 20px rgba(37, 96, 170, 0.45);
}

.db-savings-pill {
    display: inline-block;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 12px;
    animation: db-pulse-pill 2s infinite;
}

@keyframes db-pulse-pill {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.04); }
}

@media (max-width: 768px) {
    .ve-hero-inner {
        grid-template-columns: 1fr;
    }
    .db-hero-gif {
        max-width: 100%;
    }
}

/* Slow rotation for the dashed ring */
@keyframes ve-ring-rotate {
    0%   { transform: rotate(0deg);   }
    100% { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .ve-hero-ring { animation: none; }
}

@keyframes ve-float-legacy {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}

.ve-hero-badge {
    position: absolute;
    background: #ffffff;
    color: #1f2937;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.30),
        0 0 0 1px rgba(255, 255, 255, 0.10);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
    white-space: nowrap;
}

.ve-hero-badge.top    { top: 6%;  left: 4%;  }
.ve-hero-badge.bottom { bottom: 6%; right: 4%; }
.ve-hero-badge.left   { top: 50%; left: 0; transform: translateY(-50%); }

.ve-hero-badge .num {
    background: linear-gradient(135deg, #60a5fa, #f0abfc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 16px;
    font-weight: 800;
}

@media (max-width: 1100px) {
    .ve-hero-inner { gap: 32px; }
    .ve-hero-content h1 { font-size: clamp(1.8rem, 3.6vw, 2.4rem); }
    .ve-hero-icon { max-width: 380px; }
}

@media (max-width: 900px) {
    .ve-hero { padding: 56px 0 40px; }
    .ve-hero-inner { grid-template-columns: 1fr; gap: 28px; text-align: center; }
    .ve-hero-content p.lead { margin-left: auto; margin-right: auto; }
    .ve-hero-ctas { justify-content: center; }
    .ve-hero-stats { justify-content: center; }
    .ve-hero-trust { justify-content: center; }
    .ve-hero-art { min-height: auto; order: 2; }
    .ve-hero-icon { max-width: 360px; }
    .ve-hero-badge.top    { top: -6px; left: 0; }
    .ve-hero-badge.bottom { bottom: -6px; right: 0; }
    .ve-hero-badge.left   { display: none; }
}

@media (max-width: 640px) {
    .ve-hero { padding: 40px 0 32px; }
    .ve-hero-content h1 { font-size: 1.6rem; }
    .ve-hero-content p.lead { font-size: 0.95rem; }
    .ve-hero-stats { gap: 6px; }
    .ve-hero-stat { font-size: 11px; padding: 5px 9px; }
    .ve-hero-ctas .btn-ve-primary,
    .ve-hero-ctas .btn-ve-ghost { width: 100%; justify-content: center; }
    .ve-hero-art {
        min-height: 180px;
        padding: 0 8px;
    }
    .ve-hero-stage {
        width: 180px;
        height: 180px;
    }
    .ve-hero-badge {
        font-size: 10px;
        padding: 6px 10px;
        border-radius: 8px;
        gap: 4px;
        white-space: nowrap;
    }
    .ve-hero-badge .num { font-size: 12px; }
    .ve-hero-badge.top    { top: 2px; left: 2px;  }
    .ve-hero-badge.bottom { bottom: 2px; right: 2px; }
    .ve-hero-trust { font-size: 11px; gap: 10px; }
}

@media (max-width: 480px) {
    .ve-hero { padding: 32px 0 24px; }
    .ve-hero-content h1 { font-size: 1.4rem; }
    .ve-hero-stats { gap: 4px; }
    .ve-hero-stat { font-size: 10.5px; padding: 4px 8px; gap: 4px; }
    .ve-hero-stat .ic { width: 16px; height: 16px; font-size: 10px; }
    .ve-hero-icon::after { display: none; }
}

/* =========================================================
   AUTHOR-SUPPLIED REVIEW STYLES
   (kept verbatim + dark-mode overrides added)
   ========================================================= */
:root {
    --blue: #2560aa;
    --blue-dark: #1e4a7a;
    --amber: #60a5fa;
    --green: #16a34a;
    --red: #dc2626;
    --ink: #1f2937;
    --ink-muted: #6b7280;
    --bg: #f8fafc;
    --card: #ffffff;
    --border: #e5e7eb;
    --radius: 10px;
}

[data-theme="dark"] {
    --blue: #60a5fa;
    --blue-dark: #3b82f6;
    --amber: #e9d5ff;
    --green: #22c55e;
    --red: #f87171;
    --ink: #f4f4f5;
    --ink-muted: #b5b5bb;
    --bg: #121214;
    --card: #1f1f24;
    --border: #2a2a30;
}
[data-theme="dark"] .site-header { background: var(--bg); border-color: var(--border); }
[data-theme="dark"] .site-footer { background: var(--bg-soft); border-color: var(--border); }


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body.ve-review-body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

.ve-wrap {
    max-width: 860px;
    margin: 0 auto;
    padding: 20px 18px 60px;
}

.page-intro {
    text-align: center;
    padding: 40px 20px 30px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 30px;
}

.intro-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: var(--blue);
    background: rgba(124, 58, 237, 0.08);
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

[data-theme="dark"] .intro-eyebrow {
    color: var(--blue);
    background: rgba(96, 165, 250, 0.12);
}

.page-intro h1 {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    line-height: 1.25;
    color: var(--ink);
    margin-bottom: 14px;
}

.page-intro h1 span { color: var(--blue); }

.intro-sub {
    font-size: 1.05rem;
    color: var(--ink-muted);
    max-width: 640px;
    margin: 0 auto 16px;
    line-height: 1.6;
}

.intro-stars { font-size: 1.5rem; margin-bottom: 4px; }

.intro-rating {
    font-size: 14px;
    color: var(--ink-muted);
    margin-bottom: 8px;
}

.intro-disclaimer {
    font-size: 13px;
    color: var(--ink-muted);
    margin-top: 10px;
}

.btn-accent {
    display: inline-block;
    background: linear-gradient(135deg, var(--blue), var(--amber));
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(124, 58, 237, 0.35);
}

.btn-accent:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.45);
}

.btn-primary {
    display: inline-block;
    background: var(--card);
    color: var(--blue);
    font-weight: 600;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid var(--blue);
    transition: background 0.2s;
}

.btn-primary:hover { background: rgba(124, 58, 237, 0.08); }

[data-theme="dark"] .btn-primary {
    background: transparent;
    color: var(--blue);
    border-color: var(--blue);
}

.verdict-strip {
    background: linear-gradient(135deg, rgba(26, 86, 219, 0.06), rgba(245, 158, 11, 0.06));
    border-left: 4px solid var(--blue);
    border-radius: var(--radius);
    padding: 18px 22px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--ink);
}

.toc {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 22px 26px;
    margin-bottom: 36px;
}

.toc-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--ink);
}

.toc ol { padding-left: 20px; columns: 2; column-gap: 24px; }

.toc li { margin-bottom: 6px; font-size: 14px; }

.toc a { color: var(--blue); text-decoration: none; }
.toc a:hover { text-decoration: underline; }

section { margin-bottom: 36px; }

.sh2 {
    font-size: clamp(1.25rem, 3vw, 1.6rem);
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--blue);
}

.sh3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ink);
    margin: 20px 0 8px;
}

p { margin-bottom: 14px; font-size: 15px; line-height: 1.75; color: var(--ink); }

.info-box {
    background: rgba(26, 86, 219, 0.04);
    border: 1px solid rgba(26, 86, 219, 0.15);
    border-radius: var(--radius);
    padding: 16px 20px;
    margin: 18px 0;
    color: var(--ink);
}

[data-theme="dark"] .info-box {
    background: rgba(96, 165, 250, 0.06);
    border-color: rgba(96, 165, 250, 0.20);
}

.info-box-title { font-weight: 700; font-size: 15px; margin-bottom: 8px; color: var(--blue); }

.warn-box {
    background: rgba(245, 158, 11, 0.06);
    border: 1px solid rgba(245, 158, 11, 0.20);
    border-radius: var(--radius);
    padding: 16px 20px;
    margin: 18px 0;
    color: var(--ink);
}

.warn-box-title { font-weight: 700; font-size: 15px; margin-bottom: 8px; color: #92400e; }

[data-theme="dark"] .warn-box-title { color: var(--amber); }

.kw-cloud { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0; }

.kw {
    display: inline-block;
    font-size: 11px;
    padding: 3px 9px;
    border-radius: 4px;
    background: #f1f5f9;
    color: var(--ink-muted);
    border: 1px solid var(--border);
}

[data-theme="dark"] .kw {
    background: #26262c;
    color: var(--ink-muted);
    border-color: var(--border);
}

.kw.brand {
    background: rgba(26, 86, 219, 0.08);
    color: var(--blue);
    border-color: rgba(26, 86, 219, 0.2);
    font-weight: 600;
}

[data-theme="dark"] .kw.brand {
    background: rgba(96, 165, 250, 0.12);
    color: var(--blue);
    border-color: rgba(96, 165, 250, 0.30);
}

.kw.buy {
    background: rgba(245, 158, 11, 0.08);
    color: #92400e;
    border-color: rgba(245, 158, 11, 0.2);
    font-weight: 600;
}

[data-theme="dark"] .kw.buy {
    background: rgba(251, 191, 36, 0.12);
    color: var(--amber);
    border-color: rgba(251, 191, 36, 0.30);
}

.feat-list { padding-left: 22px; margin: 10px 0 16px; }

.feat-list li {
    font-size: 14.5px;
    margin-bottom: 8px;
    line-height: 1.6;
    color: var(--ink);
    list-style: disc;
}

.step-list { padding-left: 0; list-style: none; counter-reset: step; margin: 16px 0; }

.step-list li {
    counter-increment: step;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 16px 18px;
    color: var(--ink);
}

.step-list li::before {
    content: counter(step);
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50%;
}

.step-list li div strong { display: block; margin-bottom: 4px; font-size: 15px; }

.step-list li div span { font-size: 14px; color: var(--ink-muted); line-height: 1.6; }

.cta-band {
    background: linear-gradient(135deg, #1e3a8a, var(--blue));
    color: #fff;
    text-align: center;
    padding: 30px 24px;
    border-radius: var(--radius);
    margin: 30px 0;
}

.cta-band h3 { font-size: 1.2rem; margin-bottom: 10px; }

.cta-band p { color: rgba(255, 255, 255, 0.85); font-size: 14px; margin-bottom: 14px; }

.cta-band .btn-accent {
    background: linear-gradient(135deg, var(--amber), #f97316);
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.4);
}

.rating-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px;
    margin: 18px 0;
}

.rating-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 16px;
    text-align: center;
    color: var(--ink);
}

.rc-label { font-weight: 700; font-size: 14px; margin-bottom: 6px; color: var(--ink); }
.rc-stars { font-size: 1.1rem; margin-bottom: 6px; }
.rc-note { font-size: 12.5px; color: var(--ink-muted); line-height: 1.5; }

.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 18px 0; }

.pros-block, .cons-block {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 18px;
    color: var(--ink);
}

.pros-block { border-left: 4px solid var(--green); }
.cons-block { border-left: 4px solid var(--red); }

.pros-block h4, .cons-block h4 { font-size: 15px; margin-bottom: 10px; }

.pros-block ul, .cons-block ul { padding-left: 18px; }

.pros-block li, .cons-block li {
    font-size: 13.5px;
    margin-bottom: 6px;
    line-height: 1.5;
    color: var(--ink);
    list-style: disc;
}

.table-wrap {
    overflow-x: auto;
    margin: 18px 0;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

table { width: 100%; border-collapse: collapse; font-size: 13.5px; }

th {
    background: var(--ink);
    color: #fff;
    padding: 10px 12px;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
}

td { padding: 10px 12px; border-bottom: 1px solid var(--border); color: var(--ink); }

tr:nth-child(even) td { background: #f9fafb; }

[data-theme="dark"] tr:nth-child(even) td { background: #1a1a1d; }

.cy { color: var(--green); font-weight: 600; }
.cn { color: var(--red); }
.cp { color: #d97706; }

[data-theme="dark"] .cp { color: var(--amber); }

.faq-item {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 8px;
    overflow: hidden;
    color: var(--ink);
}

.faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14.5px;
    transition: background 0.2s;
}

.faq-q:hover { background: rgba(26, 86, 219, 0.03); }

.faq-arrow { font-size: 14px; transition: transform 0.3s; color: var(--blue); }

.faq-item.open .faq-arrow { transform: rotate(180deg); }

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 18px;
}

.faq-item.open .faq-a { max-height: 400px; padding: 0 18px 16px; }

.faq-a p { font-size: 14px; color: var(--ink-muted); line-height: 1.7; }

.verdict-card {
    background: linear-gradient(135deg, rgba(26, 86, 219, 0.05), rgba(245, 158, 11, 0.05));
    border: 2px solid var(--blue);
    border-radius: var(--radius);
    padding: 30px 24px;
    text-align: center;
    margin: 30px 0;
    color: var(--ink);
}

.verdict-card h2 { font-size: 1.3rem; margin-bottom: 14px; border: none; padding: 0; }

.verdict-score { font-size: 2.2rem; font-weight: 800; color: var(--blue); margin-bottom: 4px; }

.verdict-score-sub { font-size: 14px; color: var(--ink-muted); margin-bottom: 16px; }

.verdict-card p { max-width: 600px; margin: 0 auto 18px; font-size: 15px; line-height: 1.7; }

.verdict-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

@media (max-width: 900px) {
    .toc ol { columns: 1; }
}

@media (max-width: 768px) {
    .pros-cons { grid-template-columns: 1fr; }
    .rating-grid { grid-template-columns: repeat(2, 1fr); }
    .btn-accent, .btn-primary { display: block; text-align: center; }
    .page-intro h1 { font-size: clamp(1.4rem, 5vw, 1.9rem); }
    .sh2 { font-size: clamp(1.15rem, 4vw, 1.4rem); }
    .step-list li { padding: 14px; gap: 12px; }
    .step-list li::before { width: 28px; height: 28px; font-size: 13px; }
    .info-box, .warn-box { padding: 14px 16px; }
}

@media (max-width: 640px) {
    .pros-cons { grid-template-columns: 1fr; }
    .rating-grid { grid-template-columns: 1fr; }
    .ve-wrap { padding: 12px 12px 40px; }
    .page-intro { padding: 24px 12px 20px; }
    .verdict-card { padding: 22px 16px; }
    .verdict-score { font-size: 1.8rem; }
    .cta-band { padding: 24px 18px; }
    .cta-band h3 { font-size: 1.05rem; }
    .feat-list { padding-left: 18px; }
    .feat-list li { font-size: 14px; }
    p { font-size: 14.5px; }
    .faq-q { font-size: 14px; padding: 12px 14px; }
    .faq-a p { font-size: 13.5px; }
    .kw-cloud { gap: 4px; }
    .kw { font-size: 10.5px; padding: 2px 7px; }
    .verdict-btns .btn-accent,
    .verdict-btns .btn-primary { width: 100%; }
}

@media (max-width: 380px) {
    .ve-hero-content h1 { font-size: 1.25rem; }
    .ve-hero-stats .ve-hero-stat:nth-child(n+3) { font-size: 10px; }
    .container { padding: 0 12px; }
    .page-intro h1 { font-size: 1.3rem; }
}

/* =========================================================
   AdSense ad slots
   ========================================================= */
.ad-slot {
    max-width: 860px;
    margin: 28px auto;
    padding: 14px 18px;
    text-align: center;
    background: #ffffff;
    border: 1px dashed #e5e7eb;
    border-radius: var(--radius);
    overflow: hidden;
    min-height: 60px;
}
.ad-slot::before {
    content: 'Advertisement';
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-muted, #6b7280);
    margin-bottom: 10px;
    opacity: 0.6;
}
.ad-slot .adsbygoogle {
    display: block;
    min-height: 90px;
    margin: 0 auto;
}
[data-theme="dark"] .ad-slot {
    background: var(--bg-elev, #1f1f24);
    border-color: var(--border, #2a2a30);
}

/* =========================================================
   FOOTER (MaxDigitalHub)
   ========================================================= */
.site-footer {
    background: var(--bg-soft);
    border-top: 1px solid var(--border);
    padding: 56px 0 24px;
    margin-top: 0;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; margin-bottom: 32px; }
.footer-brand p { font-size: 13px; color: var(--text-muted); margin: 12px 0 0; max-width: 360px; }
.footer-links h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 12px; color: var(--text); }
.footer-links ul { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 13px; color: var(--text-muted); }
.footer-links a:hover { color: var(--text); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 20px; text-align: center; font-size: 12px; color: var(--text-soft); }

@media (max-width: 900px) {
    .nav-toggle { display: inline-flex; }
    .primary-nav {
        position: absolute;
        top: 72px; left: 0; right: 0;
        z-index: 55;
        background: var(--bg-elev);
        border-bottom: 1px solid var(--border);
        max-height: 0; overflow: hidden;
        transition: max-height 0.25s ease;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }
    .primary-nav ul { flex-direction: column; gap: 0; padding: 8px 24px 16px; }
    .primary-nav li { border-bottom: 1px solid var(--border); }
    .primary-nav li:last-child { border-bottom: none; }
    .primary-nav a { display: block; padding: 14px 0; }
    .nav-open .primary-nav { max-height: 500px; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .container { padding: 0 16px; }
    .header-inner { height: 60px; gap: 12px; }
    .header-actions { gap: 6px; }
    .logo { font-size: 16px; }
    .primary-nav { top: 60px; }
    .footer-inner { grid-template-columns: 1fr; }
}
