.linkpan-about {
    background: #f7f8fb;
    color: #17202f;
    overflow: hidden;
}

.linkpan-about .container {
    max-width: 1180px;
}

.about-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    color: #fff;
    background: #111827;
    isolation: isolate;
}

.about-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.about-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 15, 28, .88), rgba(8, 15, 28, .62) 48%, rgba(8, 15, 28, .25));
    z-index: -1;
}

.about-hero__content {
    max-width: 720px;
    padding: 80px 0 96px;
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #ffb36b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about-eyebrow::before {
    content: "";
    width: 36px;
    height: 2px;
    background: currentColor;
}

.about-hero h1 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 54px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.about-hero p {
    max-width: 640px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
    line-height: 1.7;
}

.about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 24px;
    border-radius: 6px;
    font-weight: 700;
    line-height: 1;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.about-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.about-btn--primary {
    background: #f7421e;
    color: #fff;
    box-shadow: 0 14px 28px rgba(247, 66, 30, .28);
}

.about-btn--primary:hover {
    color: #fff;
    background: #df3514;
}

.about-btn--light {
    border: 1px solid rgba(255, 255, 255, .45);
    color: #fff;
    background: rgba(255, 255, 255, .08);
}

.about-btn--light:hover {
    color: #fff;
    background: rgba(255, 255, 255, .16);
}

.about-stats {
    position: relative;
    z-index: 2;
    margin-top: -54px;
}

.about-stats__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.about-stat {
    min-height: 116px;
    padding: 26px;
    border: 1px solid #e7ebf2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .08);
}

.about-stat strong {
    display: block;
    margin-bottom: 8px;
    color: #f7421e;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
}

.about-stat span {
    color: #516070;
    font-size: 15px;
    line-height: 1.5;
}

.about-section {
    padding: 78px 0;
}

.about-section--white {
    background: #fff;
}

.about-section__header {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.about-section__header h2 {
    margin: 0 0 14px;
    color: #17202f;
    font-size: 38px;
    line-height: 1.18;
    font-weight: 800;
}

.about-section__header p {
    margin: 0;
    color: #667085;
    font-size: 17px;
    line-height: 1.75;
}

.about-story {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    gap: 34px;
    align-items: center;
}

.about-story__copy {
    padding-right: 20px;
}

.about-story__copy h2 {
    margin: 0 0 18px;
    color: #17202f;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
}

.about-story__copy p {
    margin: 0 0 16px;
    color: #566273;
    font-size: 16px;
    line-height: 1.8;
}

.about-story__panel {
    padding: 28px;
    border-radius: 8px;
    background: #17202f;
    color: #fff;
    box-shadow: 0 18px 42px rgba(23, 32, 47, .18);
}

.about-story__panel img {
    width: 100%;
    margin-bottom: 22px;
    border-radius: 8px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: rgba(255, 255, 255, .08);
}

.about-story__panel h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.about-story__panel ul,
.feature-card ul,
.fee-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-story__panel li,
.feature-card li,
.fee-card li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.55;
}

.about-story__panel li::before,
.feature-card li::before,
.fee-card li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f7421e;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.feature-card {
    height: 100%;
    padding: 30px;
    border: 1px solid #e7ebf2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.feature-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
    border-radius: 8px;
    background: #fff0ec;
}

.feature-card__icon img {
    max-width: 42px;
    max-height: 42px;
}

.feature-card h3 {
    min-height: 58px;
    margin: 0 0 16px;
    color: #17202f;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 800;
}

.feature-card p,
.feature-card li,
.fee-card li {
    color: #667085;
}

.feature-card p {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.7;
}

.steps-list {
    display: grid;
    gap: 22px;
}

.step-card {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr) 220px;
    gap: 26px;
    align-items: center;
    padding: 24px;
    border: 1px solid #e7ebf2;
    border-radius: 8px;
    background: #fff;
}

.step-card:nth-child(even) {
    background: #fbfcff;
}

.step-card__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 8px;
    color: #fff;
    background: #17202f;
    font-size: 28px;
    font-weight: 800;
}

.step-card h3 {
    margin: 0 0 10px;
    color: #17202f;
    font-size: 23px;
    font-weight: 800;
}

.step-card ul {
    margin: 0;
    padding-left: 18px;
}

.step-card li {
    margin-bottom: 8px;
    color: #667085;
    font-size: 15px;
    line-height: 1.6;
}

.step-card__image img {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.fee-card {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 28px;
    align-items: center;
    padding: 34px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
}

.fee-card__highlight {
    padding: 34px;
    border-radius: 8px;
    background: #fff5f1;
}

.fee-card__highlight strong {
    display: block;
    color: #f7421e;
    font-size: 58px;
    line-height: 1;
    font-weight: 800;
}

.fee-card__highlight span {
    display: block;
    margin-top: 12px;
    color: #17202f;
    font-size: 20px;
    font-weight: 800;
}

.fee-card h3 {
    margin: 0 0 14px;
    color: #17202f;
    font-size: 28px;
    font-weight: 800;
}

.fee-card p {
    margin: 0 0 16px;
    color: #667085;
    font-size: 16px;
    line-height: 1.75;
}

.about-cta {
    padding: 54px 0;
    color: #fff;
    background: #17202f;
}

.about-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.about-cta h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
}

.about-cta p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 16px;
}

@media (max-width: 991px) {
    .about-hero {
        min-height: 460px;
    }

    .about-hero h1,
    .about-section__header h2,
    .about-story__copy h2 {
        font-size: 36px !important;
    }

    .about-stats__grid,
    .feature-grid,
    .about-story,
    .fee-card {
        grid-template-columns: 1fr;
    }

    .about-story__copy {
        padding-right: 0;
    }

    .step-card {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .step-card__image {
        grid-column: 1 / -1;
    }

    .about-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .about-hero__content {
        padding: 58px 0 88px;
    }

    .about-hero h1 {
        font-size: 32px !important;
    }

    .about-hero p,
    .about-section__header p {
        font-size: 15px;
    }

    .about-stats {
        margin-top: -34px;
    }

    .about-stats__grid {
        gap: 12px;
    }

    .about-stat,
    .feature-card,
    .fee-card,
    .fee-card__highlight {
        padding: 22px;
    }

    .about-section {
        padding: 48px 0;
    }

    .step-card {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .step-card__number {
        width: 58px;
        height: 58px;
        font-size: 22px;
    }
}