/* ===========================================
   Advisory Services - Page-Specific Styles
   =========================================== */

.section-label--centered {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
}

.section-label--centered::before,
.section-label--centered::after {
	content: '';
	width: 30px;
	height: 1px;
	background: currentColor;
	opacity: 0.5;
}

.section-subtitle {
	max-width: 700px;
	margin: 0 auto;
}

/* -------------------------
   Hero
   ------------------------- */
.adv-hero {
	min-height: 100vh;
	justify-content: flex-start;
	align-items: center;
	padding: 0 4%;
}

.adv-hero-bg {
	position: absolute;
	inset: 0;
	background-image: url('../images/U2030-photos/advisory-banner.webp');
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.adv-hero-bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to right,
		rgba(7, 80, 86, 1)    0%,
		rgba(7, 80, 86, 1)    40%,
		rgba(7, 80, 86, 0.85) 55%,
		rgba(7, 80, 86, 0.4)  75%,
		rgba(7, 80, 86, 0.2)  100%
	);
}

.adv-hero-content {
	position: relative;
	z-index: 2;
	max-width: 1400px;
	margin: 0 auto;
	padding: 10rem 0 6rem;
	width: 100%;
}

.adv-hero-text {
	max-width: 650px;
}

.adv-hero-text h1 {
	font-size: clamp(2.5rem, 5vw, 4rem);
	color: var(--white);
	margin-bottom: 1.5rem;
	letter-spacing: -0.5px;
}

.adv-hero-body {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.8;
	margin-bottom: 1rem;
}

.adv-hero-ctas {
	display: flex;
	gap: 1rem;
	margin-top: 2.5rem;
	flex-wrap: wrap;
}

/* -------------------------
   Focus Areas
   ------------------------- */
.adv-focus-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.adv-focus-card {
	background: var(--white);
	border-radius: 12px;
	padding: 2.5rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(7, 80, 86, 0.08);
	transition: all 0.3s ease;
}

.adv-focus-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(7, 80, 86, 0.12);
}

.adv-focus-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, var(--dark-teal), var(--light-teal));
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
}

.adv-focus-icon .material-icons-outlined {
	font-size: 28px;
	color: var(--white);
}

.adv-focus-card h3 {
	font-size: 1.25rem;
	color: var(--navy-black);
	margin-bottom: 0.75rem;
}

.adv-focus-card p {
	font-size: 0.95rem;
	color: #666;
	line-height: 1.7;
}

/* -------------------------
   How We Work
   ------------------------- */
.adv-how-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
}

.adv-how-content h2 {
	font-size: clamp(2rem, 4vw, 2.75rem);
	color: var(--navy-black);
	margin-bottom: 1.5rem;
}

.adv-how-content p {
	font-size: 1.05rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 2rem;
}

.adv-how-list {
	list-style: none;
}

.adv-how-list li {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(7, 80, 86, 0.1);
	font-size: 1.05rem;
	color: var(--navy-black);
}

.adv-how-list li:last-child {
	border-bottom: none;
}

.adv-how-list .material-icons-outlined {
	color: var(--sea-green);
	font-size: 24px;
	flex-shrink: 0;
}

.adv-how-visual {
	position: relative;
}

.adv-how-image-container {
	position: relative;
	width: 100%;
	height: 500px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(7, 80, 86, 0.15);
	z-index: 2;
}

.adv-how-slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.adv-how-slide.active {
	opacity: 1;
}

.adv-how-accent {
	position: absolute;
	bottom: -30px;
	right: -30px;
	width: 200px;
	height: 200px;
	background: var(--blaze-orange);
	border-radius: 16px;
	z-index: 1;
	opacity: 0.15;
}

/* -------------------------
   Case Studies
   ------------------------- */
.adv-case-grid,
.adv-case-hidden {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.adv-case-hidden {
	margin-top: 2rem;
}

.adv-case-card {
	background: var(--white);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(7, 80, 86, 0.08);
	transition: all 0.3s ease;
}

.adv-case-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(7, 80, 86, 0.12);
}

.adv-case-image {
	height: 200px;
	background: linear-gradient(135deg, var(--dark-teal) 0%, var(--light-teal) 50%, var(--sea-green) 100%);
	position: relative;
	overflow: hidden;
}

.adv-case-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.adv-case-image--placeholder::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
	background-size: 40px 40px;
}

.adv-case-tag {
	position: absolute;
	top: 1rem;
	left: 1rem;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(8px);
	color: var(--white);
	padding: 0.4rem 0.8rem;
	border-radius: 4px;
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.adv-case-image-link {
	display: block;
	text-decoration: none;
}

.adv-case-image-link .adv-case-image {
	transition: opacity 0.3s ease;
}

.adv-case-image-link:hover .adv-case-image {
	opacity: 0.85;
}

.adv-case-content {
	padding: 1.75rem;
}

.adv-case-content h3 {
	font-size: 1.1rem;
	color: var(--navy-black);
	margin-bottom: 0.75rem;
	line-height: 1.4;
}

.adv-case-excerpt {
	color: #5a6872;
	font-size: 0.85rem;
	line-height: 1.6;
	margin-bottom: 0.75rem;
}

.adv-case-meta {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: #888;
	font-size: 0.78rem;
	margin-bottom: 1rem;
}

.adv-case-meta span {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.adv-case-meta .material-icons-outlined {
	font-size: 14px;
}

.adv-case-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--dark-teal);
	font-weight: 500;
	font-size: 0.9rem;
	text-decoration: none;
	transition: all 0.3s ease;
}

.adv-case-link:hover {
	color: var(--blaze-orange);
	gap: 0.75rem;
}

.adv-case-link .material-icons-outlined {
	font-size: 18px;
}

.adv-see-more-container {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

/* -------------------------
   Quote Section
   ------------------------- */
.adv-quote-section {
	background: linear-gradient(135deg, var(--sea-green) 0%, var(--dark-teal) 100%);
	padding: 6rem 4%;
	position: relative;
	overflow: hidden;
}


.adv-quote-wrapper {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}

.adv-quote-text {
	font-family: 'Funnel Sans', sans-serif;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 700;
	color: var(--white);
	line-height: 1.3;
	margin-bottom: 1.5rem;
}

.adv-quote-author {
	font-size: 1rem;
	color: var(--white);
	font-weight: 600;
	margin-bottom: 2.5rem;
}

.adv-quote-ctas {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}

/* Our Approach  */
.container.how-we-work {
	max-width: 1200px;
}


/* -------------------------
   Responsive
   ------------------------- */
@media (max-width: 1024px) {
	.adv-focus-grid,
	.adv-case-grid,
	.adv-case-hidden {
		grid-template-columns: repeat(2, 1fr);
	}

	.adv-how-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.adv-how-visual {
		order: -1;
	}
}

@media (max-width: 768px) {
	.adv-hero-text h1 {
		font-size: 2.25rem;
	}

	.adv-hero-ctas {
		flex-direction: column;
		align-items: flex-start;
	}

	.adv-how-accent {
		right: 0;
	}

	.adv-focus-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.75rem;
	}

	.adv-focus-card {
		padding: 1.25rem;
	}

	.adv-case-grid {
		grid-template-columns: 1fr;
	}

/* -------------------------
   Case Studies
   ------------------------- */
.adv-case-studies {
	padding: 5rem 4%;
}

.adv-case-studies .resource-card {
	background: var(--white) !important;
	border-color: rgba(7, 80, 86, 0.12) !important;
	box-shadow: 0 4px 20px rgba(7, 80, 86, 0.08) !important;
}

.adv-case-studies .resource-content h4 {
	color: var(--navy-black) !important;
}

.adv-case-studies .resource-content p {
	color: #5a6872 !important;
}

.adv-case-studies .resource-meta span {
	color: #5a6872 !important;
}

.adv-case-studies .resource-link {
	color: var(--blaze-orange) !important;
}

	.adv-quote-ctas {
		flex-direction: column;
		align-items: center;
	}

	.adv-how-image-container {
		height: 300px;
	}

	.adv-hero-bg {
		background-position: right bottom;
		background-size: auto 45%;
		background-repeat: no-repeat;
	}

	.adv-hero-bg::after {
		background: linear-gradient(
			to bottom,
			rgba(7, 80, 86, 1) 0%,
			rgba(7, 80, 86, 1) 55%,
			rgba(7, 80, 86, 0) 160%
		);
	}
}
