:root{
  --brand:#28a745; --ink:#0f1b2a; --muted:#5b6b7a; --line:#e6edf5; --bg:#fff;
  --radius:14px; --shadow:0 10px 26px rgba(15,27,42,.06)
}
/* ===== Base: mobile-first ===== */
*{box-sizing:border-box}
html,body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.75 ui-sans-serif,system-ui,Segoe UI,Roboto,Arial}
img{display:block;max-width:100%;height:auto;border-radius:12px}
a{color:inherit;text-decoration:none}
.c8383a708e4{max-width:1120px;margin:auto;padding:16px}
.c2ca0c80106{text-align:center}
button{font:inherit}
/* Grids – mobile: 1 cột */
.c0df3c7faee,.c79a76271f1{display:grid;gap:16px}
.c0df3c7faee{grid-template-columns:1fr}
.c79a76271f1{grid-template-columns:1fr}
/* Header + Nav (hamburger) */
.cec9b3014f4{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid var(--line)}
.c0e577c4541{display:flex;align-items:center;gap:10px;font-weight:800}
.c0e577c4541 img{height:44px;width:auto}
.c8f88ba627b{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 14px;min-height:44px}
.cdcc77dee96{display:none;flex-direction:column;gap:8px;margin-top:10px}
.cdcc77dee96 a{padding:10px 12px;border-radius:10px;color:#2b3440;min-height:44px;display:block}
.cdcc77dee96 a.on,.cdcc77dee96 a:hover{background:var(--brand);color:#fff}
.cdcc77dee96.open{display:flex}
/* Hero */
.c39d4677d10{position:relative;background:linear-gradient(0deg,rgba(0,0,0,.45),rgba(0,0,0,.45)),url('../../images/hero.jpg') center/cover no-repeat;color:#fff}
.c39d4677d10 .c8383a708e4{padding:56px 16px}
.c925adcc45b{max-width:760px;margin:6px auto}
/* Sections */
section{padding:24px 0;border-top:1px solid var(--line)}
.cbf73ce33b7{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:16px}
.cfea63d4a96{display:inline-block;background:#eef8f1;color:#0f6627;border:1px solid #bfe2c4;padding:4px 10px;border-radius:999px;font-weight:700}
/* Footer */
.c3f7e461dfe{background:#f8fbff;border-top:1px solid var(--line);margin-top:30px}
.c37b45e31f0{display:grid;grid-template-columns:1fr;gap:14px}
.c8c63d4c848{height:36px;margin-bottom:6px}
.c6e24663756{text-align:center;color:#667;margin:8px 0 16px}
.cbdc5da7f6c{display:block;color:#415064;font-weight:800;letter-spacing:.02em;margin-bottom:2px} /* label đậm trong footer */
.cb594e0275b{color:#0f1b2a}
/* Forms */
.cfda280294c{display:flex;flex-direction:column;gap:12px;max-width:560px}
input,textarea{width:100%;padding:12px;border:1px solid #ccd7e4;border-radius:12px}
.cbafab1bf05{display:inline-block;background:var(--brand);color:#fff;padding:12px 18px;border-radius:12px;min-height:44px}
.cbafab1bf05.ghost{background:#fff;color:var(--brand);border:1px solid var(--brand)}
/* Sub header */
.c47f58e188e{background:var(--brand);color:#fff}
.c47f58e188e .c8383a708e4{display:flex;align-items:center;justify-content:space-between}
.back{color:#fff;opacity:.9}
/* ===== ≥768px: tablet/desktop ===== */
@media(min-width:768px){
  .c8f88ba627b{display:none}
  .cdcc77dee96{display:flex;flex-direction:row;gap:14px;margin-top:0}
  .c0df3c7faee{grid-template-columns:1fr 1fr}
  .c79a76271f1{grid-template-columns:repeat(3,1fr)}
  .c39d4677d10 .c8383a708e4{padding:72px 16px}
  .c37b45e31f0{grid-template-columns:1.2fr 1fr}
}
