.elementor-7 .elementor-element.elementor-element-c52a55d{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-1def10f{width:100%;max-width:100%;}.elementor-7 .elementor-element.elementor-element-1def10f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-79b4ceb{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-ed205f8{width:100%;max-width:100%;}.elementor-7 .elementor-element.elementor-element-ed205f8 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-93d4015{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-8489d5e{width:100%;max-width:100%;}.elementor-7 .elementor-element.elementor-element-8489d5e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-b3de9e4{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-fb042d6{width:100%;max-width:100%;}.elementor-7 .elementor-element.elementor-element-fb042d6 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-a180fb3{width:100%;max-width:100%;}.elementor-7 .elementor-element.elementor-element-a180fb3 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-4af26c9{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1def10f */#ml-hero {
  position: relative;
  background: var(--ml-offwhite);
  overflow: hidden;
  font-family: var(--ml-font-body);
  color: var(--ml-gray);
}

#ml-hero, #ml-hero *, #ml-hero *::before, #ml-hero *::after {
  box-sizing: border-box;
}

#ml-hero .ml-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(50% 45% at 88% 10%, rgba(28,155,216,0.08), transparent 65%),
    radial-gradient(40% 35% at 8% 95%, rgba(245,184,76,0.10), transparent 65%);
  pointer-events: none;
}

#ml-hero .ml-hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--ml-container);
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1.25rem, 4vw, 3rem) clamp(2.5rem, 6vw, 4rem);
  display: grid;
grid-template-columns: 1fr 1fr;
}


/* ---------- reveal-on-scroll (reużywalne dla kolejnych sekcji) ---------- */

#ml-hero [data-ml-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

#ml-hero [data-ml-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- kolumna tekstowa ---------- */

#ml-hero .ml-eyebrow {
  display: inline-block;
  font-family: var(--ml-font-body);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ml-blue-deep);
}

#ml-hero .ml-heading {
  margin: 0.9rem 0 0;
  font-family: var(--ml-font-display);
}

#ml-hero .ml-heading__name {
  display: block;
  font-family: var(--ml-font-display);
  font-weight: 600;
  font-size: clamp(2.75rem, 3vw + 1.8rem, 4.5rem);
  line-height: 1.05;
  color: var(--ml-graphite);
  letter-spacing: -0.01em;
}

#ml-hero .ml-heading__cycle-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4ch;
  margin-top: 0.35em;
  font-family: var(--ml-font-display);
  font-weight: 500;
  font-size: clamp(1.5rem, 1.4vw + 1.1rem, 2.15rem);
  color: var(--ml-graphite);
}

#ml-hero .ml-cycle-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 0.12em;
}

#ml-hero .ml-cycle-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: var(--ml-mustard);
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(.4,0,.2,1);
}

#ml-hero .ml-cycle-wrap.is-swapping::after {
  transform: scaleX(0);
}

#ml-hero .ml-cycle {
  display: inline-block;
  color: var(--ml-blue);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

#ml-hero .ml-cycle-wrap.is-swapping .ml-cycle {
  opacity: 0;
  transform: translateY(-6px);
}

#ml-hero .ml-paragraph {
  margin: 1.6rem 0 0;
  max-width: 50ch;
  font-family: var(--ml-font-body);
  font-size: clamp(1rem, 0.3vw + 0.95rem, 1.12rem);
  line-height: 1.7;
  color: var(--ml-gray);
}

#ml-hero .ml-cta-row {
  margin-top: 2.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

#ml-hero .ml-btn {
  font-family: var(--ml-font-body);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.98rem;
  padding: 0.85rem 1.55rem;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border: 1.5px solid transparent;
  white-space: nowrap;
}

#ml-hero .ml-btn--primary {
  background: var(--ml-blue);
  color: var(--ml-white);
  box-shadow: 0 10px 22px -10px rgba(28,155,216,0.55);
}

#ml-hero .ml-btn--primary:hover {
  background: var(--ml-blue-deep);
  transform: translateY(-2px);
  box-shadow: 0 14px 26px -10px rgba(21,125,174,0.5);
}

#ml-hero .ml-btn__arrow {
  width: 15px;
  height: 15px;
  transition: transform 0.2s ease;
}

#ml-hero .ml-btn--primary:hover .ml-btn__arrow {
  transform: translateX(3px);
}

#ml-hero .ml-btn--ghost {
  background: transparent;
  color: var(--ml-graphite);
  border-color: rgba(51,51,51,0.25);
}

#ml-hero .ml-btn--ghost:hover {
  border-color: var(--ml-graphite);
  background: var(--ml-blue-tint);
}

#ml-hero .ml-btn:focus-visible {
  outline: 2px solid var(--ml-blue-deep);
  outline-offset: 3px;
}

#ml-hero .ml-credentials {
  margin: 1.5rem 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: var(--ml-gray);
}

#ml-hero .ml-credentials__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--ml-mustard);
  flex-shrink: 0;
}

/* ---------- kolumna wizualna (zdjęcie) ---------- */

#ml-hero .ml-hero__visual {
    position: relative;
    z-index: 0;
    width: 100%;
    aspect-ratio: 3 / 2;
    justify-self: stretch;
    padding-left: clamp(2rem, 4vw, 4rem);
}

#ml-hero .ml-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
}

/* ---------- wskaźnik przewijania ---------- */

#ml-hero .ml-scrollcue {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
  color: var(--ml-blue-deep);
  animation: ml-bob 2.2s ease-in-out infinite;
}

#ml-hero .ml-scrollcue svg {
  width: 22px;
  height: 22px;
}

#ml-hero .ml-scrollcue:focus-visible {
  outline: 2px solid var(--ml-blue-deep);
  outline-offset: 3px;
}

@keyframes ml-bob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(6px); }
}

/* ---------- redukcja ruchu ---------- */

@media (prefers-reduced-motion: reduce) {
  #ml-hero [data-ml-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  #ml-hero .ml-scrollcue {
    animation: none;
  }
  #ml-hero .ml-cycle,
  #ml-hero .ml-cycle-wrap::after {
    transition: none !important;
  }
}

/* ---------- responsywność ---------- */

@media (max-width: 960px) {
  #ml-hero .ml-hero__inner {
    grid-template-columns: 1fr;
    text-align: left;
  }
  #ml-hero .ml-hero__visual {
    order: -1;
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  #ml-hero .ml-heading__name { font-size: 2.4rem; }
  #ml-hero .ml-heading__cycle-row { font-size: 1.35rem; }
  #ml-hero .ml-btn { width: 100%; justify-content: center; }
  #ml-hero .ml-cta-row { flex-direction: column; align-items: stretch; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed205f8 *//*
  KANCELARIA MARTA LAMPART — style dla sekcji "Pasek zaufania"
  Gdzie wkleić: "Dodatkowy CSS", PO tokens.css, components.css i hero.css.
*/

#ml-stats {
  position: relative;
  background: var(--ml-black);
  font-family: var(--ml-font-body);
}

#ml-stats, #ml-stats *, #ml-stats *::before, #ml-stats *::after {
  box-sizing: border-box;
}

#ml-stats .ml-stats__inner {
  max-width: var(--ml-container);
  margin: 0 auto;
  padding: clamp(2.75rem, 6vw, 4rem) clamp(1.25rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#ml-stats .ml-stat {
  position: relative;
  padding: 0 clamp(1rem, 2.5vw, 1.75rem);
}

#ml-stats .ml-stat + .ml-stat {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

#ml-stats .ml-stat__accent {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background: var(--ml-mustard);
  margin-bottom: 1.1rem;
}

#ml-stats .ml-stat__number {
  margin: 0;
  font-family: var(--ml-font-display);
  font-weight: 600;
  font-size: clamp(2.25rem, 1.6vw + 1.9rem, 3rem);
  line-height: 1;
  color: var(--ml-white);
}

#ml-stats .ml-stat__label {
  margin: 0.7rem 0 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.66);
}

/* ---------- responsywność ---------- */

@media (max-width: 860px) {
  #ml-stats .ml-stats__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2.5rem;
  }
  #ml-stats .ml-stat:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }
  #ml-stats .ml-stat:nth-child(3) {
    border-left: none;
  }
}

@media (max-width: 520px) {
  #ml-stats .ml-stats__inner {
    grid-template-columns: 1fr;
    row-gap: 2.25rem;
  }
  #ml-stats .ml-stat {
    border-left: none !important;
    padding: 0;
  }
  #ml-stats .ml-stat + .ml-stat {
    padding-top: 1.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
}
.ml-stat__number {
  display: flex;

  align-items: baseline;
  gap: 2px;
}

.ml-stat__suffix {
  font-size: 0.8em;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1072325 *//* ==========================================================
   NEWSLETTER NAD STOPKĄ
   ========================================================== */

.ml-footer-newsletter {
  --ml-newsletter-white: #ffffff;
  --ml-newsletter-graphite: #333333;
  --ml-newsletter-blue: #1c9bd8;
  --ml-newsletter-blue-deep: #157dae;
  --ml-newsletter-mustard: #f5b84c;
  --ml-newsletter-border: rgba(255, 255, 255, 0.15);
  --ml-newsletter-body: var(--ml-font-body, "Inter", sans-serif);
  --ml-newsletter-display: var(--ml-font-display, "Fraunces", serif);
  --ml-newsletter-container: var(--ml-container, 1320px);

  position: relative;
  overflow: hidden;
  background: var(--ml-newsletter-graphite);
  color: var(--ml-newsletter-white);
  font-family: var(--ml-newsletter-body);
}

.ml-footer-newsletter,
.ml-footer-newsletter *,
.ml-footer-newsletter *::before,
.ml-footer-newsletter *::after {
  box-sizing: border-box;
}

.ml-footer-newsletter__decoration {
  position: absolute;
  right: -180px;
  bottom: -320px;

  width: 620px;
  height: 620px;

  border-radius: 50%;
  background: rgba(28, 155, 216, 0.14);
  pointer-events: none;
}

.ml-footer-newsletter__decoration::after {
  content: "";

  position: absolute;
  top: 40px;
  left: -150px;

  width: 260px;
  height: 260px;

  border: 1px solid rgba(245, 184, 76, 0.2);
  border-radius: 50%;
}

.ml-footer-newsletter__inner {
  position: relative;
  z-index: 1;

  width: min(100%, var(--ml-newsletter-container));
  margin: 0 auto;
  padding:
    clamp(4rem, 8vw, 7rem)
    clamp(1.25rem, 4vw, 3rem);

  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.ml-footer-newsletter__content {
  max-width: 590px;
}

.ml-footer-newsletter__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;

  color: var(--ml-newsletter-mustard);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ml-footer-newsletter__eyebrow::before {
  content: "";

  width: 34px;
  height: 2px;

  border-radius: 999px;
  background: currentColor;
}

.ml-footer-newsletter__heading {
  margin: 1.2rem 0 0;

  font-family: var(--ml-newsletter-display);
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--ml-newsletter-white);
}

.ml-footer-newsletter__heading span {
  display: block;
  margin-top: 0.4rem;

  color: rgba(255, 255, 255, 0.6);
  font-size: 0.48em;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.ml-footer-newsletter__description {
  max-width: 58ch;
  margin: 1.5rem 0 0;

  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.75;
}

.ml-footer-newsletter__benefits {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;

  margin-top: 1.8rem;
}

.ml-footer-newsletter__benefits span {
  display: flex;
  align-items: center;
  gap: 0.65rem;

  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.5;
}

.ml-footer-newsletter__benefits svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;

  padding: 3px;

  border-radius: 50%;
  background: rgba(245, 184, 76, 0.12);
  color: var(--ml-newsletter-mustard);
}

.ml-footer-newsletter__form {
  width: 100%;
  padding: clamp(1.5rem, 4vw, 2.75rem);

  border: 1px solid var(--ml-newsletter-border);
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.07);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* ==========================================================
   MAILERLITE W SEKCJI NEWSLETTERA
   ========================================================== */

.ml-footer-newsletter #mlb2-29604436,
.ml-footer-newsletter #mlb2-29604436 .ml-form-align-center,
.ml-footer-newsletter #mlb2-29604436 .ml-form-embedWrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.ml-footer-newsletter #mlb2-29604436 .ml-form-embedWrapper {
  background: transparent !important;
  box-shadow: none !important;
}

.ml-footer-newsletter #mlb2-29604436 .ml-form-embedBody,
.ml-footer-newsletter #mlb2-29604436 .ml-form-successBody {
  padding: 0 !important;
}

/* Ukrywamy drugi duży tytuł, bo sekcja ma już własny nagłówek */

.ml-footer-newsletter #mlb2-29604436 .ml-form-embedContent h4 {
  display: none !important;
}

.ml-footer-newsletter #mlb2-29604436 .ml-form-embedContent {
  margin: 0 0 1.25rem !important;
}

.ml-footer-newsletter #mlb2-29604436 .ml-form-embedContent p {
  margin: 0 !important;

  font-family: var(--ml-newsletter-body) !important;
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

.ml-footer-newsletter #mlb2-29604436 input[type="email"] {
  width: 100% !important;
  height: 58px !important;
  padding: 0 1.1rem !important;

  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 9px !important;

  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--ml-newsletter-graphite) !important;

  font-family: var(--ml-newsletter-body) !important;
  font-size: 0.96rem !important;

  box-shadow: none !important;
}

.ml-footer-newsletter #mlb2-29604436 input[type="email"]:focus {
  outline: none !important;
  border-color: var(--ml-newsletter-blue) !important;
  box-shadow: 0 0 0 3px rgba(28, 155, 216, 0.22) !important;
}

.ml-footer-newsletter #mlb2-29604436 .ml-form-checkboxRow {
  width: 100% !important;
  margin: 1rem 0 0 !important;
}

.ml-footer-newsletter #mlb2-29604436 .ml-form-checkboxRow label.checkbox {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
  width: 100% !important;
}

.ml-footer-newsletter
  #mlb2-29604436
  .ml-form-checkboxRow
  input[type="checkbox"] {
  flex: 0 0 18px !important;

  width: 18px !important;
  height: 18px !important;
  margin: 0.18rem 0 0 !important;

  float: none !important;
  accent-color: var(--ml-newsletter-blue);
}

.ml-footer-newsletter
  #mlb2-29604436
  .ml-form-checkboxRow
  .label-description {
  display: block !important;
  flex: 1 1 auto !important;

  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;

  float: none !important;
}

.ml-footer-newsletter
  #mlb2-29604436
  .ml-form-checkboxRow
  .label-description p {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;

  font-family: var(--ml-newsletter-body) !important;
  font-size: 0.76rem !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.62) !important;
}

.ml-footer-newsletter #mlb2-29604436 .label-description a {
  color: var(--ml-newsletter-white) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.ml-footer-newsletter #mlb2-29604436 .ml-form-embedSubmit {
  margin-top: 1.25rem !important;
}

.ml-footer-newsletter
  #mlb2-29604436
  .ml-form-embedSubmit
  button.primary {
  width: 100% !important;
  min-height: 56px !important;
  padding: 0.9rem 1.4rem !important;

  border: 0 !important;
  border-radius: 9px !important;

  background: var(--ml-newsletter-blue) !important;
  color: var(--ml-newsletter-white) !important;

  font-family: var(--ml-newsletter-body) !important;
  font-size: 0.94rem !important;
  font-weight: 700 !important;

  cursor: pointer !important;

  transition:
    background-color 0.2s ease,
    transform 0.2s ease !important;
}

.ml-footer-newsletter
  #mlb2-29604436
  .ml-form-embedSubmit
  button.primary:hover {
  background: var(--ml-newsletter-blue-deep) !important;
  transform: translateY(-2px);
}

.ml-footer-newsletter #mlb2-29604436 .ml-form-successContent h4 {
  margin: 0 0 1rem !important;

  font-family: var(--ml-newsletter-display) !important;
  font-size: clamp(1.7rem, 3vw, 2.4rem) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: var(--ml-newsletter-white) !important;
}

.ml-footer-newsletter #mlb2-29604436 .ml-form-successContent p {
  margin: 0.8rem 0 0 !important;

  font-family: var(--ml-newsletter-body) !important;
  font-size: 0.9rem !important;
  line-height: 1.65 !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

/* ==========================================================
   RESPONSYWNOŚĆ NEWSLETTERA
   ========================================================== */

@media (max-width: 900px) {
  .ml-footer-newsletter__inner {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .ml-footer-newsletter__content {
    max-width: 700px;
  }

  .ml-footer-newsletter__form {
    max-width: 700px;
  }
}

@media (max-width: 560px) {
  .ml-footer-newsletter__inner {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .ml-footer-newsletter__heading {
    font-size: clamp(2.4rem, 13vw, 3.7rem);
  }

  .ml-footer-newsletter__form {
    padding: 1.25rem;
    border-radius: 14px;
  }
}/* End custom CSS */