/* Template 3 — Neon Terminal / Cyber-editorial (fully distinct from Template 2) */

.gpt-t3-page {
	position: relative;
	font-family: 'Poppins', 'Hind Siliguri', 'Noto Sans Bengali', system-ui, sans-serif;
	color: #e5e7eb;
	padding: 0 16px 0;
	box-sizing: border-box;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 0;
	overflow-x: hidden;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background:
		radial-gradient(circle at 15% 10%, rgba(34,211,238,0.18), transparent 45%),
		radial-gradient(circle at 85% 90%, rgba(217,70,239,0.16), transparent 45%),
		linear-gradient(180deg, #05060c 0%, #0a0b18 50%, #05060c 100%);
	background-attachment: fixed;
}
body:has(.gpt-t3-page),
body:has(.gpt-t3-page) #page,
body:has(.gpt-t3-page) .site,
body:has(.gpt-t3-page) .site-content,
body:has(.gpt-t3-page) .content-area,
body:has(.gpt-t3-page) .entry-content,
body:has(.gpt-t3-page) .wp-site-blocks,
body:has(.gpt-t3-page) main {
	background: #05060c;
}
body:has(.gpt-t3-page) .entry-content {
	margin-top: 0;
	padding-top: 0;
}
.gpt-t3-page::before {
	content: "";
	position: fixed; inset: 0; z-index: -1;
	background-image:
		linear-gradient(rgba(34,211,238,0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(34,211,238,0.05) 1px, transparent 1px);
	background-size: 48px 48px;
	pointer-events: none;
	mask-image: radial-gradient(ellipse at center, black 40%, transparent 85%);
	-webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 85%);
}
.gpt-t3-page > .gpt-t3-footer { margin-top: auto; }
.gpt-t3-page *, .gpt-t3-page *::before, .gpt-t3-page *::after { box-sizing: border-box; }
.gpt-t3-page img { max-width: 100%; height: auto; }

/* ============ Shared card — sharp, neon-bordered ============ */
.gpt-t3-card {
	position: relative;
	width: 100%;
	max-width: 780px;
	margin: 32px auto;
	padding: 44px 36px;
	text-align: center;
	background: linear-gradient(180deg, rgba(17,19,32,0.85), rgba(11,12,22,0.9));
	border: 1px solid rgba(34,211,238,0.22);
	border-radius: 4px;
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.02) inset,
		0 20px 60px rgba(0,0,0,0.55),
		0 0 40px rgba(34,211,238,0.08);
	animation: gpt-t3-rise .7s ease-out both;
	clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}
.gpt-t3-page > .gpt-t3-card:first-of-type { margin-top: 0; }
.gpt-t3-card::before {
	content: "";
	position: absolute;
	left: 0; top: 20%; bottom: 20%;
	width: 3px;
	background: linear-gradient(180deg, #22d3ee, #d946ef);
	box-shadow: 0 0 12px rgba(34,211,238,0.6);
}

/* Section tag/eyebrow */
.gpt-t3-eyebrow {
	display: inline-block;
	font-family: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;
	font-size: 11px;
	letter-spacing: 3px;
	color: #22d3ee;
	text-transform: uppercase;
	padding: 6px 14px;
	border: 1px solid rgba(34,211,238,0.35);
	border-radius: 2px;
	background: rgba(34,211,238,0.06);
	margin-bottom: 18px;
}

/* ============ HERO ============ */
.gpt-t3-hero-title {
	font-size: 36px;
	font-weight: 800;
	color: #f8fafc;
	margin: 10px 0 16px;
	line-height: 1.25;
	letter-spacing: -0.4px;
	text-shadow: 0 0 30px rgba(34,211,238,0.25);
}
.gpt-t3-hero-title .rocket { display: inline-block; transform: rotate(-15deg); margin-right: 4px; }
.gpt-t3-hero-sub {
	font-size: 17px;
	font-weight: 400;
	color: #94a3b8;
	margin: 0 auto 28px;
	line-height: 1.7;
	max-width: 92%;
}

.gpt-t3-pricing-title {
	display: inline-flex; align-items: center; gap: 10px;
	font-family: 'JetBrains Mono', ui-monospace, monospace;
	font-size: 13px; font-weight: 600;
	letter-spacing: 2px;
	color: #d946ef; text-transform: uppercase;
	margin: 20px 0 24px;
	padding: 8px 16px;
	border: 1px dashed rgba(217,70,239,0.4);
}

/* Big logo tile — much larger than before */
.gpt-t3-logo-tile {
	display: flex; justify-content: center; align-items: center;
	width: 200px; height: 200px;
	margin: 0 auto 28px;
	background: linear-gradient(135deg, #10a37f, #0d8f6f);
	border-radius: 32px;
	box-shadow:
		0 0 0 1px rgba(34,211,238,0.4),
		0 0 30px rgba(16,163,127,0.5),
		0 20px 50px rgba(0,0,0,0.5);
	transition: transform .4s ease;
	position: relative;
}
.gpt-t3-logo-tile::after {
	content: "";
	position: absolute; inset: -6px;
	border: 1px solid rgba(34,211,238,0.25);
	border-radius: 38px;
	pointer-events: none;
}
.gpt-t3-logo-tile:hover { transform: translateY(-4px) scale(1.02); }
.gpt-t3-logo-tile img { width: 170px; height: 170px; object-fit: contain; }

.gpt-t3-price {
	font-family: 'JetBrains Mono', ui-monospace, monospace;
	font-size: 52px; font-weight: 800;
	color: #22d3ee;
	margin: 8px 0 4px; line-height: 1;
	letter-spacing: -1px;
	text-shadow: 0 0 24px rgba(34,211,238,0.35);
}
.gpt-t3-price small { font-size: 20px; font-weight: 500; color: #64748b; margin-left: 4px; }
.gpt-t3-plan-name {
	font-family: 'JetBrains Mono', ui-monospace, monospace;
	font-size: 13px; color: #94a3b8; margin: 0 0 26px;
	font-weight: 500; letter-spacing: 3px; text-transform: uppercase;
}

.gpt-t3-tagline {
	font-size: 16px; font-weight: 400;
	color: #cbd5e1; margin: 30px auto 0;
	line-height: 1.7; max-width: 95%;
	padding-top: 24px;
	border-top: 1px dashed rgba(148,163,184,0.2);
}

/* ============ CTA button — neon outline w/ solid fill on hover ============ */
.gpt-t3-cta {
	position: relative;
	display: inline-flex; align-items: center; justify-content: center;
	gap: 10px;
	background: linear-gradient(135deg, #22d3ee, #06b6d4);
	color: #05060c !important;
	padding: 16px 44px;
	font-size: 15px; font-weight: 800;
	text-decoration: none !important;
	border-radius: 2px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	transition: all .3s ease;
	box-shadow:
		0 0 0 1px rgba(34,211,238,0.6),
		0 8px 30px rgba(34,211,238,0.35),
		0 0 20px rgba(34,211,238,0.2);
	clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}
.gpt-t3-cta:hover {
	transform: translateY(-2px);
	background: linear-gradient(135deg, #06b6d4, #d946ef);
	color: #fff !important;
	box-shadow:
		0 0 0 1px rgba(217,70,239,0.6),
		0 12px 36px rgba(217,70,239,0.45);
}
.gpt-t3-cta.large { padding: 18px 56px; font-size: 16px; }
.gpt-t3-cta-wrap { margin: 26px 0 6px; }
.gpt-t3-cta-strip { text-align: center; max-width: 780px; margin: 44px auto; padding: 0 10px; }

/* ============ Trial strip — amber neon ============ */
.gpt-t3-trial {
	max-width: 780px; margin: 32px auto;
	background: linear-gradient(180deg, rgba(30,20,10,0.9), rgba(20,14,6,0.9));
	border: 1px solid rgba(245,158,11,0.35);
	border-radius: 4px;
	padding: 26px 30px;
	position: relative;
	box-shadow: 0 0 30px rgba(245,158,11,0.12), 0 12px 40px rgba(0,0,0,0.4);
	clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
.gpt-t3-trial::before {
	content: "";
	position: absolute; left: 0; top: 20%; bottom: 20%;
	width: 3px; background: #f59e0b;
	box-shadow: 0 0 12px rgba(245,158,11,0.7);
}
.gpt-t3-trial-title {
	font-size: 22px; font-weight: 800;
	color: #fbbf24; text-align: center;
	margin: 0 0 12px;
	text-shadow: 0 0 20px rgba(251,191,36,0.35);
}
.gpt-t3-trial-desc {
	font-size: 14.5px; color: #d1d5db;
	line-height: 1.75; text-align: center;
	margin: 0 0 16px;
}
.gpt-t3-trial-note {
	font-family: 'JetBrains Mono', ui-monospace, monospace;
	font-size: 12.5px; color: #fbbf24;
	text-align: center; font-weight: 500;
	margin: 0 0 18px;
	background: rgba(251,191,36,0.08);
	padding: 10px 16px; border-radius: 2px;
	display: inline-block;
	border: 1px dashed rgba(251,191,36,0.35);
	letter-spacing: 0.3px;
}
.gpt-t3-trial-inner { text-align: center; }
.gpt-t3-trial .gpt-t3-cta {
	background: linear-gradient(135deg, #f59e0b, #d97706);
	color: #1a0f00 !important;
	box-shadow: 0 0 0 1px rgba(245,158,11,0.6), 0 8px 24px rgba(245,158,11,0.4);
	padding: 14px 36px; font-size: 14px;
}
.gpt-t3-trial .gpt-t3-cta:hover {
	background: linear-gradient(135deg, #d97706, #b45309);
	color: #fff !important;
}

/* ============ Section headings ============ */
.gpt-t3-h2 {
	text-align: center; font-size: 30px; font-weight: 800;
	margin: 0 0 12px; line-height: 1.3;
	color: #f8fafc;
	letter-spacing: -0.4px;
}
.gpt-t3-h2 .accent { color: #22d3ee; }
.gpt-t3-sub {
	text-align: center; color: #94a3b8;
	margin: 0 auto 28px; font-size: 15px;
	line-height: 1.7; max-width: 90%;
}

/* ============ Bonus + countdown ============ */
.gpt-t3-bonus-card { }
.gpt-t3-bonus-image {
	width: min(380px, 85%);
	margin: 0 auto 26px;
	display: block;
	filter: drop-shadow(0 20px 30px rgba(34,211,238,0.25)) drop-shadow(0 0 20px rgba(217,70,239,0.15));
}
.gpt-t3-timer {
	display: flex; justify-content: center; gap: 12px;
	flex-wrap: wrap; margin: 28px 0;
}
.gpt-t3-timer > div {
	background: linear-gradient(180deg, #0f172a, #05060c);
	border: 1px solid rgba(34,211,238,0.35);
	color: #22d3ee;
	padding: 18px 6px;
	border-radius: 2px;
	width: 88px;
	box-shadow: 0 0 20px rgba(34,211,238,0.15), 0 8px 24px rgba(0,0,0,0.5);
	text-align: center;
	position: relative;
}
.gpt-t3-timer > div::after {
	content: "";
	position: absolute; left: 0; right: 0; top: 0;
	height: 2px; background: linear-gradient(90deg, transparent, #22d3ee, transparent);
}
.gpt-t3-timer strong {
	display: block;
	font-family: 'JetBrains Mono', ui-monospace, monospace;
	font-size: 30px; font-weight: 800;
	line-height: 1.1; font-variant-numeric: tabular-nums;
	color: #22d3ee;
	text-shadow: 0 0 12px rgba(34,211,238,0.5);
}
.gpt-t3-timer span {
	display: block; font-size: 10px; margin-top: 8px;
	color: #64748b; letter-spacing: 2px;
	font-family: 'JetBrains Mono', ui-monospace, monospace;
}

/* Inline timer */
.gpt-t3-timer-inline {
	display: inline-block;
	background: rgba(5,6,12,0.7);
	border: 1px solid rgba(34,211,238,0.4);
	color: #22d3ee;
	padding: 12px 24px;
	border-radius: 2px;
	font-family: 'JetBrains Mono', ui-monospace, monospace;
	font-size: 24px; font-weight: 800;
	font-variant-numeric: tabular-nums;
	letter-spacing: 2px;
	margin: 0 8px;
	box-shadow: 0 0 20px rgba(34,211,238,0.25);
	text-shadow: 0 0 10px rgba(34,211,238,0.5);
}
.gpt-t3-timer-label {
	display: block; font-size: 12px; color: #94a3b8; margin-top: 12px; font-weight: 500;
	letter-spacing: 2px; text-transform: uppercase;
	font-family: 'JetBrains Mono', ui-monospace, monospace;
}

/* ============ Features list — sharp cards ============ */
.gpt-t3-feat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 12px;
	text-align: left;
}
.gpt-t3-feat-item {
	background: rgba(15,17,28,0.7);
	padding: 18px 20px;
	border-radius: 2px;
	border: 1px solid rgba(148,163,184,0.15);
	border-left: 3px solid #22d3ee;
	display: flex; gap: 14px; align-items: flex-start;
	transition: all .3s ease;
}
.gpt-t3-feat-item:hover {
	transform: translateX(4px);
	border-left-color: #d946ef;
	background: rgba(15,17,28,0.95);
	box-shadow: 0 0 24px rgba(217,70,239,0.15);
}
.gpt-t3-feat-item .e {
	font-size: 22px; flex: 0 0 auto; line-height: 1.2;
	width: 42px; height: 42px;
	display: flex; align-items: center; justify-content: center;
	background: rgba(34,211,238,0.08);
	border: 1px solid rgba(34,211,238,0.2);
	border-radius: 2px;
}
.gpt-t3-feat-item p {
	font-size: 14.5px; color: #cbd5e1;
	margin: 0; line-height: 1.6; font-weight: 400;
	padding-top: 8px;
}

/* ============ Premium offer — bold gradient card ============ */
.gpt-t3-offer-card {
	background: linear-gradient(135deg, #1e0b3a 0%, #3b0764 50%, #4a044e 100%);
	border-color: rgba(217,70,239,0.5);
	position: relative;
	overflow: hidden;
}
.gpt-t3-offer-card::after {
	content: "";
	position: absolute; inset: 0;
	background:
		radial-gradient(circle at 20% 20%, rgba(34,211,238,0.25), transparent 40%),
		radial-gradient(circle at 80% 80%, rgba(217,70,239,0.35), transparent 45%);
	pointer-events: none;
}
.gpt-t3-offer-card > * { position: relative; z-index: 1; }
.gpt-t3-offer-badge {
	display: inline-block;
	background: linear-gradient(135deg, #d946ef, #a21caf);
	color: #fff;
	padding: 8px 20px;
	border-radius: 2px;
	font-family: 'JetBrains Mono', ui-monospace, monospace;
	font-size: 12px; font-weight: 800;
	letter-spacing: 3px;
	margin-bottom: 18px;
	text-transform: uppercase;
	box-shadow: 0 0 24px rgba(217,70,239,0.5);
}
.gpt-t3-offer-price {
	font-family: 'JetBrains Mono', ui-monospace, monospace;
	font-size: 56px; font-weight: 800;
	color: #f0abfc;
	margin: 14px 0 8px; line-height: 1;
	letter-spacing: -1px;
	text-shadow: 0 0 24px rgba(217,70,239,0.5);
}
.gpt-t3-offer-price small { font-size: 20px; font-weight: 500; color: rgba(240,171,252,0.7); }
.gpt-t3-offer-list {
	list-style: none; padding: 0; margin: 22px auto;
	text-align: left; max-width: 500px;
}
.gpt-t3-offer-list li {
	font-size: 15px;
	padding: 12px 0 12px 36px;
	position: relative;
	color: #f5f3ff;
	line-height: 1.5;
	border-bottom: 1px dashed rgba(217,70,239,0.2);
}
.gpt-t3-offer-list li:last-child { border-bottom: none; }
.gpt-t3-offer-list li::before {
	content: "▸";
	position: absolute; left: 8px; top: 12px;
	color: #22d3ee;
	font-size: 18px; font-weight: 800;
	text-shadow: 0 0 10px rgba(34,211,238,0.7);
}
.gpt-t3-offer-card .gpt-t3-cta {
	background: linear-gradient(135deg, #d946ef, #a21caf);
	color: #fff !important;
	box-shadow: 0 0 0 1px rgba(217,70,239,0.7), 0 12px 30px rgba(217,70,239,0.5);
}
.gpt-t3-offer-card .gpt-t3-cta:hover {
	background: linear-gradient(135deg, #22d3ee, #06b6d4);
	color: #05060c !important;
}

/* ============ Tools grid ============ */
.gpt-t3-tools-card { }
.gpt-t3-tools-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 12px;
	margin: 26px 0;
}
.gpt-t3-tool {
	background: linear-gradient(180deg, rgba(15,17,28,0.9), rgba(11,12,22,0.9));
	border: 1px solid rgba(148,163,184,0.15);
	border-radius: 2px;
	padding: 22px 12px;
	text-align: center;
	transition: all .3s ease;
	position: relative;
	overflow: hidden;
}
.gpt-t3-tool::before {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(135deg, rgba(34,211,238,0.08), rgba(217,70,239,0.08));
	opacity: 0; transition: opacity .3s;
}
.gpt-t3-tool:hover {
	transform: translateY(-4px);
	border-color: rgba(34,211,238,0.5);
	box-shadow: 0 0 24px rgba(34,211,238,0.2), 0 12px 24px rgba(0,0,0,0.5);
}
.gpt-t3-tool:hover::before { opacity: 1; }
.gpt-t3-tool > * { position: relative; z-index: 1; }
.gpt-t3-tool-emoji { font-size: 32px; margin-bottom: 10px; line-height: 1; }
.gpt-t3-tool-name {
	font-size: 13px; font-weight: 700;
	color: #e5e7eb; margin: 0;
	letter-spacing: 0.5px;
}
.gpt-t3-tools-note {
	background: rgba(251,191,36,0.08);
	color: #fbbf24;
	padding: 16px 20px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin: 22px 0;
	border: 1px dashed rgba(251,191,36,0.4);
	border-left: 3px solid #f59e0b;
}

/* ============ Video ============ */
.gpt-t3-video-card { }
.gpt-t3-video {
	position: relative; padding-bottom: 56.25%; height: 0;
	overflow: hidden; border-radius: 2px;
	box-shadow: 0 0 40px rgba(34,211,238,0.2), 0 20px 40px rgba(0,0,0,0.6);
	background: #000;
	border: 1px solid rgba(34,211,238,0.3);
}
.gpt-t3-video video {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	background: #000; display: block;
}
.gpt-t3-video iframe {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	border: 0; display: block;
}

/* ============ Footer ============ */
.gpt-t3-footer {
	width: 100%;
	max-width: 780px;
	margin: auto auto 0;
	padding-top: clamp(200px, 26vh, 320px);
	text-align: center;
}
.gpt-t3-footer-box {
	max-width: 740px; margin: 0 auto;
	background: linear-gradient(180deg, rgba(5,6,12,0.9), rgba(11,12,22,0.9));
	color: #94a3b8;
	font-family: 'Hind Siliguri', 'Noto Sans Bengali', system-ui, sans-serif;
	font-size: 13.5px; font-weight: 400;
	line-height: 1.85; padding: 26px 32px;
	border-radius: 2px;
	letter-spacing: 0.2px;
	border: 1px solid rgba(34,211,238,0.25);
	border-top: 2px solid #22d3ee;
	box-shadow: 0 0 30px rgba(34,211,238,0.1);
}
.gpt-t3-footer-box strong { color: #22d3ee; font-weight: 700; }
.gpt-t3-footer-box a { color: #d946ef; text-decoration: none; }
.gpt-t3-footer-box a:hover { color: #f0abfc; text-decoration: underline; }

@keyframes gpt-t3-rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 640px) {
	.gpt-t3-page { padding: 0 12px 0; }
	.gpt-t3-card { padding: 30px 20px; margin: 22px auto; }
	.gpt-t3-hero-title { font-size: 26px; }
	.gpt-t3-h2 { font-size: 22px; }
	.gpt-t3-price { font-size: 40px; }
	.gpt-t3-offer-price { font-size: 42px; }
	.gpt-t3-cta { padding: 14px 30px; font-size: 13px; }
	.gpt-t3-cta.large { padding: 15px 34px; font-size: 14px; }
	.gpt-t3-logo-tile { width: 150px; height: 150px; border-radius: 24px; }
	.gpt-t3-logo-tile img { width: 125px; height: 125px; }
	.gpt-t3-bonus-image { width: min(300px, 90%); }
	.gpt-t3-timer { gap: 8px; }
	.gpt-t3-timer > div { padding: 12px 4px; width: 72px; }
	.gpt-t3-timer strong { font-size: 22px; }
	.gpt-t3-timer-inline { font-size: 18px; padding: 10px 18px; }
	.gpt-t3-feat-grid { grid-template-columns: 1fr; }
	.gpt-t3-tools-grid { grid-template-columns: repeat(2, 1fr); }
	.gpt-t3-footer { padding-top: 180px; }
	.gpt-t3-footer-box { padding: 20px 16px; font-size: 12.5px; }
}

/* ============ FAQ ============ */
.gpt-t3-faq-card { }
.gpt-t3-faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }
.gpt-t3-faq-item {
	background: linear-gradient(180deg, rgba(34,211,238,0.06), rgba(34,211,238,0.02));
	border: 1px solid rgba(34,211,238,0.22);
	border-radius: 14px;
	overflow: hidden;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.gpt-t3-faq-item[open] {
	border-color: rgba(34,211,238,0.55);
	box-shadow: 0 0 0 1px rgba(34,211,238,0.25), 0 12px 30px -20px rgba(34,211,238,0.6);
}
.gpt-t3-faq-item summary {
	display: flex; align-items: center; justify-content: space-between; gap: 14px;
	padding: 16px 18px; cursor: pointer; list-style: none;
	font-weight: 600; color: #e5e7eb; font-size: 15.5px; line-height: 1.5;
}
.gpt-t3-faq-item summary::-webkit-details-marker { display: none; }
.gpt-t3-faq-q { flex: 1; }
.gpt-t3-faq-toggle {
	flex-shrink: 0; width: 30px; height: 30px; border-radius: 999px;
	display: inline-flex; align-items: center; justify-content: center;
	background: rgba(34,211,238,0.12); color: #22d3ee;
	font-size: 20px; font-weight: 700; transition: transform .25s ease;
	font-family: 'JetBrains Mono', monospace;
}
.gpt-t3-faq-item[open] .gpt-t3-faq-toggle { transform: rotate(45deg); background: rgba(217,70,239,0.18); color: #d946ef; }
.gpt-t3-faq-a {
	display: flex; gap: 10px; padding: 0 18px 18px 18px;
	color: rgba(229,231,235,0.85); font-size: 14.5px; line-height: 1.7;
	border-top: 1px dashed rgba(34,211,238,0.18); padding-top: 14px; margin-top: 4px;
}
.gpt-t3-faq-a span { color: #10a37f; flex-shrink: 0; }
.gpt-t3-faq-a p { margin: 0; }
.gpt-t3-faq-message {
	margin-top: 18px; padding: 14px 18px; text-align: center;
	background: rgba(16,163,116,0.12); border: 1px solid rgba(16,163,116,0.3);
	border-radius: 12px; color: #a7f3d0; font-weight: 500;
}

/* ============ Video embed ============ */
.gpt-t3-video-embed {
	position: relative; width: 100%; padding-bottom: 56.25%; height: 0;
	border-radius: 14px; overflow: hidden;
	box-shadow: 0 20px 50px -20px rgba(34,211,238,0.4);
}
.gpt-t3-video-embed iframe {
	position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}

.gpt-t3-video-placeholder {
	position: absolute; inset: 0;
	display: flex; align-items: center; justify-content: center;
	padding: 24px; text-align: center;
	color: #94a3b8; font-size: 14px; line-height: 1.7;
	background: linear-gradient(135deg, rgba(34,211,238,0.08), rgba(217,70,239,0.08));
}
