@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/InterVariable.woff2") format("woff2-variations");
}

:root {
  --shell: #172033;
  --shell-text: #eef1f6;
  --purple: #6b35e8;
  --purple-dark: #4d18a8;
  --purple-soft: #f3eaff;
  --page: #f7f8fc;
  --muted: #f3f5f9;
  --card: #ffffff;
  --text: #141827;
  --text-secondary: #626b80;
  --border: #dfe3ed;
  --warning: #b45309;
  --warning-bg: #fff7e8;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --shadow: 0 10px 24px rgba(77, 24, 168, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--page);
  font-family: "Inter", sans-serif;
  line-height: 1.45;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--shell-text);
  background: var(--purple-dark);
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 50;
  height: 88px;
  color: var(--shell-text);
  background: var(--shell);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 80px;
  gap: 24px;
}
.brand { flex: 0 0 270px; }
.brand img { width: 270px; height: 34px; object-fit: contain; }
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 600;
}
.desktop-nav a, .desktop-languages a { border-radius: 5px; }
.desktop-nav a:hover, .desktop-languages a:hover { color: #d6c8ff; }
.desktop-nav a:focus-visible, .desktop-languages a:focus-visible { outline: 2px solid #d6c8ff; outline-offset: 4px; }
.desktop-languages {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600;
}
.desktop-languages [aria-current="page"] { color: #d6c8ff; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px 0 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button:focus-visible, .menu-toggle:focus-visible, .menu-close:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(107, 53, 232, .32);
  outline-offset: 3px;
}
.button-primary { color: var(--shell-text); background: var(--purple); }
.button-primary:hover { background: #5f29db; }
.button-secondary { color: var(--purple-dark); background: var(--card); border-color: var(--purple-dark); }
.button-secondary:hover { background: var(--purple-soft); }
.header-cta { flex: 0 0 240px; min-height: 48px; font-size: 13px; }
.menu-toggle, .mobile-menu { display: none; }

.section { width: 100%; padding-left: 96px; padding-right: 96px; }
.hero {
  display: grid;
  grid-template-columns: 580px 580px;
  gap: 64px;
  min-height: 720px;
  padding-top: 72px;
  padding-bottom: 64px;
  background: var(--page);
}
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; min-height: 584px; }
.eyebrow { color: var(--purple-dark); font-size: 12px; line-height: 16px; font-weight: 600; letter-spacing: .08em; }
.product-name { font-size: 26px; line-height: 35px; font-weight: 600; }
.hero h1 { max-width: 570px; min-height: 224px; font-size: 50px; line-height: 1.12; letter-spacing: -.025em; }
.hero-body { max-width: 560px; min-height: 112px; color: var(--text-secondary); font-size: 17px; line-height: 26px; }
.hero-actions { display: flex; gap: 16px; width: 100%; }
.hero-actions .button-primary { width: 260px; min-height: 52px; }
.hero-actions .button-secondary { width: 220px; min-height: 52px; }
.orbit-card {
  position: relative;
  width: 580px;
  height: 554px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--muted);
  overflow: hidden;
}
.orbit-card::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: 79px;
  top: 69px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 185, 255, .62), rgba(243, 234, 255, .28) 49%, transparent 70%);
}
.orbit-ring {
  position: absolute;
  width: 260px;
  height: 260px;
  left: 159px;
  top: 147px;
  border: 1.5px dashed var(--purple);
  border-radius: 50%;
}
.orbit-core {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 210px;
  height: 210px;
  left: 184px;
  top: 172px;
  border-radius: 50%;
  color: var(--shell-text);
  background: var(--shell);
  box-shadow: 0 0 0 14px rgba(255,255,255,.55);
}
.orbit-core strong { font-size: 28px; line-height: 38px; }
.orbit-core span { font-size: 15px; line-height: 20px; font-weight: 600; letter-spacing: .1em; }
.orbit-label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 48px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--card);
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}
.orbit-label-1 { left: 33px; top: 95px; }
.orbit-label-2 { left: 389px; top: 81px; }
.orbit-label-3 { left: 409px; top: 241px; }
.orbit-label-4 { left: 339px; top: 431px; }
.orbit-label-5 { left: 39px; top: 413px; }
.orbit-mobile-only { display: none; }

.value-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 132px;
  padding: 28px 96px;
  gap: 20px;
  align-items: center;
  background: var(--card);
}
.value-item { display: flex; align-items: center; gap: 14px; min-width: 0; height: 76px; padding: 0 18px; border-radius: 14px; background: var(--muted); }
.value-item > span { color: var(--purple-dark); font-size: 12px; font-weight: 600; }
.value-item h2 { color: var(--text); font-size: 14px; line-height: 19px; }

.ecosystem { min-height: 800px; padding-top: 72px; padding-bottom: 72px; background: var(--muted); }
.section-intro { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.section-intro h2 { font-size: 34px; line-height: 41px; letter-spacing: -.02em; }
.section-intro p { color: var(--text-secondary); font-size: 15px; line-height: 22px; }
.module-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px 16px;
  margin-top: 28px;
}
.module-card {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  min-height: 190px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--card);
}
.module-card:nth-child(n+5) { grid-column: span 3; }
.module-card:nth-child(5) { grid-column: 2 / span 3; }
.module-card-pilot { border: 2px solid var(--purple-dark); box-shadow: var(--shadow); }
.module-card-top { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.module-card h3 { font-size: 18px; line-height: 24px; }
.module-card-top > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--purple-dark); background: var(--muted); }
.module-card > p { flex: 1; color: var(--text-secondary); font-size: 13px; line-height: 19px; }
.status { display: inline-flex; padding: 5px 9px; border-radius: 999px; font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.status-pilot, .status-warning { color: var(--warning); background: var(--warning-bg); }
.status-future { color: var(--purple-dark); background: var(--muted); }

.scan-section { min-height: 810px; padding-top: 72px; padding-bottom: 64px; background: var(--card); }
.scan-intro { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; min-height: 174px; }
.pilot-badge { display: inline-grid; place-items: center; min-width: 132px; height: 28px; padding: 0 18px; color: var(--warning); background: var(--warning-bg); border-radius: 999px; font-size: 10px; font-weight: 700; }
.scan-intro h2 { max-width: 1100px; font-size: 34px; line-height: 41px; }
.scan-intro p { max-width: 1120px; color: var(--text-secondary); font-size: 15px; line-height: 23px; }
.workflow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; min-height: 296px; padding: 24px 68px; border: 1px solid var(--border); border-radius: 20px; background: var(--muted); }
.workflow-step { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; min-height: 248px; padding: 24px 20px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--card); text-align: center; }
.step-number { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--purple-dark); background: var(--muted); font-size: 14px; font-weight: 600; }
.step-icon { color: var(--purple-dark); font-size: 28px; font-weight: 600; }
.workflow-step h3 { font-size: 15px; line-height: 22px; }
.workflow-step p { color: var(--text-secondary); font-size: 12px; line-height: 18px; }
.ip-note { display: grid; place-items: center; min-height: 82px; margin-top: 24px; padding: 20px 24px; border-radius: 14px; background: var(--purple-soft); font-size: 14px; line-height: 20px; text-align: center; }

.pricing-section { min-height: 570px; padding-top: 64px; padding-bottom: 64px; background: var(--muted); }
.pricing-section .section-intro h2 { font-size: 32px; line-height: 38px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; margin-top: 22px; }
.pricing-card { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; min-height: 220px; padding: 22px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--card); }
.pricing-card-featured { border: 2px solid var(--purple-dark); background: var(--purple-soft); }
.pricing-card h3 { font-size: 16px; }
.pricing-card p { min-height: 38px; color: var(--text-secondary); font-size: 13px; line-height: 19px; }
.pricing-card strong { font-size: 26px; line-height: 32px; }
.pricing-card > span { color: var(--text-secondary); font-size: 12px; }
.pricing-note { margin-top: 16px; color: var(--text-secondary); font-size: 13px; text-align: center; }

.market-section { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; min-height: 660px; padding-top: 72px; padding-bottom: 72px; background: var(--card); }
.fact-card { min-height: 516px; padding: 34px; border: 1px solid var(--border); border-radius: 22px; background: var(--muted); }
.fact-card h2 { font-size: 30px; line-height: 36px; }
.fact-card > p { min-height: 110px; margin-top: 18px; color: var(--text-secondary); font-size: 15px; line-height: 23px; }
.fact-card ul { display: flex; flex-direction: column; gap: 12px; margin: 18px 0 0; padding: 0; list-style: none; }
.fact-card li { display: flex; align-items: center; gap: 12px; min-height: 34px; font-size: 13px; }
.fact-card li span { display: grid; flex: 0 0 24px; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: var(--purple-dark); background: var(--purple-soft); font-size: 12px; font-weight: 700; }

.path-section { min-height: 280px; padding-top: 52px; padding-bottom: 52px; background: var(--muted); }
.path-section h2 { margin-bottom: 28px; font-size: 28px; line-height: 34px; text-align: center; }
.path-list { display: grid; grid-template-columns: repeat(4, 245px); gap: 40px; justify-content: center; width: 1100px; max-width: 100%; margin: 0 auto; padding: 12px 0; list-style: none; }
.path-list li { position: relative; display: flex; align-items: center; gap: 12px; height: 64px; padding: 0 18px; border: 1px solid var(--border); border-radius: 14px; background: var(--card); }
.path-list li:not(:last-child)::after { content: "→"; position: absolute; right: -31px; color: var(--purple-dark); font-size: 20px; }
.path-list span { color: var(--purple-dark); font-size: 11px; font-weight: 600; }
.path-list strong { font-size: 14px; }

.demo-section { display: grid; grid-template-columns: 408px 1fr; gap: 64px; min-height: 680px; padding-top: 72px; padding-bottom: 72px; background: var(--card); }
.demo-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-height: 536px; padding: 40px 36px; border-radius: 24px; color: var(--shell-text); background: var(--shell); }
.demo-copy .eyebrow { color: var(--shell-text); font-size: 11px; }
.demo-copy h2 { font-size: 34px; line-height: 41px; }
.demo-copy > p:not(.eyebrow) { margin-top: 22px; font-size: 15px; line-height: 23px; }
.contact-panel { display: flex; align-items: center; gap: 24px; min-width: 0; min-height: 494px; padding: 48px 20px; border: 1px solid var(--border); border-radius: 20px; background: var(--muted); }
.contact-card { display: grid; grid-template-columns: 52px minmax(0, 1fr) 22px; align-items: center; gap: 16px; width: 100%; min-width: 0; min-height: 170px; padding: 30px 24px; border: 1px solid var(--border); border-radius: 16px; color: var(--text); background: var(--card); transition: transform .18s ease, box-shadow .18s ease; }
.contact-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.contact-card-email { border-color: var(--purple-dark); color: #fff; background: linear-gradient(135deg, var(--purple), var(--purple-dark)); }
.contact-icon { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid currentColor; border-radius: 50%; font-size: 20px; font-weight: 700; }
.contact-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-card-copy { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.contact-card-copy strong { font-size: 16px; line-height: 21px; }
.contact-card-copy span { overflow-wrap: anywhere; font-size: 13px; line-height: 18px; }
.contact-arrow { justify-self: end; font-size: 20px; }
.contact-card:focus-visible, .footer-contact-link:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.site-footer { display: grid; grid-template-columns: 230px minmax(130px, 1fr) minmax(150px, 1fr) minmax(260px, auto); align-items: start; gap: 40px; min-height: 240px; padding: 56px 96px; color: var(--shell-text); background: var(--shell); }
.site-footer img { width: 230px; height: 32px; object-fit: contain; }
.site-footer p, .site-footer a { color: var(--shell-text); font-size: 12px; }
.site-footer .footer-company { font-size: 13px; font-weight: 600; }
.site-footer a { font-weight: 600; }
.footer-identity, .footer-navigation, .footer-contacts { display: flex; flex-direction: column; gap: 14px; }
.footer-contacts { font-style: normal; }
.footer-contacts strong { font-size: 13px; }
.footer-contact-link { overflow-wrap: anywhere; }
.footer-contact-link span { color: #b9c1cf; font-weight: 400; }
.footer-languages { font-size: 11px !important; font-weight: 600; }

@media (max-width: 1279px) {
  .header-inner { padding: 0 40px; gap: 16px; }
  .desktop-nav { gap: 12px; }
  .header-cta { display: none; }
  .section { padding-left: 48px; padding-right: 48px; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(460px, 1fr); gap: 40px; }
  .orbit-card { width: 100%; transform-origin: top left; }
  .value-bar { padding-left: 48px; padding-right: 48px; }
  .workflow { padding-left: 28px; padding-right: 28px; gap: 16px; }
  .pricing-grid { gap: 18px; }
  .site-footer { padding-left: 48px; padding-right: 48px; }
}

@media (max-width: 900px) {
  .desktop-nav, .desktop-languages { display: none; }
  .menu-toggle { display: flex; align-items: center; gap: 12px; margin-left: auto; padding: 0; border: 0; color: var(--shell-text); background: transparent; font-size: 13px; font-weight: 600; }
  .menu-icon { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--purple-dark); border-radius: 10px; font-size: 19px; }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    padding: 16px 24px 24px;
    color: var(--shell-text);
    background: var(--shell);
  }
  .mobile-menu-top { display: flex; align-items: center; justify-content: space-between; min-height: 40px; }
  .brand-mobile { flex: 0 1 190px; }
  .brand-mobile img { width: 190px; height: 28px; }
  .mobile-menu-controls { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; }
  .menu-close { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 1px solid var(--purple-dark); border-radius: 10px; color: var(--shell-text); background: var(--shell); font-size: 24px; cursor: pointer; }
  .mobile-divider { height: 1px; background: var(--purple-dark); }
  .mobile-nav { display: flex; flex-direction: column; gap: 8px; }
  .mobile-nav a { padding: 7px 0; font-size: 17px; font-weight: 600; }
  .mobile-language-picker { display: flex; flex-direction: column; gap: 8px; }
  .mobile-language-picker > p { color: #c4cbd6; font-size: 11px; }
  .language-options { display: flex; gap: 8px; }
  .language-options a { display: grid; place-items: center; width: 52px; height: 40px; border: 1px solid var(--purple-dark); border-radius: 10px; font-size: 13px; font-weight: 600; }
  .language-options a[aria-current="page"] { color: var(--purple-dark); background: var(--purple-soft); }
  .mobile-menu-cta { width: 100%; min-height: 52px; }

  .hero { grid-template-columns: 1fr; }
  .orbit-card { justify-self: center; }
  .value-bar { grid-template-columns: 1fr 1fr; }
  .module-card, .module-card:nth-child(n), .module-card:nth-child(5) { grid-column: span 6; }
  .workflow { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .market-section { grid-template-columns: 1fr; }
  .path-list { grid-template-columns: 1fr 1fr; }
  .demo-section { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .site-header { height: 72px; }
  .header-inner { padding: 0 24px; }
  .brand { flex-basis: 190px; min-width: 0; }
  .brand img { width: 190px; height: 28px; }
  .menu-current { display: none; }
  .section { padding-left: 24px; padding-right: 24px; }

  .hero { gap: 36px; min-height: 0; padding-top: 48px; padding-bottom: 56px; }
  .hero { display: flex; flex-direction: column; gap: 22px; min-height: 1005px; padding-top: 48px; padding-bottom: 48px; }
  .hero-copy { display: contents; }
  .eyebrow { font-size: 10px; line-height: 14px; }
  .product-name { font-size: 22px; line-height: 26px; }
  .hero h1 { min-height: 0; font-size: 38px; line-height: 43px; }
  .hero-body { min-height: 0; margin-top: 0; font-size: 15px; line-height: 23px; }
  .hero-actions { display: contents; }
  .hero-actions .button-primary, .hero-actions .button-secondary { width: 100%; }
  .orbit-card { display: grid; grid-template-columns: 146px 146px; grid-template-rows: 120px 38px 38px 52px; gap: 14px 10px; justify-content: center; width: 342px; height: 346px; padding: 28px 20px; border-radius: 22px; }
  .orbit-card::before, .orbit-ring { display: none; }
  .orbit-core { position: static; grid-column: 1 / 3; justify-self: center; width: 172px; height: 120px; border-radius: 60px; box-shadow: none; }
  .orbit-core strong { font-size: 23px; line-height: 31px; }
  .orbit-core span { font-size: 12px; }
  .orbit-label { position: static; width: 146px; height: 38px; padding: 0 10px; font-size: 10px; line-height: 14px; }
  .orbit-label-6 { height: 52px; }
  .orbit-mobile-only { display: flex; }

  .value-bar { grid-template-columns: 1fr; min-height: 284px; padding: 24px; gap: 12px; }
  .value-item { width: 342px; height: 50px; padding: 0 16px; }
  .value-item h2 { font-size: 14px; }

  .ecosystem, .scan-section, .pricing-section, .market-section, .path-section, .demo-section { min-height: 0; padding-top: 48px; padding-bottom: 48px; }
  .section-intro { align-items: flex-start; text-align: left; }
  .section-intro h2, .scan-intro h2 { font-size: 30px; line-height: 36px; }
  .ecosystem .section-intro { gap: 14px; min-height: 122px; }
  .module-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 14px; }
  .module-card, .module-card:nth-child(n), .module-card:nth-child(5) { grid-column: 1; justify-self: center; width: 300px; min-height: 190px; }

  .scan-intro { min-height: 0; gap: 18px; margin-bottom: 18px; }
  .scan-intro .pilot-badge { align-self: center; }
  .scan-intro h2 { font-size: 30px; line-height: 34px; }
  .scan-intro p { font-size: 14px; line-height: 21px; }
  .workflow { grid-template-columns: 1fr; gap: 18px; min-height: 0; padding: 0 40px; border: 0; background: transparent; }
  .workflow-step { justify-self: center; width: 260px; min-height: 248px; }
  .ip-note { min-height: 86px; margin-top: 18px; padding: 16px 18px; font-size: 12px; line-height: 18px; }

  .pricing-section .section-intro { gap: 16px; }
  .pricing-section .section-intro h2 { font-size: 28px; line-height: 34px; }
  .pricing-section .section-intro p { font-size: 14px; line-height: 20px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 16px; }
  .pricing-card { justify-self: center; width: 286px; min-height: 220px; }
  .pricing-note { margin-top: 16px; font-size: 13px; line-height: 18px; }
  .market-section { gap: 20px; }
  .fact-card { min-height: 0; padding: 26px 22px; }
  .fact-card h2 { font-size: 24px; line-height: 30px; }
  .fact-card > p { min-height: 0; margin-top: 14px; font-size: 13px; line-height: 20px; }
  .fact-card ul { gap: 14px; margin-top: 14px; }
  .fact-card li { align-items: center; min-height: 25px; font-size: 12px; line-height: 17px; }
  .fact-card li span { flex-basis: 11px; width: 11px; height: 16px; border-radius: 0; background: transparent; }

  .path-section { min-height: 375px; padding-top: 44px; padding-bottom: 44px; }
  .path-section h2 { margin-bottom: 18px; font-size: 26px; line-height: 31px; text-align: left; }
  .path-list { grid-template-columns: 300px; gap: 18px; width: 300px; padding: 0; }
  .path-list li { width: 300px; height: 46px; padding: 0 18px; }
  .path-list li::after { display: none; }

  .demo-section { gap: 24px; }
  .demo-section { min-height: 1093px; padding-top: 48px; padding-bottom: 48px; }
  .demo-copy { width: 342px; min-height: 306px; padding: 30px 24px; }
  .demo-copy h2 { font-size: 30px; line-height: 36px; }
  .demo-copy > p:not(.eyebrow) { margin-top: 0; }
  .contact-panel { flex-direction: column; justify-content: center; width: 342px; min-height: 667px; padding: 48px 20px; gap: 20px; }
  .contact-card { grid-template-columns: 48px minmax(0, 1fr) 20px; min-height: 146px; padding: 24px 20px; gap: 14px; }
  .contact-icon { width: 48px; height: 48px; }

  .site-footer { grid-template-columns: 342px; align-items: flex-start; min-height: 376px; padding: 40px 24px; gap: 22px; }
  .site-footer img { width: 230px; height: 32px; }
  .site-footer p, .site-footer a { line-height: 16px; }
  .site-footer .footer-company { line-height: 18px; }
  .site-footer .footer-languages { line-height: 15px; }
  .footer-identity, .footer-navigation, .footer-contacts { width: 342px; }
}

@media (max-width: 374px) {
  .header-inner, .mobile-menu, .section, .value-bar, .site-footer { padding-left: 16px; padding-right: 16px; }
  .brand { flex-basis: 174px; }
  .brand img { width: 174px; }
  .orbit-card { width: 100%; transform: scale(.96); transform-origin: top center; margin-bottom: -17px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
