/* AI Masterclass brand overrides */
:root {
	--ai-brand-ink: oklch(13% 0.03 275);
	--ai-brand-navy: oklch(22% 0.09 275);
	--ai-brand-blue: oklch(60% 0.25 265);
	--ai-brand-purple: oklch(70% 0.26 305);
	--ai-brand-fuchsia: #ec6cff;
	--ai-gradient-brand: linear-gradient(135deg, var(--ai-brand-blue), var(--ai-brand-purple));
	--ai-gradient-hero: linear-gradient(135deg, oklch(13% 0.03 275), oklch(22% 0.13 280) 50%, oklch(28% 0.2 305));
	--ai-shadow-glow: 0 20px 60px -20px rgba(171, 75, 239, 0.65);
	--ztc-text-text-4: #5a63f2;
	--ztc-text-text-6: #ec6cff;
	--ztc-bg-bg-3: #5a63f2;
	--ztc-bg-bg-5: #ec6cff;
}

.header-area.homepage1.ai-master-header,
.header-area.homepage1.ai-master-header.sticky {
	background: #ffffff !important;
	box-shadow: 0 8px 28px rgba(17, 17, 24, 0.12) !important;
}

.header-area.homepage1.ai-master-header .header-elements .main-menu ul li a { color: #17151f !important; }
.header-area.homepage1.ai-master-header .header-elements .site-logo { flex: 0 0 245px; }
.header-area.homepage1.ai-master-header .header-elements .site-logo img { width: 245px !important; height: 84px !important; }
.header-area.homepage1.ai-master-header .header-elements .main-menu {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0 clamp(24px, 3vw, 48px);
}
.header-area.homepage1.ai-master-header .header-elements .main-menu ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: clamp(14px, 1.5vw, 28px);
	width: 100%;
}
.header-area.homepage1.ai-master-header .header-elements .main-menu ul li { flex: 0 0 auto; }
.header-area.homepage1.ai-master-header .header-elements .main-menu ul li a {
	padding: 0 !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	white-space: nowrap;
}
.header-area.homepage1.ai-master-header .header-elements .btn-area { flex: 0 0 auto; }
.header-area.homepage1.ai-master-header .header-elements .btn-area .vl-btn1 { padding: 14px 16px; font-size: 14px; white-space: nowrap; }
.header-area.homepage1.ai-master-header .header-elements .main-menu ul li:hover > a { color: #8f45df !important; }
.header-area.homepage1.ai-master-header .header-elements .btn-area .search-icon { border-right-color: #17151f !important; }
.header-area.homepage1.ai-master-header .header-elements .btn-area .search-icon img,
.header-area.homepage1.ai-master-header .header-search-container .search-submit img { filter: invert(1); }
.mobile-header.mobile-haeder1 { background: #ffffff !important; box-shadow: 0 8px 24px rgba(17, 17, 24, 0.12); }
.mobile-header.mobile-haeder1 .dots-menu { color: #17151f !important; }
.mobile-header.mobile-haeder1 .mobile-logo { width: 225px !important; height: auto; }
.mobile-header.mobile-haeder1 .mobile-logo img { width: 225px !important; height: auto; object-fit: contain; }

#loading-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hero1-section-area .hero1-header h5 img {
	object-fit: contain;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .img1 img.ai-site-icon {
	border-radius: 0;
	object-fit: contain;
}

.memory1-section-area .memory-slider-area .memory-boxarea .content-area .logo1 {
	object-fit: contain;
}

@media (min-width: 768px) and (max-width: 991px) {
	.mobile-header.mobile-haeder1 .mobile-logo { width: 260px !important; }
	.mobile-header.mobile-haeder1 .mobile-logo img { width: 260px !important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-area.homepage1.ai-master-header .header-elements .site-logo { flex-basis: 195px; }
	.header-area.homepage1.ai-master-header .header-elements .site-logo img { width: 195px !important; height: 67px !important; }
	.header-area.homepage1.ai-master-header .header-elements .main-menu { margin: 0 18px; }
	.header-area.homepage1.ai-master-header .header-elements .main-menu ul { gap: 11px; }
	.header-area.homepage1.ai-master-header .header-elements .main-menu ul li a { font-size: 15.5px !important; }
}

.hero1-section-area .hero1-header h5,
.hero1-section-area .hero1-header p { color: #ffffff !important; }
.hero1-section-area .hero-poster-wrap .img1 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 0;
	width: 100%;
	max-width: 560px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background: #22105c;
	border-radius: 8px;
	overflow: hidden;
}
.hero1-section-area .hero-poster-wrap .img1 img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: contain;
	object-position: center;
	background: #22105c;
}

/* Keep the complete 4:5 campaign poster inside a standard desktop viewport. */
@media (min-width: 992px) {
	.hero1-section-area {
		padding: 136px 0 80px;
	}
	.hero1-section-area .hero-main-row {
		align-items: center;
	}
}

.hero1-section-area .hero-countdown .timer .time-box:last-child {
	margin-right: 0 !important;
}

@media (max-width: 991px) {
	.hero1-section-area .hero-countdown .timer {
		position: static;
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 10px;
		width: 100%;
		margin-top: 32px;
	}
	.hero1-section-area .hero-countdown .timer .space14 { display: none; }
	.hero1-section-area .hero-countdown .timer .time-box {
		width: 100%;
		margin: 0 !important;
		padding: 15px 8px;
	}
}

@media (max-width: 575px) {
	.hero1-section-area .hero-countdown .timer {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.hero1-section-area .images-content-area { background: rgba(255, 255, 255, 0.95) !important; border-radius: 16px; box-shadow: 0 20px 50px rgba(18, 16, 35, 0.22); }
.hero1-section-area .images-content-area h3,
.hero1-section-area .images-content-area a,
.hero1-section-area .images-content-area p { color: #17151f !important; }
.vl-btn1 { color: #ffffff; background: var(--ai-gradient-brand); box-shadow: var(--ai-shadow-glow); }
.vl-btn1::before { background: var(--ai-brand-navy); }
.vl-btn1:hover { color: #ffffff; }
.vl-btn2, .vl-btn2:hover, .vl-btn2 span.arrow { color: #ffffff; }
.vl-btn2 span.demo, .vl-btn2 span.arrow { background: var(--ai-gradient-brand); box-shadow: var(--ai-shadow-glow); }
.inner-page-header::before { position: absolute; inset: 0; content: ""; z-index: -1; background: linear-gradient(135deg, rgba(18, 16, 35, 0.82), rgba(41, 39, 104, 0.72) 52%, rgba(100, 32, 128, 0.68)); }
.inner-page-header .heading1 span, .heading2 h5 { color: var(--ai-brand-fuchsia); }
.about1-section-area .about-imges .about-btnarea svg path { fill: var(--ai-brand-blue); }
.cta1-section-area .cta1-main-boxarea { background: var(--ai-gradient-hero); box-shadow: var(--ai-shadow-glow); }
.cta1-section-area .cta1-main-boxarea ul li a { color: #ffffff; background: rgba(255, 255, 255, 0.08); }
.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 { border-left-color: rgba(255, 255, 255, 0.2); }
.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn1 { background: var(--ai-gradient-brand); }
.footer1-sertion-area { background: var(--ai-brand-ink); }
.footer1-sertion-area .footer-logo-area p,
.footer1-sertion-area .link-content ul li a,
.footer1-sertion-area .link-content2 ul li a,
.footer1-sertion-area .copyright p,
.footer1-sertion-area .copyright p a { color: rgba(255, 255, 255, 0.7); }
.footer1-sertion-area .link-content h3,
.footer1-sertion-area .link-content2 h3,
.footer1-sertion-area .footer-social-box h3 { color: #ffffff; }
.footer1-sertion-area .footer-logo-area ul li a { color: #ffffff; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.12); }
.footer1-sertion-area .footer-logo-area ul li a:hover { background: var(--ai-gradient-brand); }
.footer1-sertion-area .link-content2 ul li a img { filter: brightness(0) invert(1); }

.footer1-sertion-area .copyright {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer1-sertion-area .copyright p {
	padding-top: 0;
	border-top: 0;
}

.footer-legal-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px 18px;
}

.footer1-sertion-area .footer-legal-links a {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
}

.footer1-sertion-area .footer-legal-links a:hover { color: #fff; }

@media (max-width: 991px) {
	.footer1-sertion-area .copyright { align-items: flex-start; flex-direction: column; }
	.footer-legal-links { justify-content: flex-start; }
}

.legal-page-header .legal-eyebrow {
	margin-bottom: 16px;
	color: var(--ai-brand-fuchsia);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.legal-page { background: #fbfbfd; }

.legal-meta {
	display: inline-flex;
	gap: 10px;
	margin-bottom: 24px;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(90, 99, 242, 0.1);
	color: var(--ai-brand-navy);
	font-size: 14px;
}

.legal-intro {
	color: var(--ztc-text-text-2);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
}

.legal-highlight {
	display: flex;
	gap: 16px;
	margin: 32px 0;
	padding: 26px;
	border: 1px solid rgba(90, 99, 242, 0.2);
	border-left: 5px solid var(--ztc-text-text-4);
	border-radius: 10px;
	background: linear-gradient(135deg, #f2f3ff, #fbf7ff);
}

.legal-highlight i { margin-top: 5px; color: var(--ztc-text-text-4); }
.legal-highlight p { margin: 0; color: var(--ztc-text-text-2); font-size: 17px; font-weight: 600; line-height: 1.65; }

.legal-document {
	margin-top: 36px;
	padding: 44px;
	border: 1px solid #ececf2;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 18px 55px rgba(25, 18, 59, 0.06);
}

.legal-document section + section {
	margin-top: 36px;
	padding-top: 36px;
	border-top: 1px solid #ececf2;
}

.legal-document h2 {
	margin-bottom: 16px;
	color: var(--ztc-text-text-2);
	font-family: var(--grotesk);
	font-size: 27px;
	line-height: 1.25;
}

.legal-document p,
.legal-document li {
	color: var(--ztc-text-text-3);
	font-size: 16px;
	line-height: 1.75;
}

.legal-document p + p { margin-top: 12px; }
.legal-document ul { display: grid; gap: 12px; }
.legal-document li { display: flex !important; gap: 12px; }
.legal-document li i { margin-top: 7px; color: var(--ztc-text-text-4); font-size: 12px; }

.legal-related {
	margin-top: 30px;
	padding: 24px;
	border-radius: 12px;
	background: var(--ai-brand-navy);
	color: #fff;
}

.legal-related > strong { display: block; margin-bottom: 12px; }
.legal-related div { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.legal-related a { color: rgba(255, 255, 255, 0.82); text-decoration: underline; text-underline-offset: 3px; }
.legal-related a:hover { color: #fff; }
.legal-review-note { margin-top: 20px; color: var(--ztc-text-text-3); font-size: 13px; font-style: italic; }

.checkout-policy-note {
	margin: 18px 0;
	padding: 14px 16px;
	border-radius: 8px;
	background: rgba(90, 99, 242, 0.08);
	color: var(--ztc-text-text-3);
	font-size: 13px;
	line-height: 1.6;
}

.checkout-policy-note a { color: var(--ztc-text-text-4); font-weight: 700; text-decoration: underline; }

@media (max-width: 767px) {
	.legal-document { padding: 28px 20px; }
	.legal-document h2 { font-size: 23px; }
	.legal-intro { font-size: 18px; }
	.legal-highlight { padding: 22px 18px; }
}

.brands1-section-area .partner-logo-grid > div {
	display: flex;
}

.brands1-section-area .partner-logo-card {
	width: 100%;
	min-height: 176px;
	margin-bottom: 0;
	padding: 26px 24px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	background: linear-gradient(145deg, #ffffff, #f2f3f8);
	box-shadow: 0 18px 45px rgba(23, 21, 31, 0.08);
}

.brands1-section-area .partner-logo-stage {
	width: 220px;
	max-width: 100%;
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	border: 1px solid rgba(23, 21, 31, 0.06);
	border-radius: 8px;
	background: #ffffff;
}

.brands1-section-area .partner-logo-stage--dark {
	border-color: rgba(255, 255, 255, 0.12);
	background: #3f4656;
}

.brands1-section-area .partner-logo-stage img {
	width: 100%;
	max-width: 210px;
	height: 76px;
	object-fit: contain;
}

.brands1-section-area .partner-logo-card span {
	color: #46434c;
	font-family: var(--figtree);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.contact-inner-section .contact4-boxarea .input-area label {
	display: block;
	margin-top: 16px;
	color: var(--ztc-text-text-2);
	font-family: var(--figtree);
	font-size: 14px;
	font-weight: 700;
}

.contact-inner-section .contact4-boxarea .input-area label + input,
.contact-inner-section .contact4-boxarea .input-area label + select,
.contact-inner-section .contact4-boxarea .input-area label + textarea {
	margin-top: 8px;
}

.contact-inner-section .contact4-boxarea .input-area select {
	width: 100%;
	min-height: 50px;
	color: var(--ztc-text-text-2);
	font-family: var(--figtree);
	font-size: var(--ztc-font-size-font-s18);
	font-weight: var(--ztc-weight-medium);
	border: 0;
	border-radius: 8px;
	background: var(--ztc-bg-bg-1);
	padding: 14px 16px;
}

/* Contact page: resilient two-column form and equal-height contact methods. */
.contact-page-main {
	background: linear-gradient(180deg, #ffffff 0%, #f7f7fc 100%);
}

.contact-page-main .row > [class*="col-"] {
	min-width: 0;
}

.contact-main-visual {
	position: relative;
	height: 100%;
	min-height: 690px;
	border-radius: 16px;
	background: var(--ai-brand-navy);
	box-shadow: 0 24px 60px rgba(23, 21, 31, 0.14);
	overflow: hidden;
}

.contact-main-visual::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, transparent 48%, rgba(18, 16, 35, 0.88) 100%);
	pointer-events: none;
}

.contact-main-visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 690px;
	object-fit: cover;
	object-position: center;
}

.contact-main-visual.contact-hero-poster {
	background: #22105c;
}

.contact-main-visual.contact-hero-poster::after {
	display: none;
}

.contact-main-visual.contact-hero-poster img {
	object-fit: contain;
	object-position: center;
}

.contact-visual-caption {
	position: absolute;
	z-index: 1;
	right: 34px;
	bottom: 32px;
	left: 34px;
	min-width: 0;
}

.contact-visual-caption span,
.contact-form-eyebrow,
.contact-details-heading > span {
	display: block;
	margin-bottom: 8px;
	color: var(--ai-brand-fuchsia);
	font-family: var(--figtree);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-visual-caption strong {
	display: block;
	max-width: 440px;
	color: #ffffff;
	font-family: var(--grotesk);
	font-size: clamp(24px, 3vw, 38px);
	line-height: 1.08;
	overflow-wrap: anywhere;
}

.contact-inner-section .contact-form-panel {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	padding: 36px;
	border: 1px solid rgba(90, 99, 242, 0.12);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 24px 60px rgba(23, 21, 31, 0.09);
}

.contact-inner-section .contact-form-panel h3 {
	font-size: clamp(28px, 3.1vw, 42px);
	line-height: 1.08;
	text-transform: none;
	overflow-wrap: anywhere;
}

.contact-inner-section .contact-form-panel > p {
	color: var(--ztc-text-text-3);
	line-height: 26px;
}

.contact-inner-section .contact-form-panel .input-area,
.contact-inner-section .contact-form-panel input,
.contact-inner-section .contact-form-panel textarea {
	min-width: 0;
	max-width: 100%;
}

.contact-inner-section .contact-form-panel .input-area label {
	margin-top: 0;
}

.contact-inner-section .contact-form-panel .input-area input,
.contact-inner-section .contact-form-panel .input-area textarea {
	border: 1px solid rgba(23, 21, 31, 0.08);
	background: #f7f7fa;
	line-height: 24px;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-inner-section .contact-form-panel .input-area input:focus,
.contact-inner-section .contact-form-panel .input-area textarea:focus {
	border-color: rgba(90, 99, 242, 0.72);
	box-shadow: 0 0 0 4px rgba(90, 99, 242, 0.1);
}

.contact-inner-section .contact-form-panel .input-area textarea {
	min-height: 128px;
	resize: vertical;
}

.contact-submit-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 5px;
}

.contact-submit-area .vl-btn1 {
	flex: 0 0 auto;
	white-space: nowrap;
}

.contact-submit-area .vl-btn1:disabled {
	cursor: wait;
	opacity: 0.7;
}

.contact-submit-area small {
	min-width: 0;
	max-width: 210px;
	color: var(--ztc-text-text-3);
	font-family: var(--figtree);
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}

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

.contact-form-status {
	margin: 2px 0 0;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.contact-form-status--sending {
	color: #40338b;
	background: #f0edff;
}

.contact-form-status--success {
	color: #17613a;
	background: #e8f8ef;
}

.contact-form-status--error {
	color: #8f2330;
	background: #fff0f2;
}

.contact-details-section {
	position: relative;
	padding: 96px 0 110px;
	background: var(--ai-gradient-hero);
	overflow: hidden;
}

.contact-details-section::before {
	position: absolute;
	width: 420px;
	height: 420px;
	top: -230px;
	right: -100px;
	content: "";
	border-radius: 50%;
	background: rgba(236, 108, 255, 0.12);
	filter: blur(10px);
}

.contact-details-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 44px;
}

.contact-details-heading h2 {
	color: #ffffff;
	font-family: var(--grotesk);
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 700;
	line-height: 1.08;
}

.contact-details-heading p {
	max-width: 650px;
	margin: 16px auto 0;
	color: rgba(255, 255, 255, 0.7);
	line-height: 25px;
}

.contact-details-grid {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

.contact-details-grid > [class*="col-"] {
	display: flex;
	min-width: 0;
}

.contact-method-card {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) 36px;
	align-items: center;
	gap: 20px;
	width: 100%;
	min-width: 0;
	min-height: 140px;
	padding: 22px 28px;
	border: 1px solid rgba(143, 69, 223, 0.14);
	border-radius: 16px;
	background: linear-gradient(135deg, #ffffff 0%, #fbf9ff 100%);
	box-shadow: 0 18px 45px rgba(8, 6, 22, 0.18);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-method-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 56px rgba(8, 6, 22, 0.28);
}

.contact-method-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--ai-gradient-brand);
	box-shadow: 0 12px 25px rgba(90, 99, 242, 0.25);
}

.contact-method-icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.contact-method-content {
	display: block;
	min-width: 0;
}

.contact-method-content small,
.contact-method-content strong,
.contact-method-content > span {
	display: block;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: normal;
}

.contact-method-content small {
	margin-bottom: 10px;
	color: #7130b8;
	font-family: var(--figtree);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 16px;
	text-transform: uppercase;
}

.contact-method-content strong {
	color: var(--ztc-text-text-2);
	font-family: var(--grotesk);
	font-size: clamp(18px, 1.5vw, 22px);
	line-height: 28px;
}

.contact-method-content > span {
	margin-top: 7px;
	color: var(--ztc-text-text-3);
	font-family: var(--figtree);
	font-size: 16px;
	line-height: 24px;
}

.contact-method-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(143, 69, 223, 0.08);
	color: #8f45df;
	font-size: 12px;
}

@media (max-width: 1199px) {
	.contact-method-card {
		min-height: 140px;
	}
}

@media (max-width: 991px) {
	.contact-main-visual,
	.contact-main-visual img {
		min-height: 500px;
	}
}

@media (max-width: 767px) {
	.contact-main-visual,
	.contact-main-visual img {
		min-height: 360px;
	}
	.contact-visual-caption {
		right: 24px;
		bottom: 24px;
		left: 24px;
	}
	.contact-inner-section .contact-form-panel {
		padding: 26px 20px;
	}
	.contact-submit-area {
		align-items: stretch;
		flex-direction: column;
	}
	.contact-submit-area .vl-btn1 {
		width: 100%;
		white-space: normal;
	}
	.contact-submit-area small {
		max-width: none;
		text-align: left;
	}
	.contact-details-section {
		padding: 74px 0 84px;
	}
	.contact-method-card {
		grid-template-columns: 50px minmax(0, 1fr) 32px;
		gap: 14px;
		min-height: 0;
		padding: 20px 18px;
	}
	.contact-method-icon {
		width: 50px;
		height: 50px;
	}
	.contact-method-arrow {
		width: 32px;
		height: 32px;
	}
}

.ai-timeline .event-widget-area .event2-boxarea h1.active {
	color: #ffffff;
	background: var(--ai-gradient-brand);
	box-shadow: 0 10px 25px rgba(90, 99, 242, 0.3);
}

.ai-timeline .event-widget-area .event2-boxarea .img1 {
	display: block;
}

.ai-timeline .event-widget-area .event2-boxarea .img1 img {
	height: 310px;
}

.ai-timeline .event-widget-area .event2-boxarea .content-area > p {
	color: var(--ztc-text-text-3);
	font-family: var(--figtree);
	font-size: var(--ztc-font-size-font-s16);
	line-height: 25px;
}

.ai-timeline .event-widget-area .event2-boxarea .content-area {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.ai-timeline .event-widget-area .event2-boxarea .content-area ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px 14px;
}

.ai-timeline .event-widget-area .event2-boxarea .content-area ul li,
.ai-timeline .event-widget-area .event2-boxarea .content-area ul li a {
	display: block;
	max-width: 100%;
	line-height: 22px;
}

.ai-timeline .event-widget-area .event2-boxarea::after {
	z-index: 0;
}

.ai-timeline .timeline-tags,
.ai-timeline .timeline-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.ai-timeline .timeline-tags span {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(90, 99, 242, 0.1);
	color: var(--ai-brand-navy);
	font-family: var(--figtree);
	font-size: 14px;
	font-weight: 700;
}

.ai-timeline .timeline-actions .vl-btn1,
.ai-timeline .timeline-actions .vl-btn2 {
	padding: 13px 18px;
}

.ai-timeline .timeline-actions .vl-btn2 {
	color: var(--ai-brand-navy);
	border: 1px solid rgba(90, 99, 242, 0.25);
	border-radius: 8px;
}

@media (max-width: 991px) {
	.ai-timeline .event-widget-area .event2-boxarea .img1 img { height: 280px; }
	.ai-timeline .timeline-actions { margin-bottom: 8px; }
}

.ai-timeline .programme-featured-image {
	display: block;
	min-height: 300px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 16px;
}

.ai-timeline .programme-featured-image img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.event-sidepage-section-area .event-location-card {
	padding: 24px;
	border-radius: 8px;
	background: #f5f5f5;
}

.event-sidepage-section-area .event-side-images > .img1 img {
	height: 440px;
	object-fit: cover;
}

.programme-detail-placeholder,
.faculty-image-placeholder {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 18%, rgba(180, 92, 255, 0.5), transparent 36%),
		linear-gradient(135deg, #15175c 0%, #4932aa 55%, #8c43e6 100%);
	color: #fff;
	text-align: center;
}

.programme-detail-placeholder {
	height: 440px;
	flex-direction: column;
	gap: 10px;
	border: 2px dashed rgba(255, 255, 255, 0.45);
	border-radius: 8px;
	padding: 36px;
}

.programme-detail-placeholder::before {
	position: absolute;
	right: -10px;
	bottom: -70px;
	content: "AI";
	color: rgba(255, 255, 255, 0.08);
	font-family: var(--grotesk);
	font-size: clamp(150px, 20vw, 260px);
	font-weight: 800;
	line-height: 1;
}

.programme-detail-placeholder span,
.programme-detail-placeholder strong,
.programme-detail-placeholder small,
.faculty-image-placeholder i,
.faculty-image-placeholder span {
	position: relative;
	z-index: 1;
}

.programme-detail-placeholder span,
.faculty-image-placeholder span {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.programme-detail-placeholder strong {
	color: #fff;
	font-family: var(--grotesk);
	font-size: clamp(30px, 5vw, 54px);
	line-height: 1.05;
}

.programme-detail-placeholder small { color: rgba(255, 255, 255, 0.75); }

.faculty-image-placeholder {
	width: 100%;
	height: 100%;
	flex-direction: column;
	gap: 12px;
	border: 2px dashed rgba(255, 255, 255, 0.45);
	border-radius: 50%;
}

.faculty-image-placeholder i { font-size: 44px; }

.programme-detail-featured-image {
	overflow: hidden;
	border-radius: 8px;
}

@media (max-width: 767px) {
	.event-sidepage-section-area .event-side-images > .img1 img { height: 320px; }
	.programme-detail-placeholder { height: 320px; }
}

.event-sidepage-section-area .event-location-card h4 {
	color: var(--ztc-text-text-2);
	font-family: var(--grotesk);
	font-size: var(--ztc-font-size-font-s24);
	font-weight: var(--ztc-weight-bold);
}

.event-sidepage-section-area .event-location-card p {
	color: var(--ztc-text-text-3);
}

.event-sidepage-section-area .event-location-card .mapouter,
.event-sidepage-section-area .event-location-card .gmap_canvas {
	overflow: hidden;
	border-radius: 8px;
}

.event-sidepage-section-area .speaker-grid {
	padding: 48px 32px;
	border-radius: 16px;
	background: #f8f8fb;
}

.event-sidepage-section-area .speaker-grid .our-team-boxarea {
	height: calc(100% - 30px);
	padding: 0 12px 24px;
}

.event-sidepage-section-area .speaker-grid .team-widget-area {
	width: 100%;
	max-width: 250px;
	height: auto;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
}

.event-sidepage-section-area .speaker-grid .team-widget-area .img1,
.event-sidepage-section-area .speaker-grid .team-widget-area .img1 .team-img4 {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.event-sidepage-section-area .speaker-grid .content-area a {
	min-height: 48px;
	font-size: 21px;
	line-height: 24px;
}

.event-sidepage-section-area .speaker-grid .content-area a span {
	display: block;
}

.event-sidepage-section-area .speaker-grid .content-area p {
	min-height: 18px;
	font-size: 15px;
	line-height: 18px;
	white-space: nowrap;
}

/* Keep mixed portrait and landscape stock photography aligned to the original template geometry. */
.about1-section-area .about-imges > .img1 img {
	height: 350px;
	object-fit: cover;
}

.about1-section-area .about-imges > .img1.about-profile-portrait {
	position: relative;
	display: block;
	width: 100%;
	height: 350px;
	border-radius: 8px;
	background: linear-gradient(135deg, #17152f 0%, #2b1760 52%, #5d2490 100%);
	overflow: hidden;
	isolation: isolate;
}

.about1-section-area .about-imges > .img1.about-profile-portrait img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	object-fit: contain;
	object-position: right bottom;
	transform: scale(1.08);
	transform-origin: right bottom;
}

.about1-section-area .about-profile-portrait::before {
	position: absolute;
	z-index: 2;
	inset: 0;
	content: "";
	background:
		linear-gradient(90deg, rgba(11, 9, 38, 0.6) 0%, rgba(11, 9, 38, 0.08) 52%, transparent 78%),
		linear-gradient(0deg, rgba(11, 9, 38, 0.5) 0%, transparent 48%);
	pointer-events: none;
}

.network-visionary-overlay {
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 30px;
	max-width: none;
	padding: 2px 0 2px 18px;
	color: #fff;
	transform: translateY(-50%);
}

.network-visionary-overlay::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	border-radius: 999px;
	background: linear-gradient(180deg, #7a7cff, #e15bf3);
	box-shadow: 0 0 18px rgba(191, 74, 242, 0.65);
	content: "";
}

.network-visionary-overlay span {
	display: block;
	color: rgba(255, 255, 255, 0.78);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.35;
	text-transform: uppercase;
	white-space: nowrap;
}

.network-visionary-overlay strong {
	display: block;
	margin-top: 9px;
	color: #fff;
	font-family: var(--grotesk);
	font-size: clamp(25px, 2.1vw, 30px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 0.95;
	text-shadow: 0 6px 24px rgba(5, 4, 28, 0.45);
	white-space: nowrap;
}

.network-visionary-overlay small {
	display: block;
	margin-top: 11px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.45;
	white-space: nowrap;
}

.network-visionary-signature {
	display: block;
	width: max-content;
	margin-top: 5px;
	color: #fff;
	font-family: "Allura", "Snell Roundhand", "Segoe Script", cursive;
	font-size: 31px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1;
	text-shadow: 0 5px 20px rgba(5, 4, 28, 0.55);
	transform: rotate(-2deg);
	transform-origin: left center;
	white-space: nowrap;
}

.network-visionary-signature::after {
	display: block;
	width: 72%;
	height: 1px;
	margin-top: -2px;
	margin-left: 12%;
	background: linear-gradient(90deg, rgba(122, 124, 255, 0.2), rgba(225, 91, 243, 0.95), transparent);
	content: "";
	transform: skewX(-28deg);
}

.network-video-section { padding: 14px 0 100px; text-align: center; }
.network-video-section--compact { padding: 18px 0 90px; }

.network-video-trigger {
	position: relative;
	z-index: 0;
	display: grid;
	width: 92px;
	height: 92px;
	margin: 0 auto;
	place-items: center;
	padding-left: 6px;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 50%;
	background: linear-gradient(135deg, #5963f2, #b84de8);
	box-shadow: 0 16px 38px rgba(91, 57, 216, 0.38);
	color: #fff;
	font-size: 26px;
	cursor: pointer;
	isolation: isolate;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.network-video-trigger::before,
.network-video-trigger::after {
	position: absolute;
	z-index: -1;
	inset: -1px;
	border: 2px solid rgba(124, 93, 246, 0.58);
	border-radius: inherit;
	content: "";
	animation: network-video-pulse 2.4s ease-out infinite;
}

.network-video-trigger::after { animation-delay: 1.2s; }

.network-video-trigger:hover {
	box-shadow: 0 20px 44px rgba(91, 57, 216, 0.5);
	transform: scale(1.07);
}

.network-video-trigger:focus-visible {
	outline: 3px solid rgba(92, 99, 242, 0.3);
	outline-offset: 7px;
}

@keyframes network-video-pulse {
	0% { opacity: 0.8; transform: scale(1); }
	75%, 100% { opacity: 0; transform: scale(1.65); }
}

@media (prefers-reduced-motion: reduce) {
	.network-video-trigger::before,
	.network-video-trigger::after { animation: none; }
}

/* Soft brand tint for supporting photography. */
.ai-photo-tint {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.ai-photo-tint::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	content: "";
	border-radius: inherit;
	background: linear-gradient(135deg, #3f1aa8 0%, #8f24d9 56%, #c13ae8 100%);
	opacity: 0.52;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.ai-photo-tint:hover::before {
	opacity: 0.36;
}

.ai-photo-tint.image-anime::after {
	z-index: 2;
}

.testimonials1-section-area .testimonial-img2::after {
	background: linear-gradient(135deg, #3f1aa8 0%, #8f24d9 56%, #c13ae8 100%);
	opacity: 0.58;
}

.testimonials1-section-area .testimonial-img2--placeholder::after {
	opacity: 0.18;
}

.membership-photo-placeholder {
	position: absolute;
	right: 0;
	top: 0;
	width: 48%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(63, 26, 168, 0.95), rgba(143, 36, 217, 0.88)),
		repeating-linear-gradient(45deg, transparent 0 18px, rgba(255, 255, 255, 0.05) 18px 20px);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.14em;
}

.membership-photo-placeholder::before {
	position: absolute;
	content: "AI";
	font-size: clamp(120px, 18vw, 280px);
	font-weight: 800;
	line-height: 1;
	color: rgba(255, 255, 255, 0.07);
}

.membership-photo-placeholder::after {
	position: absolute;
	content: "";
	inset: 24px;
	border: 1px dashed rgba(255, 255, 255, 0.42);
}

.membership-photo-placeholder span,
.membership-photo-placeholder strong {
	position: relative;
	z-index: 2;
}

.membership-photo-placeholder span {
	font-size: 12px;
	font-weight: 600;
}

.membership-photo-placeholder strong {
	font-size: clamp(22px, 3vw, 42px);
	font-weight: 700;
	letter-spacing: 0.04em;
}

.footer1-sertion-area .footer-social-box .img1::after {
	visibility: visible;
	background: linear-gradient(135deg, #3f1aa8 0%, #8f24d9 56%, #c13ae8 100%);
	opacity: 0.52;
}

.footer1-sertion-area .footer-social-box .img1:hover::after {
	visibility: visible;
	opacity: 0.36;
}

.about1-section-area .about-imges .row .img1 img {
	height: 220px;
	object-fit: cover;
}

/* Let the recent Regenesys Open Day photography read clearly on the About page. */
.about1-section-area .about-story-photo.ai-photo-tint::before {
	opacity: 0.24;
}

.about1-section-area .about-story-photo.ai-photo-tint:hover::before {
	opacity: 0.12;
}

.about1-section-area .about-story-photo-main img {
	object-position: center 42%;
}

.about1-section-area .about-story-photo-speaker img {
	object-position: 48% 38%;
}

.about1-section-area .about-story-photo-community img {
	object-position: center 44%;
}

.team1-section-area .team-slider-area .team-widget-boxarea .img1 img {
	height: 360px;
	object-fit: cover;
}

.blog1-section-area .blog1-auhtor-boxarea .img1 img {
	height: 320px;
	object-fit: cover;
}

/* Latest AI news cards */
.ai-news-section .ai-news-intro {
	max-width: 660px;
	margin: 18px auto 0;
	color: var(--ztc-text-text-3);
	font-size: 17px;
	line-height: 1.7;
}

.ai-news-section .ai-news-card-link {
	display: block;
	height: 100%;
	color: inherit;
}

.ai-news-section .blog1-auhtor-boxarea {
	height: calc(100% - 30px);
}

.ai-news-section .ai-news-card-media {
	height: 320px;
}

.ai-news-section .content-area {
	display: flex;
	min-height: 365px;
	flex-direction: column;
}

.ai-news-section .ai-news-meta {
	display: flex;
	align-items: center;
	gap: 7px;
	color: var(--ztc-text-text-3);
	font-family: var(--figtree);
	font-size: 15px;
	font-weight: 600;
}

.ai-news-section .ai-news-meta img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.ai-news-section .ai-news-title {
	color: var(--ztc-text-text-2);
	font-family: var(--grotesk);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	transition: color 0.3s ease;
}

.ai-news-section .ai-news-description {
	color: var(--ztc-text-text-3);
	font-family: var(--figtree);
	font-size: 16px;
	line-height: 1.65;
}

.ai-news-section .ai-news-read {
	align-self: flex-start;
	margin-top: auto;
}

.ai-news-section .ai-news-read i {
	margin-left: 8px;
	font-size: 14px;
}

.ai-news-section .ai-news-card-link:hover .ai-news-title {
	color: var(--ztc-text-text-4);
}

.ai-news-section .ai-news-card-link:hover .ai-news-source-logo {
	transform: scale(1.025);
}

.ai-news-section .ai-news-card-link:focus-visible {
	outline: 3px solid var(--ztc-text-text-4);
	outline-offset: 5px;
	border-radius: 8px;
}

/* News-source logo artwork */
.ai-news-source-logo {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 22px;
	overflow: hidden;
	border-radius: 8px;
	background:
		radial-gradient(circle at 18% 18%, rgba(90, 99, 242, 0.12), transparent 34%),
		linear-gradient(145deg, #fff 0%, #f5f3fb 100%);
	color: var(--ai-brand-navy);
	text-align: center;
	transition: transform 0.4s ease;
}

.ai-news-source-logo::before {
	position: absolute;
	right: -90px;
	bottom: -110px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: rgba(167, 55, 213, 0.08);
	content: "";
}

.ai-news-source-logo::after {
	position: absolute;
	inset: 20px;
	content: "";
	border: 1px solid rgba(32, 22, 71, 0.1);
	border-radius: 5px;
}

.ai-news-source-lockup,
.ai-news-source-logo small {
	position: relative;
	z-index: 1;
}

.ai-news-source-lockup {
	display: flex;
	width: 70%;
	height: 92px;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.ai-news-source-logo .ai-news-source-lockup:not(.ai-news-source-lockup--mark) img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 92px;
	object-fit: contain !important;
}

.ai-news-source-lockup--mark img {
	width: 72px;
	height: 72px;
}

.ai-news-source-lockup strong {
	font-family: var(--grotesk);
	font-size: clamp(28px, 3vw, 44px);
	line-height: 1.1;
}

.ai-news-source-logo small {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.15em;
	opacity: 0.55;
	text-transform: uppercase;
}

.ai-news-article-header h1 {
	font-size: clamp(38px, 5vw, 66px);
	line-height: 1.06;
}

.ai-news-article-kicker {
	display: inline-block;
	margin-bottom: 18px;
	color: var(--ztc-text-text-4);
	font-family: var(--grotesk);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ai-news-article .ai-news-article-image,
.ai-news-article .ai-news-source-logo--hero {
	height: 480px;
}

.ai-news-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	color: var(--ztc-text-text-3);
	font-family: var(--figtree);
	font-size: 15px;
	font-weight: 600;
}

.ai-news-article-meta i {
	margin-right: 7px;
	color: var(--ztc-text-text-4);
}

.ai-news-article .ai-news-article-lead {
	color: var(--ztc-text-text-2);
	font-size: 21px;
	font-weight: 500;
	line-height: 1.65;
}

.ai-news-copy-section {
	margin-top: 42px;
}

.ai-news-article .ai-news-copy-section h2,
.ai-news-article .ai-news-takeaways h2 {
	margin-bottom: 16px;
	color: var(--ztc-text-text-2);
	font-family: var(--grotesk);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}

.ai-news-article .ai-news-copy-section p {
	margin-bottom: 16px;
	color: var(--ztc-text-text-3);
	font-size: 17px;
	line-height: 1.8;
}

.ai-news-takeaways {
	margin-top: 42px;
	padding: 32px;
	border: 1px solid rgba(93, 58, 204, 0.14);
	border-radius: 12px;
	background: linear-gradient(135deg, #f5f3ff 0%, #fbf7ff 100%);
}

.ai-news-takeaways ul li {
	display: flex !important;
	gap: 12px;
	margin-top: 14px;
	color: var(--ztc-text-text-2);
	font-family: var(--figtree);
	font-size: 16px;
	line-height: 1.55;
}

.ai-news-takeaways li i {
	display: grid;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	place-items: center;
	border-radius: 50%;
	background: var(--ztc-bg-bg-3);
	color: var(--ztc-text-text-2);
	font-size: 11px;
}

.ai-news-source-note {
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid #e8e8e8;
	color: var(--ztc-text-text-3);
	font-size: 14px !important;
	font-style: italic;
	line-height: 1.6 !important;
}

.ai-news-sidebar {
	position: sticky;
	top: 120px;
}

.ai-news-sidebar-panel {
	margin-bottom: 24px;
	padding: 28px;
	border: 1px solid #ececf2;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 40px rgba(25, 18, 59, 0.07);
}

.ai-news-sidebar-label {
	margin-bottom: 8px;
	color: var(--ztc-text-text-4);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ai-news-sidebar-panel h2 {
	margin-bottom: 20px;
	color: var(--ztc-text-text-2);
	font-family: var(--grotesk);
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
}

.ai-news-related {
	display: grid;
	grid-template-columns: 82px 1fr;
	gap: 14px;
	align-items: center;
	padding: 16px 0;
	border-top: 1px solid #ececf2;
}

.ai-news-related .ai-news-source-logo--thumbnail {
	width: 82px;
	height: 72px;
	border-radius: 8px;
}

.ai-news-source-logo--thumbnail::before,
.ai-news-source-logo--thumbnail::after,
.ai-news-source-logo--thumbnail small {
	display: none;
}

.ai-news-source-logo--thumbnail .ai-news-source-lockup {
	width: 72%;
	height: 42px;
}

.ai-news-source-logo--thumbnail .ai-news-source-lockup img {
	max-height: 36px;
}

.ai-news-source-logo--thumbnail .ai-news-source-lockup--mark {
	gap: 5px;
}

.ai-news-source-logo--thumbnail .ai-news-source-lockup--mark img {
	width: 24px;
	height: 24px;
}

.ai-news-source-logo--thumbnail .ai-news-source-lockup--mark strong {
	display: none;
}

.ai-news-source-logo--thumbnail strong {
	font-size: 10px;
	line-height: 1.2;
}

.ai-news-related small,
.ai-news-related strong {
	display: block;
}

.ai-news-related small {
	margin-bottom: 6px;
	color: var(--ztc-text-text-3);
	font-size: 12px;
}

.ai-news-related strong {
	color: var(--ztc-text-text-2);
	font-family: var(--grotesk);
	font-size: 16px;
	line-height: 1.25;
	transition: color 0.3s ease;
}

.ai-news-related:hover strong {
	color: var(--ztc-text-text-4);
}

.ai-news-sidebar-cta {
	background: linear-gradient(145deg, #17113d 0%, #392077 100%);
}

.ai-news-sidebar-cta h2,
.ai-news-sidebar-cta p {
	color: #fff;
}

.ai-news-sidebar-cta .vl-btn2 {
	margin-top: 22px;
	background: #fff;
	color: var(--ztc-text-text-2);
}

@media (max-width: 991px) {
	.ai-news-sidebar {
		position: static;
	}
}

@media (max-width: 767px) {
	.ai-news-article-header h1 {
		font-size: 36px;
	}

	.ai-news-article .ai-news-article-image,
	.ai-news-article .ai-news-source-logo--hero {
		height: 310px;
	}

	.ai-news-article .ai-news-article-lead {
		font-size: 18px;
	}

	.ai-news-article .ai-news-copy-section h2,
	.ai-news-article .ai-news-takeaways h2 {
		font-size: 27px;
	}

	.ai-news-takeaways,
	.ai-news-sidebar-panel {
		padding: 24px 20px;
	}
}

.memory1-section-area .memory-slider-area .memory-boxarea .img1 img {
	height: 440px;
	object-fit: cover;
}

.testimonials1-section-area .testimonial-content-slider .name-area .img1 img {
	object-fit: contain;
	background: var(--ai-brand-navy);
}

/* Membership pricing */
.membership-pricing {
	background: linear-gradient(180deg, #ffffff 0%, #f7f7fc 48%, #ffffff 100%);
}

.membership-billing-toggle {
	display: inline-flex;
	gap: 4px;
	margin-top: 28px;
	padding: 5px;
	border: 1px solid rgba(90, 99, 242, 0.18);
	border-radius: 999px;
	background: #f2f4ff;
}

.membership-billing-toggle button {
	min-width: 112px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--ai-brand-navy);
	font-family: var(--grotesk);
	font-size: 15px;
	font-weight: 700;
	padding: 11px 20px;
	transition: all 0.25s ease;
}

.membership-billing-toggle button.active {
	background: var(--ai-gradient-brand);
	color: #ffffff;
	box-shadow: 0 8px 20px rgba(90, 99, 242, 0.28);
}

.membership-tier-grid {
	justify-content: center;
}

.pricing-lan-section-area .membership-tier-card {
	display: flex;
	flex-direction: column;
	height: calc(100% - 30px);
	min-height: 500px;
	border: 1px solid rgba(90, 99, 242, 0.12);
	background: #ffffff;
	box-shadow: 0 18px 50px rgba(23, 21, 31, 0.07);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pricing-lan-section-area .membership-tier-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 60px rgba(52, 31, 103, 0.13);
}

.pricing-lan-section-area .membership-tier-card.featured {
	border: 2px solid #8f45df;
	box-shadow: 0 22px 60px rgba(143, 69, 223, 0.18);
}

.membership-popular {
	position: static;
	align-self: flex-start;
	margin-bottom: 14px;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(143, 69, 223, 0.1);
	color: #7130b8;
	font-family: var(--figtree);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pricing-lan-section-area .membership-tier-card.featured h5 {
	max-width: 100%;
}

.pricing-lan-section-area .membership-tier-card h2 {
	font-size: 40px;
	line-height: 1;
	text-transform: none;
}

.pricing-lan-section-area .membership-tier-card h2 span {
	text-transform: none;
}

.membership-audience {
	min-height: 75px;
	color: var(--ztc-text-text-3);
	line-height: 24px;
}

.pricing-lan-section-area .membership-tier-card ul {
	margin: 6px 0 28px;
	padding: 22px 0 0;
	border-top: 1px solid rgba(23, 21, 31, 0.08);
}

.pricing-lan-section-area .membership-tier-card ul li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	line-height: 22px;
	margin-top: 12px;
	text-transform: none;
}

.pricing-lan-section-area .membership-tier-card ul li i {
	flex: 0 0 auto;
	margin-top: 3px;
	color: #8f45df;
}

.pricing-lan-section-area .membership-tier-card .btn-area1 {
	margin-top: auto;
}

.membership-special-row {
	margin-top: 16px;
}

.membership-special-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 32px;
	border-radius: 12px;
	background: var(--ai-gradient-hero);
	box-shadow: var(--ai-shadow-glow);
}

.membership-special-label,
.membership-benefits-band span {
	display: block;
	margin-bottom: 8px;
	color: var(--ai-brand-fuchsia);
	font-family: var(--figtree);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.membership-special-card h3,
.membership-benefits-band h3 {
	color: #ffffff;
	font-family: var(--grotesk);
	font-size: 28px;
	font-weight: 700;
}

.membership-special-card p {
	max-width: 520px;
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.72);
	line-height: 24px;
}

.membership-special-action {
	flex: 0 0 150px;
	text-align: right;
}

.membership-special-action strong {
	display: block;
	margin-bottom: 16px;
	color: #ffffff;
	font-family: var(--grotesk);
	font-size: 18px;
}

.membership-special-card .vl-btn2 {
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 8px;
	font-size: 14px;
	white-space: nowrap;
}

.membership-benefits-band {
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) 1.2fr;
	align-items: center;
	gap: 40px;
	margin-top: 16px;
	padding: 38px;
	border-radius: 16px;
	background: var(--ai-brand-ink);
}

.membership-benefits-band ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
}

.membership-benefits-band li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #ffffff;
	font-family: var(--figtree);
	font-size: 15px;
	font-weight: 700;
}

.membership-benefits-band li i {
	color: var(--ai-brand-fuchsia);
}

.membership-fee-note {
	margin: 22px 0 0;
	padding: 18px 20px;
	border-radius: 8px;
	background: rgba(90, 99, 242, 0.08);
	color: var(--ztc-text-text-3);
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.membership-fee-note i {
	margin-right: 6px;
	color: var(--ai-brand-blue);
}

/* Membership checkout and reservation flow */
.membership-checkout-section {
	background: linear-gradient(180deg, #f7f7fc 0%, #ffffff 100%);
}

.membership-checkout-section .row > [class*="col-"] {
	min-width: 0;
}

.membership-order-summary {
	position: sticky;
	top: 120px;
	padding: 34px;
	border-radius: 16px;
	background: var(--ai-gradient-hero);
	box-shadow: var(--ai-shadow-glow);
	overflow: hidden;
}

.membership-summary-label,
.membership-form-step {
	display: block;
	margin-bottom: 12px;
	color: var(--ai-brand-fuchsia);
	font-family: var(--figtree);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.membership-order-summary h2 {
	color: #ffffff;
	font-family: var(--grotesk);
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 700;
	line-height: 1.08;
	overflow-wrap: anywhere;
}

.membership-summary-price {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 6px;
	margin: 24px 0;
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.membership-summary-price strong {
	color: #ffffff;
	font-family: var(--grotesk);
	font-size: 34px;
	line-height: 1;
}

.membership-summary-price span {
	color: rgba(255, 255, 255, 0.65);
	font-family: var(--figtree);
	font-size: 14px;
}

.membership-order-summary ul {
	margin: 0;
	padding: 0;
}

.membership-order-summary li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.78);
	font-family: var(--figtree);
	font-size: 14px;
	line-height: 21px;
}

.membership-order-summary li i {
	flex: 0 0 auto;
	margin-top: 3px;
	color: var(--ai-brand-fuchsia);
}

.membership-change-plan {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
	color: #ffffff;
	font-family: var(--figtree);
	font-size: 14px;
	font-weight: 700;
}

.membership-change-plan:hover {
	color: var(--ai-brand-fuchsia);
}

.contact-inner-section .membership-payment-form {
	min-width: 0;
	padding: 36px;
	border: 1px solid rgba(90, 99, 242, 0.12);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 22px 60px rgba(23, 21, 31, 0.08);
}

.contact-inner-section .membership-payment-form h3 {
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.1;
	text-transform: none;
}

.membership-payment-form > p {
	color: var(--ztc-text-text-3);
	line-height: 25px;
}

.membership-payment-methods {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 26px 0 24px;
}

.membership-payment-methods button {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	min-width: 0;
	min-height: 112px;
	padding: 18px;
	border: 1px solid rgba(23, 21, 31, 0.1);
	border-radius: 12px;
	background: #f8f8fb;
	color: var(--ztc-text-text-2);
	text-align: left;
	transition: all 0.2s ease;
}

.membership-payment-methods button.active {
	border-color: #8f45df;
	background: rgba(143, 69, 223, 0.07);
	box-shadow: 0 0 0 3px rgba(143, 69, 223, 0.08);
}

.membership-payment-methods button > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--ai-gradient-brand);
	color: #ffffff;
}

.membership-payment-methods button > span {
	display: block;
	min-width: 0;
}

.membership-payment-methods strong,
.membership-payment-methods small {
	display: block;
	overflow-wrap: anywhere;
}

.membership-payment-methods strong {
	font-family: var(--grotesk);
	font-size: 17px;
	line-height: 22px;
}

.membership-payment-methods small {
	margin-top: 6px;
	color: var(--ztc-text-text-3);
	font-family: var(--figtree);
	font-size: 12px;
	line-height: 17px;
}

.membership-payment-form .input-area,
.membership-payment-form input,
.membership-payment-form select,
.membership-payment-form textarea {
	min-width: 0;
	max-width: 100%;
}

.contact-inner-section .membership-payment-form .input-area label {
	margin-top: 0;
}

.contact-inner-section .membership-payment-form .input-area input,
.contact-inner-section .membership-payment-form .input-area select,
.contact-inner-section .membership-payment-form .input-area textarea {
	border: 1px solid rgba(23, 21, 31, 0.08);
	background: #f7f7fa;
	line-height: 24px;
	outline: none;
}

.contact-inner-section .membership-payment-form .input-area textarea {
	height: 110px;
	min-height: 110px;
	resize: vertical;
}

.contact-inner-section .membership-payment-form .input-area input:focus,
.contact-inner-section .membership-payment-form .input-area select:focus,
.contact-inner-section .membership-payment-form .input-area textarea:focus {
	border-color: rgba(90, 99, 242, 0.72);
	box-shadow: 0 0 0 4px rgba(90, 99, 242, 0.1);
}

.membership-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 4px;
	color: var(--ztc-text-text-3);
	font-family: var(--figtree);
	font-size: 13px;
	line-height: 20px;
}

.membership-consent input {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin-top: 1px;
	accent-color: #8f45df;
}

.membership-checkout-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid rgba(23, 21, 31, 0.08);
}

.membership-checkout-action .vl-btn1,
.membership-success-actions .vl-btn1 {
	flex: 0 0 auto;
	border: 0;
	white-space: nowrap;
}

.membership-checkout-action p {
	max-width: 270px;
	margin: 0;
	color: var(--ztc-text-text-3);
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}

.membership-payment-success {
	padding: 54px 44px;
	border: 1px solid rgba(90, 99, 242, 0.12);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 22px 60px rgba(23, 21, 31, 0.08);
	text-align: center;
}

.membership-success-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin-bottom: 24px;
	border-radius: 50%;
	background: var(--ai-gradient-brand);
	box-shadow: var(--ai-shadow-glow);
	color: #ffffff;
	font-size: 26px;
}

.membership-payment-success h2 {
	color: var(--ztc-text-text-2);
	font-family: var(--grotesk);
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 700;
	line-height: 1.08;
}

.membership-payment-success p {
	max-width: 650px;
	margin: 18px auto 0;
	color: var(--ztc-text-text-3);
	line-height: 26px;
}

.payfast-checkout-section,
.payment-result-section {
	background: #f7f7fb;
}

.payfast-checkout-panel,
.payfast-security-card,
.payment-result-card {
	border: 1px solid rgba(32, 22, 71, 0.1);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 20px 60px rgba(32, 22, 71, 0.08);
}

.payfast-checkout-panel {
	padding: clamp(28px, 5vw, 52px);
}

.payfast-checkout-panel h2,
.payment-result-card h2 {
	margin: 20px 0 14px;
	color: var(--ztc-text-text-2);
	font-family: var(--grotesk);
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 700;
	line-height: 1.08;
}

.payfast-checkout-panel > p,
.payfast-security-card p,
.payment-result-card > p {
	color: var(--ztc-text-text-3);
	line-height: 1.7;
}

.payfast-provider-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border: 1px solid rgba(90, 99, 242, 0.22);
	border-radius: 999px;
	background: rgba(90, 99, 242, 0.09);
	color: var(--ai-brand-navy);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.payfast-captured {
	margin: 16px 0 !important;
	padding: 14px 16px;
	border-radius: 10px;
	background: #eefaf4;
	color: #176b48 !important;
	font-weight: 700;
}

.payfast-order-lines {
	margin: 28px 0;
	padding: 8px 20px;
	border-radius: 12px;
	background: #f7f6fb;
}

.payfast-order-lines > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(32, 22, 71, 0.1);
}

.payfast-order-lines > div:last-child { border-bottom: 0; }
.payfast-order-lines span { color: var(--ztc-text-text-3); }
.payfast-order-lines strong { color: var(--ai-brand-navy); }
.payfast-order-lines .payfast-total strong { font-size: 22px; }
.payfast-checkout-panel .contact-form-status { margin-top: 18px; }
.payfast-missing { margin-top: 18px; color: #9b302a !important; }
.payfast-missing a { color: inherit; font-weight: 800; text-decoration: underline; }

.payfast-security-card {
	padding: 34px;
}

.payfast-security-card > i {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--ai-brand-navy), #7059eb);
	color: #fff;
	font-size: 24px;
}

.payfast-security-card h3 { margin: 22px 0 10px; color: var(--ai-brand-navy); }
.payfast-security-card .readmore { display: inline-flex; gap: 8px; margin-top: 18px; }

.membership-payment-methods--single { grid-template-columns: 1fr; }

.payment-result-card {
	padding: clamp(34px, 6vw, 64px);
	text-align: center;
}

.payment-result-icon {
	display: grid;
	width: 72px;
	height: 72px;
	margin: 0 auto 18px;
	place-items: center;
	border-radius: 50%;
	background: #fff6dc;
	color: #8a6500;
	font-size: 28px;
}

.payment-result-card--cancelled .payment-result-icon { background: #fff0ef; color: #9b302a; }
.payment-reference { margin: 26px auto 0; padding: 14px 18px; border-radius: 10px; background: #f7f6fb; }
.payment-reference span { display: block; color: var(--ztc-text-text-3); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.payment-reference strong { display: block; margin-top: 5px; color: var(--ai-brand-navy); overflow-wrap: anywhere; }

.membership-success-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.membership-success-actions .vl-btn2 {
	padding: 14px 18px;
	border: 1px solid rgba(90, 99, 242, 0.28);
	border-radius: 8px;
	color: var(--ai-brand-navy);
}

@media (max-width: 991px) {
	.membership-benefits-band {
		grid-template-columns: 1fr;
	}
	.membership-order-summary {
		position: static;
	}
}

@media (max-width: 767px) {
	.network-video-section,
	.network-video-section--compact { padding-bottom: 70px; }
	.network-video-trigger { width: 72px; height: 72px; font-size: 20px; }
	.event-sidepage-section-area .speaker-grid { padding: 40px 16px; }
	.event-sidepage-section-area .speaker-grid .our-team-boxarea { margin-top: 20px; }
	.about1-section-area .about-imges > .img1 img,
	.about1-section-area .about-imges .row .img1 img { height: 260px; }
	.about1-section-area .about-imges > .img1.about-profile-portrait {
		height: auto;
	}
	.about1-section-area .about-imges > .img1.about-profile-portrait img {
		height: 260px;
		object-position: center bottom;
		transform: scale(1.08);
		transform-origin: center bottom;
	}
	.network-visionary-overlay {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		max-width: none;
		padding: 17px 18px 18px 34px;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		background: linear-gradient(90deg, rgba(16, 13, 55, 0.88), rgba(63, 31, 121, 0.62));
		transform: none;
	}
	.network-visionary-overlay::before { top: 17px; bottom: 18px; left: 18px; width: 2px; }
	.network-visionary-overlay span { font-size: 7px; }
	.network-visionary-overlay strong { margin-top: 5px; font-size: 20px; }
	.network-visionary-overlay small { margin-top: 7px; font-size: 9px; }
	.network-visionary-signature { margin-top: 4px; font-size: 27px; }
	.team1-section-area .team-slider-area .team-widget-boxarea .img1 img { height: 320px; }
	.blog1-section-area .blog1-auhtor-boxarea .img1 img { height: 280px; }
	.memory1-section-area .memory-slider-area .memory-boxarea .img1 img { height: 360px; }
	.pricing-lan-section-area .membership-tier-card { min-height: 0; }
	.membership-audience { min-height: 0; }
	.membership-special-card { align-items: flex-start; flex-direction: column; }
	.membership-special-action { flex: 0 0 auto; width: 100%; text-align: left; }
	.membership-benefits-band { padding: 28px 22px; }
	.membership-benefits-band ul { grid-template-columns: 1fr 1fr; }
	.contact-inner-section .membership-payment-form { padding: 28px 20px; }
	.membership-payment-methods { grid-template-columns: 1fr; }
	.membership-payment-methods button { min-height: 0; }
	.membership-checkout-action { align-items: stretch; flex-direction: column; }
	.membership-checkout-action .vl-btn1 { width: 100%; white-space: normal; }
	.membership-checkout-action p { max-width: none; text-align: left; }
	.membership-payment-success { padding: 42px 22px; }
}
.programme-image-placeholder {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 300px;
  border: 2px dashed rgba(255, 255, 255, 0.45);
  border-radius: 16px;
  background:
    radial-gradient(circle at 82% 18%, rgba(180, 92, 255, 0.55), transparent 34%),
    linear-gradient(135deg, #15175c 0%, #4932aa 55%, #8c43e6 100%);
  color: #fff;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  padding: 36px;
  text-align: center;
  text-decoration: none;
}

.programme-image-placeholder::before {
  content: "AI";
  position: absolute;
  right: -12px;
  bottom: -52px;
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(8rem, 15vw, 13rem);
  font-weight: 800;
  line-height: 1;
}

.programme-image-placeholder span,
.programme-image-placeholder strong,
.programme-image-placeholder small {
  position: relative;
  z-index: 1;
}

.home-session-outline {
	padding: 20px;
	border: 1px solid rgba(90, 99, 242, 0.16);
	border-radius: 10px;
	background: rgba(90, 99, 242, 0.06);
}

.event1-section-area .home-session-outline > strong {
	display: block;
	margin-bottom: 12px;
	color: var(--ai-brand-navy);
	font-family: var(--grotesk);
	font-size: 17px;
}

.event1-section-area .home-session-outline ul {
	display: grid !important;
	gap: 9px;
	margin: 0;
}

.event1-section-area .home-session-outline ul li {
	display: flex !important;
	align-items: flex-start;
	gap: 10px;
	margin: 0 !important;
	color: var(--ztc-text-text-3);
	font-size: 15px;
	line-height: 1.45;
}

.event1-section-area .home-session-outline ul li i {
	margin-top: 4px;
	color: var(--ztc-text-text-4);
	font-size: 12px;
}

.programme-image-placeholder span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.programme-image-placeholder strong {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.programme-image-placeholder small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.event1-section-area .home-programme-placeholder {
	width: 100%;
	min-height: 320px;
	margin: 0;
}

@media (max-width: 991px) {
	.event1-section-area .home-programme-placeholder {
		min-height: 280px;
		margin-bottom: 30px;
	}
}

.about-photo-placeholder {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 190px;
  border: 2px dashed rgba(255, 255, 255, 0.45);
  border-radius: 16px;
  background:
    radial-gradient(circle at 82% 18%, rgba(180, 92, 255, 0.5), transparent 36%),
    linear-gradient(135deg, #15175c 0%, #4932aa 55%, #8c43e6 100%);
  color: #fff;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  padding: 24px;
  text-align: center;
}

.about-photo-placeholder::before {
  content: "AI";
  position: absolute;
  right: -8px;
  bottom: -34px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 7rem;
  font-weight: 800;
  line-height: 1;
}

.about-photo-placeholder span,
.about-photo-placeholder strong {
  position: relative;
  z-index: 1;
}

.about-photo-placeholder span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-photo-placeholder strong {
  color: #fff;
  font-size: 1.35rem;
}

.benefit-photo-placeholder {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 250px;
  border: 2px dashed rgba(255, 255, 255, 0.45);
  border-radius: 16px;
  background:
    radial-gradient(circle at 82% 18%, rgba(180, 92, 255, 0.5), transparent 36%),
    linear-gradient(135deg, #15175c 0%, #4932aa 55%, #8c43e6 100%);
  color: #fff;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  overflow: hidden;
  padding: 28px;
  text-align: center;
}

.benefit-photo-placeholder::before {
  content: "AI";
  position: absolute;
  right: -10px;
  bottom: -42px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 8.5rem;
  font-weight: 800;
  line-height: 1;
}

.benefit-photo-placeholder span,
.benefit-photo-placeholder strong {
  position: relative;
  z-index: 1;
}

.benefit-photo-placeholder span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.benefit-photo-placeholder strong {
  color: #fff;
  font-size: 1.55rem;
}

.webtickets-purchase-option {
	display: grid;
	grid-template-columns: minmax(105px, 132px) 1fr auto;
	align-items: center;
	gap: 16px;
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(21, 23, 92, 0.13);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(21, 23, 92, 0.08);
	color: var(--ai-brand-navy);
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.webtickets-purchase-option:hover {
	transform: translateY(-2px);
	border-color: #79c44b;
	box-shadow: 0 12px 30px rgba(21, 23, 92, 0.13);
	color: var(--ai-brand-navy);
}

.webtickets-purchase-option img {
	display: block;
	width: 100%;
	height: 40px;
	object-fit: contain;
	object-position: left center;
}

.webtickets-purchase-option span,
.webtickets-purchase-option strong,
.webtickets-purchase-option small {
	display: block;
}

.webtickets-purchase-option strong {
	color: var(--ai-brand-navy);
	font-family: var(--grotesk);
	font-size: 15px;
	line-height: 1.25;
}

.webtickets-purchase-option small {
	margin-top: 3px;
	color: var(--ztc-text-text-3);
	font-size: 13px;
	line-height: 1.35;
}

.webtickets-purchase-option > i {
	color: #5da934;
	font-size: 15px;
}

.webtickets-purchase-option--compact {
	max-width: 430px;
	grid-template-columns: 105px 1fr auto;
	padding: 11px 13px;
}

.webtickets-purchase-option--compact img {
	height: 32px;
}

@media (max-width: 575px) {
	.webtickets-purchase-option,
	.webtickets-purchase-option--compact {
		grid-template-columns: 96px 1fr auto;
		gap: 11px;
	}

	.webtickets-purchase-option img,
	.webtickets-purchase-option--compact img {
		height: 30px;
	}

	.webtickets-purchase-option strong { font-size: 14px; }
	.webtickets-purchase-option small { font-size: 12px; }
}
