:root {
  --black: #090909;
  --ink: #111111;
  --white: #ffffff;
  --muted: #66636c;
  --line: #dedce4;
  --soft: #f5f2fa;
  --lavender: #e9e0ff;
  --violet: #714bff;
  --hot: #714bff;
  --lime: #d8ff45;
  --shell: 1240px;
  --radius: 24px;
  --font: Arial, Helvetica, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, summary { cursor: pointer; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 14px; color: #fff; background: #000; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--hot); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 80; color: #fff; background: rgba(9,9,9,.94); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(16px); }
.header-bar { min-height: 72px; display: flex; align-items: center; gap: 32px; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.logo-mark { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.logo-word { font-size: 19px; font-weight: 900; letter-spacing: .03em; }
.nav-desktop { display: flex; align-items: center; justify-content: center; gap: 28px; flex: 1; }
.nav-desktop a { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .04em; }
.nav-desktop a:hover { color: #fff; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.link-quiet { color: #fff; font-size: 13px; text-decoration: none; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border: 2px solid transparent; border-radius: 999px; font-weight: 900; text-decoration: none; transition: transform .18s, box-shadow .18s, background .18s; }
.btn:hover { transform: translateY(-2px); }
.btn-sm { min-height: 42px; padding-inline: 18px; font-size: 13px; }
.btn-lg { min-height: 56px; padding-inline: 28px; }
.btn-primary, .btn-hot { color: #fff; background: var(--hot); box-shadow: 0 10px 28px rgba(113,75,255,.2); }
.btn-light { color: var(--black); background: #fff; }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.45); background: transparent; }
.btn-block { width: 100%; }
.registration-menu { position: relative; }
.registration-menu summary { list-style: none; }
.registration-menu summary::-webkit-details-marker { display: none; }
.registration-menu > div { position: absolute; right: 0; top: calc(100% + 10px); width: 300px; padding: 9px; border-radius: 18px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.registration-menu > div a { display: grid; gap: 4px; padding: 13px; border-radius: 12px; color: var(--black); text-decoration: none; }
.registration-menu > div a:hover { background: var(--soft); }
.registration-menu > div span { color: var(--muted); font-size: 12px; }
.burger { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.burger i { display: block; height: 2px; margin: 5px 0; background: #fff; }
.nav-mobile { display: none; padding: 5px 24px 22px; }
.nav-mobile a { display: block; padding: 11px 0; color: #fff; text-decoration: none; }
.nav-mobile.is-open { display: block; }

.home-hero { position: relative; overflow: hidden; min-height: 760px; padding: 92px 0 80px; color: #fff; background: var(--black); }
.home-hero::after { content: ""; position: absolute; right: -120px; bottom: -220px; width: 560px; height: 560px; border: 58px solid rgba(113,75,255,.08); border-radius: 50%; }
.home-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.hero-kicker, .kicker { display: inline-flex; color: var(--hot); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.home-hero h1 { max-width: 690px; margin: 20px 0 24px; font-family: "Arial Black", Arial, Helvetica, sans-serif; font-size: clamp(58px,6.2vw,88px); line-height: .91; letter-spacing: -.06em; }
.home-hero h1 em { color: inherit; font-style: normal; text-decoration: underline; text-decoration-color: var(--hot); text-decoration-thickness: .08em; text-underline-offset: .08em; }
.home-hero-copy > p { max-width: 620px; margin: 0; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 28px 0 0; padding: 0; list-style: none; }
.hero-proof li { color: rgba(255,255,255,.68); font-size: 13px; }
.hero-proof li::before { content: "●"; margin-right: 8px; color: var(--lime); font-size: 8px; }
.hero-product { position: relative; perspective: 1200px; }
.product-window {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 26px;
  background: #17151c;
  box-shadow: 0 38px 100px rgba(0,0,0,.5);
  transform: rotate(1.2deg);
  transform-style: preserve-3d;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
  backface-visibility: hidden;
  will-change: transform, opacity;
}
.product-window.is-flipping-out {
  transform: rotate(1.2deg) rotateY(90deg) scale(0.92);
  opacity: 0.15;
}
.product-window.is-flipping-in {
  transform: rotate(1.2deg) rotateY(-90deg) scale(0.92);
  opacity: 0.15;
  transition: none !important;
}
.product-window > header { display: flex; justify-content: space-between; align-items: center; padding: 18px 21px; border-bottom: 1px solid rgba(255,255,255,.1); }
.product-window > header span { font-weight: 800; display: flex; align-items: center; }
.product-window > header i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px var(--lime); }
.product-window > header small.product-industry {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.75);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .02em;
  transition: background 0.3s ease, color 0.3s ease;
}
.product-dialog {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 22px;
  height: 295px;
  max-height: 295px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.18) transparent;
}
.product-dialog::-webkit-scrollbar { width: 4px; }
.product-dialog::-webkit-scrollbar-track { background: transparent; }
.product-dialog::-webkit-scrollbar-thumb { background: rgba(255,255,255,.18); border-radius: 4px; }
.dialog-message {
  max-width: 88%;
  padding: 10px 14px;
  border-radius: 16px;
  color: #fff;
  font-size: 13px;
  line-height: 1.42;
  background: #2b2931;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  transition: opacity 0.3s ease-out, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
  word-break: break-word;
}
.dialog-message.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.dialog-message.user { margin-left: auto; border-bottom-right-radius: 4px; background: var(--violet); }
.dialog-message.ai { border-bottom-left-radius: 4px; }
.dialog-message.accent { color: #111; background: var(--lime); font-weight: 500; }
.typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 2px;
  vertical-align: middle;
}
.typing-dots i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,.75);
  animation: typingDotPulse 1.2s infinite ease-in-out;
}
.dialog-message.accent .typing-dots i { background: #111; }
.typing-dots i:nth-child(1) { animation-delay: 0s; }
.typing-dots i:nth-child(2) { animation-delay: 0.2s; }
.typing-dots i:nth-child(3) { animation-delay: 0.4s; }
@keyframes typingDotPulse {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.35; }
  30% { transform: translateY(-4px); opacity: 1; }
}
.typing-cursor {
  display: inline-block;
  width: 2px;
  height: 1.15em;
  background: currentColor;
  margin-left: 2px;
  vertical-align: -2px;
  animation: typingCursorBlink 0.75s infinite;
}
@keyframes typingCursorBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.product-result {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  padding: 19px 22px 22px;
  background: #fff;
  min-height: 116px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s ease-out, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.product-result.is-visible { opacity: 1; transform: translateY(0); }
.product-result > span, .product-result > strong { grid-column: 1/-1; }
.product-result > span { color: var(--hot); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.product-result div { padding: 12px; border-radius: 12px; color: #111; background: var(--soft); }
.product-result small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 11px; }
.product-result b { font-size: 13px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
.product-result strong { color: #087f5b; font-size: 13px; font-weight: 700; display: flex; align-items: center; gap: 6px; }
.product-result strong::before { content: "✓"; display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; border-radius: 50%; background: #087f5b; color: #fff; font-size: 10px; font-weight: 900; }

.source-strip { border-bottom: 1px solid var(--line); background: #fff; }
.source-strip .shell { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.source-strip span { color: var(--muted); font-size: 13px; font-weight: 700; }
.source-strip ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.source-strip li { padding: 9px 14px; border: 1px solid #c8c5ce; border-radius: 999px; font-size: 13px; }

.home-section { padding: 108px 0; }
.home-section:nth-of-type(even) { background: var(--soft); }
.home-heading { max-width: 820px; margin-bottom: 48px; }
.home-heading.centered { margin-inline: auto; text-align: center; }
.home-heading h2 { margin: 12px 0 18px; font-family: "Arial Black", Arial, Helvetica, sans-serif; font-size: clamp(46px,5vw,68px); line-height: .98; letter-spacing: -.055em; }
.home-heading p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.62; }

.metrics-board { overflow: hidden; max-width: 1050px; margin: auto; border-radius: 28px; background: #111; color: #fff; }
.metrics-board > header { display: flex; justify-content: space-between; padding: 23px 26px; border-bottom: 1px solid #333; }
.metrics-board header div { display: grid; gap: 4px; }
.metrics-board header span, .metrics-board header em { color: #aaa; font-size: 12px; font-style: normal; }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid #333; }
.metric-grid article { padding: 24px; border-right: 1px solid #333; }
.metric-grid article:last-child { border-right: 0; }
.metric-grid span { display: block; min-height: 34px; color: #aaa; font-size: 12px; }
.metric-grid b { display: block; margin: 8px 0 18px; font-size: 36px; }
.metric-grid i { display: block; width: var(--fill); height: 5px; background: var(--hot); }
.funnel-lines { display: grid; gap: 9px; padding: 28px; }
.funnel-lines span { width: var(--width); padding: 10px 14px; border-radius: 999px; color: #111; font-size: 12px; font-weight: 800; background: var(--lime); }

.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); border-block: 2px solid #111; }
.steps-grid article { min-height: 280px; padding: 30px 24px; border-right: 1px solid #bbb; }
.steps-grid article:last-child { border-right: 0; }
.steps-grid i { display: block; margin-bottom: 70px; color: var(--hot); font-size: 15px; font-weight: 900; font-style: normal; }
.steps-grid h3 { margin: 0 0 12px; font-size: 23px; }
.steps-grid p { margin: 0; color: var(--muted); line-height: 1.6; }

.team-section { background: var(--lavender) !important; position: relative; }
.team-tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 28px; }
.registration-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 22px; }
.registration-tabs button { min-height: 46px; padding: 0 20px; border: 2px solid #111; border-radius: 999px; background: transparent; font-weight: 800; }
.registration-tabs button[aria-selected="true"] { color: #fff; background: #111; }

.team-tabs button {
  position: relative;
  overflow: hidden;
  min-height: 46px;
  padding: 0 22px;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.team-tabs button:hover {
  background: #f0ebfa;
}
.team-tabs button[aria-selected="true"] {
  color: #fff;
  background: #111;
}
.tab-progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3.5px;
  width: 0%;
  background: var(--lime);
  border-radius: 999px;
  pointer-events: none;
}

.team-panel {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: 460px;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 2px solid #111;
}
.team-panel-copy {
  padding: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.team-panel-copy.is-updating {
  opacity: 0;
  transform: translateY(6px);
}
.team-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(108, 43, 238, 0.08);
  color: var(--violet);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 16px;
  align-self: flex-start;
}
.team-panel h3 {
  max-width: 620px;
  margin: 0 0 14px;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #111;
}
.team-panel p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 560px;
}
.team-feature-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: var(--soft);
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: #222;
}
.team-feature-list .item-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #714bff;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  flex-shrink: 0;
}

.team-panel aside {
  background: var(--violet);
  color: #fff;
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-analytics-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}
.team-metric-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.team-metric-main b {
  display: block;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(32px, 3.5vw, 42px);
  line-height: 1;
  color: var(--lime);
}
.team-metric-main span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.85);
}
.team-metric-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  white-space: nowrap;
}
.team-chart-wrapper {
  height: 170px;
  display: flex;
  align-items: flex-end;
  padding-top: 10px;
}
.mini-chart {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.chart-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  gap: 8px;
}
.chart-col .col-val {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,.85);
}
.chart-col i {
  width: 100%;
  max-width: 44px;
  height: var(--h);
  border-radius: 99px 99px 4px 4px;
  background: var(--lime);
  transition: height 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.chart-col .col-label {
  font-size: 11px;
  color: rgba(255,255,255,.7);
  font-weight: 600;
  white-space: nowrap;
}
.team-chart-footer {
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.team-chart-footer b {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
}
.team-chart-footer span {
  display: block;
  font-size: 11.5px;
  color: rgba(255,255,255,.7);
}
.capability-grid { display: grid; grid-template-columns: repeat(2,1fr); border: 2px solid #111; }
.capability-grid article { min-height: 250px; padding: 30px; border-bottom: 1px solid #bbb; }
.capability-grid article:nth-child(odd) { border-right: 1px solid #bbb; }
.capability-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.capability-grid span { color: var(--hot); font-size: 13px; font-weight: 900; }
.capability-grid h3 { margin: 54px 0 12px; font-size: 28px; }
.capability-grid p { margin: 0; color: var(--muted); line-height: 1.65; }

.analytics-section { color: #fff; background: #0c0c0c !important; }
.analytics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.analytics-section .kicker { color: var(--hot); }
.analytics-section .home-heading p, .analytics-section .check-list li { color: #aaa; }
.check-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.check-list li::before { content: "●"; margin-right: 10px; color: var(--lime); font-size: 8px; }
.analytics-card { padding: 30px; border-radius: 28px; color: #111; background: #fff; }
.analytics-card header { display: flex; justify-content: space-between; }
.analytics-card header span { color: var(--muted); font-size: 12px; }
.donut { width: 210px; height: 210px; display: grid; align-content: center; justify-items: center; margin: 28px auto; border-radius: 50%; background: radial-gradient(circle at center,#fff 58%,transparent 59%),conic-gradient(var(--hot) 0 74%,#eee 74% 100%); }
.donut b { font-size: 40px; }
.donut span { color: var(--muted); font-size: 11px; }
.analytics-rows { display: grid; gap: 12px; }
.analytics-rows p { display: flex; margin: 0; color: var(--muted); }
.analytics-rows i { width: 9px; height: 9px; margin-right: 9px; border-radius: 50%; background: var(--color); }
.analytics-rows b { margin-left: auto; color: #111; }

.industry-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.industry-grid article { overflow: hidden; border: 2px solid #111; border-radius: 24px; background: #fff; }
.industry-visual { aspect-ratio: 1.55; display: grid; align-content: center; justify-items: center; padding: 28px; }
.industry-visual b { font-size: clamp(44px,5vw,72px); line-height: 1; letter-spacing: -.05em; }
.industry-visual span { margin-top: 8px; font-weight: 800; }
.industry-parts { background: var(--lime); }
.industry-equipment { color: #fff; background: var(--violet); }
.industry-packaging { color: #fff; background: #111; }
.industry-grid article > div:last-child { padding: 24px; }
.industry-grid article > div:last-child > span { color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.industry-grid h3 { margin: 10px 0; font-size: 22px; }
.industry-grid p { margin: 0; color: var(--muted); line-height: 1.55; }
.section-link { margin: 28px 0 0; text-align: center; }
.section-link a { color: var(--hot); font-weight: 900; }

.partner-section { color: #111; background: var(--lime) !important; }
.partner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.partner-section .kicker { color: #111; }
.partner-grid h2 { margin: 14px 0; font-family: "Arial Black", Arial, Helvetica, sans-serif; font-size: clamp(46px,5vw,70px); line-height: .95; letter-spacing: -.055em; }
.partner-grid > div > p { margin-bottom: 30px; font-size: 18px; line-height: 1.6; }
.partner-benefits { display: grid; gap: 12px; }
.partner-benefits article { padding: 22px 24px; border: 2px solid #111; border-radius: 18px; background: rgba(255,255,255,.25); }
.partner-benefits i { float: left; margin-right: 16px; font-weight: 900; font-style: normal; }
.partner-benefits h3 { margin: 0 0 6px; }
.partner-benefits p { margin: 0 0 0 40px; }

.conditions-card { display: grid; grid-template-columns: 1.2fr .9fr auto; align-items: center; gap: 42px; padding: 42px; border: 2px solid #111; border-radius: 28px; background: #fff; }
.conditions-card h2 { margin: 12px 0; font-size: 40px; line-height: 1; }
.conditions-card p, .conditions-card li { color: var(--muted); line-height: 1.6; }

.faq-grid-home { display: grid; grid-template-columns: .75fr 1.25fr; gap: 68px; }
.faq-list details { border-bottom: 1px solid #bbb; }
.faq-list summary { position: relative; padding: 20px 52px 20px 0; font-weight: 900; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 13px; font-size: 28px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 48px 20px 0; color: var(--muted); line-height: 1.65; }

.registration-section { padding: 110px 0; background: var(--soft); }
.registration-panels { max-width: 880px; margin: auto; }
.registration-form { padding: 38px; border: 2px solid #111; border-radius: 28px; background: #fff; box-shadow: 12px 12px 0 var(--lavender); }
.registration-form[hidden] { display: none; }
.registration-form header { margin-bottom: 26px; }
.registration-form header span { color: var(--hot); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.registration-form h3 { margin: 8px 0 0; font-size: 30px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: grid; gap: 8px; font-size: 13px; font-weight: 800; }
.form-grid .full { grid-column: 1/-1; }
.form-grid input, .form-grid textarea { width: 100%; border: 2px solid #bbb; border-radius: 10px; outline: none; background: #fff; }
.form-grid input { height: 50px; padding: 0 14px; }
.form-grid textarea { padding: 13px 14px; resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--hot); box-shadow: 0 0 0 3px rgba(113,75,255,.12); }
.form-consent { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.form-consent input { margin-top: 3px; }
.form-consent a { color: var(--hot); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 24px; margin: 14px 0 0; text-align: center; }
.form-status.is-success { color: #087f5b; }
.form-status.is-error { color: #b42318; }
.registration-form.is-submitted .form-grid, .registration-form.is-submitted .form-consent, .registration-form.is-submitted button { display: none; }
.registration-form.is-submitted .form-status { padding: 26px; border-radius: 14px; background: #e9fbf3; font-size: 16px; }

.site-footer { padding: 64px 0 24px; color: #fff; background: #090909; }
.footer-top { display: grid; grid-template-columns: 1fr 1.5fr; gap: 58px; padding-bottom: 42px; }
.logo-footer { margin-bottom: 18px; }
.footer-top > div > p { max-width: 420px; color: #aaa; line-height: 1.6; }
.footer-geo { color: #888; font-size: 12px; }
.footer-top nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.footer-top nav div { display: grid; align-content: start; gap: 10px; }
.footer-top nav b { margin-bottom: 7px; }
.footer-top nav a, .footer-bottom a, .footer-legal a { color: #aaa; text-decoration: none; font-size: 13px; }
.footer-legal { display: grid; gap: 6px; padding: 22px 0; border-top: 1px solid #333; color: #888; font-size: 12px; line-height: 1.55; }
.footer-legal p { margin: 0; max-width: none; color: inherit; }
.footer-legal a:hover, .footer-bottom a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid #333; color: #aaa; font-size: 12px; }
.footer-bottom div { display: flex; gap: 18px; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
@media (max-width: 1080px) { .nav-desktop { display: none; } .burger { display: block; } .home-hero-grid, .analytics-grid, .partner-grid { grid-template-columns: 1fr; } .hero-product { max-width: 740px; } .steps-grid { grid-template-columns: 1fr 1fr; } .capability-grid, .industry-grid { grid-template-columns: 1fr 1fr; } .conditions-card { grid-template-columns: 1fr; } }
@media (max-width: 760px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .header-bar { min-height: 62px; }
  .header-actions .link-quiet, .registration-menu { display: none; }
  .home-hero { min-height: auto; padding: 64px 0; }
  .home-hero h1 { font-size: clamp(48px,14vw,64px); }
  .home-hero-copy > p { font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { display: grid; }
  .product-result { grid-template-columns: 1fr; }
  .source-strip .shell { padding: 22px 0; align-items: flex-start; flex-direction: column; }
  .home-section, .registration-section { padding: 72px 0; }
  .home-heading h2 { font-size: 42px; }
  .metric-grid, .steps-grid, .capability-grid, .industry-grid { grid-template-columns: 1fr; }
  .metric-grid article, .steps-grid article, .capability-grid article { border-right: 0; border-bottom: 1px solid #bbb !important; }
  .team-tabs, .registration-tabs { justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; }
  .team-tabs button, .registration-tabs button { flex: 0 0 auto; }
.team-panel { grid-template-columns: 1fr; }
.team-panel-copy, .team-panel aside { padding: 28px; }
  .faq-grid-home { grid-template-columns: 1fr; gap: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .registration-form { padding: 24px; box-shadow: 7px 7px 0 var(--lavender); }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top nav { grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; }
}
