/* --- Corrected CSS for Professional Team Template --- */
.team-main-container {
	background: #ffffff;
	font-family: var(--font-family, 'Inter', sans-serif);
	color: var(--color-text-main, #1d2b1a);
	overflow: hidden;
}

/* Breadcrumbs Styling */
.team-breadcrumbs {
	margin-bottom: 0.75rem;
}

.team-breadcrumbs .breadcrumb-list {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 0.5rem;
	font-size: 0.8125rem;
}

.team-breadcrumbs .breadcrumb-item {
	display: flex;
	align-items: center;
	color: var(--color-text-muted, #52634f);
}

.team-breadcrumbs .breadcrumb-item a {
	color: var(--color-text-muted, #52634f);
	text-decoration: none;
	transition: var(--transition-smooth);
}

.team-breadcrumbs .breadcrumb-item a:hover {
	color: var(--color-primary, #58BA40);
}

.team-breadcrumbs .breadcrumb-item.active {
	color: var(--color-text-main, #1d2b1a);
	font-weight: var(--font-weight-medium, 500);
}

.team-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
	content: "/";
	color: var(--color-border, #e6ede4);
	margin-right: 0.5rem;
}

/* 1. Global Section Headers */
.section-header-center {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 2.25rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.team-section-subtitle {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: var(--font-weight-bold, 700);
	color: var(--color-primary, #58BA40);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 0.75rem;
}

.team-section-title {
	font-size: 2.25rem;
	font-weight: var(--font-weight-headline-max, 750);
	line-height: 1.3;
	color: var(--color-text-main, #1d2b1a);
	margin-bottom: 1rem;
	position: relative;
}

/* Underline decoration */
.team-title-line-decor {
	width: 48px;
	height: 3px;
	background: var(--color-primary, #58BA40);
	border-radius: var(--border-radius-sm, 4px);
	margin-top: 0.5rem;
}

/* Green Highlight */
.text-highlight-green {
	color: var(--color-primary, #58BA40);
}

/* 2. Hero Section */
.team-hero-section {
	position: relative;
	padding: 3rem 0 3.5rem;
	background-color: #f3f8f1; /* Soft green pastel background */
	overflow: hidden;
}

.team-hero-bg-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0.05; /* Faint watermark overlay (same as pricing page style) */
	pointer-events: none;
	z-index: 1;
}

.team-hero-section:not(.has-custom-bg)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: 
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1440 800'%3E%3Cpath d='M-100,730 C200,810 500,580 900,700 C1100,750 1300,640 1500,680 L1500,800 L-100,800 Z' fill='rgba(88,186,64,0.03)'/%3E%3Cpath d='M-100,750 C300,850 600,600 1000,750 C1200,800 1400,700 1600,750' fill='none' stroke='rgba(88,186,64,0.04)' stroke-width='1.5'/%3E%3Cpath d='M-100,700 C250,820 550,560 950,700 C1150,750 1350,650 1550,700' fill='none' stroke='rgba(88,186,64,0.02)' stroke-width='1.5'/%3E%3Cpath d='M1000,100 C1150,50 1300,150 1450,80 C1550,40 1600,80 1650,50' fill='none' stroke='rgba(88,186,64,0.04)' stroke-width='1.5'/%3E%3Cpath d='M950,150 C1100,100 1250,200 1400,130 C1500,90 1550,130 1600,100' fill='none' stroke='rgba(88,186,64,0.02)' stroke-width='1.5'/%3E%3C/svg%3E");
	background-size: cover;
	background-position: center;
	pointer-events: none;
	z-index: 1;
}

.team-hero-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 2.5rem;
	align-items: center;
}

.team-hero-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.team-hero-subtitle {
	font-size: 0.8125rem;
	font-weight: var(--font-weight-bold, 700);
	color: var(--color-primary, #58BA40);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 0.5rem;
}

.team-hero-title {
	font-size: clamp(2.25rem, 5vw, 3rem);
	font-weight: var(--font-weight-headline-max, 750);
	line-height: 1.2;
	color: var(--color-text-main, #1d2b1a);
	margin-bottom: 0.5rem;
}

.title-wave-decor {
	margin-bottom: 1.5rem;
	display: flex;
}

.hero-desc-quote-box {
	display: flex;
	gap: 1rem;
	margin-bottom: 2rem;
	max-width: 620px;
	align-items: flex-start;
}

.hero-desc-quote-box .quote-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 8px;
	background-color: var(--color-primary-light, rgba(88, 186, 64, 0.05));
	color: var(--color-primary, #58BA40);
	flex-shrink: 0;
	margin-top: 0.15rem;
}

.hero-desc-quote-box .team-hero-desc {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--color-text-muted, #52634f);
	margin-bottom: 0;
	text-align: left;
}

/* Hero Counters Grid (Redesigned - No Box, Compact) */
.team-hero-counters {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.5rem;
	width: 100%;
	margin-top: 1rem;
}

.hero-counter-card {
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	display: flex;
	align-items: center;
	gap: 0.35rem;
	transition: var(--transition-smooth);
}

.hero-counter-card:hover {
	transform: translateY(-2px);
}

.counter-icon-box {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: var(--color-primary-light, rgba(88, 186, 64, 0.05));
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary, #58BA40);
	flex-shrink: 0;
}

.counter-icon-box svg {
	width: 16px;
	height: 16px;
}

.counter-text-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.counter-number {
	font-size: 1.375rem;
	font-weight: var(--font-weight-bold, 700);
	color: var(--color-primary, #58BA40);
	line-height: 1.1;
	margin-bottom: 0.15rem;
}

.counter-label {
	font-size: 0.6875rem;
	font-weight: var(--font-weight-medium, 500);
	color: var(--color-text-muted, #52634f);
	white-space: nowrap;
	line-height: 1.3;
}

/* Redesigned Bottom Actions Row */
.hero-bottom-actions {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	margin-top: 2rem;
	width: 100%;
}

.btn-video-play {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	color: var(--color-text-main, #1d2b1a);
	font-size: 0.875rem;
	font-weight: var(--font-weight-semibold, 600);
	text-decoration: none;
	transition: var(--transition-smooth);
}

.btn-video-play:hover {
	color: var(--color-primary, #58BA40);
}

.play-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: var(--color-primary-light, rgba(88, 186, 64, 0.05));
	color: var(--color-primary, #58BA40);
	border: 1px solid rgba(88, 186, 64, 0.15);
	transition: var(--transition-smooth);
}

.btn-video-play:hover .play-icon-wrap {
	transform: scale(1.1);
	background: var(--color-primary, #58BA40);
	color: #ffffff;
	border-color: var(--color-primary, #58BA40);
}

.hero-trust-row {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.avatar-stack {
	display: flex;
	align-items: center;
}

.avatar-stack img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	object-fit: cover;
	margin-left: -8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.avatar-stack img:first-child {
	margin-left: 0;
}

.trust-text {
	font-size: 0.75rem;
	line-height: 1.3;
	color: var(--color-text-muted, #52634f);
	text-align: left;
}

/* Hero Right Column (Redesigned with badges & dots) */
.team-hero-right {
	width: 100%;
	justify-self: center;
}

.team-hero-photo-wrapper {
	position: relative;
	padding: 1.5rem 3.5rem 1.5rem 1.5rem;
	width: 100%;
}

.dots-decor {
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.dots-decor.decor-top {
	top: 0;
	right: 2rem;
}

.team-hero-photo-box {
	border-radius: var(--border-radius-lg, 10px);
	overflow: hidden;
	box-shadow: var(--shadow-subtle, 0 4px 20px rgba(0, 0, 0, 0.008));
	aspect-ratio: 1.05 / 1;
	width: 100%;
	position: relative;
	z-index: 2;
}

.team-hero-photo-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Redesigned Floating Badges & Animations */
.floating-badge {
	position: absolute;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 9999px; /* pill shape */
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(88, 186, 64, 0.1);
	display: flex;
	align-items: center;
	z-index: 3;
	animation: float-badge 6s ease-in-out infinite;
	pointer-events: none;
}

@keyframes float-badge {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-6px); }
}

.badge-top-right {
	top: 3rem;
	right: -1.5rem;
	gap: 0.75rem;
	padding: 0.5rem 0.625rem 0.5rem 0.5rem;
}

.badge-avatar {
	width: 52px;
	height: 38px;
	border-radius: 8px;
	object-fit: cover;
	flex-shrink: 0;
}

.badge-label {
	font-size: 0.6875rem;
	font-weight: var(--font-weight-bold, 700);
	letter-spacing: 0.5px;
	color: var(--color-text-main, #1d2b1a);
}

.badge-icon-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: var(--color-primary, #58BA40);
	color: #ffffff;
	flex-shrink: 0;
}

.badge-bottom-right {
	bottom: 3rem;
	right: -2rem;
	gap: 0.75rem;
	padding: 0.625rem 1.25rem 0.625rem 0.75rem;
	animation-delay: -3s;
}

.badge-icon-bg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: var(--color-primary-light, rgba(88, 186, 64, 0.05));
	color: var(--color-primary, #58BA40);
	flex-shrink: 0;
}

.badge-text-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.badge-text-title {
	font-size: 0.75rem;
	font-weight: var(--font-weight-bold, 700);
	line-height: 1.3;
	color: var(--color-text-main, #1d2b1a);
	text-align: left;
}

.badge-line {
	width: 20px;
	height: 3px;
	background: var(--color-primary, #58BA40);
	margin-top: 0.25rem;
	border-radius: 1.5px;
}

/* 3. CEO & Founder Section */
.team-founder-section {
	padding: 4.5rem 0;
	background: #ffffff;
}

.team-founder-card {
	background: #ffffff;
	border: 1px solid var(--color-border, #e6ede4);
	border-radius: var(--border-radius-lg, 10px);
	padding: 3rem;
	box-shadow: var(--shadow-subtle, 0 4px 20px rgba(0, 0, 0, 0.008));
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 4rem;
	align-items: stretch; /* Stretches left column image height to match text column */
	max-width: 1100px;
	margin: 0 auto;
}

.founder-photo-col {
	display: flex;
	height: 100%;
}

.founder-photo-box {
	flex-grow: 1;
	height: 100%;
	border-radius: var(--border-radius-lg, 10px);
	overflow: hidden;
	border: 1px solid var(--color-border, #e6ede4);
	width: 100%;
}

.founder-photo-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.founder-info-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.badge-tag-founder {
	background: var(--color-primary-light, rgba(88, 186, 64, 0.05));
	color: var(--color-primary, #58BA40);
	font-size: 0.75rem;
	font-weight: var(--font-weight-bold, 700);
	padding: 0.35rem 0.85rem;
	border-radius: var(--border-radius-pill, 9999px);
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border: 1px solid rgba(88, 186, 64, 0.1);
}

.founder-name {
	font-size: 2rem;
	font-weight: var(--font-weight-headline-max, 750);
	color: var(--color-text-main, #1d2b1a);
	margin-bottom: 0.25rem;
}

.founder-title-decor-line {
	width: 32px;
	height: 2px;
	background: var(--color-primary, #58BA40);
	margin-bottom: 0.75rem;
}

.founder-title {
	font-size: 1rem;
	font-weight: var(--font-weight-medium, 500);
	color: var(--color-text-muted, #52634f);
	margin-bottom: 1.5rem;
	font-style: italic;
}

.founder-bio {
	font-size: 1rem;
	line-height: 1.6;
	color: var(--color-text-muted, #52634f);
	margin-bottom: 2rem;
}

/* Checklist Styling */
.team-checklist {
	list-style: none;
	padding: 0;
	margin: 0 0 2rem 0;
}

.team-checklist li {
	font-size: 0.9375rem;
	color: var(--color-text-main, #1d2b1a);
	margin-bottom: 0.75rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.team-checklist li:last-child {
	margin-bottom: 0;
}

.team-checklist-icon {
	color: var(--color-primary, #58BA40);
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

/* Social links row */
.team-socials-row {
	display: flex;
	gap: 0.75rem;
}

.social-circle-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: var(--color-bg-main, #ffffff);
	border: 1px solid var(--color-border, #e6ede4);
	color: var(--color-text-muted, #52634f);
	transition: var(--transition-smooth);
	text-decoration: none;
}

.social-circle-btn:hover {
	transform: scale(1.1);
	background: var(--color-primary, #58BA40);
	color: #ffffff;
	border-color: var(--color-primary, #58BA40);
}

/* 4. Leadership & Leader Grid Sections */
.team-grid-section {
	padding: 3.25rem 0;
	background: #ffffff;
}

.team-grid-section-alt {
	padding: 3.25rem 0;
	background: #ffffff;
}

.team-cards-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.5rem;
}

.team-member-card {
	display: grid;
	grid-template-columns: 0.9fr 1.2fr;
	gap: 2rem;
	background: #ffffff;
	border: 1px solid var(--color-border, #e6ede4);
	border-radius: var(--border-radius-lg, 10px);
	padding: 2rem;
	box-shadow: var(--shadow-subtle, 0 4px 20px rgba(0, 0, 0, 0.008));
	transition: var(--transition-smooth);
	will-change: transform;
	align-items: stretch; /* Stretches left column photo height to match right details height */
}

.team-member-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-hover, 0 8px 30px rgba(88, 186, 64, 0.008));
}

.member-photo-col {
	display: flex;
	height: 100%;
}

.member-photo-box {
	flex-grow: 1;
	height: 100%;
	border-radius: var(--border-radius-lg, 10px);
	overflow: hidden;
	border: 1px solid var(--color-border, #e6ede4);
	width: 100%;
}

.member-photo-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.member-info-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.badge-tag-member {
	background: var(--color-primary-light, rgba(88, 186, 64, 0.05));
	color: var(--color-primary, #58BA40);
	font-size: 0.6875rem;
	font-weight: var(--font-weight-semibold, 600);
	padding: 0.25rem 0.75rem;
	border-radius: var(--border-radius-pill, 9999px);
	margin-bottom: 0.75rem;
	text-transform: uppercase;
	border: 1px solid rgba(88, 186, 64, 0.08);
}

.member-name {
	font-size: 1.375rem;
	font-weight: var(--font-weight-bold, 700);
	color: var(--color-text-main, #1d2b1a);
	margin-bottom: 0.25rem;
}

.member-role {
	font-size: 0.875rem;
	font-weight: var(--font-weight-medium, 500);
	color: var(--color-primary, #58BA40);
	margin-bottom: 1rem;
}

.member-desc {
	font-size: 0.875rem;
	line-height: 1.55;
	color: var(--color-text-muted, #52634f);
	margin-bottom: 1.25rem;
}

.member-checklist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.member-checklist li {
	font-size: 0.8125rem;
	color: var(--color-text-main, #1d2b1a);
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	line-height: 1.4;
}

.member-checklist li:last-child {
	margin-bottom: 0;
}

.member-checklist-icon {
	color: var(--color-primary, #58BA40);
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

/* 5. Why Choose Us Section */
.team-why-section {
	padding: 3.25rem 0;
	background: #ffffff;
}

.why-features-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.5rem;
}

.why-feature-card {
	background: #ffffff;
	border: 1px solid var(--color-border, #e6ede4);
	border-radius: var(--border-radius-lg, 10px);
	padding: 2.25rem 1.5rem;
	text-align: center;
	transition: var(--transition-smooth);
	box-shadow: var(--shadow-subtle, 0 4px 20px rgba(0, 0, 0, 0.008));
	display: flex;
	flex-direction: column;
	align-items: center;
}

.why-feature-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-hover, 0 8px 30px rgba(88, 186, 64, 0.008));
	border-color: rgba(88, 186, 64, 0.2);
}

.why-icon-wrap {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background-color: var(--color-primary-light, rgba(88, 186, 64, 0.05));
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary, #58BA40);
	margin-bottom: 1.25rem;
	transition: var(--transition-smooth);
}

.why-feature-card:hover .why-icon-wrap {
	background-color: var(--color-primary, #58BA40);
	color: #ffffff;
}

.why-feature-title {
	font-size: 1.0625rem;
	font-weight: var(--font-weight-bold, 700);
	color: var(--color-text-main, #1d2b1a);
	margin-bottom: 0.75rem;
}

.why-feature-desc {
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--color-text-muted, #52634f);
	margin-bottom: 0;
}

/* 6. Culture Section */
.team-culture-section {
	padding: 3.25rem 0;
	background: #ffffff;
}

.culture-photos-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}

.culture-photo-card {
	background: #ffffff;
	border: 1px solid var(--color-border, #e6ede4);
	border-radius: var(--border-radius-lg, 10px);
	overflow: hidden;
	box-shadow: var(--shadow-subtle, 0 4px 20px rgba(0, 0, 0, 0.008));
	transition: var(--transition-smooth);
}

.culture-photo-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-hover, 0 8px 30px rgba(88, 186, 64, 0.008));
}

.culture-img-box {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-bottom: 1px solid var(--color-border, #e6ede4);
}

.culture-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.culture-photo-card:hover .culture-img-box img {
	transform: scale(1.05);
}

.culture-photo-title {
	padding: 1.25rem 1rem;
	font-size: 0.9375rem;
	font-weight: var(--font-weight-semibold, 600);
	color: var(--color-text-main, #1d2b1a);
	text-align: center;
	margin-bottom: 0;
}

/* 7. Bottom CTA block */
.team-bottom-cta-section {
	padding: 3.25rem 0;
	background: #ffffff;
}

.team-bottom-cta-card {
	background: var(--color-primary-light, rgba(88, 186, 64, 0.05));
	border: 1px solid rgba(88, 186, 64, 0.08);
	border-radius: var(--border-radius-lg, 10px);
	padding: 3rem 4rem;
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 4rem;
	align-items: center;
}

.bottom-cta-info-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.bottom-cta-title {
	font-size: 2.25rem;
	font-weight: var(--font-weight-headline-max, 750);
	line-height: 1.25;
	color: var(--color-text-main, #1d2b1a);
	margin-bottom: 1rem;
}

.bottom-cta-desc {
	font-size: 1.0625rem;
	line-height: 1.6;
	color: var(--color-text-muted, #52634f);
	margin-bottom: 2rem;
}

.bottom-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	background: var(--gradient-brand);
	color: #ffffff !important;
	padding: 0.875rem 2.25rem;
	font-size: 1rem;
	font-weight: var(--font-weight-semibold, 600);
	border-radius: var(--border-radius-md, 8px);
	text-decoration: none;
	transition: var(--transition-smooth);
	border: none;
	cursor: pointer;
	box-shadow: var(--shadow-badge, 0 4px 15px rgba(0, 0, 0, 0.008));
}

.bottom-cta-btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
	box-shadow: var(--shadow-hover, 0 8px 30px rgba(88, 186, 64, 0.008));
}

.bottom-cta-btn svg {
	transition: transform 0.3s ease;
}

.bottom-cta-btn:hover svg {
	transform: translateX(4px);
}

.bottom-cta-photo-col {
	width: 100%;
	justify-self: center;
}

.bottom-cta-img-box {
	border-radius: var(--border-radius-lg, 10px);
	overflow: hidden;
	aspect-ratio: 4 / 3;
	box-shadow: var(--shadow-subtle, 0 4px 20px rgba(0, 0, 0, 0.008));
}

.bottom-cta-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
	.team-founder-card {
		padding: 2.5rem;
		gap: 2.5rem;
	}
	.team-bottom-cta-card {
		padding: 2.5rem 3rem;
		gap: 2.5rem;
	}
	.why-features-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.team-hero-section,
	.team-founder-section,
	.team-grid-section,
	.team-grid-section-alt,
	.team-why-section,
	.team-culture-section,
	.team-bottom-cta-section {
		padding: 2.25rem 0;
	}
	.team-hero-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
		text-align: center;
	}
	.team-hero-left {
		align-items: center;
	}
	.team-breadcrumbs .breadcrumb-list {
		justify-content: center;
	}
	.title-wave-decor {
		justify-content: center;
		width: 100%;
	}
	.hero-desc-quote-box {
		justify-content: center;
		text-align: center;
		margin-bottom: 1.5rem;
		width: 100%;
	}
	.hero-desc-quote-box .quote-icon {
		display: none !important;
	}
	.hero-desc-quote-box .team-hero-desc {
		text-align: center;
		font-size: 0.9rem;
	}
	.team-hero-counters {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem 0.75rem;
	}
	.hero-counter-card {
		padding: 0.625rem 0.75rem;
		gap: 0.5rem;
	}
	.counter-label {
		white-space: normal !important;
		font-size: 0.65rem;
	}
	.hero-bottom-actions {
		flex-direction: column;
		gap: 1.25rem;
		align-items: center;
	}
	.team-hero-photo-wrapper {
		padding: 0;
	}
	.floating-badge,
	.dots-decor {
		display: none !important;
	}
	.team-hero-right {
		max-width: 480px;
	}
	
	/* Reset stretch heights on mobile */
	.team-founder-card {
		grid-template-columns: 1fr;
		gap: 2rem;
		padding: 2rem;
		text-align: center;
		align-items: center;
	}
	.founder-photo-col {
		height: auto;
	}
	.founder-photo-box {
		height: auto;
		aspect-ratio: 1 / 1;
		max-width: 280px;
		margin: 0 auto;
	}
	.founder-info-col {
		align-items: center;
	}
	.team-cards-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.team-member-card {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		text-align: center;
		padding: 1.5rem;
		align-items: center;
	}
	.member-photo-col {
		height: auto;
		width: 100%;
		justify-content: center;
	}
	.member-photo-box {
		height: auto;
		aspect-ratio: 1 / 1;
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	}
	.member-name {
		font-size: 1.2rem;
	}
	.member-info-col {
		align-items: center;
		width: 100%;
	}
	.why-features-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.75rem;
	}
	.culture-photos-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.75rem;
	}
	.team-bottom-cta-card {
		grid-template-columns: 1fr;
		padding: 2rem;
		text-align: center;
		gap: 2rem;
	}
	.bottom-cta-info-col {
		align-items: center;
	}
	.bottom-cta-photo-col {
		max-width: 400px;
	}
}

@media (max-width: 480px) {
	.team-hero-counters {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem 0.5rem;
	}
	.why-features-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.35rem; /* tight gap (~5px) */
	}
	.why-features-grid .why-feature-card:last-child:nth-child(odd) {
		grid-column: span 2;
		width: 100%;
	}
	.why-feature-card {
		padding: 0.75rem 0.5rem;
	}
	.why-icon-wrap {
		width: 2.25rem;
		height: 2.25rem;
		margin-bottom: 0.5rem;
	}
	.why-icon-wrap svg {
		width: 16px;
		height: 16px;
	}
	.why-feature-title {
		font-size: 0.8125rem;
		margin-bottom: 0.25rem;
	}
	.why-feature-desc {
		font-size: 0.7rem;
		line-height: 1.3;
	}
	.culture-photos-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.35rem; /* tight gap (~5px) */
	}
	.culture-photo-card {
		border-radius: var(--border-radius-md, 8px);
	}
	.culture-photo-title {
		padding: 0.5rem;
		font-size: 0.75rem;
		text-align: center;
	}
}
