/* ==========================================================================
   Radar Przetargów — strony publiczne (strona główna, cennik, logowanie, rejestracja, regulamin,
   udostępnione ogłoszenie). Jasno i spokojnie: biel i ciepła szarość, szeryfowe nagłówki (Sitka / Iowan),
   systemowy grotesk, duże zaokrąglone karty, przyciski-pigułki, makiety aplikacji zbudowane z prawdziwych danych.
   Klasy strony z prefiksem lp- tam, gdzie nazwy kolidowałyby ze styles.css.
   ========================================================================== */

body.site {
  --ink: #1b1a18;
  --ink-2: #34332f;
  --paper: #f5f4f0;
  --paper-2: #ecebe5;
  --line: #e7e5df;
  --line-2: #efede8;
  --muted: #5d5b56;
  --muted-2: #8d8b85;
  --accent: #c43d2f;
  --display: var(--font-display);
  display: flex; flex-direction: column; min-height: 100vh; background: #fff; color: var(--ink);
  font: 16px/1.6 var(--font);
}
body.site ::selection { background: var(--ink); color: #fff; }
.site-wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.site-main { flex: 1; outline: none; }
body.site a { color: var(--ink); text-decoration: underline; text-decoration-color: #cfccc5; text-underline-offset: 3px; }
body.site a:hover { text-decoration-color: var(--ink); }
body.site a.btn, body.site a.site-brand, body.site a.site-nav__link, body.site a.sector-card, body.site .site-foot__col a { text-decoration: none; }

/* ---------- przyciski ---------- */
body.site .btn { height: 44px; padding: 0 20px; gap: 10px; border-radius: 999px; font-size: 14.5px; font-weight: 500; }
body.site .btn .icon { width: 16px; height: 16px; color: currentColor; }
body.site .btn--primary { background: var(--ink); border-color: var(--ink); color: #fff; }
body.site .btn--primary:hover { background: var(--ink-2); border-color: var(--ink-2); }
body.site .btn--soft { background: var(--paper); border-color: var(--paper); color: var(--ink); }
body.site .btn--soft:hover { background: var(--paper-2); border-color: var(--paper-2); }
body.site .btn--outline { background: #fff; border-color: #d9d6cf; color: var(--ink); }
body.site .btn--outline:hover { background: var(--paper); border-color: #cfccc5; }
body.site .btn--light { background: #fff; border-color: #fff; color: var(--ink); }
body.site .btn--light:hover { background: #efede7; border-color: #efede7; }
body.site .btn--glass { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .2); color: #fff; }
body.site .btn--glass:hover { background: rgba(255, 255, 255, .15); border-color: rgba(255, 255, 255, .3); }
body.site .btn--sm { height: 38px; padding: 0 16px; font-size: 14px; }
body.site .btn--arrow { padding-right: 6px; }
.btn__arrow { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: #fff; color: var(--ink); transition: transform .2s; }
body.site .btn .btn__arrow .icon { width: 15px; height: 15px; color: var(--ink); }
body.site .btn--light .btn__arrow, body.site .btn--outline .btn__arrow, body.site .btn--soft .btn__arrow { background: var(--ink); }
body.site .btn--light .btn__arrow .icon, body.site .btn--outline .btn__arrow .icon, body.site .btn--soft .btn__arrow .icon { color: #fff; }
body.site .btn:hover .btn__arrow { transform: translateX(2px); }

/* ---------- nagłówek ---------- */
.site-head { position: sticky; top: 0; z-index: 30; background: rgba(255, 255, 255, .88); border-bottom: 1px solid transparent; backdrop-filter: saturate(1.3) blur(14px); -webkit-backdrop-filter: saturate(1.3) blur(14px); transition: border-color .2s; }
.site-head.is-scrolled { border-bottom-color: var(--line); }
.site-head__inner { display: flex; align-items: center; gap: 24px; height: 72px; }
body.site a.site-brand { display: inline-flex; align-items: center; gap: 10px; flex: none; color: var(--ink); }
.site-brand__mark { display: block; width: 30px; height: 30px; flex: none; }
.site-brand__name { font: 400 22px/1 var(--font-serif); letter-spacing: -.015em; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 2px; margin: 0 auto; }
body.site a.site-nav__link { padding: 8px 14px; border-radius: 999px; color: var(--muted); font-size: 14.5px; transition: background-color .15s, color .15s; }
body.site a.site-nav__link:hover { background: var(--paper); color: var(--ink); }
.site-nav__auth { display: inline-flex; align-items: center; gap: 8px; flex: none; }

/* ---------- elementy wspólne ---------- */
.lp-kicker { display: inline-flex; align-items: center; gap: 8px; height: 32px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--muted); font-size: 13.5px; font-weight: 500; line-height: 1; }
.lp-kicker::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex: none; }
.lp-section { padding: 112px 0; }
.lp-section--paper { background: var(--paper); }
.lp-section--flush { padding-top: 0; }
.lp-head { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 24px 64px; align-items: end; margin-bottom: 56px; }
.lp-head--center { display: flex; flex-direction: column; align-items: center; text-align: center; }
.lp-title { margin-top: 18px; font: 400 54px/1.06 var(--display); letter-spacing: -.015em; color: var(--ink); }
.lp-title--md { font-size: 46px; line-height: 1.1; }
.lp-lead { max-width: 560px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.lp-head--center .lp-lead { margin-top: 18px; }
.page-error { padding-top: 96px; padding-bottom: 120px; }

/* ---------- scena ---------- */
.hero { padding: 16px 0 0; }
.hero__card { position: relative; overflow: hidden; isolation: isolate; border-radius: 32px; background: #1b1a18; color: #fff; padding: 84px 40px 0; text-align: center; }
.hero__card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(900px 420px at 50% -12%, rgba(255, 255, 255, .11), transparent 70%); }
.hero__pill { display: inline-flex; align-items: center; gap: 10px; height: 36px; padding: 0 16px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; background: rgba(255, 255, 255, .06); color: rgba(255, 255, 255, .72); font-size: 13.5px; }
.hero__pill strong { color: #fff; font-weight: 600; font-variant-numeric: tabular-nums; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #5fc186; box-shadow: 0 0 0 4px rgba(95, 193, 134, .2); flex: none; }
.hero__title { max-width: 920px; margin: 28px auto 0; font: 400 70px/1.03 var(--display); letter-spacing: -.02em; }
.hero__lead { max-width: 640px; margin: 24px auto 0; color: rgba(255, 255, 255, .7); font-size: 18px; line-height: 1.6; }
.hero__cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero__note { margin-top: 16px; color: rgba(255, 255, 255, .5); font-size: 13.5px; }
.hero__app { position: relative; max-width: 1060px; margin: 64px auto 0; }

/* ---------- makiety aplikacji ---------- */
.mock-app { padding: 14px 14px 0; border: 1px solid rgba(255, 255, 255, .14); border-bottom: 0; border-radius: 22px 22px 0 0; background: #f6f5f2; color: var(--ink); text-align: left; box-shadow: 0 -24px 90px rgba(0, 0, 0, .35); }
.mock-app__bar { display: flex; align-items: center; gap: 12px; padding: 4px 6px 14px; }
.mock-app__title { font: 400 24px/1 var(--display); }
.mock-app__sub { color: var(--muted-2); font-size: 12.5px; }
.mock-app__search { display: flex; align-items: center; gap: 8px; width: 300px; height: 36px; margin-left: auto; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--muted-2); font-size: 13px; }
.mock-app__search .icon { width: 15px; height: 15px; }
.mock-app__panel { overflow: hidden; border: 1px solid #ebe9e4; border-bottom: 0; border-radius: 16px 16px 0 0; background: #fff; }
.mock-row { display: grid; grid-template-columns: minmax(0, 1fr) 170px 150px 120px; gap: 16px; align-items: center; padding: 13px 18px; border-bottom: 1px solid #efede8; font-size: 13.5px; }
.mock-row--head { padding-top: 10px; padding-bottom: 10px; background: #fafaf8; color: var(--muted-2); font-size: 12px; }
.mock-row__title { overflow: hidden; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.mock-row__org { overflow: hidden; margin-top: 2px; color: var(--muted-2); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.mock-row__date { font-variant-numeric: tabular-nums; }
.mock-row__date small { display: block; color: var(--muted-2); font-size: 12px; }
.mock-row__value { text-align: right; font-weight: 500; font-variant-numeric: tabular-nums; }
.mock-row .status { justify-self: start; }

.mcard { padding: 14px 16px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 32px rgba(24, 22, 18, .08); text-align: left; }
.mcard--offset { margin-left: 44px; }
.mcard--tilt { transform: rotate(-1.2deg); }
.mcard__chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.mcard__title { font-size: 14px; font-weight: 500; line-height: 1.4; }
.mcard__meta { margin-top: 3px; color: var(--muted-2); font-size: 12.5px; }
.mcard__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; font-size: 13px; font-variant-numeric: tabular-nums; }
.mcard__row + .mcard__row { margin-top: 6px; }
.mcard__label { color: var(--muted-2); }
.mcard__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; font-size: 13px; font-weight: 600; }
.mcard__dates { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; font-size: 13.5px; font-variant-numeric: tabular-nums; }
.mcard__dates s { color: var(--muted-2); }
.mcard__dates strong { color: var(--accent); font-weight: 600; }
.mcard__list { display: grid; gap: 8px; }
.mcard__list li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; }
.mcard__check { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; flex: none; border: 1.5px solid #cfccc5; border-radius: 50%; }
.mcard__check.is-done { border-color: #2c7a45; background: #2c7a45; color: #fff; }
.mcard__check .icon { width: 11px; height: 11px; }
.mcard__list li.is-done span:last-child { color: var(--muted-2); text-decoration: line-through; }
.mcard__doc { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-top: 1px solid var(--line-2); font-size: 13.5px; }
.mcard__doc:first-of-type { border-top: 0; }
.mcard__doc .icon { color: var(--muted-2); }
.mcard__prices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.mcard__price { padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; }
.mcard__price b { display: block; color: var(--muted); font-size: 12px; font-weight: 600; }
.mcard__price strong { display: block; margin-top: 4px; font: 400 19px/1.1 var(--display); font-variant-numeric: tabular-nums; }
.mcard__price small { display: block; margin-top: 2px; font-size: 12px; font-weight: 600; }

/* ---------- źródła ---------- */
.source-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.source-tile { padding: 26px 24px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.source-tile__label { color: var(--muted); font-size: 14px; }
.source-tile__value { margin-top: 22px; font: 400 46px/1 var(--display); letter-spacing: -.01em; font-variant-numeric: tabular-nums; }
.source-tile__desc { margin-top: 8px; color: var(--muted-2); font-size: 13.5px; line-height: 1.5; }

/* ---------- funkcje (zakładki) ---------- */
.ftabs { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #fff; }
.ftabs__bar { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.ftab { position: relative; display: flex; align-items: center; gap: 12px; padding: 18px 22px; border: 0; background: transparent; color: var(--muted); font: 500 15px var(--font); text-align: left; cursor: pointer; transition: background-color .15s, color .15s; }
.ftab + .ftab { border-left: 1px solid var(--line); }
.ftab:hover { color: var(--ink); background: #fcfcfb; }
.ftab__icon { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; flex: none; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: var(--ink); box-shadow: 0 1px 2px rgba(24, 22, 18, .05); }
.ftab__icon .icon { width: 17px; height: 17px; }
.ftab.is-active { color: var(--ink); background: var(--paper); }
.ftab.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--ink); }
.ftabs__panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 48px; align-items: center; padding: 48px; }
.ftabs__title { font: 400 40px/1.1 var(--display); letter-spacing: -.01em; }
.ftabs__text { margin-top: 16px; color: var(--muted); font-size: 16.5px; line-height: 1.65; }
.ftabs__list { display: grid; gap: 10px; margin-top: 26px; }
.ftabs__list li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; line-height: 1.5; }
.ftabs__list .icon { margin-top: 3px; color: #2c7a45; }
.ftabs__visual { position: relative; display: flex; flex-direction: column; justify-content: center; gap: 12px; min-height: 400px; padding: 36px; overflow: hidden; border-radius: 22px; background-color: var(--paper); background-image: radial-gradient(rgba(27, 26, 24, .08) 1px, transparent 1.2px); background-size: 18px 18px; }

/* ---------- jak to działa ---------- */
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.step { display: flex; flex-direction: column; padding: 28px; border-radius: 24px; background: var(--paper); }
.step__num { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: #fff; font: 400 18px/1 var(--display); }
.step__title { margin-top: 44px; font: 400 26px/1.15 var(--display); }
.step__text { margin-top: 12px; color: var(--muted); font-size: 15px; line-height: 1.6; }

/* ---------- liczby (ciemna karta) ---------- */
.statband { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 56px; align-items: end; padding: 72px 56px; border-radius: 32px; background: #1b1a18; color: #fff; }
.statband__title { margin-top: 20px; font: 400 46px/1.1 var(--display); letter-spacing: -.01em; }
.statband .lp-kicker { border-color: rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .06); color: rgba(255, 255, 255, .72); }
.statband__lead { margin-top: 18px; color: rgba(255, 255, 255, .62); font-size: 16px; line-height: 1.65; }
.statband__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 40px; }
.statband__item { padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .14); }
.statband__value { font: 400 54px/1 var(--display); letter-spacing: -.01em; font-variant-numeric: tabular-nums; }
.statband__label { margin-top: 10px; color: rgba(255, 255, 255, .62); font-size: 14.5px; line-height: 1.5; }

/* ---------- branże ---------- */
.sector-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
body.site a.sector-card { display: flex; flex-direction: column; min-height: 176px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: #fff; color: var(--ink); transition: border-color .2s, box-shadow .2s, transform .2s; }
body.site a.sector-card:hover { border-color: #d9d6cf; box-shadow: 0 16px 36px rgba(24, 22, 18, .08); transform: translateY(-2px); }
.sector-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.sector-card__code { display: inline-flex; align-items: center; height: 24px; padding: 0 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--muted); font-size: 12px; font-weight: 500; }
.sector-card__arrow { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--paper); color: var(--ink); transition: background-color .2s, color .2s; }
body.site a.sector-card:hover .sector-card__arrow { background: var(--ink); color: #fff; }
.sector-card__name { margin-top: auto; padding-top: 30px; font: 400 26px/1.15 var(--display); }
.sector-card__count { margin-top: 6px; color: var(--muted); font-size: 14px; font-variant-numeric: tabular-nums; }
.sectors__note { margin-top: 20px; color: var(--muted-2); font-size: 14px; }

/* ---------- cennik ---------- */
.pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 16px; }
.price-card { display: flex; flex-direction: column; gap: 22px; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: #fff; }
.price-card--featured { border-color: #1b1a18; background: #1b1a18; color: #fff; }
.price-card__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price-card__name { font: 400 32px/1 var(--display); }
.price-card__badge { display: inline-flex; align-items: center; height: 28px; padding: 0 12px; border-radius: 999px; background: rgba(255, 255, 255, .1); color: #fff; font-size: 13px; font-weight: 500; }
.price-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; }
.price-card__price strong { font: 400 68px/.95 var(--display); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.price-card__price span { color: var(--muted); font-size: 15px; }
.price-card--featured .price-card__price span, .price-card--featured .price-card__desc { color: rgba(255, 255, 255, .64); }
.price-card__desc { color: var(--muted); font-size: 15.5px; line-height: 1.6; }
.price-card__list { display: grid; gap: 0; }
.price-card__list li { display: flex; align-items: flex-start; gap: 10px; padding: 11px 0; border-top: 1px solid var(--line-2); font-size: 14.5px; line-height: 1.5; }
.price-card--featured .price-card__list li { border-top-color: rgba(255, 255, 255, .1); }
.price-card__list .icon { flex: none; width: 17px; height: 17px; margin-top: 2px; color: #2c7a45; }
.price-card--featured .price-card__list .icon { color: #6fd195; }
.price-card__list li.is-off { color: var(--muted-2); }
.price-card__list li.is-off .icon { color: var(--muted-2); }
.price-card--featured .price-card__list li.is-off, .price-card--featured .price-card__list li.is-off .icon { color: rgba(255, 255, 255, .38); }
body.site .price-card .btn { width: 100%; margin-top: auto; }
.pricing__note { margin-top: 24px; color: var(--muted); font-size: 14.5px; text-align: center; }

/* ---------- pytania ---------- */
.faq { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 72px; }
.faq .lp-head { display: block; margin-bottom: 0; }
.faq .lp-lead { margin-top: 20px; }
.faq__list { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; font-size: 17px; font-weight: 500; line-height: 1.4; list-style: none; cursor: pointer; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary .icon { flex: none; width: 32px; height: 32px; padding: 8px; border-radius: 50%; background: var(--paper); transition: transform .2s, background-color .2s; }
.faq__item summary:hover .icon { background: var(--paper-2); }
.faq__item[open] summary .icon { transform: rotate(45deg); }
.faq__item p { max-width: 680px; padding: 0 56px 24px 0; color: var(--muted); font-size: 15.5px; line-height: 1.7; }

/* ---------- zaproszenie ---------- */
.band { padding: 0 0 112px; }
.band__card { padding: 80px 40px; border-radius: 32px; background: var(--paper); text-align: center; }
.band__title { max-width: 780px; margin: 20px auto 0; font: 400 50px/1.08 var(--display); letter-spacing: -.015em; }
.band__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.band__trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px; margin-top: 26px; color: var(--muted); font-size: 14px; }
.band__trust span { display: inline-flex; align-items: center; gap: 8px; }
.band__trust .icon { width: 16px; height: 16px; color: #2c7a45; }

/* ---------- stopka ---------- */
.site-foot { border-top: 1px solid var(--line); background: #fff; color: var(--muted); font-size: 14.5px; line-height: 1.6; }
.site-foot__inner { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr)); gap: 40px; padding-top: 64px; padding-bottom: 48px; }
.site-foot__brand p { max-width: 380px; margin-top: 18px; }
.site-foot h4 { margin-bottom: 14px; color: var(--ink); font-size: 14px; font-weight: 600; }
.site-foot__col { display: flex; flex-direction: column; gap: 10px; }
body.site .site-foot__col a { color: var(--muted); transition: color .15s; }
body.site .site-foot__col a:hover { color: var(--ink); }
.site-foot__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding-top: 20px; padding-bottom: 32px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 13px; }
body.site .site-foot__bottom a { color: var(--muted); }

/* ---------- logowanie, rejestracja, konfiguracja ---------- */
.auth { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: calc(100vh - 72px); }
.auth__side { display: flex; align-items: center; justify-content: center; padding: 56px 48px 72px; }
.auth__card { width: 100%; max-width: 420px; }
.auth__title { font: 400 48px/1.06 var(--display); letter-spacing: -.015em; }
.auth__sub { margin-top: 14px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.auth__form { display: flex; flex-direction: column; gap: 18px; margin-top: 32px; }
body.site .auth__form .field { gap: 8px; }
body.site .auth__form .field__label { color: var(--ink); font-size: 13.5px; font-weight: 500; }
body.site .auth__form .field__hint { color: var(--muted-2); font-size: 13px; }
body.site .auth__form .input { height: 48px; padding: 0 16px; border-color: #dcd9d2; border-radius: 14px; font-size: 15px; }
body.site .auth__form .input:focus { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(27, 26, 24, .1); }
body.site .auth__form .btn--primary { width: 100%; height: 50px; margin-top: 4px; font-size: 15px; }
body.site .auth__form .callout { border-radius: 14px; font-size: 14px; }
body.site .auth__form .check { color: var(--muted); font-size: 14px; line-height: 1.55; }
body.site .auth__form .check input { width: 18px; height: 18px; accent-color: var(--ink); }
.auth__row { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 14px; }
.auth__alt { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14.5px; }
.auth__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.auth__aside { display: flex; align-items: center; margin: 16px 16px 16px 0; padding: 56px; overflow: hidden; border-radius: 28px; background: var(--paper); }
.auth__quote { width: 100%; max-width: 520px; margin: 0 auto; }
.lp-pill { display: inline-flex; align-items: center; gap: 10px; height: 34px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--muted); font-size: 13.5px; }
.lp-pill strong { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; }
.auth__quote h2 { margin-top: 22px; font: 400 40px/1.1 var(--display); letter-spacing: -.01em; }
.auth__mock { display: grid; gap: 10px; margin-top: 30px; }
.auth__points { display: grid; gap: 10px; margin-top: 28px; }
.auth__points li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; line-height: 1.5; }
.auth__points .icon { flex: none; margin-top: 3px; color: #2c7a45; }
.auth__stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.auth__stats strong { display: block; font: 400 34px/1 var(--display); font-variant-numeric: tabular-nums; }
.auth__stats span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.4; }

/* ---------- regulamin i polityka prywatności ---------- */
.legal { max-width: 820px; padding-top: 72px; padding-bottom: 112px; }
.legal h1 { margin-top: 20px; font: 400 56px/1.05 var(--display); letter-spacing: -.015em; }
.legal__meta { margin-top: 14px; color: var(--muted-2); }
.legal h2 { margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--line); font: 400 28px/1.2 var(--display); }
.legal p { margin-top: 14px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.legal ol { margin-top: 14px; padding-left: 22px; list-style: decimal; color: var(--muted); font-size: 16px; line-height: 1.8; }
.legal li + li { margin-top: 6px; }

/* ---------- udostępnione ogłoszenie (/ogloszenie/…) ---------- */
.shared-hero { padding: 48px 0 44px; }
.shared-hero .site-wrap, .shared-body .site-wrap, .shared-reply .site-wrap { max-width: 1140px; }
.shared-preview { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 20px; margin-bottom: 28px; padding: 12px 18px; border-radius: 16px; background: var(--paper); color: var(--muted); font-size: 14px; }
.shared-hero .lp-kicker b { color: var(--ink); font-weight: 600; }
.shared-message { max-width: 780px; margin: 22px 0 0; padding: 20px 24px; border-radius: 20px; background: var(--paper); }
.shared-message p { font: 400 22px/1.45 var(--display); white-space: pre-line; overflow-wrap: anywhere; }
.shared-overline { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-top: 36px; color: var(--muted-2); font-size: 14px; }
.shared-source { display: inline-flex; align-items: center; height: 26px; padding: 0 11px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.shared-title { max-width: 1000px; margin-top: 16px; font: 400 54px/1.06 var(--display); letter-spacing: -.015em; overflow-wrap: anywhere; }
.shared-title--mid { font-size: 44px; line-height: 1.1; }
.shared-title--long { font-size: 34px; line-height: 1.16; letter-spacing: -.005em; }
.shared-org { max-width: 900px; margin-top: 14px; color: var(--muted); font-size: 17px; line-height: 1.5; }
.shared-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 34px 0 0; }
.shared-fact { min-width: 0; padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.shared-fact dt { color: var(--muted-2); font-size: 13.5px; line-height: 1.4; }
.shared-fact dd { margin: 10px 0 0; font: 400 28px/1.1 var(--display); font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.shared-fact dd small { display: block; margin-top: 6px; color: var(--muted); font: 500 13.5px/1.4 var(--font); }
.shared-fact.is-alert dd small { color: var(--accent); }
.shared-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }

.shared-body { padding: 44px 0 72px; background: var(--paper); }
.shared-body .site-wrap { display: flex; flex-direction: column; gap: 12px; }
.shared-row { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 2.2fr); gap: 16px 48px; padding: 32px 36px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.shared-row__title { font: 400 25px/1.2 var(--display); }
.shared-row__body { min-width: 0; }
.shared-prose { max-width: 780px; font-size: 16.5px; line-height: 1.75; white-space: pre-line; overflow-wrap: anywhere; }
.shared-prose.is-clamped { max-height: 21em; overflow: hidden; -webkit-mask-image: linear-gradient(#000 65%, transparent); mask-image: linear-gradient(#000 65%, transparent); }
body.site .shared-more { display: inline-flex; align-items: center; height: 38px; margin-top: 14px; padding: 0 16px; border: 1px solid #d9d6cf; border-radius: 999px; background: #fff; color: var(--ink); font: 500 14px var(--font); cursor: pointer; }
body.site .shared-more:hover { background: var(--paper); }
.shared-dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px; margin: 0; }
.shared-dl > div { min-width: 0; padding: 14px 0; border-top: 1px solid var(--line-2); }
.shared-dl > div:nth-child(-n + 2) { padding-top: 0; border-top: 0; }
.shared-dl dt { color: var(--muted-2); font-size: 13.5px; line-height: 1.4; }
.shared-dl dd { margin: 4px 0 0; font-size: 15.5px; line-height: 1.5; overflow-wrap: anywhere; }
.shared-criteria li { display: grid; grid-template-columns: minmax(0, 1fr) 180px 60px; align-items: center; gap: 20px; padding: 13px 0; border-top: 1px solid var(--line-2); font-size: 15.5px; line-height: 1.4; }
.shared-criteria li:first-child { padding-top: 0; border-top: 0; }
.shared-criteria__bar { height: 6px; border-radius: 999px; background: var(--paper-2); overflow: hidden; }
.shared-criteria__bar span { display: block; height: 100%; border-radius: 999px; background: var(--ink); }
.shared-criteria__weight { text-align: right; font-weight: 600; font-variant-numeric: tabular-nums; }
.shared-details { border-top: 1px solid var(--line-2); }
.shared-details:first-child { border-top: 0; }
.shared-details summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 0; font-size: 15.5px; font-weight: 500; line-height: 1.4; list-style: none; cursor: pointer; }
.shared-details summary::-webkit-details-marker { display: none; }
.shared-details summary .icon { flex: none; width: 30px; height: 30px; padding: 7px; border-radius: 50%; background: var(--paper); transition: transform .2s; }
.shared-details[open] summary .icon { transform: rotate(45deg); }
.shared-details__body { display: flex; flex-direction: column; gap: 18px; padding: 0 0 22px; }
.shared-details__body .shared-prose { font-size: 15px; }
.shared-cpv li { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 16px; padding: 10px 0; border-top: 1px solid var(--line-2); font-size: 15px; line-height: 1.5; }
.shared-cpv li:first-child { padding-top: 0; border-top: 0; }
.shared-cpv span { color: var(--muted-2); font-variant-numeric: tabular-nums; }
.shared-result { margin-bottom: 14px; font-size: 16px; font-weight: 500; }

.shared-reply { padding: 88px 0; }
.shared-reply__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 48px 72px; align-items: start; }
.shared-reply__title { margin-top: 18px; font: 400 60px/1.02 var(--display); letter-spacing: -.015em; }
.shared-reply .lp-lead { margin-top: 18px; }
.shared-reply__grid > div > .lp-lead:first-child { margin-top: 0; }
.shared-form { display: flex; flex-direction: column; gap: 20px; padding: 28px; border-radius: 26px; background: var(--paper); }
.shared-choices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
body.site .shared-choice { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 22px; min-height: 112px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; color: var(--ink); font: 400 21px/1.15 var(--display); text-align: left; cursor: pointer; transition: border-color .15s, box-shadow .15s; }
body.site .shared-choice:hover { border-color: #d9d6cf; }
.shared-choice__mark { width: 20px; height: 20px; border: 1.5px solid #cfccc5; border-radius: 50%; }
body.site .shared-choice.is-selected { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
body.site .shared-choice.is-selected .shared-choice__mark { border-color: var(--ink); background: var(--ink); box-shadow: inset 0 0 0 4px #fff; }
body.site .shared-form .field { gap: 8px; }
body.site .shared-form .field__label { color: var(--ink); font-size: 13.5px; font-weight: 500; }
body.site .shared-form .field__hint { color: var(--muted-2); font-size: 13px; }
body.site .shared-form .input, body.site .shared-form .textarea { border-color: #dcd9d2; border-radius: 14px; background: #fff; font-size: 15px; }
body.site .shared-form .input { height: 48px; padding: 0 16px; }
body.site .shared-form .textarea { min-height: 120px; padding: 14px 16px; }
body.site .shared-form .input:focus, body.site .shared-form .textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(27, 26, 24, .1); }
body.site .shared-form .btn--primary { align-self: flex-start; }
body.site .shared-form .callout { border-radius: 14px; font-size: 14px; }
.shared-thanks { padding: 32px; border-radius: 26px; background: var(--paper); }
.shared-thanks__answer { display: inline-flex; align-items: center; gap: 8px; height: 30px; padding: 0 12px; border-radius: 999px; background: #edf7f0; color: #2c7a45; font-size: 13.5px; font-weight: 600; }
.shared-thanks__answer::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.shared-thanks h3 { margin-top: 20px; font: 400 36px/1.1 var(--display); }
.shared-thanks p:not(.shared-thanks__answer) { margin-top: 12px; color: var(--muted); font-size: 16px; line-height: 1.65; }
body.site .shared-thanks .btn { margin-top: 24px; }

.shared-promo { border-top: 1px solid var(--line); }
.shared-promo__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 48px; padding-top: 44px; padding-bottom: 44px; }
.shared-promo p { max-width: 700px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.shared-missing { padding-top: 96px; padding-bottom: 140px; }
.shared-missing__title { margin-top: 20px; font: 400 64px/1.04 var(--display); letter-spacing: -.015em; }
.shared-missing .lp-lead { margin-top: 20px; }

@media (prefers-reduced-motion: reduce) {
  body.site .btn .btn__arrow, body.site a.sector-card, .faq__item summary .icon { transition: none; }
}

/* ---------- responsywność ---------- */
@media (max-width: 1180px) {
  .site-wrap { padding: 0 24px; }
  .site-nav { display: none; }
  .site-nav__auth { margin-left: auto; }
  .hero__title { font-size: 58px; }
  .lp-title { font-size: 46px; }
  .lp-title--md { font-size: 40px; }
  .lp-head { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .source-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ftabs__bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ftab:nth-child(3) { border-left: 0; }
  .ftab:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .ftabs__panel { grid-template-columns: minmax(0, 1fr); padding: 36px; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .statband { grid-template-columns: minmax(0, 1fr); padding: 56px 40px; }
  .sector-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .auth { grid-template-columns: minmax(0, 1fr); }
  .auth__aside { display: none; }
  .site-foot__inner { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .site-foot__brand { grid-column: 1 / -1; }
  .shared-row { grid-template-columns: minmax(0, 1fr); padding: 28px; }
  .shared-reply__grid { grid-template-columns: minmax(0, 1fr); }
  .mock-row { grid-template-columns: minmax(0, 1fr) 150px 130px; }
  .mock-row > :last-child { display: none; }
}
@media (max-width: 760px) {
  body.site { font-size: 15px; }
  .site-wrap { padding: 0 16px; }
  .site-head__inner { gap: 10px; height: 64px; }
  .site-brand__name { font-size: 19px; }
  .site-brand__mark { width: 26px; height: 26px; }
  body.site .site-nav__auth .btn { height: 36px; padding: 0 14px; font-size: 13.5px; }
  body.site .site-nav__auth .btn--soft { display: none; }
  .lp-section { padding: 72px 0; }
  .lp-head { margin-bottom: 36px; }
  .lp-title { font-size: 36px; }
  .lp-title--md { font-size: 32px; }
  .lp-lead { font-size: 16px; }
  .hero { padding-top: 8px; }
  .hero__card { padding: 56px 18px 0; border-radius: 24px; }
  .hero__title { font-size: 40px; }
  .hero__lead { font-size: 16px; }
  body.site .hero__cta .btn { width: 100%; }
  body.site .hero__cta .btn--arrow { justify-content: space-between; }
  .hero__app { margin-top: 44px; }
  .mock-app { padding: 10px 10px 0; border-radius: 18px 18px 0 0; }
  .mock-app__search { display: none; }
  .mock-row { grid-template-columns: minmax(0, 1fr) auto; padding: 12px 14px; }
  .mock-row > :nth-child(3) { display: none; }
  .mock-row--head { display: none; }
  .source-grid { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .source-tile__value { margin-top: 14px; font-size: 38px; }
  .ftabs { border-radius: 22px; }
  .ftabs__bar { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .ftab { gap: 8px; padding: 14px; font-size: 14px; }
  .ftab__icon { width: 30px; height: 30px; }
  .ftabs__panel { gap: 28px; padding: 24px 18px; }
  .ftabs__title { font-size: 30px; }
  .ftabs__visual { min-height: 0; padding: 22px 16px; }
  .mcard--offset { margin-left: 16px; }
  .steps { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .step__title { margin-top: 26px; font-size: 24px; }
  .statband { gap: 36px; padding: 44px 22px; border-radius: 24px; }
  .statband__title { font-size: 34px; }
  .statband__grid { gap: 24px; }
  .statband__value { font-size: 40px; }
  .sector-grid { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  body.site a.sector-card { min-height: 0; }
  .sector-card__name { padding-top: 20px; font-size: 23px; }
  .price-card { padding: 26px 22px; border-radius: 22px; }
  .price-card__price strong { font-size: 54px; }
  .faq__item summary { font-size: 16px; }
  .faq__item p { padding-right: 0; }
  .band { padding-bottom: 72px; }
  .band__card { padding: 52px 20px; border-radius: 24px; }
  .band__title { font-size: 34px; }
  .auth__side { padding: 36px 16px 56px; }
  .auth__title { font-size: 38px; }
  .site-foot__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-top: 48px; }
  .legal { padding-top: 48px; }
  .legal h1 { font-size: 40px; }
  .shared-hero { padding: 32px 0; }
  .shared-message p { font-size: 19px; }
  .shared-title { font-size: 36px; }
  .shared-title--mid { font-size: 30px; }
  .shared-title--long { font-size: 25px; }
  .shared-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .shared-fact { padding: 14px; }
  .shared-fact dd { font-size: 21px; }
  body.site .shared-actions .btn { width: 100%; justify-content: space-between; }
  body.site .band__actions .btn { width: 100%; }
  body.site .band__actions .btn--arrow { justify-content: space-between; }
  .shared-body { padding: 24px 0 48px; }
  .shared-row { padding: 22px 18px; border-radius: 20px; }
  .shared-row__title { font-size: 22px; }
  .shared-prose { font-size: 15.5px; }
  .shared-dl { grid-template-columns: minmax(0, 1fr); }
  .shared-dl > div:nth-child(2) { padding-top: 14px; border-top: 1px solid var(--line-2); }
  .shared-criteria li { grid-template-columns: minmax(0, 1fr) 52px; gap: 12px; }
  .shared-criteria__bar { display: none; }
  .shared-cpv li { grid-template-columns: minmax(0, 1fr); gap: 2px; }
  .shared-reply { padding: 56px 0; }
  .shared-reply__title { font-size: 42px; }
  .shared-form { padding: 18px; border-radius: 22px; }
  .shared-choices { grid-template-columns: minmax(0, 1fr); }
  body.site .shared-choice { flex-direction: row; align-items: center; justify-content: flex-start; gap: 14px; min-height: 0; font-size: 19px; }
  body.site .shared-form .btn--primary { align-self: stretch; justify-content: space-between; }
  .shared-thanks { padding: 24px 18px; }
  .shared-thanks h3 { font-size: 28px; }
  .shared-missing { padding-top: 56px; padding-bottom: 88px; }
  .shared-missing__title { font-size: 42px; }
}
@media (max-width: 440px) {
  .site-brand__name { display: none; }
  .ftabs__bar { grid-template-columns: minmax(0, 1fr); }
  .ftab + .ftab { border-left: 0; border-top: 1px solid var(--line); }
  .mcard__prices { grid-template-columns: minmax(0, 1fr); }
}
