/* ===================================================
   OLA Homeschool — Matches OLA Elementor page style.
   Bold colors, shape dividers, Quicksand/Raleway,
   overlapping cards, shadows, vibrant energy.
   =================================================== */

.hs { padding: 0; font-family: 'Raleway', sans-serif; }
.hs section { padding: 80px 24px; position: relative; }
.hs h1, .hs h2, .hs h3, .hs h4 { font-family: 'Quicksand', sans-serif; }
.hs h2 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #202020;
	line-height: 1.2;
	margin-bottom: 16px;
	text-align: center;
}
.hs p { font-size: 1.0625rem; line-height: 1.75; color: #54595F; }

/* ── Buttons ── */
.hs-btn {
	display: inline-block;
	padding: 18px 44px;
	border-radius: 55px;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.0625rem;
	font-weight: 700;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
}
.hs-btn--gold {
	background: #FDCB48;
	color: #202020;
	box-shadow: 0 4px 20px rgba(253, 203, 72, 0.4);
}
.hs-btn--gold:hover { background: #f5c030; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(253,203,72,0.5); }
.hs-btn--pink {
	background: linear-gradient(135deg, #FD3D7F, #8700FF);
	color: #fff;
	box-shadow: 0 4px 20px rgba(253, 61, 127, 0.35);
}
.hs-btn--pink:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(253,61,127,0.45); }
.hs-btn--pink:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.hs-btn--dark {
	background: #202020;
	color: #fff;
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.hs-btn--dark:hover { background: #000; transform: translateY(-2px); }
.hs-btn--outline {
	background: transparent;
	color: #54595F;
	border: 2px solid #ddd;
	padding: 16px 32px;
}
.hs-btn--outline:hover { border-color: #202020; color: #202020; }

/* ── Wave Dividers ── */
.hs-wave {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	overflow: hidden;
	z-index: 2;
}
.hs-wave--flip {
	bottom: auto;
	top: 0;
	transform: scaleY(-1);
}
.hs-wave svg {
	display: block;
	width: 150%;
	height: 100%;
	margin-left: -25%;
}
.hs-wave--white { color: #fff; }
.hs-wave--dark { color: #202020; }
.hs-wave--cyan { color: #D9F8F8; }
.hs-wave--gold { color: #FFF8E1; }
.hs-wave--light { color: #F7F5F2; }

/* ═══════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════ */
.hs-hero {
	background: linear-gradient(160deg, #1B1B2F 0%, #202040 50%, #162447 100%);
	color: #fff;
	text-align: center;
	padding: 120px 24px 140px;
	position: relative;
	overflow: hidden;
}
.hs-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 70% 60% at 20% 90%, rgba(9,182,192,0.15) 0%, transparent 60%),
		radial-gradient(ellipse 60% 50% at 80% 10%, rgba(253,61,127,0.12) 0%, transparent 60%),
		radial-gradient(ellipse 50% 50% at 50% 50%, rgba(135,0,255,0.08) 0%, transparent 60%);
}
.hs-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 720px;
	margin: 0 auto;
}
.hs-hero__badge {
	display: inline-block;
	background: rgba(253,203,72,0.15);
	color: #FDCB48;
	font-family: 'Quicksand', sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	padding: 8px 24px;
	border-radius: 50px;
	margin-bottom: 28px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.hs-hero h1 {
	font-size: 3.25rem;
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 24px;
	letter-spacing: -0.02em;
}
.hs-hero p {
	font-size: 1.1875rem;
	color: rgba(255,255,255,0.7);
	max-width: 560px;
	margin: 0 auto 40px;
	line-height: 1.7;
}
.hs-hero .hs-btn--gold { font-size: 1.125rem; padding: 20px 52px; }
.hs-hero__chips {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 44px;
	flex-wrap: wrap;
}
.hs-hero__chips span {
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.12);
	color: rgba(255,255,255,0.7);
	padding: 8px 20px;
	border-radius: 50px;
	font-size: 0.8125rem;
	font-weight: 600;
	font-family: 'Quicksand', sans-serif;
}

/* ═══════════════════════════════════════════
   BENEFITS
   ═══════════════════════════════════════════ */
.hs-benefits {
	background: #fff;
	padding: 80px 24px 60px;
}
.hs-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	max-width: 1060px;
	margin: 0 auto;
}
.hs-benefits__card {
	background: #fff;
	border: 2px solid #f0f0f0;
	border-radius: 24px;
	padding: 36px 28px;
	text-align: center;
	transition: all 0.3s ease;
	box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.hs-benefits__card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 40px rgba(0,0,0,0.12);
	border-color: transparent;
}
.hs-benefits__icon {
	width: 72px;
	height: 72px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}
.hs-benefits__card h3 {
	font-size: 1.1875rem;
	font-weight: 700;
	color: #202020;
	margin-bottom: 8px;
}
.hs-benefits__card p {
	font-size: 0.9375rem;
	color: #808080;
}

/* ═══════════════════════════════════════════
   PROBLEM
   ═══════════════════════════════════════════ */
.hs-problem {
	background: #202020;
	color: #fff;
	padding: 140px 24px 140px;
}
.hs-problem__inner {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
}
.hs-problem h2 { color: #fff; }
.hs-problem__lead {
	font-size: 1.125rem;
	color: rgba(255,255,255,0.7);
	margin-bottom: 8px;
}
.hs-problem__list {
	margin: 40px 0;
	text-align: left;
}
.hs-problem__item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 16px;
	padding: 20px 24px;
	margin-bottom: 12px;
}
.hs-problem__item span {
	font-size: 1.5rem;
	flex-shrink: 0;
	margin-top: 2px;
}
.hs-problem__item p {
	color: rgba(255,255,255,0.8);
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
}
.hs-problem__big {
	font-size: 1.25rem;
	color: rgba(255,255,255,0.6);
	margin-top: 8px;
}
.hs-problem__big strong {
	color: #FDCB48;
	font-size: 1.375rem;
	display: block;
	margin-top: 8px;
}

/* ═══════════════════════════════════════════
   EMPATHY
   ═══════════════════════════════════════════ */
.hs-empathy {
	background: #fff;
	padding: 80px 24px;
}
.hs-empathy__box {
	max-width: 700px;
	margin: 0 auto;
	background: linear-gradient(135deg, #D9F8F8 0%, #E8F0FE 100%);
	border-radius: 28px;
	padding: 56px 48px;
	text-align: center;
	box-shadow: 0 8px 40px rgba(9,182,192,0.12);
}
.hs-empathy h2 {
	font-size: 2rem;
	color: #202020;
	margin-bottom: 20px;
}
.hs-empathy p {
	font-size: 1.0625rem;
	color: #54595F;
	margin-bottom: 16px;
}
.hs-empathy__bold {
	font-size: 1.25rem;
	font-weight: 700;
	color: #202020;
	margin-top: 8px;
}

/* ═══════════════════════════════════════════
   SOLUTION
   ═══════════════════════════════════════════ */
.hs-solution {
	background: #D9F8F8;
	padding: 140px 24px;
}
.hs-solution__inner {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}
.hs-solution h2 { color: #202020; }
.hs-solution > .hs-solution__inner > p {
	max-width: 600px;
	margin: 0 auto 44px;
}
.hs-solution__cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	text-align: left;
}
.hs-solution__col {
	background: #fff;
	border-radius: 24px;
	padding: 36px 32px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.hs-solution__col h4 {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Quicksand', sans-serif;
}
.hs-solution__col--yes h4 { color: #09B6C0; }
.hs-solution__col--no h4 { color: #808080; }
.hs-solution__col ul { list-style: none; padding: 0; margin: 0; }
.hs-solution__col li {
	padding: 12px 0;
	font-size: 0.9375rem;
	color: #54595F;
	border-bottom: 1px solid #f0f0f0;
}
.hs-solution__col li:last-child { border-bottom: none; }

/* ═══════════════════════════════════════════
   OUTCOMES
   ═══════════════════════════════════════════ */
.hs-outcomes {
	background: #fff;
	text-align: center;
}
.hs-outcomes__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	max-width: 860px;
	margin: 44px auto 0;
}
.hs-outcomes__card {
	background: #fff;
	border: 2px solid #f0f0f0;
	border-radius: 20px;
	padding: 32px 28px;
	text-align: left;
	transition: all 0.3s ease;
}
.hs-outcomes__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 30px rgba(0,0,0,0.1);
	border-color: transparent;
}
.hs-outcomes__num {
	font-family: 'Quicksand', sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	color: #FD3D7F;
	opacity: 0.2;
	line-height: 1;
	margin-bottom: 8px;
}
.hs-outcomes__card h4 {
	font-size: 1.0625rem;
	font-weight: 700;
	color: #202020;
	margin-bottom: 6px;
}
.hs-outcomes__card p { font-size: 0.9375rem; }

/* ═══════════════════════════════════════════
   STEPS
   ═══════════════════════════════════════════ */
.hs-steps {
	background: #FFF8E1;
	padding: 140px 24px 120px;
	text-align: center;
}
.hs-steps__inner { max-width: 900px; margin: 0 auto; }
.hs-steps h2 { color: #202020; }
.hs-steps__row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin: 48px 0 44px;
}
.hs-steps__card {
	background: #fff;
	border-radius: 24px;
	padding: 36px 24px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.hs-steps__num {
	width: 56px;
	height: 56px;
	background: linear-gradient(135deg, #FD3D7F, #8700FF);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	margin: 0 auto 20px;
	box-shadow: 0 4px 16px rgba(253,61,127,0.3);
}
.hs-steps__card h3 {
	font-size: 1.125rem;
	font-weight: 700;
	color: #202020;
	margin-bottom: 8px;
}
.hs-steps__card p {
	font-size: 0.9375rem;
	color: #808080;
}

/* ═══════════════════════════════════════════
   PROOF
   ═══════════════════════════════════════════ */
.hs-proof {
	background: #fff;
	text-align: center;
}
.hs-proof__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1060px;
	margin: 44px auto 0;
}
.hs-proof__card {
	background: #fff;
	border: 2px solid #f0f0f0;
	border-radius: 24px;
	padding: 36px 28px;
	text-align: left;
	box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.hs-proof__stars {
	color: #FDCB48;
	font-size: 1.125rem;
	letter-spacing: 2px;
	margin-bottom: 16px;
}
.hs-proof__card p {
	font-size: 1rem;
	font-style: italic;
	color: #202020;
	line-height: 1.7;
	margin-bottom: 20px;
}
.hs-proof__card strong {
	display: block;
	font-size: 0.9375rem;
	color: #202020;
	font-weight: 700;
}
.hs-proof__card span {
	font-size: 0.8125rem;
	color: #808080;
}

/* ═══════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════ */
.hs-faq {
	background: #F7F5F2;
	padding: 120px 24px 80px;
}
.hs-faq__inner {
	max-width: 680px;
	margin: 0 auto;
}
.hs-faq__list { margin-top: 40px; }
.hs-faq details {
	background: #fff;
	border-radius: 16px;
	margin-bottom: 12px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
	overflow: hidden;
}
.hs-faq summary {
	padding: 20px 24px;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.0625rem;
	font-weight: 700;
	color: #202020;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hs-faq summary::-webkit-details-marker { display: none; }
.hs-faq summary::after {
	content: '+';
	font-size: 1.5rem;
	font-weight: 400;
	color: #FD3D7F;
	margin-left: 16px;
}
.hs-faq details[open] summary::after { content: '−'; }
.hs-faq details[open] {
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.hs-faq details p {
	padding: 0 24px 20px;
	font-size: 0.9375rem;
	color: #54595F;
	line-height: 1.75;
}

/* ═══════════════════════════════════════════
   APPLY / FORM
   ═══════════════════════════════════════════ */
.hs-apply {
	background: linear-gradient(160deg, #1B1B2F 0%, #202040 100%);
	color: #fff;
	padding: 100px 24px 120px;
	text-align: center;
}
.hs-apply__inner { max-width: 540px; margin: 0 auto; }
.hs-apply h2 { color: #fff; margin-bottom: 8px; }
.hs-apply > .hs-apply__inner > p { color: rgba(255,255,255,0.6); margin-bottom: 40px; }

.hs-form {
	background: #fff;
	border-radius: 24px;
	padding: 40px 36px;
	text-align: left;
	box-shadow: 0 8px 40px rgba(0,0,0,0.2);
}
.hs-form__bar {
	height: 4px;
	background: #f0f0f0;
	border-radius: 2px;
	margin-bottom: 24px;
}
.hs-form__bar-fill {
	height: 100%;
	background: linear-gradient(90deg, #09B6C0, #FD3D7F);
	border-radius: 2px;
	transition: width 0.4s ease;
}
.hs-form__label {
	font-family: 'Quicksand', sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #808080;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 24px;
}
.hs-form label {
	display: block;
	font-family: 'Quicksand', sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	color: #202020;
	margin-bottom: 6px;
	margin-top: 20px;
}
.hs-form label:first-of-type { margin-top: 0; }
.hs-form label span { color: #FD3D7F; }

.hs-form input,
.hs-form select,
.hs-form textarea {
	width: 100%;
	padding: 14px 16px;
	font-family: 'Raleway', sans-serif;
	font-size: 0.9375rem;
	color: #202020;
	background: #F7F5F2;
	border: 2px solid transparent;
	border-radius: 12px;
	transition: all 0.25s ease;
	-webkit-appearance: none;
}
.hs-form input:focus,
.hs-form select:focus,
.hs-form textarea:focus {
	outline: none;
	border-color: #09B6C0;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(9,182,192,0.15);
}
.hs-form input::placeholder,
.hs-form textarea::placeholder { color: #aaa; }
.hs-form textarea { resize: vertical; min-height: 72px; }
.hs-form select {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23808080' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 40px;
}

.hs-err { border-color: #FD3D7F !important; background: #FFF5F8 !important; }

.hs-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.hs-form__row label { margin-top: 20px; }

.hs-form .hs-btn,
.hs-form .hs-form__next {
	width: 100%;
	margin-top: 28px;
	padding: 16px;
}
.hs-form__btns {
	display: flex;
	gap: 12px;
	margin-top: 28px;
}
.hs-form__btns .hs-btn { flex: 1; padding: 16px; }
.hs-form__btns .hs-btn--outline { flex: 0 0 auto; }

/* Success / Error */
.hs-form__done {
	padding: 48px 24px;
	text-align: center;
}
.hs-form__done-icon {
	width: 72px;
	height: 72px;
	background: linear-gradient(135deg, #09B6C0, #07E0EA);
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	box-shadow: 0 6px 24px rgba(9,182,192,0.3);
}
.hs-form__done h3 {
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 8px;
}
.hs-form__done p { color: rgba(255,255,255,0.7); }

.hs-form__fail {
	background: rgba(253,61,127,0.1);
	border-radius: 12px;
	padding: 16px;
	margin-top: 16px;
	text-align: center;
}
.hs-form__fail p { color: #FD3D7F; font-size: 0.9375rem; margin: 0; }
.hs-form__fail a { color: #FD3D7F; font-weight: 700; }

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 768px) {
	.hs section { padding: 64px 20px; }
	.hs h2 { font-size: 1.75rem; }
	.hs-hero { padding: 80px 20px 120px; }
	.hs-hero h1 { font-size: 2.125rem; }
	.hs-hero p { font-size: 1rem; }
	.hs-hero__chips { gap: 8px; }
	.hs-hero__chips span { font-size: 0.75rem; padding: 6px 14px; }

	.hs-benefits__grid { grid-template-columns: 1fr; gap: 16px; }
	.hs-problem { padding: 100px 20px; }
	.hs-solution { padding: 100px 20px; }
	.hs-solution__cols { grid-template-columns: 1fr; }
	.hs-outcomes__grid { grid-template-columns: 1fr; }
	.hs-steps { padding: 100px 20px; }
	.hs-steps__row { grid-template-columns: 1fr; gap: 16px; }
	.hs-proof__grid { grid-template-columns: 1fr; gap: 16px; }

	.hs-form { padding: 32px 24px; }
	.hs-form__row { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 480px) {
	.hs-hero h1 { font-size: 1.75rem; }
	.hs-hero .hs-btn--gold { padding: 16px 32px; font-size: 1rem; }
	.hs-form { padding: 28px 20px; border-radius: 20px; }
}
