@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ===================== FATHOM ELEVATE — GROWTH TIERS ===================== */

.egt-wrap {
	max-width: 1200px;
	margin: 0 auto;
	font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	box-sizing: border-box;
}
.egt-wrap *, .egt-wrap *::before, .egt-wrap *::after { box-sizing: border-box; }

/* Optional intro heading */
.egt-intro { text-align: center; margin: 0 0 32px; }
.egt-intro-title { font-size: 40px; font-weight: 800; color: #020617; margin: 0 0 10px; line-height: 1.15; letter-spacing: -0.02em; }
.egt-intro-sub { font-size: 18px; color: #64748b; margin: 0; }

/* Card shell */
.egt-card {
	position: relative;
	border-radius: 24px;
	background: #080810;
	overflow: hidden;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

/* Header */
.egt-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.egt-header-brand { display: flex; align-items: center; gap: 8px; }
.egt-trending-icon { width: 14px; height: 14px; color: #fbbf24; display: block; }
.egt-header-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #fbbf24;
	line-height: 1;
}
.egt-dots { display: flex; align-items: center; gap: 6px; }
.egt-dot {
	height: 6px;
	width: 6px;
	padding: 0;
	border: 0;
	border-radius: 9999px;
	background: var(--egt-c1, #64748b);
	cursor: pointer;
	transition: width 0.3s ease;
}
.egt-dot.is-active { width: 24px; }

/* ===================== DESKTOP: HORIZONTAL ACCORDION ===================== */
.egt-stage { display: flex; height: 420px; }

.egt-panel {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	cursor: pointer;
	overflow: hidden;
	background: linear-gradient(150deg, var(--egt-c1) 0%, var(--egt-c2) 45%, var(--egt-c3) 100%);
	transition: flex-grow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.egt-panel.is-active { flex-grow: 5; }

.egt-panel-stripes {
	position: absolute;
	inset: 0;
	opacity: 0.07;
	background-image: repeating-linear-gradient(-45deg, #fff 0, #fff 1px, transparent 1px, transparent 12px);
	pointer-events: none;
}
.egt-panel-num {
	position: absolute;
	right: -12px;
	top: 12px;
	font-size: 130px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -6.5px;
	color: rgba(0, 0, 0, 0.18);
	user-select: none;
	pointer-events: none;
}

/* collapsed */
.egt-panel-collapsed {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 28px;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.egt-panel.is-active .egt-panel-collapsed { opacity: 0; pointer-events: none; }
.egt-vertical-label {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
}

/* expanded */
.egt-panel-expanded {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}
.egt-panel.is-active .egt-panel-expanded { opacity: 1; pointer-events: auto; }
.egt-panel-scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25) 55%, transparent);
	pointer-events: none;
}
.egt-panel-content { position: relative; z-index: 10; padding: 28px; width: 100%; }

/* badge */
.egt-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.15);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	padding: 4px 12px;
	margin-bottom: 16px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.9);
}
.egt-badge-dot { width: 6px; height: 6px; border-radius: 9999px; background: rgba(255, 255, 255, 0.8); }

.egt-panel-title {
	margin: 0 0 12px;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.025em;
	color: #fff;
}
.egt-panel-desc {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.625;
	color: rgba(255, 255, 255, 0.7);
	max-width: 380px;
}

/* feature list */
.egt-feature-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.egt-feature { display: flex; gap: 10px; align-items: flex-start; }
.egt-feature-check {
	flex-shrink: 0;
	margin-top: 2px;
	width: 16px;
	height: 16px;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.egt-feature-check .egt-check-icon { width: 10px; height: 10px; }
.egt-feature-text { min-width: 0; }
.egt-feature-title { display: block; font-size: 12px; font-weight: 700; line-height: 1.375; color: #fff; }
.egt-feature-desc { display: block; font-size: 11px; line-height: 1.625; color: rgba(255, 255, 255, 0.5); margin-top: 2px; }

/* ===================== MOBILE: VERTICAL ACCORDION ===================== */
.egt-mobile { display: none; }

.egt-mrow { border-bottom: 1px solid rgba(255, 255, 255, 0.06); overflow: hidden; }
.egt-mrow:last-child { border-bottom: 0; }
.egt-mhead {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 20px;
	background: transparent;
	border: 0;
	border-left: 3px solid var(--egt-c1, #64748b);
	cursor: pointer;
	text-align: left;
}
.egt-mnum {
	height: 24px;
	width: 24px;
	flex-shrink: 0;
	border-radius: 9999px;
	background: var(--egt-c1, #64748b);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 800;
}
.egt-mname { flex: 1; color: #fff; font-weight: 700; font-size: 14px; }
.egt-mtoggle { position: relative; width: 14px; height: 14px; flex-shrink: 0; }
.egt-mtoggle::before, .egt-mtoggle::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(255, 255, 255, 0.4);
}
.egt-mtoggle::before { width: 12px; height: 1.5px; transform: translate(-50%, -50%); }
.egt-mtoggle::after { width: 1.5px; height: 12px; transform: translate(-50%, -50%); transition: opacity 0.2s ease, transform 0.2s ease; }
.egt-mrow.is-active .egt-mtoggle::after { opacity: 0; transform: translate(-50%, -50%) rotate(90deg); }

.egt-mbody { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.35s ease; }
.egt-mrow.is-active .egt-mbody { grid-template-rows: 1fr; }
.egt-mbody-inner {
	overflow: hidden;
	min-height: 0;
	padding: 0 20px;
	background: linear-gradient(to bottom, color-mix(in srgb, var(--egt-c1) 9%, transparent), transparent);
}
.egt-mrow.is-active .egt-mbody-inner { padding: 4px 20px 20px; }
.egt-mdesc { color: rgba(255, 255, 255, 0.6); font-size: 14px; line-height: 1.625; margin: 0 0 12px; }
.egt-mlist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.egt-mitem { display: flex; gap: 8px; align-items: flex-start; color: rgba(255, 255, 255, 0.8); font-size: 12px; font-weight: 600; }
.egt-mitem .egt-check-icon { width: 14px; height: 14px; flex-shrink: 0; margin-top: 1px; color: var(--egt-c1, #fff); }

/* ===================== BREAKPOINT ===================== */
@media (max-width: 767px) {
	.egt-stage { display: none; }
	.egt-mobile { display: block; }
	.egt-header { padding: 14px 18px; }
	.egt-intro-title { font-size: 30px; }
	.egt-intro-sub { font-size: 16px; }
}

/* graceful fallback if color-mix unsupported */
@supports not (background: color-mix(in srgb, #000 9%, transparent)) {
	.egt-mbody-inner { background: rgba(255, 255, 255, 0.03); }
}
