/* ============================================
   OFIZYO REDIRECT PAGE — CLEAN CORPORATE
   No gradients. Flat. Kurumsal.
   ============================================ */

/* ---- Page Container ---- */
.rd-page {
    min-height: 100%;
    width: 100%;
    flex: 1;
    background: #0a0c10;
    font-family: 'Poppins', 'Inter', system-ui, -apple-system, sans-serif;
    color: #f0f2f5;
    display: flex;
    flex-direction: column;
}

/* ============================================
   HERO — Yönlendirme Bölümü (Üst Alan)
   ============================================ */
.rd-hero {
    flex-shrink: 0;
    padding: 48px 24px 40px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.rd-hero-inner {
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

/* ---- Aktif Servis Kartı (Sol) ---- */
.rd-active {
    flex: 1;
    min-width: 0;
}

.rd-active-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #8a919e;
    margin-bottom: 24px;
}

.rd-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    animation: rd-pulse 2s ease-in-out infinite;
}

@keyframes rd-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.rd-active-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    border: 1px solid;
}

.rd-active-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.rd-active-tagline {
    font-size: 0.95rem;
    font-weight: 500;
    color: #8a919e;
    margin: 0 0 12px;
}

.rd-active-desc {
    font-size: 0.88rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0 0 20px;
    max-width: 440px;
}

/* ---- Feature Tags ---- */
.rd-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.rd-feat-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #94a3b8;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 6px 12px;
    border-radius: 6px;
}

.rd-feat-tag i {
    font-size: 0.65rem;
    color: #22c55e;
}

/* ---- Progress Bar ---- */
.rd-progress-wrap {
    width: 100%;
    height: 3px;
    background: rgba(255,255,255,0.06);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
}

.rd-progress-bar {
    height: 100%;
    width: 0%;
    border-radius: 3px;
    animation: rd-load 5s linear forwards;
}

@keyframes rd-load {
    from { width: 0%; }
    to { width: 100%; }
}

.rd-countdown-text {
    font-size: 0.78rem;
    color: #6b7280;
    margin: 0 0 20px;
}

.rd-countdown-text span {
    font-weight: 700;
    color: #94a3b8;
    font-variant-numeric: tabular-nums;
}

/* ---- "Hemen Git" Butonu ---- */
.rd-go-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.rd-go-btn:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.rd-go-btn i {
    font-size: 0.8rem;
    transition: transform 0.2s ease;
}

.rd-go-btn:hover i {
    transform: translateX(3px);
}

/* ---- Jeton Bilgi Kutusu (Sağ) ---- */
.rd-token-box {
    flex-shrink: 0;
    width: 220px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    margin-top: 36px;
}

.rd-token-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(224,101,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.1rem;
    color: #e06500;
}

.rd-token-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.rd-token-note {
    font-size: 0.7rem;
    color: #6b7280;
    line-height: 1.4;
    margin: 0 0 14px;
}

.rd-token-balance {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #e06500;
}

.rd-token-login {
    font-size: 0.72rem;
    font-weight: 500;
    color: #6b7280;
}

/* ============================================
   DISCOVER — Diğer Hizmetler (Alt Alan)
   ============================================ */
.rd-discover {
    flex: 1;
    padding: 36px 24px 48px;
}

.rd-discover-inner {
    max-width: 880px;
    margin: 0 auto;
}

.rd-discover-header {
    margin-bottom: 28px;
}

.rd-discover-header h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
}

.rd-discover-header p {
    font-size: 0.82rem;
    color: #6b7280;
    margin: 0;
}

/* ---- Hizmet Kartları Grid ---- */
.rd-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
    margin-bottom: 36px;
}

.rd-svc-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 16px 18px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.rd-svc-card:hover {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.12);
    transform: translateY(-1px);
}

.rd-svc-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    border: 1px solid;
}

.rd-svc-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.rd-svc-name {
    font-size: 0.88rem;
    font-weight: 600;
    color: #fff;
}

.rd-svc-tag {
    font-size: 0.72rem;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rd-svc-arrow {
    font-size: 0.7rem;
    color: #4b5563;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.rd-svc-card:hover .rd-svc-arrow {
    color: #fff;
    transform: translateX(2px);
}

/* ---- Footer Links ---- */
.rd-footer-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.rd-footer-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 500;
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s ease;
}

.rd-footer-link:hover {
    color: #fff;
}

.rd-footer-link i {
    font-size: 0.72rem;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .rd-hero {
        padding: 32px 20px 28px;
    }

    .rd-hero-inner {
        flex-direction: column;
        gap: 24px;
    }

    .rd-token-box {
        width: 100%;
        margin-top: 0;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px 18px;
        text-align: left;
    }

    .rd-token-icon {
        margin: 0;
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .rd-token-note {
        margin: 0;
    }

    .rd-token-balance {
        margin-top: 2px;
    }

    .rd-active-title {
        font-size: 1.6rem;
    }

    .rd-discover {
        padding: 28px 20px 40px;
    }

    .rd-services-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .rd-hero {
        padding: 24px 16px 24px;
    }

    .rd-active-title {
        font-size: 1.4rem;
    }

    .rd-active-desc {
        font-size: 0.82rem;
    }

    .rd-features {
        gap: 6px;
    }

    .rd-feat-tag {
        font-size: 0.7rem;
        padding: 5px 10px;
    }

    .rd-go-btn {
        width: 100%;
        justify-content: center;
    }

    .rd-discover {
        padding: 24px 16px 36px;
    }

    .rd-footer-strip {
        flex-wrap: wrap;
        gap: 16px;
    }
}
