@charset "UTF-8";
/* =========================
   Products Page - CordyDew
========================= */
.pd-subtitle {
  margin-top: 10px;
  opacity: 0.85;
  font-size: 16px;
}

/* Intro background blobs */
.pd-intro {
  position: relative;
  overflow: hidden;
}

.pd-intro::before {
  content: "";
  position: absolute;
  inset: -220px -220px auto auto;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.16), rgba(124, 58, 237, 0) 65%);
  pointer-events: none;
}

.pd-intro::after {
  content: "";
  position: absolute;
  inset: auto auto -260px -260px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.14), rgba(236, 72, 153, 0) 65%);
  pointer-events: none;
}

/* Card */
.pd-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  padding: 26px 24px;
}

.pd-soft {
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.06), rgba(236, 72, 153, 0.04));
}

.pd-badge {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  color: #5b21b6;
  background: rgba(124, 58, 237, 0.12);
  margin-bottom: 10px;
}

.pd-badge-2 {
  background: rgba(236, 72, 153, 0.12);
  color: #be185d;
}

.pd-title {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.pd-desc {
  opacity: 0.9;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* Feature list */
.pd-feature-list {
  display: grid;
  gap: 12px;
}

.pd-feature {
  display: flex;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.pd-feature h6 {
  margin-bottom: 4px;
  font-weight: 900;
}

.pd-feature p {
  margin: 0;
  opacity: 0.86;
  font-size: 14px;
  line-height: 1.5;
}

.pd-ic {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(236, 72, 153, 0.1);
  border: 1px solid rgba(236, 72, 153, 0.16);
}

.pd-ic i {
  color: #5b21b6;
}

/* Visual */
.pd-visual {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 18px 55px rgba(16, 24, 40, 0.1);
  min-height: 360px;
  background: #fff;
}

.pd-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}

.pd-blob {
  position: absolute;
  inset: -40% -30% auto auto;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.28), rgba(236, 72, 153, 0) 65%), radial-gradient(circle, rgba(124, 58, 237, 0.22), rgba(124, 58, 237, 0) 65%);
  filter: blur(2px);
  z-index: 1;
}

.pd-dots {
  position: absolute;
  inset: auto 14px 14px auto;
  width: 160px;
  height: 100px;
  background-image: radial-gradient(rgba(124, 58, 237, 0.35) 1.2px, transparent 1.2px);
  background-size: 10px 10px;
  border-radius: 14px;
  opacity: 0.55;
  z-index: 3;
}

.pd-chip {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 4;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

/* CTA */
.pd-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.pd-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 12px 18px;
  box-shadow: 0 16px 35px rgba(236, 72, 153, 0.18);
}

.pd-link {
  font-weight: 900;
  color: #5b21b6;
  text-decoration: underline;
}

/* Bottom */
.pd-bottom-card {
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.1), rgba(236, 72, 153, 0.08));
  border: 1px solid rgba(124, 58, 237, 0.16);
  border-radius: 18px;
  padding: 22px 22px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 991px) {
  .pd-title {
    font-size: 24px;
  }
  .pd-visual {
    min-height: 280px;
  }
}
/* =========================
   CordyDew Products Page v2
   ========================= */
.cd-hero .cd-hero-actions {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.cd-ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.2s ease;
  font-weight: 600;
}

.cd-ghost-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

/* Section title */
.cd-section-title h2 {
  margin-bottom: 10px;
}

.cd-section-title p {
  opacity: 0.9;
  margin-bottom: 0;
}

/* Intro */
.cd-intro {
  /* background: #fff; */
}

.cd-vcard {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cd-vcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.cd-vcard-media {
  padding: 14px 14px 0 14px;
}

.cd-vcard-imgholder {
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.02));
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  letter-spacing: 0.2px;
}

.cd-vcard-body {
  padding: 16px 18px 18px 18px;
}

.cd-vcard-body h5 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.25;
}

.cd-ul {
  margin: 0;
  padding-left: 18px;
}

.cd-ul li {
  margin: 6px 0;
}

/* Intro CTA bar */
.cd-intro-cta {
  background: #5C3A87;
  color: #fff;
  border-radius: 18px;
  padding: 18px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

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

/* Product: split block */
.pd-card .pd-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  opacity: 0.8;
  margin-bottom: 10px;
}

.pd-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 16px;
}

.pd-fit {
  margin-top: 8px;
  opacity: 0.95;
}

/* Ingredients unified box */
.pd-ingredients {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  border-radius: 14px;
  padding: 12px;
}

.pd-ing {
  padding: 10px 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
}

.pd-ing:last-child {
  border-bottom: 0;
}

.pd-ing-title {
  font-weight: 800;
  margin-bottom: 4px;
}

.pd-ing-text {
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.5;
}

/* Bottom CTA */
.cd-bottom-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .pd-split {
    grid-template-columns: 1fr;
  }
  .cd-bottom-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .cd-vcard-imgholder {
    height: 140px;
  }
}
.img-product {
  max-height: 480px;
  min-height: 480px;
  width: 100%;
}

/* PROJECT CORDYDEW SECTION */
.cd-project-title {
  text-align: center;
  font-weight: 800;
  letter-spacing: 1px;
  color: #7b2d8a; /* tím tiêu đề */
  margin-bottom: 10px;
  text-transform: uppercase;
}

.cd-project-card {
  background: #f6dfbd; /* nền be */
  border-radius: 14px;
  padding: 22px 22px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.cd-project-card h3 {
  margin: 0 0 10px;
  font-weight: 800;
  color: #111;
  text-align: center;
}

.cd-project-card p {
  margin: 0;
  color: #111;
  line-height: 1.7;
  font-size: 15px;
}

.cd-project-card--big {
  padding: 26px 26px;
}

@media (max-width: 991px) {
  .cd-project .row.g-4 {
    --bs-gutter-y: 18px;
    --bs-gutter-x: 14px;
  }
}
@media (max-width: 991px) {
  .cd-project .row.g-4 > [class*=col-] {
    margin-bottom: 18px;
  }
  .cd-project .row.g-4 > [class*=col-]:last-child {
    margin-bottom: 0;
  }
}
.cd-project-card p {
  text-align: left;
  text-justify: auto;
  hyphens: none;
}

/* ===== Product Highlight ===== */
.cd-product-highlight .cd-ph-title {
  text-align: center;
  font-weight: 900;
  letter-spacing: 1px;
  color: #7b2d8a;
  margin: 0;
  text-transform: uppercase;
}

.cd-ph-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.cd-ph-left {
  padding: 34px 34px;
  background: #f6dfbd;
  /* nền be */
}

.cd-ph-brand {
  font-weight: 900;
  color: #6a1f73;
  margin: 0 0 14px;
  font-size: 44px;
  line-height: 1.05;
  font-family: "Cooper Black", "Baloo 2", "Georgia", serif;
}

.cd-ph-list {
  margin: 0 0 22px;
  padding-left: 18px;
  color: #111;
  line-height: 1.7;
  font-size: 16px;
}

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

.cd-ph-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.cd-ph-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
}

.cd-ph-btn--primary {
  background: #f07b25;
  color: #fff;
  border-color: #d35f0d;
}

.cd-ph-btn--primary:hover {
  color: #fff;
}

.cd-ph-btn--secondary:hover {
  color: #fff;
}

.cd-ph-btn--secondary {
  background: #7b2d8a;
  color: #fff;
  border-color: #6a1f73;
}

.cd-ph-right {
  background: #0b0f14;
  /* nền tối phía ảnh */
  display: flex;
  align-items: center;
  justify-content: center;
}

.cd-ph-img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 991px) {
  .cd-ph-card {
    grid-template-columns: 1fr;
  }
  .cd-ph-brand {
    font-size: 38px;
  }
  .cd-ph-img {
    max-height: 280px;
  }
}
/* ===== Production Process ===== */
.cd-process-title {
  text-align: center;
  font-weight: 900;
  letter-spacing: 1px;
  color: #7b2d8a;
  margin: 0;
  text-transform: uppercase;
}

.cd-process-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cd-process-item {
  background: #f6dfbd; /* nền be */
  border-radius: 8px;
  padding: 16px 18px;
}

.cd-process-text {
  color: #111;
  font-size: 18px;
  line-height: 1.5;
}

.cd-process-text b {
  font-weight: 900;
}

/* Responsive */
@media (max-width: 991px) {
  .cd-process-text {
    font-size: 16px;
  }
}
/* ===== Quality Testing ===== */
.cd-quality-title {
  text-align: center;
  font-weight: 900;
  letter-spacing: 1px;
  color: #7b2d8a;
  margin: 0;
  text-transform: uppercase;
}

.cd-qcard {
  text-align: center;
}

.cd-qcard-media {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.cd-qcard-img {
  width: 100%;
  height: 290px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.cd-qcard-title {
  margin: 18px 0 8px;
  font-weight: 800;
  color: #111;
}

.cd-qcard-desc {
  margin: 0 auto;
  max-width: 320px;
  color: #666;
  line-height: 1.6;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
  .cd-qcard-img {
    height: 240px;
  }
}