:root {
  --bg: #020713;
  --bg-soft: #071426;
  --panel: rgba(5, 19, 36, .72);
  --line: rgba(30, 214, 255, .18);
  --text: #f5f8fb;
  --muted: #aebdcd;
  --cyan: #00d8ff;
  --cyan-soft: #4deaff;
  --max: 1360px;
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 18%, rgba(0, 163, 255, .10), transparent 31rem),
    linear-gradient(180deg, #01040c 0%, #030a18 52%, #020713 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
#network {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  opacity: 1;
}
.page-glow {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 48%, rgba(0, 156, 255, .08), transparent 26rem),
    radial-gradient(circle at 84% 48%, rgba(0, 156, 255, .08), transparent 26rem),
    linear-gradient(90deg, rgba(2,7,19,.38), transparent 22%, transparent 78%, rgba(2,7,19,.38)),
    linear-gradient(180deg, rgba(2,7,19,.05), rgba(2,7,19,.62));
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  width: min(calc(100% - 64px), var(--max));
  margin: 18px auto 0;
  padding: 14px 18px;
  border: 1px solid transparent;
  border-radius: 18px;
  transition: .3s ease;
}
.site-header.scrolled {
  background: rgba(2, 8, 20, .82);
  border-color: rgba(77, 234, 255, .12);
  box-shadow: 0 15px 50px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: max-content;
  font-weight: 650;
  letter-spacing: .02em;
  font-size: 22px;
}
.brand strong { color: var(--cyan-soft); font-weight: 700; }
.brand-mark { width: 45px; height: 45px; }
.brand-mark svg { width: 100%; height: 100%; overflow: visible; }
.brand-mark path, .brand-mark circle {
  fill: none;
  stroke: var(--cyan);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}
.main-nav a {
  position: relative;
  color: #dce7ef;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -10px;
  height: 1px;
  background: var(--cyan);
  transition: .25s ease;
}
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-cta {
  justify-self: end;
  padding: 12px 22px;
  border: 1px solid var(--cyan);
  border-radius: 12px;
  color: var(--cyan-soft);
  font-size: 14px;
}
.menu-toggle { display: none; }
.section { position: relative; width: min(calc(100% - 64px), var(--max)); margin: 0 auto; }
.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 175px 0 190px;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .10;
  pointer-events: none;
}
.hero::before { left: -30vw; top: 15%; background: #00d8ff; }
.hero::after { right: -30vw; top: 25%; background: #006eff; }
.hero-content { position: relative; text-align: center; max-width: 1180px; width: 100%; }
.eyebrow {
  margin: 0 0 20px;
  color: var(--cyan-soft);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  font-size: clamp(58px, 6.2vw, 100px);
  line-height: 1;
  letter-spacing: .09em;
  white-space: nowrap;
  font-weight: 400;
  text-shadow: 0 0 38px rgba(0, 216, 255, .15);
}
.hero h1 span {
  color: var(--cyan);
  background: linear-gradient(180deg, #56f1ff, #00acd8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero h2 {
  margin: 24px 0 14px;
  color: #c0cedb;
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 350;
}
.hero-copy {
  max-width: 740px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.65;
}
.hero-actions { display: flex; justify-content: center; gap: 18px; margin-top: 38px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary {
  background: linear-gradient(135deg, #0cd8ff, #008dcb);
  box-shadow: 0 15px 45px rgba(0, 174, 225, .25);
}
.button-secondary {
  border: 1px solid rgba(0, 216, 255, .8);
  background: rgba(2, 12, 26, .62);
}
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 116px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: #a9bac9;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.mouse {
  position: relative;
  width: 24px;
  height: 40px;
  border: 1px solid #cfdae3;
  border-radius: 15px;
}
.mouse i {
  position: absolute;
  left: 50%;
  top: 8px;
  width: 3px;
  height: 7px;
  border-radius: 3px;
  background: var(--cyan);
  transform: translateX(-50%);
  animation: scroll 1.8s infinite;
}
@keyframes scroll { 0% {opacity:0; transform:translate(-50%,0)} 35%{opacity:1} 100%{opacity:0; transform:translate(-50%,13px)} }
.feature-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 20px;
  border: 1px solid rgba(71, 219, 255, .12);
  border-radius: 18px;
  background: rgba(2, 12, 27, .72);
  backdrop-filter: blur(18px);
}
.feature-strip article {
  display: flex;
  gap: 15px;
  padding: 5px 23px;
  border-right: 1px solid rgba(71, 219, 255, .12);
}
.feature-strip article:last-child { border-right: 0; }
.feature-icon { color: var(--cyan); font-size: 31px; line-height: 1; }
.feature-strip h3 { margin: 0 0 7px; font-size: 14px; font-weight: 550; text-transform: uppercase; }
.feature-strip p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.content-section { padding: 130px 0; }
.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading h2, .contact-panel h2 {
  margin: 0 0 22px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.06;
  font-weight: 420;
  letter-spacing: -.035em;
}
.section-heading > p:last-child, .contact-panel > div > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.glass-card, .solution-card {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 34px;
  border: 1px solid rgba(68, 223, 255, .13);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(8, 29, 51, .75), rgba(3, 12, 26, .66));
  backdrop-filter: blur(16px);
}
.glass-card::before, .solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(0,216,255,.06), transparent 65%);
  transform: translateX(-100%);
  transition: transform .7s ease;
}
.glass-card:hover::before, .solution-card:hover::before { transform: translateX(100%); }
.glass-card > span { color: var(--cyan); font-size: 13px; letter-spacing: .12em; }
.glass-card h3, .solution-card h3 { margin: 62px 0 14px; font-size: 22px; font-weight: 500; }
.glass-card p, .solution-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.solution-card { min-height: 320px; }
.solution-number {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(0,216,255,.34);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 13px;
}
.solution-card h3 { margin-top: 58px; }
.technology-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.tech-orbit { position: relative; min-height: 500px; display: grid; place-items: center; }
.orbit-core {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,216,255,.25), rgba(0,34,62,.8));
  font-size: 28px;
  box-shadow: 0 0 70px rgba(0,216,255,.28);
}
.orbit { position: absolute; border: 1px solid rgba(0,216,255,.22); border-radius: 50%; }
.orbit-one { width: 300px; height: 300px; animation: spin 26s linear infinite; }
.orbit-two { width: 450px; height: 450px; animation: spin 40s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
.orbit-node {
  position: absolute;
  padding: 8px 13px;
  border: 1px solid rgba(0,216,255,.25);
  border-radius: 20px;
  background: rgba(2,14,30,.88);
  color: var(--cyan-soft);
  font-size: 11px;
  letter-spacing: .12em;
}
.node-one { top: 20%; left: 23%; }
.node-two { top: 29%; right: 16%; }
.node-three { bottom: 20%; left: 16%; }
.node-four { bottom: 14%; right: 24%; }
.tech-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 50px; background: rgba(0,216,255,.12); border: 1px solid rgba(0,216,255,.12); border-radius: var(--radius); overflow: hidden; }
.tech-item { display: flex; flex-direction: column; gap: 10px; padding: 28px; background: rgba(3,13,28,.92); }
.tech-item strong { color: var(--cyan-soft); font-weight: 550; }
.tech-item span { color: var(--muted); line-height: 1.55; }
.contact-section { padding: 100px 0 150px; }
.contact-panel {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 50px;
  align-items: center;
  padding: clamp(35px, 6vw, 80px);
  border: 1px solid rgba(0,216,255,.2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 50%, rgba(0,216,255,.12), transparent 32%),
    rgba(3,15,31,.84);
  backdrop-filter: blur(20px);
}
.contact-actions { display: flex; flex-direction: column; gap: 14px; }
.contact-note { grid-column: 1 / -1; margin: 0; color: #70869a; font-size: 12px; }
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 64px), var(--max));
  margin: 0 auto;
  padding: 30px 0 45px;
  border-top: 1px solid rgba(0,216,255,.12);
  color: #7890a5;
  font-size: 13px;
}
.footer-brand { font-size: 17px; }
.footer-brand .brand-mark { width: 34px; height: 34px; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
  .site-header { grid-template-columns: 1fr auto auto; width: min(calc(100% - 32px), var(--max)); }
  .header-cta { display: none; }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 12px;
    border: 1px solid rgba(0,216,255,.25);
    border-radius: 10px;
    background: rgba(2,12,27,.78);
  }
  .menu-toggle span { display: block; width: 100%; height: 1px; background: var(--cyan-soft); transition: .25s ease; }
  .main-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: rgba(1,6,16,.97);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: .25s ease;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { font-size: 22px; }
  .menu-toggle { z-index: 2; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .feature-strip { grid-template-columns: 1fr 1fr; }
  .feature-strip article:nth-child(2) { border-right: 0; }
  .feature-strip article:nth-child(-n+2) { border-bottom: 1px solid rgba(71,219,255,.12); padding-bottom: 18px; margin-bottom: 18px; }
  .about-grid, .solutions-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .section, footer { width: min(calc(100% - 30px), var(--max)); }
  .site-header { width: calc(100% - 20px); margin-top: 10px; padding: 10px 12px; }
  .brand { font-size: 17px; gap: 9px; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: auto; padding: 150px 0 390px; }
  .hero h1 { font-size: clamp(48px, 16vw, 78px); letter-spacing: .04em; }
  .hero h2 { margin-top: 22px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .scroll-cue { bottom: 315px; }
  .feature-strip { bottom: 25px; grid-template-columns: 1fr; padding: 14px; }
  .feature-strip article { border-right: 0; border-bottom: 1px solid rgba(71,219,255,.12); padding: 13px; margin: 0 !important; }
  .feature-strip article:last-child { border-bottom: 0; }
  .content-section { padding: 95px 0; }
  .section-heading { margin-bottom: 35px; }
  .section-heading > p:last-child { font-size: 16px; }
  .about-grid, .solutions-grid, .technology-layout, .contact-panel { grid-template-columns: 1fr; }
  .glass-card, .solution-card { min-height: 235px; padding: 27px; }
  .glass-card h3, .solution-card h3 { margin-top: 42px; }
  .tech-orbit { min-height: 390px; transform: scale(.78); margin: -30px -55px; }
  .tech-list { grid-template-columns: 1fr; }
  .contact-panel { gap: 30px; padding: 32px 24px; }
  .contact-actions .button { text-transform: none; padding: 0 18px; }
  footer { flex-direction: column; gap: 18px; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* Visual alignment update */
.hero-content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 44%;
  width: min(1050px, 84vw);
  height: 440px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(0, 124, 210, .10), transparent 68%);
  filter: blur(8px);
  z-index: -1;
  pointer-events: none;
}
.feature-strip {
  box-shadow: inset 0 1px 0 rgba(100, 230, 255, .04), 0 18px 60px rgba(0,0,0,.18);
}
.feature-strip article {
  align-items: center;
}
.feature-icon {
  min-width: 46px;
  text-align: center;
  text-shadow: 0 0 18px rgba(0,216,255,.45);
}
@media (min-width: 761px) {
  .hero h1 { white-space: nowrap; }
}
@media (max-width: 760px) {
  .hero h1 {
    white-space: normal;
    font-size: clamp(48px, 15vw, 72px);
  }
}


.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 16px;
}
.language-switch {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border: 1px solid rgba(0,216,255,.22);
  border-radius: 10px;
  background: rgba(2,12,27,.62);
}
.language-switch a,
.mobile-language-switch a {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 30px;
  border-radius: 7px;
  color: #9eb2c3;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .08em;
}
.language-switch a.active,
.mobile-language-switch a.active {
  color: #02101b;
  background: var(--cyan);
}
.mobile-language-switch {
  display: none;
}
@media (max-width: 1060px) {
  .header-actions { display: none; }
  .mobile-language-switch {
    display: inline-flex;
    gap: 6px;
    padding: 5px;
    margin-top: 12px;
    border: 1px solid rgba(0,216,255,.22);
    border-radius: 11px;
    background: rgba(2,12,27,.8);
  }
}


/* Contact and location update */
.header-cta,
.contact-actions .button {
  border-radius: 12px;
}
.header-cta {
  min-width: 142px;
  text-align: center;
}
.button-location {
  min-height: 68px;
  padding: 13px 22px;
  text-align: center;
  text-transform: none;
  line-height: 1.45;
}
.footer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  text-align: right;
}
.footer-info a {
  color: #9bb0c2;
  transition: color .2s ease;
}
.footer-info a:hover {
  color: var(--cyan-soft);
}
.footer-info p {
  margin: 0;
}
@media (max-width: 760px) {
  .button-location {
    min-height: 76px;
    font-size: 13px;
  }
  .footer-info {
    align-items: center;
    text-align: center;
  }
}


/* Mobile layout correction */
@media (max-width: 760px) {
  .site-header {
    min-height: 78px;
  }

  .hero {
    display: block;
    min-height: auto;
    padding: 165px 0 70px;
  }

  .hero-content {
    width: 100%;
  }

  .hero h1 {
    margin-top: 0;
    font-size: clamp(46px, 14vw, 68px);
    line-height: 1.02;
  }

  .hero h2 {
    margin-top: 24px;
    font-size: clamp(27px, 7vw, 36px);
    line-height: 1.2;
  }

  .hero-copy {
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-actions {
    margin-top: 34px;
    gap: 16px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 58px;
  }

  .scroll-cue {
    display: none;
  }

  .feature-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 56px;
  }

  .feature-strip article {
    min-height: 118px;
  }

  .feature-strip p {
    font-size: 14px;
    line-height: 1.55;
  }
}


/* Final responsive and typography refinements */
html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  overscroll-behavior-x: none;
}

body {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  overscroll-behavior-x: none;
  touch-action: pan-y;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
}

main,
header,
footer,
section,
nav,
div,
article {
  min-width: 0;
}

canvas,
svg {
  max-width: 100%;
}

.brand strong {
  color: inherit;
}

.brand-name {
  display: inline-flex;
  align-items: baseline;
  gap: .26em;
  white-space: nowrap;
}

.brand-pro,
.brand-ai {
  color: #f5f8fb;
  font-weight: 700;
}

.brand-smart {
  color: var(--cyan-soft);
  font-weight: 700;
}

.section-heading h2,
.glass-card h3,
.solution-card h3,
.process-card h3,
.tech-item span,
.contact-panel h2,
.contact-panel p {
  overflow-wrap: anywhere;
}

.about-grid,
.solutions-grid,
.process-grid,
.technology-layout,
.tech-list,
.contact-panel,
.feature-strip {
  min-width: 0;
}

.process-section {
  padding-top: 110px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.process-card {
  min-height: 245px;
  padding: 34px;
  border: 1px solid rgba(68, 223, 255, .13);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(8, 29, 51, .75), rgba(3, 12, 26, .66));
  backdrop-filter: blur(16px);
}

.process-card > span {
  color: var(--cyan);
  font-size: 13px;
  letter-spacing: .12em;
}

.process-card h3 {
  margin: 52px 0 14px;
  font-size: 22px;
  font-weight: 600;
}

.process-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.powered-link {
  color: var(--cyan-soft);
  white-space: nowrap;
}

.powered-link:hover {
  text-decoration: underline;
}

/* Desktop and tablet refinements */
@media (min-width: 761px) {
  .hero-content {
    max-width: 1180px;
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(62px, 6vw, 100px);
    white-space: nowrap;
  }

  .solutions-grid,
  .about-grid,
  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1060px) {
  .about-grid,
  .solutions-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .technology-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .tech-orbit {
    width: 100%;
    max-width: 620px;
    margin-inline: auto;
  }
}

/* Mobile: no horizontal movement and no overlapping content */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }

  .site-header {
    left: 10px;
    right: 10px;
    width: auto;
    max-width: calc(100vw - 20px);
    margin: 10px 0 0;
    min-height: 76px;
    padding: 10px 14px;
  }

  .brand {
    max-width: calc(100vw - 105px);
    font-size: clamp(15px, 4.8vw, 19px);
  }

  .brand-mark {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
  }

  .brand-name {
    gap: .18em;
  }

  .menu-toggle {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }

  .section,
  footer {
    width: auto;
    max-width: none;
    margin-left: 18px;
    margin-right: 18px;
  }

  .hero {
    display: block;
    width: auto;
    min-height: auto;
    padding: 158px 0 64px;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
  }

  .hero h1 {
    max-width: 100%;
    margin: 0 auto;
    font-size: clamp(43px, 13.5vw, 66px);
    line-height: 1.02;
    letter-spacing: .025em;
    white-space: normal;
    overflow-wrap: normal;
  }

  .hero h2 {
    max-width: 100%;
    margin: 24px auto 14px;
    font-size: clamp(26px, 7vw, 35px);
    line-height: 1.18;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.58;
    padding-inline: 2px;
  }

  .hero-actions {
    width: 100%;
    margin-top: 32px;
    gap: 14px;
  }

  .hero-actions .button {
    width: 100%;
    max-width: 100%;
    min-height: 58px;
    padding-inline: 16px;
  }

  .scroll-cue {
    display: none;
  }

  .feature-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    margin-top: 48px;
    grid-template-columns: minmax(0, 1fr);
  }

  .feature-strip article {
    width: 100%;
    min-width: 0;
    min-height: 108px;
  }

  .feature-strip p {
    font-size: 14px;
  }

  .content-section {
    padding: 86px 0;
  }

  .section-heading {
    width: 100%;
    max-width: 100%;
    margin-bottom: 34px;
  }

  .section-heading h2,
  .contact-panel h2 {
    max-width: 100%;
    font-size: clamp(37px, 11vw, 54px);
    line-height: 1.04;
  }

  .section-heading > p:last-child,
  .contact-panel > div > p:last-child {
    font-size: 16px;
    line-height: 1.62;
  }

  .about-grid,
  .solutions-grid,
  .process-grid,
  .tech-list,
  .contact-panel {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
  }

  .glass-card,
  .solution-card,
  .process-card {
    width: 100%;
    max-width: 100%;
    min-height: 230px;
    padding: 28px;
  }

  .solution-card p,
  .glass-card p,
  .process-card p {
    font-size: 16px;
  }

  .technology-layout {
    display: block;
    width: 100%;
  }

  .tech-orbit {
    width: 100%;
    max-width: 100%;
    min-height: 330px;
    margin: 8px 0 0;
    transform: none;
    overflow: hidden;
  }

  .orbit-one {
    width: min(70vw, 270px);
    height: min(70vw, 270px);
  }

  .orbit-two {
    width: min(100vw, 390px);
    height: min(100vw, 390px);
  }

  .orbit-node {
    font-size: 10px;
  }

  .node-one { top: 18%; left: 7%; }
  .node-two { top: 24%; right: 4%; }
  .node-three { bottom: 18%; left: 4%; }
  .node-four { bottom: 13%; right: 8%; }

  .tech-list {
    margin-top: 25px;
  }

  .tech-item {
    min-width: 0;
    padding: 24px;
  }

  .contact-panel {
    gap: 28px;
    padding: 30px 22px;
  }

  .contact-actions {
    width: 100%;
  }

  .contact-actions .button {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .button-location {
    min-height: 88px;
    padding: 14px;
    font-size: 13px;
  }

  footer {
    overflow: hidden;
  }

  .footer-info {
    width: 100%;
    max-width: 100%;
  }

  .footer-info a,
  .footer-info p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}


/* Version 6: mobile bounce, spacing, legal pages and cookies */
:root {
  color-scheme: dark;
}

html {
  min-height: 100%;
  background: #020713 !important;
  overscroll-behavior: none;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  background-color: #020713 !important;
  overscroll-behavior: none;
}

body::after {
  content: "";
  position: fixed;
  inset: -120px;
  z-index: -10;
  background: #020713;
  pointer-events: none;
}

main,
footer {
  background: transparent;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
  margin-top: 7px;
}

.footer-legal a {
  color: #8fa6ba;
  font-size: 12px;
}

.footer-legal a:hover {
  color: var(--cyan-soft);
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  width: min(calc(100% - 32px), 980px);
  padding: 18px 20px;
  transform: translateX(-50%);
  border: 1px solid rgba(0,216,255,.28);
  border-radius: 16px;
  background: rgba(2, 13, 29, .96);
  box-shadow: 0 20px 70px rgba(0,0,0,.5);
  backdrop-filter: blur(20px);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cookie-actions a {
  color: var(--cyan-soft);
  font-size: 13px;
  white-space: nowrap;
}

.cookie-actions button {
  min-height: 42px;
  padding: 0 19px;
  border: 0;
  border-radius: 10px;
  color: #02101b;
  background: var(--cyan);
  font-weight: 700;
  cursor: pointer;
}

/* Legal pages */
.legal-body {
  background:
    radial-gradient(circle at 15% 0%, rgba(0,216,255,.08), transparent 28rem),
    #020713 !important;
}

.legal-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(calc(100% - 48px), 1180px);
  margin: 0 auto;
  padding: 18px 0;
  background: rgba(2,7,19,.90);
  backdrop-filter: blur(18px);
}

.legal-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.legal-header-actions > a:first-child {
  color: var(--cyan-soft);
  font-weight: 700;
}

.legal-header .button {
  min-height: 44px;
  padding: 0 18px;
  text-transform: none;
}

.legal-main {
  width: min(calc(100% - 48px), 960px);
  margin: 0 auto;
  padding: 80px 0 100px;
}

.legal-intro {
  margin-bottom: 44px;
}

.legal-intro h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.04;
  font-weight: 500;
}

.legal-intro > p {
  max-width: 700px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.legal-intro small {
  color: #6f879b;
}

.legal-document {
  display: grid;
  gap: 18px;
}

.legal-document section {
  padding: 28px 30px;
  border: 1px solid rgba(0,216,255,.13);
  border-radius: 18px;
  background: rgba(4,17,34,.78);
}

.legal-document h2 {
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 600;
}

.legal-document p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.legal-document a {
  color: var(--cyan-soft);
}

.legal-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(calc(100% - 48px), 960px);
  margin: 0 auto;
  padding: 28px 0 46px;
  border-top: 1px solid rgba(0,216,255,.12);
  color: #8298aa;
}

/* Repair excessive space and keep the footer attached to the page */
.contact-section {
  padding-bottom: 90px;
}

footer {
  margin-bottom: 0;
  padding-bottom: max(38px, env(safe-area-inset-bottom));
}

/* Mobile rework */
@media (max-width: 760px) {
  html,
  body {
    background: #020713 !important;
    min-height: 100%;
    overscroll-behavior: none;
  }

  .site-header {
    top: max(10px, env(safe-area-inset-top));
    background: rgba(2, 12, 27, .94);
    border-color: rgba(77,234,255,.16);
    box-shadow: 0 12px 34px rgba(0,0,0,.34);
  }

  .hero {
    padding-top: 176px;
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .hero h2 {
    font-size: clamp(25px, 6.8vw, 34px);
  }

  .content-section {
    padding: 72px 0;
  }

  .contact-section {
    padding: 66px 0 62px;
  }

  .technology-layout .section-heading {
    margin-bottom: 18px;
  }

  .tech-orbit {
    min-height: 360px;
    overflow: visible;
  }

  .orbit-one {
    width: 250px;
    height: 250px;
  }

  .orbit-two {
    width: 350px;
    height: 350px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vw - 40px);
  }

  .orbit-core {
    width: 104px;
    height: 104px;
  }

  .node-one { top: 17%; left: 3%; }
  .node-two { top: 24%; right: 2%; }
  .node-three { bottom: 16%; left: 0; }
  .node-four { bottom: 12%; right: 5%; }

  footer {
    width: auto;
    margin: 0 18px;
    padding-top: 28px;
    padding-bottom: max(34px, env(safe-area-inset-bottom));
  }

  .footer-info {
    gap: 10px;
  }

  .footer-legal {
    justify-content: center;
    gap: 9px 16px;
    margin-top: 6px;
  }

  .cookie-banner {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    width: calc(100% - 24px);
    padding: 16px;
  }

  .cookie-actions {
    justify-content: space-between;
  }

  .legal-header {
    width: calc(100% - 28px);
    padding: 13px 0;
  }

  .legal-header .brand {
    font-size: 16px;
  }

  .legal-header .brand-mark {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .legal-header-actions .button {
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }

  .legal-main {
    width: calc(100% - 30px);
    padding: 52px 0 72px;
  }

  .legal-intro h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .legal-intro > p {
    font-size: 16px;
  }

  .legal-document section {
    padding: 23px 21px;
  }

  .legal-footer {
    flex-direction: column;
    width: calc(100% - 30px);
    padding-bottom: max(34px, env(safe-area-inset-bottom));
  }
}


/* Version 7: mobile menu overlay fix */
.menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(0, 7, 18, .56);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity .22s ease;
}

.menu-backdrop[hidden] {
  display: none;
}

.menu-backdrop.visible {
  opacity: 1;
}

@media (max-width: 1060px) {
  .site-header {
    z-index: 90;
  }

  .menu-toggle {
    z-index: 95;
  }

  .main-nav {
    position: fixed;
    top: calc(max(10px, env(safe-area-inset-top)) + 90px);
    left: 12px;
    right: 12px;
    bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
    max-height: min(calc(100dvh - 126px - env(safe-area-inset-bottom)), 430px);
    padding: 22px 22px 18px;
    border: 1px solid rgba(0,216,255,.18);
    border-radius: 22px;
    background: rgba(2, 11, 24, .985);
    box-shadow: 0 18px 60px rgba(0,0,0,.42);
    overflow-y: auto;
    overscroll-behavior: contain;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  }

  .main-nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .main-nav a {
    width: 100%;
    padding: 4px 0;
    font-size: clamp(22px, 6.4vw, 32px);
    line-height: 1.12;
    text-transform: uppercase;
    letter-spacing: .04em;
  }

  .main-nav a::after {
    display: none;
  }

  .main-nav .mobile-language-switch {
    margin-top: 4px;
  }
}

@media (max-width: 760px) {
  .main-nav {
    left: 10px;
    right: 10px;
    top: calc(max(10px, env(safe-area-inset-top)) + 92px);
    max-height: min(calc(100dvh - 130px - env(safe-area-inset-bottom)), 390px);
    padding: 20px 18px 16px;
    border-radius: 20px;
  }

  .main-nav a {
    font-size: clamp(20px, 8vw, 28px);
  }

  .mobile-language-switch {
    width: 100%;
    justify-content: center;
  }
}


/* V7 PRESERVED FINAL PATCH
   Only PNG icon presentation and the current animated constellation layer. */

html {
  background: #020713 !important;
}

body {
  isolation: isolate;
  background: transparent !important;
}

body::after {
  display: none !important;
}

#network {
  z-index: -2 !important;
  max-width: none !important;
  pointer-events: none;
}

.page-glow {
  z-index: -1 !important;
}

.feature-icon {
  display: grid;
  place-items: center;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  text-shadow: none;
}

.feature-icon img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 0 9px rgba(0, 216, 255, .46));
}

.button {
  gap: 12px;
}

.button-icon-png {
  display: block;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  object-fit: contain;
  filter: drop-shadow(0 0 7px rgba(0, 216, 255, .34));
}

.button-primary .button-icon-png {
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, .28));
}

@media (max-width: 760px) {
  .feature-icon {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
    min-width: 54px;
  }

  .feature-icon img {
    width: 54px;
    height: 54px;
  }

  .button-icon-png {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }
}


/* THIN CONSTELLATION + MOBILE LOCK PATCH */
#network {
  opacity: .82 !important;
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip !important;
    overscroll-behavior-x: none;
  }

  .site-header {
    position: fixed !important;
    top: max(10px, env(safe-area-inset-top)) !important;
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    margin: 0 !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .scroll-cue,
  .mouse {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .hero {
    padding-top: calc(150px + env(safe-area-inset-top)) !important;
  }

  #network {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
}


/* FINAL MOBILE FOOTER, ICON AND CONSTELLATION VISIBILITY FIX */

html {
  height: auto !important;
  min-height: 100% !important;
}

body {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100dvh !important;
  height: auto !important;
  padding-bottom: 0 !important;
}

main {
  flex: 1 0 auto !important;
}

footer {
  flex: 0 0 auto !important;
  margin-top: auto !important;
  margin-bottom: 0 !important;
}

.feature-strip article {
  overflow: visible !important;
}

.feature-icon {
  overflow: visible !important;
}

.feature-icon img {
  object-fit: contain !important;
  max-width: none !important;
  overflow: visible !important;
}

#network {
  opacity: .96 !important;
}

@media (max-width: 760px) {
  html,
  body {
    min-height: 100dvh !important;
    height: auto !important;
  }

  main {
    flex: 1 0 auto !important;
  }

  footer {
    width: calc(100% - 36px) !important;
    margin: 0 18px !important;
    margin-top: auto !important;
    padding-bottom: max(28px, env(safe-area-inset-bottom)) !important;
  }

  .feature-icon {
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    flex-basis: 68px !important;
  }

  .feature-icon img {
    width: 68px !important;
    height: 68px !important;
  }

  .contact-note {
    display: none !important;
  }

  #network {
    opacity: 1 !important;
  }
}


/* FINAL MOBILE FOOTER END LOCK + SINGLE GEAR */
@media (max-width: 760px) {
  html,
  body {
    overscroll-behavior-y: none !important;
    -webkit-overflow-scrolling: touch;
  }

  body {
    position: relative;
    min-height: 100dvh !important;
  }

  footer {
    position: relative;
    z-index: 2;
    margin-bottom: 0 !important;
  }

  .feature-icon img[src*="automation.png"] {
    width: 72px !important;
    height: 72px !important;
    object-fit: contain !important;
  }
}

/* FINAL MOBILE-ONLY ADJUSTMENTS
   Footer stop, compact menu and equal feature icon sizing. */
@media (max-width: 760px) {
  .main-nav {
    top: calc(max(10px, env(safe-area-inset-top)) + 82px) !important;
    left: auto !important;
    right: 10px !important;
    width: min(280px, calc(100vw - 20px)) !important;
    max-height: calc(100dvh - 110px - env(safe-area-inset-bottom)) !important;
    gap: 8px !important;
    padding: 14px 16px 13px !important;
    border-radius: 16px !important;
  }

  .main-nav a {
    padding: 7px 4px !important;
    font-size: 17px !important;
    line-height: 1.15 !important;
    letter-spacing: .035em !important;
  }

  .main-nav .mobile-language-switch {
    width: auto !important;
    align-self: flex-start !important;
    justify-content: flex-start !important;
    margin-top: 3px !important;
    padding: 4px !important;
  }

  .feature-icon,
  .feature-icon img,
  .feature-icon img[src*="automation.png"] {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    flex-basis: 54px !important;
    object-fit: contain !important;
  }

  html,
  body {
    overscroll-behavior-y: none !important;
  }

  footer {
    margin-bottom: 0 !important;
    padding-bottom: max(28px, env(safe-area-inset-bottom)) !important;
  }
}


/* VISUAL ICON SIZE EQUALIZATION
   The automation PNG has a larger visible drawing area than the other icons. */
.feature-icon img[src*="automation.png"] {
  width: 50px !important;
  height: 50px !important;
}

@media (max-width: 760px) {
  .feature-icon img[src*="automation.png"] {
    width: 46px !important;
    height: 46px !important;
  }
}


/* Feedback form only */
.contact-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(0, 216, 255, .18);
  border-radius: 20px;
  background: rgba(2, 12, 27, .58);
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label > span {
  color: #cbd8e4;
  font-size: 13px;
  letter-spacing: .04em;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 216, 255, .20);
  border-radius: 12px;
  background: rgba(1, 8, 19, .78);
  color: #f5f8fb;
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form input {
  min-height: 48px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 130px;
  padding: 13px 14px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(0, 216, 255, .80);
  box-shadow: 0 0 0 3px rgba(0, 216, 255, .10);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 760px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 20px;
  }
}


/* Keep PRO SMART AI on one line on mobile */
@media (max-width: 760px) {
  .hero h1 {
    white-space: nowrap;
    font-size: clamp(34px, 11vw, 52px);
    letter-spacing: -0.03em;
  }
}
