.sell-platform-hero {
    background: #f7f4f6;
    overflow: hidden;
    position: relative;
}

.sell-platform-hero__inner {
    margin: 0 auto;
    max-width: 1600px;
    padding: 78px 24px 74px;
    position: relative;
    z-index: 2;
}

.sell-platform-hero__content {
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
}

.sell-platform-hero__content h1 {
    color: #000;
    font-size: clamp(2.2rem, 3.2vw, 4rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0;
}

.sell-platform-hero__content p {
    color: #111;
    font-size: clamp(1rem, 1.3vw, 1.7rem);
    line-height: 1.8;
    margin: 20px auto 0;
    max-width: 900px;
}

.sell-platform-hero__cta {
    align-items: center;
    background: #ff6a00;
    border-radius: 4px;
    color: #fff !important;
    display: inline-flex;
    font-size: clamp(1.05rem, 1.2vw, 1.55rem);
    font-weight: 700;
    justify-content: center;
    margin-top: 22px;
    min-height: 46px;
    min-width: 220px;
    padding: 10px 28px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.sell-platform-hero__cta:hover {
    background: #ef6200;
    box-shadow: 0 12px 24px rgba(255, 106, 0, 0.22);
    transform: translateY(-1px);
}

.sell-platform-hero__rays {
    bottom: 0;
    height: 110px;
    inset-inline: 0;
    pointer-events: none;
    position: absolute;
}

.sell-platform-hero__ray,
.sell-platform-hero__bar {
    display: block;
    position: absolute;
}

.sell-platform-hero__ray--left-light {
    background: #ffd8c4;
    bottom: 38px;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    height: 72px;
    inset-inline-start: 0;
    width: 52%;
}

.sell-platform-hero__ray--left-dark {
    background: #ffb07d;
    bottom: 38px;
    clip-path: polygon(0 48%, 100% 100%, 0 100%);
    height: 38px;
    inset-inline-start: 0;
    width: 52%;
}

.sell-platform-hero__ray--right-light {
    background: #ffd8c4;
    bottom: 38px;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    height: 72px;
    inset-inline-end: 0;
    width: 52%;
}

.sell-platform-hero__ray--right-dark {
    background: #ffb07d;
    bottom: 38px;
    clip-path: polygon(0 100%, 100% 48%, 100% 100%);
    height: 38px;
    inset-inline-end: 0;
    width: 52%;
}

.sell-platform-hero__bar--soft {
    background: #ffa46e;
    bottom: 10px;
    height: 30px;
    inset-inline: 0;
}

.sell-platform-hero__bar--strong {
    background: #ff6a00;
    bottom: 0;
    height: 10px;
    inset-inline: 0;
}

.sell-platform-features {
    background: #f8f5f7;
    padding: 30px 0 8px;
}

.sell-platform-features__container {
    margin: 0 auto;
    max-width: 1620px;
    padding: 0 36px;
}

.sell-platform-features__heading {
    align-items: center;
    display: flex;
    direction: ltr;
    gap: 18px;
    justify-content: center;
    margin-bottom: 28px;
    text-align: center;
}

.sell-platform-features__heading h2 {
    color: #000;
    direction: rtl;
    font-size: clamp(1.9rem, 2.3vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
}

.sell-platform-features__line {
    background: #ff6a00;
    display: block;
    height: 2px;
    max-width: 440px;
    width: 100%;
}

.sell-platform-features__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.sell-platform-features__card {
    background: #fff;
    border: 1px solid #ddd6db;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.04);
    flex: 0 0 calc(25% - 14px);
    overflow: hidden;
    width: calc(25% - 14px);
}

.sell-platform-features__image-wrap {
    align-items: center;
    background: linear-gradient(180deg, #fdfdfd, #f6f4f5);
    display: flex;
    justify-content: center;
    min-height: 246px;
    padding: 18px;
    position: relative;
}

.sell-platform-features__image-wrap.has-image img {
    height: auto;
    max-height: 210px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.sell-platform-features__image-wrap.is-placeholder {
    background: linear-gradient(180deg, #fbfbfb, #f2f3f5);
}

.sell-platform-features__placeholder {
    aspect-ratio: 1.55;
    max-width: 290px;
    position: relative;
    width: 100%;
}

.sell-platform-features__placeholder-screen {
    background: linear-gradient(180deg, #eef2f7, #fff);
    border: 12px solid #dae3ee;
    border-radius: 18px;
    inset: 0;
    position: absolute;
}

.sell-platform-features__placeholder-dot {
    background: #ff6a00;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255, 106, 0, 0.15);
    height: 62px;
    position: absolute;
    right: 12px;
    top: 16px;
    width: 62px;
}

.sell-platform-features__placeholder-chart {
    align-items: end;
    bottom: 22px;
    display: flex;
    gap: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.sell-platform-features__placeholder-chart i {
    background: linear-gradient(180deg, #ff8a3d, #ff5b00);
    border-radius: 6px 6px 0 0;
    display: block;
    width: 24px;
}

.sell-platform-features__placeholder-chart i:first-child {
    height: 48px;
}

.sell-platform-features__placeholder-chart i:nth-child(2) {
    height: 74px;
}

.sell-platform-features__placeholder-chart i:nth-child(3) {
    height: 100px;
}

.sell-platform-features__body {
    padding: 18px 22px 22px;
    text-align: center;
}

.sell-platform-features__body h3 {
    color: #111;
    font-size: clamp(1.45rem, 1.6vw, 2rem);
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 10px;
}

.sell-platform-features__body p {
    color: #232323;
    font-size: clamp(1rem, 1vw, 1.22rem);
    line-height: 1.65;
    margin: 0;
}

.sell-platform-benefits {
    background: #f8f5f7;
    padding: 30px 0 20px;
}

.sell-platform-benefits__container {
    margin: 0 auto;
    max-width: 1480px;
    padding: 0 24px;
}

.sell-platform-benefits__heading {
    align-items: center;
    display: flex;
    direction: ltr;
    gap: 18px;
    justify-content: center;
    margin-bottom: 24px;
}

.sell-platform-benefits__heading h2 {
    color: #000;
    direction: rtl;
    font-size: clamp(1.9rem, 2.3vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
}

.sell-platform-benefits__line {
    background: #ff6a00;
    display: block;
    height: 2px;
    max-width: 445px;
    width: 100%;
}

.sell-platform-benefits__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}

.sell-platform-benefits__card {
    background: #fff;
    border: 1px solid #dcd6da;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
    flex: 0 0 calc(25% - 14px);
    overflow: hidden;
    width: calc(25% - 14px);
}

.sell-platform-benefits__card-head {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: space-between;
    min-height: 88px;
    padding: 18px 22px;
}

.sell-platform-benefits__card-head h3 {
    color: #0f172a;
    font-size: clamp(1.55rem, 1.6vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.sell-platform-benefits__icon {
    color: #ff6a00;
    flex: 0 0 auto;
    font-size: 42px;
    line-height: 1;
    margin-inline-start: 16px;
}

.sell-platform-benefits__card-body {
    background: #f7f4f7;
    min-height: 128px;
    padding: 22px 24px 24px;
    text-align: center;
}

.sell-platform-benefits__card-body p {
    color: #111827;
    font-size: clamp(1rem, 1vw, 1.2rem);
    line-height: 1.6;
    margin: 0;
}

.sell-platform-pricing {
    background: #f8f5f7;
    padding: 26px 0 18px;
}

.sell-platform-pricing__container {
    margin: 0 auto;
    max-width: 1160px;
    padding: 0 16px;
}

.sell-platform-pricing__heading {
    margin: 0 auto 18px;
    max-width: 700px;
    text-align: center;
}

.sell-platform-pricing__heading h2 {
    color: #0f172a;
    font-size: clamp(2rem, 2.4vw, 3.1rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.sell-platform-pricing__heading h2 span,
.sell-platform-pricing__heading h2 strong {
    color: #ff6a00;
}

.sell-platform-pricing__heading p {
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 10px;
}

.sell-platform-pricing__grid {
    align-items: stretch;
    display: flex;
    gap: 0;
    justify-content: center;
}

.sell-platform-pricing__card {
    background: #fff;
    border-top: 2px solid #ff6a00;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
    display: flex;
    flex: 0 0 33.3333%;
    flex-direction: column;
    min-width: 0;
    position: relative;
}

.sell-platform-pricing__card.is-featured {
    background: #243447;
    color: #fff;
    transform: translateY(-16px);
    z-index: 2;
}

.sell-platform-pricing__ribbon {
    background: #ff6a00;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    left: 0;
    padding: 3px 14px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.sell-platform-pricing__head {
    padding: 34px 20px 10px;
    text-align: center;
}

.sell-platform-pricing__card.is-featured .sell-platform-pricing__head {
    padding-top: 40px;
}

.sell-platform-pricing__head h3 {
    color: inherit;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.sell-platform-pricing__badge {
    color: #ff6a00;
    font-size: 14px;
    font-weight: 700;
    margin-top: 8px;
}

.sell-platform-pricing__price-box {
    background: rgba(255, 106, 0, 0.04);
    border: 1px solid rgba(255, 106, 0, 0.25);
    margin: 0 14px;
    padding: 16px 16px 14px;
    position: relative;
    text-align: center;
}

.sell-platform-pricing__card.is-featured .sell-platform-pricing__price-box {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 106, 0, 0.45);
}

.sell-platform-pricing__discount {
    background: #ff2558;
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 6px 14px;
}

.sell-platform-pricing__old-price {
    color: #ff4c6d;
    font-size: 1.1rem;
    margin-bottom: 2px;
    text-decoration: line-through;
}

.sell-platform-pricing__price {
    align-items: flex-start;
    color: inherit;
    display: inline-flex;
    font-weight: 700;
    gap: 2px;
    line-height: 1;
}

.sell-platform-pricing__price-value {
    font-size: 3.1rem;
}

.sell-platform-pricing__currency {
    font-size: 1.55rem;
    margin-top: 4px;
}

.sell-platform-pricing__period {
    color: #9ca3af;
    font-size: .95rem;
    margin-top: 6px;
}

.sell-platform-pricing__card.is-featured .sell-platform-pricing__period {
    color: rgba(255, 255, 255, 0.75);
}

.sell-platform-pricing__saving {
    background: #ff7a15;
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    padding: 5px 12px;
}

.sell-platform-pricing__setup {
    background: #fff3e4;
    border-radius: 10px;
    color: #d46600;
    font-size: 1.05rem;
    font-weight: 700;
    margin: 10px 14px 0;
    padding: 8px 14px;
    text-align: center;
}

.sell-platform-pricing__card.is-featured .sell-platform-pricing__setup {
    background: rgba(255, 122, 21, 0.15);
    color: #ffe2c5;
}

.sell-platform-pricing__features {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    flex: 1 1 auto;
    margin-top: 12px;
    padding: 12px 18px 18px;
}

.sell-platform-pricing__card.is-featured .sell-platform-pricing__features {
    border-top-color: rgba(255, 255, 255, 0.1);
}

.sell-platform-pricing__features h4 {
    color: inherit;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: right;
}

.sell-platform-pricing__features ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sell-platform-pricing__features li {
    color: inherit;
    list-style: none;
    font-size: 1rem;
    line-height: 1.8;
    padding-right: 18px;
    position: relative;
}

.sell-platform-pricing__features li::before {
    color: #ff8a3d;
    content: "✓";
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 2px;
}

.sell-platform-pricing__footer {
    margin-top: auto;
    padding: 12px 14px 14px;
}

.sell-platform-pricing__button {
    background: #fff;
    border: 1px solid #d5d9df;
    color: #1f2937 !important;
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 13px 18px;
    text-align: center;
}

.sell-platform-pricing__card.is-featured .sell-platform-pricing__button {
    background: #ff6a00;
    border-color: #ff6a00;
    color: #fff !important;
}

.sell-platform-payment-modal .modal-dialog {
    max-width: 460px;
}

.sell-platform-payment-modal .modal-content {
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

.sell-platform-payment-modal__head {
    align-items: center;
    background: #243447;
    color: #fff;
    display: flex;
    gap: 16px;
    padding: 18px 20px;
}

.sell-platform-payment-modal__close {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 0;
    color: #fff;
    display: inline-flex;
    font-size: 32px;
    height: 44px;
    justify-content: center;
    line-height: 1;
    width: 44px;
}

.sell-platform-payment-modal__title-wrap {
    flex: 1 1 auto;
    text-align: right;
}

.sell-platform-payment-modal__title-wrap h3 {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 700;
    margin: 0;
}

.sell-platform-payment-modal__title-wrap p {
    color: #ff7a15;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 4px;
}

.sell-platform-payment-modal__amount-box {
    align-items: center;
    background: #fff8f1;
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
}

.sell-platform-payment-modal__amount-value {
    color: #1f2937;
    font-size: 1.9rem;
    font-weight: 700;
}

.sell-platform-payment-modal__amount-value span:last-child {
    color: #ff6a00;
    font-size: 1.2rem;
    margin-inline-start: 2px;
}

.sell-platform-payment-modal__amount-label {
    color: #6b7280;
    font-size: 1rem;
    font-weight: 700;
}

.sell-platform-payment-modal__body {
    background: #fff;
    padding: 20px;
}

.sell-platform-payment-modal__instapay-box {
    margin-bottom: 16px;
}

.sell-platform-payment-modal__instapay-meta {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 12px 14px;
}

.sell-platform-payment-modal__instapay-meta strong,
.sell-platform-payment-modal__instapay-meta span {
    color: #1f2937;
    font-size: 1rem;
    font-weight: 700;
}

.sell-platform-payment-modal__instapay-button {
    background: #ff6a00;
    border: 0;
    color: #fff;
    display: block;
    font-size: 1.45rem;
    font-weight: 700;
    padding: 14px 18px;
    text-align: center;
    width: 100%;
}

.sell-platform-payment-modal__instapay-button.is-copied {
    background: #f97316;
}

.sell-platform-payment-modal__note {
    border-top: 1px solid #e5e7eb;
    color: #9ca3af;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 12px;
    padding-top: 12px;
    text-align: center;
}

.sell-platform-payment-modal__steps {
    margin-top: 12px;
}

.sell-platform-payment-modal__steps h4 {
    color: #1f2937;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 12px;
}

.sell-platform-payment-modal__steps ol {
    counter-reset: payment-steps;
    display: block;
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sell-platform-payment-modal__steps ol li::marker {
    content: "";
}

.sell-platform-payment-modal__steps li {
    color: #1f2937;
    counter-increment: payment-steps;
    font-size: 1.02rem;
    line-height: 1.65;
    padding-right: 42px;
    position: relative;
}

.sell-platform-payment-modal__steps li + li {
    margin-top: 12px;
}

.sell-platform-payment-modal__steps li::before {
    align-items: center;
    background: #ff6a00;
    border-radius: 50%;
    color: #fff;
    content: counter(payment-steps);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
}

.sell-platform-payment-modal__whatsapp {
    background: #08b441;
    color: #fff !important;
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    margin-top: 18px;
    padding: 14px 18px;
    text-align: center;
}

.sell-platform-about {
    background: #f8f5f7;
    padding: 16px 0;
}

.sell-platform-about__shell {
    background: #243447;
    border-radius: 0 22px 22px 0;
    display: flex;
    margin: 0 auto;
    max-width: 1320px;
    min-height: 400px;
    overflow: hidden;
}

.sell-platform-about__media {
    background: linear-gradient(135deg, #f04c00, #ff6a00);
    flex: 0 0 50%;
    min-height: 400px;
}

.sell-platform-about__media img {
    display: block;
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.sell-platform-about__content {
    align-items: center;
    color: #fff;
    display: flex;
    flex: 0 0 50%;
    flex-direction: column;
    justify-content: center;
    padding: 20px 24px;
    text-align: center;
}

.sell-platform-about__logo {
    margin-bottom: 14px;
}

.sell-platform-about__logo img {
    height: auto;
    max-width: 190px;
    width: 100%;
}

.sell-platform-about__content h2 {
    color: #fff;
    font-size: clamp(1.35rem, 1.45vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.sell-platform-about__content h3 {
    color: #fff;
    font-size: clamp(0.95rem, 0.95vw, 1.2rem);
    font-weight: 700;
    line-height: 1.35;
    margin: 10px 0 0;
}

.sell-platform-about__content p {
    color: #fff;
    font-size: clamp(0.88rem, 0.85vw, 1rem);
    line-height: 1.45;
    margin: 10px 0 0;
    max-width: 500px;
}

.sell-platform-offerings {
    background: #f8f5f7;
    padding: 18px 0 10px;
}

.sell-platform-offerings__container {
    background: #f6f3f6;
    border: 1px solid #e0d9df;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(27, 39, 53, 0.12);
    margin: 0 auto;
    max-width: 1480px;
    padding: 12px 18px 16px;
}

.sell-platform-offerings__title {
    color: #000;
    font-size: clamp(2rem, 2.7vw, 3.35rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 18px;
    text-align: center;
}

.sell-platform-offerings__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.sell-platform-offerings__card {
    background: #fff;
    border: 1px solid #d6d0d6;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.08);
    flex: 0 0 calc(25% - 14px);
    overflow: hidden;
    width: calc(25% - 14px);
}

.sell-platform-offerings__image-wrap {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: center;
    min-height: 315px;
    overflow: hidden;
}

.sell-platform-offerings__image-wrap.has-image img {
    display: block;
    height: 315px;
    object-fit: cover;
    width: 100%;
}

.sell-platform-offerings__image-wrap.is-placeholder {
    background:
        linear-gradient(135deg, rgba(255, 106, 0, 0.12), rgba(255, 106, 0, 0.02)),
        #fff;
}

.sell-platform-offerings__placeholder {
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 106, 0, 0.18), transparent 60%),
        linear-gradient(135deg, rgba(36, 52, 71, 0.06), rgba(255, 106, 0, 0.1));
    height: 315px;
    width: 100%;
}

.sell-platform-offerings__body {
    padding: 18px 18px 22px;
    text-align: center;
}

.sell-platform-offerings__body h3 {
    color: #000;
    font-size: clamp(1.15rem, 1.35vw, 1.85rem);
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.sell-platform-why,
.sell-platform-mission,
.sell-platform-stats {
    background: #f8f5f7;
    padding: 18px 0;
}

.sell-platform-why__shell,
.sell-platform-mission__shell {
    background: #243447;
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(18, 29, 43, 0.22);
    display: flex;
    margin: 0 auto;
    max-width: 1500px;
    overflow: hidden;
}

.sell-platform-why__shell.is-rtl,
.sell-platform-mission__shell.is-rtl {
    flex-direction: row;
}

.sell-platform-why__shell.is-ltr,
.sell-platform-mission__shell.is-ltr {
    flex-direction: row-reverse;
}

.sell-platform-mission__shell {
    background: #f6f3f6;
    border: 1px solid #d9d4da;
}

.sell-platform-why__media,
.sell-platform-mission__media {
    flex: 0 0 37%;
}

.sell-platform-why__media img,
.sell-platform-mission__media img {
    display: block;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    width: 100%;
}

.sell-platform-why__content,
.sell-platform-mission__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
    padding: 34px 52px;
}

.sell-platform-why__content {
    color: #fff;
    text-align: right;
}

.sell-platform-why__content h2,
.sell-platform-mission__content h2 {
    font-size: clamp(2rem, 2.9vw, 3.8rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.sell-platform-why__content h2 {
    color: #fff;
}

.sell-platform-mission__content h2 {
    color: #000;
}

.sell-platform-mission__content h2 strong {
    color: #ff6a00;
    font-weight: 700;
}

.sell-platform-why__list {
    list-style: disc;
    margin: 20px 0 0;
    padding-inline-start: 28px;
}

.sell-platform-why__list li {
    color: #fff;
    font-size: clamp(1rem, 1.45vw, 1.9rem);
    line-height: 1.75;
    margin-bottom: 4px;
}

.sell-platform-mission__content p {
    color: #000;
    display: block;
    font-size: clamp(1rem, 1.35vw, 1.8rem);
    line-height: 1.65;
    margin: 20px 0 0;
    max-width: 100%;
    white-space: pre-line;
    word-break: break-word;
}

.sell-platform-stats__container {
    background: #243447;
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(18, 29, 43, 0.22);
    margin: 0 auto;
    max-width: 1500px;
    padding: 22px 28px 34px;
}

.sell-platform-stats__heading {
    text-align: center;
}

.sell-platform-stats__heading h2 {
    color: #fff;
    font-size: clamp(2.1rem, 2.9vw, 4rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}

.sell-platform-stats__heading p {
    color: #fff;
    font-size: clamp(1rem, 1.2vw, 1.6rem);
    line-height: 1.5;
    margin: 14px 0 0;
}

.sell-platform-stats__grid {
    display: flex;
    gap: 20px;
    margin-top: 26px;
}

.sell-platform-stats__card {
    align-items: center;
    background: #28415f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    min-height: 184px;
    padding: 22px;
    text-align: center;
}

.sell-platform-stats__card strong {
    color: #ff6a00;
    font-size: clamp(2.3rem, 3.5vw, 4.2rem);
    font-weight: 700;
    line-height: 1;
}

.sell-platform-stats__card span {
    color: #fff;
    display: block;
    font-size: clamp(1.15rem, 1.7vw, 2.1rem);
    line-height: 1.4;
    margin-top: 18px;
}

.sell-platform-faqs {
    background: #f8f5f7;
    padding: 18px 0;
}

.sell-platform-faqs__container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
}

.sell-platform-faqs__heading {
    margin-bottom: 18px;
    text-align: center;
}

.sell-platform-faqs__heading h2 {
    color: #1b2430;
    font-size: clamp(2rem, 2.6vw, 3.2rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}

.sell-platform-faqs__list {
    display: grid;
    gap: 14px;
}

.sell-platform-faqs__item {
    background: #fff;
    border: 1px solid #ded7dd;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
    overflow: hidden;
}

.sell-platform-faqs__question {
    align-items: center;
    color: #1b2430;
    cursor: pointer;
    display: flex;
    font-size: clamp(1rem, 1.2vw, 1.35rem);
    font-weight: 700;
    gap: 16px;
    justify-content: space-between;
    list-style: none;
    padding: 18px 22px;
}

.sell-platform-faqs__question::-webkit-details-marker {
    display: none;
}

.sell-platform-faqs__question i {
    color: #ff6a00;
    font-size: 20px;
    transition: transform 0.2s ease;
}

.sell-platform-faqs__item[open] .sell-platform-faqs__question i {
    transform: rotate(180deg);
}

.sell-platform-faqs__answer {
    border-top: 1px solid #efe9ee;
    color: #4a5565;
    font-size: 1rem;
    line-height: 1.8;
    padding: 16px 22px 20px;
}

.sell-platform-faqs__answer p,
.sell-platform-faqs__answer ul,
.sell-platform-faqs__answer ol {
    margin-bottom: 12px;
}

.sell-platform-faqs__answer > *:last-child {
    margin-bottom: 0;
}

.sell-platform-faqs__empty {
    background: #fff;
    border: 1px dashed #d8cfd6;
    border-radius: 16px;
    color: #6b7280;
    padding: 20px;
    text-align: center;
}

.sell-platform-ads-plans,
.sell-platform-service-card {
    background: #f8f5f7;
    padding: 18px 0;
}

.sell-platform-ads-plans__container,
.sell-platform-service-card__container {
    background: #fff;
    border: 1px solid #ddd7dd;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
    margin: 0 auto;
    max-width: 1500px;
    overflow: hidden;
}

.sell-platform-ads-plans__heading {
    padding: 18px 24px 12px;
    text-align: center;
}

.sell-platform-ads-plans__heading h2 {
    color: #1f3f63;
    font-size: clamp(1.8rem, 2.5vw, 3.2rem);
    font-weight: 700;
    margin: 0;
}

.sell-platform-ads-plans__heading p {
    color: #1b2430;
    font-size: clamp(1rem, 1.2vw, 1.45rem);
    line-height: 1.7;
    margin: 12px 0 0;
}

.sell-platform-ads-plans__grid {
    display: flex;
    gap: 18px;
    padding: 0 18px 18px;
}

.sell-platform-ads-plans__card {
    border: 1px solid #ded7dd;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.05);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.sell-platform-ads-plans__card.is-highlighted {
    border-color: #ff6a00;
}

.sell-platform-ads-plans__card h3 {
    color: #000;
    font-size: clamp(1.15rem, 1.3vw, 1.7rem);
    font-weight: 700;
    margin: 18px 18px 14px;
    text-align: center;
}

.sell-platform-ads-plans__price-box {
    background: linear-gradient(180deg, #ff7b12, #ff6200);
    color: #fff;
    min-height: 126px;
    padding: 18px 16px 14px;
    position: relative;
    text-align: center;
}

.sell-platform-ads-plans__badge {
    background: #ff2d7a;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    inset-inline-start: -34px;
    padding: 6px 40px;
    position: absolute;
    top: 14px;
    transform: rotate(-45deg);
}

.sell-platform-ads-plans__price-box strong {
    display: block;
    font-size: clamp(2rem, 2.4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
}

.sell-platform-ads-plans__price-box strong small {
    font-size: 0.7em;
}

.sell-platform-ads-plans__price-box span {
    display: block;
    font-size: 1.05rem;
    margin-top: 8px;
}

.sell-platform-ads-plans__features {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 14px 26px 18px;
    text-align: center;
}

.sell-platform-ads-plans__features li {
    border-bottom: 1px solid #ece6ec;
    color: #111827;
    font-size: 1.05rem;
    line-height: 1.55;
    padding: 16px 0;
}

.sell-platform-ads-plans__features li:last-child {
    border-bottom: 0;
}

.sell-platform-ads-plans__button,
.sell-platform-service-card__button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 1.05rem;
    font-weight: 700;
    justify-content: center;
    min-height: 44px;
    padding: 10px 28px;
    text-align: center;
}

.sell-platform-ads-plans__button {
    align-self: center;
    background: #ff5d12;
    color: #fff !important;
    margin: 8px 0 18px;
}

.sell-platform-service-card__container {
    display: flex;
    gap: 0;
    padding: 16px;
}

.sell-platform-service-card__media,
.sell-platform-service-card__content {
    flex: 1 1 50%;
}

.sell-platform-service-card__media {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px 14px 18px;
    text-align: center;
}

.sell-platform-service-card__media img {
    border-radius: 999px;
    display: block;
    margin: 0 auto;
    max-height: 360px;
    max-width: 520px;
    object-fit: cover;
    width: 100%;
}

.sell-platform-service-card__note {
    color: #111827;
    font-size: 1.05rem;
    margin: 18px 0 0;
}

.sell-platform-service-card__note.is-accent {
    color: #ff2d2d;
}

.sell-platform-service-card__footer {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-top: 18px;
}

.sell-platform-service-card__price {
    border: 2px solid #111827;
    border-radius: 14px;
    color: #111827;
    padding: 12px 18px;
    text-align: center;
}

.sell-platform-service-card__price strong {
    display: block;
    font-size: clamp(1.4rem, 1.8vw, 2.1rem);
    font-weight: 700;
    line-height: 1.15;
}

.sell-platform-service-card__price span {
    display: block;
    font-size: 1rem;
    margin-top: 2px;
    text-decoration: line-through;
}

.sell-platform-service-card__price.is-purple {
    background: #5b33d6;
    border-color: #111827;
    color: #fff;
}

.sell-platform-service-card__price.is-purple span {
    text-decoration: none;
}

.sell-platform-service-card__button {
    color: #fff !important;
    min-width: 280px;
}

.sell-platform-service-card__button.is-dark {
    background: #243447;
}

.sell-platform-service-card__button.is-accent {
    background: #ff6a00;
}

.sell-platform-service-card__content {
    padding: 8px 10px 8px 20px;
}

.sell-platform-service-card__content h2 {
    color: #1b2430;
    font-size: clamp(1.9rem, 2.5vw, 3.1rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    text-align: right;
}

.sell-platform-service-card__subtitle {
    color: #111827;
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    line-height: 1.6;
    margin: 16px 0 0;
    text-align: right;
}

.sell-platform-service-card__highlight {
    border-radius: 16px;
    margin-top: 20px;
    padding: 18px 22px;
}

.sell-platform-service-card__highlight.is-dark {
    background: #243447;
    color: #fff;
}

.sell-platform-service-card__highlight.is-accent {
    background: #ff6a00;
    color: #fff;
}

.sell-platform-service-card__highlight h3 {
    color: inherit;
    font-size: clamp(1.35rem, 1.8vw, 2.2rem);
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 12px;
    text-align: right;
}

.sell-platform-service-card__highlight ul {
    list-style: disc;
    margin: 0;
    padding-inline-start: 24px;
}

.sell-platform-service-card__highlight li {
    color: inherit;
    font-size: clamp(1rem, 1.15vw, 1.45rem);
    line-height: 1.8;
    margin-bottom: 2px;
}

.sell-platform-category-slider__empty {
    background: #fff;
    border: 1px dashed #d8cfd6;
    border-radius: 16px;
    color: #6b7280;
    margin-top: 16px;
    padding: 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .sell-platform-hero__inner {
        padding: 58px 20px 70px;
    }

    .sell-platform-hero__rays {
        height: 88px;
    }

    .sell-platform-hero__ray--left-light,
    .sell-platform-hero__ray--right-light {
        height: 54px;
        width: 58%;
    }

    .sell-platform-hero__ray--left-dark,
    .sell-platform-hero__ray--right-dark {
        height: 28px;
        width: 58%;
    }

    .sell-platform-features {
        padding-top: 24px;
    }

    .sell-platform-features__container {
        padding: 0 20px;
    }

    .sell-platform-features__grid {
        gap: 16px;
    }

    .sell-platform-features__card {
        flex-basis: calc(50% - 8px);
        width: calc(50% - 8px);
    }

    .sell-platform-features__image-wrap {
        min-height: 210px;
    }

    .sell-platform-benefits__card {
        flex-basis: calc(50% - 8px);
        width: calc(50% - 8px);
    }

    .sell-platform-pricing__grid {
        flex-wrap: wrap;
        gap: 16px;
    }

    .sell-platform-pricing__card,
    .sell-platform-pricing__card.is-featured {
        flex-basis: calc(50% - 8px);
        transform: none;
        width: calc(50% - 8px);
    }

    .sell-platform-about__shell {
        border-radius: 20px;
        flex-direction: column;
        max-width: 920px;
    }

    .sell-platform-about__media,
    .sell-platform-about__content {
        flex-basis: 100%;
    }

    .sell-platform-about__media {
        min-height: 180px;
    }

    .sell-platform-about__media img {
        height: 180px;
    }

    .sell-platform-about__content {
        padding: 22px 20px;
    }

    .sell-platform-offerings__container {
        padding: 14px 16px 18px;
    }

    .sell-platform-offerings__card {
        flex-basis: calc(50% - 9px);
        width: calc(50% - 9px);
    }

    .sell-platform-offerings__image-wrap,
    .sell-platform-offerings__image-wrap.has-image img,
    .sell-platform-offerings__placeholder {
        height: 250px;
        min-height: 250px;
    }

    .sell-platform-why__shell,
    .sell-platform-mission__shell {
        max-width: 920px;
    }

    .sell-platform-why__shell,
    .sell-platform-mission__shell {
        flex-direction: column;
    }

    .sell-platform-why__media img,
    .sell-platform-mission__media img {
        min-height: 280px;
    }

    .sell-platform-why__content,
    .sell-platform-mission__content {
        padding: 26px 24px;
    }

    .sell-platform-stats__grid {
        flex-wrap: wrap;
    }

    .sell-platform-stats__card {
        flex-basis: calc(50% - 10px);
    }

    .sell-platform-faqs__container {
        padding: 0 16px;
    }

    .sell-platform-ads-plans__grid {
        flex-wrap: wrap;
    }

    .sell-platform-ads-plans__card {
        flex-basis: calc(50% - 9px);
    }

    .sell-platform-service-card__container {
        flex-direction: column;
    }

    .sell-platform-service-card__media img {
        border-radius: 28px;
        max-height: 280px;
    }

    .sell-platform-service-card__content {
        padding: 10px 6px 0;
    }
}

@media (max-width: 575px) {
    .sell-platform-hero__inner {
        padding: 44px 16px 62px;
    }

    .sell-platform-hero__content p {
        line-height: 1.65;
    }

    .sell-platform-hero__cta {
        min-width: 190px;
        width: auto;
    }

    .sell-platform-hero__rays {
        height: 72px;
    }

    .sell-platform-hero__ray--left-light,
    .sell-platform-hero__ray--right-light {
        bottom: 30px;
        height: 42px;
        width: 64%;
    }

    .sell-platform-hero__ray--left-dark,
    .sell-platform-hero__ray--right-dark {
        bottom: 30px;
        height: 22px;
        width: 64%;
    }

    .sell-platform-hero__bar--soft {
        height: 24px;
    }

    .sell-platform-features__container {
        padding: 0 16px;
    }

    .sell-platform-features__heading {
        gap: 12px;
        margin-bottom: 20px;
    }

    .sell-platform-features__heading h2 {
        white-space: normal;
    }

    .sell-platform-features__card {
        flex-basis: 100%;
        width: 100%;
    }

    .sell-platform-features__image-wrap {
        min-height: 190px;
    }

    .sell-platform-features__body {
        padding: 16px 18px 20px;
    }

    .sell-platform-benefits__container {
        padding: 0 16px;
    }

    .sell-platform-benefits__heading {
        gap: 12px;
        margin-bottom: 20px;
    }

    .sell-platform-benefits__heading h2 {
        white-space: normal;
    }

    .sell-platform-benefits__card {
        flex-basis: 100%;
        width: 100%;
    }

    .sell-platform-benefits__card-head {
        min-height: 82px;
        padding: 16px 18px;
    }

    .sell-platform-benefits__icon {
        font-size: 34px;
    }

    .sell-platform-benefits__card-body {
        min-height: 0;
        padding: 18px;
    }

    .sell-platform-pricing__container {
        padding: 0 12px;
    }

    .sell-platform-pricing__grid {
        gap: 14px;
    }

    .sell-platform-pricing__card,
    .sell-platform-pricing__card.is-featured {
        flex-basis: 100%;
        width: 100%;
    }

    .sell-platform-pricing__head h3 {
        font-size: 1.7rem;
    }

    .sell-platform-pricing__price-value {
        font-size: 2.6rem;
    }

    .sell-platform-about {
        padding: 14px 0;
    }

    .sell-platform-about__shell {
        border-radius: 16px;
    }

    .sell-platform-about__media {
        min-height: 140px;
    }

    .sell-platform-about__media img {
        height: 140px;
    }

    .sell-platform-about__content {
        padding: 18px 14px;
    }

    .sell-platform-about__logo {
        margin-bottom: 12px;
    }

    .sell-platform-about__logo img {
        max-width: 180px;
    }

    .sell-platform-offerings {
        padding: 14px 0 8px;
    }

    .sell-platform-offerings__container {
        border-radius: 14px;
        padding: 12px;
    }

    .sell-platform-offerings__title {
        margin-bottom: 14px;
    }

    .sell-platform-offerings__card {
        flex-basis: 100%;
        width: 100%;
    }

    .sell-platform-offerings__image-wrap,
    .sell-platform-offerings__image-wrap.has-image img,
    .sell-platform-offerings__placeholder {
        height: 220px;
        min-height: 220px;
    }

    .sell-platform-offerings__body {
        padding: 16px 14px 18px;
    }

    .sell-platform-why,
    .sell-platform-mission,
    .sell-platform-stats {
        padding: 14px 0;
    }

    .sell-platform-why__shell,
    .sell-platform-mission__shell,
    .sell-platform-stats__container {
        border-radius: 14px;
    }

    .sell-platform-why__media img,
    .sell-platform-mission__media img {
        min-height: 210px;
    }

    .sell-platform-why__content,
    .sell-platform-mission__content {
        padding: 18px 16px 20px;
    }

    .sell-platform-why__list {
        margin-top: 14px;
        padding-inline-start: 22px;
    }

    .sell-platform-stats__container {
        padding: 18px 14px 22px;
    }

    .sell-platform-stats__grid {
        gap: 14px;
        margin-top: 18px;
    }

    .sell-platform-stats__card {
        flex-basis: 100%;
        min-height: 132px;
        padding: 16px 14px;
    }

    .sell-platform-stats__card span {
        margin-top: 10px;
    }

    .sell-platform-faqs {
        padding: 14px 0;
    }

    .sell-platform-faqs__container {
        padding: 0 12px;
    }

    .sell-platform-faqs__question {
        padding: 16px;
    }

    .sell-platform-faqs__answer {
        padding: 14px 16px 18px;
    }

    .sell-platform-ads-plans__grid {
        padding: 0 12px 12px;
    }

    .sell-platform-ads-plans__card {
        flex-basis: 100%;
    }

    .sell-platform-ads-plans__features {
        padding: 10px 18px 14px;
    }

    .sell-platform-service-card__container {
        padding: 12px;
    }

    .sell-platform-service-card__media {
        padding: 6px;
    }

    .sell-platform-service-card__media img {
        border-radius: 20px;
        max-height: 220px;
    }

    .sell-platform-service-card__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .sell-platform-service-card__button {
        min-width: 100%;
    }

    .sell-platform-service-card__highlight {
        padding: 16px;
    }
}
