*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --bg: #eeebe5;
  --bg-strong: #e4ded4;
  --panel: #ffffff;
  --panel-line: rgba(17, 17, 17, 0.08);
  --text: #111111;
  --muted: rgba(17, 17, 17, 0.58);
  --muted-strong: rgba(17, 17, 17, 0.72);
  --violet: #831fcb;
  --violet-strong: #b309c7;
  --shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
}

@font-face {
  font-family: "Myriad Pro";
  src: url("https://verstak.digital/fonts/myriad-pro/MYRIADPRO-REGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-strong) 100%);
  color: var(--text);
  font-family: Arial, sans-serif;
}

body {
  overflow-x: hidden;
  font-family: Cygre, "Myriad Pro", Arial, sans-serif;
}

.page-bg {
  position: fixed;
  pointer-events: none;
  z-index: 0;
  filter: blur(50px);
}

.page-bg--violet {
  top: -140px;
  right: -100px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(131, 31, 203, 0.36), rgba(131, 31, 203, 0.08) 62%, transparent 76%);
}

.page-bg--soft {
  left: -120px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(179, 9, 199, 0.18), rgba(179, 9, 199, 0.04) 60%, transparent 74%);
}

.viewport-decor {
  position: fixed;
  top: 28px;
  right: -64px;
  width: 210px;
  z-index: 4;
  pointer-events: none;
  opacity: 0.96;
  animation: floatHeroShape 7.5s ease-in-out infinite;
}

.viewport-decor img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.experience {
  position: relative;
  z-index: 1;
}

.sticky-layout {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) 360px;
  gap: 20px;
  padding: 16px 20px 16px 24px;
  align-items: stretch;
}

.viewer-column,
.viewer {
  min-width: 0;
}

.viewer {
  height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 8px;
}

.mobile-brand {
  display: none;
  padding: 16px 18px;
  border-radius: 24px;
  background: var(--panel);
  border: 1px solid var(--panel-line);
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.05);
}

.viewer__screen {
  position: relative;
  overflow: hidden;
}

.slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  inset: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(34px) scale(0.988);
  transition:
    opacity 0.32s ease,
    transform 0.4s ease;
  pointer-events: none;
}

.slide.is-before {
  transform: translateY(-20px) scale(0.988);
}

.slide.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.deck {
  height: calc(100vh - 56px);
  padding: 30px 34px 26px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
  border-radius: 30px;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow);
}

.deck--cover {
  background:
    radial-gradient(circle at top right, rgba(131, 31, 203, 0.14), transparent 28%),
    radial-gradient(circle at bottom left, rgba(179, 9, 199, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.95));
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
}

.deck--cover-clean {
  grid-template-rows: 1fr;
}

.deck__header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}

.deck__eyebrow {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.deck h1,
.deck h2,
.deck h3,
.deck p {
  margin: 0;
}

.deck h1 {
  max-width: 840px;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.deck h2 {
  max-width: 760px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.deck p {
  font-size: 20px;
  line-height: 1.28;
  color: var(--muted-strong);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-lockup--hero {
  gap: 16px;
}

.brand-lockup__mark {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
}

.brand-lockup--hero .brand-lockup__mark {
  width: 54px;
  height: 54px;
}

.brand-lockup__word {
  display: inline-block;
  font-family: Cygre, "Myriad Pro", Arial, sans-serif;
  font-size: 52px;
  line-height: 0.9;
  letter-spacing: -0.07em;
  color: #0a0a0a;
  transform: translateY(-2px);
}

.brand-lockup--hero .brand-lockup__word {
  font-size: 64px;
}

.cover__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cover__status,
.cover__services span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(131, 31, 203, 0.12);
  background: rgba(131, 31, 203, 0.08);
  color: var(--violet);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cover__status {
  padding: 10px 14px;
  white-space: nowrap;
}

.cover__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: 22px;
  align-items: stretch;
}

.cover__body {
  display: grid;
  align-content: center;
  gap: 18px;
}

.cover__body--center {
  max-width: 860px;
  margin: auto;
  justify-items: center;
  text-align: center;
  gap: 20px;
}

.cover__title {
  display: grid;
  gap: 2px;
}

.cover__title span {
  display: block;
}

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

.cover__body--center .cover__meta,
.cover__body--center .cover__services {
  justify-content: center;
}

.cover__meta span,
.contact-chip,
.metric-card,
.goal-card,
.task-group,
.stage-card,
.summary-card,
.reference-card,
.next-card {
  border: 1px solid var(--panel-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.04);
}

.cover__meta span {
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
}

.cover__lead {
  max-width: 760px;
  font-size: 22px;
  line-height: 1.26;
}

.cover__body--center .cover__lead {
  max-width: 700px;
}

.cover__body--proposal {
  position: relative;
  max-width: 960px;
  gap: 18px;
}

.cover__body--proposal h1 {
  max-width: 920px;
  text-wrap: balance;
}

.cover__body--proposal .cover__lead {
  max-width: 740px;
  text-wrap: balance;
}

.cover__meta--services {
  margin-top: 2px;
}

.cover__meta--services span {
  min-width: 104px;
  padding: 11px 16px;
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(131, 31, 203, 0.14);
}

.cover__promise {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
  color: var(--muted-strong);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cover__promise i {
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--violet), var(--violet-strong));
}

.cover__promise strong {
  color: var(--text);
}

.deck--agency {
  background:
    radial-gradient(circle at 88% 12%, rgba(131, 31, 203, 0.09), transparent 26%),
    var(--panel);
}

.agency-offer {
  min-height: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
}

.agency-offer__lead {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 22px;
  padding: 18px 22px;
  border-radius: 24px;
  background: linear-gradient(120deg, rgba(131, 31, 203, 0.1), rgba(179, 9, 199, 0.045));
  border: 1px solid rgba(131, 31, 203, 0.12);
}

.agency-offer__lead > span,
.agency-offer__result > span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--violet);
}

.agency-offer__lead p {
  max-width: 860px;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--text);
}

.agency-offer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.agency-card {
  position: relative;
  min-height: 200px;
  padding: 20px 20px 18px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid var(--panel-line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 38px rgba(17, 17, 17, 0.045);
  overflow: hidden;
}

.agency-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.agency-card__icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--violet);
  background: rgba(131, 31, 203, 0.08);
  border: 1px solid rgba(131, 31, 203, 0.12);
}

.agency-card__icon svg {
  width: 36px;
  height: 36px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.agency-card::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -50px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: rgba(131, 31, 203, 0.045);
}

.agency-card__index {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--violet);
}

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

.service-item {
  position: relative;
  min-height: 140px;
  padding: 16px 17px;
  display: flex;
  flex-direction: column;
  border-radius: 21px;
  border: 1px solid var(--panel-line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.035);
}

.service-item__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.service-item__top > span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--violet);
}

.service-item__top svg {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  stroke: var(--violet);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-item h3 {
  margin: 12px 0 6px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.service-item p {
  font-size: 14px;
  line-height: 1.18;
}

.service-catalog__note,
.pricing-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(17, 17, 17, 0.035);
}

.service-catalog__note > span,
.pricing-note > span,
.foundation-result span,
.next-step-lead > span,
.pricing-card > span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--violet);
}

.service-catalog__note strong,
.pricing-note strong {
  max-width: 700px;
  font-size: 16px;
  line-height: 1.18;
  text-align: right;
}

.foundation-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
}

.foundation-card {
  min-height: 112px;
  padding: 17px 20px;
  display: grid;
  grid-template-columns: 46px minmax(220px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 20px;
  border-radius: 21px;
  border: 1px solid var(--panel-line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.04);
}

.foundation-card__index {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--violet-strong));
  font-size: 11px;
  font-weight: 800;
}

.foundation-card small {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.foundation-card h3 {
  max-width: 17ch;
  margin: 0;
  font-size: 24px;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.foundation-card p {
  padding-left: 20px;
  border-left: 1px solid var(--panel-line);
  font-size: 15px;
  line-height: 1.22;
}

.foundation-result {
  display: grid;
  grid-template-columns: minmax(250px, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: center;
  padding: 17px 20px;
  border-radius: 21px;
  color: #fff;
  background: linear-gradient(110deg, #111 0%, #28142f 66%, #831fcb 150%);
}

.foundation-result span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.62);
}

.foundation-result strong {
  display: block;
  font-size: 20px;
  line-height: 1.12;
}

.foundation-result p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.78);
}

.workflow-stack {
  align-self: center;
  display: grid;
  gap: 14px;
}

.workflow-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 28px 18px 22px;
  border-radius: 26px;
  border: 1px solid var(--panel-line);
  background: linear-gradient(180deg, rgba(131, 31, 203, 0.035), rgba(255, 255, 255, 0.96));
  overflow: hidden;
}

.workflow-line::before {
  content: "";
  position: absolute;
  top: 49px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, rgba(131, 31, 203, 0.24), var(--violet), rgba(179, 9, 199, 0.38));
}

.workflow-line article {
  position: relative;
  z-index: 1;
  min-height: 150px;
  padding: 0 15px;
  display: grid;
  grid-template-rows: 44px auto 1fr;
  justify-items: center;
  align-content: start;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.workflow-line article:last-child {
  color: var(--text);
  background: transparent;
}

.workflow-line article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--violet-strong));
  box-shadow: 0 5px 16px rgba(131, 31, 203, 0.18);
  font-size: 11px;
  font-weight: 800;
}

.workflow-line article:last-child > span {
  color: #fff;
  background: linear-gradient(135deg, #24132b, var(--violet));
}

.workflow-line article:last-child p {
  color: var(--muted-strong);
}

.workflow-line strong {
  margin: 18px 0 8px;
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
}

.workflow-line p {
  max-width: 16ch;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

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

.workflow-benefits span {
  padding: 13px 14px;
  border-radius: 15px;
  background: rgba(131, 31, 203, 0.075);
  color: #4a225c;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

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

.pricing-card {
  min-height: 270px;
  padding: 21px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid var(--panel-line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.04);
}

.pricing-card--primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, #1a111e, #4b1f62 110%);
}

.pricing-card--primary > span,
.pricing-card--primary p {
  color: rgba(255, 255, 255, 0.66);
}

.pricing-card h3 {
  margin: 18px 0 12px;
  font-size: 28px;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.pricing-card p {
  font-size: 16px;
  line-height: 1.22;
}

.pricing-card > strong {
  margin-top: auto;
  padding-top: 18px;
  font-size: 14px;
  line-height: 1.18;
  color: var(--violet);
}

.pricing-card--primary > strong {
  color: #fff;
}

.pricing-card__more {
  width: 100%;
  align-self: stretch;
  margin-top: 12px;
  padding: 10px 14px;
  border: 1px solid #ffffff;
  border-radius: 12px;
  color: #4b1f62;
  background: #ffffff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.pricing-card__more:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

.stage-dialog {
  width: min(760px, calc(100vw - 32px));
  padding: 28px;
  border: 0;
  border-radius: 28px;
  color: var(--text);
  background: #fff;
  box-shadow: 0 30px 100px rgba(17, 17, 17, 0.28);
}

.stage-dialog::backdrop {
  background: rgba(17, 10, 20, 0.56);
  backdrop-filter: blur(8px);
}

.stage-dialog__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 12px;
  color: var(--text);
  background: rgba(17, 17, 17, 0.05);
  font-size: 24px;
  cursor: pointer;
}

.stage-dialog h2 {
  max-width: 560px;
  margin: 0 0 22px;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.05em;
}

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

.stage-dialog__grid article {
  padding: 15px;
  border-radius: 17px;
  background: rgba(131, 31, 203, 0.065);
}

.stage-dialog__grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--violet);
  font-size: 10px;
  font-weight: 800;
}

.stage-dialog__grid strong {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
}

.stage-dialog__grid p,
.stage-dialog__result {
  margin: 0;
  color: var(--muted-strong);
  font-size: 13px;
  line-height: 1.25;
}

.stage-dialog__result {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(110deg, #111, #4a1d5e);
}

.next-step-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 16px;
}

.next-step-lead {
  min-height: 310px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(179, 9, 199, 0.56), transparent 34%),
    linear-gradient(145deg, #111, #2b1633);
}

.next-step-lead > span {
  margin-bottom: auto;
  color: rgba(255, 255, 255, 0.62);
}

.next-step-lead strong {
  max-width: 600px;
  margin-bottom: 14px;
  font-size: 38px;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.next-step-lead p {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.next-step-list {
  display: grid;
  gap: 10px;
}

.next-step-list article {
  padding: 18px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 14px;
  border-radius: 20px;
  border: 1px solid var(--panel-line);
  background: rgba(255, 255, 255, 0.98);
}

.next-step-list span {
  color: var(--violet);
  font-size: 11px;
  font-weight: 800;
}

.next-step-list p {
  font-size: 16px;
  line-height: 1.2;
}

.next-step-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(131, 31, 203, 0.075);
}

.next-step-cta span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.next-step-cta strong {
  font-size: 18px;
}

.next-step-cta a {
  padding: 12px 16px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(110deg, var(--violet), var(--violet-strong));
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

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

.contact-accordion details {
  border-radius: 15px;
  border: 1px solid var(--panel-line);
  background: rgba(17, 17, 17, 0.018);
  overflow: hidden;
}

.contact-accordion summary {
  min-height: 54px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  list-style: none;
}

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

.contact-accordion summary span,
.contact-accordion summary strong,
.contact-accordion summary small {
  display: block;
}

.contact-accordion summary small {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.contact-accordion summary strong {
  font-size: 16px;
  line-height: 1.1;
}

.contact-accordion summary svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--violet);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.contact-accordion details[open] summary svg {
  transform: rotate(180deg);
}

.contact-accordion details[open] summary {
  border-bottom: 1px solid var(--panel-line);
}

.contact-accordion .panel__list {
  padding: 10px 12px 12px;
  gap: 5px;
  font-size: 13px;
}

.mobile-contacts {
  display: none;
}

.agency-card h3 {
  position: relative;
  z-index: 1;
  max-width: 13ch;
  margin: 20px 0 10px;
  font-size: 27px;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.agency-card p {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.25;
}

.agency-offer__result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 15px 20px;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(105deg, #111111 0%, #25152c 64%, #831fcb 140%);
}

.agency-offer__result > span {
  color: rgba(255, 255, 255, 0.62);
}

.agency-offer__result strong {
  font-size: 20px;
  line-height: 1.15;
  text-align: right;
}

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

.cover__services span {
  padding: 10px 14px;
}

.cover__aside {
  display: grid;
  gap: 14px;
  align-content: center;
}

.cover__panel,
.cover__mini-card {
  border: 1px solid var(--panel-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.05);
}

.cover__panel {
  min-height: 100%;
  padding: 20px 22px;
  display: grid;
  gap: 12px;
  align-content: start;
}

.cover__panel--primary {
  position: relative;
  overflow: hidden;
}

.cover__panel--primary::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--violet), var(--violet-strong));
}

.cover__panel span,
.cover__mini-card span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.cover__panel strong {
  font-size: 36px;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.cover__panel p {
  font-size: 16px;
  line-height: 1.28;
}

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

.cover__mini-card {
  padding: 16px 18px;
  display: grid;
  gap: 8px;
}

.cover__mini-card strong {
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.05em;
}

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

.contact-chip {
  display: grid;
  gap: 8px;
  padding: 18px 18px 16px;
}

.contact-chip span,
.summary-card span,
.contact-banner span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-chip strong,
.summary-card strong,
.contact-banner strong {
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.contact-chip small {
  font-size: 15px;
  color: var(--muted-strong);
}

.contact-chip a,
.panel__list a,
.contact-banner a {
  color: inherit;
  text-decoration: none;
}

.contact-chip a:hover,
.panel__list a:hover,
.contact-banner a:hover {
  color: var(--violet);
}

.content-grid,
.goal-grid,
.task-list,
.stage-grid,
.summary-grid,
.reference-grid,
.next-grid {
  display: grid;
  gap: 18px;
}

.content-grid--about {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-content: start;
}

.content-grid--about-us {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-content: start;
}

.content-card {
  padding: 24px 26px;
  border-radius: 28px;
  background: rgba(17, 17, 17, 0.03);
}

.content-card--compact {
  padding: 16px 18px;
}

.content-card--wide {
  grid-column: span 4;
}

.content-card p + p {
  margin-top: 14px;
}

.metric-card {
  min-height: 136px;
  padding: 18px 20px;
  display: grid;
  align-content: start;
  gap: 8px;
}

.metric-card strong {
  display: block;
  font-size: 58px;
  line-height: 0.92;
  letter-spacing: -0.08em;
  font-weight: 700;
  text-align: center;
}

.metric-card span {
  font-size: 18px;
  line-height: 1.22;
  color: var(--muted-strong);
}

.content-grid--about-us .metric-card {
  position: relative;
  min-height: 182px;
  padding: 20px 22px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at top right, rgba(131, 31, 203, 0.08), transparent 52%);
  box-shadow: 0 14px 38px rgba(17, 17, 17, 0.045);
}

.content-grid--about-us .metric-card::before {
  content: "";
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--violet), var(--violet-strong));
}

.content-grid--about-us .metric-card strong {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 4px;
  margin-top: 18px;
  font-size: clamp(58px, 5vw, 82px);
  line-height: 0.82;
  letter-spacing: -0.09em;
  text-align: left;
}

.content-grid--about-us .metric-card strong span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.content-grid--about-us .metric-card > span {
  max-width: 12ch;
  margin-top: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.02;
  text-align: left;
  text-wrap: balance;
}

.content-grid--about-us .metric-card__headline {
  flex-direction: row;
  align-items: flex-end;
  gap: 12px;
}

.content-grid--about-us .metric-card__headline em {
  display: block;
  font-style: normal;
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  transform: translateY(-8px);
}

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

.goal-card,
.task-group,
.stage-card,
.next-card {
  padding: 18px 20px;
}

.goal-card h3,
.task-group h3,
.stage-card h3 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.goal-card p,
.task-group p,
.stage-card p,
.reference-card__description,
  .next-card p {
  font-size: 18px;
}

.task-list,
.summary-grid,
.reference-grid,
.next-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.task-group ul {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 12px;
  color: var(--muted-strong);
  font-size: 18px;
  line-height: 1.34;
}

.stage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start;
}

.stage-grid--process .stage-card {
  min-height: 188px;
}

.logo-marquee {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--panel-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.04);
}

.logo-marquee__viewport {
  display: flex;
  width: max-content;
  min-width: 100%;
  animation: marqueeLogos 28s linear infinite;
  will-change: transform;
}

.logo-marquee__track {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
  flex: 0 0 auto;
}

.logo-marquee__item {
  min-width: 196px;
  height: 108px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.logo-marquee__item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 82px;
  object-fit: contain;
  transform-origin: center center;
}

.logo-marquee__item img[src$="fakro.svg"] {
  transform: scale(1.9);
}

.logo-marquee__item img[src$="tiger.svg"] {
  transform: scale(2.05);
}

.logo-marquee__item img[src$="maxtech.svg"] {
  transform: scale(1.58);
}

.logo-marquee__item img[src$="street.svg"] {
  transform: scale(1.85);
}

.logo-marquee__item img[src$="studia-lebedeva.svg"] {
  transform: scale(1.8);
}

.logo-marquee__item img[src$="ditlogo.svg"] {
  transform: scale(1.95);
}

.logo-marquee__item img[src$="leomodern.svg"] {
  transform: scale(1.18);
}

.logo-marquee__item img[src$="lenstroytrest.svg"] {
  transform: scale(1.08);
}

.logo-marquee__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 64px;
  z-index: 1;
  pointer-events: none;
}

.logo-marquee__fade--left {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0));
}

.logo-marquee__fade--right {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0));
}

.stage-card {
  min-height: 232px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.stage-card__index {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--violet);
}

.table-card {
  padding: 14px;
  border-radius: 28px;
  background: rgba(17, 17, 17, 0.03);
}

.estimate-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}

.estimate-table th,
.estimate-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  text-align: left;
  font-size: 16px;
}

.estimate-table th {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.estimate-table tfoot td {
  font-weight: 700;
  border-bottom: 0;
}

.summary-card {
  min-height: 100px;
  padding: 18px 20px;
  display: grid;
  gap: 10px;
  align-content: start;
}

.summary-card--cta {
  background: linear-gradient(180deg, var(--violet), var(--violet-strong));
  border-color: transparent;
  color: #ffffff;
  text-decoration: none;
}

.summary-card--cta span,
.summary-card--cta strong {
  color: #ffffff;
}

.summary-card--cta:hover {
  opacity: 0.92;
}

.reference-card {
  min-height: 148px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.reference-card strong {
  font-size: 26px;
  letter-spacing: -0.05em;
}

.reference-card:hover {
  transform: translateY(-4px);
  border-color: rgba(131, 31, 203, 0.18);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
}

.reference-card__top,
.reference-card__body {
  display: flex;
}

.reference-card__top {
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.reference-card__body {
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.reference-card__domain {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(131, 31, 203, 0.08);
  color: var(--violet);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reference-card__arrow {
  color: var(--muted);
  font-size: 16px;
  line-height: 1;
}

.reference-card__description {
  color: var(--muted-strong);
  text-wrap: balance;
}

.reference-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.reference-card__link::after {
  content: "→";
  color: var(--violet);
}

.reference-group {
  display: grid;
  gap: 10px;
}

.reference-group__title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.reference-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.reference-card--compact {
  min-height: 154px;
  padding: 16px 16px 14px;
  border-radius: 20px;
  gap: 10px;
}

.reference-card--compact strong {
  font-size: 20px;
  line-height: 1.02;
}

.reference-card__description {
  font-size: 14px;
  line-height: 1.22;
}

.next-card {
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}

.next-card strong {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--text);
}

.share-banner {
  justify-self: end;
  align-self: start;
  margin-top: -4px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--violet), var(--violet-strong));
  box-shadow: 0 14px 30px rgba(131, 31, 203, 0.24);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.share-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(131, 31, 203, 0.3);
  opacity: 0.96;
}

.copy-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 20;
  transform: translateX(-50%) translateY(12px);
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.92);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.copy-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.viewer__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

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

.sidebar__brand,
.panel {
  border-radius: 24px;
  background: var(--panel);
  border: 1px solid var(--panel-line);
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.05);
}

.sidebar__brand {
  padding: 18px 18px 16px;
}

.sidebar__logo {
  display: block;
  width: 188px;
  height: auto;
}

.sidebar__brand .brand-lockup__word {
  font-size: 46px;
}

.panel {
  padding: 18px;
}

.panel__label {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.panel--counter {
  padding-bottom: 16px;
}

.panel__numbers {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.panel__current,
.panel__total {
  display: inline-block;
  letter-spacing: -0.06em;
}

.panel__current {
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 800;
  line-height: 0.9;
}

.panel__current.is-changing {
  animation: digitSwap 0.32s ease;
}

.panel__divider {
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #111111, var(--violet));
  transform: translateY(-8px);
}

.panel__total {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: rgba(17, 17, 17, 0.42);
}

.panel__title {
  margin-top: 10px;
  min-height: 42px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.panel__title.is-changing {
  animation: fadeSwap 0.28s ease;
}

.panel__progress {
  margin-top: 14px;
  width: 100%;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.08);
}

.panel__progress span {
  display: block;
  width: 14.285%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--violet), var(--violet-strong));
  transition: width 0.34s ease;
}

.panel h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.panel p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted-strong);
}

.panel__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.45;
}

.panel__list a {
  display: inline-block;
}

.scroll-rail {
  position: relative;
  z-index: -1;
}

.scroll-step {
  height: 100vh;
}

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

@media (max-width: 1400px) {
  .deck {
    padding: 24px 26px 22px;
    gap: 16px;
  }

  .deck h1 {
    font-size: clamp(36px, 4.6vw, 58px);
  }

  .deck h2 {
    font-size: clamp(24px, 2.8vw, 38px);
  }

  .deck p,
  .goal-card p,
  .task-group ul,
  .stage-card p,
  .reference-card__description,
  .next-card p,
  .estimate-table td {
    font-size: 15px;
  }

  .metric-card strong {
    font-size: 52px;
  }

  .service-item {
    min-height: 118px;
    padding: 14px 15px;
  }

  .service-item h3 {
    font-size: 17px;
  }

  .service-item p {
    font-size: 12px;
  }

  .foundation-card {
    min-height: 96px;
    padding: 14px 16px;
  }

  .foundation-card h3 {
    font-size: 20px;
  }

  .foundation-card p,
  .foundation-result p {
    font-size: 14px;
  }

  .workflow-line article {
    min-height: 140px;
    padding: 0 12px;
  }

  .workflow-line strong {
    font-size: 18px;
  }

  .workflow-line p {
    font-size: 12px;
  }

  .pricing-card {
    min-height: 225px;
    padding: 18px;
  }

  .pricing-card h3 {
    font-size: 24px;
  }

  .pricing-card p {
    font-size: 14px;
  }

  .next-step-lead {
    min-height: 270px;
    padding: 22px;
  }

  .next-step-lead strong {
    font-size: 32px;
  }

  .summary-card {
    min-height: 88px;
    padding: 16px 18px;
  }

  .summary-card strong {
    font-size: 22px;
  }

  .viewport-decor {
    width: 184px;
    right: -58px;
  }

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

  .reference-card--compact {
    min-height: 144px;
  }

  .logo-marquee__item {
    min-width: 172px;
    height: 94px;
  }

  .logo-marquee__item img {
    max-height: 72px;
  }
}

@media (max-width: 1180px) {
  .sticky-layout {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }

  .viewer {
    grid-template-rows: auto minmax(0, 1fr);
  }

  .viewer__footer {
    display: none;
  }

  .mobile-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .deck {
    height: auto;
    min-height: calc(100svh - 112px);
    padding: 20px 20px 18px;
    gap: 14px;
  }

  .mobile-contacts {
    position: relative;
    display: block;
  }

  .mobile-contacts summary {
    padding: 9px 12px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(110deg, var(--violet), var(--violet-strong));
    cursor: pointer;
    list-style: none;
    font-size: 11px;
    font-weight: 800;
  }

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

  .mobile-contacts > div {
    position: absolute;
    z-index: 20;
    top: calc(100% + 8px);
    right: 0;
    width: 230px;
    padding: 8px;
    display: grid;
    gap: 6px;
    border-radius: 16px;
    border: 1px solid var(--panel-line);
    background: #fff;
    box-shadow: 0 18px 50px rgba(17, 17, 17, 0.16);
  }

  .mobile-contacts a {
    padding: 9px 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-radius: 10px;
    color: var(--text);
    background: rgba(17, 17, 17, 0.03);
    text-decoration: none;
    font-size: 11px;
  }

  .mobile-contacts a span {
    color: var(--muted);
  }

  .service-catalog {
    gap: 9px;
  }

  .foundation-card {
    min-height: 92px;
  }

  .foundation-result {
    padding: 14px 16px;
  }

  .workflow-line {
    gap: 0;
  }

  .workflow-line article {
    min-height: 140px;
  }

  .pricing-card {
    min-height: 205px;
  }

  .cover__layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cover__lead {
    font-size: 18px;
  }

  .cover__body--proposal {
    gap: 15px;
  }

  .agency-offer__lead {
    grid-template-columns: 1fr;
    padding: 15px 18px;
  }

  .agency-offer__lead p {
    font-size: 18px;
  }

  .agency-card {
    min-height: 172px;
    padding: 16px;
  }

  .agency-card h3 {
    font-size: 22px;
  }

  .agency-card p {
    font-size: 14px;
  }

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

  .sidebar {
    display: none;
  }

  .content-grid--about,
  .content-grid--about-us,
  .goal-grid,
  .stage-grid,
  .task-list,
  .summary-grid,
  .reference-grid,
  .next-grid,
  .contact-banner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .reference-card--compact {
    min-height: 134px;
  }

  .content-card--wide {
    grid-column: span 2;
  }

  .deck h1 {
    font-size: 40px;
  }

  .deck h2 {
    font-size: 28px;
  }

  .deck p,
  .goal-card p,
  .task-group ul,
  .stage-card p,
  .reference-card__description,
  .next-card p,
  .estimate-table td {
    font-size: 14px;
    line-height: 1.26;
  }

  .goal-card h3,
  .task-group h3,
  .stage-card h3 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .metric-card {
    min-height: 110px;
    padding: 14px 16px;
  }

  .metric-card strong {
    font-size: 42px;
  }

  .summary-card,
  .reference-card,
  .next-card,
  .stage-card,
  .goal-card,
  .task-group {
    min-height: unset;
    padding: 14px 16px;
  }

  .estimate-table th,
  .estimate-table td {
    padding: 12px 12px;
    font-size: 13px;
  }

  .contact-banner {
    gap: 10px;
    padding: 14px;
  }

  .viewport-decor {
    width: 128px;
    top: 16px;
    right: -42px;
  }

  .content-grid--about-us .metric-card {
    min-height: 154px;
    padding: 16px 16px 14px;
  }

  .content-grid--about-us .metric-card strong {
    margin-top: 14px;
    font-size: 50px;
  }

  .content-grid--about-us .metric-card > span {
    font-size: 14px;
    max-width: 12ch;
  }

  .content-grid--about-us .metric-card__headline em {
    font-size: 28px;
    transform: translateY(-6px);
  }

  .next-card strong {
    font-size: 22px;
  }

  .share-banner {
    padding: 11px 16px;
    font-size: 12px;
  }

  .logo-marquee__track {
    gap: 14px;
    padding: 14px 16px;
  }

  .logo-marquee__item {
    min-width: 146px;
    height: 82px;
    padding: 4px 6px;
  }

  .logo-marquee__item img {
    max-height: 60px;
  }

  .reference-card__domain {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .cover__panel strong {
    font-size: 30px;
  }

  .cover__mini-card strong {
    font-size: 22px;
  }
}

@media (max-width: 760px) {
  .sticky-layout {
    height: 100svh;
    padding: 10px;
  }

  .deck {
    height: calc(100svh - 92px);
    min-height: calc(100svh - 92px);
    padding: 16px 16px 14px;
    border-radius: 22px;
    gap: 12px;
  }

  .deck h1 {
    font-size: 28px;
    line-height: 0.98;
  }

  .deck h2 {
    font-size: 22px;
    line-height: 1;
  }

  .cover__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .cover__status {
    padding: 8px 12px;
    font-size: 10px;
  }

  .cover__services {
    gap: 8px;
  }

  .cover__services span {
    padding: 8px 10px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .cover__lead {
    font-size: 14px;
    line-height: 1.24;
  }

  .cover__body--proposal {
    gap: 11px;
  }

  .cover__body--proposal .brand-lockup--hero .brand-lockup__mark {
    width: 40px;
    height: 40px;
  }

  .cover__meta--services {
    gap: 6px;
  }

  .cover__meta--services span {
    min-width: 0;
    padding: 7px 9px;
    font-size: 10px;
  }

  .cover__promise {
    gap: 8px;
    font-size: 9px;
  }

  .cover__promise i {
    width: 22px;
  }

  .agency-offer {
    gap: 8px;
  }

  .agency-offer__lead {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 16px;
  }

  .agency-offer__lead > span,
  .agency-offer__result > span {
    font-size: 9px;
  }

  .agency-offer__lead p {
    font-size: 12px;
    line-height: 1.2;
  }

  .agency-offer__grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .agency-card {
    min-height: 0;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 26px minmax(0, 0.9fr) minmax(0, 1.35fr);
    align-items: center;
    gap: 9px;
    border-radius: 16px;
  }

  .agency-card__top {
    display: contents;
  }

  .agency-card__icon {
    width: 26px;
    height: 26px;
    border-radius: 8px;
  }

  .agency-card__icon svg {
    width: 17px;
    height: 17px;
  }

  .agency-card__index {
    display: none;
  }

  .agency-card h3 {
    max-width: none;
    margin: 0;
    font-size: 15px;
    line-height: 1;
  }

  .agency-card p {
    font-size: 10px;
    line-height: 1.15;
  }

  .agency-offer__result {
    padding: 10px 12px;
    border-radius: 15px;
  }

  .agency-offer__result strong {
    max-width: 70%;
    font-size: 13px;
  }

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

  .service-item {
    min-height: 72px;
    padding: 9px 10px;
    border-radius: 14px;
  }

  .service-item__top > span {
    margin-bottom: 5px;
    font-size: 8px;
  }

  .service-item__top svg {
    width: 22px;
    height: 22px;
  }

  .service-item h3 {
    margin: 0 0 4px;
    font-size: 13px;
  }

  .service-item p {
    font-size: 9px;
    line-height: 1.12;
  }

  .service-catalog__note,
  .pricing-note {
    gap: 10px;
    padding: 9px 11px;
    border-radius: 13px;
  }

  .service-catalog__note > span,
  .pricing-note > span {
    font-size: 8px;
  }

  .service-catalog__note strong,
  .pricing-note strong {
    font-size: 10px;
  }

  .foundation-flow {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .foundation-card {
    min-height: 0;
    padding: 10px 11px;
    display: grid;
    grid-template-columns: 30px minmax(0, 0.9fr) minmax(0, 1.25fr);
    align-items: center;
    gap: 9px;
    border-radius: 15px;
  }

  .foundation-card__index {
    width: 28px;
    height: 28px;
    margin: 0;
    border-radius: 9px;
    font-size: 8px;
  }

  .foundation-card small {
    margin-bottom: 3px;
    font-size: 7px;
  }

  .foundation-card h3 {
    max-width: none;
    margin: 0;
    font-size: 13px;
  }

  .foundation-card p {
    font-size: 9px;
    line-height: 1.12;
  }

  .foundation-result {
    grid-template-columns: 1fr 1.1fr;
    gap: 10px;
    padding: 10px 11px;
    border-radius: 15px;
  }

  .foundation-result span {
    margin-bottom: 3px;
    font-size: 8px;
  }

  .foundation-result strong {
    font-size: 11px;
  }

  .foundation-result p {
    font-size: 9px;
    line-height: 1.14;
  }

  .workflow-line {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 8px;
    border-radius: 17px;
  }

  .workflow-line::before {
    display: none;
  }

  .workflow-line article {
    min-height: 0;
    padding: 9px 10px;
    display: grid;
    grid-template-columns: 30px minmax(80px, 0.72fr) minmax(0, 1.28fr);
    grid-template-rows: 1fr;
    justify-items: start;
    align-items: center;
    gap: 7px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
  }

  .workflow-line article:last-child {
    grid-column: auto;
    color: #fff;
    background: linear-gradient(110deg, #25132c, var(--violet));
  }

  .workflow-line article::after {
    display: none;
  }

  .workflow-line article > span {
    width: 28px;
    height: 28px;
    margin: 0;
    border: 0;
    font-size: 8px;
  }

  .workflow-line article:last-child > span {
    color: var(--violet);
    background: #fff;
  }

  .workflow-line strong {
    margin: 0;
    font-size: 12px;
    text-align: left;
  }

  .workflow-line p {
    max-width: none;
    font-size: 9px;
    line-height: 1.1;
    text-align: left;
  }

  .workflow-line article:last-child p {
    color: rgba(255, 255, 255, 0.7);
  }

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

  .workflow-benefits span {
    padding: 8px;
    border-radius: 11px;
    font-size: 9px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .pricing-card {
    min-height: 0;
    padding: 10px 11px;
    display: grid;
    grid-template-columns: minmax(85px, 0.7fr) minmax(0, 1.3fr);
    gap: 5px 10px;
    border-radius: 15px;
  }

  .pricing-card > span {
    grid-column: 1;
    font-size: 8px;
  }

  .pricing-card h3 {
    grid-column: 1;
    margin: 0;
    font-size: 14px;
  }

  .pricing-card p {
    grid-column: 2;
    grid-row: 1 / span 2;
    font-size: 9px;
    line-height: 1.13;
  }

  .pricing-card > strong {
    grid-column: 1 / -1;
    margin: 0;
    padding: 6px 0 0;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    font-size: 9px;
  }

  .pricing-card__more {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: stretch;
    align-self: center;
    width: 100%;
    margin: 0;
    padding: 7px 10px;
    border-radius: 9px;
    font-size: 9px;
  }

  .pricing-card--primary > strong {
    border-color: rgba(255, 255, 255, 0.14);
  }

  .next-step-layout {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .next-step-lead {
    min-height: 140px;
    padding: 14px;
    border-radius: 17px;
  }

  .next-step-lead strong {
    margin-bottom: 7px;
    font-size: 22px;
  }

  .next-step-lead p {
    font-size: 10px;
  }

  .next-step-list {
    gap: 6px;
  }

  .next-step-list article {
    padding: 8px 10px;
    grid-template-columns: 24px 1fr;
    gap: 8px;
    border-radius: 13px;
  }

  .next-step-list span {
    font-size: 8px;
  }

  .next-step-list p {
    font-size: 10px;
  }

  .next-step-cta {
    padding: 9px 10px;
    border-radius: 14px;
  }

  .next-step-cta span {
    display: none;
  }

  .next-step-cta strong {
    font-size: 11px;
  }

  .next-step-cta a {
    padding: 9px 11px;
    border-radius: 10px;
    font-size: 10px;
  }

  .stage-dialog {
    padding: 20px 16px 16px;
    border-radius: 20px;
  }

  .stage-dialog h2 {
    margin-bottom: 14px;
    padding-right: 30px;
    font-size: 25px;
  }

  .stage-dialog__grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .stage-dialog__grid article {
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 24px minmax(100px, 0.7fr) minmax(0, 1.3fr);
    align-items: center;
    gap: 8px;
    border-radius: 13px;
  }

  .stage-dialog__grid span,
  .stage-dialog__grid strong {
    margin: 0;
  }

  .stage-dialog__grid strong {
    font-size: 13px;
  }

  .stage-dialog__grid p {
    font-size: 10px;
  }

  .cover__footer,
  .content-grid--about,
  .content-grid--about-us,
  .goal-grid,
  .stage-grid,
  .task-list,
  .summary-grid,
  .reference-grid,
  .next-grid,
  .contact-banner {
    grid-template-columns: 1fr;
  }

  .reference-grid--compact {
    grid-template-columns: 1fr;
  }

  .reference-card--compact {
    min-height: 112px;
  }

  .content-card--wide {
    grid-column: auto;
  }

  .contact-banner strong,
  .contact-chip strong {
    font-size: 18px;
  }

  .cover__panel {
    padding: 16px 16px 14px;
    gap: 10px;
  }

  .cover__panel strong {
    font-size: 24px;
  }

  .cover__panel p {
    font-size: 13px;
    line-height: 1.22;
  }

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

  .cover__mini-card {
    padding: 12px 14px;
  }

  .cover__mini-card strong {
    font-size: 18px;
  }

  .brand-lockup__word {
    font-size: 34px;
  }

  .brand-lockup--hero .brand-lockup__word {
    font-size: 38px;
  }

  .mobile-brand {
    padding: 12px 14px;
    border-radius: 20px;
  }

  .deck__eyebrow,
  .contact-chip span,
  .summary-card span,
  .contact-banner span,
  .panel__label {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .cover__body {
    gap: 12px;
  }

  .cover__meta span {
    padding: 8px 10px;
    font-size: 12px;
  }

  .cover__footer {
    gap: 10px;
  }

  .contact-chip {
    padding: 12px 14px;
  }

  .contact-chip small,
  .deck p,
  .goal-card p,
  .task-group ul,
  .stage-card p,
  .reference-card__description,
  .next-card p,
  .estimate-table td,
  .panel p,
  .panel__list {
    font-size: 12px;
    line-height: 1.22;
  }

  .goal-card h3,
  .task-group h3,
  .stage-card h3,
  .reference-card strong {
    font-size: 18px;
    line-height: 1;
  }

  .reference-card__domain,
  .reference-card__link {
    font-size: 10px;
  }

  .metric-card {
    min-height: 88px;
    padding: 12px;
    gap: 6px;
  }

  .metric-card strong {
    font-size: 34px;
  }

  .metric-card span {
    font-size: 13px;
    line-height: 1.15;
  }

  .goal-card,
  .task-group,
  .stage-card,
  .next-card,
  .summary-card,
  .reference-card {
    padding: 12px 14px;
    border-radius: 18px;
  }

  .table-card {
    padding: 10px;
    border-radius: 20px;
  }

  .estimate-table th,
  .estimate-table td {
    padding: 9px 8px;
    font-size: 11px;
  }

  .summary-card strong,
  .contact-banner strong {
    font-size: 16px;
  }

  .next-card strong {
    font-size: 18px;
    line-height: 1;
  }

  .contact-banner {
    padding: 12px;
    gap: 8px;
    border-radius: 18px;
  }

  .viewport-decor {
    width: 96px;
    top: 10px;
    right: -34px;
    opacity: 0.82;
  }

  .content-grid--about-us .metric-card {
    min-height: 112px;
    padding: 12px 12px 10px;
  }

  .content-grid--about-us .metric-card strong {
    margin-top: 12px;
    font-size: 38px;
  }

  .content-grid--about-us .metric-card > span {
    font-size: 12px;
    max-width: 13ch;
  }

  .content-grid--about-us .metric-card__headline em {
    font-size: 20px;
    transform: translateY(-4px);
  }

  .share-banner {
    padding: 10px 14px;
    font-size: 11px;
  }

  .logo-marquee__track {
    gap: 10px;
    padding: 10px 12px;
  }

  .logo-marquee__item {
    min-width: 118px;
    height: 66px;
    padding: 4px 6px;
    border-radius: 0;
  }

  .logo-marquee__item img {
    max-height: 44px;
  }

  .logo-marquee__fade {
    width: 28px;
  }
}

@keyframes digitSwap {
  0% {
    opacity: 0.15;
    transform: translateY(8px) scale(0.94);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes fadeSwap {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatHeroShape {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(-10px, 8px, 0) rotate(5deg);
  }
}
