.sote-about-page {
    background: #fffdf8;
}

.sote-about-page .page-header,
.sote-about-page .about-four,
.sote-about-page .download-app-two,
.sote-about-page .testimonials-three,
.sote-about-page .driver-one {
    display: none;
}

.sote-about-hero {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 620px;
    padding: 110px 0 90px;
    background:
        linear-gradient(110deg, rgba(23, 18, 13, 0.72) 0%, rgba(23, 18, 13, 0.52) 48%, rgba(23, 18, 13, 0.28) 100%),
        url("../images/backgrounds/taxi-banner2.jpg") center center / cover no-repeat;
}

.sote-about-hero__content {
    max-width: 720px;
    padding: 34px 36px;
    border-radius: 30px;
    background: rgba(16, 13, 10, 0.34);
    backdrop-filter: blur(4px);
}

.sote-about-hero__content .sote-eyebrow {
    color: rgba(255, 255, 255, 0.9);
}

.sote-about-hero__content .sote-eyebrow::before {
    background: var(--sote-base);
}

.sote-about-hero__content h1 {
    margin: 18px 0 0;
    color: #ffffff;
    font-family: var(--cityride-heading-font, "Lexend", serif);
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.sote-about-hero__content p {
    max-width: 580px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.8;
}

.sote-about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

.sote-about-hero__panel {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}

.sote-about-hero__panel__image {
    overflow: hidden;
    border-radius: 24px;
}

.sote-about-hero__panel__image img {
    display: block;
    width: 100%;
    height: auto;
}

.sote-about-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.sote-about-stat {
    padding: 18px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    text-align: center;
}

.sote-about-stat strong {
    display: block;
    color: var(--sote-ink);
    font-family: var(--cityride-heading-font, "Lexend", serif);
    font-size: 24px;
    line-height: 1;
}

.sote-about-stat span {
    display: block;
    margin-top: 8px;
    color: var(--sote-muted);
    font-size: 13px;
    line-height: 1.5;
}

.sote-about-section {
    padding: 80px 0;
}

.sote-about-section__head {
    max-width: 760px;
    margin-bottom: 34px;
}

.sote-about-section__head h2,
.sote-about-story__content h2,
.sote-about-product h2,
.sote-about-footprint__copy h2 {
    margin: 18px 0 0;
    color: var(--sote-ink);
    font-family: var(--cityride-heading-font, "Lexend", serif);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.sote-about-section__head p,
.sote-about-story__content p,
.sote-about-product p,
.sote-about-footprint__copy p {
    margin: 16px 0 0;
    color: var(--sote-muted);
    font-size: 16px;
    line-height: 1.8;
}

.sote-about-story__media {
    position: relative;
    padding-right: 52px;
}

.sote-about-story__image {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 24px 60px rgba(23, 18, 13, 0.1);
}

.sote-about-story__image img {
    display: block;
    width: 100%;
    height: auto;
}

.sote-about-story__card {
    position: absolute;
    right: 0;
    bottom: 26px;
    max-width: 260px;
    padding: 20px 22px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(23, 18, 13, 0.12);
}

.sote-about-story__card span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--sote-muted-soft);
}

.sote-about-story__card strong {
    display: block;
    margin-top: 10px;
    color: var(--sote-ink);
    font-size: 21px;
    line-height: 1.35;
}

.sote-about-checks {
    display: grid;
    gap: 14px;
    margin: 24px 0 0;
}

.sote-about-checks li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--sote-ink);
    font-size: 15px;
    line-height: 1.7;
}

.sote-about-checks i {
    margin-top: 4px;
    color: var(--sote-base-deep);
}

.sote-about-section--values {
    background: linear-gradient(180deg, rgba(246, 239, 228, 0.72) 0%, rgba(255, 253, 248, 0) 100%);
}

.sote-about-value-card {
    height: 100%;
    padding: 28px;
    border: 1px solid rgba(23, 18, 13, 0.08);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(23, 18, 13, 0.06);
}

.sote-about-value-card__icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(244, 180, 0, 0.12);
    color: var(--sote-ink);
    font-size: 22px;
}

.sote-about-value-card h3 {
    margin: 18px 0 10px;
    color: var(--sote-ink);
    font-family: var(--cityride-heading-font, "Lexend", serif);
    font-size: 24px;
    line-height: 1.2;
}

.sote-about-value-card p {
    margin: 0;
    color: var(--sote-muted);
    font-size: 15px;
    line-height: 1.8;
}

.sote-about-section--product {
    padding-top: 24px;
}

.sote-about-product__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.sote-about-mini-card {
    padding: 20px;
    border: 1px solid rgba(23, 18, 13, 0.08);
    border-radius: 22px;
    background: #fcfbf8;
}

.sote-about-mini-card strong {
    display: block;
    color: var(--sote-ink);
    font-size: 18px;
    line-height: 1.3;
}

.sote-about-mini-card span {
    display: block;
    margin-top: 8px;
    color: var(--sote-muted);
    font-size: 14px;
    line-height: 1.7;
}

.sote-about-product__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 520px;
    border-radius: 34px;
    background: linear-gradient(180deg, #17120d 0%, #2c2218 100%);
    overflow: hidden;
}

.sote-about-product__visual__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(244, 180, 0, 0.2), transparent 28%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.1), transparent 20%);
}

.sote-about-product__visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 310px;
    height: auto;
}

.sote-about-section--footprint {
    padding-top: 24px;
}

.sote-about-footprint {
    padding: 34px;
    border: 1px solid rgba(23, 18, 13, 0.08);
    border-radius: 34px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(23, 18, 13, 0.06);
}

.sote-about-footprint__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.sote-about-footprint__card {
    padding: 24px;
    border-radius: 22px;
    background: #fcfbf8;
    border: 1px solid rgba(23, 18, 13, 0.08);
}

.sote-about-footprint__card strong {
    display: block;
    color: var(--sote-ink);
    font-family: var(--cityride-heading-font, "Lexend", serif);
    font-size: 22px;
    line-height: 1.2;
}

.sote-about-footprint__card span {
    display: block;
    margin-top: 10px;
    color: var(--sote-muted);
    font-size: 14px;
    line-height: 1.7;
}

.sote-about-cta {
    padding: 0 0 92px;
}

.sote-about-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    padding: 38px 40px;
    border-radius: 34px;
    background: linear-gradient(135deg, #17120d 0%, #2c2218 100%);
    box-shadow: 0 24px 60px rgba(23, 18, 13, 0.14);
}

.sote-about-cta__inner .sote-eyebrow {
    color: rgba(255, 255, 255, 0.8);
}

.sote-about-cta__inner .sote-eyebrow::before {
    background: var(--sote-base);
}

.sote-about-cta__inner h2 {
    margin: 16px 0 0;
    color: #ffffff;
    font-family: var(--cityride-heading-font, "Lexend", serif);
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.12;
}

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

.sote-about-cta__actions .cityride-btn {
    min-width: 180px;
    justify-content: center;
}

.sote-about-cta__actions .cityride-btn--white {
    background: #ffffff;
    color: var(--sote-ink);
}

@media (max-width: 991px) {
    .sote-about-hero {
        min-height: 520px;
        padding: 88px 0 70px;
    }

    .sote-about-hero__stats,
    .sote-about-footprint__cards,
    .sote-about-product__grid {
        grid-template-columns: 1fr;
    }

    .sote-about-story__media {
        padding-right: 0;
    }

    .sote-about-story__card {
        position: static;
        max-width: none;
        margin-top: 18px;
    }

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

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

    .sote-about-hero__content,
    .sote-about-hero__panel,
    .sote-about-value-card,
    .sote-about-footprint,
    .sote-about-footprint__card,
    .sote-about-cta__inner {
        padding: 22px;
    }

    .sote-about-product__visual {
        min-height: 420px;
        border-radius: 26px;
    }

    .sote-about-hero__actions,
    .sote-about-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .sote-about-hero__actions .cityride-btn,
    .sote-about-cta__actions .cityride-btn {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .sote-about-hero__panel {
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .sote-about-hero {
        min-height: 460px;
        padding: 72px 0 48px;
    }

    .sote-about-hero__content h1 {
        font-size: 36px;
    }

    .sote-about-product__visual img {
        max-width: 240px;
    }
}

@media (max-width: 575px) {
    .sote-about-hero {
        min-height: 420px;
    }

    .sote-about-hero__content h1 {
        font-size: 32px;
    }

    .sote-about-section__head h2,
    .sote-about-story__content h2,
    .sote-about-product h2,
    .sote-about-footprint__copy h2,
    .sote-about-cta__inner h2 {
        font-size: 28px;
    }

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

    .sote-about-product__visual {
        min-height: 340px;
    }

    .sote-about-cta__actions .cityride-btn {
        min-width: 0;
        width: 100%;
    }
}
