/* DSCR Loan Consultation Landing */

.gf-dscr-consultation .topbg,
.gf-dscr-consultation #masthead,
.gf-dscr-consultation #blackmobile,
.gf-dscr-consultation #socialiconswrapper,
.gf-dscr-consultation .rowmenu {
	display: none !important;
}

.gf-dscr-page {
	overflow-x: hidden;
	background: #fff;
}

.gf-dscr-header {
	background: #1d1d20;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 66px;
	padding: 8px 24px;
}

.gf-dscr-header__logo {
	display: block;
	line-height: 0;
}

.gf-dscr-header__logo img {
	display: block;
	width: 178px;
	height: 50px;
	object-fit: contain;
	margin: 0 auto;
}

.gf-dscr {
	--gf-dscr-gutter: 96px;
	font-family: "Open Sans", sans-serif !important;
	color: #1d1d20;
	background: #fff;
}

.gf-dscr *,
.gf-dscr *::before,
.gf-dscr *::after {
	box-sizing: border-box;
}

.gf-dscr section[id] {
	scroll-margin-top: 24px;
}

.gf-dscr h1,
.gf-dscr h2,
.gf-dscr h3,
.gf-dscr p,
.gf-dscr ul,
.gf-dscr li,
.gf-dscr a {
	font-family: "Open Sans", sans-serif !important;
}

.gf-dscr-section-title {
	font-family: "Libre Franklin", "Open Sans", sans-serif !important;
	font-weight: 600 !important;
	font-size: 32px !important;
	line-height: 40px !important;
	color: #1d1d20 !important;
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
}

.gf-dscr-section-sub {
	font-size: 16px !important;
	line-height: 24px !important;
	color: #333 !important;
	text-align: center;
	margin: 16px 0 0 !important;
	padding: 0 !important;
}

.gf-dscr-title-mobile {
	display: none;
}

.gf-dscr-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #a3050e !important;
	color: #fff !important;
	font-family: "Open Sans", sans-serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	text-decoration: none !important;
	border-radius: 8px;
	padding: 16px 80px;
	border: none;
	transition: background 0.2s ease;
}

.gf-dscr-cta:hover,
.gf-dscr-cta:focus {
	background: #8a040c !important;
	color: #fff !important;
	text-decoration: none !important;
}

.gf-dscr-cta--mobile {
	display: none;
	width: 100%;
	max-width: 375px;
	margin: 0 auto;
	padding: 16px 24px;
}

/* Hero */
.gf-dscr-hero {
	position: relative;
	min-height: 459px;
	background-size: cover;
	background-position: center right;
	background-color: #002147;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 0 var(--gf-dscr-gutter);
}

.gf-dscr-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #000007 0%, rgba(7, 7, 34, 0) 65%);
	pointer-events: none;
}

.gf-dscr-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 528px;
	padding: 40px 0;
	width: 100%;
}

.gf-dscr-hero__title {
	font-family: "Open Sans", sans-serif !important;
	font-weight: 700 !important;
	font-size: 32px !important;
	line-height: 40px !important;
	letter-spacing: -0.32px;
	color: #fff !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	text-align: left !important;
}

.gf-dscr-hero__subtitle {
	font-size: 18px !important;
	line-height: 28px !important;
	color: rgba(255, 255, 255, 0.9) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gf-dscr-hero__bullets {
	list-style: none !important;
	margin: 16px 0 24px !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gf-dscr-hero__bullets li {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.gf-dscr-hero__bullets li::before {
	display: none !important;
	content: none !important;
}

.gf-dscr-hero__bullets img {
	width: 20px !important;
	height: 20px !important;
	flex-shrink: 0;
	margin: 0 !important;
}

/* Trust */
.gf-dscr-trust {
	background: #fff;
	padding: 32px var(--gf-dscr-gutter) 24px;
}

.gf-dscr-trust__inner {
	max-width: none;
	width: 100%;
	margin: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
}

.gf-dscr-trust__reviews {
	flex: 1;
	min-width: 0;
}

.gf-dscr-trust__stars {
	font-size: 14px !important;
	line-height: normal !important;
	color: #1d1d20 !important;
	margin: 0 0 8px !important;
	text-align: left;
}

.gf-dscr-trust__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	padding-top: 14px;
}

.gf-dscr-review-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 100px;
	height: 73px;
	padding: 13px 12px;
	background: #f6f6f6;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	text-decoration: none !important;
	box-sizing: border-box;
	transition: box-shadow 0.15s ease;
}

.gf-dscr-review-badge:hover {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
	text-decoration: none !important;
}

.gf-dscr-review-badge__top {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}

.gf-dscr-review-badge__logo {
	display: block;
	width: 24px !important;
	height: 24px !important;
	object-fit: contain;
	margin: 0 !important;
	flex-shrink: 0;
}

.gf-dscr-review-badge__score {
	font-family: "Open Sans", sans-serif !important;
	font-weight: 600 !important;
	font-size: 15px !important;
	line-height: 20px !important;
	letter-spacing: 0.3px;
	color: #000 !important;
}

.gf-dscr-review-badge__rule {
	display: block;
	width: 59px;
	height: 0;
	margin: 5px 0;
	border-top: 1px solid #333;
}

.gf-dscr-review-badge__label {
	font-family: "Open Sans", sans-serif !important;
	font-weight: 600 !important;
	font-size: 7.5px !important;
	line-height: 11px !important;
	letter-spacing: 0.44px;
	color: #1d1d20 !important;
	text-align: center;
	white-space: nowrap;
}

.gf-dscr-trust__featured {
	padding: 16px 0 0;
	flex: 0 0 auto;
	max-width: none;
	overflow: visible;
}

/* Contain plugin Featured In strip (home full-bleed styles break this LP) */
.gf-dscr-trust__featured .featured-in-strip {
	position: static !important;
	left: auto !important;
	transform: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	clip-path: none !important;
}

.gf-dscr-trust__featured .featured-in-inner {
	padding: 0 !important;
	gap: 16px !important;
	flex-wrap: wrap !important;
	max-width: 100% !important;
	justify-content: flex-start !important;
	flex-direction: column !important;
	align-items: flex-start !important;
}

.gf-dscr-trust__featured .featured-in-title {
	font-weight: 700 !important;
	font-size: 12px !important;
	line-height: 12px !important;
	color: #1d1d20 !important;
	margin: 0 !important;
	width: 100%;
	text-transform: none;
}

.gf-dscr-trust__featured .featured-in-logos {
	gap: 24px !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	overflow: visible;
}

.gf-dscr-trust__featured .featured-in-logos a {
	pointer-events: none;
	cursor: default;
}

.gf-dscr-trust__featured .featured-in-logos img,
.gf-dscr-trust__featured .featured-in-logos a img {
	height: auto !important;
	max-height: none !important;
	width: auto !important;
	max-width: none !important;
	object-fit: contain !important;
	margin: 0 !important;
	overflow: visible !important;
	flex-shrink: 0;
}

.gf-dscr-trust__featured .featured-in-logos > :nth-child(1),
.gf-dscr-trust__featured .featured-in-logos > :nth-child(1) img {
	height: 27px !important;
	width: auto !important;
}

.gf-dscr-trust__featured .featured-in-logos > :nth-child(2),
.gf-dscr-trust__featured .featured-in-logos > :nth-child(2) img {
	height: 64px !important;
	width: 64px !important;
}

.gf-dscr-trust__featured .featured-in-logos > :nth-child(3),
.gf-dscr-trust__featured .featured-in-logos > :nth-child(3) img {
	height: 26px !important;
	width: auto !important;
	max-width: none !important;
	flex-shrink: 0;
}

/* Anchors / Jump to (mobile) */
.gf-dscr-anchors {
	display: none;
	align-items: center;
	gap: 8px;
	padding: 16px;
	background: #fff;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.gf-dscr-anchors__label {
	font-family: "Libre Franklin", "Open Sans", sans-serif !important;
	font-weight: 600 !important;
	font-size: 10px !important;
	line-height: 28px !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1d1d20 !important;
	white-space: nowrap;
	flex-shrink: 0;
}

.gf-dscr-anchors__chip {
	display: inline-flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-width: 118px;
	padding: 9px 13px;
	background: #f6f6f6 !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 8px;
	color: #1d1d20 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 20px !important;
	text-decoration: none !important;
	white-space: nowrap;
	flex-shrink: 0;
}

.gf-dscr-anchors__chip img {
	width: 10px !important;
	height: 6px !important;
	margin: 0 !important;
	display: block;
}

.gf-dscr-anchors__chip:hover {
	color: #a3050e !important;
	text-decoration: none !important;
}

/* Features */
.gf-dscr-features {
	position: relative;
	background: #fffef7;
	padding: 72px var(--gf-dscr-gutter);
	overflow: hidden;
}

.gf-dscr-features__inner {
	position: relative;
	z-index: 1;
	max-width: none;
	width: 100%;
	margin: 0;
}

.gf-dscr-features .gf-dscr-section-title {
	margin-bottom: 48px !important;
}

.gf-dscr-features__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	align-items: stretch;
}

.gf-dscr-feature-card {
	background: #fff;
	border-radius: 16px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.04);
}

.gf-dscr-feature-card__icon {
	width: 56px;
	height: 56px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.gf-dscr-feature-card__icon img {
	width: 48px !important;
	height: 48px !important;
	object-fit: contain;
	margin: 0 !important;
}

.gf-dscr-feature-card__body {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.gf-dscr-feature-card h3 {
	font-family: "Open Sans", sans-serif !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #a3050e !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gf-dscr-feature-card p {
	font-size: 14px !important;
	line-height: 20px !important;
	color: #333 !important;
	margin: 0 !important;
	padding: 0 !important;
}


/* Benefits carousel */
.gf-dscr-benefits {
	background: #fff;
	padding: 72px 0;
}

.gf-dscr-benefits__inner {
	max-width: none;
	width: 100%;
	padding: 0 var(--gf-dscr-gutter);
}

.gf-dscr-benefits .gf-dscr-section-title {
	margin-bottom: 56px !important;
	padding-right: 0 !important;
}

.gf-dscr-benefit-card {
	background: #f9fafb;
	border: 1px solid #efefef;
	border-top: 4px solid #a3050e;
	width: 285px;
	flex: 0 0 285px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	padding: 36px 32px 32px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.gf-dscr-benefit-card__check {
	width: 24px;
	height: 24px;
	border: 2px solid #a3050e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.gf-dscr-benefit-card__check img {
	width: 12px !important;
	height: 9px !important;
	margin: 0 !important;
}

.gf-dscr-benefit-card h3 {
	font-family: "Libre Franklin", "Open Sans", sans-serif !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	line-height: 28px !important;
	color: #1d1d20 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gf-dscr-benefit-card p {
	font-size: 14px !important;
	line-height: 20px !important;
	color: #333 !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Loans */
.gf-dscr-loans {
	background: #f6f3f2;
	padding: 64px 0;
}

.gf-dscr-loans__inner {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0 var(--gf-dscr-gutter);
}

.gf-dscr-loans__intro {
	margin-bottom: 32px;
}

.gf-dscr-loan-card {
	position: relative;
	width: 302px;
	flex: 0 0 302px;
	height: 348px;
	border-radius: 16px;
	overflow: hidden;
	background: #002147;
}

.gf-dscr-loan-card__img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	margin: 0 !important;
}

.gf-dscr-loan-card__gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 33, 71, 0) 35%, rgba(0, 33, 71, 0.92) 100%);
}

.gf-dscr-loan-card__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 24px;
	color: #fff;
	z-index: 1;
}

.gf-dscr-loan-card__content h3 {
	font-family: "Libre Franklin", "Open Sans", sans-serif !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	line-height: 28px !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	color: #fff !important;
}

.gf-dscr-loan-card__content p {
	font-size: 14px !important;
	line-height: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #fff !important;
}

/* Carousel shared */
.gf-dscr-carousel {
	overflow: hidden;
}

.gf-dscr-carousel__track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding-bottom: 8px;
	cursor: grab;
}

.gf-dscr-loans .gf-dscr-carousel__track {
	gap: 12px;
}

.gf-dscr-carousel__track::-webkit-scrollbar {
	display: none;
}

.gf-dscr-carousel__track > * {
	scroll-snap-align: start;
}

.gf-dscr-carousel__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 32px;
}

.gf-dscr-carousel__btn {
	width: 40px;
	height: 40px;
	border: 1px solid #333;
	border-radius: 12px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
}

.gf-dscr-carousel__btn:hover {
	background: #f6f3f2;
}

.gf-dscr-carousel__btn img {
	width: 8px !important;
	height: 12px !important;
	display: block;
	margin: 0 !important;
}

.gf-dscr-carousel__dots {
	display: flex;
	gap: 6px;
	align-items: center;
}

.gf-dscr-carousel__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c4c6cf;
	border: none;
	padding: 0;
	cursor: pointer;
}

.gf-dscr-carousel__dot.is-active {
	background: #a3050e;
}

/* Numbers + form */
.gf-dscr-numbers {
	background: #fff;
	padding: 72px var(--gf-dscr-gutter) 48px;
}

.gf-dscr-numbers__inner {
	max-width: none;
	width: 100%;
	margin: 0;
}

.gf-dscr-numbers__eyebrow {
	font-family: "Libre Franklin", "Open Sans", sans-serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 28px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: #1d1d20 !important;
	margin: 32px 0 !important;
}

.gf-dscr-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 40px;
}

.gf-dscr-stat {
	background: #f6f3f2;
	border-radius: 8px;
	padding: 24px 32px;
	text-align: center;
}

.gf-dscr-stat__value {
	font-weight: 700 !important;
	font-size: 36px !important;
	line-height: 40px !important;
	color: #c5a059 !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
}

.gf-dscr-stat__value--icon {
	font-size: 0;
	line-height: 0;
	margin-bottom: 8px !important;
	min-height: 30px;
}

.gf-dscr-stat__value--icon img {
	display: block;
	width: 30px !important;
	height: 30px !important;
	margin: 0 auto !important;
}

.gf-dscr-stat__label {
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #002147 !important;
	margin: 0 0 8px !important;
}

.gf-dscr-stat__meta {
	font-size: 14px !important;
	line-height: 20px !important;
	color: #333 !important;
	margin: 0 !important;
}

.gf-dscr-form-wrap {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	padding: 16px 0 32px;
	background: #fff;
	border-radius: 16px;
	scroll-margin-top: 24px;
}

.gf-dscr-form-wrap__form {
	width: 100%;
}

.gf-dscr-form-wrap__form #root,
.gf-dscr-form-wrap__form #root[data-mode="form"] {
	max-width: 100% !important;
	width: 100%;
	min-height: 360px;
	margin: 0 auto;
}

/* Desktop form: use the form's md typography/spacing instead of the 416px compact embed. */
@media (min-width: 768px) {
	.gf-dscr-form-wrap #root[data-mode="form"] {
		font-size: 16px !important;
	}

	.gf-dscr-form-wrap #root[data-mode="form"] h2 {
		font-size: 24px !important;
		line-height: 32px !important;
	}

	.gf-dscr-form-wrap #root[data-mode="form"] .group {
		padding: 20px 24px;
	}

	.gf-dscr-form-wrap #root[data-mode="form"] label {
		font-size: 16px !important;
	}
}

.gf-dscr-content-bridge {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
	height: 0;
	overflow: hidden;
	border: 0 !important;
}

.gf-dscr-consultation #recognitionbox {
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 24px 16px !important;
	margin: 0 !important;
	background: linear-gradient(180deg, #f7f7f7 0%, #fff 100%);
}

.gf-dscr-consultation #recognitionbox .textwidget,
.gf-dscr-consultation #recognitionbox .textwidget p {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 24px;
	margin: 0 !important;
	text-align: center;
}

.gf-dscr-consultation #recognitionbox img {
	margin: 0 !important;
	height: auto !important;
	max-height: 100px;
	width: auto !important;
}

/* Mobile */
@media (max-width: 991px) {
	.gf-dscr {
		--gf-dscr-gutter: 16px;
	}

	.gf-dscr-hero {
		min-height: 348px;
		padding: 0;
		/* Shift right so both people stay in frame */
		background-position: 62% center;
	}

	.gf-dscr-hero__overlay {
		background: linear-gradient(180deg, rgba(0, 0, 7, 0.55) 0%, rgba(0, 0, 7, 0.35) 100%);
	}

	.gf-dscr-hero__inner {
		padding: 20px 24px;
		max-width: 100%;
	}

	.gf-dscr-cta--desktop {
		display: none;
	}

	.gf-dscr-cta--mobile {
		display: inline-flex;
		position: fixed;
		left: 16px;
		right: 16px;
		bottom: 16px;
		z-index: 1200;
		width: auto;
		max-width: none;
		margin: 0;
		padding: 16px 24px;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
	}

	.gf-dscr-page {
		padding-bottom: 88px;
	}

	.gf-dscr-trust {
		padding: 24px 16px 0;
	}

	.gf-dscr-trust__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
	}

	.gf-dscr-trust__stars {
		text-align: center;
		margin: 0 0 12px !important;
	}

	.gf-dscr-trust__badges {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px;
		width: 100%;
		justify-content: stretch;
		padding-top: 0;
	}

	.gf-dscr-review-badge {
		width: 100%;
		max-width: none;
	}

	.gf-dscr-trust__featured {
		padding: 0;
		max-width: none;
		margin: 16px -16px 0;
		overflow: visible;
	}

	.gf-dscr-trust__featured .featured-in-strip {
		background: #fff !important;
		padding: 16px 24px !important;
		width: 100% !important;
	}

	.gf-dscr-trust__featured .featured-in-inner {
		flex-direction: column !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		gap: 8px !important;
	}

	.gf-dscr-trust__featured .featured-in-title {
		width: 100%;
		margin: 0 !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		line-height: 12px !important;
	}

	.gf-dscr-trust__featured .featured-in-logos {
		width: 100%;
		gap: 0 !important;
		justify-content: space-between !important;
		align-items: center;
	}

	.gf-dscr-trust__featured .featured-in-logos img,
	.gf-dscr-trust__featured .featured-in-logos a img {
		height: auto !important;
		max-height: none !important;
		width: auto !important;
		max-width: none !important;
	}

	.gf-dscr-trust__featured .featured-in-logos > :nth-child(1),
	.gf-dscr-trust__featured .featured-in-logos > :nth-child(1) img {
		height: 27px !important;
		width: auto !important;
	}

	.gf-dscr-trust__featured .featured-in-logos > :nth-child(2),
	.gf-dscr-trust__featured .featured-in-logos > :nth-child(2) img {
		height: 64px !important;
		width: 64px !important;
	}

	.gf-dscr-trust__featured .featured-in-logos > :nth-child(3),
	.gf-dscr-trust__featured .featured-in-logos > :nth-child(3) img {
		height: 26px !important;
		width: auto !important;
		max-width: none !important;
		content: url("/wp-content/plugins/featured-in-griffin/WSJMobile.png");
	}

	.gf-dscr-anchors {
		display: flex;
		position: sticky;
		top: 0;
		z-index: 50;
	}

	.gf-dscr section[id],
	.gf-dscr-form-wrap {
		scroll-margin-top: 72px;
	}

	.gf-dscr-features {
		padding: 48px 16px;
	}

	.gf-dscr-features .gf-dscr-section-title {
		margin-bottom: 24px !important;
		font-size: 24px !important;
		line-height: 30px !important;
		padding: 0 4px !important;
		word-wrap: break-word;
		overflow-wrap: anywhere;
		max-width: 100%;
		hyphens: auto;
	}

	.gf-dscr-benefits .gf-dscr-section-title,
	.gf-dscr-loans .gf-dscr-section-title,
	.gf-dscr-numbers .gf-dscr-section-title {
		overflow-wrap: anywhere;
		word-break: break-word;
		padding-left: 4px !important;
		padding-right: 4px !important;
	}

	.gf-dscr-section-sub {
		padding: 0 4px !important;
		overflow-wrap: anywhere;
	}

	.gf-dscr-features__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.gf-dscr-feature-card {
		flex-direction: row;
		align-items: flex-start;
		gap: 12px;
		padding: 16px;
	}

	.gf-dscr-feature-card__icon {
		flex-shrink: 0;
	}

	.gf-dscr-feature-card__body {
		flex: 1;
		min-width: 0;
	}

	.gf-dscr-benefits__inner,
	.gf-dscr-loans__inner {
		padding: 0 16px;
	}

	.gf-dscr-benefits {
		padding: 48px 0;
	}

	.gf-dscr-benefits .gf-dscr-section-title {
		padding-right: 0 !important;
		margin-bottom: 32px !important;
		font-size: 28px !important;
	}

	.gf-dscr-title-desktop {
		display: none;
	}

	.gf-dscr-title-mobile {
		display: inline;
	}

	.gf-dscr-benefit-card {
		width: min(285px, 85vw);
		flex-basis: min(285px, 85vw);
	}

	.gf-dscr-loan-card {
		width: min(302px, 85vw);
		flex-basis: min(302px, 85vw);
	}

	.gf-dscr-stats {
		grid-template-columns: 1fr;
	}

	.gf-dscr-numbers {
		padding: 48px 16px 32px;
	}

	.gf-dscr-stat__value {
		font-size: 28px !important;
		line-height: 34px !important;
	}

	.gf-dscr-form-wrap {
		padding: 24px 0 16px;
		max-width: 100%;
	}

	.gf-dscr-form-wrap__form #root {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 600px) {
	.gf-dscr-hero__title {
		font-size: 28px !important;
		line-height: 36px !important;
	}

	.gf-dscr-section-title {
		font-size: 24px !important;
		line-height: 30px !important;
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	.gf-dscr-anchors {
		padding: 12px 16px;
	}

	.gf-dscr-anchors__chip {
		min-width: 108px;
		font-size: 13px !important;
	}
}

/* Kill page-level horizontal scroll from theme/plugin bleed */
.gf-dscr-consultation,
.gf-dscr-consultation #page,
.gf-dscr-consultation #allContent,
.gf-dscr-consultation .gf-dscr {
	overflow-x: hidden !important;
	max-width: 100vw;
}
