.elementor-18727 .elementor-element.elementor-element-2707254{--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;}:root{--page-title-display:none;}body.elementor-page-18727:not(.elementor-motion-effects-element-type-background), body.elementor-page-18727 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-30d3337 ) 0%, var( --e-global-color-7490642 ) 100%);}/* Start custom CSS *//* 4models homepage — scoped CSS. Wszystkie klasy są unikalne i prefiksowane: fmhome- */

.fmhome {
  --fmhome-ink: #171717;
  --fmhome-ink-soft: #303033;
  --fmhome-muted: #6c6661;
  --fmhome-paper: #f3f1ec;
  --fmhome-paper-light: #fbf8f3;
  --fmhome-paper-warm: #f8efea;
  --fmhome-white: #ffffff;
  --fmhome-rose: #c57484;
  --fmhome-rose-strong: #f9598a;
  --fmhome-gold: #b5924d;
  --fmhome-line: rgba(181, 146, 77, .34);
  --fmhome-line-soft: rgba(23, 23, 23, .11);
  --fmhome-shadow: 0 24px 70px rgba(23, 23, 23, .08);
  --fmhome-radius: 28px;
  --fmhome-radius-lg: 42px;
  --fmhome-wrap: 1180px;
  --fmhome-font-display: "Noto Serif Display", serif;
  --fmhome-font-body: "Noto Serif", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --fmhome-section-y: clamp(62px, 8vw, 110px);

  color: var(--fmhome-ink);
  background:
    radial-gradient(circle at 85% 6%, rgba(197, 116, 132, .13), transparent 22rem),
    radial-gradient(circle at 10% 30%, rgba(181, 146, 77, .10), transparent 18rem),
    var(--fmhome-paper-light);
  font-family: var(--fmhome-font-body);
  font-size: 17px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

.fmhome,
.fmhome * {
  box-sizing: border-box;
}

.fmhome img {
  display: block;
  max-width: 100%;
}

.fmhome a {
  color: inherit;
}

.fmhome ::selection {
  background: rgba(249, 89, 138, .22);
}

.fmhome-skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 999;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--fmhome-ink);
  color: var(--fmhome-white);
  text-decoration: none;
}

.fmhome-skip-link:focus {
  transform: translateY(0);
}

.fmhome-wrap {
  width: min(var(--fmhome-wrap), calc(100% - 40px));
  margin-inline: auto;
}

.fmhome-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(181, 146, 77, .22);
  background: rgba(251, 248, 243, .88);
  backdrop-filter: blur(16px);
}

.fmhome-header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.fmhome-brand {
  display: inline-flex;
  flex-direction: column;
  min-width: max-content;
  color: var(--fmhome-ink);
  line-height: 1;
  text-decoration: none;
}

.fmhome-brand-title {
  font-family: var(--fmhome-font-display);
  font-size: clamp(25px, 2.4vw, 36px);
  letter-spacing: -.05em;
}

.fmhome-brand-subtitle {
  margin-top: 6px;
  color: var(--fmhome-rose);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.fmhome-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.7vw, 24px);
  color: var(--fmhome-muted);
  font-size: 14px;
}

.fmhome-nav a {
  text-decoration: none;
}

.fmhome-nav a:hover,
.fmhome-nav a:focus {
  color: var(--fmhome-ink);
}

.fmhome-nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(23, 23, 23, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .56);
  color: var(--fmhome-ink);
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 80;
  flex: 0 0 auto;
}

.fmhome-nav-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform .22s ease, opacity .18s ease;
}

.fmhome-nav-mobile-cta {
  display: none;
}

.fmhome-section {
  position: relative;
  padding-block: var(--fmhome-section-y);
}

.fmhome-section-soft {
  background:
    linear-gradient(180deg, rgba(251, 248, 243, .96), rgba(248, 239, 234, .72)),
    var(--fmhome-paper-light);
}

.fmhome-section-warm {
  background:
    radial-gradient(circle at 12% 12%, rgba(197, 116, 132, .10), transparent 18rem),
    linear-gradient(180deg, rgba(248, 239, 234, .72), rgba(251, 248, 243, .96)),
    var(--fmhome-paper-warm);
}

.fmhome-section-dark {
  color: var(--fmhome-white);
  background:
    radial-gradient(circle at 82% 14%, rgba(249, 89, 138, .22), transparent 20rem),
    linear-gradient(135deg, #1b1b1d, #2e2528);
}

.fmhome-section-dark .fmhome-title,
.fmhome-section-dark .fmhome-card-title,
.fmhome-section-dark .fmhome-stage-title {
  color: var(--fmhome-white);
}

.fmhome-section-dark .fmhome-copy,
.fmhome-section-dark .fmhome-lead,
.fmhome-section-dark .fmhome-list-item {
  color: rgba(255,255,255,.74);
}

.fmhome-hero {
  min-height: calc(100svh - 76px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 8%, rgba(197, 116, 132, .16), transparent 23rem),
    radial-gradient(circle at 10% 80%, rgba(181, 146, 77, .13), transparent 20rem),
    linear-gradient(120deg, rgba(251, 248, 243, .97), rgba(248, 239, 234, .86)),
    var(--fmhome-paper-light);
}

.fmhome-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .78fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: center;
}

.fmhome-hero-content {
  max-width: 780px;
}

.fmhome-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  color: var(--fmhome-rose);
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.fmhome-eyebrow::after {
  content: "";
  width: clamp(48px, 8vw, 120px);
  height: 1px;
  background: var(--fmhome-gold);
}

.fmhome-eyebrow-light {
  color: var(--fmhome-white);
}

.fmhome-eyebrow-light::after {
  background: rgba(255,255,255,.54);
}

.fmhome-title,
.fmhome-card-title,
.fmhome-stage-title {
  margin: 0;
  font-family: var(--fmhome-font-display);
  font-weight: 400;
  color: var(--fmhome-ink);
  letter-spacing: -.05em;
}

.fmhome-title-xl {
  font-size: clamp(42px, 6vw, 82px);
  line-height: .9;
}

.fmhome-title-lg {
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1.03;
}

.fmhome-title-md {
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.08;
}

.fmhome-card-title {
  font-size: clamp(27px, 2.9vw, 42px);
  line-height: 1.08;
}

.fmhome-copy {
  margin: 16px 0 0;
  color: var(--fmhome-muted);
}

.fmhome-lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--fmhome-ink-soft);
  font-size: clamp(23px, 2.8vw, 28px);
  line-height: 1.28;
}

.fmhome-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.fmhome-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 25px;
  border: 1px solid var(--fmhome-ink);
  border-radius: 999px;
  background: var(--fmhome-ink);
  color: var(--fmhome-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.fmhome-btn:hover,
.fmhome-btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(23,23,23,.13);
}

.fmhome-btn-small {
  min-height: 42px;
  padding: 11px 16px;
  font-size: 13px;
}

.fmhome-btn-light {
  border-color: var(--fmhome-white);
  background: var(--fmhome-white);
  color: var(--fmhome-ink);
}

.fmhome-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--fmhome-ink);
  font-weight: 700;
  text-decoration: none;
}

.fmhome-text-link::after {
  content: "";
  width: 52px;
  height: 1px;
  background: var(--fmhome-gold);
}

.fmhome-hero-panel {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--fmhome-line);
  border-radius: var(--fmhome-radius-lg);
  background: rgba(255,255,255,.62);
  box-shadow: var(--fmhome-shadow);
}

.fmhome-label {
  margin: 0 0 12px;
  color: var(--fmhome-rose);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.fmhome-hero-stat-list,
.fmhome-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.fmhome-list-item {
  position: relative;
  margin-top: 10px;
  padding-left: 24px;
  color: var(--fmhome-muted);
}

.fmhome-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: .76em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--fmhome-rose);
  box-shadow: 0 0 0 5px rgba(249,89,138,.09);
}

.fmhome-mini-stack {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.fmhome-mini-card {
  padding: 18px 20px;
  border: 1px solid var(--fmhome-line-soft);
  border-radius: 22px;
  background: rgba(255,255,255,.70);
}

.fmhome-mini-card strong {
  display: block;
  color: var(--fmhome-ink);
  font-size: 17px;
  line-height: 1.25;
}

.fmhome-mini-card span {
  display: block;
  margin-top: 6px;
  color: var(--fmhome-muted);
  font-size: 14px;
  line-height: 1.45;
}

.fmhome-section-head {
  max-width: 900px;
  margin-bottom: clamp(28px, 5vw, 58px);
}

.fmhome-section-head-wide {
  max-width: 1020px;
}

.fmhome-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.fmhome-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fmhome-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fmhome-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--fmhome-line-soft);
  border-radius: var(--fmhome-radius);
  background: rgba(255,255,255,.68);
  box-shadow: 0 14px 38px rgba(23,23,23,.04);
}

.fmhome-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin-bottom: 22px;
  background: var(--fmhome-gold);
}

.fmhome-card-accent::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 88% 8%, rgba(197, 116, 132, .12), transparent 17rem);
}

.fmhome-card > * {
  position: relative;
  z-index: 1;
}

.fmhome-product-card {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--fmhome-line-soft);
  border-radius: var(--fmhome-radius-lg);
  background: rgba(255, 255, 255, .70);
  box-shadow: 0 18px 48px rgba(23, 23, 23, .055);
}

.fmhome-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 88% 8%, rgba(197, 116, 132, .14), transparent 18rem);
}

.fmhome-product-card-gold::before {
  background: radial-gradient(circle at 88% 8%, rgba(181, 146, 77, .18), transparent 18rem);
}

.fmhome-product-card > * {
  position: relative;
  z-index: 1;
}

.fmhome-product-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 26px;
  color: var(--fmhome-muted);
  font-size: 13px;
  line-height: 1.35;
}

.fmhome-product-pill,
.fmhome-product-age {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid var(--fmhome-line-soft);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
}

.fmhome-product-age {
  color: var(--fmhome-rose);
  font-weight: 700;
}

.fmhome-product-title {
  margin: 0;
  font-family: var(--fmhome-font-display);
  font-size: clamp(38px, 5vw, 68px);
  line-height: .95;
  font-weight: 400;
  letter-spacing: -.05em;
  color: var(--fmhome-ink);
}

.fmhome-product-subtitle {
  margin: 18px 0 0;
  color: var(--fmhome-ink-soft);
  font-size: clamp(21px, 2.4vw, 30px);
  line-height: 1.24;
}

.fmhome-product-actions {
  margin-top: auto;
  padding-top: 34px;
}

.fmhome-choice-card {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--fmhome-line-soft);
  border-radius: var(--fmhome-radius-lg);
  background: rgba(255,255,255,.66);
  box-shadow: 0 18px 46px rgba(23,23,23,.045);
}

.fmhome-choice-card .fmhome-label {
  color: var(--fmhome-ink);
  font-size: 15px;
}

.fmhome-help-panel {
  margin-top: 24px;
  max-width: 980px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--fmhome-line-soft);
  border-radius: var(--fmhome-radius);
  background: rgba(251,248,243,.72);
}

.fmhome-help-panel .fmhome-btn {
  margin-top: 22px;
}

.fmhome-split {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(300px, .76fr);
  gap: clamp(30px, 5vw, 66px);
  align-items: center;
}

.fmhome-soft-panel {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--fmhome-line);
  border-radius: var(--fmhome-radius-lg);
  background: rgba(255,255,255,.58);
  box-shadow: 0 22px 60px rgba(23,23,23,.045);
}

.fmhome-quote {
  margin: 0;
  color: var(--fmhome-ink-soft);
  font-family: var(--fmhome-font-display);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -.05em;
}

.fmhome-steps {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.fmhome-stage-card {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 22px 60px rgba(0,0,0,.16);
}

.fmhome-stage-meta {
  margin: 0 0 10px;
  color: var(--fmhome-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.fmhome-stage-title {
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.1;
}

.fmhome-stage-note {
  display: inline-flex;
  margin-top: 16px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fmhome-article-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--fmhome-line-soft);
  border-radius: var(--fmhome-radius);
  background: rgba(255,255,255,.70);
  box-shadow: 0 14px 38px rgba(23,23,23,.04);
  text-decoration: none;
}

.fmhome-article-card:hover,
.fmhome-article-card:focus {
  transform: translateY(-1px);
  box-shadow: 0 22px 48px rgba(23,23,23,.07);
}

.fmhome-article-kicker {
  margin: 0 0 14px;
  color: var(--fmhome-rose);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.fmhome-article-title {
  margin: 0;
  color: var(--fmhome-ink);
  font-family: var(--fmhome-font-display);
  font-size: clamp(25px, 2.7vw, 36px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -.045em;
}

.fmhome-article-copy {
  margin: 14px 0 0;
  color: var(--fmhome-muted);
  font-size: 15px;
  line-height: 1.6;
}

.fmhome-faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fmhome-faq-item {
  padding: 26px 28px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
}

.fmhome-faq-question {
  margin: 0 0 8px;
  color: var(--fmhome-ink);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.fmhome-faq-answer {
  margin: 0;
  color: var(--fmhome-muted);
  font-size: 15px;
  line-height: 1.55;
}

.fmhome-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 42px;
  align-items: start;
}

.fmhome-contact-card {
  padding: 30px;
  border: 1px solid rgba(42,36,31,.12);
  border-radius: 24px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 18px 46px rgba(31,24,18,.06);
}

.fmhome-contact-links {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.fmhome-contact-links a {
  width: fit-content;
  color: var(--fmhome-ink);
  font-size: 17px;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px solid rgba(42,36,31,.24);
}

.fmhome-contact-links a:hover,
.fmhome-contact-links a:focus {
  border-bottom-color: currentColor;
}

.fmhome-small-note {
  margin: 0;
  color: var(--fmhome-muted);
  font-size: 14px;
  line-height: 1.6;
}

.fmhome-footer {
  padding-block: 34px;
  border-top: 1px solid var(--fmhome-line-soft);
  background: rgba(255,255,255,.60);
  font-size: 13px;
  line-height: 1.55;
}

.fmhome-footer-inner {
  display: grid;
  gap: 8px;
}

.fmhome-footer-copy {
  margin: 0;
  color: var(--fmhome-muted);
}

@media (max-width: 1080px) {
  .fmhome-faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fmhome-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1020px) {
  .fmhome-hero {
    min-height: auto;
  }

  .fmhome-hero-grid,
  .fmhome-grid-2,
  .fmhome-grid-3,
  .fmhome-split,
  .fmhome-contact-grid {
    grid-template-columns: 1fr;
  }

  .fmhome-product-card {
    min-height: auto;
  }

  .fmhome-header-inner {
    position: relative;
  }

  .fmhome-header-cta {
    display: none;
  }

  .fmhome-nav-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .fmhome-nav {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    z-index: 70;
    width: 100%;
    padding: 16px;
    border: 1px solid rgba(181,146,77,.24);
    border-radius: 24px;
    background: rgba(251,248,243,.98);
    box-shadow: 0 24px 70px rgba(23,23,23,.14);
    backdrop-filter: blur(18px);
  }

  .fmhome-nav.fmhome-nav-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 4px;
  }

  .fmhome-nav a {
    display: block;
    width: 100%;
    padding: 13px 14px;
    border-radius: 16px;
    color: var(--fmhome-ink);
    font-size: 15px;
    line-height: 1.25;
    text-decoration: none;
  }

  .fmhome-nav a:hover,
  .fmhome-nav a:focus {
    background: rgba(181,146,77,.10);
    color: var(--fmhome-ink);
  }

  .fmhome-nav-mobile-cta {
    display: block;
    margin-top: 8px;
    padding: 15px 18px !important;
    border-radius: 999px !important;
    background: var(--fmhome-ink);
    color: var(--fmhome-white) !important;
    font-weight: 700;
    text-align: center;
  }

  .fmhome-nav-toggle.fmhome-nav-toggle-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .fmhome-nav-toggle.fmhome-nav-toggle-open span:nth-child(2) {
    opacity: 0;
  }

  .fmhome-nav-toggle.fmhome-nav-toggle-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media (max-width: 680px) {
  .fmhome-faq-list,
  .fmhome-grid-4 {
    grid-template-columns: 1fr;
  }

  .fmhome-faq-item {
    padding: 22px 20px;
  }

  .fmhome-faq-question {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .fmhome {
    font-size: 16px;
    line-height: 1.62;
  }

  .fmhome-wrap {
    width: min(var(--fmhome-wrap), calc(100% - 28px));
  }

  .fmhome-header-inner {
    min-height: 68px;
    gap: 12px;
  }

  .fmhome-brand-title {
    font-size: 27px;
  }

  .fmhome-brand-subtitle {
    font-size: 10px;
  }

  .fmhome-section {
    padding-block: clamp(48px, 12vw, 76px);
  }

  .fmhome-eyebrow {
    gap: 10px;
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: .12em;
  }

  .fmhome-eyebrow::after {
    width: 52px;
  }

  .fmhome-title-xl {
    font-size: clamp(50px, 15vw, 78px);
  }

  .fmhome-title-lg {
    font-size: clamp(38px, 11vw, 54px);
  }

  .fmhome-lead {
    font-size: 22px;
  }

  .fmhome-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .fmhome-btn {
    width: 100%;
  }

  .fmhome-text-link {
    justify-content: center;
  }

  .fmhome-hero-panel,
  .fmhome-product-card,
  .fmhome-choice-card,
  .fmhome-soft-panel,
  .fmhome-help-panel,
  .fmhome-card,
  .fmhome-contact-card,
  .fmhome-stage-card {
    border-radius: 24px;
  }

  .fmhome-product-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .fmhome-nav {
    top: calc(100% + 8px);
    padding: 14px;
    border-radius: 22px;
  }

  .fmhome-nav a {
    padding: 12px 13px;
    font-size: 15px;
  }

  .fmhome-nav-toggle {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 560px) {
  .fmhome-contact-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .fmhome-contact-links a {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fmhome,
  .fmhome *,
  .fmhome *::before,
  .fmhome *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* FIX: przyciski 4models w Elementorze */
.fmhome .fmhome-btn,
.fmhome .fmhome-btn:visited,
.fmhome .fmhome-btn:hover,
.fmhome .fmhome-btn:focus,
.fmhome .fmhome-btn .elementor-button,
.fmhome .fmhome-btn .elementor-button:visited,
.fmhome .fmhome-btn .elementor-button:hover,
.fmhome .fmhome-btn .elementor-button:focus {
  background: var(--fmhome-ink, #171717) !important;
  border-color: var(--fmhome-ink, #171717) !important;
  color: var(--fmhome-white, #ffffff) !important;
  text-decoration: none !important;
}

.fmhome .fmhome-btn *,
.fmhome .fmhome-btn .elementor-button *,
.fmhome .fmhome-btn .elementor-button-text,
.fmhome .fmhome-btn .elementor-button-icon {
  color: var(--fmhome-white, #ffffff) !important;
  fill: var(--fmhome-white, #ffffff) !important;
}
/* FIX: jasny przycisk */
.fmhome .fmhome-btn-light,
.fmhome .fmhome-btn-light:visited,
.fmhome .fmhome-btn-light:hover,
.fmhome .fmhome-btn-light:focus,
.fmhome .fmhome-btn-light .elementor-button,
.fmhome .fmhome-btn-light .elementor-button:visited,
.fmhome .fmhome-btn-light .elementor-button:hover,
.fmhome .fmhome-btn-light .elementor-button:focus {
  background: var(--fmhome-white, #ffffff) !important;
  border-color: var(--fmhome-white, #ffffff) !important;
  color: var(--fmhome-ink, #171717) !important;
}

.fmhome .fmhome-btn-light *,
.fmhome .fmhome-btn-light .elementor-button *,
.fmhome .fmhome-btn-light .elementor-button-text,
.fmhome .fmhome-btn-light .elementor-button-icon {
  color: var(--fmhome-ink, #171717) !important;
  fill: var(--fmhome-ink, #171717) !important;
}/* End custom CSS */