:root {
    --mpl-bg: #fafafa;
    --mpl-surface: #ffffff;
    --mpl-text: #0f172a;
    --mpl-muted: #64748b;
    --mpl-border: #e2e8f0;
    --mpl-primary: #2563eb;
    --mpl-primary-hover: #1d4ed8;
    --mpl-hero-from: #0b1220;
    --mpl-hero-to: #1e293b;
    --mpl-accent: #38bdf8;
    --mpl-brand-explo: #38bdf8;
    --mpl-brand-list: #2c2c34;
    --mpl-radius: 1rem;
    --mpl-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 8px 24px rgba(15, 23, 42, 0.08);
}

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

body.marketplace-landing {
    margin: 0;
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    color: var(--mpl-text);
    background: var(--mpl-bg);
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

.mpl-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(250, 250, 250, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--mpl-border);
}

.mpl-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4rem;
}

.mpl-nav {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

.mpl-nav a {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--mpl-muted);
    transition: color 0.15s ease;
}

.mpl-nav a:hover {
    color: var(--mpl-text);
}

.mpl-header-actions {
    display: none;
    align-items: center;
    gap: 0.5rem;
}

@media (min-width: 992px) {
    .mpl-header-actions {
        display: flex;
        align-items: center;
        gap: 0.35rem;
    }
}

.mpl-header-logout-form {
    display: inline-flex;
}

.mpl-btn-logout {
    cursor: pointer;
    background: transparent;
    font-family: inherit;
}

.mpl-mobile-logout-form {
    margin-top: 0.25rem;
}

.mpl-mobile-nav-logout {
    display: block;
    width: 100%;
    padding: 0.65rem 0;
    border: 0;
    background: transparent;
    color: var(--mpl-text);
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

.mpl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1rem;
    border-radius: 0.625rem;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid transparent;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.mpl-btn-ghost {
    color: var(--mpl-text);
}

.mpl-btn-ghost:hover {
    background: rgba(15, 23, 42, 0.05);
}

.mpl-btn-primary {
    background: var(--mpl-primary);
    color: #fff;
}

.mpl-btn-primary:hover {
    background: var(--mpl-primary-hover);
    color: #fff;
}

.mpl-btn-outline {
    border-color: var(--mpl-border);
    background: var(--mpl-surface);
    color: var(--mpl-text);
}

.mpl-btn-outline:hover {
    border-color: #cbd5e1;
}

.mpl-btn-disabled {
    display: inline-flex;
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}

.mpl-btn-lg {
    padding: 0.75rem 1.35rem;
    font-size: 0.9375rem;
}

.mpl-btn-inverse {
    background: #fff;
    color: var(--mpl-text);
}

.mpl-btn-inverse:hover {
    background: #f1f5f9;
    color: var(--mpl-text);
}

.mpl-nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.mpl-nav-toggle span {
    display: block;
    height: 2px;
    width: 1.25rem;
    margin: 0 auto;
    background: var(--mpl-text);
    border-radius: 1px;
}

.mpl-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem 1rem 1rem;
    border-top: 1px solid var(--mpl-border);
    background: var(--mpl-surface);
}

.mpl-mobile-nav a {
    padding: 0.65rem 0.5rem;
    font-weight: 500;
    color: var(--mpl-text);
}

.mpl-hero {
    position: relative;
    overflow: hidden;
    background: var(--mpl-hero-from);
    color: #f8fafc;
    padding: 4.5rem 0 5.5rem;
    min-height: clamp(22rem, 52vh, 32rem);
    display: flex;
    align-items: center;
}

.mpl-hero-carousel {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.mpl-hero-slide {
    position: absolute;
    inset: 0;
    background-color: #1e3a8a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 1.4s ease, transform 8s ease;
    will-change: opacity, transform;
}

.mpl-hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.mpl-hero-slide--screenshot {
    background-position: center top;
    background-size: cover;
}

.mpl-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(145deg, rgba(11, 18, 32, 0.78) 0%, rgba(30, 58, 138, 0.62) 45%, rgba(15, 23, 42, 0.82) 100%),
        radial-gradient(ellipse 90% 60% at 50% 0%, rgba(56, 189, 248, 0.22), transparent 55%),
        radial-gradient(circle at 85% 90%, rgba(37, 99, 235, 0.28), transparent 45%);
}

.mpl-hero .container {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 52rem;
    width: 100%;
}

.mpl-hero-badge {
    display: inline-block;
    margin-bottom: 1.25rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #e2e8f0;
}

.mpl-hero h1 {
    margin: 0 0 1.25rem;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.mpl-hero-lead {
    margin: 0 auto 2rem;
    max-width: 40rem;
    font-size: 1.125rem;
    color: #cbd5e1;
}

.mpl-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.mpl-section {
    padding: 5rem 0;
}

.mpl-section-alt {
    background: var(--mpl-surface);
    border-top: 1px solid var(--mpl-border);
    border-bottom: 1px solid var(--mpl-border);
}

.mpl-section-head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 3rem;
}

.mpl-section-head h2 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.mpl-section-head p {
    margin: 0;
    color: var(--mpl-muted);
    font-size: 1.0625rem;
}

.mpl-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}

.mpl-feature-card {
    padding: 1.5rem;
    background: var(--mpl-surface);
    border: 1px solid var(--mpl-border);
    border-radius: var(--mpl-radius);
    box-shadow: var(--mpl-shadow);
}

.mpl-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    border-radius: 0.625rem;
    background: rgba(37, 99, 235, 0.1);
    color: var(--mpl-primary);
    font-size: 1.25rem;
    font-weight: 700;
}

.mpl-feature-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
}

.mpl-feature-card p {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--mpl-muted);
}

.mpl-feature-soon {
    display: block;
    margin-top: 0.65rem;
    padding: 0.45rem 0.65rem;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--mpl-primary);
    background: rgba(37, 99, 235, 0.08);
    border: 1px dashed rgba(37, 99, 235, 0.25);
}

.mpl-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    counter-reset: mpl-step;
}

.mpl-step {
    text-align: center;
    padding: 1.25rem;
}

.mpl-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: var(--mpl-primary);
    color: #fff;
    font-weight: 700;
    font-size: 0.9375rem;
}

.mpl-step h3 {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 700;
}

.mpl-step p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--mpl-muted);
}

.mpl-pricing {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.mpl-price-card {
    display: flex;
    flex-direction: column;
    padding: 2rem 1.75rem;
    background: var(--mpl-surface);
    border: 1px solid var(--mpl-border);
    border-radius: calc(var(--mpl-radius) + 4px);
    box-shadow: var(--mpl-shadow);
}

.mpl-price-card.is-highlighted {
    border-color: var(--mpl-primary);
    box-shadow: 0 0 0 1px var(--mpl-primary), var(--mpl-shadow);
    transform: translateY(-4px);
}

.mpl-price-card h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.mpl-price-tagline {
    margin: 0.25rem 0 1.25rem;
    font-size: 0.875rem;
    color: var(--mpl-muted);
}

.mpl-price-amount {
    margin-bottom: 1.5rem;
}

.mpl-price-amount .value {
    font-size: 2.75rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
}

.mpl-price-amount .period,
.mpl-price-amount .mpl-price-period {
    font-size: 0.9375rem;
    color: var(--mpl-muted);
    font-weight: 500;
}

.mpl-price-amount .mpl-price-currency {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-right: 0.15rem;
}

.mpl-price-features {
    list-style: none;
    margin: 0 0 1.75rem;
    padding: 0;
    flex: 1;
}

.mpl-price-features li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.65rem;
    font-size: 0.875rem;
    color: var(--mpl-text);
}

.mpl-price-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--mpl-primary);
    font-weight: 700;
}

.mpl-faq {
    max-width: 42rem;
    margin: 0 auto;
}

.mpl-faq-item {
    border-bottom: 1px solid var(--mpl-border);
    padding: 1.25rem 0;
}

.mpl-faq-item h3 {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 600;
}

.mpl-faq-item p {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--mpl-muted);
}

.mpl-cta {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, var(--mpl-hero-from), #1e3a5f);
    border-radius: calc(var(--mpl-radius) + 8px);
    color: #f8fafc;
}

.mpl-cta h2 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
}

.mpl-cta p {
    margin: 0 auto 1.5rem;
    max-width: 32rem;
    color: #cbd5e1;
}

.mpl-footer {
    padding: 3.5rem 0 2rem;
    background: var(--mpl-hero-from);
    color: #94a3b8;
}

.mpl-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
    .mpl-footer-grid {
        grid-template-columns: 1fr;
    }
}

.mpl-footer-tagline {
    margin: 0.75rem 0 0;
    font-size: 0.875rem;
    max-width: 22rem;
}

.mpl-footer-title {
    margin: 0 0 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #e2e8f0;
}

.mpl-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mpl-footer-links li {
    margin-bottom: 0.4rem;
}

.mpl-footer-links a:hover {
    color: #f8fafc;
}

.mpl-footer-bottom {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    font-size: 0.8125rem;
}

.mpl-footer-bottom p {
    margin: 0;
}

/* Empresas que confían en nosotros */
.mpl-trust {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.mpl-trust-head {
    margin-bottom: 2rem;
}

.mpl-trust-carousel {
    width: 100%;
    overflow: hidden;
}

.mpl-trust-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem 3rem;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 56rem;
}

.mpl-trust-item {
    flex: 0 0 auto;
}

.mpl-trust-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 6rem;
    max-width: 9rem;
    height: 2.75rem;
    text-decoration: none;
}

.mpl-trust-link:hover .mpl-trust-logo,
.mpl-trust-link:hover .mpl-trust-name {
    opacity: 0.72;
    filter: grayscale(35%);
}

.mpl-trust-logo {
    display: block;
    height: 2.75rem;
    width: auto;
    max-width: 9rem;
    object-fit: contain;
    object-position: center;
    opacity: 0.42;
    filter: grayscale(100%);
    transition: opacity 0.2s ease, filter 0.2s ease;
}

.mpl-trust-name {
    display: block;
    max-width: 9rem;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: var(--mpl-muted);
    opacity: 0.55;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: opacity 0.2s ease, filter 0.2s ease;
}

