/* HELSOLA — Single event page */

.helsola-single {
	padding-block: 1.5rem 4rem;
}

.helsola-single .helsola-container {
	width: 100%;
	max-width: var(--helsola-single-max-width, 1410px);
	margin-inline: auto;
	padding-inline: 1.25rem;
}

.helsola-checkout .helsola-container,
.helsola-confirmation .helsola-container {
	box-sizing: border-box;
	width: 100%;
	max-width: min(var(--helsola-checkout-max-width, 1660px), 100%);
	margin-inline: auto;
	padding-inline: 1.25rem;
}

.helsola-single__layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media (min-width: 960px) {
	.helsola-single__layout {
		grid-template-columns: 65fr 35fr;
		align-items: start;
	}
}

.helsola-single__type-badge {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	margin-bottom: 0.75rem;
	border-radius: 6px;
	background: var(--helsola-primary);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
}

.helsola-single__title {
	margin: 0 0 1rem;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--helsola-primary);
	line-height: 1.2;
}

@media (min-width: 600px) and (max-width: 959px) {
	.helsola-single__title {
		font-size: 32px;
	}
}

@media (min-width: 960px) {
	.helsola-single__title {
		font-size: 35px;
	}
}

.helsola-single__hero {
	margin: 0 0 1.5rem;
	width: 100%;
	max-width: 290px;
	border-radius: 12px;
	overflow: hidden;
}

.helsola-single__hero img {
	display: block;
	width: 100%;
	max-width: 290px;
	height: auto;
}

.helsola-single__mobile-info {
	margin-bottom: 1.5rem;
	padding: 1rem 1.125rem;
	border: 1px solid #e2e8f0;
	border-radius: 22px;
	background: #f8fafc;
}

.helsola-single__mobile-info .helsola-sidebar-card__meta {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

@media (min-width: 960px) {
	.helsola-single__mobile-info {
		display: none;
	}
}

.helsola-single__excerpt {
	margin-bottom: 1.5rem;
	font-size: 1rem;
	line-height: 1.6;
}

.helsola-block {
	margin-bottom: 2.5rem;
}

.helsola-block__title {
	margin: 0 0 1rem;
	font-size: 1.375rem;
	font-weight: 700;
	color: var(--helsola-primary);
}

.helsola-block__html {
	line-height: 1.6;
}

/* Sidebar */
@media (max-width: 959px) {
	.helsola-single__layout {
		display: flex;
		flex-direction: column;
	}

	.helsola-single__sidebar {
		display: contents;
	}

	.helsola-single__sidebar .helsola-sidebar-card:not(.helsola-single__sidebar-actions) {
		display: none;
	}

	.helsola-single__sidebar-actions {
		margin-top: 2rem;
	}
}

@media (min-width: 960px) {
	.helsola-single__sidebar {
		display: block;
		position: sticky;
		top: 1.5rem;
		align-self: start;
	}

	.helsola-single__sidebar-actions {
		margin-top: 1rem;
	}
}

.admin-bar .helsola-single__sidebar {
	top: calc(1.5rem + 32px);
}

@media screen and (max-width: 782px) {
	.admin-bar .helsola-single__sidebar {
		top: calc(1.5rem + 46px);
	}
}

.helsola-sidebar-card {
	padding: 1.25rem;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.helsola-sidebar-card__title {
	margin: 0 0 1rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--helsola-primary);
}

.helsola-sidebar-card__meta {
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #e8edf2;
}

.helsola-sidebar-card__row {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin: 0 0 0.5rem;
	font-size: 0.9375rem;
	color: #3d4654;
}

.helsola-sidebar-card__row--muted {
	padding-left: 1.625rem;
	font-size: 0.8125rem;
	color: #5a6472;
}

.helsola-sidebar-card__location {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.25rem;
}

.helsola-sidebar-card__row .helsola-icon {
	flex-shrink: 0;
	color: var(--helsola-primary);
}

.helsola-sidebar-card__price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.helsola-sidebar-card__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.2rem 0.35rem;
	margin: 0;
	min-width: 0;
	line-height: 1.2;
}

.helsola-sidebar-card__price-prefix,
.helsola-sidebar-card__price-suffix {
	font-size: 0.8125rem;
	font-weight: 500;
	color: #64748b;
}

.helsola-sidebar-card__price-amount {
	font-size: 1.375rem;
	font-weight: 700;
	color: #1e3558;
	letter-spacing: -0.02em;
}

.helsola-btn--booking {
	min-height: 3.125rem;
	border-radius: 0.9rem;
	font-size: 1rem;
}

.helsola-sidebar-card__seats {
	margin: 0.75rem 0 0;
	font-size: 0.875rem;
	font-weight: 600;
	color: #475569;
	text-align: center;
}

.helsola-sidebar-card__booking-note {
	margin: 0.5rem 0 0;
	font-size: 0.75rem;
	line-height: 1.45;
	color: #64748b;
	text-align: center;
}

.helsola-status-message {
	margin: 0;
	padding: 0.75rem;
	border-radius: 8px;
	font-size: 0.9375rem;
	font-weight: 500;
	text-align: center;
}

.helsola-status-message--completed {
	background: #e8edf2;
	color: #5a6472;
}

.helsola-status-message--soldout {
	background: #fde8e8;
	color: #9b2c2c;
}

.helsola-status-message--pending {
	background: #f0f4f8;
	color: #4b5563;
}

.helsola-link {
	color: var(--helsola-primary);
	font-size: 0.82rem;
	font-weight: 500;
	text-decoration: underline;
}

.helsola-price-early-bird {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.15rem;
}

.helsola-price-early-bird__values {
	display: inline-flex;
	align-items: baseline;
	gap: 0.35rem;
}

.helsola-price-early-bird__regular {
	color: #94a3b8;
	font-size: 0.8125rem;
	font-weight: 500;
	text-decoration: line-through;
}

.helsola-price-early-bird__current {
	color: inherit;
	font-size: inherit;
	font-weight: 800;
}

.helsola-price-early-bird__badge {
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	color: #1a7f4b;
	text-transform: uppercase;
}

.helsola-sidebar-card__price .helsola-price-early-bird__current {
	font-size: 1.5rem;
}

/* Buttons */
.helsola-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 1.25rem;
	border: none;
	border-radius: 8px;
	font-size: 0.9375rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.2s, opacity 0.2s;
}

.helsola-btn--primary {
	background: var(--helsola-primary);
	color: #fff;
}

.helsola-btn--primary:hover,
.helsola-btn--primary:focus-visible {
	background: color-mix(in srgb, var(--helsola-primary) 85%, #000);
}

.helsola-btn--outline {
	background: transparent;
	border: 1px solid var(--helsola-primary);
	color: var(--helsola-primary);
}

.helsola-btn--outline:hover {
	background: color-mix(in srgb, var(--helsola-primary) 6%, #fff);
}

.helsola-btn--sm {
	padding: 0.375rem 0.75rem;
	font-size: 0.8125rem;
}

.helsola-btn--block {
	width: 100%;
}

.helsola-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Shared close button */
.helsola-close-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #f0f4f8;
	color: #334155;
	line-height: 0;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.helsola-close-btn svg {
	display: block;
	flex-shrink: 0;
}

.helsola-close-btn:hover {
	background: #e2e8f0;
	transform: scale(1.05);
}

/* Countdown */
.helsola-countdown {
	display: flex;
	flex-shrink: 0;
	justify-content: flex-end;
}

.helsola-countdown__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	padding: 0.35rem 0.75rem;
	border-radius: 9999px;
	background: #e8f7ef;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.35;
	color: #1a7f4b;
	text-align: center;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.helsola-countdown__badge--early-bird {
	flex-direction: column;
	gap: 0.1rem;
	padding: 0.4rem 0.8rem;
	white-space: normal;
}

.helsola-countdown__early-title {
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.helsola-countdown__early-date {
	font-size: 0.6875rem;
	font-weight: 600;
	line-height: 1.2;
}

.helsola-mobile-bar__countdown--early-bird .helsola-countdown__badge--early-bird {
	width: 100%;
}

/* Calendar & share */
.helsola-single__sidebar-actions > .helsola-calendar-links:first-child,
.helsola-single__sidebar-actions > .helsola-share:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.helsola-calendar-links,
.helsola-share {
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid #e8edf2;
}

.helsola-sidebar-section__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
}

.helsola-sidebar-section__title {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #1e3558;
}

.helsola-share__title {
	margin-bottom: 0.75rem;
}

.helsola-sidebar-section__icon {
	flex-shrink: 0;
	color: #64748b;
}

.helsola-sidebar-action-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.5rem;
}

.helsola-sidebar-action-grid--share {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.helsola-sidebar-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	min-height: 2.5rem;
	padding: 0.5rem 0.65rem;
	border: 1px solid #e2e8f0;
	border-radius: 0.75rem;
	background: #fff;
	color: #334155;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition:
		border-color 0.15s ease,
		background-color 0.15s ease,
		color 0.15s ease;
}

.helsola-sidebar-action:hover,
.helsola-sidebar-action:focus-visible {
	border-color: #9db2d3;
	background: #f8fafc;
	color: var(--helsola-primary);
}

.helsola-sidebar-action .helsola-icon {
	flex-shrink: 0;
	color: #64748b;
}

.helsola-sidebar-action:hover .helsola-icon,
.helsola-sidebar-action:focus-visible .helsola-icon {
	color: var(--helsola-primary);
}

@media (max-width: 480px) {
	.helsola-sidebar-action-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.helsola-sidebar-action-grid--share {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Share modal */
.helsola-share-modal {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.helsola-share-modal[hidden] {
	display: none;
}

.helsola-share-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.45);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.helsola-share-modal.is-open .helsola-share-modal__backdrop {
	opacity: 1;
}

.helsola-share-modal__panel {
	position: relative;
	z-index: 1;
	width: min(420px, 100%);
	padding: 1.25rem;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
	transform: translateY(12px) scale(0.98);
	opacity: 0;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.helsola-share-modal.is-open .helsola-share-modal__panel {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.helsola-share-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.helsola-share-modal__title {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--helsola-primary);
}

.helsola-share-modal__close {
	margin: 0;
}

.helsola-share-modal__options {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.helsola-share-option {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	padding: 0.75rem 1rem;
	border: none;
	border-radius: 10px;
	font-size: 0.9375rem;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: filter 0.2s ease, transform 0.2s ease;
}

.helsola-share-option:hover {
	filter: brightness(0.96);
	transform: translateY(-1px);
}

.helsola-share-option__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.22);
	font-size: 0.8125rem;
	font-weight: 800;
	flex-shrink: 0;
}

.helsola-share-option--facebook {
	background: #1877f2;
	color: #fff;
}

.helsola-share-option--linkedin {
	background: #0a66c2;
	color: #fff;
}

.helsola-share-option--whatsapp {
	background: #25d366;
	color: #fff;
}

.helsola-share-option--copy {
	background: #f0f4f8;
	color: var(--helsola-primary);
}

.helsola-share-option--copy .helsola-share-option__icon {
	background: color-mix(in srgb, var(--helsola-primary) 10%, #fff);
	color: var(--helsola-primary);
}

/* Speakers */
.helsola-speakers {
	position: relative;
	container-type: inline-size;
	--helsola-speakers-gap: 1rem;
}

.helsola-speakers__track {
	display: grid;
	grid-template-columns: repeat(var(--helsola-speakers-mobile, 2), minmax(0, 1fr));
	gap: var(--helsola-speakers-gap);
}

.helsola-speakers--slider .helsola-speakers__track {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding-bottom: 0.5rem;
}

.helsola-speakers--slider .helsola-speakers__track::-webkit-scrollbar {
	display: none;
}

.helsola-speakers--slider .helsola-speaker-card {
	flex: 0 0 calc(
		(100cqi - var(--helsola-speakers-gap) * (var(--helsola-speakers-mobile, 2) - 1))
		/ var(--helsola-speakers-mobile, 2)
	);
	min-width: 0;
	scroll-snap-align: start;
}

.helsola-speakers--full .helsola-speakers__track {
	grid-template-columns: 1fr;
}

.helsola-speakers__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 2rem;
	height: 2rem;
	border: none;
	border-radius: 50%;
	background: var(--helsola-primary);
	color: #fff;
	font-size: 1.25rem;
	cursor: pointer;
}

.helsola-speakers__nav--prev { left: -0.5rem; }
.helsola-speakers__nav--next { right: -0.5rem; }

@media (min-width: 600px) and (max-width: 959px) {
	.helsola-speakers:not(.helsola-speakers--slider):not(.helsola-speakers--full) .helsola-speakers__track {
		grid-template-columns: repeat(var(--helsola-speakers-tablet, 2), minmax(0, 1fr));
	}

	.helsola-speakers--slider .helsola-speaker-card {
		flex: 0 0 calc(
			(100cqi - var(--helsola-speakers-gap) * (var(--helsola-speakers-tablet, 2) - 1))
			/ var(--helsola-speakers-tablet, 2)
		);
	}
}

@media (min-width: 960px) {
	.helsola-speakers:not(.helsola-speakers--slider):not(.helsola-speakers--full) .helsola-speakers__track {
		grid-template-columns: repeat(var(--helsola-speakers-desktop, 3), minmax(0, 1fr));
	}

	.helsola-speakers--slider .helsola-speaker-card {
		flex: 0 0 calc(
			(100cqi - var(--helsola-speakers-gap) * (var(--helsola-speakers-desktop, 3) - 1))
			/ var(--helsola-speakers-desktop, 3)
		);
	}
}

.helsola-speaker-card {
	border-radius: 12px;
	overflow: hidden;
	background: #f8fafc;
	cursor: pointer;
	transition: box-shadow 0.2s;
}

.helsola-speaker-card:not(.helsola-speaker-card--full):hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.helsola-speaker-card--full {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
	padding: 0;
	background: transparent;
	cursor: default;
}

.helsola-speaker-card__photo {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	display: block;
}

.helsola-speaker-card--full .helsola-speaker-card__photo {
	width: 100%;
	max-width: 180px;
	height: auto;
	border-radius: 12px;
}

.helsola-speaker-card__photo--placeholder {
	background: linear-gradient(135deg, #d8e0e8, #eef2f6);
}

.helsola-speaker-card__info {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.75rem;
	min-height: 5.5rem;
}

.helsola-speaker-card--full .helsola-speaker-card__info {
	padding: 0;
}

.helsola-speaker-card__name {
	margin: 0 0 0.25rem;
	font-size: 1rem;
	font-weight: 600;
	color: var(--helsola-primary);
}

.helsola-speaker-card__role {
	margin: 0;
	font-size: 0.8125rem;
	color: #5a6472;
}

.helsola-speaker-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: auto 0 0;
	padding-top: 0.5rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--helsola-primary);
}

.helsola-speaker-card__cta-icon {
	display: inline-block;
	transition: transform 0.2s ease;
}

.helsola-speaker-card:not(.helsola-speaker-card--full):hover .helsola-speaker-card__cta-icon,
.helsola-speaker-card:not(.helsola-speaker-card--full):focus-visible .helsola-speaker-card__cta-icon {
	transform: translateX(3px);
}

.helsola-speaker-card__bio {
	margin-top: 0.75rem;
	font-size: 0.9375rem;
	line-height: 1.6;
}

/* Schedule */
.helsola-schedule__tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #e8edf2;
}

.helsola-schedule__tab {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.125rem;
	min-width: 5.5rem;
	padding: 0.75rem 1.25rem 0.875rem;
	border: none;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.helsola-schedule__tab-date {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #1a2332;
}

.helsola-schedule__tab-day {
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.2;
	color: #8a94a6;
}

.helsola-schedule__tab.is-active {
	background: var(--helsola-primary);
	box-shadow: 0 4px 12px rgba(15, 76, 129, 0.2);
}

.helsola-schedule__tab.is-active .helsola-schedule__tab-date,
.helsola-schedule__tab.is-active .helsola-schedule__tab-day {
	color: #fff;
}

.helsola-schedule__tab.is-active::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -7px;
	transform: translateX(-50%);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid var(--helsola-primary);
}

.helsola-schedule__panel {
	overflow: hidden;
}

.helsola-schedule__item {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.625rem 1rem;
	align-items: center;
	padding: 0.5rem 1rem;
	border-bottom: 1px solid #e8edf2;
}

.helsola-schedule__item:nth-child(odd) {
	background: transparent;
}

.helsola-schedule__item:nth-child(even) {
	background: #f5f7fa;
}

.helsola-schedule__item:last-child {
	border-bottom: none;
}

@media (min-width: 600px) {
	.helsola-schedule__item {
		grid-template-columns: minmax(7.5rem, auto) 1fr;
		gap: 0.75rem 1.5rem;
		padding: 0.4375rem 1.25rem;
	}

	.helsola-schedule__item--no-time {
		grid-template-columns: 1fr;
	}
}

.helsola-schedule__time {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	padding: 0.3125rem 0.75rem;
	border-radius: 8px;
	background: color-mix(in srgb, var(--helsola-primary) 9%, #eef2f7);
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--helsola-primary);
	white-space: nowrap;
}

.helsola-schedule__content {
	font-size: 0.9375rem;
	line-height: 1.45;
	color: color-mix(in srgb, var(--helsola-primary) 38%, #6b7f96);
}

.helsola-schedule__content > :first-child {
	margin-top: 0;
}

.helsola-schedule__content > :last-child {
	margin-bottom: 0;
}

.helsola-schedule__content p {
	margin: 0;
}

.helsola-schedule__content p + p {
	margin-top: 0.2rem;
}

.helsola-schedule__content p:first-of-type,
.helsola-schedule__content > strong:first-child,
.helsola-schedule__content > b:first-child {
	color: var(--helsola-primary);
	font-weight: 700;
}

.helsola-schedule__content strong,
.helsola-schedule__content b {
	color: var(--helsola-primary);
	font-weight: 700;
}

.helsola-schedule__content p:not(:first-of-type) {
	font-weight: 400;
	color: color-mix(in srgb, var(--helsola-primary) 38%, #6b7f96);
}

/* FAQ */
.helsola-faq__item {
	border-bottom: 1px solid #e8edf2;
}

.helsola-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 1rem 0;
	border: none;
	background: none;
	font-size: 1rem;
	font-weight: 600;
	color: var(--helsola-primary);
	text-align: left;
	cursor: pointer;
}

.helsola-faq__question[aria-expanded="true"] .helsola-faq__chevron {
	transform: rotate(180deg);
}

.helsola-faq__chevron {
	flex-shrink: 0;
	transition: transform 0.2s;
}

.helsola-faq__answer {
	padding: 0 0 1rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #3d4654;
}

/* Sponsors — static grid or carousel depending on count vs per-row settings */
.helsola-sponsors {
	container-type: inline-size;
	width: 100%;
	overflow: hidden;
	--helsola-sponsors-gap: 0.75rem;
}

@media (min-width: 600px) {
	.helsola-sponsors {
		--helsola-sponsors-gap: 1rem;
	}
}

@media (min-width: 960px) {
	.helsola-sponsors {
		--helsola-sponsors-gap: 1.5rem;
	}
}

.helsola-sponsors__track {
	display: flex;
	gap: var(--helsola-sponsors-gap);
	width: 100%;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.helsola-sponsors__item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
	box-sizing: border-box;
	padding: 0.5rem;
}

.helsola-sponsors--align-center .helsola-sponsors__item {
	justify-content: center;
}

.helsola-sponsors__item a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.helsola-sponsors--align-center .helsola-sponsors__item a {
	justify-content: center;
}

.helsola-sponsors__item img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 52px;
	object-fit: contain;
	object-position: center;
	filter: grayscale(30%);
	transition: filter 0.2s;
}

@media (min-width: 600px) {
	.helsola-sponsors__item img {
		max-height: 72px;
	}
}

@media (min-width: 960px) {
	.helsola-sponsors__item img {
		max-height: 96px;
	}
}

.helsola-sponsors__item a:hover img {
	filter: grayscale(0%);
}

.helsola-sponsors__item.helsola-sponsors__item--clone {
	display: none;
}

/* Mobile static: equal column slots */
@media (max-width: 599px) {
	.helsola-sponsors--static-sm .helsola-sponsors__track {
		display: grid;
		grid-template-columns: repeat(var(--helsola-sponsors-mobile, 1), minmax(0, 1fr));
		gap: var(--helsola-sponsors-gap);
	}

	.helsola-sponsors--static-sm .helsola-sponsors__item {
		width: 100%;
		padding-inline: 0.5rem;
	}
}

/* Mobile carousel */
@media (max-width: 599px) {
	.helsola-sponsors:not(.helsola-sponsors--static-sm) {
		mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
	}

	.helsola-sponsors:not(.helsola-sponsors--static-sm) .helsola-sponsors__track {
		width: max-content;
		flex-wrap: nowrap;
	}

	.helsola-sponsors:not(.helsola-sponsors--static-sm) .helsola-sponsors__item {
		flex: 0 0 calc(
			(100cqi - var(--helsola-sponsors-gap) * (var(--helsola-sponsors-mobile, 1) - 1))
			/ var(--helsola-sponsors-mobile, 1)
		);
		padding-inline: 0.5rem;
	}

	.helsola-sponsors:not(.helsola-sponsors--static-sm) .helsola-sponsors__item--clone {
		display: flex;
	}

}

/* Tablet static */
@media (min-width: 600px) and (max-width: 959px) {
	.helsola-sponsors--static-md .helsola-sponsors__track {
		display: grid;
		grid-template-columns: repeat(var(--helsola-sponsors-tablet, 2), minmax(0, 1fr));
		gap: var(--helsola-sponsors-gap);
	}

	.helsola-sponsors--static-md .helsola-sponsors__item {
		width: 100%;
		padding-inline: 0.75rem;
	}
}

/* Tablet carousel */
@media (min-width: 600px) and (max-width: 959px) {
	.helsola-sponsors:not(.helsola-sponsors--static-md) {
		mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
	}

	.helsola-sponsors:not(.helsola-sponsors--static-md) .helsola-sponsors__track {
		width: max-content;
		flex-wrap: nowrap;
	}

	.helsola-sponsors:not(.helsola-sponsors--static-md) .helsola-sponsors__item {
		flex: 0 0 calc(
			(100cqi - var(--helsola-sponsors-gap) * (var(--helsola-sponsors-tablet, 2) - 1))
			/ var(--helsola-sponsors-tablet, 2)
		);
		padding-inline: 0.75rem;
	}

	.helsola-sponsors:not(.helsola-sponsors--static-md) .helsola-sponsors__item--clone {
		display: flex;
	}

}

/* Desktop static */
@media (min-width: 960px) {
	.helsola-sponsors--static-lg .helsola-sponsors__track {
		display: grid;
		grid-template-columns: repeat(var(--helsola-sponsors-desktop, 3), minmax(0, 1fr));
		gap: var(--helsola-sponsors-gap);
	}

	.helsola-sponsors--static-lg .helsola-sponsors__item {
		width: 100%;
		padding-inline: 1rem;
	}
}

/* Desktop carousel */
@media (min-width: 960px) {
	.helsola-sponsors:not(.helsola-sponsors--static-lg) {
		mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
	}

	.helsola-sponsors:not(.helsola-sponsors--static-lg) .helsola-sponsors__track {
		width: max-content;
		flex-wrap: nowrap;
	}

	.helsola-sponsors:not(.helsola-sponsors--static-lg) .helsola-sponsors__item {
		flex: 0 0 calc(
			(100cqi - var(--helsola-sponsors-gap) * (var(--helsola-sponsors-desktop, 3) - 1))
			/ var(--helsola-sponsors-desktop, 3)
		);
		padding-inline: 1rem;
	}

	.helsola-sponsors:not(.helsola-sponsors--static-lg) .helsola-sponsors__item--clone {
		display: flex;
	}

}

.helsola-sponsors--js-active .helsola-sponsors__track {
	will-change: transform;
	cursor: grab;
	touch-action: pan-y;
}

.helsola-sponsors--js-active .helsola-sponsors__item img {
	-webkit-user-drag: none;
	user-select: none;
	pointer-events: none;
}

.helsola-sponsors--dragging .helsola-sponsors__track {
	cursor: grabbing;
	user-select: none;
	touch-action: none;
}

.helsola-sponsors--paused .helsola-sponsors__track {
	cursor: grab;
}

/* Topics */
.helsola-topics {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.helsola-topics__item {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	padding: 0.15rem 0;
	border-radius: 8px;
	background: #f8fafc;
}

.helsola-topics__icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 19px;
	height: 19px;
	color: var(--helsola-primary, #1e3a5f);
}

.helsola-topics__icon img,
.helsola-topics__icon svg {
	display: block;
	width: 19px;
	height: 19px;
	object-fit: contain;
}

.helsola-topics__text {
	flex: 1;
	min-width: 0;
	font-size: 0.9375rem;
	line-height: 1.4;
}

.helsola-topics__text p {
	margin: 0;
}

/* Drawer */
.helsola-drawer {
	position: fixed;
	inset: 0;
	z-index: 10000;
	visibility: hidden;
	pointer-events: none;
}

.helsola-drawer.is-open {
	visibility: visible;
	pointer-events: auto;
}

.helsola-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	transition: opacity 0.32s ease;
}

.helsola-drawer.is-open .helsola-drawer__backdrop {
	opacity: 1;
}

.helsola-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(520px, 92vw);
	max-width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: -8px 0 32px rgba(15, 23, 42, 0.12);
	overflow: hidden;
	transform: translateX(100%);
	transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.helsola-drawer.is-open .helsola-drawer__panel {
	transform: translateX(0);
}

.helsola-drawer__header {
	position: sticky;
	top: 0;
	z-index: 2;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-end;
	padding: 1.25rem 1.5rem 0.75rem;
	background: linear-gradient(180deg, #fff 75%, rgba(255, 255, 255, 0));
}

.helsola-drawer__close {
	width: 2.5rem;
	height: 2.5rem;
	margin: 0.25rem 0.25rem 0 0;
}

.helsola-drawer__body {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 0 1.5rem 2rem;
	-webkit-overflow-scrolling: touch;
}

.helsola-drawer__photo {
	width: 120px;
	height: 120px;
	margin-bottom: 1rem;
	border-radius: 50%;
	object-fit: cover;
}

.helsola-drawer__name {
	margin: 0 0 0.25rem;
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--helsola-primary);
}

.helsola-drawer__role {
	margin: 0 0 1rem;
	color: #5a6472;
	font-size: 0.9375rem;
}

.helsola-drawer__bio {
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #334155;
}

.helsola-drawer__bio > :first-child {
	margin-top: 0;
}

.helsola-drawer__bio > :last-child {
	margin-bottom: 0;
}

@media (max-width: 599px) {
	.helsola-drawer__panel {
		width: 100%;
	}
}

/* Mobile booking bar */
.helsola-mobile-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	align-items: center;
	gap: 0.625rem;
	padding: 0.75rem 1rem;
	padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
	background: #fff;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 960px) {
	.helsola-mobile-bar {
		display: none;
	}
}

.helsola-mobile-bar__countdown {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	padding: 0.35rem 0.65rem;
	border-radius: 9999px;
	background: #e8f7ef;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.35;
	color: #1a7f4b;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.helsola-mobile-bar .helsola-btn--booking {
	width: 100%;
	min-height: 2.75rem;
	padding: 0.625rem 0.75rem;
	font-size: 0.8125rem;
}

.helsola-mobile-bar .helsola-btn--booking span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 360px) {
	.helsola-mobile-bar {
		grid-template-columns: 1fr;
	}

	.helsola-mobile-bar__countdown {
		justify-self: stretch;
		justify-content: center;
	}
}

/* Events grid (related section) */
.helsola-events-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
}

@media (min-width: 600px) {
	.helsola-events-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 960px) {
	.helsola-events-grid--related {
		grid-template-columns: repeat(3, 1fr);
	}
}

.helsola-events-grid__item {
	min-width: 0;
}

.helsola-event-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s, box-shadow 0.2s;
}

.helsola-event-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.helsola-event-card__media {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #e8edf2;
}

.helsola-event-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.helsola-event-card__image--placeholder {
	background: linear-gradient(135deg, #d8e0e8, #eef2f6);
}

.helsola-event-card__badge--type {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	padding: 0.25rem 0.625rem;
	border-radius: 6px;
	background: var(--helsola-primary);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
}

.helsola-event-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 0.5rem;
	padding: 1rem;
}

.helsola-event-card__title {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--helsola-primary);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.helsola-event-card__meta {
	display: flex;
	align-items: flex-start;
	gap: 0.375rem;
	margin: 0;
	font-size: 0.8125rem;
	color: var(--helsola-primary);
}

.helsola-event-card__meta .helsola-icon {
	flex-shrink: 0;
	margin-top: 0.125rem;
	color: var(--helsola-primary);
}

.helsola-event-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: auto;
}

.helsola-event-card__badge {
	display: inline-flex;
	padding: 0.25rem 0.625rem;
	border-radius: 6px;
	font-size: 0.75rem;
	font-weight: 600;
}

.helsola-event-card__badge--completed {
	background: #e8edf2;
	color: #5a6472;
}

.helsola-event-card__badge--free {
	background: color-mix(in srgb, var(--helsola-secondary) 20%, #fff);
	color: var(--helsola-primary);
}

/* Related events */
.helsola-related {
	margin-top: 3rem;
	padding-block: 2rem;
	background: #f8fafc;
}

.helsola-related__title {
	margin: 0 0 1.5rem;
	font-size: 1.375rem;
	font-weight: 700;
	color: var(--helsola-primary);
	text-align: center;
}

/* Confirmation */
.helsola-confirmation {
	padding-block: 2rem 4rem;
}

.helsola-confirmation__inner {
	width: 100%;
	max-width: 720px;
	margin-inline: auto;
	text-align: center;
}

.helsola-confirmation__inner .helsola-progress-steps {
	margin-bottom: 1.5rem;
}

.helsola-confirmation__icon {
	display: inline-flex;
	margin-bottom: 1rem;
	color: #2f855a;
}

.helsola-confirmation__title {
	margin: 0 0 0.5rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--helsola-primary);
}

.helsola-confirmation__subtitle {
	margin: 0 0 2rem;
	color: #5a6472;
}

.helsola-confirmation__card {
	margin-bottom: 1.5rem;
	padding: 1.5rem;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	text-align: left;
}

.helsola-confirmation__details {
	margin: 0;
}

.helsola-confirmation__detail {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 0.5rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid #e8edf2;
}

.helsola-confirmation__detail:last-child {
	border-bottom: none;
}

.helsola-confirmation__detail dt {
	margin: 0;
	font-size: 0.8125rem;
	color: #5a6472;
}

.helsola-confirmation__detail dd {
	margin: 0;
	font-size: 0.9375rem;
}

.helsola-confirmation__qr {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e8edf2;
	text-align: center;
}

.helsola-confirmation__qr-image {
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.helsola-confirmation__ticket-code {
	margin: 0.5rem 0 0;
	font-family: monospace;
	font-size: 0.875rem;
	color: #5a6472;
}

.helsola-confirmation__download {
	margin-bottom: 1rem;
}

.helsola-confirmation__back {
	margin: 0;
}
