/*
Theme Name: AcceleratorCon 2026
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: NITM Inc.
Author URI: https://ninjasitm.com
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1772821424
Updated: 2026-03-06 18:23:44

*/

/* ================================================================
   ACCELERATORCON — CONSOLIDATED CSS
   Single file for WordPress global import
   Auto-generated from all page style blocks
   ================================================================ */

/* ── SHARED BASE (tokens, reset, layout, typography, components) ── */

/* ── CUSTOM FONTS ──────────────────────────────────────────── */
@font-face {
	font-family: 'Beatrice';
	src: url('assets/fonts/BeatriceTRIAL-Semibold-BF64829e8f17d4c.ttf') format('truetype'),
		url('assets/fonts/BeatriceTRIAL-Semibold-BF64829e8a9fb34.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Muoto';
	src: url('assets/fonts/MuotoTrialVAR.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Passenger Serif';
	src: url('assets/fonts/PassengerSerif-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* ── DESIGN TOKENS ─────────────────────────────────────────── */
/* Font stacks defer to Elementor's global typography settings */
:root {
	--teal: #102d37;
	--teal-accent: #7ba3ad;
	/* lighter + more teal-saturated — readable on dark */
	--neon: #ddf367;
	--neon-accent: #a8c832;
	/* darker lime — clearly distinct, readable on light */
	--blue: #0b0639;
	--blue-accent: #5e6fc4;
	/* lighter vibrant blue — readable on dark */
	--pink: #f2c3fb;
	--pink-accent: #c47add;
	/* darker saturated pink — readable on light/white */
	--sky: #9de3f2;
	--sky-accent: #3bafc8;
	/* darker sky blue — readable on light */
	--orange: #ef7e31;
	--orange-accent: #b85510;
	/* darker burnt orange — readable on light */
	--white: #ffffff;
	--white-accent: #f8f6f0;
	--deep-teal: var(--teal);
	--neon-green: var(--neon);
	--deep-blue: var(--blue);
	--pastel-pink: var(--pink);
	--sky-blue: var(--sky);
	--off-white: #f8f6f0;
	--fd: var(--e-global-typography-accent-font-family, "Figtree", sans-serif);
	--fb: var(--e-global-typography-primary-font-family, "Inter", sans-serif);
	--fm: var(--e-global-typography-text-font-family, "Inter", sans-serif);
	--font-display: var(--fd);
	--font-sub: var(--fd);
	--font-body: var(--fb);
	--font-mono: var(--fm);
	--ease: cubic-bezier(0.16, 1, 0.3, 1);
	--ease-out: var(--ease);
	--r: 0;
	--rpill: 0;
	--max: 1280px;
	--container: var(--max);
	--gap: clamp(20px, 4vw, 48px);
	--gutter: var(--gap);
	--sec: clamp(64px, 8vw, 112px);
	--secsm: clamp(40px, 5vw, 72px);
}

/* ── RESET ─────────────────────────────────────────────────── */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body {
	font-family: var(--fb);
	background: var(--teal);
	color: #fff;
	overflow-x: hidden;
	line-height: 1.55;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	display: block;
	max-width: 100%;
}

button {
	font-family: var(--fb);
	cursor: pointer;
}

input,
textarea,
select {
	font-family: var(--fb);
}

/* ── LAYOUT ────────────────────────────────────────────────── */
.wrap {
	max-width: var(--max);
	margin-inline: auto;
	padding-inline: var(--gap);
}

.sec {
	padding: var(--sec) 0;
	position: relative;
	overflow: hidden;
}

.secsm {
	padding: var(--secsm) 0;
}

.g2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.g3 {
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.g4 {
	grid-template-columns: repeat(4, 1fr);
}

.fx {
	display: flex;
	align-items: center;
	gap: 16px;
	overflow: hidden;
}

.fxb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fxc {
	display: flex;
	align-items: center;
	justify-content: center;
}

.col {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

/* ── TYPOGRAPHY ────────────────────────────────────────────── */
.dxl {
	font-family: var(--fd);
	font-size: clamp(52px, 7vw, 96px);
	font-weight: 900;
	line-height: 0.9;
	letter-spacing: -0.04em;
	color: var(--acon-heading-color, var(--acon-color-heading, inherit));
}

.dlg {
	font-family: var(--fd);
	font-size: clamp(38px, 5vw, 72px);
	font-weight: 900;
	line-height: 0.92;
	letter-spacing: -0.035em;
	color: var(--acon-heading-color, var(--acon-color-heading, inherit));
}

.dmd {
	font-family: var(--fd);
	font-size: clamp(28px, 4vw, 52px);
	font-weight: 700;
	line-height: 0.96;
	letter-spacing: -0.025em;
}

.dsm {
	font-family: var(--fd);
	font-size: clamp(20px, 3vw, 34px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.02em;
}

.dxs {
	font-family: var(--fd);
	font-size: clamp(17px, 2.5vw, 26px);
	font-weight: 700;
	line-height: 1.1;
}

.bxl {
	font-size: clamp(17px, 2vw, 21px);
	font-weight: 300;
	line-height: 1.65;
}

.blg {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.65;
}

.bmd {
	font-size: 15px;
	line-height: 1.65;
}

.bsm {
	font-size: 13px;
	line-height: 1.6;
}

.bxs {
	font-size: 11px;
	line-height: 1.5;
}

.ey {
	font-family: var(--fm);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.lbl {
	font-family: var(--fm);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.stat {
	font-family: var(--fd);
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.03em;
}

.accent {
	color: var(--neon);
	font-style: normal;
}

/* colour helpers */
.cn {
	color: var(--neon);
}

.co {
	color: var(--orange);
}

.cp {
	color: var(--pink);
}

.cs {
	color: var(--sky);
}

.cm {
	color: #7a9ba6;
}

.ct {
	color: var(--teal);
}

.bt {
	background: var(--teal);
}

.bb {
	background: var(--blue);
}

/* ── BUTTONS ───────────────────────────────────────────────── */
.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 13px 26px;
	border-radius: 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	border: 2px solid transparent;
	white-space: nowrap;
	transition:
		transform 0.3s var(--ease),
		background-color 0.3s var(--ease),
		color 0.3s var(--ease),
		border-color 0.3s var(--ease),
		box-shadow 0.3s var(--ease);
	cursor: pointer;
}

.btn,
.acon-btn,
.elementor-widget-button,
.elementor-widget-button .elementor-button {
	transition:
		transform 0.3s var(--ease),
		background-color 0.3s var(--ease),
		color 0.3s var(--ease),
		border-color 0.3s var(--ease),
		box-shadow 0.3s var(--ease);
}

.btn:hover,
.acon-btn:hover,
.elementor-widget-button:hover {
	transform: scale(1.05);
}

.btn-p {
	background: var(--neon);
	color: var(--teal);
	border-color: var(--neon);
}

.btn-p:hover {
	background: #102d37;
	color: var(--neon);
	border-color: var(--neon);
	transform: scale(1.05);
}

.btn-o {
	background: #102d37;
	color: #fff;
	border-color: #507080;
}

.btn-o:hover {
	border-color: #fff;
	background: #18323c;
}

.btn-no {
	background: #102d37;
	color: var(--neon);
	border-color: var(--neon);
}

.btn-no:hover {
	background: var(--neon);
	color: var(--teal);
}

.btn-or {
	background: var(--orange);
	color: #fff;
	border-color: var(--orange);
}

.btn-or:hover {
	background: #102d37;
	color: var(--orange);
	border-color: var(--orange);
	transform: scale(1.25);
}

.btn-dk {
	background: var(--teal);
	color: var(--neon);
	border-color: var(--teal);
}

.btn-dk:hover {
	background: var(--blue);
}

.btn-gh {
	background: #18323c;
	color: #fff;
	border-color: #263e46;
}

.btn-gh:hover {
	background: #274048;
}

.btn-wh {
	background: #fff;
	color: var(--teal);
	border-color: #fff;
}

.btn-wh:hover {
	background: #102d37;
	color: #fff;
	border-color: #fff;
}

.btn-lg {
	padding: 17px 36px;
	font-size: 16px;
}

.btn-sm {
	padding: 9px 18px;
	font-size: 12px;
}

.btn-xl {
	padding: 20px 48px;
	font-size: 17px;
}

.arr::after {
	content: " →";
}

.ard::after {
	content: " ↗";
}

/* ── TAGS ──────────────────────────────────────────────────── */
.tag {
	display: inline-flex;
	align-items: center;
	padding: 4px 11px;
	border-radius: 0;
	font-family: var(--fm);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tn {
	background: var(--neon);
	color: var(--teal);
}

.to {
	background: var(--orange);
	color: #fff;
}

.tt {
	background: #1d3540;
	color: #fff;
	border: 1px solid #2d4650;
}

.tp {
	background: #3a1e40;
	color: var(--pink);
	border: 1px solid #4e2856;
}

.ts {
	background: #1a3f4c;
	color: var(--sky);
	border: 1px solid #254e5a;
}

.tno {
	background: #102d37;
	color: var(--neon);
	border: 1px solid #7a8e2a;
}

/* ── DIVIDER ───────────────────────────────────────────────── */
.dn {
	width: 48px;
	height: 3px;
	background: var(--neon);
	margin-bottom: 20px;
}

.dhr {
	width: 100%;
	height: 1px;
	background: #18323c;
}

/* ── CARDS ─────────────────────────────────────────────────── */
.card {
	border-radius: 0;
	overflow: hidden;
}

.who-card,
.sp-card,
.ben-card,
.atile,
.tcard,
.bio-card,
.dir-card {
	background: #1a353f;
	border-radius: 0;
}

.jcard,
.panel,
.past {
	background: rgba(255, 255, 255, 0.04);
	border-radius: 0;
}

.cg {
	background: #152e38;
	border: 1px solid #18323c;
	border-radius: 0;
}

.card-hov {
	transition:
		transform 0.3s var(--ease),
		background-color 0.3s var(--ease);
}

.card-hov:hover {
	transform: translateY(-4px);
	background: #1e3a43;
}

/* ── FORM ──────────────────────────────────────────────────── */
.inp {
	background: #17313b;
	border-radius: 0;
	padding: 13px 20px;
	color: #fff;
	font-size: 15px;
	outline: none;
	width: 100%;
	transition: border-color 0.2s;
}

.inp::placeholder {
	color: #5c8595;
}

.inp:focus {
	border-color: #9aab3c;
}

.inp-lt {
	background: #9bb4bc;
	color: var(--teal);
	border-color: #2a4a52;
}

.inp-lt::placeholder {
	color: #4a6870;
}

textarea.inp {
	border-radius: 0;
	resize: vertical;
}

/* ── BREADCRUMB ────────────────────────────────────────────── */
.bc {
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: var(--fm);
	font-size: 11px;
	color: #5c8595;
	margin-bottom: 28px;
}

.bc a {
	color: #5c8595;
	transition: color 0.15s;
}

.bc a:hover {
	color: var(--neon);
}

/* ── PULSE DOT ─────────────────────────────────────────────── */
.pulse {
	width: 8px;
	height: 8px;
	border-radius: 0;
	background: var(--neon);
	display: inline-block;
	animation: pulse-anim 2s infinite;
}

@keyframes pulse-anim {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.7);
	}
}

/* ── CHECK LIST ────────────────────────────────────────────── */
.chk {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 9px 0;
	font-size: 15px;
	border-bottom: 1px solid #162f39;
}

.chk:last-child {
	border-bottom: none;
}

.chk-ico {
	color: var(--neon);
	flex-shrink: 0;
	margin-top: 1px;
}

.ai,
.ev-detail {
	display: flex;
	gap: 8px;
}

.pp,
.pli {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.pp:last-child,
.pli:last-child {
	border-bottom: none;
}

.pp-ico,
.pico {
	border-radius: 0;
	background: rgba(255, 255, 255, 0.07);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

/* ── REVEAL ANIMATIONS ─────────────────────────────────────── */
.rv {
	opacity: 0;
	transform: translateY(22px);
	transition:
		opacity 0.65s var(--ease),
		transform 0.65s var(--ease);
	will-change: opacity, transform;
}

.rv.vis {
	opacity: 1;
	transform: none;
}

.acon-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition:
		opacity 0.65s var(--ease),
		transform 0.65s var(--ease);
	will-change: opacity, transform;
}

.acon-reveal.is-visible {
	opacity: 1;
	transform: none;
}

.rv.d1 {
	transition-delay: 0.08s;
}

.rv.d2 {
	transition-delay: 0.16s;
}

.rv.d3 {
	transition-delay: 0.24s;
}

.rv.d4 {
	transition-delay: 0.32s;
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(28px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

.au {
	animation: fadeUp 0.65s var(--ease) both;
}

.ad1 {
	animation-delay: 0.1s;
}

.ad2 {
	animation-delay: 0.2s;
}

.ad3 {
	animation-delay: 0.3s;
}

/* ── TICKER ────────────────────────────────────────────────── */
.tkwrap {
	overflow: hidden;
}

.tkt {
	display: flex;
	width: max-content;
	animation: marquee 34s linear infinite;
}

.tkt:hover {
	animation-play-state: paused;
}

.tki {
	padding: 0 36px;
	display: flex;
	align-items: center;
	gap: 14px;
	white-space: nowrap;
	font-size: 14px;
}

/* ── NAV ───────────────────────────────────────────────────── */
.abar {
	background: var(--neon);
	padding: 9px var(--gap);
	font-family: var(--fm);
	font-size: 12px;
	font-weight: 700;
	color: var(--teal);
	letter-spacing: 0.04em;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
}

.abar a {
	color: var(--teal);
	text-decoration: underline;
}

.abar-close {
	margin-left: auto;
	background: none;
	border: none;
	color: #6a8a70;
	font-size: 18px;
	cursor: pointer;
	line-height: 1;
	padding: 0;
}

.snav {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 72px;
	display: flex;
	align-items: center;
	background: #102d37;
	border-bottom: 1px solid #17313b;
	transition:
		height 0.3s var(--ease),
		top 0.3s var(--ease);
	top: 40px;
	/* announce bar height */
}

.snav.sc {
	height: 60px;
	background: #0e2930;
}

.snav.nobar {
	top: 0;
}

.nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: var(--max);
	margin: 0 auto;
	padding: 0 var(--gap);
}

.nav-logo {
	font-family: var(--fd);
	font-size: 20px;
	font-weight: 900;
	display: flex;
	align-items: center;
	gap: 6px;
}

.nav-logo .bdg {
	border: 2px solid var(--neon);
	color: var(--neon);
	font-size: 13px;
	padding: 1px 7px;
	border-radius: 0;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 2px;
}

.nlk {
	padding: 8px 13px;
	font-size: 13px;
	font-weight: 500;
	color: #b5c8ce;
	border-radius: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 4px;
	transition: all 0.15s;
	position: relative;
}

.nlk:hover,
.nlk.act {
	color: #fff;
}

.nlk.act>span:first-child {
	color: var(--neon);
}

.nlk:hover {
	background: #17303a;
}

.cv {
	font-size: 8px;
	color: #5c8595;
	transition: transform 0.15s;
	margin-top: 1px;
}

.nlk:hover .cv {
	transform: rotate(180deg);
}

/* dropdown */
.ndd {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%) translateY(-8px);
	opacity: 1;
	pointer-events: none;
	background: #102d37;
	border: 1px solid #1d3540;
	border-radius: 0;
	padding: 14px;
	min-width: 250px;
	box-shadow: 0 32px 64px #000000;
	transition:
		opacity 0.25s var(--ease),
		transform 0.25s var(--ease);
}

.nlk:hover .ndd {
	opacity: 1;
	pointer-events: all;
	transform: translateX(-50%) translateY(0);
}

.ndl {
	font-family: var(--fm);
	font-size: 9px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #4f7985;
	padding: 0 8px 8px;
}

.nda {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 9px 8px;
	border-radius: 0;
	font-size: 13px;
	color: #b8cbd1;
	transition: all 0.15s;
}

.nda:hover {
	background: #1e3d38;
	color: var(--neon);
	padding-left: 14px;
}

.nda .dot {
	width: 5px;
	height: 5px;
	border-radius: 0;
	background: #5a7a3a;
	flex-shrink: 0;
}

.ndhr {
	border: none;
	border-top: 1px solid #18323c;
	margin: 7px 0;
}

.nav-ctas {
	display: flex;
	gap: 8px;
}

/* hamburger */
.hamburger {
	display: none;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
	padding: 8px;
}

.hamburger span {
	width: 22px;
	height: 2px;
	background: #fff;
	border-radius: 0;
	transition: all 0.3s;
}

/* ── FOOTER ────────────────────────────────────────────────── */
.sfooter {
	background: var(--blue);
	border-top: 1px solid #17303a;
	padding: 72px 0 36px;
}

.fg {
	display: grid;
	grid-template-columns: 2.4fr 1fr 1fr 1fr 1fr;
	gap: 36px;
	margin-bottom: 56px;
}

.fbn {
	font-family: var(--fd);
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 14px;
}

.ftg {
	font-size: 14px;
	color: #6690a0;
	line-height: 1.65;
	max-width: 230px;
	margin-bottom: 22px;
}

.fch {
	font-family: var(--fm);
	font-size: 9px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #4f7985;
	margin-bottom: 13px;
}

.fl {
	display: block;
	font-size: 14px;
	color: #8aaab5;
	padding: 3px 0;
	transition: color 0.15s;
}

.fl:hover {
	color: #fff;
}

.fbot {
	border-top: 1px solid #17303a;
	padding-top: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}

.fcp {
	font-family: var(--fm);
	font-size: 11px;
	color: #406878;
}

.fsoc {
	display: flex;
	gap: 7px;
}

.fsc {
	width: 33px;
	height: 33px;
	border-radius: 0;
	background: #17303a;
	border: 1px solid #18323c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	transition: all 0.15s;
}

.fsc:hover {
	background: var(--neon);
	color: var(--teal);
	border-color: var(--neon);
}

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 1024px) {
	.fg {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.g4 {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {

	.g2,
	.g3,
	.g4 {
		grid-template-columns: 1fr;
	}

	.nav-links,
	.nav-ctas {
		display: none;
	}

	.hamburger {
		display: flex;
	}

	.fg {
		grid-template-columns: 1fr 1fr;
	}

	.fxb {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
}

@media (max-width: 480px) {
	.fg {
		grid-template-columns: 1fr;
	}
}

/* ── MOBILE NAV OVERLAY ────────────────────────────────────── */
.mobile-nav {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 2000;
	background: var(--teal);
	padding: 80px var(--gap) 40px;
	overflow-y: auto;
	flex-direction: column;
	gap: 8px;
}

.mobile-nav.open {
	display: flex;
}

.mob-link {
	font-family: var(--fd);
	font-size: 28px;
	font-weight: 700;
	padding: 12px 0;
	border-bottom: 1px solid #18323c;
	color: #cad9de;
}

.mob-link:hover {
	color: var(--neon);
}

.mob-sub {
	font-size: 14px;
	color: #80a0ab;
	padding: 6px 0 6px 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.mob-sub::before {
	content: "—";
	color: #7a8e2a;
}

.mob-sub:hover {
	color: #fff;
}

.mob-close {
	position: absolute;
	top: 16px;
	right: var(--gap);
	background: none;
	border: none;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
}

.mob-ctas {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 24px;
}

body {
	padding-top: 112px;
}

.s3h,
.s6h,
.fh,
.ah,
.hero-ac,
.draft-hero,
.tw-hero,
.ip,
.jh,
.sh,
.uv,
.ph,
.adh,
.bh,
.vch,
.rh {
	padding: 80px 0 96px;
	position: relative;
	overflow: hidden;
}

.s3h-wm,
.buy-n-wm,
.s6h-wm,
.fh-wm,
.ff-wm,
.draft-wm,
.sh-wm,
.app-wm,
.adh-wm,
.bh-wm,
.buy-b-wm,
.vch-wm,
.buy-or-wm {
	position: absolute;
	font-family: var(--fd);
	font-weight: 900;
	line-height: 1;
	pointer-events: none;
}

.s3h {
	background: var(--teal);
}

.s3h-wm {
	right: -2%;
	top: -5%;
	font-size: 310px;
	color: #183539;
	user-select: none;
}

.pkg {
	background: #1e3a43;
	border: 2px solid #4e6845;
	border-radius: 0;
	padding: 28px;
}

.bprice {
	font-family: var(--fd);
	font-size: 70px;
	font-weight: 900;
	color: var(--neon);
	line-height: 1;
	letter-spacing: -0.04em;
	margin-bottom: 4px;
}

.sf {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 16px;
	background: #1a353f;
	border: 1px solid #213c45;
	border-radius: 0;
}

.sf-n {
	width: 32px;
	height: 32px;
	border-radius: 0;
	background: var(--neon);
	color: var(--teal);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-family: var(--fm);
	font-size: 12px;
	flex-shrink: 0;
}

.ur {
	display: flex;
	gap: 12px;
	padding: 14px;
	background: #1a353f;
	border: 1px solid #213c45;
	border-radius: 0;
}

.buy-n {
	background: var(--neon);
	border-radius: 0;
	padding: 56px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.buy-n-wm {
	left: -20px;
	top: -20px;
	font-size: 190px;
	color: #102d37;
}

/* ── PAGE: Advisory — 6-Session Plan ── */

.s6h {
	background: var(--neon);
}

.s6h-wm {
	right: -2%;
	top: -5%;
	font-size: 310px;
	color: #102d37;
	user-select: none;
}

.pkg6 {
	background: var(--teal);
	border: 2px solid #627c4a;
	border-radius: 0;
	padding: 28px;
}

.bp6 {
	font-family: var(--fd);
	font-size: 70px;
	font-weight: 900;
	color: var(--neon);
	line-height: 1;
	letter-spacing: -0.04em;
	margin-bottom: 4px;
}

.ph-box {
	background: #1a353f;
	border: 1px solid #233e47;
	border-radius: 0;
	padding: 24px;
	position: relative;
	overflow: hidden;
}

.ph-num {
	position: absolute;
	right: 14px;
	top: 10px;
	font-family: var(--fd);
	font-size: 56px;
	font-weight: 900;
	color: #1c393a;
	line-height: 1;
}

.cmp th {
	padding: 7px 0;
	font-family: var(--fm);
	font-size: 9px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #586c73;
}

.cmp td {
	padding: 9px 0;
	border-top: 1px solid #1e3a43;
	font-size: 13px;
}

.buy6 {
	background: var(--blue);
	border-radius: 0;
	padding: 56px;
	text-align: center;
	border: 1px solid #395541;
}

/* ── PAGE: Advisory — FYN Page ── */

.btn-no {
	background: transparent;
	color: var(--neon);
	border-color: var(--neon);
}

/* dropdown */
.ndd {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%) translateY(-8px);
	opacity: 0;
	pointer-events: none;
	background: #102d37;
	border: 1px solid #1d3540;
	border-radius: 0;
	padding: 14px;
	min-width: 250px;
	box-shadow: 0 32px 64px #000000;
	transition:
		opacity 0.25s var(--ease),
		transform 0.25s var(--ease);
}

.fh {
	background: var(--neon);
}

.fh-wm {
	right: -3%;
	bottom: -3%;
	font-size: 260px;
	color: rgba(16, 45, 55, 0.06);
	user-select: none;
}

.step-b {
	background: rgba(16, 45, 55, 0.08);
	border-radius: 0;
	padding: 24px;
}

.sn {
	font-family: var(--fd);
	font-size: 48px;
	font-weight: 900;
	color: var(--teal);
	opacity: 0.2;
	line-height: 1;
	margin-bottom: 8px;
}

.mc {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	padding: 24px;
	transition: border-color 0.3s;
}

.mc:hover {
	background: #1e3a43;
	border-color: var(--neon);
}

.ff {
	background: var(--blue);
	border-radius: 0;
	padding: 52px;
	border: 1px solid rgba(221, 243, 103, 0.15);
	position: relative;
	overflow: hidden;
}

.ff-wm {
	right: -20px;
	bottom: -20px;
	font-size: 180px;
	color: rgba(221, 243, 103, 0.04);
}

/* ── PAGE: Advisory — Main Page ── */

.ah {
	background: var(--teal);
}

.ec {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	overflow: hidden;
}

.ec-img {
	height: 240px;
	background: var(--blue);
	position: relative;
	display: flex;
	align-items: flex-end;
}

.ec-letter {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--fd);
	font-size: 130px;
	font-weight: 900;
	color: var(--neon);
	opacity: 0.07;
}

.ec-overlay {
	position: absolute;
	inset: 0;
	background: none;
}

.ec-name {
	position: relative;
	z-index: 2;
	padding: 20px 22px;
}

.ec-body {
	padding: 24px;
}

.svc {
	border-radius: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: all 0.3s var(--ease);
}

.svc:hover {
	transform: translateY(-4px);
	background: #1e3a43;
	border-color: #1e3a43;
}

.svc.hi {
	border-color: var(--neon);
}

.sv-head {
	padding: 26px;
}

.sv-price {
	font-family: var(--fd);
	font-size: 42px;
	font-weight: 900;
	color: var(--neon);
	line-height: 1;
	margin-bottom: 4px;
}

.sv-name {
	font-family: var(--fd);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 4px;
}

.sv-sub {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
}

.sv-body {
	padding: 26px;
	background: rgba(255, 255, 255, 0.02);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.tl {
	display: flex;
	gap: 14px;
	position: relative;
}

.tl-dot {
	width: 36px;
	height: 36px;
	border-radius: 0;
	border: 2px solid rgba(255, 255, 255, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--fm);
	font-size: 9px;
	font-weight: 700;
	flex-shrink: 0;
	z-index: 1;
	background: var(--teal);
}

.tl-dot.on {
	border-color: var(--neon);
	color: var(--neon);
}

.tl-line {
	position: absolute;
	left: 17px;
	top: 40px;
	bottom: -26px;
	width: 2px;
	background: rgba(255, 255, 255, 0.07);
}

/* ── PAGE: Events — AcceleratorCon ── */

.hero-ac {
	background: var(--teal);
}

.hac-deco {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 38%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(10, 1fr);
	gap: 3px;
	opacity: 1;
	pointer-events: none;
}

.hd {
	background: #102d37;
}

.hd1 {
	background: var(--neon) !important;
}

.hd2 {
	background: #4e6845 !important;
}

.event-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #24413c;
	border: 1px solid #4e6845;
	border-radius: 0;
	padding: 8px 16px;
	margin-bottom: 22px;
}

.agenda-card {
	background: #1c3841;
	border: 1px solid #28424b;
	border-radius: 0;
	overflow: hidden;
}

.ap {
	padding: 24px 28px;
	border-bottom: 1px solid #1e3a43;
}

.ap:last-child {
	border-bottom: none;
}

.ap-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	flex-wrap: wrap;
	gap: 8px;
}

.ap-time {
	font-family: var(--fm);
	font-size: 11px;
	color: #64767d;
	letter-spacing: 0.1em;
}

.ap-h {
	font-family: var(--fd);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.ai {
	font-size: 14px;
	color: #9fabaf;
	padding: 4px 0;
	align-items: flex-start;
}

.ai::before {
	content: "—";
	color: var(--neon);
	flex-shrink: 0;
}

.stat-bar {
	background: var(--blue);
	padding: 32px 0;
}

.stat-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.sg-item {
	padding: 16px 20px;
	text-align: center;
}

.who-card {
	padding: 24px;
	transition: border-color 0.3s;
}

.who-card:hover {
	background: #1e3a43;
}

.wc-ico {
	width: 44px;
	height: 44px;
	border-radius: 0;
	background: #1e3a43;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin-bottom: 14px;
}

.sp-card {
	padding: 26px;
	transition: all 0.3s var(--ease);
}

.sp-card:hover {
	background: #1e3a43;
}

.sp-price {
	font-family: var(--fd);
	font-size: 40px;
	font-weight: 900;
	color: var(--neon);
	line-height: 1;
	margin-bottom: 4px;
}

.big-cta-sec {
	background: var(--neon);
	padding: 80px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.bcs-bg {
	position: absolute;
	right: -40px;
	top: -40px;
	font-family: var(--fd);
	font-size: 280px;
	font-weight: 900;
	color: #102d37;
	line-height: 1;
	pointer-events: none;
}

@media (max-width: 1024px) {
	.stat-grid {
		grid-template-columns: repeat(3, 1fr);
	}

}

@media (max-width: 768px) {
	.stat-grid {
		grid-template-columns: 1fr 1fr;
	}

}

/* ── PAGE: Events — Dinners ── */

.who-row {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 16px;
	background: rgba(255, 255, 255, 0.04);
	border-radius: 0;
}

.din-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	padding: 24px;
	transition: border-color 0.3s;
}

.din-card:hover {
	background: #1e3a43;
	border-color: var(--pink);
}

.who-ico {
	width: 38px;
	height: 38px;
	border-radius: 0;
	background: rgba(242, 195, 251, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	flex-shrink: 0;
}

.inv-form {
	background: rgba(242, 195, 251, 0.06);
	border: 1px solid rgba(242, 195, 251, 0.2);
	border-radius: 0;
	padding: 56px;
	text-align: center;
}

/* ── PAGE: Events — Draft / Tour ── */

.cm {
	color: #7c8c91;
}

.btn-p:hover {
	background: #102d37;
	color: var(--neon);

}

.btn-o {
	background: #102d37;
	color: #fff;
	border-color: #586c73;
}

.btn-o:hover {
	border-color: #fff;
	background: #233e47;
}

.btn-or:hover {
	background: #102d37;
	color: var(--orange);

}

.btn-gh {
	background: #233e47;
	color: #fff;
	border-color: #344c55;
}

.btn-gh:hover {
	background: #364f57;
}

.btn-wh:hover {
	background: #102d37;
	color: #fff;
}

.tt {
	background: #28424b;
	color: #fff;
	border: 1px solid #40575f;
}

.tp {
	background: #3d4b5e;
	color: var(--pink);
	border: 1px solid #485268;
}

.ts {
	background: #2c515c;
	color: var(--sky);
	border: 1px solid #335a66;
}

.tno {
	background: #102d37;
	color: var(--neon);
	border: 1px solid #627c4a;
}

.dhr {
	width: 100%;
	height: 1px;
	background: #233e47;
}

.cg {
	background: #1a353f;
	border: 1px solid #233e47;
}

.card-hov {
	transition:
		transform 0.3s var(--ease),
		border-color 0.3s;
}

.card-hov:hover {
	transform: translateY(-4px);
	border-color: #40575f;
}

/* ── FORM ──────────────────────────────────────────────────── */
.inp {
	background: #213c45;
	border: 1px solid #3b535b;
	border-radius: 0;
	padding: 13px 20px;
	color: #fff;
	font-size: 15px;
	outline: none;
	width: 100%;
	transition: border-color 0.2s;
}

.inp::placeholder {
	color: #64767d;
}

.inp:focus {
	border-color: #819a51;
}

.inp-lt {
	background: #9fabaf;
	color: var(--teal);
	border-color: #102d37;
}

.inp-lt::placeholder {
	color: #102d37;
}

/* ── BREADCRUMB ────────────────────────────────────────────── */
.bc {
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: var(--fm);
	font-size: 11px;
	color: #64767d;
	margin-bottom: 28px;
}

.bc a {
	color: #64767d;
	transition: color 0.15s;
}

@keyframes pulse-anim {

	0%,
	100% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.7);
		opacity: 1;
	}
}

/* ── CHECK LIST ────────────────────────────────────────────── */
.chk {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 9px 0;
	font-size: 15px;
	border-bottom: 1px solid #1c3841;
}

.abar-close {
	margin-left: auto;
	background: none;
	border: none;
	color: var(--teal);
	font-size: 18px;
	cursor: pointer;
	opacity: 1;
	line-height: 1;
	padding: 0;
}

.snav {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 72px;
	display: flex;
	align-items: center;
	background: #102d37;
	border-bottom: 1px solid #213c45;
	transition:
		height 0.3s var(--ease),
		top 0.3s var(--ease);
	top: 40px;
	/* announce bar height */
}

.snav.sc {
	height: 60px;
	background: #102d37;
}

.nlk {
	padding: 8px 13px;
	font-size: 13px;
	font-weight: 500;
	color: #b7c0c3;
	border-radius: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 4px;
	transition: all 0.15s;
	position: relative;
}

.nlk:hover {
	background: #1e3a43;
}

.cv {
	font-size: 8px;
	opacity: 1;
	transition: transform 0.15s;
	margin-top: 1px;
}

/* dropdown */
.ndd {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%) translateY(-8px);
	opacity: 1;
	pointer-events: none;
	background: #102d37;
	border: 1px solid #28424b;
	border-radius: 0;
	padding: 14px;
	min-width: 250px;
	box-shadow: 0 32px 64px #071419;
	transition:
		opacity 0.25s var(--ease),
		transform 0.25s var(--ease);
}

.ndl {
	font-family: var(--fm);
	font-size: 9px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #53686f;
	padding: 0 8px 8px;
}

.nda {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 9px 8px;
	border-radius: 0;
	font-size: 13px;
	color: #bcc4c7;
	transition: all 0.15s;
}

.nda:hover {
	background: #223f3b;
	color: var(--neon);
	padding-left: 14px;
}

.nda .dot {
	width: 5px;
	height: 5px;
	border-radius: 0;
	background: var(--neon);
	opacity: 1;
	flex-shrink: 0;
}

.ndhr {
	border: none;
	border-top: 1px solid #233e47;
	margin: 7px 0;
}

/* ── FOOTER ────────────────────────────────────────────────── */
.sfooter {
	background: var(--blue);
	border-top: 1px solid #1e3a43;
	padding: 72px 0 36px;
}

.ftg {
	font-size: 14px;
	color: #708187;
	line-height: 1.65;
	max-width: 230px;
	margin-bottom: 22px;
}

.fch {
	font-family: var(--fm);
	font-size: 9px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #53686f;
	margin-bottom: 13px;
}

.fl {
	display: block;
	font-size: 14px;
	color: var(--teal-accent);
	padding: 3px 0;
	transition: color 0.15s;
}

.fbot {
	border-top: 1px solid #1e3a43;
	padding-top: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}

.fcp {
	font-family: var(--fm);
	font-size: 11px;
	color: #455b63;
}

.fsc {
	width: 33px;
	height: 33px;
	border-radius: 0;
	background: #1e3a43;
	border: 1px solid #233e47;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	transition: all 0.15s;
}

.mob-link {
	font-family: var(--fd);
	font-size: 28px;
	font-weight: 700;
	padding: 12px 0;
	border-bottom: 1px solid #233e47;
	color: #cfd5d7;
}

.mob-sub {
	font-size: 14px;
	color: #88969b;
	padding: 6px 0 6px 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.mob-sub::before {
	content: "—";
	color: var(--neon);
	opacity: 1;
}

.draft-hero {
	background: var(--teal);
}

.draft-wm {
	right: -2%;
	top: 50%;
	transform: translateY(-50%);
	font-size: clamp(160px, 18vw, 260px);
	color: #1a3739;
	letter-spacing: -0.06em;
	user-select: none;
	white-space: nowrap;
}

.funnel {
	display: flex;
	border-radius: 0;
	overflow: hidden;
	border: 1px solid #233e47;
}

.fs {
	flex: 1;
	padding: 28px 20px;
	text-align: center;
	border-right: 1px solid #233e47;
	background: #17333d;
}

.fs:last-child {
	border-right: none;
}

.fs.hi {
	background: #17303d;
	border-color: #17303d;
}

.fs-n {
	font-family: var(--fd);
	font-size: clamp(36px, 5vw, 56px);
	font-weight: 900;
	color: var(--neon);
	line-height: 1;
	margin-bottom: 6px;
}

.fs-l {
	font-family: var(--fm);
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #708187;
}

.fs-sub {
	font-size: 13px;
	font-weight: 600;
	margin-top: 6px;
	color: #b7c0c3;
}

.step-row {
	display: flex;
	gap: 20px;
	padding: 20px;
	background: #1a353f;
	border: 1px solid #213c45;
	border-radius: 0;
}

.step-num {
	width: 38px;
	height: 38px;
	border-radius: 0;
	background: var(--neon);
	color: var(--teal);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-family: var(--fm);
	font-size: 13px;
	flex-shrink: 0;
}

.tour-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 18px;
	background: #1a353f;
	border-radius: 0;
	transition: all 0.2s;
}

.tour-item:hover {
	background: #163338;
}

.tour-item.champ {
	background: #17303d !important;
}

.tdot {
	width: 10px;
	height: 10px;
	border-radius: 0;
	flex-shrink: 0;
}

.tdate {
	font-family: var(--fm);
	font-size: 11px;
	letter-spacing: 0.08em;
	min-width: 52px;
	color: #708187;
}

.tcity {
	font-weight: 700;
	font-size: 15px;
	flex: 1;
}

.ben-card {
	padding: 26px;
}

.apply-panel {
	background: var(--neon);
	border-radius: 0;
	padding: 60px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.apply-bg {
	position: absolute;
	right: -30px;
	bottom: -30px;
	font-family: var(--fd);
	font-size: 220px;
	font-weight: 900;
	color: #102d37;
	line-height: 1;
	pointer-events: none;
}

@media (max-width: 768px) {
	.funnel {
		flex-direction: column;
	}

	.fs {
		border-right: none;
		border-bottom: 1px solid #233e47;
	}

	.fs:last-child {
		border-bottom: none;
	}
}

/* ── PAGE: Events — TechWeek ── */

.tw-hero {
	background: var(--teal);
}

.tw-circle {
	position: absolute;
	right: -120px;
	top: 50%;
	transform: translateY(-50%);
	width: 500px;
	height: 500px;
	border-radius: 0;
	border: 80px solid rgba(157, 227, 242, 0.07);
	pointer-events: none;
}

.stop-card {
	border-radius: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.03);
	transition: all 0.3s var(--ease);
}

.stop-card:hover {
	transform: translateY(-3px);
	background: #1e3a43;
}

.sc-stripe {
	height: 4px;
}

.sc-body {
	padding: 28px;
}

.sc-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 18px;
	flex-wrap: wrap;
	gap: 8px;
}

.sc-title {
	font-family: var(--fd);
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 6px;
	letter-spacing: -0.02em;
}

.sc-loc {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.sc-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 14px;
}

.scf {
	padding: 14px;
	background: rgba(255, 255, 255, 0.04);
	border-radius: 0;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.65);
	text-align: center;
}

.scf-ico {
	font-size: 18px;
	margin-bottom: 6px;
}

.partner-box {
	background: rgba(221, 243, 103, 0.06);
	border-radius: 0;
	padding: 44px;
}

.feat-card {
	background: #162f39;
	border-radius: 0;
	overflow: hidden;
}

.fc-head {
	background: var(--neon);
	padding: 28px;
}

.fc-date {
	font-family: var(--fm);
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #4a4a80;
	margin-bottom: 8px;
}

.fc-title {
	font-family: var(--fd);
	font-size: 38px;
	font-weight: 900;
	line-height: 0.95;
	color: var(--teal);
	letter-spacing: -0.025em;
}

.fc-venue {
	font-size: 14px;
	color: #505090;
	margin-top: 8px;
}

.fc-body {
	padding: 28px;
}

.fc-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-bottom: 24px;
}

.fcs {
	background: #162f39;
	border-radius: 0;
	padding: 14px 8px;
	text-align: center;
}

.fcs-n {
	font-family: var(--fd);
	font-size: 26px;
	font-weight: 900;
	color: var(--neon);
	line-height: 1;
}

.fcs-l {
	font-family: var(--fm);
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #6690a0;
	margin-top: 4px;
}

.ev-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.ev-card {
	border-radius: 0;
	overflow: hidden;
	background: #142c36;
	transition: all 0.3s var(--ease);
}

.ev-card:hover {
	transform: translateY(-4px);
}

.ev-stripe {
	height: 4px;
}

.ev-body {
	padding: 28px;
}

.ev-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.ev-title {
	font-family: var(--fd);
	font-size: 26px;
	font-weight: 900;
	margin-bottom: 8px;
	line-height: 1;
	letter-spacing: -0.02em;
}

.ev-desc {
	font-size: 14px;
	color: #8aaab5;
	line-height: 1.6;
	margin-bottom: 20px;
}

.ev-detail {
	align-items: center;
	font-size: 13px;
	color: #80a0ab;
	padding: 4px 0;
}

.ev-detail .ic {
	width: 18px;
	flex-shrink: 0;
}

.season-bar {
	background: var(--blue);
	padding: 18px 0;
	border-top: 1px solid #162f39;
	border-bottom: 1px solid #162f39;
}

.cta-box {
	background: #152e38;
	border: 1px solid #18323c;
	border-radius: 0;
	padding: 52px;
	text-align: center;
}

@media (max-width: 768px) {
	.ev-grid {
		grid-template-columns: 1fr;
	}
}

/* LAYOUT */
.acon-home__container,
.acon-container__container,
.container {
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 var(--gutter);
}

/* TYPOGRAPHY */
.display-xl {
	font-family: var(--font-display);
	font-size: clamp(64px, 8vw, 112px);
	font-weight: 900;
	line-height: 0.92;
	letter-spacing: -0.03em;
}

.display-lg {
	font-family: var(--font-display);
	font-size: clamp(48px, 6vw, 80px);
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: -0.03em;
}

.display-md {
	font-family: var(--font-display);
	font-size: clamp(32px, 4vw, 56px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
	color: var(--acon-heading-color, var(--acon-color-heading, inherit));
}

.display-sm {
	font-family: var(--font-display);
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-family: var(--font-mono);
}

/* COLORS */
.text-neon {
	color: var(--acon-heading-color, var(--acon-color-heading, var(--neon-green)));
}

.text-orange {
	color: var(--orange);
}

.text-muted {
	color: #7c8c91;
}

/* BUTTONS */
.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 22px;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 0;
	border: 2px solid var(--deep-teal);
	transition: all 0.3s var(--ease-out);
	cursor: pointer;
	white-space: nowrap;
}

.btn-primary {
	background: var(--neon-green);
	color: var(--deep-teal);
	border-color: var(--neon-green);
}

.btn-primary:hover {
	background: #102d37;
	color: var(--neon-green);

}

.btn-outline {
	background: #102d37;
	color: #fff;
	border-color: #586c73;
}

.btn-outline:hover {
	border-color: #fff;
	background: #1e3a43;
}

.btn-orange {
	background: var(--orange);
	color: #fff;
	border-color: var(--orange);
}

.btn-orange:hover {
	background: #102d37;
	color: var(--orange);

}

.btn-dark {
	background: var(--deep-teal);
	color: var(--neon-green);
	border-color: var(--deep-teal);
}

.btn-lg {
	padding: 14px 30px;
	font-size: 16px;
}

.btn-sm {
	padding: 8px 16px;
	font-size: 12px;
}

.btn-arrow::after {
	content: " →";
}

/* TAGS */
.tag {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: var(--font-mono);
}

.tag-neon {
	background: var(--neon-green);
	color: var(--deep-teal);
}

.tag-orange {
	background: var(--orange);
	color: #fff;
}

.tag-teal {
	background: #28424b;
	color: #fff;
	border: 1px solid #40575f;
}

.tag-pink {
	background: #3d4b5e;
	color: #f2c3fb;
}

.tag-sky {
	background: #2c515c;
	color: #9de3f2;
}

/* CARDS */
.card {
	border-radius: 0;
	overflow: hidden;
	transition: transform 0.3s var(--ease-out);
}

.card:hover {
	transform: translateY(-4px);
}

/* DIVIDERS */
.divider-neon {
	width: 60px;
	height: 3px;
	background: var(--neon-green);
	margin-bottom: 24px;
}

/* ANIMATE IN */
.ani {
	opacity: 0;
	transform: translateY(24px);
	transition:
		opacity 0.6s var(--ease-out),
		transform 0.6s var(--ease-out);
}

.ani.vis {
	opacity: 1;
	transform: translateY(0);
}

.d1 {
	transition-delay: 100ms;
}

.d2 {
	transition-delay: 200ms;
}

.d3 {
	transition-delay: 300ms;
}

/* ═══ HERO ═══ */
.hero {
	min-height: 100vh;
	background: var(--deep-teal);
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding: 80px 0 80px;
}

.hero-grid-bg {
	position: absolute;
	top: 0;
	right: -5%;
	width: 45%;
	height: 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(8, 1fr);
	gap: 4px;
	pointer-events: none;
}

.hcell {
	background: #102d37;
}

.hg {
	background: #355140 !important;
}

.hg2 {
	background: #1c393a !important;
}

/* ═══ BRAND PATTERN BACKGROUNDS ═══ */
/* JS-powered checkerboard element */
.acon-checkerboard {
	--acon-cell-a: var(--teal);
	--acon-cell-b: var(--neon);
	display: grid;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}

.acon-checkerboard--fill {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.acon-checkerboard__cell {
	background: var(--acon-cell-a);
}

.acon-checkerboard__cell.is-alt {
	background: var(--acon-cell-b);
}

#bg-gr {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

#bg-gr .acon-checkerboard--fill {
	position: absolute !important;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 0;
	pointer-events: none;
}

#bg-gr>.e-con-inner,
#bg-gr>.elementor-container,
#bg-gr .elementor-widget-wrap,
#bg-gr .elementor-widget-container {
	position: relative;
	z-index: 1;
}

.hero-inner {
	display: grid;
	grid-template-columns: 7fr 5fr;
	gap: 64px;
	align-items: center;
	position: relative;
	z-index: 2;
}

.hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 32px;
}

.pulse-dot {
	width: 8px;
	height: 8px;
	border-radius: 0;
	background: var(--neon-green);
	animation: pulse 2s infinite;
}

@keyframes pulse {

	0%,
	100% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.5);
		opacity: 0.6;
	}
}

.hero-title {
	font-family: var(--font-display);
	font-size: clamp(72px, 9vw, 120px);
	font-weight: 900;
	line-height: 0.88;
	letter-spacing: -0.04em;
	margin-bottom: 32px;
}

.hero-title em {
	color: var(--neon-green);
	font-style: normal;
}

.hero-sub {
	font-size: 20px;
	font-weight: 300;
	color: #9fabaf;
	max-width: 520px;
	line-height: 1.6;
	margin-bottom: 40px;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.hero-card {
	background: #1a353f;
	border: 1px solid #28424b;
	border-radius: 0;
	padding: 32px;
	backdrop-filter: blur(8px);
}

.hero-card-date {
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--neon-green);
	margin-bottom: 16px;
}

.hero-card-title {
	font-family: var(--font-display);
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 8px;
}

.hero-card-loc {
	color: #88969b;
	font-size: 14px;
	margin-bottom: 24px;
}

.hero-card-stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-bottom: 24px;
}

.hstat {
	background: #1e3a43;
	border-radius: 0;
	padding: 12px;
	text-align: center;
}

.hstat-n {
	font-family: var(--font-display);
	font-size: 28px;
	font-weight: 900;
	color: var(--neon-green);
}

.hstat-l {
	font-size: 11px;
	color: #88969b;
	font-family: var(--font-mono);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

/* ═══ STATS BAR ═══ */
.stats-bar {
	background: var(--deep-blue);
	padding: 40px 0;
	border-top: 1px solid #1e3a43;
	border-bottom: 1px solid #1e3a43;
}

.stats-bar-inner {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.sbar-item {
	padding: 16px 24px;
	text-align: center;
	border-right: 1px solid #1e3a43;
}

.sbar-item:last-child {
	border-right: none;
}

.sbar-n {
	font-family: var(--font-display);
	font-size: 44px;
	font-weight: 900;
	color: var(--neon-green);
	letter-spacing: -0.03em;
}

.sbar-d {
	font-size: 12px;
	color: #708187;
	font-family: var(--font-mono);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-top: 4px;
}

/* ═══ PLATFORM SECTION ═══ */
.platform {
	padding: 96px 0;
	background: var(--deep-teal);
}

.platform-products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 64px;
}

.pcard {
	border-radius: 0;
	overflow: hidden;
	position: relative;
	min-height: 340px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 32px;
	transition: transform 0.3s var(--ease-out);
}

.pcard:hover {
	transform: translateY(-6px);
}

.pcard::before {
	content: "";
	position: absolute;
	inset: 0;
	background: none;
}

.pcard * {
	position: relative;
}

.pc-events {
	background: var(--deep-blue);
	color: #fff;
}

.pc-programs {
	background: var(--neon-green);
	color: var(--deep-teal);
}

.pc-advisory {
	background: var(--orange);
	color: #fff;
}

.pcard-arrow {
	width: 40px;
	height: 40px;
	border-radius: 0;
	border: 2px solid currentColor;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
	transition: all 0.15s;
}

.pcard:hover .pcard-arrow {
	background: #344c55;
}

/* ═══ AUDIENCE ═══ */
.audience {
	padding: 96px 0;
	background: var(--deep-blue);
}

.audience-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 40px;
}

.atile {
	padding: 32px;
	transition: all 0.3s var(--ease-out);
	cursor: pointer;
	display: flex;
	flex-direction: column;
}

.atile:hover {
	background: #1a3739;
	transform: translateY(-2px);
}

.atile-icon {
	width: 48px;
	height: 48px;
	background: #1e3a43;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 16px;
}

.atile-title {
	font-family: var(--font-display);
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 8px;
}

.atile-tag {
	font-size: 13px;
	color: var(--neon-green);
	font-family: var(--font-mono);
	letter-spacing: 0.02em;
	margin-bottom: 8px;
}

.atile-desc {
	font-size: 14px;
	color: var(--teal-accent);
	line-height: 1.6;
}

/* ═══ DRAFT SECTION ═══ */
.draft-sec {
	padding: 96px 0;
	background: var(--deep-teal);
	position: relative;
	overflow: hidden;
}

.draft-bg {
	position: absolute;
	font-family: var(--font-display);
	font-size: 260px;
	font-weight: 900;
	color: #183539;
	top: 50%;
	transform: translateY(-50%);
	right: -40px;
	white-space: nowrap;
	pointer-events: none;
	letter-spacing: -0.05em;
}

.draft-inner {
	display: grid;
	grid-template-columns: 5fr 7fr;
	gap: 64px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.draft-steps {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 32px;
}

.dstep {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.dstep-num {
	width: 36px;
	height: 36px;
	border-radius: 0;
	background: var(--neon-green);
	color: var(--deep-teal);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 14px;
	flex-shrink: 0;
	font-family: var(--font-mono);
}

.dstep-title {
	font-weight: 700;
	margin-bottom: 4px;
}

.dstep-desc {
	font-size: 14px;
	color: var(--teal-accent);
	line-height: 1.6;
}

.draft-visual {
	background: #17333d;
	border-radius: 0;
	padding: 32px;
}

.dt-item {
	display: flex;
	gap: 16px;
	align-items: center;
	padding: 12px;
	border-radius: 0;
	background: #17333d;
	margin-bottom: 8px;
	transition: all 0.15s;
}

.dt-dot {
	width: 10px;
	height: 10px;
	border-radius: 0;
	flex-shrink: 0;
}

.dt-date {
	font-family: var(--font-mono);
	font-size: 11px;
	color: #708187;
	min-width: 80px;
}

.dt-name {
	font-size: 14px;
	font-weight: 500;
}

.dt-badge {
	margin-left: auto;
}

.dt-champion {
	background: #1c393a !important;
}

/* ═══ TESTIMONIALS ═══ */
.testi-sec {
	padding: 96px 0;
	background: var(--deep-teal);
}

.testi-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 40px;
}

.tcard {
	padding: 32px;
	display: flex;
	flex-direction: column;
}

.tcard-quote {
	font-size: 17px;
	line-height: 1.65;
	color: #dbe0e1;
	margin-bottom: 32px;
	font-style: italic;
}

.tcard-quote::before {
	content: '"';
	color: var(--neon-green);
	font-size: 32px;
	line-height: 0;
	vertical-align: -0.4em;
	margin-right: 4px;
}

.tcard-author {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-top: auto;
}

.tcard-avatar {
	width: 44px;
	height: 44px;
	border-radius: 0;
	background: #28424b;
	flex-shrink: 0;
}

.tcard-name {
	font-weight: 700;
	font-size: 14px;
}

.tcard-role {
	font-size: 12px;
	color: #7c8c91;
}

/* ═══ HOMEPAGE CTA ═══ */
.hcta {
	background: var(--neon-green);
	padding: 96px 0;
	position: relative;
	overflow: hidden;
}

.hcta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.hcta-hl {
	font-family: var(--font-display);
	font-size: clamp(40px, 5vw, 64px);
	font-weight: 900;
	line-height: 0.95;
	color: var(--deep-teal);
	letter-spacing: -0.03em;
}

.hcta-sub {
	font-size: 18px;
	color: #586c73;
	margin-top: 16px;
	max-width: 440px;
}

.hcta-bg {
	position: absolute;
	right: -60px;
	top: -40px;
	font-family: var(--font-display);
	font-size: 300px;
	font-weight: 900;
	color: #eef0f1;
	line-height: 1;
	pointer-events: none;
}

/* ═══ EVENTS PAGE ═══ */
.events-hero {
	background: var(--deep-teal);
	padding: 120px 0 96px;
	position: relative;
	overflow: hidden;
}

.events-hero-grid {
	display: grid;
	grid-template-columns: 6fr 6fr;
	gap: 64px;
	align-items: start;
}

.meta-chips {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

.meta-chip {
	background: #233e47;
	border-radius: 0;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 500;
	font-family: var(--font-mono);
}

.meta-chip-accent {
	background: #29453d;
	color: var(--neon-green);
}

.agenda-box {
	background: #17333d;
	border-radius: 0;
	overflow: hidden;
}

.agenda-phase {
	padding: 24px;
}

.agenda-phase:last-child {
	border-bottom: none;
}

.agenda-phase-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 16px;
}

.agenda-phase-time {
	font-family: var(--font-mono);
	font-size: 11px;
	color: #64767d;
	letter-spacing: 0.1em;
}

.agenda-phase-title {
	font-family: var(--font-display);
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
}

.agenda-items {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.agenda-item {
	font-size: 14px;
	color: #9fabaf;
	display: flex;
	gap: 8px;
	align-items: center;
}

.agenda-item::before {
	content: "—";
	color: var(--neon-green);
	flex-shrink: 0;
}

/* Draft Funnel */
.draft-funnel {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin-top: 40px;
	flex-wrap: wrap;
}

.funnel-stage {
	background: #1a353f;
	border-radius: 0;
	padding: 24px;
	text-align: center;
	flex: 1;
	max-width: 200px;
}

.funnel-arrow {
	font-size: 24px;
	color: var(--neon-green);
	padding: 0 8px;
	flex-shrink: 0;
}

.fs-num {
	font-family: var(--font-display);
	font-size: 42px;
	font-weight: 900;
	color: var(--neon-green);
}

.fs-lbl {
	font-size: 12px;
	color: #88969b;
	font-family: var(--font-mono);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-top: 4px;
}

.fs-name {
	font-size: 15px;
	font-weight: 600;
	margin-top: 8px;
}

.fhl {
	background: #203d3b;
}

/* Tour Stops */
.tour-stops {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 40px;
}

.tstop {
	display: flex;
	align-items: center;
	gap: 16px;
	background: #1a353f;
	border-radius: 0;
	padding: 16px;
	transition: all 0.15s;
}

.tstop-dot {
	width: 12px;
	height: 12px;
	border-radius: 0;
	flex-shrink: 0;
}

.tstop-city {
	font-weight: 700;
	font-size: 15px;
}

.tstop-date {
	font-size: 12px;
	color: #7c8c91;
	font-family: var(--font-mono);
}

.tstop-champ {
	background: #233e47 !important;
}

/* ═══ ADVISORY PAGE ═══ */
.advisory-hero {
	background: var(--deep-teal);
	padding: 120px 0 96px;
}

.advisory-grid {
	display: grid;
	grid-template-columns: 5fr 7fr;
	gap: 64px;
	align-items: start;
}

.bio-card {
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.bio-card-img {
	height: 280px;
	background: #0b0639;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}

.bio-card-overlay {
	position: absolute;
	inset: 0;
	background: none;
}

.bio-card-name-badge {
	position: absolute;
	bottom: 24px;
	left: 24px;
	z-index: 2;
}

.bio-card-body {
	padding: 32px;
	flex: 1;
}

.bio-creds {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.coaching-pkgs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 48px;
}

.pkg-card {
	border-radius: 0;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
}

.pkg-card.featured::before {
	content: "MOST POPULAR";
	position: absolute;
	top: 16px;
	right: 16px;
	background: var(--neon-green);
	color: var(--deep-teal);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.1em;
	padding: 4px 10px;
	border-radius: 0;
	font-family: var(--font-mono);
}

.pkg-header {
	padding: 32px;
}

.pkg-header-dark {
	background: var(--deep-teal);
}

.pkg-header-light {
	background: var(--neon-green);
	color: var(--deep-teal);
}

.pkg-price {
	font-family: var(--font-display);
	font-size: 56px;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1;
}

.pkg-body {
	padding: 32px;
	background: #17333d;
	border-radius: 0;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.pkg-body .acon-btn--block {
	margin-top: auto;
}

.pkg-item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 8px 0;
	font-size: 14px;
	color: #c3cacd;
}

.pkg-item:last-child {
	border-bottom: none;
}

.pkg-check {
	color: var(--neon-green);
	flex-shrink: 0;
}

/* FYN */
.fyn-box {
	background: var(--neon-green);
	border-radius: 0;
	padding: 56px;
	margin-top: 48px;
	position: relative;
	overflow: hidden;
}

.fyn-bg {
	position: absolute;
	right: -20px;
	bottom: -24px;
	font-family: var(--font-display);
	font-size: 160px;
	font-weight: 900;
	line-height: 1;
	pointer-events: none;
	pointer-events: none;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.fyn-content {
	position: relative;
	z-index: 1;
}

.fyn-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 32px;
}

.fyn-step {
	background: #eef0f1;
	border-radius: 0;
	padding: 24px;
}

.fyn-step-num {
	font-family: var(--font-display);
	font-size: 48px;
	font-weight: 900;
	color: var(--deep-teal);
	opacity: 0.2;
	line-height: 1;
	margin-bottom: 8px;
}

.fyn-step-title {
	font-weight: 700;
	color: var(--deep-teal);
	margin-bottom: 8px;
}

.fyn-step-desc {
	font-size: 14px;
	color: #605d7e;
	line-height: 1.6;
}

/* ═══ PROGRAMS PAGE ═══ */
.programs-hero {
	background: var(--deep-teal);
	padding: 120px 0 96px;
}

.program-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-top: 48px;
}

.prog-card {
	border-radius: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.prog-card-header {
	padding: 32px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.prog-card-body {
	padding: 32px;
	flex: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.acon-prog-card__actions {
	margin-top: auto;
}

.pricing-tiers {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-top: 24px;
}

.ptier {
	background: #1a353f;
	border-radius: 0;
	padding: 16px;
	text-align: center;
}

.ptier-price {
	font-family: var(--font-display);
	font-size: 28px;
	font-weight: 900;
	color: var(--neon-green);
}

.ptier-name {
	font-size: 11px;
	color: #7c8c91;
	font-family: var(--font-mono);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-top: 4px;
}

/* ═══ ABOUT PAGE ═══ */
.about-hero {
	background: var(--deep-teal);
	padding: 120px 0 96px;
	position: relative;
	overflow: hidden;
}

.about-grid {
	display: grid;
	grid-template-columns: 6fr 6fr;
	gap: 64px;
	align-items: center;
}

.mv-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 48px;
}

.mv-card {
	border-radius: 0;
	padding: 40px;
}

.mv-mission {
	background: var(--neon-green);
	color: var(--deep-teal);
}

.mv-vision {
	background: #1a353f;
}

.mv-label {
	font-family: var(--font-mono);
	font-size: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-bottom: 16px;
	opacity: 0.6;
	color: var(--acon-heading-color, var(--acon-color-heading, inherit));
}

.mv-text {
	font-family: var(--font-display);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.values-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
	margin-top: 32px;
}

.vitem {
	padding: 24px;
	border-radius: 0;
	background: #17333d;
	text-align: center;
}

.vitem-icon {
	font-size: 28px;
	margin-bottom: 12px;
}

.vitem-name {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 8px;
	color: var(--acon-heading-color, var(--acon-color-heading, inherit));
}

.vitem-desc {
	font-size: 12px;
	color: #7c8c91;
	line-height: 1.6;
}

/* Founder timeline */
.founder-grid {
	display: grid;
	grid-template-columns: 4fr 8fr;
	gap: 64px;
	align-items: start;
}

.founder-timeline {
	display: flex;
	flex-direction: column;
	margin-top: 32px;
	position: relative;
}

.founder-timeline::before {
	content: "";
	position: absolute;
	left: 19px;
	top: 8px;
	bottom: 8px;
	width: 2px;
	background: #233e47;
}

.ft-item {
	display: flex;
	gap: 16px;
	margin-bottom: 32px;
	position: relative;
}

.ft-dot {
	width: 40px;
	height: 40px;
	border-radius: 0;
	background: var(--deep-teal);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-mono);
	font-size: 11px;
	font-weight: 700;
	flex-shrink: 0;
	z-index: 1;
	color: #708187;
}

.ft-dot-active {
	color: var(--neon-green) !important;
}

.ft-year {
	font-family: var(--font-mono);
	font-size: 11px;
	color: #64767d;
	letter-spacing: 0.1em;
	margin-bottom: 4px;
}

.ft-title {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 4px;
}

.ft-desc {
	font-size: 13px;
	color: var(--teal-accent);
	line-height: 1.6;
}

/* ═══ RESOURCES PAGE ═══ */
.resources-hero {
	background: var(--deep-teal);
	padding: 120px 0 96px;
}

.dir-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 48px;
}

.dir-card {
	padding: 32px;
	display: flex;
	flex-direction: column;
	transition: all 0.3s var(--ease-out);
}

.dir-card:hover {
	background: #1e3a43;
	transform: translateY(-4px);
}

.dir-card-bundle {
	background: #183539 !important;
}

.dir-num {
	font-family: var(--font-display);
	font-size: 64px;
	font-weight: 900;
	color: var(--neon-green);
	line-height: 1;
	margin-bottom: 8px;
}

.dir-title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 8px;
}

.dir-desc {
	font-size: 14px;
	color: var(--teal-accent);
	line-height: 1.6;
	margin-bottom: auto;
	padding-bottom: 24px;
}

.dir-pricing {
	padding-top: 20px;
}

.dir-price {
	font-family: var(--font-display);
	font-size: 32px;
	font-weight: 900;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
}

.dir-price-cross {
	font-size: 16px;
	color: #586c73;
	text-decoration: line-through;
}

.dir-price-sub {
	font-size: 12px;
	color: #64767d;
	margin-bottom: 20px;
}

/* ═══ FOOTER ═══ */
.footer {
	background: var(--deep-blue);
	padding: 96px 0 40px;
	border-top: 1px solid #1e3a43;
}

.footer-grid {
	display: grid;
	grid-template-columns: 3fr 2fr 2fr 2fr 2fr;
	gap: 40px;
	margin-bottom: 64px;
}

.footer-brand-logo {
	font-family: var(--font-display);
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 16px;
}

.footer-tagline {
	font-size: 14px;
	color: #7c8c91;
	line-height: 1.6;
	max-width: 260px;
	margin-bottom: 24px;
}

.footer-event-info {
	font-size: 13px;
	color: #7c8c91;
	margin-bottom: 4px;
}

.footer-event-date {
	font-weight: 700;
	color: var(--neon-green);
}

.footer-col-heading {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-family: var(--font-mono);
	color: #586c73;
	margin-bottom: 20px;
}

.footer-link {
	display: block;
	font-size: 14px;
	color: #9fabaf;
	padding: 4px 0;
	transition: color 0.15s;
}

.footer-link:hover {
	color: #fff;
}

.footer-bottom {
	padding-top: 24px;
	border-top: 1px solid #1e3a43;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-copy {
	font-size: 12px;
	color: #4c6269;
	font-family: var(--font-mono);
}

.footer-socials {
	display: flex;
	gap: 8px;
}

.fsoc {
	width: 36px;
	height: 36px;
	background: #1e3a43;
	border: 1px solid #233e47;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	transition: all 0.15s;
}

.fsoc:hover {
	background: var(--neon-green);
	color: var(--deep-teal);
	border-color: var(--neon-green);
}

/* ═══ DESIGN TOKENS PANEL ═══ */
.tokens-panel {
	background: #000;
	padding: 60px 40px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {

	.hero-inner,
	.events-hero-grid,
	.advisory-grid,
	.about-grid,
	.founder-grid {
		grid-template-columns: 1fr;
	}

	.hero-card {
		display: none;
	}

	.stats-bar-inner {
		grid-template-columns: repeat(3, 1fr);
	}

	.platform-products {
		grid-template-columns: repeat(2, 1fr);
	}

	.testi-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}
}

@media (max-width: 768px) {
	:root {
		--gutter: 40px;
	}

	.platform-products,
	.audience-grid,
	.testi-grid,
	.coaching-pkgs,
	.fyn-steps,
	.mv-grid,
	.values-grid,
	.tour-stops,
	.program-cards,
	.dir-cards {
		grid-template-columns: 1fr;
	}

	.stats-bar-inner {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer-grid {
		grid-template-columns: 1fr;
	}

	.hcta-inner {
		flex-direction: column;
		gap: 32px;
		text-align: center;
	}

	.draft-inner {
		grid-template-columns: 1fr;
	}

	.draft-funnel {
		flex-direction: column;
		gap: 8px;
	}

	.funnel-arrow {
		transform: rotate(90deg);
	}
}

/* ── PAGE: Programs — International ── */

.ip {
	background: var(--blue);
}

.ip::before {
	content: "";
	position: absolute;
	inset: 0;
	background: none;
	pointer-events: none;
}

.for-card {
	background: rgba(157, 227, 242, 0.06);
	border: 1px solid rgba(157, 227, 242, 0.2);
	border-radius: 0;
	padding: 22px;
}

.pp {
	gap: 14px;
	padding: 14px 0;
}

.pp-ico {
	width: 36px;
	height: 36px;
	font-size: 14px;
}

.inq-box {
	background: rgba(157, 227, 242, 0.06);
	border: 1px solid rgba(157, 227, 242, 0.2);
	border-radius: 0;
	padding: 52px;
	text-align: center;
}

/* ── PAGE: Programs — Jobs Board ── */

.jh {
	background: var(--teal);
}

.jh::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40%;
	background: none;
	pointer-events: none;
}

.jcard {
	padding: 24px;
	transition: border-color 0.3s;
}

.jcard:hover {
	background: #1e3a43;
}

.role-row {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 0;
	margin-bottom: 8px;
	transition: border-color 0.2s;
}

.role-row:hover {
	background: #1e3a43;
	border-color: var(--neon);
}

.role-co {
	width: 36px;
	height: 36px;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	flex-shrink: 0;
}

.role-info {
	flex: 1;
}

.role-title {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 2px;
}

.role-meta {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
}

.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.panel {
	padding: 28px;
}

/* ── PAGE: Programs — Shopline ── */

.sh {
	background: var(--orange);
}

.sh-wm {
	right: -2%;
	top: -5%;
	font-size: 300px;
	color: rgba(255, 255, 255, 0.07);
	user-select: none;
}

.crit {
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 0;
	padding: 22px;
}

.ben {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 0;
	padding: 22px;
}

.faq-li {
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-li:last-child {
	border-bottom: none;
}

.app-sec {
	background: var(--teal);
	border-radius: 0;
	padding: 56px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.app-wm {
	right: -20px;
	bottom: -20px;
	font-size: 200px;
	color: rgba(239, 126, 49, 0.07);
}

/* ── PAGE: Programs — University ── */

.uv {
	background: var(--teal);
}

.uv::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 38%;
	background: none;
	pointer-events: none;
}

.tier {
	border-radius: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.th {
	padding: 24px 24px 18px;
	background: rgba(221, 243, 103, 0.07);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.th.best {
	background: rgba(221, 243, 103, 0.14);
}

.tprice {
	font-family: var(--fd);
	font-size: 46px;
	font-weight: 900;
	color: var(--neon);
	line-height: 1;
	margin-bottom: 4px;
}

.tname {
	font-family: var(--fd);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 3px;
}

.tsub {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
}

.tb {
	padding: 24px;
	background: rgba(255, 255, 255, 0.02);
}

.past {
	padding: 28px;
}

.pli {
	gap: 12px;
	padding: 12px 0;
}

.pico {
	width: 34px;
	height: 34px;
	font-size: 13px;
}

/* ── PAGE: Programs — Index ── */

.ph {
	background: var(--blue);
}

.ph::before {
	content: "";
	position: absolute;
	inset: 0;
	background: none;
	pointer-events: none;
}

.pc {
	border-radius: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: all 0.3s var(--ease);
}

.pc:hover {
	transform: translateY(-4px);
	background: #1e3a43;
	border-color: #1e3a43;
}

.pc-top {
	padding: 26px 26px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
}

.pc-ico {
	font-size: 32px;
	flex-shrink: 0;
}

.pc-body {
	padding: 26px;
	background: rgba(255, 255, 255, 0.02);
}

.pt-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 7px;
	margin: 14px 0;
}

.pt {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 0;
	padding: 10px 6px;
	text-align: center;
}

.pt-p {
	font-family: var(--fd);
	font-size: 22px;
	font-weight: 900;
	color: var(--neon);
	line-height: 1;
}

.pt-n {
	font-family: var(--fm);
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: rgba(255, 255, 255, 0.4);
	margin-top: 3px;
}

/* ── PAGE: Resources — Accelerator Directory ── */

.adh {
	background: var(--teal);
}

.adh-wm {
	right: -2%;
	top: -5%;
	font-size: 270px;
	color: #183539;
	user-select: none;
}

.samp {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 14px;
	background: #1a353f;
	border: 1px solid #213c45;
	border-radius: 0;
	margin-bottom: 6px;
	font-size: 13px;
}

.sn {
	font-weight: 700;
	flex: 1;
}

.sl {
	color: #88969b;
	min-width: 100px;
}

.chip {
	display: inline-block;
	background: #1e3a43;
	border: 1px solid #28424b;
	border-radius: 0;
	padding: 4px 11px;
	font-size: 11px;
	font-family: var(--fm);
	margin: 3px;
}

.buy-n {
	background: var(--neon);
	border-radius: 0;
	padding: 52px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.buy-n-wm {
	right: -18px;
	bottom: -18px;
	font-size: 180px;
	color: #102d37;
}

/* ── PAGE: Resources — Bundle ── */

.bh {
	background: var(--teal);
}

.bh-wm {
	right: -2%;
	top: -5%;
	font-size: 280px;
	color: rgba(221, 243, 103, 0.04);
	user-select: none;
}

.bcard {
	border-radius: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
}

.bcard-head {
	padding: 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.bcard-body {
	padding: 22px;
	background: rgba(255, 255, 255, 0.02);
}

.stat-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin: 36px 0;
}

.sr {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 0;
	padding: 20px;
	text-align: center;
}

.sr-n {
	font-family: var(--fd);
	font-size: 40px;
	font-weight: 900;
	color: var(--neon);
	line-height: 1;
	margin-bottom: 5px;
}

.buy-b {
	background: var(--neon);
	border-radius: 0;
	padding: 52px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.buy-b-wm {
	right: -18px;
	bottom: -18px;
	font-size: 180px;
	color: rgba(16, 45, 55, 0.06);
}

/* ── PAGE: Resources — VC Directory ── */

.vch {
	background: var(--blue);
}

.vch-wm {
	right: -2%;
	top: -5%;
	font-size: 270px;
	color: rgba(239, 126, 49, 0.04);
	user-select: none;
}

.vsamp {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 14px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 0;
	margin-bottom: 6px;
	font-size: 13px;
}

.buy-or {
	background: var(--orange);
	border-radius: 0;
	padding: 52px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.buy-or-wm {
	right: -18px;
	bottom: -18px;
	font-size: 180px;
	color: rgba(255, 255, 255, 0.05);
}

/* ── PAGE: Resources — Index ── */

.rh {
	background: var(--blue);
}

.rh::before {
	content: "";
	position: absolute;
	inset: 0;
	background: none;
	pointer-events: none;
}

.dc {
	border-radius: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: all 0.3s var(--ease);
}

.dc:hover {
	transform: translateY(-4px);
	background: #1e3a43;
	border-color: #1e3a43;
}

.dc.bundle {
	border-color: var(--neon);
}

.dc-head {
	padding: 26px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.dc-big {
	font-family: var(--fd);
	font-size: clamp(38px, 5vw, 56px);
	font-weight: 900;
	color: var(--neon);
	line-height: 1;
	margin-bottom: 5px;
}

.dc-body {
	padding: 26px;
	background: rgba(255, 255, 255, 0.02);
}

.dc-pri {
	font-family: var(--fd);
	font-size: 36px;
	font-weight: 900;
	color: var(--neon);
	display: flex;
	align-items: center;
	gap: 9px;
	line-height: 1;
	margin-bottom: 3px;
}

.xpri {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.3);
	text-decoration: line-through;
}

.dc-sub {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.35);
	font-family: var(--fm);
	margin-bottom: 16px;
}

.ug {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.uc {
	padding: 16px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 0;
}

@media (max-width: 768px) {
	.ug {
		grid-template-columns: 1fr 1fr;
	}
}

/* ================================================================
   HOMEPAGE HERO — Elementor-specific styles
   Layout handled by Elementor containers; only decorative/CSS-only
   elements that Elementor cannot replicate inline go here.
   ================================================================ */

/* ── Hero heading — em tag neon colour
   Applied via _css_classes: "hero-h1" on the Elementor Heading widget ── */
.hero-h1 .elementor-heading-title em {
	color: var(--hero-h1-em-color, var(--neon));
	font-style: italic;
}

/* ── Hero card entrance animation
   Applied via _css_classes: "hero-card-ani" on the card container ── */
.hero-card-ani {
	animation: hero-card-fadein 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
}

@keyframes hero-card-fadein {
	from {
		opacity: 0;
		transform: translateY(24px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.pulse,
	.tkt,
	.au,
	.hero-card-ani,
	.rv,
	.ani,
	.acon-reveal {
		animation: none !important;
		transition: none !important;
		transform: none !important;
		opacity: 1 !important;
	}
}

/* ── Stat number neon colour
   Applied via _css_classes: "hstat-n" on the stat heading widgets ── */
.hstat-n .elementor-heading-title {
	color: var(--neon);
}