
:root{
  --red:#d71920;
  --red-dark:#a90f16;
  --orange:#ff9f1c;
  --yellow:#ffd54a;
  --ink:#151515;
  --muted:#646464;
  --line:#ececec;
  --bg:#fff8f1;
  --white:#fff;
  --shadow:0 18px 45px rgba(15,15,15,.12);
  --radius:22px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.65;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--container), calc(100% - 32px)); margin-inline:auto}
.topbar{
  background:#111;
  color:#fff;
  font-size:14px;
}
.topbar__inner{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.topbar a{color:#fff}
.topbar__right{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.header{
  position:sticky;
  top:0;
  z-index:50;
  background:#fff;
  border-bottom:1px solid var(--line);
  box-shadow:0 8px 24px rgba(0,0,0,.05);
}
.header__inner{
  height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.logo{display:flex;align-items:center;gap:10px}
.logo img{height:62px;width:auto}
.nav{display:flex;align-items:center;gap:24px;font-weight:700}
.nav a{position:relative}
.nav a::after{
  content:""; position:absolute; left:0; bottom:-8px; width:0; height:3px;
  background:var(--red); border-radius:99px; transition:.2s;
}
.nav a:hover::after,.nav a.active::after{width:100%}
.header-actions{display:flex;align-items:center;gap:10px}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  min-height:46px; padding:0 18px; border-radius:999px;
  border:0; cursor:pointer; font-weight:800; white-space:nowrap;
  transition:.18s; font-size:15px;
}
.btn--primary{background:var(--red); color:#fff; box-shadow:0 12px 28px rgba(215,25,32,.24)}
.btn--primary:hover{background:var(--red-dark); transform:translateY(-1px)}
.btn--hotline{background:#111;color:#fff}
.btn--light{background:#fff;color:var(--red);border:1px solid rgba(215,25,32,.18)}
.btn--outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.55)}
.mobile-toggle{
  display:none; width:46px; height:46px; border-radius:14px; border:1px solid var(--line);
  background:#fff; cursor:pointer;
}
.mobile-toggle span{display:block;width:22px;height:2px;background:#111;margin:5px auto;border-radius:9px}
.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,213,74,.35), transparent 30%),
    linear-gradient(135deg, #1b1b1b 0%, #2b1214 58%, #d71920 120%);
  color:#fff;
}
.hero__inner{
  display:grid; grid-template-columns:1.04fr .96fr; gap:46px; align-items:center;
  min-height:660px; padding:70px 0;
}
.eyebrow{
  display:inline-flex; align-items:center; gap:8px; padding:8px 14px;
  background:rgba(255,255,255,.11); border:1px solid rgba(255,255,255,.18);
  border-radius:999px; font-weight:800; color:#ffe5a4; margin-bottom:16px;
}
.hero h1{font-size:clamp(38px, 6vw, 68px); line-height:1.02; margin:0 0 18px; letter-spacing:-1.5px}
.hero p{font-size:19px; color:rgba(255,255,255,.88); max-width:640px; margin:0 0 26px}
.hero__cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}
.hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:650px}
.stat{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:14px}
.stat strong{display:block;font-size:25px;color:#fff;line-height:1}
.stat span{font-size:13px;color:rgba(255,255,255,.76)}
.hero-card{
  background:#fff; color:#111; padding:16px; border-radius:28px; box-shadow:var(--shadow);
  transform:rotate(1.3deg);
}
.hero-card img{border-radius:20px}
.hero-card__caption{
  display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:16px 8px 4px
}
.hero-card__caption strong{display:block;font-size:18px}
.pulse-dot{width:16px;height:16px;border-radius:99px;background:#22c55e;box-shadow:0 0 0 10px rgba(34,197,94,.14)}
.section{padding:82px 0}
.section--soft{background:var(--bg)}
.section__head{
  display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px
}
.section__kicker{font-weight:900;color:var(--red);text-transform:uppercase;font-size:13px;letter-spacing:.08em}
.section h2{font-size:clamp(28px,4vw,44px);line-height:1.12;margin:6px 0 0;letter-spacing:-.6px}
.section__head p{margin:0;color:var(--muted);max-width:530px}
.grid{display:grid;gap:22px}
.grid--4{grid-template-columns:repeat(4,1fr)}
.grid--3{grid-template-columns:repeat(3,1fr)}
.grid--2{grid-template-columns:repeat(2,1fr)}
.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 14px 32px rgba(15,15,15,.06);
  overflow:hidden; transition:.18s;
}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.service-card img{aspect-ratio:4/3;object-fit:cover}
.service-card__body{padding:20px}
.service-card h3{margin:0 0 8px;font-size:21px}
.service-card p{margin:0 0 16px;color:var(--muted)}
.link-more{font-weight:900;color:var(--red)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.feature-list{display:grid;gap:14px;margin-top:22px}
.feature{
  display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px
}
.check{
  width:28px;height:28px;border-radius:99px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;
  flex:0 0 auto;font-weight:900
}
.feature strong{display:block}
.feature span{color:var(--muted);font-size:14px}
.process{counter-reset:step}
.step{
  position:relative;padding:24px;background:#fff;border-radius:var(--radius);border:1px solid var(--line);box-shadow:0 12px 28px rgba(0,0,0,.05)
}
.step::before{
  counter-increment:step;content:"0" counter(step);
  display:inline-flex;align-items:center;justify-content:center;
  width:54px;height:54px;border-radius:16px;background:#111;color:#fff;font-weight:900;margin-bottom:16px
}
.step h3{margin:0 0 8px;font-size:20px}
.step p{margin:0;color:var(--muted)}
.cta-strip{
  background:linear-gradient(135deg, var(--red), #111);
  color:#fff;border-radius:32px;padding:36px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;
  box-shadow:var(--shadow);
}
.cta-strip h2{margin:0;font-size:32px}
.cta-strip p{margin:8px 0 0;color:rgba(255,255,255,.85)}
.gallery img{border-radius:22px;aspect-ratio:4/3;object-fit:cover}
.review{padding:24px}
.stars{color:#f59e0b;font-size:19px;letter-spacing:2px}
.review p{color:var(--muted)}
.review__author{display:flex;gap:12px;align-items:center;margin-top:18px}
.avatar{width:46px;height:46px;border-radius:99px;background:linear-gradient(135deg,var(--orange),var(--red));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}
.news-card{display:grid;grid-template-rows:auto 1fr}
.news-card__body{padding:22px}
.news-card time{font-size:13px;color:var(--red);font-weight:800}
.news-card h3{margin:8px 0;font-size:20px;line-height:1.28}
.news-card p{margin:0 0 14px;color:var(--muted)}
.page-hero{
  background:linear-gradient(135deg,#111,#3c1517 70%,#d71920);
  color:#fff;padding:70px 0;
}
.breadcrumb{font-size:14px;color:rgba(255,255,255,.75);margin-bottom:16px}
.page-hero h1{font-size:clamp(34px,5vw,56px);line-height:1.08;margin:0 0 14px}
.page-hero p{font-size:18px;max-width:760px;color:rgba(255,255,255,.85)}
.content{
  font-size:17px;color:#303030;
}
.content h2{font-size:32px;line-height:1.16;color:#111;margin-top:0}
.content h3{font-size:23px;color:#111;margin-bottom:8px}
.content p{margin-top:0}
.content ul{padding-left:20px}
.price-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden}
.price-table th,.price-table td{padding:16px;border-bottom:1px solid var(--line);text-align:left}
.price-table th{background:#111;color:#fff}
.price-table tr:last-child td{border-bottom:0}
.form-card{padding:26px}
.form{display:grid;gap:14px}
.input, textarea, select{
  width:100%;border:1px solid var(--line);border-radius:14px;padding:14px 16px;font:inherit;outline:none;background:#fff
}
textarea{min-height:130px;resize:vertical}
.input:focus,textarea:focus,select:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(215,25,32,.08)}
.contact-box{padding:26px}
.contact-item{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}
.contact-item:last-child{border-bottom:0}
.contact-icon{width:42px;height:42px;border-radius:14px;background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:20px}
.map iframe{width:100%;height:380px;border:0;border-radius:22px}
.faq{display:grid;gap:12px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}
.faq-question{width:100%;border:0;background:#fff;text-align:left;padding:18px 20px;font-weight:900;cursor:pointer;font-size:16px;display:flex;justify-content:space-between;gap:16px}
.faq-answer{display:none;padding:0 20px 18px;color:var(--muted)}
.faq-item.open .faq-answer{display:block}
.footer{
  background:#111;color:#fff;padding:58px 0 110px
}
.footer p,.footer a{color:rgba(255,255,255,.75)}
.footer h3{margin:0 0 14px;color:#fff}
.footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:16px;color:rgba(255,255,255,.55);font-size:14px}
.floating{
  position:fixed;right:18px;bottom:18px;z-index:80;display:grid;gap:10px
}
.float-btn{
  display:flex;align-items:center;justify-content:center;gap:8px;
  min-width:160px;height:48px;border-radius:999px;color:#fff;font-weight:900;box-shadow:0 14px 28px rgba(0,0,0,.2)
}
.float-call{background:var(--red)}
.float-zalo{background:#0a84ff}
.float-top{background:#111;min-width:48px;justify-self:end;display:none}
.float-top.show{display:flex}
.notice{
  background:#fff8df;border:1px solid #ffebb0;border-radius:18px;padding:16px;color:#654500
}
@media (max-width: 1040px){
  .nav{
    position:fixed;left:16px;right:16px;top:92px;
    display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;border:1px solid var(--line);
    border-radius:20px;padding:10px;box-shadow:var(--shadow)
  }
  .nav.open{display:flex}
  .nav a{padding:13px;border-radius:12px}
  .nav a:hover{background:var(--bg)}
  .nav a::after{display:none}
  .mobile-toggle{display:block}
  .header-actions .btn--hotline{display:none}
  .hero__inner,.split{grid-template-columns:1fr}
  .hero__inner{padding:54px 0;min-height:auto}
  .hero-card{transform:none}
  .grid--4{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 760px){
  .topbar__inner{justify-content:center;text-align:center;flex-direction:column;padding:8px 0}
  .topbar__right{justify-content:center}
  .header__inner{height:72px}
  .logo img{height:54px}
  .hero__stats,.grid--3,.grid--2,.grid--4{grid-template-columns:1fr}
  .section{padding:58px 0}
  .section__head{display:block}
  .section__head p{margin-top:12px}
  .cta-strip{grid-template-columns:1fr;padding:26px;border-radius:24px}
  .footer__bottom{display:block}
  .floating{left:14px;right:14px;grid-template-columns:1fr 1fr}
  .float-btn{min-width:auto}
  .float-top{grid-column:2;justify-self:stretch}
}

.grid--5{grid-template-columns:repeat(5,1fr)}
@media (max-width:1040px){.grid--5{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.grid--5{grid-template-columns:1fr}}


/* ===== Redesign 2026-06-18: header + hero đẹp hơn ===== */
:root {
  --brand-red:#d71920;
  --brand-red-dark:#ad1018;
  --brand-yellow:#ffd159;
  --brand-ink:#111111;
}
.topbar {
  background: linear-gradient(90deg,#111 0%,#251012 55%,#d71920 145%);
  color:#fff;
  font-size:14px;
}
.topbar__inner {
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.topbar__left {
  font-weight:800;
  color:#fff4c7;
}
.topbar__right {
  display:flex;
  gap:18px;
  align-items:center;
  flex-wrap:wrap;
  font-weight:700;
}
.topbar__right a {
  color:#fff;
  opacity:.95;
}
.header {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-bottom:1px solid rgba(17,17,17,.08);
  box-shadow:0 12px 34px rgba(0,0,0,.07);
}
.header__inner {
  height:88px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:26px;
}
.logo img {
  height:62px;
  width:auto;
}
.nav {
  justify-content:center;
  gap:8px;
}
.nav a {
  padding:12px 15px;
  border-radius:999px;
  font-size:16px;
  font-weight:900;
}
.nav a::after {
  display:none;
}
.nav a:hover,
.nav a.active {
  background:#fff1f1;
  color:var(--brand-red);
}
.header-actions {
  gap:10px;
}
.btn--hotline {
  background:#111;
  color:#fff;
  min-height:50px;
  padding:0 20px;
  box-shadow:0 12px 26px rgba(0,0,0,.14);
}
.header-zalo {
  min-height:50px;
  padding:0 18px;
  background:#0a84ff;
  box-shadow:0 12px 26px rgba(10,132,255,.18);
}
.hero--new {
  background:
    radial-gradient(circle at 72% 22%, rgba(255,209,89,.28), transparent 28%),
    radial-gradient(circle at 8% 12%, rgba(215,25,32,.22), transparent 33%),
    linear-gradient(135deg,#120d0e 0%,#251214 54%,#5a220f 100%);
  overflow:hidden;
}
.hero--new .hero__inner {
  min-height:650px;
  grid-template-columns:minmax(0, .93fr) minmax(430px, 1.07fr);
  gap:52px;
  padding:70px 0;
}
.hero__copy {
  position:relative;
  z-index:2;
}
.hero--new .eyebrow {
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
  color:#ffeaa3;
}
.hero--new h1 {
  font-size:clamp(42px,5.2vw,74px);
  max-width:760px;
  line-height:1.03;
  letter-spacing:-1.9px;
  margin:0 0 18px;
}
.hero-lead {
  font-size:20px !important;
  line-height:1.65;
  max-width:650px !important;
  color:rgba(255,255,255,.88) !important;
}
.btn--big {
  min-height:56px;
  padding:0 24px;
  font-size:16px;
}
.btn--ghost {
  color:#fff;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
}
.hero__badges {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}
.hero__badges span {
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-weight:800;
}
.hero-visual {
  position:relative;
}
.hero-visual__photo {
  position:relative;
  padding:14px;
  border-radius:34px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 30px 70px rgba(0,0,0,.32);
}
.hero-visual__photo::before {
  content:"";
  position:absolute;
  inset:-22px -18px auto auto;
  width:180px;
  height:180px;
  border-radius:50%;
  background:var(--brand-yellow);
  opacity:.22;
  filter:blur(2px);
}
.hero-visual__photo img {
  width:100%;
  min-height:440px;
  max-height:540px;
  object-fit:cover;
  object-position:center;
  border-radius:24px;
  position:relative;
  z-index:1;
}
.hero-contact-card {
  position:absolute;
  left:-22px;
  bottom:34px;
  z-index:3;
  display:flex;
  align-items:center;
  gap:18px;
  padding:16px 18px;
  border-radius:22px;
  background:#fff;
  color:#111;
  box-shadow:0 20px 45px rgba(0,0,0,.28);
}
.hero-contact-card span {
  display:block;
  color:#777;
  font-size:13px;
  font-weight:800;
}
.hero-contact-card strong {
  display:block;
  font-size:26px;
  line-height:1.1;
  color:var(--brand-red);
}
.hero-contact-card a {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 16px;
  border-radius:999px;
  background:var(--brand-red);
  color:#fff;
  font-weight:900;
}
.floating {
  right:22px;
  bottom:22px;
}
.float-btn {
  min-width:148px;
  height:50px;
  border-radius:18px;
}
.float-call {
  background:linear-gradient(135deg,#ff3a32,#c90f18);
}
.float-zalo {
  background:linear-gradient(135deg,#138bff,#006ce0);
}
@media (max-width:1180px) {
  .header__inner {
    grid-template-columns:auto auto auto;
  }
  .nav {
    justify-content:flex-start;
  }
  .header-zalo {
    display:none;
  }
}
@media (max-width:1040px) {
  .header__inner {
    display:flex;
  }
  .nav {
    top:96px;
  }
  .hero--new .hero__inner {
    grid-template-columns:1fr;
    min-height:auto;
    gap:34px;
  }
  .hero-visual__photo img {
    min-height:360px;
  }
}
@media (max-width:760px) {
  .topbar__inner {
    min-height:auto;
    padding:9px 0;
  }
  .topbar__left {
    font-size:13px;
  }
  .topbar__right {
    display:none;
  }
  .header__inner {
    height:76px;
  }
  .logo img {
    height:54px;
  }
  .hero--new .hero__inner {
    padding:48px 0 58px;
  }
  .hero--new h1 {
    font-size:42px;
    letter-spacing:-1px;
  }
  .hero-lead {
    font-size:17px !important;
  }
  .hero__cta {
    display:grid;
    grid-template-columns:1fr;
  }
  .hero__badges {
    gap:8px;
  }
  .hero__badges span {
    font-size:13px;
  }
  .hero-contact-card {
    position:static;
    margin-top:14px;
    justify-content:space-between;
  }
  .hero-contact-card strong {
    font-size:22px;
  }
  .floating {
    left:14px;
    right:14px;
    bottom:14px;
    grid-template-columns:1fr 1fr;
  }
}



/* ===== Light hero override 2026-06-18 ===== */
.hero--new{
  background:
    radial-gradient(circle at 85% 12%, rgba(255, 209, 89, .35), transparent 24%),
    radial-gradient(circle at 8% 18%, rgba(255, 111, 97, .14), transparent 26%),
    linear-gradient(135deg, #fffaf3 0%, #fff4ef 48%, #fffdf8 100%) !important;
  color:#171717 !important;
}
.hero--new .eyebrow{
  background:rgba(255,255,255,.85) !important;
  border:1px solid rgba(215,25,32,.14) !important;
  color:#b11219 !important;
  box-shadow:0 10px 22px rgba(0,0,0,.05) !important;
}
.hero--new h1{
  color:#111111 !important;
}
.hero--new .hero-lead{
  color:#4a4a4a !important;
}
.hero__badges span{
  background:#ffffff !important;
  border:1px solid rgba(215,25,32,.12) !important;
  color:#1f1f1f !important;
  box-shadow:0 10px 24px rgba(0,0,0,.05);
}
.btn--outline{
  color:#111 !important;
  border:1px solid rgba(17,17,17,.16) !important;
  background:#ffffff !important;
}
.btn--outline:hover{
  background:#fff4f4 !important;
}
.btn--ghost{
  color:#111 !important;
  background:#fff5f1 !important;
  border:1px solid rgba(215,25,32,.12) !important;
}
.hero-visual__photo{
  background:rgba(255,255,255,.92) !important;
  border:1px solid rgba(17,17,17,.08) !important;
  box-shadow:0 26px 60px rgba(0,0,0,.12) !important;
}
.hero-visual__photo::before{
  background:#ffd159 !important;
  opacity:.22 !important;
}
.hero-contact-card{
  box-shadow:0 18px 38px rgba(0,0,0,.14) !important;
  border:1px solid rgba(17,17,17,.06);
}
@media (max-width:760px){
  .hero--new{
    background:
      radial-gradient(circle at 85% 10%, rgba(255, 209, 89, .28), transparent 22%),
      linear-gradient(180deg, #fffaf3 0%, #fff5ef 100%) !important;
  }
}



/* ===== FINAL CLEAN FIX: light hero + real photo + current info ===== */
:root {
  --red:#d71920;
  --red-dark:#ad1018;
  --orange:#ff9f1c;
  --yellow:#ffd159;
  --ink:#111;
  --muted:#5d5d5d;
  --line:#ececec;
  --bg:#fff8f1;
  --white:#fff;
}
.topbar {
  background:linear-gradient(90deg,#111 0%,#331316 70%,#d71920 140%) !important;
  color:#fff !important;
}
.topbar__inner {
  min-height:42px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
}
.topbar__left {font-weight:800;color:#fff4c7;}
.topbar__right {display:flex;gap:18px;align-items:center;flex-wrap:wrap;font-weight:800;}
.topbar__right a {color:#fff !important;}
.header {
  background:#fff !important;
  border-bottom:1px solid rgba(17,17,17,.08) !important;
  box-shadow:0 12px 34px rgba(0,0,0,.07) !important;
}
.header__inner {
  height:86px !important;
  display:grid !important;
  grid-template-columns:auto 1fr auto !important;
  align-items:center !important;
  gap:24px !important;
}
.logo img {height:62px !important;width:auto !important;}
.nav {display:flex;justify-content:center;gap:8px;font-weight:900;}
.nav a {
  padding:12px 16px !important;
  border-radius:999px !important;
  font-size:16px !important;
}
.nav a::after {display:none !important;}
.nav a.active,.nav a:hover {
  background:#fff0f0 !important;
  color:#d71920 !important;
}
.header-actions {display:flex;align-items:center;gap:10px;}
.btn--hotline {
  background:#111 !important;
  color:#fff !important;
  min-height:50px !important;
  box-shadow:0 12px 26px rgba(0,0,0,.14) !important;
}
.header-zalo {
  background:#0a84ff !important;
  color:#fff !important;
  min-height:50px !important;
  box-shadow:0 12px 26px rgba(10,132,255,.18) !important;
}
.hero,
.hero--new,
.hero-light-final {
  background:
    radial-gradient(circle at 86% 12%, rgba(255,209,89,.28), transparent 26%),
    radial-gradient(circle at 7% 18%, rgba(215,25,32,.08), transparent 26%),
    linear-gradient(135deg,#fffaf4 0%,#fff4ee 45%,#fffdf8 100%) !important;
  color:#111 !important;
  overflow:hidden !important;
}
.hero__inner {
  min-height:650px !important;
  display:grid !important;
  grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr) !important;
  gap:52px !important;
  align-items:center !important;
  padding:70px 0 !important;
}
.hero h1,.hero--new h1,.hero-light-final h1 {
  color:#111 !important;
  font-size:clamp(42px,5.2vw,74px) !important;
  line-height:1.03 !important;
  letter-spacing:-1.8px !important;
  margin:0 0 18px !important;
}
.hero p,.hero-lead {
  color:#444 !important;
  font-size:20px !important;
  line-height:1.65 !important;
  max-width:650px !important;
}
.eyebrow {
  background:#fff !important;
  border:1px solid rgba(215,25,32,.13) !important;
  color:#b11219 !important;
  box-shadow:0 10px 24px rgba(0,0,0,.05) !important;
}
.btn--big {min-height:56px !important;padding:0 24px !important;font-size:16px !important;}
.btn--outline {
  color:#111 !important;
  border:1px solid rgba(17,17,17,.16) !important;
  background:#fff !important;
}
.btn--ghost {
  color:#111 !important;
  background:#fff5f1 !important;
  border:1px solid rgba(215,25,32,.13) !important;
}
.hero__badges {display:flex;gap:12px;flex-wrap:wrap;margin-top:24px;}
.hero__badges span {
  display:inline-flex;align-items:center;min-height:42px;padding:0 15px;border-radius:999px;
  background:#fff !important;border:1px solid rgba(215,25,32,.12) !important;color:#111 !important;
  font-weight:900;box-shadow:0 10px 24px rgba(0,0,0,.05);
}
.hero-visual {position:relative;}
.hero-visual__photo {
  padding:14px !important;
  border-radius:34px !important;
  background:#fff !important;
  border:1px solid rgba(17,17,17,.08) !important;
  box-shadow:0 26px 60px rgba(0,0,0,.12) !important;
}
.hero-visual__photo img {
  width:100% !important;
  min-height:440px !important;
  max-height:560px !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:24px !important;
}
.hero-card {display:none !important;}
.hero-contact-card {
  position:absolute;left:-22px;bottom:34px;z-index:3;
  display:flex;align-items:center;gap:18px;padding:16px 18px;border-radius:22px;
  background:#fff;color:#111;box-shadow:0 18px 38px rgba(0,0,0,.14);border:1px solid rgba(17,17,17,.06);
}
.hero-contact-card span {display:block;color:#777;font-size:13px;font-weight:800;}
.hero-contact-card strong {display:block;font-size:26px;line-height:1.1;color:#d71920;}
.hero-contact-card a {
  display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border-radius:999px;background:#d71920;color:#fff;font-weight:900;
}
.service-card img,.gallery img,.news-card img {
  width:100% !important;
  object-fit:cover !important;
}
.service-card img {aspect-ratio:4/3 !important;}
.gallery img {aspect-ratio:4/3 !important;}
.float-call {background:linear-gradient(135deg,#ff3a32,#c90f18) !important;}
.float-zalo {background:linear-gradient(135deg,#138bff,#006ce0) !important;}
@media (max-width:1180px){
  .header-zalo {display:none !important;}
  .nav a {font-size:15px !important;padding:10px 12px !important;}
}
@media (max-width:1040px){
  .header__inner {display:flex !important;}
  .nav {
    position:fixed !important;left:16px !important;right:16px !important;top:96px !important;
    display:none !important;flex-direction:column !important;align-items:stretch !important;background:#fff !important;border:1px solid var(--line) !important;
    border-radius:20px !important;padding:10px !important;box-shadow:var(--shadow) !important;
  }
  .nav.open {display:flex !important;}
  .mobile-toggle {display:block !important;}
  .hero__inner {grid-template-columns:1fr !important;min-height:auto !important;gap:34px !important;}
  .hero-visual__photo img {min-height:360px !important;}
}
@media (max-width:760px){
  .topbar__right {display:none !important;}
  .header__inner {height:76px !important;}
  .logo img {height:54px !important;}
  .hero__inner {padding:46px 0 58px !important;}
  .hero h1 {font-size:42px !important;letter-spacing:-1px !important;}
  .hero p,.hero-lead {font-size:17px !important;}
  .hero__cta {display:grid !important;grid-template-columns:1fr !important;}
  .hero-contact-card {position:static !important;margin-top:14px !important;justify-content:space-between !important;}
}
