@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --charcoal: #101412;
  --charcoal-soft: #1a211d;
  --forest: #193128;
  --forest-light: #26483b;
  --paper: #f5f4ef;
  --white: #ffffff;
  --ink: #171b18;
  --muted: #687069;
  --mist: #c7cec9;
  --line: rgba(23, 27, 24, 0.16);
  --line-light: rgba(255, 255, 255, 0.18);
  --copper: #bf7b43;
  --copper-light: #e0a06c;
  --sage: #b7c7b8;
  --shadow: 0 24px 60px rgba(10, 18, 14, 0.22);
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 92px;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

body.modal-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2,
h3,
p,
dl,
dd,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
.brand strong,
.button,
.text-action {
  letter-spacing: 0;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 200;
  padding: 10px 14px;
  color: var(--white);
  background: var(--charcoal);
  transform: translateY(-150%);
}

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

.wrapper {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  color: var(--white);
  background: rgba(16, 20, 18, 0.95);
  border-bottom: 1px solid var(--line-light);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: min(1280px, calc(100% - 40px));
  min-height: 80px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 246px;
}

.brand-sign {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--charcoal);
  background: var(--copper-light);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 800;
}

.brand-copy strong,
.brand-copy small {
  display: block;
}

.brand-copy strong {
  font-size: 16px;
  line-height: 1.1;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--mist);
  font-size: 11px;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.nav a {
  padding: 10px 12px;
  color: #e6ebe7;
  font-size: 13px;
  font-weight: 600;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--copper-light);
}

.header-contact {
  min-width: 174px;
  text-align: right;
}

.header-contact small,
.header-contact a {
  display: block;
}

.header-contact small {
  margin-bottom: 3px;
  color: var(--mist);
  font-size: 11px;
}

.header-contact a {
  font-size: 15px;
  font-weight: 800;
}

.menu-btn {
  width: 44px;
  height: 44px;
  display: none;
  padding: 0;
  border: 1px solid var(--line-light);
  border-radius: 4px;
  background: transparent;
}

.menu-btn span {
  width: 20px;
  height: 2px;
  display: block;
  margin: 5px auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: calc(100svh - 112px);
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(0.78) contrast(1.05);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(13, 18, 15, 0.96) 0%, rgba(13, 18, 15, 0.78) 43%, rgba(13, 18, 15, 0.26) 78%, rgba(13, 18, 15, 0.18) 100%),
    linear-gradient(0deg, rgba(13, 18, 15, 0.68) 0%, transparent 38%);
}

.hero-content {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 68px 0 46px;
}

.kicker {
  margin-bottom: 18px;
  color: var(--copper-light);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.kicker.dark {
  color: #8d552d;
}

.hero h1 {
  max-width: 810px;
  margin-bottom: 24px;
  font-size: 68px;
  line-height: 1.01;
  font-weight: 600;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 30px;
  color: #e1e6e2;
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions,
.contact-actions,
.quiz-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #17120e;
  background: var(--copper-light);
  border-color: var(--copper-light);
}

.button-primary:hover {
  background: #efb17f;
  border-color: #efb17f;
}

.button-quiet {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.4);
}

.button-quiet:hover {
  background: rgba(255, 255, 255, 0.13);
}

.button-outline {
  color: var(--ink);
  background: transparent;
  border-color: rgba(23, 27, 24, 0.32);
}

.button-outline:hover {
  background: #eeeee8;
}

.hero-facts {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 42px 0 0;
  padding: 18px 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.hero-facts div {
  padding: 0 20px;
  border-right: 1px solid var(--line-light);
}

.hero-facts div:first-child {
  padding-left: 0;
}

.hero-facts div:last-child {
  border-right: 0;
}

.hero-facts dt {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 800;
}

.hero-facts dd {
  color: var(--mist);
  font-size: 12px;
  line-height: 1.45;
}

.benefits-band {
  padding: 44px 0;
  color: var(--white);
  background: var(--forest);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefits-grid article {
  min-height: 144px;
  padding: 8px 38px;
  border-right: 1px solid var(--line-light);
}

.benefits-grid article:first-child {
  padding-left: 0;
}

.benefits-grid article:last-child {
  border-right: 0;
}

.benefits-grid span {
  display: block;
  margin-bottom: 24px;
  color: var(--copper-light);
  font-size: 11px;
  font-weight: 800;
}

.benefits-grid h2 {
  margin-bottom: 8px;
  font-size: 23px;
  line-height: 1.15;
}

.benefits-grid p {
  max-width: 320px;
  margin-bottom: 0;
  color: var(--mist);
  font-size: 14px;
  line-height: 1.6;
}

.services-section,
.steps-section,
.faq-section {
  padding: 100px 0;
  background: var(--paper);
}

.section-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}

.section-intro.compact {
  grid-template-columns: 1fr;
  max-width: 820px;
}

.section-intro h2,
.faq-heading h2,
.seo-layout h2,
.contacts-layout h2,
.quiz-heading h2,
.video-copy h2,
.craft-copy h2 {
  margin-bottom: 0;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 600;
}

.section-intro > p {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.service-list {
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 138px;
  padding: 26px 8px;
  border-bottom: 1px solid var(--line);
}

.service-row-featured {
  margin: 0 -18px;
  padding-right: 26px;
  padding-left: 26px;
  background: #e7ede7;
  border-bottom-color: transparent;
}

.service-number {
  align-self: start;
  padding-top: 6px;
  color: #8d552d;
  font-size: 12px;
  font-weight: 800;
}

.service-row h3 {
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 1.18;
  font-weight: 700;
}

.service-row p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.text-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: #704222;
  background: transparent;
  font-size: 13px;
  font-weight: 800;
}

.text-action::after {
  content: "↗";
  font-size: 16px;
}

.text-action:hover {
  color: var(--forest);
}

.text-action.standalone {
  margin-top: 10px;
}

.craft-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
  color: var(--white);
  background: var(--forest);
}

.craft-photo {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.craft-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.76) contrast(1.04);
}

.craft-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(16, 20, 18, 0.58), transparent 48%);
}

.craft-photo > span {
  position: absolute;
  left: 36px;
  bottom: 32px;
  z-index: 1;
  padding: 9px 12px;
  color: var(--white);
  background: rgba(16, 20, 18, 0.82);
  border: 1px solid var(--line-light);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.craft-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px clamp(44px, 7vw, 112px);
}

.craft-copy h2 {
  max-width: 680px;
  font-size: 42px;
}

.craft-lead {
  max-width: 690px;
  margin: 26px 0 32px;
  color: var(--mist);
  font-size: 16px;
  line-height: 1.75;
}

.craft-points {
  max-width: 700px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-light);
}

.craft-points li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-light);
}

.craft-points li > span {
  color: var(--copper-light);
  font-size: 11px;
  font-weight: 800;
}

.craft-points strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.craft-points p {
  margin-bottom: 0;
  color: var(--mist);
  font-size: 13px;
  line-height: 1.55;
}

.video-section {
  padding: 100px 0;
  background: #dce1dc;
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(56px, 8vw, 112px);
  align-items: center;
}

.video-frame {
  position: relative;
  width: min(420px, 100%);
  aspect-ratio: 29 / 53;
  justify-self: end;
  overflow: hidden;
  background: var(--charcoal);
  border: 1px solid rgba(23, 27, 24, 0.28);
  border-radius: 4px;
  box-shadow: 0 26px 54px rgba(10, 18, 14, 0.2);
}

.video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-copy {
  max-width: 650px;
}

.video-copy > p:not(.kicker) {
  max-width: 600px;
  margin: 24px 0 30px;
  color: #535c55;
  font-size: 16px;
  line-height: 1.75;
}

.video-facts {
  max-width: 620px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.video-facts div {
  min-height: 110px;
  padding: 20px 24px 20px 0;
}

.video-facts div + div {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.video-facts dt {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 800;
}

.video-facts dd {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.cases-section {
  padding: 100px 0;
  background: var(--paper);
}

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

.case-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.case-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 230px 112px;
  gap: 2px;
  background: var(--charcoal);
}

.case-photo {
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: var(--charcoal);
  border: 0;
  border-radius: 0;
  cursor: zoom-in;
}

.case-photo-main {
  grid-column: 1 / -1;
}

.case-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, opacity 220ms ease;
}

.case-photo:hover img,
.case-photo:focus-visible img {
  transform: scale(1.025);
  opacity: 0.9;
}

.case-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.case-number {
  margin-bottom: 10px;
  color: #8d552d;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.case-copy h3 {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.18;
}

.case-copy > p:not(.case-number) {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.case-zones {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.case-zones li {
  padding: 7px 9px;
  color: #465049;
  background: #edf0eb;
  border: 1px solid rgba(23, 27, 24, 0.1);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 800;
}

.reviews-section {
  padding: 100px 0;
  background: #e8ece7;
}

.reviews-intro {
  align-items: center;
}

.reviews-score {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 14px;
  padding: 12px 16px 12px 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.reviews-score-mark {
  width: 52px;
  height: 52px;
  display: grid;
  flex: 0 0 52px;
  place-items: center;
  color: var(--white);
  background: #2f6f52;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 800;
}

.reviews-score strong {
  font-size: 17px;
  line-height: 1.1;
}

.reviews-carousel-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 22px;
}

.reviews-carousel-toolbar > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.reviews-carousel-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reviews-position {
  min-width: 48px;
  margin-right: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.reviews-carousel-controls button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 1px solid #aab2ab;
  border-radius: 4px;
  font-size: 22px;
  line-height: 1;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.reviews-carousel-controls button:hover,
.reviews-carousel-controls button:focus-visible {
  color: var(--white);
  background: var(--forest);
  border-color: var(--forest);
}

.reviews-carousel {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 2px 0 8px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.reviews-track:focus-visible {
  outline: 2px solid #2f6f52;
  outline-offset: 5px;
}

.review-card {
  flex: 0 0 min(760px, calc(100% - 150px));
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(10, 18, 14, 0.08);
  scroll-snap-align: start;
}

.review-preview {
  width: 100%;
  height: 360px;
  display: grid;
  place-items: center;
  padding: 18px;
  background: var(--white);
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  cursor: zoom-in;
}

.review-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 180ms ease, opacity 180ms ease;
}

.review-preview:hover img,
.review-preview:focus-visible img {
  transform: scale(1.012);
  opacity: 0.94;
}

.review-card figcaption {
  min-height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
}

.review-card figcaption strong {
  font-size: 14px;
}

.review-card figcaption span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
  text-align: right;
}

.quiz-section {
  padding: 100px 0;
  color: var(--white);
  background: var(--charcoal);
}

.quiz-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: start;
}

.quiz-heading {
  position: sticky;
  top: 120px;
}

.quiz-heading h2 {
  font-size: 44px;
}

.quiz-heading > p:not(.kicker) {
  margin: 24px 0;
  color: var(--mist);
  font-size: 15px;
  line-height: 1.7;
}

.plain-phone {
  display: inline-block;
  color: var(--copper-light);
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 800;
}

.quiz-card {
  min-height: 520px;
  padding: 34px;
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.progress {
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.progress > div {
  height: 4px;
  margin-top: 10px;
  overflow: hidden;
  background: #dde2dd;
}

.progress i {
  width: 0;
  height: 100%;
  display: block;
  background: var(--copper);
  transition: width 220ms ease;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.quiz-step {
  display: none;
}

.quiz-step.is-active {
  display: grid;
  gap: 10px;
}

.quiz-step legend {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.quiz-step > label:not(.field-label) {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 4px 10px;
  padding: 16px;
  border: 1px solid #d9ded9;
  border-radius: 4px;
  background: #fbfcfa;
  cursor: pointer;
}

.quiz-step > label:not(.field-label):has(input:checked) {
  border-color: var(--forest-light);
  background: #e9f0ea;
}

.quiz-step input[type="radio"] {
  grid-row: span 2;
  accent-color: var(--forest);
}

.quiz-step label span {
  font-size: 14px;
  font-weight: 800;
}

.quiz-step label small {
  color: var(--muted);
  font-size: 12px;
}

.field-label,
.modal-panel form label {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
}

.quiz-final input,
.modal-panel input {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #cfd5cf;
  border-radius: 4px;
  outline: none;
}

.quiz-final input:focus,
.modal-panel input:focus {
  border-color: var(--forest-light);
  box-shadow: 0 0 0 3px rgba(38, 72, 59, 0.12);
}

.form-note {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.form-note a,
.seo-layout a {
  color: var(--forest-light);
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}

.quiz-controls {
  margin-top: 26px;
}

.is-hidden {
  display: none !important;
}

.steps-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.steps-list li {
  min-height: 260px;
  padding: 26px 28px 20px 0;
  border-right: 1px solid var(--line);
}

.steps-list li:not(:first-child) {
  padding-left: 28px;
}

.steps-list li:last-child {
  border-right: 0;
}

.steps-list span {
  display: block;
  margin-bottom: 70px;
  color: #8d552d;
  font-size: 12px;
  font-weight: 800;
}

.steps-list h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.2;
}

.steps-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.faq-section {
  padding-top: 40px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 120px;
}

.faq-heading h2 {
  font-size: 40px;
}

.faq-heading > p:not(.kicker) {
  margin: 20px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding-right: 48px;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: -5px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--forest);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 740px;
  margin: 16px 48px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.seo-section {
  padding: 82px 0;
  color: var(--white);
  background: var(--forest);
}

.seo-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}

.seo-layout h2 {
  font-size: 36px;
}

.seo-layout p {
  margin-bottom: 16px;
  color: var(--mist);
  font-size: 14px;
  line-height: 1.8;
}

.seo-layout p:last-child {
  margin-bottom: 0;
}

.contacts-section {
  padding: 96px 0;
  color: var(--white);
  background: var(--charcoal);
  border-top: 1px solid var(--line-light);
}

.contacts-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 54px 90px;
}

.contacts-layout h2 {
  max-width: 700px;
  font-size: 43px;
}

.contact-details {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--line-light);
}

.contact-details > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-light);
}

.contact-details span {
  color: var(--copper-light);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-details a,
.contact-details p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.contact-details a {
  font-weight: 800;
}

.contact-actions {
  grid-column: 1 / -1;
  padding-top: 12px;
}

.footer {
  padding: 26px 0;
  color: var(--mist);
  background: #0b0e0c;
  border-top: 1px solid var(--line-light);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.footer p {
  margin: 0;
  font-size: 12px;
}

.footer-link {
  padding: 0;
  color: var(--mist);
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 20px;
}

.mobile-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  color: var(--white);
  background: var(--charcoal);
  border-top: 1px solid var(--line-light);
}

.mobile-bar a {
  min-width: 0;
  height: 56px;
  flex: 1;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line-light);
  font-size: 12px;
  font-weight: 800;
}

.mobile-bar a:nth-child(2) {
  color: #17120e;
  background: var(--copper-light);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(7, 10, 8, 0.78);
}

.modal.is-open {
  display: grid;
}

.modal-panel {
  position: relative;
  width: min(500px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 32px;
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.modal-panel h2 {
  margin-bottom: 12px;
  padding-right: 42px;
  font-size: 32px;
  line-height: 1.1;
}

.modal-panel > p:not(.kicker) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.modal-panel form {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.modal-panel small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.modal-close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 38px;
  height: 38px;
  padding: 0;
  color: var(--ink);
  background: #eef0ec;
  border: 0;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
}

.media-modal {
  padding: 16px;
  background: rgba(7, 10, 8, 0.92);
}

.media-lightbox {
  position: relative;
  width: min(1180px, 100%);
  max-height: calc(100svh - 32px);
  overflow: auto;
  padding: 54px 18px 16px;
  background: #f1f3f0;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.media-lightbox-media {
  min-height: 240px;
  display: grid;
  place-items: center;
  overflow: auto;
  background: var(--white);
  border: 1px solid var(--line);
}

.media-lightbox-media img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100svh - 145px);
  object-fit: contain;
}

.media-lightbox > p {
  margin: 12px 2px 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.media-lightbox-close {
  color: var(--white);
  background: var(--forest);
}

.media-lightbox-close:hover,
.media-lightbox-close:focus-visible {
  background: #2f6f52;
}

.policy {
  width: min(720px, 100%);
}

.detail-hero {
  position: relative;
  min-height: min(700px, calc(100svh - 80px));
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
}

.detail-hero-image,
.detail-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.detail-hero-image {
  object-fit: cover;
}

.detail-hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 14, 12, 0.93) 0%, rgba(10, 14, 12, 0.67) 52%, rgba(10, 14, 12, 0.24) 100%),
    linear-gradient(0deg, rgba(10, 14, 12, 0.74), transparent 55%);
}

.detail-hero-content {
  position: relative;
  z-index: 1;
  padding: 84px 0 76px;
}

.breadcrumbs {
  margin-bottom: 42px;
  color: var(--mist);
  font-size: 12px;
  line-height: 1.5;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.46);
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--copper-light);
}

.detail-hero h1 {
  max-width: 940px;
  margin-bottom: 24px;
  font-size: 62px;
  line-height: 1.04;
}

.detail-hero-lead {
  max-width: 720px;
  margin-bottom: 30px;
  color: #e3e9e5;
  font-size: 18px;
  line-height: 1.65;
}

.detail-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-main-section {
  padding: 100px 0;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 82px;
  align-items: start;
}

.detail-copy {
  max-width: 780px;
}

.detail-copy h2 {
  margin-bottom: 24px;
  font-size: 44px;
  line-height: 1.12;
}

.detail-copy h3 {
  margin: 42px 0 14px;
  font-size: 24px;
  line-height: 1.25;
}

.detail-copy p {
  margin-bottom: 18px;
  color: #465048;
  font-size: 16px;
  line-height: 1.78;
}

.detail-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.detail-list li {
  position: relative;
  padding: 17px 0 17px 30px;
  border-bottom: 1px solid var(--line);
  color: #354039;
  font-size: 14px;
  line-height: 1.55;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 24px;
  width: 9px;
  height: 9px;
  background: var(--copper);
  border-radius: 50%;
}

.detail-aside {
  position: sticky;
  top: 112px;
  border-top: 4px solid var(--copper);
}

.detail-aside h2 {
  margin: 26px 0 18px;
  font-size: 27px;
  line-height: 1.18;
}

.detail-aside p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.detail-aside dl {
  margin: 26px 0;
  border-top: 1px solid var(--line);
}

.detail-aside dl div {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.detail-aside dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-aside dd {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.detail-aside .button {
  width: 100%;
}

.detail-process {
  padding: 90px 0;
  color: var(--white);
  background: var(--forest);
}

.detail-process h2 {
  max-width: 760px;
  margin-bottom: 46px;
  font-size: 42px;
  line-height: 1.15;
}

.detail-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
}

.detail-process-grid article {
  min-height: 230px;
  padding: 25px 28px 25px 0;
  border-right: 1px solid var(--line-light);
}

.detail-process-grid article:not(:first-child) {
  padding-left: 28px;
}

.detail-process-grid article:last-child {
  border-right: 0;
}

.detail-process-grid span {
  display: block;
  margin-bottom: 42px;
  color: var(--copper-light);
  font-size: 12px;
  font-weight: 800;
}

.detail-process-grid h3 {
  margin-bottom: 11px;
  font-size: 19px;
}

.detail-process-grid p {
  margin: 0;
  color: var(--mist);
  font-size: 13px;
  line-height: 1.65;
}

.detail-related {
  padding: 90px 0;
}

.detail-related h2 {
  margin-bottom: 34px;
  font-size: 38px;
}

.detail-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.detail-related-grid a {
  min-height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 28px 22px 0;
  border-right: 1px solid var(--line);
}

.detail-related-grid a:not(:first-child) {
  padding-left: 28px;
}

.detail-related-grid a:last-child {
  border-right: 0;
}

.detail-related-grid strong {
  font-size: 18px;
  line-height: 1.3;
}

.detail-related-grid span {
  color: var(--forest-light);
  font-size: 12px;
  font-weight: 800;
}

.detail-related-grid a:hover strong,
.detail-related-grid a:focus-visible strong {
  color: var(--forest-light);
}

.legal-hero {
  padding: 90px 0 74px;
  color: var(--white);
  background: var(--forest);
}

.legal-hero h1 {
  max-width: 880px;
  margin-bottom: 18px;
  font-size: 52px;
  line-height: 1.08;
}

.legal-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--mist);
  font-size: 15px;
  line-height: 1.7;
}

.legal-section {
  padding: 88px 0 104px;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: 80px;
  align-items: start;
}

.legal-summary {
  position: sticky;
  top: 112px;
  border-top: 4px solid var(--copper);
}

.legal-summary dl {
  margin: 20px 0 0;
}

.legal-summary div {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.legal-summary dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.legal-summary dd {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.legal-content {
  max-width: 780px;
}

.legal-content h2 {
  margin: 48px 0 16px;
  font-size: 30px;
  line-height: 1.22;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content h3 {
  margin: 30px 0 12px;
  font-size: 19px;
}

.legal-content p,
.legal-content li {
  color: #465048;
  font-size: 14px;
  line-height: 1.78;
}

.legal-content ul {
  margin: 15px 0 0;
  padding-left: 20px;
}

.legal-content a {
  color: var(--forest-light);
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}

.legal-note {
  margin: 28px 0;
  padding: 20px 22px;
  color: #29342d;
  background: #e9eee8;
  border-left: 4px solid var(--forest-light);
  font-size: 13px;
  line-height: 1.7;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 120;
  max-width: min(540px, calc(100% - 32px));
  padding: 14px 18px;
  color: #17120e;
  background: var(--copper-light);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  transform: translate(-50%, calc(100% + 140px));
  transition: transform 220ms ease;
}

.toast.is-visible {
  transform: translate(-50%, 0);
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .header-contact {
    justify-self: end;
  }

  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 20px 18px;
    background: rgba(16, 20, 18, 0.98);
    border-bottom: 1px solid var(--line-light);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .menu-btn {
    display: block;
  }

  .hero h1 {
    font-size: 56px;
  }

  .section-intro {
    gap: 44px;
  }

  .section-intro h2,
  .contacts-layout h2 {
    font-size: 40px;
  }

  .craft-copy {
    padding: 62px 44px;
  }

  .craft-copy h2 {
    font-size: 36px;
  }

  .video-layout {
    gap: 56px;
  }

  .video-copy h2 {
    font-size: 40px;
  }

  .case-gallery {
    grid-template-rows: 205px 100px;
  }

  .case-copy {
    padding: 21px;
  }

  .quiz-layout,
  .faq-layout,
  .seo-layout {
    gap: 46px;
  }

  .review-card {
    flex-basis: min(680px, calc(100% - 110px));
  }
}

@media (max-width: 820px) {
  .header-contact {
    display: none;
  }

  .hero {
    min-height: calc(100svh - 100px);
  }

  .hero h1 {
    max-width: 650px;
    font-size: 48px;
  }

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

  .benefits-grid article {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .benefits-grid article:last-child {
    border-bottom: 0;
  }

  .benefits-grid span {
    margin-bottom: 10px;
  }

  .section-intro,
  .video-layout,
  .quiz-layout,
  .faq-layout,
  .seo-layout,
  .contacts-layout {
    grid-template-columns: 1fr;
  }

  .section-intro {
    gap: 22px;
  }

  .craft-section {
    grid-template-columns: 1fr;
  }

  .craft-photo {
    min-height: 520px;
  }

  .video-frame {
    width: min(380px, 100%);
    justify-self: center;
  }

  .video-copy {
    max-width: 680px;
  }

  .cases-list {
    grid-template-columns: 1fr;
  }

  .case-gallery {
    grid-template-rows: 360px 150px;
  }

  .quiz-heading,
  .faq-heading {
    position: static;
  }

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

  .steps-list li:nth-child(2) {
    border-right: 0;
  }

  .steps-list li:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .contact-actions {
    grid-column: auto;
  }

  .reviews-score {
    justify-self: start;
  }

  .review-card {
    flex-basis: calc(100% - 72px);
  }

  .review-preview {
    height: 320px;
  }

  .detail-layout,
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .detail-aside,
  .legal-summary {
    position: static;
  }

  .detail-process-grid,
  .detail-related-grid {
    grid-template-columns: 1fr;
  }

  .detail-process-grid article,
  .detail-process-grid article:not(:first-child),
  .detail-related-grid a,
  .detail-related-grid a:not(:first-child) {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .detail-related-grid a,
  .detail-related-grid a:not(:first-child) {
    min-height: 135px;
    border-bottom-color: var(--line);
  }
}

@media (max-width: 620px) {
  section[id] {
    scroll-margin-top: 76px;
  }

  body {
    padding-bottom: 56px;
  }

  .wrapper,
  .header-inner {
    width: min(100% - 24px, 1180px);
  }

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

  .brand {
    min-width: 0;
  }

  .brand-sign {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }

  .brand-copy strong {
    font-size: 14px;
  }

  .brand-copy small {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav {
    top: 68px;
  }

  .hero {
    min-height: calc(100svh - 92px);
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(13, 18, 15, 0.92), rgba(13, 18, 15, 0.48)),
      linear-gradient(0deg, rgba(13, 18, 15, 0.78), transparent 50%);
  }

  .hero-content {
    padding: 46px 0 28px;
  }

  .hero h1 {
    margin-bottom: 18px;
    font-size: 39px;
    line-height: 1.04;
  }

  .hero-lead {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.58;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-facts {
    margin-top: 28px;
    padding: 14px 0;
  }

  .hero-facts div {
    padding: 0 10px;
  }

  .hero-facts dt {
    font-size: 12px;
  }

  .hero-facts dd {
    font-size: 10px;
  }

  .benefits-band {
    padding: 30px 0;
  }

  .services-section,
  .video-section,
  .cases-section,
  .reviews-section,
  .steps-section,
  .faq-section,
  .quiz-section,
  .contacts-section {
    padding: 68px 0;
  }

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

  .section-intro h2,
  .video-copy h2,
  .quiz-heading h2,
  .faq-heading h2,
  .contacts-layout h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .reviews-score {
    gap: 10px;
    padding: 9px 13px 9px 9px;
  }

  .reviews-score-mark {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    font-size: 21px;
  }

  .reviews-score strong {
    font-size: 13px;
  }

  .reviews-carousel-toolbar {
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 16px;
  }

  .reviews-carousel-toolbar > p {
    max-width: 170px;
    font-size: 12px;
  }

  .reviews-position {
    display: none;
  }

  .reviews-carousel-controls button {
    width: 42px;
    height: 42px;
  }

  .reviews-track {
    gap: 12px;
  }

  .review-card {
    flex-basis: calc(100% - 24px);
  }

  .review-preview {
    height: 260px;
    padding: 10px;
  }

  .review-card figcaption {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 14px 16px;
  }

  .review-card figcaption span {
    text-align: left;
  }

  .media-modal {
    padding: 8px;
  }

  .media-lightbox {
    max-height: calc(100svh - 16px);
    padding: 50px 8px 10px;
  }

  .media-lightbox-media {
    min-height: 180px;
  }

  .media-lightbox-media img {
    max-height: calc(100svh - 130px);
  }

  .service-row,
  .service-row-featured {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    margin: 0;
    padding: 24px 0;
  }

  .service-row h3 {
    font-size: 21px;
  }

  .service-row .text-action {
    grid-column: 2;
    width: fit-content;
  }

  .craft-photo {
    min-height: 410px;
  }

  .craft-photo > span {
    left: 18px;
    bottom: 18px;
  }

  .craft-copy {
    padding: 56px 20px;
  }

  .craft-copy h2 {
    font-size: 31px;
  }

  .craft-lead {
    font-size: 14px;
  }

  .video-layout {
    gap: 38px;
  }

  .video-frame {
    width: min(300px, 100%);
  }

  .video-copy > p:not(.kicker) {
    margin: 20px 0 26px;
    font-size: 14px;
  }

  .video-facts {
    grid-template-columns: 1fr;
  }

  .video-facts div {
    min-height: 0;
    padding: 17px 0;
  }

  .video-facts div + div {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .video-copy .button {
    width: 100%;
  }

  .case-gallery {
    grid-template-rows: 220px 92px;
  }

  .case-copy {
    padding: 20px;
  }

  .case-copy h3 {
    font-size: 21px;
  }

  .quiz-layout {
    gap: 34px;
  }

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

  .quiz-step legend {
    font-size: 22px;
  }

  .quiz-controls {
    align-items: stretch;
  }

  .quiz-controls .button {
    flex: 1;
  }

  .steps-list {
    grid-template-columns: 1fr;
  }

  .steps-list li,
  .steps-list li:not(:first-child) {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .steps-list li:first-child {
    border-top: 0;
  }

  .steps-list span {
    margin-bottom: 28px;
  }

  .faq-layout {
    gap: 38px;
  }

  .faq-list summary {
    font-size: 16px;
  }

  .seo-section {
    padding: 62px 0;
  }

  .seo-layout {
    gap: 26px;
  }

  .seo-layout h2 {
    font-size: 29px;
  }

  .contact-details > div {
    grid-template-columns: 88px 1fr;
  }

  .contact-actions {
    align-items: stretch;
  }

  .contact-actions .button {
    width: calc(50% - 5px);
  }

  .footer {
    padding-bottom: 26px;
  }

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

  .footer-links {
    justify-content: flex-start;
  }

  .detail-hero {
    min-height: calc(100svh - 160px);
  }

  .detail-hero-overlay {
    background:
      linear-gradient(90deg, rgba(10, 14, 12, 0.93), rgba(10, 14, 12, 0.55)),
      linear-gradient(0deg, rgba(10, 14, 12, 0.76), transparent 55%);
  }

  .detail-hero-content {
    padding: 54px 0 42px;
  }

  .breadcrumbs {
    margin-bottom: 30px;
  }

  .detail-hero h1 {
    margin-bottom: 18px;
    font-size: 39px;
    line-height: 1.05;
  }

  .detail-hero-lead {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.58;
  }

  .detail-hero-actions {
    align-items: stretch;
  }

  .detail-hero-actions .button {
    width: 100%;
  }

  .detail-main-section,
  .detail-related,
  .legal-section {
    padding: 68px 0;
  }

  .detail-copy h2 {
    font-size: 32px;
  }

  .detail-copy h3 {
    margin-top: 34px;
    font-size: 21px;
  }

  .detail-copy p {
    font-size: 14px;
  }

  .detail-process {
    padding: 68px 0;
  }

  .detail-process h2,
  .detail-related h2 {
    font-size: 31px;
  }

  .detail-process-grid span {
    margin-bottom: 24px;
  }

  .legal-hero {
    padding: 62px 0 54px;
  }

  .legal-hero h1 {
    font-size: 37px;
  }

  .legal-layout {
    gap: 42px;
  }

  .legal-content h2 {
    font-size: 25px;
  }

  .mobile-bar {
    display: flex;
  }

  .modal-panel {
    padding: 26px 20px;
  }

  .modal-panel h2 {
    font-size: 27px;
  }

  .toast {
    bottom: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
