/* ============================================
   TikTok Live Partner Page - Custom Styles
   İnfluencer360 - Resmi TikTok Live Partner Ajansı
   ============================================ */

/* --- Hero Section Overrides --- */
.tiktok-live-hero {
    position: relative;
    overflow: hidden;
}

.tiktok-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #E91E63, #C2185B);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.tiktok-hero-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
    max-width: 500px;
}

.tiktok-hero-buttons {
    display: flex;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.tiktok-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tiktok-hero-btn--primary {
    background: #fff;
    color: #E91E63 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.tiktok-hero-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    color: #C2185B !important;
}

.tiktok-hero-btn--outline {
    border: 2px solid #fff;
    color: #fff !important;
    background: transparent;
}

.tiktok-hero-btn--outline:hover {
    background: #fff;
    color: #E91E63 !important;
    transform: translateY(-2px);
}

/* Markalar section'daki CTA butonu (pembe gradient, beyaz yazı) */
.tiktok-live-markalar .tiktok-hero-btn--primary {
    background: linear-gradient(135deg, #E91E63 0%, #C2185B 100%);
    color: #fff !important;
    box-shadow: 0 4px 20px rgba(233, 30, 99, 0.3);
}

.tiktok-live-markalar .tiktok-hero-btn--primary:hover {
    box-shadow: 0 8px 30px rgba(233, 30, 99, 0.4);
    color: #fff !important;
}

/* Hero Visual */
.tiktok-live-circle {
    position: relative;
}

.tiktok-live-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.tiktok-live-icon-wrapper {
    width: 160px;
    height: 160px;
    background: linear-gradient(135deg, #E91E63, #C2185B);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.tiktok-live-big-icon {
    font-size: 72px;
    color: #fff;
}

.tiktok-live-pulse {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 3px solid rgba(233, 30, 99, 0.3);
    animation: tiktokPulse 2s ease-out infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tiktok-live-pulse--delay {
    animation-delay: 1s;
}

@keyframes tiktokPulse {
    0% {
        width: 160px;
        height: 160px;
        opacity: 1;
    }
    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

/* --- Section Badge --- */
.tiktok-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(233, 30, 99, 0.08);
    color: #E91E63;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
}

.tiktok-section-badge--brand {
    background: rgba(194, 24, 91, 0.08);
    color: #C2185B;
}

/* --- Nedir Section Mini Features --- */
.tiktok-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.tiktok-feature-mini {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.tiktok-feature-mini:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.tiktok-feature-mini__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: linear-gradient(135deg, #E91E63, #C2185B);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.tiktok-feature-mini__text strong {
    display: block;
    font-size: 14px;
    color: #1f2937;
    margin-bottom: 2px;
}

.tiktok-feature-mini__text span {
    font-size: 13px;
    color: #6b7280;
}

/* --- Avantajlar Section --- */
.tiktok-live-avantajlar {
    padding: 80px 0;
    background: #f8f9fa;
}

.tiktok-avantajlar-header {
    text-align: center;
    margin-bottom: 48px;
}

.tiktok-avantajlar-title {
    font-size: 36px;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 16px;
}

.tiktok-avantajlar-subtitle {
    font-size: 16px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.tiktok-avantaj-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.tiktok-avantaj-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(233, 30, 99, 0.12);
    border-color: rgba(233, 30, 99, 0.2);
}

.tiktok-avantaj-card__icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #E91E63, #C2185B);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.tiktok-avantaj-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
}

.tiktok-avantaj-card__text {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* --- Süreç Timeline --- */
.tiktok-live-surec {
    padding: 80px 0;
}

.tiktok-surec-header {
    text-align: center;
    margin-bottom: 48px;
}

.tiktok-surec-title {
    font-size: 36px;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 16px;
}

.tiktok-surec-subtitle {
    font-size: 16px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.tiktok-surec-timeline {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    padding-left: 60px;
}

.tiktok-surec-timeline::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #E91E63, #C2185B);
    border-radius: 3px;
}

.tiktok-surec-step {
    position: relative;
    margin-bottom: 40px;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.tiktok-surec-step:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.tiktok-surec-step:last-child {
    margin-bottom: 0;
}

.tiktok-surec-step__number {
    position: absolute;
    left: -48px;
    top: 24px;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #E91E63, #C2185B);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3);
}

.tiktok-surec-step__title {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.tiktok-surec-step__text {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* --- Markalar İçin Section --- */
.tiktok-live-markalar {
    padding: 80px 0;
    background: #f8f9fa;
}

.tiktok-markalar-header {
    text-align: center;
    margin-bottom: 48px;
}

.tiktok-markalar-title {
    font-size: 36px;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 16px;
}

.tiktok-markalar-subtitle {
    font-size: 16px;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.tiktok-marka-card {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.tiktok-marka-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(233, 30, 99, 0.12);
    border-color: rgba(233, 30, 99, 0.2);
}

.tiktok-marka-card__icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: linear-gradient(135deg, #E91E63, #C2185B);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.tiktok-marka-card__content h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.tiktok-marka-card__content p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* --- SSS Section --- */
.tiktok-live-sss {
    padding: 80px 0;
}

.tiktok-sss-header {
    text-align: center;
    margin-bottom: 40px;
}

.tiktok-sss-title {
    font-size: 36px;
    font-weight: 800;
    color: #1f2937;
}

.tiktok-sss-item {
    border: 1px solid #e5e7eb;
    border-radius: 16px !important;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
}

.tiktok-sss-item .accordion-button {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    padding: 20px 24px;
    background: #fff;
    box-shadow: none;
}

.tiktok-sss-item .accordion-button:not(.collapsed) {
    background: rgba(233, 30, 99, 0.04);
    color: #E91E63;
}

.tiktok-sss-item .accordion-button::after {
    background-image: none;
    content: '+';
    font-size: 24px;
    font-weight: 300;
    width: auto;
    height: auto;
    color: #E91E63;
}

.tiktok-sss-item .accordion-button:not(.collapsed)::after {
    content: '−';
    transform: none;
}

.tiktok-sss-item .accordion-body {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.8;
    padding: 0 24px 20px;
}

/* --- CTA Section Override --- */
.tiktok-live-cta {
    background: linear-gradient(135deg, #E91E63, #C2185B) !important;
}

.tiktok-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    background: #fff;
    color: #E91E63 !important;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 24px;
}

.tiktok-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    color: #E91E63 !important;
}

/* --- Form Section --- */
.tiktok-live-form-section {
    background: #f8f9fa;
}

.tiktok-live-form {
    border: 2px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #E91E63, #C2185B);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.tiktok-form-header {
    text-align: center;
    margin-bottom: 24px;
}

.tiktok-form-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #E91E63, #C2185B);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 28px;
    color: #fff;
}

.tiktok-form-subtitle {
    font-size: 14px;
    color: #6b7280;
    margin-top: 8px;
}

.tiktok-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.tiktok-input-prefix {
    position: absolute;
    left: 16px;
    color: #E91E63;
    font-weight: 700;
    font-size: 16px;
    z-index: 2;
}

.tiktok-username-input {
    padding-left: 36px !important;
}

.tiktok-form-submit {
    background: linear-gradient(135deg, #E91E63, #C2185B) !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tiktok-form-submit:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .tiktok-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tiktok-avantajlar-title,
    .tiktok-surec-title,
    .tiktok-markalar-title,
    .tiktok-sss-title {
        font-size: 28px;
    }
    
    .tiktok-marka-card {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .tiktok-features-grid {
        grid-template-columns: 1fr;
    }
    
    .tiktok-hero-buttons {
        flex-direction: column;
    }
    
    .tiktok-hero-btn {
        justify-content: center;
    }
    
    .tiktok-avantajlar-title,
    .tiktok-surec-title,
    .tiktok-markalar-title,
    .tiktok-sss-title {
        font-size: 24px;
    }
    
    .tiktok-surec-timeline {
        padding-left: 48px;
    }
    
    .tiktok-surec-step__number {
        left: -40px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    
    .tiktok-surec-timeline::before {
        left: 18px;
    }
    
    .tiktok-live-icon-wrapper {
        width: 120px;
        height: 120px;
    }
    
    .tiktok-live-big-icon {
        font-size: 52px;
    }
    
    .tiktok-live-pulse {
        width: 120px;
        height: 120px;
    }
    
    @keyframes tiktokPulse {
        0% { width: 120px; height: 120px; opacity: 1; }
        100% { width: 220px; height: 220px; opacity: 0; }
    }
}
