: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}
.cb50fec2a6a{max-width:1120px;margin:auto;padding:16px}
.c20275e6413{text-align:center}
button{font:inherit}
/* Grids – mobile: 1 cột */
.cac9c8cb380,.c4c1c8b38cb{display:grid;gap:16px}
.cac9c8cb380{grid-template-columns:1fr}
.c4c1c8b38cb{grid-template-columns:1fr}
/* Header + Nav (hamburger) */
.c69583f97b7{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid var(--line)}
.ce50059ede4{display:flex;align-items:center;gap:10px;font-weight:800}
.ce50059ede4 img{height:44px;width:auto}
.c35fcefe9e7{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 14px;min-height:44px}
.c85b54115ce{display:none;flex-direction:column;gap:8px;margin-top:10px}
.c85b54115ce a{padding:10px 12px;border-radius:10px;color:#2b3440;min-height:44px;display:block}
.c85b54115ce a.on,.c85b54115ce a:hover{background:var(--brand);color:#fff}
.c85b54115ce.open{display:flex}
/* Hero */
.c8333c488c5{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}
.c8333c488c5 .cb50fec2a6a{padding:56px 16px}
.cc40a34571b{max-width:760px;margin:6px auto}
/* Sections */
section{padding:24px 0;border-top:1px solid var(--line)}
.cd9e7d903fb{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:16px}
.c0f2579efae{display:inline-block;background:#eef8f1;color:#0f6627;border:1px solid #bfe2c4;padding:4px 10px;border-radius:999px;font-weight:700}
/* Footer */
.cc4d39a4301{background:#f8fbff;border-top:1px solid var(--line);margin-top:30px}
.c02ae1500ec{display:grid;grid-template-columns:1fr;gap:14px}
.cbc1a2ce1e6{height:36px;margin-bottom:6px}
.c5bf913c306{text-align:center;color:#667;margin:8px 0 16px}
.c7bee36437d{display:block;color:#415064;font-weight:800;letter-spacing:.02em;margin-bottom:2px} /* label đậm trong footer */
.c9bdca420eb{color:#0f1b2a}
/* Forms */
.c5f15f7f692{display:flex;flex-direction:column;gap:12px;max-width:560px}
input,textarea{width:100%;padding:12px;border:1px solid #ccd7e4;border-radius:12px}
.c28f62edc3f{display:inline-block;background:var(--brand);color:#fff;padding:12px 18px;border-radius:12px;min-height:44px}
.c28f62edc3f.ghost{background:#fff;color:var(--brand);border:1px solid var(--brand)}
/* Sub header */
.cc846ab2281{background:var(--brand);color:#fff}
.cc846ab2281 .cb50fec2a6a{display:flex;align-items:center;justify-content:space-between}
.back{color:#fff;opacity:.9}
/* ===== ≥768px: tablet/desktop ===== */
@media(min-width:768px){
  .c35fcefe9e7{display:none}
  .c85b54115ce{display:flex;flex-direction:row;gap:14px;margin-top:0}
  .cac9c8cb380{grid-template-columns:1fr 1fr}
  .c4c1c8b38cb{grid-template-columns:repeat(3,1fr)}
  .c8333c488c5 .cb50fec2a6a{padding:72px 16px}
  .c02ae1500ec{grid-template-columns:1.2fr 1fr}
}
