:root {
  --listovki-brand: #0e6b5e;
  --listovki-brand-deep: #0a4f45;
  --listovki-soft: #e2efec;
  --listovki-text: #15252a;
  --listovki-secondary: #46555b;
  --listovki-line: #e5e7e2;
  --listovki-warm: #fbf5ea;
}


.listovki-container {
  width: 100%;
  max-width: 1460px;
  margin-inline: auto;
  padding-inline: 32px;
}

.hero--listovki {
  overflow: hidden;
  padding: 26px 0 74px;
  background: #ffffff;
}

.hero--listovki .hero__grid {
  display: grid;
  grid-template-columns: minmax(410px, 0.9fr) minmax(600px, 1.1fr);
  align-items: center;
  gap: 24px;
}

.hero--listovki .hero__left {
  min-width: 0;
  padding: 32px 0 28px;
}

.listovki-eyebrow {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 9px;
  margin: 0 0 24px;
  color: var(--listovki-brand);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.listovki-eyebrow > span {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--listovki-brand);
}

.hero--listovki h1 {
  max-width: 640px;
  margin: 0 0 22px;
  color: #0c1215;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.hero--listovki h1 .hero__title-line {
  display: block;
  white-space: nowrap;
}

.hero--listovki .hero__intro {
  max-width: 570px;
  margin: 0 0 42px;
  color: var(--listovki-secondary);
  font-size: 17px;
  line-height: 1.55;
}

.hero--listovki .hero__benefits {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero--listovki .hero__benefits li {
  display: grid;
  width: min(100%, 390px);
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--listovki-line);
}

.hero--listovki .hero__benefits li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.hero--listovki .hero__benefits img {
  display: block;
  width: 52px;
  height: 52px;
}

.hero--listovki .hero__benefits span {
  display: grid;
  gap: 3px;
}

.hero--listovki .hero__benefits strong {
  color: var(--listovki-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.hero--listovki .hero__benefits small {
  color: var(--listovki-secondary);
  font-size: 13px;
  line-height: 1.4;
}

.hero--listovki .hero__stage {
  position: relative;
  min-width: 0;
  min-height: 696px;
  padding: 0 0 0 34px;
}

.hero--listovki .hero__stage::before {
  position: absolute;
  inset: 0 0 0 12%;
  border-radius: 24px 0 0 24px;
  background: var(--listovki-warm);
  content: "";
}

.hero--listovki .hero__photo {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: calc(100% - 300px);
  min-width: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #d8dedb;
}

.hero--listovki .hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 50%;
}

.hero--listovki .listovki-lead-card {
  top: 8px;
  right: 8px;
  bottom: auto;
  width: 448px;
  max-height: none;
  padding: 24px 26px 20px;
  border: 1px solid rgba(21, 37, 42, 0.05);
  border-radius: 24px;
}

.hero--listovki .lead-card__title {
  margin-bottom: 14px;
  font-size: 21px;
}

.hero--listovki .lead-form {
  gap: 10px;
}

.hero--listovki .field__label,
.hero--listovki .contact-method__title,
.hero--listovki .form-choice legend,
.hero--listovki .file-field__title {
  color: var(--listovki-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.hero--listovki .field__label span,
.hero--listovki .contact-method__title span,
.hero--listovki .form-choice legend span,
.hero--listovki .file-field__title span {
  color: var(--listovki-secondary);
}

.form-choice {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  border: 0;
}

.form-choice__grid {
  display: grid;
  gap: 5px 14px;
}

.form-choice__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-choice__grid--print {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-choice label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.form-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.form-choice label > span {
  display: flex;
  min-height: 22px;
  align-items: center;
  gap: 7px;
  color: var(--listovki-text);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.form-choice label > span::before {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border: 1px solid #aeb8b4;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.form-choice input:checked + span::before {
  border-color: var(--listovki-brand);
  background: var(--listovki-brand);
}

.form-choice input:focus-visible + span::before {
  box-shadow: 0 0 0 4px var(--listovki-soft);
}

.hero--listovki .field {
  gap: 6px;
}

.hero--listovki .field__input {
  height: 40px;
  border-radius: 8px;
  font-size: 13px;
}

.hero--listovki .contact-method {
  gap: 3px;
}

.hero--listovki .contact-method__grid {
  gap: 4px 26px;
}

.hero--listovki .contact-option__label {
  min-height: 20px;
  font-size: 11px;
}

.file-field {
  display: grid;
  gap: 6px;
}

.file-field__control {
  display: grid;
  min-height: 40px;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px dashed rgba(14, 107, 94, 0.45);
  border-radius: 8px;
  color: var(--listovki-secondary);
  font-size: 11px;
  line-height: 1.35;
  cursor: pointer;
}

.file-field__control input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.file-field__control svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--listovki-brand);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.file-field__control:focus-within {
  border-color: var(--listovki-brand);
  box-shadow: 0 0 0 4px var(--listovki-soft);
}

.hero--listovki .consent-toggle {
  gap: 9px;
  margin: 2px 0 0;
  font-size: 10px;
  line-height: 1.3;
}

.hero--listovki .consent-toggle__switch {
  width: 34px;
  height: 20px;
  flex-basis: 34px;
}

.hero--listovki .consent-toggle__switch::before {
  width: 14px;
  height: 14px;
}

.hero--listovki .consent-toggle input:checked + .consent-toggle__switch::before {
  transform: translateX(14px);
}

.hero--listovki .lead-card__submit {
  height: 42px;
  border-radius: 8px;
  font-size: 13px;
}

.hero--listovki .lead-card__safe {
  justify-content: center;
  margin-top: 0;
  font-size: 10px;
}

.hero--listovki + .footer {
  margin-top: 0;
}

.content-container {
  width: 100%;
  max-width: 1248px;
  margin-inline: auto;
  padding-inline: 24px;
}

.tasks-section {
  padding: 82px 0 86px;
  background: #f8f9f7;
}

.section-heading {
  max-width: 790px;
  margin: 0 0 38px;
}

.section-eyebrow {
  margin: 0 0 14px;
  color: var(--listovki-brand);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.section-heading h2 {
  margin: 0 0 14px;
  color: var(--listovki-text);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.section-heading > p:last-child {
  margin: 0;
  color: var(--listovki-secondary);
  font-size: 16px;
  line-height: 1.55;
}

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

.task-card {
  display: grid;
  min-width: 0;
  min-height: 226px;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  column-gap: 16px;
  row-gap: 18px;
  padding: 24px 22px 18px;
  border: 1px solid #dfe3de;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 30px -26px rgba(21, 37, 42, 0.45);
}

.task-card > img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.task-card__body {
  min-width: 0;
}

.task-card h3 {
  margin: 2px 0 8px;
  color: var(--listovki-text);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.task-card__body p {
  margin: 0;
  color: var(--listovki-secondary);
  font-size: 13px;
  line-height: 1.42;
}

.tag-list {
  display: flex;
  min-width: 0;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 6px;
  align-self: end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag-list li {
  min-height: 24px;
  padding: 4px 9px;
  border: 1px solid rgba(14, 107, 94, 0.72);
  border-radius: 999px;
  color: var(--listovki-text);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.primary-action {
  display: inline-flex;
  min-width: 232px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--listovki-brand);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 150ms ease, transform 150ms ease;
}

.primary-action:hover,
.primary-action:focus-visible {
  background: var(--listovki-brand-deep);
  transform: translateY(-1px);
}

.formats-section {
  padding: 78px 0 82px;
  background: #f3f5f2;
}

.section-heading--wide {
  max-width: 920px;
  margin-bottom: 28px;
}

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

.format-card {
  display: grid;
  min-width: 0;
  min-height: 182px;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 16px 18px;
  padding: 24px 22px 18px;
  border: 1px solid #dfe3de;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 30px -26px rgba(21, 37, 42, 0.42);
}

.format-card > img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.format-card h3,
.paper-card h4,
.choice-callout h3 {
  margin: 0;
  color: var(--listovki-text);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.format-card h3 {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.25;
}

.format-card div > p,
.paper-card p {
  margin: 0;
  color: var(--listovki-secondary);
  font-size: 12px;
  line-height: 1.4;
}

.format-card__fit {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--listovki-secondary);
  font-size: 10px;
  line-height: 1.45;
}

.format-card__fit strong {
  color: var(--listovki-brand);
  font-weight: 700;
}

.parameter-groups {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(210px, 1fr) minmax(235px, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.parameter-group,
.parameter-panel {
  min-width: 0;
}

.parameter-group__title {
  margin: 0 0 8px;
  color: var(--listovki-brand);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.paper-grid {
  display: grid;
  height: calc(100% - 23px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.paper-card,
.parameter-panel {
  display: grid;
  min-width: 0;
  grid-template-columns: 46px minmax(0, 1fr);
  align-content: start;
  gap: 12px;
  padding: 18px 16px;
  border: 1px solid #dfe3de;
  border-radius: 8px;
  background: #ffffff;
}

.paper-card > img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.paper-card h4 {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.25;
}

.parameter-panel {
  display: block;
  height: calc(100% - 23px);
  margin-top: 23px;
}

.parameter-panel .parameter-group__title {
  margin-bottom: 12px;
}

.print-list,
.preflight-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.print-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  color: var(--listovki-secondary);
  font-size: 10px;
  line-height: 1.35;
}

.print-list img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.print-list__digital {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1.5px solid var(--listovki-brand);
  color: var(--listovki-brand);
  font-size: 12px;
  font-weight: 800;
}

.preflight-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
}

.preflight-list li {
  position: relative;
  min-width: 0;
  padding-left: 19px;
  color: var(--listovki-secondary);
  font-size: 9px;
  line-height: 1.35;
}

.preflight-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid var(--listovki-brand);
  border-radius: 50%;
  color: var(--listovki-brand);
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  content: "✓";
}

.choice-callout {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  padding: 16px 20px;
  border: 1px solid #ead9ba;
  border-radius: 8px;
  background: #fbf6ed;
}

.choice-callout__mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1.5px solid var(--listovki-brand);
  border-radius: 50%;
  color: var(--listovki-brand);
  font-size: 20px;
  font-weight: 800;
}

.choice-callout h3 {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.25;
}

.choice-callout p {
  margin: 0;
  color: var(--listovki-secondary);
  font-size: 11px;
  line-height: 1.45;
}

.choice-callout .primary-action {
  min-width: 170px;
}

.checks-section {
  padding: 80px 0 76px;
  background: #f7f1e7;
}

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

.check-card {
  display: grid;
  min-width: 0;
  min-height: 208px;
  grid-template-columns: 52px minmax(0, 1fr);
  align-content: start;
  gap: 16px;
  padding: 28px 24px;
  border: 1px solid #e1dfd8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 30px -26px rgba(50, 43, 33, 0.45);
}

.check-card > img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.check-card h3 {
  margin: 2px 0 9px;
  color: var(--listovki-text);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.check-card p {
  margin: 0;
  color: var(--listovki-secondary);
  font-size: 13px;
  line-height: 1.45;
}

.checks-link-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.text-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 4px;
  border-bottom: 1px dashed currentColor;
  color: var(--listovki-brand);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.text-arrow-link span {
  border-bottom: 0;
  font-size: 25px;
  line-height: 0.8;
  transition: transform 150ms ease;
}

.text-arrow-link:hover span,
.text-arrow-link:focus-visible span {
  transform: translateX(4px);
}

.process-section {
  padding: 80px 0 84px;
  background: #ffffff;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.process-step {
  position: relative;
  display: grid;
  min-width: 0;
  justify-items: center;
  align-content: start;
  text-align: center;
}

.process-step:not(:last-child)::after {
  position: absolute;
  top: 54px;
  left: calc(50% + 30px);
  width: calc(100% - 44px);
  height: 14px;
  background: url("./assets/process/process-connector.svg") center / 100% 14px no-repeat;
  content: "";
}

.process-step__number {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1.5px solid var(--listovki-brand);
  border-radius: 50%;
  color: var(--listovki-brand);
  background: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.process-step__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin: 12px 0 14px;
}

.process-step__icon img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.process-step h3 {
  min-height: 42px;
  margin: 0 0 8px;
  color: var(--listovki-text);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.process-step p {
  margin: 0;
  color: var(--listovki-secondary);
  font-size: 11px;
  line-height: 1.45;
}

.urgent-callout {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 54px;
  padding: 22px 26px;
  border: 1px solid #ead9ba;
  border-radius: 8px;
  background: #fbf6ed;
}

.urgent-callout > img {
  display: block;
  width: 70px;
  height: 70px;
}

.urgent-callout h3 {
  margin: 0 0 7px;
  color: var(--listovki-text);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.urgent-callout p {
  max-width: 720px;
  margin: 0;
  color: var(--listovki-secondary);
  font-size: 13px;
  line-height: 1.45;
}

.urgent-callout .primary-action {
  min-width: 252px;
}

.examples-section {
  padding: 80px 0 82px;
  background: #f8f9f7;
}

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

.example-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe3de;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 32px -28px rgba(21, 37, 42, 0.45);
}

.example-card__photo {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.example-card__body {
  padding: 16px 20px 22px;
}

.example-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 13px;
  color: var(--listovki-text);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.example-card h3 span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--listovki-brand);
  font-size: 11px;
}

.example-card__body > p {
  min-height: 43px;
  margin: 0 0 14px;
  color: var(--listovki-secondary);
  font-size: 13px;
  line-height: 1.45;
}

.example-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--listovki-line);
  list-style: none;
}

.example-card li {
  position: relative;
  padding-left: 23px;
  color: var(--listovki-text);
  font-size: 11px;
  line-height: 1.35;
}

.example-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("./assets/examples/example-check.svg") center / contain no-repeat;
  content: "";
}

.examples-request {
  display: grid;
  grid-template-columns: minmax(310px, 0.9fr) minmax(0, 1.35fr);
  align-items: center;
  gap: 28px;
  margin-top: 18px;
  padding: 16px 20px;
  border: 1px solid #ead9ba;
  border-radius: 8px;
  background: #fbf6ed;
}

.examples-request__copy {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.examples-request__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1.5px solid var(--listovki-brand);
  border-radius: 50%;
  color: var(--listovki-brand);
  font-size: 23px;
  line-height: 1;
}

.examples-request h3 {
  margin: 0 0 4px;
  color: var(--listovki-text);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.examples-request__copy p {
  margin: 0;
  color: var(--listovki-secondary);
  font-size: 11px;
  line-height: 1.4;
}

.examples-form {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(180px, 1fr) minmax(210px, auto) auto;
  align-items: end;
  gap: 8px 18px;
}

.visually-labeled-field {
  display: grid;
  min-width: 0;
  gap: 5px;
  color: var(--listovki-text);
  font-size: 10px;
  font-weight: 700;
}

.visually-labeled-field input {
  width: 100%;
  height: 42px;
  min-width: 0;
  padding: 0 12px;
  border: 1px solid var(--listovki-line);
  border-radius: 8px;
  color: var(--listovki-text);
  background: #ffffff;
  font: 400 13px/1.2 "Inter", Arial, sans-serif;
}

.visually-labeled-field input:focus {
  border-color: var(--listovki-brand);
  outline: none;
  box-shadow: 0 0 0 4px var(--listovki-soft);
}

.examples-form__method {
  align-self: center;
}

.examples-form .primary-action {
  min-width: 170px;
  min-height: 42px;
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.examples-form .primary-action:disabled {
  background: #c5ccc9;
  cursor: not-allowed;
  transform: none;
}

.compact-consent {
  display: flex;
  grid-column: 1 / 3;
  align-items: center;
  gap: 7px;
  color: var(--listovki-secondary);
  font-size: 9px;
  line-height: 1.3;
  cursor: pointer;
}

.compact-consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.compact-consent > span:first-of-type {
  display: grid;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  place-items: center;
  border: 1px solid #9da9a4;
  background: #ffffff;
}

.compact-consent input:checked + span:first-of-type {
  border-color: var(--listovki-brand);
  color: #ffffff;
  background: var(--listovki-brand);
}

.compact-consent input:checked + span:first-of-type::before {
  color: #ffffff;
  font-size: 10px;
  content: "✓";
}

.compact-consent a {
  color: var(--listovki-brand);
}

.examples-form .form-status {
  grid-column: 3;
  font-size: 9px;
}

.quote-section {
  padding: 80px 0 86px;
  background: #f3f5f2;
}

.quote-container {
  width: 100%;
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: 24px;
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(430px, 1fr) minmax(150px, 0.34fr) minmax(430px, 1fr);
  align-items: start;
  gap: 18px;
}

.quote-form,
.contact-card {
  min-width: 0;
  padding: 22px 20px;
  border: 1px solid #dfe3de;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px -30px rgba(21, 37, 42, 0.5);
}

.quote-form {
  display: grid;
  gap: 10px;
}

.quote-form > h3,
.contact-card > h3 {
  margin: 0 0 2px;
  color: var(--listovki-text);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}

.quote-choice {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
}

.quote-choice legend,
.quote-field > span,
.quote-contact-method .contact-method__title {
  color: var(--listovki-text);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

.quote-choice legend span,
.quote-field > span b,
.quote-contact-method .contact-method__title span {
  color: var(--listovki-secondary);
}

.quote-choice__options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.quote-choice label {
  position: relative;
  cursor: pointer;
}

.quote-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.quote-choice label > span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #d7ddd9;
  border-radius: 999px;
  color: var(--listovki-text);
  background: #ffffff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.quote-choice label > span::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border: 1px solid #aeb8b4;
  border-radius: 50%;
  background: #ffffff;
  content: "";
}

.quote-choice input:checked + span {
  border-color: var(--listovki-brand);
  color: var(--listovki-brand-deep);
  background: var(--listovki-soft);
}

.quote-choice input:checked + span::before {
  border-color: var(--listovki-brand);
  background: var(--listovki-brand);
}

.quote-choice input:focus-visible + span {
  box-shadow: 0 0 0 4px var(--listovki-soft);
}

.quote-field {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.quote-field input,
.quote-field textarea {
  width: 100%;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid var(--listovki-line);
  border-radius: 8px;
  color: var(--listovki-text);
  background: #ffffff;
  font: 400 12px/1.4 "Inter", Arial, sans-serif;
  resize: vertical;
}

.quote-field input {
  height: 42px;
}

.quote-field textarea {
  min-height: 68px;
  max-height: 150px;
}

.quote-field input:focus,
.quote-field textarea:focus {
  border-color: var(--listovki-brand);
  outline: none;
  box-shadow: 0 0 0 4px var(--listovki-soft);
}

.quote-contact-method {
  gap: 4px;
}

.quote-contact-method .contact-method__grid {
  gap: 4px 32px;
}

.quote-file .file-field__control {
  min-height: 42px;
}

.quote-file .file-field__control > img {
  width: 20px;
  height: 20px;
}

.quote-consent {
  gap: 9px;
  margin: 2px 0 0;
  font-size: 10px;
}

.quote-consent .consent-toggle__switch {
  width: 36px;
  height: 20px;
  flex-basis: 36px;
}

.quote-consent .consent-toggle__switch::before {
  width: 14px;
  height: 14px;
}

.quote-consent input:checked + .consent-toggle__switch::before {
  transform: translateX(16px);
}

.quote-submit {
  width: 100%;
  min-height: 46px;
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.quote-submit:disabled {
  background: #c5ccc9;
  cursor: not-allowed;
  transform: none;
}

.quote-benefits {
  display: grid;
  align-self: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quote-benefits li {
  position: relative;
  padding: 22px 0 22px 32px;
  border-bottom: 1px solid #dfe3de;
  color: var(--listovki-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.quote-benefits li:last-child {
  border-bottom: 0;
}

.quote-benefits li::before {
  position: absolute;
  top: 22px;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1.5px solid var(--listovki-brand);
  border-radius: 50%;
  color: var(--listovki-brand);
  font-size: 12px;
  line-height: 1;
  content: "✓";
}

.contact-card {
  min-height: 100%;
}

.contact-card__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 16px;
  color: var(--listovki-text);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
}

.contact-card__phone::before {
  width: 20px;
  height: 20px;
  background: url("./assets/header/header-phone.svg") center / contain no-repeat;
  content: "";
}

.contact-card__messengers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--listovki-line);
}

.contact-card__messengers a {
  display: flex;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid var(--listovki-brand);
  border-radius: 8px;
  color: var(--listovki-text);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.contact-card__messengers img,
.telegram-dot {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.telegram-dot {
  border-radius: 50%;
  background: #2aabee;
}

.contact-card__details {
  display: grid;
  gap: 10px;
  padding: 18px 0;
}

.contact-card__details h4 {
  margin: 0 0 2px;
  color: var(--listovki-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.contact-card__details p,
.contact-card__details a {
  display: grid;
  min-width: 0;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--listovki-text);
  font-size: 11px;
  line-height: 1.35;
  text-decoration: none;
}

.contact-card__details img {
  width: 20px;
  height: 20px;
}

.contact-card__map {
  display: block;
  width: 100%;
  height: 145px;
  object-fit: cover;
  border-radius: 8px;
}

.faq-section {
  padding: 80px 0 86px;
  background: #f8f9f7;
}

.faq-container {
  width: 100%;
  max-width: 850px;
  margin-inline: auto;
  padding-inline: 24px;
}

.faq-container .section-heading {
  margin-bottom: 28px;
}

.faq-list {
  border-top: 1px solid #dfe3de;
}

.faq-list details {
  border-bottom: 1px solid #dfe3de;
  background: transparent;
}

.faq-list summary {
  position: relative;
  display: flex;
  min-height: 66px;
  align-items: center;
  padding: 18px 54px 18px 24px;
  color: var(--listovki-text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 22px;
  height: 14px;
  background: url("./assets/faq/faq-chevron.svg") center / contain no-repeat;
  content: "";
  transform: translateY(-50%);
  transition: transform 160ms ease;
}

.faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-list summary:focus-visible {
  outline: 3px solid var(--listovki-soft);
  outline-offset: -3px;
}

.faq-list details > div {
  padding: 0 54px 24px 24px;
  color: var(--listovki-secondary);
  font-size: 14px;
  line-height: 1.6;
}

.faq-action {
  width: 100%;
  margin-top: 30px;
}

section[id] {
  scroll-margin-top: calc(var(--header-height) + 16px);
}

.anchor-target {
  display: block;
  height: 0;
  scroll-margin-top: calc(var(--header-height) + 16px);
}

.contact-popup[hidden] {
  display: none;
}

.contact-popup {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.contact-popup__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(12, 18, 21, 0.56);
  backdrop-filter: blur(4px);
}

.contact-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 28px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(12, 18, 21, 0.28);
}

.contact-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--listovki-line);
  border-radius: 50%;
  color: var(--listovki-text);
  background: #ffffff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.contact-popup__eyebrow {
  margin: 0 0 8px;
  color: var(--listovki-brand);
  font-size: 11px;
  font-weight: 800;
}

.contact-popup__title {
  margin: 0 42px 10px 0;
  color: var(--listovki-text);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.contact-popup__text {
  margin: 0 0 20px;
  color: var(--listovki-secondary);
  font-size: 14px;
  line-height: 1.5;
}

.contact-popup__form {
  display: grid;
  gap: 14px;
}

.contact-popup__field {
  display: grid;
  gap: 7px;
  color: var(--listovki-text);
  font-size: 13px;
  font-weight: 700;
}

.contact-popup__field input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--listovki-line);
  border-radius: 8px;
  color: var(--listovki-text);
  background: #ffffff;
  font: 400 16px/1.2 "Inter", Arial, sans-serif;
}

.contact-popup__field input:focus {
  border-color: var(--listovki-brand);
  outline: none;
  box-shadow: 0 0 0 4px var(--listovki-soft);
}

.contact-popup__method {
  gap: 6px;
}

.contact-popup__method .contact-option__label {
  min-height: 30px;
  font-size: 13px;
}

.contact-popup__consent {
  margin: 0;
  font-size: 11px;
}

.contact-popup__submit {
  width: 100%;
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.contact-popup__submit:disabled {
  background: #c5ccc9;
  cursor: not-allowed;
  transform: none;
}

.contact-popup__direct {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.contact-popup__direct a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid var(--listovki-brand);
  border-radius: 8px;
  color: var(--listovki-brand-deep);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 1279.98px) {
  .listovki-container {
    padding-inline: 24px;
  }

  .hero--listovki .hero__grid {
    grid-template-columns: minmax(390px, 0.82fr) minmax(560px, 1.18fr);
  }

  .hero--listovki h1 {
    font-size: 31px;
  }

  .hero--listovki h1 .hero__title-line {
    white-space: normal;
  }

  .hero--listovki .hero__stage {
    min-height: 690px;
  }

  .hero--listovki .hero__photo {
    width: calc(100% - 260px);
    min-width: 360px;
  }

  .hero--listovki .listovki-lead-card {
    width: 416px;
    padding-inline: 22px;
  }
}

@media (max-width: 1179.98px) {
  .hero--listovki {
    padding-top: 38px;
  }

  .hero--listovki .hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero--listovki .hero__left {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    column-gap: 48px;
    padding: 0;
  }

  .hero--listovki .listovki-eyebrow,
  .hero--listovki h1,
  .hero--listovki .hero__intro {
    grid-column: 1;
  }

  .hero--listovki .hero__benefits {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
  }

  .hero--listovki .hero__stage {
    display: grid;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.75fr);
    align-items: stretch;
    gap: 18px;
    padding: 18px;
    border-radius: 22px;
    background: var(--listovki-warm);
  }

  .hero--listovki .hero__stage::before {
    display: none;
  }

  .hero--listovki .hero__photo {
    position: relative;
    inset: auto;
    width: auto;
    min-width: 0;
    min-height: 560px;
    border-radius: 18px;
  }

  .hero--listovki .listovki-lead-card {
    position: relative;
    inset: auto;
    width: auto;
    align-self: center;
    border-radius: 18px;
  }

  .parameter-groups {
    grid-template-columns: 1fr 1fr;
  }

  .parameter-group--paper {
    grid-column: 1 / -1;
  }

  .parameter-panel {
    height: auto;
  }

  .examples-request {
    grid-template-columns: 1fr;
  }

  .quote-layout {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.36fr);
  }

  .contact-card {
    grid-column: 1 / -1;
  }

  .quote-benefits {
    align-self: stretch;
  }
}

@media (max-width: 899.98px) {
  .hero--listovki .hero__left {
    display: block;
  }

  .hero--listovki h1 {
    max-width: 690px;
    font-size: 38px;
  }

  .hero--listovki h1 .hero__title-line {
    white-space: normal;
  }

  .hero--listovki .hero__intro {
    max-width: 690px;
    margin-bottom: 30px;
  }

  .hero--listovki .hero__benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .hero--listovki .hero__benefits li {
    width: auto;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    padding: 0;
    border: 0;
  }

  .hero--listovki .hero__benefits img {
    width: 44px;
    height: 44px;
  }

  .hero--listovki .hero__stage {
    grid-template-columns: 1fr;
  }

  .hero--listovki .hero__photo {
    min-height: 420px;
  }

  .hero--listovki .listovki-lead-card {
    max-width: 620px;
    margin-inline: auto;
  }

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

  .format-grid {
    grid-template-columns: 1fr;
  }

  .format-card {
    min-height: 0;
  }

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

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

  .process-step:not(:last-child)::after {
    display: none;
  }

  .urgent-callout {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .urgent-callout .primary-action {
    grid-column: 1 / -1;
    width: 100%;
  }

  .examples-form {
    grid-template-columns: minmax(180px, 1fr) minmax(210px, auto);
  }

  .examples-form .primary-action {
    grid-column: 1 / -1;
    width: 100%;
  }

  .compact-consent {
    grid-column: 1 / -1;
  }

  .examples-form .form-status {
    grid-column: 1 / -1;
  }

  .quote-layout {
    grid-template-columns: minmax(0, 1fr) minmax(170px, 0.42fr);
  }
}

@media (max-width: 767.98px) {
  .listovki-container {
    padding-inline: 20px;
  }

  .hero--listovki {
    padding: 26px 0 54px;
  }

  .listovki-eyebrow {
    margin-bottom: 20px;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--listovki-soft);
    font-size: 13px;
  }

  .hero--listovki h1 {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 1.16;
  }

  .hero--listovki h1 .hero__title-line {
    white-space: normal;
  }

  .hero--listovki .hero__intro {
    margin-bottom: 30px;
    font-size: 17px;
  }

  .hero--listovki .hero__benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero--listovki .hero__benefits li {
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
  }

  .hero--listovki .hero__benefits img {
    width: 52px;
    height: 52px;
  }

  .hero--listovki .hero__stage {
    gap: 16px;
    padding: 0;
    background: transparent;
  }

  .hero--listovki .hero__photo {
    min-height: 300px;
    border-radius: 16px;
  }

  .hero--listovki .listovki-lead-card {
    max-width: none;
    padding: 24px 20px 20px;
    border: 1px solid var(--listovki-line);
    box-shadow: 0 18px 42px -24px rgba(15, 40, 40, 0.25);
  }

  .hero--listovki .field__input {
    height: 48px;
    font-size: 16px;
  }

  .form-choice label > span,
  .hero--listovki .contact-option__label {
    min-height: 32px;
    font-size: 13px;
  }

  .file-field__control {
    min-height: 48px;
    font-size: 13px;
  }

  .hero--listovki .consent-toggle {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
  }

  .hero--listovki .consent-toggle__switch {
    width: 42px;
    height: 24px;
    flex-basis: 42px;
  }

  .hero--listovki .consent-toggle__switch::before {
    width: 18px;
    height: 18px;
  }

  .hero--listovki .consent-toggle input:checked + .consent-toggle__switch::before {
    transform: translateX(18px);
  }

  .hero--listovki .lead-card__submit {
    height: 50px;
    font-size: 15px;
  }

  .content-container {
    padding-inline: 20px;
  }

  .tasks-section {
    padding: 62px 0 64px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading h2 {
    font-size: 31px;
  }

  .section-heading > p:last-child {
    font-size: 15px;
  }

  .tasks-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .task-card {
    min-height: 0;
    grid-template-columns: 52px minmax(0, 1fr);
    row-gap: 16px;
    padding: 20px 18px 16px;
  }

  .task-card h3 {
    font-size: 16px;
  }

  .task-card__body p {
    font-size: 13px;
  }

  .tag-list {
    grid-column: 2;
  }

  .section-action {
    margin-top: 16px;
  }

  .primary-action {
    width: 100%;
  }

  .formats-section {
    padding: 60px 0 64px;
  }

  .format-grid,
  .parameter-groups,
  .paper-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .format-card {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 20px 18px 18px;
  }

  .format-card__fit {
    grid-column: 2;
  }

  .parameter-groups {
    margin-top: 14px;
  }

  .parameter-group--paper {
    grid-column: auto;
  }

  .paper-grid {
    height: auto;
  }

  .paper-card {
    min-height: 118px;
    padding: 18px 16px;
  }

  .parameter-panel {
    height: auto;
    margin-top: 0;
  }

  .print-list li {
    min-height: 48px;
    font-size: 12px;
  }

  .preflight-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .preflight-list li {
    min-height: 18px;
    font-size: 11px;
  }

  .choice-callout {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 16px 16px;
  }

  .choice-callout__mark {
    display: none;
  }

  .checks-section {
    padding: 60px 0 62px;
  }

  .checks-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .check-card {
    min-height: 0;
    padding: 22px 18px;
  }

  .check-card h3 {
    font-size: 16px;
  }

  .checks-link-row {
    justify-content: flex-start;
    margin-top: 22px;
  }

  .process-section {
    padding: 60px 0 64px;
  }

  .process-list {
    position: relative;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .process-list::before {
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 17px;
    width: 1px;
    background: rgba(14, 107, 94, 0.38);
    content: "";
  }

  .process-step {
    grid-template-columns: 36px 48px minmax(0, 1fr);
    justify-items: start;
    gap: 12px;
    padding: 0 0 28px;
    text-align: left;
  }

  .process-step:last-child {
    padding-bottom: 0;
  }

  .process-step__number {
    position: relative;
    z-index: 1;
    background: #ffffff;
  }

  .process-step__icon {
    width: 46px;
    height: 46px;
    margin: -5px 0 0;
  }

  .process-step__icon img {
    width: 40px;
    height: 40px;
  }

  .process-step h3 {
    min-height: 0;
    margin: 0 0 5px;
    font-size: 15px;
  }

  .process-step p {
    font-size: 11px;
  }

  .urgent-callout {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    margin-top: 36px;
    padding: 20px 16px 16px;
  }

  .urgent-callout > img {
    width: 54px;
    height: 54px;
  }

  .urgent-callout h3 {
    font-size: 17px;
  }

  .urgent-callout p {
    grid-column: 1 / -1;
    font-size: 12px;
  }

  .examples-section {
    padding: 60px 0 64px;
  }

  .examples-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .example-card__photo {
    height: 190px;
  }

  .example-card__body {
    padding: 16px 18px 20px;
  }

  .example-card__body > p {
    min-height: 0;
  }

  .examples-request {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 16px 16px;
  }

  .examples-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .visually-labeled-field {
    font-size: 12px;
  }

  .visually-labeled-field input {
    height: 48px;
    font-size: 16px;
  }

  .examples-form__method,
  .compact-consent,
  .examples-form .primary-action,
  .examples-form .form-status {
    grid-column: 1;
  }

  .compact-consent {
    font-size: 11px;
  }

  .quote-section {
    padding: 60px 0 64px;
  }

  .quote-container {
    padding-inline: 16px;
  }

  .quote-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .quote-form,
  .contact-card {
    padding: 20px 16px;
  }

  .quote-choice label > span {
    min-height: 36px;
    font-size: 11px;
  }

  .quote-field input {
    height: 48px;
    font-size: 16px;
  }

  .quote-field textarea {
    min-height: 80px;
    font-size: 16px;
  }

  .quote-contact-method .contact-option__label {
    min-height: 32px;
    font-size: 13px;
  }

  .quote-file .file-field__control {
    min-height: 48px;
  }

  .quote-consent {
    font-size: 12px;
  }

  .quote-consent .consent-toggle__switch {
    width: 42px;
    height: 24px;
    flex-basis: 42px;
  }

  .quote-consent .consent-toggle__switch::before {
    width: 18px;
    height: 18px;
  }

  .quote-consent input:checked + .consent-toggle__switch::before {
    transform: translateX(18px);
  }

  .quote-benefits {
    gap: 0;
  }

  .quote-benefits li {
    padding: 18px 0 18px 34px;
  }

  .quote-benefits li::before {
    top: 18px;
  }

  .contact-card {
    grid-column: 1;
  }

  .contact-card__messengers {
    grid-template-columns: 1fr;
  }

  .contact-card__map {
    height: 150px;
  }

  .faq-section {
    padding: 60px 0 64px;
  }

  .faq-container {
    padding-inline: 16px;
  }

  .faq-list summary {
    min-height: 62px;
    padding: 16px 42px 16px 0;
    font-size: 15px;
  }

  .faq-list summary::after {
    right: 4px;
    width: 18px;
  }

  .faq-list details > div {
    padding: 0 36px 18px 0;
    font-size: 13px;
    line-height: 1.55;
  }

  .contact-popup {
    padding: 12px;
  }

  .contact-popup__dialog {
    max-height: calc(100vh - 24px);
    padding: 24px 18px 18px;
  }

  .contact-popup__direct {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479.98px) {
  .listovki-container {
    padding-inline: 16px;
  }

  .hero--listovki h1 {
    font-size: 30px;
  }

  .hero--listovki h1 .hero__title-line {
    margin-top: 5px;
  }

  .hero--listovki .hero__photo {
    min-height: 260px;
  }

  .form-choice__grid--two,
  .form-choice__grid--print {
    grid-template-columns: 1fr;
  }

  .content-container {
    padding-inline: 16px;
  }

  .task-card {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .tag-list {
    gap: 5px;
  }

  .tag-list li {
    padding-inline: 8px;
    font-size: 9px;
  }
}

/* Unified TE Print product-page system: aligned with the banner page. */
body {
  overflow-x: hidden;
  background: #ffffff;
}

.listovki-container,
.content-container,
.quote-container {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 32px;
}

.hero--listovki {
  overflow: visible;
  padding: 28px 0 76px;
  background:
    radial-gradient(circle at 6% 88%, rgba(14, 107, 94, 0.12), transparent 24%),
    radial-gradient(circle at 100% 16%, rgba(230, 169, 60, 0.18), transparent 22%),
    #ffffff;
}

.hero--listovki .hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(0, 1fr);
  align-items: start;
  gap: 20px;
}

.hero--listovki .hero__left {
  min-width: 0;
  padding: 82px 0 0;
}

.hero--listovki .hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 6px 12px;
  border-radius: 99px;
  color: var(--listovki-brand);
  background: var(--listovki-soft);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.hero--listovki .hero__eyebrow::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--listovki-brand);
  content: "";
}

.hero--listovki h1 {
  max-width: 610px;
  margin: 0 0 24px;
  color: #0c1215;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.hero--listovki .hero__sub {
  max-width: 560px;
  margin: 0 0 48px;
  color: var(--listovki-secondary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.hero--listovki .hero__usps {
  display: grid;
  max-width: 720px;
  grid-template-columns: 1fr 1fr 1.08fr;
  gap: 24px;
}

.hero--listovki .usp {
  display: grid;
  min-width: 0;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.hero--listovki .usp__ico {
  display: grid;
  width: 48px;
  height: 48px;
  overflow: hidden;
  place-items: center;
  border-radius: 12px;
  background: var(--listovki-soft);
  box-shadow: 0 10px 24px rgba(14, 107, 94, 0.08);
}

.hero--listovki .usp__ico img {
  display: block;
  width: 34px;
  height: 34px;
}

.hero--listovki .usp__text b {
  display: block;
  margin: 0 0 4px;
  color: var(--listovki-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}

.hero--listovki .usp__text span {
  display: block;
  max-width: 150px;
  color: var(--listovki-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.hero--listovki .hero__stage {
  position: relative;
  min-width: 0;
  min-height: 700px;
  padding: 0;
}

.hero--listovki .hero__stage::before {
  display: none;
}

.hero--listovki .hero__photo {
  position: relative;
  inset: auto;
  width: min(700px, 100%);
  min-width: 0;
  margin: 0;
  overflow: visible;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  background: transparent;
}

.hero--listovki .hero__photo > img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
  object-position: 50% 50%;
  box-shadow: 0 30px 70px -34px rgba(21, 37, 42, 0.34);
}

.hero--listovki .connector-lines {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.hero--listovki .connector-lines path {
  fill: none;
  stroke: var(--listovki-brand);
  stroke-width: 1.5;
  stroke-dasharray: 3 4;
  stroke-linecap: round;
  opacity: 0.52;
}

.hero--listovki .connector-dot {
  fill: var(--listovki-brand);
  filter: drop-shadow(0 0 10px rgba(14, 107, 94, 0.45));
}

.hero--listovki .callout {
  position: absolute;
  z-index: 3;
  max-width: none;
  padding: 13px 18px;
  border-radius: 12px;
  color: var(--listovki-text);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 40, 40, 0.12), 0 4px 10px rgba(15, 40, 40, 0.08);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.hero--listovki .callout--1 {
  top: 9%;
  right: -2%;
}

.hero--listovki .callout--2 {
  top: 41%;
  left: 4%;
}

.hero--listovki .callout--3 {
  right: 58%;
  bottom: 18%;
  left: auto;
}

.hero--listovki .listovki-lead-card {
  position: absolute;
  inset: auto 0 -18px auto;
  width: 360px;
  max-height: none;
  padding: 24px 24px 22px;
  border: 0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 60px -20px rgba(15, 40, 40, 0.2), 0 8px 22px -8px rgba(15, 40, 40, 0.12);
}

.hero--listovki .lead-card__title {
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 1.18;
}

.hero--listovki .lead-form {
  gap: 9px;
}

.hero--listovki .field {
  gap: 7px;
}

.hero--listovki .field__label,
.hero--listovki .contact-method__title {
  color: var(--listovki-text);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.hero--listovki .field__input,
.hero--listovki .field__select {
  height: 44px;
  border-radius: 10px;
  font-size: 14px;
}

.hero--listovki .contact-method {
  display: grid;
  gap: 6px;
  margin: 0;
}

.hero--listovki .contact-method__grid {
  display: flex;
  gap: 4px 18px;
}

.hero--listovki .contact-option__label {
  min-height: 24px;
  font-size: 12px;
}

.hero--listovki .consent-toggle {
  gap: 12px;
  margin: 8px 0 10px;
  font-size: 11px;
  line-height: 1.4;
}

.hero--listovki .consent-toggle__switch {
  width: 42px;
  height: 24px;
  flex-basis: 42px;
}

.hero--listovki .consent-toggle__switch::before {
  width: 18px;
  height: 18px;
}

.hero--listovki .consent-toggle input:checked + .consent-toggle__switch::before {
  transform: translateX(18px);
}

.hero--listovki .lead-card__submit {
  height: 50px;
  border-radius: 10px;
  font-size: 15px;
}

.hero--listovki .lead-card__safe {
  justify-content: start;
  margin-top: 4px;
  font-size: 12px;
}

.tasks-section,
.formats-section,
.checks-section,
.process-section,
.examples-section,
.quote-section,
.faq-section {
  padding: 96px 0;
}

.tasks-section,
.process-section,
.examples-section,
.faq-section {
  background: #ffffff;
}

.formats-section,
.quote-section {
  background: #f5f6f3;
}

.checks-section {
  background: #f6f1e8;
}

.section-heading {
  max-width: 840px;
  margin-bottom: 48px;
}

.section-heading--wide {
  max-width: 920px;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
}

.section-eyebrow::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--listovki-brand);
  content: "";
}

.section-heading h2 {
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.15;
}

.section-heading > p:last-child {
  font-size: 17px;
  line-height: 1.55;
}

.task-card,
.format-card,
.check-card,
.example-card,
.quote-form,
.contact-card {
  border-color: var(--listovki-line);
  border-radius: 8px;
  box-shadow: 0 16px 34px -28px rgba(21, 37, 42, 0.38);
}

.task-card > img,
.format-card > img,
.check-card > img {
  padding: 9px;
  border-radius: 10px;
  background: var(--listovki-soft);
}

.task-card > img,
.check-card > img {
  width: 48px;
  height: 48px;
}

.format-card > img {
  width: 58px;
  height: 58px;
  padding: 11px;
}

.process-step__icon {
  border-radius: 12px;
  background: var(--listovki-soft);
}

.process-step__icon img {
  width: 34px;
  height: 34px;
}

.primary-action,
.contact-card__messengers a,
.quote-field input,
.quote-field textarea,
.file-field__control {
  border-radius: 10px;
}

.quote-choice legend,
.quote-field > span,
.quote-contact-method .contact-method__title {
  font-size: 13px;
}

.quote-choice label > span,
.quote-field input,
.quote-field textarea,
.quote-contact-method .contact-option__label,
.quote-consent {
  font-size: 12px;
}

.quote-field input {
  height: 44px;
}

.faq-container {
  max-width: 900px;
}

@media (max-width: 1279.98px) and (min-width: 1024px) {
  .listovki-container,
  .content-container,
  .quote-container {
    padding-inline: 24px;
  }

  .hero--listovki .hero__grid {
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
    gap: 30px;
  }

  .hero--listovki .hero__left {
    padding-top: 64px;
  }

  .hero--listovki h1 {
    font-size: 46px;
  }

  .hero--listovki .hero__usps {
    gap: 14px;
  }

  .hero--listovki .hero__stage {
    min-height: 700px;
  }

  .hero--listovki .callout,
  .hero--listovki .connector-lines {
    display: none;
  }

  .hero--listovki .listovki-lead-card {
    right: 0;
    bottom: -44px;
    width: 340px;
  }
}

@media (max-width: 1023.98px) {
  .hero--listovki {
    padding: 40px 0 48px;
  }

  .hero--listovki .hero__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero--listovki .hero__left {
    display: block;
    max-width: 720px;
    padding: 0;
  }

  .hero--listovki h1 {
    max-width: 700px;
    font-size: 42px;
  }

  .hero--listovki .hero__sub {
    max-width: 680px;
    margin-bottom: 28px;
    font-size: 17px;
  }

  .hero--listovki .hero__usps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero--listovki .hero__stage {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0;
    background: transparent;
  }

  .hero--listovki .hero__photo {
    width: 100%;
    max-width: 720px;
    aspect-ratio: 4 / 3;
  }

  .hero--listovki .listovki-lead-card {
    position: static;
    width: 100%;
    max-width: 480px;
    margin: 0;
  }

  .hero--listovki .callout--1 {
    right: 4%;
  }

  .tasks-section,
  .formats-section,
  .checks-section,
  .process-section,
  .examples-section,
  .quote-section,
  .faq-section {
    padding: 64px 0;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .listovki-container,
  .content-container,
  .quote-container,
  .faq-container {
    padding-inline: 20px;
  }

  .hero--listovki {
    padding: 28px 0 36px;
  }

  .hero--listovki h1 {
    max-width: 100%;
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 1.1;
    overflow-wrap: break-word;
  }

  .hero--listovki .hero__sub {
    max-width: 100%;
    font-size: 16px;
    overflow-wrap: break-word;
  }

  .hero--listovki .hero__usps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero--listovki .usp {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .hero--listovki .usp__ico {
    width: 42px;
    height: 42px;
  }

  .hero--listovki .hero__photo {
    min-height: 0;
    aspect-ratio: 5 / 6;
    overflow: hidden;
    border-radius: 18px;
  }

  .hero--listovki .hero__photo > img {
    border-radius: 18px;
  }

  .hero--listovki .callout,
  .hero--listovki .connector-lines {
    display: none;
  }

  .hero--listovki .listovki-lead-card {
    max-width: 100%;
    padding: 22px 20px 20px;
    border-radius: 16px;
  }

  .hero--listovki .field__input,
  .hero--listovki .field__select {
    height: 48px;
    font-size: 16px;
  }

  .hero--listovki .contact-option__label {
    min-height: 26px;
    font-size: 12px;
  }

  .hero--listovki .consent-toggle {
    font-size: 12px;
  }

  .hero--listovki .lead-card__submit {
    height: 52px;
  }

  .tasks-section,
  .formats-section,
  .checks-section,
  .process-section,
  .examples-section,
  .quote-section,
  .faq-section {
    padding: 48px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .section-heading > p:last-child {
    font-size: 15px;
  }
}

@media (max-width: 480.98px) {
  .listovki-container,
  .content-container,
  .quote-container,
  .faq-container {
    padding-inline: 16px;
  }

  .hero--listovki {
    padding: 20px 0 28px;
  }

  .hero--listovki h1 {
    font-size: 28px;
  }

  .hero--listovki .hero__sub {
    font-size: 15px;
  }

  .hero--listovki .hero__photo {
    aspect-ratio: 1 / 1;
    border-radius: 14px;
  }

  .hero--listovki .hero__photo > img {
    border-radius: 14px;
  }

  .hero--listovki .listovki-lead-card {
    padding: 18px 16px 16px;
  }

  .tasks-section,
  .formats-section,
  .checks-section,
  .process-section,
  .examples-section,
  .quote-section,
  .faq-section {
    padding: 36px 0;
  }

  .section-heading h2 {
    font-size: 22px;
  }
}

/* Banner-page contact skeleton, adapted only by copy and fields. */
.contacts__grid,
.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
  align-items: start;
  gap: 32px;
}

.quote-form {
  display: block;
  padding: 40px;
  border: 1px solid var(--listovki-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 40, 40, 0.06);
}

.quote-form__title {
  margin: 0 0 8px;
  color: var(--listovki-text);
  font: 800 24px/1.25 "Manrope", Arial, sans-serif;
}

.quote-form__sub {
  margin: 0 0 28px;
  color: var(--listovki-secondary);
  font: 400 14px/1.5 "Inter", Arial, sans-serif;
}

.quote-form__field {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

.quote-form__label {
  display: block;
  margin-bottom: 8px;
  color: var(--listovki-secondary);
  font: 500 13px/1 "Inter", Arial, sans-serif;
}

.quote-form__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1.5px solid var(--listovki-line);
  border-radius: 99px;
  color: var(--listovki-secondary);
  background: #ffffff;
  font: 500 13px/1 "Inter", Arial, sans-serif;
  cursor: pointer;
  transition: background 120ms ease, border-color 120ms ease, color 120ms ease;
}

.chip:hover {
  border-color: var(--listovki-brand);
  color: var(--listovki-brand);
}

.chip input {
  display: none;
}

.chip:has(input:checked) {
  border-color: var(--listovki-brand);
  color: var(--listovki-brand);
  background: var(--listovki-soft);
}

.quote-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.quote-form__row .quote-form__field {
  margin-bottom: 0;
}

.quote-form__input,
.quote-form__textarea,
.quote-form__select {
  width: 100%;
  border: 1.5px solid var(--listovki-line);
  border-radius: 10px;
  color: var(--listovki-text);
  background: #ffffff;
  font-family: inherit;
  font-size: 15px;
}

.quote-form__input,
.quote-form__select {
  height: 52px;
  padding: 0 16px;
}

.quote-form__textarea {
  min-height: 120px;
  padding: 14px 16px;
  resize: vertical;
}

.quote-form__input:focus,
.quote-form__textarea:focus,
.quote-form__select:focus {
  border-color: var(--listovki-brand);
  outline: none;
  box-shadow: 0 0 0 4px var(--listovki-soft);
}

.quote-form__input::placeholder,
.quote-form__textarea::placeholder {
  color: #7c868d;
}

.quote-form__select {
  padding-right: 38px;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3e%3cpath fill='none' stroke='%237C868D' stroke-width='2' d='M1 1l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.quote-form__dropzone {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 16px 20px;
  border: 1.5px dashed var(--listovki-line);
  border-radius: 12px;
  color: var(--listovki-secondary);
  background: #f5f6f3;
  font: 500 13px/1.3 "Inter", Arial, sans-serif;
  cursor: pointer;
}

.quote-form__dropzone:hover {
  border-color: var(--listovki-brand);
  color: var(--listovki-brand);
  background: var(--listovki-soft);
}

.quote-form__dropzone svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin: 0 0 18px;
  cursor: pointer;
}

.consent input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.consent__box {
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--listovki-line);
  border-radius: 4px;
  color: #ffffff;
  background: #ffffff;
}

.consent__box svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
}

.consent input:checked ~ .consent__box {
  border-color: var(--listovki-brand);
  background: var(--listovki-brand);
}

.consent input:checked ~ .consent__box svg {
  opacity: 1;
}

.consent__text {
  color: var(--listovki-secondary);
  font: 400 12.5px/1.45 "Inter", Arial, sans-serif;
}

.consent__text a {
  border-bottom: 1px dashed currentColor;
  color: var(--listovki-brand);
  text-decoration: none;
}

.quote-form__submit {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  font-size: 16px;
}

.quote-form__submit:disabled,
.quote-form:has(.consent input:not(:checked)) .quote-form__submit {
  background: #c5ccc9;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.quote-form__safe {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 14px 0 0;
  color: #7c868d;
  font: 400 12px/1.4 "Inter", Arial, sans-serif;
}

.quote-form__safe svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin-top: 2px;
  fill: none;
  stroke: var(--listovki-brand);
  stroke-width: 2;
  stroke-linejoin: round;
}

.contact-panel {
  padding: 32px;
  border: 1px solid var(--listovki-line);
  border-radius: 18px;
  background: #ffffff;
}

.contact-panel__block {
  display: flex;
  flex-direction: column;
}

.contact-panel__label {
  margin-bottom: 10px;
  color: #7c868d;
  font: 500 12px/1 "Inter", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-panel__phone {
  color: var(--listovki-text);
  font: 800 28px/1.1 "Manrope", Arial, sans-serif;
  text-decoration: none;
}

.contact-panel__callback {
  width: fit-content;
  margin-top: 6px;
  border-bottom: 1px dashed currentColor;
  color: var(--listovki-brand);
  font: 500 13px/1 "Inter", Arial, sans-serif;
  text-decoration: none;
}

.contact-panel__hr {
  margin: 28px 0;
  border: 0;
  border-top: 1px solid var(--listovki-line);
}

.contact-panel__messengers {
  display: flex;
  gap: 8px;
}

.msg {
  display: inline-flex;
  height: 48px;
  flex: 1;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  color: var(--listovki-text);
  background: #f5f6f3;
  font: 600 14px/1 "Inter", Arial, sans-serif;
  text-decoration: none;
}

.msg:hover {
  background: #eceee9;
}

.msg__dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
}

.msg--max .msg__dot {
  background: #2e62ff;
}

.msg--tg .msg__dot {
  background: #2aabee;
}

.contact-panel__address {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-style: normal;
}

.contact-panel__addr-line {
  color: var(--listovki-text);
  font: 600 15px/1.4 "Inter", Arial, sans-serif;
}

.contact-panel__addr-sub {
  color: var(--listovki-secondary);
  font: 400 14px/1.4 "Inter", Arial, sans-serif;
}

.contact-panel__map {
  height: 200px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--listovki-line);
  border-radius: 12px;
}

.contact-panel__map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1279.98px) {
  .contacts__grid,
  .quote-layout {
    grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
    gap: 24px;
  }

  .quote-form {
    padding: 32px;
  }

  .contact-panel {
    padding: 28px;
  }

  .contact-panel__phone {
    font-size: 26px;
  }
}

@media (max-width: 1023.98px) {
  .contacts__grid,
  .quote-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .quote-form {
    padding: 22px;
    border-radius: 16px;
  }

  .quote-form__title {
    font-size: 20px;
  }

  .quote-form__sub {
    margin-bottom: 22px;
    font-size: 13px;
  }

  .quote-form__row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }

  .quote-form__field {
    margin-bottom: 16px;
  }

  .quote-form__row .quote-form__field {
    margin-bottom: 0;
  }

  .quote-form__input,
  .quote-form__textarea,
  .quote-form__select {
    font-size: 16px;
  }

  .quote-form__input,
  .quote-form__select {
    height: 50px;
  }

  .quote-form__submit {
    height: 54px;
    font-size: 15px;
  }

  .chip {
    padding: 9px 12px;
    font-size: 12.5px;
  }

  .contact-panel {
    padding: 22px;
    border-radius: 16px;
  }

  .contact-panel__phone {
    font-size: 24px;
  }

  .contact-panel__hr {
    margin: 22px 0;
  }

  .contact-panel__messengers {
    flex-direction: column;
  }

  .msg {
    width: 100%;
    flex: none;
    height: 50px;
  }

  .contact-panel__map {
    height: 180px;
    margin-top: 20px;
  }
}

@media (max-width: 480.98px) {
  .quote-form,
  .contact-panel {
    padding: 18px;
  }

  .quote-form__title {
    font-size: 18px;
  }

  .contact-panel__phone {
    font-size: 22px;
  }

  .contact-panel__map {
    height: 160px;
  }
}

/* Banner-page FAQ skeleton. */
.faq {
  padding: 96px 0;
  background: #ffffff;
}

.faq__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 6px 12px;
  border: 1px solid rgba(14, 107, 94, 0.16);
  border-radius: 99px;
  color: var(--listovki-secondary);
  background: var(--listovki-soft);
  font: 600 13px/1 "Inter", Arial, sans-serif;
}

.faq__title {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--listovki-text);
  font: 800 52px/1.08 "Manrope", Arial, sans-serif;
}

.faq__lead {
  max-width: 660px;
  margin: 0 0 48px;
  color: var(--listovki-secondary);
  font: 400 18px/1.55 "Inter", Arial, sans-serif;
}

.faq__grid {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  align-items: start;
  gap: 72px;
}

.faq__intro {
  position: sticky;
  top: 112px;
}

.faq__intro-label {
  display: block;
  margin-bottom: 18px;
  color: #7c868d;
  font: 700 14px/1.2 "Inter", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.faq__intro-text {
  margin: 0 0 30px;
  color: var(--listovki-text);
  font: 800 28px/1.25 "Manrope", Arial, sans-serif;
}

.faq__intro-hint {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--listovki-line);
  border-radius: 16px;
  color: var(--listovki-text);
  background: #f5f6f3;
  box-shadow: 0 12px 28px -22px rgba(15, 40, 40, 0.2);
  font: 400 15px/1.55 "Inter", Arial, sans-serif;
}

.faq__intro-hint img {
  display: block;
  width: 34px;
  height: 34px;
}

.faq__intro .faq-action {
  width: 100%;
  margin-top: 18px;
}

.faq__list {
  overflow: hidden;
  border: 1px solid var(--listovki-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 34px -28px rgba(15, 40, 40, 0.22);
}

.faq-item {
  border-bottom: 1px solid var(--listovki-line);
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-item > summary {
  display: grid;
  min-height: 0;
  grid-template-columns: 38px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 24px;
  padding: 26px;
  color: inherit;
  list-style: none;
  cursor: pointer;
}

.faq-item > summary::-webkit-details-marker {
  display: none;
}

.faq-item > summary::after {
  display: none;
  content: none;
}

.faq-item__num {
  color: #7c868d;
  font: 700 16px/1 "Manrope", Arial, sans-serif;
}

.faq-item__q {
  color: var(--listovki-text);
  font: 800 18px/1.35 "Manrope", Arial, sans-serif;
}

.faq-item__chev {
  width: 20px;
  height: 20px;
  background: url("./assets/faq/faq-chevron.svg") center / 18px auto no-repeat;
  transition: transform 160ms ease;
}

.faq-item[open] {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfa 100%);
}

.faq-item[open] .faq-item__chev {
  transform: rotate(180deg);
}

.faq-item__a {
  max-width: 860px;
  padding: 0 26px 26px 88px;
  color: var(--listovki-secondary);
  font: 400 15px/1.65 "Inter", Arial, sans-serif;
}

@media (max-width: 1279.98px) {
  .faq {
    padding: 80px 0;
  }

  .faq__title {
    font-size: 38px;
  }

  .faq__grid {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 48px;
  }

  .faq-item > summary {
    padding: 22px 14px;
  }

  .faq-item__q {
    font-size: 17px;
  }

  .faq-item__a {
    padding: 0 14px 22px 66px;
    font-size: 14.5px;
  }
}

@media (max-width: 1023.98px) {
  .faq {
    padding: 64px 0;
  }

  .faq__title {
    font-size: 32px;
  }

  .faq__lead {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .faq__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .faq__intro {
    position: static;
  }

  .faq__intro-text {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .faq {
    padding: 48px 0;
  }

  .faq__eyebrow {
    font-size: 12px;
  }

  .faq__title {
    font-size: 26px;
    line-height: 1.2;
  }

  .faq__lead {
    margin-bottom: 32px;
    font-size: 15px;
  }

  .faq__intro-text {
    font-size: 18px;
  }

  .faq__intro-hint {
    padding: 12px;
    font-size: 12.5px;
  }

  .faq-item > summary {
    grid-template-columns: 28px minmax(0, 1fr) 20px;
    gap: 14px;
    padding: 18px 8px;
  }

  .faq-item__num {
    font-size: 13px;
  }

  .faq-item__q {
    font-size: 15px;
    line-height: 1.35;
  }

  .faq-item__chev {
    width: 16px;
    height: 16px;
  }

  .faq-item__a {
    padding: 0 8px 18px 50px;
    font-size: 14px;
    line-height: 1.55;
  }
}

@media (max-width: 480.98px) {
  .faq {
    padding: 36px 0;
  }

  .faq__title {
    font-size: 22px;
  }

  .faq__intro-text {
    font-size: 17px;
  }

  .faq-item > summary {
    grid-template-columns: 24px minmax(0, 1fr) 18px;
    gap: 12px;
    padding: 16px 4px;
  }

  .faq-item__num {
    font-size: 12px;
  }

  .faq-item__q {
    font-size: 14.5px;
  }

  .faq-item__a {
    padding: 0 4px 16px 40px;
    font-size: 13.5px;
  }
}

/* Shared banner-page skeleton for the leaflet page. */
.listovki-segments,
.listovki-materials,
.listovki-risks,
.listovki-process {
  padding: 96px 0;
}

.listovki-segments,
.listovki-process {
  background: #fff;
}

.listovki-process {
  background: #f5f6f3;
}

.listovki-materials {
  background: #f5f6f3;
}

.listovki-risks {
  background: #fbf7ee;
}

.listovki-segments .segments__eyebrow,
.listovki-materials .materials__eyebrow,
.listovki-risks .risks__eyebrow,
.listovki-process .process__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 24px;
  padding: 5px 14px;
  color: #0e6b5e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  background: #edf3f1;
  border-radius: 999px;
}

.listovki-segments .segments__eyebrow::before,
.listovki-materials .materials__eyebrow::before,
.listovki-risks .risks__eyebrow::before,
.listovki-process .process__eyebrow::before {
  width: 6px;
  height: 6px;
  margin-right: 8px;
  content: "";
  background: #0e6b5e;
  border-radius: 50%;
}

.listovki-risks .risks__eyebrow {
  color: #9a681b;
  background: #f8ebc9;
}

.listovki-risks .risks__eyebrow::before {
  background: #c08a2f;
}

.listovki-segments .segments__title,
.listovki-materials .materials__title,
.listovki-risks .risks__title,
.listovki-process .process__title {
  max-width: 980px;
  margin: 0;
  color: #132428;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.listovki-segments .segments__lead,
.listovki-materials .materials__lead,
.listovki-risks .risks__lead,
.listovki-process .process__lead {
  max-width: 860px;
  margin: 20px 0 48px;
  color: #536367;
  font-size: 18px;
  line-height: 1.55;
}

.listovki-segments .segments__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.listovki-segments .segment-card {
  display: flex;
  min-width: 0;
  min-height: 330px;
  padding: 24px 20px 20px;
  flex-direction: column;
  color: #132428;
  background: #fff;
  border: 1px solid #dfe5e2;
  border-radius: 8px;
  box-shadow: 0 14px 28px -24px rgba(19, 36, 40, 0.55);
}

.listovki-segments .segment-card__visual {
  display: grid;
  width: 80px;
  height: 80px;
  margin-bottom: 22px;
  place-items: center;
  background: #edf3f1;
  border-radius: 8px;
}

.listovki-segments .segment-card__visual img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.listovki-segments .segment-card__title {
  margin: 0 0 12px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.listovki-segments .segment-card__desc {
  margin: 0 0 20px;
  color: #536367;
  font-size: 14px;
  line-height: 1.5;
}

.listovki-segments .segment-card__chips,
.listovki-materials .material-card__chips {
  display: flex;
  width: 100%;
  margin: auto 0 0;
  padding: 0;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 5px 4px;
  list-style: none;
}

@media (min-width: 1280px) {
  .listovki-segments .segment-card__title {
    min-height: 45px;
  }

  .listovki-segments .segment-card__desc {
    min-height: 126px;
  }

  .listovki-segments .segment-card__chips {
    width: calc(100% + 20px);
  }

}

.listovki-segments .segment-card__chips li,
.listovki-materials .material-card__chips li {
  padding: 4px 7px;
  color: #4f5d60;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  background: #f2f4f2;
  border-radius: 999px;
}

.listovki-segments .section-action {
  margin-top: 32px;
}

.listovki-materials .materials__subtitle {
  margin: 0 0 26px;
  color: #132428;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.listovki-materials .materials__subtitle::before {
  display: inline-block;
  width: 4px;
  height: 24px;
  margin-right: 12px;
  vertical-align: -3px;
  content: "";
  background: #0e6b5e;
  border-radius: 999px;
}

.listovki-materials .materials__subtitle--sizes,
.listovki-materials .materials__subtitle--post {
  margin-top: 64px;
}

.listovki-materials .materials__subtitle--booklets {
  margin-top: 36px;
}

.listovki-materials .materials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .listovki-materials .materials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.listovki-materials .material-card {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 28px;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 24px;
  background: #fff;
  border: 1px solid #dde4e1;
  border-radius: 8px;
  box-shadow: 0 14px 30px -26px rgba(19, 36, 40, 0.55);
}

.listovki-materials .material-card__visual {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  background: #edf3f1;
  border-radius: 8px;
}

.listovki-materials .material-card__visual img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.listovki-materials .material-card__body {
  min-width: 0;
}

.listovki-materials .material-card__badge {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 5px 10px;
  color: #0e6b5e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #e2f0ec;
  border-radius: 999px;
}

.listovki-materials .material-card__badge--brown,
.listovki-materials .material-card__badge--amber {
  color: #8a631e;
  background: #f3ead7;
}

.listovki-materials .material-card__badge--hit {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #7a4d00;
  background: #f6e4b4;
}

.listovki-materials .material-card__badge--hit::before {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
  -webkit-mask: url("/assets/cases/icon-star.svg") center / contain no-repeat;
  mask: url("/assets/cases/icon-star.svg") center / contain no-repeat;
}

.listovki-materials .material-card__title {
  padding-right: 104px;
  margin: 0 0 8px;
  color: #132428;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.listovki-materials .material-card__subtitle {
  margin: 0 0 14px;
  color: #0e6b5e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.listovki-materials .material-card__desc {
  margin: 0 0 18px;
  color: #536367;
  font-size: 14px;
  line-height: 1.5;
}

.listovki-materials .material-card__specs {
  margin: 0 0 18px;
}

.listovki-materials .material-card__specs > div {
  display: grid;
  padding: 10px 0;
  grid-template-columns: 155px minmax(0, 1fr);
  gap: 14px;
  border-top: 1px solid #e4e8e6;
}

.listovki-materials .material-card__specs dt {
  color: #7a878a;
  font-size: 13px;
}

.listovki-materials .material-card__specs dd {
  margin: 0;
  color: #233438;
  font-size: 13px;
  font-weight: 700;
}

@media (min-width: 1280px) {
  .listovki-materials .material-card {
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .listovki-materials .material-card__visual {
    width: 72px;
    height: 72px;
  }

  .listovki-materials .material-card__visual img {
    width: 52px;
    height: 52px;
  }

  .listovki-materials .material-card__title {
    padding-right: 0;
  }

  .listovki-materials .material-card__specs > div {
    grid-template-columns: 110px minmax(0, 1fr);
  }
}

.listovki-materials .materials__sizes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.listovki-materials .size-card,
.listovki-materials .post-card {
  min-width: 0;
  padding: 22px;
  background: #fff;
  border: 1px solid #dde4e1;
  border-radius: 8px;
}

.listovki-materials .size-card__ico,
.listovki-materials .post-card__ico {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  place-items: center;
  background: #edf3f1;
  border-radius: 8px;
}

.listovki-materials .size-card__ico img,
.listovki-materials .post-card__ico img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.listovki-materials .size-card__format,
.listovki-materials .post-card__title {
  margin: 0 0 8px;
  color: #132428;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}

.listovki-materials .size-card__use,
.listovki-materials .post-card__text {
  margin: 0;
  color: #536367;
  font-size: 14px;
  line-height: 1.5;
}

.listovki-materials .materials__post {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.listovki-materials .materials__addon {
  display: grid;
  min-height: 116px;
  margin-top: 28px;
  padding: 22px 24px;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  background: #fbf7ee;
  border: 1px solid #eadfc8;
  border-radius: 8px;
}

.listovki-materials .materials__addon-ico {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: #0e6b5e;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  border: 1px solid #0e6b5e;
  border-radius: 50%;
}

.listovki-materials .materials__addon-tag {
  color: #0e6b5e;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.listovki-materials .materials__addon-title {
  margin: 4px 0;
  color: #132428;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.listovki-materials .materials__addon-text {
  margin: 0;
  color: #536367;
  font-size: 14px;
  line-height: 1.5;
}

.listovki-risks .risks__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.listovki-risks .risk-card {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 240px;
  padding: 28px;
  background: #fff;
  border: 1px solid #e6e0d5;
  border-radius: 16px;
  box-shadow: 0 14px 30px -26px rgba(53, 43, 24, 0.55);
}

.listovki-risks .risk-card__badge {
  display: inline-flex;
  width: max-content;
  height: auto;
  min-height: 0;
  align-items: center;
  padding: 4px 10px;
  margin-bottom: 12px;
  color: #a36f1b;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #faedc8;
  border-radius: 999px;
}

.listovki-risks .risk-card__icon {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 0 14px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.listovki-risks .risk-card__icon img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.listovki-risks .risk-card__title {
  min-height: 47px;
  margin: 0 0 8px;
  padding-right: 32px;
  color: #132428;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.listovki-risks .risk-card__text {
  margin: 0;
  color: #536367;
  font-size: 14px;
  line-height: 1.5;
}

.listovki-risks .risk-card__check {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #0e6b5e;
  background: #e4f0ed;
  border-radius: 50%;
}

.listovki-risks .risk-card__check svg {
  width: 16px;
  height: 16px;
}

.listovki-risks .risks-footer {
  display: flex;
  margin-top: 28px;
  padding: 20px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #e6e0d5;
  border-radius: 8px;
}

.listovki-risks .risks-footer p {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 10px;
  color: #233438;
  font-weight: 700;
}

.listovki-risks .risks-footer__check {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #0e6b5e;
  background: #e4f0ed;
  border-radius: 50%;
}

.listovki-risks .risks-footer a {
  color: #0e6b5e;
  font-weight: 700;
  white-space: nowrap;
}

.listovki-risks .risks-footer a span {
  border-bottom: 1px dashed currentColor;
}

.listovki-process .process__eyebrow {
  min-height: 0;
  padding: 6px 12px;
  margin: 0 0 16px;
  color: #46555b;
  background: #fff;
  border: 1px solid #e5e7e2;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.2px;
}

.listovki-process .process__title {
  max-width: none;
  margin: 0 0 16px;
  font-size: 42px;
  line-height: 1.15;
}

.listovki-process .process__lead {
  max-width: 760px;
  margin: 0 0 64px;
  font-size: 17px;
  line-height: 1.55;
}

.listovki-process .process__steps {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
}

.listovki-process .process-step {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 12px;
}

.listovki-process .process-step:not(:last-child)::after {
  position: absolute;
  top: 30px;
  right: calc(-50% + 38px);
  left: calc(50% + 38px);
  height: 4px;
  content: "";
  background-image: radial-gradient(circle, #0e6b5e 2px, transparent 2.5px);
  background-position: left center;
  background-size: 16px 4px;
  background-repeat: repeat-x;
  opacity: 0.55;
  pointer-events: none;
}

.listovki-process .process-step__circle {
  position: relative;
  z-index: 1;
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #0e6b5e;
  background: #fff;
  border: 2px solid #0e6b5e;
  border-radius: 50%;
  transition: background 150ms ease, transform 150ms ease;
}

.listovki-process .process-step__circle span {
  color: #0e6b5e;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.listovki-process .process-step:hover .process-step__circle {
  background: #e2efec;
  transform: translateY(-2px);
}

.listovki-process .process-step__title {
  margin: 0 0 10px;
  color: #132428;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: start;
  letter-spacing: 0.6px;
}

.listovki-process .process-step__text {
  max-width: 200px;
  margin: 0;
  color: #536367;
  font-size: 13px;
  line-height: 1.55;
  text-align: start;
}

@media (max-width: 1279px) {
  .listovki-segments .segments__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .listovki-segments .segment-card {
    min-height: 300px;
  }

  .listovki-process {
    padding: 80px 0;
  }

  .listovki-process .process__title {
    font-size: 38px;
  }

  .listovki-process .process__steps {
    gap: 6px;
  }

  .listovki-process .process-step {
    padding: 0 8px;
  }

  .listovki-process .process-step__circle {
    width: 56px;
    height: 56px;
  }

  .listovki-process .process-step__circle span {
    font-size: 20px;
  }

  .listovki-process .process-step:not(:last-child)::after {
    top: 26px;
    right: calc(-50% + 34px);
    left: calc(50% + 34px);
    background-size: 14px 4px;
  }

  .listovki-process .process-step__title,
  .listovki-process .process-step__text {
    font-size: 12.5px;
  }

  .listovki-risks .risk-card {
    min-height: 220px;
    padding: 24px;
  }
}

@media (max-width: 1023px) {
  .listovki-segments,
  .listovki-materials,
  .listovki-risks,
  .listovki-process {
    padding: 72px 0;
  }

  .listovki-segments .segments__title,
  .listovki-materials .materials__title,
  .listovki-risks .risks__title,
  .listovki-process .process__title {
    font-size: 36px;
  }

  .listovki-materials .materials__grid,
  .listovki-risks .risks__grid {
    grid-template-columns: 1fr;
  }

  .listovki-materials .materials__sizes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .listovki-risks .risk-card {
    min-height: 210px;
  }

  .listovki-risks .risk-card__title {
    min-height: 0;
  }

  .listovki-process {
    padding: 64px 0;
  }

  .listovki-process .process__title {
    font-size: 32px;
  }

  .listovki-process .process__lead {
    margin-bottom: 48px;
    font-size: 16px;
  }

  .listovki-process .process__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 16px;
  }

  .listovki-process .process-step {
    padding: 0;
  }

  .listovki-process .process-step:not(:last-child)::after {
    display: none;
  }

  .listovki-process .process-step__circle {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .listovki-process .process-step__circle span {
    font-size: 22px;
  }

  .listovki-process .process-step__title,
  .listovki-process .process-step__text {
    font-size: 13px;
  }

  .listovki-process .process-step__text {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .listovki-segments,
  .listovki-materials,
  .listovki-risks,
  .listovki-process {
    padding: 52px 0;
  }

  .listovki-segments .segments__eyebrow,
  .listovki-materials .materials__eyebrow,
  .listovki-risks .risks__eyebrow,
  .listovki-process .process__eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .listovki-segments .segments__title,
  .listovki-materials .materials__title,
  .listovki-risks .risks__title,
  .listovki-process .process__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .listovki-segments .segments__lead,
  .listovki-materials .materials__lead,
  .listovki-risks .risks__lead,
  .listovki-process .process__lead {
    margin: 16px 0 34px;
    font-size: 16px;
  }

  .listovki-segments .segments__grid,
  .listovki-materials .materials__sizes,
  .listovki-materials .materials__post {
    grid-template-columns: 1fr;
  }

  .listovki-segments .segment-card {
    min-height: 0;
  }

  .listovki-materials .material-card {
    padding: 22px;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
  }

  .listovki-materials .material-card__visual {
    width: 72px;
    height: 72px;
  }

  .listovki-materials .material-card__visual img {
    width: 52px;
    height: 52px;
  }

  .listovki-materials .material-card__title {
    padding-right: 0;
    font-size: 19px;
  }

  .listovki-materials .material-card__badge {
    position: static;
    display: inline-flex;
    margin-bottom: 10px;
  }

  .listovki-materials .material-card__specs > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .listovki-materials .materials__addon {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .listovki-materials .materials__addon .primary-action {
    grid-column: 1 / -1;
  }

  .listovki-risks .risks-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .listovki-risks .risk-card {
    min-height: 0;
    padding: 20px;
    border-radius: 14px;
  }

  .listovki-risks .risk-card__badge {
    padding: 3px 8px;
    margin-bottom: 10px;
    font-size: 10px;
  }

  .listovki-risks .risk-card__icon,
  .listovki-risks .risk-card__icon img {
    width: 48px;
    height: 48px;
  }

  .listovki-risks .risk-card__icon {
    margin-bottom: 10px;
  }

  .listovki-risks .risk-card__title {
    padding-right: 36px;
    font-size: 16px;
  }

  .listovki-risks .risk-card__text {
    font-size: 13.5px;
    line-height: 1.45;
  }

  .listovki-risks .risk-card__check {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
  }

  .listovki-risks .risk-card__check svg {
    width: 14px;
    height: 14px;
  }

  .listovki-process {
    padding: 48px 0;
  }

  .listovki-process .process__eyebrow {
    font-size: 12px;
  }

  .listovki-process .process__title {
    font-size: 26px;
    line-height: 1.2;
  }

  .listovki-process .process__lead {
    margin-bottom: 36px;
    font-size: 15px;
  }

  .listovki-process .process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
  }

  .listovki-process .process-step__circle {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }

  .listovki-process .process-step__circle span {
    font-size: 19px;
  }

  .listovki-process .process-step__title {
    margin-bottom: 8px;
    font-size: 12.5px;
  }

  .listovki-process .process-step__text {
    font-size: 13px;
    line-height: 1.45;
  }
}

@media (max-width: 479px) {
  .listovki-segments .segments__title,
  .listovki-materials .materials__title,
  .listovki-risks .risks__title,
  .listovki-process .process__title {
    font-size: 25px;
  }

  .listovki-materials .material-card {
    grid-template-columns: 1fr;
  }

  .listovki-risks .risk-card {
    min-height: 0;
    padding: 16px;
  }

  .listovki-risks .risk-card__title {
    padding-right: 32px;
    font-size: 15px;
  }

  .listovki-risks .risk-card__text {
    font-size: 13px;
  }

  .listovki-process {
    padding: 36px 0;
  }

  .listovki-process .process__title {
    font-size: 22px;
  }

  .listovki-process .process__lead {
    margin-bottom: 28px;
    font-size: 14.5px;
  }

  .listovki-process .process__steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .listovki-process .process-step {
    display: grid;
    padding: 16px 0;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    border-bottom: 1px solid #e5e7e2;
  }

  .listovki-process .process-step:last-child {
    border-bottom: 0;
  }

  .listovki-process .process-step__circle {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
    grid-row: 1 / span 2;
  }

  .listovki-process .process-step__circle span {
    font-size: 17px;
  }

  .listovki-process .process-step__title,
  .listovki-process .process-step__text {
    grid-column: 2;
  }

  .listovki-process .process-step__title {
    margin-bottom: 6px;
    font-size: 12.5px;
  }

  .listovki-process .process-step__text {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .listovki-segments .segments__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Shared footer: exact structure and scale from the main page. */
.footer {
  padding: 64px 0 28px;
  color: #ffffff;
  background: var(--text);
}

.footer .container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
}

.footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__brand,
.footer__col {
  display: flex;
  flex-direction: column;
}

.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: inherit;
  text-decoration: none;
}

.footer__logo-mark {
  display: flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  font: 800 16px/1 "Manrope", Arial, sans-serif;
  letter-spacing: 0;
}

.footer__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.footer__logo-name {
  color: #ffffff;
  font: 800 20px/1 "Manrope", Arial, sans-serif;
  letter-spacing: 0;
}

.footer__logo-tagline {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.55);
  font: 400 12px/1.2 "Inter", Arial, sans-serif;
}

.footer__about {
  max-width: 380px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font: 400 14px/1.55 "Inter", Arial, sans-serif;
}

.footer__col-title {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.5);
  font: 600 13px/1 "Inter", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer__links {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}

.footer__links li + li {
  margin-top: 0;
}

.footer__links a {
  border-bottom: 1px solid transparent;
  color: rgba(255, 255, 255, 0.8);
  font: 500 14px/1.4 "Inter", Arial, sans-serif;
  text-decoration: none;
  transition: color 150ms ease, border-color 150ms ease;
}

.footer__links a:hover,
.footer__links a:focus-visible {
  border-bottom-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-style: normal;
}

.footer__phone {
  color: #ffffff;
  font: 700 18px/1.2 "Manrope", Arial, sans-serif;
  text-decoration: none;
  transition: color 150ms ease;
}

.footer__phone:hover,
.footer__phone:focus-visible {
  color: var(--brand-soft);
}

.footer__line {
  color: rgba(255, 255, 255, 0.7);
  font: 400 14px/1.4 "Inter", Arial, sans-serif;
  text-decoration: none;
}

a.footer__line:hover,
a.footer__line:focus-visible {
  color: #ffffff;
}

.footer__messengers {
  display: flex;
  max-width: 100%;
  margin-top: 18px;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

.footer__contact-btn {
  display: inline-flex;
  box-sizing: border-box;
  max-width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font: 700 13px/1 "Inter", Arial, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.footer__contact-btn:hover,
.footer__contact-btn:focus-visible {
  border-color: var(--brand-soft);
  color: var(--brand);
  background: var(--brand-soft);
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
}

.footer__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font: 400 13px/1.4 "Inter", Arial, sans-serif;
}

.footer__sitemap {
  color: rgba(255, 255, 255, 0.4);
  font: 400 12px/1 "Inter", Arial, sans-serif;
  text-decoration: none;
  transition: color 150ms ease;
}

.footer__sitemap:hover,
.footer__sitemap:focus-visible {
  color: #ffffff;
}

@media (max-width: 1279px) {
  .footer {
    padding: 56px 0 24px;
  }

  .footer__top {
    gap: 36px;
    padding-bottom: 40px;
  }

  .footer__about {
    font-size: 13.5px;
  }
}

@media (max-width: 1024px) {
  .footer {
    padding: 48px 0 24px;
  }

  .footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    padding-bottom: 36px;
  }

  .footer__brand {
    grid-column: 1 / -1;
  }

  .footer__about {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 0 20px;
  }

  .footer .container {
    padding: 0 20px;
  }

  .footer__top {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 32px;
  }

  .footer__brand {
    grid-column: 1;
  }

  .footer__logo-name {
    font-size: 18px;
  }

  .footer__about,
  .footer__line,
  .footer__links a {
    font-size: 13.5px;
  }

  .footer__col-title {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .footer__links {
    gap: 10px;
  }

  .footer__phone {
    font-size: 17px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-top: 20px;
  }

  .footer__copy {
    font-size: 12.5px;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 32px 0 18px;
  }

  .footer .container {
    padding: 0 16px;
  }

  .footer__top {
    gap: 24px;
    padding-bottom: 24px;
  }

  .footer__logo-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 14px;
  }

  .footer__logo-name {
    font-size: 17px;
  }

  .footer__logo-tagline {
    font-size: 11.5px;
  }

  .footer__about {
    font-size: 13px;
  }

  .footer__messengers {
    gap: 8px;
  }

  .footer__copy {
    font-size: 11.5px;
    line-height: 1.4;
  }
}
