/* ==========================================================================
   Why Independent Evaluation Matters Stylesheet (css/evaluation-page.css)
   Ultra-Premium State-of-the-Art Design System
   Theme: Oji IVF Magenta (#e01e5a), Deep Royal Purple (#2d1060), Crisp White (#ffffff)
   ========================================================================== */

:root {
  --eval-pink: #e01e5a;
  --eval-pink-neon: #ff528f;
  --eval-pink-light: #fff0f5;
  --eval-pink-border: #fce7f3;
  --eval-pink-pill: #fbcfe8;
  --eval-navy: #1e1534;
  --eval-slate: #475569;
  --eval-slate-light: #64748b;
  --eval-bg-gradient: radial-gradient(circle at 50% 10%, #fff0f5 0%, #ffffff 80%);
}

.text-pink {
  color: var(--eval-pink) !important;
}

.text-pink-highlight {
  color: var(--eval-pink) !important;
}

/* ==========================================================================
   1. HERO SECTION (Unchanged & Preserved Exactly as Requested)
   ========================================================================== */
.eval-hero-section {
  padding: 35px 0 40px 0;
  background: radial-gradient(circle at 35% 20%, #fff0f5 0%, #fff8fb 50%, #ffffff 85%);
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: center;
}

.eval-hero-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1.5px solid #fbcfe8;
  color: var(--eval-navy);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.8px;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
  box-shadow: 0 4px 14px rgba(224, 30, 90, 0.05);
  text-transform: uppercase;
}

.eval-hero-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--eval-pink);
  box-shadow: 0 0 8px rgba(224, 30, 90, 0.6);
}

.eval-hero-title {
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 600;
  color: var(--eval-navy);
  line-height: 1.25;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}

.eval-hero-subtitle {
  font-size: 15px;
  font-weight: 600;
  color: var(--eval-navy);
  line-height: 1.35;
  margin-bottom: 12px;
}

.eval-hero-subtitle span.text-pink {
  color: var(--eval-pink);
}

.eval-hero-desc {
  font-size: 14px;
  color: var(--eval-slate);
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 540px;
}

.eval-hero-btn-group {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.btn-eval-primary {
  background: linear-gradient(135deg, #e01e5a 0%, #c4184c 100%);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14.5px;
  padding: 13px 28px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(224, 30, 90, 0.35);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  border: none;
}

.btn-eval-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(224, 30, 90, 0.45);
  color: #ffffff;
}

.btn-eval-secondary {
  background: #ffffff;
  color: var(--eval-pink) !important;
  font-weight: 600;
  font-size: 14.5px;
  padding: 12px 26px;
  border-radius: 50px;
  text-decoration: none;
  border: 1.5px solid #fbcfe8;
  box-shadow: 0 4px 14px rgba(224, 30, 90, 0.05);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.btn-eval-secondary:hover {
  border-color: var(--eval-pink);
  background: #fff5f8;
  transform: translateY(-2px);
}

.eval-hero-features-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.eval-hero-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 50px;
  border: 1.5px solid var(--eval-pink-border);
  box-shadow: 0 4px 12px rgba(224, 30, 90, 0.04);
}

.eval-hero-feature-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff0f5;
  color: var(--eval-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.eval-hero-feature-text {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--eval-navy);
  line-height: 1.25;
}

/* Hero Right Image Showcase */
.eval-hero-visual-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.eval-hero-photo-frame {
  width: 100%;
  max-width: 500px;
  height: 380px;
  border-radius: 40% 60% 60% 40% / 45% 50% 50% 55%;
  overflow: hidden;
  border: 5px solid #ffffff;
  box-shadow: 0 20px 50px rgba(31, 20, 53, 0.12);
  margin: 0 auto;
  position: relative;
}

.eval-hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.eval-hero-floating-badge {
  position: absolute;
  bottom: -15px;
  right: -10px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 12px 20px;
  box-shadow: 0 10px 30px rgba(31, 20, 53, 0.15);
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1.5px solid #fce4ec;
  z-index: 10;
  text-align: left;
}

.eval-hero-badge-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff0f5;
  color: var(--eval-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.eval-hero-badge-text {
  font-size: 13px;
  color: var(--eval-slate);
  line-height: 1.35;
}

.eval-hero-badge-text strong {
  color: var(--eval-navy);
  display: block;
}

/* ==========================================================================
   2. SECTION 2: OUR EVALUATION CRITERIA (Ultra-Polished 8-Card Grid)
   ========================================================================== */
.eval-criteria-section {
  padding: 85px 0 80px 0;
  background: radial-gradient(circle at 50% 0%, #fff5f8 0%, #ffffff 75%);
  position: relative;
}

.eval-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff0f5;
  border: 1.5px solid #fbcfe8;
  color: var(--eval-pink);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.8px;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.eval-tag-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--eval-pink);
  box-shadow: 0 0 8px rgba(224, 30, 90, 0.6);
}

.eval-section-title {
  font-size: 36px;
  font-weight: 600;
  color: var(--eval-navy);
  text-align: center;
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}

.section-pill-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 10px auto 14px;
}

.section-pill-divider::before,
.section-pill-divider::after {
  content: '';
  width: 32px;
  height: 1.5px;
  background-color: var(--eval-pink-pill);
}

.section-pill-divider .pill-dot {
  width: 16px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--eval-pink);
}

.eval-section-subtitle {
  font-size: 15.5px;
  color: var(--eval-slate-light);
  text-align: center;
  max-width: 680px;
  margin: 0 auto 46px auto;
}

.eval-criterion-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 24px;
  border: 1.5px solid var(--eval-pink-border);
  box-shadow: 0 10px 30px rgba(224, 30, 90, 0.04);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.eval-criterion-card:hover {
  transform: translateY(-6px);
  border-color: #fbcfe8;
  box-shadow: 0 18px 45px rgba(224, 30, 90, 0.12);
}

.card-num-badge {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 20px;
  font-weight: 600;
  color: #fce7f3;
  letter-spacing: -0.5px;
}

.eval-criterion-card:hover .card-num-badge {
  color: #fbcfe8;
}

.eval-criterion-icon-circle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff0f5 0%, #ffe4ec 100%);
  border: 1.5px solid #fce7f3;
  color: var(--eval-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  box-shadow: 0 6px 18px rgba(224, 30, 90, 0.12);
  transition: all 0.3s ease;
}

.eval-criterion-card:hover .eval-criterion-icon-circle {
  background: linear-gradient(135deg, #e01e5a 0%, #ff528f 100%);
  color: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(224, 30, 90, 0.35);
}

.eval-criterion-title {
  font-size: 16.5px;
  font-weight: 600;
  color: var(--eval-navy);
  margin-bottom: 12px;
  line-height: 1.35;
}

.eval-criterion-desc {
  font-size: 13.5px;
  color: var(--eval-slate);
  line-height: 1.6;
  margin-bottom: 0;
}

.eval-info-banner {
  background: linear-gradient(135deg, #fff5f8 0%, #ffffff 100%);
  border: 1.5px solid var(--eval-pink-border);
  border-radius: 50px;
  padding: 14px 32px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--eval-slate);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 45px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(224, 30, 90, 0.05);
}

.eval-info-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--eval-pink);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(224, 30, 90, 0.3);
}

/* ==========================================================================
   3. SECTION 3: HOW OUR PROCESS WORKS (Dark Royal Purple Theme)
   ========================================================================== */
.eval-process-section {
  padding: 85px 0 80px 0;
  background:
    radial-gradient(rgba(224, 30, 90, 0.22) 1.5px, transparent 1.5px),
    radial-gradient(rgba(167, 71, 254, 0.20) 1.5px, transparent 1.5px),
    linear-gradient(135deg, #2d1060 0%, #3b0f7a 50%, #280d58 100%) !important;
  background-size: 32px 32px, 32px 32px, 100% 100% !important;
  background-position: 0 0, 16px 16px, 0 0 !important;
  position: relative;
  overflow: hidden;
}

.eval-process-section .eval-section-title {
  color: #ffffff !important;
}

.eval-process-section .eval-section-subtitle {
  color: #cbd5e1 !important;
}

.eval-process-section .section-pill-divider::before,
.eval-process-section .section-pill-divider::after {
  background-color: rgba(255, 82, 143, 0.4);
}

.eval-process-section .section-pill-divider .pill-dot {
  background-color: var(--eval-pink-neon);
}

.eval-process-grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}

.eval-step-col {
  flex: 1;
  position: relative;
}

.eval-step-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 22px;
  padding: 30px 18px;
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.eval-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 82, 143, 0.6);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 45px rgba(224, 30, 90, 0.3);
}

.eval-step-num-pill {
  display: inline-block;
  background: rgba(255, 82, 143, 0.2);
  border: 1px solid rgba(255, 82, 143, 0.4);
  color: #ff528f;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 50px;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}

.eval-step-icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 82, 143, 0.18);
  border: 1.5px solid rgba(255, 82, 143, 0.4);
  color: #ff528f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
  box-shadow: 0 6px 20px rgba(224, 30, 90, 0.25);
  transition: all 0.3s ease;
}

.eval-step-card:hover .eval-step-icon-circle {
  background: #e01e5a;
  color: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(224, 30, 90, 0.45);
}

.eval-step-title {
  font-size: 15.5px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.3;
}

.eval-step-desc {
  font-size: 13px;
  color: #cbd5e1;
  line-height: 1.55;
  margin-bottom: 0;
}

/* Arrow Separator */
@media (min-width: 992px) {
  .eval-step-col:not(:last-child)::after {
    content: '→';
    position: absolute;
    right: -13px;
    top: 38%;
    font-size: 20px;
    font-weight: 600;
    color: #ff528f;
    z-index: 5;
    text-shadow: 0 0 12px rgba(255, 82, 143, 0.6);
  }
}

.eval-process-reassurance-pill {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid rgba(255, 82, 143, 0.35);
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* ==========================================================================
   4. SECTION 4: DUAL VERIFY & INDEPENDENCE NEXT STEP (Light Theme)
   ========================================================================== */
.eval-dual-section {
  padding: 85px 0 90px 0;
  background: radial-gradient(circle at 50% 0%, #fff0f5 0%, #ffffff 80%);
  position: relative;
}

.eval-dual-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 42px 38px;
  border: 1.5px solid var(--eval-pink-border);
  box-shadow: 0 14px 45px rgba(224, 30, 90, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.eval-dual-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 55px rgba(224, 30, 90, 0.12);
  border-color: #fbcfe8;
}

.verify-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff0f5;
  border: 1px solid #fbcfe8;
  color: var(--eval-pink);
  font-size: 11.5px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 50px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.eval-dual-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--eval-navy);
  margin-bottom: 4px;
}

.eval-dual-subtitle {
  font-size: 14.5px;
  color: var(--eval-slate-light);
  margin-bottom: 20px;
}

.eval-nar-box {
  background: #fff8fa;
  border: 1.5px solid var(--eval-pink-border);
  border-radius: 20px;
  padding: 22px;
  margin: 18px 0;
}

.eval-nar-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--eval-navy);
  margin-bottom: 14px;
}

.eval-nar-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.eval-nar-step-item {
  font-size: 13.5px;
  color: var(--eval-slate);
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.eval-nar-step-num {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--eval-pink);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  flex-shrink: 0;
  margin-top: 2px;
}

.eval-nar-step-item a {
  color: var(--eval-pink);
  font-weight: 600;
  text-decoration: underline;
}

.eval-nar-laptop-img {
  max-width: 100%;
  width: 230px;
  height: auto;
  display: block;
  margin: 10px auto;
  filter: drop-shadow(0 12px 25px rgba(0,0,0,0.12));
  transition: transform 0.3s ease;
}

.eval-dual-card:hover .eval-nar-laptop-img {
  transform: scale(1.04);
}

.eval-empower-pill {
  background: #ffffff;
  border: 1.5px solid var(--eval-pink-border);
  border-radius: 50px;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 600;
  color: var(--eval-navy);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(224, 30, 90, 0.04);
}

/* Independence Right Column */
.eval-pillar-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.eval-pillar-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff0f5;
  border: 1.5px solid var(--eval-pink-border);
  color: var(--eval-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  box-shadow: 0 4px 12px rgba(224, 30, 90, 0.08);
}

.eval-pillar-title {
  font-size: 15.5px;
  font-weight: 600;
  color: var(--eval-navy);
  margin-bottom: 3px;
}

.eval-pillar-desc {
  font-size: 13.5px;
  color: var(--eval-slate);
  line-height: 1.55;
  margin-bottom: 0;
}

/* Pricing Card Box */
.eval-pricing-box {
  background: linear-gradient(135deg, #fff5f8 0%, #ffffff 100%);
  border: 1.5px solid #fbcfe8;
  border-radius: 22px;
  padding: 24px 26px;
  margin-top: 22px;
  box-shadow: 0 8px 24px rgba(224, 30, 90, 0.06);
}

.eval-pricing-fee-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--eval-slate);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.eval-pricing-amount {
  font-size: 34px;
  font-weight: 600;
  color: var(--eval-navy);
  line-height: 1;
}

.eval-pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.eval-pricing-feature-item {
  font-size: 13px;
  color: var(--eval-slate);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.eval-pricing-feature-item i {
  color: var(--eval-pink);
  font-size: 13px;
}

.btn-eval-book-solid {
  background: linear-gradient(135deg, #e01e5a 0%, #c4184c 100%);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 28px;
  border-radius: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(224, 30, 90, 0.35);
  transition: all 0.3s ease;
  margin-top: 16px;
  border: none;
  width: 100%;
}

.btn-eval-book-solid:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(224, 30, 90, 0.45);
  color: #ffffff;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991px) {
  .eval-hero-section {
    text-align: left;
    padding: 24px 0 45px 0 !important;
    background: linear-gradient(to bottom, #fde8ef 0%, #fff2f6 30%, #ffffff 65%, #f1e4fc 100%) !important;
    min-height: auto !important;
  }
  .eval-hero-desc {
    margin-left: 0;
    margin-right: 0;
  }
  .eval-hero-btn-group,
  .eval-hero-features-row {
    justify-content: flex-start;
  }
  .eval-hero-visual-wrapper {
    margin-top: 24px;
  }
  .eval-process-grid {
    flex-direction: column;
  }
  .eval-step-col:not(:last-child)::after {
    display: none;
  }
  .eval-section-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .eval-hero-title {
    font-size: 32px;
  }
  .eval-section-title {
    font-size: 26px;
  }
  .eval-dual-card {
    padding: 28px 22px;
  }
}
