/* ========== Gynecology Playful Design ========== */
/* Женственный, игривый дизайн поверх основного корпоративного стиля */

/* ========== Playful Color Palette ========== */
:root {
  --g-rose: #E8738A;
  --g-rose-deep: #D4647A;
  --g-gold: #E8B86D;
  --g-lavender: #B388FF;
  --g-mint: #6BCB77;
  --g-peach: #FFB088;
  --g-coral: #FF7B89;
  --g-pink-light: #FCE4EC;
  --g-blush: #FFF0F3;
  --g-warm: #FFF5F7;
}

/* ========== Floating Decorative Background ========== */
.specialty-hero {
  position: relative;
}

/* Additional floating circles */
.why-section {
  position: relative;
  overflow: hidden;
}

.why-section::after {
  content: '';
  position: absolute;
  top: 10%;
  right: -2%;
  width: 130px;
  height: 130px;
  background: radial-gradient(circle, rgba(232, 115, 138, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: float-bg-g 7s ease-in-out infinite;
}

.services-section {
  position: relative;
  overflow: hidden;
}

.services-section::after {
  content: '';
  position: absolute;
  bottom: 5%;
  left: -2%;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(179, 136, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: float-bg-g 8s ease-in-out infinite reverse;
}

.gynecology-diagnostics {
  position: relative;
  overflow: hidden;
}

.gynecology-diagnostics .container {
  position: relative;
}

.gynecology-diagnostics .container::after {
  content: '';
  position: absolute;
  top: 25%;
  right: -4%;
  width: 90px;
  height: 90px;
  background: radial-gradient(circle, rgba(255, 176, 136, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: float-bg-g 6s ease-in-out infinite;
}

.reviews-section {
  position: relative;
  overflow: hidden;
}

.reviews-section::after {
  content: '';
  position: absolute;
  top: 20%;
  left: -3%;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, rgba(232, 115, 138, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: float-bg-g 9s ease-in-out infinite reverse;
}

@keyframes float-bg-g {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.5; }
  50% { transform: translateY(-20px) scale(1.1); opacity: 0.8; }
}

/* ========== Hero - Playful Additions ========== */

/* Rose gold title */
.specialty-hero__title .highlight-gynecology {
  color: var(--g-rose) !important;
  font-weight: 900 !important;
  position: relative;
}

.specialty-hero__title .highlight-gynecology::after {
  content: ' ✿';
  font-size: 0.5em;
  display: inline-block;
  animation: flower-sway 2.5s ease-in-out infinite;
}

@keyframes flower-sway {
  0%, 100% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(10deg) scale(1.15); }
}

/* Floating petals around the hero title */
.specialty-hero__title::before {
  content: '🌸';
  position: absolute;
  top: -25px;
  left: -35px;
  font-size: 22px;
  animation: petal-float 3s ease-in-out infinite;
}

.specialty-hero__title::after {
  content: '🌸';
  position: absolute;
  bottom: -20px;
  right: -25px;
  font-size: 18px;
  animation: petal-float 3.5s ease-in-out infinite 0.8s;
}

@keyframes petal-float {
  0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.7; }
  50% { transform: translateY(-10px) rotate(10deg); opacity: 1; }
}

/* Feature icons - each a different feminine color */
.specialty-hero__feature:nth-child(1) .specialty-hero__feature-icon {
  background: linear-gradient(135deg, #E8738A, #D4647A) !important;
}
.specialty-hero__feature:nth-child(2) .specialty-hero__feature-icon {
  background: linear-gradient(135deg, #E8B86D, #D4A058) !important;
}
.specialty-hero__feature:nth-child(3) .specialty-hero__feature-icon {
  background: linear-gradient(135deg, #B388FF, #9670D6) !important;
}
.specialty-hero__feature:nth-child(4) .specialty-hero__feature-icon {
  background: linear-gradient(135deg, #6BCB77, #4CAF50) !important;
}

/* ========== Section Titles - Feminine Underline ========== */
.section-title {
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 5px;
  margin: 12px auto 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #E8738A, #E8B86D, #B388FF, #FFB088);
  animation: gradient-shift-g 3s ease-in-out infinite;
  background-size: 200% 100%;
}

@keyframes gradient-shift-g {
  0%, 100% { background-position: 0% 50%; width: 80px; }
  50% { background-position: 100% 50%; width: 120px; }
}

/* ========== Why Section - Feminine Cards ========== */
.why-section__card {
  position: relative;
  overflow: visible !important;
}

/* Each card icon - feminine color palette */
.why-section__card:nth-child(1) .why-section__card-icon {
  background: linear-gradient(135deg, #E8738A, #D4647A) !important;
}

.why-section__card:nth-child(2) .why-section__card-icon {
  background: linear-gradient(135deg, #E8B86D, #D4A058) !important;
}

.why-section__card:nth-child(3) .why-section__card-icon {
  background: linear-gradient(135deg, #6BCB77, #4CAF50) !important;
}

.why-section__card:nth-child(4) .why-section__card-icon {
  background: linear-gradient(135deg, #B388FF, #9670D6) !important;
}

.why-section__card:nth-child(5) .why-section__card-icon {
  background: linear-gradient(135deg, #FFB088, #E89570) !important;
}

.why-section__card:nth-child(6) .why-section__card-icon {
  background: linear-gradient(135deg, #FF7B89, #E86A78) !important;
}

/* Card hover - playful bounce */
.why-section__card:hover {
  transform: translateY(-10px) scale(1.03) !important;
}

.why-section__card:hover .why-section__card-icon {
  animation: icon-wiggle-g 0.5s ease-in-out !important;
}

@keyframes icon-wiggle-g {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-8deg) scale(1.1); }
  50% { transform: rotate(8deg) scale(1.15); }
  75% { transform: rotate(-5deg) scale(1.1); }
}

/* ========== Services Section - Feminine ========== */
.services-section__item:nth-child(1) .services-section__header-icon {
  color: #E8738A !important;
}
.services-section__item:nth-child(2) .services-section__header-icon {
  color: #E8B86D !important;
}
.services-section__item:nth-child(3) .services-section__header-icon {
  color: #6BCB77 !important;
}
.services-section__item:nth-child(4) .services-section__header-icon {
  color: #B388FF !important;
}
.services-section__item:nth-child(5) .services-section__header-icon {
  color: #FFB088 !important;
}
.services-section__item:nth-child(6) .services-section__header-icon {
  color: #FF7B89 !important;
}

.services-section__item--active .services-section__header-icon {
  color: white !important;
  animation: icon-pop-g 0.4s ease-out !important;
}

@keyframes icon-pop-g {
  0% { transform: scale(0.8); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1.1); }
}

.services-section__includes li i {
  background: #B388FF !important;
  color: white !important;
}

.services-section__btn {
  background: linear-gradient(135deg, #E8738A, #FFB088) !important;
  box-shadow: 0 4px 20px rgba(232, 115, 138, 0.3) !important;
}

.services-section__btn:hover {
  box-shadow: 0 8px 30px rgba(232, 115, 138, 0.5) !important;
}

/* ========== Reviews Section - Feminine ========== */
.reviews-section__card-avatar {
  background: linear-gradient(135deg, #E8738A, #B388FF) !important;
}

.reviews-section__card-rating i.filled {
  color: #E8B86D !important;
  animation: star-pop-g 0.3s ease-out;
}

@keyframes star-pop-g {
  0% { transform: scale(0.5); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}

.reviews-section__card-verified {
  color: #B388FF !important;
}

/* ========== Diagnostics Section - Playful ========== */
.gynecology-diagnostics__card:nth-child(1) .gynecology-diagnostics__icon-bg {
  background: linear-gradient(135deg, #E8738A, #FFB088) !important;
  box-shadow: 0 10px 30px rgba(232, 115, 138, 0.3) !important;
}
.gynecology-diagnostics__card:nth-child(2) .gynecology-diagnostics__icon-bg {
  background: linear-gradient(135deg, #B388FF, #E8738A) !important;
  box-shadow: 0 10px 30px rgba(179, 136, 255, 0.3) !important;
}
.gynecology-diagnostics__card:nth-child(3) .gynecology-diagnostics__icon-bg {
  background: linear-gradient(135deg, #6BCB77, #E8B86D) !important;
  box-shadow: 0 10px 30px rgba(107, 203, 119, 0.3) !important;
}

.gynecology-diagnostics__badge {
  background: linear-gradient(135deg, #E8738A, #D4647A) !important;
  box-shadow: 0 4px 15px rgba(232, 115, 138, 0.3) !important;
}


/* ========== Responsive ========== */
@media (max-width: 768px) {
  .specialty-hero__title::before,
  .specialty-hero__title::after {
    display: none;
  }
}
