/*
 * Amity Who We Are Sections
 * All styles prefixed with .awwa- to avoid Divi 5 conflicts.
 * Version: 1.8.1
 */

/* =============================================================================
   SECTION 1 — HERO BANNER
   ============================================================================= */

.awwa-hero {
	position: relative;
	background: #213964;
	padding: 110px 40px;
	overflow: hidden;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.awwa-hero-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: block;
}


.awwa-hero-content {
	position: relative;
	z-index: 2;
	max-width: 860px;
	margin: 0 auto;
}

/* Tag — architectural, glowing */
.awwa-hero-tag {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: rgba(53, 173, 150, 0.1);
	border: 1px solid rgba(53, 173, 150, 0.5);
	color: #35ad96;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	padding: 9px 24px;
	border-radius: 2px;
	margin-bottom: 36px;
	box-shadow: 0 0 22px rgba(53, 173, 150, 0.22), inset 0 0 12px rgba(53, 173, 150, 0.05);
}

.awwa-hero-tag::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #35ad96;
	flex-shrink: 0;
	animation: awwaDotPulse 2.2s ease-in-out infinite;
}

/* Headline — three-line stacked layout */
.awwa-hero-headline {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	margin: 0 0 28px;
}

.awwa-hero-hl-main {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(36px, 5.5vw, 66px);
	font-weight: 800;
	color: #ffffff;
	line-height: 1.05;
	letter-spacing: -0.01em;
	display: block;
}

.awwa-hero-hl-and {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(15px, 1.8vw, 22px);
	font-weight: 300;
	font-style: italic;
	color: #35ad96;
	line-height: 1;
	letter-spacing: 0.1em;
	display: block;
}

/* Sub */
.awwa-hero-sub {
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.75;
	max-width: 620px;
	margin: 0 auto 36px;
	min-height: 3.6em;
}

/* Typewriter cursor */
.awwa-type-cursor {
	display: inline-block;
	width: 2px;
	height: 0.85em;
	background: #35ad96;
	margin-left: 2px;
	vertical-align: middle;
	animation: awwaBlink 0.75s step-end infinite;
}

.awwa-hero-line {
	width: 60px;
	height: 3px;
	background: #35ad96;
	margin: 0 auto;
	border-radius: 2px;
}

/* Fade-in animations */
.awwa-hero-tag,
.awwa-hero-headline,
.awwa-hero-sub,
.awwa-hero-line {
	opacity: 0;
	transform: translateY(20px);
	animation: awwaFadeUp 0.7s ease forwards;
}

.awwa-hero-tag      { animation-delay: 0.15s; }
.awwa-hero-headline { animation-delay: 0.35s; }
.awwa-hero-sub      { animation-delay: 0.55s; }
.awwa-hero-line     { animation-delay: 0.7s;  }

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

@keyframes awwaDotPulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50%       { opacity: 0.4; transform: scale(0.65); }
}


@keyframes awwaBlink {
	0%, 100% { opacity: 1; }
	50%       { opacity: 0; }
}

/* =============================================================================
   SECTION 2 — OUR STORY
   ============================================================================= */

.awwa-story {
	background: #ffffff;
	padding: 80px 24px;
	font-family: 'Open Sans', sans-serif;
}

.awwa-story-inner {
	max-width: 1360px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.awwa-story-accent {
	width: 48px;
	height: 4px;
	background: #35ad96;
	margin-bottom: 24px;
	border-radius: 2px;
}

.awwa-story-quote {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(20px, 2.5vw, 28px);
	font-weight: 700;
	color: #213964;
	line-height: 1.35;
	margin: 0 0 32px;
	padding: 0;
	border: none;
}

.awwa-story-since {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
}

.awwa-story-est-tag {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #35ad96;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.awwa-story-year {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(56px, 6vw, 80px);
	font-weight: 800;
	color: #213964;
	line-height: 1;
}

.awwa-story-founded {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #8a9ab5;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 6px;
}

.awwa-story-heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #35ad96;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.awwa-story-body {
	font-size: 15px;
	color: #213964;
	line-height: 1.75;
	margin: 0 0 16px;
}

.awwa-story-badge {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 32px;
}

.awwa-story-cred {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 14px 18px;
	background: #f7f9fc;
	border-left: 3px solid #35ad96;
	border-radius: 0 6px 6px 0;
	flex: 1;
	min-width: 90px;
}

.awwa-story-cred-icon {
	margin-bottom: 8px;
	line-height: 1;
}

.awwa-story-cred-icon svg {
	display: block;
}

.awwa-story-cred-value {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #213964;
	line-height: 1.2;
	margin-bottom: 3px;
}

.awwa-story-cred-label {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #8a9ab5;
	letter-spacing: 0.03em;
}

@media (max-width: 768px) {
	.awwa-story-inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

/* =============================================================================
   SECTION 3 — IMPACT NUMBERS
   ============================================================================= */

.awwa-stats {
	background: #213964;
	padding: 80px 40px;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	overflow: hidden;
}

.awwa-stats::before {
	content: '';
	position: absolute;
	top: -60px;
	right: -60px;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: rgba(53, 173, 150, 0.06);
	pointer-events: none;
}

.awwa-stats-inner {
	max-width: 1100px;
	margin: 0 auto;
}

.awwa-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	text-align: center;
}

.awwa-stat-item {
	padding: 32px 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.03);
	transition: background 0.3s ease, border-color 0.3s ease;
}

.awwa-stat-item:hover {
	background: rgba(53, 173, 150, 0.1);
	border-color: rgba(53, 173, 150, 0.4);
}

.awwa-stat-number {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 700;
	color: #35ad96;
	line-height: 1;
	margin-bottom: 12px;
}

.awwa-stat-label {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 6px;
}

.awwa-stat-sub {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.04em;
}

@media (max-width: 768px) {
	.awwa-stats-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.awwa-stats-grid {
		grid-template-columns: 1fr;
	}
}

/* =============================================================================
   SECTION 4 — CORE PURPOSE
   ============================================================================= */

.awwa-purpose {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 520px;
	width: 100%;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
}

.awwa-purpose-left {
	background: #35ad96;
	padding: 72px 56px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.awwa-purpose-left::before {
	content: '\201C';
	position: absolute;
	top: -40px;
	left: 16px;
	font-family: 'Montserrat', sans-serif;
	font-size: 320px;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.07);
	line-height: 1;
	pointer-events: none;
	user-select: none;
}

.awwa-purpose-tag {
	display: inline-block;
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 5px 16px;
	border-radius: 20px;
	margin-bottom: 28px;
	width: fit-content;
}

.awwa-purpose-quote {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(22px, 2.8vw, 36px);
	font-weight: 800;
	color: #ffffff;
	line-height: 1.25;
	margin: 0 0 28px;
	position: relative;
	z-index: 1;
}

.awwa-purpose-body {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.8;
	margin: 0 0 36px;
	position: relative;
	z-index: 1;
}

.awwa-purpose-divider {
	width: 48px;
	height: 2px;
	background: rgba(255, 255, 255, 0.35);
	margin-bottom: 28px;
	border-radius: 1px;
}

.awwa-purpose-vision-label {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.55);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.awwa-purpose-vision {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.55;
	position: relative;
	z-index: 1;
}

.awwa-purpose-right {
	position: relative;
	overflow: hidden;
	min-height: 520px;
}

.awwa-purpose-img-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.awwa-purpose-img-wrap figcaption,
.awwa-purpose-img-wrap + *,
.awwa-purpose-right figcaption,
.awwa-purpose-right .wp-caption-text {
	display: none !important;
}

.awwa-purpose-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.awwa-purpose-fade {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		to right,
		#35ad96 0%,
		rgba(53, 173, 150, 0.55) 30%,
		rgba(53, 173, 150, 0.05) 70%,
		transparent 100%
	);
	pointer-events: none;
}

@media (max-width: 900px) {
	.awwa-purpose {
		grid-template-columns: 1fr;
	}

	.awwa-purpose-right {
		min-height: 300px;
	}

	.awwa-purpose-left {
		padding: 56px 32px;
	}

	.awwa-purpose-fade {
		background: linear-gradient(
			to bottom,
			#35ad96 0%,
			rgba(53, 173, 150, 0.55) 30%,
			rgba(53, 173, 150, 0.05) 70%,
			transparent 100%
		);
	}
}

/* Magnifying glass on purpose quote */
.awwa-purpose-magnify-wrap {
	position: relative;
}

.awwa-magnifier {
	position: absolute;
	width: 96px;
	height: 96px;
	pointer-events: none;
	z-index: 10;
	opacity: 0;
}

/* Handle */
.awwa-magnifier::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 28px;
	background: linear-gradient( to bottom, rgba(255,255,255,0.85), rgba(255,255,255,0.3) );
	border-radius: 0 0 3px 3px;
	bottom: -22px;
	right: 13px;
	transform: rotate(38deg);
	transform-origin: top center;
}

.awwa-magnifier-clip {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	border: 2.5px solid rgba(255,255,255,0.85);
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.15),
		inset 0 2px 8px rgba(255,255,255,0.18),
		0 6px 28px rgba(0,0,0,0.22);
	background: rgba(255,255,255,0.06);
	position: relative;
}

.awwa-magnifier-mag-text {
	position: absolute;
	white-space: nowrap;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.25;
	/* font-size, left, top driven by JS */
}

/* =============================================================================
   SECTION 5 — WHAT MAKES US DIFFERENT
   ============================================================================= */

.awwa-diff {
	background: #213964;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.awwa-diff-header {
	padding: 56px 48px 48px;
	display: grid;
	grid-template-columns: auto 1px 1fr;
	align-items: center;
	gap: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	box-sizing: border-box;
}

.awwa-diff-title {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 800;
	color: #ffffff;
	line-height: 1.1;
	white-space: nowrap;
}

.awwa-diff-accent {
	color: #35ad96;
	display: inline-block;
	cursor: default;
	position: relative;
}

.awwa-diff-accent::after {
	content: 'Different';
	position: absolute;
	left: 0;
	top: 0;
	color: #674f93;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
	pointer-events: none;
}

.awwa-diff-accent.is-purple::after,
.awwa-diff-title:hover .awwa-diff-accent::after {
	clip-path: inset(0 0% 0 0);
}

.awwa-diff-header-divider {
	width: 1px;
	height: 64px;
	background: rgba(255, 255, 255, 0.15);
}

.awwa-diff-intro {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.75;
	width: 100%;
}

.awwa-diff-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.awwa-diff-card {
	padding: 44px 40px 40px;
	border-right: 1px solid rgba(255, 255, 255, 0.07);
	position: relative;
	overflow: hidden;
	transition: background 0.3s ease;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.awwa-diff-card:last-child {
	border-right: none;
}

.awwa-diff-card::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #35ad96;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.35s ease;
}

.awwa-diff-card:hover {
	background: rgba(255, 255, 255, 0.03);
}

.awwa-diff-card:hover::after {
	transform: scaleX(1);
}

.awwa-diff-card-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 28px;
}

.awwa-diff-card-num {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.2);
	letter-spacing: 0.12em;
}

.awwa-diff-card-icon {
	width: 40px;
	height: 40px;
	background: rgba(53, 173, 150, 0.12);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.awwa-diff-card-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 14px;
	line-height: 1.25;
}

.awwa-diff-card-body {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.75;
	margin: 0;
	flex-grow: 1;
}

.awwa-diff-card-stat {
	display: flex;
	align-items: baseline;
	gap: 8px;
	padding-top: 20px;
	margin-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.awwa-diff-stat-num {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 800;
	color: #35ad96;
	line-height: 1;
}

.awwa-diff-stat-label {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.35);
	letter-spacing: 0.04em;
	line-height: 1.4;
}

@media (max-width: 900px) {
	.awwa-diff-header {
		grid-template-columns: 1fr;
		padding: 48px 24px 40px;
		gap: 24px;
	}

	.awwa-diff-header-divider {
		width: 48px;
		height: 1px;
	}

	.awwa-diff-title {
		white-space: normal;
	}

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

	.awwa-diff-card {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	}

	.awwa-diff-card:last-child {
		border-bottom: none;
	}
}

/* =============================================================================
   SECTION 6 — OUR VALUES
   ============================================================================= */

.awwa-values {
	background: #ffffff;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
}

.awwa-values-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 420px 1fr;
	min-height: 520px;
}

.awwa-values-left {
	background: #674f93;
	padding: 72px 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.awwa-values-left::after {
	content: '';
	position: absolute;
	bottom: -80px;
	right: -80px;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.05);
	pointer-events: none;
}

.awwa-values-tag {
	display: inline-block;
	color: rgba(255, 255, 255, 0.6);
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.awwa-values-title {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
	margin: 0 0 20px;
}

.awwa-values-body {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.75;
	margin: 0 0 32px;
}

.awwa-values-accent {
	width: 48px;
	height: 3px;
	background: #35ad96;
	border-radius: 2px;
}

.awwa-values-right {
	background: #f8f9fc;
	padding: 56px 48px;
}

.awwa-values-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px 32px;
}

.awwa-value-item {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.awwa-value-tick {
	width: 28px;
	height: 28px;
	background: #35ad96;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	flex-shrink: 0;
	margin-top: 2px;
}

.awwa-value-text strong {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #213964;
	margin-bottom: 4px;
}

.awwa-value-text span {
	font-size: 13px;
	color: #213964;
	opacity: 0.65;
	line-height: 1.55;
}

@media (max-width: 900px) {
	.awwa-values-inner {
		grid-template-columns: 1fr;
	}

	.awwa-values-grid {
		grid-template-columns: 1fr;
	}
}

/* =============================================================================
   SECTION 7 — MEET THE TEAM
   ============================================================================= */

.awwa-team {
	background: #ffffff;
	padding: 60px 24px 80px !important;
	font-family: 'Open Sans', sans-serif;
	overflow: visible !important;
}

.awwa-team-inner {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.awwa-team-header {
	text-align: center;
	margin-bottom: 56px;
}

.awwa-team-tag {
	display: inline-block;
	color: #35ad96;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.awwa-team-heading {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(22px, 3vw, 34px);
	font-weight: 700;
	color: #213964;
	margin: 0;
}

.awwa-team-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px !important;
	width: 100%;
	overflow: visible !important;
}

.awwa-team-card {
	background: #ffffff;
	border: 1px solid #eef1f6;
	border-radius: 8px;
	padding: 32px 16px 24px !important;
	min-width: 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
	transform-origin: center center;
	will-change: transform;
	display: flex !important;
	flex-direction: column !important;
}

.awwa-team-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #35ad96;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
	border-radius: 8px 8px 0 0;
}

.awwa-team-card:hover {
	transform: scale(1.05) translateY(-4px) !important;
	box-shadow: 0 20px 48px rgba(33, 57, 100, 0.15) !important;
	z-index: 10;
	position: relative;
}

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

/* Actual photo */
.awwa-team-photo {
	width: 160px !important;
	height: 160px !important;
	border-radius: 50%;
	object-fit: cover;
	object-position: center top;
	border: 4px solid #eef1f6;
	margin: 0 auto 20px;
	display: block;
	transition: border-color 0.25s ease, transform 0.25s ease;
}

.awwa-team-card:hover .awwa-team-photo {
	border-color: #35ad96;
	transform: none;
}

/* Initials fallback */
.awwa-team-avatar-initials {
	width: 160px !important;
	height: 160px !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px !important;
	font-weight: 700;
	color: #ffffff;
	margin: 0 auto 20px;
	transition: transform 0.25s ease;
}

.awwa-team-card:hover .awwa-team-avatar-initials {
	transform: none;
}

.awwa-team-name {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px !important;
	font-weight: 700;
	color: #213964;
	margin: 0 0 6px;
	text-align: center;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	width: 100%;
	display: block;
	letter-spacing: -0.02em !important;
}

.awwa-team-role {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px !important;
	font-weight: 600;
	color: #35ad96;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 8px;
	line-height: 1.4;
}

.awwa-team-quals {
	display: none !important;
}

.awwa-team-bio {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #213964;
	opacity: 0.7;
	line-height: 1.7;
	text-align: center;
	margin: 0 0 16px;
	flex-grow: 1 !important;
}

.awwa-team-actions {
	text-align: center;
	padding-top: 14px;
	border-top: 1px solid #eef1f6;
	margin-top: auto !important;
}

.awwa-team-email {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px !important;
	font-weight: 600;
	color: #35ad96;
	text-decoration: none;
	letter-spacing: 0.02em;
	word-break: break-all;
}

.awwa-team-email:hover {
	color: #213964;
}

@media (max-width: 1280px) {
	.awwa-team-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.awwa-team-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.awwa-team-grid {
		grid-template-columns: 1fr;
	}
}

/* =============================================================================
   SECTION 8 — REGULATORY STRIP
   ============================================================================= */

.awwa-legal {
	background: #eef1f6;
	padding: 28px 40px;
	font-family: 'Open Sans', sans-serif;
}

.awwa-legal-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 28px;
	flex-wrap: wrap;
}

.awwa-legal-fsp {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

.awwa-legal-label {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 600;
	color: #35ad96;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.awwa-legal-value {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #213964;
}

.awwa-legal-divider {
	width: 1px;
	height: 32px;
	background: #bdb9b9;
	flex-shrink: 0;
}

.awwa-legal-reg {
	font-size: 12px;
	color: #213964;
	opacity: 0.65;
	line-height: 1.5;
	flex: 1;
	min-width: 200px;
}

.awwa-legal-scam {
	font-size: 12px;
	color: #213964;
	opacity: 0.65;
	line-height: 1.5;
	flex: 1;
	min-width: 200px;
	display: flex;
	gap: 8px;
	align-items: flex-start;
}

.awwa-legal-warn {
	color: #e6a817;
	font-size: 14px;
	flex-shrink: 0;
	opacity: 1;
}

@media (max-width: 768px) {
	.awwa-legal-divider {
		display: none;
	}
}

/* =============================================================================
   SECTION 9 — CALL TO ACTION
   ============================================================================= */

.awwa-cta {
	background: #213964;
	padding: 90px 40px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	overflow: hidden;
}

.awwa-cta::before {
	content: '';
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: rgba(53, 173, 150, 0.05);
	pointer-events: none;
}

.awwa-cta-inner {
	max-width: 640px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.awwa-cta-title {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 20px;
}

.awwa-cta-body {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.75;
	margin: 0 0 40px;
}

.awwa-cta-buttons {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.awwa-cta-btn {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 14px 32px;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.2s ease;
	display: inline-block;
}

.awwa-cta-btn--primary {
	background: #35ad96;
	color: #ffffff;
	border: 2px solid #35ad96;
}

.awwa-cta-btn--primary:hover {
	background: transparent;
	color: #35ad96;
}

.awwa-cta-btn--outline {
	background: transparent;
	color: #ffffff;
	border: 2px solid rgba(255, 255, 255, 0.4);
}

.awwa-cta-btn--outline:hover {
	border-color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}
