.elementor-3592 .elementor-element.elementor-element-82bff59{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4bf98be */.k24 {
  /* paleta */
  --background: #fbfaf8;
  --foreground: #232120;
  --card: #ffffff;
  --primary: #6f6862;
  --primary-foreground: #ffffff;
  --secondary: #f1efed;
  --secondary-foreground: #6f6862;
  --muted: #f1efed;
  --muted-foreground: #79736d;
  --accent: #e6d6c4;
  --accent-foreground: #4a4138;
  --border: #ececea;
  --mint: #e6d6c4;
  --mint-foreground: #4a4138;
  --surface-alt: #f1efed;
  --gold: #f0c069;          /* złoty — przycisk ZADZWOŃ TERAZ */
  --gold-foreground: #232120;
  --whatsapp: #25d366;      /* oficjalny zielony WhatsApp */
  --whatsapp-hover: #1ebe5b;
  --whatsapp-foreground: #ffffff;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--foreground);
  background: var(--background);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.k24 *, .k24 *::before, .k24 *::after { box-sizing: border-box; }
.k24 h1, .k24 h2, .k24 h3, .k24 p, .k24 ul { margin: 0; }
.k24 ul { padding: 0; list-style: none; }
.k24 a { text-decoration: none; color: white; }
.k24 img { display: block; max-width: 100%; }

.k24-wrap { max-width: 1152px; margin: 0 auto; padding: 0 20px; }
.k24-wrap-sm { max-width: 768px; margin: 0 auto; padding: 0 20px; }
.k24-wrap-md { max-width: 1024px; margin: 0 auto; padding: 0 20px; }

/* ---------- urgency strip ---------- */
.k24-strip {
  background: var(--accent);
  color: var(--accent-foreground);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
}
.k24-strip strong { margin: 0 4px; }

/* ---------- nav ---------- */
.k24-nav {
  position: absolute;
  top: 40px; left: 0; right: 0;
  z-index: 20;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 20px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.k24-nav .logo img { height: 80px; width: auto; }
.k24-nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.k24-nav-links a { color: rgba(255,255,255,0.9); transition: color .2s; }
.k24-nav-links a:hover { color: #fff; }
.k24-nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  border-radius: 12px; border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.1);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  color: #fff; padding: 8px 16px; font-size: 14px; font-weight: 500;
  transition: background .2s;
}
.k24-nav-cta:hover { background: rgba(255,255,255,0.2); }

/* ---------- hero ---------- */
/* ---------- hero ---------- */
.k24-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 80vh;
  min-height: 80svh;
  display: flex;
  align-items: stretch;
}
.k24-hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  min-width: 100%;
  min-height: 100%;
}
.k24-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.75) 40%, rgba(255,255,255,0.3) 65%, rgba(0,0,0,0.05) 100%);
}
.k24-hero-content {
  position: relative;
  max-width: 1152px; margin: 0 auto;
  padding: 80px 20px 32px 20px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  align-self: flex-start;
}
.k24-hero-inner {
  max-width: 520px;
  color: #0E2A47;
}
.k24-hero-title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #0E2A47;
  margin: 0 0 8px 0;
}
.k24-hero-price {
  margin-bottom: 20px;
}
.k24-price-value {
  font-size: 56px;
  font-weight: 700;
  color: #1665F5;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.k24-price-suffix {
  font-size: 16px;
  font-weight: 600;
  color: #0E2A47;
  margin-left: 6px;
  vertical-align: baseline;
}
.k24-hero-features {
  margin: 0 0 24px 0;
  font-size: 15px;
  color: #2F4560;
  line-height: 1.7;
}
.k24-feat-dot {
  color: #1665F5;
  font-size: 18px;
  margin: 0 4px;
  vertical-align: middle;
  line-height: 1;
}
.k24-hero-promo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #052245;
  color: #ffffff;
  border-radius: 10px;
  padding: 12px 16px;
  margin-top: 32px;
  margin-bottom: 14px;
}
.k24-promo-icon {
  font-size: 28px;
  flex-shrink: 0;
  color: #ffffff;
  line-height: 1;
}
.k24-promo-text {
  font-size: 14px;
  line-height: 1.45;
}
.k24-promo-label {
  font-weight: 700;
  text-transform: uppercase;
}
.k24-promo-date {
  font-weight: 400;
  opacity: 0.85;
}
.k24-hero-trust-badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.k24-hero-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #DFE3E8;
  color: #0E2A47;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  width: fit-content;
}
.k24-trust-icon {
  font-size: 22px;
  color: #0E2A47;
  flex-shrink: 0;
}
.k24-hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #DFE3E8;
  color: #0E2A47;
  border-radius: 20px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  width: fit-content;
}
.k24-star-icon {
  font-size: 18px;
  color: #0E2A47;
}
.k24-hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.k24-btn-primary-dark {
  background: #052245;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(5,34,69,0.25);
  border-radius: 14px;
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 600;
}
.k24-btn-primary-dark:hover {
  background: #0E3A5E;
  opacity: 1;
  color: #ffffff !important;
}
.k24-btn-outline-dark {
  background: #1da34f;
  color: white;
  /*border: 2px solid #25d366 !important;*/
  box-shadow: none;
  border-radius: 14px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
}
.k24-btn-outline-dark:hover {
  background: #1c8f47;
  opacity: 1;
  color: white;
}

.k24-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 12px; padding: 14px 24px; font-size: 14px; font-weight: 600;
  transition: opacity .2s, background .2s, transform .1s; cursor: pointer;
}
.k24-btn:active { transform: scale(0.97); }

/* k24-btn-gold = przyciski WhatsApp -> ZIELONY WhatsApp */
.k24-btn-gold {
  background: var(--whatsapp);
  color: var(--whatsapp-foreground);
  box-shadow: 0 10px 25px rgba(37,211,102,0.3);
}
.k24-btn-gold:hover { background: var(--whatsapp-hover); }

/* k24-btn-glass = przyciski "Zadzwoń teraz" -> ZŁOTY */
.k24-btn-glass {
  background: var(--gold);
  color: var(--gold-foreground);
  box-shadow: 0 10px 25px rgba(240,192,105,0.3);
  border: none;
}
.k24-btn-glass:hover { opacity: 0.9; }

.k24-btn-full { width: 100%; }

.k24-trust {
  margin-top: 40px; display: flex; flex-wrap: wrap;
  gap: 12px 24px; font-size: 14px; color: rgba(255,255,255,0.8);
}
.k24-trust div { display: flex; align-items: center; gap: 6px; }

/* ---------- section helpers ---------- */
.k24-section { padding: 96px 0; }
.k24-section-bg { background: var(--background); }
.k24-section-alt { background: var(--surface-alt); }
.k24-eyebrow {
  font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--muted-foreground); margin-bottom: 12px;
}
.k24-h2 { font-size: 36px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; }
.k24-h3-big { font-size: 30px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; }
.k24-center { text-align: center; }
.k24-lead { margin-top: 12px; color: var(--muted-foreground); }
.k24-mb14 { margin-bottom: 56px; }
.k24-mb12 { margin-bottom: 48px; }
.k24-mb10 { margin-bottom: 40px; }

/* ---------- grids / cards ---------- */
.k24-grid { display: grid; gap: 20px; }
.k24-grid-3 { grid-template-columns: repeat(3, 1fr); }
.k24-grid-4 { grid-template-columns: repeat(4, 1fr); }

.k24-card {
  border-radius: 16px; border: 1px solid var(--border);
  background: var(--card); padding: 24px; transition: box-shadow .2s;
}
.k24-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.k24-card-img {
  aspect-ratio: 4/3; margin: -24px -24px 20px; overflow: hidden;
  border-radius: 16px 16px 0 0; background: var(--muted);
}
.k24-card-img img { width: 100%; height: 100%; object-fit: cover; }
.k24-card h3 { font-size: 16px; font-weight: 600; margin-bottom: 6px; }
.k24-card p { font-size: 14px; color: var(--muted-foreground); line-height: 1.65; }

/* ---------- showcase image ---------- */
.k24-showcase {
  border-radius: 24px; overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12); border: 1px solid var(--border);
}
.k24-showcase img { width: 100%; height: auto; }
.k24-showcase-card { background: var(--card); }

/* ---------- packages ---------- */
.k24-pkg {
  position: relative; border-radius: 16px; padding: 28px;
  background: var(--card); border: 1px solid var(--border); transition: all .2s;
}
.k24-pkg:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.k24-pkg-popular {
  border: 2px solid var(--primary); box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
.k24-pkg-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--primary); color: var(--primary-foreground);
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  padding: 4px 12px; border-radius: 999px; white-space: nowrap;
}
.k24-pkg-name { font-size: 18px; font-weight: 600; }
.k24-pkg-desc { font-size: 14px; color: var(--muted-foreground); margin: 4px 0 20px; }
.k24-pkg-price { font-size: 30px; font-weight: 700; }
.k24-pkg-price span { font-size: 14px; font-weight: 400; color: var(--muted-foreground); margin-left: 4px; }
.k24-pkg-features { margin-top: 24px; display: flex; flex-direction: column; gap: 10px; }
.k24-pkg-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; }
.k24-pkg-features svg { margin-top: 2px; flex-shrink: 0; color: var(--primary); }
.k24-pkg .k24-btn { margin-top: 28px; }
.k24-btn-secondary { background: var(--secondary); color: var(--secondary-foreground); }
.k24-btn-secondary:hover { background: var(--accent); color: var(--accent-foreground); }
.k24-btn-primary { background: var(--primary); color: var(--primary-foreground); }
.k24-btn-primary:hover { opacity: 0.9; }

/* ---------- reviews ---------- */
.k24-review {
  border-radius: 16px; border: 1px solid var(--border);
  background: var(--card); overflow: hidden; display: flex; flex-direction: column;
}
.k24-review-img { aspect-ratio: 4/3; overflow: hidden; background: var(--muted); }
.k24-review-img img { width: 100%; height: 100%; object-fit: cover; }
.k24-review-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.k24-stars { display: flex; gap: 2px; margin-bottom: 16px; color: var(--gold); }
.k24-review-text { font-size: 14px; line-height: 1.65; margin-bottom: 20px; font-style: italic; }
.k24-review-who { font-size: 12px; color: var(--muted-foreground); margin-top: auto; }

/* ---------- faq ---------- */
.k24-faq { display: flex; flex-direction: column; gap: 12px; }
.k24-faq details {
  border-radius: 16px; border: 1px solid var(--border);
  background: var(--card); overflow: hidden; transition: box-shadow .2s;
}
.k24-faq details[open] { box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.k24-faq summary {
  cursor: pointer; list-style: none; padding: 16px 20px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; font-weight: 600;
}
.k24-faq summary::-webkit-details-marker { display: none; }
.k24-faq summary .plus { color: var(--primary); flex-shrink: 0; transition: transform .2s; }
.k24-faq details[open] summary .plus { transform: rotate(45deg); }
.k24-faq-answer { padding: 0 20px 20px; font-size: 14px; color: var(--muted-foreground); line-height: 1.65; }

/* ---------- final cta ---------- */
.k24-final {
  position: relative; padding: 96px 0; overflow: hidden;
  background: var(--foreground); color: var(--background);
}
.k24-final-bg { position: absolute; inset: 0; opacity: 0.1; }
.k24-final-bg img { width: 100%; height: 100%; object-fit: cover; }
.k24-final-content { position: relative; max-width: 672px; margin: 0 auto; padding: 0 20px; text-align: center; }
.k24-final p { margin-top: 16px; opacity: 0.8; }
.k24-final-btns { margin-top: 36px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* FINAL CTA — wymuszone kolory przycisków (żeby ciemna sekcja ich nie nadpisywała) */
.k24-final-btns .k24-btn-gold {
  background: var(--whatsapp);
  color: var(--whatsapp-foreground);
  box-shadow: 0 10px 25px rgba(37,211,102,0.3);
  border: none;
}
.k24-final-btns .k24-btn-gold:hover { background: var(--whatsapp-hover); }

.k24-final-btns .k24-btn-glass {
  background: var(--gold);
  color: var(--gold-foreground);
  box-shadow: 0 10px 25px rgba(240,192,105,0.3);
  border: none;
}
.k24-final-btns .k24-btn-glass:hover { opacity: 0.9; }

/* ---------- footer ---------- */
.k24-footer { border-top: 1px solid var(--border); padding: 40px 0; background: var(--background); }
.k24-footer-inner { max-width: 1024px; margin: 0 auto; padding: 0 20px; text-align: center; font-size: 14px; color: var(--muted-foreground); }
.k24-footer-inner > * { margin-bottom: 8px; }
.k24-footer-brand { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--foreground); font-weight: 600; }

/* ---------- floating WA + sticky mobile ---------- */
.k24-fab {
  display: flex; position: fixed; right: 20px; bottom: 20px; z-index: 50;
  width: 56px; height: 56px; border-radius: 50%;
  align-items: center; justify-content: center;
  box-shadow: 0 12px 28px rgba(0,0,0,0.25); transition: transform .2s, background .2s;
  background: var(--whatsapp); color: var(--whatsapp-foreground);
}
.k24-fab:hover { transform: scale(1.05); background: var(--whatsapp-hover); }
.k24-sticky {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 40;
  gap: 8px; padding: 12px;
  background: rgba(251,250,248,0.9);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-top: 1px solid var(--border);
}
.k24-sticky a {
  flex: 1; display: inline-flex; align-items: center; justify-content: center;
  gap: 6px; border-radius: 12px; padding: 12px 0; font-size: 14px; font-weight: 600;
}

.k24-icon { width: 16px; height: 16px; }

/* =========================================================
   RESPONSYWNOŚĆ
   ========================================================= */
@media (max-width: 1024px) {
  .k24-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .k24-nav-links { display: none; }
  .k24-hero-title { font-size: 38px; }
  .k24-price-value { font-size: 44px; }
  .k24-hero { min-height: 70vh; }
  .k24-hero-content { padding: 80px 20px 48px; }
  .k24-hero-img { object-position: 60% center; }
  .k24-h2 { font-size: 30px; }
  .k24-grid-3 { grid-template-columns: 1fr; }
  .k24-grid-4 { grid-template-columns: 1fr; }
  .k24-fab { display: none; }
  .k24-sticky { display: flex; }
  .k24-section { padding: 64px 0; }
  .k24-final { padding: 64px 0; }
}
@media (max-width: 640px) {
  .k24-hero-title { font-size: 30px; }
  .k24-price-value { font-size: 36px; }
  .k24-hero { min-height: auto; }
  .k24-hero-features { font-size: 13px; }
  .k24-hero-promo { width: 100%; }
  .k24-hero-trust-badges { width: 100%; }
  .k24-hero-btns { flex-direction: column; margin-bottom: 48px; }
  .k24-hero-btns .k24-btn { width: 100%; text-align: center; }
}/* End custom CSS */