

.services-main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 8rem 2rem 5rem;
    direction: rtl;
    font-family: inherit;
}

body.services-page .services-main {
    padding-bottom: 0;
}

body.services-page .footer-wave {
    margin-bottom: -1px;
}

#services {
    scroll-margin-top: 100px;
}

.services-hero {
    text-align: center;
    margin-bottom: 4rem;
    padding: 2rem 0;
}

.services-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #9b51e0, #c084fc);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 1rem;
}

.services-hero p {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

.services-section {
    margin-bottom: 5rem;
}

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

.section-header h2 {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #9b51e0, #c084fc);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 0.75rem;
}

.section-header p {
    color: #64748b;
    font-size: 1rem;
}

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

.service-card {
    background: white;
    border-radius: 1.25rem;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #eef2ff;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: #9b51e0;
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.08);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: #f8fafc;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: #f3e8ff;
}

.service-icon img {
    width: 38px;
    height: 38px;
    display: block;
}

.service-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.service-card p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.service-btn {
    display: inline-block;
    background: transparent;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    padding: 0.6rem 1.2rem;
    border-radius: 2rem;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.service-btn:hover {
    background: #9b51e0;
    border-color: #9b51e0;
    color: white;
}

.featured-section {
    margin-bottom: 5rem;
    background: linear-gradient(135deg, #faf5ff, #f3e8ff);
    padding: 3rem;
    border-radius: 2rem;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.featured-card {
    background: white;
    border-radius: 1.25rem;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    transition: all 0.3s ease;
}

.featured-card:hover {
    transform: translateX(-5px);
    box-shadow: 0 15px 30px -12px rgba(155, 81, 224, 0.12);
}

.featured-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #9b51e0, #7c3aed);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.featured-icon img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.featured-content {
    flex: 1;
}

.featured-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.featured-content p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.6;
}

.process-section {
    margin-bottom: 5rem;
}

.process-timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    gap: 1rem;
}

.process-timeline::before {
    content: '';
    position: absolute;
    top: 40px;
    right: 10%;
    left: 10%;
    height: 2px;
    background: linear-gradient(90deg, #e2e8f0, #9b51e0, #e2e8f0);
    z-index: 0;
}

.process-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    background: white;
    min-width: 160px;
}

.process-number {
    width: 60px;
    height: 60px;
    background: white;
    border: 2px solid #9b51e0;
    color: #9b51e0;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: all 0.3s ease;
}

.process-step:hover .process-number {
    background: linear-gradient(135deg, #9b51e0, #7c3aed);
    color: white;
    transform: scale(1.1);
}

.process-step h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.process-step p {
    font-size: 0.8rem;
    color: #64748b;
}

.pricing-section {
    margin-bottom: 5rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: stretch;
}

.pricing-card {
    background: white;
    border-radius: 1.5rem;
    padding: 2rem;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid #eef2ff;
    position: relative;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-8px);
    border-color: #9b51e0;
    box-shadow: 0 25px 35px -15px rgba(155, 81, 224, 0.15);
}

.pricing-card.featured {
    border: 2px solid #9b51e0;
    transform: scale(1.02);
}

.pricing-card.featured:hover {
    transform: scale(1.02) translateY(-8px);
}

.popular-tag {
    position: absolute;
    top: -12px;
    right: 50%;
    transform: translateX(50%);
    background: linear-gradient(135deg, #9b51e0, #7c3aed);
    color: white;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.3rem 1.2rem;
    border-radius: 2rem;
    white-space: nowrap;
}

.pricing-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.price {
    font-size: 2.2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #9b51e0, #c084fc);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin: 1rem 0;
}

.price small {
    font-size: 0.8rem;
    font-weight: 400;
    color: #64748b;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    text-align: right;
    flex: 1;
}

.pricing-features li {
    font-size: 0.85rem;
    color: #475569;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pricing-features li::before {
    content: "✓";
    color: #9b51e0;
    font-weight: bold;
    font-size: 1rem;
}

.pricing-btn {
    display: inline-block;
    background: linear-gradient(135deg, #9b51e0, #7c3aed);
    color: white;
    padding: 0.7rem 1.5rem;
    border-radius: 2rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    margin-top: auto;
    align-self: center;
    width: fit-content;
    min-width: 160px;
}

.pricing-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(155, 81, 224, 0.3);
}

.faq-section {
    margin-bottom: 5rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    
    gap: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 1rem;
    border: 1px solid #eef2ff;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #e9d5ff;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.faq-question:hover {
    background: #faf5ff;
}

.faq-question h3 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    flex: 1;
}

.faq-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-icon img {
    width: 20px;
    height: 20px;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-icon img {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 1.5rem;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.4s ease,
        padding 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    
    opacity: 1;
    padding: 0 1.5rem 1.2rem;
}

.faq-answer p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

.cta-section {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    border-radius: 1.5rem;
    padding: 3rem;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
}

.cta-section .bubble {
    position: absolute;
    border-radius: 50%;
    background: rgba(155, 81, 224, 0.2);
    pointer-events: none;
    animation: float 6s ease-in-out infinite;
}

.cta-section .bubble-1 {
    width: 100px;
    height: 100px;
    top: -30px;
    right: 5%;
    animation-delay: 0s;
}

.cta-section .bubble-2 {
    width: 150px;
    height: 150px;
    bottom: -50px;
    left: 0;
    animation-delay: 1s;
    animation-duration: 8s;
}

.cta-section .bubble-3 {
    width: 60px;
    height: 60px;
    top: 50%;
    right: 15%;
    animation-delay: 2s;
    animation-duration: 5s;
}

.cta-section .bubble-4 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 10%;
    animation-delay: 0.5s;
    animation-duration: 7s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) scale(1);
        opacity: 0.4;
    }

    50% {
        transform: translateY(-20px) scale(1.05);
        opacity: 0.6;
    }
}

.cta-section h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 1;
}

.cta-section p {
    font-size: 1rem;
    margin-bottom: 1.8rem;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

.cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #9b51e0, #7c3aed);
    color: white;
    padding: 0.9rem 2rem;
    border-radius: 2rem;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(155, 81, 224, 0.4);
}

@media (max-width: 768px) {
    .cta-section {
        padding: 2rem;
    }

    .cta-section h2 {
        font-size: 1.4rem;
    }

    .cta-section .bubble-1,
    .cta-section .bubble-2,
    .cta-section .bubble-3,
    .cta-section .bubble-4 {
        display: none;
    }
}

@media (max-width: 992px) {
    .services-main {
        padding: 7rem 1.5rem 4rem;
    }

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

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

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

@media (max-width: 768px) {
    .services-main {
        padding: 6rem 1.25rem 4rem;
    }

    #services {
        scroll-margin-top: 80px;
    }

    .services-hero h1 {
        font-size: 2rem;
    }

    .services-hero p {
        font-size: 0.95rem;
    }

    .section-header h2 {
        font-size: 1.6rem;
    }

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

    .featured-section {
        padding: 1.5rem;
    }

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

    .featured-card {
        flex-direction: column;
        text-align: center;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto;
    }

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

    .pricing-card.featured:hover {
        transform: translateY(-8px);
    }

    .pricing-btn {
        min-width: 140px;
        width: 100%;
        max-width: 220px;
    }

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

    .cta-section {
        padding: 2rem;
    }

    .cta-section h2 {
        font-size: 1.4rem;
    }

    .cta-section .bubble-1,
    .cta-section .bubble-2,
    .cta-section .bubble-3,
    .cta-section .bubble-4 {
        display: none;
    }
}

@media (max-width: 480px) {
    .services-main {
        padding: 5.5rem 1rem 3rem;
    }

    .services-hero h1 {
        font-size: 1.6rem;
    }

    .service-card {
        padding: 1.5rem;
    }

    .service-icon {
        width: 55px;
        height: 55px;
    }

    .service-icon img {
        width: 32px;
        height: 32px;
    }

    .price {
        font-size: 1.8rem;
    }

    .pricing-btn {
        min-width: 120px;
        font-size: 0.8rem;
        padding: 0.6rem 1rem;
    }
}