/*
Theme Name: Chogioi
Theme URI: https://chogioi.com
Author: Choi gii x Auto Designer
Description: Theme landing mot trang cho Choi gii - thu mua, thanh ly do cu tai Thai Nguyen. Port 1:1 tu thiet ke V3: navy #0D2F52, brand-blue #0057A0, green #157A22, paper #F3F6FA; font Bricolage Grotesque + Be Vietnam Pro.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: chogioi
Tags: one-column, custom-menu

*/
:root{
  --navy:#0D2F52;
  --navy-800:#16406C;
  --brand-blue:#0057A0;
  --blue-soft:#E7F0FA;
  --sky:#A9D2F5;
  --green:#157A22;
  --green-dark:#14691E;
  --link:#14691E;
  --green-soft:#EAF5EC;
  --ink:#132434;
  --muted:#55677A;
  --paper:#F3F6FA;
  --card:#FFFFFF;
  --line:#DFE7F0;
  --radius:14px;
  --font-display:"Bricolage Grotesque","Be Vietnam Pro",sans-serif;
  --font-body:"Be Vietnam Pro",sans-serif;
  --shadow-card:0 1px 2px rgba(18,41,62,.06),0 8px 24px rgba(18,41,62,.08);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
html,body{overflow-x:clip}
body{
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--paper);
  line-height:1.65;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:var(--link);text-decoration:none}
a:hover{text-decoration:underline}
:focus-visible{outline:2px solid var(--green);outline-offset:2px;border-radius:4px}
h1,h2,h3{font-family:var(--font-display);line-height:1.15;color:var(--navy);letter-spacing:-.01em}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--navy);color:#fff;padding:10px 16px;z-index:100;border-radius:0 0 8px 0}
.skip-link:focus{left:0}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  font-family:var(--font-body);font-weight:600;font-size:16px;
  padding:13px 22px;border-radius:10px;border:1.5px solid transparent;
  cursor:pointer;transition:background-color .18s ease,border-color .18s ease,transform .12s ease;
  white-space:nowrap;line-height:1.2;
}
.btn:active{transform:translateY(1px)}
.btn svg{width:19px;height:19px;flex:none}
.btn-primary{background:var(--brand-blue);color:#fff}
.btn-primary:hover{background:#004C8C;text-decoration:none}
.btn-navy{background:var(--navy);color:#fff}
.btn-navy:hover{background:var(--navy-800);text-decoration:none}
.btn-outline{background:transparent;color:var(--navy);border-color:rgba(13,47,82,.3)}
.btn-outline:hover{border-color:var(--navy);background:rgba(18,41,62,.04);text-decoration:none}
.btn-ghost-light{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.32)}
.btn-ghost-light:hover{background:rgba(255,255,255,.16);text-decoration:none}

/* ---------- Topbar ---------- */
.topbar{background:var(--navy);color:#fff;font-size:13.5px}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:38px}
.topbar-group{display:flex;align-items:center;gap:8px}
.topbar a{color:#fff;font-weight:600}
.topbar a:hover{color:#BFE0F7;text-decoration:none}
.topbar-label{color:rgba(255,255,255,.78);font-weight:500}
.topbar-dot{width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.45)}
.topbar-social{display:flex;gap:6px}
.topbar-social a{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.25);font-weight:500;font-size:12.5px}
.topbar-social a:hover{border-color:#BFE0F7;background:rgba(255,255,255,.08)}
.topbar-social svg{width:13px;height:13px}

/* ---------- Header ---------- */
.site-header{
  position:sticky;top:0;z-index:50;background:#fff;
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:68px}
.brand img{height:44px;width:auto}
.brand{display:flex;align-items:center}
.main-nav{display:flex;align-items:center;gap:26px}
.main-nav a{color:var(--ink);font-weight:500;font-size:15px}
.main-nav a:hover{color:var(--green);text-decoration:none}
.header-cta{display:flex;align-items:center;gap:10px}
.nav-toggle{display:none;background:none;border:1.5px solid #C8D3CC;border-radius:9px;width:44px;height:44px;cursor:pointer;color:var(--navy);align-items:center;justify-content:center}
.nav-toggle svg{width:21px;height:21px}

/* ---------- Hero ---------- */
.hero{background:#fff;overflow:hidden}
.hero .wrap{
  display:grid;grid-template-columns:minmax(0,10fr) minmax(0,9fr);
  gap:56px;align-items:center;padding-top:64px;padding-bottom:76px;
}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
  color:var(--brand-blue);margin-bottom:18px;
}
.eyebrow::before{content:"";width:22px;height:2px;background:var(--brand-blue);border-radius:2px}
.hero h1{font-size:clamp(34px,4.4vw,56px);font-weight:800;max-width:12ch}
.hero h1 .accent{color:var(--brand-blue)}
.hero-sub{margin-top:18px;font-size:17.5px;color:var(--muted);max-width:52ch}
.hero-ctas{margin-top:30px;display:flex;gap:14px;flex-wrap:wrap}
.hero-visual{position:relative;padding:12px 0 34px}
.hero-visual::before{
  content:"";position:absolute;right:-14px;top:0;width:62%;height:78%;
  background:var(--blue-soft);border-radius:var(--radius);z-index:0;
}
.hero-photo-main{
  position:relative;z-index:1;width:82%;margin-left:auto;height:auto;
  aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);
  box-shadow:var(--shadow-card);
}
.hero-photo-sub{
  position:absolute;z-index:2;left:0;bottom:0;width:44%;height:auto;
  aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius);
  border:5px solid #fff;box-shadow:var(--shadow-card);
}

/* ---------- Dual path ---------- */
.dual{padding:72px 0 8px}
.dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.path{
  border-radius:18px;padding:34px 32px 30px;
  display:flex;flex-direction:column;gap:0;
}
.path-sell{background:var(--navy);color:#fff}
.path-sell h2,.path-sell h3{color:#fff}
.path-buy{background:var(--green-soft);border:1.5px solid #C8E2CE}
.path h3{font-size:25px;font-weight:700}
.path-tag{font-size:13.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--link);margin-bottom:8px}
.path-sell .path-tag{color:var(--sky)}
.path ul{list-style:none;margin:18px 0 26px;display:grid;gap:11px}
.path li{display:flex;gap:11px;align-items:flex-start;font-size:15.5px}
.path-sell li{color:rgba(255,255,255,.88)}
.path-buy li{color:var(--ink)}
.path li svg{width:19px;height:19px;flex:none;margin-top:3px;color:var(--green)}
.path-sell li svg{color:var(--sky)}
.path .btn{align-self:flex-start;margin-top:auto}

/* ---------- Trust strip ---------- */
.trust{padding:56px 0 20px}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:6px 26px;border-left:1px solid var(--line)}
.trust-item:first-child{border-left:none;padding-left:0}
.trust-item svg{width:26px;height:26px;color:var(--green);margin-bottom:12px}
.trust-item h3{font-size:16.5px;font-weight:700;margin-bottom:5px}
.trust-item p{font-size:14px;color:var(--muted);line-height:1.55}

/* ---------- Section header ---------- */
.section{padding:76px 0}
.section-head{max-width:640px;margin-bottom:40px}
.section-head h2{font-size:clamp(26px,3vw,36px);font-weight:800}
.section-head p{margin-top:12px;color:var(--muted);font-size:16.5px}

/* ---------- Thu mua (editorial split) ---------- */
.sell-section{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.sell-grid{display:grid;grid-template-columns:minmax(0,6fr) minmax(0,6fr);gap:56px;align-items:start}
.sell-photo{position:relative}
.sell-photo img{height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:18px;box-shadow:var(--shadow-card)}
.sell-photo::after{
  content:"";position:absolute;left:-16px;bottom:-16px;width:46%;height:46%;
  border-radius:18px;background:var(--navy);z-index:-1;opacity:.08;
}
.sell-list{list-style:none;display:grid;gap:0;margin-top:6px}
.sell-list li{border-top:1px solid var(--line)}
.sell-list li:first-child{border-top:none}
.sell-list a{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:15px 4px;color:var(--ink);font-weight:600;font-size:16.5px;
}
.sell-list a:hover{color:var(--green);text-decoration:none;padding-left:10px;transition:padding-left .15s ease}
.sell-list svg{width:18px;height:18px;flex:none;color:var(--green)}

/* ---------- Categories ---------- */
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.cat-card{
  background:var(--card);border:1px solid var(--line);border-radius:18px;
  overflow:hidden;display:flex;flex-direction:column;
  transition:box-shadow .2s ease,transform .2s ease;
}
.cat-card:hover{box-shadow:var(--shadow-card);transform:translateY(-3px)}
.cat-card img{aspect-ratio:16/10;object-fit:cover;width:100%;height:auto}
.cat-body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1}
.cat-body h3{font-size:19px;font-weight:700;margin-bottom:12px}
.cat-links{list-style:none;display:grid;gap:7px;margin-bottom:16px}
.cat-links a{color:var(--muted);font-size:14.5px;display:inline-flex;align-items:center;gap:7px}
.cat-links a::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--green);flex:none}
.cat-links a:hover{color:var(--green);text-decoration:none}
.cat-more{
  margin-top:auto;display:inline-flex;align-items:center;gap:7px;
  font-weight:600;font-size:14.5px;color:var(--link);
}
.cat-more svg{width:16px;height:16px;transition:transform .15s ease}
.cat-more:hover svg{transform:translateX(3px)}

/* ---------- Process ---------- */
.process{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;counter-reset:step}
.step{position:relative;padding-top:6px}
.step-num{
  width:44px;height:44px;border-radius:50%;background:var(--brand-blue);color:#fff;
  font-family:var(--font-display);font-weight:700;font-size:19px;
  display:flex;align-items:center;justify-content:center;margin-bottom:16px;
}
.step h3{font-size:17.5px;font-weight:700;margin-bottom:6px}
.step p{font-size:14.5px;color:var(--muted)}
.step::after{
  content:"";position:absolute;top:27px;left:58px;right:-10px;height:1.5px;
  background:repeating-linear-gradient(90deg,var(--line) 0 7px,transparent 7px 13px);
}
.step:last-child::after{display:none}

/* ---------- FAQ ---------- */
.faq-list{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px;max-width:1080px}
.faq-item{
  background:#fff;border:1px solid var(--line);border-radius:14px;
  overflow:hidden;height:fit-content;
}
.faq-item summary{
  list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:16px;
  align-items:center;padding:19px 22px;font-weight:600;font-size:16.5px;color:var(--navy);
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary svg{width:19px;height:19px;flex:none;color:var(--brand-blue);transition:transform .2s ease}
.faq-item[open] summary svg{transform:rotate(180deg)}
.faq-item .faq-body{padding:0 22px 20px;color:var(--muted);font-size:15.5px;max-width:70ch}

/* ---------- Contact / CTA ---------- */
.contact{background:var(--navy);color:#fff}
.contact .wrap{display:grid;grid-template-columns:minmax(0,6fr) minmax(0,5fr);gap:56px;align-items:start}
.contact h2{color:#fff;font-size:clamp(26px,3vw,36px);font-weight:800}
.contact-sub{margin-top:12px;color:rgba(255,255,255,.82);font-size:16.5px;max-width:46ch}
.contact-hotlines{margin-top:28px;display:grid;gap:12px}
.hotline-row{display:flex;align-items:center;gap:14px}
.hotline-row svg{width:21px;height:21px;color:var(--sky);flex:none}
.hotline-row .role{font-size:13px;color:rgba(255,255,255,.62);display:block;line-height:1.3}
.hotline-row a{color:#fff;font-family:var(--font-display);font-weight:700;font-size:20px;letter-spacing:.01em}
.hotline-row a:hover{color:var(--sky);text-decoration:none}
.contact-channels{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap}
.form-card{background:#fff;border-radius:18px;padding:30px 28px;color:var(--ink)}
.form-card h3{font-size:21px;font-weight:700;margin-bottom:4px}
.form-card .form-note{font-size:14px;color:var(--muted);margin-bottom:20px}
.field{margin-bottom:15px}
.field label{display:block;font-size:14px;font-weight:600;margin-bottom:6px;color:var(--navy)}
.field input,.field textarea{
  width:100%;padding:11px 14px;border:1.5px solid var(--line);border-radius:10px;
  font-family:var(--font-body);font-size:15.5px;color:var(--ink);background:var(--paper);
  transition:border-color .15s ease;
}
.field input:hover,.field textarea:hover{border-color:#C8D3CC}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--brand-blue);background:#fff;box-shadow:0 0 0 3px rgba(0,87,160,.16)}
.field textarea{min-height:88px;resize:vertical}
.field input::placeholder,.field textarea::placeholder{color:#7A8A99;opacity:1}
.field .hint{font-size:12.5px;color:var(--muted);margin-top:5px}
.form-card .btn{width:100%}
.form-success{display:none;text-align:center;padding:34px 8px}
.form-success svg{width:52px;height:52px;color:var(--green);margin:0 auto 16px}
.form-success h3{margin-bottom:8px}
.form-success p{color:var(--muted);font-size:15px}

/* ---------- Footer ---------- */
.site-footer{background:#0D1F30;color:#fff;font-size:14.5px}
.footer-main{display:grid;grid-template-columns:2.2fr 1.6fr 1.4fr 1.4fr;gap:44px;padding:60px 0 46px}
.site-footer .brand-box{background:#fff;border-radius:12px;display:inline-block;padding:10px 14px;margin-bottom:18px}
.site-footer .brand-box img{height:38px}
.footer-about p{color:rgba(255,255,255,.72);max-width:40ch}
.footer-col h3{color:#fff;font-size:15px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:16px}
.footer-col ul{list-style:none;display:grid;gap:9px}
.footer-col a{color:rgba(255,255,255,.78)}
.footer-col a:hover{color:var(--sky);text-decoration:none}
.footer-col .contact-line{display:flex;gap:10px;align-items:flex-start;color:rgba(255,255,255,.72)}
.footer-col .contact-line svg{width:16px;height:16px;flex:none;margin-top:4px;color:var(--sky)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:20px 0 26px}
.footer-bottom .wrap{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;color:rgba(255,255,255,.62);font-size:13.5px}
.footer-policies{display:flex;gap:18px;flex-wrap:wrap}
.footer-policies a{color:rgba(255,255,255,.62)}
.footer-policies a:hover{color:var(--sky);text-decoration:none}

/* ---------- Mobile sticky bar ---------- */
.mobile-bar{
  display:none;position:fixed;left:0;right:0;bottom:0;z-index:60;
  background:#fff;border-top:1px solid var(--line);
  padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  grid-template-columns:46px 1fr 1.15fr;gap:9px;align-items:center;
}
.mobile-bar .btn{padding:12px 8px;font-size:14px;border-radius:10px}
.mobile-bar .btn-call{width:46px;height:46px;padding:0;border-radius:50%}
.mobile-bar .btn-outline{border-color:var(--line)}

/* ---------- Reveal on load (respect reduced motion) ---------- */
@media (prefers-reduced-motion:no-preference){
  .hero .wrap>*{animation:rise .6s ease both}
  .hero .wrap>*:nth-child(2){animation-delay:.12s}
  @keyframes rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{transition:none!important;animation:none!important}
}

/* ---------- Responsive ---------- */
@media (max-width:1024px){
  .hero .wrap{gap:36px}
  .main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;
    flex-direction:column;align-items:stretch;gap:0;border-bottom:1px solid var(--line);
    box-shadow:0 18px 30px rgba(18,41,62,.1);padding:8px 0}
  .main-nav a{padding:13px 26px}
  .main-nav.open{display:flex}
  .nav-toggle{display:inline-flex}
  .header-cta .btn{display:none}
  .steps{grid-template-columns:repeat(2,1fr)}
  .step:nth-child(2)::after{display:none}
  .cat-grid{grid-template-columns:repeat(2,1fr)}
  .footer-main{grid-template-columns:1fr 1fr;gap:36px}
  .mobile-bar{display:grid}
  body{padding-bottom:74px}
}
@media (max-width:768px){
  .topbar .topbar-social{display:none}
  .faq-list{grid-template-columns:1fr}
  .eyebrow{align-items:flex-start}
  .eyebrow::before{margin-top:8px}
  .trust-row{grid-template-columns:1fr 1fr;gap:22px 0}
  .trust-item{padding:0 20px}
  .trust-item:nth-child(odd){border-left:none;padding-left:0}
  .trust-item:nth-child(3),.trust-item:nth-child(4){margin-top:6px}
  .contact .wrap{grid-template-columns:1fr;gap:38px}
  .sell-grid{grid-template-columns:1fr;gap:36px}
  .hero .wrap{grid-template-columns:1fr;padding-top:44px;padding-bottom:52px}
  .hero-photo-main{width:100%}
  .hero-photo-sub{width:46%}
  .section{padding:58px 0}
}
@media (max-width:600px){
  .dual-grid{grid-template-columns:1fr}
  .cat-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .step::after{display:none}
  .trust-row{grid-template-columns:1fr}
  .trust-item{border-left:none;padding-left:0}
  .footer-main{grid-template-columns:1fr;gap:32px}
  .topbar .topbar-group .topbar-hide-sm{display:none}
  .hero h1{font-size:34px}
}

/* ---------- WP integration ---------- */
body.admin-bar .site-header{top:32px}
@media (max-width:782px){body.admin-bar .site-header{top:46px}}
ul.main-nav{list-style:none}
ul.main-nav li{list-style:none}

/* ---------- Pages & blog ---------- */
.breadcrumb{display:flex;gap:8px;align-items:center;font-size:13.5px;color:var(--muted);margin-bottom:14px;flex-wrap:wrap}
.breadcrumb a{color:var(--muted)}
.breadcrumb a:hover{color:var(--green);text-decoration:none}
.breadcrumb span[aria-hidden]{color:#B9C6D4}
.page-hero{background:#fff;border-bottom:1px solid var(--line);padding:42px 0 40px}
.page-hero h1{font-size:clamp(30px,3.6vw,44px);font-weight:800;max-width:24ch}
.page-hero-sub{margin-top:12px;color:var(--muted);font-size:17px;max-width:60ch}
.entry{max-width:74ch}
.entry p{margin:0 0 16px}
.entry p.lead{font-size:18px;color:var(--muted)}
.entry h2{font-size:24px;margin:34px 0 14px}
.entry h3{font-size:19px;margin:26px 0 10px}
.entry ul,.entry ol{margin:0 0 16px;padding-left:22px;display:grid;gap:8px}
.entry li{padding-left:6px}
.entry li::marker{color:var(--green)}
.entry a{color:var(--link);font-weight:500;text-decoration:underline;text-decoration-color:rgba(21,122,34,.35);text-underline-offset:2px}
.entry a:hover{text-decoration-color:var(--green)}
.entry strong{color:var(--navy)}
.entry figure{margin:0 0 18px}
.entry img{border-radius:var(--radius);height:auto;max-width:100%}
.entry figure.entry-photo{margin:22px 0}
.entry figure.entry-photo img{width:100%;display:block}
.entry figcaption{font-size:14px;color:var(--muted);margin-top:8px;text-align:center}
.entry table{width:100%;border-collapse:collapse;margin:0 0 18px;font-size:15px}
.entry th,.entry td{border:1px solid var(--line);padding:9px 12px;text-align:left}
.entry th{background:var(--paper);color:var(--navy)}
.faq-list-single{grid-template-columns:1fr}
.cta-band{background:var(--navy);color:#fff;padding:54px 0}
.cta-band h2{color:#fff;font-size:clamp(24px,3vw,32px)}
.cta-band p{color:rgba(255,255,255,.82);margin-top:10px;max-width:56ch}
.cta-band .contact-hotlines{margin-top:24px}
.post-list{display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}
.post-card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:22px;display:flex;flex-direction:column;gap:10px;transition:box-shadow .2s ease,transform .2s ease}
.post-card:hover{box-shadow:var(--shadow-card);transform:translateY(-3px)}
.post-card h2{font-size:19px;line-height:1.35}
.post-card h2 a{color:var(--navy)}
.post-card h2 a:hover{color:var(--green);text-decoration:none}
.post-card p{font-size:14.5px;color:var(--muted)}
.post-card .more{margin-top:auto;font-weight:600;font-size:14.5px;color:var(--link);display:inline-flex;align-items:center;gap:6px}
.post-card .more:hover{text-decoration:none;color:var(--green)}
.pagination{margin-top:34px;display:flex;gap:8px;flex-wrap:wrap}
.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid var(--line);border-radius:10px;color:var(--ink);text-decoration:none;font-weight:500;background:#fff}
.pagination .page-numbers.current{background:var(--navy);border-color:var(--navy);color:#fff}
.pagination a.page-numbers:hover{border-color:var(--navy)}
@media (max-width:1024px){.post-list{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.post-list{grid-template-columns:1fr}}

/* ---------- Featured images ---------- */
.card-thumb{display:block}
.card-thumb img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:12px;height:auto}
.entry-lead{margin:0 0 20px}
.entry-lead img{width:100%;height:auto;border-radius:var(--radius)}

/* ===== Bổ sung 2026-09: khối CTA + GEO/AIEO + FAQ cho section Sản phẩm và trang nhóm hàng ===== */
.cat-cta{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:32px}
.geo-block{margin-top:44px;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:28px 30px 30px;box-shadow:var(--shadow-card)}
.geo-block h3{font-size:clamp(20px,2.2vw,24px);font-weight:800;color:var(--navy);margin-bottom:12px}
.geo-block p{color:var(--muted)}
.geo-block ul{margin-top:16px;list-style:none;display:grid;gap:9px}
.geo-block li{color:var(--muted);font-size:15.5px;padding-left:20px;position:relative}
.geo-block li::before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:var(--green)}
.faq-block{margin-top:30px}
.faq-block h3{font-size:clamp(20px,2.2vw,24px);font-weight:800;color:var(--navy);margin-bottom:16px}
.faq-list{display:grid;gap:10px}
.faq-item{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:14px 18px}
.faq-item summary{cursor:pointer;font-weight:600;font-size:15.5px;list-style:none;display:flex;gap:10px;align-items:flex-start;color:var(--ink)}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::before{content:"+";flex:none;width:20px;height:20px;border-radius:50%;background:var(--green-soft);color:var(--green);font-weight:800;font-size:14px;line-height:20px;text-align:center;margin-top:1px}
.faq-item[open] summary::before{content:"−"}
.faq-item p{margin-top:11px;color:var(--muted);font-size:15px;padding-left:30px}
.entry ul.rel-list{list-style:none;display:grid;gap:9px;margin-top:6px}
.entry ul.rel-list li{padding-left:20px;position:relative}
.entry ul.rel-list li::before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:var(--green)}
@media (min-width:900px){.faq-list{grid-template-columns:1fr 1fr}}

/* Thu vien anh thuc te tren trang nhom hang */
.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:10px 0 4px}
.photo-grid figure{margin:0}
.photo-grid img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:10px;border:1px solid var(--line);display:block}
@media (max-width:640px){.photo-grid{grid-template-columns:repeat(2,1fr);gap:10px}}

/* Hop CTA chuyen doi chen giua bai viet */
.cta-inline{background:var(--green-soft);border:1px solid #CDE3D2;border-radius:var(--radius);padding:18px 22px;margin:26px 0;display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between}
.cta-inline p{margin:0;color:var(--navy);font-weight:600;max-width:46ch;font-size:15.5px}
.cta-inline .cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.cta-inline .btn{padding:11px 18px;font-size:14.5px}
.entry-lead-photo img{width:100%;height:auto}
@media (max-width:640px){.cta-inline{padding:16px}.cta-inline .cta-actions{width:100%}.cta-inline .btn{flex:1;text-align:center;justify-content:center}}
