: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; }
.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); }
.product-window > header { display: flex; justify-content: space-between; padding: 18px 21px; border-bottom: 1px solid rgba(255,255,255,.1); }
.product-window > header span { font-weight: 800; }
.product-window > header i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--lime); }
.product-window > header small { color: rgba(255,255,255,.45); }
.product-dialog { display: grid; gap: 12px; padding: 24px; }
.dialog-message { max-width: 84%; padding: 13px 16px; border-radius: 18px; color: #fff; font-size: 14px; line-height: 1.45; background: #2b2931; }
.dialog-message.user { margin-left: auto; border-bottom-right-radius: 5px; background: var(--violet); }
.dialog-message.ai { border-bottom-left-radius: 5px; }
.dialog-message.accent { color: #111; background: var(--lime); }
.product-result { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding: 19px 22px 22px; background: #fff; }
.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; }
.product-result div { padding: 12px; border-radius: 12px; color: #111; background: var(--soft); }
.product-result small { display: block; margin-bottom: 4px; color: var(--muted); }
.product-result b { font-size: 13px; }
.product-result strong { color: #087f5b; font-size: 13px; }

.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; }
.team-tabs, .registration-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 22px; }
.team-tabs button, .registration-tabs button { min-height: 46px; padding: 0 20px; border: 2px solid #111; border-radius: 999px; background: transparent; font-weight: 800; }
.team-tabs button[aria-selected="true"], .registration-tabs button[aria-selected="true"] { color: #fff; background: #111; }
.team-panel { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 420px; overflow: hidden; border-radius: 28px; background: #fff; }
.team-panel > div, .team-panel aside { padding: 48px; }
.team-panel h3 { max-width: 640px; margin: 14px 0; font-size: clamp(34px,4vw,54px); line-height: 1.02; }
.team-panel p, .team-panel li { color: var(--muted); line-height: 1.65; }
.team-panel aside { color: #fff; background: var(--violet); }
.mini-chart { height: 220px; display: flex; align-items: flex-end; gap: 12px; margin-bottom: 22px; }
.mini-chart i { flex: 1; height: var(--h); border-radius: 99px 99px 5px 5px; background: var(--lime); }
.team-panel aside b, .team-panel aside span { display: block; }
.team-panel aside span { margin-top: 5px; color: rgba(255,255,255,.65); font-size: 12px; }

.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 { color: #aaa; text-decoration: none; font-size: 13px; }
.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 > div, .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; }
}
