@font-face {
  font-family: "Monomakh Unicode";
  src: url("./Monomakh-Unicode.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

:root {
  --bg: #f4f6f8;
  --surface: #ffffff;
  --surface-soft: #eef2f6;
  --text: #142033;
  --muted: #627084;
  --line: rgba(20, 32, 51, 0.1);
  --dark: #0b1422;
  --dark-soft: #13233b;
  --light: #ffffff;
  --accent: #ffffff;
  --shadow: 0 22px 60px rgba(13, 23, 38, 0.12);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --container: min(1200px, calc(100vw - 32px));
  --display-font: "Monomakh Unicode", "Manrope", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    linear-gradient(180deg, #0d1627 0%, #1b2840 12%, #dde4ec 28%, #eef2f6 100%);
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 104px 0;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(20, 32, 51, 0.08);
  background: rgba(20, 32, 51, 0.04);
  color: #223452;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.hero h1,
.section h2,
.legal-panel h2 {
  margin: 18px 0 0;
  font-size: clamp(2.4rem, 4.5vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-family: var(--display-font);
  font-weight: 300;
}

.section h2,
.legal-panel h2 {
  color: #223452;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  transition: background-color 0.22s ease, backdrop-filter 0.22s ease, box-shadow 0.22s ease;
}

.header__inner {
  position: relative;
  z-index: 3;
  width: min(1440px, calc(100vw - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 92px;
  padding: 18px 0;
}

.nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 28px;
  align-items: center;
  white-space: nowrap;
}

.nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 400;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.nav a:hover,
.nav a:focus-visible,
.nav__accent {
  color: #fff;
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav__cta {
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.nav__cta::after {
  display: none;
}

.header__meta {
  text-align: right;
  color: rgba(255, 255, 255, 0.84);
}

.header__meta p {
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 1.3;
}

.header__phone {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

.header.is-scrolled {
  background: rgba(9, 18, 33, 0.2);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(8, 15, 28, 0.12);
}

.header.is-scrolled .header__inner {
  width: min(1440px, calc(100vw - 28px));
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 16px 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.burger,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  background:
    linear-gradient(120deg, rgba(7, 15, 28, 0.78), rgba(14, 28, 48, 0.46)),
    url("fon1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 140px 140px;
  opacity: 0.32;
  pointer-events: none;
}

.hero__backdrop,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__overlay {
  background: linear-gradient(180deg, rgba(7, 15, 28, 0.1) 0%, rgba(7, 15, 28, 0.08) 40%, rgba(7, 15, 28, 0.72) 100%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100vw - 40px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 132px 0 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  align-items: end;
  gap: 32px;
}

.hero__headline {
  align-self: end;
}

.hero h1 {
  max-width: 860px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.5rem, 7vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.hero__cta {
  align-self: end;
  justify-self: end;
  width: min(100%, 360px);
  display: grid;
  gap: 24px;
}

.hero__description,
.production__intro p,
.request__copy p,
.info-card p,
.benefit-card p,
.process-card p,
.contact-card p,
.legal-panel p,
.production__note p {
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
}

.hero__description {
  color: rgba(241, 246, 252, 0.9);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, #ffb45e 0%, #ff8f3a 52%, #ff6a3d 100%);
  border-color: rgba(255, 196, 120, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 244, 220, 0.42),
    0 0 0 8px rgba(255, 153, 74, 0.12),
    0 18px 42px rgba(255, 106, 61, 0.35);
}

.button--secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.glow {
  animation: pulseGlow 2.4s infinite;
}

@keyframes pulseGlow {
  0%,
  100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 244, 220, 0.42),
      0 0 0 8px rgba(255, 153, 74, 0.12),
      0 18px 42px rgba(255, 106, 61, 0.35);
  }
  50% {
    box-shadow:
      inset 0 1px 0 rgba(255, 249, 236, 0.55),
      0 0 0 14px rgba(255, 153, 74, 0.16),
      0 22px 48px rgba(255, 106, 61, 0.45);
  }
}

.benefits__grid,
.delivery__cards,
.contacts__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.benefits {
  padding: 90px 0 40px;
  background:
    linear-gradient(180deg, rgba(13, 22, 39, 0) 0%, rgba(233, 237, 242, 0.92) 18%, #e9edf2 100%);
}

.benefits__heading-wrap {
  margin-bottom: 28px;
}

.benefits__heading {
  max-width: none;
  margin-bottom: 0;
}

.benefits__viewport {
  width: 100%;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(100vw - 40px, 1440px);
  margin: 0 auto;
}

.benefits-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 18px 44px rgba(48, 31, 16, 0.12);
  background: #d8c0a3;
  opacity: 0;
  transform: translateY(38px) scale(0.98);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.benefits-grid.is-visible .benefits-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.benefits-grid.is-visible .benefits-card:nth-child(2) {
  transition-delay: 0.14s;
}

.benefits-grid.is-visible .benefits-card:nth-child(3) {
  transition-delay: 0.28s;
}

.benefits-card__image {
  width: 100%;
  min-height: 558px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.benefits-card__image--first {
  background-image: url("001.png");
}

.benefits-card__image--second {
  background-image: url("002.png");
}

.benefits-card__image--third {
  background-image: url("003.png");
}

.benefits-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(100vw - 40px, 1440px);
  margin: 16px auto 0;
}

.benefits-strip__item {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(26, 41, 64, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.52);
  color: #1a2940;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

.benefits-strip__icon {
  display: none;
}

.works {
  padding: 90px 0 40px;
  background:
    linear-gradient(180deg, #e9edf2 0%, #eef2f6 22%, #eef2f6 100%);
}

.works__heading {
  max-width: none;
  margin-bottom: 28px;
}

.works__viewport {
  width: 100%;
}

.works__image {
  width: min(100vw - 40px, 1440px);
  min-height: 820px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 18px 44px rgba(48, 31, 16, 0.12);
  background-image: url("fon 3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.benefit-card,
.process-card,
.info-card,
.request-form,
.contact-card,
.production__note,
.request__aside {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.benefit-card {
  padding: 28px;
}

.benefit-card span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #15253d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.benefit-card h3,
.info-card h3,
.contact-card h3 {
  margin: 22px 0 12px;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.production__grid,
.request__grid,
.delivery__grid,
.contacts__grid {
  display: grid;
  gap: 32px;
}

.production__grid,
.request__grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
}

.production__intro p,
.request__copy p,
.benefit-card p,
.process-card p,
.contact-card p,
.info-card p,
.legal-panel p,
.production__note p,
.request__aside ul {
  color: var(--muted);
}

.production__note {
  margin-top: 28px;
  padding: 24px;
  background: linear-gradient(180deg, #f7f9fc, #eef3f8);
}

.production__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.process-card {
  padding: 24px;
}

.process-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.delivery__grid {
  padding: 40px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #0d1627, #15253d);
  box-shadow: 0 30px 70px rgba(5, 12, 23, 0.18);
}

.delivery .section-tag {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.delivery h2,
.delivery__cards h3,
.delivery__cards p {
  color: #fff;
}

.info-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.info-card p {
  color: rgba(234, 240, 247, 0.78);
}

.request__copy,
.contacts__grid > div:first-child {
  padding-top: 10px;
}

.request__grid {
  grid-template-columns: 1fr;
}

.request__content {
  width: min(100%, 760px);
  margin: 0 auto;
}

.request__content h2 {
  margin-top: 0;
  margin-bottom: 26px;
}

.request__aside {
  margin-top: 28px;
  padding: 22px 24px;
  background: linear-gradient(180deg, #f7f9fc, #eef3f8);
}

.request__aside strong {
  display: block;
  font-size: 18px;
}

.request__aside ul {
  margin: 14px 0 0;
  padding-left: 18px;
  line-height: 1.8;
}

.request-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border-radius: var(--radius-xl);
  background: #fff;
}

.request-form label {
  display: grid;
  gap: 8px;
}

.request-form span {
  font-size: 13px;
  font-weight: 700;
  color: #213250;
}

.request-form input {
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(20, 32, 51, 0.12);
  border-radius: 10px;
  background: #f8fafc;
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.request-form input:focus {
  outline: none;
  border-color: rgba(20, 32, 51, 0.26);
  box-shadow: 0 0 0 4px rgba(20, 32, 51, 0.06);
  background: #fff;
}

.request-form__note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.contact-card {
  padding: 26px;
}

.contact-card a {
  font-size: 18px;
  font-weight: 700;
}

.footer {
  padding: 24px 0 48px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(20, 32, 51, 0.08);
  color: var(--muted);
}

.footer__inner p {
  margin: 0;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.legal-panels {
  padding: 0 0 56px;
}

.legal-panel {
  padding-top: 24px;
}

.legal-panel .container {
  padding: 26px 28px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid rgba(20, 32, 51, 0.08);
}

.notice {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  max-width: 360px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(9, 18, 33, 0.94);
  color: #fff;
  box-shadow: 0 18px 42px rgba(8, 15, 28, 0.22);
  transform: translateY(140%);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.notice.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 92px;
  z-index: 44;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(9, 18, 33, 0.78);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(8, 15, 28, 0.18);
  backdrop-filter: blur(16px);
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.scroll-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 45;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  width: min(88vw, 640px);
  padding: 12px 16px;
  border: 1px solid rgba(20, 32, 51, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: #1b2739;
  box-shadow: 0 14px 30px rgba(8, 15, 28, 0.12);
  transform: translateY(140%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.28s ease, opacity 0.28s ease;
  transform-origin: center bottom;
  margin-left: 0;
  translate: -50% 0;
}

.cookie-banner.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.cookie-banner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #687486;
}

.cookie-banner__button {
  min-width: 62px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  background: #f3f4f6;
  border: 1px solid rgba(20, 32, 51, 0.18);
  color: #4b5563;
  box-shadow: none;
}

@media (max-width: 1080px) {
  .nav,
  .header__meta {
    display: none;
  }

  .header {
    overflow: visible;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
  }

  .header.is-scrolled {
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
  }

  .header__inner {
    position: relative;
    z-index: 60;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
    padding: 14px 16px 0;
    margin: 0;
    min-height: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .burger {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(34, 52, 82, 0.28);
    border-radius: 50%;
    background: rgba(34, 52, 82, 0.88);
    cursor: pointer;
    justify-self: end;
    margin-left: auto;
    position: relative;
    z-index: 61;
    box-shadow: 0 10px 24px rgba(17, 28, 46, 0.2);
  }

  .burger span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .burger.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .burger.is-active span:nth-child(2) {
    opacity: 0;
  }

  .burger.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 50;
    min-height: 100vh;
    display: grid;
    align-content: start;
    gap: 18px;
    padding: 92px 16px 24px;
    max-height: none;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    background: rgba(8, 16, 29, 0.42);
    backdrop-filter: blur(18px);
    transform: translateY(-2%);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu__links {
    display: grid;
    gap: 14px;
    padding: 20px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    box-shadow: 0 20px 50px rgba(6, 12, 23, 0.16);
    color: #fff;
  }

  .mobile-menu__links a {
    font-weight: 400;
    font-size: 17px;
  }

  .mobile-menu__cta {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .hero__inner,
  .production__grid,
  .request__grid,
  .delivery__cards,
  .contacts__cards {
    grid-template-columns: 1fr;
  }

  .benefits__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 16px 8px;
    scrollbar-width: thin;
  }

  .benefits-grid {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(3, 360px);
    gap: 14px;
    margin: 0;
  }

  .benefits-card__image {
    min-height: 500px;
  }

  .benefits-strip {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(3, 360px);
    gap: 14px;
    margin: 14px 0 0;
  }

  .hero__inner {
    width: calc(100vw - 32px);
    padding: 126px 0 30px;
  }

  .hero__cta {
    justify-self: stretch;
    width: 100%;
  }

  .header.is-scrolled .header__inner {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 14px 16px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
  }

  .production__steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 80px 0;
  }

  .hero {
    min-height: 700px;
  }

  .hero__inner {
    width: calc(100vw - 24px);
    min-height: 700px;
    padding: 96px 0 18px;
    gap: 14px;
  }

  .header__inner {
    width: 100%;
    min-height: 0;
    padding: 12px 12px 0;
  }

  .mobile-menu {
    padding: 84px 12px 20px;
  }

  .header.is-scrolled .header__inner {
    width: 100%;
    padding: 12px 12px 0;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.5rem, 11vw, 4.1rem);
  }

  .hero__description {
    font-size: 15px;
    line-height: 1.6;
  }

  .hero__cta {
    gap: 16px;
  }

  .benefits {
    padding: 72px 0 20px;
  }

  .benefits__heading-wrap {
    margin-bottom: 18px;
  }

  .benefits__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 12px 8px;
    scrollbar-width: thin;
  }

  .benefits-grid {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(3, 300px);
    gap: 12px;
    margin: 0;
  }

  .benefits-card__image {
    min-height: 420px;
  }

  .benefits-strip {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(3, 300px);
    gap: 12px;
    margin: 12px 0 0;
  }

  .benefits-strip__item {
    min-height: 58px;
    padding: 10px 8px;
    border-radius: 14px;
    font-size: 18px;
  }

  .works {
    padding: 72px 0 20px;
  }

  .works__heading {
    margin-bottom: 18px;
  }

  .works__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 12px 8px;
    scrollbar-width: thin;
  }

  .works__image {
    width: 900px;
    min-height: 560px;
    margin: 0;
  }

  .button {
    width: 100%;
  }

  .production__steps {
    grid-template-columns: 1fr;
  }

  .delivery__grid {
    padding: 28px 18px;
    border-radius: 24px;
  }

  .request-form,
  .benefit-card,
  .info-card,
  .contact-card,
  .process-card,
  .production__note,
  .request__aside,
  .legal-panel .container {
    padding: 22px;
  }

  .footer__inner {
    flex-direction: column;
  }

  .notice {
    left: 16px;
    right: 16px;
    max-width: none;
  }

  .scroll-top {
    right: 12px;
    bottom: 84px;
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .cookie-banner {
    left: 50%;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    width: min(calc(100vw - 24px), 520px);
    padding: 10px 12px;
  }

  .cookie-banner__button {
    width: auto;
    min-width: 68px;
    min-height: 38px;
    padding: 0 16px;
  }
}
