.about-hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 105px;
    background:
        radial-gradient(circle at 80% 30%, rgba(76, 181, 232, 0.18), transparent 31%),
        linear-gradient(135deg, #0d1928 0%, #152a40 55%, #123b58 100%);
}

.about-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.about-hero-glow-one {
    width: 500px;
    height: 500px;
    top: -280px;
    right: -180px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-hero-glow-two {
    width: 300px;
    height: 300px;
    bottom: -190px;
    left: 8%;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.about-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(460px, 0.95fr);
    align-items: center;
    gap: 90px;
}

.about-eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.06);
    color: #d8effb;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}

.about-eyebrow span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--trx-primary, #4cb5e8);
    box-shadow: 0 0 0 5px rgba(76, 181, 232, 0.13);
}

.about-hero-content h1 {
    max-width: 650px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(48px, 5.4vw, 72px);
    line-height: 1.03;
    letter-spacing: -3px;
    font-weight: 700;
}

.about-hero-content h1 span {
    display: block;
    color: #78cff5;
}

.about-hero-description {
    max-width: 630px;
    margin-bottom: 34px;
    color: #c0ccda;
    font-size: 18px;
    line-height: 30px;
}

.about-hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 38px;
}

.about-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 22px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s ease;
}

.about-btn svg {
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.about-btn:hover svg {
    transform: translateX(3px);
}

.about-btn-primary {
    color: #fff;
    border: 1px solid var(--trx-primary, #4cb5e8);
    background: var(--trx-primary, #4cb5e8);
    box-shadow: 0 10px 28px rgba(76, 181, 232, 0.23);
}

.about-btn-primary:hover {
    color: #fff;
    border-color: var(--trx-primary-dark, #2b7ec0);
    background: var(--trx-primary-dark, #2b7ec0);
    transform: translateY(-1px);
}

.about-btn-secondary {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.05);
}

.about-btn-secondary:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.1);
}

.about-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
}

.about-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #aebcca;
    font-size: 13px;
    line-height: 18px;
}

.about-hero-points svg {
    width: 18px;
    height: 18px;
    color: #65c4ee;
}

.about-hero-visual {
    position: relative;
}

.about-dashboard-card {
    overflow: hidden;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: perspective(1000px) rotateY(-4deg) rotateX(1deg);
}

.about-dashboard-top {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7px 0 4px;
    color: #d1dbe5;
    font-size: 12px;
    font-weight: 500;
}

.about-dashboard-top > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.about-dashboard-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #66c6ef;
}

.about-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 9px;
    border-radius: 30px;
    color: #bdebdc;
    background: rgba(46, 187, 135, 0.12);
}

.about-live-badge i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #45d39d;
}

.about-dashboard-image {
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
}

.about-dashboard-image img {
    width: 100%;
    max-height: 480px;
    display: block;
    object-fit: cover;
    object-position: top;
}

.about-floating-card {
    position: absolute;
    z-index: 3;
    min-width: 150px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 15px;
    border: 1px solid #edf1f5;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(7, 25, 43, 0.22);
}

.about-floating-products {
    left: -55px;
    bottom: 54px;
}

.about-floating-sellers {
    top: 65px;
    right: -48px;
}

.about-floating-icon {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 11px;
    color: var(--trx-primary-dark, #2b7ec0);
    background: #eaf7fd;
}

.about-floating-icon svg {
    width: 21px;
    height: 21px;
}

.about-floating-card strong,
.about-floating-card span {
    display: block;
}

.about-floating-card strong {
    margin-bottom: 1px;
    color: #172536;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
}

.about-floating-card span {
    color: #697586;
    font-size: 11px;
    line-height: 16px;
}

.about-stats {
    position: relative;
    z-index: 5;
    background: #fff;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: -1px;
    border-left: 1px solid #e9eef3;
    border-right: 1px solid #e9eef3;
    border-bottom: 1px solid #e9eef3;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 17px 45px rgba(18, 43, 67, 0.05);
}

.about-stat {
    position: relative;
    padding: 30px 26px;
    text-align: center;
}

.about-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    background: #e9eef3;
}

.about-stat strong,
.about-stat span {
    display: block;
}

.about-stat strong {
    margin-bottom: 7px;
    color: #172536;
    font-size: 29px;
    line-height: 35px;
    font-weight: 700;
}

.about-stat span {
    color: #758195;
    font-size: 13px;
    line-height: 20px;
}

.about-story {
    padding: 120px 0;
    background: #fff;
}

.about-section-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
    gap: 110px;
}

.about-section-label {
    display: inline-block;
    margin-bottom: 17px;
    color: var(--trx-primary-dark, #2b7ec0);
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-section-heading h2,
.about-section-header-center h2,
.about-purpose-card h2,
.about-channels-content h2,
.about-final-content h2 {
    color: #172536;
    font-size: clamp(35px, 4vw, 48px);
    line-height: 1.14;
    letter-spacing: -1.5px;
    font-weight: 600;
}

.about-section-heading h2 span {
    color: var(--trx-primary-dark, #2b7ec0);
}

.about-story-content p {
    margin-bottom: 22px;
    color: #657184;
    font-size: 16px;
    line-height: 28px;
}

.about-story-content .about-story-lead {
    color: #26394b;
    font-size: 21px;
    line-height: 33px;
    font-weight: 500;
}

.about-story-content p:last-child {
    margin-bottom: 0;
}

.about-features {
    padding: 110px 0 120px;
    background: #f6f9fc;
}

.about-section-header-center {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.about-section-header-center h2 {
    margin-bottom: 17px;
}

.about-section-header-center p {
    max-width: 680px;
    margin: 0 auto;
    color: #6a7688;
    font-size: 16px;
    line-height: 27px;
}

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

.about-feature-card {
    min-height: 290px;
    padding: 30px;
    border: 1px solid #e4ebf1;
    border-radius: 19px;
    background: #fff;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.about-feature-card:hover {
    transform: translateY(-5px);
    border-color: #cfe5f0;
    box-shadow: 0 20px 45px rgba(20, 45, 70, 0.08);
}

.about-feature-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 29px;
    border-radius: 14px;
    color: var(--trx-primary-dark, #2b7ec0);
    background: #eaf7fd;
}

.about-feature-icon svg {
    width: 25px;
    height: 25px;
}

.about-feature-card h3 {
    margin-bottom: 12px;
    color: #172536;
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
}

.about-feature-card p {
    color: #697587;
    font-size: 14px;
    line-height: 24px;
}

.about-purpose {
    padding: 120px 0;
    background: #fff;
}

.about-purpose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.about-purpose-card {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    padding: 48px;
    border-radius: 25px;
}

.about-purpose-card > span {
    display: inline-block;
    margin-bottom: 35px;
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-purpose-card h2 {
    max-width: 520px;
    margin-bottom: 22px;
    font-size: 37px;
    line-height: 46px;
}

.about-purpose-card p {
    max-width: 530px;
    font-size: 16px;
    line-height: 28px;
}

.about-purpose-mission {
    background: #edf8fd;
}

.about-purpose-mission > span {
    color: var(--trx-primary-dark, #2b7ec0);
}

.about-purpose-mission p {
    color: #607082;
}

.about-purpose-vision {
    background:
        radial-gradient(circle at 100% 0%, rgba(77, 181, 232, 0.22), transparent 45%),
        #12283d;
}

.about-purpose-vision > span {
    color: #7ed2f5;
}

.about-purpose-vision h2 {
    color: #fff;
}

.about-purpose-vision p {
    color: #b8c6d3;
}

.about-purpose-number {
    position: absolute;
    right: 35px;
    bottom: -28px;
    color: rgba(43, 126, 192, 0.07);
    font-size: 150px;
    line-height: 150px;
    font-weight: 700;
}

.about-purpose-vision .about-purpose-number {
    color: rgba(255, 255, 255, 0.04);
}

.about-channels {
    padding: 0 0 120px;
    background: #fff;
}

.about-channels-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    align-items: center;
    gap: 70px;
    overflow: hidden;
    padding: 65px 70px;
    border: 1px solid #e2ebf1;
    border-radius: 27px;
    background: #f8fbfd;
}

.about-channels-content h2 {
    max-width: 650px;
    margin-bottom: 18px;
    font-size: 39px;
    line-height: 48px;
}

.about-channels-content p {
    max-width: 610px;
    margin-bottom: 28px;
    color: #687587;
    font-size: 15px;
    line-height: 26px;
}

.about-text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--trx-primary-dark, #2b7ec0);
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
}

.about-text-link svg {
    width: 19px;
    height: 19px;
    transition: transform 0.2s ease;
}

.about-text-link:hover {
    color: #1b689f;
}

.about-text-link:hover svg {
    transform: translateX(4px);
}

.about-channel-logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

.about-channel-logo {
    min-height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #e4ebf0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(16, 46, 72, 0.04);
}

.about-channel-logo:last-child {
    grid-column: 1 / -1;
}

.about-channel-logo img {
    display: block;
    max-width: 145px;
    max-height: 58px;
    object-fit: contain;
}

.about-final-cta {
    padding: 0 0 100px;
    background: #fff;
}

.about-final-card {
    position: relative;
    overflow: hidden;
    padding: 85px 50px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 50% 115%, rgba(76, 181, 232, 0.31), transparent 47%),
        linear-gradient(135deg, #0f1d2c 0%, #173c5a 100%);
}

.about-final-glow {
    position: absolute;
    top: -280px;
    left: 50%;
    width: 600px;
    height: 600px;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.about-final-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.about-final-content > span {
    display: inline-block;
    margin-bottom: 18px;
    color: #7ed2f5;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-final-content h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 48px;
    line-height: 57px;
}

.about-final-content p {
    max-width: 650px;
    margin: 0 auto 32px;
    color: #becbd7;
    font-size: 16px;
    line-height: 27px;
}

.about-final-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.about-final-login {
    color: #d7e2eb;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
}

.about-final-login:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .about-hero-grid {
        grid-template-columns: 1fr 0.9fr;
        gap: 50px;
    }

    .about-floating-products {
        left: -25px;
    }

    .about-floating-sellers {
        right: -20px;
    }

    .about-channels-card {
        grid-template-columns: 1fr 350px;
        padding: 55px;
        gap: 50px;
    }
}

@media (max-width: 940px) {
    .about-hero {
        padding: 85px 0 100px;
    }

    .about-hero-grid {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .about-hero-content {
        max-width: 720px;
        margin: 0 auto;
        text-align: center;
    }

    .about-eyebrow {
        margin-left: auto;
        margin-right: auto;
    }

    .about-hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .about-hero-actions,
    .about-hero-points {
        justify-content: center;
    }

    .about-hero-visual {
        width: min(680px, 90%);
        margin: 0 auto;
    }

    .about-dashboard-card {
        transform: none;
    }

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

    .about-stat:nth-child(2)::after {
        display: none;
    }

    .about-stat:nth-child(-n + 2) {
        border-bottom: 1px solid #e9eef3;
    }

    .about-section-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .about-story {
        padding: 90px 0;
    }

    .about-features,
    .about-purpose {
        padding: 90px 0;
    }

    .about-feature-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-purpose-grid {
        grid-template-columns: 1fr;
    }

    .about-channels {
        padding-bottom: 90px;
    }

    .about-channels-card {
        grid-template-columns: 1fr;
    }

    .about-channel-logos {
        max-width: 550px;
    }
}

@media (max-width: 767px) {
    .about-hero {
        padding: 68px 0 85px;
    }

    .about-hero-content h1 {
        font-size: 46px;
        line-height: 52px;
        letter-spacing: -1.8px;
    }

    .about-hero-description {
        font-size: 16px;
        line-height: 27px;
    }

    .about-floating-card {
        display: none;
    }

    .about-hero-visual {
        width: 100%;
    }

    .about-stats-grid {
        border-radius: 0 0 16px 16px;
    }

    .about-stat {
        padding: 25px 15px;
    }

    .about-stat strong {
        font-size: 25px;
    }

    .about-story,
    .about-features,
    .about-purpose {
        padding: 70px 0;
    }

    .about-section-heading h2,
    .about-section-header-center h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .about-feature-grid {
        grid-template-columns: 1fr;
    }

    .about-feature-card {
        min-height: auto;
    }

    .about-purpose-card {
        min-height: 390px;
        padding: 36px 30px;
    }

    .about-purpose-card h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .about-channels {
        padding-bottom: 70px;
    }

    .about-channels-card {
        padding: 40px 28px;
        border-radius: 22px;
    }

    .about-channels-content h2 {
        font-size: 33px;
        line-height: 41px;
    }

    .about-final-cta {
        padding-bottom: 70px;
    }

    .about-final-card {
        padding: 65px 28px;
        border-radius: 22px;
    }

    .about-final-content h2 {
        font-size: 37px;
        line-height: 45px;
    }
}

@media (max-width: 520px) {
    .about-hero-content h1 {
        font-size: 39px;
        line-height: 45px;
    }

    .about-hero-actions {
        flex-direction: column;
    }

    .about-hero-actions .about-btn {
        width: 100%;
    }

    .about-hero-points {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

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

    .about-stat {
        border-bottom: 1px solid #e9eef3;
    }

    .about-stat::after {
        display: none;
    }

    .about-stat:last-child {
        border-bottom: 0;
    }

    .about-channel-logos {
        grid-template-columns: 1fr;
    }

    .about-channel-logo:last-child {
        grid-column: auto;
    }

    .about-final-actions {
        flex-direction: column;
    }

    .about-final-actions .about-btn {
        width: 100%;
    }
}
