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

.sote-services-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 44px;
    background:
        linear-gradient(110deg, rgba(23, 18, 13, 0.86) 0%, rgba(23, 18, 13, 0.72) 44%, rgba(23, 18, 13, 0.42) 100%),
        url("../images/backgrounds/taxi-banner1.jpg") center center / cover no-repeat;
}

.sote-services-hero__content {
    max-width: 660px;
}

.sote-services-hero__content .sote-eyebrow {
    color: rgba(255, 255, 255, 0.88);
}

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

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

.sote-services-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-services-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

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

.sote-services-hero__panel__card {
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
}

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

.sote-services-hero__panel__card strong {
    display: block;
    margin-top: 10px;
    color: var(--sote-ink);
    font-size: 24px;
    line-height: 1.32;
}

.sote-services-hero__highlights {
    display: grid;
    gap: 14px;
    margin: 22px 0 0;
}

.sote-services-hero__highlights li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.7;
}

.sote-services-hero__highlights i {
    margin-top: 4px;
    color: var(--sote-base);
}

.sote-services-section {
    padding: 78px 0;
}

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

.sote-services-section__head 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-services-section__head p {
    max-width: 600px;
    margin: 16px 0 0;
    color: var(--sote-muted);
    font-size: 16px;
    line-height: 1.8;
}

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

.sote-service-card__image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.sote-service-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sote-service-card:hover .sote-service-card__image img {
    transform: scale(1.05);
}

.sote-service-card__content {
    padding: 24px;
}

.sote-service-card__tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(244, 180, 0, 0.12);
    color: var(--sote-base-deep);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sote-service-card__content h3 {
    margin: 16px 0 10px;
    font-family: var(--cityride-heading-font, "Lexend", serif);
    font-size: 24px;
    line-height: 1.18;
}

.sote-service-card__content h3 a {
    color: var(--sote-ink);
}

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

.sote-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: var(--sote-ink);
    font-size: 14px;
    font-weight: 700;
}

.sote-service-card__link i {
    color: var(--sote-base-deep);
}

.sote-services-section--split {
    padding-top: 10px;
}

.sote-services-copy h2 {
    margin: 18px 0 0;
    color: var(--sote-ink);
    font-family: var(--cityride-heading-font, "Lexend", serif);
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.1;
}

.sote-services-copy p {
    margin: 16px 0 0;
    color: var(--sote-muted);
    font-size: 16px;
    line-height: 1.8;
}

.sote-services-copy__list {
    display: grid;
    gap: 14px;
    margin: 24px 0 0;
}

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

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

.sote-services-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sote-services-fact {
    padding: 28px 22px;
    border: 1px solid rgba(23, 18, 13, 0.08);
    border-radius: 24px;
    background: #fcfbf8;
    text-align: center;
}

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

.sote-services-fact span {
    display: block;
    margin-top: 12px;
    color: var(--sote-muted);
    font-size: 14px;
    line-height: 1.6;
}

.sote-services-cta {
    padding: 0 0 90px;
}

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

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

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

.sote-services-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-services-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

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

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

@media (max-width: 991px) {
    .sote-services-hero {
        padding-top: 64px;
    }

    .sote-services-facts {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 767px) {
    .sote-services-hero__panel,
    .sote-services-hero__panel__card,
    .sote-service-card__content,
    .sote-services-fact,
    .sote-services-cta__inner {
        padding: 22px;
    }

    .sote-services-section {
        padding: 68px 0;
    }

    .sote-services-cta {
        padding-bottom: 76px;
    }

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

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

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

@media (max-width: 767px) {
    .sote-services-hero {
        padding: 60px 0 36px;
    }

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

    .sote-services-hero__panel {
        margin-top: 18px;
    }
}

@media (max-width: 575px) {
    .sote-services-hero__content h1 {
        font-size: 32px;
    }

    .sote-services-section__head h2,
    .sote-services-copy h2,
    .sote-services-cta__inner h2 {
        font-size: 28px;
    }

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

.sote-services-hero {
    display: flex;
    align-items: center;
    min-height: 620px;
    padding: 108px 0 82px;
}

.sote-services-hero .row > .col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
}

.sote-services-hero .row > .col-lg-5,
.sote-services-hero__panel {
    display: none;
}

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

@media (max-width: 767px) {
    .sote-services-hero {
        min-height: 500px;
        padding: 76px 0 54px;
    }

    .sote-services-hero__content {
        padding: 24px;
    }
}
