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

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

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

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

/* cards */
#dwyc-m6 .flex{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
}
#dwyc-m6 .col{flex:1;min-width:260px;}
#dwyc-m6 .card{
  border:1px solid #eee;
  border-radius:8px;
  background:#fff;
  padding:22px;
}
#dwyc-m6 .card h3{
  margin:0 0 10px;
  font-size:19px;
  font-weight:600;
  line-height:1.5;
  color:#1a2530;
}
#dwyc-m6 .card p{
  margin:0;
  font-size:17px;
  font-weight:400;
  line-height:1.75;
  color:#495057;
}

/* CTA block */
#dwyc-m6 .cta{
  border:1px solid #eee;
  border-radius:8px;
  padding:22px;
  background:#fff;
  margin-top:32px;
}

/* CTA title inside card */
#dwyc-m6 .cta-title{
  margin:0 0 12px;
  font-size:28px;
  font-weight:700;
  line-height:1.25;
  color:#1a2530;
}

/* Buttons */
#dwyc-m6 .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#8B5A2B;
  color:#fff;
  text-decoration:none;
  padding:12px 20px;
  border-radius:8px;
  font-size:15px;
  font-weight:600;
  line-height:1;
  transition:transform .18s ease, background-color .18s ease, box-shadow .18s ease;
  box-shadow:0 3px 10px rgba(139,90,43,.14);
  white-space:nowrap;
}
#dwyc-m6 .btn:hover{
  background:#7b4f26;
  transform:translateY(-1px);
}
#dwyc-m6 .btn + .btn{margin-left:18px;}

/* Mobile */
@media(max-width:768px){
  #dwyc-m6 .wrap{padding:0 20px;}
  #dwyc-m6 .sec{padding:44px 0;}

  #dwyc-m6 h2{
    font-size:24px;
    margin:0 0 16px;
  }
  #dwyc-m6 .p{
    font-size:17px;
    margin:0 auto 22px;
  }
  #dwyc-m6 .card p{
    font-size:16.5px;
  }

  #dwyc-m6 .cta{margin-top:26px;}

  #dwyc-m6 .cta-title{
    font-size:24px;
  }

  #dwyc-m6 .btn + .btn{margin-left:0;}
  #dwyc-m6 .btn{
    width:100%;
    max-width:340px;
  }
  #dwyc-m6 .cta-actions{
    margin-top:16px;
    display:flex;
    flex-direction:column;
    gap:12px;
    align-items:center;
  }
}
