.efaktura-page {
  --ef-ink: #2e3648;
  --ef-muted: #686b72;
  --ef-blue: var(--clr-primary, #05b9e9);
  --ef-blue-dark: #078eb5;
  --ef-soft: #f4f6fb;
  --ef-line: #e4e8f0;
  color: var(--ef-ink);
  overflow: hidden;
}

@media (min-width: 1200px) {
  .ttm-header-style-03 {
    min-height: 93px;
  }
}

.efaktura-page h1,
.efaktura-page h2,
.efaktura-page h3,
.efaktura-page p { font-family: "Poppins", sans-serif; }

.efaktura-page h1,
.efaktura-page h2,
.efaktura-page h3 {
  color: var(--ef-ink);
  letter-spacing: -.025em;
}

.efaktura-page h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.14;
  margin-bottom: 20px;
}

.efaktura-page h3 { font-size: 1.25rem; line-height: 1.35; }
.efaktura-page p { color: var(--ef-muted); font-size: 1.05rem; line-height: 1.75; }

.ef-kicker {
  color: var(--ef-blue-dark);
  display: inline-block;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .11em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.ef-hero {
  background-image: linear-gradient(180deg, rgba(244, 244, 249, .86) 45%, rgba(244, 244, 249, .08) 100%), url("../img/efaktura/hero-pattern.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0 105px;
}

.ef-hero h1 {
  font-size: clamp(2.45rem, 5.8vw, 4.5rem);
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 28px;
}

.ef-hero-lead {
  font-size: clamp(1.08rem, 2vw, 1.28rem) !important;
  margin: 0 auto 30px !important;
  max-width: 820px;
}

.ef-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

.ef-btn {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 7px;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  min-height: 54px;
  padding: 13px 27px;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.ef-btn:hover { transform: translateY(-2px); }
.ef-btn-primary { background: var(--ef-blue); box-shadow: 0 10px 25px rgba(5, 185, 233, .22); color: #fff; }
.ef-btn-primary:hover { background: var(--ef-blue-dark); color: #fff !important; }
.ef-btn-outline { background: #fff; border-color: var(--ef-ink); color: var(--ef-ink); }
.ef-btn-outline:hover { border-color: var(--ef-blue); color: var(--ef-blue-dark) !important; }

.ef-advantages {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.ef-advantages li { color: var(--ef-muted); font-size: .95rem; }
.ef-advantages li:not(:last-child)::after { color: var(--ef-blue); content: "•"; margin: 0 13px; }
.ef-section { padding: 105px 0; }
.ef-section-heading { margin: 0 auto 58px; max-width: 850px; }
.ef-section-heading > p { font-size: 1.15rem; }
.ef-video-section, .ef-benefits-section, .ef-blog-section { background: #fff; }

.ef-video-preview {
  background: #eef1f7;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(38, 48, 70, .14);
  display: block;
  margin: 0 auto;
  max-width: 1050px;
  overflow: hidden;
  padding: 24px;
}

.ef-video-preview iframe {
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  width: 100%;
}

.ef-audience-section {
  background: linear-gradient(180deg, #fff 0, #fff 10%, var(--ef-soft) 10%, var(--ef-soft) 90%, #fff 90%);
}

.ef-date-badge {
  align-items: center;
  background: #e0f8fe;
  border-radius: 10px;
  color: var(--ef-blue-dark);
  display: flex;
  font-weight: 600;
  gap: 12px;
  margin-top: 28px;
  padding: 16px 18px;
}

.ef-card-grid > div { display: flex; }

.ef-audience-card {
  background: #fff;
  border: 1px solid rgba(228, 232, 240, .65);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(38, 48, 70, .09);
  height: calc(100% - 24px);
  margin-bottom: 24px;
  padding: 32px 28px;
}

.ef-card-icon,
.ef-article-icon {
  align-items: center;
  background: #e2f8fd;
  border-radius: 45% 55% 62% 38% / 55% 45% 55% 45%;
  color: var(--ef-blue-dark);
  display: flex;
  font-size: 1.55rem;
  height: 62px;
  justify-content: center;
  margin-bottom: 22px;
  width: 68px;
}

.ef-audience-card h3 { font-weight: 700; margin-bottom: 12px; }
.ef-audience-card p { font-size: .96rem; line-height: 1.65; margin-bottom: 0; }

.ef-benefits-image {
  border-radius: 22px;
  box-shadow: 0 20px 55px rgba(38, 48, 70, .15);
  height: 720px;
  overflow: hidden;
  position: relative;
}

.ef-benefits-image img { display: block; height: 100%; object-fit: cover; width: 100%; }

.ef-image-note {
  background: rgba(255, 255, 255, .94);
  border-radius: 12px;
  bottom: 25px;
  box-shadow: 0 8px 30px rgba(38, 48, 70, .18);
  display: flex;
  flex-direction: column;
  left: 25px;
  padding: 16px 20px;
  position: absolute;
  right: 25px;
}

.ef-image-note strong { color: var(--ef-ink); font-size: 1.05rem; }
.ef-image-note span { color: var(--ef-muted); font-size: .9rem; }
.ef-steps { padding-left: 45px; }
.ef-step { display: flex; gap: 22px; position: relative; }

.ef-step:not(:last-child)::before {
  background: var(--ef-line);
  content: "";
  height: calc(100% - 42px);
  left: 21px;
  position: absolute;
  top: 51px;
  width: 2px;
}

.ef-step > span {
  align-items: center;
  background: var(--ef-blue);
  border: 4px solid #dff8fe;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 44px;
  font-size: 1rem;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.ef-step > div { padding: 0 0 20px; }
.ef-step h3 { font-weight: 700; margin: 5px 0 8px; }
.ef-step p { font-size: .95rem; line-height: 1.62; margin: 0; }
.ef-faq-section { background: var(--ef-soft); }
.ef-faq-item { margin-bottom: 38px; padding: 0 20px; }
.ef-faq-item h3 { font-weight: 700; margin-bottom: 15px; }
.ef-faq-item h3 span { color: var(--ef-blue-dark); margin-right: 4px; }
.ef-faq-item p { font-size: .98rem; line-height: 1.72; }

.ef-more-link {
  background: #fff;
  border-radius: 999px;
  color: var(--ef-muted);
  font-size: 1.05rem;
  margin: 15px auto 0;
  max-width: max-content;
  padding: 18px 30px;
  text-align: center;
}

.ef-more-link a { font-weight: 700; text-decoration: underline; }
.ef-cta-section { background: linear-gradient(135deg, var(--ef-blue-dark), var(--ef-blue)); padding: 90px 0; }
.ef-cta-section .ef-kicker, .ef-cta-section h2, .ef-cta-section p { color: #fff; }
.ef-cta-section h2 { margin-bottom: 14px; }
.ef-cta-section p { font-size: 1.15rem; margin-bottom: 28px; opacity: .92; }
.ef-btn-light { background: #fff; color: var(--ef-blue-dark); }
.ef-btn-light:hover { box-shadow: 0 12px 30px rgba(38, 48, 70, .22); color: var(--ef-blue-dark) !important; }
.ef-article-grid > div { display: flex; }

.ef-article-card {
  border: 1px solid var(--ef-line);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
  padding: 30px;
  transition: box-shadow .2s ease, transform .2s ease;
  width: 100%;
}

.ef-article-card:hover { box-shadow: 0 16px 38px rgba(38, 48, 70, .1); transform: translateY(-4px); }
.ef-article-card h3 { font-weight: 700; margin-bottom: 13px; }
.ef-article-card p { flex: 1; font-size: .95rem; line-height: 1.65; }
.ef-article-card a { font-weight: 700; }
.ef-article-card a i { font-size: .8em; margin-left: 6px; }

@media (max-width: 991px) {
  .ef-section { padding: 80px 0; }
  .ef-hero { padding: 90px 0 80px; }
  .ef-steps { padding-left: 0; }
  .ef-benefits-image { height: 540px; }
}

@media (max-width: 575px) {
  .ef-hero { padding: 72px 0 65px; }
  .ef-actions { flex-direction: column; }
  .ef-btn { width: 100%; }
  .ef-advantages { display: block; }
  .ef-advantages li:not(:last-child)::after { content: none; }
  .ef-advantages li + li { margin-top: 6px; }
  .ef-video-preview { border-radius: 12px; padding: 9px; }
  .ef-audience-section { background: var(--ef-soft); }
  .ef-audience-card, .ef-article-card { padding: 25px 22px; }
  .ef-benefits-image { height: 440px; }
  .ef-image-note { bottom: 15px; left: 15px; right: 15px; }
  .ef-step { gap: 15px; }
  .ef-faq-item { padding: 0; }
  .ef-more-link { border-radius: 18px; padding: 18px 22px; }
}
