/**
 * Services Page Styles — Najmat Al-Sitteen
 * Premium, dynamic, and responsive design matching the company identity.
 */

:root {
	--bg: #f6f8fc;
	--white: #ffffff;
	--text: #111827;
	--muted: #6b7280;
	--line: #e7ecf4;
	--blue: #256fdc;
	--blue-2: #0f4fac;
	--blue-dark: #102b46;
	--blue-soft: #eaf2ff;
	--gold: #c79a3c;
	--gold-soft: #fff3d8;
	--shadow: 0 24px 70px rgba(16, 43, 70, 0.10);
	--shadow-soft: 0 14px 40px rgba(16, 43, 70, 0.08);
	--radius-xl: 34px;
	--radius-lg: 26px;
	--radius-md: 18px;
	--max: 1280px;
	--font-display: "LAXR", system-ui, sans-serif;
	--font-subtitle: "DG Sahabah", "BigVesta", system-ui, sans-serif;
	--font-body: "BigVesta", system-ui, sans-serif;
}

body.page-template-template-services,
body.page-slug-services,
.services-page-main {
	/* Previous site font: font-family: "Alexandria", system-ui, -apple-system, sans-serif; */
	font-family: var(--font-body);
	color: var(--text);
	background:
		radial-gradient(circle at 0% 0%, rgba(37, 111, 220, 0.08), transparent 30%),
		radial-gradient(circle at 100% 0%, rgba(199, 154, 60, 0.08), transparent 25%),
		linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
	overflow-x: hidden;
}

.services-page-main .container {
	width: min(var(--max), calc(100% - 48px));
	margin-inline: auto;
}
.services-page-main h1 {
	font-family: var(--font-display);
}

.services-page-main h2,
.services-page-main h3,
.services-page-main h4,
.services-page-main h5,
.services-page-main h6 {
	font-family: var(--font-subtitle);
}

.services-page-main .section-eyebrow,
.services-page-main .label-badge,
.services-page-main .pill,
.services-page-main .detail-sub-title {
	font-family: var(--font-subtitle);
}

/* Common Section & Typography Styles */
.services-section {
	padding: 90px 0;
	position: relative;
}

.section-eyebrow {
	display: inline-block;
	background: var(--gold-soft);
	color: var(--gold);
	padding: 6px 16px;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 800;
	margin-bottom: 14px;
	letter-spacing: 0.5px;
}

.section-head {
	text-align: center;
	max-width: 780px;
	margin: 0 auto 60px;
}

.section-head h2 {
	font-size: clamp(1.8rem, 3.5vw, 2.8rem);
	font-weight: 900;
	color: var(--blue-dark);
	margin: 0 0 18px;
	line-height: 1.25;
}

.section-head p {
	font-size: 1.1rem;
	color: var(--muted);
	line-height: 1.8;
	margin: 0;
}

/* Button Styles */
.btn-gold {
	background: linear-gradient(135deg, var(--gold), #d8b258);
	color: #fff;
	box-shadow: 0 12px 26px rgba(199, 154, 60, 0.28);
	min-height: 50px;
	padding: 0 26px;
	border-radius: 999px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	text-decoration: none;
}

.btn-gold:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 34px rgba(199, 154, 60, 0.38);
	color: #fff;
}

.btn-royal {
	background: linear-gradient(135deg, var(--blue-dark), var(--blue-2));
	color: #fff;
	box-shadow: 0 12px 26px rgba(16, 43, 70, 0.22);
	min-height: 50px;
	padding: 0 26px;
	border-radius: 999px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	text-decoration: none;
}

.btn-royal:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 34px rgba(16, 43, 70, 0.32);
	color: #fff;
}

.btn-glass-light {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(12px);
	min-height: 50px;
	padding: 0 26px;
	border-radius: 999px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
}

.btn-glass-light:hover {
	background: rgba(255, 255, 255, 0.26);
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff;
}

.btn-outline-royal {
	background: transparent;
	border: 2px solid var(--line);
	color: var(--blue-dark);
	min-height: 46px;
	padding: 0 22px;
	border-radius: 999px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
}

.btn-outline-royal:hover {
	border-color: var(--blue);
	color: var(--blue);
	background: var(--blue-soft);
}

/* ==========================================
   1. HERO SECTION
   ========================================== */
.services-hero-wrapper {
	padding-top: 20px;
}

.services-hero-card {
	position: relative;
	border-radius: var(--radius-xl);
	overflow: hidden;
	min-height: 680px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: var(--shadow);
	background: var(--blue-dark);
}

.services-hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.services-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 100% 0%, rgba(199, 154, 60, 0.35), transparent 55%),
		linear-gradient(135deg, rgba(16, 43, 70, 0.93) 0%, rgba(15, 79, 172, 0.82) 100%);
	z-index: 2;
}

.services-hero-content {
	position: relative;
	z-index: 3;
	padding: 60px 50px 40px;
	max-width: 820px;
	margin-top: auto;
	margin-bottom: auto;
}

.services-hero-content .label-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(199, 154, 60, 0.25);
	border: 1px solid rgba(199, 154, 60, 0.4);
	color: #ffd88a;
	padding: 6px 18px;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 800;
	margin-bottom: 22px;
	backdrop-filter: blur(8px);
}

.services-hero-title {
	font-size: clamp(2.2rem, 4.5vw, 3.6rem);
	font-weight: 900;
	color: #ffffff;
	line-height: 1.2;
	margin: 0 0 20px;
}

.services-hero-title span {
	color: var(--gold);
	display: block;
}

.services-hero-desc {
	font-size: 1.18rem;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.85;
	margin: 0 0 35px;
	max-width: 700px;
}

.services-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}

/* Services Strip inside Hero Bottom */
.hero-services-strip {
	position: relative;
	z-index: 3;
	background: rgba(16, 43, 70, 0.45);
	backdrop-filter: blur(20px);
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	padding: 22px 40px;
}

.strip-grid {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 15px 30px;
}

.strip-item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	padding: 6px 14px;
	border-radius: 99px;
}

.strip-item:hover {
	background: rgba(255, 255, 255, 0.12);
	color: var(--gold);
	transform: translateY(-2px);
}

.strip-dot {
	width: 8px;
	height: 8px;
	background: var(--gold);
	border-radius: 50%;
	box-shadow: 0 0 10px var(--gold);
}

/* ==========================================
   2. INTRO SECTION (METHODOLOGY)
   ========================================== */
.services-intro-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 60px;
	align-items: start;
}

.intro-text-col h2 {
	font-size: clamp(1.8rem, 3.2vw, 2.6rem);
	font-weight: 900;
	color: var(--blue-dark);
	margin: 0 0 20px;
	line-height: 1.3;
}

.intro-lead-text {
	font-size: 1.15rem;
	color: var(--muted);
	line-height: 1.85;
	margin-bottom: 35px;
}

.methodology-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-bottom: 35px;
}

.method-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	padding: 24px 18px;
	box-shadow: var(--shadow-soft);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.method-card:hover {
	transform: translateY(-6px);
	border-color: var(--gold);
	box-shadow: var(--shadow);
}

.method-card::top {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--gold), transparent);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.method-card:hover::top {
	opacity: 1;
}

.method-num {
	font-size: 1.4rem;
	font-weight: 900;
	color: var(--gold);
	margin-bottom: 12px;
	display: block;
}

.method-card h3 {
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--blue-dark);
	margin: 0 0 10px;
}

.method-card p {
	font-size: 0.9rem;
	color: var(--muted);
	line-height: 1.7;
	margin: 0;
}

/* Expandable Read More Content */
.read-more-container {
	margin-top: 25px;
}

.read-more-content {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease, margin-top 0.3s ease;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: 0 28px;
}

.read-more-content.is-expanded {
	max-height: 1200px;
	opacity: 1;
	margin-top: 20px;
	padding: 28px;
	box-shadow: var(--shadow-soft);
}

.read-more-content p {
	font-size: 1.05rem;
	color: var(--muted);
	line-height: 1.85;
	margin-bottom: 16px;
}

.read-more-content p:last-child {
	margin-bottom: 0;
	font-weight: 700;
	color: var(--blue-dark);
}

.btn-toggle-more {
	background: var(--blue-soft);
	color: var(--blue-dark);
	border: 1px solid rgba(37, 111, 220, 0.2);
	padding: 12px 24px;
	border-radius: 999px;
	font-weight: 800;
	font-size: 0.95rem;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.btn-toggle-more:hover {
	background: var(--blue);
	color: #fff;
	border-color: var(--blue);
}

.btn-toggle-more .arrow-icon {
	transition: transform 0.4s ease;
	display: inline-block;
}

.btn-toggle-more.is-active .arrow-icon {
	transform: rotate(180deg);
}

/* Intro Media Col */
.intro-media-col {
	position: sticky;
	top: 100px;
}

.intro-media-card {
	position: relative;
	border-radius: var(--radius-xl);
	overflow: hidden;
	box-shadow: var(--shadow);
	min-height: 520px;
	display: flex;
	align-items: flex-end;
}

.intro-media-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.intro-media-card:hover img {
	transform: scale(1.05);
}

.intro-media-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(16, 43, 70, 0.95) 0%, rgba(16, 43, 70, 0.4) 60%, transparent 100%);
}

.intro-media-caption {
	position: relative;
	z-index: 2;
	padding: 35px 30px;
	color: #fff;
}

.intro-media-caption .media-label {
	display: inline-block;
	background: rgba(199, 154, 60, 0.3);
	border: 1px solid var(--gold);
	color: #ffd88a;
	padding: 4px 14px;
	border-radius: 99px;
	font-size: 0.8rem;
	font-weight: 800;
	margin-bottom: 14px;
	letter-spacing: 1px;
}

.intro-media-caption h3 {
	font-size: 1.6rem;
	font-weight: 900;
	margin: 0 0 12px;
	line-height: 1.3;
}

.intro-media-caption p {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.7;
	margin: 0;
}

/* ==========================================
   3. SERVICES OVERVIEW GRID (8 CARDS)
   ========================================== */
.overview-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 24px;
}

.overview-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: 32px 26px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: var(--shadow-soft);
	text-decoration: none;
	color: inherit;
	position: relative;
	overflow: hidden;
}

.overview-card::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0%;
	height: 3px;
	background: var(--gold);
	transition: width 0.35s ease;
}

.overview-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--shadow);
	border-color: var(--blue-soft);
}

.overview-card:hover::after {
	width: 100%;
}

.overview-card-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 18px;
}

.overview-num {
	font-size: 2.4rem;
	font-weight: 900;
	color: #e2e8f0;
	line-height: 1;
	transition: color 0.3s ease;
}

.overview-card:hover .overview-num {
	color: var(--gold);
}

.overview-en-title {
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--muted);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.overview-card h3 {
	font-size: 1.25rem;
	font-weight: 900;
	color: var(--blue-dark);
	margin: 0 0 12px;
	transition: color 0.3s ease;
}

.overview-card:hover h3 {
	color: var(--blue);
}

.overview-card p {
	font-size: 0.95rem;
	color: var(--muted);
	line-height: 1.7;
	margin: 0 0 24px;
	flex-grow: 1;
}

.overview-arrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--blue);
	font-weight: 800;
	font-size: 0.9rem;
	transition: gap 0.25s ease;
}

.overview-card:hover .overview-arrow {
	gap: 14px;
	color: var(--blue-dark);
}

/* ==========================================
   4. SERVICE DETAILS (8 BLOCKS)
   ========================================== */
.services-details-container {
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.service-detail-block {
	scroll-margin-top: 100px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-xl);
	padding: 50px;
	box-shadow: var(--shadow-soft);
	transition: box-shadow 0.4s ease, border-color 0.4s ease;
}

.service-detail-block.is-highlighted {
	box-shadow: 0 0 0 4px var(--gold), var(--shadow);
	border-color: var(--gold);
}

.detail-grid {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 50px;
	align-items: center;
}

.service-detail-block:nth-child(even) .detail-grid {
	grid-template-columns: 1.1fr 1fr;
}

.service-detail-block:nth-child(even) .detail-image-col {
	order: 2;
}

.detail-image-col {
	position: relative;
}

.detail-img-wrapper {
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow);
	position: relative;
	aspect-ratio: 4 / 3;
}

.detail-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.detail-img-wrapper:hover img {
	transform: scale(1.06);
}

.detail-badge-num {
	position: absolute;
	top: 20px;
	right: 20px;
	background: rgba(16, 43, 70, 0.85);
	backdrop-filter: blur(10px);
	color: var(--gold);
	border: 1px solid var(--gold);
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: 900;
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.detail-content-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.detail-sub-title {
	font-size: 0.85rem;
	font-weight: 800;
	color: var(--gold);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 8px;
}

.detail-content-col h3 {
	font-size: clamp(1.6rem, 2.8vw, 2.2rem);
	font-weight: 900;
	color: var(--blue-dark);
	margin: 0 0 16px;
	line-height: 1.3;
}

.detail-desc {
	font-size: 1.08rem;
	color: var(--muted);
	line-height: 1.8;
	margin: 0 0 26px;
}

.detail-checklist-title {
	font-size: 1rem;
	font-weight: 800;
	color: var(--blue-dark);
	margin: 0 0 14px;
}

.detail-checklist {
	list-style: none;
	padding: 0;
	margin: 0 0 32px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 20px;
	width: 100%;
}

.detail-checklist li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.95rem;
	color: var(--text);
	font-weight: 600;
	background: var(--bg);
	padding: 10px 14px;
	border-radius: 12px;
	border: 1px solid transparent;
	transition: all 0.2s ease;
}

.detail-checklist li:hover {
	background: #fff;
	border-color: var(--gold);
	transform: translateX(-4px);
}

.check-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	background: var(--gold-soft);
	color: var(--gold);
	border-radius: 50%;
	font-size: 0.75rem;
	font-weight: 900;
	flex-shrink: 0;
}

/* ==========================================
   5. HOW WE WORK (5 STEPS)
   ========================================== */
.how-we-work-section {
	background: #fff;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.steps-timeline-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	position: relative;
}

.steps-timeline-grid::before {
	content: "";
	position: absolute;
	top: 45px;
	left: 5%;
	right: 5%;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--line), var(--gold), var(--line), transparent);
	z-index: 1;
}

.step-card {
	background: var(--bg);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: 30px 20px;
	text-align: center;
	position: relative;
	z-index: 2;
	transition: all 0.35s ease;
	box-shadow: var(--shadow-soft);
}

.step-card:hover {
	background: #fff;
	transform: translateY(-8px);
	box-shadow: var(--shadow);
	border-color: var(--gold);
}

.step-badge {
	width: 56px;
	height: 56px;
	background: var(--blue-dark);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: 900;
	margin: 0 auto 20px;
	box-shadow: 0 8px 18px rgba(16, 43, 70, 0.2);
	border: 3px solid #fff;
	transition: all 0.3s ease;
}

.step-card:hover .step-badge {
	background: var(--gold);
	color: #fff;
	transform: scale(1.1);
}

.step-card h3 {
	font-size: 1.15rem;
	font-weight: 900;
	color: var(--blue-dark);
	margin: 0 0 12px;
}

.step-card p {
	font-size: 0.9rem;
	color: var(--muted);
	line-height: 1.7;
	margin: 0;
}

/* ==========================================
   6. EVENT TYPES GRID
   ========================================== */
.event-types-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 18px;
}

.event-type-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	padding: 24px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 800;
	font-size: 1.1rem;
	color: var(--blue-dark);
	box-shadow: var(--shadow-soft);
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	cursor: default;
}

.event-type-card:hover {
	background: linear-gradient(135deg, var(--blue-dark), var(--blue-2));
	color: #fff;
	border-color: transparent;
	transform: translateY(-5px) scale(1.02);
	box-shadow: 0 14px 30px rgba(16, 43, 70, 0.2);
}

.event-type-icon {
	width: 36px;
	height: 36px;
	background: var(--gold-soft);
	color: var(--gold);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	transition: all 0.3s ease;
}

.event-type-card:hover .event-type-icon {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

/* ==========================================
   7. FINAL CTA SECTION
   ========================================== */
.final-cta-box {
	position: relative;
	border-radius: var(--radius-xl);
	overflow: hidden;
	padding: 80px 40px;
	text-align: center;
	box-shadow: var(--shadow);
	background: var(--blue-dark);
}

.final-cta-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	opacity: 0.25;
}

.final-cta-overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 50%, rgba(37, 111, 220, 0.3), transparent 70%),
		linear-gradient(135deg, rgba(16, 43, 70, 0.95) 0%, rgba(15, 79, 172, 0.9) 100%);
	z-index: 2;
}

.final-cta-content {
	position: relative;
	z-index: 3;
	max-width: 720px;
	margin: 0 auto;
}

.final-cta-content h2 {
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 900;
	color: #fff;
	margin: 0 0 20px;
	line-height: 1.4;
}

.final-cta-content p {
	font-size: 1.18rem;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.85;
	margin: 0 0 38px;
}

.final-cta-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 18px;
}

.btn-whatsapp {
	background: #25d366;
	color: #fff;
	box-shadow: 0 12px 26px rgba(37, 211, 102, 0.28);
	min-height: 50px;
	padding: 0 28px;
	border-radius: 999px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	text-decoration: none;
}

.btn-whatsapp:hover {
	background: #1ebc5a;
	transform: translateY(-3px);
	box-shadow: 0 18px 34px rgba(37, 211, 102, 0.38);
	color: #fff;
}

/* ==========================================
   RESPONSIVE QUERIES
   ========================================== */
@media (max-width: 1024px) {
	.services-intro-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.intro-media-col {
		position: relative;
		top: 0;
	}

	.methodology-cards {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}

	.detail-grid,
	.service-detail-block:nth-child(even) .detail-grid {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.service-detail-block:nth-child(even) .detail-image-col {
		order: -1;
	}

	.steps-timeline-grid {
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	}

	.steps-timeline-grid::before {
		display: none;
	}
}

@media (max-width: 768px) {
	.services-section {
		padding: 60px 0;
	}

	.services-hero-card {
		min-height: auto;
	}

	.services-hero-content {
		padding: 40px 24px 30px;
	}

	.hero-services-strip {
		padding: 18px 20px;
	}

	.strip-grid {
		justify-content: flex-start;
		gap: 10px;
	}

	.service-detail-block {
		padding: 30px 20px;
	}

	.detail-checklist {
		grid-template-columns: 1fr;
	}

	.methodology-cards {
		grid-template-columns: 1fr;
	}

	.final-cta-box {
		padding: 50px 24px;
	}
}
/* ==========================================
   Services shared header/footer from homepage
   ========================================== */
.services-page-main a,
.site-footer a {
	text-decoration: none;
}

.btn {
	min-height: 46px;
	padding: 0 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 999px;
	font-weight: 900;
	border: 1px solid transparent;
	transition: .25s ease;
	white-space: nowrap;
	cursor: pointer;
}

.btn-light {
	background: rgba(255, 255, 255, .16);
	color: #fff;
	border-color: rgba(255, 255, 255, .24);
	backdrop-filter: blur(10px);
}

.btn-light:hover {
	background: rgba(255, 255, 255, .24);
	color: #fff;
}

.services-hero-card .hero-nav {
	position: fixed !important;
	top: 18px !important;
	left: 24px !important;
	right: 24px !important;
	z-index: 1000 !important;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 16px;
	padding: 14px 18px !important;
	min-height: 76px;
	border-radius: 999px;
	background: rgba(24, 27, 31, .42) !important;
	border: 1px solid rgba(255, 255, 255, .18) !important;
	backdrop-filter: blur(16px);
	box-shadow: none;
	transition: top .25s ease, left .25s ease, right .25s ease, padding .25s ease, min-height .25s ease, background .25s ease, box-shadow .25s ease;
}

.services-hero-card .brand {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 150px;
	color: #fff;
	font-weight: 900;
}

.services-hero-card .brand img {
	width: 118px !important;
	height: 74px !important;
	object-fit: contain;
	filter: drop-shadow(0 6px 16px rgba(0, 0, 0, .25));
	transition: width .25s ease, height .25s ease, filter .25s ease;
}

.services-hero-card .menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: rgba(255, 255, 255, .92);
	font-size: 14px;
	font-weight: 800;
	transition: font-size .25s ease, min-height .25s ease, padding .25s ease;
}

.services-hero-card .menu a {
	padding: 9px 11px;
	border-radius: 999px;
	color: inherit;
	transition: .2s ease;
}

.services-hero-card .menu a:hover {
	background: rgba(255, 255, 255, .14);
	color: #fff;
}

.services-hero-card .hero-nav > .btn-light {
	background: #c79a3c !important;
	color: #fff !important;
	border-color: rgba(255, 255, 255, .18) !important;
	box-shadow: 0 12px 28px rgba(199, 154, 60, .32) !important;
	transition: font-size .25s ease, min-height .25s ease, padding .25s ease;
}

.services-hero-card .hero-nav > .btn-light:hover {
	background: #d6aa50 !important;
	border-color: rgba(255, 255, 255, .28) !important;
}

body.is-scrolled .services-hero-card .hero-nav {
	top: 10px !important;
	left: 22px !important;
	right: 22px !important;
	padding: 7px 12px !important;
	min-height: 54px;
	background: rgba(20, 24, 30, .82) !important;
	box-shadow: 0 16px 42px rgba(0, 0, 0, .22);
}

body.is-scrolled .services-hero-card .brand img {
	width: 70px !important;
	height: 44px !important;
}

body.is-scrolled .services-hero-card .menu {
	font-size: 13px;
}

body.is-scrolled .services-hero-card .hero-nav .btn {
	min-height: 38px;
	padding-inline: 15px;
	font-size: 13px;
}

.mobile-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	cursor: pointer;
	backdrop-filter: blur(10px);
}

.mobile-menu-toggle span {
	width: 18px;
	height: 2px;
	border-radius: 99px;
	background: #fff;
	display: block;
	transition: transform .2s ease, opacity .2s ease;
}

.hero-nav.menu-open .mobile-menu-toggle span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.hero-nav.menu-open .mobile-menu-toggle span:nth-child(2) {
	opacity: 0;
}

.hero-nav.menu-open .mobile-menu-toggle span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1180px) {
	.services-hero-card .hero-nav {
		grid-template-columns: auto 1fr auto !important;
	}

	.services-hero-card .menu {
		display: flex !important;
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		scrollbar-width: none;
		min-width: 0;
	}

	.services-hero-card .menu::-webkit-scrollbar {
		display: none;
	}
}

@media (max-width: 760px) {
	.services-hero-card .hero-nav {
		top: 10px !important;
		left: 10px !important;
		right: 10px !important;
		padding: 10px 12px !important;
		min-height: 62px;
		grid-template-columns: auto 1fr auto !important;
		gap: 8px !important;
		border-radius: 18px !important;
		overflow: visible;
	}

	.services-hero-card .brand img {
		width: 58px !important;
		height: 38px !important;
	}

	body.is-scrolled .services-hero-card .hero-nav {
		top: 8px !important;
		left: 8px !important;
		right: 8px !important;
		padding: 6px 10px !important;
		min-height: 48px;
	}

	body.is-scrolled .services-hero-card .brand img {
		width: 58px !important;
		height: 38px !important;
	}

	.services-hero-card .mobile-menu-toggle {
		display: inline-flex !important;
		justify-self: center;
	}

	.services-hero-card .menu {
		display: none !important;
		position: absolute;
		top: calc(100% + 8px);
		right: 0;
		left: 0;
		padding: 10px;
		border-radius: 18px;
		background: rgba(20, 24, 30, .90);
		border: 1px solid rgba(255, 255, 255, .14);
		box-shadow: 0 18px 46px rgba(0, 0, 0, .24);
		backdrop-filter: blur(18px);
		overflow: visible;
		white-space: normal;
	}

	.services-hero-card .hero-nav.menu-open .menu {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	.services-hero-card .menu a {
		padding: 10px 12px;
		text-align: center;
		background: rgba(255, 255, 255, .08);
	}

	.services-hero-card .hero-nav > .btn-light {
		display: inline-flex !important;
		justify-self: end;
		min-height: 36px !important;
		padding: 0 12px !important;
		font-size: 12px !important;
		flex: 0 0 auto;
	}

	.services-hero-card .brand {
		flex: 0 0 auto;
		min-width: 0;
	}
}

@media (max-width: 420px) {
	.services-hero-card .hero-nav.menu-open .menu {
		grid-template-columns: 1fr;
	}
}

.request-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 22px;
}

.request-modal.is-open {
	display: flex;
}

.request-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 18, 30, .66);
	backdrop-filter: blur(8px);
}

.request-modal__dialog {
	position: relative;
	width: min(560px, 100%);
	max-height: calc(100vh - 44px);
	overflow: auto;
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 34px 90px rgba(8, 18, 30, .28);
	border: 1px solid rgba(231, 236, 244, .92);
}

.request-modal__accent {
	height: 5px;
	background: #c79a3c;
}

.request-modal__inner {
	padding: 28px;
}

.request-modal__close {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 38px;
	height: 38px;
	border: 1px solid #e7ecf4;
	border-radius: 999px;
	background: #fff;
	color: #102b46;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	display: grid;
	place-items: center;
}

.request-modal__close:hover {
	border-color: #c79a3c;
	color: #a8751f;
}

.request-modal__logo {
	width: 86px;
	height: 58px;
	object-fit: contain;
	margin-bottom: 14px;
	filter: drop-shadow(0 8px 18px rgba(16, 43, 70, .12));
}

.request-modal h2 {
	margin: 0;
	color: #102b46;
	font-size: 30px;
	line-height: 1.25;
	font-weight: 900;
}

.request-modal__lead {
	margin: 10px 0 22px;
	color: #64748b;
	line-height: 1.9;
	font-size: 15px;
}

.request-form {
	display: grid;
	gap: 14px;
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.request-field label {
	display: block;
	color: #102b46;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 7px;
}

.request-field input,
.request-field select,
.request-field textarea {
	width: 100%;
	border: 1px solid #dfe6f0;
	border-radius: 14px;
	background: #fbfcff;
	color: #102b46;
	font: inherit;
	padding: 13px 14px;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.request-field textarea {
	min-height: 96px;
	resize: vertical;
}

.request-field input:focus,
.request-field select:focus,
.request-field textarea:focus {
	border-color: #c79a3c;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(199, 154, 60, .12);
}

.request-submit {
	width: 100%;
	min-height: 50px;
	border: 0;
	border-radius: 999px;
	background: #c79a3c;
	color: #fff;
	font: inherit;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 14px 32px rgba(199, 154, 60, .24);
}

.request-submit:hover {
	background: #b88a31;
}

.request-success {
	display: none;
	margin-top: 14px;
	padding: 14px 16px;
	border-radius: 16px;
	background: #f7f1e5;
	border: 1px solid rgba(199, 154, 60, .24);
	color: #102b46;
	line-height: 1.8;
	font-weight: 800;
}

.request-modal.is-submitted .request-success {
	display: block;
}

body.modal-open {
	overflow: hidden;
}

/* Footer styles are loaded from footer.css — do not add footer rules here */


/* Services full-width hero */

/* Services full-width hero */
.services-hero-wrapper {
	padding-top: 8px;
}

.services-hero-wrapper > .container {
	width: calc(100% - 16px);
	max-width: none;
}

.services-hero-card {
	border-radius: 18px;
	min-height: min(760px, calc(100vh - 16px));
}

@media (max-width: 768px) {
	.services-hero-wrapper > .container {
		width: calc(100% - 12px);
	}

	.services-hero-card {
		border-radius: 16px;
		min-height: 680px;
	}
}
/* ==========================================
   Services homepage visual alignment
   ========================================== */
.services-page-main {
	--shadow: 0 24px 70px rgba(16, 43, 70, .10);
	--shadow-soft: 0 14px 40px rgba(16, 43, 70, .08);
}

.section-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	margin-bottom: 8px;
	border-radius: 0;
	background: transparent;
	color: var(--blue);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0;
}

.section-eyebrow::before {
	content: "";
	width: 28px;
	height: 2px;
	border-radius: 99px;
	background: var(--gold);
	display: inline-block;
}

.services-hero-content .label-badge {
	background: rgba(255, 255, 255, .14);
	border-color: rgba(255, 255, 255, .18);
	color: #dceaff;
	box-shadow: none;
}

.btn-gold,
.btn-royal,
.btn-whatsapp {
	min-height: 46px;
	padding: 0 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 999px;
	border: 1px solid transparent;
	background: linear-gradient(135deg, var(--blue), #5595ff);
	color: #fff;
	font-weight: 900;
	box-shadow: 0 14px 30px rgba(37, 111, 220, .22);
	transition: .25s ease;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}

.btn-gold:hover,
.btn-royal:hover,
.btn-whatsapp:hover {
	transform: translateY(-2px);
	background: linear-gradient(135deg, var(--blue), #5595ff);
	color: #fff;
	box-shadow: 0 20px 38px rgba(37, 111, 220, .28);
}

.btn-outline-royal {
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #fff;
	color: var(--blue-dark);
	font-weight: 900;
	box-shadow: none;
}

.btn-outline-royal:hover {
	border-color: var(--blue);
	background: #fff;
	color: var(--blue);
}

.btn-glass-light {
	min-height: 46px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .16);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .24);
	backdrop-filter: blur(10px);
	font-weight: 900;
	box-shadow: none;
}

.btn-glass-light:hover {
	background: rgba(255, 255, 255, .24);
	border-color: rgba(255, 255, 255, .30);
	color: #fff;
	transform: none;
}

.services-hero-overlay {
	background: linear-gradient(180deg,
		rgba(0, 0, 0, .12) 0%,
		rgba(0, 0, 0, .06) 26%,
		rgba(0, 0, 0, .02) 46%,
		rgba(19, 72, 132, .14) 64%,
		rgba(18, 91, 178, .58) 84%,
		rgba(7, 47, 114, .88) 100%
	);
}

.services-hero-title span {
	color: #fff;
}

.hero-services-strip {
	background: rgba(16, 43, 70, .34);
	border-color: rgba(255, 255, 255, .14);
}

.strip-item {
	background: rgba(255, 255, 255, .10);
	color: rgba(255, 255, 255, .88);
	border-color: rgba(255, 255, 255, .12);
}

.strip-item:hover {
	background: rgba(255, 255, 255, .18);
	color: #fff;
}

.strip-dot {
	background: var(--gold);
	box-shadow: 0 0 10px rgba(199, 154, 60, .45);
}

.method-card,
.overview-card,
.service-detail-block,
.event-type-card,
.step-card {
	background: #fff;
	border: 1px solid var(--line);
	box-shadow: var(--shadow-soft);
}

.method-card:hover,
.overview-card:hover,
.event-type-card:hover,
.step-card:hover {
	border-color: rgba(37, 111, 220, .32);
	box-shadow: var(--shadow);
}

.method-num,
.overview-num,
.detail-num,
.step-num {
	color: var(--blue);
}

.method-card::before,
.overview-card::after {
	background: var(--blue);
}

.detail-badge,
.event-type-icon {
	background: var(--blue-soft);
	color: var(--blue);
	border-color: rgba(37, 111, 220, .18);
}

.detail-checklist li,
.step-card {
	border-color: var(--line);
}

.detail-checklist li:hover {
	border-color: rgba(37, 111, 220, .28);
}

.check-icon {
	background: var(--blue-soft);
	color: var(--blue);
}

.final-cta-overlay {
	background: linear-gradient(180deg,
		rgba(16, 43, 70, .82) 0%,
		rgba(16, 43, 70, .90) 100%
	);
}

.final-cta-actions .btn-whatsapp {
	background: #fff;
	color: var(--blue-dark);
	border-color: rgba(255, 255, 255, .70);
	box-shadow: 0 14px 30px rgba(255, 255, 255, .18);
}

.final-cta-actions .btn-whatsapp:hover {
	background: #f8fafc;
	color: var(--blue-dark);
	border-color: #fff;
}

@media (max-width: 768px) {
	.services-hero-actions,
	.final-cta-actions {
		gap: 12px;
	}

	.btn-gold,
	.btn-royal,
	.btn-whatsapp,
	.btn-glass-light,
	.btn-outline-royal {
		width: 100%;
	}
}
/* ==========================================
   Exact homepage header parity for services
   ========================================== */
.services-page-main .top-showcase .hero-nav {
	position: fixed !important;
	top: 18px !important;
	left: 24px !important;
	right: 24px !important;
	z-index: 1000 !important;
	display: grid !important;
	grid-template-columns: auto 1fr auto !important;
	align-items: center !important;
	gap: 16px !important;
	padding: 14px 18px !important;
	min-height: 76px !important;
	border-radius: 999px !important;
	background: rgba(24, 27, 31, .42) !important;
	border: 1px solid rgba(255, 255, 255, .18) !important;
	backdrop-filter: blur(16px) !important;
	box-shadow: none !important;
	transition: top .25s ease, left .25s ease, right .25s ease, padding .25s ease, min-height .25s ease, background .25s ease, box-shadow .25s ease !important;
}

.services-page-main .top-showcase .brand {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	min-width: auto !important;
	color: #fff !important;
	font-weight: 900 !important;
	flex: 0 0 auto;
}

.services-page-main .top-showcase .brand img {
	width: 118px !important;
	height: 74px !important;
	object-fit: contain !important;
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .34)) !important;
	transition: width .25s ease, height .25s ease, filter .25s ease !important;
}

.services-page-main .top-showcase .brand span {
	display: none !important;
}

.services-page-main .top-showcase .menu {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 4px !important;
	min-width: 0;
	color: rgba(255, 255, 255, .92) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	transition: font-size .25s ease, min-height .25s ease, padding .25s ease !important;
}

.services-page-main .top-showcase .menu a {
	padding: 9px 11px !important;
	border-radius: 999px !important;
	color: inherit !important;
	background: transparent !important;
	transition: .2s ease !important;
}

.services-page-main .top-showcase .menu a:hover {
	background: rgba(255, 255, 255, .14) !important;
	color: #fff !important;
}

.services-page-main .top-showcase .hero-nav > .btn-light {
	display: inline-flex !important;
	min-height: 46px !important;
	padding: 0 18px !important;
	background: #c79a3c !important;
	color: #fff !important;
	border-color: rgba(255, 255, 255, .20) !important;
	box-shadow: 0 12px 28px rgba(199, 154, 60, .32) !important;
	font-size: 14px !important;
	transition: font-size .25s ease, min-height .25s ease, padding .25s ease !important;
}

.services-page-main .top-showcase .hero-nav > .btn-light:hover {
	background: #d6aa50 !important;
	border-color: rgba(255, 255, 255, .28) !important;
}

body.is-scrolled .services-page-main .top-showcase .hero-nav {
	top: 10px !important;
	left: 22px !important;
	right: 22px !important;
	padding: 7px 12px !important;
	min-height: 54px !important;
	background: rgba(20, 24, 30, .82) !important;
	box-shadow: 0 16px 42px rgba(0, 0, 0, .22) !important;
}

body.is-scrolled .services-page-main .top-showcase .brand img {
	width: 70px !important;
	height: 44px !important;
}

body.is-scrolled .services-page-main .top-showcase .menu {
	font-size: 13px !important;
}

body.is-scrolled .services-page-main .top-showcase .hero-nav .btn {
	min-height: 38px !important;
	padding-inline: 15px !important;
	font-size: 13px !important;
}

@media (max-width: 1180px) {
	.services-page-main .top-showcase .hero-nav {
		grid-template-columns: auto 1fr auto !important;
	}

	.services-page-main .top-showcase .menu {
		display: flex !important;
		justify-content: flex-start !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		white-space: nowrap !important;
		scrollbar-width: none;
		min-width: 0;
	}

	.services-page-main .top-showcase .menu::-webkit-scrollbar {
		display: none;
	}
}

@media (max-width: 760px) {
	.services-page-main .top-showcase .hero-nav {
		top: 10px !important;
		left: 10px !important;
		right: 10px !important;
		padding: 10px 12px !important;
		min-height: 62px !important;
		grid-template-columns: auto 1fr auto !important;
		gap: 8px !important;
		border-radius: 18px !important;
		overflow: visible !important;
	}

	.services-page-main .top-showcase .mobile-menu-toggle {
		display: inline-flex !important;
		justify-self: center !important;
	}

	.services-page-main .top-showcase .brand img,
	body.is-scrolled .services-page-main .top-showcase .brand img {
		width: 58px !important;
		height: 38px !important;
	}

	body.is-scrolled .services-page-main .top-showcase .hero-nav {
		top: 8px !important;
		left: 8px !important;
		right: 8px !important;
		padding: 6px 10px !important;
		min-height: 48px !important;
	}

	.services-page-main .top-showcase .menu {
		display: none !important;
		position: absolute !important;
		top: calc(100% + 8px) !important;
		right: 0 !important;
		left: 0 !important;
		padding: 10px !important;
		border-radius: 18px !important;
		background: rgba(20, 24, 30, .90) !important;
		border: 1px solid rgba(255, 255, 255, .14) !important;
		box-shadow: 0 18px 46px rgba(0, 0, 0, .24) !important;
		backdrop-filter: blur(18px) !important;
		overflow: visible !important;
		white-space: normal !important;
	}

	.services-page-main .top-showcase .hero-nav.menu-open .menu {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 6px !important;
	}

	.services-page-main .top-showcase .menu a {
		padding: 10px 12px !important;
		text-align: center !important;
		background: rgba(255, 255, 255, .08) !important;
	}

	.services-page-main .top-showcase .hero-nav > .btn-light {
		justify-self: end !important;
		min-height: 36px !important;
		padding: 0 12px !important;
		font-size: 12px !important;
		flex: 0 0 auto !important;
	}
}

@media (max-width: 420px) {
	.services-page-main .top-showcase .hero-nav.menu-open .menu {
		grid-template-columns: 1fr !important;
	}
}

.hero-nav .brand span {
	display: none !important;
}