/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 26 2026 | 08:21:29 */
/* ============================================================
BEAUTY SCHOOL AUSTRALIA — MASTER STYLESHEET
Scope: All rules prefixed .bsa-page to prevent bleed.
Add  bsa-page  to Elementor Page Settings → Body Class.
============================================================ */


/* ── GOOGLE FONT ──────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');


/* ── RESET (scoped) ──────────────────────────────────────── */
.bsa-page *, .bsa-page *::before, .bsa-page *::after {
	box-sizing: border-box;
}
.bsa-page .elementor-widget-html {
	width: 100%;
}
.bsa-page #sb-reviews-container-1 .sb-item-text {
	min-height: 195px;
}


/* ── FULL-WIDTH BREAKOUT ──────────────────────────────────── */
.bsa-page .bsa-hero,
.bsa-page .bsa-trust-bar,
.bsa-page .bsa-outcomes,
.bsa-page .bsa-kit,
.bsa-page .bsa-curriculum,
.bsa-page .bsa-support,
.bsa-page .bsa-testimonials,
.bsa-page .bsa-pricing,
.bsa-page .bsa-lead-form,
.bsa-page .bsa-instructors,
.bsa-page .bsa-faq,
.bsa-page .bsa-journey,
.bsa-page .bsa-final-cta {
	width:        100vw;
	position:     relative;
	left:         50%;
	right:        50%;
	margin-left:  -50vw;
	margin-right: -50vw;
}
.bsa-page .bsa-trust-bar { overflow: hidden; }
.bsa-page { overflow-x: hidden; }


/* ── DESIGN TOKENS ───────────────────────────────────────── */
.bsa-page {
	--bsa-pink:       #F072AB;
	--bsa-pink-dark:  #d45990;
	--bsa-pink-light: #FCE3EE;
	--bsa-black:      #111111;
	--bsa-dark:       #1a1a1a;
	--bsa-gray-100:   #f7f7f7;
	--bsa-gray-200:   #eeeeee;
	--bsa-gray-300:   #d4d4d4;
	--bsa-gray-500:   #777777;
	--bsa-gray-700:   #444444;
	--bsa-white:      #ffffff;
	--bsa-max-w:      1140px;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: var(--bsa-black);
	line-height: 1.6;
}
.bsa-page h1, .bsa-page h2, .bsa-page h3, .bsa-page h4 {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
}

.the_tick {
	width: 14px !important;
	height: 14px !important;
	flex-shrink: 0 !important;
	margin-top: 2px !important;
	fill: none !important;
	stroke: #C2185B !important;
	stroke-width: 2.2 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
}


/* ── INNER CONTAINER ─────────────────────────────────────── */
.bsa-wrap {
	max-width: var(--bsa-max-w);
	margin: 0 auto;
	padding: 0 24px;
}


/* ── SHARED SECTION PADDING ──────────────────────────────── */
.bsa-section { padding: 80px 0; }
@media (max-width: 600px) { .bsa-section { padding: 56px 0; } }


/* ── SHARED TYPOGRAPHY ───────────────────────────────────── */
.bsa-page .bsa-section-label {
	font-size: 14px; font-weight: 700; text-transform: uppercase;
	letter-spacing: 0.1em; color: var(--bsa-gray-500); display: block;
}
.bsa-page .bsa-section-title {
	font-size: clamp(28px, 3.5vw, 40px); font-weight: 900;
	text-transform: uppercase; line-height: 1.1; margin-bottom: 16px; margin-top: 0;
}
.bsa-page .bsa-section-subtitle {
	color: var(--bsa-gray-500); font-size: 15px; max-width: 540px;
}
.bsa-page .bsa-highlight { color: var(--bsa-pink); }


/* ── BUTTONS ─────────────────────────────────────────────── */
.bsa-page .bsa-btn {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 14px 28px; border-radius: 6px; font-weight: 700;
	font-size: 14px; letter-spacing: 0.02em; text-transform: uppercase;
	cursor: pointer; border: none; transition: all 0.2s;
	text-decoration: none; font-family: 'Inter', sans-serif;
}
.bsa-page .bsa-btn-pink  { background: var(--bsa-pink); color: var(--bsa-white); }
.bsa-page .bsa-btn-pink:hover { background: var(--bsa-pink-dark); transform: translateY(-1px); }
.bsa-page .bsa-btn-outline {
	background: transparent; color: var(--bsa-black);
	border: 2px solid var(--bsa-black);
}
.bsa-page .bsa-btn-outline:hover { background: var(--bsa-black); color: var(--bsa-white); }
.bsa-page .bsa-btn-white  { background: var(--bsa-white); color: var(--bsa-pink); }
.bsa-page .bsa-btn-white:hover { background: var(--bsa-gray-100); }
.bsa-page .bsa-btn-black  { background: var(--bsa-black); color: var(--bsa-white); }
.bsa-page .bsa-btn-black:hover { background: #333; }
.bsa-page .bsa-btn-outline-white {
	background: transparent; color: var(--bsa-white);
	border: 2px solid var(--bsa-white);
}
.bsa-page .bsa-btn-outline-white:hover { background: rgba(255,255,255,0.15); }


/* ============================================================
BLOCK 01 — HERO
============================================================ */
.bsa-hero {
	background: var(--bsa-gray-100);
	padding: 60px 0 0;
	overflow: hidden;
}
.bsa-hero-inner {
	display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end;
}
.bsa-hero-badge {
	display: inline-block; background: var(--bsa-pink);
	color: var(--bsa-white); font-size: 11px; font-weight: 700;
	text-transform: uppercase; letter-spacing: 0.05em;
	padding: 6px 14px; border-radius: 30px;
}
.bsa-hero h1 {
	font-size: clamp(36px, 5vw, 58px); font-weight: 900;
	line-height: 1.05; text-transform: uppercase; margin-bottom: 16px;
	color: var(--bsa-black);
}
.bsa-hero h1 .bsa-highlight { color: var(--bsa-pink); }
.bsa-hero-content > p {
	color: var(--bsa-gray-500); font-size: 15px; margin-bottom: 28px; max-width: 440px;
}
.bsa-hero-content > p strong { color: var(--bsa-black); }
.bsa-hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.bsa-hero-proof { display: flex; align-items: center; gap: 12px; margin-bottom: 40px; }
.bsa-hero-avatars { display: flex; }
.bsa-hero-avatars span {
	width: 32px; height: 32px; border-radius: 50%;
	background: var(--bsa-gray-300); border: 2px solid var(--bsa-white);
	margin-left: -8px; display: block;
}
.bsa-hero-avatars span:first-child { margin-left: 0; }
.bsa-hero-avatars span:nth-of-type(1) { background-image: url(/wp-content/uploads/rev_1.jpg); background-size: 100%; }
.bsa-hero-avatars span:nth-of-type(2) { background-image: url(/wp-content/uploads/rev_2.jpg); background-size: 100%; }
.bsa-hero-avatars span:nth-of-type(3) { background-image: url(/wp-content/uploads/rev_3.jpg); background-size: 100%; }
.bsa-hero-avatars span:nth-of-type(4) { background-image: url(/wp-content/uploads/rev_4.jpg); background-position: 50% 30%; background-size: 160%; }
.bsa-hero-proof-text { font-size: 13px; color: var(--bsa-gray-500); }
.bsa-hero-proof-text .bsa-stars { color: #f59e0b; }

/* ── Hero image / carousel wrapper ── */
.bsa-hero-image { position: relative; align-self: baseline; }

/* ── Carousel slides ── */
.bsa-page .bsa-hero-slide { display: none; }
.bsa-page .bsa-hero-slide.active { display: block; }

/* ── Carousel arrows ── */
.bsa-page .bsa-hero-arrow {
	position: absolute; top: 50%; transform: translateY(-50%);
	z-index: 10; width: 40px; height: 40px;
	border-radius: 50% !important;
	background: rgba(0,0,0,0.45); backdrop-filter: blur(6px);
	border: none; cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	transition: background 0.2s, transform 0.2s;
	padding: 0 !important;
}
.bsa-page .bsa-hero-arrow:hover {
	background: var(--bsa-pink);
	transform: translateY(-50%) scale(1.08);
}
.bsa-page .bsa-hero-arrow-prev { left: -16px; }
.bsa-page .bsa-hero-arrow-next { right: -16px; }
.bsa-page .bsa-hero-arrow svg path { stroke: white; }

/* ── Carousel dots ── */
.bsa-page .bsa-hero-dots {
	position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
	display: flex; gap: 8px; z-index: 10;
}
.bsa-page .bsa-hero-dot {
	width: 8px; height: 8px; border-radius: 50% !important;
	background: rgba(255,255,255,0.4);
	border: none; cursor: pointer; padding: 0 !important;
	transition: background 0.2s, transform 0.2s;
}
.bsa-page .bsa-hero-dot.active { background: var(--bsa-pink); transform: scale(1.3); }

/* ── Video facade ── */
.bsa-hero-video-facade {
	width: 100%; aspect-ratio: 4/5;
	background: linear-gradient(135deg, #222 0%, #111 100%);
	border-radius: 16px; position: relative; overflow: hidden; cursor: pointer;
}
.bsa-hero-video-facade img {
	width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease;
}
.bsa-hero-video-facade:hover img { transform: scale(1.03); }
.bsa-hero-video-facade::before {
	content: ''; position: absolute; inset: 0;
	background: rgba(0,0,0,0.25); z-index: 1; transition: background 0.3s;
}
.bsa-hero-video-facade:hover::before { background: rgba(0,0,0,0.15); }
.bsa-hero-play-btn {
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%, -50%); z-index: 2;
	width: 72px; height: 72px; border-radius: 50% !important;
	background: var(--bsa-pink); border: none; cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 8px 32px rgba(240,114,171,0.4); transition: all 0.3s;
}
.bsa-hero-play-btn:hover {
	transform: translate(-50%, -50%) scale(1.1);
	box-shadow: 0 12px 40px rgba(240,114,171,0.5);
}
.bsa-hero-play-btn svg { margin-left: 4px; }
.bsa-hero-play-btn path { fill: white; }
.bsa-hero-video-badge {
	position: absolute; bottom: 16px; left: 16px; z-index: 2;
	background: rgba(0,0,0,0.6); backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 10px; padding: 10px 16px;
	display: flex; align-items: center; gap: 10px;
}
.bsa-hero-video-badge-avatar {
	width: 36px; height: 36px; border-radius: 50%;
	background: url(/wp-content/uploads/sarah.jpg) center/cover;
	flex-shrink: 0;
}
.bsa-hero-video-badge-text { color: var(--bsa-white); }
.bsa-hero-video-badge-text strong { font-size: 13px; display: block; }
.bsa-hero-video-badge-text span { font-size: 11px; opacity: 0.7; }

/* ── Video player ── */
.bsa-hero-video-player {
	display: none; width: 100%; aspect-ratio: 4/5;
	border-radius: 16px; overflow: hidden;
	/*background: var(--bsa-pink-light);*/
}
.bsa-hero-video-player iframe { width: 100%; height: 100%; border: none; }

@media (max-width: 900px) {
	.bsa-hero-inner { grid-template-columns: 1fr; }
	.bsa-hero-image { display: none; }
}


/* ============================================================
BLOCK 02 — TRUST BAR
============================================================ */
.bsa-trust-bar {
	background: var(--bsa-gray-100);
	border-bottom: 1px solid var(--bsa-gray-200);
	padding: 20px 0; overflow: hidden;
}
.bsa-trust-viewport {
	overflow: hidden; position: relative;
	mask-image: linear-gradient(to right, transparent, black 60px, black calc(100% - 60px), transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, black 60px, black calc(100% - 60px), transparent);
}
.bsa-trust-track {
	display: flex; gap: 16px; width: max-content;
	animation: bsaScrollTrust 30s linear infinite;
}
.bsa-trust-track:hover { animation-play-state: paused; }
@keyframes bsaScrollTrust {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}
.bsa-trust-item {
	display: flex; align-items: center; gap: 12px;
	font-size: 14px; font-weight: 600; color: var(--bsa-black);
	background: var(--bsa-white); border-radius: 12px;
	padding: 16px 24px; flex-shrink: 0; white-space: nowrap;
	box-shadow: 0 1px 3px rgba(0,0,0,0.04); font-family: 'Inter', sans-serif;
}
.bsa-trust-icon {
	width: 40px; height: 40px; background: var(--bsa-pink-light);
	border-radius: 10px; flex-shrink: 0;
	display: flex; align-items: center; justify-content: center; font-size: 20px;
}


/* ============================================================
BLOCK 03 — OUTCOMES
============================================================ */
.bsa-outcomes { background: var(--bsa-black); color: var(--bsa-white); padding: 80px 0; }
.bsa-outcomes-header { text-align: center; margin-bottom: 48px; }
.bsa-outcomes-header .bsa-section-label { color: var(--bsa-gray-300); }
.bsa-outcomes-header .bsa-section-subtitle { color: var(--bsa-gray-300); margin: 0 auto; }
.bsa-outcomes-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px;
}
.bsa-outcome-card {
	background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
	border-radius: 14px; padding: 32px 28px; text-align: center;
	transition: border-color 0.2s, transform 0.2s; color: inherit;
	text-transform: none; letter-spacing: inherit; text-decoration: none; display: block;
}
.bsa-outcome-card:hover {
	border-color: var(--bsa-pink); opacity: 0.92; transform: translateY(-2px);
}
.bsa-outcome-card.bsa-featured { background: var(--bsa-pink); border-color: var(--bsa-pink); }
.bsa-outcome-emoji { font-size: 32px; margin-bottom: 12px; }
.bsa-outcome-card h3 { font-size: 15px; font-weight: 800; text-transform: uppercase; margin-bottom: 4px; }
.bsa-outcome-income { font-size: 32px; font-weight: 900; margin: 8px 0 4px; }
.bsa-outcome-freq { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 12px; }
.bsa-outcome-card.bsa-featured .bsa-outcome-freq { color: rgba(255,255,255,0.7); }
.bsa-outcome-card p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.5; }
.bsa-outcome-card.bsa-featured p { color: rgba(255,255,255,0.85); }
.bsa-outcomes-stats {
	display: flex; justify-content: center; gap: 48px; margin-bottom: 40px; flex-wrap: wrap;
}
.bsa-outcomes-stat { text-align: center; }
.bsa-outcomes-stat strong { display: block; font-size: 28px; font-weight: 900; color: var(--bsa-pink); }
.bsa-outcomes-stat span { font-size: 13px; color: var(--bsa-gray-300); }
.bsa-guarantee-box {
	max-width: 720px; margin: 0 auto;
	background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
	border-radius: 14px; padding: 28px 32px;
	display: flex; align-items: flex-start; gap: 20px;
}
.bsa-guarantee-icon {
	width: 56px; height: 56px; border-radius: 14px;
	background: var(--bsa-pink); display: flex; align-items: center;
	justify-content: center; font-size: 28px; flex-shrink: 0;
}
.bsa-guarantee-box h4 { font-size: 18px; font-weight: 800; text-transform: uppercase; margin-bottom: 6px; margin-top: 0; }
.bsa-guarantee-box p { font-size: 14px; color: var(--bsa-gray-300); line-height: 1.6; }

@media (max-width: 600px) {
	.bsa-outcomes-grid { grid-template-columns: 1fr; }
	.bsa-outcomes-stats { gap: 24px; }
	.bsa-guarantee-box { flex-direction: column; text-align: center; align-items: center; }
}


/* ============================================================
BLOCK 04 — KIT SHOWCASE
============================================================ */
.bsa-kit { background: var(--bsa-gray-100); padding: 80px 0; }
.bsa-kit-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }

/* ── Kit video ── */
.bsa-page .bsa-kit-video {
	position: relative;
	align-self: stretch;
}
.bsa-page .bsa-kit-video-facade {
	position: relative; width: 100%; height: 100%;
	min-height: 600px; overflow: hidden;
	cursor: pointer; border-radius: 12px;
}
.bsa-page .bsa-kit-video-facade img {
	position: absolute; inset: 0; width: 100%; height: 100%;
	object-fit: cover; transition: transform 0.4s ease;
}
.bsa-page .bsa-kit-video-facade:hover img { transform: scale(1.03); }
.bsa-page .bsa-kit-video-player {
	position: relative; width: 100%; height: 100%;
	min-height: 600px; border-radius: 12px; overflow: hidden;
	background: var(--bsa-pink-light);
}
.bsa-page .bsa-kit-video-player iframe {
	position: absolute; inset: 0; width: 100%; height: 100%; border: none;
}
.bsa-page .bsa-kit-video-badge {
	position: absolute; bottom: 16px; left: 12px; right: 12px;
	background: rgba(0,0,0,0.65); backdrop-filter: blur(6px);
	border-radius: 8px; padding: 10px 12px;
	display: flex; align-items: center; gap: 10px; pointer-events: none;
}
.bsa-page .bsa-kit-video-badge-icon { font-size: 20px; flex-shrink: 0; }
.bsa-page .bsa-kit-video-badge-text strong { display: block; font-size: 13px; color: #fff; font-weight: 700; }
.bsa-page .bsa-kit-video-badge-text span { display: block; font-size: 11px; color: rgba(255,255,255,0.7); }

/* ── Kit info ── */
.bsa-kit-value-badge {
	display: inline-flex; align-items: center; gap: 8px;
	background: var(--bsa-pink); color: var(--bsa-white);
	padding: 8px 18px; border-radius: 30px;
	font-weight: 800; font-size: 14px; margin-bottom: 20px;
}
.bsa-kit-info h2 {
	font-size: clamp(28px, 3.5vw, 42px); font-weight: 900;
	text-transform: uppercase; line-height: 1.1; margin-bottom: 16px;
}
.bsa-kit-info > p { color: var(--bsa-gray-500); font-size: 15px; margin-bottom: 32px; max-width: 460px; }
.bsa-kit-hero-items { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.bsa-kit-hero-item { display: flex; align-items: flex-start; gap: 14px; }
.bsa-kit-hero-icon {
	width: 40px; height: 40px; border-radius: 10px;
	background: rgba(240,114,171,0.12);
	display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0;
}
.bsa-kit-hero-item strong { font-size: 14px; display: block; color: var(--bsa-black); font-weight: bold; }
.bsa-kit-hero-item span { font-size: 12px; color: var(--bsa-gray-500); }
.bsa-kit-expand-trigger {
	display: flex; align-items: center; gap: 8px;
	background-color: transparent !important; border: 1px solid var(--bsa-gray-200);
	border-radius: 10px !important; padding: 12px 18px !important;
	font-family: 'Inter', sans-serif !important; font-size: 13px !important;
	font-weight: 700 !important; color: var(--bsa-gray-700) !important;
	cursor: pointer; width: 100%; margin-bottom: 24px; transition: border-color 0.2s;
}
.bsa-kit-expand-trigger:hover { border-color: var(--bsa-pink); color: var(--bsa-pink); }
.bsa-kit-expand-chevron { margin-left: auto; font-size: 18px; transition: transform 0.2s; }
.bsa-kit-expand-trigger.open .bsa-kit-expand-chevron { transform: rotate(180deg); }
.bsa-kit-full-list { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; margin-bottom: 24px; }
.bsa-kit-full-list.open { max-height: 1200px; }
.bsa-kit-full-list-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-bottom: 8px; }
.bsa-kit-category h4 {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
	font-size: 12px; font-weight: 700; text-transform: uppercase;
	letter-spacing: 0.08em; color: var(--bsa-pink); margin-bottom: 8px;
}
.bsa-kit-category ul { list-style: none; padding: 0; margin: 0; }
.bsa-kit-category li {
	font-size: 13px; color: var(--bsa-gray-700); padding: 3px 0;
	display: flex; align-items: center; gap: 6px;
}
.bsa-kit-category li::before { content: '✓'; font-size: 10px; color: var(--bsa-pink); font-weight: 700; }
.bsa-kit-guarantee {
	display: flex; align-items: flex-start; gap: 12px;
	background: var(--bsa-white); border: 1px solid var(--bsa-gray-200);
	border-radius: 12px; padding: 16px 20px; margin-top: 16px;
}
.bsa-kit-guarantee-icon { font-size: 24px; flex-shrink: 0; }
.bsa-kit-guarantee p { font-size: 13px; color: var(--bsa-gray-500); line-height: 1.5; margin: 0; }
.bsa-kit-guarantee strong { color: var(--bsa-black); }

@media (max-width: 900px) {
	.bsa-kit-inner { grid-template-columns: 1fr; }
	.bsa-page .bsa-kit-video-facade,
	.bsa-page .bsa-kit-video-player { min-height: 400px; }
}


/* ============================================================
BLOCK 05 — CURRICULUM
============================================================ */
.bsa-curriculum { background: var(--bsa-white); padding: 80px 0; }
.bsa-curriculum-header { text-align: center; margin-bottom: 48px; }
.bsa-curriculum-header .bsa-section-subtitle { margin: 0 auto; }
.bsa-curriculum-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
.bsa-module-accordion { display: flex; flex-direction: column; height: 100%; }
.bsa-module-item {
	background: var(--bsa-gray-100); border-radius: 12px;
	border: 1px solid var(--bsa-gray-200); overflow: hidden;
	transition: border-color 0.2s; flex: 1;
}
.bsa-module-item + .bsa-module-item { margin-top: 6px; }
.bsa-module-item:hover { border-color: var(--bsa-gray-300); }
.bsa-module-item.open { border-color: var(--bsa-pink); flex: none; }
.bsa-module-trigger {
	width: 100%; padding: 16px 20px; display: flex; align-items: center; gap: 14px;
	border: none; background-color: transparent !important;
	font-family: 'Inter', sans-serif; cursor: pointer;
	text-align: left; color: var(--bsa-black) !important;
}
.bsa-module-num {
	width: 32px; height: 32px; border-radius: 8px;
	background: var(--bsa-pink); color: var(--bsa-white);
	display: flex; align-items: center; justify-content: center;
	font-weight: 800; font-size: 13px; flex-shrink: 0;
}
.bsa-module-trigger-text { flex: 1; }
.bsa-module-trigger-title { font-size: 14px; font-weight: 700; display: block; }
.bsa-module-trigger-meta {
	font-size: 11px; color: var(--bsa-gray-500); margin-top: 2px;
	display: flex; align-items: center; gap: 6px;
}
.bsa-module-trigger-meta::before { content: '▶'; font-size: 7px; color: var(--bsa-pink); }
.bsa-module-chevron { font-size: 18px; color: var(--bsa-gray-500); flex-shrink: 0; transition: transform 0.2s; }
.bsa-module-item.open .bsa-module-chevron { transform: rotate(180deg); }
.bsa-module-body { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.bsa-module-item.open .bsa-module-body { max-height: 300px; }
.bsa-module-body-inner { padding: 0 20px 16px 66px; }
.bsa-module-desc { font-size: 13px; color: var(--bsa-gray-500); line-height: 1.6; margin-bottom: 10px; }
.bsa-module-topics { display: flex; flex-wrap: wrap; gap: 5px; }
.bsa-module-tag {
	display: inline-block; background: var(--bsa-white);
	border: 1px solid var(--bsa-gray-200); border-radius: 6px;
	padding: 3px 9px; font-size: 10px; font-weight: 600; color: var(--bsa-gray-700);
}
.bsa-business-module {
	background: var(--bsa-black); color: var(--bsa-white);
	border-radius: 16px; padding: 32px;
	display: flex; flex-direction: column; justify-content: center;
}
.bsa-business-module h3 {
	font-size: 20px; font-weight: 900; text-transform: uppercase;
	line-height: 1.15; margin-bottom: 10px;
}
.bsa-business-module > p { font-size: 13px; color: var(--bsa-gray-300); line-height: 1.6; margin-bottom: 20px; }
.bsa-biz-mod-stat {
	background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
	border-radius: 14px; padding: 20px; text-align: center; margin-bottom: 20px;
}
.bsa-biz-mod-stat strong { display: block; font-size: 38px; font-weight: 900; color: var(--bsa-pink); line-height: 1; }
.bsa-biz-mod-stat em { display: block; font-size: 13px; color: var(--bsa-gray-300); font-style: normal; margin-top: 6px; }
.bsa-biz-mod-stat p { font-size: 12px; color: var(--bsa-gray-500); margin-top: 10px; line-height: 1.5; }
.bsa-biz-mod-features { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.bsa-biz-mod-feature { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; font-weight: 500; }
.bsa-biz-mod-feature-icon {
	width: 28px; height: 28px; border-radius: 8px;
	background: rgba(240,114,171,0.15);
	display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0;
}
.bsa-biz-mod-feature strong { display: block; font-size: 13px; }
.bsa-biz-mod-feature span { font-size: 12px; color: var(--bsa-gray-300); display: block; margin-top: 2px; }
.bsa-business-module .bsa-btn { align-self: stretch; text-align: center; justify-content: center; }
.bsa-curriculum-footer { text-align: center; margin-top: 40px; }
.bsa-curriculum-stat-row {
	display: flex; justify-content: center; gap: 40px; margin-bottom: 24px; flex-wrap: wrap;
}
.bsa-curriculum-stat { text-align: center; }
.bsa-curriculum-stat strong { display: block; font-size: 28px; font-weight: 900; color: var(--bsa-pink); }
.bsa-curriculum-stat span { font-size: 13px; color: var(--bsa-gray-500); font-weight: 500; }

@media (max-width: 900px) {
	.bsa-curriculum-layout { grid-template-columns: 1fr; }
	.bsa-module-accordion { height: auto; }
	.bsa-module-item { flex: none; }
}
@media (max-width: 600px) {
	.bsa-module-body-inner { padding-left: 20px; }
	.bsa-curriculum-stat-row { gap: 24px; }
}


/* ============================================================
BLOCK 06 — SUPPORT
============================================================ */
.bsa-support { background: var(--bsa-gray-100); padding: 80px 0; }
.bsa-support-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.bsa-support-info h2 {
	font-size: clamp(28px, 3.5vw, 48px); font-weight: 900;
	text-transform: uppercase; line-height: 1.1; margin-bottom: 16px;
}
.bsa-support-info > p { color: var(--bsa-gray-500); font-size: 15px; margin-bottom: 32px; max-width: 480px; }
.bsa-support-features { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.bsa-support-feature {
	display: flex; align-items: flex-start; gap: 16px;
	background: var(--bsa-white); border-radius: 12px; padding: 20px;
	border: 1px solid var(--bsa-gray-200); transition: border-color 0.2s;
}
.bsa-support-feature:hover { border-color: var(--bsa-pink); }
.bsa-support-feature-icon {
	width: 44px; height: 44px; border-radius: 10px;
	background: rgba(240,114,171,0.1);
	display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0;
}
.bsa-support-feature h4 {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
	font-size: 15px; font-weight: 700; margin-bottom: 4px; margin-top: 0;
}
.bsa-support-feature p { font-size: 13px; color: var(--bsa-gray-500); line-height: 1.5; margin: 0; }
.bsa-support-visual {
	background: var(--bsa-white); border-radius: 16px;
	border: 1px solid var(--bsa-gray-200); overflow: hidden;
}
.bsa-support-chat { padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.bsa-chat-bubble {
	max-width: 80%; padding: 14px 18px; border-radius: 14px;
	font-size: 14px; line-height: 1.5;
}
.bsa-chat-bubble.bsa-student {
	background: var(--bsa-gray-100); align-self: flex-end;
	border-bottom-right-radius: 4px; color: var(--bsa-black);
}
.bsa-chat-bubble.bsa-tutor {
	background: var(--bsa-pink); color: var(--bsa-white);
	align-self: flex-start; border-bottom-left-radius: 4px;
}
.bsa-chat-meta { font-size: 11px; color: var(--bsa-gray-500); margin-top: 4px; }
.bsa-chat-bubble.bsa-tutor .bsa-chat-meta { color: rgba(255,255,255,0.7); }
.bsa-support-chat-bar {
	background: var(--bsa-gray-100); border-top: 1px solid var(--bsa-gray-200);
	padding: 16px 28px; display: flex; align-items: center; justify-content: space-between;
}
.bsa-support-chat-bar span { font-size: 13px; color: var(--bsa-gray-500); }
.bsa-response-badge {
	display: inline-flex; align-items: center; gap: 6px;
	background: #dcfce7; color: #166534; padding: 6px 12px;
	border-radius: 20px; font-size: 12px; font-weight: 600;
}
.bsa-response-badge::before {
	content: ''; width: 8px; height: 8px; border-radius: 50%; background: #22c55e; display: block;
}

@media (max-width: 900px) {
	.bsa-support-inner { grid-template-columns: 1fr; }
}


/* ============================================================
BLOCK 07 — TESTIMONIALS
============================================================ */
.bsa-testimonials { background: var(--bsa-white); padding: 80px 0; }
.bsa-testimonials-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px;
}
.bsa-testimonial-card {
	background: var(--bsa-white); border-radius: 12px; padding: 28px;
	border: 1px solid var(--bsa-gray-200);
}
.bsa-testimonial-stars { color: #f59e0b; font-size: 14px; margin-bottom: 12px; }
.bsa-testimonial-card blockquote {
	font-size: 14px; color: var(--bsa-gray-700); line-height: 1.6;
	font-style: italic; margin: 0;
}
.bsa-testimonial-author { margin-top: 16px; display: flex; align-items: center; gap: 10px; }
.bsa-testimonial-avatar {
	width: 36px; height: 36px; border-radius: 50%;
	background: var(--bsa-gray-300); flex-shrink: 0;
	background-size: cover; background-position: center;
}
.bsa-testimonial-author-name { font-size: 13px; font-weight: 700; }
.bsa-testimonial-author-role { font-size: 12px; color: var(--bsa-gray-500); }
.bsa-testimonials-grid .bsa-testimonial-card:nth-of-type(1) .bsa-testimonial-avatar {
	background-image: url(/wp-content/uploads/sarah.jpg);
}
.bsa-testimonials-grid .bsa-testimonial-card:nth-of-type(2) .bsa-testimonial-avatar {
	background-image: url(/wp-content/uploads/rev_3.jpg);
}
.bsa-testimonials-grid .bsa-testimonial-card:nth-of-type(3) .bsa-testimonial-avatar {
	background-image: url(/wp-content/uploads/rev_2.jpg);
}

@media (max-width: 900px) {
	.bsa-testimonials-grid { grid-template-columns: 1fr; }
}


/* ============================================================
BLOCK 08 — PRICING
Colours swapped: left card = pink, right card = white
============================================================ */
.bsa-pricing { background: var(--bsa-gray-100); padding: 80px 0; }
.bsa-pricing-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: stretch; }

/* LEFT — now pink (was white) */
.bsa-pricing-info {
	background: var(--bsa-pink); color: var(--bsa-white);
	border-radius: 16px; padding: 40px;
}
.bsa-pricing-info .bsa-section-label { color: rgba(255,255,255,0.75); }
.bsa-pricing-info h2 {
	font-size: clamp(28px, 3.5vw, 44px); font-weight: 900;
	text-transform: uppercase; line-height: 1.1; margin-bottom: 12px;
	color: var(--bsa-white);
}
.bsa-pricing-info > p { color: rgba(255,255,255,0.85); font-size: 15px; margin-bottom: 32px; }
.bsa-pricing-benefit { margin-bottom: 24px; }
.bsa-pricing-benefit h4 { font-size: 16px; font-weight: 800; margin-bottom: 6px; color: var(--bsa-white); }
.bsa-pricing-benefit p { font-size: 14px; color: rgba(255,255,255,0.8); line-height: 1.5; margin: 0; }
.bsa-pricing-roi {
	background: rgba(255,255,255,0.15); border-radius: 12px; padding: 20px; margin-top: 24px;
}
.bsa-pricing-roi p { font-size: 14px; color: rgba(255,255,255,0.85); line-height: 1.5; margin: 0; }
.bsa-pricing-roi strong { color: var(--bsa-white); }

/* RIGHT — now white (was pink) */
.bsa-payment-card {
	background: var(--bsa-white); color: var(--bsa-black);
	border-radius: 16px; padding: 36px; display: flex; flex-direction: column;
	border: 1px solid var(--bsa-gray-200);
}
.bsa-payment-card-header {
	display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 8px;
}
.bsa-payment-card-header h3 {
	font-size: 24px; font-weight: 900; text-transform: uppercase; color: var(--bsa-black);
}
.bsa-payment-card-price { text-align: right; }
.bsa-payment-card-price small { font-size: 12px; color: var(--bsa-gray-500); display: block; }
.bsa-payment-card-price strong { font-size: 42px; font-weight: 900; line-height: 1; color: var(--bsa-pink); }
.bsa-payment-card-price span { font-size: 16px; font-weight: 500; color: var(--bsa-gray-500); }
.bsa-payment-card > p { font-size: 14px; color: var(--bsa-gray-500); margin-bottom: 24px; }
.bsa-payment-providers {
	background: var(--bsa-gray-100); border-radius: 12px; padding: 20px; margin-bottom: 24px;
}
.bsa-payment-providers-label { font-size: 13px; font-weight: 700; margin-bottom: 12px; color: var(--bsa-black); }
.bsa-payment-logos { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.bsa-payment-logo {
	background: var(--bsa-white); border-radius: 8px; padding: 8px 16px;
	font-size: 13px; font-weight: 800; color: var(--bsa-black);
	display: flex; align-items: center; justify-content: center; min-height: 40px;
	border: 1px solid var(--bsa-gray-200);
}
.bsa-payment-logo img { height: 22px; width: auto; display: block; }
.bsa-payment-includes-label { font-size: 13px; font-weight: 700; margin-bottom: 12px; color: var(--bsa-black); }
.bsa-payment-includes {
	display: grid; grid-template-columns: 1fr 1fr; gap: 6px 16px; margin-bottom: 24px;
	list-style: none; padding: 0;
}
.bsa-payment-includes li {
	font-size: 13px; color: var(--bsa-gray-700); padding: 4px 0;
	display: flex; align-items: center; gap: 8px;
}
.bsa-payment-includes li::before { content: '✓'; font-size: 11px; font-weight: 700; color: var(--bsa-pink); }

/* Enrol button — now pink on white card */
.bsa-btn-enrol {
	display: block; width: 100%; padding: 16px; text-align: center;
	background: var(--bsa-pink); color: var(--bsa-white) !important;
	border-radius: 10px; font-weight: 800; font-size: 15px;
	text-transform: uppercase; letter-spacing: 0.02em;
	border: none; cursor: pointer; transition: background 0.2s;
	margin-top: auto; text-decoration: none;
}
.bsa-btn-enrol:hover { background: var(--bsa-pink-dark); color: var(--bsa-white) }

@media (max-width: 900px) {
	.bsa-pricing-inner { grid-template-columns: 1fr; }
	.bsa-payment-includes { grid-template-columns: 1fr; }
}


/* ============================================================
BLOCK 09 — LEAD FORM
============================================================ */
.bsa-lead-form { background: #FCE3EE; padding: 80px 0; }
.bsa-lead-form-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.bsa-form-box { background: var(--bsa-gray-100); border-radius: 16px; padding: 40px; }
.bsa-form-box h3 { font-size: 18px; font-weight: 700; margin-bottom: 20px; }
.bsa-form-group { margin-bottom: 14px; }
.bsa-form-group label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.bsa-form-group input, .bsa-form-group select {
	width: 100%; padding: 12px 16px;
	border: 1px solid var(--bsa-gray-300); border-radius: 8px;
	font-size: 14px; font-family: 'Inter', sans-serif; background: var(--bsa-white);
}
.bsa-form-group input:focus, .bsa-form-group select:focus {
	outline: none; border-color: var(--bsa-pink);
}
.bsa-form-submit { margin-top: 20px; }
.bsa-form-submit .bsa-btn { width: 100%; justify-content: center; padding: 16px; }
.bsa-lead-info h2 {
	font-size: clamp(28px, 3.5vw, 40px); font-weight: 900;
	text-transform: uppercase; line-height: 1.1; margin-bottom: 16px;
}
.bsa-lead-info > p { color: var(--bsa-gray-500); font-size: 15px; margin-bottom: 24px; }
.bsa-lead-steps { display: flex; flex-direction: column; gap: 16px; }
.bsa-lead-step { display: flex; align-items: flex-start; gap: 14px; }
.bsa-lead-step-num {
	width: 32px; height: 32px; border-radius: 50%;
	background: var(--bsa-pink); color: var(--bsa-white);
	display: flex; align-items: center; justify-content: center;
	font-weight: 800; font-size: 14px; flex-shrink: 0;
}
.bsa-lead-step-text h4 { font-size: 14px; font-weight: 700; margin-top: 0; margin-bottom: 0; }
.bsa-lead-step-text p { font-size: 13px; color: var(--bsa-gray-500); margin: 0 0 25px; }

@media (max-width: 900px) {
	.bsa-lead-form-inner { grid-template-columns: 1fr; }
}


/* ============================================================
BLOCK 10 — INSTRUCTORS
============================================================ */
.bsa-instructors { background: var(--bsa-white); padding: 80px 0; }
.bsa-instructors-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px;
}
.bsa-instructor-card { text-align: center; }
.bsa-instructor-photo {
	width: 100%; aspect-ratio: 3/4; border-radius: 12px;
	background: var(--bsa-gray-200); margin-bottom: 16px; overflow: hidden;
}
.bsa-instructor-photo img { width: 100%; height: 100%; object-fit: cover; }
.bsa-instructor-card h3 { font-size: 16px; font-weight: 800; text-transform: uppercase; }
.bsa-instructor-card p { font-size: 13px; color: var(--bsa-gray-500); margin-top: 8px; line-height: 1.5; }

@media (max-width: 600px) {
	.bsa-instructors-grid { grid-template-columns: 1fr; }
}


/* ============================================================
BLOCK 11 — FAQ
============================================================ */
.bsa-faq { background: var(--bsa-gray-100); padding: 80px 0; }
.bsa-faq-list { max-width: 720px; margin: 40px auto 0; }
.bsa-faq-item {
	background: var(--bsa-white); border-radius: 10px; margin-bottom: 10px;
	border: 1px solid var(--bsa-gray-200); overflow: hidden;
}
.bsa-faq-question {
	width: 100%; padding: 20px 24px !important; display: flex;
	justify-content: space-between; align-items: center;
	font-size: 15px !important; font-weight: 600 !important; cursor: pointer;
	border: none; background-color: white !important;
	font-family: 'Inter', sans-serif !important;
	text-align: left; color: var(--bsa-black) !important;
}
.bsa-faq-question::after {
	content: '+'; font-size: 22px; font-weight: 300;
	color: var(--bsa-gray-500); flex-shrink: 0; margin-left: 16px;
}
.bsa-faq-item.open .bsa-faq-question::after { content: '−'; }
.bsa-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.bsa-faq-answer-inner { padding: 0 24px 20px; font-size: 14px; color: var(--bsa-gray-500); line-height: 1.6; }
.bsa-faq-item.open .bsa-faq-answer { max-height: 300px; }


/* ============================================================
BLOCK 12 — JOURNEY
============================================================ */
.bsa-journey { background: var(--bsa-white); padding: 80px 0; }
.bsa-journey-steps {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px;
}
.bsa-journey-step { text-align: center; }
.bsa-journey-num {
	width: 56px; height: 56px; border-radius: 12px;
	background: var(--bsa-pink); color: var(--bsa-white);
	display: flex; align-items: center; justify-content: center;
	font-weight: 900; font-size: 22px; margin: 0 auto 16px;
}
.bsa-journey-step h3 { font-size: 14px; font-weight: 800; text-transform: uppercase; margin-bottom: 8px; }
.bsa-journey-step p { font-size: 13px; color: var(--bsa-gray-500); line-height: 1.5; }

@media (max-width: 900px) { .bsa-journey-steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .bsa-journey-steps { grid-template-columns: 1fr; } }


/* ============================================================
BLOCK 13 — FINAL CTA
============================================================ */
.bsa-final-cta {
	background: var(--bsa-pink); color: var(--bsa-white);
	padding: 80px 0; text-align: center;
	border-bottom: 1px solid #fff;
}
.bsa-final-cta h2 {
	font-size: clamp(32px, 4.5vw, 52px); font-weight: 900;
	text-transform: uppercase; line-height: 1.05; margin-bottom: 16px;
}
.bsa-final-cta p {
	font-size: 15px; opacity: 0.9; margin-bottom: 32px;
	max-width: 520px; margin-left: auto; margin-right: auto;
}
.bsa-cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }


/* ============================================================
BLOCK 14 — CASE STUDIES (Student Stories)
============================================================ */
.abs-ss, .abs-ss *, .abs-ss *::before, .abs-ss *::after {
	box-sizing: border-box !important;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
.abs-ss {
	background: #FDF5F7 !important;
	padding: 3rem 1.5rem 3.5rem !important;
	width: 100% !important;
	max-width: 1020px !important;
	margin: 0 auto !important;
	display: block !important;
}

/* Header */
.abs-ss .ss-label {
	display: block !important; text-align: center !important;
	font-size: 11px !important; letter-spacing: 0.14em !important;
	text-transform: uppercase !important; color: #C2185B !important;
	font-weight: 600 !important; margin: 0 0 8px !important;
}
.abs-ss .ss-heading {
	display: block !important; text-align: center !important;
	font-size: 28px !important; font-weight: 700 !important;
	color: #1a1a1a !important; margin: 0 0 6px !important; line-height: 1.2 !important;
}
.abs-ss .ss-sub {
	display: block !important; text-align: center !important;
	font-size: 15px !important; color: #555 !important;
	margin: 0 0 1.5rem !important; line-height: 1.5 !important;
}

/* Two-col layout */
.abs-ss .ss-layout {
	display: flex !important; flex-direction: row !important;
	align-items: stretch !important; gap: 40px !important; width: 100% !important;
}

/* Left: video — full height */
.abs-ss .ss-left {
	flex: 0 0 32% !important; width: 32% !important; max-width: 32% !important;
	display: flex !important; flex-direction: column !important; align-self: stretch !important;
}
.abs-ss .ss-video-wrap {
	flex: 1 1 auto !important; position: relative !important;
	border-radius: 12px !important; overflow: hidden !important;
	background: #111 !important; border: 1px solid #e0c8d0 !important;
	min-height: 480px !important;
}
.abs-ss .ss-thumb {
	position: absolute !important; inset: 0 !important; z-index: 3 !important;
	cursor: pointer !important;
	background-size: cover !important; background-position: center top !important;
	background-repeat: no-repeat !important; transition: opacity .25s !important;
}
.abs-ss .ss-thumb-overlay {
	position: absolute !important; inset: 0 !important;
	background: rgba(0,0,0,0.28) !important;
	display: flex !important; align-items: center !important; justify-content: center !important;
}
.abs-ss .ss-thumb.hidden { opacity: 0 !important; pointer-events: none !important; }
.abs-ss .ss-thumb-play {
	width: 60px !important; height: 60px !important; border-radius: 50% !important;
	background: rgba(194,24,91,0.92) !important;
	display: flex !important; align-items: center !important; justify-content: center !important;
	box-shadow: 0 4px 20px rgba(0,0,0,0.35) !important;
	transition: transform .15s, background .15s !important; flex-shrink: 0 !important;
}
.abs-ss .ss-thumb:hover .ss-thumb-play { transform: scale(1.08) !important; background: #8B0038 !important; }
.abs-ss .ss-thumb-play svg { width: 22px !important; height: 22px !important; fill: #fff !important; margin-left: 3px !important; }
.abs-ss .ss-video-wrap iframe {
	position: absolute !important; top: 0 !important; left: 0 !important;
	width: 100% !important; height: 100% !important;
	border: none !important; display: block !important; z-index: 2 !important;
}

/* Right: tabs + panels */
.abs-ss .ss-right {
	flex: 1 1 0 !important; min-width: 0 !important;
	display: flex !important; flex-direction: column !important;
}

/* Tabs */
.abs-ss .ss-tabs {
	display: flex !important; gap: 8px !important;
	justify-content: flex-start !important; flex-wrap: wrap !important;
	margin: 0 0 1.5rem !important; padding: 0 !important; flex-shrink: 0 !important;
}
.abs-ss .ss-tab {
	display: flex !important; flex-direction: column !important;
	align-items: center !important; gap: 2px !important;
	padding: 8px 14px !important; border-radius: 10px !important;
	border: 1.5px solid #e0c8d0 !important; background: #ffffff !important;
	cursor: pointer !important; min-width: 86px !important;
	text-align: center !important; color: #444 !important;
	box-shadow: none !important; outline: none !important;
	-webkit-appearance: none !important; appearance: none !important;
	transition: border-color .15s !important;
}
.abs-ss .ss-tab:hover { border-color: #C2185B !important; }
.abs-ss .ss-tab.active { border: 2px solid #C2185B !important; background: #ffffff !important; }
.abs-ss .ss-tab .tab-icon {
	display: block !important; width: 18px !important; height: 18px !important;
	fill: none !important; stroke: #bbb !important; stroke-width: 1.5 !important;
	stroke-linecap: round !important; stroke-linejoin: round !important;
}
.abs-ss .ss-tab.active .tab-icon { stroke: #C2185B !important; }
.abs-ss .ss-tab .tab-name { display: block !important; font-size: 12px !important; font-weight: 600 !important; color: #444 !important; }
.abs-ss .ss-tab.active .tab-name { color: #C2185B !important; }
.abs-ss .ss-tab .tab-course { display: block !important; font-size: 10px !important; color: #aaa !important; }
.abs-ss .ss-tab.active .tab-course { color: #C2185B !important; }

/* Panels */
.abs-ss .ss-panel { display: none !important; }
.abs-ss .ss-panel.active { display: flex !important; flex-direction: column !important; flex: 1 1 auto !important; }

/* Person */
.abs-ss .ss-person { display: flex !important; align-items: center !important; gap: 10px !important; margin-bottom: 10px !important; }
.abs-ss .ss-avatar {
	width: 40px !important; height: 40px !important; border-radius: 50% !important;
	background: #f5dde6 !important; color: #8B0038 !important;
	display: flex !important; align-items: center !important; justify-content: center !important;
	font-size: 12px !important; font-weight: 600 !important; flex-shrink: 0 !important;
}
.abs-ss .ss-person-name { display: block !important; font-size: 15px !important; font-weight: 700 !important; color: #1a1a1a !important; margin: 0 0 1px !important; }
.abs-ss .ss-person-meta { display: block !important; font-size: 12px !important; color: #888 !important; margin: 0 !important; }

/* Badge */
.abs-ss .ss-badge {
	display: inline-flex !important; align-items: center !important; gap: 5px !important;
	font-size: 11px !important; font-weight: 600 !important; padding: 4px 11px !important;
	border-radius: 99px !important; background: #f5dde6 !important; color: #8B0038 !important;
	margin-bottom: 10px !important; width: fit-content !important;
}
.abs-ss .ss-badge svg {
	width: 12px !important; height: 12px !important; fill: none !important;
	stroke: #8B0038 !important; stroke-width: 1.8 !important;
	stroke-linecap: round !important; stroke-linejoin: round !important; flex-shrink: 0 !important;
}

/* Quote */
.abs-ss .ss-quote {
	font-size: 13px !important; color: #222 !important; line-height: 1.65 !important;
	border-left: 3px solid #C2185B !important; padding-left: 12px !important;
	margin: 0 0 12px !important; font-style: italic !important;
}

/* Stats */
.abs-ss .ss-stats { display: flex !important; gap: 6px !important; margin-bottom: 12px !important; }
.abs-ss .ss-stat {
	flex: 1 1 0 !important; background: #fff !important;
	border: 1px solid #e0c8d0 !important; border-radius: 8px !important;
	padding: 8px 6px !important; text-align: center !important;
}
.abs-ss .ss-stat-num { display: block !important; font-size: 15px !important; font-weight: 700 !important; color: #C2185B !important; }
.abs-ss .ss-stat-label { display: block !important; font-size: 10px !important; color: #777 !important; margin-top: 1px !important; }

/* Points */
.abs-ss .ss-points {
	list-style: none !important; padding: 0 !important; margin: 0 0 auto !important;
	display: flex !important; flex-direction: column !important; gap: 6px !important;
}
.abs-ss .ss-points li {
	display: flex !important; align-items: flex-start !important; gap: 7px !important;
	font-size: 12px !important; color: #333 !important; line-height: 1.5 !important;
}
.abs-ss .ss-points li svg {
	width: 14px !important; height: 14px !important; flex-shrink: 0 !important; margin-top: 2px !important;
	fill: none !important; stroke: #C2185B !important; stroke-width: 2.2 !important;
	stroke-linecap: round !important; stroke-linejoin: round !important;
}

/* CTAs */
.abs-ss .ss-cta-strip {
	display: flex !important; align-items: center !important;
	gap: 10px !important; flex-wrap: wrap !important; margin-top: 1.25rem !important;
}
.abs-ss .ss-cta-main {
	background: #C2185B !important; color: #fff !important; padding: 11px 24px !important;
	border-radius: 99px !important; font-size: 13px !important; font-weight: 600 !important;
	border: none !important; cursor: pointer !important; text-decoration: none !important;
	display: inline-block !important; transition: background .15s !important;
}
.abs-ss .ss-cta-main:hover { background: #8B0038 !important; color: #fff !important; }
.abs-ss .ss-cta-ghost {
	background: #fff !important; color: #C2185B !important; padding: 11px 22px !important;
	border-radius: 99px !important; font-size: 13px !important; font-weight: 600 !important;
	border: 1.5px solid #C2185B !important; cursor: pointer !important;
	text-decoration: none !important; display: inline-block !important; transition: background .15s !important;
}
.abs-ss .ss-cta-ghost:hover { background: #f5dde6 !important; }

/* Mobile */
@media (max-width: 650px) {
	.abs-ss .ss-layout { flex-direction: column !important; }
	.abs-ss .ss-left { flex: none !important; width: 100% !important; max-width: 100% !important; }
	.abs-ss .ss-video-wrap { min-height: unset !important; aspect-ratio: 9/16 !important; height: auto !important; }
	.abs-ss .ss-tabs {
		display: grid !important; grid-template-columns: repeat(3, 1fr) !important;
		gap: 6px !important; justify-content: unset !important;
	}
	.abs-ss .ss-tab { min-width: unset !important; width: 100% !important; padding: 8px 6px !important; }
	.abs-ss .ss-tab .tab-name { font-size: 11px !important; }
	.abs-ss .ss-tab .tab-course { font-size: 9px !important; }
	.abs-ss .ss-heading { font-size: 22px !important; }
	.abs-ss .ss-right { margin-top: 16px !important; }
}

/* ── Kit carousel ────────────────────────────────────────── */
.bsa-page .bsa-kit-carousel-wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.bsa-page .bsa-kit-carousel {
	flex: 1;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid var(--bsa-gray-200);
}

.bsa-page .bsa-kit-carousel-slide {
	display: none;
	padding: 20px 24px;
	background: var(--bsa-white);
	min-height: 180px;
}

.bsa-page .bsa-kit-carousel-slide.active {
	display: block;
}

.bsa-page .bsa-kit-carousel-title {
	font-size: 12px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.08em !important;
	color: var(--bsa-pink) !important;
	margin-bottom: 12px !important;
	margin-top: 0 !important;
}

.bsa-page .bsa-kit-carousel-slide ul {
	list-style: none;
	padding: 0; margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px 16px;
}

.bsa-page .bsa-kit-carousel-slide li {
	font-size: 13px;
	color: var(--bsa-gray-700);
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 2px 0;
}

.bsa-page .bsa-kit-carousel-slide li::before {
	content: '✓';
	font-size: 10px;
	color: var(--bsa-pink);
	font-weight: 700;
	flex-shrink: 0;
}

.bsa-page .bsa-kit-carousel-arrow {
	width: 36px; height: 36px;
	border-radius: 50% !important;
	background: var(--bsa-white);
	border: 1px solid var(--bsa-gray-200);
	cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	flex-shrink: 0;
	color: var(--bsa-gray-700);
	transition: all 0.2s;
	padding: 0 !important;
}

.bsa-page .bsa-kit-carousel-arrow:hover {
	background: var(--bsa-pink);
	border-color: var(--bsa-pink);
	color: var(--bsa-white);
}

.bsa-page .bsa-kit-carousel-arrow:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.bsa-page .bsa-kit-carousel-dots {
	display: flex;
	gap: 6px;
	justify-content: center;
	margin-bottom: 20px;
}

.bsa-page .bsa-kit-carousel-dot {
	width: 7px; height: 7px;
	border-radius: 50% !important;
	background: var(--bsa-gray-300);
	border: none; cursor: pointer; padding: 0 !important;
	transition: background 0.2s, transform 0.2s;
}

.bsa-page .bsa-kit-carousel-dot.active {
	background: var(--bsa-pink);
	transform: scale(1.3);
}

/* ── Kit video — fixed height, never resizes ─────────────── */
.bsa-page .bsa-kit-video {
	position: relative;
	align-self: flex-start;
	height: clamp(400px, 55vw, 680px);
}

.bsa-page .bsa-kit-video-facade {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: unset;
	overflow: hidden;
	cursor: pointer;
	border-radius: 12px;
}

.bsa-page .bsa-kit-video-player {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: unset;
	border-radius: 12px;
	overflow: hidden;
	background: var(--bsa-pink-light);
}

/* Tablet — grid stacks, video goes full width with aspect ratio */
@media (max-width: 900px) {
	.bsa-page .bsa-kit-video {
		height: auto;
		align-self: stretch;
	}
	.bsa-page .bsa-kit-video-facade {
		aspect-ratio: 4/5;
		height: auto;
	}
	.bsa-page .bsa-kit-video-player {
		aspect-ratio: 4/5;
		height: auto;
	}
}

/* Mobile — shorten the aspect ratio so it doesn't take up the whole screen */
@media (max-width: 600px) {
	.bsa-page .bsa-kit-video-facade,
	.bsa-page .bsa-kit-video-player {
		aspect-ratio: 3/2;
	}
}

/* ── Lead form enhancements ──────────────────────────────── */
.bsa-page .bsa-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.bsa-page .bsa-form-req {
	color: var(--bsa-pink);
	font-weight: 700;
}
.bsa-page .bsa-form-error-msg {
	font-size: 13px;
	color: #c0392b;
	background: #fdecea;
	border-radius: 8px;
	padding: 10px 14px;
	margin-bottom: 12px;
}
.bsa-page .bsa-form-success-msg {
	text-align: center;
	padding: 32px 20px;
}
.bsa-page .bsa-form-success-icon {
	font-size: 40px;
	display: block;
	margin-bottom: 12px;
}
.bsa-page .bsa-form-success-msg h4 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 8px;
}
.bsa-page .bsa-form-success-msg p {
	font-size: 14px;
	color: var(--bsa-gray-500);
}
@media (max-width: 600px) {
	.bsa-page .bsa-form-row {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 1023px) {
	#elementor-popup-modal-13006 .dialog-message {
		width: 940px !important;
	}
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	border-radius: 5px !important;
	border-color: #CCC;
	border-width: 1px;
}
.elementor-kit-11 button, .elementor-kit-11 input[type="button"], .elementor-kit-11 input[type="submit"], .elementor-kit-11 .elementor-button {
	border-radius: 5px !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
	font-size: 12px;
}
.ginput_counter {
	display: none;
}

.gform_wrapper {
	display: block !important;
}

.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	padding-left: 20px !important;
}