
:root{
  --bg:#020914;--bg2:#06101d;--panel:#08131f;--panel2:#0a1624;--line:#24405d;
  --blue:#0b7cff;--blue2:#178fff;--text:#f7f9fc;--muted:#aab8c8;--yellow:#ffc600;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
body.modal-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.bmc-shell{width:min(100% - 72px,1440px);margin:0 auto}
.bmc-header{height:74px;background:#010711;border-bottom:1px solid rgba(255,255,255,.04);position:relative;z-index:50}
.bmc-nav{height:74px;display:grid;grid-template-columns:250px 1fr 190px;align-items:center;gap:24px}
.bmc-brand{display:flex;align-items:center;gap:12px}
.bmc-brand-mark{font-weight:950;font-style:italic;font-size:40px;line-height:1;background:linear-gradient(135deg,#3f9dff,#165ee5);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-4px}
.bmc-brand-copy{display:flex;flex-direction:column;line-height:1}
.bmc-brand-copy b{font-size:17px;letter-spacing:.06em}
.bmc-brand-copy small{font-size:10px;letter-spacing:.42em;margin-top:5px;color:#fff}
.bmc-menu{display:flex;align-items:center;justify-content:center;gap:42px;height:100%}
.bmc-menu a{font-size:12px;font-weight:800;white-space:nowrap;position:relative}
.bmc-menu a.active{color:var(--blue2)}
.bmc-menu a.active:after{content:"";position:absolute;height:2px;width:45%;left:27%;bottom:-22px;background:var(--blue2)}
.bmc-head-phone{height:44px;border-radius:5px;background:#096be7;display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px;font-weight:900;box-shadow:0 8px 22px rgba(0,105,231,.25)}
.menu-toggle{display:none}

.bmc-hero{background:#020914;overflow:hidden}
.bmc-hero-grid{height:500px;display:grid;grid-template-columns:44% 56%;position:relative}
.bmc-hero-copy{padding:58px 22px 0 0;z-index:2}
.bmc-hero-copy h1{font-size:48px;line-height:.99;letter-spacing:-2.1px;margin:0 0 14px;font-weight:950}
.bmc-hero-copy h1 i{font-style:normal;color:var(--blue);font-size:.8em}
.bmc-hero-copy h2{font-size:26px;line-height:1.1;margin:0 0 20px;color:#1487ff;font-weight:950;letter-spacing:-.5px}
.bmc-hero-copy>p{max-width:520px;color:#d0d7e0;font-size:15px;line-height:1.7;margin:0 0 24px}
.bmc-hero-photo{position:absolute;right:0;top:0;width:63%;height:100%;background:
linear-gradient(90deg,#020914 0%,rgba(2,9,20,.84) 8%,rgba(2,9,20,.22) 34%,rgba(2,9,20,.04) 64%),
linear-gradient(0deg,rgba(2,9,20,.17),rgba(2,9,20,.02)),
url("images/hero-mainboard.jpg") center/cover no-repeat}
.bmc-hero-actions{display:flex;gap:14px}
.bmc-primary-btn,.bmc-secondary-btn{height:60px;min-width:210px;border-radius:5px;display:flex;align-items:center;justify-content:center;gap:12px}
.bmc-primary-btn{background:linear-gradient(135deg,#128bff,#0967e5)}
.bmc-secondary-btn{border:1px solid #526579;background:rgba(3,10,18,.54)}
.bmc-primary-btn .big{font-size:24px}.bmc-secondary-btn .chat{font-size:25px}
.bmc-primary-btn span:last-child,.bmc-secondary-btn span:last-child{display:flex;flex-direction:column}
.bmc-primary-btn b,.bmc-secondary-btn b{font-size:13px}.bmc-primary-btn small,.bmc-secondary-btn small{font-size:11px;margin-top:2px}
.bmc-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:31px;max-width:620px}
.bmc-trust>div{display:flex;align-items:center;gap:10px}
.bmc-trust>div>span{width:34px;height:34px;min-width:34px;padding:7px;border:2px solid #1387ff;border-radius:50%;color:#1387ff}
.bmc-trust p{margin:0;display:flex;flex-direction:column}.bmc-trust b{font-size:12px}.bmc-trust small{font-size:10px;color:#c7d0da;margin-top:4px}

.bmc-section,.bmc-work,.bmc-reviews{padding:34px 0;background:radial-gradient(circle at 50% 15%,rgba(8,56,98,.16),transparent 48%),#030b16}
.bmc-title{text-align:center;margin-bottom:24px}.bmc-title span{display:block;color:#1487ff;font-size:11px;font-weight:900;letter-spacing:.04em}.bmc-title h2{font-size:27px;margin:7px 0 0;line-height:1.1}
.bmc-title h2:after{content:"";display:block;width:36px;height:2px;background:var(--blue);margin:12px auto 0}
.bmc-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.bmc-service-card{min-height:255px;border:1px solid #34485c;background:linear-gradient(180deg,rgba(9,21,34,.92),rgba(5,14,24,.92));border-radius:5px;padding:24px 22px 16px;text-align:center;display:flex;flex-direction:column;align-items:center}
.bmc-line-icon{color:#1087ff}.bmc-service-card>.bmc-line-icon{width:62px;height:62px;margin-bottom:10px}
.bmc-service-card h3{font-size:15px;margin:8px 0 11px}.bmc-service-card p{font-size:11.5px;line-height:1.6;color:#d3d8de;max-width:260px;margin:0 auto 15px;flex:1}
.bmc-service-card>a{height:39px;min-width:160px;border:1px solid #136fc8;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:16px;font-size:10.5px;font-weight:800}.bmc-service-card>a span{font-size:20px;color:#1487ff}

.bmc-why{padding:0 0 25px;background:#030b16}
.bmc-why>.bmc-shell{border:1px solid #0d58a0;border-radius:5px;background:#06111e}
.bmc-why-label{text-align:center;height:0;transform:translateY(-11px)}.bmc-why-label span{background:#06111e;padding:0 18px;color:#1487ff;font-size:11px;font-weight:900}
.bmc-why-grid{display:grid;grid-template-columns:repeat(5,1fr);padding:26px 18px 18px}
.bmc-why-grid>div{display:flex;align-items:center;gap:13px;padding:0 18px;border-right:1px solid #20364c}.bmc-why-grid>div:last-child{border:0}
.bmc-why-grid .bmc-line-icon{width:43px;height:43px;min-width:43px}
.bmc-why-grid p{display:flex;flex-direction:column;margin:0}.bmc-why-grid b{font-size:12px;color:#1487ff}.bmc-why-grid small{font-size:10.5px;line-height:1.55;color:#d2d9e0;margin-top:4px}

.bmc-process{padding:18px 0 25px;background:#020a14}
.bmc-center-title{text-align:center;font-size:14px;font-weight:950;letter-spacing:.02em;margin-bottom:25px}
.bmc-process-grid{display:grid;grid-template-columns:repeat(5,1fr);position:relative}
.bmc-process-grid:before{content:"";position:absolute;left:8%;right:8%;top:30px;height:1px;background:#155695}
.bmc-step{text-align:center;position:relative;z-index:1;padding:0 20px}
.bmc-step-icon{width:58px;height:58px;margin:0 auto 9px;border-radius:50%;background:linear-gradient(145deg,#168cff,#075bd2);padding:16px;color:#fff;box-shadow:0 0 0 6px #020a14}
.bmc-step>span{display:block;color:#aab9c8;font-size:10px}.bmc-step>b{display:block;font-size:11px;margin:4px 0 5px}.bmc-step p{font-size:10px;line-height:1.55;color:#e2e6ea;margin:0 auto;max-width:165px}

.bmc-work{padding-top:8px}.bmc-work-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.bmc-work-item img{width:100%;aspect-ratio:1.48/1;object-fit:cover;border-radius:4px;border:1px solid #26394c}.bmc-work-item b{display:block;text-align:center;font-size:10px;margin-top:8px}.bmc-work-more{text-align:center;margin-top:18px}.bmc-work-more a{display:inline-flex;align-items:center;gap:14px;height:36px;padding:0 22px;border:1px solid #136fc8;border-radius:4px;font-size:10px;color:#b9d5f2}
.bmc-reviews{padding-top:18px}.bmc-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bmc-review-grid article{min-height:106px;border:1px solid #2d3d4f;background:#08121d;border-radius:4px;padding:15px 20px;display:flex;align-items:center;gap:18px}.bmc-avatar{width:58px;height:58px;border-radius:50%;overflow:hidden;min-width:58px;border:2px solid #dbe4ed}.bmc-avatar img{width:100%;height:100%;object-fit:cover}.bmc-review-copy{min-width:0}.bmc-stars{color:var(--yellow);letter-spacing:2px;font-size:13px}.bmc-review-copy p{font-size:10.5px;line-height:1.5;margin:5px 0;color:#e0e5ea}.bmc-review-copy b{font-size:10px;color:#d9e1e9}

.bmc-footer{background:#030914;border-top:1px solid #1b2a3c}.bmc-footer-grid{display:grid;grid-template-columns:1.2fr 1fr .75fr 1.3fr;gap:48px;padding-top:28px;padding-bottom:27px}.bmc-footer-brand .bmc-brand{margin-bottom:16px}.bmc-footer p{font-size:10.5px;line-height:1.55;color:#c2cbd5;margin:7px 0}.bmc-footer h4{font-size:11px;margin:4px 0 15px}.bmc-socials{display:flex;gap:10px;margin-top:17px}.bmc-socials a{width:27px;height:27px;border-radius:50%;background:#15202b;display:grid;place-items:center;font-size:11px;font-weight:900}.support-link{color:#1587ff;font-size:10px}.bmc-area{position:relative;overflow:hidden}.map-pin{position:absolute;right:20%;top:38%;font-size:50px;line-height:1;color:#0e82ff;text-shadow:0 0 20px rgba(14,130,255,.45)}.bmc-copy{text-align:center;border-top:1px solid #172637;padding:10px 0 12px;color:#93a1b0;font-size:9.5px}

.bmc-side-actions{position:fixed;right:18px;top:40%;z-index:80;display:flex;flex-direction:column;gap:11px}.bmc-side-actions a{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:#0874ed;color:#fff;font-weight:900;font-size:13px;box-shadow:0 10px 20px rgba(0,0,0,.25)}.bmc-side-actions a:last-child{background:#17202a;font-size:20px}
.bmc-bottom-actions{position:fixed;right:20px;bottom:12px;z-index:80;display:flex;gap:0}.bmc-bottom-actions a{height:44px;display:flex;align-items:center;justify-content:center;padding:0 20px;font-size:12px}.bmc-bottom-actions .call{background:#6239e9;border-radius:25px 0 0 25px;gap:8px}.bmc-bottom-actions .zalo{background:#0874ed;border-radius:0 25px 25px 0;min-width:82px}

.bmc-modal{position:fixed;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(6px);z-index:9999;display:none;align-items:center;justify-content:center;padding:24px}.bmc-modal.is-open{display:flex}.bmc-modal-card{position:relative;width:min(920px,100%);max-height:90vh;overflow:auto;background:#08131f;border:1px solid #2e4c68;border-radius:10px;padding:28px}.bmc-modal-close{position:absolute;right:14px;top:10px;border:0;background:transparent;color:#fff;font-size:30px;cursor:pointer}.pricing-controls,.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pricing-controls label,.booking-form label{font-size:12px;color:#cbd5df}.pricing-controls select,.booking-form input,.booking-form select,.booking-form textarea{width:100%;margin-top:7px;background:#0c1a28;border:1px solid #36516c;color:#fff;border-radius:5px;padding:12px}.booking-form textarea{min-height:90px}.booking-form .full{grid-column:1/-1}.pricing-result{margin-top:18px;border:1px solid #294762;background:#07111d;border-radius:6px;padding:18px;display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center}.price-label,.price-block small{font-size:10px;color:#1487ff}.price-block strong{display:block;color:#fff;font-size:22px;margin-top:4px}.bmc-primary-simple,.bmc-zalo-simple{border:0;border-radius:5px;height:44px;padding:0 20px;font-weight:900;color:#fff;cursor:pointer}.bmc-primary-simple{background:#0877ed}.bmc-zalo-simple{background:#0a84ff}.booking-actions{display:flex;gap:10px;margin-top:18px}.form-message{font-size:12px;color:#bcd0e4}

@media(max-width:1100px){
  .bmc-shell{width:min(100% - 40px,1000px)}
  .bmc-nav{grid-template-columns:220px 1fr 150px}.bmc-menu{gap:20px}.bmc-head-phone{font-size:11px}
  .bmc-hero-grid{height:470px;grid-template-columns:48% 52%}.bmc-hero-copy h1{font-size:41px}.bmc-hero-copy h2{font-size:22px}.bmc-hero-photo{width:58%}
  .bmc-why-grid{grid-template-columns:repeat(3,1fr);row-gap:20px}.bmc-why-grid>div{border-right:0}
  .bmc-work-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:820px){
  .bmc-shell{width:min(100% - 28px,760px)}
  .bmc-header,.bmc-nav{height:64px}.bmc-nav{grid-template-columns:1fr auto auto}.bmc-brand-mark{font-size:34px}.bmc-brand-copy b{font-size:14px}.bmc-brand-copy small{font-size:8px}
  .menu-toggle{display:block;background:transparent;border:1px solid #30465d;color:#fff;width:38px;height:38px;border-radius:4px}.bmc-menu{display:none}.bmc-head-phone{min-width:46px;width:46px;overflow:hidden;font-size:0}.bmc-head-phone span{font-size:18px}
  .bmc-hero-grid{height:auto;display:block;padding-bottom:0}.bmc-hero-copy{padding:34px 0 25px}.bmc-hero-copy h1{font-size:39px;max-width:520px}.bmc-hero-copy h2{font-size:22px;max-width:520px}.bmc-hero-copy>p{max-width:520px}.bmc-hero-photo{position:relative;width:calc(100% + 28px);height:310px;margin-left:-14px;background-position:center}
  .bmc-hero-actions{max-width:520px}.bmc-trust{max-width:520px}
  .bmc-service-grid{grid-template-columns:1fr 1fr}.bmc-why-grid{grid-template-columns:1fr 1fr}.bmc-process-grid{grid-template-columns:1fr 1fr;gap:26px}.bmc-process-grid:before{display:none}.bmc-step:last-child{grid-column:1/-1}
  .bmc-review-grid{grid-template-columns:1fr}.bmc-footer-grid{grid-template-columns:1fr 1fr}.bmc-bottom-actions{right:10px}.pricing-result{grid-template-columns:1fr}.bmc-side-actions{display:none}
}
@media(max-width:520px){
  .bmc-shell{width:min(100% - 24px,480px)}
  .bmc-hero-copy h1{font-size:34px}.bmc-hero-copy h2{font-size:19px}.bmc-hero-actions{display:grid;grid-template-columns:1fr}.bmc-primary-btn,.bmc-secondary-btn{width:100%;min-width:0}.bmc-trust{grid-template-columns:1fr 1fr 1fr;gap:8px}.bmc-trust>div{flex-direction:column;text-align:center}.bmc-trust b{font-size:10px}.bmc-trust small{font-size:8.5px}.bmc-hero-photo{height:270px}
  .bmc-title h2{font-size:23px}.bmc-service-grid{grid-template-columns:1fr}.bmc-service-card{min-height:225px}.bmc-why-grid{grid-template-columns:1fr}.bmc-process-grid{grid-template-columns:1fr}.bmc-step:last-child{grid-column:auto}.bmc-work-grid{grid-template-columns:1fr 1fr}.bmc-footer-grid{grid-template-columns:1fr;gap:24px}.bmc-bottom-actions{left:12px;right:12px}.bmc-bottom-actions a{flex:1}.pricing-controls,.two-col{grid-template-columns:1fr}.booking-form .full{grid-column:auto}
}


/* ===== 4.1 - Review thật / Cam kết thật, bỏ avatar demo ===== */
.bmc-review-real article{
  min-height:120px !important;
  align-items:flex-start !important;
  padding:18px 20px !important;
}
.bmc-avatar-initial{
  display:grid !important;
  place-items:center !important;
  background:linear-gradient(145deg,#0f7ff0,#074da8) !important;
  border:1px solid #2e8ce7 !important;
  color:#fff !important;
  font-size:22px !important;
  font-weight:950 !important;
  text-transform:uppercase;
}
.bmc-review-top{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.bmc-verified{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:0 8px;
  border-radius:999px;
  background:rgba(11,124,255,.10);
  border:1px solid rgba(11,124,255,.42);
  color:#49a5ff;
  font-size:9px;
  font-weight:900;
}
.bmc-review-meta{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.bmc-review-meta b{
  font-size:10.5px !important;
  color:#fff !important;
}
.bmc-review-meta small{
  font-size:9px;
  color:#7f96ad;
}
.bmc-review-meta small:before{
  content:"•";
  margin-right:8px;
  color:#355574;
}

.bmc-commit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.bmc-commit-grid article{
  min-height:150px;
  padding:22px 24px;
  border:1px solid #2d435a;
  background:
    radial-gradient(circle at 12% 5%,rgba(17,126,245,.11),transparent 34%),
    linear-gradient(180deg,#091522,#06101b);
  border-radius:5px;
  display:grid;
  grid-template-columns:52px 1fr;
  grid-template-rows:auto 1fr;
  column-gap:16px;
  align-items:start;
}
.bmc-commit-icon{
  grid-row:1/3;
  width:50px;
  height:50px;
  padding:9px;
  color:#168cff;
}
.bmc-commit-grid h3{
  margin:4px 0 8px;
  font-size:13px;
  color:#fff;
  letter-spacing:.02em;
}
.bmc-commit-grid p{
  margin:0;
  font-size:10.5px;
  line-height:1.6;
  color:#c9d2dc;
}

@media(max-width:820px){
  .bmc-commit-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:520px){
  .bmc-commit-grid article{
    grid-template-columns:44px 1fr;
    padding:18px;
  }
  .bmc-commit-icon{
    width:42px;
    height:42px;
    padding:7px;
  }
}


/* ===== 4.2 - Bấm thẻ dịch vụ để đặt lịch ===== */
.bmc-booking-card{
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.bmc-booking-card:hover,
.bmc-booking-card:focus-visible{
  transform:translateY(-4px);
  border-color:#168cff !important;
  background:linear-gradient(180deg,#0b1a2a,#071421) !important;
  box-shadow:0 12px 28px rgba(0,0,0,.25),0 0 0 1px rgba(22,140,255,.12);
  outline:none;
}
.bmc-booking-card:hover .bmc-line-icon{
  filter:drop-shadow(0 0 8px rgba(22,140,255,.35));
}
.bmc-service-book-btn{
  height:39px;
  min-width:160px;
  border:1px solid #136fc8;
  border-radius:4px;
  background:transparent;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  font-size:10.5px;
  font-weight:800;
  cursor:pointer;
}
.bmc-service-book-btn span{
  font-size:20px;
  color:#1487ff;
}

/* 4.3 */
.bmc-step-icon svg{stroke-width:3;filter:drop-shadow(0 1px 1px rgba(0,0,0,.18))}


/* ===== 4.4 - Công việc bằng icon + đặt lịch thông minh ===== */
.bmc-work-grid{align-items:stretch}
.bmc-work-icon-card{
  min-height:155px;
  border:1px solid #29435d;
  border-radius:5px;
  background:
    radial-gradient(circle at 50% 18%,rgba(15,126,244,.13),transparent 42%),
    linear-gradient(180deg,#091522,#06101a);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:18px 12px;
  text-align:center;
  transition:.18s ease;
}
.bmc-work-icon-card:hover{
  border-color:#168cff;
  transform:translateY(-3px);
  background:
    radial-gradient(circle at 50% 18%,rgba(15,126,244,.20),transparent 45%),
    linear-gradient(180deg,#0b1a2a,#07131f);
}
.bmc-work-icon{
  width:55px;
  height:55px;
  color:#168cff;
  margin-bottom:12px;
  filter:drop-shadow(0 0 8px rgba(22,140,255,.18));
}
.bmc-work-icon-card b{
  margin:0 !important;
  font-size:11px !important;
  color:#fff;
  line-height:1.25;
}
.bmc-work-icon-card small{
  display:block;
  margin-top:6px;
  color:#8397aa;
  font-size:9px;
  line-height:1.3;
}
.booking-form select#bookingModel{min-height:44px}
@media(max-width:520px){
  .bmc-work-icon-card{min-height:140px}
}

/* ===== 4.5 - Báo giá cân đối ===== */
#pricing .pricing-result{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:22px;align-items:center}
#pricing .price-block{min-width:150px;text-align:center}
#pricing .price-block strong{display:block;font-size:26px;line-height:1.1;white-space:nowrap}
#pricing #priceMeta{max-width:620px}
@media(max-width:760px){#pricing .pricing-result{grid-template-columns:1fr;gap:14px}#pricing .price-block{text-align:left}#pricing .bmc-primary-simple{width:100%}}


/* ===== 4.7 - Ảnh công việc thật + icon social rõ ràng ===== */
.bmc-work-icon-card.has-photo{
  padding:0 0 12px;
  overflow:hidden;
  justify-content:flex-start;
}
.bmc-work-photo{
  width:100%;
  margin-bottom:11px;
}
.bmc-work-photo img{
  display:block;
  width:100%;
  aspect-ratio:1.48/1;
  object-fit:cover;
  border:0;
  border-radius:0;
}
.bmc-work-icon-card.has-photo b,
.bmc-work-icon-card.has-photo small{
  padding-left:8px;
  padding-right:8px;
}
.bmc-socials a svg,
.bmc-side-actions a svg,
.bmc-bottom-actions a svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.bmc-socials a{
  color:#fff;
}
.bmc-socials a[aria-label="Zalo"]{
  background:#0b75e5;
}
.bmc-socials a[aria-label="TikTok"]{
  background:#111923;
}
.bmc-mini-social{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
}
.bmc-mini-social svg{
  width:23px !important;
  height:23px !important;
}
.bmc-bottom-zalo-icon{
  display:inline-grid;
  place-items:center;
  margin-right:6px;
}
.bmc-bottom-zalo-icon svg{
  width:20px !important;
  height:20px !important;
}


/* ===== 4.8 - Bài Fix lỗi / SEO ===== */
.bmc-fix-single,.bmc-fix-archive{background:#06101a;color:#dfe9f2;min-height:70vh}
.bmc-fix-article{width:min(100% - 32px,920px);margin:0 auto;padding:42px 0 70px}
.bmc-fix-breadcrumb{display:flex;gap:8px;flex-wrap:wrap;font-size:12px;color:#7890a5;margin-bottom:26px}
.bmc-fix-breadcrumb a{color:#75baff;text-decoration:none}
.bmc-fix-header h1{font-size:clamp(30px,5vw,48px);line-height:1.12;color:#fff;margin:10px 0 12px}
.bmc-fix-cat{display:inline-block;padding:6px 10px;border:1px solid #168cff;color:#69b4ff;border-radius:999px;font-size:11px;font-weight:700}
.bmc-fix-meta{display:flex;gap:18px;flex-wrap:wrap;color:#8095a8;font-size:12px;margin-bottom:24px}
.bmc-fix-cover img{display:block;width:100%;max-height:520px;object-fit:cover;border-radius:14px;border:1px solid #1c3650}
.bmc-fix-content{font-size:17px;line-height:1.78;padding-top:28px}
.bmc-fix-content h2,.bmc-fix-content h3{color:#fff;line-height:1.25;margin-top:34px}
.bmc-fix-content h2{font-size:28px}
.bmc-fix-content h3{font-size:21px}
.bmc-fix-content a{color:#4aa5ff}
.bmc-fix-content img{max-width:100%;height:auto;border-radius:10px}
.bmc-fix-content pre,.bmc-fix-content code{background:#0b1b2b;border:1px solid #1f3b55;border-radius:7px}
.bmc-fix-content pre{padding:14px;overflow:auto}
.bmc-fix-content blockquote{border-left:3px solid #168cff;margin-left:0;padding:8px 16px;background:#091827}
.bmc-fix-help{margin-top:44px;border:1px solid #1e527d;background:linear-gradient(135deg,#091c2e,#07121d);border-radius:14px;padding:24px;display:flex;justify-content:space-between;gap:24px;align-items:center}
.bmc-fix-help small{color:#4aa5ff;font-weight:800}
.bmc-fix-help h2{color:#fff;margin:5px 0}
.bmc-fix-help p{margin:0;color:#8da1b2}
.bmc-fix-help-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.bmc-fix-help-actions a,.bmc-fix-help-actions button{border:0;border-radius:8px;padding:11px 14px;font-weight:700;text-decoration:none;cursor:pointer}
.bmc-fix-call,.bmc-fix-help-actions button{background:#168cff;color:#fff}
.bmc-fix-zalo{background:#0b75e5;color:#fff}
.bmc-fix-hero{padding:56px 0 42px;background:radial-gradient(circle at 70% 20%,rgba(22,140,255,.13),transparent 45%)}
.bmc-fix-hero small{color:#168cff;font-weight:800}
.bmc-fix-hero h1{font-size:clamp(32px,5vw,52px);color:#fff;margin:8px 0 10px}
.bmc-fix-hero p{color:#8ca2b5;font-size:17px}
.bmc-fix-list{padding-top:28px;padding-bottom:70px}
.bmc-fix-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.bmc-fix-card{border:1px solid #1d344a;border-radius:12px;overflow:hidden;background:#081522}
.bmc-fix-thumb{display:block;background:#0a1c2d}
.bmc-fix-thumb img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}
.bmc-fix-thumb-placeholder{aspect-ratio:16/10;display:grid;place-items:center;color:#168cff;font-size:34px;font-weight:900}
.bmc-fix-card-body{padding:16px}
.bmc-fix-card-body small{color:#71879a}
.bmc-fix-card h2{font-size:18px;line-height:1.3;margin:8px 0}
.bmc-fix-card h2 a{color:#fff;text-decoration:none}
.bmc-fix-card p{color:#8da0b1;line-height:1.55;font-size:13px}
.bmc-fix-read{color:#4aa5ff;text-decoration:none;font-weight:700;font-size:13px}
.bmc-fix-pagination{margin-top:28px}
.bmc-fix-pagination a,.bmc-fix-pagination span{display:inline-block;padding:8px 11px;border:1px solid #25445f;color:#fff;text-decoration:none;margin-right:4px}
@media(max-width:900px){.bmc-fix-grid{grid-template-columns:1fr 1fr}.bmc-fix-help{align-items:flex-start;flex-direction:column}.bmc-fix-help-actions{justify-content:flex-start}}
@media(max-width:560px){.bmc-fix-grid{grid-template-columns:1fr}.bmc-fix-article{padding-top:28px}.bmc-fix-content{font-size:16px}.bmc-fix-help-actions{width:100%}.bmc-fix-help-actions a,.bmc-fix-help-actions button{flex:1;text-align:center}}

/* ===== 5.0 - Fix lỗi hiện ngay trang chủ ===== */
.bmc-fix-home{padding:68px 0;background:#07121d;border-top:1px solid #14283a}
.bmc-fix-home .bmc-section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:25px}
.bmc-fix-home .bmc-section-head small{color:#168cff;font-weight:800}
.bmc-fix-home .bmc-section-head h2{color:#fff;font-size:34px;margin:5px 0}
.bmc-fix-home .bmc-section-head p{color:#7f96aa;margin:0}
.bmc-fix-all{color:#57adff;text-decoration:none;font-weight:800;font-size:13px}
.bmc-fix-home-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.bmc-fix-home-card{background:#091827;border:1px solid #1b354d;border-radius:12px;overflow:hidden}
.bmc-fix-home-thumb{display:grid;place-items:center;aspect-ratio:16/9;background:#0b2033;text-decoration:none;color:#168cff;font-size:32px;font-weight:900}
.bmc-fix-home-thumb img{width:100%;height:100%;object-fit:cover}
.bmc-fix-home-card>div{padding:15px}
.bmc-fix-home-card small{color:#71879a}
.bmc-fix-home-card h3{font-size:18px;line-height:1.3;margin:7px 0}
.bmc-fix-home-card h3 a{color:#fff;text-decoration:none}
.bmc-fix-home-card p{color:#8499ab;font-size:13px;line-height:1.55}
.bmc-fix-home-card>div>a{color:#4aa5ff;text-decoration:none;font-weight:700;font-size:13px}
.bmc-fix-home-empty{grid-column:1/-1;border:1px dashed #24557d;border-radius:12px;padding:32px;text-align:center;text-decoration:none}
.bmc-fix-home-empty strong,.bmc-fix-home-empty span{display:block}
.bmc-fix-home-empty strong{color:#fff;font-size:20px}.bmc-fix-home-empty span{color:#7f96aa;margin-top:6px}
@media(max-width:850px){.bmc-fix-home-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.bmc-fix-home-grid{grid-template-columns:1fr}.bmc-fix-home .bmc-section-head{align-items:flex-start;flex-direction:column}}

/* ===== 5.1 - Liên hệ / đặt lịch ===== */
.bmc-nav-booking{cursor:pointer}
.bmc-booking-zalo-note{color:#8399ac;line-height:1.55;margin:4px 0 18px;font-size:13px}


/* ===== 5.2 - Local SEO Nạp mực máy in ===== */
.bmc-local-seo-strip{padding:22px 0;background:#081827;border-top:1px solid #1a344b;border-bottom:1px solid #1a344b}
.bmc-local-seo-strip .bmc-shell{display:flex;justify-content:space-between;gap:20px;align-items:center}
.bmc-local-seo-strip small{display:block;color:#168cff;font-weight:800;margin-bottom:4px}
.bmc-local-seo-strip b{font-size:20px;color:#fff}
.bmc-local-seo-strip a{color:#55adff;text-decoration:none;font-weight:800}

.bmc-toner-seo{background:#06101a;color:#d9e5ef}
.bmc-toner-hero{padding:72px 0;background:radial-gradient(circle at 75% 30%,rgba(0,122,255,.18),transparent 40%),#06101a}
.bmc-toner-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:42px;align-items:center}
.bmc-toner-hero small,.bmc-toner-faq small{color:#168cff;font-weight:900;letter-spacing:.06em}
.bmc-toner-hero h1{font-size:clamp(38px,6vw,62px);line-height:1.02;color:#fff;margin:10px 0 18px}
.bmc-toner-hero h1 span{color:#168cff}
.bmc-toner-hero p{color:#93a7b8;font-size:17px;line-height:1.65;max-width:680px}
.bmc-toner-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.bmc-toner-actions a,.bmc-toner-actions button{padding:13px 18px;border-radius:8px;border:0;text-decoration:none;font-weight:800;cursor:pointer}
.bmc-toner-actions button{background:#168cff;color:#fff}
.bmc-toner-actions a{background:#0b75e5;color:#fff}
.bmc-toner-pricebox{background:#091827;border:1px solid #21435f;border-radius:16px;padding:22px}
.bmc-toner-pricebox>small{color:#168cff;font-weight:900}
.bmc-toner-pricebox>div{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #1c3448}
.bmc-toner-pricebox b{color:#fff}
.bmc-toner-pricebox p{font-size:12px;margin-bottom:0}
.bmc-toner-content{display:grid;grid-template-columns:1fr 300px;gap:42px;padding-top:54px;padding-bottom:64px}
.bmc-toner-content article{font-size:17px;line-height:1.78}
.bmc-toner-content article h2{font-size:28px;color:#fff;margin-top:32px}
.bmc-toner-content article li{margin:8px 0}
.bmc-toner-side>div{position:sticky;top:100px;background:#091827;border:1px solid #1f3d56;border-radius:14px;padding:20px}
.bmc-toner-side small{color:#168cff;font-weight:900}
.bmc-toner-side h3{color:#fff;font-size:23px;margin:6px 0 8px}
.bmc-toner-side p{color:#8298aa;line-height:1.55}
.bmc-toner-side a,.bmc-toner-side button{display:block;width:100%;box-sizing:border-box;text-align:center;padding:11px 12px;border-radius:8px;margin-top:9px;text-decoration:none;font-weight:800;border:0;cursor:pointer;background:#168cff;color:#fff}
.bmc-toner-side a:nth-of-type(2){background:#0b75e5}
.bmc-toner-faq{padding:58px 0 70px;background:#081522;border-top:1px solid #173049}
.bmc-toner-faq h2{color:#fff;font-size:32px;margin:8px 0 24px}
.bmc-toner-faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.bmc-toner-faq-grid>div{background:#091827;border:1px solid #1c364d;border-radius:12px;padding:18px}
.bmc-toner-faq-grid b{color:#fff}
.bmc-toner-faq-grid p{color:#879caf;line-height:1.55;font-size:14px}
@media(max-width:850px){
  .bmc-toner-hero-grid,.bmc-toner-content{grid-template-columns:1fr}
  .bmc-toner-faq-grid{grid-template-columns:1fr}
  .bmc-toner-side>div{position:static}
}
@media(max-width:600px){
  .bmc-local-seo-strip .bmc-shell{align-items:flex-start;flex-direction:column}
  .bmc-toner-hero{padding:46px 0}
  .bmc-toner-hero h1{font-size:38px}
}


/* ===== 5.3 - SEO toàn bộ dịch vụ ===== */
.bmc-seo-services-home{padding:62px 0;background:#06101a;border-top:1px solid #132b40}
.bmc-seo-services-home .bmc-section-head small{color:#168cff;font-weight:900}
.bmc-seo-services-home .bmc-section-head h2{font-size:34px;color:#fff;margin:6px 0}
.bmc-seo-services-home .bmc-section-head p{color:#8399aa}
.bmc-seo-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}
.bmc-seo-services-grid a{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:17px;background:#091827;border:1px solid #1b354d;border-radius:10px;text-decoration:none}
.bmc-seo-services-grid b{color:#fff}.bmc-seo-services-grid span{color:#4aa5ff;font-size:12px;text-align:right}

.bmc-service-seo-page{background:#06101a;color:#dce8f2}
.bmc-service-seo-hero{padding:70px 0;background:radial-gradient(circle at 75% 20%,rgba(22,140,255,.16),transparent 40%)}
.bmc-service-seo-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:42px;align-items:center}
.bmc-service-seo-hero small,.bmc-service-seo-price small,.bmc-service-seo-content aside small{color:#168cff;font-weight:900}
.bmc-service-seo-hero h1{font-size:clamp(38px,6vw,60px);line-height:1.02;color:#fff;margin:10px 0 15px}
.bmc-service-seo-hero p{color:#8fa4b6;font-size:17px;line-height:1.65}
.bmc-service-seo-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.bmc-service-seo-actions a,.bmc-service-seo-actions button{padding:12px 17px;border-radius:8px;border:0;text-decoration:none;font-weight:800;cursor:pointer;color:#fff;background:#168cff}
.bmc-service-seo-actions a{background:#0b75e5}
.bmc-service-seo-price{background:#091827;border:1px solid #21425e;border-radius:15px;padding:23px}
.bmc-service-seo-price strong{display:block;color:#fff;font-size:28px;margin:8px 0 10px}
.bmc-service-seo-price p{font-size:13px;color:#8398aa;line-height:1.55}
.bmc-service-seo-content{display:grid;grid-template-columns:1fr 300px;gap:42px;padding-top:52px;padding-bottom:68px}
.bmc-service-seo-content article{font-size:17px;line-height:1.78}
.bmc-service-seo-content article h2{color:#fff;font-size:28px;margin-top:30px}
.bmc-service-seo-content aside>div{position:sticky;top:100px;background:#091827;border:1px solid #1e3c55;border-radius:13px;padding:20px}
.bmc-service-seo-content aside h3{color:#fff;font-size:23px;margin:6px 0}
.bmc-service-seo-content aside p{color:#859aac;line-height:1.55}
.bmc-service-seo-content aside a,.bmc-service-seo-content aside button{display:block;width:100%;box-sizing:border-box;text-align:center;padding:11px;border:0;border-radius:8px;margin-top:9px;text-decoration:none;font-weight:800;background:#168cff;color:#fff;cursor:pointer}
.bmc-service-seo-content aside a:nth-of-type(2){background:#0b75e5}
@media(max-width:900px){.bmc-seo-services-grid{grid-template-columns:1fr 1fr}.bmc-service-seo-grid,.bmc-service-seo-content{grid-template-columns:1fr}.bmc-service-seo-content aside>div{position:static}}
@media(max-width:560px){.bmc-seo-services-grid{grid-template-columns:1fr}.bmc-service-seo-hero{padding:46px 0}}


/* ===== 5.4 - Zalo / TikTok brand icons ===== */
.bmc-brand-icon{
  display:inline-flex;
  width:30px;
  height:30px;
  flex:0 0 30px;
  vertical-align:middle;
  align-items:center;
  justify-content:center;
}
.bmc-brand-icon svg{
  display:block;
  width:100%;
  height:100%;
}
.bmc-footer-socials a,
.bmc-socials a,
.bmc-footer a[href*="zalo.me"],
.bmc-footer a[href*="tiktok.com"]{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.bmc-float-zalo,
a[class*="float"][href*="zalo.me"],
.bmc-floating-contact a[href*="zalo.me"]{
  display:flex!important;
  align-items:center;
  justify-content:center;
  gap:7px;
}
.bmc-float-zalo .bmc-brand-icon,
a[class*="float"][href*="zalo.me"] .bmc-brand-icon,
.bmc-floating-contact a[href*="zalo.me"] .bmc-brand-icon{
  width:42px;
  height:42px;
  flex-basis:42px;
}
.bmc-float-label{
  font-weight:800;
}
.bmc-toner-actions a[href*="zalo.me"],
.bmc-service-seo-actions a[href*="zalo.me"],
.bmc-toner-side a[href*="zalo.me"],
.bmc-service-seo-content aside a[href*="zalo.me"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.bmc-toner-actions .bmc-brand-icon,
.bmc-service-seo-actions .bmc-brand-icon,
.bmc-toner-side .bmc-brand-icon,
.bmc-service-seo-content aside .bmc-brand-icon{
  width:24px;
  height:24px;
  flex-basis:24px;
}
@media(max-width:600px){
  .bmc-float-label{display:none}
}

/* ===== 5.5 - TikTok dễ nhìn thấy ===== */
.bmc-tiktok-visible{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:16px;
  padding:9px 13px;
  background:#000;
  border:1px solid #2c4052;
  border-radius:10px;
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:0 8px 24px rgba(0,0,0,.24);
}
.bmc-tiktok-visible:hover{
  transform:translateY(-1px);
  border-color:#25f4ee;
}
.bmc-tiktok-visible .bmc-brand-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;
}
.bmc-tiktok-visible span{
  display:flex;
  flex-direction:column;
  line-height:1.15;
}
.bmc-tiktok-visible b{
  font-size:15px;
  color:#fff;
}
.bmc-tiktok-visible small{
  margin-top:3px;
  color:#aebdca;
  font-size:11px;
}
@media(max-width:600px){
  .bmc-tiktok-visible{
    width:max-content;
    max-width:100%;
  }
}

/* ===== 5.6 - QR + chia sẻ website ===== */
.bmc-share-box{
  max-width:1180px;
  margin:28px auto 6px;
  padding:20px;
  display:flex;
  align-items:center;
  gap:20px;
  background:#081827;
  border:1px solid #1c3a53;
  border-radius:14px;
}
.bmc-share-qr{
  flex:0 0 132px;
  background:#fff;
  border-radius:12px;
  padding:9px;
  box-sizing:border-box;
}
.bmc-qr-canvas img{
  display:block;
  width:114px;
  height:114px;
  object-fit:contain;
}
.bmc-share-copy small{
  display:block;
  color:#168cff;
  font-weight:900;
  letter-spacing:.05em;
  margin-bottom:4px;
}
.bmc-share-copy b{
  display:block;
  color:#fff;
  font-size:21px;
}
.bmc-share-copy p{
  color:#8499aa;
  margin:6px 0 12px;
  line-height:1.5;
}
.bmc-share-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.bmc-share-actions button{
  border:0;
  border-radius:8px;
  padding:10px 13px;
  font-weight:800;
  cursor:pointer;
  background:#168cff;
  color:#fff;
}
.bmc-share-actions button+button{
  background:#102a3e;
  border:1px solid #284a63;
}
#bmcShareStatus{
  display:block;
  min-height:18px;
  margin-top:7px;
  color:#6ec0ff;
  font-size:12px;
}
@media(max-width:600px){
  .bmc-share-box{
    margin:22px 14px 6px;
    align-items:flex-start;
  }
  .bmc-share-qr{flex-basis:104px}
  .bmc-qr-canvas img{width:86px;height:86px}
  .bmc-share-copy b{font-size:17px}
  .bmc-share-copy p{font-size:12px}
}

/* ===== 5.7 - Social icons gọn ===== */
.bmc-tiktok-visible{display:none!important}
.bmc-footer-socials,
.bmc-socials{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
}
.bmc-footer-socials a,
.bmc-socials a{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:5px;
  width:auto;
  min-width:0;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.bmc-footer-socials .bmc-brand-icon,
.bmc-socials .bmc-brand-icon{
  width:28px!important;
  height:28px!important;
  flex:0 0 28px!important;
}
.bmc-footer-socials a span:not(.bmc-brand-icon),
.bmc-socials a span:not(.bmc-brand-icon){
  font-size:13px;
}

/* ===== 5.8 - Bỏ QR ===== */
.bmc-share-box,.bmc-share-qr,.bmc-qr-canvas{display:none!important}

/* ===== 5.9 - Form đặt lịch mobile gọn, tiếng Việt rõ ===== */
#booking .booking-modal-card{
  max-width:760px;
  width:min(92vw,760px);
}
#booking .booking-form label{
  color:#c8d3dd;
  font-size:15px;
  font-weight:600;
}
#booking .booking-form input,
#booking .booking-form select,
#booking .booking-form textarea{
  width:100%;
  min-width:0;
  box-sizing:border-box;
  font-size:16px;
  line-height:1.35;
}
#booking .booking-form select{
  min-height:52px;
}
#booking .booking-actions .bmc-primary-simple{
  width:100%;
  min-height:52px;
}
@media(max-width:640px){
  #booking{
    align-items:flex-start;
    overflow-y:auto;
    padding:18px 10px;
  }
  #booking .booking-modal-card{
    width:100%;
    max-width:none;
    margin:0;
    padding:24px 18px 20px;
    max-height:none;
    border-radius:14px;
  }
  #booking .bmc-title h2{
    font-size:27px;
    line-height:1.12;
  }
  #booking .two-col{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
  }
  #booking .booking-form input,
  #booking .booking-form select{
    min-height:52px;
  }
  #booking .booking-form textarea{
    min-height:110px;
  }
}

/* =========================================================
   6.0 - RESPONSIVE AUDIT: Desktop + Tablet + Mobile
   ========================================================= */

/* Global safety */
html,body{max-width:100%;overflow-x:hidden}
*,*:before,*:after{box-sizing:border-box}
img,svg,video{max-width:100%;height:auto}
.bmc-shell{width:min(1180px,calc(100% - 40px));margin-left:auto;margin-right:auto}

/* Header desktop */
.bmc-header{position:relative;z-index:50}
.bmc-header .bmc-shell{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.bmc-brand{display:flex;align-items:center;gap:12px;min-width:230px}
.bmc-brand img,.bmc-logo img{max-height:52px;width:auto}
.bmc-nav{display:flex;align-items:center;justify-content:center;gap:22px;flex:1}
.bmc-nav a{white-space:nowrap}
.bmc-header-phone,.bmc-phone-btn,.bmc-mobile-call{flex:0 0 auto}

/* Hero desktop */
.bmc-hero .bmc-shell,
.hero .bmc-shell{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);
  align-items:center;
  gap:48px;
}
.bmc-hero-copy,.hero-copy{min-width:0}
.bmc-hero h1,.hero h1{
  max-width:720px;
  text-wrap:balance;
}
.bmc-hero-media,.hero-media{min-width:0}
.bmc-hero-media img,.hero-media img{
  width:100%;
  display:block;
  object-fit:cover;
}

/* CTA groups: prevent giant stretch */
.bmc-hero-actions,
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:stretch;
}
.bmc-hero-actions>a,
.bmc-hero-actions>button,
.hero-actions>a,
.hero-actions>button{
  width:auto;
  min-width:190px;
  max-width:320px;
  flex:0 0 auto;
}
.bmc-hero-actions .bmc-brand-icon,
.hero-actions .bmc-brand-icon{
  width:24px!important;
  height:24px!important;
  flex-basis:24px!important;
}

/* Trust / benefit row */
.bmc-trust,.bmc-hero-trust,.hero-trust{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.bmc-trust>*,
.bmc-hero-trust>*,
.hero-trust>*{min-width:0}

/* Cards/grids */
.bmc-services-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.bmc-seo-services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.bmc-toner-faq-grid{grid-template-columns:repeat(3,minmax(0,1fr))}

/* Modals */
.bmc-modal{
  padding:24px;
}
.bmc-modal-card{
  width:min(860px,calc(100vw - 48px));
  max-height:calc(100dvh - 48px);
  overflow:auto;
}

/* Floating actions */
.bmc-floating-contact,
.bmc-float-actions,
.bmc-floating-actions{
  z-index:70;
}
.bmc-floating-contact a[href*="zalo.me"],
.bmc-float-zalo{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  padding:0!important;
  border-radius:50%!important;
}
.bmc-floating-contact .bmc-float-label,
.bmc-float-zalo .bmc-float-label{display:none!important}

/* Remove any legacy full-width sticky call bar on small screens */
.bmc-mobile-bottom-call,
.bmc-sticky-call,
.bmc-bottom-call,
a[class*="bottom"][href^="tel:"],
div[class*="bottom"] a[href^="tel:"]{
  max-width:none;
}

/* Tablet */
@media(max-width:1024px){
  .bmc-shell{width:min(100% - 32px,960px)}
  .bmc-nav{gap:14px}
  .bmc-nav a{font-size:13px}
  .bmc-hero .bmc-shell,.hero .bmc-shell{
    grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);
    gap:32px;
  }
  .bmc-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Mobile */
@media(max-width:768px){
  body{padding-bottom:0!important}
  .bmc-shell{width:calc(100% - 32px)}

  /* Header */
  .bmc-header .bmc-shell{
    min-height:70px;
    gap:10px;
  }
  .bmc-brand{min-width:0;flex:1}
  .bmc-brand img,.bmc-logo img{max-height:42px}
  .bmc-brand-text strong{font-size:17px!important;line-height:1.05}
  .bmc-brand-text span{font-size:10px!important;letter-spacing:.18em}
  .bmc-nav{
    display:none!important;
  }
  .bmc-menu-toggle,.menu-toggle,.bmc-mobile-menu-toggle{
    display:inline-flex!important;
    width:48px!important;
    height:48px!important;
    align-items:center;
    justify-content:center;
    flex:0 0 48px;
  }
  .bmc-header-phone,.bmc-phone-btn,.bmc-mobile-call{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    padding:0!important;
    border-radius:8px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden;
    font-size:0!important;
  }
  .bmc-header-phone svg,.bmc-phone-btn svg,.bmc-mobile-call svg{
    width:22px!important;height:22px!important
  }

  /* Hero - image below text, never overlapped */
  .bmc-hero,.hero{padding-top:44px!important}
  .bmc-hero .bmc-shell,.hero .bmc-shell{
    display:flex!important;
    flex-direction:column!important;
    gap:28px!important;
  }
  .bmc-hero-copy,.hero-copy{width:100%;order:1}
  .bmc-hero-media,.hero-media{width:100%;order:2}
  .bmc-hero h1,.hero h1{
    font-size:clamp(38px,10.5vw,54px)!important;
    line-height:.98!important;
    letter-spacing:-.03em;
    margin-top:0!important;
    max-width:100%;
  }
  .bmc-hero h2,.hero h2{
    font-size:clamp(24px,7vw,34px)!important;
    line-height:1.08!important
  }
  .bmc-hero p,.hero p{
    font-size:16px!important;
    line-height:1.65!important;
  }

  /* CTA full width but normal height */
  .bmc-hero-actions,.hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .bmc-hero-actions>a,
  .bmc-hero-actions>button,
  .hero-actions>a,
  .hero-actions>button{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    min-height:56px!important;
    padding:12px 16px!important;
    border-radius:8px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
  }
  .bmc-hero-actions .bmc-brand-icon,
  .hero-actions .bmc-brand-icon{
    width:25px!important;height:25px!important;flex-basis:25px!important
  }

  /* If a phone emoji/icon is used, keep it small */
  .bmc-hero-actions a[href^="tel:"]{
    font-size:16px!important;
  }

  /* Trust row */
  .bmc-trust,.bmc-hero-trust,.hero-trust{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .bmc-trust h3,.bmc-hero-trust h3,.hero-trust h3,
  .bmc-trust b,.bmc-hero-trust b,.hero-trust b{
    font-size:13px!important;
    line-height:1.25!important;
  }
  .bmc-trust p,.bmc-hero-trust p,.hero-trust p{
    font-size:11px!important;
    line-height:1.35!important;
  }

  /* Hero media */
  .bmc-hero-media img,.hero-media img{
    width:100%!important;
    min-height:260px;
    max-height:420px;
    object-fit:cover!important;
    object-position:center;
  }

  /* Generic spacing */
  section{scroll-margin-top:74px}
  .bmc-services-grid,
  .bmc-seo-services-grid,
  .bmc-toner-faq-grid{
    grid-template-columns:1fr!important;
  }

  /* Modal */
  .bmc-modal{
    padding:12px!important;
    align-items:flex-start!important;
    overflow-y:auto!important;
  }
  .bmc-modal-card{
    width:100%!important;
    max-width:none!important;
    max-height:none!important;
    margin:8px 0 20px!important;
    padding:24px 16px 20px!important;
    border-radius:14px!important;
  }

  /* Footer */
  .bmc-footer .bmc-shell{
    grid-template-columns:1fr!important;
    gap:26px!important;
  }
  .bmc-footer-socials,.bmc-socials{
    gap:12px!important;
  }

  /* Floating only Zalo + up; keep above browser UI */
  .bmc-floating-contact,
  .bmc-float-actions,
  .bmc-floating-actions{
    right:14px!important;
    bottom:18px!important;
    left:auto!important;
    width:auto!important;
  }
  .bmc-floating-contact a[href^="tel:"],
  .bmc-float-actions a[href^="tel:"],
  .bmc-floating-actions a[href^="tel:"]{
    display:none!important;
  }
  .bmc-floating-contact a[href*="zalo.me"],
  .bmc-float-zalo{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    border-radius:50%!important;
  }

  /* kill legacy giant bottom bars that obscure content */
  .bmc-mobile-bottom-call,
  .bmc-sticky-call,
  .bmc-bottom-call,
  .mobile-call-bar,
  .sticky-contact-bar{
    display:none!important;
  }
}

@media(max-width:430px){
  .bmc-shell{width:calc(100% - 24px)}
  .bmc-header .bmc-shell{min-height:64px}
  .bmc-brand img,.bmc-logo img{max-height:38px}
  .bmc-menu-toggle,.menu-toggle,.bmc-mobile-menu-toggle,
  .bmc-header-phone,.bmc-phone-btn,.bmc-mobile-call{
    width:44px!important;height:44px!important;min-width:44px!important;flex-basis:44px!important
  }
  .bmc-hero,.hero{padding-top:34px!important}
  .bmc-hero h1,.hero h1{
    font-size:clamp(34px,10vw,46px)!important;
  }
  .bmc-trust,.bmc-hero-trust,.hero-trust{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .bmc-trust>*,.bmc-hero-trust>*,.hero-trust>*{
    display:grid!important;
    grid-template-columns:46px 1fr!important;
    align-items:center!important;
    column-gap:10px!important;
  }
  .bmc-trust p,.bmc-hero-trust p,.hero-trust p{
    grid-column:2!important;
  }
}


/* =========================================================
   6.1 - FIX ZALO / TIKTOK CLICK PC + MOBILE
   ========================================================= */

/* Social links must sit above decorative layers */
.bmc-footer-socials,
.bmc-socials,
.bmc-footer,
.bmc-footer .bmc-shell{
  position:relative;
}
.bmc-footer-socials,
.bmc-socials{
  z-index:20;
}
.bmc-footer-socials a,
.bmc-socials a,
.bmc-social-link,
a[href*="tiktok.com"],
a[href*="zalo.me"]{
  position:relative;
  z-index:25;
  pointer-events:auto!important;
  touch-action:manipulation;
  -webkit-tap-highlight-color:rgba(255,255,255,.10);
  cursor:pointer;
}

/* Keep decorative pseudo-elements from stealing taps */
.bmc-footer *::before,
.bmc-footer *::after,
.bmc-hero *::before,
.bmc-hero *::after{
  pointer-events:none;
}

/* Footer social: icon small, hit target large */
.bmc-footer-socials a,
.bmc-socials a{
  min-width:44px!important;
  min-height:44px!important;
  padding:7px 9px!important;
  border-radius:9px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
}
.bmc-footer-socials .bmc-brand-icon,
.bmc-socials .bmc-brand-icon{
  width:28px!important;
  height:28px!important;
  flex:0 0 28px!important;
}

/* Zalo CTA */
a[href*="zalo.me"]{
  pointer-events:auto!important;
}
.bmc-hero-actions a[href*="zalo.me"],
.bmc-toner-actions a[href*="zalo.me"],
.bmc-service-seo-actions a[href*="zalo.me"]{
  min-height:52px!important;
}

/* Floating Zalo must be independently tappable */
.bmc-floating-contact,
.bmc-float-actions,
.bmc-floating-actions{
  pointer-events:none!important;
}
.bmc-floating-contact a,
.bmc-float-actions a,
.bmc-floating-actions a{
  pointer-events:auto!important;
}

/* Prevent full-screen invisible layers from covering footer */
.bmc-modal:not(.is-open){
  pointer-events:none!important;
  visibility:hidden;
}
.bmc-modal.is-open{
  pointer-events:auto!important;
  visibility:visible;
}

@media(max-width:768px){
  .bmc-footer-socials,
  .bmc-socials{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;
  }
  .bmc-footer-socials a,
  .bmc-socials a{
    min-width:48px!important;
    min-height:48px!important;
    padding:8px 10px!important;
  }

  /* make footer naturally clickable, no overlay */
  .bmc-footer{
    z-index:10!important;
    isolation:isolate;
  }

  /* any decorative fixed layer should never intercept touches */
  .bmc-bg,
  .bmc-glow,
  .bmc-noise,
  [class*="decor"],
  [class*="glow"]{
    pointer-events:none!important;
  }
}


/* =========================================================
   6.2 - CHẾ ĐỘ SÁNG / TỐI
   ========================================================= */
html[data-bmc-theme="dark"]{color-scheme:dark}
.bmc-theme-toggle{
  width:44px;height:44px;min-width:44px;padding:0;
  border:1px solid #25435d;border-radius:10px;
  background:#091827;color:#fff;
  display:inline-flex;align-items:center;justify-content:center;
  position:relative;cursor:pointer;flex:0 0 44px;z-index:60;
}
.bmc-theme-toggle:hover{border-color:#168cff}
.bmc-theme-icon{position:absolute;font-size:21px;line-height:1}
.bmc-theme-sun{display:none}.bmc-theme-moon{display:block}

html[data-bmc-theme="light"]{color-scheme:light}
html[data-bmc-theme="light"] body,
html[data-bmc-theme="light"] .bmc-service-seo-page,
html[data-bmc-theme="light"] .bmc-toner-seo{
  background:#f5f8fb!important;color:#102133!important;
}
html[data-bmc-theme="light"] .bmc-header{
  background:#fff!important;border-bottom-color:#dbe5ec!important;
}
html[data-bmc-theme="light"] .bmc-header a,
html[data-bmc-theme="light"] .bmc-nav a,
html[data-bmc-theme="light"] .bmc-brand-text strong{
  color:#152638!important;
}
html[data-bmc-theme="light"] .bmc-brand-text span{color:#50677a!important}

html[data-bmc-theme="light"] .bmc-hero,
html[data-bmc-theme="light"] .hero,
html[data-bmc-theme="light"] .bmc-seo-services-home,
html[data-bmc-theme="light"] .bmc-service-seo-hero,
html[data-bmc-theme="light"] .bmc-toner-hero{
  background:#f5f8fb!important;
}
html[data-bmc-theme="light"] .bmc-hero h1,
html[data-bmc-theme="light"] .hero h1,
html[data-bmc-theme="light"] .bmc-section-head h2,
html[data-bmc-theme="light"] .bmc-service-seo-hero h1,
html[data-bmc-theme="light"] .bmc-toner-hero h1,
html[data-bmc-theme="light"] .bmc-service-seo-content article h2,
html[data-bmc-theme="light"] .bmc-toner-content article h2,
html[data-bmc-theme="light"] .bmc-toner-faq h2{
  color:#102133!important;
}
html[data-bmc-theme="light"] .bmc-hero p,
html[data-bmc-theme="light"] .hero p,
html[data-bmc-theme="light"] .bmc-section-head p,
html[data-bmc-theme="light"] .bmc-service-seo-hero p,
html[data-bmc-theme="light"] .bmc-toner-hero p{
  color:#5e7284!important;
}

html[data-bmc-theme="light"] .bmc-service-card,
html[data-bmc-theme="light"] .bmc-seo-services-grid a,
html[data-bmc-theme="light"] .bmc-toner-pricebox,
html[data-bmc-theme="light"] .bmc-service-seo-price,
html[data-bmc-theme="light"] .bmc-toner-faq-grid>div,
html[data-bmc-theme="light"] .bmc-toner-side>div,
html[data-bmc-theme="light"] .bmc-service-seo-content aside>div,
html[data-bmc-theme="light"] .bmc-modal-card{
  background:#fff!important;border-color:#d2dfe8!important;color:#102133!important;
  box-shadow:0 10px 30px rgba(30,64,89,.07)!important;
}
html[data-bmc-theme="light"] .bmc-service-card h3,
html[data-bmc-theme="light"] .bmc-seo-services-grid b,
html[data-bmc-theme="light"] .bmc-toner-pricebox b,
html[data-bmc-theme="light"] .bmc-service-seo-price strong,
html[data-bmc-theme="light"] .bmc-toner-faq-grid b,
html[data-bmc-theme="light"] .bmc-toner-side h3,
html[data-bmc-theme="light"] .bmc-service-seo-content aside h3{
  color:#102133!important;
}
html[data-bmc-theme="light"] .bmc-service-card p,
html[data-bmc-theme="light"] .bmc-toner-pricebox p,
html[data-bmc-theme="light"] .bmc-service-seo-price p,
html[data-bmc-theme="light"] .bmc-toner-faq-grid p,
html[data-bmc-theme="light"] .bmc-toner-side p,
html[data-bmc-theme="light"] .bmc-service-seo-content aside p{
  color:#607487!important;
}

html[data-bmc-theme="light"] input,
html[data-bmc-theme="light"] select,
html[data-bmc-theme="light"] textarea{
  background:#f9fbfd!important;color:#102133!important;border-color:#bdcedb!important;
}
html[data-bmc-theme="light"] input::placeholder,
html[data-bmc-theme="light"] textarea::placeholder{color:#8193a2!important}
html[data-bmc-theme="light"] #booking .booking-form label{color:#334b5f!important}

html[data-bmc-theme="light"] .bmc-footer{
  background:#eaf1f6!important;color:#31495d!important;border-top-color:#cad8e2!important;
}
html[data-bmc-theme="light"] .bmc-footer h3,
html[data-bmc-theme="light"] .bmc-footer h4,
html[data-bmc-theme="light"] .bmc-footer b{color:#102133!important}
html[data-bmc-theme="light"] .bmc-footer p,
html[data-bmc-theme="light"] .bmc-footer li,
html[data-bmc-theme="light"] .bmc-footer a:not([href*="zalo.me"]):not([href*="tiktok.com"]){
  color:#52697b!important;
}

html[data-bmc-theme="light"] .bmc-theme-toggle{
  background:#fff;color:#182b3d;border-color:#c5d5e0;
}
html[data-bmc-theme="light"] .bmc-theme-sun{display:block}
html[data-bmc-theme="light"] .bmc-theme-moon{display:none}

html[data-bmc-theme="light"] .bmc-primary-simple,
html[data-bmc-theme="light"] .bmc-hero-actions a[href^="tel:"],
html[data-bmc-theme="light"] .bmc-hero-actions a[href*="zalo.me"],
html[data-bmc-theme="light"] .bmc-service-seo-actions a,
html[data-bmc-theme="light"] .bmc-toner-actions a,
html[data-bmc-theme="light"] .bmc-toner-actions button{
  color:#fff!important;
}

@media(max-width:768px){
  .bmc-theme-toggle{
    width:44px!important;height:44px!important;min-width:44px!important;flex-basis:44px!important;
  }
}
@media(max-width:430px){
  .bmc-theme-toggle{
    width:42px!important;height:42px!important;min-width:42px!important;flex-basis:42px!important;
  }
}
