/*
Theme Name: Tem Nhan - Co Search
Theme URI: https://dev.com.vn
Description: Nền tảng mẫu thiết kế tem nhãn, bao bì
Version: 1.1.1-dcvn-fixed
Author: dev.com.vn
Text Domain: designhub
*/

/* ============================================================
   COPY NGUYÊN XI TỪ DESIGN FILE – không sửa class names
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary: #1B6EF3;
  --primary-dark: #1455C0;
  --primary-light: #E8F0FE;
  --accent: #FF6B2B;
  --accent-light: #FFF0E8;
  --text-dark: #1A1D23;
  --text-mid: #3D4350;
  --text-light: #6B7280;
  --bg: #F5F7FA;
  --white: #FFFFFF;
  --border: #E4E7EF;
  --shadow-sm: 0 1px 4px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 20px rgba(27,110,243,0.10);
  --shadow-lg: 0 8px 40px rgba(27,110,243,0.14);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text-dark);
  line-height: 1.6;
}
html, body, button, input, select, textarea {
  font-family: 'Inter', sans-serif;
}


/* ============================================================
   HEADER — chupanh.com.vn light style
============================================================ */
:root{
  --gold:#d6a85d;
  --gold-2:#f3d28e;
  --ink:#172033;
  --muted:#8a94a6;
  --line:#e5eaf1;
  --soft:#f8fafc;
  --cream:#fff8ec;
  --header-container:1160px;
}

.dhh-container{
  width:min(var(--header-container),calc(100% - 48px));
  margin:0 auto;
}

/* Top strip */
.dhh-top-strip{
  background:linear-gradient(90deg,#fff8ec,#ffffff);
  border-bottom:1px solid #f0e3cc;
  color:#6b5b42;
  font-size:12px;
}
.dhh-top-inner{
  height:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.dhh-top-left,
.dhh-top-right{
  display:flex;
  align-items:center;
  gap:22px;
  white-space:nowrap;
}
.dhh-top-left span{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.dhh-top-left span:first-child:before{content:"☎";color:var(--gold)}
.dhh-top-left span:last-child:before{content:"✉";color:var(--gold)}
.dhh-top-strip a{
  color:inherit;
  text-decoration:none;
}
.dhh-top-right a{
  color:#6f7787;
  font-weight:500;
}
.dhh-top-strip a:hover,
.dhh-top-right a:hover{color:#b98735}

/* Header shell */
.dhh-site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line);
  box-shadow:0 8px 24px rgba(15,35,60,.06);
}

.dhh-header-main{
  min-height:76px;
  display:grid;
  grid-template-columns:245px 1fr 280px;
  align-items:center;
  gap:22px;
}

/* Brand */
.dhh-brand{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
  color:inherit;
  text-decoration:none;
}
.dhh-brand-logo{
  display:block;
  max-height:50px;
  max-width:220px;
  width:auto;
  height:auto;
  object-fit:contain;
  flex:0 0 auto;
}
.dhh-brand-mark{
  width:42px;
  height:42px;
  border-radius:50%;
  background:linear-gradient(145deg,#fff,#fff5df);
  border:1px solid #eed8aa;
  position:relative;
  box-shadow:0 10px 22px rgba(214,168,93,.22);
  flex:0 0 auto;
}
.dhh-brand-mark:before{
  content:"";
  position:absolute;
  left:8px;
  top:8px;
  width:22px;
  height:22px;
  border-radius:50%;
  border:4px solid #172033;
}
.dhh-brand-mark:after{
  content:"";
  position:absolute;
  left:15px;
  top:15px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#172033;
  box-shadow:14px -9px 0 -2px var(--gold);
}
.dhh-brand-text{
  display:block;
  min-width:0;
}
.dhh-brand-title{
  display:block;
  color:#141c2d;
  font-size:23px;
  line-height:1;
  font-weight:600;
  letter-spacing:-.06em;
}
.dhh-brand-title span{
  color:#697386;
  font-size:15px;
  letter-spacing:-.04em;
}
.dhh-brand-sub{
  display:block;
  margin-top:5px;
  color:#8a94a6;
  font-size:9px;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  line-height:1.2;
}

/* Search */
.dhh-header-search{
  height:44px;
  background:#fff;
  border:1px solid #dfe6ef;
  border-radius:12px;
  display:grid;
  grid-template-columns:1fr 46px;
  overflow:hidden;
  box-shadow:0 8px 18px rgba(15,35,60,.045);
}
.dhh-header-search input{
  border:0;
  outline:0;
  padding:0 16px;
  color:#344054;
  font-size:13px;
  background:transparent;
  min-width:0;
  font-family:'Inter', sans-serif;
}
.dhh-header-search input::placeholder{color:#9aa4b2}
.dhh-header-search button{
  border:0;
  background:linear-gradient(145deg,#fff8ec,#fff);
  color:#b98735;
  font-size:18px;
  cursor:pointer;
  border-left:1px solid #eef2f6;
  font-family:'Inter', sans-serif;
}

/* Actions */
.dhh-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}
.dhh-header-icon{
  width:42px;
  height:42px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#556173;
  background:#fff;
  border:1px solid #e3e8ef;
  box-shadow:0 6px 14px rgba(15,35,60,.045);
  transition:.2s ease;
  flex:0 0 42px;
}
.dhh-header-icon:hover{
  color:#b98735;
  border-color:#ead5ad;
  background:#fffaf2;
  transform:translateY(-1px);
}
.dhh-header-icon svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
  display:block;
}
.dhh-header-icon.heart svg{
  width:18px;
  height:18px;
}
.dhh-login,
.dhh-register{
  height:40px;
  border-radius:11px;
  padding:0 15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:600;
  white-space:nowrap;
  text-decoration:none;
}
.dhh-login{
  background:#fff;
  color:#26344b;
  border:1px solid #dfe6ef;
}
.dhh-login:hover{color:#b98735;border-color:#ead5ad;background:#fffaf2}
.dhh-register{
  background:linear-gradient(135deg,var(--gold),var(--gold-2));
  color:#171b24;
  box-shadow:0 12px 22px rgba(214,168,93,.26);
}
.dhh-register:hover{color:#171b24;filter:brightness(.98)}

/* Nav */
.dhh-nav-bar{
  background:#fff;
  border-top:1px solid #edf1f6;
  border-bottom:1px solid #edf1f6;
}
.dhh-nav-scroll{
  min-height:48px;
  display:flex;
  align-items:center;
  gap:34px;
  overflow:auto;
  scrollbar-width:none;
  list-style:none;
  margin:0;
  padding:0;
}
.dhh-nav-scroll::-webkit-scrollbar{display:none}
.dhh-nav-scroll li{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  margin:0;
  padding:0;
}
.dhh-nav-scroll a{
  min-height:48px;
  display:flex;
  align-items:center;
  color:#4d596b;
  font-size:13px;
  font-weight:600;
  white-space:nowrap;
  position:relative;
  text-decoration:none;
}
.dhh-nav-scroll a:hover,
.dhh-nav-scroll a.active,
.dhh-nav-scroll .current-menu-item > a,
.dhh-nav-scroll .current-menu-ancestor > a,
.dhh-nav-scroll .current_page_item > a{color:#b98735}
.dhh-nav-scroll a.active:after,
.dhh-nav-scroll .current-menu-item > a:after,
.dhh-nav-scroll .current-menu-ancestor > a:after,
.dhh-nav-scroll .current_page_item > a:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  border-radius:999px 999px 0 0;
  background:linear-gradient(90deg,var(--gold),var(--gold-2));
}

@media(max-width:1024px){
  .dhh-header-main{
    grid-template-columns:220px 1fr;
    padding:12px 0;
  }
  .dhh-header-search{
    grid-column:1 / -1;
    order:3;
  }
  .dhh-header-actions{
    justify-content:flex-end;
  }
}

@media(max-width:720px){
  .dhh-container{width:min(var(--header-container),calc(100% - 24px));}
  .dhh-top-strip{display:none}
  .dhh-header-main{
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
    padding:10px 0;
    min-height:auto;
  }
  .dhh-brand{min-width:0;gap:8px;}
  .dhh-brand-logo{max-height:42px;max-width:190px;}
  .dhh-brand-mark{width:36px;height:36px;}
  .dhh-brand-mark:before{left:7px;top:7px;width:19px;height:19px;border-width:3px;}
  .dhh-brand-mark:after{left:13px;top:13px;width:7px;height:7px;}
  .dhh-brand-title{font-size:18px;white-space:nowrap;}
  .dhh-brand-title span{font-size:12px}
  .dhh-brand-sub{display:none}
  .dhh-header-search{grid-column:1 / -1;order:3;height:40px;}
  .dhh-header-actions{
    justify-self:end;
    justify-content:flex-end;
    gap:6px;
    overflow:visible;
    padding-bottom:0;
    flex-wrap:nowrap;
    white-space:nowrap;
  }
  .dhh-header-icon{width:34px;height:34px;flex-basis:34px;border-radius:10px;}
  .dhh-header-icon svg{width:17px;height:17px;}
  .dhh-header-icon.heart svg{width:16px;height:16px;}
  .dhh-login,
  .dhh-register{height:34px;padding:0 9px;border-radius:10px;font-size:12px;}
  .dhh-nav-scroll{height:auto;padding:10px 0;gap:22px;}
  .dhh-nav-scroll a{height:34px;min-height:34px;}
}

@media(max-width:390px){
  .dhh-container{width:min(var(--header-container),calc(100% - 16px));}
  .dhh-header-main{gap:6px;}
  .dhh-brand{gap:6px}
  .dhh-brand-logo{max-height:34px;max-width:160px;}
  .dhh-brand-mark{width:30px;height:30px;}
  .dhh-brand-mark:before{left:6px;top:6px;width:16px;height:16px;border-width:3px;}
  .dhh-brand-mark:after{left:11px;top:11px;width:6px;height:6px;box-shadow:10px -7px 0 -2px var(--gold);}
  .dhh-brand-title{font-size:15px}
  .dhh-brand-title span{font-size:10px}
  .dhh-header-actions{gap:4px}
  .dhh-header-icon{width:30px;height:30px;flex-basis:30px;border-radius:9px;}
  .dhh-header-icon svg{width:15px;height:15px;}
  .dhh-login,
  .dhh-register{height:30px;padding:0 6px;border-radius:9px;font-size:11px;}
}

@media(max-width:360px){
  .dhh-container{width:min(var(--header-container),calc(100% - 12px));}
  .dhh-brand{gap:4px}
  .dhh-brand-logo{max-height:30px;max-width:140px;}
  .dhh-brand-mark{width:28px;height:28px;}
  .dhh-brand-mark:before{left:6px;top:6px;width:14px;height:14px;border-width:3px;}
  .dhh-brand-mark:after{left:10px;top:10px;width:6px;height:6px;}
  .dhh-brand-title{font-size:13px;letter-spacing:-.08em;}
  .dhh-brand-title span{font-size:9px}
  .dhh-header-icon{width:28px;height:28px;flex-basis:28px;}
  .dhh-header-icon svg{width:14px;height:14px;}
  .dhh-header-actions{gap:3px}
  .dhh-login,
  .dhh-register{height:28px;padding:0 5px;font-size:10px;}
}

/* HERO */
.hero {
  background: linear-gradient(135deg, #1B6EF3 0%, #0E4CC5 60%, #0A3A9E 100%);
  padding: 78px 40px 86px;
  text-align: left;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 400px; height: 400px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -120px; left: -60px;
  width: 350px; height: 350px;
  background: rgba(255,107,43,0.10);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
.hero-inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: center;
  gap: 46px;
  position: relative;
  z-index: 1;
}
.hero-copy,
.hero-search-panel {
  min-width: 0;
}
.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255,255,255,0.25);
}
.hero h1 {
  font-size: clamp(1.78rem, 3.8vw, 2.72rem);
  font-weight: 600;
  color: white;
  margin-bottom: 16px;
  line-height: 1.14;
  letter-spacing: -0.045em;
}
.hero h1 .highlight { color: #FFD166; }
.hero-sub {
  color: rgba(255,255,255,0.84);
  font-size: 1rem;
  margin-bottom: 34px;
  max-width: 620px;
}
.hero-search-panel {
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(255,255,255,0.65);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.20);
}
.hero-search-title {
  color: var(--text-dark);
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 8px;
}
.hero-search-panel p {
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: 18px;
}
.search-wrap {
  max-width: none;
  margin: 0;
  position: relative;
  z-index: 1;
}
.search-box {
  display: flex;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: none;
  padding: 7px 7px 7px 16px;
  align-items: center;
  gap: 10px;
}
.search-box .si {
  flex: 0 0 auto;
  color: var(--text-light);
}
.search-box input {
  border: none; outline: none; flex: 1;
  font-size: 0.95rem; color: var(--text-dark);
  font-family: 'Inter', sans-serif; background: transparent;
  min-width: 0;
}
.search-box input::placeholder { color: #9aa4b2; }
.search-box button {
  background: var(--accent); color: white; border: none;
  padding: 10px 22px; border-radius: 14px;
  font-size: 0.9rem; font-weight: 600; cursor: pointer;
  transition: background 0.2s; white-space: nowrap;
  font-family: 'Inter', sans-serif;
}
.search-box button:hover { background: #e05a20; }
.search-tags {
  display: flex; gap: 8px; justify-content: flex-start;
  flex-wrap: wrap; margin-top: 16px; position: relative; z-index: 1;
}
.search-tags > span { font-size: 0.8rem; color: var(--text-light); }
.search-tag {
  background: var(--bg); color: var(--text-mid);
  font-size: 0.78rem; padding: 4px 11px; border-radius: 20px;
  cursor: pointer; border: 1px solid var(--border);
  transition: background 0.2s, color 0.2s, border-color 0.2s; text-decoration: none;
}
.search-tag:hover { background: var(--primary-light); color: var(--primary); border-color: rgba(27,110,243,0.22); }
.hero-stats {
  display: flex; justify-content: flex-start; gap: 30px;
  margin-top: 38px; position: relative; z-index: 1; flex-wrap: wrap;
}
.stat-item { text-align: left; }
.stat-num { font-size: 1.5rem; font-weight: 600; color: white; }
.stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.7); margin-top: 2px; }

/* SECTION COMMON */
.section { padding: 64px 40px; }
.section-alt { background: var(--white); }
.container { max-width: 1200px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 40px; }
.section-head .tag {
  display: inline-block;
  background: var(--primary-light); color: var(--primary);
  font-size: 0.75rem; font-weight: 600; padding: 4px 14px;
  border-radius: 20px; letter-spacing: 0.6px; margin-bottom: 10px;
  text-transform: uppercase;
}
.section-head h2 { font-size: 1.75rem; font-weight: 600; color: var(--text-dark); margin-bottom: 10px; }
.section-head p  { color: var(--text-light); font-size: 0.95rem; max-width: 560px; margin: 0 auto; }

/* TEMPLATE GRID */
.template-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.template-card {
  background: white; border-radius: var(--radius-md); overflow: hidden;
  border: 1px solid var(--border); cursor: pointer; transition: all 0.25s;
  box-shadow: var(--shadow-sm); text-decoration: none; display: block;
}
.template-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--primary);
}
.template-thumb {
  height: 160px; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center; font-size: 2rem;
}
.template-thumb .overlay {
  position: absolute; inset: 0; background: rgba(27,110,243,0);
  transition: background 0.25s; display: flex; align-items: center; justify-content: center;
}
.template-card:hover .overlay { background: rgba(27,110,243,0.15); }
.overlay-btn {
  background: white; color: var(--primary); padding: 7px 16px;
  border-radius: 30px; font-size: 0.8rem; font-weight: 600;
  opacity: 0; transform: scale(0.85); transition: all 0.2s;
}
.template-card:hover .overlay-btn { opacity: 1; transform: scale(1); }
.template-info { padding: 14px 16px; }
.template-info h4 { font-size: 0.9rem; font-weight: 600; color: var(--text-dark); margin-bottom: 4px; }
.template-info p  { font-size: 0.78rem; color: var(--text-light); }
.template-badge { display: inline-block; font-size: 0.68rem; padding: 2px 8px; border-radius: 10px; font-weight: 600; margin-top: 6px; }
.badge-hot  { background: #FFF0E8; color: #E05A20; }
.badge-new  { background: #E8F0FE; color: var(--primary); }
.badge-free { background: #EDFDF4; color: #15803D; }

/* thumbnail colors */
.th-blue   { background: linear-gradient(135deg, #EBF2FF, #C7DBFF); }
.th-teal   { background: linear-gradient(135deg, #E0F7FA, #B2EBF2); }
.th-orange { background: linear-gradient(135deg, #FFF3E0, #FFE0B2); }
.th-green  { background: linear-gradient(135deg, #E8F5E9, #C8E6C9); }
.th-purple { background: linear-gradient(135deg, #F3E5F5, #E1BEE7); }
.th-red    { background: linear-gradient(135deg, #FFEBEE, #FFCDD2); }
.th-indigo { background: linear-gradient(135deg, #E8EAF6, #C5CAE9); }
.th-amber  { background: linear-gradient(135deg, #FFFDE7, #FFF9C4); }

/* mock page preview */
.mock-page { width: 80px; background: white; border-radius: 4px; box-shadow: 0 2px 12px rgba(0,0,0,0.15); padding: 8px 6px; display: flex; flex-direction: column; gap: 4px; }
.mock-bar  { height: 5px; border-radius: 3px; background: #dde; }
.mock-bar.accent { background: var(--primary); width: 60%; }
.mock-bar.sm { width: 80%; }
.mock-bar.xs { width: 50%; }
.mock-box  { height: 28px; background: #EEF2FF; border-radius: 3px; }

.view-all-wrap { text-align: center; margin-top: 32px; }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  border: 2px solid var(--primary); color: var(--primary);
  padding: 10px 28px; border-radius: 8px; font-weight: 600;
  font-size: 0.9rem; text-decoration: none; transition: all 0.2s;
  cursor: pointer; background: transparent; font-family: 'Inter', sans-serif;
}
.btn-outline:hover { background: var(--primary); color: white; }

/* CATEGORY GRID */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cat-card {
  background: var(--bg); border-radius: var(--radius-md); padding: 24px 20px;
  text-align: center; cursor: pointer; border: 1px solid var(--border);
  transition: all 0.25s; text-decoration: none; display: block;
}
.cat-card:hover { background: var(--primary-light); border-color: var(--primary); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.cat-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin: 0 auto 12px; }
.cat-card h4 { font-size: 0.9rem; font-weight: 600; color: var(--text-dark); margin-bottom: 4px; }
.cat-card p  { font-size: 0.76rem; color: var(--text-light); }
.cat-count   { font-size: 0.72rem; color: var(--primary); font-weight: 600; margin-top: 8px; }

/* PROCESS STEPS */
.process-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; position: relative; }
.process-steps::before {
  content: ''; position: absolute; top: 36px; left: 10%; right: 10%;
  height: 2px; background: linear-gradient(90deg, var(--primary), var(--accent)); z-index: 0;
}
.step { text-align: center; position: relative; z-index: 1; padding: 0 10px; }
.step-num {
  width: 72px; height: 72px; border-radius: 50%; background: white;
  border: 3px solid var(--primary); display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; font-weight: 600; color: var(--primary);
  margin: 0 auto 16px; box-shadow: 0 4px 16px rgba(27,110,243,0.18);
}
.step:nth-child(3) .step-num { background: var(--primary); color: white; }
.step-icon { font-size: 1.5rem; margin-bottom: 4px; }
.step h4 { font-size: 0.88rem; font-weight: 600; color: var(--text-dark); margin-bottom: 6px; }
.step p  { font-size: 0.76rem; color: var(--text-light); line-height: 1.5; }

/* KNOWLEDGE */
.know-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.know-card { background: white; border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: all 0.25s; cursor: pointer; text-decoration: none; display: block; }
.know-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.know-img  { height: 120px; display: flex; align-items: center; justify-content: center; font-size: 2.2rem; }
.know-body { padding: 18px 20px; }
.know-tag  { font-size: 0.7rem; font-weight: 600; color: var(--primary); background: var(--primary-light); padding: 2px 10px; border-radius: 10px; display: inline-block; margin-bottom: 8px; text-transform: uppercase; }
.know-body h4 { font-size: 0.95rem; font-weight: 600; color: var(--text-dark); margin-bottom: 8px; line-height: 1.4; }
.know-body p  { font-size: 0.8rem; color: var(--text-light); line-height: 1.55; }
.know-footer  { padding: 12px 20px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.know-meta    { font-size: 0.73rem; color: var(--text-light); display: flex; align-items: center; gap: 6px; }
.know-read    { font-size: 0.78rem; color: var(--primary); font-weight: 600; }

/* FAQ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item  { background: white; border-radius: var(--radius-md); border: 1px solid var(--border); margin-bottom: 12px; overflow: hidden; }
.faq-q     { padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-weight: 600; font-size: 0.93rem; color: var(--text-dark); gap: 12px; }
.faq-q .faq-arr { color: var(--primary); font-size: 0.85rem; transition: transform 0.2s; }
.faq-a     { padding: 0 22px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; font-size: 0.875rem; color: var(--text-mid); line-height: 1.65; }
.faq-item.open .faq-a   { max-height: 300px; padding: 0 22px 18px; }
.faq-item.open .faq-q .faq-arr { transform: rotate(180deg); }
.faq-item.open          { border-color: var(--primary); }

/* FN GRID */
.fn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fn-card {
  background: var(--white); border-radius: var(--radius-md); border: 1px solid var(--border);
  padding: 24px; display: flex; gap: 18px; align-items: flex-start;
  transition: all 0.25s; box-shadow: var(--shadow-sm);
}
.fn-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--primary); }
.fn-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
.fn-content { flex: 1; }
.fn-content h4 { font-size: 0.95rem; font-weight: 600; color: var(--text-dark); margin-bottom: 2px; }
.fn-sub { font-size: 0.72rem; color: var(--primary); font-weight: 600; margin-bottom: 8px; font-style: italic; }
.fn-content p  { font-size: 0.8rem; color: var(--text-mid); line-height: 1.6; margin-bottom: 12px; }
.fn-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.fn-tag  { font-size: 0.68rem; background: var(--bg); color: var(--text-mid); padding: 3px 10px; border-radius: 10px; border: 1px solid var(--border); font-weight: 500; }

/* PURPOSE GRID */
.purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.purpose-card { border-radius: var(--radius-md); padding: 28px 24px; position: relative; overflow: hidden; transition: all 0.25s; display: block; text-decoration: none; }
.purpose-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pc-blue   { background: linear-gradient(135deg, #EBF2FF, #DAE8FF); border: 1px solid #C7DBFF; }
.pc-green  { background: linear-gradient(135deg, #E8F5E9, #D4EDDA); border: 1px solid #C8E6C9; }
.pc-orange { background: linear-gradient(135deg, #FFF3E0, #FFE8CC); border: 1px solid #FFCC9A; }
.pc-purple { background: linear-gradient(135deg, #F3E5F5, #EDD6F5); border: 1px solid #E1BEE7; }
.pc-teal   { background: linear-gradient(135deg, #E0F7FA, #C8F0F5); border: 1px solid #B2EBF2; }
.pc-red    { background: linear-gradient(135deg, #FFF8F8, #FFE8E8); border: 1px solid #FFCDD2; }
.purpose-num  { position: absolute; top: 18px; right: 20px; font-size: 2.5rem; font-weight: 600; color: rgba(0,0,0,0.06); line-height: 1; }
.purpose-icon { font-size: 1.8rem; margin-bottom: 12px; }
.purpose-card h4 { font-size: 0.97rem; font-weight: 600; color: var(--text-dark); margin-bottom: 8px; }
.purpose-card p  { font-size: 0.8rem; color: var(--text-mid); line-height: 1.6; margin-bottom: 16px; }
.purpose-recommend { background: rgba(255,255,255,0.7); border-radius: 8px; padding: 10px 14px; font-size: 0.78rem; color: var(--text-dark); line-height: 1.5; border: 1px solid rgba(255,255,255,0.9); }
.purpose-recommend span { font-weight: 600; color: var(--primary); display: block; margin-bottom: 2px; }

/* PRICING */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.price-card { background: white; border-radius: var(--radius-lg); border: 1px solid var(--border); overflow: hidden; box-shadow: var(--shadow-sm); position: relative; transition: all 0.25s; }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.price-card.featured { border: 2px solid var(--primary); box-shadow: var(--shadow-lg); transform: translateY(-8px); }
.price-badge-top { background: var(--primary); color: white; text-align: center; font-size: 0.78rem; font-weight: 600; padding: 7px; }
.price-header { padding: 28px 24px 22px; text-align: center; }
.ph-light { background: var(--bg); }
.ph-blue  { background: var(--primary-light); }
.ph-dark  { background: #0F1729; }
.ph-dark .price-name { color: rgba(255,255,255,0.7) !important; }
.ph-dark .price-val  { color: white !important; }
.ph-dark .price-note { color: rgba(255,255,255,0.5) !important; }
.price-name { font-size: 0.85rem; font-weight: 600; color: var(--text-mid); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }
.price-val  { font-size: 1.6rem; font-weight: 600; color: var(--text-dark); }
.price-val small { font-size: 0.85rem; font-weight: 500; color: var(--text-light); }
.price-note { font-size: 0.76rem; color: var(--text-light); margin-top: 6px; }
.price-list { list-style: none; padding: 20px 24px; display: flex; flex-direction: column; gap: 10px; }
.price-list li { font-size: 0.82rem; color: var(--text-mid); display: flex; align-items: center; gap: 9px; }
.price-list li::before { content: '✓'; color: #16a34a; font-weight: 600; flex-shrink: 0; }
.price-list li.off { color: var(--text-light); }
.price-list li.off::before { content: '✕'; color: #d1d5db; }
.price-btn { display: block; width: calc(100% - 48px); margin: 0 24px 24px; padding: 12px; border-radius: 10px; font-size: 0.9rem; font-weight: 600; cursor: pointer; text-align: center; border: none; transition: all 0.2s; font-family: 'Inter', sans-serif; }
.pb-primary { background: var(--primary); color: white; }
.pb-primary:hover { background: var(--primary-dark); }
.pb-outline { background: transparent; border: 2px solid var(--primary) !important; color: var(--primary); }
.pb-outline:hover { background: var(--primary); color: white; }

/* CTA BAND – orange */
.cta-band { background: linear-gradient(135deg, #FF6B2B 0%, #E05A20 100%); padding: 60px 40px; text-align: center; }
.cta-band h2 { font-size: 1.8rem; font-weight: 600; color: white; margin-bottom: 10px; }
.cta-band p  { color: rgba(255,255,255,0.85); font-size: 0.95rem; margin-bottom: 28px; }
.btn-white { background: white; color: var(--accent); padding: 12px 32px; border-radius: 8px; font-weight: 600; font-size: 0.95rem; display: inline-block; margin: 0 8px; transition: all 0.2s; cursor: pointer; border: none; text-decoration: none; font-family: 'Inter', sans-serif; }
.btn-white:hover { background: #FFF3EE; color: var(--accent); }
.btn-ghost-white { background: transparent; color: white; padding: 12px 28px; border-radius: 8px; font-weight: 600; font-size: 0.95rem; border: 2px solid rgba(255,255,255,0.7); display: inline-block; cursor: pointer; transition: all 0.2s; text-decoration: none; font-family: 'Inter', sans-serif; }
.btn-ghost-white:hover { background: rgba(255,255,255,0.15); color: white; }

/* FOOTER */
.footer { background: #0F1729; color: rgba(255,255,255,0.7); padding: 48px 40px 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; max-width: 1200px; margin: 0 auto 36px; }
.footer-brand { font-size: 1.2rem; font-weight: 600; color: white; margin-bottom: 12px; }
.footer-desc  { font-size: 0.82rem; line-height: 1.6; }
.footer-col h5 { color: white; font-size: 0.88rem; font-weight: 600; margin-bottom: 14px; }
.footer-col a  { display: block; font-size: 0.82rem; color: rgba(255,255,255,0.6); text-decoration: none; margin-bottom: 8px; transition: color 0.2s; }
.footer-col a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; text-align: center; font-size: 0.78rem; max-width: 1200px; margin: 0 auto; padding-bottom: 20px; }

/* ARCHIVE – sidebar + grid */
.archive-wrap { display: flex; gap: 28px; align-items: flex-start; padding: 40px 0; }
.archive-sidebar { width: 260px; flex-shrink: 0; position: sticky; top: 80px; background: white; border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
.archive-main { flex: 1; min-width: 0; }
.sidebar-head { background: var(--bg); padding: 14px 18px; font-size: 13px; font-weight: 600; color: var(--text-dark); border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.sidebar-section { padding: 14px 18px; border-bottom: 1px solid var(--bg); }
.sidebar-section:last-child { border-bottom: none; }
.sidebar-section h4 { font-size: 11px; font-weight: 600; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }
.sidebar-section label { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-dark); padding: 5px 0; cursor: pointer; }
.sidebar-section label:hover { color: var(--primary); }
.sidebar-section input[type="checkbox"],
.sidebar-section input[type="radio"] { accent-color: var(--primary); width: 15px; height: 15px; }
.sidebar-section .count { margin-left: auto; font-size: 11px; color: var(--text-light); }
.sidebar-section select { width: 100%; padding: 8px 12px; border: 1px solid var(--border); border-radius: 8px; font-size: 13px; font-family: 'Inter', sans-serif; outline: none; color: var(--text-dark); }

.archive-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; gap: 12px; flex-wrap: wrap; }
.archive-search-bar { margin-bottom: 16px; }
.archive-search-bar input { width: 100%; padding: 11px 16px; border: 2px solid var(--border); border-radius: var(--radius-sm); font-size: 14px; outline: none; transition: border-color 0.2s; font-family: 'Inter', sans-serif; }
.archive-search-bar input:focus { border-color: var(--primary); }
#result-count { font-size: 13px; color: var(--text-light); }
#sort-select   { padding: 8px 14px; border: 1px solid var(--border); border-radius: 8px; font-size: 13px; outline: none; font-family: 'Inter', sans-serif; color: var(--text-dark); }

/* Mobile filter toggle */
.filter-toggle-btn { display: none; align-items: center; gap: 8px; padding: 9px 16px; background: var(--primary); color: white; border: none; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; font-family: 'Inter', sans-serif; }

/* Active filter tags */
.active-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 14px; }
.filter-tag  { display: inline-flex; align-items: center; gap: 4px; background: var(--primary-light); color: var(--primary); border: 1px solid rgba(27,110,243,0.2); padding: 3px 10px; border-radius: 20px; font-size: 12px; }
.filter-tag button { background: none; border: none; color: var(--primary); font-size: 14px; cursor: pointer; padding: 0 0 0 2px; }
.clear-all { background: none; border: 1px solid var(--border); border-radius: 20px; padding: 3px 12px; font-size: 12px; color: var(--text-light); cursor: pointer; font-family: 'Inter', sans-serif; }

/* Pagination */
.dh-pagination { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 40px; flex-wrap: wrap; }
.dh-pagination a, .dh-pagination span { display: flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 12px; border: 1px solid var(--border); border-radius: 8px; background: white; font-size: 13px; font-weight: 500; color: var(--text-dark); transition: all 0.2s; text-decoration: none; }
.dh-pagination a:hover, .dh-pagination .current { background: var(--primary); border-color: var(--primary); color: white; }
.page-btn { min-width: 38px; height: 38px; padding: 0 12px; border: 1px solid var(--border); border-radius: 8px; background: white; font-size: 13px; font-weight: 500; color: var(--text-dark); transition: all 0.2s; cursor: pointer; font-family: 'Inter', sans-serif; }
.page-btn:hover, .page-btn.active { background: var(--primary); border-color: var(--primary); color: white; }

/* No results */
.no-results { text-align: center; padding: 60px 20px; color: var(--text-light); }
.no-results span { display: block; font-size: 48px; margin-bottom: 16px; }

/* Skeleton */
.skeleton-card { background: white; border-radius: var(--radius-md); border: 1px solid var(--border); overflow: hidden; }
.skeleton-thumb { height: 160px; background: linear-gradient(90deg, #f0f4ff 25%, #e0e8ff 50%, #f0f4ff 75%); background-size: 200% 100%; animation: shimmer 1.4s infinite; }
.skeleton-body  { padding: 14px 16px; }
.skeleton-line  { height: 11px; border-radius: 4px; margin-bottom: 8px; background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); background-size: 200% 100%; animation: shimmer 1.4s infinite; }
.skeleton-line.w70 { width: 70%; }
.skeleton-line.w50 { width: 50%; }
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

/* ============================================================
   MOBILE NAV DRAWER
============================================================ */
#mobile-nav { display: none; position: fixed; inset: 0; z-index: 1100; }
#mobile-nav.open { display: flex; }
.mobile-nav-bg { position: absolute; inset: 0; background: rgba(0,0,0,0.5); }
.mobile-nav-panel {
  position: relative; z-index: 1;
  background: white; width: 280px; height: 100%;
  padding: 24px 20px; display: flex; flex-direction: column;
  overflow-y: auto; animation: slideIn 0.3s ease;
}
@keyframes slideIn { from { transform: translateX(-100%); } to { transform: translateX(0); } }
.mobile-nav-close { align-self: flex-end; background: none; border: none; font-size: 24px; color: var(--text-light); margin-bottom: 16px; cursor: pointer; }
.mobile-nav-panel a { display: block; padding: 12px 0; border-bottom: 1px solid var(--bg); font-size: 15px; font-weight: 500; color: var(--text-dark); text-decoration: none; }
.mobile-nav-panel a:hover { color: var(--primary); }
.hamburger { display: none; background: none; border: none; flex-direction: column; gap: 5px; padding: 6px; cursor: pointer; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text-dark); border-radius: 2px; }

/* MOBILE BOTTOM BAR */
#bottom-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0;
  height: 56px;
  background: white;
  border-top: 1px solid var(--border);
  z-index: 990;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.08);
}
#bottom-bar .bar-inner { display: flex; height: 100%; width: 100%; }
#bottom-bar a {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2px;
  font-size: 10px; font-weight: 500; color: var(--text-light);
  text-decoration: none; transition: color 0.2s;
  min-width: 0; overflow: hidden; padding: 0 2px;
}
#bottom-bar a:hover, #bottom-bar a.active { color: var(--primary); }
#bottom-bar .bar-icon { font-size: 18px; line-height: 1; flex-shrink: 0; }
#bottom-bar a span:not(.bar-icon) { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.sidebar-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 990; }
body.sidebar-open .sidebar-overlay { display: block; }

/* ============================================================
   WORDPRESS ADMIN BAR OFFSET
============================================================ */
.admin-bar .dhh-site-header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .dhh-site-header { top: 46px; } }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 900px) {
  .template-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .process-steps::before { display: none; }
  .know-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 1.62rem; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .fn-grid { grid-template-columns: 1fr; }
  .purpose-grid { grid-template-columns: 1fr 1fr; }
  .archive-wrap { flex-direction: column; }
  .archive-sidebar { width: 100%; position: static; display: none; }
  .archive-sidebar.open { display: block; }
  .filter-toggle-btn { display: flex; }
  .section { padding: 48px 20px; }
  .hero { padding: 54px 20px 62px; }
  .hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .hero h1 { font-size: clamp(1.55rem, 5.4vw, 2.05rem); }
  .hero-search-panel { padding: 22px; border-radius: 20px; }
  .cta-band { padding: 48px 20px; }
  .footer { padding: 40px 20px 20px; }
}
@media (max-width: 600px) {
  .template-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .know-grid { grid-template-columns: 1fr; }
  .purpose-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 18px 24px; }
  .stat-item { min-width: calc(50% - 12px); }
  .hero h1 { font-size: 1.38rem; }
  .search-box { flex-wrap: wrap; border-radius: 16px; padding: 10px; }
  .search-box input { flex: 1 1 calc(100% - 36px); }
  .search-box button { width: 100%; border-radius: 12px; }
  #bottom-bar { display: flex; }
  body { padding-bottom: 56px; }
}


/* ============================================================
   HEADER MENU — dynamic WordPress menu + desktop/mobile submenus
============================================================ */
.dhh-nav-scroll{overflow:visible;gap:0;}
.dhh-nav-scroll > li{position:relative;margin-right:34px;}
.dhh-nav-scroll > li:last-child{margin-right:0;}
.dhh-nav-scroll .sub-menu{
  display:none;
  position:absolute;
  left:0;
  top:100%;
  z-index:1005;
  min-width:220px;
  list-style:none;
  margin:0;
  padding:8px;
  background:#fff;
  border:1px solid #edf1f6;
  border-radius:12px;
  box-shadow:0 16px 34px rgba(15,35,60,.12);
}
.dhh-nav-scroll .sub-menu .sub-menu{left:100%;top:0;}
.dhh-nav-scroll li:hover > .sub-menu,
.dhh-nav-scroll li:focus-within > .sub-menu{display:block;}
.dhh-nav-scroll .sub-menu li{display:block;margin:0;position:relative;}
.dhh-nav-scroll .sub-menu a{
  min-height:auto;
  height:auto;
  padding:10px 12px;
  border-radius:9px;
  color:#4d596b;
  font-size:13px;
  line-height:1.35;
  white-space:nowrap;
}
.dhh-nav-scroll .sub-menu a:hover{background:#fffaf2;color:#b98735;}
.dhh-nav-scroll .sub-menu a:after{display:none;}
.dhh-submenu-toggle{display:none;}

@media(max-width:720px){
  .dhh-nav-scroll{
    display:block;
    min-height:auto;
    max-height:64vh;
    overflow:auto;
    padding:8px 0;
    gap:0;
  }
  .dhh-nav-scroll > li,
  .dhh-nav-scroll .sub-menu li{
    display:grid;
    grid-template-columns:minmax(0,1fr) 36px;
    align-items:center;
    width:100%;
    margin-right:0;
    border-bottom:1px solid #edf1f6;
  }
  .dhh-nav-scroll li:last-child{border-bottom:0;}
  .dhh-nav-scroll a{
    min-height:42px;
    height:auto;
    padding:0 8px;
    white-space:normal;
    line-height:1.35;
  }
  .dhh-nav-scroll a:after{display:none;}
  .dhh-nav-scroll .sub-menu{
    position:static;
    grid-column:1 / -1;
    display:none;
    min-width:0;
    width:100%;
    margin:0 0 8px 0;
    padding:6px 0 6px 12px;
    background:#fffaf2;
    border:0;
    border-radius:10px;
    box-shadow:none;
  }
  .dhh-nav-scroll li:hover > .sub-menu{display:none;}
  .dhh-nav-scroll li.is-submenu-open > .sub-menu{display:block;}
  .dhh-nav-scroll .sub-menu .sub-menu{margin-left:10px;background:#fff;border-left:2px solid #f0e3cc;}
  .dhh-nav-scroll .sub-menu a{padding:9px 10px;white-space:normal;}
  .dhh-submenu-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    justify-self:end;
    margin-right:2px;
    border:1px solid #ead5ad;
    border-radius:9px;
    background:#fff;
    color:#b98735;
    cursor:pointer;
    font:inherit;
  }
  .dhh-submenu-toggle span{display:block;transition:transform .18s ease;line-height:1;}
  .is-submenu-open > .dhh-submenu-toggle span{transform:rotate(180deg);}
}


/* ============================================================
   MOBILE HEADER HAMBURGER + COLLAPSED DRAWER
============================================================ */
.dhh-mobile-menu-toggle,
.dhh-mobile-nav-head{
  display:none;
}
.dhh-mobile-menu-close{
  border:0;
  background:transparent;
  cursor:pointer;
}

@media(max-width:720px){
  .dhh-header-actions .dhh-login,
  .dhh-header-actions .dhh-register{
    display:none !important;
  }
  .dhh-mobile-menu-toggle{
    width:34px;
    height:34px;
    flex:0 0 34px;
    border-radius:10px;
    border:1px solid #e3e8ef;
    background:#fff;
    box-shadow:0 6px 14px rgba(15,35,60,.045);
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    padding:0;
    cursor:pointer;
    color:#26344b;
  }
  .dhh-mobile-menu-toggle span{
    width:17px;
    height:2px;
    border-radius:999px;
    background:currentColor;
    display:block;
  }
  .dhh-mobile-menu-toggle:hover{
    color:#b98735;
    border-color:#ead5ad;
    background:#fffaf2;
  }
  .dhh-nav-bar{
    display:none;
    position:fixed;
    inset:0;
    z-index:1200;
    background:rgba(15,23,42,.48);
    border:0;
  }
  .dhh-nav-bar.is-mobile-open{
    display:block;
  }
  .dhh-nav-bar > .dhh-container{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:min(320px, calc(100vw - 48px));
    max-width:calc(100vw - 48px);
    margin:0;
    padding:16px 14px 24px;
    overflow-y:auto;
    background:#fff;
    box-shadow:-18px 0 44px rgba(15,35,60,.22);
  }
  .dhh-mobile-nav-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:0 2px 12px;
    margin-bottom:4px;
    border-bottom:1px solid #edf1f6;
    font-size:16px;
    font-weight:600;
    color:#1f2937;
  }
  .dhh-mobile-menu-close{
    width:34px;
    height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    color:#556173;
    font-size:28px;
    line-height:1;
  }
  .dhh-mobile-menu-close:hover{
    background:#fffaf2;
    color:#b98735;
  }
  body.dhh-menu-open{
    overflow:hidden;
  }
  .dhh-nav-scroll{
    display:block;
    min-height:0;
    max-height:none;
    overflow:visible;
    padding:0;
  }
  .dhh-nav-scroll > li,
  .dhh-nav-scroll .sub-menu li{
    display:grid;
    grid-template-columns:minmax(0,1fr) 36px;
    align-items:center;
    width:100%;
    margin:0;
    border-bottom:1px solid #edf1f6;
  }
  .dhh-nav-scroll > li:last-child,
  .dhh-nav-scroll .sub-menu li:last-child{
    border-bottom:0;
  }
  .dhh-nav-scroll a{
    min-height:44px;
    height:auto;
    padding:0 8px;
    line-height:1.35;
    white-space:normal;
  }
  .dhh-nav-scroll a:after{
    display:none !important;
  }
  .dhh-nav-scroll .sub-menu{
    position:static;
    grid-column:1 / -1;
    display:none !important;
    min-width:0;
    width:100%;
    margin:0 0 8px 0;
    padding:6px 0 6px 12px;
    background:#fffaf2;
    border:0;
    border-radius:10px;
    box-shadow:none;
  }
  .dhh-nav-scroll li:hover > .sub-menu,
  .dhh-nav-scroll li:focus-within > .sub-menu{
    display:none !important;
  }
  .dhh-nav-scroll li.is-submenu-open > .sub-menu{
    display:block !important;
  }
  .dhh-nav-scroll .sub-menu .sub-menu{
    margin-left:10px;
    background:#fff;
    border-left:2px solid #f0e3cc;
  }
  .dhh-nav-scroll .sub-menu a{
    padding:9px 10px;
    white-space:normal;
  }
  .dhh-submenu-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    justify-self:end;
    margin-right:2px;
    border:1px solid #ead5ad;
    border-radius:9px;
    background:#fff;
    color:#b98735;
    cursor:pointer;
    font:inherit;
  }
}

@media(max-width:390px){
  .dhh-mobile-menu-toggle{
    width:30px;
    height:30px;
    flex-basis:30px;
    border-radius:9px;
    gap:3px;
  }
  .dhh-mobile-menu-toggle span{
    width:15px;
  }
}

@media(max-width:360px){
  .dhh-mobile-menu-toggle{
    width:28px;
    height:28px;
    flex-basis:28px;
  }
  .dhh-mobile-menu-toggle span{
    width:14px;
  }
}


/* ============================================================
   HOTFIX: keep mobile hamburger drawer above homepage banner
============================================================ */
@media(max-width:720px){
  .dhh-site-header{
    z-index:2147482990 !important;
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
  }
  .dhh-nav-bar{
    position:fixed !important;
    inset:0 !important;
    z-index:2147483000 !important;
  }
  .dhh-nav-bar > .dhh-container{
    z-index:2147483001 !important;
  }
  body.dhh-menu-open .hero,
  body.dhh-menu-open .home-banner,
  body.dhh-menu-open .banner,
  body.dhh-menu-open .swiper,
  body.dhh-menu-open .slider{
    z-index:0 !important;
  }
}

/* ============================================================
   Natural thumbnails + remove thumbnail icons/overlays
   Scoped only to card/template/knowledge thumbnails.
============================================================ */
.template-thumb,
.know-img,
.gallery-thumb,
.dh-gallery-thumb {
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  display: block !important;
  overflow: visible !important;
  background: transparent !important;
}

.dh-card__thumb img,
.template-thumb img,
.know-img img,
.gallery-thumb img,
.dh-gallery-thumb img,
.wp-post-image {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  aspect-ratio: auto !important;
  display: block !important;
}

.dh-card__thumb .overlay,
.template-thumb .overlay,
.know-img .overlay,
.dh-card__thumb .overlay-btn,
.template-thumb .overlay-btn,
.know-img .overlay-btn,
.dh-card__thumb .dh-card__badge,
.template-thumb .template-badge,
.know-img .template-badge,
.dh-card__thumb .badge,
.template-thumb .badge,
.know-img .badge,
.dh-card__thumb .icon,
.template-thumb .icon,
.know-img .icon,
.dh-card__thumb [class*="play"],
.template-thumb [class*="play"],
.know-img [class*="play"],
.dh-card__thumb [class*="overlay"],
.template-thumb [class*="overlay"],
.know-img [class*="overlay"],
.dh-card__thumb [class*="badge"],
.template-thumb [class*="badge"],
.know-img [class*="badge"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.dh-card__thumb::before,
.dh-card__thumb::after,
.template-thumb::before,
.template-thumb::after,
.know-img::before,
.know-img::after {
  content: none !important;
  display: none !important;
}


/* ============================================================
   HOTFIX: dịch vụ archive layout + clean cards
============================================================ */
.dh-container{
  max-width:1200px;
  width:min(1200px,calc(100% - 48px));
  margin:0 auto;
}
.dh-archive-wrap{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:28px;
  align-items:start;
  padding:32px 0 48px;
}
.dh-archive-main{min-width:0;width:100%;}
.dh-service-filter{display:block;}
.dh-sidebar{
  position:sticky;
  top:96px;
  width:100%;
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius-md);
  overflow:hidden;
  box-shadow:var(--shadow-sm);
}
.dh-sidebar-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 18px;
  background:linear-gradient(180deg,#fff,#f8fafc);
  border-bottom:1px solid var(--border);
  font-size:13px;
  font-weight:700;
  color:var(--text-dark);
}
.dh-sidebar-section{padding:14px 18px;border-bottom:1px solid var(--border);}
.dh-sidebar-section:last-child{border-bottom:0;}
.dh-sidebar-section h4{
  margin:0 0 10px;
  font-size:11px;
  font-weight:700;
  color:var(--text-light);
  text-transform:uppercase;
  letter-spacing:.5px;
}
.dh-sidebar-section label{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  padding:6px 0;
  color:var(--text-dark);
  font-size:13px;
  line-height:1.35;
  cursor:pointer;
}
.dh-sidebar-section input[type="checkbox"],
.dh-sidebar-section input[type="radio"]{width:15px;height:15px;accent-color:var(--primary);flex:0 0 auto;}
.dh-sidebar-section .count{margin-left:auto;color:var(--text-light);font-size:11px;}
.dh-filter-actions{display:grid;grid-template-columns:1fr;gap:8px;}
.dh-filter-submit,
.dh-filter-clear{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:9px 14px;
  border-radius:9px;
  border:1px solid var(--border);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  cursor:pointer;
  font-family:'Inter',sans-serif;
}
.dh-filter-submit{background:var(--primary);border-color:var(--primary);color:#fff;}
.dh-filter-submit:hover{background:var(--primary-dark);color:#fff;}
.dh-filter-clear{background:#fff;color:var(--text-mid);}
.dh-filter-clear:hover{border-color:var(--primary);color:var(--primary);}
.dh-archive-search{position:relative;margin-bottom:16px;}
.dh-archive-search input{
  width:100%;
  height:46px;
  padding:0 46px 0 16px;
  border:2px solid var(--border);
  border-radius:var(--radius-sm);
  outline:none;
  background:#fff;
  color:var(--text-dark);
  font-size:14px;
  transition:border-color .2s,box-shadow .2s;
}
.dh-archive-search input:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(27,110,243,.08);}
.dh-archive-search .search-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:var(--text-light);pointer-events:none;}
.dh-archive-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.dh-archive-toolbar select,
.dh-filter-input{
  max-width:100%;
  border:1px solid var(--border);
  border-radius:9px;
  background:#fff;
  color:var(--text-dark);
  outline:none;
  font-size:13px;
  font-family:'Inter',sans-serif;
}
.dh-archive-toolbar select{height:38px;padding:0 12px;}
.dh-filter-toggle-btn{
  display:none;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:9px 16px;
  background:var(--primary);
  color:#fff;
  border:0;
  border-radius:9px;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  font-family:'Inter',sans-serif;
}
#dh-result-count{font-size:13px;color:var(--text-light);}
#dh-active-tags,.dh-active-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px;}
.dh-filter-chip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 10px;
  border-radius:999px;
  background:var(--primary-light);
  color:var(--primary);
  border:1px solid rgba(27,110,243,.18);
  font-size:12px;
  font-weight:600;
}
.dh-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.dh-card{
  min-width:0;
  height:100%;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius-md);
  overflow:hidden;
  box-shadow:var(--shadow-sm);
  transition:transform .22s,box-shadow .22s,border-color .22s;
}
.dh-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:rgba(27,110,243,.45);}
.dh-card a{text-decoration:none;}
.dh-card__thumb{
  width:100%;
  min-height:180px !important;
  aspect-ratio:4/3 !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
  background:#f8fafc !important;
}
.dh-card__thumb img{
  width:100% !important;
  height:100% !important;
  max-width:100%;
  object-fit:contain !important;
  object-position:center center;
  display:block;
}
.dh-avatar{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;min-height:180px;}
.dh-card__body{display:flex;flex-direction:column;gap:10px;flex:1;padding:14px 16px 16px;}
.dh-card__meta{display:flex;align-items:center;gap:8px;min-height:22px;}
.dh-card__cat{
  display:inline-flex;
  max-width:100%;
  padding:3px 9px;
  border-radius:999px;
  background:var(--primary-light);
  color:var(--primary);
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.dh-card__title{font-size:15px;font-weight:700;line-height:1.35;margin:0;color:var(--text-dark);}
.dh-card__title a{color:inherit;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.dh-card__title a:hover{color:var(--primary);}
.dh-card__desc{
  margin:0;
  color:var(--text-light);
  font-size:13px;
  line-height:1.55;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.dh-card__info{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;}
.dh-tag-sm{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:999px;background:#f8fafc;border:1px solid var(--border);color:var(--text-mid);font-size:11px;font-weight:600;}
.dh-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:4px;}
.dh-card__price{min-width:0;color:var(--accent);font-size:14px;font-weight:800;line-height:1.25;}
.dh-card__price em{font-style:normal;}
.dh-card__rating{display:flex;align-items:center;gap:5px;margin-top:4px;color:var(--text-light);font-size:11px;font-weight:600;}
.dh-card__rating .stars{color:#f59e0b;letter-spacing:-1px;}
.dh-card__btn{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 11px;
  border-radius:9px;
  background:var(--primary);
  color:#fff;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
.dh-card__btn:hover{background:var(--primary-dark);color:#fff;}
.dh-no-results{
  grid-column:1/-1;
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius-md);
  padding:42px 20px;
  text-align:center;
  color:var(--text-light);
}
.dh-no-results span{display:block;font-size:42px;margin-bottom:10px;}
.dh-pagination ul{display:flex;align-items:center;justify-content:center;gap:6px;list-style:none;margin:40px 0 0;padding:0;flex-wrap:wrap;}
.dh-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text-dark);font-size:13px;font-weight:700;text-decoration:none;}
.dh-pagination .page-numbers.current,.dh-pagination a.page-numbers:hover{background:var(--primary);border-color:var(--primary);color:#fff;}
@media(max-width:1024px){
  .dh-archive-wrap{grid-template-columns:240px minmax(0,1fr);gap:20px;}
  .dh-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:720px){
  .dh-container{width:min(100% - 32px,1200px);}
  .dh-archive-wrap{display:block;padding:24px 0 40px;}
  .dh-sidebar{display:none;position:static;margin-bottom:18px;}
  .dh-sidebar.open{display:block;}
  .dh-filter-toggle-btn{display:inline-flex;}
  .dh-archive-toolbar{align-items:stretch;}
  .dh-archive-toolbar select{flex:1;min-width:160px;}
  .dh-grid{grid-template-columns:1fr;gap:16px;}
  .dh-card__thumb{min-height:170px !important;}
}

/* ============================================================
   BLOG POST: category sidebar + single sidebar + related posts
============================================================ */
.dh-post-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 310px;
  gap:28px;
  align-items:start;
  padding:34px 0 48px;
}
.dh-post-layout--single{padding-top:0;}
.dh-post-layout--no-sidebar{display:block;max-width:860px;margin:0 auto;}
.dh-post-main{min-width:0;}
.dh-post-article{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:28px;
  box-shadow:var(--shadow-sm);
}
.dh-cat-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 11px;
  border-radius:999px;
  background:var(--primary-light);
  color:var(--primary);
  border:1px solid rgba(27,110,243,.18);
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}
.dh-cat-pill:hover{background:var(--primary);color:#fff;}
.dh-post-featured img{width:100%;height:auto;object-fit:contain;display:block;}
.dh-post-archive-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
  color:var(--text-light);
  font-size:14px;
}
.dh-post-archive-toolbar strong{color:var(--text-dark);font-weight:800;}
.dh-post-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.dh-post-card{
  min-width:0;
  height:100%;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius-md);
  overflow:hidden;
  box-shadow:var(--shadow-sm);
  transition:transform .22s, box-shadow .22s, border-color .22s;
}
.dh-post-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:rgba(27,110,243,.38);}
.dh-post-card a{text-decoration:none;}
.dh-post-card__thumb{
  width:100%;
  aspect-ratio:16/10;
  min-height:170px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:linear-gradient(135deg,#eef5ff,#fff8ec);
  color:var(--primary);
  font-size:28px;
  font-weight:800;
  text-transform:uppercase;
}
.dh-post-card__thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.dh-post-card__body{display:flex;flex-direction:column;gap:10px;flex:1;padding:16px;}
.dh-post-card__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--text-light);font-size:12px;}
.dh-post-card__cat{display:inline-flex;padding:3px 9px;border-radius:999px;background:var(--primary-light);color:var(--primary);font-size:11px;font-weight:800;}
.dh-post-card__title{margin:0;font-size:17px;font-weight:800;line-height:1.35;color:var(--text-dark);}
.dh-post-card__title a{color:inherit;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.dh-post-card__title a:hover{color:var(--primary);}
.dh-post-card__excerpt{margin:0;color:var(--text-light);font-size:13.5px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.dh-post-card__more{margin-top:auto;display:inline-flex;align-self:flex-start;align-items:center;padding:8px 12px;border-radius:9px;background:var(--primary);color:#fff;font-size:12px;font-weight:800;}
.dh-post-card__more:hover{background:var(--primary-dark);color:#fff;}
.dh-post-sidebar{position:sticky;top:96px;display:flex;flex-direction:column;gap:16px;min-width:0;}
.dh-post-widget{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);}
.dh-post-widget__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;background:linear-gradient(180deg,#fff,#f8fafc);border-bottom:1px solid var(--border);font-size:13px;font-weight:800;color:var(--text-dark);}
.dh-post-widget__body{padding:14px 16px;}
.dh-post-search{display:grid;grid-template-columns:minmax(0,1fr) 68px;gap:8px;}
.dh-post-search input{min-width:0;height:40px;border:1px solid var(--border);border-radius:9px;padding:0 12px;outline:none;font-size:13px;font-family:'Inter',sans-serif;background:#fff;color:var(--text-dark);}
.dh-post-search input:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(27,110,243,.08);}
.dh-post-search button{height:40px;border:0;border-radius:9px;background:var(--primary);color:#fff;font-size:13px;font-weight:800;cursor:pointer;font-family:'Inter',sans-serif;}
.dh-post-search button:hover{background:var(--primary-dark);}
.dh-post-cat-list{display:flex;flex-direction:column;padding:8px;}
.dh-post-cat-list a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 10px;border-radius:10px;color:var(--text-dark);font-size:13px;font-weight:700;text-decoration:none;}
.dh-post-cat-list a:hover,.dh-post-cat-list a.is-active{background:var(--primary-light);color:var(--primary);}
.dh-post-cat-list em{font-style:normal;font-size:11px;color:var(--text-light);background:#f8fafc;border:1px solid var(--border);border-radius:999px;padding:1px 7px;}
.dh-post-mini-list{display:flex;flex-direction:column;gap:10px;}
.dh-post-mini{display:grid;grid-template-columns:58px minmax(0,1fr);gap:10px;align-items:center;text-decoration:none;padding:8px;border:1px solid var(--border);border-radius:10px;background:#fff;transition:border-color .2s, background .2s;}
.dh-post-mini:hover{border-color:var(--primary);background:var(--primary-light);}
.dh-post-mini__thumb{width:58px;height:48px;border-radius:8px;background:linear-gradient(135deg,#eef5ff,#fff8ec);overflow:hidden;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:12px;font-weight:800;text-transform:uppercase;}
.dh-post-mini__thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.dh-post-mini__body{min-width:0;display:block;}
.dh-post-mini__body strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text-dark);font-size:12.5px;line-height:1.35;}
.dh-post-mini__body small{display:block;margin-top:3px;color:var(--text-light);font-size:11px;}
.dh-post-tag-cloud{display:flex;flex-wrap:wrap;gap:8px;}
.dh-post-tag-cloud a{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;border:1px solid var(--border);background:#f8fafc;color:var(--text-mid);font-size:11.5px;font-weight:700;text-decoration:none;}
.dh-post-tag-cloud a:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light);}
.dh-post-related{margin-top:8px;padding-top:34px;border-top:1px solid var(--border);}
.dh-post-related__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px;}
.dh-post-related__head span{display:inline-flex;background:var(--primary-light);color:var(--primary);font-size:11px;font-weight:900;padding:4px 10px;border-radius:999px;margin-bottom:8px;letter-spacing:.04em;}
.dh-post-related__head h2{font-size:1.35rem;font-weight:800;color:var(--text-dark);margin:0;}
.dh-post-grid--related{grid-template-columns:repeat(3,minmax(0,1fr));}
@media(max-width:1080px){
  .dh-post-layout{grid-template-columns:minmax(0,1fr) 280px;gap:22px;}
  .dh-post-grid--related{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:820px){
  .dh-post-layout{display:block;padding:24px 0 40px;}
  .dh-post-sidebar{position:static;margin-top:22px;}
  .dh-post-article{padding:20px;border-radius:var(--radius-md);}
  .dh-post-grid,.dh-post-grid--related{grid-template-columns:1fr;gap:16px;}
  .dh-post-card__thumb{min-height:160px;}
}

/* Fix post/category pagination: keep page numbers horizontal */
.dh-pagination,
#dh-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin-top:40px;
  flex-wrap:wrap;
  width:100%;
}
.dh-pagination a,
.dh-pagination span,
#dh-pagination a,
#dh-pagination span,
ul.page-numbers > li > a,
ul.page-numbers > li > span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:38px;
  padding:0 12px;
  border:1px solid var(--border);
  border-radius:8px;
  background:#fff;
  color:var(--text-dark);
  font-size:13px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  vertical-align:middle;
}
.dh-pagination a:hover,
.dh-pagination .current,
#dh-pagination a:hover,
#dh-pagination .current,
ul.page-numbers > li > a:hover,
ul.page-numbers > li > span.current{
  background:var(--primary);
  border-color:var(--primary);
  color:#fff;
}
.dh-pagination ul.page-numbers,
#dh-pagination ul.page-numbers,
ul.page-numbers{
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:6px;
  list-style:none;
  margin:40px 0 0;
  padding:0;
  flex-wrap:wrap;
  border:0;
  background:transparent;
  min-width:0;
  height:auto;
  width:100%;
}
.dh-pagination ul.page-numbers{
  margin-top:0;
}
.dh-pagination ul.page-numbers > li,
#dh-pagination ul.page-numbers > li,
ul.page-numbers > li{
  display:inline-flex;
  list-style:none;
  margin:0;
  padding:0;
}


/* ==========================================================
   DCVN DESIGN.COM.VN THEME PATCH
   Menu clean-up + full-page header + bottom home banners
========================================================== */
.site-header,
.dhh-site-header,
.em-header,
header.site-header,
header.dhh-site-header,
header.em-header{
  width:100%!important;
  max-width:100%!important;
}
.site-header-inner,
.site-header__inner,
.dhh-site-header .dhh-header-main,
.dhh-container.dhh-header-main,
.em-header__inner,
.em-header .em-container,
header.site-header > .container,
header.site-header .container,
header .header-inner,
header .main-header-inner{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
  padding-left:32px!important;
  padding-right:32px!important;
}
.site-header ul,
.site-header ol,
.site-nav ul,
.site-nav ol,
.primary-menu,
.mobile-primary-menu,
.dhh-primary-menu,
.em-nav ul,
.em-nav ol,
.mobile-nav-panel ul,
.mobile-nav-panel ol,
.dhh-nav-scroll{
  list-style:none!important;
  padding-left:0!important;
  margin-left:0!important;
}
.site-header li::marker,
.site-nav li::marker,
.primary-menu li::marker,
.mobile-primary-menu li::marker,
.dhh-primary-menu li::marker,
.em-nav li::marker,
.mobile-nav-panel li::marker{
  content:""!important;
  font-size:0!important;
}
.site-header li::before,
.site-nav li::before,
.primary-menu li::before,
.mobile-primary-menu li::before,
.dhh-primary-menu li::before,
.em-nav li::before,
.mobile-nav-panel li::before{
  content:none!important;
  display:none!important;
}
.site-header li.menu-item-has-children::after,
.site-nav li.menu-item-has-children::after,
.primary-menu li.menu-item-has-children::after,
.mobile-primary-menu li.menu-item-has-children::after,
.dhh-primary-menu li.menu-item-has-children::after,
.em-nav li.menu-item-has-children::after,
.mobile-nav-panel li.menu-item-has-children::after{
  content:none!important;
  display:none!important;
}
.site-header li.menu-item-has-children > a::after,
.site-nav li.menu-item-has-children > a::after,
.primary-menu li.menu-item-has-children > a::after,
.mobile-primary-menu li.menu-item-has-children > a::after,
.dhh-primary-menu li.menu-item-has-children > a::after,
.em-nav li.menu-item-has-children > a::after,
.mobile-nav-panel li.menu-item-has-children > a::after{
  content:"+"!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-left:.42em!important;
  font-weight:600!important;
  line-height:1!important;
  transform:none!important;
  border:0!important;
  opacity:1!important;
}
.site-header li:hover > .sub-menu,
.site-nav li:hover > .sub-menu,
.primary-menu li:hover > .sub-menu,
.dhh-primary-menu li:hover > .sub-menu,
.em-nav li:hover > .sub-menu{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.dcvn-home-action-banners{
  width:100%;
  padding:56px 32px;
  background:#fff;
  box-sizing:border-box;
  clear:both;
}
.dcvn-home-action-banners__inner{
  width:100%;
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.dcvn-action-banner{
  position:relative;
  display:flex;
  align-items:flex-end;
  min-height:320px;
  aspect-ratio:6/4;
  overflow:hidden;
  border-radius:24px;
  text-decoration:none!important;
  color:#fff!important;
  background-image:linear-gradient(180deg,rgba(16,13,8,.12),rgba(16,13,8,.82)),var(--dcvn-banner-img);
  background-size:cover;
  background-position:center;
  box-shadow:0 18px 46px rgba(25,19,10,.16);
  isolation:isolate;
}
.dcvn-action-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.18),rgba(0,0,0,.02));
  z-index:-1;
}
.dcvn-action-banner__content{
  width:100%;
  padding:34px;
  box-sizing:border-box;
}
.dcvn-action-banner__eyebrow{
  display:inline-flex;
  margin-bottom:10px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  color:#fff;
  backdrop-filter:blur(10px);
  font-size:12px;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.dcvn-action-banner h2{
  margin:0 0 10px!important;
  color:#fff!important;
  font-size:clamp(24px,3vw,40px)!important;
  line-height:1.08!important;
  font-weight:600!important;
  letter-spacing:-.03em;
}
.dcvn-action-banner p{
  max-width:560px;
  margin:0 0 22px!important;
  color:rgba(255,255,255,.88)!important;
  font-size:15px!important;
  line-height:1.6!important;
}
.dcvn-action-banner__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  background:#fff;
  color:#2c2215;
  font-weight:600;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}
@media (max-width:900px){
  .site-header-inner,
  .site-header__inner,
  .dhh-site-header .dhh-header-main,
  .dhh-container.dhh-header-main,
  .em-header__inner,
  .em-header .em-container,
  header.site-header > .container,
  header.site-header .container,
  header .header-inner,
  header .main-header-inner{
    padding-left:16px!important;
    padding-right:16px!important;
  }
  .dcvn-home-action-banners{padding:36px 16px;}
  .dcvn-home-action-banners__inner{grid-template-columns:1fr;gap:16px;}
  .dcvn-action-banner{min-height:260px;border-radius:18px;}
  .dcvn-action-banner__content{padding:24px;}
}

