body {
    margin: 0;
    padding: 0;
    font-family: 'Comfortaa', sans-serif;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 100vh;
}

/* Better mobile sizing defaults */
*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

/* Mobile header rounding (override mobile-main.css reset) */
@media only screen and (max-width: 1024px) {
    .mobile-header {
        position: sticky !important;
        top: 0;
        z-index: 1000;
        border-bottom-left-radius: 26px !important;
        border-bottom-right-radius: 26px !important;
        overflow: hidden;
        box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
        background: rgba(236, 173, 41, 0.98) !important;
    }
}

/* Değerlendir Butonu */
.degerlendir-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #ff8a3c, #ffd86f);
    color: #0f172a;
    border: none;
    border-radius: 24px;
    font-family: 'Comfortaa', sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(255, 138, 60, 0.25);
    margin-top: 0;
}

.degerlendir-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 138, 60, 0.35);
    background: linear-gradient(135deg, #ff6a1a, #ff8a3c);
}

.degerlendir-btn i {
    font-size: 16px;
}

/* Teşekkür Et Butonu */
.tesekkur-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #ef4444, #f87171);
    color: white;
    border: none;
    border-radius: 24px;
    font-family: 'Comfortaa', sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.25);
    margin-top: 0;
}

.tesekkur-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(239, 68, 68, 0.35);
    background: linear-gradient(135deg, #dc2626, #ef4444);
}

.tesekkur-btn i {
    font-size: 16px;
}

/* Puan Bilgisi */
.rehber-puan-bilgi {
    margin-top: 12px;
}

.puan-goster {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: rgba(255, 138, 60, 0.1);
    border-radius: 16px;
    font-family: 'Comfortaa', sans-serif;
}

.puan-goster i {
    color: #ff8a3c;
    font-size: 18px;
}

.puan-deger {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
}

.puan-toplam {
    font-size: 14px;
    color: #7a80a0;
    font-weight: 600;
}

.yorum-sayisi {
    font-size: 13px;
    color: #7a80a0;
    margin-left: 4px;
}

/* Yorumlar Bölümü */
.yorumlar-bolumu {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid rgba(255, 138, 60, 0.15);
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.yorumlar-baslik {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: -0.3px;
}

.yorumlar-baslik i {
    color: #ff8a3c;
    font-size: 28px;
}

.yorumlar-listesi {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
    visibility: visible !important;
    opacity: 1 !important;
}

.yorum-kart {
    background: white;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(255, 138, 60, 0.15);
    transition: all 0.3s ease;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.yorum-kart:hover {
    border-color: rgba(255, 138, 60, 0.3);
    box-shadow: 0 4px 16px rgba(255, 138, 60, 0.1);
}

.yorum-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.yorum-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff8a3c, #ffd86f);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.yorum-bilgi {
    flex: 1;
}

.yorum-yazar {
    font-weight: 700;
    color: #0f172a;
    font-size: 15px;
}

.yorum-tarih {
    font-size: 12px;
    color: #7a80a0;
    margin-top: 2px;
}

.yorum-puan {
    display: flex;
    align-items: center;
    gap: 4px;
}

.yorum-puan i {
    font-size: 16px;
}

.yorum-puan span {
    font-weight: 700;
    color: #ff8a3c;
    font-size: 15px;
    margin-left: 4px;
}

.yorum-baslik {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.yorum-metin {
    color: #5a607f;
    line-height: 1.7;
    font-size: 14px;
    margin: 0;
}

.yorum-yok {
    text-align: center;
    padding: 60px 20px;
    color: #7a80a0;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.yorum-yok i {
    font-size: 64px;
    margin-bottom: 16px;
    opacity: 0.2;
    display: block;
}

.yorum-yok p {
    font-size: 16px;
    font-weight: 500;
}

/* Review Modal */
.review-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.6);
    -webkit-backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.review-modal-content {
    background: white;
    border-radius: 24px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.3);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

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

.review-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px;
    border-bottom: 1px solid #e1e4ef;
}

.review-modal-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.3px;
}

.review-modal-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #f5f7ff;
    color: #7a80a0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.review-modal-close:hover {
    background: #e1e4ef;
    color: #0f172a;
}

#reviewForm {
    padding: 28px;
}

.review-form-group {
    margin-bottom: 24px;
}

.review-form-group label {
    display: block;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 8px;
    font-size: 14px;
}

.star-rating {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.star-icon {
    font-size: 32px;
    color: #e1e4ef;
    cursor: pointer;
    transition: all 0.2s ease;
}

.star-icon:hover,
.star-icon.ti-star-filled {
    color: #ff8a3c;
    transform: scale(1.1);
}

.review-form-group input,
.review-form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e1e4ef;
    border-radius: 12px;
    font-family: 'Comfortaa', sans-serif;
    font-size: 14px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.review-form-group input:focus,
.review-form-group textarea:focus {
    outline: none;
    border-color: #ff8a3c;
    box-shadow: 0 0 0 3px rgba(255, 138, 60, 0.1);
}

.review-form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.review-form-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 32px;
}

.review-btn-cancel,
.review-btn-submit {
    padding: 12px 24px;
    border-radius: 12px;
    font-family: 'Comfortaa', sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.review-btn-cancel {
    background: #f5f7ff;
    color: #7a80a0;
}

.review-btn-cancel:hover {
    background: #e1e4ef;
    color: #0f172a;
}

.review-btn-submit {
    background: linear-gradient(135deg, #ff8a3c, #ffd86f);
    color: #0f172a;
}

.review-btn-submit:hover {
    background: linear-gradient(135deg, #ff6a1a, #ff8a3c);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 138, 60, 0.3);
}

/* Teşekkür ve Bağış Modal */
.thank-you-modal {
    max-width: 600px;
}

.thank-you-content {
    padding: 28px;
}

.thank-you-message {
    text-align: center;
    font-size: 16px;
    color: #5a607f;
    margin-bottom: 32px;
    line-height: 1.6;
}

.donation-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 12px;
    margin-bottom: 32px;
}

.donation-btn {
    padding: 16px 20px;
    border: 2px solid #e1e4ef;
    border-radius: 12px;
    background: white;
    color: #0f172a;
    font-family: 'Comfortaa', sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.donation-btn:hover {
    border-color: #ff8a3c;
    background: rgba(255, 138, 60, 0.05);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 138, 60, 0.2);
}

.donation-btn.active {
    border-color: #ff8a3c;
    background: linear-gradient(135deg, #ff8a3c, #ffd86f);
    color: #0f172a;
    box-shadow: 0 4px 16px rgba(255, 138, 60, 0.3);
    transform: translateY(-2px);
}

.donation-actions {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: 24px;
}

.donation-submit-btn {
    padding: 12px 24px;
    border-radius: 12px;
    font-family: 'Comfortaa', sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    background: linear-gradient(135deg, #ff8a3c, #ffd86f);
    color: #0f172a;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.donation-submit-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, #ff6a1a, #ff8a3c);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 138, 60, 0.3);
}

.donation-submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #e1e4ef;
    color: #7a80a0;
}

.donation-submit-btn i {
    font-size: 16px;
}

@media (max-width: 768px) {
    .rehber-detay-main {
        /* mobile: header is in normal flow, keep compact spacing */
        padding: 18px 14px 110px;
        align-items: flex-start;
        justify-content: flex-start;
        min-height: 0;
    }

    .review-modal-content {
        max-width: 100%;
        margin: 0;
        border-radius: 20px 20px 0 0;
    }

    .yorumlar-baslik {
        font-size: 22px;
    }

    .degerlendir-btn,
    .tesekkur-btn {
        padding: 10px 20px;
        font-size: 13px;
        flex: 1;
        min-width: 0;
    }

    .rehber-bilgi-wrapper>div[style*="display: flex"] {
        flex-direction: column;
        gap: 10px !important;
    }

    .rehber-bilgi-wrapper>div[style*="display: flex"] .degerlendir-btn,
    .rehber-bilgi-wrapper>div[style*="display: flex"] .tesekkur-btn {
        width: 100%;
    }

    .donation-buttons {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .donation-btn {
        padding: 14px 16px;
        font-size: 14px;
    }

    .donation-actions {
        flex-direction: column;
    }

    .donation-submit-btn,
    .review-btn-cancel {
        width: 100%;
    }
}

.rehber-detay-main {
    padding: 160px 20px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #fef3f4 100%);
}

.detay-kapsayici {
    width: 100%;
    max-width: 1140px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 32px;
    box-shadow: 0 25px 60px rgba(255, 138, 60, 0.12);
    -webkit-backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    padding: 50px 60px;
    color: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.baslik-alani {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
    margin-bottom: 50px;
    padding: 40px;
    background: linear-gradient(135deg, rgba(255, 249, 235, 0.5), rgba(255, 255, 255, 0.8));
    border-radius: 24px;
    border: 2px solid rgba(255, 138, 60, 0.2);
}

.rehber-bilgi-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.avatar-buyuk {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    padding: 6px;
    background: linear-gradient(135deg, #ff8a3c, #ffd86f);
    box-shadow: 0 25px 50px rgba(255, 138, 60, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.avatar-buyuk img,
.avatar-buyuk .placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.avatar-buyuk .placeholder {
    font-size: 3rem;
    font-weight: 700;
    color: #ff8a3c;
}

.rehber-isim {
    font-size: 2.8rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.rehber-username {
    color: #ff8a3c;
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 18px;
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255, 138, 60, 0.1);
    border-radius: 12px;
}

.rehber-contact {
    margin-top: 16px;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.8;
    padding: 18px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 14px;
    border-left: 4px solid #ff8a3c;
}

.rehber-contact strong {
    color: #0f172a;
    font-weight: 700;
}

.bilgi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.bilgi-kart {
    background: rgba(255, 249, 235, 0.6);
    border: 2px solid rgba(255, 138, 60, 0.25);
    border-radius: 20px;
    padding: 28px;
    min-height: 160px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.bilgi-kart:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(255, 138, 60, 0.15);
    border-color: rgba(255, 138, 60, 0.3);
}

.bilgi-kart::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(255, 138, 60, 0.12), transparent 70%);
    transform: rotate(45deg);
}

.bilgi-kart h3 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #ff8a3c;
    margin-bottom: 16px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bilgi-kart h3::before {
    content: '';
    width: 4px;
    height: 20px;
    background: linear-gradient(135deg, #ff8a3c, #ffd86f);
    border-radius: 2px;
}

.bilgi-kart p {
    color: #334155;
    line-height: 1.8;
    font-size: 1rem;
    position: relative;
}

.diller-baslik {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.diller-baslik::before {
    content: '';
    width: 5px;
    height: 28px;
    background: linear-gradient(135deg, #ff8a3c, #ffd86f);
    border-radius: 3px;
}

.etiketler {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.etiketler span {
    padding: 14px 24px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 138, 60, 0.2), rgba(255, 216, 111, 0.2));
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 600;
    border: 2px solid rgba(255, 138, 60, 0.3);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 138, 60, 0.1);
}

.etiketler span:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 138, 60, 0.25);
    border-color: rgba(255, 138, 60, 0.5);
}
@media (max-width: 768px) {
    .rehber-detay-main {
        padding: 140px 15px 40px;
    }

    .detay-kapsayici {
        padding: 36px 28px;
    }

    .baslik-alani {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 24px;
        padding: 30px;
    }

    .avatar-buyuk {
        width: 140px;
        height: 140px;
        margin: 0 auto;
    }

    .rehber-isim {
        font-size: 2rem;
    }

    .rehber-username {
        font-size: 1.1rem;
    }

    .rehber-contact {
        font-size: 0.95rem;
        padding: 16px;
    }

    .bilgi-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .bilgi-kart {
        padding: 22px;
        min-height: 140px;
    }
}

@media (max-width: 480px) {
    .detay-kapsayici {
        padding: 28px 20px;
    }

    .baslik-alani {
        padding: 24px;
    }

    .avatar-buyuk {
        width: 120px;
        height: 120px;
    }

    .rehber-isim {
        font-size: 1.8rem;
    }

    .rehber-username {
        font-size: 1rem;
    }

    .rehber-contact {
        font-size: 0.9rem;
        padding: 14px;
    }

    .bilgi-kart h3 {
        font-size: 0.9rem;
    }

    .bilgi-kart p {
        font-size: 0.95rem;
    }

    .etiketler span {
        padding: 12px 20px;
        font-size: 1rem;
    }
}