:root {
  --vr-ink: #f7f3ed;
  --vr-graphite: #151514;
  --vr-panel: #1f1e1b;
  --vr-panel-soft: #292724;
  --vr-muted: rgba(247, 243, 237, .68);
  --vr-faint: rgba(247, 243, 237, .12);
  --vr-line: rgba(255, 255, 255, .12);
  --vr-accent: #f26a21;
  --vr-accent-dark: #c84e0f;
  --vr-light-bg: #f0f0ee;
  --vr-light-surface: #fbfbfa;
  --vr-light-muted: rgba(21, 21, 20, .06);
  --vr-light-section-bg:
    linear-gradient(180deg, rgba(241, 238, 232, .98), rgba(231, 224, 214, .96)),
    radial-gradient(circle at 14% 12%, rgba(242, 106, 33, .1), transparent 28%),
    url("assets/backgrounds/client-site-bg.png") center top / min(1180px, 94vw) auto repeat-y;
  --vr-light-section-card:
    linear-gradient(145deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .42)),
    rgba(255, 255, 255, .54);
  --vr-light-section-card-strong:
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(248, 245, 239, .76)),
    rgba(255, 255, 255, .68);
  --vr-radius-2xs: 6px;
  --vr-radius-xs: 8px;
  --vr-radius-sm: 12px;
  --vr-radius-md: 16px;
  --vr-radius-lg: 20px;
  --vr-radius-xl: 24px;
  --vr-radius: var(--vr-radius-sm);
  --vr-pill: 999px;
  --vr-control-size: 42px;
  --vr-control-radius: var(--vr-radius-xs);
  --vr-section-y: clamp(58px, 6.2vw, 94px);
  --vr-section-y-tight: clamp(44px, 5vw, 74px);
  --vr-stack-gap: clamp(18px, 2.2vw, 30px);
  --vr-card-gap: clamp(12px, 1.6vw, 20px);
  --vr-btn-height: 48px;
  --vr-btn-height-lg: 52px;
  --vr-field-height: 54px;
  --vr-icon-size: 18px;
  --vr-control-bg-dark:
    linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .05)),
    rgba(16, 16, 15, .72);
  --vr-control-bg-dark-hover:
    linear-gradient(145deg, rgba(242, 106, 33, .28), rgba(255, 255, 255, .08)),
    rgba(16, 16, 15, .78);
  --vr-control-bg-light: rgba(255, 255, 255, .72);
  --vr-control-bg-light-hover: var(--vr-accent);
  --vr-container: calc(100% - 40px);
}

@media (min-width: 576px) {
  :root {
    --vr-container: 540px;
  }
}

@media (min-width: 768px) {
  :root {
    --vr-container: 720px;
  }
}

@media (min-width: 992px) {
  :root {
    --vr-container: 960px;
  }
}

@media (min-width: 1200px) {
  :root {
    --vr-container: 1140px;
  }
}

@media (min-width: 1400px) {
  :root {
    --vr-container: 1320px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 4%, rgba(242, 106, 33, .18), transparent 30%),
    linear-gradient(180deg, #121211 0%, #191816 42%, #10100f 100%);
  color: var(--vr-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

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

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

.btn {
  --bs-btn-border-radius: var(--vr-radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: var(--vr-btn-height);
  padding-inline: 18px;
  font-weight: 800;
  line-height: 1;
}
.btn svg,
.slider-controls svg,
.video-play-round svg {
  width: var(--vr-icon-size);
  height: var(--vr-icon-size);
  stroke-width: 2;
}

.btn-accent {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--vr-accent);
  --bs-btn-border-color: var(--vr-accent);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--vr-accent-dark);
  --bs-btn-hover-border-color: var(--vr-accent-dark);
  --bs-btn-active-bg: var(--vr-accent-dark);
  --bs-btn-active-border-color: var(--vr-accent-dark);
}

.btn-ghost {
  --bs-btn-color: #fff;
  --bs-btn-border-color: rgba(255, 255, 255, .18);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(255, 255, 255, .1);
  --bs-btn-hover-border-color: rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .055);
}

.hero-section {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #151515;
}

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

.hero-section::before {
  z-index: -2;
  background: url("assets/hero/renovation-bg.png") center / cover no-repeat;
  filter: saturate(.95) contrast(1.04);
  transform: scale(1.015);
}

.hero-section::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(13, 13, 12, .95) 0%, rgba(13, 13, 12, .86) 36%, rgba(13, 13, 12, .46) 72%, rgba(13, 13, 12, .68) 100%),
    linear-gradient(0deg, rgba(13, 13, 12, .78), rgba(13, 13, 12, .18) 48%, rgba(13, 13, 12, .46));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100svh;
  padding-top: clamp(96px, 12vh, 150px);
  padding-bottom: clamp(28px, 7vh, 78px);
  color: #fff;
}

.hero-content > .row {
  width: 100%;
}

.hero-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--vr-accent);
  font-size: .78rem;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-kicker span {
  width: 34px;
  height: 2px;
  background: currentColor;
}

.hero-section h1 {
  max-width: 720px;
  margin: 16px 0 22px;
  font-size: clamp(2.18rem, 4.45vw, 4.95rem);
  font-weight: 880;
  line-height: .98;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 650px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1rem, 1.45vw, 1.3rem);
  line-height: 1.55;
}

.hero-value {
  display: grid;
  max-width: 660px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.hero-value div {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 62px;
  padding: 10px 11px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .075);
  color: rgba(255, 255, 255, .82);
  font-size: .84rem;
  font-weight: 760;
  line-height: 1.25;
}

.hero-value svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--vr-accent);
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hero-note {
  max-width: 520px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .58);
  font-size: .92rem;
  line-height: 1.45;
}

.hero-side {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 14px;
  padding: 10px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-proof div {
  display: grid;
  gap: 7px;
  align-items: start;
  min-height: 94px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .045)),
    rgba(18, 18, 17, .58);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.hero-proof strong {
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 1.95rem);
  line-height: 1;
}

.hero-proof div > span {
  color: rgba(255, 255, 255, .68);
  font-size: .82rem;
  line-height: 1.24;
}

.hero-proof [data-count-to] {
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.hero-visual {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 3 / 2;
  align-items: flex-end;
  justify-content: center;
  border-radius: 18px;
  overflow: visible;
  background:
    radial-gradient(ellipse at 50% 86%, rgba(242, 106, 33, .32), transparent 42%),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, .16), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .025));
}

.hero-visual::before {
  position: absolute;
  inset: 9% 3% 2%;
  z-index: 0;
  content: "";
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .08), transparent 44%),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
    rgba(18, 18, 17, .28);
  background-size: auto, 42px 42px, 42px 42px, auto;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-visual img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(.99) contrast(1.03);
}

.trust-strip {
  position: relative;
  z-index: 3;
  margin-top: -34px;
}

.section-pad {
  padding: clamp(62px, 8vw, 112px) 0;
}

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

.section-head {
  margin-bottom: 28px;
}

.section-head-row {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
}

.section-head h2 {
  max-width: 840px;
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4.1rem);
  font-weight: 860;
  line-height: 1.02;
}

.section-head p {
  max-width: 450px;
  margin: 0;
  color: var(--vr-muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.quiz-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, 0)),
    #141413;
}

.quiz-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(286px, .44fr);
  align-items: start;
  gap: clamp(18px, 3vw, 36px);
  overflow: hidden;
  padding: clamp(18px, 3.3vw, 42px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  background:
    radial-gradient(circle at 80% 0%, rgba(242, 106, 33, .2), transparent 32%),
    linear-gradient(145deg, #2b2925, #171716 70%);
}

.quiz-board-main {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.quiz-progress {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, .56);
  font-size: .88rem;
  font-weight: 760;
}

.quiz-progress div {
  position: relative;
  flex: 1;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
}

.quiz-progress i {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: var(--vr-accent);
  transition: width .25s ease;
}

.quiz-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .82);
  font-size: .82rem;
  font-weight: 760;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.quiz-back:hover {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.quiz-back svg {
  width: 15px;
  height: 15px;
}

.quiz-back[hidden] {
  display: none;
}

.quiz-step {
  display: none;
  animation: fadeUp .28s ease;
}

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

.quiz-step h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(1.5rem, 2.5vw, 2.4rem);
  font-weight: 850;
  line-height: 1.08;
}

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

.choice-grid button {
  min-height: 58px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .82);
  text-align: left;
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}

.choice-grid button:hover,
.choice-grid button.is-selected {
  color: #fff;
  background: var(--vr-accent);
  border-color: var(--vr-accent);
  transform: translateY(-2px);
}

.choice-grid-visual button {
  position: relative;
  display: flex;
  min-height: 148px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .74)),
    var(--choice-image) center/cover;
}

.choice-grid-visual button span,
.choice-grid-visual button small {
  position: relative;
  z-index: 1;
  display: block;
}

.choice-grid-visual button span {
  font-size: 1.06rem;
  font-weight: 830;
  line-height: 1.1;
}

.choice-grid-visual button small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .76);
  font-size: .82rem;
}

.quiz-step-hint {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .78);
  font-size: .92rem;
}

.quiz-step-hint span {
  color: rgba(255, 255, 255, .54);
}

.quiz-step-hint b {
  color: #fff;
  font-weight: 800;
}

.choice-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.range-field {
  display: grid;
  gap: 14px;
}

.range-field span {
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.3rem);
  font-weight: 860;
  line-height: 1;
}

input[type="range"] {
  width: 100%;
  accent-color: var(--vr-accent);
}

.quiz-result {
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(0, 0, 0, .18);
}

.quiz-result p {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .76);
  font-weight: 800;
}

.quiz-result ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quiz-result li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(242, 106, 33, .12);
  color: rgba(255, 255, 255, .86);
  font-size: .82rem;
  font-weight: 760;
}

.quiz-result svg {
  width: 15px;
  height: 15px;
  color: var(--vr-accent);
}

.lead-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.lead-form input {
  min-height: 52px;
  min-width: 0;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
  outline: 0;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 16px;
}

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

.telegram-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  color: rgba(255, 255, 255, .72);
  font-weight: 720;
  text-decoration: none;
}

.telegram-link img {
  width: 24px;
  height: 24px;
}

.quiz-board-aside {
  position: relative;
  z-index: 1;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(145deg, #1b1a18, #0f0f0e);
}

.quiz-aside-image {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  border-radius: 8px;
}

.quiz-aside-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, .68));
  content: "";
}

.quiz-aside-image img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.quiz-aside-image span {
  position: absolute;
  z-index: 1;
  bottom: 14px;
  left: 14px;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  font-size: .74rem;
  font-weight: 820;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.quiz-aside-content {
  padding: 2px 10px 10px;
}

.quiz-aside-content h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 840;
}

.quiz-aside-content p {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .74);
}

.quiz-aside-content ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quiz-aside-content li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.quiz-aside-content svg {
  color: var(--vr-accent);
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.service-actions .btn {
  min-height: 40px;
  padding-inline: 12px;
  font-size: .86rem;
}

.portfolio-process {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 20%, rgba(242, 106, 33, .13), transparent 28%),
    rgba(255, 255, 255, .025);
}

.slider-controls {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.slider-controls button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 6px;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  transition: background .2s ease, transform .2s ease;
}

.slider-controls button:hover {
  background: var(--vr-accent);
  transform: translateY(-2px);
}

.portfolio-rail,
.video-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 31%);
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px 4px 20px;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.portfolio-rail::-webkit-scrollbar,
.video-rail::-webkit-scrollbar {
  display: none;
}

.project-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: #222;
  scroll-snap-align: start;
}

.project-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.project-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, .84));
  content: "";
}

.project-card:hover img {
  transform: scale(1.05);
}

.project-card-content {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 22px;
  color: #fff;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 14px;
}

.tag-row span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(242, 106, 33, .92);
  font-size: .72rem;
  font-weight: 820;
  text-transform: uppercase;
}

.project-card h3,
.reel-card h3 {
  margin-bottom: 8px;
  font-weight: 850;
}

.project-card p {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .76);
}

.project-card a {
  display: inline-flex;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.video-shell {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: clamp(18px, 3.2vw, 38px);
  align-items: stretch;
}

.portfolio-video {
  margin-top: clamp(28px, 5vw, 58px);
}

.video-label {
  display: grid;
  min-height: 500px;
  place-items: center;
  padding-block: 34px;
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 22%, transparent 78%, rgba(255, 255, 255, .08)),
    linear-gradient(180deg, #2b2926, #090909);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.video-content {
  min-width: 0;
}

.video-rail {
  grid-auto-columns: minmax(190px, 22%);
}

.reel-card {
  scroll-snap-align: start;
}

.reel-screen {
  position: relative;
  display: grid;
  aspect-ratio: 9 / 16;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .48)),
    var(--reel-image) center/cover;
}

.reel-screen svg {
  width: 54px;
  height: 54px;
  padding: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(12px);
  transition: transform .2s ease, background .2s ease;
}

.reel-screen span {
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(242, 106, 33, .92);
  font-size: .74rem;
  font-weight: 820;
  text-transform: uppercase;
}

.reel-card:hover .reel-screen svg,
.reel-card.is-active .reel-screen svg {
  background: var(--vr-accent);
  transform: scale(1.05);
}

.reel-card h3 {
  margin-top: 13px;
  color: #fff;
  font-size: 1.1rem;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.review-card,
.review-video {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .03)),
    rgba(25, 24, 22, .86);
}
.review-card {
  padding: 20px;
}
.review-card span,
.review-video span {
  color: var(--vr-accent);
  font-size: .76rem;
  font-weight: 860;
  text-transform: uppercase;
}
.review-video h3 {
  margin: 8px 0;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 850;
}
.review-card p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
}

.reviews-section {
  background: rgba(255, 255, 255, .025);
}

.review-video {
  position: relative;
  min-height: 360px;
  grid-column: span 1;
}

.review-video img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.review-video::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, .82));
}

.review-video > div:last-child {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.video-play-round {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: var(--vr-accent);
  color: #fff;
}

.review-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}

.review-card p {
  color: rgba(255, 255, 255, .82);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.42;
}

.review-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 850;
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 960px;
}

.faq-list details {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03)),
    rgba(25, 24, 22, .86);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 820;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: rgba(255, 255, 255, .68);
}

.site-footer {
  padding: clamp(42px, 7vw, 76px) 0 26px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  background: #0c0c0b;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(160px, 1fr));
  gap: clamp(22px, 4vw, 46px);
}

.footer-logo {
  display: inline-flex;
  width: min(190px, 54vw);
  margin-bottom: 18px;
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-brand p,
.footer-contacts p {
  max-width: 390px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .76);
  line-height: 1.5;
}

.footer-socials {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.footer-socials a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--vr-pill);
  background: rgba(255, 255, 255, .08);
}

.footer-socials img {
  width: 20px;
  height: 20px;
}

.footer-column,
.footer-contacts {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h2,
.footer-contacts h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 880;
}

.footer-column a,
.footer-contacts a,
.footer-bottom a {
  width: fit-content;
  color: rgba(255, 255, 255, .72);
  font-size: .94rem;
  font-weight: 720;
  text-decoration: none;
  transition: color .18s ease;
}

.footer-column a:hover,
.footer-contacts a:hover,
.footer-bottom a:hover {
  color: var(--vr-accent);
}

.footer-contacts .footer-phone {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 900;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: clamp(28px, 5vw, 48px);
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .54);
  font-size: .9rem;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .hero-content {
    align-items: flex-end;
    padding-bottom: 34px;
  }

  .quiz-board,
  .video-shell {
    grid-template-columns: 1fr;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

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

  .hero-section h1 {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }
  .hero-value,
  .hero-proof,
  .choice-grid,
  .choice-grid-compact {
    grid-template-columns: 1fr;
  }

  .hero-buttons,
  .service-actions,
  .lead-form {
    flex-direction: column;
  }

  .hero-buttons .btn,
  .lead-form .btn,
  .service-actions .btn {
    width: 100%;
  }

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

  .section-head-row {
    align-items: start;
    flex-direction: column;
  }

  .portfolio-rail {
    grid-auto-columns: minmax(280px, 88%);
  }

  .video-rail {
    grid-auto-columns: minmax(190px, 72%);
  }

  .video-label {
    min-height: auto;
    padding: 14px;
    border-radius: 8px;
    writing-mode: horizontal-tb;
    transform: none;
  }
}

@media (max-width: 379.98px) {
  .hero-lead,
  .section-head p {
    font-size: .92rem;
    line-height: 1.45;
  }
}

.site-header {
  position: fixed;
  z-index: 1040;
  top: 12px;
  left: 50%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  width: min(var(--vr-container), calc(100% - 40px));
  min-height: 64px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(18, 18, 17, .72);
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  transform: translateX(-50%);
  transition: background .24s ease, top .24s ease;
}

.site-header.is-scrolled {
  top: 8px;
  background: rgba(15, 15, 14, .86);
}

.brand {
  display: flex;
  align-items: center;
  width: clamp(132px, 13.5vw, 172px);
  min-width: 118px;
  margin-right: clamp(10px, 1.4vw, 22px);
}

.brand img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  gap: clamp(6px, .72vw, 13px);
  padding-inline: 2px 10px;
  color: rgba(255, 255, 255, .74);
  font-size: .88rem;
}

.desktop-nav > a,
.nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 40px;
  padding: 0 2px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 760;
  text-decoration: none;
  white-space: nowrap;
}

.desktop-nav > a:hover,
.nav-group:hover .nav-trigger,
.nav-group:focus-within .nav-trigger,
.nav-group.is-open .nav-trigger {
  color: #fff;
}

.nav-trigger svg {
  width: 14px;
  height: 14px;
  transition: transform .2s ease;
}

.nav-group {
  position: relative;
}

.nav-group:hover .nav-trigger svg,
.nav-group:focus-within .nav-trigger svg,
.nav-group.is-open .nav-trigger svg {
  transform: rotate(180deg);
}

.dropdown-panel {
  position: absolute;
  z-index: 3;
  top: calc(100% + 10px);
  left: -18px;
  display: grid;
  min-width: 216px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: rgba(20, 20, 18, .92);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  transition: opacity .18s ease, transform .18s ease;
}

.dropdown-panel-right {
  right: -18px;
  left: auto;
}

.nav-group:hover .dropdown-panel,
.nav-group:focus-within .dropdown-panel,
.nav-group.is-open .dropdown-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown-panel > a {
  padding: 11px 12px;
  border-radius: 10px;
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}

.dropdown-panel > a:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.dropdown-panel-mega {
  grid-template-columns: repeat(4, minmax(118px, 1fr));
  gap: 10px;
  width: min(660px, calc(100vw - 44px));
}

.dropdown-panel-design {
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  width: min(500px, calc(100vw - 44px));
}

.dropdown-panel .mega-card {
  position: relative;
  min-height: 126px;
  overflow: hidden;
  padding: 14px;
  border-radius: 12px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, .08), rgba(10, 10, 10, .72)),
    var(--menu-image) center/cover;
}

.dropdown-panel .mega-card span,
.dropdown-panel .mega-card small {
  position: relative;
  z-index: 1;
  display: block;
}

.dropdown-panel .mega-card span {
  margin-top: 56px;
  font-size: .95rem;
  font-weight: 840;
  line-height: 1.08;
}

.dropdown-panel .mega-card small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .76);
  font-size: .76rem;
  line-height: 1.18;
}

.dropdown-panel .mega-card:hover {
  background:
    linear-gradient(180deg, rgba(10, 10, 10, .02), rgba(10, 10, 10, .76)),
    var(--menu-image) center/108% auto;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: max-content;
  gap: 8px;
  margin-left: 12px;
}

.messengers {
  display: flex;
  gap: 6px;
}

.messenger {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
}

.messenger img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.phone-block {
  display: grid;
  gap: 1px;
  padding-inline: 4px;
  white-space: nowrap;
}

.phone-block a {
  color: #fff;
  font-size: .92rem;
  font-weight: 820;
  text-decoration: none;
}

.phone-block span {
  color: rgba(255, 255, 255, .56);
  font-size: .68rem;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--vr-accent);
  color: #fff;
}

.mobile-menu {
  position: fixed;
  z-index: 1060;
  inset: 10px;
  display: none;
  flex-direction: column;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  background: rgba(16, 16, 15, .96);
  opacity: 0;
  transform: translateY(-8px) scale(.98);
  backdrop-filter: blur(26px) saturate(1.25);
  -webkit-backdrop-filter: blur(26px) saturate(1.25);
  transition: opacity .2s ease, transform .2s ease;
}

.mobile-menu.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.mobile-menu-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 840;
}

.mobile-menu-bar button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.mobile-menu nav {
  display: grid;
  gap: 4px;
  overflow: auto;
  padding-bottom: 20px;
}

.mobile-menu nav a {
  padding: 13px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 1.08rem;
  font-weight: 760;
  text-decoration: none;
}

.mobile-menu-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
}

body.menu-open {
  overflow: hidden;
}

.trust-strip {
  display: block;
  position: relative;
  z-index: 3;
  width: min(var(--vr-container), calc(100% - 40px));
  overflow: hidden;
  margin: -18px auto 0;
  padding-block: 6px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.trust-strip-track {
  display: flex;
  width: max-content;
  animation: trustMarquee 28s linear infinite;
  will-change: transform;
}

.trust-strip:hover .trust-strip-track {
  animation-play-state: paused;
}

.trust-strip-group {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  padding-right: 12px;
}

.trust-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
  font-weight: 760;
  white-space: nowrap;
}

.trust-strip-item svg {
  width: 18px;
  height: 18px;
  color: var(--vr-accent);
}

.section-head h2 {
  max-width: 620px;
  font-size: clamp(1.55rem, 2.6vw, 2.9rem);
  line-height: 1.06;
}

.section-head p {
  max-width: 320px;
  font-size: .94rem;
  line-height: 1.42;
}

.service-actions {
  display: flex;
  gap: 8px;
  margin-top: 0;
}

.service-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
  color: #fff;
  font-size: .82rem;
  font-weight: 820;
  text-decoration: none;
}

.service-actions a:first-child {
  border-color: var(--vr-accent);
  background: var(--vr-accent);
}

.service-actions a:hover {
  background: #fff;
  border-color: #fff;
  color: #151514;
}

.hero-section h1 {
  font-size: clamp(2.18rem, 4vw, 4.45rem);
}
.project-card h3,
.reel-card h3,
.review-video h3 {
  font-size: clamp(1.08rem, 1.7vw, 1.45rem);
}

@keyframes trustMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-strip-track {
    animation: none;
  }
}

@media (max-width: 960px) {
  .desktop-nav,
  .phone-block {
    display: none;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    width: min(var(--vr-container), calc(100% - 20px));
    border-radius: 24px;
  }

  .menu-toggle {
    display: grid;
  }

  .mobile-menu {
    display: flex;
  }

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

@media (max-width: 767.98px) {
  .site-header {
    padding-left: 14px;
  }

  .messengers {
    display: none;
  }

  .trust-strip {
    width: calc(100% - 20px);
    margin-top: 0;
  }

  .section-head h2 {
    font-size: clamp(1.45rem, 8vw, 2.2rem);
  }
}
/* Visual system pass: contrast,
radius and cleaner dark surfaces. */
.btn,
.dropdown-panel,
.dropdown-panel .mega-card,
.mobile-menu,
.quiz-board,
.quiz-board-aside,
.quiz-aside-image,
.quiz-step-hint,
.quiz-result,
.lead-form input,
.project-card,
.reel-screen,
.review-card,
.review-video,
.faq-list details,
.slider-controls button,
.service-actions a {
  border-radius: var(--vr-radius);
}
.site-header,
.trust-strip-item {
  border-radius: var(--vr-pill);
}
.hero-proof div,
.hero-value div,
.quiz-board,
.quiz-board-aside,
.review-card,
.review-video,
.faq-list details,
.project-card,
.reel-screen,
.site-footer {
  background-color: #171716;
  border-color: rgba(255, 255, 255, .18);
}
.section-head h2,
.quiz-step h3,
.project-card h3,
.reel-card h3,
.review-card h3,
.review-video h3,
.faq-list summary {
  color: #fff;
}
.hero-lead,
.section-head p,
.quiz-aside-content p,
.project-card p,
.review-card p,
.faq-list p {
  color: rgba(255, 255, 255, .78);
}

.video-shell {
  grid-template-columns: minmax(86px, 9vw) minmax(0, 1fr);
}

.video-label {
  min-height: 100%;
  padding: 18px 8px;
  border-radius: var(--vr-radius);
  background: linear-gradient(180deg, var(--vr-accent), #9f390a);
  color: #fff;
  font-size: clamp(1.25rem, 2.6vw, 2.95rem);
  font-weight: 950;
  letter-spacing: .04em;
  line-height: .95;
  text-align: center;
  text-wrap: balance;
}

.portfolio-video .video-label {
  align-self: stretch;
}

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

.review-card::before {
  content: "5.0";
  width: fit-content;
  margin-bottom: auto;
  padding: 7px 10px;
  border-radius: var(--vr-pill);
  background: rgba(242, 106, 33, .16);
  color: var(--vr-accent);
  font-size: .78rem;
  font-weight: 900;
}

@media (max-width: 767.98px) {
  .video-shell {
    grid-template-columns: 1fr;
  }

  .video-label {
    min-height: 58px;
    writing-mode: horizontal-tb;
    transform: none;
  }

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

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

/* Interaction pass: softer glass states and fewer heavy frames. */
:root {
  --vr-glass: rgba(255, 255, 255, .072);
  --vr-glass-strong: rgba(255, 255, 255, .118);
  --vr-stroke-soft: rgba(255, 255, 255, .085);
  --vr-stroke-hot: rgba(242, 106, 33, .36);
  --vr-hover-wash: rgba(242, 106, 33, .1);
}
a,
button,
summary,
.project-card img,
.reel-screen,
.reel-screen i,
.review-video img,
.trust-strip-item,
.dropdown-panel .mega-card::before {
  transition-duration: .28s;
  transition-timing-function: cubic-bezier(.2, .8, .2, 1);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 2px solid rgba(242, 106, 33, .72);
  outline-offset: 3px;
}
.site-header,
.mobile-menu,
.dropdown-panel,
.quiz-board,
.quiz-board-aside,
.review-card,
.review-video,
.faq-list details,
.site-footer {
  border-color: var(--vr-stroke-soft);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .026)),
    rgba(16, 16, 15, .66);
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
}

.site-header {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .028)),
    rgba(16, 16, 15, .72);
}

.site-header.is-scrolled {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .022)),
    rgba(12, 12, 11, .86);
}

.desktop-nav > a,
.nav-trigger,
.footer-column a,
.footer-contacts a,
.footer-bottom a,
.telegram-link,
.project-card a {
  transition: color .24s ease, opacity .24s ease, transform .24s ease;
}

.desktop-nav > a:hover,
.nav-group:hover .nav-trigger,
.nav-group:focus-within .nav-trigger,
.nav-group.is-open .nav-trigger {
  color: #fff;
  transform: translateY(-1px);
}

.dropdown-panel {
  padding: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .03)),
    rgba(15, 15, 14, .88);
  transform: translateY(6px) scale(.985);
  transition: opacity .24s ease, transform .24s ease;
}

.dropdown-panel > a {
  position: relative;
  overflow: hidden;
  background: transparent;
  transition: background .24s ease, color .24s ease, transform .24s ease;
}

.dropdown-panel > a:hover {
  background: rgba(255, 255, 255, .07);
  color: #fff;
  transform: translateX(2px);
}

.dropdown-panel > a::before {
  position: absolute;
  inset: 9px auto 9px 0;
  width: 2px;
  border-radius: var(--vr-pill);
  background: var(--vr-accent);
  content: "";
  opacity: 0;
  transform: scaleY(.45);
  transition: opacity .24s ease, transform .24s ease;
}

.dropdown-panel > a:hover::before {
  opacity: .85;
  transform: scaleY(1);
}

.dropdown-panel .mega-card {
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, .12), rgba(10, 10, 10, .74)),
    var(--menu-image) center/cover;
  transition: transform .3s ease, filter .3s ease;
}

.dropdown-panel .mega-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 34%),
    rgba(242, 106, 33, .08);
  content: "";
  opacity: 0;
}

.dropdown-panel .mega-card:hover {
  background:
    linear-gradient(180deg, rgba(10, 10, 10, .08), rgba(10, 10, 10, .7)),
    var(--menu-image) center/cover;
  filter: saturate(1.08) contrast(1.04);
  transform: translateY(-1px);
}

.dropdown-panel .mega-card:hover::before {
  opacity: 1;
}

.desktop-nav .dropdown-panel {
  top: calc(100% + 14px);
}

.desktop-nav .dropdown-panel-mega,
.desktop-nav .dropdown-panel-design {
  padding: 10px;
  border-radius: 24px;
}

.desktop-nav .dropdown-panel .mega-card {
  display: grid;
  min-height: 138px;
  align-content: end;
  padding: 16px;
  border-radius: 18px;
  text-decoration: none;
}

.desktop-nav .dropdown-panel .mega-card::before {
  z-index: 0;
}

.desktop-nav .dropdown-panel .mega-card span {
  margin-top: 0;
  font-size: .98rem;
}

.desktop-nav .dropdown-panel .mega-card small {
  font-size: .76rem;
}
.menu-toggle,
.btn-accent {
  border: 1px solid rgba(242, 106, 33, .5);
  background:
    linear-gradient(180deg, rgba(242, 106, 33, .92), rgba(200, 78, 15, .92));
  transition: background .24s ease, border-color .24s ease, color .24s ease, transform .24s ease;
}
.menu-toggle:hover,
.btn-accent:hover {
  border-color: rgba(255, 255, 255, .24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .09)),
    rgba(242, 106, 33, .22);
  color: #fff;
  transform: translateY(-1px);
}

.messenger,
.footer-socials a,
.slider-controls button,
.service-actions a,
.mobile-menu-bar button {
  transition: background .24s ease, border-color .24s ease, color .24s ease, transform .24s ease;
}

.messenger:hover,
.footer-socials a:hover,
.mobile-menu-bar button:hover {
  border-color: var(--vr-stroke-hot);
  background: rgba(255, 255, 255, .12);
  transform: translateY(-1px);
}

.trust-strip-item {
  border-color: rgba(255, 255, 255, .095);
  background: rgba(255, 255, 255, .065);
}

.trust-strip-item:hover {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .105);
  color: #fff;
  transform: translateY(-1px);
}
.hero-value div,
.hero-proof div,
.quiz-step-hint,
.quiz-result,
.lead-form input {
  border-color: var(--vr-stroke-soft);
  background: rgba(255, 255, 255, .062);
}

.quiz-board {
  overflow: visible;
  background:
    radial-gradient(circle at 84% -8%, rgba(242, 106, 33, .2), transparent 35%),
    linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02)),
    rgba(18, 18, 17, .72);
}

.quiz-board-aside {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .018)),
    rgba(14, 14, 13, .56);
}

.choice-grid button {
  border-color: rgba(255, 255, 255, .11);
  background: rgba(255, 255, 255, .066);
  transition: background .26s ease, color .26s ease, transform .26s ease, border-color .26s ease;
}

.choice-grid button:hover,
.choice-grid button.is-selected {
  border-color: var(--vr-stroke-hot);
  background:
    linear-gradient(145deg, rgba(242, 106, 33, .12), rgba(255, 255, 255, .07));
  color: #fff;
  transform: translateY(-1px);
}

.choice-grid-visual button::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .1), transparent 42%),
    rgba(242, 106, 33, .08);
  content: "";
  opacity: 0;
  transition: opacity .28s ease;
}

.choice-grid-visual button:hover::after,
.choice-grid-visual button.is-selected::after {
  opacity: 1;
}

.slider-controls button:hover {
  border-color: var(--vr-stroke-hot);
  background:
    linear-gradient(145deg, rgba(242, 106, 33, .14), rgba(255, 255, 255, .09));
  transform: translateY(-1px);
}

.service-actions a:first-child {
  border-color: var(--vr-stroke-hot);
  background: rgba(242, 106, 33, .14);
  color: #fff;
}

.service-actions a:hover {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .12);
  color: #fff;
  transform: translateY(-1px);
}
.project-card,
.reel-screen,
.review-video {
  border: 0;
}
.project-card:hover img,
.review-video:hover img {
  transform: scale(1.025);
}

.project-card a:hover,
.telegram-link:hover,
.footer-column a:hover,
.footer-contacts a:hover,
.footer-bottom a:hover {
  color: #fff;
  opacity: .86;
}

.tag-row span,
.reel-screen span,
.video-play-round,
.review-card::before {
  background: rgba(242, 106, 33, .18);
  color: #fff;
}

.faq-list details {
  transition: background .24s ease, border-color .24s ease;
}

.faq-list details:hover,
.faq-list details[open] {
  border-color: rgba(255, 255, 255, .14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .032)),
    rgba(18, 18, 17, .72);
}

.video-label {
  border: 0;
  background:
    linear-gradient(180deg, rgba(242, 106, 33, .95), rgba(159, 57, 10, .84));
}

.reel-screen svg {
  width: 54px;
  height: 54px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  transition: background .24s ease, border-color .24s ease, transform .24s ease;
}

.reel-card:hover .reel-screen svg,
.reel-card.is-active .reel-screen svg {
  border-color: var(--vr-stroke-hot);
  background: rgba(242, 106, 33, .18);
  transform: scale(1.04);
}

/* The marquee belongs to the hero, not a standalone section. */
.hero-section .hero-content {
  padding-bottom: clamp(104px, 13vh, 146px);
}

.hero-section .trust-strip {
  position: absolute;
  z-index: 4;
  bottom: clamp(18px, 3vw, 34px);
  left: 50%;
  width: min(var(--vr-container), calc(100% - 40px));
  margin: 0;
  padding-block: 0;
  transform: translateX(-50%);
}

.hero-section .trust-strip-item {
  min-height: 42px;
  border-color: rgba(255, 255, 255, .105);
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(14px) saturate(1.12);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
}

.quiz-section {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .hero-section .hero-content {
    padding-bottom: 98px;
  }

.hero-section .trust-strip {
    bottom: 16px;
    width: calc(100% - 20px);
  }
}

/* Section rhythm: one continuous dark surface instead of hard block cuts. */
main > section {
  position: relative;
}

main > section:not(.hero-section) {
  overflow: hidden;
}

main > section:not(.hero-section)::before {
  position: absolute;
  inset: 0 0 auto;
  height: clamp(96px, 12vw, 170px);
  background: linear-gradient(180deg, rgba(10, 10, 9, .96), rgba(10, 10, 9, 0));
  content: "";
  pointer-events: none;
}

main > section:not(.hero-section) > .container {
  position: relative;
  z-index: 1;
}

.quiz-section {
  background:
    linear-gradient(180deg, #10100f 0%, #151412 38%, #171512 100%);
}

.portfolio-process {
  background:
    linear-gradient(180deg, #171512 0%, #141312 42%, #111110 100%);
}

#services {
  background:
    linear-gradient(180deg, #111110 0%, #171513 44%, #141312 100%);
}

.process-section {
  background:
    linear-gradient(180deg, #141312 0%, #10100f 100%);
}

#team {
  background:
    linear-gradient(180deg, #10100f 0%, #151412 100%);
}

.reviews-section {
  background:
    linear-gradient(180deg, #151412 0%, #111110 100%);
}

.faq-section {
  background:
    linear-gradient(180deg, #111110 0%, #0c0c0b 100%);
}

#services .section-head {
  margin-bottom: clamp(22px, 3vw, 34px);
}

#services .section-head p {
  max-width: 360px;
}

@media (max-width: 767.98px) {
  main > section:not(.hero-section)::before {
    height: 88px;
  }
}

/* Hero composition: proof cards float into the team image as liquid glass. */
.hero-side {
  align-content: center;
  gap: 0;
  padding: clamp(2px, .7vw, 10px);
}

.hero-visual {
  z-index: 1;
  overflow: hidden;
  padding: clamp(6px, .8vw, 12px) clamp(8px, 1vw, 14px) 0;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .03)),
    rgba(255, 255, 255, .045);
  backdrop-filter: blur(18px) saturate(1.14);
  -webkit-backdrop-filter: blur(18px) saturate(1.14);
}

.hero-visual::before {
  display: none;
}

.hero-visual img {
  width: 108%;
  height: 108%;
  max-width: none;
  margin-inline: -4%;
  border-radius: 16px;
  object-fit: contain;
  object-position: center bottom;
}

.hero-proof {
  position: relative;
  z-index: 3;
  width: min(94%, 760px);
  justify-self: center;
  gap: clamp(8px, 1vw, 14px);
  margin-top: clamp(-118px, -7vw, -68px);
  padding-inline: clamp(6px, 1.2vw, 18px);
}

.hero-proof div {
  min-height: clamp(88px, 8vw, 114px);
  padding: clamp(14px, 1.7vw, 22px);
  border-color: rgba(255, 255, 255, .115);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .05)),
    rgba(18, 18, 17, .42);
  backdrop-filter: blur(24px) saturate(1.3);
  -webkit-backdrop-filter: blur(24px) saturate(1.3);
}

.hero-proof strong {
  font-size: clamp(1.85rem, 3vw, 2.65rem);
}

.hero-proof div > span {
  color: rgba(255, 255, 255, .74);
  font-size: .9rem;
}

@media (max-width: 991.98px) {
  .hero-proof {
    margin-top: -42px;
  }
}

@media (max-width: 767.98px) {
  .hero-side {
    margin-top: 10px;
  }

  .hero-visual {
    padding: 8px 8px 0;
    border-radius: 16px;
  }

  .hero-visual img {
    width: 106%;
    height: 106%;
    margin-inline: -3%;
  }

  .hero-proof {
    width: calc(100% - 12px);
    grid-template-columns: 1fr;
    margin-top: -36px;
    padding-inline: 0;
  }

  .hero-proof div {
    min-height: 76px;
  }
}

/* Requirement pass: compact CTA system for the approved home page. */
.phone-block .callback-link {
  width: fit-content;
  color: var(--vr-accent);
  font-size: .68rem;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
}

.phone-block .callback-link:hover {
  color: #fff;
}

.project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.project-actions a {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--vr-radius);
  background: rgba(255, 255, 255, .075);
  color: #fff;
  font-size: .82rem;
  line-height: 1;
  transition: background .24s ease, border-color .24s ease, transform .24s ease;
}

.project-actions a:first-child {
  border-color: rgba(242, 106, 33, .34);
  background: rgba(242, 106, 33, .13);
}

.project-actions a:hover {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .13);
  transform: translateY(-1px);
}

@media (max-width: 767.98px) {
  .mobile-menu-cta {
    grid-template-columns: 1fr;
  }
  .project-actions {
    flex-direction: column;
  }
  .project-actions a {
    width: 100%;
  }
}
/* Composition variety: reviews use an asymmetric grid. */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
  align-items: stretch;
}

.review-video {
  grid-column: span 5;
  grid-row: span 2;
  min-height: 430px;
  border-radius: 18px;
}

.review-card {
  min-height: auto;
  justify-content: space-between;
  border: 0;
  border-radius: 18px;
}

.review-card:nth-child(2) {
  grid-column: span 7;
  min-height: 205px;
}

.review-card:nth-child(3),
.review-card:nth-child(4) {
  grid-column: span 3;
  min-height: 207px;
}

.review-card:nth-child(4) {
  grid-column: span 4;
}

.review-card::before {
  margin-bottom: 24px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .86);
}

.review-card:nth-child(2) p {
  max-width: 620px;
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
}

.video-play-round {
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .14);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
}

@media (max-width: 991.98px) {

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

  .review-video,
  .review-card,
  .review-card:nth-child(2),
  .review-card:nth-child(3),
  .review-card:nth-child(4) {
    grid-column: span 1;
  }
}

/* Generated repeated backdrop for the non-hero sections. */
body {
  background:
    linear-gradient(180deg, rgba(12, 12, 11, .84), rgba(12, 12, 11, .88)),
    url("assets/backgrounds/sections-parallax-bg.png") center top / min(1120px, 96vw) auto scroll repeat-y,
    #0c0c0b;
}

.quiz-section {
  background:
    linear-gradient(180deg, rgba(16, 16, 15, .96) 0%, rgba(21, 20, 18, .9) 46%, rgba(23, 21, 18, .84) 100%);
}

.portfolio-process {
  background:
    linear-gradient(180deg, rgba(23, 21, 18, .84) 0%, rgba(20, 19, 18, .78) 44%, rgba(17, 17, 16, .82) 100%);
}

#services {
  background:
    linear-gradient(180deg, rgba(17, 17, 16, .8) 0%, rgba(23, 21, 19, .76) 48%, rgba(20, 19, 18, .82) 100%);
}

.process-section {
  background:
    linear-gradient(180deg, rgba(20, 19, 18, .82) 0%, rgba(16, 16, 15, .78) 100%);
}

#team {
  background:
    linear-gradient(180deg, rgba(16, 16, 15, .78) 0%, rgba(21, 20, 18, .82) 100%);
}

.reviews-section {
  background:
    linear-gradient(180deg, rgba(21, 20, 18, .82) 0%, rgba(17, 17, 16, .84) 100%);
}

.faq-section {
  background:
    linear-gradient(180deg, rgba(17, 17, 16, .84) 0%, rgba(12, 12, 11, .94) 100%);
}

main > section:not(.hero-section)::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(242, 106, 33, .08), transparent 28%),
    linear-gradient(90deg, rgba(0, 0, 0, .18), transparent 34%, rgba(0, 0, 0, .16));
  content: "";
  pointer-events: none;
}

main > section:not(.hero-section) > .container {
  z-index: 2;
}

@media (max-width: 991.98px) {
  body {
    background:
      linear-gradient(180deg, rgba(12, 12, 11, .88), rgba(12, 12, 11, .92)),
      url("assets/backgrounds/sections-parallax-bg.png") center top / 920px auto scroll repeat-y,
      #0c0c0b;
  }
}

/* Keep multi-column grids from ending with a single orphan card. */
@media (min-width: 992px) {
  .review-video {
    grid-column: span 6;
    grid-row: span 2;
  }

  .review-card:nth-child(2) {
    grid-column: span 6;
  }

  .review-card:nth-child(3),
  .review-card:nth-child(4) {
    grid-column: span 3;
  }
}

/* Quiz: lighter conversion block, fewer nested frames. */
.quiz-board {
  grid-template-columns: minmax(0, 1fr) minmax(270px, .38fr);
  gap: clamp(22px, 4vw, 56px);
  overflow: visible;
  padding: clamp(18px, 3.6vw, 52px) clamp(10px, 3.3vw, 40px);
  border: 0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 12%, rgba(242, 106, 33, .18), transparent 30%),
    linear-gradient(110deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .014) 52%, rgba(242, 106, 33, .055)),
    rgba(13, 13, 12, .42);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.quiz-progress {
  margin-bottom: clamp(24px, 3.2vw, 36px);
}

.quiz-progress div {
  height: 5px;
  background: rgba(255, 255, 255, .13);
}

.quiz-step h3 {
  margin-bottom: clamp(14px, 2vw, 22px);
  font-size: clamp(1.45rem, 2.3vw, 2.15rem);
}

.choice-grid {
  gap: 12px;
}

.choice-grid button {
  border: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .072), rgba(255, 255, 255, .028));
  transition: background .28s ease, color .28s ease, transform .28s ease;
}

.choice-grid button:hover,
.choice-grid button.is-selected {
  background:
    linear-gradient(145deg, rgba(242, 106, 33, .16), rgba(255, 255, 255, .07));
  transform: translateY(-1px);
}

.choice-grid-visual button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  min-height: 112px;
  align-content: end;
  column-gap: 14px;
  padding: clamp(16px, 2vw, 22px);
  background:
    linear-gradient(90deg, rgba(15, 15, 14, .94), rgba(15, 15, 14, .7) 58%, rgba(15, 15, 14, .34)),
    var(--choice-image) center/cover;
}

.choice-grid-visual button i,
.choice-grid-visual button svg {
  position: relative;
  z-index: 1;
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
  align-self: center;
  color: var(--vr-accent);
}

.choice-grid-visual button span,
.choice-grid-visual button small {
  min-width: 0;
}

.choice-grid-visual button::after {
  background:
    linear-gradient(90deg, rgba(242, 106, 33, .16), transparent 62%),
    rgba(255, 255, 255, .035);
}

.quiz-step-hint {
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
}

.quiz-step-hint span {
  color: var(--vr-accent);
  font-weight: 800;
  text-transform: uppercase;
}

.quiz-board-aside {
  align-self: stretch;
  gap: 18px;
  padding: 0;
  border: 0;
  background: transparent;
}

.quiz-aside-image {
  min-height: clamp(210px, 19vw, 285px);
  border-radius: 18px;
}

.quiz-aside-image img {
  min-height: clamp(210px, 19vw, 285px);
  transform: scale(1.035);
}

.quiz-aside-image span {
  bottom: 16px;
  left: 16px;
  background: rgba(20, 20, 19, .66);
}

.quiz-aside-content {
  padding: 0 4px;
}

.quiz-aside-content h3 {
  max-width: 250px;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.08;
}

.quiz-aside-content ul {
  gap: 10px;
}

.quiz-aside-content li {
  font-weight: 760;
}

@media (max-width: 991.98px) {
  .quiz-board {
    grid-template-columns: 1fr;
    padding-inline: clamp(14px, 4vw, 28px);
  }

  .quiz-board-aside {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .quiz-board {
    padding-block: 24px;
  }

  .choice-grid-visual button {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 94px;
  }

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

/* Color accents after the hero: graphite, warm white, muted sage and orange. */
:root {
  --vr-paper: #f1eadf;
  --vr-paper-ink: #171512;
  --vr-paper-muted: rgba(23, 21, 18, .68);
  --vr-sage: #8a947d;
  --vr-sage-dark: #252a22;
  --vr-copper-soft: #d78a4f;
}

.quiz-section {
  background:
    linear-gradient(180deg, rgba(18, 18, 17, .9) 0%, rgba(35, 31, 27, .82) 50%, rgba(24, 24, 21, .78) 100%),
    radial-gradient(circle at 78% 18%, rgba(241, 234, 223, .12), transparent 28%);
}

.portfolio-process {
  background:
    linear-gradient(180deg, rgba(24, 24, 21, .78) 0%, rgba(29, 32, 26, .84) 46%, rgba(18, 18, 17, .8) 100%),
    radial-gradient(circle at 12% 20%, rgba(138, 148, 125, .2), transparent 30%);
}

#services {
  background:
    linear-gradient(180deg, rgba(241, 234, 223, .92) 0%, rgba(224, 215, 202, .88) 52%, rgba(34, 31, 27, .88) 100%);
  color: var(--vr-paper-ink);
}

#services .eyebrow,
#services .section-head h2,
#services .section-head p {
  color: var(--vr-paper-ink);
}

#services .eyebrow {
  opacity: .82;
}

#services .section-head p {
  color: var(--vr-paper-muted);
}

.process-section {
  background:
    linear-gradient(180deg, rgba(34, 31, 27, .88) 0%, rgba(37, 42, 34, .82) 44%, rgba(15, 15, 14, .82) 100%);
}

#team {
  background:
    linear-gradient(180deg, rgba(15, 15, 14, .82) 0%, rgba(34, 31, 27, .8) 45%, rgba(20, 19, 18, .82) 100%),
    radial-gradient(circle at 80% 10%, rgba(215, 138, 79, .14), transparent 32%);
}

.reviews-section {
  background:
    linear-gradient(180deg, rgba(20, 19, 18, .82) 0%, rgba(241, 234, 223, .12) 48%, rgba(17, 17, 16, .84) 100%);
}

.faq-section {
  background:
    linear-gradient(180deg, rgba(17, 17, 16, .84) 0%, rgba(28, 31, 25, .8) 46%, rgba(12, 12, 11, .94) 100%);
}

main > section:not(.hero-section)::after {
  background:
    radial-gradient(circle at 16% 18%, rgba(241, 234, 223, .08), transparent 28%),
    radial-gradient(circle at 84% 36%, rgba(138, 148, 125, .1), transparent 26%),
    linear-gradient(90deg, rgba(0, 0, 0, .14), transparent 34%, rgba(0, 0, 0, .12));
}

.quiz-board {
  background:
    radial-gradient(circle at 78% 12%, rgba(241, 234, 223, .16), transparent 30%),
    radial-gradient(circle at 4% 90%, rgba(242, 106, 33, .1), transparent 28%),
    linear-gradient(110deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018) 52%, rgba(138, 148, 125, .08)),
    rgba(13, 13, 12, .5);
}

.choice-grid-visual button:nth-child(even)::after {
  background:
    linear-gradient(90deg, rgba(138, 148, 125, .22), transparent 62%),
    rgba(255, 255, 255, .035);
}

.project-card:nth-child(even)::after {
  background:
    linear-gradient(180deg, transparent 26%, rgba(20, 25, 19, .86)),
    linear-gradient(90deg, rgba(138, 148, 125, .22), transparent 54%);
}

.project-card:nth-child(3n)::after {
  background:
    linear-gradient(180deg, transparent 26%, rgba(31, 26, 22, .88)),
    linear-gradient(90deg, rgba(215, 138, 79, .2), transparent 54%);
}

.project-card:nth-child(even) .tag-row span,
.reel-screen span:nth-child(even) {
  background: rgba(138, 148, 125, .28);
}
.review-card {
  background: var(--vr-paper);
  color: var(--vr-paper-ink);
}
.review-card h3,
.review-card p,
.review-card span {
  color: var(--vr-paper-ink);
}
.review-card p {
  color: var(--vr-paper-muted);
}

.review-card:nth-child(3) {
  background: #dfe5db;
}

.review-card:nth-child(4) {
  background: #252a22;
}

.review-card:nth-child(4) h3,
.review-card:nth-child(4) p,
.review-card:nth-child(4) span {
  color: #fff;
}

.review-card::before {
  background: rgba(242, 106, 33, .16);
  color: var(--vr-accent-dark);
}

.review-card:nth-child(4)::before {
  color: #fff;
  background: rgba(242, 106, 33, .24);
}

.faq-list details:nth-child(even) {
  background:
    linear-gradient(145deg, rgba(138, 148, 125, .16), rgba(255, 255, 255, .035)),
    rgba(25, 28, 23, .7);
}

@media (max-width: 767.98px) {
  #services .section-head h2,
  #services .section-head p {
    color: #fff;
  }

  #services {
    background:
      linear-gradient(180deg, rgba(35, 31, 27, .88) 0%, rgba(24, 23, 21, .86) 100%);
  }
}

/* Services in the reference behave as tabs: pick one tariff, then read one offer. */
#services {
  overflow: visible;
}

.services-tabs-shell {
  display: grid;
  gap: clamp(18px, 2.8vw, 30px);
}

.services-tabs {
  position: sticky;
  z-index: 7;
  top: clamp(92px, 8vw, 122px);
  display: flex;
  overflow-x: auto;
  gap: clamp(14px, 2.5vw, 38px);
  margin-inline: -6px;
  padding: 12px 6px 2px;
  border-bottom: 1px solid rgba(23, 21, 18, .22);
  background:
    linear-gradient(180deg, rgba(241, 234, 223, .96), rgba(241, 234, 223, .84));
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  scrollbar-width: none;
}

.services-tabs::-webkit-scrollbar {
  display: none;
}

.services-tabs button {
  position: relative;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 0 14px;
  border: 0;
  background: transparent;
  color: rgba(23, 21, 18, .58);
  font-size: clamp(.86rem, 1vw, .98rem);
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: color .24s ease;
}

.services-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 3px;
  border-radius: var(--vr-pill);
  background: var(--vr-accent);
  content: "";
  opacity: 0;
  transform: scaleX(.72);
  transform-origin: left center;
  transition: opacity .24s ease, transform .24s ease;
}

.services-tabs button:hover,
.services-tabs button.is-active {
  color: var(--vr-paper-ink);
}

.services-tabs button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.services-panels {
  position: relative;
  min-height: clamp(620px, 50vw, 720px);
}

.service-panel {
  display: grid;
  height: 100%;
  min-height: clamp(620px, 50vw, 720px);
  overflow: hidden;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  border-radius: 18px;
  background: #171716;
  animation: fadeUp .24s ease;
}

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

.service-panel-copy {
  display: grid;
  align-content: center;
  padding: clamp(28px, 4.2vw, 64px);
  color: #fff;
}

.service-kicker {
  width: fit-content;
  margin-bottom: 22px;
  padding: 7px 10px;
  border-radius: var(--vr-pill);
  background: rgba(242, 106, 33, .14);
  color: var(--vr-accent);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.service-panel-icon {
  display: grid;
  width: clamp(58px, 5vw, 76px);
  height: clamp(58px, 5vw, 76px);
  place-items: center;
  margin-bottom: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(241, 234, 223, .96), rgba(241, 234, 223, .42)),
    linear-gradient(145deg, rgba(242, 106, 33, .28), rgba(138, 148, 125, .12));
  color: var(--vr-accent-dark);
  font-size: clamp(34px, 3.4vw, 46px);
  line-height: 1;
}

.service-panel h3 {
  max-width: 520px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1.02;
}

.service-panel p {
  max-width: 560px;
  margin: 18px 0 24px;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(.98rem, 1.25vw, 1.08rem);
  line-height: 1.58;
}

.service-panel ul {
  display: grid;
  gap: 11px;
  max-width: 560px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.service-panel li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .82);
  font-size: .96rem;
}

.service-panel li svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 9px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .04)),
    rgba(242, 106, 33, .08);
  color: var(--vr-accent);
}

.service-panel-meta {
  display: grid;
  gap: 4px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .72);
}

.service-panel-meta b {
  color: var(--vr-accent);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 900;
}

.service-panel-meta span {
  font-size: .9rem;
}

.service-panel-actions {
  flex-wrap: wrap;
  max-width: 420px;
}

.service-panel-actions a {
  min-height: 46px;
  padding-inline: 18px;
}

.service-panel-media {
  position: relative;
  min-height: inherit;
  overflow: hidden;
}

.service-panel-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 23, 22, .34), transparent 42%),
    linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, .22));
  content: "";
  pointer-events: none;
}

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

.service-panel:hover .service-panel-media img {
  transform: scale(1.025);
}

#services .section-head {
  margin-bottom: clamp(18px, 2.5vw, 28px);
}

@media (max-width: 991.98px) {
  .service-panel {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .services-panels {
    min-height: 0;
  }

  .service-panel-media {
    order: -1;
  }

  .services-tabs {
    top: 78px;
    gap: 24px;
  }
}

@media (max-width: 767.98px) {
  .services-tabs {
    border-bottom-color: rgba(255, 255, 255, .16);
  }

  .services-tabs button {
    color: rgba(255, 255, 255, .58);
  }

  .services-tabs button:hover,
  .services-tabs button.is-active {
    color: #fff;
  }

  .service-panel {
    min-height: 0;
    border-radius: 16px;
  }

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

  .service-panel-media {
    min-height: 220px;
  }

  .service-panel-actions a {
    width: 100%;
  }
}

/* Quiz balance pass: taller image choices, clearer hover, richer icons. */
.quiz-board {
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .34fr);
  gap: clamp(28px, 4vw, 64px);
}

.quiz-board-main {
  display: grid;
  min-height: clamp(520px, 38vw, 650px);
  grid-template-rows: auto 1fr;
}

.quiz-step.is-active {
  min-height: 0;
}

.quiz-step[data-step="1"].is-active {
  display: grid;
  align-content: center;
}

.quiz-step[data-step="2"].is-active,
.quiz-step[data-step="3"].is-active {
  display: grid;
  min-height: clamp(340px, 26vw, 440px);
  align-content: center;
}

.choice-grid-visual {
  gap: clamp(14px, 1.6vw, 20px);
}

.choice-grid-visual button {
  grid-template-columns: 58px minmax(0, 1fr);
  min-height: clamp(152px, 13vw, 205px);
  align-content: center;
  padding: clamp(18px, 2vw, 26px);
  background:
    linear-gradient(90deg, rgba(15, 15, 14, .82), rgba(15, 15, 14, .48) 56%, rgba(15, 15, 14, .18)),
    var(--choice-image) center/cover;
}

.choice-grid-visual button:hover,
.choice-grid-visual button.is-selected {
  background:
    linear-gradient(90deg, rgba(15, 15, 14, .62), rgba(15, 15, 14, .28) 56%, rgba(15, 15, 14, .06)),
    var(--choice-image) center/cover;
}

.choice-grid-visual button:hover::after,
.choice-grid-visual button.is-selected::after {
  opacity: .34;
}

.choice-grid-visual button > svg {
  display: none;
}

.choice-grid-visual button span {
  font-size: clamp(1.05rem, 1.45vw, 1.38rem);
}

.choice-grid-visual button small {
  font-size: clamp(.82rem, 1vw, .95rem);
}

.quiz-aside-image {
  min-height: clamp(300px, 25vw, 395px);
}

.quiz-aside-image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, .08) 28%, rgba(0, 0, 0, .48));
  transition: background .3s ease;
}

.quiz-aside-image img {
  min-height: clamp(300px, 25vw, 395px);
  transition: transform .45s ease;
}

.quiz-aside-image:hover::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, .02) 22%, rgba(0, 0, 0, .32));
}

.quiz-aside-image:hover img {
  transform: scale(1.065);
}

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

  .quiz-board-main {
    min-height: 0;
  }

  .choice-grid-visual button {
    min-height: 140px;
  }

  .quiz-aside-image,
  .quiz-aside-image img {
    min-height: 250px;
  }
}

@media (max-width: 767.98px) {
  .choice-grid-visual button {
    grid-template-columns: 50px minmax(0, 1fr);
    min-height: 116px;
  }
}

.service-video-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(8, 8, 7, .72);
  backdrop-filter: blur(18px) saturate(1.05);
  -webkit-backdrop-filter: blur(18px) saturate(1.05);
}

.service-video-modal.is-open {
  display: flex;
}

.service-video-dialog {
  position: relative;
  display: grid;
  width: min(1040px, 100%);
  overflow: hidden;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background: #171716;
}

.service-video-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--vr-pill);
  background: rgba(20, 20, 19, .66);
  color: #fff;
}

.service-video-frame {
  position: relative;
  min-height: clamp(320px, 42vw, 560px);
  overflow: hidden;
}

.service-video-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .32));
  content: "";
}

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

.service-video-frame video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #070707;
}

.service-video-frame video:not([hidden]) + span {
  display: none;
}

.service-video-frame span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(72px, 7vw, 96px);
  height: clamp(72px, 7vw, 96px);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(241, 234, 223, .9), rgba(241, 234, 223, .42)),
    rgba(242, 106, 33, .16);
  color: var(--vr-accent-dark);
  transform: translate(-50%, -50%);
}

.service-video-frame span svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.service-video-caption {
  display: grid;
  align-content: end;
  padding: clamp(24px, 3vw, 38px);
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 106, 33, .18), transparent 36%),
    #171716;
}

.service-video-caption span {
  margin-bottom: 10px;
  color: var(--vr-accent);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.service-video-caption h2 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
  font-weight: 900;
  line-height: 1.04;
}

.service-video-caption p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.5;
}

body.modal-open {
  overflow: hidden;
}

.portfolio-video-modal {
  position: fixed;
  inset: 0;
  z-index: 1250;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 2.6vw, 28px);
  background: rgba(8, 8, 7, .76);
  backdrop-filter: blur(18px) saturate(1.05);
  -webkit-backdrop-filter: blur(18px) saturate(1.05);
}

.portfolio-video-modal.is-open {
  display: flex;
}

.portfolio-video-dialog {
  position: relative;
  display: grid;
  width: min(1120px, 100%);
  overflow: hidden;
  grid-template-rows: minmax(260px, 1fr) auto;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--vr-radius-xl);
  background: #121211;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .38);
}

.portfolio-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 50% 50%, rgba(242, 106, 33, .16), transparent 38%),
    #0c0c0b;
}

.portfolio-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.portfolio-video-close,
.portfolio-video-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: var(--vr-radius-xs);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .05)),
    rgba(16, 16, 15, .72);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
}

.portfolio-video-close {
  top: 16px;
  right: 16px;
}

.portfolio-video-prev,
.portfolio-video-next {
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-video-prev {
  left: 16px;
}

.portfolio-video-next {
  right: 16px;
}

.portfolio-video-close:hover,
.portfolio-video-nav:hover {
  background:
    linear-gradient(145deg, rgba(242, 106, 33, .28), rgba(255, 255, 255, .08)),
    rgba(16, 16, 15, .78);
}

.portfolio-video-caption {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(18px, 2.3vw, 28px);
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 106, 33, .16), transparent 32%),
    #171716;
}

.portfolio-video-caption span {
  display: block;
  margin-bottom: 6px;
  color: var(--vr-accent);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.portfolio-video-caption h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  font-weight: 900;
  line-height: 1.05;
}

.portfolio-video-caption a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: var(--vr-radius-xs);
  background:
    linear-gradient(180deg, rgba(242, 106, 33, .95), rgba(200, 78, 15, .94));
  color: #fff;
  font-size: .84rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .service-video-dialog {
    grid-template-columns: 1fr;
  }

  .service-video-frame {
    min-height: 260px;
  }

  .portfolio-video-dialog {
    grid-template-rows: auto auto;
  }

  .portfolio-video-caption {
    align-items: flex-start;
    flex-direction: column;
  }

  .portfolio-video-nav {
    top: auto;
    bottom: 108px;
    transform: none;
  }

  .portfolio-video-prev {
    left: 12px;
  }

  .portfolio-video-next {
    right: 12px;
  }
}

/* Services sticky tabs: dark liquid glass, no beige slab or sharp corners. */
#services {
  background:
    linear-gradient(180deg, rgba(17, 17, 16, .86) 0%, rgba(28, 26, 23, .84) 44%, rgba(15, 15, 14, .88) 100%),
    radial-gradient(circle at 18% 16%, rgba(242, 106, 33, .12), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(138, 148, 125, .12), transparent 30%);
  color: #fff;
}

#services .eyebrow,
#services .section-head h2 {
  color: #fff;
}

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

#services .section-head {
  margin-bottom: clamp(12px, 1.7vw, 20px);
}

.services-tabs-shell {
  gap: clamp(14px, 2vw, 22px);
}

.services-tabs {
  top: clamp(86px, 7vw, 108px);
  gap: clamp(6px, .8vw, 10px);
  margin-inline: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--vr-pill);
  background:
    linear-gradient(145deg, rgba(34, 33, 31, .78), rgba(17, 17, 16, .62)),
    rgba(17, 17, 16, .58);
  backdrop-filter: blur(20px) saturate(1.16);
  -webkit-backdrop-filter: blur(20px) saturate(1.16);
}

.services-tabs button {
  min-height: 42px;
  padding: 0 clamp(12px, 1.25vw, 18px);
  border-radius: var(--vr-pill);
  color: rgba(255, 255, 255, .62);
  letter-spacing: 0;
  transition: background .24s ease, color .24s ease, transform .24s ease;
}

.services-tabs button::after {
  display: none;
}

.services-tabs button:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.services-tabs button.is-active {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .055)),
    rgba(242, 106, 33, .16);
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 991.98px) {
  .services-tabs {
    top: 76px;
  }
}

@media (max-width: 767.98px) {
  .services-tabs {
    padding: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    border-radius: 18px;
  }

  .services-tabs button {
    min-height: 38px;
    padding-inline: 12px;
  }
}

/* Client-provided repeated background for every section after the hero. */
body {
  background: #0c0c0b;
}

main > section:not(.hero-section)::after {
  background-image:
    linear-gradient(180deg, rgba(10, 10, 9, .68), rgba(10, 10, 9, .56)),
    radial-gradient(circle at 20% 18%, rgba(242, 106, 33, .12), transparent 30%),
    url("assets/backgrounds/client-site-bg.png");
  background-position:
    center,
    center,
    center top;
  background-size:
    cover,
    cover,
    min(1180px, 94vw) auto;
  background-repeat:
    no-repeat,
    no-repeat,
    repeat-y;
  background-attachment:
    scroll,
    scroll,
    scroll;
  opacity: .72;
}

.quiz-section {
  background:
    linear-gradient(180deg, rgba(16, 16, 15, .68) 0%, rgba(26, 23, 20, .58) 52%, rgba(18, 18, 17, .66) 100%);
}

.portfolio-process {
  background:
    linear-gradient(180deg, rgba(18, 18, 17, .62) 0%, rgba(24, 27, 22, .58) 48%, rgba(16, 16, 15, .64) 100%);
}

#services {
  background:
    linear-gradient(180deg, rgba(17, 17, 16, .66) 0%, rgba(28, 26, 23, .58) 44%, rgba(15, 15, 14, .7) 100%);
}

.process-section {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, .66) 0%, rgba(32, 36, 29, .56) 48%, rgba(15, 15, 14, .7) 100%);
}

#team {
  background:
    linear-gradient(180deg, rgba(15, 15, 14, .66) 0%, rgba(29, 26, 23, .56) 46%, rgba(18, 18, 17, .7) 100%);
}

.reviews-section {
  background:
    linear-gradient(180deg, rgba(18, 18, 17, .68) 0%, rgba(28, 25, 22, .56) 50%, rgba(15, 15, 14, .72) 100%);
}

.faq-section {
  background:
    linear-gradient(180deg, rgba(15, 15, 14, .7) 0%, rgba(25, 28, 23, .58) 46%, rgba(12, 12, 11, .82) 100%);
}

@media (max-width: 991.98px) {
  main > section:not(.hero-section)::after {
    background-attachment:
      scroll,
      scroll,
      scroll;
    opacity: .6;
  }
}

/* Compact services viewport: equal tabs and equal-height panels. */
#services.section-pad {
  padding: clamp(36px, 4.6vw, 58px) 0 clamp(42px, 5vw, 68px);
}

#services .section-head {
  margin-bottom: clamp(10px, 1.3vw, 16px);
}

#services .section-head h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.services-tabs-shell {
  gap: clamp(12px, 1.5vw, 18px);
}

@media (min-width: 992px) {
  .services-tabs {
    display: grid;
    overflow: visible;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 6px;
    padding: 7px;
  }

  .services-tabs button {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 0 8px;
    font-size: clamp(.68rem, .72vw, .8rem);
    line-height: 1.05;
    text-align: center;
    white-space: normal;
  }

  .services-panels,
  .service-panel {
    min-height: clamp(400px, 36vw, 470px);
  }

  .service-panel {
    grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr);
  }
}

.service-panel-copy {
  padding: clamp(22px, 3vw, 38px);
}

.service-kicker {
  margin-bottom: 12px;
  padding: 6px 10px;
  font-size: .66rem;
}

.service-panel-icon {
  width: clamp(46px, 3.6vw, 58px);
  height: clamp(46px, 3.6vw, 58px);
  margin-bottom: clamp(12px, 1.4vw, 16px);
  border-radius: 16px;
  font-size: clamp(28px, 2.5vw, 34px);
}

.service-panel h3 {
  font-size: clamp(1.55rem, 2.45vw, 2.35rem);
}

.service-panel p {
  margin: 12px 0 16px;
  font-size: clamp(.9rem, 1vw, .98rem);
  line-height: 1.45;
}

.service-panel ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  margin-bottom: 16px;
}

.service-panel li {
  gap: 8px;
  font-size: .84rem;
  line-height: 1.3;
}

.service-panel li svg {
  width: 22px;
  height: 22px;
  padding: 4px;
  border-radius: 8px;
}

.service-panel-meta {
  margin-bottom: 16px;
}

.service-panel-meta b {
  font-size: 1rem;
}

.service-panel-meta span {
  font-size: .82rem;
}

.service-panel-actions a {
  min-height: 40px;
  padding: 8px 14px;
  font-size: .82rem;
}

@media (max-width: 991.98px) {
  .services-tabs {
    overflow-x: auto;
  }

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

/* Open top menu, desktop-first. */
.site-header {
  grid-template-columns: auto minmax(360px, 1fr) auto;
}

.desktop-nav {
  justify-content: center;
  gap: clamp(6px, .8vw, 12px);
}

.desktop-nav > a,
.desktop-nav .nav-trigger {
  position: relative;
  gap: 8px;
  min-height: 42px;
  padding: 0 clamp(10px, .9vw, 14px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--vr-pill);
  background: rgba(255, 255, 255, .045);
  transition: background .24s ease, border-color .24s ease, color .24s ease, transform .24s ease;
}

.desktop-nav > a::after {
  position: absolute;
  right: 12px;
  bottom: 5px;
  left: 40px;
  height: 2px;
  border-radius: 999px;
  background: var(--vr-accent);
  content: "";
  opacity: 0;
  transform: scaleX(.2);
  transform-origin: center;
  transition: opacity .24s ease, transform .24s ease;
}

.desktop-nav > a:hover::after {
  opacity: .9;
  transform: scaleX(1);
}

.desktop-nav > a:hover,
.desktop-nav .nav-trigger:hover,
.nav-group:hover .nav-trigger,
.nav-group:focus-within .nav-trigger,
.nav-group.is-open .nav-trigger {
  border-color: rgba(242, 106, 33, .36);
  background:
    linear-gradient(145deg, rgba(242, 106, 33, .16), rgba(255, 255, 255, .055)),
    rgba(255, 255, 255, .07);
  color: #fff;
  transform: translateY(-1px);
}

.nav-item-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: var(--vr-accent);
  stroke-width: 2.2;
}

.nav-chevron {
  width: 14px;
  height: 14px;
  margin-left: -3px;
  color: rgba(255, 255, 255, .54);
  stroke-width: 2.4;
}

.nav-group:hover .nav-trigger .nav-item-icon,
.nav-group:focus-within .nav-trigger .nav-item-icon,
.nav-group.is-open .nav-trigger .nav-item-icon {
  transform: none;
}

.nav-group:hover .nav-trigger .nav-chevron,
.nav-group:focus-within .nav-trigger .nav-chevron,
.nav-group.is-open .nav-trigger .nav-chevron {
  transform: rotate(180deg);
}

.nav-more-menu {
  min-width: 236px;
}

.nav-more-menu > a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-more-menu > a svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--vr-accent);
  stroke-width: 2.2;
}

.header-actions {
  gap: clamp(8px, .9vw, 14px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .035)),
    rgba(242, 106, 33, .18);
}

.menu-toggle-lines {
  position: relative;
  display: grid;
  width: 18px;
  height: 14px;
  align-content: space-between;
}

.menu-toggle-lines span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transition: transform .28s ease, opacity .2s ease, width .24s ease;
}

.menu-toggle-lines span:nth-child(2) {
  width: 72%;
  justify-self: end;
}

body.menu-open .menu-toggle {
  border-color: rgba(242, 106, 33, .48);
  background:
    linear-gradient(145deg, rgba(242, 106, 33, .36), rgba(255, 255, 255, .07)),
    rgba(18, 18, 17, .74);
}

body.menu-open .menu-toggle-lines span:first-child {
  transform: translateY(6px) rotate(45deg);
}

body.menu-open .menu-toggle-lines span:nth-child(2) {
  opacity: 0;
  transform: translateX(5px);
}

body.menu-open .menu-toggle-lines span:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
  top: 92px;
  right: auto;
  bottom: auto;
  left: 50%;
  display: flex;
  width: min(var(--vr-container), calc(100% - 40px));
  max-height: min(72vh, 560px);
  overflow: hidden;
  padding: clamp(16px, 2vw, 24px);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .03)),
    radial-gradient(circle at 82% 16%, rgba(242, 106, 33, .18), transparent 32%),
    rgba(14, 14, 13, .88);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-18px) scale(.98);
}

.mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1);
}

.mobile-menu-bar {
  margin-bottom: 12px;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
}

.mobile-menu nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  overflow: visible;
  padding-bottom: 0;
}

.mobile-menu nav a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
  color: rgba(255, 255, 255, .84);
  font-size: clamp(.84rem, .82vw, .98rem);
  transition: background .24s ease, border-color .24s ease, color .24s ease, transform .24s ease;
}

.mobile-menu nav a:hover {
  border-color: rgba(242, 106, 33, .46);
  background: rgba(242, 106, 33, .1);
  color: #fff;
  transform: translateY(-1px);
}

.mobile-menu-feature {
  display: grid;
  gap: 4px;
  margin-top: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(242, 106, 33, .18), rgba(255, 255, 255, .045)),
    rgba(255, 255, 255, .035);
  color: #fff;
}

.mobile-menu-feature span {
  color: var(--vr-accent);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mobile-menu-feature b {
  font-size: clamp(1rem, 1.25vw, 1.28rem);
  line-height: 1.2;
}

.mobile-menu-cta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}

@media (max-width: 1240px) {
  .desktop-nav {
    gap: 6px;
    font-size: .8rem;
  }

  .desktop-nav > a,
  .desktop-nav .nav-trigger {
    padding-inline: 9px;
  }

  .phone-block {
    display: none;
  }
}

@media (max-width: 1120px) {
  .messengers {
    display: none;
  }
}

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

  .menu-toggle {
    display: grid;
  }

  .mobile-menu nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .mobile-menu {
    top: 80px;
    width: calc(100% - 20px);
    max-height: calc(100vh - 96px);
    border-radius: 24px;
  }

  .mobile-menu nav {
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .mobile-menu nav a {
    min-height: 48px;
  }

  .mobile-menu-cta {
    grid-template-columns: 1fr;
  }
}

.video-shell.portfolio-video {
  grid-template-columns: 1fr;
  gap: 14px;
}

.portfolio-video .video-label {
  width: fit-content;
  min-height: 0;
  align-self: start;
  padding: 8px 14px;
  border: 1px solid rgba(242, 106, 33, .42);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(242, 106, 33, .22), rgba(255, 255, 255, .045)),
    rgba(15, 15, 14, .66);
  color: var(--vr-accent);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  transform: none;
  writing-mode: horizontal-tb;
}

.portfolio-video .video-content {
  min-width: 0;
}

/* Smooth dark handoff from portfolio/videos to services. */
.portfolio-process {
  background:
    linear-gradient(180deg, rgba(18, 18, 17, .72) 0%, rgba(15, 15, 14, .92) 76%, rgba(12, 12, 11, .98) 100%),
    radial-gradient(circle at 16% 18%, rgba(242, 106, 33, .08), transparent 30%);
}

#services {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(12, 12, 11, .98) 0%, rgba(16, 15, 14, .94) 22%, rgba(25, 23, 21, .78) 58%, rgba(14, 14, 13, .92) 100%),
    radial-gradient(circle at 18% 10%, rgba(242, 106, 33, .1), transparent 30%),
    radial-gradient(circle at 82% 0%, rgba(138, 148, 125, .08), transparent 30%);
  color: #fff;
}

#services::before {
  height: clamp(110px, 14vw, 210px);
  background:
    linear-gradient(180deg, rgba(12, 12, 11, .98) 0%, rgba(12, 12, 11, .72) 45%, rgba(12, 12, 11, 0) 100%);
}

#services .eyebrow,
#services .section-head h2 {
  color: #fff;
}

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

#services .services-tabs {
  border-color: rgba(255, 255, 255, .13);
  background:
    linear-gradient(145deg, rgba(34, 33, 31, .8), rgba(17, 17, 16, .66)),
    rgba(17, 17, 16, .62);
}

/* Screen-fit pass: quiz and tariff panels should read as one desktop viewport. */
.quiz-section.section-pad {
  padding: clamp(34px, 4vw, 54px) 0 clamp(36px, 4.6vw, 62px);
}

.quiz-section .section-head {
  margin-bottom: clamp(10px, 1.2vw, 16px);
}

.quiz-section .section-head h2 {
  font-size: clamp(1.75rem, 2.8vw, 3rem);
}

.quiz-section .section-head p {
  font-size: .92rem;
  line-height: 1.35;
}

.quiz-board {
  grid-template-columns: minmax(0, 1fr) minmax(300px, .34fr);
  gap: clamp(20px, 2.6vw, 36px);
  padding: clamp(18px, 2.2vw, 30px);
  border-radius: 22px;
}

.quiz-board-main {
  min-height: 0;
  grid-template-rows: auto auto;
}

.quiz-progress {
  margin-bottom: clamp(14px, 1.6vw, 20px);
}

.quiz-step h3 {
  margin-bottom: clamp(12px, 1.4vw, 16px);
  font-size: clamp(1.45rem, 2.1vw, 2.25rem);
}

.quiz-step[data-step="1"].is-active,
.quiz-step[data-step="2"].is-active,
.quiz-step[data-step="3"].is-active {
  min-height: 0;
  align-content: start;
}

.choice-grid-visual {
  gap: clamp(10px, 1.15vw, 14px);
}

.choice-grid-visual button {
  grid-template-columns: 50px minmax(0, 1fr);
  min-height: clamp(112px, 9.8vw, 146px);
  padding: clamp(14px, 1.5vw, 18px);
}

.choice-grid-visual button span {
  font-size: clamp(.98rem, 1.16vw, 1.2rem);
}

.choice-grid-visual button small {
  font-size: clamp(.76rem, .88vw, .88rem);
}

.quiz-step-hint {
  margin-top: clamp(10px, 1.1vw, 14px);
  font-size: clamp(.82rem, .9vw, .94rem);
  line-height: 1.25;
}

.quiz-board-aside {
  gap: clamp(12px, 1.3vw, 16px);
  align-self: stretch;
  justify-content: start;
}

.quiz-aside-image,
.quiz-aside-image img {
  min-height: clamp(180px, 16vw, 250px);
}

.quiz-aside-content h3 {
  max-width: 270px;
  margin-bottom: 8px;
  font-size: clamp(1.35rem, 1.9vw, 2rem);
}

.quiz-aside-content p {
  margin-bottom: 12px;
  font-size: clamp(.86rem, .96vw, .98rem);
  line-height: 1.45;
}

.quiz-aside-content ul {
  gap: 7px;
}

.quiz-aside-content li {
  gap: 9px;
  font-size: clamp(.84rem, .92vw, .98rem);
  line-height: 1.25;
}

.quiz-aside-content svg {
  width: 22px;
  height: 22px;
}

.range-field {
  gap: 10px;
}

.range-field span {
  font-size: clamp(2rem, 3.8vw, 3.35rem);
}

.quiz-result {
  margin-bottom: 12px;
  padding: 12px;
}

.lead-form input {
  min-height: 46px;
}

.telegram-link {
  margin-top: 10px;
}

#services.section-pad {
  padding: clamp(34px, 4vw, 52px) 0 clamp(38px, 4.4vw, 60px);
}

@media (min-width: 992px) {
  .services-panels,
  .service-panel {
    min-height: clamp(360px, 31vw, 430px);
  }

  .service-panel-copy {
    padding: clamp(20px, 2.4vw, 34px);
  }

  .service-panel h3 {
    font-size: clamp(1.45rem, 2.15vw, 2.15rem);
  }

  .service-panel p {
    margin: 10px 0 14px;
    line-height: 1.42;
  }
}

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

  .quiz-board-aside {
    grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
  }
}

/* Final viewport fit: quiz and services should not feel like oversized scroll blocks on desktop. */
@media (min-width: 992px) {
  #quiz {
    scroll-margin-top: 58px;
  }

  #services {
    scroll-margin-top: 16px;
  }

  #services.section-pad {
    padding: clamp(14px, 1.8vw, 26px) 0 clamp(30px, 3.2vw, 46px);
  }

  #services::before {
    height: clamp(46px, 6vw, 90px);
  }

  #services .section-head {
    align-items: center;
    margin-bottom: clamp(8px, .9vw, 12px);
  }

  #services .section-head h2 {
    margin-top: 5px;
    font-size: clamp(1.65rem, 2.45vw, 2.45rem);
    line-height: 1.02;
  }

  #services .section-head p {
    margin-bottom: 3px;
    font-size: .88rem;
  }

  .services-tabs-shell {
    gap: 10px;
  }

  .services-tabs {
    top: 84px;
    padding: 6px;
  }

  .services-tabs button {
    min-height: 34px;
    font-size: clamp(.64rem, .68vw, .74rem);
  }

  .services-panels,
  .service-panel {
    min-height: clamp(330px, 28vw, 382px);
  }

  .service-panel {
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    border-radius: 16px;
  }

  .service-panel-copy {
    padding: clamp(16px, 2vw, 26px);
  }

  .service-kicker {
    margin-bottom: 8px;
  }

  .service-panel-icon {
    width: clamp(40px, 3.1vw, 50px);
    height: clamp(40px, 3.1vw, 50px);
    margin-bottom: 10px;
    font-size: clamp(24px, 2.1vw, 30px);
  }

  .service-panel h3 {
    font-size: clamp(1.38rem, 2vw, 1.95rem);
  }

  .service-panel p {
    margin: 8px 0 11px;
    font-size: .88rem;
    line-height: 1.36;
  }

  .service-panel ul {
    gap: 6px 10px;
    margin-bottom: 11px;
  }

  .service-panel li {
    font-size: .8rem;
    line-height: 1.22;
  }

  .service-panel li svg {
    width: 20px;
    height: 20px;
  }

  .service-panel-meta {
    margin-bottom: 11px;
  }

  .service-panel-actions a {
    min-height: 36px;
  }

  .services-panels,
  .service-panel {
    height: clamp(318px, 26vw, 360px);
    min-height: 0;
  }

  .service-panel {
    overflow: hidden;
  }

  .service-panel-copy {
    align-content: start;
  }

  .service-panel-media {
    min-height: 0;
  }

  .service-panel-media img {
    height: 100%;
    object-position: center;
  }
}

/* Accent islands: portfolio/results and process break up the dark rhythm without beige tones. */
.portfolio-process,
.process-section {
  color: #fff;
}

.portfolio-process {
  background:
    linear-gradient(180deg, rgba(11, 11, 10, .98) 0%, rgba(15, 23, 22, .96) 18%, rgba(19, 32, 31, .98) 58%, rgba(12, 12, 11, .96) 100%),
    radial-gradient(circle at 8% 22%, rgba(242, 106, 33, .2), transparent 24%),
    radial-gradient(circle at 83% 30%, rgba(83, 128, 124, .22), transparent 34%);
}

.process-section {
  background:
    linear-gradient(180deg, rgba(12, 12, 11, .96) 0%, rgba(18, 29, 30, .96) 24%, rgba(32, 43, 38, .95) 63%, rgba(13, 13, 12, .97) 100%),
    radial-gradient(circle at 13% 14%, rgba(83, 128, 124, .24), transparent 28%),
    radial-gradient(circle at 86% 25%, rgba(242, 106, 33, .16), transparent 24%);
}

.portfolio-process::before,
.process-section::before {
  height: clamp(92px, 10vw, 150px);
  background: linear-gradient(180deg, rgba(10, 10, 9, .96), rgba(14, 19, 18, 0));
}

.portfolio-process::after,
.process-section::after {
  background-image:
    linear-gradient(115deg, rgba(255, 255, 255, .08), transparent 35%, rgba(83, 128, 124, .12) 74%, transparent),
    radial-gradient(circle at 18% 18%, rgba(242, 106, 33, .14), transparent 28%),
    radial-gradient(circle at 82% 64%, rgba(83, 128, 124, .18), transparent 30%),
    url("assets/backgrounds/client-site-bg.png");
  background-position:
    center,
    center,
    center,
    center top;
  background-size:
    cover,
    cover,
    cover,
    min(1180px, 94vw) auto;
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    repeat-y;
  background-attachment:
    scroll,
    scroll,
    scroll,
    scroll;
  opacity: .34;
}

.portfolio-process .eyebrow,
.portfolio-process .section-head h2,
.portfolio-process .section-head p,
.process-section .eyebrow,
.process-section .section-head h2,
.process-section .section-head p {
  color: #fff;
}

.portfolio-process .eyebrow,
.process-section .eyebrow {
  color: rgba(255, 126, 57, .96);
}

.portfolio-process .section-head p,
.process-section .section-head p {
  color: rgba(255, 255, 255, .66);
}

.portfolio-process .slider-controls button {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  backdrop-filter: blur(14px) saturate(1.12);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
}

.portfolio-process .slider-controls button:hover {
  background: var(--vr-accent);
  color: #fff;
}

.portfolio-process .video-label {
  border: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .04)),
    linear-gradient(180deg, rgba(242, 106, 33, .28), rgba(83, 128, 124, .2), rgba(8, 9, 8, .86));
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.portfolio-process .project-card,
.portfolio-process .reel-screen {
  border: 1px solid rgba(255, 255, 255, .12);
}

.portfolio-process .project-card-content {
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .1) 22%, rgba(0, 0, 0, .62));
}

.portfolio-process .video-shell {
  position: relative;
  padding: clamp(14px, 1.6vw, 22px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .025)),
    rgba(10, 12, 11, .46);
  backdrop-filter: blur(18px) saturate(1.16);
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
}

.portfolio-process .reel-card h3 {
  color: #fff;
}

.process-section .btn-ghost {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
}

.process-section .btn-ghost:hover {
  border-color: rgba(242, 106, 33, .7);
  background: rgba(242, 106, 33, .16);
  color: #fff;
}

/* Site background pass: keep the hero cinematic, then use the client texture everywhere else. */
main > section:not(.hero-section) {
  background:
    linear-gradient(180deg, rgba(12, 12, 11, .74), rgba(18, 17, 15, .72)),
    radial-gradient(circle at 18% 12%, rgba(242, 106, 33, .1), transparent 30%),
    url("assets/backgrounds/client-site-bg.png") center top / min(1180px, 94vw) auto repeat-y;
}

main > section:not(.hero-section)::before {
  background: linear-gradient(180deg, rgba(10, 10, 9, .42), rgba(10, 10, 9, 0));
}

main > section:not(.hero-section)::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .08), transparent 38%, rgba(0, 0, 0, .1)),
    radial-gradient(circle at 82% 22%, rgba(138, 148, 125, .08), transparent 30%);
  opacity: .58;
}

.quiz-section {
  color: #171512;
  background:
    linear-gradient(180deg, rgba(241, 234, 223, .96), rgba(232, 222, 209, .93)),
    radial-gradient(circle at 12% 12%, rgba(242, 106, 33, .12), transparent 28%),
    url("assets/backgrounds/client-site-bg.png") center top / min(1180px, 94vw) auto repeat-y;
}

.quiz-section::before {
  background: linear-gradient(180deg, rgba(255, 250, 242, .72), rgba(255, 250, 242, 0));
}

.quiz-section::after {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, .7), rgba(255, 250, 242, .26) 42%, rgba(232, 222, 209, .52)),
    radial-gradient(circle at 84% 18%, rgba(242, 106, 33, .12), transparent 32%);
  opacity: 1;
}

.quiz-section .eyebrow {
  color: var(--vr-accent-dark);
}

.quiz-section .section-head h2 {
  color: #191715;
}

.quiz-section .section-head {
  align-items: flex-end;
  margin-bottom: clamp(22px, 2.8vw, 34px);
}

.quiz-section .section-head p {
  color: rgba(25, 23, 21, .66);
}

.quiz-section .quiz-board {
  border-color: rgba(25, 23, 21, .16);
  box-shadow: 0 28px 80px rgba(25, 23, 21, .22);
  background:
    radial-gradient(circle at 82% -12%, rgba(242, 106, 33, .22), transparent 34%),
    linear-gradient(145deg, rgba(43, 41, 37, .96), rgba(18, 18, 17, .98) 72%);
}

.site-footer {
  background:
    linear-gradient(180deg, rgba(12, 12, 11, .92), rgba(12, 12, 11, .96)),
    url("assets/backgrounds/client-site-bg.png") center bottom / min(1180px, 94vw) auto repeat-y;
}

/* Air pass after the hero: lighter rhythm, fewer frames, clearer selection states. */
main > section:not(.hero-section).section-pad {
  padding-top: clamp(76px, 8.2vw, 124px);
  padding-bottom: clamp(76px, 8.2vw, 124px);
}

.quiz-section.section-pad {
  padding-top: clamp(78px, 8vw, 118px);
  padding-bottom: clamp(82px, 8.4vw, 126px);
}

.quiz-board {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  align-items: stretch;
  gap: clamp(28px, 4vw, 58px);
  padding: clamp(28px, 4vw, 56px);
  border: 0;
  border-radius: 30px;
  box-shadow: 0 34px 90px rgba(25, 23, 21, .18);
}

.quiz-board-aside {
  align-self: stretch;
  display: grid;
  grid-template-rows: minmax(230px, 1fr) auto;
  border: 0;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .026)),
    rgba(14, 14, 13, .46);
}

.quiz-aside-image,
.quiz-aside-image img {
  min-height: clamp(240px, 20vw, 320px);
}

.choice-grid {
  gap: clamp(14px, 1.8vw, 22px);
}

.choice-grid button {
  position: relative;
  border: 0;
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
}

.choice-grid button:hover,
.choice-grid button.is-selected {
  box-shadow:
    inset 0 0 0 1px rgba(242, 106, 33, .48),
    0 18px 38px rgba(13, 13, 12, .18);
}

.choice-grid-visual button {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: end;
  align-items: end;
  row-gap: 4px;
  min-height: clamp(150px, 12vw, 188px);
  padding: clamp(20px, 2.1vw, 28px);
  background:
    linear-gradient(90deg, rgba(15, 15, 14, .72), rgba(15, 15, 14, .46) 58%, rgba(15, 15, 14, .18)),
    var(--choice-image) center/cover;
}

.choice-grid-visual button:hover,
.choice-grid-visual button.is-selected {
  background:
    linear-gradient(90deg, rgba(15, 15, 14, .58), rgba(15, 15, 14, .32) 58%, rgba(15, 15, 14, .1)),
    var(--choice-image) center/cover;
}

.choice-grid-visual button::after {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .08), transparent 44%),
    radial-gradient(circle at 18% 18%, rgba(242, 106, 33, .18), transparent 28%);
}

.choice-grid-visual button:hover::after,
.choice-grid-visual button.is-selected::after {
  opacity: .5;
}

.choice-grid-visual button span,
.choice-grid-visual button small {
  grid-column: 1;
  max-width: 100%;
}

.choice-grid-compact button {
  min-height: 64px;
  padding-right: 18px;
  background: rgba(255, 255, 255, .072);
}

.quiz-step-hint,
.quiz-result,
.lead-form input {
  border: 0;
  border-radius: 18px;
}
.portfolio-process .video-shell,
.services-tabs,
.service-panel,
.review-card,
.review-video,
.faq-list details {
  border-width: 0;
}

.service-panel {
  border-radius: 28px;
}

.project-card {
  border: 0;
  border-radius: 24px;
}

@media (max-width: 767.98px) {
  main > section:not(.hero-section).section-pad {
    padding-top: 62px;
    padding-bottom: 68px;
  }

  .quiz-board {
    padding: 22px;
    border-radius: 24px;
  }

  .choice-grid-visual button {
    grid-template-columns: minmax(0, 1fr);
    min-height: 132px;
    border-radius: 18px;
  }
}

/* Portfolio system pass: consistent tags, aligned actions and a scalable rail. */
.portfolio-process .section-head {
  margin-bottom: clamp(18px, 2.4vw, 28px);
}

.portfolio-system {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(22px, 3vw, 36px);
  padding: 0;
  color: #fff;
}

.portfolio-system div {
  display: grid;
  max-width: 720px;
  gap: 6px;
}

.portfolio-system span {
  width: fit-content;
  color: var(--vr-accent);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.portfolio-system b {
  color: rgba(255, 255, 255, .78);
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  font-weight: 650;
  line-height: 1.5;
}

.portfolio-system a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: var(--vr-pill);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .05)),
    rgba(255, 255, 255, .08);
  color: #fff;
  font-weight: 820;
  text-decoration: none;
  white-space: nowrap;
  transition: background .24s ease, color .24s ease, transform .24s ease;
}

.portfolio-system a:hover {
  background: rgba(242, 106, 33, .2);
  color: #fff;
  transform: translateY(-1px);
}

.portfolio-rail {
  grid-auto-columns: minmax(330px, 29%);
  gap: clamp(18px, 2vw, 26px);
  padding: 8px 4px 26px;
}

.project-card {
  display: grid;
  min-height: clamp(460px, 40vw, 560px);
  border-radius: 28px;
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
}

.project-card:first-child {
  grid-column: span 2;
}

.project-card::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .04) 16%, rgba(0, 0, 0, .18) 45%, rgba(0, 0, 0, .86) 100%),
    radial-gradient(circle at 18% 78%, rgba(242, 106, 33, .18), transparent 34%);
}

.project-card-content {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(22px, 2.4vw, 32px);
}

.tag-row {
  min-height: 32px;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}

.tag,
.tag-row span,
.reel-screen span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--vr-pill);
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .92);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(14px) saturate(1.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
}

.tag svg,
.tag-row span svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  stroke-width: 2.4;
}

.tag-video {
  background: rgba(242, 106, 33, .18);
  border-color: rgba(242, 106, 33, .42);
}

.tag-review {
  background: rgba(83, 128, 124, .2);
  border-color: rgba(126, 178, 171, .35);
}

.tag-design {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .22);
}
.tag-process {
  background: rgba(38, 38, 36, .55);
  border-color: rgba(255, 255, 255, .18);
}

.project-card h3 {
  max-width: 520px;
  margin-bottom: 10px;
  font-size: clamp(1.35rem, 1.9vw, 2rem);
  line-height: 1.05;
}

.project-card p {
  max-width: 560px;
  min-height: 48px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .76);
  line-height: 1.45;
}

.project-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
}

.project-actions a,
.project-actions button {
  display: inline-flex;
  min-height: 44px;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 0;
  border-radius: var(--vr-pill);
  background: rgba(255, 255, 255, .12);
  font-family: inherit;
  font-size: .84rem;
  line-height: 1.12;
  text-align: center;
  text-wrap: balance;
  white-space: normal;
  cursor: pointer;
}

.project-actions a svg,
.project-actions button svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.project-actions .project-action-primary,
.project-actions a:first-child,
.project-actions button:first-child {
  background:
    linear-gradient(180deg, rgba(242, 106, 33, .95), rgba(200, 78, 15, .94));
  color: #fff;
}

.project-actions .project-action-secondary {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .055)),
    rgba(18, 18, 17, .38);
  color: #fff;
}

.project-actions a:hover,
.project-actions button:hover {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.project-actions .project-action-primary:hover,
.project-actions a:first-child:hover,
.project-actions button:first-child:hover {
  background:
    linear-gradient(180deg, rgba(255, 126, 57, .98), rgba(200, 78, 15, .98));
}

.project-actions .project-action-secondary:hover {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .08)),
    rgba(18, 18, 17, .46);
}

.video-shell.portfolio-video {
  margin-top: clamp(44px, 6vw, 84px);
  padding: clamp(22px, 3vw, 36px);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .026)),
    rgba(10, 12, 11, .44);
}

.portfolio-video .video-label {
  padding: 8px 13px;
}

.portfolio-video .section-head {
  margin-bottom: clamp(18px, 2.2vw, 28px);
}

.video-rail {
  grid-auto-columns: minmax(210px, 22%);
  gap: clamp(16px, 1.7vw, 22px);
  padding-bottom: 8px;
}

.reel-card {
  display: grid;
  gap: 14px;
}

.reel-screen {
  border: 0;
  border-radius: 24px;
  box-shadow: 0 20px 54px rgba(0, 0, 0, .22);
}

.reel-screen::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .42)),
    radial-gradient(circle at 50% 50%, rgba(242, 106, 33, .12), transparent 34%);
  content: "";
  pointer-events: none;
}

.reel-screen svg {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .52));
  color: var(--vr-accent-dark);
}

.reel-screen span {
  z-index: 2;
  bottom: 16px;
  left: 16px;
}

.reel-card h3 {
  min-height: 48px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(.98rem, 1.05vw, 1.1rem);
  line-height: 1.28;
}

@media (max-width: 991.98px) {
  .portfolio-system {
    align-items: flex-start;
    flex-direction: column;
  }

  .portfolio-rail {
    grid-auto-columns: minmax(310px, 72%);
  }

  .project-card:first-child {
    grid-column: span 1;
  }

  .video-rail {
    grid-auto-columns: minmax(210px, 38%);
  }
}

@media (max-width: 767.98px) {
  .portfolio-system a {
    width: 100%;
  }

  .portfolio-rail,
  .video-rail {
    grid-auto-columns: minmax(280px, 86%);
  }

  .project-card {
    min-height: 440px;
    border-radius: 24px;
  }

  .project-actions {
    grid-template-columns: 1fr;
  }

  .video-shell.portfolio-video {
    padding: 18px;
    border-radius: 26px;
  }
}

/* Portfolio spacing polish: compact action rows and less inflated cards. */
.portfolio-rail {
  gap: clamp(16px, 1.7vw, 22px);
  padding-bottom: 18px;
}

.project-card {
  min-height: clamp(410px, 34vw, 500px);
}

.project-card-content {
  min-height: 0;
  padding: clamp(20px, 2vw, 28px);
}

.tag-row {
  min-height: 0;
  gap: 7px;
  margin-bottom: 12px;
}

.tag,
.tag-row span,
.reel-screen span {
  min-height: 26px;
  padding: 0 9px;
  font-size: .66rem;
}

.project-card h3 {
  margin-bottom: 8px;
}

.project-title-link {
  color: inherit;
  text-decoration: none;
}

.project-title-link:hover {
  color: #fff;
}

.project-card p {
  min-height: 0;
  margin-bottom: 16px;
  font-size: .92rem;
  line-height: 1.38;
}

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

.project-actions a,
.project-actions button {
  min-width: 0;
  min-height: 40px;
  padding: 8px 10px;
  font-size: .74rem;
  font-weight: 850;
  line-height: 1.12;
  text-wrap: balance;
  white-space: normal;
}

.project-actions a svg,
.project-actions button svg {
  width: 14px;
  height: 14px;
}

.video-shell.portfolio-video {
  margin-top: clamp(36px, 4.8vw, 64px);
}

@media (max-width: 767.98px) {
  .project-card {
    min-height: 400px;
  }

  .project-actions {
    grid-template-columns: 1fr;
  }
}

/* Portfolio refinement: client-facing intro and shared radius scale. */
main > section.portfolio-process.section-pad {
  padding-top: clamp(44px, 4.2vw, 68px);
}

.portfolio-process .section-head {
  align-items: center;
  margin-bottom: clamp(12px, 1.8vw, 20px);
}

.portfolio-process .slider-controls {
  gap: 6px;
}

.portfolio-process .slider-controls button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: var(--vr-radius-xs);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04)),
    rgba(255, 255, 255, .07);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.portfolio-process .slider-controls button:hover {
  background:
    linear-gradient(145deg, rgba(242, 106, 33, .24), rgba(255, 255, 255, .06)),
    rgba(255, 255, 255, .08);
  transform: translateY(-1px);
}

.portfolio-system {
  display: block;
  max-width: 640px;
  margin-bottom: clamp(18px, 2.4vw, 28px);
}

.portfolio-system div {
  max-width: none;
}

.portfolio-system span {
  letter-spacing: .06em;
}

.portfolio-system b {
  display: block;
  max-width: 560px;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(.94rem, 1.05vw, 1rem);
  font-weight: 620;
}

.project-card,
.reel-screen,
.video-shell.portfolio-video {
  border-radius: var(--vr-radius-xl);
}

.project-card-content {
  padding: clamp(18px, 1.8vw, 24px);
}

.project-actions a,
.project-actions button {
  border-radius: var(--vr-radius-xs);
}

/* Reels video block: vertical stories with real muted previews. */
.video-shell.reels-showcase {
  grid-template-columns: minmax(104px, 12vw) minmax(0, 1fr);
  gap: clamp(18px, 2.8vw, 34px);
  align-items: stretch;
  padding: clamp(18px, 2.4vw, 28px);
}

.reels-showcase .video-label {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: auto;
  min-height: auto;
  align-self: stretch;
  padding: clamp(22px, 3vw, 34px) 12px;
  border-radius: var(--vr-radius-xl);
  border: 0;
  background:
    radial-gradient(circle at 50% 12%, rgba(242, 106, 33, .52), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .035)),
    rgba(17, 17, 16, .86);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .06),
    0 22px 70px rgba(242, 106, 33, .12);
  font-size: clamp(1.45rem, 2.2vw, 2.3rem);
  font-weight: 950;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.reels-showcase .video-label::before {
  display: none;
  content: none;
}

.reels-showcase .video-label span {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .4);
}

.reels-head {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(18px, 2.2vw, 28px);
}

.reels-head > div:first-child {
  min-width: 0;
  flex: 1 1 auto;
}

.reels-head h2 {
  max-width: 760px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(1.9rem, 3.2vw, 3.4rem);
  line-height: .96;
}

.reels-head p {
  max-width: none;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(.94rem, 1vw, 1rem);
  line-height: 1.5;
  white-space: nowrap;
}

.reels-slider-controls {
  flex-shrink: 0;
  align-self: flex-start;
  gap: 7px;
}

.reels-showcase .slider-controls button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: var(--vr-radius-xs);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04)),
    rgba(255, 255, 255, .07);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.reels-showcase .video-rail {
  grid-auto-columns: minmax(210px, 23%);
  gap: clamp(14px, 1.8vw, 24px);
  padding: 2px 2px 16px;
}

.reels-showcase .reel-card {
  gap: 12px;
}

.reels-showcase .reel-screen {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: var(--vr-radius-lg);
  background: #10100f;
  cursor: pointer;
}

.reels-showcase .reel-screen video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reels-showcase .reel-screen::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .18) 48%, rgba(0, 0, 0, .72)),
    radial-gradient(circle at 50% 42%, rgba(242, 106, 33, .1), transparent 32%);
  content: "";
}

.reels-showcase .reel-screen::after {
  z-index: 1;
  background: linear-gradient(135deg, rgba(255, 255, 255, .1), transparent 42%);
  opacity: .58;
}

.reels-showcase .reel-screen .reel-play-control,
.reels-showcase .reel-screen svg.reel-play-control {
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  z-index: 2;
  display: grid !important;
  width: 54px !important;
  height: 54px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .48));
  pointer-events: none;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: translate(-50%, -50%) !important;
  fill: currentColor !important;
  stroke: currentColor;
  stroke-width: 2.4;
  transition: opacity .2s ease, transform .2s ease, color .2s ease;
}

.reels-showcase .reel-card:hover .reel-screen svg.reel-play-control,
.reels-showcase .reel-card.is-active .reel-screen svg.reel-play-control,
.reels-showcase .reel-card.is-quick-playing .reel-screen svg.reel-play-control {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: translate(-50%, -50%) !important;
}

.reels-showcase .reel-card:hover .reel-play-control,
.reels-showcase .reel-card.is-quick-playing .reel-play-control {
  opacity: 0;
  transform: translate(-50%, -50%) scale(.94) !important;
}

.reel-open-full {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: grid;
  width: 42px;
  min-width: 0;
  flex: 0 0 auto;
  height: 42px;
  place-items: center;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: var(--vr-radius-xs);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .05)),
    rgba(16, 16, 15, .58);
  color: #fff;
  opacity: .86;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.reels-showcase .reel-screen .reel-open-full svg,
.reels-showcase .reel-card:hover .reel-screen .reel-open-full svg,
.reels-showcase .reel-card.is-active .reel-screen .reel-open-full svg,
.reels-showcase .reel-card.is-quick-playing .reel-screen .reel-open-full svg {
  position: static !important;
  z-index: auto !important;
  width: 18px !important;
  height: 18px !important;
  min-height: 0 !important;
  flex: 0 0 auto;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: none !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
}

.reels-showcase .reel-screen:focus-visible {
  outline: 2px solid rgba(242, 106, 33, .72);
  outline-offset: 4px;
}

.reel-open-full:hover {
  background:
    linear-gradient(180deg, rgba(242, 106, 33, .92), rgba(200, 78, 15, .92));
  opacity: 1;
  transform: translateY(-1px);
}

.reels-showcase .reel-screen .tag {
  z-index: 2;
}

.reels-showcase .reel-card h3 {
  min-width: 0;
  min-height: 0;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: .98rem;
  line-height: 1.18;
}

.reels-video-modal {
  position: fixed;
  inset: 0;
  z-index: 1260;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 2.4vw, 28px);
  background: rgba(8, 8, 7, .78);
  backdrop-filter: blur(18px) saturate(1.05);
  -webkit-backdrop-filter: blur(18px) saturate(1.05);
}

.reels-video-modal.is-open {
  display: flex;
}

.reels-video-modal.is-open .reels-video-dialog {
  animation: reelsDialogIn .22s ease both;
}

.reels-video-dialog {
  position: relative;
  display: grid;
  width: min(360px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  overflow: hidden;
  grid-template-rows: minmax(0, 1fr) auto;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--vr-radius-xl);
  background: #111110;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .42);
}

.reels-video-frame {
  position: relative;
  display: grid;
  overflow: hidden;
  height: min(640px, calc(100vh - 146px));
  background: #050505;
}

.reels-video-frame video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #050505;
}

.reels-video-close,
.reels-video-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: var(--vr-radius-xs);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .05)),
    rgba(16, 16, 15, .72);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
}

.reels-video-close {
  top: 14px;
  right: 14px;
}

.reels-video-close svg,
.reels-video-nav svg {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  fill: none;
  stroke: currentColor;
}

.reels-video-prev,
.reels-video-next {
  top: 50%;
  transform: translateY(-50%);
}

.reels-video-prev {
  left: 14px;
}

.reels-video-next {
  right: 14px;
}

.reels-video-caption {
  position: relative;
  z-index: 3;
  padding: 14px 20px 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 106, 33, .16), transparent 34%),
    #171716;
}

.reels-video-caption span {
  display: block;
  margin-bottom: 5px;
  color: var(--vr-accent);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.reels-video-caption h2 {
  margin: 0;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.08;
}

@keyframes reelsDialogIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 991.98px) {
  .video-shell.reels-showcase {
    grid-template-columns: 1fr;
  }

  .reels-showcase .video-label {
    width: 100%;
    min-height: 64px;
    align-self: stretch;
    writing-mode: initial;
    transform: none;
  }

  .reels-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .reels-head p {
    white-space: normal;
  }

  .reels-slider-controls {
    align-self: flex-start;
  }

  .reels-showcase .video-rail {
    grid-auto-columns: minmax(190px, 48%);
  }
}

@media (max-width: 575.98px) {
  .video-shell.reels-showcase {
    padding: 16px;
  }

  .reels-showcase .video-rail {
    grid-auto-columns: minmax(174px, 76%);
  }

  .reels-video-dialog {
    width: min(340px, calc(100vw - 28px));
  }

  .reels-video-frame {
    height: min(604px, calc(100vh - 126px));
  }

  .reels-video-caption {
    padding: 12px 16px 15px;
  }
}

/* Services redesign: lighter, lower and closer to the shared page language. */
#services {
  overflow: hidden;
  color: #1a1714;
  background:
    linear-gradient(180deg, rgba(238, 229, 217, .94), rgba(226, 215, 201, .9)),
    radial-gradient(circle at 14% 12%, rgba(242, 106, 33, .1), transparent 30%),
    url("assets/backgrounds/client-site-bg.png") center top / min(1180px, 94vw) auto repeat-y;
}

#services::before {
  height: clamp(82px, 9vw, 130px);
  background: linear-gradient(180deg, rgba(12, 12, 11, .78), rgba(238, 229, 217, 0));
}

#services::after {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, .55), rgba(255, 250, 242, .16) 48%, rgba(226, 215, 201, .42)),
    radial-gradient(circle at 88% 16%, rgba(83, 128, 124, .12), transparent 30%);
  opacity: .9;
}

#services .eyebrow {
  color: var(--vr-accent-dark);
}

#services .section-head h2 {
  color: #171512;
}

#services .section-head p {
  color: rgba(23, 21, 18, .62);
}

#services.section-pad {
  padding-top: clamp(70px, 7.2vw, 106px);
  padding-bottom: clamp(76px, 7.6vw, 112px);
}

#services .section-head {
  margin-bottom: clamp(18px, 2.4vw, 30px);
}

.services-tabs-shell {
  gap: clamp(18px, 2.2vw, 26px);
}

#services .services-tabs {
  position: relative;
  top: auto;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 0;
  padding: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .56);
  box-shadow: inset 0 0 0 1px rgba(23, 21, 18, .08);
  backdrop-filter: blur(16px) saturate(1.08);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
}

#services .services-tabs button {
  flex: 1 0 auto;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(23, 21, 18, .58);
  font-size: .76rem;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

#services .services-tabs button:hover,
#services .services-tabs button.is-active {
  background: #171512;
  color: #fff;
  transform: none;
}

.services-panels,
.service-panel {
  height: auto;
  min-height: 0;
}

.service-panel {
  grid-template-columns: minmax(0, .92fr) minmax(320px, .78fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .34)),
    rgba(255, 255, 255, .42);
  box-shadow: 0 28px 78px rgba(28, 24, 19, .14);
  color: #171512;
}

.service-panel-copy {
  align-content: start;
  padding: clamp(26px, 3vw, 42px);
  color: #171512;
}

.service-kicker {
  margin-bottom: 14px;
  background: rgba(242, 106, 33, .12);
  color: var(--vr-accent-dark);
}

.service-panel-icon {
  display: none;
}

.service-panel h3 {
  color: #171512;
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
}

.service-panel p {
  max-width: 620px;
  margin: 12px 0 18px;
  color: rgba(23, 21, 18, .68);
  font-size: .96rem;
  line-height: 1.48;
}

.service-panel ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 18px;
}

.service-panel li {
  min-height: 38px;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .5);
  color: rgba(23, 21, 18, .72);
  font-size: .84rem;
}

.service-panel li svg {
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--vr-accent-dark);
}

.service-panel-meta {
  margin-bottom: 18px;
  color: rgba(23, 21, 18, .58);
}

.service-panel-meta b {
  color: #171512;
}

.service-panel-actions {
  display: grid;
  max-width: 380px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.service-panel-actions a {
  min-height: 40px;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  font-size: .82rem;
}

.service-panel-actions a:first-child {
  background:
    linear-gradient(180deg, rgba(242, 106, 33, .96), rgba(200, 78, 15, .95));
}

.service-panel-actions a:last-child {
  border-color: rgba(23, 21, 18, .12);
  background: rgba(23, 21, 18, .07);
  color: #171512;
}

.service-panel-media {
  min-height: 340px;
  margin: 14px 14px 14px 0;
  border-radius: 24px;
}

.service-panel-media::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .22)),
    radial-gradient(circle at 76% 20%, rgba(242, 106, 33, .12), transparent 32%);
}

@media (min-width: 992px) {
  #services .services-tabs {
    display: flex;
  }

  .services-panels,
  .service-panel {
    min-height: 0;
  }
}

@media (max-width: 991.98px) {
  .service-panel {
    grid-template-columns: 1fr;
  }

  .service-panel-media {
    order: -1;
    min-height: 260px;
    margin: 12px 12px 0;
  }
}

@media (max-width: 767.98px) {
  #services .services-tabs {
    border-radius: 20px;
  }

  .service-panel {
    border-radius: 24px;
  }

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

  .service-panel ul,
  .service-panel-actions {
    grid-template-columns: 1fr;
  }
}

/* Team redesign: real team photo, clear responsibilities, no awkward hover overlays. */
#team {
  color: #171512;
  background:
    linear-gradient(180deg, rgba(238, 229, 217, .92), rgba(19, 18, 16, .9) 78%, rgba(13, 13, 12, .95)),
    url("assets/backgrounds/client-site-bg.png") center top / min(1180px, 94vw) auto repeat-y;
}

#team::before {
  background: linear-gradient(180deg, rgba(238, 229, 217, .72), rgba(238, 229, 217, 0));
}

#team::after {
  background:
    radial-gradient(circle at 14% 18%, rgba(242, 106, 33, .14), transparent 28%),
    linear-gradient(180deg, rgba(255, 250, 242, .34), rgba(0, 0, 0, .22) 72%);
  opacity: .9;
}

#team .eyebrow {
  color: var(--vr-accent-dark);
}

#team .section-head h2 {
  color: #171512;
}

#team .section-head p {
  color: rgba(23, 21, 18, .66);
}

/* Reviews and footer polish: real-source cards and a stronger final CTA. */
.reviews-section {
  color: #171512;
  background: var(--vr-light-section-bg);
}

.reviews-section::before {
  display: none;
  content: none;
}

.reviews-section .section-head h2,
.reviews-section .section-head p {
  color: #171512;
}

.reviews-section .section-head p {
  color: rgba(23, 21, 18, .66);
}

.reviews-section .btn-ghost {
  border-color: rgba(23, 21, 18, .12);
  background: rgba(255, 255, 255, .62);
  color: #171512;
}

.reviews-grid {
  grid-template-columns: minmax(320px, .9fr) repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 22px);
}

.review-video {
  grid-column: auto;
  grid-row: span 1;
  min-height: 410px;
  border: 0;
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
}

.review-card {
  min-height: 410px;
  justify-content: space-between;
  padding: clamp(20px, 2vw, 28px);
  border: 0;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .62)),
    rgba(255, 255, 255, .5);
  color: #171512;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .12);
}

.review-card::before {
  content: "“";
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: rgba(242, 106, 33, .12);
  color: var(--vr-accent-dark);
  font-size: 2.2rem;
  line-height: 1.05;
}

.review-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.review-source span {
  color: var(--vr-accent-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.review-source b {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 9px;
  border-radius: var(--vr-pill);
  background: rgba(242, 106, 33, .12);
  color: var(--vr-accent-dark);
  font-size: .8rem;
  font-weight: 900;
}

.review-card h3 {
  color: #171512;
  font-size: clamp(1.15rem, 1.4vw, 1.35rem);
}

.review-card p {
  color: rgba(23, 21, 18, .68);
  font-size: .98rem;
  line-height: 1.52;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 88px) 0 26px;
  border-top: 0;
  background:
    linear-gradient(180deg, rgba(13, 13, 12, .98), rgba(20, 26, 24, .96) 52%, rgba(8, 8, 7, .98)),
    radial-gradient(circle at 15% 8%, rgba(242, 106, 33, .22), transparent 28%),
    url("assets/backgrounds/client-site-bg.png") center bottom / min(1180px, 94vw) auto repeat-y;
}

.site-footer::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .08), transparent 38%, rgba(83, 128, 124, .1) 74%, transparent),
    radial-gradient(circle at 86% 18%, rgba(83, 128, 124, .16), transparent 30%);
  content: "";
  pointer-events: none;
}

.site-footer > .container {
  position: relative;
  z-index: 1;
}

.footer-grid {
  padding: clamp(22px, 3vw, 34px);
  border-radius: 30px;
  background: rgba(255, 255, 255, .045);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.footer-column a,
.footer-contacts a,
.footer-bottom a {
  transition: color .2s ease, transform .2s ease;
}

.footer-map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.footer-map-link svg {
  width: 16px;
  height: 16px;
  color: var(--vr-accent);
}

.footer-bottom {
  border-top-color: rgba(255, 255, 255, .1);
}

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

  .review-video,
  .review-card {
    min-height: 320px;
  }
}

@media (max-width: 767.98px) {
  .footer-grid {
    padding: 22px;
  }
}
/* Radius system pass: one shared scale for controls,
cards and large sections. */
.btn,
.lead-form input,
.lead-form button,
.callback-link,
.project-action-primary,
.project-action-secondary,
.service-actions a,
.service-panel-actions a,
.mobile-menu-cta a {
  border-radius: var(--vr-radius-xs);
}
.messenger,
.trust-strip-item,
.hero-kicker,
.eyebrow,
.quiz-back,
.tag,
.tag-row span,
.portfolio-system strong,
.services-tabs button,
.service-panel-meta,
.review-source,
.footer-socials a {
  border-radius: var(--vr-pill);
}
.dropdown-panel,
.dropdown-panel .mega-card,
.choice-grid button,
.quiz-step-hint,
.quiz-result,
.reel-screen,
.faq-list details,
.mobile-menu-feature {
  border-radius: var(--vr-radius-md);
}
.quiz-aside-image,
.service-panel-media,
.service-panel-media img,
.project-card img,
.review-video img,
.review-video::after {
  border-radius: var(--vr-radius-lg);
}
.quiz-board,
.quiz-board-aside,
.project-card,
.reel-card,
.service-panel,
.services-panels,
.review-card,
.review-video,
.footer-grid {
  border-radius: var(--vr-radius-xl);
}
@media (max-width: 767.98px) {
  .quiz-board,
  .quiz-board-aside,
  .project-card,
  .reel-card,
  .service-panel,
  .review-card,
  .review-video,
  .footer-grid {
    border-radius: var(--vr-radius-lg);
  }
}

/* Clean header surfaces: avoid bordered elements nested inside the header shell. */
.desktop-nav > a,
.desktop-nav .nav-trigger {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.desktop-nav > a::after {
  display: none;
}

.desktop-nav > a:hover,
.desktop-nav .nav-trigger:hover,
.nav-group:hover .nav-trigger,
.nav-group:focus-within .nav-trigger,
.nav-group.is-open .nav-trigger {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.messenger,
.trust-strip-item,
.hero-section .trust-strip-item {
  border: 0;
  box-shadow: none;
}

.messenger {
  background: rgba(255, 255, 255, .075);
}

.messenger:hover {
  background: rgba(255, 255, 255, .14);
}

.trust-strip-item,
.hero-section .trust-strip-item {
  background: rgba(255, 255, 255, .07);
}

.trust-strip-item:hover,
.hero-section .trust-strip-item:hover {
  background: rgba(255, 255, 255, .12);
}

/* Quiz cleanup: lighter surface, less nesting, calmer right column. */
#quiz.quiz-section {
  background: var(--vr-light-bg);
}

#quiz.quiz-section::before,
#quiz.quiz-section::after {
  display: none;
}

#quiz .quiz-board {
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .78fr);
  align-items: start;
  gap: clamp(24px, 3vw, 42px);
  padding: clamp(24px, 3.2vw, 42px);
  background: var(--vr-light-surface);
  box-shadow: 0 24px 60px rgba(21, 21, 20, .12);
}

#quiz .quiz-board-main {
  display: grid;
  min-height: 0;
  grid-template-rows: auto auto auto;
}

#quiz .quiz-progress {
  max-width: 520px;
  margin-bottom: clamp(22px, 2.4vw, 34px);
  color: rgba(28, 25, 21, .58);
}

#quiz .quiz-progress div {
  background: rgba(28, 25, 21, .16);
}

#quiz .quiz-step h3,
#quiz .range-field span {
  color: #181612;
}

#quiz .quiz-step[data-step="1"].is-active,
#quiz .quiz-step[data-step="2"].is-active,
#quiz .quiz-step[data-step="3"].is-active {
  display: grid;
  min-height: 0;
  align-content: start;
}

#quiz .choice-grid-visual button {
  grid-template-columns: minmax(0, 1fr);
  min-height: clamp(150px, 14vw, 190px);
  background:
    linear-gradient(90deg, rgba(15, 15, 14, .72), rgba(15, 15, 14, .42) 58%, rgba(15, 15, 14, .12)),
    var(--choice-image) left bottom / cover;
}

#quiz .choice-grid-visual button:hover,
#quiz .choice-grid-visual button.is-selected {
  background:
    linear-gradient(90deg, rgba(15, 15, 14, .56), rgba(15, 15, 14, .28) 58%, rgba(15, 15, 14, .08)),
    var(--choice-image) left bottom / cover;
}

#quiz .choice-grid-compact button {
  min-height: 58px;
  background: var(--vr-light-muted);
  color: rgba(28, 25, 21, .78);
  box-shadow: inset 0 0 0 1px rgba(28, 25, 21, .13);
}

#quiz .choice-grid-compact button:hover,
#quiz .choice-grid-compact button.is-selected {
  background: rgba(242, 106, 33, .12);
  color: #181612;
  box-shadow: inset 0 0 0 1px rgba(242, 106, 33, .36);
}

#quiz .range-field {
  max-width: 620px;
}

#quiz input[type="range"] {
  accent-color: var(--vr-accent);
}

#quiz .quiz-step-hint,
#quiz .quiz-result {
  background: transparent;
  color: rgba(28, 25, 21, .68);
}

#quiz .quiz-step-hint {
  gap: 8px;
  padding: 0;
}

#quiz .quiz-step-hint span,
#quiz .quiz-step-hint b,
#quiz .quiz-result p,
#quiz .quiz-result li {
  color: #181612;
}

#quiz .quiz-result li {
  background: rgba(242, 106, 33, .12);
}

#quiz .lead-form input {
  background: var(--vr-light-muted);
  color: #181612;
  box-shadow: inset 0 0 0 1px rgba(28, 25, 21, .12);
}

#quiz .lead-form input::placeholder {
  color: rgba(28, 25, 21, .42);
}

#quiz .telegram-link {
  color: rgba(28, 25, 21, .74);
}

#quiz .quiz-back {
  justify-self: start;
  margin-top: clamp(16px, 1.8vw, 24px);
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(28, 25, 21, .62);
}

#quiz .quiz-back:hover {
  background: transparent;
  color: var(--vr-accent-dark);
}

#quiz .quiz-board-aside {
  display: grid;
  overflow: hidden;
  grid-template-rows: auto 1fr;
  gap: 0;
  padding: 0;
  background: transparent;
}

#quiz .quiz-aside-image,
#quiz .quiz-aside-image img {
  min-height: 0;
  height: clamp(150px, 15vw, 220px);
  border-radius: 0;
}

#quiz .quiz-aside-image::after {
  display: none;
}

#quiz .quiz-aside-image:hover img {
  transform: none;
}

#quiz .quiz-aside-image span {
  display: none;
}

#quiz .quiz-aside-content {
  padding: clamp(18px, 2.2vw, 28px);
  background: var(--vr-light-muted);
}

#quiz .quiz-bonus-note {
  margin: 0 0 12px;
  color: var(--vr-accent-dark);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#quiz .quiz-aside-content h3,
#quiz .quiz-aside-content p,
#quiz .quiz-aside-content li {
  color: #181612;
}

#quiz .quiz-aside-content p {
  color: rgba(28, 25, 21, .68);
}

#quiz .quiz-aside-content ul {
  gap: 10px;
}

#quiz .quiz-aside-content li {
  align-items: flex-start;
  font-weight: 820;
}

#quiz .quiz-aside-content svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: var(--vr-accent);
  stroke-width: 2.2;
}

@media (max-width: 991.98px) {
  #quiz .quiz-board {
    grid-template-columns: 1fr;
  }

  #quiz .quiz-board-aside {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
    grid-template-rows: auto;
  }
}

@media (max-width: 767.98px) {
  #quiz .quiz-board-aside {
    grid-template-columns: 1fr;
  }
}

/* Liquid glass dropdowns: clearer grouping and no visual stacking between menus. */
.desktop-nav .dropdown-panel {
  top: calc(100% + 12px);
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .13);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .045) 48%, rgba(255, 255, 255, .1)),
    rgba(18, 18, 17, .58);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, .42),
    inset 0 1px 0 rgba(255, 255, 255, .22),
    inset 0 -1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(36px) saturate(1.42);
  -webkit-backdrop-filter: blur(36px) saturate(1.42);
}

.desktop-nav .dropdown-panel-mega,
.desktop-nav .dropdown-panel-design {
  align-items: stretch;
  padding: 12px;
}

.dropdown-panel-mega::before,
.dropdown-panel-design::before {
  grid-column: 1 / -1;
  min-height: 34px;
  padding: 8px 10px;
  border-radius: var(--vr-radius-md);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .055)),
    rgba(255, 255, 255, .035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    inset 0 0 0 1px rgba(255, 255, 255, .055);
  color: rgba(255, 255, 255, .84);
  content: "Ремонт";
  font-size: .78rem;
  font-weight: 880;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dropdown-panel-design::before {
  content: "Дизайн";
}

.desktop-nav .dropdown-panel .mega-card {
  --menu-tint: rgba(255, 255, 255, .07);
  min-height: 150px;
  padding: 16px;
  border-radius: var(--vr-radius-lg);
  background:
    linear-gradient(180deg, rgba(10, 10, 9, .08), rgba(10, 10, 9, .68)),
    linear-gradient(135deg, var(--menu-tint), rgba(255, 255, 255, .025)),
    var(--menu-image) center/cover;
  box-shadow:
    0 10px 26px rgba(0, 0, 0, .2),
    inset 0 1px 0 rgba(255, 255, 255, .14);
}

.desktop-nav .dropdown-panel .mega-card:nth-of-type(2) {
  --menu-tint: rgba(255, 255, 255, .055);
}

.desktop-nav .dropdown-panel .mega-card:nth-of-type(3) {
  --menu-tint: rgba(255, 255, 255, .065);
}

.desktop-nav .dropdown-panel .mega-card:nth-of-type(4) {
  --menu-tint: rgba(255, 255, 255, .05);
}

.desktop-nav .dropdown-panel .mega-card::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .13), transparent 38%),
    linear-gradient(135deg, var(--menu-tint), rgba(0, 0, 0, .12));
  opacity: 1;
}

.desktop-nav .dropdown-panel .mega-card span {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .42);
}

.desktop-nav .dropdown-panel .mega-card small {
  color: rgba(255, 255, 255, .78);
}

.desktop-nav .dropdown-panel .mega-card:hover {
  filter: saturate(1.06) contrast(1.03);
  transform: translateY(-2px);
}

.nav-more-menu {
  padding: 10px;
}

.nav-more-menu > a {
  border-radius: var(--vr-radius-sm);
  background: rgba(255, 255, 255, .035);
}

/* Desktop dropdowns open by hover only; no extra title strip inside the glass panel. */
.desktop-nav .dropdown-panel-mega::before,
.desktop-nav .dropdown-panel-design::before {
  display: none;
  content: none;
}

.desktop-nav .nav-group:not(:hover):focus-within .dropdown-panel {
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px) scale(.985);
}

.desktop-nav .nav-group:not(:hover):focus-within .nav-trigger {
  background: transparent;
  color: inherit;
  transform: none;
}

.desktop-nav .nav-group:not(:hover):focus-within .nav-chevron {
  transform: none;
}

/* Stronger 2026 liquid glass for header-related surfaces. */
.site-header {
  border-color: rgba(255, 255, 255, .16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .035) 45%, rgba(255, 255, 255, .09)),
    rgba(18, 18, 17, .72);
  box-shadow:
    0 22px 68px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255, 255, 255, .2),
    inset 0 -1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(34px) saturate(1.38);
  -webkit-backdrop-filter: blur(34px) saturate(1.38);
}

.desktop-nav .dropdown-panel {
  border-color: rgba(255, 255, 255, .18);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .24), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .06) 44%, rgba(255, 255, 255, .12)),
    rgba(20, 20, 19, .78);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, .46),
    inset 0 1px 0 rgba(255, 255, 255, .28),
    inset 0 0 0 1px rgba(255, 255, 255, .055);
  backdrop-filter: blur(42px) saturate(1.48);
  -webkit-backdrop-filter: blur(42px) saturate(1.48);
}

.nav-more-menu > a {
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .026)),
    rgba(20, 20, 19, .2);
  color: rgba(255, 255, 255, .84);
  box-shadow: none;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .34);
}

.nav-more-menu > a:hover {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .045)),
    rgba(28, 28, 27, .32);
  color: #fff;
}

.nav-more-menu > a svg {
  color: var(--vr-accent);
  filter: drop-shadow(0 0 10px rgba(242, 106, 33, .22));
}

/* Keep desktop dropdowns reachable while moving the cursor from nav item to panel. */
.desktop-nav .nav-group::after {
  position: absolute;
  top: 100%;
  right: -28px;
  left: -28px;
  height: 18px;
  content: "";
}

.desktop-nav .dropdown-panel {
  z-index: 20;
}

/* Hero/header radius unification: same corner language across first-screen UI. */
:root {
  --vr-hero-radius: var(--vr-radius-lg);
}

.site-header,
.desktop-nav > a,
.desktop-nav .nav-trigger,
.messenger,
.hero-value div,
.hero-buttons .btn,
.hero-side,
.hero-visual,
.hero-proof div,
.trust-strip-item {
  border-radius: var(--vr-hero-radius);
}

.desktop-nav .dropdown-panel,
.desktop-nav .dropdown-panel .mega-card,
.nav-more-menu > a {
  border-radius: var(--vr-hero-radius);
}

.hero-buttons .btn {
  min-height: 58px;
}

.service-video-modal.is-open {
  animation: serviceVideoBackdropIn .22s ease both;
}

.service-video-modal.is-open .service-video-dialog {
  animation: serviceVideoDialogIn .28s cubic-bezier(.2, .8, .2, 1) both;
}

.service-video-modal {
  padding: clamp(10px, 2.4vw, 20px);
  overflow-y: auto;
}

.service-video-dialog {
  width: min(1040px, calc(100vw - clamp(20px, 4.8vw, 40px)));
  max-height: calc(100svh - clamp(20px, 4.8vw, 40px));
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr);
}

.service-video-frame {
  height: min(560px, calc(100svh - clamp(20px, 4.8vw, 40px)));
  min-height: 0;
}

.service-video-close {
  top: clamp(10px, 1.6vw, 14px);
  right: clamp(10px, 1.6vw, 14px);
}

@media (max-height: 640px) and (min-width: 768px) {
  .service-video-dialog {
    grid-template-columns: minmax(0, 1fr) minmax(220px, .52fr);
  }

  .service-video-frame {
    height: calc(100svh - clamp(20px, 4.8vw, 40px));
  }

  .service-video-caption {
    align-content: center;
    padding: 22px;
  }

  .service-video-caption h2 {
    font-size: clamp(1.25rem, 2vw, 1.7rem);
  }
}

@media (max-width: 767.98px) {
  .service-video-dialog {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .service-video-frame {
    height: min(420px, calc(100svh - 168px));
    min-height: 220px;
  }

  .service-video-caption {
    padding: 18px;
  }
}

@keyframes serviceVideoBackdropIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes serviceVideoDialogIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(.97);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* Services final pass: TЗ-oriented tabs, clear fit/use/value structure. */
#services {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(10, 10, 9, .96), rgba(20, 20, 18, .98) 42%, rgba(12, 12, 11, .96)),
    radial-gradient(circle at 12% 10%, rgba(242, 106, 33, .16), transparent 30%),
    url("assets/backgrounds/client-site-bg.png") center top / min(1180px, 94vw) auto repeat-y;
}

#services::before {
  height: clamp(72px, 8vw, 118px);
  background: linear-gradient(180deg, rgba(8, 8, 7, .96), rgba(8, 8, 7, 0));
}

#services::after {
  background:
    radial-gradient(circle at 84% 18%, rgba(242, 106, 33, .13), transparent 28%),
    linear-gradient(115deg, rgba(255, 255, 255, .045), transparent 42%);
  opacity: 1;
}

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

#services.section-pad {
  padding-top: clamp(68px, 7vw, 104px);
  padding-bottom: clamp(72px, 7vw, 112px);
}

#services .section-head {
  align-items: end;
  margin-bottom: clamp(22px, 2.6vw, 34px);
}

#services .eyebrow {
  color: var(--vr-accent);
}

#services .section-head h2 {
  color: #fff;
  font-size: clamp(2.1rem, 4.4vw, 4.8rem);
}

#services .section-head p {
  max-width: 520px;
  color: rgba(255, 255, 255, .66);
}

#services .services-tabs-shell {
  display: grid;
  gap: clamp(18px, 2vw, 26px);
}

#services .services-tabs {
  display: grid;
  overflow: visible;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 7px;
  border: 0;
  border-radius: var(--vr-radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035)),
    rgba(255, 255, 255, .04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

#services .services-tabs button {
  display: inline-flex;
  min-width: 0;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 10px;
  border: 0;
  border-radius: var(--vr-radius-xs);
  background: transparent;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(.74rem, .82vw, .88rem);
  line-height: 1.1;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  box-shadow: none;
  transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

#services .services-tabs button::after {
  display: none;
  content: none;
}

#services .services-tabs button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--vr-accent);
}

#services .services-tabs button span {
  overflow: hidden;
  min-width: 0;
  font-weight: 900;
  text-overflow: ellipsis;
}

#services .services-tabs button:hover,
#services .services-tabs button.is-active {
  background:
    linear-gradient(180deg, rgba(242, 106, 33, .98), rgba(199, 76, 13, .98));
  color: #fff;
  transform: translateY(-1px);
}

#services .services-panels {
  min-height: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#services .service-panel {
  display: grid;
  min-height: clamp(480px, 42vw, 620px);
  grid-template-columns: minmax(0, .96fr) minmax(390px, .9fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: var(--vr-radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(236, 236, 232, .92)),
    #f4f3ef;
  color: #171512;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .32);
}

#services .service-panel[hidden] {
  display: none;
}

#services .service-panel.is-active {
  animation: servicePanelIn .24s ease both;
}

@keyframes servicePanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

#services .service-panel-copy {
  display: grid;
  align-content: center;
  padding: clamp(26px, 3.6vw, 54px);
  color: #171512;
}

#services .service-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(14px, 1.8vw, 24px);
}

#services .service-kicker {
  margin: 0;
  padding: 8px 12px;
  border-radius: var(--vr-pill);
  background: rgba(242, 106, 33, .12);
  color: var(--vr-accent-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#services .service-panel-icon {
  display: none !important;
}

#services .service-panel h3 {
  max-width: 640px;
  margin: 0;
  color: #171512;
  font-size: clamp(1.9rem, 3vw, 3.25rem);
  line-height: .98;
}

#services .service-fit {
  max-width: 660px;
  margin: clamp(16px, 1.9vw, 24px) 0 0;
  color: rgba(23, 21, 18, .68);
  font-size: clamp(.96rem, 1.05vw, 1.08rem);
  line-height: 1.5;
}

#services .service-fit b {
  color: #171512;
}

#services .service-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: clamp(20px, 2.1vw, 28px) 0;
  padding: 0;
  list-style: none;
}

#services .service-panel li {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: var(--vr-radius-sm);
  background: rgba(23, 21, 18, .055);
  color: rgba(23, 21, 18, .78);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.2;
}

#services .service-panel li svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--vr-accent-dark);
}

#services .service-panel-meta {
  display: grid;
  gap: 3px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 clamp(18px, 2vw, 26px);
  padding: 12px 14px;
  border-radius: var(--vr-radius-sm);
  background: rgba(242, 106, 33, .11);
  color: rgba(23, 21, 18, .62);
}

#services .service-panel-meta b {
  color: #171512;
  font-size: 1rem;
}

#services .service-panel-actions {
  display: grid;
  max-width: 470px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

#services .service-panel-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: var(--vr-radius-xs);
  font-size: .88rem;
  font-weight: 900;
  text-decoration: none;
}

#services .service-panel-actions a svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

#services .service-panel-actions a:first-child {
  background: linear-gradient(180deg, rgba(242, 106, 33, .98), rgba(199, 76, 13, .98));
  color: #fff;
  box-shadow: 0 16px 38px rgba(242, 106, 33, .24);
}

#services .service-panel-actions a:last-child {
  border: 1px solid rgba(23, 21, 18, .11);
  background: rgba(23, 21, 18, .06);
  color: #171512;
}

#services .service-panel-media {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  margin: 12px 12px 12px 0;
  padding: 0;
  border: 0;
  border-radius: var(--vr-radius-lg);
  background: #171512;
  color: inherit;
  cursor: default;
  text-align: left;
}

#services .service-panel-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#services .service-panel-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .56)),
    radial-gradient(circle at 75% 18%, rgba(242, 106, 33, .2), transparent 32%);
  content: "";
}

#services .service-panel-media:focus-visible {
  outline: 2px solid rgba(242, 106, 33, .78);
  outline-offset: 5px;
}

#services .service-media-caption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  gap: 4px;
  max-width: calc(100% - 230px);
  color: #fff;
}

#services .service-panel-media-static .service-media-caption {
  max-width: calc(100% - 36px);
}

#services .service-media-caption span {
  color: var(--vr-accent);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#services .service-media-caption b {
  font-size: clamp(1.08rem, 1.6vw, 1.5rem);
  line-height: 1.05;
}

#services .service-media-stack {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 4;
  display: grid;
  width: min(178px, 38%);
  grid-auto-rows: minmax(84px, 1fr);
  gap: 10px;
  justify-items: end;
  pointer-events: none;
}

#services .service-media-card {
  display: grid;
  width: 72px;
  min-width: 0;
  height: 100%;
  min-height: 0;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  justify-content: start;
  overflow: hidden;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: var(--vr-radius-md);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .06)),
    rgba(20, 20, 19, .46);
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  box-shadow:
    0 16px 44px rgba(0, 0, 0, .22),
    inset 0 1px 0 rgba(255, 255, 255, .18);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  transition: width .26s ease, background .22s ease, border-color .22s ease, transform .22s ease;
}

#services .service-media-card.is-accent {
  background:
    linear-gradient(180deg, rgba(242, 106, 33, .98), rgba(199, 76, 13, .96));
  border-color: rgba(242, 106, 33, .54);
}

#services .service-media-card:hover,
#services .service-media-card:focus-visible {
  width: 100%;
  border-color: rgba(255, 255, 255, .28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, .08)),
    rgba(20, 20, 19, .62);
  transform: translateX(-2px);
}

#services .service-media-card.is-accent:hover,
#services .service-media-card.is-accent:focus-visible {
  background:
    linear-gradient(180deg, rgba(255, 124, 44, .98), rgba(210, 81, 14, .98));
}

#services .service-media-card:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .8);
  outline-offset: 3px;
}

#services .service-media-card svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: currentColor;
}

#services .service-media-card span {
  overflow: hidden;
  opacity: 0;
  color: currentColor;
  font-size: .86rem;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: translateX(8px);
  transition: opacity .18s ease, transform .18s ease;
}

#services .service-media-card:hover span,
#services .service-media-card:focus-visible span {
  opacity: 1;
  transform: none;
}

@media (max-width: 1199.98px) {
  #services .services-tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  #services .services-tabs button {
    min-width: max-content;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  #services .service-panel {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
  }
}

@media (max-width: 991.98px) {
  #services .section-head {
    align-items: start;
  }

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

  #services .service-panel-media {
    order: -1;
    min-height: 320px;
    margin: 12px 12px 0;
  }

  #services .service-panel-copy {
    align-content: start;
  }
}

@media (max-width: 767.98px) {
  #services.section-pad {
    padding-top: 58px;
    padding-bottom: 66px;
  }

  #services .services-tabs button {
    min-height: 46px;
  }

  #services .service-panel {
    border-radius: var(--vr-radius-lg);
  }

  #services .service-panel-copy {
    padding: 22px;
  }

  #services .service-panel h3 {
    font-size: clamp(1.75rem, 10vw, 2.4rem);
  }

  #services .service-panel ul,
  #services .service-panel-actions {
    grid-template-columns: 1fr;
  }

  #services .service-panel-media {
    min-height: 250px;
  }

  #services .service-media-stack {
    top: 14px;
    right: 14px;
    bottom: auto;
    width: calc(100% - 28px);
    display: flex;
    justify-content: flex-end;
  }

  #services .service-media-card {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    grid-template-columns: 22px minmax(0, 1fr);
    padding: 0 12px;
    border-radius: var(--vr-radius-xs);
  }

  #services .service-media-card:hover,
  #services .service-media-card:focus-visible {
    width: min(148px, 56vw);
    flex-basis: min(148px, 56vw);
  }

  #services .service-media-card svg {
    width: 21px;
    height: 21px;
  }

  #services .service-media-caption {
    max-width: calc(100% - 36px);
  }
}

/* Portfolio to services rhythm: these blocks are a single decision path, so keep the transition tight. */
main > section.portfolio-process.section-pad {
  padding-bottom: clamp(40px, 4.8vw, 68px);
}

#services.section-pad {
  padding-top: clamp(42px, 5vw, 72px);
}

#services::before {
  height: clamp(42px, 5vw, 76px);
}

@media (max-width: 767.98px) {
  main > section.portfolio-process.section-pad {
    padding-bottom: 42px;
  }

  #services.section-pad {
    padding-top: 46px;
  }

  #services::before {
    height: 48px;
  }
}

/* Service media should be part of the card surface, not a framed image inside it. */
#services .service-panel-media {
  margin: 0;
  border-radius: 0;
}

@media (max-width: 991.98px) {
  #services .service-panel-media {
    margin: 0;
  }
}

/* Services surface cleanup: no image frame or odd outline at the media edge. */
#services .service-panel {
  border: 0;
  background: #fbfbfa;
  box-shadow: 0 30px 86px rgba(0, 0, 0, .28);
}

#services .service-panel-copy {
  background: #fbfbfa;
}

#services .service-panel-media,
#services .service-panel-media img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#services .service-panel-media::after {
  box-shadow: none;
}

#services .service-panel-media:focus-visible {
  outline-offset: -4px;
}

/* Process rethink: make the workflow readable and practical instead of another dark decorative strip. */
.process-section {
  color: #171512;
  background:
    linear-gradient(180deg, rgba(241, 238, 232, .98), rgba(231, 224, 214, .96)),
    radial-gradient(circle at 14% 12%, rgba(242, 106, 33, .1), transparent 28%),
    url("assets/backgrounds/client-site-bg.png") center top / min(1180px, 94vw) auto repeat-y;
}

.process-section::before {
  height: clamp(42px, 5vw, 72px);
  background: linear-gradient(180deg, rgba(10, 10, 9, .5), rgba(241, 238, 232, 0));
}

.process-section::after {
  background:
    radial-gradient(circle at 82% 18%, rgba(242, 106, 33, .11), transparent 30%),
    linear-gradient(115deg, rgba(255, 255, 255, .42), transparent 44%);
  opacity: 1;
}

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

.process-section .eyebrow {
  color: var(--vr-accent-dark);
}

.process-section .section-head h2,
.process-section .section-head p {
  color: #171512;
}

.process-section .section-head p {
  max-width: 650px;
  color: rgba(23, 21, 18, .64);
}

.process-section .btn-ghost {
  border-color: rgba(23, 21, 18, .12);
  background: rgba(23, 21, 18, .06);
  color: #171512;
}

.process-section .btn-ghost:hover {
  border-color: rgba(242, 106, 33, .38);
  background: rgba(242, 106, 33, .12);
  color: #171512;
}

/* The global dark section texture is intentionally disabled here so the light process route stays readable. */
main > section.process-section {
  background: var(--vr-light-section-bg);
}

main > section.process-section::before,
main > section.process-section::after {
  display: none;
  content: none;
}

/* Compact sales process: no decorative icons, just why the workflow feels calmer. */
.process-section.section-pad {
  padding-top: clamp(56px, 6vw, 88px);
  padding-bottom: clamp(58px, 6.4vw, 92px);
}

.process-head {
  margin-bottom: clamp(20px, 2.6vw, 34px);
}

.process-head h2 {
  max-width: 850px;
  font-size: clamp(2rem, 3.9vw, 4.2rem);
}

.process-compact {
  display: grid;
  grid-template-columns: minmax(280px, .58fr) minmax(0, 1.42fr);
  gap: clamp(18px, 2.4vw, 34px);
  align-items: start;
  padding-top: clamp(18px, 2.2vw, 28px);
  border-top: 1px solid rgba(23, 21, 18, .14);
}

.process-promise {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 14px;
  max-width: 430px;
  padding: clamp(20px, 2.4vw, 30px);
  border-radius: var(--vr-radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .42)),
    rgba(255, 255, 255, .54);
  color: #171512;
  box-shadow: inset 0 0 0 1px rgba(23, 21, 18, .08);
}

.process-promise > span {
  color: var(--vr-accent-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.process-promise p {
  margin: 0;
  color: #171512;
  font-size: clamp(1.08rem, 1.5vw, 1.34rem);
  font-weight: 850;
  line-height: 1.28;
}

.process-promise ul {
  display: grid;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.process-promise li {
  position: relative;
  padding-left: 18px;
  color: rgba(23, 21, 18, .66);
  font-size: .94rem;
  line-height: 1.35;
}

.process-promise li::before {
  position: absolute;
  top: .6em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vr-accent);
  content: "";
  transform: translateY(-50%);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(23, 21, 18, .12);
  border-radius: var(--vr-radius-xl);
  overflow: hidden;
  background: rgba(255, 255, 255, .54);
}

.process-steps article {
  display: grid;
  align-content: start;
  min-height: clamp(250px, 19vw, 310px);
  padding: clamp(20px, 2.3vw, 32px);
  border-right: 1px solid rgba(23, 21, 18, .1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .68), rgba(255, 255, 255, .24));
  color: #171512;
}

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

.process-steps article:nth-child(even) {
  background:
    linear-gradient(180deg, rgba(255, 248, 240, .74), rgba(255, 255, 255, .22));
}

.process-steps span {
  display: block;
  margin-bottom: clamp(28px, 3.8vw, 54px);
  color: rgba(242, 106, 33, .9);
  font-size: clamp(2.2rem, 4.2vw, 4.9rem);
  font-weight: 950;
  line-height: .78;
}

.process-steps h3 {
  margin: 0;
  color: #171512;
  font-size: clamp(1.08rem, 1.35vw, 1.34rem);
  font-weight: 900;
  line-height: 1.08;
}

.process-steps p {
  margin: 12px 0 0;
  color: rgba(23, 21, 18, .66);
  font-size: .94rem;
  line-height: 1.45;
}

@media (max-width: 1199.98px) {
  .process-compact {
    grid-template-columns: 1fr;
  }

  .process-promise {
    position: static;
    max-width: none;
  }
}

@media (max-width: 991.98px) {
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-steps article:nth-child(2) {
    border-right: 0;
  }

  .process-steps article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(23, 21, 18, .1);
  }
}

@media (max-width: 575.98px) {
  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-steps article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 21, 18, .1);
  }

  .process-steps article:last-child {
    border-bottom: 0;
  }

  .process-steps span {
    margin-bottom: 22px;
  }
}

/* Process visual pass: compact, one-line headline and 3D-style objects with motion. */
.process-head h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(2rem, 3.35vw, 3.65rem);
  line-height: .98;
}

.process-head p {
  max-width: 560px;
}

.process-compact {
  grid-template-columns: 1fr;
  gap: clamp(14px, 1.8vw, 22px);
  padding-top: clamp(14px, 1.8vw, 22px);
}

.process-promise {
  position: static;
  display: flex;
  max-width: none;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 42px);
  padding: clamp(18px, 2vw, 26px);
  border-radius: var(--vr-radius-lg);
  overflow: hidden;
}

.process-promise > div {
  min-width: 0;
}

.process-promise > div > span {
  display: block;
  margin-bottom: 8px;
  color: var(--vr-accent-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.process-promise p {
  max-width: 680px;
  font-size: clamp(1.05rem, 1.35vw, 1.32rem);
}

.process-promise ul {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
}

.process-promise li {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px 0 28px;
  border: 1px solid rgba(23, 21, 18, .1);
  border-radius: var(--vr-pill);
  background: rgba(255, 255, 255, .52);
  font-weight: 820;
  white-space: nowrap;
}

.process-promise li::before {
  top: 50%;
  left: 13px;
}

.process-promise ul {
  position: relative;
  width: min(58%, 880px);
  overflow: hidden;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 10px;
  padding: 3px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 11%, #000 89%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 11%, #000 89%, transparent);
}

.process-promise ul::after {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
  color: transparent;
  content: "";
}

.process-promise li {
  flex: 0 0 auto;
  animation: processTicker 28s linear infinite;
  will-change: transform;
}

.process-promise:hover li {
  animation-play-state: paused;
}

@keyframes processTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 10px));
  }
}

.process-ticker {
  width: min(58%, 880px);
  overflow: hidden;
  flex: 0 0 auto;
  padding: 3px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.process-ticker-track {
  display: flex;
  width: max-content;
  gap: 10px;
  animation: processTickerTrack 34s linear infinite;
  will-change: transform;
}

.process-ticker-group {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.process-promise:hover .process-ticker-track {
  animation-play-state: paused;
}

.process-ticker span {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 38px;
  align-items: center;
  padding: 0 12px 0 28px;
  border: 1px solid rgba(23, 21, 18, .1);
  border-radius: var(--vr-pill);
  background: rgba(255, 255, 255, .52);
  color: rgba(23, 21, 18, .66);
  font-size: .94rem;
  font-weight: 820;
  line-height: 1.35;
  white-space: nowrap;
}

.process-ticker span::before {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vr-accent);
  content: "";
  transform: translateY(-50%);
}

@keyframes processTickerTrack {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 5px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-ticker-track {
    animation: none;
    transform: none;
  }
}

@media (max-width: 1199.98px) {
  .process-ticker {
    width: 100%;
  }
}

.process-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: var(--vr-radius-lg);
}

.process-steps article {
  position: relative;
  min-height: clamp(210px, 16vw, 250px);
  padding: clamp(18px, 2vw, 26px);
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.process-steps article:hover {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 246, 236, .66));
  box-shadow: 0 22px 52px rgba(23, 21, 18, .13);
  transform: translateY(-6px);
}

.process-step-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  min-height: 76px;
  margin-bottom: clamp(18px, 2.2vw, 30px);
}

.process-steps span {
  margin: 0;
  font-size: clamp(2.15rem, 3.7vw, 4.1rem);
}

.process-steps h3 {
  min-height: 2.15em;
  font-size: clamp(1.05rem, 1.18vw, 1.24rem);
}

.process-steps p {
  font-size: .9rem;
  line-height: 1.42;
}

.process-3d {
  position: relative;
  flex: 0 0 74px;
  width: 74px;
  height: 62px;
  transform: rotateX(58deg) rotateZ(-34deg);
  transform-style: preserve-3d;
  transition: transform .28s ease;
  filter: drop-shadow(14px 18px 18px rgba(23, 21, 18, .14));
}

.process-steps article:hover .process-3d {
  transform: rotateX(58deg) rotateZ(-34deg) translateY(-8px);
}

.process-3d i {
  position: absolute;
  display: block;
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(245, 238, 229, .86));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .68),
    0 10px 0 rgba(203, 194, 181, .72);
}

.process-3d-plan i:first-child {
  inset: 6px 12px 8px 10px;
}

.process-3d-plan i:nth-child(2) {
  width: 38px;
  height: 8px;
  left: 22px;
  top: 22px;
  background: linear-gradient(90deg, rgba(242, 106, 33, .94), rgba(255, 149, 82, .86));
  box-shadow: 0 8px 0 rgba(188, 77, 22, .34);
}

.process-3d-plan i:nth-child(3) {
  width: 28px;
  height: 8px;
  left: 22px;
  top: 38px;
  background: rgba(45, 58, 55, .82);
  box-shadow: 0 8px 0 rgba(45, 58, 55, .18);
}

.process-3d-sheet i:first-child {
  inset: 12px 8px 6px 14px;
}

.process-3d-sheet i:nth-child(2) {
  inset: 6px 15px 18px 7px;
  background: linear-gradient(145deg, rgba(242, 106, 33, .94), rgba(255, 143, 74, .82));
}

.process-3d-sheet i:nth-child(3) {
  width: 36px;
  height: 7px;
  left: 24px;
  top: 36px;
  background: rgba(45, 58, 55, .76);
  box-shadow: 0 8px 0 rgba(45, 58, 55, .16);
}

.process-3d-camera i:first-child {
  inset: 18px 7px 8px 7px;
  background: linear-gradient(145deg, rgba(45, 58, 55, .96), rgba(28, 36, 35, .9));
}

.process-3d-camera i:nth-child(2) {
  width: 24px;
  height: 24px;
  left: 25px;
  top: 23px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .95) 0 18%, rgba(242, 106, 33, .9) 20% 42%, rgba(36, 46, 45, .96) 44%);
  box-shadow: 0 8px 0 rgba(12, 16, 16, .32);
}

.process-3d-camera i:nth-child(3) {
  width: 30px;
  height: 12px;
  left: 18px;
  top: 10px;
  background: linear-gradient(145deg, rgba(242, 106, 33, .96), rgba(255, 143, 74, .82));
}

.process-3d-key i:first-child {
  width: 30px;
  height: 30px;
  left: 8px;
  top: 14px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, transparent 0 34%, rgba(242, 106, 33, .98) 36%);
}

.process-3d-key i:nth-child(2) {
  width: 42px;
  height: 12px;
  left: 30px;
  top: 24px;
  background: linear-gradient(90deg, rgba(242, 106, 33, .96), rgba(255, 148, 80, .88));
}

.process-3d-key i:nth-child(3) {
  width: 14px;
  height: 18px;
  left: 55px;
  top: 32px;
  background: rgba(45, 58, 55, .88);
}

@media (max-width: 1199.98px) {
  .process-head h2 {
    white-space: normal;
  }

  .process-promise {
    display: grid;
  }

  .process-promise ul {
    justify-content: flex-start;
  }
}

@media (max-width: 991.98px) {
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .process-step-top {
    min-height: auto;
  }

  .process-3d {
    flex-basis: 62px;
    width: 62px;
    height: 54px;
  }

  .process-steps h3 {
    min-height: 0;
  }
}

/* Shared light-section system: process and quiz use one calm background language. */
main > section.process-section,
#quiz.quiz-section {
  color: #171512;
  background: var(--vr-light-section-bg);
}

main > section.process-section::before,
main > section.process-section::after,
#quiz.quiz-section::before,
#quiz.quiz-section::after {
  display: none;
  content: none;
}

main > section.process-section .eyebrow,
#quiz.quiz-section .eyebrow {
  color: var(--vr-accent-dark);
}

main > section.process-section .section-head h2,
main > section.process-section .section-head p,
#quiz.quiz-section .section-head h2,
#quiz.quiz-section .section-head p {
  color: #171512;
}

main > section.process-section .section-head p,
#quiz.quiz-section .section-head p {
  color: rgba(23, 21, 18, .66);
}

main > section.process-section .process-promise,
#quiz.quiz-section .quiz-board {
  background: var(--vr-light-section-card);
}

/* Team section: compact trust screen with a real scrollable staff rail. */
#team.team-section.section-pad {
  position: relative;
  overflow: hidden;
  padding-top: clamp(52px, 5.6vw, 78px);
  padding-bottom: clamp(52px, 5.8vw, 82px);
  color: var(--vr-ink);
  background:
    radial-gradient(circle at 15% 18%, rgba(242, 106, 33, .16), transparent 29%),
    radial-gradient(circle at 86% 8%, rgba(255, 255, 255, .06), transparent 24%),
    linear-gradient(180deg, #111110 0%, #191815 52%, #11100f 100%);
}

#team.team-section.section-pad::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .18)),
    url("assets/backgrounds/client-site-bg.png") center top / min(1180px, 94vw) auto repeat-y;
  content: "";
  opacity: .2;
  pointer-events: none;
}

#team.team-section.section-pad::after {
  position: absolute;
  right: -12%;
  bottom: -34%;
  width: 46vw;
  height: 46vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 106, 33, .18), transparent 66%);
  content: "";
  pointer-events: none;
}

#team.team-section.section-pad > .container {
  position: relative;
  z-index: 1;
}

#team .team-head {
  align-items: end;
  margin-bottom: clamp(18px, 2.2vw, 28px);
}

#team .team-head h2 {
  max-width: none;
  color: #fff;
  font-size: clamp(2rem, 3.15vw, 3.45rem);
  line-height: .96;
  white-space: nowrap;
}

#team .team-head p {
  max-width: 620px;
  color: rgba(247, 243, 237, .7);
}

#team .eyebrow {
  color: var(--vr-accent);
}

.team-stage {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: clamp(28px, 3.4vw, 54px);
  align-items: stretch;
  isolation: isolate;
}

.team-main-photo {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: clamp(360px, 29vw, 470px);
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin: 0;
  border-radius: var(--vr-radius-xl);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 28px 76px rgba(0, 0, 0, .28);
}

.team-main-photo::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .02) 46%, rgba(0, 0, 0, .6)),
    radial-gradient(circle at 20% 78%, rgba(242, 106, 33, .22), transparent 34%);
  content: "";
}

.team-main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .6s ease, filter .35s ease;
}

.team-main-photo:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.018);
}

.team-main-photo figcaption {
  position: absolute;
  z-index: 1;
  right: auto;
  bottom: clamp(16px, 2vw, 24px);
  left: clamp(16px, 2vw, 24px);
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 32px);
  gap: 10px;
  align-items: center;
  padding: 12px 16px;
  border-radius: var(--vr-radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .06)),
    rgba(14, 14, 13, .58);
  color: #fff;
  backdrop-filter: blur(18px) saturate(1.14);
  -webkit-backdrop-filter: blur(18px) saturate(1.14);
}

.team-main-photo figcaption span {
  color: var(--vr-accent);
  font-size: clamp(1.45rem, 2.3vw, 2.4rem);
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.team-main-photo figcaption b {
  max-width: none;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.24;
  text-align: left;
  white-space: nowrap;
}

.team-slider-panel {
  position: relative;
  z-index: 0;
  display: grid;
  min-width: 0;
  align-content: start;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--vr-radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .045)),
    rgba(31, 30, 27, .72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 26px 72px rgba(0, 0, 0, .24);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
}

.team-slider-panel::after {
  position: absolute;
  top: calc(clamp(18px, 2vw, 26px) + 86px);
  right: 0;
  bottom: clamp(18px, 2vw, 26px);
  z-index: 2;
  width: 64px;
  background: linear-gradient(90deg, rgba(31, 30, 27, 0), rgba(31, 30, 27, .88));
  content: "";
  pointer-events: none;
}

.team-slider-top {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(16px, 1.8vw, 24px);
}

.team-slider-top h3 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.25rem, 1.8vw, 2rem);
  font-weight: 900;
  line-height: 1.02;
}

.team-slider-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.team-slider-controls button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--vr-pill);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.team-slider-controls button:hover {
  background: var(--vr-accent);
  color: #fff;
  transform: translateY(-1px);
}

.team-slider-controls svg {
  width: 18px;
  height: 18px;
}

.team-slider {
  display: grid;
  grid-auto-columns: minmax(190px, 29%);
  grid-auto-flow: column;
  gap: clamp(12px, 1.4vw, 18px);
  align-items: start;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 2px 54px 2px 2px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.team-slider::-webkit-scrollbar {
  display: none;
}

.team-member-card {
  display: grid;
  grid-template-rows: auto minmax(104px, auto);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
  border-radius: var(--vr-radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .06)),
    rgba(31, 30, 27, .82);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .1),
    0 18px 46px rgba(0, 0, 0, .24);
  transition: transform .24s ease, box-shadow .24s ease;
}

.team-member-card:hover {
  box-shadow:
    inset 0 0 0 1px rgba(242, 106, 33, .34),
    0 24px 54px rgba(0, 0, 0, .32);
  transform: translateY(-3px);
}

.team-member-card:focus-visible {
  outline: 3px solid rgba(242, 106, 33, .35);
  outline-offset: 4px;
}

.team-member-photo {
  position: relative;
  aspect-ratio: 1181 / 1260;
  overflow: hidden;
  background: rgba(255, 255, 255, .06);
  perspective: 1200px;
}

.team-member-card img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  object-fit: cover;
  object-position: center top;
  transform: rotateY(0deg);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: filter .42s ease, transform .82s cubic-bezier(.22, .86, .22, 1), object-position .62s ease;
  will-change: transform;
}

.team-member-photo p {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: end;
  padding: clamp(16px, 1.7vw, 22px);
  margin: 0;
  border: 1px solid rgba(242, 106, 33, .24);
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 12%, rgba(242, 106, 33, .28), transparent 34%),
    linear-gradient(145deg, rgba(48, 46, 42, .98), rgba(16, 15, 14, .98));
  color: #fff;
  font-size: clamp(.88rem, .9vw, 1rem);
  font-weight: 800;
  line-height: 1.38;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: transform .82s cubic-bezier(.22, .86, .22, 1);
  will-change: transform;
}

.team-member-card:hover img,
.team-member-card:focus-visible img,
.team-member-card.is-flipped img {
  filter: saturate(1.08) contrast(1.05);
  object-position: center center;
  transform: rotateY(-180deg);
}

.team-member-card:hover .team-member-photo p,
.team-member-card:focus-visible .team-member-photo p,
.team-member-card.is-flipped .team-member-photo p {
  transform: rotateY(0deg);
}

/* UI system: all carousel/navigation arrow buttons use one compact rounded-square control. */
.slider-controls,
.team-slider-controls {
  gap: 8px;
}

.slider-controls button,
.portfolio-process .slider-controls button,
.reels-showcase .slider-controls button,
.team-slider-controls button,
.portfolio-video-nav,
.reels-video-nav {
  display: grid;
  width: var(--vr-control-size);
  height: var(--vr-control-size);
  place-items: center;
  border: 0;
  border-radius: var(--vr-control-radius);
  background: var(--vr-control-bg-dark);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.slider-controls button:hover,
.portfolio-process .slider-controls button:hover,
.reels-showcase .slider-controls button:hover,
.team-slider-controls button:hover,
.portfolio-video-nav:hover,
.reels-video-nav:hover {
  background: var(--vr-control-bg-dark-hover);
  color: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(242, 106, 33, .24),
    0 10px 24px rgba(0, 0, 0, .18);
  transform: translateY(-1px);
}

.team-member-card > div:not(.team-member-photo) {
  display: grid;
  align-content: center;
  gap: 4px;
  min-height: 104px;
  padding: 14px 16px 16px;
  background: rgba(20, 19, 17, .72);
}

.team-member-card > div:not(.team-member-photo) b {
  color: #fff;
  font-size: .96rem;
  font-weight: 900;
  line-height: 1.08;
}

.team-member-card > div:not(.team-member-photo) span {
  color: rgba(247, 243, 237, .64);
  font-size: .8rem;
  font-weight: 760;
  line-height: 1.2;
}

@media (max-width: 1199.98px) {
  .team-stage {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  }

  .team-slider {
    grid-auto-columns: minmax(184px, 43%);
  }
}

@media (max-width: 991.98px) {
  .team-stage {
    grid-template-columns: 1fr;
  }

  .team-main-photo {
    min-height: clamp(330px, 54vw, 470px);
  }

  .team-slider {
    grid-auto-columns: minmax(210px, 46%);
  }
}

@media (max-width: 575.98px) {
  #team.team-section.section-pad {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  #team .team-head {
    display: grid;
  }

  #team .team-head h2 {
    white-space: normal;
  }

  .team-main-photo {
    min-height: 320px;
  }

  .team-main-photo figcaption {
    align-items: center;
    flex-direction: row;
  }

  .team-main-photo figcaption b {
    text-align: left;
  }

  .team-slider-panel {
    padding: 16px;
  }

  .team-slider-panel::after {
    top: 82px;
    bottom: 16px;
    width: 42px;
  }

  .team-slider-top {
    display: grid;
  }

  .team-slider {
    grid-auto-columns: 82%;
    padding-right: 38px;
  }
}

/* Team section cleanup: no framed container, balanced columns, no cross-column overlap. */
#team .team-stage {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 44px);
  align-items: stretch;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

#team .team-head {
  grid-column: 1 / -1;
  margin: 0 0 clamp(8px, 1.1vw, 16px);
}

#team .team-head p {
  max-width: 700px;
}

#team .team-main-photo {
  z-index: auto;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: clamp(390px, 31vw, 520px);
  box-shadow: none;
}

#team .team-slider-panel {
  z-index: auto;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: clamp(390px, 31vw, 520px);
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

#team .team-slider-panel::after {
  top: calc(clamp(16px, 1.8vw, 24px) + 58px);
  right: -2px;
  bottom: 0;
  background: linear-gradient(90deg, rgba(31, 30, 27, 0), rgba(31, 30, 27, .92));
}

#team .team-slider-top {
  min-height: 42px;
  margin-bottom: clamp(14px, 1.6vw, 20px);
}

#team .team-slider-top h3 {
  font-size: clamp(1.2rem, 1.7vw, 1.85rem);
}

#team .team-slider {
  grid-auto-columns: minmax(188px, 33%);
  align-items: stretch;
  width: 100%;
  min-height: 0;
  padding-right: 50px;
}

#team .team-member-card {
  height: 100%;
  grid-template-rows: minmax(0, 1fr) minmax(94px, auto);
  border-radius: var(--vr-radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .035)),
    rgba(18, 18, 17, .78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

#team .team-member-photo {
  aspect-ratio: auto;
  min-height: 0;
  border-radius: var(--vr-radius-lg) var(--vr-radius-lg) 0 0;
}

#team .team-member-card img {
  transform: none;
  transition: filter .32s ease, transform .42s ease, object-position .42s ease;
}

#team .team-member-photo p {
  display: flex;
  align-items: flex-end;
  padding: clamp(14px, 1.45vw, 20px);
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(13, 13, 12, 0) 12%, rgba(13, 13, 12, .68) 58%, rgba(13, 13, 12, .95)),
    radial-gradient(circle at 18% 18%, rgba(242, 106, 33, .2), transparent 34%);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .28s ease, transform .34s cubic-bezier(.2, .8, .2, 1);
}

#team .team-member-card:hover img,
#team .team-member-card:focus-visible img,
#team .team-member-card.is-flipped img {
  filter: saturate(1.06) contrast(1.04) brightness(.7);
  object-position: center center;
  transform: scale(1.035);
}

#team .team-member-card:hover .team-member-photo p,
#team .team-member-card:focus-visible .team-member-photo p,
#team .team-member-card.is-flipped .team-member-photo p {
  opacity: 1;
  transform: none;
}

#team .team-member-card > div:not(.team-member-photo) {
  min-height: 94px;
  background:
    linear-gradient(180deg, rgba(18, 18, 17, .92), rgba(18, 18, 17, .76));
}

@media (max-width: 1199.98px) {
  #team .team-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #team .team-slider {
    grid-auto-columns: minmax(184px, 43%);
  }
}

@media (max-width: 991.98px) {
  #team .team-stage {
    grid-template-columns: 1fr;
  }

  #team .team-main-photo {
    min-height: clamp(330px, 54vw, 470px);
  }
}

@media (max-width: 575.98px) {
  #team .team-stage {
    padding: 0;
  }

  #team .team-head {
    gap: 12px;
  }

  #team .team-main-photo {
    min-height: 320px;
  }

  #team .team-slider-panel::after {
    top: 78px;
    width: 38px;
  }

  #team .team-slider {
    grid-auto-columns: 82%;
    padding-right: 38px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* Sticky quick actions: compact access to calculator, call and messengers. */
.quick-actions {
  position: fixed;
  z-index: 1180;
  right: clamp(10px, 1.2vw, 18px);
  top: 50%;
  display: grid;
  width: 62px;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .055)),
    linear-gradient(180deg, rgba(32, 32, 30, .72), rgba(17, 17, 16, .76));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .28),
    inset 0 -1px 0 rgba(255, 255, 255, .08),
    0 22px 58px rgba(0, 0, 0, .34);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  transform: translateY(-50%);
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.quick-actions::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 28% 12%, rgba(255, 255, 255, .28), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .09), transparent 42%);
  pointer-events: none;
}

.quick-action-button {
  position: relative;
  display: grid;
  width: 46px;
  height: 52px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: #fff;
  box-shadow: none;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.quick-action-button svg {
  width: 23px;
  height: 23px;
  stroke-width: 2.2;
}

.quick-action-button:hover,
.quick-action-button.is-active {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .06)),
    linear-gradient(180deg, rgba(242, 106, 33, .98), rgba(199, 76, 13, .98));
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .22),
    0 14px 28px rgba(242, 106, 33, .22);
  transform: translateX(-2px);
}

.quick-popover {
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  display: grid;
  width: min(280px, calc(100vw - 92px));
  gap: 8px;
  padding: 12px;
  border-radius: var(--vr-radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(244, 240, 233, .92)),
    #fff;
  color: #171512;
  box-shadow: 0 26px 76px rgba(0, 0, 0, .28);
  opacity: 0;
  pointer-events: none;
  transform: translate(16px, -50%) scale(.96);
  transition: opacity .2s ease, transform .22s ease;
}

.quick-popover.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%) scale(1);
}

.quick-popover > span {
  padding: 4px 4px 2px;
  color: var(--vr-accent-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quick-popover a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 2px 10px;
  align-items: center;
  min-height: 56px;
  padding: 9px;
  border-radius: var(--vr-radius-sm);
  background: rgba(23, 21, 18, .045);
  color: #171512;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}

.quick-popover a:hover {
  background: rgba(242, 106, 33, .1);
  transform: translateX(-2px);
}

.quick-popover a svg,
.quick-popover a img {
  grid-row: 1 / span 2;
  width: 26px;
  height: 26px;
  justify-self: center;
  color: var(--vr-accent-dark);
  object-fit: contain;
}

.quick-popover b {
  font-size: .95rem;
  line-height: 1.1;
}

.quick-popover small {
  color: rgba(23, 21, 18, .58);
  font-size: .8rem;
  line-height: 1.2;
}

.quick-quiz-modal {
  position: fixed;
  inset: 0;
  z-index: 1270;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 2.5vw, 28px);
  background: rgba(8, 8, 7, .72);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.quick-quiz-modal.is-open {
  display: flex;
  animation: quickModalIn .2s ease both;
}

.quick-quiz-dialog {
  position: relative;
  display: grid;
  width: min(1040px, calc(100vw - clamp(20px, 4.8vw, 40px)));
  max-height: calc(100svh - clamp(20px, 4.8vw, 40px));
  overflow: visible;
  gap: 0;
  padding: clamp(16px, 2vw, 26px);
  border-radius: var(--vr-radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .97), rgba(239, 234, 226, .94)),
    #fff;
  color: #171512;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .34);
  animation: quickDialogIn .26s cubic-bezier(.2, .8, .2, 1) both;
}

.quick-quiz-close {
  position: absolute;
  top: -22px;
  right: -12px;
  z-index: 5;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(23, 21, 18, .1);
  border-radius: var(--vr-pill);
  background: rgba(255, 255, 255, .94);
  color: #171512;
  box-shadow: 0 12px 30px rgba(23, 21, 18, .16);
}

.quick-quiz-close svg {
  width: 20px;
  height: 20px;
}

.quick-quiz-content {
  min-height: 0;
}

.quick-quiz-modal .quiz-board {
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .78fr);
  align-items: start;
  gap: clamp(20px, 2.6vw, 34px);
  max-height: calc(100svh - clamp(20px, 4.8vw, 40px));
  overflow: hidden;
  padding: clamp(22px, 2.8vw, 36px);
  border-radius: var(--vr-radius-lg);
  border-color: rgba(25, 23, 21, .16);
  background: var(--vr-light-surface);
  color: #181612;
  box-shadow: none;
}

.quick-quiz-modal .quiz-board-main {
  display: grid;
  min-height: 0;
}

.quick-quiz-modal .quiz-progress {
  margin-bottom: clamp(16px, 1.6vw, 24px);
  color: rgba(28, 25, 21, .58);
}

.quick-quiz-modal .quiz-progress div {
  background: rgba(28, 25, 21, .16);
}

.quick-quiz-modal .quiz-step h3 {
  color: #181612;
  margin-bottom: clamp(14px, 1.5vw, 20px);
  font-size: clamp(1.55rem, 2.15vw, 2.35rem);
}

.quick-quiz-modal .choice-grid {
  gap: clamp(10px, 1.2vw, 16px);
}

.quick-quiz-modal .choice-grid-visual button {
  aspect-ratio: auto;
  min-height: clamp(150px, 14vw, 190px);
  padding: clamp(16px, 1.5vw, 22px);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(15, 15, 14, .72), rgba(15, 15, 14, .42) 58%, rgba(15, 15, 14, .12)),
    var(--choice-image) left bottom / cover;
}

.quick-quiz-modal .choice-grid-visual button:hover,
.quick-quiz-modal .choice-grid-visual button.is-selected {
  background:
    linear-gradient(90deg, rgba(15, 15, 14, .56), rgba(15, 15, 14, .28) 58%, rgba(15, 15, 14, .08)),
    var(--choice-image) left bottom / cover;
}

.quick-quiz-modal .choice-grid-visual button span {
  font-size: clamp(1rem, 1.35vw, 1.3rem);
}

.quick-quiz-modal .choice-grid-visual button small {
  font-size: clamp(.78rem, .95vw, .95rem);
}

.quick-quiz-modal .quiz-step-hint {
  margin-top: clamp(10px, 1.2vw, 14px);
  padding: 0;
  background: transparent;
  color: rgba(28, 25, 21, .68);
  font-size: clamp(.82rem, .95vw, .98rem);
}

.quick-quiz-modal .quiz-step-hint span,
.quick-quiz-modal .quiz-step-hint b {
  color: #181612;
}

.quick-quiz-modal .quiz-back {
  justify-self: start;
  margin-top: clamp(12px, 1.4vw, 18px);
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(28, 25, 21, .62);
}

.quick-quiz-modal .quiz-back:hover {
  background: transparent;
  color: var(--vr-accent-dark);
}

.quick-quiz-modal .quiz-board-aside {
  display: grid;
  overflow: hidden;
  grid-template-rows: auto 1fr;
  gap: 0;
  min-height: 0;
  padding: 0;
  background: transparent;
}

.quick-quiz-modal .quiz-aside-image,
.quick-quiz-modal .quiz-aside-image img {
  min-height: 0;
  height: clamp(150px, 15vw, 220px);
  aspect-ratio: auto;
  border-radius: 0;
  object-position: center;
}

.quick-quiz-modal .quiz-aside-image::after {
  display: none;
}

.quick-quiz-modal .quiz-aside-image:hover img {
  transform: none;
}

.quick-quiz-modal .quiz-aside-content {
  padding: clamp(16px, 1.55vw, 24px);
  background: var(--vr-light-muted);
}

.quick-quiz-modal .quiz-bonus-note {
  color: var(--vr-accent-dark);
}

.quick-quiz-modal .quiz-aside-content h3 {
  color: #181612;
  font-size: clamp(1.45rem, 2vw, 2.25rem);
  line-height: 1.04;
}

.quick-quiz-modal .quiz-aside-content p {
  margin-top: 8px;
  color: rgba(28, 25, 21, .68);
  font-size: clamp(.9rem, 1vw, 1rem);
  line-height: 1.38;
}

.quick-quiz-modal .quiz-aside-content ul {
  gap: 8px;
  margin-top: 12px;
}

.quick-quiz-modal .quiz-aside-content li {
  gap: 10px;
  color: #181612;
  font-size: clamp(.86rem, 1vw, .98rem);
  line-height: 1.2;
}

.quick-quiz-modal .quiz-aside-content svg {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}

.quick-quiz-modal .choice-grid-compact button {
  min-height: 54px;
  background: var(--vr-light-muted);
  color: rgba(28, 25, 21, .78);
  box-shadow: inset 0 0 0 1px rgba(28, 25, 21, .13);
}

.quick-quiz-modal .choice-grid-compact button:hover,
.quick-quiz-modal .choice-grid-compact button.is-selected {
  background: rgba(242, 106, 33, .12);
  color: #181612;
  box-shadow: inset 0 0 0 1px rgba(242, 106, 33, .36);
}

.quick-quiz-modal .range-field span {
  color: #181612;
}

.quick-quiz-modal .quiz-result {
  background: transparent;
}

.quick-quiz-modal .quiz-result p,
.quick-quiz-modal .quiz-result li {
  color: #181612;
}

.quick-quiz-modal .quiz-result li {
  background: rgba(242, 106, 33, .12);
}

.quick-quiz-modal .lead-form {
  grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
}

.quick-quiz-modal .lead-form input {
  background: var(--vr-light-muted);
  color: #181612;
  box-shadow: inset 0 0 0 1px rgba(28, 25, 21, .12);
}

.quick-quiz-modal .lead-form input::placeholder {
  color: rgba(28, 25, 21, .42);
}

.quick-quiz-modal .telegram-link {
  color: rgba(28, 25, 21, .74);
}

@keyframes quickModalIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes quickDialogIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(.97);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .quick-actions {
    width: 58px;
    right: 10px;
  }

  .quick-action-button {
    width: 42px;
    height: 48px;
  }

  .quick-quiz-modal .quiz-board {
    grid-template-columns: 1fr;
    max-height: none;
    overflow: visible;
  }
}

@media (min-width: 992px) and (max-height: 780px) {
  .quick-quiz-dialog {
    padding: 14px;
  }

  .quick-quiz-modal .quiz-board {
    max-height: calc(100svh - 58px);
    padding: 16px;
  }

  .quick-quiz-modal .quiz-progress {
    margin-bottom: 12px;
  }

  .quick-quiz-modal .quiz-step h3 {
    margin-bottom: 12px;
    font-size: 1.55rem;
  }

  .quick-quiz-modal .choice-grid-visual button {
    min-height: 132px;
    padding: 14px;
  }

  .quick-quiz-modal .quiz-aside-image,
  .quick-quiz-modal .quiz-aside-image img {
    min-height: 0;
    height: 150px;
  }

  .quick-quiz-modal .quiz-aside-content {
    padding: 14px;
  }

  .quick-quiz-modal .quiz-aside-content h3 {
    font-size: 1.35rem;
  }

  .quick-quiz-modal .quiz-aside-content p,
  .quick-quiz-modal .quiz-aside-content li {
    font-size: .82rem;
  }
}

@media (max-width: 575.98px) {
  .quick-actions {
    right: 50%;
    top: auto;
    bottom: 12px;
    width: auto;
    grid-template-columns: repeat(3, 48px);
    padding: 6px;
    border-radius: 18px;
    transform: translateX(50%);
  }

  .quick-action-button {
    width: 48px;
    padding: 0;
    border-radius: 14px;
  }

  .quick-action-button:hover,
  .quick-action-button.is-active {
    transform: translateY(-3px);
  }

  .quick-popover {
    top: auto;
    right: 50%;
    bottom: calc(100% + 10px);
    transform: translate(50%, 12px) scale(.96);
  }

  .quick-popover.is-open {
    transform: translate(50%, 0) scale(1);
  }

  .quick-quiz-dialog {
    width: min(100%, calc(100vw - 24px));
    max-height: calc(100svh - 24px);
    overflow: auto;
    padding: 18px;
  }

}

/* Early conversion offer: reassure before asking for the estimate. */
.design-offer-section {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4.4vw, 64px) 0;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(13, 13, 12, .98), rgba(18, 17, 15, .94)),
    radial-gradient(circle at 14% 18%, rgba(242, 106, 33, .14), transparent 32%),
    url("assets/backgrounds/client-site-bg.png") center top / min(1180px, 94vw) auto repeat-y;
}

.design-offer-section::before,
.design-offer-section::after {
  display: none;
  content: none;
}

.design-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .46fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  padding-block: clamp(10px, 1.6vw, 22px);
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.design-offer-copy h2 {
  max-width: 820px;
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4.3rem);
  line-height: .98;
}

.design-offer-copy p {
  max-width: 700px;
  margin: clamp(14px, 1.8vw, 22px) 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 650;
  line-height: 1.48;
}

.design-offer-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: clamp(16px, 2vw, 24px);
}

.design-offer-points span {
  position: relative;
  padding-left: 14px;
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
  font-weight: 820;
  line-height: 1.2;
}

.design-offer-points span::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--vr-accent);
  content: "";
}

.design-offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(20px, 2.4vw, 30px);
}

.design-offer-video {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: clamp(230px, 24vw, 340px);
  padding: 0;
  border: 0;
  border-radius: var(--vr-radius-lg);
  background: #10100f;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
}

.design-offer-video::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .58)),
    radial-gradient(circle at 50% 50%, rgba(242, 106, 33, .2), transparent 34%);
  content: "";
}

.design-offer-video b {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  color: rgba(255, 255, 255, .86);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.design-offer-video:focus-visible {
  outline: 2px solid rgba(242, 106, 33, .72);
  outline-offset: 4px;
}

@media (max-width: 991.98px) {
  .design-offer {
    grid-template-columns: 1fr;
  }

  .design-offer-video {
    max-width: 560px;
  }
}

@media (max-width: 575.98px) {
  .design-offer-actions {
    display: grid;
  }

  .design-offer-actions > * {
    width: 100%;
  }
}

/* Post-hero tone pass: keep contrast, but remove the overly black section rhythm. */
.design-offer-section {
  background:
    linear-gradient(180deg, rgba(31, 30, 27, .98), rgba(40, 36, 32, .96)),
    radial-gradient(circle at 14% 18%, rgba(242, 106, 33, .16), transparent 32%),
    url("assets/backgrounds/client-site-bg.png") center top / min(1180px, 94vw) auto repeat-y;
}

.portfolio-process {
  background:
    linear-gradient(180deg, rgba(31, 30, 27, .98) 0%, rgba(37, 42, 38, .97) 42%, rgba(29, 29, 27, .98) 100%),
    radial-gradient(circle at 8% 22%, rgba(242, 106, 33, .18), transparent 25%),
    radial-gradient(circle at 83% 30%, rgba(83, 128, 124, .18), transparent 34%);
}

#services.section-pad {
  background:
    linear-gradient(180deg, #24221f 0%, #2e2924 44%, #232220 100%),
    radial-gradient(circle at 15% 18%, rgba(242, 106, 33, .12), transparent 28%),
    url("assets/backgrounds/client-site-bg.png") center top / min(1180px, 94vw) auto repeat-y;
}

#team.team-section.section-pad {
  background:
    radial-gradient(circle at 15% 18%, rgba(242, 106, 33, .14), transparent 29%),
    radial-gradient(circle at 86% 8%, rgba(255, 255, 255, .06), transparent 24%),
    linear-gradient(180deg, #24211e 0%, #302b25 52%, #22211f 100%);
}

.reviews-section {
  background:
    linear-gradient(180deg, #26231f 0%, #2e2a25 48%, #232220 100%),
    radial-gradient(circle at 80% 18%, rgba(242, 106, 33, .1), transparent 28%),
    url("assets/backgrounds/client-site-bg.png") center top / min(1180px, 94vw) auto repeat-y;
}

.faq-section {
  background:
    linear-gradient(180deg, #26231f 0%, #302b25 52%, #22211f 100%),
    radial-gradient(circle at 16% 12%, rgba(242, 106, 33, .1), transparent 26%),
    url("assets/backgrounds/client-site-bg.png") center top / min(1180px, 94vw) auto repeat-y;
}

.site-footer {
  background:
    linear-gradient(180deg, rgba(31, 30, 27, .98), rgba(35, 41, 36, .96) 52%, rgba(26, 25, 23, .98)),
    radial-gradient(circle at 15% 8%, rgba(242, 106, 33, .18), transparent 28%),
    url("assets/backgrounds/client-site-bg.png") center bottom / min(1180px, 94vw) auto repeat-y;
}

.portfolio-process::before,
#services.section-pad::before,
#team.team-section.section-pad::before,
.reviews-section::before,
.faq-section::before {
  background: linear-gradient(180deg, rgba(31, 30, 27, .7), rgba(31, 30, 27, 0));
  opacity: .7;
}

.portfolio-process::after,
#services.section-pad::after,
#team.team-section.section-pad::after,
.reviews-section::after,
.faq-section::after,
.site-footer::before {
  opacity: .18;
}

/* Final lead form: compact request block before the footer. */
.final-lead-section {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 5.2vw, 76px) 0;
  color: #fff;
  background:
    linear-gradient(180deg, #302b25 0%, #26231f 100%),
    radial-gradient(circle at 82% 22%, rgba(242, 106, 33, .15), transparent 28%),
    url("assets/backgrounds/client-site-bg.png") center top / min(1180px, 94vw) auto repeat-y;
}

main > section.final-lead-section::before,
main > section.final-lead-section::after {
  display: none;
  content: none;
}

.final-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .52fr);
  gap: clamp(24px, 5vw, 86px);
  align-items: center;
}

.final-lead-copy h2 {
  max-width: 720px;
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(2rem, 3.8vw, 4rem);
  line-height: 1;
}

.final-lead-copy p {
  max-width: 610px;
  margin: clamp(14px, 1.8vw, 20px) 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1rem, 1.12vw, 1.13rem);
  font-weight: 650;
  line-height: 1.5;
}

.final-lead-form {
  display: grid;
  gap: 14px;
  max-width: 720px;
  margin-top: clamp(22px, 2.8vw, 34px);
}

.final-lead-fields {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(190px, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.final-lead-fields label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.final-lead-fields label > span {
  color: rgba(255, 255, 255, .82);
  font-size: .86rem;
  font-weight: 800;
}

.final-lead-fields input {
  width: 100%;
  min-height: 54px;
  min-width: 0;
  padding: 0 16px;
  border: 0;
  border-radius: var(--vr-radius-xs);
  outline: 0;
  background: rgba(255, 255, 255, .92);
  color: #181612;
  font-size: 16px;
  font-weight: 750;
  box-shadow: inset 0 0 0 1px rgba(24, 22, 18, .08);
}

.final-lead-fields input::placeholder {
  color: rgba(24, 22, 18, .46);
}

.final-lead-fields input:focus {
  box-shadow:
    inset 0 0 0 1px rgba(242, 106, 33, .52),
    0 0 0 4px rgba(242, 106, 33, .16);
}

.final-lead-consents {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
}

.final-lead-consents label {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, .84);
  font-size: .9rem;
  font-weight: 720;
  line-height: 1.35;
}

.final-lead-consents input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: .05em;
  accent-color: var(--vr-accent);
}

.final-lead-form .btn {
  width: max-content;
  min-height: 52px;
  padding-inline: 18px;
  font-size: 16px;
  white-space: nowrap;
}

.final-lead-form .btn:disabled {
  cursor: default;
  opacity: .78;
}

.final-lead-visual {
  position: relative;
  display: grid;
  min-height: clamp(330px, 34vw, 500px);
  place-items: center;
  isolation: isolate;
}

.final-lead-ring {
  position: absolute;
  z-index: 0;
  width: min(100%, 500px);
  aspect-ratio: 1;
  color: rgba(255, 255, 255, .34);
  animation: finalLeadSpin 22s linear infinite;
}

.final-lead-ring text {
  fill: currentColor;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.final-lead-visual img {
  position: relative;
  z-index: 1;
  width: min(78%, 390px);
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 28px 55px rgba(0, 0, 0, .32));
}

@keyframes finalLeadSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 991.98px) {
  .final-lead {
    grid-template-columns: 1fr;
  }

  .final-lead-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .final-lead-fields .btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .final-lead-visual {
    min-height: 300px;
    order: -1;
  }

  .final-lead-visual img {
    width: min(62%, 320px);
  }
}

@media (max-width: 575.98px) {
  .final-lead-fields {
    grid-template-columns: 1fr;
  }

  .final-lead-form .btn {
    width: 100%;
  }

  .final-lead-consents label {
    font-size: .84rem;
  }

  .final-lead-visual {
    min-height: 250px;
  }

  .final-lead-ring {
    width: min(90vw, 360px);
  }

  .final-lead-visual img {
    width: min(70vw, 280px);
  }
}

/* Design offer revision: video-first placement between services and process. */
.design-offer-section {
  padding: clamp(44px, 5.4vw, 78px) 0;
  background:
    linear-gradient(180deg, #24221f 0%, #302b25 54%, #26231f 100%),
    radial-gradient(circle at 18% 12%, rgba(242, 106, 33, .14), transparent 28%),
    radial-gradient(circle at 88% 64%, rgba(83, 128, 124, .16), transparent 34%),
    url("assets/backgrounds/client-site-bg.png") center top / min(1180px, 94vw) auto repeat-y;
}

.design-offer {
  grid-template-columns: minmax(0, 1.28fr) minmax(310px, .72fr);
  gap: clamp(22px, 3.6vw, 56px);
  padding-block: 0;
  border: 0;
}

.design-offer-video {
  min-height: 0;
  aspect-ratio: 16 / 9;
  border-radius: var(--vr-radius-lg);
  background: #151412;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

.design-offer-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .96;
  transition: opacity .25s ease, transform .35s ease;
}

.design-offer-video::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .36)),
    radial-gradient(circle at 82% 18%, rgba(242, 106, 33, .12), transparent 30%);
}

.design-offer-video:hover video,
.design-offer-video:focus-visible video {
  opacity: 1;
}

.design-offer-copy h2 {
  max-width: 520px;
  font-size: clamp(1.85rem, 3vw, 3.35rem);
  line-height: 1.02;
}

.design-offer-copy p {
  max-width: 520px;
}

.design-offer-actions .btn {
  min-height: 50px;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .design-offer {
    grid-template-columns: 1fr;
  }

  .design-offer-video {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .design-offer {
    gap: 20px;
  }

  .design-offer-video {
    border-radius: var(--vr-radius-md);
  }
}

/* The offer clip is vertical, so keep the whole frame visible. */
.design-offer {
  grid-template-columns: minmax(360px, .78fr) minmax(0, .92fr);
}

.design-offer-video {
  justify-self: center;
  width: min(100%, 620px);
  height: clamp(560px, 42vw, 720px);
  max-height: min(76vh, 720px);
  aspect-ratio: auto;
}

.design-offer-video video {
  object-fit: cover;
  object-position: center center;
  background: #151412;
}

.design-offer-sound {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: rgba(17, 16, 14, .62);
  color: #fff;
  backdrop-filter: blur(14px) saturate(1.18);
  -webkit-backdrop-filter: blur(14px) saturate(1.18);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.design-offer-sound:hover,
.design-offer-sound:focus-visible {
  border-color: rgba(242, 106, 33, .45);
  background: rgba(242, 106, 33, .72);
  transform: translateY(-1px);
}

.design-offer-sound svg {
  width: 20px;
  height: 20px;
}

.design-offer-sound .sound-on,
.design-offer-video.is-sound-on .design-offer-sound .sound-off {
  display: none;
}

.design-offer-video.is-sound-on .design-offer-sound .sound-on {
  display: block;
}

@media (max-width: 991.98px) {
  .design-offer {
    grid-template-columns: 1fr;
  }

  .design-offer-video {
    width: min(100%, 520px);
    height: clamp(520px, 94vw, 680px);
    max-height: none;
  }
}

@media (max-width: 575.98px) {
  .design-offer-video {
    width: 100%;
    height: clamp(500px, 140vw, 620px);
  }
}

/* Services tabs: lighter real tabs instead of one heavy segmented control. */
#services .services-tabs {
  display: grid;
  overflow: visible;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 22px);
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

#services .services-tabs button {
  min-height: 46px;
  justify-content: center;
  padding: 0 0 13px;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, .66);
  box-shadow: none;
  transform: none;
}

#services .services-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 0;
  display: block;
  height: 3px;
  border-radius: var(--vr-pill);
  background: var(--vr-accent);
  content: "";
  opacity: 0;
  transform: scaleX(.36);
  transform-origin: center;
  transition: opacity .22s ease, transform .22s ease;
}

#services .services-tabs button svg {
  color: rgba(242, 106, 33, .9);
  transition: color .22s ease, transform .22s ease;
}

#services .services-tabs button:hover,
#services .services-tabs button.is-active {
  background: transparent;
  color: #fff;
  transform: none;
}

#services .services-tabs button:hover svg,
#services .services-tabs button.is-active svg {
  color: var(--vr-accent);
  transform: translateY(-1px);
}

#services .services-tabs button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

@media (max-width: 1199.98px) {
  #services .services-tabs {
    display: flex;
    overflow-x: auto;
    gap: 22px;
    scroll-snap-type: x mandatory;
  }

  #services .services-tabs button {
    min-width: max-content;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}

@media (max-width: 575.98px) {
  #services .services-tabs {
    gap: 18px;
  }
}

/* Design-system consolidation: final shared sizing, rhythm and radius rules. */
main > section:not(.hero-section).section-pad,
.design-offer-section,
.final-lead-section {
  padding-top: var(--vr-section-y);
  padding-bottom: var(--vr-section-y);
}

#services.section-pad,
.design-offer-section,
.final-lead-section {
  padding-top: var(--vr-section-y-tight);
  padding-bottom: var(--vr-section-y-tight);
}

.section-head {
  gap: var(--vr-card-gap);
  margin-bottom: var(--vr-stack-gap);
}

.section-head h2 {
  line-height: .98;
}

.section-head p {
  max-width: 560px;
  line-height: 1.48;
}

.btn,
.lead-form button,
.project-actions a,
.project-actions button,
.service-actions a,
.service-panel-actions a,
.mobile-menu-cta a,
.design-offer-actions .btn,
.final-lead-form .btn,
.quick-quiz-modal .lead-form button {
  display: inline-flex;
  min-height: var(--vr-btn-height);
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: var(--vr-radius-sm);
  font-size: 16px;
  font-weight: 880;
  line-height: 1;
}

.hero-buttons .btn,
.final-lead-form .btn,
.design-offer-actions .btn {
  min-height: var(--vr-btn-height-lg);
}

.btn svg,
.project-actions svg,
.service-actions svg,
.service-panel-actions svg,
.mobile-menu-cta svg,
.design-offer-actions svg,
.final-lead-form svg,
.quick-quiz-modal .lead-form button svg {
  width: var(--vr-icon-size);
  height: var(--vr-icon-size);
  flex: 0 0 var(--vr-icon-size);
}

.lead-form input,
.final-lead-fields input,
.quick-quiz-modal .lead-form input {
  min-height: var(--vr-field-height);
  border-radius: var(--vr-radius-sm);
  font-size: 16px;
  line-height: 1.2;
}

.quiz-board,
.quiz-board-aside,
.services-panels,
.service-panel,
.process-promise,
.team-slider-panel,
.review-card,
.review-video,
.footer-grid {
  border-radius: var(--vr-radius-xl);
}

.choice-grid button,
.quiz-step-hint,
.quiz-result,
.service-media-card,
.process-step,
.process-steps article,
.team-member-card,
.quick-popover,
.quick-quiz-dialog,
.mobile-menu,
.dropdown-panel {
  border-radius: var(--vr-radius-md);
}

.service-panel-media,
.service-panel-media img,
.project-card,
.project-card img,
.reel-screen,
.team-main-photo,
.team-main-photo img,
.design-offer-video,
.final-lead-fields input,
.review-video img {
  border-radius: var(--vr-radius-lg);
}

.eyebrow,
.tag,
.tag-row span,
.service-kicker,
.service-panel-meta,
.review-source,
.portfolio-system strong,
.trust-strip-item {
  border-radius: var(--vr-pill);
}

.slider-controls button,
.portfolio-process .slider-controls button,
.reels-showcase .slider-controls button,
.team-slider-controls button,
.portfolio-video-nav,
.reels-video-nav,
.mobile-menu-bar button {
  width: var(--vr-control-size);
  height: var(--vr-control-size);
  min-height: var(--vr-control-size);
  padding: 0;
  border-radius: var(--vr-control-radius);
}

.slider-controls button svg,
.portfolio-process .slider-controls button svg,
.reels-showcase .slider-controls button svg,
.team-slider-controls button svg,
.portfolio-video-nav svg,
.reels-video-nav svg,
.mobile-menu-bar button svg {
  width: var(--vr-icon-size);
  height: var(--vr-icon-size);
}

.services-tabs-shell,
.services-panels,
.quiz-board,
.portfolio-showcase,
.reels-showcase,
.process-compact,
.team-stage,
.reviews-grid,
.reviews-stack,
.yandex-reviews-rail,
.media-reviews-grid,
.faq-list,
.final-lead-form {
  gap: var(--vr-card-gap);
}

.service-panel-copy,
.quiz-board-main,
.quiz-board-aside,
.review-card,
.footer-grid,
.final-lead-copy {
  padding: clamp(22px, 3vw, 34px);
}

.service-panel-copy,
.final-lead-copy {
  padding-left: clamp(24px, 4vw, 46px);
  padding-right: clamp(24px, 4vw, 46px);
}

#services .services-tabs button,
.mobile-menu-cta a,
.service-media-card,
.project-actions a,
.project-actions button {
  font-size: .9rem;
}

#services .services-tabs button {
  min-height: 44px;
}

#services .services-tabs button svg {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}

.quick-action-button {
  width: 48px;
  height: 48px;
  min-height: 48px;
  border-radius: var(--vr-radius-md);
}

@media (max-width: 767.98px) {
  :root {
    --vr-section-y: clamp(48px, 12vw, 68px);
    --vr-section-y-tight: clamp(40px, 10vw, 58px);
    --vr-btn-height: 46px;
    --vr-btn-height-lg: 50px;
  }

  .service-panel-copy,
  .quiz-board-main,
  .quiz-board-aside,
  .review-card,
  .footer-grid,
  .final-lead-copy {
    padding: 22px;
  }

  .btn,
  .lead-form button,
  .project-actions a,
  .project-actions button,
  .service-actions a,
  .service-panel-actions a,
  .mobile-menu-cta a,
  .design-offer-actions .btn,
  .final-lead-form .btn,
  .quick-quiz-modal .lead-form button {
    width: 100%;
    padding-inline: 14px;
  }
}

/* Reviews media base: shared panel and video-card styling. */
.yandex-reviews-panel,
.media-reviews-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--vr-card-gap);
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--vr-radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035)),
    rgba(22, 21, 19, .58);
  box-shadow: 0 24px 72px rgba(0, 0, 0, .22);
}

.yandex-reviews-panel .review-source,
.media-reviews-head {
  margin: 0;
}

.media-reviews-head span {
  display: block;
  color: var(--vr-accent);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.media-reviews-head p {
  max-width: 360px;
  margin: 8px 0 0;
  color: rgba(247, 243, 237, .72);
  font-size: .98rem;
  line-height: 1.45;
}

.media-reviews-grid {
  display: grid;
  gap: var(--vr-card-gap);
}

.review-media-card {
  position: relative;
  display: block;
  min-height: 240px;
  overflow: hidden;
  border: 0;
  border-radius: var(--vr-radius-lg);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  isolation: isolate;
}

.review-media-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .66)),
    radial-gradient(circle at 50% 45%, rgba(242, 106, 33, .16), transparent 34%);
  content: "";
}

.review-media-card img,
.review-media-card video {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .28s ease, filter .28s ease;
}

.review-media-card:hover img,
.review-media-card:hover video,
.review-media-card:focus-visible img,
.review-media-card:focus-visible video {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.06);
}

.review-media-card i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  color: var(--vr-accent-dark);
  transform: translate(-50%, -50%);
}

.review-media-card i svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.review-media-card span {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 16px;
  color: #fff;
  font-size: .84rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

@media (max-width: 575.98px) {
  .yandex-reviews-panel,
  .media-reviews-panel {
    padding: 16px;
  }

  .media-reviews-grid {
    grid-template-columns: 1fr;
  }
}

/* Reviews v2: own cards from synced Yandex data, not an embedded iframe. */
.reviews-stack {
  display: grid;
  gap: var(--vr-stack-gap);
}

.reviews-stack .yandex-reviews-panel,
.reviews-stack .media-reviews-panel {
  padding: clamp(20px, 2.6vw, 34px);
}

.reviews-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--vr-card-gap);
}

.yandex-reviews-rail {
  display: flex;
  gap: var(--vr-card-gap);
  overflow-x: auto;
  padding: 2px 2px 12px;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.yandex-reviews-rail::-webkit-scrollbar {
  display: none;
}

.yandex-review-card {
  display: flex;
  flex: 0 0 clamp(310px, 31vw, 430px);
  min-height: 330px;
  flex-direction: column;
  gap: 16px;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--vr-radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .035)),
    rgba(18, 17, 16, .68);
  box-shadow: 0 20px 58px rgba(0, 0, 0, .2);
  scroll-snap-align: start;
}

.yandex-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.yandex-review-author img,
.yandex-review-avatar-fallback {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(242, 106, 33, .9), rgba(255, 255, 255, .22));
  color: #fff;
  font-weight: 900;
  object-fit: cover;
}

.yandex-review-author b {
  display: block;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.14;
}

.yandex-review-author span {
  display: block;
  margin-top: 3px;
  color: rgba(247, 243, 237, .56);
  font-size: .86rem;
  line-height: 1.25;
}

.yandex-review-stars {
  display: flex;
  gap: 4px;
  color: #ffb23e;
}

.yandex-review-stars svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  stroke: currentColor;
}

.yandex-review-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: rgba(247, 243, 237, .78);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.reviews-stack .media-reviews-panel {
  display: grid;
  grid-template-columns: minmax(240px, .42fr) minmax(0, 1fr);
  align-items: center;
}

.reviews-stack .media-reviews-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reviews-stack .review-media-card {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.reviews-stack .review-media-card img,
.reviews-stack .review-media-card video {
  min-height: 0;
}

@media (max-width: 991.98px) {
  .reviews-stack .media-reviews-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .reviews-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .yandex-review-card {
    flex-basis: min(86vw, 360px);
    min-height: 320px;
  }

  .reviews-stack .media-reviews-grid {
    grid-template-columns: 1fr;
  }
}

/* Reviews light refresh: open composition between dark neighbor sections. */
.reviews-section.section-pad {
  color: #171512;
  background:
    linear-gradient(180deg, rgba(244, 242, 238, .98), rgba(234, 229, 221, .96)),
    radial-gradient(circle at 82% 14%, rgba(242, 106, 33, .1), transparent 28%),
    url("assets/backgrounds/client-site-bg.png") center top / min(1180px, 94vw) auto repeat-y;
}

.reviews-section .section-head {
  align-items: end;
}

.reviews-section .section-head h2,
.reviews-section .section-head p {
  color: #171512;
}

.reviews-section .section-head p {
  max-width: 720px;
  color: rgba(23, 21, 18, .64);
}

.reviews-stack {
  gap: clamp(20px, 2.8vw, 34px);
}

.reviews-stack .yandex-reviews-panel,
.reviews-stack .media-reviews-panel {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.reviews-panel-head {
  padding-inline: 2px;
}

.reviews-panel-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviews-section .review-source {
  display: block;
}

.reviews-section .review-source span {
  color: var(--vr-accent-dark);
}

.reviews-section .review-source b {
  display: none;
}

.yandex-panel-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  border-radius: var(--vr-pill);
  background: rgba(23, 21, 18, .08);
  color: #171512;
  font-size: .9rem;
  font-weight: 850;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.yandex-panel-link:hover,
.yandex-panel-link:focus-visible {
  background: var(--vr-accent);
  color: #fff;
  transform: translateY(-1px);
}

.reviews-section .slider-controls button {
  border-color: rgba(23, 21, 18, .12);
  background: rgba(255, 255, 255, .72);
  color: #171512;
  box-shadow: 0 10px 26px rgba(23, 21, 18, .08);
}

.reviews-section .slider-controls button:hover,
.reviews-section .slider-controls button:focus-visible {
  background: var(--vr-accent);
  color: #fff;
}

.yandex-reviews-rail {
  gap: clamp(14px, 1.8vw, 22px);
  margin-inline: calc(var(--vr-card-gap) * -1);
  padding: 8px var(--vr-card-gap) 20px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.yandex-review-card {
  flex-basis: clamp(318px, 33vw, 456px);
  min-height: 300px;
  border: 1px solid rgba(23, 21, 18, .08);
  border-radius: var(--vr-radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .62)),
    rgba(255, 255, 255, .72);
  box-shadow: 0 22px 56px rgba(23, 21, 18, .1);
}

.yandex-review-card:nth-child(2n) {
  transform: translateY(12px);
}

.yandex-review-card:nth-child(3n) {
  transform: translateY(4px);
}

.yandex-review-author b {
  color: #171512;
}

.yandex-review-author span {
  color: rgba(23, 21, 18, .56);
}

.yandex-review-card p {
  color: rgba(23, 21, 18, .7);
}

.yandex-review-author img,
.yandex-review-avatar-fallback {
  box-shadow: 0 8px 20px rgba(23, 21, 18, .12);
}

.reviews-stack .media-reviews-panel {
  grid-template-columns: minmax(260px, .38fr) minmax(0, 1fr);
  padding-top: clamp(8px, 1.4vw, 18px);
  border-top: 1px solid rgba(23, 21, 18, .1);
}

.media-reviews-head span {
  color: var(--vr-accent-dark);
}

.media-reviews-head p {
  color: rgba(23, 21, 18, .62);
}

.reviews-stack .media-reviews-grid {
  gap: clamp(12px, 1.6vw, 18px);
}

.reviews-stack .review-media-card {
  border: 1px solid rgba(23, 21, 18, .08);
  box-shadow: 0 18px 46px rgba(23, 21, 18, .12);
}

@media (max-width: 991.98px) {
  .reviews-section .section-head {
    align-items: start;
  }

  .reviews-panel-head,
  .reviews-panel-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .reviews-stack .media-reviews-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .yandex-panel-link {
    width: 100%;
    justify-content: center;
  }

  .reviews-section .slider-controls {
    width: 100%;
    justify-content: space-between;
  }

  .yandex-review-card:nth-child(n) {
    transform: none;
  }
}

/* Reviews UI polish: branded Yandex action and scalable mixed-format owner videos. */
.reviews-panel-actions {
  align-items: center;
}

.yandex-panel-link {
  gap: 10px;
  min-height: 46px;
  padding: 5px 14px 5px 6px;
  border: 1px solid rgba(23, 21, 18, .08);
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 12px 30px rgba(23, 21, 18, .08);
}

.yandex-panel-link > span:last-child {
  display: grid;
  gap: 1px;
}

.yandex-panel-link b,
.yandex-panel-link small {
  display: block;
  line-height: 1.05;
}

.yandex-panel-link b {
  color: #171512;
  font-size: .9rem;
  font-weight: 900;
}

.yandex-panel-link small {
  color: rgba(23, 21, 18, .58);
  font-size: .72rem;
  font-weight: 800;
}

.yandex-map-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 11px;
  background:
    radial-gradient(circle at 64% 28%, #ffd84d 0 19%, transparent 20%),
    linear-gradient(145deg, #ff3d2e 0%, #f06b21 58%, #ffd84d 100%);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
}

.yandex-map-icon svg {
  width: 18px;
  height: 18px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .22));
}

.yandex-panel-link:hover b,
.yandex-panel-link:focus-visible b,
.yandex-panel-link:hover small,
.yandex-panel-link:focus-visible small {
  color: #fff;
}

.yandex-review-card {
  position: relative;
  overflow: hidden;
}

.yandex-review-card::after {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  background: rgba(242, 106, 33, .1);
  color: var(--vr-accent-dark);
  content: "Я";
  font-size: .9rem;
  font-weight: 950;
}

.reviews-stack .media-reviews-panel {
  align-items: start;
}

.reviews-stack .media-reviews-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
}

.reviews-stack .review-media-card {
  width: 100%;
  min-width: 0;
}

.reviews-stack .review-media-card.is-portrait {
  grid-column: span 4;
  aspect-ratio: 9 / 16;
}

.reviews-stack .review-media-card.is-landscape {
  grid-column: span 8;
  aspect-ratio: 16 / 9;
}

.review-media-card span {
  display: grid;
  gap: 3px;
  right: 18px;
}

.review-media-card span b,
.review-media-card span small {
  display: block;
  line-height: 1.08;
}

.review-media-card span b {
  color: #fff;
  font-size: .84rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.review-media-card span small {
  color: rgba(255, 255, 255, .68);
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 991.98px) {
  .reviews-stack .media-reviews-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .reviews-stack .review-media-card.is-portrait {
    grid-column: span 2;
  }

  .reviews-stack .review-media-card.is-landscape {
    grid-column: span 4;
  }
}

@media (max-width: 575.98px) {
  .reviews-stack .media-reviews-grid {
    grid-template-columns: 1fr;
  }

  .reviews-stack .review-media-card.is-portrait,
  .reviews-stack .review-media-card.is-landscape {
    grid-column: auto;
  }
}

/* Reviews composition refresh: cleaner light surface, lighter text reviews and a distinct video strip. */
.reviews-section.section-pad {
  background:
    linear-gradient(180deg, #f7f5ef 0%, #efebe2 58%, #f7f5ef 100%),
    radial-gradient(circle at 18% 18%, rgba(242, 106, 33, .08), transparent 26%),
    radial-gradient(circle at 86% 12%, rgba(42, 66, 60, .08), transparent 30%);
}

.reviews-section.section-pad::before,
.reviews-section.section-pad::after {
  display: none;
  content: none;
}

.reviews-section .section-head {
  max-width: 900px;
  margin-bottom: clamp(22px, 3vw, 42px);
}

.reviews-section .section-head h2 {
  font-size: clamp(2.45rem, 5vw, 5.2rem);
  letter-spacing: 0;
}

.reviews-section .section-head p {
  max-width: 660px;
  color: rgba(23, 21, 18, .62);
}

.reviews-stack {
  gap: clamp(30px, 4vw, 56px);
}

.reviews-panel-head {
  margin-bottom: 8px;
}

.reviews-section .review-source span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: var(--vr-pill);
  background: rgba(242, 106, 33, .1);
  color: var(--vr-accent-dark);
  font-size: .74rem;
}

.reviews-panel-actions {
  gap: 10px;
}

.yandex-panel-link {
  border-color: rgba(23, 21, 18, .1);
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 21, 18, .1);
}

.yandex-panel-link:hover,
.yandex-panel-link:focus-visible {
  background: #171512;
  color: #fff;
}

.yandex-map-icon {
  background:
    radial-gradient(circle at 66% 30%, #ffe16b 0 18%, transparent 19%),
    linear-gradient(145deg, #ff4b32 0%, #f26a21 54%, #ffb52e 100%);
}

.reviews-section .slider-controls button {
  border: 0;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 21, 18, .1);
}

.yandex-reviews-rail {
  padding-top: 14px;
  padding-bottom: 24px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}

.yandex-review-card {
  flex-basis: clamp(330px, 30vw, 420px);
  min-height: 286px;
  padding: clamp(20px, 2.2vw, 28px);
  border: 1px solid rgba(23, 21, 18, .07);
  border-radius: var(--vr-radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .78)),
    #fff;
  box-shadow: 0 18px 44px rgba(23, 21, 18, .08);
}

.yandex-review-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  border-radius: var(--vr-radius-xl) 0 0 var(--vr-radius-xl);
  background: linear-gradient(180deg, var(--vr-accent), rgba(242, 106, 33, .25));
  content: "";
}

.yandex-review-card::after {
  top: 20px;
  right: 20px;
  width: auto;
  height: auto;
  padding: 6px 8px;
  border-radius: var(--vr-pill);
  background: rgba(242, 106, 33, .08);
  content: "Яндекс";
  font-size: .68rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.yandex-review-card:nth-child(2n),
.yandex-review-card:nth-child(3n) {
  transform: none;
}

.yandex-review-stars {
  margin-top: auto;
}

.yandex-review-card p {
  -webkit-line-clamp: 6;
}

.reviews-stack .media-reviews-panel {
  position: relative;
  grid-template-columns: minmax(250px, .35fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 44px);
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  border: 0;
  border-radius: var(--vr-radius-xl);
  background:
    radial-gradient(circle at 12% 18%, rgba(242, 106, 33, .22), transparent 34%),
    linear-gradient(135deg, #181715 0%, #27231f 58%, #151514 100%);
  box-shadow: 0 28px 70px rgba(23, 21, 18, .18);
}

.reviews-stack .media-reviews-panel::after {
  position: absolute;
  inset: 0;
  background: url("assets/backgrounds/client-site-bg.png") center / min(1000px, 90vw) auto repeat-y;
  content: "";
  opacity: .12;
  pointer-events: none;
}

.media-reviews-head {
  position: relative;
  z-index: 1;
  align-self: center;
}

.media-reviews-head span {
  color: var(--vr-accent);
}

.media-reviews-head p {
  max-width: 340px;
  color: rgba(247, 243, 237, .72);
}

.reviews-stack .media-reviews-grid {
  position: relative;
  z-index: 1;
  gap: clamp(12px, 1.5vw, 20px);
}

.reviews-stack .review-media-card {
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .26);
}

.reviews-stack .review-media-card.is-portrait {
  grid-column: span 3;
}

.reviews-stack .review-media-card.is-landscape {
  grid-column: span 9;
}

.review-media-card::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .72)),
    radial-gradient(circle at 48% 44%, rgba(242, 106, 33, .18), transparent 36%);
}

.review-media-card i {
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, .92);
}

@media (max-width: 991.98px) {
  .reviews-stack .media-reviews-panel {
    grid-template-columns: 1fr;
  }

  .media-reviews-head {
    align-self: start;
  }

  .reviews-stack .review-media-card.is-portrait {
    grid-column: span 2;
  }

  .reviews-stack .review-media-card.is-landscape {
    grid-column: span 4;
  }
}

@media (max-width: 575.98px) {
  .reviews-section .section-head h2 {
    font-size: clamp(2.2rem, 13vw, 3.2rem);
  }

  .reviews-stack .media-reviews-panel {
    padding: 18px;
  }
}

/* Reviews editorial refresh: warmer canvas, featured cards and a cleaner video story strip. */
.reviews-section.section-pad {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 14%, rgba(242, 106, 33, .1), transparent 28%),
    radial-gradient(circle at 92% 22%, rgba(27, 42, 38, .08), transparent 30%),
    linear-gradient(180deg, #fbfaf6 0%, #f4efe6 54%, #fbfaf6 100%);
}

.reviews-section .container {
  position: relative;
}

.reviews-section .container::before {
  position: absolute;
  top: clamp(90px, 10vw, 150px);
  right: -8%;
  width: min(46vw, 620px);
  height: min(46vw, 620px);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(242, 106, 33, .13), transparent 62%);
  content: "";
  pointer-events: none;
}

.reviews-section .section-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 760px) auto;
  gap: clamp(18px, 3vw, 48px);
  align-items: end;
}

.reviews-section .section-head::after {
  display: block;
  width: min(260px, 24vw);
  height: 2px;
  margin-bottom: 14px;
  background: linear-gradient(90deg, var(--vr-accent), rgba(242, 106, 33, 0));
  content: "";
}

.reviews-section .eyebrow {
  background: rgba(242, 106, 33, .1);
}

.reviews-section .section-head h2 {
  max-width: 720px;
  font-size: clamp(2.55rem, 5.4vw, 5.6rem);
  line-height: .93;
}

.reviews-section .section-head p {
  max-width: 610px;
  margin-top: 12px;
  color: rgba(23, 21, 18, .58);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
}

.reviews-stack {
  position: relative;
  z-index: 1;
  gap: clamp(34px, 4.6vw, 64px);
}

.reviews-panel-head {
  margin-bottom: clamp(8px, 1.2vw, 16px);
}

.reviews-section .review-source span {
  min-height: 34px;
  padding-inline: 14px;
  background: #171512;
  color: #fff;
}

.reviews-panel-actions {
  padding: 4px;
  border-radius: var(--vr-pill);
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 18px 44px rgba(23, 21, 18, .08);
}

.yandex-panel-link {
  min-height: 44px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.reviews-section .slider-controls {
  gap: 5px;
}

.reviews-section .slider-controls button {
  box-shadow: none;
}

.yandex-reviews-rail {
  gap: clamp(16px, 2vw, 26px);
  margin-inline: calc(var(--vr-card-gap) * -1);
  padding: 14px var(--vr-card-gap) 34px;
}

.yandex-review-card {
  flex-basis: clamp(320px, 28vw, 420px);
  min-height: 294px;
  padding: clamp(22px, 2.4vw, 30px);
  border: 0;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 251, 245, .82));
  box-shadow:
    0 24px 64px rgba(23, 21, 18, .1),
    inset 0 0 0 1px rgba(23, 21, 18, .06);
}

.yandex-review-card:first-child {
  flex-basis: clamp(380px, 36vw, 520px);
  min-height: 326px;
  background:
    radial-gradient(circle at 88% 0%, rgba(242, 106, 33, .12), transparent 32%),
    linear-gradient(145deg, #fff, #fff7ee);
}

.yandex-review-card::before {
  width: 0;
}

.yandex-review-card::after {
  top: auto;
  right: 22px;
  bottom: 20px;
  background: rgba(23, 21, 18, .06);
  color: rgba(23, 21, 18, .58);
}

.yandex-review-author {
  padding-right: 74px;
}

.yandex-review-author img,
.yandex-review-avatar-fallback {
  width: 52px;
  height: 52px;
  flex-basis: 52px;
}

.yandex-review-stars {
  order: 3;
  margin-top: 0;
}

.yandex-review-card p {
  order: 2;
  color: rgba(23, 21, 18, .72);
  font-size: clamp(1.02rem, 1.1vw, 1.14rem);
  line-height: 1.52;
  -webkit-line-clamp: 7;
}

.reviews-stack .media-reviews-panel {
  grid-template-columns: minmax(260px, .32fr) minmax(0, 1fr);
  gap: clamp(20px, 3.4vw, 56px);
  padding: clamp(24px, 3.4vw, 42px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 16% 18%, rgba(242, 106, 33, .3), transparent 34%),
    radial-gradient(circle at 90% 18%, rgba(255, 255, 255, .08), transparent 28%),
    linear-gradient(135deg, #161514 0%, #2b261f 54%, #151514 100%);
}

.media-reviews-head {
  display: grid;
  align-self: stretch;
  align-content: center;
}

.media-reviews-head::after {
  width: 54px;
  height: 2px;
  margin-top: 18px;
  background: var(--vr-accent);
  content: "";
}

.media-reviews-head span {
  font-size: .8rem;
}

.media-reviews-head p {
  margin-top: 12px;
  font-size: clamp(1rem, 1.1vw, 1.14rem);
}

.reviews-stack .media-reviews-grid {
  grid-template-columns: repeat(10, minmax(0, 1fr));
  align-items: stretch;
}

.reviews-stack .review-media-card {
  border-radius: 24px;
  transition: transform .24s ease, box-shadow .24s ease;
}

.reviews-stack .review-media-card:hover,
.reviews-stack .review-media-card:focus-visible {
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
  transform: translateY(-4px);
}

.reviews-stack .review-media-card.is-portrait {
  grid-column: span 3;
}

.reviews-stack .review-media-card.is-landscape {
  grid-column: span 7;
}

.review-media-card i {
  width: 58px;
  height: 58px;
}

.review-media-card span {
  left: 20px;
  bottom: 18px;
}

@media (max-width: 991.98px) {
  .reviews-section .section-head {
    grid-template-columns: 1fr;
  }

  .reviews-section .section-head::after {
    width: 180px;
    margin-bottom: 0;
  }

  .reviews-panel-actions {
    width: 100%;
    justify-content: space-between;
  }

  .reviews-stack .media-reviews-panel {
    grid-template-columns: 1fr;
  }

  .reviews-stack .media-reviews-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .reviews-stack .review-media-card.is-portrait {
    grid-column: span 2;
  }

  .reviews-stack .review-media-card.is-landscape {
    grid-column: span 4;
  }
}

@media (max-width: 575.98px) {
  .reviews-panel-actions {
    align-items: stretch;
    border-radius: var(--vr-radius-lg);
  }

  .reviews-stack .media-reviews-grid {
    grid-template-columns: 1fr;
  }

  .reviews-stack .review-media-card.is-portrait,
  .reviews-stack .review-media-card.is-landscape {
    grid-column: auto;
  }
}
