/* Competition reel — Knowt, Quizlet, others vs studyTorium (HTML/CSS loop) */

.landing-competition {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-competition-intro {
    text-align: center;
    padding: clamp(2rem, 5vw, 2.75rem) 1.5rem 1.25rem;
    max-width: 38rem;
    margin: 0 auto;
}

.landing-competition-title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.35rem, 3.5vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--landing-text, #f0f4f8);
}

.landing-competition-sub {
    margin: 0;
    font-size: clamp(0.95rem, 2.2vw, 1.05rem);
    color: var(--landing-muted, #8b9aab);
    line-height: 1.5;
}

.marketing-reel--competition .reel-vid {
    padding-bottom: 6rem;
}

.competition-reel-chrome .reel-demo-progress-fill {
    width: 100%;
}

.st-clip--competition .st-clip-bg {
    background: linear-gradient(165deg, #0a0a0c 0%, #0f172a 50%, #1e1b2e 100%);
}

.st-comp-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    justify-content: center;
    margin-bottom: 1rem;
    max-width: 21rem;
}

.st-comp-pill {
    padding: 0.45rem 0.7rem;
    border-radius: 8px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.st-comp-pill--quizlet {
    background: #4257b2;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.st-comp-pill--knowt {
    background: #4338ca;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.st-comp-pill--notion {
    background: #f5f5f5;
    color: #0f172a;
    border-color: rgba(0, 0, 0, 0.08);
}

.st-comp-pill--anki {
    background: #1e3a5f;
    color: #e2e8f0;
}

.st-comp-pill--generic {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(226, 232, 240, 0.95);
}

.st-comp-vs {
    margin: 0.85rem 0 0;
    font-size: clamp(1.5rem, 6vw, 2rem);
    font-weight: 900;
    color: #fef08a;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}

.st-comp-st-card {
    width: min(100%, 18rem);
    margin: 0.75rem auto 0;
    padding: 1rem 1rem 1.1rem;
    border-radius: 14px;
    border: 2px solid rgba(61, 214, 140, 0.45);
    background: rgba(15, 23, 42, 0.75);
    box-shadow: 0 0 32px rgba(61, 214, 140, 0.12);
}

.st-comp-st-title {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #86efac;
    margin: 0 0 0.35rem;
}

.st-comp-st-line {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 800;
    color: #f8fafc;
    line-height: 1.35;
}

@media (prefers-reduced-motion: reduce) {
    .st-comp-pill,
    .st-comp-st-card {
        transition: none;
    }
}
