/*
  LAKOPARK XPO 2026
  kiegeszites
  ---

  2025. december 16.
*/

/*
  XPO
*/

.bg-bordo {
  text-align: center;
  background-image: linear-gradient(to right top, #380724, #4a082f, #5c083a, #700746, #840451);   
}

.section-hero {
  position: relative;
  overflow: hidden;
  padding: 3rem 0 14rem 0;
}

.hero-content {
  will-change: transform;
  transition: transform 0.1s linear;
}

.hero-bg {
  will-change: transform;
}

/* 
.header-lakopark {
  position: absolute;
  inset: 0;              
  width: 100vw;          
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
} */

.header-lakopark {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: bottom center;
  
  width: 100vw;
  height: 100%;
  
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;

  z-index: 0;
  will-change: transform;
}


.section-hero > .containerz {
  position: relative;
  z-index: 1;            
}

.bg-bordo h1 {
    text-align: center;
    color: white;
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
}

.bg-bordo h2 {
    color:white;
    font-weight: 700;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.2;
}

.gold-gradient {
  background: linear-gradient(
    to right,
    #C08040,
    #F0C060,
    #C08040,
    #FFE080,
    #C08040
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.xpo-logo-ael {
    height: 83px;
}

.xpo-logo-zenga {
    height: 32px;
}

.xpo-logo-optgroup {
    height: 32px;
}

.bg-szurke {
    background-color: #f5f8fb;
}



.section-napok h3 {
    color: #0B3954;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 800;
    width: 58%;
    display: block;
    margin: 0 auto 40px auto;
}

.box-bordo {
    background-color: #62053D;
    border-radius: 30px;
    padding: 30px;
}

.box-bordo h4 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.box-bordo h4 span.nap_ext {
  display: inline-block;
}


.box-bordo p {
    color: white;
    font-size: 1.1rem;
    line-height: 1.6;
}

.box-bordo p strong {
    font-weight: 800;
}

.xpo-programok h3 {
  letter-spacing: -.025em;
  font-weight: 800;
  font-size: 2rem;
}

.xpo-programok h4 {
  letter-spacing: -.025em;
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 5px;
}



.xpo-programok .xpo-header p {
  font-weight: 600;
  line-height: 1.3;
  font-size: 1.2rem;
}

.xpo-programok .xpo-reszletes p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

.xpo-programok .xpo-reszletes p:last-child {
  margin-bottom: 10px;
}

@media (max-width: 768px) {

  .header-lakopark {
    width:100%;
  }

  .bg-bordo h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }

  .bg-bordo h2 {
    font-size: 2rem;
  }

  .section-napok h3 {
    width: 90%;
  }

  .box-bordo {
    padding: 30px;
  }

  .box-bordo h4 {
    text-align: center;
  }

  .box-bordo h4 span.nap {
    display: block;
  }

  .box-bordo h4 span.nap_ext {
    display: none;
  }


  .box-bordo p {
    text-align: center;
  }


}




/*
  KAPCSOLAT
*/


.section-hero-rolunk h1 {
  color:#62053D;
  font-size:30px;
  font-weight: 700;
  margin-bottom: 15px;
}


.section-hero-rolunk blockquote p {
  font-weight: 700;
}

.section-hero-rolunk blockquote {
  margin-bottom: 20px;
}

.section-hero-rolunk p {
  margin-bottom: 20px;
}

.section-hero-rolunk p:last-child {
  margin-bottom: 0;
}

.section-ajanlatkeres {
  padding-top:0;
}

.section-rendezvenyeink h2 {
  text-align: center;
  font-size: 40px;
  color: #62053D;
  margin-bottom: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.025em;
}

.card-events {
  padding: 20px;
  border-radius: 25px;
  border:1px solid #b6c4cc;
}

.card-events img {
  border-radius: 15px;
}

.card-events h3 {
  font-size: 20px;
  color: #62053D;
  margin-bottom: 10px;
  font-weight: 700;
}

.news-image {
  width: 220px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
  flex-shrink: 0;
}

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


@media (max-width: 787px) {
  .section-rendezvenyeink h2 {
    font-size: 32px;
  }
}

.card-events {
  display: flex;
  flex-direction: column;   /* mobil */
  align-items: center;
  gap: 32px;
}


.card-events .event-button {
  margin-top: 10px;
}

.card-events .event-button a {
  color:white;
  font-weight: 700;
  font-size:15px;
  min-width: 155px;
}

@media (min-width: 640px) {
  .card-events {
    flex-direction: row;    /* desktop */
    align-items: center;
  }
}

.news-image {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 15px;
  flex-shrink: 0;
}

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

.event-text {
  flex: 1;
}


@media (max-width: 787px) {

  .news-image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: auto;
  }

}


/*
  KAPCSOLAT - TIMELINE
*/

.timeline-wrapper {
  position: relative;
}

.timeline-wrapper::before {
  content: "";
  position: absolute;
  background: #F6C353;
  z-index: 0;
}

@media (min-width: 788px) {
  .timeline-wrapper::before {
    top: 33%;
    left: -50vw;
    right: -50vw;
    height: 2px;
    transform: translateY(-50%);
  }
}

@media (max-width: 787px) {

  .timeline-wrapper::before {
    top: 0;
    bottom: 0;
    left: 16px; /* 56px pötty fele */
    width: 2px;
    margin-top: -30px;
    margin-bottom: -30px;
  }

}

.timeline-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 30px;
  overflow: hidden; 
  margin-top: 3rem;
}

.timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
}

/* VONAL – a pöttyök KÖZEPÉN */
.timeline::before {
  content: "";
  position: absolute;
  top: 33%;
  left: -50vw;
  right: -50vw;
  height: 2px;
  background: #F6C353;
  transform: translateY(-50%);
}

/* elem */
.timeline-item {
  position: relative;
  text-align: center;
  flex: 1;
}

/* pötty */
.timeline-dot {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #C08040, #F0C060, #FFE080);   

  color: #573711;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 1;
}

/* szöveg */
.timeline-content {
  margin-top: 1rem;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-content h4 {
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #0B3954;
}

.timeline-content p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #0B3954;
  max-width: 80%;
  margin: 0 auto;
}

/* === MOBIL: VERTIKÁLIS === */
@media (max-width: 787px) {

  .timeline-card {
    position: relative;
    padding: 30px;
  }

  .timeline {
    flex-direction: column;
    padding: 0 0 0rem 0;
    row-gap: 2rem;
  }

  .timeline::before {
    top: -30px;
    bottom: -30px;
    left: 16px;
    width: 2px;
    height: auto;
  }

  .timeline-item {
    display: flex;
    text-align: left;
    margin-bottom: 0rem;
    margin-left: -10px;
  }

  .timeline-dot {
    margin: 0;
    flex-shrink: 0;
  }

  .timeline-content {
    margin-top: 0;
    margin-left: 1rem;
    max-width: none;
  }

  .timeline-content p {
     max-width: 100%;
  margin: 0 auto;
 
  }
}