.compassion-hero-section {
  min-height: 855px;
  display: flex;
  align-items: center;
  background-color: #071a37 !important;
  background-image: linear-gradient(135deg, #061a38 0%, #0d2d57 35%, #1f4e7d 70%, #3c76ad 100%) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

.compassion-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.02), transparent 55%);
  pointer-events: none;
}

.hero-title-deep {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 1.5rem;
  border-radius: 2rem;
  background: radial-gradient(circle at center, rgba(147, 95, 244, 0.16), transparent 28%),
              linear-gradient(180deg, rgba(55, 16, 123, 0.95), rgba(48, 11, 101, 0.94));
  box-shadow: 0 18px 80px rgba(13, 9, 46, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-title-deep h3 {
  position: relative;
  z-index: 2;
  color: #f5efff;
  letter-spacing: 0.03em;
}

.hero-title-deep-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 35%),
              radial-gradient(circle at 20% 30%, rgba(191, 128, 255, 0.18), transparent 16%),
              radial-gradient(circle at 80% 60%, rgba(86, 41, 214, 0.24), transparent 20%);
  filter: blur(10px);
  opacity: 0.9;
}

.hero-title-deep-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.55;
  animation: heroShapeFloat 12s ease-in-out infinite;
}

.hero-title-deep-shape-1 {
  width: 90px;
  height: 90px;
  background: rgba(216, 142, 255, 0.16);
  top: 20%;
  left: 10%;
}

.hero-title-deep-shape-2 {
  width: 130px;
  height: 130px;
  background: rgba(110, 58, 212, 0.2);
  bottom: 18%;
  right: 8%;
  animation-duration: 18s;
}

.slide-hero-deep {
  position: relative;
  overflow: hidden;
  min-height: 670px;
  background: radial-gradient(circle at center, rgba(152, 46, 236, 0.94) 0%, rgba(79, 13, 148, 0.92) 32%, rgba(22, 5, 54, 0.96) 62%, #050011 100%);
}

.slide-hero-deep::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 45% 35%, rgba(158, 72, 239, 0.22), transparent 28%),
              radial-gradient(circle at 80% 15%, rgba(95, 34, 226, 0.18), transparent 20%),
              radial-gradient(circle at 20% 80%, rgba(102, 30, 201, 0.16), transparent 24%);
  filter: blur(12px);
  pointer-events: none;
}

.slide-hero-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.42;
  filter: blur(4px);
  animation: slideHeroFloat 18s ease-in-out infinite;
  z-index: 1;
  mix-blend-mode: screen;
}

.slide-hero-shape-1 {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(184, 108, 255, 0.22), transparent 58%);
  top: 12%;
  left: 8%;
}

.slide-hero-shape-2 {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(108, 52, 223, 0.18), transparent 60%);
  bottom: 8%;
  right: 4%;
  animation-duration: 22s;
}

.slide-hero-shape-3 {
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(230, 169, 255, 0.14), transparent 62%);
  top: 44%;
  right: 18%;
  animation-duration: 20s;
}

@keyframes slideHeroFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-18px) scale(1.03); }
}

.compassion-hero-card {
  position: relative;
  z-index: 1;
  background: rgba(2, 10, 24, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.5rem;
  padding: 2.25rem;
  box-shadow: 0 18px 40px rgba(2, 8, 23, 0.18);
  backdrop-filter: blur(4px);
}


.compassion-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #f8f2ff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.compassion-hero-card h1,
.compassion-hero-card p,
.compassion-hero-card .lead {
  color: #fff;
}

.compassion-hero-badge {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  min-height: 100%;
}

.compassion-hero-badge i {
  font-size: 1.5rem;
  color: #ffe4c8;
}

.home-intro {
  background: linear-gradient(120deg, #2d1668 0%, #4a2d8c 48%, #6f93ff 100%);
  color: #fdf8ff;
  padding: 3.25rem 0;
  position: relative;
  overflow: hidden;
}

.home-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.16), transparent 28%);
  pointer-events: none;
}

.home-intro .container {
  position: relative;
  z-index: 1;
}

.home-intro p,
.home-intro .learn-more,
.home-intro .learn-more a {
  color: #fdf8ff;
}

.home-intro .btn-primary {
  background: #fff;
  border-color: #fff;
  color: #4a2d8c;
}

.home-intro .btn-primary:hover {
  background: #f7f0ff;
  border-color: #f7f0ff;
  color: #2d1668;
}

.compassion-highlight {
  color: #ffe7b8;
  text-shadow: 0 0 18px rgba(255, 231, 184, 0.3);
}

.loneliness-awareness-section {
  background: linear-gradient(135deg, #432c7a 0%, #4b3b9c 38%, #4f8ef7 100%) !important;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.loneliness-awareness-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 26%),
              radial-gradient(circle at bottom left, rgba(255,255,255,0.08), transparent 30%);
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: overlay;
  opacity: 0.95;
}

.loneliness-awareness-section .container {
  position: relative;
  z-index: 2;
}

.loneliness-awareness-section .compassion-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  color: #f7f2ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.loneliness-divider {
  width: 92px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.9), rgba(255,255,255,0.15));
  margin-bottom: 1.4rem;
}

.loneliness-stat-card {
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 1.25rem;
  padding: 1.2rem;
  min-height: 100%;
  box-shadow: 0 16px 38px rgba(8, 13, 35, 0.2);
  backdrop-filter: blur(10px);
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.loneliness-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(8, 13, 35, 0.24);
}

.loneliness-stat-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffffff 0%, #d9eaff 100%);
  color: #432c7a;
  margin-bottom: 0.95rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
}

.loneliness-stat-icon i {
  font-size: 1.1rem;
}

.loneliness-stat-value {
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.45rem;
}

.loneliness-stat-description {
  color: rgba(255,255,255,0.92);
  font-size: 0.97rem;
  margin-bottom: 0.7rem;
}

.loneliness-stat-source {
  display: inline-block;
  color: rgba(255,255,255,0.68);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.loneliness-visual-card {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 1.5rem;
  padding: 1rem;
  box-shadow: 0 20px 44px rgba(8, 13, 35, 0.2);
  position: relative;
  overflow: hidden;
}

.loneliness-visual-card::before,
.loneliness-visual-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.loneliness-visual-card::before {
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,0.16);
  top: -60px;
  right: -60px;
}

.loneliness-visual-card::after {
  width: 140px;
  height: 140px;
  background: rgba(255,255,255,0.12);
  left: -40px;
  bottom: -30px;
}

.loneliness-visual-inner {
  position: relative;
  z-index: 1;
  border-radius: 1.15rem;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));
  padding: 0.4rem;
}

.loneliness-visual-card img {
  width: 100%;
  border-radius: 0.95rem;
  object-fit: cover;
  min-height: 360px;
  display: block;
}

@media (max-width: 991px) {
  .loneliness-awareness-section .row.align-items-center {
    align-items: flex-start !important;
  }

  .loneliness-visual-card {
    margin-top: 0.5rem;
  }
}

@media (max-width: 767px) {
  .loneliness-awareness-section .container.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .loneliness-stat-card {
    padding: 1rem;
  }

  .loneliness-visual-card img {
    min-height: 260px;
  }
}

.premium-service-group {
  padding: 0.9rem 1rem;
  border-left: 3px solid #6c4ab6;
  background: rgba(108, 74, 182, 0.06);
  border-radius: 0.75rem;
}

.premium-service-group h3 {
  color: #2c2f4a;
  margin-bottom: 0.25rem;
}

.premium-service-group p {
  color: #5d6578;
  font-size: 0.98rem;
}

.premium-service-section .feature-box {
  background: #fff;
  border-radius: 1rem;
  padding: 1.35rem;
  box-shadow: 0 10px 30px rgba(45, 27, 105, 0.08);
  border: 1px solid rgba(45, 27, 105, 0.06);
  min-height: 100%;
}

.premium-service-section .feature-box-icon {
  margin-bottom: 0.85rem;
}

.premium-service-section .feature-box-icon i {
  font-size: 1.45rem;
}

.premium-spotlight {
  padding: 2rem 0;
}

.premium-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #6c4ab6;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.premium-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.premium-list li {
  margin-bottom: 0.7rem;
  color: #444;
  font-size: 1rem;
}

.premium-list i {
  color: #6c4ab6;
  margin-right: 0.5rem;
}

.premium-spotlight-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.premium-spotlight-image {
  max-width: 320px;
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.service-hero-panel {
  padding: 2rem;
  border-radius: 1.6rem;
  background: linear-gradient(135deg, #f8f4ff 0%, #eef7ff 100%);
  border: 1px solid rgba(109, 79, 207, 0.12);
  box-shadow: 0 16px 38px rgba(16, 32, 72, 0.08);
  margin-bottom: 1.5rem;
}

.service-hero-panel .premium-kicker {
  margin-bottom: 1rem;
}

.service-hero-panel h2 {
  color: #17325c;
  letter-spacing: -0.01em;
}

.service-hero-panel .lead {
  color: #5b6a7c;
  max-width: 700px;
}

.service-hero-cards {
  display: grid;
  gap: 0.8rem;
}

.service-hero-card {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(109, 79, 207, 0.12);
  border-radius: 1rem;
  padding: 0.95rem 1rem;
  box-shadow: 0 10px 24px rgba(16, 32, 72, 0.06);
}

.service-hero-card i {
  color: #6c4ab6;
  font-size: 1.1rem;
  margin-top: 0.15rem;
}

.service-hero-card strong {
  display: block;
  color: #163a68;
  font-size: 0.98rem;
  margin-bottom: 0.2rem;
}

.service-hero-card span {
  color: #5d6b7a;
  font-size: 0.92rem;
  line-height: 1.45;
}

.service-card {
  background: #ffffff;
  border-radius: 1.2rem;
  overflow: hidden;
  min-height: 100%;
  box-shadow: 0 12px 28px rgba(9, 27, 67, 0.07);
  border: 1px solid rgba(9, 27, 67, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(9, 27, 67, 0.12);
}

.service-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.service-card-body {
  padding: 1.25rem 1.25rem 1.45rem;
}

.service-card h4 {
  color: #163a68;
  font-size: 1.12rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.service-card .lead {
  color: #4f6178;
  font-size: 1.02rem;
  margin-bottom: 0.55rem;
}

.service-card p {
  color: #5d6b7a;
  margin-bottom: 0;
}

.service-collection-panel {
  padding: 2.2rem;
  border-radius: 1.8rem;
  background: linear-gradient(135deg, #081a3f 0%, #123a73 35%, #2e5fb9 62%, #4f82d8 100%);
  box-shadow: 0 24px 48px rgba(4, 18, 46, 0.24);
  position: relative;
  overflow: hidden;
  min-height: 430px;
}

.service-collection-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.18), transparent 30%),
              radial-gradient(circle at 80% 10%, rgba(168, 219, 255, 0.16), transparent 26%),
              radial-gradient(circle at 50% 80%, rgba(255,255,255,0.08), transparent 24%);
  pointer-events: none;
}

.service-collection-panel .row {
  position: relative;
  z-index: 1;
}

.service-collection-copy {
  color: #f7fbff;
  padding: 0.5rem 0;
}

.service-panel-tag {
  display: inline-block;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}

.service-collection-copy p {
  color: rgba(247, 251, 255, 0.92);
  font-size: 1.02rem;
  line-height: 1.8;
  max-width: 620px;
}

.service-pill {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  padding: 0.6rem 0.9rem;
  color: #f7fbff;
  margin-bottom: 0.6rem;
  font-size: 0.94rem;
}

.service-collection-stack {
  display: grid;
  gap: 0.8rem;
  height: 100%;
}

.service-stack-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  backdrop-filter: blur(8px);
  color: #f7fbff;
}

.service-stack-card strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}

.service-stack-card span {
  color: rgba(247, 251, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .compassion-hero-card {
    padding: 1.25rem;
  }

  .premium-spotlight {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .service-hero-panel {
    padding: 1.25rem;
  }

  .service-collection-panel {
    padding: 1.25rem;
    min-height: auto;
  }
}

#footer.footer-premium {
  background: linear-gradient(145deg, #dceeff 0%, #c7dcff 22%, #b8c4ff 48%, #8f7fe9 78%, #6d4fcf 100%);
  color: #f3edff;
  position: relative;
  box-shadow: inset 0 18px 50px rgba(10, 6, 22, 0.3);
}

#footer.footer-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.08), transparent 30%),
              radial-gradient(circle at bottom right, rgba(255,255,255,0.06), transparent 28%),
              linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(0,0,0,0.14) 100%);
  pointer-events: none;
}

#footer.footer-premium .container,
#footer.footer-premium .footer-copyright {
  position: relative;
  z-index: 1;
}

#footer.footer-premium .footer-logo {
  max-width: 128px;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28));
}

.whatsapp-float-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #5a2d91 0%, #4f8ef7 100%);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(76, 45, 130, 0.28);
  border: 2px solid rgba(255, 255, 255, 0.22);
  text-decoration: none;
  z-index: 2147483647;
  overflow: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  animation: whatsappFloat 3.4s ease-in-out infinite;
}

.whatsapp-float-button::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(95, 70, 170, 0.22);
  animation: whatsappPulse 8s ease-out infinite;
  pointer-events: none;
}

.whatsapp-float-button:hover,
.whatsapp-float-button:focus-visible {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 16px 36px rgba(76, 45, 130, 0.34);
  filter: brightness(1.04);
}

.whatsapp-float-button i {
  font-size: 1.55rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.whatsapp-float-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  background: rgba(13, 24, 43, 0.95);
  color: #ffffff;
  padding: 0.6rem 0.8rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.whatsapp-float-button:hover .whatsapp-float-tooltip,
.whatsapp-float-button:focus-visible .whatsapp-float-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@keyframes whatsappFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes whatsappPulse {
  0% { transform: scale(0.92); opacity: 0.9; }
  60% { transform: scale(1.12); opacity: 0; }
  100% { transform: scale(1.12); opacity: 0; }
}

@media (max-width: 767px) {
  .whatsapp-float-button {
    right: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
  }

  .whatsapp-float-button i {
    font-size: 1.35rem;
  }

  .whatsapp-float-tooltip {
    display: none;
  }
}

#footer.footer-premium p,
#footer.footer-premium h5,
#footer.footer-premium .text-color-light,
#footer.footer-premium .footer-links a,
#footer.footer-premium .footer-contact-list a,
#footer.footer-premium .social-icons a {
  color: #f3edff;
  text-decoration: none;
}

#footer.footer-premium .footer-links a:hover,
#footer.footer-premium .footer-contact-list a:hover,
#footer.footer-premium .social-icons a:hover {
  color: #ffefeb;
}

#footer.footer-premium .footer-cta-card {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 1.2rem;
  padding: 1.4rem;
  height: 100%;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

#footer.footer-premium .footer-cta-card h5,
#footer.footer-premium .footer-cta-card p {
  color: #f7f2ff;
}

#footer.footer-premium .footer-cta-card .btn-light {
  color: #3b1d6a;
}

#footer.footer-premium .btn-light {
  color: #4a2d8c;
  background: #fff;
  border-color: #fff;
}


@media (max-width: 767px) {
  #footer.footer-premium .footer-cta-card {
    padding: 1rem;
  }
}

