:root {
  --page: #e8e3d8;
  --ink: #080a0b;
  --panel: #0d1011;
  --panel-2: #151819;
  --panel-3: #1d2123;
  --text: #f6f1e8;
  --muted: rgba(246, 241, 232, 0.68);
  --line: rgba(246, 241, 232, 0.18);
  --line-dark: rgba(8, 10, 11, 0.14);
  --gold: #d8aa55;
  --gold-soft: #efc76c;
  --green: #2fab48;
  --shadow: 0 34px 80px rgba(0, 0, 0, 0.34);
  font-family:
    Inter, Manrope, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont,
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.34), transparent 28%),
    linear-gradient(135deg, var(--page), #d7d1c5);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(90deg, rgba(8, 10, 11, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(8, 10, 11, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
}

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

button {
  font: inherit;
}

.site-header {
  position: absolute;
  z-index: 30;
  top: 34px;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1130px, calc(100% - 64px));
  min-height: 62px;
  padding: 0 18px;
  color: var(--text);
  background: rgba(8, 10, 11, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand,
.desktop-nav,
.header-actions,
.address-chip,
.header-phone {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  flex: 0 0 auto;
  white-space: nowrap;
}

.brand-icon {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(216, 170, 85, 0.16));
}

.brand-text {
  display: grid;
  gap: 3px;
  line-height: 1.08;
}

.brand-text strong {
  color: #fff;
  font-size: 20px;
  font-weight: 880;
  letter-spacing: -0.04em;
  line-height: 1;
}

.brand-text strong span {
  color: var(--gold);
}

.brand-text small {
  color: rgba(246, 241, 232, 0.58);
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-transform: uppercase;
}

.desktop-nav {
  justify-content: center;
  gap: 28px;
  color: rgba(246, 241, 232, 0.76);
  font-size: 14px;
}

.desktop-nav a:hover,
.header-phone:hover {
  color: #fff;
}

.header-actions {
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
  font-size: 14px;
}

.address-chip {
  max-width: 268px;
  gap: 8px;
  padding: 9px 12px;
  color: rgba(246, 241, 232, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.address-chip span:last-child,
.header-phone span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-phone {
  gap: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.ui-icon {
  color: var(--gold);
  font-weight: 900;
}

.telegram-logo {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  filter: drop-shadow(0 5px 12px rgba(34, 158, 217, 0.28));
}

.telegram-logo circle {
  fill: #229ed9;
}

.telegram-logo path {
  fill: #fff;
}

.menu-button {
  display: none;
  width: 38px;
  height: 38px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--text);
}

main {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 48px));
  margin: 34px auto;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid rgba(8, 10, 11, 0.2);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.hero {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  background: var(--ink);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background: url("pictures/1600х1200.webp") center 42% / 122% auto no-repeat;
  filter: brightness(0.72) contrast(1.08) saturate(0.9);
  transform: scale(1.01);
}

.hero-overlay {
  background:
    radial-gradient(circle at 78% 18%, rgba(216, 170, 85, 0.1), transparent 28%),
    linear-gradient(90deg, rgba(8, 10, 11, 0.98) 0%, rgba(8, 10, 11, 0.78) 42%, rgba(8, 10, 11, 0.38) 72%, rgba(8, 10, 11, 0.2) 100%),
    linear-gradient(0deg, rgba(8, 10, 11, 0.94) 0%, rgba(8, 10, 11, 0.42) 44%, rgba(8, 10, 11, 0.22) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1130px, calc(100% - 64px));
  margin: 0 auto;
  padding-top: 132px;
}

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

.hero h1 {
  max-width: 780px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(48px, 5.2vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.hero h1 mark {
  color: var(--gold);
  background: transparent;
}

.hero p {
  max-width: 650px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  line-height: 1.35;
  white-space: pre-line;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  margin: 0 0 26px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 14px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(5, 24, 30, 0.55);
  border: 1px solid rgba(39, 207, 255, 0.22);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 12px 30px rgba(0, 0, 0, 0.18);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}

.hero-badge[href] {
  cursor: pointer;
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.hero-badge[href]:hover {
  color: #fff;
  background: rgba(6, 32, 40, 0.7);
  border-color: rgba(84, 214, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 36px rgba(33, 200, 255, 0.12);
  transform: translateY(-1px);
}

.hero-badge-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: #65eaff;
  filter: drop-shadow(0 0 10px rgba(101, 234, 255, 0.18));
}

.hero-badge-icon path,
.hero-badge-icon circle {
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.action-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  gap: 10px;
  padding: 0 19px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 42px rgba(0, 0, 0, 0.22);
  font-size: 14px;
  font-weight: 820;
  letter-spacing: -0.01em;
  isolation: isolate;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.action-button::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 42%);
  border-radius: inherit;
  opacity: 0.72;
}

.action-button::after {
  content: "↗";
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-left: 2px;
  color: currentcolor;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  transition:
    transform 0.22s ease,
    background 0.22s ease;
}

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

.action-button:hover::after {
  transform: translate(1px, -1px);
}

.action-primary {
  min-width: 214px;
  color: #12100b;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.56), transparent 26%),
    linear-gradient(135deg, #f5d98c 0%, var(--gold) 48%, #b77d2f 100%);
  border-color: rgba(255, 224, 150, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -12px 24px rgba(135, 89, 24, 0.18),
    0 18px 48px rgba(216, 170, 85, 0.24);
}

.action-primary .ui-icon {
  color: #12100b;
}

.action-primary::after {
  background: rgba(18, 16, 11, 0.1);
  border-color: rgba(18, 16, 11, 0.16);
}

.action-primary:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -12px 24px rgba(135, 89, 24, 0.16),
    0 24px 58px rgba(216, 170, 85, 0.31);
}

.action-secondary {
  min-width: 154px;
  color: rgba(255, 255, 255, 0.91);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032)),
    rgba(11, 14, 15, 0.52);
  backdrop-filter: blur(18px);
}

.action-secondary:hover {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045)),
    rgba(11, 14, 15, 0.64);
  border-color: rgba(216, 170, 85, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 20px 48px rgba(0, 0, 0, 0.28);
}

.action-secondary .telegram-logo {
  width: 19px;
  height: 19px;
}

.hero-proof {
  position: relative;
  z-index: 3;
  left: auto;
  bottom: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(690px, calc(100% - 64px));
  margin: 28px auto 30px;
  overflow: hidden;
  background: rgba(18, 21, 22, 0.78);
  border: 1px solid var(--line);
  border-radius: 10px;
  backdrop-filter: blur(18px);
  transform: none;
}

.proof-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 13px 16px;
  border-right: 1px solid var(--line);
}

.proof-item:last-child {
  border-right: 0;
}

.proof-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--gold);
  border: 1px solid rgba(216, 170, 85, 0.8);
  border-radius: 50%;
  font-weight: 900;
}

.proof-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}

.proof-item span:last-child {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.brands-section {
  padding: 20px 54px 24px;
  background:
    radial-gradient(circle at 14% 0%, rgba(33, 200, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #03090c 0%, #07171c 100%);
  border-top: 1px solid rgba(84, 214, 255, 0.12);
  border-bottom: 1px solid rgba(84, 214, 255, 0.08);
}

.brands-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) 1fr;
  gap: 22px;
  align-items: center;
  padding: 18px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.022)),
    rgba(5, 20, 25, 0.68);
  border: 1px solid rgba(84, 214, 255, 0.16);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 18px 52px rgba(0, 0, 0, 0.18);
}

.brands-shell::before {
  content: "";
  position: absolute;
  inset: -1px auto -1px -1px;
  width: 38%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(33, 200, 255, 0.1), transparent);
}

.brands-heading {
  position: relative;
  z-index: 1;
}

.brands-heading span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brands-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.brands-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.brands-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  color: rgba(236, 250, 255, 0.88);
  background: rgba(3, 16, 23, 0.48);
  border: 1px solid rgba(84, 214, 255, 0.15);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 720;
  letter-spacing: -0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.brands-toggle {
  display: none;
}

.local-seo-section,
.faq-section {
  padding: 24px 54px;
  background: linear-gradient(180deg, #07171c 0%, #03090c 100%);
  border-top: 1px solid rgba(84, 214, 255, 0.08);
}

.local-seo-shell,
.faq-shell {
  position: relative;
  overflow: hidden;
  padding: 24px;
  background:
    radial-gradient(circle at 16% 0%, rgba(33, 200, 255, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.022)),
    rgba(5, 20, 25, 0.68);
  border: 1px solid rgba(84, 214, 255, 0.16);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 18px 52px rgba(0, 0, 0, 0.18);
}

.local-seo-shell {
  display: block;
}

.spoiler-summary {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  cursor: pointer;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}

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

.spoiler-title-block {
  display: block;
  min-width: 0;
}

.spoiler-title-block .section-kicker {
  margin-bottom: 8px;
}

.spoiler-title {
  display: block;
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3.1vw, 40px);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 880;
}

.spoiler-icon {
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  background:
    radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.18), transparent 58%),
    rgba(3, 16, 23, 0.56);
  border: 1px solid rgba(84, 214, 255, 0.2);
  border-radius: 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 28px rgba(0, 0, 0, 0.22);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.spoiler-icon::before,
.spoiler-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #38bdf8;
  border-radius: 999px;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease;
}

.spoiler-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.spoiler-shell[open] .spoiler-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.spoiler-summary:hover .spoiler-icon {
  border-color: rgba(56, 189, 248, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 14px 34px rgba(0, 0, 0, 0.26),
    0 0 24px rgba(56, 189, 248, 0.14);
}

.spoiler-summary:active .spoiler-icon {
  transform: scale(0.96);
}

.spoiler-content {
  padding-top: 18px;
  border-top: 1px solid rgba(84, 214, 255, 0.1);
}

.local-seo-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 24px;
  align-items: center;
}

.local-seo-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(236, 250, 255, 0.74);
  font-size: 16px;
  line-height: 1.55;
}

.local-seo-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.local-seo-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  color: rgba(236, 250, 255, 0.88);
  background: rgba(3, 16, 23, 0.48);
  border: 1px solid rgba(84, 214, 255, 0.15);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 760;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

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

.faq-grid article {
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.018)),
    rgba(3, 16, 23, 0.52);
  border: 1px solid rgba(84, 214, 255, 0.14);
  border-radius: 16px;
}

.faq-grid h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.faq-grid p {
  margin: 0;
  color: rgba(236, 250, 255, 0.7);
  font-size: 14px;
  line-height: 1.45;
}

.services-section,
.dashboard-section,
.reviews-section {
  background: linear-gradient(180deg, #0d1011, #090b0c);
}

.services-section {
  padding: 30px 54px 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.services-layout {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 36px;
  align-items: start;
}

.section-kicker {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 780;
}

.section-intro h2 {
  max-width: 240px;
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.13;
  letter-spacing: 0;
}

.services-all-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-top: 18px;
  padding: 0 12px;
  color: rgba(246, 241, 232, 0.82);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: -0.01em;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.services-all-button:hover {
  color: var(--gold);
  background: rgba(216, 170, 85, 0.08);
  border-color: rgba(216, 170, 85, 0.22);
  transform: translateY(-1px);
}

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

.service-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 46%;
  min-height: 154px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    #171b1c;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.service-copy {
  position: relative;
  z-index: 2;
  padding: 20px 18px;
}

.service-copy h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 22px;
  line-height: 1.05;
}

.service-copy p {
  max-width: 210px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.service-copy span {
  color: var(--gold-soft);
  font-size: 18px;
  font-weight: 780;
}

.service-card > a {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--gold);
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 18px;
}

.service-visual {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background:
    linear-gradient(90deg, rgba(23, 27, 28, 0.08), rgba(23, 27, 28, 0.34)),
    url("assets/hero-locksmith.webp") center / cover no-repeat;
}

.service-card.has-service-image .service-visual {
  background:
    linear-gradient(90deg, rgba(23, 27, 28, 0.1), rgba(23, 27, 28, 0.24)),
    var(--service-image) var(--service-image-position, center) / cover no-repeat;
}

.service-home.has-service-image .service-visual {
  --service-image-position: 76% center;
}

.service-auto.has-service-image .service-visual {
  --service-image-position: 72% center;
}

.service-emergency.has-service-image .service-visual {
  --service-image-position: 70% center;
}

.service-locks.has-service-image .service-visual {
  --service-image-position: 72% center;
}

.service-card.has-service-image .service-visual::before,
.service-card.has-service-image .service-visual::after,
.service-card.has-service-image .service-visual span {
  display: none;
}

.service-domophone .service-visual {
  background-position: 38% 68%;
}

.service-auto .service-visual {
  background-position: 72% 64%;
}

.service-emergency .service-visual {
  background-position: 64% 54%;
}

.service-home .service-visual {
  background-position: 38% 68%;
}

.service-safe .service-visual {
  background-position: 55% 34%;
}

.service-locks .service-visual {
  background-position: 92% 52%;
}

.service-visual::before,
.service-visual::after,
.service-visual span {
  content: "";
  position: absolute;
  display: block;
}

.service-domophone .service-visual::before {
  left: 22%;
  top: 24%;
  width: 50px;
  height: 62px;
  background: #2a2f31;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  box-shadow: 14px 0 0 -8px #343a3d;
}

.service-domophone .service-visual::after {
  right: 22%;
  bottom: 18%;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #3464b2, #d13f33);
  border-radius: 50%;
  box-shadow: -26px 5px 0 -6px #2b2f31;
}

.service-auto .service-visual::before {
  left: 28%;
  top: 36%;
  width: 92px;
  height: 42px;
  background: linear-gradient(135deg, #272b2e, #0b0c0d);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px 10px 28px 10px;
  transform: rotate(-19deg);
}

.service-auto .service-visual::after {
  right: 18%;
  bottom: 24%;
  width: 92px;
  height: 8px;
  background: linear-gradient(90deg, var(--gold), #efe0b9);
  border-radius: 12px;
  transform: rotate(-19deg);
}

.service-emergency .service-visual::before {
  left: 30%;
  top: 26%;
  width: 62px;
  height: 70px;
  background:
    linear-gradient(#101314 0 0) 50% 62% / 46px 40px no-repeat,
    radial-gradient(circle at 50% 44%, transparent 0 20px, var(--gold) 21px 27px, transparent 28px);
  border-radius: 8px;
}

.service-emergency .service-visual::after {
  right: 22%;
  top: 20%;
  width: 30px;
  height: 74px;
  background: linear-gradient(180deg, #ffe8a6, var(--gold));
  clip-path: polygon(48% 0, 100% 0, 68% 42%, 100% 42%, 28% 100%, 45% 54%, 0 54%);
  filter: drop-shadow(0 12px 18px rgba(216, 170, 85, 0.28));
}

.service-emergency .service-visual span {
  left: 42%;
  bottom: 20%;
  width: 78px;
  height: 9px;
  background: linear-gradient(90deg, var(--gold), #f3dfad);
  border-radius: 999px;
  transform: rotate(-24deg);
}

.service-home .service-visual::before {
  left: 26%;
  top: 25%;
  width: 72px;
  height: 62px;
  background:
    linear-gradient(135deg, transparent 0 25%, var(--gold) 26% 38%, transparent 39%) 0 0 / 100% 42px no-repeat,
    linear-gradient(180deg, #2b3032, #101314) center bottom / 58px 42px no-repeat;
  border-radius: 5px;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.26));
}

.service-home .service-visual::after {
  right: 20%;
  bottom: 23%;
  width: 82px;
  height: 8px;
  background: linear-gradient(90deg, var(--gold), #f2dfb1);
  border-radius: 999px;
  box-shadow: 54px 0 0 -1px var(--gold);
  transform: rotate(-28deg);
}

.service-home .service-visual span {
  right: 34%;
  bottom: 28%;
  width: 30px;
  height: 30px;
  border: 7px solid var(--gold);
  border-radius: 50%;
  transform: rotate(-28deg);
}

.service-safe .service-visual::before {
  left: 28%;
  top: 22%;
  width: 74px;
  height: 74px;
  background: radial-gradient(circle, #d4d1c8 0 12%, #51575a 13% 34%, #111 35% 38%, #8b8f8f 39% 62%, #1a1d1e 63%);
  border-radius: 50%;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
}

.service-locks .service-visual::before {
  left: 45%;
  top: 0;
  width: 18px;
  height: 100%;
  background: linear-gradient(180deg, #c59b52, #785a24);
  box-shadow: 28px 0 0 #211d17, 52px 0 0 #bd8e44;
}

.service-locks .service-visual::after {
  right: 17%;
  top: 42%;
  width: 58px;
  height: 58px;
  border: 8px solid var(--gold);
  border-radius: 50%;
}

.dashboard-section {
  padding: 24px 54px 34px;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 18px;
}

.info-card {
  min-height: 210px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.info-card h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 22px;
  line-height: 1.16;
}

.info-card p {
  margin-bottom: 20px;
  color: var(--muted);
  line-height: 1.45;
}

.price-list {
  display: grid;
  gap: 0;
}

.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 13px 0;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.price-row strong {
  color: #fff;
  font-weight: 640;
  white-space: nowrap;
}

body.modal-open {
  overflow: hidden;
}

.services-prices-modal {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: grid;
  place-items: end center;
  padding: 24px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.22s ease;
}

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

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

.services-prices-backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background:
    radial-gradient(circle at 50% 18%, rgba(216, 170, 85, 0.12), transparent 28%),
    rgba(4, 5, 6, 0.74);
  border: 0;
  backdrop-filter: blur(14px);
}

.services-prices-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(1160px, 100%);
  max-height: min(760px, calc(100vh - 32px));
  overflow: hidden;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    #0d1011;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.46);
  transform: translateY(18px) scale(0.985);
  transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.services-prices-modal.is-open .services-prices-panel {
  transform: translateY(0) scale(1);
}

.services-prices-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 18px 10px;
}

.services-prices-head .section-kicker {
  margin-bottom: 8px;
}

.services-prices-head h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.055em;
}

.services-prices-close {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  color: rgba(246, 241, 232, 0.78);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 24px;
  line-height: 1;
}

.services-prices-close:hover {
  color: var(--gold);
  background: rgba(216, 170, 85, 0.08);
  border-color: rgba(216, 170, 85, 0.22);
}

.full-prices-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0 18px 14px;
  overflow: auto;
  overscroll-behavior: contain;
}

.full-price-card {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 0%, rgba(216, 170, 85, 0.09), transparent 28%),
    rgba(255, 255, 255, 0.042);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
}

.full-price-card-head {
  padding: 13px 13px 7px;
}

.full-price-toggle {
  display: block;
  width: 100%;
  padding: 0;
  color: inherit;
  text-align: left;
  cursor: default;
  background: transparent;
  border: 0;
  font: inherit;
}

.full-price-toggle:focus-visible {
  outline: 2px solid rgba(84, 214, 255, 0.42);
  outline-offset: 3px;
}

.full-price-toggle-copy,
.full-price-title,
.full-price-desc {
  display: block;
  min-width: 0;
}

.full-price-card-head h3,
.full-price-title {
  margin: 0 0 6px;
  color: #fff;
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.full-price-card-head p,
.full-price-desc {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.34;
}

.full-price-toggle-icon {
  display: none;
}

.full-price-list {
  display: grid;
  margin: 0;
  padding: 0 13px 12px;
  list-style: none;
}

.full-price-list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 3px 8px;
  align-items: center;
  min-height: 30px;
  padding: 6px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.full-price-index {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: rgba(246, 241, 232, 0.58);
  background: rgba(255, 255, 255, 0.045);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 760;
}

.full-price-name {
  min-width: 0;
  color: rgba(246, 241, 232, 0.86);
  font-size: 13px;
  line-height: 1.18;
}

.full-price-list strong {
  grid-column: 2;
  justify-self: start;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 820;
  white-space: nowrap;
}

.services-prices-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 18px 14px;
  background: rgba(8, 10, 11, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.services-prices-footer span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.services-prices-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  color: #12100b;
  background: linear-gradient(180deg, #f2cf7d, var(--gold));
  border-radius: 999px;
  font-size: 12px;
  font-weight: 820;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .full-prices-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .full-price-list li {
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .full-price-list strong {
    grid-column: auto;
    justify-self: end;
    font-size: 13px;
  }
}

.location-card {
  position: relative;
  min-height: 300px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #111415;
  border-color: rgba(255, 255, 255, 0.14);
  isolation: isolate;
}

.location-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 12, 13, 0.04), rgba(10, 12, 13, 0.38)),
    radial-gradient(circle at 18% 18%, rgba(216, 170, 85, 0.2), transparent 38%);
}

.yandex-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.92) contrast(1.02);
}

.map-strip {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 12px 14px;
  color: #fff;
  background: rgba(13, 16, 17, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.map-strip:hover {
  background: rgba(13, 16, 17, 0.9);
  border-color: rgba(216, 170, 85, 0.34);
  transform: translateY(-1px);
}

.map-strip strong,
.map-strip small {
  display: block;
}

.map-strip strong {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.24;
}

.map-strip small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 620;
}

.map-pin {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #15120d;
  background: linear-gradient(135deg, #ffe8a6, var(--gold));
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(216, 170, 85, 0.28);
}

.benefits-card ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.benefits-card li {
  position: relative;
  min-height: 26px;
  padding-left: 32px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.25;
}

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

.reviews-section {
  position: relative;
  padding: 0 54px 52px;
}

.reviews-section::before {
  content: "";
  position: absolute;
  right: 12%;
  bottom: 10%;
  width: 340px;
  height: 340px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(216, 170, 85, 0.18), transparent 68%);
  filter: blur(8px);
}

.reviews-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 16px;
}

.reviews-head h2 {
  max-width: 520px;
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0;
}

.reviews-source {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.reviews-source span:first-child {
  color: var(--gold);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.reviews-source span:nth-child(2) {
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 0;
}

.reviews-source small {
  color: var(--muted);
  font-weight: 760;
}

.reviews-carousel {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 1px;
  user-select: none;
  -webkit-user-select: none;
  background:
    linear-gradient(135deg, rgba(239, 199, 108, 0.5), rgba(255, 255, 255, 0.06) 34%, rgba(255, 255, 255, 0.12)),
    rgba(255, 255, 255, 0.04);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.reviews-carousel::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 170, 85, 0.2), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(11, 13, 14, 0.92);
  border-radius: 13px;
}

.reviews-carousel::after {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  opacity: 0.23;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  border-radius: 13px;
}

.carousel-topline,
.carousel-bottomline {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.carousel-topline {
  justify-content: flex-end;
  padding: 14px 16px 0;
  margin-bottom: 10px;
}

.carousel-controls {
  display: flex;
  gap: 4px;
}

.carousel-button {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: rgba(255, 255, 255, 0.68);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    color 0.2s ease;
}

.carousel-button:hover {
  color: var(--gold);
  background: rgba(255, 255, 255, 0.055);
  transform: translateY(-1px);
}

.carousel-viewport {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 0 0 0 18px;
}

.carousel-track {
  display: flex;
  gap: 14px;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.review-card {
  position: relative;
  flex: 0 0 calc(100% - 156px);
  min-height: 300px;
  overflow: hidden;
  padding: 30px;
  user-select: none;
  -webkit-user-select: none;
  color: #fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(216, 170, 85, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(18, 21, 22, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 44px rgba(0, 0, 0, 0.22);
}

.review-card::before {
  content: "“";
  position: absolute;
  right: 28px;
  top: -26px;
  color: rgba(216, 170, 85, 0.16);
  font-size: 180px;
  line-height: 1;
  font-family: Georgia, serif;
}

.review-card::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 170, 85, 0.7), transparent);
}

.review-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.review-avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #15120d;
  background: linear-gradient(180deg, #f2cf7d, var(--gold));
  border-radius: 14px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(216, 170, 85, 0.2);
}

.review-card-head strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 18px;
}

.review-card-head span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.review-stars {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  color: #c58f32;
  font-size: 14px;
  letter-spacing: 0;
}

.review-card p {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 30px;
  line-height: 1.2;
}

.carousel-bottomline {
  padding: 16px 18px 18px;
  margin-top: 0;
}

.carousel-dots {
  display: flex;
  gap: 8px;
}

.carousel-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition:
    width 0.22s ease,
    background 0.22s ease;
}

.carousel-dots button.is-active {
  width: 34px;
  background: var(--gold);
  border-radius: 999px;
}

.carousel-progress {
  flex: 1;
  max-width: 340px;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

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

.mobile-action-bar {
  position: fixed;
  z-index: 60;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: none;
  grid-template-columns: 1fr 1.18fr 1fr;
  min-height: 68px;
  overflow: hidden;
  color: #fff;
  background: rgba(17, 19, 20, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.mobile-action-bar a {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  min-height: 68px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 760;
}

.mobile-action-bar a:last-child {
  border-right: 0;
}

.mobile-action-bar .telegram-tab {
  margin: 8px 0;
  min-height: 52px;
  background: #229ed9;
  border-radius: 10px;
  border-right: 0;
}

.mobile-action-bar .telegram-tab .telegram-logo {
  width: 22px;
  height: 22px;
  filter: drop-shadow(0 6px 16px rgba(8, 10, 11, 0.18));
}

.mobile-action-bar .telegram-tab .telegram-logo circle {
  fill: rgba(255, 255, 255, 0.18);
}

@media (max-width: 1120px) {
  .desktop-nav {
    gap: 18px;
  }

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

  .services-layout {
    grid-template-columns: 210px 1fr;
    gap: 24px;
  }
}

@media (max-width: 900px) {
  body {
    background: var(--ink);
  }

  body::before {
    display: none;
  }

  main {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .site-header {
    top: 12px;
    width: calc(100% - 24px);
    grid-template-columns: 1fr auto;
    min-height: 80px;
    padding: 0 14px;
    border-radius: 8px;
  }

  .brand {
    min-width: 0;
  }

  .brand-icon {
    width: 38px;
    height: 38px;
  }

  .brand-text strong {
    font-size: 18px;
  }

  .brand-text small {
    font-size: 7px;
    line-height: 1.2;
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .hero {
    min-height: 586px;
    padding-bottom: 24px;
  }

  .hero-media {
    background-position: center 28%;
    background-size: cover;
    filter: brightness(0.68) contrast(1.08) saturate(0.9);
    transform: scale(1.01);
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, #090b0c 0%, rgba(9, 11, 12, 0.9) 36%, rgba(9, 11, 12, 0.2) 100%),
      linear-gradient(90deg, rgba(9, 11, 12, 0.5), rgba(9, 11, 12, 0.12));
  }

  .hero-content {
    width: calc(100% - 32px);
    padding-top: 254px;
  }

  .hero h1 {
    max-width: 356px;
    margin-bottom: 8px;
    font-size: 31px;
    line-height: 1.04;
  }

  .hero p {
    max-width: 330px;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .hero-badges {
    gap: 8px;
    max-width: 360px;
    margin-bottom: 20px;
  }

  .hero-badge {
    min-height: 34px;
    padding: 8px 11px;
    font-size: 13px;
  }

  .hero-badge-icon {
    width: 15px;
    height: 15px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .action-button {
    min-width: 0;
    min-height: 48px;
    padding: 0 12px;
    border-radius: 14px;
    font-size: 13px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 14px 34px rgba(0, 0, 0, 0.2);
  }

  .action-primary {
    grid-column: 1 / -1;
    min-height: 52px;
  }

  .action-button::after {
    width: 22px;
    height: 22px;
    font-size: 11px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    margin: 22px auto 0;
  }

  .proof-item {
    min-height: 42px;
    grid-template-columns: 24px 1fr;
    padding: 8px 12px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-item:not(:first-child) {
    display: none;
  }

  .proof-icon {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .proof-item div {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .proof-item strong,
  .proof-item span:last-child {
    margin: 0;
    font-size: 12px;
  }

  .brands-section {
    padding: 16px 16px 20px;
  }

  .brands-shell {
    display: block;
    padding: 16px;
    border-radius: 16px;
  }

  .brands-shell::before {
    width: 100%;
    background: linear-gradient(180deg, rgba(33, 200, 255, 0.1), transparent 62%);
  }

  .brands-heading {
    margin-bottom: 14px;
  }

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

  .brands-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 -16px;
    padding: 0 16px 2px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .brands-list::-webkit-scrollbar {
    display: none;
  }

  .brands-list span {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }

  .services-section {
    padding: 0 16px 28px;
  }

  .services-layout {
    display: block;
  }

  .section-kicker {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .section-intro h2 {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 20px;
  }

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

  .service-card {
    min-height: 124px;
    grid-template-columns: 1fr;
  }

  .service-copy {
    padding: 12px;
  }

  .service-copy h3 {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .service-copy p {
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 1.25;
  }

  .service-copy span {
    font-size: 11px;
  }

  .service-visual {
    position: absolute;
    inset: 0 0 0 42%;
    opacity: 0.58;
  }

  .service-card > a {
    display: none;
  }

  .dashboard-section {
    padding: 0 16px 30px;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

  .location-card {
    min-height: 318px;
    padding: 0;
  }

  .map-strip {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-height: 64px;
    padding: 11px 12px;
    border-radius: 12px;
  }

  .info-card h2 {
    font-size: 20px;
  }

  .reviews-section {
    padding: 0 16px 96px;
  }

  .reviews-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 12px;
  }

  .reviews-head h2 {
    font-size: 28px;
    line-height: 1.04;
  }

  .reviews-source {
    justify-content: space-between;
    min-width: 0;
    min-height: 48px;
    border-radius: 10px;
  }

  .reviews-source small {
    margin-left: auto;
  }

  .reviews-carousel {
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .reviews-carousel::before,
  .reviews-carousel::after {
    display: none;
  }

  .carousel-topline {
    display: none;
  }

  .carousel-viewport {
    padding: 0;
  }

  .carousel-track {
    gap: 0;
  }

  .review-card {
    flex-basis: 100%;
    min-height: 284px;
    padding: 18px;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  }

  .review-card::before {
    right: 16px;
    top: -12px;
    font-size: 112px;
  }

  .review-card::after {
    left: 18px;
    right: 18px;
  }

  .review-card-head {
    margin-bottom: 14px;
  }

  .review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 20px;
  }

  .review-card p {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.22;
  }

  .carousel-progress {
    max-width: 180px;
  }

  .carousel-bottomline {
    padding: 14px 12px 12px;
  }

  .mobile-action-bar {
    display: grid;
  }
}

@media (max-width: 430px) {
  .hero {
    min-height: 578px;
  }

  .hero-content {
    padding-top: 248px;
  }

  .service-grid {
    gap: 7px;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 28px;
  }

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

.reviews-section {
  padding: 0 54px 44px;
}

.reviews-section::before {
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(216, 170, 85, 0.12), transparent 68%);
  filter: blur(10px);
}

.reviews-head {
  margin-bottom: 20px;
}

.reviews-head h2 {
  font-size: 34px;
  line-height: 1.06;
}

.reviews-source {
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.052);
}

.reviews-source span:first-child {
  font-size: 20px;
}

.reviews-source span:nth-child(2) {
  font-size: 11px;
}

.reviews-source small {
  font-size: 12px;
}

.reviews-carousel {
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.reviews-carousel::before,
.reviews-carousel::after,
.review-card::before {
  display: none;
}

.carousel-topline {
  padding: 0;
  margin: -52px 0 16px;
}

.carousel-viewport {
  padding: 0;
}

.carousel-track {
  gap: 12px;
}

.review-card {
  flex: 0 0 calc((100% - 24px) / 3);
  min-height: 188px;
  padding: 18px;
  background:
    radial-gradient(circle at 88% 10%, rgba(216, 170, 85, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
    rgba(18, 21, 22, 0.82);
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.review-card::after {
  left: 18px;
  right: 18px;
  top: 0;
  bottom: auto;
  background: linear-gradient(90deg, rgba(216, 170, 85, 0.55), transparent);
}

.review-card-head {
  gap: 10px;
  margin-bottom: 12px;
}

.review-avatar {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 16px;
  box-shadow: 0 12px 28px rgba(216, 170, 85, 0.14);
}

.review-card-head strong {
  margin-bottom: 2px;
  font-size: 15px;
}

.review-card-head span {
  font-size: 12px;
}

.review-stars {
  margin-bottom: 10px;
  font-size: 11px;
}

.review-card p {
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.carousel-bottomline {
  padding: 14px 0 0;
}

.reviews-head-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.reviews-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 11px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.reviews-all-link:hover {
  color: var(--gold);
  background: rgba(216, 170, 85, 0.08);
  border-color: rgba(216, 170, 85, 0.22);
  transform: translateY(-1px);
}

.carousel-progress {
  display: none;
}

@media (max-width: 900px) {
  .reviews-section {
    padding: 0 16px 96px;
  }

  .reviews-head-actions {
    justify-content: flex-start;
  }

  .reviews-all-link {
    min-height: 34px;
  }

  .reviews-head h2 {
    font-size: 25px;
  }

  .carousel-topline {
    display: none;
  }

  .carousel-track {
    gap: 0;
  }

  .review-card {
    flex-basis: 100%;
    min-height: 210px;
    padding: 16px;
  }

  .review-card p {
    font-size: 16px;
    line-height: 1.42;
    -webkit-line-clamp: 4;
  }
}

.works-section {
  position: relative;
  padding: 0 54px 62px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(216, 170, 85, 0.09), transparent 28%),
    radial-gradient(circle at 88% 4%, rgba(255, 255, 255, 0.055), transparent 24%);
}

.works-section::before {
  content: "";
  position: absolute;
  inset: auto 54px 34px;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(216, 170, 85, 0.28), transparent);
}

.works-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
  gap: 24px;
  align-items: end;
  margin-bottom: 20px;
}

.works-head h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.works-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.48;
}

.works-carousel {
  position: relative;
  z-index: 1;
  user-select: none;
}

.works-viewport {
  overflow: hidden;
  border-radius: 18px;
}

.works-track {
  display: flex;
  gap: 14px;
  will-change: transform;
  transition: transform 0.54s cubic-bezier(0.22, 1, 0.36, 1);
}

.work-card {
  position: relative;
  flex: 0 0 min(620px, 74%);
  min-height: 366px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.028)),
    #111415;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 60px rgba(0, 0, 0, 0.22);
  transform: translateZ(0);
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(216, 170, 85, 0.045);
}

.work-card-photo {
  min-height: 390px;
}

.work-media {
  position: relative;
  min-height: 214px;
  overflow: hidden;
  background: #0c0f10;
}

.work-card-photo .work-media {
  height: 100%;
  min-height: inherit;
}

.work-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 214px;
  object-fit: cover;
}

.work-card-photo .work-media img {
  min-height: inherit;
}

.work-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: end start;
  padding: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 26%, rgba(216, 170, 85, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), transparent 42%),
    linear-gradient(145deg, #1d2223, #0b0d0e);
}

.work-placeholder::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -44px;
  width: 188px;
  height: 188px;
  border: 1px solid rgba(216, 170, 85, 0.24);
  border-radius: 999px;
}

.work-placeholder::after {
  content: "";
  position: absolute;
  top: 56px;
  left: 28px;
  width: 116px;
  height: 18px;
  background: linear-gradient(90deg, var(--gold-soft), var(--gold));
  border-radius: 999px;
  box-shadow:
    44px 44px 0 -3px rgba(216, 170, 85, 0.78),
    82px 82px 0 -6px rgba(216, 170, 85, 0.55);
  transform: rotate(-32deg);
}

.work-placeholder span {
  position: relative;
  z-index: 1;
  padding: 8px 10px;
  color: rgba(246, 241, 232, 0.72);
  background: rgba(8, 10, 11, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.work-emergency .work-placeholder {
  background:
    radial-gradient(circle at 82% 18%, rgba(239, 199, 108, 0.24), transparent 30%),
    linear-gradient(145deg, #202120, #0c0e0f);
}

.work-lock .work-placeholder,
.work-cylinder .work-placeholder {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(145deg, #191d1f, #090b0c);
}

.work-home .work-placeholder {
  background:
    radial-gradient(circle at 22% 18%, rgba(216, 170, 85, 0.18), transparent 28%),
    linear-gradient(145deg, #202323, #0e1011);
}

.work-copy {
  position: relative;
  z-index: 1;
  padding: 18px;
}

.work-copy > span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  color: var(--gold-soft);
  background: rgba(216, 170, 85, 0.09);
  border: 1px solid rgba(216, 170, 85, 0.16);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.work-copy h3 {
  margin: 12px 0 8px;
  color: #fff;
  font-size: 24px;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.work-copy p {
  max-width: 92%;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.work-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.work-meta small {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  color: rgba(246, 241, 232, 0.76);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 720;
}

.works-bottomline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 15px 2px 0;
}

.works-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.works-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.18);
  border: 0;
  border-radius: 999px;
  transition:
    width 0.24s ease,
    background 0.24s ease;
}

.works-dots button.is-active {
  width: 28px;
  background: var(--gold);
}

.works-controls {
  display: flex;
  gap: 8px;
}

.works-button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  color: rgba(246, 241, 232, 0.8);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.works-button:hover {
  color: var(--gold);
  background: rgba(216, 170, 85, 0.08);
  border-color: rgba(216, 170, 85, 0.22);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .works-section {
    padding: 0 16px 104px;
  }

  .works-section::before {
    inset-inline: 16px;
    bottom: 70px;
  }

  .works-head {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 14px;
  }

  .works-head h2 {
    font-size: 25px;
  }

  .works-head p {
    font-size: 13px;
  }

  .works-viewport {
    overflow: visible;
    border-radius: 0;
  }

  .works-track {
    gap: 12px;
  }

  .work-card {
    flex-basis: 86%;
    min-height: 332px;
    border-radius: 16px;
  }

  .work-media,
  .work-media img {
    min-height: 186px;
  }

  .work-copy {
    padding: 16px;
  }

  .work-copy h3 {
    font-size: 22px;
  }

  .work-copy p {
    max-width: none;
    font-size: 13px;
  }

  .works-controls {
    display: none;
  }
}

@media (max-width: 430px) {
  .work-card {
    flex-basis: 88%;
  }
}

@media (max-width: 900px) {
  .services-all-button {
    min-height: 34px;
    margin: 0 0 16px;
    padding: 0 11px;
    font-size: 12px;
  }

  .services-prices-modal {
    place-items: end stretch;
    padding: 0;
  }

  .services-prices-panel {
    width: 100%;
    max-height: calc(100dvh - 10px);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 20px 20px 0 0;
  }

  .services-prices-head {
    align-items: center;
    padding: 18px 16px 12px;
  }

  .services-prices-head h2 {
    font-size: 26px;
  }

  .services-prices-close {
    flex: 0 0 auto;
  }

  .full-prices-grid {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 0 12px 14px;
  }

  .full-price-card {
    border-radius: 16px;
    transition:
      border-color 0.24s ease,
      box-shadow 0.24s ease;
  }

  .full-price-card.is-open {
    border-color: rgba(84, 214, 255, 0.2);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  }

  .full-price-card-head {
    padding: 0;
  }

  .full-price-toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 12px;
    align-items: center;
    min-height: 66px;
    padding: 13px 14px;
    cursor: pointer;
  }

  .full-price-title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.08;
  }

  .full-price-desc {
    color: rgba(220, 244, 250, 0.55);
    font-size: 12px;
    line-height: 1.32;
  }

  .full-price-toggle-icon {
    position: relative;
    display: grid;
    width: 32px;
    height: 32px;
    color: var(--gold-soft);
    background: rgba(84, 214, 255, 0.07);
    border: 1px solid rgba(84, 214, 255, 0.16);
    border-radius: 999px;
    place-items: center;
    transition:
      transform 0.24s ease,
      background 0.24s ease,
      border-color 0.24s ease;
  }

  .full-price-toggle-icon::before {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
    content: "";
    transform: translateY(-2px) rotate(45deg);
  }

  .full-price-card.is-open .full-price-toggle-icon {
    background: rgba(84, 214, 255, 0.12);
    border-color: rgba(84, 214, 255, 0.28);
    transform: rotate(180deg);
  }

  .full-price-list {
    max-height: 0;
    padding: 0 14px;
    overflow: hidden;
    opacity: 0;
    transition:
      max-height 0.34s ease,
      padding 0.24s ease,
      opacity 0.22s ease;
  }

  .full-price-card.is-open .full-price-list {
    max-height: 760px;
    padding: 0 14px 12px;
    opacity: 1;
  }

  .full-price-card:not(.is-open) .full-price-list {
    pointer-events: none;
  }

  .full-price-list li {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 6px 9px;
    align-items: start;
    min-height: 44px;
  }

  .full-price-list strong {
    grid-column: 2;
    justify-self: start;
    font-size: 13px;
  }

  .services-prices-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 12px 16px calc(16px + env(safe-area-inset-bottom));
  }

  .services-prices-footer a {
    width: 100%;
  }
}

/* Cyan tech skin inspired by the reference */
:root {
  --page: #041014;
  --ink: #03080b;
  --panel: #061216;
  --panel-2: #0a1b21;
  --panel-3: #102831;
  --text: #f2fbff;
  --muted: rgba(220, 244, 250, 0.72);
  --line: rgba(84, 214, 255, 0.2);
  --line-dark: rgba(24, 195, 255, 0.14);
  --gold: #21c8ff;
  --gold-soft: #82e9ff;
  --green: #22d58d;
  --shadow: 0 34px 92px rgba(0, 13, 20, 0.58);
}

body {
  background:
    radial-gradient(circle at 0% 8%, rgba(28, 196, 255, 0.16), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(23, 103, 127, 0.18), transparent 34%),
    linear-gradient(135deg, #061216, #02070a 62%, #081015);
}

body::before {
  opacity: 0.18;
  background-image:
    linear-gradient(90deg, rgba(87, 216, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(87, 216, 255, 0.055) 1px, transparent 1px);
}

main {
  background: var(--panel);
  border-color: rgba(84, 214, 255, 0.16);
  box-shadow:
    0 36px 110px rgba(0, 0, 0, 0.56),
    0 0 0 1px rgba(84, 214, 255, 0.045);
}

.site-header,
.mobile-action-bar {
  background: rgba(3, 12, 16, 0.82);
  border-color: rgba(84, 214, 255, 0.18);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.brand-icon {
  filter: drop-shadow(0 0 20px rgba(33, 200, 255, 0.18));
}

.brand-text small,
.desktop-nav,
.address-chip {
  color: rgba(220, 244, 250, 0.72);
}

.address-chip {
  background: rgba(84, 214, 255, 0.07);
  border-color: rgba(84, 214, 255, 0.18);
}

.hero-media {
  filter: brightness(0.54) contrast(1.14) saturate(0.72);
}

.hero-overlay {
  background:
    radial-gradient(circle at 76% 18%, rgba(33, 200, 255, 0.18), transparent 30%),
    linear-gradient(90deg, rgba(2, 8, 11, 0.98) 0%, rgba(2, 10, 14, 0.83) 42%, rgba(2, 12, 16, 0.48) 74%, rgba(2, 12, 16, 0.2) 100%),
    linear-gradient(0deg, rgba(2, 8, 11, 0.96) 0%, rgba(2, 12, 16, 0.58) 48%, rgba(2, 12, 16, 0.18) 100%);
}

.action-primary,
.services-prices-footer a {
  color: #031017;
  background:
    radial-gradient(circle at 20% 6%, rgba(255, 255, 255, 0.72), transparent 25%),
    linear-gradient(135deg, #65eaff 0%, #22c8ff 52%, #087ca7 100%);
  border-color: rgba(118, 236, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 0 -14px 26px rgba(0, 76, 109, 0.22),
    0 20px 56px rgba(33, 200, 255, 0.28);
}

.action-primary .ui-icon,
.services-prices-footer a {
  color: #031017;
}

.action-primary::after {
  background: rgba(3, 16, 23, 0.1);
  border-color: rgba(3, 16, 23, 0.16);
}

.action-primary:hover,
.services-prices-footer a:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 0 -14px 26px rgba(0, 76, 109, 0.18),
    0 24px 66px rgba(33, 200, 255, 0.36);
}

.action-secondary,
.services-all-button,
.reviews-all-link,
.works-button,
.services-prices-close {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.028)),
    rgba(6, 24, 30, 0.68);
  border-color: rgba(84, 214, 255, 0.16);
}

.action-secondary:hover,
.services-all-button:hover,
.reviews-all-link:hover,
.works-button:hover,
.services-prices-close:hover {
  color: var(--gold);
  background: rgba(33, 200, 255, 0.09);
  border-color: rgba(84, 214, 255, 0.3);
}

.hero-proof,
.info-card,
.reviews-source {
  background: rgba(5, 20, 25, 0.78);
  border-color: rgba(84, 214, 255, 0.18);
}

.proof-icon {
  border-color: rgba(84, 214, 255, 0.75);
}

.services-section,
.dashboard-section,
.reviews-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(33, 200, 255, 0.09), transparent 26%),
    linear-gradient(180deg, #07171c, #03090c 88%);
}

.services-section {
  border-top-color: rgba(84, 214, 255, 0.12);
}

.service-card,
.full-price-card,
.work-card {
  background:
    radial-gradient(circle at 94% 4%, rgba(33, 200, 255, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.022)),
    #0b1d23;
  border-color: rgba(84, 214, 255, 0.18);
}

.service-card > a {
  background: rgba(1, 10, 14, 0.52);
  border-color: rgba(84, 214, 255, 0.22);
}

.service-card.has-service-image .service-visual {
  background:
    linear-gradient(90deg, rgba(7, 24, 30, 0.08), rgba(7, 24, 30, 0.3)),
    var(--service-image) var(--service-image-position, center) / cover no-repeat;
}

.reviews-section::before,
.works-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(33, 200, 255, 0.105), transparent 28%),
    radial-gradient(circle at 88% 4%, rgba(255, 255, 255, 0.045), transparent 24%);
}

.reviews-carousel {
  background:
    linear-gradient(135deg, rgba(84, 214, 255, 0.42), rgba(255, 255, 255, 0.055) 34%, rgba(84, 214, 255, 0.16)),
    rgba(255, 255, 255, 0.035);
}

.reviews-carousel::before,
.review-card {
  background:
    radial-gradient(circle at 88% 10%, rgba(33, 200, 255, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.032)),
    rgba(6, 22, 27, 0.88);
}

.review-card::before {
  color: rgba(84, 214, 255, 0.13);
}

.review-card::after,
.works-section::before {
  background: linear-gradient(90deg, transparent, rgba(84, 214, 255, 0.65), transparent);
}

.review-avatar {
  color: #031017;
  background: linear-gradient(180deg, #8eedff, var(--gold));
  box-shadow: 0 12px 28px rgba(33, 200, 255, 0.2);
}

.review-stars {
  color: #77e6ff;
}

.carousel-dots button.is-active,
.carousel-progress span,
.works-dots button.is-active {
  background: var(--gold);
}

.work-placeholder {
  background:
    radial-gradient(circle at 76% 26%, rgba(33, 200, 255, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 42%),
    linear-gradient(145deg, #102930, #061014);
}

.work-placeholder::before {
  border-color: rgba(84, 214, 255, 0.22);
}

.work-placeholder::after {
  background: linear-gradient(90deg, var(--gold-soft), var(--gold));
  box-shadow:
    44px 44px 0 -3px rgba(33, 200, 255, 0.72),
    82px 82px 0 -6px rgba(33, 200, 255, 0.5);
}

.work-emergency .work-placeholder,
.work-home .work-placeholder {
  background:
    radial-gradient(circle at 82% 18%, rgba(33, 200, 255, 0.2), transparent 30%),
    linear-gradient(145deg, #102930, #061014);
}

.work-copy > span {
  color: var(--gold-soft);
  background: rgba(33, 200, 255, 0.09);
  border-color: rgba(84, 214, 255, 0.16);
}

.services-prices-backdrop {
  background:
    radial-gradient(circle at 50% 18%, rgba(33, 200, 255, 0.14), transparent 28%),
    rgba(0, 6, 9, 0.78);
}

.services-prices-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.022)),
    #061216;
  border-color: rgba(84, 214, 255, 0.16);
}

@media (max-width: 900px) {
  .hero-actions {
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .action-button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

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

/* Works 4-up + reviews spacing polish */
@media (min-width: 901px) {
  .reviews-section {
    padding-bottom: 86px;
  }

  .review-card {
    flex: 0 0 calc((100% - 14px) / 2);
    min-height: 230px;
    padding: 22px;
  }

  .review-card p {
    font-size: 18px;
    line-height: 1.36;
    -webkit-line-clamp: 4;
  }

  .carousel-bottomline {
    padding-bottom: 18px;
  }

  .works-section {
    padding-top: 6px;
  }

  .works-viewport {
    border-radius: 14px;
  }

  .work-card,
  .work-card-photo {
    flex-basis: calc((100% - 42px) / 4);
    min-height: 220px;
    border-radius: 14px;
  }
}

@media (max-width: 900px) {
  .reviews-section {
    padding-bottom: 118px;
  }

  .review-card {
    min-height: 230px;
  }

  .works-section {
    padding-top: 8px;
  }

  .work-card,
  .work-card-photo {
    flex-basis: 78%;
    min-height: 230px;
  }
}

@media (max-width: 430px) {
  .work-card,
  .work-card-photo {
    flex-basis: 82%;
    min-height: 220px;
  }
}

/* Services stretched + price button relocation */
.services-layout {
  display: block;
}

.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 186px;
  border-radius: 14px;
}

.service-copy {
  padding: 24px 22px;
}

.service-copy h3 {
  font-size: 25px;
}

.service-copy p {
  max-width: 280px;
  font-size: 15px;
}

.price-card-all-button {
  width: 100%;
  min-height: 38px;
  margin-top: 18px;
}

@media (max-width: 900px) {
  .services-section {
    padding-top: 0;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-card {
    min-height: 158px;
    grid-template-columns: minmax(0, 1fr) 42%;
    border-radius: 14px;
  }

  .service-copy {
    padding: 16px;
  }

  .service-copy h3 {
    font-size: 19px;
  }

  .service-copy p {
    max-width: 190px;
    font-size: 12px;
  }

  .price-card-all-button {
    margin: 14px 0 0;
  }
}

@media (max-width: 430px) {
  .service-card {
    min-height: 150px;
    grid-template-columns: minmax(0, 1fr) 38%;
  }
}

/* Full-bleed glossy service cards */
.service-card {
  isolation: isolate;
  grid-template-columns: 1fr;
  min-height: 205px;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 18, 23, 0.96) 0%, rgba(5, 18, 23, 0.86) 34%, rgba(5, 18, 23, 0.42) 58%, rgba(5, 18, 23, 0.1) 100%),
    radial-gradient(circle at 18% 8%, rgba(98, 232, 255, 0.18), transparent 30%);
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), transparent 34%);
  border-radius: inherit;
  opacity: 0.72;
}

.service-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 100%;
  transform: scale(1.02);
}

.service-card.has-service-image .service-visual {
  background:
    linear-gradient(90deg, rgba(7, 24, 30, 0.02), rgba(7, 24, 30, 0.12)),
    var(--service-image) var(--service-image-position, center) / cover no-repeat;
}

.service-copy {
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  width: min(48%, 340px);
  min-height: inherit;
  padding: 26px 24px;
}

.service-copy::before {
  content: "";
  position: absolute;
  inset: 0 -130px 0 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(74, 219, 255, 0.13), transparent 32%),
    linear-gradient(90deg, rgba(2, 10, 14, 0.8) 0%, rgba(2, 10, 14, 0.58) 45%, rgba(2, 10, 14, 0.22) 74%, transparent 100%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.service-copy p {
  max-width: 260px;
}

.service-copy h3,
.service-copy p,
.service-copy span {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.34);
}

.service-card > a {
  right: 18px;
  bottom: 18px;
  z-index: 3;
  background: rgba(4, 18, 23, 0.62);
  backdrop-filter: blur(10px);
}

@media (max-width: 900px) {
  .service-card {
    min-height: 174px;
    grid-template-columns: 1fr;
  }

  .service-copy {
    width: min(62%, 230px);
    min-height: inherit;
    padding: 17px 16px;
  }

  .service-copy::before {
    inset: 0 -90px 0 0;
  }

  .service-copy p {
    max-width: 170px;
  }
}

@media (max-width: 430px) {
  .service-card {
    min-height: 164px;
  }

  .service-copy {
    width: 66%;
  }
}

/* Premium sticky header */
.site-header {
  position: fixed;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 66px;
  background: rgba(3, 12, 16, 0.84);
  border-color: rgba(84, 214, 255, 0.2);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition:
    top 0.28s ease,
    width 0.28s ease,
    min-height 0.28s ease,
    padding 0.28s ease,
    gap 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease,
    border-radius 0.28s ease,
    box-shadow 0.28s ease;
}

.brand,
.brand-icon,
.brand-text strong,
.brand-text small,
.desktop-nav,
.desktop-nav a,
.header-time,
.header-actions,
.header-phone,
.header-call-button {
  transition:
    opacity 0.24s ease,
    transform 0.24s ease,
    width 0.24s ease,
    max-width 0.24s ease,
    min-height 0.24s ease,
    padding 0.24s ease,
    font-size 0.24s ease,
    gap 0.24s ease;
}

.desktop-nav {
  overflow: hidden;
  gap: 10px;
  white-space: nowrap;
}

.desktop-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  color: rgba(220, 244, 250, 0.82);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(6, 24, 30, 0.48);
  border: 1px solid rgba(84, 214, 255, 0.15);
  border-radius: 999px;
  font-weight: 720;
}

.header-time {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 12px;
  color: rgba(220, 244, 250, 0.76);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
    rgba(3, 16, 23, 0.36);
  border: 1px solid rgba(84, 214, 255, 0.12);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 760;
  white-space: nowrap;
}

.header-time .ui-icon {
  color: #65eaff;
  font-size: 13px;
}

.desktop-nav a:hover {
  color: #fff;
  background: rgba(33, 200, 255, 0.1);
  border-color: rgba(84, 214, 255, 0.34);
}

.header-telegram .telegram-logo {
  width: 17px;
  height: 17px;
}

.header-actions {
  gap: 10px;
}

.header-phone {
  min-height: 42px;
}

.header-call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  color: #031017;
  background:
    radial-gradient(circle at 20% 6%, rgba(255, 255, 255, 0.72), transparent 26%),
    linear-gradient(135deg, #65eaff 0%, #22c8ff 52%, #087ca7 100%);
  border: 1px solid rgba(118, 236, 255, 0.58);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 0 -12px 24px rgba(0, 76, 109, 0.2),
    0 16px 42px rgba(33, 200, 255, 0.22);
  font-size: 14px;
  font-weight: 860;
  white-space: nowrap;
}

.header-call-button:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 0 -12px 24px rgba(0, 76, 109, 0.16),
    0 20px 54px rgba(33, 200, 255, 0.32);
}

.site-header.is-compact {
  top: 18px;
  width: min(780px, calc(100% - 64px));
  min-height: 48px;
  gap: 14px;
  padding: 0 12px 0 14px;
  background: rgba(3, 12, 16, 0.68);
  border-color: rgba(84, 214, 255, 0.14);
  border-radius: 16px;
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.site-header.is-compact .brand {
  gap: 8px;
}

.site-header.is-compact .brand-icon {
  width: 28px;
  height: 28px;
}

.site-header.is-compact .brand-text strong {
  font-size: 17px;
}

.site-header.is-compact .brand-text small {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-4px);
}

.site-header.is-compact .desktop-nav {
  max-width: none;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.site-header.is-compact .desktop-nav a {
  min-height: 34px;
  padding-inline: 0;
  border-width: 0;
}

.site-header.is-compact .header-time {
  min-height: 34px;
  padding-inline: 0;
  border-width: 0;
}

.site-header.is-compact .header-phone {
  min-height: 36px;
  font-size: 15px;
}

.site-header.is-compact .header-call-button {
  min-height: 36px;
  padding: 0 14px;
  font-size: 13px;
}

@media (max-width: 900px) {
  .site-header {
    top: 12px;
    width: calc(100% - 24px);
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 68px;
    gap: 12px;
    padding: 0 12px;
    border-radius: 14px;
  }

  .menu-button {
    display: none;
  }

  .desktop-nav {
    display: flex;
    justify-content: center;
    min-width: 0;
  }

  .desktop-nav a {
    min-height: 38px;
    padding: 0 11px;
  }

  .header-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
  }

  .header-phone {
    display: grid;
    place-items: center;
    width: 42px;
    min-height: 40px;
    padding: 0;
    border: 1px solid rgba(84, 214, 255, 0.16);
    border-radius: 999px;
    background: rgba(6, 24, 30, 0.54);
    font-size: 15px;
  }

  .header-phone span:last-child {
    display: none;
  }

  .header-call-button {
    min-height: 40px;
    padding: 0 13px;
    font-size: 13px;
  }

  .site-header.is-compact {
    top: 8px;
    width: calc(100% - 20px);
    min-height: 54px;
    padding: 0 10px;
  }

  .site-header.is-compact .brand-icon {
    width: 30px;
    height: 30px;
  }

  .site-header.is-compact .brand-text strong {
    font-size: 16px;
  }

  .site-header.is-compact .header-phone {
    min-height: 36px;
  }
}

/* Reviews border polish */
.reviews-section {
  padding-bottom: 34px;
}

.reviews-carousel {
  overflow: visible;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.reviews-carousel::before,
.reviews-carousel::after {
  display: none;
}

.carousel-topline {
  display: none;
}

.carousel-viewport {
  overflow: hidden;
  padding: 0;
  border-radius: 22px;
}

.carousel-track {
  gap: 18px;
  align-items: stretch;
}

.review-card {
  flex: 0 0 calc((100% - 54px) / 4);
  min-height: 162px;
  padding: 15px;
  background:
    radial-gradient(circle at 86% 0%, rgba(33, 200, 255, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.026)),
    rgba(5, 20, 25, 0.82);
  border: 1px solid rgba(84, 214, 255, 0.14);
  border-radius: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.review-card::before {
  display: none;
}

.review-card::after {
  left: 15px;
  right: auto;
  top: 0;
  bottom: auto;
  width: 92px;
  height: 2px;
  background: linear-gradient(90deg, rgba(84, 214, 255, 0.8), transparent);
}

.review-card-head {
  gap: 10px;
  margin-bottom: 8px;
}

.review-avatar {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  font-size: 15px;
}

.review-card-head strong {
  margin-bottom: 2px;
  font-size: 15px;
}

.review-card-head span {
  font-size: 12px;
}

.review-stars {
  margin-bottom: 8px;
  font-size: 12px;
}

.review-card p {
  max-width: 100%;
  color: rgba(236, 250, 255, 0.82);
  font-size: 13px;
  line-height: 1.32;
  -webkit-line-clamp: 4;
}

.carousel-bottomline {
  justify-content: center;
  padding: 12px 0 0;
}

.carousel-dots {
  gap: 7px;
  padding: 8px 10px;
  background: rgba(5, 20, 25, 0.42);
  border: 1px solid rgba(84, 214, 255, 0.11);
  border-radius: 999px;
}

.carousel-dots button {
  width: 6px;
  height: 6px;
  background: rgba(220, 244, 250, 0.28);
}

.carousel-dots button.is-active {
  width: 28px;
  background: #22c8ff;
}

.carousel-progress {
  display: none;
}

@media (max-width: 900px) {
  .reviews-section {
    padding-bottom: 56px;
  }

  .reviews-head {
    margin-bottom: 18px;
  }

  .reviews-head-actions {
    gap: 8px;
  }

  .carousel-viewport {
    margin: 0 -2px;
    padding: 0 2px;
    border-radius: 18px;
  }

  .carousel-track {
    gap: 12px;
  }

  .review-card {
    flex-basis: 84%;
    min-height: 178px;
    padding: 16px;
    border-radius: 18px;
  }

  .review-card p {
    font-size: 15px;
    line-height: 1.34;
  }
}

#services,
#prices,
#reviews,
#works,
#contacts {
  scroll-margin-top: 112px;
}

@media (max-width: 900px) {
  #services,
  #prices,
  #reviews,
  #works,
  #contacts {
    scroll-margin-top: 88px;
  }
}

/* Reviews top spacing + real works photos */
.reviews-section {
  padding-top: 34px;
}

.works-section {
  padding-top: 34px;
}

.works-head h2 {
  margin-top: 0;
}

.work-card-photo {
  background: rgba(5, 20, 25, 0.82);
}

.work-card-photo .work-media {
  height: 100%;
  min-height: inherit;
}

.work-card-photo .work-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: var(--work-position, center);
  filter: saturate(0.98) contrast(1.04) brightness(0.92);
  transform: scale(1.015);
}

.work-card-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 12, 16, 0.02), rgba(3, 12, 16, 0.24)),
    radial-gradient(circle at 50% 0%, rgba(33, 200, 255, 0.12), transparent 34%);
}

@media (max-width: 900px) {
  .reviews-section {
    padding-top: 28px;
  }

  .works-section {
    padding-top: 28px;
  }
}

/* Final CTA and works carousel tuning */
.header-phone {
  color: #fff;
}

.header-phone .ui-icon {
  color: rgba(101, 234, 255, 0.96);
}

.header-phone:hover {
  color: #fff;
  text-shadow: 0 0 18px rgba(101, 234, 255, 0.2);
}

.hero .action-primary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 44%),
    linear-gradient(135deg, #47cbe7 0%, #1597bf 52%, #076a8b 100%);
  border-color: rgba(118, 236, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -16px 30px rgba(0, 67, 98, 0.18),
    0 13px 30px rgba(33, 200, 255, 0.13);
  transition:
    transform 0.26s ease,
    border-color 0.26s ease,
    box-shadow 0.26s ease,
    background 0.26s ease;
}

.hero .action-primary::after {
  display: none;
  content: none;
}

.hero .action-primary:hover {
  transform: scale(1.03);
  border-color: rgba(118, 236, 255, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -16px 30px rgba(0, 67, 98, 0.16),
    0 18px 42px rgba(33, 200, 255, 0.24);
}

.works-carousel {
  cursor: grab;
  touch-action: pan-y;
}

.works-viewport {
  cursor: grab;
  touch-action: pan-y;
}

.works-carousel.is-grabbing {
  cursor: grabbing;
}

.works-carousel.is-grabbing .works-viewport,
.works-carousel.is-grabbing .works-track {
  cursor: grabbing;
}

.work-card-photo,
.work-card-photo .work-media,
.work-card-photo .work-media img {
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.work-card-photo .work-media img {
  pointer-events: none;
}

/* CTA hierarchy refresh: Primary / Secondary / Ghost */
:root {
  --cta-primary: #22c8ff;
  --cta-primary-2: #087ca7;
  --cta-ghost: rgba(220, 244, 250, 0.72);
}

.site-header {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent),
    rgba(3, 12, 16, 0.76);
  border-color: rgba(84, 214, 255, 0.14);
  box-shadow:
    0 18px 58px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.desktop-nav {
  gap: 6px;
  justify-content: center;
}

.desktop-nav a,
.header-time {
  min-height: 32px;
  padding: 0 9px;
  color: rgba(220, 244, 250, 0.58);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  font-size: 13px;
  font-weight: 680;
}

.desktop-nav a:hover {
  color: #fff;
  background: rgba(84, 214, 255, 0.055);
  border-color: rgba(84, 214, 255, 0.08);
}

.header-telegram .telegram-logo {
  width: 15px;
  height: 15px;
  opacity: 0.72;
  filter: none;
}

.header-time {
  color: rgba(220, 244, 250, 0.46);
}

.header-time .ui-icon {
  color: rgba(101, 234, 255, 0.7);
}

.header-phone {
  min-height: 38px;
  padding: 0 4px;
  color: rgba(236, 250, 255, 0.88);
  font-size: 16px;
  font-weight: 820;
}

.header-phone .ui-icon {
  color: rgba(101, 234, 255, 0.8);
}

.header-call-button,
.action-primary,
.mobile-action-bar a:first-child,
.services-prices-footer a {
  color: #031017;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.72), transparent 24%),
    linear-gradient(135deg, #66eaff 0%, var(--cta-primary) 54%, var(--cta-primary-2) 100%);
  border: 1px solid rgba(118, 236, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 0 -14px 26px rgba(0, 76, 109, 0.2),
    0 18px 44px rgba(33, 200, 255, 0.24);
}

.header-call-button:hover,
.action-primary:hover,
.mobile-action-bar a:first-child:hover,
.services-prices-footer a:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 0 -14px 26px rgba(0, 76, 109, 0.16),
    0 22px 58px rgba(33, 200, 255, 0.34);
}

.action-button {
  min-height: 54px;
  border-radius: 14px;
}

.action-primary {
  min-width: 220px;
}

.action-secondary,
.services-all-button,
.reviews-all-link {
  color: rgba(236, 250, 255, 0.88);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(6, 24, 30, 0.48);
  border-color: rgba(84, 214, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 34px rgba(0, 0, 0, 0.16);
}

.action-secondary:hover,
.services-all-button:hover,
.reviews-all-link:hover {
  color: #fff;
  background: rgba(84, 214, 255, 0.08);
  border-color: rgba(84, 214, 255, 0.24);
}

.action-ghost,
.works-button,
.service-card > a,
.mobile-action-bar a:last-child {
  color: var(--cta-ghost);
  background: transparent;
  border-color: rgba(84, 214, 255, 0.1);
  box-shadow: none;
}

.action-ghost:hover,
.works-button:hover,
.service-card > a:hover,
.mobile-action-bar a:last-child:hover {
  color: #fff;
  background: rgba(84, 214, 255, 0.055);
  border-color: rgba(84, 214, 255, 0.18);
}

.action-ghost::before {
  opacity: 0.26;
}

.action-ghost::after {
  background: transparent;
  border-color: rgba(84, 214, 255, 0.12);
}

.reviews-source {
  background: rgba(5, 20, 25, 0.42);
  border-color: rgba(84, 214, 255, 0.1);
  box-shadow: none;
}

.mobile-action-bar {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent),
    rgba(3, 12, 16, 0.82);
  border-color: rgba(84, 214, 255, 0.14);
}

.mobile-action-bar a {
  color: rgba(220, 244, 250, 0.68);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.mobile-action-bar .telegram-tab {
  color: rgba(220, 244, 250, 0.78);
  background: rgba(84, 214, 255, 0.055);
  border-color: rgba(84, 214, 255, 0.1);
}

.site-header.is-compact {
  background: rgba(3, 12, 16, 0.64);
}

@media (max-width: 900px) {
  .header-phone {
    background: transparent;
    border-color: rgba(84, 214, 255, 0.1);
  }

  .header-call-button {
    padding-inline: 15px;
  }
}

/* Hero cleanup + premium service CTA */
.hero {
  min-height: 640px;
}

.hero-content {
  padding-top: 168px;
}

.hero-actions {
  gap: 12px;
  margin-top: 0;
}

.action-primary {
  min-width: 236px;
  min-height: 60px;
  color: #061015;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, #7beeff 0%, #24c7f3 44%, #0780a8 100%);
  border-color: rgba(142, 238, 255, 0.68);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    inset 0 -18px 34px rgba(0, 67, 98, 0.2),
    0 18px 44px rgba(33, 200, 255, 0.23);
  font-size: 15px;
  letter-spacing: -0.015em;
}

.action-primary .ui-icon {
  color: #061015;
}

.action-primary::before {
  opacity: 0.38;
}

.action-primary::after {
  width: 28px;
  height: 28px;
  background: rgba(3, 16, 23, 0.09);
  border-color: rgba(3, 16, 23, 0.14);
}

.action-secondary,
.action-ghost {
  min-height: 52px;
  border-radius: 16px;
}

.header-actions {
  justify-content: flex-end;
}

.site-header {
  width: min(1040px, calc(100% - 64px));
}

.site-header.is-compact {
  width: min(620px, calc(100% - 64px));
}

@media (max-width: 900px) {
  .hero {
    min-height: 640px;
  }

  .hero-content {
    padding-top: 226px;
  }

  .hero-actions {
    margin-top: 0;
  }

  .action-primary {
    min-width: 0;
    min-height: 54px;
  }

  .site-header,
  .site-header.is-compact {
    width: calc(100% - 24px);
  }
}

/* Final user-request CTA overrides */
.hero .action-primary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 44%),
    linear-gradient(135deg, #47cbe7 0%, #1597bf 52%, #076a8b 100%);
  border-color: rgba(118, 236, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -16px 30px rgba(0, 67, 98, 0.18),
    0 13px 30px rgba(33, 200, 255, 0.13);
  transition:
    transform 0.26s ease,
    border-color 0.26s ease,
    box-shadow 0.26s ease,
    background 0.26s ease;
}

.hero .action-primary::after {
  display: none;
  content: none;
}

.hero .action-primary:hover {
  transform: scale(1.03);
  border-color: rgba(118, 236, 255, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -16px 30px rgba(0, 67, 98, 0.16),
    0 18px 42px rgba(33, 200, 255, 0.24);
}

.header-phone,
.site-header.is-compact .header-phone {
  color: #fff;
}

.header-phone:hover,
.site-header.is-compact .header-phone:hover {
  color: #fff;
  text-shadow: 0 0 18px rgba(101, 234, 255, 0.24);
}

/* Premium works showcase */
.works-section {
  padding: 56px 0 86px;
  background:
    radial-gradient(circle at 18% 0%, rgba(33, 200, 255, 0.12), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.055), transparent 26%),
    linear-gradient(180deg, #06171c 0%, #03090c 92%);
}

.works-section.works-animate {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.works-section.works-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.works-head {
  width: min(1130px, calc(100% - 64px));
  margin: 0 auto 22px;
}

.works-head h2 {
  max-width: 720px;
  font-size: clamp(34px, 4vw, 48px);
  letter-spacing: -0.065em;
}

.works-carousel {
  position: relative;
  width: 100%;
  cursor: default;
  user-select: none;
}

.works-viewport {
  width: 100%;
  overflow: hidden;
  padding: 28px 0 24px;
  cursor: grab;
  border-radius: 0;
  touch-action: pan-y;
}

.works-carousel.is-grabbing .works-viewport {
  cursor: grabbing;
}

.works-track {
  display: flex;
  align-items: stretch;
  gap: clamp(16px, 2vw, 26px);
  will-change: transform;
  transition: transform 0.64s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translate3d(0, 0, 0);
}

.work-card,
.work-card-photo {
  position: relative;
  flex: 0 0 clamp(340px, 54vw, 620px);
  min-height: clamp(390px, 42vw, 520px);
  overflow: hidden;
  background: #061216;
  border: 1px solid rgba(84, 214, 255, 0.13);
  border-radius: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 26px 70px rgba(0, 0, 0, 0.28);
  opacity: 0.45;
  transform: translate3d(0, 0, 0) scale(0.9);
  transform-origin: center;
  transition:
    opacity 0.64s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.64s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease,
    box-shadow 0.28s ease;
  will-change: transform, opacity;
}

.work-card.is-neighbor {
  opacity: 0.66;
  transform: translate3d(0, 0, 0) scale(0.94);
}

.work-card.is-active {
  z-index: 3;
  opacity: 1;
  border-color: rgba(84, 214, 255, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 28px 88px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(33, 200, 255, 0.13);
  transform: translate3d(0, 0, 0) scale(1);
}

.work-card:hover {
  border-color: rgba(101, 234, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 30px 90px rgba(0, 0, 0, 0.46),
    0 0 52px rgba(33, 200, 255, 0.16);
}

.work-card.is-active:hover {
  transform: translate3d(0, -2px, 0) scale(1.015);
}

.work-card.is-neighbor:hover {
  opacity: 0.78;
  transform: translate3d(0, -1px, 0) scale(0.96);
}

.work-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 12, 16, 0.02) 0%, rgba(3, 12, 16, 0.2) 46%, rgba(3, 12, 16, 0.92) 100%),
    radial-gradient(circle at 50% 0%, rgba(84, 214, 255, 0.12), transparent 36%);
  opacity: 0.92;
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 4;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(84, 214, 255, 0.035);
}

.work-card-photo .work-media,
.work-media {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #051015;
}

.work-card-photo .work-media img,
.work-media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: var(--work-position, center);
  filter: saturate(0.96) contrast(1.07) brightness(0.86);
  transform: scale(1.02);
  transition:
    filter 0.42s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.work-card:hover .work-media img {
  filter: saturate(1.02) contrast(1.1) brightness(0.92);
  transform: scale(1.075);
}

.work-card .work-copy {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  padding: 92px 28px 26px;
  background:
    linear-gradient(180deg, transparent 0%, rgba(3, 13, 17, 0.64) 38%, rgba(3, 13, 17, 0.94) 100%);
}

.work-copy > span {
  min-height: 24px;
  padding: 0 9px;
  color: #65eaff;
  background: rgba(33, 200, 255, 0.08);
  border: 1px solid rgba(84, 214, 255, 0.18);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.work-copy h3 {
  max-width: 86%;
  margin: 13px 0 9px;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.work-copy p {
  max-width: 78%;
  margin: 0 0 16px;
  color: rgba(236, 250, 255, 0.76);
  font-size: 15px;
  line-height: 1.42;
}

.work-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.work-meta small {
  min-height: 30px;
  padding: 0 11px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(84, 214, 255, 0.16);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 720;
  backdrop-filter: blur(10px);
}

.works-nav {
  position: absolute;
  z-index: 6;
  top: 50%;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  color: #8eedff;
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(5, 24, 30, 0.64);
  border: 1px solid rgba(84, 214, 255, 0.22);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 48px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(0.96);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
  backdrop-filter: blur(16px);
}

.works-carousel:hover .works-nav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}

.works-nav:hover {
  color: #fff;
  background: rgba(7, 35, 44, 0.82);
  border-color: rgba(101, 234, 255, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 22px 58px rgba(33, 200, 255, 0.18);
}

.works-nav svg {
  width: 23px;
  height: 23px;
}

.works-nav path {
  fill: none;
  stroke: currentcolor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.works-nav-prev {
  left: max(18px, calc((100% - 1130px) / 2 + 10px));
}

.works-nav-next {
  right: max(18px, calc((100% - 1130px) / 2 + 10px));
}

.works-bottomline {
  justify-content: center;
  padding: 8px 0 0;
}

.works-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  background: rgba(5, 20, 25, 0.5);
  border: 1px solid rgba(84, 214, 255, 0.12);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.works-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  cursor: pointer;
  background: rgba(220, 244, 250, 0.28);
  border: 0;
  border-radius: 999px;
  transition:
    width 0.28s ease,
    background 0.28s ease,
    opacity 0.28s ease;
}

.works-dots button.is-active {
  width: 30px;
  background: #22c8ff;
  box-shadow: 0 0 18px rgba(33, 200, 255, 0.32);
}

@media (max-width: 900px) {
  .works-section {
    padding: 42px 0 66px;
  }

  .works-head {
    width: calc(100% - 32px);
    margin-bottom: 14px;
  }

  .works-head h2 {
    font-size: 30px;
  }

  .works-viewport {
    padding: 18px 0 18px;
  }

  .works-track {
    gap: 14px;
  }

  .work-card,
  .work-card-photo {
    flex-basis: calc(100vw - 56px);
    min-height: 390px;
    border-radius: 22px;
  }

  .work-card.is-neighbor {
    opacity: 0.58;
    transform: translate3d(0, 0, 0) scale(0.93);
  }

  .work-card .work-copy {
    padding: 82px 20px 20px;
  }

  .work-copy h3 {
    max-width: 96%;
    font-size: 30px;
  }

  .work-copy p {
    max-width: 94%;
    font-size: 14px;
  }

  .works-nav {
    display: none;
  }

  .works-dots {
    gap: 7px;
    padding: 8px 10px;
  }
}

@media (max-width: 430px) {
  .work-card,
  .work-card-photo {
    flex-basis: calc(100vw - 48px);
    min-height: 370px;
  }
}

.floating-contact {
  position: fixed;
  z-index: 80;
  right: 32px;
  bottom: 32px;
  display: grid;
  justify-items: end;
  pointer-events: none;
}

.floating-contact-button,
.floating-contact-panel {
  pointer-events: auto;
}

.floating-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 18px;
  gap: 10px;
  color: #031017;
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), transparent 48%),
    linear-gradient(135deg, #72eaff 0%, #20bde8 52%, #1295c2 100%);
  border: 1px solid rgba(138, 238, 255, 0.36);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 18px 42px rgba(33, 200, 255, 0.18),
    0 12px 30px rgba(0, 0, 0, 0.32);
  font: inherit;
  font-weight: 850;
  letter-spacing: -0.02em;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    filter 0.24s ease;
}

.floating-contact-button:hover {
  filter: saturate(1.08);
  transform: scale(1.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 20px 54px rgba(33, 200, 255, 0.28),
    0 14px 34px rgba(0, 0, 0, 0.36);
}

.floating-contact-button-icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #031017;
  background: rgba(3, 16, 23, 0.08);
  border: 1px solid rgba(3, 16, 23, 0.12);
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
}

.floating-contact-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 14px);
  width: 376px;
  max-width: calc(100vw - 64px);
  padding: 16px;
  overflow: hidden;
  color: rgba(240, 252, 255, 0.92);
  background:
    radial-gradient(circle at 18% 0%, rgba(84, 214, 255, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(10, 28, 35, 0.9), rgba(4, 16, 21, 0.92));
  border: 1px solid rgba(39, 207, 255, 0.25);
  border-radius: 20px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 82px rgba(0, 0, 0, 0.52),
    0 0 46px rgba(33, 200, 255, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 14px, 0) scale(0.98);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
  backdrop-filter: blur(12px);
}

.floating-contact.is-open .floating-contact-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.floating-contact-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  color: rgba(236, 250, 255, 0.72);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(84, 214, 255, 0.12);
  border-radius: 999px;
  font: inherit;
  font-size: 22px;
  line-height: 1;
  transition:
    color 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.floating-contact-close:hover {
  color: #fff;
  background: rgba(84, 214, 255, 0.08);
  border-color: rgba(84, 214, 255, 0.22);
  transform: scale(1.04);
}

.floating-contact-head {
  padding-right: 42px;
}

.floating-contact-head > span {
  color: #4adfff;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.floating-contact-head h2 {
  margin: 6px 0 7px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.floating-contact-head p {
  margin: 0 0 12px;
  color: rgba(220, 244, 250, 0.7);
  font-size: 13px;
  line-height: 1.38;
}

.floating-contact-form {
  display: grid;
  gap: 8px;
}

.floating-contact-form label {
  display: grid;
  gap: 5px;
}

.floating-contact-form label > span {
  color: rgba(236, 250, 255, 0.72);
  font-size: 12px;
  font-weight: 760;
}

.floating-contact-form input,
.floating-contact-form textarea {
  width: 100%;
  color: #fff;
  background: rgba(3, 12, 16, 0.58);
  border: 1px solid rgba(84, 214, 255, 0.14);
  border-radius: 14px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  font: inherit;
  font-size: 14px;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.floating-contact-form input {
  min-height: 42px;
  padding: 0 13px;
}

.floating-contact-form textarea {
  min-height: 68px;
  padding: 12px 13px;
  resize: vertical;
}

.floating-contact-form input::placeholder,
.floating-contact-form textarea::placeholder {
  color: rgba(220, 244, 250, 0.36);
}

.floating-contact-form input:focus,
.floating-contact-form textarea:focus {
  background: rgba(6, 24, 31, 0.72);
  border-color: rgba(84, 214, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 3px rgba(33, 200, 255, 0.1);
}

.floating-contact-form label.has-error input {
  border-color: rgba(255, 117, 117, 0.58);
  box-shadow: 0 0 0 3px rgba(255, 117, 117, 0.09);
}

.floating-contact-error {
  min-height: 14px;
  color: #ff9a9a;
  font-size: 12px;
  line-height: 1.2;
}

.floating-contact-quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.floating-contact-quick a,
.floating-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 820;
  text-decoration: none;
}

.floating-contact-quick a {
  color: rgba(236, 250, 255, 0.82);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(84, 214, 255, 0.14);
  transition:
    color 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.floating-contact-quick a:hover {
  color: #fff;
  background: rgba(84, 214, 255, 0.08);
  border-color: rgba(84, 214, 255, 0.24);
  transform: translateY(-1px);
}

.floating-contact-submit {
  color: #031017;
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), transparent 50%),
    linear-gradient(135deg, #6de9ff, #16acd8);
  border: 1px solid rgba(138, 238, 255, 0.36);
  box-shadow: 0 18px 42px rgba(33, 200, 255, 0.14);
  font: inherit;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}

.floating-contact-submit:hover {
  filter: saturate(1.08);
  transform: scale(1.02);
  box-shadow: 0 20px 52px rgba(33, 200, 255, 0.22);
}

.floating-contact-policy,
.floating-contact-status {
  margin: 0;
  color: rgba(220, 244, 250, 0.5);
  font-size: 11px;
  line-height: 1.35;
}

.floating-contact-status {
  min-height: 14px;
  color: #72eaff;
  font-weight: 760;
}

@media (max-width: 900px) {
  .floating-contact {
    right: 16px;
    bottom: 96px;
  }

  .floating-contact-button {
    width: 54px;
    height: 54px;
    min-height: 54px;
    padding: 0;
  }

  .floating-contact-button-text {
    display: none;
  }

  .floating-contact-button-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .floating-contact-panel {
    width: min(360px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 166px);
    padding: 16px;
    overflow-y: auto;
    border-radius: 19px;
  }

  .floating-contact-head h2 {
    font-size: 24px;
  }

  .floating-contact-head p,
  .floating-contact-form input,
  .floating-contact-form textarea,
  .floating-contact-quick a,
  .floating-contact-submit {
    font-size: 13px;
  }

  .floating-contact-form input {
    min-height: 44px;
  }

  .floating-contact-form textarea {
    min-height: 78px;
  }
}

@keyframes premium-service-ambient {
  0%,
  100% {
    background-position: 0% 50%, 100% 0%, 0 0;
  }

  50% {
    background-position: 100% 50%, 40% 30%, 0 0;
  }
}

/* Premium motion polish */
.hero-content {
  padding-top: 156px;
}

.hero-badges {
  margin-top: 22px;
}

.services-section {
  background:
    radial-gradient(circle at 16% 0%, rgba(33, 200, 255, 0.115), transparent 29%),
    radial-gradient(circle at 90% 18%, rgba(255, 255, 255, 0.055), transparent 25%),
    linear-gradient(180deg, #07171c, #03090c 88%);
  background-size: 125% 125%, 120% 120%, auto;
  animation: premium-service-ambient 16s ease-in-out infinite;
}

.service-card {
  overflow: hidden;
  border-color: rgba(84, 214, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.065),
    0 18px 52px rgba(0, 0, 0, 0.24);
  transform: translate3d(0, 0, 0);
  transition:
    transform 0.46s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.34s ease,
    box-shadow 0.34s ease,
    filter 0.34s ease;
  will-change: transform;
}

.service-card::before {
  transition:
    opacity 0.38s ease,
    transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card::after {
  background:
    linear-gradient(112deg, transparent 0%, transparent 33%, rgba(255, 255, 255, 0.16) 47%, transparent 62%, transparent 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 34%);
  background-position: 140% 0, 0 0;
  background-size: 240% 100%, auto;
  opacity: 0.54;
  transition:
    opacity 0.38s ease,
    background-position 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-visual {
  transition:
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.5s ease;
  will-change: transform;
}

.service-copy::before {
  opacity: 0.92;
  transition:
    opacity 0.34s ease,
    transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-copy h3,
.service-copy p,
.service-copy span,
.service-card > a {
  transition:
    color 0.28s ease,
    text-shadow 0.28s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.service-card:hover {
  border-color: rgba(84, 214, 255, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 28px 74px rgba(0, 0, 0, 0.32),
    0 0 42px rgba(33, 200, 255, 0.12);
  filter: saturate(1.04);
  transform: translate3d(0, -5px, 0) scale(1.006);
}

.service-card:hover::before {
  opacity: 0.92;
  transform: scale(1.015);
}

.service-card:hover::after {
  background-position: -40% 0, 0 0;
  opacity: 0.86;
}

.service-card:hover .service-visual {
  filter: saturate(1.12) contrast(1.05) brightness(1.04);
  transform: scale(1.075);
}

.service-card:hover .service-copy::before {
  opacity: 1;
  transform: translate3d(4px, 0, 0);
}

.service-card:hover .service-copy h3 {
  text-shadow:
    0 2px 18px rgba(0, 0, 0, 0.4),
    0 0 24px rgba(84, 214, 255, 0.13);
}

.service-card:hover > a {
  color: #fff;
  background: rgba(84, 214, 255, 0.09);
  border-color: rgba(84, 214, 255, 0.3);
  box-shadow: 0 12px 30px rgba(33, 200, 255, 0.12);
  transform: translate3d(0, -1px, 0);
}

.reviews-section {
  position: relative;
  background:
    radial-gradient(circle at 14% 0%, rgba(33, 200, 255, 0.11), transparent 28%),
    radial-gradient(circle at 86% 10%, rgba(255, 255, 255, 0.05), transparent 24%),
    linear-gradient(180deg, #07171c, #03090c 88%);
}

.reviews-section::before {
  display: block;
  opacity: 0.72;
  animation: premium-service-ambient 18s ease-in-out infinite;
}

.reviews-carousel {
  isolation: isolate;
}

.review-card {
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
  will-change: transform;
}

.review-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  display: block;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 6%, rgba(84, 214, 255, 0.18), transparent 28%),
    linear-gradient(118deg, transparent 0%, transparent 36%, rgba(255, 255, 255, 0.105) 48%, transparent 61%);
  background-size: auto, 230% 100%;
  background-position: center, 135% 0;
  opacity: 0.42;
  transition:
    opacity 0.34s ease,
    background-position 0.68s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.review-card::after {
  background: linear-gradient(90deg, rgba(84, 214, 255, 0.82), rgba(180, 246, 255, 0.52), transparent);
  background-size: 220% 100%;
  transition:
    width 0.34s ease,
    opacity 0.34s ease,
    background-position 0.8s ease;
}

.review-card:hover {
  border-color: rgba(84, 214, 255, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 24px 58px rgba(0, 0, 0, 0.28),
    0 0 32px rgba(33, 200, 255, 0.095);
  transform: translate3d(0, -4px, 0) scale(1.012);
}

.review-card:hover::before {
  background-position: center, -35% 0;
  opacity: 0.76;
  transform: scale(1.02);
}

.review-card:hover::after {
  width: 118px;
  opacity: 1;
  background-position: -100% 0;
}

.review-card-head,
.review-stars,
.review-card p {
  position: relative;
  z-index: 1;
}

.carousel-dots button {
  transition:
    width 0.3s ease,
    background 0.3s ease,
    opacity 0.3s ease,
    box-shadow 0.3s ease;
}

.carousel-dots button.is-active {
  box-shadow: 0 0 18px rgba(33, 200, 255, 0.28);
}

.services-section.premium-reveal,
.reviews-section.premium-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.services-section.premium-reveal.is-premium-visible,
.reviews-section.premium-reveal.is-premium-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.premium-reveal .service-card,
.premium-reveal .review-card {
  opacity: 0;
  transform: translate3d(0, 16px, 0) scale(0.985);
  transition-delay: var(--premium-delay, 0ms);
}

.premium-reveal.is-premium-visible .service-card,
.premium-reveal.is-premium-visible .review-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: var(--premium-delay, 0ms);
}

.premium-reveal.is-premium-settled .service-card,
.premium-reveal.is-premium-settled .review-card {
  transition-delay: 0ms;
}

.premium-reveal.is-premium-visible .service-card:hover {
  transform: translate3d(0, -5px, 0) scale(1.006);
}

.premium-reveal.is-premium-visible .review-card:hover {
  transform: translate3d(0, -4px, 0) scale(1.012);
}

@media (max-width: 900px) {
  .hero-content {
    padding-top: 214px;
  }

  .hero-badges {
    margin-top: 18px;
  }

  .service-card:hover,
  .review-card:hover,
  .premium-reveal.is-premium-visible .service-card:hover,
  .premium-reveal.is-premium-visible .review-card:hover {
    transform: translate3d(0, -2px, 0) scale(1.004);
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-section,
  .reviews-section::before {
    animation: none;
  }

  .service-card,
  .service-card::before,
  .service-card::after,
  .service-visual,
  .service-copy::before,
  .review-card,
  .review-card::before,
  .review-card::after,
  .services-section.premium-reveal,
  .reviews-section.premium-reveal {
    transition: none;
  }
}

/* User fixes: keep reviews and works interactions inside bounds */
.reviews-carousel {
  overflow: hidden;
}

.carousel-viewport {
  padding: 6px 0 8px;
  margin: -6px 0 -8px;
}

.review-card:hover,
.premium-reveal.is-premium-visible .review-card:hover {
  transform: translate3d(0, -2px, 0);
}

.work-copy h3 {
  margin-top: 0;
}

@media (max-width: 900px) {
  .review-card:hover,
  .premium-reveal.is-premium-visible .review-card:hover {
    transform: none;
  }
}

/* Final compact hero + service cards cleanup */
.hero {
  min-height: 590px;
}

.hero-content {
  padding-top: 136px;
  padding-bottom: 46px;
}

.hero h1 {
  margin-bottom: 12px;
}

.hero p {
  margin-bottom: 14px;
}

.hero-badges {
  margin-top: 14px;
}

.service-card > a {
  display: none !important;
}

@media (max-width: 900px) {
  .hero {
    min-height: 600px;
  }

  .hero-content {
    padding-top: 190px;
    padding-bottom: 38px;
  }

  .hero-badges {
    margin-top: 12px;
  }
}

@media (max-width: 430px) {
  .hero {
    min-height: 570px;
  }

  .hero-content {
    padding-top: 174px;
  }
}

/* Works arrows: dark glass variant */
.works-nav {
  width: 46px;
  height: 46px;
  color: rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.35);
  border-color: rgba(84, 214, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 40px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px) saturate(1.15);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
}

.works-nav:hover {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.026)),
    rgba(0, 0, 0, 0.48);
  border-color: rgba(84, 214, 255, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 18px 44px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(33, 200, 255, 0.12);
}

.works-carousel:hover .works-nav:hover {
  transform: translateY(-50%) scale(1.04);
}

.works-nav svg {
  width: 20px;
  height: 20px;
}

.works-nav path {
  stroke: currentcolor;
  stroke-width: 2.15;
}

/* Header compact premium layout */
.site-header {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  width: min(1000px, calc(100% - 64px));
  min-height: 56px;
  padding: 0 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent),
    rgba(3, 12, 16, 0.76);
  border-color: rgba(84, 214, 255, 0.16);
  border-radius: 17px;
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.brand {
  gap: 11px;
}

.brand-icon {
  width: 40px;
  height: 40px;
}

.brand-text strong {
  font-size: 21px;
}

.desktop-nav {
  justify-content: flex-end;
  justify-self: end;
  width: auto;
  min-width: 0;
  margin-left: auto;
  margin-right: 0;
}

.desktop-nav a,
.header-telegram {
  min-height: 36px;
  padding: 0;
  gap: 8px;
  color: rgba(255, 255, 255, 0.75);
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 740;
}

.header-telegram .telegram-logo {
  width: 17px;
  height: 17px;
  opacity: 0.82;
}

.header-telegram .telegram-logo circle {
  fill: rgba(34, 158, 217, 0.2);
}

.header-telegram .telegram-logo path {
  fill: #65eaff;
}

.desktop-nav a:hover,
.header-telegram:hover {
  color: rgba(255, 255, 255, 0.96);
  background: transparent;
  border-color: transparent;
  text-shadow: 0 0 18px rgba(84, 214, 255, 0.18);
}

.header-actions {
  justify-content: flex-end;
  justify-self: end;
  gap: 0;
  min-width: max-content;
}

.header-phone,
.site-header.is-compact .header-phone {
  gap: 8px;
  align-items: center;
  min-height: 40px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  box-shadow: none;
  letter-spacing: -0.025em;
}

.header-phone-copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: flex-start;
  min-width: 0;
  line-height: 1;
}

.header-phone-number {
  color: #fff;
  font-size: 17px;
  font-weight: 860;
  line-height: 1.05;
  white-space: nowrap;
}

.header-phone-hours {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
}

.header-phone-hours span {
  color: #65eaff;
  font-size: 10px;
  line-height: 1;
  filter: drop-shadow(0 0 7px rgba(84, 214, 255, 0.18));
}

.header-phone .ui-icon,
.site-header.is-compact .header-phone .ui-icon {
  color: #65eaff;
  font-size: 15px;
  text-shadow: 0 0 16px rgba(84, 214, 255, 0.22);
}

.header-phone:hover,
.site-header.is-compact .header-phone:hover {
  color: #fff;
  text-shadow: 0 0 20px rgba(84, 214, 255, 0.26);
}

.site-header.is-compact {
  top: 14px;
  width: min(640px, calc(100% - 64px));
  min-height: 46px;
  gap: 16px;
  padding: 0 13px;
  background: rgba(3, 12, 16, 0.66);
  border-radius: 16px;
}

.site-header.is-compact .brand-icon {
  width: 31px;
  height: 31px;
}

.site-header.is-compact .brand-text strong {
  font-size: 17px;
}

.site-header.is-compact .desktop-nav {
  margin-right: 0;
}

.site-header.is-compact .header-telegram {
  min-height: 32px;
  font-size: 13px;
}

.site-header.is-compact .header-phone,
.site-header.is-compact .header-phone-copy {
  gap: 1px;
}

.site-header.is-compact .header-phone-number {
  font-size: 15px;
}

.site-header.is-compact .header-phone-hours {
  font-size: 10.5px;
}

@media (max-width: 900px) {
  .site-header,
  .site-header.is-compact {
    grid-template-columns: auto auto;
    justify-content: space-between;
    width: calc(100% - 24px);
    min-height: 56px;
    gap: 12px;
    padding: 0 12px;
  }

  .desktop-nav {
    display: none;
  }

  .header-actions {
    display: flex;
    grid-column: 2;
    min-width: 0;
  }

  .header-phone,
  .site-header.is-compact .header-phone {
    display: grid;
    place-items: center;
    width: 40px;
    min-height: 40px;
    padding: 0;
    background: rgba(6, 24, 30, 0.42);
    border: 1px solid rgba(84, 214, 255, 0.16);
    border-radius: 999px;
  }

  .header-phone-copy {
    display: none;
  }
}

@media (max-width: 480px) {
  .site-header,
  .site-header.is-compact {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 54px;
    padding: 0 10px;
  }

  .brand-icon,
  .site-header.is-compact .brand-icon {
    width: 34px;
    height: 34px;
  }

  .brand-text strong,
  .site-header.is-compact .brand-text strong {
    font-size: 17px;
  }

  .brand-text small {
    font-size: 7px;
  }
}

/* Header mascot scene */
.site-header {
  --mascot-run-distance: 0px;
  --mascot-scroll-x: 0px;
  --mascot-scroll-progress: 0;
  --header-car-x: 0px;
  --header-car-shift: clamp(14px, 1.8vw, 28px);
  --header-footprints-width: 0px;
  --header-tire-width: 0px;
  grid-template-columns: auto minmax(132px, 1fr) auto auto;
  width: min(1160px, calc(100% - 64px));
  overflow: hidden;
  isolation: isolate;
}

.brand {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 1;
}

.header-mascot-track {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  min-width: 132px;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent 0, #000 22px, #000 100%);
}

.header-footprints,
.header-tire-tracks,
.header-unlock-icon {
  position: absolute;
  pointer-events: none;
}

.header-footprints {
  z-index: 0;
  left: 3px;
  bottom: 7px;
  width: var(--header-footprints-width);
  height: 24px;
  opacity: 0.72;
  background-image:
    radial-gradient(ellipse 2.8px 4.7px at 7px 8px, rgba(255, 255, 255, 0.72) 0 62%, transparent 66%),
    radial-gradient(ellipse 2.8px 4.7px at 19px 17px, rgba(255, 255, 255, 0.56) 0 62%, transparent 66%);
  background-repeat: repeat-x;
  background-size: 28px 24px;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.16));
  mask-image: linear-gradient(90deg, transparent 0, #000 12px, #000 calc(100% - 8px), transparent 100%);
}

.header-tire-tracks {
  z-index: 0;
  right: 8px;
  bottom: 10px;
  width: var(--header-tire-width);
  height: 15px;
  opacity: 0.62;
  background-image:
    repeating-linear-gradient(90deg, rgba(101, 234, 255, 0.3) 0 9px, transparent 9px 17px),
    repeating-linear-gradient(90deg, rgba(101, 234, 255, 0.22) 0 9px, transparent 9px 17px);
  background-repeat: no-repeat;
  background-size: 100% 2px, 100% 2px;
  background-position: 0 3px, 0 11px;
  filter: drop-shadow(0 0 7px rgba(33, 200, 255, 0.13));
  mask-image: linear-gradient(90deg, transparent 0, #000 10px, #000 calc(100% - 12px), transparent 100%);
  will-change: width;
}

.header-unlock-icon {
  z-index: 4;
  left: 50%;
  bottom: 6px;
  display: grid;
  width: 34px;
  height: 34px;
  color: #65eaff;
  opacity: 0;
  place-items: center;
  transform: translate3d(-50%, 7px, 0) scale(0.78);
  transition:
    opacity 220ms ease,
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 220ms ease;
  filter:
    drop-shadow(0 0 8px rgba(101, 234, 255, 0.34))
    drop-shadow(0 0 18px rgba(33, 200, 255, 0.18));
}

.header-unlock-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.header-unlock-shackle,
.header-unlock-body,
.header-unlock-keyhole {
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.header-unlock-body {
  fill: rgba(33, 200, 255, 0.1);
}

.header-mascot {
  --mascot-width: 34px;
  --mascot-height: 40px;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 5.5px;
  width: var(--mascot-width);
  height: var(--mascot-height);
  background-image: url("assets/mascot-walk-cycle/sprite_sheet.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 800% 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(var(--mascot-scroll-x), 0, 0) scale(0.98);
  transform-origin: 50% 100%;
  transition:
    opacity 180ms ease;
  will-change: transform, opacity, background-position;
}

.site-header.has-mascot-room .header-mascot {
  opacity: 1;
}

.desktop-nav {
  position: relative;
  z-index: 3;
  grid-column: 3;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: clamp(26px, 2.8vw, 42px);
}

.header-car-icon {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 7px;
  display: inline-grid;
  width: 52px;
  height: 31px;
  place-items: center;
  color: #65eaff;
  opacity: 1;
  filter:
    drop-shadow(0 0 7px rgba(101, 234, 255, 0.2))
    drop-shadow(0 0 16px rgba(33, 200, 255, 0.08));
  pointer-events: none;
  transform: translate3d(var(--header-car-x), 0, 0);
  transform-origin: center;
  transition:
    opacity 200ms ease,
    filter 220ms ease,
    transform 220ms ease;
}

.header-car-icon::after {
  display: none;
  content: none;
}

.header-car-image {
  display: block;
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 0 6px rgba(101, 234, 255, 0.42))
    drop-shadow(0 0 14px rgba(33, 200, 255, 0.16));
}

.header-car-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  filter:
    drop-shadow(0 0 7px rgba(101, 234, 255, 0.62))
    drop-shadow(0 0 16px rgba(33, 200, 255, 0.22));
}

.header-car-body {
  fill: rgba(33, 200, 255, 0.2);
  stroke: rgba(142, 240, 255, 1);
  stroke-width: 2.15;
  stroke-linejoin: round;
}

.header-car-window {
  fill: rgba(201, 247, 255, 0.34);
  stroke: rgba(222, 252, 255, 0.96);
  stroke-width: 1.28;
  stroke-linejoin: round;
}

.header-car-wheel {
  fill: rgba(3, 16, 23, 0.94);
  stroke: rgba(142, 240, 255, 0.98);
  stroke-width: 1.95;
}

.header-car-light {
  fill: none;
  stroke: rgba(255, 255, 255, 1);
  stroke-width: 2;
  stroke-linecap: round;
}

.header-actions {
  position: relative;
  z-index: 3;
  grid-column: 4;
  grid-row: 1;
}

.site-header.is-compact {
  --header-car-shift: 18px;
  grid-template-columns: auto minmax(96px, 1fr) auto auto;
  width: min(940px, calc(100% - 64px));
}

.site-header.is-compact .header-mascot-track {
  min-width: 96px;
}

.site-header.is-compact .header-mascot {
  --mascot-width: 25px;
  --mascot-height: 30px;
  bottom: 5.5px;
}

.site-header.is-compact .header-footprints {
  bottom: 5px;
  height: 20px;
  background-size: 24px 20px;
}

.site-header.is-compact .header-tire-tracks {
  bottom: 8px;
  height: 13px;
}

.site-header.is-compact .header-unlock-icon {
  bottom: 5px;
  width: 28px;
  height: 28px;
}

.site-header.is-compact .header-car-icon {
  width: 42px;
  height: 25px;
  bottom: 6px;
}

.site-header:not(.mascot-at-car) .header-car-icon {
  opacity: 1;
}

.site-header.mascot-at-car .header-car-icon {
  filter:
    drop-shadow(0 0 8px rgba(146, 235, 255, 0.48))
    drop-shadow(0 0 18px rgba(33, 200, 255, 0.18));
  opacity: 0;
  transform: translate3d(var(--header-car-x), 0, 0) scale(0.96);
}

.site-header.mascot-at-car .header-mascot {
  opacity: 0;
}

.site-header.mascot-at-car .header-unlock-icon {
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1);
}

@media (max-width: 900px) {
  .site-header,
  .site-header.is-compact {
    --header-car-shift: 0px;
    grid-template-columns: auto 1fr auto;
  }

  .header-mascot-track {
    display: none;
  }

  .header-footprints,
  .header-tire-tracks,
  .header-unlock-icon {
    display: none;
  }

  .desktop-nav {
    grid-column: 2;
    display: flex;
    justify-self: end;
    margin-left: auto;
  }

  .header-actions {
    grid-column: 3;
  }

  .menu-button {
    display: none;
  }

  .header-actions {
    display: flex;
  }
}

@media (max-width: 768px) {
  .site-header,
  .site-header.is-compact {
    grid-template-columns: auto auto;
  }

  .desktop-nav {
    display: none;
  }

  .header-actions {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-mascot,
  .site-header.has-mascot-room .header-mascot,
  .header-car-icon,
  .header-car-icon::after,
  .header-unlock-icon,
  .header-footprints,
  .header-tire-tracks {
    animation: none;
  }

  .header-mascot,
  .header-footprints,
  .header-tire-tracks,
  .header-unlock-icon {
    display: none;
  }

  .header-car-icon,
  .site-header.mascot-at-car .header-car-icon {
    opacity: 1;
    filter: none;
    transform: translate3d(0, 0, 0);
  }
}

/* Mobile final layout fixes */
.map-mobile-actions {
  display: none;
}

@media (max-width: 900px) {
  .hero {
    min-height: 510px;
    padding-bottom: 0;
  }

  .hero-content {
    padding-top: 178px;
    padding-bottom: 24px;
  }

  .hero h1 {
    margin-bottom: 10px;
  }

  .hero p {
    margin-bottom: 12px;
  }

  .hero-badges {
    margin-top: 10px;
    margin-bottom: 0;
  }

  #prices {
    padding-top: 24px;
  }

  .dashboard-section {
    padding-top: 24px;
  }

  .price-card {
    margin-top: 8px;
  }

  .mobile-action-bar {
    display: none !important;
  }

  .location-card {
    display: grid;
    grid-template-rows: 318px auto;
    min-height: 0;
    padding: 0;
  }

  .location-card::after {
    inset: 0 0 auto;
    height: 318px;
  }

  .yandex-map {
    position: relative;
    inset: auto;
    grid-row: 1;
    height: 318px;
  }

  .map-strip {
    top: 244px;
    bottom: auto;
  }

  .map-mobile-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    grid-row: 2;
    margin: 12px;
  }

  .map-mobile-actions a {
    display: grid;
    min-width: 0;
    min-height: 48px;
    place-items: center;
    align-content: center;
    gap: 4px;
    color: rgba(236, 250, 255, 0.88);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
      rgba(5, 22, 28, 0.58);
    border: 1px solid rgba(84, 214, 255, 0.16);
    border-radius: 15px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.065),
      0 12px 28px rgba(0, 0, 0, 0.18);
    font-size: 12px;
    font-weight: 820;
    text-align: center;
    text-decoration: none;
  }

  .map-mobile-actions .telegram-tab {
    color: #031017;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.36), transparent 55%),
      linear-gradient(135deg, #6de9ff, #16acd8);
    border-color: rgba(138, 238, 255, 0.36);
  }

  .map-mobile-actions .ui-icon,
  .map-mobile-actions .telegram-logo {
    width: 18px;
    height: 18px;
    color: #65eaff;
  }

  .map-mobile-actions .telegram-tab .telegram-logo circle {
    fill: rgba(3, 16, 23, 0.16);
  }

  .map-mobile-actions .telegram-tab .telegram-logo path {
    fill: #031017;
  }
}

@media (max-width: 430px) {
  .hero {
    min-height: 492px;
  }

  .hero-content {
    padding-top: 166px;
    padding-bottom: 20px;
  }

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

  .hero-badge {
    min-height: 32px;
    padding: 7px 10px;
    font-size: 12px;
  }
}

/* Premium reviews carousel refresh */
.reviews-section {
  padding: 54px 62px 62px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 0%, rgba(33, 200, 255, 0.1), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(118, 236, 255, 0.045), transparent 24%),
    linear-gradient(180deg, #06161b 0%, #03090c 88%);
}

.reviews-section::before {
  opacity: 0.44;
  background: radial-gradient(circle, rgba(33, 200, 255, 0.14), transparent 68%);
}

.reviews-head {
  align-items: center;
  margin-bottom: 24px;
}

.reviews-head h2 {
  letter-spacing: -0.045em;
}

.reviews-head-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.reviews-source,
.reviews-all-link {
  min-height: 46px;
  color: rgba(236, 250, 255, 0.88);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(4, 18, 24, 0.62);
  border: 1px solid rgba(84, 214, 255, 0.18);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 34px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.reviews-source {
  gap: 9px;
  padding: 0 15px;
}

.reviews-source span:first-child {
  color: #65eaff;
  font-size: 21px;
}

.reviews-source span:nth-child(2) {
  color: rgba(101, 234, 255, 0.86);
  font-size: 11px;
  letter-spacing: 1px;
}

.reviews-source small {
  color: rgba(220, 244, 250, 0.64);
  font-size: 12px;
}

.reviews-all-link {
  padding: 0 16px;
  font-size: 12px;
  font-weight: 820;
}

.reviews-all-link:hover,
.reviews-source:hover {
  color: #fff;
  background: rgba(33, 200, 255, 0.07);
  border-color: rgba(84, 214, 255, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 16px 42px rgba(33, 200, 255, 0.1);
}

.reviews-carousel {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 18px 18px 16px;
  isolation: isolate;
  user-select: none;
  -webkit-user-select: none;
  background:
    radial-gradient(circle at 78% 0%, rgba(84, 214, 255, 0.09), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.018)),
    rgba(3, 14, 19, 0.72);
  border: 1px solid rgba(84, 214, 255, 0.15);
  border-radius: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 28px 76px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px);
}

.reviews-carousel:focus-visible {
  outline: 2px solid rgba(84, 214, 255, 0.36);
  outline-offset: 4px;
}

.reviews-carousel::before {
  inset: 0;
  z-index: -1;
  opacity: 0.8;
  background:
    linear-gradient(90deg, rgba(84, 214, 255, 0.18), transparent 18%, transparent 82%, rgba(84, 214, 255, 0.1)),
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.065), transparent 30%);
  border-radius: inherit;
}

.reviews-carousel::after {
  display: none;
}

.carousel-topline {
  position: absolute;
  inset: 0;
  z-index: 5;
  padding: 0;
  margin: 0;
  pointer-events: none;
}

.carousel-controls {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 0 8px;
  pointer-events: none;
}

.carousel-button {
  width: 38px;
  height: 38px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(84, 214, 255, 0.2);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 28px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: auto;
  backdrop-filter: blur(10px);
  transform: scale(0.96);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease,
    color 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.reviews-carousel:hover .carousel-button,
.reviews-carousel:focus-within .carousel-button {
  opacity: 0.82;
}

.carousel-button:hover,
.carousel-button:focus-visible {
  color: #fff;
  background: rgba(0, 0, 0, 0.42);
  border-color: rgba(84, 214, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 24px rgba(33, 200, 255, 0.14);
  transform: scale(1.02);
}

.carousel-viewport {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 4px 42px 6px;
  margin: 0;
  cursor: grab;
  touch-action: pan-y;
}

.carousel-viewport:active {
  cursor: grabbing;
}

.carousel-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  transition: transform 0.64s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.review-card {
  position: relative;
  flex: 0 0 calc((100% - 54px) / 4);
  min-height: 202px;
  padding: 24px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 8%, rgba(84, 214, 255, 0.1), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.022)),
    rgba(7, 24, 30, 0.76);
  border: 1px solid rgba(84, 214, 255, 0.18);
  border-radius: 24px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 20px 48px rgba(0, 0, 0, 0.18);
  opacity: 0.58;
  transform: translate3d(0, 0, 0) scale(0.955);
  transform-origin: center;
  transition:
    transform 0.58s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.42s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    background 0.32s ease;
  will-change: transform, opacity;
}

.review-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.09) 42%, transparent 58%),
    radial-gradient(circle at 16% 0%, rgba(101, 234, 255, 0.11), transparent 30%);
  background-size: 230% 100%, auto;
  background-position: 140% 0, center;
  opacity: 0.26;
  transition:
    opacity 0.36s ease,
    background-position 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.review-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  bottom: auto;
  width: auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(101, 234, 255, 0.62), transparent);
  background-position: center;
  opacity: 0;
  transition: opacity 0.32s ease;
}

.review-card.is-near {
  opacity: 0.72;
  transform: translate3d(0, 0, 0) scale(0.975);
}

.review-card.is-active {
  opacity: 1;
  border-color: rgba(84, 214, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 24px 58px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(33, 200, 255, 0.095);
  transform: translate3d(0, 0, 0) scale(1);
}

.review-card.is-active::after {
  opacity: 1;
}

.review-card:hover {
  border-color: rgba(84, 214, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 26px 62px rgba(0, 0, 0, 0.26),
    0 0 32px rgba(33, 200, 255, 0.105);
}

.review-card:hover::before {
  background-position: -40% 0, center;
  opacity: 0.52;
}

.review-card:hover::after {
  left: 24px;
  right: 24px;
  width: auto;
  opacity: 0.68;
  background-position: center;
}

.review-card.is-active:hover {
  transform: translate3d(0, -3px, 0) scale(1.012);
}

.review-card:not(.is-active):hover {
  transform: translate3d(0, -2px, 0) scale(0.98);
}

.reviews-section.premium-reveal.is-premium-visible .review-card {
  opacity: 0.58;
  transform: translate3d(0, 0, 0) scale(0.955);
}

.reviews-section.premium-reveal.is-premium-visible .review-card.is-near {
  opacity: 0.72;
  transform: translate3d(0, 0, 0) scale(0.975);
}

.reviews-section.premium-reveal.is-premium-visible .review-card.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.reviews-section.premium-reveal.is-premium-visible .review-card.is-active:hover {
  transform: translate3d(0, -3px, 0) scale(1.012);
}

.reviews-section.premium-reveal.is-premium-visible .review-card:not(.is-active):hover {
  transform: translate3d(0, -2px, 0) scale(0.98);
}

.review-avatar {
  display: none !important;
}

.review-card-head {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 14px;
}

.review-card-head > div {
  display: block;
  min-width: 0;
}

.review-card-head strong {
  display: block;
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 17px;
  font-weight: 820;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.review-card-head span {
  display: block;
  color: rgba(220, 244, 250, 0.56);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.2;
}

.review-stars {
  position: relative;
  z-index: 1;
  margin: 0 0 17px;
  color: rgba(101, 234, 255, 0.86);
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1;
  text-shadow: 0 0 18px rgba(33, 200, 255, 0.16);
}

.review-card p {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  max-width: none;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.52;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.carousel-bottomline {
  justify-content: center;
  padding: 14px 0 0;
  margin: 0;
}

.carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 10px;
  background: rgba(2, 12, 16, 0.54);
  border: 1px solid rgba(84, 214, 255, 0.12);
  border-radius: 999px;
}

.carousel-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  background: rgba(220, 244, 250, 0.36);
  border: 0;
  border-radius: 999px;
  opacity: 0.66;
  cursor: pointer;
  transition:
    width 0.28s ease,
    background 0.28s ease,
    opacity 0.28s ease,
    box-shadow 0.28s ease;
}

.carousel-dots button.is-active {
  width: 28px;
  background: #22c8ff;
  opacity: 1;
  box-shadow: 0 0 18px rgba(33, 200, 255, 0.34);
}

.carousel-progress {
  display: none;
}

@media (max-width: 1200px) {
  .review-card {
    flex-basis: calc((100% - 36px) / 3);
  }
}

@media (max-width: 900px) {
  .reviews-section {
    padding: 48px 18px 56px;
  }

  .reviews-head {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

  .reviews-head-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .reviews-carousel {
    padding: 14px;
    border-radius: 24px;
  }

  .carousel-button {
    display: none;
  }

  .carousel-viewport {
    padding: 4px 0 6px;
  }

  .carousel-track {
    gap: 14px;
  }

  .review-card {
    flex-basis: 100%;
    min-height: 188px;
    padding: 22px;
    border-radius: 22px;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .review-card.is-near,
  .review-card.is-active,
  .review-card:hover,
  .review-card.is-active:hover,
  .review-card:not(.is-active):hover,
  .premium-reveal.is-premium-visible .review-card:hover,
  .reviews-section.premium-reveal.is-premium-visible .review-card,
  .reviews-section.premium-reveal.is-premium-visible .review-card.is-near,
  .reviews-section.premium-reveal.is-premium-visible .review-card.is-active,
  .reviews-section.premium-reveal.is-premium-visible .review-card.is-active:hover,
  .reviews-section.premium-reveal.is-premium-visible .review-card:not(.is-active):hover {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (max-width: 480px) {
  .reviews-section {
    padding-inline: 14px;
  }

  .reviews-head h2 {
    font-size: 31px;
  }

  .reviews-source,
  .reviews-all-link {
    min-height: 40px;
  }

  .reviews-source {
    gap: 7px;
    padding: 0 12px;
  }

  .reviews-all-link {
    padding: 0 13px;
  }

  .review-card p {
    font-size: 14px;
    -webkit-line-clamp: 6;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-track,
  .review-card,
  .review-card::before,
  .review-card::after,
  .carousel-button,
  .carousel-dots button {
    transition: none !important;
  }

  .review-card,
  .review-card.is-near,
  .review-card.is-active,
  .review-card:hover {
    opacity: 1;
    transform: none !important;
  }
}

.map-strip {
  display: none !important;
}

/* Mobile hero/services/map polish */
@media (max-width: 900px) {
  .hero-media {
    inset: -58px 0 0;
    background-position: center top;
    background-size: cover;
    transform: translate3d(0, 42px, 0) scale(1.02);
  }

  .services-section {
    padding-top: 28px;
  }

}

@media (max-width: 430px) {
  .hero-media {
    inset: -74px 0 0;
    background-position: center top;
    transform: translate3d(0, 58px, 0) scale(1.025);
  }

  .services-section {
    padding-top: 32px;
  }
}

.site-footer {
  position: relative;
  z-index: 2;
  width: min(1376px, calc(100% - 64px));
  margin: 0 auto;
  padding: 26px 0 34px;
  color: rgba(255, 255, 255, 0.55);
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.55);
  transition:
    color 0.22s ease,
    text-shadow 0.22s ease;
}

.footer-legal-links a:hover,
.footer-legal-links a:focus-visible,
.footer-legal-links a[aria-current="page"] {
  color: #27cfff;
  text-shadow: 0 0 18px rgba(39, 207, 255, 0.24);
}

.legal-page {
  min-height: 100vh;
  color: #f6fbff;
  background:
    radial-gradient(circle at 18% 0%, rgba(39, 207, 255, 0.2), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(39, 207, 255, 0.12), transparent 30%),
    linear-gradient(135deg, #02080b 0%, #061317 48%, #020608 100%);
}

.legal-page::before {
  opacity: 0.18;
  background-image:
    linear-gradient(90deg, rgba(39, 207, 255, 0.12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(39, 207, 255, 0.08) 1px, transparent 1px);
}

.legal-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1000px, calc(100% - 40px));
  margin: 28px auto 0;
  padding: 12px 14px;
  color: #fff;
  background: rgba(3, 12, 15, 0.68);
  border: 1px solid rgba(39, 207, 255, 0.18);
  border-radius: 22px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

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

.legal-brand img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.legal-brand span {
  display: grid;
  gap: 3px;
  line-height: 1.05;
}

.legal-brand strong {
  color: #fff;
  font-size: 20px;
  font-weight: 880;
  letter-spacing: -0.04em;
}

.legal-brand strong span {
  color: #27cfff;
}

.legal-brand small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(39, 207, 255, 0.2);
  border-radius: 999px;
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.legal-back-link:hover,
.legal-back-link:focus-visible {
  color: #fff;
  border-color: rgba(39, 207, 255, 0.48);
  box-shadow: 0 0 24px rgba(39, 207, 255, 0.14);
}

.legal-main {
  position: relative;
  z-index: 1;
  width: min(1000px, calc(100% - 40px));
  margin: 32px auto 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.legal-card {
  padding: clamp(28px, 4vw, 54px);
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(135deg, rgba(39, 207, 255, 0.1), transparent 26%),
    rgba(3, 13, 17, 0.78);
  border: 1px solid rgba(39, 207, 255, 0.2);
  border-radius: 30px;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
}

.legal-card h1 {
  max-width: 780px;
  margin: 8px 0 18px;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.legal-card h2 {
  margin: 34px 0 12px;
  color: #fff;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.legal-card p,
.legal-card li {
  font-size: 16px;
  line-height: 1.72;
}

.legal-card p {
  margin: 0 0 14px;
}

.legal-lead {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px !important;
  line-height: 1.62 !important;
}

.legal-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  padding-left: 22px;
}

.legal-card li::marker {
  color: #27cfff;
}

.legal-card a {
  color: #76e4ff;
  text-decoration: underline;
  text-decoration-color: rgba(118, 228, 255, 0.32);
  text-underline-offset: 4px;
  transition:
    color 0.2s ease,
    text-decoration-color 0.2s ease;
}

.legal-card a:hover,
.legal-card a:focus-visible {
  color: #fff;
  text-decoration-color: rgba(39, 207, 255, 0.9);
}

@media (max-width: 768px) {
  .site-footer {
    width: min(100% - 28px, 1000px);
    padding: 22px 0 28px;
  }

  .footer-legal-links {
    display: grid;
    justify-items: center;
    gap: 10px;
    font-size: 11px;
    text-align: center;
  }

  .legal-header,
  .legal-main {
    width: min(100% - 28px, 1000px);
  }

  .legal-header {
    margin-top: 14px;
    border-radius: 18px;
  }

  .legal-brand small {
    display: none;
  }

  .legal-card {
    border-radius: 24px;
  }

  .legal-card p,
  .legal-card li {
    font-size: 15px;
    line-height: 1.66;
  }

  .legal-lead {
    font-size: 16px !important;
  }
}

@media (max-width: 430px) {
  .legal-header {
    padding: 10px;
  }

  .legal-brand img {
    width: 34px;
    height: 34px;
  }

  .legal-brand strong {
    font-size: 18px;
  }

  .legal-back-link {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }
}

/* Mobile hero sign positioning + smoother works swipes */
@media (max-width: 900px) {
  .hero-media {
    inset: -90px 0 0;
    background-position: center top;
    background-size: min(720px, 142vw) auto;
    filter: brightness(0.82) contrast(1.12) saturate(0.9);
    transform: translate3d(0, 164px, 0) scale(1.02);
  }

  .hero-content {
    padding-top: 206px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(2, 8, 11, 0.1) 0%, rgba(2, 8, 11, 0.2) 23%, rgba(2, 8, 11, 0.78) 48%, rgba(2, 8, 11, 0.96) 100%),
      linear-gradient(90deg, rgba(2, 8, 11, 0.8), rgba(2, 12, 16, 0.18) 66%, rgba(2, 12, 16, 0.34));
  }

  .works-track {
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
  }

  .works-section.works-animate,
  .works-section.works-animate.is-visible {
    opacity: 1;
    transform: none;
  }

  .work-card,
  .work-card-photo,
  .work-media img {
    backface-visibility: hidden;
  }

  .work-card,
  .work-card-photo {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .works-carousel.is-grabbing .work-card,
  .works-carousel.is-grabbing .work-card-photo,
  .works-carousel.is-grabbing .work-media img {
    transition: none !important;
  }
}

@media (hover: none) and (pointer: coarse) {
  .works-track {
    transition-duration: 0.44s;
  }

  .work-card,
  .work-card-photo,
  .work-card.is-neighbor,
  .work-card.is-active,
  .work-card:hover,
  .work-card.is-active:hover,
  .work-card.is-neighbor:hover {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .work-card,
  .work-card-photo {
    transition:
      border-color 0.22s ease,
      box-shadow 0.22s ease;
    will-change: auto;
  }

  .work-card:hover .work-media img {
    filter: saturate(0.96) contrast(1.07) brightness(0.86);
    transform: scale(1.02);
  }
}

@media (max-width: 900px) {
  .works-viewport {
    overflow: hidden;
    padding: 18px 0 20px;
  }

  .work-card,
  .work-card-photo {
    flex-basis: min(354px, calc(100vw - 36px));
  }
}

@media (max-width: 768px) {
  .hero-media {
    background-position: center top !important;
    background-size: min(430px, 100vw) auto !important;
    transform: translate3d(0, 188px, 0) scale(1.02);
  }
}

@media (max-width: 430px) {
  .hero-media {
    inset: -104px 0 0;
    background-position: center top !important;
    background-size: 390px auto !important;
    transform: translate3d(0, 190px, 0) scale(1.025);
  }

  .hero-content {
    padding-top: 202px;
  }
}

/* Mobile header decorative meet animation */
.mobile-header-animation {
  display: none;
}

.mobile-header-actions,
.mobile-header-phone,
.mobile-header-telegram {
  display: none;
}

@media (max-width: 768px) {
  .site-header,
  .site-header.is-compact {
    --mobile-mascot-end: 140px;
    --mobile-car-end: -140px;
    width: calc(100% - 24px);
    min-height: 64px;
    padding-bottom: 8px;
    overflow: hidden;
  }

  .brand,
  .header-actions {
    position: relative;
    z-index: 6;
  }

  .header-actions {
    display: none !important;
  }

  .mobile-header-actions {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 20;
    display: flex !important;
    align-items: center;
    gap: 8px;
  }

  .mobile-header-phone,
  .mobile-header-telegram {
    display: grid !important;
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    color: #65eaff !important;
    background: rgba(6, 24, 30, 0.72) !important;
    border: 1px solid rgba(84, 214, 255, 0.28) !important;
    border-radius: 999px !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 0 18px rgba(33, 200, 255, 0.14) !important;
    opacity: 1;
    place-items: center;
    text-decoration: none;
    visibility: visible;
  }

  .mobile-header-phone span {
    display: block !important;
    color: #65eaff !important;
    font-size: 17px !important;
    line-height: 1 !important;
  }

  .mobile-header-telegram .telegram-logo {
    width: 18px;
    height: 18px;
    filter: drop-shadow(0 5px 12px rgba(34, 158, 217, 0.28));
  }

  .mobile-header-animation {
    position: absolute;
    z-index: 1;
    right: 12px;
    bottom: 4px;
    left: 12px;
    display: block;
    height: 22px;
    overflow: hidden;
    pointer-events: none;
    mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
  }

  .mobile-header-footprints,
  .mobile-header-tire-tracks,
  .mobile-header-mascot,
  .mobile-header-car,
  .mobile-header-unlock {
    position: absolute;
    pointer-events: none;
  }

  .mobile-header-footprints {
    bottom: 1px;
    left: 9px;
    width: calc(50% - 22px);
    height: 15px;
    opacity: 0;
    background-image:
      radial-gradient(ellipse 1.7px 2.8px at 5px 5px, rgba(255, 255, 255, 0.44) 0 62%, transparent 66%),
      radial-gradient(ellipse 1.7px 2.8px at 13px 10px, rgba(255, 255, 255, 0.28) 0 62%, transparent 66%);
    background-repeat: repeat-x;
    background-size: 19px 15px;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.1));
    transform: scaleX(0);
    transform-origin: left center;
    animation: mobile-header-footprints 7.6s ease-in-out infinite;
  }

  .mobile-header-tire-tracks {
    right: 10px;
    bottom: 5px;
    width: calc(50% - 22px);
    height: 10px;
    opacity: 0;
    background-image:
      repeating-linear-gradient(90deg, rgba(101, 234, 255, 0.34) 0 6px, transparent 6px 12px),
      repeating-linear-gradient(90deg, rgba(101, 234, 255, 0.22) 0 6px, transparent 6px 12px);
    background-repeat: no-repeat;
    background-size: 100% 1px, 100% 1px;
    background-position: 0 2px, 0 7px;
    filter: drop-shadow(0 0 5px rgba(33, 200, 255, 0.12));
    transform: scaleX(0);
    transform-origin: right center;
    animation: mobile-header-tire-tracks 7.6s ease-in-out infinite;
  }

  .mobile-header-mascot {
    bottom: 0;
    left: 7px;
    width: 19px;
    height: 22px;
    background-image: url("assets/mascot-walk-cycle/sprite_sheet.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 800% 100%;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transform-origin: 50% 100%;
    animation: mobile-header-mascot-move 7.6s cubic-bezier(0.42, 0, 0.24, 1) infinite;
    will-change: transform, opacity;
  }

  .mobile-header-car {
    right: 7px;
    bottom: 2px;
    display: grid;
    width: 25px;
    height: 15px;
    opacity: 0;
    place-items: center;
    transform: translate3d(0, 0, 0);
    animation: mobile-header-car-move 7.6s cubic-bezier(0.42, 0, 0.24, 1) infinite;
    filter:
      drop-shadow(0 0 5px rgba(101, 234, 255, 0.38))
      drop-shadow(0 0 12px rgba(33, 200, 255, 0.12));
    will-change: transform, opacity, filter;
  }

  .mobile-header-car img {
    display: block;
    width: 100%;
    height: auto;
    filter:
      drop-shadow(0 0 4px rgba(101, 234, 255, 0.38))
      drop-shadow(0 0 10px rgba(33, 200, 255, 0.12));
  }

  .mobile-header-unlock {
    bottom: 1px;
    left: 50%;
    display: grid;
    width: 18px;
    height: 18px;
    color: #65eaff;
    opacity: 0;
    place-items: center;
    transform: translate3d(-50%, 5px, 0) scale(0.76);
    animation: mobile-header-unlock-pulse 7.6s ease-in-out infinite;
    filter:
      drop-shadow(0 0 7px rgba(101, 234, 255, 0.42))
      drop-shadow(0 0 16px rgba(33, 200, 255, 0.18));
    will-change: transform, opacity, filter;
  }

  .mobile-header-unlock svg {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .mobile-header-unlock path,
  .mobile-header-unlock rect {
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
  }

  .mobile-header-unlock rect {
    fill: rgba(33, 200, 255, 0.1);
  }
}

@media (max-width: 480px) {
  .site-header,
  .site-header.is-compact {
    width: calc(100% - 20px);
    min-height: 62px;
    padding-bottom: 8px;
  }

  .mobile-header-animation {
    bottom: 3px;
    height: 20px;
  }

  .mobile-header-mascot {
    width: 18px;
    height: 21px;
  }

  .mobile-header-car {
    width: 23px;
    height: 14px;
  }

  .mobile-header-unlock {
    width: 17px;
    height: 17px;
  }
}

@keyframes mobile-header-mascot-move {
  0%,
  7% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.96);
  }

  11%,
  58% {
    opacity: 1;
  }

  60% {
    opacity: 1;
    transform: translate3d(var(--mobile-mascot-end), 0, 0) scale(1);
  }

  66%,
  100% {
    opacity: 0;
    transform: translate3d(var(--mobile-mascot-end), 0, 0) scale(0.9);
  }
}

@keyframes mobile-header-car-move {
  0%,
  7% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.94);
  }

  11%,
  58% {
    opacity: 1;
  }

  60% {
    opacity: 1;
    filter:
      drop-shadow(0 0 7px rgba(101, 234, 255, 0.5))
      drop-shadow(0 0 16px rgba(33, 200, 255, 0.18));
    transform: translate3d(var(--mobile-car-end), 0, 0) scale(1);
  }

  66%,
  100% {
    opacity: 0;
    transform: translate3d(var(--mobile-car-end), 0, 0) scale(0.88);
  }
}

@keyframes mobile-header-footprints {
  0%,
  11% {
    opacity: 0;
    transform: scaleX(0);
  }

  18% {
    opacity: 0.28;
  }

  58% {
    opacity: 0.42;
    transform: scaleX(1);
  }

  74%,
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes mobile-header-tire-tracks {
  0%,
  11% {
    opacity: 0;
    transform: scaleX(0);
  }

  18% {
    opacity: 0.25;
  }

  58% {
    opacity: 0.38;
    transform: scaleX(1);
  }

  74%,
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes mobile-header-unlock-pulse {
  0%,
  59% {
    opacity: 0;
    transform: translate3d(-50%, 5px, 0) scale(0.76);
  }

  65% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) scale(1);
  }

  72% {
    opacity: 1;
    filter:
      drop-shadow(0 0 10px rgba(101, 234, 255, 0.6))
      drop-shadow(0 0 24px rgba(33, 200, 255, 0.28));
    transform: translate3d(-50%, 0, 0) scale(1.08);
  }

  82%,
  100% {
    opacity: 0;
    transform: translate3d(-50%, -1px, 0) scale(0.86);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-header-animation {
    display: none !important;
  }
}

/* Final mobile hero/header scene pass */
.hero-media {
  inset: 0;
  background-position: center center !important;
  background-size: cover !important;
  transform: scale(1.045);
}

@media (max-width: 900px) {
  .hero-media {
    inset: 0 !important;
    background-position: center top !important;
    background-size: cover !important;
    transform: scale(1.08) !important;
  }
}

@media (max-width: 768px) {
  .site-header,
  .site-header.is-compact {
    top: calc(env(safe-area-inset-top, 0px) + 38px);
    min-height: 64px;
    overflow: visible;
  }

  .mobile-header-animation {
    top: -31px;
    right: 2px;
    bottom: auto;
    left: 2px;
    z-index: 25;
    height: 25px;
    overflow: visible;
    mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  }

  .mobile-header-footprints,
  .mobile-header-tire-tracks,
  .mobile-header-mascot,
  .mobile-header-car,
  .mobile-header-unlock {
    animation: none !important;
  }

  .mobile-header-footprints {
    bottom: 3px;
    left: 9px;
    width: var(--mobile-footprints-width, 0px);
    max-width: calc(52% - 12px);
    opacity: var(--mobile-scene-progress, 0);
    transform: none;
  }

  .mobile-header-tire-tracks {
    right: 9px;
    bottom: 7px;
    width: var(--mobile-tire-width, 0px);
    max-width: calc(52% - 12px);
    opacity: var(--mobile-scene-progress, 0);
    transform: none;
  }

  .mobile-header-mascot {
    bottom: 2px;
    left: 7px;
    width: 21px;
    height: 25px;
    opacity: 1;
    transform: translate3d(var(--mobile-mascot-x, 0px), 0, 0) scale(1);
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.16));
  }

  .mobile-header-car {
    right: 7px;
    bottom: 5px;
    width: 29px;
    height: 17px;
    opacity: 1;
    transform: translate3d(var(--mobile-car-x, 0px), 0, 0) scale(1);
  }

  .mobile-header-unlock {
    bottom: 4px;
    left: 52%;
    opacity: 0;
    transform: translate3d(-50%, 5px, 0) scale(0.76);
    transition:
      opacity 0.22s ease,
      transform 0.22s ease,
      filter 0.22s ease;
  }

  .site-header.mobile-mascot-at-car .mobile-header-car {
    filter:
      drop-shadow(0 0 8px rgba(101, 234, 255, 0.5))
      drop-shadow(0 0 18px rgba(33, 200, 255, 0.2));
    transform: translate3d(var(--mobile-car-x, 0px), 0, 0) scale(0.96);
  }

  .site-header.mobile-mascot-at-car .mobile-header-mascot {
    transform: translate3d(var(--mobile-mascot-x, 0px), 0, 0) scale(0.94);
  }

  .site-header.mobile-mascot-at-car .mobile-header-unlock {
    opacity: 1;
    filter:
      drop-shadow(0 0 10px rgba(101, 234, 255, 0.6))
      drop-shadow(0 0 24px rgba(33, 200, 255, 0.28));
    transform: translate3d(-50%, 0, 0) scale(1.04);
  }
}

@media (max-width: 430px) {
  .hero-media {
    background-position: center top !important;
    transform: scale(1.12) !important;
  }

  .hero-content {
    padding-top: 218px;
  }

  .site-header,
  .site-header.is-compact {
    top: calc(env(safe-area-inset-top, 0px) + 36px);
  }

  .mobile-header-animation {
    top: -29px;
    height: 24px;
  }
}

/* Mobile header parity with desktop */
@media (max-width: 768px) {
  .site-header,
  .site-header.is-compact {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    min-height: 66px;
    border-radius: 18px;
  }

  .brand {
    grid-column: 1;
    padding-right: 92px;
  }

  .mobile-header-actions {
    top: 8px;
    right: 10px;
    display: flex !important;
    align-items: center;
    gap: 8px;
  }

  .mobile-header-phone,
  .mobile-header-telegram {
    display: grid !important;
    width: 40px !important;
    height: 40px !important;
    color: #65eaff !important;
    background: rgba(6, 24, 30, 0.76) !important;
    border: 1px solid rgba(84, 214, 255, 0.3) !important;
    border-radius: 999px !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 0 18px rgba(33, 200, 255, 0.14) !important;
    place-items: center;
  }

  .mobile-header-telegram .telegram-logo {
    width: 18px;
    height: 18px;
  }

  .mobile-header-animation {
    top: -39px;
    right: 2px;
    left: 2px;
    height: 34px;
    overflow: visible;
    mask-image: linear-gradient(90deg, transparent 0, #000 14px, #000 calc(100% - 14px), transparent 100%);
  }

  .mobile-header-footprints {
    bottom: 5px;
  }

  .mobile-header-tire-tracks {
    bottom: 10px;
  }

  .mobile-header-mascot {
    bottom: 2px;
    width: 25px;
    height: 30px;
    transition:
      opacity 180ms ease,
      transform 220ms ease;
  }

  .mobile-header-car {
    bottom: 8px;
    width: 34px;
    height: 20px;
    transition:
      opacity 200ms ease,
      filter 220ms ease,
      transform 220ms ease;
  }

  .mobile-header-unlock {
    bottom: 2px;
    width: 27px;
    height: 27px;
  }

  .site-header.mobile-mascot-at-car .mobile-header-car,
  .site-header.mobile-mascot-at-car .mobile-header-mascot {
    opacity: 0;
  }
}

@media (max-width: 430px) {
  .site-header,
  .site-header.is-compact {
    min-height: 66px;
  }

  .brand {
    padding-right: 92px;
  }

  .brand-text strong {
    font-size: 17px;
  }

  .brand-text small {
    font-size: 6.6px;
  }

  .mobile-header-animation {
    top: -37px;
    height: 33px;
  }
}

/* Safari rubber-band scroll backdrop */
html {
  min-height: 100%;
  background: #061216;
  overscroll-behavior-y: none;
}

body {
  min-height: 100%;
  background-color: #061216;
  overscroll-behavior-y: none;
}

@media (max-width: 900px) {
  html,
  body {
    background: #061216 !important;
  }
}

/* Touch performance for works photo carousel */
@media (hover: none) and (pointer: coarse) {
  .works-carousel,
  .works-viewport,
  .works-track {
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
  }

  .works-viewport {
    contain: paint;
    touch-action: pan-y;
  }

  .works-track {
    transition-duration: 0.28s !important;
    transition-timing-function: cubic-bezier(0.2, 0, 0.2, 1) !important;
    will-change: transform;
  }

  .works-track.is-dragging {
    transition: none !important;
  }

  .work-card,
  .work-card-photo {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
    contain: layout paint style;
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
    transition:
      border-color 0.18s ease,
      box-shadow 0.18s ease !important;
    will-change: auto !important;
  }

  .works-carousel.is-grabbing .work-card,
  .works-carousel.is-grabbing .work-card-photo {
    border-color: rgba(84, 214, 255, 0.24);
    transition: none !important;
  }

  .work-card::after {
    display: none !important;
  }

  .work-card::before {
    background: linear-gradient(180deg, rgba(3, 12, 16, 0.04) 0%, rgba(3, 12, 16, 0.32) 48%, rgba(3, 12, 16, 0.9) 100%) !important;
  }

  .work-card-photo .work-media,
  .work-media {
    contain: paint;
  }

  .work-card-photo .work-media img,
  .work-media img,
  .work-card:hover .work-media img {
    filter: none !important;
    transform: translateZ(0) !important;
    transition: none !important;
    will-change: auto !important;
  }
}

/* Mobile header centering + smoother works captions */
@media (max-width: 768px) {
  .site-header,
  .site-header.is-compact {
    align-items: center;
    min-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand {
    transform: translateY(2px);
  }

  .mobile-header-actions {
    top: 10px;
  }

  .mobile-header-animation {
    top: -36px;
  }
}

@media (max-width: 430px) {
  .site-header,
  .site-header.is-compact {
    min-height: 60px;
  }

  .mobile-header-animation {
    top: -35px;
  }
}

.work-card .work-copy {
  opacity: 0.98;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 0.32s ease,
    transform 0.32s ease;
  will-change: opacity, transform;
}

@media (hover: none) and (pointer: coarse) {
  .work-card .work-copy,
  .work-card.is-active .work-copy,
  .work-card.is-neighbor .work-copy,
  .works-carousel.is-grabbing .work-copy {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
    transition:
      opacity 0.22s ease,
      transform 0.22s ease !important;
  }

  .work-copy h3,
  .work-copy p,
  .work-meta {
    transform: translateZ(0);
    transition: opacity 0.22s ease;
  }
}

/* Modal price list */
.services-prices-backdrop {
  background:
    radial-gradient(circle at 50% 18%, rgba(84, 214, 255, 0.14), transparent 30%),
    rgba(2, 8, 11, 0.78);
}

.services-prices-panel {
  width: min(1240px, 100%);
  max-height: min(820px, calc(100dvh - 32px));
  overflow-x: hidden;
  overflow-y: auto;
  background:
    radial-gradient(circle at 10% 0%, rgba(84, 214, 255, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(6, 24, 30, 0.94), rgba(3, 12, 16, 0.98));
  border-color: rgba(39, 207, 255, 0.18);
  border-radius: 24px;
}

.services-prices-head {
  padding: 22px 22px 14px;
}

.services-prices-title-block {
  max-width: 760px;
}

.services-prices-head h2 {
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: 0;
}

.services-prices-title-block p {
  margin: 10px 0 0;
  color: rgba(236, 250, 255, 0.72);
  font-size: 15px;
  line-height: 1.5;
}

.full-prices-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  flex: 0 0 auto;
  min-height: auto;
  gap: 18px;
  padding: 0 22px 18px;
  overflow: visible;
}

.full-price-card {
  min-width: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(39, 207, 255, 0.12), transparent 32%),
    rgba(5, 24, 30, 0.6);
  border: 1px solid rgba(39, 207, 255, 0.18);
  border-radius: 24px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 22px 58px rgba(0, 0, 0, 0.18);
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.full-price-card:hover {
  border-color: rgba(84, 214, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 64px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(33, 200, 255, 0.08);
}

.full-price-card-head {
  padding: 20px 22px 7px;
}

.full-price-title {
  color: #fff;
  font-size: 21px;
  line-height: 1.08;
  letter-spacing: 0;
}

.full-price-desc {
  color: rgba(236, 250, 255, 0.58);
  font-size: 13px;
}

.full-price-list {
  padding: 4px 22px 20px;
}

.full-price-list li {
  grid-template-columns: minmax(0, 1fr) minmax(32px, 0.5fr) max-content;
  gap: 12px;
  align-items: end;
  min-height: 0;
  padding: 8px 0;
  border-top-color: rgba(84, 214, 255, 0.09);
}

.full-price-list li::before {
  content: "";
  grid-column: 2;
  grid-row: 1;
  height: 1px;
  margin-bottom: 4px;
  background: linear-gradient(90deg, rgba(84, 214, 255, 0.22), transparent);
}

.full-price-index {
  display: none;
}

.full-price-name {
  grid-column: 1;
  grid-row: 1;
  color: rgba(236, 250, 255, 0.84);
  font-size: 14px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.full-price-list strong {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  color: #8eedff;
  font-size: 14px;
  text-align: right;
}

.services-prices-footer {
  align-items: center;
  gap: 18px;
  padding: 16px 22px 20px;
  background: rgba(3, 12, 16, 0.78);
  border-top-color: rgba(84, 214, 255, 0.12);
}

.services-prices-note {
  display: grid;
  gap: 5px;
  max-width: 800px;
}

.services-prices-note strong {
  color: #fff;
  font-size: 16px;
}

.services-prices-note span,
.services-prices-note small {
  color: rgba(236, 250, 255, 0.62);
  font-size: 13px;
  line-height: 1.4;
}

.services-prices-note small {
  color: rgba(236, 250, 255, 0.48);
}

.services-prices-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.services-prices-footer .services-prices-actions a {
  min-height: 42px;
  padding: 0 16px;
  gap: 8px;
  color: #031017;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 840;
}

.services-prices-footer .services-prices-actions .telegram-tab {
  color: #031017;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.72), transparent 24%),
    linear-gradient(135deg, #66eaff 0%, var(--cta-primary) 54%, var(--cta-primary-2) 100%);
}

.services-prices-actions .telegram-logo {
  width: 18px;
  height: 18px;
  filter: none;
}

@media (max-width: 900px) {
  .full-prices-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 481px) and (max-width: 900px) {
  .full-prices-grid {
    grid-template-columns: 1fr;
  }

  .full-price-toggle {
    cursor: default;
  }

  .full-price-toggle-icon {
    display: none;
  }

  .full-price-list,
  .full-price-card.is-open .full-price-list {
    max-height: none;
    padding: 4px 16px 16px;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 768px) {
  .services-prices-head {
    padding: 18px 16px 12px;
  }

  .services-prices-title-block p {
    font-size: 14px;
  }

  .full-prices-grid {
    grid-template-columns: 1fr;
    padding: 0 12px 14px;
  }

  .full-price-card {
    border-radius: 20px;
  }

  .full-price-list li {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
  }

  .full-price-list li::before {
    display: none;
  }

  .full-price-list strong {
    grid-column: 2;
    justify-self: end;
    max-width: 128px;
    white-space: normal;
  }

  .services-prices-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .services-prices-actions {
    width: 100%;
  }

  .services-prices-footer .services-prices-actions a {
    flex: 1 1 0;
  }
}

@media (max-width: 480px) {
  .services-prices-panel {
    max-height: calc(100dvh - 8px);
    border-radius: 18px 18px 0 0;
  }

  .services-prices-head h2 {
    font-size: 28px;
  }

  .full-prices-grid {
    gap: 10px;
  }

  .full-price-card-head {
    padding: 0;
  }

  .full-price-title {
    font-size: 18px;
  }

  .full-price-list,
  .full-price-card.is-open .full-price-list {
    padding-right: 14px;
    padding-left: 14px;
  }

  .full-price-list {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }

  .full-price-card.is-open .full-price-list {
    max-height: 760px;
    opacity: 1;
  }

  .full-price-list li {
    padding: 11px 0;
  }

  .services-prices-actions {
    flex-direction: column;
  }

  .services-prices-footer .services-prices-actions a {
    width: 100%;
  }
}

/* Desktop works block compact sizing */
@media (min-width: 901px) {
  .works-section {
    padding: 46px 0 70px;
  }

  .works-head {
    margin-bottom: 14px;
  }

  .works-viewport {
    padding: 18px 0 18px;
  }

  .works-track {
    gap: clamp(14px, 1.6vw, 22px);
  }

  .work-card,
  .work-card-photo {
    flex-basis: clamp(300px, 44vw, 500px);
    min-height: clamp(252px, 37vw, 420px);
    border-radius: 24px;
  }

  .work-card .work-copy {
    padding: 76px 24px 22px;
  }

  .work-copy h3 {
    font-size: clamp(24px, 2.55vw, 34px);
  }

  .work-copy p {
    max-width: 82%;
    font-size: 14px;
  }

  .works-nav {
    width: 46px;
    height: 46px;
  }
}

/* Final mobile header compact state + stronger service prices */
.site-header,
.brand,
.brand-icon,
.brand-text strong,
.brand-text small,
.mobile-header-actions,
.mobile-header-phone,
.mobile-header-telegram,
.mobile-header-animation {
  transition:
    top 0.24s ease,
    width 0.24s ease,
    min-height 0.24s ease,
    padding 0.24s ease,
    border-radius 0.24s ease,
    transform 0.24s ease,
    opacity 0.22s ease,
    font-size 0.22s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}

.price-card-all-button {
  min-height: 46px;
  margin-top: 22px;
  color: #031017;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.76), transparent 25%),
    linear-gradient(135deg, #66eaff 0%, #22c8ff 55%, #087ca7 100%);
  border: 1px solid rgba(118, 236, 255, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -14px 26px rgba(0, 76, 109, 0.22),
    0 18px 48px rgba(33, 200, 255, 0.28);
  font-size: 14px;
  font-weight: 900;
}

.price-card-all-button:hover {
  color: #031017;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.84), transparent 25%),
    linear-gradient(135deg, #7cf0ff 0%, #30d2ff 55%, #0a8dbd 100%);
  border-color: rgba(160, 246, 255, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -14px 26px rgba(0, 76, 109, 0.18),
    0 22px 62px rgba(33, 200, 255, 0.38);
}

.service-copy span {
  color: #8eedff;
  font-size: clamp(22px, 2.15vw, 30px);
  font-weight: 920;
  line-height: 1;
  text-shadow: 0 0 18px rgba(33, 200, 255, 0.24);
}

@media (max-width: 900px) {
  .service-copy span {
    font-size: clamp(21px, 5.6vw, 25px);
  }
}

@media (min-width: 901px) {
  .service-copy span {
    font-size: clamp(21px, 1.85vw, 26px);
  }
}

@media (max-width: 768px) {
  .site-header.is-compact {
    top: calc(env(safe-area-inset-top, 0px) + 14px);
    width: calc(100% - 52px);
    min-height: 48px;
    padding: 0 8px 0 10px;
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
      rgba(3, 12, 16, 0.8);
    box-shadow:
      0 16px 42px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.055);
  }

  .site-header.is-compact .brand {
    padding-right: 78px;
    transform: translateY(1px);
  }

  .site-header.is-compact .brand-icon {
    width: 28px;
    height: 28px;
  }

  .site-header.is-compact .brand-text strong {
    font-size: 15px;
  }

  .site-header.is-compact .brand-text small {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-4px);
  }

  .site-header.is-compact .mobile-header-actions {
    top: 7px;
    right: 8px;
    gap: 6px;
  }

  .site-header.is-compact .mobile-header-phone,
  .site-header.is-compact .mobile-header-telegram {
    width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
  }

  .site-header.is-compact .mobile-header-telegram .telegram-logo {
    width: 16px;
    height: 16px;
  }

  .site-header.is-compact .mobile-header-phone span {
    font-size: 15px;
  }

  .site-header.is-compact .mobile-header-animation {
    top: -28px;
    height: 26px;
    opacity: 0.82;
  }
}

@media (max-width: 430px) {
  .site-header.is-compact {
    top: calc(env(safe-area-inset-top, 0px) + 12px);
    width: calc(100% - 44px);
    min-height: 46px;
  }

  .site-header.is-compact .brand {
    padding-right: 74px;
  }

  .site-header.is-compact .mobile-header-animation {
    top: -27px;
    height: 25px;
  }
}

@media (max-width: 768px) {
  .hero-badge-mobile-hidden {
    display: none;
  }
}

/* Premium restrained actions + softer works carousel */
.services-prices-footer .services-prices-actions a,
.services-prices-footer .services-prices-actions .telegram-tab {
  color: rgba(236, 250, 255, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(5, 24, 30, 0.78);
  border: 1px solid rgba(84, 214, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 34px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(33, 200, 255, 0.08);
}

.services-prices-footer .services-prices-actions a:hover,
.services-prices-footer .services-prices-actions .telegram-tab:hover {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035)),
    rgba(7, 35, 44, 0.86);
  border-color: rgba(101, 234, 255, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 38px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(33, 200, 255, 0.12);
}

.services-prices-actions .telegram-logo circle {
  fill: rgba(33, 200, 255, 0.18);
}

.services-prices-actions .telegram-logo path {
  fill: #8eedff;
}

.works-track {
  transition: transform 0.78s cubic-bezier(0.2, 0.72, 0.18, 1);
}

@media (max-width: 900px) {
  .map-mobile-actions {
    gap: 10px;
    margin: 14px 12px 12px;
  }

  .map-mobile-actions a,
  .map-mobile-actions .telegram-tab {
    min-height: 52px;
    color: rgba(236, 250, 255, 0.9);
    background:
      radial-gradient(circle at 18% 0%, rgba(84, 214, 255, 0.13), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
      rgba(5, 24, 30, 0.76);
    border: 1px solid rgba(84, 214, 255, 0.24);
    border-radius: 18px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 14px 34px rgba(0, 0, 0, 0.24),
      0 0 24px rgba(33, 200, 255, 0.075);
    font-size: 12px;
    letter-spacing: 0;
  }

  .map-mobile-actions a:active {
    transform: translateY(1px);
  }

  .map-mobile-actions .ui-icon,
  .map-mobile-actions .telegram-logo {
    width: 19px;
    height: 19px;
    color: #8eedff;
    filter: drop-shadow(0 0 10px rgba(84, 214, 255, 0.18));
  }

  .map-mobile-actions .telegram-tab .telegram-logo circle {
    fill: rgba(33, 200, 255, 0.18);
  }

  .map-mobile-actions .telegram-tab .telegram-logo path {
    fill: #8eedff;
  }
}

@media (hover: none) and (pointer: coarse) {
  .works-track {
    transition-duration: 0.54s !important;
    transition-timing-function: cubic-bezier(0.2, 0.72, 0.18, 1) !important;
  }
}

.price-card-all-button {
  color: rgba(236, 250, 255, 0.94);
  background:
    radial-gradient(circle at 18% 0%, rgba(84, 214, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(5, 24, 30, 0.8);
  border-color: rgba(84, 214, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 34px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(33, 200, 255, 0.08);
}

.price-card-all-button:hover {
  color: #fff;
  background:
    radial-gradient(circle at 18% 0%, rgba(84, 214, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035)),
    rgba(7, 35, 44, 0.88);
  border-color: rgba(101, 234, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 38px rgba(0, 0, 0, 0.28),
    0 0 30px rgba(33, 200, 255, 0.13);
}

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

@media (max-width: 768px) {
  .mobile-header-animation {
    position: fixed !important;
    top: auto !important;
    right: 14px !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 2px) !important;
    left: 14px !important;
    z-index: 70;
    display: block !important;
    height: 26px;
    overflow: visible;
    pointer-events: none;
    mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  }

  .mobile-header-animation::before {
    position: absolute;
    right: 10px;
    bottom: 3px;
    left: 10px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(101, 234, 255, 0.18), transparent);
    content: "";
  }

  .mobile-header-animation .mobile-header-footprints,
  .mobile-header-animation .mobile-header-tire-tracks,
  .mobile-header-animation .mobile-header-mascot,
  .mobile-header-animation .mobile-header-car,
  .mobile-header-animation .mobile-header-unlock {
    position: absolute;
    pointer-events: none;
  }

  .mobile-header-animation .mobile-header-footprints {
    bottom: 4px;
    left: 10px;
    width: var(--mobile-footprints-width, 0px);
    max-width: calc(58% - 16px);
    height: 15px;
    opacity: calc(var(--mobile-scene-progress, 0) * 0.55);
    transform-origin: left center;
    animation: none !important;
  }

  .mobile-header-animation .mobile-header-tire-tracks {
    right: 10px;
    bottom: 8px;
    width: var(--mobile-tire-width, 0px);
    max-width: calc(48% - 16px);
    height: 10px;
    opacity: calc(var(--mobile-scene-progress, 0) * 0.46);
    transform-origin: right center;
    animation: none !important;
  }

  .mobile-header-animation .mobile-header-mascot {
    bottom: 3px;
    left: 10px;
    width: 19px;
    height: 23px;
    opacity: 1;
    transform-origin: 50% 100%;
    transform: translate3d(var(--mobile-mascot-x, 0px), 0, 0) scale(1);
    animation: none !important;
    will-change: transform, opacity;
  }

  .mobile-header-animation .mobile-header-car {
    right: 10px;
    bottom: 7px;
    width: 28px;
    height: 17px;
    opacity: 1;
    transform: translate3d(var(--mobile-car-x, 0px), 0, 0) scale(1);
    animation: none !important;
    filter:
      drop-shadow(0 0 6px rgba(101, 234, 255, 0.42))
      drop-shadow(0 0 14px rgba(33, 200, 255, 0.14));
    will-change: transform, opacity;
  }

  .mobile-header-animation .mobile-header-unlock {
    bottom: 4px;
    left: 50%;
    width: 19px;
    height: 19px;
    opacity: 0;
    animation: none !important;
    transform: translate3d(-50%, 4px, 0) scale(0.78);
    transition:
      opacity 0.22s ease,
      transform 0.22s ease,
      filter 0.22s ease;
    will-change: transform, opacity;
  }

  .mobile-header-animation.mobile-mascot-at-car .mobile-header-car,
  .mobile-header-animation.mobile-mascot-at-car .mobile-header-mascot {
    opacity: 0;
  }

  .mobile-header-animation.mobile-mascot-at-car .mobile-header-unlock {
    opacity: 1;
    filter:
      drop-shadow(0 0 10px rgba(101, 234, 255, 0.6))
      drop-shadow(0 0 24px rgba(33, 200, 255, 0.28));
    transform: translate3d(-50%, 0, 0) scale(1.04);
  }

  .site-footer {
    padding-bottom: calc(44px + env(safe-area-inset-bottom, 0px));
  }
}

@keyframes mobile-border-mascot-run {
  0% {
    opacity: 1;
    transform: translate3d(0, 2px, 0) scale(0.94);
  }

  10% {
    opacity: 1;
  }

  58% {
    opacity: 1;
    transform: translate3d(calc(50vw - 38px), 0, 0) scale(1);
  }

  68%,
  82% {
    opacity: 0;
    transform: translate3d(calc(50vw - 32px), 0, 0) scale(0.9);
  }

  100% {
    opacity: 0;
    transform: translate3d(calc(50vw - 32px), 0, 0) scale(0.9);
  }
}

@keyframes mobile-border-mascot-steps {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -152px 0;
  }
}

@keyframes mobile-border-car-run {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.96);
  }

  58% {
    opacity: 1;
    transform: translate3d(calc(-50vw + 42px), 0, 0) scale(1);
  }

  68%,
  82% {
    opacity: 0;
    transform: translate3d(calc(-50vw + 38px), 0, 0) scale(0.9);
  }

  100% {
    opacity: 0;
    transform: translate3d(calc(-50vw + 38px), 0, 0) scale(0.9);
  }
}

@keyframes mobile-border-footprints {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  12% {
    opacity: 0.55;
  }

  58% {
    opacity: 0.42;
    transform: scaleX(1);
  }

  80%,
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes mobile-border-tire-tracks {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  12% {
    opacity: 0.46;
  }

  58% {
    opacity: 0.36;
    transform: scaleX(1);
  }

  80%,
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes mobile-border-unlock {
  0%,
  56% {
    opacity: 0;
    filter: none;
    transform: translate3d(-50%, 5px, 0) scale(0.72);
  }

  64%,
  78% {
    opacity: 1;
    filter:
      drop-shadow(0 0 10px rgba(101, 234, 255, 0.68))
      drop-shadow(0 0 24px rgba(33, 200, 255, 0.3));
    transform: translate3d(-50%, 0, 0) scale(1.02);
  }

  92%,
  100% {
    opacity: 0;
    transform: translate3d(-50%, -2px, 0) scale(0.82);
  }
}

/* Mobile header phone number */
@media (max-width: 768px) {
  .site-header .brand {
    padding-right: 168px;
  }

  .mobile-header-actions {
    right: 8px;
    gap: 7px;
  }

  .mobile-header-phone {
    width: auto !important;
    min-width: 0 !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 11px !important;
    color: #65eaff !important;
    font-size: 13px !important;
    font-weight: 860;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
  }

  .mobile-header-phone span {
    display: block !important;
    color: #65eaff !important;
    font-size: 13px !important;
    font-weight: 860;
    line-height: 1 !important;
    white-space: nowrap;
  }

  .mobile-header-telegram {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
  }

  .site-header.is-compact .brand {
    padding-right: 150px;
  }

  .site-header.is-compact .mobile-header-actions {
    right: 7px;
    gap: 6px;
  }

  .site-header.is-compact .mobile-header-phone {
    width: auto !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 9px !important;
  }

  .site-header.is-compact .mobile-header-phone span {
    font-size: 12px !important;
  }

  .site-header.is-compact .mobile-header-telegram {
    width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
  }
}

@media (max-width: 430px) {
  .site-header .brand {
    padding-right: 160px;
  }

  .site-header.is-compact .brand {
    padding-right: 142px;
  }
}

/* Premium mobile map action buttons */
@media (max-width: 900px) {
  .map-mobile-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 14px 12px 12px;
  }

  .map-mobile-actions a,
  .map-mobile-actions .telegram-tab {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 78px;
    gap: 8px;
    padding: 10px 8px;
    overflow: hidden;
    color: #ffffff;
    background:
      radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.16), transparent 52%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.026)),
      rgba(5, 20, 27, 0.86);
    border: 1px solid rgba(56, 189, 248, 0.25);
    border-radius: 20px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      inset 0 -18px 34px rgba(0, 0, 0, 0.18),
      0 16px 38px rgba(0, 0, 0, 0.28);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition:
      border-color 0.18s ease,
      box-shadow 0.18s ease,
      transform 0.16s ease,
      background 0.18s ease;
  }

  .map-mobile-actions a:hover,
  .map-mobile-actions a:focus-visible,
  .map-mobile-actions .telegram-tab:hover,
  .map-mobile-actions .telegram-tab:focus-visible {
    color: #ffffff;
    background:
      radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.22), transparent 54%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035)),
      rgba(7, 28, 36, 0.9);
    border-color: rgba(56, 189, 248, 0.44);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      inset 0 -18px 34px rgba(0, 0, 0, 0.16),
      0 18px 42px rgba(0, 0, 0, 0.3),
      0 0 28px rgba(56, 189, 248, 0.18);
  }

  .map-mobile-actions a:active,
  .map-mobile-actions .telegram-tab:active {
    border-color: rgba(56, 189, 248, 0.56);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.13),
      inset 0 -16px 30px rgba(0, 0, 0, 0.2),
      0 0 30px rgba(56, 189, 248, 0.24);
    transform: scale(0.97);
  }

  .map-mobile-actions span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .map-mobile-actions .map-action-icon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    color: #38bdf8;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.85;
    filter: drop-shadow(0 0 12px rgba(56, 189, 248, 0.22));
    transition:
      color 0.18s ease,
      filter 0.18s ease,
      transform 0.18s ease;
  }

  .map-mobile-actions a:hover .map-action-icon,
  .map-mobile-actions a:focus-visible .map-action-icon,
  .map-mobile-actions a:active .map-action-icon {
    color: #7dd3fc;
    filter: drop-shadow(0 0 16px rgba(56, 189, 248, 0.36));
  }

  .map-mobile-actions .ui-icon,
  .map-mobile-actions .telegram-logo {
    display: none !important;
  }
}

@media (max-width: 370px) {
  .map-mobile-actions {
    gap: 8px;
    margin-inline: 10px;
  }

  .map-mobile-actions a,
  .map-mobile-actions .telegram-tab {
    min-height: 72px;
    gap: 7px;
    padding-inline: 6px;
    border-radius: 18px;
    font-size: 14px;
  }

  .map-mobile-actions .map-action-icon {
    width: 25px;
    height: 25px;
  }
}

/* Mobile expandable brands list */
@media (max-width: 900px) {
  .brands-shell {
    overflow: hidden;
  }

  .brands-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: 118px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition:
      max-height 0.32s ease,
      opacity 0.22s ease;
  }

  .brands-shell.is-open .brands-list {
    max-height: 520px;
  }

  .brands-list span {
    flex: 0 0 auto;
  }

  .brands-toggle {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 46px;
    margin-top: 14px;
    padding: 0 14px;
    color: #ffffff;
    cursor: pointer;
    background:
      radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.16), transparent 54%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026)),
      rgba(5, 20, 27, 0.82);
    border: 1px solid rgba(56, 189, 248, 0.25);
    border-radius: 18px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 14px 34px rgba(0, 0, 0, 0.24),
      0 0 22px rgba(56, 189, 248, 0.08);
    font: inherit;
    font-size: 15px;
    font-weight: 780;
    letter-spacing: 0;
    -webkit-tap-highlight-color: transparent;
    transition:
      border-color 0.18s ease,
      box-shadow 0.18s ease,
      transform 0.16s ease,
      background 0.18s ease;
  }

  .brands-toggle svg {
    width: 20px;
    height: 20px;
    color: #38bdf8;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
    transition: transform 0.22s ease;
  }

  .brands-toggle:hover,
  .brands-toggle:focus-visible {
    border-color: rgba(56, 189, 248, 0.42);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 16px 38px rgba(0, 0, 0, 0.28),
      0 0 28px rgba(56, 189, 248, 0.16);
  }

  .brands-toggle:active {
    transform: scale(0.98);
  }

  .brands-shell.is-open .brands-toggle svg {
    transform: rotate(180deg);
  }
}

/* Mobile local SEO and FAQ */
@media (max-width: 900px) {
  .local-seo-section,
  .faq-section {
    padding: 18px 16px;
  }

  .local-seo-shell,
  .faq-shell {
    padding: 18px;
    border-radius: 16px;
  }

  .spoiler-summary {
    min-height: 66px;
    gap: 12px;
  }

  .spoiler-title {
    font-size: 26px;
    line-height: 1.08;
  }

  .spoiler-icon {
    width: 40px;
    height: 40px;
  }

  .local-seo-content {
    display: block;
  }

  .local-seo-copy p {
    font-size: 14px;
    line-height: 1.5;
  }

  .local-seo-points {
    justify-content: flex-start;
    margin-top: 16px;
    gap: 8px;
  }

  .local-seo-points span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

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

  .faq-grid article {
    padding: 16px;
  }

  .faq-grid h3 {
    font-size: 16px;
  }
}

/* Premium SEO/conversion pass */
:root {
  --route-orange: #ff8a2a;
  --route-orange-soft: rgba(255, 138, 42, 0.26);
  --premium-cyan: #38bdf8;
  --premium-card: rgba(5, 22, 28, 0.72);
}

body {
  background:
    radial-gradient(circle at 14% 0%, rgba(56, 189, 248, 0.16), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(255, 138, 42, 0.14), transparent 26%),
    linear-gradient(135deg, #080b0d 0%, #111514 48%, #090b0c 100%);
}

body::before {
  opacity: 0.16;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.038) 1px, transparent 1px);
}

main {
  border-color: rgba(56, 189, 248, 0.14);
  border-radius: 28px;
  box-shadow:
    0 38px 110px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

main::after {
  position: absolute;
  top: 452px;
  right: min(8vw, 96px);
  bottom: 210px;
  width: 2px;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0, var(--route-orange) 10%, rgba(255, 138, 42, 0.18) 52%, transparent 100%);
  box-shadow: 0 0 26px rgba(255, 138, 42, 0.24);
  opacity: 0.34;
  content: "";
}

.site-header {
  border-color: rgba(56, 189, 248, 0.18);
  border-radius: 22px;
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero {
  min-height: 560px;
}

.hero-media {
  filter: brightness(0.68) contrast(1.06) saturate(0.96);
}

.hero-overlay {
  background:
    radial-gradient(circle at 72% 18%, rgba(56, 189, 248, 0.13), transparent 27%),
    radial-gradient(circle at 84% 64%, rgba(255, 138, 42, 0.14), transparent 30%),
    linear-gradient(90deg, rgba(4, 9, 12, 0.98) 0%, rgba(4, 11, 14, 0.82) 46%, rgba(4, 11, 14, 0.42) 76%, rgba(4, 11, 14, 0.22) 100%),
    linear-gradient(0deg, rgba(4, 9, 12, 0.94) 0%, rgba(4, 11, 14, 0.46) 48%, rgba(4, 11, 14, 0.18) 100%);
}

.hero-content {
  padding-top: 140px;
}

.hero h1 {
  max-width: 870px;
  margin-bottom: 16px;
  font-size: clamp(48px, 5.6vw, 70px);
  letter-spacing: 0;
}

.hero h1 mark {
  color: #9beeff;
  text-shadow: 0 0 34px rgba(56, 189, 248, 0.22);
}

.hero p {
  max-width: 720px;
  color: rgba(245, 252, 255, 0.88);
  font-size: clamp(18px, 2vw, 24px);
}

.hero-badge {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(5, 24, 30, 0.68);
  border-color: rgba(56, 189, 248, 0.26);
}

.action-button {
  min-height: 56px;
  border-color: rgba(56, 189, 248, 0.22);
  border-radius: 18px;
  backdrop-filter: blur(14px);
}

.action-button::after {
  color: rgba(255, 255, 255, 0.82);
  background: rgba(56, 189, 248, 0.08);
  border-color: rgba(56, 189, 248, 0.18);
}

.action-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: currentcolor;
}

.action-icon path,
.action-icon circle {
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.action-primary {
  color: #071017;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.7), transparent 24%),
    linear-gradient(135deg, #9beeff 0%, #38bdf8 54%, #0f83b5 100%);
  border-color: rgba(155, 238, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -14px 28px rgba(10, 85, 120, 0.16),
    0 20px 54px rgba(56, 189, 248, 0.24);
}

.action-glass {
  color: rgba(245, 252, 255, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(6, 24, 30, 0.64);
}

.action-glass:hover {
  border-color: rgba(255, 138, 42, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 22px 56px rgba(0, 0, 0, 0.28),
    0 0 30px rgba(255, 138, 42, 0.1);
}

.services-section,
.dashboard-section,
.reviews-section,
.works-section,
.brands-section,
.local-seo-section,
.faq-section {
  background:
    radial-gradient(circle at 8% 0%, rgba(56, 189, 248, 0.1), transparent 30%),
    linear-gradient(180deg, #08151a 0%, #04090c 100%);
}

.service-card,
.info-card,
.review-card,
.work-card,
.full-price-card,
.spoiler-shell {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.022)),
    radial-gradient(circle at 100% 0%, rgba(56, 189, 248, 0.1), transparent 34%),
    var(--premium-card);
  border-color: rgba(56, 189, 248, 0.18);
  border-radius: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 22px 70px rgba(0, 0, 0, 0.22);
}

.service-card {
  min-height: 176px;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.service-card:hover,
.info-card:hover,
.full-price-card:hover {
  border-color: rgba(56, 189, 248, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 80px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(56, 189, 248, 0.08);
}

.service-card:hover {
  transform: translateY(-3px);
}

.service-copy span,
.price-row strong,
.full-price-list strong,
.section-kicker {
  color: #8eedff;
}

.price-card-all-button {
  color: #061017;
  background:
    linear-gradient(135deg, #9beeff 0%, #38bdf8 55%, #0f83b5 100%);
  border-color: rgba(155, 238, 255, 0.5);
  box-shadow: 0 16px 42px rgba(56, 189, 248, 0.18);
}

.price-card-all-button:hover {
  color: #ffffff;
  background:
    linear-gradient(135deg, #1b9fd0 0%, #127da9 54%, #0b4f6c 100%);
  border-color: rgba(255, 138, 42, 0.42);
  box-shadow:
    0 18px 46px rgba(56, 189, 248, 0.22),
    0 0 28px rgba(255, 138, 42, 0.1);
}

.mobile-action-icon {
  width: 21px;
  height: 21px;
  color: #38bdf8;
  filter: drop-shadow(0 0 12px rgba(56, 189, 248, 0.24));
}

.mobile-action-icon path,
.mobile-action-icon circle {
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-action-bar {
  border-color: rgba(56, 189, 248, 0.18);
  border-radius: 22px 22px 0 0;
  box-shadow:
    0 -18px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mobile-action-bar a,
.mobile-action-bar .telegram-tab {
  gap: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02)),
    rgba(6, 24, 30, 0.68);
  border-color: rgba(56, 189, 248, 0.17);
  border-radius: 16px;
}

.mobile-action-bar a:active {
  transform: scale(0.97);
}

.mobile-action-bar a:hover,
.mobile-action-bar a:focus-visible {
  border-color: rgba(56, 189, 248, 0.34);
  box-shadow: 0 0 26px rgba(56, 189, 248, 0.12);
}

@media (max-width: 900px) {
  main {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  main::after {
    display: none;
  }

  .hero {
    min-height: 560px;
  }

  .hero-content {
    padding-top: 132px;
  }

  .hero h1 {
    max-width: 380px;
    font-size: clamp(33px, 9vw, 44px);
  }

  .hero p {
    max-width: 360px;
    font-size: 15px;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-top: 10px;
  }

  .action-button,
  .action-primary {
    grid-column: auto;
    width: 100%;
    min-height: 48px;
  }

  .action-button::after {
    display: none;
  }

  .service-card,
  .info-card,
  .work-card,
  .full-price-card,
  .spoiler-shell {
    border-radius: 18px;
  }
}

@media (max-width: 430px) {
  .hero {
    min-height: 548px;
  }

  .hero-content {
    padding-top: 126px;
  }

  .hero-actions {
    gap: 7px;
  }

  .action-button {
    justify-content: flex-start;
    padding: 0 14px;
    font-size: 13px;
  }

  .action-icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 900px) {
  .hero .hero-badges {
    margin-bottom: 30px !important;
  }

  .hero .hero-actions {
    margin-top: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-card,
  .action-button,
  .mobile-action-bar a,
  .info-card,
  .full-price-card {
    transition: none !important;
  }
}

/* Requested cleanup: no decorative orange route stripe, no desktop hero route CTA */
main::after {
  display: none;
}

@media (min-width: 901px) {
  .hero .action-route {
    display: none;
  }
}

/* Mobile lock reveal particles */
@media (max-width: 768px) {
  .mobile-header-animation .mobile-header-unlock {
    overflow: visible;
  }

  .mobile-header-animation .mobile-header-unlock::before,
  .mobile-header-animation .mobile-header-unlock::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 4px;
    height: 4px;
    pointer-events: none;
    background: #9beeff;
    border-radius: 999px;
    box-shadow:
      0 0 0 rgba(155, 238, 255, 0),
      0 0 0 rgba(255, 138, 42, 0);
    opacity: 0;
    content: "";
    transform: translate3d(-50%, -50%, 0) scale(0.2);
  }

  .mobile-header-animation.mobile-mascot-at-car .mobile-header-unlock::before {
    animation: mobile-lock-spark-burst 0.72s cubic-bezier(0.12, 0.82, 0.18, 1) both;
  }

  .mobile-header-animation.mobile-mascot-at-car .mobile-header-unlock::after {
    width: 3px;
    height: 3px;
    background: #ffb15f;
    animation: mobile-lock-droplet-burst 0.82s cubic-bezier(0.12, 0.82, 0.18, 1) 0.04s both;
  }
}

@keyframes mobile-lock-spark-burst {
  0% {
    opacity: 0;
    box-shadow:
      0 0 0 rgba(155, 238, 255, 0),
      0 0 0 rgba(155, 238, 255, 0),
      0 0 0 rgba(255, 138, 42, 0),
      0 0 0 rgba(155, 238, 255, 0),
      0 0 0 rgba(255, 255, 255, 0);
    transform: translate3d(-50%, -50%, 0) scale(0.2);
  }

  24% {
    opacity: 1;
    box-shadow:
      -11px -5px 0 rgba(155, 238, 255, 0.95),
      9px -7px 0 rgba(155, 238, 255, 0.88),
      -6px 9px 0 rgba(255, 138, 42, 0.78),
      13px 6px 0 rgba(155, 238, 255, 0.82),
      1px -13px 0 rgba(255, 255, 255, 0.8);
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  68% {
    opacity: 0.72;
    box-shadow:
      -18px -9px 0 rgba(155, 238, 255, 0.62),
      16px -13px 0 rgba(155, 238, 255, 0.52),
      -13px 15px 0 rgba(255, 138, 42, 0.48),
      20px 11px 0 rgba(155, 238, 255, 0.48),
      2px -20px 0 rgba(255, 255, 255, 0.48);
    filter: blur(0.1px) drop-shadow(0 0 8px rgba(155, 238, 255, 0.34));
    transform: translate3d(-50%, -50%, 0) scale(0.8);
  }

  100% {
    opacity: 0;
    box-shadow:
      -22px -13px 0 rgba(155, 238, 255, 0),
      20px -17px 0 rgba(155, 238, 255, 0),
      -16px 20px 0 rgba(255, 138, 42, 0),
      24px 15px 0 rgba(155, 238, 255, 0),
      3px -25px 0 rgba(255, 255, 255, 0);
    transform: translate3d(-50%, -50%, 0) scale(0.45);
  }
}

@keyframes mobile-lock-droplet-burst {
  0% {
    opacity: 0;
    box-shadow:
      0 0 0 rgba(255, 177, 95, 0),
      0 0 0 rgba(155, 238, 255, 0),
      0 0 0 rgba(255, 177, 95, 0),
      0 0 0 rgba(155, 238, 255, 0);
    transform: translate3d(-50%, -50%, 0) scale(0.2) rotate(0deg);
  }

  30% {
    opacity: 1;
    box-shadow:
      -15px 1px 0 rgba(255, 177, 95, 0.78),
      14px 2px 0 rgba(155, 238, 255, 0.75),
      -2px 13px 0 rgba(255, 177, 95, 0.66),
      6px -14px 0 rgba(155, 238, 255, 0.72);
    transform: translate3d(-50%, -50%, 0) scale(1) rotate(18deg);
  }

  100% {
    opacity: 0;
    box-shadow:
      -22px 4px 0 rgba(255, 177, 95, 0),
      22px 6px 0 rgba(155, 238, 255, 0),
      -5px 21px 0 rgba(255, 177, 95, 0),
      9px -22px 0 rgba(155, 238, 255, 0);
    transform: translate3d(-50%, -50%, 0) scale(0.36) rotate(42deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-header-animation .mobile-header-unlock::before,
  .mobile-header-animation .mobile-header-unlock::after {
    animation: none !important;
  }
}

/* Desktop lock reveal particles */
@media (min-width: 901px) {
  .header-unlock-icon {
    overflow: visible;
  }

  .header-unlock-icon::before,
  .header-unlock-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 5px;
    height: 5px;
    pointer-events: none;
    background: #9beeff;
    border-radius: 999px;
    box-shadow:
      0 0 0 rgba(155, 238, 255, 0),
      0 0 0 rgba(255, 138, 42, 0);
    opacity: 0;
    content: "";
    transform: translate3d(-50%, -50%, 0) scale(0.2);
  }

  .site-header.mascot-at-car .header-unlock-icon::before {
    animation: desktop-lock-spark-burst 0.76s cubic-bezier(0.12, 0.82, 0.18, 1) both;
  }

  .site-header.mascot-at-car .header-unlock-icon::after {
    width: 4px;
    height: 4px;
    background: #ffb15f;
    animation: desktop-lock-droplet-burst 0.86s cubic-bezier(0.12, 0.82, 0.18, 1) 0.04s both;
  }
}

@keyframes desktop-lock-spark-burst {
  0% {
    opacity: 0;
    box-shadow:
      0 0 0 rgba(155, 238, 255, 0),
      0 0 0 rgba(155, 238, 255, 0),
      0 0 0 rgba(255, 138, 42, 0),
      0 0 0 rgba(155, 238, 255, 0),
      0 0 0 rgba(255, 255, 255, 0),
      0 0 0 rgba(255, 138, 42, 0);
    transform: translate3d(-50%, -50%, 0) scale(0.2);
  }

  24% {
    opacity: 1;
    box-shadow:
      -18px -8px 0 rgba(155, 238, 255, 0.96),
      15px -12px 0 rgba(155, 238, 255, 0.88),
      -10px 15px 0 rgba(255, 138, 42, 0.8),
      21px 10px 0 rgba(155, 238, 255, 0.82),
      2px -20px 0 rgba(255, 255, 255, 0.82),
      -22px 6px 0 rgba(255, 138, 42, 0.58);
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  68% {
    opacity: 0.7;
    box-shadow:
      -28px -14px 0 rgba(155, 238, 255, 0.58),
      25px -20px 0 rgba(155, 238, 255, 0.5),
      -20px 24px 0 rgba(255, 138, 42, 0.42),
      31px 18px 0 rgba(155, 238, 255, 0.46),
      3px -32px 0 rgba(255, 255, 255, 0.42),
      -34px 11px 0 rgba(255, 138, 42, 0.34);
    filter: blur(0.1px) drop-shadow(0 0 10px rgba(155, 238, 255, 0.36));
    transform: translate3d(-50%, -50%, 0) scale(0.78);
  }

  100% {
    opacity: 0;
    box-shadow:
      -34px -20px 0 rgba(155, 238, 255, 0),
      32px -26px 0 rgba(155, 238, 255, 0),
      -25px 31px 0 rgba(255, 138, 42, 0),
      38px 23px 0 rgba(155, 238, 255, 0),
      4px -39px 0 rgba(255, 255, 255, 0),
      -42px 15px 0 rgba(255, 138, 42, 0);
    transform: translate3d(-50%, -50%, 0) scale(0.42);
  }
}

@keyframes desktop-lock-droplet-burst {
  0% {
    opacity: 0;
    box-shadow:
      0 0 0 rgba(255, 177, 95, 0),
      0 0 0 rgba(155, 238, 255, 0),
      0 0 0 rgba(255, 177, 95, 0),
      0 0 0 rgba(155, 238, 255, 0),
      0 0 0 rgba(255, 177, 95, 0);
    transform: translate3d(-50%, -50%, 0) scale(0.2) rotate(0deg);
  }

  30% {
    opacity: 1;
    box-shadow:
      -24px 2px 0 rgba(255, 177, 95, 0.78),
      23px 4px 0 rgba(155, 238, 255, 0.76),
      -4px 22px 0 rgba(255, 177, 95, 0.66),
      10px -23px 0 rgba(155, 238, 255, 0.72),
      30px -4px 0 rgba(255, 177, 95, 0.42);
    transform: translate3d(-50%, -50%, 0) scale(1) rotate(18deg);
  }

  100% {
    opacity: 0;
    box-shadow:
      -35px 7px 0 rgba(255, 177, 95, 0),
      35px 9px 0 rgba(155, 238, 255, 0),
      -8px 33px 0 rgba(255, 177, 95, 0),
      14px -35px 0 rgba(155, 238, 255, 0),
      42px -8px 0 rgba(255, 177, 95, 0);
    transform: translate3d(-50%, -50%, 0) scale(0.34) rotate(42deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-unlock-icon::before,
  .header-unlock-icon::after {
    animation: none !important;
  }
}

.action-no-arrow::after {
  display: none;
}

/* Hero photo crop: hide white side fields from the source image */
.hero-media {
  background-position: center 48% !important;
  background-size: max(138%, 1560px) auto !important;
  transform: scale(1.02) !important;
}

@media (max-width: 900px) {
  .hero-media {
    background-position: center top !important;
    background-size: max(132vw, 540px) auto !important;
    transform: scale(1.02) !important;
  }
}

@media (max-width: 430px) {
  .hero-media {
    background-position: center top !important;
    background-size: max(136vw, 520px) auto !important;
  }
}
