/* ==================================================
 * ELEMENTOR WIDGET: TICKETS
 * ================================================== */

.elementor-tickets-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}
.ticket-item {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    position: relative;
    overflow: hidden;
}

.ticket-type {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 10px;
}
.ticket-description {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 15px;
}
.ticket-price-wrapper {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e5e7eb;
}
.ticket-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #3b82f6;
    margin-bottom: 5px;
}
.ticket-price-original {
    font-size: 1rem;
    color: #9ca3af;
    text-decoration: line-through;
    margin-right: 8px;
}
.ticket-currency {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
}
.ticket-discount {
    display: inline-block;
    font-size: 0.75rem;
    color: #dc2626;
    background: #fee2e2;
    padding: 4px 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-top: 8px;
}
.ticket-button-wrapper {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

/* ==================================================
 * ELEMENTOR WIDGET: SPONSORS
 * ================================================== */

.elementor-sponsors-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}

.sponsor-item {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    position: relative;
    overflow: hidden;
}

.sponsor-photo {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sponsor-photo img {
    max-width: 120px;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(30%);
    opacity: 0.85;
    transition: all 0.3s ease;
}
.sponsor-item:hover .sponsor-photo img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}
.sponsor-photo a {
    display: block;
}
.sponsor-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 6px;
}
.sponsor-name a {
    color: #1f2937;
    text-decoration: none;
    transition: color 0.2s ease;
}
.sponsor-name a:hover {
    color: #3b82f6;
}
.sponsor-type {
    font-size:1.2rem;
    display: inline-block;
    color: #6b7280;
    background: #f3f4f6;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.sponsor-type-company {
    background: #dbeafe;
    color: #1d4ed8;
}
.sponsor-type-individual {
    background: #fce7f3;
    color: #be185d;
}

/* ==================================================
 * ELEMENTOR WIDGET: SPEAKERS
 * ================================================== */

.elementor-speakers-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 30px;
}
.speaker-item {
    background: #ffffff;
    padding: 30px;
    text-align: center;
    border: 1px solid #e5e7eb;
}
.speaker-photo {
    margin-bottom: 20px;
}
.speaker-photo img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #f0f0f0;
    transition: border-color 0.3s ease;
}

.speaker-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 6px;
}
.speaker-position {
    font-size: 0.9rem;
    color: #3b82f6;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.speaker-bio {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 20px;
}
.speaker-contact {
    padding-top: 15px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.speaker-email, 
.speaker-phone {
    font-size: 0.85rem;
    color: #6b7280;
}
.speaker-email a, 
.speaker-phone a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}
.speaker-email a:hover, 
.speaker-phone a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}
.speaker-contact-icon {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* ==================================================
 * ELEMENTOR WIDGET: AGENDA
 * ================================================== */

.elementor-agenda-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.agenda-item {
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e7eb;
}
.agenda-item:last-child {
    border-bottom: none;
}

/* ==================================================
 * ELEMENTOR WIDGET: TICKET CARD
 * ================================================== */

.ticket-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    padding: 40px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    margin: 0 auto;
}

.ticket-card-error {
    padding: 20px;
    background: #fee2e2;
    color: #dc2626;
    border: 1px solid #fecaca;
    border-radius: 8px;
    text-align: center;
}

.ticket-card-error code {
    background: #ffffff;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9em;
}

.ticket-card-type {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
    text-align: center;
}

.ticket-card-description {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: center;
}

.ticket-card-price-wrapper {
    margin: 25px 0;
    padding: 20px 0;
    border-top: 2px solid #e5e7eb;
    text-align: center;
}

.ticket-card-price {
    font-size: 2rem;
    font-weight: 700;
    color: #3b82f6;
    margin-bottom: 8px;
}

.ticket-card-price-original {
    font-size: 1.2rem;
    color: #9ca3af;
    text-decoration: line-through;
    margin-right: 10px;
}

.ticket-card-currency {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
}

.ticket-card-discount {
    display: inline-block;
    font-size: 0.85rem;
    color: #dc2626;
    background: #fee2e2;
    padding: 6px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-top: 10px;
}

.ticket-card-button-wrapper {
    margin-top: 30px;
    text-align: center;
}

.ticket-card-button {
    background: #F7B134;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 300px;
}

.ticket-card-button:hover {
    background: #e5a028;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(247, 181, 52, 0.4);
}

