:root {
	--bfx-bg: #0a0909;
	--bfx-surface: #141111;
	--bfx-surface-2: #1c1716;
	--bfx-text: #fffaf1;
	--bfx-muted: #b9aea1;
	--bfx-line: rgba(255, 255, 255, .11);
	--bfx-accent: #e7ae42;
	--bfx-accent-2: #ef5c45;
	--bfx-green: #1fa463;
	--bfx-radius: 22px;
}

html { scroll-behavior: smooth; }

body.bfx-event-page {
	margin: 0;
	background: var(--bfx-bg);
	color: var(--bfx-text);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

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

.bfx-event-page a { color: inherit; text-decoration: none; }
.bfx-event-page button { font: inherit; }

.bfx-event-shell {
	min-height: 100vh;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 4%, rgba(127, 27, 22, .26), transparent 30rem),
		linear-gradient(180deg, #0a0909 0, #0d0a0a 100%);
}

.bfx-topbar {
	position: sticky;
	top: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 72px;
	padding: 0 max(24px, calc((100vw - 1180px) / 2));
	background: rgba(10, 9, 9, .84);
	border-bottom: 1px solid var(--bfx-line);
	backdrop-filter: blur(18px);
}

.admin-bar .bfx-topbar { top: 32px; }

.bfx-topbar__title {
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -.04em;
	text-transform: uppercase;
}

.bfx-topbar__cta,
.bfx-primary-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 46px;
	padding: 0 20px;
	border-radius: 999px;
	background: var(--bfx-accent);
	color: #1b1205 !important;
	font-size: 14px;
	font-weight: 800;
	transition: transform .2s ease, background .2s ease;
}

.bfx-topbar__cta:hover,
.bfx-primary-cta:hover { transform: translateY(-2px); background: #f1be5b; }

.bfx-topbar__cta:focus-visible,
.bfx-primary-cta:focus-visible,
.bfx-ticket-button:focus-visible,
.bfx-map-link:focus-visible,
.bfx-whatsapp a:focus-visible,
.bfx-share button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 4px;
}

.bfx-hero {
	display: grid;
	grid-template-columns: minmax(320px, .78fr) minmax(440px, 1.22fr);
	align-items: center;
	gap: clamp(48px, 7vw, 100px);
	width: min(1180px, calc(100% - 48px));
	min-height: calc(100vh - 72px);
	margin: 0 auto;
	padding: 72px 0 88px;
}

.bfx-hero__poster-wrap { position: relative; max-width: 440px; margin: 0 auto; }

.bfx-hero__poster-glow {
	position: absolute;
	inset: 12% -10% -4%;
	background: rgba(218, 55, 38, .3);
	filter: blur(55px);
	border-radius: 50%;
}

.bfx-hero__poster {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 8px;
	box-shadow: 0 36px 90px rgba(0, 0, 0, .52);
	transform: rotate(-1.5deg);
}

.bfx-eyebrow,
.bfx-section-intro > span,
.bfx-whatsapp > div > div > span,
.bfx-share > div > span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--bfx-accent);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.bfx-eyebrow::before,
.bfx-section-intro > span::before { content: ""; width: 28px; height: 2px; background: currentColor; }

.bfx-hero h1 {
	max-width: 680px;
	margin: 18px 0 20px;
	font-size: clamp(60px, 8vw, 118px);
	font-weight: 950;
	line-height: .82;
	letter-spacing: -.075em;
	text-transform: uppercase;
}

.bfx-hero h1 span {
	display: block;
	margin: 0 0 13px 5px;
	color: var(--bfx-muted);
	font-size: clamp(19px, 2.2vw, 29px);
	font-weight: 700;
	letter-spacing: -.02em;
	text-transform: none;
}

.bfx-hero__summary { max-width: 630px; margin: 0; color: var(--bfx-muted); font-size: clamp(17px, 2vw, 21px); }

.bfx-event-facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 34px 0 26px;
}

.bfx-fact {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 74px;
	padding: 15px 17px;
	border: 1px solid var(--bfx-line);
	border-radius: 16px;
	background: rgba(255, 255, 255, .035);
}

.bfx-fact--wide { grid-column: 1 / -1; }
.bfx-fact svg { flex: 0 0 24px; width: 24px; fill: none; stroke: var(--bfx-accent); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.bfx-fact div { display: flex; flex-direction: column; min-width: 0; }
.bfx-fact span { color: var(--bfx-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.bfx-fact strong { font-size: 15px; line-height: 1.3; }
.bfx-fact small { margin-top: 4px; color: var(--bfx-muted); font-size: 12px; line-height: 1.35; }

.bfx-opening {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: -6px 0 24px;
	padding-left: 16px;
	border-left: 3px solid var(--bfx-accent-2);
}
.bfx-opening span { color: var(--bfx-muted); }
.bfx-opening strong { color: #fff; }
.bfx-primary-cta { min-height: 56px; padding: 0 27px; font-size: 16px; }

.bfx-countdown-section,
.bfx-tickets,
.bfx-about,
.bfx-details,
.bfx-whatsapp,
.bfx-share,
.bfx-footer {
	width: min(1180px, calc(100% - 48px));
	margin-right: auto;
	margin-left: auto;
}

.bfx-countdown-section { padding: 92px 0 28px; }
.bfx-section-intro { max-width: 680px; }
.bfx-section-intro--center { margin: 0 auto; text-align: center; }
.bfx-section-intro--center > span { justify-content: center; }
.bfx-section-intro--center > span::after { content: ""; width: 28px; height: 2px; background: currentColor; }

.bfx-section-intro h2,
.bfx-whatsapp h2,
.bfx-share h2 {
	margin: 12px 0;
	font-size: clamp(34px, 5vw, 60px);
	line-height: .98;
	letter-spacing: -.055em;
}

.bfx-section-intro p,
.bfx-whatsapp p,
.bfx-share p { margin: 0; color: var(--bfx-muted); font-size: 17px; }

.bfx-countdown {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	max-width: 760px;
	margin: 38px auto 0;
}

.bfx-countdown > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 132px;
	border: 1px solid var(--bfx-line);
	border-radius: 20px;
	background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.018));
}

.bfx-countdown strong { font-size: clamp(36px, 5vw, 58px); line-height: 1; letter-spacing: -.055em; }
.bfx-countdown span { margin-top: 9px; color: var(--bfx-muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bfx-countdown.is-finished { grid-template-columns: 1fr; }
.bfx-countdown.is-finished::after { content: "Evento encerrado"; display: block; padding: 28px; color: var(--bfx-muted); text-align: center; }
.bfx-countdown.is-finished > div { display: none; }

.bfx-tickets { padding: 118px 0; }
.bfx-ticket-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 900px; margin: 46px auto 24px; }

.bfx-ticket-button {
	display: grid;
	grid-template-columns: 72px 1fr 25px;
	align-items: center;
	gap: 16px;
	min-height: 92px;
	padding: 16px 20px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 18px;
	background: var(--bfx-surface);
	transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.bfx-ticket-button:hover { transform: translateY(-3px); border-color: var(--bfx-accent); background: #1a1513; }
.bfx-ticket-button__logo { display: grid; place-items: center; width: 72px; height: 52px; padding: 7px; overflow: hidden; border-radius: 11px; background: #fff; color: #1b1205; }
.bfx-ticket-button__logo img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center center; }
.bfx-ticket-button__logo strong { font-size: 20px; font-weight: 950; }
.bfx-ticket-button > span:nth-child(2) { display: flex; flex-direction: column; }
.bfx-ticket-button small { color: var(--bfx-muted); font-size: 12px; }
.bfx-ticket-button strong { font-size: 18px; }
.bfx-ticket-button svg { width: 24px; fill: none; stroke: var(--bfx-accent); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.bfx-payment-note {
	display: flex;
	align-items: center;
	gap: 14px;
	max-width: 900px;
	margin: 0 auto;
	padding: 17px 20px;
	border: 1px solid rgba(31, 164, 99, .26);
	border-radius: 16px;
	background: rgba(31, 164, 99, .07);
}
.bfx-payment-note svg { width: 24px; height: 24px; flex: 0 0 24px; padding: 4px; border-radius: 50%; background: var(--bfx-green); fill: none; stroke: #fff; stroke-width: 2.2; }
.bfx-payment-note div { display: flex; flex-direction: column; }
.bfx-payment-note span { color: var(--bfx-muted); font-size: 13px; }

.bfx-about {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
	align-items: stretch;
	gap: 28px;
	padding: 0 0 118px;
}

.bfx-about__content {
	padding: clamp(35px, 6vw, 70px);
	border: 1px solid var(--bfx-line);
	border-radius: 28px;
	background: var(--bfx-surface);
}

.bfx-about__text { max-width: 720px; margin-top: 30px; color: var(--bfx-muted); font-size: 18px; line-height: 1.75; }
.bfx-about__text p { margin: 0 0 18px; }
.bfx-about__text p:last-child { margin-bottom: 0; }
.bfx-cast { display: flex; align-items: center; gap: 13px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--bfx-line); }
.bfx-cast span { color: var(--bfx-accent); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.bfx-cast strong { font-size: 17px; }

.bfx-about__number {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 390px;
	padding: 35px;
	border-radius: 28px;
	background: var(--bfx-accent);
	color: #1b1205;
	text-align: center;
}
.bfx-about__number span { font-size: clamp(78px, 10vw, 126px); font-weight: 950; line-height: .75; letter-spacing: -.085em; }
.bfx-about__number strong { margin-top: 22px; font-size: 30px; letter-spacing: -.03em; text-transform: uppercase; }
.bfx-about__number p { max-width: 190px; margin: 7px 0 0; font-weight: 700; line-height: 1.35; }

.bfx-details {
	display: grid;
	grid-template-columns: 1.3fr .7fr;
	gap: 50px;
	padding: clamp(45px, 7vw, 90px);
	border: 1px solid var(--bfx-line);
	border-radius: 30px;
	background: linear-gradient(135deg, #181211, #100d0c);
}

.bfx-detail-list { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 35px; margin: 36px 0; }
.bfx-detail-list > div { display: flex; flex-direction: column; padding-top: 14px; border-top: 1px solid var(--bfx-line); }
.bfx-detail-list span { color: var(--bfx-muted); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.bfx-detail-list strong { margin-top: 6px; font-size: 16px; }
.bfx-detail-list small { margin-top: 4px; color: var(--bfx-muted); }
.bfx-map-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid var(--bfx-accent); color: var(--bfx-accent) !important; font-weight: 800; }

.bfx-details__art {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 320px;
	border: 1px solid rgba(231, 174, 66, .25);
	border-radius: 24px;
	background: radial-gradient(circle at center, rgba(231, 174, 66, .16), transparent 62%);
}
.bfx-details__art span { color: var(--bfx-accent); font-size: clamp(90px, 12vw, 150px); font-weight: 950; line-height: .78; letter-spacing: -.09em; }
.bfx-details__art strong { margin-top: 18px; font-size: 35px; letter-spacing: .25em; }
.bfx-details__art small { margin-top: 9px; color: var(--bfx-muted); font-size: 16px; font-weight: 800; letter-spacing: .25em; }

.bfx-whatsapp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px;
	margin-top: 30px;
	padding: 38px 44px;
	border-radius: 24px;
	background: #e9f8f0;
	color: #102219;
}
.bfx-whatsapp > div { display: flex; align-items: center; gap: 22px; }
.bfx-whatsapp__icon { display: grid; place-items: center; flex: 0 0 60px; width: 60px; height: 60px; border-radius: 50%; background: var(--bfx-green); color: #fff; font-size: 25px; }
.bfx-whatsapp > div > div > span { color: #15804e; }
.bfx-whatsapp h2 { margin: 4px 0 6px; font-size: clamp(28px, 4vw, 42px); }
.bfx-whatsapp p { color: #557064; }
.bfx-whatsapp a { flex: 0 0 auto; padding: 16px 20px; border-radius: 14px; background: var(--bfx-green); color: #fff; font-weight: 850; text-align: center; }

.bfx-share {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 26px;
	padding: 110px 0;
}
.bfx-share > img { width: 110px; height: 110px; padding: 8px; border-radius: 12px; background: #fff; object-fit: contain; }
.bfx-share h2 { margin: 6px 0; font-size: clamp(30px, 4vw, 46px); }
.bfx-share__actions { display: flex; gap: 10px; }
.bfx-share button { min-height: 48px; padding: 0 18px; border: 1px solid var(--bfx-line); border-radius: 12px; background: var(--bfx-surface); color: var(--bfx-text); cursor: pointer; font-weight: 800; }
.bfx-share button:first-child { background: var(--bfx-accent); color: #1b1205; }

.bfx-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 30px 0 40px;
	border-top: 1px solid var(--bfx-line);
	color: var(--bfx-muted);
	font-size: 13px;
}
.bfx-footer > div { display: flex; flex-direction: column; }
.bfx-footer strong { color: var(--bfx-text); }
.bfx-footer a strong { color: #72a7ff; }

@media (max-width: 900px) {
	.bfx-hero { grid-template-columns: .85fr 1.15fr; gap: 42px; }
	.bfx-hero h1 { font-size: clamp(56px, 10vw, 82px); }
	.bfx-about { grid-template-columns: 1fr; }
	.bfx-about__number { min-height: 260px; }
	.bfx-details { grid-template-columns: 1fr; }
	.bfx-details__art { min-height: 230px; }
	.bfx-whatsapp { align-items: flex-start; flex-direction: column; }
	.bfx-share { grid-template-columns: 1fr; text-align: center; }
	.bfx-share > img { margin: 0 auto; }
	.bfx-share__actions { justify-content: center; }
}

@media (max-width: 720px) {
	.admin-bar .bfx-topbar { top: 46px; }
	.bfx-topbar { height: 64px; padding: 0 18px; }
	.bfx-topbar__title { font-size: 15px; }
	.bfx-topbar__cta { min-height: 42px; padding: 0 15px; font-size: 12px; }
	.bfx-hero { grid-template-columns: 1fr; min-height: auto; width: min(100% - 36px, 560px); padding: 38px 0 72px; }
	.bfx-hero__poster-wrap { width: min(86%, 380px); }
	.bfx-hero__content { text-align: center; }
	.bfx-eyebrow { justify-content: center; }
	.bfx-hero h1 { margin-top: 20px; font-size: clamp(62px, 20vw, 96px); }
	.bfx-hero h1 span { margin-left: 0; }
	.bfx-hero__summary { margin: 0 auto; }
	.bfx-event-facts { text-align: left; }
	.bfx-opening { justify-content: center; border-left: 0; border-bottom: 2px solid var(--bfx-accent-2); padding: 0 0 10px; }
	.bfx-countdown-section,
	.bfx-tickets,
	.bfx-about,
	.bfx-details,
	.bfx-whatsapp,
	.bfx-share,
	.bfx-footer { width: min(100% - 36px, 560px); }
	.bfx-countdown-section { padding-top: 70px; }
	.bfx-countdown { gap: 8px; }
	.bfx-countdown > div { min-height: 96px; border-radius: 14px; }
	.bfx-countdown strong { font-size: 34px; }
	.bfx-countdown span { font-size: 9px; }
	.bfx-tickets { padding: 90px 0; }
	.bfx-ticket-grid { grid-template-columns: 1fr; }
	.bfx-about { padding-bottom: 90px; }
	.bfx-about__content { padding: 35px 24px; border-radius: 23px; }
	.bfx-details { padding: 35px 24px; border-radius: 23px; }
	.bfx-detail-list { grid-template-columns: 1fr; gap: 15px; }
	.bfx-whatsapp { padding: 30px 24px; }
	.bfx-whatsapp > div { align-items: flex-start; }
	.bfx-whatsapp__icon { flex-basis: 48px; width: 48px; height: 48px; }
	.bfx-whatsapp a { width: 100%; }
	.bfx-share { padding: 82px 0; }
	.bfx-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
	.bfx-event-facts { grid-template-columns: 1fr; }
	.bfx-fact--wide { grid-column: auto; }
	.bfx-countdown-section,
	.bfx-tickets,
	.bfx-about,
	.bfx-details,
	.bfx-whatsapp,
	.bfx-share,
	.bfx-footer { width: calc(100% - 28px); }
	.bfx-ticket-button { grid-template-columns: 62px 1fr 22px; gap: 12px; padding: 14px; }
	.bfx-ticket-button__logo { width: 62px; height: 48px; }
	.bfx-payment-note { align-items: flex-start; }
	.bfx-share__actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.bfx-event-page * { transition: none !important; }
}
