/* css/sub/pages/basvuru.css - V47.6 (13 INCH TABLET BADGE LOWERED +50PX -> 330PX) */

/* !!! KRİTİK: OVERFLOW KİLİDİ !!! */
body, html {
    overflow: visible !important;
    overflow-x: clip !important;
}

/* ==========================================================================
   0. HEADER RESCUE (EN YÜKSEK ÖNCELİK)
   ========================================================================== */
header .top-bar-right,
header .top-bar-left,
header .top-bar a,
header .top-bar span,
header .quick-access-toggle,
header .qa-toggle,
.top-bar-link {
    color: #ffffff !important;
    text-transform: none !important;
    font-weight: 400 !important;
    font-family: 'Inter', sans-serif !important;
    opacity: 1 !important;
    letter-spacing: normal !important;
    text-decoration: none !important;
}

header .top-bar-right a:hover,
header .top-bar-left a:hover,
header .quick-access-toggle:hover {
    color: #ffffff !important;
    opacity: 0.8 !important;
}

header .top-bar svg,
header .top-bar path {
    stroke: #ffffff !important;
    fill: none !important;
}

/* ==========================================================================
   1. GENEL AYARLAR & KAPLAYICILAR
   ========================================================================== */
.sub-page-container {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.reg-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 110px 0 170px 0;
}

/* --- GERİ DÖN LİNKİ (TOP NAV) --- */
.reg-top-nav {
    margin-bottom: 40px;
}

.reg-back-link {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: #00325B;
    text-decoration: none;
    transition: all 0.3s ease;
}

.reg-back-link:hover {
    color: #0071CE;
    transform: none !important;
}

.reg-back-link svg {
    width: 24px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

/* --- BAŞLIKLAR --- */
.reg-page-title {
    font-family: 'Inter', sans-serif;
    color: #00325B;
    font-size: 42px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 10px;
}

.reg-sub-title {
    display: block;
    font-family: 'Inter', sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

/* ==========================================================================
   2. ETKİNLİK KARTI (LIST VIEW YAPISI)
   ========================================================================== */
.ev-grid.list-view {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    border-top: 2px solid #00325B;
    margin-bottom: 0px;
}

.ev-card-wrapper {
    width: 100%;
    display: block;
}

.ev-card {
    width: 100% !important;
    padding: 30px 0 30px 0 !important;
    min-height: 250px !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    background: #fff;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    border-bottom: 2px solid #00325B !important;
}

.ev-card.open {
    border-bottom-color: transparent !important;
    transition: border-bottom 0s !important;
}

.ev-card-body {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    align-items: stretch !important;
    justify-content: space-between;
    background: transparent;
    box-sizing: border-box;
    margin: 0 !important;
    flex-grow: 1;
}

.ev-info-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    height: 100%;
    gap: 0;
    padding-right: 30px;
}

.ev-card-title {
    margin: 0 !important;
    padding-top: 0 !important;
    min-height: 0 !important;
    font-family: 'Inter', sans-serif;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 33px !important;
    -webkit-line-clamp: unset;
    color: #00325B;
    margin-bottom: 5px !important;
}

.ev-dates-container {
    display: flex;
    gap: 20px;
    margin-bottom: 0 !important;
}

.ev-date-row {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    margin-bottom: 5px;
    display: flex;
    gap: 5px;
}

.ev-date-label {
    font-weight: 400;
    color: #000;
}

.ev-date-val {
    font-weight: 700;
    color: #000;
}

.ev-list-desc {
    display: block !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    max-width: 500px;
    padding-top: 20px !important;
    min-height: 20px !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    height: auto !important;
}

.ev-internal-actions {
    align-self: center !important;
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    margin-left: auto;
    gap: 60px;
    padding-top: 0;
}

.ev-seats-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ev-seats-label {
    font-family: 'Inter', sans-serif;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #00325B;
    margin-bottom: 2px;
}

.ev-seats-count {
    font-family: 'Inter', sans-serif;
    font-size: 29px !important;
    font-weight: 600;
    color: #00325B;
    margin: 0;
}

.ev-card-accordion-btn {
    width: 100%;
    height: 30px !important;
    background: transparent !important;
    padding-left: 0;
    justify-content: flex-start;
    margin-top: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border: none;
    color: #000;
    align-self: flex-start;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 20px;
    outline: none !important;
}

.ev-card-accordion-btn:hover {
    background: transparent;
    opacity: 0.7;
}

.ev-accordion-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #00325B;
    text-transform: uppercase;
}

.ev-acc-icon {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0s;
    transform: rotate(90deg);
    margin-left: -5px;
}

.ev-card.open .ev-acc-icon {
    transform: rotate(90deg) scaleX(-1);
}

/* ==========================================================================
   3. DETAY KUTUSU (ACCORDION CONTENT)
   ========================================================================== */
.ev-details-full-row {
    width: 100%;
    margin-top: -2px !important;
    margin-bottom: 0;
    border-bottom: 0px solid transparent;
    z-index: 20;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease-out;
    position: relative;
}

.ev-details-full-row.active {
    margin-top: -2px !important;
    margin-bottom: 0 !important;
    border-bottom: 2px solid #00325B !important;
}

.ev-details-inner {
    padding: 30px 40px 70px 40px;
    box-sizing: border-box;
    background-color: #EBF5FC !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 -5px 0 0 #EBF5FC !important;
}

.ev-details-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ev-det-col h4 {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #00325B;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 0;
}

.ev-det-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ev-det-col ul li {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: #00325B;
    margin-bottom: 3px !important;
    position: relative;
    padding-left: 15px;
}

.ev-det-col ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #00325B;
    font-weight: bold;
}

.ev-det-col p {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #00325B;
    margin-bottom: 20px;
    margin-top: 0;
}

.ev-det-block {
    margin-bottom: 25px;
}

.ev-price {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #00325B !important;
}

/* ==========================================================================
   4. FORM ELEMANLARI
   ========================================================================== */
.form-section-title {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: #00325B;
    margin-top: 45px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 800px;
    text-align: left;
}

.reg-form-container {
    width: 100%;
    max-width: 800px;
}

.reg-form-desc {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #555;
    margin-bottom: 35px;
}

.reg-section-separator {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #00325B;
    margin-top: 45px;
    margin-bottom: 15px;
    max-width: 534px;
}

.reg-input-group {
    margin-bottom: 20px;
    width: 100%;
    max-width: 534px;
}

.reg-input-control {
    width: 100%;
    height: 55px;
    border: 2px solid #00325B;
    border-radius: 0;
    padding: 0 15px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #333;
    background-color: #fff;
    transition: border-color 0.2s;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
}

.reg-input-control:focus {
    border-color: #00325B !important;
}

/* SEE-SPITAL STİLİ SOLID ÜÇGEN OK (SVG) */
select.reg-input-control {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='%2300325B'%3E%3Cpath d='M0 0h12L6 7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px;
    cursor: pointer;
}

.reg-textarea-control {
    width: 100%;
    height: 230px;
    border: 2px solid #00325B;
    border-radius: 0;
    padding: 15px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #333;
    resize: none !important; /* Resize kolu kaldırıldı */
    outline: none !important;
}

.reg-checkbox-wrapper {
    max-width: 534px;
    margin-top: 25px;
    margin-bottom: 35px;
    position: relative;
    font-family: 'Inter', sans-serif;
}

.reg-checkbox-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #333;
}

.reg-checkbox-wrapper input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-box {
    width: 25px;
    height: 25px;
    border: 3px solid #00325B;
    background-color: #fff;
    display: inline-block;
    margin-right: 15px;
    flex-shrink: 0;
    position: relative;
}

.reg-checkbox-wrapper input:checked + .custom-box::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 13px;
    height: 13px;
    background-color: #00325B;
}

.label-text a {
    color: #0071CE;
    text-decoration: none;
    font-weight: 600;
}

.reg-submit-btn {
    width: 140px;
    height: 60px;
    background-color: #00325B;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s;
}

.reg-submit-btn:hover {
    background-color: #001830;
}

/* ==========================================================================
   5. PDF LINK CLEANER (ZİNCİR İKONLARINI KALDIRMA)
   ========================================================================== */
.clean-link {
    text-decoration: none !important;
    color: #0071CE !important;
    font-weight: 600 !important;
    background: none !important;
    padding-right: 0 !important;
}

.clean-link::after,
.clean-link::before,
.label-text a::after,
.label-text a::before {
    content: none !important;
    display: none !important;
}

/* ==========================================================================
   6. RECAPTCHA TIMEOUT MESAJI (KIRMIZI UYARI)
   ========================================================================== */
.recaptcha-timeout-msg {
    max-width: 534px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #FEE2E2;
    border: 1px solid #EF4444;
    color: #B91C1C;
    padding: 20px;
    margin-bottom: 25px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.timeout-icon {
    font-size: 24px;
}

.timeout-reload {
    display: inline-block;
    margin-top: 8px;
    color: #B91C1C;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

/* ==========================================================================
   7. RECAPTCHA BADGE - DESKTOP & FLUID & 13" LAPTOP (MOUSE MODE)
   Varsayılan: KAPALI (Sağa gizli).
   Sadece HOVER yapılınca açılır.
   ========================================================================== */
@media screen and (min-width: 1025px) {
    .grecaptcha-badge {
        visibility: visible !important;
        display: block !important;
        opacity: 1 !important;
        position: fixed !important;
        z-index: 2147483647 !important;

        /* VARSAYILAN: GİZLİ (KAPALI) */
        right: -186px !important;
        
        left: auto !important;
        background-color: transparent !important;
        box-shadow: 0 0 10px rgba(0,0,0,0.1) !important;
        border-radius: 4px;
        pointer-events: auto !important;
        transition: right 0.3s ease !important;
    }

    /* MOUSE İLE ÜZERİNE GELİNCE AÇIL */
    .grecaptcha-badge:hover {
        right: 0 !important;
    }

    .grecaptcha-badge iframe {
        visibility: visible !important;
        display: block !important;
        opacity: 1 !important;
        width: 100% !important;
        height: 100% !important;
    }
}

/* ==========================================================================
   8. RECAPTCHA BADGE - TABLET & MOBIL (TOUCH MODE)
   1024px ve Altı Cihazlar (iPad, Telefonlar).
   Hover olmadığı için SÜREKLİ AÇIK (right: 0) ve DİKEYDE 280px AŞAĞIDA.
   ========================================================================== */
@media screen and (max-width: 1024px) {
    .grecaptcha-badge {
        visibility: visible !important;
        display: block !important;
        opacity: 1 !important;
        position: fixed !important;
        z-index: 2147483647 !important;
        
        /* TOUCH EKRANDA HEP AÇIK */
        right: 0 !important; 
        
        /* ORTADAN (50%) + 280px AŞAĞI */
        top: calc(50% + 280px) !important;
        bottom: auto !important;
        transform: translateY(-50%) !important;
        
        transition: none !important;
    }
    
    .grecaptcha-badge iframe {
        visibility: visible !important;
        display: block !important;
        opacity: 1 !important;
        width: 100% !important;
        height: 100% !important;
    }
}

/* ==========================================================================
   9. MOBİL (GENERAL LAYOUT - 768px ve altı)
   REVIZYONLAR (V47.9):
   1. KVKK Onay Metni küçültüldü (14px).
   2. Footer ile Buton arasına +130px eklendi (Toplam 160px).
   3. Header ile Geri Dön linki arasına +10px eklendi (Toplam 85px).
   4. Önceki hizalama ve reCAPTCHA ayarları korundu.
   ========================================================================== */
@media screen and (max-width: 768px) {
    
    /* --- RECAPTCHA DOKUNMATİK FIX (KORUNDU) --- */
    .grecaptcha-badge {
        visibility: visible !important;
        opacity: 1 !important;
        right: -186px !important; /* Kapalı */
        top: auto !important;
        bottom: 50px !important;
        transform: none !important;
        position: fixed !important;
        z-index: 2147483647 !important;
        transition: right 0.3s ease !important;
    }

    .grecaptcha-badge iframe { pointer-events: none !important; }

    .grecaptcha-badge:hover,
    .grecaptcha-badge:active, 
    .grecaptcha-badge:focus-within {
        right: 0 !important; 
        z-index: 2147483647 !important;
    }

    .grecaptcha-badge:hover iframe,
    .grecaptcha-badge:active iframe {
        pointer-events: auto !important;
    }

    /* --- 1. & 3. GÖREV: HEADER VE FOOTER BOŞLUKLARI --- */
    /* Üst: 75px + 10px = 85px */
    /* Alt: 30px + 130px = 160px */
    .reg-wrapper {
        padding: 85px 10px 160px 10px !important;
    }

    /* --- 2. GÖREV: KVKK METNİ KÜÇÜLTME --- */
    .reg-checkbox-label {
        font-size: 14px !important; /* 18px'den 14px'e düşürüldü */
        line-height: 1.4 !important;
    }
    
    /* Checkbox kutusunu metne göre hizala */
    .custom-box {
        margin-top: 0px !important; /* Hizalamayı düzelt */
        width: 20px !important;     /* Kutuyu da hafif kibarlaştır */
        height: 20px !important;
    }
    
    .reg-checkbox-wrapper input:checked + .custom-box::after {
        width: 10px !important;
        height: 10px !important;
        top: 2px !important;
        left: 2px !important;
    }

    /* --- DİĞER MOBİL AYARLARI (KORUNDU) --- */
    
    /* İlan Başlığı */
    .form-section-title {
        font-family: 'Inter', sans-serif !important;
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 34px !important;
        margin-top: 35px !important;
        margin-bottom: 20px !important;
        text-align: left !important;
    }

    /* Ayırıcı Başlık */
    .reg-section-separator {
        font-family: 'Inter', sans-serif !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 25px !important;
        margin-top: 30px !important;
        margin-bottom: 15px !important;
    }

    /* Tarih ve Açıklama Metni */
    .ev-date-row { font-size: 14px !important; }
    .ev-list-desc { font-size: 14px !important; line-height: 1.5 !important; }

    /* Boş Yer ve Buton Hizalama (Sola Yaslı) */
    .ev-internal-actions {
        width: 100% !important;
        margin-top: 20px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .ev-seats-info {
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        align-items: center !important; 
        gap: 10px !important;
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    .ev-seats-label { margin-bottom: 0 !important; line-height: 1 !important; }
    
    .ev-seats-count {
        font-size: 32px !important;
        margin: 0 !important;
        line-height: 1 !important;
        position: relative;
        top: -2px;
    }
    
    .ev-card-accordion-btn {
        justify-content: flex-start !important;
        padding-left: 0 !important;
    }

    .ev-card-body {
        flex-direction: column !important;
        height: auto !important;
    }

    .ev-info-group { padding-right: 0 !important; }
    .ev-dates-container { gap: 20px !important; }
    .ev-details-grid { grid-template-columns: 1fr; gap: 30px; }
    .reg-input-group, .reg-checkbox-wrapper { max-width: 100%; }
}

/* ==========================================================================
   10. FLUID SCALE (2K ve 4K EKRANLAR - 2000px+)
   Revizyon: 1920px ekranlar için düzeltme (Eşik 2000px yapıldı).
   ========================================================================== */
@media (min-width: 2000px) {

    /* --- GENEL YAPI (ALIGNMENT FIX) --- */
    .reg-wrapper {
        max-width: 100% !important;
        padding: 160px 0 220px 0 !important;
    }

    /* --- ÜST NAVİGASYON --- */
    .reg-back-link {
        font-size: 18px !important;
        gap: 20px !important;
    }

    .reg-back-link svg {
        width: 30px !important;
        height: 18px !important;
        stroke-width: 2px !important; /* FIX: 2px (İnceltildi) */
    }

    /* --- BAŞLIKLAR --- */
    .reg-page-title {
        font-size: 60px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }

    .reg-sub-title {
        font-size: 22px !important;
        margin-bottom: 60px !important;
    }

    .form-section-title {
        font-size: 38px !important;
        margin-top: 70px !important;
        margin-bottom: 35px !important;
        max-width: 100% !important; /* Tam genişlik */
    }

    /* --- ETKİNLİK KARTI (LIST VIEW SCALE) --- */
    .ev-card {
        padding: 50px 0 !important;
        min-height: auto !important;
    }

    .ev-card-title {
        font-size: 34px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }

    .ev-date-row {
        font-size: 20px !important;
        gap: 10px !important;
    }

    .ev-list-desc {
        font-size: 20px !important;
        max-width: 800px !important;
        padding-top: 30px !important;
        margin-bottom: 40px !important;
    }

    .ev-seats-label {
        font-size: 20px !important;
    }

    .ev-seats-count {
        font-size: 38px !important;
    }

    /* Butonlar */
    .ev-card-accordion-btn {
        height: 50px !important;
    }

    .ev-accordion-text {
        font-size: 20px !important;
    }

    .ev-acc-icon {
        width: 30px !important;
    }

    .ev-acc-icon svg {
        width: 30px !important;
        height: auto !important;
    }

    /* --- DETAYLAR ALANI --- */
    .ev-details-inner {
        padding: 60px 80px !important;
    }

    .ev-details-grid {
        max-width: 100% !important;
        gap: 60px !important;
    }

    .ev-det-col h4 {
        font-size: 18px !important;
        margin-bottom: 25px !important;
    }

    .ev-det-col ul li,
    .ev-det-col p {
        font-size: 17px !important;
        line-height: 1.6 !important;
    }

    .ev-price {
        font-size: 26px !important;
    }

    /* --- FORM ALANI SCALE --- */
    .reg-form-container {
        max-width: 100% !important;
    }

    .reg-form-desc {
        font-size: 24px !important;
        margin-bottom: 50px !important;
    }

    /* İnput Grupları - Genişlik artırıldı */
    .reg-input-group {
        max-width: 900px !important; /* Daha geniş form */
        margin-bottom: 30px !important;
    }

    .reg-section-separator {
        font-size: 24px !important;
        max-width: 900px !important;
        margin-top: 60px !important;
        margin-bottom: 25px !important;
    }

    /* İnputlar */
    .reg-input-control {
        height: 75px !important;
        font-size: 20px !important;
        padding: 0 25px !important;
        border-width: 3px !important;
    }

    .reg-textarea-control {
        height: 350px !important;
        font-size: 20px !important;
        padding: 25px !important;
        border-width: 3px !important;
    }

    select.reg-input-control {
        background-size: 18px !important;
        background-position: right 30px center !important;
    }

    .reg-checkbox-wrapper {
        max-width: 900px !important;
        margin-top: 40px !important;
        margin-bottom: 60px !important;
    }

    .custom-box {
        width: 34px !important;
        height: 34px !important;
        border-width: 4px !important;
        margin-right: 20px !important;
    }

    .reg-checkbox-wrapper input:checked + .custom-box::after {
        top: 5px !important;
        left: 5px !important;
        width: 16px !important;
        height: 16px !important;
    }

    .reg-checkbox-label {
        font-size: 22px !important;
        line-height: 1.5 !important;
    }

    /* Submit Butonu */
    .reg-submit-btn {
        width: 250px !important; /* Buton büyütüldü */
        height: 80px !important;
        font-size: 24px !important;
        font-weight: 600 !important;
    }
}

/* ==========================================================================
   11. TABLET 13" PORTRAIT (iPad Pro / 1000px - 1200px)
   BURASI KRİTİK: 1025px üstü olduğu için normalde DESKTOP sanıyor ve gizliyor.
   Burada ZORLA açıyoruz ve ALTTAN hizalıyoruz.
   ========================================================================== */
@media (min-width: 1000px) and (max-width: 1200px) {
    /* BADGE FIX: BU ARALIKTAKİ CİHAZLARDA ZORLA GÖSTER */
    .grecaptcha-badge {
        visibility: visible !important;
        opacity: 1 !important;
        right: 0 !important; /* Açık */
        
        /* ESKİ TOP HESAPLAMALARINI SIFIRLA */
        top: auto !important;
        transform: none !important;
        
        /* YENİ MANTIK: ALT KENARDAN 50PX YUKARIDA */
        bottom: 50px !important;
        
        transition: none !important;
        pointer-events: auto !important;
    }

    .sub-page-container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .reg-wrapper {
        padding: 100px 0 150px 0 !important;
        max-width: 100% !important;
    }

    .reg-page-title {
        font-size: 36px !important;
        line-height: 44px !important;
        margin-bottom: 15px !important;
    }

    .form-section-title {
        font-size: 26px !important;
        margin-top: 40px !important;
    }

    .ev-card {
        padding: 30px 0 !important;
    }

    .ev-card-body {
        padding-right: 0 !important;
        gap: 20px !important;
    }

    .ev-info-group {
        padding-right: 20px !important;
    }

    .ev-internal-actions {
        gap: 30px !important;
        margin-left: 0 !important;
    }

    .reg-form-container {
        max-width: 100% !important;
    }

    .reg-input-group {
        max-width: 534px !important;
    }

    .reg-section-separator {
        max-width: 534px !important;
    }

    .reg-checkbox-wrapper {
        max-width: 534px !important;
    }

    .reg-input-control {
        height: 55px !important;
    }

    .reg-submit-btn {
        width: 140px !important;
        height: 60px !important;
        font-size: 18px !important;
    }
}

/* ==========================================================================
   12. TABLET SMALL (iPad Mini / Air / 11" / 700px - 999px)
   ========================================================================== */
@media (min-width: 700px) and (max-width: 999px) {
    
    /* BADGE FIX: 11" İÇİN DE ALTTAN 50PX YUKARI ALINDI */
    .grecaptcha-badge {
        /* ESKİ TOP HESAPLAMALARINI SIFIRLA */
        top: auto !important;
        
        /* YENİ MANTIK: ALT KENARDAN 50PX YUKARIDA */
        bottom: 50px !important;
    }

    .sub-page-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .reg-wrapper {
        padding: 90px 0 140px 0 !important;
        max-width: 100% !important;
    }

    .reg-page-title {
        font-size: 32px !important;
        line-height: 40px !important;
        margin-bottom: 15px !important;
    }

    .reg-sub-title {
        font-size: 15px !important;
        margin-bottom: 35px !important;
    }

    .form-section-title {
        font-size: 24px !important;
        margin-top: 35px !important;
    }

    .ev-card {
        padding: 25px 0 !important;
    }

    .ev-info-group {
        padding-right: 15px !important;
    }

    .ev-card-title {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }

    .ev-internal-actions {
        gap: 20px !important;
        margin-left: 0 !important;
    }

    .ev-seats-count {
        font-size: 26px !important;
    }

    .reg-form-container {
        max-width: 100% !important;
    }

    .reg-input-group {
        max-width: 534px !important;
        width: 100% !important;
    }

    .reg-section-separator {
        max-width: 534px !important;
    }

    .reg-checkbox-wrapper {
        max-width: 534px !important;
    }

    .reg-input-control {
        height: 55px !important;
        font-size: 16px !important;
    }

    .reg-textarea-control {
        height: 200px !important;
    }

    .reg-submit-btn {
        width: 140px !important;
        height: 60px !important;
        font-size: 18px !important;
    }
}