
:root {
  --obsidian: #0c0c0e;
  --obsidian-2: #141417;
  --obsidian-3: #1c1c21;
  --obsidian-4: #252529;
  --warm-white: #fafaf7;
  --white: #ffffff;
  --warm-gray-1: #f3f3ef;
  --warm-gray-2: #e8e8e3;
  --warm-gray-3: #c8c8c0;
  --warm-gray-4: #98988e;
  --warm-gray-5: #5c5c54;
  --amber: #f0a500;
  --amber-dark: #c98800;
  --amber-light: #fff0c2;
  --amber-glow: rgba(240, 165, 0, 0.15);
  --danger: #e53e3e;
  --danger-light: #fff5f5;
  --success: #2f855a;
  --success-light: #f0fff4;
  --r: 16px;
  --r-sm: 10px;
  --r-lg: 24px;
  --r-xl: 32px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.18);
  --shadow-amber: 0 8px 32px rgba(240, 165, 0, 0.25);
}

.pt-80{
  padding-top: 80px;
}

.pb-80{
  padding-bottom: 80px;
}
.mb-80{
  margin-bottom: 80px;
}

.pdi-breadcrumb{
      margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.pdi-breadcrumb{
  color: var(--amber);
}

/* ── TOPBAR ── */
.pdi-topbar {
  background: var(--obsidian);
  padding: 10px 44px 10px 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  overflow: hidden;
  font-family: "DM Sans", sans-serif;
}
.pdi-topbar .highlight {
  color: var(--amber);
  font-weight: 700;
}
.pdi-topbar .topbar-dismiss {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 0;
}
.pdi-topbar .topbar-dismiss:hover {
  color: rgba(255, 255, 255, 0.8);
}

.pdi-site-header {
  background: transparent;
  box-shadow: none;
  border: none;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.pdi-site-header .navbar {
  background: rgba(250, 250, 247, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--warm-gray-2);
  position: static;
  transition: box-shadow 0.3s;
  padding: 0;
}
.pdi-site-header .navbar.scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.pdi-site-header .nav-wrap {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.pdi-site-header .logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
}
.pdi-site-header .logo-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--obsidian);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pdi-site-header .logo-icon svg {
  width: 20px;
  height: 20px;
}
.pdi-site-header .logo-wordmark {
  font-family: "Playfair Display", serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--obsidian);
  letter-spacing: -0.5px;
}
.pdi-site-header .logo-wordmark span {
  color: var(--amber);
}

.pdi-site-header .nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}
.pdi-site-header .nav-links > a {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--warm-gray-5);
  padding: 8px 14px;
  border-radius: 8px;
  transition:
    color 0.15s,
    background 0.15s;
  text-decoration: none;
  white-space: nowrap;
}
.pdi-site-header .nav-links > a:hover {
  color: var(--obsidian);
  background: var(--warm-gray-1);
}
.pdi-site-header .nav-links > a.active {
  color: var(--amber);
  font-weight: 600;
}

.pdi-site-header .nav-links > a.nav-cta-ghost {
  border: 1.5px solid var(--warm-gray-2);
  color: var(--obsidian);
  border-radius: 10px;
}
.pdi-site-header .nav-links > a.nav-cta-ghost:hover {
  border-color: var(--obsidian);
  background: var(--warm-gray-1);
  color: var(--obsidian);
}
.pdi-site-header .nav-links > a.nav-cta-ghost.active {
  color: var(--amber);
  border-color: var(--amber);
}
.pdi-site-header .nav-links > a.nav-cta-fill {
  background: var(--obsidian);
  color: var(--white);
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 18px;
}
.pdi-site-header .nav-links > a.nav-cta-fill:hover {
  background: var(--obsidian-3);
  color: var(--white);
  transform: translateY(-1px);
}

.pdi-site-header .nav-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  margin-left: auto;
}
.pdi-site-header .nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--obsidian);
  margin: 5px 0;
  border-radius: 2px;
  transition: all 0.25s;
}
.pdi-site-header .nav-hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.pdi-site-header .nav-hamburger.open span:nth-child(2) {
  opacity: 0;
}
.pdi-site-header .nav-hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Language switcher inside the new navbar — wide enough for one-line options */
.pdi-site-header .language-switcher {
  margin-left: 6px;
}
.pdi-site-header .custom-lang-switcher {
  width: auto;
  min-width: 150px;
}
.pdi-site-header .lang-btn {
  padding: 7px 14px;
  font-size: 0.85rem;
  border-radius: 10px;
}
.pdi-site-header .lang-menu {
  width: auto;
  min-width: 100%;
  white-space: nowrap;
}
.pdi-site-header .lang-option {
  white-space: nowrap;
}

/* ── MOBILE ── */
@media (max-width: 992px) {
  .pdi-site-header .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    background: rgba(250, 250, 247, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 16px 24px 22px;
    border-bottom: 1px solid var(--warm-gray-2);
    box-shadow: var(--shadow-md);
  }
  .pdi-site-header .nav-links.open {
    display: flex;
  }
  .pdi-site-header .nav-links > a {
    padding: 12px 14px;
  }
  .pdi-site-header .nav-cta-ghost,
  .pdi-site-header .nav-cta-fill {
    text-align: center;
  }
  .pdi-site-header .nav-hamburger {
    display: block;
  }
  .pdi-site-header .language-switcher {
    margin: 8px 0 0;
  }
  .pdi-site-header .custom-lang-switcher {
    width: 100%;
  }
}

/* ════════════════════════════════════════════
   HOMEPAGE — scoped under .pdi-2026 so other
   pages keep their existing styles.
   ════════════════════════════════════════════ */
@keyframes pdiPulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes pdiFloat {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* ── HERO ── */
.pdi-2026 .hero {
  background: var(--obsidian);
  position: relative;
  overflow: hidden;
  padding: 90px 24px 80px;
  text-align: left;
  border-radius: 0;
  color: var(--white);
}
.pdi-2026 .hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(240, 165, 0, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 165, 0, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.pdi-2026 .hero-bg-radial {
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(240, 165, 0, 0.08) 0%,
    transparent 65%
  );
  top: -200px;
  left: -100px;
  pointer-events: none;
}
.pdi-2026 .hero-bg-radial-2 {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(240, 165, 0, 0.05) 0%,
    transparent 65%
  );
  bottom: -200px;
  right: -100px;
  pointer-events: none;
}

.pdi-2026 .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(240, 165, 0, 0.1);
  border: 1px solid rgba(240, 165, 0, 0.25);
  border-radius: 999px;
  padding: 6px 16px 6px 8px;
  margin-bottom: 28px;
}
.pdi-2026 .eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
  animation: pdiPulse 2s ease-in-out infinite;
}
.pdi-2026 .eyebrow-text {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--amber);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.pdi-2026 .hero-h1 {
  font-size: 55px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.02;
  margin: 0 0 24px;
}
.pdi-2026 .hero-h1 .line-accent {
  color: var(--amber);
}
.pdi-2026 .hero-sub {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  max-width: 540px;
  margin: 0 0 40px;
}
.pdi-2026 .hero-sub strong {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}
.pdi-2026 .hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  z-index: 9999;
}
.pdi-2026 .btn-amber {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--amber);
  color: var(--obsidian);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 32px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: -0.2px;
  box-shadow: 0 4px 20px rgba(240, 165, 0, 0.3);
  text-decoration: none;
}
.pdi-2026 .btn-amber:hover {
  background: #ffb300;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(240, 165, 0, 0.4);
  color: var(--obsidian);
}
.pdi-2026 .btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 15px 28px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.pdi-2026 .btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.pdi-2026 .hero-proof {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.pdi-2026 .proof-item .val {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.pdi-2026 .proof-item .val span {
  color: var(--amber);
}
.pdi-2026 .proof-item .lbl {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #ffffff66;
  margin-top: 4px;
  letter-spacing: 0.3px;
}
.pdi-2026 .proof-sep {
  width: 1px;
  background: rgba(255, 255, 255, 0.07);
  align-self: stretch;
}

/* ── HERO FORM ── */
.pdi-2026 .hero-form {
  background: var(--white);
  border-radius: 34px;
  padding: 36px 32px;
  position: relative;
  box-shadow: var(--shadow-lg);
  animation: pdiFloat 6s ease-in-out infinite;
  color: var(--obsidian);
  z-index: 99;
}


.pdi-2026 .hf-tag {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--amber);
}
.pdi-2026 .hf-h {
  font-size: 24px;
  font-weight: 700;
  color: var(--obsidian);
  letter-spacing: -0.5px;
}
.pdi-2026 .hf-sub {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: var(--warm-gray-5);
  margin-bottom: 22px;
  line-height: 1.5;
}
.pdi-2026 .ff {
  margin-bottom: 12px;
}
.pdi-2026 .ff label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--warm-gray-5);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.pdi-2026 .ff input,
.pdi-2026 .ff select {
  width: 100%;
  background: var(--warm-gray-1);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: var(--obsidian);
  transition:
    border-color 0.15s,
    background 0.15s;
  -webkit-appearance: none;
}
.pdi-2026 .ff input:focus,
.pdi-2026 .ff select:focus {
  outline: none;
  border-color: var(--amber);
  background: #fff;
}
.pdi-2026 .ff-row {
     display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
}
.pdi-2026 .btn-submit {
  width: 100%;
  background: var(--obsidian);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 16px;
  font-size: 15px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
  transition: all 0.2s;
  letter-spacing: -0.2px;
}
.pdi-2026 .btn-submit:hover {
  background: var(--obsidian-3);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(12, 12, 14, 0.25);
}
.pdi-2026 .btn-submit.success {
  background: var(--success);
}
.pdi-2026 .form-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: var(--warm-gray-4);
  margin-top: 12px;
  text-align: center;
}
.pdi-2026 .form-trust svg {
  color: var(--success);
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

@media (max-width: 1000px) {
  .pdi-2026 .hero-inner {
    grid-template-columns: 1fr;
  }
  .pdi-2026 .hero-form {
    border-radius: 24px;
    animation: none;
  }
}
@media (max-width: 560px) {
  .pdi-2026 .hero {
    padding: 64px 18px 56px;
  }
  .pdi-2026 .hero-proof {
    gap: 20px;
  }
  .pdi-2026 .proof-sep {
    display: none;
  }
}

/* ── SCROLL REVEAL (needs the IntersectionObserver JS in index.php) ── */
.pdi-2026 .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.pdi-2026 .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.pdi-2026 .section-label {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--amber);

}
.pdi-title {
  font-weight: 700;
  color: var(--obsidian);
}
.pdi-title .accent {
  color: var(--amber);
}
.section-sub {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: var(--warm-gray-5);
  max-width: 580px;
  line-height: 1.7;
  font-weight: 400;
  margin: 0;
}

/* ── BRAND GRID ── */
.pdi-2026 .brand-section {
  background: var(--warm-white);
}
.pdi-2026 .brand-grid {
    display: flex;
    gap: 12px;
    margin-top: 48px;
    flex-wrap: wrap;
    justify-content: center;
}
.pdi-2026 .brand-card {
      background: var(--white);
    border: 1.5px solid var(--warm-gray-2);
    border-radius: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, opacity 0.6s ease;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
      padding: 2rem 1rem;
}
.pdi-2026 .brand-card:hover {
  border-color: var(--amber);
  box-shadow: var(--shadow-amber);
  transform: translateY(-3px);
}
/* .pdi-2026 .brand-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 0%,
    var(--amber-glow),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
} */
.pdi-2026 .brand-card:hover::before {
  opacity: 1;
}
.pdi-2026 .brand-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.pdi-2026 .brand-logo-img {
  width: auto;
  height: 48px;
  max-width: 72px;
  object-fit: contain;
}
.pdi-2026 .brand-name {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--obsidian);
  /* letter-spacing: -0.2px; */
  position: relative;
  z-index: 1;
}
.pdi-2026 .brand-models {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  color: var(--warm-gray-4);
  margin-top: 3px;
  position: relative;
  z-index: 1;
}

@media (max-width: 560px) {
  .pdi-2026 .section {
    padding: 64px 18px;
  }
  .pdi-2026 .brand-grid {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    margin-top: 32px;
  }
}

/* ── TICKER ── */
@keyframes pdiTicker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.pdi-2026 .ticker-bar {
  background: var(--amber);
  overflow: hidden;
  padding: 18px 0;
}
.pdi-2026 .ticker-inner {
  display: inline-flex;
  gap: 0;
  animation: pdiTicker 25s linear infinite;
  white-space: nowrap;
}
.pdi-2026 .ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 28px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--obsidian);
}
.pdi-2026 .ticker-bullet {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(12, 12, 14, 0.3);
}

/* ── TRUST STRIP ── */
.pdi-2026 .trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--warm-gray-2);
  /* padding: 0 24px; */
}
.pdi-2026 .trust-inner {
     display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-width: 1200px;
    margin: 0 auto;
}
.pdi-2026 .trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 26px;
  white-space: nowrap;
  flex-shrink: 0;
  border-right: 1px solid var(--warm-gray-2);
}
.pdi-2026 .trust-item:last-child {
  border-right: none;
}
.pdi-2026 .ti-icon {
     width: 36px;
    height: 36px;
    /* border-radius: 9px; */
    /* background: var(--warm-gray-1); */
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 17px; */
    /* flex-shrink: 0;*/
}
.pdi-2026 .ti-text p{
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--obsidian);
  margin-bottom: 0px;
}

.ti-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pdi-2026 .ti-text span {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: var(--warm-gray-4);
}

@media (max-width: 560px) {
  .pdi-2026 .trust-item {
    padding: 16px 22px;
  }
}

@keyframes pdiScaleIn {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.expert-banner {
  background:
    radial-gradient(circle at 84% 18%, rgba(240, 165, 0, 0.32), transparent 26%),
    radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.09), transparent 28%),
    linear-gradient(135deg, #0c0c0e 0%, #171719 58%, #101012 100%);
  color: white;
  border-radius: var(--radius);
  padding: 3rem 4rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(248, 111, 3, 0.22);
  box-shadow: 0 22px 55px rgba(12, 12, 14, 0.18);
}
/* .expert-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18px 18px, rgba(255, 255, 255, 0.09) 1.5px, transparent 2px),
    linear-gradient(90deg, rgba(240, 165, 0, 0.16), transparent 46%);
  background-size: 36px 36px, auto;
  opacity: 0.75;
  pointer-events: none;
} */
.expert-banner::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -70px;
  width: 300px;
  height: 190px;
  background:
    radial-gradient(circle at 50% 50%, rgba(240, 165, 0, 0.22), transparent 58%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent);
  border-radius: 999px;
  transform: rotate(-10deg);
  pointer-events: none;
}
.expert-banner > * {
  position: relative;
  z-index: 1;
}

/* ── COURSE UPSELL ── */
.pdi-2026 .course-hero {
  background: var(--obsidian);
  position: relative;
  overflow: hidden;
  /* padding: 100px 24px; */
}
.pdi-2026 .ch-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 30% 50%,
    rgba(240, 165, 0, 0.12),
    transparent 60%
  );
}

.pdi-2026 .ch-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(229, 62, 62, 0.15);
  border: 1px solid rgba(229, 62, 62, 0.3);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 24px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fc8181;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.pdi-2026 .ch-eyebrow::before {
  content: "🔥";
  font-size: 13px;
}
.pdi-2026 .ch-h {
  font-weight: 700;
  color: #fff;
  margin: 0 0 18px;
  letter-spacing: -2px;
}
.pdi-2026 .ch-h .amber {
  color: var(--amber);
}
.pdi-2026 .ch-body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
  margin-bottom: 28px;
}

.pdi-2026 .ch-bullet {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 10px;
}
.pdi-2026 .ch-bullet .bul-icon {
  color: var(--amber);
  font-weight: 700;
}
.pdi-2026 .ch-bullet .fear-text {
  color: #fc8181;
  font-weight: 600;
}
.pdi-2026 .course-card {
  background: var(--white);
  border-radius: var(--r-xl);
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
}
.pdi-2026 .cc-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--danger);
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 6px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pdi-2026 .cc-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--obsidian);
}
.pdi-2026 .cc-sub {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--warm-gray-5);
  margin-bottom: 24px;
}
.pdi-2026 .cc-price-block {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
}
.pdi-2026 .cc-price {
    font-size: 40px;
    font-weight: 700;
    color: var(--obsidian);
    line-height: 1;
}
.pdi-2026 .cc-strike {
  font-size: 16px;
  color: var(--warm-gray-4);
  text-decoration: line-through;
  font-weight: 500;
}
.pdi-2026 .cc-save {
  background: var(--success-light);
  color: var(--success);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 5px;
}
.pdi-2026 .cc-urgency {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: var(--danger);
  font-weight: 600;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pdi-2026 .cc-urgency::before {
  content: "⏳";
}
.pdi-2026 .cc-includes {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 24px;
}
.pdi-2026 .cc-include {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  color: var(--obsidian);
}
.pdi-2026 .cc-include::before {
  content: "✓";
  color: var(--success);
  font-weight: 700;
  width: 16px;
  flex-shrink: 0;
}
.pdi-2026 .btn-course {
  width: 100%;
  background: linear-gradient(135deg, var(--amber) 0%, #ffb300 100%);
  color: var(--obsidian);
  border: none;
  border-radius: 12px;
  padding: 17px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.2s;
  box-shadow: 0 4px 20px rgba(240, 165, 0, 0.35);
  letter-spacing: -0.3px;
  text-decoration: none;
}
.pdi-2026 .btn-course:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(240, 165, 0, 0.5);
  color: var(--obsidian);
}
.pdi-2026 .cc-guarantee {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: var(--warm-gray-4);
  margin-top: 14px;
  justify-content: center;
}
.pdi-2026 .cc-guarantee::before {
  content: "🔒";
  font-size: 14px;
}
@media (max-width: 940px) {
  .pdi-2026 .ch-inner {
    grid-template-columns: 1fr;
  }
}

/* ── STATS BAND ── */
.pdi-2026 .stats-section {
  background: var(--amber);
  padding: 64px 24px;
  position: relative;
  overflow: hidden;
}
.pdi-2026 .stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -55deg,
    rgba(12, 12, 14, 0.04) 0,
    rgba(12, 12, 14, 0.04) 1px,
    transparent 1px,
    transparent 36px
  );
}
.pdi-2026 .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 32px;
  text-align: center;
  position: relative;
}
.pdi-2026 .stat-big {
  font-size: 48px;
  font-weight: 700;
  color: var(--obsidian);
  line-height: 1;
}
.pdi-2026 .stat-lbl {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(12, 12, 14, 0.6);
  margin-top: 6px;
  letter-spacing: 0.3px;
}

/* ── AFFILIATE PRODUCTS ── */
.pdi-2026 .affiliate-section {
  background: var(--white);
  /* padding: 100px 24px; */
}
.pdi-2026 .aff-intro {
    background: var(--amber-light);
    border: 1px solid rgba(240, 165, 0, 0.3);
    border-radius: var(--r);
    padding: 16px 20px;
    width: fit-content;
}
.pdi-2026 .aff-intro p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--obsidian);
  font-weight: 500;
  margin: 0;
}
.pdi-2026 .aff-intro p strong {
  color: var(--amber-dark);
}
.pdi-2026 .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
  justify-content: center;
}
.pdi-2026 .product-card {
  background: var(--warm-gray-1);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r);
  overflow: hidden;
  transition: all 0.2s;
}
.pdi-2026 .product-card:hover {
  border-color: var(--amber);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.pdi-2026 .product-img {
  background: linear-gradient(135deg, var(--warm-gray-2), var(--warm-gray-1));
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  position: relative;
}
.pdi-2026 .product-deal {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--danger);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}
.pdi-2026 .product-body {
  padding: 16px;
}
.pdi-2026 .product-category {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--warm-gray-5);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.pdi-2026 .product-name {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--obsidian);
  margin-bottom: 8px;
  line-height: 1.4;
}
.pdi-2026 .product-why {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--warm-gray-5);
  margin-bottom: 12px;
}
.pdi-2026 .product-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.pdi-2026 .product-price {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--obsidian);
}
.pdi-2026 .product-rating {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: var(--warm-gray-4);
}
.pdi-2026 .product-rating span {
  color: var(--amber);
}
.pdi-2026 .btn-buy {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--obsidian);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 9px 14px;
  font-family: "DM Sans", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  margin-top: 10px;
  transition: all 0.15s;
  text-decoration: none;
}
.pdi-2026 .btn-buy:hover {
  background: var(--obsidian-3);
  color: #fff;
}
.pdi-2026 .aff-disclaimer {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: var(--warm-gray-4);
  text-align: center;
  margin-top: 24px;
  font-style: italic;
}

/* ── TESTIMONIALS ── */
.pdi-2026 .testimonials-section {
  background: var(--warm-gray-1);
}
.pdi-2026 .reviews-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 18px;
  margin-top: 48px;
}
.pdi-2026 .review-card {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r-lg);
  padding: 28px;
  transition: box-shadow 0.2s;
}
.pdi-2026 .review-card:hover {
  box-shadow: var(--shadow-md);
}
.pdi-2026 .rv-stars {
  color: var(--amber);
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.pdi-2026 .rv-text {
  font-family: "DM Sans", sans-serif;
  font-size: 14.5px;
  color: var(--obsidian);
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
.pdi-2026 .rv-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pdi-2026 .rv-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--obsidian);
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pdi-2026 .rv-name {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--obsidian);
}
.pdi-2026 .rv-meta {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: var(--warm-gray-4);
}
.pdi-2026 .rv-verify {
  margin-left: auto;
  background: var(--success-light);
  color: var(--success);
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ── CITY SECTION ── */
.pdi-2026 .city-section {
  background: var(--white);
}
.pdi-2026 .city-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}
.pdi-2026 .city-pill {
        display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--warm-gray-1);
    border: 1.5px solid var(--warm-gray-2);
    border-radius: 999px;
    padding: 9px 18px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--obsidian);
    transition: all 0.15s;
}
.pdi-2026 .city-pill:hover {
  background: var(--obsidian);
  color: #fff;
  border-color: var(--obsidian);
}
.pdi-2026 .city-pill.featured {
  background: var(--obsidian);
  color: #fff;
  border-color: var(--obsidian);
}

.pdi-2026 .city-extra {
  display: none;
}
.pdi-2026 .city-extra.city-show {
  display: inline-flex;
}
.pdi-2026 .city-more-btn {
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  background: var(--white);
  border: 1.5px dashed var(--warm-gray-3);
  color: var(--obsidian);
}
.pdi-2026 .city-more-btn:hover {
  background: var(--obsidian);
  color: #fff;
  border-color: var(--obsidian);
}

/* ── FAQ ── */
.pdi-2026 .faq-section {
  background: var(--warm-white);
}

.pdi-2026 .faq-sidebar h3 {
    font-size: 28px;
    font-weight: 600;
    color: var(--obsidian);
    margin-bottom: 12px;
}
.pdi-2026 .faq-sidebar p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--warm-gray-5);
  line-height: 1.7;
  margin-bottom: 24px;
}
.pdi-2026 .faq-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--obsidian);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 20px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
  justify-content: center;
  /* text-decoration: none; */
}
.pdi-2026 .faq-cta:hover {
  background: var(--obsidian-3);
  color: #fff;
}
.pdi-2026 .faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pdi-2026 .faq-item {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r);
  overflow: hidden;
  transition: border-color 0.2s;
  margin-bottom: 18px;
}
.pdi-2026 .faq-item.open {
  border-color: var(--amber);
}
.pdi-2026 .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  cursor: pointer;
  gap: 16px;
}
.pdi-2026 .faq-question span {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--obsidian);
  line-height: 1.4;
}
.pdi-2026 .faq-toggle {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: var(--warm-gray-1);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--amber);
  font-size: 17px;
  font-weight: 700;
  transition:
    transform 0.2s,
    background 0.2s;
}
.pdi-2026 .faq-item.open .faq-toggle {
  transform: rotate(45deg);
  background: var(--amber);
  color: var(--obsidian);
}
.pdi-2026 .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: var(--warm-gray-5);
    padding: 0 22px;
}
.pdi-2026 .faq-item.open .faq-answer {
  max-height: 320px;
  padding: 0 22px 20px;
}

/* ── FINAL CTA ── */
.pdi-2026 .final-cta {
  background: var(--obsidian);
  
}
.pdi-2026 .final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 50% -20%,
    rgba(240, 165, 0, 0.15),
    transparent 60%
  );
}

.pdi-2026 .fc-h {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -2px;
}
.pdi-2026 .fc-h .amber {
  color: var(--amber);
}
.pdi-2026 .fc-p {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
  line-height: 1.7;
}
.pdi-2026 .fc-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.pdi-2026 .btn-fc-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--obsidian-3);
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 26px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-decoration: none;
  transition: all 0.2s;
  letter-spacing: -0.2px;
}
.pdi-2026 .btn-fc-dark:hover {
  background: var(--obsidian-4);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-2px);
}

.pdi-2026 .final-cta .fc-copy .fc-p {
  margin-bottom: 28px;
}
.pdi-2026 .final-cta .fc-copy .fc-btns {
  justify-content: flex-start;
}
.pdi-2026 .final-cta .fc-form-wrap {
  max-width: 500px;
  margin: 0;
  text-align: left;
  margin: auto;
}

.subs_form h3{
font-size: 24px;
font-weight: 700;
}
@media (max-width: 880px) {
  .pdi-2026 .final-cta .fc-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 32px;
  }
  .pdi-2026 .final-cta .fc-copy .fc-btns {
    justify-content: center;
  }
  .pdi-2026 .final-cta .fc-form-wrap {
    margin: 0 auto;
  }
}
.pdi-2026 .btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 28px;
  border-radius: 12px;
  transition: all 0.2s;
  text-decoration: none;
}
.pdi-2026 .btn-wa:hover {
  background: #1ebe5a;
  transform: translateY(-2px);
  color: #fff;
}

/* ── COURSE POPUP ── */
.pdi-2026 .popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(12, 12, 14, 0.85);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.pdi-2026 .popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.pdi-2026 .popup-box {
  background: var(--white);
  border-radius: var(--r-xl);
  padding: 40px 36px;
  max-width: 520px;
  width: 100%;
  position: relative;
  animation: pdiScaleIn 0.3s ease both;
}
.pdi-2026 .popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--warm-gray-1);
  border: none;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 18px;
  color: var(--warm-gray-4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
}
.pdi-2026 .popup-close:hover {
  background: var(--warm-gray-2);
}
.pdi-2026 .popup-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(229, 62, 62, 0.1);
  color: var(--danger);
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 6px;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.pdi-2026 .popup-h {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--obsidian);
  margin-bottom: 8px;
  letter-spacing: -1px;
}
.pdi-2026 .popup-p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--warm-gray-4);
  margin-bottom: 22px;
  line-height: 1.6;
}
.pdi-2026 .popup-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.pdi-2026 .popup-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  color: var(--obsidian);
}
.pdi-2026 .popup-item::before {
  content: "✓";
  color: var(--success);
  font-weight: 800;
  width: 16px;
  flex-shrink: 0;
}
.pdi-2026 .popup-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}
.pdi-2026 .popup-price {
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 900;
  color: var(--obsidian);
  letter-spacing: -2px;
}
.pdi-2026 .popup-old-price {
  font-size: 20px;
  color: var(--warm-gray-3);
  text-decoration: line-through;
}
.pdi-2026 .popup-timer {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: var(--danger);
  font-weight: 600;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pdi-2026 .btn-popup-buy {
  width: 100%;
  background: linear-gradient(135deg, var(--amber), #ffb300);
  color: var(--obsidian);
  border: none;
  border-radius: 12px;
  padding: 17px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  margin-bottom: 10px;
  box-shadow: 0 4px 20px rgba(240, 165, 0, 0.4);
  transition: all 0.2s;
  text-decoration: none;
  display: block;
  text-align: center;
}
.pdi-2026 .btn-popup-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(240, 165, 0, 0.5);
  color: var(--obsidian);
}
.pdi-2026 .popup-skip {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: var(--warm-gray-3);
  cursor: pointer;
  transition: color 0.15s;
}
.pdi-2026 .popup-skip:hover {
  color: var(--warm-gray-5);
}
.pdi-2026 .popup-countdown {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(229, 62, 62, 0.08);
  border-radius: 6px;
  padding: 4px 10px;
}
.pdi-2026 #popup-timer-val {
  font-weight: 700;
  color: var(--danger);
}

/* ── STICKY MOBILE BAR ── */
.pdi-2026 .sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--obsidian);
  border-top: 1px solid var(--obsidian-4);
  padding: 12px 16px;
  z-index: 150;
  align-items: center;
  gap: 12px;
}
.pdi-2026 .sb-text {
  flex: 1;
}
.pdi-2026 .sb-text strong {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.pdi-2026 .sb-text span {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.pdi-2026 .sb-btn {
  background: var(--amber);
  color: var(--obsidian);
  border: none;
  border-radius: 10px;
  padding: 11px 20px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 768px) {
  .pdi-2026 .sticky-bar {
    display: flex;
  }
}

@media (max-width: 800px) {
  .pdi-2026 .faq-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pdi-2026 .course-hero {
    padding: 70px 18px;
  }
  .pdi-2026 .affiliate-section {
    padding: 64px 18px;
  }
}

/* ════════════════════════════════════════════
   FOOTER (shared — applies site-wide via .pdi-footer)
   ════════════════════════════════════════════ */
.pdi-footer {
  background: #07070a;
  color: rgba(255, 255, 255, 0.45);
  padding: 70px 24px 100px;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 769px) {
  .pdi-footer {
    padding-bottom: 48px;
  }
}
.pdi-footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.pdi-footer .footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 48px;
  margin-bottom: 56px;
}
.pdi-footer .footer-logo {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  text-decoration: none;
}
.pdi-footer .footer-logo span {
  color: var(--amber);
}
.pdi-footer .footer-brand p {
  font-size: 14px;
  line-height: 1.7;
  max-width: 280px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.45);
}
.pdi-footer .footer-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.pdi-footer .f-trust-badge {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
}
.pdi-footer .footer-col h5 {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 18px;
}
.pdi-footer .footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.pdi-footer .footer-col a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.15s;
  text-decoration: none;
}
.pdi-footer .footer-col a:hover {
  color: #fff;
}
.pdi-footer .footer-news-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 12px;
  line-height: 1.5;
}
.pdi-footer .footer-news-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 14px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 10px;
}
.pdi-footer .footer-news-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.pdi-footer .footer-news-input:focus {
  outline: none;
  border-color: var(--amber);
}
.pdi-footer .footer-news-btn {
  width: 100%;
  background: var(--amber);
  color: var(--obsidian);
  border: none;
  border-radius: 10px;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
  transition: all 0.2s;
}
.pdi-footer .footer-news-btn:hover {
  background: #ffb300;
  transform: translateY(-1px);
}
.pdi-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
.pdi-footer .footer-bottom-links {
  display: flex;
  gap: 18px;
}
.pdi-footer .footer-bottom-links a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.15s;
}
.pdi-footer .footer-bottom-links a:hover {
  color: #fff;
}
@media (max-width: 860px) {
  .pdi-footer .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 480px) {
  .pdi-footer .footer-top {
    grid-template-columns: 1fr;
  }
}

/* ── LUCIDE ICONS ── */
svg.lucide {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  flex-shrink: 0;
}
.pdi-2026 .btn-amber svg.lucide,
.pdi-2026 .btn-submit svg.lucide {
  width: 18px;
  height: 18px;
}
.pdi-2026 .ti-icon svg.lucide {
     width: 28px;
    height: 28px;
    color: var(--amber);
}
.pdi-2026 .bul-icon svg.lucide {
  width: 12px;
  height: 12px;
}
.pdi-2026 .product-img svg.lucide {
  width: 48px;
  height: 48px;
  stroke-width: 1.5;
  color: var(--warm-gray-4);
}
.pdi-2026 .rv-stars svg.lucide,
.pdi-2026 .product-rating span svg.lucide,
.pdi-2026 .proof-item .val span svg.lucide,
.pdi-2026 .bul-icon svg.lucide[data-lucide="play"] {
  fill: currentColor;
}
.pdi-2026 .rv-stars svg.lucide {
  margin-right: 2px;
}
.pdi-topbar svg.lucide {
  color: var(--danger, #e53e3e);
}
.cta-social-btn svg.lucide {
  width: 20px;
  height: 20px;
}

/* ── TESTIMONIALS CAROUSEL (Slick) ── */
.pdi-2026 .reviews-carousel {
  margin-top: 48px;
}
.pdi-2026 .reviews-carousel .slick-list {
  margin: 0 -10px;
  padding: 8px 0 16px;
}
.pdi-2026 .reviews-carousel .slick-track {
  display: flex;
}
.pdi-2026 .reviews-carousel .slick-slide {
  height: inherit;
  margin: 0 10px;
}
.pdi-2026 .reviews-carousel .slick-slide > div {
  height: 100%;
}
.pdi-2026 .reviews-carousel .review-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: none;
  box-shadow: var(--shadow-sm);
}
.pdi-2026 .reviews-carousel .review-card:hover {
  box-shadow: var(--shadow-md);
}
.pdi-2026 .rv-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.pdi-2026 .rv-top .rv-stars {
  margin-bottom: 0;
}
.pdi-2026 svg.lucide.rv-quote {
  width: 38px;
  height: 38px;
  color: var(--amber);
  opacity: 0.3;
  fill: currentColor;
  stroke-width: 0;
  transform: scaleX(-1);
  margin-top: -6px;
}
.pdi-2026 .rv-top + .rv-text {
  margin-top: 14px;
  flex: 1;
}
.pdi-2026 .reviews-carousel .rv-author {
  border-top: 1px solid var(--warm-gray-2);
  padding-top: 16px;
  margin-top: auto;
}
.pdi-2026 .reviews-carousel .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}
.pdi-2026 .reviews-carousel .slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--warm-gray-3);
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: all 0.2s;
}
.pdi-2026 .reviews-carousel .slick-dots .slick-active button {
  background: var(--amber);
  width: 22px;
  border-radius: 99px;
}

/* ── ABOUT PAGE ── */
.pdi-2026 .about-hero {
  padding: 80px 24px;
  text-align: center;
}
.pdi-2026 .about-hero .hero-h1 {
  margin-bottom: 18px;
}
.pdi-2026 .about-hero .hero-h1 .accent {
  color: var(--amber);
}
.pdi-2026 .about-hero .hero-sub {
  max-width: 560px;
  margin: 0 auto;
}
.pdi-2026 .about-text {
  font-family: "DM Sans", sans-serif;
  font-size: 15.5px;
  color: var(--warm-gray-5);
  line-height: 1.8;
}
.pdi-2026 .mission-card {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-3);
  border-radius: var(--r-lg);
  /* box-shadow: var(--shadow-sm); */
  padding: 36px;
}
.pdi-2026 .mission-icon {
  /* width: 72px;
  height: 72px;
  border-radius: 20px; */
  /* background: var(--amber-glow); */
  color: var(--amber);
  /* display: flex;
  align-items: center;
  justify-content: center; */
  margin: 0 auto 20px;
}
.pdi-2026 .mission-icon svg.lucide {
  width: 36px;
  height: 36px;
  stroke-width: 1.8;
}
.pdi-2026 .mission-card h4 {
  font-weight: 700;
  color: var(--obsidian);
  margin-bottom: 8px;
}
.pdi-2026 .mission-card p {
  font-family: "DM Sans", sans-serif;
  font-size: 14.5px;
  color: var(--warm-gray-5);
}
.pdi-2026 .value-card {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r);
  padding: 28px 24px;
  text-align: center;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.pdi-2026 .value-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.pdi-2026 .value-icon {
  width: 65px;
  /* 
  border-radius: 14px; */
  /* background: var(--warm-gray-1); */
  color: var(--amber);
  /* display: flex;
  align-items: center;
  justify-content: center; */
  margin: 0 auto 16px;
}
.pdi-2026 .value-icon svg.lucide {
  width: 26px;
  height: 26px;
}
.pdi-2026 .value-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--obsidian);
  margin-bottom: 10px;
}
.pdi-2026 .value-card p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--warm-gray-5);
  line-height: 1.7;
  margin: 0;
}
/* Clean values row — no card border/background, only divider lines (like ref image) */
.pdi-2026 .about-values-clean .value-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 28px 32px;
}
.pdi-2026 .about-values-clean .value-card:hover {
  box-shadow: none;
  transform: none;
}
@media (min-width: 768px) {
  .pdi-2026 .about-values-clean > [class*="col-"]:not(:first-child) .value-card {
    border-left: 1.5px solid var(--warm-gray-2);
  }
}
.pdi-2026 .about-why {
  background: var(--warm-white);
}
.pdi-2026 .didyou-card {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  padding: 32px 28px;
}
.pdi-2026 .didyou-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--obsidian);
  margin-bottom: 22px;
}
.pdi-2026 .dyk-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.pdi-2026 .dyk-item:last-child {
  margin-bottom: 0;
}
.pdi-2026 .dyk-item p {
  font-family: "DM Sans", sans-serif;
  font-size: 14.5px;
  color: var(--warm-gray-5);
  line-height: 1.7;
  margin: 0;
}
.pdi-2026 .dyk-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdi-2026 .dyk-icon svg.lucide {
  width: 20px;
  height: 20px;
}
.pdi-2026 .dyk-icon.dyk-danger {
  background: var(--danger-light);
  color: var(--danger);
}
.pdi-2026 .dyk-icon.dyk-amber {
  background: var(--amber-glow);
  color: var(--amber-dark);
}
.pdi-2026 .dyk-icon.dyk-success {
  background: var(--success-light);
  color: var(--success);
}
.pdi-2026 .stats-sub {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: rgba(12, 12, 14, 0.65);
  margin: 8px 0 0;
}

/* ── HIRE EXPERT PAGE ── */
.pdi-2026 .expert-hero {
  padding-bottom: 150px;
}
.pdi-2026 .expert-hero .eyebrow-text svg.lucide {
  color: var(--amber);
  fill: currentColor;
}
.pdi-2026 .expert-hero-img {
  box-shadow: var(--shadow-lg);
}
.pdi-2026 .hero-checks {
  margin-top: 28px;
}
.pdi-2026 .hero-check {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  gap: 8px;
}
.pdi-2026 .hero-check svg.lucide {
  width: 18px;
  height: 18px;
  color: var(--amber);
}
.pdi-2026 .expert-booking-wrap {
  margin-top: -100px;
  position: relative;
  z-index: 5;
}
.pdi-2026 .expert-booking {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  padding: 36px 32px 32px;
  text-align: center;
}
.pdi-2026 .eb-tag {
  display: inline-block;
  background: var(--amber-glow);
  color: var(--amber-dark);
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 5px 14px;
  margin-bottom: 12px;
}
.pdi-2026 .eb-title {
  font-weight: 700;
  color: var(--obsidian);
  margin-bottom: 24px;
}
.pdi-2026 .eb-label {
  display: block;
  text-align: left;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--warm-gray-4);
  margin-bottom: 6px;
}
.pdi-2026 .eb-input {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--obsidian);
  background: var(--warm-gray-1);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: 10px;
  padding: 11px 14px;
}
.pdi-2026 .eb-input:focus {
  background: var(--white);
  border-color: var(--amber);
  box-shadow: 0 0 0 3px var(--amber-glow);
}
.pdi-2026 .eb-note {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: var(--warm-gray-4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.pdi-2026 .eb-note svg.lucide {
  width: 14px;
  height: 14px;
  color: var(--success);
}
.pdi-2026 .check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--obsidian);
  margin-bottom: 14px;
}
.pdi-2026 .check-item svg.lucide {
  width: 18px;
  height: 18px;
  color: var(--amber);
  flex-shrink: 0;
}
.pdi-2026 .coverage-img-card {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  padding: 10px;
}
.pdi-2026 .step-card {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  position: relative;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.pdi-2026 .step-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.pdi-2026 .step-number {
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--amber);
  margin-bottom: 16px;
}
.pdi-2026 .step-card h5 {
  font-weight: 700;
  color: var(--obsidian);
  margin-bottom: 8px;
}
.pdi-2026 .step-card p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--warm-gray-5);
  line-height: 1.7;
  margin: 0;
}
.pdi-2026 .vs-table {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.pdi-2026 .vs-table table {
  font-family: "DM Sans", sans-serif;
  font-size: 14.5px;
}
.pdi-2026 .vs-table thead th {
  background: var(--obsidian);
  color: var(--white);
  font-weight: 700;
  border: none;
  padding: 16px 18px;
}
.pdi-2026 .vs-table thead th.vs-col-us {
  color: var(--amber);
}
.pdi-2026 .vs-table tbody td {
  padding: 15px 18px;
  border-color: var(--warm-gray-2);
  color: var(--warm-gray-5);
}
.pdi-2026 .vs-table tbody td.vs-col-us {
  background: rgba(240, 165, 0, 0.06);
}
.pdi-2026 .vs-table .w-40-pct {
  width: 40%;
}
.pdi-2026 svg.lucide.vs-check {
  color: var(--success);
}
.pdi-2026 svg.lucide.vs-x {
  color: var(--danger);
}
.pdi-2026 .report-icon {
  width: 140px;
  height: 140px;
  border-radius: var(--r-xl);
  background: var(--amber-glow);
  color: var(--amber);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: pdiFloat 4s ease-in-out infinite;
}
.pdi-2026 .report-icon svg.lucide {
  width: 64px;
  height: 64px;
  stroke-width: 1.5;
}
.pdi-2026 .accordion-2026 .accordion-item {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r) !important;
  overflow: hidden;
  margin-bottom: 10px;
}
.pdi-2026 .accordion-2026 .accordion-button {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--obsidian);
  background: var(--white);
  padding: 18px 22px;
  box-shadow: none;
}
.pdi-2026 .accordion-2026 .accordion-button:not(.collapsed) {
  background: var(--white);
  color: var(--obsidian);
}
.pdi-2026 .accordion-2026 .accordion-button:focus {
  border-color: var(--amber);
  box-shadow: none;
}
.pdi-2026 .accordion-2026 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f0a500' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}
.pdi-2026 .accordion-2026 .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: var(--amber);
}
.pdi-2026 .accordion-2026 .accordion-body {
  font-family: "DM Sans", sans-serif;
  font-size: 14.5px;
  color: var(--warm-gray-5);
  line-height: 1.7;
  padding: 0 22px 20px;
}
@media (max-width: 992px) {
  .pdi-2026 .expert-hero {
    padding-bottom: 120px;
  }
  .pdi-2026 .expert-booking-wrap {
    margin-top: -70px;
  }
}

/* ── LOCATION SERVICE PAGE ── */
.pdi-2026 .loc-hero-img-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-lg);
  padding: 16px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.pdi-2026 .loc-hero-img-card img {
  box-shadow: var(--shadow-lg);
  animation: pdiFloat 4s ease-in-out infinite;
}
.pdi-2026 .float-badge {
  position: absolute;
  bottom: 28px;
  left: 28px;
  background: var(--white);
  border-radius: var(--r);
  box-shadow: var(--shadow-lg);
  padding: 14px 18px;
}
.pdi-2026 .float-badge-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--obsidian);
  color: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pdi-2026 .float-badge-icon svg.lucide {
  width: 22px;
  height: 22px;
}
.pdi-2026 .fb-title {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--obsidian);
}
.pdi-2026 .fb-sub {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--amber-dark);
}
.pdi-2026 .loc-point-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  box-shadow: var(--shadow-sm);
  color: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdi-2026 .loc-point-icon svg.lucide {
  width: 24px;
  height: 24px;
  stroke-width: 1.8;
}
.pdi-2026 .loc-point-icon.lp-danger {
  color: var(--danger);
}
.pdi-2026 .loc-point-title {
  font-weight: 700;
  color: var(--obsidian);
  margin-bottom: 6px;
}
.pdi-2026 .loc-point-text {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--warm-gray-5);
  line-height: 1.7;
}
.pdi-2026 .chk-card {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.pdi-2026 .chk-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.pdi-2026 .chk-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--amber-glow);
  color: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.pdi-2026 .chk-icon svg.lucide {
  width: 24px;
  height: 24px;
}
.pdi-2026 .chk-card h5 {
  font-weight: 700;
  color: var(--obsidian);
  margin-bottom: 14px;
}
.pdi-2026 .chk-list li {
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  color: var(--warm-gray-5);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.pdi-2026 .chk-list li svg.lucide {
  width: 16px;
  height: 16px;
  color: var(--success);
  flex-shrink: 0;
  margin-top: 2px;
}
.pdi-2026 .findings-card {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-left: 4px solid var(--amber);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  padding: 40px 32px;
}
.pdi-2026 .findings-watermark {
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--warm-gray-2);
}
.pdi-2026 .findings-watermark svg.lucide {
  width: 72px;
  height: 72px;
  stroke-width: 1.2;
}
.pdi-2026 .findings-title {
  font-weight: 700;
  color: var(--obsidian);
  margin-bottom: 24px;
}
.pdi-2026 .find-num {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
}
.pdi-2026 .find-num.fn-amber {
  color: var(--amber);
}
.pdi-2026 .find-num.fn-obsidian {
  color: var(--obsidian);
}
.pdi-2026 .find-num.fn-danger {
  color: var(--danger);
}
.pdi-2026 .find-num.fn-success {
  color: var(--success);
}
.pdi-2026 .find-lbl {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--warm-gray-4);
  margin-top: 4px;
}
.pdi-2026 .findings-note {
  border-color: var(--warm-gray-2) !important;
}
.pdi-2026 .findings-note p {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-style: italic;
  color: var(--warm-gray-4);
}
.pdi-2026 .step-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: var(--amber-glow);
  color: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.pdi-2026 .step-icon svg.lucide {
  width: 30px;
  height: 30px;
  stroke-width: 1.8;
}
.pdi-2026 .sticky-faq-sidebar {
  top: 100px;
}
.pdi-2026 .support-card {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  padding: 26px 24px;
}
.pdi-2026 .support-watermark {
  position: absolute;
  top: 12px;
  right: 12px;
  color: var(--warm-gray-2);
}
.pdi-2026 .support-watermark svg.lucide {
  width: 48px;
  height: 48px;
  stroke-width: 1.2;
}
.pdi-2026 .support-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--amber-glow);
  color: var(--amber-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pdi-2026 .support-icon svg.lucide {
  width: 24px;
  height: 24px;
}
.pdi-2026 .support-title {
  font-weight: 700;
  color: var(--obsidian);
}
.pdi-2026 .support-text {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: var(--warm-gray-5);
}
.pdi-2026 .loc-cta {
  background: var(--obsidian);
}
.pdi-2026 .loc-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, var(--amber-glow), transparent 55%);
  pointer-events: none;
}
.pdi-2026 .badge-demand {
  display: inline-block;
  background: var(--amber);
  color: var(--obsidian);
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 6px 14px;
}
.pdi-2026 .loc-cta-bookings {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
.pdi-2026 .loc-cta .amber {
  color: var(--amber);
}
.pdi-2026 .loc-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--amber);
  color: var(--obsidian);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-amber);
  flex-shrink: 0;
}
.pdi-2026 .loc-feature-icon svg.lucide {
  width: 22px;
  height: 22px;
}
.pdi-2026 .loc-feature-icon.lf-success {
  background: var(--success);
  color: var(--white);
  box-shadow: var(--shadow-md);
}

/* About stats split layout */
.pdi-2026 .about-stats-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.45), transparent 32%),
    linear-gradient(135deg, #f8b31a 0%, var(--amber) 48%, #d99600 100%);
  padding: 72px 24px;
}
.pdi-2026 .about-stats-section::before {
  display: block;
  opacity: 0.45;
}
.pdi-2026 .about-stats-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.1fr);
  align-items: center;
  gap: 40px;
  position: relative;
}
.pdi-2026 .about-stats-copy {
  max-width: 720px;
}
.pdi-2026 .about-stats-copy .section-label {
  color: rgba(12, 12, 14, 0.62);
  margin-bottom: 12px;
}
.pdi-2026 .about-stats-copy .pdi-title {
  margin-bottom: 16px;
}
.pdi-2026 .about-stats-copy .stats-sub {
  color: rgba(12, 12, 14, 0.72);
  line-height: 1.8;
  max-width: 620px;
}
.pdi-2026 .about-stats-divider {
  width: 1px;
  align-self: stretch;
  min-height: 140px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(12, 12, 14, 0.18),
    rgba(12, 12, 14, 0.08),
    transparent
  );
}
.pdi-2026 .about-stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  text-align: left;
}
.pdi-2026 .about-stat-card {
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 32px 8px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.pdi-2026 .about-stat-card:not(:first-child) {
  padding-left: 32px;
}
.pdi-2026 .about-stat-card .stat-big {
  font-size: 42px;
}
.pdi-2026 .about-stat-card .stat-lbl {
  color: var(--warm-gray-5);
  line-height: 1.45;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .pdi-2026 .about-stats-section {
    padding: 64px 24px;
  }
  .pdi-2026 .about-stats-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .pdi-2026 .about-stats-divider {
    width: 100%;
    min-height: 0;
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(12, 12, 14, 0.18),
      rgba(12, 12, 14, 0.08),
      transparent
    );
  }
}
@media (max-width: 767px) {
  .pdi-2026 .about-stats-section {
    padding: 52px 18px;
  }
  .pdi-2026 .about-stats-copy .pdi-title {
    font-size: 34px;
  }
  .pdi-2026 .about-stats-grid {
    grid-template-columns: 1fr;
  }
  .pdi-2026 .about-stat-card {
    min-height: auto;
    padding: 22px 0;
  }
  .pdi-2026 .about-stat-card:not(:first-child) {
    border-top: 1px solid rgba(12, 12, 14, 0.1);
    padding-left: 0;
  }
  .pdi-2026 .about-stat-card .stat-big {
    font-size: 38px;
  }
}

/* ════════════════════════════════════════════
   MODELS PAGE (.pdi-models) — brand model picker
   Matches the 2026 obsidian + amber design system.
   ════════════════════════════════════════════ */
.pdi-models {
  background: var(--warm-white);
}

/* ── BRAND HERO ── */
.pdi-models .models-hero {
  position: relative;
  overflow: hidden;
  background: var(--obsidian);
  color: var(--white);
  padding: 80px 24px 72px;
}
.pdi-models .models-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(240, 165, 0, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 165, 0, 0.045) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.pdi-models .models-hero-radial {
  position: absolute;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 165, 0, 0.1) 0%, transparent 65%);
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.pdi-models .models-hero-inner {
  position: relative;
  z-index: 1;
}
.pdi-models .models-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(240, 165, 0, 0.1);
  border: 1px solid rgba(240, 165, 0, 0.25);
  border-radius: 999px;
  padding: 6px 16px 6px 12px;
  margin-bottom: 22px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--amber);
}
.pdi-models .models-hero-eyebrow .eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
  animation: pdiPulse 2s ease-in-out infinite;
}
.pdi-models .models-hero-h1 {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  color: var(--white);
  margin: 0 0 18px;
}
.pdi-models .models-hero-h1 .accent {
  color: var(--amber);
}
.pdi-models .models-hero-sub {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  max-width: 680px;
  margin-bottom: 28px;
}
.pdi-models .models-hero-sub .accent {
  color: var(--amber);
}
.pdi-models .models-hero .btn-outline-white i {
  width: 18px;
  height: 18px;
}

/* ── SECTION BACKGROUNDS ── */
.pdi-models .models-select-section,
.pdi-models .models-faq-section {
  background: var(--warm-white);
}

/* ══ METHODOLOGY — redesigned ══════════════════════════════ */
.pdi-models .models-method-section {
  background: var(--warm-white);
  position: relative;
  overflow: hidden;
  padding: 0px 0 80px;
}
.pdi-models .method-bg-grid { display: none; }
.pdi-models .method-bg-radial { display: none; }

.pdi-models .method-label { color: var(--amber); }
.pdi-models .method-title { color: var(--obsidian); }
.pdi-models .method-sub   { color: var(--warm-gray-5); }

/* grid */
.pdi-models .method-steps-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* arrow connector */
.pdi-models .method-arrow {
  color: var(--amber);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  opacity: 0.5;
}
.pdi-models .method-arrow i { width: 26px; height: 26px; }

/* step card */
.pdi-models .method-step {
  flex: 1;
  max-width: 300px;
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: 20px;
  padding: 28px 26px 26px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.pdi-models .method-step:hover {
  border-color: var(--amber);
  box-shadow: 0 12px 40px rgba(240, 165, 0, 0.12);
  transform: translateY(-5px);
}
.pdi-models .method-step.ms-featured {
  background: var(--amber-light);
  border-color: rgba(240, 165, 0, 0.45);
}
.pdi-models .method-step.ms-featured:hover {
  box-shadow: 0 12px 40px rgba(240, 165, 0, 0.2);
}

/* ghost number */
.pdi-models .ms-ghost-num {
  position: absolute;
  top: 12px;
  right: 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -3px;
  color: rgba(12, 12, 14, 0.06);
  user-select: none;
  pointer-events: none;
}
.pdi-models .method-step.ms-featured .ms-ghost-num {
  color: rgba(201, 136, 0, 0.15);
}

/* icon */
.pdi-models .ms-icon-wrap {
  width: 50px;
  height: 50px;
  background: var(--amber-light);
  border: 1.5px solid rgba(240, 165, 0, 0.35);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--amber-dark);
  transition: background 0.3s;
}
.pdi-models .method-step:hover .ms-icon-wrap,
.pdi-models .method-step.ms-featured .ms-icon-wrap {
  background: rgba(240, 165, 0, 0.25);
}
.pdi-models .ms-icon-wrap i { width: 22px; height: 22px; }

/* text */
.pdi-models .ms-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--obsidian);
  margin-bottom: 10px;
}
.pdi-models .ms-desc {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--warm-gray-5);
  line-height: 1.65;
  margin: 0;
}

/* mobile */
@media (max-width: 767px) {
  .pdi-models .method-steps-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .pdi-models .method-step { max-width: 100%; }
  .pdi-models .method-arrow { justify-content: center; transform: rotate(90deg); }
}
.pdi-models .models-why-section {
  background: var(--warm-white);
}
.pdi-models .models-trust-section {
  background: var(--obsidian);
  position: relative;
  overflow: hidden;
}
.pdi-models .models-trust-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(240, 165, 0, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 165, 0, 0.045) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.pdi-models .models-trust-section::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 165, 0, 0.08) 0%, transparent 65%);
  top: -250px;
  right: -150px;
  pointer-events: none;
}
.pdi-models .models-trust-section .container {
  position: relative;
  z-index: 1;
}
.pdi-models .models-trust-section .pdi-title {
  color: var(--white);
}
.pdi-models .models-trust-section .section-sub {
  color: rgba(255, 255, 255, 0.55);
}
.pdi-models .models-issues-section {
  background: var(--white);
}

/* ── MODEL CARDS ── */
.pdi-models .model-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r-lg);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.pdi-models .model-card:hover {
  border-color: var(--amber);
  box-shadow: var(--shadow-amber);
  transform: translateY(-4px);
}
.pdi-models .model-card-img {
  /* background: linear-gradient(135deg, var(--warm-gray-1), var(--warm-gray-2));
  padding: 22px 18px; */
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
}
.pdi-models .model-card-img img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
  transition: transform 0.25s ease;
}
.pdi-models .model-card:hover .model-card-img img {
  transform: scale(1.06);
}
.pdi-models .model-card-body {
  padding: 0px 18px 18px;
  text-align: center;
}
.pdi-models .model-card-name {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--obsidian);
  line-height: 1.3;
}
.pdi-models .model-card-brand {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: var(--warm-gray-4);
  margin-top: 2px;
}
.pdi-models .model-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--amber-dark);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.pdi-models .model-card-cta i {
  width: 15px;
  height: 15px;
}
.pdi-models .model-card:hover .model-card-cta {
  opacity: 1;
  transform: translateY(0);
}

/* ── EMPTY STATE ── */
.pdi-models .models-empty {
  padding: 56px 24px;
}
.pdi-models .models-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--amber-light);
  color: var(--amber-dark);
  margin-bottom: 18px;
}
.pdi-models .models-empty-icon i {
  width: 34px;
  height: 34px;
}

/* ── VALUE CARDS ── */
.pdi-models .pdi-value-card {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r-lg);
  padding: 32px 26px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.pdi-models .pdi-value-card:hover {
  border-color: var(--amber);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.pdi-models .pdi-value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--amber-light);
  color: var(--amber-dark);
  margin-bottom: 18px;
}
.pdi-models .pdi-value-icon i {
  width: 28px;
  height: 28px;
}
.pdi-models .pdi-value-card h5 {
  color: var(--obsidian);
}
.pdi-models .pdi-value-card p {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: var(--warm-gray-5);
  line-height: 1.65;
}

/* ── TRUST BADGES ── */
.pdi-models .trust-badge {
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(240, 165, 0, 0.25);
  border-radius: var(--r);
  padding: 16px 24px;
  text-align: center;
}
.pdi-models .trust-badge-num {
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: var(--amber);
  line-height: 1;
}
.pdi-models .trust-badge-lbl {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 4px;
}

/* ── TESTIMONIAL CAROUSEL ── */
.pdi-models .models-review-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(240, 165, 0, 0.2);
  border-radius: var(--r-lg);
  padding: 30px 28px 34px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.pdi-models .models-review-stars {
  display: flex;
  gap: 3px;
  color: var(--amber);
  margin-bottom: 14px;
}
.pdi-models .models-review-stars i {
  width: 18px;
  height: 18px;
  fill: var(--amber);
}
.pdi-models .models-review-text {
  font-family: "DM Sans", sans-serif;
  font-size: 15.5px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 22px;
}
.pdi-models .models-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pdi-models .models-review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--amber);
  color: var(--obsidian);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pdi-models .models-review-name {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
}
.pdi-models .models-review-meta {
  font-family: "DM Sans", sans-serif;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.45);
}
.pdi-models .models-carousel-indicators {
  position: static;
  margin: 18px 0 0;
}
.pdi-models .models-carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
  transition: background 0.2s, width 0.2s;
}
.pdi-models .models-carousel-indicators [data-bs-target].active {
  background: var(--amber);
  width: 26px;
  border-radius: 999px;
}

/* ── COMMON ISSUE CARDS ── */
.pdi-models .issue-card {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-left: 4px solid var(--amber);
  border-radius: var(--r);
  padding: 26px 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pdi-models .issue-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.pdi-models .issue-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(240, 165, 0, 0.12);
  color: var(--amber-dark);
  margin-bottom: 14px;
}
.pdi-models .issue-card-icon i {
  width: 22px;
  height: 22px;
}
.pdi-models .issue-card h4 {
  color: var(--obsidian);
}
.pdi-models .issue-card p {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: var(--warm-gray-5);
  line-height: 1.65;
}

/* ── HIRE EXPERT CTA ── */
.pdi-models .expert-banner .accent {
  color: var(--amber);
}
.pdi-models .expert-banner .btn-amber i {
  width: 18px;
  height: 18px;
}

/* ── FAQ ACCORDION (Bootstrap restyle) ── */
.pdi-models .models-faq-section {
  background: var(--warm-white);
}
.pdi-models .models-accordion .accordion-item {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r) !important;
  margin-bottom: 14px;
  overflow: hidden;
}
.pdi-models .models-accordion .accordion-button {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--obsidian);
  background: var(--white);
  padding: 20px 22px;
  box-shadow: none;
}
.pdi-models .models-accordion .accordion-button:not(.collapsed) {
  color: var(--amber-dark);
  background: var(--white);
  box-shadow: none;
}
.pdi-models .models-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.pdi-models .models-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: var(--amber);
}
.pdi-models .models-accordion .accordion-button::after {
  width: 18px;
  height: 18px;
  background-size: 18px;
}
.pdi-models .models-accordion .accordion-body {
  font-family: "DM Sans", sans-serif;
  font-size: 15.5px;
  color: var(--warm-gray-5);
  line-height: 1.7;
  padding: 0 22px 20px;
}

/* ── RESPONSIVE ── */
@media (max-width: 767px) {
  .pdi-models .models-hero {
    padding: 60px 18px 52px;
  }
  .pdi-models .model-card-img img {
    max-height: 90px;
  }
}

/* ════════════════════════════════════════════
   CHECKLIST PAGE (.pdi-checklist) — custom PDI list
   Matches the 2026 obsidian + amber design system.
   ════════════════════════════════════════════ */
.pdi-checklist {
  background: var(--warm-white);
}

/* ── HERO ── */
.pdi-checklist .check-hero {
  position: relative;
  overflow: hidden;
  background: var(--obsidian);
  color: var(--white);
  padding: 80px 24px 72px;
}
.pdi-checklist .check-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(240, 165, 0, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 165, 0, 0.045) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.pdi-checklist .check-hero-radial {
  position: absolute;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 165, 0, 0.1) 0%, transparent 65%);
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.pdi-checklist .check-hero-inner {
  position: relative;
  z-index: 1;
}
.pdi-checklist .check-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(240, 165, 0, 0.1);
  border: 1px solid rgba(240, 165, 0, 0.25);
  border-radius: 999px;
  padding: 6px 16px 6px 12px;
  margin-bottom: 22px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--amber);
}
.pdi-checklist .check-hero-eyebrow .eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
  animation: pdiPulse 2s ease-in-out infinite;
}
.pdi-checklist .check-hero-h1 {
  font-size: clamp(30px, 4.8vw, 50px);
  font-weight: 700;
  line-height: 1.08;
  color: var(--white);
  margin: 0 0 18px;
}
.pdi-checklist .check-hero-h1 .accent {
  color: var(--amber);
}
.pdi-checklist .check-hero-sub {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  max-width: 680px;
  margin: 0 auto;
}

/* ── TOOLBAR / HEADER ── */
.pdi-checklist .check-list-section {
  background: var(--warm-white);
}
.pdi-checklist .check-toolbar {
  border-bottom: 1px solid var(--warm-gray-2);
}
.pdi-checklist .model-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: 999px;
  padding: 8px 18px;
}
.pdi-checklist .model-badge-label {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--warm-gray-4);
}
.pdi-checklist .model-badge-value {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--amber-dark);
}

/* ── ACTION BUTTONS ── */
.pdi-checklist .btn-amber,
.pdi-checklist .btn-check-dark,
.pdi-checklist .btn-check-outline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 24px;
  border-radius: 12px;
  border: 1.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.pdi-checklist .btn-check-dark {
  background: var(--obsidian);
  color: #fff;
}
.pdi-checklist .btn-check-dark:hover {
  background: var(--obsidian-3);
  color: #fff;
  transform: translateY(-2px);
}
.pdi-checklist .btn-check-outline {
  background: transparent;
  color: var(--obsidian);
  border-color: var(--warm-gray-3);
}
.pdi-checklist .btn-check-outline:hover {
  border-color: var(--obsidian);
  background: var(--white);
  color: var(--obsidian);
}

/* ── CHECKLIST ACCORDION ── */
.pdi-checklist .pdi-check-accordion .accordion-item {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r) !important;
  margin-bottom: 14px;
  overflow: hidden;
}
.pdi-checklist .pdi-check-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: var(--amber);
  box-shadow: var(--shadow-sm);
}
.pdi-checklist .pdi-check-accordion .accordion-button {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--obsidian);
  background: var(--white);
  padding: 18px 24px;
  box-shadow: none;
}
.pdi-checklist .pdi-check-accordion .accordion-button:not(.collapsed) {
  color: var(--amber-dark);
  background: var(--white);
  box-shadow: none;
}
.pdi-checklist .pdi-check-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.pdi-checklist .pdi-check-accordion .accordion-button::after {
  width: 20px;
  height: 20px;
  background-size: 20px;
}
.pdi-checklist .pdi-check-accordion .accordion-body {
  padding: 12px 18px 18px;
}

/* ── CHECKLIST ITEMS ── */
.pdi-checklist .checklist-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pdi-checklist .checklist-item-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r-sm);
  background: var(--warm-white);
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, transform 0.1s;
}
.pdi-checklist .checklist-item-row:hover {
  border-color: var(--amber);
  background: #fff;
}
.pdi-checklist .checklist-item-row:active {
  transform: scale(0.997);
}
.pdi-checklist .custom-pdi-checkbox {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  border: 2px solid var(--warm-gray-3);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 12px;
  transition: all 0.15s;
}
.pdi-checklist .custom-pdi-checkbox i {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.15s;
}
.pdi-checklist .item-text {
  font-family: "DM Sans", sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  color: var(--obsidian);
  line-height: 1.5;
}
/* Checked state (toggled by toggleChecklistItem) */
.pdi-checklist .checklist-item-row.is-checked {
  background: var(--success-light);
  border-color: var(--success);
}
.pdi-checklist .checklist-item-row.is-checked .custom-pdi-checkbox {
  background: var(--success);
  border-color: var(--success);
}
.pdi-checklist .checklist-item-row.is-checked .custom-pdi-checkbox i {
  opacity: 1;
  transform: scale(1);
}
.pdi-checklist .checklist-item-row.is-checked .item-text {
  color: var(--success);
  text-decoration: line-through;
  text-decoration-color: rgba(47, 133, 90, 0.5);
}

/* ── WHY PDI VALUE CARDS ── */
.pdi-checklist .check-why-section {
  background: var(--white);
}
.pdi-checklist .check-value-card {
  background: var(--white);
  border: 1.5px solid var(--warm-gray-2);
  border-radius: var(--r-lg);
  padding: 32px 26px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.pdi-checklist .check-value-card:hover {
  border-color: var(--amber);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.pdi-checklist .check-value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--amber-light);
  color: var(--amber-dark);
  font-size: 24px;
  margin-bottom: 18px;
}
.pdi-checklist .check-value-card h4 {
  font-size: 19px;
  color: var(--obsidian);
}
.pdi-checklist .check-value-card p {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: var(--warm-gray-5);
  line-height: 1.65;
}

/* ── SHARE MODAL ── */
.pdi-checklist .modal-content,
.modal-content.radius-theme {
  border-radius: var(--r-lg);
}
.pdi-checklist .modal-title,
#shareModal .modal-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: var(--obsidian);
}
#shareModal .btn-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: transform 0.15s, filter 0.15s;
}
#shareModal .btn-share:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  color: #fff;
}
#shareModal .btn-share-whatsapp { background: #25d366; }
#shareModal .btn-share-email { background: var(--obsidian); }
#shareModal .btn-share-facebook { background: #1877f2; }
#shareModal .btn-share-twitter { background: #1da1f2; }
#shareModal .copy-link-container {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}
#shareModal .copy-input {
  flex: 1;
  border: 1.5px solid var(--warm-gray-2);
  border-radius: 10px;
  padding: 11px 14px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: var(--warm-gray-5);
  background: var(--warm-gray-1);
}
#shareModal .copy-input:focus {
  outline: none;
  border-color: var(--amber);
}
#shareModal .btn-copy-link {
  background: var(--amber);
  color: var(--obsidian);
  border: none;
  border-radius: 10px;
  padding: 11px 18px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
}
#shareModal .btn-copy-link:hover {
  background: #ffb300;
}
#shareModal .copy-success-msg {
  display: none;
}

/* ── RESPONSIVE ── */
@media (max-width: 767px) {
  .pdi-checklist .check-hero {
    padding: 60px 18px 52px;
  }
  .pdi-checklist .check-toolbar .btn-amber,
  .pdi-checklist .check-toolbar .btn-check-dark {
    flex: 1;
    justify-content: center;
  }
  .pdi-checklist .check-toolbar .btn-check-outline {
    margin-left: 0 !important;
    width: 100%;
    justify-content: center;
  }
}

/* ── FINAL CTA DARK FORM CARD ── */
.pdi-2026 .fc-form-card {
  background: var(--obsidian-2);
  border-radius: var(--r-xl);
  padding: 36px 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.pdi-2026 .fc-form-sub {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
}
.pdi-2026 .fc-label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 6px;
}
.pdi-2026 .fc-input-wrap {
  display: flex;
  align-items: center;
  background: var(--obsidian-3);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-sm);
  overflow: hidden;
  transition: border-color 0.15s;
}
.pdi-2026 .fc-input-wrap:focus-within {
  border-color: var(--amber);
}
.pdi-2026 .fc-input-wrap.input-error {
  border-color: var(--danger) !important;
  box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.15) !important;
}
.pdi-2026 .fc-input-icon {
  padding: 0 13px;
  color: var(--amber);
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.pdi-2026 .fc-input-icon svg.lucide {
  width: 16px;
  height: 16px;
}
.pdi-2026 .fc-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 13px 12px 13px 0;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: var(--warm-white);
}
.pdi-2026 .fc-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.pdi-2026 .final-cta .btn-submit {
  background: var(--amber);
  color: var(--obsidian);
}
.pdi-2026 .final-cta .btn-submit:hover {
  background: var(--amber-dark);
  color: var(--obsidian);
  box-shadow: var(--shadow-amber);
}

/* ── FOOTER SOCIAL ROW ── */
.pdi-footer .footer-social-row {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.pdi-footer .footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
}
.pdi-footer .footer-social-link svg.lucide {
  width: 15px;
  height: 15px;
}
.pdi-footer .footer-social-wa {
  background: rgba(37, 211, 102, 0.1);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.2);
}
.pdi-footer .footer-social-wa:hover {
  background: rgba(37, 211, 102, 0.2);
  color: #25d366;
}
.pdi-footer .footer-social-ph {
  background: rgba(240, 165, 0, 0.1);
  color: var(--amber);
  border: 1px solid rgba(240, 165, 0, 0.2);
}
.pdi-footer .footer-social-ph:hover {
  background: rgba(240, 165, 0, 0.2);
  color: var(--amber);
}

/* ── FORM INLINE ERRORS ── */
.form-field-error {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: var(--danger);
  margin-top: 5px;
  min-height: 16px;
  line-height: 1.4;
}
.input-error {
  border-color: var(--danger) !important;
  box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.12) !important;
}
.form-submit-msg {
  border-radius: var(--r-sm);
  padding: 11px 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  text-align: center;
  margin-top: 12px;
  display: none;
}
.form-submit-msg.success {
  background: rgba(47, 133, 90, 0.12);
  border: 1.5px solid #2f855a;
  color: #2f855a;
}
.form-submit-msg.error {
  background: rgba(229, 62, 62, 0.1);
  border: 1.5px solid var(--danger);
  color: var(--danger);
}

/* ── BREADCRUMB ── */
.pdi-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 20px;
  flex-wrap: wrap;
  letter-spacing: 0.02em;
}
.pdi-breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}
.pdi-breadcrumb a:hover {
  color: var(--amber);
}
.pdi-breadcrumb .bc-sep {
  color: rgba(255, 255, 255, 0.25);
  font-size: 12px;
}
.pdi-breadcrumb .bc-current {
  color: rgba(255, 255, 255, 0.85);
}

/* ══ HIRE-EXPERT — How It Works (dark) ════════════════════ */
.pdi-2026 .expert-how-section {
  background: var(--obsidian);
  position: relative;
  overflow: hidden;
  padding: 72px 0 80px;
}
.pdi-2026 .expert-how-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(240, 165, 0, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 165, 0, 0.045) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.pdi-2026 .expert-how-radial {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 165, 0, 0.09) 0%, transparent 65%);
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.pdi-2026 .expert-how-label { color: var(--amber); }
.pdi-2026 .expert-how-title { color: var(--white); }

/* dark step cards */
.pdi-2026 .expert-step-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(240, 165, 0, 0.15);
  border-radius: var(--r-lg);
  padding: 36px 28px;
  position: relative;
  text-align: center;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.pdi-2026 .expert-step-card:hover {
  border-color: rgba(240, 165, 0, 0.5);
  box-shadow: 0 12px 40px rgba(240, 165, 0, 0.1);
  transform: translateY(-5px);
}
.pdi-2026 .expert-step-card.expert-step-featured {
  background: rgba(240, 165, 0, 0.07);
  border-color: rgba(240, 165, 0, 0.35);
}
.pdi-2026 .expert-step-card .step-number {
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--amber);
  margin-bottom: 16px;
}
.pdi-2026 .expert-step-card h5 {
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.pdi-2026 .expert-step-card p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  margin: 0;
}

@media(max-width:991px){
 .pdi-2026 .hero-form {
    padding: 22px;
}
  .stats-band-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media(max-width:767px){
.pdi-2026 .hero-h1 {
    font-size: 28px;
}
.pdi-2026 .hero-sub {
    font-size: 16px;
    line-height: 1.5;
}
  .pdi-2026 .proof-item .val {
    font-size: 22px;
    font-weight: 600;
}
      .stats-band-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  .pdi-2026 .brand-card {
    width: 120px;
    height: 120px;
      padding: 1rem;
}
}
