/*
 * **********************************************************************
 * Team Building Page Styles
 *
 * Styles for the [team_building_page] shortcode.
 * Loaded only on the page with slug "team-building".
 *
 * @version  1.0.5
 * @updated  2026-06-17
 * **********************************************************************
 */

/* =============================================================================
   Wrapper
   ============================================================================= */

.mah-tb {
	font-family: inherit;
	color: inherit;
	border-radius: 20px;
	overflow: hidden;
}

.mah-tb section {
	padding: 80px 24px;
}

/* =============================================================================
   Hero
   ============================================================================= */

.tb-hero {
	background-color: #2b7f4b;
	padding: 100px 24px;
	text-align: center;
}

.tb-hero__inner {
	max-width: 760px;
	margin: 0 auto;
}

.tb-hero__eyebrow {
	color: rgba(255, 255, 255, .75);
	font-size: .85rem;
	font-weight: 600;
	letter-spacing: .12em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.tb-hero__title {
	color: #ffffff;
	font-size: clamp(2.2rem, 6vw, 3.6rem);
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 24px;
}

.tb-hero__lead {
	color: rgba(255, 255, 255, .88);
	font-size: 1.15rem;
	line-height: 1.75;
	margin: 0 0 36px;
}

/* =============================================================================
   Buttons
   ============================================================================= */

.tb-btn {
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	font-size: .95rem;
	font-weight: 600;
	padding: 14px 28px;
	text-decoration: none;
}

.tb-btn--primary {
	background: var(--btn-secondary-bg);
	border: 2px solid var(--btn-secondary-bg);
	color: var(--btn-secondary-text);
}

.tb-btn--primary:hover {
	background: #e8f5ee;
	border-color: #e8f5ee;
	color: var(--btn-secondary-hover-text);
}

.tb-btn--primary:visited { color: var(--btn-secondary-visited); }

.tb-btn--green {
	background: var(--btn-primary-bg);
	border: 2px solid var(--btn-primary-border);
	color: var(--btn-primary-text);
	display: block;
	margin-top: 24px;
	text-align: center;
}

.tb-btn--green:hover {
	background: #236640;
	border-color: #236640;
	color: var(--btn-primary-hover-text);
}

.tb-btn--green:visited { color: var(--btn-primary-visited); }

.tb-btn--white {
	background: var(--btn-secondary-bg);
	border: 2px solid var(--btn-secondary-bg);
	color: var(--btn-secondary-text);
}

.tb-btn--white:hover {
	background: #e8f5ee;
	border-color: #e8f5ee;
	color: var(--btn-secondary-hover-text);
}

.tb-btn--white:visited { color: var(--btn-secondary-visited); }

.tb-btn--outline {
	background: transparent;
	border: 2px solid var(--btn-clear-border);
	color: var(--btn-clear-text);
}

.tb-btn--outline:hover {
	background: rgba(255, 255, 255, .12);
	border-color: var(--btn-clear-border);
	color: var(--btn-clear-hover-text);
}

.tb-btn--outline:visited { color: var(--btn-clear-visited); }

/* =============================================================================
   About
   ============================================================================= */

.tb-about {
	background: #ffffff;
}

.tb-about__inner {
	align-items: center;
	display: flex;
	gap: 48px;
	margin: 0 auto;
	max-width: 900px;
}

.tb-about__text {
	flex: 1;
}

.tb-about__label {
	color: #2b7f4b;
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .12em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.tb-about__heading {
	color: #1a2e22;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 20px;
}

.tb-about__text p {
	color: #444;
	font-size: 1rem;
	line-height: 1.75;
	margin: 0 0 14px;
}

.tb-about__tiles {
	flex-shrink: 0;
	font-size: 3.5rem;
	letter-spacing: .25em;
	opacity: .25;
}

/* =============================================================================
   How it works
   ============================================================================= */

.tb-how {
	background: #f0f8f3;
}

.tb-how__inner {
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}

.tb-how__heading {
	color: #1a2e22;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 48px;
}

.tb-how__steps {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, 1fr);
	text-align: left;
}

.tb-step {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
	padding: 28px 24px;
}

.tb-step__num {
	align-items: center;
	background: #2b7f4b;
	border-radius: 50%;
	color: #ffffff;
	display: flex;
	font-size: 1.1rem;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	margin-bottom: 16px;
	width: 40px;
}

.tb-step__title {
	color: #1a2e22;
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 10px;
}

.tb-step__text {
	color: #555;
	font-size: .9rem;
	line-height: 1.7;
	margin: 0;
}

/* =============================================================================
   Pricing
   ============================================================================= */

.tb-pricing {
	background: #ffffff;
}

.tb-pricing__inner {
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}

.tb-pricing__heading {
	color: #1a2e22;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 48px;
}

.tb-pricing__cards {
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr 1fr;
	text-align: left;
}

.tb-price-card {
	border: 1.5px solid #d9d4cc;
	border-radius: 12px;
	padding: 36px 32px;
}

.tb-price-card--featured {
	border-color: #2b7f4b;
}

.tb-price-card__title {
	color: #1a2e22;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 10px;
}

.tb-price-card__desc {
	color: #555;
	font-size: .95rem;
	line-height: 1.65;
	margin: 0 0 20px;
}

.tb-price-card__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.tb-price-card__list li {
	align-items: center;
	color: #444;
	display: flex;
	font-size: .9rem;
	gap: 10px;
}

.tb-price-card__list li::before {
	background: #2b7f4b;
	border-radius: 50%;
	content: '';
	flex-shrink: 0;
	height: 7px;
	width: 7px;
}

.tb-price-card__price {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 8px;
}

.tb-price-label {
	color: #777;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.tb-price-amount {
	color: #1a2e22;
	font-size: 2rem;
	font-weight: 800;
}

/* $$ placeholder — replace with real price before launch */
.tb-price-placeholder {
	color: #c22020;
}

.tb-pricing__cta {
	margin-top: 32px;
	text-align: center;
}

/* =============================================================================
   Testimonials
   ============================================================================= */

.tb-testimonials {
	background: #f5faf7;
}

.tb-testimonials__inner {
	margin: 0 auto;
	max-width: 960px;
	text-align: center;
}

.tb-testimonials__heading {
	color: #1a2e22;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 48px;
}

.tb-testimonials__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
	text-align: left;
}

.tb-quote {
	background: #ffffff;
	border-radius: 10px;
	border-top: 3px solid #2b7f4b;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 32px 28px;
}

.tb-quote__text {
	color: #333;
	font-size: 1rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0 0 auto;
	padding-bottom: 20px;
}

.tb-quote__footer {
	border-top: 1px solid #e8f0eb;
	padding-top: 16px;
}

.tb-quote__name {
	color: #2b7f4b;
	font-size: .85rem;
	font-style: normal;
	font-weight: 600;
}

/* =============================================================================
   Perfect For
   ============================================================================= */

.tb-for {
	background: #f0f8f3;
}

.tb-for__inner {
	margin: 0 auto;
	max-width: 960px;
	text-align: center;
}

.tb-for__heading {
	color: #1a2e22;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 48px;
}

.tb-for__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
	text-align: left;
}

.tb-for-card {
	background: #ffffff;
	border: 1.5px solid #e3ede7;
	border-radius: 10px;
	padding: 28px 24px;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.tb-for-card:hover {
	border-color: #aad4b8;
	box-shadow: 0 4px 20px rgba(43, 127, 75, .1);
}

.tb-for-card__icon {
	font-size: 2.2rem;
	line-height: 1;
	margin-bottom: 14px;
}

.tb-for-card__title {
	color: #1a2e22;
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 8px;
}

.tb-for-card p {
	color: #555;
	font-size: .9rem;
	line-height: 1.65;
	margin: 0;
}

/* =============================================================================
   CTA
   ============================================================================= */

.tb-cta {
	background: #2b7f4b;
	text-align: center;
}

.tb-cta__inner {
	margin: 0 auto;
	max-width: 680px;
}

.tb-cta__heading {
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: 700;
	margin: 0 0 16px;
}

.tb-cta__text {
	color: rgba(255, 255, 255, .85);
	font-size: 1.05rem;
	line-height: 1.75;
	margin: 0 0 36px;
}

.tb-cta__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

/* =============================================================================
   Responsive
   ============================================================================= */

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

	.tb-for__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media ( max-width: 700px ) {
	.mah-tb section {
		padding: 56px 20px;
	}

	.tb-about__inner {
		flex-direction: column;
		text-align: center;
	}

	.tb-about__tiles {
		display: none;
	}

	.tb-how__steps,
	.tb-pricing__cards,
	.tb-testimonials__grid,
	.tb-for__grid {
		grid-template-columns: 1fr;
	}
}
