.form-section {
	background: #F7F8FA;
}

.form-layout {
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
	margin: 0 auto;
	max-width: 1180px;
}

.form-card {
	background: #fff;
	border: 1px solid rgba(16, 24, 32, 0.1);
	border-radius: 24px;
	box-shadow: 0 18px 50px rgba(10, 95, 203, 0.08);
	padding: clamp(1.5rem, 4vw, 3rem);
}

.form-card > h2 {
	margin-top: 0;
}

.swaila-form {
	margin-top: 1.5rem;
}

.form-grid {
	display: grid;
	gap: 1.15rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.swaila-form label {
	color: #101820;
	display: grid;
	font-size: 0.86rem;
	font-weight: 700;
	gap: 0.45rem;
}

.swaila-form .form-wide {
	grid-column: 1 / -1;
}

.swaila-form input,
.swaila-form select,
.swaila-form textarea {
	background: #fff;
	border: 1px solid rgba(16, 24, 32, 0.22);
	border-radius: 10px;
	color: #101820;
	font: inherit;
	font-weight: 400;
	padding: 0.85rem 0.95rem;
	width: 100%;
}

.swaila-form input:focus,
.swaila-form select:focus,
.swaila-form textarea:focus {
	border-color: #0A5FCB;
	box-shadow: 0 0 0 3px rgba(21, 138, 254, 0.14);
	outline: none;
}

.swaila-form textarea {
	resize: vertical;
}

.form-checkbox {
	align-items: start;
	display: grid !important;
	font-weight: 400 !important;
	gap: 0.7rem !important;
	grid-template-columns: 1rem 1fr;
	line-height: 1.5;
	margin: 1.35rem 0;
}

.form-checkbox input {
	margin-top: 0.25rem;
	padding: 0;
	width: auto;
}

.form-checkbox a,
.form-card a,
.contact-options a {
	color: #0A5FCB;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.form-required,
.optional {
	color: #687482;
	font-size: 0.75rem;
	font-weight: 400;
}

.form-honeypot {
	height: 0;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.form-notice {
	border-radius: 12px;
	font-weight: 700;
	margin-bottom: 1.2rem;
	padding: 1rem 1.15rem;
}

.form-notice.success {
	background: rgba(184, 242, 92, 0.28);
	color: #264500;
}

.form-notice.error {
	background: rgba(255, 118, 77, 0.16);
	color: #8A2510;
}

.contact-options {
	display: grid;
	gap: 0.75rem;
	margin-top: 2rem;
}

.contact-options a {
	background: #fff;
	border: 1px solid rgba(16, 24, 32, 0.12);
	border-radius: 14px;
	display: grid;
	gap: 0.2rem;
	padding: 1rem 1.1rem;
	text-decoration: none;
}

.contact-options span {
	color: #596674;
	font-size: 0.86rem;
}

.about-grid {
	align-items: center;
	display: grid;
	gap: clamp(2.5rem, 7vw, 6rem);
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
	margin: 0 auto;
	max-width: 1180px;
}

.portrait-placeholder {
	align-items: center;
	aspect-ratio: 4 / 5;
	background: linear-gradient(145deg, #F7F8FA, #E8F4FF);
	border: 1px solid rgba(10, 95, 203, 0.16);
	border-radius: 28px;
	color: #0A5FCB;
	display: flex;
	flex-direction: column;
	font-family: "Space Grotesk", "Century Gothic", sans-serif;
	justify-content: center;
}

.portrait-placeholder span {
	font-size: 1.35rem;
	font-weight: 700;
}

.portrait-placeholder small {
	color: #687482;
	margin-top: 0.35rem;
}

.about-copy .button {
	margin-top: 1.2rem;
}

.credential-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 2.5rem;
}

.credential-grid article {
	background: #F7F8FA;
	border: 1px solid rgba(16, 24, 32, 0.1);
	border-radius: 18px;
	display: grid;
	gap: 0.65rem;
	min-height: 165px;
	padding: 1.45rem;
}

.credential-grid strong {
	color: #0A5FCB;
	font-family: "Space Grotesk", "Century Gothic", sans-serif;
	font-size: 1.35rem;
}

.credential-grid span {
	color: #4E5B67;
	font-size: 0.9rem;
	line-height: 1.55;
}

.faq-list {
	display: grid;
	gap: 0.75rem;
	margin: 0 auto;
	max-width: 920px;
}

.faq-list details {
	background: #F7F8FA;
	border: 1px solid rgba(16, 24, 32, 0.1);
	border-radius: 14px;
	padding: 0 1.35rem;
}

.faq-list summary {
	color: #101820;
	cursor: pointer;
	font-family: "Space Grotesk", "Century Gothic", sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	padding: 1.2rem 2rem 1.2rem 0;
}

.faq-list details[open] {
	border-color: rgba(10, 95, 203, 0.3);
}

.faq-list p {
	color: #4E5B67;
	margin: 0;
	padding: 0 0 1.3rem;
}

.faq-contact {
	margin: 3rem auto 0;
	max-width: 920px;
	text-align: center;
}

.practice-package {
	background: #081F3A;
	border-radius: 26px;
	color: #fff;
	margin: 3rem auto;
	max-width: 1180px;
	padding: clamp(2rem, 5vw, 4rem);
}

.practice-package .eyebrow {
	color: #06D7F5;
}

.practice-package h2 {
	color: #fff;
	max-width: 760px;
}

.practice-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 2rem;
}

.practice-grid article {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	padding: 1.3rem;
}

.practice-grid strong {
	color: #06D7F5;
	display: block;
	font-family: "Space Grotesk", "Century Gothic", sans-serif;
	margin-bottom: 0.55rem;
}

.practice-grid p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.86rem;
	margin: 0;
}

.card-price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.6rem;
	margin: 0.8rem 0 0;
}

.card-price span {
	background: #FFD447;
	border-radius: 999px;
	color: #101820;
	font-size: 0.64rem;
	font-weight: 800;
	padding: 0.2rem 0.5rem;
	text-transform: uppercase;
}

.card-price strong {
	color: #0A5FCB;
	font-family: "Space Grotesk", "Century Gothic", sans-serif;
	font-size: 1.22rem;
}

.card-price small {
	color: #687482;
	font-size: 0.7rem;
}

.course-card .card-price {
	grid-column: 2;
}

.course-card .course-number {
	grid-row: 1 / 8;
}

.offer-card .card-price {
	border-bottom: 1px solid rgba(16, 24, 32, 0.1);
	padding-bottom: 1rem;
}

.course-price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 0.9rem;
}

.course-price del {
	color: #687482;
	font-size: 1rem;
}

.course-price strong {
	color: #0A5FCB;
	font-size: 1.45rem;
}

.price-label {
	background: #FFD447;
	border-radius: 999px;
	color: #101820;
	font-size: 0.72rem;
	font-weight: 800;
	padding: 0.3rem 0.65rem;
	text-transform: uppercase;
}

.tax-note {
	color: #687482;
	font-size: 0.8rem;
	line-height: 1.55;
	margin-top: 1rem;
}

.subpage-section .date-choice-grid {
	display: grid !important;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 2.5rem 0 3rem;
}

.date-choice {
	background: #F7F8FA;
	border: 1px solid rgba(16, 24, 32, 0.1);
	border-radius: 18px;
	display: grid;
	gap: 0.55rem;
	padding: 1.35rem;
}

.date-choice > span {
	color: #9B13EA;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.date-choice strong {
	color: #101820;
	font-family: "Space Grotesk", "Century Gothic", sans-serif;
	font-size: 1.05rem;
}

.date-choice small {
	color: #596674;
	line-height: 1.5;
}

.booking-section {
	background: #F7F8FA;
}

.date-choice > span,
.date-choice strong,
.date-choice small {
	display: block;
}

.enable-program-section .inner {
	margin: 0 auto;
	max-width: 1180px;
}

.week-program {
	display: grid;
	gap: 1rem;
	margin-top: 3rem;
}

.week-card {
	background: #fff;
	border: 1px solid rgba(16, 24, 32, 0.1);
	border-radius: 22px;
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: 110px 1fr;
	padding: clamp(1.5rem, 4vw, 2.5rem);
}

.week-marker {
	align-items: center;
	background: #0A5FCB;
	border-radius: 16px;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 92px;
	justify-content: center;
	width: 92px;
}

.week-marker span {
	font-family: "Space Grotesk", "Century Gothic", sans-serif;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1;
}

.week-marker small {
	color: #B8F4FC;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-top: 0.45rem;
	text-transform: uppercase;
}

.week-kicker {
	color: #9B13EA !important;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin: 0;
	text-transform: uppercase;
}

.week-content h3 {
	color: #0A5FCB;
	font-size: clamp(1.45rem, 2.6vw, 2.15rem);
	line-height: 1.15;
	margin: 0.45rem 0 0.8rem;
}

.week-content > p:not(.week-kicker):not(.week-result) {
	color: #4E5B67;
	margin: 0 0 1rem;
}

.week-content ul {
	columns: 2;
	column-gap: 2.5rem;
	margin: 1.2rem 0;
	padding-left: 1.2rem;
}

.week-content li {
	break-inside: avoid;
	font-size: 0.88rem;
	margin-bottom: 0.55rem;
}

.week-result {
	background: #F0F8FF;
	border-left: 3px solid #06D7F5;
	color: #25384A;
	font-size: 0.86rem;
	margin: 1.3rem 0 0;
	padding: 0.9rem 1rem;
}

.ai-act-overview {
	padding-bottom: 0;
}

.ai-act-band {
	background: linear-gradient(135deg, #081F3A 0%, #0A5FCB 100%);
	border-radius: 26px;
	color: #fff;
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(2rem, 5vw, 4rem);
}

.ai-act-band .eyebrow {
	color: #06D7F5;
}

.ai-act-band h2 {
	color: #fff;
	font-size: clamp(2rem, 3.5vw, 3.4rem);
	line-height: 1.1;
	margin: 0 0 1.4rem;
	max-width: 850px;
}

.ai-act-band p {
	color: rgba(255, 255, 255, 0.82);
	max-width: 900px;
}

.ai-act-band a {
	color: #FFD447;
	display: inline-block;
	font-weight: 800;
	margin-top: 0.7rem;
}

@media (max-width: 1000px) {
	.practice-grid,
	.credential-grid,
	.subpage-section .date-choice-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.form-layout,
	.about-grid,
	.form-grid,
	.practice-grid,
	.credential-grid,
	.subpage-section .date-choice-grid {
		grid-template-columns: 1fr;
	}

	.week-card {
		grid-template-columns: 1fr;
	}

	.week-content ul {
		columns: 1;
	}

	.form-card {
		padding: 1.35rem;
	}

	.swaila-form .form-wide {
		grid-column: auto;
	}
}
