.speakers-page {
  background: #fdfafc;
  color: var(--preto);
}

.speakers-hero {
  position: relative;
  min-height: clamp(340px, 60vw, 480px);
  padding: clamp(48px, 11vw, 120px) clamp(20px, 6vw, 120px);
  border-radius: 0 0 46px 46px;
  overflow: hidden;
  isolation: isolate;
  background-size: cover;
  background-position: center;
}

.speakers-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(10, 0, 0, 0.82) 0%, rgba(168, 9, 39, 0.66) 100%);
  z-index: 0;
}

.speakers-hero__overlay {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(16px, 4vw, 24px);
  max-width: 680px;
  color: var(--branco);
}

.speakers-hero__title {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.1;
}

.speakers-hero__subtitle {
  margin: 0;
  font-size: clamp(1rem, 2.3vw, 1.15rem);
  color: rgba(255, 255, 255, 0.88);
  max-width: 540px;
}

.speakers-intro {
  padding: clamp(36px, 7vw, 72px) clamp(20px, 6vw, 110px);
}

.speakers-intro__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: 12px;
}

.speakers-intro__inner h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 2.6rem);
}

.speakers-intro__copy {
  margin: 0;
  color: var(--cinza);
  font-size: 1.05rem;
  line-height: 1.7;
  display: grid;
  gap: 10px;
}

.speakers-intro__copy p {
  margin: 0;
}

.speakers-metrics {
  max-width: 1160px;
  margin: clamp(16px, 4vw, 36px) auto;
  width: 92%;
}

.speakers-metrics__grid {
  display: grid;
  gap: clamp(14px, 3vw, 24px);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.speakers-metrics__item {
  background: linear-gradient(135deg, rgba(168, 9, 39, 0.12) 0%, rgba(255, 255, 255, 0.92) 100%);
  border-radius: 22px;
  padding: clamp(18px, 3vw, 28px);
  box-shadow: inset 0 0 0 1px rgba(168, 9, 39, 0.08);
  display: grid;
  gap: 8px;
  justify-items: start;
}

.speakers-metrics__value {
  font-size: clamp(1.6rem, 4vw, 2.3rem);
  font-weight: 700;
  color: var(--vermelho-principal);
  letter-spacing: 0.02em;
}

.speakers-metrics__label {
  margin: 0;
  color: var(--cinza);
  font-size: 0.95rem;
}

.speakers-overview {
  max-width: 1160px;
  margin: clamp(16px, 5vw, 40px) auto;
  width: 92%;
}

.speakers-overview__inner {
  background: #fff;
  border-radius: 28px;
  padding: clamp(24px, 5vw, 40px);
  box-shadow: 0 22px 48px rgba(18, 6, 10, 0.12);
  color: var(--cinza-escuro);
  display: grid;
  gap: 16px;
  font-size: 1.05rem;
  line-height: 1.75;
}

.speakers-overview__inner p {
  margin: 0;
}

.speakers-overview__inner ul {
  padding-left: 1.1em;
  margin: 0;
}

.speakers-cta {
  max-width: 1160px;
  margin: clamp(16px, 5vw, 48px) auto;
  width: 92%;
  text-align: center;
}

.speakers-cta .btn-vermelho {
  padding: clamp(14px, 3vw, 20px) clamp(28px, 6vw, 42px);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 22px 46px rgba(168, 9, 39, 0.26);
}

.speakers-related {
  max-width: 1160px;
  margin: clamp(16px, 5vw, 56px) auto;
  width: 92%;
  display: grid;
  gap: clamp(18px, 4vw, 28px);
}

.speakers-related__header {
  text-align: center;
  display: grid;
  gap: 8px;
}

.speakers-related__header h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
}

.speakers-related__header p {
  margin: 0;
  color: var(--cinza);
  font-size: 0.98rem;
}

.speakers-related__grid {
  display: grid;
  gap: clamp(14px, 3vw, 24px);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.speakers-related__card {
  background: #fff;
  border-radius: 20px;
  padding: clamp(18px, 4vw, 26px);
  box-shadow: 0 18px 40px rgba(18, 6, 10, 0.12);
  display: grid;
  gap: 10px;
  height: 100%;
}

.speakers-related__title {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--preto);
  text-decoration: none;
  line-height: 1.4;
}

.speakers-related__title:hover,
.speakers-related__title:focus-visible {
  color: var(--vermelho-principal);
}

.speakers-related__excerpt {
  margin: 0;
  color: var(--cinza);
  font-size: 0.95rem;
  line-height: 1.6;
}

.speakers-related__meta {
  margin-top: auto;
  font-size: 0.85rem;
  color: rgba(20, 20, 43, 0.6);
}

.speakers-faq {
  max-width: 1160px;
  margin: clamp(16px, 5vw, 48px) auto clamp(40px, 7vw, 64px);
  width: 92%;
}

.speakers-faq__inner {
  background: #fff;
  border-radius: 28px;
  padding: clamp(24px, 5vw, 40px);
  box-shadow: 0 18px 40px rgba(18, 6, 10, 0.12);
  display: grid;
  gap: 18px;
}

.speakers-faq__inner h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  text-align: center;
}

.speakers-faq__inner .faq-item {
  margin-bottom: 12px;
}

.speakers-faq__inner .faq-q {
  margin: 0 0 4px;
  font-weight: 600;
}

.speakers-faq__inner .faq-a {
  margin: 0;
  color: var(--cinza);
  line-height: 1.65;
}

.speakers-filters {
  max-width: 1160px;
  margin: 0 auto;
  width: 92%;
  display: grid;
  gap: 18px;
  padding: clamp(12px, 2vw, 16px) clamp(18px, 5vw, 32px) clamp(18px, 4vw, 26px);
  position: sticky;
  top: var(--filters-offset, calc(var(--header-height, 82px) + 16px));
  z-index: 15;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  box-shadow: 0 16px 32px rgba(18, 6, 10, 0.08);
  backdrop-filter: blur(10px);
  transition: box-shadow 0.25s ease, background 0.25s ease, transform 0.25s ease, padding 0.25s ease, backdrop-filter 0.25s ease;
}

.speakers-filters__group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}

.speakers-filters__label {
  font-weight: 700;
  color: var(--preto);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.speakers-filters__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.speakers-filters__list a {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(168, 9, 39, 0.1);
  color: var(--vermelho-principal);
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.speakers-filters__list a.active {
  background: var(--vermelho-principal);
  color: var(--branco);
}

.speakers-filters__list a:hover,
.speakers-filters__list a:focus-visible {
  background: var(--vermelho-principal);
  color: var(--branco);
  transform: translateY(-2px);
}

.speakers-filters__sentinel {
  width: 100%;
  height: 1px;
  margin-top: -1px;
}

.speakers-filters--stuck {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 42px rgba(18, 6, 10, 0.18);
  border-radius: 26px;
  transform: translateY(-8px);
  backdrop-filter: blur(14px);
}

.speakers-grid {
  display: grid;
  gap: clamp(22px, 4vw, 34px);
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  padding: clamp(32px, 7vw, 80px) clamp(20px, 6vw, 120px);
  justify-content: center;
  justify-items: stretch;
}

.speaker-card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 26px 58px rgba(18, 6, 10, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.speaker-card:hover,
.speaker-card:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 32px 64px rgba(18, 6, 10, 0.18);
}

.speaker-card__media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  flex-shrink: 0;
}

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

.speaker-card__content {
  padding: clamp(22px, 5vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1 1 auto;
}

.speaker-card__header {
  display: grid;
  gap: 10px;
}

.speaker-card__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(168, 9, 39, 0.1);
  color: var(--vermelho-principal);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  width: fit-content;
}

.speaker-card__header h3 {
  margin: 0;
  font-size: 1.4rem;
}

.speaker-card__role {
  margin: 0;
  font-weight: 600;
  color: var(--cinza);
}

.speaker-card__highlight {
  margin: 0;
  font-size: 0.95rem;
  color: var(--preto);
}

.speaker-card__body {
  color: var(--cinza);
  flex: 1 1 auto;
  display: flex;
  min-height: 120px;
}

.speaker-card__body p {
  margin: 0;
  color: inherit;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 4;
}

.speaker-card__topics {
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--cinza);
  display: grid;
  gap: 6px;
  font-size: 0.95rem;
  min-height: 84px;
}

.speaker-card__topics:empty {
  display: none;
  min-height: 0;
}

.speaker-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.speaker-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: auto;
}

.speaker-card__actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.speaker-card__social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.speaker-card__social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(168, 9, 39, 0.1);
  color: var(--vermelho-principal);
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.speaker-card__social a:hover,
.speaker-card__social a:focus-visible {
  background: var(--vermelho-principal);
  color: var(--branco);
  transform: translateY(-3px);
}

.speaker-card__agenda {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(168, 9, 39, 0.32);
  background: transparent;
  color: var(--vermelho-principal);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.speaker-card__agenda:hover,
.speaker-card__agenda:focus-visible {
  background: var(--vermelho-principal);
  color: var(--branco);
  border-color: var(--vermelho-principal);
}

.speaker-card__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--preto);
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.speaker-card__more i {
  transition: transform 0.3s ease;
}

.speaker-card__more:hover,
.speaker-card__more:focus-visible {
  color: var(--vermelho-principal);
}

.speaker-card__more:hover i,
.speaker-card__more:focus-visible i {
  transform: translateX(4px);
}

.speakers-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--cinza);
  font-size: 1.05rem;
}

.popup-agenda {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 9999;
}

.popup-agenda.hidden {
  display: none;
}

.popup-content {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  max-width: 420px;
  width: 100%;
  display: grid;
  gap: 18px;
  position: relative;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
}

.popup-content h2 {
  margin: 0;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: var(--vermelho-principal);
  letter-spacing: 0.16em;
}

.popup-content ul {
  margin: 0;
  padding-left: 18px;
  color: var(--cinza);
  line-height: 1.6;
  display: grid;
  gap: 8px;
}

.popup-content li strong {
  color: var(--preto);
}

.close-popup {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 28px;
  color: var(--cinza);
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-popup:hover {
  color: var(--vermelho-principal);
}

@media (max-width: 1024px) {
  .speakers-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}

@media (max-width: 768px) {
  .speakers-hero {
    border-radius: 0 0 30px 30px;
  }

  .speakers-hero__overlay {
    text-align: center;
  }

  .speakers-intro__inner {
    text-align: left;
  }

  .speaker-card__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .speaker-card__actions {
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* ============================
   SINGLE SPEAKER PROFILE
=============================== */
.speaker-profile {
  background: #fdfafc;
  padding-bottom: clamp(48px, 10vw, 120px);
  display: grid;
  gap: clamp(32px, 6vw, 60px);
}

.speaker-profile .breadcrumbs {
  max-width: 1160px;
  margin: clamp(16px, 4vw, 32px) auto 0;
  width: 92%;
}

.speaker-profile__hero {
  max-width: 1160px;
  margin: 0 auto;
  width: 92%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 230, 236, 0.92) 100%);
  border-radius: 32px;
  box-shadow: 0 26px 60px rgba(20, 10, 15, 0.13);
  padding: clamp(24px, 5vw, 40px);
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 40px);
  align-items: center;
}

.speaker-profile__media {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(20, 10, 15, 0.2);
}

.speaker-profile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.speaker-profile__overview {
  display: grid;
  gap: clamp(12px, 2vw, 18px);
}

.speaker-profile__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.speaker-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(168, 9, 39, 0.12);
  color: var(--vermelho-principal);
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.speaker-chip:hover,
.speaker-chip:focus-visible {
  background: var(--vermelho-principal);
  color: var(--branco);
  transform: translateY(-2px);
}

.speaker-chip--small {
  font-size: 0.78rem;
  padding: 4px 12px;
}

.speaker-profile__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(168, 9, 39, 0.12);
  color: var(--vermelho-principal);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
  width: fit-content;
}

.speaker-profile__name {
  margin: 0;
  font-size: clamp(2.2rem, 4.6vw, 3rem);
  line-height: 1.12;
  color: var(--preto);
}

.speaker-profile__role {
  margin: 0;
  font-size: clamp(1.05rem, 2.3vw, 1.2rem);
  color: var(--cinza);
  font-weight: 600;
}

.speaker-profile__highlight {
  margin: 0;
  font-size: clamp(1.05rem, 2.3vw, 1.25rem);
  color: var(--preto);
  font-weight: 500;
}

.speaker-profile__meta {
  margin: 0;
  color: var(--cinza);
  font-size: 0.95rem;
}

.speaker-profile__video {
  max-width: 1160px;
  margin: 0 auto;
  width: 92%;
}

.speaker-profile__video-wrapper {
  position: relative;
  padding-top: 56.25%;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(10, 4, 8, 0.18);
  background: #000;
}

.speaker-profile__video-wrapper iframe,
.speaker-profile__video-wrapper video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.speaker-profile__video-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.speaker-profile__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.speaker-profile__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: transform 0.3s ease, color 0.3s ease;
}

.speaker-profile__link--video {
  color: var(--vermelho-principal);
}

.speaker-profile__link--video:hover,
.speaker-profile__link--video:focus-visible {
  transform: translateX(4px);
  color: #780918;
}

.speaker-profile__social {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.speaker-profile__social a {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(168, 9, 39, 0.12);
  color: var(--vermelho-principal);
  font-size: 1.1rem;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.speaker-profile__social a:hover,
.speaker-profile__social a:focus-visible {
  background: var(--vermelho-principal);
  color: var(--branco);
  transform: translateY(-3px);
}

.speaker-profile__body {
  max-width: 1160px;
  margin: 0 auto;
  width: 92%;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 48px);
}

.speaker-profile__content {
  background: #fff;
  border-radius: 28px;
  padding: clamp(24px, 5vw, 40px);
  box-shadow: 0 22px 50px rgba(18, 6, 10, 0.12);
  display: grid;
  gap: 18px;
  line-height: 1.75;
  color: var(--cinza-escuro);
  font-size: 1.05rem;
}

.speaker-profile__section {
  border: 1px solid rgba(168, 9, 39, 0.08);
  border-radius: 20px;
  padding: clamp(18px, 4vw, 28px);
  background: rgba(168, 9, 39, 0.04);
  display: grid;
  gap: 14px;
}

.speaker-profile__section h2 {
  margin: 0;
  color: var(--vermelho-principal);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.speaker-profile__section ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}

.speaker-profile__section--topics ul {
  list-style: disc;
}

.speaker-profile__section--cases ul {
  list-style: disc;
}

.speaker-profile__testimonials {
  display: grid;
  gap: 18px;
}

.speaker-profile__testimonial {
  margin: 0;
  padding: clamp(12px, 3vw, 18px);
  border-radius: 18px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(168, 9, 39, 0.1);
}

.speaker-profile__testimonial p {
  margin: 0 0 12px;
  font-style: italic;
  color: var(--cinza-escuro);
}

.speaker-profile__testimonial footer {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.9rem;
}

.speaker-profile__testimonial footer strong {
  color: var(--preto);
}

.speaker-profile__testimonial footer span {
  color: var(--cinza);
}

.speaker-profile__content h2,
.speaker-profile__content h3 {
  color: var(--preto);
  margin-top: 1em;
}

.speaker-profile__content ul {
  padding-left: 1.2em;
  list-style: disc;
}

.speaker-profile__sidebar {
  display: grid;
  gap: clamp(20px, 4vw, 32px);
  align-content: start;
}

.speaker-profile__agenda,
.speaker-profile__cta,
.speaker-profile__tags,
.speaker-profile__segments {
  background: #fff;
  border-radius: 24px;
  padding: clamp(20px, 4vw, 28px);
  box-shadow: 0 16px 36px rgba(18, 6, 10, 0.1);
  display: grid;
  gap: 12px;
}

.speaker-profile__agenda h2,
.speaker-profile__cta h2,
.speaker-profile__tags h2 {
  margin: 0;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--vermelho-principal);
}

.speaker-profile__agenda ul,
.speaker-profile__cta ul,
.speaker-profile__tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.speaker-profile__agenda li {
  display: grid;
  gap: 4px;
}

.speaker-profile__agenda-date {
  font-weight: 700;
  color: var(--preto);
  font-size: 0.95rem;
}

.speaker-profile__agenda-event {
  color: var(--cinza);
  font-size: 0.9rem;
}

.speaker-profile__cta ul li {
  position: relative;
  padding-left: 20px;
  color: var(--cinza);
}

.speaker-profile__cta ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--vermelho-principal);
}

.speaker-profile__tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.speaker-profile__segments ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.speaker-profile__segments li a {
  text-decoration: none;
  color: var(--vermelho-principal);
  font-weight: 600;
}

.speaker-profile__segments li a:hover,
.speaker-profile__segments li a:focus-visible {
  text-decoration: underline;
}

.speaker-profile__tags a {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(168, 9, 39, 0.12);
  color: var(--vermelho-principal);
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.speaker-profile__tags a:hover,
.speaker-profile__tags a:focus-visible {
  background: var(--vermelho-principal);
  color: var(--branco);
}

.speaker-profile__footer {
  max-width: 1160px;
  margin: 0 auto;
  width: 92%;
  display: flex;
  justify-content: flex-start;
}

.speaker-profile__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.speaker-profile__empty {
  max-width: 660px;
  margin: 120px auto;
  text-align: center;
  font-size: 1.1rem;
  color: var(--cinza);
}

@media (max-width: 1024px) {
  .speaker-profile__hero {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
  }

  .speaker-profile__chips {
    justify-content: center;
  }

  .speaker-profile__badge {
    margin-inline: auto;
  }

  .speaker-profile__actions {
    justify-content: center;
  }

  .speaker-profile__social {
    justify-content: center;
  }

  .speaker-profile__body {
    grid-template-columns: minmax(0, 1fr);
  }

  .speaker-profile__section--cases ul {
    list-style: disc;
  }
}

@media (max-width: 640px) {
  .speaker-profile__actions {
    flex-direction: column;
    width: 100%;
  }

  .speaker-profile__actions .btn-vermelho,
  .speaker-profile__link {
    width: 100%;
    justify-content: center;
  }

  .speaker-profile__hero {
    padding: clamp(20px, 6vw, 28px);
  }

  .speakers-filters__group {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .speakers-filters__list {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .speakers-filters {
    position: static;
    padding: clamp(14px, 7vw, 20px) clamp(16px, 7vw, 24px);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(18, 6, 10, 0.08);
    backdrop-filter: none;
    transform: none;
  }

  .speakers-filters--stuck {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 24px rgba(18, 6, 10, 0.08);
    transform: none;
    backdrop-filter: none;
  }

  .speakers-intro__copy {
    font-size: 0.98rem;
    text-align: left;
  }

  .speakers-metrics__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .speakers-overview__inner {
    padding: clamp(20px, 7vw, 32px);
  }

  .speakers-related__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .speakers-faq__inner {
    padding: clamp(20px, 7vw, 32px);
  }
}
