.elementor-kit-6{--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-6 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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* =====================================================
   NEURORESET LANDING — GLOBAL CSS v1
   Palette:
   #030712 / #050914 / #0A1126 / #10192D / #172338
   #F7F3EE / #B5C0CB / #7F8B99
   #34D399 / #2FCBBA
===================================================== */

:root {
  --nr-bg: #030712;
  --nr-bg-2: #050914;
  --nr-section: #0A1126;
  --nr-surface: #10192D;
  --nr-surface-hover: #172338;
  --nr-border: #24334D;

  --nr-heading: #F7F3EE;
  --nr-body: #B5C0CB;
  --nr-muted: #7F8B99;

  --nr-accent: #34D399;
  --nr-accent-hover: #2FCBBA;
}

/* =========================
   GLOBAL BACKGROUND
========================= */

body {
  background: var(--nr-bg) !important;
}

/* dodaj klasę lp-dark-page na główny wrapper/sekcję strony */
.lp-dark-page {
  background:
    linear-gradient(
      180deg,
      #030712 0%,
      #040813 35%,
      #050914 55%,
      #040813 75%,
      #030712 100%
    ) !important;
}

/* =========================
   HERO BACKGROUND
========================= */

.lp-hero {
  min-height: 100vh;

  background:
    radial-gradient(
      ellipse 900px 500px at 50% 38%,
      rgba(52,211,153,.08) 0%,
      rgba(52,211,153,.035) 28%,
      rgba(10,17,38,.20) 50%,
      transparent 72%
    ),
    radial-gradient(
      ellipse 1700px 900px at 50% -15%,
      rgba(10,17,38,.36) 0%,
      transparent 75%
    ),
    linear-gradient(
      180deg,
      var(--nr-bg) 0%,
      var(--nr-bg-2) 55%,
      var(--nr-bg) 100%
    ) !important;
}

/* =========================
   HERO STRUCTURE
========================= */

.lp-hero-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.hero-topbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 28px 0 22px;
  border-bottom: 1px solid rgba(36,51,77,.65);
}

.hero-content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding-top: 96px;
  padding-bottom: 90px;
}

/* =========================
   BADGE
========================= */

.lp-badge {
  color: var(--nr-accent) !important;
  border: 1px solid rgba(52,211,153,.22) !important;
  background: rgba(52,211,153,.06) !important;
  box-shadow: 0 0 24px rgba(52,211,153,.045) !important;
  border-radius: 999px !important;
}

/* =========================
   BUTTON PRIMARY
========================= */

.lp-btn-primary,
.lp-btn-primary .elementor-widget-container,
.lp-btn-primary .elementor-button-wrapper {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.lp-btn-primary a.elementor-button,
.lp-btn-primary .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 3.5rem !important;
  height: auto !important;
  padding: 0.95rem 1.75rem !important;

  border: none !important;
  outline: none !important;
  border-radius: 999px !important;

  background: linear-gradient(
    135deg,
    var(--nr-accent) 0%,
    var(--nr-accent-hover) 100%
  ) !important;

  color: var(--nr-bg) !important;

  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.75 !important;
  text-decoration: none !important;

  box-shadow:
    0 14px 45px rgba(52,211,153,.18),
    inset 0 1px 0 rgba(255,255,255,.14) !important;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease !important;
}

.lp-btn-primary .elementor-button-content-wrapper,
.lp-btn-primary .elementor-button-text,
.lp-btn-primary .elementor-button-icon {
  background: transparent !important;
  box-shadow: none !important;
}

.lp-btn-primary .elementor-button-text {
  display: block !important;
  line-height: 1.75 !important;
  white-space: normal;
  text-align: center;
}

.lp-btn-primary a.elementor-button:hover,
.lp-btn-primary .elementor-button:hover {
  transform: translateY(-2px);

  background: linear-gradient(
    135deg,
    var(--nr-accent) 0%,
    var(--nr-accent-hover) 100%
  ) !important;

  box-shadow:
    0 22px 60px rgba(52,211,153,.24),
    inset 0 1px 0 rgba(255,255,255,.16) !important;
}

/* =========================
   HEADER BUTTON
========================= */

.lp-btn-header,
.lp-btn-header .elementor-widget-container,
.lp-btn-header .elementor-button-wrapper {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.lp-btn-header a.elementor-button,
.lp-btn-header .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 42px !important;
  min-width: 118px !important;
  padding: 0 22px !important;

  border-radius: 999px !important;
  border: 1px solid rgba(52,211,153,.24) !important;

  background: rgba(52,211,153,.055) !important;
  color: var(--nr-accent) !important;

  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;

  box-shadow:
    0 0 24px rgba(52,211,153,.045),
    inset 0 1px 0 rgba(255,255,255,.045) !important;

  transition: all .25s ease !important;
}

.lp-btn-header a.elementor-button:hover,
.lp-btn-header .elementor-button:hover {
  background: rgba(52,211,153,.10) !important;
  border-color: rgba(52,211,153,.34) !important;
  color: var(--nr-heading) !important;
  transform: translateY(-1px);
}

/* =========================
   HERO ICON LIST
========================= */

.lp-icon-list .elementor-icon-list-items {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 52px !important;
  flex-wrap: wrap !important;
}

.lp-icon-list .elementor-icon-list-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.lp-icon-list .elementor-icon-list-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;

  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;

  border-radius: 50% !important;
  background: rgba(52,211,153,.06) !important;
  border: 1px solid rgba(52,211,153,.16) !important;

  box-shadow:
    0 0 18px rgba(52,211,153,.05),
    inset 0 1px 0 rgba(255,255,255,.03) !important;
}

.lp-icon-list .elementor-icon-list-icon svg {
  width: 16px !important;
  height: 16px !important;
  display: block !important;
  fill: var(--nr-accent) !important;
}

.lp-icon-list .elementor-icon-list-icon i {
  font-size: 16px !important;
  line-height: 1 !important;
  color: var(--nr-accent) !important;
}

.lp-icon-list .elementor-icon-list-text {
  color: var(--nr-body) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* =========================
   SINGLE ICON WIDGET
========================= */

.lp-icon .elementor-icon-wrapper,
.lp-card .elementor-icon-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 58px !important;
  height: 58px !important;
  margin-inline: auto !important;

  border-radius: 50% !important;

  background: rgba(52,211,153,.08) !important;
  border: 1px solid rgba(52,211,153,.18) !important;

  box-shadow:
    0 0 24px rgba(52,211,153,.10),
    inset 0 1px 0 rgba(255,255,255,.03) !important;

  transition: all .3s ease !important;
}

.lp-icon .elementor-icon,
.lp-card .elementor-icon {
  font-size: 1.375rem !important;
  color: var(--nr-accent) !important;
}

.lp-icon .elementor-icon svg,
.lp-card .elementor-icon svg {
  width: 1.375rem !important;
  height: 1.375rem !important;
  fill: var(--nr-accent) !important;
}

/* =========================
   STANDARD CARDS
========================= */

.lp-card {
  position: relative;
  overflow: hidden;

  background: var(--nr-surface) !important;
  border: 1px solid rgba(36,51,77,.95) !important;
  border-radius: 24px !important;

  box-shadow: 0 20px 60px rgba(0,0,0,.28) !important;

  transition: all .35s cubic-bezier(.22,.61,.36,1) !important;
}

.lp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;

  background:
    radial-gradient(
      ellipse 70% 45% at 50% 0%,
      rgba(52,211,153,.08) 0%,
      transparent 65%
    ),
    linear-gradient(
      180deg,
      rgba(255,255,255,.035) 0%,
      transparent 32%
    );

  opacity: .8;
}

.lp-card > .elementor-element {
  position: relative;
  z-index: 2;
  width: 100% !important;
}

.lp-card:hover {
  border-color: rgba(52,211,153,.28) !important;

  box-shadow:
    0 20px 60px rgba(0,0,0,.34),
    0 0 30px rgba(52,211,153,.08) !important;

  transform: translateY(-5px);
}

/* =========================
   TESTIMONIAL CARDS
========================= */

.lp-testimonial-card {
  position: relative;
  overflow: hidden;

  background: var(--nr-surface) !important;
  border: 1px solid rgba(36,51,77,.9) !important;
  border-radius: 22px !important;

  transition: all .32s cubic-bezier(.22,.61,.36,1) !important;
}

.lp-testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.035) 0%,
      transparent 30%
    );
}

.lp-testimonial-card > .elementor-element {
  position: relative;
  z-index: 2;
}

.lp-testimonial-card:hover {
  border-color: rgba(52,211,153,.18) !important;

  box-shadow:
    0 20px 48px rgba(0,0,0,.32),
    0 0 22px rgba(52,211,153,.045) !important;

  transform: translateY(-3px);
}

/* =========================
   CTA CARD / FORM CARD
========================= */

.lp-cta-card {
  position: relative;
  overflow: hidden;

  background: var(--nr-surface) !important;
  border: 1px solid rgba(247,243,238,.16) !important;
  border-radius: 28px !important;

  box-shadow:
    0 28px 90px rgba(0,0,0,.38),
    0 0 60px rgba(52,211,153,.06) !important;
}

.lp-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;

  background:
    radial-gradient(
      ellipse 85% 55% at 50% 0%,
      rgba(52,211,153,.11) 0%,
      rgba(52,211,153,.055) 32%,
      transparent 70%
    ),
    linear-gradient(
      180deg,
      rgba(255,255,255,.055) 0%,
      rgba(255,255,255,.025) 28%,
      transparent 55%
    );
}

.lp-cta-card > .elementor-element {
  position: relative;
  z-index: 2;
}

/* =========================
   FORMS
========================= */

.lp-form .elementor-field-textual,
.lp-form .elementor-field-group .elementor-field {
  min-height: 3.5rem !important;

  background: rgba(16,25,45,.82) !important;
  border: 1px solid rgba(36,51,77,.9) !important;
  border-radius: 14px !important;

  color: var(--nr-heading) !important;

  transition:
    border-color .25s ease,
    box-shadow .25s ease,
    background .25s ease !important;
}

.lp-form .elementor-field::placeholder {
  color: var(--nr-muted) !important;
}

.lp-form .elementor-field-textual:focus,
.lp-form .elementor-field-group .elementor-field:focus {
  background: rgba(16,25,45,.92) !important;
  border-color: rgba(52,211,153,.35) !important;

  box-shadow:
    0 0 0 1px rgba(52,211,153,.16),
    0 0 18px rgba(52,211,153,.08) !important;

  outline: none !important;
}

.lp-form .elementor-button {
  width: 100% !important;
  min-height: 3.5rem !important;
  height: auto !important;
  padding: 0.95rem 1.5rem !important;
  line-height: 1.75 !important;

  border: none !important;
  border-radius: 999px !important;

  background:
    linear-gradient(
      135deg,
      var(--nr-accent) 0%,
      var(--nr-accent-hover) 100%
    ) !important;

  color: var(--nr-bg) !important;
  font-weight: 700 !important;

  box-shadow:
    0 14px 45px rgba(52,211,153,.16),
    inset 0 1px 0 rgba(255,255,255,.14) !important;

  transition:
    transform .25s ease,
    box-shadow .25s ease !important;
}

.lp-form .elementor-button:hover {
  transform: translateY(-2px);

  box-shadow:
    0 22px 60px rgba(52,211,153,.22),
    inset 0 1px 0 rgba(255,255,255,.16) !important;
}

/* =========================
   TEXT COLORS / UTILITIES
========================= */

.lp-heading,
.lp-heading h1,
.lp-heading h2,
.lp-heading h3 {
  color: var(--nr-heading) !important;
}

.lp-body,
.lp-body p {
  color: var(--nr-body) !important;
}

.lp-muted {
  color: var(--nr-muted) !important;
}

.lp-accent {
  color: var(--nr-accent) !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 767px) {
  .lp-hero {
    min-height: auto;
  }

  .hero-topbar {
    padding: 22px 20px 18px;
  }

  .hero-content {
    padding: 64px 20px 72px;
  }

  .lp-btn-primary a.elementor-button,
  .lp-btn-primary a.elementor-button,
  .lp-btn-primary .elementor-button {
    width: 100% !important;
    padding: 1rem 1.25rem !important;
    min-height: 3.5rem !important;
    height: auto !important;
    line-height: 1.75 !important;
  }

  .lp-btn-primary .elementor-button-text,
  .lp-form .elementor-button-text {
    line-height: 1.75 !important;
  }

  .lp-icon-list .elementor-icon-list-items {
    gap: 22px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .lp-icon-list .elementor-icon-list-item {
    width: 100%;
    justify-content: flex-start;
  }
}/* End custom CSS */