.loan-products-page { overflow: hidden; } 

.loan-hero-section { padding: 40px 0; }
.loan-hero-section .inner { position: relative; }
.loan-hero-section .hero-content h2 { font-size: var(--fs-46); font-weight: 700; font-family: var(--root-font-mont); }
.loan-hero-section .hero-content p { margin-top: 16px; font-weight: 300; color:var(--root-color-secondary); line-height: 1.25; font-size: var(--fs-18); }
.loan-hero-section .hero-image { position: relative; display: flex; align-items: end; margin-top: 40px; pointer-events: none; }
.loan-hero-section .hero-image .img-group-1 { position: relative; width: 50%; aspect-ratio: 765/493; }
.loan-hero-section .hero-image .img-group-1 img { position: absolute; inset: 0; }
.loan-hero-section .hero-image .img-group-1 .img-2 img { animation-delay: 1.4s; }
.loan-hero-section .hero-image .img-group-2 { position: absolute; left:45%; bottom:-3%; width: 45%; max-width: 65%; aspect-ratio: 744/389; }
.loan-hero-section .hero-image .img-group-2 .img-4 { position: absolute; width: 75%; left:0; bottom:0; aspect-ratio: 533/308; }
.loan-hero-section .hero-image .img-group-2 .img-5 { position: absolute; width: 75%; left:0; bottom:0; aspect-ratio: 533/308; }
.loan-hero-section .hero-image .img-group-2 img { position: absolute; inset: 0; }
.loan-hero-section .hero-image .img-group-2 p { font-size: var(--fs-26); font-family: var(--root-font-mont); line-height: 1.4; text-align: right; }

.process-section { z-index: 1; position: relative; height: 420px; padding-top: 20px; background: var(--root-color-secondary); color:white; font-size: var(--fs-32); font-weight: 700; line-height: 1.3; }
.process-section .process-bg { z-index: 0; position: absolute; left:50%; top:50%; transform: translate(-50%,-50%); height: 74%; aspect-ratio: 1/1; }
.process-section .inner,
.process-section .inner-xl { height: 100%; display: flex; justify-content: center; flex-direction: column; text-align: center; }
.process-section .icon-top { margin-bottom: 18px; display: flex; justify-content: right; }
.process-section .icon-top img { width: 105px; }
.process-section .icon-wave { margin-top: 75px; display: flex; justify-content: center; }
.process-section .icon-wave img { width: 308px; }

.mortgage-section { padding: 120px 0 90px; }
.mortgage-content { display: flex; gap:60px; justify-content: space-between; align-items: center; }
.mortgage-content .mortgage-left { position: relative; flex:1; max-width: 610px; aspect-ratio: 610/496; }
.mortgage-content .mortgage-left > div { position: absolute; inset:0; }
.mortgage-content .mortgage-right { flex:1; max-width: 624px; padding-bottom: 50px; }
.mortgage-content .mortgage-right .shield-icon { width: 52px; margin-bottom: 25px; }
.mortgage-content .mortgage-right > div:not(.shield-icon) { display: flex; flex-direction: column; gap:20px; }
.mortgage-content .mortgage-right > div p { font-size: var(--fs-17); line-height: 1.6; }

.loan-types-section { padding: 100px 0; }
.loan-grid ul { display: grid; grid-template-columns: repeat(3, 1fr); gap:22px; }
.loan-grid li { padding:32px; background: var(--root-color-primary); border-radius: 16px; color:white; }
.loan-grid li .loan-header { display: flex; align-items: center; margin-bottom: 18px; gap:17px; font-weight: 800; font-size: var(--fs-20); }
.loan-grid li .loan-header .loan-icon { width: 60px; flex-shrink: 0; }
.loan-grid li p { line-height: 1.5; font-size: var(--fs-16); }


@media screen and (max-width: 1439px) {
	.loan-hero-section .hero-image .img-group-2 { bottom:-3%; }
	.loan-hero-section .hero-image .img-group-2 p { font-size: var(--fs-28); }
}
@media screen and (max-width: 1199px) {
	.loan-grid ul { grid-template-columns: repeat(2, 1fr); gap:16px; }
}
@media screen and (max-width: 1023px) {
	.process-section .icon-top img { width: 75px; }
	.process-section { height: auto; padding: 70px 0 80px; }
	
	.mortgage-content .mortgage-right { padding-bottom: 0; }
	.mortgage-content .mortgage-right > div p br { display: none; }
}
@media screen and (max-width: 767px) {
	.process-section .icon-top img { width: 65px; }
	.loan-hero-section .hero-image .img-group-2 { bottom:-3%; }
	.process-section .icon-wave img { width: 240px; }
	
	.mortgage-section { padding: 100px 0 40px; }
	.mortgage-content { flex-direction: column; gap:40px; }
	.mortgage-content .mortgage-left { width: 100%; max-width: 460px; }
	.mortgage-content .mortgage-right .shield-icon { margin-bottom: 12px; }

	.loan-types-section { padding: 80px 0; }
	.loan-grid li .loan-header { gap:10px; }
	.loan-grid li .loan-header .loan-icon { width: 44px; }

	.loan-hero-section .hero-image .img-group-2 { aspect-ratio: auto; height: 180px; }
	.loan-hero-section .hero-image .img-group-2 p { max-width: 200px; font-size: var(--fs-18); float: right; }
	.loan-hero-section .hero-image .img-group-2 p br { display: none; }
}
@media screen and (max-width: 500px) {
	.loan-hero-section .hero-image .img-group-2 { height: 130px; }
	.loan-hero-section .hero-content p br { display: none; }
	.loan-grid ul { grid-template-columns: repeat(1, 1fr); gap:12px; }
}