/* ==========================================================================
   Hope Clinic Udaipur - Why Choose Us Redesign Stylesheet
   Scope: Scoped under the .why-us-page class to prevent side effects on other pages.
   Theme: Accessible & Ethical Clinical Tech (Apple/Stripe medical-tech visual)
   ========================================================================== */

.why-us-page {
  font-family: 'Figtree', 'Noto Sans', 'Inter', sans-serif;
  background-color: #f7fafc;
  color: var(--color-text-dark);
}

/* Base Styles and Utilities Scoped to Why Us Page */
.why-us-page .subpage-hero {
  position: relative;
  padding: 180px 0 80px;
  background: radial-gradient(circle at 10% 20%, rgba(13, 148, 136, 0.08) 0%, transparent 40%),
              radial-gradient(circle at 90% 90%, rgba(6, 182, 212, 0.07) 0%, transparent 50%),
              #ffffff;
  overflow: hidden;
  border-bottom: 1px solid rgba(13, 148, 136, 0.06);
}

.why-us-page .aurora-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.why-us-page .aurora-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.15;
}

.why-us-page .aurora-blob.blob-1 {
  top: -10%;
  left: 15%;
  width: 350px;
  height: 350px;
  background: var(--color-teal);
}

.why-us-page .aurora-blob.blob-2 {
  bottom: -20%;
  right: 10%;
  width: 400px;
  height: 400px;
  background: var(--color-cyan);
}

.why-us-page .subpage-hero .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.why-us-page .breadcrumbs {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.why-us-page .breadcrumbs a {
  color: var(--color-teal);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.why-us-page .breadcrumbs a:hover {
  color: #0d9488;
}

.why-us-page .subpage-title {
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1.15;
  color: #0f172a;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

.why-us-page .subpage-title.gradient-text-teal {
  background: linear-gradient(135deg, #0d9488 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-us-page .subpage-subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #334155;
  max-width: 780px;
  margin: 0;
  font-weight: 400;
}

/* ==========================================================================
   WCU SECTIONS - Standard Layouts
   ========================================================================== */

.why-us-page .wcu-section {
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}

.why-us-page .wcu-section.bg-light {
  background-color: #ffffff;
}

.why-us-page .wcu-section.bg-alt {
  background-color: #f8fafc;
}

.why-us-page .wcu-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

/* Split Columns */
.why-us-page .wcu-split-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

.why-us-page .wcu-split-grid.reverse {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
}

.why-us-page .wcu-content-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.why-us-page .wcu-tag-label {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-teal);
  background: rgba(13, 148, 136, 0.06);
  padding: 6px 14px;
  border-radius: 100px;
  border: 1px solid rgba(13, 148, 136, 0.12);
  margin-bottom: 24px;
}

.why-us-page .wcu-title-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.why-us-page .wcu-description-text {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 24px;
}

/* Equipment Quick Stats 2×2 Grid */
.why-us-page .wcu-eq-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  width: 100%;
  margin-bottom: 32px;
}

.why-us-page .wcu-eq-stat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(13, 148, 136, 0.04);
  border: 1px solid rgba(13, 148, 136, 0.1);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.why-us-page .wcu-eq-stat-item:hover {
  background: rgba(13, 148, 136, 0.08);
  border-color: rgba(13, 148, 136, 0.2);
}

.why-us-page .wcu-eq-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(13, 148, 136, 0.1);
  color: var(--color-teal);
  flex-shrink: 0;
}

.why-us-page .wcu-eq-stat-value {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

.why-us-page .wcu-eq-stat-label {
  display: block;
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.3;
  margin-top: 2px;
}

/* Lists and Tech Cards */
.why-us-page .wcu-feature-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.why-us-page .wcu-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(13, 148, 136, 0.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.015);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.why-us-page .wcu-feature-item:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 148, 136, 0.15);
  box-shadow: 0 10px 30px rgba(13, 148, 136, 0.04);
}

.why-us-page .wcu-feature-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(13, 148, 136, 0.08);
  color: var(--color-teal);
  font-weight: bold;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.why-us-page .wcu-feature-text h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}

.why-us-page .wcu-feature-text p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #475569;
  margin: 0;
}

/* Visual Illustration Container */
.why-us-page .wcu-visual-col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* Shift the Advanced Equipment image up by 300px */
#tech-section .wcu-visual-col {
  transform: translateY(-300px);
  margin-bottom: -300px;
}

/* Remove bottom blank space from tech section */
#tech-section {
  padding-bottom: 0;
  margin-bottom: -300px;
}

.why-us-page .wcu-illustration-wrapper {
  position: relative;
  width: 100%;
  max-width: 480px;
  max-height: 420px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(15, 23, 42, 0.15);
}

/* Make real images fill the wrapper without distortion */
.why-us-page .wcu-illustration-wrapper img.wcu-graphic-canvas {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.why-us-page .wcu-illustration-glow {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(13, 148, 136, 0.15);
  filter: blur(80px);
  z-index: 1;
  pointer-events: none;
}

/* Vector & Image Illustration Graphics CSS */
.why-us-page .wcu-graphic-canvas {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.why-us-page .wcu-illustration-wrapper:hover .wcu-graphic-canvas {
  transform: scale(1.04);
}

/* ==========================================================================
   BENTO GRID SYSTEM (Supportive Environment)
   ========================================================================== */

.why-us-page .wcu-section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-us-page .wcu-section-header .wcu-title-large {
  margin-top: 12px;
  margin-bottom: 20px;
}

.why-us-page .wcu-section-header .wcu-description-text {
  margin: 0;
}

.why-us-page .wcu-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.why-us-page .wcu-bento-card {
  background: #ffffff;
  border: 1px solid rgba(13, 148, 136, 0.04);
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.02);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.why-us-page .wcu-bento-card:hover {
  transform: translateY(-8px);
  border-color: rgba(13, 148, 136, 0.15);
  box-shadow: 0 30px 60px -20px rgba(13, 148, 136, 0.1);
}

.why-us-page .wcu-bento-card-bg-glow {
  position: absolute;
  top: -40%;
  right: -40%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.08;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.why-us-page .wcu-bento-card:hover .wcu-bento-card-bg-glow {
  opacity: 0.15;
}

.why-us-page .wcu-bento-card.card-coral .wcu-bento-card-bg-glow { background: var(--color-coral); }
.why-us-page .wcu-bento-card.card-amber .wcu-bento-card-bg-glow { background: var(--color-amber); }
.why-us-page .wcu-bento-card.card-emerald .wcu-bento-card-bg-glow { background: var(--color-emerald); }

.why-us-page .wcu-bento-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.why-us-page .wcu-bento-card.card-coral .wcu-bento-icon { background: rgba(225, 29, 72, 0.08); color: var(--color-coral); }
.why-us-page .wcu-bento-card.card-amber .wcu-bento-icon { background: rgba(245, 158, 11, 0.08); color: var(--color-amber); }
.why-us-page .wcu-bento-card.card-emerald .wcu-bento-icon { background: rgba(16, 185, 129, 0.08); color: var(--color-emerald); }

.why-us-page .wcu-bento-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 14px 0;
  position: relative;
  z-index: 2;
}

.why-us-page .wcu-bento-card-desc {
  font-size: 1rem;
  line-height: 1.55;
  color: #475569;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   UDAIPUR LOCAL BENEFITS LIST GRID
   ========================================================================== */

.why-us-page .wcu-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 20px;
}

.why-us-page .wcu-benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(16, 185, 129, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.why-us-page .wcu-benefit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 185, 129, 0.18);
  box-shadow: 0 12px 35px rgba(16, 185, 129, 0.05);
}

.why-us-page .wcu-checkbox-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.08);
  color: var(--color-emerald);
  font-size: 0.9rem;
  font-weight: 700;
  flex-shrink: 0;
}

.why-us-page .wcu-benefit-text h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}

.why-us-page .wcu-benefit-text p {
  font-size: 0.98rem;
  line-height: 1.55;
  color: #475569;
  margin: 0;
}

/* ==========================================================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================================================== */

@media (max-width: 1024px) {
  .why-us-page .wcu-split-grid,
  .why-us-page .wcu-split-grid.reverse {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .why-us-page .wcu-visual-col {
    order: 2;
  }
  
  .why-us-page .wcu-content-col {
    order: 1;
  }

  /* Reset desktop translateY translation and margins on mobile layout */
  #tech-section .wcu-visual-col {
    transform: translateY(0);
    margin-bottom: 0;
  }

  #tech-section {
    padding-bottom: 70px;
    margin-bottom: 0;
  }
  
  .why-us-page .wcu-bento-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .why-us-page .wcu-bento-card.card-emerald {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .why-us-page .subpage-hero {
    padding: 120px 0 40px;
  }

  .why-us-page .subpage-title {
    font-size: clamp(1.8rem, 6.5vw, 2.5rem);
  }
  
  .why-us-page .subpage-subtitle {
    font-size: 1.05rem;
    line-height: 1.5;
  }
  
  .why-us-page .wcu-title-large {
    font-size: clamp(1.5rem, 5.5vw, 2rem);
    line-height: 1.25;
  }
  
  .why-us-page .wcu-bento-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .why-us-page .wcu-bento-card.card-emerald {
    grid-column: span 1;
  }

  .why-us-page .wcu-bento-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .why-us-page .wcu-bento-icon {
    margin-bottom: 20px;
  }
  
  .why-us-page .wcu-benefit-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .why-us-page .wcu-eq-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .why-us-page .wcu-illustration-wrapper .wcu-graphic-canvas {
    height: 280px;
  }
  
  .why-us-page .wcu-section {
    padding: 60px 0;
  }
  
  .why-us-page .wcu-feature-item,
  .why-us-page .wcu-benefit-card {
    padding: 20px;
  }
}

/* ==========================================================================
   CTA SECTION
   ========================================================================== */

.why-us-page .wcu-cta-section {
  position: relative;
  padding: 130px 0;
  background: #ffffff;
  text-align: center;
  overflow: hidden;
}

.why-us-page .wcu-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(13, 148, 136, 0.07) 0%, transparent 60%),
    radial-gradient(circle at 15% 80%, rgba(6, 182, 212, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 85% 20%, rgba(13, 148, 136, 0.04) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}

.why-us-page .wcu-cta-section .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.why-us-page .wcu-cta-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-us-page .wcu-cta-title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #0f172a;
  margin-bottom: 20px;
}

.why-us-page .wcu-cta-title span {
  font-style: italic;
  background: linear-gradient(135deg, #0d9488 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-us-page .wcu-cta-subtitle {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #475569;
  max-width: 620px;
  margin: 0 auto;
}

.why-us-page .wcu-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.why-us-page .wcu-cta-btn {
  font-size: 1rem;
  font-weight: 600;
  padding: 18px 36px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s;
  cursor: pointer;
}

.why-us-page .wcu-cta-btn.btn-solid {
  background: linear-gradient(135deg, #0d9488 0%, #06b6d4 100%);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 10px 30px rgba(13, 148, 136, 0.3);
}

.why-us-page .wcu-cta-btn.btn-solid:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(13, 148, 136, 0.45);
}

.why-us-page .wcu-cta-btn.btn-outline {
  background: rgba(13, 148, 136, 0.04);
  color: #0f172a;
  border: 1px solid rgba(13, 148, 136, 0.2);
}

.why-us-page .wcu-cta-btn.btn-outline:hover {
  transform: translateY(-3px);
  background: rgba(13, 148, 136, 0.08);
  border-color: rgba(13, 148, 136, 0.35);
}

.why-us-page .wcu-cta-btn svg {
  transition: transform 0.3s;
}

.why-us-page .wcu-cta-btn:hover svg {
  transform: translateX(4px);
}

.why-us-page .wcu-cta-footer-contacts {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 56px;
  flex-wrap: wrap;
}

.why-us-page .wcu-cta-footer-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #64748b;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.3s;
}

.why-us-page .wcu-cta-footer-item:hover {
  color: var(--color-teal);
}

.why-us-page .wcu-cta-footer-item svg {
  color: var(--color-teal);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .why-us-page .wcu-cta-section {
    padding: 80px 0;
  }

  .why-us-page .wcu-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .why-us-page .wcu-cta-footer-contacts {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
