:root {
  --ink: #081329;
  --ink-soft: #0d1d38;
  --panel: #12294a;
  --paper: #f5f7fb;
  --white: #ffffff;
  --text: #1b2742;
  --muted: #667180;
  --cyan: #029fe3;
  --blue: #2f4292;
  --orange: #2f4292;
  --green: #87bd30;
  --violet: #029fe3;
  --line: #dce3ef;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
svg { width: 1em; height: 1em; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 42px;
  padding: 0 clamp(22px, 5vw, 76px);
  color: #fff;
  background: rgba(5, 17, 27, .88);
  border-bottom: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(18px);
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: linear-gradient(90deg, var(--green) 0 33%, var(--cyan) 33% 66%, var(--blue) 66%);
  opacity: .92;
}
.brand { display: inline-flex; align-items: center; padding: 4px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 11px; background: #fff; box-shadow: 0 8px 26px rgba(0,0,0,.2); }
.site-header > .brand,
.footer-main > .brand { justify-self: start; }
.brand-logo { display: block; width: auto; height: 56px; }
.desktop-nav { justify-self: center; display: flex; gap: clamp(20px, 2.5vw, 40px); }
.desktop-nav a { color: #b8c5ce; font-size: 13px; font-weight: 650; transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.header-help, .header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.header-help {
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 9px;
  color: #d3e0e8;
  font-size: 13px;
  font-weight: 750;
  transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease;
}
.header-help:hover { transform: translateY(-1px); color: #fff; border-color: rgba(2,159,227,.65); background: rgba(2,159,227,.12); }
.header-cta {
  min-height: 44px;
  padding: 0 19px;
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
  transition: transform .2s ease, background .2s ease;
}
.header-cta:hover { transform: translateY(-1px); background: #eaf8fc; }
.mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 760px;
  padding: 154px clamp(22px, 5vw, 76px) 42px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(7,19,29,.72), rgba(7,19,29,.72)),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    var(--ink);
  background-size: auto, 52px 52px, 52px 52px, auto;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, var(--ink) 0%, transparent 46%, rgba(7,19,29,.25) 100%);
}
.hero-glow { position: absolute; border-radius: 999px; filter: blur(1px); opacity: .26; }
.hero-glow-one { width: 520px; height: 520px; right: -100px; top: 80px; background: radial-gradient(circle, rgba(2,159,227,.34), transparent 68%); }
.hero-glow-two { width: 460px; height: 460px; left: 28%; bottom: -240px; background: radial-gradient(circle, rgba(47,66,146,.24), transparent 70%); }
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1380px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  gap: clamp(52px, 7vw, 110px);
  align-items: center;
}
.eyebrow { margin: 0 0 22px; color: #a9bbc7; font: 700 11px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 26px; height: 2px; margin: 0 10px 3px 0; background: var(--cyan); }
.hero h1 { margin: 0; max-width: 780px; font-size: clamp(54px, 6.1vw, 98px); line-height: .94; letter-spacing: -.065em; font-weight: 760; }
.h1-kicker { display: block; margin-bottom: 17px; color: var(--cyan); font: 750 clamp(12px, 1.2vw, 17px)/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(255,255,255,.72); }
.hero-lead { max-width: 690px; margin: 34px 0 0; color: #bdcbd3; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 53px; padding: 0 24px; border-radius: 10px; font-size: 14px; font-weight: 760; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); color: #04131b; box-shadow: 0 12px 34px rgba(2,159,227,.18); }
.button-primary:hover { box-shadow: 0 16px 40px rgba(2,159,227,.28); }
.button-secondary { border: 1px solid rgba(255,255,255,.19); color: #fff; background: rgba(255,255,255,.035); }
.button-secondary:hover { border-color: rgba(255,255,255,.42); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 13px 24px; margin-top: 30px; color: #8fa5b3; font-size: 11px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { color: var(--green); }

.transformation-card {
  position: relative;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 19px;
  overflow: hidden;
  background: rgba(12, 32, 46, .78);
  box-shadow: 0 35px 90px rgba(0,0,0,.36);
  backdrop-filter: blur(18px);
}
.transformation-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--green), var(--orange), var(--cyan), var(--violet)); }
.card-topline { height: 54px; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,.08); }
.window-dots { display: flex; gap: 7px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #526572; }
.window-dots i:first-child { background: var(--orange); }
.window-dots i:nth-child(2) { background: var(--green); }
.system-status { display: inline-flex; align-items: center; gap: 7px; color: #83a1b3; font: 700 9px/1 ui-monospace, monospace; letter-spacing: .13em; }
.system-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.motion-visual { min-width: 0; margin: 0; }
.motion-intro { display: flex; justify-content: space-between; gap: 18px; align-items: baseline; padding: 20px 20px 14px; }
.motion-intro span { color: #7f96a5; font: 700 9px/1 ui-monospace, monospace; letter-spacing: .14em; }
.motion-intro strong { color: #dce7ec; font-size: 13px; letter-spacing: -.01em; text-align: right; }
.morph-stage { position: relative; height: 350px; margin: 0 20px 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: #e7ecef; box-shadow: 0 18px 45px rgba(0,0,0,.24); contain: layout paint; }
.morph-layer { position: absolute; inset: 0; }
.morph-before { z-index: 1; }
.morph-after { z-index: 2; clip-path: inset(0 100% 0 0); }
.legacy-office { display: grid; grid-template-rows: 31px 38px 1fr; color: #263238; background: #e8ecee; }
.legacy-titlebar { display: grid; grid-template-columns: 52px 1fr; align-items: center; background: #217346; color: #fff; font: 600 9px/1 "Segoe UI", sans-serif; }
.legacy-titlebar span { align-self: stretch; display: grid; place-items: center; background: #185c37; font-weight: 750; }
.legacy-titlebar b { overflow: hidden; padding: 0 12px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.legacy-ribbon { display: flex; gap: 10px; align-items: center; padding: 0 11px; border-bottom: 1px solid #c4cbce; background: #f4f5f5; }
.legacy-ribbon i { width: 34px; height: 14px; border: 1px solid #c6cccf; border-radius: 2px; background: linear-gradient(90deg, #d6dbdd 32%, transparent 32% 38%, #d6dbdd 38% 68%, transparent 68%); }
.legacy-ribbon i:nth-child(2) { width: 54px; }
.legacy-ribbon i:nth-child(4) { width: 70px; }
.legacy-workspace { position: relative; overflow: hidden; }
.legacy-formula { position: relative; z-index: 2; display: grid; grid-template-columns: 46px 1fr; height: 29px; align-items: center; border-bottom: 1px solid #c2c9cc; background: #fff; color: #495257; font: 600 8px/1 ui-monospace, monospace; }
.legacy-formula b { height: 100%; display: grid; place-items: center; border-right: 1px solid #c2c9cc; color: #217346; }
.legacy-formula span { overflow: hidden; padding: 0 9px; text-overflow: ellipsis; white-space: nowrap; }
.legacy-grid { position: absolute; inset: 29px 0 0; background: repeating-linear-gradient(90deg, transparent 0 51px, #cbd2d5 51px 52px), repeating-linear-gradient(180deg, #fff 0 24px, #cbd2d5 24px 25px); }
.legacy-grid::before { position: absolute; inset: 0 auto 0 0; width: 52px; background: rgba(33,115,70,.08); content: ""; }
.legacy-grid i { position: absolute; height: 18px; border-radius: 1px; opacity: .86; }
.legacy-grid i:nth-child(1) { top: 29px; left: 57px; width: 95px; background: #ffd966; }
.legacy-grid i:nth-child(2) { top: 79px; left: 161px; width: 147px; background: #f4b084; }
.legacy-grid i:nth-child(3) { top: 129px; left: 57px; width: 199px; background: #a9d18e; }
.legacy-grid i:nth-child(4) { top: 179px; left: 265px; width: 96px; background: #ff9c9c; }
.legacy-grid i:nth-child(5) { top: 54px; left: 369px; width: 146px; background: #9dc3e6; }
.legacy-grid i:nth-child(6) { top: 154px; left: 421px; width: 92px; background: #ffe699; }
.legacy-access-panel { position: absolute; z-index: 4; right: 13px; bottom: 14px; display: grid; gap: 6px; width: 148px; padding: 9px; border: 1px solid #9ba7ad; border-top: 20px solid #7c2145; background: #f7f7f7; box-shadow: 0 10px 22px rgba(39,48,54,.3); font: 600 8px/1 "Segoe UI", sans-serif; }
.legacy-access-panel b { margin-top: -24px; color: #fff; }
.legacy-access-panel span { padding: 5px 6px; border: 1px solid #d1d6d8; background: #fff; color: #48545a; }
.legacy-warning { position: absolute; z-index: 5; display: flex; align-items: center; gap: 6px; padding: 7px 9px; border: 1px solid #d9a348; border-radius: 4px; color: #624712; background: #fff5d7; box-shadow: 0 8px 20px rgba(52,44,27,.2); font-size: 8px; font-weight: 700; }
.legacy-warning b { display: grid; place-items: center; width: 14px; height: 14px; border-radius: 50%; color: #fff; background: #d58412; }
.warning-one { left: 14px; bottom: 52px; }
.warning-two { left: 77px; bottom: 16px; }
.modern-webapp { display: grid; grid-template-columns: 63px 1fr; color: #142636; background: #f4f7fb; }
.modern-app-nav { display: flex; flex-direction: column; align-items: center; gap: 17px; padding: 16px 0; background: #0b1c2b; }
.modern-app-nav b { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; color: #061521; background: var(--cyan); font: 850 9px/1 ui-monospace, monospace; }
.modern-app-nav i { width: 21px; height: 5px; border-radius: 5px; background: #385063; }
.modern-app-nav i.active { width: 30px; height: 28px; border-left: 3px solid var(--cyan); border-radius: 6px; background: #173449; }
.modern-app-nav span { flex: 1; width: 25px; border-top: 1px solid #263d4e; }
.modern-app-main { min-width: 0; padding: 21px; }
.modern-app-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.modern-app-head small { display: block; margin-bottom: 6px; color: #708292; font: 750 7px/1 ui-monospace, monospace; letter-spacing: .12em; }
.modern-app-head strong { display: block; font-size: 18px; letter-spacing: -.03em; }
.modern-app-head > b { padding: 10px 12px; border-radius: 7px; color: #061521; background: var(--cyan); font-size: 8px; white-space: nowrap; }
.modern-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 23px; }
.modern-kpis span { position: relative; min-width: 0; padding: 13px; overflow: hidden; border: 1px solid #dce5ea; border-radius: 9px; background: #fff; box-shadow: 0 7px 18px rgba(12,43,65,.05); }
.modern-kpis small { display: block; color: #758695; font: 750 7px/1 ui-monospace, monospace; letter-spacing: .1em; }
.modern-kpis b { display: block; margin-top: 8px; font-size: 20px; }
.modern-kpis i { position: absolute; right: -5px; bottom: -9px; width: 37px; height: 37px; border-radius: 50%; background: rgba(2,159,227,.13); }
.modern-kpis span:nth-child(2) i { background: rgba(47,66,146,.12); }
.modern-kpis span:nth-child(3) i { background: rgba(135,189,48,.18); }
.modern-content-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 9px; margin-top: 10px; }
.modern-chart, .modern-activity { padding: 13px; border: 1px solid #dce5ea; border-radius: 9px; background: #fff; }
.modern-chart > b, .modern-activity > b { display: block; margin-bottom: 12px; color: #314555; font-size: 8px; }
.modern-chart > span { display: flex; height: 79px; gap: 8px; align-items: end; border-bottom: 1px solid #d7e2e8; }
.modern-chart i { flex: 1; min-width: 5px; border-radius: 3px 3px 0 0; background: linear-gradient(180deg, var(--cyan), #96d8f2); }
.modern-chart i:nth-child(1) { height: 34%; }.modern-chart i:nth-child(2) { height: 52%; }.modern-chart i:nth-child(3) { height: 43%; }.modern-chart i:nth-child(4) { height: 76%; }.modern-chart i:nth-child(5) { height: 61%; }.modern-chart i:nth-child(6) { height: 91%; }
.modern-activity { display: grid; align-content: start; }
.modern-activity span { display: flex; align-items: center; gap: 6px; padding: 7px 0; border-top: 1px solid #e7edf0; color: #657785; font-size: 7px; }
.modern-activity span i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.morph-sweep, .site-sweep { position: absolute; z-index: 4; top: 0; bottom: 0; left: -15%; width: 15%; opacity: 0; border-right: 2px solid var(--cyan); background: linear-gradient(90deg, transparent, rgba(2,159,227,.18), rgba(135,189,48,.13)); pointer-events: none; }
.is-animating .morph-after, .is-animating .site-after { animation: reveal-modern 4.8s cubic-bezier(.65,0,.35,1) both; }
.is-animating .morph-sweep, .is-animating .site-sweep { animation: sweep-modern 4.8s cubic-bezier(.65,0,.35,1) both; }
.motion-caption, .website-morph-caption { display: grid; grid-template-columns: auto 1fr auto auto; gap: 13px; align-items: center; padding: 15px 20px; border-top: 1px solid rgba(255,255,255,.08); color: #9aafbb; font-size: 11px; line-height: 1.4; }
.motion-caption > span, .website-morph-caption > span { display: grid; gap: 3px; }
.motion-caption > span b, .website-morph-caption > span b { color: var(--cyan); font: 750 8px/1 ui-monospace, monospace; letter-spacing: .12em; }
.motion-caption > i, .website-morph-caption > i { height: 1px; background: linear-gradient(90deg, rgba(135,189,48,.65), rgba(2,159,227,.55), rgba(47,66,146,.55)); }
.motion-replay { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 34px; padding: 0 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; color: #b8c8d1; background: rgba(255,255,255,.04); font: inherit; font-size: 10px; font-weight: 700; line-height: 1; cursor: pointer; }
.motion-replay:hover { color: #fff; border-color: rgba(2,159,227,.45); background: rgba(2,159,227,.09); }
.motion-replay:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
.motion-replay svg { width: 13px; height: 13px; }
@keyframes reveal-modern { 0%, 34% { clip-path: inset(0 100% 0 0); } 64%, 100% { clip-path: inset(0); } }
@keyframes sweep-modern { 0%, 33% { transform: translateX(0); opacity: 0; } 36% { opacity: 1; } 65% { transform: translateX(770%); opacity: 1; } 68%, 100% { transform: translateX(770%); opacity: 0; } }
.hero-foot { position: relative; z-index: 2; width: min(1380px,100%); margin: 62px auto 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; color: #6f8796; font: 700 9px/1 ui-monospace, monospace; letter-spacing: .11em; text-transform: uppercase; }
.hero-foot p { margin: 0; }
.brand-rule { display: grid; grid-template-columns: repeat(3,1fr); height: 2px; opacity: .78; }
.brand-rule i:nth-child(1) { background: var(--green); }
.brand-rule i:nth-child(2) { background: var(--cyan); }
.brand-rule i:nth-child(3), .brand-rule i:nth-child(4) { background: var(--blue); }

.intro { width: min(1380px, calc(100% - 44px)); margin: 0 auto; padding: 112px 0 120px; }
.section-kicker { margin-bottom: 28px; color: var(--blue); font: 750 10px/1 ui-monospace, monospace; letter-spacing: .15em; }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(45px, 8vw, 130px); align-items: start; }
.intro h2 { margin: 0; font-size: clamp(40px, 4.7vw, 70px); line-height: 1.04; letter-spacing: -.052em; }
.intro h2 span { color: #83919a; }
.intro-copy p { margin: 7px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 26px; color: var(--blue); font-size: 13px; font-weight: 750; }
.core-solution {
  width: min(1380px, calc(100% - 44px));
  margin: 0 auto 118px;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: clamp(45px, 7vw, 105px);
  align-items: center;
}
.core-solution h2, .section-heading h2, .ai-section h2, .about-copy h2, .faq-intro h2 {
  margin: 0;
  font-size: clamp(38px, 4.3vw, 64px);
  line-height: 1.06;
  letter-spacing: -.047em;
}
.core-solution-copy > p:not(.section-kicker) { margin: 26px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.check-list { display: grid; gap: 13px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; color: #33424c; font-size: 14px; line-height: 1.55; }
.check-list svg { flex: 0 0 auto; margin-top: 2px; color: var(--green); font-size: 19px; }
.button-dark { background: var(--ink); color: #fff; box-shadow: 0 15px 35px rgba(7,19,29,.17); }
.solution-visual { position: relative; margin: 0; overflow: hidden; border-radius: 20px; background: var(--ink); box-shadow: 0 32px 75px rgba(6,18,28,.23); }
.solution-visual::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.16); border-radius: inherit; pointer-events: none; }
.solution-visual img { display: block; width: 100%; aspect-ratio: 1.56/1; object-fit: cover; }
.solution-visual figcaption { position: absolute; left: 18px; right: 18px; bottom: 17px; display: flex; align-items: center; gap: 10px; min-height: 47px; padding: 0 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; color: #afc1cd; background: rgba(5,18,28,.82); backdrop-filter: blur(10px); font-size: 10px; }
.solution-visual figcaption span { color: var(--cyan); font: 750 9px/1 ui-monospace, monospace; letter-spacing: .12em; }
.solution-visual figcaption i { flex: 1; height: 1px; background: linear-gradient(90deg, var(--orange), var(--green)); }


.ecosystem-section {
  padding: 0 max(22px, calc((100vw - 1380px) / 2)) 122px;
  background:
    radial-gradient(circle at 50% 72%, rgba(2,159,227,.065), transparent 34%),
    var(--paper);
}
.ecosystem-heading {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.12fr .72fr;
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
}
.ecosystem-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(39px, 4.5vw, 66px);
  line-height: 1.04;
  letter-spacing: -.05em;
}
.ecosystem-heading > p {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.78;
}
.ecosystem-visual {
  width: min(1180px, 100%);
  margin: 54px auto 0;
  overflow: hidden;
  border: 1px solid rgba(16,52,75,.2);
  border-radius: 27px;
  color: #fff;
  background: #06131f;
  box-shadow: 0 38px 95px rgba(4,24,38,.24);
}
.ecosystem-canvas {
  position: relative;
  min-height: 620px;
  aspect-ratio: 1000 / 620;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 46%, rgba(2,159,227,.18), transparent 25%),
    radial-gradient(circle at 52% 48%, rgba(47,66,146,.16), transparent 42%),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(145deg, #0c2638, #06131f 68%);
  background-size: auto, auto, 46px 46px, 46px 46px, auto;
  contain: layout paint;
}
.ecosystem-canvas::before {
  position: absolute;
  z-index: 0;
  inset: 8% 16%;
  border: 1px solid rgba(2,159,227,.09);
  border-radius: 50%;
  content: "";
  transform: rotate(-4deg);
}
.ecosystem-canvas::after {
  position: absolute;
  z-index: 0;
  inset: 18% 24%;
  border: 1px solid rgba(135,189,48,.07);
  border-radius: 50%;
  content: "";
  transform: rotate(7deg);
}
.ecosystem-network { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.network-base, .network-flow { fill: none; vector-effect: non-scaling-stroke; stroke-linecap: round; }
.network-base { stroke: rgba(111,160,184,.34); stroke-width: 1.5; stroke-dasharray: 1; stroke-dashoffset: 0; }
.network-flow { opacity: 0; stroke-width: 3; stroke-dasharray: .018 .075; }
.network-in { stroke: var(--cyan); filter: url(#network-glow); }
.network-out { stroke: var(--green); filter: url(#network-glow); }
.flow-group-1 { --flow-delay: 0s; }
.flow-group-2 { --flow-delay: .18s; }
.flow-group-3 { --flow-delay: .36s; }
.ecosystem-flow-key {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  pointer-events: none;
}
.ecosystem-flow-key span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  background: rgba(5,20,31,.72);
  backdrop-filter: blur(8px);
  font: 740 9px/1 ui-monospace, monospace;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.ecosystem-flow-key span i { width: 23px; height: 2px; border-radius: 2px; background: currentColor; box-shadow: 0 0 10px currentColor; }
.flow-key-in { color: #69cff5; }
.flow-key-out { color: #9ccc58; }
.source-nodes { display: contents; }
.source-node {
  --source-x: 0;
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 5px 11px;
  align-items: center;
  width: 198px;
  min-height: 88px;
  padding: 12px 13px;
  border: 1px solid rgba(151,190,208,.18);
  border-radius: 13px;
  color: #dbe8ee;
  background: linear-gradient(145deg, rgba(18,55,77,.92), rgba(8,29,43,.94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 18px 38px rgba(0,0,0,.24);
  backdrop-filter: blur(9px);
  transform: translateX(var(--source-x));
}
.source-node::before {
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(2,159,227,.3), transparent 36%, rgba(135,189,48,.2)) border-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: .35;
  content: "";
  pointer-events: none;
}
.source-code {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(2,159,227,.3);
  border-radius: 11px;
  color: #b8eafd;
  background: rgba(2,159,227,.11);
  font: 790 10px/1 ui-monospace, monospace;
  letter-spacing: .05em;
}
.source-node > span { display: grid; gap: 4px; min-width: 0; }
.source-node > span strong { font-size: 13px; line-height: 1.2; letter-spacing: -.01em; }
.source-node > span small { overflow: hidden; color: #7f9aaa; font-size: 10px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.source-node > em {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #91bc6e;
  font: 700 8px/1 ui-monospace, monospace;
  font-style: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.source-node > em i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px rgba(135,189,48,.8); }
.source-hr { left: 3.5%; top: 12%; }
.source-machines { left: 2.5%; top: 56%; }
.source-tools { --source-x: -50%; left: 50%; top: 3.5%; }
.source-sales { right: 3.5%; top: 12%; }
.source-field { right: 2.5%; top: 56%; }
.source-finance { --source-x: -50%; left: 50%; bottom: 3.5%; }
.source-order-1 { --node-delay: .04s; }
.source-order-2 { --node-delay: .16s; }
.source-order-3 { --node-delay: .28s; }
.source-order-4 { --node-delay: .40s; }
.source-order-5 { --node-delay: .52s; }
.source-order-6 { --node-delay: .64s; }
.mobile-network-merge { display: none; }
.system-core {
  position: absolute;
  z-index: 5;
  left: 27.5%;
  top: 28.5%;
  width: 45%;
  height: 44%;
  min-height: 296px;
  overflow: hidden;
  border: 1px solid rgba(2,159,227,.42);
  border-radius: 19px;
  color: #193044;
  background: #eef5f8;
  box-shadow:
    0 0 0 7px rgba(2,159,227,.055),
    0 30px 72px rgba(0,0,0,.42),
    0 0 72px rgba(2,159,227,.13);
}
.system-core::before { position: absolute; z-index: 7; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--green), var(--cyan), var(--blue)); content: ""; }
.system-core-top {
  position: relative;
  z-index: 3;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 17px;
  color: #a8bfca;
  background: #091c2a;
}
.system-core-top > span { display: inline-flex; align-items: center; gap: 7px; font: 760 9px/1 ui-monospace, monospace; letter-spacing: .11em; }
.system-core-top > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px rgba(2,159,227,.9); }
.system-core-top > em { color: #91bc6e; font: 760 8px/1 ui-monospace, monospace; font-style: normal; letter-spacing: .1em; }
.system-core-shell { height: calc(100% - 48px); display: grid; grid-template-columns: 52px 1fr; }
.system-core-nav { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 13px 0; background: #10283a; }
.system-core-nav b { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; color: #06131f; background: var(--cyan); font: 840 9px/1 ui-monospace, monospace; }
.system-core-nav i { width: 18px; height: 4px; border-radius: 3px; background: #3e5d70; }
.system-core-nav i.active { width: 27px; height: 25px; border-left: 3px solid var(--green); border-radius: 6px; background: #1e455d; }
.system-core-nav span { flex: 1; width: 24px; border-top: 1px solid #2f4b5d; }
.system-core-main { min-width: 0; padding: 17px 18px 16px; }
.system-core-heading { display: flex; align-items: center; justify-content: space-between; gap: 13px; }
.system-core-heading small { display: block; margin-bottom: 4px; color: #6d8290; font: 760 7px/1 ui-monospace, monospace; letter-spacing: .12em; }
.system-core-heading strong { display: block; color: #163044; font-size: 22px; line-height: 1; letter-spacing: -.035em; }
.core-sync-badge { display: inline-flex; align-items: center; gap: 6px; padding: 7px 8px; border: 1px solid #cce3d7; border-radius: 999px; color: #477450; background: #eff9f1; font-size: 8px; font-weight: 760; white-space: nowrap; }
.core-sync-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.system-core-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 13px; }
.system-core-metrics > span { position: relative; min-width: 0; padding: 9px 10px; overflow: hidden; border: 1px solid #d7e4ea; border-radius: 8px; background: #fff; box-shadow: 0 5px 13px rgba(18,50,70,.04); }
.system-core-metrics small { display: block; color: #748996; font: 730 6px/1 ui-monospace, monospace; letter-spacing: .09em; }
.system-core-metrics b { display: inline-block; margin-top: 6px; color: #163044; font-size: 18px; }
.system-core-metrics em { margin-left: 5px; color: #7e939f; font-size: 7px; font-style: normal; }
.system-core-lower { display: grid; grid-template-columns: 1fr 1.18fr; gap: 7px; margin-top: 8px; }
.core-process, .core-control { min-width: 0; padding: 9px 10px; border: 1px solid #d7e4ea; border-radius: 8px; background: #fff; }
.core-process header, .core-control header { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.core-process header b, .core-control header b { color: #364f60; font-size: 7px; }
.core-process header em { color: #579146; font-size: 7px; font-style: normal; font-weight: 750; }
.core-process > div { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 5px; margin-top: 10px; }
.core-process > div span { color: #687e8b; font-size: 6px; font-weight: 700; }
.core-process > div span.done { color: #28728e; }
.core-process > div i { height: 1px; background: linear-gradient(90deg, var(--green), var(--cyan)); }
.core-control header em { display: inline-flex; align-items: center; gap: 4px; color: #579146; font-size: 7px; font-style: normal; font-weight: 780; text-transform: uppercase; }
.core-control header em i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px rgba(135,189,48,.65); }
.core-control > div { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 4px; margin-top: 8px; }
.core-control > div span { color: #28728e; font-size: 6px; font-weight: 760; }
.core-control > div i { height: 1px; background: linear-gradient(90deg, var(--cyan), var(--green)); }
.core-control > small { display: block; margin-top: 7px; overflow: hidden; color: #7c909b; font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
.system-core-pulse { position: absolute; z-index: 1; left: 50%; top: 50%; width: 92%; aspect-ratio: 1; border: 1px solid rgba(2,159,227,.45); border-radius: 50%; opacity: 0; pointer-events: none; transform: translate(-50%,-50%) scale(.55); }
.ecosystem-caption {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 19px 22px;
  border-top: 1px solid rgba(255,255,255,.09);
  background: #081a28;
}
.ecosystem-caption > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ecosystem-caption > div span { color: #8ca4b2; font-size: 11px; line-height: 1.45; }
.ecosystem-caption > div b { display: block; margin-bottom: 4px; color: var(--cyan); font: 760 8px/1 ui-monospace, monospace; letter-spacing: .12em; }
.is-animating .network-base { animation: network-draw 1.2s cubic-bezier(.2,.8,.2,1) var(--flow-delay) both; }
.is-animating .network-in { animation: network-in 2.15s linear calc(.62s + var(--flow-delay)) both; }
.is-animating .network-out { animation: network-out 1.08s linear calc(3.32s + var(--flow-delay)) both; }
.is-animating .flow-key-in { animation: flow-key-in 2.45s ease both; }
.is-animating .flow-key-out { animation: flow-key-out 4.55s ease both; }
.is-animating .source-node { animation: source-arrive 1.12s cubic-bezier(.2,.9,.2,1) var(--node-delay) both; }
.is-animating .source-node > em { animation: action-arrive 4.58s ease both; }
.is-animating .system-core { animation: core-awaken 4.72s ease both; }
.is-animating .system-core-pulse { animation: core-pulse 4.68s ease-out both; }
.is-animating .core-sync-badge { animation: sync-reveal 4.62s ease both; }
.is-animating .core-control { animation: control-awaken 4.62s ease both; }
.is-animating .mobile-network-merge { animation: merge-reveal 4.5s ease both; }
@keyframes network-draw { from { stroke-dashoffset: 1; opacity: .2; } to { stroke-dashoffset: 0; opacity: 1; } }
@keyframes network-in { 0%, 12% { stroke-dashoffset: .58; opacity: 0; } 22%, 78% { opacity: 1; } 100% { stroke-dashoffset: -.12; opacity: 0; } }
@keyframes network-out { 0%, 10% { stroke-dashoffset: -.08; opacity: 0; } 22%, 74% { opacity: 1; } 100% { stroke-dashoffset: .45; opacity: 0; } }
@keyframes flow-key-in { 0%, 10% { opacity: .3; } 28%, 100% { opacity: 1; } }
@keyframes flow-key-out { 0%, 70% { opacity: .28; } 82%, 100% { opacity: 1; } }
@keyframes source-arrive { 0% { opacity: .28; transform: translateX(var(--source-x)) translateY(8px) scale(.97); } 100% { opacity: 1; transform: translateX(var(--source-x)) translateY(0) scale(1); } }
@keyframes action-arrive { 0%, 70% { opacity: .18; } 84%, 100% { opacity: 1; } }
@keyframes core-awaken { 0%, 44% { box-shadow: 0 0 0 7px rgba(2,159,227,.035), 0 30px 72px rgba(0,0,0,.42), 0 0 30px rgba(2,159,227,.08); } 64%, 82% { box-shadow: 0 0 0 10px rgba(135,189,48,.07), 0 30px 72px rgba(0,0,0,.42), 0 0 90px rgba(2,159,227,.25); } 100% { box-shadow: 0 0 0 7px rgba(2,159,227,.055), 0 30px 72px rgba(0,0,0,.42), 0 0 72px rgba(2,159,227,.13); } }
@keyframes core-pulse { 0%, 48% { opacity: 0; transform: translate(-50%,-50%) scale(.55); } 58% { opacity: .75; } 78%, 100% { opacity: 0; transform: translate(-50%,-50%) scale(1.28); } }
@keyframes sync-reveal { 0%, 58% { opacity: 0; transform: translateY(5px); } 72%, 100% { opacity: 1; transform: translateY(0); } }
@keyframes control-awaken { 0%, 58% { opacity: .45; transform: translateY(3px); } 76%, 100% { opacity: 1; transform: translateY(0); } }
@keyframes merge-reveal { 0%, 22% { opacity: .35; } 48%, 100% { opacity: 1; } }


.services-section { padding: 112px max(22px, calc((100vw - 1380px) / 2)); color: #fff; background: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: clamp(45px, 8vw, 130px); align-items: end; width: 100%; margin: 0 auto 58px; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.light-heading .section-kicker, .services-section .section-kicker { color: var(--cyan); }
.light-heading > p { color: #8fa5b3; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.11); border-left: 1px solid rgba(255,255,255,.11); }
.service-card { position: relative; min-height: 370px; padding: clamp(28px, 3vw, 42px); border-right: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.018); transition: background .25s ease, transform .25s ease; }
.service-card:hover { z-index: 2; background: #0f2a3a; transform: translateY(-3px); }
.featured-service { background: linear-gradient(145deg, rgba(2,159,227,.14), rgba(47,66,146,.08)); }
.service-code { display: inline-flex; padding: 7px 9px; border: 1px solid rgba(2,159,227,.28); border-radius: 6px; color: var(--cyan); font: 750 9px/1 ui-monospace, monospace; letter-spacing: .09em; }
.service-card h3 { max-width: 330px; margin: 74px 0 16px; font-size: 23px; line-height: 1.2; letter-spacing: -.02em; }
.service-card p { margin: 0; color: #93a8b5; font-size: 14px; line-height: 1.7; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 7px 9px; border-radius: 5px; color: #aec0cb; background: rgba(255,255,255,.05); font-size: 9px; letter-spacing: .03em; }
.website-service {
  grid-column: 1 / -1;
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(270px, .72fr) minmax(480px, 1.28fr);
  gap: clamp(38px, 6vw, 90px);
  align-items: center;
  background: linear-gradient(125deg, rgba(47,66,146,.2), rgba(2,159,227,.1) 55%, rgba(135,189,48,.07));
}
.website-service-copy { min-width: 0; }
.website-service h3 { max-width: 680px; margin: 34px 0 16px; font-size: clamp(29px, 3vw, 40px); }
.website-service p { max-width: 760px; }
.website-service .website-service-copy ul { justify-content: flex-start; margin-top: 25px; }
.website-morph { min-width: 0; padding: 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(3,15,24,.42); box-shadow: 0 28px 70px rgba(0,0,0,.25); content-visibility: auto; contain-intrinsic-size: 440px; }
.responsive-stage { position: relative; min-height: 360px; overflow: hidden; border-radius: 12px; background: radial-gradient(circle at 72% 18%, rgba(2,159,227,.17), transparent 29%), linear-gradient(150deg, #102d40, #071620 62%); contain: layout paint; }
.responsive-stage::before { position: absolute; inset: 0; opacity: .16; background: linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px); background-size: 30px 30px; content: ""; }
.device { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.22); background: #0b1720; box-shadow: 0 22px 45px rgba(0,0,0,.34); }
.desktop-device { left: 3.5%; top: 26px; width: 82%; height: 286px; border-radius: 11px; }
.browser-bar { height: 28px; display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; padding: 0 10px; border-bottom: 1px solid #d6dfe3; color: #65747c; background: #edf1f3; font: 600 7px/1 ui-monospace, monospace; }
.browser-bar span { display: flex; gap: 4px; }
.browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #aeb9be; }
.browser-bar i:first-child { background: #e46d5c; }.browser-bar i:nth-child(2) { background: #e9b64f; }.browser-bar i:nth-child(3) { background: #73b85a; }
.browser-bar b { justify-self: center; width: min(220px, 64%); padding: 5px 12px; overflow: hidden; border-radius: 5px; background: #fff; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.device-screen { position: relative; height: calc(100% - 28px); overflow: hidden; background: #fff; }
.phone-device { z-index: 6; right: 3.5%; bottom: 19px; width: 22%; height: 278px; padding: 18px 6px 7px; border: 3px solid #172b38; border-radius: 24px; background: #07131d; }
.phone-speaker { position: absolute; top: 8px; left: 50%; width: 34%; height: 3px; border-radius: 4px; background: #40515d; transform: translateX(-50%); }
.phone-device .device-screen { height: 100%; border-radius: 14px; }
.site-layer { position: absolute; inset: 0; overflow: hidden; }
.site-before { z-index: 1; background: #d6d1c4; }
.site-after { z-index: 2; clip-path: inset(0 100% 0 0); background: #f8fbfd; }
.legacy-site-layout { width: 100%; min-width: 390px; height: 100%; color: #222; background: #d9d4c8; font-family: "Times New Roman", serif; }
.legacy-site-logo { height: 48px; display: flex; align-items: center; padding: 0 15px; border-bottom: 3px ridge #888; color: #fff400; background: linear-gradient(#003a8c, #001952); font-size: 16px; font-weight: 800; text-shadow: 1px 1px #000; }
.legacy-site-nav { height: 26px; display: flex; gap: 2px; padding: 3px; border-bottom: 2px outset #efefef; background: #aaa; }
.legacy-site-nav i { width: 65px; border: 2px outset #eee; background: #d9d9d9; }
.legacy-site-body { display: grid; grid-template-columns: 92px 1fr; min-height: 210px; border: 5px solid #6d695f; background: #fff; }
.legacy-site-body aside { display: grid; align-content: start; gap: 8px; padding: 10px 7px; background: #cfcbc1; }
.legacy-site-body aside i { height: 18px; border: 2px outset #eee; background: #bab7ae; }
.legacy-site-body > div { padding: 14px; }
.legacy-site-body b { display: block; margin-bottom: 16px; color: #002b81; font-size: 16px; text-decoration: underline; }
.legacy-site-body span { display: block; width: 94%; height: 6px; margin: 8px 0; background: #aaa; }
.legacy-site-body span:nth-of-type(2) { width: 74%; }
.legacy-site-body em { display: block; width: 150px; margin-top: 22px; padding: 7px; border: 2px dashed #d91c1c; color: #bd1515; background: #fff7a8; font-size: 10px; font-weight: 800; text-align: center; }
.modern-site-layout { height: 100%; display: grid; grid-template-rows: 43px 1fr 68px; color: #152635; background: #f6fafc; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.modern-site-nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 17px; color: #dce8ee; background: #081926; }
.modern-site-nav > b { color: var(--cyan); font: 820 9px/1 ui-monospace, monospace; letter-spacing: .09em; }
.modern-site-nav > span { display: flex; gap: 10px; }
.modern-site-nav > span i { width: 28px; height: 3px; border-radius: 4px; background: #658092; }
.modern-site-nav em { padding: 7px 10px; border-radius: 5px; color: #071620; background: var(--green); font-size: 7px; font-style: normal; font-weight: 800; }
.modern-site-hero { position: relative; display: grid; align-content: center; padding: 18px 20px; overflow: hidden; background: linear-gradient(115deg, #e9f7fb, #f9fbfc 68%); }
.modern-site-hero::after { position: absolute; right: -20px; bottom: -52px; width: 170px; height: 170px; border: 24px solid rgba(2,159,227,.11); border-radius: 50%; content: ""; }
.modern-site-hero small { color: var(--blue); font: 780 6px/1 ui-monospace, monospace; letter-spacing: .12em; }
.modern-site-hero b { z-index: 1; max-width: 330px; margin-top: 8px; font-size: 18px; line-height: 1.04; letter-spacing: -.035em; }
.modern-site-hero span { z-index: 1; max-width: 300px; margin-top: 7px; color: #667884; font-size: 7px; line-height: 1.45; }
.modern-site-hero > i { width: 62px; height: 17px; margin-top: 10px; border-radius: 4px; background: var(--cyan); }
.modern-site-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 8px 17px 10px; background: #fff; }
.modern-site-cards > span { display: grid; align-content: center; gap: 7px; padding: 7px; border: 1px solid #dce7ec; border-radius: 6px; }
.modern-site-cards i { width: 16px; height: 16px; border-radius: 5px; background: rgba(2,159,227,.18); }
.modern-site-cards b { width: 70%; height: 4px; border-radius: 3px; background: #8ea1ad; }
.phone-device .legacy-site-layout { min-width: 390px; }
.phone-device .modern-site-layout { grid-template-rows: 34px 1fr 92px; }
.phone-device .modern-site-nav { padding: 0 8px; }
.phone-device .modern-site-nav > span { display: grid; gap: 3px; }
.phone-device .modern-site-nav > span i { width: 13px; height: 2px; }
.phone-device .modern-site-nav > span i:nth-child(n+2) { display: block; }
.phone-device .modern-site-nav em { display: none; }
.phone-device .modern-site-hero { padding: 12px 9px; }
.phone-device .modern-site-hero::after { width: 85px; height: 85px; right: -38px; bottom: -28px; border-width: 12px; }
.phone-device .modern-site-hero small { font-size: 4px; }
.phone-device .modern-site-hero b { max-width: 88%; font-size: 10px; }
.phone-device .modern-site-hero span { max-width: 84%; font-size: 5px; }
.phone-device .modern-site-hero > i { width: 38px; height: 13px; }
.phone-device .modern-site-cards { grid-template-columns: 1fr; gap: 4px; padding: 6px 8px; }
.phone-device .modern-site-cards > span { grid-template-columns: 12px 1fr; align-items: center; gap: 5px; padding: 4px; }
.phone-device .modern-site-cards i { width: 10px; height: 10px; }
.phone-device .modern-site-cards b { width: 75%; }
.website-morph-caption { padding: 14px 4px 2px; border-top: 0; }

.use-cases { width: min(1380px, calc(100% - 44px)); margin: 0 auto; padding: 112px 0; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 125px); }
.use-cases h2 { max-width: 570px; margin: 0; font-size: clamp(37px, 4vw, 59px); line-height: 1.07; letter-spacing: -.046em; }
.use-case-list { display: flex; flex-wrap: wrap; align-content: center; gap: 11px; }
.use-case-list span { padding: 14px 17px; border: 1px solid #d5dfe4; border-radius: 9px; color: #42535e; background: #fff; font-size: 13px; font-weight: 680; box-shadow: 0 6px 16px rgba(14,34,47,.035); }

.ai-section { padding: 112px max(22px, calc((100vw - 1380px) / 2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); background: #e5f4f8; }
.ai-copy > p:not(.section-kicker) { margin: 27px 0 0; color: #536873; font-size: 16px; line-height: 1.8; }
.ai-copy .text-link { margin-top: 28px; }
.ai-path { display: grid; border-top: 1px solid #c7dce3; }
.ai-path article { display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: start; padding: 25px 0; border-bottom: 1px solid #c7dce3; }
.ai-path article > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--blue); background: #fff; font: 750 10px/1 ui-monospace, monospace; box-shadow: 0 7px 20px rgba(18,91,121,.08); }
.ai-path h3 { margin: 0 0 7px; font-size: 20px; letter-spacing: -.015em; }
.ai-path p { margin: 0; color: #5b707b; font-size: 14px; line-height: 1.6; }

.process-section { width: min(1380px, calc(100% - 44px)); margin: 0 auto; padding: 116px 0 126px; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.process-steps li { padding: 33px clamp(20px, 2.3vw, 34px) 40px 0; }
.process-steps li + li { padding-left: clamp(20px, 2.3vw, 34px); border-left: 1px solid var(--line); }
.process-steps span { color: var(--blue); font: 750 10px/1 ui-monospace, monospace; }
.process-steps h3 { margin: 54px 0 14px; font-size: 20px; line-height: 1.2; }
.process-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.about-section { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 660px; color: #fff; background: #0a1b28; }
.about-brand-panel { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7vw, 100px); overflow: hidden; background: linear-gradient(145deg, rgba(2,159,227,.12), transparent 45%), #07131d; }
.about-brand-panel::before { content: ""; position: absolute; inset: 0; opacity: .2; background: linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px); background-size: 40px 40px; }
.logo-tile { position: relative; z-index: 1; display: grid; place-items: center; width: min(310px, 100%); aspect-ratio: 1.8/1; border-radius: 17px; background: #fff; box-shadow: 0 24px 65px rgba(0,0,0,.32); }
.logo-tile img { width: 84%; height: 84%; object-fit: contain; image-rendering: auto; }
.about-brand-panel > p { position: relative; z-index: 1; margin: 48px 0 28px; color: #d5e0e6; font-size: clamp(25px, 3vw, 39px); font-weight: 700; line-height: 1.15; letter-spacing: -.035em; }
.about-brand-panel .brand-rule { position: relative; z-index: 1; width: min(310px,100%); }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 120px); }
.about-copy .section-kicker { color: var(--cyan); }
.about-copy > p:not(.section-kicker) { max-width: 780px; margin: 25px 0 0; color: #9eb1bd; font-size: 16px; line-height: 1.8; }
.about-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 42px; }
.about-facts span { padding: 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; color: #dce6eb; font-size: 12px; }
.about-facts small { display: block; margin-bottom: 8px; color: #6f8a9a; font: 750 8px/1 ui-monospace, monospace; letter-spacing: .12em; }

.faq-section { width: min(1380px, calc(100% - 44px)); margin: 0 auto; padding: 120px 0; display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(50px, 9vw, 140px); }
.faq-intro { align-self: start; position: sticky; top: 120px; }
.faq-intro > p:last-child { margin: 25px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.faq-list { border-top: 1px solid #cfd9de; }
.faq-list details { border-bottom: 1px solid #cfd9de; }
.faq-list summary { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 25px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 730; line-height: 1.35; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #c7d3d9; border-radius: 50%; color: var(--blue); font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -2px 55px 26px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.contact-section { padding: 120px max(22px, calc((100vw - 1380px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 140px); align-items: start; color: #fff; background: var(--ink); }
.contact-copy { position: sticky; top: 120px; }
.contact-copy h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1.01; letter-spacing: -.055em; }
.contact-copy > p:not(.eyebrow) { max-width: 600px; margin: 27px 0 0; color: #9db0bc; font-size: 16px; line-height: 1.75; }
.messenger-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 36px; }
.messenger { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; min-height: 70px; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; background: rgba(255,255,255,.035); }
.messenger > b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 9px; color: #07131d; font: 800 10px/1 ui-monospace, monospace; }
.whatsapp > b { background: #74d36d; }
.telegram > b { background: #64c6ec; }
.messenger span { font-size: 13px; font-weight: 750; }
.messenger small { display: block; margin-bottom: 4px; color: #718996; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.messenger svg { color: #8199a7; }
.direct-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.direct-contact a { padding: 15px; border-bottom: 1px solid rgba(255,255,255,.12); color: #d8e3e8; font-size: 12px; }
.direct-contact small { display: block; margin-bottom: 8px; color: #6c8594; font: 750 8px/1 ui-monospace, monospace; letter-spacing: .11em; }
.contact-form { position: relative; display: grid; gap: 19px; padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: #0d2331; box-shadow: 0 34px 85px rgba(0,0,0,.3); }
.contact-form::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; border-radius: 18px 18px 0 0; background: linear-gradient(90deg, var(--green), var(--orange), var(--cyan), var(--violet)); }
.form-topline { display: flex; align-items: center; gap: 12px; margin-bottom: 7px; color: #738c9b; font: 750 8px/1 ui-monospace, monospace; letter-spacing: .1em; }
.form-topline span { color: var(--cyan); }
.form-topline i { flex: 1; height: 1px; background: rgba(255,255,255,.1); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: #a9bbc5; font-size: 11px; font-weight: 700; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; outline: 0; background: rgba(255,255,255,.035); color: #fff; font: 400 14px/1.4 inherit; transition: border .2s ease, background .2s ease; }
.contact-form input:not([type="checkbox"]), .contact-form select { height: 49px; padding: 0 13px; }
.contact-form textarea { resize: vertical; min-height: 130px; padding: 13px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--cyan); background: rgba(2,159,227,.055); }
.contact-form option { color: #14212a; }
.privacy-check { grid-template-columns: 18px 1fr; align-items: start; gap: 10px !important; color: #8298a5 !important; font-weight: 400 !important; line-height: 1.5; }
.privacy-check input { width: 16px; height: 16px; accent-color: var(--cyan); }
.privacy-check a { color: var(--cyan); text-decoration: underline; text-underline-offset: 2px; }
.contact-form button { border: 0; cursor: pointer; }
.contact-form button:disabled { cursor: wait; opacity: .72; }
.form-note { margin: -6px 0 0; color: #6f8795; font-size: 9px; line-height: 1.55; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { scroll-margin-top: 120px; padding: 14px 16px; border-radius: 9px; outline: 0; font-size: 12px; line-height: 1.6; }
.form-status:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
.form-status strong { display: block; margin-bottom: 3px; color: #fff; }
.form-status ul { margin: 6px 0 0; padding-left: 18px; }
.form-status.success { border: 1px solid rgba(135,189,48,.35); background: rgba(135,189,48,.10); color: #bfe1b2; }
.form-status.error { border: 1px solid rgba(240,162,56,.35); background: rgba(240,162,56,.09); color: #dfc29a; }

.site-footer { padding: 68px max(22px, calc((100vw - 1380px) / 2)) 24px; color: #fff; background: #041019; }
.cookie-note { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: clamp(20px, 3vw, 42px); align-items: center; margin-bottom: 52px; padding: clamp(23px, 3vw, 32px); overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: linear-gradient(125deg, rgba(135,189,48,.12), rgba(2,159,227,.08) 52%, rgba(235,91,29,.08)); box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 24px 70px rgba(0,0,0,.18); }
.cookie-note::before { position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(180deg, var(--green), var(--cyan), var(--orange)); content: ""; }
.cookie-note-tag { padding: 8px 11px; border: 1px solid rgba(135,189,48,.32); border-radius: 999px; color: #b8da81; background: rgba(135,189,48,.08); font: 760 9px/1 ui-monospace, monospace; letter-spacing: .13em; white-space: nowrap; }
.cookie-note-copy { min-width: 0; }
.cookie-note-copy strong { display: block; margin-bottom: 7px; color: #fff; font-size: clamp(19px, 2vw, 26px); letter-spacing: -.025em; }
.cookie-note-copy p { max-width: 690px; margin: 0; color: #9bb0bc; font-size: 12px; line-height: 1.65; }
.cookie-note-link { display: inline-flex; align-items: center; gap: 9px; color: var(--cyan); font-size: 11px; font-weight: 760; white-space: nowrap; }
.cookie-note-link:hover { color: #76d8fa; }
.cookie-note-link:focus-visible { border-radius: 3px; outline: 2px solid var(--cyan); outline-offset: 4px; }
.cookie-note-link svg { transition: transform .2s ease; }
.cookie-note-link:hover svg { transform: translate(2px, -2px); }
.footer-main { display: grid; grid-template-columns: 1fr 1.3fr auto; gap: 35px; align-items: center; padding-bottom: 47px; }
.footer-main > p { margin: 0; color: #8197a4; font-size: 14px; line-height: 1.6; }
.support-link { display: inline-flex; align-items: center; gap: 9px; color: var(--cyan); font-size: 12px; font-weight: 740; }
.footer-meta { display: grid; grid-template-columns: 1fr auto auto; gap: 32px; align-items: center; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.08); color: #617988; font-size: 9px; }
.footer-meta nav { display: flex; gap: 18px; color: #93a8b4; }
.site-footer > .brand-rule { height: 3px; }

.legal-page { min-height: 100vh; background: #f5f7f8; }
.legal-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 max(22px, calc((100vw - 1180px) / 2)); color: #fff; background: var(--ink); border-bottom: 3px solid transparent; border-image: linear-gradient(90deg, var(--green), var(--cyan), var(--blue)) 1; }
.legal-back { font-size: 12px; font-weight: 720; color: #b3c3cc; }
.legal-content { width: min(900px, calc(100% - 44px)); margin: 0 auto; padding: 95px 0 115px; }
.legal-content h1 { margin: 0 0 58px; font-size: clamp(50px, 7vw, 82px); line-height: 1; letter-spacing: -.06em; }
.legal-lead { max-width: 760px; margin: -27px 0 55px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.legal-content section { scroll-margin-top: 110px; padding: 32px 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 17px; font-size: 23px; letter-spacing: -.025em; }
.legal-content p, .legal-content dd { color: #52616a; font-size: 14px; line-height: 1.78; }
.legal-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-content dl { margin: 0; }
.legal-content dl div { display: grid; grid-template-columns: 220px 1fr; gap: 20px; padding: 11px 0; border-bottom: 1px solid #e2e8eb; }
.legal-content dt { color: #23323b; font-size: 13px; font-weight: 750; }
.legal-content dd { margin: 0; }
.legal-content code { padding: 2px 6px; border-radius: 4px; background: #e5ecef; color: #27424f; font-size: .9em; }
.legal-content .legal-objection { margin: 24px 0; padding: 18px 20px; border-left: 3px solid var(--blue); border-radius: 0 8px 8px 0; background: #e9eef6; color: #334552; }
.legal-content .legal-objection strong { color: #172b3a; }
.legal-updated { margin-top: 34px; color: #82919a !important; font: 700 10px/1.4 ui-monospace, monospace !important; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { display: grid; gap: 5px; width: 42px; height: 42px; place-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 18px; height: 2px; background: #fff; }
  .mobile-menu nav { position: fixed; left: 14px; right: 14px; top: 92px; display: grid; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: #0a1b28; box-shadow: 0 28px 70px rgba(0,0,0,.45); }
  .mobile-menu nav a { padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 14px; }
  .mobile-menu nav a:last-child { border: 0; color: var(--cyan); }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 840px; }
  .transformation-card { max-width: 700px; }
  .core-solution, .ai-section, .about-section, .faq-section, .contact-section { grid-template-columns: 1fr; }
  .solution-visual { max-width: 850px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .website-service { grid-template-columns: 1fr; min-height: auto; }
  .website-morph { width: 100%; max-width: 820px; }
  .use-cases { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .about-brand-panel { min-height: 520px; }
  .faq-intro, .contact-copy { position: static; }
  .cookie-note { grid-template-columns: auto 1fr; }
  .cookie-note-link { grid-column: 2; justify-self: start; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .support-link { grid-column: 1 / -1; }
}

@media (max-width: 880px) {
  .ecosystem-heading { grid-template-columns: 1fr; gap: 24px; }
  .ecosystem-heading > p { max-width: 720px; }
  .ecosystem-visual { margin-top: 40px; }
  .ecosystem-canvas { min-height: 0; aspect-ratio: auto; display: grid; gap: 18px; padding: 22px; }
  .ecosystem-canvas::before { inset: 15% -20%; }
  .ecosystem-canvas::after { inset: 31% -6%; }
  .ecosystem-network { display: none; }
  .ecosystem-flow-key { position: relative; inset: auto; order: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .ecosystem-flow-key span { justify-content: center; text-align: center; }
  .source-nodes { position: relative; z-index: 3; order: 2; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .source-node { --source-x: 0; position: relative; inset: auto; width: auto; min-height: 88px; transform: none; }
  .mobile-network-merge { position: relative; z-index: 3; order: 3; display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; color: #7e9bab; font: 730 9px/1 ui-monospace, monospace; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
  .mobile-network-merge i { height: 1px; background: linear-gradient(90deg, transparent, rgba(2,159,227,.72)); }
  .mobile-network-merge i:last-child { background: linear-gradient(90deg, rgba(135,189,48,.72), transparent); }
  .system-core { position: relative; inset: auto; order: 4; width: 100%; height: auto; min-height: 340px; }
  .system-core-shell { min-height: 292px; }
  .ecosystem-caption > div { gap: 14px; }
}

@media (max-width: 720px) {
  .site-header { height: 72px; gap: 13px; padding: 0 18px; }
  .brand { padding: 3px 7px; border-radius: 9px; }
  .brand-logo { width: auto; height: 46px; }
  .header-actions { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { display: grid; gap: 5px; width: 42px; height: 42px; place-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 18px; height: 2px; background: #fff; }
  .mobile-menu nav { position: fixed; left: 14px; right: 14px; top: 82px; display: grid; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: #0a1b28; box-shadow: 0 28px 70px rgba(0,0,0,.45); }
  .mobile-menu nav a { padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 14px; }
  .mobile-menu nav a:last-child { border: 0; color: var(--cyan); }
  .hero { min-height: auto; padding: 126px 20px 35px; }
  .hero h1 { font-size: clamp(50px, 15vw, 67px); }
  .hero-lead { margin-top: 26px; font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-trust { display: grid; }
  .transformation-card { margin-top: 6px; }
  .motion-intro { display: grid; gap: 7px; align-items: start; padding: 18px 14px 12px; }
  .motion-intro strong { text-align: left; }
  .morph-stage { height: 305px; margin: 0 12px 14px; }
  .legacy-ribbon i:nth-child(n+5) { display: none; }
  .legacy-access-panel { right: 9px; bottom: 10px; width: 116px; }
  .warning-one { left: 9px; bottom: 44px; }
  .warning-two { left: 54px; bottom: 10px; }
  .modern-webapp { grid-template-columns: 47px 1fr; }
  .modern-app-nav { gap: 13px; padding: 13px 0; }
  .modern-app-nav b { width: 28px; height: 28px; }
  .modern-app-nav i.active { width: 27px; height: 25px; }
  .modern-app-main { padding: 13px; }
  .modern-app-head strong { font-size: 14px; }
  .modern-app-head > b { padding: 8px; font-size: 6px; }
  .modern-kpis { gap: 5px; margin-top: 15px; }
  .modern-kpis span { padding: 9px 7px; }
  .modern-kpis small { font-size: 6px; }
  .modern-kpis b { margin-top: 6px; font-size: 16px; }
  .modern-content-grid { grid-template-columns: 1fr; gap: 0; }
  .modern-chart { padding: 10px; }
  .modern-chart > span { height: 67px; }
  .modern-activity { display: none; }
  .motion-caption, .website-morph-caption { grid-template-columns: minmax(0, 1fr) auto; gap: 9px 12px; padding: 14px; }
  .motion-caption > span:first-child, .website-morph-caption > span:first-child { grid-column: 1; grid-row: 1; }
  .motion-caption > span:nth-of-type(2), .website-morph-caption > span:nth-of-type(2) { grid-column: 1; grid-row: 2; }
  .motion-caption > i, .website-morph-caption > i { display: none; }
  .motion-replay { grid-column: 2; grid-row: 1 / 3; align-self: stretch; }
  .hero-foot { grid-template-columns: 1fr; gap: 12px; margin-top: 38px; }
  .hero-foot p:last-child { display: none; }
  .intro { width: min(100% - 40px, 1380px); padding: 82px 0 84px; }
  .intro-grid { grid-template-columns: 1fr; gap: 30px; }
  .intro h2 { font-size: 42px; }
  .core-solution { width: calc(100% - 40px); margin-bottom: 82px; }
  .core-solution h2, .section-heading h2, .ai-section h2, .about-copy h2, .faq-intro h2 {
    font-size: clamp(32px, 10vw, 40px);
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .solution-visual figcaption { left: 9px; right: 9px; bottom: 9px; padding: 8px 10px; font-size: 8px; }
  .ecosystem-section { padding: 0 20px 82px; }
  .ecosystem-heading { gap: 20px; }
  .ecosystem-heading h2 { font-size: clamp(32px, 10vw, 40px); overflow-wrap: anywhere; hyphens: auto; }
  .ecosystem-heading > p { font-size: 15px; line-height: 1.7; }
  .ecosystem-visual { margin-top: 32px; border-radius: 20px; }
  .ecosystem-canvas { gap: 14px; padding: 14px; }
  .ecosystem-flow-key { grid-template-columns: 1fr; gap: 6px; }
  .ecosystem-flow-key span { min-height: 34px; }
  .source-nodes { gap: 8px; }
  .source-node { grid-template-columns: 36px 1fr; gap: 4px 8px; min-height: 80px; padding: 10px; border-radius: 10px; }
  .source-code { width: 36px; height: 36px; border-radius: 9px; }
  .source-node > span strong { font-size: 12px; }
  .source-node > span small { font-size: 9px; }
  .mobile-network-merge { gap: 8px; font-size: 8px; }
  .system-core { min-height: 0; border-radius: 14px; }
  .system-core-top { padding: 0 12px; }
  .system-core-top > span { font-size: 8px; letter-spacing: .08em; }
  .system-core-top > em { font-size: 7px; }
  .system-core-shell { min-height: 0; grid-template-columns: 1fr; }
  .system-core-nav { display: none; }
  .system-core-main { padding: 15px; }
  .system-core-heading strong { font-size: 20px; }
  .core-sync-badge { padding: 6px 7px; font-size: 7px; }
  .system-core-metrics { gap: 6px; }
  .system-core-metrics > span { padding: 9px 7px; }
  .system-core-lower { grid-template-columns: 1fr; gap: 6px; }
  .core-process, .core-control { padding: 10px; }
  .ecosystem-caption { grid-template-columns: 1fr; gap: 16px; padding: 17px 14px; }
  .ecosystem-caption > div { grid-template-columns: 1fr; gap: 10px; }
  .ecosystem-caption > div span { display: grid; grid-template-columns: auto 1fr; gap: 8px; align-items: baseline; }
  .ecosystem-caption > div b { margin: 0; }
  .ecosystem-caption .motion-replay { grid-column: 1; grid-row: auto; align-self: auto; justify-self: start; }
  .services-section, .ai-section, .contact-section { padding: 82px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 40px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; padding: 28px; }
  .service-card h3 { margin-top: 58px; }
  .website-service { grid-template-columns: 1fr; gap: 30px; padding: 28px 20px; }
  .website-service h3 { overflow-wrap: anywhere; hyphens: auto; }
  .website-service ul { justify-content: flex-start; }
  .website-morph { padding: 8px; }
  .responsive-stage { min-height: 300px; }
  .desktop-device { left: 2%; top: 21px; width: 92%; height: 236px; }
  .phone-device { right: 2%; bottom: 12px; width: 32%; height: 226px; padding: 17px 4px 6px; border-radius: 19px; }
  .motion-replay { min-height: 42px; }
  .use-cases { width: calc(100% - 40px); padding: 82px 0; gap: 36px; }
  .use-cases h2 { font-size: clamp(32px, 10vw, 40px); overflow-wrap: anywhere; hyphens: auto; }
  .use-case-list span { width: 100%; }
  .ai-path article { grid-template-columns: 48px 1fr; gap: 14px; }
  .process-section { width: calc(100% - 40px); padding: 84px 0; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li, .process-steps li + li { padding: 28px 0 32px; border-left: 0; border-bottom: 1px solid var(--line); }
  .process-steps li:last-child { border-bottom: 0; }
  .process-steps h3 { margin-top: 25px; }
  .about-brand-panel { min-height: 430px; padding: 50px 24px; }
  .about-copy { padding: 72px 20px; }
  .about-facts { grid-template-columns: 1fr; }
  .faq-section { width: calc(100% - 40px); padding: 84px 0; }
  .faq-list summary { font-size: 15px; }
  .faq-list details p { margin-right: 0; }
  .contact-copy h2 { font-size: clamp(36px, 11vw, 46px); overflow-wrap: anywhere; hyphens: auto; }
  .messenger-links, .direct-contact, .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 27px 20px; }
  .cookie-note { grid-template-columns: 1fr; gap: 17px; margin-bottom: 42px; padding: 23px 21px; }
  .cookie-note-tag { justify-self: start; white-space: normal; }
  .cookie-note-link { grid-column: auto; white-space: normal; }
  .footer-main, .footer-meta { grid-template-columns: 1fr; }
  .footer-main { gap: 24px; }
  .footer-meta { gap: 15px; }
  .legal-header { min-height: 72px; padding: 0 18px; }
  .legal-content { width: calc(100% - 40px); padding: 72px 0 85px; }
  .legal-content h1 { margin-bottom: 44px; font-size: clamp(36px, 12vw, 54px); overflow-wrap: anywhere; hyphens: auto; }
  .legal-lead { margin-top: -17px; font-size: 16px; }
  .legal-content dl div { grid-template-columns: 1fr; gap: 3px; }
}

@media (max-width: 420px) {
  .modern-app-head > b { display: none; }
  .source-nodes { grid-template-columns: 1fr; }
  .source-node { min-height: 72px; }
  .source-node > span strong { overflow-wrap: anywhere; }
  .system-core-top > em { display: none; }
  .system-core-heading { align-items: flex-start; }
  .ecosystem-caption > div span { grid-template-columns: 1fr; gap: 3px; }
  .ecosystem-caption .motion-replay { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .morph-after, .site-after { clip-path: inset(0) !important; animation: none !important; }
  .morph-sweep, .site-sweep, .motion-replay { display: none !important; animation: none !important; }
  .network-base { stroke-dashoffset: 0 !important; opacity: 1 !important; animation: none !important; }
  .network-flow, .system-core-pulse { display: none !important; animation: none !important; }
  .source-node { opacity: 1 !important; animation: none !important; transform: translateX(var(--source-x, 0)) !important; }
  .system-core, .core-sync-badge, .core-control, .ecosystem-flow-key span, .source-node > em { opacity: 1 !important; animation: none !important; transform: none !important; }
  .mobile-network-merge { opacity: 1 !important; animation: none !important; }
}
