@charset "UTF-8";

:root {
    --company-ink: #0b1522;
    --company-navy: #101f31;
    --company-slate: #526173;
    --company-soft: #f2f5f8;
    --company-line: #dfe6ed;
    --company-accent: #fca837;
    --company-accent-light: #ffc965;
}

.company-page {
    overflow: hidden;
    background: var(--company-soft);
    color: var(--company-ink);
}

.company-page section {
    padding: 0;
    border: 0;
    background-attachment: scroll;
}

.company-page .container {
    width: min(1180px, calc(100% - 40px));
    max-width: none;
    box-sizing: border-box;
}

.company-hero {
    position: relative;
    isolation: isolate;
    min-height: 690px;
    padding: 132px 0 92px !important;
    background:
        radial-gradient(circle at 15% 22%, rgba(252, 168, 55, 0.26), transparent 27%),
        linear-gradient(124deg, #07111d 0%, #122337 52%, #1d344e 100%);
    color: #fff;
}

.company-hero::before,
.company-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.company-hero::before {
    z-index: -2;
    background:
        repeating-linear-gradient(116deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 74px),
        linear-gradient(116deg, transparent 0 54%, rgba(255, 255, 255, 0.08) 54.2% 54.5%, transparent 54.7% 100%);
}

.company-hero::after {
    z-index: -1;
    background: linear-gradient(90deg, rgba(7, 17, 29, 0.98) 0%, rgba(7, 17, 29, 0.87) 44%, rgba(7, 17, 29, 0.48) 72%, rgba(7, 17, 29, 0.78) 100%);
}

.company-hero__image {
    position: absolute;
    z-index: -3;
    inset: 0 0 0 42%;
    background-position: center;
    background-size: cover;
    opacity: 0.76;
}

.company-hero--about .company-hero__image {
    background-image: url('../../images/moscow-home-hero-dispatcher.jpg');
}

.company-hero--driver .company-hero__image {
    background-image: url('../../images/noginsk-driver-team-v3.jpg');
    background-position: 54% center;
}

.company-hero > .ta-breadcrumbs {
    position: relative;
    z-index: 2;
    padding: 0 0 42px;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
}

.company-hero > .ta-breadcrumbs .container {
    width: min(1180px, calc(100% - 40px));
    max-width: none;
    padding: 0;
}

.company-hero > .ta-breadcrumbs a {
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
}

.company-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 54px;
    align-items: center;
}

.company-hero__copy {
    max-width: 750px;
}

.company-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: #d5820d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.company-eyebrow::before {
    content: '';
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
}

.company-hero .company-eyebrow,
.company-preorder .company-eyebrow,
.company-final-cta .company-eyebrow {
    color: var(--company-accent-light);
}

.company-hero__title {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 5.3vw, 72px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.company-hero__lead {
    max-width: 700px;
    margin: 25px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 21px;
    line-height: 1.58;
}

.company-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 30px;
}

.company-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 16px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.company-button:hover {
    transform: translateY(-2px);
}

.company-button--primary {
    background: linear-gradient(180deg, var(--company-accent-light), var(--company-accent));
    color: #11161f;
    box-shadow: 0 18px 36px rgba(252, 168, 55, 0.24);
}

.company-button--secondary {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    backdrop-filter: blur(10px);
}

.company-hero-card {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.33);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--company-ink);
    box-shadow: 0 30px 80px rgba(3, 12, 22, 0.3);
    backdrop-filter: blur(16px);
}

.company-hero-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    width: 74px;
    height: 4px;
    border-radius: 0 0 8px 8px;
    background: var(--company-accent);
}

.company-hero-card__label {
    display: block;
    margin-bottom: 10px;
    color: #a26108;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.company-hero-card h2 {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.15;
}

.company-check-list {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-check-list li {
    position: relative;
    padding-left: 28px;
    color: #354456;
    font-size: 16px;
    line-height: 1.48;
}

.company-check-list li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 1px;
    width: 12px;
    height: 7px;
    border-bottom: 2px solid #d5820d;
    border-left: 2px solid #d5820d;
    transform: rotate(-45deg);
}

.company-proof {
    z-index: 3;
    margin-top: -36px !important;
    background: transparent;
}

.company-proof__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(11, 21, 34, 0.08);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(20, 35, 53, 0.12);
}

.company-proof__item {
    min-width: 0;
    padding: 28px 30px;
}

.company-proof__item + .company-proof__item {
    border-left: 1px solid var(--company-line);
}

.company-proof__item span {
    display: block;
    margin-bottom: 8px;
    color: #b66c06;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.company-proof__item strong {
    display: block;
    font-size: 20px;
    line-height: 1.25;
}

.company-proof__item p {
    margin: 8px 0 0;
    color: var(--company-slate);
    font-size: 15px;
    line-height: 1.5;
}

.company-section {
    padding: 90px 0 !important;
}

.company-section--light {
    background: #f8fafc;
}

.company-section--soft {
    background:
        radial-gradient(circle at 8% 18%, rgba(252, 168, 55, 0.12), transparent 26%),
        #eef3f7;
}

.company-section--white {
    background: #fff;
}

.company-application {
    padding: 90px 0 !important;
    background:
        radial-gradient(circle at 10% 15%, rgba(252, 168, 55, 0.18), transparent 28%),
        linear-gradient(128deg, #07111d, #14283f 62%, #213b58);
    color: #fff;
}

.company-application__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 58px;
    align-items: start;
}

.company-application__intro {
    position: sticky;
    top: 130px;
}

.company-application__intro h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.company-application__intro > p:not(.company-eyebrow) {
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    line-height: 1.65;
}

.company-application__intro .company-check-list {
    margin-top: 26px;
}

.company-application__intro .company-check-list li {
    color: rgba(255, 255, 255, 0.78);
}

.company-application__intro .company-text-link {
    display: inline-flex;
    margin-top: 28px;
}

.company-application__card {
    min-width: 0;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--company-ink);
    box-shadow: 0 30px 80px rgba(3, 12, 22, 0.3);
}

.company-form {
    display: grid;
    gap: 20px;
}

.company-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.company-form__field {
    display: grid;
    min-width: 0;
    gap: 8px;
}

.company-form__field > span {
    color: #263548;
    font-size: 14px;
    font-weight: 800;
}

.company-form__field input,
.company-form__field textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid #ccd6df;
    border-radius: 14px;
    background: #f8fafc;
    color: var(--company-ink);
    font: inherit;
    font-size: 16px;
    line-height: 1.4;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.company-form__field input {
    height: 52px;
    padding: 0 15px;
}

.company-form__field textarea {
    min-height: 116px;
    padding: 14px 15px;
    resize: vertical;
}

.company-form__field input:focus,
.company-form__field textarea:focus {
    border-color: #d5820d;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(252, 168, 55, 0.17);
}

.company-form__consent {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    color: var(--company-slate);
    font-size: 13px;
    line-height: 1.5;
}

.company-form__consent input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: var(--company-accent);
}

.company-form__submit {
    width: 100%;
    border: 0;
}

.company-form__note {
    margin: -4px 0 0;
    color: #6a7786;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.company-form__honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.company-form-status {
    margin-bottom: 20px;
    padding: 15px 17px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.company-form-status--success {
    border: 1px solid #9bcaaa;
    background: #eaf7ee;
    color: #185f2e;
}

.company-form-status--error {
    border: 1px solid #e7aaa5;
    background: #fff0ef;
    color: #922d25;
}

.company-heading {
    max-width: 770px;
    margin-bottom: 42px;
}

.company-heading h2,
.company-preorder h2,
.company-story h2,
.company-final-cta h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.company-heading > p:last-child,
.company-heading--split > p,
.company-story__copy > p,
.company-final-cta p {
    margin: 18px 0 0;
    color: var(--company-slate);
    font-size: 18px;
    line-height: 1.65;
}

.company-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 54px;
    max-width: none;
    align-items: end;
}

.company-card-grid {
    display: grid;
    gap: 20px;
}

.company-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.company-card {
    position: relative;
    min-width: 0;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(11, 21, 34, 0.08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(20, 35, 53, 0.07);
}

.company-card__number {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 14px;
    background: #fff0d6;
    color: #a75f00;
    font-size: 14px;
    font-weight: 800;
}

.company-card h3,
.company-connect-grid h3 {
    margin: 0;
    font-size: 23px;
    line-height: 1.2;
}

.company-card p,
.company-connect-grid p {
    margin: 12px 0 0;
    color: var(--company-slate);
    font-size: 16px;
    line-height: 1.6;
}

.company-preorder {
    padding: 92px 0 !important;
    background:
        radial-gradient(circle at 82% 20%, rgba(252, 168, 55, 0.18), transparent 28%),
        linear-gradient(128deg, #07111d, #14263b 62%, #203a57);
    color: #fff;
}

.company-preorder__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 64px;
    align-items: center;
}

.company-preorder__copy > p:not(.company-eyebrow) {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 18px;
    line-height: 1.65;
}

.company-text-link {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(252, 168, 55, 0.8);
    text-underline-offset: 5px;
}

.company-preorder__steps {
    display: grid;
    gap: 12px;
}

.company-preorder__steps article {
    display: grid;
    grid-template-columns: 92px minmax(0, 0.65fr) minmax(0, 1.35fr);
    gap: 18px;
    align-items: center;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.07);
}

.company-preorder__steps span {
    color: var(--company-accent-light);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.company-preorder__steps h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
}

.company-preorder__steps p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.5;
}

.company-route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.company-route-card {
    position: relative;
    min-height: 190px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(11, 21, 34, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 44px rgba(20, 35, 53, 0.06);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.company-route-card::after {
    content: '↗';
    position: absolute;
    right: 24px;
    bottom: 20px;
    color: #b26802;
    font-size: 25px;
}

.company-route-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 52px rgba(20, 35, 53, 0.11);
}

.company-route-card span {
    display: block;
    margin-bottom: 13px;
    color: #a26108;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.company-route-card strong {
    display: block;
    max-width: 420px;
    font-size: 25px;
    line-height: 1.2;
}

.company-route-card small {
    position: absolute;
    bottom: 26px;
    left: 28px;
    color: var(--company-slate);
    font-size: 14px;
    font-weight: 700;
}

.company-story {
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: 62px;
    align-items: center;
}

.company-story__visual {
    min-height: 440px;
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(7, 17, 29, 0.02), rgba(7, 17, 29, 0.42)),
        url('../../images/moscow-home-hero-dispatcher.jpg') 34% center / cover;
    box-shadow: 0 25px 60px rgba(20, 35, 53, 0.16);
}

.company-story--driver .company-story__visual {
    background:
        linear-gradient(180deg, rgba(7, 17, 29, 0.02), rgba(7, 17, 29, 0.3)),
        url('../../images/noginsk-driver-team-v3.jpg') center / cover;
}

.company-timeline,
.company-feature-list {
    display: grid;
    gap: 16px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.company-timeline li,
.company-feature-list li {
    padding: 18px 20px;
    border-left: 3px solid var(--company-accent);
    border-radius: 0 16px 16px 0;
    background: var(--company-soft);
    color: var(--company-slate);
    font-size: 16px;
    line-height: 1.58;
}

.company-timeline strong,
.company-feature-list strong {
    color: var(--company-ink);
}

.company-connect-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.company-connect-grid li {
    position: relative;
    min-width: 0;
    padding: 32px;
    border-radius: 24px;
    background: var(--company-soft);
}

.company-connect-grid span {
    display: block;
    margin-bottom: 34px;
    color: #b26802;
    font-size: 14px;
    font-weight: 800;
}

.company-connect-grid li:not(:last-child)::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 46px;
    right: -15px;
    width: 30px;
    height: 2px;
    background: var(--company-accent);
}

.company-page .angel-faq {
    padding: 86px 0 !important;
    background: #f8fafc;
}

.company-page .angel-faq__title {
    margin-bottom: 36px;
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.company-page .angel-faq__list {
    max-width: 880px;
}

.company-page .angel-faq__item {
    margin-bottom: 10px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--company-line);
    border-radius: 17px;
    background: #fff;
}

.company-page .angel-faq__q {
    padding: 21px 22px;
}

.company-page .angel-faq__a {
    padding: 0 22px 22px;
    color: var(--company-slate);
}

.company-final-cta {
    padding: 78px 0 !important;
    background:
        radial-gradient(circle at 82% 20%, rgba(252, 168, 55, 0.2), transparent 28%),
        linear-gradient(126deg, #07111d, #182e47);
    color: #fff;
}

.company-final-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 44px;
    align-items: center;
}

.company-final-cta p {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.72);
}

.company-button:focus-visible,
.company-route-card:focus-visible,
.company-text-link:focus-visible {
    outline: 3px solid var(--company-accent);
    outline-offset: 4px;
}

@media (max-width: 980px) {
    .company-hero {
        min-height: auto;
    }

    .company-hero__grid,
    .company-preorder__grid,
    .company-story,
    .company-application__grid {
        grid-template-columns: 1fr;
    }

    .company-application__intro {
        position: static;
    }

    .company-hero__copy {
        max-width: 820px;
    }

    .company-hero-card {
        max-width: 650px;
    }

    .company-proof__grid,
    .company-card-grid--three,
    .company-connect-grid {
        grid-template-columns: 1fr;
    }

    .company-proof__item + .company-proof__item {
        border-top: 1px solid var(--company-line);
        border-left: 0;
    }

    .company-heading--split {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .company-preorder__steps article {
        grid-template-columns: 80px minmax(0, 0.7fr) minmax(0, 1.3fr);
    }

    .company-story__visual {
        min-height: 520px;
    }

    .company-connect-grid li:not(:last-child)::after {
        top: auto;
        right: auto;
        bottom: -11px;
        left: 48px;
        width: 2px;
        height: 22px;
    }
}

@media (max-width: 720px) {
    .company-page .container,
    .company-hero > .ta-breadcrumbs .container {
        width: min(100% - 28px, 1180px);
    }

    .company-hero {
        padding: 112px 0 72px !important;
    }

    .company-hero::after {
        background: rgba(7, 17, 29, 0.84);
    }

    .company-hero__image {
        inset: 0;
        opacity: 0.52;
    }

    .company-hero--driver .company-hero__image {
        background-position: 58% center;
    }

    .company-hero > .ta-breadcrumbs {
        padding-bottom: 30px;
    }

    .company-hero__grid {
        gap: 34px;
    }

    .company-hero__title {
        font-size: clamp(38px, 11vw, 54px);
    }

    .company-hero__lead {
        font-size: 18px;
    }

    .company-actions,
    .company-actions .company-button {
        width: 100%;
    }

    .company-proof {
        margin-top: -26px !important;
    }

    .company-proof__item,
    .company-card,
    .company-connect-grid li {
        padding: 24px;
    }

    .company-section,
    .company-preorder,
    .company-application,
    .company-page .angel-faq,
    .company-final-cta {
        padding: 68px 0 !important;
    }

    .company-preorder__grid {
        gap: 42px;
    }

    .company-preorder__steps article {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .company-route-grid {
        grid-template-columns: 1fr;
    }

    .company-route-card {
        min-height: 180px;
    }

    .company-story {
        gap: 38px;
    }

    .company-story__visual {
        min-height: 360px;
    }

    .company-final-cta__inner {
        grid-template-columns: 1fr;
    }

    .company-form__row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 440px) {
    .company-hero {
        padding-top: 78px !important;
    }

    .company-hero__title {
        font-size: 38px;
    }

    .company-hero-card {
        padding: 25px 22px;
        border-radius: 24px;
    }

    .company-application__card {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .company-heading h2,
    .company-preorder h2,
    .company-story h2,
    .company-final-cta h2 {
        font-size: 34px;
    }

    .company-route-card strong {
        font-size: 22px;
    }

    .company-story__visual {
        min-height: 290px;
    }
}
