/* =========================================================
   LBS SOFTWARE
   ABOUT PAGE
   ========================================================= */

:root {
    --about-navy: #071b33;
    --about-navy-2: #0b2747;
    --about-blue: #087cff;
    --about-blue-dark: #0059d6;
    --about-blue-light: #eaf4ff;
    --about-text: #16263b;
    --about-muted: #64748b;
    --about-border: #e4ebf3;
    --about-white: #ffffff;
    --about-light: #f7faff;
}


/* =========================================================
   COMMON
   ========================================================= */

.about-page {
    width: 100%;
    overflow: hidden;
    color: var(--about-text);
    background: #ffffff;
}

.about-page .container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.about-page .section {
    padding: 90px 0;
}

.section-eyebrow {
    display: inline-block;

    margin-bottom: 12px;

    color: var(--about-blue);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: .14em;
    text-transform: uppercase;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 50px;
}

.section-heading.centered {
    text-align: center;
}

.section-heading h2 {
    margin: 0 0 15px;

    color: var(--about-navy);

    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;

    line-height: 1.15;
}

.section-heading p {
    max-width: 680px;
    margin: 0 auto;

    color: var(--about-muted);

    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   HERO
   ========================================================= */

.about-hero {
    position: relative;

    min-height: 590px;

    display: flex;
    align-items: center;

    background:
        radial-gradient(
            circle at 75% 35%,
            rgba(8, 124, 255, .16),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #f8fbff 0%,
            #ffffff 55%,
            #eef6ff 100%
        );

    border-bottom: 1px solid var(--about-border);
}


.about-hero::before {
    content: "";

    position: absolute;

    top: 0;
    right: 0;

    width: 45%;
    height: 100%;

    background:
        linear-gradient(
            135deg,
            transparent 20%,
            rgba(8, 124, 255, .04)
        );

    pointer-events: none;
}


.about-hero-inner {
    position: relative;
    z-index: 2;

    min-height: 590px;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(360px, .85fr);

    align-items: center;

    gap: 60px;
}


.about-hero-content {
    max-width: 650px;
}


.about-hero-content h1 {
    margin: 0 0 24px;

    color: var(--about-navy);

    font-size: clamp(42px, 5vw, 68px);

    font-weight: 850;

    line-height: 1.02;

    letter-spacing: -.045em;
}


.about-hero-content h1 span {
    display: block;

    color: var(--about-blue);
}


.about-hero-content p {
    max-width: 600px;

    margin: 0 0 30px;

    color: #53657a;

    font-size: 17px;

    line-height: 1.75;
}


.about-hero-actions {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.about-page .btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 46px;

    padding: 12px 20px;

    border-radius: 8px;

    font-size: 13px;
    font-weight: 750;

    text-decoration: none;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}


.about-page .btn-primary {
    background:
        linear-gradient(
            135deg,
            var(--about-blue),
            var(--about-blue-dark)
        );

    color: #ffffff;

    box-shadow:
        0 8px 22px rgba(8, 124, 255, .20);
}


.about-page .btn-primary:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 28px rgba(8, 124, 255, .28);
}


.about-page .btn-outline {
    background: #ffffff;

    border: 1px solid #bcd1e8;

    color: var(--about-navy);
}


.about-page .btn-outline:hover {
    border-color: var(--about-blue);

    color: var(--about-blue);

    background: #f5faff;
}


/* =========================================================
   HERO VISUAL
   ========================================================= */

.about-hero-visual {
    position: relative;

    min-height: 390px;
}


.about-tech-card {
    position: absolute;

    width: 270px;

    padding: 24px;

    border: 1px solid rgba(8, 124, 255, .18);

    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #eef6ff
        );

    box-shadow:
        0 20px 55px rgba(11, 39, 71, .12);

    transform:
        rotate(-5deg);

    animation:
        aboutFloat 5s ease-in-out infinite;
}


.about-tech-card strong {
    display: block;

    margin-bottom: 6px;

    color: var(--about-navy);

    font-size: 18px;
}


.about-tech-card span {
    color: var(--about-muted);

    font-size: 12px;
}


.about-tech-icon {
    width: 55px;
    height: 55px;

    display: grid;

    place-items: center;

    margin-bottom: 17px;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            var(--about-blue),
            #43a3ff
        );

    color: #ffffff;

    font-size: 17px;
    font-weight: 800;

    box-shadow:
        0 10px 24px rgba(8, 124, 255, .22);
}

.about-tech-icon i,
.mission-icon i,
.about-check-list li i,
.about-capability-card a i {
    display: block;

    font-size: 1em;

    line-height: 1;
}


.about-tech-card.card-two {
    top: 125px;
    right: 15px;

    transform: rotate(5deg);

    animation-delay: -1.7s;
}


.about-tech-card.card-three {
    right: 100px;
    bottom: 10px;

    transform: rotate(-2deg);

    animation-delay: -3.2s;
}


@keyframes aboutFloat {

    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -10px;
    }

}


/* =========================================================
   INTRO
   ========================================================= */

.about-intro {
    background: #ffffff;
}


.about-intro-grid {
    display: grid;

    grid-template-columns:
        1.2fr
        .8fr;

    gap: 70px;

    align-items: center;
}


.about-intro-content h2 {
    margin: 0 0 22px;

    color: var(--about-navy);

    font-size: clamp(32px, 4vw, 48px);

    line-height: 1.12;

    letter-spacing: -.035em;
}


.about-intro-content h2 span {
    color: var(--about-blue);
}


.about-intro-content p {
    margin: 0 0 17px;

    color: var(--about-muted);

    font-size: 15px;

    line-height: 1.8;
}


.about-intro-box {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 1px;

    overflow: hidden;

    border: 1px solid var(--about-border);

    border-radius: 20px;

    background: var(--about-border);

    box-shadow:
        0 20px 50px rgba(11, 39, 71, .08);
}


.about-stat {
    min-height: 160px;

    padding: 30px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    background: #ffffff;
}


.about-stat strong {
    margin-bottom: 7px;

    color: var(--about-blue);

    font-size: 38px;

    font-weight: 850;

    line-height: 1;
}


.about-stat span {
    color: var(--about-muted);

    font-size: 12px;

    font-weight: 650;

    line-height: 1.5;
}


/* =========================================================
   CAPABILITIES
   ========================================================= */

.about-capabilities {
    background: var(--about-light);

    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
}


.about-capability-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 18px;
}


.about-capability-card {
    position: relative;

    min-height: 250px;

    padding: 28px;

    border: 1px solid var(--about-border);

    border-radius: 15px;

    background: #ffffff;

    box-shadow:
        0 8px 25px rgba(11, 39, 71, .045);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}


.about-capability-card:hover {
    transform: translateY(-6px);

    border-color: #bcdcff;

    box-shadow:
        0 18px 40px rgba(11, 39, 71, .10);
}


.capability-number {
    margin-bottom: 25px;

    color: var(--about-blue);

    font-size: 12px;

    font-weight: 850;

    letter-spacing: .12em;
}


.about-capability-card h3 {
    margin: 0 0 12px;

    color: var(--about-navy);

    font-size: 20px;
}


.about-capability-card p {
    margin: 0 0 20px;

    color: var(--about-muted);

    font-size: 13px;

    line-height: 1.7;
}


.about-capability-card a {
    color: var(--about-blue);

    font-size: 12px;

    font-weight: 750;

    text-decoration: none;
}


/* =========================================================
   MISSION / VISION
   ========================================================= */

.about-mission {
    background: #ffffff;
}


.about-mission-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 22px;
}


.mission-card {
    min-height: 330px;

    padding: 42px;

    border: 1px solid var(--about-border);

    border-radius: 20px;

    background: #ffffff;

    box-shadow:
        0 12px 35px rgba(11, 39, 71, .06);
}


.mission-card.mission-highlight {
    background:
        linear-gradient(
            145deg,
            var(--about-navy),
            #0d3765
        );

    border-color: transparent;

    box-shadow:
        0 18px 45px rgba(7, 27, 51, .20);
}


.mission-icon {
    width: 52px;
    height: 52px;

    display: grid;

    place-items: center;

    margin-bottom: 25px;

    border-radius: 13px;

    background: var(--about-blue-light);

    color: var(--about-blue);

    font-size: 18px;

    font-weight: 850;
}

.mission-icon i {
    font-size: 20px;
}


.mission-card.mission-highlight .mission-icon {
    background: rgba(255,255,255,.12);

    color: #ffffff;
}


.mission-card > span {
    color: var(--about-blue);

    font-size: 11px;

    font-weight: 850;

    letter-spacing: .14em;
}


.mission-card.mission-highlight > span {
    color: #61b0ff;
}


.mission-card h2 {
    max-width: 470px;

    margin: 12px 0 16px;

    color: var(--about-navy);

    font-size: 29px;

    line-height: 1.2;
}


.mission-card.mission-highlight h2 {
    color: #ffffff;
}


.mission-card p {
    max-width: 500px;

    margin: 0;

    color: var(--about-muted);

    font-size: 14px;

    line-height: 1.75;
}


.mission-card.mission-highlight p {
    color: #c8d8e9;
}


/* =========================================================
   AI SECTION
   ========================================================= */

.about-ai {
    background:
        linear-gradient(
            135deg,
            #f7fbff,
            #edf6ff
        );
}


.about-ai-inner {
    display: grid;

    grid-template-columns:
        1fr
        1fr;

    gap: 70px;

    align-items: center;
}


.about-ai-content h2 {
    margin: 0 0 20px;

    color: var(--about-navy);

    font-size: clamp(32px, 4vw, 48px);

    line-height: 1.12;

    letter-spacing: -.035em;
}


.about-ai-content h2 span {
    color: var(--about-blue);
}


.about-ai-content > p {
    margin: 0 0 24px;

    color: var(--about-muted);

    font-size: 15px;

    line-height: 1.8;
}


.about-check-list {
    padding: 0;

    margin: 0 0 30px;

    list-style: none;
}


.about-check-list li {
    display: flex;

    align-items: center;

    gap: 11px;

    margin-bottom: 13px;

    color: var(--about-text);

    font-size: 13px;

    font-weight: 650;
}


.about-check-list li span {
    width: 23px;
    height: 23px;

    flex: 0 0 23px;

    display: grid;

    place-items: center;

    border-radius: 50%;

    background: var(--about-blue-light);

    color: var(--about-blue);

    font-size: 11px;

    font-weight: 850;
}

.about-check-list li span i {
    font-size: 10px;
}


/* =========================================================
   AI VISUAL
   ========================================================= */

.about-ai-visual {
    position: relative;

    width: min(440px, 100%);

    aspect-ratio: 1;

    margin: auto;

    display: grid;

    place-items: center;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(8,124,255,.17),
            transparent 48%
        );
}


.ai-orbit {
    position: absolute;

    inset: 8%;

    border: 1px solid rgba(8,124,255,.25);

    border-radius: 50%;

    transform: rotate(-25deg);
}


.ai-orbit::before,
.ai-orbit::after {
    content: "";

    position: absolute;

    width: 14px;
    height: 14px;

    border-radius: 50%;

    background: var(--about-blue);

    box-shadow:
        0 0 20px rgba(8,124,255,.55);
}


.ai-orbit::before {
    top: 10%;
    left: 15%;
}


.ai-orbit::after {
    right: 10%;
    bottom: 17%;
}


.ai-core {
    position: relative;
    z-index: 2;

    width: 145px;
    height: 145px;

    display: grid;

    place-items: center;

    border: 1px solid rgba(8,124,255,.35);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            #1688ff,
            #075dc0
        );

    color: #ffffff;

    font-size: 38px;

    font-weight: 900;

    box-shadow:
        0 0 0 20px rgba(8,124,255,.06),
        0 0 60px rgba(8,124,255,.35);
}


.ai-node {
    position: absolute;

    z-index: 3;

    padding: 10px 14px;

    border: 1px solid rgba(8,124,255,.25);

    border-radius: 8px;

    background: rgba(255,255,255,.92);

    color: var(--about-navy);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .08em;

    box-shadow:
        0 8px 25px rgba(11,39,71,.10);
}


.node-one {
    top: 10%;
    left: 9%;
}


.node-two {
    top: 20%;
    right: 4%;
}


.node-three {
    right: 3%;
    bottom: 19%;
}


.node-four {
    left: 7%;
    bottom: 15%;
}


/* =========================================================
   WHY LBS
   ========================================================= */

.about-why {
    background: #ffffff;
}


.about-why-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;
}


.why-card {
    padding: 28px 24px;

    border: 1px solid var(--about-border);

    border-radius: 15px;

    background: #ffffff;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.why-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 16px 35px rgba(11,39,71,.09);
}


.why-icon {
    margin-bottom: 22px;

    color: var(--about-blue);

    font-size: 12px;

    font-weight: 850;

    letter-spacing: .1em;
}


.why-card h3 {
    margin: 0 0 10px;

    color: var(--about-navy);

    font-size: 18px;
}


.why-card p {
    margin: 0;

    color: var(--about-muted);

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   PARTNER CTA
   ========================================================= */

.about-partner {
    padding: 70px 0;

    background:
        linear-gradient(
            135deg,
            #071b33,
            #0d3765
        );
}


.about-partner-inner {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;
}


.about-partner .section-eyebrow {
    color: #52aaff;
}


.about-partner h2 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: clamp(30px, 4vw, 44px);

    line-height: 1.1;
}


.about-partner p {
    margin: 0;

    color: #c4d5e8;

    font-size: 15px;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.about-final-cta {
    padding: 100px 0;

    background: #ffffff;

    text-align: center;
}


.about-final-cta-inner {
    max-width: 800px;

    margin: auto;
}


.about-final-cta-inner > span {
    color: var(--about-blue);

    font-size: 11px;

    font-weight: 850;

    letter-spacing: .15em;
}


.about-final-cta h2 {
    margin: 14px 0 15px;

    color: var(--about-navy);

    font-size: clamp(34px, 5vw, 54px);

    line-height: 1.1;

    letter-spacing: -.04em;
}


.about-final-cta h2 strong {
    color: var(--about-blue);
}


.about-final-cta p {
    max-width: 620px;

    margin: 0 auto 28px;

    color: var(--about-muted);

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .about-hero-inner {
        grid-template-columns: 1fr 1fr;

        gap: 35px;
    }

    .about-hero-content h1 {
        font-size: 48px;
    }

    .about-intro-grid,
    .about-ai-inner {
        gap: 40px;
    }

    .about-capability-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

    .about-page .container {
        width: min(100% - 30px, 600px);
    }

    .about-page .section {
        padding: 65px 0;
    }


    /* Hero */

    .about-hero {
        min-height: auto;

        padding: 65px 0 45px;
    }

    .about-hero-inner {
        min-height: auto;

        display: flex;

        flex-direction: column;

        gap: 35px;
    }

    .about-hero-content {
        text-align: center;
    }

    .about-hero-content h1 {
        font-size: clamp(39px, 12vw, 55px);
    }

    .about-hero-content p {
        margin-left: auto;
        margin-right: auto;

        font-size: 15px;
    }

    .about-hero-actions {
        justify-content: center;
    }


    /* Hero visual */

    .about-hero-visual {
        width: 100%;

        min-height: 330px;

        max-width: 430px;

        margin: auto;
    }

    .about-tech-card {
        width: 220px;

        padding: 20px;
    }

    .about-tech-card.card-two {
        right: 0;

        top: 95px;
    }

    .about-tech-card.card-three {
        right: 45px;

        bottom: 0;
    }


    /* Intro */

    .about-intro-grid {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .about-intro-content {
        text-align: center;
    }

    .about-intro-content p {
        font-size: 14px;
    }


    /* Capabilities */

    .about-capability-grid {
        grid-template-columns: 1fr;
    }


    /* Mission */

    .about-mission-grid {
        grid-template-columns: 1fr;
    }

    .mission-card {
        min-height: auto;

        padding: 30px;
    }


    /* AI */

    .about-ai-inner {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .about-ai-content {
        text-align: center;
    }

    .about-check-list {
        display: inline-block;

        text-align: left;
    }

    .about-ai-visual {
        width: min(360px, 90vw);
    }


    /* Why */

    .about-why-grid {
        grid-template-columns: 1fr;
    }


    /* Partner */

    .about-partner {
        padding: 55px 0;
    }

    .about-partner-inner {
        flex-direction: column;

        align-items: flex-start;
    }


    /* CTA */

    .about-final-cta {
        padding: 70px 0;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .about-page .container {
        width: calc(100% - 28px);
    }

    .about-page .section {
        padding: 55px 0;
    }

    .about-hero {
        padding-top: 50px;
    }

    .about-hero-actions {
        flex-direction: column;
    }

    .about-page .btn {
        width: 100%;
    }

    .about-hero-visual {
        min-height: 300px;
    }

    .about-tech-card {
        width: 190px;

        padding: 17px;
    }

    .about-tech-card strong {
        font-size: 15px;
    }

    .about-tech-card span {
        font-size: 10px;
    }

    .about-tech-icon {
        width: 45px;
        height: 45px;

        margin-bottom: 12px;
    }

    .about-tech-card.card-two {
        top: 92px;
    }

    .about-tech-card.card-three {
        right: 30px;
    }

    .about-intro-box {
        grid-template-columns: 1fr;
    }

    .about-stat {
        min-height: 125px;

        text-align: center;

        align-items: center;
    }

    .about-stat strong {
        font-size: 32px;
    }

    .mission-card {
        padding: 25px;
    }

    .mission-card h2 {
        font-size: 25px;
    }

    .about-ai-visual {
        width: 300px;
    }

    .ai-core {
        width: 110px;
        height: 110px;

        font-size: 30px;
    }

    .about-final-cta h2 {
        font-size: 34px;
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .about-tech-card,
    .about-capability-card,
    .why-card,
    .about-page .btn {
        animation: none !important;

        transition: none !important;
    }

}