/**
 * Event101 - Public training marketing page (scoped to .e101-pt).
 */

/* Theme title hiding: body.event101-public-marketing in event101-public-homepage-shell.css */

.e101-pt {
	--e101-pt-slate: #111827;
	--e101-pt-slate-mid: #1f2937;
	--e101-pt-muted: #6b7280;
	--e101-pt-border: #e5e7eb;
	--e101-pt-surface: #f3f4f6;
	--e101-pt-surface-2: #f9fafb;
	--e101-pt-white: #fff;
	--e101-pt-accent: #58e28a;
	--e101-pt-radius: 14px;
	--e101-pt-radius-sm: 10px;
	--e101-pt-shadow: 0 1px 2px rgba(17, 24, 39, 0.05), 0 8px 24px rgba(17, 24, 39, 0.06);
	--e101-pt-shadow-lg: 0 4px 6px rgba(17, 24, 39, 0.04), 0 20px 50px rgba(17, 24, 39, 0.12);
	color: var(--e101-pt-slate);
	font-family: inherit;
	line-height: 1.55;
}

.e101-pt-body {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 1.25rem 4rem;
}

.e101-pt-section {
	margin-bottom: 3rem;
}

.e101-pt-section__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.e101-pt-section__title {
	font-size: clamp(1.35rem, 2.5vw, 1.65rem);
	font-weight: 600;
	margin: 0 0 0.65rem;
	color: var(--e101-pt-slate);
	letter-spacing: -0.02em;
}

.e101-pt-section__intro {
	margin: 0 0 1.25rem;
	color: var(--e101-pt-muted);
	max-width: 42em;
	font-size: 1rem;
}

.e101-pt-section--muted {
	background: var(--e101-pt-surface-2);
	border-radius: var(--e101-pt-radius);
	padding: clamp(2rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--e101-pt-border);
}

.e101-pt-section--panel {
	background: var(--e101-pt-white);
	border: 1px solid var(--e101-pt-border);
	border-radius: var(--e101-pt-radius);
	padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1.25rem, 3vw, 2rem);
	box-shadow: var(--e101-pt-shadow);
}

/* Hero split */
.e101-pt-hero {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 3rem;
	padding: clamp(2.5rem, 5vw, 4rem) clamp(1.25rem, 4vw, 3rem) clamp(2.75rem, 5vw, 4rem);
	background: linear-gradient(155deg, #0f172a 0%, var(--e101-pt-slate) 42%, #0a0f18 100%);
	color: var(--e101-pt-white);
	overflow: hidden;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.35);
}

.e101-pt-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 48px 48px;
	opacity: 0.45;
	pointer-events: none;
}

.e101-pt-hero::after {
	content: "";
	position: absolute;
	width: 140%;
	height: 60%;
	top: -20%;
	right: -35%;
	background: radial-gradient(ellipse at center, rgba(88, 226, 138, 0.12) 0%, transparent 55%);
	pointer-events: none;
}

.e101-pt-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	gap: clamp(1.75rem, 4vw, 2.5rem);
	align-items: center;
	max-width: 1160px;
	margin: 0 auto;
}

@media (min-width: 900px) {
	.e101-pt-hero__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
		gap: clamp(2rem, 4vw, 3rem);
	}
}

.e101-pt-hero__copy {
	text-align: left;
}

.e101-pt-hero__eyebrow {
	margin: 0 0 0.65rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(88, 226, 138, 0.95);
}

.e101-pt-hero .e101-pt-hero__title {
	margin: 0 0 0.85rem;
	font-size: clamp(1.75rem, 4vw, 2.35rem);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	text-align: left;
}

.e101-pt-hero .e101-pt-hero__lede {
	margin: 0 0 1.75rem;
	font-size: clamp(1rem, 2.2vw, 1.12rem);
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.9);
	text-align: left;
	max-width: 38em;
}

.e101-pt-hero .e101-pt-hero__system-note {
	margin: -0.5rem 0 1.35rem;
	font-size: clamp(0.9rem, 1.9vw, 1.02rem);
	line-height: 1.52;
	color: rgba(255, 255, 255, 0.82);
	text-align: left;
	max-width: 38em;
}

.e101-pt-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: flex-start;
	align-items: center;
}

.e101-pt-hero__visual {
	position: relative;
	justify-self: stretch;
}

.e101-pt-hero-panel {
	border-radius: var(--e101-pt-radius);
	background: rgba(15, 23, 42, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: var(--e101-pt-shadow-lg);
	overflow: hidden;
	backdrop-filter: blur(8px);
}

.e101-pt-hero-panel__chrome {
	display: flex;
	gap: 0.35rem;
	padding: 0.65rem 0.85rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.2);
}

.e101-pt-hero-panel__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.22);
}

.e101-pt-hero-panel__body {
	padding: 1rem 1.1rem 1.15rem;
}

.e101-pt-hero-panel__title {
	margin: 0 0 0.85rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.e101-pt-hero-panel__flow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.35rem;
}

.e101-pt-hero-panel__node {
	font-size: 0.72rem;
	font-weight: 700;
	padding: 0.35rem 0.55rem;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.e101-pt-hero-panel__arrow {
	display: inline-block;
	width: 1.15rem;
	height: 2px;
	background: rgba(88, 226, 138, 0.75);
	flex-shrink: 0;
	position: relative;
}

.e101-pt-hero-panel__arrow::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 4px solid transparent;
	border-left-color: rgba(88, 226, 138, 0.85);
}

/* Comparison */
.e101-pt-compare__lede {
	margin-bottom: 0.75rem;
}

.e101-pt-compare__bridge {
	margin: 0 0 1.25rem;
	font-weight: 600;
	color: var(--e101-pt-slate-mid);
	font-size: 1.02rem;
}

.e101-pt-compare__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.e101-pt-compare__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.25rem;
	}
}

.e101-pt-compare__col {
	padding: 1.25rem 1.35rem;
	border-radius: var(--e101-pt-radius);
	border: 1px solid var(--e101-pt-border);
	background: var(--e101-pt-white);
	box-shadow: var(--e101-pt-shadow);
}

.e101-pt-compare__col--trad {
	background: linear-gradient(180deg, #fafafa 0%, var(--e101-pt-white) 100%);
}

.e101-pt-compare__col--e101 {
	border-color: rgba(88, 226, 138, 0.35);
	box-shadow: var(--e101-pt-shadow), 0 0 0 1px rgba(88, 226, 138, 0.08);
}

.e101-pt-compare__label {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--e101-pt-slate-mid);
}

.e101-pt-compare__list {
	margin: 0;
	padding-left: 1.2rem;
	color: var(--e101-pt-slate-mid);
	font-size: 0.95rem;
	line-height: 1.55;
}

.e101-pt-compare__list li {
	margin-bottom: 0.4rem;
}

.e101-pt-outcome {
	margin: 1.35rem 0 0;
	padding: 0.85rem 1rem;
	border-radius: var(--e101-pt-radius-sm);
	background: rgba(17, 24, 39, 0.04);
	border: 1px solid var(--e101-pt-border);
	font-size: 0.98rem;
	line-height: 1.5;
	color: var(--e101-pt-slate-mid);
}

.e101-pt-outcome--inline {
	margin-top: 1rem;
}

.e101-pt-outcome__label {
	font-weight: 700;
	color: var(--e101-pt-slate);
	margin-right: 0.25rem;
}

/* Workflow section */
.e101-pt-examples {
	margin: 0 0 1.25rem;
	padding-left: 1.25rem;
	color: var(--e101-pt-slate-mid);
	font-size: 0.98rem;
	line-height: 1.55;
	max-width: 42em;
}

.e101-pt-examples li {
	margin-bottom: 0.4rem;
}

.e101-pt-flow-model {
	margin: 0 0 1.5rem;
	padding: 1rem 1.15rem;
	border-radius: var(--e101-pt-radius-sm);
	background: var(--e101-pt-white);
	border: 1px dashed var(--e101-pt-border);
	max-width: 100%;
	overflow-x: auto;
}

.e101-pt-flow-model__eyebrow {
	margin: 0 0 0.65rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--e101-pt-muted);
}

.e101-pt-flow-model__lane {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	min-width: min(100%, 18rem);
}

.e101-pt-flow-model__step {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.e101-pt-flow-model__tag {
	font-size: 0.8rem;
	font-weight: 700;
	padding: 0.4rem 0.65rem;
	border-radius: 8px;
	background: var(--e101-pt-surface);
	color: var(--e101-pt-slate-mid);
	border: 1px solid var(--e101-pt-border);
}

.e101-pt-flow-model__arrow {
	width: 1.25rem;
	height: 2px;
	background: rgba(88, 226, 138, 0.65);
	flex-shrink: 0;
	position: relative;
}

.e101-pt-flow-model__arrow::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 4px solid transparent;
	border-left-color: rgba(88, 226, 138, 0.9);
}

.e101-pt-mini-rows {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.e101-pt-mini-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 0.85rem;
	border-radius: var(--e101-pt-radius-sm);
	background: var(--e101-pt-white);
	border: 1px solid var(--e101-pt-border);
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--e101-pt-slate-mid);
}

.e101-pt-mini-row__part {
	flex: 1 1 5.5rem;
	min-width: 0;
}

.e101-pt-mini-row__sep {
	width: 1.25rem;
	height: 2px;
	background: var(--e101-pt-border);
	flex-shrink: 0;
	position: relative;
}

.e101-pt-mini-row__sep::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 4px solid transparent;
	border-left-color: var(--e101-pt-muted);
	opacity: 0.6;
}

@media (max-width: 520px) {
	.e101-pt-mini-row {
		flex-direction: column;
		align-items: stretch;
	}

	.e101-pt-mini-row__sep {
		width: 100%;
		height: 2px;
	}

	.e101-pt-mini-row__sep::after {
		display: none;
	}
}

/* Beacons */
.e101-pt-beacon__inner {
	max-width: 40rem;
}

.e101-pt-beacon__list {
	margin: 0 0 0.75rem;
	padding-left: 1.25rem;
	color: var(--e101-pt-slate-mid);
	font-size: 0.98rem;
	line-height: 1.55;
}

.e101-pt-beacon__note {
	margin: 0 0 0.25rem;
	font-size: 0.95rem;
	color: var(--e101-pt-muted);
	font-style: italic;
}

/* Levels */
.e101-pt-levels__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.e101-pt-levels__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.e101-pt-level-card {
	margin: 0;
	padding: 1.25rem 1.35rem;
	border-radius: var(--e101-pt-radius);
	background: var(--e101-pt-white);
	border: 1px solid var(--e101-pt-border);
	box-shadow: var(--e101-pt-shadow);
}

.e101-pt-level-card__title {
	margin: 0 0 0.75rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--e101-pt-slate-mid);
}

.e101-pt-level-card__list {
	margin: 0;
	padding-left: 1.2rem;
	color: var(--e101-pt-slate-mid);
	font-size: 0.95rem;
	line-height: 1.5;
}

.e101-pt-level-card__list li {
	margin-bottom: 0.35rem;
}

/* Operations */
.e101-pt-ops__list {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
	color: var(--e101-pt-slate-mid);
	font-size: 0.98rem;
	line-height: 1.55;
	max-width: 42em;
}

.e101-pt-ops__list li {
	margin-bottom: 0.35rem;
}

.e101-pt-ops__clarify {
	margin: 0;
	font-weight: 600;
	color: var(--e101-pt-slate-mid);
	font-size: 0.98rem;
	max-width: 42em;
}

/* Continuous */
.e101-pt-cont__list {
	margin: 0 0 0.5rem;
	padding-left: 1.25rem;
	color: var(--e101-pt-slate-mid);
	font-size: 0.98rem;
	line-height: 1.55;
}

.e101-pt-cont__list li {
	margin-bottom: 0.35rem;
}

/* Platform */
.e101-pt-platform__list {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
	color: var(--e101-pt-slate-mid);
	font-size: 0.98rem;
	line-height: 1.55;
	max-width: 42em;
}

.e101-pt-platform__list li {
	margin-bottom: 0.35rem;
}

/* Closing */
.e101-pt-section--closing {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 0;
	padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 2rem);
	background: linear-gradient(165deg, #0b1220 0%, var(--e101-pt-slate) 55%, #0f172a 100%);
	color: #fff;
	position: relative;
	overflow: hidden;
}

.e101-pt-section--closing::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 50% at 80% 0%, rgba(88, 226, 138, 0.1), transparent 55%);
	pointer-events: none;
}

.e101-pt-closing__inner {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
}

.e101-pt-closing__title {
	margin: 0 0 1.5rem;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}

.e101-pt-closing__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	align-items: center;
}

/* Buttons */
.e101-pt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1.25rem;
	border-radius: 10px;
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.e101-pt-btn--lg {
	padding: 0.8rem 1.5rem;
	font-size: 1rem;
}

.e101-pt-btn--primary {
	background: var(--e101-pt-accent);
	color: var(--e101-pt-slate);
	border-color: rgba(17, 24, 39, 0.06);
}

.e101-pt-btn--primary:hover {
	filter: brightness(0.97);
}

.e101-pt-btn--outline-light {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.35);
}

.e101-pt-btn--outline-light:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.5);
}

.e101-pt-btn--on-dark {
	background: var(--e101-pt-accent);
	color: var(--e101-pt-slate);
	border-color: rgba(17, 24, 39, 0.08);
}

.e101-pt-btn--ghost-light {
	background: transparent;
	color: rgba(255, 255, 255, 0.92);
	border-color: transparent;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.e101-pt-btn--ghost-light:hover {
	color: #fff;
}

.e101-pt-btn:focus-visible {
	outline: 2px solid var(--e101-pt-accent);
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	.e101-pt-btn {
		transition: none;
	}
}
