/* =========================================
   EVENTO · TREZE
========================================= */

.c-event-page{
  position: relative;
}


/* CONTAINER */

.c-event-page__container{
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

/* =========================================
   EVENT FORM NOTE
========================================= */

.c-event-form__note{
  margin-top: 6px;

  font-family: "Lexend Deca", sans-serif;
  font-size: 12px;
  line-height: 1.4;

  color: rgba(41,31,70,.7);

  text-align: left;
}


/* =========================================
   BUTTON
========================================= */

.c-event-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 44px;
  padding: 0 20px;

  border-radius: 5px;

  background: linear-gradient(180deg, #DFB37E 0%, #C98028 100%);
  border:none;
  box-shadow: 1px 8px 18px rgba(0,0,0,.28);

  color: #0A052D;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 600;

  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease;
}

.c-event-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,.25);
}

.c-event-btn--ghost{
  background: transparent;
  box-shadow: none;
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
}

/* =========================================
   QUESTION · BLOQUE TENSIÓN
========================================= */

.c-event-question{
  padding: clamp(88px, 10vw, 130px) 0;
  text-align: center;
}


/* KICKER */

.c-event-question__kicker{
  margin: 0 0 12px;

  color: #291F46;
  font-family: "Lexend Deca", sans-serif;
  font-size: 13px;
  font-weight: 500;

  letter-spacing: .08em;
  text-transform: uppercase;
}


/* TITLE */

.c-event-question__title{
  margin: 0;

  color: #0A052D;
  font-family: "Lexend Deca", sans-serif;

  font-size: clamp(38px, 5vw, 68px);
  font-weight: 600;

  line-height: 1.02;
  letter-spacing: -.03em;
}


/* TEXT */

.c-event-question__text{
  max-width: 720px;
  margin: 22px auto 0;

  color: #291F46;
  font-family: "Lexend Deca", sans-serif;

  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.6;
}


/* =========================================
   SHARED TITLES
========================================= */

.c-event-section-title{
  margin: 0 0 20px;

  color: #C98028;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 600;
  line-height: 1.08;
}

.c-event-section-title--center{
  text-align: center;
}

.c-event-section-title--light{
  color: #C98028;
  text-align: center;
}


/* =========================================
   HERO
========================================= */

.c-event-hero{
  position: relative;
  padding: clamp(120px, 14vh, 180px) 0 clamp(88px, 10vh, 120px);
  overflow: hidden;

  background:
	radial-gradient(circle at 20% 20%, rgba(201,128,40,.12), transparent 35%),
	radial-gradient(circle at 75% 30%, rgba(223,179,126,.12), transparent 28%),
	linear-gradient(135deg, #0A052D 0%, #291F46 100%);
  color: #fff;
}

.c-event-hero__eyebrow{
  margin-bottom: 14px;

  color: rgba(255,255,255,.7);
  font-family: "Lexend Deca", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.c-event-hero__title{
  margin: 0;

  color: #C98028;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 600;
  line-height: .95;
  letter-spacing: -.03em;
}

.c-event-hero__subtitle{
  margin: 18px 0 0;

  max-width: 900px;

  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 1.18;
}

.c-event-hero__text{
  margin: 26px 0 0;
  max-width: 700px;

  color: rgba(255,255,255,.86);
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.7;
}

.c-event-hero__meta{
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;

  margin-top: 28px;
}

.c-event-hero__meta span{
  display: inline-flex;
  align-items: center;

  min-height: 34px;
  padding: 0 14px;

  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);

  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.c-event-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}


/* =========================================
   MANIFESTO
========================================= */

.c-event-manifesto{
  padding: clamp(90px, 11vw, 140px) 0;
}

.c-event-manifesto__grid{
  display: grid;
  grid-template-columns: minmax(240px, .82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: start;
}

.c-event-manifesto__lead{
  margin: 0 0 24px;

  color: #291F46;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(20px, 1.9vw, 26px);
  font-weight: 600;
  line-height: 1.45;
}

.c-event-manifesto__text{
  color: #291F46;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.7;
}

.c-event-manifesto__text p{
  margin: 0 0 16px;
}

.c-event-manifesto__text p:last-child{
  margin-bottom: 0;
}


/* =========================================
   TOPICS
========================================= */

.c-event-topics{
  padding: clamp(88px, 10vw, 130px) 0;
}

.c-event-topics__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 28px);

  max-width: 1080px;
  margin: 42px auto 0;
}

.c-event-topics__item{
  padding: clamp(24px, 3vw, 32px);
  border-radius: 16px;

  background: linear-gradient(135deg, #0A052D 0%, #291F46 100%);
  color: #fff;

  box-shadow: 0 14px 34px rgba(0,0,0,.16);
}

.c-event-topics__item h3{
  margin: 0 0 10px;

  color: #DFB37E;
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.c-event-topics__item p{
  margin: 0;

  color: rgba(255,255,255,.9);
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  line-height: 1.65;
}


/* =========================================
   PROGRAM / TIMELINE
========================================= */

.c-event-program{
  padding: clamp(100px, 12vw, 150px) 0;
}

/* =========================================
TIMELINE
========================================= */

.c-event-timeline{
  margin-top: 48px;

  display: flex;
  flex-direction: column;
  gap: 28px;
}

.c-event-timeline__item{
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;

  align-items: start;

  opacity: 0;
  transform: translateY(30px);
  transition: all .6s ease;
}

.c-event-timeline__item.is-visible{
  opacity: 1;
  transform: none;
}


/* TIME */

.c-event-timeline__time{
  color: #C98028;

  font-family: "Lexend Deca", sans-serif;
  font-size: 18px;
  font-weight: 600;

  text-align: right;
  padding-top: 6px;
}


/* CARD */

.c-event-timeline__card{
  padding: clamp(24px,3vw,32px);

  border-radius: 16px;
  
  font-family: "Lexend Deca", sans-serif;

  background: #fff;
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.c-event-timeline__card h3{
  margin:0 0 8px;

  color:#0A052D;
  font-family:"Lexend Deca",sans-serif;
  font-size:24px;
  font-weight:600;
}

.c-event-timeline__card p{
  margin:0;

  color:#291F46;
  font-size:16px;
  line-height:1.6;
}


/* =========================================
   FOR WHO
========================================= */

.c-event-for{
  padding: clamp(88px, 10vw, 130px) 0;
}

.c-event-for__box{
  padding: clamp(28px, 4vw, 44px);
  border-radius: 20px;

  background: linear-gradient(135deg, #0A052D 0%, #291F46 100%);
}

.c-event-for__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;

  margin-top: 34px;
}

.c-event-for__item{
  min-height: 110px;
  padding: 24px;
  border-radius: 14px;

  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
}

.c-event-for__item p{
  margin: 0;

  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

/* =========================================
   FINAL CTA
========================================= */

.c-event-final{
  padding: clamp(90px, 12vw, 140px) 0 clamp(130px, 14vw, 180px);
}

.c-event-final__box{
  padding: clamp(34px, 5vw, 56px);
  border-radius: 22px;

  background: linear-gradient(135deg, #0A052D 0%, #291F46 100%);
  text-align: center;
}

.c-event-final__title{
  margin: 0;

  color: #C98028;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 600;
  line-height: 1.08;
}

.c-event-final__text{
  max-width: 680px;
  margin: 24px auto 0;

  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.7;
}

.c-event-final__text p{
  margin: 0 0 12px;
}

.c-event-final__text p:last-child{
  margin-bottom: 0;
}

.c-event-final__actions{
  margin-top: 34px;
}


/* =========================================
   GLOBAL SAFETY
========================================= */

.c-event-page,
.c-event-page *{
  min-width: 0;
  box-sizing: border-box;
}

/* =========================================
   EVENT MODAL
========================================= */

.c-event-modal{
  position: fixed;
  inset: 0;

  display: none;
  align-items: center;
  justify-content: center;

  z-index: 9999;
}

.c-event-modal.is-open{
  display:flex;
}


/* OVERLAY */

.c-event-modal__overlay{
  position:absolute;
  inset:0;

  background: rgba(10,5,45,.75);
  backdrop-filter: blur(6px);
}


/* BOX */

.c-event-modal__box{
  position:relative;

  width:min(520px, calc(100% - 32px));

  padding:40px;

  border-radius:18px;

  background:#fff;

  text-align:center;

  box-shadow:0 40px 80px rgba(0,0,0,.35);
}


/* CLOSE */

.c-event-modal__close{
  position:absolute;
  top:12px;
  right:16px;

  background:none;
  border:none;

  font-size:28px;
  cursor:pointer;
}


/* TITLE */

.c-event-modal__title{
  margin:0 0 12px;

  color:#0A052D;
  font-family:"Lexend Deca", sans-serif;
  font-size:28px;
  font-weight:600;
}


/* TEXT */

.c-event-modal__text{
  margin-bottom:24px;

  color:#291F46;
  font-family:"Lexend Deca", sans-serif;
  font-size:16px;
  line-height:1.5;
}


/* =========================================
   EVENT FORM (ACUMBAMAIL)
========================================= */

.c-event-form{
  max-width:420px;
  margin:0 auto;
}

.c-event-form__fields{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.c-event-form__field{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.c-event-form label{
  font-family:"Lexend Deca",sans-serif;
  font-size:13px;
  font-weight:500;
  color:#291F46;
  text-align:left;
}

.c-event-form input{
  width:100%;
  height:44px;

  padding:0 12px;

  border-radius:6px;
  border:1px solid rgba(0,0,0,.15);

  font-family:"Lexend Deca",sans-serif;
  font-size:14px;

  transition:border .2s ease, box-shadow .2s ease;
}

.c-event-form input:focus{
  outline:none;
  border-color:#C98028;
  box-shadow:0 0 0 2px rgba(201,128,40,.15);
}

.c-event-form__actions{
  margin-top:28px;
  text-align:center;
}

.c-event-form__result{
  width:100%;
  height:60px;
  border:0;
  margin-top:12px;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1100px){

  .c-event-manifesto__grid{
	grid-template-columns: 1fr;
	gap: 26px;
  }

  .c-event-topics__grid,
  .c-event-for__grid{
	grid-template-columns: 1fr;
  }

}

@media (max-width: 900px){

  .c-event-hero{
	padding-top: 140px;
  }

  .c-event-timeline{
	padding-left: 0;
  }

  .c-event-timeline::before,
  .c-event-timeline__item::before,
  .c-event-timeline__time{
	position: static;
  }

  .c-event-timeline::before{
	display: none;
  }

  .c-event-timeline__time{
	display: inline-block;
	width: auto;
	margin-bottom: 12px;
	text-align: left;
  }

}

@media (max-width: 640px){

  .c-event-page__container{
	width: calc(100% - 32px);
  }

  .c-event-hero__actions{
	flex-direction: column;
	align-items: stretch;
  }

  .c-event-btn{
	width: 100%;
  }

  .c-event-question,
  .c-event-topics,
  .c-event-program,
  .c-event-for,
  .c-event-faq{
	padding-top: 64px;
	padding-bottom: 64px;
  }

  .c-event-manifesto{
	padding: 64px 0;
  }

  .c-event-final{
	padding: 64px 0 96px;
  }

  .c-event-timeline__card{
	padding: 22px 18px;
  }

  .c-event-timeline__item{
	grid-template-columns: 1fr;
	gap:10px;
  }
  
  .c-event-timeline__time{
	text-align:left;
	font-size:16px;
  }

}