:root {
  --bg: #080808;
  --panel: #111;
  --soft: #1c1c1c;
  --text: #fff;
  --muted: rgba(255,255,255,.68);
  --orange: #fc6e32;
  --orange-dark: #a44419;
  --line: rgba(255,255,255,.1);
  --wrap: min(1168px, calc(100vw - 72px));
}

@media (min-width: 861px) {
  :root {
    --wrap: min(980px, calc(100vw - 120px));
  }

  .site-header {
    min-height: 62px;
    gap: 26px;
  }
  .brand img {
    width: 52px;
    height: 52px;
  }
  .main-nav,
  .nav-list {
    gap: clamp(22px, 2.2vw, 40px);
  }
  .main-nav a,
  .main-nav button {
    font-size: 12px;
    letter-spacing: .27em;
  }

  .hero {
    min-height: 680px;
    padding: 86px 24px 54px;
  }
  .hero__copy {
    width: min(720px, 100%);
    transform: translateY(8px);
  }
  .hero h1 {
    margin-bottom: 14px;
    font-size: clamp(60px, 6.6vw, 92px);
  }
  .hero p {
    width: min(470px, 100%);
    font-size: clamp(15px, 1.25vw, 18px);
  }
  .hero strong {
    font-size: 16px;
  }

  .block {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .services {
    padding-top: 54px;
  }
  .services__head {
    margin-bottom: 28px;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 36px;
  }
  .services h2,
  .industries h2,
  .about h2,
  .docs h2,
  .contacts h2 {
    font-size: clamp(34px, 3vw, 52px);
  }
  .services__head > div > p {
    font-size: 18px;
  }
  .services__head p {
    font-size: 13px;
  }

  .mock-browser {
    min-height: 520px;
  }
  .mock-topbar {
    height: 36px;
    padding: 0 28px;
  }
  .mock-body {
    min-height: 484px;
  }
  .mock-left {
    padding: 30px 34px;
  }
  .panel-title {
    margin-bottom: 24px;
    font-size: 19px;
  }
  .accordion {
    gap: 8px;
    margin-bottom: 18px;
  }
  .accordion-trigger {
    min-height: 48px;
    padding: 0 16px;
  }
  .accordion-trigger strong {
    font-size: 14px;
  }
  .accordion-trigger span {
    min-width: 78px;
    padding: 7px 10px;
    font-size: 11px;
  }
  .method-option {
    min-height: 34px;
    font-size: 12px;
  }
  .request-card {
    min-height: 238px;
    margin: 0 34px 30px;
    padding: 20px;
  }
  .request-card h3 {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .request-grid {
    gap: 24px;
  }
  input:not([type="checkbox"]) {
    height: 34px;
    font-size: 12px;
  }
  .file-line {
    margin-top: 10px;
    font-size: 11px;
  }
  .submit-mini {
    right: 20px;
    bottom: 18px;
    min-width: 150px;
    height: 38px;
    font-size: 12px;
  }
  .service-detail {
    top: 30px;
    left: 30px;
    right: 30px;
    height: min(464px, calc(100% - 60px));
  }
  .paper {
    padding: 20px 22px;
    font-size: 13px;
  }
  .paper h3 {
    font-size: 17px;
  }
  .default-logo {
    width: min(42%, 340px);
  }

  .industries {
    min-height: 460px;
  }
  .industries__inner {
    padding: 30px 0 20px;
  }
  .industries p {
    margin-bottom: 34px;
    font-size: clamp(22px, 2.1vw, 32px);
  }
  .industries ul {
    width: min(600px, 100%);
    max-height: 190px;
    font-size: clamp(16px, 1.45vw, 21px);
  }
  .industries li {
    margin-bottom: 12px;
  }
  .more-btn {
    width: 130px;
    height: 48px;
    font-size: 14px;
  }

  .about > h2 {
    min-height: 330px;
    padding-bottom: 54px;
  }
  .about__panel {
    padding-top: 50px;
  }
  .about__lead {
    width: min(760px, 100%);
    margin-bottom: 26px;
    font-size: clamp(21px, 1.9vw, 29px);
  }
  .stats {
    width: min(760px, 100%);
    gap: 20px;
    margin-top: 18px;
    margin-bottom: -72px;
    transform: translateY(36px);
  }
  .stats article {
    min-height: 132px;
    border-radius: 20px;
    padding: 16px 12px;
  }
  .stats strong {
    font-size: clamp(28px, 2.4vw, 40px);
  }
  .stats article:nth-child(4) strong {
    font-size: clamp(15px, 1.15vw, 19px);
  }
  .stats small {
    font-size: clamp(12px, .85vw, 15px);
  }

  .docs {
    min-height: 600px;
  }
  .docs__intro {
    min-height: 295px;
    gap: 34px;
    padding: 128px 0 38px;
  }
  .docs__intro p {
    font-size: clamp(18px, 1.45vw, 23px);
  }
  .docs-slider {
    min-height: 360px;
    border-radius: 22px;
  }
  .doc-row figure {
    flex-basis: clamp(120px, 10vw, 190px);
  }
  .doc-row img {
    max-height: clamp(260px, 17vw, 320px);
  }

  .contacts__hero {
    min-height: 300px;
    gap: 30px;
    padding-top: 48px;
    padding-bottom: 42px;
  }
  .contacts__info h2 {
    margin-bottom: 34px;
    font-size: clamp(34px, 3vw, 48px);
  }
  .contacts__hero p {
    font-size: clamp(20px, 1.8vw, 28px);
  }
  .contact-line {
    margin-bottom: 24px;
    font-size: clamp(19px, 1.75vw, 26px);
  }
  .site-footer {
    min-height: 0;
  }
  .footer-logo img {
    width: min(190px, 40vw);
  }
}

/* Final document gallery: full Figma exports, no crop, no marquee drift. */
.docs-slider {
  min-height: 0;
  padding: clamp(54px, 4.8vw, 82px) clamp(28px, 4vw, 72px);
  overflow: visible;
}
.doc-row {
  display: block;
  min-height: 0;
}
.doc-set {
  width: min(100%, 1500px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: clamp(28px, 3vw, 58px);
  padding: 0;
}
.doc-set[aria-hidden="true"] {
  display: none;
}
.doc-row figure {
  width: 100%;
  min-width: 0;
  display: flex;
  justify-content: center;
  overflow: visible;
  flex: initial;
}
.doc-row img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
}
body.motion-ready .docs-slider.reveal-ready,
body.motion-ready .doc-row figure.reveal-ready {
  opacity: 1;
  transform: none;
  filter: none;
}

@media (max-width: 900px) {
  .docs-slider {
    padding: 38px 24px;
  }
  .doc-set {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .docs-slider {
    padding: 30px 22px;
  }
  .doc-set {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
/* Static full-document gallery. */
.docs-slider {
  min-height: 0;
  padding: clamp(54px, 4.8vw, 82px) clamp(28px, 4vw, 72px);
  overflow: visible;
}
.doc-row {
  display: block;
  min-height: 0;
}
.doc-set {
  width: min(100%, 1500px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: clamp(28px, 3vw, 58px);
  padding: 0;
}
.doc-set[aria-hidden="true"] {
  display: none;
}
.doc-row figure {
  width: 100%;
  min-width: 0;
  display: flex;
  justify-content: center;
  overflow: visible;
}
.doc-row img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
}
body.motion-ready .docs-slider.reveal-ready,
body.motion-ready .doc-row figure.reveal-ready {
  opacity: 1;
  transform: none;
  filter: none;
}

@media (max-width: 900px) {
  .docs-slider {
    padding: 38px 24px;
  }
  .doc-set {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .docs-slider {
    padding: 30px 22px;
  }
  .doc-set {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

/* Static full-document gallery. */
.docs-slider {
  min-height: 0;
  padding: clamp(54px, 4.8vw, 82px) clamp(28px, 4vw, 72px);
  overflow: visible;
}
.doc-row {
  display: block;
  min-height: 0;
}
.doc-set {
  width: min(100%, 1500px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: clamp(28px, 3vw, 58px);
  padding: 0;
}
.doc-set[aria-hidden="true"] {
  display: none;
}
.doc-row figure {
  width: 100%;
  min-width: 0;
  display: flex;
  justify-content: center;
  overflow: visible;
}
.doc-row img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
}
body.motion-ready .docs-slider.reveal-ready,
body.motion-ready .doc-row figure.reveal-ready {
  opacity: 1;
  transform: none;
  filter: none;
}

@media (max-width: 900px) {
  .docs-slider {
    padding: 38px 24px;
  }
  .doc-set {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .docs-slider {
    padding: 30px 22px;
  }
  .doc-set {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

/* Full-size Figma document assets. */
.docs-slider {
  min-height: clamp(480px, 31vw, 640px);
}
.doc-row figure {
  flex: 0 0 auto;
}
.doc-row img {
  width: auto;
  height: clamp(360px, 22vw, 460px);
  max-width: min(100%, 326px);
  max-height: none;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .docs-slider {
    min-height: 420px;
  }
  .doc-row img {
    height: clamp(300px, 24vw, 360px);
    max-width: min(100%, 255px);
  }
}

@media (max-width: 680px) {
  .docs-slider {
    min-height: 0;
  }
  .doc-row img {
    width: auto;
    height: clamp(220px, 68vw, 330px);
    max-width: 100%;
  }
}

body.motion-ready .reveal-ready {
  opacity: 0;
  transform: translateY(34px) scale(.985);
  filter: blur(7px);
  transition:
    opacity .72s cubic-bezier(.2,.75,.2,1),
    transform .72s cubic-bezier(.2,.75,.2,1),
    filter .72s cubic-bezier(.2,.75,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}

body.motion-ready .reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

body.motion-ready .hero {
  background-position: center calc(50% + var(--hero-shift, 0px));
}

body.motion-ready .hero::after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 34%, rgba(255,255,255,.16) 46%, transparent 58%),
    radial-gradient(circle at 74% 68%, rgba(252,110,50,.26), transparent 22%);
  opacity: var(--hero-fade, .9);
  mix-blend-mode: screen;
  transform: translateX(-24%) rotate(1deg);
  animation: heroSweep 8s ease-in-out infinite;
}

body.motion-ready .hero h1 {
  animation: titleFloat 5.6s ease-in-out infinite;
}

body.motion-ready .brand img {
  transition: transform .35s ease, filter .35s ease;
}

body.motion-ready .brand:hover img {
  transform: rotate(-7deg) scale(1.08);
  filter: drop-shadow(0 0 18px rgba(252,110,50,.45));
}

body.motion-ready .main-nav a,
body.motion-ready .main-nav button {
  position: relative;
}

body.motion-ready .main-nav a::after,
body.motion-ready .main-nav button::after {
  content: "";
  position: absolute;
  left: 0;
  right: .28em;
  bottom: -9px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--orange);
  box-shadow: 0 0 12px rgba(252,110,50,.75);
  transition: transform .26s ease;
}

body.motion-ready .main-nav a:hover::after,
body.motion-ready .main-nav button:hover::after {
  transform: scaleX(1);
}

body.motion-ready .mock-browser,
body.motion-ready .docs-slider,
body.motion-ready .about__panel,
body.motion-ready .industries__inner {
  position: relative;
  transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}

body.motion-ready .mock-browser:hover,
body.motion-ready .docs-slider:hover,
body.motion-ready .about__panel:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0,0,0,.48), 0 0 0 1px rgba(252,110,50,.18);
}

body.motion-ready .mock-browser::after,
body.motion-ready .docs-slider::after,
body.motion-ready .about__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0 36%, rgba(255,255,255,.08) 46%, transparent 58% 100%);
  transform: translateX(-120%);
  opacity: 0;
}

body.motion-ready .mock-browser:hover::after,
body.motion-ready .docs-slider:hover::after,
body.motion-ready .about__panel:hover::after {
  opacity: 1;
  animation: surfaceShine 1.15s ease;
}

body.motion-ready .accordion-item,
body.motion-ready .method-option,
body.motion-ready .stats article,
body.motion-ready .contact-line,
body.motion-ready .footer-nav a,
body.motion-ready .footer-nav button {
  transition: transform .26s ease, box-shadow .26s ease, color .26s ease, border-color .26s ease, background .26s ease;
}

body.motion-ready .accordion-item:hover {
  transform: translateX(6px);
  border-color: rgba(252,110,50,.42);
  box-shadow: 0 12px 28px rgba(0,0,0,.28);
}

body.motion-ready .method-option:hover {
  transform: translateX(8px) scale(1.01);
}

body.motion-ready .stats article:hover {
  transform: translateY(-18px) scale(1.045) rotate(.35deg);
}

body.motion-ready .stats article {
  animation: statBreathe 4.8s ease-in-out infinite;
}

body.motion-ready .stats article:nth-child(2) { animation-delay: .25s; }
body.motion-ready .stats article:nth-child(3) { animation-delay: .5s; }
body.motion-ready .stats article:nth-child(4) { animation-delay: .75s; }

body.motion-ready .more-btn,
body.motion-ready .collapse-btn,
body.motion-ready .submit-mini,
body.motion-ready .contacts__cta {
  overflow: hidden;
  transition: transform .25s ease, filter .25s ease, box-shadow .25s ease;
}

body.motion-ready .submit-mini,
body.motion-ready .contacts__cta {
  position: relative;
}

body.motion-ready .more-btn::after,
body.motion-ready .collapse-btn::after,
body.motion-ready .submit-mini::after,
body.motion-ready .contacts__cta::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -60%;
  width: 42%;
  transform: rotate(18deg);
  background: rgba(255,255,255,.28);
  filter: blur(3px);
}

body.motion-ready .more-btn:hover::after,
body.motion-ready .collapse-btn:hover::after,
body.motion-ready .submit-mini:hover::after,
body.motion-ready .contacts__cta:hover::after {
  animation: buttonGlint .72s ease;
}

body.motion-ready .doc-row figure {
  transition: transform .35s ease, filter .35s ease;
}

body.motion-ready .doc-row figure:hover {
  transform: translateY(-14px) scale(1.06);
  filter: drop-shadow(0 26px 24px rgba(0,0,0,.46));
}

body.motion-ready .contacts__hero {
  background-position: center center;
  transition: background-position .5s ease;
}

body.motion-ready .contacts__hero:hover {
  background-position: center 46%;
}

body.motion-ready .contact-line:hover {
  transform: translateX(10px);
  color: var(--orange);
}

@keyframes heroSweep {
  0%, 18% { transform: translateX(-35%) rotate(1deg); opacity: 0; }
  38%, 58% { opacity: .58; }
  82%, 100% { transform: translateX(38%) rotate(1deg); opacity: 0; }
}

@keyframes titleFloat {
  0%, 100% { transform: translateY(0); text-shadow: 0 5px 18px rgba(0,0,0,.55); }
  50% { transform: translateY(-7px); text-shadow: 0 12px 30px rgba(0,0,0,.58), 0 0 24px rgba(255,255,255,.12); }
}

@keyframes surfaceShine {
  from { transform: translateX(-120%); }
  to { transform: translateX(120%); }
}

@keyframes statBreathe {
  0%, 100% { box-shadow: 0 0 0 rgba(252,110,50,0); }
  50% { box-shadow: 0 14px 28px rgba(0,0,0,.18), 0 0 0 2px rgba(252,110,50,.1); }
}

@keyframes buttonGlint {
  from { left: -60%; }
  to { left: 120%; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.figma-page {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background: #0f0f0f;
}

.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 calc((100vw - var(--wrap)) / 2);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
  transition: background .24s ease, border-color .24s ease, box-shadow .24s ease, backdrop-filter .24s ease;
}
body.has-scrolled-hero .site-header {
  background: rgba(8,8,8,.72);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 16px 34px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
}
.brand {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.brand img {
  width: 64px;
  height: 64px;
  display: block;
  object-fit: contain;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(30px, 3vw, 56px);
  flex: 1;
  min-width: 0;
}
.nav-list {
  display: flex;
  align-items: center;
  gap: clamp(30px, 3vw, 56px);
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav a,
.main-nav button {
  border: 0;
  background: transparent;
  padding: 0;
  color: rgba(255,255,255,.92);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .32em;
  white-space: nowrap;
  text-shadow: 0 2px 8px rgba(0,0,0,.55);
  transition: color .22s ease, transform .22s ease, font-weight .22s ease;
}
.main-nav a:hover,
.main-nav button:hover {
  color: #fff;
  font-weight: 900;
  transform: translateY(-1px);
}
.main-nav button {
  margin-left: auto;
  color: var(--orange);
  font-weight: 900;
  letter-spacing: .25em;
}
.nav-toggle { display: none; }

.hero {
  position: relative;
  margin-top: 0;
  min-height: 1000px;
  display: grid;
  place-items: center;
  padding: 120px 24px 78px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.1) 44%, rgba(17,17,17,.9)),
    url("assets/hero-main.webp") center / cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 64%, rgba(252,110,50,.38), transparent 21%),
    radial-gradient(circle at 36% 88%, rgba(252,110,50,.18), transparent 20%),
    linear-gradient(90deg, rgba(0,0,0,.22), rgba(0,0,0,.5));
  mix-blend-mode: screen;
  opacity: .7;
}
.hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,8,8,.24), rgba(8,8,8,.18) 45%, rgba(8,8,8,.94));
}
.hero__copy {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  text-align: center;
  transform: translateY(22px);
}
.hero h1 {
  margin: 0 0 20px;
  color: rgba(255,255,255,.74);
  font-size: clamp(74px, 8.4vw, 132px);
  line-height: .88;
  font-weight: 900;
  text-shadow: 0 5px 18px rgba(0,0,0,.55);
}
.hero p {
  width: min(570px, 100%);
  margin: 0 auto;
  color: #fff;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.08;
  font-weight: 900;
}
.hero p span { color: var(--orange); }
.hero strong {
  display: block;
  margin-top: 4px;
  font-size: clamp(18px, 1.55vw, 22px);
}

.block {
  position: relative;
  scroll-margin-top: 0;
  padding: 90px calc((100vw - var(--wrap)) / 2);
  background: #111;
}

.services {
  background: #111;
  padding-top: 78px;
}
.services__head {
  width: var(--wrap);
  margin: 0 auto 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 56px;
  align-items: start;
}
.services__head p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 800;
}
.services__head > div > p {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1;
}
.services h2,
.industries h2,
.about h2,
.docs h2,
.contacts h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 4.2vw, 76px);
  line-height: .98;
  font-weight: 900;
}
.services h2 {
  max-width: 560px;
  color: var(--orange);
}

.aggregator-shell {
  width: var(--wrap);
  margin: 0 auto;
}
.mock-browser {
  min-height: 690px;
  overflow: hidden;
  background: #030303;
  border: 1px solid rgba(255,255,255,.1);
}
.mock-topbar {
  height: 46px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 0 38px;
  color: rgba(255,255,255,.5);
  font-size: 11px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.mini-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}
.mini-brand img {
  width: 22px;
  height: 22px;
}
.mock-body {
  min-height: 644px;
  display: grid;
  grid-template-columns: 49% 51%;
  grid-template-areas:
    "left right"
    "form right";
}
.mock-left {
  grid-area: left;
  padding: 44px 48px;
  background: rgba(5,5,5,.96);
  border-right: 1px solid rgba(255,255,255,.08);
}
.panel-title {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 34px;
  font-size: 24px;
  font-weight: 900;
}
.panel-title span,
.panel-title span::before,
.panel-title span::after {
  display: block;
  width: 24px;
  height: 3px;
  background: var(--orange);
}
.panel-title span { position: relative; }
.panel-title span::before,
.panel-title span::after {
  content: "";
  position: absolute;
  left: 0;
}
.panel-title span::before { top: -9px; }
.panel-title span::after { top: 9px; }
.accordion {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}
.accordion-item {
  border-radius: 8px;
  overflow: hidden;
  background: #0c0c0c;
  border: 1px solid rgba(255,255,255,.08);
}
.accordion-trigger {
  width: 100%;
  min-height: 66px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  border: 0;
  padding: 0 20px;
  background: transparent;
  color: rgba(255,255,255,.72);
  text-align: left;
  transition: background .25s ease, color .25s ease;
}
.accordion-trigger:hover {
  background: rgba(255,255,255,.035);
  color: #fff;
}
.accordion-trigger strong {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}
.accordion-trigger span {
  min-width: 98px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
.accordion-item.is-open {
  border-color: rgba(252,110,50,.9);
  box-shadow: inset 0 0 0 1px rgba(252,110,50,.28);
}
.method-list {
  display: grid;
  gap: 9px;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height .3s ease, padding .3s ease;
}
.accordion-item.is-open .method-list {
  max-height: 320px;
  padding: 0 20px 18px;
}
.method-option {
  min-height: 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 0 14px 0 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  cursor: pointer;
  transition: border-color .25s ease, background .25s ease, color .25s ease, transform .25s ease;
}
.method-option:hover,
.method-option:has(input:checked) {
  border-color: rgba(252,110,50,.76);
  background: rgba(255,255,255,.035);
  color: #fff;
}
.method-option:hover {
  transform: translateX(3px);
}
.method-option input {
  width: 30px;
  height: 30px;
  border-radius: 9px;
}
input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--orange);
}

.request-card {
  grid-area: form;
  position: relative;
  min-height: 320px;
  margin: 0 48px 44px;
  padding: 28px;
  border-radius: 8px;
  background: #151515;
  border: 1px solid rgba(255,255,255,.08);
}
.request-card h3 {
  margin: 0 0 22px;
  font-size: 22px;
}
.request-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, .9fr);
  gap: 34px;
}
.fields {
  display: grid;
  gap: 12px;
}
input:not([type="checkbox"]) {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 999px;
  outline: 0;
  background: rgba(255,255,255,.075);
  color: #fff;
  padding: 0 18px;
  font-size: 14px;
  transition: box-shadow .22s ease, background .22s ease;
}
input:not([type="checkbox"]):focus {
  background: rgba(255,255,255,.1);
  box-shadow: 0 0 0 1px var(--orange);
}
input.is-invalid:not([type="checkbox"]) {
  background: rgba(255,70,70,.08);
  box-shadow: 0 0 0 1px #ff4747;
}
.selected-box span {
  display: block;
  margin-bottom: 38px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}
.selected-box ol {
  margin: 0;
  padding-left: 18px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
}
.file-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  color: rgba(255,255,255,.42);
  font-size: 13px;
}
.submit-mini {
  position: absolute;
  right: 28px;
  bottom: 26px;
  min-width: 190px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #c95620, #813415);
  color: #050505;
  font-size: 15px;
  font-weight: 800;
  transition: filter .22s ease, transform .22s ease;
}
.submit-mini:hover {
  filter: brightness(1.18);
  transform: translateY(-1px);
}
.submit-mini:disabled {
  opacity: .58;
  cursor: wait;
  transform: none;
}
.form-message {
  min-height: 18px;
  margin: 14px 0 0;
  color: #ff6b5e;
  font-size: 13px;
  font-weight: 800;
}
.form-message.is-success {
  color: var(--orange);
}

.mock-right {
  grid-area: right;
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 38%, rgba(252,110,50,.38), transparent 25%),
    radial-gradient(circle at 52% 53%, rgba(18,74,96,.44), transparent 24%),
    #030303;
}
.default-logo {
  width: min(48%, 450px);
}
.default-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.service-detail {
  position: absolute;
  top: 42px;
  left: 42px;
  right: 42px;
  height: min(620px, calc(100% - 84px));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden;
}
.paper {
  height: 100%;
  max-height: none;
  overflow: auto;
  padding: 26px 30px;
  border-radius: 0;
  background: #e8e8e8;
  color: #151515;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.22;
  font-weight: 700;
  overflow-wrap: anywhere;
  scrollbar-color: var(--orange) #161616;
  scrollbar-width: thin;
}
.paper::-webkit-scrollbar {
  width: 7px;
}
.paper::-webkit-scrollbar-track {
  background: #151515;
}
.paper::-webkit-scrollbar-thumb {
  background: var(--orange);
  border-radius: 999px;
}
.paper h3 {
  margin: 0 0 16px;
  color: var(--orange);
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.05;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}
.service-detail img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.industries {
  min-height: 640px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.88) 38%, rgba(0,0,0,0) 72%, rgba(0,0,0,.18) 100%),
    linear-gradient(180deg, #080808 0%, rgba(8,8,8,0) 30%, rgba(8,8,8,.55) 100%),
    url("assets/objects-bg-figma-v3.png") right center / cover no-repeat,
    #080808;
}
.industries__inner {
  width: var(--wrap);
  margin: 0 auto;
  position: relative;
  padding: 44px 0 104px;
}
.industries h2 {
  max-width: 900px;
  margin: 0 auto 12px;
  text-align: center;
}
.industries p {
  margin: 0 0 62px;
  color: var(--orange);
  font-size: clamp(28px, 3.1vw, 46px);
  line-height: 1;
  font-weight: 900;
  text-align: right;
}
.industries ul {
  width: min(760px, calc(100% - 220px));
  max-height: 252px;
  overflow: hidden;
  margin: 0;
  padding-left: 28px;
  color: #fff;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.25;
  font-weight: 900;
  transition: max-height .35s ease;
}
.industries.is-expanded ul { max-height: 780px; }
.industries li { margin-bottom: 18px; }
.more-btn {
  position: absolute;
  right: 0;
  bottom: 28px;
  width: 176px;
  height: 66px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #3b3b3b, #202020);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}
.collapse-btn {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 28px;
}

.about {
  z-index: 2;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
  background: #070707;
}
.about > h2 {
  width: 100%;
  min-height: 492px;
  margin: 0 auto;
  padding: 0 max(24px, calc((100vw - var(--wrap)) / 2)) 78px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-size: clamp(44px, 4.2vw, 76px);
  line-height: .98;
  background:
    linear-gradient(180deg, #070707 0%, rgba(7,7,7,.92) 8%, rgba(7,7,7,.18) 34%, rgba(0,0,0,.18) 62%, rgba(0,0,0,.54) 100%),
    url("assets/industry-bg-real.webp") center / cover no-repeat;
}
.docs h2,
.contacts h2 {
  width: var(--wrap);
  margin-left: auto;
  margin-right: auto;
}
.about__panel {
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 74px max(24px, calc((100vw - 1080px) / 2)) 0;
  border-radius: 30px 30px 26px 26px;
  background: #070707;
  display: grid;
  align-content: start;
  justify-items: center;
  position: relative;
  z-index: 3;
}
.about__lead {
  width: min(940px, 100%);
  margin: 0 auto 42px;
  text-align: center;
  font-size: clamp(25px, 2.35vw, 38px);
  line-height: 1.12;
  font-weight: 900;
}
.about__lead span { color: var(--orange); }
.stats {
  width: min(960px, 100%);
  margin: 30px auto -92px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative;
  z-index: 4;
  transform: translateY(46px);
}
.stats article {
  min-height: 182px;
  border-radius: 26px;
  background: #f3ede4;
  color: #111;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 20px 16px;
  transition: transform .3s ease, box-shadow .3s ease, border-radius .3s ease, background .3s ease;
}
.stats article:hover {
  transform: translateY(-18px) scale(1.035);
  border-radius: 18px 18px 34px 34px;
  background: #fff;
  box-shadow: 0 26px 42px rgba(0,0,0,.42), 0 0 0 3px rgba(252,110,50,.32);
}
.stats strong { font-size: clamp(34px, 3vw, 54px); }
.stats article:nth-child(4) strong { font-size: clamp(18px, 1.45vw, 26px); }
.stats strong,
.stats small {
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
}
.stats small { display: block; font-size: clamp(15px, 1.05vw, 20px); font-weight: 900; }

.docs {
  z-index: 1;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(17,17,17,.05), rgba(17,17,17,.2) 36%, #111 64%),
    url("assets/hero-nk.webp") center top / cover no-repeat;
}
.docs__intro {
  width: var(--wrap);
  min-height: 405px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  align-items: end;
  gap: 48px;
  padding: clamp(188px, 11vw, 220px) 0 54px;
}
.docs h2 {
  width: auto;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 4.2vw, 76px);
  line-height: .98;
}
.docs__intro p {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 1.9vw, 32px);
  line-height: 1.08;
  font-weight: 900;
  text-align: right;
  min-width: 0;
}
.docs-slider {
  position: relative;
  --doc-gap: clamp(32px, 3.2vw, 66px);
  --doc-side: clamp(24px, 2.8vw, 56px);
  width: 100%;
  min-height: clamp(460px, 29vw, 600px);
  margin: 0 auto;
  display: block;
  padding: 0;
  overflow: hidden;
  contain: paint;
  border-radius: 28px 28px 0 0;
  background:
    radial-gradient(ellipse at 66% 100%, rgba(252,110,50,.92), rgba(252,110,50,.34) 14%, transparent 38%),
    #060606;
  box-shadow: 0 24px 46px rgba(0,0,0,.44);
}
.doc-row {
  position: relative;
  left: 0;
  top: auto;
  width: 100%;
  min-height: inherit;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  animation: none;
  transform: none;
}
.docs-slider:hover .doc-row {
  animation-play-state: paused;
}
.doc-set {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--doc-gap);
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 var(--doc-side);
}
.doc-set[aria-hidden="true"] {
  display: none;
}
.doc-row figure {
  flex: 0 1 clamp(128px, 13vw, 226px);
  min-width: 0;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: visible;
}
.doc-row img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: clamp(350px, 21vw, 430px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 22px rgba(0,0,0,.42));
}
@keyframes docsMarquee {
  from { transform: translate3d(0, -50%, 0); }
  to { transform: translate3d(-50%, -50%, 0); }
}
.docs-slider__indicator {
  display: none;
}

.contacts {
  min-height: 0;
  padding: 0 !important;
  display: block;
  background: #101010;
  overflow: hidden;
}
.contacts__hero {
  min-height: 405px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
  gap: 40px;
  align-items: start;
  padding: 72px calc((100vw - var(--wrap)) / 2) 60px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.38), rgba(0,0,0,.22) 48%, rgba(0,0,0,.32)),
    linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.24)),
    url("assets/uniform-bg.webp") center / cover no-repeat;
}
.contacts__info h2 {
  width: auto;
  margin: 0 0 54px;
  color: var(--orange);
  font-size: clamp(44px, 4.3vw, 62px);
  line-height: 1;
}
.contacts__hero p {
  max-width: 520px;
  margin: 0 0 0 auto;
  color: #fff;
  font-size: clamp(27px, 2.45vw, 36px);
  line-height: 1.15;
  font-weight: 900;
  text-align: right;
}
.contact-line {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin-bottom: 36px;
  color: #fff;
  font-size: clamp(24px, 2.35vw, 34px);
  line-height: 1.1;
  font-weight: 900;
  word-break: break-word;
}
.contact-line::before {
  display: inline-grid;
  place-items: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  color: rgba(255,255,255,.86);
  font-size: 24px;
}
.contact-line--phone::before { content: "☎"; }
.contact-line--mail::before { content: "✉"; }
.contacts__cta {
  width: min(315px, 100%);
  min-height: 48px;
  margin-top: 2px;
  border: 0;
  border-radius: 10px;
  background: var(--orange);
  color: #050505;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(252,110,50,.28);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.contacts__cta:hover {
  transform: translateY(-2px);
  background: #ff7c42;
  box-shadow: 0 20px 42px rgba(252,110,50,.36);
}
.site-footer {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(220px, .65fr) minmax(320px, 1fr);
  align-items: center;
  padding: 42px calc((100vw - var(--wrap)) / 2) 34px;
  background:
    radial-gradient(ellipse at 66% 100%, rgba(252,110,50,.8), rgba(252,110,50,.22) 18%, transparent 40%),
    #101010;
}
.footer-nav {
  display: grid;
  gap: 18px;
  justify-items: start;
}
.footer-nav a,
.footer-nav button,
.footer-nav span {
  border: 0;
  background: transparent;
  padding: 0;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1;
  letter-spacing: .34em;
}
.footer-nav button {
  color: var(--orange);
  font-weight: 900;
}
.footer-nav span {
  margin-top: 12px;
  color: #fff;
  letter-spacing: .18em;
}
.footer-logo {
  display: grid;
  place-items: center;
}
.footer-logo img {
  display: block;
  width: min(250px, 54vw);
  height: auto;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0,0,0,.72);
  animation: modalFade .22s ease both;
}
.modal__dialog {
  width: min(420px, 100%);
  padding: 24px;
  border-radius: 10px;
  background: #101010;
  border: 1px solid rgba(255,255,255,.12);
  animation: modalLift .24s ease both;
}
.modal__dialog h2 { margin: 0 0 18px; font-size: 32px; }
.modal__dialog form {
  position: relative;
  display: grid;
  gap: 12px;
  padding-bottom: 60px;
}
.modal__dialog input:not([type="checkbox"]) {
  height: 42px;
  font-size: 15px;
}
.modal__dialog .submit-mini {
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 13px;
}
.modal__close {
  float: right;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 30px;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 90;
  transform: translateX(-50%);
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
}
[hidden] { display: none !important; }

@keyframes modalFade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes modalLift {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
  :root { --wrap: min(100% - 44px, 980px); }
  .site-header {
    gap: 30px;
  }
  .main-nav {
    gap: 24px;
  }
  .nav-list {
    gap: 24px;
  }
  .main-nav a,
  .main-nav button {
    font-size: 13px;
    letter-spacing: .25em;
  }
  .mock-left {
    padding: 34px 28px;
  }
  .request-card {
    margin: 0 28px 34px;
  }
  .about__panel {
    width: 100%;
    padding-left: 46px;
    padding-right: 46px;
  }
  .stats {
    gap: 18px;
  }
  .request-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .submit-mini {
    position: static;
    margin-top: 16px;
    color: #fff;
  }
  .docs-slider {
    --doc-gap: 30px;
    --doc-side: 28px;
    width: min(100vw - 32px, 1040px);
    min-height: 390px;
    border-radius: 22px 22px 0 0;
  }
  .docs__intro {
    width: min(100% - 44px, 980px);
  }
  .doc-row {
    width: 100%;
    margin-left: 0;
    gap: 0;
  }
  .doc-row figure {
    flex-basis: clamp(112px, 15vw, 168px);
  }
  .doc-row img {
    max-height: 290px;
  }
  .contacts__hero {
    padding-left: 22px;
    padding-right: 22px;
  }
  .site-footer {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 860px) {
  :root { --wrap: min(100% - 36px, 720px); }
  html { scroll-padding-top: 76px; }
  .site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    min-height: 72px;
    padding: 10px 18px;
    display: grid;
    grid-template-columns: auto auto;
    background: transparent;
    backdrop-filter: none;
  }
  .brand img {
    width: 42px;
    height: 42px;
  }
  .nav-toggle {
    display: grid;
    gap: 4px;
    place-content: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    background: rgba(0,0,0,.62);
  }
  .nav-toggle span {
    width: 20px;
    height: 2px;
    background: #fff;
  }
  .main-nav {
    grid-column: 1 / -1;
    position: static;
    z-index: 60;
    display: grid;
    align-content: start;
    gap: 22px;
    max-height: 0;
    padding: 0 10px;
    overflow-y: hidden;
    overscroll-behavior: contain;
    background: transparent;
    opacity: 0;
    pointer-events: none;
    transform: none;
    transition: max-height .24s ease, opacity .18s ease, padding .24s ease;
    scrollbar-width: thin;
    scrollbar-color: var(--orange) transparent;
  }
  .nav-list {
    display: grid;
    gap: 22px;
  }
  .main-nav.is-open {
    max-height: min(360px, calc(100vh - 96px));
    padding: 16px 10px 24px;
    overflow-y: auto;
    opacity: 1;
    pointer-events: auto;
  }
  .main-nav a,
  .main-nav button {
    font-size: 15px;
    letter-spacing: 3px;
    text-align: left;
  }
  .main-nav button { margin-left: 0; }
  .hero {
    margin-top: 0;
    min-height: 720px;
  }
  .hero h1 {
    font-size: clamp(50px, 13vw, 82px);
  }
  .block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .contacts {
    padding: 0;
  }
  .services__head {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .services__head > p {
    max-width: 520px;
    margin-left: auto;
  }
  .mock-topbar {
    height: auto;
    grid-template-columns: 1fr;
    padding: 14px 22px;
  }
  .mock-body {
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "right"
      "form";
  }
  .mock-left {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .mock-right {
    min-height: 520px;
  }
  .request-card {
    margin: 0;
    border-radius: 0;
  }
  .service-detail {
    grid-template-columns: 1fr;
    inset: 28px;
    overflow: auto;
  }
  .service-detail img {
    min-height: 260px;
    height: 260px;
  }
  .paper {
    max-height: none;
  }
  .about {
    min-height: 0;
  }
  .about > h2 {
    min-height: 330px;
    padding: 0 max(18px, calc((100vw - var(--wrap)) / 2)) 52px;
  }
  .about__panel {
    min-height: 0;
    margin-top: 0;
    padding: 56px 28px 64px;
    border-radius: 22px 22px 0 0;
  }
  .about__lead {
    font-size: 25px;
  }
  .stats {
    width: min(560px, 100%);
    margin-bottom: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stats article {
    min-height: 132px;
    border-radius: 20px;
  }
  .industries {
    min-height: 520px;
  }
  .industries p {
    text-align: left;
    margin-bottom: 34px;
  }
  .more-btn,
  .collapse-btn {
    position: absolute;
    margin-top: 20px;
  }
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .docs {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .docs__intro {
    min-height: 235px;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: end;
    padding: 86px 0 42px;
  }
  .docs__intro p {
    max-width: 520px;
    text-align: left;
  }
  .docs-slider {
    --doc-gap: 18px;
    --doc-side: 24px;
    min-height: 360px;
    border-radius: 22px 22px 0 0;
  }
  .doc-row {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
    gap: 0;
  }
  .doc-row figure {
    flex-basis: clamp(88px, 16vw, 128px);
  }
  .doc-row img {
    max-height: 250px;
  }
  .contacts__hero {
    grid-template-columns: 1fr;
    min-height: 520px;
    padding: 56px 22px;
  }
  .contacts__hero p {
    margin: 0;
    text-align: left;
  }
  .site-footer {
    grid-template-columns: 1fr;
    gap: 34px;
    justify-items: start;
  }
  .footer-logo {
    justify-self: center;
  }
}

@media (max-width: 560px) {
  :root { --wrap: calc(100vw - 32px); }
  body { max-width: 100%; }
  .hero {
    min-height: 610px;
    height: auto;
    background-position: 58% center;
  }
  .hero__copy {
    padding-left: 8px;
    padding-right: 8px;
  }
  .hero h1 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: .95;
  }
  .hero p {
    width: min(100%, 330px);
    font-size: 16px;
  }
  .services h2,
  .industries h2,
  .about h2,
  .contacts__info h2 {
    font-size: 38px;
  }
  .services__head > div > p {
    font-size: 20px;
  }
  .mock-left {
    padding: 24px 16px;
  }
  .request-card {
    padding: 22px 16px;
  }
  .accordion-trigger {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }
  .accordion-trigger span {
    width: fit-content;
  }
  .request-card {
    padding: 22px 16px;
  }
  .mock-right {
    min-height: 450px;
  }
  .default-logo {
    width: min(76%, 340px);
  }
  .industries {
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background:
      linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.74)),
      linear-gradient(180deg, #070707 0%, rgba(7,7,7,.12) 36%, #070707 100%),
      url("assets/objects-bg-figma-v3.png") right center / auto 100% no-repeat,
      #070707;
  }
  .industries__inner {
    width: 100%;
    min-height: 0;
    padding: 24px 20px 28px;
    border-radius: 0 0 14px 14px;
    background: rgba(9,9,9,.76);
  }
  .industries h2 {
    margin: 0 0 4px;
    text-align: center;
    font-size: 22px;
    line-height: 1.08;
  }
  .industries p {
    margin: 0 0 22px;
    text-align: right;
    font-size: 15px;
  }
  .industries ul {
    width: 100%;
    max-height: 160px;
    padding-left: 16px;
    font-size: 12px;
    line-height: 1.08;
  }
  .industries.is-expanded ul {
    max-height: 380px;
  }
  .industries li {
    margin-bottom: 9px;
  }
  .more-btn {
    position: static;
    width: 112px;
    height: 46px;
    margin-top: 18px;
    font-size: 11px;
  }
  .collapse-btn {
    position: static;
    margin-top: 0;
  }
  .about {
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #070707;
  }
  .about > h2 {
    width: 100%;
    min-height: 154px;
    padding: 0 20px 34px;
    font-size: 22px;
    line-height: 1;
    background:
      linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.08) 44%, rgba(0,0,0,.46)),
      url("assets/industry-bg-real.webp") center 46% / cover no-repeat;
  }
  .about__panel {
    min-height: 0;
    margin-top: 0;
    padding: 30px 26px 30px;
    border-radius: 0;
  }
  .about__lead {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.12;
  }
  .stats {
    width: calc(100vw - 84px);
    margin-top: 10px;
    margin-bottom: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
  .stats article {
    min-height: 74px;
    border-radius: 8px;
    padding: 8px 5px;
  }
  .stats strong {
    font-size: 20px;
  }
  .stats article:nth-child(4) strong {
    font-size: 8px;
    line-height: 1.05;
  }
  .stats small {
    font-size: 10px;
    line-height: 1.05;
  }
  .docs-slider {
    --doc-gap: 10px;
    --doc-side: 22px;
    width: calc(100vw - 2px);
    min-height: 0;
    padding: 26px 0 30px;
    border-radius: 14px 14px 0 0;
  }
  .docs__intro {
    width: calc(100vw - 32px);
    min-height: 166px;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
    gap: 10px;
    padding: 58px 0 16px;
  }
  .docs h2 {
    font-size: 34px;
  }
  .docs__intro p {
    align-self: end;
    font-size: 14px;
    line-height: 1.05;
    text-align: right;
  }
  .doc-row {
    width: 100%;
    margin-left: 0;
    min-height: 0;
    gap: 0;
  }
  .doc-set {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
    width: 100%;
  }
  .doc-row figure {
    width: 100%;
  }
  .doc-row img {
    max-width: 100%;
    max-height: 240px;
  }
  .contacts {
    padding: 0;
  }
  .contacts__info h2 {
    margin-bottom: 34px;
  }
  .contact-line {
    font-size: 21px;
  }
  .contacts__hero p {
    font-size: 24px;
  }
  .footer-nav a,
  .footer-nav button,
  .footer-nav span {
    font-size: 14px;
    letter-spacing: .24em;
  }
}

@media (min-width: 861px) {
  :root {
    --wrap: min(980px, calc(100vw - 120px));
  }

  .site-header {
    min-height: 62px;
    gap: 26px;
  }
  .brand img {
    width: 52px;
    height: 52px;
  }
  .main-nav,
  .nav-list {
    gap: clamp(22px, 2.2vw, 40px);
  }
  .main-nav a,
  .main-nav button {
    font-size: 12px;
    letter-spacing: .27em;
  }

  .hero {
    min-height: 680px;
    padding: 86px 24px 54px;
  }
  .hero__copy {
    width: min(720px, 100%);
    transform: translateY(8px);
  }
  .hero h1 {
    margin-bottom: 14px;
    font-size: clamp(60px, 6.6vw, 92px);
  }
  .hero p {
    width: min(470px, 100%);
    font-size: clamp(15px, 1.25vw, 18px);
  }
  .hero strong {
    font-size: 16px;
  }

  .block {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .services {
    padding-top: 54px;
  }
  .services__head {
    margin-bottom: 28px;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 36px;
  }
  .services h2,
  .industries h2,
  .about h2,
  .docs h2,
  .contacts h2 {
    font-size: clamp(34px, 3vw, 52px);
  }
  .services__head > div > p {
    font-size: 18px;
  }
  .services__head p {
    font-size: 13px;
  }

  .mock-browser {
    min-height: 520px;
  }
  .mock-topbar {
    height: 36px;
    padding: 0 28px;
  }
  .mock-body {
    min-height: 484px;
  }
  .mock-left {
    padding: 30px 34px;
  }
  .panel-title {
    margin-bottom: 24px;
    font-size: 19px;
  }
  .accordion {
    gap: 8px;
    margin-bottom: 18px;
  }
  .accordion-trigger {
    min-height: 48px;
    padding: 0 16px;
  }
  .accordion-trigger strong {
    font-size: 14px;
  }
  .accordion-trigger span {
    min-width: 78px;
    padding: 7px 10px;
    font-size: 11px;
  }
  .method-option {
    min-height: 34px;
    font-size: 12px;
  }
  .request-card {
    min-height: 238px;
    margin: 0 34px 30px;
    padding: 20px;
  }
  .request-card h3 {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .request-grid {
    gap: 24px;
  }
  input:not([type="checkbox"]) {
    height: 34px;
    font-size: 12px;
  }
  .file-line {
    margin-top: 10px;
    font-size: 11px;
  }
  .submit-mini {
    right: 20px;
    bottom: 18px;
    min-width: 150px;
    height: 38px;
    font-size: 12px;
  }
  .service-detail {
    top: 30px;
    left: 30px;
    right: 30px;
    height: min(464px, calc(100% - 60px));
  }
  .paper {
    padding: 20px 22px;
    font-size: 13px;
  }
  .paper h3 {
    font-size: 17px;
  }
  .default-logo {
    width: min(42%, 340px);
  }

  .industries {
    min-height: 460px;
  }
  .industries__inner {
    padding: 30px 0 92px;
  }
  .industries p {
    margin-bottom: 34px;
    font-size: clamp(22px, 2.1vw, 32px);
  }
  .industries ul {
    width: min(600px, calc(100% - 164px));
    max-height: 190px;
    font-size: clamp(16px, 1.45vw, 21px);
  }
  .industries li {
    margin-bottom: 12px;
  }
  .more-btn {
    width: 130px;
    height: 48px;
    font-size: 14px;
  }

  .about > h2 {
    min-height: 330px;
    padding-bottom: 54px;
  }
  .about__panel {
    padding-top: 50px;
  }
  .about__lead {
    width: min(760px, 100%);
    margin-bottom: 26px;
    font-size: clamp(21px, 1.9vw, 29px);
  }
  .stats {
    width: min(760px, 100%);
    gap: 20px;
    margin-top: 18px;
    margin-bottom: -72px;
    transform: translateY(36px);
  }
  .stats article {
    min-height: 132px;
    border-radius: 20px;
    padding: 16px 12px;
  }
  .stats strong {
    font-size: clamp(28px, 2.4vw, 40px);
  }
  .stats article:nth-child(4) strong {
    font-size: clamp(15px, 1.15vw, 19px);
  }
  .stats small {
    font-size: clamp(12px, .85vw, 15px);
  }

  .docs {
    min-height: 0;
  }
  .docs__intro {
    min-height: 295px;
    gap: 34px;
    padding: 128px 0 38px;
  }
  .docs__intro p {
    font-size: clamp(18px, 1.45vw, 23px);
  }
  .docs-slider {
    min-height: 360px;
    border-radius: 22px 22px 0 0;
  }
  .doc-row figure {
    flex-basis: clamp(120px, 10vw, 190px);
  }
  .doc-row img {
    max-height: clamp(260px, 17vw, 320px);
  }

  .contacts__hero {
    min-height: 300px;
    gap: 30px;
    padding-top: 48px;
    padding-bottom: 42px;
  }
  .contacts__info h2 {
    margin-bottom: 34px;
    font-size: clamp(34px, 3vw, 48px);
  }
  .contacts__hero p {
    font-size: clamp(20px, 1.8vw, 28px);
  }
  .contact-line {
    margin-bottom: 24px;
    font-size: clamp(19px, 1.75vw, 26px);
  }
  .site-footer {
    min-height: 220px;
  }
  .footer-logo img {
    width: min(190px, 40vw);
  }
}

/* Final document gallery: full Figma exports, no crop, no marquee drift. */
.docs-slider {
  min-height: 0;
  padding: clamp(54px, 4.8vw, 82px) clamp(28px, 4vw, 72px);
  overflow: visible;
}
.doc-row {
  display: block;
  min-height: 0;
}
.doc-set {
  width: min(100%, 1500px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: clamp(28px, 3vw, 58px);
  padding: 0;
}
.doc-set[aria-hidden="true"] {
  display: none;
}
.doc-row figure {
  width: 100%;
  min-width: 0;
  display: flex;
  justify-content: center;
  overflow: visible;
  flex: initial;
}
.doc-row img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
}
body.motion-ready .docs-slider.reveal-ready,
body.motion-ready .doc-row figure.reveal-ready {
  opacity: 1;
  transform: none;
  filter: none;
}

@media (max-width: 900px) {
  .docs-slider {
    padding: 38px 24px;
  }
  .doc-set {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .docs-slider {
    padding: 30px 22px;
  }
  .doc-set {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}


/* Premium B2B service configurator */
.service-configurator {
  isolation: isolate;
  overflow: visible;
  padding-top: clamp(84px, 7vw, 132px);
  padding-bottom: clamp(92px, 8vw, 148px);
  background:
    radial-gradient(circle at 18% 18%, rgba(255,106,42,.2), transparent 28%),
    radial-gradient(circle at 78% 20%, rgba(217,74,18,.18), transparent 24%),
    linear-gradient(180deg, #070707 0%, #0b0b0b 100%);
}
.configurator-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, #000, transparent 76%);
  opacity: .55;
}
.configurator-head {
  align-items: end;
}
.configurator-head h2 {
  max-width: 780px;
  margin-top: 16px;
  color: #fff;
}
.configurator-badge {
  display: inline-flex;
  width: auto;
  margin: 0;
  border: 1px solid rgba(255,106,42,.42);
  border-radius: 999px;
  padding: 8px 14px;
  color: #ff6a2a !important;
  background: rgba(255,106,42,.08);
  font-size: 12px !important;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.b2b-configurator {
  width: min(1500px, calc(100vw - 48px));
  margin: 0 auto;
}
.configurator-grid {
  display: grid;
  grid-template-columns: minmax(300px, .92fr) minmax(360px, 1.1fr) minmax(320px, .82fr);
  gap: 18px;
  align-items: start;
}
.configurator-column,
.request-glass {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(21,21,21,.94), rgba(12,12,12,.94));
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
}
.configurator-column {
  min-height: 720px;
  padding: 18px;
}
.configurator-column__head,
.request-glass__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  color: rgba(255,255,255,.76);
}
.configurator-column__head span,
.request-glass__head span {
  color: #ff6a2a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}
.configurator-column__head strong {
  color: #fff;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.service-accordion {
  display: grid;
  gap: 12px;
}
.config-category {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  background: #111;
  transition: border-color .32s ease, box-shadow .32s ease, transform .32s ease;
}
.config-category:hover {
  border-color: rgba(255,106,42,.34);
  box-shadow: 0 18px 42px rgba(0,0,0,.28), 0 0 26px rgba(255,106,42,.08);
}
.config-category__trigger {
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: 44px 1fr 18px;
  align-items: center;
  gap: 12px;
  border: 0;
  padding: 16px;
  color: #fff;
  background: transparent;
  text-align: left;
}
.config-category__trigger span {
  color: #ff6a2a;
  font-size: 12px;
  font-weight: 900;
}
.config-category__trigger strong {
  font-size: 15px;
  line-height: 1.25;
}
.config-category__trigger i {
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255,255,255,.55);
  border-bottom: 2px solid rgba(255,255,255,.55);
  transform: rotate(45deg);
  transition: transform .28s ease;
}
.config-category.is-open .config-category__trigger i {
  transform: rotate(225deg);
}
.config-methods {
  max-height: 0;
  overflow: hidden;
  display: grid;
  gap: 8px;
  padding: 0 12px;
  transition: max-height .36s ease, padding .36s ease;
}
.config-category.is-open .config-methods {
  max-height: 520px;
  padding: 0 12px 14px;
}
.config-method {
  width: 100%;
  display: grid;
  grid-template-columns: 22px 44px 1fr;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 13px 12px;
  color: rgba(255,255,255,.72);
  background: #151515;
  text-align: left;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease, color .28s ease;
}
.config-method:hover,
.config-method.is-active {
  transform: translateY(-1px);
  border-color: rgba(255,106,42,.5);
  color: #fff;
  background: linear-gradient(180deg, #191919, #101010);
}
.config-method.is-selected {
  border-color: rgba(255,106,42,.9);
  box-shadow: 0 0 0 1px rgba(255,106,42,.2), 0 0 30px rgba(255,106,42,.18);
}
.config-method__check {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  background: rgba(255,255,255,.03);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.config-method.is-selected .config-method__check {
  border-color: #ff6a2a;
  background: #ff6a2a;
  box-shadow: 0 0 18px rgba(255,106,42,.58);
}
.config-method.is-selected .config-method__check::after {
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  margin: 5px auto 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.config-method__code {
  color: #ff6a2a;
  font-size: 12px;
  font-weight: 900;
}
.config-method strong {
  font-size: 13px;
  line-height: 1.35;
}
.service-showcase {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  background: #111;
  animation: cardIn .32s ease both;
}
.service-showcase__media {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(255,106,42,.26), transparent 26%),
    linear-gradient(135deg, #181818, #070707);
}
.service-showcase__media img {
  width: 100%;
  height: 280px;
  display: block;
  object-fit: cover;
  opacity: .82;
  mix-blend-mode: screen;
}
.service-showcase__scan {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(255,106,42,.22), transparent);
  transform: translateY(-100%);
  animation: scanMove 4.8s ease-in-out infinite;
}
.service-showcase__code {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  border: 1px solid rgba(255,106,42,.5);
  border-radius: 16px;
  padding: 10px 13px;
  color: #ff6a2a;
  background: rgba(0,0,0,.48);
  backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 900;
}
.service-showcase__content {
  padding: 24px;
}
.service-showcase__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.service-showcase__tags span {
  border: 1px solid rgba(255,106,42,.34);
  border-radius: 999px;
  padding: 7px 10px;
  color: rgba(255,255,255,.78);
  background: rgba(255,106,42,.08);
  font-size: 11px;
}
.service-showcase h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(26px, 2vw, 36px);
  line-height: 1.05;
}
.service-showcase p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 15px;
  line-height: 1.62;
}
.detail-blocks {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.detail-blocks section {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,.035);
}
.detail-blocks span {
  display: block;
  margin-bottom: 10px;
  color: #ff6a2a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.detail-blocks ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.55;
}
.detail-add-btn,
.request-submit,
.mobile-request-bar button {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff6a2a, #d94a12);
  box-shadow: 0 16px 34px rgba(217,74,18,.32);
  font-weight: 900;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.detail-add-btn {
  width: 100%;
  min-height: 52px;
  margin-top: 22px;
}
.detail-add-btn.is-added {
  background: rgba(255,106,42,.14);
  color: #ffb08c;
  box-shadow: inset 0 0 0 1px rgba(255,106,42,.55);
}
.detail-add-btn:hover,
.request-submit:hover,
.mobile-request-bar button:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 20px 46px rgba(217,74,18,.42);
}
.configurator-request {
  position: sticky;
  top: 96px;
}
.request-glass {
  padding: 18px;
  background: linear-gradient(180deg, rgba(22,22,22,.82), rgba(8,8,8,.86));
  backdrop-filter: blur(18px);
}
.request-glass__head h3 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 28px;
}
.request-glass__head strong {
  border-radius: 999px;
  padding: 8px 11px;
  color: #ff6a2a;
  background: rgba(255,106,42,.1);
  font-size: 12px;
}
.request-empty {
  display: grid;
  gap: 12px;
  border: 1px dashed rgba(255,255,255,.16);
  border-radius: 20px;
  padding: 22px;
  color: rgba(255,255,255,.62);
  background: rgba(255,255,255,.03);
}
.request-empty[hidden] {
  display: none;
}
.request-empty span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: radial-gradient(circle, rgba(255,106,42,.7), rgba(255,106,42,.12));
}
.request-selected {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.request-selected__item {
  display: grid;
  grid-template-columns: 42px 1fr 30px;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 10px;
  background: rgba(255,255,255,.04);
  animation: selectedIn .28s ease both;
}
.request-selected__item b {
  color: #ff6a2a;
  font-size: 12px;
}
.request-selected__item span {
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.35;
}
.request-selected__item button {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  color: rgba(255,255,255,.75);
  background: rgba(255,255,255,.08);
}
.b2b-request-form {
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.b2b-request-form .fields {
  display: grid;
  gap: 10px;
}
.b2b-request-form input:not([type="checkbox"]) {
  height: 46px;
  border-color: rgba(255,255,255,.1);
  border-radius: 14px;
  color: #fff;
  background: rgba(255,255,255,.05);
}
.b2b-request-form .file-line {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.68);
}
.request-submit {
  position: static;
  width: 100%;
  height: 54px;
  margin-top: 14px;
  padding: 0 20px;
}
.mobile-request-bar,
.request-sheet {
  display: none;
}
@keyframes cardIn {
  from { opacity: .5; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes selectedIn {
  from { opacity: 0; transform: translateX(12px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes scanMove {
  0%, 35% { transform: translateY(-100%); opacity: 0; }
  50% { opacity: .55; }
  75%, 100% { transform: translateY(100%); opacity: 0; }
}
@media (max-width: 1180px) {
  .configurator-grid {
    grid-template-columns: minmax(280px, .9fr) minmax(340px, 1.1fr);
  }
  .configurator-request {
    grid-column: 1 / -1;
    position: static;
  }
}
@media (max-width: 760px) {
  .service-configurator {
    padding-left: 18px;
    padding-right: 18px;
  }
  .b2b-configurator,
  .services__head {
    width: 100%;
  }
  .configurator-grid {
    grid-template-columns: 1fr;
  }
  .configurator-column {
    min-height: 0;
    border-radius: 22px;
    padding: 14px;
  }
  .service-showcase__media img {
    height: 220px;
  }
  .configurator-request {
    display: none;
  }
  .mobile-request-bar {
    position: sticky;
    bottom: 14px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: calc(100vw - 36px);
    margin: 20px auto 0;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    padding: 10px 10px 10px 18px;
    color: #fff;
    background: rgba(14,14,14,.88);
    box-shadow: 0 20px 52px rgba(0,0,0,.44);
    backdrop-filter: blur(16px);
  }
  .mobile-request-bar button {
    min-height: 42px;
    padding: 0 16px;
  }
  .request-sheet:not([hidden]) {
    position: fixed;
    inset: 0;
    z-index: 140;
    display: block;
  }
  .request-sheet__scrim {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.62);
  }
  .request-sheet__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 86vh;
    overflow: auto;
    border-radius: 28px 28px 0 0;
    padding: 18px;
    background: #0b0b0b;
    box-shadow: 0 -28px 70px rgba(0,0,0,.55);
  }
  .request-sheet__close {
    position: sticky;
    top: 0;
    z-index: 1;
    float: right;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.1);
  }
  .request-sheet .configurator-request {
    display: block;
  }
}

/* Final Figma industries states */
.industries {
  --industries-duration: 680ms;
  isolation: isolate;
  overflow-anchor: none;
  min-height: 560px;
  overflow: hidden;
  padding: 0 max(24px, calc((100vw - 1168px) / 2));
  border-radius: 0 0 26px 26px;
  background: #050606;
  transition: min-height var(--industries-duration) cubic-bezier(.22,.8,.24,1), background-color .4s ease;
}
.industries::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .04;
  transform: scale(1.035);
  background: url("assets/objects-platform-figma.png") center 40% / cover no-repeat;
  filter: saturate(.86) contrast(1.04);
  transition: opacity 720ms ease, transform 1200ms cubic-bezier(.22,.8,.24,1);
}
.industries::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.88) 42%, rgba(0,0,0,.48) 72%, rgba(0,0,0,.3) 100%),
    linear-gradient(180deg, #050606 0%, rgba(5,6,6,.68) 28%, rgba(3,4,4,.9) 100%);
  transition: background 620ms ease;
}
.industries.is-expanded {
  min-height: 1060px;
}
.industries.is-expanded::before {
  opacity: .98;
  transform: scale(1);
  filter: saturate(1) contrast(1.02) brightness(1.14);
}
.industries.is-expanded::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,.68) 0%, rgba(0,0,0,.48) 42%, rgba(0,0,0,.16) 74%, rgba(0,0,0,.08) 100%),
    linear-gradient(180deg, rgba(5,10,14,.08) 0%, rgba(2,4,5,.1) 48%, rgba(0,0,0,.72) 100%);
}
.industries .industries__inner {
  width: min(980px, 100%);
  min-height: 560px;
  margin: 0 auto;
  padding: 70px 0 60px;
  transition: min-height var(--industries-duration) cubic-bezier(.22,.8,.24,1);
}
.industries.is-expanded .industries__inner {
  min-height: 1060px;
}
.industries .industries__inner h2 {
  max-width: none;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(42px, 4.15vw, 68px);
  line-height: 1;
  text-align: center;
}
.industries .industries__inner > p {
  margin: 0 0 54px;
  color: var(--orange);
  font-size: clamp(28px, 2.8vw, 44px);
  line-height: 1;
  text-align: right;
}
.industries .industries__inner ul {
  width: min(650px, calc(100% - 210px));
  max-height: 205px;
  margin: 0;
  padding: 0 0 0 24px;
  overflow: hidden;
  color: #fff;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.18;
  font-weight: 900;
  transition: max-height var(--industries-duration) cubic-bezier(.22,.8,.24,1);
}
.industries.is-expanded .industries__inner ul {
  max-height: 760px;
}
.industries .industries__inner li {
  margin-bottom: 15px;
  padding-left: 2px;
}
.industries .more-btn {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 166px;
  height: 62px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #3a3a3a, #202020);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 18px 36px rgba(0,0,0,.3);
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
}
.industries .more-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #464646, #272727);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 22px 42px rgba(0,0,0,.36);
}
.industries .collapse-btn {
  position: absolute;
  right: 8px;
  bottom: 62px;
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 16px 34px rgba(222,76,24,.32);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  animation: industryControlIn .36s ease both;
  transition: transform .24s ease, box-shadow .24s ease;
}
.industries .collapse-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(222,76,24,.42);
}
.industries .more-btn[hidden],
.industries .collapse-btn[hidden] {
  display: none;
}
@keyframes industryControlIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 760px) {
  .industries {
    min-height: 430px;
    padding: 0 18px;
    border-radius: 0 0 14px 14px;
  }
  .industries.is-expanded { min-height: 820px; }
  .industries::before {
    background-position: 59% center;
  }
  .industries .industries__inner {
    width: 100%;
    min-height: 430px;
    padding: 34px 2px 30px;
    background: transparent;
  }
  .industries.is-expanded .industries__inner { min-height: 820px; }
  .industries .industries__inner h2 {
    margin-bottom: 8px;
    font-size: clamp(25px, 7vw, 34px);
    line-height: 1.04;
  }
  .industries .industries__inner > p {
    margin-bottom: 30px;
    font-size: clamp(17px, 5.2vw, 23px);
  }
  .industries .industries__inner ul {
    width: calc(100% - 14px);
    max-height: 148px;
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.2;
  }
  .industries.is-expanded .industries__inner ul { max-height: 590px; }
  .industries .industries__inner li { margin-bottom: 10px; }
  .industries .more-btn {
    position: absolute;
    right: 0;
    bottom: 32px;
    width: 118px;
    height: 44px;
    margin: 0;
    font-size: 11px;
  }
  .industries .collapse-btn {
    position: absolute;
    right: 4px;
    bottom: 28px;
    width: 48px;
    height: 48px;
    margin: 0;
    font-size: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .industries,
  .industries::before,
  .industries .industries__inner,
  .industries .industries__inner ul {
    transition: none;
  }
  .industries .collapse-btn { animation: none; }
}

/* Service quiz */
.service-quiz {
  --quiz-orange: #ff6326;
  --quiz-ink: #090909;
  overflow: hidden;
  padding: clamp(82px, 8vw, 144px) 24px clamp(92px, 9vw, 164px);
  background: #0a0a0a;
}
.service-quiz::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .36;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}
.service-quiz__head {
  position: relative;
  z-index: 1;
  width: min(1420px, calc(100vw - 48px));
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  align-items: end;
  gap: 42px;
  margin: 0 auto clamp(38px, 4vw, 64px);
}
.service-quiz__head .service-quiz__eyebrow {
  grid-column: 1 / -1;
  width: max-content;
  margin: 0 0 -18px;
  color: var(--quiz-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.service-quiz .service-quiz__head h2 {
  max-width: 900px;
  color: #fff;
  font-size: clamp(48px, 5.3vw, 92px);
  line-height: .94;
}
.service-quiz__head > p:last-child {
  max-width: 500px;
  margin: 0 0 5px;
  color: rgba(255,255,255,.66);
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 700;
  line-height: 1.48;
}
.quiz-shell {
  position: relative;
  z-index: 1;
  width: min(1420px, calc(100vw - 48px));
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  background: #f2f1ed;
  box-shadow: 0 50px 120px rgba(0,0,0,.56);
}
.quiz-rail {
  position: relative;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  padding: 34px 30px 30px;
  overflow: hidden;
  color: #fff;
  background: #0b0b0b;
}
.quiz-rail::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background: url("assets/hero-nk.webp") center / cover no-repeat;
  filter: grayscale(1) contrast(1.15);
}
.quiz-rail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,5,5,.68), #090909 68%);
}
.quiz-rail > * {
  position: relative;
  z-index: 1;
}
.quiz-rail__top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.quiz-rail__top img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.quiz-rail__top span,
.quiz-rail__top strong {
  display: block;
}
.quiz-rail__top span {
  color: rgba(255,255,255,.5);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.quiz-rail__top strong {
  margin-top: 3px;
  font-size: 13px;
}
.quiz-progress {
  position: relative;
  margin: 38px 0 34px;
}
.quiz-progress__line {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 15px;
  width: 1px;
  overflow: hidden;
  background: rgba(255,255,255,.15);
}
.quiz-progress__line i {
  display: block;
  width: 100%;
  height: 0;
  background: var(--quiz-orange);
  transition: height .45s ease;
}
.quiz-progress ol {
  position: relative;
  display: grid;
  gap: 23px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quiz-progress li {
  display: grid;
  grid-template-columns: 31px 1fr;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,.38);
  transition: color .3s ease;
}
.quiz-progress li span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: #0b0b0b;
  font-size: 9px;
  font-weight: 900;
  transition: border-color .3s ease, background .3s ease;
}
.quiz-progress li b {
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.quiz-progress li.is-current,
.quiz-progress li.is-complete {
  color: #fff;
}
.quiz-progress li.is-current span,
.quiz-progress li.is-complete span {
  border-color: var(--quiz-orange);
}
.quiz-progress li.is-complete span {
  color: #fff;
  background: var(--quiz-orange);
}
.quiz-rail__summary {
  margin-top: auto;
  border-top: 1px solid rgba(255,255,255,.13);
  padding-top: 22px;
}
.quiz-rail__summary > span {
  color: var(--quiz-orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.quiz-rail__summary p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.48);
  font-size: 12px;
  line-height: 1.5;
}
.quiz-rail__summary dl {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
}
.quiz-rail__summary dl div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 8px;
  font-size: 11px;
  line-height: 1.35;
}
.quiz-rail__summary dt { color: rgba(255,255,255,.38); }
.quiz-rail__summary dd {
  margin: 0;
  color: rgba(255,255,255,.82);
  overflow-wrap: anywhere;
}
.quiz-rail__note {
  margin: 22px 0 0;
  color: rgba(255,255,255,.44);
  font-size: 10px;
  line-height: 1.4;
}
.quiz-rail__note::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  background: #52be75;
  box-shadow: 0 0 0 4px rgba(82,190,117,.12);
}
.quiz-workspace {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 32px clamp(34px, 5vw, 78px) 34px;
  color: #111;
  background:
    linear-gradient(rgba(0,0,0,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.035) 1px, transparent 1px),
    #f2f1ed;
  background-size: 42px 42px;
}
.quiz-workspace__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0,0,0,.12);
  color: rgba(0,0,0,.5);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.quiz-workspace__status button {
  border: 0;
  padding: 5px 0;
  color: rgba(0,0,0,.42);
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.quiz-workspace__status button:hover { color: #111; }
.quiz-step {
  flex: 1;
  padding: clamp(42px, 5vw, 70px) 0 34px;
}
.quiz-step.is-active { animation: quizStepIn .42s ease both; }
.quiz-step__label {
  margin: 0 0 14px;
  color: var(--quiz-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.service-quiz .quiz-step h3 {
  max-width: 870px;
  margin: 0;
  color: #0b0b0b;
  font-size: clamp(38px, 4vw, 66px);
  line-height: 1;
  font-weight: 900;
}
.quiz-step__lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(0,0,0,.58);
  font-size: 15px;
  line-height: 1.55;
}
.quiz-options {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}
.quiz-options--categories,
.quiz-options--objects {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.quiz-option {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 25px;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(0,0,0,.13);
  border-radius: 4px;
  padding: 18px;
  color: #141414;
  background: rgba(255,255,255,.62);
  text-align: left;
  cursor: pointer;
  transition: border-color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
}
.quiz-option:hover {
  z-index: 1;
  transform: translateY(-2px);
  border-color: rgba(0,0,0,.38);
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}
.quiz-option[aria-pressed="true"] {
  border-color: var(--quiz-orange);
  background: #fff;
  box-shadow: inset 4px 0 0 var(--quiz-orange), 0 12px 30px rgba(0,0,0,.08);
}
.quiz-option__index,
.quiz-option__code {
  color: rgba(0,0,0,.35);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.quiz-option__code {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 50%;
  color: #111;
  background: #f1f0ec;
}
.quiz-option[aria-pressed="true"] .quiz-option__code {
  border-color: var(--quiz-orange);
  color: #fff;
  background: var(--quiz-orange);
}
.quiz-option__copy {
  min-width: 0;
  display: block;
}
.quiz-option__copy strong,
.quiz-option__copy small {
  display: block;
  overflow-wrap: anywhere;
}
.quiz-option__copy strong {
  font-size: 14px;
  line-height: 1.28;
}
.quiz-option__copy small {
  margin-top: 5px;
  color: rgba(0,0,0,.5);
  font-size: 11px;
  line-height: 1.4;
}
.quiz-option__mark,
.quiz-option__check {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 50%;
}
.quiz-option__check { border-radius: 3px; }
.quiz-option[aria-pressed="true"] .quiz-option__mark,
.quiz-option[aria-pressed="true"] .quiz-option__check {
  border-color: var(--quiz-orange);
  background: var(--quiz-orange);
}
.quiz-option[aria-pressed="true"] .quiz-option__mark::after,
.quiz-option[aria-pressed="true"] .quiz-option__check::after {
  content: "";
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-1px) rotate(-45deg);
}
.quiz-options--methods { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.quiz-timing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}
.quiz-timing__option {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(0,0,0,.13);
  border-radius: 4px;
  padding: 15px 18px;
  color: #111;
  background: rgba(255,255,255,.62);
  font-size: 13px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}
.quiz-timing__option i {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  border: 1px solid rgba(0,0,0,.25);
  border-radius: 50%;
}
.quiz-timing__option[aria-pressed="true"] {
  border-color: var(--quiz-orange);
  background: #fff;
}
.quiz-timing__option[aria-pressed="true"] i {
  border: 5px solid var(--quiz-orange);
  background: #fff;
}
.quiz-field {
  display: block;
  margin-top: 28px;
}
.quiz-field span,
.quiz-contact-form label span {
  display: block;
  margin-bottom: 8px;
  color: rgba(0,0,0,.54);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.quiz-field input,
.quiz-contact-form input {
  width: 100%;
  height: 58px;
  border: 1px solid rgba(0,0,0,.16);
  border-radius: 3px;
  padding: 0 16px;
  color: #111;
  background: rgba(255,255,255,.76);
  font: inherit;
  outline: none;
}
.quiz-field input:focus,
.quiz-contact-form input:focus {
  border-color: var(--quiz-orange);
  box-shadow: 0 0 0 3px rgba(255,99,38,.12);
}
.quiz-controls {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  border-top: 1px solid rgba(0,0,0,.12);
  padding-top: 24px;
}
.quiz-controls p {
  margin: 0;
  color: rgba(0,0,0,.38);
  font-size: 11px;
  text-align: center;
}
.quiz-back,
.quiz-next,
.quiz-submit {
  min-height: 50px;
  border-radius: 3px;
  padding: 0 24px;
  font-weight: 900;
  cursor: pointer;
}
.quiz-back {
  border: 1px solid rgba(0,0,0,.16);
  color: #111;
  background: transparent;
}
.quiz-back:disabled { opacity: .3; cursor: default; }
.quiz-next,
.quiz-submit {
  min-width: 190px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 0;
  color: #fff;
  background: #111;
  box-shadow: inset 0 0 0 0 var(--quiz-orange);
  transition: transform .2s ease, box-shadow .25s ease, opacity .2s ease;
}
.quiz-next i,
.quiz-submit i { color: var(--quiz-orange); font-style: normal; font-size: 20px; }
.quiz-next:not(:disabled):hover,
.quiz-submit:hover {
  transform: translateY(-2px);
  box-shadow: inset 5px 0 0 var(--quiz-orange), 0 12px 26px rgba(0,0,0,.18);
}
.quiz-next:disabled { opacity: .28; cursor: default; }
.quiz-step--result { padding-top: 36px; }
.quiz-step--result h3 { font-size: clamp(34px, 3.3vw, 54px); }
.quiz-result {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.12);
}
.quiz-result div {
  min-width: 0;
  padding: 15px 17px;
  background: #fff;
}
.quiz-result span,
.quiz-result strong { display: block; }
.quiz-result span {
  color: rgba(0,0,0,.45);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.quiz-result strong {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.quiz-contact-form {
  margin-top: 22px;
}
.quiz-contact-form__fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.quiz-contact-form input { height: 54px; }
.quiz-contact-form input.is-invalid { border-color: #c93724; }
.quiz-submit {
  width: 100%;
  margin-top: 16px;
  background: var(--quiz-orange);
}
.quiz-submit i { color: #fff; }
.quiz-contact-form small {
  display: block;
  margin-top: 10px;
  color: rgba(0,0,0,.42);
  font-size: 9px;
  line-height: 1.4;
}
.quiz-contact-form .form-message {
  margin: 10px 0 -6px;
  color: #c93724;
  font-size: 11px;
}
@keyframes quizStepIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 1050px) {
  .quiz-shell { grid-template-columns: 250px minmax(0, 1fr); }
  .quiz-rail { padding: 28px 22px; }
  .quiz-workspace { padding-left: 32px; padding-right: 32px; }
  .quiz-options--categories,
  .quiz-options--objects,
  .quiz-options--methods { grid-template-columns: 1fr; }
  .quiz-option { padding: 15px; }
}
@media (max-width: 760px) {
  .service-quiz { padding: 64px 16px 86px; }
  .service-quiz__head {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 30px;
  }
  .service-quiz__head .service-quiz__eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }
  .service-quiz .service-quiz__head h2 {
    font-size: clamp(42px, 13vw, 62px);
  }
  .service-quiz__head > p:last-child { font-size: 14px; }
  .quiz-shell {
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .quiz-rail {
    min-height: 0;
    padding: 18px;
  }
  .quiz-rail::before { background-position: center 35%; }
  .quiz-rail__top { padding-bottom: 16px; }
  .quiz-rail__top img { width: 38px; height: 38px; }
  .quiz-progress { margin: 20px 0 0; }
  .quiz-progress__line { display: none; }
  .quiz-progress ol { grid-template-columns: repeat(5, 1fr); gap: 7px; }
  .quiz-progress li { display: block; }
  .quiz-progress li span { width: 28px; height: 28px; margin: 0 auto; }
  .quiz-progress li b { display: none; }
  .quiz-rail__summary,
  .quiz-rail__note { display: none; }
  .quiz-workspace { min-height: 690px; padding: 20px 18px 22px; }
  .quiz-workspace__status { padding-bottom: 16px; font-size: 9px; }
  .quiz-step { padding: 34px 0 24px; }
  .service-quiz .quiz-step h3 { font-size: clamp(34px, 10vw, 46px); }
  .quiz-step__lead { margin-top: 14px; font-size: 13px; }
  .quiz-options { margin-top: 26px; }
  .quiz-option {
    grid-template-columns: 34px minmax(0, 1fr) 22px;
    gap: 11px;
    padding: 14px 12px;
  }
  .quiz-option__code { width: 34px; height: 34px; }
  .quiz-option__copy strong { font-size: 12px; }
  .quiz-option__copy small { font-size: 10px; }
  .quiz-timing { grid-template-columns: 1fr; margin-top: 26px; }
  .quiz-field { margin-top: 20px; }
  .quiz-controls { grid-template-columns: auto 1fr; gap: 10px; }
  .quiz-controls p { display: none; }
  .quiz-back,
  .quiz-next { min-height: 48px; padding: 0 17px; }
  .quiz-next { min-width: 0; }
  .quiz-contact-form__fields,
  .quiz-result { grid-template-columns: 1fr; }
  .quiz-step--result { padding-top: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .quiz-step.is-active { animation: none; }
  .quiz-option,
  .quiz-next,
  .quiz-submit,
  .quiz-progress__line i { transition: none; }
}

/* Final B2B configurator layer */
.service-configurator {
  --cfg-bg: #070707;
  --cfg-panel: #111;
  --cfg-panel-2: #151515;
  --cfg-line: rgba(255,255,255,.08);
  --cfg-muted: rgba(255,255,255,.6);
  --cfg-orange: #ff6a2a;
  --cfg-orange-2: #d94a12;
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: clamp(76px, 7vw, 128px) 0 clamp(90px, 7.8vw, 150px);
  background:
    radial-gradient(circle at 16% 10%, rgba(255,106,42,.2), transparent 28%),
    radial-gradient(circle at 86% 16%, rgba(217,74,18,.18), transparent 27%),
    linear-gradient(180deg, #070707, #0b0b0b);
}
.service-configurator .configurator-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .5;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 50% 40%, #000 0 44%, transparent 82%);
}
.service-configurator .configurator-head {
  width: min(1500px, calc(100vw - 48px));
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  margin-bottom: clamp(28px, 3vw, 48px);
}
.service-configurator .configurator-head h2 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(44px, 4.6vw, 82px);
}
.service-configurator .configurator-head > p {
  color: rgba(255,255,255,.68);
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.35;
  font-weight: 700;
}
.b2b-configurator {
  width: min(1500px, calc(100vw - 48px));
}
.configurator-grid {
  grid-template-columns: minmax(330px, .92fr) minmax(430px, 1.16fr) minmax(340px, .86fr);
  gap: clamp(16px, 1.5vw, 24px);
}
.configurator-column,
.request-glass {
  border-color: var(--cfg-line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), transparent 34%),
    linear-gradient(180deg, rgba(21,21,21,.96), rgba(8,8,8,.96));
}
.configurator-column {
  min-height: auto;
  padding: clamp(16px, 1.35vw, 22px);
}
.configurator-column__head,
.request-glass__head {
  min-height: 40px;
}
.config-category {
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,106,42,.08), transparent 34%),
    #101010;
}
.config-category.is-open {
  border-color: rgba(255,106,42,.38);
  box-shadow: inset 0 0 0 1px rgba(255,106,42,.08), 0 18px 50px rgba(0,0,0,.26);
}
.config-method {
  cursor: pointer;
}
.config-method strong {
  overflow-wrap: anywhere;
}
.config-method.is-selected {
  color: #fff;
  background:
    radial-gradient(circle at 15% 50%, rgba(255,106,42,.14), transparent 42%),
    #151515;
}
.service-showcase {
  min-height: 100%;
  border-radius: 28px;
}
.service-showcase__media {
  min-height: clamp(260px, 21vw, 340px);
}
.service-showcase__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 46%, rgba(0,0,0,.72)),
    radial-gradient(circle at 75% 22%, rgba(255,106,42,.3), transparent 30%);
}
.service-showcase__media img {
  height: clamp(260px, 21vw, 340px);
  opacity: .9;
  mix-blend-mode: normal;
  filter: saturate(.9) contrast(1.08);
}
.service-showcase__code {
  z-index: 3;
}
.service-showcase__content {
  padding: clamp(22px, 2vw, 34px);
}
.detail-blocks {
  grid-template-columns: 1fr;
}
.detail-blocks section {
  transition: border-color .28s ease, background .28s ease, transform .28s ease;
}
.detail-blocks section:hover {
  border-color: rgba(255,106,42,.28);
  background: rgba(255,106,42,.055);
  transform: translateY(-1px);
}
.configurator-request {
  align-self: start;
  position: sticky;
  top: 92px;
}
.request-glass {
  max-height: calc(100vh - 116px);
  overflow: auto;
  padding: clamp(16px, 1.3vw, 22px);
  background:
    radial-gradient(circle at 50% 0%, rgba(255,106,42,.16), transparent 32%),
    linear-gradient(180deg, rgba(21,21,21,.78), rgba(8,8,8,.88));
  backdrop-filter: blur(18px);
}
.request-selected {
  max-height: min(30vh, 260px);
  overflow: auto;
  padding-right: 2px;
}
.request-selected__item button {
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.request-selected__item button:hover {
  color: #fff;
  background: rgba(255,106,42,.32);
  transform: scale(1.05);
}
.b2b-request-form input:not([type="checkbox"]) {
  border: 1px solid rgba(255,255,255,.1);
}
.b2b-request-form input::placeholder {
  color: rgba(255,255,255,.42);
}
.request-submit {
  white-space: normal;
  line-height: 1.12;
}
.request-sheet__content .configurator-request {
  position: static;
}
body.request-sheet-open {
  overflow: hidden;
}

@media (max-width: 1280px) {
  .configurator-grid {
    grid-template-columns: minmax(300px, .95fr) minmax(390px, 1.05fr);
  }
  .configurator-request {
    grid-column: 1 / -1;
    position: static;
  }
  .request-glass {
    max-height: none;
  }
}

@media (max-width: 760px) {
  .service-configurator {
    padding: 58px 18px 94px;
  }
  .service-configurator .configurator-head {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .service-configurator .configurator-head h2 {
    font-size: clamp(36px, 11vw, 54px);
  }
  .b2b-configurator {
    width: 100%;
  }
  .configurator-grid {
    grid-template-columns: 1fr;
  }
  .config-category__trigger {
    grid-template-columns: 36px 1fr 16px;
    min-height: 64px;
  }
  .config-method {
    grid-template-columns: 22px 40px 1fr;
  }
  .service-showcase h3 {
    font-size: clamp(24px, 7vw, 34px);
  }
  .request-sheet__panel {
    padding: 18px;
  }
  .request-sheet .request-glass {
    border-radius: 24px;
  }
}
