@charset "UTF-8";
.hero-text {
  color: #4b1b3b;
}
.hero-text .btn + .btn {
  margin-left: 12px;
}
.hero-text .btn {
  border: 1px solid #4b1b3b !important;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 14px;
  margin-right: 12px;
}
.hero-text .btn:not(.btn-outline) {
  background: #4b1b3b;
  color: #fff;
  box-shadow: 0 10px 20px rgba(75, 27, 59, 0.18);
}
.hero-text .btn.btn-outline {
  background: #ffe7b6;
  color: #4b1b3b;
  border: 1px solid rgba(75, 27, 59, 0.18);
  box-shadow: none;
}

.hero-title {
  margin: 0 0 14px;
  line-height: 1;
}
.hero-title .brand {
  display: block;
  font-size: 64px;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #4b1b3b;
  font-family: "Cooper Black", "Baloo 2", "Georgia", serif;
}
.hero-title .slogan {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(75, 27, 59, 0.85);
}

.hero-subtitle {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  color: #5a2346;
  font-family: "Montserrat", "Segoe UI", system-ui, sans-serif;
}

.hero-desc {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(75, 27, 59, 0.85);
}

.hero-text-box {
  background: #9b82b8;
  border-radius: 0 0 40px 40px;
  padding: 28px 32px;
}

@media (max-width: 767px) {
  .hero-text .btn.btn-outline {
    margin-left: 0;
    margin-top: 12px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
}
.video-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.video-modal.is-open {
  display: block;
}

.video-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.video-dialog {
  position: relative;
  width: min(900px, 92vw);
  margin: 6vh auto 0;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.video-wrap {
  position: relative;
  padding-top: 56.25%;
}
.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-close {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 26px;
  line-height: 38px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.video-close:hover {
  background: rgba(255, 255, 255, 0.28);
}

/* =========================
   AUDIENCE (Đối tượng hướng tới)
========================= */
.cordydew-audience {
  padding: 70px 0 80px;
  background: #ffffff;
}

.cordydew-audience .audience-header {
  margin-bottom: 26px;
}

.cordydew-audience .audience-title {
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.15;
  color: #7b2a7b; /* tím */
}

/* Grid 2x2 */
.cordydew-audience .audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 34px;
}

/* Card */
.cordydew-audience .audience-card {
  background: #f6dfbd; /* beige giống hình */
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.cordydew-audience .card-title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  color: #111111;
  text-align: center;
}

.cordydew-audience .card-desc {
  margin: 0 0 14px;
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.65);
}

/* Media frame giống hình: khung trắng + bo góc + bóng */
.cordydew-audience .card-media {
  background: #ffffff;
  border-radius: 14px;
  padding: 7px; /* tạo “viền trắng” */
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  max-width: 320px; /* giống size khung ảnh trong hình */
  margin-left: auto;
  margin-right: auto;
}

.cordydew-audience .card-media img {
  width: 100%;
  height: 210px; /* cố định chiều cao cho đồng đều */
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .cordydew-audience {
    padding: 52px 0 60px;
  }
  .cordydew-audience .audience-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .cordydew-audience .audience-card {
    padding: 16px;
  }
  .cordydew-audience .card-media img {
    height: 200px;
  }
}
/* =========================
   TESTIMONIAL
========================= */
.cordydew-testimonial {
  padding: 70px 0;
  background: #ffffff;
}

.cordydew-testimonial .testimonial-header {
  text-align: center;
  margin-bottom: 28px;
}

.cordydew-testimonial .testimonial-title {
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.15;
  color: #7b2a7b; /* tím */
}

.cordydew-testimonial .testimonial-wrap {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 34px;
  align-items: center;
}

/* Image card */
.cordydew-testimonial .testimonial-media {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.cordydew-testimonial .testimonial-media img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* Text */
.cordydew-testimonial .testimonial-content {
  padding-left: 8px;
}

.cordydew-testimonial .testimonial-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.7);
  max-width: 420px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .cordydew-testimonial {
    padding: 56px 0;
  }
  .cordydew-testimonial .testimonial-wrap {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .cordydew-testimonial .testimonial-content {
    padding-left: 0;
  }
  .cordydew-testimonial .testimonial-media img {
    height: 220px;
  }
  .cordydew-testimonial .testimonial-text {
    max-width: 100%;
  }
}
/* ===== CordyDew Story Split ===== */
.split-story {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.split-story::before {
  content: "";
  position: absolute;
  inset: -120px -120px auto auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at 30% 30%, rgba(127, 86, 217, 0.18), transparent 60%);
  filter: blur(2px);
  pointer-events: none;
}

.story-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.story-lead {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 12px;
  color: #1f2937;
}

.story-text {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 18px;
}

.story-highlights {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.story-highlights .hl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
}

.story-highlights .dot {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-radius: 50%;
  background: #7f56d9;
  box-shadow: 0 10px 25px rgba(127, 86, 217, 0.25);
}

.story-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  background: #f3f4f6;
}

.story-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  transform: scale(1.01);
}

.story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  pointer-events: none;
}

.story-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.story-badge .num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: #7f56d9;
  color: #fff;
}

.story-badge .txt {
  font-weight: 700;
  color: #111827;
  font-size: 14px;
}

/* Mobile */
@media (max-width: 991.98px) {
  .split-story {
    padding: 60px 0;
  }
  .story-img {
    height: 360px;
  }
}
/* ===== Why choose us ===== */
.why-sec .section-title p {
  color: rgba(75, 27, 59, 0.85);
}

/* ===== Why choose us ===== */
.why-sec .section-title p {
  color: rgba(75, 27, 59, 0.85);
}

/* Mindmap (desktop/tablet) */
.mindmap {
  position: relative;
  min-height: 560px;
  display: block;
  --accent: #4b1b3b;
  --line: rgba(75, 27, 59, .22);
  --cardW: 300px;
  --centerSize: 176px;
  /* NEW: độ dài dây nối */
  --conn: 140px;
}

/* ==========================================ben */
.cd-benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cd-benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(75, 27, 59, 0.12);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  font-size: 15px;
  color: rgba(75, 27, 59, 0.9);
}

.cd-check {
  color: #4b1b3b;
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
}

/* Product 5 styles      ===================== */
/* ====== Arrow connectors (NEW) ====== */
.mind-item::after,
.mind-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.mind-item::after {
  height: 2px;
  background: var(--line);
  opacity: 1;
  border-radius: 999px;
}

.mind-item::before {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.mind-item.pos-1::after,
.mind-item.pos-3::after,
.mind-item.pos-5::after {
  left: 100%;
  width: var(--conn);
}

.mind-item.pos-1::before,
.mind-item.pos-3::before,
.mind-item.pos-5::before {
  left: calc(100% + 2px);
  border-right-color: var(--line);
}

.mind-item.pos-2::after,
.mind-item.pos-4::after {
  right: 100%;
  width: var(--conn);
}

.mind-item.pos-2::before,
.mind-item.pos-4::before {
  right: calc(100% + 2px);
  border-left-color: var(--line);
}

/* ====== Layout đối xứng theo tâm (UPDATE dùng --conn) ====== */
.mind-item.pos-1 {
  top: 40px;
  right: 50%;
  margin-right: var(--conn);
}

.mind-item.pos-2 {
  top: 120px;
  left: 50%;
  margin-left: var(--conn);
}

.mind-item.pos-3 {
  top: 250px;
  right: 50%;
  margin-right: var(--conn);
}

.mind-item.pos-4 {
  top: 360px;
  left: 50%;
  margin-left: var(--conn);
}

/* Nếu bạn không dùng pos-5 nữa thì có thể bỏ hẳn khối này,
   còn nếu vẫn giữ trong CSS thì vẫn ok */
.mind-item.pos-5 {
  top: 470px;
  right: 50%;
  margin-right: var(--conn);
}

/* Tablet: thu lại cho vừa */
@media (max-width: 991px) {
  .mindmap {
    min-height: 620px;
    --cardW: 280px;
    --centerSize: 164px;
    /* NEW: dây ngắn hơn */
    --conn: 115px;
  }
}
/* Center */
.mindmap-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--centerSize);
  height: var(--centerSize);
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  line-height: 1.15;
  box-shadow: 0 18px 38px rgba(75, 27, 59, 0.25);
  letter-spacing: 0.2px;
  /* hiệu ứng nhịp nhẹ */
  animation: pulseSoft 3.5s ease-in-out infinite;
}

@keyframes pulseSoft {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 18px 38px rgba(75, 27, 59, 0.25);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.03);
    box-shadow: 0 22px 46px rgba(75, 27, 59, 0.28);
  }
}
/* CTA + Contact */
.cd-cta {
  position: relative;
}

.cd-cta-wrap {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.cd-cta-content {
  border-radius: 18px;
  padding: 42px 38px;
  background: linear-gradient(135deg, rgba(125, 65, 255, 0.12), rgba(0, 180, 255, 0.1));
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.cd-cta-title {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 12px;
  font-weight: 800;
}

.cd-cta-desc {
  margin-bottom: 22px;
  opacity: 0.85;
}

.cd-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cd-cta-btn {
  padding: 12px 18px;
  border-radius: 999px;
}

/* Right card */
.cd-cta-contact {
  display: flex;
}

.cd-cta-card {
  width: 100%;
  border-radius: 18px;
  padding: 28px 26px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.cd-cta-card-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 14px;
}

.cd-cta-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.cd-cta-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.cd-cta-list li span {
  font-weight: 700;
  opacity: 0.8;
  white-space: nowrap;
}

.cd-cta-list a {
  font-weight: 700;
  text-decoration: none;
}

.cd-cta-mini {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.cd-cta-mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 991px) {
  .cd-cta-wrap {
    grid-template-columns: 1fr;
  }
  .cd-cta-title {
    font-size: 24px;
  }
}
/* Card item */
.mind-item {
  position: absolute;
  width: var(--cardW);
  background: #fff;
  border-radius: 18px;
  padding: 14px 14px;
  border: 1px solid rgba(75, 27, 59, 0.1);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
  /* vào mượt */
  opacity: 0;
  transform: translateY(10px);
  animation: popIn 0.55s ease forwards;
}

@keyframes popIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* delay từng item (nhìn sang hơn) */
.mind-item.pos-1 {
  animation-delay: 0.05s;
}

.mind-item.pos-2 {
  animation-delay: 0.12s;
}

.mind-item.pos-3 {
  animation-delay: 0.19s;
}

.mind-item.pos-4 {
  animation-delay: 0.26s;
}

.mind-item.pos-5 {
  animation-delay: 0.33s;
}

.mind-item h5 {
  margin: 0 0 6px;
  color: var(--accent);
  font-weight: 800;
  font-size: 16px;
}

.mind-item p {
  margin: 0;
  color: rgba(75, 27, 59, 0.85);
  font-size: 13px;
  line-height: 1.55;
}

/* Hover effect */
.mind-item {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.mind-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.1);
  border-color: rgba(75, 27, 59, 0.18);
}

/* Connector lines: dùng after để vẽ "dây" hướng về tâm */
.mind-item::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
  transform: translateY(-50%);
  opacity: 0.95;
}

/* === Layout đối xứng theo tâm ===
   - Trái: right: 50% + margin-right (khoảng cách đến tâm)
   - Phải: left: 50% + margin-left
*/
.mind-item.pos-1 {
  top: 40px;
  right: 50%;
  margin-right: 140px;
}

.mind-item.pos-1::after {
  right: -140px;
  width: 140px;
}

.mind-item.pos-2 {
  top: 120px;
  left: 50%;
  margin-left: 140px;
}

.mind-item.pos-2::after {
  left: -140px;
  width: 140px;
}

.mind-item.pos-3 {
  top: 250px;
  right: 50%;
  margin-right: 140px;
}

.mind-item.pos-3::after {
  right: -140px;
  width: 140px;
}

.mind-item.pos-4 {
  top: 360px;
  left: 50%;
  margin-left: 140px;
}

.mind-item.pos-4::after {
  left: -140px;
  width: 140px;
}

.mind-item.pos-5 {
  top: 470px;
  right: 50%;
  margin-right: 140px;
}

.mind-item.pos-5::after {
  right: -140px;
  width: 140px;
}

/* Tablet: thu lại cho vừa */
@media (max-width: 991px) {
  .mindmap {
    min-height: 620px;
    --cardW: 280px;
    --centerSize: 164px;
  }
  .mind-item.pos-1,
  .mind-item.pos-3,
  .mind-item.pos-5 {
    margin-right: 115px;
  }
  .mind-item.pos-2,
  .mind-item.pos-4 {
    margin-left: 115px;
  }
  .mind-item.pos-1::after,
  .mind-item.pos-3::after,
  .mind-item.pos-5::after,
  .mind-item.pos-2::after,
  .mind-item.pos-4::after {
    width: 115px;
  }
}
/* Accordion (mobile) */
.why-accordion {
  display: none;
}

.why-accordion details {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(75, 27, 59, 0.12);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  padding: 10px 12px;
  margin-bottom: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.why-accordion details:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.why-accordion summary {
  cursor: pointer;
  font-weight: 800;
  color: #4b1b3b;
  list-style: none;
}

.why-accordion summary::-webkit-details-marker {
  display: none;
}

.why-accordion .acc-body {
  margin-top: 8px;
  color: rgba(75, 27, 59, 0.85);
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .mindmap {
    display: none;
  }
  .why-accordion {
    display: block;
  }
}
/* =================================    CSS: CordyDew Section
================================================= */
.cordydew-section {
  padding: 110px 0;
  position: relative;
  background: radial-gradient(1200px 600px at 20% 10%, rgba(154, 99, 255, 0.1), transparent 60%), radial-gradient(900px 500px at 85% 15%, rgba(54, 210, 164, 0.1), transparent 55%), linear-gradient(180deg, #fbfbff, #ffffff);
}

.cordydew-title p {
  font-size: 16px;
  color: #5f5b75;
  margin: 0 auto;
  max-width: 720px;
}

.cd-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(154, 99, 255, 0.12);
  color: #4b2bbf;
}

.cd-cards {
  margin-top: 38px;
}

.cd-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(20, 18, 31, 0.08);
  border-radius: 18px;
  padding: 26px 22px;
  box-shadow: 0 10px 28px rgba(20, 18, 31, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
}

.cd-card:before {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(500px 220px at 30% 0%, rgba(154, 99, 255, 0.14), transparent 60%);
  pointer-events: none;
}

.cd-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(20, 18, 31, 0.1);
  border-color: rgba(154, 99, 255, 0.22);
}

.cd-icon {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  background: rgba(154, 99, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.cd-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.cd-card h3 {
  font-size: 20px;
  margin: 0 0 8px;
  color: #14121f;
  font-weight: 800;
}

.cd-card p {
  margin: 0;
  color: #6a657f;
  font-size: 15px;
  line-height: 1.6;
}

.cd-content {
  margin-top: 28px;
}

.cd-box {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(20, 18, 31, 0.08);
  border-radius: 18px;
  padding: 22px 22px;
  box-shadow: 0 10px 28px rgba(20, 18, 31, 0.05);
  margin-top: 18px;
}

.cd-box h3 {
  font-size: 20px;
  margin: 0 0 12px;
  color: #14121f;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.cd-muted {
  color: #6a657f;
  font-size: 14px;
  margin: 0 0 12px;
}

.cd-list {
  margin: 0;
  padding-left: 18px;
  color: #5f5b75;
  line-height: 1.7;
  font-size: 15px;
}

.cd-list li {
  margin: 8px 0;
}

.cd-list-check {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.cd-list-check li {
  position: relative;
  padding-left: 28px;
  margin: 10px 0;
}

.cd-list-check li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(54, 210, 164, 0.18);
  color: #0f8a67;
  font-weight: 900;
  font-size: 12px;
  transform: translateY(2px);
}

.cd-highlight {
  border-color: rgba(154, 99, 255, 0.2);
  background: linear-gradient(180deg, rgba(154, 99, 255, 0.08), rgba(255, 255, 255, 0.9));
}

.cd-feature {
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(20, 18, 31, 0.06);
  margin-top: 12px;
}

.cd-feature-title {
  font-weight: 900;
  color: #14121f;
  margin-bottom: 6px;
  font-size: 15px;
}

.cd-feature-desc {
  color: #5f5b75;
  font-size: 14px;
  line-height: 1.6;
}

.cd-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0 12px;
}

.cd-step {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(20, 18, 31, 0.08);
  background: rgba(255, 255, 255, 0.65);
  color: #3a3551;
  font-weight: 800;
  font-size: 14px;
}

.cd-step span {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(154, 99, 255, 0.14);
  color: #4b2bbf;
  font-weight: 900;
}

/* Responsive */
@media (max-width: 991px) {
  .cordydew-title h2 {
    font-size: 30px;
  }
  .cordydew-section {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .cordydew-title h2 {
    font-size: 26px;
  }
  .cd-steps {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .cd-cards div {
    padding-bottom: 20px;
  }
}
/* =================================================== */
/* =========================
   CordyDew Process (NEW)
========================= */
/* Section spacing (nếu theme chưa có pt-100 pb-100 thì giữ nguyên) */
.cordydew-section-process {
  position: relative;
  overflow: hidden;
}

/* Wrap: lấy nền của cha, chỉ làm khung/padding */
.cordydew-process-wrap {
  position: relative;
  padding: 6px 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

/* tắt blur nền cũ */
.cordydew-process-wrap::before,
.cordydew-process-wrap::after {
  content: none;
}

/* GRID */
.cordydew-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

/* CARD */
.process-step {
  position: relative;
  border-radius: 18px;
  padding: 16px 16px 14px;
  min-height: 190px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
  backdrop-filter: blur(6px);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.1);
  border-color: rgba(124, 58, 237, 0.22);
}

/* TOP ROW */
.ps-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

/* BADGE */
.ps-badge {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(135deg, #5C3A87, rgb(167, 142, 199));
  box-shadow: 0 12px 24px rgba(124, 58, 237, 0.18);
  flex: 0 0 auto;
}

/* ICON */
.ps-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.14);
}

.ps-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

/* TEXT */
.ps-title {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 6px;
  line-height: 1.25;
  color: #111827;
}

.ps-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(17, 24, 39, 0.78);
}

.ps-desc b,
.ps-desc strong {
  color: rgba(17, 24, 39, 0.92);
  font-weight: 700;
}

/* ===== Responsive ===== */
@media (max-width: 1199px) {
  .cordydew-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .cordydew-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .process-step {
    min-height: 180px;
  }
}
@media (max-width: 575px) {
  .cordydew-process {
    grid-template-columns: 1fr;
  }
  .process-step {
    padding: 14px 14px 12px;
  }
}
.ps-line {
  display: none;
}

@media (min-width: 1200px) {
  .ps-line {
    display: block;
  }
}
/* ================================product5  */
#featured-product-cordydew {
  background: #fff;
}

.cd-product-one .section-title p {
  color: rgba(75, 27, 59, 0.85);
}

/* Media (image) */
.cd-prod-media {
  position: relative;
  border-radius: 26px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(75, 27, 59, 0.08), rgb(255, 255, 255));
  border: 1px solid rgba(75, 27, 59, 0.14);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.cd-prod-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(75, 27, 59, 0.92);
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.2px;
}

.cd-prod-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

/* floating mini labels */
.cd-prod-float {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  z-index: 2;
}

.cd-float-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(75, 27, 59, 0.14);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  color: black;
  font-size: 13px;
  font-weight: 800;
  margin: 0.5rem;
}

.cd-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: black;
}

/* Content */
.cd-prod-content {
  background: #fff;
  border-radius: 26px;
  padding: 28px 26px;
  border: 1px solid rgba(75, 27, 59, 0.12);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
}

.cd-prod-title {
  margin: 0 0 10px;
  color: #4b1b3b;
  font-weight: 1000;
  font-size: 26px;
}

.cd-prod-desc {
  margin: 0 0 18px;
  color: rgba(75, 27, 59, 0.86);
  line-height: 1.7;
}

/* Feature grid */
.cd-prod-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
}

.cd-prod-feature {
  display: flex;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(75, 27, 59, 0.06);
  border: 1px solid rgba(75, 27, 59, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cd-prod-feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.08);
}

.cd-ico {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(75, 27, 59, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex: 0 0 auto;
}

.cd-prod-feature h5 {
  margin: 0 0 2px;
  color: #4b1b3b;
  font-weight: 900;
  font-size: 14px;
}

.cd-prod-feature p {
  margin: 0;
  color: rgba(75, 27, 59, 0.85);
  font-size: 13px;
  line-height: 1.5;
}

/* CTA */
.cd-prod-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cd-prod-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  background: #4b1b3b;
  color: #fff;
  font-weight: 900;
  border: 1px solid #4b1b3b;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.cd-prod-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  color: #fff;
}

.cd-prod-note {
  color: rgba(75, 27, 59, 0.72);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 991px) {
  .cd-prod-img {
    height: 360px;
  }
  .cd-prod-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .cd-prod-content {
    padding: 22px 18px;
    border-radius: 20px;
  }
  .cd-prod-media {
    border-radius: 20px;
  }
  .cd-prod-img {
    height: 320px;
    border-radius: 16px;
  }
}
/* =========================
   CordyDew Benefits Section (Scoped)
========================= */
#cordydew-benefits-sec.cordydew-benefits {
  position: relative;
  overflow: hidden;
  background: radial-gradient(1200px 600px at 10% 10%, rgba(124, 58, 237, 0.1), transparent 55%), radial-gradient(900px 500px at 90% 30%, rgba(236, 72, 153, 0.1), transparent 55%), linear-gradient(180deg, rgb(255, 255, 255), rgb(250, 250, 255));
}

#cordydew-benefits-sec .cd-badge {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  color: #6d28d9;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.16);
  margin-bottom: 10px;
}

/* Left media */
#cordydew-benefits-sec .cd-media {
  position: relative;
  border-radius: 22px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(124, 58, 237, 0.12);
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.08);
}

#cordydew-benefits-sec .cd-media-bg {
  position: absolute;
  inset: -30px;
  border-radius: 26px;
  background: radial-gradient(circle at 30% 30%, rgba(236, 72, 153, 0.18), transparent 60%), radial-gradient(circle at 70% 60%, rgba(124, 58, 237, 0.18), transparent 62%);
  filter: blur(8px);
  z-index: 0;
}

#cordydew-benefits-sec .cd-media-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

/* Floating badges */
#cordydew-benefits-sec .cd-float {
  position: absolute;
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 24, 39, 0.1);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.1);
  backdrop-filter: blur(8px);
}

#cordydew-benefits-sec .cd-float-1 {
  left: 16px;
  bottom: 18px;
}

#cordydew-benefits-sec .cd-float-2 {
  right: 16px;
  top: 18px;
}

#cordydew-benefits-sec .cd-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #7c3aed, #ec4899);
}

#cordydew-benefits-sec .cd-float-title {
  font-weight: 800;
  font-size: 13px;
  line-height: 1.1;
}

#cordydew-benefits-sec .cd-float-desc {
  font-size: 12px;
  opacity: 0.75;
}

/* Right cards */
#cordydew-benefits-sec .cd-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#cordydew-benefits-sec .cd-card {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(124, 58, 237, 0.12);
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.08);
  padding: 16px 16px 14px;
}

#cordydew-benefits-sec .cd-card-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 10px;
}

#cordydew-benefits-sec .cd-ico {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.14), rgba(236, 72, 153, 0.1));
  border: 1px solid rgba(124, 58, 237, 0.16);
  font-size: 18px;
}

#cordydew-benefits-sec .cd-card h4 {
  margin: 0 0 4px;
  font-weight: 800;
  font-size: 16px;
}

#cordydew-benefits-sec .cd-card p {
  margin: 0;
  font-size: 13px;
  opacity: 0.78;
}

/* list */
#cordydew-benefits-sec .cd-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#cordydew-benefits-sec .cd-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 10px;
  border-radius: 14px;
  background: rgba(124, 58, 237, 0.05);
  border: 1px solid rgba(124, 58, 237, 0.1);
}

#cordydew-benefits-sec .cd-check {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6d28d9;
  background: rgba(124, 58, 237, 0.14);
  border: 1px solid rgba(124, 58, 237, 0.18);
  font-weight: 900;
  margin-top: 1px;
}

#cordydew-benefits-sec .cd-sub {
  font-size: 13px;
  opacity: 0.78;
  margin-top: 3px;
}

#cordydew-benefits-sec .cd-text {
  font-size: 13.5px;
  opacity: 0.85;
  line-height: 1.6;
  margin-top: 6px;
}

/* tags */
#cordydew-benefits-sec .cd-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

#cordydew-benefits-sec .cd-tag {
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(236, 72, 153, 0.08);
  border: 1px solid rgba(236, 72, 153, 0.14);
  font-weight: 700;
}

/* mobile */
@media (max-width: 991px) {
  #cordydew-benefits-sec .cd-float-2 {
    right: 12px;
    top: 12px;
  }
  #cordydew-benefits-sec .cd-float-1 {
    left: 12px;
    bottom: 12px;
  }
}
@media (max-width: 767px) {
  #cordydew-benefits-sec .cd-ico {
    display: none;
  }
}
/* ========================================== */
/* =========================
   CordyDew Target Customers (Scoped)
========================= */
#cordydew-target-sec.cd-target {
  position: relative;
  background: transparent;
}

#cordydew-target-sec .cd-target-title p {
  opacity: 0.78;
  line-height: 1.7;
}

/* reuse badge but scoped */
#cordydew-target-sec .cd-badge {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 750;
  font-size: 13px;
  color: #6d28d9;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.16);
  margin-bottom: 10px;
}

/* cards */
#cordydew-target-sec .cd-aud-card {
  height: 100%;
  border-radius: 18px;
  padding: 16px 16px 14px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(124, 58, 237, 0.12);
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

#cordydew-target-sec .cd-aud-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 55px rgba(17, 24, 39, 0.12);
  border-color: rgba(124, 58, 237, 0.2);
}

#cordydew-target-sec .cd-aud-top {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

#cordydew-target-sec .cd-aud-ico {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: radial-gradient(circle at 30% 30%, rgba(236, 72, 153, 0.16), rgba(124, 58, 237, 0.14));
  border: 1px solid rgba(124, 58, 237, 0.16);
}

#cordydew-target-sec .cd-aud-card h5 {
  margin: 0;
  font-weight: 850;
  font-size: 15.5px;
  line-height: 1.25;
}

#cordydew-target-sec .cd-aud-card p {
  margin: 0;
  opacity: 0.82;
  line-height: 1.65;
  font-size: 13.5px;
}

#cordydew-target-sec .cd-aud-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

#cordydew-target-sec .cd-pill {
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.07);
  border: 1px solid rgba(124, 58, 237, 0.14);
  font-weight: 750;
  opacity: 0.92;
}

/* =========================
   CordyDew VMV (beautified)
========================= */
.cd-vmv2 {
  /* position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 12% 16%, rgba(236, 72, 153, .10), transparent 55%),
    radial-gradient(900px 520px at 88% 24%, rgba(124, 58, 237, .10), transparent 55%),
    linear-gradient(180deg, #ffffff, #fafbff); */
}

.cd-vmv2-top {
  max-width: 920px;
  margin: 0 auto 34px;
}

.cd-vmv2-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  color: #5b21b6;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.18);
}

.cd-vmv2-quote {
  margin: 14px 0 10px;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 28px;
  line-height: 1.25;
  /* color: #0f172a; */
}

.cd-vmv2-sub {
  margin: 0 auto;
  max-width: 860px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.82);
}

/* Vision / Mission cards */
.cd-vmv2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
}

.cd-vmv2-card {
  position: relative;
  padding: 22px 22px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(6px);
  transition: 0.25s ease;
}

.cd-vmv2-card:hover {
  transform: translateY(-6px);
}

.cd-vmv2-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.cd-vmv2-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.18);
  font-size: 18px;
}

.cd-vmv2-title {
  font-weight: 900;
  font-size: 20px;
}

.cd-vmv2-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(15, 23, 42, 0.88);
}

/* Core values */
.cd-vmv2-values {
  margin-top: 34px;
  padding: 22px 22px 26px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(6px);
}

.cd-vmv2-values-head {
  text-align: center;
  margin-bottom: 16px;
}

.cd-vmv2-values-head h3 {
  margin: 0 0 6px;
  font-weight: 950;
  font-size: 22px;
}

.cd-vmv2-values-head p {
  margin: 0;
  color: rgba(15, 23, 42, 0.75);
  line-height: 1.7;
}

.cd-vmv2-chips {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.cd-chip {
  padding: 14px 14px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
  transition: 0.25s ease;
}

.cd-chip:hover {
  transform: translateY(-4px);
}

.cd-chip-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.cd-chip-ico {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(236, 72, 153, 0.1);
  border: 1px solid rgba(236, 72, 153, 0.18);
  font-size: 16px;
}

.cd-chip-desc {
  display: block;
  color: rgba(15, 23, 42, 0.78);
  line-height: 1.6;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
  .cd-vmv2-quote {
    font-size: 24px;
  }
  .cd-vmv2-grid {
    grid-template-columns: 1fr;
  }
  .cd-vmv2-chips {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cd-vmv2-chips {
    grid-template-columns: 1fr;
  }
}
/* =========================
   CordyDew Team (owl cards)
========================= */
.cd-team .cd-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  color: #5b21b6;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.18);
  margin-bottom: 10px;
}

/* Card */
.cd-team .cd-member {
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  transition: 0.25s ease;
  min-height: 445px;
}

.cd-team .cd-member:hover {
  transform: translateY(-6px);
}

/* Thumb (placeholder background) */
.cd-team .cd-thumb {
  background-size: cover;
  background-position: center;
  position: relative;
}

/* overlay mềm */
.cd-team .cd-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
}

/* Info */
.cd-team .team-info {
  padding: 18px 18px 20px;
}

.cd-team .team-info h5 {
  margin: 10px 0 6px;
  font-weight: 900;
  color: #0f172a;
}

.cd-team .team-info h6 {
  margin: 0 0 10px;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.7);
  font-size: 14px;
}

.cd-team .cd-meta {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cd-team .cd-meta li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  line-height: 1.6;
  color: rgba(15, 23, 42, 0.82);
  font-size: 14px;
}

.cd-team .cd-meta li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 18px;
  line-height: 1;
  color: rgba(124, 58, 237, 0.85);
}

/* Tag */
.cd-team .cd-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(15, 23, 42, 0.03);
  color: rgba(15, 23, 42, 0.85);
}

.cd-team .cd-tag--expert {
  background: rgba(236, 72, 153, 0.1);
  border-color: rgba(236, 72, 153, 0.18);
  color: #9d174d;
}

.cd-team .cd-tag--market {
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.18);
  color: #166534;
}

.cd-team .cd-tag--rnd {
  background: rgba(124, 58, 237, 0.1);
  border-color: rgba(124, 58, 237, 0.18);
  color: #5b21b6;
}

.cd-team .cd-tag--biz {
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(59, 130, 246, 0.18);
  color: #1d4ed8;
}

.cd-team .cd-tag--mkt {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.22);
  color: #92400e;
}

.cd-team .cd-tag--sales {
  background: rgba(20, 184, 166, 0.1);
  border-color: rgba(20, 184, 166, 0.18);
  color: #115e59;
}

.cd-team .cd-tag--digital {
  background: rgba(99, 102, 241, 0.1);
  border-color: rgba(99, 102, 241, 0.18);
  color: #3730a3;
}

/* Thumb background placeholders (đổi ảnh thật sau) */
.cd-team .thumb-luan {
  background-image: url(../img/home-seven/team-1.png);
}

.cd-team .thumb-dieu {
  background-image: url(../img/home-seven/team-1.png);
}

.cd-team .thumb-thao {
  background-image: url(../img/home-seven/team-1.png);
}

.cd-team .thumb-ngoc {
  background-image: url(../img/home-seven/team-1.png);
}

.cd-team .thumb-giang {
  background-image: url(../img/home-seven/team-1.png);
}

.cd-team .thumb-huy {
  background-image: url(../img/home-seven/team-1.png);
}

.cd-team .thumb-phat {
  background-image: url(../img/home-seven/team-1.png);
}

/* =========================
   BENEFITS & FEATURES (Những điều thú vị về CORDYDEW)
========================= */
.cordydew-benefits-features {
  padding: 70px 0 80px;
  background: #ffffff;
}

.cordydew-benefits-features .benefits-header {
  margin-bottom: 52px;
}

.cordydew-benefits-features .benefits-title {
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.15;
  color: #7b2a7b; /* tím */
  text-align: center;
}

/* Layout 2 columns: media + cards */
.cordydew-benefits-features .benefits-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

/* Left side: Product image */
.cordydew-benefits-features .benefits-media {
  position: relative;
}

.cordydew-benefits-features .benefits-media img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Right side: Cards grid 2x2 */
.cordydew-benefits-features .benefits-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 480px;
  margin: 0 auto;
}

.cordydew-benefits-features .benefit-card {
  background: #f6dfbd;
  border-radius: 16px;
  padding: 22px 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.cordydew-benefits-features .benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.cordydew-benefits-features .card-title {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  color: #111111;
}

.cordydew-benefits-features .card-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
}

.cordydew-benefits-features .benefits-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.cordydew-benefits-features .benefits-list li {
  margin: 8px 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
}

.cordydew-benefits-features .benefits-list .arrow {
  color: #7b2a7b;
  font-weight: 700;
  margin-right: 4px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .cordydew-benefits-features {
    padding: 52px 0 60px;
  }
  .cordydew-benefits-features .benefits-content {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .cordydew-benefits-features .benefits-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cordydew-benefits-features .benefit-card {
    padding: 18px 16px;
  }
  .cordydew-benefits-features .card-title {
    font-size: 14px;
  }
  .cordydew-benefits-features .card-text,
  .cordydew-benefits-features .benefits-list li {
    font-size: 12.5px;
  }
}
@media (max-width: 575.98px) {
  .cordydew-benefits-features {
    padding: 40px 0 48px;
  }
  .cordydew-benefits-features .benefits-title {
    font-size: 24px;
  }
  .cordydew-benefits-features .benefits-cards {
    grid-template-columns: 1fr;
  }
  .cordydew-benefits-features .benefit-card {
    padding: 16px 14px;
  }
}