:root {
  --ink: #061217;
  --ink-soft: #0a1c22;
  --paper: #f2f5f0;
  --text: #f4f7f4;
  --muted: #9eb0ad;
  --line: rgba(197, 224, 216, 0.16);
  --green: #3be0b0;
  --green-bright: #8ef0cf;
  --lime: #c4f05a;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--lime); color: var(--ink); padding: 12px 18px; border-radius: 12px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(6, 18, 23, .78); border-bottom: 1px solid rgba(255,255,255,.07); backdrop-filter: blur(18px); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(142,240,207,.42); background: linear-gradient(145deg, rgba(59,224,176,.16), rgba(59,224,176,.04)); border-radius: 12px; color: var(--green-bright); font-size: 13px; font-weight: 900; box-shadow: inset 0 0 18px rgba(59,224,176,.08); }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font-size: 15px; letter-spacing: .05em; }
.brand-copy small { color: #819692; font: 500 8px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #a6b7b3; font-size: 13px; font-weight: 650; transition: .2s ease; }
.desktop-nav a:hover { color: var(--text); }
.header-action { display: inline-flex; align-items: center; gap: 9px; padding: 11px 16px; border: 1px solid rgba(142,240,207,.22); border-radius: 999px; color: var(--green-bright); font-size: 13px; font-weight: 750; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(59,224,176,.12); }

.hero { position: relative; overflow: hidden; padding: 148px 0 0; min-height: 780px; background: radial-gradient(circle at 75% 18%, rgba(43,164,132,.12), transparent 31%), linear-gradient(180deg, #07161b 0%, var(--ink) 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(180,240,222,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(180,240,222,.09) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 82%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.hero-glow-one { width: 270px; height: 270px; background: rgba(52,216,173,.12); top: 140px; right: 13%; }
.hero-glow-two { width: 170px; height: 170px; background: rgba(190,240,90,.07); left: 5%; bottom: 80px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.06fr .94fr; gap: 76px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; color: var(--green-bright); font: 700 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--green); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin-bottom: 26px; font-size: clamp(58px, 6.3vw, 96px); line-height: .91; letter-spacing: -.068em; font-weight: 690; }
.hero h1 em { color: var(--green); font-style: normal; font-weight: 520; }
.hero-lead { max-width: 630px; margin-bottom: 34px; color: #adbfbb; font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 21px; border-radius: 13px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #04120e; box-shadow: 0 12px 35px rgba(59,224,176,.13); }
.button-primary:hover { background: var(--green-bright); }
.button-secondary { border: 1px solid rgba(255,255,255,.15); color: #d9e4e1; background: rgba(255,255,255,.035); }
.button-secondary:hover { border-color: rgba(142,240,207,.35); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #829793; font-size: 11px; font-weight: 650; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row i { width: 17px; height: 17px; display: grid; place-items: center; border: 1px solid rgba(59,224,176,.22); border-radius: 50%; color: var(--green); font-style: normal; font-size: 9px; }

.lab-visual { position: relative; min-height: 486px; overflow: hidden; border: 1px solid rgba(142,240,207,.2); border-radius: 28px; background: linear-gradient(155deg, rgba(18,50,58,.94), rgba(5,20,25,.94)); box-shadow: 0 35px 90px rgba(0,0,0,.32), inset 0 0 80px rgba(59,224,176,.025); }
.lab-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(110deg, rgba(255,255,255,.04), transparent 26%); }
.visual-top { height: 58px; padding: 0 21px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .16em; }
.visual-label { color: #79908b; }
.live-status { display: flex; align-items: center; gap: 7px; color: var(--green); }
.live-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.chip-stage { position: relative; height: 335px; display: grid; place-items: center; background-image: radial-gradient(rgba(142,240,207,.14) 1px, transparent 1px); background-size: 17px 17px; }
.chip { position: relative; z-index: 3; width: 196px; height: 196px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(142,240,207,.44); background: linear-gradient(145deg, #102e35, #07191e); border-radius: 22px; box-shadow: 0 0 0 13px rgba(59,224,176,.025), 0 0 70px rgba(59,224,176,.16), inset 0 0 40px rgba(59,224,176,.055); }
.chip::before, .chip::after { content: ""; position: absolute; background: repeating-linear-gradient(90deg, var(--green) 0 5px, transparent 5px 13px); opacity: .35; }
.chip::before { width: 226px; height: 5px; left: -15px; top: -12px; box-shadow: 0 224px 0 currentColor; }
.chip::after { width: 5px; height: 226px; top: -15px; left: -12px; background: repeating-linear-gradient(180deg, var(--green) 0 5px, transparent 5px 13px); box-shadow: 224px 0 0 currentColor; }
.chip small { color: #6c8680; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .17em; }
.chip strong { margin: 14px 0 9px; color: var(--green-bright); font: 700 35px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: -.05em; }
.chip em { color: #6c8680; font: 600 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .2em; }
.chip-corner { position: absolute; width: 12px; height: 12px; border-color: var(--green); opacity: .7; }
.chip-corner-a { left: 11px; top: 11px; border-left: 1px solid; border-top: 1px solid; }
.chip-corner-b { right: 11px; top: 11px; border-right: 1px solid; border-top: 1px solid; }
.chip-corner-c { left: 11px; bottom: 11px; border-left: 1px solid; border-bottom: 1px solid; }
.chip-corner-d { right: 11px; bottom: 11px; border-right: 1px solid; border-bottom: 1px solid; }
.trace { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, rgba(59,224,176,.42), transparent); }
.trace-a { width: 92%; transform: rotate(24deg); }
.trace-b { width: 80%; transform: rotate(-31deg); }
.trace-c { width: 70%; transform: rotate(90deg); }
.node { position: absolute; width: 9px; height: 9px; border: 2px solid var(--green); border-radius: 50%; box-shadow: 0 0 16px rgba(59,224,176,.8); }
.node-a { left: 18%; top: 26%; }.node-b { right: 19%; bottom: 21%; }.node-c { right: 25%; top: 20%; }
.visual-metrics { height: 92px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.visual-metrics div { display: grid; align-content: center; gap: 7px; padding-left: 20px; border-right: 1px solid var(--line); }
.visual-metrics div:last-child { border-right: 0; }
.visual-metrics span { color: #617874; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.visual-metrics strong { color: #c9dad6; font: 700 13px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.hero-stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr) 1.2fr; margin-top: 74px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.hero-stats > div { min-height: 116px; display: flex; align-items: center; gap: 15px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-stats strong { color: var(--green-bright); font-size: 34px; letter-spacing: -.05em; }
.hero-stats span { color: #728985; font-size: 11px; line-height: 1.5; }
.stat-wide { justify-content: center; }
.signal { height: 30px; display: flex; align-items: end; gap: 4px; }
.signal i { width: 3px; background: var(--green); border-radius: 3px; }
.signal i:nth-child(1){height: 9px}.signal i:nth-child(2){height: 18px}.signal i:nth-child(3){height: 28px}.signal i:nth-child(4){height: 14px}

.section { padding: 116px 0; }
.services-section { background: var(--paper); color: #0a171b; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section-index { display: block; margin-bottom: 20px; color: #168c70; font: 800 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .16em; }
.section-heading h2, .workflow-intro h2, .catalog-copy h2, .contact-panel h2 { margin-bottom: 0; font-size: clamp(40px, 4.4vw, 64px); line-height: .98; letter-spacing: -.055em; font-weight: 680; }
.section-heading > p { max-width: 430px; margin-bottom: 3px; color: #5c6967; font-size: 15px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cdd5cf; border-left: 1px solid #cdd5cf; }
.service-card { min-height: 314px; display: flex; flex-direction: column; padding: 26px; border-right: 1px solid #cdd5cf; border-bottom: 1px solid #cdd5cf; transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: #fff; transform: translateY(-4px); }
.service-top { display: flex; justify-content: space-between; color: #87948f; font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.service-top i { color: #168c70; font-style: normal; font-size: 17px; }
.service-card h3 { margin: auto 0 14px; font-size: 23px; letter-spacing: -.035em; }
.service-card p { margin-bottom: 25px; color: #667370; font-size: 13px; line-height: 1.65; }
.service-accent { padding-top: 15px; border-top: 1px solid #d7ded9; color: #14836a; font: 800 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; }

.workflow-section { background: #0a1d23; }
.workflow-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 100px; }
.workflow-intro p { max-width: 420px; margin: 26px 0 34px; color: #91a6a1; font-size: 14px; line-height: 1.75; }
.text-link { display: inline-flex; gap: 18px; padding-bottom: 8px; border-bottom: 1px solid rgba(59,224,176,.4); color: var(--green-bright); font-size: 13px; font-weight: 800; }
.workflow-list { border-top: 1px solid var(--line); }
.workflow-list article { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.workflow-list > article > span { color: var(--green); font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.workflow-list h3 { margin-bottom: 9px; font-size: 20px; }
.workflow-list p { margin: 0; color: #8ea29e; font-size: 13px; line-height: 1.65; }

.catalog-preview { background: #061217; }
.catalog-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 55px; border: 1px solid rgba(142,240,207,.18); border-radius: 30px; background: linear-gradient(135deg, #0b252c, #07191e); }
.catalog-copy p { max-width: 430px; margin: 25px 0; color: #8fa39f; font-size: 14px; line-height: 1.72; }
.catalog-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.catalog-tags span { padding: 8px 10px; border: 1px solid rgba(142,240,207,.15); border-radius: 999px; color: #89a39d; font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.catalog-search-demo { align-self: center; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(4,16,20,.62); }
.demo-search { min-height: 58px; display: flex; align-items: center; gap: 12px; padding: 0 17px; border-bottom: 1px solid var(--line); color: #708681; font-size: 12px; }
.demo-search kbd { margin-left: auto; padding: 4px 6px; border: 1px solid var(--line); border-radius: 5px; color: #637772; font-size: 9px; }
.demo-row { min-height: 66px; display: grid; grid-template-columns: 42px 1fr 120px 22px; align-items: center; padding: 0 17px; border-bottom: 1px solid var(--line); }
.demo-row span { color: #536a65; font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.demo-row strong { font: 700 13px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.demo-row em { color: #728984; font-size: 11px; font-style: normal; }
.demo-row i { color: var(--green); font-style: normal; }
.demo-more { padding: 14px 17px; color: #58706b; font-size: 10px; text-align: center; text-transform: uppercase; letter-spacing: .12em; }

.ecu-section { background: #dfe8e1; color: #08181b; }
.ecu-heading { align-items: end; }
.ecu-search-wrap { width: min(100%, 420px); justify-self: end; }
.ecu-search-wrap label { display: block; margin-bottom: 9px; color: #64716e; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.catalog-input { min-height: 54px; display: flex; align-items: center; gap: 12px; padding: 0 15px; border: 1px solid #bfcac2; border-radius: 14px; background: rgba(255,255,255,.5); }
.catalog-input > span { color: #168c70; font-size: 19px; }
.catalog-input input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: #0c1c1e; font-size: 13px; }
.catalog-input input::placeholder { color: #899591; }
.ecu-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #bbc7bf; border-left: 1px solid #bbc7bf; }
.ecu-card-pro { position: relative; min-height: 188px; display: flex; flex-direction: column; padding: 21px; border-right: 1px solid #bbc7bf; border-bottom: 1px solid #bbc7bf; transition: .22s ease; }
.ecu-card-pro:hover { z-index: 2; background: #fff; transform: translateY(-3px); box-shadow: 0 15px 35px rgba(32,64,54,.08); }
.ecu-card-pro > div { display: flex; align-items: center; justify-content: space-between; }
.ecu-card-pro > div > span { color: #88948f; font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.ecu-card-pro > div > i { padding: 5px 8px; border-radius: 999px; background: #c7f4df; color: #147459; font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ecu-card-pro strong { margin: auto 0 10px; font: 800 20px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: -.03em; }
.ecu-card-pro small { color: #687571; font-size: 10px; }
.ecu-card-pro > b { position: absolute; right: 21px; bottom: 19px; color: #14836a; font-size: 15px; }
.empty-state { padding: 25px; border: 1px dashed #b6c5bc; color: #687571; font-size: 13px; text-align: center; }

.component-section { background: #f3f5f1; color: #07171a; }
.component-header { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 40px; }
.component-header h2 { margin-bottom: 0; font-size: clamp(40px, 4.4vw, 64px); line-height: .98; letter-spacing: -.055em; font-weight: 680; }
.component-header h2 em { color: #168c70; font-style: normal; }
.component-header > p { margin: 0 0 4px; color: #687571; font-size: 14px; line-height: 1.75; }
.catalog-toolbar { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; }
.component-input { min-height: 62px; background: #fff; }
.component-input kbd { padding: 5px 7px; border: 1px solid #d4ddd7; border-radius: 6px; color: #82908b; background: #f4f7f4; font-size: 9px; }
.result-count { color: #60706b; font: 750 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; text-transform: uppercase; }
.filter-row { display: flex; gap: 7px; overflow-x: auto; padding: 16px 0 28px; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter-row button { flex: 0 0 auto; padding: 9px 12px; border: 1px solid #cbd5ce; border-radius: 999px; background: transparent; color: #62706c; font-size: 10px; font-weight: 750; cursor: pointer; }
.filter-row button:hover, .filter-row button.active { border-color: #168c70; background: #168c70; color: #fff; }
.component-list { border-top: 1px solid #cbd4ce; }
.component-list-head, .component-row { display: grid; grid-template-columns: 60px 1fr 1.1fr 110px; gap: 20px; align-items: center; }
.component-list-head { min-height: 42px; border-bottom: 1px solid #cbd4ce; color: #89958f; font: 750 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; text-transform: uppercase; }
.component-row { min-height: 72px; border-bottom: 1px solid #d9e0db; transition: background .18s ease; }
.component-row:hover { background: #fff; }
.component-row > span { color: #929d98; font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.component-row > strong { font: 800 14px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: -.01em; }
.component-row > em { display: flex; align-items: center; gap: 12px; color: #788580; font-size: 10px; font-style: normal; }
.component-row > em i { min-width: 82px; display: inline-flex; justify-content: center; padding: 5px 8px; border-radius: 999px; background: #e0eae3; color: #32725f; font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.component-row > a { justify-self: end; color: #168c70; font-size: 10px; font-weight: 800; }
.component-row > a b { margin-left: 7px; }
.load-more { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; margin-top: 24px; border: 1px solid #c5d0c8; border-radius: 13px; background: transparent; color: #305e51; font-size: 11px; font-weight: 800; cursor: pointer; }
.load-more:hover { background: #fff; }
.load-more span { min-width: 26px; padding: 4px 6px; border-radius: 999px; background: #dfe9e2; font-size: 8px; }

.app-section { background: #07191e; }
.app-panel { min-height: 580px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; padding: 65px 90px; overflow: hidden; border: 1px solid rgba(142,240,207,.16); border-radius: 30px; background: radial-gradient(circle at 22% 45%, rgba(59,224,176,.16), transparent 26%), linear-gradient(135deg, #0b252c, #07171c); }
.app-phone { width: 250px; height: 495px; justify-self: center; padding: 11px; border: 2px solid #48625d; border-radius: 38px; background: #031015; box-shadow: 0 35px 70px rgba(0,0,0,.38), 0 0 70px rgba(59,224,176,.11); transform: rotate(-4deg); }
.phone-speaker { width: 70px; height: 17px; margin: 0 auto -8px; position: relative; z-index: 2; border-radius: 0 0 12px 12px; background: #031015; }
.phone-screen { height: 100%; padding: 45px 17px 20px; overflow: hidden; border-radius: 28px; background: linear-gradient(160deg, #0e3138, #06181d); }
.phone-logo { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 14px; border: 1px solid rgba(142,240,207,.35); border-radius: 13px; color: var(--green-bright); font-weight: 900; }
.phone-screen > strong { display: block; font-size: 16px; letter-spacing: .04em; }
.phone-screen > small { display: block; margin-top: 4px; color: #75908a; font-size: 9px; }
.phone-search { margin: 30px 0 18px; padding: 13px 12px; border: 1px solid var(--line); border-radius: 10px; color: #6c8580; font-size: 9px; }
.phone-line { display: flex; align-items: center; gap: 9px; padding: 15px 0; border-bottom: 1px solid var(--line); color: #b8cbc6; font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.phone-line i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px rgba(59,224,176,.7); }
.app-copy h2 { margin-bottom: 24px; font-size: clamp(40px, 4.5vw, 64px); line-height: .98; letter-spacing: -.055em; }
.app-copy > p { max-width: 540px; color: #8fa39f; font-size: 14px; line-height: 1.75; }
.app-features { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 28px 0; color: #9db2ad; font-size: 10px; font-weight: 750; }
.app-features span { display: flex; align-items: center; gap: 7px; }
.app-features i { color: var(--green); font-style: normal; }
.app-install { width: auto; border: 0; background: var(--green); color: #041510; cursor: pointer; }
.install-hint { max-width: 470px; margin-top: 14px !important; color: var(--green-bright) !important; font-size: 11px !important; }

.contact-section { padding-top: 0; }
.contact-panel { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; padding: 65px; border-radius: 30px; background: var(--green); color: #051612; }
.contact-panel .section-index { color: #0b6f58; }
.contact-panel h2 em { font-style: normal; color: #0a765d; }
.contact-actions { display: grid; justify-items: start; }
.contact-actions .button-primary { background: #061b17; color: var(--green-bright); box-shadow: none; }
.contact-phone { margin: 22px 0 9px; font-size: 22px; font-weight: 800; letter-spacing: -.03em; }
.contact-actions p { margin: 0; color: #26755f; font-size: 12px; }

footer { padding: 45px 0 100px; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1fr 1.3fr auto; align-items: center; gap: 40px; }
.footer-inner p { margin: 0; color: #728681; font-size: 11px; line-height: 1.55; }
.footer-inner > span { color: #596d68; font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.mobile-bar { display: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 30px, 760px); }
  .desktop-nav { display: none; }
  .hero-grid, .section-heading, .workflow-grid, .catalog-panel, .contact-panel { grid-template-columns: 1fr; }
  .hero-grid { gap: 54px; }
  .lab-visual { max-width: 620px; width: 100%; margin-inline: auto; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .ecu-grid { grid-template-columns: repeat(3, 1fr); }
  .component-header { grid-template-columns: 1fr; gap: 30px; }
  .app-panel { grid-template-columns: .7fr 1.3fr; gap: 45px; padding: 50px; }
  .section-heading, .workflow-grid, .catalog-panel, .contact-panel { gap: 42px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner p { display: none; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 24px); }
  body { padding-bottom: 70px; }
  .site-header { position: absolute; }
  .header-inner { height: 72px; }
  .header-action { display: none; }
  .hero { min-height: auto; padding-top: 116px; }
  .hero h1 { font-size: clamp(51px, 16vw, 69px); }
  .hero-lead { font-size: 15px; line-height: 1.68; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-row { gap: 11px 15px; }
  .lab-visual { min-height: 405px; border-radius: 21px; }
  .chip-stage { height: 280px; }
  .chip { width: 156px; height: 156px; }
  .chip::before { width: 184px; box-shadow: 0 184px 0 currentColor; }
  .chip::after { height: 184px; box-shadow: 184px 0 0 currentColor; }
  .chip strong { font-size: 27px; }
  .visual-metrics { height: 68px; }
  .visual-metrics div { padding-left: 12px; }
  .visual-metrics strong { font-size: 10px; }
  .hero-stats { margin-top: 45px; }
  .hero-stats > div { min-height: 96px; padding: 15px; }
  .hero-stats strong { font-size: 28px; }
  .stat-wide { display: none !important; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2, .workflow-intro h2, .catalog-copy h2, .contact-panel h2 { font-size: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 245px; }
  .ecu-search-wrap { width: 100%; justify-self: stretch; }
  .ecu-grid { grid-template-columns: repeat(2, 1fr); }
  .ecu-card-pro { min-height: 160px; padding: 15px; }
  .ecu-card-pro strong { font-size: 15px; }
  .ecu-card-pro small { max-width: 90px; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .result-count { padding-left: 4px; }
  .component-list-head { display: none; }
  .component-row { grid-template-columns: 38px 1fr auto; gap: 9px; min-height: 69px; }
  .component-row > em { display: none; }
  .component-row > a { font-size: 0; }
  .component-row > a b { display: inline; margin: 0; font-size: 16px; }
  .app-panel { grid-template-columns: 1fr; padding: 38px 20px; gap: 45px; }
  .app-phone { width: 220px; height: 430px; }
  .app-copy h2 { font-size: 40px; }
  .app-install { width: 100%; }
  .catalog-panel, .contact-panel { padding: 28px 20px; border-radius: 23px; }
  .demo-row { grid-template-columns: 28px 1fr 20px; padding: 0 12px; }
  .demo-row em { display: none; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner > span { display: none; }
  .mobile-bar { position: fixed; z-index: 60; inset: auto 8px 8px; display: grid; grid-template-columns: 1fr 1fr 1.35fr; gap: 4px; padding: 5px; border: 1px solid rgba(142,240,207,.16); border-radius: 16px; background: rgba(6,18,23,.92); backdrop-filter: blur(18px); box-shadow: 0 12px 35px rgba(0,0,0,.35); }
  .mobile-bar a { min-height: 48px; display: grid; place-items: center; border-radius: 11px; color: #8da19d; font-size: 10px; font-weight: 800; }
  .mobile-bar .mobile-whatsapp { background: var(--green); color: #061713; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }


/* Static SEO pages */
.service-grid { grid-template-columns: repeat(5, 1fr); }
.seo-list-link { display: flex; justify-content: flex-end; margin-top: 28px; }
.footer-seo-links { display: flex; flex-wrap: wrap; gap: 10px 24px; padding-top: 28px; border-top: 1px solid var(--line); }
.footer-seo-links a { color: #849994; font-size: 11px; font-weight: 700; }
.footer-seo-links a:hover { color: var(--green-bright); }
.seo-main { overflow: hidden; }
.seo-hero { position: relative; min-height: 550px; display: grid; align-items: center; padding: 145px 0 82px; background: radial-gradient(circle at 82% 18%, rgba(59,224,176,.14), transparent 27%), linear-gradient(180deg, #07161b, #061217); }
.seo-hero::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(180,240,222,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(180,240,222,.09) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.seo-hero .shell { position: relative; z-index: 1; }
.seo-hero h1 { max-width: 930px; margin-bottom: 24px; font-size: clamp(48px, 6vw, 84px); line-height: .96; letter-spacing: -.06em; }
.seo-hero > .shell > p { max-width: 760px; margin-bottom: 32px; color: #a4b7b2; font-size: 17px; line-height: 1.7; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 48px; color: #738984; font-size: 11px; }
.breadcrumbs a:hover { color: var(--green-bright); }
.breadcrumbs a[aria-current="page"] { color: #afc2bd; }
.breadcrumbs span { color: #415a54; }
.seo-paper { padding: 90px 0; background: var(--paper); color: #0a171b; }
.seo-dark { padding: 90px 0; background: #0a1d23; }
.seo-columns { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 72px; align-items: start; }
.seo-content h2, .seo-dark h2, .seo-index h2 { margin-bottom: 25px; font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.05em; }
.seo-content > p { color: #5d6c68; font-size: 15px; line-height: 1.75; }
.seo-checks { display: grid; gap: 0; margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid #cbd5ce; }
.seo-checks li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid #d2dad4; color: #334542; font-size: 13px; line-height: 1.55; }
.seo-checks li::before { content: "✓"; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #d1efe2; color: #147459; font-size: 10px; font-weight: 900; }
.seo-contact-card { position: sticky; top: 105px; padding: 30px; border-radius: 23px; background: #0a2329; color: #eff8f5; box-shadow: 0 20px 55px rgba(20,52,43,.13); }
.seo-contact-card .section-index { color: var(--green); }
.seo-contact-card h2 { margin-bottom: 15px; font-size: 28px; letter-spacing: -.04em; }
.seo-contact-card p { color: #8fa49f; font-size: 13px; line-height: 1.7; }
.seo-contact-card .button { width: 100%; margin-top: 12px; }
.seo-contact-card > a:last-child { display: block; margin-top: 20px; color: var(--green-bright); font-size: 18px; font-weight: 800; text-align: center; }
.seo-note { margin-top: 28px; padding: 20px 22px; border-left: 3px solid #168c70; background: #e5ece6; color: #40504c; font-size: 13px; line-height: 1.7; }
.seo-process { counter-reset: process; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.seo-process article { min-height: 230px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.seo-process article::before { counter-increment: process; content: "0" counter(process); color: var(--green); font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.seo-process h3 { margin: 70px 0 12px; font-size: 19px; }
.seo-process p { margin: 0; color: #8ea29e; font-size: 12px; line-height: 1.65; }
.seo-related { padding: 85px 0; background: #dfe8e1; color: #08181b; }
.seo-related-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.seo-related-head h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.05em; }
.seo-related-head a { color: #168c70; font-size: 12px; font-weight: 800; }
.seo-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #bbc7bf; border-left: 1px solid #bbc7bf; }
.seo-related-card { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border-right: 1px solid #bbc7bf; border-bottom: 1px solid #bbc7bf; transition: .2s ease; }
.seo-related-card:hover { background: #fff; transform: translateY(-3px); }
.seo-related-card span { color: #71807b; font-size: 10px; }
.seo-related-card strong { font: 800 18px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.seo-related-card b { align-self: end; color: #168c70; }
.seo-index { padding: 90px 0; background: #dfe8e1; color: #08181b; }
.seo-index-intro { max-width: 760px; margin-bottom: 40px; color: #5e6d69; font-size: 15px; line-height: 1.75; }
.seo-service-index { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.seo-service-index .service-card { min-height: 270px; border: 1px solid #c9d3cc; background: rgba(255,255,255,.24); }
.seo-service-index .service-card:hover { background: #fff; }
.seo-cta { padding: 70px 0; background: var(--green); color: #051612; }
.seo-cta .shell { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.seo-cta h2 { margin-bottom: 10px; font-size: clamp(32px, 4vw, 50px); letter-spacing: -.05em; }
.seo-cta p { margin: 0; color: #24735e; }
.seo-cta .button-primary { background: #061b17; color: var(--green-bright); box-shadow: none; }
.seo-footer { padding: 48px 0 95px; background: var(--ink); border-top: 1px solid var(--line); }
.seo-footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 45px; align-items: start; }
.seo-footer-grid nav { display: grid; gap: 12px; color: #829691; font-size: 11px; font-weight: 700; }
.seo-footer-grid nav a:hover { color: var(--green-bright); }
.seo-footer-grid > div:last-child { text-align: right; }
.seo-footer-phone { color: var(--green-bright); font-size: 18px; font-weight: 800; }
.seo-footer-grid p { margin: 10px 0 0; color: #6f8580; font-size: 11px; line-height: 1.5; }

@media (max-width: 980px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .seo-columns { grid-template-columns: 1fr; gap: 45px; }
  .seo-contact-card { position: static; }
  .seo-process { grid-template-columns: repeat(2, 1fr); }
  .seo-related-grid { grid-template-columns: repeat(2, 1fr); }
  .seo-service-index { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .seo-hero { min-height: auto; padding: 112px 0 65px; }
  .seo-hero h1 { font-size: clamp(43px, 13vw, 60px); }
  .seo-hero > .shell > p { font-size: 15px; }
  .breadcrumbs { margin-bottom: 35px; }
  .seo-paper, .seo-dark, .seo-related, .seo-index { padding: 66px 0; }
  .seo-process { grid-template-columns: 1fr; }
  .seo-process article { min-height: 190px; }
  .seo-process h3 { margin-top: 48px; }
  .seo-related-head { display: grid; }
  .seo-related-grid, .seo-service-index { grid-template-columns: 1fr; }
  .seo-cta .shell, .seo-footer-grid { grid-template-columns: 1fr; }
  .seo-cta .button { width: 100%; }
  .seo-footer-grid > div:last-child { text-align: left; }
  .seo-list-link { justify-content: flex-start; }
}
