/*
 * Doctor Profile Page Styles
 * All dp-* widget styles
 * Design tokens inherit from :root in about-us.css
 */

/* ============================================================
   0. SHARED TOKENS (fallbacks if root not loaded)
   ============================================================ */
:root {
  --dp-teal:        #004750;
  --dp-teal-dark:   #003038;
  --dp-gold:        #D4920B;
  --dp-gold-light:  #E8A830;
  --dp-cream:       #FFF9F1;
  --dp-cream-mid:   #FFF3E0;
  --dp-white:       #FFFFFF;
  --dp-text:        #1A1A1A;
  --dp-text-mid:    #444444;
  --dp-radius-lg:   24px;
  --dp-radius-md:   16px;
  --dp-radius-sm:   12px;
  --dp-radius-pill: 100px;
  --dp-shadow:      0 4px 24px rgba(0,71,80,0.08);
  --dp-font-head:   'Roca', 'Georgia', serif;
  --dp-font-body:   'Satoshi', 'Inter', sans-serif;
}

/* ============================================================
   1. HERO SECTION
   ============================================================ */
/* ============================================================
   1. HERO SECTION
   ============================================================ */
.dp-hero-section {
  background: var(--dp-white);
  padding: 80px 0 40px;
}

.dp-hero-inner {
  display: grid;
  grid-template-columns: 506px 1fr;
  gap: 113px;
  max-width: 1423px;
  margin: 0 auto;
  padding: 0 64px;
  align-items: flex-start;
}

.dp-hero-photo-col { position: relative; }

.dp-hero-photo-wrap {
  position: relative;
  border-radius: 27px;
  overflow: hidden;
  width: 506px;
  height: 581px;
  background: #e8f0f1;
  isolation: isolate;
}

.dp-hero-photo,
.dp-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: inherit;
}

.dp-hero-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8f0f1;
}

.dp-hero-photo-placeholder svg { width: 80px; height: 80px; opacity: 0.4; }

.dp-hero-content-col { padding-top: 0px; }

.dp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background: rgba(0, 71, 80, 0.1);
  border: 1px solid var(--dp-teal);
  border-radius: 32px;
  font-family: var(--dp-font-body);
  font-size: 23px;
  font-weight: 700;
  color: var(--dp-teal);
  margin-bottom: 32px;
}

.dp-hero-name {
  font-family: var(--dp-font-body);
  font-size: 52px;
  font-weight: 700;
  color: var(--dp-text);
  line-height: 1.1;
  margin: 0 0 12px;
}

.dp-hero-designation {
  font-family: var(--dp-font-body);
  font-size: 30px;
  color: var(--dp-text-mid);
  margin: 0 0 32px;
  font-weight: 500;
}

.dp-hero-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dp-hero-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--dp-font-body);
  font-size: 24px;
  color: var(--dp-text);
}

.dp-hero-meta-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--dp-teal);
}

.dp-hero-meta-icon svg { width: 100%; height: 100%; }

.dp-hero-quote {
  background: rgba(0, 71, 80, 0.1);
  border-left: 4px solid var(--dp-teal);
  border-radius: 32px;
  padding: 32px;
  margin-bottom: 32px;
}

.dp-hero-quote p {
  font-family: var(--dp-font-body);
  font-size: 24px;
  color: var(--dp-teal);
  margin: 0;
  line-height: 1.6;
}

.dp-hero-ctas {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 32px;
}

.dp-btn-consultation {
  display: inline-flex;
  align-items: center;
  height: 72px;
  padding: 0 40px;
  background: var(--dp-gold);
  color: var(--dp-white);
  font-family: var(--dp-font-body);
  font-size: 24px;
  font-weight: 700;
  border-radius: 16px;
  text-decoration: none;
  box-shadow: 0px 4px 2px rgba(0,0,0,0.25);
  transition: background 0.2s, transform 0.2s;
}

.dp-btn-consultation:hover { background: var(--dp-gold-light); transform: translateY(-1px); }

.dp-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 72px;
  padding: 0 40px;
  background: var(--dp-teal);
  color: var(--dp-white);
  font-family: var(--dp-font-body);
  font-size: 24px;
  font-weight: 700;
  border-radius: 16px;
  text-decoration: none;
  box-shadow: 0px 4px 2px rgba(0,0,0,0.25);
  transition: background 0.2s, transform 0.2s;
}

.dp-btn-whatsapp:hover { background: var(--dp-teal-dark); transform: translateY(-1px); }
.dp-btn-whatsapp svg { width: 24px; height: 24px; }

.dp-hero-trust {
  font-family: var(--dp-font-body);
  font-size: 24px;
  color: var(--dp-text);
  opacity: 0.6;
  margin: 0;
}

/* ============================================================
   1b. ABOUT SECTION
   ============================================================ */
.dp-about-section {
  padding: 60px 0;
  background: var(--dp-white);
}

.dp-about-inner {
  max-width: 1423px;
  margin: 0 auto;
  padding: 0 64px;
}

.dp-about-title {
  font-family: var(--dp-font-body);
  font-size: 44px;
  font-weight: 700;
  color: var(--dp-text);
  margin-bottom: 24px;
  line-height: 1.2;
}

.dp-about-content {
  font-family: var(--dp-font-body);
  font-size: 18px;
  color: var(--dp-text-mid);
  line-height: 1.75;
}

.dp-about-content p {
  margin-top: 0;
  margin-bottom: 24px;
}

.dp-about-content p:last-child {
  margin-bottom: 0;
}

/* ============================================================
   2. PODCAST SLIDER
   ============================================================ */
.dp-podcast-section {
  padding: 80px 0;
  background: var(--dp-white);
}

.dp-podcast-inner {
  max-width: 1792px;
  margin: 0 auto;
  padding: 0 64px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 32px;
  align-items: stretch;
}

.dp-podcast-slider {
  min-width: 0;
  width: 100%;
  height: 576px;
}

.dp-podcast-slide {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  height: 576px;
  cursor: pointer;
  --scoop-width: 500px;
  --scoop-height: 76px;
  --scoop-radius: 32px;
  --scoop-bg: var(--dp-white);
  --scoop-curve-color: var(--dp-white);
}

.dp-podcast-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  border-radius: 32px;
}

.dp-podcast-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
}

.dp-podcast-content {
  position: relative;
  z-index: 1;
  padding: 56px 56px 90px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dp-podcast-badge {
  display: inline-flex;
  padding: 10px 20px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 32px;
  color: var(--dp-white);
  font-family: var(--dp-font-body);
  font-size: 23px;
  font-weight: 700;
  width: fit-content;
}

.dp-podcast-title {
  font-family: var(--dp-font-body);
  font-size: 52px;
  font-weight: 700;
  color: var(--dp-white);
  line-height: 1.15;
  margin: 0;
  max-width: 1070px;
}

.dp-podcast-desc {
  font-family: var(--dp-font-body);
  font-size: 28px;
  color: rgba(255,255,255,0.85);
  max-width: 1070px;
  line-height: 1.4;
  margin: 0;
}

.dp-podcast-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 40px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dp-podcast-controls {
  display: flex;
  align-items: center;
  gap: 24px;
}

.dp-podcast-counter {
  font-family: var(--dp-font-body);
  font-size: 18px;
  color: var(--dp-text);
  font-variant-numeric: tabular-nums;
}

.dp-podcast-counter span.dp-counter-bold {
  font-weight: 700;
  color: var(--dp-teal);
}

.dp-podcast-progress-bar {
  width: 180px;
  height: 2px;
  background: rgba(0, 71, 80, 0.15);
  border-radius: 2px;
  overflow: hidden;
}

.dp-podcast-progress-fill {
  height: 100%;
  background: var(--dp-teal);
  width: 50%;
}

.dp-podcast-nav-btns { display: flex; align-items: center; gap: 12px; }

.dp-pod-prev, .dp-pod-next, .dp-pod-play {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 71, 80, 0.08);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  color: var(--dp-teal);
  transition: background 0.2s;
}

.dp-pod-prev:hover, .dp-pod-next:hover, .dp-pod-play:hover { background: rgba(0, 71, 80, 0.15); }
.dp-pod-prev svg, .dp-pod-next svg, .dp-pod-play svg { width: 22px; height: 22px; }

.dp-btn-watch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  height: 52px;
  background: #fff8f0;
  border-radius: 16px;
  color: var(--dp-teal);
  font-family: var(--dp-font-body);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  box-shadow: 0px 4px 5px rgba(0,0,0,0.2);
  transition: background 0.2s;
}

.dp-btn-watch:hover { background: #fff0df; }
.dp-btn-watch svg { width: 18px; height: 18px; }

/* Swiper scoop block styles */
.dp-podcast-slide .asar-scoop-block {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: var(--scoop-radius);
  background: var(--scoop-bg);
  width: var(--scoop-width);
  height: var(--scoop-height);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 26px;
}

.dp-podcast-slide .asar-image-scoop {
  position: absolute;
  width: var(--scoop-radius);
  height: var(--scoop-radius);
  z-index: 9;
  pointer-events: none;
}

/* Right of block curve */
.dp-podcast-slide .scoop-curve-1 {
  bottom: 0;
  left: var(--scoop-width);
  background: radial-gradient(circle at top right, transparent var(--scoop-radius), var(--scoop-curve-color) calc(var(--scoop-radius) + 0.5px));
}

/* Top of block curve */
.dp-podcast-slide .scoop-curve-2 {
  bottom: var(--scoop-height);
  left: 0;
  background: radial-gradient(circle at top right, transparent var(--scoop-radius), var(--scoop-curve-color) calc(var(--scoop-radius) + 0.5px));
}

/* Bottom-right container for the watch button */
.dp-podcast-footer-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: auto;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 56px;
}

.dp-podcast-sidebar {
  background: var(--dp-teal);
  border-radius: 32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 576px;
  justify-content: space-between;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}

.dp-podcast-sidebar-title {
  font-family: var(--dp-font-body);
  font-size: 28px;
  font-weight: 700;
  color: var(--dp-white);
  margin: 0;
}

.dp-transcript-content {
  font-family: var(--dp-font-body);
  font-size: 24px;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  flex: 1;
  overflow-y: auto;
}

.dp-transcript-show-full {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: var(--dp-font-body);
  font-size: 18px;
  font-weight: 700;
  color: var(--dp-gold);
  transition: gap 0.2s;
}

.dp-transcript-show-full:hover { gap: 10px; }
.dp-transcript-show-full svg { width: 18px; height: 18px; }

.dp-video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
}

.dp-video-modal.dp-modal-open { display: flex; }

.dp-video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.85);
  cursor: pointer;
}

.dp-video-modal-content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 900px;
  background: #000;
  border-radius: var(--dp-radius-md);
  overflow: hidden;
}

.dp-video-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: rgba(255,255,255,0.1);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}

.dp-video-modal-frame { aspect-ratio: 16/9; }
.dp-video-modal-frame iframe { width: 100%; height: 100%; display: block; }

/* ============================================================
   3. CLINICAL FOCUS AREAS
   ============================================================ */
.dp-focus-section {
  padding: 80px 0;
  background: var(--dp-white);
}

.dp-focus-inner {
  max-width: 1423px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
}

.dp-focus-badge-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.dp-focus-badge {
  display: inline-flex;
  padding: 10px 20px;
  background: rgba(213, 153, 45, 0.1);
  border: 1px solid var(--dp-gold);
  border-radius: 32px;
  font-family: var(--dp-font-body);
  font-size: 23px;
  color: var(--dp-gold);
  font-weight: 700;
  line-height: normal;
  text-transform: none;
}

.dp-focus-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 78px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.dp-focus-pill {
  display: flex;
  align-items: center;
  gap: 17px;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  transition: transform 0.2s;
}

.dp-focus-pill:hover {
  transform: translateY(-2px);
}

.dp-focus-pill-label {
  font-family: var(--dp-font-body);
  font-size: 30px;
  font-weight: 500;
  color: var(--dp-text);
  white-space: nowrap;
}

.dp-focus-pill-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}

.dp-focus-pill-icon svg {
  width: 100%;
  height: 100%;
}

/* ============================================================
   4. CREDENTIALS ACCORDION
   ============================================================ */
.dp-credentials-section {
  padding: 80px 0;
  background: var(--dp-white);
}

.dp-credentials-inner {
  max-width: 1423px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dp-cred-item {
  border-radius: 32px;
  overflow: hidden;
  border: 1.5px solid var(--dp-gold);
  transition: background-color 0.3s, border-color 0.3s;
}

.dp-cred-item:not(.dp-cred-open) {
  background: #fff8f0;
}

.dp-cred-item.dp-cred-open {
  background: var(--dp-gold);
}

.dp-cred-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 40px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 24px;
}

.dp-cred-title {
  font-family: var(--dp-font-body);
  font-size: 32px;
  font-weight: 700;
  color: var(--dp-gold);
  transition: color 0.3s;
  line-height: normal;
}

.dp-cred-item.dp-cred-open .dp-cred-title { color: var(--dp-white); }

.dp-cred-icon-wrap {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dp-gold);
  transition: color 0.3s, border-color 0.3s;
}

.dp-cred-item.dp-cred-open .dp-cred-icon-wrap { color: var(--dp-white); border-color: var(--dp-white); }
.dp-cred-icon-wrap svg { width: 28px; height: 28px; }

.dp-cred-body { padding: 0 40px 48px; }

.dp-cred-body-inner {
  display: block;
}

.dp-cred-text {
  font-family: var(--dp-font-body);
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.dp-cred-item.dp-cred-open .dp-cred-text { color: rgba(255,255,255,0.9); }
.dp-cred-text ul, .dp-cred-text ol { padding-left: 32px; margin: 12px 0 0; }
.dp-cred-text li { margin-bottom: 12px; line-height: 1.5; }

.dp-cred-image {
  display: none !important;
}

/* ============================================================
   5. WHY CHOOSE
   ============================================================ */
.dp-why-section {
  padding: 80px 0;
  background: var(--dp-white);
  overflow: hidden;
}

.dp-why-inner {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 32px;
  max-width: 1423px;
  margin: 0 auto;
  padding: 0;
  align-items: stretch;
}

.dp-why-left {
  background: linear-gradient(155.64deg, #004750 15.59%, #031b2b 104.68%);
  border-radius: 32px;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  min-height: 720px;
}

.dp-why-badge {
  display: inline-flex;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--dp-white);
  border-radius: 32px;
  font-family: var(--dp-font-body);
  font-size: 23px;
  color: var(--dp-white);
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  width: fit-content;
}

.dp-why-title {
  font-family: var(--dp-font-head);
  font-size: 52px;
  font-weight: 700;
  color: var(--dp-white);
  line-height: 1.2;
  margin: 0;
}

.dp-why-desc {
  font-family: var(--dp-font-body);
  font-size: 22px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.dp-why-desc p {
  margin-bottom: 20px;
}

.dp-why-desc ul, .dp-why-desc ol {
  padding-left: 24px;
  margin: 16px 0 0;
}

.dp-why-desc li {
  margin-bottom: 12px;
}

.dp-why-right {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dp-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 32px;
  height: 100%;
}

.dp-why-feature-card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  min-height: 344px;
  transition: transform 0.3s;
}

.dp-why-feature-card:hover {
  transform: translateY(-4px);
}

.dp-why-feature-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 71, 80, 0.5);
  z-index: 1;
  transition: background 0.3s;
}

.dp-why-feature-card:hover .dp-why-feature-overlay {
  background: rgba(0, 71, 80, 0.65);
}

.dp-why-feature-label {
  position: relative;
  z-index: 2;
  font-family: var(--dp-font-body);
  font-size: 24px;
  font-weight: 700;
  color: var(--dp-white);
  line-height: 1.4;
}

/* ============================================================
   6. TESTIMONIALS
   ============================================================ */
.dp-test-section {
  padding: 80px 0;
  background: var(--dp-white);
  overflow: hidden;
}

.dp-test-inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 64px;
}

.dp-test-header {
  text-align: center;
  margin-bottom: 64px;
}

.dp-test-badge {
  display: inline-flex;
  padding: 10px 20px;
  background: rgba(3, 27, 43, 0.1);
  border: 1px solid #031b2b;
  border-radius: 32px;
  font-family: var(--dp-font-body);
  font-size: 23px;
  color: #031b2b;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  margin-bottom: 32px;
}

.dp-test-title {
  font-family: var(--dp-font-head);
  font-size: 64px;
  font-weight: 700;
  color: var(--dp-text);
  margin: 0 0 16px;
  line-height: 1.2;
}

.dp-test-desc {
  font-family: var(--dp-font-body);
  font-size: 28px;
  color: var(--dp-text-mid);
  margin: 0 auto;
  max-width: 900px;
  line-height: 1.5;
}

.dp-test-track-wrap {
  position: relative;
  width: 100%;
  /* overflow:hidden is applied by Swiper's own .swiper class from CDN CSS */
}

.dp-test-track {
  /* Swiper controls this via swiper-wrapper — do not override flex/width here */
  box-sizing: border-box;
}

.dp-test-card {
  background: #fff8f0;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: none;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
  height: auto;
  box-sizing: border-box;
}

.dp-test-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
}

.dp-test-controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}

.dp-test-pagination {
  position: static !important;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  padding: 0;
}

.dp-test-prev, .dp-test-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1.5px solid var(--dp-text);
  background: var(--dp-white);
  color: var(--dp-text);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.dp-test-prev:hover, .dp-test-next:hover {
  background: var(--dp-text);
  color: var(--dp-white);
}

.dp-test-prev svg, .dp-test-next svg {
  width: 24px;
  height: 24px;
}

.dp-star--half {
  fill: url(#dp-half-star-gradient) !important;
}

.dp-test-reviewer-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dp-test-reviewer-meta {
  display: flex;
  align-items: flex-start;
  gap: 19px;
}

.dp-test-avatar {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background: #004750;
  border: none !important;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-test-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dp-test-initials {
  font-family: var(--dp-font-body);
  font-size: 24px;
  font-weight: 700;
  color: var(--dp-white);
}

.dp-test-reviewer-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dp-test-reviewer-name {
  font-family: var(--dp-font-body);
  font-size: 30px;
  font-weight: 700;
  color: var(--dp-text);
  line-height: 1.2;
}

.dp-test-reviewer-country {
  font-family: var(--dp-font-body);
  font-size: 18px;
  color: var(--dp-text);
  line-height: 1.2;
}

.dp-test-stars {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dp-star {
  width: 32px;
  height: 32px;
  color: #e0e0e0;
}

.dp-star--full {
  color: var(--dp-gold);
}

.dp-test-rating-num {
  font-family: var(--dp-font-body);
  font-size: 18px;
  color: var(--dp-text);
  margin-left: 4px;
}

.dp-test-quote {
  font-family: var(--dp-font-body);
  font-size: 23px;
  color: var(--dp-text);
  line-height: 1.6;
  margin: 0;
  font-style: normal;
}

/* ============================================================
   7. CONSULTATION CTA
   ============================================================ */
.dp-cta-section {
  padding: 80px 0;
  background: var(--dp-white);
  overflow: hidden;
}

.dp-cta-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  height: 380px;
  max-width: 1423px;
  margin: 0 auto;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.dp-cta-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #c4d9db;
}

.dp-cta-content {
  background: linear-gradient(155.64deg, #004750 15.59%, #031b2b 104.68%);
  padding: 48px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.dp-cta-heading {
  font-family: var(--dp-font-head);
  font-size: 38px;
  font-weight: 700;
  color: var(--dp-white);
  line-height: 1.2;
  margin: 0;
  max-width: 90%;
}

.dp-cta-desc {
  font-family: var(--dp-font-body);
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  line-height: 1.5;
  max-width: 90%;
}

.asar-cta-scoop-block {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 110px;
  height: 110px;
  background: var(--dp-white);
  border-top-left-radius: 32px;
  z-index: 2;
}

.cta-scoop-curve {
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 2;
  pointer-events: none;
}

.cta-scoop-curve-1 {
  bottom: 0;
  right: 110px;
  background: radial-gradient(circle at top left, transparent 32px, var(--dp-white) 32.5px);
}

.cta-scoop-curve-2 {
  bottom: 110px;
  right: 0;
  background: radial-gradient(circle at top left, transparent 32px, var(--dp-white) 32.5px);
}

.dp-cta-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--dp-font-body);
  font-size: 18px;
  font-weight: 700;
  color: var(--dp-white);
  text-decoration: none;
  z-index: 3;
  padding-right: 126px; /* 110px scoop width + 16px gap */
  height: 110px;
}

.dp-cta-btn span {
  white-space: nowrap;
}

.dp-cta-btn-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 73px;
  background: #004750;
  border-radius: 50%;
  color: var(--dp-white);
  transition: transform 0.3s, background-color 0.3s;
}

.dp-cta-btn:hover .dp-cta-btn-arrow {
  transform: scale(1.05);
  background-color: #031b2b;
}

.dp-cta-btn-arrow svg {
  width: 28px;
  height: 28px;
  transition: transform 0.3s;
}

.dp-cta-btn:hover .dp-cta-btn-arrow svg {
  transform: translate(2px, -2px);
}

/* ============================================================
   8. FAQ
   ============================================================ */
.dp-faq-section {
  padding: 100px 0;
  background: var(--dp-white);
}

.dp-faq-inner {
  display: grid;
  grid-template-columns: 580px 1fr;
  gap: 43px;
  max-width: 1423px;
  margin: 0 auto;
  padding: 0;
  align-items: start;
}

.dp-faq-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dp-faq-title {
  font-family: var(--dp-font-head);
  font-size: 82px;
  font-weight: 700;
  color: var(--dp-gold);
  line-height: 95px;
  margin: 0;
}

.dp-faq-desc {
  font-family: var(--dp-font-body);
  font-size: 28px;
  color: var(--dp-text);
  line-height: 1.4;
  margin: 0;
  max-width: 100%;
}

.dp-faq-still-card {
  margin-top: 40px;
  background: #fff8f0;
  border-radius: 32px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 273px;
  border: none;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
}

.dp-faq-still-text h3 {
  font-family: var(--dp-font-body);
  font-size: 44px;
  font-weight: 700;
  color: var(--dp-text);
  margin: 0 0 16px;
  line-height: 40px;
}

.dp-faq-still-text p {
  font-family: var(--dp-font-body);
  font-size: 20px;
  color: var(--dp-text-mid);
  margin: 0;
  max-width: 380px;
  line-height: 1.5;
}

.asar-faq-scoop-block {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: var(--dp-white);
  border-top-left-radius: 32px;
  z-index: 2;
}

.faq-scoop-curve {
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 2;
  pointer-events: none;
}

.faq-scoop-curve-1 {
  bottom: 0;
  right: 90px;
  background: radial-gradient(circle at top left, transparent 32px, var(--dp-white) 32.5px);
}

.faq-scoop-curve-2 {
  bottom: 90px;
  right: 0;
  background: radial-gradient(circle at top left, transparent 32px, var(--dp-white) 32.5px);
}

.dp-faq-still-btn {
  position: absolute;
  right: 17px;
  bottom: 17px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dp-gold);
  border-radius: 50%;
  color: var(--dp-white);
  text-decoration: none;
  z-index: 3;
  transition: background-color 0.3s, transform 0.3s;
}

.dp-faq-still-btn:hover {
  background-color: var(--dp-gold-dark);
  transform: scale(1.05);
}

.dp-faq-still-btn svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}

.dp-faq-still-btn:hover svg {
  transform: translate(2px, -2px);
}

.dp-faq-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dp-faq-item {
  border: none;
  border-radius: 32px;
  overflow: hidden;
  background: #fff8f0;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}

.dp-faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

.dp-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 20px;
  font-family: var(--dp-font-body);
  font-size: 24px;
  font-weight: 700;
  color: var(--dp-text);
  line-height: 1.3;
}

.dp-faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: var(--dp-text);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-faq-icon svg {
  width: 100%;
  height: 100%;
}

.dp-faq-item:not(.dp-faq-open) .dp-faq-icon-minus { display: none; }
.dp-faq-item.dp-faq-open .dp-faq-icon-plus { display: none; }

.dp-faq-answer {
  padding: 0 32px;
}

.dp-faq-answer-inner {
  font-family: var(--dp-font-body);
  font-size: 18px;
  color: var(--dp-text-mid);
  line-height: 1.6;
  padding-bottom: 24px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  .dp-hero-inner    { grid-template-columns: 380px 1fr; gap: 48px; padding: 0 40px; }
  .dp-why-inner     { grid-template-columns: 1.2fr 1fr; gap: 32px; padding: 0 40px; }
  .dp-why-left      { min-height: unset; padding: 48px; }
  .dp-faq-inner     { grid-template-columns: 1fr 1fr; gap: 48px; padding: 0 40px; }
  .dp-podcast-inner { padding: 0 40px; }
  .dp-focus-inner   { padding: 0 40px; }
  .dp-credentials-inner { padding: 0 40px; }
  .dp-test-inner    { padding: 0 40px; }
}

@media (max-width: 900px) {
  .dp-hero-inner         { grid-template-columns: 1fr; padding: 0 24px; }
  .dp-hero-photo-wrap    { aspect-ratio: 3/2; max-height: 400px; }
  .dp-podcast-inner      { grid-template-columns: 1fr; padding: 0 24px; }
  .dp-podcast-slide      { height: 400px; }
  .dp-why-inner          { grid-template-columns: 1fr; padding: 0 24px; gap: 32px; }
  .dp-why-left           { padding: 40px 32px; gap: 24px; min-height: unset; }
  .dp-why-title          { font-size: 36px !important; }
  .dp-why-desc           { font-size: 18px !important; }
  .dp-why-feature-card   { min-height: 260px !important; border-radius: 24px !important; }
  .dp-why-feature-label  { font-size: 20px !important; }
  .dp-why-grid           { grid-template-columns: 1fr 1fr; gap: 20px; }
  .dp-faq-inner          { grid-template-columns: 1fr; padding: 0 24px; gap: 40px; }
  .dp-faq-title          { font-size: 48px !important; line-height: 1.2 !important; }
  .dp-faq-desc           { font-size: 20px !important; }
  .dp-faq-still-card     { padding: 32px !important; height: auto !important; min-height: 200px !important; }
  .dp-faq-still-text h3  { font-size: 32px !important; line-height: 1.2 !important; }
  .dp-faq-still-text p   { font-size: 16px !important; max-width: 100% !important; }
  .dp-faq-still-btn      { position: static !important; margin-top: 16px !important; }
  .asar-faq-scoop-block  { display: none !important; }
  .dp-faq-question       { padding: 20px 24px !important; font-size: 18px !important; }
  .dp-faq-answer         { padding: 0 24px !important; }
  .dp-faq-answer-inner   { font-size: 15px !important; }
  .dp-faq-item           { border-radius: 20px !important; }
  .dp-test-card          { flex-shrink: 0; }
  .dp-test-card          { padding: 24px !important; }
  .dp-test-reviewer-name { font-size: 22px !important; }
  .dp-test-reviewer-country { font-size: 15px !important; }
  .dp-test-avatar        { width: 56px !important; height: 56px !important; }
  .dp-star               { width: 24px !important; height: 24px !important; }
  .dp-test-rating-num    { font-size: 15px !important; }
  .dp-test-quote         { font-size: 18px !important; }
  .dp-cta-inner          { grid-template-columns: 1fr; height: auto; border-radius: 24px; }
  .dp-cta-image          { min-height: 260px; }
  .dp-cta-content        { padding: 48px 32px; gap: 16px; }
  .dp-cta-heading        { font-size: 32px !important; }
  .dp-cta-desc           { font-size: 18px !important; max-width: 100%; }
  .dp-cta-btn            { position: static; margin-top: 16px; width: 100%; justify-content: flex-start; color: var(--dp-white) !important; padding-right: 0 !important; height: auto !important; }
  .dp-cta-btn-arrow      { position: static !important; width: 56px !important; height: 56px !important; background: var(--dp-white) !important; color: #004750 !important; }
  .dp-cta-btn-arrow svg  { width: 22px !important; height: 22px !important; }
  .asar-cta-scoop-block  { display: none !important; }
  .dp-credentials-inner  { padding: 0 24px; gap: 12px; }
  .dp-cred-header        { padding: 24px !important; }
  .dp-cred-title         { font-size: 24px !important; }
  .dp-cred-icon-wrap     { width: 40px !important; height: 40px !important; }
  .dp-cred-icon-wrap svg { width: 20px !important; height: 20px !important; }
  .dp-cred-body          { padding: 0 24px 28px !important; }
  .dp-cred-body-inner    { grid-template-columns: 1fr !important; gap: 24px !important; }
  .dp-cred-text          { font-size: 16px !important; }
  .dp-cred-image         { width: 100% !important; height: 200px !important; border-radius: 20px !important; }
  .dp-focus-inner        { padding: 0 24px; }
  .dp-about-title        { font-size: 32px; }
  .dp-about-content      { font-size: 16px; }
  .dp-podcast-slide .asar-scoop-block {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    background: transparent !important;
    display: flex !important;
    justify-content: center !important;
    padding: 20px 24px !important;
  }
  .dp-podcast-slide .asar-image-scoop { display: none !important; }
  .dp-podcast-footer-right {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    justify-content: center !important;
    padding: 20px 24px !important;
  }
  .dp-podcast-controls {
    gap: 16px !important;
    background: rgba(0, 0, 0, 0.4);
    padding: 12px 20px;
    border-radius: 16px;
  }
  .dp-focus-inner { padding: 0 24px; gap: 32px; }
  .dp-focus-badge { font-size: 18px; padding: 8px 16px; }
  .dp-focus-pills { gap: 20px 32px; }
  .dp-focus-pill { gap: 12px; }
  .dp-focus-pill-label { font-size: 20px; }
  .dp-focus-pill-icon { width: 36px; height: 36px; }
}

@media (max-width: 600px) {
  .dp-hero-ctas { flex-direction: column; }
  .dp-btn-consultation, .dp-btn-whatsapp { width: 100%; justify-content: center; }
  .dp-test-card          { flex-shrink: 0; }
  .dp-test-card          { padding: 20px !important; }
  .dp-test-reviewer-name { font-size: 20px !important; }
  .dp-test-reviewer-country { font-size: 14px !important; }
  .dp-test-avatar        { width: 48px !important; height: 48px !important; }
  .dp-star               { width: 20px !important; height: 20px !important; }
  .dp-test-rating-num    { font-size: 14px !important; }
  .dp-test-quote         { font-size: 16px !important; }
  .dp-cred-title         { font-size: 20px !important; }
  .dp-cred-text          { font-size: 15px !important; }
  .dp-cred-image         { width: 100% !important; height: 160px !important; }
  .dp-cred-header        { padding: 16px 20px !important; gap: 12px !important; }
  .dp-cred-body          { padding: 0 20px 24px !important; }
  .dp-cta-inner          { border-radius: 20px !important; }
  .dp-cta-image          { min-height: 200px !important; }
  .dp-cta-content        { padding: 32px 24px !important; }
  .dp-cta-heading        { font-size: 26px !important; }
  .dp-cta-desc           { font-size: 15px !important; }
  .dp-cta-btn            { position: static !important; padding-right: 0 !important; height: auto !important; width: 100% !important; justify-content: space-between; color: var(--dp-white) !important; }
  .dp-cta-btn-arrow      { position: static !important; width: 48px !important; height: 48px !important; background: var(--dp-white) !important; color: #004750 !important; }
  .dp-faq-title          { font-size: 36px !important; line-height: 1.2 !important; }
  .dp-faq-desc           { font-size: 16px !important; }
  .dp-faq-question       { font-size: 16px !important; padding: 16px 20px !important; }
  .dp-faq-answer         { padding: 0 20px !important; }
  .dp-faq-answer-inner   { font-size: 14px !important; }
  .dp-faq-item           { border-radius: 16px !important; }
  .dp-faq-still-card     { padding: 24px !important; }
  .dp-faq-still-text h3  { font-size: 26px !important; line-height: 1.2 !important; }
  .dp-faq-still-text p   { font-size: 14px !important; }
  .dp-focus-pills        { gap: 16px 20px; }
  .dp-focus-pill-label   { font-size: 16px; }
  .dp-focus-pill-icon    { width: 28px; height: 28px; }
  .dp-why-inner          { padding: 0 16px; gap: 20px; }
  .dp-why-left           { padding: 32px 20px; gap: 16px; border-radius: 24px; }
  .dp-why-title          { font-size: 28px !important; }
  .dp-why-desc           { font-size: 16px !important; }
  .dp-why-grid           { grid-template-columns: 1fr; gap: 16px; }
  .dp-why-feature-card   { min-height: 180px !important; border-radius: 20px !important; }
  .dp-why-feature-label  { font-size: 18px !important; }
}