*{box-sizing:border-box}
:root{
  --cream:#fff8ef;
  --cream2:#fff3e3;
  --gold:#c88f31;
  --gold2:#e2b85a;
  --brown:#573516;
  --text:#28211c;
  --muted:#66594e;
  --line:rgba(202,143,49,.25);
  --shadow:0 16px 36px rgba(92,63,30,.13);
  --safe:env(safe-area-inset-bottom,0px);
}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#ded3bf;
  color:var(--text);
  font-family:'Be Vietnam Pro',Arial,sans-serif;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.page{
  width:min(100%,430px);
  min-height:100vh;
  margin:0 auto;
  overflow:hidden;
  padding-bottom:96px;
  background:#fffaf2;
  box-shadow:0 0 55px rgba(50,34,15,.16);
}

/* HERO giống demo sáng */
.hero{
  position:relative;
  min-height:655px;
  overflow:hidden;
  background:#fff8ef;
}
.hero-photo{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:62% top;
  transform:scale(1.01);
  animation:heroBreath 14s ease-in-out infinite alternate;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,248,239,.98) 0%,rgba(255,248,239,.86) 36%,rgba(255,248,239,.30) 68%,rgba(255,248,239,.04) 100%),
    linear-gradient(180deg,rgba(255,248,239,.28),rgba(255,248,239,.04) 50%,rgba(255,248,239,.96) 96%);
}
@keyframes heroBreath{to{transform:scale(1.045)}}
.header{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  padding:14px 16px 0 18px;
}
.logo img{
  width:118px;
  height:auto;
}
.menu-btn{
  width:48px;height:48px;
  border:0;border-radius:14px;
  background:rgba(255,255,255,.82);
  box-shadow:0 8px 20px rgba(86,56,22,.12);
  padding:11px 13px;
}
.menu-btn span{
  display:block;
  width:22px;height:2px;
  margin:4px 0;
  background:#7b4716;
  border-radius:2px;
}
.hero-text{
  position:relative;
  z-index:2;
  padding:58px 16px 0;
}
.hero-text p{
  margin:0 0 8px;
  font-family:'Great Vibes',cursive;
  font-size:39px;
  line-height:1;
  color:#29241e;
}
.hero-text h1{
  margin:0 0 18px;
  font-family:'Playfair Display',Georgia,serif;
  font-weight:800;
  text-transform:uppercase;
  font-size:43px;
  line-height:1.18;
  letter-spacing:.8px;
  color:var(--gold);
}
.hero-text span{
  display:block;
  font-size:17px;
  line-height:1.6;
  font-weight:600;
  color:#27211c;
}
.hero-features{
  position:absolute;
  left:16px;right:16px;
  bottom:42px;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:9px;
}
.feature-chip{
  min-height:102px;
  padding:8px 4px 7px;
  border-radius:15px;
  text-align:center;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(203,148,55,.14);
  box-shadow:0 14px 28px rgba(83,54,20,.08);
  backdrop-filter:blur(7px);
}
.feature-chip img{
  width:42px;height:42px;
  margin:0 auto 5px;
}
.feature-chip b,.feature-chip small{
  display:block;
  text-transform:uppercase;
  line-height:1.25;
  color:#211b16;
}
.feature-chip b{font-size:10px;font-weight:800}
.feature-chip small{font-size:9.5px;font-weight:600}

/* Dịch vụ */
.panel{
  position:relative;
  margin:0 12px;
  padding:17px 10px 8px;
  border-radius:22px;
  background:rgba(255,255,255,.73);
  border:1px solid rgba(205,160,79,.25);
  box-shadow:var(--shadow);
}
.services{
  margin-top:-22px;
  z-index:4;
}
.title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:0 0 14px;
  font-family:'Playfair Display',Georgia,serif;
  font-size:24px;
  line-height:1.1;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#3a291d;
}
.title:before,.title:after{
  content:"";
  height:1px;
  flex:1;
  max-width:82px;
  background:linear-gradient(90deg,transparent,var(--gold));
}
.title:after{background:linear-gradient(90deg,var(--gold),transparent)}
.service-card{
  display:grid;
  grid-template-columns:44% 1fr;
  gap:13px;
  align-items:center;
  min-height:145px;
  margin:0 0 12px;
  padding:12px;
  border-radius:17px;
  background:#fffdf9;
  border:1px solid var(--line);
  box-shadow:0 11px 24px rgba(91,61,27,.07);
  overflow:hidden;
  transition:transform .35s ease,box-shadow .35s ease;
}
.service-card:hover{transform:translateY(-3px);box-shadow:0 17px 34px rgba(91,61,27,.14)}
.photo{
  height:124px;
  overflow:hidden;
  border-radius:14px;
  background:#f1dfc5;
}
.photo img{
  width:100%;height:100%;
  object-fit:cover;
}
.content h3{
  margin:0 0 8px;
  font-family:'Playfair Display',Georgia,serif;
  font-size:22px;
  line-height:1.12;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#b97923;
}
.content p{
  margin:0;
  font-size:13.8px;
  line-height:1.58;
  color:#2b241f;
}
.meta{
  margin-top:10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.meta span{
  white-space:nowrap;
  font-size:12.5px;
  color:#66564b;
}
.meta span:before{content:"◷ ";color:var(--gold)}
.meta strong{
  min-width:96px;
  text-align:center;
  border-radius:999px;
  padding:8px 10px;
  background:linear-gradient(180deg,#e3b04d,#c88a2c);
  color:white;
  font-size:17px;
  line-height:1;
}

/* Banner có mặt */
.arrival{
  position:relative;
  margin:20px 14px 0;
  height:142px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(205,160,79,.23);
  box-shadow:0 14px 30px rgba(91,61,27,.09);
}
.arrival img{
  width:100%;height:100%;
  object-fit:cover;
}
.arrival:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(255,248,239,.90),rgba(255,248,239,.55) 48%,rgba(255,248,239,.04));
}
.arrival-text{
  position:absolute;
  z-index:2;
  inset:0;
  padding:25px 22px;
}
.arrival-text p{
  margin:0 0 2px;
  font-family:'Playfair Display',Georgia,serif;
  text-transform:uppercase;
  color:#68431e;
  font-size:15px;
  letter-spacing:1px;
}
.arrival-text h2{
  margin:0;
  font-family:'Playfair Display',Georgia,serif;
  font-weight:800;
  color:#7c501d;
  font-size:27px;
  line-height:1.12;
  text-transform:uppercase;
}
.arrival-text h2 span{color:var(--gold);font-size:32px}
.arrival-text small{display:block;margin-top:7px;color:#4f4034;font-weight:700}

/* Vì sao */
.why{
  padding:20px 14px 0;
}
.why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding:12px 0;
  border-top:1px solid rgba(202,143,49,.22);
  border-bottom:1px solid rgba(202,143,49,.22);
}
.why-item{
  text-align:center;
  border-right:1px solid rgba(202,143,49,.16);
  padding:5px 3px;
}
.why-item:last-child{border-right:0}
.why-item img{width:48px;height:48px;margin:0 auto 6px}
.why-item b,.why-item small{
  display:block;
  text-transform:uppercase;
  line-height:1.25;
  color:#211b16;
}
.why-item b{font-size:10.6px;font-weight:800}
.why-item small{font-size:9.7px;font-weight:600}
.trust{
  padding:14px 14px 22px;
  display:grid;
  gap:8px;
}
.trust span{
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.70);
  border:1px solid rgba(202,143,49,.18);
  color:#5d4d41;
  font-size:13px;
  font-weight:600;
}
.trust span:before{content:"✓";color:var(--gold);font-weight:800;margin-right:8px}

/* CTA */
.call-float{
  position:fixed;
  z-index:50;
  right:calc(50% - min(215px,50vw) + 18px);
  bottom:calc(84px + var(--safe));
  width:70px;height:70px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#e5b94f,#c58925);
  color:#fff;
  box-shadow:0 13px 30px rgba(187,129,33,.42);
}
.call-float span{font-size:29px;animation:shake 1.25s infinite}
.call-float:before,.call-float:after{
  content:"";
  position:absolute;
  inset:-8px;
  border-radius:50%;
  border:2px solid rgba(206,145,41,.34);
  animation:ring 1.8s infinite;
}
.call-float:after{animation-delay:.55s}
@keyframes ring{from{transform:scale(.75);opacity:.85}to{transform:scale(1.45);opacity:0}}
@keyframes shake{
  0%,100%{transform:rotate(0)}
  12%,32%,52%{transform:rotate(-10deg)}
  22%,42%{transform:rotate(11deg)}
}
.bottom-cta{
  position:fixed;
  z-index:45;
  left:50%;
  bottom:calc(10px + var(--safe));
  transform:translateX(-50%);
  width:min(430px,100%);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  padding:0 12px;
  animation:ctaIn .8s ease both;
}
@keyframes ctaIn{from{transform:translate(-50%,120%);opacity:0}to{transform:translate(-50%,0);opacity:1}}
.bottom-cta a{
  min-height:58px;
  border-radius:12px;
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  box-shadow:0 8px 22px rgba(25,79,23,.2);
  transition:transform .18s ease,filter .18s ease;
}
.bottom-cta a:active{transform:scale(.97);filter:brightness(.96)}
.bottom-cta i{
  width:38px;height:38px;
  display:grid;place-items:center;
  border-radius:50%;
  background:white;
  font-style:normal;
  font-weight:800;
  font-size:13px;
}
.bottom-cta b{font-size:14.5px;line-height:1.2}
.zalo{background:linear-gradient(180deg,#1684f4,#0b66d8)}
.zalo i{color:#126bd9}
.whatsapp{background:linear-gradient(180deg,#39c64c,#19952f)}
.whatsapp i{color:#209a31;font-size:20px}

/* Hiệu ứng scroll rõ hơn */
.has-js .anim-up,.has-js .anim-left,.has-js .anim-right,.has-js .stagger-child{
  opacity:0;
  transition:opacity .95s ease,transform .95s cubic-bezier(.16,1,.3,1);
  will-change:opacity,transform;
}
.has-js .anim-up{transform:translateY(44px)}
.has-js .anim-left{transform:translateX(-86px)}
.has-js .anim-right{transform:translateX(86px)}
.has-js .stagger-child{transform:translateY(26px)}
.has-js .show{opacity:1;transform:translate(0,0)}
.has-js .stagger-child:nth-child(2){transition-delay:.12s}
.has-js .stagger-child:nth-child(3){transition-delay:.24s}
.has-js .stagger-child:nth-child(4){transition-delay:.36s}
.has-js .service-card.anim-right{transition-delay:.16s}

@media(max-width:390px){
  .hero{min-height:620px}
  .logo img{width:106px}
  .hero-text{padding-top:48px}
  .hero-text p{font-size:35px}
  .hero-text h1{font-size:38px}
  .hero-text span{font-size:16px}
  .hero-features{left:12px;right:12px;gap:7px}
  .feature-chip{min-height:96px}
  .service-card{grid-template-columns:42% 1fr;gap:11px;padding:11px}
  .photo{height:118px}
  .content h3{font-size:19px}
  .content p{font-size:13px}
  .meta strong{font-size:15px;min-width:88px}
  .bottom-cta b{font-size:13.5px}
}


/* ===== V5: CTA đẹp hơn, đồng bộ tông spa ===== */
.call-float{
  width:64px;
  height:64px;
  bottom:calc(86px + var(--safe));
  background:linear-gradient(180deg,#e4b653,#c58a28);
  box-shadow:0 12px 28px rgba(180,120,28,.36);
}
.call-float img{
  width:31px;
  height:31px;
  object-fit:contain;
  position:relative;
  z-index:2;
  animation:shake 1.25s infinite;
}
.call-float span{display:none}

.bottom-cta{
  gap:10px;
  padding:0 14px;
  bottom:calc(12px + var(--safe));
}
.bottom-cta a{
  min-height:54px;
  border-radius:18px;
  background:#fff !important;
  box-shadow:0 9px 24px rgba(80,60,35,.12);
  border:1.5px solid currentColor;
  gap:8px;
}
.bottom-cta a:hover{
  transform:translateY(-1px);
  box-shadow:0 13px 28px rgba(80,60,35,.16);
}
.bottom-cta a:active{
  transform:scale(.97);
}
.bottom-cta i{
  width:34px;
  height:34px;
  background:transparent;
  flex:0 0 34px;
}
.bottom-cta i img{
  width:34px;
  height:34px;
  object-fit:contain;
}
.bottom-cta b{
  font-size:14.5px;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
}
.zalo{
  color:#0a74da !important;
}
.whatsapp{
  color:#22a843 !important;
}

/* CTA không che quá nhiều nội dung */
.page{
  padding-bottom:88px;
}

/* Fix icon gọi nổi không bị emoji đỏ trên iPhone */
.call-float{
  font-family:Arial,sans-serif;
}

/* mobile nhỏ */
@media(max-width:390px){
  .bottom-cta{
    gap:8px;
    padding:0 10px;
  }
  .bottom-cta a{
    min-height:52px;
    border-radius:16px;
  }
  .bottom-cta i,
  .bottom-cta i img{
    width:31px;
    height:31px;
  }
  .bottom-cta b{
    font-size:13.5px;
  }
  .call-float{
    width:60px;
    height:60px;
    right:calc(50% - min(215px,50vw) + 16px);
  }
  .call-float img{
    width:29px;
    height:29px;
  }
}


/* ===== V6: dùng icon PNG tách nền đẹp hơn ===== */
.feature-chip img,
.why-item img{
  width:54px;
  height:54px;
  object-fit:contain;
  filter: drop-shadow(0 3px 6px rgba(190,140,40,.10));
}

.feature-chip{
  min-height:110px;
}
.feature-chip b{font-size:10px}
.feature-chip small{font-size:9.5px}

.call-float{
  background:linear-gradient(180deg,#e4b653,#c58a28);
}
.call-float img{
  width:36px;
  height:36px;
  object-fit:contain;
  animation:shake 1.25s infinite;
}

.bottom-cta a{
  min-height:56px;
  border-radius:18px;
}
.bottom-cta i{
  width:36px;
  height:36px;
}
.bottom-cta i img{
  width:36px;
  height:36px;
  object-fit:contain;
}
.bottom-cta b{
  font-size:14.5px;
  font-weight:800;
}

.zalo{color:#0a74da !important;border-color:#d7e9ff}
.whatsapp{color:#22a843 !important;border-color:#d7f1df}

@media(max-width:390px){
  .feature-chip img,.why-item img{
    width:48px;
    height:48px;
  }
  .call-float img{
    width:32px;
    height:32px;
  }
  .bottom-cta i,
  .bottom-cta i img{
    width:32px;
    height:32px;
  }
}


/* ===== V7 FINAL FIX: icon PNG tách nền + CTA to/đẹp hơn ===== */
.feature-chip img,
.why-item img{
  width:58px !important;
  height:58px !important;
  object-fit:contain !important;
  background:transparent !important;
  filter: drop-shadow(0 5px 8px rgba(143,88,20,.13));
}

.feature-chip{
  min-height:112px !important;
  padding-top:7px !important;
}
.feature-chip b{font-size:10px !important}
.feature-chip small{font-size:9.5px !important}

.why-item img{
  margin-bottom:4px !important;
}
.why-item b{font-size:10.8px !important}
.why-item small{font-size:9.8px !important}

.call-float{
  width:76px !important;
  height:76px !important;
  bottom:calc(92px + var(--safe)) !important;
  background:linear-gradient(180deg,#e6b953,#c58a27) !important;
  box-shadow:0 14px 32px rgba(183,123,30,.42) !important;
}
.call-float img{
  width:42px !important;
  height:42px !important;
  object-fit:contain !important;
  background:transparent !important;
  animation:shake 1.25s infinite;
}
.call-float span{display:none !important}

.bottom-cta{
  gap:10px !important;
  padding:0 14px !important;
  bottom:calc(12px + var(--safe)) !important;
}
.bottom-cta a{
  min-height:62px !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 10px 24px rgba(70,50,28,.13) !important;
  gap:10px !important;
}
.bottom-cta i{
  width:46px !important;
  height:46px !important;
  flex:0 0 46px !important;
  background:transparent !important;
  display:grid !important;
  place-items:center !important;
}
.bottom-cta i img{
  width:46px !important;
  height:46px !important;
  object-fit:contain !important;
  background:transparent !important;
}
.bottom-cta b{
  font-size:16px !important;
  font-weight:800 !important;
  line-height:1.05 !important;
  white-space:nowrap !important;
}
.zalo{
  color:#0876dc !important;
  border:1.5px solid rgba(8,118,220,.35) !important;
}
.whatsapp{
  color:#1da340 !important;
  border:1.5px solid rgba(29,163,64,.35) !important;
}

.page{
  padding-bottom:104px !important;
}

@media(max-width:390px){
  .bottom-cta{
    padding:0 10px !important;
    gap:8px !important;
  }
  .bottom-cta a{
    min-height:58px !important;
    border-radius:16px !important;
    gap:7px !important;
  }
  .bottom-cta i,
  .bottom-cta i img{
    width:40px !important;
    height:40px !important;
    flex-basis:40px !important;
  }
  .bottom-cta b{
    font-size:14px !important;
  }
  .call-float{
    width:68px !important;
    height:68px !important;
    bottom:calc(86px + var(--safe)) !important;
  }
  .call-float img{
    width:38px !important;
    height:38px !important;
  }
  .feature-chip img,
  .why-item img{
    width:52px !important;
    height:52px !important;
  }
}


/* ===== V8 FINAL: fix icon phone broken + CTA cân đối ===== */
.feature-chip img,
.why-item img{
  width:54px !important;
  height:54px !important;
  object-fit:contain !important;
  background:transparent !important;
  filter: drop-shadow(0 4px 7px rgba(143,88,20,.12));
}

.call-float{
  width:74px !important;
  height:74px !important;
  border-radius:50% !important;
  background:linear-gradient(180deg,#e5b74f,#c98b29) !important;
  box-shadow:0 14px 32px rgba(183,123,30,.42) !important;
}
.call-float img{
  width:40px !important;
  height:40px !important;
  object-fit:contain !important;
  display:block !important;
  background:transparent !important;
  animation:shake 1.25s infinite;
}
.call-float span{display:none !important}

.bottom-cta{
  gap:10px !important;
  padding:0 14px !important;
}
.bottom-cta a{
  min-height:62px !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 10px 24px rgba(70,50,28,.13) !important;
  gap:10px !important;
}
.bottom-cta i{
  width:44px !important;
  height:44px !important;
  flex:0 0 44px !important;
  display:grid !important;
  place-items:center !important;
  background:transparent !important;
}
.bottom-cta i img{
  width:44px !important;
  height:44px !important;
  object-fit:contain !important;
  display:block !important;
}
.bottom-cta b{
  font-size:16px !important;
  font-weight:800 !important;
  line-height:1.05 !important;
  white-space:nowrap !important;
}
.zalo{
  color:#0876dc !important;
  border:1.5px solid rgba(8,118,220,.38) !important;
}
.whatsapp{
  color:#1da340 !important;
  border:1.5px solid rgba(29,163,64,.38) !important;
}

@media(max-width:390px){
  .bottom-cta{
    padding:0 10px !important;
    gap:8px !important;
  }
  .bottom-cta a{
    min-height:58px !important;
    border-radius:16px !important;
    gap:7px !important;
  }
  .bottom-cta i,
  .bottom-cta i img{
    width:39px !important;
    height:39px !important;
    flex-basis:39px !important;
  }
  .bottom-cta b{
    font-size:14px !important;
  }
  .call-float{
    width:68px !important;
    height:68px !important;
  }
  .call-float img{
    width:36px !important;
    height:36px !important;
  }
}


/* ===== V9 FULL: gắn icon PNG ảnh thật tách nền ===== */

/* Icon trong 4 ô đầu và mục vì sao */
.feature-chip img,
.why-item img{
  width:68px !important;
  height:68px !important;
  object-fit:contain !important;
  background:transparent !important;
  filter: drop-shadow(0 5px 8px rgba(143,88,20,.16)) !important;
}

.feature-chip{
  min-height:122px !important;
  padding-top:8px !important;
}

.feature-chip b{
  font-size:10px !important;
  margin-top:1px !important;
}

.feature-chip small{
  font-size:9.4px !important;
}

.why-item img{
  width:62px !important;
  height:62px !important;
  margin-bottom:4px !important;
}

.why-item b{
  font-size:10.8px !important;
}

.why-item small{
  font-size:9.8px !important;
}

/* Nút gọi nổi: dùng ảnh icon phone thật, không emoji, không icon code */
.call-float{
  width:78px !important;
  height:78px !important;
  border-radius:50% !important;
  background:transparent !important;
  box-shadow:none !important;
  display:grid !important;
  place-items:center !important;
  bottom:calc(92px + var(--safe)) !important;
}

.call-float img{
  width:78px !important;
  height:78px !important;
  object-fit:contain !important;
  display:block !important;
  background:transparent !important;
  animation:shake 1.25s infinite;
  filter: drop-shadow(0 12px 22px rgba(183,123,30,.35)) !important;
}

.call-float span{
  display:none !important;
}

.call-float:before,
.call-float:after{
  inset:2px !important;
  border-color:rgba(206,145,41,.30) !important;
}

/* Thanh dưới: icon ảnh thật, nút to hơn và sang hơn */
.bottom-cta{
  gap:10px !important;
  padding:0 14px !important;
  bottom:calc(12px + var(--safe)) !important;
}

.bottom-cta a{
  min-height:62px !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 10px 24px rgba(70,50,28,.13) !important;
  gap:10px !important;
}

.bottom-cta i{
  width:48px !important;
  height:48px !important;
  flex:0 0 48px !important;
  display:grid !important;
  place-items:center !important;
  background:transparent !important;
}

.bottom-cta i img{
  width:48px !important;
  height:48px !important;
  object-fit:contain !important;
  display:block !important;
  background:transparent !important;
}

.bottom-cta b{
  font-size:16px !important;
  font-weight:800 !important;
  line-height:1.05 !important;
  white-space:nowrap !important;
}

.zalo{
  color:#0876dc !important;
  border:1.5px solid rgba(8,118,220,.38) !important;
}

.whatsapp{
  color:#1da340 !important;
  border:1.5px solid rgba(29,163,64,.38) !important;
}

.page{
  padding-bottom:106px !important;
}

@media(max-width:390px){
  .feature-chip img{
    width:58px !important;
    height:58px !important;
  }

  .why-item img{
    width:54px !important;
    height:54px !important;
  }

  .bottom-cta{
    padding:0 10px !important;
    gap:8px !important;
  }

  .bottom-cta a{
    min-height:58px !important;
    border-radius:16px !important;
    gap:7px !important;
  }

  .bottom-cta i,
  .bottom-cta i img{
    width:42px !important;
    height:42px !important;
    flex-basis:42px !important;
  }

  .bottom-cta b{
    font-size:14px !important;
  }

  .call-float{
    width:70px !important;
    height:70px !important;
    bottom:calc(86px + var(--safe)) !important;
  }

  .call-float img{
    width:70px !important;
    height:70px !important;
  }
}


/* ===== V10 FIX: sửa lỗi card dịch vụ bị khuất giá/nội dung ===== */
.service-card{
  grid-template-columns:42% minmax(0,1fr) !important;
  gap:12px !important;
  overflow:visible !important;
}

.service-card .content,
.service-content{
  min-width:0 !important;
}

.service-card .photo,
.service-photo{
  height:124px !important;
}

.service-card .content p,
.service-content p{
  font-size:13.6px !important;
  line-height:1.55 !important;
}

.meta,
.service-bottom{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:6px !important;
  flex-wrap:nowrap !important;
  min-width:0 !important;
}

.meta span,
.service-bottom span{
  font-size:12px !important;
  white-space:nowrap !important;
  flex:0 0 auto !important;
}

.meta strong,
.service-bottom strong,
.price{
  min-width:86px !important;
  max-width:96px !important;
  padding:8px 8px !important;
  font-size:15px !important;
  flex:0 0 auto !important;
  margin-left:auto !important;
  white-space:nowrap !important;
}

@media(max-width:430px){
  .service-card{
    grid-template-columns:41% minmax(0,1fr) !important;
    gap:10px !important;
    padding:10px !important;
  }

  .service-card .photo,
  .service-photo{
    height:112px !important;
  }

  .service-card .content h3,
  .service-content h3{
    font-size:18px !important;
    margin-bottom:6px !important;
  }

  .service-card .content p,
  .service-content p{
    font-size:12.6px !important;
    line-height:1.45 !important;
  }

  .meta,
  .service-bottom{
    margin-top:8px !important;
  }

  .meta span,
  .service-bottom span{
    font-size:11.2px !important;
  }

  .meta strong,
  .service-bottom strong,
  .price{
    min-width:78px !important;
    max-width:86px !important;
    font-size:13.8px !important;
    padding:7px 7px !important;
  }
}

@media(max-width:370px){
  .service-card{
    grid-template-columns:40% minmax(0,1fr) !important;
  }

  .meta span,
  .service-bottom span{
    font-size:10.5px !important;
  }

  .meta strong,
  .service-bottom strong,
  .price{
    min-width:74px !important;
    max-width:80px !important;
    font-size:13px !important;
  }
}


/* ===== V11: bổ sung feedback ===== */
.feedback{
  margin:16px 12px 0 !important;
  padding:17px 10px 12px !important;
  overflow:visible !important;
}
.feedback-list{
  display:grid;
  gap:12px;
}
.feedback-card{
  border-radius:18px;
  background:#fffdf9;
  border:1px solid rgba(202,143,49,.18);
  box-shadow:0 10px 24px rgba(91,61,27,.08);
  padding:12px;
}
.feedback-head{
  display:grid;
  grid-template-columns:56px minmax(0,1fr) 84px;
  align-items:center;
  gap:10px;
}
.feedback-head .avatar{
  width:56px;
  height:56px;
  object-fit:cover;
  border-radius:50%;
  border:2px solid rgba(202,143,49,.16);
  box-shadow:0 4px 10px rgba(91,61,27,.08);
}
.feedback-meta{
  min-width:0;
}
.feedback-meta h3{
  margin:0;
  font-size:15px;
  line-height:1.2;
  font-weight:800;
  color:#3a291d;
}
.feedback-meta p{
  margin:3px 0 0;
  font-size:12px;
  color:#7a6757;
  line-height:1.35;
}
.feedback-head .star-badge{
  width:84px;
  height:auto;
  object-fit:contain;
  justify-self:end;
}
.feedback-body{
  margin-top:10px;
  font-size:13.8px;
  line-height:1.65;
  color:#2d241d;
  background:linear-gradient(180deg,rgba(255,249,239,.95),rgba(255,255,255,.96));
  border:1px solid rgba(202,143,49,.12);
  border-radius:14px;
  padding:11px 12px;
}

@media(max-width:430px){
  .feedback-card{
    padding:10px;
  }
  .feedback-head{
    grid-template-columns:52px minmax(0,1fr) 72px;
    gap:9px;
  }
  .feedback-head .avatar{
    width:52px;
    height:52px;
  }
  .feedback-head .star-badge{
    width:72px;
  }
  .feedback-meta h3{
    font-size:14px;
  }
  .feedback-meta p{
    font-size:11.5px;
  }
  .feedback-body{
    font-size:13px;
    line-height:1.58;
    padding:10px 11px;
  }
}

@media(max-width:370px){
  .feedback-head{
    grid-template-columns:48px minmax(0,1fr) 66px;
  }
  .feedback-head .avatar{
    width:48px;
    height:48px;
  }
  .feedback-head .star-badge{
    width:66px;
  }
  .feedback-body{
    font-size:12.6px;
  }
}


/* ===== V12 FIX FEEDBACK: review thật hơn, bỏ badge sao ảo ===== */
.feedback{
  margin:16px 12px 0 !important;
  padding:17px 10px 12px !important;
}

.feedback-list{
  gap:12px !important;
}

.feedback-card{
  border-radius:18px !important;
  background:#fffdf9 !important;
  border:1px solid rgba(202,143,49,.16) !important;
  box-shadow:0 10px 22px rgba(91,61,27,.07) !important;
  padding:13px !important;
}

.feedback-head{
  display:grid !important;
  grid-template-columns:54px minmax(0,1fr) !important;
  align-items:center !important;
  gap:11px !important;
}

.feedback-head .avatar{
  width:54px !important;
  height:54px !important;
  object-fit:cover !important;
  border-radius:50% !important;
  border:2px solid rgba(202,143,49,.18) !important;
  box-shadow:0 4px 10px rgba(91,61,27,.10) !important;
}

.feedback-head .star-badge{
  display:none !important;
}

.feedback-meta h3{
  margin:0 !important;
  font-size:15px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  color:#2f251d !important;
}

.feedback-meta p{
  margin:3px 0 0 !important;
  font-size:12px !important;
  color:#766556 !important;
  line-height:1.3 !important;
}

.rating{
  margin-top:4px;
  color:#d19a36;
  font-size:14px;
  line-height:1;
  letter-spacing:1.5px;
  font-weight:800;
}

.feedback-body{
  margin-top:10px !important;
  font-size:13.6px !important;
  line-height:1.62 !important;
  color:#302720 !important;
  background:#fffaf2 !important;
  border:1px solid rgba(202,143,49,.12) !important;
  border-radius:14px !important;
  padding:11px 12px !important;
}

@media(max-width:430px){
  .feedback-card{
    padding:11px !important;
  }
  .feedback-head{
    grid-template-columns:50px minmax(0,1fr) !important;
    gap:10px !important;
  }
  .feedback-head .avatar{
    width:50px !important;
    height:50px !important;
  }
  .feedback-meta h3{
    font-size:14px !important;
  }
  .feedback-meta p{
    font-size:11.5px !important;
  }
  .rating{
    font-size:13px;
    letter-spacing:1.2px;
  }
  .feedback-body{
    font-size:13px !important;
    line-height:1.58 !important;
    padding:10px 11px !important;
  }
}

@media(max-width:370px){
  .feedback-head{
    grid-template-columns:46px minmax(0,1fr) !important;
  }
  .feedback-head .avatar{
    width:46px !important;
    height:46px !important;
  }
  .feedback-body{
    font-size:12.6px !important;
  }
}
