:root {
    --sinal-green: #04695E;
    --sinal-green-dark: #023f39;
    --sinal-orange: #ff7733;
    --sinal-orange-light: #ff9966;
    --sinal-surface: #f6f8f8;
  }

  html {
    scroll-behavior: smooth;
  }

  section {
    scroll-margin-top: 78px;
  }

  .btn-destaque,
  .btn-ticket {
    align-items: center;
    background: linear-gradient(135deg, var(--sinal-orange-light), var(--sinal-orange));
    border: 0;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(255, 119, 51, .28);
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    gap: .55rem;
    justify-content: center;
    padding: 15px 28px;
    transition: transform .25s ease, box-shadow .25s ease;
  }

  .btn-destaque {
    font-size: 1.1rem;
  }

  .btn-destaque:hover,
  .btn-ticket:hover {
    box-shadow: 0 14px 30px rgba(255, 119, 51, .36);
    color: #fff;
    transform: translateY(-2px);
  }

  .hero-copy {
    margin-inline: auto;
    max-width: 920px;
  }

  .hero-kicker {
    color: var(--sinal-orange-light);
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .hero-title {
    font-size: clamp(2.1rem, 5vw, 4.2rem);
    line-height: 1.08;
    margin-bottom: 1.25rem;
  }

  .hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.3rem);
    margin-inline: auto;
    max-width: 760px;
  }

  .event-meta {
    gap: .75rem;
  }

  .event-meta span {
    align-items: center;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    display: inline-flex;
    gap: .5rem;
    padding: .65rem 1rem;
  }

  .icon-accent,
  .footer-year {
    color: var(--sinal-orange-light);
  }

  .text-sinal {
    color: var(--sinal-green);
  }

  .about-points {
    display: grid;
    gap: .85rem;
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
  }

  .about-points li {
    align-items: flex-start;
    display: flex;
    gap: .7rem;
  }

  .about-points i,
  .ticket-benefits i {
    color: var(--sinal-orange);
    font-size: 1.2rem;
    margin-top: .15rem;
  }

  .speakers-grid .team-member {
    border: 1px solid rgba(4, 105, 94, .1);
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(16, 48, 45, .08);
    height: 100%;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    width: 100%;
  }

  .speakers-grid .team-member:hover {
    box-shadow: 0 14px 34px rgba(16, 48, 45, .14);
    transform: translateY(-5px);
  }

  .speakers-grid .member-img {
    aspect-ratio: 1 / 1;
    background: #eef2f1;
    overflow: hidden;
  }

  .speakers-grid .member-img > img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .speakers-grid .member-info {
    padding: 1.25rem;
  }

  .speakers-grid .member-info h4 {
    align-items: center;
    display: flex;
    gap: .45rem;
    justify-content: center;
    line-height: 1.25;
    margin-bottom: .65rem;
  }

  .speakers-grid .member-info h4 img {
    flex: 0 0 auto;
    height: auto;
    max-width: 24px;
  }

  .speakers-grid .member-info span {
    display: block;
    line-height: 1.55;
  }

  .partners-section {
    background: var(--sinal-surface);
  }

  .ticket-panel {
    background: #fff;
    border: 1px solid rgba(4, 105, 94, .12);
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(16, 48, 45, .11);
    overflow: hidden;
  }

  .ticket-panel__head {
    background: linear-gradient(135deg, var(--sinal-green-dark), var(--sinal-green));
    color: #fff;
    padding: 2rem;
  }

  .ticket-panel__body {
    padding: 2rem;
  }

  .ticket-label {
    background: rgba(255, 153, 102, .16);
    border-radius: 999px;
    color: var(--sinal-orange);
    display: inline-block;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .08em;
    padding: .45rem .8rem;
    text-transform: uppercase;
  }

  .ticket-benefits {
    display: grid;
    gap: .85rem;
    list-style: none;
    margin: 1.5rem 0;
    padding: 0;
  }

  .ticket-benefits li {
    align-items: flex-start;
    display: flex;
    gap: .65rem;
  }

  .impact-card {
    background: var(--sinal-surface);
    border: 1px solid rgba(4, 105, 94, .1);
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
  }

  .impact-card img {
    height: 230px;
    object-fit: cover;
    width: 100%;
  }

  .mobile-ticket-bar {
    background: rgba(2, 63, 57, .96);
    bottom: 0;
    display: none;
    left: 0;
    padding: .7rem 1rem;
    position: fixed;
    right: 0;
    z-index: 999;
  }

  .footer-contact-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.15rem;
  }

  .whatsapp-float {
    background: #0DBAAD;
    border-radius: 50%;
    bottom: 20px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .25);
    color: #fff;
    font-size: 30px;
    height: 46px;
    left: 30px;
    position: fixed;
    text-align: center;
    width: 46px;
    z-index: 1000;
  }

  .whatsapp-float:hover {
    color: #fff;
  }

  .whatsapp-float i {
    margin-top: 8px;
  }

  @media (max-width: 767.98px) {
    .mobile-ticket-bar {
      display: block;
    }

    .mobile-ticket-bar .btn-ticket {
      padding: 12px 18px;
      width: 100%;
    }

    .whatsapp-float {
      bottom: 78px !important;
      left: 18px !important;
    }

    .hero .icon-boxes {
      margin-top: 2rem !important;
    }

    .ticket-panel__head,
    .ticket-panel__body {
      padding: 1.5rem;
    }
  }

  /*--------------------------------------------------------------
# Resultados Section
--------------------------------------------------------------*/

.resultados {
  background: #f7f7f7;
  padding: 80px 0;
}

.resultados .section-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #fe6302;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.resultados h2 {
  color: #111;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
}

.resultados-gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: repeat(2, 210px);
  overflow: hidden;
  width: 100%;
}

.resultados-img {
  border-radius: 14px;
  display: block;
  height: 100%;
  image-rendering: auto;
  max-width: none;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.resultados-img-principal {
  grid-row: 1 / 3;
  object-position: center center;
}

.resultados-img:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, .14);
}

.resultados-numeros .resultado-card {
  height: 100%;
  min-height: 155px;
  padding: 22px 18px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 4px solid #fe6302;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.resultado-card i {
  display: block;
  margin-bottom: 9px;
  color: #fe6302;
  font-size: 1.6rem;
}

.resultado-destaque {
  display: block;
  color: #111;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.2;
}

.resultado-card p {
  margin: 8px 0 0;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.4;
}

.resultado-frase {
  padding-left: 18px;
  color: #111;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  border-left: 4px solid #fe6302;
}


@media (min-width: 1200px) {
  .resultados-gallery {
    grid-template-rows: repeat(2, 230px);
  }
}

@media (max-width: 991px) {
  .resultados {
    padding: 60px 0;
  }
}

@media (max-width: 575px) {
  .resultados-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 150px;
  }

  .resultados-img-principal {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .resultados-numeros .resultado-card {
    min-height: auto;
  }
}

.resultado-card i {
  display: block;
  margin-bottom: 12px;
  color: #fe6302;
  font-size: 2rem;
  line-height: 1;
}

.resultado-destaque {
  display: block;
  color: #111;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
}

.contador {
  color: #fe6302;
  font-size: 1.8rem;
  font-weight: 900;
}


  .hero-price-box {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin: 0 auto 1.5rem;
    padding: .9rem 1.25rem;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 16px;
    background: rgba(2,63,57,.78);
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 35px rgba(0,0,0,.18);
    color: #fff;
  }

  .hero-price-box__label {
    display: block;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .82;
  }

  .hero-price-box__value {
    display: block;
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 900;
    line-height: 1;
  }

  .hero-price-box__detail {
    max-width: 220px;
    font-size: .92rem;
    line-height: 1.35;
    text-align: left;
  }

  .ticket-price {
    margin: 1.25rem 0 .35rem;
  }

  .ticket-price__caption {
    display: block;
    color: #6c757d;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .ticket-price__value {
    color: var(--sinal-green-dark);
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    line-height: 1;
  }

  .ticket-price__detail {
    color: #5f6c6a;
    font-size: 1rem;
  }

  .ticket-assurance {
    display: flex;
    justify-content: center;
    gap: .45rem;
    margin-top: .9rem;
    color: #66706f;
    font-size: .88rem;
  }

  .speaker-cta {
    margin-top: 2.5rem;
    padding: 1.5rem;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--sinal-green-dark), var(--sinal-green));
    color: #fff;
    text-align: center;
  }

  .speaker-cta strong {
    color: var(--sinal-orange-light);
  }

  .mobile-ticket-content {
    display: flex;
    align-items: center;
    gap: .75rem;
  }

  .mobile-ticket-price {
    min-width: 92px;
    color: #fff;
    line-height: 1.05;
  }

  .mobile-ticket-price small {
    display: block;
    font-size: .68rem;
    opacity: .78;
  }

  .mobile-ticket-price strong {
    display: block;
    font-size: 1.18rem;
  }

  @media (max-width: 575.98px) {
    .hero-price-box {
      align-items: flex-start;
      flex-direction: column;
      gap: .45rem;
      text-align: left;
    }

    .hero-price-box__detail {
      max-width: none;
    }

    .mobile-ticket-bar {
      padding: .6rem .75rem;
    }

    .mobile-ticket-bar .btn-ticket {
      padding-inline: .8rem;
      font-size: .9rem;
    }
  }

  /* ==============================================================
   Local do Evento
   ============================================================== */

.venue-section {
  background: #f7f7f4;
  padding: 80px 0;
}

.venue-section .row {
  align-items: stretch;
}

/* Galeria de imagens */
.venue-gallery {
  display: grid;
  flex: 1 1 auto;
  gap: 14px;
  grid-template-columns: 1.35fr .85fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.venue-photo {
  background: #e8eeee;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(16, 48, 45, .08);
  min-height: 0;
  overflow: hidden;
}

.venue-photo-main {
  grid-row: 1 / 3;
}

.venue-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.venue-image-note {
  background: rgba(2, 63, 57, .9);
  border-radius: 999px;
  bottom: 16px;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  left: 16px;
  letter-spacing: .03em;
  padding: .55rem .85rem;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

/* Card de informações */
.venue-content {
  background: linear-gradient(
    145deg,
    var(--sinal-green-dark),
    var(--sinal-green)
  );
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(2, 63, 57, .2);
  color: #fff;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  padding: 2.4rem;
  width: 100%;
}

.venue-kicker {
  color: var(--sinal-orange-light);
  display: inline-block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: .8rem;
  text-transform: uppercase;
}

.venue-content h2 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.venue-lead {
  color: rgba(255, 255, 255, .84);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.venue-benefits {
  display: grid;
  gap: .85rem;
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}

.venue-benefits li {
  align-items: flex-start;
  display: flex;
  gap: .75rem;
}

.venue-benefits i {
  color: var(--sinal-orange-light);
  flex: 0 0 auto;
  font-size: 1.1rem;
  margin-top: .15rem;
}

.venue-benefits span {
  color: rgba(255, 255, 255, .9);
  font-size: .92rem;
  line-height: 1.45;
}

.venue-benefits strong {
  color: #fff;
}

.venue-status {
  align-items: flex-start;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 13px;
  display: flex;
  gap: .7rem;
  margin-bottom: 1rem;
  padding: .8rem .9rem;
}

.venue-status > i {
  color: var(--sinal-orange-light);
  flex: 0 0 auto;
  margin-top: .1rem;
}

.venue-status div {
  display: grid;
}

.venue-status strong {
  color: #fff;
  font-size: .88rem;
}

.venue-status span {
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  line-height: 1.4;
}

.venue-date {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: .93rem;
  font-weight: 700;
  gap: .6rem;
}

.venue-date i {
  color: var(--sinal-orange-light);
}

/* Mesma altura no desktop */
@media (min-width: 992px) {
  #local .col-lg-7,
  #local .col-lg-5 {
    display: flex;
  }

  #local .venue-gallery,
  #local .venue-content {
    height: 100%;
    min-height: 535px;
  }
}

/* Tablet e celular */
@media (max-width: 991.98px) {
  .venue-section {
    padding: 60px 0;
  }

  .venue-gallery {
    grid-template-rows: repeat(2, 190px);
  }

  .venue-content {
    padding: 2rem;
  }
}

@media (max-width: 575.98px) {
  .venue-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 250px 145px;
  }

  .venue-photo-main {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .venue-content {
    padding: 1.5rem;
  }

  .venue-content h2 {
    font-size: 1.9rem;
  }

  .venue-content .btn-ticket {
    width: 100%;
  }
}
/* ===== Hospedagem ===== */

.hospedagem-content {
  margin-top: 32px;
  text-align: center;
}

.hospedagem-agencia-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 28px;
  border: 0;
  border-radius: 50px;
  background: linear-gradient(135deg, #ff8c00 0%, #e65100 100%);
  box-shadow: 0 4px 15px rgba(230, 81, 0, 0.35);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hospedagem-agencia-btn:hover,
.hospedagem-agencia-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(230, 81, 0, 0.45);
  color: #fff;
}

.hospedagem-agencia-logo {
  width: 44px;
  height: 44px;
  padding: 4px;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
}

.hospedagem-contato {
  margin-top: 16px;
  font-size: 0.95rem;
  opacity: 0.8;
}
