/* Tema 5 (Baş Boyun Kanserleri 2027) CSS Stylesheet */

.glass-header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.glass-panel {
    background: rgba(183, 32, 68, 0.4);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pattern-dots {
    background-image: radial-gradient(#B72044 1px, transparent 1px);
    background-size: 24px 24px;
}

[x-cloak] {
    display: none !important;
}

/* Custom premium transitions and classes */
.pricing-table th {
    background-color: #B72044;
    color: #ffffff;
}

.pricing-table tr:hover {
    background-color: rgba(183, 32, 68, 0.03);
}

.btn-secondary-action {
    background-color: #672C75;
    color: #ffffff;
}

.btn-secondary-action:hover {
    background-color: #B72044;
}

.speaker-card {
    background: white;
    border-radius: 1.5rem;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.speaker-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -10px rgba(183, 32, 68, 0.15);
    border-color: #672C75;
}

.speaker-img-container {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1.5rem auto;
    border: 4px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-secondary {
    border-top: 6px solid #672C75;
}

.card-primary {
    border-top: 6px solid #B72044;
}

.card-gray {
    border-top: 6px solid #cbd5e1;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #B72044;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
