:root {
	--gh-navy: #152653;
	--gh-pink: #ef6f8f;
	--gh-pink-dark: #df4d76;
	--gh-green: #7dba43;
	--gh-green-dark: #5d9828;
	--gh-lavender: #8b74b8;
	--gh-yellow: #ffc84d;
	--gh-blue: #a8d7e8;
	--gh-cream: #fff1b8;
	--gh-white: #fffdf7;
	--gh-card: #ffffff;
	--gh-border: rgba(21, 38, 83, 0.12);
	--gh-shadow: 0 18px 45px rgba(21, 38, 83, 0.12);
	--gh-soft-shadow: 0 10px 24px rgba(21, 38, 83, 0.1);
	--gh-radius: 24px;
	--gh-shell: 1180px;
}

html {
	scroll-behavior: smooth;
}

.gh-landing-body {
	margin: 0;
	background: var(--gh-white);
}

.gh-landing,
.gh-landing * {
	box-sizing: border-box;
}

.gh-landing {
	min-height: 100vh;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 16%, rgba(255, 200, 77, 0.18), transparent 18rem),
		radial-gradient(circle at 90% 12%, rgba(168, 215, 232, 0.24), transparent 19rem),
		var(--gh-white);
	color: var(--gh-navy);
	font-family: "Nunito", Arial, sans-serif;
	line-height: 1.5;
}

.gh-landing h1,
.gh-landing h2,
.gh-landing h3,
.gh-brand strong {
	margin: 0;
	color: var(--gh-navy);
	font-family: "Fredoka", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.05;
}

.gh-landing p {
	margin: 0;
}

.gh-shell {
	width: min(var(--gh-shell), calc(100% - 40px));
	margin-inline: auto;
}

.gh-header {
	position: sticky;
	z-index: 30;
	top: 0;
	padding: 18px 0 12px;
	background: rgba(255, 253, 247, 0.9);
	backdrop-filter: blur(14px);
}

.gh-header__inner,
.gh-header__actions,
.gh-actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

.gh-header__inner {
	justify-content: space-between;
}

.gh-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: inherit;
	text-decoration: none;
}

.gh-brand img {
	display: block;
	width: auto;
	max-width: min(220px, 16vw);
	max-height: 112px;
	height: auto;
}

.gh-brand__mark {
	position: relative;
	display: grid;
	width: 58px;
	height: 48px;
	place-items: end center;
}

.gh-brand__mark::before,
.gh-brand__mark::after,
.gh-brand__mark span {
	position: absolute;
	bottom: 0;
	width: 17px;
	height: 34px;
	border-radius: 16px 16px 8px 8px;
	content: "";
}

.gh-brand__mark::before {
	left: 7px;
	background: var(--gh-pink);
	transform: rotate(-13deg);
}

.gh-brand__mark::after {
	right: 7px;
	background: var(--gh-green);
	transform: rotate(13deg);
}

.gh-brand__mark span:nth-child(1) {
	left: 22px;
	background: var(--gh-blue);
}

.gh-brand__mark span:nth-child(2) {
	top: 3px;
	left: 11px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--gh-yellow);
}

.gh-brand__mark span:nth-child(3) {
	top: 0;
	right: 14px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--gh-pink);
}

.gh-brand__text {
	display: grid;
	gap: 2px;
}

.gh-brand__text strong {
	font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.gh-brand__text small {
	color: var(--gh-green-dark);
	font-family: "Fredoka", Arial, sans-serif;
	font-size: 0.84rem;
	font-weight: 700;
}

.gh-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 0 26px;
	border: 0;
	border-radius: 999px;
	box-shadow: var(--gh-soft-shadow);
	color: #fff;
	cursor: pointer;
	font-family: "Fredoka", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.gh-button:hover,
.gh-button:focus-visible {
	box-shadow: 0 16px 30px rgba(21, 38, 83, 0.18);
	color: #fff;
	transform: translateY(-2px);
}

.gh-button--pink {
	background: linear-gradient(135deg, var(--gh-pink), var(--gh-pink-dark));
}

.gh-button--green {
	background: linear-gradient(135deg, #8bcf35, var(--gh-green-dark));
}

.gh-button--full {
	width: 100%;
}

.gh-hero {
	position: relative;
	padding: 30px 0 28px;
	background:
		linear-gradient(180deg, rgba(255, 241, 184, 0) 0%, rgba(255, 241, 184, 0.62) 100%);
}

.gh-hero::after,
.gh-section--cream::before,
.gh-final-cta::before {
	position: absolute;
	right: -5%;
	bottom: -36px;
	left: -5%;
	height: 72px;
	border-radius: 50% 50% 0 0;
	background: var(--gh-white);
	content: "";
}

.gh-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
	align-items: center;
	gap: 42px;
}

.gh-hero__copy {
	max-width: 620px;
}

.gh-hero h1 {
	max-width: 710px;
	font-size: clamp(3rem, 6vw, 5.75rem);
}

.gh-hero__lead {
	margin-top: 22px;
	font-size: clamp(1.15rem, 1.55vw, 1.42rem);
	font-weight: 800;
	line-height: 1.35;
}

.gh-hero__copy > p:not(.gh-hero__lead) {
	margin-top: 18px;
	max-width: 560px;
	color: rgba(21, 38, 83, 0.82);
	font-size: 1.06rem;
}

.gh-hero .gh-actions {
	margin-top: 28px;
	flex-wrap: wrap;
}

.gh-hero__actions {
	grid-column: 1;
	align-self: start;
}

.gh-hero__art {
	position: relative;
	min-height: 405px;
	grid-column: 2;
	grid-row: 1 / span 2;
}

.gh-hero__art::before,
.gh-hero__art::after {
	position: absolute;
	z-index: 1;
	content: "";
}

.gh-hero__art::before {
	top: 6%;
	left: -4%;
	width: 110px;
	height: 70px;
	border: 4px solid var(--gh-blue);
	border-radius: 40px;
	background: #fff;
	box-shadow: 28px 4px 0 -10px #fff, 44px 8px 0 -12px var(--gh-blue);
}

.gh-hero__art::after {
	right: -4%;
	bottom: 5%;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	background:
		radial-gradient(circle, var(--gh-yellow) 0 43%, transparent 44%),
		conic-gradient(from 0deg, transparent 0 8deg, #f59b2f 8deg 13deg, transparent 13deg 34deg, #f59b2f 34deg 39deg, transparent 39deg 60deg, #f59b2f 60deg 65deg, transparent 65deg 86deg, #f59b2f 86deg 91deg, transparent 91deg 112deg, #f59b2f 112deg 117deg, transparent 117deg 360deg);
}

.gh-hero-photo {
	position: relative;
	z-index: 2;
	height: 460px;
	overflow: hidden;
	border: 8px solid #fff8d7;
	border-radius: 42% 58% 52% 48% / 45% 42% 58% 55%;
	background:
		linear-gradient(135deg, rgba(168, 215, 232, 0.8), rgba(255, 241, 184, 0.8)),
		#fff;
	box-shadow: var(--gh-shadow);
}

.gh-hero-photo::before {
	position: absolute;
	inset: -12px;
	border: 4px solid rgba(239, 111, 143, 0.5);
	border-radius: inherit;
	content: "";
	pointer-events: none;
}

.gh-hero-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gh-play-scene {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0 45%, rgba(255, 241, 184, 0.72) 45% 100%),
		radial-gradient(circle at 32% 30%, rgba(255, 255, 255, 0.8), transparent 13rem);
}

.gh-play-scene__sun,
.gh-play-scene__house,
.gh-play-scene__block {
	position: absolute;
	display: block;
}

.gh-play-scene__sun {
	top: 48px;
	right: 65px;
	width: 82px;
	height: 82px;
	border: 8px solid rgba(255, 200, 77, 0.55);
	border-radius: 50%;
	background: var(--gh-yellow);
}

.gh-play-scene__house {
	right: 90px;
	bottom: 96px;
	width: 150px;
	height: 118px;
	border: 6px solid rgba(21, 38, 83, 0.18);
	border-radius: 16px 16px 24px 24px;
	background: #fff;
}

.gh-play-scene__house::before {
	position: absolute;
	top: -55px;
	left: 17px;
	width: 105px;
	height: 105px;
	border-radius: 12px;
	background: var(--gh-pink);
	content: "";
	transform: rotate(45deg);
}

.gh-play-scene__house::after {
	position: absolute;
	right: 50px;
	bottom: 0;
	width: 46px;
	height: 64px;
	border-radius: 22px 22px 0 0;
	background: var(--gh-blue);
	content: "";
}

.gh-play-scene__block {
	bottom: 72px;
	width: 78px;
	height: 78px;
	border-radius: 16px;
	box-shadow: inset 0 -9px 0 rgba(21, 38, 83, 0.08);
}

.gh-play-scene__block--pink {
	left: 74px;
	background: var(--gh-pink);
	transform: rotate(-8deg);
}

.gh-play-scene__block--green {
	left: 168px;
	bottom: 105px;
	background: var(--gh-green);
	transform: rotate(6deg);
}

.gh-play-scene__block--blue {
	left: 260px;
	background: var(--gh-blue);
	transform: rotate(-2deg);
}

.gh-cloud {
	position: absolute;
	z-index: 1;
	width: 140px;
	height: 54px;
	border-radius: 40px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 12px 30px rgba(21, 38, 83, 0.08);
}

.gh-cloud::before,
.gh-cloud::after {
	position: absolute;
	bottom: 19px;
	border-radius: 50%;
	background: inherit;
	content: "";
}

.gh-cloud::before {
	left: 22px;
	width: 58px;
	height: 58px;
}

.gh-cloud::after {
	right: 18px;
	width: 72px;
	height: 72px;
}

.gh-cloud--left {
	top: 105px;
	left: -40px;
}

.gh-cloud--right {
	right: -45px;
	bottom: 76px;
}

.gh-trust-line {
	position: relative;
	z-index: 3;
	display: flex;
	width: fit-content;
	max-width: 100%;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin: 28px 0 0;
	padding: 14px 22px;
	border: 1px solid var(--gh-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--gh-soft-shadow);
	list-style: none;
}

.gh-trust-line li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 800;
}

.gh-trust-line li::before {
	width: 18px;
	height: 18px;
	border: 2px solid var(--gh-green);
	border-radius: 50%;
	content: "";
}

.gh-section {
	position: relative;
	padding: 68px 0;
}

.gh-section--cream {
	background: rgba(255, 241, 184, 0.58);
}

.gh-card-grid {
	display: grid;
	gap: 24px;
}

.gh-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gh-card-grid--five {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gh-feature-card,
.gh-faq-card {
	border: 1px solid var(--gh-border);
	border-radius: var(--gh-radius);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--gh-soft-shadow);
	text-align: center;
}

.gh-feature-card {
	display: grid;
	min-height: 220px;
	align-content: center;
	justify-items: center;
	padding: 28px 22px;
}

.gh-feature-card h2 {
	margin-top: 16px;
	font-size: 1.42rem;
}

.gh-feature-card p,
.gh-faq-card p,
.gh-program-card p,
.gh-benefit p,
.gh-meals p {
	color: rgba(21, 38, 83, 0.78);
	font-size: 0.98rem;
}

.gh-split {
	padding-top: 76px;
	background: var(--gh-white);
}

.gh-split__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
	gap: 44px;
}

.gh-why {
	padding-right: 22px;
	border-right: 1px solid rgba(21, 38, 83, 0.18);
}

.gh-kicker {
	margin-bottom: 10px;
	color: var(--gh-pink);
	font-family: "Fredoka", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

.gh-kicker::before,
.gh-kicker::after {
	color: var(--gh-pink);
	content: "\2665";
}

.gh-kicker::before {
	margin-right: 8px;
}

.gh-kicker::after {
	margin-left: 8px;
}

.gh-kicker--center {
	text-align: center;
}

.gh-why h2,
.gh-programs h2,
.gh-location h2,
.gh-form-card h2,
.gh-faqs h2,
.gh-final-cta h2 {
	font-size: clamp(2rem, 3vw, 3rem);
}

.gh-why > p:not(.gh-kicker) {
	margin-top: 18px;
	max-width: 520px;
}

.gh-benefits {
	display: grid;
	gap: 24px;
	margin-top: 30px;
}

.gh-benefit {
	display: grid;
	grid-template-columns: 56px 1fr;
	align-items: start;
	gap: 16px;
}

.gh-benefit h3 {
	margin-bottom: 5px;
	font-size: 1.26rem;
}

.gh-programs h2 {
	max-width: 560px;
	margin: 0 auto 18px;
	text-align: center;
}

.gh-program-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.gh-program-card {
	display: grid;
	min-height: 330px;
	align-content: start;
	justify-items: center;
	padding: 24px 18px 22px;
	border: 1px solid rgba(21, 38, 83, 0.08);
	border-radius: 22px;
	text-align: center;
}

.gh-program-card--pink {
	background: #ffe5ec;
}

.gh-program-card--green {
	background: #eef8df;
}

.gh-program-card--lavender {
	background: #f0e9ff;
}

.gh-program-card--blue {
	background: #e6f6fc;
}

.gh-program-card__photo {
	position: relative;
	width: 118px;
	height: 118px;
	margin-bottom: 18px;
	border: 6px solid #fff;
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 35%, #ffd9b8 0 18%, transparent 19%),
		radial-gradient(circle at 45% 46%, #152653 0 6%, transparent 7%),
		radial-gradient(circle at 58% 46%, #152653 0 6%, transparent 7%),
		radial-gradient(circle at 50% 58%, #ef6f8f 0 10%, transparent 11%),
		linear-gradient(180deg, #fff6d2 0 45%, #a8d7e8 46% 100%);
	box-shadow: 0 8px 18px rgba(21, 38, 83, 0.12);
}

.gh-program-card h3 {
	margin-bottom: 10px;
	font-size: 1.28rem;
}

.gh-meals {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	align-items: center;
	gap: 24px;
	margin-top: 24px;
	padding: 20px 24px;
	border: 1px solid rgba(255, 200, 77, 0.72);
	border-radius: 18px;
	background: #fff4c8;
}

.gh-meals__main {
	display: grid;
	grid-template-columns: 64px 1fr;
	align-items: center;
	gap: 18px;
}

.gh-meals h3 {
	margin-bottom: 5px;
	font-size: 1.1rem;
}

.gh-meals > p {
	padding-left: 24px;
	border-left: 2px dashed var(--gh-pink);
	font-weight: 800;
}

.gh-section--soft {
	background:
		radial-gradient(circle at 100% 15%, rgba(239, 111, 143, 0.16), transparent 14rem),
		radial-gradient(circle at 0 80%, rgba(125, 186, 67, 0.18), transparent 13rem),
		var(--gh-white);
}

.gh-contact-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
	gap: 30px;
	align-items: stretch;
}

.gh-location,
.gh-form-card {
	border-radius: var(--gh-radius);
	box-shadow: var(--gh-soft-shadow);
}

.gh-location {
	padding: 30px;
	background: linear-gradient(135deg, #eaf9ff, #e8f5ff 58%, #f9fdff);
}

.gh-location > p,
.gh-form-card > p {
	margin-top: 14px;
}

.gh-location__body {
	display: grid;
	grid-template-columns: 1fr 0.74fr;
	gap: 22px;
	margin-top: 28px;
}

.gh-contact-list {
	display: grid;
	gap: 20px;
	align-content: center;
}

.gh-contact-list p {
	position: relative;
	padding-left: 34px;
	font-weight: 800;
}

.gh-contact-list span {
	position: absolute;
	top: 2px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 2px solid var(--gh-navy);
	border-radius: 50%;
}

.gh-location__photo {
	min-height: 330px;
	overflow: hidden;
	border: 8px solid rgba(255, 255, 255, 0.92);
	border-radius: 28px 28px 80px 80px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.64) 0 35%, transparent 36%),
		linear-gradient(90deg, transparent 0 14%, rgba(21, 38, 83, 0.15) 14% 16%, transparent 16% 34%, rgba(21, 38, 83, 0.15) 34% 36%, transparent 36% 100%),
		linear-gradient(135deg, var(--gh-cream), var(--gh-blue));
}

.gh-location__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gh-location .gh-actions {
	margin-top: 26px;
	flex-wrap: wrap;
}

.gh-form-card {
	position: relative;
	padding: 32px;
	background:
		radial-gradient(circle at 100% 0, rgba(255, 200, 77, 0.24), transparent 9rem),
		linear-gradient(180deg, #fff0f6, #fff 62%);
	text-align: center;
}

.gh-form {
	margin-top: 22px;
	text-align: left;
}

.gh-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.gh-form__wide {
	grid-column: 1 / -1;
}

.gh-form input,
.gh-form select,
.gh-form textarea {
	width: 100%;
	min-height: 47px;
	padding: 0 16px;
	border: 1px solid rgba(21, 38, 83, 0.12);
	border-radius: 10px;
	background: #fff;
	color: var(--gh-navy);
	font: 700 0.92rem "Nunito", Arial, sans-serif;
}

.gh-form textarea {
	min-height: 88px;
	padding-top: 14px;
	resize: vertical;
}

.gh-form input::placeholder,
.gh-form textarea::placeholder {
	color: rgba(21, 38, 83, 0.68);
	opacity: 1;
}

.gh-consent {
	display: grid;
	grid-template-columns: 18px 1fr;
	gap: 10px;
	margin: 16px 0;
	color: rgba(21, 38, 83, 0.76);
	font-size: 0.88rem;
	font-weight: 700;
}

.gh-consent input {
	width: 18px;
	min-height: 18px;
	margin-top: 2px;
}

.gh-confirmation {
	margin: 18px -32px -32px;
	padding: 18px 32px;
	border-radius: 0 0 var(--gh-radius) var(--gh-radius);
	background: linear-gradient(135deg, var(--gh-lavender), #a67bd5);
	color: #fff;
	font-weight: 800;
	text-align: center;
}

.gh-faqs {
	background: var(--gh-white);
	text-align: center;
}

.gh-faqs h2 {
	margin-bottom: 28px;
}

.gh-faq-card {
	display: grid;
	min-height: 210px;
	align-content: center;
	justify-items: center;
	padding: 24px 18px;
}

.gh-faq-card h3 {
	margin: 12px 0 8px;
	font-size: 1.08rem;
}

.gh-final-cta {
	position: relative;
	padding: 58px 0;
	background: rgba(255, 241, 184, 0.68);
}

.gh-final-cta__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 34px;
}

.gh-final-cta h2 {
	max-width: 760px;
}

.gh-final-cta p {
	max-width: 740px;
	margin-top: 14px;
	font-size: 1.1rem;
	font-weight: 800;
}

.gh-final-cta__actions {
	display: grid;
	gap: 14px;
	min-width: 210px;
}

.gh-footer {
	position: relative;
	z-index: 2;
	background: #0e2858;
	color: #fff;
}

.gh-footer__grid {
	display: grid;
	grid-template-columns: 1.1fr 1.2fr 0.85fr 1fr;
	gap: 28px;
	padding: 38px 0 28px;
}

.gh-footer strong {
	display: block;
	color: #fff;
	font-family: "Fredoka", Arial, sans-serif;
	font-size: 1.8rem;
	line-height: 1.05;
}

.gh-footer span,
.gh-footer p {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 700;
}

.gh-footer__brand span {
	display: block;
	margin-top: 8px;
	color: var(--gh-yellow);
}

.gh-footer__bottom {
	padding: 12px 20px;
	background: #09204a;
	text-align: center;
}

.gh-footer__bottom p {
	font-size: 0.9rem;
}

.gh-icon {
	position: relative;
	display: inline-grid;
	width: 54px;
	height: 54px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: inset 0 0 0 3px currentColor;
	color: var(--gh-pink);
}

.gh-button .gh-icon {
	width: 22px;
	height: 22px;
	box-shadow: none;
	color: #fff;
}

.gh-icon i,
.gh-icon::before,
.gh-icon::after {
	position: absolute;
	content: "";
}

.gh-icon--heart i {
	width: 0;
	height: 0;
	background: transparent;
}

.gh-icon--heart i::before {
	position: absolute;
	top: -17px;
	left: -10px;
	color: currentColor;
	content: "\2665";
	font-family: Arial, sans-serif;
	font-size: 25px;
	font-style: normal;
	line-height: 1;
}

.gh-icon--phone i {
	width: 17px;
	height: 17px;
	border: 4px solid currentColor;
	border-top-color: transparent;
	border-right-color: transparent;
	border-radius: 0 0 0 12px;
	transform: rotate(-42deg);
}

.gh-button .gh-icon {
	font-family: Arial, sans-serif;
	font-weight: 700;
}

.gh-button .gh-icon i,
.gh-button .gh-icon::before,
.gh-button .gh-icon::after,
.gh-button .gh-icon i::before,
.gh-button .gh-icon i::after {
	display: none;
}

.gh-button .gh-icon--heart::before,
.gh-button .gh-icon--phone::before {
	position: static;
	display: block;
	content: "";
	color: currentColor;
	line-height: 1;
}

.gh-button .gh-icon--heart::before {
	content: "\2665";
	font-size: 18px;
	transform: translateY(-1px);
}

.gh-button .gh-icon--phone::before {
	content: "\260E";
	font-size: 16px;
	transform: translateY(-1px);
}

.gh-icon--pin i {
	width: 18px;
	height: 18px;
	border-radius: 50% 50% 50% 0;
	background: currentColor;
	transform: rotate(-45deg);
}

.gh-icon--pin i::after {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	content: "";
}

.gh-icon--baby,
.gh-icon--home,
.gh-icon--meal,
.gh-icon--group {
	color: var(--gh-green);
}

.gh-icon--backpack,
.gh-icon--shield {
	color: var(--gh-lavender);
}

.gh-icon--star {
	color: var(--gh-yellow);
}

.gh-icon--baby i {
	width: 26px;
	height: 26px;
	border: 4px solid currentColor;
	border-radius: 50%;
}

.gh-icon--baby::before,
.gh-icon--baby::after {
	top: 22px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: currentColor;
}

.gh-icon--baby::before {
	left: 20px;
}

.gh-icon--baby::after {
	right: 20px;
}

.gh-icon--backpack i {
	width: 25px;
	height: 30px;
	border: 4px solid currentColor;
	border-radius: 8px;
}

.gh-icon--backpack::before {
	top: 10px;
	width: 18px;
	height: 10px;
	border: 4px solid currentColor;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
}

.gh-icon--shield i {
	width: 28px;
	height: 33px;
	background: currentColor;
	clip-path: polygon(50% 0, 90% 15%, 84% 70%, 50% 100%, 16% 70%, 10% 15%);
}

.gh-icon--home i {
	width: 30px;
	height: 24px;
	border: 4px solid currentColor;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}

.gh-icon--home::before {
	top: 13px;
	width: 25px;
	height: 25px;
	border-top: 4px solid currentColor;
	border-left: 4px solid currentColor;
	transform: rotate(45deg);
}

.gh-icon--star i {
	width: 32px;
	height: 32px;
	background: currentColor;
	clip-path: polygon(50% 0, 62% 35%, 100% 38%, 70% 60%, 80% 100%, 50% 78%, 20% 100%, 30% 60%, 0 38%, 38% 35%);
}

.gh-icon--group i {
	width: 28px;
	height: 18px;
	border-radius: 16px 16px 8px 8px;
	background: currentColor;
}

.gh-icon--group::before,
.gh-icon--group::after {
	top: 12px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: currentColor;
}

.gh-icon--group::before {
	left: 12px;
}

.gh-icon--group::after {
	right: 12px;
}

.gh-icon--meal i {
	width: 4px;
	height: 28px;
	background: currentColor;
}

.gh-icon--meal::before {
	left: 19px;
	width: 16px;
	height: 28px;
	border-left: 4px solid currentColor;
	border-right: 4px solid currentColor;
}

.gh-icon--meal::after {
	right: 18px;
	width: 10px;
	height: 28px;
	border-radius: 10px 10px 3px 3px;
	background: currentColor;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.gh-button {
		transition: none;
	}
}

@media (max-width: 1100px) {
	.gh-hero__grid,
	.gh-split__grid,
	.gh-contact-grid {
		grid-template-columns: 1fr;
	}

	.gh-hero__copy {
		max-width: 760px;
	}

	.gh-hero__art {
		min-height: auto;
	}

	.gh-card-grid--four,
	.gh-card-grid--five,
	.gh-program-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gh-why {
		padding-right: 0;
		border-right: 0;
	}

	.gh-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.gh-shell {
		width: min(100% - 28px, var(--gh-shell));
	}

	.gh-header {
		position: relative;
	}

	.gh-header__inner,
	.gh-header__actions,
	.gh-actions,
	.gh-final-cta__grid {
		align-items: stretch;
	}

	.gh-header__inner,
	.gh-final-cta__grid {
		grid-template-columns: 1fr;
	}

	.gh-header__inner,
	.gh-header__actions,
	.gh-actions {
		flex-direction: column;
	}

	.gh-brand {
		align-self: flex-start;
	}

	.gh-header__actions,
	.gh-actions,
	.gh-button {
		width: 100%;
	}

	.gh-hero {
		padding-top: 18px;
	}

	.gh-hero h1 {
		font-size: clamp(2.65rem, 13vw, 4.25rem);
	}

	.gh-hero-photo {
		height: auto;
		aspect-ratio: 1.1 / 1;
		border-width: 6px;
	}

	.gh-trust-line {
		width: 100%;
		border-radius: 22px;
	}

	.gh-card-grid--four,
	.gh-card-grid--five,
	.gh-program-grid,
	.gh-meals,
	.gh-location__body,
	.gh-form__grid,
	.gh-footer__grid {
		grid-template-columns: 1fr;
	}

	.gh-meals > p {
		padding-top: 18px;
		padding-left: 0;
		border-top: 2px dashed var(--gh-pink);
		border-left: 0;
	}

	.gh-location,
	.gh-form-card {
		padding: 22px;
	}

	.gh-confirmation {
		margin: 18px -22px -22px;
		padding-inline: 22px;
	}

	.gh-final-cta__actions {
		width: 100%;
	}
}

@media (max-width: 460px) {
	.gh-brand__text strong {
		font-size: 1.25rem;
	}

	.gh-brand__text small {
		font-size: 0.72rem;
	}

	.gh-section {
		padding: 48px 0;
	}

	.gh-feature-card,
	.gh-faq-card,
	.gh-program-card {
		min-height: auto;
	}
}

/* Compact landing refresh */
.gh-landing {
	background:
		radial-gradient(circle at 5% 8%, rgba(255, 200, 77, 0.16), transparent 17rem),
		radial-gradient(circle at 95% 20%, rgba(168, 215, 232, 0.2), transparent 18rem),
		linear-gradient(180deg, #fffdf7 0%, #fffaf0 52%, #fffdf7 100%);
}

.gh-shell {
	--gh-shell: 1120px;
}

.gh-header {
	padding: 10px 0 8px;
}

.gh-header__inner {
	align-items: center;
}

.gh-brand__text strong {
	font-size: clamp(1.22rem, 1.8vw, 1.72rem);
}

.gh-brand__text small {
	font-size: 0.76rem;
}

.gh-button {
	min-height: 46px;
	padding: 0 22px;
	font-size: 0.92rem;
}

.gh-button .gh-icon {
	width: 18px;
	height: 18px;
}

.gh-hero {
	padding: 24px 0 18px;
}

.gh-hero::after,
.gh-section--cream::before,
.gh-final-cta::before {
	height: 42px;
	bottom: -21px;
}

.gh-hero__grid {
	grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.92fr);
	gap: clamp(28px, 5vw, 72px);
}

.gh-hero__copy {
	max-width: 560px;
}

.gh-hero h1 {
	max-width: 610px;
	font-size: clamp(2.75rem, 4.9vw, 4.85rem);
}

.gh-hero__lead {
	margin-top: 18px;
	font-size: clamp(1.05rem, 1.35vw, 1.25rem);
	line-height: 1.35;
}

.gh-hero__copy > p:not(.gh-hero__lead) {
	max-width: 500px;
	margin-top: 13px;
	font-size: 0.98rem;
	line-height: 1.6;
}

.gh-hero .gh-actions {
	margin-top: 22px;
}

.gh-hero__art {
	min-height: 390px;
}

.gh-hero-photo {
	height: 390px;
	border-width: 7px;
	background: #fff;
}

.gh-hero-photo img {
	padding: 0;
	object-fit: contain;
}

.gh-hero-photo--fallback::before {
	inset: 10px;
	border: 3px solid rgba(239, 111, 143, 0.22);
}

.gh-hero__art::before {
	top: 2%;
	left: -2%;
	transform: scale(0.82);
}

.gh-hero__art::after {
	right: -2%;
	bottom: 0;
	transform: scale(0.78);
}

.gh-trust-line {
	margin-top: 18px;
	padding: 10px 16px;
	gap: 8px 14px;
	font-size: 0.86rem;
}

.gh-trust-line li::before {
	width: 14px;
	height: 14px;
}

.gh-section {
	padding: 52px 0;
}

.gh-trust-cards {
	padding: 46px 0 48px;
}

.gh-card-grid {
	gap: 20px;
}

.gh-feature-card {
	min-height: 154px;
	padding: 22px 18px;
	border-radius: 20px;
}

.gh-feature-card .gh-icon {
	width: 42px;
	height: 42px;
}

.gh-feature-card h2 {
	margin-top: 11px;
	font-size: 1.12rem;
	line-height: 1.12;
}

.gh-feature-card p,
.gh-faq-card p,
.gh-program-card p,
.gh-benefit p,
.gh-meals p {
	font-size: 0.9rem;
	line-height: 1.5;
}

.gh-split {
	padding-top: 62px;
	padding-bottom: 56px;
}

.gh-split__grid {
	grid-template-columns: 0.85fr 1.15fr;
	gap: clamp(34px, 5vw, 68px);
	align-items: start;
}

.gh-why {
	position: sticky;
	top: 92px;
	padding: 30px;
	border: 1px solid rgba(21, 38, 83, 0.09);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 16px 42px rgba(21, 38, 83, 0.08);
}

.gh-kicker {
	margin-bottom: 9px;
	font-size: 0.78rem;
}

.gh-why h2,
.gh-programs h2,
.gh-location h2,
.gh-form-card h2,
.gh-faqs h2,
.gh-final-cta h2 {
	font-size: clamp(1.8rem, 2.4vw, 2.45rem);
}

.gh-why > p:not(.gh-kicker) {
	margin-top: 14px;
	font-size: 0.95rem;
	line-height: 1.6;
}

.gh-benefits {
	gap: 16px;
	margin-top: 24px;
}

.gh-benefit {
	grid-template-columns: 46px 1fr;
	gap: 13px;
}

.gh-benefit .gh-icon {
	width: 42px;
	height: 42px;
}

.gh-benefit h3 {
	font-size: 1.05rem;
}

.gh-programs {
	padding-top: 6px;
}

.gh-programs h2 {
	max-width: 620px;
	margin-bottom: 24px;
}

.gh-program-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.gh-program-card {
	min-height: 218px;
	padding: 20px;
	border-radius: 20px;
	text-align: left;
	justify-items: start;
}

.gh-program-card__photo {
	width: 74px;
	height: 74px;
	margin-bottom: 14px;
	border-width: 5px;
}

.gh-program-card h3 {
	margin-bottom: 7px;
	font-size: 1.16rem;
}

.gh-meals {
	grid-template-columns: 1fr;
	gap: 14px;
	margin-top: 20px;
	padding: 20px 22px;
}

.gh-meals__main {
	grid-template-columns: 50px 1fr;
	gap: 14px;
}

.gh-meals .gh-icon {
	width: 46px;
	height: 46px;
}

.gh-meals > p {
	padding: 14px 0 0;
	border-top: 2px dashed rgba(239, 111, 143, 0.55);
	border-left: 0;
}

.gh-contact-grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 28px;
	align-items: start;
}

.gh-location,
.gh-form-card {
	border-radius: 26px;
}

.gh-location {
	padding: 28px;
}

.gh-location__body {
	grid-template-columns: 1fr 150px;
	gap: 20px;
	margin-top: 22px;
	align-items: center;
}

.gh-contact-list {
	gap: 15px;
}

.gh-contact-list p {
	padding-left: 30px;
	font-size: 0.92rem;
	line-height: 1.35;
}

.gh-location__photo {
	min-height: 245px;
	border-width: 6px;
	border-radius: 24px 24px 66px 66px;
	background: transparent;
}

.gh-location__photo img {
	object-fit: contain;
}

.gh-location .gh-actions {
	margin-top: 22px;
}

.gh-form-card {
	padding: 28px;
}

.gh-form-card > p {
	max-width: 560px;
	margin: 10px auto 0;
	font-size: 0.94rem;
	line-height: 1.5;
}

.gh-form {
	margin-top: 18px;
}

.gh-form__grid {
	gap: 10px;
}

.gh-form input,
.gh-form select,
.gh-form textarea {
	min-height: 43px;
	border-radius: 11px;
	font-size: 0.85rem;
}

.gh-form textarea {
	min-height: 76px;
}

.gh-consent {
	margin: 13px 0;
	font-size: 0.78rem;
	line-height: 1.35;
}

.gh-confirmation {
	margin: 16px -28px -28px;
	padding: 14px 28px;
	font-size: 0.86rem;
	line-height: 1.35;
}

.gh-faqs {
	padding-top: 50px;
	padding-bottom: 50px;
}

.gh-faqs h2 {
	margin-bottom: 22px;
}

.gh-faq-card {
	display: block;
	min-height: 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

.gh-faq-card summary {
	display: grid;
	grid-template-columns: 40px 1fr 18px;
	align-items: center;
	gap: 12px;
	min-height: 88px;
	padding: 16px;
	cursor: pointer;
	list-style: none;
}

.gh-faq-card summary::-webkit-details-marker {
	display: none;
}

.gh-faq-card summary::after {
	color: var(--gh-pink);
	content: "+";
	font-family: "Fredoka", Arial, sans-serif;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1;
}

.gh-faq-card[open] summary::after {
	content: "-";
}

.gh-faq-card summary .gh-icon {
	width: 38px;
	height: 38px;
}

.gh-faq-card summary span {
	font-family: "Fredoka", Arial, sans-serif;
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.15;
}

.gh-faq-card p {
	padding: 0 18px 18px 68px;
}

.gh-final-cta {
	padding: 42px 0;
}

.gh-final-cta__grid {
	gap: 28px;
}

.gh-final-cta p {
	max-width: 640px;
	margin-top: 10px;
	font-size: 1rem;
	line-height: 1.5;
}

.gh-final-cta__actions {
	min-width: 190px;
}

.gh-footer__grid {
	grid-template-columns: 1.15fr 1.35fr 0.85fr 1fr;
	gap: 22px;
	padding: 30px 0;
}

.gh-footer strong {
	font-size: 1.45rem;
}

.gh-footer span,
.gh-footer p {
	font-size: 0.88rem;
	line-height: 1.45;
}

.gh-footer__link {
	color: rgba(255, 255, 255, 0.92);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.gh-footer__link:hover,
.gh-footer__link:focus-visible {
	color: var(--gh-cream);
}

@media (max-width: 1100px) {
	.gh-why {
		position: static;
	}

	.gh-program-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.gh-hero__grid,
	.gh-split__grid,
	.gh-contact-grid {
		grid-template-columns: 1fr;
	}

	.gh-hero-photo {
		height: 330px;
	}

	.gh-hero__art {
		min-height: auto;
	}

	.gh-location__body {
		grid-template-columns: 1fr;
	}

	.gh-location__photo {
		min-height: 210px;
	}

	.gh-card-grid--five {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.gh-header__inner,
	.gh-header__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.gh-brand {
		align-self: center;
		text-align: left;
	}

	.gh-hero h1 {
		font-size: clamp(2.38rem, 11vw, 3.5rem);
	}

	.gh-hero-photo {
		height: 280px;
	}

	.gh-landing .gh-hero-photo:not(.gh-hero-photo--fallback) {
		aspect-ratio: 1.3 / 1;
		min-height: 210px;
		border-radius: 26px 54px 26px 54px;
	}

	.gh-landing .gh-hero-photo:not(.gh-hero-photo--fallback) img {
		object-position: center 26%;
	}

	.gh-card-grid--four,
	.gh-card-grid--five,
	.gh-program-grid,
	.gh-form__grid,
	.gh-footer__grid {
		grid-template-columns: 1fr;
	}

	.gh-feature-card {
		min-height: 132px;
	}

	.gh-why,
	.gh-location,
	.gh-form-card {
		padding: 22px;
	}

	.gh-confirmation {
		margin: 16px -22px -22px;
		padding-inline: 22px;
	}

	.gh-final-cta__grid {
		grid-template-columns: 1fr;
	}

	.gh-final-cta__actions {
		width: 100%;
	}
}

/* FAQ redesign */
.gh-faqs--premium {
	position: relative;
	padding: 96px 0 84px;
	background:
		radial-gradient(circle at 14% 18%, rgba(168, 215, 232, 0.16), transparent 18rem),
		radial-gradient(circle at 86% 82%, rgba(255, 200, 77, 0.14), transparent 18rem),
		#fffdf7;
	overflow: hidden;
}

.gh-faqs--premium .gh-shell {
	position: relative;
	z-index: 2;
	max-width: 1100px;
}

.gh-faqs__eyebrow {
	margin: 0 0 10px;
	color: var(--gh-pink);
	font-family: "Fredoka", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.gh-faqs__eyebrow::before {
	margin-right: 8px;
	content: "- ";
}

.gh-faqs__eyebrow::after {
	margin-left: 8px;
	content: " \2665";
}

.gh-faqs--premium h2 {
	margin: 0;
	color: #152653;
	font-size: clamp(2.3rem, 3.3vw, 3.7rem);
	text-align: center;
}

.gh-faqs__intro {
	max-width: 760px;
	margin: 20px auto 34px;
	color: rgba(21, 38, 83, 0.82);
	font-family: "Nunito", Arial, sans-serif;
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.55;
	text-align: center;
}

.gh-faq-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.gh-faqs--premium .gh-faq-card {
	min-height: 0;
	border: 1px solid rgba(21, 38, 83, 0.08);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(21, 38, 83, 0.07);
	overflow: hidden;
	text-align: left;
	transition: border-color 180ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.gh-faqs--premium .gh-faq-card:hover {
	border-color: rgba(239, 111, 143, 0.22);
	box-shadow: 0 20px 44px rgba(21, 38, 83, 0.1);
	transform: translateY(-1px);
}

.gh-faqs--premium .gh-faq-card[open] {
	border-color: rgba(239, 111, 143, 0.24);
	box-shadow: 0 22px 48px rgba(21, 38, 83, 0.11);
}

.gh-faqs--premium .gh-faq-card__summary {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr) 30px;
	align-items: center;
	gap: 18px;
	min-height: 84px;
	padding: 20px 24px;
	cursor: pointer;
	list-style: none;
}

.gh-faqs--premium .gh-faq-card__summary::-webkit-details-marker {
	display: none;
}

.gh-faq-card__number {
	display: inline-grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(139, 116, 184, 0.12), rgba(239, 111, 143, 0.08));
	color: #6b4f93;
	font-family: "Fredoka", Arial, sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
}

.gh-faqs--premium .gh-faq-card__question {
	color: #152653;
	font-family: "Fredoka", Arial, sans-serif;
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
}

.gh-faqs--premium .gh-faq-card__toggle {
	position: relative;
	display: block;
	width: 26px;
	height: 26px;
	justify-self: end;
}

.gh-faqs--premium .gh-faq-card__toggle::before,
.gh-faqs--premium .gh-faq-card__toggle::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 3px;
	border-radius: 999px;
	background: #152653;
	content: "";
	transform: translate(-50%, -50%) rotate(45deg);
	transition: transform 220ms ease, background-color 180ms ease;
}

.gh-faqs--premium .gh-faq-card__toggle::after {
	transform: translate(-20%, -50%) rotate(-45deg);
}

.gh-faqs--premium .gh-faq-card:hover .gh-faq-card__toggle::before,
.gh-faqs--premium .gh-faq-card:hover .gh-faq-card__toggle::after,
.gh-faqs--premium .gh-faq-card[open] .gh-faq-card__toggle::before,
.gh-faqs--premium .gh-faq-card[open] .gh-faq-card__toggle::after {
	background: #ef6f8f;
}

.gh-faqs--premium .gh-faq-card[open] .gh-faq-card__toggle::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.gh-faqs--premium .gh-faq-card[open] .gh-faq-card__toggle::after {
	transform: translate(-20%, -50%) rotate(45deg);
}

.gh-faqs--premium .gh-faq-card__answer-wrap {
	display: grid;
	grid-template-rows: 0fr;
	border-top: 1px solid rgba(21, 38, 83, 0);
	transition: grid-template-rows 260ms ease, border-color 220ms ease;
}

.gh-faqs--premium .gh-faq-card[open] .gh-faq-card__answer-wrap {
	grid-template-rows: 1fr;
	border-top-color: rgba(21, 38, 83, 0.08);
}

.gh-faqs--premium .gh-faq-card__answer {
	overflow: hidden;
}

.gh-faqs--premium .gh-faq-card__answer p {
	margin: 0;
	padding: 26px 28px 30px 102px;
	color: #5f6b7a;
	font-family: "Nunito", Arial, sans-serif;
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.75;
	opacity: 0;
	transform: translateY(-8px);
	transition: opacity 220ms ease, transform 220ms ease;
}

.gh-faqs--premium .gh-faq-card[open] .gh-faq-card__answer p {
	opacity: 1;
	transform: translateY(0);
}

.gh-faq-support {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	margin-top: 38px;
	padding: 28px 30px;
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(255, 241, 184, 0.82), rgba(255, 255, 255, 0.98));
	box-shadow: 0 14px 34px rgba(21, 38, 83, 0.08);
}

.gh-faq-support__icon .gh-icon {
	width: 72px;
	height: 72px;
	background: linear-gradient(135deg, var(--gh-pink), #ff8ead);
	box-shadow: none;
	color: #fff;
}

.gh-faq-support__icon .gh-icon i,
.gh-faq-support__icon .gh-icon::before {
	border-color: #fff;
}

.gh-faq-support__copy h3 {
	margin: 0 0 6px;
	color: #152653;
	font-family: "Fredoka", Arial, sans-serif;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.1;
}

.gh-faq-support__copy p {
	margin: 0;
	color: rgba(21, 38, 83, 0.82);
	font-family: "Nunito", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.55;
}

.gh-faq-support__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.gh-faq-deco {
	position: absolute;
	z-index: 1;
	display: block;
	pointer-events: none;
}

.gh-faq-deco--sun {
	top: 46px;
	left: 70px;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 38% 40%, #fff 0 6px, transparent 7px),
		radial-gradient(circle at 62% 40%, #fff 0 6px, transparent 7px),
		radial-gradient(circle at 50% 58%, #ff8ea7 0 12px, transparent 13px),
		radial-gradient(circle, #ffd15a 0 60%, transparent 61%);
	box-shadow: 0 8px 18px rgba(255, 200, 77, 0.2);
}

.gh-faq-deco--sun::before {
	position: absolute;
	inset: -18px;
	background:
		conic-gradient(from 0deg, transparent 0 8deg, #f6b545 8deg 12deg, transparent 12deg 38deg, #f6b545 38deg 42deg, transparent 42deg 68deg, #f6b545 68deg 72deg, transparent 72deg 98deg, #f6b545 98deg 102deg, transparent 102deg 128deg, #f6b545 128deg 132deg, transparent 132deg 158deg, #f6b545 158deg 162deg, transparent 162deg 188deg, #f6b545 188deg 192deg, transparent 192deg 218deg, #f6b545 218deg 222deg, transparent 222deg 248deg, #f6b545 248deg 252deg, transparent 252deg 278deg, #f6b545 278deg 282deg, transparent 282deg 308deg, #f6b545 308deg 312deg, transparent 312deg 338deg, #f6b545 338deg 342deg, transparent 342deg 360deg);
	content: "";
}

.gh-faq-deco--cloud {
	top: 62px;
	right: 54px;
	width: 138px;
	height: 64px;
	border-radius: 40px;
	background: rgba(168, 215, 232, 0.9);
}

.gh-faq-deco--cloud::before,
.gh-faq-deco--cloud::after {
	position: absolute;
	bottom: 22px;
	border-radius: 50%;
	background: inherit;
	content: "";
}

.gh-faq-deco--cloud::before {
	left: 18px;
	width: 52px;
	height: 52px;
}

.gh-faq-deco--cloud::after {
	right: 18px;
	width: 64px;
	height: 64px;
}

.gh-faq-deco--heart {
	top: 350px;
	left: 90px;
	width: 52px;
	height: 52px;
	background: var(--gh-pink);
	clip-path: path("M26 46 C7 33 0 24 2 13 C4 4 15 1 26 11 C37 1 48 4 50 13 C52 24 45 33 26 46 Z");
	opacity: 0.9;
}

.gh-faq-deco--star {
	top: 500px;
	right: 96px;
	width: 46px;
	height: 46px;
	background: #9c7cd6;
	clip-path: polygon(50% 0, 62% 35%, 100% 38%, 70% 60%, 80% 100%, 50% 78%, 20% 100%, 30% 60%, 0 38%, 38% 35%);
	opacity: 0.8;
}

.gh-faq-deco--leaf {
	bottom: 170px;
	left: 14px;
	width: 100px;
	height: 140px;
}

.gh-faq-deco--leaf::before,
.gh-faq-deco--leaf::after {
	position: absolute;
	background: linear-gradient(180deg, #8ccc48, #66a92f);
	content: "";
}

.gh-faq-deco--leaf::before {
	left: 0;
	bottom: 0;
	width: 28px;
	height: 92px;
	border-radius: 30px 30px 8px 30px;
	transform: rotate(12deg);
}

.gh-faq-deco--leaf::after {
	left: 34px;
	bottom: 26px;
	width: 34px;
	height: 76px;
	border-radius: 30px 30px 30px 8px;
	transform: rotate(-20deg);
}

.gh-faq-deco--flower {
	right: 28px;
	bottom: 138px;
	width: 104px;
	height: 104px;
}

.gh-faq-deco--flower::before,
.gh-faq-deco--flower::after {
	position: absolute;
	inset: 0;
	content: "";
}

.gh-faq-deco--flower::before {
	background:
		radial-gradient(circle at 50% 18%, #ef6f8f 0 16px, transparent 17px),
		radial-gradient(circle at 82% 50%, #ef6f8f 0 16px, transparent 17px),
		radial-gradient(circle at 50% 82%, #ef6f8f 0 16px, transparent 17px),
		radial-gradient(circle at 18% 50%, #ef6f8f 0 16px, transparent 17px),
		radial-gradient(circle at 27% 27%, #ff92b2 0 16px, transparent 17px),
		radial-gradient(circle at 73% 27%, #ff92b2 0 16px, transparent 17px),
		radial-gradient(circle at 73% 73%, #ff92b2 0 16px, transparent 17px),
		radial-gradient(circle at 27% 73%, #ff92b2 0 16px, transparent 17px);
}

.gh-faq-deco--flower::after {
	top: 34px;
	left: 34px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #ffc84d;
}

.gh-landing .gh-hero h1 {
	max-width: 540px;
	font-size: clamp(1.82rem, 2.95vw, 2.85rem) !important;
	line-height: 1.08;
}

.gh-landing .gh-hero-photo:not(.gh-hero-photo--fallback) {
	width: min(100%, 455px);
	height: auto;
	margin-inline: auto;
	aspect-ratio: 10 / 13;
	border-radius: 36px 110px 36px 110px;
	background: #ffffff;
	box-shadow: 0 28px 58px rgba(21, 38, 83, 0.14);
	transform: rotate(-1.4deg);
}

.gh-landing .gh-hero-photo:not(.gh-hero-photo--fallback)::before {
	inset: 10px;
	border: 3px solid rgba(239, 111, 143, 0.18);
	border-radius: 28px 96px 28px 96px;
}

.gh-landing .gh-hero-photo:not(.gh-hero-photo--fallback) img {
	object-fit: cover;
	object-position: center 34%;
	background: transparent;
	transform: rotate(1.4deg) scale(1.03);
}

.gh-landing .gh-hero-photo:not(.gh-hero-photo--fallback)::after {
	position: absolute;
	right: -20px;
	bottom: 40px;
	width: 92px;
	height: 92px;
	border-radius: 30px;
	background: linear-gradient(135deg, rgba(239, 111, 143, 0.2), rgba(168, 215, 232, 0.2));
	content: "";
	z-index: -1;
	transform: rotate(14deg);
}

.gh-hero__lead {
	font-size: clamp(1.12rem, 1.45vw, 1.34rem);
}

.gh-hero__copy > p:not(.gh-hero__lead) {
	font-size: 1.05rem;
	line-height: 1.7;
}

.gh-form-shortcode {
	margin-top: 22px;
	text-align: left;
}

.gh-form-shortcode form {
	margin: 0;
}

.gh-form-shortcode .ff-el-group,
.gh-form-shortcode .ff-t-container,
.gh-form-shortcode .ff-column-container {
	margin-bottom: 14px;
}

.gh-form-shortcode .ff-t-cell {
	padding: 0 7px;
}

.gh-form-shortcode .ff-t-cell:first-child {
	padding-left: 0;
}

.gh-form-shortcode .ff-t-cell:last-child {
	padding-right: 0;
}

.gh-form-shortcode .ff-el-input--label label,
.gh-form-shortcode .ff-el-is-required.asterisk-right label,
.gh-form-shortcode .ff-el-form-check label {
	color: #152653;
	font-family: "Nunito", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;
}

.gh-form-shortcode .ff-el-input--label label {
	margin-bottom: 8px;
}

.gh-form-shortcode input[type="text"],
.gh-form-shortcode input[type="email"],
.gh-form-shortcode input[type="tel"],
.gh-form-shortcode input[type="number"],
.gh-form-shortcode input[type="date"],
.gh-form-shortcode select,
.gh-form-shortcode textarea,
.gh-form-shortcode .ff-el-form-control {
	width: 100%;
	min-height: 58px;
	padding: 0 22px;
	border: 1px solid rgba(21, 38, 83, 0.12);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(21, 38, 83, 0.04);
	color: #152653;
	font: 600 0.95rem "Nunito", Arial, sans-serif;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gh-form-shortcode textarea {
	min-height: 142px;
	padding-top: 18px;
	resize: vertical;
}

.gh-form-shortcode input::placeholder,
.gh-form-shortcode textarea::placeholder,
.gh-form-shortcode select {
	color: #7b8797;
	opacity: 1;
}

.gh-form-shortcode input:focus,
.gh-form-shortcode select:focus,
.gh-form-shortcode textarea:focus,
.gh-form-shortcode .ff-el-form-control:focus {
	border-color: rgba(239, 111, 143, 0.45);
	box-shadow: 0 0 0 4px rgba(239, 111, 143, 0.12);
	outline: none;
	transform: translateY(-1px);
}

.gh-form-shortcode .ff-el-form-check {
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: 12px;
	align-items: start;
	margin: 8px 0 12px;
}

.gh-form-shortcode .ff-el-form-check input[type="checkbox"] {
	width: 22px;
	height: 22px;
	min-height: 22px;
	padding: 0;
	margin: 0;
	border-radius: 6px;
	box-shadow: none;
}

.gh-form-shortcode .ff_submit_btn_wrapper,
.gh-form-shortcode .ff-btn-submit,
.gh-form-shortcode .ff-btn {
	width: 100%;
}

.gh-form-shortcode .ff-btn-submit,
.gh-form-shortcode .ff-btn {
	display: inline-flex;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--gh-pink), var(--gh-pink-dark));
	box-shadow: 0 14px 28px rgba(239, 111, 143, 0.24);
	color: #fff;
	font-family: "Fredoka", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.gh-form-shortcode .ff-btn-submit:hover,
.gh-form-shortcode .ff-btn-submit:focus-visible,
.gh-form-shortcode .ff-btn:hover,
.gh-form-shortcode .ff-btn:focus-visible {
	box-shadow: 0 18px 34px rgba(239, 111, 143, 0.3);
	filter: saturate(1.02);
	transform: translateY(-1px);
}

.gh-form-shortcode .ff-message-success,
.gh-form-shortcode .ff-message-inline-success,
.gh-form-shortcode .ff-message-inline-error {
	margin-top: 18px;
	padding: 18px 20px;
	border: 0;
	border-radius: 18px;
	font: 700 0.92rem "Nunito", Arial, sans-serif;
}

.gh-form-shortcode .ff-message-success,
.gh-form-shortcode .ff-message-inline-success {
	background: linear-gradient(135deg, var(--gh-lavender), #a67bd5);
	color: #fff;
}

.gh-form-shortcode .ff-message-inline-error {
	background: rgba(239, 111, 143, 0.1);
	color: #9b3552;
}

.gh-form-shortcode .text-danger,
.gh-form-shortcode .error {
	color: #cf4a6d;
	font-size: 0.82rem;
	font-weight: 700;
}

@media (max-width: 760px) {
	.gh-faqs--premium {
		padding: 72px 0 60px;
	}

	.gh-faq-list {
		gap: 16px;
	}

	.gh-faqs--premium .gh-faq-card__summary {
		grid-template-columns: 52px minmax(0, 1fr) 24px;
		min-height: 72px;
		padding: 20px 22px;
	}

	.gh-faq-card__number {
		width: 44px;
		height: 44px;
		font-size: 0.84rem;
	}

	.gh-faqs--premium .gh-faq-card__question {
		font-size: 1rem;
	}

	.gh-faqs--premium .gh-faq-card__answer p {
		padding: 20px 22px 24px;
		font-size: 0.92rem;
	}

	.gh-faq-support {
		grid-template-columns: 1fr;
		justify-items: start;
		padding: 24px;
	}

	.gh-faq-support__copy h3 {
		font-size: 1.55rem;
	}

	.gh-faq-support__actions {
		width: 100%;
	}

	.gh-faq-support__actions .gh-button {
		flex: 1 1 220px;
	}

	.gh-faq-deco--sun {
		top: 28px;
		left: 12px;
		transform: scale(0.72);
	}

	.gh-faq-deco--cloud,
	.gh-faq-deco--heart,
	.gh-faq-deco--star,
	.gh-faq-deco--leaf,
	.gh-faq-deco--flower {
		display: none;
	}

	.gh-landing .gh-hero h1 {
		max-width: 100%;
		font-size: clamp(1.65rem, 6.2vw, 2.32rem) !important;
	}

	.gh-landing .gh-hero-photo:not(.gh-hero-photo--fallback) {
		width: min(100%, 360px);
		max-width: 100%;
		aspect-ratio: 4 / 3;
		min-height: 228px;
		border-radius: 28px 84px 28px 84px;
		transform: none;
	}

	.gh-landing .gh-hero__art {
		margin-inline: auto;
	}

	.gh-landing .gh-hero-photo:not(.gh-hero-photo--fallback)::after,
	.gh-landing .gh-hero__art::before,
	.gh-landing .gh-hero__art::after {
		display: none;
	}

	.gh-landing .gh-hero-photo:not(.gh-hero-photo--fallback) img {
		transform: none;
		object-fit: cover;
		object-position: center 30%;
	}

	.gh-form-shortcode .ff-t-cell,
	.gh-form-shortcode .ff-t-cell:first-child,
	.gh-form-shortcode .ff-t-cell:last-child {
		padding-right: 0;
		padding-left: 0;
	}
}

/* FAQ widget refinement */
.gh-faqs--premium .gh-faq-list {
	gap: 0;
	margin: 0 auto;
	border: 1px solid rgba(21, 38, 83, 0.08);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(21, 38, 83, 0.08);
	overflow: hidden;
}

.gh-faqs--premium .gh-faq-card {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
}

.gh-faqs--premium .gh-faq-card + .gh-faq-card {
	border-top: 1px solid rgba(21, 38, 83, 0.08);
}

.gh-faqs--premium .gh-faq-card:hover,
.gh-faqs--premium .gh-faq-card[open] {
	border: 0;
	box-shadow: none;
	transform: none;
}

.gh-faqs--premium .gh-faq-card__summary {
	grid-template-columns: minmax(0, 1fr) 28px;
	gap: 20px;
	min-height: 78px;
	padding: 0 28px;
	background: transparent;
}

.gh-faq-card__number {
	display: none;
}

.gh-faqs--premium .gh-faq-card__question {
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.35;
}

.gh-faqs--premium .gh-faq-card__toggle {
	width: 22px;
	height: 22px;
}

.gh-faqs--premium .gh-faq-card__toggle::before,
.gh-faqs--premium .gh-faq-card__toggle::after {
	width: 12px;
	height: 2.5px;
}

.gh-faqs--premium .gh-faq-card__answer-wrap {
	border-top: 0;
}

.gh-faqs--premium .gh-faq-card[open] .gh-faq-card__answer-wrap {
	border-top: 1px solid rgba(21, 38, 83, 0.08);
}

.gh-faqs--premium .gh-faq-card__answer p {
	padding: 18px 28px 24px;
	font-size: 0.96rem;
	line-height: 1.7;
}

@media (max-width: 760px) {
	.gh-faqs--premium .gh-faq-list {
		border-radius: 22px;
	}

	.gh-faqs--premium .gh-faq-card__summary {
		min-height: 72px;
		padding: 0 22px;
	}

	.gh-faqs--premium .gh-faq-card__question {
		font-size: 0.96rem;
	}

	.gh-faqs--premium .gh-faq-card__answer p {
		padding: 16px 22px 20px;
		font-size: 0.9rem;
	}
}

/* Mobile layout corrections */
@media (max-width: 760px) {
	.gh-header {
		position: relative;
		padding: 22px 0 12px;
		background: rgba(255, 253, 247, 0.96);
	}

	.gh-header__inner {
		justify-content: center;
	}

	.gh-header__actions {
		display: none;
	}

	.gh-brand {
		width: 100%;
		justify-content: center;
		gap: 10px;
		text-align: left;
	}

	.gh-brand img {
		max-width: min(200px, 58vw);
		max-height: 86px;
	}

	.gh-brand__mark {
		width: 46px;
		height: 38px;
	}

	.gh-brand__text {
		gap: 0;
	}

	.gh-brand__text strong {
		font-size: clamp(1.15rem, 5.4vw, 1.55rem);
		line-height: 1;
	}

	.gh-brand__text small {
		font-size: 0.72rem;
		line-height: 1.2;
	}

	.gh-hero {
		padding: 14px 0 12px;
	}

	.gh-hero__grid {
		grid-template-columns: 1fr;
		gap: 18px;
		align-items: start;
	}

	.gh-hero__copy {
		order: 1;
		max-width: 100%;
	}

	.gh-hero__art {
		order: 2;
		grid-column: auto;
		grid-row: auto;
		width: 100%;
		min-height: auto;
	}

	.gh-hero__actions {
		order: 3;
		grid-column: auto;
		margin-top: 0;
	}

	.gh-landing .gh-hero h1 {
		max-width: 100%;
		font-size: clamp(2rem, 9.6vw, 2.7rem) !important;
		line-height: 1.06;
	}

	.gh-hero__lead {
		margin-top: 14px;
		font-size: 1.02rem;
		line-height: 1.38;
	}

	.gh-hero__copy > p:not(.gh-hero__lead) {
		margin-top: 12px;
		font-size: 1.08rem;
		line-height: 1.72;
	}

	.gh-hero .gh-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 18px;
	}

	.gh-hero .gh-button {
		min-height: 52px;
		padding: 0 18px;
		font-size: 0.96rem;
	}

	.gh-trust-line {
		margin-top: 18px;
		padding: 14px 16px;
		gap: 10px;
		border-radius: 20px;
		font-size: 0.82rem;
	}
}

@media (max-width: 520px) {
	.gh-shell {
		width: min(100% - 24px, var(--gh-shell));
	}

	.gh-brand {
		align-self: center;
	}

	.gh-brand img {
		max-width: min(180px, 62vw);
		max-height: 74px;
	}

	.gh-landing .gh-hero-photo:not(.gh-hero-photo--fallback) {
		width: 100%;
		max-width: 100%;
		aspect-ratio: 1.18 / 1;
		min-height: 198px;
		border-radius: 24px 40px 24px 40px;
	}

	.gh-landing .gh-hero-photo:not(.gh-hero-photo--fallback) img {
		object-position: center 24%;
	}
}

/* Final FAQ alignment fix */
.gh-faqs--premium .gh-faqs__intro {
	margin: 0 auto 30px;
	max-width: 820px;
}

.gh-faqs--premium .gh-faq-list {
	margin-top: 8px;
}

.gh-faqs--premium .gh-faq-card summary::after {
	display: none !important;
	content: none !important;
}

.gh-faqs--premium .gh-faq-card summary span {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.gh-faqs--premium .gh-faq-card__summary {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 18px !important;
	min-height: 80px !important;
	padding: 0 32px !important;
	text-align: left !important;
}

.gh-faqs--premium .gh-faq-card__question {
	display: block;
	flex: 1 1 auto;
	margin: 0;
	padding: 0;
	font-size: 1.16rem !important;
	font-weight: 700 !important;
	line-height: 1.35;
	text-align: left !important;
}

.gh-faqs--premium .gh-faq-card__toggle {
	flex: 0 0 auto;
	margin: 0;
}

.gh-faqs--premium .gh-faq-card__answer-wrap {
	margin: 0;
}

.gh-faqs--premium .gh-faq-card__answer p {
	padding: 0 32px 24px !important;
}

@media (max-width: 760px) {
	.gh-faqs--premium .gh-faqs__intro {
		margin-bottom: 24px;
	}

	.gh-faqs--premium .gh-faq-card__summary {
		min-height: 72px !important;
		padding: 0 22px !important;
	}

	.gh-faqs--premium .gh-faq-card__question {
		font-size: 1.02rem !important;
	}

	.gh-faqs--premium .gh-faq-card__answer p {
		padding: 0 22px 20px !important;
	}
}

/* Floating WhatsApp widget */
.gh-whatsapp-widget {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 60;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	opacity: 0;
	transform: translateY(18px) scale(0.96);
	pointer-events: none;
	transition: opacity 180ms ease, transform 180ms ease;
}

.gh-whatsapp-widget.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

.gh-whatsapp-tooltip {
	display: none;
	max-width: 210px;
	padding: 12px 14px;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 18px 38px rgba(21, 38, 83, 0.16);
	color: var(--gh-navy);
}

.gh-whatsapp-tooltip.is-active {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
	align-items: start;
}

.gh-whatsapp-tooltip__text {
	font: 800 0.95rem/1.3 "Nunito", Arial, sans-serif;
}

.gh-whatsapp-tooltip__close {
	width: 26px;
	height: 26px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(21, 38, 83, 0.08);
	color: var(--gh-navy);
	cursor: pointer;
	font-size: 1.1rem;
	line-height: 1;
}

.gh-whatsapp-button {
	display: inline-flex;
	width: 64px;
	height: 64px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #2fd06f, #18a957);
	box-shadow: 0 18px 34px rgba(24, 169, 87, 0.3);
	color: #fff;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.gh-whatsapp-button:hover,
.gh-whatsapp-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 22px 38px rgba(24, 169, 87, 0.34);
	filter: saturate(1.02);
}

.gh-whatsapp-button svg {
	width: 30px;
	height: 30px;
}

@media (max-width: 760px) {
	.gh-whatsapp-widget {
		right: 16px;
		bottom: 16px;
	}

	.gh-whatsapp-tooltip {
		max-width: 180px;
		padding: 11px 12px;
	}

	.gh-whatsapp-tooltip__text {
		font-size: 0.88rem;
	}

	.gh-whatsapp-button {
		width: 58px;
		height: 58px;
	}
}

.gh-mobile-sticky-actions {
	display: none;
}

@media (max-width: 760px) {
	.gh-landing {
		padding-bottom: 168px;
	}

	.gh-mobile-sticky-actions {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 75;
		display: block;
		padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
		opacity: 0;
		transform: translateY(110%);
		pointer-events: none;
		transition: opacity 180ms ease, transform 180ms ease;
	}

	.gh-whatsapp-widget {
		right: 14px;
		bottom: calc(96px + env(safe-area-inset-bottom, 0px));
		z-index: 82;
		align-items: flex-end;
	}

	.gh-whatsapp-tooltip {
		max-width: 170px;
		padding: 10px 12px;
		border-radius: 16px;
	}

	.gh-whatsapp-tooltip.is-active {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 26px;
		gap: 8px;
	}

	.gh-whatsapp-tooltip__text {
		font-size: 0.82rem;
		line-height: 1.22;
	}

	.gh-whatsapp-button {
		width: 54px;
		height: 54px;
		box-shadow: 0 14px 30px rgba(24, 169, 87, 0.28);
	}

	.gh-whatsapp-button svg {
		width: 28px;
		height: 28px;
	}

	.gh-mobile-sticky-actions.is-visible {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}

	.gh-mobile-sticky-actions__inner {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		padding: 10px;
		border: 1px solid rgba(21, 38, 83, 0.08);
		border-radius: 24px 24px 0 0;
		background: rgba(255, 253, 247, 0.96);
		box-shadow: 0 -14px 32px rgba(21, 38, 83, 0.12);
		backdrop-filter: blur(16px);
	}

	.gh-mobile-sticky-actions__button {
		display: inline-flex;
		min-height: 52px;
		align-items: center;
		justify-content: center;
		padding: 0 14px;
		border-radius: 999px;
		color: #fff;
		font-family: "Fredoka", Arial, sans-serif;
		font-size: 0.92rem;
		font-weight: 600;
		line-height: 1;
		text-align: center;
		text-decoration: none;
		box-shadow: 0 12px 24px rgba(21, 38, 83, 0.12);
	}

	.gh-mobile-sticky-actions__button--directions {
		background: linear-gradient(135deg, var(--gh-pink), var(--gh-pink-dark));
	}

	.gh-mobile-sticky-actions__button--call {
		background: linear-gradient(135deg, #8bcf35, var(--gh-green-dark));
	}

	.back-to-top,
	.scroll-to-top,
	.scroll-up,
	.scrollup,
	#scroll-up,
	#scrollUp,
	#back-to-top,
	.ast-scroll-top,
	.et_pb_scroll_top {
		right: 14px !important;
		bottom: calc(164px + env(safe-area-inset-bottom, 0px)) !important;
		z-index: 81 !important;
	}
}

/* Replacement home hero */
.gh-home-hero {
	position: relative;
	display: flex;
	align-items: stretch;
	min-height: min(92vh, 860px);
	padding: 0;
	background: #0f172f;
	overflow: clip;
}

.gh-home-hero::after {
	display: none;
}

.gh-home-hero__media,
.gh-home-hero__overlay {
	position: absolute;
	inset: 0;
}

.gh-home-hero__media {
	background-image: var(--gh-hero-bg-image);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.06);
	transform-origin: center;
	animation: ghHeroZoom 18s ease-in-out infinite alternate;
	will-change: transform;
}

.gh-home-hero__overlay {
	background:
		linear-gradient(90deg, rgba(10, 18, 37, 0.78) 0%, rgba(10, 18, 37, 0.68) 34%, rgba(10, 18, 37, 0.34) 60%, rgba(10, 18, 37, 0.2) 100%),
		linear-gradient(180deg, rgba(6, 11, 24, 0.18) 0%, rgba(6, 11, 24, 0.38) 100%);
}

.gh-home-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	width: 100%;
	align-items: center;
	padding-top: clamp(64px, 9vw, 112px);
	padding-bottom: clamp(72px, 11vw, 128px);
}

.gh-home-hero__content {
	max-width: min(720px, 64vw);
	color: #fff;
	animation: ghHeroFadeUp 900ms cubic-bezier(.22, 1, .36, 1) both;
}

.gh-home-hero__title {
	display: grid;
	gap: 10px;
	color: #fff !important;
	font-family: "Fredoka", Arial, sans-serif;
	font-size: clamp(3.4rem, 7vw, 6.7rem);
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.gh-home-hero__title span {
	display: block;
	max-width: 12ch;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(1.65rem, 3.2vw, 2.75rem);
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: -0.02em;
}

.gh-home-hero__text {
	max-width: 34rem;
	margin-top: 26px;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1.02rem, 1.55vw, 1.26rem);
	font-weight: 600;
	line-height: 1.65;
}

.gh-home-hero__actions {
	margin-top: 30px;
}

.gh-home-hero__actions .gh-button {
	min-height: 58px;
	padding-inline: 30px;
	box-shadow: 0 20px 34px rgba(7, 12, 28, 0.28);
}

@keyframes ghHeroFadeUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes ghHeroZoom {
	from {
		transform: scale(1.03);
	}

	to {
		transform: scale(1.11);
	}
}

@media (prefers-reduced-motion: reduce) {
	.gh-home-hero__media,
	.gh-home-hero__content {
		animation: none;
	}
}

@media (max-width: 900px) {
	.gh-home-hero {
		min-height: 76vh;
	}

	.gh-home-hero__overlay {
		background:
			linear-gradient(180deg, rgba(10, 18, 37, 0.68) 0%, rgba(10, 18, 37, 0.44) 45%, rgba(10, 18, 37, 0.68) 100%);
	}

	.gh-home-hero__content {
		max-width: min(100%, 40rem);
	}

	.gh-home-hero__title span {
		max-width: 100%;
	}
}

@media (max-width: 760px) {
	.gh-home-hero {
		min-height: 72vh;
	}

	.gh-home-hero__inner {
		align-items: end;
		padding-top: 92px;
		padding-bottom: 88px;
	}

	.gh-home-hero__content {
		max-width: 100%;
	}

	.gh-home-hero__title {
		font-size: clamp(2.5rem, 13vw, 4.1rem);
		line-height: 0.96;
	}

	.gh-home-hero__title span {
		font-size: clamp(1.28rem, 6vw, 2rem);
	}

	.gh-home-hero__text {
		margin-top: 18px;
		font-size: 1rem;
		line-height: 1.55;
	}

	.gh-home-hero__actions {
		margin-top: 22px;
	}

	.gh-home-hero__actions .gh-button {
		width: 100%;
	}
}

/* Hero v2 */
.gh-home-hero {
	position: relative;
	min-height: min(94vh, 900px);
	padding: 0;
	background:
		linear-gradient(180deg, #a9dbff 0%, #dff3ff 38%, #fff5c8 100%);
	overflow: hidden;
}

.gh-home-hero::after {
	display: none;
}

.gh-home-hero__sky {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.78), transparent 13rem),
		radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.45), transparent 12rem),
		linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
}

.gh-home-hero__spark {
	position: absolute;
	z-index: 1;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.55);
	filter: blur(1px);
	animation: ghHeroFloat 7s ease-in-out infinite;
}

.gh-home-hero__spark--one {
	top: 18%;
	left: 7%;
	width: 110px;
	height: 110px;
}

.gh-home-hero__spark--two {
	right: 12%;
	top: 15%;
	width: 72px;
	height: 72px;
	animation-delay: -2.4s;
}

.gh-home-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, .96fr) minmax(420px, 1.04fr);
	gap: clamp(18px, 2.8vw, 34px);
	align-items: end;
	min-height: inherit;
	padding-top: clamp(24px, 3.8vw, 42px);
	padding-bottom: clamp(18px, 3.5vw, 30px);
}

.gh-home-hero__content {
	align-self: center;
	max-width: 580px;
	padding: 12px 0 6px;
	animation: ghHeroFadeUp 900ms cubic-bezier(.22, 1, .36, 1) both;
}

.gh-home-hero__title {
	display: block;
	color: #fff34f !important;
	font-family: "Fredoka", Arial, sans-serif;
	font-size: clamp(3.4rem, 7.2vw, 6rem);
	font-weight: 600;
	line-height: .95;
	letter-spacing: -0.04em;
	text-shadow:
		0 8px 22px rgba(44, 88, 170, 0.28),
		0 0 16px rgba(255, 243, 79, 0.18);
}

.gh-home-hero__title span {
	display: block;
	max-width: 11ch;
	margin-top: 8px;
	color: #fff;
	font-size: clamp(1.8rem, 3.8vw, 3.35rem);
	font-weight: 400;
	line-height: .98;
	letter-spacing: -0.03em;
	text-shadow:
		-3px -3px 0 #df4d76,
		3px -3px 0 #df4d76,
		-3px 3px 0 #df4d76,
		3px 3px 0 #df4d76,
		0 10px 24px rgba(16, 34, 79, 0.18);
}

.gh-home-hero__text {
	max-width: 27rem;
	margin-top: 16px;
	color: rgba(21, 38, 83, 0.9);
	font-size: clamp(1.02rem, 1.3vw, 1.2rem);
	font-weight: 700;
	line-height: 1.6;
}

.gh-home-hero__actions {
	margin-top: 18px;
}

.gh-home-hero__actions .gh-button {
	min-height: 58px;
	padding-inline: 30px;
	box-shadow: 0 20px 34px rgba(69, 98, 159, 0.18);
}

.gh-home-hero__visual {
	position: relative;
	min-height: 540px;
}

.gh-home-hero__scene {
	position: absolute;
	right: -2%;
	bottom: 0;
	width: min(100%, 790px);
	height: 100%;
	background-image: var(--gh-hero-scene-image);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	animation: ghHeroSceneBob 8s ease-in-out infinite;
	transform-origin: center bottom;
}

.gh-home-hero__photo-card {
	position: absolute;
	left: 8%;
	bottom: 16%;
	width: min(42vw, 440px);
	max-width: 440px;
	padding: 12px;
	border: 3px solid rgba(255, 255, 255, 0.44);
	border-radius: 28px;
	background: rgba(112, 149, 214, 0.28);
	box-shadow: 0 24px 58px rgba(40, 71, 129, 0.18);
	backdrop-filter: blur(8px);
	animation: ghHeroCardFloat 7.2s ease-in-out infinite;
}

.gh-home-hero__photo-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 20px;
	filter: saturate(1.04) brightness(1.03);
}

.gh-home-hero__badge {
	position: absolute;
	z-index: 3;
	animation: ghHeroFloat 6.4s ease-in-out infinite;
}

.gh-home-hero__badge--sun {
	top: 10%;
	left: 49%;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background:
		radial-gradient(circle, #ffd85f 0 48%, transparent 49%),
		conic-gradient(from 0deg, transparent 0 10deg, #f59b2f 10deg 18deg, transparent 18deg 46deg, #f59b2f 46deg 54deg, transparent 54deg 82deg, #f59b2f 82deg 90deg, transparent 90deg 118deg, #f59b2f 118deg 126deg, transparent 126deg 360deg);
}

.gh-home-hero__badge--cloud {
	top: 20%;
	right: 6%;
	width: 92px;
	height: 46px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow:
		22px -8px 0 2px rgba(255, 255, 255, 0.9),
		46px 2px 0 -2px rgba(255, 255, 255, 0.9);
	animation-delay: -2.1s;
}

@keyframes ghHeroCardFloat {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-12px);
	}
}

@keyframes ghHeroSceneBob {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
	}
}

@keyframes ghHeroFloat {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.gh-home-hero__content,
	.gh-home-hero__scene,
	.gh-home-hero__photo-card,
	.gh-home-hero__spark,
	.gh-home-hero__badge {
		animation: none;
	}
}

@media (max-width: 1100px) {
	.gh-home-hero__inner {
		grid-template-columns: 1fr;
		align-items: start;
		padding-bottom: 8px;
	}

	.gh-home-hero__content {
		max-width: 100%;
		padding-bottom: 0;
	}

	.gh-home-hero__visual {
		min-height: 460px;
		margin-top: 0;
	}

	.gh-home-hero__scene {
		width: min(100%, 700px);
	}

	.gh-home-hero__photo-card {
		left: 6%;
		bottom: 12%;
		width: min(52vw, 400px);
	}
}

@media (max-width: 760px) {
	.gh-home-hero {
		min-height: auto;
	}

	.gh-home-hero__inner {
		gap: 12px;
		padding-top: 28px;
		padding-bottom: 16px;
	}

	.gh-home-hero__content {
		padding: 0;
	}

	.gh-home-hero__title {
		font-size: clamp(2.6rem, 13vw, 4.1rem);
	}

	.gh-home-hero__title span {
		max-width: 100%;
		font-size: clamp(1.55rem, 7vw, 2.45rem);
		text-shadow:
			-2px -2px 0 #df4d76,
			2px -2px 0 #df4d76,
			-2px 2px 0 #df4d76,
			2px 2px 0 #df4d76;
	}

	.gh-home-hero__text {
		margin-top: 14px;
		font-size: 0.95rem;
	}

	.gh-home-hero__actions {
		margin-top: 16px;
	}

	.gh-home-hero__actions .gh-button {
		width: 100%;
	}

	.gh-home-hero__visual {
		min-height: 312px;
	}

	.gh-home-hero__scene {
		right: -2%;
		width: 106%;
	}

	.gh-home-hero__photo-card {
		left: 3%;
		bottom: 12%;
		width: 56%;
		padding: 8px;
		border-radius: 18px;
	}

	.gh-home-hero__photo-card img {
		border-radius: 14px;
	}

	.gh-home-hero__badge--sun {
		top: 8%;
		left: auto;
		right: 24%;
		width: 52px;
		height: 52px;
	}

	.gh-home-hero__badge--cloud {
		top: 15%;
		right: 8%;
		transform: scale(.82);
		transform-origin: center;
	}
}

/* Hero refinement */
.gh-home-hero .gh-shell {
	width: min(var(--gh-shell), calc(100% - 88px));
}

.gh-home-hero {
	min-height: min(84vh, 760px);
}

.gh-home-hero__inner {
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.98fr);
	gap: clamp(28px, 3vw, 42px);
	align-items: center;
	padding-top: clamp(34px, 4vw, 48px);
	padding-bottom: clamp(26px, 4vw, 34px);
}

.gh-home-hero__content {
	max-width: 560px;
	padding: 0 0 0 8px;
}

.gh-home-hero__title {
	color: var(--gh-navy) !important;
	font-size: clamp(3rem, 5.6vw, 4.9rem);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.04em;
	text-shadow: none;
}

.gh-home-hero__title span {
	max-width: 10.5ch;
	margin-top: 10px;
	color: var(--gh-pink-dark);
	font-size: clamp(1.55rem, 2.8vw, 2.45rem);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.02em;
	text-shadow: none;
}

.gh-home-hero__text {
	max-width: 29rem;
	margin-top: 18px;
	color: rgba(21, 38, 83, 0.88);
	font-size: clamp(1rem, 1.18vw, 1.12rem);
	font-weight: 700;
	line-height: 1.65;
}

.gh-home-hero__actions {
	margin-top: 22px;
}

.gh-home-hero__visual {
	min-height: 500px;
}

.gh-home-hero__scene {
	right: 0;
	bottom: 0;
	width: min(100%, 720px);
}

.gh-home-hero__photo-card {
	left: 8%;
	bottom: 13%;
	width: min(40vw, 410px);
	max-width: 410px;
	padding: 10px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.58);
	box-shadow: 0 22px 44px rgba(40, 71, 129, 0.16);
}

.gh-home-hero__photo-card img {
	aspect-ratio: 4 / 3;
	border-radius: 18px;
}

.gh-home-hero__badge--sun {
	top: 12%;
	left: auto;
	right: 22%;
	width: 56px;
	height: 56px;
}

.gh-home-hero__badge--cloud {
	top: 16%;
	right: 5%;
	transform: scale(0.88);
	transform-origin: center;
}

@media (max-width: 1100px) {
	.gh-home-hero .gh-shell {
		width: min(var(--gh-shell), calc(100% - 56px));
	}

	.gh-home-hero__inner {
		grid-template-columns: 1fr;
		gap: 20px;
		align-items: start;
	}

	.gh-home-hero__content {
		max-width: 100%;
		padding-left: 0;
	}

	.gh-home-hero__visual {
		min-height: 430px;
	}

	.gh-home-hero__scene {
		width: min(100%, 660px);
	}

	.gh-home-hero__photo-card {
		left: 6%;
		bottom: 11%;
		width: min(48vw, 360px);
	}
}

@media (max-width: 760px) {
	.gh-home-hero .gh-shell {
		width: min(var(--gh-shell), calc(100% - 32px));
	}

	.gh-home-hero__inner {
		gap: 16px;
		padding-top: 24px;
		padding-bottom: 16px;
	}

	.gh-home-hero__title {
		font-size: clamp(2.35rem, 11vw, 3.6rem);
	}

	.gh-home-hero__title span {
		max-width: 100%;
		font-size: clamp(1.3rem, 6vw, 1.9rem);
	}

	.gh-home-hero__text {
		margin-top: 14px;
		font-size: 0.95rem;
	}

	.gh-home-hero__actions {
		margin-top: 18px;
	}

	.gh-home-hero__visual {
		min-height: 300px;
	}

	.gh-home-hero__scene {
		right: -1%;
		width: 102%;
	}

	.gh-home-hero__photo-card {
		left: 4%;
		bottom: 11%;
		width: 54%;
		padding: 8px;
		border-radius: 18px;
	}

	.gh-home-hero__photo-card img {
		border-radius: 14px;
	}
}

/* Gallery Section */
.gh-gallery {
	background: var(--gh-white);
	padding: clamp(38px, 5vw, 56px) 0;
}

.gh-gallery__header {
	text-align: center;
	margin-bottom: 24px;
}

.gh-gallery__intro {
	margin-top: 8px;
	color: rgba(21, 38, 83, 0.78);
	font-size: 1.08rem;
	max-width: 600px;
	margin-inline: auto;
	line-height: 1.5;
}

.gh-gallery__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	max-width: 1200px;
	margin-inline: auto;
}

.gh-gallery__item {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 5px solid #ffffff;
	border-radius: 20px;
	box-shadow: 0 8px 24px rgba(21, 38, 83, 0.05);
	cursor: pointer;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	position: relative;
	transition: transform 300ms cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 300ms ease;
}

.gh-gallery__item:hover {
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 16px 32px rgba(21, 38, 83, 0.1);
	z-index: 5;
}

.gh-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 550ms cubic-bezier(0.25, 1, 0.5, 1);
}

.gh-gallery__item:hover img {
	transform: scale(1.06);
}

/* Lightbox Styling */
.gh-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 300ms ease;
}

.gh-lightbox.is-active {
	opacity: 1;
	pointer-events: auto;
}

.gh-lightbox__overlay {
	position: absolute;
	inset: 0;
	background: rgba(11, 19, 43, 0.94);
	backdrop-filter: blur(4px);
}

.gh-lightbox__close {
	position: absolute;
	top: 24px;
	right: 28px;
	z-index: 10;
	background: transparent;
	border: 0;
	color: #ffffff;
	font-size: 52px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.8;
	transition: transform 200ms ease, opacity 200ms ease;
}

.gh-lightbox__close:hover {
	opacity: 1;
	transform: scale(1.1);
}

.gh-lightbox__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 54px;
	height: 54px;
	background: rgba(255, 255, 255, 0.1);
	border: 0;
	border-radius: 50%;
	color: #ffffff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 200ms ease, transform 200ms ease;
}

.gh-lightbox__arrow:hover {
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-50%) scale(1.08);
}

.gh-lightbox__arrow--prev {
	left: 28px;
}

.gh-lightbox__arrow--next {
	right: 28px;
}

.gh-lightbox__content {
	position: relative;
	z-index: 5;
	max-width: 85%;
	max-height: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0.95);
	transition: transform 300ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gh-lightbox.is-active .gh-lightbox__content {
	transform: scale(1);
}

.gh-lightbox__content img {
	display: block;
	max-width: 100%;
	max-height: 100vh;
	object-fit: contain;
	border-radius: 16px;
	border: 5px solid #ffffff;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

@media (max-width: 960px) {
	.gh-gallery__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}
}

@media (max-width: 640px) {
	.gh-gallery {
		padding: 32px 0;
	}
	.gh-gallery__grid {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 12px;
		padding: 8px 20px 20px;
		margin-inline: -20px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}
	/* Custom scrollbar for horizontal swipe grid */
	.gh-gallery__grid::-webkit-scrollbar {
		height: 6px;
	}
	.gh-gallery__grid::-webkit-scrollbar-track {
		background: rgba(21, 38, 83, 0.05);
		border-radius: 99px;
	}
	.gh-gallery__grid::-webkit-scrollbar-thumb {
		background: rgba(21, 38, 83, 0.15);
		border-radius: 99px;
	}
	.gh-gallery__item {
		flex: 0 0 240px;
		scroll-snap-align: start;
		aspect-ratio: 4 / 3;
		border-radius: 16px;
		border-width: 4px;
	}
	.gh-lightbox__arrow {
		width: 46px;
		height: 46px;
		font-size: 20px;
	}
	.gh-lightbox__arrow--prev {
		left: 12px;
	}
	.gh-lightbox__arrow--next {
		right: 12px;
	}
}

/* Thank You Page Styling */
.gh-thankyou {
	position: relative;
	padding: 120px 0 80px;
	background: linear-gradient(180deg, #c6edff 0%, #fffdf7 100%);
	text-align: center;
	overflow: hidden;
}

.gh-thankyou__sky {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(circle at 10% 20%, rgba(255, 200, 77, 0.14), transparent 15rem),
		radial-gradient(circle at 85% 15%, rgba(168, 215, 232, 0.22), transparent 18rem);
}

.gh-thankyou__card {
	position: relative;
	z-index: 2;
	max-width: 680px;
	margin: 0 auto;
	padding: 50px 40px;
	border-radius: var(--gh-radius);
	border: 1px solid var(--gh-border);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: var(--gh-shadow);
	backdrop-filter: blur(10px);
}

.gh-thankyou__icon-wrap {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto 24px;
}

.gh-thankyou__icon-sun {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: var(--gh-yellow);
	box-shadow: 0 0 20px rgba(255, 200, 77, 0.4);
	animation: ghAnimatedHeroFloatLarge 6s ease-in-out infinite;
}

.gh-thankyou__icon-heart {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 50px;
	height: 50px;
	color: var(--gh-pink);
}

.gh-thankyou__icon-heart::before {
	content: "\2665";
	font-family: Arial, sans-serif;
	font-size: 56px;
	line-height: 1;
}

.gh-thankyou__title {
	font-size: clamp(2.5rem, 5vw, 3.8rem);
	color: var(--gh-navy);
	margin-bottom: 16px;
}

.gh-thankyou__text {
	font-size: 1.12rem;
	color: rgba(21, 38, 83, 0.86);
	line-height: 1.6;
	margin-bottom: 38px;
}

.gh-thankyou__share {
	margin: 28px 0 38px;
	padding: 24px 20px;
	border-radius: 20px;
	background: #ffe5ec;
	border: 1px dashed rgba(239, 111, 143, 0.4);
}

.gh-thankyou__share h2 {
	font-size: 1.42rem;
	color: var(--gh-pink-dark);
	margin-bottom: 8px;
}

.gh-thankyou__share p {
	font-size: 0.96rem;
	color: rgba(21, 38, 83, 0.78);
	margin-bottom: 18px;
}

.gh-thankyou__social-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.gh-thankyou__share-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 6px;
	border: 0;
	border-radius: 14px;
	background: #ffffff;
	color: var(--gh-navy);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(21, 38, 83, 0.05);
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.gh-thankyou__share-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(21, 38, 83, 0.1);
}

.gh-thankyou__btn-icon {
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	color: inherit;
}

.gh-thankyou__share-btn--whatsapp:hover {
	background: #25d366;
	color: #ffffff;
}

.gh-thankyou__share-btn--facebook:hover {
	background: #1877f2;
	color: #ffffff;
}

.gh-thankyou__share-btn--email:hover {
	background: var(--gh-green);
	color: #ffffff;
}

.gh-thankyou__share-btn--copy:hover {
	background: var(--gh-lavender);
	color: #ffffff;
}

.gh-thankyou__share-btn--copy.is-copied {
	background: #25d366 !important;
	color: #ffffff !important;
}

/* Icons styling using Unicode */
.gh-thankyou__share-btn--whatsapp .gh-thankyou__btn-icon::before {
	content: "\260E"; /* Phone symbol */
	font-size: 18px;
}
.gh-thankyou__share-btn--facebook .gh-thankyou__btn-icon::before {
	content: "\2139"; /* Information symbol */
	font-size: 18px;
}
.gh-thankyou__share-btn--email .gh-thankyou__btn-icon::before {
	content: "\2709"; /* Envelope symbol */
	font-size: 20px;
}
.gh-thankyou__share-btn--copy .gh-thankyou__btn-icon::before {
	content: "\2398"; /* Copy symbol */
	font-size: 18px;
}

.gh-thankyou__actions {
	margin-top: 24px;
}

@media (max-width: 680px) {
	.gh-thankyou {
		padding: 80px 0 60px;
	}
	.gh-thankyou__card {
		padding: 30px 20px;
	}
	.gh-thankyou__social-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Enroll Modal Styling */
.gh-enroll-modal .gh-enroll-modal__content {
	position: relative;
	z-index: 5;
	width: min(560px, calc(100% - 32px));
	max-height: 90vh;
	background: #ffffff;
	border-radius: var(--gh-radius);
	overflow-y: auto;
	transform: scale(0.95);
	transition: transform 300ms cubic-bezier(0.34, 1.56, 0.64, 1);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

.gh-enroll-modal.is-active .gh-enroll-modal__content {
	transform: scale(1);
}

.gh-enroll-modal__card {
	box-shadow: none !important;
	background: transparent !important;
	padding: 36px 28px !important;
	margin: 0 !important;
}

.gh-enroll-modal__close {
	position: absolute;
	top: 16px;
	right: 18px;
	z-index: 10;
	background: transparent;
	border: 0;
	color: var(--gh-navy);
	font-size: 38px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.6;
	transition: transform 200ms ease, opacity 200ms ease;
}

.gh-enroll-modal__close:hover {
	opacity: 1;
	transform: scale(1.1);
}

/* Scrollbar adjustments for the modal content */
.gh-enroll-modal__content::-webkit-scrollbar {
	width: 8px;
}
.gh-enroll-modal__content::-webkit-scrollbar-track {
	background: transparent;
}
.gh-enroll-modal__content::-webkit-scrollbar-thumb {
	background: rgba(21, 38, 83, 0.15);
	border-radius: 4px;
}
.gh-enroll-modal__content::-webkit-scrollbar-thumb:hover {
	background: rgba(21, 38, 83, 0.3);
}
