* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body {
	font-family: 'bilo', sans-serif;
	color: #333;
	line-height: 1.6;
	background-color: #fff;
}
.header {
	background-color: #008080;
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.logo-section {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.logo-section a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.logo-image {
	height: 80px;
	width: auto;
}

.header-nav {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-shrink: 0;
}

	.nav-link {
		font-family: 'bilo', sans-serif;
		color: #fff;
		text-decoration: none;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		transition: opacity 0.3s ease;
	}

.nav-link:hover {
	opacity: 0.8;
}

.cars-section {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	min-height: auto;
}

.car-card {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.car-image-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.car-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.car-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	padding: 30px 20px;
	color: #fff;
}

.car-left .car-overlay {
	text-align: left;
}

.car-right .car-overlay {
	text-align: left;
}

.car-name {
	font-family: 'bilo', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 8px 0;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.car-price {
	font-family: 'bilo', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 15px 0;
	letter-spacing: 1px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.car-apply-btn {
	font-family: 'bilo', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background-color: #008080;
	padding: 12px 24px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	border-radius: 4px;
	transition: all 0.3s ease;
	text-shadow: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.car-apply-btn:hover {
	background-color: #006666;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.why-baf-section {
	background-color: #f8f8f8;
	padding: 30px 20px;
}

.why-baf-container {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: center;
}

.why-baf-graphic {
	order: -1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.why-baf-content {
	padding: 20px;
}

.why-baf-title {
	font-family: 'bilo', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #008080;
	margin: 0 0 30px 0;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.why-baf-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.why-baf-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
	gap: 12px;
}

.checkmark {
	font-family: 'bilo', sans-serif;
	color: #008080;
	font-size: 22px;
	font-weight: 700;
	flex-shrink: 0;
	line-height: 1.5;
}

.list-text {
	font-family: 'bilo', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	line-height: 1.6;
}

/* BAF Illustration Image - Mobile */
.baf-illustration {
	width: 100%;
	max-width: 250px;
	height: auto;
	display: block;
}

.finance-intro-section {
	background-color: #fff;
	padding: 20px 20px;
}

.finance-intro-container {
	max-width: 1200px;
	margin: 0 auto;
}

.finance-intro-text {
	font-family: 'bilo', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #008080;
	line-height: 1.7;
	margin: 0;
	text-align: center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.how-it-works-section {
	background-color: #fff;
	padding: 30px 20px;
}

.how-it-works-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #008080;
	border-radius: 20px;
	overflow: hidden;
}

.how-it-works-title {
	font-family: 'bilo', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #008080;
	text-align: center;
	margin: 0 0 30px 0;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}

.steps-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: -20px;
	position: relative;
	z-index: 1;
}

.step-card {
	background-color: #008080;
	padding: 80px 20px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.step-card-middle {
	background-color: #dceae9;
	.step-title, .step-description {
		color: #008080 !important;
	}
}

.step-title {
	font-family: 'bilo', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 15px 0;
	text-transform: none;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: capitalize;
}

.step-description {
	font-family: 'bilo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	line-height: 1.6;
	text-align: center;
}

.pcp-section {
	background-color: #fff;
	padding: 40px 20px;
}

.pcp-container {
	max-width: 1200px;
	margin: 0 auto;
}

.pcp-title {
	font-family: 'bilo', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #008080;
	text-align: center;
	margin: 0 0 30px 0;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}


.pcp-content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	margin-bottom: 30px;
}

.pcp-illustration {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.pcp-giraffe {
	width: 100%;
	max-width: 200px;
	height: auto;
	display: block;
}

.pcp-text {
	text-align: center;
	max-width: 500px;
}

.pcp-heading {
	font-family: 'bilo', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #008080;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.pcp-description {
	font-family: 'bilo', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	margin: 0;
	line-height: 1.7;
}

.products-divider {
	background-color: #fff;
	padding: 0;
}

.products-divider-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.pcp-line {
	width: 100%;
	height: 8px;
	background-color: #008080;
}

.pcp-apply-wrapper {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 20px;
}

.hp-apply-wrapper {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 20px;
}

.apply-now-btn {
	font-family: 'bilo', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #008080;
	padding: 16px 40px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	display: inline-block;
	border-radius: 4px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.apply-now-btn:hover {
	background-color: #006666;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.years-later-section {
	background-color: #fff;
	padding: 40px 20px;
}

.years-later-container {
	max-width: 1200px;
	margin: 0 auto;
}

.years-later-visual {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
}

.calendar-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.calendar-image {
	width: 100%;
	max-width: 250px;
	height: auto;
	display: block;
}

.years-later-title {
	font-family: 'bilo', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #008080;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}

.years-later-giraffe {
	display: flex;
	justify-content: center;
	align-items: center;
}

.giraffe-image {
	width: 100%;
	max-width: 200px;
	height: auto;
	display: block;
}

.years-later-content {
	text-align: center;
}

.years-later-heading {
	font-family: 'bilo', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #008080;
	text-align: center;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.years-later-intro {
	font-family: 'bilo', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	margin: 0 0 25px 0;
	line-height: 1.6;
}

.years-later-options {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	text-align: center;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.option-item {
	margin-bottom: 15px;
}

.option-title {
	font-family: 'bilo', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	display: block;
	margin-bottom: 8px;
}

.option-description {
	font-family: 'bilo', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	margin: 0;
	line-height: 1.6;
}

.years-later-footnotes {
	text-align: center;
	margin-top: 30px;
}

.footnote {
	font-family: 'bilo', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	margin: 5px 0;
}

.hp-section {
	background-color: #fff;
	padding: 40px 20px;
}

.hp-container {
	max-width: 1200px;
	margin: 0 auto;
}

.hp-title {
	font-family: 'bilo', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #008080;
	text-align: center;
	margin: 0 0 10px 0;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}


.hp-content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	margin-bottom: 30px;
}

.hp-illustration {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.hp-giraffe {
	width: 100%;
	max-width: 200px;
	height: auto;
	display: block;
}

.hp-text {
	text-align: center;
	max-width: 500px;
}

.hp-heading {
	font-family: 'bilo', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #008080;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.hp-description {
	font-family: 'bilo', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	margin: 0 0 15px 0;
	line-height: 1.7;
}

.hp-disclaimer {
	font-family: 'bilo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin: 0;
	line-height: 1.6;
}

.hp-line {
	width: 100%;
	height: 8px;
	background-color: #008080;
	margin-top: 20px;
}

.team-section {
	background-color: #f8f8f8;
	padding: 40px 20px;
}

.team-container {
	max-width: 1200px;
	margin: 0 auto;
}

.team-title {
	font-family: 'bilo', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #008080;
	text-align: center;
	margin: 0 0 40px 0;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.team-member {
	text-align: center;
}

.team-image-wrapper {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: #e8e8e8;
}

.team-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.team-name {
	font-family: 'bilo', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #008080;
	margin: 0 0 8px 0;
	letter-spacing: 0.5px;
}

.team-position {
	font-family: 'bilo', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.team-contact {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 8px;
}

.team-phone,
.team-email {
	font-family: 'bilo', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
	display: block;
}

.team-phone:hover,
.team-email:hover {
	color: #008080;
}

.contact-section {
	background-color: #f8f8f8;
	padding: 40px 20px;
}

.contact-container {
	max-width: 1200px;
	margin: 0 auto;
}

.contact-title {
	font-family: 'bilo', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #008080;
	text-align: center;
	margin: 0 0 40px 0;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.contact-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	max-width: 800px;
	margin: 0 auto;
}

.contact-card {
	background-color: #fff;
	border-radius: 12px;
	padding: 30px 20px;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.contact-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 12px rgba(0, 128, 128, 0.2);
	border-color: #008080;
}

.contact-icon {
	font-size: 48px;
	margin-bottom: 15px;
	line-height: 1;
}

.contact-card-title {
	font-family: 'bilo', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #008080;
	margin: 0 0 12px 0;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.contact-link {
	font-family: 'bilo', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
	display: block;
}

.contact-link:hover {
	color: #008080;
}

.footer {
	color: #fff;
}

.footer-main {
	background-color: #008080;
	padding: 40px 20px;
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.footer-logo-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.footer-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.bm-logo {
	height: 90px;
	width: auto;
}

.footer-social {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

.social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease;
}

.social-link:hover {
	opacity: 0.7;
}

.social-icon {
	width: 40px;
	height: 40px;
	display: block;
}

.footer-bottom {
	background-color: #444;
	padding: 25px 20px;
	border-top: 1px solid #555;
}

.footer-bottom-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.footer-contact {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	text-align: center;
}

.footer-link {
	font-family: 'bilo', sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	transition: opacity 0.3s ease;
}

.footer-link:hover {
	opacity: 0.7;
}

.footer-copyright {
	text-align: center;
	width: 100%;
}

.footer-copyright p {
	font-family: 'bilo', sans-serif;
	margin: 0;
	font-size: 16px;
	color: #ccc;
}

.footer-copyright a {
	color: #ccc;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}

.footer-copyright a:hover {
	opacity: 0.7;
}

@media (min-width: 481px) {

	.logo-image {
		height: 80px;
		width: auto;
	}

	.header-nav {
		gap: 15px;
	}

	.nav-link {
		font-size: 16px;
		letter-spacing: 1px;
	}

	.car-name {
		font-size: 32px;
		letter-spacing: 2px;
	}

	.car-price {
		font-size: 22px;
	}

	.car-apply-btn {
		font-size: 16px;
		padding: 14px 28px;
	}

	.why-baf-title {
		font-size: 40px;
		letter-spacing: 2px;
	}

	.why-baf-section {
		padding: 40px 20px;
	}

	.why-baf-item {
		margin-bottom: 14px;
		gap: 13px;
	}

	.checkmark {
		font-size: 24px;
	}

	.list-text {
		font-size: 19px;
	}

	.baf-illustration {
		max-width: 275px;
	}

	.finance-intro-section {
		padding: 25px 20px;
	}

	.finance-intro-text {
		font-size: 19px;
	}

	.how-it-works-section {
		padding: 40px 20px;
	}

	.how-it-works-title {
		font-size: 40px;
		letter-spacing: 2px;
	}

	.steps-container {
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: -25px;
	}

	.step-card {
		flex: 1 1;
		min-width: 200px;
	}

	.step-title {
		font-size: 24px;
		margin-bottom: 18px;
	}

	.step-description {
		font-size: 17px;
	}

	.footer-container {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}

	.footer-logo-section {
		align-items: center;
	}

	.footer-logo {
		justify-content: center;
	}

	.footer-social {
		justify-content: center;
	}

	.footer-contact {
		flex-direction: column;
		gap: 10px;
		align-items: flex-end;
		text-align: right;
	}

	.footer-bottom-container {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.footer-copyright {
		width: 100%;
	}

	.pcp-section {
		padding: 40px 20px;
	}

	.pcp-title {
		font-size: 46px;
	}

	.pcp-giraffe {
		max-width: 280px;
	}

	.pcp-text {
		max-width: 600px;
	}

	.pcp-heading {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.pcp-description {
		font-size: 19px;
		line-height: 1.7;
	}

	.apply-now-btn {
		font-size: 20px;
		padding: 18px 44px;
	}

	.years-later-section {
		padding: 50px 20px;
	}

	.years-later-heading {
		font-size: 30px;
	}

	.years-later-intro {
		font-size: 19px;
	}

	.option-title {
		font-size: 22px;
	}

	.option-description {
		font-size: 19px;
	}

	.calendar-image {
		max-width: 300px;
	}

	.giraffe-image {
		max-width: 250px;
	}

	.hp-section {
		padding: 50px 20px;
	}

	.hp-title {
		font-size: 46px;
	}

	.hp-giraffe {
		max-width: 280px;
	}

	.hp-text {
		max-width: 600px;
	}

	.hp-heading {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.hp-description {
		font-size: 19px;
		line-height: 1.7;
	}

	.hp-disclaimer {
		font-size: 17px;
	}

	.team-section {
		padding: 50px 20px;
	}

	.contact-section {
		padding: 50px 20px;
	}

	.contact-cards {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}

	.contact-card {
		padding: 40px 30px;
	}

	.team-title {
		font-size: 40px;
		letter-spacing: 2px;
		margin-bottom: 50px;
	}

	.team-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}

	.team-name {
		font-size: 22px;
	}

	.team-position {
		font-size: 15px;
	}

	.team-phone,
	.team-email {
		font-size: 15px;
	}
}

@media (min-width: 769px) {
	.header {
		padding: 0;
	}

	.header-container {
		gap: 20px;
	}

	.logo-image {
		height: 80px;
		width: auto;
	}

	.header-nav {
		gap: 30px;
	}

	.nav-link {
		font-size: 18px;
	}

	.cars-section {
		grid-template-columns: 1fr 1fr;
	}

	.car-image-wrapper {
		aspect-ratio: 16 / 9;
	}

	.car-overlay {
		padding: 40px 30px;
	}

	.car-right .car-overlay {
		text-align: right;
	}

	.car-name {
		font-size: 40px;
	}

	.car-price {
		font-size: 26px;
	}

	.car-apply-btn {
		font-size: 18px;
		padding: 16px 32px;
	}

	.why-baf-section {
		padding: 60px 20px;
	}

	.why-baf-container {
		grid-template-columns: 1fr 1fr;
		gap: 60px;
	}

	.why-baf-graphic {
		order: 0;
		padding: 40px;
	}

	.why-baf-title {
		font-size: 52px;
		margin: 0 0 40px 0;
	}

	.why-baf-item {
		margin-bottom: 15px;
		gap: 15px;
	}

	.checkmark {
		font-size: 26px;
	}

	.list-text {
		font-size: 20px;
	}

	.baf-illustration {
		max-width: 500px;
	}

	.finance-intro-section {
		padding: 30px 20px;
	}

	.finance-intro-text {
		font-size: 20px;
		line-height: 1.8;
	}

	.how-it-works-section {
		padding: 60px 20px;
	}

	.how-it-works-container {
		position: relative;
		align-items: center;
	}

	.how-it-works-title {
		font-size: 52px;
		margin: 0 0 40px 0;
		position: relative;
		z-index: 2;
	}

	.steps-container {
		flex-direction: row;
		flex-wrap: nowrap;
		position: relative;
		z-index: 1;
		width: 100%;
	}

	.step-card {
		flex: 1 1 0;
		min-width: 0;
	}

	.step-title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.step-description {
		font-size: 18px;
	}

	.pcp-section {
		padding: 40px 20px;
	}

	.pcp-title {
		font-size: 60px;
		margin-bottom: 50px;
	}

	.pcp-content {
		flex-direction: row;
		align-items: center;
		gap: 50px;
		margin-bottom: 40px;
	}

	.pcp-illustration {
		flex: 0 0 auto;
	}

	.pcp-giraffe {
		max-width: 350px;
	}

	.pcp-text {
		flex: 1 1 auto;
		text-align: left;
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width: none;
		padding-left: 20px;
	}

	.pcp-heading {
		font-size: 36px;
		margin-bottom: 25px;
	}

	.pcp-description {
		font-size: 20px;
		line-height: 1.7;
		max-width: 500px;
	}

	.apply-now-btn {
		font-size: 22px;
		padding: 20px 48px;
	}

	.years-later-section {
		padding: 70px 20px;
	}

	.years-later-container {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 60px;
	}

	.years-later-visual {
		flex: 0 0 auto;
		margin-bottom: 0;
	}

	.calendar-image {
		max-width: 350px;
	}

	.years-later-title {
		font-size: 30px;
	}

	.giraffe-image {
		max-width: 300px;
	}

	.years-later-content {
		flex: 1 1 auto;
		text-align: left;
	}

	.years-later-heading {
		font-size: 36px;
		text-align: left;
		margin-bottom: 25px;
	}

	.years-later-intro {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.years-later-options {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		text-align: left;
	}

	.option-title {
		font-size: 24px;
	}

	.option-description {
		font-size: 20px;
	}

	.years-later-footnotes {
		text-align: left;
	}

	.footnote {
		font-size: 15px;
	}

	.hp-section {
		padding: 70px 20px;
	}

	.hp-title {
		font-size: 60px;
		margin-bottom: 50px;
	}

	.hp-content {
		flex-direction: row;
		align-items: center;
		gap: 50px;
		margin-bottom: 40px;
	}

	.hp-illustration {
		flex: 0 0 auto;
	}

	.hp-giraffe {
		max-width: 350px;
	}

	.hp-text {
		flex: 1 1 auto;
		text-align: left;
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width: none;
		padding-left: 20px;
	}

	.hp-heading {
		font-size: 36px;
		margin-bottom: 25px;
	}

	.hp-description {
		font-size: 20px;
		line-height: 1.7;
		max-width: 500px;
	}

	.hp-disclaimer {
		font-size: 18px;
	}

	.team-section {
		padding: 70px 20px;
	}

	.team-title {
		font-size: 52px;
		margin-bottom: 60px;
	}

	.team-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 40px;
	}

	.team-name {
		font-size: 24px;
	}

	.team-position {
		font-size: 16px;
	}

	.team-phone,
	.team-email {
		font-size: 16px;
	}

	.contact-section {
		padding: 70px 20px;
	}

	.contact-title {
		font-size: 52px;
		margin-bottom: 60px;
	}

	.contact-card {
		padding: 50px 40px;
	}

	.contact-icon {
		font-size: 56px;
	}

	.contact-card-title {
		font-size: 22px;
	}

	.contact-link {
		font-size: 20px;
	}

	.footer-container {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}

	.footer-logo-section {
		align-items: center;
	}

	.footer-logo {
		justify-content: center;
	}

	.footer-social {
		justify-content: center;
	}

	.footer-contact {
		flex-direction: column;
		gap: 10px;
		align-items: flex-end;
		text-align: right;
	}

	.footer-bottom-container {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.footer-copyright {
		width: 100%;
	}

	.footer-main {
		padding: 50px 20px;
	}

	.bm-logo {
		height: 100px;
	}

	.social-icon {
		width: 44px;
		height: 44px;
	}

	.footer-bottom {
		padding: 30px 20px;
	}

	.footer-link {
		font-size: 20px;
		font-weight: 700;
	}

	.footer-copyright p {
		font-size: 17px;
	}
}

@media (min-width: 969px) {
}
