/* About page — light theme */

.about-page-wrap {
    background: #fff;
    min-height: 70vh;
}

.about-hero {
    background: linear-gradient(165deg, #ffffff 0%, #f0f9ff 55%, #e8f4fc 100%);
    border-bottom: 1px solid #e2e8f0;
    padding: 2.5rem 0 2rem;
}

.about-hero__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.about-hero__eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #049fd9;
    margin-bottom: 0.75rem;
}

.about-hero__title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: #0f172a;
    margin-bottom: 1rem;
}

.about-hero__subtitle,
.about-hero__intro {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #475569;
    max-width: 40rem;
}

.about-hero__intro {
    margin-top: 1rem;
    font-size: 1rem;
}

.about-hero__logo {
    height: 7rem;
    width: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .about-hero__logo { display: none; }
}

.about-stats {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    border-bottom: 1px solid #f1f5f9;
}

.about-stat {
    text-align: center;
    padding: 0 2rem;
    border-right: 1px solid #e2e8f0;
}

.about-stat:last-child {
    border-right: none;
}

.about-stat strong {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.about-stat span {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #64748b;
}

.about-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
}

.about-section--alt {
    background: #f8fafc;
    max-width: none;
}

.about-section--alt .about-section__inner {
    max-width: 1280px;
    margin: 0 auto;
}

.about-section-head {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto 3rem;
}

.about-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #049fd9;
}

.about-section-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-top: 0.5rem;
}

.about-section-desc {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.65;
    margin-top: 1rem;
}

.about-features {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .about-features { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
    .about-features { grid-template-columns: repeat(4, 1fr); }
}

.about-feature-card {
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    transition: transform 0.25s, box-shadow 0.25s;
}

.about-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.about-feature-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #049fd9, #0284c7);
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(4, 159, 217, 0.3);
    color: #fff;
}

.about-feature-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.about-feature-card p {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.6;
}

.about-services {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.about-service-pill {
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #0369a1;
    background: rgba(4, 159, 217, 0.08);
    border: 1px solid rgba(4, 159, 217, 0.2);
    border-radius: 999px;
}

.about-cta {
    text-align: center;
    padding: 3rem 1.5rem 4rem;
    max-width: 640px;
    margin: 0 auto;
}

.about-cta__title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.about-cta__text {
    color: #64748b;
    margin-bottom: 1.5rem;
    line-height: 1.65;
}

.about-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 999px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.about-btn--primary {
    color: #fff;
    background: linear-gradient(135deg, #049fd9, #0284c7);
    box-shadow: 0 8px 24px rgba(4, 159, 217, 0.35);
}

.about-btn--primary:hover {
    transform: translateY(-2px);
}

.about-btn--ghost {
    color: #334155;
    background: #fff;
    border: 1.5px solid #cbd5e1;
}

.about-btn--ghost:hover {
    border-color: #049fd9;
    color: #049fd9;
}
