.asrm-event__feature {
	position: relative;
}

.asrm-event__overview {
	display: block;
}

.asrm-event__overview-content {
	width: min(760px, 100%);
}

.asrm-event__overview h3 {
	margin: 0 0 14px;
	color: #263047;
	font-family: Poppins, "Segoe UI", sans-serif;
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	font-weight: 600;
	letter-spacing: -.02em;
	line-height: 1.18;
}

.asrm-event__overview .asrm-event__prose,
.asrm-event__overview .asrm-event__prose > :first-child {
	margin-top: 0;
}

.asrm-event__programme-intro {
	max-width: none;
	margin: 0 0 24px;
	color: #586276;
}

.asrm-event__programme > div {
	width: min(1080px, 100%);
}

.asrm-event__programme h2 {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	line-height: calc(1.1em - 3px);
}

.asrm-event__countdown {
	position: absolute;
	top: 42px;
	right: 42px;
	z-index: 4;
	display: flex;
	padding: 12px;
	justify-content: flex-end;
	gap: 10px;
	border: 1px solid rgba(255, 255, 255, .24);
	background: rgba(18, 19, 27, .78);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
	backdrop-filter: blur(8px);
}

.asrm-event__countdown > span {
	display: flex;
	min-width: 76px;
	padding: 10px 12px;
	align-items: center;
	flex-direction: column;
	background: #2f3f78;
	color: #fff;
}

.asrm-event__countdown small {
	font-size: .62rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.asrm-event__countdown strong {
	color: #fff;
	font-family: Poppins, "Segoe UI", sans-serif;
	font-size: 1.45rem;
	font-weight: 500;
}

.asrm-event__rate-poster {
	width: min(1180px, calc(100vw - 40px));
	margin: 0 auto clamp(3.5rem, 7vw, 6rem);
	padding: 18px;
	border: 1px solid #dce3eb;
	background: #fff;
	box-shadow: 0 18px 45px rgba(38, 48, 71, .1);
}

.asrm-event__rate-poster img,
.asrm-event__speaker-poster img {
	display: block;
	width: 100%;
	height: auto;
}

.asrm-event__early-bird-band {
	position: relative;
	display: grid;
	width: 100%;
	min-height: 370px;
	padding: 48px 24px;
	place-items: center;
	overflow: hidden;
	background: #12131b;
	color: #fff;
}

.asrm-event__early-bird-background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 47%;
}

.asrm-event__early-bird-band::after {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .67);
	content: "";
}

.asrm-event__early-bird-content {
	position: relative;
	z-index: 1;
	display: flex;
	width: min(760px, 100%);
	align-items: center;
	flex-direction: column;
	gap: 26px;
	text-align: center;
}

.asrm-event__early-bird-band p {
	margin: 0;
	color: #fff;
	font-family: Poppins, "Segoe UI", sans-serif;
	font-size: clamp(1.8rem, 4vw, 3.35rem);
	font-weight: 500;
	letter-spacing: -.03em;
	line-height: 1.05;
}

.asrm-event__early-bird-band p span {
	display: block;
	margin-top: 8px;
	font-size: .48em;
	letter-spacing: .01em;
}

.asrm-event__early-bird-band a {
	display: inline-flex;
	min-width: 210px;
	min-height: 52px;
	margin: 0 auto;
	padding: 13px 24px;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffcf31;
	background: #ffcf31;
	color: #17191f !important;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.asrm-event__early-bird-band a:hover,
.asrm-event__early-bird-band a:focus-visible {
	border-color: #ffe173;
	background: #ffe173;
	color: #17191f !important;
}

.asrm-event__speaker-poster {
	margin: 0 0 34px;
	padding: 14px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(38, 48, 71, .1);
}

.asrm-event__speaker-poster figcaption {
	padding: 12px 4px 0;
	color: #687184;
	font-size: .82rem;
}

.asrm-event__table-wrap {
	overflow-x: auto;
	border: 1px solid #cfd6e2;
	background: #fff;
	box-shadow: 0 12px 32px rgba(38, 48, 71, .07);
}

.asrm-event__programme-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	color: #263047;
}

.asrm-event__programme-table th,
.asrm-event__programme-table td {
	padding: 15px 17px;
	border-right: 1px solid #d9dfeb;
	border-bottom: 1px solid #d9dfeb;
	text-align: left;
	vertical-align: top;
}

.asrm-event__programme-table th:last-child,
.asrm-event__programme-table td:last-child {
	border-right: 0;
}

.asrm-event__programme-table tbody tr:last-child td {
	border-bottom: 0;
}

.asrm-event__programme-table th {
	background: #2f3f78;
	color: #fff;
	font-family: Poppins, "Segoe UI", sans-serif;
	font-size: .82rem;
	font-weight: 500;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.asrm-event__programme-table tbody th {
	width: 21%;
	font-weight: 600;
	white-space: nowrap;
}

.asrm-event__programme-table td:nth-child(2) {
	width: 29%;
	font-weight: 500;
}

.asrm-event__programme-table tbody tr:nth-child(even) {
	background: #f5f7fb;
}

.asrm-event__programme-cta {
	display: flex;
	margin-top: 34px;
	padding: 27px 30px;
	align-items: center;
	justify-content: center;
	gap: 28px;
	border: 1px solid rgba(91, 95, 166, .34);
	background: #fff;
	text-align: center;
	box-shadow: 0 12px 30px rgba(38, 48, 71, .08);
}

.asrm-event__programme-cta p {
	margin: 0;
	color: #263047;
	font-family: Poppins, "Segoe UI", sans-serif;
	font-size: 1.12rem;
	font-weight: 500;
}

.asrm-event__programme-cta .asrm-event__button {
	min-width: 220px;
	margin: 0;
	font-size: 1rem;
}

.asrm-event__venue {
	display: grid;
	grid-template-columns: minmax(360px, .9fr) minmax(420px, 1.1fr);
	align-items: stretch;
	gap: 44px;
	border-top: 1px solid #dce3eb;
}

.asrm-event__venue-copy {
	align-self: center;
}

.asrm-event__venue-heading h2 {
	max-width: none;
	margin-bottom: 0;
}

.asrm-event__venue-logo {
	display: block;
	width: 133px;
	max-width: 42%;
	height: 84px;
	margin: 16px 0 0;
	object-fit: contain;
	object-position: left center;
}

.asrm-event__venue-address {
	margin: 22px 0 0;
	font-style: normal;
	line-height: 1.75;
}

.asrm-event__venue-contact {
	margin: 22px 0;
	color: #586276;
	line-height: 1.7;
}

.asrm-event__map {
	min-height: 390px;
	overflow: hidden;
	background: #e9edf5;
}

.asrm-event__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 390px;
	border: 0;
}

.asrm-event__faq-intro {
	max-width: 700px;
	color: #677186;
}

.asrm-event__registration {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: #4e528f;
}

.asrm-event__registration::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(135deg, rgba(46, 40, 104, .68), rgba(91, 95, 166, .56));
	content: "";
}

.asrm-event__registration-background {
	position: absolute;
	z-index: -2;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: .82;
	mix-blend-mode: screen;
	image-rendering: auto;
}

.asrm-event__registration > div {
	position: relative;
	z-index: 1;
	width: min(1120px, 100%);
	box-shadow: 0 24px 60px rgba(23, 20, 60, .28);
}

.asrm-event__registration-heading {
	display: grid;
	margin-bottom: 30px;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 30px;
}

.asrm-event__registration-heading h2 {
	margin-bottom: 0;
}

.asrm-event__registration-urgency {
	padding: 18px;
	background: #2f3f78;
	color: #fff;
}

.asrm-event__registration-urgency > span {
	display: block;
	margin-bottom: 10px;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-align: center;
	text-transform: uppercase;
}

.asrm-event__registration-countdown {
	display: grid;
	grid-template-columns: repeat(4, minmax(54px, 1fr));
	gap: 8px;
}

.asrm-event__registration-countdown > span {
	display: flex;
	min-height: 62px;
	padding: 8px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px solid rgba(255, 255, 255, .28);
	background: rgba(255, 255, 255, .08);
}

.asrm-event__registration-countdown small {
	font-size: .56rem;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.asrm-event__registration-countdown strong {
	color: #fff;
	font-family: Poppins, "Segoe UI", sans-serif;
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 1.15;
}

.asrm-event-registration {
	max-width: none;
	gap: 28px;
}

.asrm-event-form__step {
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: clamp(22px, 4vw, 38px);
	box-sizing: border-box;
	border: 1px solid #d8deea;
	background: #fff;
}

.asrm-event-form__step > *,
.asrm-event-form__grid > *,
.asrm-event-choice-row > *,
.asrm-event-package-grid > * {
	min-width: 0;
}

.asrm-event-form__step > legend {
	display: flex;
	padding: 0 10px 0 0;
	align-items: center;
	gap: 12px;
	color: #263047;
	font-family: Poppins, "Segoe UI", sans-serif;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	font-weight: 500;
}

.asrm-event-form__step > legend > span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	background: #5b5fa6;
	color: #fff;
	font-size: .9rem;
}

.asrm-event-form__step > p:first-of-type {
	margin-top: 0;
	color: #687184;
}

.asrm-event-choice-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.asrm-event-choice-row label {
	position: relative;
}

.asrm-event-choice-row input {
	position: absolute;
	opacity: 0;
}

.asrm-event-choice-row span {
	display: grid;
	min-height: 68px;
	padding: 14px 18px;
	place-items: center;
	border: 2px solid #d8deea;
	background: #f7f8fc;
	color: #263047;
	text-align: center;
	cursor: pointer;
}

.asrm-event-choice-row input:checked + span {
	border-color: #5b5fa6;
	background: #eceefa;
	color: #4e528f;
}

.asrm-event-choice-row input:focus-visible + span {
	outline: 3px solid #3f70c8;
	outline-offset: 3px;
}

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

.asrm-event-form__wide {
	grid-column: 1 / -1;
}

.asrm-event-form input,
.asrm-event-form select,
.asrm-event-form textarea {
	width: 100%;
	min-height: 48px;
	margin-top: 7px;
	padding: .72rem .8rem;
	border: 1px solid #aeb6c3;
	border-radius: 2px;
	background: #fff;
	color: #263047;
	font: inherit;
}

.asrm-event-form textarea {
	min-height: 100px;
	resize: vertical;
}

.asrm-event-upload[hidden] {
	display: none !important;
}

.asrm-event-upload__label {
	display: block;
	margin-bottom: 7px;
	font-weight: 700;
}

.asrm-event-dropzone {
	position: relative;
	display: flex;
	min-height: 172px;
	padding: 28px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
	border: 2px dashed #9fa9bb;
	background: #f7f8fc;
	text-align: center;
	cursor: pointer;
	transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.asrm-event-dropzone:hover,
.asrm-event-dropzone.is-dragover,
.asrm-event-dropzone:focus-within {
	border-color: #5b5fa6;
	background: #eceefa;
	box-shadow: 0 0 0 3px rgba(91, 95, 166, .12);
}

.asrm-event-dropzone input[type="file"] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

.asrm-event-dropzone__icon {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 50%;
	background: #5b5fa6;
	color: #fff;
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 1;
}

.asrm-event-dropzone strong {
	font-family: Poppins, "Segoe UI", sans-serif;
	font-size: 1rem;
	font-weight: 600;
}

.asrm-event-dropzone__hint,
.asrm-event-upload__selection {
	color: #687184;
	font-size: .78rem;
	font-weight: 500;
}

.asrm-event-upload__selection {
	min-height: 1.3em;
	margin: 8px 0 0;
}

.asrm-event-upload__selection.is-selected {
	color: #4e528f;
	font-weight: 700;
}

.asrm-event-channel {
	display: flex;
	padding: 16px 18px;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px 22px;
	background: #f5f7fb;
}

.asrm-event-channel > span {
	width: 100%;
	font-weight: 700;
}

.asrm-event-channel label,
.asrm-event-inline-options label {
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	gap: 8px;
}

.asrm-event-channel input,
.asrm-event-inline-options input {
	width: 20px;
	height: 20px;
	min-height: 0;
	margin: 0;
}

.asrm-channel-icon {
	display: inline-grid;
	width: 25px;
	height: 25px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	font-size: .6rem;
	font-weight: 800;
}

.asrm-channel-icon--whatsapp { background: #1fa855; }
.asrm-channel-icon--viber { background: #6f4aa8; }

.asrm-event-inline-options {
	margin: 0;
	padding: 16px 18px;
	border: 1px solid #d8deea;
}

.asrm-event-inline-options legend {
	padding: 0 7px;
	font-weight: 700;
}

.asrm-event-inline-options label + label {
	margin-left: 24px;
}

.asrm-event-package-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.asrm-event-package[hidden] { display: none !important; }

.asrm-event-package {
	position: relative;
	overflow: hidden;
	border: 2px solid #d8deea;
	background: #f7f8fc;
	cursor: pointer;
}

.asrm-event-package > input {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	width: 22px;
	height: 22px;
	min-height: 0;
	margin: 0;
}

.asrm-event-package:has(input:checked) {
	border-color: #5b5fa6;
	box-shadow: 0 0 0 3px rgba(91, 95, 166, .14);
}

.asrm-event-package img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.asrm-event-package__copy {
	display: flex;
	padding: 17px;
	flex-direction: column;
	gap: 6px;
}

.asrm-event-package__copy > span {
	color: #5b5fa6;
	font-weight: 700;
}

.asrm-event-package__copy small {
	color: #687184;
	font-weight: 500;
}

.asrm-event-form__empty {
	margin: 18px 0 0;
	color: #687184;
}

.asrm-event-form__empty[hidden] { display: none; }

.asrm-event-checkout {
	border-top: 5px solid #5b5fa6;
	background: #f7f8fc;
	box-shadow: 0 14px 34px rgba(38, 48, 71, .08);
}

.asrm-event-payment-methods {
	display: grid;
	margin-bottom: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.asrm-event-payment-heading {
	display: flex;
	margin: 0 0 18px !important;
	flex-direction: column;
	gap: 4px;
	color: #263047 !important;
}

.asrm-event-payment-heading strong {
	font-family: Poppins, "Segoe UI", sans-serif;
	font-size: 1rem;
}

.asrm-event-payment-heading span {
	color: #687184;
	font-size: .82rem;
}

.asrm-event-payment-method {
	display: flex;
	min-height: 126px;
	padding: 16px;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	gap: 11px;
	border: 1px solid #cbd2df;
	background: #fff;
	text-align: center;
	box-shadow: 0 5px 14px rgba(38, 48, 71, .05);
}

.asrm-event-payment-method img {
	display: block;
	width: min(180px, 100%);
	height: 58px;
	object-fit: contain;
}

.asrm-event-payment-method strong {
	color: #263047;
	font-size: .84rem;
	font-weight: 700;
}

.asrm-event-payment-method strong small {
	display: block;
	margin-top: 2px;
	color: #687184;
	font-size: .68rem;
	font-weight: 500;
}

.asrm-event-order-summary {
	display: flex;
	margin: 0 0 22px;
	padding: 17px 18px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	background: #eceefa;
}

.asrm-event-order-summary strong {
	color: #4e528f;
	text-align: right;
}

.asrm-event-form .asrm-event-terms {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 13px;
	font-size: .88rem;
	font-weight: 500;
	line-height: 1.55;
}

.asrm-event-form .asrm-event-terms input {
	width: 22px;
	height: 22px;
	min-height: 0;
	margin: 2px 0 0;
}

.asrm-event-form button:disabled {
	opacity: .48;
	cursor: not-allowed;
}

.asrm-event-payment-note {
	max-width: 680px;
	margin: 8px 0 0;
	color: #687184;
	font-size: .8rem;
	font-weight: 400;
}

.asrm-event-checkout > button[type="submit"] {
	display: flex;
	width: 100%;
	min-height: 54px;
	margin-top: 22px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-weight: 700;
}

.asrm-event-checkout > button[type="submit"] svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
	flex: 0 0 auto;
}

.asrm-event-success {
	width: min(1080px, calc(100vw - 40px));
	margin: 32px auto;
	padding: clamp(28px, 5vw, 54px);
	border-top: 5px solid #5b5fa6;
	background: #fff;
	box-shadow: 0 16px 40px rgba(38, 48, 71, .11);
}

.asrm-event-success h2 { margin-top: 0; }

.asrm-event-success dl {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: #dce3eb;
}

.asrm-event-success dl div {
	padding: 18px;
	background: #f7f8fc;
}

.asrm-event-success dt {
	color: #687184;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.asrm-event-success dd {
	margin: 7px 0 0;
	font-weight: 700;
}

.asrm-event-success__upsell {
	margin-top: 28px;
	padding: 24px;
	background: #eceefa;
}

.asrm-event-success__options {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin: 20px 0;
	background: rgba(91, 95, 166, .22);
}

.asrm-event-success__options span {
	display: flex;
	align-items: center;
	min-height: 68px;
	padding: 14px;
	background: #fff;
	font-size: .82rem;
	font-weight: 700;
	line-height: 1.3;
}

@media (max-width: 760px) {
	.asrm-event__venue {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.asrm-event__map,
	.asrm-event__map iframe {
		min-height: 320px;
	}

	.asrm-event__programme-table th,
	.asrm-event__programme-table td {
		padding: 13px 14px;
	}

	.asrm-event__programme-cta {
		align-items: stretch;
		flex-direction: column;
		gap: 15px;
	}

	.asrm-event__programme-cta .asrm-event__button {
		width: 100%;
	}

	.asrm-event__countdown {
		top: 30px;
		right: 30px;
		padding: 8px;
		gap: 6px;
	}

	.asrm-event__countdown > span {
		min-width: 50px;
		padding: 7px;
	}

	.asrm-event__early-bird-band {
		min-height: 370px;
		padding: 42px 20px;
	}

	.asrm-event__early-bird-content {
		gap: 22px;
	}

	.asrm-event__venue-logo {
		width: 105px;
		max-width: 36%;
		height: 68px;
	}

	.asrm-event__registration-heading {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.asrm-event__registration-urgency {
		width: 100%;
		box-sizing: border-box;
	}

	.asrm-event-choice-row,
	.asrm-event-form__grid,
	.asrm-event-package-grid,
	.asrm-event-payment-methods,
	.asrm-event-success dl {
		grid-template-columns: 1fr;
	}

	.asrm-event-form button {
		width: 100%;
		white-space: normal;
	}

	.asrm-event-success__options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.asrm-event-order-summary {
		align-items: flex-start;
		flex-direction: column;
	}

	.asrm-event-order-summary strong { text-align: left; }
}

@media (min-width: 761px) and (max-width: 900px) {
	.asrm-event__venue {
		grid-template-columns: minmax(0, 1fr);
		gap: 26px;
	}

	.asrm-event__map,
	.asrm-event__map iframe {
		width: 100%;
		min-width: 0;
	}

	.asrm-event__programme-table {
		min-width: 0;
		table-layout: fixed;
	}

	.asrm-event__programme-table th,
	.asrm-event__programme-table td {
		overflow-wrap: anywhere;
	}
}

@media (max-width: 480px) {
	.asrm-event__feature .asrm-event__countdown {
		left: 18px;
		right: 18px;
		top: 18px;
		justify-content: center;
		gap: 4px;
	}

	.asrm-event__feature .asrm-event__countdown > span {
		flex: 1;
		min-width: 0;
		padding: 6px 3px;
	}
}
