/* ── OSOULK ABOUT PAGE PREMIUM STYLING ── */

.ok-about-wrap {
    color: #0f172a;
    background: #f8fafc;
    font-family: 'Cairo', 'Thmanyah Sans', sans-serif !important;
    overflow-x: hidden;
}

/* Container */
.ok-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Badge & Kicker */
.ok-about-badge {
    display: inline-block;
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: #60a5fa;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ok-about-kicker {
    display: inline-block;
    color: #2563eb;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Hero Section */
.ok-about-hero {
    position: relative;
    padding: 140px 24px;
    background: url('https://images.unsplash.com/photo-1545324418-cc1a3fa10c00?q=80&w=2070&auto=format&fit=crop') no-repeat center center;
    background-size: cover;
    text-align: center;
    color: #ffffff;
}
.ok-about-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.7) 100%);
    z-index: 1;
}
.ok-about-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}
.ok-about-hero h1 {
    font-size: clamp(28px, 5vw, 46px);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.3;
}
.ok-about-hero p {
    font-size: clamp(14px, 2vw, 18px);
    color: #cbd5e1;
    line-height: 1.6;
}

/* Intro Section */
.ok-about-intro-sec {
    padding: 100px 24px;
}
.ok-about-intro-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 64px;
    align-items: center;
}
.ok-about-intro-content h2 {
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 24px;
    line-height: 1.4;
}
.ok-about-body-text p {
    font-size: 15px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 20px;
}
.ok-about-vision-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    margin-top: 36px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.ok-about-vision-icon {
    width: 48px;
    height: 48px;
    background: #eff6ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    flex-shrink: 0;
}
.ok-about-vision-text h3 {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px 0;
}
.ok-about-vision-text p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}
.ok-about-intro-image {
    position: relative;
    display: flex;
    justify-content: center;
}
.ok-about-graphic-img {
    max-width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

/* Values Section */
.ok-about-values-sec {
    background: #ffffff;
    padding: 100px 24px;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.ok-about-sec-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
}
.ok-about-sec-header h2 {
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
}
.ok-about-sec-header p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
}
.ok-about-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
}
.ok-about-value-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 36px 28px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ok-about-value-card:hover {
    transform: translateY(-8px);
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 20px 30px rgba(15, 23, 42, 0.05);
}
.ok-about-value-card:hover .ok-about-value-icon {
    background: #2563eb;
    color: #ffffff;
    transform: scale(1.1);
}
.ok-about-value-icon {
    width: 60px;
    height: 60px;
    background: #eff6ff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    margin: 0 auto 24px auto;
    transition: all 0.3s;
}
.ok-about-value-card h3 {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 14px;
}
.ok-about-value-card p {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

/* CTA Callout Section */
.ok-about-cta-sec {
    padding: 100px 24px;
}
.ok-about-cta-box {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 32px;
    padding: 60px 80px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}
.ok-about-cta-content h2 {
    font-size: clamp(22px, 3.5vw, 30px);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
}
.ok-about-cta-content p {
    font-size: 15px;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 30px;
}
.ok-about-cta-list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ok-about-cta-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.ok-about-cta-list li svg {
    color: #3b82f6;
    flex-shrink: 0;
    margin-top: 3px;
}
.ok-about-cta-list li span {
    font-size: 14px;
    color: #e2e8f0;
    line-height: 1.5;
}
.ok-about-cta-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.ok-about-btn-primary {
    background: #2563eb;
    color: #ffffff !important;
    border-radius: 12px;
    padding: 14px 28px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4);
}
.ok-about-btn-primary:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}
.ok-about-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    border-radius: 12px;
    padding: 14px 28px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.2s;
}
.ok-about-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}
.ok-about-cta-badge-wrap {
    display: flex;
    justify-content: center;
}
.ok-about-verified-badge {
    width: 140px;
    height: 140px;
    background: rgba(59, 130, 246, 0.1);
    border: 2px dashed rgba(59, 130, 246, 0.3);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    gap: 8px;
}
.ok-about-verified-badge span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

/* FAQ Section */
.ok-about-faq-sec {
    background: #ffffff;
    padding: 100px 24px;
    border-top: 1px solid #e2e8f0;
}
.ok-about-faq-accordion {
    max-width: 860px;
    margin: 0 auto;
}
.ok-about-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    transition: border-color 0.25s, box-shadow 0.25s;
}
.ok-about-faq-item:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e1;
}
.ok-about-faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: inherit;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    transition: background 0.2s, color 0.2s;
    outline: none;
}
.ok-about-faq-trigger:hover,
.ok-about-faq-item.is-open .ok-about-faq-trigger {
    background: #f8fafc;
    color: #2563eb;
}
.ok-about-faq-question {
    line-height: 1.5;
}
.ok-about-faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s, color 0.2s;
}
.ok-about-faq-item.is-open .ok-about-faq-icon {
    transform: rotate(180deg);
    background: #2563eb;
    color: #ffffff;
}
.ok-about-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ok-about-faq-answer[hidden] {
    display: block !important;
    max-height: 0;
    visibility: hidden;
}
.ok-about-faq-answer-inner {
    padding: 20px 24px;
    color: #475569;
    line-height: 1.8;
    font-size: 14px;
    border-top: 1px solid #e2e8f0;
}
.ok-about-faq-answer-inner p {
    margin: 0 0 16px 0;
}
.ok-about-faq-answer-inner p:last-child {
    margin-bottom: 0;
}

/* App Download Section */
.ok-about-app-sec {
    background: #f8fafc;
    padding: 100px 24px;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.ok-about-app-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.ok-about-app-content h2 {
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 700;
    color: #64748b;
    margin-bottom: 8px;
}
.ok-about-app-content h3 {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 20px;
    line-height: 1.3;
}
.ok-about-app-content p {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 36px;
}
.ok-about-app-badges {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.ok-app-badge-link {
    transition: transform 0.2s;
}
.ok-app-badge-link:hover {
    transform: translateY(-2px);
}
.ok-about-app-preview {
    display: flex;
    justify-content: center;
}
.ok-about-app-mockup {
    max-width: 100%;
    height: auto;
    max-height: 480px;
    border-radius: 20px;
}

/* Form Section */
.ok-about-form-sec {
    padding: 100px 24px;
    background: #ffffff;
}
.ok-about-form-box {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.03);
    text-align: center;
}
.ok-about-form-box h2 {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}
.ok-about-form-box p {
    font-size: 14.5px;
    color: #64748b;
    margin-bottom: 40px;
}
.ok-about-quform-wrap {
    text-align: start;
}

/* Responsive updates */
@media (max-width: 991px) {
    .ok-about-intro-grid,
    .ok-about-app-grid {
        grid-template-columns: 1fr;
        gap: 48px;
        text-align: center;
    }
    .ok-about-intro-image,
    .ok-about-app-preview {
        order: 2;
    }
    .ok-about-intro-content,
    .ok-about-app-content {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ok-about-vision-box {
        text-align: start;
    }
    .ok-about-cta-box {
        grid-template-columns: 1fr;
        padding: 48px 36px;
        text-align: center;
    }
    .ok-about-cta-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ok-about-cta-list {
        align-items: center;
        text-align: center;
    }
    .ok-about-cta-list li {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    .ok-about-cta-btns {
        justify-content: center;
    }
    .ok-about-app-badges {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .ok-about-form-box {
        padding: 30px 20px;
    }
    .ok-about-faq-trigger {
        padding: 16px 20px;
        font-size: 14px;
    }
    .ok-about-faq-answer-inner {
        padding: 16px 20px;
    }
}
