:root {
  --ink: #071018;
  --night: #101b24;
  --night-2: #1a2732;
  --paper: #eef5f7;
  --paper-2: #dfe9ed;
  --white: #fbfdff;
  --gold: #19c7ff;
  --amber: #ff5b4a;
  --ice: #c9f2ff;
  --muted: #617181;
  --line: rgba(25, 199, 255, 0.35);
  --shadow: 0 24px 70px rgba(7, 16, 24, 0.18);
  --radius: 4px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(7, 16, 24, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 16, 24, 0.055) 1px, transparent 1px),
    var(--paper);
  background-size: 42px 42px;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 18px 22px auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(7, 16, 24, 0.14);
  background: rgba(251, 253, 255, 0.78);
  backdrop-filter: blur(22px);
  border-radius: 4px;
  box-shadow: 0 18px 60px rgba(7, 16, 24, 0.14);
}

.brand img {
  width: 138px;
  height: 46px;
  object-fit: contain;
  object-position: left center;
  border-radius: 3px;
  background: var(--ink);
}

.nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: rgba(7, 16, 24, 0.72);
  font-size: 14px;
}

.nav a,
.nav button,
.header-phone {
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.nav a:hover,
.nav button:hover,
.header-phone:hover {
  color: var(--gold);
  text-shadow: 0 0 16px rgba(25, 199, 255, 0.34);
}

.nav button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.header-phone {
  color: var(--gold);
  font-weight: 800;
  white-space: nowrap;
}

.section-dark {
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 80% 16%, rgba(25, 199, 255, 0.18), transparent 30%),
    var(--ink);
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.section-light {
  color: var(--ink);
  background:
    linear-gradient(rgba(7, 16, 24, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 16, 24, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, var(--paper), var(--paper-2));
  background-size: 42px 42px, 42px 42px, auto;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--ink);
  padding: 112px clamp(18px, 5vw, 72px) 46px;
  background: var(--paper);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(238, 245, 247, 0.98) 0%, rgba(238, 245, 247, 0.9) 40%, rgba(238, 245, 247, 0.15) 78%),
    url("assets/generated/hero-house.webp") center right / cover no-repeat;
  transform: scale(1.02);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(7, 16, 24, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 16, 24, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Impact, "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(38px, 6.2vw, 86px);
  text-transform: uppercase;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 72px);
  text-transform: uppercase;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.05;
}

.lead {
  max-width: 560px;
  color: rgba(7, 16, 24, 0.72);
  font-size: clamp(16px, 1.6vw, 19px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 850;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 14px 34px rgba(7, 16, 24, 0.22), inset 0 -3px 0 rgba(25, 199, 255, 0.36);
}

.btn-ghost {
  color: var(--ink);
  border-color: rgba(7, 16, 24, 0.2);
  background: rgba(251, 253, 255, 0.54);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin-top: 30px;
}

.hero-metrics div {
  position: relative;
  padding: 14px;
  border: 1px solid rgba(7, 16, 24, 0.14);
  border-radius: var(--radius);
  background: rgba(251, 253, 255, 0.72);
  box-shadow: 0 16px 50px rgba(7, 16, 24, 0.08);
}

.hero-metrics div::before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 12px;
  background: var(--metric-icon) center / contain no-repeat;
  filter: drop-shadow(0 10px 22px rgba(255, 250, 240, 0.18));
}

.hero-metrics strong {
  display: block;
  color: var(--gold);
  font-size: 23px;
  line-height: 1;
}

.hero-metrics span {
  display: block;
  margin-top: 6px;
  color: rgba(7, 16, 24, 0.62);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 750;
}

.metric--time { --metric-icon: url("assets/generated/metric-time.webp"); }
.metric--works { --metric-icon: url("assets/generated/metric-projects.webp"); }
.metric--life { --metric-icon: url("assets/generated/metric-life.webp"); }

.section-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  margin: -18px clamp(18px, 5vw, 72px) 0;
  padding: clamp(24px, 4vw, 44px);
  position: relative;
  z-index: 3;
  color: var(--ink);
  border: 1px solid rgba(7, 16, 24, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(7, 16, 24, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 16, 24, 0.05) 1px, transparent 1px),
    rgba(251, 253, 255, 0.94);
  background-size: 28px 28px;
  box-shadow: var(--shadow);
}

.quick-calc h2 {
  font-size: clamp(32px, 4.5vw, 58px);
}

.quick-calc p {
  color: rgba(7, 16, 24, 0.66);
}

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

.lead-form label {
  display: grid;
  gap: 8px;
  color: rgba(7, 16, 24, 0.68);
  font-size: 13px;
}

.lead-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  color: var(--ink);
  border: 1px solid rgba(7, 16, 24, 0.15);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.76);
  outline: none;
}

.lead-form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(25, 199, 255, 0.16);
}

.form-note {
  margin: 0;
  font-size: 12px;
}

.consent-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 10px !important;
  margin: 0;
  color: rgba(22, 20, 18, 0.62) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.35;
}

.consent-check input {
  width: 16px !important;
  min-width: 16px;
  height: 16px;
  min-height: 16px !important;
  margin: 1px 0 0;
  padding: 0;
  accent-color: var(--gold);
}

.consent-check button {
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(22, 20, 18, 0.32);
  text-underline-offset: 3px;
  background: transparent;
  cursor: pointer;
}

.consent-check--dark {
  color: rgba(255, 250, 240, 0.68) !important;
}

.consent-check--dark button {
  text-decoration-color: rgba(255, 250, 240, 0.36);
}

.services,
.works,
.price,
.process,
.guarantees,
.next,
.faq,
.vk-follow,
.footer {
  padding: clamp(76px, 10vw, 134px) clamp(18px, 5vw, 72px);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(260px, 0.48fr);
  gap: 32px;
  align-items: end;
  margin-bottom: clamp(34px, 6vw, 62px);
}

.section-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.section-head p:not(.eyebrow) {
  color: currentColor;
  opacity: 0.72;
}

.service-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 16px;
}

.service-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(7, 16, 24, 0.12);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--night);
  box-shadow: 0 18px 44px rgba(7, 16, 24, 0.08);
  overflow: hidden;
}

.service-card.tall {
  grid-row: span 2;
  min-height: 520px;
}

.service-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 24, 0.1) 12%, rgba(7, 16, 24, 0.88) 100%);
}

.service-card:hover > img {
  transform: scale(1.045);
  opacity: 0.92;
}

.service-card > div {
  position: relative;
  z-index: 1;
}

.service-card span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--gold);
  font-weight: 900;
}

.work-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 260px;
  gap: 14px;
}

.work-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--night-2);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
  cursor: zoom-in;
}

.work-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.work-item.wide {
  grid-column: span 2;
}

.work-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.5s ease, filter 0.5s ease;
}

.work-item:hover img {
  transform: scale(1.09);
  filter: brightness(1.08);
}

.work-item figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(25, 199, 255, 0.28);
  border-radius: 6px;
  color: var(--white);
  background: rgba(7, 16, 24, 0.7);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 800;
}

.work-item:not(:first-child).wide {
  grid-column: span 1;
}

.work-item figcaption {
  display: none;
}

.price-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.cost-map,
.price-cards {
  display: grid;
  gap: 14px;
}

.cost-map {
  grid-template-columns: repeat(3, minmax(260px, 1fr));
}

.cost-map div,
.price-cards article,
.guarantee-grid article,
.faq details {
  border: 1px solid rgba(7, 16, 24, 0.12);
  border-radius: var(--radius);
  background: rgba(251, 253, 255, 0.84);
  box-shadow: 0 14px 40px rgba(7, 16, 24, 0.06);
}

.cost-map div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 108px;
  padding: 20px 22px;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 850;
  line-height: 1.25;
}

.cost-map div::before {
  content: "";
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  background: var(--cost-icon) center / contain no-repeat;
  filter: drop-shadow(0 8px 16px rgba(199, 143, 58, 0.22));
}

.cost-icon--protected-garland { --cost-icon: url("assets/generated/cost-protected-garland.webp"); }
.cost-icon--pro-equipment { --cost-icon: url("assets/generated/cost-pro-equipment.webp"); }
.cost-icon--safe-fastening { --cost-icon: url("assets/generated/cost-safe-fastening.webp"); }
.cost-icon--fast-install { --cost-icon: url("assets/generated/cost-fast-install.webp"); }
.cost-icon--power-connect { --cost-icon: url("assets/generated/cost-power-connect.webp"); }
.cost-icon--scenarios { --cost-icon: url("assets/generated/cost-scenarios.webp"); }
.cost-icon--delivery-new { --cost-icon: url("assets/generated/cost-delivery-new.webp"); }
.cost-icon--guarantee-new { --cost-icon: url("assets/generated/cost-guarantee-new.webp"); }
.cost-icon--care { --cost-icon: url("assets/generated/cost-care.webp"); }

.price-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.price-cards article {
  min-height: 185px;
  padding: 24px;
}

.price-cards span {
  display: inline-block;
  margin-bottom: 24px;
  color: #007ca6;
  font-size: 14px;
  font-weight: 900;
}

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

.timeline li {
  position: relative;
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(251, 253, 255, 0.07);
}

.timeline li::before {
  content: "";
  position: absolute;
  left: 34px;
  right: -12px;
  top: 46px;
  height: 2px;
  background: var(--line);
  box-shadow: 0 0 18px rgba(25, 199, 255, 0.55);
}

.timeline li:last-child::before {
  display: none;
}

.timeline span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 84px;
  color: var(--ink);
  border-radius: 50%;
  background: var(--gold);
  font-weight: 900;
}

.timeline p {
  color: rgba(255, 255, 255, 0.76);
}

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

.guarantee-grid article {
  position: relative;
  min-height: 180px;
  padding: 76px 24px 24px;
  overflow: hidden;
}

.guarantee-grid article::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 24px;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.68), transparent 34%),
    linear-gradient(145deg, rgba(243, 202, 112, 0.26), rgba(207, 150, 60, 0.1));
  border: 1px solid rgba(199, 143, 58, 0.26);
  box-shadow: 0 14px 34px rgba(199, 143, 58, 0.13);
}

.guarantee-grid article::after {
  content: "";
  position: absolute;
  top: 34px;
  left: 36px;
  width: 30px;
  height: 30px;
  background: var(--guarantee-icon) center / contain no-repeat;
}

.guarantee-icon--expert { --guarantee-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23875432' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 39c1.3-5.6 4.3-8.4 8-8.4s6.7 2.8 8 8.4'/%3E%3Ccircle cx='24' cy='18' r='7'/%3E%3Cpath d='m34 13 2.2 4.1 4.6.8-3.2 3.4.7 4.6-4.3-2-4.2 2 .7-4.6-3.2-3.4 4.6-.8L34 13Z'/%3E%3C/svg%3E"); }
.guarantee-icon--electric { --guarantee-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23875432' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M25 4 13 25h11l-2 19 13-24H24l1-16Z'/%3E%3Cpath d='M9 40h30'/%3E%3C/svg%3E"); }
.guarantee-icon--shield { --guarantee-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23875432' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 5 39 11v11c0 10-5.8 17.2-15 21-9.2-3.8-15-11-15-21V11L24 5Z'/%3E%3Cpath d='m17 24 5 5 10-11'/%3E%3C/svg%3E"); }
.guarantee-icon--service { --guarantee-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23875432' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 26h24'/%3E%3Cpath d='M16 26v12h16V26'/%3E%3Cpath d='M18 20h12a6 6 0 0 1 6 6'/%3E%3Cpath d='M12 26a6 6 0 0 1 6-6'/%3E%3Cpath d='M30 10c3 1.5 5 4.3 5 8'/%3E%3Cpath d='M17 12h8'/%3E%3Cpath d='M21 8v8'/%3E%3C/svg%3E"); }
.guarantee-icon--contract { --guarantee-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23875432' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 6h14l7 7v29H15V6Z'/%3E%3Cpath d='M29 6v8h7'/%3E%3Cpath d='M20 22h10'/%3E%3Cpath d='M20 29h8'/%3E%3Cpath d='m28 36 3 3 7-8'/%3E%3C/svg%3E"); }
.guarantee-icon--mobile { --guarantee-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23875432' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='15' y='6' width='18' height='36' rx='5'/%3E%3Cpath d='M21 12h6'/%3E%3Cpath d='M23 36h2'/%3E%3Cpath d='M8 20h4'/%3E%3Cpath d='M36 20h4'/%3E%3Cpath d='M8 29h4'/%3E%3Cpath d='M36 29h4'/%3E%3C/svg%3E"); }

.guarantee-grid strong {
  display: block;
  margin-bottom: 18px;
  color: #007ca6;
  font-size: 24px;
}

.next-card {
  max-width: 1060px;
  margin: 0 auto;
  padding: clamp(30px, 6vw, 70px);
  border: 1px solid rgba(25, 199, 255, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(7, 16, 24, 0.94), rgba(7, 16, 24, 0.5)),
    url("assets/generated/hero-house.webp") center right / cover no-repeat;
  box-shadow: var(--shadow);
}

.next-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 38px;
}

.next-options a,
.next-options button {
  min-height: 118px;
  padding: 20px;
  border: 1px solid rgba(25, 199, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold);
  font: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.next-options a:hover,
.next-options button:hover {
  background: rgba(25, 199, 255, 0.12);
  transform: translateY(-2px);
}

.vk-follow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(34px, 5vw, 86px);
  align-items: center;
  overflow: hidden;
}

.vk-follow::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 28%, rgba(199, 143, 58, 0.22), transparent 30%),
    radial-gradient(circle at 76% 18%, rgba(76, 117, 163, 0.22), transparent 32%);
  pointer-events: none;
}

.vk-follow__content,
.vk-follow__media {
  position: relative;
  z-index: 1;
}

.vk-follow__badge {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--white);
  background: #4c75a3;
  box-shadow: 0 18px 44px rgba(76, 117, 163, 0.28);
}

.vk-follow__badge svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.vk-follow h2 {
  max-width: 560px;
  margin-bottom: 18px;
  font-size: clamp(38px, 4.2vw, 60px);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.vk-follow h2 span {
  display: block;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.05;
}

.vk-follow__content > p:not(.eyebrow) {
  max-width: 460px;
  color: rgba(255, 250, 240, 0.74);
  font-size: clamp(17px, 1.3vw, 21px);
}

.vk-follow__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 24px;
  padding: 0 26px;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 999px;
  color: var(--white);
  background: #4c75a3;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(76, 117, 163, 0.24);
  transition: transform 0.2s ease, background 0.2s ease;
}

.vk-follow__button:hover {
  transform: translateY(-2px);
  background: #5b86b8;
}

.vk-follow__media {
  margin: 0;
  min-height: clamp(360px, 42vw, 560px);
  align-self: stretch;
  border: 1px solid rgba(255, 250, 240, 0.14);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.vk-follow__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.faq-list {
  display: grid;
  gap: 12px;
  width: 100%;
}

.faq details {
  padding: 22px 24px;
}

.faq summary {
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
}

.faq p {
  max-width: 840px;
  margin: 16px 0 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.footer {
  padding-bottom: 92px;
}

.footer img {
  width: 210px;
  margin-bottom: 18px;
}

.footer-phone {
  display: inline-block;
  margin: 10px 0;
  color: var(--gold);
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 900;
  line-height: 1;
}

.buyer-info {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.buyer-info h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 18px;
}

.buyer-info a {
  color: inherit;
  text-decoration-color: rgba(255, 255, 255, 0.28);
  text-underline-offset: 3px;
}

.footer-legal-link {
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.28);
  text-underline-offset: 3px;
  background: transparent;
  cursor: pointer;
}

.legal-page {
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
}

.legal-page__wrap {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 6vw, 76px) 0;
}

.legal-page__back {
  display: inline-flex;
  margin-bottom: 22px;
  color: #875432;
  font-weight: 800;
  text-decoration: none;
}

.legal-page__card {
  padding: clamp(24px, 5vw, 58px);
  border: 1px solid rgba(7, 16, 24, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.76);
  box-shadow: var(--shadow);
}

.legal-page__card h1 {
  margin-bottom: 28px;
  font-size: clamp(40px, 7vw, 76px);
}

.legal-page__card h2 {
  margin: 30px 0 12px;
  color: #875432;
  font-size: clamp(22px, 3vw, 32px);
}

.legal-page__card p {
  margin: 0 0 12px;
  max-width: 860px;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.62;
}

.legal-page__card a {
  color: #875432;
  text-decoration-color: rgba(135, 84, 50, 0.32);
  text-underline-offset: 3px;
}

.mobile-bar {
  position: fixed;
  z-index: 30;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mobile-bar a,
.mobile-bar button {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  color: #171100;
  background: var(--gold);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

[data-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

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

  .nav {
    display: none;
  }

  .section-panel,
  .section-head,
  .service-grid,
  .price-layout,
  .timeline,
  .guarantee-grid,
  .vk-follow,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .section-head .eyebrow {
    margin-bottom: 0;
  }

  .service-card.tall {
    min-height: 420px;
  }

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

  .cost-map,
  .price-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vk-follow__media {
    min-height: 380px;
  }

  .timeline li {
    min-height: auto;
  }

  .timeline li::before {
    left: 47px;
    right: auto;
    top: 72px;
    bottom: -14px;
    width: 2px;
    height: auto;
  }

  .timeline span {
    margin-bottom: 26px;
  }
}

@media (max-width: 680px) {
  .site-header {
    inset: 10px 10px auto;
    padding: 8px 10px;
  }

  .brand img {
    width: 128px;
    height: 44px;
  }

  .header-phone {
    font-size: 13px;
  }

  .hero {
    min-height: 650px;
    padding: 96px 16px 32px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(238, 245, 247, 0.24), rgba(238, 245, 247, 0.98) 56%),
      url("assets/generated/hero-house.webp") top center / auto 54% no-repeat;
  }

  .hero-actions,
  .hero-metrics,
  .next-options,
  .price-cards,
  .cost-map {
    grid-template-columns: 1fr;
  }

  .cost-map div {
    min-height: 92px;
    padding: 16px;
    gap: 12px;
    font-size: 16px;
  }

  .cost-map div::before {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .hero-metrics {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .section-panel {
    margin-inline: 12px;
  }

  .services,
  .works,
  .price,
  .process,
  .guarantees,
  .next,
  .faq,
  .footer {
    padding-inline: 16px;
  }

  .work-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .work-item.large,
  .work-item.wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .mobile-bar {
    display: grid;
  }
}

/* Direction 03: centered atelier portfolio */
:root {
  --ink: #161412;
  --night: #24201d;
  --night-2: #332e29;
  --paper: #f3f0e8;
  --paper-2: #e8e1d4;
  --white: #fffaf0;
  --gold: #c78f3a;
  --amber: #7c4b2a;
  --ice: #e8ded0;
  --muted: #766c61;
  --line: rgba(199, 143, 58, 0.32);
  --shadow: 0 24px 80px rgba(36, 32, 29, 0.18);
  --radius: 6px;
  --page: min(1360px, calc(100% - 48px));
  --hero-page: min(1680px, calc(100% - 48px));
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(199, 143, 58, 0.16), transparent 26%),
    linear-gradient(180deg, #f7f3ea 0%, var(--paper) 420px, var(--paper) 100%);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.site-header {
  inset: 18px auto auto 50%;
  width: var(--page);
  transform: translateX(-50%);
  grid-template-columns: auto minmax(280px, 1fr) auto;
  gap: clamp(18px, 3vw, 42px);
  padding: 10px 16px 10px 12px;
  border-color: rgba(255, 250, 240, 0.18);
  background: rgba(22, 20, 18, 0.62);
  color: var(--white);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
}

.brand {
  position: relative;
  min-width: 220px;
  padding: 8px 18px 8px 10px;
  border-right: 1px solid rgba(255, 250, 240, 0.12);
}

.brand::before {
  content: "";
  position: absolute;
  inset: 4px 10px 4px 0;
  border-radius: 999px;
  background: radial-gradient(circle at 34% 50%, rgba(199, 143, 58, 0.22), rgba(255, 250, 240, 0.04) 48%, transparent 72%);
  filter: blur(2px);
}

.brand img {
  position: relative;
  z-index: 1;
  width: 184px;
  height: 58px;
  background: transparent;
}

.nav {
  justify-content: flex-start;
  gap: clamp(18px, 2.2vw, 32px);
  color: rgba(255, 250, 240, 0.72);
}

.nav a,
.nav button {
  font-size: 15px;
  font-weight: 700;
}

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

.header-calc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(199, 143, 58, 0.55);
  border-radius: 999px;
  color: var(--ink);
  background: var(--gold);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 0 26px rgba(199, 143, 58, 0.24);
}

.header-call {
  display: none;
}

.header-phone,
.nav a:hover,
.header-phone:hover {
  color: var(--gold);
  text-shadow: none;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 0.98;
  text-transform: none;
}

h1 {
  max-width: 560px;
  margin-bottom: 22px;
  font-size: clamp(40px, 4.2vw, 64px);
}

h2 {
  font-size: clamp(34px, 4.4vw, 64px);
}

h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.eyebrow {
  color: var(--gold);
  letter-spacing: 0.16em;
}

.section-dark,
.section-light {
  width: var(--page);
  margin-inline: auto;
  color: var(--ink);
  background: var(--paper);
}

.hero {
  width: var(--hero-page);
  min-height: 660px;
  margin: 124px auto 0;
  padding: clamp(28px, 5vw, 58px);
  align-items: center;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero-bg {
  left: auto;
  width: 58%;
  border-radius: 0 var(--radius) var(--radius) 0;
  background:
    linear-gradient(90deg, rgba(243, 240, 232, 0.2), rgba(243, 240, 232, 0.02)),
    url("assets/generated/hero-house.webp") center / cover no-repeat;
  transform: none;
  overflow: hidden;
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo--base {
  opacity: 1;
}

.hero-photo--neon {
  opacity: 0;
  animation: hero-photo-fade 8.7s ease-in-out infinite;
}

@keyframes hero-photo-fade {
  0% {
    opacity: 0;
  }

  27%,
  50% {
    opacity: 1;
  }

  77%,
  100% {
    opacity: 0;
  }
}

.hero::after {
  inset: 0 auto 0 42%;
  width: 1px;
  background: rgba(22, 20, 18, 0.12);
}

.hero-content {
  max-width: 42%;
}

.lead {
  max-width: 470px;
  color: rgba(22, 20, 18, 0.72);
  font-size: clamp(17px, 1.6vw, 20px);
}

.btn {
  min-height: 50px;
  border-radius: 999px;
  font-weight: 700;
}

.btn-primary {
  color: var(--white);
  background: var(--ink);
  box-shadow: none;
}

.btn-ghost {
  color: var(--ink);
  border-color: rgba(22, 20, 18, 0.2);
  background: transparent;
}

.hero-metrics {
  max-width: 520px;
  margin-top: 34px;
}

.hero-metrics div {
  border-color: rgba(22, 20, 18, 0.12);
  background: rgba(255, 250, 240, 0.58);
  box-shadow: none;
}

.hero-metrics strong {
  color: var(--amber);
}

.hero-metrics span {
  color: rgba(22, 20, 18, 0.6);
}

.section-panel,
.services,
.works,
.price,
.process,
.guarantees,
.next,
.faq {
  width: var(--page);
  margin-inline: auto;
  border-radius: var(--radius);
}

.footer {
  width: 100%;
  margin-inline: 0;
  border-radius: 0;
}

.section-panel {
  margin-top: 18px;
  border-color: rgba(22, 20, 18, 0.12);
  background: var(--white);
  background-size: auto;
  box-shadow: var(--shadow);
}

.section-panel,
.section-panel .lead-form label,
.section-panel .quick-calc p,
.quick-calc p {
  color: var(--ink);
}

.lead-form input {
  border-color: rgba(22, 20, 18, 0.14);
  background: var(--paper);
}

.lead-form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(199, 143, 58, 0.16);
}

.services,
.price,
.guarantees,
.faq {
  margin-top: 18px;
  padding-block: clamp(66px, 8vw, 104px);
  background: var(--paper);
}

.works,
.process,
.next,
.vk-follow,
.footer {
  margin-top: 18px;
  color: var(--white);
  background: var(--night);
}

.service-card,
.cost-map div,
.price-cards article,
.guarantee-grid article,
.faq details {
  border-color: rgba(22, 20, 18, 0.1);
  background: var(--white);
  box-shadow: none;
}

.service-card span,
.price-cards span,
.guarantee-grid strong {
  color: var(--amber);
}

.work-gallery {
  grid-auto-rows: 300px;
}

.work-item {
  border-radius: var(--radius);
  box-shadow: none;
}

.work-item figcaption {
  border-color: rgba(255, 250, 240, 0.18);
  background: rgba(22, 20, 18, 0.72);
}

.timeline li {
  border-color: rgba(255, 250, 240, 0.12);
  background: rgba(255, 250, 240, 0.06);
}

.timeline span {
  color: var(--ink);
  background: var(--gold);
}

.timeline li::before {
  background: rgba(199, 143, 58, 0.4);
  box-shadow: none;
}

.next-card {
  max-width: 940px;
  border-color: rgba(255, 250, 240, 0.14);
  background:
    linear-gradient(90deg, rgba(36, 32, 29, 0.94), rgba(36, 32, 29, 0.48)),
    url("assets/generated/hero-house.webp") center right / cover no-repeat;
  box-shadow: none;
}

.next-options a,
.next-options button {
  border-color: rgba(255, 250, 240, 0.16);
  color: var(--gold);
}

.next-options a:hover,
.next-options button:hover {
  background: rgba(199, 143, 58, 0.12);
}

.quiz-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(255, 250, 240, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(36, 32, 29, 0.96), rgba(36, 32, 29, 0.68)),
    url("assets/generated/hero-sparkle.webp") center right / cover no-repeat;
}

.quiz-copy p:not(.eyebrow) {
  max-width: 420px;
  color: rgba(255, 250, 240, 0.68);
}

.quiz-panel {
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: 12px;
  background: rgba(16, 12, 10, 0.62);
  backdrop-filter: blur(16px);
}

.quiz-progress {
  height: 4px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.16);
}

.quiz-progress span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: var(--gold);
  transition: width 0.25s ease;
}

.quiz-step {
  display: none;
}

.quiz-step.is-active {
  display: block;
}

.quiz-count {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.quiz-step h3 {
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(28px, 3.5vw, 44px);
}

.quiz-step p {
  color: rgba(255, 250, 240, 0.68);
}

.quiz-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.quiz-options button {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 16px;
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 250, 240, 0.07);
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.quiz-options button::before {
  content: "";
  width: 46px;
  height: 46px;
  background: var(--quiz-icon) center / contain no-repeat;
  filter: drop-shadow(0 0 18px rgba(199, 143, 58, 0.28));
}

.quiz-options button span {
  min-width: 0;
}

.quiz-option--house { --quiz-icon: url("assets/generated/quiz-house.webp"); }
.quiz-option--yard { --quiz-icon: url("assets/generated/quiz-yard.webp"); }
.quiz-option--terrace { --quiz-icon: url("assets/generated/quiz-terrace.webp"); }
.quiz-option--trees { --quiz-icon: url("assets/generated/quiz-trees.webp"); }
.quiz-option--short { --quiz-icon: url("assets/generated/quiz-short.webp"); }
.quiz-option--medium { --quiz-icon: url("assets/generated/quiz-medium.webp"); }
.quiz-option--long { --quiz-icon: url("assets/generated/quiz-long.webp"); }
.quiz-option--unknown { --quiz-icon: url("assets/generated/quiz-unknown.webp"); }
.quiz-option--soon { --quiz-icon: url("assets/generated/quiz-soon.webp"); }
.quiz-option--weeks { --quiz-icon: url("assets/generated/quiz-weeks.webp"); }
.quiz-option--date { --quiz-icon: url("assets/generated/quiz-date.webp"); }
.quiz-option--estimate { --quiz-icon: url("assets/generated/quiz-estimate.webp"); }

.quiz-options button:hover {
  transform: translateY(-2px);
  border-color: rgba(199, 143, 58, 0.7);
  background: rgba(199, 143, 58, 0.14);
}

.quiz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

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

.quiz-lead-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 250, 240, 0.72);
  font-size: 13px;
}

.quiz-lead-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 250, 240, 0.08);
  outline: none;
}

.quiz-lead-form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(199, 143, 58, 0.18);
}

.quiz-success {
  margin: 8px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(199, 143, 58, 0.4);
  border-radius: 8px;
  color: var(--white);
  background: rgba(199, 143, 58, 0.16);
}

.quiz-actions .btn-primary {
  color: var(--ink);
  background: var(--white);
}

.quiz-actions .btn-ghost {
  color: var(--white);
  border-color: rgba(255, 250, 240, 0.24);
  background: rgba(255, 250, 240, 0.08);
}

.footer-phone {
  color: var(--gold);
  font-size: clamp(26px, 2.2vw, 34px);
  white-space: nowrap;
}

.footer-inner {
  width: var(--page);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.mobile-bar a,
.mobile-bar button {
  color: var(--white);
  background: var(--ink);
}

.mobile-photo-cta {
  width: 100%;
}

.mobile-photo-cta__text,
.mobile-photo-cta__icons {
  pointer-events: none;
}

.messenger-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.messenger-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.messenger-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 20, 18, 0.62);
  backdrop-filter: blur(10px);
}

.messenger-modal__panel {
  position: relative;
  width: min(560px, 100%);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 250, 240, 0.28);
  border-radius: 12px;
  color: var(--ink);
  background: linear-gradient(180deg, var(--white), var(--paper));
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.34);
  transform: translateY(14px) scale(0.98);
  transition: transform 0.22s ease;
}

.messenger-modal.is-open .messenger-modal__panel {
  transform: translateY(0) scale(1);
}

.messenger-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(22, 20, 18, 0.14);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.76);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.messenger-modal h2 {
  max-width: 420px;
  margin-bottom: 10px;
  font-size: clamp(34px, 5vw, 52px);
}

.messenger-modal__text {
  max-width: 430px;
  margin-bottom: 22px;
  color: rgba(22, 20, 18, 0.68);
}

.calc-modal__form {
  display: grid;
  gap: 14px;
}

.calc-modal__form label {
  display: grid;
  gap: 8px;
  color: rgba(22, 20, 18, 0.82);
  font-size: 14px;
  font-weight: 800;
}

.calc-modal__form input {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(22, 20, 18, 0.14);
  border-radius: 10px;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.82);
  outline: none;
}

.calc-modal__form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(199, 143, 58, 0.16);
}

.calc-modal__form .btn {
  width: 100%;
  margin-top: 4px;
}

.calc-modal__form small {
  color: rgba(22, 20, 18, 0.52);
  font-size: 12px;
}

.legal-modal__panel {
  max-width: 760px;
}

.legal-modal__text {
  display: grid;
  gap: 12px;
  color: rgba(22, 20, 18, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.legal-modal__text p {
  margin: 0;
}

.legal-modal__text a {
  color: var(--ink);
  text-decoration-color: rgba(22, 20, 18, 0.28);
  text-underline-offset: 3px;
}

.messenger-options {
  display: grid;
  gap: 12px;
}

.messenger-option {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(22, 20, 18, 0.12);
  border-radius: 10px;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.78);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.messenger-option:hover {
  transform: translateY(-2px);
  border-color: rgba(199, 143, 58, 0.45);
  box-shadow: 0 18px 48px rgba(36, 32, 29, 0.12);
}

.messenger-option__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: var(--white);
}

.messenger-option__icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.max-logo {
  width: 39px;
  height: 39px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(12, 93, 219, 0.22));
}

.messenger-option strong,
.messenger-option small {
  display: block;
}

.messenger-option strong {
  font-size: 18px;
}

.messenger-option small {
  margin-top: 3px;
  color: rgba(22, 20, 18, 0.58);
  font-size: 13px;
}

.messenger-option--telegram .messenger-option__icon {
  background: #229ed9;
}

.messenger-option--whatsapp .messenger-option__icon {
  background: #25d366;
}

.messenger-option--max .messenger-option__icon {
  background: linear-gradient(145deg, #2784ff 0%, #116ee9 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

body.modal-open {
  overflow: hidden;
}

/* Current direction: full-screen sparkling hero */
.site-header {
  background: rgba(18, 16, 14, 0.44);
  border-color: rgba(255, 250, 240, 0.18);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
}

.brand img {
  width: 148px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.38)) drop-shadow(0 0 18px rgba(199, 143, 58, 0.22));
}

.hero {
  width: 100%;
  min-height: 100svh;
  margin: 0;
  padding: clamp(112px, 13vh, 170px) max(24px, calc((100vw - 1360px) / 2)) clamp(42px, 7vh, 82px);
  align-items: center;
  border: 0;
  border-radius: 0;
  color: var(--white);
  background: var(--ink);
  box-shadow: none;
}

.hero-bg {
  inset: 0;
  width: 100%;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(16, 12, 10, 0.9) 0%, rgba(16, 12, 10, 0.62) 38%, rgba(16, 12, 10, 0.18) 78%),
    url("assets/generated/hero-sparkle.webp") center / cover no-repeat;
  isolation: isolate;
}

.hero::after {
  inset: 0;
  width: auto;
  background:
    radial-gradient(circle at 20% 40%, rgba(199, 143, 58, 0.22), transparent 24%),
    linear-gradient(90deg, rgba(16, 12, 10, 0.72), rgba(16, 12, 10, 0.16) 70%, rgba(16, 12, 10, 0.08));
  pointer-events: none;
}

.hero-content {
  max-width: min(620px, 48vw);
}

.hero .eyebrow,
.hero .lead,
.hero h1,
.hero-metrics span {
  color: var(--white);
}

.hero .lead {
  color: rgba(255, 250, 240, 0.78);
}

.hero-metrics div {
  border-color: rgba(255, 250, 240, 0.18);
  background: rgba(255, 250, 240, 0.1);
  backdrop-filter: blur(14px);
}

.hero-metrics span {
  color: rgba(255, 250, 240, 0.92);
  font-size: 15px;
}

.hero-metrics strong {
  color: var(--gold);
}

.hero .btn-primary {
  color: var(--ink);
  background: var(--white);
}

.hero .btn-ghost {
  color: var(--white);
  border-color: rgba(255, 250, 240, 0.35);
  background: rgba(255, 250, 240, 0.08);
}

.work-gallery.is-loading {
  opacity: 0.75;
}

.load-more-works {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin: 28px auto 0;
  padding: 0 28px;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 250, 240, 0.06);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.load-more-works:hover {
  transform: translateY(-2px);
  background: rgba(199, 143, 58, 0.12);
}

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

.footer h2 {
  max-width: 320px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(22px, 1.8vw, 30px);
  font-weight: 700;
  line-height: 1.14;
}

@media (max-width: 980px) {
  .quiz-card {
    grid-template-columns: 1fr;
  }

  .quiz-panel {
    max-width: 680px;
  }

  .hero {
    min-height: 100svh;
    padding: 128px 22px 42px;
  }

  .hero-bg {
    height: 100%;
  }

  .hero-content {
    max-width: 680px;
  }

}

@media (max-width: 680px) {
  .quiz-card {
    padding: 22px;
  }

  .quiz-options {
    grid-template-columns: 1fr;
  }

  .brand img {
    width: 126px;
    height: 38px;
  }

  .hero {
    margin-top: 0;
    padding: 116px 16px 32px;
  }

  .hero-bg {
    height: 100%;
    background:
      linear-gradient(180deg, rgba(16, 12, 10, 0.34), rgba(16, 12, 10, 0.9)),
      url("assets/generated/hero-sparkle.webp") center / cover no-repeat;
  }

  .hero-content {
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  :root {
    --page: min(900px, calc(100vw - 28px));
    --hero-page: min(900px, calc(100vw - 28px));
  }

  .hero {
    min-height: auto;
    padding-top: 380px;
  }

  .hero-bg {
    inset: 0 0 auto;
    width: 100%;
    height: 340px;
    border-radius: var(--radius) var(--radius) 0 0;
  }

  .hero::after {
    display: block;
    background:
      linear-gradient(180deg, rgba(16, 12, 10, 0.42) 0%, rgba(16, 12, 10, 0.78) 54%, rgba(16, 12, 10, 0.9) 100%),
      linear-gradient(90deg, rgba(16, 12, 10, 0.62), rgba(16, 12, 10, 0.2));
  }

  .hero-content {
    max-width: 100%;
  }

}

@media (max-width: 680px) {
  :root {
    --page: calc(100vw - 24px);
    --hero-page: calc(100vw - 24px);
  }

  body {
    background: linear-gradient(180deg, #f7f3ea 0%, var(--paper) 300px);
  }

  .site-header {
    inset: 10px auto auto 50%;
    width: var(--page);
    transform: translateX(-50%);
  }

  .hero {
    min-height: auto;
    margin-top: 92px;
    padding: 300px 18px 24px;
  }

  .hero-bg {
    height: 280px;
    background:
      linear-gradient(180deg, rgba(16, 12, 10, 0.36), rgba(16, 12, 10, 0.82)),
      url("assets/generated/hero-house.webp") center / cover no-repeat;
  }

  .hero-actions,
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .section-panel,
  .services,
  .works,
  .price,
  .process,
  .guarantees,
  .next,
  .faq {
    padding-inline: 18px;
  }

  .footer-inner {
    width: var(--page);
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 14px;
  }

  .brand {
    min-width: 170px;
  }

  .brand img {
    width: 150px;
    height: 48px;
  }

  .header-calc {
    min-height: 38px;
    padding-inline: 14px;
  }

  .header-phone {
    display: none;
  }

  .hero {
    min-height: 100svh;
    margin-top: 0;
    padding: 128px 22px 42px;
  }

  .hero-bg {
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

@media (max-width: 680px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .brand {
    min-width: 132px;
    padding-right: 8px;
  }

  .brand img {
    width: 126px;
    height: 38px;
  }

  .header-actions {
    gap: 0;
  }

  .header-calc {
    min-height: 36px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-call {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 250, 240, 0.22);
    border-radius: 50%;
    color: var(--white);
    background: rgba(255, 250, 240, 0.1);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  }

  .header-call svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
  }
}

/* Header final polish */
.site-header {
  min-height: 82px;
  width: min(1680px, calc(100% - 48px));
  grid-template-columns: auto minmax(360px, 1fr) auto;
  gap: clamp(18px, 2.2vw, 34px);
  padding: 10px 18px 10px 12px;
  background: linear-gradient(90deg, rgba(12, 13, 15, 0.72), rgba(18, 16, 14, 0.5));
}

.brand {
  min-width: 232px;
  padding: 6px 22px 6px 8px;
  border-right: 1px solid rgba(255, 250, 240, 0.13);
}

.brand::before {
  inset: 2px 12px 2px -4px;
  background: radial-gradient(circle at 42% 50%, rgba(199, 143, 58, 0.32), rgba(255, 250, 240, 0.06) 45%, transparent 70%);
}

.brand img {
  width: 204px;
  height: 62px;
  object-fit: contain;
}

.nav {
  justify-content: center;
  gap: clamp(20px, 1.8vw, 32px);
  padding-inline: clamp(12px, 2.4vw, 46px);
}

.nav a {
  color: rgba(255, 250, 240, 0.76);
  font-size: 15px;
}

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

.header-calc {
  min-height: 44px;
  padding-inline: 20px;
}

@media (max-width: 980px) {
  .site-header {
    min-height: 70px;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
  }

  .brand {
    min-width: 194px;
    padding-right: 12px;
  }

  .brand img {
    width: 178px;
    height: 56px;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 62px;
    grid-template-columns: auto auto;
    padding: 8px 10px;
  }

  .brand {
    min-width: 150px;
    padding-right: 8px;
  }

  .brand img {
    width: 144px;
    height: 44px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-call {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 250, 240, 0.24);
    border-radius: 50%;
    color: var(--white);
    background: rgba(255, 250, 240, 0.1);
  }

  .header-call svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
}

/* Air between hero, quick form and the next section */
.quick-calc.section-panel {
  margin-top: clamp(64px, 7vw, 116px);
  margin-bottom: clamp(82px, 8vw, 132px);
}

.quick-calc + .services {
  margin-top: 0;
}

@media (max-width: 680px) {
  .quick-calc.section-panel {
    margin-top: 42px;
    margin-bottom: 62px;
  }
}

/* Livelier process section */
.process {
  position: relative;
  overflow: hidden;
}

.process::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(199, 143, 58, 0.16), transparent 28%),
    radial-gradient(circle at 78% 54%, rgba(255, 250, 240, 0.08), transparent 30%);
  pointer-events: none;
}

.process .section-head,
.process .timeline {
  position: relative;
  z-index: 1;
}

.timeline {
  gap: 16px;
}

.timeline li {
  display: grid;
  grid-template-rows: 138px auto 1fr;
  min-height: 360px;
  padding: 0;
  overflow: hidden;
  border-color: rgba(255, 250, 240, 0.16);
  background: rgba(255, 250, 240, 0.075);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.timeline li:hover {
  transform: translateY(-6px);
  border-color: rgba(199, 143, 58, 0.52);
  background: rgba(255, 250, 240, 0.1);
}

.timeline li::before {
  left: 56px;
  right: -18px;
  top: 168px;
  z-index: 2;
  background: rgba(199, 143, 58, 0.48);
}

.timeline li:last-child::before {
  display: none;
}

.timeline img {
  width: 100%;
  height: 138px;
  object-fit: cover;
  opacity: 0.86;
  filter: saturate(0.92) contrast(1.04);
}

.timeline span {
  z-index: 3;
  width: 54px;
  height: 54px;
  margin: -27px 0 54px 24px;
  box-shadow: 0 0 0 8px rgba(36, 32, 29, 0.82), 0 0 34px rgba(199, 143, 58, 0.32);
}

.timeline p {
  align-self: end;
  padding: 0 24px 24px;
  color: rgba(255, 250, 240, 0.78);
}

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

  .timeline li::before {
    display: none;
  }
}

@media (max-width: 680px) {
  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline li {
    grid-template-rows: 250px auto 1fr;
    min-height: 430px;
  }

  .timeline img {
    height: 250px;
  }
}

/* Soft scroll reveal */
.reveal-enabled [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  filter: blur(8px);
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.reveal-enabled [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.reveal-enabled .hero [data-reveal] {
  transform: translate3d(0, 18px, 0) scale(0.985);
}

.reveal-enabled .hero [data-reveal].is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.reveal-enabled .service-card[data-reveal],
.reveal-enabled .work-item[data-reveal],
.reveal-enabled .price-cards [data-reveal],
.reveal-enabled .timeline [data-reveal],
.reveal-enabled .guarantee-grid [data-reveal],
.reveal-enabled .faq-list [data-reveal] {
  transform: translate3d(0, 30px, 0) scale(0.975);
}

.reveal-enabled .service-card[data-reveal].is-visible,
.reveal-enabled .work-item[data-reveal].is-visible,
.reveal-enabled .price-cards [data-reveal].is-visible,
.reveal-enabled .timeline [data-reveal].is-visible,
.reveal-enabled .guarantee-grid [data-reveal].is-visible,
.reveal-enabled .faq-list [data-reveal].is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo--neon {
    animation: none;
    opacity: 0;
  }

  .reveal-enabled [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

/* Footer support marks */
.footer .footer-support-icons {
  display: flex;
  align-items: center;
  gap: 28px;
  width: min(100%, 440px);
  margin: 26px 0 0;
  padding: 8px 0;
  opacity: 0.9;
}

.footer .footer-support-icons img {
  height: 62px;
  margin: 0;
  object-fit: contain;
}

.footer .footer-support-icons img:first-child {
  width: 180px;
  max-width: 44%;
}

.footer .footer-support-icons img:last-child {
  width: 220px;
  max-width: 52%;
}

@media (max-width: 680px) {
  .footer .footer-support-icons {
    max-width: 320px;
    gap: 18px;
  }

  .footer .footer-support-icons img {
    max-width: 48%;
    height: 48px;
  }
}

/* Service photo cards final fit */
.service-card {
  border-color: rgba(255, 250, 240, 0.12);
  color: var(--white);
  background: var(--night);
  box-shadow: 0 20px 48px rgba(22, 20, 18, 0.16);
}

.service-card h3,
.service-card p {
  position: relative;
  z-index: 1;
}

.service-card p {
  color: rgba(255, 250, 240, 0.78);
}

.service-card span {
  color: var(--gold);
}

.service-gallery-trigger {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.service-preview-stack {
  display: flex;
  align-items: center;
  padding-left: 12px;
}

.service-preview-stack img {
  width: 48px;
  height: 48px;
  margin-left: -12px;
  border: 2px solid rgba(255, 250, 240, 0.9);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.service-watch {
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(255, 250, 240, 0.24);
  border-radius: 999px;
  color: var(--ink);
  background: var(--gold);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(216, 153, 48, 0.22);
  transition: transform 0.25s ease, background 0.25s ease;
}

.service-watch:hover {
  transform: translateY(-2px);
  background: #f0bd58;
}

.service-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.service-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}

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

.service-modal__panel {
  position: relative;
  width: min(1280px, 100%);
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(255, 250, 240, 0.14);
  border-radius: 18px;
  color: var(--white);
  overflow: hidden;
  transform: translateY(14px) scale(0.98);
  transition: transform 0.25s ease;
}

.service-modal.is-open .service-modal__panel {
  transform: translateY(0) scale(1);
}

.service-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 250, 240, 0.08);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.service-modal h2 {
  max-width: 760px;
  margin: 0 56px 20px 0;
  font-size: clamp(34px, 5vw, 64px);
}

.service-slider {
  position: relative;
  display: grid;
  gap: 14px;
}

.service-slider__stage {
  position: relative;
  height: clamp(360px, 56vh, 620px);
  margin: 0;
  border: 1px solid rgba(255, 250, 240, 0.12);
  border-radius: 16px;
  background: rgba(255, 250, 240, 0.06);
  overflow: hidden;
}

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

.service-slider__arrow {
  position: absolute;
  top: calc(50% - 52px);
  z-index: 3;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 50%;
  color: var(--white);
  background: rgba(18, 16, 14, 0.62);
  backdrop-filter: blur(12px);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.service-slider__arrow:hover {
  transform: translateY(-50%) scale(1.04);
  background: rgba(199, 143, 58, 0.9);
}

.service-slider__arrow--prev {
  left: 18px;
  transform: translateY(-50%);
}

.service-slider__arrow--next {
  right: 18px;
  transform: translateY(-50%);
}

.service-slider__meta {
  position: absolute;
  right: 18px;
  bottom: 104px;
  z-index: 3;
  padding: 6px 12px;
  border-radius: 999px;
  color: rgba(255, 250, 240, 0.86);
  background: rgba(18, 16, 14, 0.58);
  font-size: 13px;
  font-weight: 800;
}

.service-slider__thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 2px 2px 10px;
  scrollbar-color: var(--gold) rgba(255, 250, 240, 0.12);
}

.service-slider__thumb {
  flex: 0 0 104px;
  height: 72px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  background: rgba(255, 250, 240, 0.08);
  cursor: pointer;
  overflow: hidden;
  opacity: 0.62;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.service-slider__thumb.is-active,
.service-slider__thumb:hover {
  opacity: 1;
  border-color: var(--gold);
  transform: translateY(-2px);
}

.service-slider__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 680px) {
  .service-card,
  .service-card.tall {
    min-height: 360px;
  }

  .service-slider__stage {
    height: 52vh;
  }

  .service-slider__arrow {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }

  .service-slider__thumb {
    flex-basis: 82px;
    height: 58px;
  }
}

/* FAQ icons */
.faq details {
  position: relative;
  padding-left: 86px;
}

.faq details::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--ink);
  border-radius: 50%;
  background: linear-gradient(145deg, #f3ca70, var(--gold));
  box-shadow: 0 10px 24px rgba(199, 143, 58, 0.2);
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.faq-icon--next::before { content: "→"; }
.faq-icon--mount::before { content: "⌁"; }
.faq-icon--season::before { content: "↻"; }
.faq-icon--safe::before { content: "◆"; }
.faq-icon--power::before { content: "⚡"; }
.faq-icon--office::before { content: "⌂"; }
.faq-icon--buy::before { content: "₽"; }
.faq-icon--time::before { content: "⏱"; }

@media (max-width: 680px) {
  .faq details {
    padding-left: 70px;
  }

  .faq details::before {
    left: 18px;
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
}

/* Header alignment guard */
.site-header {
  left: max(24px, calc((100% - 1680px) / 2));
  right: max(24px, calc((100% - 1680px) / 2));
  width: auto;
}

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

  .nav {
    display: none;
  }

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

@media (max-width: 680px) {
  .site-header {
    left: 10px;
    right: 10px;
    width: auto;
  }
}

@media (max-width: 680px) {
  .vk-follow {
    gap: 24px;
  }

  .vk-follow h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .vk-follow h2 span {
    font-size: clamp(25px, 7.2vw, 34px);
  }

  .vk-follow__media {
    min-height: 280px;
  }

  .vk-follow__button {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .mobile-bar {
    grid-template-columns: 1fr;
    left: 12px;
    right: 12px;
    bottom: 12px;
    gap: 0;
  }

  .mobile-photo-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 58px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 250, 240, 0.12);
    border-radius: 14px;
    color: var(--white);
    background: rgba(22, 19, 16, 0.96);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.32);
    text-align: center;
    white-space: nowrap;
  }

  .mobile-photo-cta__text {
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
  }

  .mobile-photo-cta__icons {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 0;
  }

  .mobile-photo-cta__icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: var(--white);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  }

  .mobile-photo-cta__icon svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
  }

  .mobile-photo-cta__icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }

  .mobile-photo-cta__icon--telegram {
    background: #229ed9;
  }

  .mobile-photo-cta__icon--whatsapp {
    background: #25d366;
  }

  .mobile-photo-cta__icon--max {
    background: linear-gradient(145deg, #2784ff 0%, #116ee9 100%);
  }

  input,
  textarea,
  select {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .mobile-photo-cta {
    gap: 10px;
    padding-inline: 12px;
  }

  .mobile-photo-cta__text {
    font-size: 16px;
  }

  .mobile-photo-cta__icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 680px) {
  .hero-metrics {
    gap: 12px;
  }

  .hero-metrics div {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 16px;
    align-items: center;
    min-height: 118px;
    padding: 18px 20px;
  }

  .hero-metrics div::before {
    grid-row: 1 / span 2;
    width: 54px;
    height: 54px;
    margin: 0;
    align-self: center;
  }

  .hero-metrics strong {
    align-self: end;
    font-size: 28px;
  }

  .hero-metrics span {
    align-self: start;
    margin-top: 4px;
    font-size: 17px;
  }
}
