/* Public Academy /pricing — cream paper + brand teal (Human Eyes Academy lock). */
:root {
    --price-cream: #f9f7f3;
    --price-ink: #1c2a28;
    --price-muted: #5a6b68;
    --price-teal: #2a7a92;
    --price-cyan: #1a9fc4;
    --price-line: rgba(42, 122, 146, 0.16);
    --price-font: 'Outfit', 'Noto Sans SC', system-ui, sans-serif;
    --price-max: 880px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body.price-page {
    min-height: 100vh;
    background: var(--price-cream);
    color: var(--price-ink);
    font-family: var(--price-font);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

.price-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: min(calc(100% - 2rem), var(--price-max));
    margin: 0 auto;
    padding: 1.1rem 0 0.4rem;
}

.price-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--price-ink);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.price-brand img {
    width: 36px;
    height: 36px;
    border-radius: 10px;
}

.price-brand__ai { color: var(--price-cyan); }

.price-brand small {
    color: var(--price-teal);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.price-nav {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.price-nav > a {
    color: var(--price-teal);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
}

.price-lang .evo-lang-select {
    font: inherit;
    font-size: 0.88rem;
    padding: 0.35rem 0.5rem;
    border-radius: 8px;
    border: 1px solid var(--price-line);
    background: #fff;
    color: var(--price-ink);
}

.evo-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.price-main {
    width: min(calc(100% - 2rem), var(--price-max));
    margin: 0 auto 3rem;
    padding-top: 1.4rem;
}

.price-kicker {
    margin: 0 0 0.4rem;
    color: var(--price-teal);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.price-title {
    margin: 0 0 0.6rem;
    font-size: clamp(1.7rem, 4vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.price-lead,
.price-tabs,
.price-packs__lead,
.price-hint,
.price-fx {
    color: var(--price-muted);
}

.price-lead { margin: 0 0 0.5rem; font-size: 1.05rem; }
.price-tabs { margin: 0 0 1.2rem; font-size: 0.95rem; }

.price-banner {
    margin: 0 0 1.4rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(196, 90, 48, 0.28);
    background: rgba(224, 131, 58, 0.1);
    color: #7a3d16;
    font-size: 0.95rem;
}

.price-banner--ok {
    border-color: var(--price-line);
    background: rgba(42, 122, 146, 0.08);
    color: var(--price-teal);
}

.price-card {
    border: 1px solid var(--price-line);
    border-radius: 18px;
    background: #fffdf8;
    padding: 1.35rem 1.4rem 1.5rem;
    margin-bottom: 1.25rem;
}

.price-card--pro {
    box-shadow: 0 16px 40px rgba(42, 122, 146, 0.08);
}

.price-card h2,
.price-card h3,
.price-packs h2 {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
}

.price-amount {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    margin: 0 0 1rem;
}

.price-amount__usd {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--price-ink);
}

.price-amount__period { color: var(--price-muted); }

.price-perks {
    margin: 0 0 1.2rem;
    padding-left: 1.15rem;
}

.price-perks li { margin: 0.35rem 0; }

.price-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.7rem 1.2rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--price-cyan), var(--price-teal));
    color: #fff;
    font: inherit;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.price-cta:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.price-cta--pack {
    width: 100%;
    margin-top: 0.7rem;
}

.price-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.price-link {
    color: var(--price-teal);
    font-weight: 600;
}

.price-hint { margin: 0.7rem 0 0; font-size: 0.9rem; }

.price-pack-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.9rem;
}

.price-pack-usd {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
}

.price-fx,
.price-status {
    margin: 0.4rem 0 0;
    font-size: 0.9rem;
}

.price-status.is-err { color: #b42318; }
.price-status.is-ok { color: var(--price-teal); }

.legal-site-footer {
    width: min(calc(100% - 2rem), var(--price-max));
    margin: 0 auto 2rem;
}

.legal-site-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
}

.legal-site-footer__nav a {
    color: var(--price-teal);
    text-decoration: none;
    font-size: 0.88rem;
}

.legal-site-footer__copy {
    color: var(--price-muted);
    font-size: 0.82rem;
}

@media (prefers-reduced-motion: reduce) {
    .price-cta { transition: none; }
}
