.sell-hero {
    position: relative;
    overflow: hidden;
    padding: 140px 0 80px;
    background:
        linear-gradient(135deg, rgba(6, 27, 51, 0.88) 0%, rgba(15, 50, 88, 0.82) 50%, rgba(11, 40, 70, 0.88) 100%),
        radial-gradient(circle at 85% 20%, rgba(199, 226, 255, 0.18), transparent 48%),
        radial-gradient(circle at 20% 90%, rgba(27, 64, 104, 0.32), transparent 45%),
        url('/assets/vende/vende-inmerso-capital-inmobiliario-hero.jpg') center / cover no-repeat;
    color: #fff;
}

.sell-hero::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 150px;
    background: linear-gradient(180deg, rgba(7, 20, 36, 0), rgba(7, 20, 36, 0.46));
    pointer-events: none;
}

.sell-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.sell-hero-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.38rem 0.88rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.78rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-weight: 600;
}

.sell-hero h1 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4.3vw, 3.4rem);
    line-height: 1.08;
    color: #fff;
}

.sell-hero p {
    margin: 1rem 0 0;
    max-width: 60ch;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.03rem;
    line-height: 1.65;
}

.sell-hero-actions {
    margin-top: 1.55rem;
    display: flex;
    gap: 0.72rem;
    flex-wrap: wrap;
}

.sell-hero-actions .btn-secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.06);
}

.sell-hero-actions .btn-secondary:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.18);
}

.sell-hero-actions .btn-primary {
    background: #fff;
    color: #0b2a4a;
    border-color: #fff;
}

.sell-hero-actions .btn-primary:hover {
    background: #e9eef5;
    border-color: #e9eef5;
    color: #0a223d;
}

.sell-section {
    padding: 64px 0;
    background: #fff;
}

.sell-section-alt {
    background: #f3f6fa;
}

.sell-section-header {
    max-width: 760px;
    margin: 0 auto 1.35rem;
    text-align: center;
}

.sell-section-header h2 {
    margin: 0;
    color: #0f2e4f;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.55rem, 3vw, 2.28rem);
}

.sell-section-header p {
    margin: 0.7rem 0 0;
    color: #4c5d73;
    line-height: 1.62;
}

.sell-pillars-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
}

.sell-pillar-card {
    background: #fff;
    border: 1px solid #dbe5f0;
    border-radius: 16px;
    padding: 1.18rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.sell-pillar-card h3 {
    margin: 0;
    color: #113458;
    font-size: 1.06rem;
}

.sell-pillar-card p {
    margin: 0.58rem 0 0;
    color: #43556d;
    line-height: 1.58;
    font-size: 0.94rem;
}

.sell-case-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: stretch;
}

.sell-case-media {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #d6e1ed;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
    background: #0f172a;
}

.sell-case-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
}

.sell-case-copy {
    background: #fff;
    border: 1px solid #dbe5f0;
    border-radius: 16px;
    padding: 1.25rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.sell-kicker {
    display: inline-flex;
    font-size: 0.76rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #667892;
    font-weight: 700;
}

.sell-case-copy h2 {
    margin: 0.55rem 0 0;
    color: #0f2e4f;
    font-size: clamp(1.3rem, 2.3vw, 1.95rem);
}

.sell-case-copy p {
    margin: 0.7rem 0 0;
    color: #445970;
    line-height: 1.62;
}

.sell-case-ps {
    margin-top: 0.6rem;
}

.sell-case-ps strong {
    color: #113458;
}

.sell-checklist {
    margin: 0.8rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.45rem;
}

.sell-checklist li {
    position: relative;
    padding-left: 1.45rem;
    color: #223b5a;
    line-height: 1.5;
}

.sell-checklist li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
    color: #0f5bb2;
    font-weight: 700;
}

.sell-case-note {
    margin-top: 0.8rem;
    border-radius: 12px;
    padding: 0.68rem 0.78rem;
    border: 1px solid #cfe0f2;
    background: #f0f6fc;
    color: #113e6e;
    font-weight: 600;
    font-size: 0.92rem;
}

.sell-case-actions {
    margin-top: 0.9rem;
    display: flex;
    justify-content: center;
}

.sell-strategy-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.sell-strategy-card {
    border: 1px solid #dbe5f0;
    border-radius: 14px;
    padding: 1rem;
    background: #fff;
}

.sell-strategy-card h3 {
    margin: 0;
    color: #113458;
    font-size: 1rem;
}

.sell-strategy-card p {
    margin: 0.55rem 0 0;
    color: #445970;
    font-size: 0.92rem;
    line-height: 1.55;
}

.sell-section-360 .sell-strategy-card,
.sell-section-360 .sell-process-step,
.sell-section-360 .sell-process-block h3 {
    text-align: center;
}

.sell-section-360 .sell-process-block {
    text-align: center;
}

.sell-section-360 .sell-step-number {
    margin: 0 auto;
}

.sell-process-block {
    margin-top: 1rem;
    border: 1px solid #dbe5f0;
    border-radius: 16px;
    padding: 1rem;
    background: #f8fbff;
}

.sell-process-block h3 {
    margin: 0;
    color: #113458;
    font-size: 1.05rem;
}

.sell-process-grid {
    margin-top: 0.8rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
}

.sell-process-step {
    border: 1px solid #d8e4f1;
    border-radius: 12px;
    background: #fff;
    padding: 0.75rem;
}

.sell-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    background: #0f5bb2;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
}

.sell-process-step p {
    margin: 0.5rem 0 0;
    color: #41556d;
    font-size: 0.9rem;
    line-height: 1.45;
}

.sell-contact-section {
    padding: 18px 0 84px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.sell-contact-header {
    max-width: 720px;
    margin: 0 auto 1.1rem;
    text-align: center;
}

.sell-contact-header h2 {
    margin: 0;
    color: #0f2e4f;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.sell-contact-header p {
    margin: 0.65rem 0 0;
    color: #4c5d73;
    line-height: 1.6;
}

.sell-form-wrapper {
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #dbe5f0;
    border-radius: 18px;
    padding: 1.45rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.sell-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.form-group-full {
    grid-column: 1 / -1;
}

.sell-form-wrapper .checkbox-group {
    margin-top: 0.45rem;
}

.sell-form-wrapper .g-recaptcha,
.sell-form-wrapper [data-sitekey] {
    margin-top: 0.8rem;
    margin-bottom: 0.95rem;
}

.sell-form-wrapper .btn-primary {
    width: 100%;
}

.form-message {
    margin-top: 1rem;
    border-radius: 12px;
    padding: 0.85rem 1rem;
}

.form-message h3 {
    margin: 0;
    font-size: 1rem;
}

.form-message p {
    margin: 0.45rem 0 0;
    line-height: 1.5;
}

.form-message.success {
    border: 1px solid #a7d7bf;
    background: #edf9f2;
    color: #1d5136;
}

.form-message.error {
    border: 1px solid #f0b5bb;
    background: #fff0f1;
    color: #6b1d27;
}

@media (max-width: 980px) {
    .sell-pillars-grid {
        grid-template-columns: 1fr;
    }

    .sell-case-grid,
    .sell-strategy-grid,
    .sell-process-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .sell-hero {
        padding: 122px 0 66px;
    }

    .sell-hero-actions {
        flex-direction: column;
    }

    .sell-hero-actions .btn {
        width: 100%;
    }

    .sell-case-actions .btn {
        width: 100%;
    }

    .sell-section {
        padding: 48px 0;
    }

    .sell-form-wrapper {
        padding: 1rem;
    }

    .sell-form-grid {
        grid-template-columns: 1fr;
    }
}
