/* ==========================================
   POST SERVICE PAGE - COMPACT & REFINED
   ========================================== */

.post-service-page {
    width: 100%;
    min-height: 100vh;
    background: #0D0F10;
}

/* ==========================================
   HERO SECTION - COMPACT
   ========================================== */

.post-hero {
    padding: 3.5rem 0 4rem;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(139, 92, 246, 0.08));
    position: relative;
    overflow: hidden;
}

.post-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15), transparent 70%);
    pointer-events: none;
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.5; }
    50% { transform: translateX(-50%) scale(1.1); opacity: 0.8; }
}

.post-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.post-hero-content {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

/* Badge - SMALLER */
.post-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.95rem;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 50px;
    margin-bottom: 1.25rem;
}

.badge-dot {
    width: 6px;
    height: 6px;
    background: #10B981;
    border-radius: 50%;
    animation: blink 2s ease-in-out infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.badge-text {
    font-size: 0.8rem;
    font-weight: 600;
    color: #3B82F6;
}

/* Title - SMALLER */
.post-hero-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.post-hero-desc {
    font-size: clamp(0.95rem, 1.2vw, 1.05rem);
    color: #A9ADB1;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA Buttons - SMALLER */
.post-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.post-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1.75rem;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.post-cta-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.post-cta-btn.primary {
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    color: #FFFFFF;
    box-shadow: 0 6px 24px rgba(59, 130, 246, 0.4);
}

.post-cta-btn.primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #2563EB, #1D4ED8);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-cta-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.6);
}

.post-cta-btn.primary:hover::before {
    opacity: 1;
}

.post-cta-btn.primary span,
.post-cta-btn.primary svg {
    position: relative;
    z-index: 2;
}

.post-cta-btn.primary .arrow-icon {
    transition: transform 0.3s ease;
}

.post-cta-btn.primary:hover .arrow-icon {
    transform: translateX(3px);
}

.post-cta-btn.secondary {
    background: rgba(26, 29, 31, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    backdrop-filter: blur(10px);
}

.post-cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(59, 130, 246, 0.3);
    transform: translateY(-2px);
}

/* Stats - SMALLER */
.post-hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 1.5rem 2rem;
    background: rgba(26, 29, 31, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    backdrop-filter: blur(20px);
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 1.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #3B82F6, #8B5CF6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.8rem;
    color: #A9ADB1;
    font-weight: 600;
}

.stat-divider {
    width: 1px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
}

/* ==========================================
   HOW IT WORKS - COMPACT
   ========================================== */

.post-how-section {
    padding: 4rem 0;
}

.post-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
    font-weight: 900;
    color: #FFFFFF;
    margin-bottom: 0.75rem;
}

.section-description {
    font-size: 1rem;
    color: #A9ADB1;
    max-width: 600px;
    margin: 0 auto;
}

/* Timeline Steps - SMALLER */
.steps-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    position: relative;
}

.steps-timeline::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: linear-gradient(90deg,
    #3B82F6 0%,
    #8B5CF6 50%,
    #EC4899 100%
    );
    z-index: 0;
}

.timeline-step {
    position: relative;
    z-index: 1;
}

.step-number {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.25rem;
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    border: 3px solid #0D0F10;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 900;
    color: #FFFFFF;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.step-content {
    text-align: center;
}

.step-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 1rem;
    background: rgba(59, 130, 246, 0.1);
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon svg {
    width: 24px;
    height: 24px;
    color: #3B82F6;
}

.step-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.65rem;
}

.step-description {
    font-size: 0.9rem;
    color: #A9ADB1;
    line-height: 1.5;
}

/* ==========================================
   BENEFITS - COMPACT
   ========================================== */

.post-benefits-section {
    padding: 4rem 0;
    background: rgba(26, 29, 31, 0.3);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.benefit-card {
    padding: 2rem 1.5rem;
    background: rgba(26, 29, 31, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3B82F6, #8B5CF6);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.benefit-card:hover::before {
    transform: scaleX(1);
}

.benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.benefit-icon {
    font-size: 2.75rem;
    margin-bottom: 1.25rem;
    display: block;
}

.benefit-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.65rem;
}

.benefit-description {
    font-size: 0.9rem;
    color: #A9ADB1;
    line-height: 1.5;
}

/* ==========================================
   PRICING - COMPACT
   ========================================== */

.post-pricing-section {
    padding: 4rem 0;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.pricing-tier {
    padding: 2rem 1.5rem;
    background: rgba(26, 29, 31, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    text-align: center;
    transition: all 0.3s ease;
}

.pricing-tier.featured {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1));
    border-color: rgba(59, 130, 246, 0.3);
    transform: scale(1.03);
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3);
}

.pricing-tier:hover {
    transform: translateY(-5px);
    border-color: rgba(59, 130, 246, 0.3);
}

.tier-badge {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #3B82F6;
    margin-bottom: 1.25rem;
}

.tier-commission {
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #3B82F6, #8B5CF6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.4rem;
}

.tier-label {
    font-size: 0.85rem;
    color: #A9ADB1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
}

.tier-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.tier-features li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.85rem;
    color: #A9ADB1;
}

.tier-features svg {
    width: 16px;
    height: 16px;
    color: #10B981;
    flex-shrink: 0;
}

.pricing-note {
    text-align: center;
    font-size: 0.85rem;
    color: #6B7280;
}

/* ==========================================
   CTA SECTION - COMPACT
   ========================================== */

.post-cta-section {
    padding: 4.5rem 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.1));
    position: relative;
    overflow: hidden;
}

.post-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2), transparent 70%);
    pointer-events: none;
}

.post-cta-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 900;
    color: #FFFFFF;
    margin-bottom: 0.85rem;
}

.cta-description {
    font-size: 1.05rem;
    color: #A9ADB1;
    margin-bottom: 2rem;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    border-radius: 12px;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.5);
    transition: all 0.3s ease;
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 48px rgba(59, 130, 246, 0.7);
}

.cta-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.cta-btn:hover svg {
    transform: translateX(3px);
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 1024px) {
    .steps-timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .steps-timeline::before {
        display: none;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-cards {
        grid-template-columns: 1fr;
    }

    .pricing-tier.featured {
        transform: scale(1);
    }

    .post-hero-stats {
        gap: 1.25rem;
        padding: 1.25rem 1.5rem;
    }

    .stat-number {
        font-size: 1.35rem;
    }
}

@media (max-width: 768px) {
    .post-hero {
        padding: 2.5rem 0 3rem;
    }

    .post-container {
        padding: 0 1.5rem;
    }

    .post-hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .post-cta-btn {
        width: 100%;
        justify-content: center;
        padding: 0.8rem 1.5rem;
    }

    .post-hero-stats {
        flex-direction: column;
        gap: 1.25rem;
        padding: 1.25rem 1.5rem;
    }

    .stat-divider {
        width: 100%;
        height: 1px;
    }

    .steps-timeline {
        grid-template-columns: 1fr;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .step-number {
        width: 55px;
        height: 55px;
        font-size: 1.35rem;
    }

    .step-icon {
        width: 45px;
        height: 45px;
    }

    .step-icon svg {
        width: 22px;
        height: 22px;
    }

    .benefit-icon {
        font-size: 2.5rem;
    }

    .tier-commission {
        font-size: 2.5rem;
    }

    .post-how-section,
    .post-benefits-section,
    .post-pricing-section {
        padding: 3rem 0;
    }

    .post-cta-section {
        padding: 3.5rem 0;
    }
}

@media (max-width: 480px) {
    .post-hero-title {
        font-size: 1.85rem;
    }

    .post-hero-desc {
        font-size: 0.9rem;
    }

    .badge-text {
        font-size: 0.75rem;
    }

    .section-title {
        font-size: 1.65rem;
    }

    .section-description {
        font-size: 0.95rem;
    }

    .benefit-icon {
        font-size: 2.25rem;
        margin-bottom: 1rem;
    }

    .tier-commission {
        font-size: 2.25rem;
    }

    .cta-btn {
        padding: 0.9rem 2rem;
        font-size: 0.95rem;
    }

    .stat-number {
        font-size: 1.25rem;
    }

    .stat-label {
        font-size: 0.75rem;
    }
}

/* ==========================================
   ANIMATIONS
   ========================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.benefit-card,
.timeline-step,
.pricing-tier {
    animation: fadeInUp 0.6s ease-out backwards;
}

.timeline-step:nth-child(1) { animation-delay: 0.1s; }
.timeline-step:nth-child(2) { animation-delay: 0.2s; }
.timeline-step:nth-child(3) { animation-delay: 0.3s; }
.timeline-step:nth-child(4) { animation-delay: 0.4s; }

.benefit-card:nth-child(1) { animation-delay: 0.1s; }
.benefit-card:nth-child(2) { animation-delay: 0.15s; }
.benefit-card:nth-child(3) { animation-delay: 0.2s; }
.benefit-card:nth-child(4) { animation-delay: 0.25s; }
.benefit-card:nth-child(5) { animation-delay: 0.3s; }
.benefit-card:nth-child(6) { animation-delay: 0.35s; }

/* ==========================================
   END POST SERVICE CSS
   ========================================== */