/* ==========================================================================
   Mavs Honor — Front Page Styles (V4 Final)
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
	--color-navy: #051755;
	--color-red: #D10A00;
	--color-dark: #1B2739;
	--color-slate: #45556C;
	--color-light: #F8FAFC;
	--color-off-white: #F4F8FF;
	--color-hero-base: #131A3B;
	--color-footer: #242836;
	--color-blush-pink: #FFDEDC;
	--color-border-card: rgba(46, 85, 148, 0.2);
	--content-width: 1152px;
	--section-spacing: 120px;

	/* Form tokens */
	--form-input-bg: rgba(255, 255, 255, 0.05);
	--form-input-border: rgba(255, 255, 255, 0.2);
	--form-placeholder: rgba(255, 255, 255, 0.6);
}

/* ---------- Utility ---------- */
.front-page {
	overflow-x: hidden;
}

.site-footer {
	margin-bottom: 0;
}

/* Kill any trailing space after footer */
#page {
	margin-bottom: 0;
	padding-bottom: 0;
}

body.home {
	margin: 0;
	padding: 0;
	background: var(--color-footer);
}

body.home #page {
	background: #fff;
}

body.home .site-footer {
	background-color: var(--color-footer);
}

/* ---------- Typography helpers ---------- */
.display-section {
	font-family: 'Saira Stencil One', cursive;
	font-weight: 400;
	font-size: 42px;
	line-height: 66px;
	letter-spacing: 0;
	color: var(--color-navy);
	text-transform: uppercase;
	margin: 0 0 24px;
}

.display-column {
	font-family: 'Saira Stencil One', cursive;
	font-weight: 400;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 0;
	color: var(--color-navy);
	text-transform: uppercase;
	margin: 0 0 8px;
}

.p1-medium {
	font-family: Gibson, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.3125px;
	color: var(--color-slate);
}

.p2 {
	font-family: Gibson, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.3125px;
	color: var(--color-slate);
}

.card-label {
	display: block;
	font-family: Gibson, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--color-slate);
}

.card-sublabel {
	display: block;
	font-family: Gibson, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: var(--color-slate);
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
	position: relative;
	width: 100%;
	height: 700px;
	background-color: var(--color-hero-base);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 10%;
	overflow: hidden;
}

.hero__content {
	position: relative;
	z-index: 1;
	text-align: center;
	width: 100%;
	max-width: 600px;
	padding: 0 24px;
}

.hero__logo-link {
	display: inline-block;
	line-height: 0;
	text-decoration: none;
	margin-bottom: 28px;
}

.hero__logo {
	width: 160px;
	height: auto;
}

.hero__title {
	font-family: 'Saira Stencil One', cursive;
	font-weight: 400;
	font-size: 72px;
	line-height: 100%;
	letter-spacing: -0.628676px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 0 0 12px;
}

.hero__date {
	font-family: Gibson, sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 28px;
	color: #fff;
	margin: 0 0 12px;
}

.hero__subtitle {
	font-family: Gibson, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.3125px;
	color: var(--color-off-white);
	padding: 0 1rem;
	margin: 0 0 31px;
}

/* — Hero Signup Form (fallback if no Gravity Forms) — */
.hero-form {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
	max-width: 508px;
	margin: 0 auto;
}

.hero-form__row {
	display: flex;
	gap: 14px;
}

.hero-form__field {
	position: relative;
	flex: 1;
}

.hero-form__field input {
	width: 100%;
}

.hero-form__field label {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-family: Gibson, sans-serif;
	font-size: 16px;
	color: var(--form-placeholder);
	pointer-events: none;
	transition: opacity 0.2s;
}

.hero-form__field input:not(:placeholder-shown) + label {
	opacity: 0;
}

.hero-form__field label .required {
	color: var(--color-red);
}

.hero-form input[type="text"],
.hero-form input[type="email"] {
	width: 100%;
	height: 50px;
	background: var(--form-input-bg);
	border: 1px solid var(--form-input-border);
	border-radius: 3px;
	padding: 12px 14px;
	font-family: Gibson, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	outline: none;
	transition: border-color 0.2s;
}

.hero-form input::placeholder {
	color: var(--form-placeholder);
}

.hero-form input:focus {
	border-color: rgba(255, 255, 255, 0.5);
}

/* Override browser autofill styles (Chrome/Safari turn bg light by default) */
.hero-form input:-webkit-autofill,
.hero-form input:-webkit-autofill:hover,
.hero-form input:-webkit-autofill:focus,
.hero-form input:-webkit-autofill:active,
.hero .gform_wrapper input:-webkit-autofill,
.hero .gform_wrapper input:-webkit-autofill:hover,
.hero .gform_wrapper input:-webkit-autofill:focus,
.hero .gform_wrapper input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px var(--color-hero-base) inset !important;
	box-shadow: 0 0 0 1000px var(--color-hero-base) inset !important;
	-webkit-text-fill-color: #fff !important;
	caret-color: #fff;
	transition: background-color 5000s ease-in-out 0s;
}

.hero-form__submit {
	width: 100%;
	height: 50px;
	background: var(--color-red);
	color: #fff;
	border: none;
	border-radius: 3px;
	padding: 12px 10px;
	font-family: 'Saira Stencil One', cursive;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.3125px;
	text-transform: uppercase;
	cursor: pointer;
	transition: opacity 0.2s;
}

.hero-form__submit:hover {
	opacity: 0.9;
}

.hero-form__success {
	font-family: Gibson, sans-serif;
	font-size: 20px;
	line-height: 140%;
	color: #fff;
	text-align: center;
	margin: 16px 0 0;
}

/* Gravity Forms override: match hero form styles */
.hero .gform_wrapper {
	width: 100%;
	max-width: 508px;
	margin: 0 auto;
}

.hero .gform_wrapper .gform_body {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.hero .gform_wrapper .gform_fields {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 14px !important;
	grid-column-gap: 14px !important;
	grid-row-gap: 14px !important;
	padding: 0 !important;
}

.hero .gform_wrapper .gfield {
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
}

.hero .gform_wrapper .gfield--type-text {
	flex: 1 1 0 !important;
	min-width: 0;
}

.hero .gform_wrapper .gfield--type-email {
	flex: 1 1 100% !important;
}

.hero .gform_wrapper input[type="text"],
.hero .gform_wrapper input[type="email"] {
	width: 100% !important;
	height: 50px !important;
	background: var(--form-input-bg) !important;
	border: 1px solid var(--form-input-border) !important;
	border-radius: 3px !important;
	padding: 12px 14px !important;
	font-family: Gibson, sans-serif !important;
	font-size: 16px !important;
	color: #fff !important;
	text-align: left !important;
	outline: none;
	transition: border-color 0.2s;
	-webkit-appearance: none;
}

/* Hide placeholder text — we use positioned labels instead */
.hero .gform_wrapper input::placeholder {
	color: transparent !important;
}

.hero .gform_wrapper input:focus {
	border-color: rgba(255, 255, 255, 0.5) !important;
}

/* Labels positioned inside fields like placeholders */
.hero .gform_wrapper .gfield_label {
	display: block !important;
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-family: Gibson, sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
	color: var(--form-placeholder);
	pointer-events: none;
	z-index: 1;
	transition: opacity 0.2s;
	margin: 0 !important;
	padding: 0 !important;
}

/* Red asterisk */
.hero .gform_wrapper .gfield_required {
	color: var(--color-red) !important;
	position: relative;
	top: -3px;
	font-size: 14px;
	margin-left: 2px;
}

/* Hide label when input has value or is focused */
.hero .gform_wrapper .gfield:has(input:not(:placeholder-shown)) .gfield_label,
.hero .gform_wrapper .gfield:has(input:focus) .gfield_label {
	opacity: 0;
}

.hero .gform_wrapper .gform_footer,
.hero .gform_wrapper .gform_page_footer {
	padding: 0 !important;
	margin: 10px 0 0 !important;
}

.hero .gform_wrapper .gform_button,
.hero .gform_wrapper input[type="submit"] {
	width: 100% !important;
	height: 50px !important;
	background: var(--color-red) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 3px !important;
	padding: 12px 10px !important;
	font-family: 'Saira Stencil One', cursive !important;
	font-weight: 400 !important;
	font-size: 20px !important;
	line-height: 140% !important;
	letter-spacing: -0.3125px;
	text-transform: uppercase !important;
	cursor: pointer;
	transition: opacity 0.2s;
}

.hero .gform_wrapper .gform_button:hover,
.hero .gform_wrapper input[type="submit"]:hover {
	opacity: 0.9;
}

.hero .gform_wrapper .gform_confirmation_message {
	color: #fff;
	font-family: Gibson, sans-serif;
	font-size: 20px;
	text-align: center;
}

.hero .gform_wrapper .gform_validation_errors,
.hero .gform_wrapper .validation_message {
	color: var(--color-red) !important;
	font-size: 14px;
}

.hero .gform_wrapper .gform_required_legend {
	display: none !important;
}

/* ==========================================================================
   EVENT DETAILS
   ========================================================================== */
.event-details {
	padding: var(--section-spacing) 0 48px;
}

.event-details__inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	gap: 48px;
	align-items: flex-start;
	justify-content: space-between;
}

.event-details__left {
	flex: 0 1 560px;
	min-width: 0;
}

.event-details__left .display-section {
	margin-top: 0;
}

.event-details__heading-two {
	margin-top: 40px;
}

/* — Event Card — */
.event-card {
	flex: 0 0 580px;
	max-width: 100%;
	margin-top: 5rem;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: flex;
}

.event-card__title {
	margin: 0 0 16px;
	font-family: Gibson, sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 28px;
	color: var(--color-navy);
}

.event-card__details {
	flex: 1;
	padding: 24px 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
}

.event-card__row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.event-card__icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background: var(--color-blush-pink);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.event-card__icon svg {
	width: 20px;
	height: 20px;
}

.event-card__image {
	flex: 0 0 268px;
	overflow: hidden;
}

.event-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* — Add to Calendar — */
.add-to-calendar {
	display: inline-block;
	margin-top: 32px;
	text-decoration: none;
}

.add-to-calendar img {
	display: block;
}

.add-to-calendar__btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 14px 24px;
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	font-family: Gibson, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: var(--color-dark);
	transition: box-shadow 0.2s;
}

.add-to-calendar__btn:hover {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

/* Dropdown variant */
.add-to-calendar--dropdown {
	position: relative;
}

.add-to-calendar--dropdown .add-to-calendar__btn {
	cursor: pointer;
}

.add-to-calendar__caret {
	margin-left: 4px;
	transition: transform 0.2s;
}

.add-to-calendar--dropdown.is-open .add-to-calendar__caret {
	transform: rotate(180deg);
}

.add-to-calendar__menu {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	min-width: 100%;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	z-index: 10;
}

.add-to-calendar__menu[hidden] {
	display: none;
}

.add-to-calendar__menu a {
	display: block;
	padding: 10px 20px;
	font-family: Gibson, sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: var(--color-dark);
	text-decoration: none;
	white-space: nowrap;
}

.add-to-calendar__menu a:hover,
.add-to-calendar__menu a:focus {
	background: var(--color-off-white);
	outline: none;
}

/* — Section Divider — */

/* ==========================================================================
   WHAT TO EXPECT
   ========================================================================== */
.what-to-expect {
	padding: 32px 0 var(--section-spacing);
}

.what-to-expect__inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 24px;
}

.what-to-expect__header {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 48px;
}

.what-to-expect__header h2 {
	font-family: Gibson, sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 28px;
	color: var(--color-navy);
	margin: 0;
	white-space: nowrap;
}

.what-to-expect__divider {
	flex: 1;
	height: 1px;
	background: var(--color-border-card);
}

.what-to-expect__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.what-to-expect__column {
	text-align: left;
}

.icon-circle {
	width: 40px;
	height: 40px;
	background: var(--color-blush-pink);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.icon-circle img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.what-to-expect__column .display-column {
	margin-bottom: 8px;
}

.what-to-expect__column .p2 {
	margin: 0;
}

/* ==========================================================================
   EVENT ORGANIZERS
   ========================================================================== */
.event-organizers {
	background-color: var(--color-light);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: var(--section-spacing) 0;
}

.event-organizers__inner {
	max-width: var(--content-width);
	margin: 0 auto;
	padding: 0 24px;
	text-align: center;
}

.event-organizers__inner > .display-section {
	text-align: center;
}

.event-organizers__subtitle {
	font-family: Gibson, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: var(--color-slate);
	margin-bottom: 48px;
}

/* — Testimonial Cards — */
.testimonial-cards {
	display: flex;
	flex-direction: column;
	gap: 48px;
	align-items: center;
}

.testimonial-card {
	width: 100%;
	max-width: 1045px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	display: flex;
	overflow: hidden;
	text-align: left;
}

.testimonial-card__image {
	flex: 0 0 400px;
	overflow: hidden;
}

.testimonial-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.testimonial-card__content {
	flex: 1;
	padding: 32px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.testimonial-card__quote {
	font-family: Gibson, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: var(--color-slate);
	margin: 0 0 24px;
}

.testimonial-card__author {
	display: flex;
	align-items: center;
	gap: 16px;
}

.testimonial-card__avatars {
	display: flex;
	gap: -8px;
	flex-shrink: 0;
}

.testimonial-card__meta {
	min-width: 0;
}

.testimonial-card__avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
}

.testimonial-card__avatar + .testimonial-card__avatar {
	margin-left: -8px;
}

.testimonial-card__meta h3 {
	font-family: Gibson, sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: var(--color-navy);
	margin: 0 0 4px;
}

.testimonial-card__year {
	font-family: Gibson, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: var(--color-slate);
	margin: 0;
}

/* ==========================================================================
   PRIVACY POLICY
   ========================================================================== */
.privacy-policy {
	background: #fff;
	padding: 80px 0 100px;
}

.privacy-policy__inner {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 24px;
	font-family: Gibson, sans-serif;
	color: var(--color-slate);
}

.privacy-policy__title {
	font-family: 'Saira Stencil One', cursive;
	font-weight: 400;
	font-size: 42px;
	line-height: 1.15;
	color: var(--color-navy);
	text-transform: uppercase;
	margin: 0 0 8px;
}

.privacy-policy__updated {
	font-size: 14px;
	color: var(--color-slate);
	margin: 0 0 40px;
}

.privacy-policy__inner h2 {
	font-family: Gibson, sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	color: var(--color-navy);
	margin: 40px 0 12px;
}

.privacy-policy__inner p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 16px;
}

.privacy-policy__inner a {
	color: var(--color-red);
	text-decoration: underline;
	word-break: break-word;
}

.privacy-policy__inner a:hover,
.privacy-policy__inner a:focus {
	text-decoration: none;
}

@media (max-width: 768px) {
	.privacy-policy {
		padding: 48px 0 64px;
	}

	.privacy-policy__title {
		font-size: 32px;
	}

	.privacy-policy__inner h2 {
		font-size: 20px;
		margin-top: 32px;
	}

	.privacy-policy__inner p {
		font-size: 15px;
	}
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
	background-color: var(--color-footer);
	background-size: cover;
	background-position: center;
	min-height: 290px;
}

.footer__inner {
	max-width: var(--content-width);
	margin: 0 auto;
	padding: 60px 24px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
	min-height: 290px;
}

.footer__links {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.footer__link {
	font-family: Gibson, sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
}

.footer__link:hover,
.footer__link:focus {
	color: #fff;
	text-decoration: underline;
}

.footer__logo-link {
	display: inline-block;
	line-height: 0;
	text-decoration: none;
}

.footer__logo {
	width: 229px;
	height: auto;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* --- Tablet --- */
@media (max-width: 1080px) {
	.event-details__inner {
		flex-direction: column;
	}

	.event-details__left {
		flex: 1 1 auto;
		max-width: 100%;
	}

	.event-card {
		flex: 1 1 auto;
		max-width: 580px;
		margin-top: 0;
	}

	.testimonial-card__image {
		flex: 0 0 280px;
	}
}

/* --- Mobile --- */
@media (max-width: 768px) {
	:root {
		--section-spacing: 48px;
	}

	/* Hero */
	.hero {
		height: auto;
		min-height: 100svh;
		padding: 60px 0 40px;
		justify-content: center;
		padding-left: 0;
		background-position: 20% center;
	}

	.hero__content {
		max-width: 100%;
		padding: 0 20px;
	}

	.hero__logo {
		width: 120px;
		margin-bottom: 20px;
	}

	.hero__title {
		font-size: 48px;
		white-space: normal;
	}

	.hero__date {
		font-size: 20px;
		line-height: 1.3;
	}

	.hero__subtitle {
		font-size: 16px;
		padding: 0;
	}

	.hero-form {
		max-width: 100%;
	}

	.hero-form__row {
		flex-direction: row;
	}

	.hero-form__submit {
		font-size: 16px;
	}

	/* Event Details */
	.event-details {
		padding: var(--section-spacing) 0 32px;
	}

	.event-details__inner {
		padding: 0 20px;
		gap: 32px;
	}

	.display-section {
		font-size: 28px;
		line-height: 36px;
	}

	.p1-medium {
		font-size: 17px;
	}

	.p2 {
		font-size: 15px;
	}

	.event-card {
		flex: 1 1 auto !important;
		flex-direction: column;
		max-width: 100%;
		width: 100%;
	}

	.event-card__details {
		padding: 20px;
	}

	.event-card__title {
		font-size: 22px;
		line-height: 1.2;
	}

	.event-card__image {
		flex: none;
		height: 200px;
		order: -1;
	}

	/* What to Expect */
	.what-to-expect {
		padding: 32px 0 var(--section-spacing);
	}

	.what-to-expect__inner {
		padding: 0 20px;
	}

	.what-to-expect__header {
		gap: 16px;
		margin-bottom: 32px;
	}

	.what-to-expect__header h2 {
		font-size: 22px;
	}

	.what-to-expect__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.what-to-expect__column {
		text-align: center;
	}

	.display-column {
		font-size: 20px;
		line-height: 28px;
	}

	/* Event Organizers */
	.event-organizers {
		padding: var(--section-spacing) 0;
	}

	.event-organizers__inner {
		padding: 0 20px;
	}

	.event-organizers__subtitle {
		font-size: 16px;
		margin-bottom: 32px;
	}

	.testimonial-cards {
		gap: 32px;
	}

	.testimonial-card {
		flex-direction: column;
	}

	.testimonial-card__image {
		flex: none;
		height: 220px;
	}

	.testimonial-card__content {
		padding: 24px 20px;
	}

	.testimonial-card__quote {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.testimonial-card__author {
		gap: 12px;
	}

	.testimonial-card__avatar {
		width: 48px;
		height: 48px;
	}

	.testimonial-card__avatar + .testimonial-card__avatar {
		margin-left: -6px;
	}

	.testimonial-card__meta h3 {
		font-size: 18px;
		line-height: 1.2;
		overflow-wrap: anywhere;
	}

	.testimonial-card__year {
		font-size: 14px;
		overflow-wrap: anywhere;
	}

	/* Footer */
	.site-footer {
		min-height: 200px;
	}

	.footer__inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
		min-height: 200px;
		padding: 40px 20px;
	}

	.footer__logo {
		width: 160px;
	}
}

/* --- Small phones --- */
@media (max-width: 400px) {
	.hero__title {
		font-size: 36px;
	}

	.hero-form__row {
		flex-direction: column;
	}

	.display-section {
		font-size: 24px;
		line-height: 32px;
	}
}
