/* ظ‚ط³ظ… ط§ط¨ط¯ط£ ط±ط­ظ„طھظƒ ظ…ط¹ظ†ط§ ط§ظ„ظٹظˆظ… */
.start-journey-section {
    position: relative;
    background: url('../images/bg-pattern.png') no-repeat center center;
    background-size: cover;
    margin-top: 60px;
    margin-bottom: 60px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.start-journey-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.35);
    z-index: 0;
    border-radius: 24px 24px 0 0;
}
}

/* ط·ط¨ظ‚ط© ط´ظپط§ظپط© ظپظˆظ‚ ط§ظ„ط®ظ„ظپظٹط© */
}
.start-journey-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    position: relative;
    z-index: 2;
}
}
.bg-decoration {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    z-index: 0;
}
.decoration-1 {
    top: 10%;
    left: 5%;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #F4BC00, #F4BC00);
    animation: float 20s ease-in-out infinite;
}
.decoration-2 {
    top: 60%;
    right: 8%;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #ff6b35, #ffa726);
    animation: float 25s ease-in-out infinite reverse;
}
.decoration-3 {
    bottom: 20%;
    left: 10%;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #42a5f5, #1e88e5);
    animation: float 30s ease-in-out infinite;
}
@keyframes float {
    0%, 100% { transform: translateY(0px) translateX(0px); }
    25% { transform: translateY(-30px) translateX(20px); }
    50% { transform: translateY(-15px) translateX(-25px); }
    75% { transform: translateY(25px) translateX(15px); }
}
.main-title {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 1s ease-out;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.main-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 4px;
    background: linear-gradient(90deg, rgba(255,255,255,0.0) 0%, #F4BC00 40%, #F4BC00 60%, rgba(255,255,255,0.0) 100%);
    border-radius: 2px;
}
.subtitle {
    font-size: 20px;
    color: #666;
    font-weight: 400;
    margin: 0 0 35px 0;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    animation: fadeInUp 1s ease-out 0.2s both;
}
.buttons-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    animation: fadeInUp 1s ease-out 0.4s both;
}
.btn {
    padding: 18px 35px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-family: 'Cairo', sans-serif;
}
.btn-primary {
    background: linear-gradient(135deg, #F4BC00, #F4BC00);
    color: #333;
    box-shadow: 0 8px 25px rgba(244, 188, 0, 0.3);
}
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(244, 188, 0, 0.4);
    background: linear-gradient(135deg, #F4BC00, #F4BC00);
}
.btn-secondary {
    background: transparent;
    color: #666;
    border: 2px solid #ddd;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.btn-secondary:hover {
    transform: translateY(-3px);
    background: #f8f9fa;
    border-color: #F4BC00;
    color: #333;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.features-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 0.6s both;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}
.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.9);
}
.feature-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F4BC00, #F4BC00);
    flex-shrink: 0;
}
.feature-text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
    .start-journey-container {
        padding: 60px 16px;
    }
    .main-title {
        font-size: 36px;
    }
    .subtitle {
        font-size: 18px;
    }
    .buttons-container {
        flex-direction: column;
        align-items: center;
    }
    .btn {
        width: 100%;
        max-width: 300px;
    }
    .features-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .feature-item {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .main-title {
        font-size: 32px;
    }
    .subtitle {
        font-size: 16px;
    }
    .btn {
        font-size: 16px;
        padding: 15px 30px;
    }
}

/* Brand palette overrides */
.start-journey-section::before {
    background: rgba(255, 249, 236, 0.55);
}

.decoration-1,
.feature-icon,
.btn-primary {
    background: linear-gradient(135deg, #F4BC00, #F4BC00);
}

.decoration-3 {
    background: linear-gradient(135deg, #111827, #1F2937);
}

.main-title {
    color: #111827;
}

.main-title::after {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #F4BC00 40%, #F4BC00 60%, rgba(255,255,255,0) 100%);
}

.subtitle {
    color: #6B7280;
}

.btn-primary {
    color: #111827;
    border: 1px solid #F4BC00;
    box-shadow: 0 8px 20px rgba(244, 188, 0, 0.16);
}

.btn-primary:hover {
    background: #F4BC00;
    box-shadow: 0 12px 24px rgba(244, 188, 0, 0.22);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.72);
    color: #1F2937;
    border: 1px solid #F4BC00;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.btn-secondary:hover {
    background: #FFF3BF;
    border-color: #F4BC00;
    color: #111827;
    box-shadow: 0 10px 22px rgba(244, 188, 0, 0.14);
}

.feature-item {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid #E8DCC2;
}

.feature-item:hover {
    background: #FFFFFF;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

.feature-text {
    color: #1F2937;
}
.btn:active {
    transform: translateY(-1px);
}
@media (hover: none) {
    .btn:hover {
        transform: none;
    }
    .feature-item:hover {
        transform: none;
    }
}
