/* /meditsinskie-poly/ — лендинг полимерных покрытий BULK (Figma node 7942:2).
   Все классы с префиксом .fl-*, чтобы не пересекаться с глобальными стилями. */

.fl {
  --fl-bg: #f3f5f4;
  --fl-surface: #fff;
  --fl-ink: #030303;
  --fl-text: #3b3b3b;
  --fl-muted: #5e5e5c;
  --fl-line: #dededb;
  --fl-forest: #0f3928;
  --fl-green: #61b12c;
  --fl-green-ink: #5f9900;
  --fl-neon: #e8ff00;
  --fl-chip: #eaeeec;
  --fl-cta: linear-gradient(167deg, #6fc233 0%, #5aaa28 50%, #4a8f21 100%);
  --fl-radius: 16px;
  --fl-shadow: 0 2px 4px rgba(1, 4, 0, .05);
  --fl-font: var(--mg-ref-font-primary, 'Manrope', sans-serif);
  --fl-mono: var(--font-mono, 'DM Mono', ui-monospace, monospace);

  display: block;
  background: var(--fl-bg);
  color: var(--fl-ink);
  font-family: var(--fl-font);
}
.fl *, .fl *::before, .fl *::after { box-sizing: border-box; }
/* :where — нулевая специфичность, чтобы сброс не перебивал отступы компонентов. */
:where(.fl) :where(h1, h2, h3, p, figure, dl, dd, ol, ul) { margin: 0; }
:where(.fl) :where(ol, ul) { padding: 0; list-style: none; }
.fl img { display: block; max-width: 100%; }

.fl-wrap {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 24px;
}
.fl-section { padding-block: 50px; }
.fl-section--line { border-top: 1px solid var(--fl-line); border-bottom: 1px solid var(--fl-line); }

.fl-h2 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 800;
  letter-spacing: -.01em;
  margin-bottom: 32px;
}
.fl-h2--center { text-align: center; }

.fl-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--fl-chip);
  color: var(--fl-forest);
  font: 400 11px/1.6 var(--fl-mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* ---------- Кнопки ---------- */
.fl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 24px;
  border-radius: 10px;
  font: 700 15px/1.6 var(--fl-font);
  text-decoration: none;
  cursor: pointer;
  transition: filter .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.fl-btn--primary {
  border: 0;
  color: #fff;
  background: var(--fl-cta);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
}
.fl-btn--primary:hover { filter: brightness(1.06); color: #fff; }
.fl-btn--ghost {
  border: 1.5px solid var(--fl-line);
  background: var(--fl-surface);
  color: var(--fl-ink);
}
.fl-btn--ghost:hover { border-color: var(--fl-green); color: var(--fl-ink); }
.fl-btn:focus-visible,
.fl-room:focus-visible,
.fl-swatch:focus-visible,
.fl-faq__item summary:focus-visible { outline: 2px solid var(--fl-forest); outline-offset: 3px; }

/* ---------- Hero ---------- */
.fl-hero { padding-block: 30px 48px; }
.fl-crumbs { margin-bottom: 28px; }
.fl-crumbs .breadcrumbs { margin-bottom: 0; }
.fl-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.fl-hero__title {
  margin-top: 24px;
  font-size: clamp(30px, 3.1vw, 42px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -.01em;
}
.fl-hero__title mark {
  color: inherit;
  padding-inline: 2px;
  background: linear-gradient(to bottom, transparent 62%, var(--fl-neon) 62%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.fl-hero__lead {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--fl-text);
}
.fl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
.fl-hero__media {
  position: relative;
  aspect-ratio: 612 / 307;
  overflow: hidden;
  border: 1px solid var(--fl-line);
  border-radius: var(--fl-radius);
  background: var(--fl-surface);
}
.fl-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 60%; }
.fl-hero__media .fl-hero__logo {
  position: absolute;
  left: 3.3%;
  top: 70.8%;
  width: 19%;
  height: auto;
  object-fit: contain;
}

.fl-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  padding: 24px;
  border: 1px solid var(--fl-line);
  border-radius: var(--fl-radius);
  background: var(--fl-surface);
  box-shadow: var(--fl-shadow);
}
.fl-stats__item { padding: 10px 24px 0; }
.fl-stats__item:first-child { padding-left: 0; }
.fl-stats__item + .fl-stats__item { border-left: 1px solid var(--fl-line); }
.fl-stats dt {
  font-size: 39px;
  line-height: .8;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--fl-forest);
}
.fl-stats dd {
  margin-top: 16px;
  font: 400 11px/1.6 var(--fl-mono);
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--fl-muted);
}

/* ---------- Интро ---------- */
.fl-intro { padding-top: 24px; }
.fl-intro__title { font-size: 38px; line-height: 1.2; font-weight: 700; }
.fl-intro__lead { margin-top: 20px; font-size: 18px; line-height: 1.6; color: var(--fl-text); }
.fl-intro__media {
  position: relative;
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid var(--fl-line);
  border-radius: 22px;
  aspect-ratio: 1339 / 432;
}
.fl-intro__media img { width: 100%; height: 100%; object-fit: cover; }
.fl-tag {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(1, 4, 0, .62);
  color: #fff;
  font: 400 12px/1.6 var(--fl-mono);
}

/* ---------- Карточки «Почему полимер» ---------- */
.fl-why { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fl-card {
  padding: 24px;
  border: 1px solid var(--fl-line);
  border-radius: var(--fl-radius);
  background: var(--fl-surface);
  box-shadow: var(--fl-shadow);
}
.fl-num {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--fl-green);
  color: #fff;
  font: 500 15px/1 var(--fl-mono);
}
.fl-card h3 { margin-top: 16px; font-size: 18px; line-height: 1.6; font-weight: 700; }
.fl-card p { margin-top: 6px; font-size: 15px; line-height: 1.6; color: var(--fl-text); }

/* ---------- Таблица подбора ---------- */
.fl-table { overflow-x: auto; padding-top: 8px; }
.fl-table table { width: 100%; border-collapse: collapse; min-width: 720px; }
.fl-table thead th {
  padding: 0 0 12px;
  border-bottom: 2px solid #609900;
  text-align: left;
  font: 500 11px/1.6 var(--fl-mono);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--fl-muted);
}
.fl-table tbody th, .fl-table tbody td {
  padding: 16px 0;
  border-bottom: 1px solid var(--fl-line);
  text-align: left;
  vertical-align: middle;
}
.fl-table tbody th { width: 34%; font-size: 18px; line-height: 1.6; font-weight: 600; }
.fl-table tbody td { font-size: 15px; line-height: 1.6; color: var(--fl-ink); }
.fl-table tbody td:nth-child(2) { width: 31%; }
.fl-chip {
  display: inline-block;
  margin: 2px 6px 2px 0;
  padding: 1px 8px;
  border: 1.5px solid #d6dcd9;
  border-radius: 999px;
  background: var(--fl-chip);
  color: var(--fl-forest);
  font: 400 12px/1.6 var(--fl-mono);
  white-space: nowrap;
}
.fl-note { margin-top: 12px; font-size: 12px; line-height: 1.6; color: var(--fl-muted); }

/* ---------- Шаги заказа ---------- */
.fl-steps-section { padding-bottom: 32px; }
.fl-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.fl-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 23px 16px;
  border: 1px solid var(--fl-line);
  border-radius: 15px;
  background: var(--fl-surface);
  text-align: center;
}
.fl-step__num { font: 500 18px/1.2 var(--fl-mono); color: #7d7d7d; }
.fl-step__icon {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: var(--fl-green-ink);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fl-step b { font-size: 21px; line-height: 1.3; font-weight: 700; }
.fl-step__meta { font-size: 14px; font-weight: 700; color: var(--fl-green-ink); }
/* ЭКГ-линия как в блоке этапов на главной (hero.css, .mg-process--v7):
   светящееся окно бежит по кардиограмме за 7 с, пики стоят под центрами карточек;
   иконка и срок карточки подсвечиваются, когда окно проходит её пик. */
.fl-ecg { height: 32px; margin-top: 20px; }
.fl-ecg svg { display: block; width: 100%; height: 100%; overflow: visible; }
.fl-ecg path {
  fill: none;
  stroke: var(--fl-green-ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.fl-ecg__base { stroke-width: 1.5; opacity: .35; }
.fl-ecg__sweep {
  stroke-width: 2.5;
  filter: drop-shadow(0 0 3px #6fc233) drop-shadow(0 0 8px rgba(111, 194, 51, .6));
  stroke-dasharray: .25 1;
  stroke-dashoffset: .25;
  animation: fl-ecg-sweep 7s linear infinite;
}
@keyframes fl-ecg-sweep { from { stroke-dashoffset: .25; } to { stroke-dashoffset: -1; } }

@property --fl-pulse { syntax: '<number>'; inherits: true; initial-value: 0; }
@keyframes fl-step-pulse { 0%, 100% { --fl-pulse: 0; } 50% { --fl-pulse: 1; } }
.fl-step { animation: fl-step-pulse 7s ease-in-out infinite; }
.fl-step:nth-child(1) { animation-delay: -2.24s; }
.fl-step:nth-child(2) { animation-delay: -1.12s; }
.fl-step:nth-child(3) { animation-delay: 0s; }
.fl-step:nth-child(4) { animation-delay: -5.88s; }
.fl-step:nth-child(5) { animation-delay: -4.76s; }
.fl-step__icon {
  transform: scale(calc(1 + .14 * var(--fl-pulse)));
  filter: drop-shadow(0 0 calc(6px * var(--fl-pulse)) rgba(111, 194, 51, .7));
}
.fl-step { border-color: color-mix(in srgb, var(--fl-line) calc((1 - var(--fl-pulse)) * 100%), #6fc233); }

@media (prefers-reduced-motion: reduce) {
  .fl-step { animation: none; }
  .fl-ecg__sweep { animation: none; stroke-dasharray: none; opacity: 0; }
  .fl-ecg__base { opacity: 1; }
}

/* ---------- На объекте ---------- */
.fl-objects { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.fl-object {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--fl-line);
  border-radius: var(--fl-radius);
  aspect-ratio: 16 / 9;
}
.fl-object img { width: 100%; height: 100%; object-fit: cover; }
.fl-ral {
  position: absolute;
  top: 19px;
  right: 19px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--fl-neon);
  color: var(--fl-forest);
  font: 500 12px/1.6 var(--fl-mono);
}
.fl-object__cap {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(1, 4, 0, .6);
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
}

/* ---------- Цвет и дизайн ---------- */
.fl-color__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.fl-brandline { display: flex; align-items: center; gap: 12px; }
.fl-brandline img { width: 48px; height: auto; }
.fl-brandline span {
  font: 400 11px/1 var(--fl-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--fl-forest);
}
.fl-color__title {
  margin-top: 28px;
  font-size: clamp(30px, 3.1vw, 42px);
  line-height: 1.1;
  font-weight: 800;
  color: #091715;
}
.fl-color__lead { margin-top: 16px; font-size: 18px; line-height: 1.5; color: #575656; }
.fl-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
  color: #091715;
}
.fl-features__ico {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  border: 1px solid var(--fl-line);
  border-radius: 14px;
  background: var(--fl-surface);
}
.fl-features__ico svg,
.fl-custom__ico svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #2f7a64;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fl-picker {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 24px;
  background: var(--fl-surface);
  min-height: 342px;
}
.fl-picker__side { display: flex; flex-direction: column; gap: 12px; }
.fl-picker__label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #091715;
}
.fl-picker__side > .fl-picker__label { padding: 8px 4px 0; }
.fl-rooms { display: flex; flex-wrap: wrap; gap: 6px; }
.fl-room {
  padding: 4px 12px;
  border: 1px solid #091715;
  border-radius: 100px;
  background: transparent;
  color: #091715;
  font: 600 12px/1.4 var(--fl-font);
  cursor: pointer;
}
.fl-room.is-active { border-color: var(--fl-green-ink); background: var(--fl-green-ink); color: #fff; }
.fl-selected {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-radius: 16px;
  background: var(--fl-c);
  color: #fff;
  transition: background-color .25s ease;
}
.fl-selected .fl-picker__label { color: rgba(255, 255, 255, .85); }
.fl-selected b { display: block; font-size: 18px; font-weight: 800; }
.fl-selected span[data-fl-sel-name] { display: block; margin-top: 6px; font-size: 12px; opacity: .85; }
.fl-selected__btn {
  align-self: flex-start;
  padding: 8px 14px;
  border-radius: 100px;
  background: #fff;
  color: #091715;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.fl-picker__scene { position: relative; overflow: hidden; border-radius: 16px; }
.fl-picker__scene img,
.fl-picker__scene canvas {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 72%; /* кадр ниже — в кадре больше пола */
  transition: opacity .2s ease;
}
.fl-picker__scene [hidden] { display: none; }
.fl-picker__scene { background: #e9ebea; }
.fl-picker__scene.is-loading canvas { opacity: .5; }
.fl-picker__hint, .fl-picker__cap {
  position: absolute;
  right: 12px;
  padding: 6px 12px;
  border-radius: 100px;
  background: rgba(255, 255, 255, .9);
  color: #091715;
  font-size: 11px;
  font-weight: 600;
}
.fl-picker__hint { top: 12px; }
.fl-picker__cap { bottom: 12px; }

.fl-panel {
  margin-top: 24px;
  padding: 24px;
  border-radius: 16px;
  background: var(--fl-surface);
}
.fl-panel__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.fl-panel h3 { font-size: 18px; font-weight: 700; color: #091715; }
.fl-panel p { margin-top: 8px; font-size: 12px; line-height: 1.5; color: #575656; }
.fl-link { font-size: 12px; font-weight: 600; color: var(--fl-forest); text-decoration: none; white-space: nowrap; }
.fl-link:hover { color: var(--fl-green-ink); }
.fl-swatches {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
  margin-top: 24px;
}
.fl-swatch {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  font-family: var(--fl-font);
  color: #091715;
  cursor: pointer;
}
.fl-swatch__chip {
  position: relative;
  height: 52px;
  margin-bottom: 8px;
  border-radius: 8px;
  background: var(--fl-c);
  transition: transform .15s ease;
}
.fl-swatch:hover .fl-swatch__chip { transform: translateY(-2px); }
.fl-swatch.is-active .fl-swatch__chip { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--fl-green); }
.fl-swatch.is-active .fl-swatch__chip::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m4.5 8.2 2.3 2.3 4.7-5' fill='none' stroke='%23091715' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.fl-swatch b { font-size: 11px; font-weight: 700; }
.fl-swatch span:last-child { font-size: 10px; color: #575656; }

.fl-custom {
  display: grid;
  grid-template-columns: auto minmax(0, 1.1fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}
.fl-custom__ico {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #eaeaea;
}
.fl-custom__ico svg { stroke: #575656; }
.fl-custom__text p { margin-top: 6px; }
.fl-custom__spectrum { text-align: center; }
.fl-spectrum {
  display: block;
  height: 12px;
  border-radius: 100px;
  background: linear-gradient(90deg, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%);
}
.fl-custom__spectrum small { display: block; margin-top: 8px; font-size: 8px; color: #575656; }

/* ---------- Документы ---------- */
.fl-docs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fl-doc {
  padding: 16px 16px 20px;
  border: 1.5px solid;
  border-radius: 10px;
}
.fl-doc--ok { border-color: #609900; background: var(--fl-surface); box-shadow: inset 3px 0 0 #609900; }
.fl-doc--wait { border-color: #c99a2e; background: #fcf9f3; box-shadow: inset 3px 0 0 #c99a2e; }
.fl-doc h3 { font-size: 15px; line-height: 1.6; font-weight: 700; }
.fl-doc p { margin-top: 6px; font-size: 13px; line-height: 1.6; color: var(--fl-text); }

/* ---------- Сертификаты ---------- */
.fl-certs { padding-block: 64px; background: var(--fl-surface); }
.fl-certs__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 48px;
  text-align: center;
}
.fl-pill {
  padding: 6px 18px;
  border: 1px solid #aaa;
  border-radius: 20px;
  color: #555;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .125em;
  text-transform: uppercase;
}
.fl-certs__title { font-size: 28px; line-height: 1.6; font-weight: 800; letter-spacing: -.005em; }
.fl-certs__lead { max-width: 680px; font-size: 18px; line-height: 1.55; color: #555; }

.fl-carousel { display: flex; align-items: center; }
.fl-carousel__nav {
  flex: none;
  width: 48px;
  height: 48px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #333;
  font: 400 24px/1 var(--fl-font);
  cursor: pointer;
  transition: opacity .2s ease, border-color .2s ease;
}
.fl-carousel__nav:hover { border-color: var(--fl-green); }
.fl-carousel__nav:disabled { opacity: .35; cursor: default; }
.fl-carousel__track {
  flex: 1;
  display: flex;
  gap: 16px;
  padding: 8px 16px 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.fl-carousel__track::-webkit-scrollbar { display: none; }
.fl-cert {
  flex: 0 0 calc((100% - 4 * 16px) / 5);
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  scroll-snap-align: start;
}
.fl-cert__img {
  display: grid;
  place-items: center;
  aspect-ratio: 241 / 340;
  overflow: hidden;
  border: 2px solid #cadcf0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
a.fl-cert:hover .fl-cert__img { transform: translateY(-3px); border-color: #9fbfe0; box-shadow: 0 10px 24px rgba(0, 0, 0, .12); }
a.fl-cert:focus-visible { outline: none; }
a.fl-cert:focus-visible .fl-cert__img { outline: 2px solid var(--fl-forest); outline-offset: 3px; }
.fl-cert__img img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.fl-cert__cap { font-size: 13px; line-height: 1.4; color: var(--fl-text); }
.fl-cert__cap b { display: block; margin-bottom: 2px; font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--fl-muted); }
.fl-cert--empty .fl-cert__img { border-style: dashed; background: #f7f9fb; box-shadow: none; }
.fl-cert--empty svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: #b7c9dc;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fl-carousel__dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.fl-carousel__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d0d5d3;
  transition: background .2s ease, transform .2s ease;
}
.fl-carousel__dots span.is-current { background: var(--fl-forest); transform: scale(1.25); }

/* ---------- FAQ ---------- */
.fl-faq__title { font-size: 30px; line-height: 1.3; font-weight: 400; color: #091715; margin-bottom: 20px; }
.fl-faq {
  overflow: hidden;
  border: 1px solid #e4e5e2;
  border-radius: 12px;
  background: var(--fl-surface);
}
.fl-faq__item + .fl-faq__item { border-top: 1px solid #e4e5e2; }
.fl-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.fl-faq__item summary::-webkit-details-marker { display: none; }
.fl-faq__ico {
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ebece6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='m6.5 8.5 3.5 3.5 3.5-3.5' fill='none' stroke='%23030303' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat;
  transition: transform .2s ease;
}
.fl-faq__item[open] { background: #eff2f1; box-shadow: inset 3px 0 0 var(--fl-forest); }
.fl-faq__item[open] summary { color: var(--fl-forest); font-weight: 700; }
.fl-faq__item[open] .fl-faq__ico { transform: rotate(180deg); background-color: var(--fl-neon); }
.fl-faq__item p { padding: 0 20px 20px; font-size: 13px; line-height: 1.55; color: #444; }

/* ---------- Форма расчёта ---------- */
.fl-calc {
  padding-block: 64px;
  background: var(--fl-calc-bg) center / cover no-repeat, #d9dedc;
}
.fl-calc__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1080px;
  margin-inline: auto;
  padding: 48px;
  border: 1px solid var(--fl-line);
  border-radius: 24px;
  background: var(--fl-surface);
  box-shadow: 0 12px 16px rgba(1, 4, 0, .06);
}
.fl-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(51, 119, 110, .08);
  color: #1d5b4c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.fl-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #2f7a64; }
.fl-calc__title { margin-top: 32px; font-size: 30px; line-height: 1.3; font-weight: 700; color: #091715; }
.fl-calc__lead { margin-top: 12px; font-size: 14px; line-height: 1.55; color: #575656; }
.fl-calc__expert { display: flex; align-items: center; gap: 16px; margin-top: 32px; }
.fl-calc__expert img {
  flex: none;
  width: 162px;
  height: 162px;
  border-radius: 0 0 50% 50% / 0 0 50% 50%;
  object-fit: cover;
}
.fl-checks { display: grid; gap: 12px; font-size: 13px; line-height: 1.4; font-weight: 600; color: #091715; }
.fl-checks li { position: relative; padding-left: 22px; }
.fl-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3.5 8.5 3 3 6-7' fill='none' stroke='%232f7a64' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.fl-form { align-self: center; }
.fl-field { display: block; margin-bottom: 16px; }
.fl-field span { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 600; color: #091715; }
.fl-field input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #d2d0d0;
  border-radius: 8px;
  background: #fff;
  font: 400 16px var(--fl-font);
  color: #091715;
}
.fl-field input::placeholder { color: #8a8888; }
.fl-field input:focus { outline: none; border-color: #2f7a64; box-shadow: 0 0 0 3px rgba(47, 122, 100, .15); }
.fl-field input[aria-invalid="true"] { border-color: #c0392b; }
.fl-form__submit { margin-top: 8px; }
.fl-form__submit[disabled] { opacity: .6; cursor: progress; }
.fl-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
  font-size: 11px;
  line-height: 1.5;
  color: #575656;
  cursor: pointer;
}
.fl-consent input { flex: none; width: 20px; height: 20px; margin: 0; accent-color: #2f7a64; }
.fl-consent a { color: inherit; }
.fl-form__error { margin-top: 12px; font-size: 13px; color: #c0392b; }
.fl-form__done { padding: 24px; border-radius: 12px; background: #eff2f1; }
.fl-form__done b { font-size: 20px; color: var(--fl-forest); }
.fl-form__done p { margin-top: 8px; font-size: 14px; line-height: 1.5; color: var(--fl-text); }

/* Форма расчёта стыкуется с подвалом без белой полосы (шаблон даёт .page margin-bottom). */
.page:has(> .fl) { margin-bottom: 0; }

/* ---------- Адаптив ---------- */
@media (max-width: 1100px) {
  .fl-why { grid-template-columns: repeat(2, 1fr); }
  .fl-steps { grid-template-columns: repeat(3, 1fr); }
  .fl-ecg { display: none; }
  .fl-color__top { grid-template-columns: 1fr; }
  .fl-swatches { grid-template-columns: repeat(5, 1fr); }
  .fl-custom { grid-template-columns: auto 1fr; }
  .fl-custom__spectrum, .fl-custom .fl-btn { grid-column: 1 / -1; }
  .fl-calc__card { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 767px) {
  .fl-wrap { padding-inline: 16px; }
  .fl-section { padding-block: 36px; }
  .fl-intro { padding-top: 12px; }
  .fl-intro__media { margin-top: 24px; }
  .fl-stats { margin-top: 28px; }
  .fl-h2 { font-size: 24px; line-height: 1.3; margin-bottom: 20px; }
  .fl-hero { padding-block: 20px 24px; }
  .fl-crumbs { margin-bottom: 16px; }
  .fl-hero__grid { grid-template-columns: 1fr; gap: 24px; }
  .fl-hero__lead, .fl-intro__lead, .fl-color__lead { font-size: 16px; }
  .fl-hero__actions .fl-btn { flex: 1 1 100%; }
  .fl-stats { grid-template-columns: 1fr 1fr; gap: 20px 0; padding: 20px; }
  .fl-stats__item, .fl-stats__item:first-child { padding: 0 12px; }
  .fl-stats__item:nth-child(odd) { padding-left: 0; }
  .fl-stats__item:nth-child(3) { border-left: 0; }
  .fl-stats dt { font-size: 28px; }
  .fl-intro__title { font-size: 26px; }
  .fl-intro__media { aspect-ratio: 4 / 3; border-radius: 16px; }
  .fl-tag { left: 12px; bottom: 12px; font-size: 11px; }
  .fl-why, .fl-objects, .fl-docs { grid-template-columns: 1fr; }
  .fl-steps { grid-template-columns: 1fr 1fr; gap: 12px; }
  .fl-step b { font-size: 17px; }
  .fl-features { grid-template-columns: 1fr 1fr; }
  .fl-picker { grid-template-columns: 1fr; }
  .fl-picker__scene { aspect-ratio: 4 / 3; }
  .fl-panel__head { flex-direction: column; }
  .fl-swatches { grid-template-columns: repeat(3, 1fr); }
  .fl-faq__item summary { font-size: 15px; padding: 14px 16px; }
  .fl-faq__item p { padding: 0 16px 16px; }
  .fl-calc { padding-block: 32px; }
  .fl-certs { padding-block: 40px; }
  .fl-certs__head { padding-bottom: 24px; gap: 14px; }
  .fl-certs__title { font-size: 24px; line-height: 1.3; }
  .fl-certs__lead { font-size: 16px; }
  .fl-carousel__nav { display: none; }
  .fl-carousel__track { padding-inline: 0; }
  .fl-cert { flex-basis: 62%; min-width: 0; }
  .fl-calc__card { padding: 24px 20px; border-radius: 18px; }
  .fl-calc__title { margin-top: 20px; font-size: 24px; }
  .fl-calc__expert img { width: 110px; height: 110px; }
  .fl-form__submit { width: 100%; }
}
