/* Bootstrap .hidden ile Tailwind çakışmasını önle */
.site-desktop-nav {
    display: none;
}

.site-mobile-menu {
    display: none;
}

.site-mobile-menu.is-open {
    display: block !important;
}

.site-mobile-toggle {
    display: flex;
}

@media (min-width: 768px) {
    .site-desktop-nav {
        display: flex !important;
        align-items: center;
        gap: 0.25rem;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .site-mobile-toggle {
        display: none !important;
    }
}

/* Genel tipografi */
body {
    font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
    font-size: 19px;
    line-height: 1.7;
    color: #1e293b;
}

@media (min-width: 1024px) {
    body {
        font-size: 20px;
    }
}

/* Sayfa başlıkları ve alt metinler */
.site-page-title {
    font-family: 'Titillium Web', 'Segoe UI', sans-serif;
    font-size: 2.35rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.65rem;
    line-height: 1.25;
}

.site-page-subtitle {
    font-size: 1.3rem;
    color: #475569;
    margin-bottom: 2rem;
    line-height: 1.6;
}

@media (min-width: 1024px) {
    .site-page-title {
        font-size: 2.65rem;
    }

    .site-page-subtitle {
        font-size: 1.4rem;
    }
}

/* İçerik panelleri — tüm alt sayfalar */
.site-panel {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 40px -10px rgba(0, 78, 163, 0.15);
    padding: 2rem;
}

@media (min-width: 768px) {
    .site-panel {
        padding: 2.5rem 3rem;
    }
}

.site-form-panel {
    max-width: 52rem;
    width: 100%;
}

/* Ortalanmış sayfa alanı — tam ekran değil */
.site-page-centered {
    max-width: 46rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Rezervasyonlarım — daha geniş ve büyük */
.site-reservations-page {
    max-width: 56rem;
}

.site-reservations-page .site-page-title {
    font-size: 2.65rem;
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    .site-reservations-page .site-page-title {
        font-size: 2.85rem;
    }
}

.site-reservations-page .site-alert {
    font-size: 1.25rem;
    line-height: 1.75;
    padding: 1.5rem 1.75rem;
    font-weight: 500;
}

@media (min-width: 1024px) {
    .site-reservations-page .site-alert {
        font-size: 1.35rem;
        padding: 1.65rem 2rem;
    }
}

.site-reservations-page .site-reservation-card {
    padding: 2.25rem 2.5rem;
    font-size: 1.25rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.site-reservations-page .site-reservation-card b {
    font-size: 1.28rem;
}

.site-reservations-page .site-reservation-price {
    font-size: 1.45rem;
    font-weight: 700;
    color: #004ea3;
    text-align: right;
    margin-bottom: 1rem;
}

.site-reservations-page .site-reservation-extra {
    margin-top: 1.25rem;
    font-size: 1.2rem;
}

.site-reservations-page .site-reservation-extra-label {
    font-weight: 700;
    text-align: right;
    margin-bottom: 0.65rem;
    font-size: 1.2rem;
}

.site-reservations-page .selectKisi {
    font-size: 1.15rem;
    padding: 0.75rem 1rem;
    height: auto;
    border-radius: 0.75rem;
}

.site-reservations-page .site-btn {
    font-size: 1.15rem;
    padding: 0.85rem 1.5rem;
}

.site-reservations-page .site-panel {
    padding: 2.5rem;
    font-size: 1.25rem;
}

/* Profil düzenleme — en geniş ve ortalı form */
.site-form-panel-xl {
    max-width: 50rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.site-form-panel-xl .site-page-title,
.site-form-panel-xl .site-page-subtitle {
    text-align: center;
}

.site-form-panel-xl .site-panel {
    text-align: left;
    padding: 2.5rem 2.5rem;
}

@media (min-width: 768px) {
    .site-form-panel-xl .site-panel {
        padding: 3rem 3.5rem;
    }
}

.site-input-lg {
    padding: 1.15rem 1.35rem;
    font-size: 1.2rem;
}

.site-form-panel-xl .site-btn {
    padding: 1.15rem 2rem;
    font-size: 1.2rem;
}

.site-page-centered .site-page-title,
.site-page-centered .site-page-subtitle {
    text-align: center;
}

.site-content-block {
    font-size: 1.35rem;
    line-height: 1.75;
    color: #334155;
}

.site-info-card {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 40px -10px rgba(0, 78, 163, 0.12);
    padding: 2rem;
}

.site-info-card h3 {
    font-family: 'Titillium Web', 'Segoe UI', sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.site-info-card p,
.site-info-card a {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #334155;
}

.site-info-card a {
    color: #004ea3;
    font-weight: 600;
}

/* Footer */
.site-footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 3.5rem 1.5rem 2.5rem;
}

@media (min-width: 1024px) {
    .site-footer-inner {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.site-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

@media (min-width: 768px) {
    .site-footer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem;
    }
}

.site-footer-logo {
    height: 5.25rem;
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 1.25rem;
}

/* Header logo */
.site-header-logo-wrap {
    background: #fff;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 0.65rem 1.75rem 0.75rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

.site-header-logo {
    height: 88px;
    width: auto;
    display: block;
}

.site-header-bar {
    min-height: 98px;
    align-items: center;
}

.site-footer-heading {
    font-family: 'Titillium Web', 'Segoe UI', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.site-footer-text {
    font-size: 1.15rem;
    line-height: 1.75;
    color: #bfdbfe;
}

.site-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer-list li {
    margin-bottom: 0.85rem;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #bfdbfe;
}

.site-footer-list-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.site-footer-icon {
    margin-top: 0.2rem;
    color: #93c5fd;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.site-footer-link {
    color: #bfdbfe;
    text-decoration: none;
    transition: color 0.2s;
}

.site-footer-link:hover {
    color: #fff;
}

.site-footer-bottom {
    border-top: 1px solid #003d82;
    margin-top: 2.5rem;
    padding-top: 1.75rem;
    text-align: center;
    font-size: 1.1rem;
    color: #93c5fd;
}

.site-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .site-contact-grid {
        grid-template-columns: 1fr 2fr;
    }
}

.site-contact-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.site-profile-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .site-profile-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.site-reservation-card {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 40px -10px rgba(0, 78, 163, 0.12);
    padding: 1.75rem 2rem;
    margin-bottom: 1.25rem;
    font-size: 1.1rem;
    line-height: 1.7;
}

.site-reservation-card b {
    font-size: 1.12rem;
}

.site-alert {
    font-size: 1.35rem;
    line-height: 1.65;
    padding: 1.25rem 1.5rem;
    border-radius: 0.85rem;
    margin-bottom: 2rem;
}

.site-alert-warning {
    background: #fffbeb;
    border: 1px solid #fcd34d;
    color: #92400e;
}

.site-profile-card {
    display: block;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 40px -10px rgba(0, 78, 163, 0.12);
    padding: 2.5rem 2rem;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s;
}

.site-profile-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px -12px rgba(0, 78, 163, 0.2);
    text-decoration: none;
    color: inherit;
}

.site-profile-card h2 {
    font-family: 'Titillium Web', 'Segoe UI', sans-serif;
    font-size: 1.65rem;
    font-weight: 700;
    color: #0f172a;
    margin-top: 1rem;
}

.site-profile-card p {
    font-size: 1.15rem;
    color: #64748b;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

/* Bootstrap modal & datepicker */
.datepicker {
    z-index: 99999 !important;
}

.modal-backdrop {
    z-index: 99990;
}

.modal {
    z-index: 99995;
}

/* Seans seçimi — RezervasyonYap */
.seans-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}

.seansItem {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #16a34a;
    color: #fff !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    font-size: 1.35rem;
    font-weight: 700;
    min-width: 100px;
    min-height: 56px;
    text-align: center;
    border-radius: 0.5rem;
    padding: 0.85rem 1.5rem;
    float: none;
}

.seansItem:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.4);
}

.seansItem.redClass {
    background-color: #dc2626 !important;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.45);
}

/* Rezervasyon özet satırları — step-two */
.rezervasyonResultRow {
    font-size: 1.45rem;
    line-height: 1.65;
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.1);
    padding: 1.65rem 1.85rem;
    margin-bottom: 1rem;
    background-color: white;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
}

.rezervasyonResultRow > b {
    margin-right: 12px;
    display: inline-block;
    width: 90px;
    color: #64748b;
    font-size: 1.45rem;
    font-weight: 700;
}

.clear {
    clear: both;
}

/* Şifre göster/gizle */
.field-icon {
    float: right;
    margin-right: 14px;
    margin-top: -48px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    color: #94a3b8;
    font-size: 1.1rem;
}

.field-icon:hover {
    color: #004ea3;
}

/* Masaüstü alt menü */
.nav-submenu {
    display: none;
    z-index: 60;
}

.nav-item:hover > .nav-submenu,
.nav-submenu:hover {
    display: block;
}

/* Menü tipografisi — Titillium Web (kurumsal, okunaklı) */
.site-nav-link {
    font-family: 'Titillium Web', 'Segoe UI', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
}

@media (min-width: 1024px) {
    .site-nav-link {
        font-size: 19px;
    }
}

.site-nav-sublink {
    font-family: 'Titillium Web', 'Segoe UI', sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.site-mobile-nav-link {
    font-family: 'Titillium Web', 'Segoe UI', sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

/* CMS / içerik sayfaları */
.cms-content {
    font-size: 1.55rem;
    line-height: 1.9;
    color: #1e293b;
}

.cms-content h1 { font-size: 2.15rem; }
.cms-content h2 { font-size: 1.85rem; }
.cms-content h3 { font-size: 1.55rem; }
.cms-content h4 { font-size: 1.35rem; }

.cms-content h1,
.cms-content h2,
.cms-content h3,
.cms-content h4 {
    font-family: 'Titillium Web', 'Segoe UI', sans-serif;
    font-weight: 700;
    color: #0f172a;
    margin-top: 1.75rem;
    margin-bottom: 0.85rem;
    line-height: 1.35;
}

@media (min-width: 1024px) {
    .cms-content {
        font-size: 1.55rem;
    }

    .cms-content h1 { font-size: 2.35rem; }
    .cms-content h2 { font-size: 2rem; }
    .cms-content h3 { font-size: 1.7rem; }
    .cms-content h4 { font-size: 1.45rem; }
}
.cms-content ul,
.cms-content ol {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.cms-content li {
    margin-bottom: 0.5rem;
}

.cms-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
}

.cms-content a {
    color: #004ea3;
    text-decoration: underline;
}

.cms-content p {
    margin-bottom: 1.15rem;
}

.cms-page-title {
    font-family: 'Titillium Web', 'Segoe UI', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    letter-spacing: 0.01em;
    line-height: 1.2;
}

@media (min-width: 1024px) {
    .cms-page-title {
        font-size: 2.85rem;
    }
}

/* Ana sayfa rezervasyon seçici — masaüstü */
@media (min-width: 1024px) {
    .hero-search-box {
        padding: 10px;
    }

    .hero-search-field {
        height: 76px;
        font-size: 20px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .hero-search-btn {
        height: 76px;
        font-size: 20px;
        padding-left: 3rem;
        padding-right: 3rem;
        min-width: 180px;
    }

    .hero-search-form {
        max-width: 100%;
    }

    .tesis-section-title {
        font-size: 2.75rem;
    }

    .tesis-section-subtitle {
        font-size: 1.35rem;
    }
}

/* Tesis kartları */
.tesis-card-title {
    font-family: 'Titillium Web', 'Segoe UI', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
}

.tesis-card-address {
    font-size: 1.125rem;
    line-height: 1.6;
}

.tesis-card-direction {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.85rem 1.5rem;
    gap: 0.65rem;
    border-width: 2px;
}

.tesis-card-direction i {
    font-size: 1.3rem;
}

@media (min-width: 768px) {
    .tesis-card-direction {
        font-size: 1.3rem;
        padding: 1rem 1.75rem;
        top: 1.25rem;
        right: 1.25rem;
    }

    .tesis-card-direction i {
        font-size: 1.4rem;
    }
}

.tesis-section-title {
    font-family: 'Titillium Web', 'Segoe UI', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.tesis-section-subtitle {
    font-size: 1.25rem;
    color: #475569;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

@media (min-width: 1024px) {
    .tesis-card-title {
        font-size: 2rem;
    }

    .tesis-card-address {
        font-size: 1.2rem;
    }
}

/* Form alanları */
.site-input {
    width: 100%;
    padding: 1rem 1.2rem;
    font-size: 1.1rem;
    border-radius: 0.75rem;
    border: 1px solid #cbd5e1;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.site-input:focus {
    border-color: #004ea3;
    box-shadow: 0 0 0 3px rgba(0, 78, 163, 0.15);
}

.site-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 0.75rem;
    background-color: #004ea3;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.site-btn:hover {
    background-color: #003d82;
}

.site-label {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.5rem;
}

.site-link-row {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
    font-size: 1.1rem;
}

.site-link-row a {
    color: #004ea3;
    font-weight: 600;
}
