/* ============================================================
   ABOUT PAGE STYLES
   ============================================================ */

/* ── Skip Link ── */
.skip-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background: #000;
    color: #fff;
    text-decoration: none;
}

/* ── Intro Section ── */
.about-lead { font-size: 18px; line-height: 1.8; color: #64748b; }
.about-intro-img { border-radius: 15px; box-shadow: 0 20px 60px rgba(0,0,0,0.15); width: 100%; height: auto; }
.about-intro-text p { margin-bottom: 15px; }
.about-intro-text p:last-of-type { margin-bottom: 25px; }

/* ── Story Section ── */
#story { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); }
.about-story-card { border: none; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); padding: 40px; background: white; height: 100%; }
.about-story-card p { line-height: 1.8; color: #64748b; margin-bottom: 15px; }
.about-story-card p:last-child { margin-bottom: 0; }
.about-icon-box { width: 60px; height: 60px; background: linear-gradient(135deg, #6ab2cf 0%, #0F172A 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 25px; }
.about-icon-box i { font-size: 28px; color: white; }
.about-story-card h3 { font-size: 24px; font-weight: 700; margin-bottom: 20px; color: #0F172A; }

/* ── Team Section ── */
.about-team-img-wrap { border-radius: 20px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.2); }
.about-team-img-wrap img { width: 100%; height: auto; }
.about-profile-card { border: none; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.15); }
.about-profile-header { background: linear-gradient(135deg, #0F172A 0%, #1e293b 100%); padding: clamp(25px, 5vw, 50px); text-align: center; }
.about-profile-header h3 { font-size: 32px; font-weight: 700; color: white; margin-bottom: 10px; }
.about-profile-header .subtitle { font-size: 18px; color: #6ab2cf; margin-bottom: 25px; font-weight: 600; }
.about-social-links { display: flex; gap: 15px; justify-content: center; margin-bottom: 30px; }
.about-social-links a { width: 40px; height: 40px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; transition: all 0.3s; }
.about-social-links a:hover { background: rgba(106,178,207,0.3); }
.about-profile-body { padding: clamp(20px, 5vw, 50px); background: white; }
.about-profile-body blockquote { font-size: 18px; line-height: 1.8; color: #64748b; margin-bottom: 20px; font-style: italic; hyphens: auto; -webkit-hyphens: auto; }
.about-profile-body p { line-height: 1.8; color: #64748b; margin-bottom: 15px; }
.about-profile-body p:last-of-type { margin-bottom: 0; }
.about-contact-row { margin-top: 30px; padding-top: 30px; border-top: 2px solid #e2e8f0; }
.about-contact-box { padding: 20px; background: #f8fafc; border-radius: 12px; }
.about-contact-box i { font-size: 24px; color: #6ab2cf; margin-bottom: 10px; display: block; }
.about-contact-box p { margin: 0; font-weight: 600; color: #0F172A; }
.about-contact-box a { color: #0F172A; text-decoration: none; }

/* ── Values Section ── */
#values { background: #0F172A; position: relative; overflow: hidden; }
#values .container { position: relative; z-index: 2; }
#values h2 { color: white; }
.values-lead { color: rgba(255,255,255,0.8); font-size: 18px; line-height: 1.8; }
.about-value-card { background: rgba(255,255,255,0.05); border: 2px solid rgba(106,178,207,0.2); border-radius: 15px; padding: 40px; transition: all 0.3s; height: 100%; display: flex; flex-direction: column; }
.about-value-card:hover { background: rgba(106,178,207,0.15); border-color: rgba(106,178,207,0.6); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(106,178,207,0.2); }
.about-value-card p { flex-grow: 1; }
.about-value-icon { width: 70px; height: 70px; background: linear-gradient(135deg, #6ab2cf 0%, #4a9bb8 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 25px; box-shadow: 0 10px 30px rgba(106,178,207,0.3); }
.about-value-icon i { font-size: 32px; color: white; }
.about-value-card h3 { font-size: 24px; font-weight: 700; color: white; margin-bottom: 20px; }
.about-value-card p { color: rgba(255,255,255,0.8); line-height: 1.8; margin: 0; }

/* ── Process Section ── */
#process { background: linear-gradient(180deg, #f8fafc 0%, white 100%); }
.process-lead { color: #64748b; font-size: 18px; line-height: 1.8; }
.about-process-circle { width: 100px; height: 100px; background: linear-gradient(135deg, #6ab2cf 0%, #0F172A 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; box-shadow: 0 10px 40px rgba(106,178,207,0.4); }
.about-process-circle span { font-size: 36px; font-weight: 700; color: white; }
.about-process-item h3 { font-size: 22px; font-weight: 700; margin-bottom: 15px; color: #0F172A; }
.about-process-item p { color: #64748b; line-height: 1.8; }

/* ── Expertise Section ── */
.about-expertise-card { border: 2px solid #6ab2cf; border-radius: 15px; padding: 35px; transition: all 0.3s; background: white; height: 100%; }
.about-expertise-card:hover { box-shadow: 0 10px 40px rgba(106,178,207,0.2); }
.about-expertise-icon { width: 70px; height: 70px; background: linear-gradient(135deg, #6ab2cf 0%, #4a9bb8 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 25px; }
.about-expertise-icon i { font-size: 32px; color: white; }
.about-expertise-card h3 { font-size: 22px; font-weight: 700; color: #0F172A; margin-bottom: 15px; }
.about-expertise-card > p { color: #64748b; line-height: 1.8; margin-bottom: 20px; }
.about-expertise-list { list-style: none; padding: 0; margin: 0; }
.about-expertise-list li { padding: 8px 0; color: #64748b; border-bottom: 1px solid #e2e8f0; }
.about-expertise-list li:last-child { border-bottom: none; }
.about-expertise-list li i { color: #6ab2cf; margin-right: 10px; }

/* ── Why Us Section ── */
#whyus { background: linear-gradient(180deg, white 0%, #f8fafc 100%); }
.about-whyus-card { background: white; border-left: 5px solid #6ab2cf; border-radius: 10px; padding: 35px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); height: 100%; display: flex; align-items: flex-start; gap: 20px; }
.about-whyus-icon { min-width: 50px; width: 50px; height: 50px; background: linear-gradient(135deg, #6ab2cf 0%, #4a9bb8 100%); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.about-whyus-icon i { font-size: 24px; color: white; }
.about-whyus-card h3 { font-size: 20px; font-weight: 700; color: #0F172A; margin-bottom: 15px; }
.about-whyus-card p { color: #64748b; line-height: 1.8; margin: 0; }

/* ── CTA Section ── */
.about-cta-section { background: linear-gradient(135deg, #0F172A 0%, #1e293b 100%); position: relative; overflow: hidden; }
.about-cta-section .container { position: relative; z-index: 2; }
.about-cta-box { padding: clamp(30px, 5vw, 60px); background: rgba(255,255,255,0.05); border: 2px solid rgba(106,178,207,0.3); border-radius: 20px; backdrop-filter: blur(10px); }
.about-cta-box h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 700; color: white; margin-bottom: 20px; }
.about-cta-box p { font-size: 20px; color: rgba(255,255,255,0.9); margin-bottom: 40px; line-height: 1.8; }
.about-cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.about-cta-btn-outline { padding: 18px 40px; font-size: 18px; background: transparent; border: 2px solid #6ab2cf; color: #6ab2cf; }

/* ── Mobile Fixes ── */
@media (max-width: 767px) {
    .about-story-card,
    .about-expertise-card,
    .about-value-card { padding: 25px 20px; }
    .about-whyus-card { padding: 25px 20px; }
    .about-profile-header h3 { font-size: 24px; }
    .about-profile-body { padding: 25px 16px; }
    .about-profile-body blockquote { font-size: 16px !important; padding: 30px 15px !important; word-break: break-word; }
    #team .col-lg-8,
    #team .col-lg-10 { padding-left: 10 !important; padding-right: 10 !important; }
    .about-profile-card,
    .about-team-img-wrap { border-radius: 0 !important; }
    .about-cta-box p { font-size: 16px; margin-bottom: 25px; }
    .about-cta-btn-outline { padding: 14px 25px; font-size: 16px; }
}