/* Selector Comprar / Mi negocio — compacto, premium, responsive */

.account-mode-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0.2rem;
    border-radius: 999px;
    background: rgba(241, 245, 249, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.account-mode-switch__form {
    margin: 0;
}

.account-mode-switch__btn {
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.38rem 0.72rem;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: #64748b;
    font: inherit;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.account-mode-switch__btn:hover {
    color: #0f172a;
}

.account-mode-switch__btn.is-active {
    background: #ffffff;
    color: #0f766e;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
}

.account-mode-switch__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: inherit;
}

.account-mode-switch__icon svg {
    display: block;
}

.public-nav-center--with-mode {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mobile-drawer__mode {
    padding: 0 0.25rem 0.5rem;
}

.mobile-drawer__mode .account-mode-switch {
    width: 100%;
    justify-content: stretch;
}

.mobile-drawer__mode .account-mode-switch__form {
    flex: 1;
}

.mobile-drawer__mode .account-mode-switch__btn {
    width: 100%;
    justify-content: center;
}

/* Promo card perfil */
.account-seller-promo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.25rem;
    padding: 1.15rem 1.25rem;
    border-radius: 16px;
    border: 1px solid rgba(6, 140, 97, 0.18);
    background: linear-gradient(135deg, rgba(236, 253, 245, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.account-seller-promo__kicker {
    margin: 0 0 0.25rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #059669;
}

.account-seller-promo__title {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.account-seller-promo__lead {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #64748b;
    max-width: 36rem;
}

/* Pantalla invitación a vender */
.account-sell-intro {
    max-width: 32rem;
    margin: 0 auto;
    padding: 1rem 0 2.5rem;
}

.account-sell-intro__card {
    margin-top: 1rem;
    padding: 1.75rem 1.5rem;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: #ffffff;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
    text-align: center;
}

.account-sell-intro__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    color: #0f766e;
}

.account-sell-intro__icon svg {
    display: block;
}

.account-sell-intro__title {
    margin: 0 0 0.65rem;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.account-sell-intro__lead {
    margin: 0 0 1rem;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #64748b;
}

.account-sell-intro__benefits {
    list-style: none;
    margin: 0 0 1.35rem;
    padding: 0;
    text-align: left;
    display: grid;
    gap: 0.55rem;
}

.account-sell-intro__benefits li {
    position: relative;
    padding-left: 1.35rem;
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.45;
}

.account-sell-intro__benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #059669;
    font-weight: 700;
}

.account-sell-intro__actions {
    display: grid;
    gap: 0.55rem;
}

.account-sell-intro__cta {
    appearance: none;
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 12px;
    background: linear-gradient(180deg, #079a6a 0%, #068c61 100%);
    color: #fff;
    font: inherit;
    font-size: 0.9375rem;
    font-weight: 700;
    cursor: pointer;
}

.account-sell-intro__secondary {
    appearance: none;
    width: 100%;
    padding: 0.65rem 1rem;
    border: none;
    border-radius: 12px;
    background: transparent;
    color: #64748b;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
}

.account-sell-intro__note {
    margin: 1rem 0 0;
    font-size: 0.8125rem;
    color: #94a3b8;
}

/* Homepage orientación */
.ng-home-orientation {
    padding: 2.25rem 0 2.5rem;
}

.ng-home-orientation__inner {
    max-width: 56rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.ng-home-orientation__header {
    text-align: center;
    margin-bottom: 1.25rem;
}

.ng-home-orientation__header h2 {
    margin: 0.35rem 0 0;
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.ng-home-orientation__grid {
    display: grid;
    gap: 0.85rem;
}

@media (min-width: 640px) {
    .ng-home-orientation__grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}

.ng-home-orientation__card {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1.15rem 1.2rem;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.ng-home-orientation__card:hover {
    border-color: rgba(6, 140, 97, 0.35);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    transform: translateY(-1px);
}

.ng-home-orientation__card h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}

.ng-home-orientation__card p {
    margin: 0;
    flex: 1;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #64748b;
}

.ng-home-orientation__cta {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #0f766e;
}

@media (max-width: 859px) {
    .account-mode-switch--desktop-only {
        display: none;
    }
}

@media (min-width: 860px) {
    .account-mode-switch--mobile-only {
        display: none;
    }
}

@media (max-width: 1023px) {
    .public-nav-center .account-mode-switch {
        display: none;
    }
}
