:root {
  color-scheme: dark;
  --bg: #070b10;
  --bg-2: #0a1017;
  --panel: #121922;
  --panel-2: #151c27;
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 122, 24, 0.45);
  --text: #f7f7f5;
  --muted: #93a3bb;
  --accent: #ff7a18;
  --accent-2: #00c985;
  --shadow: 0 22px 80px rgba(0, 0, 0, 0.45);
  font-family:
    "Arial Narrow", Impact, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 6%, rgba(255, 122, 24, 0.13), transparent 24rem),
    radial-gradient(circle at 92% 16%, rgba(24, 113, 232, 0.12), transparent 26rem),
    linear-gradient(180deg, #07090d 0%, #080d13 40%, #06090d 100%);
  color: var(--text);
}

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

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

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

button {
  cursor: pointer;
}

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

p {
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(8, 10, 14, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 22px;
  width: min(1240px, calc(100% - 24px));
  min-height: 78px;
  margin: 0 auto;
}

.brand {
  display: grid;
  flex: 0 0 auto;
  min-width: 188px;
  line-height: 0.95;
  text-transform: uppercase;
}

.brand span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.32em;
}

.brand strong {
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  color: #c7ceda;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a {
  color: inherit;
}

.main-nav a:hover,
.main-nav .is-active {
  color: var(--accent);
}

.nav-dropdown {
  position: relative;
  padding: 28px 0;
}

.nav-menu {
  position: absolute;
  left: -22px;
  top: 68px;
  display: none;
  min-width: 230px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: #121923;
  box-shadow: var(--shadow);
}

.nav-dropdown:hover .nav-menu,
.nav-dropdown:focus-within .nav-menu {
  display: grid;
}

.nav-menu button {
  border: 0;
  border-radius: 6px;
  padding: 12px;
  background: transparent;
  color: #c7ceda;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.nav-menu button:hover {
  background: rgba(255, 122, 24, 0.12);
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 18px;
}

.header-button,
.primary-button,
.secondary-button,
.service-card button,
.chat-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  padding: 0 18px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.header-button {
  position: relative;
  gap: 8px;
  border: 1px solid rgba(255, 122, 24, 0.7);
  background: rgba(255, 122, 24, 0.03);
  color: #ff9b39;
  white-space: nowrap;
}

a.header-button {
  text-decoration: none;
}

.header-button.muted {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.header-button.has-unread::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 9px;
  height: 9px;
  border: 2px solid #111820;
  border-radius: 50%;
  background: #ff7a18;
  box-shadow: 0 0 0 4px rgba(255, 122, 24, 0.16);
}

.primary-button,
.service-card button,
.chat-form button {
  border: 1px solid transparent;
  background: linear-gradient(180deg, #ff8a1d, #ff5d00);
  color: #fff;
  box-shadow: 0 16px 34px rgba(255, 101, 0, 0.28);
}

.secondary-button {
  border: 1px solid rgba(255, 122, 24, 0.55);
  background: rgba(255, 122, 24, 0.07);
  color: #ffd2ac;
}

.section,
.section-band,
.catalog-hero {
  padding: 72px max(16px, calc((100vw - 1240px) / 2));
}

.services {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background:
    radial-gradient(circle at 74% 18%, rgba(255, 122, 24, 0.16), transparent 30%),
    radial-gradient(circle at 92% 38%, rgba(67, 126, 180, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 122, 24, 0.055), transparent 42%);
}

.services .section-heading,
.services .platform-note {
  max-width: 690px;
}

.services > *:not(.hero-foreground) {
  position: relative;
  z-index: 2;
}

.hero-foreground {
  position: absolute;
  z-index: 1;
  top: 50px;
  right: max(-260px, calc((100vw - 1240px) / 2 - 300px));
  width: min(53vw, 820px);
  pointer-events: none;
  filter: drop-shadow(0 38px 70px rgba(0, 0, 0, 0.52));
  opacity: 0.88;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 7%, #000 24%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 7%, #000 24%);
}

.hero-foreground img {
  display: block;
  width: 100%;
  height: auto;
}

.section-band {
  border-block: 1px solid rgba(255, 255, 255, 0.055);
  background: rgba(255, 255, 255, 0.012);
}

.catalog-hero {
  padding-top: 92px;
  padding-bottom: 44px;
}

.catalog-hero-content {
  max-width: 900px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 122, 24, 0.55);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 122, 24, 0.12);
  color: #ff9b39;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2 {
  color: #fff;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.02;
}

.hero-title {
  display: grid;
  gap: 8px;
}

.hero-title > span:first-child {
  color: #f4f0eb;
}

.hero-game {
  display: block;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
}

.hero-game sup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: clamp(-39px, -2.6vw, -27px);
  vertical-align: baseline;
  height: 22px;
  min-height: 22px;
  margin-left: -4px;
  border: 1px solid rgba(255, 122, 24, 0.38);
  border-radius: 999px;
  padding: 0 9px;
  background: rgba(255, 122, 24, 0.1);
  color: #ffb36d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(10px, 0.22em, 13px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1;
}

h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 25px;
  font-weight: 950;
  line-height: 1.12;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.center-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.platform-switcher {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin-bottom: 16px;
}

.platform-switcher button {
  display: grid;
  gap: 4px;
  min-height: 70px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(18, 25, 34, 0.86);
  color: var(--text);
  text-align: left;
}

.platform-switcher button.is-active {
  border-color: var(--line-strong);
  background: rgba(255, 122, 24, 0.12);
}

.platform-switcher strong {
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
}

.platform-switcher span,
.platform-note {
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.platform-note {
  max-width: 780px;
  margin-bottom: 28px;
  font-size: 15px;
}

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

.service-card,
.review-grid article,
.steps article,
.guarantee-grid article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(18, 25, 34, 0.86);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.service-card {
  display: grid;
  min-height: 314px;
  padding: 24px;
}

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

.service-card > div {
  display: flex;
  flex-direction: column;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ff9b39;
  font-size: 28px;
  font-weight: 950;
}

.service-icon img,
.service-tab-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-meta {
  display: none;
}

.service-card h3 {
  min-height: 0;
  margin-bottom: 12px;
  font-size: clamp(20px, 1.8vw, 24px);
  overflow-wrap: anywhere;
}

.service-card p {
  margin-bottom: 24px;
  font-size: 14px;
}

.service-card button {
  justify-content: flex-start;
  min-height: 26px;
  margin-top: auto;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.service-card button::after {
  margin-left: 8px;
  content: "→";
}

.service-detail[hidden] {
  display: none;
}

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

.service-page-controls {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.service-page-controls h1 {
  max-width: 560px;
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 48px);
}

.service-page-controls .platform-switcher {
  max-width: none;
  margin-bottom: 12px;
}

.service-page-controls .platform-note {
  max-width: none;
  margin-bottom: 0;
}

.service-detail-list {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 10px;
}

.service-detail-list .eyebrow {
  width: fit-content;
}

.service-detail-list div {
  display: grid;
  gap: 8px;
}

.service-detail-list button {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px 14px;
  background: rgba(18, 25, 34, 0.78);
  color: #c7ceda;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.service-detail-list button span:last-child {
  min-width: 0;
}

.service-tab-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ff9b39;
  font-size: 14px;
  font-weight: 950;
}

.service-detail-list button.is-active {
  border-color: rgba(255, 122, 24, 0.78);
  background: rgba(255, 122, 24, 0.14);
  color: #fff;
}

.service-detail-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 22px;
}

.service-detail-copy,
.service-builder,
.contact-chat-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
  background: rgba(18, 25, 34, 0.86);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.service-detail-copy h1,
.service-detail-copy h2 {
  font-size: clamp(32px, 3vw, 46px);
}

.service-detail-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.service-detail-columns h3,
.service-builder h3 {
  font-size: 22px;
}

.service-detail-columns ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-detail-columns li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.service-detail-columns li::before {
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.service-builder {
  display: grid;
  gap: 20px;
}

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

.service-builder label {
  display: grid;
  gap: 8px;
  color: #dfe7f3;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.service-builder input,
.service-builder select,
.service-builder textarea {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #0b1017;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
}

.service-builder textarea {
  min-height: 92px;
  resize: vertical;
}

.steps,
.review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.steps article,
.review-grid article {
  padding: 26px;
}

.steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #ff6a00;
  color: #fff;
  font-size: 26px;
  font-weight: 950;
}

.steps h3 {
  font-size: 22px;
}

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

.review-grid span {
  display: inline-flex;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 122, 24, 0.45);
  border-radius: 999px;
  padding: 5px 10px;
  color: #ff9b39;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.review-grid strong {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 950;
}

.review-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.review-card-head em {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  margin-top: 3px;
  color: #16df91;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.review-card-head em span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  padding: 0;
  color: inherit;
  font-size: 9px;
  line-height: 1;
}

.review-grid p {
  margin-bottom: 0;
}

.review-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  gap: 18px;
  align-items: center;
  min-height: 330px;
}

.review-stage {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  perspective: 1200px;
}

.review-carousel .review-grid {
  position: relative;
  display: block;
  height: 330px;
}

.review-carousel .review-card {
  position: absolute;
  left: 50%;
  top: 34px;
  width: min(430px, calc(100vw - 136px));
  min-height: 220px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateZ(-220px) scale(0.76);
  transform-origin: center;
  transition:
    transform 0.55s ease,
    opacity 0.55s ease,
    filter 0.55s ease,
    border-color 0.55s ease;
}

.review-carousel .review-card.is-active {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  border-color: rgba(255, 122, 24, 0.45);
  filter: none;
  transform: translateX(-50%) translateZ(80px) scale(1);
}

.review-carousel .review-card.is-prev {
  z-index: 4;
  opacity: 0.78;
  filter: saturate(0.78) brightness(0.82);
  transform: translateX(calc(-50% - 330px)) rotateY(18deg) translateZ(-110px) scale(0.88);
}

.review-carousel .review-card.is-next {
  z-index: 4;
  opacity: 0.78;
  filter: saturate(0.78) brightness(0.82);
  transform: translateX(calc(-50% + 330px)) rotateY(-18deg) translateZ(-110px) scale(0.88);
}

.review-carousel .review-card.is-far-prev {
  z-index: 2;
  opacity: 0.28;
  filter: blur(1px) saturate(0.6) brightness(0.64);
  transform: translateX(calc(-50% - 560px)) rotateY(28deg) translateZ(-260px) scale(0.72);
}

.review-carousel .review-card.is-far-next {
  z-index: 2;
  opacity: 0.28;
  filter: blur(1px) saturate(0.6) brightness(0.64);
  transform: translateX(calc(-50% + 560px)) rotateY(-28deg) translateZ(-260px) scale(0.72);
}

.review-carousel .review-card.is-hidden {
  z-index: 1;
  opacity: 0;
  transform: translateX(-50%) translateZ(-340px) scale(0.62);
}

.review-nav {
  position: relative;
  z-index: 8;
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(18, 25, 34, 0.92);
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.review-nav:hover {
  border-color: rgba(255, 122, 24, 0.55);
  color: #ff9b39;
}

.results-page {
  min-height: calc(100vh - 78px);
  padding-top: 40px;
  padding-bottom: 74px;
}

.results-page .center-heading {
  max-width: 1040px;
  margin-bottom: 20px;
}

.results-page h1 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(34px, 4.1vw, 52px);
  line-height: 1;
}

.results-page .center-heading p {
  max-width: 690px;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  text-wrap: balance;
}

.results-carousel {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  gap: 22px;
  align-items: center;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.results-stage {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  perspective: 1300px;
}

.result-slide {
  position: absolute;
  left: 50%;
  top: 18px;
  display: grid;
  width: min(520px, calc(100vw - 164px));
  height: 310px;
  overflow: hidden;
  border: 1px solid rgba(255, 122, 24, 0.18);
  border-radius: 18px;
  background: #080d13;
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.42);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateZ(-280px) scale(0.72);
  transition:
    transform 0.55s ease,
    opacity 0.55s ease,
    filter 0.55s ease,
    border-color 0.55s ease;
}

.result-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #05080c;
}

.result-slide.is-active {
  z-index: 6;
  border-color: rgba(255, 122, 24, 0.72);
  opacity: 1;
  pointer-events: auto;
  filter: none;
  transform: translateX(-50%) translateZ(90px) scale(1);
}

.result-slide.is-prev {
  z-index: 4;
  opacity: 0.56;
  filter: brightness(0.58) saturate(0.7);
  transform: translateX(calc(-50% - 360px)) rotateY(18deg) translateZ(-170px) scale(0.82);
}

.result-slide.is-next {
  z-index: 4;
  opacity: 0.56;
  filter: brightness(0.58) saturate(0.7);
  transform: translateX(calc(-50% + 360px)) rotateY(-18deg) translateZ(-170px) scale(0.82);
}

.result-slide.is-hidden {
  z-index: 1;
  opacity: 0;
  filter: blur(1px) brightness(0.42);
  transform: translateX(-50%) translateZ(-380px) scale(0.62);
}

.verified-badge {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(0, 201, 133, 0.42);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(0, 201, 133, 0.12);
  color: #28e49c;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.result-slide-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 54px 18px 18px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.84));
}

.result-slide-caption strong {
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  text-transform: uppercase;
}

.result-slide-caption span {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 122, 24, 0.45);
  border-radius: 999px;
  padding: 5px 10px;
  color: #ff9b39;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.result-nav {
  position: relative;
  z-index: 8;
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(18, 25, 34, 0.92);
  color: #fff;
  font-size: 36px;
  line-height: 1;
}

.result-nav:hover {
  border-color: rgba(255, 122, 24, 0.55);
  color: #ff9b39;
}

.results-controls {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: min(1120px, 100%);
  margin: 14px auto 0;
}

.results-controls strong {
  color: #fff;
  font-size: 28px;
  font-weight: 950;
}

.results-controls strong::first-letter {
  color: var(--accent);
}

.results-progress {
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

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

.results-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(820px, 100%);
  margin: 34px auto 0;
}

.results-thumbnails button {
  width: 78px;
  height: 58px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 0;
  background: #080d13;
  opacity: 0.62;
}

.results-thumbnails button.is-active {
  border-color: rgba(255, 122, 24, 0.88);
  opacity: 1;
}

.results-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-form {
  display: grid;
  gap: 18px;
  max-width: 900px;
  margin: 34px auto 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  background: rgba(18, 25, 34, 0.72);
}

.review-form-head h3 {
  margin-bottom: 8px;
  font-size: 28px;
}

.review-form-head p,
#reviewFormStatus {
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

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

.review-form label {
  display: grid;
  gap: 8px;
  color: #dfe7f3;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.review-form input,
.review-form select,
.review-form textarea {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #0b1017;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
}

.review-form textarea {
  resize: vertical;
}

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

.review-anonymous {
  align-self: end;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  min-height: 44px;
}

.review-anonymous input {
  width: 18px;
  height: 18px;
}

.review-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

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

.guarantees {
  min-height: calc(100vh - 78px);
}

.guarantee-grid article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  padding: 26px;
}

.guarantee-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 122, 24, 0.42);
  border-radius: 14px;
  background: rgba(255, 122, 24, 0.12);
  color: #ff9b39;
  font-size: 28px;
}

.contacts {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 36px;
  align-items: start;
  min-height: auto;
  padding-top: 84px;
  padding-bottom: 98px;
}

.contact-panel {
  display: grid;
  gap: 18px;
}

.contact-lead {
  max-width: 560px;
}

.contact-chat-card h3 {
  font-size: 26px;
}

.contact-chat-card p {
  margin-bottom: 0;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.contact-cards a {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px;
  background: rgba(18, 25, 34, 0.86);
}

.contact-cards strong {
  color: #fff;
  font-size: 17px;
}

.contact-cards span {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.page-hero {
  display: grid;
  gap: 18px;
  min-height: 440px;
  align-content: center;
}

.page-hero h1 {
  margin-bottom: 0;
}

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

.page-hero .primary-button {
  width: fit-content;
}

.cabinet-page {
  min-height: 560px;
}

.cabinet-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 1120px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  background: rgba(18, 25, 34, 0.76);
}

.cabinet-status strong {
  display: block;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.cabinet-status span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
}

.cabinet-status .secondary-button {
  margin-left: auto;
}

.cabinet-email-form {
  display: none;
  grid-template-columns: minmax(180px, 260px) auto;
  gap: 10px;
  align-items: end;
  margin-left: auto;
}

.cabinet-page.is-authorized .cabinet-email-form {
  display: grid;
}

.cabinet-email-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.cabinet-email-form input {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: #0b1017;
  color: var(--text);
  text-transform: none;
}

.cabinet-email-form span {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 12px;
}

.cabinet-page.is-authorized .cabinet-status [data-auth-open] {
  display: none;
}

.cabinet-password-form {
  display: none;
  grid-template-columns: minmax(190px, 1fr) minmax(170px, 220px) minmax(170px, 220px) auto;
  gap: 12px;
  align-items: end;
  width: 100%;
  max-width: 1120px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  background: rgba(18, 25, 34, 0.54);
}

.cabinet-page.is-authorized .cabinet-password-form {
  display: grid;
}

.cabinet-password-form strong,
.cabinet-password-form label {
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.cabinet-password-form span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
}

.cabinet-password-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.cabinet-password-form input {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: #0b1017;
  color: var(--text);
}

.cabinet-password-form > span {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 12px;
}

.cabinet-page:not(.is-authorized) .cabinet-review-form {
  opacity: 0.48;
}

.cabinet-chat-card {
  display: grid;
  gap: 18px;
  max-width: 1120px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: clamp(16px, 3vw, 24px);
  background: rgba(18, 25, 34, 0.76);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.cabinet-chat-head,
.cabinet-chat-layout {
  display: grid;
  gap: 16px;
}

.cabinet-chat-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

.cabinet-chat-head h2 {
  margin-bottom: 6px;
  font-size: clamp(28px, 3.2vw, 42px);
}

.cabinet-chat-layout {
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  height: min(620px, calc(100vh - 220px));
  min-height: min(460px, calc(100vh - 220px));
}

.cabinet-thread-list,
.cabinet-chat-panel {
  min-height: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(8, 13, 19, 0.68);
}

.cabinet-thread-list {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 10px;
  overflow: auto;
}

.cabinet-thread-list button {
  display: grid;
  gap: 4px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
  background: #0b1017;
  color: var(--text);
  text-align: left;
}

.cabinet-thread-list strong,
.thread-list strong {
  display: flex;
  gap: 7px;
  align-items: center;
  min-width: 0;
}

.cabinet-thread-list button.is-active {
  border-color: rgba(255, 122, 24, 0.75);
  background: rgba(255, 122, 24, 0.12);
}

.cabinet-thread-list span,
.cabinet-thread-list small {
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cabinet-chat-panel {
  display: grid;
  grid-template-rows: auto minmax(280px, 1fr) auto;
  overflow: hidden;
}

.cabinet-chat-messages {
  max-height: none;
  min-height: 0;
}

.status-dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.status-dot.unread {
  background: #17d890;
  box-shadow: 0 0 0 4px rgba(23, 216, 144, 0.12);
}

.status-dot.waiting {
  background: #ff7a18;
  box-shadow: 0 0 0 4px rgba(255, 122, 24, 0.14);
}

.stats-strip {
  padding-top: 64px;
  padding-bottom: 64px;
  background:
    linear-gradient(180deg, rgba(255, 122, 24, 0.06), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.012);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.stats-grid article {
  display: grid;
  place-items: center;
  min-height: 146px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  background: rgba(18, 25, 34, 0.86);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  text-align: center;
}

.stats-grid strong {
  color: #ff9b39;
  font-size: clamp(42px, 4.2vw, 58px);
  font-weight: 950;
  line-height: 1;
}

.stats-grid strong span {
  color: #ffb56d;
  font-size: 0.38em;
}

.stats-grid p {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(6, 10, 15, 0.82);
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 58px 0 46px;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-column h3 {
  margin-bottom: 6px;
  font-size: 18px;
}

.footer-column a,
.footer-column > span,
.footer-contact {
  color: #a8b6cc;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
}

.footer-column a:hover {
  color: #fff;
}

.footer-contact {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
}

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

.footer-contact span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: 8px;
  padding: 0 10px;
  background: rgba(255, 122, 24, 0.13);
  color: #ff9b39;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-contact strong {
  color: #d8e2f0;
  overflow-wrap: anywhere;
  text-transform: none;
}

.footer-pill {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  align-items: center;
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #d8e2f0;
  font-size: 13px;
  font-weight: 800;
}

.footer-bottom {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding: 22px 0;
  font-size: 13px;
}

.site-footer strong {
  color: #fff;
  text-transform: uppercase;
}

.site-footer .footer-contact strong {
  text-transform: none;
}

.chat-widget {
  position: fixed;
  right: 4px;
  bottom: 10px;
  z-index: 50;
}

.chat-bubble {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 40px;
  min-height: 40px;
  border: 1px solid rgba(0, 201, 133, 0.65);
  border-radius: 999px;
  padding: 0;
  background: #08c989;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 900;
  box-shadow:
    0 0 0 6px rgba(0, 201, 133, 0.12),
    0 18px 42px rgba(0, 201, 133, 0.26);
}

.chat-bubble.has-unread::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  border: 2px solid #071018;
  border-radius: 50%;
  background: #ff7a18;
}

.chat-bubble span {
  font-size: 16px;
}

.chat-bubble strong {
  display: none;
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 76px;
  display: none;
  width: min(440px, calc(100vw - 36px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.58);
}

.chat-panel.is-open {
  display: block;
}

.chat-panel header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  background: var(--panel-2);
}

.chat-panel header span {
  display: block;
  margin-top: 4px;
  color: var(--accent-2);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
}

.chat-panel header button,
.auth-close {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 22px;
  line-height: 1;
}

.chat-messages {
  display: grid;
  gap: 10px;
  max-height: min(460px, calc(100vh - 280px));
  min-height: 280px;
  overflow: auto;
  padding: 16px;
}

.chat-context {
  min-height: 0;
  border-bottom: 1px solid var(--line);
  padding: 10px 16px;
  color: #ffb56d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.message {
  width: fit-content;
  max-width: 86%;
  border-radius: 10px;
  padding: 11px 13px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.message.admin {
  background: rgba(255, 255, 255, 0.07);
  color: #e7edf6;
}

.message.user {
  justify-self: end;
  background: rgba(255, 122, 24, 0.22);
  color: #fff;
}

.chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
  padding: 12px;
  border-top: 1px solid var(--line);
}

.chat-form input,
.chat-form textarea,
.auth-dialog input {
  min-width: 0;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: #0b1017;
  color: var(--text);
}

.chat-form textarea {
  display: block;
  width: 100%;
  min-height: 44px;
  max-height: 112px;
  padding: 11px 12px;
  resize: none;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 1.35;
  white-space: pre-wrap;
  word-break: break-word;
}

.chat-form button {
  min-height: 44px;
  padding: 0 14px;
  font-size: 13px;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(3, 5, 8, 0.72);
  backdrop-filter: blur(8px);
}

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

.auth-dialog {
  position: relative;
  width: min(460px, 100%);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.auth-close {
  position: absolute;
  right: 16px;
  top: 16px;
}

.auth-dialog form,
.auth-dialog label {
  display: grid;
  gap: 10px;
}

.auth-dialog form {
  gap: 16px;
}

.auth-dialog label {
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.auth-note {
  margin-bottom: 0;
  font-size: 13px;
}

.admin-link {
  color: #ffb68f;
}

@media (max-width: 1200px) {
  .main-nav {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

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

@media (max-width: 1320px) {
  .brand {
    min-width: 188px;
  }

  .main-nav {
    gap: 18px;
    font-size: 13px;
  }

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

@media (max-width: 760px) {
  body {
    padding-bottom: 84px;
  }

  .header-inner {
    min-height: 72px;
  }

  .brand {
    min-width: 126px;
  }

  .brand span {
    font-size: 9px;
  }

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

  .header-actions {
    gap: 8px;
  }

  .header-button {
    min-height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }

  .section,
  .section-band,
  .catalog-hero {
    padding: 48px 16px;
  }

  .catalog-hero {
    padding-top: 28px;
    min-height: calc(100vh - 73px);
    display: flex;
    align-items: center;
  }

  h1 {
    font-size: clamp(30px, 8.4vw, 34px);
    line-height: 1.06;
  }

  .hero-title {
    gap: 10px;
  }

  .hero-game sup {
    display: none;
  }

  .services {
    min-height: 0;
    padding-top: 48px;
  }

  .hero-foreground {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 620px);
    margin: -12px auto 20px;
    opacity: 0.72;
    -webkit-mask-image: none;
    mask-image: none;
  }

  h2 {
    font-size: 38px;
  }

  .platform-switcher,
  .service-page-controls,
  .service-grid,
  .service-detail-layout,
  .service-detail-panel,
  .review-form-grid,
  .cabinet-chat-head,
  .cabinet-chat-layout,
  .cabinet-password-form,
  .steps,
  .stats-grid,
  .footer-inner,
  .review-grid,
  .guarantee-grid,
  .contacts,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 360px;
  }

  .stats-strip {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .stats-grid article {
    min-height: 124px;
  }

  .footer-inner {
    gap: 30px;
    padding: 42px 0 34px;
  }

  .service-detail-list {
    position: static;
  }

  .service-detail-list div {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .service-detail-list button {
    flex: 0 0 auto;
  }

  .service-detail-columns,
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .review-carousel {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 8px;
    min-height: 310px;
  }

  .review-stage,
  .review-carousel .review-grid {
    min-height: 310px;
    height: 310px;
  }

  .review-carousel .review-card {
    top: 24px;
    width: min(100%, calc(100vw - 120px));
    min-height: 230px;
    padding: 20px;
  }

  .review-carousel .review-card.is-prev,
  .review-carousel .review-card.is-far-prev {
    opacity: 0;
    transform: translateX(calc(-50% - 180px)) translateZ(-200px) scale(0.72);
  }

  .review-carousel .review-card.is-next,
  .review-carousel .review-card.is-far-next {
    opacity: 0;
    transform: translateX(calc(-50% + 180px)) translateZ(-200px) scale(0.72);
  }

  .review-nav {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .results-page {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  .results-carousel {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 8px;
  }

  .results-stage {
    min-height: 360px;
  }

  .result-slide {
    top: 20px;
    width: min(100%, calc(100vw - 112px));
    height: 320px;
    border-radius: 14px;
  }

  .result-slide.is-prev {
    opacity: 0;
    transform: translateX(calc(-50% - 170px)) translateZ(-220px) scale(0.72);
  }

  .result-slide.is-next {
    opacity: 0;
    transform: translateX(calc(-50% + 170px)) translateZ(-220px) scale(0.72);
  }

  .result-nav {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .verified-badge {
    left: 12px;
    top: 12px;
    padding: 6px 9px;
    font-size: 10px;
  }

  .result-slide-caption {
    display: grid;
    align-items: start;
    padding: 48px 14px 14px;
  }

  .result-slide-caption strong {
    font-size: 18px;
  }

  .result-slide-caption span {
    justify-self: start;
  }

  .results-controls {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 0;
  }

  .results-controls strong {
    font-size: 24px;
  }

  .results-thumbnails {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }

  .results-thumbnails button {
    flex: 0 0 auto;
    width: 70px;
    height: 52px;
  }

  .service-card {
    min-height: 280px;
  }

  .cabinet-chat-layout {
    height: auto;
    min-height: 0;
  }

  .cabinet-thread-list {
    max-height: 220px;
  }

  .cabinet-chat-panel {
    height: min(520px, calc(100vh - 220px));
  }

  .chat-widget {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .chat-bubble {
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 0 20px;
  }

  .chat-bubble strong {
    display: inline;
  }

  .chat-panel {
    right: 0;
    width: 100%;
    bottom: 66px;
    max-height: calc(100vh - 92px);
  }

  .chat-messages {
    max-height: calc(100vh - 310px);
    min-height: 220px;
  }
}

@media (max-width: 420px) {
  .header-button[data-auth-open="register"] {
    display: none;
  }
}
