:root {
  --ink: #00142d;
  --ink-2: #041d39;
  --ink-3: #082744;
  --cyan: #13c9eb;
  --cyan-soft: #8be8f7;
  --white: #f7faff;
  --paper: #eef4f8;
  --purple: #6d4aff;
  --green: #00ef74;
  --text: #10243b;
  --muted: #617083;
  --line: rgba(16, 36, 59, 0.15);
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 24px;
  --shadow: 0 24px 70px rgba(0, 20, 45, 0.16);
  --font-title: "Sora", system-ui, sans-serif;
  --font-display: "Manrope", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open,
body.popup-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 128px 0; position: relative; overflow: hidden; }
.section-dark { background: var(--ink); color: var(--white); }
.section-ink { background: #020d1d; color: var(--white); }

.skip-link {
  position: fixed;
  z-index: 999;
  left: 16px;
  top: 12px;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 16px;
  border-radius: 8px;
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.site-header.scrolled {
  background: rgba(0, 20, 45, .92);
  border-bottom-color: rgba(255, 255, 255, .09);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 auto; width: 182px; position: relative; z-index: 2; }
.brand img { width: 100%; height: 56px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a {
  color: rgba(247, 250, 255, .76);
  font-size: .86rem;
  font-weight: 600;
  transition: color .25s ease;
}
.main-nav a:hover,
.main-nav a:focus-visible { color: var(--cyan); }
.menu-toggle { display: none; }

.button {
  border: 0;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 25px;
  font-family: var(--font-title);
  font-size: .86rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  background: var(--cyan);
  color: var(--ink);
  box-shadow: 0 10px 38px rgba(19, 201, 235, .22);
}
.button-primary:hover { background: #46d9f1; box-shadow: 0 16px 46px rgba(19, 201, 235, .3); }
.button-purple {
  background: var(--purple);
  color: var(--white);
  box-shadow: 0 10px 38px rgba(109, 74, 255, .25);
}
.button-purple:hover {
  background: #8064ff;
  box-shadow: 0 16px 46px rgba(109, 74, 255, .36);
}
.button-hero { min-height: 56px; padding-inline: 27px; }
.button-outline { color: var(--white); border: 1px solid rgba(247, 250, 255, .3); }
.button-outline:hover { border-color: var(--cyan); color: var(--cyan); }
.button-small { min-height: 42px; padding-inline: 19px; font-size: .75rem; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: .86rem;
  color: var(--white);
}
.text-link span { color: var(--cyan); transition: transform .25s ease; }
.text-link:hover span { transform: translate(2px, -2px); }
.text-link-light { white-space: nowrap; }

.hero {
  min-height: 100svh;
  position: relative;
  color: var(--white);
  background: var(--ink);
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.08); }
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 13, 31, .97) 0%, rgba(0, 20, 45, .82) 43%, rgba(0, 20, 45, .24) 75%, rgba(0, 20, 45, .58) 100%),
    linear-gradient(0deg, rgba(0, 13, 31, .88), transparent 46%);
}
.hero-content {
  position: relative;
  z-index: 3;
  min-height: calc(100svh - 112px);
  padding: 160px 0 170px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .62fr);
  align-items: center;
  gap: 80px;
}
.eyebrow {
  margin: 0 0 22px;
  color: var(--cyan-soft);
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .19em;
}
.eyebrow-dark { color: #176f85; }
.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 16px rgba(0, 239, 116, .7);
}
.hero h1, .section h2 { font-family: var(--font-display); line-height: 1.04; letter-spacing: -.038em; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.15rem, 6.2vw, 6.35rem); font-weight: 400; }
.hero h1 .hero-purple {
  color: #8b72ff;
  text-shadow: 0 0 34px rgba(109, 74, 255, .24);
}
.hero h1 .hero-location { display: block; color: var(--white); }
.electric-word { white-space: nowrap; }
.electric-e { position: relative; display: inline-block; }
.electric-accent {
  position: absolute;
  left: 50%;
  top: -.58em;
  color: var(--cyan);
  font-size: .32em;
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
  transform: translateX(-50%) rotate(-8deg);
  text-shadow: 0 0 8px rgba(19, 201, 235, .9), 0 0 20px rgba(109, 74, 255, .7);
  animation: electric-accent-blink 5.8s ease-in-out 1.2s infinite;
}
.hero-eyebrow { display: flex; align-items: center; }
.light-sweep {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.light-sweep::after {
  content: "";
  position: absolute;
  inset: -30% auto -30% -45%;
  width: 34%;
  transform: skewX(-22deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent);
  filter: blur(2px);
  animation: title-light-sweep 1.1s ease-out 1.05s 1 both;
}
.hero-lead { max-width: 650px; margin: 30px 0 36px; color: rgba(247, 250, 255, .73); font-size: clamp(1rem, 1.6vw, 1.15rem); }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }

.systems-map {
  position: relative;
  width: 100%;
  max-width: 410px;
  justify-self: end;
  padding: 25px 25px 28px;
  border-left: 1px solid rgba(19, 201, 235, .35);
  background: linear-gradient(100deg, rgba(0, 20, 45, .77), rgba(0, 20, 45, .32));
  backdrop-filter: blur(5px);
}
.systems-label { margin: 0 0 18px; color: rgba(247, 250, 255, .46); font-size: .67rem; text-transform: uppercase; letter-spacing: .17em; }
.system-node { position: relative; z-index: 2; display: flex; align-items: center; gap: 11px; min-height: 45px; color: rgba(247, 250, 255, .72); font-size: .84rem; border-bottom: 1px solid rgba(255, 255, 255, .09); }
.system-node span { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 13px rgba(19, 201, 235, .65); }
.system-node.node-active { color: var(--white); }
.system-node.node-active span { background: var(--green); box-shadow: 0 0 15px rgba(0, 239, 116, .65); }
.system-line { position: absolute; z-index: 0; left: 28px; top: 76px; width: 1px; height: 134px; background: rgba(19, 201, 235, .25); overflow: hidden; }
.system-line i { position: absolute; width: 100%; height: 28px; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); animation: signal-run 3.2s ease-in-out infinite; }

.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 32;
  line-height: 1;
}
.service-marquee {
  position: absolute;
  z-index: 4;
  inset: auto 0 0;
  height: 122px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .11);
  background: rgba(0, 13, 31, .88);
  backdrop-filter: blur(12px);
}
.service-marquee::before,
.service-marquee::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 10vw;
  pointer-events: none;
}
.service-marquee::before { left: 0; background: linear-gradient(90deg, #000d1f, transparent); }
.service-marquee::after { right: 0; background: linear-gradient(-90deg, #000d1f, transparent); }
.service-marquee-track {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: stretch;
  animation: service-scroll 28s linear infinite;
}
.service-marquee:hover .service-marquee-track { animation-play-state: paused; }
.service-token {
  width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}
.service-token .material-symbols-rounded {
  font-size: 27px;
  color: #9a83ff;
  text-shadow: 0 0 22px rgba(109, 74, 255, .75);
  animation: icon-float 3.4s ease-in-out infinite;
}
.service-token strong {
  color: rgba(247, 250, 255, .84);
  font-family: var(--font-title);
  font-size: .77rem;
  font-weight: 500;
}

.circuit { position: absolute; z-index: 2; pointer-events: none; opacity: .48; }
.circuit i { display: block; position: absolute; background: var(--cyan); box-shadow: 0 0 14px rgba(19, 201, 235, .5); }
.circuit-one { top: 23%; right: 0; width: 130px; height: 240px; border-top: 1px solid rgba(19, 201, 235, .34); border-left: 1px solid rgba(19, 201, 235, .34); }
.circuit-one i:nth-child(1) { width: 6px; height: 6px; border-radius: 50%; left: -3px; top: -3px; }
.circuit-one i:nth-child(2) { width: 45px; height: 1px; left: 24px; top: 80px; }
.circuit-one i:nth-child(3) { width: 5px; height: 5px; border-radius: 50%; left: 66px; top: 78px; }
.circuit-two { bottom: 22%; left: 0; width: 90px; height: 160px; border-right: 1px solid rgba(109, 74, 255, .5); border-bottom: 1px solid rgba(109, 74, 255, .5); }
.circuit-two i:nth-child(1) { width: 6px; height: 6px; border-radius: 50%; right: -3px; bottom: -3px; background: var(--purple); }
.circuit-two i:nth-child(2) { width: 34px; height: 1px; right: 24px; bottom: 52px; background: var(--purple); }

.statement { background: var(--white); isolation: isolate; }
.statement-grid { display: grid; grid-template-columns: .48fr 1.3fr .62fr; gap: 70px; align-items: start; }
.statement-grid { position: relative; z-index: 2; }
.energy-weave { position: absolute; z-index: 0; inset: 0; pointer-events: none; overflow: hidden; opacity: .68; }
.energy-weave > span {
  position: absolute;
  left: -12%;
  width: 125%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(19, 201, 235, .22), rgba(109, 74, 255, .22), transparent);
  transform-origin: center;
  overflow: hidden;
}
.energy-weave > span:nth-child(1) { top: 28%; transform: rotate(7deg); }
.energy-weave > span:nth-child(2) { top: 55%; transform: rotate(-5deg); }
.energy-weave > span:nth-child(3) { top: 74%; transform: rotate(3deg); opacity: .55; }
.energy-weave i {
  position: absolute;
  top: -2px;
  width: 64px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--purple), transparent);
  filter: blur(.2px);
  box-shadow: 0 0 18px rgba(19, 201, 235, .5);
  animation: wire-pulse 5.8s linear infinite;
}
.energy-weave span:nth-child(2) i { animation-delay: -2.1s; }
.energy-weave span:nth-child(3) i { animation-delay: -4s; }
.section-kicker { padding-top: 12px; color: #587083; font-size: .7rem; text-transform: uppercase; letter-spacing: .17em; }
.statement-copy h2 { margin: 0; font-size: clamp(2.55rem, 4.5vw, 4.75rem); font-weight: 400; }
.statement-copy h2 em { color: var(--purple); font-style: normal; }
.statement-copy > p { max-width: 720px; margin: 34px 0 0; color: var(--muted); font-size: 1.05rem; }
.statement-note { margin-top: 180px; padding-top: 22px; border-top: 1px solid var(--line); }
.statement-note span { color: var(--purple); font-family: var(--font-title); font-size: .72rem; }
.statement-note p { color: var(--muted); font-size: .85rem; line-height: 1.7; }

.audience {
  color: var(--white);
  background:
    radial-gradient(circle at 8% 15%, rgba(109, 74, 255, .17), transparent 30%),
    linear-gradient(145deg, #020d1d 0%, var(--ink) 58%, #061b35 100%);
}
.audience::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--purple), var(--cyan), transparent);
}
.audience-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px, 10vw, 150px); align-items: start; }
.audience-heading { position: sticky; top: 130px; }
.audience-heading h2 { margin: 0; font-size: clamp(2.55rem, 4.25vw, 4.35rem); font-weight: 400; }
.audience-heading > p:not(.eyebrow) { margin: 28px 0 34px; color: rgba(247, 250, 255, .58); }
.audience-list { border-top: 1px solid rgba(255, 255, 255, .12); }
.audience-item {
  min-height: 164px;
  display: grid;
  grid-template-columns: 56px 58px 1fr;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.audience-number { color: rgba(247, 250, 255, .28); font-family: var(--font-title); font-size: .7rem; }
.audience-icon {
  font-size: 38px;
  color: #9a83ff;
  text-shadow: 0 0 28px rgba(109, 74, 255, .55);
  animation: icon-float 4.2s ease-in-out infinite;
}
.audience-item:nth-child(even) .audience-icon { animation-delay: -2s; color: var(--cyan); text-shadow: 0 0 28px rgba(19, 201, 235, .45); }
.audience-item h3 { margin: 0 0 8px; font-family: var(--font-title); font-size: 1.1rem; font-weight: 500; }
.audience-item p { margin: 0; color: rgba(247, 250, 255, .52); font-size: .84rem; }

.section-heading { display: grid; grid-template-columns: 1.2fr .62fr; gap: 80px; align-items: end; margin-bottom: 72px; }
.section-heading h2, .project-heading h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 500; }
.section-heading > p { max-width: 430px; margin: 0 0 8px; color: rgba(247, 250, 255, .58); }
.solutions-list { border-top: 1px solid rgba(255, 255, 255, .13); }
.solution-row {
  min-height: 152px;
  display: grid;
  grid-template-columns: .16fr .82fr 1fr 90px;
  gap: 34px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  transition: padding .35s ease, background .35s ease;
}
.solution-row:hover { padding-inline: 20px; background: rgba(255, 255, 255, .025); }
.solution-index { color: var(--cyan); font-family: var(--font-title); font-size: .75rem; }
.solution-title h3 { margin: 0; font-family: var(--font-title); font-size: clamp(1.25rem, 2vw, 1.75rem); font-weight: 500; }
.solution-title span { color: rgba(247, 250, 255, .42); font-size: .76rem; }
.solution-row > p { margin: 0; color: rgba(247, 250, 255, .57); font-size: .9rem; }
.solution-signal { display: flex; align-items: flex-end; justify-content: flex-end; gap: 6px; height: 32px; }
.solution-signal i { width: 3px; border-radius: 2px; background: rgba(19, 201, 235, .5); transition: height .35s ease, background .35s ease; }
.solution-signal i:nth-child(1) { height: 10px; }.solution-signal i:nth-child(2) { height: 18px; }.solution-signal i:nth-child(3) { height: 27px; }
.solution-row:hover .solution-signal i { background: var(--cyan); animation: bars .8s ease-in-out infinite alternate; }
.solution-row:hover .solution-signal i:nth-child(2) { animation-delay: -.2s; }.solution-row:hover .solution-signal i:nth-child(3) { animation-delay: -.4s; }
.solutions-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 54px; }
.solutions-cta p { color: rgba(247, 250, 255, .55); }

.integration { background: var(--paper); }
.integration-grid { display: grid; grid-template-columns: 1.05fr .85fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.integration-visual { position: relative; min-height: 690px; }
.integration-visual > img { width: 100%; height: 690px; object-fit: cover; border-radius: 2px; box-shadow: var(--shadow); }
.visual-panel { position: absolute; right: -30px; bottom: 46px; width: min(390px, 85%); padding: 20px 22px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.visual-panel .status-dot { margin: 0; }
.visual-panel div { display: flex; flex-direction: column; }
.visual-panel small { color: rgba(247, 250, 255, .48); font-size: .63rem; text-transform: uppercase; letter-spacing: .12em; }
.visual-panel strong { font-family: var(--font-title); font-size: .85rem; font-weight: 500; }
.visual-panel b { color: var(--green); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.integration-copy h2, .motion-copy h2, .difference-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(2.6rem, 4.5vw, 4.6rem); font-weight: 500; }
.integration-copy > p:not(.eyebrow), .motion-copy > p:not(.eyebrow), .difference-copy > p:not(.eyebrow), .contact-copy > p:not(.eyebrow) { color: var(--muted); margin: 28px 0; }
.platforms { display: flex; gap: 8px; flex-wrap: wrap; margin: 30px 0; }
.platforms span { border: 1px solid rgba(0, 20, 45, .18); border-radius: 999px; padding: 9px 13px; color: #304b61; font-family: var(--font-title); font-size: .72rem; }
.check-list { list-style: none; padding: 0; margin: 34px 0 0; border-top: 1px solid var(--line); }
.check-list li { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: .87rem; }
.check-list span { color: var(--green); margin-right: 10px; font-weight: 700; }

.location-tech { min-height: 760px; padding: 0; display: flex; align-items: center; color: var(--white); background: #000d1f; }
.location-map { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.location-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 13, 31, .98) 0%, rgba(0, 20, 45, .91) 31%, rgba(0, 20, 45, .28) 72%, rgba(0, 13, 31, .2)),
    linear-gradient(0deg, rgba(0, 13, 31, .8), transparent 50%);
}
.location-content { position: relative; z-index: 2; padding-block: 120px; }
.location-copy { max-width: 610px; }
.location-copy h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.4rem); font-weight: 500; }
.location-copy > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 36px; color: rgba(247, 250, 255, .65); }
.location-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(255, 255, 255, .14); }
.location-facts div { display: flex; flex-direction: column; padding: 18px 16px; border-left: 1px solid rgba(255, 255, 255, .14); }
.location-facts div:first-child { padding-left: 0; border-left: 0; }
.location-facts strong { font-family: var(--font-title); font-size: .84rem; font-weight: 500; }
.location-facts span { color: rgba(247, 250, 255, .42); font-size: .66rem; }
.location-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-top: 36px; }

.projects { padding-bottom: 110px; }
.project-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 58px; }
.project-nav { display: flex; gap: 10px; }
.project-nav button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(247, 250, 255, .2); background: transparent; color: var(--white); cursor: pointer; transition: border-color .2s ease, color .2s ease; }
.project-nav button:hover { border-color: var(--cyan); color: var(--cyan); }
.project-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 35%);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 8px;
}
.project-track::-webkit-scrollbar { display: none; }
.project-card { position: relative; height: 520px; overflow: hidden; scroll-snap-align: start; background: var(--ink-2); }
.project-card.project-wide { grid-column: span 1; grid-auto-columns: minmax(420px, 48%); }
.project-card img, .project-card video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.project-card:hover img, .project-card:hover video { transform: scale(1.035); filter: saturate(1); }
.project-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0, 13, 29, .88)); }
.project-card div { position: absolute; z-index: 2; inset: auto 24px 24px; display: flex; flex-direction: column; }
.project-card span { color: var(--cyan); font-size: .66rem; text-transform: uppercase; letter-spacing: .14em; }
.project-card strong { font-family: var(--font-title); font-size: 1.05rem; font-weight: 500; }
.project-card .project-video-toggle {
  z-index: 4;
  left: auto;
  right: 20px;
  bottom: 78px;
  width: 46px;
  height: 46px;
  font-size: .8rem;
}
.case-proof { margin-top: 60px; display: grid; grid-template-columns: 120px 1fr auto; gap: 38px; align-items: center; }
.case-proof p { max-width: 650px; margin: 0; color: rgba(247, 250, 255, .62); }
.case-proof strong { color: var(--white); font-weight: 600; }
.case-line { position: relative; display: block; height: 1px; background: rgba(19, 201, 235, .3); overflow: hidden; }
.case-line i { position: absolute; width: 28px; height: 1px; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); animation: line-run 3s ease-in-out infinite; }

.motion-section { background: var(--white); }
.motion-grid { display: grid; grid-template-columns: .8fr 1.05fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.motion-stats { margin-top: 46px; border-top: 1px solid var(--line); }
.motion-stats div { display: grid; grid-template-columns: 48px 1fr; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); }
.motion-stats span { color: var(--purple); font-family: var(--font-title); font-size: .7rem; }
.motion-stats p { margin: 0; font-size: .86rem; }
.video-composition { min-height: 700px; position: relative; }
.video-frame { position: absolute; margin: 0; overflow: hidden; background: var(--ink); box-shadow: var(--shadow); }
.video-frame video { width: 100%; height: 100%; object-fit: cover; }
.video-main { inset: 0 17% 0 0; }
.video-secondary { width: 38%; height: 46%; right: 0; bottom: 8%; border: 8px solid var(--white); }
.video-secondary span { position: absolute; inset: auto 0 0; padding: 13px 16px; background: rgba(0, 20, 45, .85); color: var(--white); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
.video-toggle { position: absolute; left: 26px; bottom: 26px; width: 58px; height: 58px; border: 0; border-radius: 50%; background: var(--cyan); color: var(--ink); cursor: pointer; box-shadow: 0 12px 35px rgba(19, 201, 235, .28); }

.method .section-heading { margin-bottom: 84px; }
.process-list { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; list-style: none; padding: 0; margin: 0; }
.process-list li { position: relative; z-index: 2; padding-top: 34px; border-top: 1px solid rgba(247, 250, 255, .18); }
.process-list li > span { display: inline-grid; place-items: center; width: 27px; height: 27px; margin-bottom: 25px; border-radius: 50%; background: var(--ink); border: 1px solid var(--cyan); color: var(--cyan); font-family: var(--font-title); font-size: .58rem; }
.process-list strong { display: block; font-family: var(--font-title); font-size: .9rem; font-weight: 500; }
.process-list p { color: rgba(247, 250, 255, .47); font-size: .75rem; line-height: 1.6; }
.process-energy { position: absolute; top: 47px; left: 13px; right: 13px; height: 1px; background: rgba(19, 201, 235, .24); overflow: hidden; }
.process-energy i { position: absolute; width: 90px; height: 1px; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); animation: process-run 7s linear infinite; }

.difference { background: var(--paper); }
.difference-grid { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(60px, 9vw, 140px); }
.difference-copy { position: sticky; top: 130px; align-self: start; }
.difference-points { border-top: 1px solid var(--line); }
.difference-points article { display: grid; grid-template-columns: 46px .85fr 1fr; gap: 24px; align-items: start; padding: 35px 0; border-bottom: 1px solid var(--line); }
.difference-points article > span { color: var(--purple); font-family: var(--font-title); font-size: .7rem; }
.difference-points h3 { margin: 0; font-family: var(--font-title); font-size: 1.08rem; font-weight: 500; }
.difference-points p { margin: 0; color: var(--muted); font-size: .84rem; }

.faq { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.15fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.faq-heading { position: sticky; top: 125px; }
.faq-heading h2 { margin: 0; font-size: clamp(2.7rem, 4.5vw, 4.7rem); font-weight: 500; }
.faq-heading > p:not(.eyebrow) { margin: 26px 0 32px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-title);
  font-size: .95rem;
  font-weight: 500;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--purple); font-size: 1.5rem; font-weight: 300; transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -8px 50px 25px 0; color: var(--muted); font-size: .84rem; }

.section-contact { background: var(--ink); color: var(--white); }
.section-contact::before { content: ""; position: absolute; width: 520px; height: 520px; left: -360px; top: 80px; border-radius: 50%; box-shadow: 0 0 140px rgba(109, 74, 255, .17); }
.contact-grid { display: grid; grid-template-columns: .82fr 1fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.contact-copy > p:not(.eyebrow) { color: rgba(247, 250, 255, .58); }
.contact-details { display: grid; gap: 0; margin-top: 50px; border-top: 1px solid rgba(247, 250, 255, .14); }
.contact-details > * { display: flex; flex-direction: column; padding: 18px 0; border-bottom: 1px solid rgba(247, 250, 255, .14); }
.contact-details small { color: rgba(247, 250, 255, .4); font-size: .65rem; text-transform: uppercase; letter-spacing: .14em; }
.contact-details strong { font-family: var(--font-title); font-size: .95rem; font-weight: 500; }
.contact-details a:hover strong { color: var(--cyan); }
.project-form { background: var(--white); color: var(--text); padding: clamp(28px, 4vw, 48px); box-shadow: 0 30px 90px rgba(0, 0, 0, .24); }
.quiz-progress { height: 3px; margin: -1px 0 34px; background: rgba(0, 20, 45, .1); overflow: hidden; }
.quiz-progress i { display: block; width: 25%; height: 100%; background: linear-gradient(90deg, var(--purple), var(--cyan)); box-shadow: 0 0 12px rgba(109, 74, 255, .4); transition: width .35s ease; }
.quiz-step { min-width: 0; margin: 0; padding: 0; border: 0; animation: quiz-in .4s ease both; }
.quiz-step[hidden] { display: none; }
.quiz-step legend { width: 100%; margin: 0 0 25px; font-family: var(--font-title); font-size: clamp(1.2rem, 2vw, 1.55rem); font-weight: 600; line-height: 1.3; }
.quiz-step legend span { display: block; margin-bottom: 7px; color: var(--purple); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.quiz-options { display: grid; gap: 10px; }
.quiz-options-two { grid-template-columns: 1fr 1fr; }
.quiz-options label { position: relative; margin: 0; cursor: pointer; }
.quiz-options input { position: absolute; opacity: 0; pointer-events: none; }
.quiz-options label > span,
.quiz-options label > b { transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.quiz-options label {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 15px;
  border: 1px solid rgba(0, 20, 45, .15);
  background: #f7fafc;
}
.quiz-options label:hover { border-color: rgba(109, 74, 255, .55); transform: translateY(-1px); }
.quiz-options label:has(input:checked) { border-color: var(--purple); background: rgba(109, 74, 255, .08); box-shadow: 0 0 0 2px rgba(109, 74, 255, .08); }
.quiz-options .material-symbols-rounded { color: var(--purple); font-size: 23px; }
.quiz-options b { color: #294359; font-family: var(--font-title); font-size: .76rem; font-weight: 500; }
.quiz-step > .button { width: 100%; margin-top: 22px; }
.quiz-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; }
.quiz-actions > button:not(.button) { border: 0; background: none; color: var(--muted); cursor: pointer; font-size: .76rem; }
.quiz-actions .button { min-height: 48px; }
.quiz-error { min-height: 20px; margin: 14px 0 0; color: #a52c54; font-size: .7rem; }
.project-form label { display: grid; gap: 8px; margin: 18px 0; color: #304b61; font-size: .74rem; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.project-form input, .project-form select, .project-form textarea { width: 100%; border: 1px solid rgba(0, 20, 45, .16); border-radius: 0; background: #f7fafc; color: var(--text); padding: 14px 15px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.project-form textarea { resize: vertical; }
.project-form input:focus, .project-form select:focus, .project-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(19, 201, 235, .12); }
.project-form .button { width: 100%; margin-top: 10px; }
.form-note { color: var(--muted); text-align: center; font-size: .68rem; }

.site-footer { background: #000b19; color: var(--white); padding: 74px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1fr .42fr .8fr; gap: 90px; padding-bottom: 55px; }
.footer-brand img { width: 210px; height: auto; }
.footer-brand p { color: rgba(247, 250, 255, .46); font-size: .82rem; }
.footer-nav, .site-footer address { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-style: normal; }
.footer-nav strong, .site-footer address strong { margin-bottom: 12px; color: var(--cyan); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
.footer-nav a, .site-footer address span { color: rgba(247, 250, 255, .5); font-size: .75rem; }
.footer-nav a:hover { color: var(--cyan); }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(247, 250, 255, .1); display: flex; justify-content: space-between; gap: 24px; color: rgba(247, 250, 255, .35); font-size: .66rem; }
.footer-bottom a { transition: color .2s ease; }
.footer-bottom a:hover { color: var(--cyan); }
.footer-bottom strong { color: rgba(247, 250, 255, .72); font-weight: 600; }

.whatsapp-float { position: fixed; z-index: 80; right: 22px; bottom: 22px; min-height: 48px; display: flex; align-items: center; gap: 9px; padding: 8px 16px 8px 9px; border-radius: 999px; background: var(--white); color: var(--ink); box-shadow: 0 12px 42px rgba(0, 20, 45, .25); transition: transform .25s ease, box-shadow .25s ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 18px 48px rgba(0, 20, 45, .32); }
.whatsapp-float span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--green); }
.whatsapp-float span img { width: 17px; height: 17px; }
.whatsapp-float b { font-family: var(--font-title); font-size: .72rem; font-weight: 600; }

.project-popup { position: fixed; z-index: 202; width: min(440px, calc(100vw - 32px)); left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 38px; background: var(--ink); color: var(--white); box-shadow: 0 30px 100px rgba(0, 0, 0, .48); border-top: 2px solid var(--cyan); }
.project-popup[hidden], .popup-backdrop[hidden] { display: none; }
.popup-backdrop { position: fixed; z-index: 201; inset: 0; background: rgba(0, 8, 19, .72); backdrop-filter: blur(4px); }
.popup-close { position: absolute; right: 13px; top: 10px; border: 0; background: none; color: rgba(247, 250, 255, .6); font-size: 1.5rem; cursor: pointer; }
.popup-kicker { display: inline; color: var(--cyan); font-size: .64rem; text-transform: uppercase; letter-spacing: .15em; }
.project-popup h2 { margin: 20px 0 12px; font-family: var(--font-title); font-size: 1.8rem; line-height: 1.18; }
.project-popup > p:not(.popup-kicker) { color: rgba(247, 250, 255, .58); font-size: .85rem; }
.project-popup .button { margin-top: 12px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.word-reveal { display: inline; }
.word-reveal .word { display: inline-block; opacity: 0; transform: translateY(.65em); filter: blur(5px); transition: opacity .6s ease, transform .7s cubic-bezier(.2,.75,.2,1), filter .6s ease; }
.word-reveal.is-visible .word { opacity: 1; transform: none; filter: none; }

@keyframes signal-run { 0% { top: -32px; } 65%, 100% { top: 138px; } }
@keyframes bars { to { height: 6px; } }
@keyframes line-run { 0% { left: -30px; } 70%, 100% { left: 100%; } }
@keyframes process-run { from { left: -90px; } to { left: 100%; } }
@keyframes service-scroll { to { transform: translateX(-50%); } }
@keyframes icon-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes wire-pulse { from { left: -80px; } to { left: calc(100% + 80px); } }
@keyframes quiz-in { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: none; } }
@keyframes title-light-sweep { from { left: -45%; } to { left: 120%; } }
@keyframes electric-accent-blink {
  0%, 3%, 7%, 11%, 100% { opacity: 1; filter: brightness(1); }
  1.5%, 5%, 9% { opacity: .22; filter: brightness(.7); }
  12% { opacity: 1; filter: brightness(1.9); }
}

@media (max-width: 1040px) {
  .main-nav { position: fixed; inset: 84px 0 auto; padding: 24px; flex-direction: column; align-items: flex-start; background: rgba(0,20,45,.98); border-top: 1px solid rgba(255,255,255,.1); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { width: 100%; padding: 9px 0; font-size: 1rem; }
  .menu-toggle { display: grid; gap: 5px; margin-left: auto; width: 40px; height: 40px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 20px; height: 1px; background: var(--white); transition: .25s ease; }
  .header-inner > .button { display: none; }
  .hero-content { grid-template-columns: 1fr; gap: 40px; align-content: center; }
  .systems-map { justify-self: start; max-width: 470px; }
  .statement-grid { grid-template-columns: .32fr 1.3fr; }
  .statement-note { grid-column: 2; margin-top: 0; max-width: 420px; }
  .audience-layout { grid-template-columns: .72fr 1.28fr; gap: 55px; }
  .solution-row { grid-template-columns: 50px .8fr 1fr 60px; }
  .integration-grid, .motion-grid, .difference-grid, .contact-grid { gap: 55px; }
  .process-list { grid-template-columns: repeat(3, 1fr); row-gap: 44px; }
  .process-energy { display: none; }
  .project-track { grid-auto-columns: 48%; }
  .case-proof { grid-template-columns: 70px 1fr; }
  .case-proof .text-link { grid-column: 2; }
  .footer-grid { gap: 45px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 34px, 1180px); --radius: 18px; }
  .section { padding: 76px 0; }
  .header-inner { min-height: 74px; }
  .main-nav { inset: 74px 0 auto; }
  .brand { width: 145px; }
  .brand img { height: 46px; }
  .hero { min-height: auto; }
  .hero-image { object-position: 59% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,13,31,.96), rgba(0,20,45,.68)), linear-gradient(0deg, rgba(0,13,31,.92), transparent 50%); }
  .hero-content { min-height: auto; padding: 118px 0 214px; }
  .hero h1 { font-size: clamp(2.85rem, 13.5vw, 4.45rem); }
  .hero-lead { margin: 24px 0 30px; }
  .systems-map { max-width: 100%; }
  .service-marquee { height: 126px; }
  .service-token { width: 210px; }
  .statement-grid { grid-template-columns: 1fr; gap: 24px; }
  .statement-note { grid-column: auto; }
  .audience-layout, .faq-layout { grid-template-columns: 1fr; }
  .audience-heading, .faq-heading { position: static; }
  .audience-list { margin-top: 8px; }
  .location-tech { min-height: 800px; align-items: flex-end; }
  .location-map { object-position: 64% center; }
  .location-overlay { background: linear-gradient(0deg, rgba(0,13,31,.99) 0%, rgba(0,20,45,.82) 55%, rgba(0,20,45,.15) 100%); }
  .location-content { padding-block: 280px 82px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 50px; }
  .solution-row { min-height: auto; padding: 26px 0; grid-template-columns: 40px 1fr 44px; gap: 16px; }
  .solution-row:hover { padding-inline: 10px; }
  .solution-row > p { grid-column: 2 / 4; }
  .solutions-cta { align-items: flex-start; flex-direction: column; }
  .integration-grid, .motion-grid, .difference-grid, .contact-grid { grid-template-columns: 1fr; }
  .integration-visual, .integration-visual > img { min-height: 510px; height: 510px; }
  .visual-panel { right: 0; bottom: 20px; }
  .project-heading { align-items: flex-start; }
  .project-track { grid-auto-columns: 84%; }
  .project-card { height: 450px; }
  .case-proof { grid-template-columns: 1fr; gap: 22px; }
  .case-proof .text-link { grid-column: auto; }
  .case-line { width: 90px; }
  .video-composition { min-height: 590px; }
  .video-main { right: 14%; }
  .video-secondary { width: 41%; height: 38%; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .difference-copy { position: static; }
  .difference-points article { grid-template-columns: 36px 1fr; gap: 16px; }
  .difference-points p { grid-column: 2; }
  .form-row { grid-template-columns: 1fr; }
  .quiz-options-two { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float b { display: none; }
  .whatsapp-float { padding: 8px; right: 14px; bottom: 14px; }
}

@media (max-width: 480px) {
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero .button { width: 100%; }
  .systems-map { display: none; }
  .hero-content { padding-bottom: 196px; }
  .service-token { width: 180px; }
  .service-token strong { max-width: 160px; text-align: center; font-size: .68rem; }
  .audience-item { grid-template-columns: 36px 44px 1fr; gap: 14px; }
  .audience-icon { font-size: 30px; }
  .location-facts { grid-template-columns: 1fr; }
  .location-facts div, .location-facts div:first-child { padding: 13px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .location-actions { align-items: flex-start; flex-direction: column; }
  .quiz-options-two { grid-template-columns: 1fr; }
  .statement-copy h2, .section-heading h2, .project-heading h2, .integration-copy h2, .motion-copy h2, .difference-copy h2, .contact-copy h2 { font-size: 2.2rem; }
  .solution-row { grid-template-columns: 34px 1fr; }
  .solution-signal { display: none; }
  .solution-row > p { grid-column: 2; }
  .project-heading { flex-direction: column; }
  .project-track { grid-auto-columns: 91%; }
  .process-list { grid-template-columns: 1fr; }
  .video-main { right: 0; }
  .video-secondary { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .project-popup { padding: 32px 24px 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
