/* ==========================================================================
   Ücret İadesi Sayfası - Modüler Sayfa Stilleri
   ========================================================================== */

/* Kompakt Ücret İadesi Hero Kartı (Kompakt İnce Görünüm) */
.gd-refund-hero-compact {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 14px 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

.gd-refund-hero-compact .gd-page-header-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gd-refund-hero-compact .gd-page-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
}

.gd-refund-hero-compact .gd-page-subtitle {
    font-size: 12.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

/* Ana Sayfa Gövdesi — site.css .gd-page-body ana omurgasına bağlı */

/* Hero Başlık Kartı */
.gd-refund-body .gd-page-header-icon {
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
}

.gd-refund-hero {
    background: linear-gradient(135deg, #1e1b4b 0%, #3730a3 100%);
    border: 1px solid #4f46e5;
    border-radius: 16px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px -5px rgba(55, 48, 163, 0.4);
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
}

.gd-refund-hero__shimmer {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
    transform: skewX(-20deg);
    animation: gd-refund-shimmer 3.5s infinite;
    pointer-events: none;
}

@keyframes gd-refund-shimmer {
    0%   { left: -100%; }
    50%  { left: 200%; }
    100% { left: 200%; }
}

.gd-refund-hero__inner {
    position: relative;
    z-index: 1;
}

.gd-refund-hero__title {
    color: #fcd34d;
    margin: 0 0 15px 0;
    font-size: 2.3rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gd-refund-hero__desc {
    color: #e0e7ff;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0;
}

/* İki Sütunlu Düzen */
.gd-refund-split {
    display: flex;
    gap: 8px;
    flex: 1;
}

/* Sol Sütun — İçerik */
.gd-refund-main {
    flex: 1.2;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 10px 30px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

/* Sağ Sütun — Bilgi Paneli */
.gd-refund-sidebar {
    flex: 0.8;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px;
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

/* Tarih Meta Satırı */
.gd-refund-meta {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 500;
    margin-bottom: 25px;
    display: flex;
    gap: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f5f9;
    flex-wrap: wrap;
}

.gd-refund-meta__item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* İçerik Alanı */
.gd-refund-content {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.8;
}

.gd-refund-content p {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Sidebar Başlığı */
.gd-refund-sidebar__title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 24px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Yol Haritası */
.gd-refund-roadmap {
    position: relative;
    padding-left: 45px;
}

.gd-refund-roadmap::before {
    content: '';
    position: absolute;
    left: 17px;
    top: 18px;
    bottom: 18px;
    width: 2px;
    background: repeating-linear-gradient(
        to bottom,
        #cbd5e1, #cbd5e1 4px,
        transparent 4px, transparent 8px
    );
}

.gd-refund-roadmap__item {
    position: relative;
    margin-bottom: 28px;
}

.gd-refund-roadmap__item:last-child {
    margin-bottom: 0;
}

.gd-refund-roadmap__badge {
    position: absolute;
    left: -45px;
    top: 0;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.25);
    border: 3px solid #ffffff;
    z-index: 1;
    box-sizing: border-box;
}

.gd-refund-roadmap__step-title {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 5px 0;
}

.gd-refund-roadmap__step-text {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* İade Şartları & Bilgiler Çerçeveli Kartı (Görsel 1:1) */
.gd-refund-info-box {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 24px;
    margin: 24px 0;
}

.gd-refund-info-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gd-refund-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #dcfce7;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    color: #16a34a;
    flex-shrink: 0;
}

.gd-refund-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gd-refund-info-list li {
    font-size: 0.94rem;
    color: #475569;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
}

.gd-refund-info-list li::before {
    content: "•";
    position: absolute;
    left: 4px;
    top: 0;
    color: #94a3b8;
    font-size: 1.2rem;
}

.gd-refund-action-text {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
    margin: 24px 0 16px 0;
}

.gd-refund-submit-btn {
    width: 100%;
    justify-content: center;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 992px) {
    .gd-refund-split {
        flex-direction: column;
    }

    .gd-refund-sidebar {
        position: static;
        align-self: auto;
    }
}

@media (max-width: 768px) {
    .gd-refund-hero {
        padding: 28px 20px;
    }

    .gd-refund-hero__title {
        font-size: 1.6rem;
    }

    .gd-refund-main,
    .gd-refund-sidebar {
        padding: 20px 16px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.01), 0 4px 12px rgba(0, 0, 0, 0.02);
    }
}
