/* =========================================================
   CONVERTNOVA — ABOUT US PAGE
   Same visual system as PDF / Image / Office / Security pages
========================================================= */


/* =========================================================
   BASE
========================================================= */

.about-hero,
.about-intro-section,
.about-mission-section,
.about-offer-section,
.about-how-section,
.about-benefits-section,
.about-privacy-section,
.about-transparency-section,
.about-vision-section,
.about-links-section,
.about-final-section {

    box-sizing: border-box;

}


/* =========================================================
   ABOUT HERO
========================================================= */

.about-hero {

    position: relative;

    padding: 90px 0 75px;

    margin-top: 0;

    overflow: hidden;

    background:
        radial-gradient(
            700px 380px at 85% -10%,
            rgba(124, 58, 237, 0.10),
            transparent 60%
        ),
        radial-gradient(
            750px 420px at 5% 0%,
            rgba(37, 99, 235, 0.10),
            transparent 60%
        ),
        var(--page-bg, #f8fafc);

}


.about-hero::before {

    content: "";

    position: absolute;

    width: 320px;
    height: 320px;

    border-radius: 50%;

    background: rgba(59, 130, 246, 0.05);

    top: -180px;
    left: -120px;

    pointer-events: none;

}


.about-hero .container {

    position: relative;

    z-index: 1;

}


.about-eyebrow {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 7px 14px;

    margin-bottom: 18px;

    border: 1px solid rgba(37, 99, 235, 0.15);

    border-radius: 999px;

    background: rgba(37, 99, 235, 0.06);

    color: #2563eb;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.08em;

}


.about-hero h1 {

    margin: 0 0 18px;

    color: var(--ink, #111827);

    font-size: clamp(38px, 5vw, 58px);

    font-weight: 800;

    line-height: 1.08;

    letter-spacing: -0.03em;

}


.about-hero p {

    max-width: 760px;

    margin: 0 auto;

    color: var(--muted, #64748b);

    font-size: 18px;

    line-height: 1.7;

}


/* =========================================================
   GENERAL SECTION SPACING
========================================================= */

.about-intro-section,
.about-mission-section,
.about-offer-section,
.about-how-section,
.about-benefits-section,
.about-privacy-section,
.about-transparency-section,
.about-vision-section,
.about-links-section,
.about-final-section {

    padding: 80px 0;

}


.about-intro-section {

    padding-top: 85px;

}


.about-final-section {

    padding-bottom: 90px;

}


/* =========================================================
   GENERAL SECTION HEADING
========================================================= */

.about-offer-section .section-heading,
.about-how-section .section-heading,
.about-benefits-section .section-heading,
.about-links-section .section-heading {

    max-width: 760px;

    margin: 0 auto 48px;

    text-align: center;

}


.section-label {

    display: inline-block;

    margin-bottom: 12px;

    color: #2563eb;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 0.10em;

}


.about-offer-section .section-heading h2,
.about-how-section .section-heading h2,
.about-benefits-section .section-heading h2,
.about-links-section .section-heading h2 {

    margin: 0 0 14px;

    color: var(--ink, #111827);

    font-size: clamp(28px, 4vw, 40px);

    font-weight: 800;

    line-height: 1.2;

}


.about-offer-section .section-heading p,
.about-how-section .section-heading p,
.about-benefits-section .section-heading p,
.about-links-section .section-heading p {

    margin: 0;

    color: var(--muted, #64748b);

    font-size: 16px;

    line-height: 1.75;

}


/* =========================================================
   MAIN CONTENT CARD
========================================================= */

.about-content-card {

    padding: 48px;

    border: 1px solid var(--border, #e5e7eb);

    border-radius: 20px;

    background: var(--card-bg, #ffffff);

    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.05);

}


.about-content-card h2 {

    margin: 0 0 20px;

    color: var(--ink, #111827);

    font-size: clamp(28px, 4vw, 38px);

    font-weight: 800;

    line-height: 1.2;

}


.about-content-card p {

    margin: 0 0 18px;

    color: var(--text, #475569);

    font-size: 16px;

    line-height: 1.8;

}


.about-content-card p:last-child {

    margin-bottom: 0;

}


.about-content-card a {

    color: #2563eb;

    font-weight: 600;

    text-decoration: none;

}


.about-content-card a:hover {

    text-decoration: underline;

}


/* =========================================================
   MISSION
========================================================= */

.about-mission-section {

    background: var(--soft-bg, #f8fafc);

}


.about-mission-section h2 {

    margin: 0 0 20px;

    color: var(--ink, #111827);

    font-size: clamp(30px, 4vw, 42px);

    font-weight: 800;

    line-height: 1.2;

}


.about-mission-section p {

    margin: 0 0 18px;

    color: var(--text, #475569);

    font-size: 16px;

    line-height: 1.8;

}


.about-mission-section p:last-child {

    margin-bottom: 0;

}


.mission-highlight {

    height: 100%;

    padding: 45px;

    border: 1px solid rgba(37, 99, 235, 0.12);

    border-radius: 22px;

    background: linear-gradient(
        145deg,
        #ffffff,
        #f8fbff
    );

    box-shadow:
        0 15px 40px rgba(15, 23, 42, 0.06);

    text-align: center;

}


.mission-icon {

    width: 72px;
    height: 72px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 22px;

    border-radius: 18px;

    background: rgba(37, 99, 235, 0.10);

    color: #2563eb;

    font-size: 30px;

}


.mission-highlight h3 {

    margin: 0 0 12px;

    color: var(--ink, #111827);

    font-size: 24px;

    font-weight: 800;

}


.mission-highlight p {

    max-width: 480px;

    margin: 0 auto;

    color: var(--muted, #64748b);

    line-height: 1.75;

}


/* =========================================================
   OFFER / CATEGORY CARDS
========================================================= */

.about-feature-card {

    display: flex;

    flex-direction: column;

    height: 100%;

    padding: 30px;

    border: 1px solid var(--border, #e5e7eb);

    border-radius: 18px;

    background: var(--card-bg, #ffffff);

    box-shadow:
        0 8px 25px rgba(15, 23, 42, 0.04);

    text-decoration: none;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;

}


.about-feature-card:hover {

    transform: translateY(-6px);

    border-color: rgba(37, 99, 235, 0.18);

    box-shadow:
        0 18px 35px rgba(15, 23, 42, 0.09);

}


.about-feature-icon {

    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 22px;

    border-radius: 15px;

    font-size: 25px;

}


.about-feature-icon.blue {

    background: rgba(37, 99, 235, 0.10);

    color: #2563eb;

}


.about-feature-icon.purple {

    background: rgba(124, 58, 237, 0.10);

    color: #7c3aed;

}


.about-feature-icon.green {

    background: rgba(16, 185, 129, 0.10);

    color: #059669;

}


.about-feature-icon.orange {

    background: rgba(249, 115, 22, 0.10);

    color: #ea580c;

}


.about-feature-card h3 {

    margin: 0 0 12px;

    color: var(--ink, #111827);

    font-size: 21px;

    font-weight: 800;

}


.about-feature-card p {

    flex: 1;

    margin: 0 0 20px;

    color: var(--muted, #64748b);

    font-size: 15px;

    line-height: 1.7;

}


.about-feature-card > span {

    color: #2563eb;

    font-size: 14px;

    font-weight: 700;

}


.about-feature-card > span i {

    margin-left: 5px;

    transition: transform 0.2s ease;

}


.about-feature-card:hover > span i {

    transform: translateX(4px);

}


/* =========================================================
   HOW IT WORKS
========================================================= */

.about-how-section {

    background: var(--soft-bg, #f8fafc);

}


.about-step-card {

    position: relative;

    height: 100%;

    padding: 32px 28px;

    border: 1px solid var(--border, #e5e7eb);

    border-radius: 18px;

    background: #ffffff;

    box-shadow:
        0 8px 25px rgba(15, 23, 42, 0.04);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;

}


.about-step-card:hover {

    transform: translateY(-5px);

    box-shadow:
        0 16px 30px rgba(15, 23, 42, 0.08);

}


.step-number {

    position: absolute;

    top: 22px;

    right: 24px;

    color: rgba(37, 99, 235, 0.14);

    font-size: 34px;

    font-weight: 900;

    line-height: 1;

}


.about-step-card > i {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 52px;
    height: 52px;

    margin-bottom: 22px;

    border-radius: 14px;

    background: rgba(37, 99, 235, 0.09);

    color: #2563eb;

    font-size: 22px;

}


.about-step-card h3 {

    margin: 0 0 12px;

    color: var(--ink, #111827);

    font-size: 20px;

    font-weight: 800;

}


.about-step-card p {

    margin: 0;

    color: var(--muted, #64748b);

    font-size: 15px;

    line-height: 1.7;

}


/* =========================================================
   BENEFITS
========================================================= */

.about-benefit-card {

    height: 100%;

    padding: 30px;

    border: 1px solid var(--border, #e5e7eb);

    border-radius: 18px;

    background: var(--card-bg, #ffffff);

    box-shadow:
        0 8px 25px rgba(15, 23, 42, 0.04);

    text-align: center;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;

}


.about-benefit-card:hover {

    transform: translateY(-5px);

    box-shadow:
        0 16px 30px rgba(15, 23, 42, 0.08);

}


.about-benefit-card > i {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 56px;
    height: 56px;

    margin: 0 auto 20px;

    border-radius: 15px;

    background: rgba(37, 99, 235, 0.09);

    color: #2563eb;

    font-size: 24px;

}


.about-benefit-card h3 {

    margin: 0 0 12px;

    color: var(--ink, #111827);

    font-size: 19px;

    font-weight: 800;

}


.about-benefit-card p {

    margin: 0;

    color: var(--muted, #64748b);

    font-size: 15px;

    line-height: 1.7;

}


/* =========================================================
   PRIVACY
========================================================= */

.about-privacy-section {

    background: var(--soft-bg, #f8fafc);

}


.privacy-card {

    position: relative;

}


.privacy-note {

    display: flex;

    gap: 16px;

    align-items: flex-start;

    margin-top: 30px;

    padding: 20px 22px;

    border: 1px solid rgba(37, 99, 235, 0.12);

    border-radius: 14px;

    background: rgba(37, 99, 235, 0.045);

}


.privacy-note > i {

    flex: 0 0 auto;

    margin-top: 3px;

    color: #2563eb;

    font-size: 20px;

}


.privacy-note p {

    margin: 0;

    color: var(--text, #475569);

    font-size: 14px;

    line-height: 1.7;

}


/* =========================================================
   TRANSPARENCY
========================================================= */

.about-transparency-section {

    background: #ffffff;

}


.transparency-card {

    padding: 50px 45px;

    border: 1px solid var(--border, #e5e7eb);

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f8fafc
        );

    box-shadow:
        0 12px 35px rgba(15, 23, 42, 0.05);

}


.transparency-card h2 {

    margin: 0 0 18px;

    color: var(--ink, #111827);

    font-size: clamp(28px, 4vw, 38px);

    font-weight: 800;

}


.transparency-card p {

    max-width: 760px;

    margin: 0 auto 16px;

    color: var(--muted, #64748b);

    font-size: 16px;

    line-height: 1.8;

}


.transparency-card p:last-child {

    margin-bottom: 0;

}


/* =========================================================
   VISION
========================================================= */

.about-vision-section {

    background: var(--soft-bg, #f8fafc);

}


/* =========================================================
   INFORMATION / SUPPORT LINKS
========================================================= */

.about-link-card {

    display: flex;

    flex-direction: column;

    height: 100%;

    padding: 28px;

    border: 1px solid var(--border, #e5e7eb);

    border-radius: 18px;

    background: #ffffff;

    text-decoration: none;

    box-shadow:
        0 8px 25px rgba(15, 23, 42, 0.04);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;

}


.about-link-card:hover {

    transform: translateY(-5px);

    border-color: rgba(37, 99, 235, 0.18);

    box-shadow:
        0 16px 30px rgba(15, 23, 42, 0.08);

}


.about-link-card > i {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 52px;
    height: 52px;

    margin-bottom: 20px;

    border-radius: 14px;

    background: rgba(37, 99, 235, 0.09);

    color: #2563eb;

    font-size: 22px;

}


.about-link-card h3 {

    margin: 0 0 10px;

    color: var(--ink, #111827);

    font-size: 19px;

    font-weight: 800;

}


.about-link-card p {

    flex: 1;

    margin: 0 0 18px;

    color: var(--muted, #64748b);

    font-size: 14px;

    line-height: 1.7;

}


.about-link-card span {

    color: #2563eb;

    font-size: 14px;

    font-weight: 700;

}


.about-link-card span i {

    margin-left: 4px;

    transition: transform 0.2s ease;

}


.about-link-card:hover span i {

    transform: translateX(4px);

}


/* =========================================================
   FINAL CTA
========================================================= */

.about-final-card {

    position: relative;

    overflow: hidden;

    padding: 60px 40px;

    border-radius: 24px;

    background:
        radial-gradient(
            500px 250px at 10% 0%,
            rgba(59, 130, 246, 0.10),
            transparent 65%
        ),
        radial-gradient(
            500px 250px at 90% 100%,
            rgba(124, 58, 237, 0.10),
            transparent 65%
        ),
        #f8fafc;

    border: 1px solid var(--border, #e5e7eb);

}


.about-final-card h2 {

    margin: 0 0 14px;

    color: var(--ink, #111827);

    font-size: clamp(28px, 4vw, 40px);

    font-weight: 800;

}


.about-final-card p {

    max-width: 650px;

    margin: 0 auto 28px;

    color: var(--muted, #64748b);

    font-size: 16px;

    line-height: 1.75;

}


.about-primary-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding: 13px 22px;

    border-radius: 10px;

    background: #2563eb;

    color: #ffffff;

    font-size: 15px;

    font-weight: 700;

    text-decoration: none;

    box-shadow:
        0 8px 20px rgba(37, 99, 235, 0.20);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;

}


.about-primary-btn:hover {

    background: #1d4ed8;

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(37, 99, 235, 0.25);

}


.about-primary-btn i {

    transition: transform 0.2s ease;

}


.about-primary-btn:hover i {

    transform: translateX(4px);

}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 991.98px) {

    .about-hero {

        padding: 75px 0 60px;

    }


    .about-intro-section,
    .about-mission-section,
    .about-offer-section,
    .about-how-section,
    .about-benefits-section,
    .about-privacy-section,
    .about-transparency-section,
    .about-vision-section,
    .about-links-section,
    .about-final-section {

        padding: 65px 0;

    }


    .about-content-card {

        padding: 38px;

    }


    .mission-highlight {

        padding: 38px;

    }


    .transparency-card {

        padding: 42px 32px;

    }

}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .about-hero {

        padding: 60px 0 50px;

    }


    .about-hero h1 {

        font-size: 36px;

    }


    .about-hero p {

        font-size: 16px;

    }


    .about-intro-section,
    .about-mission-section,
    .about-offer-section,
    .about-how-section,
    .about-benefits-section,
    .about-privacy-section,
    .about-transparency-section,
    .about-vision-section,
    .about-links-section,
    .about-final-section {

        padding: 52px 0;

    }


    .about-content-card {

        padding: 28px 22px;

        border-radius: 16px;

    }


    .about-content-card h2 {

        font-size: 28px;

    }


    .about-content-card p {

        font-size: 15px;

        line-height: 1.75;

    }


    .about-mission-section h2 {

        font-size: 30px;

    }


    .mission-highlight {

        padding: 32px 24px;

        border-radius: 18px;

    }


    .about-feature-card,
    .about-step-card,
    .about-benefit-card,
    .about-link-card {

        padding: 25px 22px;

    }


    .section-heading {

        margin-bottom: 34px !important;

    }


    .about-offer-section .section-heading h2,
    .about-how-section .section-heading h2,
    .about-benefits-section .section-heading h2,
    .about-links-section .section-heading h2 {

        font-size: 29px;

    }


    .transparency-card {

        padding: 34px 22px;

        border-radius: 18px;

    }


    .transparency-card h2 {

        font-size: 29px;

    }


    .transparency-card p {

        font-size: 15px;

    }


    .privacy-note {

        padding: 17px;

    }


    .about-final-card {

        padding: 42px 22px;

        border-radius: 18px;

    }


    .about-final-card h2 {

        font-size: 29px;

    }

}


/* =========================================================
   RESPONSIVE — SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .about-hero {

        padding: 52px 0 45px;

    }


    .about-hero h1 {

        font-size: 32px;

    }


    .about-eyebrow {

        font-size: 10px;

    }


    .about-content-card {

        padding: 24px 18px;

    }


    .mission-highlight {

        padding: 28px 20px;

    }


    .about-feature-card,
    .about-step-card,
    .about-benefit-card,
    .about-link-card {

        padding: 23px 19px;

    }


    .about-primary-btn {

        width: 100%;

    }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.about-feature-card:focus-visible,
.about-link-card:focus-visible,
.about-primary-btn:focus-visible {

    outline: 3px solid rgba(37, 99, 235, 0.30);

    outline-offset: 3px;

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .about-feature-card,
    .about-step-card,
    .about-benefit-card,
    .about-link-card,
    .about-primary-btn,
    .about-feature-card > span i,
    .about-link-card span i,
    .about-primary-btn i {

        transition: none;

    }

}