/* ============================================
   KALKULATOR DOFINANSOWANIA DO POSIŁKÓW - style specyficzne dla tej podstrony
   Reużywa tokens.css, base.css, components.css, kalkulator.css
   ============================================ */

/* Sekcje docelowe anchorów - margines, żeby nie chowały się pod sticky nagłówkiem */
#karty-lunchowe, #doplaty, #porownanie, #cta-final {
  scroll-margin-top: 140px;
}

/* ============================================
   HERO (ciemny)
   ============================================ */
.page-hero { background: var(--dark); color: #fff; padding: 48px 0 64px; }
.page-hero-inner {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center;
}
.breadcrumb { font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 24px; }
.breadcrumb a { color: rgba(255,255,255,0.55); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb strong { color: rgba(255,255,255,0.9); font-weight: 500; }
.breadcrumb span { margin: 0 6px; }
.page-hero h1 { color: #fff; margin-bottom: 20px; }
.page-hero-desc { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.75); max-width: 520px; margin-bottom: 32px; }
.page-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.page-hero-media .media-placeholder {
  aspect-ratio: 4/3; border-radius: var(--radius-media);
  background: repeating-linear-gradient(135deg, #4a4a49 0, #4a4a49 10px, #444443 10px, #444443 20px);
}
.page-hero-media .media-placeholder img { object-fit: contain; background: var(--white); }
.page-hero-media .media-placeholder-label { color: rgba(255,255,255,0.4); }
.page-hero-media .media-placeholder-icon { color: rgba(255,255,255,0.35); }

@media (max-width: 900px) {
  .page-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .page-hero-media .media-placeholder { min-height: 220px; }
}

@media (max-width: 600px) {
  .breadcrumb { display: none; }
  .page-hero-content { text-align: center; }
  .page-hero-desc { margin-left: auto; margin-right: auto; }
  .page-hero-actions { flex-direction: column; align-items: stretch; }
  .page-hero-actions .btn { width: 100%; justify-content: center; }
}

/* ============================================
   Zachęta do kontaktu w miejscu usuniętej kolumny "Automat bez dofinansowania"
   w kalkulatorze porównawczym - ta opcja nie ma stałej opłaty, więc zamiast
   pustej/mylącej kolumny z liczbami kierujemy od razu do kontaktu.
   ============================================ */
.calc-contact-note {
  background: var(--red-tint); border-left: 4px solid var(--red);
  border-radius: 0 var(--radius-card) var(--radius-card) 0;
  padding: 24px 28px; margin-top: 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.calc-contact-note p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--text-muted); max-width: 640px; }
.calc-contact-note p strong { color: var(--dark); }
.calc-contact-note .btn { flex-shrink: 0; }

@media (max-width: 700px) {
  .calc-contact-note { flex-direction: column; align-items: stretch; text-align: center; }
}
