/* ==========================================================================
   Dedicated About Us Page Stylesheet (css/aboutus-page.css)
   Ultra-Premium State-of-the-Art Design System for Oji IVF Surrogacy
   Palette: Vivid Pink (#e01e5a / #ff528f), Deep Royal Purple (#2d1060 / #1e1534), Crisp White (#ffffff)
   ========================================================================== */

/* Root & Theme Variables */
:root {
  --oji-pink-primary: #e01e5a;
  --oji-pink-neon: #ff528f;
  --oji-pink-dark: #c4184c;
  --oji-pink-light: #fdf2f8;
  --oji-pink-border: #fce7f3;
  --oji-pink-pill: #fbcfe8;
  --oji-dark-navy: #1e1534;
  --oji-text-heading: #1e1534;
  --oji-text-body: #475569;
  --oji-text-muted: #64748b;
  --oji-text-light: #94a3b8;
  --oji-star-gold: #f59e0b;
}

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

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

.text-slate-light {
  color: #cbd5e1 !important;
}

/* Common Section Headings & Pill Dividers */
.section-main-heading {
  font-size: 34px;
  font-weight: 600;
  color: var(--oji-dark-navy);
  text-align: center;
  margin-bottom: 4px;
  letter-spacing: -0.3px;
}

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

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

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

.section-sub-heading {
  font-size: 15px;
  color: var(--oji-text-muted);
  text-align: center;
  margin-bottom: 0;
}

/* Dark Theme Header Adjustments */
.dark-theme-section .section-main-heading {
  color: #ffffff !important;
}

.dark-theme-section .section-sub-heading {
  color: #cbd5e1 !important;
}

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

.dark-theme-section .section-pill-divider .pill-dot {
  background-color: var(--oji-pink-neon);
}

/* ==========================================================================
   1. SECTION 1: ABOUT HERO BANNER (Light Theme)
   ========================================================================== */
.about-hero-section {
  padding: 55px 0 65px 0;
  position: relative;
  background: radial-gradient(circle at 40% 20%, #fff0f5 0%, #fff7fa 50%, #ffffff 80%);
  overflow: hidden;
  min-height: 460px;
  display: flex;
  align-items: center;
}

.about-hero-section::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(244, 114, 182, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.about-hero-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1.5px solid #fbcfe8;
  color: var(--oji-dark-navy);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.5px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
  box-shadow: 0 4px 14px rgba(224, 30, 90, 0.05);
}

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

.about-hero-title {
  font-size: 44px;
  font-weight: 600;
  color: var(--oji-dark-navy);
  line-height: 1.18;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.about-hero-desc {
  font-size: 15.5px;
  color: #475569;
  line-height: 1.68;
  margin-bottom: 28px;
  max-width: 540px;
}

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

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

.about-hero-feature-item:hover {
  border-color: #fbcfe8;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(224, 30, 90, 0.1);
}

.about-hero-feature-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff0f5;
  color: #e01e5a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

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

.about-hero-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 380px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(31, 20, 53, 0.12);
  border: 4px solid #ffffff;
  margin: 0 auto;
}

.about-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

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

.badge-icon-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff0f5;
  color: #e01e5a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.about-hero-floating-badge-text {
  font-size: 13px;
  font-weight: 600;
  color: var(--oji-dark-navy);
  line-height: 1.3;
}

/* ==========================================================================
   2. SECTION 2: OUR STORY & PURPOSE (Light Theme)
   ========================================================================== */
.about-story-section {
  padding: 65px 0 60px;
  background: radial-gradient(circle at 50% 0%, #fff0f5 0%, #ffffff 75%);
  position: relative;
  overflow: hidden;
}

.about-story-container {
  max-width: 1160px;
  margin: 0 auto;
}

.about-story-card {
  background: linear-gradient(135deg, #ffffff 0%, #fffafc 50%, #fdf5f9 100%);
  border-radius: 32px;
  border: 1.5px solid rgba(224, 30, 90, 0.16);
  box-shadow: 0 20px 60px rgba(224, 30, 90, 0.06), 0 2px 10px rgba(0, 0, 0, 0.02);
  padding: 48px 52px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

.about-story-card:hover {
  box-shadow: 0 25px 70px rgba(224, 30, 90, 0.10);
  border-color: rgba(224, 30, 90, 0.28);
}

.story-dot-watermark-right {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(#f43f5e 1.5px, transparent 1.5px);
  background-size: 11px 11px;
  opacity: 0.35;
  pointer-events: none;
}

.story-dot-watermark-left {
  position: absolute;
  bottom: 25px;
  left: 20px;
  width: 70px;
  height: 90px;
  background-image: radial-gradient(#f43f5e 1.5px, transparent 1.5px);
  background-size: 11px 11px;
  opacity: 0.25;
  pointer-events: none;
}

.about-story-visual-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 10px;
}

.story-visual-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(224, 30, 90, 0.14) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.about-story-hexagon-img {
  max-width: 100%;
  width: 340px;
  height: auto;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 12px 28px rgba(224, 30, 90, 0.1));
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-story-card:hover .about-story-hexagon-img {
  transform: scale(1.03);
}

.story-floating-pill {
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #fce7f3;
  box-shadow: 0 8px 24px rgba(31, 20, 53, 0.08);
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 11.5px;
  font-weight: 600;
  color: #1e1534;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  animation: floatBadge 4s ease-in-out infinite;
}

.story-floating-pill.top {
  top: 15px;
  left: 10px;
}

.story-floating-pill.bottom {
  bottom: 15px;
  right: 15px;
  animation-delay: 2s;
}

@keyframes floatBadge {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.story-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff0f5;
  border: 1.5px solid #fbcfe8;
  color: #e01e5a;
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.8px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

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

.story-heading {
  font-size: 32px;
  font-weight: 600;
  color: #1e1534;
  line-height: 1.22;
  letter-spacing: -0.4px;
  margin-bottom: 22px;
}

.story-gradient-text {
  background: linear-gradient(135deg, #e01e5a 0%, #c4184c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.story-milestones-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.story-milestone-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fce7f3;
  border-radius: 16px;
  padding: 14px 18px;
  transition: all 0.3s ease;
}

.story-milestone-item:hover {
  background: #ffffff;
  border-color: #fbcfe8;
  transform: translateX(4px);
  box-shadow: 0 6px 20px rgba(224, 30, 90, 0.05);
}

.story-milestone-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fff0f5;
  color: #e01e5a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 2px;
}

.story-milestone-icon.mission {
  background: linear-gradient(135deg, #e01e5a 0%, #c4184c 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(224, 30, 90, 0.3);
}

.story-milestone-title {
  font-size: 14px;
  font-weight: 600;
  color: #1e1534;
  margin-bottom: 3px;
}

.story-milestone-desc {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.55;
  margin-bottom: 0;
}

.story-action-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 6px;
}

.btn-story-consult {
  background: linear-gradient(135deg, #e01e5a 0%, #c4184c 100%);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  padding: 11px 26px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(224, 30, 90, 0.32);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  border: none;
}

.btn-story-consult:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(224, 30, 90, 0.42);
  color: #ffffff;
}

.story-trust-label {
  font-size: 12.5px;
  font-weight: 600;
  color: #64748b;
}

/* ==========================================================================
   3. SECTION 3: WHO WE ARE & WHY WE ARE DIFFERENT (Dark Theme)
   ========================================================================== */
.about-overview-section {
  padding: 85px 0 75px 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;
}

.overview-card {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 24px;
  padding: 38px 36px;
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
  height: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.overview-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 82, 143, 0.5);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 45px rgba(224, 30, 90, 0.25);
}

.overview-card.highlight-border {
  border-color: rgba(255, 82, 143, 0.3);
}

.overview-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 82, 143, 0.16);
  color: #ff528f;
  font-size: 12.5px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 50px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 82, 143, 0.35);
}

.overview-card-tag.pink-tag {
  background: rgba(224, 30, 90, 0.25);
  color: #ffffff;
  border-color: #ff528f;
}

.overview-card-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 14px;
  line-height: 1.3;
}

.overview-card-desc {
  font-size: 14.5px;
  color: #cbd5e1;
  line-height: 1.65;
  margin-bottom: 22px;
}

.overview-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.overview-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #f1f5f9;
  font-weight: 500;
  line-height: 1.5;
}

.overview-check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
  margin-top: 2px;
}

.overview-check-icon.pink-icon {
  background: #fce7f3;
  color: #e01e5a;
}

/* ==========================================================================
   4. SECTION 4: WHAT WE DO / WHAT WE DON'T (Light Theme)
   ========================================================================== */
.about-dowdont-section {
  padding: 80px 0 75px 0;
  background: radial-gradient(circle at 50% 10%, #fff0f5 0%, #ffffff 80%);
  position: relative;
}

.dowdont-outer-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 38px 42px;
  border: 1.5px solid var(--oji-pink-border);
  box-shadow: 0 10px 35px rgba(224, 30, 90, 0.05);
}

.dowdont-container {
  position: relative;
}

.dowdont-card {
  border-radius: 20px;
  padding: 32px 36px;
  height: 100%;
  transition: all 0.3s ease;
}

.dowdont-card.do-card {
  background: #f4fbf7;
  border: 1.5px solid #bbf7d0;
}

.dowdont-card.dont-card {
  background: #fdf2f5;
  border: 1.5px solid #fce4ec;
}

.dowdont-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.dowdont-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.dowdont-header-icon-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.do-card .dowdont-header-icon-circle {
  color: #16a34a;
  background: #dcfce7;
}

.dont-card .dowdont-header-icon-circle {
  color: #e01e5a;
  background: #ffe4e6;
}

.dowdont-header-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

.do-card .dowdont-header-title {
  color: #15803d;
}

.dont-card .dowdont-header-title {
  color: #e01e5a;
}

.dowdont-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dowdont-list-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #334155;
  line-height: 1.45;
  font-weight: 500;
}

.dowdont-list-item:last-child {
  margin-bottom: 0;
}

.dowdont-item-icon-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.do-card .dowdont-item-icon-circle {
  border: 1.5px solid #bbf7d0;
  color: #16a34a;
}

.dont-card .dowdont-item-icon-circle {
  border: 1.5px solid #fecdd3;
  color: #e01e5a;
}

.dowdont-center-avatar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #fce4ec;
  box-shadow: 0 8px 25px rgba(224, 30, 90, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #e01e5a;
  z-index: 5;
}

@media (max-width: 991.98px) {
  .dowdont-center-avatar {
    display: none;
  }
}

/* ==========================================================================
   5. SECTION 5: HOW WE WORK / OUR PRINCIPLES (Dark Theme)
   ========================================================================== */
.about-principles-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;
}

.principle-card {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 24px;
  padding: 36px 28px;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  height: 100%;
  position: relative;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.principle-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 82, 143, 0.6);
  box-shadow: 0 16px 40px rgba(224, 30, 90, 0.3);
  background: rgba(255, 255, 255, 0.11);
}

.principle-card-number {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 28px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.12);
  letter-spacing: -0.5px;
}

.principle-icon-circle {
  width: 64px;
  height: 64px;
  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: 24px;
  margin: 0 auto 18px auto;
  box-shadow: 0 6px 20px rgba(224, 30, 90, 0.25);
  transition: all 0.3s ease;
}

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

.principle-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
}

.principle-card-desc {
  font-size: 13.5px;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 0;
}

/* ==========================================================================
   6. SECTION 6: OUR MEDICAL & ADVISORY TEAM (Light Theme)
   ========================================================================== */
.about-team-section {
  padding: 80px 0 75px 0;
  background: #ffffff;
  position: relative;
}

.team-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 24px 26px;
  border: 1.5px solid var(--oji-pink-border);
  box-shadow: 0 10px 30px rgba(224, 30, 90, 0.05);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
  border-color: #fbcfe8;
  box-shadow: 0 16px 45px rgba(224, 30, 90, 0.12);
}

.team-avatar-wrapper {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 16px auto;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, #e01e5a 0%, #ff528f 100%);
  box-shadow: 0 8px 22px rgba(224, 30, 90, 0.25);
}

.team-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ffffff;
}

.team-avatar-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e01e5a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.team-card-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--oji-dark-navy);
  margin-bottom: 4px;
}

.team-card-degree {
  font-size: 12.5px;
  font-weight: 600;
  color: #e01e5a;
  margin-bottom: 12px;
  min-height: 34px;
  line-height: 1.35;
}

.team-card-bio {
  font-size: 13px;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 18px;
  flex-grow: 1;
}

.btn-view-profile-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #e01e5a;
  color: #e01e5a;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 22px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.25s ease;
  background: transparent;
}

.btn-view-profile-pill:hover {
  background: #e01e5a;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(224, 30, 90, 0.3);
  transform: translateY(-2px);
}

.team-disclaimer-pill {
  background: #fff5f8;
  border: 1.5px solid #fce7f3;
  border-radius: 50px;
  padding: 12px 28px;
  font-size: 13px;
  color: #475569;
  text-align: center;
  max-width: 820px;
  margin: 20px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(224, 30, 90, 0.04);
}

/* ==========================================================================
   7. SECTION 7: TRUST, TRANSPARENCY & CONTACT (Light Theme)
   ========================================================================== */
.about-trust-section {
  padding: 80px 0 85px 0;
  background: radial-gradient(circle at 50% 0%, #fff0f5 0%, #ffffff 80%);
  position: relative;
}

.trust-card {
  border-radius: 28px;
  padding: 36px 32px;
  height: 100%;
  transition: all 0.3s ease;
}

.trust-card.purple-card {
  background: #ffffff;
  border: 1.5px solid var(--oji-pink-border);
  box-shadow: 0 10px 35px rgba(224, 30, 90, 0.05);
}

.trust-card.white-card {
  background: #ffffff;
  border: 1.5px solid var(--oji-pink-border);
  box-shadow: 0 10px 35px rgba(224, 30, 90, 0.05);
}

.trust-card.gradient-action-card {
  background: linear-gradient(135deg, #ffffff 0%, #fff0f5 100%);
  border: 1.5px solid #fbcfe8;
  box-shadow: 0 14px 40px rgba(224, 30, 90, 0.09);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 45px rgba(224, 30, 90, 0.12);
}

.trust-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.trust-header-icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff0f5;
  border: 1.5px solid #fce7f3;
  color: #e01e5a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.trust-header-icon-circle.pink-circle {
  background: #e01e5a;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(224, 30, 90, 0.3);
}

.trust-header-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--oji-dark-navy);
  margin-bottom: 0;
}

.trust-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.trust-feature-item:last-child {
  margin-bottom: 0;
}

.trust-feature-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff0f5;
  color: #e01e5a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 2px;
}

.trust-feature-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--oji-dark-navy);
  margin-bottom: 2px;
}

.trust-feature-desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Steps Item */
.trust-step-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
  position: relative;
}

.trust-step-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 17px;
  top: 38px;
  bottom: -14px;
  width: 2px;
  background: #fce7f3;
}

.trust-step-item:last-child {
  margin-bottom: 0;
}

.trust-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e01e5a 0%, #ff528f 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(224, 30, 90, 0.3);
  z-index: 2;
}

.trust-step-title {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--oji-dark-navy);
  margin-bottom: 2px;
}

.trust-step-desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Action Card */
.action-card-badge {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #fbcfe8;
  color: #e01e5a;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.action-card-title {
  font-size: 21px;
  font-weight: 600;
  color: var(--oji-dark-navy);
  line-height: 1.3;
  margin-bottom: 10px;
}

.action-card-desc {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 20px;
}

.action-contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}

.action-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 14px;
  border: 1px solid #fce7f3;
  text-decoration: none;
  color: var(--oji-dark-navy);
  transition: all 0.2s ease;
}

.action-contact-item:hover {
  border-color: #fbcfe8;
  transform: translateX(3px);
  color: #e01e5a;
}

.action-contact-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff0f5;
  color: #e01e5a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.action-contact-label {
  display: block;
  font-size: 11px;
  color: #94a3b8;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-action-consult-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;
  border: none;
}

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

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1199px) {
  .about-hero-title {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .about-hero-section {
    padding: 24px 0 45px 0 !important;
    background: linear-gradient(to bottom, #fde8ef 0%, #fff2f6 30%, #ffffff 65%, #f1e4fc 100%) !important;
    min-height: auto !important;
    text-align: left;
  }
  .about-hero-desc {
    margin-left: 0;
    margin-right: 0;
  }
  .about-hero-features-row {
    justify-content: flex-start;
    margin-bottom: 25px;
  }
  .about-story-card {
    padding: 32px 24px;
  }
  .story-heading {
    font-size: 26px;
  }
  .about-story-visual-wrap {
    margin-bottom: 20px;
    padding: 10px 0;
  }
  .about-story-hexagon-img {
    width: 280px;
  }
  .story-floating-pill {
    display: none;
  }
  .dowdont-outer-card {
    padding: 24px 18px;
  }
  .dowdont-card {
    padding: 24px 20px;
  }
  .section-main-heading {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .about-hero-title {
    font-size: 30px;
  }
  .about-hero-img-wrapper {
    height: 280px;
  }
  .team-disclaimer-pill {
    flex-direction: column;
    border-radius: 20px;
    padding: 14px 20px;
  }
  .section-main-heading {
    font-size: 24px;
  }
}
