/* common border radius */
/* disable text selection */
html {
  scroll-behavior: smooth;
}
.lp-efaktura {
  font-family: 'Sora', sans-serif;
  color: #023444;
  font-size: 15px;
}
.lp-efaktura h1,
.lp-efaktura h2,
.lp-efaktura h3,
.lp-efaktura h4 {
  font-family: 'Sora', sans-serif;
  font-weight: bold;
}
.lp-efaktura__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__container {
    padding: 0 15px;
  }
}
.lp-efaktura__section-header {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__section-header {
    margin-bottom: 35px;
  }
}
.lp-efaktura__section-header--centered {
  text-align: center;
}
.lp-efaktura__section-header--light .lp-efaktura__section-title {
  color: #ffffff;
}
.lp-efaktura__section-header--light .lp-efaktura__section-sub {
  color: rgba(255, 255, 255, 0.9);
}
.lp-efaktura__section-label {
  font-size: 13px;
  font-weight: 700;
  color: #015ffe;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
  font-family: 'Sora', sans-serif;
}
.lp-efaktura__section-label--green {
  color: #31FF2E;
}
.lp-efaktura__section-title {
  font-family: 'Sora', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 39px;
  color: #023444;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .lp-efaktura__section-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lp-efaktura__section-title {
    font-size: 26px;
    line-height: normal;
  }
}
@media screen and (max-width: 480px) {
  .lp-efaktura__section-title {
    font-size: 22px;
  }
}
.lp-efaktura__section-title--light {
  color: #ffffff;
}
.lp-efaktura__section-sub {
  font-size: 16px;
  color: #324a6a;
  max-width: 650px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__section-sub {
    font-size: 15px;
    max-width: 100%;
  }
}
.lp-efaktura__section-sub--centered {
  margin: 0 auto;
}
.lp-efaktura__section-sub--light {
  color: rgba(255, 255, 255, 0.9);
}
.lp-efaktura__header {
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 100;
}
@media screen and (max-width: 992px) {
  .lp-efaktura__header {
    height: 75px;
  }
}
.lp-efaktura__header-container {
  max-width: 1240px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__header-container {
    padding: 0 15px;
  }
}
.lp-efaktura__header-left {
  display: flex;
  align-items: center;
}
.lp-efaktura__header-right {
  display: flex;
  align-items: center;
}
.lp-efaktura__header-logo img {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 1150px) {
  .lp-efaktura__header-logo img {
    width: 130px;
  }
}
@media screen and (max-width: 480px) {
  .lp-efaktura__header-logo img {
    width: 110px;
  }
}
.lp-efaktura__header-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.lp-efaktura__header-nav-item {
  color: #023444;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  margin: 0 4px;
  transition: 0.2s all linear;
  text-decoration: none;
}
.lp-efaktura__header-nav-item:hover {
  color: #015ffe;
  text-decoration: underline;
  transition: 0.2s all linear;
}
@media screen and (max-width: 1150px) {
  .lp-efaktura__header-nav-item {
    font-size: 12px;
    padding: 8px 6px;
    margin: 0 1px;
  }
}
@media screen and (max-width: 950px) {
  .lp-efaktura__header-nav-item {
    display: none;
  }
}
.lp-efaktura__header-nav-item--cta {
  color: #ffffff;
  background-color: #015ffe;
  padding: 10px 22px;
  margin-left: 14px;
  border-radius: 28px;
  text-decoration: none;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 900px) {
  .lp-efaktura__header-nav-item--cta {
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .lp-efaktura__header-nav-item--cta {
    padding: 10px 14px;
    font-size: 13px;
  }
}
.lp-efaktura__header-nav-item--cta:hover {
  background-color: #478afe;
  color: #ffffff;
  text-decoration: none;
  transition: 0.2s all linear;
}
.lp-efaktura__hero {
  background-color: #337efe;
  background-image: url('https://money.cz/wp-content/uploads/2026/07/efaktura-hero-bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  padding: 160px 0 120px 0;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .lp-efaktura__hero {
    padding: 130px 0 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-efaktura__hero {
    padding: 110px 0 60px 0;
    background-image: none;
  }
}
.lp-efaktura__hero-container {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  .lp-efaktura__hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lp-efaktura__hero-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 992px) {
  .lp-efaktura__hero-left {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .lp-efaktura__hero-right {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}
.lp-efaktura__hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.lp-efaktura__hero-badge-dot {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  animation: efakturaPulse 2s infinite;
}
@keyframes efakturaPulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.lp-efaktura__hero-title {
  font-family: 'Sora', sans-serif;
  font-weight: bold;
  font-size: 37px;
  line-height: 47px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .lp-efaktura__hero-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 992px) {
  .lp-efaktura__hero-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .lp-efaktura__hero-title {
    font-size: 30px;
    line-height: normal;
  }
}
@media screen and (max-width: 480px) {
  .lp-efaktura__hero-title {
    font-size: 26px;
  }
}
.lp-efaktura__hero-title-highlight {
  color: #31FF2E;
}
.lp-efaktura__hero-sub {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 540px;
}
@media screen and (max-width: 992px) {
  .lp-efaktura__hero-sub {
    max-width: 100%;
    margin: 0 auto 32px;
  }
}
@media screen and (max-width: 768px) {
  .lp-efaktura__hero-sub {
    font-size: 15px;
  }
}
.lp-efaktura__hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .lp-efaktura__hero-actions {
    justify-content: center;
  }
}
.lp-efaktura__hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  padding: 14px 30px;
  border-radius: 28px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s all linear;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .lp-efaktura__hero-btn {
    padding: 12px 22px;
    font-size: 14px;
  }
}
.lp-efaktura__hero-btn-icon {
  font-size: 18px;
}
.lp-efaktura__hero-btn--primary {
  background: #31FF2E;
  color: #023444;
}
.lp-efaktura__hero-btn--primary:hover {
  box-shadow: 0 0 15px rgba(45, 200, 0, 0.3);
  background-color: #54e42b;
  color: #023444;
  transition: 0.3s all linear;
  text-decoration: none;
}
.lp-efaktura__hero-btn--secondary {
  background: #ffffff;
  color: #015ffe;
}
.lp-efaktura__hero-btn--secondary:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
  background-color: #e3e3e3;
  color: #023444;
  transition: 0.3s all linear;
  text-decoration: none;
}
.lp-efaktura__hero-timeline {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 28px;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__hero-timeline {
    padding: 20px;
  }
}
.lp-efaktura__hero-timeline-heading {
  font-family: 'Sora', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.7;
}
.lp-efaktura__hero-timeline-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.lp-efaktura__hero-timeline-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 8px 0;
}
.lp-efaktura__hero-timeline-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 14px;
  margin-bottom: 6px;
}
.lp-efaktura__hero-timeline-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
  margin-top: 0;
  font-family: 'Sora', sans-serif;
}
.lp-efaktura__hero-timeline-dot--done {
  background: #ffffff;
  border-color: #31FF2E;
  color: #023444;
}
.lp-efaktura__hero-timeline-dot--active {
  background: #ffffff;
  border-color: #ffffff;
  color: #015ffe;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
}
.lp-efaktura__hero-timeline-dot--important {
  background: #ffffff;
  border-color: #31FF2E;
  color: #023444;
  font-size: 16px;
}
.lp-efaktura__hero-timeline-dot--future {
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
}
.lp-efaktura__hero-timeline-content {
  flex: 1;
}
.lp-efaktura__hero-timeline-date {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: 'Sora', sans-serif;
}
.lp-efaktura__hero-timeline-label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__hero-timeline-label {
    font-size: 13px;
  }
}
.lp-efaktura__what {
  background-color: #f4f8ff;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__what {
    padding: 50px 0;
  }
}
.lp-efaktura__what-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .lp-efaktura__what-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .lp-efaktura__what-grid {
    grid-template-columns: 1fr;
  }
}
.lp-efaktura__what-card {
  background: #ffffff;
  border: 1px solid #dde5f7;
  padding: 28px 24px;
  transition: all 0.2s;
}
.lp-efaktura__what-card:hover {
  border-color: #478afe;
  box-shadow: 0 4px 24px rgba(1, 95, 254, 0.08);
}
.lp-efaktura__what-card-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.lp-efaktura__what-card-icon img {
  width: 64px;
  height: 64px;
  display: block;
}
.lp-efaktura__what-card-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #023444;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__what-card-title {
    font-size: 15px;
  }
}
.lp-efaktura__what-card-text {
  font-size: 14px;
  color: #324a6a;
  line-height: 1.65;
}
.lp-efaktura__who {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__who {
    padding: 50px 0;
  }
}
.lp-efaktura__who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__who-grid {
    grid-template-columns: 1fr;
  }
}
.lp-efaktura__who-card {
  padding: 36px 32px;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__who-card {
    padding: 28px 22px;
  }
}
.lp-efaktura__who-card--mandatory {
  background: linear-gradient(135deg, #015ffe 0%, #478afe 100%);
  color: #ffffff;
}
.lp-efaktura__who-card--mandatory .lp-efaktura__who-tag {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.lp-efaktura__who-card--mandatory .lp-efaktura__who-card-title {
  color: #ffffff;
}
.lp-efaktura__who-card--mandatory .lp-efaktura__who-card-text {
  color: rgba(255, 255, 255, 0.85);
}
.lp-efaktura__who-card--mandatory .lp-efaktura__who-card-list li {
  color: rgba(255, 255, 255, 0.9);
}
.lp-efaktura__who-card--mandatory .lp-efaktura__who-card-list li::before {
  color: #31FF2E;
}
.lp-efaktura__who-card--optional {
  background: #f4f8ff;
  border: 1px solid #dde5f7;
}
.lp-efaktura__who-card--optional .lp-efaktura__who-tag {
  background: rgba(0, 95, 255, 0.1);
  color: #015ffe;
}
.lp-efaktura__who-card--optional .lp-efaktura__who-card-title {
  color: #023444;
}
.lp-efaktura__who-card--optional .lp-efaktura__who-card-text {
  color: #324a6a;
}
.lp-efaktura__who-card--optional .lp-efaktura__who-card-list li {
  color: #324a6a;
}
.lp-efaktura__who-card--optional .lp-efaktura__who-card-list li::before {
  color: #015ffe;
}
.lp-efaktura__who-card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__who-card-title {
    font-size: 18px;
  }
}
.lp-efaktura__who-card-text {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 18px;
}
.lp-efaktura__who-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-efaktura__who-card-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 7px;
}
.lp-efaktura__who-card-list li::before {
  content: '✓';
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
.lp-efaktura__who-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  margin-bottom: 16px;
}
.lp-efaktura__prepare {
  background-color: #f4f8ff;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__prepare {
    padding: 50px 0;
  }
}
.lp-efaktura__prepare-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__prepare-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .lp-efaktura__prepare-steps {
    grid-template-columns: 1fr;
  }
}
.lp-efaktura__prepare-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, #015ffe, #478afe);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__prepare-steps::before {
    display: none;
  }
}
.lp-efaktura__prepare-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}
.lp-efaktura__prepare-step-num {
  width: 56px;
  height: 56px;
  background: #015ffe;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 22px;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px #015ffe;
}
.lp-efaktura__prepare-step-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #023444;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__prepare-step-title {
    font-size: 15px;
  }
}
.lp-efaktura__prepare-step-text {
  font-size: 13.5px;
  color: #324a6a;
  line-height: 1.65;
}
.lp-efaktura__postar {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__postar {
    padding: 50px 0;
  }
}
.lp-efaktura__postar-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .lp-efaktura__postar-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.lp-efaktura__postar-visual {
  background: #f4f8ff;
  border: 1px solid #dde5f7;
  padding: 36px 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .lp-efaktura__postar-visual {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
}
.lp-efaktura__postar-visual::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(1, 95, 254, 0.08), transparent);
  border-radius: 50%;
}
.lp-efaktura__postar-visual-label {
  font-size: 12px;
  font-weight: 700;
  color: #015ffe;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.lp-efaktura__postar-flow {
  position: relative;
  z-index: 1;
}
.lp-efaktura__postar-flow-step {
  background: #ffffff;
  border: 1px solid #dde5f7;
  padding: 14px 18px;
  margin-bottom: 0;
}
.lp-efaktura__postar-flow-step--highlight {
  border-color: #015ffe;
  background: #ebf2fe;
}
.lp-efaktura__postar-flow-step-label {
  font-size: 11px;
  font-weight: 700;
  color: #015ffe;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
}
.lp-efaktura__postar-flow-step-name {
  color: #023444;
  font-size: 14px;
  font-weight: 600;
}
.lp-efaktura__postar-flow-arrow {
  text-align: center;
  color: #015ffe;
  font-size: 18px;
  padding: 2px 0;
}
@media screen and (max-width: 992px) {
  .lp-efaktura__postar-content {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
}
.lp-efaktura__postar-features {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}
.lp-efaktura__postar-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.lp-efaktura__postar-feature:last-child {
  margin-bottom: 0;
}
.lp-efaktura__postar-feature-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lp-efaktura__postar-feature-icon img {
  width: 46px;
  height: 46px;
  display: block;
}
.lp-efaktura__postar-feature-content {
  flex: 1;
}
.lp-efaktura__postar-feature-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #023444;
}
.lp-efaktura__postar-feature-text {
  font-size: 13.5px;
  color: #324a6a;
  line-height: 1.6;
}
.lp-efaktura__pricing {
  background-color: #337efe;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__pricing {
    padding: 50px 0;
  }
}
.lp-efaktura__pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .lp-efaktura__pricing-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .lp-efaktura__pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .lp-efaktura__pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.lp-efaktura__pricing-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 28px 20px;
  text-align: center;
  transition: all 0.2s;
}
.lp-efaktura__pricing-card:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.18);
}
.lp-efaktura__pricing-card--featured {
  border-color: #31FF2E;
  background: rgba(49, 255, 46, 0.08);
  position: relative;
}
.lp-efaktura__pricing-card--featured:hover {
  border-color: #31FF2E;
  background: rgba(49, 255, 46, 0.12);
}
.lp-efaktura__pricing-card-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #31FF2E;
  color: #023444;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'Sora', sans-serif;
}
@media screen and (max-width: 375px) {
  .lp-efaktura__pricing-card-badge {
    padding: 4px 8px;
  }
}
.lp-efaktura__pricing-card-tier {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 14px;
}
.lp-efaktura__pricing-card-value {
  font-family: 'Sora', sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__pricing-card-value {
    font-size: 22px;
  }
}
.lp-efaktura__pricing-card-value--free {
  color: #31FF2E;
}
.lp-efaktura__pricing-card-value--custom {
  font-size: 18px;
}
.lp-efaktura__pricing-card-unit {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}
.lp-efaktura__pricing-note {
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.7;
  margin-top: 30px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.lp-efaktura__pricing-note a {
  color: #ffffff;
  text-decoration: underline;
}
.lp-efaktura__pricing-note a:hover {
  color: #31FF2E;
}
.lp-efaktura__webinar {
  background: linear-gradient(135deg, #f0f5ff 0%, #e8f0fe 100%);
  border-top: 3px solid #015ffe;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__webinar {
    padding: 50px 0;
  }
}
.lp-efaktura__webinar-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@media screen and (max-width: 992px) {
  .lp-efaktura__webinar-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .lp-efaktura__webinar-info {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
}
.lp-efaktura__webinar-meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.lp-efaktura__webinar-meta-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.lp-efaktura__webinar-meta-icon {
  width: 46px;
  height: 46px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lp-efaktura__webinar-meta-icon img {
  width: 24px;
  height: 24px;
  display: block;
}
.lp-efaktura__webinar-meta-text {
  font-size: 14px;
  color: #324a6a;
}
.lp-efaktura__webinar-meta-text strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #023444;
}
.lp-efaktura__webinar-agenda-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #023444;
}
.lp-efaktura__webinar-agenda-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  counter-reset: agenda;
}
.lp-efaktura__webinar-agenda-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #324a6a;
  line-height: 1.55;
  counter-increment: agenda;
}
.lp-efaktura__webinar-agenda-list li::before {
  content: counter(agenda);
  background: #015ffe;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  font-family: 'Mont', sans-serif;
}
@media screen and (max-width: 992px) {
  .lp-efaktura__webinar-form-wrap {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}
.lp-efaktura__webinar-form {
  background: #ffffff;
  padding: 36px 32px;
  box-shadow: 0 8px 40px rgba(0, 95, 255, 0.1);
  border: 1px solid #dde5f7;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__webinar-form {
    padding: 28px 22px;
  }
}
.lp-efaktura__webinar-form-title {
  font-size: 22px;
  font-weight: 800;
  color: #023444;
  margin-bottom: 6px;
}
.lp-efaktura__webinar-form-sub {
  font-size: 14px;
  color: #324a6a;
  margin-bottom: 28px;
  line-height: 1.5;
}
.lp-efaktura__webinar-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
@media screen and (max-width: 480px) {
  .lp-efaktura__webinar-form-row {
    grid-template-columns: 1fr;
  }
}
.lp-efaktura__webinar-form-group {
  margin-bottom: 14px;
}
.lp-efaktura__webinar-form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #023444;
  margin-bottom: 6px;
}
.lp-efaktura__webinar-form-group input[type="text"],
.lp-efaktura__webinar-form-group input[type="email"] {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #dde5f7;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #023444;
  background: #fafbff;
  transition: all 0.2s;
  outline: none;
}
.lp-efaktura__webinar-form-group input[type="text"]:focus,
.lp-efaktura__webinar-form-group input[type="email"]:focus {
  border-color: #015ffe;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 95, 255, 0.1);
}
.lp-efaktura__webinar-form-submit {
  width: 100%;
  min-height: 56px;
  padding: 15px;
  background: #31FF2E;
  color: #023444;
  border: none;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s all linear;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
}
.lp-efaktura__webinar-form-submit:hover {
  box-shadow: 0 0 15px rgba(45, 200, 0, 0.3);
  background-color: #54e42b;
  color: #023444;
  transition: 0.3s all linear;
  text-decoration: none;
}
.lp-efaktura__webinar-form-note {
  text-align: center;
  font-size: 12px;
  color: #324a6a;
  margin-top: 16px;
  line-height: 1.5;
}
.lp-efaktura__webinar-form-note a {
  color: #015ffe;
  text-decoration: underline;
}
.lp-efaktura__webinar-form-note a:hover {
  color: #478afe;
}
.lp-efaktura__webinar-form-success {
  display: none;
  text-align: center;
  padding: 40px 20px;
}
.lp-efaktura__webinar-form-success.visible {
  display: block;
}
.lp-efaktura__webinar-form-success-icon {
  font-size: 48px;
  margin-bottom: 16px;
}
.lp-efaktura__webinar-form-success-title {
  font-size: 22px;
  font-weight: 800;
  color: #023444;
  margin-bottom: 10px;
}
.lp-efaktura__webinar-form-success-text {
  color: #324a6a;
  font-size: 15px;
}
.lp-efaktura__faq {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__faq {
    padding: 50px 0;
  }
}
.lp-efaktura__faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.lp-efaktura__faq-item {
  border: 1px solid #dde5f7;
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.lp-efaktura__faq-item.open {
  border-color: #478afe;
  box-shadow: 0 2px 12px rgba(0, 95, 255, 0.07);
}
.lp-efaktura__faq-item.open .lp-efaktura__faq-item-question {
  background: #f0f5ff;
}
.lp-efaktura__faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #023444;
  font-family: 'Sora', sans-serif;
  gap: 16px;
  transition: background 0.15s;
  outline: none !important;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__faq-question {
    padding: 16px 18px;
    font-size: 14px;
  }
}
.lp-efaktura__faq-question:hover {
  background: #f4f8ff;
}
.lp-efaktura__faq-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 95, 255, 0.08);
  color: #015ffe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: transform 0.3s, background 0.2s;
  font-weight: 700;
  line-height: 1;
}
.lp-efaktura__faq-item.open .lp-efaktura__faq-icon {
  transform: rotate(45deg);
  background: #015ffe;
  color: #ffffff;
}
.lp-efaktura__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
}
.lp-efaktura__faq-item.open .lp-efaktura__faq-answer {
  max-height: 600px;
  padding-bottom: 20px;
}
.lp-efaktura__faq-answer-inner {
  padding: 0 22px;
  font-size: 14px;
  color: #324a6a;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__faq-answer-inner {
    padding: 0 18px;
    font-size: 13.5px;
  }
}
.lp-efaktura__faq-answer-inner strong {
  color: #023444;
}
.lp-efaktura__footer-cta {
  background-color: #337efe;
  padding: 90px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__footer-cta {
    padding: 60px 15px;
  }
}
.lp-efaktura__footer-cta-title {
  font-family: 'Sora', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 39px;
  color: #ffffff;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .lp-efaktura__footer-cta-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lp-efaktura__footer-cta-title {
    font-size: 26px;
    line-height: normal;
  }
}
@media screen and (max-width: 480px) {
  .lp-efaktura__footer-cta-title {
    font-size: 22px;
  }
}
.lp-efaktura__footer-cta-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 30px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .lp-efaktura__footer-cta-text {
    font-size: 15px;
  }
}
.lp-efaktura__footer-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #31FF2E;
  color: #023444;
  min-height: 56px;
  padding: 15px 32px;
  border-radius: 28px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s all linear;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .lp-efaktura__footer-cta-btn {
    padding: 13px 24px;
    font-size: 15px;
  }
}
.lp-efaktura__footer-cta-btn:hover {
  box-shadow: 0 0 15px rgba(45, 200, 0, 0.3);
  background-color: #54e42b;
  color: #023444;
  transition: 0.3s all linear;
  text-decoration: none;
}
@media screen and (max-width: 420px) {
  .lp-efaktura__footer-cta-btn span {
    display: none;
  }
}
.lp-efaktura__webinar-form .wpcf7 form > p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
}
.lp-efaktura__webinar-form .wpcf7 form > p > br {
  display: none;
}
.lp-efaktura__webinar-form .wpcf7 form > p > label {
  padding: 0 0 20px 0;
  margin: 0;
  display: block;
  width: 100%;
  color: #023444;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.lp-efaktura__webinar-form .wpcf7 form > p > label:nth-of-type(1),
.lp-efaktura__webinar-form .wpcf7 form > p > label:nth-of-type(2) {
  width: calc((100% - 14px) / 2);
}
@media screen and (max-width: 480px) {
  .lp-efaktura__webinar-form .wpcf7 form > p > label:nth-of-type(1),
  .lp-efaktura__webinar-form .wpcf7 form > p > label:nth-of-type(2) {
    width: 100%;
  }
}
.lp-efaktura__webinar-form .wpcf7 form > p > label span.label {
  padding: 0 0 8px 0;
  display: block;
}
.lp-efaktura__webinar-form .wpcf7 form > p > label .wpcf7-form-control-wrap {
  display: block;
}
.lp-efaktura__webinar-form .wpcf7 form > p input[type="text"],
.lp-efaktura__webinar-form .wpcf7 form > p input[type="email"],
.lp-efaktura__webinar-form .wpcf7 form > p input[type="tel"] {
  width: 100%;
  box-shadow: none !important;
  padding: 0 10px;
  height: 44px;
  border: 1px solid #DADFE4;
  font-size: 15px;
  font-family: 'Sora', sans-serif;
  color: #023444;
  background: #fafbff;
  outline: none;
}
.lp-efaktura__webinar-form .wpcf7 form > p input[type="hidden"] {
  display: none;
}
.lp-efaktura__webinar-form .wpcf7 form > p span.wpcf7-not-valid-tip {
  padding: 0 10px;
  position: static;
  font-size: 12px;
  line-height: 18px;
}
.lp-efaktura__webinar-form .wpcf7 form > p input[type="submit"] {
  width: 100%;
  min-height: 56px;
  padding: 15px;
  background: #31FF2E;
  color: #023444;
  border: none;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s all linear;
  line-height: 1;
}
.lp-efaktura__webinar-form .wpcf7 form > p input[type="submit"]:hover {
  box-shadow: 0 0 15px rgba(45, 200, 0, 0.3);
  background-color: #54e42b;
  color: #023444;
  transition: 0.3s all linear;
  text-decoration: none;
}
.lp-efaktura__webinar-form .wpcf7 form > p .wpcf7-spinner {
  display: none;
}
.lp-efaktura__webinar-form .wpcf7 form .wpcf7-response-output {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0 0 0;
  padding: 10px;
}
