﻿:root {
  --eventos-gold: #f2b84b;
  --eventos-gold-light: #ffd77e;
  --eventos-ink: #0f0503;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  background: var(--eventos-ink);
}

body {
  color: #fff;
  font-family: var(--ca-font-primary, 'Inter', sans-serif);
}

a {
  text-decoration: none;
}

.eventos-page {
  min-height: 100svh;
}

.eventos-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(780px, 100svh, 980px);
  overflow: hidden;
  background-color: #120806;
  background-image: url('../images/hero/background-hero-eventos-criacao-entretenimento.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.eventos-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: '';
  background:
    linear-gradient(180deg, rgba(5, 4, 3, .14) 0%, rgba(7, 4, 2, .2) 25%, rgba(9, 5, 2, .58) 50%, rgba(6, 3, 2, .94) 82%, #090403 100%),
    radial-gradient(ellipse 68% 50% at 50% 57%, rgba(0, 0, 0, .24) 0%, rgba(0, 0, 0, .04) 62%, rgba(0, 0, 0, .27) 100%);
  pointer-events: none;
}

.eventos-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: '';
  background:
    radial-gradient(circle at 50% 70%, rgba(242, 184, 75, .12), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, .2), transparent 20%, transparent 80%, rgba(0, 0, 0, .2));
  mix-blend-mode: screen;
  pointer-events: none;
}

.eventos-hero__inner {
  display: flex;
  width: min(100%, 1440px);
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(250px, 31vh, 330px) 40px 30px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.eventos-hero__content {
  width: min(100%, 1040px);
  text-align: center;
}

.eventos-hero__eyebrow {
  display: flex;
  margin: 0 0 22px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--eventos-gold);
  font: 700 12px/1.2 var(--ca-font-primary, 'Inter', sans-serif);
  letter-spacing: .27em;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .8);
  animation: eventos-fade .75s .05s both ease-out;
}

.eventos-hero__eyebrow::before,
.eventos-hero__eyebrow::after {
  width: 52px;
  height: 1px;
  content: '';
  background: linear-gradient(90deg, transparent, var(--eventos-gold));
  box-shadow: 0 0 12px rgba(242, 184, 75, .5);
}

.eventos-hero__eyebrow::after {
  background: linear-gradient(90deg, var(--eventos-gold), transparent);
}

h1.eventos-hero__title {
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  font-family: var(--ca-font-display, 'Playfair Display', serif) !important;
  font-size: clamp(48px, 4.6vw, 76px) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
  text-wrap: balance;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .78);
  animation: eventos-rise .85s .13s both cubic-bezier(.2, .65, .25, 1);
}

.eventos-hero__title-line {
  display: block;
}

.eventos-hero__title-accent {
  color: var(--eventos-gold-light);
  text-shadow: 0 3px 26px rgba(0, 0, 0, .8), 0 0 24px rgba(242, 184, 75, .16);
}

p.eventos-hero__support {
  max-width: 900px;
  margin: 25px auto 0;
  color: rgba(255, 255, 255, .9);
  font: 400 clamp(16px, 1.2vw, 19px)/1.65 var(--ca-font-primary, 'Inter', sans-serif) !important;
  letter-spacing: .005em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .95);
  text-wrap: balance;
  animation: eventos-rise .85s .23s both cubic-bezier(.2, .65, .25, 1);
}

.eventos-hero__cta {
  display: inline-flex;
  min-height: 56px;
  margin-top: 30px;
  padding: 17px 30px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid rgba(255, 224, 153, .7);
  border-radius: 7px;
  background: linear-gradient(135deg, #f7c85e 0%, #e8a72e 100%);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .34), 0 0 24px rgba(242, 184, 75, .14);
  color: #160b04;
  font: 800 13px/1 var(--ca-font-primary, 'Inter', sans-serif);
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
  animation: eventos-rise .85s .33s both cubic-bezier(.2, .65, .25, 1);
}

.eventos-hero__cta svg {
  width: 18px;
  height: 18px;
  transition: transform .3s ease;
}

.eventos-hero__cta:hover,
.eventos-hero__cta:focus-visible {
  background: linear-gradient(135deg, #ffda7e 0%, #f0b43e 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .42), 0 0 32px rgba(242, 184, 75, .36);
  color: #100803;
  transform: translateY(-3px);
}

.eventos-hero__cta:hover svg {
  transform: translateX(3px);
}

.eventos-hero__cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.eventos-benefits {
  display: grid;
  width: min(100%, 1320px);
  margin: 34px auto 0;
  padding: 22px 12px;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(31, 18, 10, .54), rgba(9, 5, 3, .7));
  box-shadow: 0 18px 48px rgba(0, 0, 0, .3), inset 0 1px rgba(255, 255, 255, .04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: eventos-fade .8s .48s both ease-out;
}

.eventos-benefits__item {
  display: flex;
  min-height: 50px;
  padding: 2px 17px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-right: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .94);
  font: 600 13px/1.35 var(--ca-font-primary, 'Inter', sans-serif);
  text-align: left;
}

.eventos-benefits__item:last-child {
  border-right: 0;
}

.eventos-benefits__icon {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  color: var(--eventos-gold);
  filter: drop-shadow(0 0 7px rgba(242, 184, 75, .23));
}

@keyframes eventos-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes eventos-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
  .eventos-hero {
    min-height: 900px;
  }

  .eventos-hero__inner {
    padding-top: 270px;
  }

  .eventos-benefits {
    max-width: 850px;
    grid-template-columns: repeat(3, 1fr);
  }

  .eventos-benefits__item:nth-child(3) {
    border-right: 0;
  }

  .eventos-benefits__item:nth-child(-n + 3) {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .eventos-benefits__item:nth-child(n + 4) {
    padding-top: 15px;
  }

  .eventos-benefits__item:nth-child(4) {
    grid-column: 1 / 2;
  }
}

@media (max-width: 700px) {
  .eventos-hero {
    min-height: 930px;
    background-image: url('../images/hero/background-mobile-hero-eventos-criacao-entretenimento.png');
    background-position: center top;
  }

  .eventos-hero::before {
    background:
      linear-gradient(180deg, rgba(5, 3, 2, .12) 0%, rgba(5, 3, 2, .42) 22%, rgba(8, 4, 2, .8) 39%, rgba(7, 3, 2, .93) 70%, #080403 100%),
      radial-gradient(ellipse 90% 40% at 50% 47%, rgba(0, 0, 0, .54), transparent 72%);
  }

  .eventos-hero__inner {
    min-height: 930px;
    padding: 215px 18px 18px;
  }

  .eventos-hero__eyebrow {
    margin-bottom: 16px;
    gap: 10px;
    font-size: 10px;
    letter-spacing: .2em;
  }

  .eventos-hero__eyebrow::before,
  .eventos-hero__eyebrow::after {
    width: 26px;
  }

  h1.eventos-hero__title {
    max-width: 540px;
    font-size: clamp(34px, 10.3vw, 46px) !important;
    line-height: 1.07 !important;
    letter-spacing: -.03em !important;
  }

  p.eventos-hero__support {
    width: 90%;
    margin-top: 19px;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .eventos-hero__cta {
    width: min(90%, 370px);
    min-height: 54px;
    margin-top: 23px;
    padding-inline: 18px;
  }

  .eventos-benefits {
    width: 100%;
    margin-top: 27px;
    padding: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 10px;
    backdrop-filter: blur(7px);
  }

  .eventos-benefits__item {
    min-height: 59px;
    padding: 9px 8px !important;
    justify-content: flex-start;
    gap: 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 11px;
  }

  .eventos-benefits__item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .1);
  }

  .eventos-benefits__item:nth-child(4) {
    grid-column: auto;
  }

  .eventos-benefits__item:last-child {
    grid-column: 1 / -1;
    justify-content: center;
    border-right: 0;
    border-bottom: 0;
  }

  .eventos-benefits__icon {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }
}

@media (max-width: 380px) {
  .eventos-hero,
  .eventos-hero__inner {
    min-height: 900px;
  }

  .eventos-hero__inner {
    padding-top: 195px;
  }

  h1.eventos-hero__title {
    font-size: 33px !important;
  }

  p.eventos-hero__support {
    font-size: 14px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eventos-hero__eyebrow,
  .eventos-hero__title,
  .eventos-hero__support,
  .eventos-hero__cta,
  .eventos-benefits {
    animation: none;
  }

  .eventos-hero__cta,
  .eventos-hero__cta svg {
    transition: none;
  }
}

/* --- SEÇÃO EVENTOS SAZONAIS --- */

.eventos-sazonais {
  position: relative;
  padding: 100px 20px;
  background-color: var(--eventos-ink);
  overflow: hidden;
  z-index: 1;
}

.eventos-sazonais::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 20% 30%, rgba(242, 184, 75, 0.05) 0%, transparent 40%),
              radial-gradient(circle at 80% 70%, rgba(139, 0, 0, 0.08) 0%, transparent 40%);
  pointer-events: none;
}

.eventos-sazonais__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.eventos-sazonais__header {
  text-align: center;
  margin-bottom: 60px;
}

.eventos-sazonais__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--eventos-gold);
  font: 700 12px/1.2 var(--ca-font-primary, 'Inter', sans-serif);
  letter-spacing: .27em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.eventos-sazonais__eyebrow::before,
.eventos-sazonais__eyebrow::after {
  content: '';
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--eventos-gold));
}

.eventos-sazonais__eyebrow::after {
  background: linear-gradient(90deg, var(--eventos-gold), transparent);
}

.eventos-sazonais__title {
  color: #fff;
  font-family: var(--ca-font-display, 'Playfair Display', serif) !important;
  font-size: clamp(32px, 3.5vw, 48px) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  margin: 0 auto 20px;
  max-width: 800px;
}

.eventos-sazonais__title-accent {
  color: var(--eventos-gold);
}

.eventos-sazonais__support {
  color: rgba(255, 255, 255, 0.75);
  font: 400 16px/1.6 var(--ca-font-primary, 'Inter', sans-serif);
  max-width: 760px;
  margin: 0 auto;
}

.eventos-sazonais__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.evento-card {
  background: #110806;
  border: 1px solid rgba(242, 184, 75, 0.2);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.evento-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.6), 0 0 15px rgba(242, 184, 75, 0.15);
  border-color: rgba(242, 184, 75, 0.5);
}

.evento-card__image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 55%;
  overflow: hidden;
}

.evento-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.evento-card:hover .evento-card__image {
  transform: scale(1.05);
}

.evento-card__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.evento-card__title {
  color: var(--eventos-gold);
  font-family: var(--ca-font-display, 'Playfair Display', serif);
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px;
}

.evento-card__desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px;
  flex-grow: 1;
}

.evento-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--eventos-gold);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
}

.evento-card__link span {
  transition: transform 0.3s ease;
}

.evento-card:hover .evento-card__link span {
  transform: translateX(4px);
}

.eventos-sazonais__diferenciais {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(242, 184, 75, 0.3);
  border-radius: 12px;
  background: rgba(15, 5, 3, 0.6);
  backdrop-filter: blur(8px);
}

.diferencial-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.diferencial-item:last-child {
  border-right: none;
}

.diferencial-item__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  color: var(--eventos-gold);
}

.diferencial-item__title {
  color: var(--eventos-gold);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
}

.diferencial-item__desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

/* Responsividade */
@media (max-width: 1024px) {
  .eventos-sazonais__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .eventos-sazonais__diferenciais {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .diferencial-item:nth-child(2) {
    border-right: none;
  }
  
  .diferencial-item:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 768px) {
  .eventos-sazonais {
    padding: 60px 20px;
  }
  
  .eventos-sazonais__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .eventos-sazonais__diferenciais {
    grid-template-columns: 1fr;
  }
  
  .diferencial-item {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .diferencial-item:last-child {
    border-bottom: none;
  }
  
  .evento-card__image-wrapper {
    padding-top: 50%;
  }
}
/* Overrides para Header Transparente na /eventos Desktop */
@media (min-width: 981px) {
  .eventos-body #Top_bar,
  .eventos-body #Header_wrapper,
  .eventos-body .top_bar_left,
  .eventos-body .top_bar_right,
  .eventos-body #Header,
  .eventos-body #menu,
  .eventos-body .menu-main,
  .eventos-body .menu_wrapper {
    background: transparent !important;
  }
  
  .eventos-body #Top_bar {
    background: rgba(15, 0, 0, 0.25) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  }
  
  .eventos-body #Top_bar.is-sticky {
    background: rgba(15, 0, 0, 0.9) !important;
  }
}

/* Corrige o limite global do tema para que o wrapper ocupe 100% da tela */
.eventos-body #Wrapper {
  max-width: 100% !important;
  margin: 0 auto;
}

/* --- SE��O M�TODO E TIMELINE --- */

.eventos-metodo {
  position: relative;
  padding: 100px 20px;
  background-color: #0a0504;
  background-image: radial-gradient(circle at 50% 0%, rgba(139, 0, 0, 0.15) 0%, transparent 60%);
  color: #fff;
  overflow: hidden;
  z-index: 1;
}

.eventos-metodo__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.eventos-metodo__header {
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.eventos-metodo__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--eventos-gold);
  font-family: var(--ca-font-primary, 'Inter', sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .27em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.eventos-metodo__eyebrow::before,
.eventos-metodo__eyebrow::after {
  content: '';
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--eventos-gold));
}

.eventos-metodo__eyebrow::after {
  background: linear-gradient(90deg, var(--eventos-gold), transparent);
}

.eventos-metodo__title {
  color: #fff;
  font-family: var(--ca-font-display, 'Playfair Display', serif) !important;
  font-size: clamp(28px, 3.5vw, 42px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 0 auto 20px;
  max-width: 800px;
}

.eventos-metodo__support {
  color: rgba(255, 255, 255, 0.75);
  font: 400 16px/1.6 var(--ca-font-primary, 'Inter', sans-serif);
  max-width: 700px;
  margin: 0 auto;
}

.eventos-metodo__timeline {
  position: relative;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.timeline__line-wrapper {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
  z-index: 0;
}

.timeline__line-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: var(--eventos-gold);
  transition: width 1s ease-out;
}

.timeline__item { flex: 1; display: grid; grid-template-rows: 1fr 20px 1fr; align-items: center; position: relative; z-index: 1; opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; } .timeline__item.is-visible { opacity: 1; transform: translateY(0); }

.timeline__item:nth-child(2) { transition-delay: 0.1s; }
.timeline__item:nth-child(3) { transition-delay: 0.2s; }
.timeline__item:nth-child(4) { transition-delay: 0.3s; }
.timeline__item:nth-child(5) { transition-delay: 0.4s; }

.timeline__dot { grid-row: 2; width: 16px; height: 16px; background: #0a0504; border: 2px solid var(--eventos-gold); border-radius: 50%; margin: 0 auto; position: relative; box-shadow: 0 0 0 4px #0a0504; transition: all 0.3s ease; }

.timeline__item:hover .timeline__dot {
  background: var(--eventos-gold);
  box-shadow: 0 0 15px rgba(242, 184, 75, 0.5), 0 0 0 4px #0a0504;
}

.timeline__content {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  width: 100%;
  position: relative;
}

.timeline__item:nth-child(odd) .timeline__content { grid-row: 1; align-self: flex-end; margin-bottom: 25px; } .timeline__item:nth-child(even) .timeline__content { grid-row: 3; align-self: flex-start; margin-top: 25px; } .timeline__item:hover .timeline__content { transform: translateY(-8px); background: rgba(255, 255, 255, 0.06); border-color: rgba(242, 184, 75, 0.3); } .timeline__item:nth-child(even):hover .timeline__content { transform: translateY(8px); }

.timeline__number {
  font-family: var(--ca-font-display, 'Playfair Display', serif);
  font-size: 48px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 10px;
  right: 15px;
  line-height: 1;
}

.timeline__icon {
  width: 32px;
  height: 32px;
  color: var(--eventos-gold);
  margin-bottom: 16px;
}

.timeline__step-title {
  font-family: var(--ca-font-primary, 'Inter', sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}

.timeline__step-desc {
  font-family: var(--ca-font-primary, 'Inter', sans-serif);
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.timeline__spacer { display: none; }

.eventos-metodo__cta {
  background: linear-gradient(135deg, rgba(20, 8, 7, 1) 0%, rgba(35, 12, 10, 1) 100%);
  border: 1px solid rgba(242, 184, 75, 0.2);
  border-radius: 16px;
  padding: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.eventos-metodo__cta-title {
  color: var(--eventos-gold);
  font-family: var(--ca-font-display, 'Playfair Display', serif);
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 16px;
}

.eventos-metodo__cta-desc {
  color: #fff;
  font-size: 16px;
  margin: 0 0 30px;
  max-width: 600px;
}

.eventos-metodo__cta-btn {
  background: var(--eventos-gold);
  color: #1a0304;
  padding: 16px 36px;
  border-radius: 99px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.eventos-metodo__cta-btn:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

@media (max-width: 980px) {
  .eventos-metodo__timeline {
    flex-direction: column;
    gap: 0;
    padding-left: 20px;
  }
  
  .timeline__line-wrapper {
    top: 0;
    bottom: 0;
    left: 28px;
    width: 2px;
    height: auto;
    transform: none;
  }
  
  .timeline__line-progress {
    width: 100%;
    height: 0%;
    transition: height 1s ease-out;
  }
  
  .timeline__item, .timeline__item:nth-child(even) { display: flex; flex-direction: row; align-items: flex-start;
    padding-bottom: 40px;
    opacity: 1;
    transform: none;
    transition: none;
  }
  
  .timeline__item:last-child {
    padding-bottom: 0;
  }
  
  .timeline__spacer {
    display: none;
  }
  
  .timeline__dot { order: -1; margin: 6px 30px 0 0; flex-shrink: 0; }
  
  .timeline__content { text-align: left; margin-top: 0; margin-bottom: 0; background: transparent; border: none; padding: 0; }
  
  .timeline__item:hover .timeline__content,
  .timeline__item:nth-child(even):hover .timeline__content {
    transform: none;
    background: transparent;
    border-color: transparent;
  }
  
  .timeline__number {
    position: static;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--eventos-gold);
    opacity: 0.5;
  }
  
  .timeline__icon {
    display: none; 
  }
  
  .eventos-metodo__cta {
    padding: 40px 20px;
  }
}

@media (max-width: 767px) {
  .eventos-metodo {
    padding: 60px 20px;
  }
  .eventos-metodo__title {
    font-size: 28px !important;
  }
  .eventos-metodo__cta-title {
    font-size: 24px;
  }
}



@media (max-width: 980px) {
  .eventos-hero {
    margin-top: -120px !important;
    padding-top: 120px !important;
  }
}

