/* AIBIZNESLAB v2 — Components
 * Source: labclub/styles/v2.css:167-910 + v2-pages.css:168-195 + 404.css
 * Wymaga: tokens.css + core.css
 */

/* ===== HERO ===== */
.hero {
    padding: 100px 0 80px;
    position: relative;
}

.hero-meta 
.hero-meta strong { color: var(--text); font-weight: 500; }
.hero h1 { margin-bottom: 28px; }
.hero h1 
.hero h1 

.hero-ticker > div { padding-right: 16px; }
.hero-ticker > div + div {
    border-left: 1px solid var(--border);
    padding-left: 20px;
}

.hero-visual {
    display: flex; align-items: center; justify-content: center;
    position: relative;
}
.hero-visual img {
    width: 100%; max-width: 560px; height: auto;
    filter: drop-shadow(0 24px 60px rgba(10,10,10,0.08));
}

/* ===== LOGO STRIP ===== */

.logo-pill:hover { color: var(--text); }

/* ===== SECTIONS ===== */
section.block {
    padding: 96px 0;
    position: relative;
    z-index: 2;
}
section.block + section.block { border-top: 1px solid var(--border); }
.section-head {
    max-width: 720px;
    margin: 0 auto 56px;
    text-align: center;
}
.section-head .eyebrow { margin-bottom: 20px; }
.section-head h2 { margin-bottom: 14px; }
.section-head p { margin: 0 auto; }

/* ===== BENTO + CARDS ===== */
.bento {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}
.card {
    background: var(--bg-elev-1);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease;
}
.card:hover { border-color: var(--border-strong); transform: translateY(-2px); }
.card-meta {
    font-family: var(--font-mono); font-size: 0.7rem;
    color: var(--text-faint);
    letter-spacing: 0.06em; text-transform: uppercase;
    margin-bottom: 16px;
    display: flex; align-items: center; justify-content: space-between;
}
.card h3 { margin-bottom: 10px; }
.card p { font-size: 0.95rem; }

.card
.card.span-3 { grid-column: span 3; }
.card
.card

.card.highlight {
    background:
        linear-gradient(180deg, rgba(255,86,48,0.06), transparent 60%),
        var(--bg-elev-1);
    border-color: var(--accent-line);
}

/* ===== STEPS ===== */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.step {
    padding: 28px;
    background: var(--bg-elev-1);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    position: relative;
}
.step-num {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--font-mono); font-size: 0.78rem;
    color: var(--accent);
    margin-bottom: 20px;
    letter-spacing: 0.04em;
}
.step-num::before {
    content: '';
    display: inline-block;
    width: 20px; height: 1px;
    background: var(--accent);
}

/* ===== QUOTES ===== */
.quote-text {
    font-family: var(--font-sans);
    font-size: 1.02rem; font-weight: 450;
    color: var(--text);
    line-height: 1.6; letter-spacing: -0.005em;
    margin-bottom: 20px;
}

/* Compact quotes (2-col grid) */
.compact-quotes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
}
.cq {
    background: var(--bg-elev-1);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px 26px;
    display: flex; flex-direction: column;
    justify-content: space-between;
    gap: 18px;
}
.cq blockquote {
    font-family: var(--font-sans);
    font-size: 0.96rem;
    line-height: 1.55;
    color: var(--text);
    quotes: none;
}
.cq figcaption {
    display: flex; align-items: center; gap: 12px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}
.cq-ava {
    width: 40px; height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--border);
}
.cq-name {
    font-family: var(--font-sans);
    font-size: 0.9rem; font-weight: 600;
    color: var(--text);
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin-bottom: 2px;
}
.cq-co {
    font-family: var(--font-sans);
    font-size: 0.82rem; font-weight: 500;
    color: var(--text-dim);
    text-decoration: none;
}
.cq-co:hover { color: var(--accent); }

/* ===== PILLS ===== */
.pills-row {
    display: flex; flex-wrap: wrap; gap: 8px;
    justify-content: center;
}
.data-pill {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 7px 14px;
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: 0.82rem;
    color: var(--text-dim);
    background: var(--bg-elev-1);
    font-family: var(--font-sans);
}
.data-pill .count {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    color: var(--text-faint);
}
.data-pill.top {
    border-color: var(--accent-line);
    color: var(--text);
    background: var(--accent-soft);
}
.data-pill.top .count { color: var(--accent); }

/* ===== PRICING ===== */

.price-card.featured {
    background:
        linear-gradient(180deg, rgba(255,86,48,0.05), transparent 40%),
        var(--bg-elev-1);
    border-color: var(--accent-line);
}

.price-card.featured 

.price-note {
    font-size: 0.82rem;
    color: var(--text-faint);
    margin-bottom: 16px;
}
.price-note strong { color: var(--ok); font-weight: 500; }

.price-roi strong { color: var(--text); font-weight: 600; }
.price-features {
    list-style: none;
    display: flex; flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
    flex: 1;
}
.price-features li {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 0.88rem; color: var(--text-dim);
}
.price-features li svg {
    flex-shrink: 0; margin-top: 3px;
    color: var(--accent);
    width: 14px; height: 14px;
}
.price-features li.bold { color: var(--text); font-weight: 500; }

.price-cta.free {
    background: var(--bg-elev-2); color: var(--text);
    border: 1px solid var(--border-strong);
}
.price-cta.free:hover { background: var(--bg-elev-3); }
.price-cta.pro {
    background: var(--accent); color: #0A0A0A;
    font-weight: 600;
}
.price-cta.pro:hover {
    filter: brightness(1.08);
    box-shadow: 0 10px 30px -8px var(--accent-line);
}
.price-cta.coming {
    background: var(--bg-elev-2);
    color: var(--text-faint);
    cursor: default;
}
.badge-featured {
    position: absolute;
    top: -10px; left: 50%;
    transform: translateX(-50%);
    background: var(--accent); color: #0A0A0A;
    padding: 3px 12px; border-radius: 6px;
    font-family: var(--font-mono); font-size: 0.65rem;
    letter-spacing: 0.08em; text-transform: uppercase;
    font-weight: 600;
}

/* Countdown banner */

.countdown-banner strong { color: var(--accent); font-weight: 500; }

/* ===== FAQ ===== */
.faq-wrap {
    max-width: 760px;
    margin: 0 auto;
}
.faq-item {
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--bg-elev-1);
    margin-bottom: 8px;
    transition: border-color 0.15s ease;
}
.faq-item:hover { border-color: var(--border-strong); }
.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 22px;
    display: flex; align-items: center; justify-content: space-between;
    font-size: 0.95rem;
    color: var(--text);
    font-weight: 500;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg {
    width: 16px; height: 16px; flex-shrink: 0;
    transition: transform 0.2s ease;
    color: var(--text-faint);
}
.faq-item[open] summary svg {
    transform: rotate(180deg);
    color: var(--accent);
}
.faq-body {
    padding: 0 22px 22px;
    font-size: 0.9rem;
    color: var(--text-dim);
    line-height: 1.7;
}

/* ===== CTA BLOCK ===== */

.cta-block h2 { margin-bottom: 12px; }
.cta-block p { margin: 0 auto 28px; }

/* ===== MOBILE CTA (sticky bottom) ===== */
.mobile-cta {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 40;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(250, 250, 250, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--border-strong);
    gap: 8px;
}
.mobile-cta .btn { flex: 1; justify-content: center; padding: 12px 10px; }
.mobile-cta 

/* ===== 404 / ERROR PAGES ===== */
.err-wrap {
    max-width: 680px;
    margin: 0 auto;
    padding: 96px 24px 80px;
    text-align: center;
    position: relative; z-index: 2;
}

.err-title {
    font-family: var(--font-sans);
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.035em;
    margin: 0 0 18px;
    color: var(--text);
}
.err-title .accent {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
}
.err-desc {
    font-size: 1.08rem; line-height: 1.55;
    color: var(--text-dim);
    margin: 0 auto 40px;
    max-width: 480px;
}
.err-actions {
    display: inline-flex;
    gap: 12px; flex-wrap: wrap;
    justify-content: center;
}

/* ===== Mobile breakpoints ===== */
@media (max-width: 1100px) {
    /* np. agents, bento */
}

@media (max-width: 820px) {
    .bento { grid-template-columns: 1fr; }
    .card.span-2, .card.span-3, .card.span-4, .card
    .steps-grid { grid-template-columns: 1fr; }
    .compact-quotes { grid-template-columns: 1fr; }
    .hero { padding: 60px 0 48px; }
    .hero-ticker > div + div { padding-left: 12px; }
    
    section.block { padding: 64px 0; }
    .mobile-cta { display: flex; }
    body { padding-bottom: 80px; }
}

@media (max-width: 640px) {
    .err-wrap { padding: 64px 20px 56px; }
    .err-desc { font-size: 0.98rem; }
}
