:root {
    --af-sell-brand: #eb554d;
    --af-sell-brand-dark: #cf4039;
    --af-sell-olive: #354221;
    --af-sell-ink: #25271f;
    --af-sell-muted: #65675f;
    --af-sell-border: #e8e0d9;
    --af-sell-ivory: #fbf8f4;
    --af-sell-blush: #fff4f1;
    --af-sell-shadow: 0 16px 50px rgba(52, 41, 34, .09);
}

.af-sell {
    background: #fff;
    color: var(--af-sell-ink);
    font-family: Poppins, Arial, sans-serif;
    overflow: hidden;
}

.af-sell *,
.af-sell *::before,
.af-sell *::after {
    box-sizing: border-box;
}

.af-sell__container {
    margin: 0 auto;
    max-width: 1280px;
    padding-inline: 30px;
    width: 100%;
}

.af-sell__narrow {
    max-width: 920px;
    text-align: center;
}

.af-sell h1,
.af-sell h2,
.af-sell h3 {
    color: var(--af-sell-ink);
    font-family: Sailors, Poppins, Arial, sans-serif;
    font-weight: 400;
    margin-top: 0;
}

.af-sell p {
    color: var(--af-sell-muted);
}

.af-sell a:focus-visible,
.af-sell button:focus-visible,
.af-sell input:focus-visible,
.af-sell select:focus-visible,
.af-sell textarea:focus-visible,
.af-sell summary:focus-visible,
.af-sell .af-sell__file-control:focus-within {
    outline: 3px solid rgba(235, 85, 77, .28);
    outline-offset: 3px;
}

.af-sell__sr-only {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.af-sell__hero {
    background: var(--af-sell-ivory);
    min-height: 610px;
    overflow: hidden;
    position: relative;
}

.af-sell__hero::after {
    background: linear-gradient(90deg, rgba(251, 248, 244, .98) 0%, rgba(251, 248, 244, .92) 31%, rgba(251, 248, 244, .3) 52%, rgba(251, 248, 244, 0) 67%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

[dir="rtl"] .af-sell__hero::after {
    background: linear-gradient(270deg, rgba(251, 248, 244, .98) 0%, rgba(251, 248, 244, .92) 31%, rgba(251, 248, 244, .3) 52%, rgba(251, 248, 244, 0) 67%);
}

.af-sell__hero-media,
.af-sell__hero-media img {
    display: block;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.af-sell__hero-media img {
    object-fit: cover;
    object-position: center center;
}

.af-sell__hero-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    min-height: 610px;
    max-width: 1280px;
    padding: 70px 30px 105px;
    position: relative;
    z-index: 2;
}

.af-sell__hero-content > * {
    max-width: 540px;
}

.af-sell__eyebrow {
    color: var(--af-sell-brand) !important;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: .105em;
    line-height: 1.45 !important;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.af-sell__hero h1 {
    color: var(--af-sell-ink);
    font-size: clamp(52px, 6vw, 82px);
    line-height: .98;
    margin-bottom: 22px;
}

.af-sell__hero-lead {
    color: #36372f !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
    margin: 0;
}

.af-sell__hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
    margin-top: 28px;
}

.af-sell__button {
    align-items: center;
    background: var(--af-sell-brand);
    border: 1px solid var(--af-sell-brand);
    border-radius: 6px;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    font-family: Poppins, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    gap: 15px;
    justify-content: center;
    min-height: 50px;
    padding: 13px 22px;
    text-decoration: none !important;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.af-sell__button:hover {
    background: var(--af-sell-brand-dark);
    border-color: var(--af-sell-brand-dark);
    transform: translateY(-1px);
}

.af-sell__text-link {
    color: var(--af-sell-ink) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

.af-sell__benefit-wrap {
    margin-top: -62px;
    position: relative;
    z-index: 3;
}

.af-sell__benefits {
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(231, 224, 217, .9);
    border-radius: 14px;
    box-shadow: var(--af-sell-shadow);
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 22px 8px;
}

.af-sell__benefits li {
    align-items: center;
    border-inline-end: 1px solid var(--af-sell-border);
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 2px 16px;
    text-align: center;
}

.af-sell__benefits li:last-child {
    border-inline-end: 0;
}

.af-sell__benefit-icon {
    color: var(--af-sell-olive);
    font-size: 27px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 7px;
}

.af-sell__benefits strong {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    max-width: 130px;
}

.af-sell__section {
    padding: 76px 0;
}

.af-sell__overview {
    padding-bottom: 62px;
    padding-top: 64px;
}

.af-sell__overview h2,
.af-sell__section-heading h2 {
    font-size: clamp(32px, 3.6vw, 48px);
    line-height: 1.12;
    margin-bottom: 18px;
}

.af-sell__overview p:not(.af-sell__eyebrow) {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 auto 12px;
    max-width: 800px;
}

.af-sell__section-heading {
    margin: 0 auto 38px;
    max-width: 780px;
    text-align: center;
}

.af-sell__section-heading > p:last-child {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 650px;
}

.af-sell__section-heading h2::after,
.af-sell__overview h2::after {
    background: var(--af-sell-brand);
    content: "";
    display: block;
    height: 2px;
    margin: 14px auto 0;
    width: 46px;
}

.af-sell__categories-section {
    background: var(--af-sell-ivory);
}

.af-sell__categories {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.af-sell__category-card {
    background: #fff;
    border: 1px solid var(--af-sell-border);
    border-radius: 12px;
    min-height: 220px;
    padding: 27px 16px 22px;
    text-align: center;
    transition: box-shadow .2s ease, transform .2s ease;
}

.af-sell__category-card:hover {
    box-shadow: 0 10px 30px rgba(52, 41, 34, .08);
    transform: translateY(-3px);
}

.af-sell__category-icon {
    align-items: center;
    background: linear-gradient(145deg, #fff5ef, #f2eadc);
    border-radius: 50%;
    color: var(--af-sell-olive);
    display: inline-flex;
    font-size: 30px;
    height: 80px;
    justify-content: center;
    margin-bottom: 18px;
    width: 80px;
}

.af-sell__category-card h3 {
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
}

.af-sell__category-card p {
    font-size: 11px;
    line-height: 1.55;
    margin: 0;
}

.af-sell__models {
    border: 1px solid var(--af-sell-border);
    border-radius: 14px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
}

.af-sell__models article {
    border-inline-end: 1px solid var(--af-sell-border);
    padding: 32px 28px;
    text-align: center;
}

.af-sell__models article:last-child {
    border-inline-end: 0;
}

.af-sell__model-icon {
    align-items: center;
    background: var(--af-sell-ivory);
    border-radius: 50%;
    color: var(--af-sell-olive);
    display: inline-flex;
    font-size: 27px;
    height: 72px;
    justify-content: center;
    margin-bottom: 18px;
    width: 72px;
}

.af-sell__models h3 {
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 9px;
}

.af-sell__models p {
    font-size: 12px;
    line-height: 1.65;
    margin: 0;
}

.af-sell__process-section {
    background: linear-gradient(180deg, #fff 0%, #fff8f5 100%);
    padding-top: 0;
}

@media (min-width: 768px) {
    #partnership-process-title {
        white-space: nowrap;
    }
}

.af-sell__steps {
    counter-reset: af-sell-step;
    display: grid;
    gap: 34px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.af-sell__steps li {
    min-width: 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
}

.af-sell__steps li:not(:last-child)::after {
    color: #b8ad9d;
    content: "→";
    font-size: 22px;
    inset-inline-end: -25px;
    position: absolute;
    top: 46px;
}

[dir="rtl"] .af-sell__steps li:not(:last-child)::after {
    content: "←";
}

.af-sell__step-number {
    align-items: center;
    background: var(--af-sell-brand);
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: 26px;
    inset-inline-start: calc(50% + 24px);
    justify-content: center;
    position: absolute;
    top: -2px;
    width: 26px;
    z-index: 1;
}

.af-sell__step-icon {
    align-items: center;
    background: #fff;
    border: 1px solid var(--af-sell-border);
    border-radius: 50%;
    color: var(--af-sell-olive);
    display: inline-flex;
    font-size: 28px;
    height: 94px;
    justify-content: center;
    margin-bottom: 18px;
    width: 94px;
}

.af-sell__steps h3 {
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 8px;
}

.af-sell__steps p {
    font-size: 12px;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 250px;
}

.af-sell__application {
    background: var(--af-sell-ivory);
    padding: 78px 0;
}

.af-sell__application-grid {
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
}

.af-sell__application-copy {
    padding-top: 12px;
}

.af-sell__application-copy h2 {
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.1;
    margin-bottom: 17px;
}

.af-sell__application-copy > p:not(.af-sell__eyebrow) {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 24px;
}

.af-sell__application-copy h3 {
    font-family: Poppins, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 25px 0 12px;
}

.af-sell__application-copy ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.af-sell__application-copy li {
    color: #50524a;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px;
    padding-inline-start: 27px;
    position: relative;
}

.af-sell__application-copy li::before {
    align-items: center;
    border: 1px solid var(--af-sell-brand);
    border-radius: 50%;
    color: var(--af-sell-brand);
    content: "✓";
    display: flex;
    font-size: 9px;
    height: 17px;
    inset-inline-start: 0;
    justify-content: center;
    position: absolute;
    top: 1px;
    width: 17px;
}

.af-sell__form-card {
    background: #fff;
    border: 1px solid var(--af-sell-border);
    border-radius: 14px;
    box-shadow: var(--af-sell-shadow);
    padding: 34px;
}

.af-sell__form-card > h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.af-sell__form-card > p {
    font-size: 12px;
    margin: 0 0 22px;
}

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

.af-sell__field {
    min-width: 0;
}

.af-sell__field--full {
    grid-column: 1 / -1;
}

.af-sell__field > label:not(.af-sell__file-control) {
    color: #3c3d38;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 5px;
}

.af-sell__field label > span[aria-hidden="true"] {
    color: var(--af-sell-brand);
}

.af-sell__optional {
    color: #7a7b76;
    font-weight: 400;
    margin-inline-start: 2px;
}

.af-sell__optional::before {
    content: "(";
}

.af-sell__optional::after {
    content: ")";
}

.af-sell__field input:not([type="checkbox"]):not([type="file"]),
.af-sell__field select,
.af-sell__field textarea,
.af-sell__file-control {
    appearance: none;
    background: #fff;
    border: 1px solid #dcd8d2;
    border-radius: 6px;
    color: #33352f;
    font: inherit;
    font-size: 13px;
    line-height: 1.5;
    min-height: 44px;
    padding: 11px 12px;
    width: 100%;
}

.af-sell__field select {
    background-image: linear-gradient(45deg, transparent 50%, #777 50%), linear-gradient(135deg, #777 50%, transparent 50%);
    background-position: calc(100% - 16px) 18px, calc(100% - 11px) 18px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    padding-inline-end: 34px;
}

[dir="rtl"] .af-sell__field select {
    background-position: 16px 18px, 11px 18px;
}

.af-sell__field textarea {
    min-height: 96px;
    resize: vertical;
}

.af-sell__field input:focus,
.af-sell__field select:focus,
.af-sell__field textarea:focus {
    border-color: var(--af-sell-brand);
    outline: none;
}

.af-sell__file-control {
    align-items: center;
    cursor: pointer;
    display: flex !important;
    font-weight: 400 !important;
    gap: 10px;
    margin: 0 !important;
    overflow: hidden;
}

.af-sell__file-control i {
    color: var(--af-sell-brand);
    flex: 0 0 auto;
    font-size: 17px;
}

.af-sell__file-control span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.af-sell__file-input {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.af-sell__field [aria-invalid="true"]:not([type="checkbox"]),
.af-sell__file-input[aria-invalid="true"] + .af-sell__form-error {
    border-color: #b42318;
}

.af-sell__form-error {
    color: #a82018 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    margin: 4px 0 0;
}

.af-sell__form-alert {
    background: #fff0ef;
    border: 1px solid #efb3b0;
    border-radius: 6px;
    color: #8d1712;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 11px 12px;
}

.af-sell__honeypot {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.af-sell__submit {
    margin-top: 18px;
    width: 100%;
}

.af-sell__faq-container {
    max-width: 980px;
}

.af-sell__faq {
    border-top: 1px solid var(--af-sell-border);
}

.af-sell__faq details {
    border-bottom: 1px solid var(--af-sell-border);
}

.af-sell__faq summary {
    color: var(--af-sell-ink);
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    list-style: none;
    padding: 19px 42px 19px 0;
    position: relative;
}

[dir="rtl"] .af-sell__faq summary {
    padding: 19px 0 19px 42px;
}

.af-sell__faq summary::-webkit-details-marker {
    display: none;
}

.af-sell__faq summary span::before,
.af-sell__faq summary span::after {
    background: var(--af-sell-brand);
    content: "";
    height: 1px;
    inset-inline-end: 4px;
    position: absolute;
    top: 27px;
    width: 14px;
}

.af-sell__faq summary span::after {
    transform: rotate(90deg);
    transition: transform .2s ease;
}

.af-sell__faq details[open] summary span::after {
    transform: rotate(0);
}

.af-sell__faq details div {
    max-width: 870px;
    padding: 0 42px 18px 0;
}

[dir="rtl"] .af-sell__faq details div {
    padding: 0 0 18px 42px;
}

.af-sell__faq details p {
    font-size: 12px;
    line-height: 1.75;
    margin: 0;
}

.af-sell-thank-you {
    align-items: center;
    background: var(--af-sell-blush);
    display: flex;
    justify-content: center;
    min-height: 70vh;
    padding: 60px 24px;
}

.af-sell-thank-you__card {
    background: #fff;
    border: 1px solid var(--af-sell-border);
    border-radius: 14px;
    box-shadow: var(--af-sell-shadow);
    max-width: 720px;
    padding: 48px;
    text-align: center;
    width: 100%;
}

.af-sell-thank-you__mark {
    align-items: center;
    background: #ffe8e6;
    border-radius: 50%;
    color: var(--af-sell-brand);
    display: flex;
    font-size: 26px;
    height: 62px;
    justify-content: center;
    margin: 0 auto 18px;
    width: 62px;
}

.af-sell-thank-you h1 {
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.15;
    margin-bottom: 16px;
}

.af-sell-thank-you p {
    font-size: 14px;
    line-height: 1.7;
}

.af-sell-thank-you__reference {
    color: var(--af-sell-ink) !important;
}

.af-sell-thank-you .af-sell__button {
    margin-top: 10px;
}

@media (max-width: 1100px) {
    .af-sell__categories {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .af-sell__benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .af-sell__benefits li:nth-child(3) {
        border-inline-end: 0;
    }

    .af-sell__benefits li:nth-child(-n+3) {
        border-bottom: 1px solid var(--af-sell-border);
        padding-bottom: 15px;
    }

    .af-sell__benefits li:nth-child(n+4) {
        padding-top: 15px;
    }

    .af-sell__models {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .af-sell__models article:nth-child(2) {
        border-inline-end: 0;
    }

    .af-sell__models article:nth-child(-n+2) {
        border-bottom: 1px solid var(--af-sell-border);
    }
}

@media (max-width: 900px) {
    .af-sell__hero::after {
        background: linear-gradient(90deg, rgba(251, 248, 244, .98) 0%, rgba(251, 248, 244, .91) 46%, rgba(251, 248, 244, .22) 76%, rgba(251, 248, 244, 0) 100%);
    }

    [dir="rtl"] .af-sell__hero::after {
        background: linear-gradient(270deg, rgba(251, 248, 244, .98) 0%, rgba(251, 248, 244, .91) 46%, rgba(251, 248, 244, .22) 76%, rgba(251, 248, 244, 0) 100%);
    }

    .af-sell__hero-media img {
        object-position: 58% center;
    }

    [dir="rtl"] .af-sell__hero-media img {
        object-position: 42% center;
    }

    .af-sell__application-grid {
        grid-template-columns: 1fr;
    }

    .af-sell__application-copy {
        max-width: 760px;
    }

    .af-sell__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 50px;
    }

    .af-sell__steps li:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .af-sell__container {
        padding-inline: 18px;
    }

    .af-sell__hero,
    .af-sell__hero-content {
        min-height: 610px;
    }

    .af-sell__hero::after,
    [dir="rtl"] .af-sell__hero::after {
        background: linear-gradient(180deg, rgba(26, 28, 21, .25) 0%, rgba(26, 28, 21, .76) 68%, rgba(26, 28, 21, .88) 100%);
    }

    .af-sell__hero-media img,
    [dir="rtl"] .af-sell__hero-media img {
        object-position: 65% center;
    }

    .af-sell__hero-content {
        justify-content: flex-end;
        padding: 60px 20px 92px;
    }

    .af-sell__hero .af-sell__eyebrow {
        color: #ffd9d5 !important;
    }

    .af-sell__hero h1,
    .af-sell__hero .af-sell__hero-lead,
    .af-sell__hero .af-sell__text-link {
        color: #fff !important;
        text-shadow: 0 2px 8px rgba(0, 0, 0, .38);
    }

    .af-sell__hero h1 {
        font-size: 48px;
    }

    .af-sell__benefit-wrap {
        margin-top: -48px;
    }

    .af-sell__benefits {
        border-radius: 10px;
        padding: 18px 5px;
    }

    .af-sell__benefits li {
        padding-inline: 7px;
    }

    .af-sell__benefit-icon {
        font-size: 22px;
    }

    .af-sell__benefits strong {
        font-size: 9px;
    }

    .af-sell__section,
    .af-sell__application {
        padding: 54px 0;
    }

    .af-sell__overview {
        padding-top: 64px;
    }

    .af-sell__process-section {
        padding-top: 0;
    }

    .af-sell__categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .af-sell__category-card {
        min-height: 200px;
        padding-inline: 12px;
    }

    .af-sell__models {
        grid-template-columns: 1fr;
    }

    .af-sell__models article,
    .af-sell__models article:nth-child(2) {
        border-bottom: 1px solid var(--af-sell-border);
        border-inline-end: 0;
    }

    .af-sell__models article:last-child {
        border-bottom: 0;
    }

    .af-sell__steps {
        gap: 42px;
        grid-template-columns: 1fr;
    }

    .af-sell__steps li:not(:last-child)::after,
    [dir="rtl"] .af-sell__steps li:not(:last-child)::after {
        bottom: -33px;
        content: "↓";
        display: block;
        inset-inline-end: auto;
        left: 50%;
        top: auto;
        transform: translateX(-50%);
    }

    .af-sell__form-card {
        padding: 28px 20px;
    }

    .af-sell__form-grid {
        grid-template-columns: 1fr;
    }

    .af-sell__field--full {
        grid-column: auto;
    }

    .af-sell-thank-you__card {
        padding: 36px 22px;
    }
}

@media (max-width: 420px) {
    .af-sell__hero h1 {
        font-size: 42px;
    }

    .af-sell__hero-actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .af-sell__button {
        width: 100%;
    }

    .af-sell__categories {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .af-sell *,
    .af-sell *::before,
    .af-sell *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
