/* ============================================================
   VideoDo — Theme CSS v1.0.0
   ============================================================ */

/* ─── SAFE LAYOUT FIX v1.0.6: giữ CSS gốc, chỉ thêm biến và container an toàn ─── */
:root {
    --primary: #ff3d16;
    --primary-dark: #d92d0b;
    --primary-2: #ff6a21;
    --primary-soft: #fff0eb;
    --primary-border: rgba(255,61,22,.24);
    --primary-alpha: rgba(255,61,22,.12);
    --primary-rgb: 255,61,22;
    --navy: #071526;
    --navy-2: #1d2a3b;
    --navy-3: #2e3a4a;
    --navy-rgb: 7,21,38;
    --green: #17a55a;
    --blue: #0b63df;
    --yellow: #f7b718;
    --surface: #f7f9fc;
    --card: #ffffff;
    --text: #111827;
    --muted: #667085;
    --line: #e7edf5;
    --shadow: 0 2px 12px rgba(15,23,42,.07);
    --shadow-red: 0 12px 28px rgba(255,61,22,.18);
    --radius: 14px;
}

html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: var(--text, #111827);
    background: var(--surface, #f7f9fc);
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
a  { color: var(--primary); transition: color .2s; }
a:hover { color: var(--primary-dark); }
p  { margin: 0 0 1em; }
h1,h2,h3,h4,h5,h6 { font-weight: 600; line-height: 1.25; color: #0d1b2e; margin: 0 0 .5em; }
ul { margin: 0; padding: 0; list-style: none; }

/* ─── CONTAINER ─────────────────────────────────────────── */
.container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}


/* CRITICAL SHORTCODE / ARCHIVE FIX v1.0.7 */
.vddo-grid{display:grid;gap:20px;width:100%;}
.vddo-grid>*{min-width:0;}
.vddo-cols-1{grid-template-columns:1fr;}
.vddo-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.vddo-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.vddo-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}
.vddo-cols-5{grid-template-columns:repeat(5,minmax(0,1fr));}
.vddo-cols-6{grid-template-columns:repeat(6,minmax(0,1fr));}
.vddo-card{background:var(--card,#fff);border:1px solid var(--line,#e7edf5);border-radius:var(--radius,14px);box-shadow:var(--shadow,0 2px 12px rgba(15,23,42,.07));overflow:hidden;transition:transform .2s,box-shadow .2s;}
.vddo-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(15,23,42,.12);}
.vddo-card-thumb{display:block;color:inherit;text-decoration:none;}
.vddo-card-img{width:100%;height:200px;object-fit:cover;display:block;}
.vddo-card-body{padding:16px;}
.vddo-card-body h3{margin:0 0 8px;font-size:15px;font-weight:600;color:#172033;line-height:1.35;}
.vddo-card-body h3 a{color:inherit;text-decoration:none;}
.vddo-card-body h3 a:hover{color:var(--primary,#ff3d16);}
.vddo-avatar-letter{width:100%;height:200px;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--primary,#ff3d16),var(--primary-2,#ff6a21));letter-spacing:-.02em;}
.vddo-cat{display:inline-block;font-size:10px;font-weight:600;text-transform:uppercase;color:var(--primary,#ff3d16);letter-spacing:.04em;margin-bottom:5px;}
.vddo-tagline{margin:0 0 10px;color:var(--muted,#667085);font-size:13px;line-height:1.5;}
.vddo-meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px;}
.vddo-meta{font-size:12px;color:var(--muted,#667085);display:inline-flex;align-items:center;gap:4px;}
.vddo-price{font-size:13px;font-weight:600;color:var(--primary,#ff3d16);}
.vddo-btn-sm{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--primary,#ff3d16);text-decoration:none;padding:6px 0;border-bottom:1px solid transparent;transition:border-color .2s;}
.vddo-btn-sm:hover{border-color:var(--primary,#ff3d16);}
.nav .vddo-menu,.vddo-menu{list-style:none;margin:0;padding:0;}
.vddo-menu>li>a{display:flex;align-items:center;gap:4px;padding:8px 12px;border-radius:8px;color:#2d3a4f;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .18s,color .18s;white-space:nowrap;}
.vddo-menu>li>a:hover,.vddo-menu>li.current-menu-item>a,.vddo-menu>li.current-menu-parent>a{background:var(--primary-soft,#fff0eb);color:var(--primary,#ff3d16);}
.mobile-menu-list,.mobile-menu-list ul{list-style:none;margin:0;padding:0;}
.vddo-pagination{display:flex;justify-content:center;align-items:center;margin-top:32px;}
.vddo-pagination ul.page-numbers{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;list-style:none;margin:0;padding:0;}
.vddo-pagination ul.page-numbers li{margin:0;padding:0;list-style:none;}
.vddo-pagination .page-numbers:not(ul),.vddo-pagination a,.vddo-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;border-radius:8px;font-size:13px;font-weight:500;text-decoration:none;border:1px solid var(--line,#e7edf5);background:#fff;color:var(--text,#111827);transition:.2s;}
.vddo-pagination a:hover,.vddo-pagination .current{background:var(--primary,#ff3d16);border-color:var(--primary,#ff3d16);color:#fff;}
@media(max-width:1200px){.vddo-cols-5,.vddo-cols-6{grid-template-columns:repeat(4,minmax(0,1fr));}}
@media(max-width:1024px){.vddo-cols-4,.vddo-cols-5,.vddo-cols-6{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:768px){.vddo-cols-3,.vddo-cols-4,.vddo-cols-5,.vddo-cols-6{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:520px){.vddo-grid,.vddo-cols-2,.vddo-cols-3,.vddo-cols-4,.vddo-cols-5,.vddo-cols-6{grid-template-columns:1fr;}.section-head{align-items:flex-start;}}

/* ─── TOPBAR ────────────────────────────────────────────── */
.topbar {
    background: var(--navy);
    color: rgba(255,255,255,.75);
    font-size: 12px;
    padding: 7px 0;
}
.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.top-left, .top-links {
    display: flex;
    align-items: center;
    gap: 16px;
}
.topbar a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color .2s;
}
.topbar a:hover { color: #fff; }

/* ─── HEADER ────────────────────────────────────────────── */
.site-header {
    position: sticky;
    top: 0;
    z-index: 900;
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 2px 12px rgba(15,23,42,.05);
    transition: box-shadow .2s;
}
.header-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 68px;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0;
}
.logo-mark {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    display: block;
    flex-shrink: 0;
    position: relative;
}
.logo-mark::after {
    content: '▶';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-46%,-50%);
    color: #fff;
    font-size: 14px;
}
.logo-text strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #0d1b2e;
    line-height: 1.1;
}
.logo-text strong span { color: var(--primary); }
.logo-text small {
    display: block;
    font-size: 10px;
    color: var(--muted);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .04em;
}

/* Nav */
.nav { flex: 1; }
.vddo-menu {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-end;
}
.vddo-menu > li { position: relative; }
.vddo-menu > li > a.vddo-nav-link {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    border-radius: 8px;
    color: #2d3a4f;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    transition: background .18s, color .18s;
    white-space: nowrap;
}
.vddo-menu > li > a.vddo-nav-link:hover,
.vddo-menu > li.current-menu-item > a.vddo-nav-link,
.vddo-menu > li.current-menu-parent > a.vddo-nav-link { background: var(--primary-soft); color: var(--primary); }
.vddo-arrow { font-size: 10px; opacity: .6; transition: transform .2s; }
.vddo-menu > li:hover .vddo-arrow { transform: rotate(180deg); }

/* Dropdown — level 2 */
.vddo-sub-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15,23,42,.13);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .2s, transform .2s, visibility .2s;
    z-index: 200;
}
.vddo-menu > li:hover .vddo-sub-menu,
.vddo-menu > li:focus-within .vddo-sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.vddo-sub-menu li a {
    display: block;
    padding: 9px 14px;
    border-radius: 8px;
    font-size: 13px;
    color: #2d3a4f;
    text-decoration: none;
    transition: background .15s;
    white-space: nowrap;
}
.vddo-sub-menu li a:hover { background: var(--primary-soft); color: var(--primary); }

/* Level 3 */
.vddo-depth-2 {
    top: 0;
    left: 100%;
    margin-left: 4px;
}

/* Header actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 40px;
    padding: 8px 18px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
    text-decoration: none;
    font-family: inherit;
    white-space: nowrap;
}
.btn-primary {
    background: linear-gradient(90deg, var(--primary), var(--primary-2));
    color: #fff;
    box-shadow: var(--shadow-red);
}
.btn-primary:hover { transform: translateY(-1px); color: #fff; box-shadow: 0 8px 24px rgba(var(--primary-rgb),.28); }
.btn-outline {
    background: #fff;
    color: #2d3a4f;
    border-color: var(--line);
}
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }
.play-mini { font-size: 11px; }

.menu-toggle {
    display: none;
    background: none;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
}

/* Mobile overlay */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 950;
    background: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.mobile-menu-overlay[hidden] { display: none !important; }
.mobile-menu-backdrop { position: fixed; inset: 0; z-index: 940; background: rgba(0,0,0,.4); }
.mobile-menu-backdrop[hidden] { display: none !important; }
.close-menu {
    align-self: flex-end;
    background: none;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
}
.mobile-menu-list { display: flex; flex-direction: column; gap: 0; }
.mobile-menu-list li a { display: block; padding: 14px 0; font-size: 15px; font-weight: 500; color: #2d3a4f; border-bottom: 1px solid var(--line); text-decoration: none; }
.mobile-menu-list li a:hover { color: var(--primary); }
.mobile-menu-contact { margin-top: 24px; }

/* ─── SECTION UTILITIES ─────────────────────────────────── */
.section { margin-bottom: 56px; }
.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}
.section-kicker {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--primary);
    margin: 0 0 6px;
}
.section-title { margin: 0; font-size: 26px; }
.section-link {
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
    flex-shrink: 0;
}
.section-link:hover { text-decoration: underline; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }

/* ─── HERO ──────────────────────────────────────────────── */
.hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 55%, var(--navy-3) 100%);
    padding: 72px 0 80px;
    position: relative;
    overflow: hidden;
}
.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.hero-copy { color: #fff; }
.kicker {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--primary);
    background: var(--primary-alpha);
    border: 1px solid var(--primary-border);
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
}
.hero-copy h1 {
    font-size: clamp(28px, 3.5vw, 46px);
    color: #fff;
    line-height: 1.15;
    margin-bottom: 16px;
}
.hero-copy h1 span { color: var(--primary); }
.hero-copy p { color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.75; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-media { position: relative; min-height: 360px; display: flex; align-items: center; justify-content: center; }
.hero-media-img { width: 100%; border-radius: 16px; box-shadow: 0 24px 64px rgba(0,0,0,.35); }

/* Hero illustration fallback */
.camera {
    position: absolute; top: 20px; left: 20px;
    width: 80px; height: 60px;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    border-radius: 12px; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 24px rgba(var(--primary-rgb),.30); z-index: 2;
}
.camera::after { content: '🎥'; font-size: 32px; }
.edit-screen {
    background: #162235; border-radius: 14px; padding: 16px;
    width: 280px; box-shadow: 0 20px 50px rgba(0,0,0,.5); z-index: 1;
}
.screen-top { display: flex; gap: 6px; margin-bottom: 10px; }
.screen-top i { width: 8px; height: 8px; border-radius: 50%; display: block; }
.screen-top i:nth-child(1) { background: #ff5f57; }
.screen-top i:nth-child(2) { background: #febc2e; }
.screen-top i:nth-child(3) { background: #28c840; }
.preview {
    background: #0a1628; border-radius: 8px; height: 140px;
    display: flex; align-items: center; justify-content: center; margin-bottom: 12px;
}
.play-main {
    width: 48px; height: 48px; border-radius: 50%; border: 2px solid rgba(255,255,255,.3);
    display: flex; align-items: center; justify-content: center;
}
.play-main::after { content: '▶'; color: #fff; font-size: 18px; margin-left: 2px; }
.timeline { display: flex; gap: 6px; }
.timeline span { height: 4px; border-radius: 2px; flex: 1; background: #263a52; }
.timeline span:first-child { background: var(--primary); flex: 2; }
.stats-card, .views-card {
    position: absolute; background: #fff; border-radius: 12px;
    padding: 14px 16px; box-shadow: 0 12px 28px rgba(15,23,42,.18); z-index: 3;
}
.stats-card { bottom: 20px; left: -10px; min-width: 180px; }
.views-card { top: 20px; right: -10px; min-width: 160px; }
.stats-card h3, .views-card h3 { font-size: 11px; color: var(--muted); margin-bottom: 6px; font-weight: 500; }
.growth { font-size: 28px; font-weight: 600; color: var(--green); }
.chart-line { height: 3px; background: linear-gradient(90deg,var(--green),rgba(23,165,90,.2)); border-radius: 2px; margin-top: 8px; }
.bar-chart { display: flex; gap: 4px; align-items: flex-end; height: 32px; margin-top: 8px; }
.bar-chart i { width: 12px; border-radius: 3px 3px 0 0; display: block; background: var(--blue); }
.bar-chart i:nth-child(1) { height: 40%; }
.bar-chart i:nth-child(2) { height: 65%; }
.bar-chart i:nth-child(3) { height: 80%; }
.bar-chart i:nth-child(4) { height: 55%; }
.bar-chart i:nth-child(5) { height: 95%; background: var(--primary); }
.bar-chart i:nth-child(6) { height: 70%; }
.social-bubbles { position: absolute; right: -20px; bottom: 80px; display: flex; flex-direction: column; gap: 10px; z-index: 4; }
.bubble { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; color: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.2); }
.bubble.tiktok { background: #000; }
.bubble.fb     { background: #1877f2; }
.bubble.yt     { background: #ff0000; }
.bubble.ig     { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }

/* ─── PROCESS ───────────────────────────────────────────── */
.process-row { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.process {
    padding: 20px 16px; text-align: center; position: relative; overflow: visible;
    display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.process .icon { font-size: 28px; width: 52px; height: 52px; border-radius: 14px; background: var(--primary-soft); display: flex; align-items: center; justify-content: center; }
.process .num { font-size: 10px; font-weight: 700; color: var(--primary); text-transform: uppercase; display: block; margin-bottom: 4px; }
.process h3 { font-size: 13px; margin: 0 0 4px; }
.process p  { font-size: 11px; color: var(--muted); margin: 0; line-height: 1.4; }
.process .arr { position: absolute; right: -12px; top: 50%; transform: translateY(-50%); font-size: 22px; color: var(--line); z-index: 2; }

/* ─── EXPERT LAYOUT ─────────────────────────────────────── */
.expert-layout { display: grid; grid-template-columns: 280px 1fr; gap: 36px; align-items: start; }

/* ─── PACKAGES LAYOUT (homepage) ─────────────────────────── */
.packages-layout { display: grid; grid-template-columns: 280px 1fr; gap: 36px; align-items: start; }
.package-intro h2 { font-size: 22px; margin-bottom: 8px; }
.package-intro p  { color: var(--muted); font-size: 14px; margin-bottom: 16px; }

/* ─── FAQ + CONSULT ─────────────────────────────────────── */
.faq-consult { display: grid; grid-template-columns: 1fr 340px; gap: 32px; }
.consult { padding: 28px; }
.consult h3 { margin-bottom: 8px; }
.consult p  { color: var(--muted); font-size: 14px; margin-bottom: 20px; }

/* ─── RESULT STRIP ──────────────────────────────────────── */
.result-strip {
    display: flex; align-items: center; flex-wrap: wrap;
    gap: 0; overflow: hidden; margin-bottom: 56px;
}
.result-title { padding: 20px 24px; font-weight: 600; font-size: 14px; color: #172033; border-right: 1px solid var(--line); flex-shrink: 0; }
.result { padding: 20px 24px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 4px; }
.result strong { font-size: 26px; font-weight: 600; color: var(--primary); }
.result small   { font-size: 11px; color: var(--muted); }

/* ─── BIG CTA ────────────────────────────────────────────── */
.big-cta {
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
    padding: 48px; border-radius: 20px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%);
    color: #fff; margin-bottom: 56px; flex-wrap: wrap;
}
.big-cta h2 { color: #fff; font-size: 26px; margin: 0 0 8px; }
.big-cta p  { color: rgba(255,255,255,.7); margin: 0; font-size: 15px; }
.big-cta-actions { display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; }
.big-cta .btn-outline { border-color: rgba(255,255,255,.3); color: #fff; background: rgba(255,255,255,.08); }
.big-cta .btn-outline:hover { background: rgba(255,255,255,.18); color: #fff; }

/* ─── NEWSLETTER ─────────────────────────────────────────── */
.newsletter { background: linear-gradient(90deg, var(--primary), var(--primary-2)); padding: 48px 0; }
.newsletter-inner {
    display: grid; grid-template-columns: 1fr auto auto; gap: 24px; align-items: center;
}
.newsletter h3 { color: #fff; font-size: 22px; margin: 0 0 4px; }
.newsletter p  { color: rgba(255,255,255,.8); margin: 0; font-size: 14px; }
.newsletter small { color: rgba(255,255,255,.6); font-size: 12px; }
.newsletter-form { display: flex; gap: 0; }
.newsletter-form input {
    padding: 12px 16px; border: none; outline: none;
    border-radius: 10px 0 0 10px; font-size: 14px; font-family: inherit;
    min-width: 260px;
}
.newsletter-form button { border-radius: 0 10px 10px 0; white-space: nowrap; }

/* ─── FOOTER ─────────────────────────────────────────────── */
.footer { background: var(--navy); padding: 64px 0 0; }
.footer-inner { }
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1.5fr;
    gap: 32px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand .footer-desc { color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.7; margin: 0 0 20px; max-width: 260px; }
.footer-col h4, .footer-contact h4 {
    color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .06em;
    margin: 0 0 16px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-col ul, .footer-col nav { display: flex; flex-direction: column; gap: 8px; }
.footer-col a, .footer-contact a {
    color: rgba(255,255,255,.6); text-decoration: none; font-size: 13px; transition: color .2s;
    display: block; padding: 2px 0;
}
.footer-col a:hover, .footer-contact a:hover { color: var(--primary); }
.footer-contact p { color: rgba(255,255,255,.6); font-size: 13px; margin: 0 0 10px; }
.socials { display: flex; gap: 10px; }
.socials a {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,.08); color: rgba(255,255,255,.7);
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; font-weight: 700; text-decoration: none; transition: .2s;
}
.socials a:hover { background: var(--primary); color: #fff; }
.footer-bottom {
    display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
    padding: 20px 0; font-size: 12px; color: rgba(255,255,255,.4);
}
.footer-bottom a { color: rgba(255,255,255,.4); text-decoration: none; }
.footer-bottom a:hover { color: rgba(255,255,255,.75); }

/* Float button */
.chat-float {
    position: fixed; bottom: 90px; right: 20px; z-index: 997;
    width: 52px; height: 52px; border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    color: #fff; font-size: 22px;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 20px rgba(var(--primary-rgb),.35); text-decoration: none;
    animation: float-pulse 3s ease-in-out infinite;
}
@keyframes float-pulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.06)} }

/* ─── ENTRY CONTENT TYPOGRAPHY ──────────────────────────── */
.entry-content h2 { font-size: 22px; margin: 28px 0 12px; }
.entry-content h3 { font-size: 18px; margin: 22px 0 10px; }
.entry-content ul { list-style: disc; padding-left: 20px; margin-bottom: 1em; }
.entry-content ol { list-style: decimal; padding-left: 20px; margin-bottom: 1em; }
.entry-content li { margin-bottom: 6px; }
.entry-content blockquote {
    border-left: 4px solid var(--primary); padding: 12px 20px;
    background: var(--primary-soft); border-radius: 0 8px 8px 0;
    color: #374151; font-style: italic; margin: 20px 0;
}
.entry-content img { border-radius: 10px; }
.entry-content table { width: 100%; border-collapse: collapse; margin-bottom: 1em; }
.entry-content th { background: var(--navy); color: #fff; padding: 10px 14px; font-size: 13px; }
.entry-content td { padding: 10px 14px; border-bottom: 1px solid var(--line); font-size: 14px; }
.entry-content tr:nth-child(even) td { background: var(--surface); }

/* ─── SEARCH PAGE ────────────────────────────────────────── */
.search-results .hentry { margin-bottom: 20px; }

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1200px) {
    .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
    .footer-col:nth-child(6) { grid-column: 1 / -1; }
    .process-row { grid-template-columns: repeat(3,1fr); }
    .process .arr { display: none; }
    .packages-layout { grid-template-columns: 1fr; }
    .expert-layout { grid-template-columns: 1fr; }
}
@media (max-width: 1024px) {
    .hero-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
    .faq-consult { grid-template-columns: 1fr; }
    .consult { order: -1; }
}
@media (max-width: 768px) {
    .nav { display: none; }
    .menu-toggle { display: flex; }
    .hero { padding: 48px 0 56px; }
    .hero-inner { grid-template-columns: 1fr; }
    .hero-media { display: none; }
    .hero-copy h1 { font-size: 26px; }
    .topbar { display: none; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .newsletter-inner { grid-template-columns: 1fr; text-align: center; }
    .newsletter-form input { min-width: 100%; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form input { border-radius: 10px; }
    .newsletter-form button { border-radius: 10px; }
    .big-cta { flex-direction: column; padding: 32px; text-align: center; }
    .big-cta-actions { justify-content: center; }
    .result-strip { flex-direction: column; }
    .result-title, .result { border-right: none; border-bottom: 1px solid var(--line); width: 100%; }
    .process-row { grid-template-columns: repeat(2,1fr); }
    .header-inner { height: 56px; }
    .section-title { font-size: 20px; }
}
@media (max-width: 480px) {
    .container { padding: 0 16px; }
    .footer-grid { grid-template-columns: 1fr; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
}

/* Giữ padding ngang cho các template có inline style padding: ... 0 */
main.container {
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 480px) {
    main.container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* FINAL OVERRIDES v1.0.7 */
.vddo-cols-5{grid-template-columns:repeat(5,minmax(0,1fr));}.vddo-cols-6{grid-template-columns:repeat(6,minmax(0,1fr));}
.vddo-pagination ul.page-numbers{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;list-style:none;margin:0;padding:0;}.vddo-pagination ul.page-numbers li{list-style:none;margin:0;padding:0;}
@media(max-width:1200px){.vddo-cols-5,.vddo-cols-6{grid-template-columns:repeat(4,minmax(0,1fr));}}
@media(max-width:1024px){.vddo-cols-4,.vddo-cols-5,.vddo-cols-6{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:768px){.vddo-cols-3,.vddo-cols-4,.vddo-cols-5,.vddo-cols-6{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:520px){.vddo-grid,.vddo-cols-2,.vddo-cols-3,.vddo-cols-4,.vddo-cols-5,.vddo-cols-6{grid-template-columns:1fr;}}

/* VideoDo logo sizing: any uploaded logo is contained, never stretched or oversized. */
.logo .custom-logo-link{display:flex;align-items:center;max-width:220px;max-height:48px;line-height:0;overflow:hidden}.logo .custom-logo{display:block!important;width:auto!important;height:auto!important;max-width:220px!important;max-height:48px!important;object-fit:contain!important;object-position:left center!important}.footer .logo .custom-logo{max-width:200px!important;max-height:46px!important}.mobile-menu-overlay .logo .custom-logo{max-width:200px!important;max-height:46px!important}@media(max-width:768px){.site-header .logo .custom-logo{max-width:160px!important;max-height:42px!important}}


/* VideoDo logo hard-limit v1.2: works with direct <img class=custom-logo>, any source dimensions. */
.site-header .logo{max-width:240px;min-width:0;overflow:hidden}.site-header .logo>img.custom-logo,.mobile-menu-overlay .logo>img.custom-logo,.site-footer .logo>img.custom-logo,.footer .logo>img.custom-logo{display:block!important;width:auto!important;height:auto!important;max-width:220px!important;max-height:48px!important;object-fit:contain!important;object-position:left center!important}.mobile-menu-overlay .logo{max-width:210px}.mobile-menu-overlay .logo>img.custom-logo{max-width:200px!important;max-height:46px!important}.footer .logo>img.custom-logo,.site-footer .logo>img.custom-logo{max-width:200px!important;max-height:46px!important}@media(max-width:768px){.site-header .logo{max-width:170px}.site-header .logo>img.custom-logo{max-width:160px!important;max-height:42px!important}}


/* VideoDo purchase layout v1.3 */
body.single-vddo_dich_vu .vddo-single-layout{grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}
body.single-vddo_dich_vu .vddo-single-sidebar>.vddo-sidebar-widget:not(.vddo-order-sidebar):not(:nth-child(2)){display:none}
body.single-vddo_dich_vu .vddo-single-sidebar{min-width:0}
@media(max-width:960px){body.single-vddo_dich_vu .vddo-single-layout{grid-template-columns:1fr}body.single-vddo_dich_vu .vddo-single-sidebar{order:-1}}
@media(max-width:720px){body.single-vddo_dich_vu .vddo-single-sidebar{order:0}.header-actions .vddo-header-cart{display:inline-flex!important}}

/* VideoDo 1.5 — homepage hero uses real configurable images only. */
.hero.hero-no-visual .hero-inner{grid-template-columns:minmax(0,760px);justify-content:start}
.hero-media-img{display:block;max-height:440px;object-fit:contain;object-position:center;width:100%;height:auto}
@media(max-width:768px){
  .hero-media{display:flex;margin-top:8px;min-height:0}
  .hero-media-img{max-height:320px;border-radius:12px}
}
