:root {
  --orange: #f17524;
  --orange-2: #fd802e;
  --navy: #223d4e;
  --navy-2: #142f40;
  --navy-3: #2b4657;
  --text: #101010;
  --paper: #f9f9f9;
  --line: rgba(16, 16, 16, 0.16);
  --white: #fff;
  --shadow: 0 24px 60px rgba(16, 16, 16, 0.12);
  font-family: "Inter", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--text);
  background: var(--paper);
}

button,
a {
  font: inherit;
}

button {
  cursor: pointer;
}

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

svg {
  width: 1em;
  height: 1em;
}

.shell {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 252px;
  background: var(--paper);
  z-index: 20;
}

.sidebar__panel {
  width: 213px;
  margin: 12px 0 0 40px;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 24px);
}

.sidebar__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sidebar__logo {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.6), transparent 30%),
    conic-gradient(from 0deg, #e6b34a, #3f8ed0, #e6b34a);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.85);
}

.sidebar__title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--navy);
}

.sidebar__search {
  height: 40px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  color: #a0a0a0;
  background: rgba(255, 255, 255, 0.75);
}

.sidebar__search-icon {
  display: inline-grid;
  width: 12px;
  height: 12px;
}

.sidebar__nav {
  margin-top: 24px;
  display: grid;
  gap: 16px;
}

.sidebar__item {
  min-height: 25px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  text-align: left;
  background: transparent;
  color: var(--text);
  font-size: 15px;
}

.sidebar__item.is-active {
  margin-left: -40px;
  padding: 10px 16px 10px 40px;
  width: 254px;
  background: rgba(16, 16, 16, 0.05);
}

.sidebar__item-arrow {
  font-size: 30px;
  line-height: 1;
}

.sidebar__bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 24px;
}

.sidebar__icon-group {
  display: flex;
  gap: 8px;
}

.sidebar__circle {
  position: relative;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 8px 18px rgba(16, 16, 16, 0.08);
}

.sidebar__badge {
  position: absolute;
  top: -2px;
  right: -1px;
  min-width: 13px;
  height: 13px;
  display: grid;
  place-items: center;
  padding: 0 2px;
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
  font-size: 8px;
}

.page {
  margin-left: 252px;
  width: calc(100% - 252px);
}

.page__inner {
  width: 1260px;
  margin: 0 auto;
}

.button {
  min-height: 48px;
  padding: 0 32px;
  border-radius: 100px;
  border: 0;
  font-size: 16px;
  font-weight: 600;
}

.button--light {
  color: var(--navy);
  background: var(--white);
}

.button--orange {
  color: var(--navy);
  background: var(--orange-2);
}

.button--navy {
  color: var(--white);
  background: var(--navy);
}

.button--outline,
.button--outline-dark {
  border: 1px solid rgba(16, 16, 16, 0.16);
  background: transparent;
}

.button--outline-dark {
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--white);
}

.section-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.section-title--center {
  text-align: center;
}

.hero {
  position: relative;
  height: 800px;
  overflow: hidden;
  background: var(--orange);
}

.hero__lines {
  position: absolute;
  inset: -10% -8% 14% -8%;
  background:
    radial-gradient(circle at 0% 48%, rgba(255, 255, 255, 0.2) 0 1px, transparent 1px),
    repeating-radial-gradient(circle at 0% 50%, transparent 0 168px, rgba(255, 255, 255, 0.22) 168px 170px);
  opacity: 0.55;
  transform: scale(1.08);
  animation: hero-lines 16s ease-in-out infinite alternate;
}

.hero__quote,
.hero__contact,
.hero__center {
  position: absolute;
  z-index: 1;
}

.hero__quote {
  top: 40px;
  left: 32px;
  display: flex;
  gap: 16px;
  width: 322px;
}

.hero__quote-mark {
  padding-top: 8px;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.9);
}

.hero__quote-text,
.hero__quote-author {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.35;
}

.hero__quote-author {
  margin-top: 18px;
}

.hero__contact {
  top: 40px;
  right: 40px;
}

.hero__center {
  top: 227px;
  left: 620px;
  width: 525px;
  transform: translateX(-50%);
  text-align: center;
  color: var(--white);
}

.hero__breadcrumbs {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.3;
}

.hero__title {
  margin: 0;
  font-size: 56px;
  line-height: 1.06;
  font-weight: 600;
}

.hero__video-link {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 0;
  color: var(--white);
  background: transparent;
}

.hero__video-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.hero__wordmark {
  position: absolute;
  left: 32px;
  bottom: -18px;
  font-size: 240px;
  line-height: 0.83;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("https://www.figma.com/api/mcp/asset/e40b2372-7318-4ebe-8529-9dd9446c3279");
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  filter: saturate(0.7) contrast(1.05);
}

.platform-intro {
  padding: 57px 20px 90px;
}

.platform-intro__card {
  position: relative;
  height: 410px;
  border: 1px solid rgba(16, 16, 16, 0.16);
  background: var(--white);
}

.platform-intro__body {
  position: absolute;
  inset: 100px 0 auto;
  width: 663px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.platform-intro__body h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.platform-intro__body p {
  margin: 24px 0 32px;
  font-size: 16px;
  line-height: 1.3;
}

.platform-intro__screen {
  position: absolute;
  width: 130px;
  height: 100px;
  border-radius: 2px;
  background: #173041;
  box-shadow: 0 31px 94px -18px rgba(0, 0, 0, 0.08);
}

.platform-intro__screen--left {
  top: 53px;
  left: 170px;
  transform: rotate(-8deg);
}

.platform-intro__screen--right {
  right: 170px;
  bottom: 41px;
  transform: rotate(4deg);
}

.platform-intro__corner {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid var(--navy);
  border-radius: 50%;
}

.platform-intro__corner::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: var(--orange-2);
}

.platform-intro__corner--tl { top: -12px; left: -12px; }
.platform-intro__corner--tr { top: -12px; right: -12px; }
.platform-intro__corner--bl { bottom: -12px; left: -12px; }
.platform-intro__corner--br { bottom: -12px; right: -12px; }

.why-choose {
  padding: 0 32px 88px;
}

.why-choose__title {
  margin: 0 0 122px;
  width: 186px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
}

.why-choose__stats {
  position: relative;
  margin-left: 388px;
  height: 378px;
}

.why-choose__photo,
.why-choose__grid-h,
.why-choose__grid-v {
  position: absolute;
  inset: 0;
}

.why-choose__photo {
  background-size: cover;
  background-position: center;
  filter: grayscale(0.05);
  opacity: 0.3;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.85) 20%, rgba(0,0,0,0.85) 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.85) 20%, rgba(0,0,0,0.85) 100%);
  animation: zoom-photo 18s ease-in-out infinite alternate;
}

.why-choose__grid-h,
.why-choose__grid-v {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.why-choose__stat {
  position: absolute;
  top: 100px;
  width: 200px;
  height: 179px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
  background: rgba(249, 249, 249, 0.92);
}

.why-choose__stat:nth-of-type(4) { left: 0; }
.why-choose__stat:nth-of-type(5) { left: 200px; }
.why-choose__stat:nth-of-type(6) { left: 399px; }
.why-choose__stat:nth-of-type(7) { left: 598px; width: 202px; }

.why-choose__stat strong {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
}

.why-choose__stat span {
  width: 110px;
  font-size: 16px;
  line-height: 1.3;
}

.why-choose__stat.is-accent {
  color: var(--white);
  background: var(--orange);
}

.video-stage {
  position: relative;
  height: 735px;
  overflow: hidden;
  border-radius: 0;
}

.video-stage__layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.video-stage__layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 16, 16, 0.28);
}

.video-stage__layer--one {
  animation: drift-a 26s linear infinite alternate;
}

.video-stage__layer--two {
  mix-blend-mode: screen;
  opacity: 0.2;
  animation: drift-b 34s linear infinite alternate;
}

.dark-story {
  position: relative;
  margin-top: -406px;
  z-index: 2;
}

.dark-story__top-metrics {
  display: grid;
  grid-template-columns: 630px 630px;
}

.dark-story__metric {
  min-height: 163px;
  padding: 60px 32px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.dark-story__metric strong {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
}

.dark-story__metric span {
  max-width: 440px;
  font-size: 16px;
  line-height: 1.3;
}

.dark-story__metric--navy {
  color: rgba(255, 255, 255, 0.9);
  background: var(--navy);
}

.dark-story__metric--orange {
  color: rgba(255, 255, 255, 0.9);
  background: var(--orange);
}

.dark-story__body {
  position: relative;
  min-height: 2190px;
  padding: 100px 20px 100px;
  background-color: var(--navy-2);
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}

.dark-story__glow {
  position: absolute;
  top: 290px;
  left: 50%;
  width: 150px;
  height: 150px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(253, 128, 46, 0.95);
  filter: blur(44px);
  animation: pulse-glow 8s ease-in-out infinite;
}

.dark-story__heading,
.dark-story__video-title {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: var(--white);
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
}

.dark-story__scene {
  position: relative;
  z-index: 1;
  margin-top: 140px;
  min-height: 1180px;
}

.dark-story__rail {
  position: absolute;
  left: 50%;
  top: 140px;
  width: 141px;
  height: 824px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 50% 0, rgba(255,255,255,0.85) 0 4px, transparent 4px),
    radial-gradient(circle at 50% 100%, rgba(255,255,255,0.85) 0 4px, transparent 4px),
    linear-gradient(135deg, transparent 49.4%, rgba(255,255,255,0.18) 49.8%, rgba(255,255,255,0.18) 50.2%, transparent 50.6%);
  opacity: 0.7;
}

.dark-story__photo {
  position: absolute;
  width: 212px;
  height: 137px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  animation: float-card 9s ease-in-out infinite;
}

.dark-story__photo--left { top: 6px; left: 12px; }
.dark-story__photo--right { top: 356px; right: 12px; animation-delay: -4s; }

.dark-story__glass {
  position: absolute;
  width: 578px;
  min-height: 250px;
  padding: 56px 56px 40px;
  border: 1px solid var(--orange-2);
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(43, 70, 87, 0.8);
  backdrop-filter: blur(12px);
}

.dark-story__glass--right { top: 0; right: 12px; }
.dark-story__glass--left { top: 350px; left: 0; }

.dark-story__glass h3,
.dark-story__cta h3 {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.dark-story__glass p,
.dark-story__cta p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}

.dark-story__glass-icon {
  position: absolute;
  top: 56px;
  left: 24px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.dark-story__glass h3,
.dark-story__glass p {
  margin-left: 80px;
}

.dark-story__cta {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 750px;
  min-height: 410px;
  padding: 100px 180px 80px;
  border: 1px solid var(--orange-2);
  background: rgba(43, 70, 87, 0.8);
  text-align: center;
  color: var(--white);
}

.dark-story__cta p {
  width: 663px;
  margin: 0 auto 32px;
}

.dark-story__cta-screen {
  position: absolute;
  width: 130px;
  height: 100px;
  background: #173041;
}

.dark-story__cta-screen--left {
  top: 28px;
  left: 72px;
  transform: rotate(-8deg);
}

.dark-story__cta-screen--right {
  right: 95px;
  bottom: 21px;
  transform: rotate(4deg);
}

.dark-story__video-title {
  margin-top: 112px;
}

.dark-story__videos {
  position: relative;
  z-index: 1;
  margin-top: 58px;
  display: grid;
  grid-template-columns: 584px 584px;
  gap: 20px;
}

.story-video {
  position: relative;
  height: 350px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
}

.story-video__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}

.story-video__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 16, 16, 0.24);
}

.story-video:hover .story-video__image {
  transform: scale(1.03);
}

.story-video__play {
  position: absolute;
  inset: 0;
  width: 56px;
  height: 56px;
  margin: auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.92);
}

.catalog {
  padding: 100px 0 72px;
}

.catalog__panel {
  padding: 100px 31px 88px;
  background: linear-gradient(180deg, #f0f3f5 0%, #e9edf0 100%);
}

.catalog__grid {
  display: grid;
  grid-template-columns: repeat(4, 282px);
  gap: 20px;
  justify-content: space-between;
  margin-top: 58px;
}

.catalog-card {
  padding: 0;
  border: 0;
  text-align: left;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.catalog-card.is-active {
  transform: translateY(-4px);
}

.service-poster {
  position: relative;
  height: 189px;
  overflow: hidden;
  background: #d6dde2;
}

.service-poster__mesh,
.service-poster__title,
.service-poster__chip {
  position: absolute;
}

.service-poster__mesh {
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.32), transparent 28%),
    linear-gradient(135deg, rgba(0,0,0,0.08), rgba(255,255,255,0.1)),
    repeating-linear-gradient(120deg, transparent 0 16px, rgba(255,255,255,0.12) 16px 18px);
}

.service-poster__chip {
  left: 32px;
  top: 32px;
  font-size: 16px;
  line-height: 1.3;
}

.service-poster__title {
  left: 32px;
  right: 32px;
  bottom: 24px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 600;
}

.service-poster--dark { background: linear-gradient(135deg, #8f8e89, #dde4e8); }
.service-poster--warm { background: linear-gradient(135deg, #c59d6a, #f0d4ab); }
.service-poster--steel { background: linear-gradient(135deg, #61707a, #c7d0d7); }
.service-poster--sand { background: linear-gradient(135deg, #b78f59, #ead0ac); }
.service-poster--graphite { background: linear-gradient(135deg, #516570, #b5c0c7); }
.service-poster--bronze { background: linear-gradient(135deg, #8e6647, #d7b392); }
.service-poster--blue { background: linear-gradient(135deg, #4e6983, #c7d6e3); }
.service-poster--light { background: linear-gradient(135deg, #8d9784, #dbe4da); }

.catalog-card__body {
  min-height: 142px;
  padding: 24px 32px;
  background: var(--white);
}

.catalog-card__title {
  max-width: 220px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.catalog__button {
  display: block;
  width: 1188px;
  height: 48px;
  margin: 40px auto 0;
  border: 0;
  color: var(--text);
  background: transparent;
}

.faq {
  display: grid;
  grid-template-columns: 286px 822px;
  gap: 80px;
  padding: 78px 32px 100px;
}

.faq__lead p {
  width: 246px;
  margin: 24px 0 32px;
  font-size: 16px;
  line-height: 1.3;
}

.faq__list {
  display: grid;
  gap: 10px;
}

.faq__item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
}

.faq__item summary {
  list-style: none;
  min-height: 69px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

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

.faq__item summary::after {
  content: "+";
  font-size: 20px;
}

.faq__item[open] summary::after {
  content: "−";
}

.faq__answer {
  padding: 0 24px 22px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(16, 16, 16, 0.72);
}

.partners {
  padding: 0 32px 140px;
  display: grid;
  gap: 20px;
}

.partner-card {
  display: grid;
  grid-template-columns: 488px 700px;
  min-height: 340px;
}

.partner-card--reverse {
  grid-template-columns: 700px 488px;
}

.partner-card__photo {
  background-size: cover;
  background-position: center;
}

.partner-card__content {
  display: grid;
  place-content: center;
  text-align: center;
  background: var(--navy);
  color: var(--white);
}

.partner-card__content h3 {
  margin: 0 0 32px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
}

.partner-card__actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.reviews {
  padding: 0 32px 100px;
  color: var(--white);
}

.reviews::before {
  content: "";
  display: block;
  height: 768px;
  margin-bottom: -508px;
  background: linear-gradient(180deg, rgba(20,47,64,0.86), rgba(20,47,64,0.92));
}

.reviews__head,
.reviews__cards,
.reviews__nav {
  position: relative;
  z-index: 1;
}

.reviews__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 56px;
}

.reviews__cards {
  display: grid;
  grid-template-columns: 822px 394px;
  gap: 20px;
}

.review-card {
  min-height: 322px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.06);
}

.review-card__avatar {
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: #cdd7de;
  font-size: 42px;
  font-weight: 600;
}

.review-card__name {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.review-card__stars {
  margin: 10px 0 18px;
  color: #f7b500;
  letter-spacing: 0.1em;
}

.review-card p {
  margin: 0;
  max-width: 636px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

.reviews__nav {
  display: grid;
  grid-template-columns: 80px 1fr 90px;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}

.reviews__progress {
  height: 8px;
  background: rgba(255, 255, 255, 0.18);
}

.reviews__progress span {
  display: block;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.reviews__arrows {
  display: flex;
  gap: 10px;
  justify-self: end;
}

.reviews__arrow {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.footer {
  padding: 40px 32px 36px;
  color: rgba(255, 255, 255, 0.82);
  background: var(--navy-2);
}

.footer__cols {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  gap: 40px;
}

.footer__title {
  margin-bottom: 24px;
  font-size: 14px;
}

.footer a {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.footer__bottom {
  margin-top: 42px;
  font-size: 12px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(16, 16, 16, 0.48);
  backdrop-filter: blur(8px);
}

.modal__box {
  position: relative;
  width: min(920px, 100%);
  padding: 32px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.modal__box--small {
  width: min(520px, 100%);
}

.modal__box h3 {
  margin: 0 0 16px;
}

.modal__videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.modal__video {
  height: 280px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(16, 16, 16, 0.06);
}

@media (max-width: 1600px) {
  .page__inner {
    width: 100%;
  }

  .catalog__grid {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
  }

  .dark-story__videos,
  .dark-story__top-metrics,
  .partner-card,
  .partner-card--reverse,
  .reviews__cards,
  .faq,
  .footer__cols {
    grid-template-columns: 1fr;
  }

  .why-choose__stats {
    margin-left: 0;
  }
}

@media (max-width: 1100px) {
  .sidebar {
    display: none;
  }

  .page {
    width: 100%;
    margin-left: 0;
  }

  .page__inner {
    width: 100%;
  }

  .hero,
  .video-stage {
    height: auto;
    min-height: 680px;
  }

  .hero__center,
  .hero__contact {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    margin: 0 auto;
  }

  .hero__center {
    width: min(100%, 680px);
    padding: 200px 24px 120px;
  }

  .hero__contact {
    display: block;
    margin: 40px 24px 0 auto;
  }

  .hero__quote {
    left: 24px;
    width: min(322px, calc(100% - 48px));
  }

  .hero__wordmark {
    font-size: 140px;
  }

  .dark-story {
    margin-top: 0;
  }

  .dark-story__scene {
    min-height: auto;
    display: grid;
    gap: 20px;
  }

  .dark-story__rail,
  .dark-story__glow,
  .dark-story__photo,
  .dark-story__glass,
  .dark-story__cta {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    inset: auto;
    width: 100%;
  }

  .dark-story__cta p {
    width: auto;
  }

  .dark-story__cta {
    padding: 60px 24px;
  }

  .dark-story__cta-screen {
    display: none;
  }

  .catalog__button {
    width: 100%;
  }
}

@keyframes hero-lines {
  0% { transform: scale(1.08) translate3d(0, 0, 0); }
  100% { transform: scale(1.14) translate3d(-2%, 1%, 0); }
}

@keyframes zoom-photo {
  0% { transform: scale(1); }
  100% { transform: scale(1.08); }
}

@keyframes drift-a {
  0% { transform: scale(1.02) translate3d(0, 0, 0); }
  100% { transform: scale(1.12) translate3d(-2%, -1%, 0); }
}

@keyframes drift-b {
  0% { transform: scale(1.08) translate3d(1%, 0, 0); }
  100% { transform: scale(1.16) translate3d(-1%, 2%, 0); }
}

@keyframes pulse-glow {
  0%, 100% { transform: translateX(-50%) scale(0.92); opacity: 0.72; }
  50% { transform: translateX(-50%) scale(1.08); opacity: 1; }
}

@keyframes float-card {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.sidebar__brand-btn {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.page--workspace {
  background: linear-gradient(180deg, #fdfdfd 0%, var(--paper) 32%);
}

.page--workspace .page__inner {
  padding-bottom: 56px;
}

.ws {
  padding: 8px 8px 64px;
  max-width: 1260px;
  margin: 0 auto;
}

.ws-empty {
  padding: 40px;
  text-align: center;
  color: rgba(16, 16, 16, 0.55);
}

.ws-lead {
  margin: 0 0 28px;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(16, 16, 16, 0.72);
}

.ws-subtitle {
  margin: 36px 0 18px;
  font-size: 26px;
}

.ws-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.ws-top__left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
}

.ws-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
}

.ws-crumb {
  font-size: 14px;
  color: rgba(16, 16, 16, 0.5);
}

.ws-top__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.ws-chip {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
}

.ws-chip.is-active {
  border-color: rgba(253, 128, 46, 0.65);
  background: rgba(253, 128, 46, 0.14);
}

.ws-chip--ghost {
  background: transparent;
}

.ws-pill {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.ws-pill--orange {
  background: rgba(253, 128, 46, 0.22);
  color: var(--navy);
}

.ws-pill--line {
  border: 1px solid rgba(253, 128, 46, 0.55);
  background: transparent;
}

.ws-kpi-inline strong {
  font-size: 28px;
  margin-right: 8px;
  color: var(--navy);
}

.ws-settings-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 22px;
  align-items: start;
}

.ws-profile-card {
  padding: 26px 22px;
  border-radius: 16px;
  background: linear-gradient(165deg, var(--navy) 0%, var(--navy-2) 100%);
  color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 50px rgba(20, 47, 64, 0.2);
}

.ws-profile-card__avatar {
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.16);
}

.ws-profile-card__name {
  font-size: 20px;
  font-weight: 700;
}

.ws-profile-card__role {
  margin-top: 6px;
  font-size: 13px;
  opacity: 0.82;
  line-height: 1.4;
}

.ws-profile-card__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 20px 0;
}

.ws-profile-card__stats strong {
  display: block;
  font-size: 22px;
}

.ws-profile-card__stats span {
  font-size: 11px;
  opacity: 0.78;
}

.ws-profile-card__btn {
  width: 100%;
  justify-content: center;
}

.ws-settings-columns {
  display: grid;
  gap: 16px;
}

.ws-card {
  padding: 22px 24px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 12px 32px rgba(16, 16, 16, 0.05);
}

.ws-card--accent-head .ws-card__title {
  color: var(--navy);
}

.ws-card--navy {
  background: linear-gradient(135deg, var(--navy-3), var(--navy));
  border-color: rgba(253, 128, 46, 0.35);
  color: rgba(255, 255, 255, 0.94);
}

.ws-card__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 700;
}

.ws-card__title--light {
  color: rgba(255, 255, 255, 0.95);
}

.ws-card__icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  opacity: 0.95;
}

.ws-card__text {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(16, 16, 16, 0.72);
}

.ws-card__text--muted {
  color: rgba(255, 255, 255, 0.75);
}

.ws-toggle-row,
.ws-radio-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid rgba(16, 16, 16, 0.08);
  font-size: 14px;
}

.ws-card--navy .ws-toggle-row {
  border-color: rgba(255, 255, 255, 0.12);
}

.ws-field {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(16, 16, 16, 0.75);
}

.ws-input {
  min-height: 46px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  font-size: 15px;
}

.ws-toolbar {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
}

.ws-search {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--white);
}

.ws-search__input {
  flex: 1;
  min-height: 48px;
  border: 0;
  outline: 0;
  font-size: 15px;
}

.ws-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

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

.ws-product {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ws-product:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.ws-product__visual {
  height: 132px;
  background-size: cover;
  background-position: center;
}

.ws-product--cool .ws-product__visual {
  background: linear-gradient(135deg, #8f9eab, #dfe7ee);
}

.ws-product--steel .ws-product__visual {
  background: linear-gradient(135deg, #5f717d, #c9d5dc);
}

.ws-product--warm .ws-product__visual {
  background: linear-gradient(135deg, #c49a6c, #f3dfc5);
}

.ws-product--sand .ws-product__visual {
  background: linear-gradient(135deg, #b89262, #ecd8b8);
}

.ws-product--blue .ws-product__visual {
  background: linear-gradient(135deg, #4f6882, #c5d5e6);
}

.ws-product--graphite .ws-product__visual {
  background: linear-gradient(135deg, #4d5d66, #aeb9bf);
}

.ws-product__body {
  padding: 16px 18px 18px;
}

.ws-product__sku {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(16, 16, 16, 0.45);
}

.ws-product__name {
  margin: 8px 0 14px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
}

.ws-product__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.ws-product__qty {
  font-size: 14px;
  color: rgba(16, 16, 16, 0.62);
}

.ws-product__badge {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(34, 61, 78, 0.08);
}

.ws-ribbon {
  margin: -4px 0 22px;
  padding: 18px 22px;
  border-radius: 14px;
  background: linear-gradient(90deg, var(--orange), var(--orange-2));
  color: rgba(255, 255, 255, 0.96);
}

.ws-ribbon__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  align-items: center;
}

.ws-ribbon strong {
  font-size: 18px;
}

.ws-feature-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}

.ws-feature-card {
  position: relative;
  flex: 0 0 min(340px, 88vw);
  padding: 22px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--white);
  scroll-snap-align: start;
}

.ws-feature-card.is-large {
  flex-basis: min(420px, 92vw);
  border-color: rgba(253, 128, 46, 0.45);
}

.ws-feature-card__ribbon {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  background: var(--orange-2);
  color: var(--navy);
}

.ws-feature-card__tag {
  font-size: 12px;
  font-weight: 700;
  color: rgba(16, 16, 16, 0.5);
}

.ws-feature-card__title {
  margin: 10px 0 8px;
  font-size: 22px;
  font-weight: 700;
}

.ws-feature-card__desc {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(16, 16, 16, 0.72);
}

.ws-feature-card__date {
  font-size: 13px;
  color: rgba(16, 16, 16, 0.48);
}

.ws-timeline {
  display: grid;
  gap: 12px;
}

.ws-timeline__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--white);
}

.ws-timeline__dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
  background: rgba(253, 128, 46, 0.22);
  color: var(--navy);
}

.ws-timeline__content {
  font-size: 15px;
  font-weight: 600;
}

.ws-timeline__content small {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(16, 16, 16, 0.52);
}

.ws-zigzag {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
  margin-bottom: 28px;
}

.ws-zigzag--flip .ws-zigzag__visual {
  order: 2;
}

.ws-zigzag--flip .ws-zigzag__body {
  order: 1;
}

.ws-zigzag__visual {
  min-height: 240px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(253, 128, 46, 0.35);
}

.ws-zigzag__body {
  padding: 28px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--white);
}

.ws-zigzag__title {
  margin: 14px 0 12px;
  font-size: 26px;
}

.ws-zigzag__text {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(16, 16, 16, 0.72);
}

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

.ws-kanban__col {
  padding: 12px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.65);
}

.ws-kanban__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--navy);
}

.ws-kanban__head span {
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(34, 61, 78, 0.08);
}

.ws-kanban__col--wait {
  border-top: 3px solid rgba(34, 61, 78, 0.35);
}

.ws-kanban__col--progress {
  border-top: 3px solid rgba(63, 142, 208, 0.85);
}

.ws-kanban__col--ship {
  border-top: 3px solid rgba(253, 128, 46, 0.85);
}

.ws-kanban__col--done {
  border-top: 3px solid rgba(73, 190, 106, 0.85);
}

.ws-kanban-card {
  padding: 14px;
  border-radius: 12px;
  background: var(--white);
  border: 1px solid rgba(16, 16, 16, 0.08);
  margin-bottom: 10px;
  box-shadow: 0 8px 18px rgba(16, 16, 16, 0.04);
}

.ws-kanban-card strong {
  font-size: 15px;
}

.ws-kanban-card p {
  margin: 8px 0 10px;
  font-size: 13px;
  color: rgba(16, 16, 16, 0.62);
  line-height: 1.45;
}

.ws-kanban-card__pill {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  background: rgba(253, 128, 46, 0.18);
}

.ws-filterbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.ws-table-wrap {
  border-radius: 14px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--white);
}

.ws-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.ws-table thead {
  background: rgba(34, 61, 78, 0.06);
}

.ws-table th,
.ws-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(16, 16, 16, 0.06);
}

.ws-table__stage {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(34, 61, 78, 0.08);
}

.ws-table__row--wait td:first-child {
  border-left: 3px solid rgba(34, 61, 78, 0.35);
}

.ws-table__row--progress td:first-child {
  border-left: 3px solid rgba(63, 142, 208, 0.85);
}

.ws-table__row--hold td:first-child {
  border-left: 3px solid rgba(253, 128, 46, 0.85);
}

.ws-link-btn {
  border: 0;
  background: none;
  font-weight: 700;
  color: var(--orange-2);
  cursor: pointer;
}

.ws-production-list {
  display: grid;
  gap: 18px;
}

.ws-prod-card {
  padding: 22px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--white);
}

.ws-prod-card header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: baseline;
  margin-bottom: 18px;
}

.ws-prod-card header strong {
  font-size: 18px;
  color: var(--navy);
}

.ws-stepper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}

.ws-stepper__step {
  flex: 1 1 90px;
  min-width: 72px;
  text-align: center;
}

.ws-stepper__dot {
  width: 32px;
  height: 32px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  border: 2px solid rgba(34, 61, 78, 0.15);
  background: var(--white);
}

.ws-stepper__step.is-done .ws-stepper__dot {
  background: rgba(73, 190, 106, 0.22);
  border-color: rgba(73, 190, 106, 0.65);
}

.ws-stepper__step.is-active .ws-stepper__dot {
  background: rgba(253, 128, 46, 0.35);
  border-color: var(--orange-2);
}

.ws-stepper__label {
  font-size: 11px;
  line-height: 1.35;
  color: rgba(16, 16, 16, 0.55);
}

.ws-chat {
  display: grid;
  grid-template-columns: minmax(240px, 300px) 1fr;
  gap: 0;
  min-height: 480px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}

.ws-chat__threads {
  border-right: 1px solid var(--line);
  background: rgba(249, 249, 249, 0.96);
}

.ws-thread {
  width: 100%;
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid rgba(16, 16, 16, 0.06);
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.ws-thread strong {
  display: block;
  font-size: 14px;
}

.ws-thread span {
  font-size: 12px;
  color: rgba(16, 16, 16, 0.52);
}

.ws-thread.is-active {
  background: rgba(253, 128, 46, 0.14);
  border-left: 3px solid var(--orange-2);
}

.ws-thread.has-unread strong::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-radius: 50%;
  background: var(--orange-2);
}

.ws-chat__main {
  display: flex;
  flex-direction: column;
}

.ws-chat__head {
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
}

.ws-chat__head strong {
  display: block;
  font-size: 16px;
}

.ws-chat__head span {
  font-size: 12px;
  color: rgba(16, 16, 16, 0.52);
}

.ws-chat__scroll {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  background: linear-gradient(180deg, rgba(244, 247, 249, 0.5), transparent);
}

.ws-bubble {
  max-width: 82%;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.5;
  background: var(--white);
  border: 1px solid var(--line);
  align-self: flex-start;
}

.ws-bubble.is-mine {
  align-self: flex-end;
  background: rgba(34, 61, 78, 0.92);
  color: rgba(255, 255, 255, 0.94);
  border-color: transparent;
}

.ws-chat__composer {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px 16px;
  border-top: 1px solid var(--line);
}

.ws-compose-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--white);
}

.ws-compose-input {
  flex: 1;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  font-size: 14px;
}

.ws-compose-send {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 12px;
  display: grid;
  place-items: center;
}

.ws-defect-grid {
  display: grid;
  gap: 16px;
}

.ws-defect {
  padding: 22px 22px 22px 26px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--white);
  border-left-width: 5px;
}

.ws-defect--high {
  border-left-color: #c62828;
}

.ws-defect--med {
  border-left-color: var(--orange-2);
}

.ws-defect--low {
  border-left-color: rgba(34, 61, 78, 0.35);
}

.ws-defect__code {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(16, 16, 16, 0.45);
}

.ws-defect__title {
  margin: 8px 0 10px;
  font-size: 20px;
}

.ws-defect__meta {
  margin: 0 0 14px;
  font-size: 14px;
  color: rgba(16, 16, 16, 0.68);
}

.ws-defect__foot {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
}

.ws-learn-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}

.ws-learn-stat {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--white);
}

.ws-learn-stat strong {
  display: block;
  font-size: 30px;
  color: var(--navy);
}

.ws-learn-stat span {
  font-size: 13px;
  color: rgba(16, 16, 16, 0.55);
}

.ws-learn-stat--accent {
  border-color: rgba(253, 128, 46, 0.45);
  background: linear-gradient(135deg, rgba(253, 128, 46, 0.12), transparent);
}

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

.ws-course {
  padding: 22px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--white);
}

.ws-course__tag {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  background: rgba(34, 61, 78, 0.08);
}

.ws-course__title {
  margin: 12px 0 10px;
  font-size: 19px;
}

.ws-course__desc {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(16, 16, 16, 0.68);
}

.ws-course__bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(34, 61, 78, 0.08);
  overflow: hidden;
}

.ws-course__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--orange), var(--orange-2));
}

.ws-course__foot {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(16, 16, 16, 0.52);
}

.modal__box--users {
  width: min(440px, 100%);
}

.modal-users__card {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  margin-bottom: 10px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--white);
  text-align: left;
  cursor: pointer;
}

.modal-users__card.is-active {
  border-color: rgba(253, 128, 46, 0.65);
  box-shadow: 0 10px 26px rgba(253, 128, 46, 0.18);
}

.modal-users__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: rgba(34, 61, 78, 0.1);
}

.modal-users__text {
  flex: 1;
}

.modal-users__text strong {
  display: block;
  font-size: 15px;
}

.modal-users__text small {
  font-size: 12px;
  color: rgba(16, 16, 16, 0.52);
}

.modal-users__tick {
  font-size: 12px;
  font-weight: 700;
  color: var(--orange-2);
}

.modal__hint {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(16, 16, 16, 0.65);
}

@media (max-width: 1100px) {
  .ws-settings-layout {
    grid-template-columns: 1fr;
  }

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

  .ws-zigzag {
    grid-template-columns: 1fr;
  }

  .ws-zigzag--flip .ws-zigzag__visual {
    order: 0;
  }

  .ws-zigzag--flip .ws-zigzag__body {
    order: 0;
  }

  .ws-kanban {
    grid-template-columns: 1fr;
  }

  .ws-chat {
    grid-template-columns: 1fr;
  }

  .ws-learn-stats,
  .ws-course-grid {
    grid-template-columns: 1fr;
  }

  .ws-stepper {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .ws-product-grid {
    grid-template-columns: 1fr;
  }
}

.sidebar__brand-btn {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.page--workspace {
  background: var(--paper);
}

.page--workspace .page__inner {
  padding-bottom: 48px;
}

.workspace {
  padding: 28px 32px 80px;
}

.workspace__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.workspace__crumb {
  font-size: 14px;
  color: rgba(16, 16, 16, 0.55);
}

.workspace__lead {
  margin: 0 0 28px;
  max-width: 720px;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(16, 16, 16, 0.72);
}

.workspace__title {
  margin: 0 0 12px;
}

.workspace__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.workspace__empty {
  margin: 0;
  padding: 24px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: rgba(16, 16, 16, 0.6);
}

.button--ghost-mini {
  min-height: 40px;
  padding: 0 18px;
  border-radius: 100px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
}

.workspace-table {
  display: grid;
  gap: 10px;
}

.workspace-table__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  text-align: left;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.workspace-table__row:hover {
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.workspace-table__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.workspace-table__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}

.workspace-table__meta {
  font-size: 14px;
  color: rgba(16, 16, 16, 0.62);
}

.workspace-table__pill {
  flex: none;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.workspace-table__pill--ok {
  background: rgba(73, 190, 106, 0.18);
  color: #136b31;
}

.workspace-table__pill--wait {
  background: rgba(34, 61, 78, 0.08);
  color: var(--navy);
}

.workspace-table__pill--hold {
  background: rgba(253, 128, 46, 0.18);
  color: #9b5607;
}

.workspace-table__pill--progress {
  background: rgba(63, 142, 208, 0.18);
  color: #1b5b96;
}

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

.workspace-card {
  padding: 22px 22px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 16, 16, 0.06);
}

.workspace-card__tag {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
  background: rgba(34, 61, 78, 0.08);
  margin-bottom: 14px;
}

.workspace-card__title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}

.workspace-card__desc {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(16, 16, 16, 0.72);
}

.workspace-card__footer {
  font-size: 13px;
  color: rgba(16, 16, 16, 0.55);
}

.workspace-fields {
  display: grid;
  gap: 18px;
  max-width: 560px;
}

.workspace-field {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(16, 16, 16, 0.75);
}

.workspace-input {
  min-height: 48px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 15px;
}

.modal__hint {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(16, 16, 16, 0.68);
}

.modal-users {
  display: grid;
  gap: 10px;
}

.modal-users__row {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 15px;
  text-align: left;
  font-weight: 500;
}

.modal-users__row:hover {
  border-color: rgba(253, 128, 46, 0.55);
}

@media (max-width: 1100px) {
  .workspace-cards {
    grid-template-columns: 1fr;
  }

  .workspace-table__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
