/* Font @import PHẢI đứng trước @tailwind (Turbopack 500 nếu ngược lại) */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;

/* ------------------------------------------------------------------ *
 * THEME: glass-windows (SW Window) — port từ _mockup/glass-windows
 * MỌI selector scope dưới .theme-glass-windows / body.theme-glass-windows
 * để không đè lên theme khác (CSS bundle global toàn site).
 * Biến brand bind vào --color-primary/secondary/tertiary (tenant admin chọn).
 * ------------------------------------------------------------------ */
body.theme-glass-windows {
  --gw-primary: var(--color-primary, #0c5934);
  --gw-primary-2: var(--color-secondary, #064226);
  --gw-secondary: #0f766e;
  --gw-accent: var(--color-tertiary, #ed7a22);
  --gw-accent-dark: #c95e0d;
  --gw-ink: #17231d;
  --gw-muted: #637068;
  --gw-line: #dce5df;
  --gw-soft: #f3f8f5;
  --gw-white: #fff;
  --gw-radius: 18px;
  --gw-shadow: 0 18px 50px rgba(14, 55, 34, 0.11);

  color: var(--gw-ink);
  font-family: 'Manrope', sans-serif;
  background: #fff;
  line-height: 1.65;
}

.theme-glass-windows h1,
.theme-glass-windows h2,
.theme-glass-windows h3,
.theme-glass-windows h4,
.theme-glass-windows b,
.theme-glass-windows .btn { font-family: 'Be Vietnam Pro', sans-serif; }
.theme-glass-windows img { display: block; max-width: 100%; }
.theme-glass-windows a { text-decoration: none; color: inherit; }
.theme-glass-windows .container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.theme-glass-windows .section { padding: 100px 0; }
.theme-glass-windows .soft { background: var(--gw-soft); }

/* ---------- Image fallback placeholders (Golden Rule #12) ---------- */
.theme-glass-windows .img-fallback-gradient,
.theme-glass-windows .img-fallback-plain {
  background: linear-gradient(135deg, #e7f1ea 0%, #d6e8dd 100%);
  position: relative; overflow: hidden;
}
.theme-glass-windows .img-fallback-gradient::before {
  content: var(--brand-fallback-text, "");
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font: 700 13px 'Be Vietnam Pro'; color: var(--gw-primary); opacity: 0.32;
  letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap;
}

/* ---------- Buttons ---------- */
.theme-glass-windows .btn {
  min-height: 48px; border: 0; border-radius: 12px; padding: 0 20px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 14px; font-weight: 700; cursor: pointer;
  transition: transform .2s, background .2s, box-shadow .2s;
}
.theme-glass-windows .btn:hover { transform: translateY(-2px); }
.theme-glass-windows .btn-accent { background: var(--gw-accent); color: #271206; box-shadow: 0 10px 24px rgba(237, 122, 34, .22); }
.theme-glass-windows .btn-accent:hover { background: #f28c3d; }
.theme-glass-windows .btn-primary { background: var(--gw-primary); color: #fff; }
.theme-glass-windows .btn-outline { border: 1px solid var(--gw-primary); color: var(--gw-primary); background: #fff; }

/* ---------- Section head ---------- */
.theme-glass-windows .section-head { max-width: 650px; }
.theme-glass-windows .section-head.center { text-align: center; margin-inline: auto; }
.theme-glass-windows .section-head > span,
.theme-glass-windows .page-hero > .container > span,
.theme-glass-windows .quote-band > .container > div > span,
.theme-glass-windows .emergency span { font: 700 11px 'Be Vietnam Pro'; letter-spacing: .15em; color: var(--gw-accent-dark); }
.theme-glass-windows .section-head h2 { font-size: 36px; line-height: 1.25; letter-spacing: -.025em; margin: 10px 0 12px; }
.theme-glass-windows .section-head p { color: var(--gw-muted); margin: 0; }
.theme-glass-windows .split-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 35px; }
.theme-glass-windows .text-link { font-weight: 700; color: var(--gw-primary); font-size: 13px; display: inline-flex; align-items: center; gap: 7px; }
.theme-glass-windows .text-link svg { width: 16px; }
.theme-glass-windows .text-link.light { color: #fff; }

/* ---------- Hero ---------- */
.theme-glass-windows .hero { background: linear-gradient(120deg, #edf6f0 0%, #f8fbf9 60%, #fff7ef 100%); position: relative; overflow: hidden; padding: 65px 0 0; }
.theme-glass-windows .hero:before { content: ''; position: absolute; width: 600px; height: 600px; border: 1px solid rgba(12, 89, 52, .09); border-radius: 50%; left: -300px; top: -160px; }
.theme-glass-windows .hero-slider-shell { position: relative; }
.theme-glass-windows .hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; animation: gwHeroFade .45s ease-out; }
.theme-glass-windows .hero-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 99px; background: #e4f2e8; color: var(--gw-primary); font-size: 12px; font-weight: 700; }
.theme-glass-windows .hero h1 { font-size: 54px; line-height: 1.17; letter-spacing: -.035em; margin: 22px 0; color: #173525; }
.theme-glass-windows .hero h1 em { font-style: normal; color: var(--gw-primary); }
.theme-glass-windows .hero-content > p { font-size: 17px; max-width: 630px; color: var(--gw-muted); }
.theme-glass-windows .hero-actions { display: flex; align-items: center; gap: 25px; margin: 30px 0; }
.theme-glass-windows .hotline { display: flex; align-items: center; gap: 10px; }
.theme-glass-windows .hotline > span:first-child { width: 46px; height: 46px; border: 1px solid #b8d4c2; border-radius: 50%; display: grid; place-items: center; color: var(--gw-primary); }
.theme-glass-windows .hotline span:last-child { display: flex; flex-direction: column; }
.theme-glass-windows .hotline small { font-size: 11px; color: var(--gw-muted); }
.theme-glass-windows .hotline b { font-size: 16px; color: var(--gw-primary); }
.theme-glass-windows .trust-row { display: flex; gap: 22px; font-size: 12px; color: #526159; }
.theme-glass-windows .trust-row span { display: flex; align-items: center; gap: 5px; }
.theme-glass-windows .trust-row svg { width: 15px; color: var(--gw-primary); }
.theme-glass-windows .hero-visual { position: relative; height: 530px; }
.theme-glass-windows .hero-visual > img,
.theme-glass-windows .hero-visual .hero-img-wrap { height: 100%; width: 100%; object-fit: cover; border-radius: 120px 24px 24px 24px; box-shadow: var(--gw-shadow); position: relative; overflow: hidden; }
.theme-glass-windows .hero-visual .hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.theme-glass-windows .stat-card, .theme-glass-windows .rating-card { position: absolute; background: #fff; border-radius: 16px; box-shadow: var(--gw-shadow); padding: 16px 20px; display: flex; flex-direction: column; z-index: 3; }
.theme-glass-windows .stat-card { left: -45px; bottom: 60px; border-left: 4px solid var(--gw-accent); }
.theme-glass-windows .stat-card b { font-size: 24px; color: var(--gw-primary); }
.theme-glass-windows .stat-card span, .theme-glass-windows .rating-card span { font-size: 10px; color: var(--gw-muted); }
.theme-glass-windows .rating-card { right: -25px; top: 45px; }
.theme-glass-windows .rating-card div { display: flex; }
.theme-glass-windows .rating-card svg, .theme-glass-windows .stars svg { width: 14px; height: 14px; fill: #f5a524; color: #f5a524; }
.theme-glass-windows .hero-stats { height: 110px; background: var(--gw-primary); color: #fff; margin-top: 55px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-radius: 18px 18px 0 0; }
.theme-glass-windows .hero-stats > div { text-align: center; border-right: 1px solid rgba(255, 255, 255, .18); }
.theme-glass-windows .hero-stats > div:last-child { border: 0; }
.theme-glass-windows .hero-stats b { font-size: 25px; display: block; }
.theme-glass-windows .hero-stats span { font-size: 12px; color: #cde1d4; }
.theme-glass-windows .hero-arrow { position: absolute; z-index: 4; top: 48%; width: 48px; height: 48px; border: 1px solid #bfd4c6; background: rgba(255, 255, 255, .94); color: var(--gw-primary); border-radius: 50%; display: grid; place-items: center; cursor: pointer; box-shadow: 0 10px 24px rgba(14, 55, 34, .13); transition: .2s; }
.theme-glass-windows .hero-arrow:hover { background: var(--gw-primary); color: #fff; transform: translateY(-2px); }
.theme-glass-windows .hero-arrow.prev { left: -24px; }
.theme-glass-windows .hero-arrow.next { right: -24px; }
.theme-glass-windows .hero-arrow svg { width: 20px; }
.theme-glass-windows .hero-dots { position: absolute; z-index: 5; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 7px; }
.theme-glass-windows .hero-dots button { width: 8px; height: 8px; border: 0; border-radius: 20px; background: #abc8b5; padding: 0; cursor: pointer; transition: .25s; }
.theme-glass-windows .hero-dots button.active { width: 28px; background: var(--gw-accent); }
@keyframes gwHeroFade { from { opacity: .25; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* ---------- Category grid ---------- */
.theme-glass-windows .category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 42px; }
.theme-glass-windows .category-card { height: 390px; border-radius: 18px; overflow: hidden; position: relative; color: #fff; display: block; }
.theme-glass-windows .category-card img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.theme-glass-windows .category-card:hover img { transform: scale(1.06); }
.theme-glass-windows .category-card .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 35, 20, .05), rgba(5, 34, 19, .9)); }
.theme-glass-windows .category-card .num { position: absolute; top: 18px; right: 18px; font: 700 12px 'Be Vietnam Pro'; background: rgba(255, 255, 255, .16); padding: 7px 9px; border-radius: 8px; backdrop-filter: blur(8px); z-index: 2; }
.theme-glass-windows .category-card > div:last-child { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2; }
.theme-glass-windows .category-card h3 { font-size: 20px; margin: 0; }
.theme-glass-windows .category-card p { font-size: 13px; color: #cce0d2; }
.theme-glass-windows .category-card .text-link { color: #fff; }

/* ---------- Product grid ---------- */
.theme-glass-windows .product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.theme-glass-windows .product-card { border-radius: 16px; background: #fff; overflow: hidden; border: 1px solid var(--gw-line); transition: .25s; display: flex; flex-direction: column; }
.theme-glass-windows .product-card:hover { box-shadow: var(--gw-shadow); transform: translateY(-4px); }
.theme-glass-windows .product-img { height: 225px; position: relative; overflow: hidden; }
.theme-glass-windows .product-img img { height: 100%; width: 100%; object-fit: cover; transition: .4s; }
.theme-glass-windows .product-card:hover .product-img img { transform: scale(1.04); }
.theme-glass-windows .product-img span { position: absolute; top: 13px; left: 13px; background: var(--gw-accent); color: #261205; border-radius: 7px; padding: 5px 9px; font-size: 11px; font-weight: 700; z-index: 2; }
.theme-glass-windows .product-card > div:last-child { padding: 18px; }
.theme-glass-windows .product-card small { color: var(--gw-primary); font-size: 11px; text-transform: uppercase; font-weight: 700; letter-spacing: .08em; }
.theme-glass-windows .product-card h3 { font-size: 15px; line-height: 1.45; min-height: 44px; margin: 6px 0 14px; }
.theme-glass-windows .product-card .product-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--gw-line); padding-top: 14px; }
.theme-glass-windows .product-card b { font-size: 13px; color: var(--gw-accent-dark); }
.theme-glass-windows .product-card .product-foot a { width: 32px; height: 32px; border-radius: 9px; background: var(--gw-soft); display: grid; place-items: center; color: var(--gw-primary); }
.theme-glass-windows .product-card .product-foot a svg { width: 16px; }

/* ---------- Why / features split ---------- */
.theme-glass-windows .why-grid, .theme-glass-windows .story { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; }
.theme-glass-windows .why-image { position: relative; padding: 0 20px 25px 0; }
.theme-glass-windows .why-image > .why-img-wrap, .theme-glass-windows .story > div:first-child .why-img-wrap { width: 100%; height: 560px; border-radius: 22px; overflow: hidden; position: relative; }
.theme-glass-windows .why-image > .why-img-wrap img, .theme-glass-windows .story .why-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.theme-glass-windows .experience { position: absolute; right: -15px; bottom: 0; background: var(--gw-accent); padding: 20px 24px; border-radius: 16px; display: flex; align-items: center; gap: 12px; z-index: 2; }
.theme-glass-windows .experience b { font-size: 37px; }
.theme-glass-windows .experience span { font-size: 11px; line-height: 1.4; font-weight: 700; }
.theme-glass-windows .benefit-list { margin: 30px 0; }
.theme-glass-windows .benefit-list > div { display: flex; gap: 15px; margin: 20px 0; }
.theme-glass-windows .benefit-list > div > span { width: 45px; height: 45px; border-radius: 12px; background: #e5f1e9; display: grid; place-items: center; color: var(--gw-primary); flex: none; }
.theme-glass-windows .benefit-list h3 { margin: 0 0 5px; font-size: 16px; }
.theme-glass-windows .benefit-list p { margin: 0; color: var(--gw-muted); font-size: 13px; }

/* ---------- Process ---------- */
.theme-glass-windows .process { background: #fff; }
.theme-glass-windows .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; position: relative; }
.theme-glass-windows .process-grid:before { content: ''; position: absolute; top: 38px; left: 12%; right: 12%; border-top: 1px dashed #8db49b; }
.theme-glass-windows .process-grid > div { text-align: center; position: relative; padding: 0 25px; }
.theme-glass-windows .process-grid > div > .pnum { position: absolute; top: -15px; right: 25%; font: 800 38px 'Be Vietnam Pro'; color: #edf3ef; }
.theme-glass-windows .process-icon { width: 76px; height: 76px; background: #fff; border: 1px solid #a8c7b3; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 18px; color: var(--gw-primary); position: relative; }
.theme-glass-windows .process-grid h3 { font-size: 15px; margin: 0 0 7px; }
.theme-glass-windows .process-grid p { font-size: 13px; color: var(--gw-muted); }

/* ---------- Project showcase (dark mosaic) ---------- */
.theme-glass-windows .dark { background: #092d1d; color: #fff; }
.theme-glass-windows .dark .section-head > span { color: #ff9c51; }
.theme-glass-windows .dark .section-head h2 { max-width: 700px; }
.theme-glass-windows .project-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 260px 260px; gap: 16px; margin-top: 35px; }
.theme-glass-windows .project-card { position: relative; overflow: hidden; border-radius: 16px; display: block; }
.theme-glass-windows .project-card.p0 { grid-row: span 2; }
.theme-glass-windows .project-card.p3 { grid-column: span 2; }
.theme-glass-windows .project-card img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.theme-glass-windows .project-card:hover img { transform: scale(1.05); }
.theme-glass-windows .project-card:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(3, 25, 14, .9)); }
.theme-glass-windows .project-card > div { position: absolute; left: 20px; bottom: 17px; z-index: 2; }
.theme-glass-windows .project-card small { color: #d4e9dc; }
.theme-glass-windows .project-card h3 { margin: 3px 0; font-size: 16px; }
.theme-glass-windows .project-card span { font-size: 11px; color: #ffa768; display: flex; gap: 6px; align-items: center; }
.theme-glass-windows .project-card span svg { width: 14px; }

/* ---------- Testimonials ---------- */
.theme-glass-windows .testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.theme-glass-windows .testimonials article { padding: 27px; border: 1px solid var(--gw-line); border-radius: 18px; }
.theme-glass-windows .stars { display: flex; }
.theme-glass-windows .testimonials blockquote { font-size: 14px; margin: 18px 0; color: #4f5b54; min-height: 94px; }
.theme-glass-windows .testimonials article > div:last-child { display: flex; gap: 11px; align-items: center; }
.theme-glass-windows .testimonials article > div:last-child > span { width: 40px; height: 40px; background: var(--gw-primary); color: #fff; border-radius: 50%; display: grid; place-items: center; font-weight: 700; }
.theme-glass-windows .testimonials p, .theme-glass-windows .testimonials b, .theme-glass-windows .testimonials small { display: block; margin: 0; }
.theme-glass-windows .testimonials b { font-size: 12px; }
.theme-glass-windows .testimonials small { font-size: 10px; color: var(--gw-muted); }

/* ---------- Post grid ---------- */
.theme-glass-windows .post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.theme-glass-windows .post-grid article { background: #fff; border: 1px solid var(--gw-line); border-radius: 16px; overflow: hidden; }
.theme-glass-windows .post-grid .post-img { width: 100%; height: 220px; position: relative; overflow: hidden; }
.theme-glass-windows .post-grid .post-img img { width: 100%; height: 100%; object-fit: cover; }
.theme-glass-windows .post-grid article > div { padding: 20px; }
.theme-glass-windows .post-grid .post-cat { color: var(--gw-primary); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.theme-glass-windows .post-grid .post-date { float: right; color: var(--gw-muted); font-size: 10px; }
.theme-glass-windows .post-grid h3 { font-size: 15px; line-height: 1.45; min-height: 66px; }
.theme-glass-windows .post-grid a { font-size: 12px; color: var(--gw-primary); font-weight: 700; display: flex; align-items: center; gap: 6px; }
.theme-glass-windows .post-grid a svg { width: 15px; }

/* ---------- Quote band (contactSection home) ---------- */
.theme-glass-windows .quote-band { background: linear-gradient(115deg, var(--gw-primary), #063d24); color: #fff; padding: 85px 0; }
.theme-glass-windows .quote-grid { display: grid; grid-template-columns: 1fr 450px; align-items: center; gap: 90px; }
.theme-glass-windows .quote-band h2 { font-size: 35px; line-height: 1.3; margin: 10px 0; }
.theme-glass-windows .quote-band p { color: #c8dfd0; }
.theme-glass-windows .call-card { display: flex; gap: 13px; align-items: center; margin-top: 26px; }
.theme-glass-windows .call-card > svg { width: 48px; height: 48px; padding: 13px; background: rgba(255, 255, 255, .12); border-radius: 50%; }
.theme-glass-windows .call-card span { display: flex; flex-direction: column; }
.theme-glass-windows .call-card small { color: #bdd6c6; }
.theme-glass-windows .call-card b { font-size: 20px; }

/* ---------- Quote / contact form ---------- */
.theme-glass-windows .quote-form { background: #fff; color: var(--gw-ink); border-radius: 20px; padding: 32px; box-shadow: var(--gw-shadow); }
.theme-glass-windows .quote-form .form-kicker { font: 800 10px 'Be Vietnam Pro'; letter-spacing: .15em; color: var(--gw-accent-dark); }
.theme-glass-windows .quote-form h3 { font-size: 23px; margin: 6px 0; }
.theme-glass-windows .quote-form > p { font-size: 12px; color: var(--gw-muted); margin-bottom: 22px; }
.theme-glass-windows .quote-form label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 15px; }
.theme-glass-windows .quote-form input, .theme-glass-windows .quote-form select, .theme-glass-windows .quote-form textarea, .theme-glass-windows .newsletter input { display: block; width: 100%; border: 1px solid #d7e1da; border-radius: 10px; padding: 11px 13px; margin-top: 5px; outline: none; background: #fbfdfc; color: var(--gw-ink); min-height: 46px; font-size: 14px; }
.theme-glass-windows .quote-form input:focus, .theme-glass-windows .quote-form select:focus, .theme-glass-windows .quote-form textarea:focus, .theme-glass-windows .newsletter input:focus { border-color: var(--gw-primary); box-shadow: 0 0 0 3px rgba(12, 89, 52, .1); }
.theme-glass-windows .quote-form .btn { width: 100%; margin-top: 4px; }
.theme-glass-windows .quote-form > small { display: flex; align-items: center; justify-content: center; gap: 5px; color: #5d6c64; font-size: 11px; margin-top: 14px; }
.theme-glass-windows .quote-form > small svg { width: 15px; }
.theme-glass-windows .quote-form.compact { padding: 30px; }
.theme-glass-windows .form-success { background: #fff; color: var(--gw-ink); border-radius: 20px; padding: 50px 30px; text-align: center; }
.theme-glass-windows .form-success > svg { width: 55px; height: 55px; color: var(--gw-primary); }
.theme-glass-windows .form-success h3 { font-size: 23px; }
.theme-glass-windows .form-success p { color: var(--gw-muted); }

/* ---------- Page hero (breadcrumbs band) ---------- */
.theme-glass-windows .page-hero { background: linear-gradient(110deg, #eaf4ed, #f8faf9); padding: 65px 0 55px; position: relative; overflow: hidden; }
.theme-glass-windows .page-hero:after { content: 'SW'; position: absolute; right: 5%; top: -70px; font: 800 200px 'Be Vietnam Pro'; color: rgba(12, 89, 52, .035); }
.theme-glass-windows .page-hero h1 { font-size: 43px; margin: 8px 0; }
.theme-glass-windows .page-hero p { max-width: 650px; color: var(--gw-muted); }
.theme-glass-windows .page-hero .container > div.crumbs { display: flex; gap: 9px; align-items: center; margin-top: 23px; font-size: 11px; }
.theme-glass-windows .page-hero i { color: #a2aea7; font-style: normal; }
.theme-glass-windows .page-hero b { color: var(--gw-primary); }

/* ---------- About story / values ---------- */
.theme-glass-windows .story p { color: var(--gw-muted); }
.theme-glass-windows .story-stats { display: flex; gap: 60px; margin-top: 25px; }
.theme-glass-windows .story-stats b { display: block; font-size: 28px; color: var(--gw-primary); }
.theme-glass-windows .story-stats span { font-size: 11px; color: var(--gw-muted); }
.theme-glass-windows .value-grid, .theme-glass-windows .service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.theme-glass-windows .value-grid > div, .theme-glass-windows .service-grid article { padding: 30px; border: 1px solid var(--gw-line); border-radius: 18px; background: #fff; }
.theme-glass-windows .value-grid > div > span, .theme-glass-windows .service-grid article > .snum { font: 800 34px 'Be Vietnam Pro'; color: #e0ebe4; }
.theme-glass-windows .value-grid h3 { color: var(--gw-primary); }
.theme-glass-windows .value-grid p, .theme-glass-windows .service-grid p { font-size: 13px; color: var(--gw-muted); }

/* ---------- Filter bar ---------- */
.theme-glass-windows .filter-bar { display: flex; gap: 8px; justify-content: center; margin-bottom: 35px; flex-wrap: wrap; }
.theme-glass-windows .filter-bar.scroll { flex-wrap: nowrap; overflow: auto; justify-content: flex-start; }
.theme-glass-windows .filter-bar button, .theme-glass-windows .filter-bar a { border: 1px solid var(--gw-line); background: #fff; border-radius: 99px; padding: 9px 16px; font-size: 12px; cursor: pointer; white-space: nowrap; color: inherit; }
.theme-glass-windows .filter-bar button.active, .theme-glass-windows .filter-bar button:hover, .theme-glass-windows .filter-bar a.active, .theme-glass-windows .filter-bar a:hover { background: var(--gw-primary); color: #fff; border-color: var(--gw-primary); }

/* ---------- Service Detail (1 cột + nav ngang) ---------- */
.theme-glass-windows .service-detail-content { background: #fff; border: 1px solid var(--gw-line); border-radius: var(--gw-radius); padding: 40px; box-shadow: var(--gw-shadow); }
.theme-glass-windows .service-detail-content img { border-radius: 14px; }
.theme-glass-windows .service-hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-bottom: 28px; padding: 18px 22px; background: var(--gw-soft); border-radius: 14px; }

/* ---------- Services grid ---------- */
.theme-glass-windows .service-grid { grid-template-columns: repeat(4, 1fr); }
.theme-glass-windows .service-grid article { position: relative; }
.theme-glass-windows .service-grid article > svg { width: 37px; height: 37px; color: var(--gw-primary); margin: 20px 0; }
.theme-glass-windows .service-grid h3 { font-size: 17px; }
.theme-glass-windows .service-grid a { font-size: 11px; font-weight: 700; color: var(--gw-primary); display: flex; align-items: center; gap: 6px; }
.theme-glass-windows .service-grid a svg { width: 14px; }
.theme-glass-windows .emergency { background: #fff1e7; padding: 48px 0; }
.theme-glass-windows .emergency > .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.theme-glass-windows .emergency h2 { margin: 7px 0; }
.theme-glass-windows .emergency p { margin: 0; color: var(--gw-muted); }

/* ---------- Newsletter ---------- */
.theme-glass-windows .newsletter { margin-top: 50px; border-radius: 18px; background: var(--gw-soft); padding: 28px 35px; display: flex; justify-content: space-between; align-items: center; }
.theme-glass-windows .newsletter > div { display: flex; gap: 14px; align-items: center; }
.theme-glass-windows .newsletter > div > svg { color: var(--gw-primary); }
.theme-glass-windows .newsletter h3, .theme-glass-windows .newsletter p { margin: 0; }
.theme-glass-windows .newsletter p { font-size: 11px; color: var(--gw-muted); }
.theme-glass-windows .newsletter form { display: flex; gap: 8px; width: 400px; }
.theme-glass-windows .newsletter input { margin: 0; }

/* ---------- Pricing ---------- */
.theme-glass-windows .pricing-wrap { max-width: 900px; margin-inline: auto; }
.theme-glass-windows .price-note { display: flex; gap: 13px; padding: 17px; background: #e8f3ec; border-radius: 13px; margin-bottom: 25px; }
.theme-glass-windows .price-note svg { color: var(--gw-primary); flex: none; }
.theme-glass-windows .price-note b { font-size: 12px; }
.theme-glass-windows .price-note p { font-size: 11px; color: var(--gw-muted); margin: 3px 0; }
.theme-glass-windows .price-table { border: 1px solid var(--gw-line); border-radius: 16px; overflow: hidden; }
.theme-glass-windows .price-table .tr { display: grid; grid-template-columns: 1.6fr 1fr .4fr; padding: 16px 20px; border-bottom: 1px solid var(--gw-line); font-size: 13px; }
.theme-glass-windows .price-table .tr:last-child { border: 0; }
.theme-glass-windows .price-table .tr.head { background: var(--gw-primary); color: #fff; font-weight: 700; }
.theme-glass-windows .price-table .tr b { color: var(--gw-accent-dark); }
.theme-glass-windows .pricing-cta { display: flex; justify-content: space-between; align-items: center; margin-top: 30px; padding: 28px; background: var(--gw-soft); border-radius: 16px; gap: 20px; }
.theme-glass-windows .pricing-cta h3, .theme-glass-windows .pricing-cta p { margin: 0; }
.theme-glass-windows .pricing-cta p { font-size: 11px; color: var(--gw-muted); margin-top: 5px; }

/* ---------- Video grid ---------- */
.theme-glass-windows .video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.theme-glass-windows .video-grid article > div { height: 230px; position: relative; border-radius: 16px; overflow: hidden; }
.theme-glass-windows .video-grid img { width: 100%; height: 100%; object-fit: cover; }
.theme-glass-windows .video-grid button { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 55px; height: 55px; border: 0; border-radius: 50%; background: var(--gw-accent); display: grid; place-items: center; cursor: pointer; }
.theme-glass-windows .video-grid button svg { width: 20px; }
.theme-glass-windows .video-grid article > div > span { position: absolute; right: 10px; bottom: 10px; background: rgba(0, 0, 0, .7); color: #fff; border-radius: 5px; padding: 3px 7px; font-size: 10px; }
.theme-glass-windows .video-grid small { display: block; color: var(--gw-primary); margin-top: 14px; font-weight: 700; }
.theme-glass-windows .video-grid h3 { font-size: 15px; line-height: 1.45; margin-top: 4px; }

/* ---------- Gallery (projects index) ---------- */
.theme-glass-windows .gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.theme-glass-windows .gallery-grid article, .theme-glass-windows .gallery-grid > a { height: 340px; position: relative; border-radius: 17px; overflow: hidden; display: block; }
.theme-glass-windows .gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.theme-glass-windows .gallery-grid article:hover img, .theme-glass-windows .gallery-grid > a:hover img { transform: scale(1.05); }
.theme-glass-windows .gallery-grid article:after, .theme-glass-windows .gallery-grid > a:after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 50%, rgba(0, 0, 0, .8)); }
.theme-glass-windows .gallery-grid article > div, .theme-glass-windows .gallery-grid > a > div { position: absolute; z-index: 2; bottom: 17px; left: 18px; color: #fff; }
.theme-glass-windows .gallery-grid small { color: #bcd6c5; }
.theme-glass-windows .gallery-grid h3 { font-size: 15px; margin: 3px 0; }

/* ---------- Contact ---------- */
.theme-glass-windows .contact-grid { display: grid; grid-template-columns: 1fr 480px; gap: 70px; align-items: start; }
.theme-glass-windows .contact-points, .theme-glass-windows .contact-cards { display: grid; gap: 14px; margin-top: 35px; }
.theme-glass-windows .contact-points > div, .theme-glass-windows .contact-cards > a, .theme-glass-windows .contact-cards > div { display: flex; gap: 13px; align-items: center; }
.theme-glass-windows .contact-points > div > span { width: 44px; height: 44px; background: var(--gw-soft); color: var(--gw-primary); border-radius: 12px; display: grid; place-items: center; flex: none; }
.theme-glass-windows .contact-points svg { width: 20px; }
.theme-glass-windows .contact-points p, .theme-glass-windows .contact-points b, .theme-glass-windows .contact-points small { display: block; margin: 0; }
.theme-glass-windows .contact-points small, .theme-glass-windows .contact-cards small { font-size: 10px; color: var(--gw-muted); }
.theme-glass-windows .contact-points b { font-size: 13px; }
.theme-glass-windows .contact-cards > a, .theme-glass-windows .contact-cards > div { padding: 18px; border: 1px solid var(--gw-line); border-radius: 13px; }
.theme-glass-windows .contact-cards > * > svg { color: var(--gw-primary); flex: none; }
.theme-glass-windows .contact-cards span, .theme-glass-windows .contact-cards small, .theme-glass-windows .contact-cards b { display: block; }
.theme-glass-windows .contact-cards b { font-size: 12px; margin-top: 3px; }
.theme-glass-windows .map-placeholder { height: 330px; background: radial-gradient(circle at 20% 30%, #d7e7dd, transparent 30%), linear-gradient(135deg, #eef4f0, #dce8e0); display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--gw-primary); gap: 6px; }
.theme-glass-windows .map-placeholder > svg { width: 45px; height: 45px; }
.theme-glass-windows .map-placeholder h3 { color: var(--gw-ink); }
.theme-glass-windows .map-placeholder a { font-size: 12px; font-weight: 700; display: flex; align-items: center; gap: 7px; }
.theme-glass-windows .map-placeholder a svg { width: 16px; }

/* ---------- Header ---------- */
.theme-glass-windows .topbar { background: var(--gw-primary-2); color: #dbeadf; font-size: 13px; }
.theme-glass-windows .topbar-in { height: 34px; display:grid; grid-template-columns:minmax(0,1fr) minmax(220px,1.35fr) minmax(0,1fr); align-items:center; gap:24px; overflow:hidden; }
.theme-glass-windows .topbar-location,.theme-glass-windows .topbar-hours { min-width:0; display:flex; align-items:center; gap:6px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.theme-glass-windows .topbar-hours { justify-content:flex-end; }
.theme-glass-windows .topbar-announcement { min-width:0; overflow:hidden; color:#fff; font-weight:650; text-align:center; white-space:nowrap; }
.theme-glass-windows .topbar-announcement>a,.theme-glass-windows .topbar-marquee-track>a { color:inherit; text-decoration:none; }
.theme-glass-windows .topbar-announcement>a:hover,.theme-glass-windows .topbar-marquee-track>a:hover { color:var(--gw-accent); }
.theme-glass-windows .topbar-announcement a:focus-visible { outline:2px solid var(--gw-accent); outline-offset:2px; border-radius:3px; }
.theme-glass-windows .topbar-marquee-track { width:max-content; display:flex; align-items:center; gap:48px; animation:gw-topbar-marquee 18s linear infinite; will-change:transform; }
.theme-glass-windows .topbar-announcement.is-marquee:hover .topbar-marquee-track,.theme-glass-windows .topbar-announcement.is-marquee:focus-within .topbar-marquee-track { animation-play-state:paused; }
@keyframes gw-topbar-marquee { to { transform:translateX(calc(-50% - 24px)); } }
.theme-glass-windows .gw-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(12, 89, 52, .1); backdrop-filter: blur(14px); }
.theme-glass-windows .header-in { height: 78px; display: flex; align-items: center; gap: 18px; }
.theme-glass-windows .logo { display: flex; align-items: center; gap: 11px; flex: none; }
.theme-glass-windows .logo-mark { width: 47px; height: 47px; border-radius: 14px; background: var(--gw-primary); color: #fff; display: grid; place-items: center; position: relative; overflow: hidden; }
.theme-glass-windows .logo-mark:after { content: ''; position: absolute; width: 55px; height: 12px; background: var(--gw-accent); transform: rotate(-45deg); bottom: -2px; right: -23px; }
.theme-glass-windows .logo-mark span { font: 800 16px 'Be Vietnam Pro'; }
.theme-glass-windows .logo-copy { display: flex; flex-direction: column; line-height: 1.2; }
.theme-glass-windows .logo-copy b { color: var(--gw-primary); font-size: 16px; letter-spacing: .02em; }
.theme-glass-windows .logo-copy small { font-size: 12px; color: #66756d; font-weight: 500; margin-top: 4px; }
.theme-glass-windows .desktop-nav { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.theme-glass-windows .desktop-nav > a, .theme-glass-windows .nav-group > a { font-size: 13px; font-weight: 600; display: flex; align-items: center; gap: 3px; height: 78px; position: relative; white-space: nowrap; }
.theme-glass-windows .desktop-nav > a:after, .theme-glass-windows .nav-group > a:after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: var(--gw-accent); transition: .2s; }
.theme-glass-windows .desktop-nav a:hover, .theme-glass-windows .desktop-nav a.active { color: var(--gw-primary); }
.theme-glass-windows .desktop-nav > a:hover:after, .theme-glass-windows .desktop-nav > a.active:after, .theme-glass-windows .nav-group > a:hover:after, .theme-glass-windows .nav-group > a.active:after { width: 100%; }
.theme-glass-windows .nav-group { position: relative; }
.theme-glass-windows .nav-group .nav-dropdown { position: absolute; top: 78px; left: -22px; width: 270px; background: #fff; border-top: 3px solid var(--gw-primary); border-radius: 0 0 16px 16px; padding: 12px; box-shadow: 0 22px 50px rgba(9, 42, 25, .17); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s; }
.theme-glass-windows .nav-group:hover .nav-dropdown { opacity: 1; visibility: visible; transform: none; }
.theme-glass-windows .dropdown-title { display: block; padding: 5px 10px 10px; color: var(--gw-accent-dark); font: 700 10px 'Be Vietnam Pro'; letter-spacing: .12em; }
.theme-glass-windows .dropdown-item > a { display: flex; align-items: center; justify-content: space-between; padding: 11px 10px; border-radius: 9px; font-size: 13px; font-weight: 600; }
.theme-glass-windows .dropdown-item:hover > a { background: var(--gw-soft); color: var(--gw-primary); }
.theme-glass-windows .header-tools { display: flex; align-items: center; gap: 5px; border-left: 1px solid var(--gw-line); padding-left: 12px; }
.theme-glass-windows .header-tools > button, .theme-glass-windows .lang-tool > button { width: 42px; height: 42px; border: 0; background: transparent; border-radius: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--gw-primary); }
.theme-glass-windows .header-tools button:hover, .theme-glass-windows .order-tool:hover { background: var(--gw-soft); }
.theme-glass-windows .header-tools svg { width: 19px; }
.theme-glass-windows .order-tool { height: 42px; padding: 0 10px; border-radius: 10px; display: flex; align-items: center; gap: 7px; color: var(--gw-primary); }
.theme-glass-windows .order-tool span { font: 700 10px 'Be Vietnam Pro'; }
.theme-glass-windows .lang-tool { position: relative; }
.theme-glass-windows .lang-tool > button { width: auto; gap: 4px; padding: 0 7px; font-weight: 700; }
.theme-glass-windows .lang-tool > button svg:last-child { width: 12px; }
.theme-glass-windows .lang-dropdown { position: absolute; z-index: 70; right: 0; top: 48px; width: 155px; background: #fff; border: 1px solid var(--gw-line); border-radius: 12px; padding: 7px; box-shadow: var(--gw-shadow); }
.theme-glass-windows .lang-dropdown button { width: 100%; border: 0; background: #fff; border-radius: 8px; padding: 9px; display: flex; justify-content: space-between; gap: 12px; cursor: pointer; font-weight: 700; }
.theme-glass-windows .lang-dropdown button span { font-weight: 400; color: var(--gw-muted); }
.theme-glass-windows .lang-dropdown button:hover, .theme-glass-windows .lang-dropdown button.active { background: var(--gw-soft); color: var(--gw-primary); }
.theme-glass-windows .menu-btn, .theme-glass-windows .mobile-nav { display: none; }

/* ---------- Footer ---------- */
.theme-glass-windows .gw-footer { background: #061f14; color: #d9e6de; padding: 70px 0 0; }
.theme-glass-windows .footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .9fr 1.25fr; gap: 55px; }
.theme-glass-windows .gw-footer .logo-copy small { color: #b8c9bf; font-size: 12px; }
.theme-glass-windows .footer-grid > div:first-child p { font-size: 14px; line-height: 1.75; max-width: 330px; }
.theme-glass-windows .gw-footer h4 { color: #fff; margin-top: 0; font-size: 15px; }
.theme-glass-windows .footer-grid > div > a { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; margin: 13px 0; color: #d9e6de; }
.theme-glass-windows .footer-grid > div > p { font-size: 13px; line-height: 1.65; display: flex; gap: 9px; }
.theme-glass-windows .gw-footer svg { width: 17px; flex: none; }
.theme-glass-windows .socials { display: flex; gap: 8px; margin-top: 20px; }
.theme-glass-windows .socials a { width: 40px; height: 40px; border: 1px solid #496357; border-radius: 10px; display: grid; place-items: center; font-weight: 700; }
.theme-glass-windows .footer-bottom { border-top: 1px solid #355044; margin-top: 55px; min-height: 64px; display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: #c6d6cc; }

/* ---------- Floating contact ---------- */
.theme-glass-windows .floating { position: fixed; right: 18px; bottom: 25px; z-index: 40; display: flex; flex-direction: column; gap: 9px; }
.theme-glass-windows .floating a { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--gw-accent); box-shadow: 0 8px 24px rgba(0, 0, 0, .2); color: #271206; }
.theme-glass-windows .floating .zalo { background: #087bea; color: #fff; font: 700 11px 'Be Vietnam Pro'; }

/* ---------- 404 ---------- */
.theme-glass-windows .notfound { text-align: center; padding: 130px 20px; }
.theme-glass-windows .notfound > span { font: 800 110px 'Be Vietnam Pro'; color: #e0ece4; }
.theme-glass-windows .notfound h1 { font-size: 35px; }
.theme-glass-windows .notfound p { color: var(--gw-muted); }

/* ---------- News detail ---------- */
.theme-glass-windows .gw-news-detail { min-width: 0; background: #fff; border: 1px solid var(--gw-line); border-radius: var(--gw-radius); padding: clamp(24px, 4vw, 48px); box-shadow: 0 16px 45px rgba(9,42,25,.07); }
.theme-glass-windows .gw-news-meta { display:flex; align-items:center; flex-wrap:wrap; gap:10px 20px; padding-bottom:20px; margin-bottom:28px; border-bottom:1px solid var(--gw-line); color:var(--gw-muted); font-size:13px; }
.theme-glass-windows .gw-news-meta>span { display:inline-flex; align-items:center; gap:7px; }
.theme-glass-windows .gw-news-meta svg { width:16px; height:16px; color:var(--gw-primary); }
.theme-glass-windows .gw-news-meta .gw-news-category { background:var(--gw-soft); color:var(--gw-primary); border-radius:99px; padding:6px 12px; font:700 11px 'Be Vietnam Pro'; letter-spacing:.04em; }
.theme-glass-windows .gw-news-lead { margin:0 0 34px; padding:22px 24px; background:linear-gradient(120deg,var(--gw-soft),#fff); border-left:4px solid var(--gw-accent); border-radius:0 14px 14px 0; color:var(--gw-ink); font-size:clamp(17px,2vw,20px); font-weight:600; line-height:1.7; }
.theme-glass-windows .gw-news-content { max-width:72ch; color:#34463d; font-size:17px; line-height:1.78; overflow-wrap:anywhere; }
.theme-glass-windows .gw-news-content p,.theme-glass-windows .gw-news-content ul,.theme-glass-windows .gw-news-content ol { margin:0 0 1.4em; }
.theme-glass-windows .gw-news-content h2 { margin:2em 0 .65em; color:var(--gw-primary-2); font-size:clamp(23px,3vw,30px); line-height:1.3; }
.theme-glass-windows .gw-news-content h3 { margin:1.7em 0 .55em; color:var(--gw-ink); font-size:clamp(19px,2.5vw,23px); line-height:1.4; }
.theme-glass-windows .gw-news-content a { color:var(--gw-primary); font-weight:600; text-decoration:underline; text-underline-offset:3px; }
.theme-glass-windows .gw-news-content img { width:100%; height:auto; border-radius:16px; margin:32px 0; }
.theme-glass-windows .gw-news-content blockquote { margin:30px 0; padding:20px 24px; background:var(--gw-soft); border-left:4px solid var(--gw-primary); border-radius:0 12px 12px 0; }
.theme-glass-windows .gw-news-content table { display:block; max-width:100%; overflow-x:auto; border-collapse:collapse; }
.theme-glass-windows .gw-news-content th,.theme-glass-windows .gw-news-content td { min-width:130px; padding:12px; border:1px solid var(--gw-line); text-align:left; }
.theme-glass-windows .gw-news-content th { background:var(--gw-soft); color:var(--gw-primary-2); }
.theme-glass-windows .gw-news-cta { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-top:48px; padding:28px; background:var(--gw-primary-2); color:#dbeadf; border-radius:18px; }
.theme-glass-windows .gw-news-cta>div:first-child { max-width:560px; }
.theme-glass-windows .gw-news-cta span { color:#9ec8ad; font:700 10px 'Be Vietnam Pro'; letter-spacing:.12em; }
.theme-glass-windows .gw-news-cta h2 { margin:6px 0 8px; color:#fff; font-size:21px; line-height:1.35; }
.theme-glass-windows .gw-news-cta p { margin:0; color:#c4d7ca; font-size:13px; }
.theme-glass-windows .gw-news-cta-actions { display:flex; flex-direction:column; flex:none; gap:9px; }
.theme-glass-windows .gw-news-cta-actions .btn { min-height:44px; white-space:nowrap; }
.theme-glass-windows .gw-news-sidebar-card { background:#fff; border:1px solid var(--gw-line); border-radius:16px; padding:22px; box-shadow:0 12px 35px rgba(9,42,25,.06); }
.theme-glass-windows .gw-sidebar-title { display:flex; align-items:center; gap:10px; padding-bottom:14px; margin-bottom:14px; border-bottom:1px solid var(--gw-line); }
.theme-glass-windows .gw-sidebar-title svg { width:20px; height:20px; color:var(--gw-primary); }
.theme-glass-windows .gw-sidebar-title h2 { margin:0; color:var(--gw-primary-2); font-size:16px; }
.theme-glass-windows .gw-category-tree,.theme-glass-windows .gw-category-tree ul { margin:0; padding:0; list-style:none; }
.theme-glass-windows .gw-category-tree a { min-height:44px; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:8px 9px; border-radius:9px; color:#415349; font-size:13px; transition:background-color .2s,color .2s; }
.theme-glass-windows .gw-category-tree a:hover,.theme-glass-windows .gw-category-tree a.active { background:var(--gw-soft); color:var(--gw-primary); }
.theme-glass-windows .gw-category-name { min-width:0; display:flex; align-items:center; gap:5px; }
.theme-glass-windows .gw-category-name svg { width:14px; height:14px; flex:none; }
.theme-glass-windows .gw-category-count { min-width:25px; padding:2px 7px; border-radius:99px; background:#edf4ef; text-align:center; color:var(--gw-primary); font-size:10px; font-weight:700; }
.theme-glass-windows .gw-sidebar-posts { display:grid; gap:16px; }
.theme-glass-windows .gw-sidebar-posts article { display:grid; grid-template-columns:88px minmax(0,1fr); gap:13px; padding-bottom:16px; border-bottom:1px solid var(--gw-line); }
.theme-glass-windows .gw-sidebar-posts article:last-child { padding-bottom:0; border-bottom:0; }
.theme-glass-windows .gw-sidebar-thumb { position:relative; width:88px; height:76px; overflow:hidden; border-radius:10px; }
.theme-glass-windows .gw-sidebar-thumb img { transition:transform .25s ease; }
.theme-glass-windows .gw-sidebar-posts article:hover .gw-sidebar-thumb img { transform:scale(1.04); }
.theme-glass-windows .gw-sidebar-posts time { display:flex; align-items:center; gap:5px; color:var(--gw-muted); font-size:10px; }
.theme-glass-windows .gw-sidebar-posts time svg { width:12px; height:12px; }
.theme-glass-windows .gw-sidebar-posts h3 { margin:7px 0 0; font-size:13px; line-height:1.45; }
.theme-glass-windows .gw-sidebar-posts h3 a { color:var(--gw-ink); transition:color .2s; }
.theme-glass-windows .gw-sidebar-posts h3 svg { display:inline; width:13px; height:13px; margin-left:3px; }
.theme-glass-windows .gw-sidebar-posts h3 a:hover { color:var(--gw-primary); }
.theme-glass-windows .gw-sidebar-empty,.theme-glass-windows .gw-news-empty { color:var(--gw-muted); font-size:13px; }
.theme-glass-windows .gw-related-news { padding-top:26px; border-top:1px solid var(--gw-line); }
.theme-glass-windows .gw-related-news .post-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.theme-glass-windows .gw-related-news .post-grid h3 { font-size:14px; }
.theme-glass-windows .gw-related-news .post-img { height:180px; }
/* ---------- Contact FAB ---------- */
.theme-glass-windows .gw-contact-fab { position:fixed; z-index:999; display:flex; flex-direction:column; gap:8px; width:204px; max-width:calc(100vw - 24px); font-family:'Be Vietnam Pro',sans-serif; }
.theme-glass-windows .gw-contact-fab--right { align-items:flex-end; }
.theme-glass-windows .gw-contact-fab--left { align-items:flex-start; }
.theme-glass-windows .gw-fab-channels { position:relative; width:100%; display:flex; flex-direction:column; gap:6px; padding:9px; border:1px solid rgba(255,255,255,.82); border-radius:24px; background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(242,249,245,.9)); box-shadow:0 20px 55px rgba(4,31,18,.19),inset 0 1px 0 #fff; backdrop-filter:blur(20px) saturate(1.3); }
.theme-glass-windows .gw-fab-channels:after { content:''; position:absolute; right:25px; bottom:-7px; width:14px; height:14px; border-right:1px solid rgba(255,255,255,.78); border-bottom:1px solid rgba(255,255,255,.78); background:rgba(255,255,255,.94); transform:rotate(45deg); }
.theme-glass-windows .gw-fab-channel { position:relative; z-index:1; width:100%; min-height:52px; display:flex; align-items:center; gap:11px; padding:5px 10px 5px 5px; border:1px solid transparent; border-radius:17px; color:var(--gw-ink); transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease; touch-action:manipulation; }
.theme-glass-windows .gw-fab-channel:hover { background:#fff; border-color:rgba(12,89,52,.09); box-shadow:0 8px 22px rgba(4,31,18,.09); transform:translateX(-2px); }
.theme-glass-windows .gw-fab-channel:focus-visible,.theme-glass-windows .gw-fab-main:focus-visible,.theme-glass-windows .gw-fab-collapsed:focus-visible { outline:3px solid rgba(238,118,24,.48); outline-offset:3px; }
.theme-glass-windows .gw-fab-channel>span { width:42px; height:42px; flex:none; display:grid; place-items:center; border-radius:14px; background:linear-gradient(145deg,#15805a,#0c5934); color:#fff; box-shadow:0 7px 15px rgba(12,89,52,.2); }
.theme-glass-windows .gw-fab-channel svg { width:20px; height:20px; }
.theme-glass-windows .gw-fab-channel b { flex:1; min-width:0; overflow:hidden; text-overflow:ellipsis; font-size:13px; font-weight:750; line-height:1.25; white-space:nowrap; }
.theme-glass-windows .gw-fab-channel .gw-fab-channel-arrow { width:14px; height:14px; flex:none; color:#719080; transform:rotate(45deg); }
.theme-glass-windows .gw-fab-channel--hotline>span { background:linear-gradient(145deg,#ff9a45,#ef6c13); color:#fff; box-shadow:0 7px 16px rgba(239,108,19,.26); }
.theme-glass-windows .gw-fab-channel--zalo>span { background:linear-gradient(145deg,#1595ff,#0878e6); color:#fff; box-shadow:0 7px 16px rgba(8,120,230,.27); }
.theme-glass-windows .gw-fab-channel--messenger>span { background:linear-gradient(145deg,#168aff,#0866ff); color:#fff; box-shadow:0 7px 16px rgba(8,102,255,.27); }
.theme-glass-windows .gw-fab-brand-text { font-size:10px; font-weight:800; letter-spacing:-.04em; }
.theme-glass-windows .gw-fab-brand-svg { width:24px!important; height:24px!important; }
.theme-glass-windows .gw-fab-main { width:100%; min-height:64px; display:flex; align-items:center; gap:10px; padding:7px 16px 7px 7px; border:1px solid rgba(255,255,255,.18); border-radius:999px; background:linear-gradient(105deg,#11633c,#087044); color:#fff; box-shadow:0 13px 32px rgba(4,48,27,.27); cursor:pointer; transition:transform .2s ease,box-shadow .2s ease; touch-action:manipulation; }
.theme-glass-windows .gw-fab-main:hover { transform:translateY(-1px); box-shadow:0 16px 38px rgba(4,48,27,.32); }
.theme-glass-windows .gw-fab-main:disabled { cursor:default; }
.theme-glass-windows .gw-fab-main-icon { width:50px; height:50px; flex:none; display:grid; place-items:center; border-radius:50%; background:rgba(255,255,255,.15); color:#fff; }
.theme-glass-windows .gw-fab-main-icon svg { width:24px; height:24px; }
.theme-glass-windows .gw-fab-main-copy { min-width:0; display:flex; flex-direction:column; align-items:flex-start; color:#fff; text-align:left; }
.theme-glass-windows .gw-fab-main-copy small { font-size:9px; font-weight:700; line-height:1.2; text-transform:uppercase; color:#d4eadc; }
.theme-glass-windows .gw-fab-main-copy strong { font-size:15px; line-height:1.25; white-space:nowrap; }
.theme-glass-windows .gw-fab-collapsed { min-width:56px; min-height:56px; display:flex; align-items:center; justify-content:center; gap:8px; padding:0 17px; border:0; border-radius:999px; background:var(--gw-primary); color:#fff; box-shadow:0 12px 30px rgba(4,48,27,.27); cursor:pointer; transition:transform .2s ease,box-shadow .2s ease; }
.theme-glass-windows .gw-fab-collapsed:hover { transform:translateY(-2px); box-shadow:0 16px 36px rgba(4,48,27,.32); }
.theme-glass-windows .gw-fab-collapsed svg { width:23px; height:23px; }
.theme-glass-windows .gw-fab-collapsed span { font-size:13px; font-weight:700; }
/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .theme-glass-windows .desktop-nav { gap: 10px; }
  .theme-glass-windows .desktop-nav > a, .theme-glass-windows .nav-group > a { font-size: 11px; }
  .theme-glass-windows .order-tool span { display: none; }
  .theme-glass-windows .header-tools { padding-left: 8px; }
  .theme-glass-windows .hero h1 { font-size: 45px; }
  .theme-glass-windows .category-grid { grid-template-columns: repeat(2, 1fr); }
  .theme-glass-windows .category-card { height: 340px; }
  .theme-glass-windows .product-grid { grid-template-columns: repeat(2, 1fr); }
  .theme-glass-windows .service-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 800px) {
  .theme-glass-windows .topbar-location, .theme-glass-windows .topbar-hours, .theme-glass-windows .desktop-nav, .theme-glass-windows .header-tools { display: none; }
  .theme-glass-windows .topbar-in { grid-template-columns:minmax(0,1fr); gap:0; }
  .theme-glass-windows .header-in { height: 68px; }
  .theme-glass-windows .menu-btn { display: grid; place-items: center; margin-left: auto; border: 0; background: transparent; width: 46px; height: 46px; border-radius: 10px; color: var(--gw-primary); cursor: pointer; }
  .theme-glass-windows .mobile-nav { display: flex; position: absolute; top: 68px; left: 0; right: 0; max-height: calc(100vh - 100px); overflow: auto; background: #fff; padding: 14px 20px 25px; flex-direction: column; box-shadow: 0 20px 30px rgba(0, 0, 0, .12); z-index: 60; }
  .theme-glass-windows .mobile-nav > a { min-height: 46px; padding: 11px 8px; border-bottom: 1px solid var(--gw-line); display: flex; align-items: center; justify-content: space-between; font-size: 14px; font-weight: 600; }
  .theme-glass-windows .mobile-nav .btn { margin-top: 12px; color: #271206; justify-content: center; }
  .theme-glass-windows .hero { padding-top: 40px; }
  .theme-glass-windows .hero-grid { grid-template-columns: 1fr; }
  .theme-glass-windows .hero h1 { font-size: 39px; }
  .theme-glass-windows .hero-visual { height: 420px; }
  .theme-glass-windows .hero-arrow { top: 57%; width: 44px; height: 44px; }
  .theme-glass-windows .hero-arrow.prev { left: -5px; }
  .theme-glass-windows .hero-arrow.next { right: -5px; }
  .theme-glass-windows .hero-dots { bottom: 10px; }
  .theme-glass-windows .hero-stats { grid-template-columns: repeat(2, 1fr); height: auto; padding: 18px; }
  .theme-glass-windows .hero-stats > div { padding: 12px; }
  .theme-glass-windows .section { padding: 70px 0; }
  .theme-glass-windows .why-grid, .theme-glass-windows .story, .theme-glass-windows .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .theme-glass-windows .why-image > .why-img-wrap, .theme-glass-windows .story > div:first-child .why-img-wrap { height: 430px; }
  .theme-glass-windows .process-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .theme-glass-windows .process-grid:before { display: none; }
  .theme-glass-windows .project-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 250px; }
  .theme-glass-windows .project-card.p0 { grid-row: auto; }
  .theme-glass-windows .project-card.p3 { grid-column: auto; }
  .theme-glass-windows .testimonials { grid-template-columns: 1fr; }
  .theme-glass-windows .post-grid { grid-template-columns: 1fr 1fr; }
  .theme-glass-windows .quote-grid { grid-template-columns: 1fr; gap: 40px; }
  .theme-glass-windows .footer-grid { grid-template-columns: 1fr 1fr; }
  .theme-glass-windows .video-grid, .theme-glass-windows .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .theme-glass-windows .contact-grid { grid-template-columns: 1fr; }
  .theme-glass-windows .newsletter { flex-direction: column; gap: 20px; align-items: flex-start; }
  .theme-glass-windows .newsletter form { width: 100%; }
}
@media (max-width: 520px) {
  .theme-glass-windows .container { width: min(100% - 28px, 1180px); }
  .theme-glass-windows .hero h1 { font-size: 33px; }
  .theme-glass-windows .hero-actions { align-items: flex-start; flex-direction: column; }
  .theme-glass-windows .trust-row { flex-wrap: wrap; gap: 8px 15px; }
  .theme-glass-windows .hero-visual { height: 350px; }
  .theme-glass-windows .hero-visual > .hero-img-wrap { border-radius: 70px 18px 18px; }
  .theme-glass-windows .hero-arrow { top: 65%; }
  .theme-glass-windows .stat-card { left: 4px; bottom: 15px; }
  .theme-glass-windows .rating-card { right: 4px; top: 18px; }
  .theme-glass-windows .section-head h2 { font-size: 28px; }
  .theme-glass-windows .split-head { align-items: flex-start; gap: 20px; }
  .theme-glass-windows .category-grid, .theme-glass-windows .product-grid, .theme-glass-windows .post-grid, .theme-glass-windows .video-grid, .theme-glass-windows .gallery-grid, .theme-glass-windows .value-grid, .theme-glass-windows .service-grid { grid-template-columns: 1fr; }
  .theme-glass-windows .category-card { height: 360px; }
  .theme-glass-windows .product-img { height: 260px; }
  .theme-glass-windows .why-image > .why-img-wrap, .theme-glass-windows .story > div:first-child .why-img-wrap { height: 370px; }
  .theme-glass-windows .process-grid { grid-template-columns: 1fr; }
  .theme-glass-windows .project-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 280px); }
  .theme-glass-windows .testimonials blockquote { min-height: auto; }
  .theme-glass-windows .quote-band { padding: 60px 0; }
  .theme-glass-windows .quote-band h2 { font-size: 28px; }
  .theme-glass-windows .quote-form { padding: 24px; }
  .theme-glass-windows .page-hero h1 { font-size: 35px; }
  .theme-glass-windows .page-hero { padding: 50px 0; }
  .theme-glass-windows .emergency > .container, .theme-glass-windows .pricing-cta { align-items: flex-start; flex-direction: column; gap: 20px; }
  .theme-glass-windows .price-table .tr { grid-template-columns: 1.4fr 1fr; }
  .theme-glass-windows .price-table .tr span:last-child { display: none; }
  .theme-glass-windows .newsletter form { flex-direction: column; }
  .theme-glass-windows .gallery-grid article { height: 300px; }
  .theme-glass-windows .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .theme-glass-windows .footer-bottom { min-height: auto; padding: 20px 0; gap: 10px; align-items: flex-start; flex-direction: column; }
  .theme-glass-windows .story-stats { gap: 30px; }
  .theme-glass-windows .floating { right: 12px; bottom: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .theme-glass-windows * { scroll-behavior: auto !important; transition: none !important; }
  .theme-glass-windows .topbar-marquee-track { width:100%; justify-content:center; animation:none!important; transform:none!important; }
  .theme-glass-windows .topbar-marquee-track>*:nth-child(2) { display:none; }
}
@media (min-width: 801px) {
  .theme-glass-windows .hero-arrow.prev { left: -48px; }
  .theme-glass-windows .hero-arrow.next { right: -48px; }
}

/* ---------- Search modal ---------- */
.theme-glass-windows.search-modal-open, .theme-glass-windows .search-modal { }
.search-modal { position: fixed; z-index: 100; inset: 0; background: rgba(2, 23, 13, .76); backdrop-filter: blur(8px); display: grid; place-items: start center; padding-top: 14vh; }
.search-modal .search-close { position: absolute; right: 32px; top: 28px; border: 1px solid rgba(255, 255, 255, .45); background: transparent; color: #fff; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; }
.search-modal .search-box { width: min(720px, calc(100% - 32px)); background: #fff; border-radius: 22px; padding: 36px; box-shadow: 0 30px 80px rgba(0, 0, 0, .3); font-family: 'Manrope', sans-serif; }
.search-modal .search-box > span { font: 700 11px 'Be Vietnam Pro'; letter-spacing: .14em; color: #c95e0d; }
.search-modal .search-box h2 { font: 700 29px 'Be Vietnam Pro'; margin: 7px 0 22px; color: #17231d; }
.search-modal .search-box form { height: 58px; border: 2px solid #0c5934; border-radius: 13px; display: flex; align-items: center; padding-left: 16px; overflow: hidden; }
.search-modal .search-box form > svg { color: #0c5934; flex: none; width: 20px; }
.search-modal .search-box input { border: 0; outline: 0; flex: 1; min-width: 0; padding: 0 13px; font-size: 15px; }
.search-modal .search-box form button { height: 100%; border: 0; background: #0c5934; color: #fff; padding: 0 24px; font-weight: 700; cursor: pointer; }

/* ---------- Mobile group nav ---------- */
.theme-glass-windows .mobile-group { border-bottom: 1px solid var(--gw-line); }
.theme-glass-windows .mobile-group > button { width: 100%; min-height: 46px; padding: 0 8px; border: 0; background: #fff; display: flex; align-items: center; justify-content: space-between; font-size: 14px; font-weight: 600; cursor: pointer; }
.theme-glass-windows .mobile-group > button svg { width: 17px; }
.theme-glass-windows .mobile-group > div { background: var(--gw-soft); border-radius: 10px; padding: 5px 10px; margin-bottom: 8px; }
.theme-glass-windows .mobile-group > div a { min-height: 42px; display: flex; align-items: center; justify-content: space-between; font-size: 13px; border-bottom: 1px solid #dce7df; }
.theme-glass-windows .mobile-group > div a:last-child { border: 0; }
.theme-glass-windows .mobile-group > div svg { width: 14px; }
