/* Synapse.monster — course-only landing */

.nav-logo span { color: var(--accent-violet); }

.syn-hero { text-align: center; padding-bottom: clamp(48px, 8vw, 80px); }
.syn-hero-content { max-width: 820px; margin: 0 auto; }
.syn-hero-pod {
    font-size: clamp(0.95rem, 1.6vw, 1.08rem);
    color: var(--text-muted);
    max-width: 640px;
    margin: 0 auto 1.75rem;
    line-height: 1.75;
}
.syn-hero-pod strong { color: var(--accent-cyan); font-weight: 600; }
.syn-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 0.5rem;
}
.syn-btn-pod {
    box-shadow: 0 4px 28px rgba(94, 162, 255, 0.45);
}

.syn-trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
    margin-top: 2rem;
}
.syn-pill {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-glass);
    border-radius: 999px;
    padding: 0.4rem 1rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-muted);
}

/* Pod → CML banner */
.syn-pod-banner {
    padding: 0 0 var(--section-pad);
    margin-top: -1rem;
}
.syn-pod-card {
    max-width: 960px;
    margin: 0 auto;
    padding: clamp(1.75rem, 4vw, 2.5rem);
    border-color: rgba(94, 162, 255, 0.28);
    box-shadow: 0 0 48px rgba(94, 162, 255, 0.1);
}
.syn-pod-card-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.syn-pod-card-inner > div { flex: 1; min-width: 260px; }
.syn-pod-card h2 { margin-bottom: 0.75rem; font-size: clamp(1.35rem, 3vw, 1.85rem); }
.syn-pod-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 520px;
}
.syn-pod-card .btn { flex-shrink: 0; }

.syn-section { padding: var(--section-pad); }
.syn-curriculum { background: var(--bg-navy); }

.syn-module-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 820px;
    margin: 0 auto;
    list-style: none;
}
.syn-module-list li {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 1.25rem;
    align-items: start;
    padding: 1.5rem 1.75rem;
}
.syn-module-num {
    font-size: 1.5rem;
    font-weight: 800;
    background: var(--grad-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}
.syn-module-list h3 { font-size: 1rem; margin-bottom: 0.35rem; }
.syn-module-list p { font-size: 0.87rem; line-height: 1.65; }

.syn-pricing { background: var(--bg-deep); }
.syn-pricing-card {
    max-width: 520px;
    margin: 0 auto;
    padding: 2.5rem;
    text-align: center;
}
.syn-pricing-header h3 { font-size: 1.35rem; margin-bottom: 1rem; }
.syn-price-amount {
    font-size: 3rem;
    font-weight: 800;
    background: var(--grad-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}
.syn-price-term {
    display: block;
    font-size: 0.85rem;
    color: var(--text-dim);
    margin-top: 0.35rem;
}
.syn-pricing-includes {
    text-align: left;
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.syn-pricing-includes li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.92rem;
    color: var(--text-muted);
}
.syn-pricing-includes .li-check { color: var(--accent-mint); font-weight: 700; }
.syn-stripe-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5rem 0;
}
.syn-enroll-btn {
    width: 100%;
    max-width: 22rem;
}
.syn-checkout-note {
    margin: 0.75rem 0 0;
    font-size: 0.85rem;
    color: var(--text-dim);
}
.syn-pricing-pod-link {
    margin-top: 1.25rem;
    font-size: 0.9rem;
    color: var(--text-dim);
}
.syn-pricing-pod-link a {
    color: var(--accent-blue);
    font-weight: 600;
    text-decoration: none;
}
.syn-pricing-pod-link a:hover { text-decoration: underline; }

.syn-footer-cta {
    padding: var(--section-pad);
    text-align: center;
    background: linear-gradient(180deg, var(--bg-navy) 0%, var(--bg-deep) 100%);
}
.syn-footer-cta h2 { margin-bottom: 0.75rem; }
.syn-footer-cta p {
    margin-bottom: 2rem;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .syn-pod-card-inner { flex-direction: column; align-items: stretch; }
    .syn-pod-card .btn { width: 100%; justify-content: center; }
    .syn-module-list li { grid-template-columns: 44px 1fr; }
}
