/**
 * 3SAFE – Page Travail en Hauteur & Port du Harnais Pro
 * Style inspiré du plugin CSE 3SAFE. Tous les sélecteurs sont limités au composant.
 */
:root {
	--s3th-navy: #11184f;
	--s3th-navy-deep: #091033;
	--s3th-navy-2: #222b72;
	--s3th-blue: #2867b2;
	--s3th-blue-2: #3b7fc4;
	--s3th-burgundy: #9a1d3f;
	--s3th-burgundy-2: #74152f;
	--s3th-teal: #167c82;
	--s3th-gold: #d8ad45;
	--s3th-ink: #15192d;
	--s3th-text: #3d4657;
	--s3th-muted: #626b7c;
	--s3th-border: #dce1eb;
	--s3th-soft: #f3f5f9;
	--s3th-soft-blue: #edf4fb;
	--s3th-white: #ffffff;
	--s3th-success: #16724a;
	--s3th-danger: #a31d34;
	--s3th-shadow-sm: 0 10px 28px rgba(17, 24, 79, 0.08);
	--s3th-shadow: 0 18px 45px rgba(16, 24, 78, 0.12);
	--s3th-shadow-lg: 0 28px 80px rgba(5, 13, 50, 0.24);
	--s3th-radius-sm: 14px;
	--s3th-radius: 22px;
	--s3th-radius-lg: 32px;
	--s3th-focus: 0 0 0 4px rgba(40, 103, 178, 0.24);
}

body.s3th-page-hide-title .page_title,
body.s3th-page-hide-title .page-title,
body.s3th-page-hide-title .entry-title,
body.s3th-page-hide-title .post-title,
body.s3th-page-hide-title .elementor-page-title,
body.s3th-page-hide-title .stm_page_bc,
body.s3th-page-hide-title .page_bc,
body.s3th-page-hide-title .breadcrumbs,
body.s3th-page-hide-title .breadcrumb {
	display: none !important;
}

body.s3th-page-active {
	overflow-x: hidden;
	overflow-x: clip;
}

body.s3th-page-active .entry-content,
body.s3th-page-active .post-content,
body.s3th-page-active .elementor-widget-theme-post-content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
}

body.s3th-dialog-open {
	overflow: hidden !important;
}

.s3th,
.s3th *,
.s3th *::before,
.s3th *::after,
.s3th-dialog,
.s3th-dialog *,
.s3th-dialog *::before,
.s3th-dialog *::after {
	box-sizing: border-box;
}

.s3th {
	position: relative;
	isolation: isolate;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	color: var(--s3th-ink);
	background: var(--s3th-white);
	font-family: Lato, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.s3th--full-bleed {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-right: -50vw;
	margin-left: -50vw;
}

.s3th [hidden] {
	display: none !important;
}

.s3th a,
.s3th button,
.s3th input,
.s3th select,
.s3th textarea {
	font: inherit;
}

.s3th a {
	color: inherit;
	text-decoration: none;
}

.s3th button {
	margin: 0;
}

.s3th img,
.s3th svg {
	max-width: 100%;
}

.s3th img {
	height: auto;
}

.s3th h1,
.s3th h2,
.s3th h3,
.s3th p,
.s3th dl,
.s3th dd,
.s3th ol,
.s3th ul {
	margin-top: 0;
}

.s3th h1,
.s3th h2,
.s3th h3 {
	margin-bottom: 0;
	color: var(--s3th-navy);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.12;
}

.s3th p {
	margin-bottom: 0;
}

.s3th .s3th-icon {
	display: block;
	width: 21px;
	height: 21px;
	flex: 0 0 auto;
}

.s3th-container {
	width: min(1240px, calc(100% - 48px));
	margin-inline: auto;
}

.s3th-skip {
	position: fixed;
	z-index: 100020;
	top: 12px;
	left: 12px;
	padding: 11px 16px;
	border-radius: 10px;
	color: #fff !important;
	background: var(--s3th-burgundy);
	font-size: 0.88rem;
	font-weight: 800;
	transform: translateY(-150%);
	transition: transform 0.18s ease;
}

.s3th-skip:focus {
	transform: translateY(0);
}

.s3th-kicker {
	margin-bottom: 11px;
	color: var(--s3th-burgundy);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.s3th-kicker--light {
	color: #f2cd69;
}

/* Buttons */
.s3th-button,
.s3th-text-button,
.s3th-mobile-actions button,
.s3th-dialog button {
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	border-radius: 12px;
	cursor: pointer;
	text-decoration: none !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.s3th-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	padding: 13px 19px;
	font-size: 0.91rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.s3th-button:hover,
.s3th-button:focus-visible,
.s3th-text-button:hover,
.s3th-text-button:focus-visible {
	transform: translateY(-2px);
}

.s3th-button:focus-visible,
.s3th-text-button:focus-visible,
.s3th button:focus-visible,
.s3th a:focus-visible,
.s3th-dialog button:focus-visible,
.s3th-dialog a:focus-visible,
.s3th-dialog input:focus-visible,
.s3th-dialog select:focus-visible,
.s3th-dialog textarea:focus-visible {
	outline: 0;
	box-shadow: var(--s3th-focus);
}

.s3th-button--primary {
	color: #fff !important;
	background: linear-gradient(135deg, var(--s3th-burgundy), var(--s3th-burgundy-2));
	box-shadow: 0 14px 30px rgba(154, 29, 63, 0.28);
}

.s3th-button--primary:hover,
.s3th-button--primary:focus-visible {
	color: #fff !important;
	box-shadow: 0 18px 36px rgba(154, 29, 63, 0.38);
}

.s3th-button--light {
	color: var(--s3th-navy) !important;
	background: #fff;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.s3th-button--light:hover,
.s3th-button--light:focus-visible {
	background: #f8f9fd;
}

.s3th-button--secondary {
	color: #fff !important;
	background: linear-gradient(135deg, var(--s3th-navy-2), var(--s3th-blue));
	box-shadow: 0 12px 26px rgba(34, 43, 114, 0.22);
}

.s3th-button--secondary:hover,
.s3th-button--secondary:focus-visible {
	color: #fff !important;
	background: linear-gradient(135deg, #171f63, #225d9f);
}

.s3th-button--outline {
	border: 1px solid rgba(17, 24, 79, 0.22);
	color: var(--s3th-navy) !important;
	background: transparent;
}

.s3th-button--outline:hover,
.s3th-button--outline:focus-visible {
	border-color: var(--s3th-navy);
	background: rgba(17, 24, 79, 0.04);
}

.s3th-button--outline-light {
	border: 1px solid rgba(255, 255, 255, 0.54);
	color: #fff !important;
	background: rgba(255, 255, 255, 0.06);
}

.s3th-button--outline-light:hover,
.s3th-button--outline-light:focus-visible {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.14);
}

.s3th-button--ghost {
	border: 1px solid var(--s3th-border);
	color: var(--s3th-navy) !important;
	background: #fff;
	box-shadow: none;
}

.s3th-button--ghost:hover,
.s3th-button--ghost:focus-visible {
	border-color: var(--s3th-navy-2);
	background: var(--s3th-soft);
}

.s3th-button--small {
	min-height: 43px;
	padding: 10px 13px;
	border-radius: 10px;
	font-size: 0.82rem;
}

.s3th-text-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 15px;
	border: 1px solid rgba(154, 29, 63, 0.26);
	color: var(--s3th-burgundy);
	background: rgba(154, 29, 63, 0.05);
	font-size: 0.85rem;
	font-weight: 800;
}

/* Hero */
.s3th-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 82% 18%, rgba(59, 127, 196, 0.35), transparent 31%),
		radial-gradient(circle at 8% 92%, rgba(154, 29, 63, 0.23), transparent 30%),
		linear-gradient(135deg, var(--s3th-navy-deep) 0%, var(--s3th-navy) 55%, #172867 100%);
}

.s3th-hero::before,
.s3th-hero::after {
	position: absolute;
	z-index: -1;
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 50%;
	content: "";
}

.s3th-hero::before {
	top: -390px;
	right: -230px;
	width: 800px;
	height: 800px;
}

.s3th-hero::after {
	right: 21%;
	bottom: -430px;
	width: 650px;
	height: 650px;
}

.s3th-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.78fr);
	gap: clamp(44px, 7vw, 92px);
	align-items: center;
	min-height: 670px;
	padding-top: clamp(76px, 8vw, 116px);
	padding-bottom: clamp(105px, 10vw, 145px);
}

.s3th-brand {
	display: inline-grid;
	grid-template-columns: 68px auto;
	gap: 14px;
	align-items: center;
	margin-bottom: 35px;
	color: #fff !important;
}

.s3th-brand__logo {
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	border: 2px solid rgba(255, 255, 255, 0.76);
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 13px 30px rgba(0, 0, 0, 0.22);
	overflow: hidden;
}

.s3th-brand__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s3th-brand > span:last-child {
	display: grid;
	gap: 1px;
}

.s3th-brand strong {
	font-size: 1.14rem;
	font-weight: 850;
	letter-spacing: 0.06em;
}

.s3th-brand small {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.75rem;
	font-weight: 650;
	letter-spacing: 0.035em;
}

.s3th-hero h1,
.s3th-hero h2,
.s3th-hero h3 {
	max-width: 820px;
	margin: 0 0 23px;
	color: #fff !important;
	font-size: clamp(2.85rem, 5.6vw, 5.25rem);
	font-weight: 850;
	letter-spacing: -0.055em;
	line-height: 0.99;
}

.s3th-hero__lead {
	max-width: 770px;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1rem, 1.55vw, 1.2rem);
	line-height: 1.72;
}

.s3th-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 29px;
}

.s3th-hero__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 27px;
}

.s3th-hero__facts span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.79rem;
	font-weight: 700;
}

.s3th-hero__facts .s3th-icon {
	width: 18px;
	height: 18px;
	color: #f2cd69;
}

.s3th-hero-card {
	position: relative;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 28px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
	box-shadow: var(--s3th-shadow-lg);
	backdrop-filter: blur(18px);
}

.s3th-hero-card__visual {
	display: grid;
	place-items: center;
	min-height: 375px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 21px;
	background:
		radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.18), transparent 62%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.025));
	overflow: hidden;
}

.s3th-hero-card__visual img {
	display: block;
	width: min(100%, 355px);
	height: auto;
	max-height: 340px;
	object-fit: contain;
	filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.23));
}

.s3th-hero-card__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 12px;
}

.s3th-hero-card__stats div {
	display: grid;
	gap: 2px;
	align-content: center;
	min-height: 81px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.065);
	text-align: center;
}

.s3th-hero-card__stats strong {
	color: #fff;
	font-size: 1.18rem;
	font-weight: 850;
	line-height: 1.1;
}

.s3th-hero-card__stats span {
	color: rgba(255, 255, 255, 0.69);
	font-size: 0.66rem;
	font-weight: 700;
	line-height: 1.25;
}

/* Overview */
.s3th-overview {
	position: relative;
	z-index: 3;
	margin-top: -70px;
}

.s3th-overview__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid var(--s3th-border);
	border-radius: var(--s3th-radius);
	background: #fff;
	box-shadow: var(--s3th-shadow);
	overflow: hidden;
}

.s3th-overview-card {
	display: grid;
	grid-template-columns: 47px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	min-height: 156px;
	padding: 26px 23px;
}

.s3th-overview-card + .s3th-overview-card {
	border-left: 1px solid var(--s3th-border);
}

.s3th-overview-card > span {
	display: grid;
	place-items: center;
	width: 47px;
	height: 47px;
	border-radius: 14px;
	color: #fff;
	background: linear-gradient(135deg, var(--s3th-navy-2), var(--s3th-blue));
	box-shadow: 0 10px 24px rgba(34, 43, 114, 0.19);
}

.s3th-overview-card > span .s3th-icon {
	width: 24px;
	height: 24px;
}

.s3th-overview-card h2 {
	margin-bottom: 7px;
	font-size: 1rem;
	line-height: 1.25;
}

.s3th-overview-card p {
	color: var(--s3th-muted);
	font-size: 0.8rem;
	line-height: 1.55;
}

/* Sections */
.s3th-section {
	padding: clamp(78px, 8vw, 112px) 0;
}

.s3th-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(270px, 0.75fr);
	gap: 34px;
	align-items: end;
	margin-bottom: 40px;
}

.s3th-section-heading h2 {
	max-width: 820px;
	font-size: clamp(2.05rem, 4.2vw, 3.55rem);
	line-height: 1.06;
}

.s3th-section-heading > div > p:last-child,
.s3th-section-heading > p {
	max-width: 670px;
	margin-top: 15px;
	color: var(--s3th-muted);
	font-size: 0.97rem;
	line-height: 1.72;
}

.s3th-section-heading > .s3th-text-button,
.s3th-section-heading > .s3th-button {
	justify-self: end;
}

.s3th-section-heading--light h2,
.s3th-section-heading--light > div > p:last-child,
.s3th-section-heading--light > p {
	color: #fff;
}

.s3th-section-heading--light > div > p:last-child,
.s3th-section-heading--light > p {
	color: rgba(255, 255, 255, 0.73);
}

.s3th-section--programmes {
	padding-top: clamp(100px, 10vw, 150px);
	background:
		radial-gradient(circle at 100% 0, rgba(40, 103, 178, 0.07), transparent 27%),
		linear-gradient(180deg, #fff 0%, var(--s3th-soft) 100%);
}

/* Accordion and programs */
.s3th-category {
	border: 1px solid var(--s3th-border);
	border-radius: var(--s3th-radius);
	background: #fff;
	box-shadow: var(--s3th-shadow-sm);
	overflow: clip;
}

.s3th-category > summary {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	min-height: 124px;
	padding: 23px 26px;
	list-style: none;
	cursor: pointer;
	transition: background-color 0.18s ease;
}

.s3th-category > summary::-webkit-details-marker {
	display: none;
}

.s3th-category > summary:hover,
.s3th-category > summary:focus-visible {
	background: var(--s3th-soft);
}

.s3th-category[open] > summary {
	border-bottom: 1px solid var(--s3th-border);
	background: linear-gradient(90deg, rgba(17, 24, 79, 0.045), rgba(154, 29, 63, 0.035));
}

.s3th-category__icon {
	display: grid;
	place-items: center;
	width: 60px;
	height: 60px;
	border-radius: 17px;
	color: #fff;
	background: linear-gradient(135deg, var(--s3th-burgundy), var(--s3th-navy-2));
	box-shadow: 0 12px 27px rgba(83, 31, 86, 0.22);
}

.s3th-category__icon .s3th-icon {
	width: 29px;
	height: 29px;
}

.s3th-category__heading {
	display: grid;
	gap: 4px;
}

.s3th-category__heading small {
	color: var(--s3th-burgundy);
	font-size: 0.69rem;
	font-weight: 850;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.s3th-category__heading strong {
	color: var(--s3th-navy);
	font-size: 1.29rem;
	line-height: 1.25;
}

.s3th-category__heading em {
	color: var(--s3th-muted);
	font-size: 0.84rem;
	font-style: normal;
	line-height: 1.5;
}

.s3th-category__end {
	display: flex;
	align-items: center;
	gap: 13px;
	padding-left: 15px;
}

.s3th-category__count {
	padding: 7px 11px;
	border-radius: 999px;
	color: var(--s3th-navy-2);
	background: var(--s3th-soft-blue);
	font-size: 0.72rem;
	font-weight: 780;
	white-space: nowrap;
}

.s3th-category__end .s3th-icon {
	width: 23px;
	height: 23px;
	color: var(--s3th-burgundy);
	transition: transform 0.2s ease;
}

.s3th-category[open] .s3th-category__end .s3th-icon {
	transform: rotate(180deg);
}

.s3th-category__content {
	padding: 25px;
	background: #fbfcfe;
}

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

.s3th-program-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 24px;
	border: 1px solid var(--s3th-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(17, 24, 79, 0.065);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	overflow: hidden;
}

.s3th-program-card::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--s3th-burgundy), var(--s3th-blue));
	content: "";
}

.s3th-program-card:hover {
	transform: translateY(-4px);
	border-color: rgba(34, 43, 114, 0.28);
	box-shadow: 0 18px 42px rgba(17, 24, 79, 0.12);
}

.s3th-program-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 4px 0 20px;
}

.s3th-program-card__badge {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 10px;
	border-radius: 999px;
	color: #fff;
	background: var(--s3th-burgundy);
	font-size: 0.68rem;
	font-weight: 820;
	letter-spacing: 0.04em;
}

.s3th-program-card__version {
	color: var(--s3th-muted);
	font-size: 0.7rem;
	font-weight: 750;
}

.s3th-program-card h3 {
	margin-bottom: 8px;
	font-size: clamp(1.28rem, 2.1vw, 1.65rem);
	line-height: 1.2;
}

.s3th-program-card__subtitle {
	margin-bottom: 15px;
	color: var(--s3th-blue);
	font-size: 0.82rem;
	font-weight: 780;
}

.s3th-program-card__description {
	min-height: 103px;
	margin-bottom: 21px;
	color: var(--s3th-muted);
	font-size: 0.87rem;
	line-height: 1.65;
}

.s3th-program-meta {
	display: grid;
	gap: 0;
	margin-bottom: 24px;
	border: 1px solid var(--s3th-border);
	border-radius: 13px;
	background: var(--s3th-soft);
	overflow: hidden;
}

.s3th-program-meta > div {
	display: grid;
	grid-template-columns: 135px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 10px 12px;
}

.s3th-program-meta > div + div {
	border-top: 1px solid var(--s3th-border);
}

.s3th-program-meta dt {
	display: flex;
	align-items: center;
	gap: 7px;
	color: var(--s3th-navy);
	font-size: 0.72rem;
	font-weight: 820;
}

.s3th-program-meta dt .s3th-icon {
	width: 17px;
	height: 17px;
	color: var(--s3th-burgundy);
}

.s3th-program-meta dd {
	margin: 0;
	color: var(--s3th-text);
	font-size: 0.75rem;
	font-weight: 640;
	line-height: 1.45;
}

.s3th-program-card__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	margin-top: auto;
}

/* Practice */
.s3th-section--practice {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 10% 15%, rgba(154, 29, 63, 0.25), transparent 28%),
		radial-gradient(circle at 90% 90%, rgba(59, 127, 196, 0.24), transparent 34%),
		linear-gradient(135deg, #0a1138 0%, #11184f 58%, #1d2c70 100%);
}

.s3th-section--practice::before {
	position: absolute;
	z-index: -1;
	top: -300px;
	right: -250px;
	width: 650px;
	height: 650px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 50%;
	content: "";
}

.s3th-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: var(--s3th-radius);
	background: rgba(255, 255, 255, 0.055);
	list-style: none;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
	overflow: hidden;
	backdrop-filter: blur(12px);
}

.s3th-process li {
	min-height: 240px;
	padding: 27px 24px;
}

.s3th-process li + li {
	border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.s3th-process li > span {
	display: inline-grid;
	place-items: center;
	width: 47px;
	height: 47px;
	margin-bottom: 24px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 14px;
	color: #f2cd69;
	background: rgba(255, 255, 255, 0.07);
	font-size: 0.78rem;
	font-weight: 850;
}

.s3th-process strong {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.02rem;
	line-height: 1.3;
}

.s3th-process p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.81rem;
	line-height: 1.6;
}

.s3th-resource-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 13px;
	margin-top: 22px;
}

.s3th-resource-row a {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 13px;
	align-items: center;
	min-height: 84px;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 15px;
	color: #fff !important;
	background: rgba(255, 255, 255, 0.06);
	transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.s3th-resource-row a:hover,
.s3th-resource-row a:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(255, 255, 255, 0.31);
	background: rgba(255, 255, 255, 0.1);
}

.s3th-resource-row > a > .s3th-icon {
	width: 46px;
	height: 46px;
	padding: 11px;
	border-radius: 13px;
	color: #fff;
	background: linear-gradient(135deg, var(--s3th-burgundy), var(--s3th-blue));
}

.s3th-resource-row span {
	display: grid;
	gap: 2px;
}

.s3th-resource-row strong {
	font-size: 0.91rem;
}

.s3th-resource-row small {
	color: rgba(255, 255, 255, 0.63);
	font-size: 0.72rem;
	line-height: 1.4;
}

/* Statistics */
.s3th-section--stats {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 90% 5%, rgba(59, 127, 196, 0.25), transparent 30%),
		linear-gradient(145deg, #101746, #151d5c 58%, #202d73);
}

.s3th-stat-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 24px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: var(--s3th-radius);
	background: rgba(255, 255, 255, 0.055);
	overflow: hidden;
}

.s3th-stat-summary > div {
	display: grid;
	gap: 3px;
	align-content: center;
	min-height: 160px;
	padding: 25px;
	text-align: center;
}

.s3th-stat-summary > div + div {
	border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.s3th-stat-summary__value {
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.35rem);
	font-weight: 880;
	letter-spacing: -0.045em;
	line-height: 1;
}

.s3th-stat-summary strong {
	margin-top: 7px;
	color: #f2cd69;
	font-size: 0.89rem;
}

.s3th-stat-summary small {
	color: rgba(255, 255, 255, 0.61);
	font-size: 0.72rem;
}

.s3th-chart {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 28px;
	padding: 27px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: var(--s3th-radius);
	background: rgba(255, 255, 255, 0.045);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.13);
}

.s3th-chart__row {
	min-width: 0;
}

.s3th-chart__label {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 7px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.75rem;
	font-weight: 650;
}

.s3th-chart__label span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.s3th-chart__label strong {
	color: #fff;
	font-size: 0.76rem;
	font-weight: 850;
	white-space: nowrap;
}

.s3th-chart__track {
	height: 9px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.11);
	overflow: hidden;
}

.s3th-chart__track span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #f2cd69, #e68d65 45%, #ca476d 100%);
	box-shadow: 0 0 18px rgba(242, 205, 105, 0.2);
}

/* Quality */
.s3th-section--quality {
	padding-top: 72px;
	padding-bottom: 72px;
	background: var(--s3th-soft);
}

.s3th-quality-card {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: 31px 34px;
	border: 1px solid var(--s3th-border);
	border-radius: var(--s3th-radius);
	background: #fff;
	box-shadow: var(--s3th-shadow-sm);
}

.s3th-quality-card__icon {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	border-radius: 20px;
	color: #fff;
	background: linear-gradient(135deg, var(--s3th-burgundy), var(--s3th-navy-2));
	box-shadow: 0 14px 32px rgba(76, 36, 93, 0.23);
}

.s3th-quality-card__icon .s3th-icon {
	width: 34px;
	height: 34px;
}

.s3th-quality-card h2 {
	font-size: clamp(1.55rem, 2.8vw, 2.35rem);
}

.s3th-quality-card p:last-child {
	margin-top: 8px;
	color: var(--s3th-muted);
	font-size: 0.87rem;
}

/* About */
.s3th-section--about {
	background: #fff;
}

.s3th-about-card {
	display: grid;
	grid-template-columns: 148px minmax(0, 1fr) auto;
	gap: 32px;
	align-items: center;
	padding: 42px;
	border: 1px solid var(--s3th-border);
	border-radius: var(--s3th-radius-lg);
	background:
		radial-gradient(circle at 0 0, rgba(40, 103, 178, 0.08), transparent 28%),
		linear-gradient(135deg, #fff, #f8f9fd);
	box-shadow: var(--s3th-shadow);
}

.s3th-about-card__logo {
	display: grid;
	place-items: center;
	width: 142px;
	height: 142px;
	border: 5px solid #fff;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 16px 38px rgba(17, 24, 79, 0.18);
	overflow: hidden;
}

.s3th-about-card__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s3th-about-card h2 {
	font-size: clamp(1.85rem, 3.5vw, 3rem);
}

.s3th-about-card > div > p:last-child {
	max-width: 720px;
	margin-top: 13px;
	color: var(--s3th-muted);
	font-size: 0.93rem;
	line-height: 1.72;
}

.s3th-about-card__actions {
	display: grid;
	gap: 10px;
	min-width: 190px;
}

/* CTA */
.s3th-section--cta {
	padding-top: 0;
	background: #fff;
}

.s3th-cta {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 40px;
	align-items: center;
	padding: clamp(35px, 5vw, 58px);
	border-radius: var(--s3th-radius-lg);
	color: #fff;
	background:
		radial-gradient(circle at 90% 5%, rgba(59, 127, 196, 0.27), transparent 33%),
		linear-gradient(135deg, var(--s3th-navy-deep), var(--s3th-navy) 58%, #1d2d70);
	box-shadow: var(--s3th-shadow-lg);
	overflow: hidden;
}

.s3th-cta::before {
	position: absolute;
	z-index: -1;
	top: -250px;
	right: -180px;
	width: 500px;
	height: 500px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	content: "";
}

.s3th-cta h2 {
	color: #fff;
	font-size: clamp(2rem, 4.2vw, 3.45rem);
}

.s3th-cta > div > p:last-child {
	max-width: 760px;
	margin-top: 15px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.94rem;
	line-height: 1.72;
}

.s3th-cta__actions {
	display: grid;
	gap: 10px;
	min-width: 220px;
}

.s3th-email {
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 0.78rem;
	font-weight: 700;
	text-align: center;
	text-decoration: underline !important;
	text-underline-offset: 4px;
}

/* Mobile actions and back to top */
.s3th-mobile-actions {
	position: fixed;
	z-index: 9990;
	right: 12px;
	bottom: 12px;
	left: 12px;
	display: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	padding: 8px;
	border: 1px solid rgba(17, 24, 79, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 50px rgba(9, 16, 51, 0.22);
	backdrop-filter: blur(16px);
}

.s3th-mobile-actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 45px;
	padding: 10px 12px;
	color: #fff;
	background: var(--s3th-navy);
	font-size: 0.78rem;
	font-weight: 800;
}

.s3th-mobile-actions button:last-child {
	background: var(--s3th-burgundy);
}

.s3th-mobile-actions .s3th-icon {
	width: 18px;
	height: 18px;
}

.s3th-back-top {
	position: fixed;
	z-index: 9989;
	right: 22px;
	bottom: 22px;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	color: #fff;
	background: var(--s3th-navy);
	box-shadow: 0 14px 32px rgba(9, 16, 51, 0.25);
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
	transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.18s ease;
}

.s3th-back-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.s3th-back-top:hover,
.s3th-back-top:focus-visible {
	background: var(--s3th-burgundy);
}

.s3th-back-top .s3th-icon {
	width: 22px;
	height: 22px;
}

/* Dialogs */
.s3th-dialog {
	width: min(920px, calc(100% - 30px));
	max-height: calc(100vh - 30px);
	margin: auto;
	padding: 0;
	border: 0;
	border-radius: 24px;
	color: var(--s3th-ink);
	background: transparent;
	box-shadow: var(--s3th-shadow-lg);
	overflow: visible;
}

.s3th-document-dialog {
	width: min(1180px, calc(100% - 30px));
}

.s3th-dialog::backdrop {
	background: rgba(5, 10, 34, 0.78);
	backdrop-filter: blur(5px);
}

.s3th-dialog__panel {
	display: flex;
	flex-direction: column;
	max-height: calc(100vh - 30px);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 24px;
	background: #fff;
	overflow: hidden;
}

.s3th-dialog__panel--document {
	min-height: min(790px, calc(100vh - 30px));
}

.s3th-dialog__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 20px 23px;
	border-bottom: 1px solid var(--s3th-border);
	background: linear-gradient(135deg, var(--s3th-navy-deep), var(--s3th-navy));
}

.s3th-dialog__header p {
	margin-bottom: 3px;
	color: #f2cd69;
	font-size: 0.67rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.s3th-dialog__header h2 {
	color: #fff;
	font-size: clamp(1.2rem, 2.4vw, 1.75rem);
	line-height: 1.2;
}

.s3th-dialog__header button {
	display: grid;
	place-items: center;
	width: 43px;
	height: 43px;
	flex: 0 0 auto;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}

.s3th-dialog__header button:hover,
.s3th-dialog__header button:focus-visible {
	background: rgba(255, 255, 255, 0.19);
}

.s3th-dialog__header button .s3th-icon {
	width: 22px;
	height: 22px;
}

.s3th-dialog__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 15px 20px;
	border-top: 1px solid var(--s3th-border);
	background: var(--s3th-soft);
}

.s3th-dialog__footer p {
	max-width: 700px;
	color: var(--s3th-muted);
	font-size: 0.75rem;
	line-height: 1.5;
}

.s3th-document-viewer {
	position: relative;
	display: grid;
	place-items: center;
	flex: 1;
	min-height: 560px;
	background: #e9edf4;
	overflow: auto;
}

.s3th-document-viewer > p {
	padding: 25px;
	color: var(--s3th-muted);
	text-align: center;
}

.s3th-document-viewer iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 610px;
	border: 0;
	background: #fff;
}

.s3th-document-viewer img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: calc(100vh - 180px);
	margin: auto;
	object-fit: contain;
}

.s3th-document-fallback {
	display: grid;
	place-items: center;
	gap: 8px;
	max-width: 460px;
	padding: 35px;
	color: var(--s3th-muted);
	text-align: center;
}

.s3th-document-fallback .s3th-icon {
	width: 46px;
	height: 46px;
	color: var(--s3th-burgundy);
}

/* Quality dialog */
.s3th-quality-dialog__content {
	padding: 25px;
	overflow-y: auto;
}

.s3th-quality-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px;
}

.s3th-quality-grid article {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 13px;
	align-items: start;
	padding: 18px;
	border: 1px solid var(--s3th-border);
	border-radius: 15px;
	background: #fff;
	box-shadow: var(--s3th-shadow-sm);
}

.s3th-quality-grid article > span {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 13px;
	color: #fff;
	background: linear-gradient(135deg, var(--s3th-burgundy), var(--s3th-navy-2));
}

.s3th-quality-grid article > span .s3th-icon {
	width: 24px;
	height: 24px;
}

.s3th-quality-grid strong {
	color: var(--s3th-navy);
	font-size: 0.94rem;
}

.s3th-quality-grid p {
	margin-top: 4px;
	color: var(--s3th-muted);
	font-size: 0.78rem;
	line-height: 1.5;
}

.s3th-quality-dialog__note {
	margin-top: 14px;
	padding: 17px 18px;
	border: 1px solid rgba(40, 103, 178, 0.18);
	border-radius: 14px;
	background: var(--s3th-soft-blue);
}

.s3th-quality-dialog__note strong {
	color: var(--s3th-navy);
}

.s3th-quality-dialog__note p {
	margin-top: 4px;
	color: var(--s3th-muted);
	font-size: 0.79rem;
}

/* Form */
.s3th-contact-form {
	padding: 24px;
	overflow-y: auto;
}

.s3th-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px 17px;
}

.s3th-form-grid__wide {
	grid-column: 1 / -1;
}

.s3th-form-grid label,
.s3th-consent {
	display: grid;
	gap: 7px;
}

.s3th-form-grid label > span {
	color: var(--s3th-navy);
	font-size: 0.77rem;
	font-weight: 760;
}

.s3th-form-grid em,
.s3th-consent em {
	color: var(--s3th-burgundy);
	font-style: normal;
}

.s3th-form-grid input,
.s3th-form-grid select,
.s3th-form-grid textarea {
	width: 100%;
	min-height: 47px;
	padding: 11px 12px;
	border: 1px solid var(--s3th-border);
	border-radius: 10px;
	color: var(--s3th-ink);
	background: #fff;
	font-size: 0.85rem;
	outline: 0;
	transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.s3th-form-grid textarea {
	min-height: 125px;
	resize: vertical;
}

.s3th-form-grid input:focus,
.s3th-form-grid select:focus,
.s3th-form-grid textarea:focus {
	border-color: var(--s3th-blue);
	box-shadow: var(--s3th-focus);
}

.s3th-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.s3th-consent {
	grid-template-columns: auto minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	margin-top: 18px;
	padding: 13px 14px;
	border: 1px solid var(--s3th-border);
	border-radius: 11px;
	background: var(--s3th-soft);
	color: var(--s3th-muted);
	font-size: 0.76rem;
	line-height: 1.45;
}

.s3th-consent input {
	width: 18px;
	height: 18px;
	margin-top: 1px;
	accent-color: var(--s3th-burgundy);
}

.s3th-form-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 18px;
}

.s3th-form-footer p {
	color: var(--s3th-muted);
	font-size: 0.76rem;
}

.s3th-form-footer a {
	color: var(--s3th-navy) !important;
	font-weight: 740;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.s3th-form-status {
	min-height: 0;
	margin-top: 14px;
	padding: 0;
	border-radius: 10px;
	font-size: 0.8rem;
	font-weight: 700;
}

.s3th-form-status.is-success,
.s3th-form-status.is-error {
	padding: 11px 13px;
}

.s3th-form-status.is-success {
	border: 1px solid rgba(22, 114, 74, 0.25);
	color: var(--s3th-success);
	background: rgba(22, 114, 74, 0.08);
}

.s3th-form-status.is-error {
	border: 1px solid rgba(163, 29, 52, 0.25);
	color: var(--s3th-danger);
	background: rgba(163, 29, 52, 0.08);
}

.s3th-form-status.is-loading {
	padding: 11px 13px;
	color: var(--s3th-navy-2);
	background: var(--s3th-soft-blue);
}

/* Optional reveal effect */
.s3th.s3th--js [data-s3th-reveal] {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.s3th.s3th--js [data-s3th-reveal].is-visible {
	opacity: 1;
	transform: none;
}

/* Responsive */
@media (max-width: 1100px) {
	.s3th-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
		gap: 38px;
	}

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

	.s3th-overview-card:nth-child(3) {
		border-left: 0;
	}

	.s3th-overview-card:nth-child(n + 3) {
		border-top: 1px solid var(--s3th-border);
	}

	.s3th-about-card {
		grid-template-columns: 130px minmax(0, 1fr);
	}

	.s3th-about-card__logo {
		width: 126px;
		height: 126px;
	}

	.s3th-about-card__actions {
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.s3th-container {
		width: min(100% - 34px, 1240px);
	}

	.s3th-hero__grid {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-top: 74px;
		padding-bottom: 120px;
	}

	.s3th-hero__content {
		max-width: 850px;
	}

	.s3th-hero-card {
		max-width: 640px;
		margin-inline: auto;
	}

	.s3th-section-heading {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.s3th-section-heading > .s3th-text-button,
	.s3th-section-heading > .s3th-button {
		justify-self: start;
	}

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

	.s3th-process li:nth-child(3) {
		border-left: 0;
	}

	.s3th-process li:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, 0.13);
	}

	.s3th-resource-row {
		grid-template-columns: 1fr;
	}

	.s3th-resource-row a {
		min-height: 76px;
	}

	.s3th-chart {
		grid-template-columns: 1fr;
	}

	.s3th-quality-card {
		grid-template-columns: 66px minmax(0, 1fr);
	}

	.s3th-quality-card > .s3th-button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.s3th-cta {
		grid-template-columns: 1fr;
	}

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

	.s3th-cta__actions .s3th-email {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	.s3th-program-grid,
	.s3th-stat-summary,
	.s3th-quality-grid {
		grid-template-columns: 1fr;
	}

	.s3th-program-card__description {
		min-height: 0;
	}

	.s3th-stat-summary > div + div {
		border-top: 1px solid rgba(255, 255, 255, 0.13);
		border-left: 0;
	}

	.s3th-program-card__actions {
		grid-template-columns: 1fr;
	}

	.s3th-about-card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.s3th-about-card__logo {
		margin-inline: auto;
	}

	.s3th-about-card > div > p:last-child {
		margin-inline: auto;
	}

	.s3th-dialog__footer,
	.s3th-form-footer {
		align-items: stretch;
		flex-direction: column;
	}

	.s3th-form-grid {
		grid-template-columns: 1fr;
	}

	.s3th-form-grid__wide {
		grid-column: auto;
	}

	.s3th-form-footer .s3th-button {
		width: 100%;
	}
}

@media (max-width: 620px) {
	.s3th-container {
		width: min(100% - 24px, 1240px);
	}

	.s3th-hero__grid {
		padding-top: 50px;
		padding-bottom: 104px;
	}

	.s3th-brand {
		grid-template-columns: 58px auto;
		margin-bottom: 28px;
	}

	.s3th-brand__logo {
		width: 58px;
		height: 58px;
	}

	.s3th-hero h1,
	.s3th-hero h2,
	.s3th-hero h3 {
		font-size: clamp(2.55rem, 12vw, 4rem);
	}

	.s3th-actions .s3th-button {
		width: 100%;
	}

	.s3th-hero-card {
		padding: 12px;
		border-radius: 21px;
	}

	.s3th-hero-card__visual {
		min-height: 290px;
		padding: 15px;
	}

	.s3th-hero-card__visual img {
		width: min(100%, 270px);
		max-height: 260px;
	}

	.s3th-hero-card__stats {
		grid-template-columns: 1fr;
	}

	.s3th-hero-card__stats div {
		min-height: 66px;
	}

	.s3th-overview {
		margin-top: -42px;
	}

	.s3th-overview__grid {
		grid-template-columns: 1fr;
	}

	.s3th-overview-card + .s3th-overview-card,
	.s3th-overview-card:nth-child(3) {
		border-top: 1px solid var(--s3th-border);
		border-left: 0;
	}

	.s3th-overview-card {
		min-height: 125px;
		padding: 20px;
	}

	.s3th-section {
		padding: 72px 0;
	}

	.s3th-section--programmes {
		padding-top: 96px;
	}

	.s3th-section-heading h2,
	.s3th-cta h2 {
		font-size: clamp(2rem, 10vw, 3.1rem);
	}

	.s3th-category > summary {
		grid-template-columns: 50px minmax(0, 1fr) auto;
		gap: 12px;
		min-height: 112px;
		padding: 18px;
	}

	.s3th-category__icon {
		width: 48px;
		height: 48px;
	}

	.s3th-category__icon .s3th-icon {
		width: 24px;
		height: 24px;
	}

	.s3th-category__count,
	.s3th-category__heading em {
		display: none;
	}

	.s3th-category__heading strong {
		font-size: 1rem;
	}

	.s3th-category__content {
		padding: 15px;
	}

	.s3th-program-card {
		padding: 20px;
	}

	.s3th-program-meta > div {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.s3th-process {
		grid-template-columns: 1fr;
	}

	.s3th-process li + li,
	.s3th-process li:nth-child(3) {
		border-top: 1px solid rgba(255, 255, 255, 0.13);
		border-left: 0;
	}

	.s3th-process li {
		min-height: 190px;
	}

	.s3th-stat-summary > div {
		min-height: 135px;
	}

	.s3th-chart {
		padding: 18px;
	}

	.s3th-quality-card {
		grid-template-columns: 1fr;
		padding: 24px;
		text-align: center;
	}

	.s3th-quality-card__icon {
		margin-inline: auto;
	}

	.s3th-about-card {
		padding: 28px 20px;
	}

	.s3th-about-card__actions,
	.s3th-cta__actions {
		grid-template-columns: 1fr;
	}

	.s3th-cta__actions .s3th-email {
		grid-column: auto;
	}

	.s3th-cta {
		padding: 31px 22px;
		border-radius: 24px;
	}

	.s3th-mobile-actions {
		display: grid;
	}

	.s3th-back-top {
		right: 16px;
		bottom: 78px;
		width: 44px;
		height: 44px;
	}

	.s3th-dialog {
		width: calc(100% - 16px);
		max-height: calc(100vh - 16px);
		border-radius: 18px;
	}

	.s3th-dialog__panel {
		max-height: calc(100vh - 16px);
		border-radius: 18px;
	}

	.s3th-dialog__header {
		padding: 16px;
	}

	.s3th-dialog__footer,
	.s3th-contact-form,
	.s3th-quality-dialog__content {
		padding: 16px;
	}

	.s3th-document-viewer,
	.s3th-document-viewer iframe {
		min-height: 520px;
	}
}

@media (max-width: 420px) {
	.s3th-category__icon {
		display: none;
	}

	.s3th-category > summary {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.s3th-hero__facts {
		display: grid;
	}

	.s3th-chart__label span {
		max-width: 70%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.s3th *,
	.s3th *::before,
	.s3th *::after,
	.s3th-dialog *,
	.s3th-dialog *::before,
	.s3th-dialog *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.s3th.s3th--js [data-s3th-reveal] {
		opacity: 1;
		transform: none;
	}
}

@media print {
	.s3th--full-bleed {
		left: auto;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.s3th-hero,
	.s3th-section--practice,
	.s3th-section--stats,
	.s3th-cta {
		color: #000;
		background: #fff;
	}

	.s3th-hero h1,
	.s3th-hero h2,
	.s3th-hero h3,
	.s3th-section-heading--light h2,
	.s3th-cta h2 {
		color: var(--s3th-navy) !important;
	}

	.s3th-category,
	.s3th-program-card,
	.s3th-stat-summary,
	.s3th-chart {
		break-inside: avoid;
	}

	.s3th-category:not([open]) > *:not(summary) {
		display: block;
	}

	.s3th-button,
	.s3th-mobile-actions,
	.s3th-back-top,
	.s3th-dialog {
		display: none !important;
	}
}
