/**
 * TechBBQ Startup Program Webinar Section — centered header, cards row, CTA, orb backdrop.
 *
 * Figma North Star Pitch "Webinar":
 * - 375: node 7164:72200
 * - 768: node 7164:74651
 * - 1024: node 7164:73249
 * - 1440: node 7164:70722
 *
 * Section vertical spacing lives on the widget root (inner padding), not the Elementor container.
 *
 * Breakpoints (mobile-first): 0–767, 768–1023, 1024–1439, 1440+.
 */

.techbbq-startup-program-webinar-section {
	--techbbq-webinar-inner-gap: var(--techbbq-space-4);
	--techbbq-webinar-eyebrow-title-gap: var(--techbbq-space-1);
	--techbbq-webinar-title-size: 30px;
	--techbbq-webinar-desc-size: var(--techbbq-text-paragraph-m-size);
	--techbbq-webinar-cards-gap: var(--techbbq-space-1);
	--techbbq-webinar-card-gap: var(--techbbq-space-2);
	--techbbq-webinar-card-title-size: 20px;
	--techbbq-webinar-card-icon-size: 32px;
	--techbbq-webinar-card-icon-graphic-size: 28px;
	--techbbq-webinar-desc-max-width: 576px;

	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: var(--techbbq-section-space-medium) 0 72px;
	overflow: hidden;
	color: var(--techbbq-content-primary);
	background-color: var(--techbbq-bg-main);
}

.techbbq-startup-program-webinar-section__orb {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
}

.techbbq-startup-program-webinar-section__orb-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: rotate(180deg);
}

img.techbbq-startup-program-webinar-section__orb-image,
.techbbq-startup-program-webinar-section__orb-picture {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
}

.techbbq-startup-program-webinar-section__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: var(--techbbq-webinar-inner-gap);
	align-items: center;
	width: 100%;
}

.techbbq-startup-program-webinar-section__header {
	display: flex;
	flex-direction: column;
	gap: var(--techbbq-webinar-eyebrow-title-gap);
	align-items: center;
	width: 100%;
	text-align: center;
}

.techbbq-startup-program-webinar-section__heading {
	display: flex;
	flex-direction: column;
	gap: var(--techbbq-section-title-text-gap);
	align-items: center;
	width: 100%;
}

.techbbq-startup-program-webinar-section__title {
	margin: 0;
	font-size: var(--techbbq-webinar-title-size);
}

.techbbq-startup-program-webinar-section__description {
	max-width: var(--techbbq-webinar-desc-max-width);
	margin: 0;
	font-size: var(--techbbq-webinar-desc-size);
	color: var(--techbbq-content-secondary);
}

.techbbq-startup-program-webinar-section__cards {
	display: flex;
	flex-direction: column;
	gap: var(--techbbq-webinar-cards-gap);
	align-items: stretch;
	width: 100%;
}

.techbbq-startup-program-webinar-section__card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: var(--techbbq-webinar-card-gap);
	align-items: flex-start;
	width: 100%;
	padding: 20px;
	border-radius: 12px;
	background-color: var(--techbbq-bg-surface);
}

.techbbq-startup-program-webinar-section__card-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	align-self: flex-start;
	padding: 4px;
}

.techbbq-startup-program-webinar-section__card-icon-frame {
	flex-shrink: 0;
	width: var(--techbbq-webinar-card-icon-size);
	height: var(--techbbq-webinar-card-icon-size);
	overflow: hidden;
}

.techbbq-startup-program-webinar-section__card-icon-image {
	display: block;
	flex-shrink: 0;
	width: var(--techbbq-webinar-card-icon-graphic-size);
	height: var(--techbbq-webinar-card-icon-graphic-size);
	margin: 2px;
}

.techbbq-startup-program-webinar-section__card-body {
	display: flex;
	flex-direction: column;
	gap: var(--techbbq-space-1);
	align-items: flex-start;
	width: 100%;
}

.techbbq-startup-program-webinar-section__card-title {
	margin: 0;
	font-size: var(--techbbq-webinar-card-title-size);
	line-height: 1.2;
}

.techbbq-startup-program-webinar-section__card-text {
	margin: 0;
	font-size: var(--techbbq-text-paragraph-m-size);
	line-height: 1.4;
	color: var(--techbbq-content-tertiary);
	letter-spacing: 0.02em;
}

.techbbq-startup-program-webinar-section__actions {
	display: flex;
	justify-content: center;
	width: 100%;
}

.techbbq-startup-program-webinar-section__button {
	flex-shrink: 0;
}

/* ── Tablet (768–1023) ── */
@media (min-width: 768px) {
	.techbbq-startup-program-webinar-section {
		--techbbq-webinar-inner-gap: var(--techbbq-space-7);
		--techbbq-webinar-eyebrow-title-gap: var(--techbbq-space-2);
		--techbbq-webinar-title-size: 42px;
		--techbbq-webinar-desc-size: 20px;
		--techbbq-webinar-card-title-size: var(--techbbq-text-h5-size);

		padding-bottom: 80px;
	}

	.techbbq-startup-program-webinar-section__cards {
		flex-direction: row;
	}

	.techbbq-startup-program-webinar-section__card {
		flex: 1 1 0;
		justify-content: space-between;
		min-width: 0;
		min-height: 317px;
	}
}

/* ── Desktop (1024–1439) ── */
@media (min-width: 1024px) {
	.techbbq-startup-program-webinar-section {
		--techbbq-webinar-title-size: 44px;
		--techbbq-webinar-desc-size: var(--techbbq-text-paragraph-l-size);

		padding-bottom: 88px;
	}

	.techbbq-startup-program-webinar-section__card {
		min-height: 260px;
	}
}

/* ── Wide screen (1440+) ── */
@media (min-width: 1440px) {
	.techbbq-startup-program-webinar-section {
		--techbbq-webinar-title-size: var(--techbbq-text-h3-size);

		padding-bottom: var(--techbbq-section-space-large);
	}

	.techbbq-startup-program-webinar-section__card {
		flex: 1 1 0;
		min-width: 0;
		max-width: 692px;
	}
}
