/*
Theme Name: Vaytien Theme
Theme URI: https://dev.com.vn
Description: Vaytien.vn — Financial advisory and education theme
Version: 2.0.5-vaytien-scroll-fix
Author: dev.com.vn
Text Domain: labelstudio
*/

/* ============================================================
   DESIGN TOKENS
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary:        #ff6a1a;
  --primary-dark:   #ca4a11;
  --primary-light:  #fff4ee;
  --accent:         #7c3aed;
  --accent-light:   #f7f4ff;
  --accent-dark:    #5b21b6;
  --text-dark:      #17233d;
  --text-mid:       #34435d;
  --text-light:     #7a8598;
  --bg:             #ffffff;
  --white:          #FFFFFF;
  --border:         #e2e8f0;
  --shadow-sm:      0 1px 4px rgba(20,30,60,0.07);
  --shadow-md:      0 8px 22px rgba(15,35,70,0.07);
  --shadow-lg:      0 14px 34px rgba(20,30,60,0.10);
  --shadow-card:    0 8px 22px rgba(15,35,70,0.07);
  --radius-sm:      6px;
  --radius-md:      12px;
  --radius-lg:      20px;
  --font:           'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--bg); color: var(--text-dark); line-height: 1.65; font-size: 16px; }
a { color: var(--primary); }
img { max-width: 100%; height: auto; display: block; }

/* ============================================================
   HEADER — DESIGN.com.vn dynamic logo/menu/mobile submenu
============================================================ */
:root{
  --blue:#ff6a1a;
  --blue-dark:#17233d;
  --blue-soft:#fff4ee;
  --header-text:#233044;
  --header-muted:#7a8598;
  --header-line:#e2e8f0;
  --header-line-soft:#eef2f6;
  --header-container:1250px;
  --header-shadow:0 4px 16px rgba(15,35,60,.05);
}

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

.top-strip,
.site-header,
.site-header *{box-sizing:border-box;}
.top-strip a,
.site-header a{text-decoration:none;color:inherit;cursor:pointer;}
.site-header input,
.site-header button{font:inherit;}
.site-header svg{display:block;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}

.top-strip{
  background:#09142c;
  border-bottom:1px solid var(--header-line-soft);
  color:#dbe4f2;
  font-size:12px;
}
.top-inner{
  height:33px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.top-left,
.top-right{
  display:flex;
  align-items:center;
  gap:24px;
  white-space:nowrap;
}
.top-left span{display:inline-flex;align-items:center;gap:6px;}
.top-left span:first-child:before{content:"☎";color:var(--blue);}
.top-left span:last-child:before{content:"✉";color:var(--blue);}
.top-right a{color:var(--header-muted);font-weight:500;}
.top-right a:hover{color:var(--blue);}

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:#fff;
  border-bottom:1px solid var(--header-line-soft);
  box-shadow:var(--header-shadow);
}
.header-main{
  min-height:60px;
  display:grid;
  grid-template-columns:230px minmax(320px,1fr) 280px;
  align-items:center;
  gap:26px;
}
.site-brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.brand-logo{
  width:auto;
  max-width:190px;
  max-height:42px;
  height:auto;
  object-fit:contain;
  flex:0 0 auto;
}
.site-brand.has-custom-logo .brand-copy{display:none;}
.site-brand.has-custom-logo{gap:0;}
.brand-mark{
  width:34px;
  height:34px;
  border-radius:50%;
  background:var(--blue-soft);
  border:1px solid #d8e8f9;
  box-shadow:0 10px 22px rgba(15,98,183,.11);
  position:relative;
  flex:0 0 auto;
}
.brand-mark:before{
  content:"";
  position:absolute;
  inset:8px;
  border:3px solid var(--blue);
  border-radius:50%;
}
.brand-mark:after{
  content:"";
  position:absolute;
  left:14px;
  top:14px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--blue);
  box-shadow:12px -7px 0 -2px var(--blue);
}
.brand-copy strong{
  display:block;
  color:var(--blue-dark);
  font-family:Inter,system-ui,sans-serif;
  font-size:22px;
  line-height:1;
  font-weight:600;
  letter-spacing:.01em;
  white-space:nowrap;
}
.brand-copy strong span{
  color:var(--blue);
  font-family:Inter,system-ui,sans-serif;
  font-size:12px;
  font-weight:600;
}
.brand-copy small{
  display:block;
  margin-top:4px;
  color:#8aa0b9;
  font-size:8px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1.2;
  white-space:nowrap;
}
.header-search{
  height:42px;
  background:#fff;
  border:1px solid var(--header-line);
  border-radius:4px;
  display:grid;
  grid-template-columns:1fr 46px;
  overflow:hidden;
  box-shadow:0 8px 18px rgba(21,72,128,.045);
}
.header-search input{
  border:0;
  outline:0;
  padding:0 16px;
  color:var(--header-text);
  font-size:13px;
  background:transparent;
  min-width:0;
}
.header-search input::placeholder{color:#8aa0b9;}
.header-search button{
  border:0;
  background:var(--blue-soft);
  color:var(--blue);
  font-size:18px;
  cursor:pointer;
  border-left:1px solid #e7f0fa;
}
.header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  min-width:0;
}
.header-icon{
  width:40px;
  height:40px;
  border-radius:4px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#2d5280;
  background:#fff;
  border:1px solid var(--header-line);
  box-shadow:0 6px 14px rgba(21,72,128,.045);
  transition:.2s ease;
  flex:0 0 40px;
}
.header-icon:hover{
  color:var(--blue);
  border-color:#cfe2f7;
  background:var(--blue-soft);
  transform:translateY(-1px);
}
.header-icon svg{width:19px;height:19px;}
.login,
.signup{
  height:40px;
  border-radius:4px;
  padding:0 15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  line-height:1;
  font-weight:600;
  letter-spacing:.01em;
  white-space:nowrap;
}
.login{background:#fff;color:var(--blue-dark);border:1px solid var(--header-line);}
.signup{background:linear-gradient(180deg,#ff7f2a 0%,#ff6a1a 100%);color:#fff;box-shadow:0 13px 28px rgba(15,98,183,.22);}
.login:hover{color:var(--blue);border-color:#cfe2f7;background:var(--blue-soft);}
.signup:hover{color:#fff;filter:brightness(.98);}
.mobile-menu-toggle{
  display:none;
  height:36px;
  border:1px solid var(--header-line);
  border-radius:4px;
  background:#fff;
  color:var(--blue-dark);
  font-size:12px;
  font-weight:600;
  text-transform:uppercase;
  cursor:pointer;
  padding:0 12px;
}
.nav-bar{background:#fff;border-top:1px solid #edf3fa;border-bottom:1px solid #edf3fa;}
.site-nav{
  min-height:46px;
  display:flex;
  align-items:center;
  gap:28px;
  margin:0;
  padding:0;
  list-style:none;
}
.site-nav li{position:relative;list-style:none;margin:0;padding:0;}
.site-nav a{
  min-height:46px;
  display:flex;
  align-items:center;
  color:#2d5280;
  font-size:12px;
  font-weight:600;
  letter-spacing:.01em;
  text-transform:uppercase;
  white-space:nowrap;
  position:relative;
}
.site-nav a:hover,
.site-nav .active>a,
.site-nav .current-menu-item>a,
.site-nav .current-menu-ancestor>a,
.site-nav .current_page_item>a{color:var(--blue);}
.site-nav .active>a:after,
.site-nav .current-menu-item>a:after,
.site-nav .current-menu-ancestor>a:after,
.site-nav .current_page_item>a:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:36px;
  height:2px;
  border-radius:99px;
  background:var(--blue);
  transform:translateX(-50%);
}
.site-nav .sub-menu{
  position:absolute;
  left:0;
  top:100%;
  min-width:220px;
  margin:0;
  padding:8px;
  list-style:none;
  background:#fff;
  border:1px solid var(--header-line-soft);
  border-radius:4px;
  box-shadow:0 18px 38px rgba(21,72,128,.12);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:.18s ease;
  z-index:20;
}
.site-nav li:hover>.sub-menu,
.site-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);}
.site-nav .sub-menu a{min-height:38px;padding:10px 12px;color:#2d5280;font-size:12px;}
.site-nav .sub-menu a:hover{color:var(--blue);background:var(--blue-soft);}
.site-nav .sub-menu a:after{display:none;}
.site-nav .sub-menu .sub-menu{left:100%;top:0;margin-left:8px;}
.submenu-toggle{display:none;}

@media(max-width:1024px){
  .header-shell{width:min(var(--header-container),calc(100% - 28px));}
  .header-main{grid-template-columns:220px 1fr;padding:12px 0;}
  .header-search{grid-column:1/-1;order:3;}
  .site-nav{gap:22px;overflow:auto;scrollbar-width:none;}
  .site-nav::-webkit-scrollbar{display:none;}
}
@media(max-width:720px){
  .top-strip{display:none;}
  .header-main{
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px 12px;
    align-items:center;
    padding:10px 0;
  }
  .site-brand{grid-column:1;grid-row:1;}
  .brand-logo,.brand-mark{width:30px;height:30px;max-height:30px;}
  .brand-logo{max-width:150px;width:auto;}
  .brand-copy strong{font-size:19px;}
  .brand-copy strong span{font-size:11px;}
  .brand-copy small{font-size:7px;}
  .header-actions{grid-column:2;grid-row:1;justify-content:flex-end;gap:6px;}
  .header-icon{width:34px;height:34px;flex:0 0 34px;}
  .header-icon svg{width:17px;height:17px;}
  .login,.signup{height:34px;padding:0 10px;font-size:10.5px;}
  .header-search{grid-column:1/-1;grid-row:2;width:100%;height:40px;}
  .mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center;grid-column:1/-1;grid-row:3;}
  .nav-bar{display:none;}
  .nav-bar.is-open{display:block;}
  .site-nav{display:block;min-height:0;padding:8px 0 12px;overflow:visible;}
  .site-nav li{border-bottom:1px solid #edf3fa;}
  .site-nav li:last-child{border-bottom:0;}
  .site-nav a{min-height:42px;padding:10px 44px 10px 0;width:100%;}
  .site-nav .active>a:after,
  .site-nav .current-menu-item>a:after,
  .site-nav .current-menu-ancestor>a:after,
  .site-nav .current_page_item>a:after{display:none;}
  .site-nav .sub-menu,
  .site-nav .sub-menu .sub-menu{
    position:static;
    min-width:0;
    margin:0;
    padding:0 0 8px 14px;
    border:0;
    border-radius:0;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    transform:none;
    display:none;
    background:transparent;
  }
  .site-nav li.submenu-open>.sub-menu{display:block;}
  .site-nav li:hover>.sub-menu{display:none;}
  .site-nav li.submenu-open:hover>.sub-menu{display:block;}
  .site-nav .sub-menu a{min-height:36px;padding:8px 38px 8px 0;font-size:11px;}
  .submenu-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    right:0;
    top:5px;
    width:34px;
    height:34px;
    border:1px solid var(--header-line);
    border-radius:4px;
    background:var(--blue-soft);
    color:var(--blue);
    cursor:pointer;
  }
  .submenu-toggle:before{content:"+";font-weight:700;}
  .submenu-open>.submenu-toggle:before{content:"−";}
}
@media(max-width:430px){
  .header-shell{width:min(var(--header-container),calc(100% - 22px));}
  .brand-copy strong{font-size:17px;}
  .brand-copy strong span{font-size:10px;}
  .brand-copy small{font-size:6.5px;}
  .login{display:none;}
  .signup{height:31px;padding:0 8px;font-size:9.5px;}
  .header-icon{width:31px;height:31px;flex-basis:31px;}
}
.admin-bar .site-header{top:32px;}
@media screen and (max-width:782px){.admin-bar .site-header{top:46px;}}

/* ============================================================
   MOBILE BOTTOM BAR
============================================================ */
.ls-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); }
.ls-bottom-bar-inner { display: flex; height: 100%; width: 100%; }
.ls-bottom-bar-inner a { flex: 1 1 0; min-width: 0; 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; padding: 0 2px; overflow: hidden; }
.ls-bottom-bar-inner a span:not(.ls-bar-icon) { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; display: block; text-align: center; }
.ls-bottom-bar-inner a:hover, .ls-bottom-bar-inner a.active { color: var(--primary); }
.ls-bar-icon { font-size: 18px; line-height: 1; flex-shrink: 0; }
.ls-bar-icon { font-size: 18px; line-height: 1; }

/* ============================================================
   HERO
============================================================ */
.ls-hero {
  background: linear-gradient(135deg, #111b3b 0%, #5b21b6 55%, #ff6a1a 100%);
  padding: 72px 40px 80px; text-align: center; position: relative; overflow: hidden;
}
.ls-hero::before { content:''; position:absolute; top:-100px; right:-100px; width:500px; height:500px; background:rgba(232,130,12,.08); border-radius:50%; }
.ls-hero::after  { content:''; position:absolute; bottom:-140px; left:-80px; width:420px; height:420px; background:rgba(255,255,255,.04); border-radius:50%; }
.ls-hero-badge { display:inline-flex; align-items:center; gap:6px; background:rgba(232,130,12,.2); color:#FFD580; font-size:.78rem; font-weight:600; padding:5px 16px; border-radius:20px; margin-bottom:18px; border:1px solid rgba(232,130,12,.3); position:relative; z-index:1; }
.ls-hero-title { font-size:2.5rem; font-weight:700; color:white; margin-bottom:14px; line-height:1.2; position:relative; z-index:1; letter-spacing:-.4px; }
.ls-hero-title .highlight { color:#FFD166; }
.ls-hero-sub { color:rgba(255,255,255,.82); font-size:1rem; margin-bottom:36px; max-width:620px; margin-left:auto; margin-right:auto; position:relative; z-index:1; }

/* Hero search */
.ls-hero-search { max-width:700px; margin:0 auto 20px; display:flex; background:white; border-radius:50px; overflow:hidden; box-shadow:0 8px 32px rgba(0,0,0,.22); padding:5px 5px 5px 22px; align-items:center; position:relative; z-index:1; }
.ls-hero-search input { border:none; outline:none; flex:1; font-size:.975rem; color:var(--text-dark); font-family:var(--font); }
.ls-hero-search input::placeholder { color:#aaa; }
.ls-hero-search button { background:var(--accent); color:white; border:none; padding:10px 26px; border-radius:40px; font-size:.9rem; font-weight:600; cursor:pointer; white-space:nowrap; font-family:var(--font); transition:background .2s; }
.ls-hero-search button:hover { background:var(--accent-dark); }

/* Hero quick tags */
.ls-hero-tags { display:flex; gap:8px; justify-content:center; flex-wrap:wrap; margin-top:16px; position:relative; z-index:1; }
.ls-hero-tags > span { font-size:.8rem; color:rgba(255,255,255,.7); }
.ls-hero-tag { background:rgba(255,255,255,.14); color:white; font-size:.77rem; padding:4px 12px; border-radius:20px; border:1px solid rgba(255,255,255,.22); transition:background .2s; text-decoration:none; cursor:pointer; }
.ls-hero-tag:hover { background:rgba(255,255,255,.26); color:white; }

/* Hero stats */
.ls-hero-stats { display:flex; justify-content:center; gap:40px; margin-top:48px; position:relative; z-index:1; flex-wrap:wrap; }
.ls-stat-item { text-align:center; }
.ls-stat-item strong { display:block; font-size:1.6rem; font-weight:700; color:white; }
.ls-stat-item span { font-size:.77rem; color:rgba(255,255,255,.68); }

/* ============================================================
   SECTIONS
============================================================ */
.ls-section { padding: 64px 40px; }
.ls-section-alt { background: var(--white); }
.ls-container { max-width: 1250px; margin: 0 auto; }
.ls-section-head { text-align: center; margin-bottom: 44px; }
.ls-section-tag { display:inline-flex; align-items:center; gap:6px; background:var(--primary-light); color:var(--primary); font-size:.73rem; font-weight:700; padding:5px 14px; border-radius:20px; letter-spacing:.6px; margin-bottom:12px; text-transform:uppercase; border:1px solid rgba(255,106,26,.15); }
.ls-section-head h2 { font-size:1.85rem; font-weight:700; color:var(--text-dark); margin-bottom:10px; letter-spacing:-.3px; }
.ls-section-head p { color:var(--text-light); font-size:.96rem; max-width:580px; margin:0 auto; }
.ls-listing-title { font-size:1.4rem; font-weight:700; color:var(--text-dark); margin-bottom:22px; }

/* ============================================================
   CARD GRID
============================================================ */
.ls-grid { display: grid; gap: 20px; }
.ls-grid-2 { grid-template-columns: repeat(2, 1fr); }
.ls-grid-3 { grid-template-columns: repeat(3, 1fr); }
.ls-grid-4 { grid-template-columns: repeat(4, 1fr); }

/* Card */
.ls-card { background: white; border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--border); transition: all .28s; box-shadow: var(--shadow-card); display: flex; flex-direction: column; }
.ls-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--primary); }

/* Card thumb */
.ls-card-thumb { height: 180px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; text-decoration: none; }
.ls-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.ls-card:hover .ls-card-thumb img { transform: scale(1.04); }
.ls-card-overlay { position: absolute; inset: 0; background: rgba(255,106,26,0); transition: background .28s; display: flex; align-items: center; justify-content: center; }
.ls-card:hover .ls-card-overlay { background: rgba(255,106,26,.18); }
.ls-overlay-btn { background: white; color: var(--primary); padding: 8px 18px; border-radius: 30px; font-size: .82rem; font-weight: 600; opacity: 0; transform: scale(.85); transition: all .22s; box-shadow: 0 2px 10px rgba(0,0,0,.15); }
.ls-card:hover .ls-overlay-btn { opacity: 1; transform: scale(1); }

/* Initials avatar */
.ls-initials-thumb { width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 700; color: white; }
.ls-initials-avatar { display: flex; align-items: center; justify-content: center; font-weight: 700; color: white; border-radius: 50%; }

/* Service icon in thumb */
.ls-service-icon { font-size: 3rem; }
.ls-service-icon-sm { font-size: 1.4rem; margin-bottom: 6px; }

/* Card body */
.ls-card-body { padding: 14px 16px 16px; display: flex; flex-direction: column; flex: 1; }
.ls-card-cat { font-size: .72rem; font-weight: 700; color: var(--primary); background: var(--primary-light); padding: 2px 10px; border-radius: 10px; text-decoration: none; display: inline-block; margin-bottom: 6px; }
.ls-card-title { font-size: .92rem; font-weight: 600; color: var(--text-dark); margin-bottom: 4px; line-height: 1.3; }
.ls-card-title a { color: inherit; text-decoration: none; }
.ls-card-title a:hover { color: var(--primary); }
.ls-card-tagline { font-size: .76rem; color: var(--text-light); margin-bottom: 10px; line-height: 1.4; flex: 1; }
.ls-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-bottom: 8px; }
.ls-card-price { font-size: .82rem; font-weight: 700; color: var(--primary); }
.ls-delivery { font-size: .72rem; color: var(--text-light); }
.ls-card-specs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.ls-card-specs span { font-size: .71rem; color: var(--text-light); background: var(--bg); padding: 2px 8px; border-radius: 6px; }
.ls-card-btn { display: block; text-align: center; padding: 9px; background: var(--primary); color: white; border-radius: 8px; font-size: .83rem; font-weight: 600; text-decoration: none; transition: background .2s; margin-top: auto; }
.ls-card-btn:hover { background: var(--primary-dark); color: white; }
.ls-btn-outline { background: transparent; border: 2px solid var(--primary); color: var(--primary); }
.ls-btn-outline:hover { background: var(--primary); color: white; }

/* Stars */
.ls-stars { display: flex; align-items: center; gap: 1px; font-size: .78rem; }
.ls-star { color: #D1D5DB; }
.ls-star.filled { color: #F59E0B; }
.ls-stars small { font-size: .7rem; color: var(--text-light); margin-left: 3px; }

/* Badge */
.ls-badge { position: absolute; top: 10px; left: 10px; font-size: .68rem; padding: 3px 9px; border-radius: 20px; font-weight: 700; z-index: 2; }
.badge-hot  { background: #FFF0E8; color: #C05A10; }
.badge-new  { background: var(--primary-light); color: var(--primary); }
.badge-sale { background: #FEF2F2; color: #DC2626; }
.badge-pro  { background: #FFFBEB; color: #92400E; }
.badge-free { background: #ECFDF5; color: #059669; }
.badge-eco  { background: #F0FDF4; color: #16A34A; }

/* Gradient thumbs */
.ls-grad-green  { background: linear-gradient(135deg,#F0FDF4,#BBF7D0); }
.ls-grad-amber  { background: linear-gradient(135deg,#FFFBEB,#FDE68A); }
.ls-grad-blue   { background: linear-gradient(135deg,#EFF6FF,#BFDBFE); }
.ls-grad-rose   { background: linear-gradient(135deg,#FFF1F2,#FFE4E6); }
.ls-grad-purple { background: linear-gradient(135deg,#FAF5FF,#E9D5FF); }
.ls-grad-teal   { background: linear-gradient(135deg,#F0FDFA,#99F6E4); }
.ls-grad-indigo { background: linear-gradient(135deg,#EEF2FF,#C7D2FE); }
.ls-grad-gold   { background: linear-gradient(135deg,#FFFDF7,#FDE68A); }

/* ============================================================
   CATEGORY GRID
============================================================ */
.ls-cat-grid { display: grid; gap: 16px; }
.ls-cat-cols-2 { grid-template-columns: repeat(2, 1fr); }
.ls-cat-cols-3 { grid-template-columns: repeat(3, 1fr); }
.ls-cat-cols-4 { grid-template-columns: repeat(4, 1fr); }
.ls-cat-cols-6 { grid-template-columns: repeat(6, 1fr); }
.ls-cat-card { background: var(--bg); border-radius: var(--radius-md); padding: 22px 18px; text-align: center; border: 1px solid var(--border); text-decoration: none; display: block; transition: all .25s; }
.ls-cat-card:hover { background: var(--primary-light); border-color: var(--primary); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.ls-cat-icon { width: 54px; height: 54px; border-radius: 14px; background: var(--primary-light); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin: 0 auto 12px; transition: background .2s; }
.ls-cat-card:hover .ls-cat-icon { background: white; }
.ls-cat-card h4 { font-size: .88rem; font-weight: 600; color: var(--text-dark); margin-bottom: 4px; }
.ls-cat-count { font-size: .72rem; color: var(--primary); font-weight: 700; }

/* ============================================================
   ARCHIVE LAYOUT — sidebar + grid
============================================================ */
.ls-archive-layout { display: flex; gap: 28px; align-items: flex-start; }

/* Filter toggle button — mobile */
.ls-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: var(--font); margin-bottom: 16px;
}
.ls-filter-count-badge { background: var(--accent); color: white; border-radius: 50%; width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; }

/* Sidebar */
.ls-archive-sidebar {
  width: 256px; flex-shrink: 0; position: sticky; top: 80px;
  background: white; border: 1px solid var(--border); border-radius: var(--radius-md);
  overflow: hidden; max-height: calc(100vh - 100px); overflow-y: auto;
}
.ls-sidebar-header { background: var(--primary-light); padding: 13px 18px; display: flex; align-items: center; justify-content: space-between; font-weight: 700; font-size: 13px; color: var(--primary-dark); border-bottom: 1px solid rgba(255,106,26,.12); }
.ls-sidebar-close { background: none; border: none; cursor: pointer; font-size: 16px; color: var(--text-light); display: none; }
.ls-sidebar-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 998; }
.ls-sidebar-overlay.show { display: block; }

/* Filter sections */
.ls-filter-section { padding: 14px 16px; border-bottom: 1px solid var(--bg); }
.ls-filter-section:last-child { border-bottom: none; }
.ls-filter-label { font-size: 11px; font-weight: 700; color: var(--text-light); text-transform: uppercase; letter-spacing: .6px; margin-bottom: 10px; }
.ls-filter-check { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-dark); padding: 4px 0; cursor: pointer; }
.ls-filter-check:hover { color: var(--primary); }
.ls-filter-check input { accent-color: var(--primary); width: 15px; height: 15px; }
.ls-filter-check span { flex: 1; }
.ls-filter-count { font-size: 11px; color: var(--text-light); }
.ls-sort-select { width: 100%; padding: 8px 12px; border: 1px solid var(--border); border-radius: 8px; font-size: 13px; outline: none; font-family: var(--font); color: var(--text-dark); }
.ls-clear-filter-btn { width: 100%; padding: 9px; background: var(--bg); border: 1px solid var(--border); border-radius: 8px; font-size: 13px; cursor: pointer; font-family: var(--font); color: var(--text-mid); font-weight: 600; }

/* Archive main */
.ls-archive-main { flex: 1; min-width: 0; }
.ls-search-bar-wrap { display: flex; gap: 8px; margin-bottom: 16px; }
.ls-search-input { flex: 1; padding: 11px 16px; border: 2px solid var(--border); border-radius: var(--radius-sm); font-size: 14px; outline: none; font-family: var(--font); transition: border-color .2s; }
.ls-search-input:focus { border-color: var(--primary); }
.ls-search-btn { padding: 0 20px; background: var(--primary); color: white; border: none; border-radius: var(--radius-sm); font-size: 14px; font-weight: 600; cursor: pointer; font-family: var(--font); }
.ls-archive-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; flex-wrap: wrap; gap: 10px; }
.ls-result-count { font-size: 13px; color: var(--text-light); }
.ls-active-filters { display: flex; flex-wrap: wrap; gap: 6px; }

/* Pagination */
.ls-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 36px; flex-wrap: wrap; }
.ls-pag-btn { min-width: 38px; height: 38px; padding: 0 10px; border: 1px solid var(--border); border-radius: 8px; background: white; font-size: 13px; font-weight: 600; cursor: pointer; font-family: var(--font); transition: all .2s; }
.ls-pag-btn:hover, .ls-pag-btn.active { background: var(--primary); border-color: var(--primary); color: white; }

/* No results */
.ls-no-results { text-align: center; padding: 60px 20px; color: var(--text-light); grid-column: 1/-1; }
.ls-no-icon { font-size: 48px; margin-bottom: 16px; }

/* Skeleton */
.ls-skeleton-card { background: white; border-radius: var(--radius-md); border: 1px solid var(--border); overflow: hidden; }
.ls-skeleton-thumb { height: 180px; background: linear-gradient(90deg,#f0f5f2 25%,#e4f0ea 50%,#f0f5f2 75%); background-size: 200% 100%; animation: lsShimmer 1.4s infinite; }
.ls-skeleton-body { padding: 14px; }
.ls-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: lsShimmer 1.4s infinite; }
.ls-skeleton-line.w70 { width: 70%; }
.ls-skeleton-line.w50 { width: 50%; }
@keyframes lsShimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }

/* ============================================================
   SINGLE POST — two-column layout
============================================================ */
.ls-single-wrap { display: grid; grid-template-columns: 1fr 310px; gap: 28px; align-items: start; }
.ls-single-sidebar-col { position: sticky; top: 78px; display: flex; flex-direction: column; gap: 18px; }

/* Info blocks */
.ls-info-block { background: white; border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.ls-info-head { background: var(--primary-light); padding: 12px 18px; border-bottom: 1px solid rgba(255,106,26,.12); font-weight: 600; font-size: 13px; color: var(--primary-dark); display: flex; align-items: center; gap: 6px; }
.ls-info-body { padding: 18px; }

/* Gallery */
.ls-gallery-main { aspect-ratio: 4/3; border-radius: 10px; overflow: hidden; background: var(--bg); margin-bottom: 10px; }
.ls-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.ls-gallery-thumbs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; }
.ls-thumb-item { width: 76px; height: 58px; border-radius: 8px; overflow: hidden; border: 2px solid transparent; cursor: pointer; flex-shrink: 0; transition: border-color .2s; }
.ls-thumb-item.active { border-color: var(--primary); }
.ls-thumb-item img { width: 100%; height: 100%; object-fit: cover; }

/* Spec rows */
.ls-spec-row { display: flex; align-items: flex-start; padding: 9px 0; border-bottom: 1px solid var(--bg); font-size: 13px; gap: 12px; }
.ls-spec-row:last-child { border-bottom: none; }
.ls-spec-label { color: var(--text-light); width: 44%; font-weight: 500; flex-shrink: 0; }
.ls-spec-val { color: var(--text-dark); font-weight: 600; flex: 1; }

/* Tags/chips */
.ls-chip { display: inline-block; background: var(--primary-light); color: var(--primary); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; text-decoration: none; margin: 2px; }

/* Rating display */
.ls-rating-stars { display: flex; align-items: center; gap: 3px; }
.ls-rating-stars span { font-size: 18px; }
.ls-rating-stars span.filled { color: #F59E0B; }
.ls-rating-stars small { font-size: 13px; color: var(--text-light); margin-left: 4px; }

/* FAQ accordion */
.ls-faq-list { display: flex; flex-direction: column; gap: 10px; }
.ls-faq-item { background: white; border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
.ls-faq-q { padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-weight: 600; font-size: .93rem; color: var(--text-dark); gap: 12px; user-select: none; }
.ls-faq-arr { color: var(--primary); transition: transform .2s; font-size: .9rem; }
.ls-faq-a { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; font-size: .875rem; color: var(--text-mid); line-height: 1.65; }
.ls-faq-item.open .ls-faq-a { max-height: 400px; padding: 0 20px 16px; }
.ls-faq-item.open .ls-faq-arr { transform: rotate(180deg); }
.ls-faq-item.open { border-color: var(--primary); }

/* Pricing table */
.ls-price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: start; }
.ls-price-card { background: white; border-radius: var(--radius-lg); border: 1px solid var(--border); overflow: hidden; box-shadow: var(--shadow-sm); transition: all .25s; }
.ls-price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.ls-price-card.featured { border: 2px solid var(--primary); box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.ls-price-top-badge { background: var(--primary); color: white; text-align: center; font-size: .78rem; font-weight: 700; padding: 6px; }
.ls-price-header { padding: 24px 20px 18px; text-align: center; background: var(--bg); }
.ls-price-header.green { background: var(--primary-light); }
.ls-price-header.dark  { background: #0D2115; }
.ls-price-name { font-size: .83rem; font-weight: 700; color: var(--text-mid); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 8px; }
.ls-price-header.dark .ls-price-name { color: rgba(255,255,255,.6); }
.ls-price-val  { font-size: 1.6rem; font-weight: 700; color: var(--text-dark); }
.ls-price-header.dark .ls-price-val { color: white; }
.ls-price-val small { font-size: .85rem; font-weight: 500; color: var(--text-light); }
.ls-price-note { font-size: .74rem; color: var(--text-light); margin-top: 5px; }
.ls-price-header.dark .ls-price-note { color: rgba(255,255,255,.4); }
.ls-price-features { list-style: none; padding: 16px 20px; display: flex; flex-direction: column; gap: 9px; }
.ls-price-features li { font-size: .82rem; color: var(--text-mid); display: flex; align-items: center; gap: 8px; }
.ls-price-features li::before { content:'✓'; color: var(--primary); font-weight: 700; flex-shrink: 0; }
.ls-price-features li.off { color: var(--text-light); }
.ls-price-features li.off::before { content:'✕'; color: #D1D5DB; }
.ls-price-btn { display: block; width: calc(100% - 40px); margin: 0 20px 20px; padding: 11px; border-radius: 9px; font-size: .9rem; font-weight: 700; cursor: pointer; text-align: center; border: none; transition: all .2s; font-family: var(--font); text-decoration: none; }
.ls-price-btn.primary { background: var(--primary); color: white; }
.ls-price-btn.primary:hover { background: var(--primary-dark); }
.ls-price-btn.outline { background: transparent; border: 2px solid var(--primary) !important; color: var(--primary); }
.ls-price-btn.outline:hover { background: var(--primary); color: white; }

/* CTA sidebar buttons */
.ls-sidebar-cta { display: flex; flex-direction: column; gap: 10px; }
.ls-cta-btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; border-radius: 10px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all .2s; }
.ls-cta-btn.phone { background: var(--accent); color: white; }
.ls-cta-btn.phone:hover { background: var(--accent-dark); color: white; }
.ls-cta-btn.zalo  { background: #0068FF; color: white; }
.ls-cta-btn.zalo:hover { background: #0052CC; color: white; }
.ls-cta-btn.email { background: var(--primary); color: white; }
.ls-cta-btn.email:hover { background: var(--primary-dark); color: white; }

/* Guarantee badges */
.ls-guarantee-item { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--bg); }
.ls-guarantee-item:last-child { border-bottom: none; }
.ls-guarantee-icon { font-size: 1.2rem; flex-shrink: 0; }
.ls-guarantee-text strong { display: block; font-size: 13px; font-weight: 600; color: var(--text-dark); }
.ls-guarantee-text small { font-size: 12px; color: var(--text-light); }

/* Contact form in single */
.ls-contact-form label { display: block; font-size: 13px; font-weight: 600; color: var(--text-dark); margin: 14px 0 6px; }
.ls-contact-form label:first-child { margin-top: 0; }
.ls-contact-form input, .ls-contact-form textarea, .ls-contact-form select { width: 100%; padding: 10px 14px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 14px; font-family: var(--font); color: var(--text-dark); outline: none; transition: border-color .2s; background: var(--bg); }
.ls-contact-form input:focus, .ls-contact-form textarea:focus { border-color: var(--primary); background: white; }
.ls-contact-form .ls-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ls-form-submit { display: block; width: 100%; margin-top: 16px; padding: 12px; background: var(--primary); color: white; border: none; border-radius: 10px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: var(--font); transition: background .2s; }
.ls-form-submit:hover { background: var(--primary-dark); }

/* Related section */
.ls-related { padding: 48px 40px; }
.ls-related h2 { font-size: 1.3rem; font-weight: 700; color: var(--text-dark); margin-bottom: 22px; }

/* Breadcrumb */
.ls-breadcrumb { background: linear-gradient(135deg,#111b3b,#ff6a1a); padding: 16px 40px; }
.ls-breadcrumb nav { font-size: 12px; color: rgba(255,255,255,.75); max-width: 1250px; margin: 0 auto; }
.ls-breadcrumb a { color: rgba(255,255,255,.7); text-decoration: none; }
.ls-breadcrumb a:hover { color: white; }
.ls-breadcrumb .sep { margin: 0 8px; }

/* Archive hero banner */
.ls-archive-hero { background: linear-gradient(135deg,#111b3b,#ff6a1a); padding: 36px 40px 28px; color: white; }
.ls-archive-hero .ls-container { max-width: 1250px; }
.ls-archive-hero h1 { font-size: 1.75rem; font-weight: 700; margin-bottom: 8px; }
.ls-archive-hero p { color: rgba(255,255,255,.8); font-size: .95rem; max-width: 600px; }

/* ============================================================
   DEFAULT WP POST LAYOUT
============================================================ */
.ls-post-layout { display: grid; grid-template-columns: 1fr 300px; gap: 28px; align-items: start; }
.ls-post-sidebar { position: sticky; top: 80px; display: flex; flex-direction: column; gap: 20px; }
.ls-widget { background: white; border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.ls-widget-title { background: var(--primary-light); padding: 12px 16px; font-size: 13px; font-weight: 700; color: var(--primary-dark); border-bottom: 1px solid rgba(255,106,26,.12); }
.ls-widget-list { padding: 12px; display: flex; flex-direction: column; gap: 10px; }
.ls-widget-item { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text-dark); font-size: 13px; font-weight: 500; transition: color .2s; }
.ls-widget-item:hover { color: var(--primary); }
.ls-widget-item img { width: 52px; height: 40px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.ls-widget-thumb-placeholder { width: 52px; height: 40px; background: var(--primary-light); border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ls-widget-services { padding: 12px; display: flex; flex-direction: column; gap: 8px; }
.ls-widget-service-item { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text-dark); font-size: 13px; font-weight: 500; padding: 8px; border-radius: 8px; transition: background .2s; }
.ls-widget-service-item:hover { background: var(--primary-light); color: var(--primary); }
.ls-widget-service-icon { font-size: 1.2rem; }

/* Related posts — 2 columns in sidebar */
.ls-related-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 12px; }
.ls-related-mini { display: flex; flex-direction: column; gap: 6px; background: var(--bg); border-radius: 8px; overflow: hidden; border: 1px solid var(--border); transition: border-color .2s; text-decoration: none; }
.ls-related-mini:hover { border-color: var(--primary); }
.ls-related-mini-thumb { height: 80px; overflow: hidden; }
.ls-related-mini-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ls-related-mini-thumb .placeholder { width: 100%; height: 100%; background: var(--primary-light); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.ls-related-mini-title { padding: 6px 8px; font-size: 11px; font-weight: 600; color: var(--text-dark); line-height: 1.3; }

/* Post content styles */
.ls-post-content { font-size: 16px; line-height: 1.8; color: var(--text-mid); }
.ls-post-content h1,.ls-post-content h2,.ls-post-content h3 { font-weight: 700; color: var(--text-dark); margin: 24px 0 12px; }
.ls-post-content h2 { font-size: 1.4rem; }
.ls-post-content h3 { font-size: 1.15rem; }
.ls-post-content p  { margin-bottom: 16px; }
.ls-post-content ul, .ls-post-content ol { padding-left: 24px; margin-bottom: 16px; }
.ls-post-content li { margin-bottom: 8px; }
.ls-post-content img { border-radius: 8px; margin: 16px 0; }
.ls-post-content blockquote { border-left: 4px solid var(--primary); padding: 12px 20px; background: var(--primary-light); border-radius: 0 8px 8px 0; margin: 20px 0; color: var(--primary-dark); }
.ls-post-content code { background: #f1f5f9; padding: 2px 6px; border-radius: 4px; font-size: .9em; }
.ls-post-content pre  { background: #1C1F24; color: #e2e8f0; padding: 20px; border-radius: 8px; overflow-x: auto; margin: 20px 0; }

/* ============================================================
   PROCESS STEPS
============================================================ */
.ls-process { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; position: relative; }
.ls-process::before { content:''; position:absolute; top:36px; left:10%; right:10%; height:2px; background:linear-gradient(90deg,var(--primary),var(--accent)); z-index:0; }
.ls-step { text-align: center; position: relative; z-index: 1; padding: 0 10px; }
.ls-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.2rem; font-weight:700; color:var(--primary); margin:0 auto 16px; box-shadow:0 4px 16px rgba(255,106,26,.18); }
.ls-step:nth-child(3) .ls-step-num { background:var(--primary); color:white; }
.ls-step-icon { font-size:1.4rem; margin-bottom:4px; }
.ls-step h4 { font-size:.88rem; font-weight:600; color:var(--text-dark); margin-bottom:6px; }
.ls-step p  { font-size:.75rem; color:var(--text-light); line-height:1.5; }

/* ============================================================
   CTA BAND
============================================================ */
.ls-cta-band { background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%); padding:60px 40px; text-align:center; }
.ls-cta-band h2 { font-size:1.85rem; font-weight:700; color:white; margin-bottom:10px; }
.ls-cta-band p  { color:rgba(255,255,255,.88); font-size:.96rem; margin-bottom:28px; }
.ls-btn-white { background:white; color:var(--accent); padding:12px 32px; border-radius:8px; font-weight:700; font-size:.95rem; display:inline-block; margin:0 8px; transition:all .2s; cursor:pointer; border:none; text-decoration:none; font-family:var(--font); }
.ls-btn-white:hover { background:#FFF8F0; color:var(--accent-dark); transform:translateY(-1px); }
.ls-btn-ghost { background:transparent; color:white; padding:12px 28px; border-radius:8px; font-weight:600; font-size:.95rem; border:2px solid rgba(255,255,255,.7); display:inline-block; cursor:pointer; transition:all .2s; text-decoration:none; font-family:var(--font); }
.ls-btn-ghost:hover { background:rgba(255,255,255,.15); color:white; }

/* ============================================================
   FOOTER
============================================================ */
.ls-footer { background:#0D1F14; color:rgba(255,255,255,.7); padding:52px 40px 24px; }
.ls-footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; max-width:1250px; margin:0 auto 40px; }
.ls-footer-brand { font-size:1.1rem; font-weight:700; color:white; margin-bottom:12px; display:flex; align-items:center; gap:8px; }
.ls-footer-desc { font-size:.82rem; line-height:1.6; margin-bottom:14px; }
.ls-footer-social { display:flex; gap:8px; flex-wrap:wrap; }
.ls-social-btn { background:rgba(255,255,255,.1); color:white; width:36px; height:36px; border-radius:8px; display:flex; align-items:center; justify-content:center; text-decoration:none; font-size:1.1rem; transition:background .2s; }
.ls-social-btn:hover { background:var(--primary); color:white; }
.ls-footer-col h5 { color:white; font-size:.88rem; font-weight:700; margin-bottom:14px; }
.ls-footer-col a { display:block; font-size:.82rem; color:rgba(255,255,255,.6); text-decoration:none; margin-bottom:8px; transition:color .2s; }
.ls-footer-col a:hover { color:white; }
.ls-footer-bottom { border-top:1px solid rgba(255,255,255,.1); padding-top:20px; text-align:center; font-size:.78rem; max-width:1250px; margin:0 auto; padding-bottom:20px; }

/* ============================================================
   CONTACT PAGE
============================================================ */
.ls-contact-page { display: flex; flex-direction: column; gap: 32px; }
.ls-contact-info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.ls-contact-item { background: white; border: 1px solid var(--border); border-radius: var(--radius-md); padding: 20px; display: flex; gap: 14px; align-items: flex-start; box-shadow: var(--shadow-sm); }
.ls-ci-icon { font-size: 1.5rem; flex-shrink: 0; }
.ls-contact-item strong { display: block; font-size: 13px; font-weight: 600; color: var(--text-light); margin-bottom: 4px; }
.ls-map-wrap { border-radius: var(--radius-md); overflow: hidden; height: 320px; }
.ls-map-wrap iframe { width: 100%; height: 100%; border: 0; }
.ls-contact-form-default { background: white; border: 1px solid var(--border); border-radius: var(--radius-md); padding: 28px; box-shadow: var(--shadow-sm); }
.ls-contact-form-default h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 20px; color: var(--text-dark); }
.ls-contact-form-default label { display: block; font-size: 13px; font-weight: 600; margin: 12px 0 6px; color: var(--text-dark); }
.ls-contact-form-default label:first-of-type { margin-top: 0; }
.ls-contact-form-default input, .ls-contact-form-default textarea { width: 100%; padding: 10px 14px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 14px; font-family: var(--font); outline: none; transition: border-color .2s; }
.ls-contact-form-default input:focus, .ls-contact-form-default textarea:focus { border-color: var(--primary); }
.ls-contact-form-default button { display: block; width: 100%; margin-top: 16px; padding: 12px; background: var(--primary); color: white; border: none; border-radius: 10px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: var(--font); }
.ls-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* Admin dashboard */
.ls-stat-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin: 20px 0; }
.ls-stat { background: white; border: 1px solid #ddd; border-radius: 8px; padding: 20px; text-align: center; border-top: 3px solid var(--primary); }
.ls-stat strong { display: block; font-size: 2rem; font-weight: 700; color: var(--primary); }
.ls-stat span { font-size: 14px; color: #555; }
.ls-stat a { display: block; margin-top: 10px; font-size: 13px; color: var(--primary); }
.ls-quick-links { display: flex; gap: 10px; flex-wrap: wrap; margin: 16px 0; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
  .ls-grid-4 { grid-template-columns: repeat(3,1fr); }
  .ls-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .ls-navbar { padding: 0 20px; }
  .ls-nav-links { display: none; }
  .ls-hamburger { display: flex; }
  .ls-section { padding: 48px 20px; }
  .ls-hero  { padding: 48px 20px 56px; }
  .ls-hero-title { font-size: 1.8rem; }
  .ls-cta-band { padding: 48px 20px; }
  .ls-footer { padding: 40px 20px 80px; }
  .ls-related { padding: 36px 20px; }
  .ls-breadcrumb { padding: 14px 20px; }
  .ls-archive-hero { padding: 28px 20px; }

  /* Archive: hide sidebar, show toggle */
  .ls-archive-layout { flex-direction: column; }
  .ls-archive-sidebar {
    position: fixed; top: 0; left: -280px; width: 280px; height: 100%;
    z-index: 999; border-radius: 0; transition: left .3s ease;
    max-height: 100vh; overflow-y: auto; box-shadow: 4px 0 24px rgba(0,0,0,.15);
  }
  .ls-archive-sidebar.open { left: 0; }
  .ls-sidebar-close { display: block; }
  .ls-filter-toggle-btn { display: flex; }
  body.ls-sidebar-open { overflow: hidden; }

  /* Single */
  .ls-single-wrap { grid-template-columns: 1fr; }
  .ls-single-sidebar-col { position: static; order: -1; }
  .ls-contact-info-grid { grid-template-columns: 1fr 1fr; }
  .ls-price-grid { grid-template-columns: 1fr; }
  .ls-price-card.featured { transform: none; }
  .ls-post-layout { grid-template-columns: 1fr; }
  .ls-post-sidebar { position: static; }
  .ls-process { grid-template-columns: repeat(3,1fr); gap: 20px; }
  .ls-process::before { display: none; }
  .ls-cat-cols-4 { grid-template-columns: repeat(3,1fr); }
  .ls-cat-cols-6 { grid-template-columns: repeat(3,1fr); }
  .ls-grid-4 { grid-template-columns: repeat(2,1fr); }
  .ls-grid-3 { grid-template-columns: repeat(2,1fr); }
  .ls-hero-stats { gap: 24px; }
}

@media (max-width: 600px) {
  .ls-hero-title { font-size: 1.5rem; }
  .ls-grid-4, .ls-grid-3, .ls-grid-2 { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .ls-cat-cols-4, .ls-cat-cols-3, .ls-cat-cols-6 { grid-template-columns: repeat(2,1fr); }
  .ls-process { grid-template-columns: 1fr 1fr; }
  .ls-contact-info-grid { grid-template-columns: 1fr; }
  .ls-form-grid { grid-template-columns: 1fr; }
  .ls-footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .ls-footer { padding: 36px 20px 80px; } /* extra pb so bottom bar doesn't overlap */
  .ls-footer-col h5 { font-size: .83rem; margin-bottom: 10px; }
  .ls-footer-col a  { font-size: .78rem; margin-bottom: 6px; }
  .ls-footer-desc   { font-size: .78rem; }
  .ls-footer-brand  { font-size: 1rem; }
  .ls-price-grid { grid-template-columns: 1fr; }
  .ls-bottom-bar { display: flex; }
  body { padding-bottom: 56px; }
  .ls-hero-stats { gap: 16px; }
  .ls-stat-item strong { font-size: 1.3rem; }
  .ls-stat-cards { grid-template-columns: 1fr; }
  .ls-single-wrap { gap: 16px; }
  .ls-info-block { margin-bottom: 14px; }
}

/* Admin bar offset */
.admin-bar .ls-site-header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .ls-site-header { top: 46px; } }

/* View all button */
.ls-view-all-wrap { text-align: center; margin-top: 36px; }
.ls-btn-outline-primary { display: inline-flex; align-items: center; gap: 8px; border: 2px solid var(--primary); color: var(--primary); padding: 11px 30px; border-radius: 8px; font-weight: 700; font-size: .9rem; text-decoration: none; transition: all .2s; background: transparent; }
.ls-btn-outline-primary:hover { background: var(--primary); color: white; }


/* ============================================================
   Vaytien homepage adaptation from provided HTML
============================================================ */
.ss-home{
  --orange:#ff6a1a;
  --orange-2:#ff7f2a;
  --purple:#5b21b6;
  --purple-2:#7c3aed;
  --navy:#07142f;
  --navy-2:#111b3b;
  --ink:#17233d;
  --text:#4b5568;
  --muted:#7a8598;
  --line:#e2e8f0;
  --soft:#fff7f1;
  --soft-2:#f7f4ff;
  --shadow:0 14px 34px rgba(20,30,60,.10);
  --soft-shadow:0 8px 22px rgba(15,35,70,.07);
  background:#fff;
  color:var(--text);
  font-size:14px;
  line-height:1.5;
}
.ss-home a{text-decoration:none;color:inherit;}
.ss-container{width:min(1250px,calc(100% - 48px));margin:0 auto;}
.ss-section{padding:34px 0 0;}
.ss-soft{background:#fff;}
.ss-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px;}
.ss-head h2{margin:0;color:#17233d;font-size:24px;line-height:1.22;font-weight:700;letter-spacing:-.03em;}
.ss-head .label{display:block;color:var(--orange);font-size:11px;text-transform:uppercase;font-weight:700;margin-bottom:5px;letter-spacing:.04em;}
.ss-head .view,.view{font-size:12px;color:var(--orange);font-weight:700;white-space:nowrap;}
.ss-btn{height:42px;border:0;border-radius:8px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;transition:.2s ease;}
.ss-btn:hover{transform:translateY(-1px);}
.ss-btn-orange{background:var(--orange);color:#fff;box-shadow:0 12px 25px rgba(255,106,26,.25);}
.ss-btn-light{background:#fff;border:1px solid #d8dee9;color:#18243d;}
.ss-btn-dark{background:#101b37;color:#fff;}
.ss-btn-outline{background:#fff;border:1px solid #e1e7f0;color:#22314d;}
.ss-hero{position:relative;overflow:hidden;background:#fff;min-height:430px;}
.ss-hero:before{content:"";position:absolute;right:-90px;top:22px;width:520px;height:360px;border-radius:48% 52% 46% 54%;background:linear-gradient(135deg,rgba(255,106,26,.08),rgba(124,58,237,.08));}
.ss-hero:after{content:"";position:absolute;right:0;bottom:0;width:520px;height:240px;background:radial-gradient(circle at 70% 60%,rgba(255,106,26,.10),transparent 35%);pointer-events:none;}
.ss-hero-inner{position:relative;z-index:2;min-height:430px;display:grid;grid-template-columns:1fr 555px;gap:42px;align-items:center;padding:38px 0 34px;}
.ss-hero-copy{max-width:610px;}
.ss-hero-label{display:inline-flex;align-items:center;gap:8px;height:30px;border-radius:999px;background:#fff4ee;border:1px solid #ffd8c4;color:#ca4a11;padding:0 13px;font-size:11px;font-weight:700;text-transform:uppercase;margin-bottom:18px;}
.ss-hero h1{margin:0 0 16px;color:#111827;font-size:42px;line-height:1.08;font-weight:800;letter-spacing:-.045em;}
.ss-hero h1 span{color:var(--orange);}
.ss-hero p{margin:0 0 22px;color:#4b5568;font-size:14px;max-width:590px;}
.ss-hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:24px 0;max-width:620px;}
.ss-hero-feature{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;}
.ss-hero-feature .ico{width:36px;height:36px;border-radius:50%;background:#fff3ec;color:var(--orange);display:grid;place-items:center;font-size:18px;border:1px solid #ffd5bf;}
.ss-hero-feature strong{display:block;color:#22314d;font-size:12px;font-weight:700;}
.ss-hero-feature span{display:block;color:#7b8796;font-size:10.5px;margin-top:2px;}
.ss-hero-actions{display:flex;gap:14px;flex-wrap:wrap;}
.ss-hero-art{position:relative;height:360px;}
.ss-seo-board{position:absolute;right:18px;top:20px;width:380px;height:250px;border-radius:18px;background:#111b3b;box-shadow:0 24px 48px rgba(17,27,59,.20);overflow:hidden;border:1px solid rgba(255,255,255,.06);}
.ss-seo-board:before{content:"";position:absolute;left:0;right:0;top:0;height:44px;background:#0b1028;border-bottom:1px solid rgba(255,255,255,.08);}
.ss-seo-dots{position:absolute;left:18px;top:17px;display:flex;gap:7px;}
.ss-seo-dots span{width:8px;height:8px;border-radius:50%;background:#ff6a1a;}
.ss-seo-dots span:nth-child(2){background:#ffbd70;}.ss-seo-dots span:nth-child(3){background:#7c3aed;}
.ss-seo-title{position:absolute;left:22px;top:62px;color:#fff;font-size:26px;line-height:1.05;font-weight:800;letter-spacing:-.04em;}
.ss-seo-title span{color:#ff8a3d;}
.ss-seo-line{position:absolute;left:22px;right:22px;height:8px;border-radius:99px;background:rgba(255,255,255,.10);overflow:hidden;}
.ss-seo-line i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff6a1a,#7c3aed);}
.ss-seo-line.one{top:142px}.ss-seo-line.two{top:166px}.ss-seo-line.three{top:190px}
.ss-mini-card{position:absolute;background:#fff;border:1px solid #eef2f6;border-radius:14px;box-shadow:0 18px 42px rgba(20,30,60,.13);padding:15px;}
.ss-mini-card strong{display:block;color:var(--orange);font-size:24px;line-height:1;font-weight:800;}
.ss-mini-card span{display:block;color:#64748b;font-size:11px;margin-top:6px;}.ss-mini-card.a{left:20px;bottom:42px;width:145px}.ss-mini-card.b{right:12px;bottom:20px;width:150px}.ss-mini-card.c{left:180px;top:12px;width:136px}
.ss-bot-chip{position:absolute;right:68px;top:238px;width:84px;height:84px;border-radius:24px;background:linear-gradient(135deg,#fff4ee,#f7f4ff);display:grid;place-items:center;font-size:42px;border:1px solid #eee;box-shadow:0 18px 36px rgba(20,30,60,.14);}
.ss-category-bar{position:relative;z-index:4;margin-top:-8px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 38px rgba(20,30,60,.10);display:grid;grid-template-columns:repeat(10,1fr);overflow:hidden;}
.ss-cat{height:88px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid #edf2f7;gap:7px;}
.ss-cat:last-child{border-right:0}.ss-cat .ico{width:34px;height:34px;border-radius:10px;background:#fff4ee;color:var(--orange);display:grid;place-items:center;font-size:17px;}.ss-cat span:last-child{font-size:11px;color:#26344b;font-weight:700;line-height:1.25;}
.ss-system-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}.ss-system-box{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--soft-shadow);padding:20px;position:relative;}.ss-system-box.active{border:2px solid var(--orange);padding:19px;box-shadow:0 16px 34px rgba(255,106,26,.13)}.ss-system-box .badge{position:absolute;top:-1px;right:18px;height:26px;border-radius:0 0 8px 8px;background:var(--orange);color:#fff;display:flex;align-items:center;padding:0 12px;font-size:10px;font-weight:700;text-transform:uppercase}.ss-system-box .category{display:block;color:var(--orange);font-size:12px;font-weight:700;margin-bottom:8px}.ss-system-box h3{margin:0 0 6px;color:#17233d;font-size:23px;line-height:1.18;font-weight:800;letter-spacing:-.03em}.ss-system-box .desc{margin:0 0 12px;color:#4b5568;font-size:12px;line-height:1.55}.ss-system-box ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.ss-system-box li{font-size:12px;color:#4b5568}.ss-system-box li:before{content:"✓";color:var(--orange);font-weight:800;margin-right:7px}.ss-mini-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.ss-mini-metrics div{background:#fff7f1;border:1px solid #ffd8c4;border-radius:10px;text-align:center;padding:9px 6px}.ss-mini-metrics strong{display:block;color:var(--orange);font-size:17px;line-height:1;font-weight:800}.ss-mini-metrics span{font-size:9.5px;color:#7b8796}
.ss-tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ss-tool-box{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--soft-shadow);padding:18px;position:relative;min-height:184px}.ss-tool-box .ico{width:38px;height:38px;border-radius:12px;background:#fff4ee;color:var(--orange);display:grid;place-items:center;font-size:18px;border:1px solid #ffd5bf;margin-bottom:11px}.ss-tool-box h3{margin:0 0 7px;color:#17233d;font-size:14px;line-height:1.3;font-weight:800}.ss-tool-box p{margin:0 0 10px;color:#667085;font-size:11.5px}.ss-card-link{color:var(--orange);font-size:11px;font-weight:800;}
.ss-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ss-package{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--soft-shadow);padding:20px;position:relative}.ss-package.active{border:2px solid var(--orange);padding:19px;box-shadow:0 16px 34px rgba(255,106,26,.13)}.ss-package .ribbon{position:absolute;top:-1px;right:18px;height:26px;border-radius:0 0 8px 8px;background:var(--orange);color:#fff;display:flex;align-items:center;padding:0 12px;font-size:10px;font-weight:700;text-transform:uppercase}.ss-package h3{margin:0;color:#17233d;font-size:17px;font-weight:800}.ss-package .sub{color:#7b8796;font-size:12px;margin:4px 0 10px}.ss-package .price{color:#17233d;font-size:22px;font-weight:800;letter-spacing:-.02em;margin-bottom:15px}.ss-package .price small{font-size:11px}.ss-package ul{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:8px}.ss-package li{font-size:12px;color:#4b5568}.ss-package li:before{content:"●";color:var(--orange);font-size:9px;margin-right:8px}.ss-package .ss-btn{width:100%;height:36px;font-size:12px}
.ss-process-cta{display:grid;grid-template-columns:1fr 420px;gap:26px;align-items:center}.ss-process-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.ss-step{text-align:center;position:relative}.ss-step:not(:last-child):after{content:"+";position:absolute;right:-11px;top:28px;color:var(--orange);font-size:18px;font-weight:800}.ss-step .ico{width:56px;height:56px;border-radius:50%;background:#fff4ee;border:1px solid #ffd8c4;color:var(--orange);display:grid;place-items:center;font-size:24px;margin:0 auto 10px}.ss-step h3{margin:0 0 5px;color:#17233d;font-size:11px;font-weight:800;line-height:1.35}.ss-step p{margin:0;color:#7b8796;font-size:10.5px;line-height:1.35}.ss-dark-cta{background:#111b3b;border-radius:13px;color:#fff;min-height:180px;position:relative;overflow:hidden;padding:28px 30px;box-shadow:0 16px 34px rgba(17,27,59,.18)}.ss-dark-cta:before{content:"";position:absolute;right:-50px;bottom:-60px;width:220px;height:150px;background:radial-gradient(circle,#7c3aed 0 25%,transparent 26%),repeating-linear-gradient(135deg,rgba(255,106,26,.8) 0 2px,transparent 2px 7px);border-radius:50%;opacity:.55}.ss-dark-cta h2{position:relative;margin:0 0 8px;color:#fff;font-size:19px;line-height:1.3;font-weight:800}.ss-dark-cta p{position:relative;margin:0 0 18px;color:#d8e0ef;font-size:12px}.ss-pen{position:absolute;right:24px;bottom:18px;width:150px;height:18px;background:#0b1028;border-radius:20px;transform:rotate(-28deg);box-shadow:0 8px 20px rgba(0,0,0,.25)}.ss-pen:before{content:"";position:absolute;right:-24px;top:0;border-left:28px solid #d8d8d8;border-top:9px solid transparent;border-bottom:9px solid transparent}
.ss-blog-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.ss-blog{background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:var(--soft-shadow);overflow:hidden}.ss-blog .thumb{height:94px;width:100%;display:grid;place-items:center;background:linear-gradient(135deg,#5b21b6,#ff6a1a);color:#fff;font-weight:800}.ss-blog .thumb img{width:100%;height:100%;object-fit:cover}.ss-blog .body{padding:10px}.ss-blog .tag{height:18px;display:inline-flex;align-items:center;border-radius:999px;background:#fff0e8;color:var(--orange);padding:0 8px;font-size:9px;font-weight:800;margin-bottom:6px}.ss-blog h3{margin:0 0 6px;color:#26344b;font-size:11.5px;line-height:1.35;font-weight:800}.ss-blog p{margin:0;color:#7b8796;font-size:10px}
.ss-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.ss-faq-grid article{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--soft-shadow);padding:17px}.ss-faq-grid h3{margin:0 0 7px;color:#17233d;font-size:13px;font-weight:800}.ss-faq-grid p{margin:0;color:#667085;font-size:11.5px}.ss-newsletter{margin-top:34px;background:linear-gradient(90deg,var(--orange),#7c3aed);color:#fff}.ss-newsletter-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0}.ss-newsletter h2{margin:0;color:#fff;font-size:22px;font-weight:800;letter-spacing:-.03em}.ss-newsletter p{margin:4px 0 0;color:#fff0e8;font-size:12px}
@media(max-width:1100px){.ss-container{width:min(1250px,calc(100% - 28px))}.ss-hero-inner,.ss-process-cta{grid-template-columns:1fr}.ss-hero-art{height:330px}.ss-category-bar{grid-template-columns:repeat(5,1fr)}.ss-system-grid,.ss-pricing-grid{grid-template-columns:repeat(2,1fr)}.ss-tool-grid{grid-template-columns:repeat(3,1fr)}.ss-process-row,.ss-faq-grid{grid-template-columns:repeat(2,1fr)}.ss-blog-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.ss-hero h1{font-size:32px}.ss-hero-features,.ss-category-bar,.ss-system-grid,.ss-tool-grid,.ss-pricing-grid,.ss-process-row,.ss-faq-grid,.ss-blog-grid{grid-template-columns:1fr}.ss-hero-actions{flex-direction:column}.ss-hero-art{display:none}.ss-cat{border-right:0;border-bottom:1px solid #edf2f7}.ss-head{align-items:flex-start}.ss-head h2{font-size:21px}.ss-newsletter-inner{align-items:flex-start;flex-direction:column}.ss-step:after{display:none}}


/* ==========================================================================
   Vaytien HTML source styles copied from uploaded file, adapted to 1250px
   ========================================================================== */


    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

    :root{
      --orange:#ff6a1a;
      --orange-2:#ff7f2a;
      --purple:#5b21b6;
      --purple-2:#7c3aed;
      --navy:#07142f;
      --navy-2:#0d1f47;
      --ink:#17233d;
      --text:#4b5568;
      --muted:#7a8598;
      --line:#e2e8f0;
      --soft:#fff7f1;
      --soft-2:#f7f4ff;
      --surface:#fff;
      --shadow:0 14px 34px rgba(20,30,60,.10);
      --soft-shadow:0 8px 22px rgba(15,35,70,.07);
      --container:1250px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;background:#fff;color:var(--text);
      font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      font-size:14px;line-height:1.5;font-weight:400;
    }
    a{text-decoration:none;color:inherit}
    img{display:block;max-width:100%}
    input,select,button{font:inherit}
    .container{width:min(var(--container),calc(100% - 48px));margin:0 auto}
    .section{padding:24px 0 0}
    .head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}
    .head h2{margin:0;color:#17233d;font-size:24px;line-height:1.22;font-weight:600;letter-spacing:-.03em}
    .head .label{display:block;color:var(--orange);font-size:11px;text-transform:uppercase;font-weight:600;margin-bottom:5px}
    .view{font-size:12px;color:var(--orange);font-weight:600;white-space:nowrap}
    .btn{
      height:42px;border:0;border-radius:8px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;
      gap:9px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;
    }
    .btn-orange{background:var(--orange);color:#fff;box-shadow:0 12px 25px rgba(255,106,26,.25)}
    .btn-light{background:#fff;border:1px solid #d8dee9;color:#18243d}
    .btn-dark{background:#101b37;color:#fff}
    .btn-outline{background:#fff;border:1px solid #e1e7f0;color:#22314d}
    .card{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--soft-shadow)}
    .price{color:#17233d;font-size:22px;font-weight:600;letter-spacing:-.02em}
    .meta{font-size:11px;color:#7b8796;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
    .tag{height:22px;display:inline-flex;align-items:center;border-radius:999px;background:#fff0e8;color:var(--orange);padding:0 9px;font-size:10px;font-weight:600}

    /* Top strip */
    .top-strip{height:30px;background:#09142c;color:#dbe4f2;font-size:11px}
    .top-inner{height:30px;display:flex;align-items:center;justify-content:space-between}
    .top-left,.top-right{display:flex;align-items:center;gap:22px}
    .top-left span:first-child:before{content:"●";color:var(--orange);margin-right:6px}
    .top-left span:nth-child(2):before{content:"✉";color:var(--orange);margin-right:6px}
    .top-right span:last-child:before{content:"●";color:var(--orange);margin-right:6px}

    /* Header */
    .topbar{
      height:72px;background:#fff;border-bottom:1px solid #eef2f6;box-shadow:0 4px 16px rgba(15,35,60,.05);
      position:sticky;top:0;z-index:80;
    }
    .header{height:72px;display:grid;grid-template-columns:210px 1fr 255px;gap:24px;align-items:center}
    .brand{display:flex;align-items:center;gap:8px}
    .brand-mark{width:25px;height:25px;border-radius:50%;background:var(--orange);position:relative}
    .brand-mark:before{content:"";position:absolute;left:6px;top:5px;width:12px;height:14px;border-radius:5px;border:3px solid #fff;border-top-color:transparent;transform:rotate(-25deg)}
    .brand-title{font-size:23px;line-height:1;font-weight:600;letter-spacing:-.055em;color:var(--orange)}
    .brand-title span{color:#111827;font-size:16px;letter-spacing:-.04em}
    .nav{display:flex;align-items:center;justify-content:center;gap:35px;white-space:nowrap}
    .nav a{height:72px;display:flex;align-items:center;color:#233044;font-size:13px;font-weight:600;position:relative}
    .nav a.active{color:var(--orange)}
    .nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--orange);border-radius:99px 99px 0 0}
    .actions{display:flex;justify-content:flex-end;gap:12px;align-items:center}
    .actions .btn{height:38px;font-size:12px;padding:0 18px}

    /* Hero */
    .hero{
      position:relative;overflow:hidden;background:#fff;min-height:430px;
    }
    .hero:before{
      content:"";position:absolute;right:-90px;top:22px;width:520px;height:360px;border-radius:48% 52% 46% 54%;
      background:linear-gradient(135deg,rgba(255,106,26,.08),rgba(124,58,237,.08));
    }
    .hero:after{
      content:"";position:absolute;right:0;bottom:0;width:520px;height:240px;
      background:radial-gradient(circle at 70% 60%,rgba(255,106,26,.10),transparent 35%);
      pointer-events:none;
    }
    .hero-inner{position:relative;z-index:2;min-height:430px;display:grid;grid-template-columns:1fr 555px;gap:42px;align-items:center;padding:38px 0 34px}
    .hero-copy{max-width:610px}
    .hero-label{display:inline-flex;align-items:center;gap:8px;height:30px;border-radius:999px;background:#fff4ee;border:1px solid #ffd8c4;color:#ca4a11;padding:0 13px;font-size:11px;font-weight:600;text-transform:uppercase;margin-bottom:18px}
    .hero h1{margin:0 0 16px;color:#111827;font-size:42px;line-height:1.08;font-weight:600;letter-spacing:-.045em}
    .hero h1 span{color:var(--orange)}
    .hero p{margin:0 0 22px;color:#4b5568;font-size:14px;max-width:590px}
    .hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:24px 0 24px;max-width:620px}
    .hero-feature{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center}
    .hero-feature .ico{width:36px;height:36px;border-radius:50%;background:#fff3ec;color:var(--orange);display:grid;place-items:center;font-size:18px;border:1px solid #ffd5bf}
    .hero-feature strong{display:block;color:#22314d;font-size:12px;font-weight:600}.hero-feature span{display:block;color:#7b8796;font-size:10.5px;margin-top:2px}
    .hero-actions{display:flex;gap:14px}
    .hero-art{position:relative;height:360px}
    .brand-kit{
      position:absolute;left:10px;right:0;bottom:20px;height:310px;
    }
    .bag,.box,.cup,.card-stack,.pouch,.tube,.paper{
      position:absolute;border-radius:14px;box-shadow:0 22px 40px rgba(40,20,80,.16);overflow:hidden;
      background:linear-gradient(135deg,#34206f,#5b21b6 55%,#ff6a1a 56%,#ff8641);
    }
    .bag{right:62px;top:12px;width:178px;height:210px;border-radius:18px}
    .bag:before{content:"";position:absolute;left:42px;top:18px;width:96px;height:42px;border:5px solid rgba(255,255,255,.55);border-bottom:0;border-radius:50% 50% 0 0}
    .bag:after,.box:after,.cup:after,.pouch:after{content:"NEXORA";position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);color:#fff;font-size:16px;font-weight:600;letter-spacing:.02em}
    .box{left:72px;top:66px;width:175px;height:175px;border-radius:12px;background:linear-gradient(135deg,#251457,#5b21b6 58%,#ff6a1a 59%,#ff8f3a)}
    .cup{right:196px;bottom:72px;width:78px;height:116px;border-radius:8px 8px 34px 34px;background:linear-gradient(180deg,#fff,#f4eefc);box-shadow:0 18px 35px rgba(70,45,110,.16)}
    .cup:after{color:#5b21b6;font-size:11px;top:46%}
    .cup:before{content:"";position:absolute;left:10px;right:10px;top:0;height:10px;background:#4b267b;border-radius:8px 8px 0 0}
    .pouch{left:12px;bottom:40px;width:86px;height:140px;border-radius:12px 12px 8px 8px;background:linear-gradient(160deg,#351b76,#5b21b6 65%,#ff6a1a 66%)}
    .pouch:after{font-size:10px;top:45%}
    .tube{left:152px;bottom:26px;width:70px;height:90px;border-radius:12px;background:linear-gradient(160deg,#4c1d95,#7c3aed 62%,#ff6a1a 63%);transform:rotate(-8deg)}
    .paper{right:95px;bottom:12px;width:265px;height:90px;background:#fff;border:1px solid #eee;border-radius:8px;transform:rotate(-7deg)}
    .paper:before{content:"";position:absolute;left:18px;top:20px;width:120px;height:12px;background:#5b21b6;border-radius:3px;box-shadow:0 22px 0 #ff6a1a,0 44px 0 #e5e7eb}
    .paper:after{content:"";position:absolute;right:18px;top:18px;width:70px;height:52px;border-radius:8px;background:linear-gradient(135deg,#5b21b6,#ff6a1a)}
    .decor-dot{position:absolute;left:8px;top:18px;width:180px;height:100px;background-image:radial-gradient(#d7dbe5 2px,transparent 2px);background-size:14px 14px;opacity:.8}
    .decor-line{position:absolute;left:130px;top:0;width:115px;height:80px;border-top:2px solid #151a2c;border-right:2px solid #151a2c;transform:rotate(-8deg);opacity:.7}
    .decor-line:before,.decor-line:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#151a2c}
    .decor-line:before{left:-4px;top:-5px}.decor-line:after{right:-5px;bottom:-5px}
    .stats-float{position:absolute;right:0;bottom:36px;width:150px;background:#fff;border:1px solid #eef2f6;border-radius:14px;box-shadow:0 18px 42px rgba(20,30,60,.13);padding:18px}
    .stats-float strong{display:block;color:var(--orange);font-size:25px;font-weight:600;line-height:1}.stats-float span{font-size:11px;color:#64748b}
    .faces{display:flex;margin-top:10px}.face{width:24px;height:24px;border-radius:50%;border:2px solid #fff;margin-left:-7px;background:#ddd}.face:first-child{margin-left:0}
    .face:nth-child(1){background:url('https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=60&q=82') center/cover}.face:nth-child(2){background:url('https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=60&q=82') center/cover}.face:nth-child(3){background:url('https://images.unsplash.com/photo-1517841905240-472988babdf9?auto=format&fit=crop&w=60&q=82') center/cover}.face.plus{display:grid;place-items:center;background:var(--orange);color:#fff;font-size:12px}

    /* Category bar */
    .category-bar{position:relative;z-index:4;margin-top:-8px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 38px rgba(20,30,60,.10);display:grid;grid-template-columns:repeat(10,1fr);overflow:hidden}
    .cat{height:88px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid #edf2f7;gap:7px}
    .cat:last-child{border-right:0}
    .cat .ico{width:34px;height:34px;border-radius:10px;background:#fff4ee;color:var(--orange);display:grid;place-items:center;font-size:17px}
    .cat span{font-size:11px;color:#26344b;font-weight:600;line-height:1.25}

    /* Services */
    .service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
    .service-card{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--soft-shadow);overflow:hidden}
    .service-card img{height:138px;width:100%;object-fit:cover}
    .service-body{padding:14px}
    .service-card h3{margin:0 0 7px;color:#222d42;font-size:13px;font-weight:600;line-height:1.35}
    .service-card p{margin:0 0 12px;color:#667085;font-size:11.5px;line-height:1.45}
    .service-card a{color:var(--orange);font-size:11px;font-weight:600}

    /* Pricing */
    .pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
    .package{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--soft-shadow);padding:20px;position:relative}
    .package.active{border:2px solid var(--orange);padding:19px;box-shadow:0 16px 34px rgba(255,106,26,.13)}
    .package .ribbon{position:absolute;top:-1px;right:18px;height:26px;border-radius:0 0 8px 8px;background:var(--orange);color:#fff;display:flex;align-items:center;padding:0 12px;font-size:10px;font-weight:600;text-transform:uppercase}
    .package h3{margin:0;color:#17233d;font-size:17px;font-weight:600}
    .package .sub{color:#7b8796;font-size:12px;margin:4px 0 10px}
    .package .price{margin-bottom:15px}
    .package .price small{font-size:11px}
    .package ul{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:8px}
    .package li{font-size:12px;color:#4b5568}.package li:before{content:"●";color:var(--orange);font-size:9px;margin-right:8px}
    .package .btn{width:100%;height:36px;font-size:12px}

    /* Projects */
    .project-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
    .project{background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:var(--soft-shadow);overflow:hidden}
    .project img{height:112px;width:100%;object-fit:cover}
    .project-body{padding:10px}
    .project h3{margin:0 0 4px;color:#26344b;font-size:12px;font-weight:600;line-height:1.35}
    .project p{margin:0;color:#7b8796;font-size:10.5px}

    /* Logos */
    .logo-row{display:grid;grid-template-columns:repeat(6,1fr);gap:0;border:1px solid var(--line);background:#fff;border-radius:12px;box-shadow:var(--soft-shadow);overflow:hidden}
    .logo-cell{height:72px;display:grid;place-items:center;text-align:center;border-right:1px solid #eef2f7;color:#26344b;font-size:16px;font-weight:600;filter:none;background:#fff}
    .logo-cell:last-child{border-right:0}
    .logo-cell:nth-child(odd){background:#fff7f1}
    .logo-cell:nth-child(even){background:#f7f4ff}
    .logo-cell:nth-child(3n){border-right:1px solid #eef2f7}

    /* Process + CTA */
    .process-cta{display:grid;grid-template-columns:1fr 420px;gap:26px;align-items:center}
    .process-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
    .step{text-align:center;position:relative}
    .step:not(:last-child):after{content:"+";position:absolute;right:-11px;top:28px;color:var(--orange);font-size:18px;font-weight:600}
    .step .ico{width:56px;height:56px;border-radius:50%;background:#fff4ee;border:1px solid #ffd8c4;color:var(--orange);display:grid;place-items:center;font-size:24px;margin:0 auto 10px}
    .step h3{margin:0 0 5px;color:#17233d;font-size:11px;font-weight:600;line-height:1.35}
    .step p{margin:0;color:#7b8796;font-size:10.5px;line-height:1.35}
    .dark-cta{background:#111b3b;border-radius:13px;color:#fff;min-height:152px;position:relative;overflow:hidden;padding:28px 30px;box-shadow:0 16px 34px rgba(17,27,59,.18)}
    .dark-cta:before{content:"";position:absolute;right:-50px;bottom:-60px;width:220px;height:150px;background:radial-gradient(circle,#7c3aed 0 25%,transparent 26%),repeating-linear-gradient(135deg,rgba(255,106,26,.8) 0 2px,transparent 2px 7px);border-radius:50%;opacity:.55}
    .dark-cta h2{margin:0 0 8px;color:#fff;font-size:19px;line-height:1.3;font-weight:600}
    .dark-cta p{margin:0 0 18px;color:#d8e0ef;font-size:12px}
    .pen{position:absolute;right:24px;bottom:18px;width:150px;height:18px;background:#0b1028;border-radius:20px;transform:rotate(-28deg);box-shadow:0 8px 20px rgba(0,0,0,.25)}
    .pen:before{content:"";position:absolute;right:-24px;top:0;border-left:28px solid #d8d8d8;border-top:9px solid transparent;border-bottom:9px solid transparent}

    /* Testimonials */
    .testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr) 190px;gap:18px}
    .quote{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--soft-shadow);padding:20px}
    .quote-mark{color:var(--orange);font-size:30px;font-weight:600;line-height:1}
    .quote p{margin:6px 0 16px;color:#4b5568;font-size:12px;line-height:1.55}
    .person{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center}
    .avatar{width:38px;height:38px;border-radius:50%;object-fit:cover}
    .person strong{display:block;color:#26344b;font-size:12px;font-weight:600}.person span{display:block;color:#7b8796;font-size:10.5px}
    .rating-card{background:#111b3b;color:#fff;border-radius:12px;box-shadow:var(--soft-shadow);padding:24px;text-align:center;display:flex;flex-direction:column;justify-content:center}
    .rating-card strong{font-size:30px;font-weight:600;color:#fff}.rating-card strong span{font-size:18px;color:#cbd5e1}.stars{color:#ffc247;font-size:18px;margin:5px 0}.rating-card p{margin:0 0 10px;color:#dbe4f2;font-size:11px}.rating-card a{color:#ff9a56;font-weight:600;font-size:12px}

    /* Blog */
    .blog-layout{display:grid;grid-template-columns:1fr 190px;gap:18px}
    .blog-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
    .blog{background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:var(--soft-shadow);overflow:hidden}
    .blog img{height:94px;width:100%;object-fit:cover}
    .blog-body{padding:10px}
    .blog .tag{height:18px;font-size:9px;margin-bottom:6px}
    .blog h3{margin:0 0 6px;color:#26344b;font-size:11.5px;line-height:1.35;font-weight:600}
    .blog p{margin:0;color:#7b8796;font-size:10px}
    .side-list{background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:var(--soft-shadow);padding:14px;display:grid;gap:10px}
    .side-list a{font-size:12px;color:#34435d;display:flex;align-items:center;gap:8px}.side-list a:before{content:"▣";color:#667085}

    /* Newsletter & footer */
    .newsletter{margin-top:24px;background:linear-gradient(90deg,var(--orange),#7c3aed);color:#fff}
    .newsletter-inner{height:70px;display:grid;grid-template-columns:1fr 450px;gap:24px;align-items:center}
    .newsletter-title{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:center}
    .newsletter-title .ico{width:40px;height:40px;border-radius:10px;background:rgba(255,255,255,.18);display:grid;place-items:center;font-size:24px}
    .newsletter-title h3{margin:0;color:#fff;font-size:18px;font-weight:600}.newsletter-title p{margin:2px 0 0;color:#fff0e8;font-size:12px}
    .newsletter-form{height:40px;border-radius:7px;background:#fff;display:grid;grid-template-columns:1fr 105px;overflow:hidden}
    .newsletter-form input{border:0;outline:0;padding:0 14px;color:#65748b;font-size:12px}.newsletter-form button{border:0;background:#ff8a22;color:#fff;font-weight:600}
    .footer{background:#0a1530;color:#d9e6f7;padding:34px 0 18px}
    .footer-grid{display:grid;grid-template-columns:1.4fr repeat(5,1fr);gap:34px}
    .footer .brand-title span{color:#fff}.footer p{margin:14px 0 18px;color:#aebed2;font-size:13px;max-width:310px}
    .footer h4{margin:0 0 13px;color:#fff;text-transform:uppercase;font-size:13px;font-weight:600}
    .footer a,.footer span{display:block;margin:8px 0;color:#cad6e6;font-size:12px}
    .socials{display:flex;gap:10px}.socials span{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.12);display:grid;place-items:center}
    .copy{text-align:center;color:#8496ab;font-size:12px;margin-top:24px}

    @media(max-width:1100px){
      .container{width:min(var(--container),calc(100% - 28px))}
      .header{grid-template-columns:210px 1fr}.actions{grid-column:2}.nav{justify-content:flex-start;overflow:auto}
      .hero-inner,.process-cta,.newsletter-inner{grid-template-columns:1fr}.hero-art{height:330px}.category-bar{grid-template-columns:repeat(5,1fr)}
      .service-grid,.pricing-grid,.project-grid,.blog-grid{grid-template-columns:repeat(3,1fr)}
      .logo-row{grid-template-columns:repeat(3,1fr)}.testimonial-grid{grid-template-columns:repeat(2,1fr)}.blog-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(3,1fr)}
    }
    @media(max-width:760px){
      .top-strip{display:none}.topbar,.header{height:auto}.header{grid-template-columns:1fr;padding:12px 0}.actions{grid-column:auto;justify-content:flex-start}.nav{order:3;gap:22px}
      .hero h1{font-size:32px}.hero-features,.category-bar,.service-grid,.pricing-grid,.project-grid,.logo-row,.process-row,.testimonial-grid,.blog-grid,.footer-grid{grid-template-columns:1fr}
      .hero-actions{flex-direction:column}.hero-art{display:none}.cat,.logo-cell{border-right:0;border-bottom:1px solid #edf2f7}
      .head{align-items:flex-start}.head h2{font-size:21px}.newsletter-inner{height:auto;padding:18px 0}.newsletter-form{grid-template-columns:1fr}
    }

    /* IMPLEMENTATION NOTES:
       Standalone HTML recreated from the uploaded designs.com.vn screenshot.
       Sections included: top strip, header, hero with brand identity mockup, service category bar, service cards, package pricing, projects, trusted logo row, design process + CTA, testimonials, blog/resources, newsletter and dark footer.
    */
  


    /* Vaytien original-template adaptation */
    .smart-hero-art{position:relative;height:360px}
    .seo-board{position:absolute;right:18px;top:20px;width:380px;height:250px;border-radius:18px;background:#111b3b;box-shadow:0 24px 48px rgba(17,27,59,.20);overflow:hidden;border:1px solid rgba(255,255,255,.06)}
    .seo-board:before{content:"";position:absolute;left:0;right:0;top:0;height:44px;background:#0b1028;border-bottom:1px solid rgba(255,255,255,.08)}
    .seo-dots{position:absolute;left:18px;top:17px;display:flex;gap:7px}.seo-dots span{width:8px;height:8px;border-radius:50%;background:#ff6a1a}.seo-dots span:nth-child(2){background:#ffbd70}.seo-dots span:nth-child(3){background:#7c3aed}
    .seo-title{position:absolute;left:22px;top:62px;color:#fff;font-size:26px;line-height:1.05;font-weight:600;letter-spacing:-.04em}.seo-title span{color:#ff8a3d}
    .seo-line{position:absolute;left:22px;right:22px;height:8px;border-radius:99px;background:rgba(255,255,255,.10);overflow:hidden}.seo-line i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff6a1a,#7c3aed)}
    .seo-line.one{top:142px}.seo-line.two{top:166px}.seo-line.three{top:190px}
    .seo-card-mini{position:absolute;background:#fff;border:1px solid #eef2f6;border-radius:14px;box-shadow:0 18px 42px rgba(20,30,60,.13);padding:15px}.seo-card-mini strong{display:block;color:var(--orange);font-size:24px;line-height:1;font-weight:600}.seo-card-mini span{display:block;color:#64748b;font-size:11px;margin-top:6px}.seo-card-mini.a{left:20px;bottom:42px;width:145px}.seo-card-mini.b{right:12px;bottom:20px;width:150px}.seo-card-mini.c{left:180px;top:12px;width:136px}
    .bot-chip{position:absolute;right:68px;top:238px;width:84px;height:84px;border-radius:24px;background:linear-gradient(135deg,#fff4ee,#f7f4ff);display:grid;place-items:center;font-size:42px;border:1px solid #eee;box-shadow:0 18px 36px rgba(20,30,60,.14)}
    .system-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.system-box{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--soft-shadow);padding:20px;position:relative}.system-box.active{border:2px solid var(--orange);padding:19px;box-shadow:0 16px 34px rgba(255,106,26,.13)}.system-box .badge{position:absolute;top:-1px;right:18px;height:26px;border-radius:0 0 8px 8px;background:var(--orange);color:#fff;display:flex;align-items:center;padding:0 12px;font-size:10px;font-weight:600;text-transform:uppercase}.system-box h3{margin:0 0 6px;color:#17233d;font-size:23px;line-height:1.18;font-weight:600;letter-spacing:-.03em}.system-box .sub{font-size:12px;color:#7b8796;margin-bottom:10px}.system-box .category{display:block;color:var(--orange);font-size:12px;font-weight:600;margin-bottom:8px}.system-box .desc{margin:0 0 12px;color:#4b5568;font-size:12px;line-height:1.55}.system-box p{margin:0 0 12px;color:#4b5568;font-size:12px}.system-box ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.system-box li{font-size:12px;color:#4b5568}.system-box li:before{content:"✓";color:var(--orange);font-weight:600;margin-right:7px}.mini-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.mini-metrics div{background:#fff7f1;border:1px solid #ffd8c4;border-radius:10px;text-align:center;padding:9px 6px}.mini-metrics strong{display:block;color:var(--orange);font-size:17px;line-height:1;font-weight:600}.mini-metrics span{font-size:9.5px;color:#7b8796}
    .tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.tool-box{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--soft-shadow);padding:18px;position:relative;min-height:184px}.tool-box .ico{width:38px;height:38px;border-radius:12px;background:#fff4ee;color:var(--orange);display:grid;place-items:center;font-size:18px;border:1px solid #ffd5bf;margin-bottom:11px}.tool-box h3{margin:0 0 7px;color:#17233d;font-size:14px;line-height:1.3;font-weight:600}.tool-box p{margin:0 0 10px;color:#667085;font-size:11.5px}.tool-box ul{list-style:none;padding:0;margin:0;display:grid;gap:5px}.tool-box li{font-size:10.5px;color:#4b5568}.tool-box li:before{content:"●";color:var(--orange);font-size:8px;margin-right:6px}.tool-box .hot{position:absolute;right:12px;top:12px;height:20px;border-radius:999px;background:#fff0e8;color:var(--orange);padding:0 8px;font-size:9.5px;font-weight:600;display:flex;align-items:center}
    .smart-pricing{grid-template-columns:repeat(3,1fr)}.smart-process{grid-template-columns:repeat(4,1fr)}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--soft-shadow);padding:17px}.faq-item h3{margin:0 0 7px;color:#17233d;font-size:13px;font-weight:600}.faq-item p{margin:0;color:#667085;font-size:11.5px}.smart-logo .brand-title{color:#17233d}.smart-logo .brand-title span{font-size:23px;color:var(--orange)}
    @media(max-width:1100px){.system-grid,.tool-grid,.smart-pricing{grid-template-columns:repeat(2,1fr)}.smart-process,.faq-grid{grid-template-columns:repeat(2,1fr)}}
    @media(max-width:760px){.system-grid,.tool-grid,.smart-pricing,.smart-process,.faq-grid{grid-template-columns:1fr}.smart-hero-art{display:none}}

    /* Hero banner photo inserted */
    .smart-hero-art{position:relative;height:360px}
    .hero-banner-img{position:absolute;right:0;top:8px;width:540px;height:340px;object-fit:cover;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 24px 48px rgba(20,30,60,.16);background:#f3f4f6}
    .hero-banner-stats{position:absolute;left:8px;bottom:18px;background:#fff;border:1px solid #eef2f6;border-radius:14px;box-shadow:0 18px 42px rgba(20,30,60,.13);padding:15px 18px;display:flex;gap:18px;align-items:center}
    .hero-banner-stats strong{display:block;color:var(--orange);font-size:22px;line-height:1;font-weight:600}.hero-banner-stats span{display:block;color:#64748b;font-size:10.5px;margin-top:5px}

  

/* === Vaytien.vn WordPress normalization: chuẩn khung 1250px toàn site === */
:root{
  --container:1250px;
  --header-container:1250px;
  --primary:#ff6a1a;
  --primary-dark:#ca4a11;
  --primary-light:#fff4ee;
  --accent:#ff6a1a;
  --accent-dark:#ca4a11;
  --accent-light:#fff0e8;
}
.container,
.header-shell,
.ls-container,
.ss-container,
.ls-breadcrumb nav,
.ls-archive-hero .ls-container,
.ls-footer-grid,
.ls-footer-bottom{
  width:min(1250px, calc(100% - 48px));
  max-width:1250px;
  margin-left:auto;
  margin-right:auto;
}
.ls-section{padding-left:0;padding-right:0;}
.ls-breadcrumb{padding-left:0;padding-right:0;}
.ls-archive-layout{gap:24px;}
.ls-archive-sidebar{width:270px;}
.ls-post-layout{grid-template-columns:minmax(0,1fr) 330px;gap:28px;}
.ls-post-layout > article{min-width:0;background:#fff;border:1px solid var(--line,#e2e8f0);border-radius:12px;box-shadow:0 8px 22px rgba(15,35,70,.07);padding:24px;}
.ls-post-content{max-width:none;}
.ls-post-content img{height:auto;}
.ls-grid-4{grid-template-columns:repeat(4,minmax(0,1fr));}
.page .ls-container,
.blog .ls-container,
.single-post .ls-container,
.search .ls-container,
.error404 .ls-container{max-width:1250px!important;}
.topbar{top:var(--wp-admin--admin-bar--height,0px);}
.admin-bar .topbar{top:32px;}
body{overflow-x:hidden;}
@media(max-width:1100px){
  .container,.header-shell,.ls-container,.ss-container,.ls-breadcrumb nav,.ls-archive-hero .ls-container,.ls-footer-grid,.ls-footer-bottom{width:min(1250px, calc(100% - 28px));}
  .ls-post-layout{grid-template-columns:1fr;}
  .ls-post-sidebar{position:static;}
}
@media(max-width:782px){.admin-bar .topbar{top:46px;}}
@media(max-width:760px){
  .container,.header-shell,.ls-container,.ss-container,.ls-breadcrumb nav,.ls-archive-hero .ls-container,.ls-footer-grid,.ls-footer-bottom{width:calc(100% - 28px);}
  .ls-grid-4{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ls-post-layout > article{padding:18px;}
}
@media(max-width:520px){.ls-grid-4{grid-template-columns:1fr;}}

/* === v2.0.3: WordPress selected primary menu + news sidebar/grid === */
.nav-wrap{min-width:0;display:flex;justify-content:center;align-items:center;height:72px;}
.nav.primary-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:35px;white-space:nowrap;}
.nav.primary-menu li{list-style:none;margin:0;padding:0;position:relative;}
.nav.primary-menu a{height:72px;display:flex;align-items:center;color:#233044;font-size:13px;font-weight:600;position:relative;text-decoration:none;}
.nav.primary-menu a:hover,
.nav.primary-menu .current-menu-item>a,
.nav.primary-menu .current-menu-ancestor>a,
.nav.primary-menu .current_page_item>a{color:var(--orange,#ff6a1a);}
.nav.primary-menu .current-menu-item>a:after,
.nav.primary-menu .current-menu-ancestor>a:after,
.nav.primary-menu .current_page_item>a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--orange,#ff6a1a);border-radius:99px 99px 0 0;}
.nav.primary-menu .sub-menu{position:absolute;left:0;top:100%;min-width:220px;background:#fff;border:1px solid #eef2f6;border-radius:10px;box-shadow:0 18px 38px rgba(20,30,60,.12);padding:8px;margin:0;list-style:none;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease;z-index:100;}
.nav.primary-menu li:hover>.sub-menu,
.nav.primary-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);}
.nav.primary-menu .sub-menu a{height:auto;min-height:38px;padding:9px 11px;color:#233044;border-radius:8px;font-size:12px;}
.nav.primary-menu .sub-menu a:hover{background:#fff4ee;color:var(--orange,#ff6a1a);}
.nav.primary-menu .sub-menu a:after{display:none!important;}
.nav.primary-menu .sub-menu .sub-menu{left:100%;top:0;margin-left:8px;}

.ls-news-archive-layout{align-items:flex-start;}
.ls-news-archive-layout>.ls-blog-sidebar{width:300px;flex:0 0 300px;}
.ls-news-archive-layout>.ls-archive-main{flex:1;min-width:0;}
.ls-news-grid .ls-card-thumb{height:170px;background:#fff7f1;}
.ls-news-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:42px;background:linear-gradient(135deg,#fff7f1,#f7f4ff);}
.ls-news-meta{font-size:11px;color:#7b8796;margin:0 0 8px;}
.ls-widget-pad{padding:12px;}
.ls-sidebar-search{display:grid;grid-template-columns:1fr 70px;gap:8px;}
.ls-sidebar-search input{min-width:0;border:1.5px solid var(--border,#e2e8f0);border-radius:8px;padding:9px 11px;font-size:13px;outline:none;}
.ls-sidebar-search input:focus{border-color:var(--primary,#ff6a1a);background:#fff;}
.ls-sidebar-search button{border:0;border-radius:8px;background:var(--primary,#ff6a1a);color:#fff;font-weight:700;cursor:pointer;font-size:12px;}
.ls-widget-cat-list{padding:10px 12px;display:grid;gap:7px;}
.ls-widget-cat-list a{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#26344b;text-decoration:none;font-size:13px;font-weight:600;padding:8px 9px;border-radius:8px;background:#fff;}
.ls-widget-cat-list a:hover{background:#fff4ee;color:var(--primary,#ff6a1a);}
.ls-widget-cat-list small{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;border-radius:99px;background:#fff0e8;color:var(--primary,#ff6a1a);font-size:11px;font-weight:700;}
.ls-widget-empty{display:block;color:#7b8796;font-size:12px;padding:10px 12px;}
.ls-single-section{padding-top:32px;padding-bottom:48px;}
.ls-single-article{min-width:0;}
.ls-single-header{margin-bottom:20px;}
.ls-single-header h1{font-size:clamp(1.55rem,3vw,2.25rem);line-height:1.16;font-weight:700;color:var(--text-dark,#17233d);margin:12px 0 10px;letter-spacing:-.035em;}
.ls-single-meta{display:flex;gap:16px;font-size:13px;color:#7b8796;flex-wrap:wrap;}
.ls-single-featured{width:100%;height:auto;border-radius:12px;margin:0 0 24px;display:block;}
.ls-single-tags{margin-top:24px;padding-top:16px;border-top:1px solid var(--border,#e2e8f0);font-size:13px;color:#7b8796;}
.ls-single-tags a{display:inline-flex;margin:3px;padding:3px 9px;border-radius:99px;background:#fff0e8;color:var(--primary,#ff6a1a);text-decoration:none;font-weight:600;}
.ls-related-bottom{background:#fff;padding-top:34px;}
.ls-pagination .nav-links{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;}
.ls-pagination .page-numbers{min-width:38px;height:38px;padding:0 11px;border:1px solid var(--border,#e2e8f0);border-radius:8px;background:#fff;color:#26344b;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;}
.ls-pagination .page-numbers.current,
.ls-pagination .page-numbers:hover{background:var(--primary,#ff6a1a);border-color:var(--primary,#ff6a1a);color:#fff;}

@media(max-width:1100px){
  .nav-wrap{justify-content:flex-start;grid-column:2;overflow:auto;}
  .nav.primary-menu{justify-content:flex-start;gap:24px;overflow:auto;scrollbar-width:none;}
  .nav.primary-menu::-webkit-scrollbar{display:none;}
  .ls-news-archive-layout{flex-direction:column;}
  .ls-news-archive-layout>.ls-blog-sidebar{width:100%;flex:0 0 auto;position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
  .ls-news-archive-layout>.ls-archive-main{width:100%;}
  .ls-news-grid.ls-grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:760px){
  .nav-wrap{height:auto;grid-column:auto;width:100%;justify-content:flex-start;overflow:auto;}
  .nav.primary-menu{gap:20px;justify-content:flex-start;width:100%;}
  .nav.primary-menu a{height:46px;font-size:12px;}
  .nav.primary-menu .sub-menu{display:none;}
  .nav.primary-menu li:hover>.sub-menu{display:none;}
  .ls-news-archive-layout>.ls-blog-sidebar{grid-template-columns:1fr;}
  .ls-news-grid.ls-grid-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
  .ls-sidebar-search{grid-template-columns:1fr;}
}
@media(max-width:520px){
  .ls-news-grid.ls-grid-3{grid-template-columns:1fr;}
}

/* === v2.0.4: Vaytien.vn financial advisory adaptation === */
/* Theme metadata is updated above; this block overrides old Vaytien visuals without breaking layout. */
:root{
  --container:1250px;
  --header-container:1250px;
  --orange:#ff6a1a;
  --orange-2:#ff7f2a;
  --purple:#5b21b6;
  --purple-2:#7c3aed;
  --navy:#07142f;
  --navy-2:#0d1f47;
  --ink:#17233d;
  --text:#4b5568;
  --muted:#7a8598;
  --line:#e2e8f0;
  --soft:#fff7f1;
  --soft-2:#f7f4ff;
  --surface:#fff;
  --shadow:0 14px 34px rgba(20,30,60,.10);
  --soft-shadow:0 8px 22px rgba(15,35,70,.07);
}
body{background:#fff;color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;line-height:1.5;font-weight:400;}
.container,.header-shell,.ls-container,.ss-container,.ls-breadcrumb nav,.ls-archive-hero .ls-container,.ls-footer-grid,.ls-footer-bottom{width:min(1250px,calc(100% - 48px));max-width:1250px;margin-left:auto;margin-right:auto;}
.brand-title{color:var(--orange)!important;}
.brand-title span{color:#111827!important;}
.footer .brand-title span{color:#fff!important;}
.actions .btn-light{background:#fff;border:1px solid #d8dee9;color:#18243d;}
.actions .btn-orange{background:var(--orange);color:#fff;box-shadow:0 12px 25px rgba(255,106,26,.25);}

.finance-board{position:absolute;left:10px;right:0;bottom:14px;height:330px}
.wallet,.chart-card,.coin-card,.book-card,.loan-card,.score-card{position:absolute;border-radius:16px;box-shadow:0 22px 40px rgba(40,20,80,.16);overflow:hidden}.wallet{right:44px;top:8px;width:245px;height:176px;background:linear-gradient(135deg,#31176f,#5b21b6 56%,#ff6a1a 57%,#ff8f3a)}.wallet:before{content:"Tài chính thông minh";position:absolute;left:24px;top:26px;color:#fff;font-size:19px;font-weight:600;letter-spacing:-.03em}.wallet:after{content:"vaytien.vn";position:absolute;left:24px;bottom:24px;color:#fff2e8;font-size:12px;font-weight:600}.chart-card{left:66px;top:42px;width:230px;height:178px;background:#fff;border:1px solid #edf2f7;padding:20px}.chart-card:before{content:"Kế hoạch chi tiêu";display:block;color:#17233d;font-size:15px;font-weight:600;margin-bottom:18px}.chart-line{position:absolute;left:22px;right:22px;bottom:28px;height:78px;background:linear-gradient(180deg,rgba(255,106,26,.12),transparent);border-radius:12px}.chart-line:before{content:"";position:absolute;left:10px;bottom:16px;width:165px;height:54px;border-left:3px solid var(--orange);border-bottom:3px solid var(--orange);transform:skew(-22deg);border-radius:0 0 0 8px}.coin-card{right:214px;bottom:42px;width:128px;height:116px;background:#fff;border:1px solid #edf2f7;display:grid;place-items:center}.coin-card:before{content:"₫";width:66px;height:66px;border-radius:50%;background:#fff3ec;color:var(--orange);display:grid;place-items:center;font-size:35px;font-weight:600;border:1px solid #ffd8c4}.coin-card:after{content:"Theo dõi dòng tiền";position:absolute;left:14px;right:14px;bottom:12px;text-align:center;color:#64748b;font-size:10px}.book-card{left:12px;bottom:34px;width:130px;height:142px;background:linear-gradient(160deg,#111b3b,#5b21b6);padding:18px}.book-card:before{content:"SÁCH\A TÀI CHÍNH";white-space:pre;color:#fff;font-size:16px;line-height:1.15;font-weight:600}.book-card:after{content:"Budget • Debt • Saving";position:absolute;left:18px;bottom:18px;color:#ffe2d3;font-size:10px}.loan-card{left:174px;bottom:12px;width:245px;height:88px;background:#fff;border:1px solid #edf2f7;transform:rotate(-4deg);padding:16px}.loan-card:before{content:"Cố vấn khoản vay & tiêu dùng";display:block;color:#17233d;font-size:14px;font-weight:600}.loan-card:after{content:"So sánh lựa chọn • hiểu chi phí • tránh quá sức";display:block;color:#7b8796;font-size:10.5px;margin-top:8px}.score-card{right:0;bottom:26px;width:154px;background:#fff;border:1px solid #eef2f6;padding:18px}.score-card strong{display:block;color:var(--orange);font-size:25px;font-weight:600;line-height:1}.score-card span{font-size:11px;color:#64748b}

.pillar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pillar-card{padding:22px;position:relative;overflow:hidden}.pillar-card:before{content:"";position:absolute;right:-34px;top:-34px;width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,rgba(255,106,26,.12),rgba(124,58,237,.12))}.pillar-card .no{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#fff4ee;color:var(--orange);font-size:17px;font-weight:600;margin-bottom:14px}.pillar-card h3{margin:0 0 8px;color:#17233d;font-size:20px;font-weight:600;letter-spacing:-.03em}.pillar-card p{margin:0 0 14px;color:#556274;font-size:13px;line-height:1.55}.pillar-card ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.pillar-card li{font-size:12px;color:#4b5568}.pillar-card li:before{content:"●";color:var(--orange);font-size:9px;margin-right:8px}
.service-visual{height:138px;background:linear-gradient(135deg,#fff7f1,#f7f4ff);position:relative}.service-visual:before{content:"";position:absolute;left:24px;top:24px;width:58px;height:58px;border-radius:16px;background:var(--orange);box-shadow:38px 34px 0 #5b21b6}.service-visual:after{content:attr(data-icon);position:absolute;right:20px;bottom:16px;color:#17233d;font-size:42px;font-weight:600;opacity:.16}.project-visual{height:112px;background:linear-gradient(135deg,#fff4ee,#f7f4ff);position:relative}.project-visual:before{content:attr(data-icon);position:absolute;left:14px;bottom:6px;font-size:48px;opacity:.18;color:#17233d}.project-visual:after{content:"";position:absolute;right:14px;top:16px;width:66px;height:44px;border-radius:10px;background:linear-gradient(135deg,var(--purple),var(--orange))}.industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.industry-card{padding:18px;min-height:118px}.industry-card h3{margin:0 0 8px;color:#17233d;font-size:14px;font-weight:600}.industry-card p{margin:0;color:#667085;font-size:11.5px;line-height:1.52}.blog-visual{height:94px;background:linear-gradient(135deg,#fff4ee,#f7f4ff);position:relative}.blog-visual:before{content:attr(data-icon);position:absolute;right:12px;bottom:2px;font-size:42px;opacity:.18;color:#17233d}.notice{margin-top:22px;border:1px solid #fde2cc;background:#fff8f2;border-radius:12px;padding:16px;color:#7a4a28;font-size:12px}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff4ee;color:var(--orange);font-weight:600}.hero h1 span{color:var(--orange)}

.ls-card-overlay .ls-overlay-btn{background:var(--orange);color:#fff}.ls-card-btn,.ls-card-cat,.ls-card-price{color:var(--orange)}.ls-widget-title{color:#17233d}.ls-widget-service-icon{background:#fff4ee;color:var(--orange)}
@media(max-width:1100px){.pillar-grid,.industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-board{height:320px}.header{grid-template-columns:210px 1fr}.actions{grid-column:2}.nav-wrap{justify-content:flex-start;overflow:auto}.nav.primary-menu{justify-content:flex-start;gap:24px}.container,.header-shell,.ls-container,.ss-container,.ls-breadcrumb nav,.ls-archive-hero .ls-container,.ls-footer-grid,.ls-footer-bottom{width:min(1250px,calc(100% - 28px));}}
@media(max-width:760px){.pillar-grid,.industry-grid{grid-template-columns:1fr}.hero-art,.finance-board{display:none}.container,.header-shell,.ls-container,.ss-container,.ls-breadcrumb nav,.ls-archive-hero .ls-container,.ls-footer-grid,.ls-footer-bottom{width:calc(100% - 28px)}.hero-actions{flex-direction:column}.hero h1{font-size:32px}.header{grid-template-columns:1fr}.actions{grid-column:auto;justify-content:flex-start}.nav-wrap{height:auto}.nav.primary-menu{overflow:auto}.nav.primary-menu a{height:44px}}

/* === v2.0.5: Front page scroll unlock guard ===
   Fix homepage being locked by stale sidebar/menu/modal scroll-lock classes from cache/plugins. */
html,
body {
  height: auto !important;
  min-height: 100% !important;
}
body.home,
body.front-page,
body.page-template-front-page,
body.home.ls-sidebar-open,
body.front-page.ls-sidebar-open,
body.page-template-front-page.ls-sidebar-open {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  height: auto !important;
  min-height: 100vh !important;
  max-height: none !important;
  position: relative !important;
  touch-action: auto !important;
}
body.home .hero,
body.front-page .hero,
body.page-template-front-page .hero {
  max-height: none !important;
}
body.home main,
body.front-page main,
body.page-template-front-page main,
body.home .footer,
body.front-page .footer,
body.page-template-front-page .footer,
body.home .newsletter,
body.front-page .newsletter,
body.page-template-front-page .newsletter {
  position: relative;
  z-index: 1;
}
