:root {
  --green: #1f7a4d;
  --red: #c0392b;
  --dark: #1c1c1c;
  --light: #f9f9f9;
  --gray: #666;
  --blue: #162860;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: var(--light);
  color: var(--dark);
  line-height: 1.6;
}

/* HEADER */
header {
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 10;
}

.nav {
  max-width: 1100px;
  margin: auto;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu {
  list-style: none;
  display: flex;
  gap: 20px;
}

.menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
}

.menu a {
  text-decoration: none;
  font-weight: bold;
  color: var(--texto);
}

.cta-link {
  color: var(--vermelho);
}

/* HERO */

.hero {
  color: white;
  text-align: center;
  padding: 80px;
}

.hero-text {
  max-width: 800px;
  margin: 20px auto;
}

.hero-info {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.hero-content {
  max-width: 60%;
  padding: 80px 0;
}

/* Títulos */
.hero-content h1 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 24px;
}

.hero-content h3 {
  font-size: 1.25rem;
  font-weight: 400;
  max-width: 90%;
}

/* SECTIONS */
.section {
  max-width: 1100px;
  margin: auto;
  padding: 60px 20px;
}

.light {
  background: white;
}

.alert {
  background: var(--vermelho);
  color: white;
  text-align: center;
  padding: 30px 20px;
  font-weight: bold;
}

.opportunity {
  background: var(--verde);
  color: white;
  text-align: center;
  padding: 30px 20px;
  font-weight: bold;
}

.emphasis {
  font-weight: bold;
  margin-top: 15px;
}

/* CARDS */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.card,
blockquote {
  background: white;
  padding: 25px;
  border-radius: 8px;
  border-left: 5px solid var(--verde);
}

/* LIST */
.list {
  list-style: disc;
  padding-left: 20px;
}

/* TABLE */
table {
  width: 100%;
  background-color: #fafafa;
  border-collapse: collapse;
}

th,
td {
  padding: 12px;
  border: 1px solid #ddd;
}

th {
  background: var(--verde);
  color: white;
}

/* CTA */
.final-cta {
  background: var(--vermelho);
  color: white;
  text-align: center;
  padding: 70px 20px;
}

.btn-primary {
  display: inline-block;
  margin: 25px 0;
  padding: 15px 30px;
  background: white;
  color: var(--vermelho);
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
}

.container {
  max-width: 1100px;
  margin: auto;
}

h1,
h2,
h3 {
  margin-bottom: 20px;
}

h1 {
  font-size: 3.4rem;
  color: #f5f5f5;
}

h2 {
  font-size: 2rem;
  color: #2c2c2c;
}

h3 {
  font-size: 20px;
  color: #1d2130;
}

h4 {
  font-size: 20px;
  color: #f5f5f5;
  font-weight: 300;
}

h5 {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 300;
}

.highlight-red {
  color: #c62828 !important;
  font-weight: 700;
  position: relative;
}

.highlight-red::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: rgba(198, 40, 40, 0.2);
}

.event-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.info-item img {
  width: 22px;
  height: 22px;
}

.info-logo img {
  width: 100px;
  height: auto;
}

.cta {
  display: inline-block;
  background: #2e7d32;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 48px;
}

.content-text {
  max-width: 900px;
}

.icon {
  width: 22px;
  height: 22px;
  fill: #2e7d32; /* verde Itália */
}

p {
  margin-bottom: 15px;
  color: var(--gray);
}

footer-text {
  margin-bottom: 15px;
  color: #f5f5f5;
}

.hero {
  background: linear-gradient(to right, #ffffff, #f3f3f3);
  text-align: center;
}

.hero h1 span {
  color: #2c2c2c;
}

.hero2 {
  background: #f3f3f3;
  text-align: center;
  padding: 30px;
}

.hero2 h1 span {
  color: var(--green);
}

.info-wrapper {
  display: inline-block; /* permite centralizar o bloco */
  text-align: left; /* texto alinhado à esquerda */
  margin: 24px auto 32px; /* centraliza horizontalmente */
}

.info-row {
  display: flex;
  gap: 24px;
  margin: 24px 0 32px;
  flex-wrap: wrap;
}

.cta {
  display: inline-block;
  background: var(--red);
  color: #fff;
  padding: 15px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.1rem;
  margin-top: 20px;
}

.highlight {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.background-gray {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.box {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

th {
  background: var(--green);
  color: #fff;
}

footer {
  background: var(--blue);
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}

.speaker {
  border-radius: 16px;
  padding: 16px; /* espaço da borda */
  background: linear-gradient(
    135deg,
    #1f7a4f,
    /* verde */ #1f7a4f,
    /* branco */ #1f7a4f /* vermelho */
  );
}

.speaker > * {
  background: #fff;
  border-radius: 12px;
  padding: 6px;
}

.speakers h2 {
  text-align: center;
  font-size: 2rem;
  margin: 40px;
  margin-bottom: 50px;
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 30px;
  gap: 30px;
}

.speaker {
  text-align: center;
}

.speaker img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 4px solid #1f7a4f; /* verde Itália */
}

.speaker h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.speaker p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.4;
}
.carousel-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px 90px;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.video-item {
  flex: 0 0 32%;
  transition: transform 0.35s ease, opacity 0.35s ease;
  opacity: 0.6;
  transform: scale(0.9);
}

.video-item iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
}

/* Vídeo ativo (Netflix style) */
.video-item.active {
  transform: scale(1.05);
  opacity: 1;
  z-index: 2;
}

/* Controles */
.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 12px;
}

/* MOBILE */
@media (max-width: 768px) {
  .menu {
    display: none;
    flex-direction: column;
    background: white;
    position: absolute;
    top: 65px;
    right: 15px;
    padding: 15px;
    border-radius: 8px;
  }

  .info-row {
    flex-direction: column;
    gap: 16px;
  }

  .menu.open {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    padding: 40px;
  }

  .hero-content {
    max-width: 50%;
    text-align: left;
  }

  .hero-content h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 24px;
  }

  .hero-content h3 {
    font-size: 1.1rem;
  }
}

.video-item {
  flex: 0 0 85%;
}

.nav {
  font-size: 22px;
  padding: 8px 12px;
}

.hero-sobre {
  min-height: 80vh;
  display: flex;
  align-items: center;
  background-image: url("../assets/images/background_header.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  padding: 60px 40px 60px;
}

.hero-sobre__wrapper {
  width: 100%;
}

.hero-sobre__content {
  max-width: 50%;
  text-align: left;
}

.hero-sobre__content h1 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 24px;
}

.hero-sobre__content h4 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

/* imagem mobile escondida no desktop */
.hero-sobre__image-mobile {
  display: none;
}

.numero-circulo-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 32px;
  height: 32px;
  border-radius: 50%;

  background-color: #ce2b37; /* vermelho Itália */
  color: #ffffff;

  font-size: 16px;
  font-weight: 700;

  margin-right: 10px;
  vertical-align: middle;
}

.subtitle {
  font-size: 1m;
  color: #4b5563;
  max-width: 700px;
  margin: 0 auto 40px;
}

/* INFO CARD (DATA + VALOR) */
.info-card {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 32px;
  flex-wrap: wrap;
}

/* DATA */
.date {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.day {
  font-size: 4rem;
  font-weight: 800;
  color: #166534;
  line-height: 1;
}

.month {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #166534;
}

.year {
  font-size: 1.2rem;
  color: #6b7280;
}

.date p {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #6b7280;
}

/* VALOR */
.price {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price span {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 4px;
}

.price strong {
  font-size: 4rem;
  font-weight: 800;
  color: #111827;
}

.price small {
  margin-top: 6px;
  font-size: 0.8rem;
  color: #166534;
  font-weight: 600;
}

.button {
  display: inline-block;
  background: #f5f5f5;
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 300;
  padding: 18px 26px;
  border-radius: 12px;
  text-decoration: none;
}

/* CTA */
.cta {
  display: inline-block;
  background: #dc2626;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 18px 36px;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.cta:hover {
  background: #b91c1c;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(220, 38, 38, 0.45);
}

/* CTA NOTE */
.cta-note {
  margin-top: 12px;
  font-size: 0.85rem;
  color: #6b7280;
}

/* POSITIONING SECTION */
.positioning {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.positioning h2 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 16px;
  color: #111827;
}

.positioning-sub {
  font-size: 1.05rem;
  color: #4b5563;
  margin-bottom: 32px;
}

/* BENEFITS */
.benefits {
  list-style: none;
  margin-bottom: 36px;
  padding: 0;
}

.benefits li {
  background: #f0fdf4;
  border-left: 4px solid #166534;
  padding: 14px 18px;
  margin-bottom: 12px;
  margin: 12px;
  text-align: left;
  font-weight: 600;
  color: #166534;
  border-radius: 6px;
}

/* AUTHORITY */
.authority {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 28px;
  line-height: 1.5;
}

/* CLOSING */
.closing {
  font-size: 1.15rem;
  font-weight: 700;
  color: #166534;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .header {
    justify-content: center;
    position: relative;
  }
  .logo {
    display: block;
    text-align: center;
  }
  .menu-toggle {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }

  .hero-sobre {
    background-image: url("../assets/images/background_header_mobile.png");
    min-height: auto;
    padding: 60px 40px 60px;
  }

  .hero-sobre__content {
    max-width: 100%;
    text-align: center;
  }

  .hero-sobre__content h1 {
    font-size: 2rem;
  }

  .hero-sobre__content h4 {
    font-size: 1.1rem;
  }

  .hero-sobre__image-mobile {
    display: block;
    margin-top: 32px;
    text-align: center;
  }

  .hero-sobre__image-mobile img {
    width: 100%;
    max-width: 360px;
    border-radius: 12px;
  }

  @media (max-width: 768px) {
    .numero-circulo-inline {
      width: 28px;
      height: 28px;
      font-size: 14px;
    }
  }
}

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

@media (max-width: 600px) {
  .speakers-grid {
    grid-template-columns: 1fr;
  }

  .speaker img {
    width: 140px;
    height: 140px;
  }
}
