/*
Theme Name: VangWin
Author: Hồ Quốc Khoa
Description: Chủ đề đánh giá nhà cái — hero 1, header 3, thẻ bài kiểu 4, danh sách kiểu 2, hệ lớp bem.
Version: 1.0.0
Text Domain: vangwin
*/

*{margin:0;padding:0;box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{font-family:'Karla', 'Segoe UI', sans-serif;background:#f7faf4;color:#29331f;line-height:1.65;font-size:16px}
img{max-width:100%;height:auto;display:block}
a{color:#72b42d;text-decoration:none}
a:hover{color:#c5ad26}
ul{list-style:none}
h1,h2,h3,h4{font-family:'Archivo', 'Helvetica Neue', sans-serif;line-height:1.18;font-weight:700;letter-spacing:.01em}
.site-logo{max-height:48px;width:auto}
.screen-reader-text{position:absolute;left:-9999px}
.pokod-wrap{max-width:1180px;margin:0 auto;padding:0 18px}

.pokod-btn{display:inline-block;padding:12px 26px;border-radius:10px;font-weight:700;color:#ffffff;background:linear-gradient(120deg,#72b42d,#2baba9);box-shadow:0 6px 18px rgba(0,0,0,.22);transition:transform .18s ease,filter .18s ease;text-align:center}
.pokod-btn:hover{transform:translateY(-2px);filter:brightness(1.08);color:#ffffff}
.pokod-btn--sm{padding:8px 18px;font-size:14px}
.pokod-btn--lg{padding:15px 34px;font-size:17px}
.pokod-btn--ghost{background:transparent;color:#29331f;border:2px solid #72b42d;box-shadow:none}
.pokod-chip{display:inline-block;margin:0 8px 0 0;padding:6px 15px;border:1px solid #d9e4cd;border-radius:10px;font-size:13px;color:#29331f;font-weight:600}
.pokod-chip:hover{border-color:#72b42d;color:#72b42d}
.pokod-link{color:#29331f;font-weight:600;font-size:14px}
.pokod-link:hover{color:#c5ad26}

.pokod-masthead{background:#ffffff;border-bottom:1px solid #d9e4cd;position:sticky;top:0;z-index:60}
.pokod-masthead__row{display:flex;align-items:center;gap:18px;min-height:64px;flex-wrap:wrap}
.pokod-logo{display:inline-flex;align-items:center;gap:10px}
.pokod-logo__name{font-family:'Archivo', 'Helvetica Neue', sans-serif;font-size:22px;color:#29331f}
.pokod-nav__list{display:flex;flex-wrap:wrap;gap:6px}
.pokod-nav__list li a{display:inline-block;padding:8px 14px;color:#29331f;font-weight:600;font-size:15px;border-radius:999px}
.pokod-nav__list li a:hover{background:#dfedd0;color:#72b42d}
.pokod-burger{display:none;background:none;border:1px solid #d9e4cd;color:#29331f;font-size:20px;width:42px;height:42px;border-radius:10px;cursor:pointer}

.pokod-masthead__util{background:#a1a39f;border-bottom:1px solid #d9e4cd;font-size:13px}
.pokod-masthead__row--util{min-height:38px;justify-content:space-between}
.pokod-masthead__tag{color:#6c785e}
.pokod-masthead__utilctas .pokod-chip{padding:3px 12px;font-size:12px}
.pokod-nav{flex:1;display:flex;justify-content:center}

@media(max-width:960px){.pokod-nav{display:none;width:100%}.pokod-nav--open{display:block}.pokod-burger{display:inline-block}.pokod-masthead__row{padding:8px 0}}

.pokod-hero{position:relative;overflow:hidden;padding:70px 0;background:#f7faf4}
.pokod-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.5}
.pokod-hero__shade{position:absolute;inset:0;background:linear-gradient(100deg,#f7faf4 18%,transparent 78%)}
.pokod-hero__inner{position:relative;z-index:2;max-width:640px}
.pokod-hero__kicker{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#c5ad26;margin-bottom:14px}
.pokod-hero h1{font-size:clamp(30px,4.6vw,52px);margin-bottom:14px;color:#29331f}
.pokod-hero h1 span{color:#72b42d}
.pokod-hero__desc{color:#6c785e;font-size:17px;margin-bottom:22px}
.pokod-hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px}
.pokod-hero__trust{display:flex;gap:28px;flex-wrap:wrap}
.pokod-hero__trust li b{display:block;font-family:'Archivo', 'Helvetica Neue', sans-serif;font-size:22px;color:#72b42d}
.pokod-hero__trust li span{font-size:13px;color:#6c785e}

.pokod-block{padding:52px 0}
.pokod-block--alt{background:#edf3e7}
.pokod-block__head{text-align:center;max-width:720px;margin:0 auto 30px}
.pokod-block__head--side{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;text-align:left;max-width:none}
.pokod-block__head--side .pokod-block__sub{margin:0}
.pokod-block__title{font-size:clamp(24px,3vw,34px);margin-bottom:8px;color:#29331f}
.pokod-block__sub{color:#6c785e;margin-top:6px}

.pokod-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(255px,1fr));gap:22px}
.pokod-rows{display:grid;gap:18px}
.pokod-rows .pokod-card{display:grid;grid-template-columns:250px 1fr}
.pokod-rows--zebra .pokod-card:nth-child(even) .pokod-card__media{order:2}
@media(max-width:700px){.pokod-rows .pokod-card{grid-template-columns:1fr}}

.pokod-card{background:#ffffff;border:1px solid #d9e4cd;border-radius:10px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}
.pokod-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(0,0,0,.25)}
.pokod-card__media{display:block;position:relative;overflow:hidden}
.pokod-card__media img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .3s ease}
.pokod-card:hover .pokod-card__media img{transform:scale(1.045)}
.pokod-card__body{padding:16px 18px 18px}
.pokod-card__excerpt{color:#6c785e;font-size:14px;margin-bottom:10px}
.pokod-card__more{font-weight:700;font-size:14px;color:#72b42d}

.pokod-card__cap{display:block;padding:10px 14px;background:#edf3e7;border-top:1px solid #d9e4cd;color:#29331f;font-size:15px}

.pokod-pager{margin-top:30px;text-align:center}
.pokod-pager .page-numbers{display:inline-block;margin:0 4px;padding:8px 14px;border:1px solid #d9e4cd;border-radius:10px;color:#29331f;font-weight:600}
.pokod-pager .page-numbers.current{background:#72b42d;border-color:#72b42d;color:#ffffff}

.pokod-games{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.pokod-games__item{background:#ffffff;border:1px solid #d9e4cd;border-radius:10px;padding:22px 16px;text-align:center}
.pokod-games__item img{width:64px;height:64px;object-fit:cover;border-radius:10px;margin:0 auto 12px}
.pokod-games__item h3{font-size:17px;margin-bottom:6px}
.pokod-games__item p{color:#6c785e;font-size:13px;margin-bottom:12px}
@media(max-width:900px){.pokod-games{grid-template-columns:repeat(2,1fr)}}

.pokod-promos{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pokod-promo{background:#ffffff;border:1px solid #d9e4cd;border-radius:10px;overflow:hidden;display:flex;flex-direction:column}
.pokod-promo__img{width:100%;height:150px;object-fit:cover}
.pokod-promo__body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:8px;flex:1}
.pokod-promo__title{font-size:18px;color:#2baba9}
.pokod-promo__body p{color:#6c785e;font-size:14px;flex:1}
@media(max-width:900px){.pokod-promos{grid-template-columns:1fr}}

.pokod-faq{display:grid;gap:14px;max-width:860px;margin:0 auto}
.pokod-faq__item{background:#ffffff;border:1px solid #d9e4cd;border-radius:10px;padding:18px 20px}
.pokod-faq__q{display:flex;align-items:center;gap:12px;font-size:16px;margin-bottom:8px}
.pokod-faq__num{flex:none;width:32px;height:32px;display:grid;place-items:center;background:#dfedd0;color:#72b42d;font-family:'Archivo', 'Helvetica Neue', sans-serif;border-radius:10px}
.pokod-faq__a{color:#6c785e;font-size:14px;padding-left:44px}

.pokod-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.pokod-stats__item{background:#ffffff;border:1px solid #d9e4cd;border-radius:10px;padding:20px;text-align:center}
.pokod-stats__item b{display:block;font-family:'Archivo', 'Helvetica Neue', sans-serif;font-size:30px;color:#72b42d}
.pokod-stats__item span{font-size:13px;color:#6c785e}
@media(max-width:800px){.pokod-stats{grid-template-columns:repeat(2,1fr)}}

.pokod-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.pokod-cats__tile{position:relative;display:block;border-radius:10px;overflow:hidden;border:1px solid #d9e4cd}
.pokod-cats__tile img{width:100%;height:150px;object-fit:cover}
.pokod-cats__cap{position:absolute;left:0;right:0;bottom:0;padding:26px 14px 12px;background:linear-gradient(transparent,rgba(0,0,0,.85));color:#fff}
.pokod-cats__cap b{display:block;font-size:16px}
.pokod-cats__cap span{font-size:12px;opacity:.85}
@media(max-width:900px){.pokod-cats{grid-template-columns:repeat(2,1fr)}}

.pokod-timeline{position:relative;max-width:760px;margin:0 auto;padding-left:26px;border-left:2px solid #d9e4cd}
.pokod-timeline__item{position:relative;padding:0 0 26px 18px}
.pokod-timeline__item:before{content:"";position:absolute;left:-33px;top:6px;width:12px;height:12px;border-radius:50%;background:#72b42d;box-shadow:0 0 0 4px #dfedd0}
.pokod-timeline__year{display:inline-block;font-family:'Archivo', 'Helvetica Neue', sans-serif;font-weight:700;color:#72b42d;font-size:19px;margin-bottom:4px}
.pokod-timeline__item p{color:#6c785e;font-size:15px}

.pokod-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pokod-steps__item{background:#ffffff;border:1px solid #d9e4cd;border-radius:10px;padding:20px}
.pokod-steps__tag{display:inline-block;background:#dfedd0;color:#72b42d;font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:10px;margin-bottom:10px}
.pokod-steps__item h3{font-size:17px;margin-bottom:6px}
.pokod-steps__item p{color:#6c785e;font-size:14px}
.pokod-steps__cta{text-align:center;margin-top:24px}
@media(max-width:800px){.pokod-steps{grid-template-columns:1fr}}

.pokod-outro{max-width:820px;margin:0 auto;color:#6c785e;font-size:16px;text-align:center}

.pokod-footer{background:#a1a39f;border-top:1px solid #d9e4cd;margin-top:40px;padding-top:44px}
.pokod-footer__cols{display:grid;gap:28px}
.pokod-footer__cols--c2{grid-template-columns:repeat(2,1fr)}
.pokod-footer__cols--c3{grid-template-columns:repeat(3,1fr)}
.pokod-footer__cols--c4{grid-template-columns:repeat(4,1fr)}
.pokod-footer__title{font-size:15px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;color:#29331f}
.pokod-footer__col ul li{margin-bottom:8px}
.pokod-footer__col ul li a{color:#6c785e;font-size:14px}
.pokod-footer__col ul li a:hover{color:#72b42d}
.pokod-footer__col p{color:#6c785e;font-size:14px;margin-bottom:10px}
.pokod-footer__tags a{display:inline-block;margin:0 6px 8px 0;padding:4px 12px;border:1px solid #d9e4cd;border-radius:10px;color:#6c785e;font-size:12px}
.pokod-footer__ctarow{border-top:1px solid #d9e4cd;margin-top:34px;padding:16px 0;display:flex;justify-content:center}
.pokod-footer__ctarow .pokod-wrap{display:flex;gap:22px;flex-wrap:wrap;justify-content:center}
.pokod-footer__bottom{border-top:1px solid #d9e4cd;padding:22px 0;text-align:center}
.pokod-warn{max-width:760px;margin:14px auto;color:#6c785e;font-size:13px}
.pokod-copy{color:#6c785e;font-size:13px;margin-top:10px}
@media(max-width:800px){.pokod-footer__cols{grid-template-columns:1fr}}

.pokod-layout{display:grid;gap:30px;padding:36px 0;align-items:start}
.pokod-layout--side-r{grid-template-columns:minmax(0,1fr) 320px}
.pokod-layout--side-l{grid-template-columns:320px minmax(0,1fr)}
.pokod-layout--full{grid-template-columns:minmax(0,1fr)}
.pokod-main{min-width:0}
.pokod-main--full{max-width:820px;margin:0 auto;padding:36px 0}
@media(max-width:960px){.pokod-layout--side-r,.pokod-layout--side-l{grid-template-columns:1fr}}
.pokod-ah h1{font-size:clamp(26px,3.4vw,38px);margin-bottom:12px}
.pokod-ameta{display:flex;gap:16px;flex-wrap:wrap;color:#6c785e;font-size:13px;margin-bottom:18px}
.pokod-cover{margin-bottom:22px;border-radius:10px;overflow:hidden}
.pokod-abody{line-height:1.8}
.pokod-abody p{margin-bottom:16px}
.pokod-abody h2{font-size:24px;margin:26px 0 12px}
.pokod-abody h3{font-size:20px;margin:22px 0 10px}
.pokod-abody img{border-radius:10px}
.pokod-abody blockquote{border-left:4px solid #72b42d;padding:10px 18px;background:#edf3e7;border-radius:0 10px 10px 0;margin:18px 0}
.pokod-ctabox{margin:28px 0;padding:24px;background:#ffffff;border:1px solid #d9e4cd;border-left:5px solid #72b42d;border-radius:10px;text-align:center}
.pokod-ctabox h3{margin-bottom:8px}
.pokod-ctabox p{color:#6c785e;margin-bottom:16px}
.pokod-postnav{display:flex;justify-content:space-between;gap:18px;border-top:1px solid #d9e4cd;padding-top:18px;margin-top:8px}
.pokod-postnav a{color:#29331f;font-weight:600}
.pokod-postnav small{display:block;color:#6c785e;font-weight:400;font-size:12px}
.pokod-postnav__next{text-align:right}

.pokod-sidebar{display:grid;gap:20px;align-content:start}
.pokod-widget{background:#ffffff;border:1px solid #d9e4cd;border-radius:10px;padding:18px}
.pokod-wtitle{font-size:16px;margin-bottom:12px}
.pokod-widget ul li{margin-bottom:8px}
.pokod-widget ul li a{color:#6c785e;font-size:14px}
.pokod-widget ul li a:hover{color:#72b42d}

.pokod-search{display:flex;gap:8px}
.pokod-search__input{flex:1;padding:10px 14px;border:1px solid #d9e4cd;border-radius:10px;background:#f7faf4;color:#29331f;font-family:inherit}
.pokod-search__btn{padding:10px 20px}
.pokod-notfound{text-align:center;padding:40px 0 60px}
.pokod-notfound__code{font-size:90px;color:#72b42d;font-family:'Archivo', 'Helvetica Neue', sans-serif}
.pokod-notfound__msg{color:#6c785e;margin-bottom:18px}
.pokod-notfound .pokod-search{max-width:420px;margin:0 auto 18px}
