/**
 * Hero template — Default layout (split columns).
 * Markup: `../template.html`. Content classes: shared/hero-content.css.
 */

.iw-ps-hero-t-default {
	padding: 100px 20px;
	overflow: hidden;
}

.iw-ps-hero-t-default .iw-ps-hero-t-default__row {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 80px;
	align-items: center;
}

.iw-ps-hero-t-default .iw-ps-hero-t-default__row:not(:has([class*="__col--media"])) {
	grid-template-columns: minmax(0, 1fr);
}

.iw-ps-hero-t-default .iw-ps-hero__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.iw-ps-hero-t-default .iw-ps-hero__content-head,
.iw-ps-hero-t-default .iw-ps-hero__content-desc,
.iw-ps-hero-t-default .iw-ps-hero__content-bullets,
.iw-ps-hero-t-default .iw-ps-hero__content-actions,
.iw-ps-hero-t-default .iw-ps-hero__content-features {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.iw-ps-hero-t-default .iw-ps-hero__content-bullets:empty,
.iw-ps-hero-t-default .iw-ps-hero__content-features:empty {
	display: none;
}

.iw-ps-hero-t-default .iw-ps-hero__badge {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background: color-mix(in srgb, var(--iw-ps-hero-accent, #4b5563) 12%, transparent);
	padding: 6px 14px;
	border-radius: 20px;
	margin-bottom: 24px;
}

.iw-ps-hero-t-default .iw-ps-hero__heading {
	margin: 0 0 20px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.03em;
}

.iw-ps-hero-t-default .iw-ps-hero__description {
	font-size: clamp(1rem, 1.5vw, 1.25rem);
	line-height: 1.6;
	margin-bottom: 32px;
	max-width: 90%;
}

.iw-ps-hero-t-default .iw-ps-hero__description p {
	margin: 0 0 0.75em;
}

.iw-ps-hero-t-default .iw-ps-hero__description p:last-child {
	margin-bottom: 0;
}

.iw-ps-hero-t-default .iw-ps-hero__bullets {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.iw-ps-hero-t-default .iw-ps-hero__bullets li {
	font-size: 1rem;
	display: flex;
	align-items: center;
	gap: 10px;
}

.iw-ps-hero-t-default .iw-ps-hero__bullet-check {
	font-weight: 700;
}

.iw-ps-hero-t-default .iw-ps-hero__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 28px;
	flex-wrap: wrap;
}

.iw-ps-hero-t-default .iw-ps-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 14px 28px;
	font-size: 1rem;
	font-weight: 500;
	transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
	border: 1px solid transparent;
}

.iw-ps-hero-t-default .iw-ps-hero__btn--primary:hover,
.iw-ps-hero-t-default .iw-ps-hero__btn--primary:focus-visible {
	transform: scale(1.02);
}

.iw-ps-hero-t-default .iw-ps-hero__btn--secondary {
	background-color: transparent;
	color: var(--iw-ps-hero-text, #222222);
	border-color: var(--iw-ps-hero-border, rgba(0, 0, 0, 0.08));
}

.iw-ps-hero-t-default .iw-ps-hero__btn--secondary:hover,
.iw-ps-hero-t-default .iw-ps-hero__btn--secondary:focus-visible {
	background-color: color-mix(in srgb, var(--iw-ps-hero-text, #222) 4%, transparent);
}

.iw-ps-hero-t-default .iw-ps-hero__btn--tertiary {
	background: transparent;
	border-color: transparent;
	padding-inline: 8px;
	gap: 6px;
	margin-left: 8px;
}

.iw-ps-hero-t-default .iw-ps-hero__btn-arrow {
	transition: transform 0.3s ease;
}

.iw-ps-hero-t-default .iw-ps-hero__btn--tertiary:hover .iw-ps-hero__btn-arrow,
.iw-ps-hero-t-default .iw-ps-hero__btn--tertiary:focus-visible .iw-ps-hero__btn-arrow {
	transform: translateX(4px);
}

.iw-ps-hero-t-default .iw-ps-hero__features {
	display: flex;
	gap: 32px;
	border-top: 1px solid var(--iw-ps-hero-border, rgba(0, 0, 0, 0.08));
	padding-top: 20px;
	width: 100%;
}

.iw-ps-hero-t-default .iw-ps-hero__feature {
	display: flex;
	flex-direction: column;
}

.iw-ps-hero-t-default .iw-ps-hero__feature strong {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.iw-ps-hero-t-default .iw-ps-hero__feature span {
	font-size: 0.875rem;
}

.iw-ps-hero-t-default .iw-ps-hero__visuals {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.iw-ps-hero-t-default .iw-ps-hero__visuals-wrap {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}

.iw-ps-hero-t-default .iw-ps-hero__visuals-wrap--secondary-only {
	padding-bottom: 0;
	width: min(100%, 320px);
	margin-inline: auto;
}

.iw-ps-hero-t-default .iw-ps-hero__visuals-wrap--secondary-only .iw-ps-hero__img-secondary {
	position: relative;
	bottom: auto;
	left: auto;
	width: 100%;
}

.iw-ps-hero-t-default .iw-ps-hero__img-main {
	position: absolute;
	top: 0;
	right: 0;
	width: 85%;
	height: 85%;
	object-fit: cover;
	border-radius: 24px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.iw-ps-hero-t-default .iw-ps-hero__img-secondary {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 45%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 16px;
	border: 5px solid var(--iw-ps-hero-bg, #ffffff);
	box-shadow: none;
}

.iw-ps-hero-t-default .iw-ps-hero__exp-badge {
	position: absolute;
	top: 15%;
	left: -5%;
	max-width: 180px;
	box-sizing: border-box;
	background: color-mix(in srgb, var(--iw-ps-hero-bg, #fff) 85%, transparent);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid color-mix(in srgb, var(--iw-ps-hero-bg, #fff) 40%, transparent);
	padding: 20px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	z-index: 10;
}

.iw-ps-hero-t-default .iw-ps-hero__exp-number {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.05em;
	flex-shrink: 0;
}

.iw-ps-hero-t-default .iw-ps-hero__exp-text {
	font-size: 0.85rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--iw-ps-hero-muted, #6e6e73);
	flex: 1 1 auto;
	min-width: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space: normal;
}

@media (max-width: 992px) {
	.iw-ps-hero-t-default {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.iw-ps-hero-t-default .iw-ps-hero-t-default__row {
		grid-template-columns: 1fr;
		gap: 60px;
	}

	.iw-ps-hero-t-default .iw-ps-hero__heading {
		font-size: 2.8rem;
	}

	.iw-ps-hero-t-default .iw-ps-hero__visuals {
		max-width: 600px;
		margin: 0 auto;
	}

	.iw-ps-hero-t-default .iw-ps-hero__exp-badge {
		left: 5%;
	}
}

@media (max-width: 576px) {
	.iw-ps-hero-t-default {
		padding-top: 40px;
		padding-bottom: 40px;
		overflow: visible;
	}

	.iw-ps-hero-t-default .iw-ps-hero-t-default__row {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 24px;
		text-align: center;
	}

	.iw-ps-hero-t-default [class*="__col--media"] .iw-ps-hero__visuals {
		width: 100%;
		max-width: min(100%, 520px);
		margin: 0 auto;
		overflow: visible;
	}

	.iw-ps-hero-t-default .iw-ps-hero__visuals-wrap {
		padding-bottom: 62%;
		overflow: visible;
	}

	.iw-ps-hero-t-default .iw-ps-hero__img-main {
		top: 0;
		right: 0;
		left: auto;
		width: 88%;
		height: auto;
		aspect-ratio: 16 / 10;
	}

	.iw-ps-hero-t-default .iw-ps-hero__content-desc,
	.iw-ps-hero-t-default .iw-ps-hero__content-actions,
	.iw-ps-hero-t-default .iw-ps-hero__content-bullets,
	.iw-ps-hero-t-default .iw-ps-hero__content-features {
		align-items: center;
	}

	.iw-ps-hero-t-default .iw-ps-hero__heading {
		font-size: 1.875rem;
		margin-bottom: 8px;
	}

	.iw-ps-hero-t-default .iw-ps-hero__img-secondary {
		bottom: -18px;
		left: -15px;
	}

	.iw-ps-hero-t-default:has(.iw-ps-hero__img-secondary) .iw-ps-hero__description {
		margin-top: 20px;
	}

	.iw-ps-hero-t-default .iw-ps-hero__description {
		max-width: 100%;
		margin-bottom: 0;
	}

	.iw-ps-hero-t-default .iw-ps-hero__actions {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-bottom: 0;
	}

	.iw-ps-hero-t-default .iw-ps-hero__btn--tertiary {
		margin-left: 0;
		margin-top: 0;
	}

	.iw-ps-hero-t-default .iw-ps-hero__bullets {
		align-items: center;
		width: 100%;
		margin-bottom: 0;
	}

	.iw-ps-hero-t-default .iw-ps-hero__bullets li {
		justify-content: center;
	}

	.iw-ps-hero-t-default .iw-ps-hero__features {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		gap: 12px 20px;
		padding-top: 14px;
		width: 100%;
	}

	.iw-ps-hero-t-default .iw-ps-hero__feature {
		align-items: center;
		text-align: center;
		min-width: 0;
	}

	.iw-ps-hero-t-default .iw-ps-hero__feature strong {
		font-size: 1.125rem;
	}

	.iw-ps-hero-t-default .iw-ps-hero__feature span {
		font-size: 0.75rem;
	}

	.iw-ps-hero-t-default .iw-ps-hero__exp-badge {
		top: 12%;
		left: -12px;
		right: auto;
		transform: none;
		padding: 12px 14px;
		border-radius: 16px;
		gap: 8px;
	}

	.iw-ps-hero-t-default .iw-ps-hero__exp-number {
		font-size: 1.75rem;
	}

	.iw-ps-hero-t-default .iw-ps-hero__exp-text {
		font-size: 0.7rem;
	}
}

/*
 * Admin live preview: the browser viewport stays wide, so @media rules above do not run.
 * Mirror breakpoints from the Preview device tabs (same pattern as Hire Steps).
 */
body.iw-admin .iw-ft-admin-preview-device--tablet .iw-ps-hero-t-default {
	padding-top: 48px;
	padding-bottom: 48px;
}

body.iw-admin .iw-ft-admin-preview-device--tablet .iw-ps-hero-t-default .iw-ps-hero-t-default__row {
	grid-template-columns: 1fr;
	gap: 60px;
}

body.iw-admin .iw-ft-admin-preview-device--tablet .iw-ps-hero-t-default .iw-ps-hero__heading {
	font-size: 2.8rem;
}

body.iw-admin .iw-ft-admin-preview-device--tablet .iw-ps-hero-t-default .iw-ps-hero__visuals {
	max-width: 600px;
	margin: 0 auto;
}

body.iw-admin .iw-ft-admin-preview-device--tablet .iw-ps-hero-t-default .iw-ps-hero__exp-badge {
	left: 5%;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default {
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: visible;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero-t-default__row {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	text-align: center;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default [class*="__col--media"] .iw-ps-hero__visuals {
	width: 100%;
	max-width: min(100%, 520px);
	margin: 0 auto;
	overflow: visible;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__visuals-wrap {
	padding-bottom: 62%;
	overflow: visible;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__img-main {
	top: 0;
	right: 0;
	left: auto;
	width: 88%;
	height: auto;
	aspect-ratio: 16 / 10;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__content-desc,
body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__content-actions,
body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__content-bullets,
body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__content-features {
	align-items: center;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__heading {
	font-size: 1.875rem;
	margin-bottom: 8px;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__img-secondary {
	bottom: -18px;
	left: -15px;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default:has(.iw-ps-hero__img-secondary) .iw-ps-hero__description {
	margin-top: 20px;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__description {
	max-width: 100%;
	margin-bottom: 0;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__actions {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 0;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__btn--tertiary {
	margin-left: 0;
	margin-top: 0;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__bullets {
	align-items: center;
	width: 100%;
	margin-bottom: 0;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__bullets li {
	justify-content: center;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__features {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 12px 20px;
	padding-top: 14px;
	width: 100%;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__feature {
	align-items: center;
	text-align: center;
	min-width: 0;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__feature strong {
	font-size: 1.125rem;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__feature span {
	font-size: 0.75rem;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__exp-badge {
	top: 12%;
	left: -12px;
	right: auto;
	transform: none;
	padding: 12px 14px;
	border-radius: 16px;
	gap: 8px;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__exp-number {
	font-size: 1.75rem;
}

body.iw-admin .iw-ft-admin-preview-device--mobile .iw-ps-hero-t-default .iw-ps-hero__exp-text {
	font-size: 0.7rem;
}
