@charset "UTF-8";
:root {
  --bg-ksef-gold-navy: linear-gradient(135deg,#FFB400 0%, #0F2044 100%);
  --bg-ksef-gold-gray: linear-gradient(135deg,#FFB400 0%, #333 100%);
  --bg-ksef-navy: background-color: #0F2044;
  --text-ksef-navy: color: #0F2044;
  --text-ksef-white: color: White;
  --bg-ksef-gold: background-color: #FFB400;
  --text-ksef-gold: color: #FFB400;
  --border-ksef-gold: border-color: #FFB400;
  --border-ksef-navy: border-color: #0F2044;
  --hover-bg-ksef-gold-dark:hover: background-color: #e6a300;
  --hero-gradient: linear-gradient(135deg, #0F2044 0%, #1a2a4d 100%);
  --bg-gold-light: background-color: rgba(255, 180, 0, 0.1);
  --brand-yellow: #FFB400;
  --brand-dark: #0F2044;
  --brand-gray: #f4f6f9;
  --brand-white: #ffffff;
  --shadow-sm: 0 2px 8px rgba(15, 32, 68, 0.05);
  --shadow-md: 0 10px 30px rgba(15, 32, 68, 0.08);
  --shadow-lg: 0 20px 60px rgba(15, 32, 68, 0.12);
  --shadow-xl: 0 30px 90px rgba(15, 32, 68, 0.18);
  --radius-md: 15px;
  --radius-lg: 25px;
  --radius-xl: 40px;
  --ksef-gold: #ffb400;
  --ksef-gray-dark: #2c3e50;
  --ksef-gray-light: #f8f9fa;
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* To musi być na obu elementach */
}

.container, .container-fluid {
  overflow: hidden; /* Zapobiega wystawaniu cieni (box-shadow) poza kontener */
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: var(--brand-gray);
  color: var(--brand-dark);
  overflow-x: hidden;
}

.bg-gold-navy {
  background: var(--bg-ksef-gold-navy);
}

.bg-navy {
  background: var(--brand-dark);
}

.bg-gold {
  background: var(--brand-yellow);
}

.bg-gold-gray {
  background: var(--bg-ksef-gold-gray);
}

.store-img {
  min-height: 25rem;
  object-fit: contain;
  border-radius: 1rem;
  text-align: center;
  max-width: 100%;
}

.store-section {
  background: var(--bg-ksef-gold-gray);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.time-unit {
  min-width: 80px;
}

@media (max-width: 576px) {
  .time-unit span {
    font-size: 1.5rem !important;
  }
  .time-unit small {
    font-size: 0.7rem;
  }
  .time-unit {
    min-width: 50px;
  }
}
.navbar {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15, 32, 68, 0.05);
  padding: 20px 0;
}

.hero-section {
  padding: 7rem 0;
  background: var(--bg-ksef-gold-gray);
  position: relative;
}

.hero-title {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -1px;
}

.text-gradient {
  background: linear-gradient(90deg, var(--brand-yellow) 0%, var(--brand-yellow) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-navy {
  color: var(--brand-dark);
}

.text-gold {
  color: var(--brand-yellow);
}

.frame-strong {
  filter: drop-shadow(4px 4px 4px black);
}

.black-text-frame {
  filter: drop-shadow(1px 1px 1px black);
}

.gray-text-frame {
  filter: drop-shadow(1px 1px 1px gray);
}

.white-text-frame {
  filter: drop-shadow(1px 1px 1px white);
}

.box-shadow {
  box-shadow: 0 10px 20px rgba(15, 32, 68, 0.2);
}

.round-corners {
  border-radius: var(--radius-lg);
}

.btn-ksef {
  padding: 18px 40px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.btn-main {
  background: var(--brand-dark);
  color: white;
  border: 1px solid transparent;
  box-shadow: 0 10px 20px rgba(15, 32, 68, 0.2);
}

.btn-main:hover {
  box-shadow: 0 15px 30px rgba(15, 32, 68, 0.3);
  color: white;
  border: 1px solid white;
}

.btn-outline-ksef {
  background: transparent;
  color: var(--brand-dark);
  border: 2px solid var(--brand-dark);
}

.btn-outline-ksef:hover {
  background: var(--brand-dark);
  color: white;
}

.feature-box {
  background: var(--bg-ksef-gold-navy);
  border-radius: var(--radius-lg);
  padding: 40px;
  height: 100%;
  transition: all 0.4s ease;
  box-shadow: 5px 5px 10px Black;
  border: 0px solid var(--brand-yellow);
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: transparent;
  color: var(--brand-dark);
  border-radius: 18px; /* Squircle */
  border: 3px solid var(--brand-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 25px;
}

.pricing-section {
  background: var(--bg-ksef-gold-gray);
  color: white;
  padding: 100px 0;
}

.card-pro {
  background: var(--brand-white);
  color: var(--brand-dark);
  border: none;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card-pro.featured {
  background: var(--brand-yellow);
}

.badge-pro {
  position: absolute;
  top: 25px;
  right: -35px;
  background: var(--brand-dark);
  color: white;
  padding: 8px 45px;
  transform: rotate(45deg);
  font-weight: bold;
  font-size: 0.75rem;
}

.price-tag {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.ms-store-badge {
  height: 60px;
  transition: opacity 0.3s;
  border-radius: 8px;
}

.ms-store-badge:hover {
  opacity: 0.8;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(0.5);
}

.ksef-table-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Styl dla KSeF Vault Column */
.col-highlight {
  background-color: rgba(255, 180, 0, 0.05) !important;
  border-left: 2px solid var(--ksef-gold);
}

/* Klucz do responsywności: na mobile tabela zmienia się w bloki */
@media (max-width: 768px) {
  .responsive-stack thead {
    display: none; /* Chowamy nagłówki na mobile */
  }
  .responsive-stack td {
    display: block;
    width: 100%;
    padding: 10px 20px !important;
    border: none;
  }
  .responsive-stack td:first-child {
    background: var(--ksef-gray-dark);
    color: white;
    font-weight: bold;
    padding-top: 20px !important;
  }
  .responsive-stack td:nth-child(2) {
    color: #666;
    font-size: 0.9rem;
    border-left: 3px solid #dee2e6;
    margin-left: 20px;
  }
  .responsive-stack td:last-child {
    background: var(--ksef-gold);
    color: var(--ksef-gray-dark);
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
  }
  .responsive-stack tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #eee;
  }
}
@media (max-width: 768px) {
  /* Skalowanie gigantycznych tytułów */
  .hero-title {
    font-size: clamp(2.5rem, 10vw, 3.5rem) !important;
    letter-spacing: -1px;
  }
  /* Naprawa obrazka logo w hero */
  .hero-section img {
    max-width: 100% !important; /* Nie pozwoli wystawać poza ekran */
    height: auto;
  }
  /* Reset marginesów w nawigacji, które mogą wypychać boki */
  .nav-item.mx-lg-5 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
  /* Usunięcie poziomego scrolla spowodowanego przez shadow */
  body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
  }
  /* Naprawa Twojej tabeli, żeby marginesy nie wychodziły poza padding */
  .responsive-stack td:nth-child(2) {
    margin-left: 0; /* Usuwamy to 20px, bo na małych ekranach zabiera cenne miejsce */
  }
}
/* Fix dla obrazka w logo (navbar) */
.navbar-brand img {
  max-width: 1.5rem !important;
}

/* Styl dla tabeli responsywnej */
.ksef-responsive-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.ksef-responsive-table thead th {
  background: #212529;
  color: white;
  padding: 1.2rem;
}

.ksef-responsive-table .highlight-header {
  background: var(--ksef-gold) !important;
  color: black !important;
}

.ksef-responsive-table .col-highlight {
  background-color: rgba(255, 215, 0, 0.05); /* Delikatne tło dla kolumny Vault */
}

/* Responsywność - Mobile */
@media (max-width: 768px) {
  .ksef-responsive-table thead {
    display: none; /* Chowamy nagłówki na mobile */
  }
  .ksef-responsive-table tr {
    display: block;
    margin-bottom: 1.5rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
  }
  .ksef-responsive-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right !important;
    padding: 0.8rem 1rem !important;
    border-bottom: 1px solid #eee;
  }
  /* Wyświetlamy etykiety z atrybutu data-label */
  .ksef-responsive-table td::before {
    content: attr(data-label);
    font-weight: bold;
    text-align: left;
    flex: 1;
    font-size: 0.85rem;
    color: #666;
  }
  .ksef-responsive-table td:last-child {
    border-bottom: none;
    background-color: var(--ksef-gold); /* Podświetlamy wynik KSeF Vault */
    color: black !important;
  }
}
@keyframes pulse-gold {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
}
.animate-pulse {
  display: inline-block;
  animation: pulse-gold 2s infinite ease-in-out;
}

.scroll-down-link {
  text-decoration: none;
  transition: opacity 0.3s ease;
  animation: bounce 1.5s infinite;
}

.scroll-down-link:hover {
  opacity: 0.7;
  color: var(--brand-dark); /* lub Twój kolor akcentowy */
}

/* Definicja animacji pływania */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.promo-bar {
  background: White; /* Możesz zmienić na dowolny kolor, np. granat lub czerń */
  color: var(--brand-dark);
  padding: 0.8rem 0;
  overflow: hidden; /* Ukrywa tekst wychodzący poza ekran */
  white-space: nowrap;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
}

.promo-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 55s linear infinite;
}

.promo-track span {
  display: inline-block;
  padding-left: 50px; /* Odstęp między powtórzeniami napisu */
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/*# sourceMappingURL=global.css.map */
