/* ========================================================================
   META ADS - warstwa landingu.
   Dziedziczy system z style-onyks.css; tutaj tylko komponenty,
   których nie ma żadna inna strona.

   Poprzednia warstwa dzieliła stronę na pasy: ciemny, papierowy
   i niebieski. W palecie jednomateriałowej nie ma barwy akcentowej,
   więc pas niebieski staje się kredą, a rytm budują przemiany
   papier - sepia.
   ======================================================================== */

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--sepia);
  color: var(--paper);
  padding: 12px 20px;
  z-index: 999;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.skip-link:focus { left: 16px; top: 16px; }

/* ========================================================================
   NAWIGACJA
   ======================================================================== */

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--sepia);
}

.brand:hover { color: var(--sepia); }

/* Rezerwa po starym lockupie - obowiązuje .mm z arkusza głównego. */
.brand-mark {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.19em;
  color: var(--sepia);
  padding-right: 0.19em;
}

.brand > span:not(.brand-mark) {
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--sepia);
  border-left: 1px solid var(--stone);
  padding-left: 16px;
  line-height: 1.2;
}

.brand small {
  display: block;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.3em;
  color: var(--ink-5);
  margin-top: 5px;
}

.nav-links { display: flex; align-items: center; gap: 26px; }

.nav-links a:not(.btn) {
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-4);
}

.nav-links a:not(.btn):hover { color: var(--sepia); }

.btn-arrow { font-size: 13px; letter-spacing: 0; }

.btn-light {
  background: var(--paper);
  color: var(--sepia);
  border: 1px solid var(--paper);
}

.btn-light:hover { background: #000000; border-color: #000000; color: var(--sepia); }

@media (max-width: 760px) {
  .nav-links a:not(.btn) { display: none; }
  .brand small { display: none; }
}

/* ========================================================================
   HERO
   ======================================================================== */

.hero {
  padding: calc(var(--nav-h) + clamp(56px, 7vw, 96px)) 0 clamp(64px, 8vw, 110px);
  background: var(--paper);
  border-bottom: 1px solid var(--stone);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(48px, 6vw, 84px);
  align-items: center;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--ink-5);
  padding-bottom: 22px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--stone);
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(44px, 5.6vw, 80px);
  font-weight: 200;
  line-height: 1.04;
  color: var(--sepia);
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}

.hero h1 em { color: var(--ink-4); font-style: normal; }

.hero-lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--ink-3);
  max-width: 520px;
  margin-bottom: 36px;
}

.hero-lead strong { color: var(--sepia); font-weight: 500; }

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 38px; }

.hero-notes {
  list-style: none;
  border-top: 1px solid var(--stone);
  max-width: 520px;
}

.hero-notes li {
  padding: 13px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 14px;
  font-weight: 300;
  color: var(--ink-3);
}

/* --- Kadr i karta sygnału ---------------------------------------------- */

.signal-stage { position: relative; }

.portrait-frame {
  border: 1px solid var(--stone);
  background: var(--chalk);
  padding: 14px;
}

.portrait-frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(0.8) contrast(1.03) brightness(0.9);
}

/* Stempel z budżetem - bilecik przypięty do kadru, nie odznaka. */
.case-stamp {
  position: absolute;
  top: 26px;
  left: -18px;
  background: var(--sepia);
  color: var(--paper);
  padding: 14px 18px;
}

.case-stamp span {
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-5);
}

.case-stamp b {
  display: block;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 200;
  letter-spacing: -0.03em;
  color: var(--paper);
  margin-top: 6px;
}

.signal-card {
  margin-top: 18px;
  border: 1px solid var(--stone);
  background: var(--chalk);
  padding: 26px 28px;
}

.signal-card-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--stone);
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-5);
}

.status { color: var(--ink-3); }

.signal-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 200;
  color: var(--sepia);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.signal-card p { font-size: 14px; font-weight: 300; line-height: 1.75; color: var(--ink-3); }

.signal-lines { display: flex; flex-direction: column; gap: 9px; margin-top: 22px; }

.signal-line { height: 1px; background: var(--line-soft); }

.signal-line span { display: block; height: 1px; background: var(--sepia); }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .signal-stage { max-width: 440px; margin: 0 auto; }
  .case-stamp { left: 0; }
  .hero-actions .btn { flex: 1 1 220px; }
}

/* ========================================================================
   REJESTR DOWODU
   ======================================================================== */

.proof-ledger {
  padding: var(--space-section-sm) 0;
  background: var(--chalk);
  border-bottom: 1px solid var(--stone);
}

.ledger {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 1px;
}

.ledger-item {
  background: var(--chalk);
  box-shadow: 0 0 0 1px var(--stone);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.ledger-intro {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--ink-3);
}

.ledger-intro strong {
  display: block;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 200;
  line-height: 1.24;
  color: var(--sepia);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.ledger-label {
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-5);
}

.ledger-value {
  font-family: var(--font-display);
  font-size: clamp(32px, 3.4vw, 44px);
  font-weight: 200;
  line-height: 1;
  color: var(--sepia);
  letter-spacing: -0.02em;
}

.proof-note {
  margin-top: 26px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--ink-4);
  max-width: 720px;
}

@media (max-width: 1024px) { .ledger { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ledger { grid-template-columns: 1fr; } }

/* ========================================================================
   PASY SEKCJI
   ======================================================================== */

.section { padding: var(--space-section) 0; }

.section-paper { background: var(--paper); }

.section-dark { background: var(--sepia); color: #5A5852; }

.section-dark h2, .section-dark h3, .section-dark strong { color: var(--paper); }
.section-dark .section-label { color: var(--ink-5); }
.section-dark p { color: #5A5852; }

/* Pas, który w starym systemie był niebieski. Bez barwy akcentowej
   jego rolę przejmuje kreda odcięta włoskami od sąsiadów. */
.section-blue {
  background: var(--chalk);
  border-top: 1px solid var(--stone);
  border-bottom: 1px solid var(--stone);
}

.section-heading { max-width: 780px; margin-bottom: 56px; }

.section-heading .section-label { margin-bottom: 22px; }

.section-heading h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.8vw, 50px);
  font-weight: 200;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

/* ========================================================================
   CO ZYSKUJESZ
   ======================================================================== */

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.outcome-card {
  background: var(--sepia);
  box-shadow: 0 0 0 1px #D2CFC8;
  padding: 40px 34px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.outcome-index {
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-5);
  padding-bottom: 18px;
  border-bottom: 1px solid #D2CFC8;
}

.outcome-icon { color: var(--ink-5); width: 26px; height: 26px; }
.outcome-icon svg { width: 100%; height: 100%; }

.outcome-card h3 {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 200;
  line-height: 1.2;
  color: var(--paper);
  letter-spacing: -0.02em;
}

.outcome-card p { font-size: 14px; font-weight: 300; line-height: 1.8; color: #5A5852; }

@media (max-width: 900px) { .outcome-grid { grid-template-columns: 1fr; } }

/* ========================================================================
   PRZEBIEG
   ======================================================================== */

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.process-step {
  background: var(--sepia);
  box-shadow: 0 0 0 1px #D2CFC8;
  padding: 40px 34px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.process-step small {
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-5);
  padding-bottom: 18px;
  border-bottom: 1px solid #D2CFC8;
}

.process-step h3 {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 200;
  line-height: 1.2;
  color: var(--paper);
  letter-spacing: -0.02em;
}

.process-step p { font-size: 14px; font-weight: 300; line-height: 1.8; color: #5A5852; }

@media (max-width: 900px) { .process-grid { grid-template-columns: 1fr; } }

/* ========================================================================
   DLA KOGO
   ======================================================================== */

.fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 5vw, 80px);
  align-items: start;
}

.fit-sticky { position: sticky; top: calc(var(--nav-h) + 32px); }

.fit-sticky h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 200;
  line-height: 1.14;
  color: var(--sepia);
  margin: 22px 0 18px;
  letter-spacing: -0.02em;
}

.fit-sticky p { font-size: 15px; font-weight: 300; line-height: 1.85; color: var(--ink-3); }

.fit-list { border-top: 1px solid var(--stone); }

.fit-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid var(--stone);
}

.fit-row-number {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 200;
  color: var(--ink-5);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.fit-row h3 {
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 300;
  line-height: 1.25;
  color: var(--sepia);
  margin-bottom: 8px;
}

.fit-row p { font-size: 14px; font-weight: 300; line-height: 1.8; color: var(--ink-3); }

@media (max-width: 900px) {
  .fit-grid { grid-template-columns: 1fr; }
  .fit-sticky { position: static; }
}

/* ========================================================================
   CENA
   ======================================================================== */

.price-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(44px, 5vw, 76px);
  align-items: start;
}

.price-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 200;
  line-height: 1.12;
  color: var(--sepia);
  margin: 22px 0 20px;
  letter-spacing: -0.02em;
}

.price-copy p { font-size: 16px; font-weight: 300; line-height: 1.85; color: var(--ink-3); margin-bottom: 18px; }

.price-decision {
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  line-height: 1.9;
  color: var(--ink-4);
  padding-top: 22px;
  border-top: 1px solid var(--stone);
}

.price-card { background: var(--sepia); padding: 44px 40px; }

.price-kicker {
  display: block;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--ink-5);
  padding-bottom: 22px;
  border-bottom: 1px solid #D2CFC8;
}

.price-main { display: flex; flex-direction: column; gap: 8px; padding: 30px 0 14px; }

.price-main strong {
  font-family: var(--font-display);
  font-size: clamp(46px, 4.6vw, 62px);
  font-weight: 200;
  line-height: 0.96;
  color: var(--paper);
  letter-spacing: -0.02em;
}

.price-main span {
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-5);
}

.price-media {
  font-size: 14px;
  font-weight: 300;
  color: #5A5852;
  padding-bottom: 24px;
  border-bottom: 1px solid #D2CFC8;
}

.price-list { list-style: none; padding: 24px 0 26px; }

.price-list li {
  position: relative;
  padding: 9px 0 9px 24px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--paper);
}

.price-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 10px;
  height: 1px;
  background: var(--ink-5);
}

.price-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 22px 0;
  margin-bottom: 26px;
  border-top: 1px solid #D2CFC8;
  border-bottom: 1px solid #D2CFC8;
}

.price-total span {
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-5);
}

.price-total strong {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 300;
  color: var(--paper);
}

.price-card .btn-primary {
  background: var(--paper);
  color: var(--sepia);
  border-color: var(--paper);
}

.price-card .btn-primary:hover { background: #000000; border-color: #000000; }

@media (max-width: 900px) {
  .price-wrap { grid-template-columns: 1fr; }
  .price-card { padding: 34px 26px; }
}

/* ========================================================================
   APLIKACJA
   ======================================================================== */

.application-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(44px, 5vw, 76px);
  align-items: start;
}

.application-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 200;
  line-height: 1.14;
  margin: 22px 0 18px;
  letter-spacing: -0.02em;
}

.application-copy p { font-size: 15px; font-weight: 300; line-height: 1.85; }

.application-points {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  border-top: 1px solid #D2CFC8;
}

.application-points span {
  padding: 14px 0;
  border-bottom: 1px solid #D2CFC8;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-5);
  line-height: 1.8;
}

/* Panel formularza stoi na kredzie - jedyna jasna plama w ciemnym pasie. */
.form-shell { background: var(--chalk); border: 1px solid #D2CFC8; padding: 40px 38px; }

.form-progress {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--stone);
  margin-bottom: 34px;
}

.form-progress-step {
  padding: 0 0 16px;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-5);
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}

.form-progress-step.is-active { color: var(--sepia); border-bottom-color: var(--sepia); }

.form-panel h3 {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 200;
  line-height: 1.2;
  color: var(--sepia);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.form-intro { font-size: 14px; font-weight: 300; line-height: 1.8; color: var(--ink-3); margin-bottom: 30px; }

.form-panel fieldset { border: none; padding: 0; margin: 0 0 26px; min-width: 0; }

.form-panel legend {
  display: block;
  width: 100%;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-4);
  margin-bottom: 14px;
  padding: 0;
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--stone);
  border: 1px solid var(--stone);
}

.choice { position: relative; background: #FFFFFF; }

.choice input { position: absolute; opacity: 0; width: 1px; height: 1px; }

.choice label {
  display: block;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--ink-3);
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.choice label:hover { background: var(--paper); }

.choice input:checked + label { background: var(--sepia); color: var(--paper); font-weight: 400; }

.choice input:focus-visible + label { outline: 2px solid var(--sepia); outline-offset: -2px; }

.not-fit h3 { margin-bottom: 14px; }

.not-fit p { font-size: 15px; font-weight: 300; line-height: 1.85; color: var(--ink-3); margin-bottom: 26px; }

.not-fit .btn-light {
  background: var(--sepia);
  color: var(--paper);
  border-color: var(--sepia);
  margin-right: 12px;
}

.not-fit .btn-light:hover { background: var(--ink-2); border-color: var(--ink-2); color: var(--paper); }

.success-card { text-align: center; padding: 24px 0; }

.success-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 24px;
  border: 1px solid var(--rule-strong);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
  color: var(--sepia);
}

.success-card p { font-size: 15px; font-weight: 300; line-height: 1.85; color: var(--ink-3); }

@media (max-width: 900px) {
  .application-grid { grid-template-columns: 1fr; }
  .form-shell { padding: 28px 22px; }
  .choice-grid { grid-template-columns: 1fr; }
}

/* ========================================================================
   CTA KOŃCOWE
   ======================================================================== */

.final-cta { text-align: center; }

.final-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.2vw, 56px);
  font-weight: 200;
  line-height: 1.1;
  color: var(--paper);
  max-width: 820px;
  margin: 0 auto 24px;
  letter-spacing: -0.02em;
}

.final-cta p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: #5A5852;
  max-width: 620px;
  margin: 0 auto 36px;
}

/* ========================================================================
   PANEL ZGODY
   ======================================================================== */

.consent-actions { display: flex; gap: 10px; flex-wrap: wrap; }

@media (max-width: 720px) {
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

/* Na wąskim telefonie przycisk nawigacji wychodził poza prawą krawędź:
   pełny tekst ze strzałką nie mieści się obok znaku marki. Zwężamy
   przycisk zamiast skracać treść, strzałka schodzi jako pierwsza. */
@media (max-width: 560px) {
  .nav-inner { gap: 12px; }

  .nav-links .btn {
    padding: 11px 14px;
    font-size: 10px;
    letter-spacing: 0.1em;
    white-space: normal;
    line-height: 1.35;
    text-align: center;
  }

  .nav-links .btn .btn-arrow { display: none; }
}
