@import url('../css/lingo-logo.css');
/* Özel İmleç Stilleri - En Üstte */
* {
    cursor: url('../assets/slimicons/orange-pointer.svg'), auto !important;
}

*[style*="cursor: pointer"], 
*[style*="cursor:pointer"], 
a, 
button, 
input[type="button"], 
input[type="submit"], 
.clickable,
[onclick],
[role="button"] {
    cursor: url('../assets/slimicons/orange-hand-pointer.svg'), auto !important;
}

/* Luckiest Guy: Google Fonts (global.css) */

/* Yeni renk paleti ve değişkenler */
:root {
    --primary-color: #2A3F54;
    --secondary-color: #FF6B6B;
    --accent-color: #4ECDC4;
    --background-color: #F7F9FC;
    --surface-color: #FFFFFF;
    --text-primary: #2A3F54;
    --text-secondary: #556577;
    --text-light: #FFFFFF;
    --gradient-primary: linear-gradient(135deg, #FF6B6B, #FF8E8E);
    --gradient-secondary: linear-gradient(135deg, #4A6B8A, #2A3F54);
    --shadow-soft: 0 10px 30px rgba(42, 63, 84, 0.08);
    --shadow-strong: 0 15px 40px rgba(42, 63, 84, 0.12);
    --shadow-md: 0 8px 32px rgba(27, 33, 48, 0.15);
    --border-radius: 12px;
}

/* Ana sayfa stili */
body.ipa-page {
    /* background: linear-gradient(135deg, #2A3F54, #4A6B8A); */ /* Gradyan kaldırıldı */
    background-color: #dee7f0; /* Ana stil dosyasıyla aynı arka plan rengi */
    background-attachment: fixed;
    color: var(--text-primary);
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 72px 0 0;
    min-height: 100vh;
    position: relative;
    display: flex; /* Footer'ı aşağı itmek için */
    flex-direction: column; /* Footer'ı aşağı itmek için */
    box-sizing: border-box;
}

.ipa-page-shell {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ipa-main {
    flex: 1 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ipa-footer-slot {
    flex-shrink: 0;
    width: 100%;
}

/* Footer: IPA araç stillerinden izole et */
#footer-placeholder {
    width: 100%;
}

#footer-placeholder .container.footer-container {
    max-width: 1100px;
    width: auto;
    margin: 0 auto;
    padding: 0 20px 40px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    flex-grow: 0;
    transition: none;
    animation: none;
}

#footer-placeholder .container.footer-container:hover {
    box-shadow: none;
    transform: none;
}

#footer-placeholder footer {
    width: 100%;
}

/* Arkaplan deseni gradyan kaldırıldığı için gereksiz olabilir, şimdilik kalıyor */
body.ipa-page::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 15% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 25%),
        radial-gradient(circle at 85% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 25%);
    pointer-events: none;
    z-index: -1; /* Arka plana gönderildi */
}

/* Üst navigasyon — site chrome (diğer araçlarla uyumlu) */
.user-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 8px 20px;
    box-sizing: border-box;
    background: var(--site-chrome-bg-alpha, rgba(50, 67, 94, 0.98)) !important;
    border-bottom: 1px solid var(--site-chrome-border, rgba(255, 255, 255, 0.12)) !important;
    box-shadow: var(--site-chrome-shadow, 0 2px 8px rgba(0, 0, 0, 0.18));
    color: var(--site-chrome-text, rgba(255, 255, 255, 0.88));
}

.user-header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.user-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

.user-header .logo-container-header {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
}

.user-header .header-logo-img {
    display: block;
    object-position: center;
}

.user-header .araclarim-back,
.user-header .tool-watermark-btn {
    --tool-watermark-color: #ffffff;
    --araclarim-back-color: #ffffff;
}

#username-display {
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--site-chrome-text, rgba(255, 255, 255, 0.88)) !important;
    margin: 0;
    max-width: min(220px, 36vw);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Sayfa başlığı */
.ipa-page-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(74, 107, 138, 0.12);
}

.ipa-page-eyebrow {
    margin: 0 0 0.35rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent-color);
}

.ipa-page-title {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-primary);
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.ipa-page-ipa {
    margin: 0.85rem auto 0;
    padding: 0.65rem 1.25rem;
    max-width: 100%;
    display: inline-block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.15rem;
    letter-spacing: 0.04em;
    color: #3d5166;
    background: linear-gradient(180deg, #f8fbff 0%, #f1f5f9 100%);
    border: 1px solid rgba(74, 107, 138, 0.18);
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ipa-page-subtitle {
    margin: 0.85rem 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--text-secondary);
    font-weight: 400;
}

/* Araç konteyneri (footer .container ile çakışmaz) */
.ipa-tool-container {
    max-width: 45%;
    width: 100%;
    margin: 24px auto 32px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.ipa-tool-container:hover {
    box-shadow: var(--shadow-strong);
}

/* Genel başlık (modal vb.) */
h1:not(.ipa-page-title):not(.title-main) {
    color: var(--text-primary);
    font-size: 2em;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

/* Textarea container */
.textarea-container {
    position: relative;
    margin: 20px 0;
    width: 100%;
    box-sizing: border-box;
}

/* Textarea temel tasarımı */
textarea {
    width: calc(100% - 40px);
    padding: 20px;
    border: 2px solid rgba(74, 107, 138, 0.2);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.95);
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 25px;
    resize: none;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: var(--text-primary);
    box-shadow: 0 4px 15px rgba(42, 63, 84, 0.05);
    font-family: 'Nunito', sans-serif;
    box-sizing: border-box;
}

/* Placeholder stili */
textarea::placeholder {
    color: #8395a7;
    opacity: 0.8;
    font-size: 1.1em;
}

/* Focus durumu */
textarea:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 8px 25px rgba(78, 205, 196, 0.15);
    background: #ffffff;
    transform: translateY(-2px);
}

/* IPA çevirisi textarea'sı için özel stil */
#ipaText {
    background: rgba(247, 249, 252, 0.98);
    border-color: rgba(74, 107, 138, 0.15);
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.3em;
    color: #2c3e50;
    letter-spacing: 0.5px;
}

#ipaText:focus {
    border-color: var(--secondary-color);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.1);
}

/* Input etiketleri */
.input-label {
    position: absolute;
    top: -12px;
    left: 20px;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    padding: 0 10px;
    font-size: 0.9em;
    color: var(--text-secondary);
    border-radius: 6px;
    z-index: 1;
    transition: all 0.3s ease;
}

/* Buton container */
.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    padding: 0 20px;
}

/* Buton temel tasarımı */
button {
    flex: 0 1 auto;
    min-width: 200px;
    max-width: 280px;
    padding: 16px 32px;
    font-size: 1.1em;
    border-radius: 12px;
    background: var(--gradient-secondary);
    border: none;
    color: var(--text-light);
    font-weight: 600;
    cursor: url('../assets/slimicons/orange-hand-pointer.svg'), auto !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 5px;
    box-shadow: 0 4px 15px rgba(78, 205, 196, 0.2);
    text-align: center;
    white-space: nowrap;
}

/* Konuşma başlat butonu */
#speechToggle {
    background: var(--gradient-primary);
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.2);
    min-width: 220px;
}

/* Temizle butonu */
#clearAll {
    min-width: 160px;
    background: linear-gradient(135deg, #95A5A6, #7F8C8D);
}

/* Hover efektleri */
button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(42, 63, 84, 0.2);
    background: linear-gradient(135deg, #2A3F54, #3A5B7A);
}

#speechToggle:hover {
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3);
}

#clearAll:hover {
    box-shadow: 0 6px 20px rgba(127, 140, 141, 0.3);
}

/* Recording animasyonu */
.recording {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

/* Responsive tasarım */
@media (max-width: 768px) {
    body.ipa-page {
        background-attachment: fixed;
        padding-top: 64px;
        padding-bottom: 5rem;
    }
    
    .ipa-tool-container {
        max-width: 90%;
        padding: 25px;
        margin-top: 16px;
    }

    .user-header {
        padding: 8px 12px;
        height: 56px;
    }

    #username-display {
        font-size: 0.82rem;
        max-width: min(160px, 42vw);
    }

    .ipa-page-title {
        font-size: 1.65rem;
    }

    .ipa-page-ipa {
        font-size: 1rem;
        padding: 0.55rem 1rem;
        border-radius: 14px;
    }

    .ipa-page-header {
        margin-bottom: 1.5rem;
        padding-bottom: 1.25rem;
    }

    .vocfount-card {
        max-width: 90%;
        margin-bottom: 36px;
    }

    .vocfount-card__inner {
        padding: 1.35rem 1.25rem 1.5rem;
    }

    .card-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-header h3 {
        font-size: 1.4rem;
    }

    .card-details-btn {
        width: 100%;
        margin-left: 0;
    }

    .button-container {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 0 10px;
    }

    button {
        width: 100%;
        max-width: none;
        min-width: 0;
        padding: 14px 24px;
        font-size: 1em;
        margin: 3px 0;
    }

    #speechToggle {
        order: 1;
    }

    button[onclick="manualConvert()"] {
        order: 2;
    }

    #clearAll {
        order: 3;
    }

    textarea {
        width: calc(100% - 32px);
        padding: 16px;
        font-size: 1.1em;
        margin-bottom: 20px;
    }

    #ipaText {
        font-size: 1.2em;
    }

    body.ipa-page {
        background: linear-gradient(145deg, #2A3F54, #4A6B8A);
    }

    

    .practice-button {
        margin-right: 10px;
        padding: 10px 16px;
        font-size: 0.85em;
    }

    .header-title {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .ipa-tool-container {
        max-width: 95%;
        padding: 20px 15px;
    }

    .vocfount-card {
        max-width: 95%;
        border-radius: 16px;
    }

    .card-badge {
        font-size: 0.72rem;
        padding: 0.4rem 0.7rem;
    }

    .card-brief {
        font-size: 0.92rem;
    }

    textarea {
        width: calc(100% - 30px);
        padding: 15px;
    }

    .practice-button {
        margin-right: 5px;
        padding: 8px 12px;
        font-size: 0.8em;
    }

    

    .header-title {
        font-size: 1em;
    }
}

/* Çok küçük ekranlar için ek düzenleme */
@media (max-width: 360px) {
    .practice-button {
        padding: 6px 10px;
        font-size: 0.75em;
    }
    
    
}

/* Animasyonlar */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.ipa-tool-container {
    animation: fadeIn 0.6s ease-out;
}

/* Konteyner 2 */
.container2 {
    max-width: 60%;  
    width: 100%;
    margin: 30px auto;
    padding: 20px;
    background: linear-gradient(145deg, #8ba5c2, #7691ae);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(27, 33, 48, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: 'Nunito', sans-serif;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.container2:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(27, 33, 48, 0.2);
    background: linear-gradient(145deg, #7691ae, #657d99);
    border: 1px solid rgba(211, 142, 24, 0.3);
}

/* Başlık */
h1, h3 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}

/* Label styling */
label {
    display: block;
    font-size: 18px;
    color: var(--text-primary);
    background-color: white;
    padding: 12px;
    border: 1px solid rgba(44, 62, 80, 0.1);
    border-radius: 8px;
    white-space: pre-wrap; 
    text-align: left;
    word-wrap: break-word;
    margin: 10px 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container2 {
        max-width: 90%;
        margin: 15px auto;
        padding: 20px;
        background: linear-gradient(145deg, #8ba5c2, #7691ae);
    }

    textarea, button, select {
        font-size: 1em;
    }

    #magnifier {
        width: 150px;
        height: 150px;
    }
}

/* Logo */
.logo {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
    animation: fadeIn 1s ease-in-out;
    margin-bottom: 15px;
}

.blur {
    filter: blur(5px);
    transition: filter 0.3s ease;
}

/* Mobil Cihazlar İçin Özel Stil */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        margin: 5% auto;
        padding: 15px;
    }

    .close-button {
        font-size: 24px;
    }

    h3, h4 {
        font-size: 1.2em;
    }

    p, ul, li, ol {
        font-size: 0.9em;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .modal-content {
        padding: 10px;
    }

    .close-button {
        font-size: 20px;
    }

    h3, h4 {
        font-size: 1em;
    }

    p, ul, li, ol {
        font-size: 0.8em;
    }
}

/* Practice button container düzenlemesi */
.practice-button-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.practice-button {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    background: var(--secondary-color);
    color: white;
    border-radius: 16px;
    font-weight: 600;
    font-size: 1.1em;
    text-decoration: none;
    letter-spacing: 0.5px;
    box-shadow: var(--shadow-soft);
    border: none;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
    .practice-button-container {
        position: fixed;
        top: auto;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
    }

    .practice-button {
        padding: 12px 20px;
        font-size: 0.9em;
        border-radius: 12px;
    }

    .ipa-tool-container {
        margin-bottom: 24px;
    }

    .vocfount-card {
        margin-bottom: 24px;
    }
}

/* Çok küçük ekranlar için ek düzenleme */
@media (max-width: 480px) {
    .practice-button {
        padding: 10px 16px;
        font-size: 0.85em;
    }
}

/* Bildirim stilleri */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 25px;
    border-radius: 8px;
    background: var(--surface-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: translateX(120%);
    transition: transform 0.3s ease;
    z-index: 1000;
    color: var(--text-primary);
    border-left: 4px solid var(--secondary-color);
}

.notification.show {
    transform: translateX(0);
}

.notification.error {
    background: #FFEBEE;
    border-left: 4px solid var(--accent-color);
}

.notification.info {
    background: #4285f4;
    color: white;
    border-left: 4px solid #d38e18;
}

/* Score value rengi */
.score-value {
    color: #d38e18;
}

/* Progress bar fill rengi */
.progress-fill {
    background: #d38e18;
}

/* Animasyonlar */
@keyframes focusIn {
    from {
        opacity: 0.8;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(-2px);
    }
}

textarea:focus {
    animation: focusIn 0.3s ease-out forwards;
}

/* VocFount Kartı */
.vocfount-card {
    position: relative;
    max-width: 45%;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(74, 107, 138, 0.12);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.35s ease;
}

.vocfount-card:hover {
    transform: translateY(-4px);
    border-color: rgba(78, 205, 196, 0.35);
    box-shadow: 0 18px 44px rgba(42, 63, 84, 0.14);
}

.vocfount-card__accent {
    height: 4px;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--secondary-color) 55%, #7eb8e8 100%);
}

.vocfount-card__inner {
    padding: 1.75rem 2rem 2rem;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.15rem;
}

.card-header__text {
    min-width: 0;
}

.vocfount-card__eyebrow {
    display: inline-block;
    margin-bottom: 0.4rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent-color);
}

.card-header h3 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1.15;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.card-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.14), rgba(255, 142, 142, 0.08));
    border: 1px solid rgba(255, 107, 107, 0.22);
    color: #c44f4f;
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.card-badge__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.18);
}

.card-brief {
    margin: 0 0 1.5rem;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--text-secondary);
}

.card-details-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin-left: auto;
    padding: 0.85rem 1.5rem;
    border: none;
    border-radius: 12px;
    background: var(--gradient-secondary);
    color: var(--text-light);
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: url('../assets/slimicons/orange-hand-pointer.svg'), auto !important;
    box-shadow: 0 8px 20px rgba(42, 63, 84, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.card-details-btn:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #3d5a73, #243647);
    box-shadow: 0 12px 28px rgba(42, 63, 84, 0.22);
}

.card-details-btn:hover .arrow-icon {
    transform: translateX(4px);
}

.arrow-icon {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1;
    transition: transform 0.25s ease;
}

/* Modal */
.legal-modal-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.25rem;
    background: rgba(22, 32, 44, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1000002;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.legal-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.legal-modal {
    position: relative;
    width: min(820px, 100%);
    max-height: min(88vh, 900px);
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(74, 107, 138, 0.14);
    border-radius: 20px;
    box-shadow: 0 24px 64px rgba(22, 32, 44, 0.22);
    overflow: hidden;
    transform: translateY(16px) scale(0.98);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.legal-modal-overlay.active .legal-modal {
    transform: translateY(0) scale(1);
}

.legal-modal__accent {
    height: 4px;
    background: linear-gradient(90deg, var(--accent-color), var(--secondary-color), #7eb8e8);
}

.legal-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.35rem 1.5rem 1.15rem;
    border-bottom: 1px solid rgba(74, 107, 138, 0.1);
    background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}

.legal-modal-header__text {
    min-width: 0;
}

.legal-modal-title {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.15;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.legal-modal-subtitle {
    margin: 0.35rem 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    line-height: 1.45;
    color: var(--text-secondary);
}

.legal-modal-close {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(74, 107, 138, 0.16);
    border-radius: 10px;
    background: #f8fafc;
    color: var(--text-secondary);
    font-size: 1.45rem;
    line-height: 1;
    cursor: url('../assets/slimicons/orange-hand-pointer.svg'), auto !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.legal-modal-close:hover {
    background: #eef4f8;
    color: var(--primary-color);
    border-color: rgba(78, 205, 196, 0.35);
}

.legal-modal-content {
    padding: 1.5rem 1.75rem 1.75rem;
    overflow-y: auto;
    flex: 1;
    scrollbar-width: thin;
    scrollbar-color: rgba(74, 107, 138, 0.35) transparent;
}

.legal-text h2 {
    margin: 1.35rem 0 0.75rem;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-primary);
}

.legal-text h2:first-child {
    margin-top: 0;
}

.legal-text h3 {
    margin: 1.15rem 0 0.65rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color);
}

.legal-text p {
    margin: 0 0 0.9rem;
    font-family: 'Nunito', sans-serif;
    line-height: 1.65;
    color: var(--text-secondary);
}

.legal-text ul {
    margin: 0 0 1.1rem;
    padding-left: 1.25rem;
}

.legal-text li {
    margin-bottom: 0.45rem;
    line-height: 1.55;
    color: var(--text-secondary);
}

.legal-text strong {
    color: var(--text-primary);
}

/* VocFount modal içeriği */
.legal-text--vocfount .modal-lead {
    font-size: 1.02rem;
    color: var(--text-primary);
}

.modal-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 1.25rem 0 1.5rem;
}

.modal-stat {
    padding: 0.85rem 0.65rem;
    text-align: center;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fbff 0%, #f1f5f9 100%);
    border: 1px solid rgba(74, 107, 138, 0.12);
}

.modal-stat__value {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1.1;
}

.modal-stat__label {
    display: block;
    margin-top: 0.3rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    line-height: 1.3;
    color: var(--text-secondary);
}

.modal-section-title {
    margin: 0 0 0.85rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-primary);
}

.modal-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.modal-feature {
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(74, 107, 138, 0.12);
    box-shadow: 0 4px 14px rgba(42, 63, 84, 0.05);
}

.modal-feature h4 {
    margin: 0 0 0.35rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--primary-color);
}

.modal-feature p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.5;
}

.modal-highlight {
    margin-bottom: 1.25rem;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    background: rgba(78, 205, 196, 0.1);
    border: 1px solid rgba(78, 205, 196, 0.22);
    font-family: 'Nunito', sans-serif;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--text-primary);
}

.modal-cta-panel {
    padding: 1.15rem 1.2rem;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(42, 63, 84, 0.06), rgba(78, 205, 196, 0.08));
    border: 1px solid rgba(74, 107, 138, 0.14);
}

.modal-cta-panel h3 {
    margin: 0 0 0.35rem;
    font-family: 'Oswald', sans-serif;
    font-size: 1.15rem;
    color: var(--text-primary);
}

.modal-cta-panel p {
    margin: 0 0 1rem;
}

.contact-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-btn {
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.25);
}

.email-btn {
    background: var(--gradient-secondary);
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(42, 63, 84, 0.2);
}

.contact-btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .legal-modal-overlay {
        padding: 0.75rem;
        align-items: flex-end;
    }

    .legal-modal {
        width: 100%;
        max-height: 92vh;
        border-radius: 18px 18px 14px 14px;
    }

    .legal-modal-header {
        padding: 1rem 1.1rem 0.9rem;
    }

    .legal-modal-title {
        font-size: 1.3rem;
    }

    .legal-modal-content {
        padding: 1.1rem 1.15rem 1.25rem;
    }

    .modal-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .modal-feature-grid {
        grid-template-columns: 1fr;
    }

    .contact-buttons {
        flex-direction: column;
    }

    .contact-btn {
        width: 100%;
        min-width: 0;
    }
}

/* IPA sayfası özelinde modal mobil görünüm düzeltmeleri */
@media (max-width: 768px) {
    #registration-modal .modal-content {
        padding: 20px 25px; /* Mobil için padding */
        max-width: 500px; /* Mobilde max genişlik */
        width: 90%; /* Kenar boşlukları için */
        max-height: 90vh; /* Mobil için yükseklik sınırı */
        margin: 5vh auto; /* Dikey ortalama */
        box-sizing: border-box; /* Genişlik hesaplamasına padding/border dahil et */
    }

    #registration-modal .form-group input[type="text"],
    #registration-modal .form-group input[type="email"],
    #registration-modal .form-group input[type="tel"],
    #registration-modal .form-group textarea {
        width: 100%; /* Inputların genişliğini %100 yap */
        max-width: none; /* ipa/style.css'den gelebilecek max-width'i kaldır */
        box-sizing: border-box; /* Padding ve border dahil genişlik */
        font-size: 1rem; /* Mobil için uygun font boyutu */
    }

    #registration-modal .form-group label {
        margin-bottom: 5px; /* Etiket alt boşluğu */
    }

    #registration-modal .form-group .checkbox-group {
        flex-direction: column; /* Checkboxları alt alta diz */
        align-items: flex-start; /* Sola hizala */
    }
     #registration-modal .form-group .checkbox-item {
        margin-bottom: 8px; /* Checkboxlar arası boşluk */
        width: 100%; /* Tam genişlik kullan */
    }

    #registration-modal button[type="submit"] {
        width: 100%; /* Butonu tam genişlik yap */
        padding: 12px; /* Buton iç boşluğu */
        font-size: 1rem;
    }

     /* Modal başlığı ve paragrafı için mobil boyutlandırma */
    #registration-modal h2 {
        font-size: 1.4rem; /* Mobil için başlık boyutu */
    }
     #registration-modal p {
        font-size: 0.95rem; /* Mobil için paragraf boyutu */
        line-height: 1.5;
    }
}

/* === START: Modal Stilleri (global.css'den Kopyalandı) === */

/* Modal Stilleri */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Yarı saydam arka plan */
    display: none; /* Başlangıçta gizli */
    justify-content: center;
    align-items: center;
    z-index: 1050; /* FAB'ın üstünde */
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* #registration-modal için en yüksek z-index */
#registration-modal {
    z-index: 1000001 !important; /* Her şeyden üstte olması için */
}

.modal-overlay.visible {
    display: flex;
    opacity: 1;
}

/* #registration-modal'a özel modal-content stilleri */
#registration-modal .modal-content {
    background-color: white;
    padding: 30px 40px; /* Padding ayarlandı */
    border: 3px solid black;
    border-radius: 15px;
    box-shadow: 6px 6px 0px black;
    position: relative;
    max-width: 600px; /* Masaüstü için */
    width: 95%;
    max-height: 85vh;
    overflow-y: auto;
    transition: opacity 0.3s ease; /* Sadece opacity geçişi kalsın */
    box-shadow: 6px 6px 0px black, inset 0 0 0 2px rgba(0,0,0,0.05);
    /* Added base styles to prevent inheritance issues */
    font-family: 'Poppins', sans-serif; 
    color: #333; 
    line-height: 1.6; 
    /* Add GPU layer promotion to potentially fix subpixel rendering issues */
    transform: translateZ(0); 
}

/* Genel modal scrollbar */
.modal-content::-webkit-scrollbar {
    width: 10px;
}
.modal-content::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 10px;
}
.modal-content::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
}
.modal-content::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.5);
}

.modal-overlay.visible #registration-modal .modal-content {
    /* transform: scale(1); */ /* Kaldırıldı - Bulanıklığı önlemek için */
    opacity: 1; /* Opacity zaten overlay'den geliyor ama burada da kalsın */
}

#registration-modal .modal-content h2 {
    font-family: var(--font-family-heading, sans-serif);
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
    font-size: 1.7rem; /* Başlık boyutu */
    text-align: center;
}

#registration-modal .modal-content p:first-of-type { /* Sadece ilk paragraf (açıklama) */
    margin-bottom: 25px;
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
}

#registration-modal .modal-close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 2.2rem; /* Boyut artırıldı */
    font-weight: bold;
    color: #777; /* Daha yumuşak renk */
    cursor: url('../assets/slimicons/orange-hand-pointer.svg'), auto !important;
    padding: 5px;
    line-height: 1;
    transition: color 0.2s, transform 0.2s;
}

#registration-modal .modal-close-button:hover {
    color: black;
    transform: rotate(90deg);
}

#registration-modal .modal-close-button:active {
    transform: rotate(90deg) scale(0.9);
}

/* Form elemanları */
#registration-modal .form-group {
    margin-bottom: 20px;
}

#registration-modal .form-group label {
    display: block;
    margin-bottom: 8px; /* Boşluk artırıldı */
    font-weight: 600;
    color: #444;
    font-size: 0.95rem;
}

#registration-modal .form-group input[type="text"],
#registration-modal .form-group input[type="email"],
#registration-modal .form-group input[type="tel"],
#registration-modal .form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ccc; /* Daha belirgin border */
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 1rem;
    background-color: #f8f8f8; /* Hafif gri arka plan */
    transition: border-color 0.2s, box-shadow 0.2s;
}

#registration-modal .form-group input[type="text"]:focus,
#registration-modal .form-group input[type="email"]:focus,
#registration-modal .form-group input[type="tel"]:focus,
#registration-modal .form-group textarea:focus {
    border-color: var(--accent-color, #facc15);
    box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.3); /* Odaklanma efekti */
    outline: none;
    background-color: white;
}

#registration-modal .form-group textarea {
    resize: vertical; /* Sadece dikeyde boyutlandırma */
    min-height: 80px;
}

/* Araç Seçimi Grubu */
#registration-modal .tool-selection-group > label:first-of-type {
    /* Genel grup etiketine özel stil gerekirse */
    font-weight: bold;
    color: #333;
    margin-bottom: 15px; /* Checkbox grubundan önce boşluk */
    display: block;
}

#registration-modal .checkbox-group {
    display: grid;
    /* Sütun sayısını ekrana göre ayarla */
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px 15px; /* Dikey ve yatay boşluklar */
    padding: 10px;
    background-color: rgba(0,0,0,0.02);
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.05);
}

#registration-modal .checkbox-item {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    transition: background-color 0.2s, border-color 0.2s;
}

#registration-modal .checkbox-item:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
}

#registration-modal .checkbox-item input[type="checkbox"] {
    appearance: none; /* Tarayıcı varsayılanını kaldır */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin-right: 10px;
    cursor: url('../assets/slimicons/orange-hand-pointer.svg'), auto !important;
    position: relative;
    top: -1px; /* Dikey hizalama ayarı */
    transition: background-color 0.2s, border-color 0.2s;
}

#registration-modal .checkbox-item input[type="checkbox"]:checked {
    background-color: var(--accent-color, #facc15);
    border-color: var(--accent-color, #facc15);
}
/* Check işareti */
#registration-modal .checkbox-item input[type="checkbox"]:checked::after {
    content: '\2714'; /* Check işareti (Unicode) */
    font-size: 14px;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

#registration-modal .checkbox-item label {
    font-weight: 500;
    color: #555;
    cursor: url('../assets/slimicons/orange-hand-pointer.svg'), auto !important;
    flex-grow: 1; /* Etiketin kalan alanı kaplamasını sağla */
    margin-bottom: 0; /* form-group label'dan farklı */
    font-size: 0.9rem;
}

/* Gönder Butonu */
#registration-modal .submit-button {
    width: 100%;
    padding: 14px 20px;
    background-color: var(--primary-color, #1f2937);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: url('../assets/slimicons/orange-hand-pointer.svg'), auto !important;
    transition: background-color 0.2s, transform 0.1s, box-shadow 0.2s;
    margin-top: 15px;
    border: 2px solid black; /* Comic style border */
    box-shadow: 4px 4px 0px black; /* Comic style shadow */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#registration-modal .submit-button:hover {
    background-color: #374151; /* Biraz daha açık hover */
    box-shadow: 5px 5px 0px black; /* Hover'da gölgeyi artır */
    transform: translate(-1px, -1px);
}
#registration-modal .submit-button:active {
    transform: translate(1px, 1px);
    box-shadow: 2px 2px 0px black;
}
#registration-modal .submit-button:disabled {
    background-color: #9ca3af;
    cursor: not-allowed;
    box-shadow: 2px 2px 0px #6b7280;
    transform: none;
}

/* Durum Mesajı */
#modal-registration-request-status {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    display: none; /* Başlangıçta gizli */
}

/* Mobil cihazlar için özel modal stilleri */
@media (max-width: 768px) {
    #registration-modal .modal-content {
        padding: 20px 25px; /* Mobil için padding */
        max-width: 500px; /* Mobilde max genişlik */
        width: 90%; /* Kenar boşlukları için */
        max-height: 90vh; /* Mobil için yükseklik sınırı */
        margin: 5vh auto; /* Dikey ortalama */
        box-sizing: border-box; /* Genişlik hesaplamasına padding/border dahil et */
    }

    #registration-modal .modal-content h2 {
        font-size: 1.5rem; /* Mobil başlık boyutu */
    }
     #registration-modal .modal-content p:first-of-type {
        font-size: 0.95rem; /* Mobil paragraf */
        margin-bottom: 20px;
    }

    #registration-modal .form-group input[type="text"],
    #registration-modal .form-group input[type="email"],
    #registration-modal .form-group input[type="tel"],
    #registration-modal .form-group textarea {
        padding: 10px 12px;
        font-size: 0.95rem;
    }
    #registration-modal .form-group label {
        font-size: 0.9rem;
    }

    #registration-modal .checkbox-group {
        grid-template-columns: 1fr; /* Tek sütun */
    }
    #registration-modal .checkbox-item label {
        font-size: 0.85rem;
    }

    #registration-modal .submit-button {
        padding: 12px;
        font-size: 1rem;
    }
     #registration-modal .modal-close-button {
        top: 5px;
        right: 10px;
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    #registration-modal .modal-content {
        padding: 15px 20px; /* Daha küçük ekranlar için daha az padding */
    }
    /* Zaten 1fr olduğu için checkbox-group için ek kurala gerek yok */
}

/* === END: Modal Stilleri (global.css'den Kopyalandı) === */

/* --- Splash Screen Modernized --- */
.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f6f8fb 0%, #e2e8f0 100%);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.6s;
}

.splash-screen.fade-out {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.splash-content {
    text-align: center;
    animation: splashEntrance 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes splashEntrance {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.splash-logo {
    margin-bottom: 20px;
    display: inline-block;
}

.splash-logo .logo-circle {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(52, 76, 100, 0.15);
    position: relative;
    overflow: hidden;
}

.logo-inner {
    position: relative;
    z-index: 2;
}

.logo-text {
    font-size: 2.5rem;
    font-weight: normal;
    color: #344c64;
    font-family: 'Luckiest Guy', cursive;
    letter-spacing: 1px;
    font-display: swap;
}

.logo-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.splash-title {
    margin-bottom: 30px;
}

.title-main {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    color: #344c64;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.title-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
}

.splash-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(52, 76, 100, 0.1);
    border-radius: 50%;
    border-top-color: #344c64;
    animation: spin 1s linear infinite;
}

.loading-text {
    font-size: 0.9rem;
    color: #577399;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: pulseText 2s infinite ease-in-out;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@keyframes pulseText {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

    /* Parçacıklar kaldırıldı - minimal tasarım için */
    .particles {
        display: none;
    }

    .particle {
        position: absolute;
        width: 4px;
        height: 4px;
        background: rgba(248, 175, 13, 0.6);
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(248, 175, 13, 0.8);
    }

    .particle-1 { top: 20%; left: 10%; animation: particleFloat1 8s ease-in-out infinite; }
    .particle-2 { top: 60%; left: 85%; animation: particleFloat2 10s ease-in-out infinite; }
    .particle-3 { top: 80%; left: 20%; animation: particleFloat3 12s ease-in-out infinite; }
    .particle-4 { top: 30%; left: 70%; animation: particleFloat4 9s ease-in-out infinite; }
    .particle-5 { top: 70%; left: 50%; animation: particleFloat5 11s ease-in-out infinite; }
    .particle-6 { top: 40%; left: 30%; animation: particleFloat6 7s ease-in-out infinite; }

    /* Animasyonlar */
    @keyframes fadeInUp {
        from { opacity: 0; transform: translateY(30px); }
        to { opacity: 1; transform: translateY(0); }
    }

    @keyframes gradientShift {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }

    @keyframes backgroundPulse {
        0%, 100% { opacity: 0.3; }
        50% { opacity: 0.6; }
    }

    @keyframes logoGradientShift {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }

    @keyframes logoRotate {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    @keyframes logoGlow {
        0%, 100% { opacity: 0.2; transform: scale(1); }
        50% { opacity: 0.4; transform: scale(1.1); }
    }

    @keyframes logoTextScale {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.1); }
    }

    @keyframes logoTextGlow {
        0%, 100% { text-shadow: 0 0 40px rgba(52, 76, 100, 0.4); }
        50% { text-shadow: 0 0 60px rgba(52, 76, 100, 0.7); }
    }

    @keyframes logoTextGradientShift {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }

    @keyframes logoFloat {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-10px); }
    }

    @keyframes logoPulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.05); }
    }

    @keyframes logoRing {
        0% { transform: scale(1); opacity: 0.3; }
        50% { transform: scale(1.1); opacity: 0.1; }
        100% { transform: scale(1.2); opacity: 0; }
    }

    @keyframes titleGradientShift {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }

    @keyframes titleGlow {
        from { 
            text-shadow: 0 0 20px rgba(255, 255, 255, 0.4), 0 0 40px rgba(255, 255, 255, 0.2);
            filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.3));
        }
        to { 
            text-shadow: 0 0 40px rgba(255, 255, 255, 0.8), 0 0 80px rgba(255, 255, 255, 0.5);
            filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 50px rgba(255, 255, 255, 0.6));
        }
    }

    @keyframes subtitleFade {
        from { opacity: 0.7; }
        to { opacity: 1; }
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    @keyframes spinnerGlow {
        0%, 100% { box-shadow: 0 0 20px rgba(248, 175, 13, 0.3); }
        50% { box-shadow: 0 0 30px rgba(248, 175, 13, 0.6); }
    }

    @keyframes loadingPulse {
        0%, 100% { opacity: 0.6; }
        50% { opacity: 1; }
    }

    /* Parçacık Animasyonları */
    @keyframes particleFloat1 {
        0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
        25% { transform: translate(20px, -30px) scale(1.2); opacity: 1; }
        50% { transform: translate(-10px, -50px) scale(0.8); opacity: 0.8; }
        75% { transform: translate(30px, -20px) scale(1.1); opacity: 0.9; }
    }

    @keyframes particleFloat2 {
        0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
        33% { transform: translate(-25px, 20px) scale(1.3); opacity: 1; }
        66% { transform: translate(15px, -40px) scale(0.7); opacity: 0.7; }
    }

    @keyframes particleFloat3 {
        0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; }
        20% { transform: translate(40px, -25px) scale(1.4); opacity: 0.9; }
        40% { transform: translate(-20px, -60px) scale(0.6); opacity: 0.6; }
        60% { transform: translate(25px, 15px) scale(1.1); opacity: 0.8; }
        80% { transform: translate(-35px, -10px) scale(0.9); opacity: 0.7; }
    }

    @keyframes particleFloat4 {
        0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.7; }
        30% { transform: translate(-30px, -35px) scale(1.2); opacity: 1; }
        60% { transform: translate(20px, -20px) scale(0.8); opacity: 0.5; }
        90% { transform: translate(-15px, 25px) scale(1.1); opacity: 0.8; }
    }

    @keyframes particleFloat5 {
        0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
        25% { transform: translate(35px, -15px) scale(1.3); opacity: 0.9; }
        50% { transform: translate(-25px, -45px) scale(0.7); opacity: 0.4; }
        75% { transform: translate(15px, 30px) scale(1.0); opacity: 0.8; }
    }

    @keyframes particleFloat6 {
        0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
        40% { transform: translate(-20px, -30px) scale(1.1); opacity: 0.8; }
        80% { transform: translate(30px, -10px) scale(0.9); opacity: 0.6; }
    }

    /* Responsive Tasarım */
    @media (max-width: 768px) {
        .splash-content { padding: 0 2rem; }
        .logo-circle { width: 140px; height: 140px; }
        .logo-inner { width: 90px; height: 90px; }
        .logo-text { font-size: 3.5rem; letter-spacing: 1px; font-family: 'Luckiest Guy', cursive; }
        .title-main { font-size: 3.2rem; letter-spacing: 1px; }
        .title-subtitle { font-size: 1.1rem; }
        .loading-spinner { width: 45px; height: 45px; }
        .loading-text { font-size: 1rem; }
    }

    @media (max-width: 480px) {
        .splash-content { padding: 0 1rem; }
        .logo-circle { width: 120px; height: 120px; }
        .logo-inner { width: 80px; height: 80px; }
        .logo-text { font-size: 3rem; letter-spacing: 1px; font-family: 'Luckiest Guy', cursive; }
        .title-main { font-size: 2.8rem; letter-spacing: 1px; }
        .title-subtitle { font-size: 1rem; }
        .splash-logo { margin-bottom: 1.5rem; }
        .splash-title { margin-bottom: 1.5rem; }
        .loading-spinner { width: 40px; height: 40px; }
        .loading-text { font-size: 0.9rem; }
    }
