/* ============================================================
   RCN Sell Page — Wizard + Native Form v4 (polished)
   ============================================================ */

.rcn-sell-page { background: var(--rcn-bg, #f9fafb); padding-bottom: 80px; }

/* === HERO === */
.rcn-sell-hero {
    background:
        radial-gradient(ellipse at top right, rgba(220, 38, 38, 0.18) 0%, transparent 60%),
        linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    padding: 80px 0 60px;
    text-align: center;
}
.rcn-sell-hero__content { max-width: 720px; margin: 0 auto; }
body.rcn-theme .rcn-sell-hero__title {
    font-size: clamp(32px, 5vw, 52px) !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.02em !important;
    color: #ffffff !important;
    margin: 16px 0 14px !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}
.rcn-sell-hero__title-accent {
    background: linear-gradient(135deg, #ef4444 0%, #f59e0b 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}
body.rcn-theme .rcn-sell-hero__subtitle {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 17px; line-height: 1.55;
    margin: 0 auto 28px; max-width: 600px;
}
.rcn-sell-hero__auth { display: flex; gap: 12px; justify-content: center; margin-top: 24px; flex-wrap: wrap; }
.rcn-hero__badge {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 14px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    font-size: 12.5px; font-weight: 600; color: #fff;
    margin-bottom: 8px;
}
.rcn-hero__badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 8px #4ade80; }

/* === WIZARD === */
.rcn-sell-wizard { padding: 40px 0; margin-top: -60px; position: relative; z-index: 2; }
.rcn-sell-wizard--step2 { margin-top: 0; padding-top: 32px; }

.rcn-sell-content {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    padding: 40px;
    max-width: 1100px;
    margin: 0 auto;
}
.rcn-sell-content__head {
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
}
body.rcn-theme .rcn-sell-content__head h2 {
    font-size: 28px; margin: 0 0 8px;
    color: #0f172a !important;
    letter-spacing: -0.02em; font-weight: 800;
}
.rcn-sell-content__head p { margin: 0; color: #6b7280; font-size: 15px; }

/* === Steps progress === */
.rcn-sell-steps {
    display: flex; align-items: center; justify-content: center;
    gap: 0; margin-bottom: 32px;
    max-width: 600px; margin-left: auto; margin-right: auto;
}
.rcn-sell-step { display: flex; flex-direction: column; align-items: center; gap: 6px; color: #94a3b8; flex-shrink: 0; }
.rcn-sell-step__num {
    width: 40px; height: 40px; border-radius: 50%;
    background: #fff; border: 2px solid #e5e7eb;
    color: #94a3b8;
    display: inline-flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 16px;
    transition: all .2s;
}
.rcn-sell-step__label { font-size: 12px; font-weight: 600; text-align: center; white-space: nowrap; color: #6b7280; }
.rcn-sell-step-active .rcn-sell-step__num {
    background: #dc2626; border-color: #dc2626; color: #fff;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, .18);
}
.rcn-sell-step-active .rcn-sell-step__label { color: #dc2626; }
.rcn-sell-step-done .rcn-sell-step__num { background: #10b981; border-color: #10b981; color: #fff; }
.rcn-sell-step-done .rcn-sell-step__num::before { content: "✓"; }
.rcn-sell-step__line { height: 2px; background: #e5e7eb; flex: 1; max-width: 80px; margin: 0 12px; margin-top: -20px; }

/* === Type selector — 3 columns (6 tiles in 2 even rows) === */
.rcn-sell-types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 24px;
}
.rcn-sell-types--three-col { grid-template-columns: repeat(3, 1fr); }
.rcn-sell-type__radio { position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0; }
.rcn-sell-type {
    position: relative; background: #fff;
    border: 2px solid #e5e7eb; border-radius: 14px;
    padding: 22px 16px; text-align: center; cursor: pointer;
    transition: all .2s;
    color: #111; font-family: inherit;
    display: flex; flex-direction: column; align-items: center;
    gap: 4px; margin: 0;
}
.rcn-sell-type:hover { border-color: #cbd5e1; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0, 0, 0, .06); }
.rcn-sell-type.active {
    border-color: #dc2626 !important;
    background: linear-gradient(180deg, #fef2f2 0%, #fff 70%) !important;
    box-shadow: 0 12px 30px rgba(220, 38, 38, .15);
    transform: translateY(-3px);
}
.rcn-sell-type.active .rcn-sell-type__icon { background: #dc2626; color: #fff; box-shadow: 0 8px 20px rgba(220, 38, 38, .35); }
.rcn-sell-type.active h3 { color: #dc2626; }
.rcn-sell-type__icon {
    width: 60px; height: 60px;
    margin: 0 auto 12px;
    background: #f3f4f6; color: #475569;
    border-radius: 12px;
    display: inline-flex; align-items: center; justify-content: center;
    transition: all .2s;
}
body.rcn-theme .rcn-sell-type h3 {
    font-size: 15px !important; font-weight: 700 !important;
    color: #111 !important; margin: 0 0 4px !important;
    line-height: 1.25;
}
.rcn-sell-type p { font-size: 12px; color: #6b7280; margin: 0; line-height: 1.4; }
.rcn-sell-type--new { position: relative; }
.rcn-sell-type__new-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #f59e0b 0%, #dc2626 100%);
    color: #fff;
    font-size: 9.5px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .05em;
    box-shadow: 0 3px 8px rgba(220, 38, 38, .35);
}

/* === Tip === */
.rcn-sell-tip {
    background: linear-gradient(135deg, rgba(252, 211, 77, 0.18) 0%, rgba(252, 211, 77, 0.06) 100%);
    border: 1px solid rgba(245, 158, 11, 0.35); border-radius: 12px;
    padding: 14px 18px;
    display: flex; gap: 12px; align-items: flex-start;
    margin-bottom: 24px;
}
.rcn-sell-tip__icon { font-size: 22px; flex-shrink: 0; line-height: 1.3; }
.rcn-sell-tip__body { flex: 1; min-width: 0; }
.rcn-sell-tip__title { display: block; color: #92400e !important; font-size: 14.5px; font-weight: 700; margin-bottom: 4px; }
.rcn-sell-tip__text { margin: 0 !important; color: #78350f !important; font-size: 13.5px !important; line-height: 1.55 !important; font-weight: 500; }
.rcn-sell-actions { text-align: center; margin-top: 24px; }
.rcn-btn:disabled { opacity: .5; cursor: not-allowed; pointer-events: none; }

/* === Step 2 wrap === */
.rcn-sell-form-wrap { position: relative; }
.rcn-sell-back {
    position: absolute; top: 0; left: 0;
    background: transparent; border: 1.5px solid #e5e7eb;
    color: #6b7280;
    font-size: 13.5px; font-weight: 600; cursor: pointer;
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 14px; border-radius: 999px;
    text-decoration: none; transition: all .15s;
    z-index: 5;
}
.rcn-sell-back svg { transform: rotate(180deg); }
.rcn-sell-back:hover { background: #dc2626; color: #fff; border-color: #dc2626; }

.rcn-sell-user-info {
    display: flex; align-items: center; gap: 14px;
    padding: 14px;
    background: #f8fafc; border-radius: 12px;
    margin-bottom: 24px;
    border: 1px solid #eef2f7;
}
.rcn-sell-user-info img { border-radius: 50%; width: 48px; height: 48px; }
.rcn-sell-user-info__name { font-weight: 700; color: #111; font-size: 14.5px; }
.rcn-sell-user-info__role { color: #6b7280; font-size: 12.5px; margin-top: 2px; }

.rcn-sell-login-prompt { text-align: center; padding: 60px 16px; }
.rcn-sell-login-prompt svg { color: #94a3b8; margin: 0 auto 16px; display: block; }
.rcn-sell-login-prompt h3 { margin: 0 0 8px; }
.rcn-sell-login-prompt p { color: #6b7280; margin: 0; }

/* === FORM SECTIONS === */
.rcn-form { display: flex; flex-direction: column; gap: 18px; }
.rcn-form-section { background: #fafbfc; border: 1px solid #eef2f7; border-radius: 14px; overflow: hidden; }
.rcn-form-section__head {
    display: flex; align-items: center; gap: 12px;
    padding: 16px 22px;
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
    border-bottom: 1px solid #eef2f7;
    list-style: none; cursor: default;
}
.rcn-form-section__head::-webkit-details-marker { display: none; }
body.rcn-theme .rcn-form-section__head h3 {
    font-size: 16px !important; font-weight: 700 !important;
    color: #0f172a !important; margin: 0 !important;
    flex: 1; letter-spacing: -.005em;
}
.rcn-form-section__head h3 small { font-size: 12px; color: #6b7280; font-weight: 500; }
.rcn-form-section__head > small {
    color: #6b7280; font-size: 12.5px; font-weight: 500;
    margin-left: auto; text-align: right; max-width: 280px;
}
.rcn-form-section__icon {
    width: 32px; height: 32px;
    background: #dc2626; color: #fff;
    border-radius: 8px;
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.rcn-form-section__body { padding: 22px; display: flex; flex-direction: column; gap: 18px; }
.rcn-form-section--collapsible > summary { cursor: pointer; }
.rcn-form-section--collapsible .rcn-form-section__chev { color: #94a3b8; transition: transform .2s; margin-left: 8px; flex-shrink: 0; }
.rcn-form-section--collapsible[open] .rcn-form-section__chev { transform: rotate(180deg); color: #dc2626; }
.rcn-form-section--collapsible[open] .rcn-form-section__head { background: #fef2f2; border-bottom-color: rgba(220, 38, 38, .12); }

/* === Terms section — FULL WIDTH, text wraps properly === */
.rcn-form-section--terms {
    background: #fffbeb;
    border-color: #fcd34d;
    padding: 18px 22px;
    width: 100%;
    box-sizing: border-box;
}
.rcn-form-section--terms .rcn-checkbox {
    display: flex !important;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 14px !important;
    color: #78350f !important;
    line-height: 1.55 !important;
    width: 100%;
    flex-wrap: wrap;
}
.rcn-form-section--terms .rcn-checkbox > span {
    flex: 1 1 auto;
    min-width: 0;
    word-wrap: break-word;
    white-space: normal;
}
.rcn-form-section--terms .rcn-checkbox a { color: #b45309 !important; font-weight: 700; }

.rcn-form-row { display: flex; flex-direction: column; gap: 6px; }
.rcn-form-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.rcn-label { font-weight: 700; color: #0f172a; font-size: 14px; }
.rcn-label-required::after { content: " *"; color: #dc2626; font-weight: 700; }
.rcn-label small { font-weight: 500; color: #6b7280; font-size: 12.5px; }
.rcn-form-hint { font-size: 12.5px; color: #6b7280; }

.rcn-form .rcn-input, .rcn-form .rcn-textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14.5px;
    color: #0f172a;
    font-family: inherit;
    background: #fff;
    transition: all .15s;
}
.rcn-form .rcn-input:focus, .rcn-form .rcn-textarea:focus {
    border-color: #dc2626;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, .1);
    outline: none;
}
.rcn-form .rcn-textarea { resize: vertical; min-height: 130px; line-height: 1.55; }

.rcn-input-icon { position: relative; }
.rcn-input-icon svg { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: #94a3b8; pointer-events: none; }
.rcn-input-prefix { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #6b7280; font-weight: 600; font-size: 15px; pointer-events: none; }
.rcn-input--with-prefix { padding-left: 30px !important; }

/* === LOCATION ROW + "Find on map" button === */
.rcn-location-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
}
.rcn-btn-locate {
    flex-shrink: 0;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 11px 16px !important;
    font-weight: 600 !important;
    white-space: nowrap;
}

.rcn-sell-map {
    width: 100%;
    height: 280px;
    border-radius: 12px;
    border: 1.5px solid #e5e7eb;
    margin-top: 10px;
    overflow: hidden;
}
.rcn-sell-map .leaflet-container { height: 100% !important; width: 100% !important; border-radius: 12px; }

/* === LOCATION CONFIRMED BANNER === */
.rcn-location-confirmed {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border: 1.5px solid #10b981;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(16, 185, 129, .14);
    animation: rcn-fade-in .25s ease-out;
}
@keyframes rcn-fade-in {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: none; }
}
.rcn-location-confirmed__icon {
    width: 38px; height: 38px; flex-shrink: 0;
    background: #10b981; color: #fff;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 10px rgba(16, 185, 129, .4);
}
.rcn-location-confirmed__body { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.rcn-location-confirmed__body strong {
    font-size: 13px; font-weight: 800;
    color: #065f46;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.rcn-location-confirmed__body > span {
    font-size: 15px; font-weight: 700;
    color: #064e3b;
}
.rcn-location-confirmed__body small {
    font-size: 11.5px; color: #047857;
    font-family: 'JetBrains Mono', monospace;
}
.rcn-location-confirmed__reset {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    color: #065f46;
    border: 1.5px solid #a7f3d0;
    cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: all .15s;
}
.rcn-location-confirmed__reset:hover { background: #fee2e2; color: #b91c1c; border-color: #fca5a5; }

/* ============================================================
   COLOR SWATCH PICKER — WHITE default, RED selected (forced)
   ============================================================ */
.rcn-color-grid {
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(96px, 1fr) );
    gap: 10px;
}
/* Beat the Motors button red — high-specificity selectors + !important */
body.rcn-theme .rcn-form .rcn-color-swatch,
body.rcn-theme button.rcn-color-swatch,
.rcn-color-swatch {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 12px 6px 10px !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    cursor: pointer !important;
    transition: all .15s !important;
    font-family: inherit !important;
    color: #334155 !important;
    box-shadow: none !important;
    text-transform: none !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}
body.rcn-theme .rcn-color-swatch:hover,
.rcn-color-swatch:hover {
    border-color: #cbd5e1 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .06) !important;
    background: #fafafa !important;
}
/* SELECTED state — RED button */
body.rcn-theme .rcn-form .rcn-color-swatch.active,
body.rcn-theme button.rcn-color-swatch.active,
.rcn-color-swatch.active {
    border-color: #b91c1c !important;
    background: #dc2626 !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(220, 38, 38, .35) !important;
}
body.rcn-theme .rcn-color-swatch.active .rcn-color-swatch__name,
.rcn-color-swatch.active .rcn-color-swatch__name {
    color: #fff !important;
}
.rcn-color-swatch__circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .9);
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, .2), 0 3px 8px rgba(0, 0, 0, .12);
    flex-shrink: 0;
    transition: transform .15s;
}
.rcn-color-swatch:hover .rcn-color-swatch__circle { transform: scale(1.06); }
.rcn-color-swatch.active .rcn-color-swatch__circle {
    border-color: #fff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1), 0 4px 12px rgba(0, 0, 0, .25);
}
.rcn-color-swatch__name {
    font-size: 11.5px;
    font-weight: 600;
    color: #334155;
    line-height: 1.2;
    text-align: center;
    text-transform: none !important;
}
.rcn-color-swatch__check {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    background: #fff;
    color: #dc2626;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}
.rcn-color-swatch.active .rcn-color-swatch__check { display: inline-flex; }

/* === FEATURE chips === */
.rcn-feature-grid {
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(180px, 1fr) );
    gap: 8px;
}
.rcn-feature-chip {
    position: relative;
    cursor: pointer;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 999px;
    padding: 9px 16px 9px 38px;
    font-size: 13px;
    color: #334155;
    font-weight: 500;
    transition: all .15s;
    user-select: none;
}
.rcn-feature-chip:hover { border-color: #cbd5e1; background: #f8fafc; }
.rcn-feature-chip input[type="checkbox"] {
    position: absolute; left: 12px; top: 50%;
    transform: translateY(-50%);
    width: 16px; height: 16px; margin: 0;
    accent-color: #dc2626;
    cursor: pointer;
}
.rcn-feature-chip:has(input:checked) { background: #fef2f2; border-color: #dc2626; color: #b91c1c; font-weight: 700; }
.rcn-feature-chip--sim:has(input:checked) { background: #eef2ff; border-color: #4f46e5; color: #3730a3; }
.rcn-feature-chip--sim input[type="checkbox"] { accent-color: #4f46e5; }

/* === Photo dropzone === */
.rcn-photo-dropzone {
    border: 2px dashed #cbd5e1;
    border-radius: 14px;
    padding: 36px 20px;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
    color: #6b7280;
    display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.rcn-photo-dropzone:hover { border-color: #dc2626; background: #fef2f2; color: #dc2626; }
.rcn-photo-dropzone.is-drag { border-color: #dc2626; background: #fef2f2; transform: scale(1.01); }
.rcn-photo-dropzone svg { color: inherit; }
.rcn-photo-dropzone strong { display: block; color: #0f172a; font-size: 15px; margin-bottom: 4px; }
.rcn-photo-dropzone p { margin: 0; font-size: 12.5px; color: #94a3b8; }
.rcn-photo-dropzone--doc { padding: 26px 20px; }

/* === Photo list + set-as-cover ===
   Hover the photo → bottom-center "Set as cover" overlay appears
   Top-right corner: small remove + set-cover icon buttons
*/
.rcn-photo-list { display: grid; grid-template-columns: repeat( auto-fill, minmax(160px, 1fr) ); gap: 14px; margin-top: 14px; }
.rcn-photo-item {
    position: relative;
    aspect-ratio: 4/3;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f4f6;
    border: 2px solid #e5e7eb;
    transition: all .2s;
    cursor: pointer;
}
.rcn-photo-item:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0, 0, 0, .1); }
.rcn-photo-item--cover {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, .14), 0 6px 14px rgba(220, 38, 38, .15);
    cursor: default;
}
.rcn-photo-item--cover:hover { transform: none; }
.rcn-photo-item img { width: 100%; height: 100%; object-fit: cover; display: block; }

.rcn-photo-actions {
    position: absolute;
    top: 6px;
    right: 6px;
    display: flex;
    gap: 4px;
    z-index: 3;
}
.rcn-photo-action {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .65);
    color: #fff;
    border: none; cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    transition: all .15s;
}
.rcn-photo-action--cover:hover { background: #f59e0b; color: #fff; }
.rcn-photo-action--remove:hover { background: #dc2626; color: #fff; }

.rcn-photo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .75) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 12px 8px;
    gap: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    opacity: 0;
    transition: opacity .15s;
    pointer-events: none;
}
.rcn-photo-item:hover .rcn-photo-overlay { opacity: 1; }
.rcn-photo-overlay svg { color: #fbbf24; }

.rcn-photo-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #dc2626;
    color: #fff;
    font-size: 10.5px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .04em;
    box-shadow: 0 2px 6px rgba(220, 38, 38, .35);
}

/* === Documents === */
.rcn-doc-list { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; }
.rcn-doc-item {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 14px;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
}
.rcn-doc-name { flex: 1; color: #0f172a; font-weight: 600; font-size: 13.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rcn-doc-size { color: #6b7280; font-size: 12px; font-weight: 500; background: #f3f4f6; padding: 3px 8px; border-radius: 4px; }
.rcn-doc-remove {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: #f3f4f6; color: #475569;
    border: none; cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.rcn-doc-remove:hover { background: #dc2626; color: #fff; }

/* === Checkbox === */
.rcn-checkbox { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: 14px; color: #374151; line-height: 1.55; }
.rcn-checkbox input[type="checkbox"] { flex-shrink: 0; width: 18px; height: 18px; margin: 0; margin-top: 1px; accent-color: #dc2626; cursor: pointer; }
.rcn-checkbox a { color: #dc2626; text-decoration: underline; }

/* === Status === */
.rcn-form-status {
    padding: 14px 18px;
    border-radius: 12px;
    background: #f1f5f9; color: #334155;
    display: flex; align-items: center; gap: 12px;
    font-weight: 500; font-size: 14px;
}
.rcn-form-status--error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.rcn-form-status--success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; align-items: flex-start; }
.rcn-form-status--success strong { display: block; font-size: 15px; margin-bottom: 4px; }
.rcn-form-status--success p { margin: 0; font-size: 13.5px; color: #047857; }
.rcn-form-actions { text-align: center; padding-top: 12px; }
.rcn-form-actions .rcn-btn { min-width: 280px; display: inline-flex; align-items: center; gap: 8px; justify-content: center; }

.rcn-spinner { width: 22px; height: 22px; border: 3px solid #e5e7eb; border-top-color: #dc2626; border-radius: 50%; animation: rcn-spin .8s linear infinite; flex-shrink: 0; }
@keyframes rcn-spin { to { transform: rotate(360deg); } }

/* === Benefits === */
.rcn-sell-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rcn-sell-benefit {
    background: #fff;
    border-radius: 14px; padding: 24px;
    border: 1px solid #e5e7eb;
    transition: all .2s;
}
.rcn-sell-benefit:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, .06); }
.rcn-sell-benefit__icon { font-size: 32px; margin-bottom: 12px; }
.rcn-sell-benefit h3 { font-size: 16.5px; margin: 0 0 6px; color: #0f172a; font-weight: 700; }
.rcn-sell-benefit p { color: #6b7280; margin: 0; line-height: 1.5; font-size: 13.5px; }

/* === Responsive === */
@media (max-width: 1024px) {
    .rcn-sell-benefits { grid-template-columns: repeat(2, 1fr); }
    .rcn-form-grid-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .rcn-sell-content { padding: 24px; }
    .rcn-sell-types, .rcn-sell-types--three-col { grid-template-columns: repeat(2, 1fr); }
    .rcn-sell-benefits { grid-template-columns: 1fr; }
    .rcn-sell-steps { transform: scale(.85); transform-origin: center; }
    .rcn-sell-back { position: relative; margin-bottom: 16px; }
    .rcn-form-grid-3 { grid-template-columns: 1fr; }
    .rcn-form-actions .rcn-btn { width: 100%; min-width: 0; }
    .rcn-form-section__head { flex-wrap: wrap; }
    .rcn-form-section__head > small { margin-left: 0; max-width: none; width: 100%; padding-left: 44px; }
    .rcn-feature-grid { grid-template-columns: 1fr 1fr; }
    .rcn-color-grid { grid-template-columns: repeat( auto-fill, minmax(82px, 1fr) ); }
    .rcn-location-row { flex-direction: column; }
    .rcn-btn-locate { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
    .rcn-sell-types, .rcn-sell-types--three-col { grid-template-columns: 1fr; }
    .rcn-photo-list { grid-template-columns: repeat(2, 1fr); }
    .rcn-feature-grid { grid-template-columns: 1fr; }
}
