/* Marketing / ArabicSpeaking landing pages */

.marketing-hero {
    position: relative;
    padding: 2.5rem 0;
    color: #fff;
    overflow: hidden;
}

.marketing-hero--purple {
    background: linear-gradient(135deg, #8a356a 0%, #6f2a56 100%);
}

.marketing-hero__pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    pointer-events: none;
}

.marketing-hero__badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.375rem 0.875rem;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
    font-size: 0.8125rem;
    margin-bottom: 0.75rem;
}

.marketing-hero__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #fff;
    margin-bottom: 0.75rem;
}

.marketing-hero__subtitle {
    font-size: 1.0625rem;
    opacity: 0.95;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 1rem;
}

.marketing-hero__desc {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
}

.marketing-hero__icon-wrap {
    position: relative;
    text-align: center;
}

.marketing-hero__icon-main {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.marketing-hero__icon-main i {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.85);
}

.marketing-hero__float {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    animation: marketingFloat 3s ease-in-out infinite;
}

.marketing-hero__float--1 {
    top: -10px;
    right: 20px;
    width: 48px;
    height: 48px;
}

.marketing-hero__float--2 {
    bottom: 30px;
    left: 10px;
    width: 40px;
    height: 40px;
    animation-delay: 1s;
}

.marketing-hero__float--3 {
    top: 50%;
    right: -5px;
    width: 36px;
    height: 36px;
    animation-delay: 2s;
}

@keyframes marketingFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.marketing-hero .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
}

.marketing-cta {
    padding: 2rem 0;
    background: linear-gradient(135deg, #8a356a 0%, #6f2a56 100%);
    color: #fff;
}

.marketing-section {
    padding: 2rem 0;
}

.marketing-section--muted {
    background-color: #f8f9fa;
}

.level-accordion .accordion-button {
    font-weight: 600;
    font-size: 1rem;
    padding: 0.75rem 1rem;
}

.level-accordion .accordion-body {
    padding: 1rem;
}

.level-accordion .level-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 1.5rem;
}

@media (max-width: 768px) {
    .level-accordion .level-detail-grid {
        grid-template-columns: 1fr;
    }

    .marketing-hero__title {
        font-size: 1.5rem;
    }
}

.dialect-card .card-body {
    padding: 1rem;
}

.dialect-card .dialect-icon {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.corporate-step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 auto 0.75rem;
}

.corporate-form-section .accordion-button {
    font-size: 0.9375rem;
    padding: 0.625rem 1rem;
}

.corporate-form-section .accordion-body {
    padding: 1rem;
}

.feature-icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    font-size: 1.25rem;
}

/* Corporate form */
.section-divider {
    height: 2px;
    background: linear-gradient(90deg, #8a356a 0%, #6f2a56 100%);
    border-radius: 1px;
    margin-top: 0.5rem;
}

.modern-input:focus,
.modern-select:focus,
.modern-textarea:focus {
    border-color: #8a356a !important;
    box-shadow: 0 0 0 0.2rem rgba(138, 53, 106, 0.25) !important;
    outline: none;
}

.modern-radio,
.modern-checkbox {
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(138, 53, 106, 0.15);
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.btn-modern-submit {
    position: relative;
    overflow: hidden;
}

.btn-modern-submit:hover {
    transform: translateY(-2px);
}

.corporate-form .mb-4 {
    margin-bottom: 0.75rem !important;
}
