/*
Theme Name: KSeFakt
Theme URI: https://ksefakt.pl/
Author: KSeFakt
Author URI: https://ksefakt.pl/
Description: Lekki motyw WordPress dla landing page KSeFakt — programu desktopowego do faktur, KSeF i JPK_V7M dla małych firm w Polsce. Bez buildera, bez WooCommerce. Zgodny z Rank Math. Formularz listy oczekujących zostawia miejsce na shortcode [wpforms id="29"] z fallbackiem.
Version: 2.8.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ksefakt
Tags: business, custom-menu, custom-logo, footer-widgets, translation-ready
*/

/* Główne style w assets/css/style.css — ten plik jest tylko nośnikiem nagłówka motywu wymaganego przez WordPress. */

/* === B2B-only badge i banner — iter#16 === */
.b2b-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--granat);
  background: var(--turkus);
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--turkus-700);
  white-space: nowrap;
}
.b2b-badge::before {
  content: "🏢";
  font-size: 14px;
}

.b2b-banner {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(20,184,166,0.12), rgba(20,184,166,0.04));
  border: 1px solid var(--turkus);
  border-left: 4px solid var(--turkus);
  border-radius: 12px;
  padding: 18px 22px;
  margin: 24px 0;
}
.b2b-banner .b2b-icon {
  font-size: 28px;
  line-height: 1;
  flex: 0 0 auto;
}
.b2b-banner .b2b-text {
  flex: 1;
  font-size: 15px;
  line-height: 1.55;
  color: var(--granat);
}
.b2b-banner .b2b-text strong {
  color: var(--turkus-700);
}
.b2b-note {
  margin-top: 10px;
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
}
