/*
  azevlakoparkja.hu
  kiegeszites
  ---
*/

/*
  LAKOPARK SZAVAZAS 2026
  2026. januar 20.
*/

.section-hero.section-hero-szavazas {
  padding: .5rem 0 .5rem 0;
}


.bg-bordo.section-hero-szavazas h1 {
    text-align: left;
    color: white;
    text-transform: none;
    font-size: 80px;
    font-weight: 900;
    line-height: 1.2;
}

.card-szavazas {
    background: white;
    border-radius: 30px;
    border:2px solid #E1EDFA;
    box-shadow: 0px 0px 20px 0px rgba(192, 205, 218, 0.15);
}

.card-szavazas {
    background: white;
    border-radius: 30px;
    border: 2px solid #E1EDFA;
    box-shadow: 0px 0px 20px 0px rgba(192, 205, 218, 0.15);
    transition:
        transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, box-shadow;
}

.card-szavazas:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0px 25px 60px rgba(192, 205, 218, 0.65);
}

.card-szavazas h4 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #0B3954;
}

.card-szavazas p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #0B3954;
}

.card-szavazas p:last-child {
    margin-bottom: 0;
}


.card-szavazas p strong {
    font-weight: 600;
}


.szavazas-nyeremenyek h2 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2;
}

.szavazas-nyeremenyek-card {
  color:#0B3954;
}


.szavazas-nyeremenyek-card h3 {
  font-size: 25px;
  font-weight: 800;
}

.szavazas-nyeremenyek-card p {
  font-size: 18px;
  font-weight: 500;
}

.szavazas-miert h2 {
  text-transform: uppercase;
  font-size:50px;
  font-weight: 900;
  line-height: 1.2;
  color: #0B3954;
  margin-bottom: 30px;
}


.szavazas-miert-card {
  border: 1px solid rgba(99, 56, 82, 0.15);
  border-radius: 60px;
}

.szavazas-miert-card p {
  color:#633852;
  font-weight: 500;
}


.section-hero-szavazas .img-szavazas-nyeremenyek {
  height:auto;
  max-height: 491px;
  width: auto;
  margin-left: 0;
}



.szavazas-nyeremenyek-reszletes h4 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
  color: white;
}

.szavazas-nyeremenyek-reszletes p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;;
  color: white;
}

.szavazas-nyeremenyek-reszletes p:last-child {
  margin-bottom: 0px;
}

.btn-gold-gradient {
    background: linear-gradient(
        90deg,
        #C08040 0%,
        #F0C060 26%,
        #FFE080 73%,
        #C08040 100%
    );
    color: #4a2c12;
    border: none;
    border-radius: 44px; 
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.btn-gold-gradient {
    background-size: 200% 200%;
    transition: background-position 0.4s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-gold-gradient:hover {
    background-position: 100% 50%;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(192, 128, 64, 0.35);
}



@media (max-width: 768px) {

  .szavazas-miert h2,
  .szavazas-nyeremenyek h2 {
    font-size:33px !important;
    margin-bottom: 20px;
  }

  .szavazas-nyeremenyek-card h3 {
    font-size:25px;
  }

  .szavazas-nyeremenyek-card p {
    font-size:18px;
  }

  .szavazas-miert-card p {
    line-height: 1.3;
    display: inline-block;
    margin-left: 5px;
  }


} 


@media (max-width: 768px) {

  .hero-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-flex > div {
    width: 100% !important;
  }

  .bg-bordo.section-hero-szavazas h1 {
    text-align: left;
    margin-bottom: -20px;
    font-size: 50px;
  }

  .section-hero .img-szavazas-nyeremenyek {
    max-width: 100%;
    height: auto;
    margin-bottom: 50px;
  }

  .section-hero img[aria-hidden="true"] {
    margin-left: 150px !important;
    margin-top: -50px;
    width: 100%;
    height: auto;
  }

  .hero-powered {
    position: absolute;
    right: 1rem;
    bottom: 2rem;
    text-align: right;
  }

  .hero-powered img {
    margin-left: 0rem;
  }

  .hero-powered .xpo-logo-ael {
      height: 53px;
  }

  .hero-powered .xpo-logo-zenga {
      height: 20px !important;
  }


}


/*
  LAKOPARK XPO 2026
  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;
 
  }
}