 :root {
    --bs-primary: #824489;
    --color-primary: #824489;
}

body {
     color: rgb(50, 50, 50);
      font-family: 'Manrope', sans-serif;
}
h1,h2,h3 {
    color: var(--color-primary);
}
p {
    color: rgb(50, 50, 50);
}
a {
    color: var(--color-primary);
    text-decoration: none;
}

.no-hyphen-wrap {
  white-space: nowrap;
}

 .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
     border: 1px solid #ddd;
 }

.event-card {
    border-left: 4px solid var(--color-primary);
}
.session-checkin {
    background: #f5e9f3;
    border-left: 4px solid var(--color-primary);
}
.session-break {
    background: #f8f9fa;
    border-left: 4px solid #b9b9b9;
}
.speaker-badge {
    background-color: var(--color-primary) !important;
    display: inline-block;
    margin-right: 6px;
    margin-top: 4px;
    font-size: 1.2rem;
    font-weight: normal;
}
.badge.bg-primary {
    background-color: var(--color-primary) !important;
}
.event-card {
    border-left: 4px solid var(--color-primary) !important;
}
.session-break {
    background: #f8f9fa;
    border-left: 4px solid var(--color-primary) !important;
}
.session-checkin {
    background: #e7f1ff;
    border-left: 4px solid var(--color-primary) !important;
}
.speaker-badge {
    display: inline-block;
    margin-right: 6px;
    margin-top: 4px;
}

.timeline-row {
    display: grid;
    grid-template-columns: 150px 30px 1fr;
    gap: 10px;
    align-items: start;
    margin-bottom: 25px;
       position: relative;
}

.timeline-time {
    font-weight: 400;
    font-size: 1.4rem;
    color: #333;
    text-align: right;
    padding-top: 10px;
}

.timeline-line {
    position: relative;
    width: 100%;
}

.timeline-dot {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 16px;
    height: 16px;
    background: var(--color-primary);
    border-radius: 50%;
    border: 3px solid #fff;
    transform: translateX(-50%);
    box-shadow: 0 0 0 3px rgba(130,68,137,0.3);
    z-index: 2; 
}

.timeline-session-card {
    background: #fff;
    border-left: 4px solid var(--color-primary);
    padding: 14px;
    border-radius: 6px;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.05);
}

.timeline-session-checkin {
    border-left-color: #b9b9b9 !important;
}
.timeline-session-checkin h4 {
    font-size: 1.2em;
}
.timeline-session-break {
    background: #f8f9fa !important;
    border-left-color: #b9b9b9 !important;
}
.timeline-session-break h4 {
    font-size: 1.2em;
}
.timeline-session-event {
    background: #f5e9f3 !important;
}
/* MOBILE VIEW — timeline collapse into single column */
@media (max-width: 768px) {
    .timeline-row {
        grid-template-columns: 1fr; /* csak egy oszlop */
        gap: 0;
        margin-left: 10px;
        display: inline;
    }

    .timeline-time {
        text-align: left;
        padding-bottom: 6px;
        font-size: 1.2rem;
    }

    .timeline-dot {
        left: 0;          
        transform: none;     
        top: 0;
    }

    .timeline-time {
        padding-top: 10px;
        padding-left: 40px;
    }

    .timeline-dot {
        left: 10px;
        top: -27px;
    }
    .badge.bg-primary {
        background-color: var(--color-primary) !important;
        white-space: normal;
        text-align: left;
        line-height: 1.2em;
    }
}

/* Fancy Day Tabs */
.day-tabs {
    border-bottom: none;
    overflow-x: auto;
    /* white-space: nowrap; */
    padding-bottom: 10px;
}

.day-tabs .nav-item {
    flex-direction: column;
    justify-content: center; /* függőleges igazítás */
    padding: 10px 10px;
}

.day-tabs .nav-link {
    background: #f7f1f8;
     white-space: normal;
    margin-right: 10px;
    border-radius: 10px;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 1.1rem;
    color: #824489;
    transition: all 0.3s ease;
    width: 100%;
    border: 4px solid #824489;
}

.day-tabs .nav-link:hover {
    background: #fae8f6;
}

.day-tabs .nav-link.active {
    background: #824489;
    color: white;
    border-color: #824489;
    box-shadow: 0px 4px 10px rgba(130, 68, 137, 0.4);
}
.day-tab-subtitle {
    display: block;
    font-size: 0.9rem;
    opacity: 0.8;
    margin-top: 2px;
}

#lecturers-container {
    padding-left: 60px;
    padding-bottom: 20px;
}

.lecturer-item {
    margin: 0px 0px 0px 0px;
    position: relative;
}

#lecturers-container .lecturers-item-img {
    border: 0px solid #999;
}

/* /////////////////////////////////////////////////////////////// */

.wave-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 40px;
    background: linear-gradient(135deg, #f7f4ff, #ffffff);
    box-shadow: 0px 20px 70px rgba(75, 3, 116, 0.15);
}

.wave-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.wave-bg svg {
    width: 200%;
    height: 100%;
}

.wave-lines path {
    fill: none;
    stroke: rgba(124, 92, 255, 0.35);
    transform-box: fill-box;
    transform-origin: center;
    animation: waveMove 12s linear infinite;
}

.wave-lines path:nth-child(1) { stroke-width: 0.5; opacity: 0.08; }
.wave-lines path:nth-child(2) { stroke-width: 0.8; opacity: 0.12; }
.wave-lines path:nth-child(3) { stroke-width: 1.2; opacity: 0.18; }

.wave-lines path:nth-child(4) {
    stroke-width: 2.2;
    opacity: 0.35;
    animation-duration: 8s;
}

.wave-lines path:nth-child(5) { stroke-width: 1.2; opacity: 0.18; }
.wave-lines path:nth-child(6) { stroke-width: 0.8; opacity: 0.12; }
.wave-lines path:nth-child(7) { stroke-width: 0.5; opacity: 0.08; }

.wave-lines path:nth-child(odd) {
    animation-duration: 10s;
}

.wave-lines path:nth-child(even) {
    animation-duration: 14s;
}

.wave-card .content {
    position: relative;
    z-index: 1;
}

.countdown-box {
    border-radius: 16px;
    padding: 15px;
}

.countdown-number {
    font-size: 48px;
    font-weight: 600;
    background: linear-gradient(135deg, rgba(125, 65, 134, 1) 0%, rgba(174, 88, 164, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.countdown-label {
    font-size: 14px;
    color: #555;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes waveMove {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .wave-lines path {
        animation: none;
    }
}
/* /////////////////////////////////////////////////////////////// */

.symp-hero{
    border-radius:24px;
    padding:32px;
    overflow:hidden;
}

.symp-hero__inner {
    text-align: center;
}
.symp-hero__kicker{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.symp-hero__edition {
    font-weight: 800;
    font-size: clamp(18px, 2.5vw, 28px);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0;
    color: #555;
    margin: 0 auto;
    display: inline-block;
}


@media (max-width: 768px) {
    .symp-hero{
        border-radius:10px;
        padding:12px;
        overflow:hidden;
    }
    .countdown-number {
        font-size: 32px;
    }
}

h1.symp-hero__title, h1.symp-hero__title sup{
    margin:0;
    font-weight:400;
    letter-spacing:-0.02em;
    line-height: 1.4;
    background: rgb(125, 65, 134);
    background: linear-gradient(135deg, rgba(125, 65, 134, 1) 0%, rgba(174, 88, 164, 1) 100%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
}

h1.symp-hero__title{ 
    font-size:clamp(36px,4.2vw,54px);
    line-height: 1.4;
}

h1.symp-hero__title sup{ 
    font-size: 0.6em;
}

#contact-container{
    border-left: 4px solid rgb(125, 65, 134);
}

#contact-container h4{
    font-weight: 600;
    margin-bottom: 0.25rem;
}

#contact-container h5{
    font-weight: 400;
    color: #6c757d;
    margin-bottom: 1rem;
}

#contact-container p{
    margin-bottom: 0.4rem;
    color: #495057;
}

#contact-container a{
    text-decoration: none;
}

#contact-container a:hover{
    text-decoration: underline;
}

#contact-container p:last-child{
    margin-bottom: 0;
}


#urban-portre {
    max-width: 100%;
    margin-top: -20%;
    display: inline-block;
}

#intro-portre {
    background: rgb(130, 68, 137);
    background: linear-gradient(135deg, rgba(130, 68, 137, 1) 0%, rgba(185, 93, 171, 1) 100%);
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 10px 0px 10px;
    color: #FFF;
    margin-top: 85px;
    margin-bottom: 40px;
}

#intro-portre p {
    color: #FFF;
}

#home-why img {
    padding: 0px 0px 12px 0px;
    font-size: 1.4em;
    display: inline-block;
    float: right;
}

#home-why p {
    padding: 0px 22px;
    font-size: 1.4em;
}

@media (max-width: 768px) {
    #home-why p {
        padding: 4px 12px;
        font-size: 1.0em;
    }
}



.row-nav {
    background: rgb(130, 68, 137);
    background: linear-gradient(135deg, rgba(130, 68, 137, 1) 0%, rgba(185, 93, 171, 1) 100%);
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    color: #FFF;
}
#nav .nav-primary {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#nav .nav-primary li.level0, #nav .nav-primary a.level0 {
    display: inline-block;
}
#nav .nav-primary li {
    display: inline;
    height: 40px;
}
#nav .nav-primary li a {
    display: block;
    float: left;
    line-height: 30px;
}
.nav-primary a {
    text-decoration: none;
    position: relative;
    display: block;
    color: #636363;
    line-height: 30px;
    font-weight: 600;
}
.nav-primary li.level0 > a {
    text-transform: uppercase;
}
#nav .nav-primary a {
    color: #fff;
    padding: 8px 12px;
    font-size: 1.2em;
}
#nav .nav-primary a {
    color: #e6e7e8;
}
#nav .nav-primary li.level0, #nav .nav-primary a.level0 {
    display: inline-block;
}


#logo-img  {
    padding: 20px 0px;
}

#logo-img img {
    max-height: 110px;
    max-width: 100%;
}

/* Hamburger gomb */
.nav-toggle {
    display: none;
    background: none;
    border: 0;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    padding: 10px;
}

/* MOBIL */
@media (max-width: 768px) {

    .nav-toggle {

        display: inline-block;
        text-align: right;
        width: 100%;
    }

    #nav .nav-primary {
        display: none;
        text-align: left;
        background: linear-gradient(135deg, rgba(130, 68, 137, 1) 0%, rgba(185, 93, 171, 1) 100%);
    }

    #nav .nav-primary.open {
        display: block;
        padding: 0px;
        margin: 0px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    #nav .nav-primary li,
    #nav .nav-primary li.level0,
    #nav .nav-primary a.level0 {
        display: block;
        float: none;
        width: 100%;
    }

    #nav .nav-primary li a {
        line-height: 1rem;
        padding: 12px 10px;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }
}





.header-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    padding: 10px 0;
}

/* META SZÖVEG */
.event-meta {
    display: flex;
    align-items: center;
    font-size: 16px;
    white-space: nowrap;
}

.event-meta .location {
    font-weight: 600;
    color: #666;
     font-size:clamp(12px,4.2vw,24px);
}

.event-meta .dot {
    margin: 0 8px;
    color: #aaa;
}

.event-meta .date {
    font-size:clamp(12px,4.2vw,24px);
    font-weight: 600;
    letter-spacing: -0.3px;

    background: linear-gradient(
        135deg,
        rgba(125, 65, 134, 1) 0%,
        rgba(174, 88, 164, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    position: relative;
    padding-bottom: 2px;
}



/* CTA */
.cta-actions {
    display: flex;
    align-items: center;
    gap: 0; /* összeragasztás */
}

/* REGISZTRÁCIÓ GOMB */
.btn-register {
    position: relative;
    background: linear-gradient(
        135deg,
        rgba(125, 65, 134, 1) 0%,
        rgba(174, 88, 164, 1) 100%
    );
    color: #fff;
    font-weight: 700;
    padding: 8px 18px 8px 18px;
    border-radius: 999px;
    white-space: nowrap;
    z-index: 2;
}

/* EARLY BIRD – GOMBHOZ TAPAD */
.early-bird {
    background: #fff;
    color: rgba(125, 65, 134, 1);
    font-size:clamp(12px,4.2vw,16px);
    font-weight: 700;
    padding: 6px 22px 6px 12px;
    border-radius: 999px 0 0 999px;
    margin-right: -12px; /* átfedés */
    z-index: 1;
    white-space: nowrap;
    border: 1px solid rgba(125, 65, 134, 0.25);
}

.btn-register:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(125, 65, 134, 0.35);
    color: #FFF;
}

.btn-register:disabled:not(.in-cart-state),
.btn-register.disabled:not(.in-cart-state) {
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
    color: #999;
    border: 1px solid #ddd;
    cursor: not-allowed;
    box-shadow: none;
    transform: none !important;
    opacity: 0.8;
    pointer-events: auto !important;
}

.btn-register.in-cart-state {
    background: #fff !important;
    color: var(--color-primary) !important;
    border: 2px solid var(--color-primary) !important;
    cursor: default !important;
    opacity: 1 !important;
    font-weight: 800;
    pointer-events: auto !important;
}

@media (max-width: 1199px){
    #logo-img  {
        padding: 10px 0px 5px 0px;
        text-align: center;
    }
    .header-meta {
        justify-content: center;
    }
}

@media (max-width: 991px){
    #logo-img  {
        padding: 10px 0px 5px 0px;
        text-align: center;
    }
    .header-meta {
        justify-content: center;
    }
}

@media (max-width: 768px){
    .header-meta {
        justify-content: center;
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding-bottom: 20px;
    }
    .event-meta {
        display: flex;
        align-items: center;
        gap: 0;
    }
    #logo-img  {
        padding: 10px 0px 5px 0px ;
        text-align: center;
    }
}

/* ===== HERO SLIDE ===== */

#home-slide{
  position: relative;
  overflow: hidden;
  min-height: 520px;
}

/* SVG overlay réteg */
#home-slide .slide-curve{
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;      /* fehér sáv szélessége */
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

#home-slide .slide-curve svg{
  width: 100%;
  height: 100%;
  display: block;
}

#home-slide .slide-curve path{
  fill: rgba(255,255,255,0.85);
}

/* háttér sötétítés maradhat, de legyen az overlay alatt */
#home-slide::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(0,0,0,0.10), rgba(0,0,0,0.22));
  z-index: 0;
}

/* Slide Date Badge */
.slide-date-badge {
    position: absolute;
    bottom: 20px;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    padding: 20px 40px 20px 50px;
    border-radius: 120px 0 0 120px;
    color: #555;
    font-weight: 300;
    font-size: 2.2rem;
    box-shadow: -15px 0 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-right: none;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    line-height: 1.0;
    animation: fadeInRight 1s ease-out;
}

.slide-date-badge .city {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-bottom: 5px;
    opacity: 0.8;
    width: 100%;
}

.slide-date-badge .year {
    font-size: 4rem;
    font-weight: 200;
    opacity: 0.4;
    line-height: 0.8;
    margin-top: 5px;
    width: 100%;
    text-align: right;
}


@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .slide-date-badge {
        bottom: 20px;
        right: 0;
        padding: 12px 25px 12px 35px;
        font-size: 1.4rem;
        font-weight: 300;
        border-radius: 60px 0 0 60px;
    }
    .slide-date-badge .city {
        font-size: 0.8rem;
        letter-spacing: 1px;
        margin-bottom: 2px;
    }
    .slide-date-badge .year {
        font-size: 2.2rem;
    }
}

/* szöveg az overlay fölé */
#home-slide .slide-inner,
#home-slide .slide-content{
  position: relative;
  z-index: 2;
}

/* a szöveget húzzuk a fehér sávba */
#home-slide .slide-content{
  max-width: 360px;
  margin-left: auto;
  padding-right: 40px;
  background: none;
  border: none;
  box-shadow: none;

}

/* tipográfia */
#home-slide .slide-city{
  font-size: clamp(28px, 2.2vw, 40px);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 10px;
  width: 100%;
  text-align: right;
  color: #5f6467;
  margin-left:100px;
}

#home-slide .slide-date{
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 300;
  width: 100%;
  white-space: nowrap;
  display: inline-block;
  color: #5f6467;
}

#home-slide .slide-date sup{
  font-size: 0.55em;
  font-weight: 300;
  top: -0.35em;
  color: #5f6467;
}

#home-slide .slide-year{
  font-size: clamp(44px, 4.2vw, 66px);
  font-weight: 300;
  line-height: 0.95;
  margin-top: 14px;
  width: 100%;
  color: #5f6467;
  margin-left: 100px;
}

/* ===== MOBILE ===== */

@media (max-width: 768px){
  #home-slide{
    min-height: auto;
  }

  #home-slide .slide-inner{
    padding: 48px 0;
  }

  #home-slide .slide-content{
    margin: 0 auto;
    max-width: 92%;
    text-align: center;
  }
}

/* ===== HERO SLIDE ===== */


.slide-link {
    text-align: center;
    font-size: 1.2em;
    line-height: 1em;
    padding: 8px 24px;
    display: inline-block;
    margin: 20px auto 10px auto;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 300;
    background: #824489;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: rgb(125, 65, 134);
    background: linear-gradient(135deg, rgba(125, 65, 134, 1) 0%, rgba(174, 88, 164, 1) 100%);
}

#home-location .location-content {
    color: #58595b;
    text-align: justify;
    padding: 2px;
}

@media (max-width: 768px){
    #home-location .slide-link {
       margin: 0px auto;
       width: 100%;
    }
}

.accordion .accordion-item {
   
}

.accordion .accordion-button {
    display: inline-block;
    width: 100%;
    background: #f7f1f8;
    white-space: normal;
    margin-right: 10px;
    border-radius: 10px;
    padding: 10px 18px;
    font-weight: 600;
    font-size: 1.4rem;
    color: #824489;
    transition: all 0.3s ease;
    width: 100%;
    border: 4px solid #824489;
    border-radius: 15px !important;
}

.accordion .accordion-button:not(.collapsed) {
    background: #824489;
    color: white;
    border-color: #824489;
    box-shadow: 0px 4px 10px rgba(130, 68, 137, 0.4);
}

.accordion-button::after {
    display: none;
}

@media (max-width: 767px) {
    .accordion .accordion-button {
        margin-right: 0;
    }
  .accordion-collapse {
    transition: none !important;
  }
}

/* FOOTER ------------------------- */
/*
#devcenter-footer {
    background: rgb(130,68,137);
    background: linear-gradient(135deg, rgba(130,68,137,1) 0%, rgba(185,93,171,1) 100%);
    -webkit-box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.2);
}
#devcenter-footer-container { 
    background-image: url("images/footer-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
    color: #FFF; 
    min-height: 300px;
} 

.footer .block-title h2, .footer .block-title h3, .footer .block-title strong {  
    color:#FFF;  font-weight: bold; 
}
.footer .links a, .footer .links a:hover {
    color: #FFF;
}
.footer {
  clear: both;
  width: 100%;
  max-width: 1200px;
  border-top: 0px solid #cccccc;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  display: inline-block;
}
.footer .links ul {
    margin: 10px 0px 20px 0px;
    padding: 0px;
}
.footer .links li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer .links a {
  color: #FFF;
  text-transform: uppercase;
}
.footer .links a:hover {
  color: #FFF;
}
.footer address {
  border-top: 0px solid #cccccc;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0;
}
.footer img {
    max-width: 100%;
}

@media (max-width: 767px) { 
    #devcenter-footer-container { 
        background: transparent;
        min-height: auto;
    } 
}
*/

/* FOOTER BACKGROUND */
.site-footer {
  background-color: #7d3c8a;
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 300px auto;
  padding: 70px 0 0;
  color: #fff;
}

/* GLASS PANEL */
.glass-panel {
}

/* GRID */
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

/* CONTAINER */
.site-footer .container {
  padding: 0 20px;
}

/* TITLES */
.site-footer h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 18px;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-size: 0.95rem;
  transition: opacity 0.2s ease;
}

.footer-links a:hover {
  opacity: 0.7;
}

/* PAYMENT CARD */
.payment-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.95);
  padding: 16px 20px;
  border-radius: 14px;
  max-width: 520px;
  width: 100%;
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.payment-card img {
  max-width: 100%;
  height: auto;
}

.payment-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.3);
}

/* COPYRIGHT BAR */
.footer-bottom {
  margin-top: 50px;
  padding: 18px 0;
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.85);
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .glass-panel {
    padding: 35px 25px;
  }
}

.payments {
    padding: 4px 10px;
    margin: 10px 0px;
    border: 1px solid #BBB;
    border-radius: 5px;
}

.avatar-wrap {
  width: 160px;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: #f2f2f2;
  /* keret + árnyék */
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
}

.avatar-wrap img {
  width: 100%;
  height: 100%;
}


#lecturers-container {
    max-width: 1000px;
    margin: 0px auto;
    padding-bottom: 40px;
}

.home-lecture-item {
    padding: 20px;
}

.lecturer-name {
    font-size: 1.2rem;
    color: #824489;
    font-weight: 600;
    padding-top: 10px;
    line-height: 1.0;
    margin-bottom: 10px;
}

.lecturer-name .text-muted {
    font-size: 1.0rem;
}

.lecturer-intro {
    font-size: 1.0rem;
    line-height: 1.1;
}

.lecturer-more {
    padding-top: 10px;
}


.lecturer-more a {
    color: #824489;
    font-size: 1.15em;
}

.lecturer-image img {
    max-height: 180px;
    max-width: 100%;
}

@media (max-width: 991px) {

    #intro-portre {
        background: transparent;
        padding: 0px;
        -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.2);
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
        margin-top: 20px;
         margin-bottom: 20px;
    }

    #intro-portre #urban-desc{
        background: rgb(130, 68, 137);
        background: linear-gradient(135deg, rgba(130, 68, 137, 1) 0%, rgba(185, 93, 171, 1) 100%);
        -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.2);
        box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
        padding: 20px 15px 10px 15px;
        color: #FFF;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #intro-portre  #urban-portre {
        max-width: 100%;
        margin-top: 0%;
        display: inline-block;
    }

}

.speaker-item {
    margin-bottom: 30px;
}

/* HEADER */
.speaker-header {
    border: 1px solid #e1e1e1;
    position: relative;
    background: #eee;
    border-left: 4px solid var(--color-primary);
    padding: 14px;
    border-radius: 6px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
    padding: 18px 60px 18px 120px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.speaker-name {
    font-size: 20px;
    font-weight: 600;
}

.speaker-arrow {
    position: absolute;
    right: 20px;
    font-size: 24px;
    color: #fff;
}

/* AVATAR */
.speaker-avatar {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
}

/* BODY */
.speaker-body {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    padding: 20px;
    margin-left: 60px;
    border-radius: 0 0 6px 6px;
}

/* TABS */
.speaker-tabs {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.speaker-tab {
    background: none;
    border: none;
    padding: 10px 0;
    font-weight: 600;
    color: #000;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.speaker-tab.active {
    border-bottom-color: #000;
}

.hotel-name {
    color: #824489;
    font-weight: 700;
}

.hotel-card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    background-color: #fff;
    border-color: #eee !important;
}

.hotel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.hotel-card .hotel-name {
    display: block;
    font-size: 1.1rem;
    padding-bottom: 4px;
    margin-bottom: 4px !important;
}

.hotel-card div {
    margin-bottom: 2px;
}

.hotel-card .mt-3 {
    margin-top: 0.5rem !important;
}

.btn-symposium {
    background: transparent;
    color: #824489 !important;
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 999px;
    border: 2px solid #824489;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    font-size: 0.9rem;
}

.btn-symposium:hover {
    background: #824489;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(130, 68, 137, 0.2);
}

.hotel-card a:not(.btn-symposium) {
    word-break: break-all;
}

/* SPONSORS */
.sponsor-section {
    margin-bottom: 50px;
}

.sponsor-category-title {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sponsor-category-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--color-primary);
    border-radius: 2px;
}

.sponsor-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 20px 0;
}

.sponsor-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    text-decoration: none !important;
}

.sponsor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-color: var(--color-primary);
}

.sponsor-card img {
    max-width: 100%;
    height: auto;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.sponsor-card:hover img {
    filter: grayscale(0%);
}

/* Diamond specific */
.sponsor-card.diamond {
    width: 320px;
    height: 180px;
}

/* Regular specific */
.sponsor-card.regular {
    width: 240px;
    height: 140px;
}

/* Partner specific */
.sponsor-card.partner {
    width: 200px;
    height: 120px;
}

@media (max-width: 768px) {
    .sponsor-card.diamond, 
    .sponsor-card.regular, 
    .sponsor-card.partner {
        width: 100%;
        max-width: 280px;
    }
}


@media (max-width: 991px) {
    .speaker-header {
       padding: 18px 40px 18px 100px;
    }
    .speaker-body {
        padding: 10px;
        margin-left: 0px;
    }
    .speaker-name {
        font-size: 1rem;
    }
    .speaker-avatar {
        left: 5px;
    }
}

.price-wrapper {
  background: linear-gradient(135deg, #fff7d6, #ffffff);
  border: 1px solid #f1c40f;
}

.early-bird-label {
  display: inline-block;
  padding: 6px 14px;
  background-color: #f1c40f;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  border-radius: 20px;
  line-height: 1.2;
}

.ticket-price {

}

.regular-price {
  font-size: 14px;
}

.regular-price span {
  text-decoration: line-through;
}