/* CINPAA Training Needs Wizard 2.0 — bilingual high-contrast glass interface */

body.cinpaa-tnw-landing-page {
	background: #f7f9fc;
}

body.cinpaa-tnw-landing-page > header.elementor-location-header,
body.cinpaa-tnw-landing-page > footer.elementor-location-footer,
body.cinpaa-tnw-landing-page #scrollTop,
body.cinpaa-tnw-landing-page [id^="chaty-widget"] {
	display: none !important;
}

.cinpaa-tnw-wrap.cinpaa-tnw-ios {
	--snw-navy: #0a3d62;
	--snw-blue: #1e3a8a;
	--snw-gold: #fbbf24;
	--snw-bg: #f8fafc;
	--snw-ink: #10243a;
	--snw-muted: #5f7184;
	--snw-line: rgba(116, 145, 170, 0.23);
	--snw-glass: rgba(255, 255, 255, 0.78);
	--snw-danger: #b42318;
	position: relative;
	isolation: isolate;
	direction: rtl;
	max-width: 1040px !important;
	margin: 0 auto !important;
	padding: clamp(10px, 2.2vw, 24px) !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--snw-ink) !important;
	font-family: Tajawal, "Segoe UI", Tahoma, Arial, sans-serif !important;
	line-height: 1.65 !important;
	overflow: visible !important;
}

.cinpaa-tnw-wrap.cinpaa-tnw-ios[dir="ltr"] {
	direction: ltr;
}

.cinpaa-tnw-ios *,
.cinpaa-tnw-ios *::before,
.cinpaa-tnw-ios *::after {
	box-sizing: border-box;
}

.cinpaa-tnw-ios [hidden] {
	display: none !important;
}

.cinpaa-tnw-ambient {
	position: absolute;
	inset: 0;
	z-index: -1;
	overflow: hidden;
	pointer-events: none;
}

.cinpaa-tnw-ambient i {
	position: absolute;
	border-radius: 50%;
	filter: blur(56px);
	opacity: 0.2;
}

.cinpaa-tnw-ambient i:nth-child(1) {
	width: 270px;
	height: 270px;
	top: 70px;
	right: -80px;
	background: #3b82f6;
}

.cinpaa-tnw-ambient i:nth-child(2) {
	width: 220px;
	height: 220px;
	top: 250px;
	left: -60px;
	background: #fbbf24;
	opacity: 0.13;
}

.cinpaa-tnw-ambient i:nth-child(3) {
	width: 300px;
	height: 300px;
	right: 24%;
	bottom: -150px;
	background: #0a3d62;
	opacity: 0.09;
}

.cinpaa-tnw-ios .cinpaa-tnw-hero {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
	padding: 22px clamp(24px, 5vw, 52px) 43px !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 29px !important;
	background: linear-gradient(135deg, rgba(7, 47, 78, 0.97), rgba(30, 58, 138, 0.95)) !important;
	box-shadow: 0 24px 70px rgba(10, 46, 78, 0.18) !important;
	color: #fff !important;
	text-align: right !important;
	backdrop-filter: blur(28px) saturate(145%);
	-webkit-backdrop-filter: blur(28px) saturate(145%);
}

.cinpaa-tnw-ios .cinpaa-tnw-hero::before {
	content: "";
	position: absolute;
	width: 230px;
	height: 230px;
	top: -120px;
	left: -70px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.02));
}

.cinpaa-tnw-hero-top {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.cinpaa-tnw-brandline {
	display: flex;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
}

.cinpaa-tnw-brandline span {
	color: var(--snw-gold);
	font-weight: 900;
	letter-spacing: 0.12em;
}

.cinpaa-tnw-brandline b {
	font-weight: 700;
}

.cinpaa-tnw-brandline em {
	font-style: normal;
}

.cinpaa-tnw-brandline em::before {
	content: "·";
	margin-left: 9px;
}

.cinpaa-tnw-home-link {
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	padding: 7px 13px !important;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.1) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.cinpaa-tnw-home-link span {
	font-size: 16px;
	line-height: 1;
}

@media (hover: hover) {
	.cinpaa-tnw-home-link:hover {
		transform: translateY(-1px);
		border-color: rgba(255, 255, 255, 0.45) !important;
		background: rgba(255, 255, 255, 0.18) !important;
	}
}

.cinpaa-tnw-ios .cinpaa-tnw-hero h1 {
	position: relative;
	z-index: 1;
	max-width: 790px;
	margin: 0 0 8px !important;
	color: #fff !important;
	font-size: clamp(29px, 3.7vw, 39px) !important;
	font-weight: 900 !important;
	line-height: 1.32 !important;
	letter-spacing: -0.02em !important;
}

.cinpaa-tnw-ios .cinpaa-tnw-hero > p {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.84) !important;
	font-size: clamp(14px, 1.5vw, 17px) !important;
}

.cinpaa-tnw-assurances {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 16px;
}

.cinpaa-tnw-assurances span {
	display: inline-flex !important;
	align-items: center;
	width: auto !important;
	padding: 6px 11px !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: rgba(255, 255, 255, 0.86) !important;
	font-size: 12px !important;
	backdrop-filter: blur(12px);
}

.cinpaa-tnw-ios .cinpaa-tnw-panel {
	position: relative;
	z-index: 2;
	margin: -27px 18px 0 !important;
	padding: 24px clamp(20px, 4vw, 40px) 30px !important;
	border: 1px solid rgba(255, 255, 255, 0.82) !important;
	border-radius: 25px !important;
	background: var(--snw-glass) !important;
	box-shadow: 0 24px 65px rgba(28, 52, 72, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
	backdrop-filter: blur(32px) saturate(165%);
	-webkit-backdrop-filter: blur(32px) saturate(165%);
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-panel,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-panel {
	border-color: rgba(255, 255, 255, 0.2) !important;
	background: linear-gradient(145deg, rgba(8, 39, 68, 0.97), rgba(13, 55, 91, 0.96)) !important;
	box-shadow: 0 28px 75px rgba(6, 29, 52, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
	color: #fff !important;
}

.cinpaa-tnw-progress {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	max-width: 450px;
	margin: 0 auto 22px;
}

.cinpaa-tnw-progress > span {
	display: grid;
	justify-items: center;
	gap: 4px;
	min-width: 60px;
	color: #7d8fa1;
	transition: color 0.2s ease;
}

.cinpaa-tnw-progress b {
	display: grid;
	place-items: center;
	width: 29px;
	height: 29px;
	border: 1px solid var(--snw-line);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.75);
	font-size: 12px;
}

.cinpaa-tnw-progress small {
	font-size: 11px;
	font-weight: 800;
}

.cinpaa-tnw-progress > i {
	flex: 1;
	height: 1px;
	margin-top: 14px;
	background: var(--snw-line);
}

.cinpaa-tnw-progress > span.is-current {
	color: var(--snw-navy);
}

.cinpaa-tnw-progress > span.is-current b {
	border-color: var(--snw-navy);
	background: var(--snw-navy);
	box-shadow: 0 5px 16px rgba(10, 61, 98, 0.22);
	color: var(--snw-gold);
}

.cinpaa-tnw-progress > span.is-done b {
	border-color: #bfdfcf;
	background: #e8f5ef;
	color: #16764c;
	font-size: 0;
}

.cinpaa-tnw-progress > span.is-done b::after {
	content: "✓";
	font-size: 12px;
}

.cinpaa-tnw-step {
	display: none !important;
}

.cinpaa-tnw-step.is-active {
	display: block !important;
	animation: cinpaaTnwFade 0.3s cubic-bezier(0.2, 0.75, 0.2, 1);
}

@keyframes cinpaaTnwFade {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.cinpaa-tnw-heading {
	margin: 0 0 19px;
	text-align: right;
}

.cinpaa-tnw-heading-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.cinpaa-tnw-kicker {
	margin: 0 0 3px !important;
	color: #a66d00 !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	letter-spacing: 0.05em;
}

.cinpaa-tnw-heading h3 {
	margin: 0 0 3px !important;
	color: var(--snw-navy) !important;
	font-size: clamp(23px, 3vw, 30px) !important;
	font-weight: 900 !important;
	line-height: 1.4 !important;
}

.cinpaa-tnw-heading h3:focus,
.cinpaa-tnw-success:focus {
	outline: none;
}

.cinpaa-tnw-heading > p,
.cinpaa-tnw-heading > div > p:last-child {
	margin: 0 !important;
	color: var(--snw-muted) !important;
	font-size: 13px !important;
}

.cinpaa-tnw-change {
	flex: 0 0 auto;
	margin-top: 7px;
	padding: 8px 12px;
	border: 1px solid var(--snw-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.64);
	color: var(--snw-navy);
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.cinpaa-tnw-paths {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 14px !important;
	height: auto !important;
}

.cinpaa-tnw-ios .cinpaa-tnw-path {
	position: relative;
	display: grid !important;
	grid-template-columns: 48px 1fr !important;
	align-items: center !important;
	gap: 13px !important;
	width: 100% !important;
	height: auto !important;
	min-height: 126px !important;
	padding: 18px !important;
	border: 1px solid rgba(116, 145, 170, 0.24) !important;
	border-radius: 19px !important;
	background: rgba(255, 255, 255, 0.6) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
	color: var(--snw-ink) !important;
	cursor: pointer !important;
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease !important;
}

@media (hover: hover) {
	.cinpaa-tnw-ios .cinpaa-tnw-path:hover {
		transform: translateY(-2px);
		border-color: rgba(30, 58, 138, 0.34) !important;
		background: rgba(255, 255, 255, 0.88) !important;
		box-shadow: 0 13px 30px rgba(20, 49, 77, 0.09), inset 0 1px 0 #fff !important;
	}
}

.cinpaa-tnw-path input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.cinpaa-tnw-path:has(input:checked) {
	border-color: rgba(10, 61, 98, 0.5) !important;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(237, 245, 251, 0.94)) !important;
	box-shadow: 0 0 0 3px rgba(10, 61, 98, 0.08) !important;
}

.cinpaa-tnw-path:has(input:focus-visible) {
	outline: 3px solid rgba(30, 58, 138, 0.25) !important;
	outline-offset: 3px;
}

.cinpaa-tnw-path.is-invalid {
	border-color: var(--snw-danger) !important;
}

.cinpaa-tnw-path-symbol {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 15px;
	background: linear-gradient(145deg, var(--snw-navy), var(--snw-blue));
	box-shadow: 0 8px 20px rgba(10, 61, 98, 0.18);
	color: var(--snw-gold);
	font-size: 21px;
	font-weight: 900;
}

.cinpaa-tnw-path-copy {
	display: grid;
	gap: 4px;
}

.cinpaa-tnw-path-copy strong {
	display: block !important;
	color: var(--snw-navy) !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	line-height: 1.5 !important;
}

.cinpaa-tnw-path-copy small {
	display: block !important;
	color: var(--snw-muted) !important;
	font-size: 12px !important;
	line-height: 1.65 !important;
}

.cinpaa-tnw-path-action {
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
	width: max-content;
	margin-top: 7px;
	color: var(--snw-blue) !important;
	font-size: 12px !important;
	font-weight: 900 !important;
}

.cinpaa-tnw-path-action b {
	font-size: 16px;
	transition: transform 0.18s ease;
}

@media (hover: hover) {
	.cinpaa-tnw-path:hover .cinpaa-tnw-path-action b {
		transform: translateX(-3px);
	}
}

.cinpaa-tnw-selected {
	display: inline-flex;
	align-items: center;
	margin: -7px 0 17px;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(10, 61, 98, 0.07);
	color: var(--snw-navy);
	font-size: 12px;
	font-weight: 800;
}

.cinpaa-tnw-selected::before {
	content: "✓";
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	margin-left: 6px;
	border-radius: 50%;
	background: var(--snw-navy);
	color: var(--snw-gold);
	font-size: 10px;
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-progress > span,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-progress > span {
	color: rgba(255, 255, 255, 0.62);
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-progress > i,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-progress > i {
	background: rgba(255, 255, 255, 0.18);
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-progress > span.is-current,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-progress > span.is-current,
.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-heading h3,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-heading h3 {
	color: #fff !important;
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-progress > span.is-current b,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-progress > span.is-current b {
	border-color: var(--snw-gold);
	background: var(--snw-gold);
	color: var(--snw-navy);
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-heading > p,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-heading > p,
.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-heading > div > p:last-child,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-heading > div > p:last-child {
	color: rgba(255, 255, 255, 0.7) !important;
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-kicker,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-kicker {
	color: var(--snw-gold) !important;
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-change,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-change {
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-selected,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-selected {
	background: rgba(255, 255, 255, 0.11);
	color: #fff;
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-selected::before,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-selected::before {
	background: var(--snw-gold);
	color: var(--snw-navy);
}

.cinpaa-tnw-grid2 {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0 14px !important;
}

.cinpaa-tnw-field-wide,
.cinpaa-tnw-other-org,
.cinpaa-tnw-other-training {
	grid-column: 1 / -1;
}

.cinpaa-tnw-other-org > .cinpaa-tnw-field,
.cinpaa-tnw-other-training > .cinpaa-tnw-field {
	max-width: calc(50% - 7px);
}

.cinpaa-tnw-field {
	display: flex !important;
	flex-direction: column !important;
	gap: 6px !important;
	margin: 0 0 14px !important;
}

.cinpaa-tnw-field label {
	color: #263c51 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
}

.cinpaa-tnw-field label b {
	color: #a96f00;
}

.cinpaa-tnw-field input,
.cinpaa-tnw-field select,
.cinpaa-tnw-field textarea {
	width: 100% !important;
	min-height: 49px !important;
	margin: 0 !important;
	padding: 11px 13px !important;
	border: 2px solid #c7d3de !important;
	border-radius: 13px !important;
	background: #fffdf8 !important;
	box-shadow: 0 5px 16px rgba(16, 42, 67, 0.07), inset 0 1px 0 #fff !important;
	color: var(--snw-ink) !important;
	font: inherit !important;
	font-size: 16px !important;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease !important;
}

.cinpaa-tnw-field textarea {
	min-height: 116px !important;
	resize: vertical !important;
	line-height: 1.7 !important;
}

.cinpaa-tnw-field input::placeholder,
.cinpaa-tnw-field textarea::placeholder {
	color: #66788a;
	opacity: 1;
}

.cinpaa-tnw-field input:focus,
.cinpaa-tnw-field select:focus,
.cinpaa-tnw-field textarea:focus {
	outline: 0 !important;
	border-color: var(--snw-gold) !important;
	background: #fff !important;
	box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.18), 0 8px 22px rgba(5, 31, 55, 0.12) !important;
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-field label,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-field label {
	color: rgba(255, 255, 255, 0.94) !important;
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-field label b,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-field label b {
	color: var(--snw-gold) !important;
}

.cinpaa-tnw-field.is-invalid input,
.cinpaa-tnw-field.is-invalid select,
.cinpaa-tnw-field.is-invalid textarea {
	border-color: var(--snw-danger) !important;
	box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.08) !important;
}

.cinpaa-tnw-phone-group {
	display: grid;
	grid-template-columns: 145px 1fr;
	gap: 10px;
}

.cinpaa-tnw-challenge-group {
	min-width: 0;
	margin: 0 0 15px;
	padding: 17px;
	border: 1px solid var(--snw-line);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.46);
}

.cinpaa-tnw-challenge-group legend {
	padding: 0 4px;
	color: var(--snw-navy);
	font-size: 14px;
	font-weight: 900;
}

.cinpaa-tnw-challenge-group legend b {
	color: #a96f00;
}

.cinpaa-tnw-challenge-group > p {
	margin: 0 0 12px !important;
	color: var(--snw-muted) !important;
	font-size: 12px !important;
}

.cinpaa-tnw-challenge-options {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.cinpaa-tnw-challenge-options label {
	position: relative;
	cursor: pointer;
}

.cinpaa-tnw-challenge-options input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.cinpaa-tnw-challenge-options span {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 13px;
	border: 2px solid #c7d3de;
	border-radius: 12px;
	background: #fffdf8;
	box-shadow: 0 4px 13px rgba(16, 42, 67, 0.06);
	color: var(--snw-navy);
	font-size: 13px;
	font-weight: 800;
	transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease;
}

.cinpaa-tnw-challenge-options input:checked + span {
	border-color: var(--snw-gold);
	background: var(--snw-gold);
	color: var(--snw-navy);
	box-shadow: 0 7px 18px rgba(251, 191, 36, 0.2);
}

.cinpaa-tnw-challenge-options input:checked + span::before {
	content: "✓";
	margin-inline-end: 7px;
	font-weight: 900;
}

.cinpaa-tnw-challenge-options input:focus-visible + span {
	outline: 3px solid rgba(251, 191, 36, 0.28);
	outline-offset: 2px;
}

.cinpaa-tnw-challenge-group.is-invalid {
	border-color: #f97066;
	box-shadow: 0 0 0 3px rgba(249, 112, 102, 0.12);
}

.cinpaa-tnw-other-challenge > .cinpaa-tnw-field {
	margin-top: 2px !important;
}

.cinpaa-tnw-notes,
.cinpaa-tnw-consult-optional {
	margin: 2px 0 15px;
	overflow: hidden;
	border: 1px solid var(--snw-line);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.42);
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-challenge-group,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-challenge-group,
.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-notes,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-notes,
.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-consult-optional,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-consult-optional {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
}

.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-challenge-group legend,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-notes summary,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-consult-optional summary {
	color: #fff;
}

.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-challenge-group > p {
	color: rgba(255, 255, 255, 0.68) !important;
}

.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-notes[open] summary,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-consult-optional[open] summary {
	border-color: rgba(255, 255, 255, 0.16);
}

.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-consult-optional summary span {
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.72);
}

.cinpaa-tnw-notes summary,
.cinpaa-tnw-consult-optional summary {
	padding: 12px 14px;
	color: var(--snw-navy);
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.cinpaa-tnw-consult-optional summary span {
	margin-right: 5px;
	padding: 3px 7px;
	border-radius: 999px;
	background: rgba(10, 61, 98, 0.07);
	color: var(--snw-muted);
	font-size: 11px;
}

.cinpaa-tnw-notes[open] summary,
.cinpaa-tnw-consult-optional[open] summary {
	border-bottom: 1px solid var(--snw-line);
}

.cinpaa-tnw-notes .cinpaa-tnw-field {
	margin: 13px !important;
}

.cinpaa-tnw-consult-optional .cinpaa-tnw-grid2 {
	padding: 14px 14px 0;
}

.cinpaa-tnw-turnstile {
	margin: 14px 0;
	min-height: 1px;
}

.cinpaa-tnw-consent {
	display: flex !important;
	align-items: flex-start !important;
	flex-wrap: wrap;
	gap: 9px !important;
	padding: 12px 13px !important;
	border: 1px solid var(--snw-line) !important;
	border-radius: 14px !important;
	background: rgba(255, 255, 255, 0.5) !important;
	color: var(--snw-muted) !important;
	font-size: 12px !important;
}

.cinpaa-tnw-consent input {
	flex: 0 0 auto;
	width: 19px !important;
	height: 19px !important;
	margin: 1px 0 0 !important;
	accent-color: var(--snw-navy);
}

.cinpaa-tnw-consent span:not(.cinpaa-tnw-field-error) {
	flex: 1;
}

.cinpaa-tnw-consent a {
	color: var(--snw-blue);
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.cinpaa-tnw-consent.is-invalid {
	border-color: var(--snw-danger) !important;
}

.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-consent {
	border-color: rgba(255, 255, 255, 0.22) !important;
	background: rgba(255, 255, 255, 0.1) !important;
	color: rgba(255, 255, 255, 0.82) !important;
}

.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-consent a {
	color: #ffe08a;
}

.cinpaa-tnw-security-caption {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 10px 0 0 !important;
	color: #65778a !important;
	font-size: 12px !important;
}

.cinpaa-tnw-security-caption span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #e6f4ed;
	color: #137a4c;
	font-weight: 900;
}

.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-security-caption {
	color: rgba(255, 255, 255, 0.7) !important;
}

.cinpaa-tnw-nav {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	margin-top: 18px !important;
	padding-top: 17px !important;
	border-top: 1px solid var(--snw-line) !important;
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-nav,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-nav {
	border-color: rgba(255, 255, 255, 0.16) !important;
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-btn-quiet,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-btn-quiet {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.cinpaa-tnw-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 11px 20px;
	border: 0;
	border-radius: 13px;
	font: inherit;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

@media (hover: hover) {
	.cinpaa-tnw-btn:hover {
		transform: translateY(-1px);
	}
}

.cinpaa-tnw-btn-primary {
	margin-inline-start: auto;
	background: linear-gradient(145deg, #ffd15a, var(--snw-gold));
	box-shadow: 0 10px 24px rgba(251, 191, 36, 0.21);
	color: var(--snw-navy);
}

.cinpaa-tnw-btn-primary span {
	font-size: 16px;
}

.cinpaa-tnw-btn-quiet {
	background: rgba(10, 61, 98, 0.07);
	color: var(--snw-navy);
}

.cinpaa-tnw-btn:focus-visible,
.cinpaa-tnw-change:focus-visible,
.cinpaa-tnw-consent a:focus-visible,
.cinpaa-tnw-mini-footer a:focus-visible {
	outline: 3px solid rgba(30, 58, 138, 0.25);
	outline-offset: 3px;
}

.cinpaa-tnw-btn:disabled {
	opacity: 0.64;
	cursor: not-allowed;
	transform: none;
}

.cinpaa-tnw-alert {
	margin: 0 0 16px;
	padding: 12px 14px;
	border: 1px solid rgba(180, 35, 24, 0.27);
	border-radius: 13px;
	background: rgba(255, 241, 240, 0.9);
	color: var(--snw-danger);
	font-size: 13px;
	font-weight: 800;
}

.cinpaa-tnw-field-error {
	display: block;
	margin-top: 3px;
	color: var(--snw-danger);
	font-size: 12px;
	font-weight: 800;
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-field-error,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-field-error {
	color: #ffb4ae;
}

.cinpaa-tnw-consent .cinpaa-tnw-field-error {
	width: 100%;
}

.cinpaa-tnw-hp {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.cinpaa-tnw-form.is-sending {
	opacity: 0.66;
	pointer-events: none;
}

.cinpaa-tnw-success {
	padding: 28px 10px 12px !important;
	text-align: center !important;
}

.cinpaa-tnw-success-ic {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 13px;
	border-radius: 21px;
	background: linear-gradient(145deg, var(--snw-navy), var(--snw-blue));
	box-shadow: 0 14px 30px rgba(10, 61, 98, 0.2);
	color: var(--snw-gold);
	font-size: 28px;
	font-weight: 900;
}

.cinpaa-tnw-success h3 {
	margin: 0 0 7px !important;
	color: var(--snw-navy) !important;
	font-size: 28px !important;
	font-weight: 900 !important;
}

.cinpaa-tnw-success > p:not(.cinpaa-tnw-kicker) {
	max-width: 590px;
	margin: 0 auto 13px !important;
	color: var(--snw-muted) !important;
	font-size: 15px !important;
}

.cinpaa-tnw-reference {
	display: inline-flex;
	gap: 7px;
	margin-bottom: 19px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(10, 61, 98, 0.07);
	color: var(--snw-muted);
	font-size: 12px;
}

.cinpaa-tnw-reference strong {
	color: var(--snw-navy);
}

.cinpaa-tnw-success .cinpaa-tnw-btn {
	display: flex;
	margin: 0 auto !important;
}

.cinpaa-tnw-mini-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 18px 30px 0;
	padding: 13px 4px;
	color: #6b7c8d;
	font-size: 12px;
}

.cinpaa-tnw-mini-footer nav {
	display: flex;
	gap: 16px;
}

.cinpaa-tnw-mini-footer a {
	color: var(--snw-navy);
	font-weight: 800;
	text-decoration: none;
}

.cinpaa-tnw-copyright {
	unicode-bidi: isolate;
}

.cinpaa-tnw-ios[dir="ltr"] .cinpaa-tnw-hero,
.cinpaa-tnw-ios[dir="ltr"] .cinpaa-tnw-heading {
	text-align: left !important;
}

.cinpaa-tnw-ios[dir="ltr"] .cinpaa-tnw-brandline em::before {
	margin-right: 9px;
	margin-left: 0;
}

.cinpaa-tnw-ios[dir="ltr"] .cinpaa-tnw-path:hover .cinpaa-tnw-path-action b {
	transform: translateX(3px);
}

.cinpaa-tnw-ios[dir="ltr"] .cinpaa-tnw-mini-footer {
	direction: ltr;
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-hero,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-hero {
	padding-top: 22px !important;
	padding-bottom: 45px !important;
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-hero h1,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-hero h1 {
	font-size: clamp(24px, 3vw, 31px) !important;
}

.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-hero > p,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-hero > p,
.cinpaa-tnw-ios[data-current-step="2"] .cinpaa-tnw-assurances,
.cinpaa-tnw-ios[data-current-step="3"] .cinpaa-tnw-assurances {
	display: none !important;
}

@media (max-width: 760px) {
	.cinpaa-tnw-wrap.cinpaa-tnw-ios {
		padding: 7px !important;
	}

	.cinpaa-tnw-ios .cinpaa-tnw-hero {
		padding: 16px 16px 39px !important;
		border-radius: 22px !important;
	}

	.cinpaa-tnw-hero-top {
		align-items: flex-start;
		gap: 10px;
		margin-bottom: 13px;
	}

	.cinpaa-tnw-brandline {
		display: grid;
		gap: 0;
		font-size: 11px;
	}

	.cinpaa-tnw-brandline b {
		font-size: 10px;
	}

	.cinpaa-tnw-brandline em {
		display: none;
	}

	.cinpaa-tnw-brandline em::before {
		display: none;
	}

	.cinpaa-tnw-home-link {
		min-height: 36px;
		padding: 7px 11px !important;
		font-size: 11px !important;
	}

	.cinpaa-tnw-ios .cinpaa-tnw-hero h1 {
		font-size: 27px !important;
	}

	.cinpaa-tnw-ios .cinpaa-tnw-panel {
		margin: -25px 5px 0 !important;
		padding: 20px 15px 23px !important;
		border-radius: 21px !important;
	}

	.cinpaa-tnw-progress {
		margin-bottom: 19px;
	}

	.cinpaa-tnw-heading-row {
		display: block;
	}

	.cinpaa-tnw-change {
		margin-top: 10px;
		min-height: 42px;
	}

	.cinpaa-tnw-paths,
	.cinpaa-tnw-grid2 {
		grid-template-columns: 1fr !important;
	}

	.cinpaa-tnw-challenge-options {
		display: grid;
		grid-template-columns: 1fr;
	}

	.cinpaa-tnw-challenge-options span {
		width: 100%;
		min-height: 46px;
	}

	.cinpaa-tnw-ios .cinpaa-tnw-path {
		grid-template-columns: 43px 1fr !important;
		gap: 11px !important;
		min-height: 104px !important;
		padding: 15px !important;
	}

	.cinpaa-tnw-path-symbol {
		width: 43px;
		height: 43px;
		border-radius: 13px;
	}

	.cinpaa-tnw-path-copy strong {
		font-size: 15px !important;
	}

	.cinpaa-tnw-other-org > .cinpaa-tnw-field,
	.cinpaa-tnw-other-training > .cinpaa-tnw-field {
		max-width: none;
	}

	.cinpaa-tnw-phone-group {
		grid-template-columns: 112px 1fr;
		gap: 8px;
	}

	.cinpaa-tnw-ios .cinpaa-tnw-nav {
		position: sticky;
		z-index: 8;
		bottom: 6px;
		flex-direction: row !important;
		padding: 10px !important;
		border: 1px solid rgba(255, 255, 255, 0.84) !important;
		border-radius: 16px !important;
		background: rgba(248, 250, 252, 0.88) !important;
		box-shadow: 0 10px 30px rgba(16, 42, 67, 0.14) !important;
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
	}

	.cinpaa-tnw-ios .cinpaa-tnw-btn {
		min-height: 50px;
		padding-inline: 12px;
	}

	.cinpaa-tnw-ios .cinpaa-tnw-btn-primary {
		flex: 1 1 auto;
		margin: 0;
	}

	.cinpaa-tnw-ios .cinpaa-tnw-btn-quiet {
		flex: 0 0 31%;
	}

	.cinpaa-tnw-success .cinpaa-tnw-btn {
		width: 100%;
	}

	.cinpaa-tnw-mini-footer {
		flex-direction: column;
		gap: 8px;
		margin: 13px 14px 0;
		text-align: center;
	}

	.cinpaa-tnw-mini-footer nav {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width: 390px) {
	.cinpaa-tnw-ios .cinpaa-tnw-hero h1 {
		font-size: 24px !important;
	}

	.cinpaa-tnw-progress > span {
		min-width: 50px;
	}

	.cinpaa-tnw-phone-group {
		grid-template-columns: 104px 1fr;
	}

	.cinpaa-tnw-ios .cinpaa-tnw-btn {
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cinpaa-tnw-ios * {
		scroll-behavior: auto !important;
		animation: none !important;
		transition: none !important;
	}
}
