.elementor-kit-94{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-94 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========== PREMIUM BADGE (gold accent) ========== */
.premium-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid #C9A24D;
  color: #C9A24D;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  background: rgba(201, 162, 77, 0.08);
}

/* mała "kropka" złota w badge */
.premium-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C9A24D;
  display: inline-block;
}

/* ========== PREMIUM BOX ACCENT (subtle border + hover) ========== */
.premium-box {
  border: 1px solid rgba(201, 162, 77, 0.35);
  border-radius: 16px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.premium-box:hover {
  transform: translateY(-2px);
  border-color: #C9A24D;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

/* ========== PREMIUM BUTTON (outline -> filled on hover) ========== */
.premium-btn a,
a.premium-btn,
.premium-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid #C9A24D;
  color: #C9A24D !important;
  background: transparent;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.premium-btn a:hover,
a.premium-btn:hover,
.premium-btn:hover {
  background: #C9A24D;
  color: #111 !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(201, 162, 77, 0.25);
}/* End custom CSS */