
/* ===== Duclsaty WhyChoose | Module 4 Quality (Scoped | v3.9 Typography + Rhythm) ===== */
#dwyc-m4{
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  color:#333;
  line-height:1.6;
}
#dwyc-m4 *{box-sizing:border-box;}

/* layout (keep) */
#dwyc-m4 .wrap{max-width:1100px;margin:0 auto;padding:0 40px;}
#dwyc-m4 .sec{padding:56px 0;}                 /* section spacing standard */
#dwyc-m4 .center{text-align:center;}

/* Section title (H2 standard) */
#dwyc-m4 h2{
  margin:0 0 18px;
  font-size:32px;                               /* Desktop H2 */
  font-weight:700;
  line-height:1.25;
  color:#1a2530;
  letter-spacing:-0.01em;
}

/* Intro text */
#dwyc-m4 .p{
  margin:0 auto 26px;
  max-width:70ch;
  font-size:18px;
  font-weight:400;
  line-height:1.8;
  color:#495057;
}

/* layout */
#dwyc-m4 .flex{display:flex;flex-wrap:wrap;gap:24px;align-items:stretch;}
#dwyc-m4 .col{flex:1;min-width:260px;}

/* Placeholder (if used) */
#dwyc-m4 .ph{
  width:100%;
  border:1px dashed #bbb;
  border-radius:8px;
  background:#fafafa;
  color:#666;
  padding:26px;
  text-align:center;
  font-size:16.5px;
  line-height:1.8;
}

/* Image */
#dwyc-m4 .img{
  width:100%;
  height:auto;
  display:block;
  border-radius:8px;
  border:1px solid #eee;
}

/* Card */
#dwyc-m4 .card{
  border:1px solid #eee;
  border-radius:8px;
  background:#fff;
  padding:22px;
}

/* Card headings */
#dwyc-m4 .card h3{
  margin:0 0 10px;
  font-size:19px;
  font-weight:600;
  line-height:1.5;
  color:#1a2530;
}

/* Card body */
#dwyc-m4 .card p{
  margin:0;
  font-size:17px;                               /* refined body */
  font-weight:400;
  line-height:1.75;
  color:#495057;
}

/* Divider */
#dwyc-m4 .divider{height:1px;background:#f0f0f0;max-width:1200px;margin:0 auto;}

/* Mobile */
@media(max-width:768px){
  #dwyc-m4 .wrap{padding:0 20px;}
  #dwyc-m4 .sec{padding:44px 0;}
  #dwyc-m4 h2{
    font-size:24px;
    margin:0 0 16px;
  }
  #dwyc-m4 .p{
    font-size:17px;
    margin:0 auto 22px;
  }
  #dwyc-m4 .card p{
    font-size:16.5px;
  }
  #dwyc-m4 .ph{
    font-size:15.5px;
  }
}
