/*
 * Landing 1:1 z design/landing.html (BRIEF-006). Tokeny (--navy, --teal, ...) i regułki bazowe
 * (body, h1-h3, .mono, a) już w style.css (wspólne z resztą motywu); wspólny chrome (pasek
 * deadline, .top, .btn, .wrap, stopka) od BRIEF-011 w assets/chrome.css (ładowany globalnie) -
 * tu tylko selektory specyficzne dla strony głównej. .price-brutto i .premiera-note to
 * udokumentowane delty względem wzorca (NOTATKA-BRIEF-landing.md pkt 2: brutto obok netto
 * w cenniku; BRIEF-030: dopisek o cenie premierowej do 2 sierpnia 2026 r.).
 */
html { scroll-behavior: smooth; }
.eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--teal-d); margin-bottom: 14px; }
section { padding: 72px 0; }

/* ---------- hero ---------- */
.hero { padding: 80px 0 64px; position: relative; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.journal { font-family: var(--font-mono); font-size: 12.5px; color: var(--grey); border-left: 3px solid var(--teal); padding-left: 12px; margin-bottom: 22px; }
.hero h1 { font-size: clamp(34px,4.6vw,54px); font-weight: 800; letter-spacing: -.01em; margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: var(--teal-d); }
.hero p.lead { font-size: 18.5px; color: var(--ink); max-width: 34em; margin-bottom: 28px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.cta-note { font-size: 13px; color: var(--grey); margin-top: 12px; }
.count-label { font-family: var(--font-mono); font-size: 12px; color: var(--grey); margin-top: 28px; }
.count { display: flex; gap: 14px; margin: 30px 0 6px; }
.count .cell { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 12px 0; width: 86px; text-align: center; box-shadow: 0 2px 8px rgba(15,23,42,.05); }
.count .n { font-family: var(--font-display); font-weight: 800; font-size: 34px; color: var(--navy); line-height: 1; }
.count .l { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--grey); margin-top: 5px; }
.count .cell.hot .n { color: var(--red); }

/* report preview card */
.preview { background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 24px 60px -18px rgba(15,23,42,.25); padding: 26px; transform: rotate(1.2deg); }
.preview .ph { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid var(--navy); padding-bottom: 12px; margin-bottom: 16px; }
.preview .ph .t { font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--navy); }
.preview .ph .id { font-family: var(--font-mono); font-size: 10.5px; color: var(--grey); }
.score { display: flex; align-items: baseline; gap: 12px; margin-bottom: 14px; }
.score .big { font-family: var(--font-display); font-weight: 800; font-size: 44px; color: var(--red); }
.score .cls { font-size: 13.5px; font-weight: 600; color: var(--navy); }
.prow { display: flex; justify-content: space-between; font-size: 12.5px; padding: 8px 0; border-bottom: 1px dashed var(--line); }
.prow .ref { font-family: var(--font-mono); color: var(--grey); font-size: 11px; }
.tag { font-family: var(--font-mono); font-size: 10px; font-weight: 600; padding: 2px 8px; border-radius: 20px; }
.tag.r { background: #FEE2E2; color: var(--red); }
.tag.a { background: var(--amber-bg); color: var(--amber); }
.tag.g { background: #D1FAE5; color: #047857; }
.preview .pf { font-size: 10.5px; color: var(--grey); margin-top: 14px; font-style: italic; }

/* ---------- legal basis ---------- */
.legal { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 44px 0; }
.legal h2 { font-size: 24px; margin-bottom: 8px; }
.legal .sub { color: var(--grey); font-size: 14.5px; margin-bottom: 26px; max-width: 52em; }
.lgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.lcard { border: 1px solid var(--line); border-left: 4px solid var(--teal); border-radius: 8px; padding: 18px; background: var(--paper); }
.lcard .sig { font-family: var(--font-mono); font-size: 11.5px; color: var(--teal-d); margin-bottom: 8px; font-weight: 500; }
.lcard .name { font-weight: 600; font-size: 14.5px; color: var(--navy); margin-bottom: 6px; }
.lcard p { font-size: 13px; color: var(--grey); margin-bottom: 10px; }
.lcard a { font-size: 13px; font-weight: 500; }

/* ---------- dotyczy ---------- */
.grid4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 36px; }
.qcard { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 22px; }
.qcard .ref { font-family: var(--font-mono); font-size: 11px; color: var(--teal-d); margin-bottom: 10px; }
.qcard h3 { font-size: 17px; margin-bottom: 8px; }
.qcard p { font-size: 13.5px; color: var(--grey); }
.qcard.risk { border-top: 4px solid var(--red); }
.qcard.warn { border-top: 4px solid #F59E0B; }

/* ---------- steps ---------- */
.steps { background: var(--navy); color: #CBD5E1; }
.steps h2, .steps h3 { color: #fff; }
.steps .eyebrow { color: var(--mint); }
.sgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 40px; }
.scard { border: 1px solid #27354d; border-radius: 12px; padding: 26px; background: #16233b; }
.scard .k { font-family: var(--font-mono); font-size: 12px; color: var(--mint); margin-bottom: 12px; }
.scard h3 { font-size: 19px; margin-bottom: 10px; }
.scard p { font-size: 14px; }

/* ---------- zawartosc raportu ---------- */
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.toc { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 8px 26px; }
.toc .ti { display: flex; justify-content: space-between; align-items: baseline; padding: 13px 0; border-bottom: 1px dashed var(--line); font-size: 14.5px; }
.toc .ti:last-child { border-bottom: none; }
.toc .ti .ref { font-family: var(--font-mono); font-size: 11px; color: var(--grey); }

/* ---------- cennik ---------- */
.pgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 40px; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 30px; }
.plan.best { border: 2px solid var(--teal); box-shadow: 0 18px 44px -16px rgba(13,148,136,.35); position: relative; }
.plan.best .flag { position: absolute; top: -13px; left: 26px; background: var(--teal); color: #fff; font-family: var(--font-mono); font-size: 11px; padding: 4px 12px; border-radius: 20px; }
.plan h3 { font-size: 19px; margin-bottom: 6px; }
/* zmiana: przeglad zgodnosci 12.07 (Z4): brutto tą samą wielkością co netto - cena wiążąca
   konsumenta nie może być drobnym druczkiem; oba wiersze 32px, żeby karta się nie rozjeżdżała */
.plan .price { font-family: var(--font-display); font-weight: 800; font-size: 32px; color: var(--navy); }
.plan .price-brutto { font-family: var(--font-display); font-weight: 800; font-size: 32px; color: var(--navy); margin-top: -6px; }
.plan .per { font-size: 13px; color: var(--grey); margin: 4px 0 18px; }
/* BRIEF-030: dopisek o cenie premierowej, mniej wyeksponowany niż .per (informacyjny, nie CTA). */
.plan .premiera-note { font-size: 12px; color: var(--grey); margin: -12px 0 18px; }
.plan ul { list-style: none; margin: 0 0 24px; }
.plan li { font-size: 14px; padding: 7px 0 7px 24px; position: relative; }
.plan li::before { content: ""; position: absolute; left: 2px; top: 13px; width: 12px; height: 7px; border-left: 2.5px solid var(--teal); border-bottom: 2.5px solid var(--teal); transform: rotate(-45deg); }
.plan .btn { width: 100%; text-align: center; }

/* ---------- rozbudowa E-E-A-T 12.07 (BRIEF-013): metodologia, konsultacja, founder, FAQ ---------- */
.metodologia { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 36px 0 24px; }
.mcard { border: 1px solid var(--line); border-left: 4px solid var(--teal); border-radius: 8px; padding: 20px; background: var(--paper); }
.mcard h3 { font-size: 16px; margin-bottom: 8px; }
.mcard p { font-size: 13.5px; color: var(--grey); }
.konsultacja-info { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 22px 26px; margin-top: 20px; }
.konsultacja-info h3 { font-size: 17px; margin-bottom: 8px; }
.konsultacja-info p { font-size: 14px; color: var(--grey); }
.konsultacja-info .soon { font-family: var(--font-mono); font-size: 11px; color: var(--amber); border: 1px solid var(--amber); border-radius: 20px; padding: 2px 10px; margin-left: 8px; vertical-align: middle; }
.founder-photo { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; margin-top: 18px; display: block; }
.founder-bio { font-size: 15.5px; color: var(--ink); max-width: 52em; margin-top: 18px; }
.faq-list { margin-top: 30px; max-width: 820px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 0 20px; margin-bottom: 10px; }
.faq-item summary { cursor: pointer; font-weight: 600; color: var(--navy); padding: 16px 0; font-size: 15.5px; }
.faq-item p { font-size: 14px; color: var(--grey); padding: 0 0 16px; }

/* ---------- disclaimer (stopka od BRIEF-011 w chrome.css) ---------- */
.assure { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 26px 30px; display: flex; gap: 22px; align-items: flex-start; margin-top: 48px; }
.assure .badge { flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%; background: var(--navy); color: var(--mint); display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 11px; font-weight: 600; }
.assure p { font-size: 14px; color: var(--grey); }
.assure b { color: var(--navy); }

@media (max-width: 900px) {
    .hero .wrap, .two { grid-template-columns: 1fr; }
    .lgrid, .sgrid, .pgrid, .mgrid { grid-template-columns: 1fr; }
    .grid4 { grid-template-columns: 1fr 1fr; }
    .preview { transform: none; margin-top: 10px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
