.seller-landing-page .page-shell {
    background: #f4f5f1;
}

.seller-landing {
    display: grid;
    gap: 0;
    color: #17251d;
}

.seller-landing-hero {
    position: relative;
    display: grid;
    min-height: min(680px, 78svh);
    overflow: hidden;
    align-items: end;
    background: #183c2a;
}

.seller-landing-hero > img,
.seller-landing-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.seller-landing-hero > img {
    object-fit: cover;
    object-position: center 44%;
}

.seller-landing-hero__shade {
    background: linear-gradient(90deg, rgba(15, 25, 19, .88) 0%, rgba(15, 25, 19, .58) 54%, rgba(15, 25, 19, .18) 100%);
}

.seller-landing-hero__content {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(1180px, calc(100% - 32px));
    gap: 16px;
    margin: 0 auto;
    padding: 56px 0 64px;
    color: #fff;
}

.seller-landing-hero__content > p,
.seller-landing-process header p,
.seller-landing-economics > div p,
.seller-landing-contact__intro > p {
    margin: 0;
    color: #f0b357;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.seller-landing-hero h1 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(2.15rem, 5.5vw, 4.8rem);
    line-height: 1;
    letter-spacing: 0;
}

.seller-landing-hero__content > span {
    max-width: 650px;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(1rem, 2vw, 1.28rem);
    line-height: 1.45;
}

.seller-landing-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.seller-landing-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: .88rem;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.seller-landing-button--primary {
    border-color: #e87943;
    background: #e87943;
    color: #fff;
}

.seller-landing-button--secondary {
    border-color: rgba(255, 255, 255, .62);
    background: rgba(18, 32, 23, .45);
    color: #fff;
}

.seller-landing-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    border-bottom: 1px solid #d6dbd4;
}

.seller-landing-proof > div {
    display: grid;
    gap: 6px;
    padding: 30px 24px;
    border-right: 1px solid #d6dbd4;
}

.seller-landing-proof > div:last-child {
    border-right: 0;
}

.seller-landing-proof strong {
    font-size: 1rem;
}

.seller-landing-proof span,
.seller-landing-process p,
.seller-landing-contact__intro > span {
    color: #5c675f;
    font-size: .88rem;
    line-height: 1.5;
}

.seller-landing-process,
.seller-landing-economics,
.seller-landing-contact {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 64px 0;
}

.seller-landing-process header,
.seller-landing-contact__intro {
    display: grid;
    max-width: 680px;
    gap: 10px;
    margin-bottom: 28px;
}

.seller-landing h2 {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.seller-landing-process__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.seller-landing-process article {
    display: grid;
    gap: 10px;
    padding: 22px;
    border: 1px solid #d6dbd4;
    border-radius: 8px;
    background: #fff;
}

.seller-landing-process article > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: #245a3b;
    color: #fff;
    font-weight: 900;
}

.seller-landing-process h3,
.seller-landing-process p {
    margin: 0;
}

.seller-landing-process h3 {
    font-size: 1.02rem;
}

.seller-landing-economics {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 40px;
    border-top: 1px solid #d6dbd4;
    border-bottom: 1px solid #d6dbd4;
}

.seller-landing-economics > div {
    display: grid;
    align-content: start;
    gap: 10px;
}

.seller-landing-economics ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.seller-landing-economics li {
    padding: 0 0 14px 28px;
    border-bottom: 1px solid #d6dbd4;
    background: linear-gradient(#245a3b, #245a3b) 4px 7px / 10px 2px no-repeat;
    color: #39483f;
    line-height: 1.5;
}

.seller-landing-contact {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 42px;
}

.seller-lead-form {
    display: grid;
    gap: 16px;
    padding: 24px;
    border: 1px solid #d6dbd4;
    border-radius: 8px;
    background: #fff;
}

.seller-lead-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.seller-lead-form .form-field {
    display: grid;
    min-width: 0;
    gap: 6px;
}

.seller-lead-form .form-field label {
    color: #334038;
    font-size: .76rem;
    font-weight: 850;
}

.seller-lead-form :is(input:not([type="checkbox"]), select) {
    width: 100%;
    min-height: 44px;
    padding: 0 11px;
    border: 1px solid #bfc8c0;
    border-radius: 6px;
    background: #fff;
    color: #17251d;
    font: inherit;
}

.seller-lead-form__consent {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    color: #4b584f;
    font-size: .78rem;
    line-height: 1.4;
}

.seller-lead-form__consent input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
}

.seller-lead-form__error,
.seller-lead-form .field-error,
.seller-lead-form .errorlist {
    margin: 0;
    color: #a63f2b;
    font-size: .76rem;
}

.seller-lead-form > small {
    color: #69756d;
    font-size: .72rem;
}

@media (max-width: 1023px) {
    .seller-landing-process__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .seller-landing-hero {
        min-height: 620px;
    }

    .seller-landing-hero__shade {
        background: linear-gradient(180deg, rgba(15, 25, 19, .2) 8%, rgba(15, 25, 19, .88) 76%);
    }

    .seller-landing-hero__content {
        padding-bottom: 36px;
    }

    .seller-landing-hero__actions,
    .seller-landing-button {
        width: 100%;
    }

    .seller-landing-proof,
    .seller-landing-process__steps,
    .seller-landing-economics,
    .seller-landing-contact,
    .seller-lead-form__grid {
        grid-template-columns: 1fr;
    }

    .seller-landing-proof > div {
        padding: 20px 0;
        border-right: 0;
        border-bottom: 1px solid #d6dbd4;
    }

    .seller-landing-proof > div:last-child {
        border-bottom: 0;
    }

    .seller-landing-process,
    .seller-landing-economics,
    .seller-landing-contact {
        padding: 42px 0;
    }

    .seller-landing-economics,
    .seller-landing-contact {
        gap: 26px;
    }

    .seller-lead-form {
        padding: 18px;
    }
}
