.sote-driver-page {
    background: #ffffff;
}

.sote-driver-page .page-header,
.sote-driver-page .why-choose-one,
.sote-driver-page .driver-details,
.sote-driver-page .driver-skills-one {
    display: none;
}

.sote-driver-simple {
    position: relative;
    overflow: hidden;
    padding: 72px 0 28px;
    background:
        linear-gradient(90deg, rgba(255, 249, 240, 0.94) 0%, rgba(255, 249, 240, 0.9) 52%, rgba(255, 249, 240, 0.78) 100%),
        url("../images/backgrounds/taxi-banner2.jpg") center center / cover no-repeat;
}

.sote-driver-simple .container {
    position: relative;
    z-index: 1;
}

.sote-driver-simple__panel {
    padding: 56px;
    border: 1px solid rgba(23, 18, 13, 0.08);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 50px rgba(23, 18, 13, 0.08);
}

.sote-driver-simple__content {
    max-width: 620px;
    padding-right: 24px;
}

.sote-driver-simple__title {
    margin: 18px 0 0;
    color: var(--sote-ink);
    font-family: var(--cityride-font-two, "Lexend", sans-serif);
    font-size: clamp(3.2rem, 5vw, 5.6rem);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.sote-driver-simple__text {
    max-width: 560px;
    margin: 18px 0 0;
    color: var(--sote-muted);
    font-size: 1.8rem;
    line-height: 1.75;
}

.sote-driver-simple__points {
    display: grid;
    gap: 14px;
    margin: 28px 0 0;
}

.sote-driver-simple__points li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--sote-ink);
    font-size: 1.55rem;
    font-weight: 600;
}

.sote-driver-simple__points i {
    color: var(--sote-base-deep);
}

.sote-driver-simple__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 18px;
    margin-top: 30px;
}

.sote-driver-simple__app-label {
    display: block;
    width: 100%;
    color: var(--sote-ink);
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sote-driver-simple__app-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    width: 100%;
}

.sote-driver-simple__app-links .cityride-btn {
    min-height: 54px;
}

.sote-driver-simple__link {
    color: var(--sote-ink);
    font-size: 1.5rem;
    font-weight: 700;
}

.driver-signup-card {
    padding: 32px;
    border: 1px solid rgba(23, 18, 13, 0.08);
    border-radius: 24px;
    background: #fcfbf8;
}

.driver-signup-card__title {
    margin: 0;
    color: var(--sote-ink);
    font-family: var(--cityride-font-two, "Lexend", sans-serif);
    font-size: 2.8rem;
    line-height: 1.12;
}

.driver-signup-card__text {
    margin: 12px 0 0;
    color: var(--sote-muted);
    font-size: 1.5rem;
    line-height: 1.75;
}

.driver-signup-card__form {
    margin-top: 24px;
}

.driver-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.driver-field label {
    color: var(--sote-ink);
    font-size: 1.3rem;
    font-weight: 700;
}

.driver-field input,
.driver-field select {
    width: 100%;
    height: 54px;
    padding: 0 16px;
    border: 1px solid rgba(23, 18, 13, 0.12);
    border-radius: 14px;
    background: #ffffff;
    color: var(--sote-ink);
    font-size: 1.45rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.driver-field input:focus,
.driver-field select:focus {
    outline: none;
    border-color: rgba(244, 180, 0, 0.9);
    box-shadow: 0 0 0 3px rgba(244, 180, 0, 0.12);
}

.driver-signup-card__btn {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
    border: 0;
    background: var(--sote-base);
    color: var(--sote-ink);
}

.driver-signup-card__note {
    margin: 16px 0 0;
    color: var(--sote-muted-soft);
    font-size: 1.35rem;
    line-height: 1.7;
}

.sote-driver-clean-section {
    padding: 28px 0 72px;
}

.sote-driver-clean-section--steps {
    padding-top: 8px;
}

.sote-driver-clean-section--why {
    padding-top: 0;
    padding-bottom: 88px;
}

.sote-driver-clean-head {
    max-width: 680px;
    margin-bottom: 24px;
}

.sote-driver-clean-head--steps {
    max-width: 760px;
    margin-bottom: 28px;
}

.sote-driver-clean-title {
    margin: 16px 0 0;
    color: var(--sote-ink);
    font-family: var(--cityride-font-two, "Lexend", sans-serif);
    font-size: clamp(2.8rem, 4vw, 4.4rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.sote-driver-clean-text {
    margin: 14px 0 0;
    color: var(--sote-muted);
    font-size: 1.6rem;
    line-height: 1.75;
}

.sote-driver-clean-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.sote-driver-how-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.sote-driver-how-step {
    height: 100%;
    padding: 24px;
    border: 1px solid rgba(23, 18, 13, 0.08);
    border-radius: 28px;
    background: #fcfbf8;
    box-shadow: 0 18px 44px rgba(23, 18, 13, 0.06);
}

.sote-driver-how-step__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    padding: 24px 18px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(244, 180, 0, 0.18), transparent 36%),
        linear-gradient(180deg, #fff8ea 0%, #f4efe6 100%);
}

.sote-driver-how-step__phone img {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    filter: drop-shadow(0 20px 28px rgba(23, 18, 13, 0.14));
}

.sote-driver-how-step__content {
    margin-top: 20px;
}

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

.sote-driver-how-step h3 {
    margin: 16px 0 10px;
    color: var(--sote-ink);
    font-family: var(--cityride-font-two, "Lexend", sans-serif);
    font-size: 2.3rem;
    line-height: 1.2;
}

.sote-driver-how-step p {
    margin: 0;
    color: var(--sote-muted);
    font-size: 1.5rem;
    line-height: 1.8;
}

.sote-driver-clean-card,
.sote-driver-step-card {
    padding: 28px;
    border: 1px solid rgba(23, 18, 13, 0.08);
    border-radius: 24px;
    background: #ffffff;
}

.sote-driver-clean-card--why {
    background: #fcfbf8;
}

.sote-driver-clean-card__icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 18px;
    background: rgba(244, 180, 0, 0.14);
    color: var(--sote-base-deep);
    font-size: 2rem;
    box-shadow: inset 0 0 0 1px rgba(244, 180, 0, 0.08);
}

.sote-driver-clean-card h3,
.sote-driver-step-card h3 {
    margin: 0 0 12px;
    color: var(--sote-ink);
    font-family: var(--cityride-font-two, "Lexend", sans-serif);
    font-size: 2.2rem;
    line-height: 1.2;
}

.sote-driver-clean-card p,
.sote-driver-step-card p {
    margin: 0;
    color: var(--sote-muted);
    font-size: 1.5rem;
    line-height: 1.8;
}

.sote-driver-step-card {
    background: #fcfbf8;
}

.sote-driver-step-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 12px;
    background: rgba(244, 180, 0, 0.14);
    color: var(--sote-base-deep);
    font-size: 1.8rem;
    font-weight: 800;
}

@media (max-width: 991px) {
    .sote-driver-simple {
        padding-top: 56px;
    }

    .sote-driver-simple__panel {
        padding: 32px;
    }

    .sote-driver-simple__content {
        padding-right: 0;
    }

    .sote-driver-clean-grid {
        grid-template-columns: 1fr;
    }

    .sote-driver-how-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .sote-driver-simple__panel,
    .driver-signup-card,
    .sote-driver-how-step,
    .sote-driver-clean-card,
    .sote-driver-step-card {
        padding: 22px;
        border-radius: 20px;
    }

    .sote-driver-simple__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .sote-driver-simple__app-links {
        flex-direction: column;
    }

    .sote-driver-simple__actions .cityride-btn {
        width: 100%;
        justify-content: center;
    }
}

.sote-driver-simple__title {
    font-size: clamp(34px, 4.6vw, 52px);
}

.sote-driver-simple__text {
    font-size: 16px;
}

.sote-driver-simple__points li,
.sote-driver-simple__link {
    font-size: 15px;
}

.driver-signup-card__title {
    font-size: 28px;
}

.driver-signup-card__text,
.driver-signup-card__note,
.sote-driver-clean-text,
.sote-driver-how-step p,
.sote-driver-clean-card p,
.sote-driver-step-card p {
    font-size: 15px;
}

.driver-field label {
    font-size: 12px;
}

.driver-field input,
.driver-field select {
    font-size: 14px;
}

.sote-driver-clean-title {
    font-size: clamp(30px, 4vw, 40px);
}

.sote-driver-how-step h3,
.sote-driver-clean-card h3,
.sote-driver-step-card h3 {
    font-size: 22px;
}

.sote-driver-step-card__number {
    font-size: 16px;
}

@media (max-width: 991px) {
    .driver-signup-card {
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .sote-driver-simple {
        padding: 56px 0 24px;
    }

    .sote-driver-clean-section {
        padding: 24px 0 60px;
    }

    .sote-driver-clean-section--why {
        padding-bottom: 72px;
    }

    .sote-driver-how-grid {
        grid-template-columns: 1fr;
    }

    .sote-driver-how-step__phone {
        min-height: 300px;
        padding: 20px 14px;
    }

    .sote-driver-how-step__phone img {
        max-width: 200px;
    }
}

@media (max-width: 575px) {
    .sote-driver-simple__title {
        font-size: 32px;
    }

    .sote-driver-clean-title {
        font-size: 28px;
    }
}
