/* ==========================================================================
   Programação de Eventos - Frontend — Timeline Template
   All rules scoped under .pt-programacao to beat Elementor specificity
   ========================================================================== */

.pt-programacao {
	font-family: "ClashDisplay-Semibold", "Inter", sans-serif;
	background: var(--pt-fundo, #F4F6F9);
	box-sizing: border-box;
}

.pt-programacao *,
.pt-programacao *::before,
.pt-programacao *::after {
	box-sizing: border-box;
}

.pt-programacao .pt-programacao-vazia {
	text-align: center;
	color: #999;
	padding: 40px 20px;
	font-size: 1.1em;
}

/* ==========================================================================
   Day Selector (title left + badges right)
   ========================================================================== */
.pt-programacao .pt-day-selector {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 24px;
	padding: 40px 40px 0;
	max-width: 960px;
	margin: 0 auto;
}

.pt-programacao .pt-day-selector-sub {
	font-size: 16px;
	font-weight: 500;
	color: var(--pt-primaria, #006B3F);
	margin-bottom: 4px;
	font-family: "ClashDisplay-Medium", "Inter", sans-serif;
}

.pt-programacao .pt-day-selector-title h2 {
	font-size: 34px;
	font-weight: 700;
	color: var(--pt-escura, #0A1E3D);
	font-family: "ClashDisplay-Bold", "ClashDisplay-Semibold", sans-serif;
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}

.pt-programacao .pt-day-badges {
	display: flex !important;
	gap: 16px;
	flex-shrink: 0;
}

/* Day Badge */
.pt-programacao .pt-day-badge {
	width: 130px !important;
	border-radius: 16px !important;
	overflow: hidden !important;
	cursor: pointer;
	transition: all 0.3s;
	border: 3px solid transparent !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
	background: #fff !important;
	text-align: center !important;
	padding: 0 !important;
	margin: 0 !important;
}

.pt-programacao .pt-day-badge:hover {
	box-shadow: 0 4px 20px rgba(0, 107, 63, 0.15);
	transform: translateY(-2px);
}

.pt-programacao .pt-day-badge.active {
	border-color: var(--pt-primaria, #006B3F);
	box-shadow: 0 4px 24px rgba(0, 107, 63, 0.25);
}

.pt-programacao .pt-day-badge-top {
	background: var(--pt-primaria, #006B3F) !important;
	color: #fff !important;
	padding: 6px 0 4px !important;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	transition: background 0.3s;
	font-family: "ClashDisplay-Medium", "Inter", sans-serif;
}

.pt-programacao .pt-day-badge:not(.active) .pt-day-badge-top {
	background: #94a3b8;
}

.pt-programacao .pt-day-badge-body {
	padding: 10px 0 14px;
}

.pt-programacao .pt-day-badge-mes {
	font-size: 14px;
	font-weight: 600;
	color: var(--pt-primaria, #006B3F);
	text-transform: uppercase;
	font-family: "ClashDisplay-Medium", "Inter", sans-serif;
}

.pt-programacao .pt-day-badge:not(.active) .pt-day-badge-mes {
	color: #94a3b8;
}

.pt-programacao .pt-day-badge-num {
	font-size: 42px;
	font-weight: 700;
	color: var(--pt-escura, #0A1E3D);
	line-height: 1;
	font-family: "ClashDisplay-Bold", "ClashDisplay-Semibold", sans-serif;
	letter-spacing: -0.03em;
}

.pt-programacao .pt-day-badge:not(.active) .pt-day-badge-num {
	color: #9ca3af;
}

.pt-programacao .pt-day-badge-ano {
	font-size: 13px;
	font-weight: 600;
	color: var(--pt-dourado, #D4A843);
	margin-top: 2px;
	font-family: "ClashDisplay-Medium", "Inter", sans-serif;
}

.pt-programacao .pt-day-badge:not(.active) .pt-day-badge-ano {
	color: #c4c4c4;
}

.pt-programacao .pt-day-badge-weekday {
	font-size: 11px;
	color: var(--pt-texto, #6B7280);
	margin-top: 4px;
	font-weight: 500;
	font-family: "ClashDisplay-Regular", "Inter", sans-serif;
}

/* Bottom day selector */
.pt-programacao .pt-day-selector-bottom {
	display: flex !important;
	justify-content: center !important;
	gap: 16px;
	padding: 20px 20px 48px;
}

/* ==========================================================================
   Sticky Time Navigation
   ========================================================================== */
.pt-programacao .pt-time-nav-wrapper {
	position: sticky !important;
	top: var(--pt-menu-height, 80px) !important;
	z-index: 50 !important;
	background: rgba(255, 255, 255, 0.95) !important;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	margin-top: 24px;
	transition: box-shadow 0.3s, background 0.3s;
	padding: 0 !important;
}

.pt-programacao .pt-time-nav-wrapper.scrolled {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	background: rgba(255, 255, 255, 0.98) !important;
}

.pt-programacao .pt-time-nav {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px;
	padding: 10px 24px !important;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	max-width: 100%;
	margin: 0 auto;
	-ms-overflow-style: none;
}

.pt-programacao .pt-time-nav::-webkit-scrollbar {
	display: none;
}

.pt-programacao .pt-time-nav-day-label {
	flex-shrink: 0;
	font-size: 12px;
	font-weight: 700;
	color: var(--pt-primaria, #006B3F);
	padding: 7px 16px;
	background: var(--pt-primaria-bg, #e8f5ee);
	border-radius: 50px;
	margin-right: 8px;
	white-space: nowrap;
	font-family: "ClashDisplay-Semibold", "Inter", sans-serif;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

/* Fade indicators for scroll edges */
.pt-programacao .pt-time-nav-wrapper::before,
.pt-programacao .pt-time-nav-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 32px;
	pointer-events: none;
	z-index: 2;
	transition: opacity 0.3s;
}

.pt-programacao .pt-time-nav-wrapper::before {
	left: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.95), transparent);
}

.pt-programacao .pt-time-nav-wrapper::after {
	right: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 0.95), transparent);
}

.pt-programacao .pt-time-nav-wrapper.scroll-start::before {
	opacity: 0;
}

.pt-programacao .pt-time-nav-wrapper.scroll-end::after {
	opacity: 0;
}

.pt-programacao .pt-time-pill {
	flex-shrink: 0;
	padding: 8px 16px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 600;
	border: 2px solid #e2e5ea;
	background: #fff;
	color: var(--pt-texto, #6B7280);
	cursor: pointer;
	transition: all 0.2s ease;
	font-family: "ClashDisplay-Medium", "Inter", sans-serif;
	white-space: nowrap;
	line-height: 1;
}

.pt-programacao .pt-time-pill:last-child {
	margin-right: 8px;
}

.pt-programacao .pt-time-pill:hover {
	border-color: var(--pt-primaria, #006B3F);
	color: var(--pt-primaria, #006B3F);
	background: var(--pt-primaria-bg, #e8f5ee);
}

.pt-programacao .pt-time-pill.active {
	background: var(--pt-primaria, #006B3F) !important;
	border-color: var(--pt-primaria, #006B3F) !important;
	color: #fff !important;
	box-shadow: 0 2px 8px rgba(0, 107, 63, 0.3);
	transform: scale(1.05);
}

.pt-programacao .pt-time-pill-especial {
	border-color: #d1fae5;
	color: var(--pt-especial, #059669);
}

.pt-programacao .pt-time-pill-especial:hover {
	border-color: var(--pt-especial, #059669);
	background: #ecfdf5;
}

/* ==========================================================================
   Container & Day Content
   ========================================================================== */
.pt-programacao .pt-prog-container {
	max-width: 960px;
	margin: 0 auto;
	padding: 28px 20px 40px;
}

.pt-programacao .pt-day-content {
	display: none !important;
}

.pt-programacao .pt-day-content.active {
	display: block !important;
}

/* ==========================================================================
   Session Card — Timeline Layout
   ========================================================================== */
.pt-programacao .pt-sessao-card {
	display: flex !important;
	margin-bottom: 28px;
	position: relative;
	scroll-margin-top: 80px;
}

/* Timeline column */
.pt-programacao .pt-sessao-timeline {
	width: 120px !important;
	flex-shrink: 0;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	position: relative;
}

.pt-programacao .pt-sessao-timeline::after {
	content: '';
	position: absolute;
	top: 90px;
	bottom: -28px;
	width: 2px;
	background: linear-gradient(to bottom, var(--pt-primaria, #006B3F), rgba(0, 107, 63, 0.08));
	left: 50%;
	transform: translateX(-50%);
}

.pt-programacao .pt-sessao-card:last-child .pt-sessao-timeline::after {
	display: none;
}

.pt-programacao .pt-timeline-horario {
	background: var(--pt-primaria, #006B3F) !important;
	color: #fff !important;
	border-radius: 14px !important;
	padding: 14px 10px !important;
	text-align: center;
	min-width: 104px;
	position: relative;
	z-index: 2;
	box-shadow: 0 4px 16px rgba(0, 107, 63, 0.25);
}

.pt-programacao .pt-timeline-hora-inicio {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	font-family: "ClashDisplay-Bold", "ClashDisplay-Semibold", sans-serif;
	letter-spacing: -0.02em;
}

.pt-programacao .pt-timeline-hora-fim {
	font-size: 13px;
	font-weight: 400;
	opacity: 0.7;
	margin-top: 3px;
	font-family: "ClashDisplay-Regular", "Inter", sans-serif;
}

/* Content column */
.pt-programacao .pt-sessao-content {
	flex: 1 !important;
	background: var(--pt-bg-sessao, #fff) !important;
	border-radius: 16px !important;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 20px rgba(0, 0, 0, 0.04) !important;
	border-left: 4px solid var(--pt-primaria, #006B3F) !important;
	margin-left: 16px;
}

.pt-programacao .pt-sessao-content-inner {
	padding: 28px 28px 20px;
}

.pt-programacao .pt-sessao-tipo {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--pt-primaria-claro, #00A86B);
	letter-spacing: 0.08em;
	margin-bottom: 6px;
	font-family: "ClashDisplay-Medium", "Inter", sans-serif;
}

.pt-programacao .pt-sessao-titulo {
	font-size: 24px;
	font-weight: 700;
	color: var(--pt-escura, #0A1E3D);
	font-family: "ClashDisplay-Bold", "ClashDisplay-Semibold", sans-serif;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.pt-programacao .pt-sessao-desc {
	font-size: 15px;
	color: var(--pt-texto, #6B7280);
	margin-top: 12px;
	line-height: 1.65;
	font-family: "ClashDisplay-Regular", "Inter", sans-serif;
	font-weight: 400;
}

/* ==========================================================================
   Participantes
   ========================================================================== */
.pt-programacao .pt-participantes-area {
	padding: 0 28px 24px;
}

.pt-programacao .pt-papel-label {
	font-size: 13px;
	font-weight: 600;
	color: var(--pt-primaria, #006B3F);
	margin-bottom: 16px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--pt-primaria-bg, #e8f5ee);
	display: inline-block;
	font-family: "ClashDisplay-Medium", "Inter", sans-serif;
}

.pt-programacao .pt-papel-section {
	margin-bottom: 20px;
}

.pt-programacao .pt-papel-section:last-child {
	margin-bottom: 0;
}

.pt-programacao .pt-participantes-row {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 28px;
	justify-content: flex-start;
}

.pt-programacao .pt-participantes-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
	gap: 16px 12px;
}

.pt-programacao .pt-participante-item {
	text-align: center;
	width: 120px;
}

.pt-programacao .pt-foto-circle {
	width: 96px !important;
	height: 96px !important;
	border-radius: var(--pt-border-radius, 50%) !important;
	overflow: hidden !important;
	margin: 0 auto 12px !important;
	border: var(--pt-border-width, 3px) solid var(--pt-border-color, #006B3F) !important;
	box-shadow: 0 4px 16px rgba(0, 107, 63, 0.15);
}

.pt-programacao .pt-foto-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pt-programacao .pt-foto-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 26px;
	color: #fff;
	background: var(--pt-primaria, #006B3F);
	font-family: "ClashDisplay-Bold", "ClashDisplay-Semibold", sans-serif;
}

.pt-programacao .pt-part-nome {
	font-size: 14px;
	font-weight: 600;
	color: var(--pt-cor-nome, #0A1E3D);
	line-height: 1.3;
	font-family: "ClashDisplay-Semibold", "Inter", sans-serif;
}

.pt-programacao .pt-part-cargo {
	font-size: 12px;
	color: var(--pt-cor-cargo, #6B7280);
	margin-top: 3px;
	line-height: 1.35;
	font-family: "ClashDisplay-Regular", "Inter", sans-serif;
	font-weight: 400;
}

/* ==========================================================================
   Sessão Especial (almoço, coffee, etc.)
   ========================================================================== */
.pt-programacao .pt-sessao-especial .pt-sessao-content {
	border-left-color: var(--pt-especial, #059669);
	background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
}

.pt-programacao .pt-sessao-especial .pt-timeline-horario {
	background: var(--pt-especial, #059669);
	box-shadow: 0 4px 16px rgba(5, 150, 105, 0.25);
}

.pt-programacao .pt-sessao-especial .pt-sessao-titulo {
	font-size: 18px;
	color: #065f46;
}

/* ==========================================================================
   Responsivo — Tablet (≤768px)
   ========================================================================== */
@media (max-width: 768px) {
	.pt-programacao .pt-day-selector {
		flex-direction: column !important;
		align-items: center !important;
		text-align: center;
		padding: 24px 16px 0;
		gap: 16px;
	}

	.pt-programacao .pt-day-selector-title h2 {
		font-size: 26px;
	}

	.pt-programacao .pt-day-selector-sub {
		font-size: 14px;
	}

	.pt-programacao .pt-day-badges {
		gap: 12px;
	}

	.pt-programacao .pt-day-badge {
		width: 110px !important;
		border-radius: 14px !important;
	}

	.pt-programacao .pt-day-badge-num {
		font-size: 36px;
	}

	.pt-programacao .pt-day-badge-top {
		font-size: 10px;
	}

	.pt-programacao .pt-time-nav {
		justify-content: flex-start !important;
		padding: 10px 12px;
		gap: 6px;
	}

	.pt-programacao .pt-time-nav-day-label {
		font-size: 12px;
		padding: 5px 10px;
	}

	.pt-programacao .pt-time-pill {
		padding: 6px 14px;
		font-size: 13px;
	}

	.pt-programacao .pt-prog-container {
		padding: 20px 12px 40px;
	}

	.pt-programacao .pt-sessao-card {
		flex-direction: column !important;
		margin-bottom: 24px;
		scroll-margin-top: 60px;
	}

	.pt-programacao .pt-sessao-timeline {
		width: 100% !important;
		flex-direction: row !important;
		align-items: center !important;
		gap: 0;
		margin-bottom: 0;
	}

	.pt-programacao .pt-sessao-timeline::after {
		display: none;
	}

	.pt-programacao .pt-timeline-horario {
		border-radius: 12px !important;
		padding: 10px 20px !important;
		min-width: auto;
		display: flex !important;
		align-items: baseline !important;
		gap: 8px;
	}

	.pt-programacao .pt-timeline-hora-inicio {
		font-size: 24px;
	}

	.pt-programacao .pt-timeline-hora-fim {
		font-size: 12px;
		margin-top: 0;
	}

	.pt-programacao .pt-sessao-content {
		margin-left: 0 !important;
		margin-top: 10px;
		border-left: none !important;
		border-top: 4px solid var(--pt-primaria, #006B3F) !important;
	}

	.pt-programacao .pt-sessao-especial .pt-sessao-content {
		border-top-color: var(--pt-especial, #059669);
	}

	.pt-programacao .pt-sessao-content-inner {
		padding: 20px 18px 16px;
	}

	.pt-programacao .pt-sessao-titulo {
		font-size: 20px;
	}

	.pt-programacao .pt-sessao-desc {
		font-size: 14px;
	}

	.pt-programacao .pt-participantes-area {
		padding: 0 18px 20px;
	}

	.pt-programacao .pt-participantes-row {
		gap: 16px;
		justify-content: center;
	}

	.pt-programacao .pt-participante-item {
		width: 100px;
	}

	.pt-programacao .pt-foto-circle {
		width: 80px !important;
		height: 80px !important;
	}

	.pt-programacao .pt-foto-placeholder {
		font-size: 22px;
	}

	.pt-programacao .pt-part-nome {
		font-size: 13px;
	}

	.pt-programacao .pt-part-cargo {
		font-size: 11px;
	}

	.pt-programacao .pt-day-selector-bottom .pt-day-badge {
		width: 110px;
	}

	.pt-programacao .pt-day-selector-bottom .pt-day-badge-num {
		font-size: 36px;
	}
}

/* ==========================================================================
   Responsivo — Mobile pequeno (≤420px)
   ========================================================================== */
@media (max-width: 420px) {
	.pt-programacao .pt-day-badges {
		gap: 10px;
	}

	.pt-programacao .pt-day-badge {
		width: 100px !important;
	}

	.pt-programacao .pt-day-badge-num {
		font-size: 32px;
	}

	.pt-programacao .pt-day-badge-mes {
		font-size: 12px;
	}

	.pt-programacao .pt-day-selector-title h2 {
		font-size: 22px;
	}

	.pt-programacao .pt-time-pill {
		padding: 5px 12px;
		font-size: 12px;
	}

	.pt-programacao .pt-sessao-titulo {
		font-size: 18px;
	}

	.pt-programacao .pt-timeline-hora-inicio {
		font-size: 22px;
	}

	.pt-programacao .pt-participante-item {
		width: 85px;
	}

	.pt-programacao .pt-foto-circle {
		width: 68px !important;
		height: 68px !important;
	}

	.pt-programacao .pt-foto-placeholder {
		font-size: 18px;
	}

	.pt-programacao .pt-day-selector-bottom {
		gap: 10px;
	}

	.pt-programacao .pt-day-selector-bottom .pt-day-badge {
		width: 100px;
	}

	.pt-programacao .pt-day-selector-bottom .pt-day-badge-num {
		font-size: 32px;
	}
}

/* ==========================================================================
   SHARED — Card de Participante (usado em Home, Debatedores, Programação)
   ==========================================================================
   Referência Figma: bg 260×237, foto sobrepõe acima do bg.
   Wrapper = 260×290 (espaço extra em cima para a cabeça).
   BG alinhado à BASE do wrapper, cobrindo ~82% da altura.
   ========================================================================== */
.pt-card-participante {
	text-align: center;
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
}

.pt-card-foto-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 260 / 237;
	overflow: hidden;
	margin-bottom: 10px;
}

.pt-card-foto-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.pt-card-foto-person {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	object-position: bottom center;
	z-index: 2;
}

.pt-card-foto-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: 700;
	color: var(--pt-escura, #0A1E3D);
	background: transparent;
	z-index: 2;
}

.pt-card-info {
	padding: 4px 4px 0;
}

.pt-card-nome {
	font-family: "ClashDisplay-Semibold", "Inter", sans-serif;
	font-size: var(--pt-card-nome-size, 15px);
	font-weight: 700;
	color: var(--pt-cor-nome, #0A1E3D);
	line-height: 1.25;
	margin-bottom: 2px;
}

.pt-card-empresa {
	font-family: "Inter", sans-serif;
	font-size: var(--pt-card-cargo-size, 13px);
	font-weight: 400;
	color: var(--pt-cor-cargo, #6B7280);
	line-height: 1.3;
}

/* --- Programação: cards menores 155×184 --- */
.pt-programacao .pt-card-participante {
	max-width: 155px;
}

.pt-programacao .pt-card-foto-wrapper {
	aspect-ratio: 155 / 184;
}

.pt-programacao .pt-card-nome {
	font-size: 12px;
}

.pt-programacao .pt-card-empresa {
	font-size: 11px;
}

/* ==========================================================================
   HOME CAROUSEL — [event_palestrantes_home]
   ========================================================================== */
.pt-home-carousel {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
}

.pt-home-header {
	text-align: center;
	margin-bottom: 40px;
}

.pt-home-title {
	font-family: "ClashDisplay-Semibold", "Inter", sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: var(--pt-escura, #0A1E3D);
	margin: 0 0 8px;
}

.pt-home-subtitle {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	color: var(--pt-cor-cargo, #6B7280);
	margin: 0;
}

.pt-home-slides-wrapper {
	overflow: hidden;
	position: relative;
}

.pt-home-slides {
	display: flex;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}

.pt-home-slide {
	min-width: 100%;
	flex-shrink: 0;
}

.pt-home-grid {
	display: grid;
	gap: 40px 20px;
}

/* Bullets — retangulares, verde e cinza como no design */
.pt-home-bullets {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 32px;
}

.pt-home-bullet {
	width: 48px;
	height: 8px;
	border: none;
	border-radius: 4px;
	background: #C4C9D1;
	cursor: pointer;
	transition: background 0.3s, width 0.3s;
	padding: 0;
}

.pt-home-bullet.active {
	background: var(--pt-primaria, #006B3F);
	width: 56px;
}

.pt-home-bullet:hover:not(.active) {
	background: #9CA3AF;
}

/* ==========================================================================
   DEBATEDORES GRID — [event_debatedores]
   ========================================================================== */
.pt-debatedores {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
}

.pt-debatedores-header {
	text-align: center;
	margin-bottom: 40px;
}

.pt-debatedores-title {
	font-family: "ClashDisplay-Semibold", "Inter", sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: var(--pt-escura, #0A1E3D);
	margin: 0 0 8px;
}

.pt-debatedores-subtitle {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	color: var(--pt-cor-cargo, #6B7280);
	margin: 0;
}

.pt-debatedores-grid {
	display: grid;
	gap: 40px 24px;
}

/* ==========================================================================
   Responsivo — Cards, Home Carousel, Debatedores
   ========================================================================== */
@media (max-width: 1024px) {
	.pt-home-grid {
		grid-template-columns: repeat(4, 1fr) !important;
	}

	.pt-debatedores-grid {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media (max-width: 768px) {
	.pt-home-grid {
		grid-template-columns: repeat(3, 1fr) !important;
	}

	.pt-debatedores-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.pt-home-title,
	.pt-debatedores-title {
		font-size: 28px;
	}

	.pt-home-bullet {
		width: 36px;
		height: 6px;
	}

	.pt-home-bullet.active {
		width: 44px;
	}

	/* Programação: 2 col no tablet */
	.pt-programacao .pt-participantes-grid {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media (max-width: 480px) {
	.pt-home-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 16px 10px;
	}

	.pt-debatedores-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 16px 10px;
	}

	.pt-card-nome {
		font-size: 13px;
	}

	.pt-card-empresa {
		font-size: 11px;
	}

	/* Programação mob: cards pequenos, 2 col */
	.pt-programacao .pt-participantes-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 12px 8px;
	}

	.pt-programacao .pt-card-participante {
		max-width: 120px;
	}

	.pt-programacao .pt-card-nome {
		font-size: 11px;
	}

	.pt-programacao .pt-card-empresa {
		font-size: 10px;
	}
}

/* ==========================================================================
   PATROCINADORES — [event_patrocinadores]
   ========================================================================== */
.pt-patrocinadores {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
}

.pt-pat-section {
	margin-bottom: 72px;
}

.pt-pat-section:last-child {
	margin-bottom: 0;
}

.pt-pat-section-title {
	font-family: "ClashDisplay-Semibold", "Inter", sans-serif;
	font-size: var(--pt-pat-title-size, 20px);
	font-weight: 700;
	color: var(--pt-pat-title-color, #006B3F);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 32px;
}

.pt-pat-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 28px 20px;
}

.pt-pat-card,
a.pt-pat-card,
a.pt-pat-card:link,
a.pt-pat-card:visited {
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--pt-pat-card-w, 196px);
	max-width: 100%;
	height: var(--pt-pat-card-h, 88px);
	background: var(--pt-pat-card-bg, #ffffff) !important;
	border-radius: var(--pt-pat-card-radius, 10px) !important;
	box-shadow: var(--pt-pat-card-shadow, 0 0 15px rgba(0, 0, 0, 0.30)) !important;
	overflow: hidden;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pt-pat-card:hover,
a.pt-pat-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--pt-pat-card-shadow, 0 0 15px rgba(0, 0, 0, 0.30)), 0 4px 20px rgba(0, 0, 0, 0.10) !important;
	border-radius: var(--pt-pat-card-radius, 10px) !important;
}

.pt-pat-logo {
	max-width: var(--pt-pat-logo-pct, 55%);
	max-height: var(--pt-pat-logo-pct, 55%);
	width: auto;
	height: auto;
	object-fit: contain;
}

.pt-pat-placeholder {
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #9CA3AF;
	text-align: center;
	padding: 8px;
	line-height: 1.3;
}

/* Responsivo — Patrocinadores */
@media (max-width: 768px) {
	.pt-pat-grid {
		gap: 16px;
	}

	.pt-pat-card,
	a.pt-pat-card {
		width: calc(50% - 10px);
		height: auto;
		aspect-ratio: var(--pt-pat-card-w, 196) / var(--pt-pat-card-h, 88);
	}
}

@media (max-width: 480px) {
	.pt-pat-grid {
		gap: 12px;
	}

	.pt-pat-section-title {
		font-size: 16px;
	}
}

/* ==========================================================================
   TYPOGRAPHY OVERRIDES — Plugin Settings
   CSS custom properties set via shortcode inline styles.
   Fallback = original hardcoded value (zero visual change when empty).
   Placed AFTER responsive rules so user settings always win.
   ========================================================================== */

/* --- Programação: Título da Sessão --- */
.pt-programacao .pt-sessao-titulo {
	font-family: var(--pt-typo-titulo-font-family, "ClashDisplay-Bold", "ClashDisplay-Semibold", sans-serif);
	font-size: var(--pt-typo-titulo-font-size, 24px);
	font-weight: var(--pt-typo-titulo-font-weight, 700);
	line-height: var(--pt-typo-titulo-line-height, 1.25);
	letter-spacing: var(--pt-typo-titulo-letter-spacing, -0.02em);
	text-transform: var(--pt-typo-titulo-text-transform, none);
	font-style: var(--pt-typo-titulo-font-style, normal);
	text-decoration: var(--pt-typo-titulo-text-decoration, none);
}

/* --- Programação: Prefixo do Título (antes do " - ") --- */
.pt-programacao .pt-sessao-titulo-prefixo {
	font-family: var(--pt-typo-titulo-prefixo-font-family, inherit);
	font-size: var(--pt-typo-titulo-prefixo-font-size, inherit);
	font-weight: var(--pt-typo-titulo-prefixo-font-weight, inherit);
	line-height: var(--pt-typo-titulo-prefixo-line-height, inherit);
	letter-spacing: var(--pt-typo-titulo-prefixo-letter-spacing, inherit);
	text-transform: var(--pt-typo-titulo-prefixo-text-transform, inherit);
	font-style: var(--pt-typo-titulo-prefixo-font-style, inherit);
	text-decoration: var(--pt-typo-titulo-prefixo-text-decoration, inherit);
	color: var(--pt-typo-titulo-prefixo-color, inherit);
}

.pt-programacao .pt-sessao-titulo-sep {
	color: var(--pt-typo-titulo-prefixo-color, rgba(0, 0, 0, 0.3)) !important;
	opacity: 1 !important;
	font-weight: inherit;
}

/* --- Programação: Subtítulo da Sessão --- */
.pt-programacao .pt-sessao-tipo {
	font-family: var(--pt-typo-subtitulo-font-family, "ClashDisplay-Medium", "Inter", sans-serif);
	font-size: var(--pt-typo-subtitulo-font-size, 12px);
	font-weight: var(--pt-typo-subtitulo-font-weight, 600);
	letter-spacing: var(--pt-typo-subtitulo-letter-spacing, 1.5px);
	text-transform: var(--pt-typo-subtitulo-text-transform, uppercase);
	font-style: var(--pt-typo-subtitulo-font-style, normal);
	text-decoration: var(--pt-typo-subtitulo-text-decoration, none);
	line-height: var(--pt-typo-subtitulo-line-height, 1.4);
}

/* --- Programação: Descrição da Sessão --- */
.pt-programacao .pt-sessao-desc {
	font-family: var(--pt-typo-descricao-font-family, "ClashDisplay-Regular", "Inter", sans-serif);
	font-size: var(--pt-typo-descricao-font-size, 15px);
	font-weight: var(--pt-typo-descricao-font-weight, 400);
	line-height: var(--pt-typo-descricao-line-height, 1.65);
	letter-spacing: var(--pt-typo-descricao-letter-spacing, normal);
	text-transform: var(--pt-typo-descricao-text-transform, none);
	font-style: var(--pt-typo-descricao-font-style, normal);
	text-decoration: var(--pt-typo-descricao-text-decoration, none);
}

/* --- Programação: Dia (badge) --- */
.pt-programacao .pt-day-badge {
	font-family: var(--pt-typo-dia-font-family, "ClashDisplay-Semibold", "Inter", sans-serif);
	font-style: var(--pt-typo-dia-font-style, normal);
	letter-spacing: var(--pt-typo-dia-letter-spacing, normal);
}

.pt-programacao .pt-day-badge-num {
	font-size: var(--pt-typo-dia-font-size, 38px);
	font-weight: var(--pt-typo-dia-font-weight, 800);
	line-height: var(--pt-typo-dia-line-height, 1);
}

/* --- Programação: Horário --- */
.pt-programacao .pt-timeline-hora-inicio {
	font-family: var(--pt-typo-horario-font-family, inherit);
	font-size: var(--pt-typo-horario-font-size, 28px);
	font-weight: var(--pt-typo-horario-font-weight, 700);
	letter-spacing: var(--pt-typo-horario-letter-spacing, -0.02em);
	line-height: var(--pt-typo-horario-line-height, 1);
	font-style: var(--pt-typo-horario-font-style, normal);
}

/* --- Programação: Nome do Participante --- */
.pt-programacao .pt-card-nome {
	font-family: var(--pt-typo-part-nome-font-family, "ClashDisplay-Semibold", "Inter", sans-serif);
	font-size: var(--pt-typo-part-nome-font-size, 12px);
	font-weight: var(--pt-typo-part-nome-font-weight, 700);
	letter-spacing: var(--pt-typo-part-nome-letter-spacing, normal);
	text-transform: var(--pt-typo-part-nome-text-transform, none);
	font-style: var(--pt-typo-part-nome-font-style, normal);
	line-height: var(--pt-typo-part-nome-line-height, 1.25);
}

/* --- Programação: Empresa do Participante --- */
.pt-programacao .pt-card-empresa {
	font-family: var(--pt-typo-part-empresa-font-family, "Inter", sans-serif);
	font-size: var(--pt-typo-part-empresa-font-size, 11px);
	font-weight: var(--pt-typo-part-empresa-font-weight, 400);
	letter-spacing: var(--pt-typo-part-empresa-letter-spacing, normal);
	text-transform: var(--pt-typo-part-empresa-text-transform, none);
	font-style: var(--pt-typo-part-empresa-font-style, normal);
	line-height: var(--pt-typo-part-empresa-line-height, 1.3);
}

/* --- Carrossel: Título --- */
.pt-home-carousel .pt-home-title {
	font-family: var(--pt-typo-carousel-titulo-font-family, "ClashDisplay-Semibold", "Inter", sans-serif);
	font-size: var(--pt-typo-carousel-titulo-font-size, 36px);
	font-weight: var(--pt-typo-carousel-titulo-font-weight, 700);
	line-height: var(--pt-typo-carousel-titulo-line-height, 1.2);
	letter-spacing: var(--pt-typo-carousel-titulo-letter-spacing, normal);
	text-transform: var(--pt-typo-carousel-titulo-text-transform, none);
	font-style: var(--pt-typo-carousel-titulo-font-style, normal);
	text-decoration: var(--pt-typo-carousel-titulo-text-decoration, none);
}

/* --- Carrossel: Subtítulo --- */
.pt-home-carousel .pt-home-subtitle {
	font-family: var(--pt-typo-carousel-subtitulo-font-family, "Inter", sans-serif);
	font-size: var(--pt-typo-carousel-subtitulo-font-size, 16px);
	font-weight: var(--pt-typo-carousel-subtitulo-font-weight, 400);
	line-height: var(--pt-typo-carousel-subtitulo-line-height, 1.5);
	letter-spacing: var(--pt-typo-carousel-subtitulo-letter-spacing, normal);
	text-transform: var(--pt-typo-carousel-subtitulo-text-transform, none);
	font-style: var(--pt-typo-carousel-subtitulo-font-style, normal);
	text-decoration: var(--pt-typo-carousel-subtitulo-text-decoration, none);
}

/* --- Carrossel: Nome no Card --- */
.pt-home-carousel .pt-card-nome {
	font-family: var(--pt-typo-carousel-nome-font-family, "ClashDisplay-Semibold", "Inter", sans-serif);
	font-size: var(--pt-typo-carousel-nome-font-size, var(--pt-card-nome-size, 15px));
	font-weight: var(--pt-typo-carousel-nome-font-weight, 700);
	letter-spacing: var(--pt-typo-carousel-nome-letter-spacing, normal);
	text-transform: var(--pt-typo-carousel-nome-text-transform, none);
	line-height: var(--pt-typo-carousel-nome-line-height, 1.25);
}

/* --- Carrossel: Empresa no Card --- */
.pt-home-carousel .pt-card-empresa {
	font-family: var(--pt-typo-carousel-empresa-font-family, "Inter", sans-serif);
	font-size: var(--pt-typo-carousel-empresa-font-size, var(--pt-card-cargo-size, 13px));
	font-weight: var(--pt-typo-carousel-empresa-font-weight, 400);
	letter-spacing: var(--pt-typo-carousel-empresa-letter-spacing, normal);
	text-transform: var(--pt-typo-carousel-empresa-text-transform, none);
	line-height: var(--pt-typo-carousel-empresa-line-height, 1.3);
}

/* --- Debatedores: Título --- */
.pt-debatedores .pt-debatedores-title {
	font-family: var(--pt-typo-deb-titulo-font-family, "ClashDisplay-Semibold", "Inter", sans-serif);
	font-size: var(--pt-typo-deb-titulo-font-size, 36px);
	font-weight: var(--pt-typo-deb-titulo-font-weight, 700);
	line-height: var(--pt-typo-deb-titulo-line-height, 1.2);
	letter-spacing: var(--pt-typo-deb-titulo-letter-spacing, normal);
	text-transform: var(--pt-typo-deb-titulo-text-transform, none);
	font-style: var(--pt-typo-deb-titulo-font-style, normal);
	text-decoration: var(--pt-typo-deb-titulo-text-decoration, none);
}

/* --- Debatedores: Subtítulo --- */
.pt-debatedores .pt-debatedores-subtitle {
	font-family: var(--pt-typo-deb-subtitulo-font-family, "Inter", sans-serif);
	font-size: var(--pt-typo-deb-subtitulo-font-size, 16px);
	font-weight: var(--pt-typo-deb-subtitulo-font-weight, 400);
	line-height: var(--pt-typo-deb-subtitulo-line-height, 1.5);
	letter-spacing: var(--pt-typo-deb-subtitulo-letter-spacing, normal);
	text-transform: var(--pt-typo-deb-subtitulo-text-transform, none);
	font-style: var(--pt-typo-deb-subtitulo-font-style, normal);
	text-decoration: var(--pt-typo-deb-subtitulo-text-decoration, none);
}

/* --- Debatedores: Nome no Card --- */
.pt-debatedores .pt-card-nome {
	font-family: var(--pt-typo-deb-nome-font-family, "ClashDisplay-Semibold", "Inter", sans-serif);
	font-size: var(--pt-typo-deb-nome-font-size, var(--pt-card-nome-size, 15px));
	font-weight: var(--pt-typo-deb-nome-font-weight, 700);
	letter-spacing: var(--pt-typo-deb-nome-letter-spacing, normal);
	text-transform: var(--pt-typo-deb-nome-text-transform, none);
	line-height: var(--pt-typo-deb-nome-line-height, 1.25);
}

/* --- Debatedores: Empresa no Card --- */
.pt-debatedores .pt-card-empresa {
	font-family: var(--pt-typo-deb-empresa-font-family, "Inter", sans-serif);
	font-size: var(--pt-typo-deb-empresa-font-size, var(--pt-card-cargo-size, 13px));
	font-weight: var(--pt-typo-deb-empresa-font-weight, 400);
	letter-spacing: var(--pt-typo-deb-empresa-letter-spacing, normal);
	text-transform: var(--pt-typo-deb-empresa-text-transform, none);
	line-height: var(--pt-typo-deb-empresa-line-height, 1.3);
}

/* --- Patrocinadores: Título da Seção --- */
.pt-pat-section-title {
	font-family: var(--pt-typo-pat-titulo-font-family, "ClashDisplay-Semibold", "Inter", sans-serif);
	font-size: var(--pt-typo-pat-titulo-font-size, var(--pt-pat-title-size, 20px));
	font-weight: var(--pt-typo-pat-titulo-font-weight, 700);
	line-height: var(--pt-typo-pat-titulo-line-height, 1.2);
	letter-spacing: var(--pt-typo-pat-titulo-letter-spacing, 2px);
	text-transform: var(--pt-typo-pat-titulo-text-transform, uppercase);
	font-style: var(--pt-typo-pat-titulo-font-style, normal);
	text-decoration: var(--pt-typo-pat-titulo-text-decoration, none);
}
