#expertise-roadmap {
	position: relative;
}

/* ========================================
   Home Partners Feature - Responsive Fixes
   ======================================== */
#section-partners .partners-feature {
  position: relative;
  overflow: visible;
}

#section-partners .partners-feature-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.25rem;
  align-items: stretch;
}

#section-partners .partners-feature-inner > * {
  min-width: 0;
}

#section-partners .partners-copy {
  background: linear-gradient(160deg, rgba(17,24,39,0.96), rgba(31,31,35,0.85));
  color: #f8fafc;
  border-radius: 1.75rem;
  padding: clamp(1.25rem, 2vw, 2.25rem);
  box-shadow: 0 24px 48px rgba(2, 6, 23, 0.25);
  position: relative;
  overflow: hidden;
}

#section-partners .partners-copy h4 {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  margin-bottom: 0.75rem;
}

#section-partners .partners-copy p {
  color: rgba(248, 250, 252, 0.92);
  margin-bottom: 1.25rem;
}

#section-partners .partners-feature-cta .button {
  border-radius: 999px;
}

#section-partners .partners-highlight {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 1.75rem;
  padding: clamp(1.25rem, 2.2vw, 2.25rem);
  box-shadow: 0 18px 36px rgba(0,0,0,0.08);
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#section-partners .partners-highlight h5 {
  margin-bottom: 0.75rem;
  font-weight: 700;
}

#section-partners .partner-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  margin: 0;
}

#section-partners .partner-pillars .pillar {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.75rem;
}

#section-partners .partner-pillars .pillar i {
  font-size: 1.1rem;
  color: #0f766e;
  margin-top: 0.2rem;
}

#section-partners .partners-highlight-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 1rem;
  align-items: stretch;
  width: 100%;
}

#section-partners .partners-highlight-stats .stat-chip {
  background: rgba(15, 118, 110, 0.06);
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 0.85rem;
  padding: 0.7rem 0.75rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  gap: 2px;
  box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.04);
}

#section-partners .partners-highlight-stats .stat-chip strong {
  font-size: 1.05rem;
}

#section-partners .partners-highlight-stats .stat-chip span {
  display: block;
  line-height: 1.2;
  white-space: normal;
}

@media (max-width: 991.98px) {
  #section-partners .partners-highlight-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1199.98px) {
  #section-partners .partners-feature-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  #section-partners .partners-copy,
  #section-partners .partners-highlight {
    border-radius: 1.25rem;
    padding: 1rem;
  }

  #section-partners .partners-copy h4 {
    font-size: 1.35rem;
  }

  #section-partners .partners-highlight-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .contact-map-card {
    background: transparent;
    border-radius: 1.25rem;
    overflow: hidden;
  }

  .contact-map-card::after { display: none; }

  .map-embed {
    aspect-ratio: 16 / 9;
    min-height: 480px;
  }

  .map-embed iframe {
    border-radius: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  #section-partners .partners-feature-inner {
    gap: 0.9rem;
  }

  #section-partners .partners-copy p { margin-bottom: 1rem; }

  #section-partners .partners-highlight-stats .stat-chip strong {
    font-size: 0.95rem;
  }
  #section-partners .partners-highlight-stats .stat-chip span {
    font-size: 0.72rem;
  }
  #section-partners .partners-highlight-stats {
    grid-template-columns: 1fr;
  }
}
#expertise-roadmap .roadmap-intro {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(245, 245, 245, 0.9));
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(6px);
	border-radius: 16px;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#expertise-roadmap .roadmap {
	position: relative;
	padding-left: 2.5rem;
	border-left: 4px solid rgba(0, 0, 0, 0.2);
}

#expertise-roadmap .roadmap::before {
	content: "";
	position: absolute;
	left: 0.75rem;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

#expertise-roadmap .roadmap-item {
	position: relative;
	display: flex;
	gap: 1.5rem;
	padding: 1.75rem 1.5rem;
	background: #ffffff;
	border-radius: 1.25rem;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 1.5rem;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	overflow: hidden;
}

#expertise-roadmap .roadmap-item:last-child {
	margin-bottom: 0;
}

#expertise-roadmap .roadmap-item::after {
	content: "";
	position: absolute;
	left: -2.55rem;
	top: 2.1rem;
	width: 0.75rem;
	height: 0.75rem;
	background: #000000;
	border: 3px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.12);
	transition: all 0.3s ease;
}

#expertise-roadmap .roadmap-item:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
	border-color: rgba(0, 0, 0, 0.2);
}

#expertise-roadmap .roadmap-item:hover::after {
	background: #000000;
	box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.2);
	transform: scale(1.2);
}

#expertise-roadmap .roadmap-number {
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
	flex: 0 0 auto;
	min-width: 3.5rem;
	height: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	background: linear-gradient(135deg, #000000 0%, #424242 100%);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

#expertise-roadmap .roadmap-item:hover .roadmap-number {
	transform: scale(1.1) rotate(5deg);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

#expertise-roadmap .roadmap-body h4 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #000000;
	margin-bottom: 0.5rem;
	transition: color 0.3s ease;
}

#expertise-roadmap .roadmap-body h4 .lang {
	display: none;
}

body[data-lang="en"] #expertise-roadmap .roadmap-body h4 .lang-en,
body[data-lang="fr"] #expertise-roadmap .roadmap-body h4 .lang-fr,
body[data-lang="es"] #expertise-roadmap .roadmap-body h4 .lang-es {
	display: inline;
}

#expertise-roadmap .roadmap-body p {
	color: #616161;
	line-height: 1.6;
	transition: color 0.3s ease;
}

#expertise-roadmap .roadmap-item:hover .roadmap-body p {
	color: #424242;
}

/* ========================================
   Partners Page Enhancements
   ======================================== */
.partners-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 2rem;
	margin: 3rem 0;
}

.stat-card {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: 2rem;
	text-align: center;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

.stat-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(135deg, #000000 0%, #424242 100%);
	transform: scaleX(0);
	transition: all 0.3s ease;
}

.stat-card:hover::before {
	transform: scaleX(1);
}

.stat-card:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
	border-color: rgba(0, 0, 0, 0.2);
}

.stat-card strong {
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	margin-bottom: 0.5rem;
	transition: all 0.3s ease;
}

.stat-card span {
	color: #616161;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 0.9rem;
}

.stat-card:hover strong {
	transform: scale(1.1);
}

/* Partner Cards */
.partner-card {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 2rem;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

.partner-card::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.05) 100%);
	opacity: 0;
	transition: all 0.3s ease;
}

.partner-card:hover::after {
	opacity: 1;
}

.partner-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
	border-color: rgba(0, 0, 0, 0.2);
}

.partner-card h4 {
	color: #000000;
	font-weight: 700;
	margin-bottom: 1rem;
}

.partner-card p {
	color: #616161;
	line-height: 1.6;
}

/* Case Cards */
.partner-case-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	margin: 3rem 0;
}

.case-card {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: 2rem;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
}

.case-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(135deg, #000000 0%, #424242 100%);
	transform: scaleX(0);
	transition: all 0.3s ease;
}

.case-card:hover::before {
	transform: scaleX(1);
}

.case-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
	border-color: rgba(0, 0, 0, 0.15);
}

.case-card h4 {
	color: #000000;
	font-weight: 700;
	margin-bottom: 1rem;
}

.case-card p {
	color: #616161;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.case-card ul {
	list-style: none;
	padding: 0;
}

.case-card ul li {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	color: #424242;
	font-size: 0.9rem;
}

.case-card ul li i {
	color: #000000;
	margin-right: 0.5rem;
	font-size: 0.8rem;
}

/* Journey Steps */
.partner-journey {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.journey-step {
	padding: 1.5rem;
	background: rgba(0, 0, 0, 0.02);
	border-radius: 12px;
	border-left: 4px solid #000000;
	transition: all 0.3s ease;
}

.journey-step:hover {
	background: rgba(0, 0, 0, 0.05);
	transform: translateX(5px);
}

.journey-step h5 {
	color: #000000;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.journey-step p {
	color: #616161;
	line-height: 1.5;
	margin: 0;
}

/* CTA Section */
.partners-cta {
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.05) 100%);
	border-radius: 20px;
	padding: 3rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.partners-cta h3 {
	color: #000000;
	font-weight: 700;
	margin-bottom: 1rem;
}

.partners-cta p {
	color: #616161;
	line-height: 1.6;
}

.cta-actions {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.cta-actions .button {
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

#expertise-roadmap .roadmap-body p .lang {
	display: none;
}

body[data-lang="en"] #expertise-roadmap .roadmap-body p .lang-en,
body[data-lang="fr"] #expertise-roadmap .roadmap-body p .lang-fr,
body[data-lang="es"] #expertise-roadmap .roadmap-body p .lang-es {
	display: inline;
}

#expertise-roadmap .roadmap-body .roadmap-meta {
	font-size: 0.9rem;
	color: #64748b;
}

@media (max-width: 991.98px) {
	#expertise-roadmap .roadmap {
		margin-top: 2rem;
		padding-left: 1.75rem;
	}

	#expertise-roadmap .roadmap-item {
		flex-direction: column;
		align-items: flex-start;
		padding: 1.5rem;
	}

	#expertise-roadmap .roadmap-item::after {
		left: -2rem;
	}
}

@media (max-width: 767.98px) {
	#expertise-roadmap .roadmap {
		padding-left: 0;
		border-left: none;
	}

	#expertise-roadmap .roadmap::before {
		display: none;
	}

	#expertise-roadmap .roadmap-item {
		margin-left: 0;
	}

	#expertise-roadmap .roadmap-item::after {
		display: none;
	}

	#expertise-roadmap .roadmap-number {
		min-width: 3.25rem;
		height: 3.25rem;
		border-radius: 0.95rem;
	}
}
/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.lang {
	display: none;
}

body[data-lang="en"] .lang-en,
body[data-lang="fr"] .lang-fr,
body[data-lang="es"] .lang-es {
	display: inline;
}

.page-expertise #content .content-wrap {
	padding-bottom: 0;
}

.page-expertise #content .section:last-of-type {
	margin-bottom: 0;
}

.button-engagement {
	background: linear-gradient(135deg, #0f766e, #0b4f48);
	color: #f8fafc;
	padding: 0.85rem 2.75rem;
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: 0.04em;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.button-engagement:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 30px rgba(15, 118, 110, 0.35);
}

.page-engagement #slider .slider-caption {
	max-width: 780px;
	margin: 0 auto;
}

.page-engagement .hero-headline {
	font-size: clamp(2.25rem, 4vw, 3rem);
	line-height: 1.15;
	font-weight: 600;
}

.page-engagement .hero-kpi-row {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 2.5rem;
	flex-wrap: wrap;
}

.page-engagement .hero-kpi {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	background: rgba(15, 118, 110, 0.18);
	backdrop-filter: blur(6px);
	border-radius: 999px;
	padding: 0.85rem 1.5rem;
	color: #ecfdf5;
	min-width: 220px;
}

.page-engagement .hero-kpi i {
	font-size: 1.75rem;
}

.page-engagement .hero-kpi strong {
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
}

#engagement-intro .certification-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

#engagement-intro .certification-card {
	background: #ffffff;
	border-radius: 1.5rem;
	padding: 1.5rem;
	box-shadow: 0 22px 45px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(148, 163, 184, 0.18);
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#engagement-intro .certification-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 30px 65px rgba(15, 23, 42, 0.15);
}

#engagement-intro .certification-icon {
	width: 56px;
	height: 56px;
	border-radius: 18px;
	background: rgba(15, 118, 110, 0.12);
	color: #0f766e;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

#engagement-intro .certification-tag {
	display: inline-block;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 0.75rem;
}

#engagement-intro .impact-stats {
	background: linear-gradient(155deg, rgba(15, 118, 110, 0.96), rgba(11, 79, 72, 0.98));
	color: #ecfdf5;
	position: relative;
	overflow: hidden;
}

#engagement-intro .impact-stats::after {
	content: "";
	position: absolute;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	bottom: -90px;
	right: -50px;
}

.impact-tile {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 1.25rem;
	padding: 1.5rem;
	position: relative;
	min-height: 180px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
	transition: transform 0.3s ease;
}

.impact-tile:hover {
	transform: translateY(-6px);
}

.impact-tile .impact-icon {
	width: 48px;
	height: 48px;
	border-radius: 15px;
	background: rgba(236, 253, 245, 0.15);
	color: #ecfdf5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	margin-bottom: 0.85rem;
}

.impact-tile .impact-value {
	font-size: 1.65rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.impact-progress {
	position: absolute;
	left: 1.5rem;
	right: 1.5rem;
	bottom: 1.25rem;
	height: 5px;
	background: rgba(236, 253, 245, 0.18);
	border-radius: 999px;
	overflow: hidden;
}

.impact-progress span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: var(--progress, 50%);
	background: #facc15;
	border-radius: inherit;
}

.roadmap-legend {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.roadmap-legend .legend-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.65rem 1.1rem;
	border-radius: 999px;
	background: rgba(15, 118, 110, 0.08);
	color: #0f172a;
	font-weight: 600;
	font-size: 0.85rem;
}

.roadmap-legend .legend-badge i {
	color: #0f766e;
}

.luxury-intro {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 1.2rem;
	padding: 3rem 3.75rem;
	border-radius: 3rem;
	background: rgba(248, 250, 252, 0.9);
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 38px 80px rgba(15, 23, 42, 0.18);
	backdrop-filter: blur(14px);
	overflow: hidden;
}

.luxury-intro::before,
.luxury-intro::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	filter: blur(0);
	z-index: 0;
}

.luxury-intro .intro-badge {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.65rem 1.4rem;
	border-radius: 999px;
	background: linear-gradient(120deg, rgba(15, 23, 42, 0.85), rgba(15, 118, 110, 0.65));
	color: #f8fafc;
	text-transform: uppercase;
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	font-weight: 600;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.luxury-intro h2,
.luxury-intro h3 {
	position: relative;
	z-index: 1;
	font-size: clamp(2rem, 2.2vw + 1rem, 2.6rem);
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 0;
}

.luxury-intro p {
	position: relative;
	z-index: 1;
	max-width: 36rem;
	color: #334155;
	font-size: 1.02rem;
	line-height: 1.75;
}

.luxury-intro > * {
	position: relative;
	z-index: 1;
}

.luxury-intro.expertise-intro::before {
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(13, 148, 136, 0.22), rgba(13, 148, 136, 0));
	left: -180px;
	top: -220px;
}

.luxury-intro.expertise-intro::after {
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.18), rgba(59, 130, 246, 0));
	right: -160px;
	bottom: -200px;
}

.luxury-intro.expertise-intro {
	background: transparent;
	border: none;
	box-shadow: none;
	backdrop-filter: none;
	padding: 0;
	overflow: visible;
}

.luxury-intro.about-intro::before {
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(234, 179, 8, 0.22), rgba(234, 179, 8, 0));
	left: -190px;
	top: -230px;
}

.luxury-intro.about-intro::after {
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(13, 148, 136, 0.2), rgba(13, 148, 136, 0));
	right: -170px;
	bottom: -210px;
}

.luxury-intro.about-intro {
	background: transparent;
	border: none;
	box-shadow: none;
	backdrop-filter: none;
	padding: 0;
	overflow: visible;
}

.luxury-intro.engagement-intro::before {
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(34, 197, 94, 0.22), rgba(34, 197, 94, 0));
	left: -200px;
	top: -240px;
}

.luxury-intro.engagement-intro::after {
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(15, 118, 110, 0.2), rgba(15, 118, 110, 0));
	right: -180px;
	bottom: -220px;
}

.luxury-intro.engagement-intro {
	background: transparent;
	border: none;
	box-shadow: none;
	backdrop-filter: none;
	padding: 0;
	overflow: visible;
}

.luxury-intro.partners-intro::before {
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(14, 165, 233, 0.22), rgba(14, 165, 233, 0));
	left: -210px;
	top: -250px;
}

.luxury-intro.partners-intro::after {
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(15, 23, 42, 0.28), rgba(15, 23, 42, 0));
	right: -190px;
	bottom: -230px;
}

.luxury-intro.partners-intro {
	background: transparent;
	border: none;
	box-shadow: none;
	backdrop-filter: none;
	padding: 0;
	overflow: visible;
}

.luxury-intro.works-intro::before {
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(94, 234, 212, 0.18), rgba(94, 234, 212, 0));
	left: -200px;
	top: -240px;
}

.luxury-intro.works-intro::after {
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0));
	right: -180px;
	bottom: -220px;
}

.luxury-intro.works-intro {
	background: transparent;
	border: none;
	box-shadow: none;
	backdrop-filter: none;
	padding: 0;
	overflow: visible;
}


.works-highlight {
	background: linear-gradient(160deg, rgba(17, 24, 39, 0.96), rgba(24, 24, 27, 0.82));
	border-radius: 2.75rem;
	padding: clamp(2.75rem, 2vw + 2.2rem, 4.25rem);
	position: relative;
	box-shadow: 0 45px 90px rgba(15, 23, 42, 0.38);
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.works-highlight::before,
.works-highlight::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	filter: blur(0px);
	z-index: 0;
}

.works-highlight::before {
	width: 520px;
	height: 520px;
	left: -180px;
	top: -260px;
}

.works-highlight::after {
	width: 460px;
	height: 460px;
	right: -220px;
	bottom: -280px;
}

.works-highlight > * {
	position: relative;
	z-index: 1;
}


.works-video-card {
	position: relative;
	border-radius: 2rem;
	padding: 0.4rem;
	background: linear-gradient(145deg, rgba(17, 24, 39, 0.92), rgba(39, 39, 42, 0.75));
	box-shadow: 0 32px 75px rgba(15, 23, 42, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
	max-width: 360px;
	margin: 0 auto;
}

.works-video-card::after {
	content: "";
	position: absolute;
	inset: 0.35rem;
	border-radius: 1.45rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	pointer-events: none;
}

.works-video-card .video-frame {
	border-radius: 1.5rem;
	overflow: hidden;
	position: relative;
}

.works-video-card .video-frame::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.16), rgba(24, 24, 27, 0));
	opacity: 0.45;
	pointer-events: none;
}

.works-video-card .works-video {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1.5rem;
	object-fit: cover;
	filter: saturate(1.08) contrast(1.02);
}

.works-video-card .video-caption {
	margin-top: 1rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #ffffff;
}


.works-highlight,
.works-highlight * {
	color: #ffffff !important;
}

.works-details h3 {
	font-size: clamp(1.8rem, 2vw + 1.6rem, 2.4rem);
	font-weight: 700;
	margin-bottom: 1.4rem;
}

.works-details p {
	font-size: 1.05rem;
	line-height: 1.8;
	margin-bottom: 2rem;
}

.works-details p span {
	color: inherit;
}

.works-pillars {
	display: grid;
	gap: 1.4rem;
	margin-bottom: 2.2rem;
}


.works-pillars li {
	font-weight: 500;
	line-height: 1.6;
}

.works-pillars li strong {
	display: block;
	font-size: 1.05rem;
	font-weight: 700;
	margin-bottom: 0.35rem;
}

.works-pillars li span {
	display: block;
}

.works-meta-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.works-meta-chips .chip {
	background: rgba(248, 250, 252, 0.12);
	border: 1px solid rgba(248, 250, 252, 0.18);
	border-radius: 999px;
	padding: 0.8rem 1.4rem;
	min-width: 150px;
	text-align: center;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.works-meta-chips .chip strong {
	display: block;
	font-size: 1.1rem;
	margin-bottom: 0.1rem;
}

.works-meta-chips .chip span {
	display: block;
	font-size: 0.78rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

@media (max-width: 991.98px) {
	.works-highlight {
		padding: 2.5rem;
	}

	.works-video-card {
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 575.98px) {
	.works-highlight {
		padding: 2rem 1.5rem;
	}

	.works-meta-chips {
		gap: 0.65rem;
	}

	.works-meta-chips .chip {
		min-width: 120px;
		padding: 0.7rem 1.1rem;
	}
}

.luxury-intro.contact-intro::before {
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
	left: -210px;
	top: -260px;
}

.luxury-intro.contact-intro::after {
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
	left: auto;
	right: -160px;
	bottom: -230px;
}

.luxury-intro.contact-intro {
	background: transparent;
	border: none;
	box-shadow: none;
	backdrop-filter: none;
	padding: 0;
	overflow: visible;
}

.contact-showcase {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 2.75rem;
	align-items: start;
}

.contact-info-panel {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.contact-info-card {
	background: linear-gradient(140deg, rgba(248, 250, 252, 0.92), rgba(226, 232, 240, 0.85));
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 2rem;
	padding: 2.5rem;
	box-shadow: 0 35px 75px rgba(15, 23, 42, 0.16);
	position: relative;
}

.contact-info-card::after {
	content: "";
	position: absolute;
	width: 240px;
	height: 240px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
	right: -120px;
	bottom: -120px;
	z-index: 0;
}

.contact-info-card > * {
	position: relative;
	z-index: 1;
}

.contact-info-card h3 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	color: #0f172a;
}

.contact-info-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 1.25rem;
}

.contact-info-list li {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	color: #0f172a;
	font-weight: 600;
}

.contact-info-list li i {
	font-size: 1.05rem;
	color: #0f766e;
}

.contact-info-list li a {
	color: inherit;
	text-decoration: none;
}

.contact-info-list li a:hover {
	color: #0f766e;
}

.contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.75rem;
}

.contact-actions .button {
	border-radius: 999px;
	padding: 0.95rem 2.6rem;
	font-weight: 600;
	font-size: 0.95rem;
	box-shadow: 0 18px 35px rgba(15, 23, 42, 0.16);
}

.contact-actions .button.button-partners {
	box-shadow: 0 22px 45px rgba(15, 118, 110, 0.25);
}

.contact-actions .button.button-dark.button-light {
	background: rgba(255, 255, 255, 0.92);
	color: #0f172a;
	border: 1px solid rgba(15, 118, 110, 0.25);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.contact-actions .button.button-dark.button-light:hover {
	background: rgba(15, 118, 110, 0.12);
	color: #0f766e;
	border-color: rgba(15, 118, 110, 0.45);
}

.contact-map-card {
	background: transparent;
	border-radius: 1.25rem;
	overflow: hidden;
	box-shadow: none;
	position: relative;
}

.contact-map-card::after {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.25), rgba(59, 130, 246, 0));
	left: -110px;
	top: -110px;
}

.map-embed {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
}

.map-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 1.25rem;
}

@supports not (aspect-ratio: 1 / 1) {
	.map-embed {
		padding-top: 65%;
	}

	.map-embed iframe {
		position: absolute;
	}
}

.about-page {
	background: linear-gradient(180deg, #f8fafc 0%, #ecfeff 42%, #f8fafc 100%);
}

.about-overview {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.about-overview .luxury-intro::before {
	width: 420px;
	height: 420px;
	left: -220px;
	top: -260px;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.18), rgba(59, 130, 246, 0));
}

.about-overview .luxury-intro::after {
	width: 360px;
	height: 360px;
	right: -200px;
	bottom: -240px;
	background: radial-gradient(circle, rgba(15, 118, 110, 0.22), rgba(15, 118, 110, 0));
}

.about-highlight-card {
	background: rgba(248, 250, 252, 0.88);
	border-radius: 2rem;
	border: 1px solid rgba(148, 163, 184, 0.18);
	box-shadow: 0 45px 90px rgba(15, 23, 42, 0.16);
	padding: 2.25rem;
	display: grid;
	gap: 2rem;
}

.about-highlight-photo img {
	border-radius: 1.75rem;
	object-fit: cover;
}

.about-highlight-metrics {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 1rem;
}

.metric-chip {
	background: linear-gradient(150deg, rgba(59, 130, 246, 0.16), rgba(45, 212, 191, 0.12));
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 1.25rem;
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	font-weight: 600;
	color: #0f172a;
}

.metric-chip strong {
	font-size: 1.75rem;
	font-weight: 700;
}

.about-story {
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
}

.story-collage {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 1.25rem;
}

.collage-primary img {
	border-radius: 2rem;
	height: 100%;
	object-fit: cover;
}

.collage-secondary {
	display: grid;
	gap: 1.25rem;
}

.collage-secondary img {
	border-radius: 1.5rem;
	height: 100%;
	object-fit: cover;
}

.story-text h3 {
	font-size: 2rem;
	margin-bottom: 1.75rem;
	color: #0f172a;
}

.story-text p {
	color: #475569;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

.about-pillars {
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
}

.about-pillars-intro::before {
	width: 380px;
	height: 380px;
	left: -200px;
	top: -240px;
	background: radial-gradient(circle, rgba(14, 165, 233, 0.2), rgba(14, 165, 233, 0));
}

.about-pillars-intro::after {
	width: 320px;
	height: 320px;
	right: -180px;
	bottom: -220px;
	background: radial-gradient(circle, rgba(45, 212, 191, 0.18), rgba(45, 212, 191, 0));
}

.pillar-card {
	background: rgba(248, 250, 252, 0.95);
	border-radius: 2rem;
	border: 1px solid rgba(148, 163, 184, 0.18);
	padding: 2.5rem;
	box-shadow: 0 35px 75px rgba(15, 23, 42, 0.15);
	text-align: left;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.pillar-card i {
	font-size: 1.8rem;
	color: #0f766e;
}

.pillar-card h4 {
	font-size: 1.35rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0;
}

.pillar-card p {
	color: #475569;
	margin-bottom: 0;
	font-weight: 500;
}

.about-heritage {
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
}

.heritage-card {
	background: rgba(15, 23, 42, 0.92);
	border-radius: 1.75rem;
	padding: 2rem;
	position: relative;
	color: #f8fafc;
	min-height: 100%;
	overflow: hidden;
	box-shadow: 0 40px 90px rgba(15, 23, 42, 0.22);
}

.heritage-card::after {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.28), rgba(59, 130, 246, 0));
	left: -90px;
	top: -110px;
}

.heritage-card .heritage-year {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	position: relative;
	z-index: 1;
}

.heritage-card p {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	color: rgba(248, 250, 252, 0.88);
	font-weight: 500;
}

.about-leadership {
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
}

.leadership-card {
	background: rgba(248, 250, 252, 0.95);
	border-radius: 1.75rem;
	border: 1px solid rgba(148, 163, 184, 0.18);
	padding: 2.25rem;
	box-shadow: 0 40px 90px rgba(15, 23, 42, 0.15);
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	height: 100%;
}

.leader-meta h4 {
	font-size: 1.4rem;
	margin-bottom: 0.35rem;
	color: #0f172a;
}

.leader-meta .role {
	margin: 0;
	color: #0f766e;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.leadership-card p {
	margin-bottom: 0;
	color: #475569;
	font-weight: 500;
}

.about-cta {
	padding-top: 5.5rem;
	padding-bottom: 6rem;
}

.cta-panel {
	background: linear-gradient(140deg, rgba(15, 23, 42, 0.92), rgba(15, 118, 110, 0.92));
	border-radius: 2.5rem;
	padding: 3.25rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2rem;
	box-shadow: 0 55px 120px rgba(15, 23, 42, 0.35);
	position: relative;
	overflow: hidden;
}

.cta-panel::after {
	content: "";
	position: absolute;
	width: 280px;
	height: 280px;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.28), rgba(59, 130, 246, 0));
	top: -140px;
	right: -120px;
}

.cta-copy {
	flex: 1 1 320px;
	color: #f8fafc;
	position: relative;
	z-index: 1;
}

.cta-copy h3 {
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: 700;
}

.cta-copy p {
	margin-bottom: 0;
	color: rgba(226, 232, 240, 0.92);
	font-weight: 500;
}

.cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	position: relative;
	z-index: 1;
}

.cta-actions .button {
	border-radius: 999px;
	font-weight: 600;
	padding: 0.95rem 2.75rem;
	box-shadow: 0 25px 45px rgba(15, 23, 42, 0.25);
}

.cta-actions .button.button-light {
	background: rgba(248, 250, 252, 0.92);
	color: #0f172a;
	border: 1px solid rgba(148, 163, 184, 0.2);
}

.cta-actions .button.button-light:hover {
	background: rgba(248, 250, 252, 1);
	color: #0f766e;
	border-color: rgba(15, 118, 110, 0.35);
}

@media (max-width: 1199.98px) {
	.about-overview,
	.about-story,
	.about-pillars,
	.about-heritage,
	.about-leadership,
	.about-cta {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}

	.story-collage {
		grid-template-columns: 1fr;
	}

	.collage-secondary {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 991.98px) {
	.about-highlight-card {
		padding: 2rem;
	}

	.about-highlight-metrics {
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	}

	.metric-chip {
		padding: 1rem;
	}

	.cta-panel {
		padding: 2.75rem;
	}
}

@media (max-width: 767.98px) {
	.about-overview,
	.about-story,
	.about-pillars,
	.about-heritage,
	.about-leadership,
	.about-cta {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.about-highlight-card {
		gap: 1.5rem;
	}

	.about-highlight-metrics {
		grid-template-columns: 1fr;
	}

	.story-text h3 {
		font-size: 1.8rem;
	}

	.pillar-card {
		padding: 2rem;
	}

	.heritage-card {
		padding: 1.75rem;
	}

	.cta-panel {
		flex-direction: column;
		align-items: flex-start;
	}
}
.contact-form-panel {
	display: flex;
	flex-direction: column;
}

.contact-form-card {
	background: rgba(248, 250, 252, 0.95);
	border-radius: 2rem;
	border: 1px solid rgba(148, 163, 184, 0.16);
	box-shadow: 0 40px 90px rgba(15, 23, 42, 0.18);
	padding: 3rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.contact-form-card .form-header h3 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
	color: #0f172a;
}

.contact-form-card .form-header p {
	color: #475569;
	margin-bottom: 0;
	font-weight: 500;
}

.contact-form-card .form-label {
	font-weight: 600;
	color: #0f172a;
	font-size: 0.9rem;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
	border-radius: 1rem;
	border: 1px solid rgba(148, 163, 184, 0.3);
	padding: 0.85rem 1.1rem;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
	border-color: rgba(15, 118, 110, 0.55);
	box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.18);
}

.contact-form-card textarea {
	min-height: 160px;
	resize: vertical;
}

.contact-form-card .button-partners {
	padding: 1.05rem 2.5rem;
	font-size: 1rem;
	width: auto;
	align-self: flex-start;
}

@media (max-width: 1199.98px) {
	.contact-grid {
		grid-template-columns: 1fr;
	}

	.map-embed {
		padding-top: 55%;
	}
}

@media (max-width: 767.98px) {
	.contact-showcase {
		gap: 2.25rem;
	}

	.contact-info-card,
	.contact-form-card {
		padding: 2.25rem;
	}

	.map-embed {
		padding-top: 60%;
	}

	.contact-actions {
		flex-direction: column;
		align-items: stretch;
	}
}

.partners-showcase .partner-card {
	border-radius: 1.75rem;
	padding: 2.75rem;
	box-shadow: 0 28px 65px rgba(15, 23, 42, 0.12);
	position: relative;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.partners-showcase .partner-card h4 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #0f172a;
}

.partners-showcase .partner-card p {
	color: #475569;
	font-weight: 500;
	margin-bottom: 0;
}

.partners-feature {
	position: relative;
	border-radius: 2.5rem;
	background: linear-gradient(150deg, rgba(24, 24, 27, 0.92), rgba(15, 15, 20, 0.9));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 42px 95px rgba(15, 23, 42, 0.35);
	overflow: hidden;
}

.partners-feature-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 3rem;
	padding: 3.5rem;
}

.partners-feature::before {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
	left: -180px;
	top: -220px;
}

.partners-feature::after {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
	right: -150px;
	bottom: -210px;
}

.partners-feature > * {
	position: relative;
	z-index: 1;
}

.partners-copy h4,
.partners-copy p,
.partners-copy span,
.partners-copy .lang,
.partners-copy strong {
	color: #ffffff !important;
}

.partners-copy p {
	font-size: 1.03rem;
	line-height: 1.7;
	margin-bottom: 2rem;
}

.partners-copy h4 {
	font-size: 2rem;
	font-weight: 700;
	color: #ffffff !important;
	margin-bottom: 1.5rem;
}

.partners-feature-cta .button-partners {
	padding: 1.05rem 2.8rem;
	font-size: 0.95rem;
}

.partners-feature-cta .button-partners span,
.partners-feature-cta .button-partners .lang {
	color: inherit !important;
}

.partners-highlight {
	background: rgba(255, 255, 255, 0.85);
	border-radius: 2rem;
	border: 1px solid rgba(148, 163, 184, 0.18);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
	padding: 2.25rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.partners-highlight h5 {
	font-size: 1.35rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 0;
}

.partners-highlight .partner-pillars {
	gap: 1.25rem;
}

.partners-highlight .partner-pillars .pillar h6 {
	margin-bottom: 0.35rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: #0f172a;
}

.partners-highlight-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.partners-highlight-stats .stat-chip {
	background: linear-gradient(120deg, rgba(15, 118, 110, 0.15), rgba(15, 118, 110, 0.05));
	border: 1px solid rgba(15, 118, 110, 0.18);
	border-radius: 999px;
	padding: 0.65rem 1.4rem;
	display: inline-flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 140px;
}

.partners-highlight-stats .stat-chip strong {
	font-size: 1.05rem;
	color: #0f766e;
}

.partners-highlight-stats .stat-chip span {
	color: #0f172a;
	font-size: 0.78rem;
	font-weight: 600;
}

.partners-showcase .partner-card-primary {
	background: linear-gradient(150deg, rgba(15, 118, 110, 0.95), rgba(13, 148, 136, 0.75));
	color: #f8fafc;
}

.partners-showcase .partner-card-primary h4,
.partners-showcase .partner-card-primary p {
	color: #f8fafc;
}

.partners-showcase .partner-card-primary::after {
	content: "";
	position: absolute;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(16, 185, 129, 0.4), rgba(16, 185, 129, 0));
	right: -80px;
	bottom: -80px;
}

.partners-showcase .partner-card-outline {
	background: rgba(248, 250, 252, 0.92);
	border: 1px solid rgba(148, 163, 184, 0.18);
}

.partner-pillars {
	display: grid;
	gap: 1.5rem;
}

.partner-pillars .pillar {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	align-items: start;
}

.partner-pillars .pillar i {
	font-size: 1.5rem;
	color: #0f766e;
}

.partner-pillars .pillar h5 {
	margin-bottom: 0.35rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #0f172a;
}

.partner-pillars .pillar p {
	color: #475569;
	font-weight: 500;
}

.button-partners {
	background: linear-gradient(135deg, #0f766e, #0b4f48);
	color: #f8fafc;
	padding: 0.85rem 2.75rem;
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: 0.04em;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.button-partners:hover,
.button-partners:focus {
	color: #f8fafc;
	transform: translateY(-3px);
	box-shadow: 0 18px 30px rgba(15, 118, 110, 0.35);
}

.partners-stats {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.partners-stats .stat-card {
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 1.5rem;
	padding: 1.75rem;
	text-align: center;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.partners-stats .stat-card strong {
	display: block;
	font-size: 2rem;
	color: #0f766e;
	margin-bottom: 0.35rem;
}

.partners-stats .stat-card span {
	color: #475569;
	font-weight: 600;
}

.partner-journey {
	display: grid;
	gap: 2rem;
}

.partner-journey .journey-step {
	border-left: 3px solid rgba(15, 118, 110, 0.35);
	padding-left: 1.5rem;
	position: relative;
}

.partner-journey .journey-step::before {
	content: "";
	position: absolute;
	left: -1.25rem;
	top: 0.15rem;
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50%;
	background: #0f766e;
	box-shadow: 0 0 0 6px rgba(15, 118, 110, 0.12);
}

.partner-journey .journey-step h5 {
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #0f172a;
}

.partner-journey .journey-step p {
	color: #475569;
	margin-bottom: 0;
}

.partner-case-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.partner-case-grid .case-card {
	border-radius: 1.5rem;
	background: rgba(248, 250, 252, 0.95);
	border: 1px solid rgba(148, 163, 184, 0.16);
	padding: 2rem;
	box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.partner-case-grid .case-card h4 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 0;
}

.partner-case-grid .case-card p {
	color: #475569;
	margin-bottom: 0;
}

.partner-case-grid .case-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.6rem;
}

.partner-case-grid .case-card ul li {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	color: #0f172a;
	font-weight: 500;
}

.partner-case-grid .case-card ul li i {
	color: #0f766e;
}

.partners-cta {
	background: linear-gradient(130deg, rgba(15, 23, 42, 0.92), rgba(15, 118, 110, 0.85));
	border-radius: 2.5rem;
	padding: 3rem;
	color: #f8fafc;
	box-shadow: 0 32px 70px rgba(15, 23, 42, 0.25);
}

.partners-cta h3 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.partners-cta p {
	color: rgba(248, 250, 252, 0.85);
	margin-bottom: 2rem;
}

.partners-cta .cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.partners-cta .cta-actions .button {
	padding: 0.9rem 2.2rem;
	font-weight: 600;
}

.story-card {
	position: relative;
	border-radius: 1.75rem;
	background: linear-gradient(160deg, rgba(236, 253, 245, 0.92) 0%, rgba(217, 249, 241, 0.92) 40%, #ffffff 100%);
	border: 1px solid rgba(59, 130, 246, 0.08);
	box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.story-card::before {
	content: "";
	position: absolute;
	width: 280px;
	height: 280px;
	background: radial-gradient(circle at center, rgba(15, 118, 110, 0.18), rgba(15, 118, 110, 0));
	top: -140px;
	right: -90px;
	filter: blur(0px);
}

.story-card::after {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	background: radial-gradient(circle at center, rgba(14, 165, 233, 0.12), rgba(14, 165, 233, 0));
	bottom: -180px;
	left: -120px;
}

.story-card > * {
	position: relative;
	z-index: 2;
}

.story-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 0.95rem 2.25rem;
	font-weight: 600;
}

.story-cta i {
	font-size: 1.1rem;
}

.principle-card {
	background: linear-gradient(165deg, rgba(248, 250, 252, 0.98), #ffffff);
	border: 1px solid rgba(148, 163, 184, 0.2);
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
	border-radius: 1.5rem;
	position: relative;
	overflow: hidden;
}

.roadmap-cluster {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.5rem;
}

.guiding-card-wrapper {
	max-width: 420px;
	width: 100%;
}

.engagement-roadmap {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2rem;
	width: 100%;
	position: relative;
}

.engagement-roadmap::before {
	content: "";
	position: absolute;
	top: -1.5rem;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, rgba(148, 163, 184, 0.35), rgba(148, 163, 184, 0));
	border-radius: 999px;
}

.engagement-roadmap::after {
	content: "";
	position: absolute;
	top: calc(100% + 1.5rem);
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, rgba(148, 163, 184, 0), rgba(148, 163, 184, 0.35));
	border-radius: 999px;
}

.principle-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: linear-gradient(135deg, #0f766e, #0b4f48);
}

.principle-card h4 {
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	color: #0f172a;
}

.principle-list li {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	font-weight: 500;
	color: #1e293b;
}

.principle-list li + li {
	margin-top: 1.1rem;
}

.principle-list li i {
	font-size: 1.1rem;
	margin-top: 0.2rem;
	color: #0f766e;
}

.principle-list li span {
	flex: 1;
}

.engagement-roadmap .roadmap-item {
	--phase-color: #0f766e;
	--phase-color-soft: rgba(15, 118, 110, 0.12);
	--roadmap-accent: linear-gradient(135deg, #0f766e, #0b4f48);
	border-radius: 1.5rem;
	padding: 2.25rem 2.25rem 2.5rem;
	background: #ffffff;
	box-shadow: 0 28px 55px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(148, 163, 184, 0.14);
	position: relative;
	overflow: hidden;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.engagement-roadmap .roadmap-item + .roadmap-item {
	margin-top: 0;
}

.engagement-roadmap .roadmap-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 9px;
	background: var(--roadmap-accent);
	opacity: 0.95;
}

.engagement-roadmap .roadmap-item::after {
	content: "";
	position: absolute;
	width: 160px;
	height: 160px;
	right: -60px;
	top: -60px;
	background: var(--phase-color-soft);
	border-radius: 50%;
	opacity: 0.7;
}

.engagement-roadmap .roadmap-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 32px 65px rgba(15, 23, 42, 0.15);
}

.engagement-roadmap .roadmap-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 18px;
	background: var(--roadmap-accent);
	color: #ecfdf5;
	font-weight: 700;
	font-size: 1.15rem;
	box-shadow: 0 14px 28px rgba(15, 118, 110, 0.25);
}

.engagement-roadmap .roadmap-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.25rem;
	position: relative;
	z-index: 2;
}

.engagement-roadmap .roadmap-identity {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.engagement-roadmap .roadmap-phase {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.4rem 0.95rem;
	border-radius: 999px;
	background: var(--phase-color-soft);
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: 700;
	color: #0f172a;
}

.engagement-roadmap .roadmap-phase i {
	color: var(--phase-color);
}

.engagement-roadmap .roadmap-body {
	position: relative;
	z-index: 2;
}

.engagement-roadmap .roadmap-body h4 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f172a;
}

.engagement-roadmap .roadmap-body p {
	color: #475569;
	font-weight: 500;
}

.engagement-roadmap .roadmap-meta {
	margin-top: 1.25rem;
	font-size: 0.9rem;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	text-align: left;
}

.engagement-roadmap .roadmap-meta .lang {
	display: none;
}

body[data-lang="en"] .engagement-roadmap .roadmap-meta .lang-en,
body[data-lang="fr"] .engagement-roadmap .roadmap-meta .lang-fr,
body[data-lang="es"] .engagement-roadmap .roadmap-meta .lang-es {
	display: block;
}

@media (max-width: 1199.98px) {
	.engagement-roadmap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.engagement-roadmap::before,
	.engagement-roadmap::after {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.engagement-roadmap {
		grid-template-columns: 1fr;
	}

	.roadmap-cluster {
		gap: 2rem;
	}
}

.engagement-roadmap .roadmap-item[data-phase="trace"] {
	--phase-color: #0ea5e9;
	--phase-color-soft: rgba(14, 165, 233, 0.15);
	--roadmap-accent: linear-gradient(135deg, #38bdf8, #0369a1);
}

.engagement-roadmap .roadmap-item[data-phase="optimize"] {
	--phase-color: #facc15;
	--phase-color-soft: rgba(250, 204, 21, 0.18);
	--roadmap-accent: linear-gradient(135deg, #facc15, #f97316);
}

.engagement-roadmap .roadmap-item[data-phase="empower"] {
	--phase-color: #a855f7;
	--phase-color-soft: rgba(168, 85, 247, 0.15);
	--roadmap-accent: linear-gradient(135deg, #c084fc, #7c3aed);
}

.engagement-roadmap .roadmap-item[data-phase="cocreate"] {
	--phase-color: #22c55e;
	--phase-color-soft: rgba(34, 197, 94, 0.15);
	--roadmap-accent: linear-gradient(135deg, #34d399, #15803d);
}

.report-card {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 1.75rem;
}

.report-card .report-ribbon {
	position: absolute;
	top: 1.75rem;
	right: -3.5rem;
	background: linear-gradient(135deg, #facc15, #f97316);
	color: #0f172a;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.4rem 3.2rem;
	transform: rotate(45deg);
	font-size: 0.75rem;
	letter-spacing: 0.1em;
}

.report-card .report-icon {
	width: 64px;
	height: 64px;
	border-radius: 20px;
	background: rgba(15, 118, 110, 0.12);
	color: #0f766e;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	margin-bottom: 1.25rem;
}

.report-metrics .metric-tile {
	padding: 1.75rem;
	background: rgba(248, 250, 252, 0.85);
	border: 1px solid rgba(148, 163, 184, 0.14);
	position: relative;
	min-height: 180px;
}

.report-metrics .metric-icon {
	width: 48px;
	height: 48px;
	border-radius: 15px;
	background: rgba(15, 118, 110, 0.12);
	color: #0f766e;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	margin-bottom: 0.9rem;
}

.report-metrics .metric-value {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.report-metrics .metric-bar {
	position: absolute;
	left: 1.75rem;
	right: 1.75rem;
	bottom: 1.5rem;
	height: 5px;
	background: rgba(15, 118, 110, 0.12);
	border-radius: 999px;
	overflow: hidden;
}

.report-metrics .metric-bar span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: var(--progress, 50%);
	background: linear-gradient(135deg, #facc15, #f97316);
	border-radius: inherit;
}

@media (max-width: 1199.98px) {
	#engagement-intro .certification-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991.98px) {
	.page-engagement .hero-kpi-row {
		justify-content: flex-start;
	}

	#engagement-intro .impact-stats {
		margin-top: 1.5rem;
	}
}

@media (max-width: 767.98px) {
	#engagement-intro .certification-grid {
		grid-template-columns: 1fr;
	}

	.engagement-roadmap .roadmap-item {
		padding: 1.75rem;
	}

	.report-metrics .metric-tile,
	.impact-tile {
		min-height: auto;
	}

	.page-engagement .hero-kpi {
		min-width: 180px;
	}
}

#section-engagement .engagement-panel {
	background: linear-gradient(145deg, rgba(15, 118, 110, 0.92), rgba(11, 79, 72, 0.95));
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

#section-engagement .engagement-panel::after {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	bottom: -60px;
	right: -40px;
}

#section-engagement .engagement-panel h3,
#section-engagement .engagement-panel p,
#section-engagement .engagement-panel span,
#section-engagement .engagement-panel .lang,
#section-engagement .engagement-panel strong {
	color: #ffffff !important;
}

#section-engagement .priorities-card {
	background: rgba(248, 250, 252, 0.98);
	border: 1px solid rgba(148, 163, 184, 0.18);
}

#section-engagement .priorities-list li + li {
	margin-top: 1.5rem;
}

#section-engagement .priorities-list h5 {
	font-size: 1rem;
	font-weight: 700;
	color: #0f172a;
}

#section-engagement .priorities-list p {
	color: #475569;
	margin-bottom: 0.35rem;
}

@media (max-width: 991.98px) {
	#section-engagement .engagement-panel,
	#section-engagement .priorities-card {
		padding: 2.75rem;
	}
}

@media (max-width: 767.98px) {
	#section-engagement {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	#section-engagement .engagement-panel,
	#section-engagement .priorities-card {
		padding: 2.25rem;
	}
}

.language-switcher {
	display: flex;
	gap: 0.75rem;
	margin-left: 1.5rem;
	padding: 0;
	background: transparent;
	align-items: center;
}

.language-switcher .lang-toggle {
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: transparent;
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.45rem 0.95rem;
	border-radius: 8px;
	cursor: pointer;
	transition: border-color 0.3s ease, color 0.3s ease;
}

.language-switcher .lang-toggle.active,
.language-switcher .lang-toggle:hover {
	background: transparent;
	color: #ffffff;
}

.feature-keyword {
	color: #0f172a;
	font-weight: 700;
}

#section-about .button-about {
	background: linear-gradient(135deg, #0f766e, #0b4f48);
	border: none;
	color: #f8fafc;
	padding: 0.85rem 2.75rem;
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: 0.04em;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#section-about .button-about:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 30px rgba(15, 118, 110, 0.35);
}

#section-expertise {
	background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
	position: relative;
}

#section-expertise .heading-block h2 {
	font-size: clamp(2rem, 3vw, 2.75rem);
	line-height: 1.2;
	text-transform: none;
}

#section-expertise .expertise-preview-media {
	position: relative;
}

#section-expertise .expertise-preview-media img {
	border-radius: 1.75rem;
}

#section-expertise .expertise-overlay-card {
	position: absolute;
	bottom: 1.5rem;
	left: 1.5rem;
	background: rgba(15, 118, 110, 0.92);
	color: #f8fafc;
	padding: 0.85rem 1.5rem;
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 15px 30px rgba(15, 118, 110, 0.3);
}

#section-expertise .expertise-list i {
	color: #0f766e;
	margin-right: 0.65rem;
}

#section-expertise .material-panel {
	background: #ffffff;
	border-radius: 1.75rem;
	padding: 2.5rem;
	box-shadow: 0 35px 70px rgba(15, 23, 42, 0.08);
}

#section-expertise .material-panel h4 {
	font-weight: 700;
	margin-bottom: 1rem;
}

#section-expertise .material-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

#section-expertise .material-tags span {
	background: rgba(15, 118, 110, 0.12);
	color: #0f766e;
	padding: 0.4rem 0.95rem;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 600;
}

#section-expertise .expertise-sampler {
	background: linear-gradient(160deg, rgba(24, 24, 27, 0.92), rgba(15, 15, 20, 0.94));
	color: #ffffff;
	border-radius: 1.5rem;
}

#section-expertise .expertise-sampler h4,
#section-expertise .expertise-sampler p,
#section-expertise .expertise-sampler .lang,
#section-expertise .expertise-sampler span,
#section-expertise .expertise-sampler .iconlist li,
#section-expertise .expertise-sampler .iconlist span {
	color: #ffffff !important;
}

#section-expertise .expertise-sampler .iconlist i {
	color: rgba(255, 255, 255, 0.85) !important;
	margin-right: 0.65rem;
}

#section-expertise .expertise-sampler .button-expertise {
	background: linear-gradient(135deg, #0f766e, #0b4f48);
	color: #f8fafc;
	padding: 0.85rem 2.75rem;
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: 0.04em;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

#section-expertise .expertise-sampler .button-expertise:hover,
#section-expertise .expertise-sampler .button-expertise:focus {
	color: #f8fafc;
	transform: translateY(-3px);
	box-shadow: 0 18px 30px rgba(15, 118, 110, 0.35);
}

#section-expertise .button-expertise {
	background: linear-gradient(135deg, #0f766e, #0b4f48);
	border: none;
	color: #f8fafc;
	padding: 0.85rem 2.75rem;
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: 0.04em;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#section-expertise .button-expertise:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 30px rgba(15, 118, 110, 0.35);
}

#section-expertise .button-expertise .lang {
	display: none;
}

body[data-lang="en"] #section-expertise .button-expertise .lang-en,
body[data-lang="fr"] #section-expertise .button-expertise .lang-fr,
body[data-lang="es"] #section-expertise .button-expertise .lang-es {
	display: inline;
}

#expertise-production .production-dna-grid {
	gap: 1.5rem;
}

#expertise-production .production-dna-card {
	background: rgba(248, 250, 252, 0.95);
	box-shadow: 0 25px 45px rgba(12, 23, 42, 0.2);
	border: 1px solid rgba(148, 163, 184, 0.2);
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#expertise-production .production-dna-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: linear-gradient(135deg, #0f766e, #0b4f48);
}

#expertise-production .production-dna-card h4 {
	font-weight: 700;
	margin-bottom: 0.45rem;
	color: #0f172a;
	text-transform: none;
}

#expertise-production .production-dna-card h4.lang {
	display: none;
}

body[data-lang="en"] #expertise-production .production-dna-card h4.lang-en,
body[data-lang="fr"] #expertise-production .production-dna-card h4.lang-fr,
body[data-lang="es"] #expertise-production .production-dna-card h4.lang-es {
	display: block;
}

#expertise-production .production-dna-card p {
	color: rgba(15, 23, 42, 0.7);
	line-height: 1.65;
	font-size: 0.98rem;
}

#expertise-production .production-dna-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 30px 60px rgba(12, 23, 42, 0.35);
}

@media (max-width: 991.98px) {
	.language-switcher {
		margin-left: 0;
		margin-top: 1rem;
		align-self: center;
	}
}

#section-contact .video-wrap {
	position: relative;
	overflow: hidden;
	min-height: 420px;
	border-radius: 1.5rem;
	box-shadow: 0 25px 60px rgba(3, 8, 20, 0.25);
	background: #111;
}

@media (min-width: 992px) {
	#section-contact .contact-layout-row {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
	}

	#section-contact .contact-layout-row > .col-lg-6 {
		display: flex;
		flex-direction: column;
		max-width: 50%;
	}

	#section-contact .contact-form-card,
	#section-contact .video-wrap {
		flex: 1 1 auto;
	}
}

#section-contact .video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	filter: grayscale(100%) contrast(0.9) brightness(0.75);
	pointer-events: none;
}

#section-contact .video-wrap::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45%;
	background: linear-gradient(180deg, rgba(7, 12, 31, 0) 0%, rgba(7, 12, 31, 0.6) 100%);
	pointer-events: none;
	z-index: 1;
}

#section-contact .contact-form-card {
	background: #ffffff;
	border-radius: 1.5rem;
	box-shadow: 0 25px 60px rgba(3, 8, 20, 0.15);
}

#section-contact .contact-form-card form .button {
	display: inline-flex;
	margin: 0 auto;
	padding: 0.95rem 3.5rem;
	border-radius: 999px;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: 0.015em;
	box-shadow: 0 18px 30px rgba(0, 128, 96, 0.25);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#section-contact .contact-form-card form .button:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 35px rgba(0, 128, 96, 0.3);
}

#section-contact .contact-form-card form .button:focus-visible {
	outline: 3px solid rgba(15, 118, 110, 0.4);
	outline-offset: 4px;
}

#section-contact .contact-map-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-radius: 1.5rem;
	overflow: hidden;
}

#section-contact .contact-map-card .video-wrap {
	flex: 1 1 auto;
}

#section-contact .contact-form-card .fancy-title h3,
#section-contact .contact-form-card label {
	color: #0f172a;
}

#section-contact .contact-heading h2 {
	font-size: clamp(2.5rem, 3.5vw, 3.75rem);
	color: #0f172a;
}

#section-contact .contact-heading p {
	max-width: 680px;
	margin: 0 auto;
	color: #475569;
}

#section-contact .direction-link {
	position: absolute;
	left: 50%;
	bottom: 1.75rem;
	transform: translateX(-50%);
	padding: 0.875rem 2.75rem;
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: 0.02em;
	backdrop-filter: blur(6px);
	background: linear-gradient(135deg, #ff6a00, #c15000);
	border-color: rgba(255, 255, 255, 0.18);
	color: #fff7ed;
	transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	pointer-events: auto;
	cursor: pointer;
}

#section-contact .direction-link:hover {
	transform: translateX(-50%) translateY(-3px);
	box-shadow: 0 18px 35px rgba(255, 106, 0, 0.35);
	filter: brightness(1.05);
}

#slider .hero-caption {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.page-partners #slider .slider-caption {
	padding-top: clamp(5.5rem, 6vw, 8rem);
}

#slider .hero-headline {
	font-size: clamp(1.6rem, 3vw, 2.5rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
	line-height: 1.05;
}

#slider .hero-headline .lang {
	display: none;
}

body[data-lang="en"] #slider .hero-headline .lang-en,
body[data-lang="fr"] #slider .hero-headline .lang-fr,
body[data-lang="es"] #slider .hero-headline .lang-es {
	display: inline;
}

#slider .hero-caption p {
	font-size: clamp(0.9rem, 1.5vw, 1.05rem);
	font-weight: 500;
	color: rgba(248, 250, 252, 0.85);
}

#slider .hero-caption p .lang {
	display: none;
}

body[data-lang="en"] #slider .hero-caption p .lang-en,
body[data-lang="fr"] #slider .hero-caption p .lang-fr,
body[data-lang="es"] #slider .hero-caption p .lang-es {
	display: inline;
}

#section-video .slider-caption {
	max-width: none;
	width: 100%;
}

#section-video .slider-caption img {
	display: block;
	max-width: clamp(360px, 70vw, 780px);
	width: clamp(280px, 60vw, 720px);
	margin: 0 auto 2.5rem;
}

#section-video .video-wrap video {
	transform: scale(1.4);
	transform-origin: center;
}

#section-video .video-wrap .video-overlay {
	background-color: rgba(0, 0, 0, 0.65);
}

#slider .slider-caption {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

#slider .slider-inner {
	padding: 9rem 3rem 6rem;
}

#section-contact .contact-layout-row > .col-lg-6 {
	flex: 1 1 50%;
	max-width: 100%;
}

@media (max-width: 991.98px) {
	#section-contact {
		padding: 4rem 0;
	}

	#section-contact .contact-layout-row {
		gap: 2rem;
		flex-direction: column;
		align-items: center;
	}

	#section-contact .contact-layout-row > .col-lg-6 {
		display: block;
	}

	#section-contact .contact-form-card,
	#section-contact .contact-map-card {
		max-width: 640px;
		width: 100%;
		margin: 0 auto;
	}

	#section-contact .col-lg-6.order-lg-1 {
		order: 1;
	}

	#section-contact .col-lg-6.order-lg-2 {
		order: 2;
	}

	#section-contact .contact-map-card .video-wrap {
		min-height: 320px;
	}
}

@media (max-width: 767.98px) {
	#header #logo img {
		height: 70px;
	}

	#slider {
		min-height: 80vh;
	}

	#slider .slider-inner {
		padding: 6rem 1.5rem 4rem;
	}

	#slider .slider-caption h2 {
		font-size: 2.25rem;
		line-height: 1.2;
	}

	#slider .slider-caption p {
		font-size: 1rem;
		margin-top: 1rem;
	}

	#section-contact {
		padding: 3.5rem 0 4.5rem;
	}

	#section-contact .contact-form-card {
		padding: 2.5rem 1.75rem;
	}

	#section-contact .contact-map-card .video-wrap {
		min-height: 260px;
	}
}

/* ========================================
   Partner Logos in About Section - Responsive Sizing
   ======================================== */

#section-about .clients-grid {
	padding: 1rem 0;
	margin-top: 1rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	list-style: none;
}

#section-about .clients-grid .grid-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0.15rem;
	transition: all 0.3s ease;
	flex: 1 1 calc(100% / 7);
	min-width: 0;
}

#section-about .clients-grid .grid-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 140px;
	padding: 0.4rem;
	transition: all 0.3s ease;
}

#section-about .clients-grid .grid-item a:hover {
	transform: scale(1.08);
	opacity: 1;
}

#section-about .clients-grid .grid-item img {
	width: 100%;
	height: auto;
	max-height: 120px;
	object-fit: contain;
	filter: grayscale(40%) opacity(0.85);
	transition: all 0.3s ease;
}

#section-about .clients-grid .grid-item a:hover img {
	filter: grayscale(0%) opacity(1);
	transform: translateY(-4px);
}

/* Tablet screens */
@media (max-width: 991.98px) {
	#section-about .clients-grid {
		flex-wrap: wrap;
		justify-content: center;
	}

	#section-about .clients-grid .grid-item {
		padding: 0.4rem 0.2rem;
	}

	#section-about .clients-grid .grid-item a {
		max-width: 140px;
	}

	#section-about .clients-grid .grid-item img {
		max-height: 100px;
	}
}

/* Mobile screens */
@media (max-width: 767.98px) {
	#section-about .clients-grid {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0;
		padding: 0.9rem 0;
		margin-top: 0.9rem;
		justify-items: center;
		align-items: center;
	}

	#section-about .clients-grid .grid-item {
		padding: 0;
		width: 100%;
		flex: initial;
		max-width: none;
	}

	#section-about .clients-grid .grid-item a {
		max-width: none;
		width: 100%;
		padding: 0;
	}

	#section-about .clients-grid .grid-item img {
		max-height: none;
		width: 100%;
		height: auto;
	}

	/* Contact mobile spacing */
	.contact-showcase { gap: 1.1rem; }
	.contact-grid { gap: 0.9rem; }
	.contact-info-card, .contact-form-card { padding: 1.1rem; }
	#section-contact .section-title.luxury-intro { padding: 1rem 1.1rem; gap: 0.6rem; border-radius: 1.25rem; }
	#section-contact .section-title.luxury-intro h3, 
	#section-contact .section-title.luxury-intro h2 { font-size: clamp(1.35rem, 4.5vw, 1.6rem); }

	/* Map taller on mobile */
	.map-embed { aspect-ratio: auto; height: 80vh; min-height: 700px; }
}

/* Small mobile screens */
@media (max-width: 575.98px) {
	#section-about .clients-grid {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0;
		padding: 1rem 0;
		margin-top: 1rem;
		justify-items: center;
		align-items: center;
	}

	#section-about .clients-grid .grid-item {
		padding: 0.2rem 0.15rem;
		width: 100%;
		flex: initial;
		max-width: none;
	}

	#section-about .clients-grid .grid-item a {
		max-width: none;
		width: 100%;
		padding: 0.2rem;
		aspect-ratio: 1 / 1;
	}

	#section-about .clients-grid .grid-item img {
		max-height: none;
		width: 95%;
		height: auto;
	}

	/* Contact mobile spacing small */
	.contact-showcase { gap: 1rem; }
	.contact-grid { gap: 0.85rem; }
	.contact-info-card, .contact-form-card { padding: 1rem; }
	#section-contact .section-title.luxury-intro { padding: 0.9rem 1rem; gap: 0.5rem; border-radius: 1rem; }
	.map-embed { aspect-ratio: auto; height: 70vh; min-height: 560px; }
}

/* ========================================
   Mobile Header & Menu Fixes
   ======================================== */
@media (max-width: 991.98px) {
  #header .primary-menu {
    display: none !important;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: rgba(17, 24, 39, 0.98);
    backdrop-filter: blur(6px);
    padding: 12px 16px 16px;
    z-index: 10000;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  }

  body:not(.mobile-menu-open) #header .primary-menu {
    display: none !important;
  }

  body.mobile-menu-open #header .primary-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  #header .primary-menu .menu-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #header .primary-menu .menu-item .menu-link {
    display: block;
    padding: 10px 8px;
    color: #e5e7eb;
  }

  /* Language switcher hidden on mobile unless placed inside menu */
  #header .language-switcher {
    display: none !important;
  }

  body.mobile-menu-open #header .language-switcher.in-mobile-menu {
    display: flex !important;
    gap: 8px;
    margin-top: 8px;
  }

  #header .language-switcher.in-mobile-menu .lang-toggle {
    background: rgba(255,255,255,0.08);
    color: #f8fafc;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 999px;
    padding: 6px 10px;
    font-weight: 600;
  }
}
