/* Custom Styles for Nnenna Uneke - Integrative PsyCoach */

/* Hero Section Animations */
@keyframes float {
	0%, 100% { transform: translateY(0px) rotate(0deg); }
	50% { transform: translateY(-20px) rotate(5deg); }
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Hero Section Styles */
.hero-name-text:hover {
	transform: scale(1.05);
	text-shadow: 0 0 40px rgba(255,255,255,0.5) !important;
}

.hero-title-text:hover {
	transform: scale(1.03);
	filter: brightness(1.2);
}

.hero-subtitle-text:hover {
	transform: translateX(-10px);
	opacity: 1 !important;
}

.highlight-word {
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
	padding: 0 4px;
}

.highlight-word:hover {
	transform: translateY(-3px);
	text-shadow: 0 4px 15px rgba(255,215,0,0.6);
}

.highlight-word::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, #ffd700, #ffffff);
	transition: width 0.3s ease;
}

.highlight-word:hover::after {
	width: 100%;
}

.hero-message-text {
	display: inline-block;
	animation: fadeInUp 1s ease-out;
}

/* About Section - Photo Styling */
.luxe-photo-wrapper {
	position: relative;
	overflow: hidden;
}

.luxe-photo {
	width: 100%;
	display: block;
	border-radius: 8px;
	position: relative;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
}

.luxe-photo-wrapper::before {
	content: '';
	position: absolute;
	inset: -1px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	pointer-events: none;
	z-index: 1;
}

.luxe-photo-glow {
	display: none;
}

.luxe-photo-badge {
	position: absolute;
	bottom: 24px;
	left: 24px;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	color: rgba(9, 9, 9, 0.85);
	padding: 0.625rem 1rem;
	border-radius: 6px;
	font-size: 0.8rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	z-index: 2;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.04);
	white-space: nowrap;
}

.luxe-photo-badge span {
	font-weight: 600;
	display: block;
	margin-bottom: 0.125rem;
}

.luxe-photo-badge small {
	font-size: 0.7rem;
	color: rgba(9, 9, 9, 0.6);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.luxe-podcast-button {
	position: absolute;
	bottom: 24px;
	left: 200px;
	background: rgba(9, 9, 9, 0.95);
	backdrop-filter: blur(10px);
	color: #ffffff;
	padding: 0.625rem 1rem;
	border-radius: 6px;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.02em;
	z-index: 3;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.1);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.luxe-podcast-button i {
	font-size: 1.2rem;
}

.luxe-podcast-button span {
	display: inline-block;
}

.luxe-podcast-button:hover {
	background: rgba(9, 9, 9, 1);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
	transform: translateY(-2px);
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 768px) {
	.luxe-photo-badge {
		bottom: 16px;
		left: 16px;
	}
	
	.luxe-podcast-button {
		bottom: 16px;
		left: 140px;
		padding: 0.5rem 0.75rem;
		font-size: 0.75rem;
	}
	
	.luxe-podcast-button span {
		display: none;
	}
	
	.luxe-podcast-button i {
		font-size: 1.2rem;
	}
}

/* About Section - Content Styling */
.about-luxe-copy .lead {
	font-size: 1.15rem;
	color: rgba(9, 9, 9, 0.75);
}

.about-luxe-copy p {
	color: rgba(9, 9, 9, 0.7);
}

.section-eyebrow {
	display: inline-block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.35em;
	color: rgba(9, 9, 9, 0.5);
}

.luxe-stats-grid {
	margin-top: 1.5rem;
}

.luxe-stat-card {
	border-radius: 18px;
	padding: 1.25rem 1.5rem;
	background: rgba(247, 245, 240, 0.9);
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
	height: 100%;
}

.luxe-stat-card .label {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: rgba(9, 9, 9, 0.55);
	display: block;
	margin-bottom: 0.35rem;
}

.luxe-stat-card p {
	margin-bottom: 0;
	color: rgba(9, 9, 9, 0.85);
}

.signature-note {
	border-top: 1px solid rgba(9, 9, 9, 0.08);
	padding-top: 1.25rem;
	gap: 1rem;
	flex-wrap: wrap;
}

.signature-note span {
	font-size: 0.85rem;
	color: rgba(9, 9, 9, 0.5);
}

.signature-note__cta {
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: rgba(9, 9, 9, 0.55);
}

/* Service Cards Styling */
.service-showcase .swiper-slide {
	height: auto;
}

.service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 2rem;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 15px 35px rgba(10, 10, 10, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.04);
	text-decoration: none;
	color: inherit;
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.service-card__accent {
	position: absolute;
	inset: 0;
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(255, 215, 115, 0.25), rgba(255, 255, 255, 0));
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
}

.service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
}

.service-card:hover .service-card__accent {
	opacity: 1;
}

.service-card__link {
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: rgba(9, 9, 9, 0.6);
	transition: color 0.3s ease;
}

.service-card:hover .service-card__link {
	color: rgba(0, 0, 0, 0.85);
}

/* Responsive Styles */
@media (max-width: 768px) {
	.hero-name-text, .hero-title-text, .hero-subtitle-text {
		text-align: center !important;
	}
}

