    .tool-btn#shareOutput {
        background: rgba(201, 162, 39, 0.15);
        color: var(--gold-primary);
        border-color: rgba(201, 162, 39, 0.3);
    }
    .tool-btn#shareOutput:hover {
        background: var(--gold-primary);
        color: var(--navy-deep);
        box-shadow: 0 0 15px rgba(201, 162, 39, 0.4);
    }

    /* Light Theme Support */
    body.light-theme {
        /* Temel Renk Paleti Dönüşümü */
        --navy-deep: #ffffff;
        --navy-medium: #f9fafb; /* gray-50 */
        --navy-light: #f3f4f6;  /* gray-100 */
        
        /* Metin Renkleri (Tersine Çevrilmiş) */
        --white: #111827;       /* gray-900 (Main Text) */
        --text-color: #374151;  /* gray-700 (Body Text) */
        --gray-light: #6b7280;  /* gray-500 (Subtitles) */
        
        /* Kontrast İyileştirmesi */
        --gold-primary: #ca8a04; /* Darker Gold (yellow-600) for white bg */
        --gold-light: #d97706;   /* amber-600 */
        
        /* Materyaller */
        --glass-bg: rgba(255, 255, 255, 0.95);
        --glass-border: rgba(0, 0, 0, 0.08);
        
        /* Override Defaults */
        color: var(--text-color);
        background-color: var(--navy-deep);
    }
    
    /* Navbar & Header */
    body.light-theme .navbar {
        background: rgba(255, 255, 255, 0.98);
        border-bottom: 1px solid rgba(0,0,0,0.06);
        box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    }

    body.light-theme .nav-logo-text span {
        color: var(--gold-primary);
    }
    
    body.light-theme .nav-menu a {
        color: #4b5563; /* gray-600 */
    }
    
    body.light-theme .nav-menu a:hover,
    body.light-theme .nav-menu a.active {
        color: var(--gold-primary);
    }

    /* Buttons */
    body.light-theme .btn-ghost {
        color: #4b5563;
    }
    
    body.light-theme .btn-ghost:hover {
        background: rgba(0,0,0,0.05);
        color: #111827;
    }
    
    body.light-theme #theme-toggle {
        color: #4b5563 !important;
        background: rgba(0,0,0,0.05);
        border-radius: 50%;
    }

    /* Hero Section */
    body.light-theme .hero-bg::before {
        background: radial-gradient(circle at 30% 20%, rgba(212, 168, 67, 0.15) 0%, transparent 60%),
                    radial-gradient(circle at 70% 80%, rgba(123, 45, 59, 0.08) 0%, transparent 60%);
    }
    
    body.light-theme .section-subtitle,
    body.light-theme .hero-subtitle {
        color: #4b5563 !important;
    }

    /* Translator Card & Inputs */
    body.light-theme .translator-card {
        background: #ffffff;
        border: 1px solid #e5e7eb;
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    }
    
    body.light-theme .input-area, 
    body.light-theme .output-area {
        background: #f9fafb;
        border-color: #e5e7eb;
        color: #111827;
    }
    
    body.light-theme .input-area:focus,
    body.light-theme .output-area:focus {
        background: #ffffff;
        border-color: var(--gold-primary);
        box-shadow: 0 0 0 3px rgba(202, 138, 4, 0.1);
    }
    
    body.light-theme ::placeholder {
        color: #9ca3af !important;
    }
    
    body.light-theme .char-count {
        color: #6b7280;
    }
    
    /* Recent Translations & Features */
    body.light-theme #recent-translations,
    body.light-theme #features {
        background: #f3f4f6 !important; /* Alternating section bg */
    }
    
    body.light-theme .recent-translations-wrapper.restricted-view::after {
        background: linear-gradient(to bottom, rgba(243, 244, 246, 0) 0%, #f3f4f6 90%);
    }
    
    body.light-theme .auth-card {
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid var(--gold-primary);
        box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    }

    body.light-theme .translation-item {
        background: #ffffff;
        border: 1px solid #e5e7eb;
        box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    }
    
    body.light-theme .translation-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.08);
        border-color: var(--gold-primary);
    }
    
    body.light-theme .translation-source p {
        color: #374151;
    }
    
    body.light-theme .translation-target p {
        color: #111827; /* Darker text for readability */
    }
    
    body.light-theme .translation-info {
        border-top-color: #f3f4f6;
        color: #9ca3af;
    }
    
    body.light-theme .use-translation {
        color: #9ca3af;
    }
    
    body.light-theme .use-translation:hover {
        color: var(--gold-primary);
        background: rgba(0,0,0,0.05);
    }

    /* Page-Specific Hero Styles */
    .hero {
        min-height: 100vh;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
        padding: 120px 0 80px;
    }

    .hero-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .hero-bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(ellipse at 30% 20%, rgba(201, 162, 39, 0.15) 0%, transparent 50%),
                    radial-gradient(ellipse at 70% 80%, rgba(42, 63, 95, 0.4) 0%, transparent 50%);
    }

    /* Removed neon .orb elements and .grid-overlay */
    
    /* Tezhip corner decorations */
    .hero-bg::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 400px;
        height: 400px;
        background: 
            radial-gradient(circle at 100% 0%, rgba(201, 162, 39, 0.08) 0%, transparent 50%),
            radial-gradient(circle at 85% 15%, rgba(201, 162, 39, 0.05) 0%, transparent 30%);
        z-index: 1;
        pointer-events: none;
    }

    .hero-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 2rem;
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: 4rem;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    @media (max-width: 1024px) {
        .hero-container {
            grid-template-columns: 1fr;
            text-align: center;
        }
    }

    .hero-content { max-width: 600px; }
    @media (max-width: 1024px) { .hero-content { max-width: 100%; margin: 0 auto; } }

    .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 16px;
        background: var(--glass-white);
        border: 1px solid var(--glass-border);
        border-radius: 50px;
        font-size: 0.85rem;
        color: var(--gold-light);
        margin-bottom: 2rem;
        backdrop-filter: blur(10px);
    }

    .hero-badge i { font-size: 0.7rem; animation: pulse 2s infinite; }
    @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }

    .hero-title {
        font-family: var(--font-display);
        font-size: clamp(2.5rem, 5vw, 4rem);
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 1.5rem;
        letter-spacing: -1px;
    }

    .hero-title .highlight {
        background: linear-gradient(135deg, var(--gold-primary), var(--gold-light));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .hero-subtitle {
        font-size: 1.15rem;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 2.5rem;
        max-width: 500px;
    }
    @media (max-width: 1024px) { .hero-subtitle { margin-left: auto; margin-right: auto; } }

    .hero-cta {
        display: flex;
        gap: 1rem;
        margin-bottom: 3rem;
    }
    @media (max-width: 1024px) { .hero-cta { justify-content: center; } }

    .hero-stats {
        display: flex;
        gap: 3rem;
        padding-top: 2rem;
        border-top: 1px solid var(--glass-border);
    }
    @media (max-width: 1024px) { .hero-stats { justify-content: center; } }

    .stat-item { text-align: left; }
    .stat-number {
        font-family: var(--font-display);
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--gold-primary);
        line-height: 1;
        margin-bottom: 0.25rem;
    }
    .stat-label {
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.6);
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    /* Translator Card */
    .translator-card {
        background: var(--glass-white);
        backdrop-filter: blur(40px);
        border: 1px solid var(--glass-border);
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        transition: var(--transition-smooth);
    }

    .translator-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.4);
        border-color: rgba(201, 162, 39, 0.3);
    }

    .translator-tabs {
        display: flex;
        background: rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid var(--glass-border);
    }

    .tab-btn {
        flex: 1;
        padding: 1.25rem 1.5rem;
        background: transparent;
        border: none;
        color: rgba(255, 255, 255, 0.6);
        font-family: var(--font-body);
        font-size: 0.95rem;
        font-weight: 500;
        cursor: pointer;
        transition: var(--transition-smooth);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        position: relative;
    }

    .tab-btn.active {
        color: var(--white);
        background: rgba(255, 255, 255, 0.05);
    }

    .tab-btn.active::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 20%;
        width: 60%;
        height: 2px;
        background: var(--gold-primary);
    }

    .translator-body { padding: 1.5rem; }

    .editor-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2px;
        background: var(--glass-border);
        border-radius: 16px;
        overflow: hidden;
    }
    @media (max-width: 768px) { .editor-grid { grid-template-columns: 1fr; } }

    .editor-pane {
        background: rgba(0, 0, 0, 0.2);
        padding: 1.25rem;
        min-height: 200px;
        display: flex;
        flex-direction: column;
    }

    .editor-pane:first-child { background: rgba(255, 255, 255, 0.03); }

    .editor-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
    }

    .lang-label {
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: rgba(255, 255, 255, 0.5);
        font-weight: 600;
    }

    .editor-tools { display: flex; gap: 0.75rem; }

    .tool-btn {
        width: 44px;
        height: 44px;
        border-radius: 8px;
        background: var(--glass-white);
        border: 1px solid var(--glass-border);
        color: #6B5D4C;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--transition-smooth);
    }

    .tool-btn:hover {
        background: var(--gold-primary);
        color: var(--navy-deep);
        border-color: var(--gold-primary);
        transform: scale(1.1);
    }

    .editor-textarea {
        flex: 1;
        background: transparent;
        border: none;
        resize: none;
        color: var(--white);
        font-family: var(--font-body);
        font-size: 1rem;
        line-height: 1.6;
        outline: none;
    }

    .editor-textarea::placeholder { color: #A89880; }

    .output-area {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--font-ottoman);
        font-size: 1.4rem;
        color: var(--gold-light);
        text-align: right;
        direction: rtl;
        padding: 1rem;
    }

    .output-placeholder {
        color: #A89880;
        font-style: italic;
        font-family: var(--font-body);
        font-size: 0.95rem;
    }

    /* Recent Translations Styles - Premium */
    .recent-translations-wrapper {
        position: relative;
        margin-top: 1rem;
    }
    
    .recent-translations-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 1.5rem;
    }

    /* Auth Control & Blur */
    .recent-translations-wrapper.restricted-view {
        max-height: 480px;
        overflow: hidden;
        position: relative;
    }

    .recent-translations-wrapper.restricted-view::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 300px;
        background: linear-gradient(to bottom, rgba(18, 23, 36, 0) 0%, var(--navy-deep) 90%);
        pointer-events: none;
        z-index: 5;
    }

    .auth-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 2rem;
        z-index: 10;
        pointer-events: none;
    }

    .auth-card {
        pointer-events: auto;
        background: rgba(18, 23, 36, 0.85);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid var(--gold-primary);
        padding: 2rem 2.5rem;
        border-radius: 16px;
        text-align: center;
        box-shadow: 0 20px 50px rgba(0,0,0,0.6), 0 0 30px rgba(201, 162, 39, 0.1);
        max-width: 450px;
        width: 90%;
        transform: translateY(20px);
        animation: slideUpFade 0.8s ease-out forwards;
    }

    @keyframes slideUpFade {
        to { transform: translateY(0); opacity: 1; }
    }

    .auth-card i {
        font-size: 2.5rem;
        color: var(--gold-primary);
        margin-bottom: 1rem;
        filter: drop-shadow(0 0 10px rgba(201, 162, 39, 0.4));
    }

    .auth-card h3 {
        color: var(--white);
        font-family: var(--font-heading);
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .auth-card p {
        color: rgba(255,255,255,0.7);
        margin-bottom: 1.5rem;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* Card Item Styles */
    .translation-item {
        background: rgba(255,255,255,0.02);
        border: 1px solid rgba(255,255,255,0.05);
        border-radius: 12px;
        padding: 1.5rem;
        transition: all 0.3s ease;
        position: relative;
    }
    
    .translation-item:hover {
        transform: translateY(-5px);
        border-color: rgba(201, 162, 39, 0.3);
        background: rgba(255,255,255,0.04);
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }
    
    .translation-source p {
        color: rgba(255,255,255,0.9);
        font-size: 0.95rem;
        margin-bottom: 0.8rem;
        line-height: 1.5;
        font-family: var(--font-body);
    }
    
    .translation-arrow {
        color: var(--gold-primary);
        font-size: 0.8rem;
        opacity: 0.6;
        margin: 0.5rem 0;
    }
    
    .translation-target p.ottoman-text {
        font-family: var(--font-ottoman);
        font-size: 1.5rem;
        color: var(--gold-light);
        text-align: right;
        direction: rtl;
        line-height: 1.7;
    }
    
    .translation-info {
        margin-top: 1.2rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(255,255,255,0.05);
        display: flex;
        justify-content: space-between;
        font-size: 0.8rem;
        color: rgba(255,255,255,0.4);
    }

    .translation-quality {
        color: var(--alert-green);
        background: rgba(72, 187, 120, 0.1);
        padding: 2px 8px;
        border-radius: 4px;
    }

    .use-translation {
        position: absolute;
        top: 1rem;
        right: 1rem;
        background: transparent;
        border: none;
        color: rgba(255,255,255,0.2);
        cursor: pointer;
        transition: 0.2s;
        font-size: 1rem;
    }

    .use-translation:hover {
        color: var(--gold-primary);
        transform: scale(1.1);
    }

    .editor-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 1rem;
        font-size: 0.8rem;
        color: #8C8471;
    }

    .translate-action {
        padding: 1.5rem;
        text-align: center;
        border-top: 1px solid var(--glass-border);
    }

    .btn-translate {
        padding: 1rem 3rem;
        font-size: 1.05rem;
        background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
        border: none;
        border-radius: 50px;
        color: var(--white);
        font-weight: 600;
        cursor: pointer;
        transition: var(--transition-smooth);
        box-shadow: 0 4px 20px rgba(201, 162, 39, 0.4);
    }

    .btn-translate:hover {
        transform: translateY(-3px) scale(1.02);
        box-shadow: 0 8px 30px rgba(201, 162, 39, 0.5);
    }

    /* Features Section */
    .features-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
    @media (max-width: 1024px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 768px) { .features-grid { grid-template-columns: 1fr; } }

    /* WOD Section */
    .wod-section {
        padding: 100px 0;
        background: var(--navy-medium);
        position: relative;
        overflow: hidden;
    }

    .wod-container {
        max-width: 1200px;  /* Widened from 1000px */
        margin: 0 auto;
        padding: 0 2rem;
        display: flex;
        align-items: center;
        gap: 4rem;
    }
    @media (max-width: 768px) { .wod-container { flex-direction: column; } }

    .wod-widget {
        flex: 1;
        min-width: 360px;  /* Added: Prevent narrow collapse */
        max-width: 450px;  /* Added: Limit maximum width */
        background: linear-gradient(135deg, var(--glass-white), rgba(201, 162, 39, 0.05));
        backdrop-filter: blur(30px);
        border: 1px solid var(--glass-border);
        border-radius: 24px;
        padding: 2.5rem;
        position: relative;
        overflow: hidden;
    }

    .wod-widget::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(201, 162, 39, 0.2), transparent 70%);
    }

    .wod-label {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: var(--gold-primary);
        margin-bottom: 1.5rem;
        position: relative;
        z-index: 1;
    }

    .wod-word {
        font-family: var(--font-ottoman);
        font-size: 3.5rem;
        color: var(--white);
        text-align: right;
        direction: rtl;
        margin-bottom: 1rem;
        position: relative;
        z-index: 1;
    }

    .wod-meaning {
        font-size: 1.15rem;
        color: rgba(255, 255, 255, 0.8);
        border-left: 3px solid var(--gold-primary);
        padding-left: 1rem;
        margin-bottom: 1.5rem;
        position: relative;
        z-index: 1;
    }

    .wod-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .wod-origin {
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.5);
    }

    /* Pricing Grid */
    .pricing-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        margin-top: 4rem;
    }
    @media (max-width: 1024px) { 
        .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
    }

    .pricing-card {
        background: var(--glass-white);
        backdrop-filter: blur(20px);
        border: 1px solid var(--glass-border);
        border-radius: 24px;
        padding: 3rem 2.5rem;
        text-align: center;
        transition: var(--transition-smooth);
        position: relative;
    }

    .pricing-card.featured {
        border-color: var(--gold-primary);
        transform: scale(1.05);
        box-shadow: 0 0 50px rgba(201, 162, 39, 0.2);
    }
    @media (max-width: 1024px) { .pricing-card.featured { transform: none; } }

    .pricing-card.featured::before {
        content: 'EN POPÜLER';
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
        color: var(--white);
        padding: 6px 20px;
        border-radius: 50px;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .pricing-card:hover:not(.featured) {
        transform: translateY(-10px);
        border-color: rgba(201, 162, 39, 0.3);
    }

    .pricing-name {
        font-family: var(--font-display);
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .pricing-price {
        font-size: 3.5rem;
        font-weight: 700;
        color: var(--gold-primary);
        margin: 1.5rem 0;
    }

    .pricing-price span {
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.5);
        font-weight: 400;
    }

    .pricing-features {
        list-style: none;
        margin: 2rem 0;
        text-align: left;
    }

    .pricing-features li {
        padding: 0.75rem 0;
        border-bottom: 1px solid var(--glass-border);
        display: flex;
        align-items: center;
        gap: 12px;
        color: rgba(255, 255, 255, 0.8);
    }

    .pricing-features li i { color: var(--gold-primary); }

    /* === Çeviri Modu Seçici === */
    .translation-mode-bar {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.75rem 1.5rem;
        border-top: 1px solid var(--glass-border);
        background: rgba(0,0,0,0.15);
        flex-wrap: wrap;
    }
    .translation-mode-bar .mode-label {
        font-size: 0.78rem;
        color: rgba(255,255,255,0.5);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        white-space: nowrap;
    }
    .mode-selector {
        display: flex;
        gap: 4px;
        background: rgba(0,0,0,0.2);
        border-radius: 10px;
        padding: 3px;
        flex: 1;
    }
    .mode-option {
        flex: 1;
        padding: 0.5rem 0.75rem;
        border: none;
        border-radius: 8px;
        background: transparent;
        color: rgba(255,255,255,0.55);
        font-size: 0.8rem;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.25s ease;
        white-space: nowrap;
        text-align: center;
        font-family: var(--font-body);
    }
    .mode-option:hover {
        color: rgba(255,255,255,0.85);
        background: rgba(255,255,255,0.06);
    }
    .mode-option.active {
        background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
        color: var(--white);
        font-weight: 600;
        box-shadow: 0 2px 10px rgba(201, 162, 39, 0.35);
    }
    .mode-option .mode-icon {
        margin-right: 4px;
        font-size: 0.75rem;
    }
    @media (max-width: 480px) {
        .translation-mode-bar { padding: 0.6rem 1rem; gap: 0.5rem; }
        .mode-option { padding: 0.4rem 0.5rem; font-size: 0.72rem; }
        .mode-label { display: none; }
    }

    /* === Transliterasyon (Okunuş) Alanı === */
    .transliteration-area {
        display: none;
        border-top: 1px solid rgba(255,255,255,0.06);
        background: rgba(0,0,0,0.12);
        padding: 0;
        transition: all 0.3s ease;
    }
    .transliteration-area.visible {
        display: block;
    }
    .transliteration-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0.6rem 1rem;
        background: transparent;
        border: none;
        color: rgba(255,255,255,0.45);
        font-size: 0.78rem;
        cursor: pointer;
        transition: color 0.2s;
        font-family: var(--font-body);
    }
    .transliteration-toggle:hover {
        color: var(--gold-primary);
    }
    .transliteration-toggle i {
        transition: transform 0.3s;
    }
    .transliteration-toggle.open i {
        transform: rotate(180deg);
    }
    .transliteration-content {
        display: none;
        padding: 0.6rem 1rem 0.8rem;
    }
    .transliteration-content.open {
        display: block;
    }
    .transliteration-text {
        font-family: 'Inter', var(--font-body);
        font-size: 0.92rem;
        color: rgba(255,255,255,0.75);
        font-style: italic;
        line-height: 1.6;
        border-left: 3px solid var(--gold-primary);
        padding-left: 0.8rem;
        letter-spacing: 0.02em;
    }

/* === FAQ / SSS Section === */
.faq-item-home {
    background: var(--glass-white);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    transition: border-color 0.3s ease;
}
.faq-item-home:hover {
    border-color: rgba(201, 162, 39, 0.3);
}
.faq-q-btn {
    width: 100%;
    padding: 1.15rem 1.5rem;
    background: transparent;
    border: none;
    color: var(--white);
    font-size: 0.95rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-family: var(--font-body);
    transition: background 0.2s;
}
.faq-q-btn:hover { background: rgba(255,255,255,0.03); }
.faq-q-btn i { color: var(--gold-primary); transition: transform 0.3s ease; flex-shrink: 0; }
.faq-item-home.active .faq-q-btn i { transform: rotate(180deg); }
.faq-a-content {
    padding: 0 1.5rem 1.25rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    font-size: 0.9rem;
    display: none;
}
.faq-item-home.active .faq-a-content { display: block; }

/* === Steps Grid Responsive === */
@media (max-width: 768px) {
    .steps-grid {
        grid-template-columns: 1fr !important;
        max-width: 360px !important;
    }
}

/* === Testimonials / Kullanici Yorumlari === */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}
@media (max-width: 1024px) { .testimonials-grid { grid-template-columns: 1fr; max-width: 500px; margin-left: auto; margin-right: auto; } }

.testimonial-card {
    background: var(--glass-white);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
}
.testimonial-card:hover {
    transform: translateY(-5px);
    border-color: rgba(201, 162, 39, 0.3);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}
.testimonial-card.featured {
    border-color: var(--gold-primary);
    box-shadow: 0 0 30px rgba(201, 162, 39, 0.1);
}
.testimonial-card.featured::before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 2rem;
    color: rgba(201, 162, 39, 0.1);
}
.testimonial-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 1rem;
}
.testimonial-stars i {
    color: var(--gold-primary);
    font-size: 0.85rem;
}
.testimonial-text {
    color: rgba(255,255,255,0.8);
    font-size: 0.92rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.testimonial-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;
    font-size: 0.8rem;
    flex-shrink: 0;
}
.testimonial-name {
    color: var(--white);
    font-weight: 600;
    font-size: 0.9rem;
}
.testimonial-role {
    color: rgba(255,255,255,0.5);
    font-size: 0.78rem;
}

/* Light Theme - Testimonials */
body.light-theme .testimonial-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
}
body.light-theme .testimonial-text {
    color: #374151;
}
body.light-theme .testimonial-name {
    color: #111827;
}
body.light-theme .testimonial-role {
    color: #6b7280;
}
