.lc-authority {
    padding: 86px 0;
    background:
        radial-gradient(circle at 15% 10%, rgba(29,78,216,.06), transparent 28%),
        linear-gradient(180deg, #ffffff, #f7f9fc);
    border-top: 1px solid #dbe3ef;
    border-bottom: 1px solid #dbe3ef;
}

.lc-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lc-authority-head {
    max-width: 880px;
    margin-bottom: 34px;
}

.lc-authority-head h2,
.lc-proof-title h3 {
    margin: 0 0 16px;
    color: #07111f;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -.055em;
}

.lc-authority-head p {
    margin: 0;
    color: #607086;
    font-size: 18px;
    line-height: 1.72;
}

.lc-authority-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 24px;
    align-items: stretch;
}

.lc-story-card,
.lc-founders,
.lc-proof-section {
    background: #fff;
    border: 1px solid #dbe3ef;
    border-radius: 28px;
    box-shadow: 0 20px 56px rgba(7,17,31,.08);
}

.lc-story-card {
    padding: 30px;
    height: 100%;
}

.lc-story-card h3 {
    margin: 0 0 14px;
    color: #07111f;
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.lc-story-card p {
    color: #607086;
    line-height: 1.72;
    font-size: 16.5px;
}

.lc-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.lc-stats div {
    padding: 18px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.lc-stats strong {
    display: block;
    color: #07111f;
    font-size: 21px;
    letter-spacing: -.035em;
    margin-bottom: 4px;
}

.lc-stats span {
    display: block;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 750;
}

.lc-founders {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.lc-founder-card {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 16px;
    align-items: center;
    padding: 14px;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.lc-founder-photo {
    position: relative;
    width: 112px;
    height: 136px;
    overflow: hidden;
    border-radius: 20px;
    background:
        radial-gradient(circle at 30% 20%, rgba(37,99,235,.25), transparent 34%),
        linear-gradient(135deg, #07111f, #1e3a8a);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 28px;
    font-weight: 950;
}

.lc-founder-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lc-founder-photo.has-photo span {
    display: none;
}

.lc-founder-card h3 {
    margin: 0 0 6px;
    color: #07111f;
    font-size: 21px;
    letter-spacing: -.035em;
}

.lc-founder-card p {
    margin: 0;
    color: #607086;
    line-height: 1.55;
    font-size: 14.5px;
}

.lc-proof-section {
    margin-top: 24px;
    padding: 24px;
}

.lc-proof-title {
    max-width: 760px;
    margin-bottom: 22px;
}

.lc-proof-title h3 {
    font-size: clamp(26px, 3vw, 38px);
}

.lc-proof-carousel {
    position: relative;
}

.lc-proof-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 4px 4px 14px;
    scrollbar-width: thin;
}

.lc-proof-slide {
    flex: 0 0 330px;
    scroll-snap-align: start;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    overflow: hidden;
}

.lc-proof-image {
    position: relative;
    height: 190px;
    background:
        radial-gradient(circle at 30% 15%, rgba(37,99,235,.22), transparent 36%),
        linear-gradient(135deg, #07111f, #0f1f35);
    display: grid;
    place-items: center;
    color: #dbeafe;
    font-size: 28px;
    font-weight: 950;
}

.lc-proof-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lc-proof-image.has-photo span {
    display: none;
}

.lc-proof-slide div:last-child {
    padding: 18px;
}

.lc-proof-slide strong {
    display: block;
    color: #07111f;
    font-size: 20px;
    letter-spacing: -.035em;
    margin-bottom: 6px;
}

.lc-proof-slide p {
    margin: 0;
    color: #607086;
    line-height: 1.55;
    font-size: 14.5px;
}

.lc-proof-btn {
    position: absolute;
    top: 45%;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #07111f;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(7,17,31,.2);
}

.lc-proof-btn.prev {
    left: -14px;
}

.lc-proof-btn.next {
    right: -14px;
}

@media (max-width: 1100px) {
    .lc-authority-grid {
        grid-template-columns: 1fr;
    }

    .lc-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .lc-authority {
        padding: 56px 0;
    }

    .lc-story-card,
    .lc-proof-section {
        padding: 22px;
        border-radius: 22px;
    }

    .lc-founder-card {
        grid-template-columns: 92px 1fr;
    }

    .lc-founder-photo {
        width: 92px;
        height: 112px;
        border-radius: 16px;
        font-size: 22px;
    }

    .lc-proof-slide {
        flex-basis: 82%;
    }

    .lc-proof-btn {
        display: none;
    }
}
