.dscm-home{--green:#16704a;--green-d:#0e5436;--green-l:#1f8c5c;--gold:#e0a534;--gold-d:#c2871a;--cream:#f7f3ea;--ink:#1f2d27;--muted:#5f6e66;--red:#e24b4a;--line:#e7e0d2;font-family:'Be Vietnam Pro',sans-serif;color:var(--ink);font-size:17px;line-height:1.75;display:block;background:var(--cream)}
.dscm-home *{box-sizing:border-box}
.dscm-home img{max-width:100%;display:block}
.dscm-home a{text-decoration:none;color:inherit}
.dscm-home .wrap{max-width:1240px;margin:0 auto;padding:0 22px}
.dscm-home .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--gold);color:#3a2a06;font-weight:700;padding:15px 30px;border-radius:44px;transition:.25s;border:none;cursor:pointer;text-align:center;font-size:16px;line-height:1.2}
.dscm-home .btn:hover{background:var(--gold-d);transform:translateY(-2px);color:#3a2a06}
.dscm-home .btn-green{background:var(--green);color:#fff}.dscm-home .btn-green:hover{background:var(--green-d);color:#fff}
.dscm-home .btn-out{background:transparent;border:2px solid #fff;color:#fff}.dscm-home .btn-out:hover{background:#fff;color:var(--green-d)}
.dscm-home .btn-zalo{background:#0068ff;color:#fff}.dscm-home .btn-zalo:hover{background:#0052cc;color:#fff}
.dscm-home .btn-ghost{background:transparent;border:2px solid var(--green);color:var(--green)}.dscm-home .btn-ghost:hover{background:var(--green);color:#fff}
.dscm-home .sec{padding:92px 0}
.dscm-home .sec-head{text-align:center;max-width:680px;margin:0 auto 56px}
.dscm-home .sec-head .kicker{color:var(--gold-d);font-weight:700;letter-spacing:2.5px;text-transform:uppercase;font-size:14px}
.dscm-home .sec-head h2{font-family:'Playfair Display',serif;font-size:44px;color:var(--green-d);margin:10px 0 14px;line-height:1.18}
.dscm-home .sec-head p{color:var(--muted);font-size:17px}

.dscm-home .hero{position:relative;min-height:640px;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,rgba(8,50,32,.9) 0%,rgba(8,50,32,.62) 50%,rgba(8,50,32,.25) 100%),url('../../../uploads/2024/06/tom-kho-ca-mau-co-nguyen-5.jpg') center/cover}
.dscm-home .hero .inner{max-width:680px}
.dscm-home .hero .kicker{display:inline-block;background:rgba(224,165,52,.22);color:var(--gold);border:1px solid var(--gold);padding:7px 18px;border-radius:30px;font-weight:600;font-size:14px;letter-spacing:1px;margin-bottom:22px}
.dscm-home .hero h1{font-family:'Playfair Display',serif;font-size:62px;line-height:1.1;margin-bottom:22px;color:#fff}
.dscm-home .hero h1 span{color:var(--gold)}
.dscm-home .hero p{font-size:20px;color:#e3ede7;margin-bottom:34px}
.dscm-home .hero .cta{display:flex;gap:16px;flex-wrap:wrap}

.dscm-home .benefits{background:#fff;border-bottom:1px solid var(--line)}
.dscm-home .benefits .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:38px 22px}
.dscm-home .benefit{display:flex;align-items:center;gap:16px}
.dscm-home .benefit .ic{width:56px;height:56px;border-radius:50%;background:#eaf4ee;color:var(--green);display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}
.dscm-home .benefit b{display:block;color:var(--green-d);font-size:16px}
.dscm-home .benefit small{color:var(--muted);font-size:14px}

.dscm-home .cats{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}
.dscm-home .cat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px 14px;text-align:center;transition:.25s;cursor:pointer}
.dscm-home .cat:hover{border-color:var(--green);transform:translateY(-5px);box-shadow:0 12px 24px rgba(22,112,74,.12)}
.dscm-home .cat .ic{width:70px;height:70px;margin:0 auto 14px;border-radius:50%;background:#eaf4ee;color:var(--green);display:flex;align-items:center;justify-content:center;font-size:30px}
.dscm-home .cat b{font-size:15px;color:var(--green-d)}
.dscm-home .cat small{color:var(--muted);font-size:13px}

.dscm-home .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.dscm-home .card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.25s;position:relative}
.dscm-home .card:hover{transform:translateY(-6px);box-shadow:0 16px 32px rgba(0,0,0,.1);border-color:#dcd2bd}
.dscm-home .card .imgwrap{position:relative;aspect-ratio:1;overflow:hidden;background:#f0ece2}
.dscm-home .card .imgwrap img{width:100%;height:100%;object-fit:cover;transition:.4s}
.dscm-home .card:hover .imgwrap img{transform:scale(1.07)}
.dscm-home .card .body{padding:18px}
.dscm-home .card .catname{color:var(--gold-d);font-size:12.5px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.dscm-home .card h3{font-size:17px;font-weight:600;margin:6px 0 9px;min-height:48px;line-height:1.4}
.dscm-home .card h3 a{color:var(--ink)}.dscm-home .card h3 a:hover{color:var(--green)}
.dscm-home .card .stars{color:var(--gold);font-size:14px;margin-bottom:10px}
.dscm-home .card .stars span{color:var(--muted);margin-left:5px}
.dscm-home .card .price{margin-bottom:14px;line-height:1.3}
.dscm-home .card .price .now{color:var(--red);font-weight:800;font-size:18px}
.dscm-home .card .price del{color:#9a9a9a;font-weight:400;font-size:13px;margin-right:6px;text-decoration:line-through}
.dscm-home .card .price del .woocommerce-Price-amount{font-weight:400}
.dscm-home .card .price ins{color:var(--red);font-weight:800;font-size:18px;text-decoration:none;background:none}
.dscm-home .card .add{width:100%;font-size:13.5px;padding:11px 14px}

.dscm-home .story{background:var(--green-d);color:#eaf4ee;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;overflow:hidden}
.dscm-home .story .pic{background-size:cover;background-position:center;min-height:520px}
.dscm-home .story .txt{padding:84px 64px 84px 54px;max-width:680px}
.dscm-home .story .kicker{color:var(--gold);font-weight:700;letter-spacing:2.5px;text-transform:uppercase;font-size:14px}
.dscm-home .story h2{font-family:'Playfair Display',serif;font-size:44px;color:#fff;margin:10px 0 18px;line-height:1.18}
.dscm-home .story p{color:#cfe2d6;margin-bottom:22px;font-size:17px}
.dscm-home .feats{display:grid;gap:16px;margin-bottom:30px}
.dscm-home .feat{display:flex;gap:13px;align-items:flex-start}
.dscm-home .feat .ic{color:var(--gold);font-size:22px;margin-top:3px}
.dscm-home .feat b{color:#fff}
.dscm-home .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:46px}
.dscm-home .stat{text-align:center}
.dscm-home .stat b{font-family:'Playfair Display',serif;font-size:42px;color:var(--gold);display:block}
.dscm-home .stat small{color:#cfe2d6;font-size:14px}

.dscm-home .proc{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.dscm-home .pstep{text-align:center;position:relative}
.dscm-home .pstep .ic{width:96px;height:96px;margin:0 auto 18px;border-radius:50%;background:#eaf4ee;color:var(--green);display:flex;align-items:center;justify-content:center;font-size:38px;border:2px dashed var(--gold)}
.dscm-home .pstep .no{position:absolute;top:0;left:50%;transform:translateX(34px);background:var(--gold);color:#3a2a06;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}
.dscm-home .pstep h3{font-size:19px;color:var(--green-d);margin-bottom:8px}
.dscm-home .pstep p{color:var(--muted);font-size:15px}

.dscm-home .promo-band{background:linear-gradient(100deg,var(--green) 0%,var(--green-l) 100%);color:#fff}
.dscm-home .promo-band .wrap{display:flex;justify-content:space-between;align-items:center;gap:34px;flex-wrap:wrap;padding:62px 22px}
.dscm-home .promo-band .kicker{color:var(--gold);font-weight:700;letter-spacing:2.5px;text-transform:uppercase;font-size:14px}
.dscm-home .promo-band h2{font-family:'Playfair Display',serif;font-size:40px;margin:8px 0 10px;color:#fff}
.dscm-home .promo-band p{font-size:17px;color:#dceee3;max-width:560px}

.dscm-home .tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.dscm-home .tcard{background:#fff;border:1px solid var(--line);border-radius:18px;padding:32px}
.dscm-home .tcard .stars{font-size:16px;color:var(--gold)}
.dscm-home .tcard p{color:#46544c;font-style:italic;margin:12px 0 22px;font-size:16px}
.dscm-home .tcard .who{display:flex;align-items:center;gap:13px}
.dscm-home .tcard .av{width:52px;height:52px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}
.dscm-home .tcard .who b{color:var(--green-d);display:block}
.dscm-home .tcard .who small{color:var(--muted)}

.dscm-home .faq{max-width:860px;margin:0 auto}
.dscm-home .qa{background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:16px;overflow:hidden}
.dscm-home .qa .q{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 26px;cursor:pointer;font-weight:600;font-size:18px;color:var(--green-d)}
.dscm-home .qa .q i{color:var(--gold);transition:.25s;flex-shrink:0}
.dscm-home .qa .a{max-height:0;overflow:hidden;transition:max-height .3s ease;color:var(--muted)}
.dscm-home .qa .a p{padding:0 26px 22px;font-size:16px}
.dscm-home .qa.open .a{max-height:300px}
.dscm-home .qa.open .q i{transform:rotate(45deg)}

.dscm-home .cta-band{background:var(--gold);color:#3a2a06}
.dscm-home .cta-band .wrap{text-align:center;padding:70px 22px}
.dscm-home .cta-band .kicker{font-weight:700;letter-spacing:2.5px;text-transform:uppercase;font-size:14px;color:#7a5a10}
.dscm-home .cta-band h2{font-family:'Playfair Display',serif;font-size:40px;margin:8px 0 12px;color:#3a2a06}
.dscm-home .cta-band p{font-size:18px;max-width:600px;margin:0 auto 26px}

@media(max-width:1024px){
  .dscm-home .story .txt{padding:60px 44px}
  .dscm-home .sec-head h2,.dscm-home .story h2{font-size:36px}
  .dscm-home .hero h1{font-size:48px}
  .dscm-home .proc{grid-template-columns:1fr 1fr;gap:36px 26px}
}
@media(max-width:980px){
  .dscm-home .sec{padding:70px 0}
  .dscm-home .benefits .wrap{grid-template-columns:1fr 1fr}
  .dscm-home .cats{grid-template-columns:repeat(3,1fr)}
  .dscm-home .grid{grid-template-columns:repeat(3,1fr)}
  .dscm-home .tgrid{grid-template-columns:1fr}
  .dscm-home .story{grid-template-columns:1fr}
  .dscm-home .story .pic{min-height:320px}
}
@media(max-width:680px){
  .dscm-home{font-size:16px}
  .dscm-home .sec{padding:54px 0}
  .dscm-home .hero{min-height:520px}
  .dscm-home .hero h1{font-size:36px}.dscm-home .hero p{font-size:17px}.dscm-home .hero .cta .btn{flex:1}
  .dscm-home .sec-head{margin-bottom:36px}
  .dscm-home .sec-head h2,.dscm-home .story h2,.dscm-home .promo-band h2,.dscm-home .cta-band h2{font-size:28px}
  .dscm-home .grid{grid-template-columns:1fr 1fr;gap:16px}
  .dscm-home .cats,.dscm-home .proc{grid-template-columns:1fr 1fr}
  .dscm-home .card h3{font-size:14px;min-height:38px}
  .dscm-home .card .price .now,.dscm-home .card .price ins{font-size:16px}
  .dscm-home .card .price del{font-size:12px}
  .dscm-home .card .add{padding:10px;font-size:13px}
  .dscm-home .story .txt{padding:46px 24px}
  .dscm-home .stats{grid-template-columns:1fr 1fr;gap:24px}
  .dscm-home .promo-band .wrap{padding:46px 22px}
}

/* ===== Dải ảnh sản phẩm chạy ngang (marquee) ===== */
.dscm-home .dscm-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.dscm-home .dscm-track{display:flex;gap:24px;width:max-content;padding:16px 24px;animation:dscm-scroll 48s linear infinite}
.dscm-home .dscm-marquee:hover .dscm-track{animation-play-state:paused}
.dscm-home .dscm-frame{flex:0 0 auto;width:260px;text-decoration:none}
.dscm-home .dscm-frame img{width:260px;height:260px;object-fit:cover;border-radius:16px;border:4px solid #fff;box-shadow:0 10px 26px rgba(0,0,0,.14);display:block;transition:.3s}
.dscm-home .dscm-frame:hover img{transform:translateY(-6px) scale(1.02);box-shadow:0 18px 36px rgba(0,0,0,.2)}
.dscm-home .dscm-frame span{display:block;text-align:center;margin-top:12px;color:var(--green-d);font-weight:600;font-size:15px}
@keyframes dscm-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ===== Hiệu ứng hiện dần khi cuộn ===== */
.dscm-anim .dscm-home .sec-head,
.dscm-anim .dscm-home .benefit,
.dscm-anim .dscm-home .cat,
.dscm-anim .dscm-home .card,
.dscm-anim .dscm-home .pstep,
.dscm-anim .dscm-home .tcard,
.dscm-anim .dscm-home .qa,
.dscm-anim .dscm-home .dscm-marquee,
.dscm-anim .dscm-home .bcard,
.dscm-anim .dscm-home .promo-band .wrap,
.dscm-anim .dscm-home .cta-band .wrap,
.dscm-anim .dscm-home .story .txt{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}
.dscm-anim .dscm-home .is-visible{opacity:1 !important;transform:none !important}
@media(max-width:680px){
  .dscm-home .dscm-frame,.dscm-home .dscm-frame img{width:200px}
  .dscm-home .dscm-frame img{height:200px}
  .dscm-home .dscm-track{animation-duration:36s}
}
@media(prefers-reduced-motion:reduce){
  .dscm-home .dscm-track{animation:none}
  .dscm-anim .dscm-home [class]{opacity:1 !important;transform:none !important}
}
