/* Marketplace preview — layout and components (brand base: ../styles.css) */

.marketplace-page {
    background: #000;
    color: #fff;
    padding-top: 0;
}

.marketplace-page main {
    display: block;
}

/* Hero */
.mp-hero {
    min-height: min(92vh, 900px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0 80px;
    background:
        radial-gradient(circle at 20% 20%, rgba(107, 182, 255, 0.12), transparent 45%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.6), transparent 50%),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.85)),
        url('../img/tech-road.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mp-hero-inner {
    max-width: 820px;
    margin: 0 auto;
}

.marketplace-page .mp-hero .eyebrow {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.8rem;
    color: rgba(248, 250, 252, 0.7);
    margin-bottom: 12px;
    font-weight: 400;
}

.mp-hero-title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.mp-hero-lead {
    font-size: 1.1rem;
    line-height: 1.75;
    color: rgba(241, 245, 249, 0.88);
    max-width: 640px;
}

.mp-hero-ctas {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.mp-hero-ctas .cta-button-secondary {
    color: #6bb6ff;
    border-color: rgba(107, 182, 255, 0.85);
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border: 2px solid;
    font-weight: 500;
    transition: color 0.2s, border-color 0.2s;
}

.mp-hero-ctas .cta-button-secondary:hover {
    color: #b7dcff;
    border-color: #6bb6ff;
}

.mp-hero-link-secondary {
    color: rgba(248, 250, 252, 0.85);
    text-decoration: none;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(248, 250, 252, 0.35);
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
}

.mp-hero-link-secondary:hover {
    color: #fff;
    border-bottom-color: rgba(248, 250, 252, 0.7);
}

/* Sections */
.mp-section {
    padding: 72px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mp-section-title {
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 16px;
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.mp-section-intro {
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(241, 245, 249, 0.82);
    max-width: 720px;
    margin-bottom: 28px;
}

.mp-audience {
    background: linear-gradient(180deg, rgba(15, 15, 15, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.mp-pill-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 640px;
}

.mp-pill-list li {
    padding: 14px 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(241, 245, 249, 0.92);
    font-size: 0.98rem;
}

/* Product grid */
.mp-products {
    background: #050505;
}

.mp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 8px;
}

@media (max-width: 992px) {
    .mp-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

.mp-card {
    position: relative;
    padding: 28px 24px 32px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.mp-card-featured {
    border-color: rgba(107, 182, 255, 0.35);
    background:
        radial-gradient(ellipse at top right, rgba(107, 182, 255, 0.12), transparent 55%),
        rgba(255, 255, 255, 0.05);
}

.mp-card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #b7dcff;
    background: rgba(107, 182, 255, 0.16);
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(107, 182, 255, 0.35);
}

.mp-card-icon {
    font-size: 1.5rem;
    color: #6bb6ff;
    margin-bottom: 16px;
}

.mp-card-title {
    font-size: 1.35rem;
    font-weight: 500;
    margin-bottom: 6px;
    color: #fff;
}

.mp-card-tagline {
    font-size: 0.9rem;
    color: rgba(248, 250, 252, 0.6);
    margin-bottom: 16px;
}

.mp-card-price {
    font-size: 1rem;
    color: rgba(241, 245, 249, 0.9);
    margin-bottom: 18px;
}

.mp-card-price strong {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}

.mp-price-note {
    font-size: 0.8rem;
    color: rgba(248, 250, 252, 0.45);
    font-weight: 400;
}

.mp-card-bullets {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    flex: 1;
}

.mp-card-bullets li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 0.92rem;
    line-height: 1.5;
    color: rgba(241, 245, 249, 0.85);
}

.mp-card-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6bb6ff;
    opacity: 0.85;
}

.mp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 20px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 0.95rem;
    text-align: center;
    box-sizing: border-box;
}

.mp-btn-disabled {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(248, 250, 252, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.12);
    cursor: not-allowed;
    -webkit-user-select: none;
    user-select: none;
}

/* Proof */
.mp-proof {
    background: linear-gradient(180deg, #000 0%, #0a0a0a 100%);
}

.mp-proof-lead {
    font-size: 1.08rem;
    line-height: 1.8;
    color: rgba(241, 245, 249, 0.88);
    max-width: 720px;
    margin-bottom: 32px;
}

.mp-proof-lead strong {
    color: #fff;
    font-weight: 600;
}

.mp-testimonial-placeholder {
    padding: 24px 28px;
    border-radius: 14px;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.03);
    max-width: 640px;
}

.mp-testimonial-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(248, 250, 252, 0.5);
    margin-bottom: 8px;
}

.mp-testimonial-copy {
    font-size: 0.98rem;
    color: rgba(241, 245, 249, 0.7);
    line-height: 1.6;
    margin: 0;
}

/* Outcomes */
.mp-outcomes-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    max-width: 640px;
}

.mp-outcomes-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
    font-size: 1.02rem;
    line-height: 1.55;
    color: rgba(241, 245, 249, 0.9);
}

.mp-outcomes-list .fa-solid {
    color: #6bb6ff;
    margin-top: 4px;
    flex-shrink: 0;
}

.mp-outcomes-note {
    font-size: 0.88rem;
    color: rgba(248, 250, 252, 0.5);
    max-width: 560px;
    line-height: 1.5;
}

/* Footer CTA block */
.mp-footer-cta {
    padding: 80px 0 100px;
    background:
        linear-gradient(to top, rgba(107, 182, 255, 0.08), transparent 40%),
        #000;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mp-footer-cta-inner {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.mp-footer-cta-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.mp-footer-cta-text {
    font-size: 1.05rem;
    color: rgba(241, 245, 249, 0.8);
    line-height: 1.65;
    margin-bottom: 28px;
}

.mp-footer-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.mp-footer-cta-actions .cta-button-secondary {
    color: #6bb6ff;
    border-color: rgba(107, 182, 255, 0.85);
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    padding: 12px 28px;
    border: 2px solid;
    font-weight: 500;
    transition: color 0.2s, border-color 0.2s;
}

.mp-footer-cta-actions .cta-button-secondary:hover {
    color: #b7dcff;
    border-color: #6bb6ff;
}

.mp-footer-cta-actions .mp-hero-link-secondary {
    font-size: 0.95rem;
}

/* Legal footer */
.mp-legal-footer {
    padding: 28px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mp-legal-inner {
    text-align: center;
}

.mp-legal-copy {
    font-size: 0.85rem;
    color: rgba(248, 250, 252, 0.55);
    line-height: 1.6;
}

.mp-legal-copy a {
    color: rgba(248, 250, 252, 0.75);
    text-decoration: none;
    border-bottom: 1px solid rgba(248, 250, 252, 0.25);
}

.mp-legal-copy a:hover {
    color: #fff;
    border-bottom-color: rgba(248, 250, 252, 0.5);
}
