.vehicle-sale-hero {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    color: #ffffff;
    background: #050505;
}

.vehicle-sale-hero-background,
.vehicle-sale-hero-overlay {
    position: absolute;
    inset: 0;
}

.vehicle-sale-hero-background {
    background:
            url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=2200&q=92")
            center 54% / cover no-repeat;
    transform: scale(1.015);
}

.vehicle-sale-hero-overlay {
    background:
            linear-gradient(
                    90deg,
                    rgba(0, 0, 0, 0.96) 0%,
                    rgba(0, 0, 0, 0.85) 40%,
                    rgba(0, 0, 0, 0.48) 72%,
                    rgba(0, 0, 0, 0.32) 100%
            ),
            linear-gradient(
                    180deg,
                    rgba(0, 0, 0, 0.08),
                    rgba(0, 0, 0, 0.68)
            );
}

.vehicle-sale-hero-container {
    position: relative;
    z-index: 2;
    min-height: 610px;
    padding-top: 55px;
    padding-bottom: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

.vehicle-sale-hero-content {
    width: min(760px, 67%);
}

.vehicle-sale-breadcrumb {
    margin-bottom: 43px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vehicle-sale-breadcrumb a {
    transition: color 0.3s ease;
}

.vehicle-sale-breadcrumb a:hover {
    color: #ffffff;
}

.vehicle-sale-breadcrumb svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.vehicle-sale-breadcrumb span {
    color: #ffffff;
}

.vehicle-sale-eyebrow,
.vehicle-sale-section-eyebrow,
.vehicle-sale-dark-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.vehicle-sale-eyebrow {
    color: rgba(255, 255, 255, 0.65);
}

.vehicle-sale-eyebrow::before,
.vehicle-sale-section-eyebrow::before,
.vehicle-sale-dark-eyebrow::before {
    content: "";
    width: 36px;
    height: 1px;
}

.vehicle-sale-eyebrow::before {
    background: rgba(255, 255, 255, 0.72);
}

.vehicle-sale-hero h1 {
    max-width: 750px;
    margin-top: 18px;
    color: #ffffff;
    font-size: clamp(48px, 5.1vw, 74px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.058em;
}

.vehicle-sale-hero h1 span {
    display: block;
    color: rgba(255, 255, 255, 0.62);
}

.vehicle-sale-hero-content > p {
    max-width: 675px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.8;
}

.vehicle-sale-hero-actions {
    margin-top: 31px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.vehicle-sale-primary-button,
.vehicle-sale-secondary-button {
    min-height: 53px;
    padding: 0 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    transition:
            color 0.3s ease,
            border-color 0.3s ease,
            background-color 0.3s ease;
}

.vehicle-sale-primary-button {
    border: 1px solid #ffffff;
    color: #111111;
    background: #ffffff;
}

.vehicle-sale-primary-button:hover {
    color: #ffffff;
    background: transparent;
}

.vehicle-sale-secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.18);
}

.vehicle-sale-secondary-button:hover {
    border-color: #ffffff;
}

.vehicle-sale-primary-button svg,
.vehicle-sale-secondary-button svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.vehicle-sale-hero-card {
    width: 285px;
    flex: 0 0 285px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(10, 10, 10, 0.61);
    backdrop-filter: blur(13px);
}

.vehicle-sale-hero-card > span {
    display: block;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.53);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vehicle-sale-hero-card > div {
    min-height: 70px;
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.vehicle-sale-hero-card > div:last-child {
    border-bottom: 0;
}

.vehicle-sale-hero-card strong {
    color: rgba(255, 255, 255, 0.35);
    font-size: 11px;
}

.vehicle-sale-hero-card p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    line-height: 1.5;
}

.vehicle-sale-intro {
    padding: 78px 0;
    color: #171717;
    background: #ffffff;
}

.vehicle-sale-intro-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(470px, 0.94fr);
    align-items: center;
    gap: 68px;
}

.vehicle-sale-section-eyebrow {
    color: #6d6d6d;
}

.vehicle-sale-section-eyebrow::before {
    background: #171717;
}

.vehicle-sale-intro-content h2,
.vehicle-sale-section-heading h2,
.vehicle-sale-application-heading h2 {
    color: #171717;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.048em;
}

.vehicle-sale-intro-content h2 {
    max-width: 680px;
    margin-top: 14px;
    font-size: clamp(39px, 3.7vw, 54px);
}

.vehicle-sale-intro-content > p {
    max-width: 680px;
    margin-top: 19px;
    color: #666666;
    font-size: 14px;
    line-height: 1.82;
}

.vehicle-sale-intro-content > p + p {
    margin-top: 13px;
}

.vehicle-sale-intro-statistics {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.vehicle-sale-intro-statistics > div {
    min-height: 101px;
    padding: 21px 17px;
    border-right: 1px solid #dddddd;
}

.vehicle-sale-intro-statistics > div:first-child {
    padding-left: 0;
}

.vehicle-sale-intro-statistics > div:last-child {
    border-right: 0;
}

.vehicle-sale-intro-statistics strong {
    display: block;
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 600;
}

.vehicle-sale-intro-statistics span {
    margin-top: 6px;
    display: block;
    color: #777777;
    font-size: 11px;
}

.vehicle-sale-intro-image {
    position: relative;
    height: 565px;
    overflow: hidden;
    background: #111111;
}

.vehicle-sale-intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.vehicle-sale-intro-image:hover img {
    transform: scale(1.035);
}

.vehicle-sale-intro-image-overlay {
    position: absolute;
    inset: 0;
    background:
            linear-gradient(
                    180deg,
                    rgba(0, 0, 0, 0.03) 45%,
                    rgba(0, 0, 0, 0.78)
            );
}

.vehicle-sale-intro-image-content {
    position: absolute;
    right: 27px;
    bottom: 27px;
    left: 27px;
    z-index: 2;
}

.vehicle-sale-intro-image-content span {
    color: rgba(255, 255, 255, 0.56);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.vehicle-sale-intro-image-content strong {
    max-width: 410px;
    margin-top: 9px;
    display: block;
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
}

.vehicle-sale-benefits {
    padding: 74px 0 80px;
    background:
            linear-gradient(
                    180deg,
                    #f3f3f2,
                    #fafafa
            );
}

.vehicle-sale-section-heading {
    margin-bottom: 32px;
    padding-bottom: 25px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 445px;
    align-items: end;
    gap: 45px;
    border-bottom: 1px solid #d8d8d8;
}

.vehicle-sale-section-heading h2 {
    margin-top: 11px;
    font-size: clamp(37px, 3.4vw, 49px);
}

.vehicle-sale-section-heading > p {
    color: #666666;
    font-size: 13px;
    line-height: 1.78;
}

.vehicle-sale-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.vehicle-sale-benefit-card {
    position: relative;
    min-height: 305px;
    padding: 27px;
    border: 1px solid #dddddd;
    background: #ffffff;
    transition:
            border-color 0.3s ease,
            box-shadow 0.3s ease,
            transform 0.3s ease;
}

.vehicle-sale-benefit-card:hover {
    border-color: #bcbcbc;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07);
    transform: translateY(-4px);
}

.vehicle-sale-benefit-number {
    position: absolute;
    top: 22px;
    right: 23px;
    color: #c4c4c4;
    font-size: 10px;
    font-weight: 700;
}

.vehicle-sale-benefit-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7d7d7;
    color: #171717;
}

.vehicle-sale-benefit-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
}

.vehicle-sale-benefit-card h3 {
    margin-top: 32px;
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
}

.vehicle-sale-benefit-card p {
    margin-top: 13px;
    color: #686868;
    font-size: 12px;
    line-height: 1.78;
}

.vehicle-sale-process {
    padding: 78px 0 83px;
    color: #ffffff;
    background:
            radial-gradient(
                    circle at 80% 15%,
                    rgba(255, 255, 255, 0.055),
                    transparent 31%
            ),
            linear-gradient(
                    135deg,
                    #050505,
                    #121212
            );
}

.vehicle-sale-process-heading {
    max-width: 760px;
}

.vehicle-sale-dark-eyebrow {
    color: rgba(255, 255, 255, 0.55);
}

.vehicle-sale-dark-eyebrow::before {
    background: rgba(255, 255, 255, 0.63);
}

.vehicle-sale-process-heading h2 {
    margin-top: 13px;
    color: #ffffff;
    font-size: clamp(40px, 3.9vw, 55px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.05em;
}

.vehicle-sale-process-heading p {
    max-width: 670px;
    margin-top: 17px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    line-height: 1.78;
}

.vehicle-sale-process-grid {
    margin-top: 46px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.vehicle-sale-process-grid article {
    min-height: 270px;
    padding: 25px 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    transition: background-color 0.3s ease;
}

.vehicle-sale-process-grid article:last-child {
    border-right: 0;
}

.vehicle-sale-process-grid article:hover {
    background: rgba(255, 255, 255, 0.035);
}

.vehicle-sale-process-grid article > span {
    color: rgba(255, 255, 255, 0.34);
    font-size: 11px;
    font-weight: 700;
}

.vehicle-sale-process-grid h3 {
    margin-top: 52px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.vehicle-sale-process-grid p {
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 11px;
    line-height: 1.75;
}

.vehicle-sale-application {
    padding: 80px 0 90px;
    background:
            linear-gradient(
                    180deg,
                    #f4f4f3,
                    #ffffff 340px
            );
}

.vehicle-sale-application-heading {
    max-width: 800px;
    margin-bottom: 40px;
}

.vehicle-sale-application-heading h2 {
    margin-top: 12px;
    font-size: clamp(40px, 3.8vw, 54px);
}

.vehicle-sale-application-heading > p {
    max-width: 710px;
    margin-top: 17px;
    color: #666666;
    font-size: 14px;
    line-height: 1.78;
}

.vehicle-sale-application-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        365px;
    align-items: start;
    gap: 28px;
}

.vehicle-sale-form-wrapper {
    min-width: 0;
}

.vehicle-sale-form {
    border: 1px solid #dddddd;
    background: #ffffff;
    box-shadow: 0 22px 65px rgba(0, 0, 0, 0.055);
}

.vehicle-sale-form-section {
    padding: 34px;
    border-bottom: 1px solid #dfdfdf;
}

.vehicle-sale-form-section-heading {
    margin-bottom: 29px;
    display: grid;
    grid-template-columns: 46px 1fr;
    align-items: start;
    gap: 17px;
}

.vehicle-sale-form-section-heading > span {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #111111;
    font-size: 10px;
    font-weight: 700;
}

.vehicle-sale-form-section-heading h3 {
    color: #1c1c1c;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.vehicle-sale-form-section-heading p {
    margin-top: 6px;
    color: #777777;
    font-size: 11px;
    line-height: 1.65;
}

.vehicle-sale-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 17px;
}

.vehicle-sale-form-group {
    position: relative;
    min-width: 0;
}

.vehicle-sale-full-column {
    grid-column: 1 / -1;
}

.vehicle-sale-form-group > label {
    margin-bottom: 9px;
    display: block;
    color: #494949;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.vehicle-sale-form-group > label span {
    color: #b30000;
}

.vehicle-sale-form-group input,
.vehicle-sale-form-group select,
.vehicle-sale-form-group textarea {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    outline: none;
    color: #222222;
    background: #ffffff;
    font-family: inherit;
    font-size: 12px;
    transition:
            border-color 0.3s ease,
            box-shadow 0.3s ease;
}

.vehicle-sale-form-group input,
.vehicle-sale-form-group select {
    height: 50px;
}

.vehicle-sale-form-group input {
    padding: 0 14px;
}

.vehicle-sale-form-group select {
    padding: 0 41px 0 14px;
    appearance: none;
    cursor: pointer;
}

.vehicle-sale-form-group textarea {
    min-height: 150px;
    padding: 14px;
    resize: vertical;
    line-height: 1.65;
}

.vehicle-sale-form-group input::placeholder,
.vehicle-sale-form-group textarea::placeholder {
    color: #a0a0a0;
}

.vehicle-sale-form-group input:focus,
.vehicle-sale-form-group select:focus,
.vehicle-sale-form-group textarea:focus {
    border-color: #151515;
    box-shadow: 0 0 0 1px #151515;
}

.vehicle-sale-form-group.has-error input,
.vehicle-sale-form-group.has-error select,
.vehicle-sale-form-group.has-error textarea {
    border-color: #bd2020;
}

.vehicle-sale-select {
    position: relative;
}

.vehicle-sale-select svg {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    fill: none;
    stroke: #696969;
    stroke-width: 1.8;
    pointer-events: none;
}

.vehicle-sale-price-input {
    position: relative;
}

.vehicle-sale-price-input input {
    padding-right: 45px;
}

.vehicle-sale-price-input span {
    position: absolute;
    top: 50%;
    right: 15px;
    color: #555555;
    font-size: 14px;
    font-weight: 700;
    transform: translateY(-50%);
}

.vehicle-sale-field-error {
    min-height: 17px;
    margin-top: 5px;
    display: block;
    color: #ad1d1d;
    font-size: 9px;
    line-height: 1.4;
}

.vehicle-sale-character-count {
    position: absolute;
    right: 13px;
    bottom: 11px;
    color: #999999;
    background: #ffffff;
    font-size: 9px;
}

.vehicle-sale-character-count strong {
    color: #555555;
}

.vehicle-sale-upload-area {
    min-height: 310px;
    padding: 41px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px dashed #a8a8a8;
    outline: none;
    text-align: center;
    background:
            linear-gradient(
                    135deg,
                    #fafafa,
                    #f2f2f2
            );
    cursor: pointer;
    transition:
            border-color 0.3s ease,
            background-color 0.3s ease,
            transform 0.3s ease;
}

.vehicle-sale-upload-area:hover,
.vehicle-sale-upload-area:focus,
.vehicle-sale-upload-area.drag-active {
    border-color: #111111;
    background: #eeeeee;
}

.vehicle-sale-upload-area.drag-active {
    transform: scale(0.995);
}

.vehicle-sale-upload-icon {
    width: 65px;
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cacaca;
    color: #222222;
    background: #ffffff;
}

.vehicle-sale-upload-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
}

.vehicle-sale-upload-area h4 {
    margin-top: 21px;
    color: #202020;
    font-size: 19px;
    font-weight: 600;
}

.vehicle-sale-upload-area > p {
    max-width: 560px;
    margin-top: 9px;
    color: #777777;
    font-size: 12px;
    line-height: 1.65;
}

.vehicle-sale-upload-button {
    min-height: 45px;
    margin-top: 20px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #ffffff;
    background: #111111;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition:
            color 0.3s ease,
            background-color 0.3s ease;
}

.vehicle-sale-upload-button:hover {
    color: #111111;
    background: #dddddd;
}

.vehicle-sale-upload-button svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.vehicle-sale-upload-rules {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
}

.vehicle-sale-upload-rules span {
    min-height: 26px;
    padding: 0 9px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #d3d3d3;
    color: #777777;
    background: #ffffff;
    font-size: 8px;
    font-weight: 700;
}

.vehicle-sale-upload-status {
    min-height: 47px;
    margin-top: 16px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid #dddddd;
    background: #fafafa;
}

.vehicle-sale-upload-status[hidden] {
    display: none;
}

.vehicle-sale-upload-status > span {
    color: #666666;
    font-size: 10px;
    font-weight: 600;
}

.vehicle-sale-upload-status strong {
    color: #171717;
}

.vehicle-sale-upload-status button {
    color: #555555;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-transform: uppercase;
}

.vehicle-sale-image-preview {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
}

.vehicle-sale-preview-item {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    background: #eeeeee;
}

.vehicle-sale-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vehicle-sale-preview-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(
                    180deg,
                    transparent 48%,
                    rgba(0, 0, 0, 0.54)
            );
    pointer-events: none;
}

.vehicle-sale-preview-index {
    position: absolute;
    bottom: 9px;
    left: 10px;
    z-index: 2;
    color: #ffffff;
    font-size: 8px;
    font-weight: 700;
}

.vehicle-sale-preview-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.76);
}

.vehicle-sale-preview-remove:hover {
    color: #111111;
    background: #ffffff;
}

.vehicle-sale-preview-remove svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.vehicle-sale-upload-error,
.vehicle-sale-approval-error {
    margin-top: 13px;
    color: #aa1c1c;
    font-size: 10px;
    font-weight: 600;
}

.vehicle-sale-upload-error[hidden],
.vehicle-sale-approval-error[hidden] {
    display: none;
}

.vehicle-sale-approval-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.vehicle-sale-checkbox {
    position: relative;
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: start;
    gap: 12px;
    cursor: pointer;
}

.vehicle-sale-checkbox input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.vehicle-sale-checkbox-box {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfbfbf;
    background: #ffffff;
}

.vehicle-sale-checkbox-box svg {
    width: 15px;
    height: 15px;
    opacity: 0;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2.2;
}

.vehicle-sale-checkbox input:checked + .vehicle-sale-checkbox-box {
    border-color: #111111;
    background: #111111;
}

.vehicle-sale-checkbox input:checked + .vehicle-sale-checkbox-box svg {
    opacity: 1;
}

.vehicle-sale-checkbox-text {
    padding-top: 2px;
    color: #5e5e5e;
    font-size: 11px;
    line-height: 1.65;
}

.vehicle-sale-checkbox-text strong {
    color: #a80000;
}

.vehicle-sale-form-submit {
    min-height: 132px;
    padding: 28px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    background:
            linear-gradient(
                    135deg,
                    #090909,
                    #181818
            );
}

.vehicle-sale-form-submit > div {
    max-width: 510px;
}

.vehicle-sale-form-submit > div > span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 650;
}

.vehicle-sale-form-submit > div > p {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 10px;
    line-height: 1.65;
}

.vehicle-sale-form-submit > button {
    min-width: 250px;
    min-height: 55px;
    padding: 0 19px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 17px;
    color: #111111;
    background: #ffffff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.vehicle-sale-form-submit > button:hover {
    color: #ffffff;
    background: #333333;
}

.vehicle-sale-form-submit > button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.vehicle-sale-form-submit > button > svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
}

.vehicle-sale-submit-loading {
    display: none;
    align-items: center;
    gap: 10px;
}

.vehicle-sale-submit-loading > span {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(0, 0, 0, 0.25);
    border-top-color: #111111;
    border-radius: 50%;
    animation: vehicleSaleLoading 0.7s linear infinite;
}

.vehicle-sale-form-submit > button.is-loading .vehicle-sale-submit-text,
.vehicle-sale-form-submit > button.is-loading > svg {
    display: none;
}

.vehicle-sale-form-submit > button.is-loading .vehicle-sale-submit-loading {
    display: inline-flex;
}

@keyframes vehicleSaleLoading {
    to {
        transform: rotate(360deg);
    }
}

.vehicle-sale-contact-panel {
    position: sticky;
    top: 148px;
}

.vehicle-sale-contact-main {
    position: relative;
    overflow: hidden;
    padding: 29px;
    color: #ffffff;
    background:
            radial-gradient(
                    circle at 100% 0,
                    rgba(255, 255, 255, 0.08),
                    transparent 34%
            ),
            linear-gradient(
                    145deg,
                    #090909,
                    #181818
            );
}

.vehicle-sale-contact-main::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: #ffffff;
}

.vehicle-sale-contact-eyebrow {
    color: rgba(255, 255, 255, 0.47);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.vehicle-sale-contact-main h3 {
    margin-top: 11px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.03em;
}

.vehicle-sale-contact-main > p {
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    line-height: 1.72;
}

.vehicle-sale-contact-button {
    min-height: 76px;
    margin-top: 12px;
    padding: 10px 14px;
    display: grid;
    grid-template-columns: 49px 1fr;
    align-items: center;
    gap: 13px;
    transition:
            box-shadow 0.3s ease,
            transform 0.3s ease;
}

.vehicle-sale-contact-button:hover {
    box-shadow: 0 13px 28px rgba(0, 0, 0, 0.24);
    transform: translateY(-2px);
}

.vehicle-sale-contact-button > span {
    width: 49px;
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vehicle-sale-contact-button svg {
    width: 24px;
    height: 24px;
}

.vehicle-sale-contact-button > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.vehicle-sale-contact-button small {
    font-size: 10px;
}

.vehicle-sale-contact-button strong {
    font-size: 15px;
    font-weight: 700;
}

.vehicle-sale-phone-button {
    margin-top: 24px;
    color: #111111;
    background: #ffffff;
}

.vehicle-sale-phone-button > span {
    border: 1px solid #d1d1d1;
}

.vehicle-sale-phone-button svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vehicle-sale-phone-button small {
    color: #777777;
}

.vehicle-sale-whatsapp-button {
    color: #ffffff;
    background:
            linear-gradient(
                    135deg,
                    #1fba5c,
                    #15944a
            );
}

.vehicle-sale-whatsapp-button > span {
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.vehicle-sale-whatsapp-button svg {
    fill: currentColor;
}

.vehicle-sale-whatsapp-button small {
    color: rgba(255, 255, 255, 0.74);
}

.vehicle-sale-contact-features {
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    background: #ffffff;
}

.vehicle-sale-contact-features > div {
    min-height: 91px;
    padding: 18px 21px;
    display: grid;
    grid-template-columns: 43px 1fr;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid #dddddd;
}

.vehicle-sale-contact-features > div > span {
    width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    color: #222222;
}

.vehicle-sale-contact-features svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
}

.vehicle-sale-contact-features strong {
    color: #222222;
    font-size: 13px;
    font-weight: 650;
}

.vehicle-sale-contact-features p {
    margin-top: 4px;
    color: #777777;
    font-size: 9px;
    line-height: 1.45;
}

.vehicle-sale-location-card {
    margin-top: 16px;
    padding: 25px;
    border: 1px solid #dddddd;
    background: #ffffff;
}

.vehicle-sale-location-card > span {
    color: #777777;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.vehicle-sale-location-card > strong {
    margin-top: 10px;
    display: block;
    color: #222222;
    font-size: 17px;
    font-weight: 650;
}

.vehicle-sale-location-card > p {
    margin-top: 7px;
    color: #696969;
    font-size: 11px;
    line-height: 1.65;
}

.vehicle-sale-location-card > a {
    min-height: 44px;
    margin-top: 17px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d7d7d7;
    color: #222222;
    background: #fafafa;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.vehicle-sale-location-card > a:hover {
    border-color: #111111;
    color: #ffffff;
    background: #111111;
}

.vehicle-sale-location-card svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
}

.vehicle-sale-success {
    min-height: 650px;
    padding: 70px 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #dddddd;
    text-align: center;
    background: #ffffff;
}

.vehicle-sale-success[hidden] {
    display: none;
}

.vehicle-sale-success-icon {
    width: 76px;
    height: 76px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #111111;
}

.vehicle-sale-success-icon svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
}

.vehicle-sale-success-eyebrow {
    margin-top: 27px;
    color: #737373;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vehicle-sale-success h3 {
    max-width: 650px;
    margin-top: 11px;
    color: #181818;
    font-size: 37px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.vehicle-sale-success > p {
    max-width: 610px;
    margin-top: 15px;
    color: #666666;
    font-size: 13px;
    line-height: 1.75;
}

.vehicle-sale-success-actions {
    margin-top: 27px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.vehicle-sale-success-actions button,
.vehicle-sale-success-actions a {
    min-height: 47px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.vehicle-sale-success-actions button {
    color: #ffffff;
    background: #111111;
}

.vehicle-sale-success-actions a {
    border: 1px solid #d5d5d5;
    color: #222222;
    background: #ffffff;
}

@media (max-width: 1200px) {
    .vehicle-sale-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vehicle-sale-process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vehicle-sale-process-grid article {
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    }

    .vehicle-sale-application-layout {
        grid-template-columns:
            minmax(0, 1fr)
            330px;
    }
}

@media (max-width: 1024px) {
    .vehicle-sale-hero-content {
        width: 100%;
    }

    .vehicle-sale-hero-card {
        display: none;
    }

    .vehicle-sale-intro-grid {
        grid-template-columns: 1fr;
    }

    .vehicle-sale-intro-image {
        height: 500px;
    }

    .vehicle-sale-section-heading {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 17px;
    }

    .vehicle-sale-application-layout {
        grid-template-columns: 1fr;
    }

    .vehicle-sale-contact-panel {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 17px;
    }

    .vehicle-sale-contact-main {
        grid-row: span 2;
    }

    .vehicle-sale-location-card {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .vehicle-sale-hero,
    .vehicle-sale-hero-container {
        min-height: 560px;
    }

    .vehicle-sale-hero-container {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .vehicle-sale-breadcrumb {
        margin-bottom: 31px;
    }

    .vehicle-sale-hero h1 {
        font-size: 46px;
    }

    .vehicle-sale-hero-content > p {
        font-size: 13px;
    }

    .vehicle-sale-intro,
    .vehicle-sale-benefits,
    .vehicle-sale-process,
    .vehicle-sale-application {
        padding-top: 55px;
        padding-bottom: 59px;
    }

    .vehicle-sale-intro-grid {
        gap: 39px;
    }

    .vehicle-sale-intro-image {
        height: 390px;
    }

    .vehicle-sale-intro-content h2,
    .vehicle-sale-section-heading h2,
    .vehicle-sale-process-heading h2,
    .vehicle-sale-application-heading h2 {
        font-size: 37px;
    }

    .vehicle-sale-benefits-grid,
    .vehicle-sale-process-grid {
        grid-template-columns: 1fr;
    }

    .vehicle-sale-benefit-card {
        min-height: 265px;
    }

    .vehicle-sale-process-grid article {
        min-height: auto;
        padding: 23px 0;
        border-right: 0;
    }

    .vehicle-sale-process-grid h3 {
        margin-top: 24px;
    }

    .vehicle-sale-form-section {
        padding: 24px;
    }

    .vehicle-sale-form-grid {
        grid-template-columns: 1fr;
    }

    .vehicle-sale-full-column {
        grid-column: auto;
    }

    .vehicle-sale-image-preview {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vehicle-sale-form-submit {
        padding: 27px 24px;
        align-items: stretch;
        flex-direction: column;
    }

    .vehicle-sale-form-submit > button {
        width: 100%;
        min-width: 0;
    }

    .vehicle-sale-contact-panel {
        grid-template-columns: 1fr;
    }

    .vehicle-sale-contact-main {
        grid-row: auto;
    }
}

@media (max-width: 480px) {
    .vehicle-sale-hero,
    .vehicle-sale-hero-container {
        min-height: 540px;
    }

    .vehicle-sale-hero-container {
        padding-top: 32px;
        padding-bottom: 34px;
    }

    .vehicle-sale-hero h1 {
        font-size: 39px;
    }

    .vehicle-sale-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .vehicle-sale-primary-button,
    .vehicle-sale-secondary-button {
        width: 100%;
    }

    .vehicle-sale-intro-statistics {
        grid-template-columns: 1fr;
    }

    .vehicle-sale-intro-statistics > div {
        min-height: 79px;
        padding: 17px 0;
        border-right: 0;
        border-bottom: 1px solid #dddddd;
    }

    .vehicle-sale-intro-statistics > div:last-child {
        border-bottom: 0;
    }

    .vehicle-sale-intro-image {
        height: 310px;
    }

    .vehicle-sale-intro-content h2,
    .vehicle-sale-section-heading h2,
    .vehicle-sale-process-heading h2,
    .vehicle-sale-application-heading h2 {
        font-size: 32px;
    }

    .vehicle-sale-form-section {
        padding: 19px;
    }

    .vehicle-sale-form-section-heading {
        grid-template-columns: 39px 1fr;
        gap: 13px;
    }

    .vehicle-sale-form-section-heading > span {
        width: 39px;
        height: 39px;
    }

    .vehicle-sale-form-section-heading h3 {
        font-size: 19px;
    }

    .vehicle-sale-upload-area {
        min-height: 290px;
        padding: 33px 17px;
    }

    .vehicle-sale-upload-area h4 {
        font-size: 17px;
    }

    .vehicle-sale-image-preview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vehicle-sale-upload-status {
        padding: 11px;
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .vehicle-sale-success {
        min-height: 560px;
        padding: 50px 20px;
    }

    .vehicle-sale-success h3 {
        font-size: 31px;
    }
}

.vehicle-sale-hero-content h1{
    max-width:760px;
    font-size:clamp(42px, 4.4vw, 72px);
    line-height:1.02;
    letter-spacing:0;
}

.vehicle-sale-hero-content p{
    max-width:680px;
    font-size:17px;
    line-height:1.7;
}

.vehicle-sale-eyebrow,
.vehicle-sale-section-eyebrow,
.vehicle-sale-dark-eyebrow{
    font-size:12px;
    letter-spacing:.14em;
}

.vehicle-sale-hero-card span,
.vehicle-sale-contact-eyebrow{
    font-size:12px;
}

.vehicle-sale-hero-card p{
    font-size:14px;
    line-height:1.45;
}

.vehicle-sale-application-heading h2,
.vehicle-sale-intro-content h2,
.vehicle-sale-section-heading h2,
.vehicle-sale-process-heading h2{
    font-size:clamp(30px, 3vw, 46px);
    line-height:1.12;
    letter-spacing:0;
}

.vehicle-sale-application-heading p,
.vehicle-sale-intro-content p,
.vehicle-sale-section-heading p,
.vehicle-sale-process-heading p{
    font-size:16px;
    line-height:1.75;
}

.vehicle-sale-form-section-heading h3{
    font-size:21px;
    line-height:1.25;
}

.vehicle-sale-form-section-heading p{
    font-size:14px;
    line-height:1.55;
}

.vehicle-sale-form-group label{
    font-size:13px;
    line-height:1.25;
}

.vehicle-sale-form-group input,
.vehicle-sale-form-group select,
.vehicle-sale-form-group textarea{
    font-size:15px;
}

.vehicle-sale-form-group input::placeholder,
.vehicle-sale-form-group textarea::placeholder{
    font-size:14px;
}

.vehicle-sale-approval-list label{
    font-size:14px;
    line-height:1.45;
}

.vehicle-sale-submit-button,
.vehicle-sale-primary-button,
.vehicle-sale-secondary-button,
.vehicle-sale-call-button,
.vehicle-sale-whatsapp-button{
    font-size:14px;
}

.vehicle-sale-contact-card h3{
    font-size:26px;
    line-height:1.18;
}

.vehicle-sale-contact-card p{
    font-size:15px;
    line-height:1.65;
}

.vehicle-sale-contact-features strong,
.vehicle-sale-location-card strong{
    font-size:15px;
}

.vehicle-sale-contact-features p,
.vehicle-sale-location-card p,
.vehicle-sale-location-card a{
    font-size:14px;
    line-height:1.55;
}

.vehicle-sale-intro-statistics strong{
    font-size:24px;
}

.vehicle-sale-intro-statistics span{
    font-size:13px;
}

.vehicle-sale-benefit-card h3,
.vehicle-sale-process-grid h3{
    font-size:20px;
    line-height:1.25;
}

.vehicle-sale-benefit-card p,
.vehicle-sale-process-grid p{
    font-size:15px;
    line-height:1.65;
}

@media(max-width:768px){
    .vehicle-sale-hero-content h1{
        font-size:38px;
    }

    .vehicle-sale-hero-content p,
    .vehicle-sale-application-heading p,
    .vehicle-sale-intro-content p,
    .vehicle-sale-section-heading p,
    .vehicle-sale-process-heading p{
        font-size:15px;
    }

    .vehicle-sale-application-heading h2,
    .vehicle-sale-intro-content h2,
    .vehicle-sale-section-heading h2,
    .vehicle-sale-process-heading h2{
        font-size:30px;
    }
}
.vehicle-sale-application-heading{
    width:100%;
    max-width:none;
    margin-left:0;
    margin-right:0;
}

.vehicle-sale-application-heading h2{
    max-width:980px;
    font-size:clamp(34px, 3.2vw, 50px);
    line-height:1.12;
    letter-spacing:0;
}

.vehicle-sale-application-heading p{
    max-width:900px;
    font-size:16px;
    line-height:1.75;
}

@media(max-width:768px){
    .vehicle-sale-application-heading h2{
        font-size:30px;
    }

    .vehicle-sale-application-heading p{
        font-size:15px;
    }
}
.vehicle-sale-application-heading{
    width:100%;
    max-width:none;
    margin-left:0;
    margin-right:0;
}

.vehicle-sale-application-heading h2{
    max-width:980px;
    font-size:clamp(34px,3.2vw,50px);
    line-height:1.12;
    letter-spacing:0;
}

.vehicle-sale-application-heading p{
    max-width:900px;
    font-size:16px;
    line-height:1.75;
}
