:root {
  --charcoal: #11100e;
  --charcoal-2: #1b1713;
  --charcoal-3: #25211d;
  --ink: #171512;
  --ink-2: #39342e;
  --muted: #81786e;
  --muted-dark: #b6aca0;
  --paper: #f7f2eb;
  --paper-2: #eee6dc;
  --white: #ffffff;
  --gold: #c8a77f;
  --gold-2: #a98661;
  --steel: #53616c;
  --whatsapp: #25d366;
  --telegram: #2aabee;
  --max-blue: #00a6ff;
  --vk: #4c75a3;
  --line: rgba(23, 21, 18, 0.13);
  --line-light: rgba(255, 255, 255, 0.16);
  --glass: rgba(20, 17, 14, 0.58);
  --shadow: 0 22px 60px rgba(10, 8, 6, 0.22);
  --radius: 6px;
  --container: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#request,
#request-form,
#portfolio-request,
#faq-question,
#designer-request,
#about-request {
  scroll-margin-top: 96px;
}

.anchor-target {
  display: block;
  height: 0;
  overflow: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Onest", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 64px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  color: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid var(--line-light);
  background: linear-gradient(180deg, rgba(10, 9, 8, 0.74), rgba(10, 9, 8, 0.4));
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 86px;
}

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

.brand-logo {
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: color 0.2s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--white);
}

.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-messengers {
  display: flex;
  gap: 8px;
}

.header-messengers__link {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(200, 167, 127, 0.34);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.035);
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.header-messengers__link:hover {
  color: var(--gold);
  border-color: rgba(200, 167, 127, 0.74);
  background: rgba(200, 167, 127, 0.08);
  transform: translateY(-1px);
}

.header-messengers__icon,
.hero-social__icon,
.form-social__icon,
.footer-social__icon,
.floating-contact__icon,
.social-life__icon {
  display: inline-grid;
  place-items: center;
}

.header-messengers svg,
.hero-social svg,
.form-social svg,
.footer-social svg,
.floating-contact svg,
.social-life svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-icon-img {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  object-fit: contain;
}

.hero-social .social-icon-img,
.form-social .social-icon-img,
.social-life .social-icon-img {
  width: 22px;
  height: 22px;
}

.footer-social .social-icon-img,
.floating-contact .social-icon-img,
.faq-social .social-icon-img {
  width: 26px;
  height: 26px;
}

.header-messengers__link--whatsapp,
.hero-social__link--whatsapp,
.form-social__link--whatsapp,
.footer-social__link--whatsapp,
.floating-contact__link--whatsapp {
  color: var(--whatsapp);
  border-color: rgba(37, 211, 102, 0.58);
  background: rgba(37, 211, 102, 0.08);
}

.header-messengers__link--telegram,
.hero-social__link--telegram,
.form-social__link--telegram,
.footer-social__link--telegram,
.floating-contact__link--telegram,
.social-life__link--telegram_channel {
  color: var(--telegram);
  border-color: rgba(42, 171, 238, 0.58);
  background: rgba(42, 171, 238, 0.08);
}

.header-messengers__link--max,
.hero-social__link--max,
.form-social__link--max,
.footer-social__link--max,
.floating-contact__link--max,
.social-life__link--max_channel {
  color: var(--max-blue);
  border-color: rgba(0, 166, 255, 0.58);
  background: rgba(0, 166, 255, 0.08);
}

.footer-social__link--vk,
.social-life__link--vk {
  color: var(--vk);
  border-color: rgba(76, 117, 163, 0.62);
  background: rgba(76, 117, 163, 0.1);
}

.header-messengers__link--whatsapp:hover,
.hero-social__link--whatsapp:hover,
.form-social__link--whatsapp:hover,
.footer-social__link--whatsapp:hover,
.floating-contact__link--whatsapp:hover {
  color: #7df0a6;
  border-color: rgba(37, 211, 102, 0.95);
  background: rgba(37, 211, 102, 0.15);
}

.header-messengers__link--telegram:hover,
.hero-social__link--telegram:hover,
.form-social__link--telegram:hover,
.footer-social__link--telegram:hover,
.floating-contact__link--telegram:hover,
.social-life__link--telegram_channel:hover {
  color: #83d7ff;
  border-color: rgba(42, 171, 238, 0.95);
  background: rgba(42, 171, 238, 0.15);
}

.header-messengers__link--max:hover,
.hero-social__link--max:hover,
.form-social__link--max:hover,
.footer-social__link--max:hover,
.floating-contact__link--max:hover,
.social-life__link--max_channel:hover {
  color: #83d8ff;
  border-color: rgba(0, 166, 255, 0.95);
  background: rgba(0, 166, 255, 0.15);
}

.is-disabled {
  cursor: default;
  opacity: 0.58;
  pointer-events: none;
}

.header-phone {
  display: grid;
  gap: 1px;
  min-width: 164px;
  text-align: right;
}

.header-phone strong {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.header-phone span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.btn::after {
  content: "\2192";
  display: inline-block;
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.09);
}

.btn:hover::after {
  transform: translate(4px, -1px);
}

.btn-secondary {
  color: rgba(255, 255, 255, 0.86);
  background: transparent;
}

.btn-gold,
.btn-header {
  color: #211912;
  border-color: var(--gold);
  background: linear-gradient(135deg, #dfc29f, var(--gold));
}

.btn-header {
  min-width: 214px;
}

.btn-gold:hover,
.btn-header:hover {
  color: #17100a;
  background: linear-gradient(135deg, #ecd1ad, #cda77b);
  box-shadow: 0 14px 34px rgba(200, 167, 127, 0.18);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 790px;
  padding-top: 96px;
  color: var(--white);
  overflow: hidden;
  background: var(--charcoal);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 86px 0 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0, transparent calc(50% - 1px), rgba(200, 167, 127, 0.13) 50%, transparent calc(50% + 1px), transparent 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.08));
  display: none;
}

.hero-image,
.page-hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-image img,
.page-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.92) 0%, rgba(9, 8, 7, 0.74) 28%, rgba(9, 8, 7, 0.25) 62%, rgba(9, 8, 7, 0.46) 100%),
    linear-gradient(180deg, rgba(7, 7, 6, 0.6) 0%, rgba(7, 7, 6, 0.1) 45%, rgba(7, 7, 6, 0.86) 100%);
}

.hero-content,
.page-hero-content {
  position: relative;
  z-index: 2;
}

.hero-content {
  width: min(var(--container), calc(100% - 64px));
  padding: 78px 0 30px;
}

.hero-content::after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  bottom: 58px;
  color: rgba(255, 255, 255, 0.055);
  font-size: 126px;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 48px;
  height: 1px;
  background: currentColor;
}

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

h1,
.h1,
h2 {
  font-weight: 400;
  line-height: 1.04;
}

h1,
.h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: 64px;
}

.hero h1 {
  max-width: 1040px;
  margin-bottom: 30px;
  font-size: 76px;
  font-weight: 800;
  line-height: 0.98;
}

h1 span {
  display: block;
  color: var(--gold);
}

.hero h1 span {
  font-weight: 800;
}

h2 {
  margin-bottom: 24px;
  font-size: 48px;
}

h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.lead {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 19px;
}

.hero-actions,
.section-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-actions .btn {
  min-width: 236px;
}

.hero-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.hero-social > span {
  text-transform: uppercase;
  font-weight: 700;
}

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

.hero-social__link,
.form-social__link,
.social-life__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(200, 167, 127, 0.34);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.hero-social__link:hover,
.form-social__link:hover,
.social-life__link:hover {
  color: var(--gold);
  border-color: rgba(200, 167, 127, 0.72);
  background: rgba(200, 167, 127, 0.08);
  transform: translateY(-1px);
}

.hero-expertise {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  max-width: none;
  margin: 34px 0 0;
  padding-right: max(32px, calc((100% - var(--container)) / 2));
  padding-left: max(32px, calc((100% - var(--container)) / 2));
  overflow: hidden;
  border-top: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-feature {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 12px;
  min-height: 142px;
  padding: 18px 34px 22px;
  border-right: 0;
}

.hero-feature + .hero-feature::before {
  content: "";
  position: absolute;
  top: 70px;
  bottom: 18px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(200, 167, 127, 0.12), transparent);
}

.hero-feature-icon,
.trust-icon,
.step-icon,
.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 0;
  color: #c7a37b;
  background: transparent;
}

.hero-feature-icon svg,
.trust-icon svg,
.step-icon svg,
.feature-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-feature strong {
  display: block;
  color: #c7a37b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-feature span {
  display: block;
  margin-top: 6px;
  max-width: 210px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.45;
}

.estimate-bar {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  border-top: 1px solid rgba(23, 21, 18, 0.08);
  border-bottom: 1px solid rgba(23, 21, 18, 0.08);
  background:
    radial-gradient(circle at 18% 20%, rgba(200, 167, 127, 0.16), transparent 28%),
    radial-gradient(circle at 76% 34%, rgba(255, 255, 255, 0.68), transparent 30%),
    linear-gradient(180deg, #f8f3ec 0%, #f1e9de 100%);
}

.estimate-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(118deg, transparent 0 67%, rgba(200, 167, 127, 0.34) 67.08%, rgba(23, 21, 18, 0.08) 67.16%, transparent 67.35%),
    linear-gradient(90deg, transparent 0 12%, rgba(23, 21, 18, 0.055) 12.1%, transparent 12.2%),
    linear-gradient(90deg, transparent 0 86%, rgba(23, 21, 18, 0.055) 86.1%, transparent 86.2%);
}

.estimate-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr auto;
  align-items: center;
  gap: 40px;
  min-height: 198px;
  padding: 48px 0;
}

.estimate-layout .btn {
  min-width: 278px;
}

.estimate-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.estimate-layout h2 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 30px;
}

.estimate-layout p {
  max-width: 620px;
  margin-bottom: 0;
  color: #6f675f;
}

.section {
  padding: 96px 0;
}

.section-tight {
  padding: 56px 0;
}

.section-services {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: #12110f;
}

.section-services::before,
.section-services::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.section-services::before {
  z-index: -2;
  background: url("../../images/backgrounds/services-glass-study.webp") center / cover no-repeat;
  opacity: 0.62;
  filter: saturate(0.72) contrast(0.94);
}

.section-services::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(18, 17, 15, 0.72), rgba(18, 17, 15, 0.48) 50%, rgba(18, 17, 15, 0.7)),
    linear-gradient(180deg, rgba(18, 17, 15, 0.78), rgba(18, 17, 15, 0.42) 32%, rgba(18, 17, 15, 0.88));
}

.section-services > .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 1180px) {
  .section-services::before {
    inset: 0 0 auto;
    height: 1050px;
    background-position: 70% top;
    background-size: auto 100%;
  }
}

@media (max-width: 740px) {
  .section-services::before {
    height: 820px;
    background-position: 72% top;
    opacity: 0.52;
  }
}

.section-portfolio {
  background: var(--paper);
}

.section-atelier {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(17, 16, 14, 0.96), rgba(36, 31, 26, 0.98)),
    var(--charcoal);
}

.social-life {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 94px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.94) 0%, rgba(8, 7, 6, 0.84) 38%, rgba(8, 7, 6, 0.42) 68%, rgba(8, 7, 6, 0.64) 100%),
    linear-gradient(180deg, rgba(14, 12, 10, 0.18), rgba(14, 12, 10, 0.72)),
    image-set(
      url("/images/brand/social-news-bg.webp") type("image/webp"),
      url("/images/brand/social-news-bg.jpg") type("image/jpeg")
    );
  background-position: center;
  background-size: cover;
}

.social-life--compact {
  padding: 82px 0 88px;
  border-bottom: 1px solid rgba(200, 167, 127, 0.08);
}

.social-life::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(110deg, transparent 0 52%, rgba(255, 255, 255, 0.06) 52.2%, transparent 52.8%),
    linear-gradient(90deg, rgba(200, 167, 127, 0.18), transparent 28%, transparent 72%, rgba(200, 167, 127, 0.1));
  opacity: 0.78;
  pointer-events: none;
}

.social-life::after {
  content: "";
  display: none;
  position: absolute;
  right: max(28px, calc((100% - var(--container)) / 2));
  bottom: 16px;
  z-index: -1;
  color: rgba(255, 250, 242, 0.045);
  font-size: clamp(72px, 12vw, 190px);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.social-life__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: 48px;
  align-items: center;
  min-width: 0;
}

.social-life h2 {
  max-width: 660px;
  overflow-wrap: break-word;
}

.social-life p {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 17px;
  overflow-wrap: break-word;
}

.social-life__actions {
  display: grid;
  gap: 12px;
}

.social-life__link {
  justify-content: space-between;
  min-height: 58px;
  border-radius: var(--radius);
  padding: 0 18px;
}

.social-life__link::after {
  content: "\2192";
  color: currentColor;
  font-size: 18px;
}

.section-tint,
.section-stone {
  background: var(--paper-2);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 42px;
}

.section-head p {
  max-width: 610px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.section-services .section-head p,
.section-atelier p {
  color: rgba(255, 255, 255, 0.64);
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.link-arrow span,
.service-link span {
  display: inline-block;
  color: inherit;
  transition: transform 0.2s ease;
}

.link-arrow:hover span,
.service-card:hover .service-link span {
  transform: translateX(4px);
}

.section-services .link-arrow,
.section-atelier .link-arrow {
  color: var(--gold);
}

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

.service-card {
  position: relative;
  display: grid;
  min-height: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--charcoal-2);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.section:not(.section-services) .service-card {
  color: var(--ink);
  border-color: var(--line);
  background: var(--white);
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 167, 127, 0.65);
  box-shadow: var(--shadow);
}

.service-media {
  position: absolute;
  inset: 0;
  height: auto;
  overflow: hidden;
}

.service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 8, 7, 0.04) 0%, rgba(9, 8, 7, 0.72) 70%, rgba(9, 8, 7, 0.92) 100%);
}

.section:not(.section-services) .service-media::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.1) 36%, rgba(17, 16, 14, 0.76) 100%);
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.service-card:hover .service-media img {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.03);
}

.service-body {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  min-height: 0;
  height: 100%;
  padding: 28px;
}

.service-body h2,
.service-body h3 {
  color: inherit;
  font-size: 25px;
}

.service-body p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.section:not(.section-services) .service-body {
  color: var(--white);
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.work-row {
  display: grid;
  grid-template-columns: 1.28fr 1fr 1fr;
  grid-auto-rows: minmax(245px, auto);
  gap: 18px;
}

.work-card {
  display: block;
}

.portfolio-grid .work-card {
  width: 100%;
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: zoom-in;
  font: inherit;
  text-align: left;
}

.portfolio-grid .work-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.work-card:first-child {
  grid-row: span 2;
}

.work-card figure {
  position: relative;
  height: 100%;
  min-height: 245px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--charcoal-2);
}

.work-card picture {
  display: block;
  height: 100%;
  min-height: inherit;
  background: var(--charcoal-2);
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.work-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 8, 7, 0) 40%, rgba(9, 8, 7, 0.74) 100%);
}

.work-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.04) contrast(1.04);
}

.work-card figcaption {
  display: grid;
  gap: 6px;
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 2;
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
}

.work-card figcaption strong {
  font-size: 15px;
  font-weight: 600;
}

.work-card figcaption span {
  display: block;
  max-width: 92%;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.35;
}

.work-card__zoom {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: var(--white);
  background: rgba(12, 10, 8, 0.42);
  box-shadow: 0 16px 36px rgba(8, 6, 4, 0.18);
  opacity: 0;
  transform: translateY(-6px) scale(0.94);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
  backdrop-filter: blur(12px);
}

.work-card__zoom svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portfolio-grid .work-card:hover .work-card__zoom,
.portfolio-grid .work-card:focus-visible .work-card__zoom {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.home-assurance {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #171512;
}

.home-assurance::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("../../images/backgrounds/assurance-interior-sketch.webp") center / cover no-repeat;
  opacity: 0.38;
  pointer-events: none;
}

.home-assurance::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(23, 21, 18, 0.94) 0%, rgba(23, 21, 18, 0.8) 44%, rgba(23, 21, 18, 0.6) 100%),
    linear-gradient(180deg, rgba(23, 21, 18, 0.22), rgba(23, 21, 18, 0.5));
  pointer-events: none;
}

.assurance-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 84px;
  align-items: center;
}

.assurance-intro h2 {
  max-width: 610px;
}

.assurance-intro > p {
  max-width: 600px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.65;
}

.assurance-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.assurance-proof article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  padding: 20px 20px 20px 0;
}

.assurance-proof article + article {
  padding-left: 20px;
}

.assurance-proof article + article::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 1px;
  background: var(--line-light);
}

.assurance-proof strong {
  color: var(--white);
  font-size: 15px;
  line-height: 1.25;
}

.assurance-proof span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.45;
}

.assurance-link {
  margin-top: 30px;
}

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

.assurance-points article {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  min-width: 0;
  padding: 32px 30px 34px 0;
  border-bottom: 1px solid var(--line-light);
}

.assurance-points article:nth-child(even) {
  padding-right: 0;
  padding-left: 30px;
}

.assurance-points article:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  bottom: 24px;
  width: 1px;
  background: var(--line-light);
}

.assurance-points__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(200, 167, 127, 0.34);
  border-radius: 10px;
  color: var(--gold);
  background: rgba(200, 167, 127, 0.055);
}

.assurance-points__icon::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  background: #171512;
}

.assurance-points__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.assurance-points small {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.assurance-points h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 20px;
  line-height: 1.28;
}

.assurance-points p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.58;
}

@media (min-width: 1181px) and (max-width: 1320px) {
  .assurance-layout {
    grid-template-columns: 1fr;
    gap: 54px;
    padding-right: 84px;
  }

  .assurance-intro {
    max-width: 760px;
  }
}

.cta-band {
  padding: 88px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.96), rgba(25, 21, 17, 0.94)),
    var(--charcoal);
}

.cta-layout {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 48px;
  align-items: start;
}

.cta-copy {
  max-width: 430px;
}

.cta-copy p {
  color: rgba(255, 255, 255, 0.64);
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.form-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 4px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.form-social > span {
  font-weight: 700;
  text-transform: uppercase;
}

.form-social__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-social__link {
  min-height: 38px;
  padding: 0 13px;
}

.wide-panel .lead-form {
  grid-template-columns: 1fr;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.wide-panel .lead-form .form-wide,
.wide-panel .lead-form .form-full,
.wide-panel .lead-form .consent {
  grid-column: 1;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 0 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.lead-form textarea {
  min-height: 130px;
  padding-top: 16px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: rgba(200, 167, 127, 0.78);
  background: rgba(255, 255, 255, 0.09);
}

.form-wide {
  grid-column: 1 / -1;
}

.form-full {
  grid-column: 1 / -1;
}

.consent {
  display: flex !important;
  grid-column: 1 / -1;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.consent input {
  width: 16px;
  min-height: 16px;
  accent-color: var(--gold);
}

.consent a {
  color: var(--gold);
  text-decoration: underline;
}

.form-note {
  grid-column: 1 / -1;
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.filter-btn {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 18px;
  color: var(--ink-2);
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.filter-btn.is-active,
.filter-btn:hover {
  color: var(--white);
  border-color: var(--charcoal);
  background: var(--charcoal);
}

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

.portfolio-grid .work-card.is-hidden {
  display: none;
}

.portfolio-grid .work-card:first-child {
  grid-row: auto;
}

.portfolio-grid .work-card figure {
  aspect-ratio: 1.22 / 1;
}

.portfolio-more {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.portfolio-more[hidden] {
  display: none;
}

.portfolio-more__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 230px;
  min-height: 52px;
  border: 1px solid rgba(24, 21, 18, 0.18);
  border-radius: var(--radius);
  padding: 0 28px;
  color: var(--white);
  background: var(--charcoal);
  box-shadow: 0 18px 44px rgba(24, 21, 18, 0.14);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.portfolio-more__button:hover {
  transform: translateY(-1px);
  border-color: rgba(205, 168, 121, 0.72);
  background: #211c18;
  box-shadow: 0 24px 54px rgba(24, 21, 18, 0.18);
}

.portfolio-more__button:disabled {
  cursor: default;
  opacity: 0.58;
  transform: none;
}

.portfolio-more__button span {
  color: var(--gold);
  font-size: 16px;
  line-height: 1;
}

.portfolio-modal[hidden] {
  display: none;
}

.portfolio-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 32px;
}

.portfolio-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 8, 7, 0.78);
  backdrop-filter: blur(10px);
}

.portfolio-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, 0.72fr);
  width: min(1120px, 100%);
  max-height: calc(100vh - 64px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    var(--charcoal);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.44);
}

.portfolio-modal__media {
  display: block;
  min-height: 520px;
  background: var(--charcoal-2);
}

.portfolio-modal__media img {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 64px);
  object-fit: cover;
}

.portfolio-modal__content {
  display: grid;
  align-content: center;
  gap: 18px;
  min-width: 0;
  padding: 48px;
}

.portfolio-modal__content h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.08;
}

.portfolio-modal__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
}

.portfolio-modal__cta {
  justify-self: start;
  margin-top: 10px;
}

.portfolio-modal-social {
  display: grid;
  gap: 12px;
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.portfolio-modal-social__title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 700;
}

.portfolio-modal-social__links {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.portfolio-modal-social__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0 14px 0 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  text-transform: uppercase;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.portfolio-modal-social__link:hover {
  border-color: rgba(200, 167, 127, 0.5);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.portfolio-modal-social__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--white);
}

.portfolio-modal-social__icon svg,
.portfolio-modal-social__icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.portfolio-modal-social__link--vk {
  color: #7fb3ee;
}

.portfolio-modal-social__link--telegram_channel {
  color: var(--telegram);
}

.portfolio-modal-social__link--max,
.portfolio-modal-social__link--max_channel {
  color: var(--max-blue);
}

.portfolio-modal__close,
.portfolio-modal__nav {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--white);
  background: rgba(12, 10, 8, 0.54);
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
  backdrop-filter: blur(12px);
}

.portfolio-modal__close:hover,
.portfolio-modal__nav:hover {
  border-color: rgba(200, 167, 127, 0.58);
  background: rgba(200, 167, 127, 0.18);
  transform: translateY(-1px);
}

.portfolio-modal__close {
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
}

.portfolio-modal__close span,
.portfolio-modal__close span::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
}

.portfolio-modal__close span::after {
  content: "";
  transform: rotate(90deg);
}

.portfolio-modal__nav {
  top: 50%;
  width: 48px;
  height: 48px;
  font-size: 22px;
  transform: translateY(-50%);
}

.portfolio-modal__nav:hover {
  transform: translateY(calc(-50% - 1px));
}

.portfolio-modal__nav:disabled {
  opacity: 0.32;
  pointer-events: none;
}

.portfolio-modal__nav--prev {
  left: 18px;
}

.portfolio-modal__nav--next {
  right: 18px;
}

body.portfolio-modal-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .portfolio-modal {
    padding: 14px;
  }

  .portfolio-modal__dialog {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 28px);
    overflow-y: auto;
  }

  .portfolio-modal__media {
    min-height: 0;
    height: min(56vh, 420px);
  }

  .portfolio-modal__media img {
    max-height: none;
  }

  .portfolio-modal__content {
    padding: 26px 22px 28px;
  }

  .portfolio-modal__cta {
    justify-self: stretch;
  }

  .portfolio-modal-social {
    justify-items: center;
    text-align: center;
  }

  .portfolio-modal-social__links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 8px;
    width: auto;
    max-width: 100%;
  }

  .portfolio-modal-social__link {
    display: inline-flex;
    width: auto;
    min-height: 38px;
    gap: 7px;
    padding: 0 10px 0 6px;
    text-align: left;
  }

  .portfolio-modal-social__icon {
    width: 26px;
    height: 26px;
  }

  .portfolio-modal-social__icon svg,
  .portfolio-modal-social__icon img {
    width: 16px;
    height: 16px;
  }

  .portfolio-modal__nav {
    top: min(30vh, 230px);
  }
}

.show-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.56);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 62px;
  border: 0;
  padding: 0 20px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-weight: 700;
}

.faq-question::after {
  content: "+";
  color: var(--gold-2);
  font-size: 22px;
  font-weight: 400;
}

.faq-item.is-open .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  color: var(--muted);
}

.faq-item.is-open .faq-answer {
  display: block;
}

.page-hero {
  position: relative;
  min-height: 470px;
  padding-top: 98px;
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 98px 0 0;
  z-index: 2;
  pointer-events: none;
  display: none;
}

.page-hero-content {
  width: min(720px, calc(100% - 64px));
  max-width: 720px;
  margin-left: max(32px, calc((100% - var(--container)) / 2));
  margin-right: auto;
  padding: 84px 0 88px;
}

.page-hero-content::after {
  content: "";
  display: none;
  position: absolute;
  right: -260px;
  bottom: 48px;
  color: rgba(255, 255, 255, 0.055);
  font-size: 112px;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.page-hero h1 {
  max-width: 720px;
  font-size: 58px;
}

.page-hero .lead {
  color: rgba(255, 255, 255, 0.72);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumb a {
  color: var(--gold-2);
}

.text-page {
  max-width: 900px;
}

.text-page h2 {
  margin-top: 34px;
  font-size: 28px;
  font-weight: 500;
}

.text-page p,
.text-page li {
  color: var(--ink-2);
}

.text-page ul {
  padding-left: 20px;
}

.service-detail {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 52px;
  align-items: start;
}

.service-detail picture {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--charcoal-2);
}

.service-detail img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.service-hero .page-hero-content {
  max-width: 820px;
}

.service-hero::after {
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.78) 0%, rgba(9, 8, 7, 0.58) 34%, rgba(9, 8, 7, 0.14) 68%, rgba(9, 8, 7, 0.28) 100%),
    linear-gradient(180deg, rgba(7, 7, 6, 0.42) 0%, rgba(7, 7, 6, 0.06) 46%, rgba(7, 7, 6, 0.72) 100%);
}

.service-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-social__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-social__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0 14px 0 7px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.service-social__link:hover {
  border-color: rgba(200, 167, 127, 0.58);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.service-social__icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
}

.service-social .social-icon-img {
  width: 20px;
  height: 20px;
  border-radius: 0;
}

.service-social__link--whatsapp {
  color: #79efa4;
  border-color: rgba(37, 211, 102, 0.42);
}

.service-social__link--telegram {
  color: #82d9ff;
  border-color: rgba(42, 171, 238, 0.46);
}

.service-social__link--max {
  color: #8bdcff;
  border-color: rgba(0, 166, 255, 0.46);
}

.service-decision {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(200, 167, 127, 0.13), transparent 24rem),
    linear-gradient(180deg, #f6f0e8, #fbf8f3);
}

.service-decision::before {
  content: "";
  position: absolute;
  right: max(20px, calc((100% - var(--container)) / 2));
  bottom: 60px;
  width: min(32vw, 430px);
  height: min(32vw, 430px);
  border: 1px solid rgba(200, 167, 127, 0.16);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 55% 45%, rgba(200, 167, 127, 0.1), transparent 58%);
  pointer-events: none;
}

.service-decision__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.7fr);
  gap: 72px;
  align-items: center;
}

.service-decision__copy p {
  max-width: 740px;
  color: var(--muted);
  font-size: 18px;
}

.service-decision__quote {
  display: grid;
  gap: 8px;
  max-width: 680px;
  margin-top: 34px;
  border-left: 1px solid rgba(200, 167, 127, 0.55);
  padding-left: 24px;
}

.service-decision__quote strong {
  color: var(--ink);
  font-size: 20px;
}

.service-decision__quote span {
  color: var(--muted);
}

.service-brief-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(23, 21, 18, 0.1);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(247, 242, 235, 0.78)),
    radial-gradient(circle at 100% 0, rgba(200, 167, 127, 0.2), transparent 13rem);
  box-shadow: 0 24px 70px rgba(57, 48, 39, 0.1);
}

.service-brief-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -35% auto;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(200, 167, 127, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.service-brief-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-size: 30px;
}

.service-brief-card > p {
  position: relative;
  z-index: 1;
  color: var(--muted);
}

.service-brief-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin: 28px 0 28px;
}

.service-brief-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
}

.service-brief-list article > span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(200, 167, 127, 0.34);
  border-radius: 10px;
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.58);
}

.service-brief-list svg,
.service-brief-social svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-brief-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.service-brief-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.service-brief-card .btn {
  position: relative;
  z-index: 1;
  width: 100%;
}

.service-brief-social {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.service-brief-social > span {
  flex: 1 1 100%;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-brief-social__link {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(23, 21, 18, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.service-brief-social__link:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 167, 127, 0.48);
}

.service-brief-social .social-icon-img {
  width: 24px;
  height: 24px;
}

.service-scenarios {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0, rgba(200, 167, 127, 0.16), transparent 24rem),
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.48), transparent 30rem),
    linear-gradient(180deg, #f2eadf 0%, #e9dfd2 100%);
}

.service-scenarios::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("../../images/backgrounds/service-scenarios-schematic.svg") center 48% / min(1780px, 118vw) auto no-repeat;
  opacity: 1;
  pointer-events: none;
}

.service-scenarios::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(242, 234, 223, 0.82) 0%, rgba(242, 234, 223, 0.46) 34%, rgba(242, 234, 223, 0.32) 64%, rgba(242, 234, 223, 0.74) 100%),
    radial-gradient(circle at 50% 59%, rgba(255, 255, 255, 0.26), transparent 34rem);
  pointer-events: none;
}

.service-scenarios .container {
  position: relative;
  z-index: 1;
}

.service-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(23, 21, 18, 0.09);
  border-radius: 10px;
  background: rgba(23, 21, 18, 0.08);
  box-shadow: 0 32px 90px rgba(57, 48, 39, 0.12);
  backdrop-filter: blur(4px);
}

.service-scenario-grid article {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 230px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(247, 242, 235, 0.58));
}

.service-scenario-grid__icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  border: 1px solid rgba(200, 167, 127, 0.34);
  border-radius: 14px;
  color: var(--gold-2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(235, 222, 205, 0.42));
  box-shadow: 0 18px 42px rgba(57, 48, 39, 0.08);
}

.service-scenario-grid__icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-scenario-grid__number {
  position: absolute;
  top: 28px;
  right: 28px;
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.service-scenario-grid h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.service-scenario-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.service-choice {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(200, 167, 127, 0.1), transparent 26rem),
    linear-gradient(180deg, #fbf8f3, #f6f0e8);
}

.service-choice__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.85fr);
  gap: 68px;
  align-items: start;
}

.service-choice__copy > p {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}

.service-included {
  max-width: 700px;
  margin-top: 38px;
  border-top: 1px solid rgba(200, 167, 127, 0.25);
  padding-top: 28px;
}

.service-included h3 {
  margin-bottom: 18px;
  font-size: 24px;
}

.service-included ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-included li {
  position: relative;
  padding-left: 24px;
  color: var(--ink-2);
  font-size: 15px;
}

.service-included li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid var(--gold-2);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px rgba(200, 167, 127, 0.12);
}

.service-choice__cards {
  display: grid;
  gap: 16px;
}

.service-choice__cards article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: start;
  min-height: 132px;
  border: 1px solid rgba(23, 21, 18, 0.09);
  border-radius: 10px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(247, 242, 235, 0.76));
  box-shadow: 0 18px 48px rgba(57, 48, 39, 0.055);
}

.service-choice__cards article > span {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(200, 167, 127, 0.35);
  border-radius: 12px;
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.62);
}

.service-choice__cards svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-choice__cards strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
}

.service-choice__cards p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.service-flow {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 104px 0 96px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 12%, rgba(200, 167, 127, 0.2), transparent 30rem),
    radial-gradient(circle at 18% 82%, rgba(255, 255, 255, 0.04), transparent 24rem),
    linear-gradient(180deg, #18130f 0%, #11100e 62%, #0b0a09 100%);
}

.service-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, transparent calc(50% - 1px), rgba(200, 167, 127, 0.08) 50%, transparent calc(50% + 1px), transparent 100%),
    linear-gradient(112deg, transparent 0 64%, rgba(255, 255, 255, 0.075) 64.15%, transparent 64.7%),
    repeating-linear-gradient(90deg, transparent 0 24%, rgba(200, 167, 127, 0.045) 24.05%, transparent 24.12%);
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}

.service-flow::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background:
    linear-gradient(180deg, transparent, rgba(6, 5, 4, 0.42)),
    radial-gradient(ellipse at 50% 100%, rgba(200, 167, 127, 0.12), transparent 42rem);
  pointer-events: none;
  z-index: 0;
}

.service-flow .container {
  position: relative;
  z-index: 1;
}

.service-flow__head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.48fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: end;
  margin-bottom: 44px;
}

.service-flow__head h2 {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--white);
}

.service-flow__intro {
  max-width: 430px;
  border-left: 1px solid rgba(200, 167, 127, 0.22);
  padding: 4px 0 4px 28px;
}

.service-flow__intro p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
}

.service-flow__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.service-flow__steps::before {
  content: "";
  position: absolute;
  top: 56px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 167, 127, 0.36), transparent);
  pointer-events: none;
}

.service-flow__steps article {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 256px;
  border: 1px solid rgba(200, 167, 127, 0.18);
  border-radius: 14px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    rgba(15, 13, 11, 0.76);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.service-flow__steps article::after {
  content: "";
  position: absolute;
  top: 50px;
  right: -15px;
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(200, 167, 127, 0.45);
  border-right: 1px solid rgba(200, 167, 127, 0.45);
  transform: rotate(45deg);
  background: transparent;
}

.service-flow__steps article:last-child::after {
  content: none;
}

.service-flow__number {
  position: absolute;
  top: 24px;
  right: 24px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.service-flow__icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 24px 0 28px;
  border: 1px solid rgba(200, 167, 127, 0.36);
  border-radius: 16px;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.service-flow__icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-flow__steps h3 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 21px;
  line-height: 1.12;
}

.service-flow__steps p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
}

.service-flow__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
  border: 1px solid rgba(200, 167, 127, 0.16);
  border-radius: 14px;
  padding: 22px 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(10, 9, 8, 0.5);
}

.service-flow__cta p {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.service-faq__copy p {
  color: var(--muted);
  font-size: 17px;
}

.service-faq__card {
  display: grid;
  gap: 10px;
  max-width: 430px;
  margin-top: 28px;
  border: 1px solid rgba(23, 21, 18, 0.09);
  border-radius: 10px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(247, 242, 235, 0.74));
}

.service-faq__card strong {
  color: var(--ink);
  font-size: 20px;
}

.service-faq__card span {
  color: var(--muted);
}

.service-proof {
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(17, 14, 12, 0.98), rgba(21, 17, 14, 0.98)),
    var(--charcoal);
  border-top: 1px solid rgba(200, 167, 127, 0.14);
  border-bottom: 1px solid rgba(200, 167, 127, 0.12);
}

.service-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.service-proof article {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px 18px;
  align-items: center;
  min-height: 132px;
  padding: 26px 28px;
}

.service-proof article + article::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(200, 167, 127, 0.22), transparent);
}

.service-proof article > span {
  grid-row: span 2;
  color: var(--gold);
}

.service-proof svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-proof strong {
  color: var(--gold);
  font-size: 14px;
  text-transform: uppercase;
}

.service-proof p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.service-intro__grid,
.service-specs__grid,
.service-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.74fr);
  gap: 56px;
  align-items: start;
}

.service-intro__copy p,
.service-specs__grid p,
.service-faq__grid p {
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.service-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(200, 167, 127, 0.28);
  border-radius: 999px;
  padding: 0 16px;
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  font-weight: 700;
}

.service-intro__panel {
  padding: 34px;
  border: 1px solid rgba(23, 21, 18, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(247, 242, 235, 0.74)),
    radial-gradient(circle at 100% 0, rgba(200, 167, 127, 0.16), transparent 12rem);
  box-shadow: 0 22px 56px rgba(57, 48, 39, 0.075);
}

.service-checklist {
  display: grid;
  gap: 14px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.service-checklist li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-2);
}

.service-checklist li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid var(--gold-2);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px rgba(200, 167, 127, 0.12);
}

.service-options {
  display: grid;
  gap: 14px;
}

.service-options article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 86px;
  border: 1px solid rgba(23, 21, 18, 0.08);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.58);
}

.service-options article span {
  color: var(--gold-2);
}

.service-options svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-options p {
  margin-bottom: 0;
  color: var(--ink-2);
  font-size: 15px;
}

.work-row--service {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(320px, auto);
}

.service-faq .faq-list {
  display: grid;
  gap: 12px;
}

.service-faq .faq-item {
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 42px rgba(57, 48, 39, 0.045);
}

.related-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.related-services a {
  display: grid;
  gap: 10px;
  min-height: 142px;
  border: 1px solid rgba(23, 21, 18, 0.1);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255, 255, 255, 0.56);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.related-services a::after {
  content: "\2192";
  align-self: end;
  color: var(--gold-2);
  font-size: 20px;
}

.related-services a:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 167, 127, 0.45);
  box-shadow: 0 18px 44px rgba(57, 48, 39, 0.08);
}

.related-services strong {
  color: var(--ink);
  font-size: 18px;
}

.related-services span {
  color: var(--muted);
  font-size: 14px;
}

.designers-page .page-hero .lead {
  max-width: 720px;
}

.designers-page .page-hero-image img {
  object-position: center;
}

.designers-page .page-hero::after {
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.94) 0%, rgba(9, 8, 7, 0.78) 34%, rgba(9, 8, 7, 0.22) 68%, rgba(9, 8, 7, 0.44) 100%),
    linear-gradient(180deg, rgba(7, 7, 6, 0.52) 0%, rgba(7, 7, 6, 0.08) 48%, rgba(7, 7, 6, 0.9) 100%);
}

.designers-intro {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(200, 167, 127, 0.14), transparent 24rem),
    linear-gradient(180deg, #f6f0e8, #fbf8f3);
}

.designers-intro::before {
  content: "";
  position: absolute;
  right: max(24px, calc((100% - var(--container)) / 2));
  bottom: 42px;
  width: min(34vw, 420px);
  height: min(34vw, 420px);
  border: 1px solid rgba(200, 167, 127, 0.16);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 58% 42%, rgba(200, 167, 127, 0.11), transparent 58%);
  pointer-events: none;
}

.designers-intro__grid,
.designers-products__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 56px;
  align-items: start;
}

.designers-intro p,
.designers-products p {
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
}

.designers-intro__aside {
  display: grid;
  gap: 14px;
}

.designers-contact-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(23, 21, 18, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(247, 242, 235, 0.78)),
    radial-gradient(circle at 100% 0, rgba(200, 167, 127, 0.18), transparent 12rem);
  box-shadow: 0 22px 56px rgba(57, 48, 39, 0.075);
}

.designers-contact-card::before {
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(200, 167, 127, 0.2);
  transform: rotate(45deg);
}

.designers-contact-card strong {
  position: relative;
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.2;
}

.designers-contact-card p {
  position: relative;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 15px;
}

.designers-project-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  border: 1px solid rgba(200, 167, 127, 0.22);
  border-radius: var(--radius);
  padding: 28px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(10, 9, 8, 0.92), rgba(10, 9, 8, 0.48)),
    url("/images/brand/designers-studio-bg.webp");
  background-position: 64% center;
  background-size: cover;
  box-shadow: 0 24px 58px rgba(34, 27, 21, 0.12);
}

.designers-project-card::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(226, 196, 158, 0.18);
  border-radius: calc(var(--radius) - 4px);
  pointer-events: none;
}

.designers-project-card span {
  display: inline-flex;
  margin-bottom: 36px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.designers-project-card strong {
  display: block;
  max-width: 300px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.12;
}

.designers-project-card p {
  max-width: 300px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.designers-social {
  display: grid;
  gap: 10px;
}

.designers-social__link {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  border: 1px solid rgba(23, 21, 18, 0.1);
  border-radius: var(--radius);
  padding: 0 14px 0 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.designers-social__link::after {
  content: "\2192";
  color: var(--gold-2);
  font-size: 18px;
}

.designers-social__link:hover {
  transform: translateY(-1px);
  border-color: rgba(200, 167, 127, 0.42);
  background: rgba(255, 255, 255, 0.86);
}

.designers-social__icon {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 8px 18px rgba(57, 48, 39, 0.1);
}

.designers-social .social-icon-img {
  width: 22px;
  height: 22px;
  border-radius: 0;
}

.designers-social__link--whatsapp {
  color: #15964a;
}

.designers-social__link--telegram {
  color: var(--telegram);
}

.designers-social__link--max {
  color: var(--max-blue);
}

.designers-benefits__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.designers-benefits {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(246, 240, 232, 0.98) 0%, rgba(246, 240, 232, 0.92) 52%, rgba(246, 240, 232, 0.68) 100%),
    url("/images/brand/designers-studio-bg.webp");
  background-position: center;
  background-size: cover;
}

.designers-benefits::before,
.about-benefits::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 0 56%, rgba(200, 167, 127, 0.12) 56.2%, transparent 57%),
    radial-gradient(circle at 84% 12%, rgba(255, 255, 255, 0.34), transparent 24rem);
}

.designers-benefits .section-head,
.about-benefits .section-head {
  position: relative;
  z-index: 1;
}

.designers-benefits__grid article {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border: 1px solid rgba(200, 167, 127, 0.18);
  border-radius: var(--radius);
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 250, 242, 0.56)),
    rgba(255, 255, 255, 0.34);
  box-shadow: 0 22px 52px rgba(57, 48, 39, 0.06);
  backdrop-filter: blur(10px);
}

.designers-benefits__grid article::after,
.about-benefits__grid article::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 98px;
  height: 98px;
  border: 1px solid rgba(200, 167, 127, 0.14);
  transform: rotate(45deg);
}

.designers-benefits__grid span {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  color: var(--gold-2);
  border: 1px solid rgba(200, 167, 127, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 34px rgba(57, 48, 39, 0.08);
}

.designers-benefits__grid svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.designers-benefits__grid h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
}

.designers-benefits__grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.designers-steps {
  counter-reset: designerSteps;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.designers-steps article {
  counter-increment: designerSteps;
  position: relative;
  min-height: 184px;
  border: 1px solid rgba(200, 167, 127, 0.18);
  border-radius: var(--radius);
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 242, 235, 0.28));
}

.designers-steps article::before {
  content: "0" counter(designerSteps);
  position: absolute;
  right: 22px;
  top: 20px;
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 800;
}

.designers-steps article span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  color: var(--gold-2);
}

.designers-steps article svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.designers-steps strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 18px;
}

.designers-steps p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.designers-product-links {
  display: grid;
  gap: 10px;
}

.designers-product-links a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 18px;
  align-items: center;
  min-height: 68px;
  border-bottom: 1px solid rgba(23, 21, 18, 0.1);
  padding: 0 0 14px;
}

.designers-product-links a::after {
  content: "\2192";
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--gold-2);
  font-size: 18px;
}

.designers-product-links strong {
  color: var(--ink);
  font-size: 17px;
}

.designers-product-links span {
  color: var(--muted);
  font-size: 13px;
}

.designers-request .lead-form {
  background: rgba(255, 255, 255, 0.08);
}

.about-page .page-hero .lead {
  max-width: 760px;
}

.about-page .page-hero-image img {
  object-position: center;
}

.about-page .page-hero::after {
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.95) 0%, rgba(9, 8, 7, 0.78) 36%, rgba(9, 8, 7, 0.28) 70%, rgba(9, 8, 7, 0.5) 100%),
    linear-gradient(180deg, rgba(7, 7, 6, 0.58) 0%, rgba(7, 7, 6, 0.12) 45%, rgba(7, 7, 6, 0.9) 100%);
}

.about-intro {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(200, 167, 127, 0.15), transparent 26rem),
    linear-gradient(180deg, #fbf8f3, #f5efe7);
}

.about-intro__grid,
.about-directions__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 56px;
  align-items: start;
}

.about-intro p,
.about-directions p {
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
}

.about-intro__aside {
  display: grid;
  gap: 14px;
}

.about-signature-card {
  position: relative;
  overflow: hidden;
  min-height: 242px;
  border: 1px solid rgba(200, 167, 127, 0.22);
  border-radius: var(--radius);
  padding: 30px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(10, 9, 8, 0.94), rgba(10, 9, 8, 0.46)),
    url("/images/brand/about-workshop-bg.webp");
  background-position: center;
  background-size: cover;
  box-shadow: 0 24px 58px rgba(34, 27, 21, 0.12);
}

.about-signature-card > span {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 44px;
  color: var(--gold);
}

.about-signature-card svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-signature-card strong {
  display: block;
  max-width: 330px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.12;
}

.about-signature-card p {
  max-width: 330px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.about-facts {
  display: grid;
  gap: 12px;
}

.about-facts article {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  border: 1px solid rgba(23, 21, 18, 0.1);
  border-radius: var(--radius);
  padding: 18px 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(247, 242, 235, 0.72)),
    radial-gradient(circle at 100% 0, rgba(200, 167, 127, 0.15), transparent 10rem);
  box-shadow: 0 18px 44px rgba(57, 48, 39, 0.055);
}

.about-facts strong {
  color: var(--gold-2);
  font-size: 34px;
  line-height: 1;
}

.about-facts span {
  color: var(--ink-2);
  font-size: 14px;
}

.about-benefits__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.about-benefits {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(246, 240, 232, 0.98) 0%, rgba(246, 240, 232, 0.9) 54%, rgba(246, 240, 232, 0.7) 100%),
    url("/images/brand/about-workshop-bg.webp");
  background-position: center;
  background-size: cover;
}

.about-benefits__grid article {
  position: relative;
  overflow: hidden;
  min-height: 238px;
  border: 1px solid rgba(200, 167, 127, 0.18);
  border-radius: var(--radius);
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 250, 242, 0.56)),
    rgba(255, 255, 255, 0.34);
  box-shadow: 0 22px 52px rgba(57, 48, 39, 0.06);
  backdrop-filter: blur(10px);
}

.about-benefits__grid article > span {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  color: var(--gold-2);
  border: 1px solid rgba(200, 167, 127, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 34px rgba(57, 48, 39, 0.08);
}

.about-benefits__grid svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-benefits__grid h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
}

.about-benefits__grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.about-service-links {
  display: grid;
  gap: 10px;
}

.about-service-links a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 18px;
  align-items: center;
  min-height: 68px;
  border-bottom: 1px solid rgba(23, 21, 18, 0.1);
  padding: 0 0 14px;
}

.about-service-links a::after {
  content: "\2192";
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--gold-2);
  font-size: 18px;
}

.about-service-links strong {
  color: var(--ink);
  font-size: 17px;
}

.about-service-links span {
  color: var(--muted);
  font-size: 13px;
}

.about-request .lead-form {
  background: rgba(255, 255, 255, 0.08);
}

.bullets {
  display: grid;
  gap: 14px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.bullets li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-2);
}

.bullets li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 12px;
  height: 1px;
  background: var(--gold-2);
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.wide-panel {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.56);
}

.wide-panel h2 {
  font-size: 34px;
}

.wide-panel.has-image {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 24px;
}

.wide-panel .panel-media {
  overflow: hidden;
  border-radius: var(--radius);
}

.wide-panel .panel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  color: var(--ink-2);
}

.contact-list b {
  color: var(--gold-2);
}

.trust-strip {
  padding: 34px 0;
  color: var(--white);
  background: var(--charcoal);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.trust-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.trust-item strong,
.feature strong {
  display: block;
  color: inherit;
  font-size: 15px;
}

.trust-item span,
.feature span {
  color: var(--muted-dark);
  font-size: 13px;
}

.features,
.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.feature,
.step {
  display: grid;
  gap: 10px;
}

.step {
  counter-increment: steps;
}

.step::before {
  content: "0" counter(steps);
  color: var(--gold-2);
  font-weight: 800;
}

.step p {
  color: var(--muted);
  font-size: 14px;
}

.map-embed {
  min-height: 270px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-2);
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 270px;
  border: 0;
}

.contacts-page {
  background:
    radial-gradient(circle at 12% 14%, rgba(200, 167, 127, 0.14), transparent 28rem),
    linear-gradient(180deg, #f8f3ec 0%, #f2ebdf 48%, #fbf8f3 100%);
}

.contacts-section {
  padding: 28px 0;
}

.contacts-section--first {
  padding-top: 74px;
}

.contacts-section--last {
  padding-bottom: 96px;
}

.contacts-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(23, 21, 18, 0.09);
  border-radius: var(--radius);
  background: rgba(23, 21, 18, 0.08);
  box-shadow: 0 24px 60px rgba(57, 48, 39, 0.07);
}

.contacts-benefit {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  min-width: 0;
  min-height: 132px;
  padding: 28px 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(247, 242, 235, 0.78)),
    radial-gradient(circle at 100% 0, rgba(200, 167, 127, 0.11), transparent 10rem);
}

.contacts-benefit > div,
.contacts-card > div {
  min-width: 0;
}

.contacts-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--gold-2);
}

.contacts-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contacts-icon .social-icon-img {
  width: 30px;
  height: 30px;
}

.contacts-benefit h2,
.contacts-card h2 {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.contacts-benefit p,
.contacts-card p {
  margin-bottom: 0;
  color: #6f675f;
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.contacts-map-panel {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 22px;
  padding: 22px;
  border: 1px solid rgba(23, 21, 18, 0.09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 24px 60px rgba(57, 48, 39, 0.075);
}

.contacts-card-list {
  display: grid;
  gap: 10px;
}

.contacts-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  min-width: 0;
  min-height: 94px;
  padding: 18px;
  border: 1px solid rgba(23, 21, 18, 0.09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
}

.contacts-card a {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contacts-card a:hover {
  color: var(--gold-2);
}

.contacts-card__route {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--gold-2) !important;
  font-size: 12px !important;
  text-transform: uppercase;
}

.contacts-card__route::after {
  content: "→";
  font-size: 16px;
  line-height: 1;
}

.contacts-map {
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(23, 21, 18, 0.09);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(247, 242, 235, 0.86), rgba(255, 255, 255, 0.7)),
    var(--paper-2);
}

.contacts-map iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  filter: saturate(0.72) contrast(0.96) brightness(1.04);
}

.contacts-request {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  overflow: hidden;
  border: 1px solid rgba(23, 21, 18, 0.09);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(247, 242, 235, 0.78)),
    var(--paper);
  box-shadow: 0 24px 60px rgba(57, 48, 39, 0.075);
}

.contacts-request__form {
  position: relative;
  z-index: 1;
  padding: 42px;
}

.contacts-request__form h2 {
  margin-bottom: 28px;
  color: var(--ink);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.14;
}

.contacts-request__visual {
  min-height: 376px;
  background:
    linear-gradient(90deg, rgba(247, 242, 235, 0.7), rgba(247, 242, 235, 0.12)),
    url("/images/services/service-3.webp") center / cover;
}

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

.contacts-form__wide {
  grid-column: 1 / -1;
}

.contacts-form__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.contacts-form label {
  display: grid;
  gap: 8px;
  color: #83786d;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.contacts-form input,
.contacts-form textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(23, 21, 18, 0.13);
  border-radius: var(--radius);
  padding: 0 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contacts-form textarea {
  min-height: 114px;
  padding-top: 16px;
  resize: vertical;
}

.contacts-form input:focus,
.contacts-form textarea:focus {
  border-color: rgba(200, 167, 127, 0.78);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(200, 167, 127, 0.12);
}

.contacts-form__consent {
  display: flex !important;
  align-items: center;
  gap: 10px;
  color: #7a7067 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

.contacts-form__consent input {
  width: 16px;
  min-height: 16px;
  accent-color: var(--gold);
}

@media (max-width: 1180px) {
  .contacts-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .contacts-map-panel,
  .contacts-request {
    grid-template-columns: 1fr;
  }

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

  .contacts-map {
    min-height: 440px;
  }

  .contacts-request__visual {
    min-height: 280px;
  }
}

@media (max-width: 740px) {
  .contacts-section {
    padding: 18px 0;
  }

  .contacts-section--first {
    padding-top: 52px;
  }

  .contacts-section--last {
    padding-bottom: 72px;
  }

  .contacts-benefits,
  .contacts-card-list,
  .contacts-form__row {
    grid-template-columns: 1fr;
  }

  .contacts-benefit,
  .contacts-card {
    grid-template-columns: 36px 1fr;
    gap: 14px;
    min-height: 0;
    padding: 20px;
  }

  .contacts-icon {
    width: 36px;
    height: 36px;
  }

  .contacts-icon svg {
    width: 28px;
    height: 28px;
  }

  .contacts-map-panel {
    padding: 14px;
  }

  .contacts-map {
    min-height: 360px;
  }

  .contacts-request__form {
    padding: 24px;
  }

  .contacts-request__form h2 {
    font-size: 28px;
  }

  .contacts-request__visual {
    min-height: 220px;
  }

}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: #0c0b0a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.1fr 1.1fr;
  gap: 36px;
  padding: 58px 0 42px;
}

.site-footer .brand-logo {
  filter: brightness(0) invert(1);
}

.footer-brand p {
  max-width: 300px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.56);
}

.footer-title {
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.footer-social__link {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(200, 167, 127, 0.28);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.68);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.footer-social__link:hover {
  color: var(--gold);
  border-color: rgba(200, 167, 127, 0.72);
  background: rgba(200, 167, 127, 0.08);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.44);
  font-size: 13px;
}

.hidden {
  display: none !important;
}

.floating-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: grid;
  gap: 12px;
}

.floating-contact__link {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(200, 167, 127, 0.42);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.floating-contact__link:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 167, 127, 0.9);
  background: var(--white);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.82);
}

.floating-contact__link--whatsapp {
  color: var(--whatsapp);
  border-color: rgba(37, 211, 102, 0.68);
}

.floating-contact__link--telegram {
  color: var(--telegram);
  border-color: rgba(42, 171, 238, 0.72);
}

.floating-contact__link--max {
  color: var(--max-blue);
  border-color: rgba(0, 166, 255, 0.7);
}

.floating-contact__link--phone {
  color: var(--gold);
}

.floating-contact svg {
  width: 24px;
  height: 24px;
}

.floating-contact .social-icon-img {
  width: 34px;
  height: 34px;
  border-radius: 0;
}

.hero-social__link--whatsapp,
.form-social__link--whatsapp,
.footer-social__link--whatsapp,
.floating-contact__link--whatsapp {
  color: var(--whatsapp);
  border-color: rgba(37, 211, 102, 0.58);
  background: rgba(37, 211, 102, 0.08);
}

.hero-social__link--telegram,
.form-social__link--telegram,
.footer-social__link--telegram,
.floating-contact__link--telegram,
.social-life__link--telegram_channel {
  color: var(--telegram);
  border-color: rgba(42, 171, 238, 0.58);
  background: rgba(42, 171, 238, 0.08);
}

.hero-social__link--max,
.form-social__link--max,
.footer-social__link--max,
.floating-contact__link--max,
.social-life__link--max_channel {
  color: var(--max-blue);
  border-color: rgba(0, 166, 255, 0.58);
  background: rgba(0, 166, 255, 0.08);
}

.footer-social__link--vk,
.social-life__link--vk {
  color: var(--vk);
  border-color: rgba(76, 117, 163, 0.62);
  background: rgba(76, 117, 163, 0.1);
}

.floating-contact .floating-contact__link {
  background: rgba(255, 255, 255, 0.96);
}

.floating-contact .floating-contact__link:hover {
  background: var(--white);
}

.floating-contact .floating-contact__link--whatsapp {
  color: var(--whatsapp);
  border-color: rgba(37, 211, 102, 0.68);
}

.floating-contact .floating-contact__link--telegram {
  color: var(--telegram);
  border-color: rgba(42, 171, 238, 0.72);
}

.floating-contact .floating-contact__link--max {
  color: var(--max-blue);
  border-color: rgba(0, 166, 255, 0.7);
}

.hero-actions {
  gap: 16px;
}

.hero-actions .btn {
  min-height: 56px;
  border-radius: 5px;
  letter-spacing: 0.02em;
}

.hero-actions .btn:not(.btn-secondary) {
  color: #17100a;
  border-color: rgba(226, 196, 158, 0.88);
  background:
    linear-gradient(135deg, #ead0ab 0%, #c8a77f 54%, #a87d54 100%);
  box-shadow:
    0 20px 48px rgba(28, 18, 10, 0.34),
    0 10px 28px rgba(200, 167, 127, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.hero-actions .btn:not(.btn-secondary):hover {
  border-color: rgba(244, 220, 190, 0.96);
  background:
    linear-gradient(135deg, #f0d9b7 0%, #d5b48b 52%, #b78a5c 100%);
  box-shadow:
    0 24px 54px rgba(20, 13, 7, 0.38),
    0 12px 34px rgba(200, 167, 127, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.hero-actions .btn-secondary {
  color: #f5eee5;
  border-color: rgba(218, 186, 148, 0.46);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.022));
  box-shadow:
    0 18px 42px rgba(9, 7, 5, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(12px);
}

.hero-actions .btn-secondary:hover {
  color: var(--white);
  border-color: rgba(226, 196, 158, 0.78);
  background:
    linear-gradient(180deg, rgba(200, 167, 127, 0.16), rgba(255, 255, 255, 0.035));
}

.hero-social {
  gap: 16px 20px;
  margin-top: 22px;
}

.hero-social > span {
  color: rgba(255, 255, 255, 0.66);
  letter-spacing: 0.02em;
}

.hero-social__links {
  gap: 12px;
}

.hero-social__link {
  min-height: 44px;
  padding: 0 17px 0 9px;
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow:
    0 16px 36px rgba(5, 4, 3, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(12px);
}

.hero-social__icon,
.social-life__icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.hero-social .social-icon-img,
.social-life .social-icon-img {
  width: 22px;
  height: 22px;
  border-radius: 0;
}

.hero-social__label,
.social-life__label {
  color: currentColor;
}

.hero-social__link--whatsapp {
  color: #78eea1;
  border-color: rgba(37, 211, 102, 0.42);
  background:
    linear-gradient(90deg, rgba(37, 211, 102, 0.2), rgba(255, 255, 255, 0.035));
}

.hero-social__link--telegram {
  color: #82d9ff;
  border-color: rgba(42, 171, 238, 0.46);
  background:
    linear-gradient(90deg, rgba(42, 171, 238, 0.2), rgba(255, 255, 255, 0.035));
}

.hero-social__link--max {
  color: #8bdcff;
  border-color: rgba(0, 166, 255, 0.46);
  background:
    linear-gradient(90deg, rgba(0, 166, 255, 0.18), rgba(255, 255, 255, 0.035));
}

.hero-social__link:hover {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(200, 167, 127, 0.18), rgba(255, 255, 255, 0.06));
  box-shadow:
    0 18px 42px rgba(5, 4, 3, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.social-life__actions {
  gap: 14px;
}

.social-life__link {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  column-gap: 16px;
  align-items: center;
  justify-content: initial;
  min-width: 0;
  width: 100%;
  min-height: 66px;
  border-radius: 8px;
  padding: 0 20px 0 16px;
  color: #f7efe5;
  border-color: rgba(200, 167, 127, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(16, 14, 12, 0.72);
  box-shadow:
    0 20px 48px rgba(3, 3, 3, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.social-life__link::after {
  justify-self: end;
  color: rgba(232, 205, 170, 0.9);
}

.social-life__label {
  justify-self: start;
  min-width: 0;
  color: #f5eadc;
  letter-spacing: 0.02em;
  overflow-wrap: break-word;
}

.social-life__icon {
  width: 36px;
  height: 36px;
}

.social-life__link--telegram_channel {
  border-color: rgba(42, 171, 238, 0.38);
  box-shadow:
    inset 3px 0 0 rgba(42, 171, 238, 0.85),
    0 20px 48px rgba(3, 3, 3, 0.22);
}

.social-life__link--telegram_channel .social-life__icon {
  color: var(--telegram);
}

.social-life__link--max,
.social-life__link--max_channel {
  border-color: rgba(0, 166, 255, 0.38);
  box-shadow:
    inset 3px 0 0 rgba(0, 166, 255, 0.82),
    0 20px 48px rgba(3, 3, 3, 0.22);
}

.social-life__link--max .social-life__icon,
.social-life__link--max_channel .social-life__icon {
  color: var(--max-blue);
}

.social-life__link--vk {
  border-color: rgba(76, 117, 163, 0.46);
  box-shadow:
    inset 3px 0 0 rgba(76, 117, 163, 0.9),
    0 20px 48px rgba(3, 3, 3, 0.22);
}

.social-life__link--vk .social-life__icon {
  color: var(--vk);
}

.social-life__link--vk svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  stroke: none;
}

.social-life__link:hover {
  color: var(--white);
  border-color: rgba(226, 196, 158, 0.54);
  background:
    linear-gradient(135deg, rgba(200, 167, 127, 0.16), rgba(255, 255, 255, 0.035)),
    rgba(22, 18, 15, 0.84);
  transform: translateY(-2px);
}

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .main-nav,
  .header-phone,
  .header-messengers {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 86px 0 auto;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 18px 32px 28px;
    border-bottom: 1px solid var(--line-light);
    background: rgba(12, 11, 10, 0.96);
    box-shadow: var(--shadow);
  }

  body.nav-open .main-nav {
    display: grid;
  }

  .main-nav a {
    padding: 16px 0;
    border-bottom: 1px solid var(--line-light);
  }

  h1,
  .h1 {
    font-size: 60px;
  }

  .hero h1 {
    max-width: 900px;
    font-size: 64px;
  }

  h2 {
    font-size: 40px;
  }

  .hero-content::after,
  .page-hero-content::after {
    font-size: 92px;
    right: 0;
  }

  .page-hero h1 {
    font-size: 50px;
  }

  .hero-expertise,
  .trust-grid,
  .service-proof__grid,
  .designers-benefits__grid,
  .designers-steps,
  .about-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-feature {
    border-bottom: 0;
  }

  .hero-feature + .hero-feature::before {
    display: none;
  }

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

  .work-row,
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .work-card:first-child {
    grid-row: auto;
  }

  .assurance-layout,
  .cta-layout,
  .service-detail,
  .service-intro__grid,
  .service-specs__grid,
  .service-faq__grid,
  .designers-intro__grid,
  .designers-products__grid,
  .about-intro__grid,
  .about-directions__grid,
  .estimate-layout,
  .social-life__inner {
    grid-template-columns: 1fr;
  }

  .assurance-layout {
    gap: 54px;
  }

  .assurance-intro {
    max-width: 780px;
  }

  .related-services {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 740px) {
  .container,
  .hero-content,
  .page-hero-content {
    width: min(100% - 28px, var(--container));
  }

  .page-hero-content {
    max-width: none;
    margin: 0 auto;
    padding: 68px 0 72px;
  }

  .hero-content::after,
  .page-hero-content::after {
    display: none;
  }

  .page-hero h1 {
    font-size: 38px;
  }

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

  .main-nav {
    inset: 70px 0 auto;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 118px;
  }

  .header-actions {
    gap: 10px;
  }

  .header-actions .btn {
    min-height: 40px;
    padding: 0 12px;
    font-size: 11px;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
  }

  .hero {
    min-height: auto;
    padding-top: 80px;
    align-content: start;
  }

  .hero::after,
  .page-hero::after {
    background:
      linear-gradient(180deg, rgba(8, 7, 6, 0.84) 0%, rgba(8, 7, 6, 0.72) 42%, rgba(8, 7, 6, 0.92) 100%),
      linear-gradient(90deg, rgba(8, 7, 6, 0.9), rgba(8, 7, 6, 0.42));
  }

  .hero-image img,
  .page-hero-image img {
    object-position: 58% center;
  }

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

  h1,
  .h1 {
    font-size: 38px;
    line-height: 1.08;
    margin-bottom: 22px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 40px;
    line-height: 1.04;
  }

  .page-hero h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3,
  .service-body h2,
  .service-body h3 {
    font-size: 22px;
  }

  .lead {
    font-size: 16px;
    line-height: 1.48;
  }

  .btn {
    width: 100%;
    min-height: 50px;
    padding: 0 18px;
  }

  .hero-actions {
    width: 100%;
    gap: 12px;
    margin-top: 26px;
  }

  .hero-social {
    display: grid;
    gap: 12px;
  }

  .hero-social__links {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-social__link {
    justify-content: center;
    width: 100%;
  }

  .service-social {
    display: grid;
    gap: 12px;
  }

  .service-social__links {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    max-width: 100%;
  }

  .service-social__link {
    min-height: 38px;
    gap: 7px;
    padding: 0 10px 0 6px;
    font-size: 11px;
  }

  .service-social__icon {
    width: 26px;
    height: 26px;
  }

  .services-grid,
  .trust-grid,
  .work-row,
  .portfolio-grid,
  .split-grid,
  .faq-grid,
  .lead-form,
  .wide-panel.has-image,
  .features,
  .steps {
    grid-template-columns: 1fr;
  }

  .service-proof__grid,
  .designers-benefits__grid,
  .designers-steps,
  .about-benefits__grid,
  .related-services {
    grid-template-columns: 1fr;
  }

  .service-proof article {
    grid-template-columns: 46px 1fr;
    min-height: auto;
    padding: 20px 0;
  }

  .service-proof article + article::before {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 1px;
  }

  .service-proof svg {
    width: 34px;
    height: 34px;
  }

  .service-intro__panel {
    padding: 24px;
  }

  .service-tags {
    gap: 8px;
  }

  .service-tags span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .service-options article {
    grid-template-columns: 40px 1fr;
    min-height: 76px;
    padding: 16px;
  }

  .designers-contact-card {
    padding: 24px;
  }

  .designers-social__link {
    min-height: 50px;
  }

  .designers-benefits__grid article {
    min-height: auto;
    padding: 22px;
  }

  .designers-benefits__grid span {
    margin-bottom: 18px;
  }

  .designers-steps article {
    min-height: auto;
    padding: 22px;
  }

  .designers-steps article::before {
    right: 20px;
    top: 18px;
  }

  .designers-project-card,
  .about-signature-card {
    min-height: 220px;
    padding: 24px;
  }

  .designers-project-card strong,
  .about-signature-card strong {
    font-size: 22px;
  }

  .designers-project-card {
    background-position: 58% center;
  }

  .about-signature-card {
    background-position: 58% center;
  }

  .designers-product-links a {
    grid-template-columns: 1fr auto;
    min-height: 62px;
  }

  .about-facts article {
    grid-template-columns: 92px 1fr;
    min-height: 82px;
    padding: 16px;
  }

  .about-facts strong {
    font-size: 28px;
  }

  .about-benefits__grid article {
    min-height: auto;
    padding: 22px;
  }

  .about-benefits__grid article > span {
    margin-bottom: 18px;
  }

  .about-service-links a {
    grid-template-columns: 1fr auto;
    min-height: 62px;
  }

  .hero-expertise {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
    margin-top: 10px;
    padding-top: 26px;
    padding-right: 14px;
    padding-bottom: 34px;
    padding-left: 14px;
  }

  .hero-feature {
    min-height: auto;
    gap: 8px;
    padding: 0;
    border-right: 0;
  }

  .hero-feature + .hero-feature::before {
    display: none;
  }

  .hero-feature-icon {
    width: 40px;
    height: 40px;
  }

  .hero-feature-icon svg {
    width: 34px;
    height: 34px;
  }

  .hero-feature strong {
    font-size: 12px;
    line-height: 1.25;
  }

  .hero-feature span {
    max-width: none;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.38;
  }

  .hero-feature:last-child {
    grid-column: 1 / -1;
    max-width: 48%;
  }

  .estimate-layout {
    min-height: 0;
    padding: 36px 0;
  }

  .section,
  .cta-band,
  .social-life {
    padding: 64px 0;
  }

  .social-life {
    background-position: 34% center;
  }

  .social-life::after {
    right: 14px;
    bottom: 24px;
    font-size: 82px;
  }

  .social-life h2,
  .social-life p {
    max-width: 100%;
  }

  .social-life__actions {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .form-social {
    display: grid;
    gap: 12px;
  }

  .form-social__links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .form-social__link {
    justify-content: center;
  }

  .section-head {
    display: block;
    margin-bottom: 30px;
  }

  .section-head .link-arrow {
    margin-top: 16px;
  }

  .service-card,
  .service-body {
    min-height: 0;
  }

  .work-card figure,
  .portfolio-grid .work-card figure {
    min-height: 260px;
    aspect-ratio: auto;
  }

  .assurance-points {
    grid-template-columns: 1fr;
  }

  .assurance-points article,
  .assurance-points article:nth-child(even) {
    padding: 26px 0;
  }

  .assurance-points article:nth-child(odd)::after {
    display: none;
  }

  .form-wide,
  .form-full,
  .consent {
    grid-column: 1;
  }

  .lead-form,
  .wide-panel {
    padding: 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-bottom {
    display: grid;
  }

  .floating-contact {
    right: auto;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    grid-auto-flow: column;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(200, 167, 127, 0.2);
    border-radius: 999px;
    background: rgba(12, 11, 10, 0.62);
    backdrop-filter: blur(16px);
  }

  .floating-contact__link {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  }

  .floating-contact svg {
    width: 21px;
    height: 21px;
  }

  .floating-contact .social-icon-img {
    width: 29px;
    height: 29px;
  }

  .site-footer {
    padding-bottom: 70px;
  }
}

@media (max-width: 560px) {
  .assurance-proof {
    grid-template-columns: 1fr;
  }

  .assurance-proof article,
  .assurance-proof article + article {
    padding: 16px 0;
  }

  .assurance-proof article + article {
    border-top: 1px solid var(--line-light);
  }

  .assurance-proof article + article::before {
    display: none;
  }

  .assurance-points article,
  .assurance-points article:nth-child(even) {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
  }

  .assurance-points__icon {
    width: 52px;
    height: 52px;
  }

  .assurance-points__icon svg {
    width: 30px;
    height: 30px;
  }

  .social-life h2 {
    max-width: 350px;
    font-size: 30px;
  }

  .social-life p,
  .social-life__actions {
    max-width: 350px;
  }
}

@media (max-width: 390px) {
  .header-actions .btn {
    display: none;
  }

  h1,
  .h1 {
    font-size: 38px;
  }
}

.btn-dark {
  color: var(--white);
  border-color: #171512;
  background: linear-gradient(135deg, #171512, #070605);
  box-shadow: 0 16px 34px rgba(12, 9, 6, 0.16);
}

.btn-dark:hover {
  color: var(--white);
  border-color: var(--gold);
  background: linear-gradient(135deg, #211b16, #090807);
  box-shadow: 0 18px 42px rgba(12, 9, 6, 0.24);
}

.faq-page {
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0, rgba(200, 167, 127, 0.18), transparent 34rem),
    linear-gradient(180deg, #f5efe7 0%, #fbf8f3 46%, #f4eee6 100%);
}

.faq-main {
  padding: 76px 0 34px;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-page .faq-item {
  overflow: hidden;
  border: 1px solid rgba(23, 21, 18, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(57, 48, 39, 0.055);
}

.faq-page .faq-question {
  min-height: 74px;
  padding: 0 28px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}

.faq-page .faq-question::after {
  flex: 0 0 auto;
  color: var(--gold-2);
  font-size: 24px;
}

.faq-page .faq-answer {
  max-width: 780px;
  padding: 0 28px 26px;
  color: #665f57;
  font-size: 15px;
  line-height: 1.68;
}

.faq-side {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 22px;
}

.faq-side-card {
  padding: 34px;
  border: 1px solid rgba(23, 21, 18, 0.09);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(245, 238, 229, 0.78)),
    radial-gradient(circle at 100% 0, rgba(200, 167, 127, 0.16), transparent 12rem);
  box-shadow: 0 20px 50px rgba(58, 50, 41, 0.07);
}

.faq-side-card__icon {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 30px;
  border: 1px solid rgba(200, 167, 127, 0.42);
  border-radius: 50%;
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.74);
  font-size: 28px;
  font-weight: 500;
}

.faq-side-card__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-side-card__icon .social-icon-img {
  width: 30px;
  height: 30px;
}

.faq-side-card h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.18;
}

.faq-side-card p {
  margin-bottom: 22px;
  color: #6f675f;
  font-size: 15px;
}

.faq-side-card .btn {
  width: fit-content;
  min-height: 48px;
  padding: 0 22px;
  font-size: 12px;
}

.faq-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.faq-social__link {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(200, 167, 127, 0.34);
  border-radius: 50%;
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.72);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

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

.faq-social__icon {
  display: inline-grid;
  place-items: center;
}

.faq-social svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-social__link--whatsapp {
  color: var(--whatsapp);
  border-color: rgba(37, 211, 102, 0.62);
  background: rgba(37, 211, 102, 0.1);
}

.faq-social__link--telegram {
  color: var(--telegram);
  border-color: rgba(42, 171, 238, 0.62);
  background: rgba(42, 171, 238, 0.1);
}

.faq-social__link--max {
  color: var(--max-blue);
  border-color: rgba(0, 166, 255, 0.62);
  background: rgba(0, 166, 255, 0.1);
}

.faq-banner-section {
  padding: 34px 0 50px;
}

.faq-banner {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 312px;
  overflow: hidden;
  border: 1px solid rgba(23, 21, 18, 0.1);
  border-radius: var(--radius);
  padding: 52px 58px;
  background:
    linear-gradient(90deg, rgba(247, 242, 235, 0.98) 0%, rgba(247, 242, 235, 0.9) 48%, rgba(247, 242, 235, 0.22) 100%),
    url("/images/brand/hero-main.webp") center right / cover;
  box-shadow: 0 22px 56px rgba(57, 48, 39, 0.08);
}

.faq-banner > div {
  max-width: 470px;
}

.faq-banner h2 {
  margin-bottom: 20px;
  color: var(--ink);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.08;
}

.faq-banner p {
  margin-bottom: 26px;
  color: #625a52;
  font-size: 16px;
}

.faq-form-section {
  padding: 48px 0 92px;
}

.faq-form-layout {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 56px;
  align-items: start;
  padding: 52px;
  border: 1px solid rgba(23, 21, 18, 0.09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 24px 60px rgba(57, 48, 39, 0.075);
}

.faq-form-copy {
  padding-top: 6px;
}

.faq-form-copy h2 {
  margin-bottom: 22px;
  color: var(--ink);
  font-size: 36px;
  font-weight: 800;
}

.faq-form-copy p {
  max-width: 360px;
  color: #665f57;
}

.faq-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.faq-form label {
  display: grid;
  gap: 8px;
  color: #7c7268;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.faq-form input,
.faq-form select,
.faq-form textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(23, 21, 18, 0.13);
  border-radius: var(--radius);
  padding: 0 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.faq-form input:focus,
.faq-form select:focus,
.faq-form textarea:focus {
  border-color: rgba(200, 167, 127, 0.78);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(200, 167, 127, 0.12);
}

.faq-form textarea {
  min-height: 124px;
  padding-top: 16px;
  resize: vertical;
}

.faq-form__wide {
  grid-column: 1 / -1;
}

.faq-form__consent {
  display: flex !important;
  align-items: center;
  gap: 10px;
  color: #7a7067 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.45;
  text-transform: none !important;
}

.faq-form__consent input {
  width: 16px;
  min-height: 16px;
  accent-color: var(--gold);
}

.faq-form__consent a {
  color: var(--gold-2);
  text-decoration: underline;
}

@media (max-width: 1180px) {
  .faq-layout,
  .faq-form-layout {
    grid-template-columns: 1fr;
  }

  .faq-side {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 740px) {
  .faq-main {
    padding: 54px 0 24px;
  }

  .faq-page .page-hero h1 {
    max-width: 100%;
    font-size: 34px;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .faq-page .page-hero .lead {
    max-width: 100%;
  }

  .faq-layout {
    gap: 22px;
  }

  .faq-page .faq-question {
    min-height: 66px;
    padding: 0 18px;
    font-size: 14px;
  }

  .faq-page .faq-answer {
    padding: 0 18px 22px;
    font-size: 14px;
  }

  .faq-side {
    grid-template-columns: 1fr;
  }

  .faq-side-card,
  .faq-form-layout {
    padding: 24px;
  }

  .faq-side-card .btn,
  .faq-banner .btn {
    width: 100%;
  }

  .faq-banner-section {
    padding-top: 28px;
  }

  .faq-banner {
    min-height: 360px;
    padding: 30px 24px;
    align-items: end;
    background:
      linear-gradient(180deg, rgba(247, 242, 235, 0.92) 0%, rgba(247, 242, 235, 0.82) 52%, rgba(247, 242, 235, 0.98) 100%),
      url("/images/brand/hero-main-mobile.webp") center / cover;
  }

  .faq-banner h2,
  .faq-form-copy h2 {
    font-size: 30px;
  }

  .faq-form {
    grid-template-columns: 1fr;
  }

  .faq-form__wide {
    grid-column: 1;
  }

}

@media (max-width: 390px) {
  .faq-page .page-hero h1 {
    font-size: 32px;
  }
}

@media (max-width: 1180px) {
  .service-decision__grid,
  .service-choice__grid,
  .service-flow__head,
  .service-faq__grid {
    grid-template-columns: 1fr;
  }

  .service-scenario-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-flow__steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-flow__steps::before,
  .service-flow__steps article::after {
    content: none;
  }

  .service-decision__grid,
  .service-choice__grid {
    gap: 48px;
  }
}

@media (max-width: 740px) {
  .service-decision,
  .service-scenarios,
  .service-choice,
  .service-works,
  .service-faq,
  .service-related {
    padding: 58px 0;
  }

  .service-scenarios::before {
    background-size: 1240px auto;
    background-position: 43% 48%;
    opacity: 0.82;
  }

  .service-scenarios::after {
    background:
      linear-gradient(180deg, rgba(242, 234, 223, 0.9), rgba(242, 234, 223, 0.58) 48%, rgba(242, 234, 223, 0.84)),
      radial-gradient(circle at 48% 58%, rgba(255, 255, 255, 0.28), transparent 22rem);
  }

  .service-flow {
    padding: 58px 0;
  }

  .service-flow__head {
    gap: 20px;
    margin-bottom: 30px;
  }

  .service-flow__intro {
    max-width: none;
    border-left: 0;
    padding-left: 0;
  }

  .service-scenario-grid,
  .service-flow__steps,
  .service-choice__cards {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(252px, 82vw);
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .service-scenario-grid__icon,
  .service-flow__icon,
  .service-choice__cards article > span {
    width: 50px;
    height: 50px;
  }

  .service-scenario-grid__icon svg,
  .service-flow__icon svg,
  .service-choice__cards svg {
    width: 30px;
    height: 30px;
  }

  .service-decision__grid,
  .service-choice__grid,
  .service-faq__grid {
    gap: 34px;
  }

  .service-brief-card {
    padding: 24px;
  }

  .service-brief-card h3 {
    font-size: 26px;
  }

  .service-brief-list {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(216px, 76vw);
    gap: 12px;
    overflow-x: auto;
    margin: 22px 0;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .service-brief-list article {
    grid-template-columns: 1fr;
    min-height: 172px;
    border: 1px solid rgba(23, 21, 18, 0.08);
    border-radius: 12px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.6);
    scroll-snap-align: start;
  }

  .service-scenario-grid article,
  .service-flow__steps article {
    scroll-snap-align: start;
  }

  .service-scenario-grid article,
  .service-choice__cards article,
  .service-flow__steps article {
    min-height: 260px;
    padding: 24px;
  }

  .service-scenario-grid__icon {
    margin-bottom: 20px;
  }

  .service-included ul {
    grid-template-columns: 1fr;
  }

  .service-choice__cards article {
    grid-template-columns: 50px 1fr;
    min-height: 260px;
    padding: 20px;
    scroll-snap-align: start;
  }

  .service-flow__cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-flow__cta .btn {
    width: 100%;
    justify-content: center;
  }
}
