/* Bucovina InBusiness campaign landing pages — scoped design system. */
:root {
	--ib-ink: #11162e;
	--ib-ink-soft: #4c536b;
	--ib-muted: #6e758c;
	--ib-paper: #ffffff;
	--ib-surface: #f5f6fb;
	--ib-surface-strong: #eaedff;
	--ib-line: #e3e6f0;
	--ib-blue: #4255ff;
	--ib-blue-deep: #2638d8;
	--ib-blue-soft: #e8ebff;
	--ib-navy: #090d23;
	--ib-navy-soft: #151a3c;
	--ib-gold: #ffd166;
	--ib-green: #158a55;
	--ib-danger: #b42318;
	--ib-radius-sm: 12px;
	--ib-radius: 20px;
	--ib-radius-lg: 30px;
	--ib-shadow: 0 22px 70px rgba(18, 28, 74, 0.12);
	--ib-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.ib-landing-template {
	margin: 0;
	background: var(--ib-paper);
	color: var(--ib-ink);
	font-family: var(--ib-font);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}

.ib-page *,
.ib-page *::before,
.ib-page *::after {
	box-sizing: border-box;
}

.ib-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ib-page a {
	color: inherit;
	text-decoration: none;
}

.ib-page h1,
.ib-page h2,
.ib-page h3,
.ib-page p,
.ib-page figure,
.ib-page blockquote {
	margin-block-start: 0;
}

.ib-page h1,
.ib-page h2,
.ib-page h3 {
	color: var(--ib-ink);
	font-family: var(--ib-font);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.ib-page h1 { font-size: clamp(2.75rem, 6vw, 5.5rem); }
.ib-page h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.ib-page h3 { font-size: 1.15rem; }

.ib-page :focus-visible {
	outline: 3px solid var(--ib-gold);
	outline-offset: 4px;
}

.ib-container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.ib-icon {
	width: 1.2em;
	height: 1.2em;
	flex: 0 0 auto;
}

.ib-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 99999;
	padding: 10px 16px;
	border-radius: 8px;
	background: var(--ib-paper);
	color: var(--ib-ink);
	font-weight: 700;
	transform: translateY(-150%);
}

.ib-skip-link:focus { transform: translateY(0); }

.ib-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 25px;
	border: 1px solid transparent;
	border-radius: 999px;
	font: 800 0.82rem/1.2 var(--ib-font);
	letter-spacing: 0.045em;
	text-align: center;
	text-transform: uppercase;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ib-button:hover {
	transform: translateY(-2px);
}

.ib-button--primary {
	background: linear-gradient(135deg, var(--ib-blue), #5a66ff);
	box-shadow: 0 12px 28px rgba(66, 85, 255, 0.24);
	color: #fff !important;
}

.ib-button--primary:hover { background: linear-gradient(135deg, var(--ib-blue-deep), var(--ib-blue)); }

.ib-button--secondary {
	border-color: var(--ib-blue);
	background: transparent;
	color: var(--ib-blue) !important;
}

.ib-button--secondary:hover { background: var(--ib-blue-soft); }

.ib-button--light {
	background: #fff;
	color: var(--ib-blue-deep) !important;
}

.ib-button--light:hover { background: var(--ib-blue-soft); }

.ib-button--small {
	min-height: 44px;
	padding: 10px 19px;
	font-size: 0.72rem;
}

.ib-button--block { width: 100%; }

.ib-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 750;
	color: var(--ib-blue) !important;
}

.ib-text-link--light { color: #dce0ff !important; }

.ib-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
	color: var(--ib-blue);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ib-kicker::before {
	width: 28px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	content: "";
	opacity: 0.55;
}

.ib-kicker--light { color: #abb4ff; }

.ib-badge {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--ib-blue);
	color: #fff;
	font-size: 0.66rem;
	font-weight: 850;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.ib-badge--gold { background: var(--ib-gold); color: #765200; }

.ib-center {
	display: flex;
	justify-content: center;
	margin-top: 38px;
}

/* Header */
.ib-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid rgba(139, 151, 255, 0.18);
	background: rgba(8, 11, 30, 0.96);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}

.admin-bar .ib-header { top: 32px; }

.ib-header__inner {
	display: flex;
	min-height: 80px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.ib-brand {
	display: inline-flex;
	align-items: center;
}

.ib-brand img {
	width: 190px;
	height: auto;
}

.ib-brand__wordmark {
	color: var(--ib-ink);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -0.025em;
}

.ib-brand__wordmark strong { color: var(--ib-blue); }

.ib-nav {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2vw, 31px);
}

.ib-nav a {
	color: rgba(235, 238, 255, 0.78) !important;
	font-size: 0.86rem;
	font-weight: 700;
}

.ib-nav a:hover { color: #fff !important; }

.ib-header__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ib-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(151, 162, 255, 0.35);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	cursor: pointer;
}

.ib-page--sponsors .ib-header {
	border-bottom-color: rgba(227, 230, 240, 0.92);
	background: rgba(255, 255, 255, 0.96);
}

.ib-page--sponsors .ib-nav a { color: var(--ib-ink-soft) !important; }
.ib-page--sponsors .ib-nav a:hover { color: var(--ib-blue) !important; }
.ib-page--sponsors .ib-menu-toggle { border-color: var(--ib-line); background: #fff; color: var(--ib-ink); }

/* Sections */
.ib-section { padding: 104px 0; }
.ib-section--tint { background: var(--ib-surface); }

.ib-section-heading {
	max-width: 760px;
	margin: 0 auto 52px;
	text-align: center;
}

.ib-section-heading .ib-kicker { justify-content: center; }

.ib-section-heading .ib-kicker::after {
	width: 28px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	content: "";
	opacity: 0.55;
}

.ib-section-heading h2 { margin-bottom: 18px; }
.ib-section-heading > p:last-child { margin: 0 auto; color: var(--ib-ink-soft); font-size: 1.04rem; }

/* Event hero */
.ib-event-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 88px 0 0;
	background:
		radial-gradient(ellipse 780px 600px at 74% 20%, rgba(88, 78, 255, 0.58), transparent 62%),
		radial-gradient(ellipse 600px 460px at 52% 70%, rgba(125, 71, 223, 0.27), transparent 70%),
		linear-gradient(150deg, #080b1e, var(--ib-navy-soft));
	color: #fff;
}

.ib-event-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 46px);
	content: "";
}

.ib-hero__glow {
	position: absolute;
	top: -200px;
	right: -160px;
	width: 640px;
	height: 640px;
	border-radius: 50%;
	background: rgba(93, 82, 255, 0.16);
	filter: blur(50px);
}

.ib-event-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	align-items: center;
	gap: clamp(48px, 8vw, 100px);
}

.ib-event-hero h1 { margin-bottom: 24px; color: #fff; }
.ib-event-hero h1 span { color: #7f8cff; }

.ib-hero__lead {
	max-width: 620px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.ib-meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 26px;
	margin-bottom: 34px;
}

.ib-meta-row > span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
}

.ib-meta-row .ib-icon {
	box-sizing: content-box;
	padding: 7px;
	border: 1px solid rgba(151, 162, 255, 0.55);
	border-radius: 50%;
	color: #aeb6ff;
}

.ib-meta-row--dark { color: var(--ib-ink); }
.ib-meta-row--dark .ib-icon { border-color: var(--ib-blue-soft); color: var(--ib-blue); background: var(--ib-blue-soft); }

.ib-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px 24px;
}

.ib-early-card {
	padding: 30px;
	border: 1px solid rgba(130, 143, 255, 0.3);
	border-radius: var(--ib-radius);
	background: linear-gradient(155deg, rgba(35, 41, 91, 0.96), rgba(13, 16, 45, 0.96));
	box-shadow: var(--ib-shadow);
}

.ib-early-card__label {
	margin: 18px 0 2px;
	color: #aeb6ff;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.ib-early-card__price {
	display: flex;
	align-items: baseline;
	gap: 9px;
	margin-bottom: 3px;
	color: #fff;
	font-weight: 800;
}

.ib-early-card__price strong { font-size: 3.2rem; line-height: 1; }
.ib-early-card__price del { margin-left: auto; color: #8b92b2; font-size: 0.84rem; font-weight: 500; }
.ib-early-card > p:not(.ib-early-card__price, .ib-early-card__label) { color: #aeb5d7; font-size: 0.83rem; }

.ib-early-card__discount {
	margin: 20px 0;
	padding-top: 18px;
	border-top: 1px solid rgba(130, 143, 255, 0.24);
	color: var(--ib-gold);
	font-size: 0.83rem;
	font-weight: 800;
}

.ib-hero-speakers {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin-top: 72px;
	padding-bottom: 54px;
}

.ib-hero-speaker {
	position: relative;
	display: flex;
	min-height: 190px;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
	padding: 22px 12px;
	border: 1px solid rgba(130, 143, 255, 0.22);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.045);
	color: #fff !important;
	text-align: center;
}

.ib-hero-speaker img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
}

.ib-hero-speaker::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgba(7, 9, 29, 0.95));
	content: "";
}

.ib-hero-speaker__placeholder {
	position: absolute;
	top: 48px;
	left: 50%;
	color: #9ca8ff;
	transform: translateX(-50%);
}

.ib-hero-speaker__placeholder .ib-icon { width: 52px; height: 52px; }
.ib-hero-speaker > span:last-child { position: relative; z-index: 1; font-size: 0.84rem; font-weight: 800; }

/* Sponsor hero */
.ib-sponsor-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 88px 0 96px;
	background:
		radial-gradient(ellipse 780px 600px at 76% 20%, rgba(88, 78, 255, 0.58), transparent 62%),
		radial-gradient(ellipse 600px 460px at 52% 70%, rgba(125, 71, 223, 0.25), transparent 70%),
		linear-gradient(150deg, #080b1e, var(--ib-navy-soft));
	color: #fff;
}

.ib-sponsor-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 46px);
	content: "";
}

.ib-sponsor-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 780px);
}

.ib-sponsor-hero h1 { margin-bottom: 26px; color: #fff; font-size: clamp(3rem, 6.4vw, 5.6rem); }
.ib-sponsor-hero h1 span { color: var(--ib-blue); }
.ib-sponsor-hero .ib-hero__lead { max-width: 680px; color: rgba(255, 255, 255, 0.75); }

.ib-sponsor-hero__tagline {
	margin-bottom: 20px;
	color: #fff;
	font-size: clamp(1.25rem, 2.4vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.ib-sponsor-hero__tagline span { color: #7f8cff; }

.ib-inline-note {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 26px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.88rem;
}

.ib-sponsor-hero__visual {
	position: relative;
	padding: 14px;
	border: 1px solid rgba(66, 85, 255, 0.14);
	border-radius: var(--ib-radius-lg);
	background: rgba(255, 255, 255, 0.75);
	box-shadow: var(--ib-shadow);
}

.ib-sponsor-hero__visual > img {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 20px;
	object-fit: cover;
}

.ib-sponsor-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-top: 12px;
}

.ib-sponsor-hero__stats div { padding: 14px 10px; border-radius: 14px; background: var(--ib-surface); text-align: center; }
.ib-sponsor-hero__stats strong { display: block; color: var(--ib-blue); font-size: 1.2rem; }
.ib-sponsor-hero__stats span { color: var(--ib-muted); font-size: 0.7rem; }

/* Benefits and stats */
.ib-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.ib-benefit-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.ib-benefit-card {
	padding: 30px;
	border: 1px solid var(--ib-line);
	border-radius: var(--ib-radius);
	background: var(--ib-paper);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ib-benefit-card:hover {
	border-color: #c9ceff;
	box-shadow: 0 18px 48px rgba(18, 28, 74, 0.09);
	transform: translateY(-4px);
}

.ib-benefit-card h3 { margin: 20px 0 10px; }
.ib-benefit-card p { margin: 0; color: var(--ib-ink-soft); font-size: 0.92rem; }

.ib-icon-box {
	display: inline-flex;
	width: 52px;
	height: 52px;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: var(--ib-blue-soft);
	color: var(--ib-blue);
}

.ib-icon-box .ib-icon { width: 25px; height: 25px; }

.ib-stat-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 58px;
	padding-top: 42px;
	border-top: 1px solid var(--ib-line);
	text-align: center;
}

.ib-stat-row div { display: flex; align-items: baseline; justify-content: center; gap: 9px; }
.ib-stat-row strong { color: var(--ib-ink); font-size: 1.6rem; }
.ib-stat-row span { color: var(--ib-muted); font-size: 0.84rem; }

/* Speakers */
.ib-speaker-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.ib-speaker-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 26px 18px;
	border: 1px solid var(--ib-line);
	border-radius: 18px;
	background: #fff;
	text-align: center;
	scroll-margin-top: 110px;
}

.ib-speaker-card__portrait {
	display: flex;
	width: 98px;
	height: 98px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 5px solid var(--ib-surface-strong);
	border-radius: 50%;
	background: var(--ib-blue-soft);
	color: var(--ib-blue);
}

.ib-speaker-card__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.ib-speaker-card__portrait > .ib-icon { width: 38px; height: 38px; }
.ib-speaker-card h3 { margin: 18px 0 6px; font-size: 1rem; }
.ib-speaker-card__role { margin-bottom: 13px; color: var(--ib-blue); font-size: 0.76rem; font-weight: 800; }
.ib-speaker-card > p:not(.ib-speaker-card__role) { color: var(--ib-ink-soft); font-size: 0.78rem; }

.ib-speaker-card__status {
	margin-top: auto;
	padding-top: 15px;
	border-top: 1px solid var(--ib-line);
	color: var(--ib-muted);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* Tickets */
.ib-ticket-layout {
	display: grid;
	grid-template-columns: 0.82fr 1fr 1.1fr;
	gap: 20px;
	align-items: stretch;
}

.ib-price-card,
.ib-includes-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 390px;
	padding: 32px;
	border: 1px solid var(--ib-line);
	border-radius: var(--ib-radius);
	background: #fff;
	text-align: center;
}

.ib-price-card__label { color: var(--ib-muted); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.ib-price-card__amount { margin: 11px 0 22px; font-size: 3.5rem; font-weight: 850; line-height: 1; }
.ib-price-card__amount span { display: block; margin-top: 9px; font-size: 0.9rem; }

.ib-price-card--featured {
	border: 0;
	background: linear-gradient(145deg, #5261ff, var(--ib-blue-deep));
	box-shadow: 0 22px 50px rgba(66, 85, 255, 0.28);
	color: #fff;
}

.ib-price-card--featured .ib-price-card__label,
.ib-price-card--featured .ib-price-card__amount { color: #fff; }
.ib-price-card--featured del { color: #c5cbff; }
.ib-includes-card { align-items: stretch; background: var(--ib-surface); text-align: left; }
.ib-includes-card h3 { margin-bottom: 16px; }

.ib-check-list { margin: 0; padding: 0; list-style: none; }
.ib-check-list li { display: flex; align-items: flex-start; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--ib-line); font-size: 0.9rem; }
.ib-check-list li:last-child { border-bottom: 0; }
.ib-check-list .ib-icon { margin-top: 3px; color: var(--ib-blue); }

.ib-four-pack {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 24px;
	padding: 28px 32px;
	border: 1px solid #cad0ff;
	border-radius: var(--ib-radius);
	background: linear-gradient(100deg, #fff, #f1f3ff);
}

.ib-four-pack h3 { margin: 10px 0 4px; }
.ib-four-pack p { margin: 0; color: var(--ib-ink-soft); }

/* Agenda */
.ib-agenda {
	position: relative;
	max-width: 760px;
	margin: 0 auto;
	padding: 24px 34px;
	border: 1px solid var(--ib-line);
	border-radius: var(--ib-radius);
	background: #fff;
	box-shadow: 0 18px 55px rgba(18, 28, 74, 0.07);
}

.ib-agenda__row {
	display: grid;
	grid-template-columns: 72px 34px 1fr;
	align-items: center;
	gap: 12px;
	min-height: 58px;
	border-bottom: 1px solid var(--ib-line);
}

.ib-agenda__row:last-child { border-bottom: 0; }
.ib-agenda__row time { color: var(--ib-blue); font-weight: 850; }
.ib-agenda__row a { color: var(--ib-blue) !important; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.ib-agenda__row > span:last-child { font-weight: 680; }
.ib-agenda__row.is-break > span:last-child { color: var(--ib-muted); font-style: italic; font-weight: 500; }
.ib-agenda__icon { display: inline-flex; color: var(--ib-blue); }

/* Concert */
.ib-concert {
	background: linear-gradient(145deg, #0b1029, #1a2050);
	color: #fff;
}

.ib-concert .ib-container {
	display: grid;
	grid-template-columns: 0.75fr 1.25fr;
	align-items: center;
	gap: 70px;
}

.ib-concert h2 { color: #fff; }
.ib-concert__copy > p:not(.ib-kicker) { color: #c1c7e5; }

.ib-concert__media {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--ib-radius);
}

.ib-concert__media img { width: 100%; height: 430px; object-fit: cover; }
.ib-concert__media img:first-child { object-position: center top; }

/* Editions and partners */
.ib-edition-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.ib-edition-card {
	overflow: hidden;
	border: 1px solid var(--ib-line);
	border-radius: var(--ib-radius);
	background: #fff;
	box-shadow: 0 14px 42px rgba(18, 28, 74, 0.06);
}

.ib-edition-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.ib-edition-card a > div,
.ib-edition-card > div > div { padding: 24px; }
.ib-edition-card span { color: var(--ib-blue); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.ib-edition-card h3 { margin: 11px 0 8px; font-size: 1.04rem; line-height: 1.35; }
.ib-edition-card p { margin: 0; color: var(--ib-muted); font-size: 0.82rem; }
.ib-edition-card .ib-edition-card__meta { display: block; margin-top: 14px; color: var(--ib-muted); font-size: 0.72rem; font-weight: 650; letter-spacing: 0; text-transform: none; }

.ib-partner-placeholder {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px;
	padding: 32px;
	border: 1px dashed #bfc6ff;
	border-radius: var(--ib-radius);
	background: #fff;
}

.ib-partner-placeholder > .ib-icon { width: 48px; height: 48px; color: var(--ib-blue); }
.ib-partner-placeholder h3 { margin-bottom: 6px; }
.ib-partner-placeholder p { margin: 0; color: var(--ib-ink-soft); }

.ib-final-cta { padding-top: 76px; }

.ib-final-card {
	padding: 62px 42px;
	border: 1px solid #cad0ff;
	border-radius: var(--ib-radius-lg);
	background: radial-gradient(circle at 50% 0, #f0f2ff, #fff 58%);
	text-align: center;
}

.ib-final-card .ib-kicker { justify-content: center; }
.ib-final-card p:not(.ib-kicker) { color: var(--ib-ink-soft); }
.ib-final-card__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 28px; }

/* Partnership comparison */
.ib-package-summary {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	max-width: 880px;
	margin: 0 auto 20px;
}

.ib-package-summary div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 20px;
	border: 1px solid var(--ib-line);
	border-radius: 14px;
	background: #fff;
}

.ib-package-summary div.is-featured { border-color: #dec172; background: #fffaf0; }
.ib-package-summary span { color: var(--ib-muted); font-weight: 800; text-transform: uppercase; }
.ib-package-summary strong { color: var(--ib-blue-deep); }

.ib-table-scroll {
	overflow-x: auto;
	border: 1px solid var(--ib-line);
	border-radius: var(--ib-radius);
	background: #fff;
	box-shadow: 0 18px 55px rgba(18, 28, 74, 0.06);
	-webkit-overflow-scrolling: touch;
}

.ib-package-table {
	width: 100%;
	min-width: 780px;
	border-collapse: collapse;
	table-layout: fixed;
}

.ib-package-table th,
.ib-package-table td {
	padding: 16px 18px;
	border-right: 1px solid var(--ib-line);
	border-bottom: 1px solid var(--ib-line);
	vertical-align: middle;
}

.ib-package-table tr:last-child > * { border-bottom: 0; }
.ib-package-table tr > *:last-child { border-right: 0; }
.ib-package-table thead th { background: #f9faff; color: var(--ib-ink); font-size: 1rem; text-align: center; }
.ib-package-table thead th:first-child { width: 37%; text-align: left; }
.ib-package-table thead span { color: var(--ib-muted); font-size: 0.78rem; }
.ib-package-table tbody th { color: var(--ib-ink-soft); font-size: 0.86rem; font-weight: 650; text-align: left; }
.ib-package-table td { color: var(--ib-ink); font-size: 0.86rem; font-weight: 750; text-align: center; }
.ib-package-table .is-featured { background: #fffbf0; }

.ib-table-check {
	display: inline-flex;
	width: 25px;
	height: 25px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e5f7ed;
	color: var(--ib-green);
}

.ib-table-no { color: #a3a8b8; }
.ib-swipe-hint { display: none; margin: 12px 0 0; color: var(--ib-muted); font-size: 0.78rem; text-align: center; }

/* Testimonials */
.ib-testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.ib-testimonial-card {
	display: flex;
	min-height: 310px;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	border: 1px solid var(--ib-line);
	border-radius: var(--ib-radius);
	background: #fff;
}

.ib-testimonial-card::before { content: "“"; color: var(--ib-blue); font: 850 4rem/0.8 Georgia, serif; }
.ib-testimonial-card blockquote { margin: 22px 0; color: var(--ib-ink-soft); font-size: 0.94rem; }
.ib-testimonial-card figcaption { color: var(--ib-ink); font: 800 0.84rem/1.3 var(--ib-font); }

/* Sponsor contact form */
.ib-contact-section {
	background:
		radial-gradient(ellipse 680px 520px at 8% 10%, rgba(93, 112, 255, 0.42), transparent 68%),
		linear-gradient(140deg, #11194b, #2039bc);
	color: #fff;
}

.ib-contact-grid {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	align-items: start;
	gap: clamp(48px, 8vw, 100px);
}

.ib-contact-copy { position: sticky; top: 125px; }
.ib-contact-copy h2 { color: #fff; }
.ib-contact-copy > p:not(.ib-kicker) { color: #cbd2ff; }

.ib-contact-links { display: grid; gap: 12px; margin: 30px 0; }
.ib-contact-links a { display: flex; align-items: center; gap: 10px; font-weight: 700; }

.ib-lead-form {
	display: grid;
	gap: 18px;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--ib-radius);
	background: #fff;
	box-shadow: 0 28px 75px rgba(5, 11, 55, 0.25);
	color: var(--ib-ink);
}

.ib-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.ib-lead-form label { display: grid; gap: 7px; color: var(--ib-ink); font-size: 0.79rem; font-weight: 750; }

.ib-lead-form input,
.ib-lead-form select,
.ib-lead-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	border: 1px solid #ccd1df;
	border-radius: 10px;
	background: #fff;
	color: var(--ib-ink);
	font: 500 1rem/1.4 var(--ib-font);
}

.ib-lead-form textarea { min-height: 120px; resize: vertical; }
.ib-lead-form input:focus,
.ib-lead-form select:focus,
.ib-lead-form textarea:focus { border-color: var(--ib-blue); outline: 3px solid rgba(66, 85, 255, 0.15); }

.ib-checkbox { grid-template-columns: 22px 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.5; }
.ib-checkbox input { width: 19px; min-height: 19px; margin-top: 2px; }
.ib-checkbox a { color: var(--ib-blue) !important; text-decoration: underline; }
.ib-form-honeypot { position: absolute !important; left: -9999px !important; }

.ib-form-notice { padding: 12px 14px; border-radius: 10px; font-size: 0.86rem; font-weight: 650; }
.ib-form-notice.is-success { background: #e8f8ef; color: #11663e; }
.ib-form-notice.is-error { background: #ffefed; color: var(--ib-danger); }

/* Footer */
.ib-footer {
	padding: 64px 0 24px;
	background: #070a1b;
	color: #aeb5d3;
}

.ib-footer__grid {
	display: grid;
	grid-template-columns: 1.25fr 0.8fr 0.9fr 1.15fr;
	gap: 42px;
	padding-bottom: 44px;
}

.ib-footer__about img { width: 170px; height: auto; margin-bottom: 18px; filter: brightness(0) invert(1); }
.ib-footer__about p { max-width: 320px; font-size: 0.86rem; }
.ib-footer h2 { margin-bottom: 17px; color: #fff; font-size: 0.88rem; letter-spacing: 0.04em; text-transform: uppercase; }
.ib-footer__grid > div:not(.ib-footer__about) > a { display: block; margin: 8px 0; color: #bec4df !important; font-size: 0.84rem; }
.ib-footer__grid > div:not(.ib-footer__about) > a:hover { color: #fff !important; }

.ib-socials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.ib-socials a { padding: 7px 10px; border: 1px solid #2a315c; border-radius: 999px; color: #c4cae7 !important; font-size: 0.68rem; font-weight: 700; }
.ib-footer__cta { padding: 24px; border: 1px solid #293265; border-radius: 16px; background: #101536; }
.ib-footer__cta p { font-size: 0.82rem; }

.ib-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-top: 22px;
	border-top: 1px solid #22294d;
	color: #737caa;
	font-size: 0.72rem;
}

.ib-mobile-cta { display: none; }

@media (prefers-reduced-motion: reduce) {
	.ib-page *,
	.ib-page *::before,
	.ib-page *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

@media (max-width: 1050px) {
	.ib-nav { gap: 16px; }
	.ib-speaker-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ib-benefit-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ib-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
	.admin-bar .ib-header { top: 46px; }
	.ib-menu-toggle { display: inline-flex; }
	.ib-nav {
		position: absolute;
		top: calc(100% + 1px);
		left: 0;
		display: none;
		width: 100%;
		padding: 16px 24px 24px;
		border-bottom: 1px solid rgba(151, 162, 255, 0.2);
		background: #0b1028;
		box-shadow: 0 20px 40px rgba(17, 22, 46, 0.12);
	}

	.ib-header.is-menu-open .ib-nav { display: grid; }
	.ib-nav a { padding: 10px 0; border-bottom: 1px solid rgba(151, 162, 255, 0.16); }
	.ib-event-hero__inner,
	.ib-sponsor-hero__grid,
	.ib-contact-grid { grid-template-columns: 1fr; }
	.ib-event-hero__inner { align-items: start; }
	.ib-early-card { max-width: 500px; }
	.ib-page--sponsors .ib-nav { background: #fff; }
	.ib-hero-speakers { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ib-ticket-layout { grid-template-columns: repeat(2, 1fr); }
	.ib-includes-card { grid-column: 1 / -1; min-height: auto; }
	.ib-concert .ib-container { grid-template-columns: 1fr; }
	.ib-concert__copy { max-width: 680px; }
	.ib-contact-copy { position: static; }
	.ib-edition-grid,
	.ib-testimonial-grid { grid-template-columns: 1fr; }
	.ib-testimonial-card { min-height: auto; }
	.ib-partner-placeholder { grid-template-columns: auto 1fr; }
	.ib-partner-placeholder .ib-button { grid-column: 1 / -1; }
	.ib-swipe-hint { display: block; }
}

@media (max-width: 680px) {
	.ib-container { width: min(100% - 32px, 1180px); }
	.ib-section { padding: 76px 0; }
	.ib-section-heading { margin-bottom: 36px; text-align: left; }
	.ib-section-heading .ib-kicker { justify-content: flex-start; }
	.ib-section-heading .ib-kicker::after { display: none; }
	.ib-header__inner { min-height: 68px; }
	.ib-brand img { width: 168px; }
	.ib-header__actions .ib-button { display: none; }
	.ib-event-hero { padding-top: 62px; }
	.ib-sponsor-hero { padding: 62px 0 72px; }
	.ib-hero__actions { align-items: stretch; }
	.ib-hero__actions .ib-button { width: 100%; }
	.ib-meta-row { display: grid; }
	.ib-event-hero__inner { gap: 38px; }
	.ib-early-card { padding: 24px; }
	.ib-hero-speakers { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 44px; }
	.ib-hero-speaker { min-height: 165px; }
	.ib-sponsor-hero__stats { grid-template-columns: 1fr; }
	.ib-benefit-grid,
	.ib-benefit-grid--four,
	.ib-speaker-grid,
	.ib-ticket-layout,
	.ib-stat-row,
	.ib-package-summary,
	.ib-form-grid,
	.ib-footer__grid { grid-template-columns: 1fr; }
	.ib-speaker-card { align-items: flex-start; text-align: left; }
	.ib-speaker-card__portrait { width: 82px; height: 82px; }
	.ib-price-card,
	.ib-includes-card { min-height: 320px; }
	.ib-four-pack { align-items: stretch; flex-direction: column; }
	.ib-agenda { padding: 18px; }
	.ib-agenda__row { grid-template-columns: 58px 28px 1fr; gap: 8px; font-size: 0.86rem; }
	.ib-concert__media { grid-template-columns: 1fr; }
	.ib-concert__media img { height: 360px; }
	.ib-final-card { padding: 44px 22px; }
	.ib-final-card__actions .ib-button { width: 100%; }
	.ib-contact-grid { gap: 38px; }
	.ib-lead-form { padding: 22px; }
	.ib-footer__bottom { flex-direction: column; }
	.ib-mobile-cta {
		position: fixed;
		right: 16px;
		bottom: 16px;
		left: 16px;
		z-index: 999;
		display: flex;
		min-height: 54px;
		align-items: center;
		justify-content: center;
		gap: 9px;
		border-radius: 999px;
		background: var(--ib-blue);
		box-shadow: 0 16px 40px rgba(28, 42, 171, 0.38);
		color: #fff !important;
		font-size: 0.78rem;
		font-weight: 850;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}
	.ib-footer { padding-bottom: 94px; }
}

@media (max-width: 390px) {
	.ib-container { width: min(100% - 24px, 1180px); }
	.ib-brand img { width: 108px; }
	.ib-hero-speakers { grid-template-columns: 1fr 1fr; gap: 10px; }
	.ib-hero-speaker { min-height: 150px; }
	.ib-agenda__row { grid-template-columns: 54px 24px 1fr; }
}
