/*
Theme Name: FluencyLine GP
Theme URI: https://fluencyline.com
Author: OpenAI
Description: GeneratePress child theme for Fluency LLC.
Version: 2.0.1
Template: generatepress
Text Domain: fluencyline-gp
*/

:root {
	--fl-ink: #10212b;
	--fl-ink-soft: #52626c;
	--fl-base: #f5f0e8;
	--fl-surface: rgba(255, 255, 255, 0.88);
	--fl-surface-solid: #ffffff;
	--fl-panel: #edf2f3;
	--fl-line: rgba(16, 33, 43, 0.1);
	--fl-brand: #0d7a72;
	--fl-brand-deep: #0a4b53;
	--fl-accent: #c66a2d;
	--fl-contrast: #0f1f29;
	--fl-contrast-2: #132d38;
	--fl-shadow: 0 24px 70px rgba(15, 31, 41, 0.12);
	--fl-radius-xl: 32px;
	--fl-radius-lg: 24px;
	--fl-radius-md: 18px;
	--fl-radius-sm: 12px;
	--fl-container: 1240px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Manrope", sans-serif;
	color: var(--fl-ink);
	background:
		radial-gradient(circle at top left, rgba(198, 106, 45, 0.18), transparent 28%),
		radial-gradient(circle at 90% 8%, rgba(13, 122, 114, 0.17), transparent 26%),
		linear-gradient(180deg, #fbf7f1 0%, #f5f0e8 100%);
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

.fl-site-shell {
	min-height: 100vh;
}

.fl-container {
	width: min(calc(100% - 2rem), var(--fl-container));
	margin: 0 auto;
}

.fl-main {
	padding-bottom: 4rem;
}

.fl-header {
	position: relative;
	z-index: 30;
	padding: 0.9rem 0;
	backdrop-filter: blur(18px);
	background: rgba(251, 247, 241, 0.85);
	border-bottom: 1px solid rgba(16, 33, 43, 0.05);
}

.fl-header__inner {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 1.5rem;
	padding: 0.5rem 0;
}

.fl-header__menu {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 1.5rem;
}

.fl-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.9rem;
}

.fl-brand__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 20px;
	background: linear-gradient(135deg, #0d7a72 0%, #0f1f29 100%);
	box-shadow: 0 14px 36px rgba(13, 122, 114, 0.22);
	position: relative;
}

.fl-brand__logo::after {
	content: "";
	position: absolute;
	inset: 8px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.fl-brand__logo-image {
	width: 34px;
	height: 34px;
}

.fl-brand__copy {
	display: flex;
	flex-direction: column;
	gap: 0.12rem;
}

.fl-brand__title,
.fl-footer__title,
h1,
h2,
h3 {
	font-family: "Plus Jakarta Sans", sans-serif;
	letter-spacing: -0.04em;
}

.fl-brand__title {
	font-size: 1.08rem;
	font-weight: 700;
}

.fl-brand__tag {
	font-size: 0.88rem;
	color: var(--fl-ink-soft);
}

.fl-brand__meta {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(16, 33, 43, 0.55);
	margin-top: 0.2rem;
}

.fl-nav {
	display: flex;
	justify-content: center;
}

.fl-nav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.4rem;
	list-style: none;
	margin: 0;
	padding: 0.6rem 0.9rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.66);
	border: 1px solid rgba(16, 33, 43, 0.06);
	box-shadow: 0 16px 34px rgba(16, 33, 43, 0.06);
}

.fl-nav__list a {
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--fl-ink-soft);
	padding: 0.45rem 0.7rem;
	border-radius: 999px;
}

.fl-nav__list a:hover,
.fl-nav__list .current-menu-item > a,
.fl-nav__list .current_page_item > a {
	color: var(--fl-ink);
	background: rgba(16, 33, 43, 0.06);
}

.fl-header__cta {
	white-space: nowrap;
	padding-inline: 1.45rem;
	box-shadow: 0 16px 38px rgba(15, 31, 41, 0.18);
}

.fl-nav-toggle {
	display: none;
}

.fl-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 1.35rem;
	border-radius: 999px;
	font-weight: 800;
	font-size: 0.95rem;
	border: 1px solid transparent;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.fl-button:hover,
.fl-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(16, 33, 43, 0.12);
}

.fl-button--primary {
	background: linear-gradient(135deg, var(--fl-contrast) 0%, #203645 100%);
	color: #fff;
}

.fl-button--primary:hover,
.fl-button--primary:focus-visible {
	color: #fff;
}

.fl-button--ghost {
	border-color: rgba(16, 33, 43, 0.12);
	background: rgba(255, 255, 255, 0.62);
	color: var(--fl-ink);
}

.fl-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.38rem 0.75rem;
	border-radius: 999px;
	background: rgba(13, 122, 114, 0.12);
	color: #0e5663;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.8rem;
	font-weight: 800;
}

.fl-kicker--light {
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.92);
}

.fl-hero,
.fl-page-hero {
	padding: 2.8rem 0 1.4rem;
}

.fl-slider {
	display: grid;
	gap: 1.2rem;
}

.fl-hero-shell {
	position: relative;
	padding: 1rem 1rem 0.9rem;
	border-radius: 42px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.22)),
		radial-gradient(circle at 14% 18%, rgba(198, 106, 45, 0.15), transparent 24%),
		radial-gradient(circle at 82% 24%, rgba(13, 122, 114, 0.14), transparent 22%);
	box-shadow: 0 28px 90px rgba(16, 33, 43, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.55);
	overflow: hidden;
}

.fl-hero-shell::before {
	content: "";
	position: absolute;
	inset: auto -80px -120px auto;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(13, 122, 114, 0.12), transparent 70%);
	pointer-events: none;
}

.fl-slider__viewport {
	position: relative;
	overflow: hidden;
}

.fl-slider__track {
	position: relative;
	min-height: 1px;
}

.fl-slide {
	display: none;
	animation: flFadeIn 0.45s ease;
}

.fl-slide.is-active {
	display: block;
}

.fl-slider__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.2rem 0.2rem 0;
}

.fl-slider__dots,
.fl-slider__arrows {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.fl-slider__dot,
.fl-slider__arrow {
	border: 0;
	cursor: pointer;
}

.fl-slider__dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.75);
	color: var(--fl-ink-soft);
	box-shadow: 0 12px 28px rgba(16, 33, 43, 0.08);
	transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
	font: inherit;
	font-size: 0.85rem;
	font-weight: 800;
}

.fl-slider__dot.is-active {
	background: var(--fl-brand);
	color: #fff;
	transform: translateY(-1px);
}

.fl-slider__dot span {
	white-space: nowrap;
}

.fl-slider__arrow {
	width: 52px;
	height: 52px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--fl-ink);
	box-shadow: var(--fl-shadow);
	font-size: 1.2rem;
	font-weight: 800;
}

.fl-hero__grid,
.fl-page-hero__grid,
.fl-spotlight,
.fl-contact-grid,
.fl-split,
.fl-footer__grid {
	display: grid;
	gap: 2rem;
}

.fl-hero__grid,
.fl-page-hero__grid,
.fl-spotlight,
.fl-contact-grid {
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
	align-items: center;
}

.fl-hero__content h1,
.fl-page-hero h1 {
	font-size: clamp(2.2rem, 4.5vw, 4.2rem);
	line-height: 0.99;
	margin: 1rem 0 1.2rem;
	max-width: 11.5ch;
}

.fl-page-hero h1 {
	font-size: clamp(2.5rem, 5vw, 4.8rem);
	max-width: 12ch;
}

.fl-about-page .fl-about-intro {
	margin: 0;
	max-width: 32ch;
	font-size: clamp(1.3rem, 2vw, 1.9rem);
	line-height: 1.38;
	font-weight: 650;
	color: var(--fl-ink);
}

.fl-about-page + .fl-section .fl-card-grid {
	align-items: stretch;
}

.fl-about-page + .fl-section .fl-card {
	min-height: 100%;
}

.fl-about-page + .fl-section .fl-card p,
.fl-about-page + .fl-section + .fl-section .fl-card p {
	margin: 0;
	font-size: 1.03rem;
	line-height: 1.75;
}

.fl-lead,
.fl-hero__content p,
.fl-section-copy,
.fl-page-copy {
	font-size: 1.05rem;
	line-height: 1.75;
	color: var(--fl-ink-soft);
}

.fl-hero__content {
	padding: 0.35rem 0 0.25rem;
}

.fl-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin: 1.25rem 0;
}

.fl-statband {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	grid-column: 1 / -1;
	margin-top: 0.35rem;
}

.fl-statband__item {
	padding: 0.85rem 0.95rem;
	border-radius: var(--fl-radius-md);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: var(--fl-shadow);
}

.fl-statband__item strong {
	display: block;
	font-size: 1.1rem;
	margin-bottom: 0.3rem;
}

.fl-media {
	border-radius: var(--fl-radius-xl);
	overflow: hidden;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(242, 245, 246, 0.92));
	box-shadow: var(--fl-shadow);
	border: 1px solid rgba(255, 255, 255, 0.72);
}

.fl-media--hero,
.fl-media--page,
.fl-media--panel {
	padding: 1rem;
}

.fl-media--hero {
	align-self: center;
}

.fl-media--hero-wide {
	margin-bottom: 1.15rem;
	padding: 0.75rem;
}

.fl-media--hero-wide .fl-media__image {
	aspect-ratio: 21 / 8;
	object-fit: cover;
	object-position: center;
	border-radius: calc(var(--fl-radius-xl) - 10px);
}

.fl-hero-banner {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: clamp(360px, 43vw, 510px);
}

.fl-hero-banner .fl-media__image {
	position: absolute;
	inset: 0.75rem;
	width: calc(100% - 1.5rem);
	height: calc(100% - 1.5rem);
	aspect-ratio: auto;
}

.fl-hero-banner::before {
	content: "";
	position: absolute;
	inset: 0.75rem;
	border-radius: calc(var(--fl-radius-xl) - 10px);
	background:
		linear-gradient(105deg, rgba(9, 23, 33, 0.74) 8%, rgba(9, 23, 33, 0.56) 34%, rgba(9, 23, 33, 0.08) 62%, rgba(9, 23, 33, 0));
	z-index: 1;
}

.fl-hero-banner__content {
	position: absolute;
	left: 2rem;
	bottom: 1.9rem;
	z-index: 2;
	max-width: min(680px, 74%);
	padding: 0;
}

.fl-hero-banner__content .fl-kicker {
	background: rgba(10, 24, 32, 0.54);
	color: rgba(232, 251, 247, 0.95);
}

.fl-hero-banner__content h1 {
	color: #fff;
	text-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
	font-size: clamp(1.95rem, 3.5vw, 3.25rem);
	line-height: 1.02;
	margin: 0.5rem 0 0.75rem;
	max-width: 13ch;
}

.fl-hero-banner__content p {
	color: rgba(245, 249, 251, 0.95);
	max-width: 52ch;
	font-size: 1rem;
	line-height: 1.58;
	margin: 0;
}

.fl-hero-banner__content .fl-actions {
	margin: 0.85rem 0 0;
}

.fl-hero-banner__content .fl-button--primary {
	background: linear-gradient(135deg, #0f7d73 0%, #1c9b90 100%);
}

.fl-hero-banner__content .fl-button--ghost {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(255, 255, 255, 0.96);
}

.fl-media__image {
	width: 100%;
	border-radius: calc(var(--fl-radius-xl) - 8px);
}

.fl-logo-rail {
	padding: 0.2rem 0 0.9rem;
}

.fl-logo-rail__label {
	font-size: 0.88rem;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--fl-ink-soft);
	margin-bottom: 0.75rem;
}

.fl-logo-rail__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
}

.fl-logo-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 66px;
	padding: 0.8rem;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px dashed rgba(16, 33, 43, 0.18);
	color: var(--fl-ink-soft);
	font-weight: 700;
	box-shadow: var(--fl-shadow);
}

.fl-section {
	padding: 2.35rem 0;
}

.fl-section--contrast {
	background: linear-gradient(135deg, #14313d 0%, #0e202a 100%);
	color: #f6f7f8;
}

.fl-section--tint {
	background: rgba(255, 255, 255, 0.45);
}

.fl-split {
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	align-items: end;
	margin-bottom: 1.8rem;
}

.fl-split--tight {
	align-items: start;
}

.fl-intro-row {
	display: grid;
	gap: 0.55rem;
	margin-bottom: 1rem;
	max-width: 980px;
	width: 100%;
}

.fl-intro-row .fl-kicker {
	background: transparent;
	padding: 0;
	border-radius: 0;
}

.fl-intro-row h2 {
	margin: 0;
	font-size: clamp(1.8rem, 2.9vw, 2.55rem);
	line-height: 1.08;
	max-width: 18ch;
}

.fl-intro-row .fl-section-copy {
	margin: 0;
	max-width: 72ch;
	font-size: 1.02rem;
	line-height: 1.7;
}

.fl-intro-row--centered {
	max-width: none;
	text-align: center;
	justify-items: center;
}

.fl-intro-row--centered h2 {
	max-width: 24ch;
}

.fl-intro-row--centered .fl-section-copy {
	max-width: 86ch;
}

.fl-card-grid,
.fl-page-grid,
.fl-values__grid,
.fl-language-grid {
	display: grid;
	gap: 1rem;
}

.fl-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fl-card-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fl-card,
.fl-table-card,
.fl-page-card,
.fl-value-card {
	padding: 1.6rem;
	border-radius: var(--fl-radius-lg);
	background: var(--fl-surface);
	border: 1px solid rgba(255, 255, 255, 0.72);
	box-shadow: var(--fl-shadow);
	position: relative;
	overflow: hidden;
}

.fl-card h3,
.fl-value-card strong {
	font-size: 1.42rem;
	margin: 0 0 0.9rem;
}

.fl-card p {
	line-height: 1.72;
}

.fl-card::before,
.fl-page-card::before,
.fl-value-card::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, rgba(13, 122, 114, 0.95), rgba(198, 106, 45, 0.4));
	opacity: 0;
	transition: opacity 0.18s ease;
}

.fl-card:hover::before,
.fl-page-card:hover::before,
.fl-value-card:hover::before {
	opacity: 1;
}

.fl-card:hover,
.fl-page-card:hover,
.fl-value-card:hover {
	transform: translateY(-3px);
}

.fl-inline-link {
	display: inline-flex;
	margin-top: 1rem;
	font-weight: 800;
	color: var(--fl-brand);
}

.fl-card--light {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.fl-card--light p,
.fl-card--light li {
	color: rgba(255, 255, 255, 0.78);
}

.fl-checklist,
.fl-list {
	padding-left: 1.2rem;
	margin: 1rem 0 0;
	line-height: 1.7;
}

.fl-page-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fl-page-card {
	min-height: 150px;
	display: grid;
	align-content: end;
	gap: 0.55rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 242, 243, 0.95));
}

.fl-page-card strong {
	font-size: 1.25rem;
}

.fl-page-card span {
	color: var(--fl-ink-soft);
	font-size: 0.96rem;
	line-height: 1.55;
}

.fl-language-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.fl-language-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	border-radius: 999px;
	font-weight: 800;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(16, 33, 43, 0.08);
	box-shadow: var(--fl-shadow);
}

.fl-page-shell {
	max-width: 860px;
}

.fl-table-card {
	display: grid;
	padding: 0;
	overflow: hidden;
}

.fl-table-row {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.1rem 1.5rem;
	border-bottom: 1px solid var(--fl-line);
}

.fl-table-row:last-child {
	border-bottom: 0;
}

.fl-table-row span {
	color: var(--fl-ink-soft);
}

.fl-contact-stack,
.fl-footer__meta {
	display: grid;
	gap: 1rem;
}

.fl-contact-stack strong,
.fl-footer__meta strong {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.86rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--fl-accent);
}

.fl-form {
	display: grid;
	gap: 1rem;
}

.fl-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.fl-form__grid--details {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.fl-form label {
	display: grid;
	gap: 0.45rem;
	font-weight: 700;
	font-size: 0.95rem;
}

.fl-form input,
.fl-form textarea,
.fl-form select {
	width: 100%;
	padding: 0.95rem 1rem;
	border-radius: var(--fl-radius-sm);
	border: 1px solid rgba(16, 33, 43, 0.12);
	background: #fff;
	color: var(--fl-ink);
	font: inherit;
}

.fl-form__field--inquiry select {
	font-size: 0.93rem;
}

.fl-form textarea {
	min-height: 170px;
	resize: vertical;
}

.fl-flash {
	padding: 0.9rem 1rem;
	border-radius: var(--fl-radius-sm);
	background: #dff4ea;
	color: #10492f;
}

.fl-flash--invalid {
	background: #fae8e6;
	color: #7a2420;
}

.fl-flash--send_failed {
	background: #fae8e6;
	color: #7a2420;
}

.fl-section--contact .fl-contact-grid--details {
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
	align-items: start;
}

.fl-section--contact .fl-contact-card {
	height: 100%;
}

.fl-values__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fl-value-card {
	display: grid;
	gap: 0.45rem;
}

.fl-services-hero {
	padding: 2.9rem 0 2rem;
	position: relative;
}

.fl-services-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 12% 20%, rgba(198, 106, 45, 0.18), transparent 32%),
		radial-gradient(circle at 86% 14%, rgba(13, 122, 114, 0.2), transparent 34%);
	pointer-events: none;
}

.fl-services-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 1.8rem;
	align-items: center;
	position: relative;
	z-index: 1;
}

.fl-services-hero__copy h1 {
	font-size: clamp(2.35rem, 4.4vw, 4.4rem);
	line-height: 0.96;
	margin: 0.95rem 0 1.05rem;
	max-width: 11ch;
}

.fl-services-hero__copy .fl-lead {
	max-width: 62ch;
}

.fl-services-hero__highlights {
	display: grid;
	gap: 0.55rem;
	padding: 0;
	margin: 1.1rem 0 0;
	list-style: none;
}

.fl-services-hero__highlights li {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: var(--fl-ink);
	font-weight: 700;
}

.fl-services-hero__highlights li::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--fl-brand), var(--fl-accent));
}

.fl-services-hero__visual {
	position: relative;
	padding: 1.05rem;
	border-radius: 32px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(235, 241, 243, 0.72));
	border: 1px solid rgba(255, 255, 255, 0.75);
	box-shadow: var(--fl-shadow);
}

.fl-services-hero__chip {
	position: absolute;
	display: inline-flex;
	padding: 0.45rem 0.72rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	backdrop-filter: blur(5px);
}

.fl-services-hero__chip--a {
	top: -0.55rem;
	left: 1rem;
	background: rgba(13, 122, 114, 0.16);
	color: #0c5951;
}

.fl-services-hero__chip--b {
	top: -0.55rem;
	left: 8.2rem;
	background: rgba(198, 106, 45, 0.15);
	color: #8c4b21;
}

.fl-services-hero__chip--c {
	top: -0.55rem;
	left: 14.55rem;
	background: rgba(16, 33, 43, 0.12);
	color: #223947;
}

.fl-services-core,
.fl-services-compliance,
.fl-services-contract {
	padding: 2.2rem 0;
}

.fl-services-core--top {
	padding-top: 2.7rem;
}

.fl-services-intro {
	display: grid;
	gap: 0.55rem;
	margin-bottom: 1.15rem;
}

.fl-services-intro h1,
.fl-services-intro h2 {
	margin: 0;
	font-size: clamp(1.95rem, 3vw, 2.8rem);
	line-height: 1.04;
	max-width: 20ch;
}

.fl-services-intro .fl-section-copy {
	margin: 0;
	max-width: 78ch;
}

.fl-services-intro--center {
	justify-items: center;
	text-align: center;
}

.fl-services-core__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.fl-services-card {
	padding: 1.55rem;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 245, 246, 0.92));
	border: 1px solid rgba(255, 255, 255, 0.78);
	box-shadow: var(--fl-shadow);
	display: grid;
	gap: 0.7rem;
	position: relative;
	overflow: hidden;
	animation: flFadeIn 0.45s ease both;
}

.fl-services-card:nth-child(2) {
	animation-delay: 0.08s;
}

.fl-services-card:nth-child(3) {
	animation-delay: 0.16s;
}

.fl-services-card::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, rgba(13, 122, 114, 0.95), rgba(198, 106, 45, 0.5));
}

.fl-services-card__index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 30px;
	border-radius: 999px;
	background: rgba(16, 33, 43, 0.08);
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	font-weight: 800;
}

.fl-services-card h2,
.fl-services-card h3 {
	margin: 0.15rem 0 0;
	font-size: 1.43rem;
	line-height: 1.1;
}

.fl-services-card p {
	margin: 0;
	color: var(--fl-ink-soft);
	line-height: 1.65;
}

.fl-services-hybrid {
	padding: 2.35rem 0;
	background:
		radial-gradient(circle at 16% 42%, rgba(13, 122, 114, 0.34), transparent 42%),
		linear-gradient(130deg, #0f2733 0%, #0a1c24 100%);
	color: #f7fcff;
}

.fl-services-hybrid__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
	gap: 1.5rem;
	align-items: center;
}

.fl-services-hybrid__copy h2 {
	margin: 0.75rem 0 0.9rem;
	font-size: clamp(1.95rem, 3.5vw, 3rem);
	line-height: 1.02;
	max-width: 16ch;
}

.fl-services-hybrid__copy p {
	margin: 0;
	color: rgba(240, 248, 252, 0.86);
	line-height: 1.7;
}

.fl-services-flow {
	display: grid;
	gap: 0.7rem;
	margin-top: 1rem;
}

.fl-services-flow__item {
	padding: 0.92rem 1rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.13);
	display: grid;
	gap: 0.2rem;
}

.fl-services-flow__item strong {
	font-size: 0.95rem;
	letter-spacing: 0.03em;
}

.fl-services-flow__item span {
	color: rgba(240, 248, 252, 0.84);
	line-height: 1.55;
}

.fl-services-compliance {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.56));
}

.fl-services-compliance__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9rem;
}

.fl-services-pill {
	padding: 1.25rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(16, 33, 43, 0.08);
	box-shadow: 0 18px 32px rgba(16, 33, 43, 0.08);
	display: grid;
	gap: 0.45rem;
}

.fl-services-pill strong {
	font-size: 1.12rem;
	line-height: 1.2;
}

.fl-services-pill span {
	color: var(--fl-ink-soft);
	line-height: 1.62;
}

.fl-services-contract__table {
	border-radius: 22px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.78);
	box-shadow: var(--fl-shadow);
}

.fl-services-contract__row {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.08rem 1.3rem;
	border-bottom: 1px solid var(--fl-line);
}

.fl-services-contract__row:last-child {
	border-bottom: 0;
}

.fl-services-contract__row span {
	color: var(--fl-ink-soft);
}

.fl-services-contract__row strong {
	text-align: right;
}

.fl-footer {
	padding: 4rem 0 2rem;
	background: linear-gradient(180deg, rgba(10, 24, 32, 0.98), rgba(17, 32, 41, 1));
	color: rgba(255, 255, 255, 0.86);
	position: relative;
	overflow: hidden;
}

.fl-footer::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 50%;
	width: 540px;
	height: 540px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(13, 122, 114, 0.2), transparent 70%);
	transform: translateX(-10%);
	pointer-events: none;
}

.fl-footer__grid {
	grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
	padding-bottom: 2.4rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	align-items: start;
}

.fl-footer__eyebrow {
	color: rgba(255, 255, 255, 0.64);
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 0.78rem;
	font-weight: 800;
}

.fl-footer__title {
	font-size: clamp(1.9rem, 3.3vw, 3rem);
	line-height: 1;
	margin: 0.7rem 0 1rem;
	max-width: 12ch;
}

.fl-footer__copy {
	max-width: 52ch;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.98rem;
	line-height: 1.72;
}

.fl-footer__meta {
	gap: 1.2rem;
	padding: 1.2rem 0 0 1.6rem;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.fl-footer__meta > div {
	display: grid;
	gap: 0.2rem;
}

.fl-footer__meta span {
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.98rem;
	line-height: 1.62;
}

.fl-footer__meta a {
	color: rgba(255, 255, 255, 0.94);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease;
}

.fl-footer__meta a:hover,
.fl-footer__meta a:focus-visible {
	border-color: rgba(133, 218, 208, 0.65);
}

.fl-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 1.1rem;
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.56);
}

.fl-footer__bottom a {
	color: rgba(255, 255, 255, 0.82);
	border-bottom: 1px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.fl-footer__bottom a:hover,
.fl-footer__bottom a:focus-visible {
	color: #ffffff;
	border-color: rgba(133, 218, 208, 0.7);
}

@keyframes flFadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1100px) {
	.fl-header__menu,
	.fl-hero__grid,
	.fl-page-hero__grid,
	.fl-spotlight,
	.fl-contact-grid,
	.fl-footer__grid,
	.fl-split,
	.fl-logo-rail__grid,
	.fl-page-grid,
	.fl-card-grid--three,
	.fl-card-grid--two,
	.fl-language-grid,
	.fl-values__grid {
		grid-template-columns: 1fr;
	}

	.fl-nav {
		justify-content: flex-start;
	}

	.fl-section--contact .fl-contact-grid--details {
		grid-template-columns: 1fr;
	}

	.fl-slider__controls {
		flex-direction: column;
		align-items: flex-start;
	}

	.fl-slider__dots {
		flex-wrap: wrap;
	}

	.fl-footer__meta {
		padding-left: 0;
		border-left: 0;
		padding-top: 0;
	}

	.fl-services-hero__grid,
	.fl-services-hybrid__grid,
	.fl-services-core__grid,
	.fl-services-compliance__grid {
		grid-template-columns: 1fr;
	}

	.fl-services-hero__copy h1,
	.fl-services-intro h1,
	.fl-services-intro h2,
	.fl-services-hybrid__copy h2 {
		max-width: none;
	}
}

@media (max-width: 760px) {
	.fl-container {
		width: min(calc(100% - 1rem), var(--fl-container));
	}

	.fl-header {
		position: static;
		padding: 0.55rem 0;
	}

	.fl-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 0.7rem;
	}

	.fl-nav-toggle {
		display: none;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0.28rem;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 1px solid rgba(16, 33, 43, 0.12);
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.92);
		color: var(--fl-ink);
		cursor: pointer;
	}

	.fl-header.fl-mobile-nav-ready .fl-nav-toggle {
		display: inline-flex;
	}

	.fl-nav-toggle__line {
		width: 18px;
		height: 2px;
		border-radius: 999px;
		background: currentColor;
		transition: transform 0.18s ease, opacity 0.18s ease;
	}

	.fl-header.is-menu-open .fl-nav-toggle__line:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.fl-header.is-menu-open .fl-nav-toggle__line:nth-child(2) {
		opacity: 0;
	}

	.fl-header.is-menu-open .fl-nav-toggle__line:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.fl-header__menu {
		display: grid;
		grid-column: 1 / -1;
		gap: 0.75rem;
		padding-top: 0.2rem;
	}

	.fl-header.fl-mobile-nav-ready .fl-header__menu {
		display: none;
	}

	.fl-header.fl-mobile-nav-ready.is-menu-open .fl-header__menu {
		display: grid;
	}

	.fl-brand {
		gap: 0.55rem;
	}

	.fl-brand__logo {
		width: 44px;
		height: 44px;
		border-radius: 14px;
	}

	.fl-brand__logo::after {
		inset: 6px;
		border-radius: 10px;
	}

	.fl-brand__logo-image {
		width: 24px;
		height: 24px;
	}

	.fl-brand__title {
		font-size: 0.98rem;
	}

	.fl-brand__tag,
	.fl-brand__meta {
		font-size: 0.72rem;
	}

	.fl-brand__meta {
		margin-top: 0.08rem;
	}

	.fl-actions,
	.fl-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.fl-nav {
		width: 100%;
	}

	.fl-nav__list {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0.35rem;
		padding: 0.42rem;
		border-radius: 16px;
		overflow: visible;
		box-shadow: 0 14px 30px rgba(16, 33, 43, 0.08);
	}

	.fl-nav__list li {
		width: 100%;
	}

	.fl-nav__list a {
		display: flex;
		justify-content: flex-start;
		font-size: 0.84rem;
		padding: 0.55rem 0.7rem;
	}

	.fl-button,
	.fl-header__cta {
		width: 100%;
		font-size: 0.9rem;
		padding: 0.8rem 1rem;
	}

	.fl-statband,
	.fl-form__grid {
		grid-template-columns: 1fr;
	}

	.fl-form__grid--details {
		grid-template-columns: 1fr;
	}

	.fl-statband {
		margin-top: 0.2rem;
	}

	.fl-hero,
	.fl-page-hero {
		padding-top: 1.55rem;
		padding-bottom: 1rem;
	}

	.fl-hero__content h1,
	.fl-page-hero h1 {
		font-size: clamp(2rem, 9.6vw, 2.35rem);
		line-height: 1.02;
		margin: 0.5rem 0 0.65rem;
	}

	.fl-hero-banner {
		display: block;
		min-height: 0;
	}

	.fl-hero-banner .fl-media__image {
		position: static;
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.fl-hero-banner::before {
		display: none;
	}

	.fl-hero-banner__content {
		position: static;
		max-width: none;
		padding: 0.8rem 0.35rem 0.1rem;
	}

	.fl-hero-banner__content .fl-kicker {
		background: rgba(13, 122, 114, 0.12);
		color: #0e5663;
		font-size: 0.7rem;
	}

	.fl-hero-banner__content h1 {
		color: var(--fl-ink);
		text-shadow: none;
		max-width: 18ch;
	}

	.fl-hero-banner__content p {
		color: var(--fl-ink-soft);
		max-width: none;
		font-size: 0.98rem;
		line-height: 1.62;
	}

	.fl-intro-row h2 {
		font-size: clamp(1.85rem, 8vw, 2.2rem);
		max-width: 20ch;
	}

	.fl-intro-row .fl-section-copy,
	.fl-card p,
	.fl-page-card span,
	.fl-spotlight__content p,
	.fl-spotlight__content li,
	.fl-footer__copy,
	.fl-footer__meta span {
		font-size: 0.96rem;
		line-height: 1.62;
	}

	.fl-card,
	.fl-page-card,
	.fl-value-card {
		padding: 1.2rem;
	}

	.fl-section {
		padding: 1.85rem 0;
	}

	.fl-logo-rail__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fl-services-hero {
		padding: 1.7rem 0 1.25rem;
	}

	.fl-services-hero__copy h1 {
		font-size: clamp(2rem, 9vw, 2.35rem);
	}

	.fl-services-hero__chip {
		position: static;
		margin: 0.12rem 0.2rem 0.5rem 0;
	}

	.fl-services-card {
		padding: 1.2rem;
	}

	.fl-services-card h2,
	.fl-services-card h3,
	.fl-services-pill strong {
		font-size: 1.2rem;
	}

	.fl-services-core,
	.fl-services-hybrid,
	.fl-services-compliance,
	.fl-services-contract {
		padding: 1.8rem 0;
	}

	.fl-services-contract__row {
		flex-direction: column;
		gap: 0.3rem;
	}

	.fl-services-contract__row strong {
		text-align: left;
	}
}

@media (max-width: 420px) {
	.fl-brand__meta {
		display: none;
	}
}
