:root {
  --navy:#053155;
  --navy-2:#06233b;
  --blue:#054f80;
  --cyan:#0ba7bd;
  --cyan-light:#91e9ee;
  --violet:#7657d6;
  --ink:#102332;
  --muted:#63717d;
  --line:#dce5e9;
  --soft:#f2f6f7;
  --white:#fff;
  --display:"Manrope",sans-serif;
  --body:"DM Sans",sans-serif
}

* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  color:var(--ink);
  font-family:var(--body);
  background:#fbfcfc;
  overflow-x:hidden
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit
}
.page-glow {
  position:absolute;
  top:0;
  right:0;
  width:48vw;
  height:720px;
  background:radial-gradient(circle at 60% 35%,rgba(11,167,189,.12),transparent 58%);
  pointer-events:none
}
.section-shell {
  width:min(1240px,calc(100% - 80px));
  margin-inline:auto
}
.site-header {
  height:96px;
  width:min(1380px,calc(100% - 56px));
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:relative;
  z-index:20
}
.brand {
  display:flex;
  align-items:center;
  gap:11px
}
.brand-mark {
  display:grid;
  place-items:center;
  width:43px;
  height:43px;
  border:2px solid var(--cyan);
  border-radius:50%;
  font:700 14px var(--display);
  color:var(--navy);
  letter-spacing:-1px;
  position:relative
}
.brand-mark:after {
  content:"";
  position:absolute;
  inset:4px;
  border:1px solid rgba(11,167,189,.4);
  border-radius:50%
}
.brand-copy {
  display:flex;
  flex-direction:column;
  line-height:1
}
.brand-copy strong {
  font:600 14px var(--display);
  letter-spacing:.08em;
  color:var(--navy)
}
.brand-copy small {
  font-size:8px;
  letter-spacing:.26em;
  color:var(--muted);
  margin-top:5px
}
.desktop-nav {
  display:flex;
  gap:36px;
  font-size:14px;
  color:#353c49
}
.desktop-nav a {
  transition:.2s
}
.desktop-nav a:hover {
  color:var(--cyan)
}
.header-cta {
  font-size:13px;
  font-weight:600;
  padding:13px 20px;
  border:1px solid #cad7dc;
  border-radius:100px;
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(12px)
}
.header-cta span,.button span {
  margin-left:14px
}
.menu-button {
  display:none;
  background:none;
  border:0
}
.hero {
  min-height:720px;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  align-items:center;
  gap:44px;
  padding:72px 0 110px
}
.eyebrow,.section-kicker {
  font-size:11px;
  font-weight:600;
  letter-spacing:.17em;
  text-transform:uppercase;
  color:var(--blue)
}
.eyebrow {
  display:flex;
  align-items:center;
  gap:10px
}
.eyebrow span {
  width:25px;
  height:1px;
  background:var(--cyan)
}
h1,h2,h3,p {
  margin-top:0
}
.hero h1,.inner-hero h1 {
  font:500 clamp(52px,5.4vw,82px)/1.03 var(--display);
  letter-spacing:-.055em;
  margin:28px 0 28px;
  max-width:720px
}
.hero h1 em,.section-heading h2 em,.intro-statement h2 em,.cinematic h2 em,.why h2 em,.final-cta h2 em,.inner-hero h1 em {
  font-weight:400;
  color:var(--blue);
  font-style:normal
}
.hero-intro {
  font-size:18px;
  line-height:1.65;
  max-width:570px;
  color:#536773
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:31px;
  margin:38px 0 54px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:100px;
  padding:16px 23px;
  font-size:14px;
  font-weight:600;
  transition:.25s
}
.button:hover {
  transform:translateY(-2px)
}
.button-primary {
  background:var(--navy);
  color:white;
  box-shadow:0 12px 30px rgba(11,53,88,.18)
}
.text-link {
  font-size:14px;
  font-weight:600;
  border-bottom:1px solid #9fb1b9;
  padding-bottom:4px
}
.text-link span {
  margin-left:16px
}
.trust-line {
  display:flex;
  align-items:center;
  gap:14px
}
.avatar-stack {
  display:flex
}
.avatar-stack i {
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--soft);
  border:2px solid white;
  margin-left:-7px;
  color:var(--blue);
  font:600 8px var(--display)
}
.avatar-stack i:first-child {
  margin:0
}
.trust-line p {
  margin:0;
  font-size:11px;
  line-height:1.5;
  color:#7b8991
}
.trust-line strong {
  color:var(--ink);
  font-weight:600
}
.hero-visual {
  height:600px;
  position:relative
}
.hero-orbit {
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(11,167,189,.14)
}
.orbit-one {
  width:540px;
  height:540px;
  right:-70px;
  top:8px
}
.orbit-two {
  width:390px;
  height:390px;
  right:4px;
  top:80px;
  border-style:dashed
}
.command-card {
  position:absolute;
  width:88%;
  top:75px;
  right:0;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(18px);
  border:1px solid rgba(185,212,219,.75);
  border-radius:25px;
  padding:25px;
  box-shadow:0 35px 80px rgba(14,52,78,.15);
  transform:perspective(1000px) rotateY(-4deg) rotateX(2deg)
}
.card-topline,.command-heading,.ui-top,.test-head {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.card-topline {
  font-size:9px;
  letter-spacing:.08em;
  color:#7e8f98;
  border-bottom:1px solid #e4ebee;
  padding-bottom:17px
}
.status {
  display:flex;
  gap:7px;
  align-items:center
}
.status i {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#28bb8b;
  box-shadow:0 0 0 4px rgba(40,187,139,.12)
}
.command-heading {
  padding-top:23px
}
.command-heading small {
  font-size:8px;
  letter-spacing:.16em;
  color:#81919a
}
.command-heading h2 {
  font:600 23px var(--display);
  letter-spacing:-.03em;
  margin:5px 0
}
.live-pill {
  font-size:9px;
  color:var(--cyan);
  background:#e7f8f8;
  padding:7px 10px;
  border-radius:20px
}
.pulse-chart {
  height:185px;
  margin-top:7px;
  background:linear-gradient(#fff0,#f5f9fa);
  border-radius:14px;
  overflow:hidden
}
.pulse-chart svg {
  width:100%;
  height:100%
}
.chart-area {
  fill:url(#chartFill)
}
.chart-line {
  fill:none;
  stroke:var(--cyan);
  stroke-width:3
}
.pulse-chart circle {
  fill:white;
  stroke:var(--cyan);
  stroke-width:3
}
.metric-row {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px
}
.metric-row div {
  border:1px solid #e2eaed;
  border-radius:11px;
  padding:12px
}
.metric-row span,.metric-row small {
  display:block;
  font-size:8px;
  color:#7d8c95
}
.metric-row strong {
  display:block;
  font:600 22px var(--display);
  margin:8px 0 2px;
  color:var(--navy)
}
.float-card {
  position:absolute;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(15px);
  border:1px solid rgba(191,211,218,.75);
  box-shadow:0 18px 40px rgba(8,45,71,.13);
  border-radius:16px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  z-index:3;
  animation:float 6s ease-in-out infinite
}
.float-card small,.float-card strong {
  display:block
}
.float-card small {
  font-size:7px;
  letter-spacing:.12em;
  color:#81919a;
  margin-bottom:4px
}
.float-card strong {
  font:600 11px var(--display)
}
.float-ai {
  top:28px;
  left:3%;
  width:220px
}
.float-cloud {
  right:-6%;
  bottom:68px;
  width:215px;
  animation-delay:-2s
}
.float-code {
  left:0;
  bottom:126px;
  animation-delay:-4s
}
.mini-icon {
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px
}
.violet {
  color:white;
  background:linear-gradient(135deg,#9781e8,#6041c0)
}
.ring {
  margin-left:auto;
  width:33px;
  height:33px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:3px solid var(--cyan);
  font-size:8px
}
.cloud-grid {
  width:38px;
  height:38px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:3px
}
.cloud-grid i {
  border-radius:3px;
  background:#d5edf0
}
.cloud-grid i:nth-child(2),.cloud-grid i:nth-child(5) {
  background:var(--cyan)
}
.code-mark {
  font:600 14px var(--display);
  color:var(--blue);
  background:#eaf3f5;
  padding:10px 8px;
  border-radius:10px
}
@keyframes float {
  50% {
    transform:translateY(-9px)
  }
}
.logo-section {
  border-block:1px solid var(--line);
  padding:25px 0 28px;
  overflow:hidden;
  background:white
}
.logo-section>p {
  text-align:center;
  font-size:9px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#91a0a8;
  margin-bottom:25px
}
.logo-marquee {
  mask-image:linear-gradient(to right,transparent,#000 12%,#000 88%,transparent)
}
.logo-track {
  display:flex;
  width:max-content;
  gap:70px;
  animation:marquee 26s linear infinite
}
.logo-track span {
  font:600 17px var(--display);
  letter-spacing:-.03em;
  color:#85939a;
  min-width:90px;
  text-align:center
}
@keyframes marquee {
  to {
    transform:translateX(-50%)
  }
}
.intro-grid {
  display:grid;
  grid-template-columns:1fr 2.2fr 1fr;
  gap:70px;
  padding-block:150px
}
.intro-statement h2,.section-heading h2,.why h2 {
  font:500 clamp(38px,4.2vw,62px)/1.12 var(--display);
  letter-spacing:-.048em;
  margin:0 0 28px
}
.intro-statement p {
  max-width:680px;
  font-size:17px;
  line-height:1.7;
  color:var(--muted)
}
.intro-note {
  align-self:end;
  font-size:12px;
  line-height:1.65;
  color:#76858e
}
.note-line {
  display:block;
  width:38px;
  height:2px;
  background:var(--cyan);
  margin-bottom:17px
}
.services {
  padding-bottom:150px
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-bottom:58px
}
.section-heading>div {
  max-width:760px
}
.section-heading h2 {
  margin:12px 0 0
}
.section-heading>p {
  width:270px;
  font-size:14px;
  line-height:1.6;
  color:var(--muted);
  margin-bottom:7px
}
.service-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line);
  border-left:1px solid var(--line)
}
.service-card {
  min-height:330px;
  padding:29px;
  position:relative;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  transition:.35s;
  background:#fbfcfc
}
.service-card:hover {
  transform:translateY(-5px);
  background:white;
  box-shadow:0 24px 50px rgba(16,48,67,.08);
  z-index:2
}
.service-featured {
  background:var(--navy);
  color:white;
  border-color:var(--navy)
}
.service-number {
  position:absolute;
  right:24px;
  top:23px;
  font-size:10px;
  color:#9aabb3
}
.service-icon {
  width:54px;
  height:54px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#eaf5f6;
  margin:24px 0 58px;
  color:var(--blue)
}
.service-icon svg {
  width:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5
}
.service-featured .service-icon {
  background:rgba(255,255,255,.11);
  color:#92e4e9
}
.service-card h3 {
  font:600 21px var(--display);
  letter-spacing:-.03em;
  margin-bottom:13px
}
.service-card p {
  font-size:13px;
  line-height:1.65;
  color:#6d7c85;
  max-width:305px
}
.service-featured p {
  color:#b6cad5
}
.card-arrow {
  position:absolute;
  right:26px;
  bottom:25px;
  font-size:18px;
  color:var(--cyan);
  opacity:0;
  transform:translate(-7px,7px);
  transition:.25s
}
.service-card:hover .card-arrow {
  opacity:1;
  transform:none
}
.cinematic {
  height:680px;
  position:relative;
  background:#041a2c;
  overflow:hidden;
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center
}
.cinematic canvas {
  position:absolute;
  inset:0;
  width:100%;
  height:100%
}
.cinematic-overlay {
  position:absolute;
  inset:0;
  background:radial-gradient(circle at center,transparent 0,rgba(2,15,26,.3) 45%,rgba(2,15,26,.8) 100%)
}
.cinematic-copy {
  position:relative;
  z-index:2;
  max-width:940px;
  padding:30px
}
.cinematic-copy>p {
  font-size:10px;
  letter-spacing:.25em;
  text-transform:uppercase;
  color:#81d9df
}
.cinematic h2 {
  font:500 clamp(45px,5vw,75px)/1.06 var(--display);
  letter-spacing:-.05em
}
.cinematic h2 em {
  color:#82dbe0
}
.cinematic-caption {
  position:absolute;
  bottom:28px;
  left:35px;
  font-size:8px;
  letter-spacing:.25em;
  color:#6e889a
}
.products {
  padding-block:150px
}
.product-grid {
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px
}
.product-card {
  min-height:540px;
  border-radius:28px;
  padding:48px;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:.35s
}
.product-card:hover {
  transform:translateY(-5px)
}
.product-auditos {
  grid-row:span 2;
  background:#dff3f3;
  min-height:1098px
}
.product-geniverse {
  background:#e9e6f6
}
.product-reconflow {
  background:#e4edf2
}
.product-copy {
  max-width:490px;
  position:relative;
  z-index:2
}
.product-label {
  font-size:9px;
  letter-spacing:.15em;
  color:var(--blue)
}
.product-copy h3 {
  font:500 clamp(30px,3vw,48px)/1.12 var(--display);
  letter-spacing:-.045em;
  margin:18px 0
}
.product-copy p {
  font-size:14px;
  line-height:1.65;
  color:#5d717c;
  max-width:420px
}
.product-copy a {
  display:inline-block;
  margin-top:15px;
  font-size:13px;
  font-weight:600;
  border-bottom:1px solid #8fa5af;
  padding-bottom:4px
}
.product-copy a span {
  margin-left:12px
}
.product-ui {
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.8);
  box-shadow:0 28px 60px rgba(22,73,90,.15);
  border-radius:18px;
  padding:24px;
  color:#183547;
  transition:.45s
}
.product-card:hover .product-ui {
  transform:translateY(-8px) rotate(-1deg)
}
.audit-ui {
  min-height:480px;
  margin:80px 0 0 11%;
  width:92%;
  transform:rotate(2deg)
}
.ui-top {
  font-size:11px;
  font-weight:600;
  border-bottom:1px solid #dce7e9;
  padding-bottom:17px
}
.ui-top i {
  font-style:normal;
  color:#82949d;
  font-weight:400
}
.audit-score {
  display:flex;
  align-items:center;
  gap:35px;
  padding:45px 5px
}
.score-ring {
  width:138px;
  height:138px;
  border-radius:50%;
  display:grid;
  place-content:center;
  text-align:center;
  background:conic-gradient(var(--cyan) 0 86%,#dcebec 86%);
  position:relative
}
.score-ring:after {
  content:"";
  position:absolute;
  inset:11px;
  background:white;
  border-radius:50%
}
.score-ring strong,.score-ring small {
  position:relative;
  z-index:1
}
.score-ring strong {
  font:600 33px var(--display)
}
.score-ring small {
  font-size:9px;
  color:#7e9099
}
.score-list {
  flex:1
}
.score-list p {
  display:flex;
  align-items:center;
  font-size:10px;
  color:#647985;
  border-bottom:1px solid #e7edef;
  padding:10px 0;
  margin:0
}
.score-list i {
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--cyan);
  margin-right:8px
}
.score-list p:nth-child(2) i {
  background:#7358cd
}
.score-list p:nth-child(3) i {
  background:#ef9f69
}
.score-list b {
  margin-left:auto;
  color:#19384a
}
.ui-bars {
  height:120px;
  display:flex;
  align-items:flex-end;
  gap:10px;
  border-bottom:1px solid #d9e4e7;
  padding:0 10px
}
.ui-bars i {
  height:var(--h);
  flex:1;
  background:linear-gradient(var(--cyan),#8fd8dc);
  border-radius:5px 5px 0 0
}
.test-ui,.recon-ui {
  width:82%;
  align-self:flex-end;
  margin-top:30px
}
.test-head small,.test-head strong {
  display:block
}
.test-head small {
  font-size:8px;
  color:#7d8f98
}
.test-head strong {
  font:600 13px var(--display);
  margin-top:3px
}
.test-head>span {
  font-size:8px;
  color:#674cc4;
  background:#ece8fb;
  padding:6px 9px;
  border-radius:20px
}
.test-progress {
  height:5px;
  background:#e3e4eb;
  border-radius:5px;
  margin:21px 0
}
.test-progress i {
  display:block;
  width:78%;
  height:100%;
  border-radius:5px;
  background:linear-gradient(90deg,var(--violet),#a98ce9)
}
.test-cases p,.recon-table p {
  display:flex;
  align-items:center;
  margin:0;
  border-top:1px solid #e5e8ed;
  padding:11px 0;
  font-size:9px
}
.test-cases b,.test-cases em,.recon-table b,.recon-table em {
  margin-left:auto;
  font-style:normal;
  color:#23a77d
}
.test-cases em,.recon-table em {
  color:#b98225
}
.test-footer {
  display:flex;
  align-items:baseline;
  gap:8px;
  margin-top:14px
}
.test-footer strong {
  font:600 25px var(--display)
}
.test-footer span {
  font-size:8px;
  color:#768993
}
.recon-total {
  position:relative;
  padding:22px 0
}
.recon-total small,.recon-total strong {
  display:block
}
.recon-total small {
  font-size:8px;
  color:#81929b
}
.recon-total strong {
  font:600 27px var(--display);
  margin-top:4px
}
.recon-total span {
  position:absolute;
  right:0;
  bottom:28px;
  color:#17a47a;
  background:#e3f6ef;
  padding:5px 8px;
  border-radius:20px;
  font-size:8px
}
.recon-table i {
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  background:#e6eff2;
  border-radius:7px;
  font-style:normal;
  font-size:7px;
  margin-right:8px
}
.industries-preview {
  background:var(--navy-2);
  color:white;
  padding:140px 0
}
.section-heading.light h2 em {
  color:#7ed8df
}
.section-heading.light>p {
  color:#9fb7c4
}
.button-light {
  color:white;
  border:1px solid rgba(255,255,255,.25)
}
.industry-row {
  border-top:1px solid rgba(255,255,255,.16)
}
.industry-item {
  display:grid;
  grid-template-columns:70px 1.4fr 1fr 40px;
  align-items:center;
  min-height:105px;
  border-bottom:1px solid rgba(255,255,255,.16);
  transition:.3s
}
.industry-item:hover {
  padding-inline:16px;
  background:rgba(255,255,255,.04)
}
.industry-item>span {
  font-size:9px;
  color:#66889c
}
.industry-item h3 {
  font:500 24px var(--display);
  letter-spacing:-.03em;
  margin:0
}
.industry-item p {
  font-size:12px;
  color:#8eacbc;
  margin:0
}
.industry-item i {
  font-style:normal;
  color:#74d4dc;
  font-size:19px
}
.why {
  padding-block:150px;
  display:grid;
  grid-template-columns:.9fr 1.5fr;
  gap:100px
}
.why-lead {
  position:sticky;
  top:120px;
  align-self:start
}
.pillars {
  display:grid;
  grid-template-columns:1fr 1fr
}
.pillar {
  min-height:285px;
  padding:25px 35px;
  border-left:1px solid var(--line);
  border-bottom:1px solid var(--line);
  position:relative
}
.pillar>span {
  position:absolute;
  right:20px;
  top:22px;
  font-size:9px;
  color:#9babb3
}
.pillar-symbol {
  font:400 34px var(--display);
  color:var(--cyan);
  margin:38px 0 65px
}
.pillar h3 {
  font:600 19px var(--display);
  letter-spacing:-.03em
}
.pillar p {
  font-size:12px;
  line-height:1.65;
  color:#708089;
  max-width:260px
}
.final-cta {
  min-height:550px;
  border-radius:32px;
  background:#e5f3f4;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  margin-bottom:120px;
  position:relative;
  overflow:hidden;
  padding:60px
}
.final-cta h2 {
  font:500 clamp(43px,5vw,70px)/1.08 var(--display);
  letter-spacing:-.055em;
  max-width:900px;
  margin:15px 0 20px
}
.final-cta>p:not(.section-kicker) {
  color:#62757f
}
.final-cta .button {
  margin-top:20px
}
.cta-orb {
  position:absolute;
  inset:0;
  pointer-events:none
}
.cta-orb i {
  position:absolute;
  border:1px solid rgba(11,167,189,.16);
  border-radius:50%;
  width:420px;
  height:420px;
  left:calc(50% - 210px);
  top:65px
}
.cta-orb i:nth-child(2) {
  transform:scale(.72)
}
.cta-orb i:nth-child(3) {
  transform:scale(.44);
  background:radial-gradient(circle,rgba(11,167,189,.12),transparent 70%)
}
.site-footer {
  background:#061e31;
  color:white;
  padding:70px max(40px,calc((100vw - 1240px)/2)) 25px
}
.footer-main {
  display:grid;
  grid-template-columns:1.1fr 1fr .8fr 1fr;
  gap:60px;
  align-items:start;
  padding-bottom:75px
}
.footer-brand .brand-copy strong,.footer-brand .brand-mark {
  color:white
}
.footer-main>p {
  font-size:12px;
  line-height:1.7;
  color:#88a2b1;
  max-width:250px
}
.footer-links {
  display:grid;
  gap:12px;
  font-size:12px;
  color:#a8bdc8
}
.footer-email {
  font:500 15px var(--display);
  color:#79d5db
}
.footer-bottom {
  border-top:1px solid rgba(255,255,255,.12);
  padding-top:22px;
  display:flex;
  justify-content:space-between;
  font-size:9px;
  letter-spacing:.08em;
  color:#728e9e
}
.reveal {
  opacity:0;
  transform:translateY(24px);
  transition:opacity .75s ease,transform .75s ease
}
.reveal.visible {
  opacity:1;
  transform:none
}
.inner-hero {
  padding:110px 0 140px
}
.inner-hero h1 {
  max-width:920px
}
.inner-hero>p:last-child {
  font-size:18px;
  line-height:1.6;
  color:var(--muted);
  max-width:650px
}
.industry-detail-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  margin-bottom:150px
}
.industry-detail {
  background:#fbfcfc;
  min-height:510px;
  padding:45px;
  position:relative;
  display:grid;
  grid-template-columns:80px 1fr;
  gap:25px
}
.industry-index {
  position:absolute;
  right:24px;
  top:24px;
  font-size:10px;
  color:#9caab1
}
.detail-icon {
  width:62px;
  height:62px;
  border-radius:17px;
  background:#e5f2f3;
  display:grid;
  place-items:center;
  color:var(--blue);
  font:500 20px var(--display)
}
.detail-label {
  font-size:9px;
  letter-spacing:.16em;
  color:var(--blue);
  margin:20px 0 24px
}
.industry-detail h2 {
  font:500 30px/1.15 var(--display);
  letter-spacing:-.04em;
  max-width:350px
}
.industry-detail div>p:not(.detail-label) {
  font-size:13px;
  line-height:1.7;
  color:var(--muted);
  max-width:410px
}
.industry-detail ul {
  list-style:none;
  padding:0;
  margin:30px 0 0;
  display:flex;
  flex-wrap:wrap;
  gap:8px
}
.industry-detail li {
  font-size:9px;
  border:1px solid #d8e3e7;
  border-radius:30px;
  padding:8px 11px;
  color:#536b78
}
@media(max-width:1050px) {
  .section-shell {
    width:min(100% - 48px,900px)
  }
  .desktop-nav {
    display:none
  }
  .hero {
    grid-template-columns:1fr;
    padding-top:60px
  }
  .hero-copy {
    max-width:740px
  }
  .hero-visual {
    width:min(760px,100%);
    margin:auto
  }
  .intro-grid {
    grid-template-columns:1fr 2fr
  }
  .intro-note {
    grid-column:2
  }


  .service-grid {
    grid-template-columns:1fr 1fr
  }
  .product-grid {
    grid-template-columns:1fr
  }
  .product-auditos {
    min-height:820px;
    grid-row:auto
  }
  .why {
    grid-template-columns:1fr
  }
  .why-lead {
    position:static
  }
  .footer-main {
    grid-template-columns:1fr 1fr
  }
  .industry-detail-grid {
    grid-template-columns:1fr
  }
}
@media(max-width:700px) {
  .section-shell {
    width:calc(100% - 34px)
  }
  .site-header {
    height:78px;
    width:calc(100% - 34px)
  }
  .brand-copy {
    display:none
  }
  .header-cta {
    display:none
  }
  .menu-button {
    display:block;
    width:42px;
    height:42px
  }
  .menu-button span {
    display:block;
    width:22px;
    height:1px;
    background:var(--navy);
    margin:6px auto
  }
  .menu-button.open+* {
  }
  body.nav-open .desktop- {
    display:flex;
    position:absolute;
    top:70px;
    left:0;
    right:0;
    background:white;
    padding:25px;
    border:1px solid var(--line);
    border-radius:16px;
    flex-direction:column;
    box-shadow:0 20px 40px rgba(8,45,71,.12)
  }
  .hero {
    padding:55px 0 75px;
    min-height:auto
  }
  .hero h1,.inner-hero h1 {
    font-size:43px
  }
  .hero-intro {
    font-size:16px
  }
  .hero-actions {
    align-items:flex-start;
    flex-direction:column
  }
  .hero-visual {
    height:480px;
    margin-top:20px
  }
  .command-card {
    width:100%;
    top:60px;
    padding:17px;
    right:-5px
  }
  .float-ai {
    left:-7px
  }
  .float-cloud {
    right:-15px;
    bottom:18px
  }
  .float-code {
    display:none
  }
  .metric-row div {
    padding:9px
  }
  .intro-grid {
    grid-template-columns:1fr;
    gap:30px;
    padding-block:95px
  }
  .intro-note {
    grid-column:auto
  }
  .intro-statement h2,.section-heading h2,.why h2 {
    font-size:37px
  }
  .section-heading {
    display:block
  }
  .section-heading>p {
    width:auto;
    margin-top:20px
  }
  .service-grid {
    grid-template-columns:1fr
  }
  .service-card {
    min-height:300px
  }
  .cinematic {
    height:570px
  }
  .product-card {
    padding:30px;
    min-height:580px
  }
  .product-auditos {
    min-height:760px
  }
  .audit-ui {
    width:110%;
    margin-left:0;
    min-height:380px;
    padding:16px
  }
  .audit-score {
    gap:13px
  }
  .score-ring {
    width:100px;
    height:100px
  }
  .test-ui,.recon-ui {
    width:100%
  }
  .industries-preview {
    padding:90px 0
  }
  .industry-item {
    grid-template-columns:40px 1fr 25px
  }
  .industry-item p {
    display:none
  }
  .industry-item h3 {
    font-size:19px
  }
  .why {
    padding-block:95px;
    gap:50px
  }
  .pillars {
    grid-template-columns:1fr
  }
  .final-cta {
    width:calc(100% - 24px);
    min-height:500px;
    padding:35px 22px;
    margin-bottom:80px
  }
  .final-cta h2 {
    font-size:39px
  }
  .footer-main {
    grid-template-columns:1fr;
    gap:30px
  }
  .footer-bottom {
    gap:20px;
    flex-direction:column
  }
  .inner-hero {
    padding:70px 0 90px
  }
  .industry-detail {
    grid-template-columns:1fr;
    padding:32px 25px;
    min-height:auto
  }
  .industry-detail-grid {
    margin-bottom:90px
  }
}
@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
  }
}
/* Refined interaction and layout system */
html {
  scrollbar-color: #0b7894 #e8f0f2;
  scrollbar-width: thin;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #e8f0f2;
}
body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #0ba7bd, #0b527f);
  border: 3px solid #e8f0f2;
  border-radius: 999px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #0b527f;
}
::selection {
  color: #fff;
  background: #0b7894;
}
.glass-header {
  position: sticky;
  top: 14px;
  height: 72px;
  width: min(1380px, calc(100% - 32px));
  margin-top: 14px;
  padding: 0 14px 0 18px;
  border: 1px solid rgba(135, 166, 180, 0.28);
  border-radius: 22px;
  background: rgba(248, 252, 252, 0.72);
  box-shadow:
  0 14px 40px rgba(7, 42, 66, 0.08),
  inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  transition:
  background 0.35s ease,
  border-color 0.35s ease,
  box-shadow 0.35s ease;
}
.glass-header.scrolled {
  background: rgba(247, 251, 251, 0.9);
  border-color: rgba(112, 149, 164, 0.38);
  box-shadow:
  0 18px 50px rgba(7, 42, 66, 0.13),
  inset 0 1px 0 #fff;
}
.desktop-nav {
  position: relative;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(151, 174, 184, 0.18);
  border-radius: 15px;
  background: rgba(227, 237, 240, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}
.desktop-nav a {
  position: relative;
  z-index: 2;
  padding: 9px 16px;
  border-radius: 11px;
  transition:
  color 0.3s ease,
  background 0.3s ease,
  transform 0.3s ease;
}
.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.75);
  box-shadow:
  0 5px 14px rgba(10, 56, 83, 0.07),
  inset 0 1px 0 #fff;
  transform: translateY(-1px);
}
.nav-glider {
  position: absolute;
  inset: 5px auto 5px 5px;
  width: 0;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 6px 16px rgba(8, 45, 71, 0.09);
  opacity: 0;
  pointer-events: none;
  transition:
  transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
  width 0.32s cubic-bezier(0.22, 1, 0.36, 1),
  opacity 0.2s ease;
}
.header-cta {
  border-color: rgba(117, 151, 166, 0.32);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 1px 0 #fff;
  transition:
  color 0.3s ease,
  background 0.3s ease,
  transform 0.3s ease,
  box-shadow 0.3s ease;
}
.header-cta:hover {
  color: #fff;
  background: var(--navy);
  box-shadow: 0 12px 24px rgba(11, 53, 88, 0.18);
  transform: translateY(-2px);
}
.button,
.text-link,
.product-copy a {
  transition:
  color 0.3s ease,
  background 0.3s ease,
  border-color 0.3s ease,
  box-shadow 0.3s ease,
  transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.button-primary:hover {
  background: #0e527f;
  box-shadow: 0 16px 34px rgba(11, 82, 127, 0.24);
}
.text-link:hover,
.product-copy a:hover {
  color: var(--cyan);
  border-color: var(--cyan);
  transform: translateX(3px);
}
.intro-grid {
  grid-template-columns: 0.9fr 2.2fr 0.9fr;
  align-items: start;
}
.intro-aside {
  display: grid;
  gap: 34px;
}
.about-visual {
  position: relative;
  width: min(100%, 250px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(135, 171, 184, 0.34);
  border-radius: 22px;
  background: rgba(223, 242, 244, 0.8);
  box-shadow:
  0 24px 48px rgba(12, 62, 87, 0.12),
  inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: rotate(-2deg);
  transform-style: preserve-3d;
  transition:
  transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
  box-shadow 0.5s ease;
}
.about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.45) 50%, transparent 65%);
  transform: translateX(-120%);
  transition: transform 0.8s ease;
  pointer-events: none;
}
.about-visual:hover {
  box-shadow:
  0 30px 60px rgba(12, 62, 87, 0.17),
  inset 0 1px 0 #fff;
}
.about-visual:hover::after {
  transform: translateX(120%);
}
.about-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1.12;
  object-fit: cover;
}
.about-visual figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--navy);
  box-shadow: 0 8px 20px rgba(11, 53, 88, 0.1);
  backdrop-filter: blur(12px);
}
.about-visual figcaption span {
  font-size: 6px;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.about-visual figcaption i {
  color: #617784;
  font-size: 7px;
  font-style: normal;
}
.service-card {
  overflow: hidden;
  transition:
  color 0.45s ease,
  background 0.45s ease,
  border-color 0.45s ease,
  box-shadow 0.45s ease,
  transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.service-card::before {
  content: "";
  position: absolute;
  inset: auto -30% -70% 30%;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 167, 189, 0.12), transparent 68%);
  opacity: 0;
  transform: scale(0.7);
  transition:
  opacity 0.45s ease,
  transform 0.6s ease;
  pointer-events: none;
}
.service-card:hover {
  background: #fff;
  color: var(--ink);
  border-color: #d3e1e6;
  box-shadow: 0 26px 55px rgba(16, 48, 67, 0.11);
  transform: translateY(-7px);
}
.service-card:hover::before {
  opacity: 1;
  transform: scale(1);
}
.service-card h3,
.service-card p,
.service-card .service-number,
.service-card .service-icon {
  transition:
  color 0.4s ease,
  background 0.4s ease,
  border-color 0.4s ease,
  transform 0.4s ease;
}
.service-featured:hover p {
  color: #6d7c85;
}
.service-featured:hover .service-icon {
  color: var(--blue);
  background: #eaf5f6;
}
.service-featured:hover .service-number {
  color: #9aabb3;
}
.service-card:hover .service-icon {
  transform: translateY(-4px) rotate(-3deg);
}
.cinematic {
  isolation: isolate;
}
.cinematic::before,
.cinematic::after {
  content: "";
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(103, 211, 221, 0.12);
  border-radius: 50%;
  pointer-events: none;
}
.cinematic::before {
  width: 520px;
  height: 520px;
  left: -170px;
  top: -230px;
}
.cinematic::after {
  width: 360px;
  height: 360px;
  right: -100px;
  bottom: -180px;
}
.cinematic-copy {
  text-shadow: 0 8px 40px rgba(0, 12, 23, 0.55);
}
.products {
  overflow: visible;
}
.product-grid {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.product-card {
  isolation: isolate;
  min-height: 500px;
  border: 1px solid rgba(125, 160, 174, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transition:
  transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
  box-shadow 0.5s ease,
  border-color 0.5s ease;
}
.product-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 380px;
  height: 380px;
  right: -130px;
  bottom: -190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7), transparent 68%);
  transition: transform 0.7s ease;
}
.product-card:hover {
  border-color: rgba(83, 143, 161, 0.26);
  box-shadow:
  0 30px 70px rgba(14, 60, 83, 0.14),
  inset 0 1px 0 #fff;
  transform: translateY(-7px);
}
.product-card:hover::before {
  transform: scale(1.18);
}
.product-auditos {
  grid-column: 1 / -1;
  grid-row: auto;
  min-height: 620px;
  flex-direction: row;
  align-items: center;
  gap: clamp(45px, 7vw, 100px);
}

.product-auditos .product-copy {
  width: 42%;
}

.product-geniverse,
.product-reconflow {
  min-height: 570px;
}
.product-copy h3 {
  text-wrap: balance;
}
.product-ui {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background:
  linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(247, 251, 252, 0.72));
  box-shadow:
  0 26px 55px rgba(22, 73, 90, 0.15),
  inset 0 1px 0 #fff;
  transform-style: preserve-3d;
  will-change: transform;
  transition:
  transform 0.25s ease-out,
  box-shadow 0.45s ease;
}
.product-ui::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.5) 48%, transparent 66%);
  opacity: 0;
  transform: translateX(-120%);
  transition:
  opacity 0.25s ease,
  transform 0.75s ease;
  pointer-events: none;
}
.product-card:hover .product-ui::after {
  opacity: 1;
  transform: translateX(120%);
}
.audit-ui {
  flex: 1;
  min-height: 410px;
  width: auto;
  margin: 0;
  transform: rotate(1.25deg);
}
.audit-score {
  padding: 30px 5px;
}
.score-ring {
  width: 120px;
  height: 120px;
}
.ui-bars {
  height: 95px;
}
.test-ui,
.recon-ui {
  width: 88%;
}
.recon-total strong {
  letter-spacing: -0.04em;
}
.recon-total span {
  box-shadow: 0 6px 14px rgba(23, 164, 122, 0.12);
}
.recon-table p,
.test-cases p {
  transition:
  background 0.25s ease,
  padding 0.25s ease;
}
.recon-table p:hover,
.test-cases p:hover {
  margin-inline: -8px;
  padding-inline: 8px;
  border-radius: 8px;
  background: rgba(221, 237, 241, 0.55);
}
.industry-item {
  position: relative;
  overflow: hidden;
  padding-inline: 0;
  transition:
  color 0.45s ease,
  padding 0.45s cubic-bezier(0.22, 1, 0.36, 1),
  background 0.45s ease,
  border-color 0.45s ease;
}
.industry-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 167, 189, 0.15), rgba(118, 87, 214, 0.06), transparent 76%);
  opacity: 0;
  transform: translateX(-18%);
  transition:
  opacity 0.45s ease,
  transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.industry-item > * {
  position: relative;
  z-index: 1;
}
.industry-item:hover {
  padding-inline: 22px;
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(114, 214, 222, 0.35);
}
.industry-item:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.industry-item h3,
.industry-item p,
.industry-item i {
  transition:
  color 0.35s ease,
  transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.industry-item:hover h3 {
  color: #91e2e7;
  transform: translateX(5px);
}
.industry-item:hover p {
  color: #bfd1da;
}
.industry-item:hover i {
  transform: translate(5px, -5px) rotate(6deg);
}
.pillars {
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.pillar {
  overflow: hidden;
  transition:
  color 0.4s ease,
  background 0.4s ease,
  box-shadow 0.4s ease,
  transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.pillar::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -105px;
  top: -105px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 167, 189, 0.13), transparent 67%);
  transform: scale(0.6);
  opacity: 0;
  transition:
  opacity 0.45s ease,
  transform 0.55s ease;
}
.pillar:hover {
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 50px rgba(16, 48, 67, 0.1);
  transform: translateY(-5px);
}
.pillar:hover::before {
  opacity: 1;
  transform: scale(1);
}
.pillar-symbol {
  transition:
  color 0.4s ease,
  transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.pillar:hover .pillar-symbol {
  color: var(--violet);
  transform: translateY(-4px) rotate(8deg) scale(1.08);
}
.pillar-line {
  position: absolute;
  right: 35px;
  bottom: 22px;
  left: 35px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.pillar:hover .pillar-line {
  transform: scaleX(1);
}
.final-cta {
  border: 1px solid rgba(122, 166, 180, 0.2);
  background:
  linear-gradient(145deg, rgba(234, 247, 248, 0.94), rgba(213, 237, 240, 0.76));
  box-shadow:
  inset 0 1px 0 #fff,
  0 30px 80px rgba(12, 61, 85, 0.09);
  backdrop-filter: blur(18px);
}
/* Industries page */
.industries-page {
  background:
  radial-gradient(circle at 82% 8%, rgba(16, 110, 146, 0.13), transparent 28%),
  linear-gradient(180deg, #f8fbfb 0, #eef5f6 44%, #f8fbfb 100%);
}
.industries-page .inner-hero {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: center;
  gap: 70px;
  min-height: 650px;
}
.inner-hero-copy > p:last-child {
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 650px;
}
.industry-hero-visual {
  position: relative;
  height: 410px;
  display: grid;
  place-items: center;
}
.industry-hero-visual::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 167, 189, 0.2), rgba(11, 82, 127, 0.05) 56%, transparent 72%);
  filter: blur(2px);
}
.industry-orbit {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(11, 82, 127, 0.2);
  border-radius: 50%;
  animation: slow-spin 26s linear infinite;
}
.industry-orbit::before,
.industry-orbit::after {
  content: "";
  position: absolute;
  border: 1px dashed rgba(11, 167, 189, 0.22);
  border-radius: 50%;
}
.industry-orbit::before {
  inset: 35px;
}
.industry-orbit::after {
  inset: 76px;
}
.industry-orbit i {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 5px 14px rgba(11, 82, 127, 0.28);
}
.industry-orbit i:nth-child(1) {
  left: 19px;
  top: 74px;
}
.industry-orbit i:nth-child(2) {
  right: 6px;
  top: 132px;
}
.industry-orbit i:nth-child(3) {
  left: 84px;
  bottom: 10px;
}
.industry-orbit i:nth-child(4) {
  right: 69px;
  top: 24px;
}
.industry-orbit i:nth-child(5) {
  right: 42px;
  bottom: 43px;
}
.industry-orbit i:nth-child(6) {
  left: -1px;
  bottom: 117px;
}
.industry-hero-core {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
  0 22px 50px rgba(9, 56, 82, 0.16),
  inset 0 1px 0 #fff;
  backdrop-filter: blur(18px);
}
.industry-hero-core span {
  color: var(--navy);
  font: 600 42px/1 var(--display);
}
.industry-hero-core small {
  color: #71858f;
  font-size: 8px;
  line-height: 1.5;
  letter-spacing: 0.13em;
}
@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}
.industry-detail-grid {
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(119, 160, 176, 0.22);
  border-radius: 30px;
  background: rgba(216, 232, 236, 0.45);
  box-shadow:
  inset 0 1px 0 rgba(255, 255, 255, 0.9),
  0 30px 70px rgba(8, 53, 78, 0.08);
  backdrop-filter: blur(18px);
}
.industry-detail {
  overflow: hidden;
  border: 1px solid rgba(139, 172, 184, 0.24);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 #fff;
  transition:
  color 0.45s ease,
  background 0.45s ease,
  border-color 0.45s ease,
  box-shadow 0.45s ease,
  transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.industry-detail::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -170px;
  bottom: -170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 167, 189, 0.18), transparent 70%);
  transition: transform 0.65s ease;
}
.industry-detail:hover {
  z-index: 2;
  border-color: rgba(94, 170, 188, 0.36);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 55px rgba(8, 54, 80, 0.13);
  transform: translateY(-7px);
}
.industry-detail:hover::before {
  transform: scale(1.3);
}
.detail-icon {
  border: 1px solid rgba(107, 166, 182, 0.2);
  background: linear-gradient(145deg, rgba(228, 245, 246, 0.96), rgba(211, 234, 238, 0.76));
  box-shadow:
  0 12px 24px rgba(10, 72, 96, 0.09),
  inset 0 1px 0 #fff;
  transition:
  color 0.4s ease,
  background 0.4s ease,
  transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.detail-icon svg {
  width: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.industry-detail:hover .detail-icon {
  color: #fff;
  background: var(--navy);
  transform: translateY(-5px) rotate(-4deg);
}
.industry-detail li {
  background: rgba(235, 243, 245, 0.65);
  transition:
  color 0.3s ease,
  background 0.3s ease,
  border-color 0.3s ease,
  transform 0.3s ease;
}
.industry-detail li:hover {
  color: var(--navy);
  border-color: rgba(11, 167, 189, 0.32);
  background: #e3f4f5;
  transform: translateY(-2px);
}
.detail-arrow {
  position: absolute;
  right: 30px;
  bottom: 28px;
  color: var(--cyan);
  font-size: 22px;
  opacity: 0;
  transform: translate(-8px, 8px);
  transition:
  opacity 0.35s ease,
  transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.industry-detail:hover .detail-arrow {
  opacity: 1;
  transform: none;
}
@media (max-width: 1050px) {
  .glass-header {
    top: 10px;
  }
  .intro-grid {
    grid-template-columns: 0.8fr 2fr;
  }
  .intro-aside {
    grid-row: span 2;
  }
  .intro-note {
    grid-column: 2;
  }
  .about-visual {
    width: 100%;
  }
  .product-auditos {
    min-height: 720px;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  .product-auditos .product-copy {
    width: auto;
  }

  .audit-ui {
    flex: none;
    width: 94%;
    margin-left: 6%;
  }
  .industries-page .inner-hero {
    grid-template-columns: 1fr 0.65fr;
    gap: 30px;
  }
}
@media (max-width: 700px) {
  body::-webkit-scrollbar {
    width: 6px;
  }
  .glass-header {
    top: 8px;
    height: 62px;
    width: calc(100% - 20px);
    margin-top: 8px;
    padding: 0 10px;
    border-radius: 18px;
  }
  body.nav-open .desktop-nav {
    top: 68px;
    padding: 10px;
    gap: 5px;
    border-radius: 18px;
    background: rgba(248, 252, 252, 0.94);
    backdrop-filter: blur(24px);
  }
  .desktop-nav a {
    padding: 12px 14px;
  }
  .nav-glider {
    display: none;
  }
  .hero {
    padding-top: 70px;
  }
  .hero h1,
  .inner-hero h1 {
    font-size: clamp(40px, 12vw, 50px);
    line-height: 1.04;
  }
  .hero-intro {
    max-width: 34rem;
    font-size: 15px;
  }
  .hero-visual {
    height: 450px;
    margin-top: 5px;
    overflow: clip;
    border-radius: 24px;
  }
  .orbit-one {
    width: 420px;
    height: 420px;
    right: -35px;
  }
  .orbit-two {
    width: 320px;
    height: 320px;
    right: 8px;
  }
  .command-card {
    top: 70px;
    right: 0;
  }
  .float-ai {
    top: 18px;
  }
  .float-cloud {
    right: 0;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .intro-aside {
    grid-row: auto;
  }
  .intro-note {
    grid-column: auto;
  }
  .about-visual {
    width: min(100%, 430px);
    margin-top: 4px;
    transform: rotate(-1deg);
  }
  .about-visual img {
    aspect-ratio: 1.5;
  }
  .service-card {
    min-height: 280px;
  }
  .service-icon {
    margin-bottom: 45px;
  }
  .cinematic {
    height: 520px;
  }
  .cinematic h2 {
    font-size: 41px;
  }
  .product-grid {
    gap: 14px;
  }
  .product-card,
  .product-auditos {
    min-height: auto;
    padding: 30px 24px;
  }

  .product-auditos {
    display: flex;
    gap: 0;
  }
  .product-copy {
    margin-bottom: 35px;
  }
  .audit-ui {
    min-height: 330px;
    width: 104%;
    margin: 10px -2% 0;
    transform: none;
  }
  .audit-score {
    padding: 24px 0;
  }
  .score-ring {
    width: 92px;
    height: 92px;
  }
  .score-ring strong {
    font-size: 25px;
  }
  .ui-bars {
    height: 80px;
  }
  .test-ui,
  .recon-ui {
    width: 100%;
    margin-top: 8px;
  }
  .industry-item {
    min-height: 90px;
  }
  .industry-item:hover {
    padding-inline: 10px;
  }
  .why {
    gap: 40px;
  }
  .pillar {
    min-height: 245px;
    padding-inline: 28px;
  }
  .pillar-symbol {
    margin: 25px 0 52px;
  }
  .industries-page .inner-hero {
    display: block;
    min-height: auto;
    padding-top: 110px;
  }
  .industry-hero-visual {
    height: 330px;
    margin-top: 30px;
  }
  .industry-orbit {
    width: 250px;
    height: 250px;
  }
  .industry-detail-grid {
    width: calc(100% - 20px);
    gap: 10px;
    padding: 10px;
    border-radius: 22px;
  }
  .industry-detail {
    padding: 28px 22px;
    border-radius: 17px;
  }
  .detail-arrow {
    display: none;
  }
}

/* Final polish: cleaner motion, full-width hero, refined navigation */
:root {
  --motion-standard: 0.62s;
  --motion-slow: 0.9s;
  --motion-curve: cubic-bezier(0.19, 1, 0.22, 1);
}

body::before {
  content: "";
  position: fixed;
  inset: -20% -10% auto;
  z-index: -1;
  height: 720px;
  background:
    radial-gradient(circle at 12% 24%, rgba(23, 188, 202, 0.16), transparent 25%),
    radial-gradient(circle at 78% 14%, rgba(11, 82, 127, 0.14), transparent 28%);
  filter: blur(6px);
  animation: ambient-drift 18s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes ambient-drift {
  from {
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }
  to {
    transform: translate3d(1.5%, 1%, 0) scale(1.04);
  }
}

.glass-header {
  width: min(1480px, calc(100% - 38px));
  height: 76px;
  color: var(--navy);
  border: 1px solid rgba(38, 144, 170, 0.28);
  background:
    linear-gradient(135deg, rgba(247, 253, 254, 0.88), rgba(220, 244, 248, 0.76)),
    rgba(255, 255, 255, 0.75);
  box-shadow:
    0 22px 60px rgba(6, 53, 81, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.glass-header::before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: -1;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(11, 167, 189, 0.16), transparent 34%, rgba(118, 87, 214, 0.08) 68%, rgba(11, 82, 127, 0.14));
  opacity: 0.7;
}

.glass-header.scrolled {
  background:
    linear-gradient(135deg, rgba(247, 253, 254, 0.95), rgba(224, 246, 249, 0.9)),
    rgba(255, 255, 255, 0.92);
  box-shadow:
    0 20px 55px rgba(6, 53, 81, 0.18),
    inset 0 1px 0 #fff;
}

.glass-header .brand-copy strong,
.glass-header .brand-mark {
  color: var(--navy);
}

.glass-header .brand-copy small,
.glass-header .desktop-nav a {
  color: #365b6d;
}

.brand-mark {
  border-color: rgba(11, 167, 189, 0.42);
  background:
    radial-gradient(circle at 40% 35%, rgba(140, 235, 239, 0.72), rgba(255, 255, 255, 0.7));
  box-shadow:
    0 10px 24px rgba(11, 117, 145, 0.18),
    inset 0 1px 0 #fff;
}

.desktop-nav {
  gap: 3px;
  padding: 5px;
  border: 1px solid rgba(34, 139, 168, 0.16);
  background: rgba(255, 255, 255, 0.56);
  box-shadow:
    inset 0 1px 0 #fff,
    0 10px 24px rgba(8, 53, 78, 0.06);
}

.desktop-nav a {
  color: #365b6d;
  transition:
    color var(--motion-standard) var(--motion-curve),
    background var(--motion-standard) var(--motion-curve),
    box-shadow var(--motion-standard) var(--motion-curve),
    transform var(--motion-standard) var(--motion-curve);
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: #fff;
  background: linear-gradient(135deg, #0b527f, #0ba7bd);
  box-shadow: 0 12px 24px rgba(11, 82, 127, 0.2);
}

.nav-glider {
  background: linear-gradient(135deg, #0b527f, #0ba7bd);
  box-shadow: 0 12px 24px rgba(11, 82, 127, 0.2);
}

.header-cta {
  color: var(--navy);
  border-color: rgba(34, 139, 168, 0.22);
  background: rgba(255, 255, 255, 0.64);
  transition:
    color var(--motion-standard) var(--motion-curve),
    background var(--motion-standard) var(--motion-curve),
    box-shadow var(--motion-standard) var(--motion-curve),
    transform var(--motion-standard) var(--motion-curve);
}

.header-cta:hover {
  color: #fff;
  background: linear-gradient(135deg, #073c61, #0ba7bd);
  box-shadow: 0 16px 35px rgba(8, 72, 107, 0.22);
}

.menu-button span {
  background: var(--navy);
}

.hero-with-video {
  width: 100%;
  max-width: none;
  min-height: 650px;
  margin-top: 18px;
  padding:
    66px max(42px, calc((100vw - 1260px) / 2))
    78px;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  box-shadow:
    0 28px 80px rgba(5, 38, 60, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hero-with-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.78) 0%, rgba(221, 244, 248, 0.52) 15%, rgba(5, 30, 48, 0.2) 100%);
  pointer-events: none;
}

.hero-with-video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at var(--hero-x, 70%) var(--hero-y, 38%), rgba(98, 226, 234, 0.28), transparent 18%);
  mix-blend-mode: screen;
  opacity: 0.75;
  transition: opacity var(--motion-standard) ease;
  pointer-events: none;
}

.hero-video {
  opacity: 0.42;
  animation: video-breath 18s ease-in-out infinite alternate;
}

@keyframes video-breath {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.055);
  }
}

.hero-video-overlay {
  background:
    radial-gradient(circle at 72% 36%, rgba(42, 199, 211, 0.32), transparent 30%),
    radial-gradient(circle at 8% 88%, rgba(11, 167, 189, 0.16), transparent 24%),
    linear-gradient(90deg, rgba(239, 251, 252, 0.94) 0%, rgba(209, 239, 245, 0.72) 42%, rgba(6, 30, 49, 0.34) 100%);
}

.hero h1 {
  font-size: clamp(48px, 5vw, 74px);
}

.hero-visual {
  height: 540px;
}

.command-card {
  animation: dashboard-drift 8s ease-in-out infinite;
}

@keyframes dashboard-drift {
  0%,
  100% {
    transform: perspective(1000px) rotateY(-4deg) rotateX(2deg) translateY(0);
  }
  50% {
    transform: perspective(1000px) rotateY(-3deg) rotateX(1.5deg) translateY(-10px);
  }
}

.float-card {
  animation-duration: 7.5s;
}

.service-card,
.product-card,
.industry-item,
.pillar,
.service-lane,
.method-timeline article,
.partner-product-tile {
  transition:
    color var(--motion-standard) var(--motion-curve),
    background var(--motion-standard) var(--motion-curve),
    border-color var(--motion-standard) var(--motion-curve),
    box-shadow var(--motion-standard) var(--motion-curve),
    transform var(--motion-standard) var(--motion-curve);
}

.service-card:hover,
.product-card:hover,
.industry-item:hover,
.pillar:hover,
.service-lane:hover,
.method-timeline article:hover,
.partner-product-tile:hover {
  transform: translateY(-9px);
}

.ecosystem-core,
.service-os-core {
  gap: 13px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(206, 242, 246, 0.76));
  color: var(--navy);
}

.service-os-core {
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.ecosystem-core img,
.service-os-core img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  padding: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow:
    0 12px 28px rgba(8, 60, 86, 0.14),
    inset 0 1px 0 #fff;
}

.service-os-core img {
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
}

.service-os-core strong {
  color: var(--navy);
}

.service-os-core small {
  color: #57717e;
}

.service-orbit {
  animation-duration: 8.5s;
}

.service-signal {
  animation: orbit-pulse 6s ease-in-out infinite alternate;
}

@keyframes orbit-pulse {
  from {
    opacity: 0.45;
    transform: scale(0.98);
  }
  to {
    opacity: 0.9;
    transform: scale(1.03);
  }
}

.reveal {
  transition:
    opacity 0.9s var(--motion-curve),
    transform 0.9s var(--motion-curve),
    filter 0.9s var(--motion-curve);
  filter: blur(6px);
}

.reveal.visible {
  filter: blur(0);
}

@media (max-width: 1050px) {
  .hero-with-video {
    width: 100%;
    padding-inline: 28px;
  }
}

@media (max-width: 700px) {
  .glass-header {
    width: calc(100% - 20px);
    height: 66px;
  }

  .hero-with-video {
    width: 100%;
    min-height: auto;
    margin-top: 10px;
    padding: 70px 18px 42px;
  }

  .hero h1 {
    font-size: clamp(40px, 11vw, 50px);
  }

  .hero-visual {
    height: 410px;
  }

  .command-card {
    animation: none;
  }
}

/* 2026 content and color consolidation */
body {
  background:
    radial-gradient(circle at 15% 10%, rgba(11, 167, 189, 0.13), transparent 24%),
    radial-gradient(circle at 90% 28%, rgba(14, 82, 127, 0.13), transparent 28%),
    linear-gradient(180deg, #eef8fa 0, #f7fbfb 42%, #eaf5f7 100%);
}

.brand-mark {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.62);
}

.brand-mark img {
  width: 86%;
  height: 86%;
  object-fit: contain;
}

.brand-mark::after {
  content: none;
}

.glass-header {
  color: #fff;
  border-color: rgba(115, 219, 226, 0.23);
  background:
    linear-gradient(135deg, rgba(4, 30, 49, 0.88), rgba(8, 65, 93, 0.78)),
    rgba(4, 30, 49, 0.76);
  box-shadow:
    0 22px 55px rgba(3, 28, 46, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.glass-header.scrolled {
  background:
    linear-gradient(135deg, rgba(4, 30, 49, 0.94), rgba(8, 65, 93, 0.88)),
    rgba(4, 30, 49, 0.9);
}

.glass-header .brand-copy strong,
.glass-header .brand-mark {
  color: #fff;
}

.glass-header .brand-copy small,
.glass-header .desktop-nav a {
  color: rgba(222, 242, 246, 0.82);
}

.desktop-nav {
  border-color: rgba(122, 220, 227, 0.14);
  background: rgba(255, 255, 255, 0.07);
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: #061e31;
  background: linear-gradient(135deg, #b8f0f3, #ffffff);
}

.nav-glider {
  background: linear-gradient(135deg, rgba(184, 240, 243, 0.92), rgba(255, 255, 255, 0.86));
}

.header-cta {
  color: #fff;
  border-color: rgba(136, 225, 231, 0.28);
  background: rgba(255, 255, 255, 0.1);
}

.header-cta:hover {
  color: #061e31;
  background: linear-gradient(135deg, #8ae0e5, #ffffff);
}

.menu-button span {
  background: #dff9fb;
}

.hero-with-video {
  position: relative;
  width: min(1340px, calc(100% - 40px));
  min-height: 740px;
  margin-top: 18px;
  padding-inline: 34px;
  overflow: hidden;
  border: 1px solid rgba(111, 211, 219, 0.22);
  border-radius: 36px;
  background: #061e31;
  box-shadow:
    0 36px 90px rgba(5, 38, 60, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.hero-video,
.hero-video-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-video {
  object-fit: cover;
  opacity: 0.34;
  filter: saturate(1.25) contrast(1.08);
}

.hero-video-overlay {
  background:
    radial-gradient(circle at 76% 36%, rgba(33, 185, 199, 0.26), transparent 32%),
    linear-gradient(90deg, rgba(239, 251, 252, 0.96) 0%, rgba(224, 246, 249, 0.9) 39%, rgba(6, 30, 49, 0.24) 100%);
}

.hero-with-video > *:not(.hero-video):not(.hero-video-overlay) {
  position: relative;
  z-index: 2;
}

.command-card,
.float-card,
.product-ui,
.about-visual,
.industry-detail,
.product-command,
.service-lane,
.method-timeline article {
  border-color: rgba(76, 171, 193, 0.28);
}

.command-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(219, 245, 248, 0.74));
}

.metric-row div {
  background: rgba(232, 248, 250, 0.7);
}

.logo-section {
  background:
    linear-gradient(90deg, #07263d, #0b527f 48%, #07263d);
  border-color: rgba(119, 221, 228, 0.14);
}

.logo-section > p {
  color: #a6e7eb;
}

.logo-track {
  gap: 36px;
  animation-duration: 34s;
}

.logo-track span {
  display: grid;
  place-items: center;
  width: 155px;
  height: 64px;
  min-width: 155px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.logo-track img {
  max-width: 118px;
  max-height: 42px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.78;
}

.service-card {
  min-height: 268px;
  background: rgba(255, 255, 255, 0.66);
}

.service-featured {
  background:
    radial-gradient(circle at 85% 12%, rgba(96, 209, 220, 0.24), transparent 26%),
    linear-gradient(145deg, #062b46, #0b527f);
}

.service-icon {
  margin-bottom: 38px;
}

.cinematic {
  height: 430px;
}

.products {
  padding-block: 120px;
}

.product-card {
  min-height: 480px;
  background-blend-mode: screen;
}

.product-auditos,
.auditos-story {
  background:
    radial-gradient(circle at 86% 14%, rgba(35, 180, 197, 0.28), transparent 26%),
    linear-gradient(145deg, #d8f5f6, #9fdce4);
}

.product-geniverse,
.geniverse-story {
  background:
    radial-gradient(circle at 82% 12%, rgba(118, 87, 214, 0.22), transparent 28%),
    linear-gradient(145deg, #e9e6f6, #cbd6f4);
}

.product-reconflow,
.reconflow-story {
  background:
    radial-gradient(circle at 86% 14%, rgba(11, 82, 127, 0.18), transparent 27%),
    linear-gradient(145deg, #e0edf4, #b8d8e5);
}

.product-auditos {
  min-height: 560px;
}

.product-copy h3 {
  max-width: 560px;
}

.product-logo-chip {
  display: block;
  width: 72px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 24px;
  padding: 8px;
  border: 1px solid rgba(74, 151, 174, 0.22);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow:
    0 14px 30px rgba(8, 55, 79, 0.1),
    inset 0 1px 0 #fff;
}

.audit-ui {
  min-height: 350px;
}

.test-ui,
.recon-ui {
  width: 94%;
}

.industries-preview {
  background:
    radial-gradient(circle at 15% 20%, rgba(91, 222, 230, 0.22), transparent 25%),
    linear-gradient(145deg, #041e32, #0b527f);
}

.industry-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  border: 0;
}

.industry-item {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.industry-item:hover {
  padding: 28px;
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-6px);
}

.industry-item h3 {
  margin-top: 36px;
}

.industry-item p {
  display: block;
  color: #9ec0ce;
}

.industry-item i {
  align-self: flex-end;
}

.why {
  padding-block: 120px;
}

.pillars {
  gap: 12px;
  border: 0;
}

.pillar {
  min-height: 250px;
  border: 1px solid rgba(98, 155, 176, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(221, 244, 247, 0.55));
}

.pillar:hover {
  background:
    radial-gradient(circle at 82% 12%, rgba(11, 167, 189, 0.18), transparent 28%),
    #fff;
}

.products-page {
  background:
    radial-gradient(circle at 13% 6%, rgba(11, 167, 189, 0.22), transparent 26%),
    radial-gradient(circle at 88% 22%, rgba(14, 82, 127, 0.19), transparent 28%),
    linear-gradient(180deg, #e8f7f9 0, #f8fbfb 45%, #eaf4f7 100%);
}

.product-command {
  background:
    radial-gradient(circle at 50% 42%, rgba(11, 167, 189, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(182, 224, 234, 0.7));
}

.partner-section {
  background:
    radial-gradient(circle at 50% 35%, rgba(96, 214, 223, 0.22), transparent 31%),
    linear-gradient(145deg, #041e32, #07446b 54%, #06253d);
}

.partner-product-lab {
  display: grid;
  grid-template-columns: 1.2fr repeat(2, 1fr);
  gap: 14px;
}

.partner-lab-core,
.partner-product-tile {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.partner-lab-core {
  grid-row: span 2;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 50% 28%, rgba(132, 229, 235, 0.24), transparent 35%),
    rgba(255, 255, 255, 0.06);
}

.partner-lab-core span,
.partner-product-tile > span {
  color: #77d9df;
  font-size: 9px;
  letter-spacing: 0.16em;
}

.partner-lab-core strong {
  display: block;
  margin: 18px 0;
  font: 500 38px/1.05 var(--display);
  letter-spacing: -0.05em;
}

.partner-lab-core p,
.partner-product-tile p {
  color: #9fb9c5;
  line-height: 1.65;
}

.partner-product-tile {
  padding: 28px;
  transition:
    transform var(--motion-standard) var(--motion-curve),
    background var(--motion-standard) ease,
    border-color var(--motion-standard) ease;
}

.partner-product-tile:hover {
  border-color: rgba(130, 224, 231, 0.32);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-7px);
}

.partner-product-tile .partner-icon {
  margin: 36px 0 44px;
}

.partner-product-tile h3 {
  font: 600 25px var(--display);
}

.partner-product-tile > i {
  position: absolute;
  right: 22px;
  bottom: 22px;
  color: #77d9df;
  font-size: 9px;
  font-style: normal;
}

.services-page {
  background:
    radial-gradient(circle at 13% 7%, rgba(11, 167, 189, 0.25), transparent 26%),
    radial-gradient(circle at 88% 35%, rgba(118, 87, 214, 0.1), transparent 24%),
    linear-gradient(180deg, #e7f6f8 0, #f6fbfb 42%, #eaf4f7 100%);
}

.services-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  padding-block: 90px 120px;
}

.services-hero h1 {
  max-width: 760px;
  margin: 28px 0;
  font: 500 clamp(52px, 5.3vw, 80px)/1.04 var(--display);
  letter-spacing: -0.055em;
}

.services-hero h1 em,
.service-map h2 em,
.qa-value h2 em,
.qa-method h2 em {
  color: var(--blue);
  font-style: normal;
  font-weight: 400;
}

.services-hero-copy > p:last-of-type {
  max-width: 600px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.service-os {
  position: relative;
  min-height: 530px;
  border: 1px solid rgba(85, 170, 192, 0.28);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 50%, rgba(11, 167, 189, 0.2), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(173, 217, 229, 0.65));
  box-shadow:
    0 34px 80px rgba(9, 56, 82, 0.14),
    inset 0 1px 0 #fff;
}

.service-os-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 210px;
  height: 210px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #063151, #0ba7bd);
  box-shadow: 0 30px 65px rgba(7, 61, 86, 0.26);
  transform: translate(-50%, -50%);
}

.service-os-core span {
  font: 700 34px var(--display);
}

.service-os-core strong,
.service-os-core small {
  display: block;
}

.service-os-core small {
  margin-top: 8px;
  color: #bbf1f4;
  font-size: 8px;
  letter-spacing: 0.1em;
}

.service-orbit {
  position: absolute;
  min-width: 132px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy);
  font-weight: 600;
  text-align: center;
  box-shadow: 0 17px 36px rgba(10, 57, 81, 0.12);
  backdrop-filter: blur(14px);
  animation: product-float 7s ease-in-out infinite;
}

.orbit-consult {
  left: 9%;
  top: 18%;
}

.orbit-build {
  right: 10%;
  top: 14%;
  animation-delay: -1.5s;
}

.orbit-cloud {
  left: 13%;
  bottom: 16%;
  animation-delay: -3s;
}

.orbit-qa {
  right: 8%;
  bottom: 18%;
  animation-delay: -4.5s;
}

.service-signal {
  position: absolute;
  border: 1px solid rgba(11, 82, 127, 0.15);
  border-radius: 50%;
}

.signal-a {
  inset: 80px;
}

.signal-b {
  inset: 135px;
  border-style: dashed;
}

.service-map {
  padding-block: 110px;
}

.service-lanes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.service-lane {
  min-height: 430px;
  padding: 28px;
  border: 1px solid rgba(85, 156, 179, 0.24);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(214, 241, 245, 0.6));
  box-shadow: inset 0 1px 0 #fff;
  transition:
    transform var(--motion-standard) var(--motion-curve),
    background var(--motion-standard) ease,
    box-shadow var(--motion-standard) ease;
}

.service-lane:hover {
  background:
    radial-gradient(circle at 80% 12%, rgba(11, 167, 189, 0.18), transparent 28%),
    #fff;
  box-shadow: 0 26px 55px rgba(8, 53, 78, 0.12);
  transform: translateY(-7px);
}

.lane-head span {
  color: var(--cyan);
  font-size: 9px;
}

.lane-head h3 {
  margin: 70px 0 18px;
  font: 600 24px/1.14 var(--display);
  letter-spacing: -0.04em;
}

.service-lane p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.lane-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 28px;
}

.lane-actions span {
  padding: 7px 9px;
  border: 1px solid rgba(77, 142, 162, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  color: #58707c;
  font-size: 8px;
}

.qa-value {
  padding: 120px 0;
  color: #fff;
  background:
    radial-gradient(circle at 18% 20%, rgba(119, 220, 227, 0.22), transparent 24%),
    linear-gradient(145deg, #041e32, #0b527f);
}

.qa-value-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

.qa-value h2 {
  margin: 16px 0 22px;
  font: 500 clamp(39px, 4.3vw, 62px)/1.1 var(--display);
  letter-spacing: -0.05em;
}

.qa-value h2 em {
  color: #86e0e5;
}

.qa-value-copy p:last-child {
  color: #acc4cf;
  line-height: 1.7;
}

.qa-metrics {
  display: grid;
  gap: 12px;
}

.qa-metrics article {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.qa-metrics strong {
  color: #91e8ec;
  font: 600 42px var(--display);
}

.qa-metrics span {
  color: #c4d8df;
}

.qa-method {
  padding-block: 130px;
}

.method-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.method-timeline article {
  position: relative;
  min-height: 330px;
  padding: 25px;
  border: 1px solid rgba(85, 156, 179, 0.24);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 1px 0 #fff;
}

.method-timeline article:hover {
  background: #fff;
  transform: translateY(-6px);
}

.method-timeline span {
  color: var(--cyan);
  font-size: 9px;
}

.method-timeline h3 {
  margin: 70px 0 14px;
  font: 600 23px var(--display);
}

.method-timeline p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.method-timeline small {
  position: absolute;
  right: 24px;
  bottom: 23px;
  left: 24px;
  color: var(--blue);
  font-size: 8px;
}

.industry-detail {
  min-height: 400px;
  background:
    radial-gradient(circle at 86% 12%, rgba(11, 167, 189, 0.12), transparent 24%),
    rgba(255, 255, 255, 0.84);
}

@media (max-width: 1050px) {
  .hero-with-video {
    width: min(100% - 32px, 900px);
    padding-inline: 26px;
  }

  .industry-row,
  .service-lanes,
  .method-timeline {
    grid-template-columns: 1fr 1fr;
  }

  .services-hero,
  .qa-value-grid {
    grid-template-columns: 1fr;
  }

  .partner-product-lab {
    grid-template-columns: 1fr 1fr;
  }

  .partner-lab-core {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 700px) {
  .hero-with-video {
    width: calc(100% - 20px);
    min-height: auto;
    padding: 68px 17px 40px;
    border-radius: 26px;
  }

  .hero-video-overlay {
    background:
      radial-gradient(circle at 80% 30%, rgba(33, 185, 199, 0.22), transparent 36%),
      linear-gradient(180deg, rgba(239, 251, 252, 0.96), rgba(223, 246, 249, 0.9));
  }

  .logo-track span {
    width: 132px;
    min-width: 132px;
  }

  .service-card {
    min-height: 240px;
  }

  .cinematic {
    height: 380px;
  }

  .industry-row,
  .service-lanes,
  .method-timeline,
  .partner-product-lab {
    grid-template-columns: 1fr;
  }

  .industry-item {
    min-height: 190px;
  }

  .product-auditos {
    min-height: auto;
  }

  .services-hero {
    min-height: auto;
    padding: 90px 0;
  }

  .services-hero h1 {
    font-size: clamp(41px, 12vw, 52px);
  }

  .service-os {
    min-height: 470px;
  }

  .service-os-core {
    width: 170px;
    height: 170px;
  }

  .service-orbit {
    min-width: 112px;
    font-size: 12px;
  }

  .service-lane,
  .method-timeline article {
    min-height: 280px;
  }

  .qa-value {
    padding: 90px 0;
  }
}

/* Shared refinement pass */
:root {
  --motion-fast: 0.34s;
  --motion-standard: 0.48s;
  --motion-slow: 0.68s;
  --motion-curve: cubic-bezier(0.22, 1, 0.36, 1);
}

.button,
.header-cta,
.desktop-nav a,
.text-link,
.product-copy a,
.story-link,
.industry-item,
.industry-detail,
.service-card,
.pillar,
.architecture-card,
.partner-card {
  transition-duration: var(--motion-standard);
  transition-timing-function: var(--motion-curve);
}

.button:active,
.header-cta:active {
  transform: translateY(0) scale(0.985);
  transition-duration: 0.22s;
}

.capability-heading-visual {
  position: relative;
  width: 270px;
  height: 132px;
  overflow: hidden;
  border: 1px solid rgba(125, 164, 178, 0.25);
  border-radius: 19px;
  background: rgba(226, 242, 244, 0.7);
  box-shadow:
    0 18px 38px rgba(10, 61, 84, 0.1),
    inset 0 1px 0 #fff;
  transform-style: preserve-3d;
}

.capability-heading-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 64%;
  opacity: 0.94;
}

.capability-heading-visual span {
  position: absolute;
  right: 9px;
  bottom: 9px;
  left: 9px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.04em;
  backdrop-filter: blur(10px);
}

.capability-heading-visual span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #24b78a;
  box-shadow: 0 0 0 4px rgba(36, 183, 138, 0.12);
}

.pillar-symbol svg {
  width: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.industry-detail {
  min-height: 440px;
}

/* Products and services page */
.products-page {
  background:
    radial-gradient(circle at 82% 4%, rgba(11, 167, 189, 0.14), transparent 25%),
    radial-gradient(circle at 12% 28%, rgba(118, 87, 214, 0.07), transparent 22%),
    #f8fbfb;
}

.product-page-glow {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 960px;
  overflow: hidden;
  pointer-events: none;
}

.product-page-glow::before,
.product-page-glow::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(11, 167, 189, 0.11);
  border-radius: 50%;
}

.product-page-glow::before {
  width: 760px;
  height: 760px;
  right: -210px;
  top: 80px;
}

.product-page-glow::after {
  width: 510px;
  height: 510px;
  right: -80px;
  top: 205px;
  border-style: dashed;
}

.products-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 70px;
  padding-block: 85px 110px;
}

.products-hero-copy h1 {
  max-width: 720px;
  margin: 28px 0;
  font: 500 clamp(52px, 5.3vw, 78px) / 1.04 var(--display);
  letter-spacing: -0.055em;
}

.products-hero-copy h1 em {
  color: var(--blue);
  font-style: normal;
  font-weight: 400;
}

.products-hero-copy > p:last-of-type {
  max-width: 580px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.product-command {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(123, 163, 178, 0.3);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(226, 242, 244, 0.62));
  box-shadow:
    0 38px 85px rgba(9, 56, 82, 0.15),
    inset 0 1px 0 #fff;
  backdrop-filter: blur(20px) saturate(130%);
}

.product-command-top,
.product-command-status {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-command-top {
  padding: 22px 25px;
  border-bottom: 1px solid rgba(134, 169, 181, 0.22);
  color: #617986;
  font-size: 8px;
  letter-spacing: 0.15em;
}

.product-command-top span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-command-top span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #24b78a;
  box-shadow: 0 0 0 4px rgba(36, 183, 138, 0.12);
}

.product-command-top small {
  color: #8ba0aa;
  font-size: 8px;
  letter-spacing: 0.04em;
}

.ecosystem-stage {
  position: relative;
  height: 425px;
}

.ecosystem-stage::before {
  content: "";
  position: absolute;
  inset: 50%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 167, 189, 0.12), transparent 68%);
  transform: translate(-50%, -50%);
}

.ecosystem-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(11, 82, 127, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: ecosystem-spin 28s linear infinite;
}

.ring-a {
  width: 330px;
  height: 330px;
}

.ring-b {
  width: 225px;
  height: 225px;
  border-style: dashed;
  animation-direction: reverse;
  animation-duration: 20s;
}

@keyframes ecosystem-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.ecosystem-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 20px 45px rgba(9, 56, 82, 0.16),
    inset 0 1px 0 #fff;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(15px);
}

.ecosystem-core strong {
  color: var(--navy);
  font: 700 30px / 1 var(--display);
}

.ecosystem-core span {
  color: #748993;
  font-size: 7px;
  line-height: 1.45;
  letter-spacing: 0.14em;
}

.ecosystem-node {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 165px;
  padding: 12px 14px;
  border: 1px solid rgba(130, 163, 177, 0.26);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 15px 30px rgba(10, 60, 84, 0.11),
    inset 0 1px 0 #fff;
  backdrop-filter: blur(14px);
  transition:
    color var(--motion-standard) var(--motion-curve),
    background var(--motion-standard) var(--motion-curve),
    box-shadow var(--motion-standard) var(--motion-curve),
    transform var(--motion-standard) var(--motion-curve);
}

.ecosystem-node:hover {
  color: #fff;
  background: var(--navy);
  box-shadow: 0 20px 38px rgba(9, 56, 82, 0.22);
  transform: translateY(-5px);
}

.ecosystem-node > i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: #e5f4f5;
  color: var(--blue);
  font: 600 9px var(--display);
  font-style: normal;
  transition:
    color var(--motion-standard) ease,
    background var(--motion-standard) ease;
}

.ecosystem-node:hover > i {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.ecosystem-node > span,
.ecosystem-node small {
  display: block;
}

.ecosystem-node > span {
  font: 600 11px var(--display);
}

.ecosystem-node small {
  margin-top: 3px;
  color: #7c909a;
  font: 400 8px var(--body);
  transition: color var(--motion-standard) ease;
}

.ecosystem-node:hover small {
  color: #a9c0cc;
}

.node-a {
  left: 8%;
  top: 18%;
}

.node-b {
  right: 7%;
  top: 12%;
}

.node-c {
  right: 9%;
  bottom: 12%;
}

.node-d {
  left: 7%;
  bottom: 14%;
}

.product-command-status {
  gap: 8px;
  padding: 14px 18px;
  border-top: 1px solid rgba(134, 169, 181, 0.2);
}

.product-command-status span {
  flex: 1;
  padding: 8px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.58);
  color: #69808b;
  font-size: 8px;
  text-align: center;
}

.product-subnav {
  position: sticky;
  top: 100px;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 5px;
  width: fit-content;
  margin: -34px auto 120px;
  padding: 6px;
  border: 1px solid rgba(130, 163, 177, 0.27);
  border-radius: 16px;
  background: rgba(248, 252, 252, 0.8);
  box-shadow:
    0 16px 35px rgba(8, 50, 74, 0.1),
    inset 0 1px 0 #fff;
  backdrop-filter: blur(18px);
}

.product-subnav a {
  padding: 10px 16px;
  border-radius: 11px;
  color: #607580;
  font-size: 11px;
  font-weight: 500;
  transition:
    color var(--motion-standard) ease,
    background var(--motion-standard) ease,
    transform var(--motion-standard) var(--motion-curve);
}

.product-subnav a:hover {
  color: var(--navy);
  background: #fff;
  box-shadow: 0 7px 16px rgba(8, 50, 74, 0.07);
  transform: translateY(-2px);
}

.product-subnav a.active {
  color: #fff;
  background: var(--navy);
  box-shadow: 0 9px 20px rgba(8, 50, 74, 0.15);
}

.portfolio-intro {
  display: grid;
  grid-template-columns: 1fr 2.3fr 1fr;
  gap: 45px;
  align-items: end;
  margin-bottom: 90px;
}

.portfolio-intro h2,
.partner-heading h2,
.services-intro h2 {
  margin: 0;
  font: 500 clamp(40px, 4.2vw, 62px) / 1.1 var(--display);
  letter-spacing: -0.05em;
}

.portfolio-intro h2 em,
.partner-heading h2 em,
.services-intro h2 em {
  color: var(--blue);
  font-style: normal;
  font-weight: 400;
}

.portfolio-intro > p:last-child,
.partner-heading > p,
.services-intro > p:last-child {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.product-story {
  scroll-margin-top: 125px;
  min-height: 720px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 70px;
  align-items: center;
  margin-bottom: 30px;
  padding: 70px;
  overflow: hidden;
  border: 1px solid rgba(124, 163, 177, 0.2);
  border-radius: 32px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.auditos-story {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.8), transparent 25%),
    #dff3f3;
}

.geniverse-story {
  grid-template-columns: 1.18fr 0.82fr;
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.72), transparent 27%),
    #e9e6f6;
}

.reconflow-story {
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.8), transparent 26%),
    #e4edf2;
}

.story-copy {
  position: relative;
  z-index: 2;
}

.story-index {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 35px;
  border: 1px solid rgba(72, 123, 144, 0.25);
  border-radius: 50%;
  color: var(--blue);
  font-size: 9px;
}

.story-copy h2 {
  max-width: 570px;
  margin: 18px 0 24px;
  font: 500 clamp(36px, 4vw, 56px) / 1.1 var(--display);
  letter-spacing: -0.05em;
}

.story-copy > p:not(.product-label) {
  max-width: 520px;
  color: #5d717c;
  font-size: 15px;
  line-height: 1.7;
}

.story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 32px;
}

.story-tags span {
  padding: 8px 11px;
  border: 1px solid rgba(92, 141, 157, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  color: #526d7a;
  font-size: 9px;
}

.story-link {
  display: inline-flex;
  gap: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #8aa2ac;
  font-size: 13px;
  font-weight: 600;
}

.story-link:hover {
  color: var(--cyan);
  border-color: var(--cyan);
  transform: translateX(4px);
}

.story-stage {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  perspective: 1000px;
}

.stage-toolbar {
  position: absolute;
  top: 16px;
  right: 3%;
  left: 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.54);
  color: #6b828d;
  font-size: 8px;
  backdrop-filter: blur(12px);
}

.stage-toolbar div {
  display: flex;
  gap: 5px;
}

.stage-toolbar i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #97aab2;
}

.audit-dashboard,
.release-console,
.recon-console {
  width: min(92%, 570px);
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 32px 70px rgba(11, 61, 84, 0.17),
    inset 0 1px 0 #fff;
  transform-style: preserve-3d;
}

.audit-dashboard {
  margin-top: 30px;
}

.stage-float {
  position: absolute;
  z-index: 3;
  min-width: 150px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 17px 36px rgba(10, 57, 81, 0.14);
  backdrop-filter: blur(14px);
  animation: product-float 6s ease-in-out infinite;
}

.stage-float span,
.stage-float strong,
.stage-float small {
  display: block;
}

.stage-float span {
  color: #7a8e98;
  font-size: 7px;
}

.stage-float strong {
  margin-top: 5px;
  color: var(--navy);
  font: 600 12px var(--display);
}

.stage-float small {
  margin-top: 3px;
  color: #8a9aa2;
  font-size: 7px;
}

.stage-float > i {
  position: absolute;
  right: 12px;
  top: 15px;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #dcf5ec;
  color: #20a877;
  font-size: 9px;
  font-style: normal;
}

.audit-float-one {
  left: -3%;
  bottom: 42px;
}

.audit-float-two {
  right: -2%;
  top: 88px;
  animation-delay: -2s;
}

@keyframes product-float {
  50% {
    transform: translateY(-8px);
  }
}

.quality-grid {
  position: absolute;
  inset: 4%;
  border-radius: 24px;
  background-image:
    linear-gradient(rgba(95, 70, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 70, 184, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle, #000 35%, transparent 75%);
}

.release-console {
  position: relative;
  z-index: 2;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.13);
  background: linear-gradient(145deg, #17233c, #251c4c);
  box-shadow: 0 34px 75px rgba(43, 29, 88, 0.28);
}

.console-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: #b7acd9;
  font-size: 9px;
}

.confidence-number {
  display: flex;
  align-items: flex-end;
  padding: 30px 0 18px;
}

.confidence-number > strong {
  font: 600 72px / 0.85 var(--display);
  letter-spacing: -0.07em;
}

.confidence-number > span {
  color: #8de3e5;
  font: 500 22px var(--display);
}

.confidence-number small {
  display: block;
  margin: 5px 0 7px 8px;
  color: #978eaf;
  font: 400 8px var(--body);
}

.confidence-line {
  height: 5px;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.confidence-line i {
  display: block;
  width: 94%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7657d6, #58d1db);
  box-shadow: 0 0 16px rgba(88, 209, 219, 0.42);
}

.console-tests p {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 9px;
}

.console-tests p > i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.09);
  color: #a99cda;
  font-size: 7px;
  font-style: normal;
}

.console-tests b {
  color: #65d8bb;
}

.console-tests em {
  color: #eabf74;
  font-style: normal;
}

.quality-pulse {
  position: absolute;
  right: 5%;
  bottom: 32px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 30px rgba(44, 30, 87, 0.13);
  color: #5d547c;
  font-size: 8px;
  backdrop-filter: blur(12px);
}

.quality-pulse i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #25bd8d;
  box-shadow: 0 0 0 5px rgba(37, 189, 141, 0.13);
}

.recon-console {
  position: relative;
  z-index: 2;
}

.recon-flow {
  position: absolute;
  right: 3%;
  bottom: 38px;
  left: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #637b87;
  font-size: 7px;
}

.recon-flow span {
  padding: 7px 9px;
  border: 1px solid rgba(99, 142, 157, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
}

.recon-flow i {
  width: 45px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
}

.recon-float {
  right: -3%;
  top: 63px;
}

.partner-section {
  margin-top: 150px;
  padding: 145px 0;
  color: #fff;
  background:
    radial-gradient(circle at 50% 45%, rgba(11, 167, 189, 0.2), transparent 26%),
    linear-gradient(145deg, #061e31, #082b46);
}

.partner-heading {
  display: grid;
  grid-template-columns: 2fr 0.8fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 80px;
}

.partner-heading h2 em {
  color: #82dbe0;
}

.partner-heading > p {
  color: #91abb8;
}

.partner-constellation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.partner-core,
.partner-card {
  min-height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
}

.partner-core {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle, rgba(39, 184, 198, 0.28), rgba(255, 255, 255, 0.03) 57%, transparent 70%);
}

.partner-core::before,
.partner-core::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(115, 218, 225, 0.14);
  border-radius: 50%;
}

.partner-core::after {
  width: 165px;
  height: 165px;
  border-style: dashed;
}

.partner-core span,
.partner-core strong,
.partner-core small {
  position: relative;
  z-index: 2;
  display: block;
}

.partner-core span {
  color: #78d7dd;
  font-size: 9px;
  letter-spacing: 0.2em;
}

.partner-core strong {
  margin: 8px 0;
  font: 600 31px var(--display);
}

.partner-core small {
  color: #7f9aa8;
  font-size: 8px;
}

.partner-card {
  position: relative;
  padding: 30px;
  background: rgba(255, 255, 255, 0.035);
  transition:
    background var(--motion-standard) ease,
    border-color var(--motion-standard) ease,
    box-shadow var(--motion-standard) ease,
    transform var(--motion-standard) var(--motion-curve);
}

.partner-card:hover {
  border-color: rgba(111, 216, 223, 0.3);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 48px rgba(0, 10, 18, 0.22);
  transform: translateY(-6px);
}

.partner-card > span {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #587789;
  font-size: 8px;
}

.partner-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 40px;
  border: 1px solid rgba(119, 220, 227, 0.22);
  border-radius: 13px;
  background: rgba(99, 213, 221, 0.08);
  color: #82dce2;
  font: 600 10px var(--display);
  transition:
    color var(--motion-standard) ease,
    background var(--motion-standard) ease,
    transform var(--motion-standard) var(--motion-curve);
}

.partner-card:hover .partner-icon {
  color: var(--navy);
  background: #86dfe4;
  transform: rotate(-5deg) scale(1.05);
}

.partner-card h3 {
  margin-bottom: 10px;
  font: 600 19px var(--display);
}

.partner-card p {
  max-width: 290px;
  margin: 0;
  color: #90a8b5;
  font-size: 11px;
  line-height: 1.6;
}

.services-architecture {
  padding-block: 150px;
}

.services-intro {
  display: grid;
  grid-template-columns: 0.65fr 1.75fr 0.75fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 75px;
}

.service-architecture-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.architecture-card {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  padding: 42px;
  border: 1px solid rgba(119, 159, 174, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    inset 0 1px 0 #fff,
    0 18px 40px rgba(8, 53, 78, 0.06);
  backdrop-filter: blur(16px);
  transition:
    background var(--motion-standard) ease,
    border-color var(--motion-standard) ease,
    box-shadow var(--motion-standard) ease,
    transform var(--motion-standard) var(--motion-curve);
}

.architecture-card::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -170px;
  bottom: -170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 167, 189, 0.16), transparent 70%);
  transition: transform var(--motion-slow) ease;
}

.architecture-card:hover {
  z-index: 2;
  border-color: rgba(80, 157, 178, 0.32);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 60px rgba(8, 53, 78, 0.11);
  transform: translateY(-6px);
}

.architecture-card:hover::after {
  transform: scale(1.35);
}

.architecture-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 90px;
}

.architecture-top > span {
  color: #8ba0aa;
  font-size: 9px;
}

.architecture-top svg {
  width: 42px;
  fill: none;
  stroke: var(--cyan);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition:
    stroke var(--motion-standard) ease,
    transform var(--motion-standard) var(--motion-curve);
}

.architecture-card:hover .architecture-top svg {
  stroke: var(--violet);
  transform: translateY(-4px) rotate(4deg);
}

.architecture-card h3 {
  margin-bottom: 14px;
  font: 600 28px var(--display);
  letter-spacing: -0.04em;
}

.architecture-card > p {
  max-width: 490px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.architecture-card ul {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}

.architecture-card li {
  position: relative;
  padding: 11px 0 11px 20px;
  border-top: 1px solid #e2eaed;
  color: #4e6673;
  font-size: 11px;
  transition:
    color var(--motion-standard) ease,
    padding var(--motion-standard) var(--motion-curve);
}

.architecture-card li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
}

.architecture-card li:hover {
  color: var(--navy);
  padding-left: 26px;
}

.testing-ribbon {
  padding: 120px 0;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0, rgba(11, 167, 189, 0.18), transparent 38%),
    var(--navy-2);
}

.testing-ribbon .section-kicker {
  color: #76d6dc;
  text-align: center;
}

.testing-steps {
  display: grid;
  grid-template-columns: 1fr 80px 1fr 80px 1fr;
  align-items: center;
  margin-top: 65px;
}

.testing-steps article {
  min-height: 230px;
  padding: 35px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.035);
  transition:
    background var(--motion-standard) ease,
    border-color var(--motion-standard) ease,
    transform var(--motion-standard) var(--motion-curve);
}

.testing-steps article:hover {
  border-color: rgba(116, 214, 222, 0.3);
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-5px);
}

.testing-steps article span {
  display: block;
  color: #688899;
  font-size: 8px;
}

.testing-steps article strong {
  display: block;
  margin: 55px 0 12px;
  color: #8ae0e5;
  font: 500 28px var(--display);
}

.testing-steps article p {
  margin: 0;
  color: #8fa9b6;
  font-size: 11px;
  line-height: 1.65;
}

.testing-steps > i {
  height: 1px;
  background: linear-gradient(90deg, rgba(93, 213, 221, 0.2), rgba(93, 213, 221, 0.8), rgba(93, 213, 221, 0.2));
}

@media (max-width: 1050px) {
  .products-hero {
    grid-template-columns: 1fr;
    padding-top: 100px;
  }

  .products-hero-copy {
    max-width: 760px;
  }

  .product-command {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .product-story,
  .geniverse-story {
    grid-template-columns: 1fr;
    padding: 55px;
  }

  .geniverse-story .story-stage {
    order: 2;
  }

  .partner-heading,
  .services-intro {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 700px) {
  .capability-heading-visual {
    width: 100%;
    height: 145px;
    margin-top: 25px;
  }

  .products-hero {
    min-height: auto;
    padding: 85px 0 95px;
    gap: 45px;
  }

  .products-hero-copy h1 {
    font-size: clamp(41px, 12vw, 51px);
  }

  .products-hero-copy > p:last-of-type {
    font-size: 15px;
  }

  .product-command {
    min-height: 500px;
    border-radius: 24px;
  }

  .ecosystem-stage {
    height: 365px;
  }

  .ecosystem-ring {
    display: none;
  }

  .ecosystem-core {
    top: 47%;
  }

  .ecosystem-node {
    min-width: 138px;
    padding: 10px;
  }

  .ecosystem-node > i {
    width: 29px;
    height: 29px;
  }

  .node-a {
    left: 4%;
    top: 9%;
  }

  .node-b {
    right: 4%;
    top: 9%;
  }

  .node-c {
    right: 4%;
    bottom: 8%;
  }

  .node-d {
    left: 4%;
    bottom: 8%;
  }

  .product-command-status {
    gap: 4px;
    padding: 10px;
  }

  .product-command-status span {
    padding: 7px 4px;
    font-size: 6px;
  }

  .product-subnav {
    top: 82px;
    max-width: calc(100% - 20px);
    margin-bottom: 90px;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .product-subnav::-webkit-scrollbar {
    display: none;
  }

  .product-subnav a {
    flex: 0 0 auto;
    padding: 9px 12px;
  }

  .portfolio-intro {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 55px;
  }

  .product-story,
  .geniverse-story {
    min-height: auto;
    gap: 35px;
    padding: 34px 23px;
    border-radius: 24px;
  }

  .story-copy h2 {
    font-size: 36px;
  }

  .story-stage {
    min-height: 430px;
  }

  .audit-dashboard,
  .release-console,
  .recon-console {
    width: 100%;
    padding: 17px;
  }

  .stage-toolbar {
    right: 0;
    left: 0;
  }

  .audit-float-one {
    left: -3px;
  }

  .audit-float-two,
  .recon-float {
    right: -4px;
  }

  .partner-section {
    margin-top: 90px;
    padding: 95px 0;
  }

  .partner-heading {
    margin-bottom: 50px;
  }

  .partner-constellation {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .partner-core {
    grid-column: auto;
    grid-row: auto;
    min-height: 290px;
  }

  .partner-card {
    min-height: 215px;
  }

  .services-architecture {
    padding-block: 95px;
  }

  .service-architecture-grid {
    grid-template-columns: 1fr;
  }

  .architecture-card {
    min-height: auto;
    padding: 30px 25px;
  }

  .architecture-top {
    margin-bottom: 60px;
  }

  .testing-ribbon {
    padding: 90px 0;
  }

  .testing-steps {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 45px;
  }

  .testing-steps > i {
    width: 1px;
    height: 35px;
    margin: auto;
  }
}

/* Final cascade lock: cleaner nav, full-width hero, smoother motion */
:root {
  --motion-standard: 0.68s cubic-bezier(0.19, 1, 0.22, 1);
  --motion-quick: 0.42s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.glass-header {
  width: min(1500px, calc(100% - 34px));
  height: 74px;
  color: var(--navy);
  background:
    linear-gradient(135deg, rgba(238, 252, 253, 0.84), rgba(171, 230, 237, 0.58)),
    rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(18, 169, 195, 0.34);
  box-shadow:
    0 28px 82px rgba(4, 45, 67, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(24px) saturate(1.25);
  transition:
    background var(--motion-standard),
    border-color var(--motion-standard),
    box-shadow var(--motion-standard),
    transform var(--motion-standard);
}

.glass-header::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 23px;
  background:
    linear-gradient(90deg, rgba(4, 52, 77, 0.06), rgba(12, 187, 205, 0.12), rgba(4, 52, 77, 0.06));
  pointer-events: none;
}

.glass-header.scrolled {
  background:
    linear-gradient(135deg, rgba(245, 253, 254, 0.93), rgba(197, 239, 244, 0.76)),
    rgba(255, 255, 255, 0.84);
  border-color: rgba(0, 132, 160, 0.34);
}

.glass-header .brand-copy strong,
.glass-header .brand-copy small,
.glass-header .desktop-nav a,
.glass-header .brand-mark {
  color: var(--navy);
}

.desktop-nav {
  gap: 5px;
  padding: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(216, 247, 250, 0.36));
  border: 1px solid rgba(3, 86, 121, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.desktop-nav a {
  border-radius: 16px;
  transition:
    color var(--motion-quick),
    background var(--motion-quick),
    transform var(--motion-quick);
}

.desktop-nav a:hover {
  color: #003d60;
  background: rgba(255, 255, 255, 0.72);
  transform: translateY(-1px);
}

.header-cta,
.primary-cta,
.secondary-cta,
.text-link,
.product-link,
.product-subnav a {
  transition:
    background-color 0.52s cubic-bezier(0.19, 1, 0.22, 1),
    color 0.52s cubic-bezier(0.19, 1, 0.22, 1),
    border-color 0.52s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.52s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.52s cubic-bezier(0.19, 1, 0.22, 1);
}

.hero-with-video {
  width: 100vw;
  max-width: none;
  min-height: clamp(560px, 72vh, 675px);
  margin: 14px calc(50% - 50vw) 0;
  padding:
    clamp(62px, 8vw, 92px)
    max(28px, calc((100vw - 1240px) / 2))
    clamp(46px, 6vw, 70px);
  border-radius: 0;
  border-inline: 0;
  border-color: rgba(4, 70, 101, 0.22);
  box-shadow: 0 34px 105px rgba(0, 77, 104, 0.2);
}

.hero-with-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at var(--hero-x, 66%) var(--hero-y, 34%), rgba(31, 206, 220, 0.28), transparent 24%),
    linear-gradient(90deg, rgba(225, 249, 250, 0.9), rgba(181, 228, 233, 0.54) 42%, rgba(2, 34, 53, 0.58));
  pointer-events: none;
}

.hero-with-video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.2), transparent 24%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-with-video > *:not(.hero-video):not(.hero-video-overlay) {
  position: relative;
  z-index: 2;
}

.hero-video {
  filter: saturate(1.18) contrast(1.06);
  transform: scale(1.035);
  animation: video-breath 18s ease-in-out infinite alternate;
}

@keyframes video-breath {
  from {
    transform: scale(1.035) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.085) translate3d(-1.4%, -0.9%, 0);
  }
}

.hero-with-video .hero-copy h1 {
  font-size: clamp(60px, 7.6vw, 118px);
  letter-spacing: -0.083em;
  max-width: 8.4ch;
}

.hero-with-video .hero-copy p {
  max-width: 610px;
}

.hero-with-video .hero-visual {
  min-height: 500px;
  transform: translateX(2vw);
}

.command-card {
  animation: dashboard-drift 8.5s ease-in-out infinite;
  transform-origin: center;
}

@keyframes dashboard-drift {
  0%,
  100% {
    transform: perspective(1000px) rotateY(-4deg) rotateX(2deg) translate3d(0, 0, 0);
  }
  50% {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) translate3d(0, -12px, 0);
  }
}

.floating-card {
  animation-duration: 7.8s;
  transition:
    transform var(--motion-standard),
    box-shadow var(--motion-standard),
    background var(--motion-standard);
}

.floating-card:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 24px 58px rgba(5, 57, 81, 0.18);
}

.service-card,
.product-card,
.industry-item,
.industry-card,
.pillar,
.service-lane,
.architecture-card,
.method-timeline article,
.partner-product-tile,
.partner-card,
.product-story,
.geniverse-story {
  transition:
    transform var(--motion-standard),
    box-shadow var(--motion-standard),
    border-color var(--motion-standard),
    background var(--motion-standard),
    color var(--motion-standard),
    opacity var(--motion-standard);
}

.service-card:hover,
.product-card:hover,
.industry-item:hover,
.industry-card:hover,
.pillar:hover,
.service-lane:hover,
.architecture-card:hover,
.method-timeline article:hover,
.partner-product-tile:hover,
.partner-card:hover {
  transform: translateY(-8px);
}

.ecosystem-core img,
.service-os-core img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  padding: 8px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(206, 245, 249, 0.58));
  border: 1px solid rgba(0, 181, 205, 0.26);
  box-shadow:
    0 16px 40px rgba(0, 83, 114, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.service-os-core img {
  margin: 0 auto 12px;
}

.ecosystem-node,
.service-signal {
  animation: node-float 7s ease-in-out infinite;
}

.ecosystem-node:nth-of-type(2),
.service-signal:nth-of-type(2) {
  animation-delay: -1.4s;
}

.ecosystem-node:nth-of-type(3),
.service-signal:nth-of-type(3) {
  animation-delay: -2.8s;
}

@keyframes node-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}

.reveal {
  transform: translateY(26px);
  filter: blur(6px);
  transition:
    opacity 0.86s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.86s cubic-bezier(0.19, 1, 0.22, 1),
    filter 0.86s cubic-bezier(0.19, 1, 0.22, 1);
}

.reveal.visible {
  filter: blur(0);
}

@media (max-width: 980px) {
  .hero-with-video {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    min-height: auto;
    padding: 76px 24px 46px;
  }

  .hero-with-video .hero-visual {
    min-height: 410px;
    transform: none;
  }
}

@media (max-width: 700px) {
  .glass-header {
    width: calc(100% - 18px);
    height: 66px;
    border-radius: 24px;
  }

  .hero-with-video {
    padding: 66px 18px 38px;
  }

  .hero-with-video .hero-copy h1 {
    font-size: clamp(48px, 14vw, 72px);
    max-width: 9ch;
  }

  .hero-with-video .hero-visual {
    min-height: 360px;
  }
}

/* Interactive refinement layer */
.hero-with-video {
  min-height: clamp(520px, 66vh, 620px);
}

.hero-video-overlay {
  background:
    radial-gradient(circle at 74% 34%, rgba(23, 183, 203, 0.14), transparent 32%),
    linear-gradient(90deg, rgba(229, 250, 251, 0.54) 0%, rgba(214, 245, 248, 0.28) 35%, rgba(7, 34, 54, 0.1) 100%);
}

.hero-with-video::before {
  background:
    radial-gradient(circle at var(--hero-x, 66%) var(--hero-y, 34%), rgba(31, 206, 220, 0.16), transparent 24%),
    linear-gradient(90deg, rgba(230, 250, 251, 0.46), rgba(184, 231, 236, 0.2) 40%, rgba(2, 34, 53, 0.18));
}

.hero-with-video .hero-copy h1 {
  font-size: clamp(48px, 5.9vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.074em;
  max-width: 9.7ch;
}

.hero-with-video .hero-copy p {
  font-size: 17px;
}

.hero-with-video .hero-visual {
  min-height: 455px;
}

.command-card {
  max-width: 620px;
}

.signal-lab {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 30px;
  align-items: stretch;
  margin-top: 55px;
  margin-bottom: 135px;
}

.signal-copy {
  padding: 34px 0;
}

.signal-copy h2 {
  margin: 14px 0 0;
  max-width: 450px;
  font: 500 clamp(34px, 3.6vw, 54px)/1.02 var(--display);
  letter-spacing: -0.058em;
}

.signal-console,
.service-switcher,
.industry-jump {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(12, 151, 178, 0.24);
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 30%), rgba(35, 203, 219, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(223, 247, 249, 0.62));
  box-shadow:
    0 24px 70px rgba(4, 65, 89, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
}

.signal-console {
  min-height: 310px;
  border-radius: 32px;
  padding: 18px;
}

.signal-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}

.signal-tab,
.service-mode {
  border: 0;
  cursor: pointer;
  color: #31566a;
  border-radius: 18px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 0 0 1px rgba(6, 73, 103, 0.08);
  transition:
    color var(--motion-standard),
    background var(--motion-standard),
    transform var(--motion-standard),
    box-shadow var(--motion-standard);
}

.signal-tab:hover,
.service-mode:hover {
  transform: translateY(-2px);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.88);
}

.signal-tab.active,
.service-mode.active {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 65, 96, 0.98), rgba(8, 146, 174, 0.9));
  box-shadow: 0 14px 34px rgba(0, 98, 130, 0.24);
}

.signal-stage {
  position: relative;
  min-height: 230px;
  border-radius: 26px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(5, 44, 68, 0.94), rgba(7, 95, 124, 0.82)),
    #063047;
  color: #e9fbfd;
  overflow: hidden;
}

.signal-stage[data-active-signal="cloud"] {
  background:
    linear-gradient(135deg, rgba(3, 54, 89, 0.96), rgba(13, 128, 168, 0.86)),
    #063047;
}

.signal-stage[data-active-signal="quality"] {
  background:
    linear-gradient(135deg, rgba(3, 45, 70, 0.96), rgba(44, 117, 205, 0.78)),
    #063047;
}

.signal-stage[data-active-signal="automation"] {
  background:
    linear-gradient(135deg, rgba(4, 48, 69, 0.96), rgba(9, 159, 151, 0.78)),
    #063047;
}

.signal-stage::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    conic-gradient(from 90deg, transparent, rgba(54, 215, 226, 0.18), transparent 32%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 84px);
  animation: signal-sweep 12s linear infinite;
}

.signal-stage > * {
  position: relative;
  z-index: 1;
}

.signal-meter {
  display: flex;
  align-items: end;
  gap: 12px;
}

.signal-meter strong {
  font: 600 72px/0.86 var(--display);
  letter-spacing: -0.07em;
}

.signal-meter span {
  max-width: 120px;
  color: rgba(231, 251, 252, 0.72);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.signal-river {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 32px 0 24px;
}

.signal-river i {
  height: 7px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(77, 229, 235, 0.05), rgba(92, 233, 238, 0.88), rgba(255, 255, 255, 0.12));
  transform-origin: left;
  animation: river-pulse 2.6s ease-in-out infinite;
}

.signal-river i:nth-child(2) {
  animation-delay: 0.18s;
}

.signal-river i:nth-child(3) {
  animation-delay: 0.36s;
}

.signal-river i:nth-child(4) {
  animation-delay: 0.54s;
}

.signal-feed {
  display: grid;
  gap: 8px;
}

.signal-feed p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: rgba(239, 252, 253, 0.8);
  font-size: 13px;
}

.signal-feed span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #55e3e9;
  box-shadow: 0 0 20px rgba(85, 227, 233, 0.8);
}

@keyframes signal-sweep {
  to {
    transform: rotate(360deg);
  }
}

@keyframes river-pulse {
  0%,
  100% {
    transform: scaleX(0.32);
    opacity: 0.55;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

.interactive-surface {
  --mx: 50%;
  --my: 50%;
}

.service-switcher {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 10px;
  border-radius: 24px;
  margin: 32px 0 18px;
}

.service-mode-line {
  display: none;
}

.ecosystem-node.active,
.ecosystem-node:hover {
  border-color: rgba(19, 198, 218, 0.48);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(215, 248, 250, 0.86));
  box-shadow: 0 18px 44px rgba(0, 104, 137, 0.2);
  transform: translateY(-6px) scale(1.02);
}

.service-lane.active,
.industry-detail.active,
.partner-product-tile:hover,
.product-story:hover {
  border-color: rgba(7, 168, 194, 0.46);
  box-shadow:
    0 30px 80px rgba(4, 63, 88, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.service-lane.active {
  background:
    radial-gradient(circle at var(--mx, 74%) var(--my, 18%), rgba(37, 203, 220, 0.26), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(224, 248, 250, 0.74));
}

.industry-jump {
  position: sticky;
  top: 100px;
  z-index: 8;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: min(980px, calc(100% - 44px));
  padding: 10px;
  margin: -45px auto 35px;
  border-radius: 999px;
}

.industry-jump a {
  color: #31566a;
  border-radius: 999px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
  transition:
    color var(--motion-standard),
    background var(--motion-standard),
    transform var(--motion-standard);
}

.industry-jump a:hover,
.industry-jump a.active {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--cyan));
  transform: translateY(-2px);
}

.industry-detail-grid {
  background:
    linear-gradient(135deg, rgba(226, 248, 250, 0.72), rgba(255, 255, 255, 0.68));
}

.industry-detail {
  min-height: 360px;
}

.industry-detail.active {
  transform: translateY(-7px);
  background:
    radial-gradient(circle at var(--mx, 86%) var(--my, 14%), rgba(16, 191, 210, 0.22), transparent 30%),
    rgba(255, 255, 255, 0.96);
}

.product-story,
.partner-product-tile,
.service-lane,
.method-timeline article,
.service-card,
.product-card,
.pillar {
  background-size: 140% 140%;
  animation: quiet-gradient-shift 18s ease-in-out infinite alternate;
}

@keyframes quiet-gradient-shift {
  from {
    background-position: 0% 20%;
  }
  to {
    background-position: 100% 80%;
  }
}

@media (max-width: 980px) {
  .signal-lab {
    grid-template-columns: 1fr;
    margin-top: 25px;
    margin-bottom: 95px;
  }

  .signal-tabs,
  .service-switcher {
    grid-template-columns: 1fr 1fr;
  }

  .hero-with-video .hero-copy h1 {
    font-size: clamp(46px, 11vw, 76px);
  }
}

@media (max-width: 700px) {
  .hero-video-overlay,
  .hero-with-video::before {
    background: linear-gradient(180deg, rgba(230, 250, 251, 0.52), rgba(225, 247, 249, 0.2));
  }

  .signal-tabs,
  .service-switcher {
    grid-template-columns: 1fr;
  }

  .signal-console {
    border-radius: 24px;
    padding: 12px;
  }

  .signal-stage {
    padding: 22px;
  }

  .industry-jump {
    position: relative;
    top: auto;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-top: -15px;
  }

  .industry-jump a {
    flex: 0 0 auto;
  }
}

/* About page and sitewide final polish */
.about-page {
  background:
    radial-gradient(circle at 12% 4%, rgba(19, 187, 205, 0.2), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(9, 72, 113, 0.18), transparent 30%),
    linear-gradient(180deg, #eefbfc 0%, #f9fcfc 34%, #eef7f8 100%);
}

.about-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 70px;
  padding-top: 90px;
}

.about-hero h1 {
  max-width: 760px;
  margin: 26px 0;
  font: 500 clamp(56px, 6.5vw, 104px)/0.96 var(--display);
  letter-spacing: -0.078em;
}

.about-hero h1 em,
.about-manifesto h2 em,
.about-system h2 em {
  color: var(--blue);
  font-style: normal;
  font-weight: 400;
}

.about-hero-copy > p:last-of-type {
  max-width: 620px;
  color: #48697a;
  font-size: 18px;
  line-height: 1.7;
}

.about-command {
  position: relative;
  min-height: 560px;
  border-radius: 38px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(8, 139, 169, 0.28);
  background:
    radial-gradient(circle at var(--mx, 74%) var(--my, 20%), rgba(61, 224, 232, 0.24), transparent 32%),
    linear-gradient(145deg, rgba(6, 45, 70, 0.96), rgba(8, 104, 133, 0.82));
  box-shadow:
    0 36px 90px rgba(4, 48, 73, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: #eefcfd;
}

.about-command::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    conic-gradient(from 140deg, transparent, rgba(80, 230, 237, 0.2), transparent 28%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 84px);
  animation: signal-sweep 16s linear infinite;
}

.about-command > * {
  position: relative;
  z-index: 1;
}

.about-command-top {
  display: flex;
  justify-content: space-between;
  color: rgba(239, 252, 253, 0.72);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-command-top span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-command-top i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #55e3e9;
  box-shadow: 0 0 20px rgba(85, 227, 233, 0.86);
}

.about-core {
  width: min(360px, 86%);
  aspect-ratio: 1;
  margin: 70px auto 45px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(178, 242, 246, 0.28);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 64%),
    rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 80px rgba(115, 232, 238, 0.12);
}

.about-core img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  padding: 8px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
}

.about-core strong {
  max-width: 230px;
  margin-top: -20px;
  font: 600 24px/1.08 var(--display);
  letter-spacing: -0.04em;
}

.about-core p {
  margin: -16px 0 0;
  color: rgba(239, 252, 253, 0.72);
}

.about-path {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.about-path span {
  padding: 10px 12px;
  border-radius: 999px;
  color: rgba(239, 252, 253, 0.78);
  background: rgba(255, 255, 255, 0.09);
  font-size: 11px;
  font-weight: 700;
}

.about-path i {
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, #55e3e9, transparent);
  animation: river-pulse 2.8s ease-in-out infinite;
}

.about-manifesto {
  margin-top: 40px;
  margin-bottom: 90px;
  padding: 70px;
  border-radius: 36px;
  border: 1px solid rgba(10, 144, 174, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(224, 248, 250, 0.58));
  box-shadow: 0 28px 80px rgba(4, 63, 88, 0.1);
}

.about-manifesto h2 {
  max-width: 1040px;
  margin: 16px 0 28px;
  font: 500 clamp(40px, 5vw, 82px)/1.02 var(--display);
  letter-spacing: -0.068em;
}

.about-manifesto > p:last-child {
  max-width: 780px;
  color: #587487;
  font-size: 18px;
  line-height: 1.75;
}

.about-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 130px;
}

.about-proof-card,
.about-system-grid article,
.about-principle-grid article {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  border: 1px solid rgba(10, 144, 174, 0.2);
  border-radius: 28px;
  padding: 30px;
  background:
    radial-gradient(circle at var(--mx, 82%) var(--my, 14%), rgba(37, 203, 220, 0.2), transparent 31%),
    rgba(255, 255, 255, 0.82);
  box-shadow:
    0 22px 60px rgba(4, 63, 88, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transition:
    transform var(--motion-standard),
    box-shadow var(--motion-standard),
    border-color var(--motion-standard);
}

.about-proof-card:hover,
.about-system-grid article:hover,
.about-principle-grid article:hover {
  transform: translateY(-8px);
  border-color: rgba(7, 168, 194, 0.42);
  box-shadow:
    0 32px 80px rgba(4, 63, 88, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.about-proof-card span,
.about-system-grid span,
.about-principle-grid span {
  display: inline-flex;
  margin-bottom: 70px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-proof-card h3,
.about-system-grid strong,
.about-principle-grid h3 {
  display: block;
  margin: 0 0 16px;
  color: var(--navy-2);
  font: 600 22px/1.12 var(--display);
  letter-spacing: -0.04em;
}

.about-proof-card p,
.about-system-grid p,
.about-principle-grid p {
  margin: 0;
  color: #667b8a;
  font-size: 13px;
  line-height: 1.75;
}

.about-system {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 55px;
  align-items: start;
  margin-bottom: 135px;
}

.about-system-copy {
  position: sticky;
  top: 125px;
}

.about-system-copy h2,
.about-capability-copy h2,
.about-principle-lead h2,
.about-cta h2 {
  margin: 16px 0 20px;
  font: 500 clamp(38px, 4.6vw, 72px)/1.03 var(--display);
  letter-spacing: -0.064em;
}

.about-system-copy p:last-child {
  color: #587487;
  font-size: 16px;
  line-height: 1.72;
}

.about-system-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.about-capabilities {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  margin-bottom: 135px;
  color: #eefcfd;
  background:
    radial-gradient(circle at 70% 40%, rgba(30, 207, 219, 0.26), transparent 30%),
    linear-gradient(135deg, #04263e, #075779 58%, #04263e);
}

.about-capability-shell {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: center;
}

.about-capability-copy h2 {
  max-width: 620px;
}

.about-capability-orbit {
  position: relative;
  min-height: 480px;
  border-radius: 42px;
  border: 1px solid rgba(167, 236, 241, 0.22);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 76px),
    rgba(255, 255, 255, 0.06);
}

.about-capability-core {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 148px;
  height: 148px;
  display: grid;
  place-items: center;
  border-radius: 38px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

.about-capability-core img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.about-capability-orbit span {
  position: absolute;
  min-width: 130px;
  padding: 13px 16px;
  border-radius: 999px;
  text-align: center;
  color: #eafcfd;
  border: 1px solid rgba(190, 244, 247, 0.25);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.14);
  animation: node-float 7s ease-in-out infinite;
}

.about-capability-orbit span:nth-child(2) { left: 10%; top: 16%; }
.about-capability-orbit span:nth-child(3) { right: 10%; top: 18%; animation-delay: -1s; }
.about-capability-orbit span:nth-child(4) { right: 7%; top: 48%; animation-delay: -2s; }
.about-capability-orbit span:nth-child(5) { right: 17%; bottom: 16%; animation-delay: -3s; }
.about-capability-orbit span:nth-child(6) { left: 14%; bottom: 16%; animation-delay: -4s; }
.about-capability-orbit span:nth-child(7) { left: 7%; top: 48%; animation-delay: -5s; }

.about-principles {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
  margin-bottom: 130px;
}

.about-principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.about-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  margin-bottom: 120px;
  padding: 54px;
  border-radius: 38px;
  color: #eefcfd;
  background:
    radial-gradient(circle at var(--mx, 82%) var(--my, 18%), rgba(53, 224, 232, 0.28), transparent 32%),
    linear-gradient(135deg, #052a43, #075f82);
  box-shadow: 0 34px 90px rgba(4, 48, 73, 0.2);
}

.about-cta h2 {
  max-width: 820px;
}

.about-cta .section-kicker {
  color: #95eef3;
}

.section-heading,
.services-intro,
.portfolio-intro,
.partner-heading {
  align-items: end;
}

.section-heading h2,
.services-intro h2,
.portfolio-intro h2,
.partner-heading h2 {
  letter-spacing: -0.064em;
}

.product-card,
.service-card,
.industry-detail,
.service-lane,
.method-timeline article,
.partner-product-tile,
.about-proof-card,
.about-system-grid article,
.about-principle-grid article {
  will-change: transform;
}

.products-page,
.services-page,
.industries-page {
  background-attachment: fixed;
}

@media (max-width: 1050px) {
  .about-hero,
  .about-system,
  .about-capability-shell,
  .about-principles,
  .about-cta {
    grid-template-columns: 1fr;
  }

  .about-proof,
  .about-principle-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-system-copy {
    position: static;
  }
}

@media (max-width: 700px) {
  .about-hero {
    min-height: auto;
    gap: 35px;
    padding-top: 95px;
  }

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

  .about-command {
    min-height: 460px;
    border-radius: 28px;
  }

  .about-path {
    grid-template-columns: 1fr;
  }

  .about-path i {
    height: 28px;
    width: 2px;
    margin: auto;
  }

  .about-manifesto {
    width: calc(100% - 20px);
    padding: 35px 24px;
  }

  .about-proof,
  .about-system-grid,
  .about-principle-grid {
    grid-template-columns: 1fr;
  }

  .about-capabilities {
    padding: 80px 0;
  }

  .about-capability-orbit {
    min-height: 440px;
  }

  .about-capability-orbit span {
    min-width: 112px;
    font-size: 12px;
  }

  .about-cta {
    padding: 34px 24px;
  }
}

/* Production cohesion and contact experience */
.contact-widget {
  position: relative;
  z-index: 80;
}

.qa-metrics article {
  align-items: flex-start;
}

.qa-metrics strong {
  min-width: 115px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.qa-metrics span {
  line-height: 1.6;
}

.contact-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 81;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(142, 231, 237, 0.32);
  border-radius: 999px;
  color: #eefcfd;
  cursor: pointer;
  background:
    radial-gradient(circle at 80% 20%, rgba(81, 231, 238, 0.32), transparent 35%),
    linear-gradient(135deg, rgba(4, 35, 57, 0.96), rgba(6, 106, 137, 0.92));
  box-shadow:
    0 18px 50px rgba(3, 45, 68, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  transition:
    transform var(--motion-standard),
    box-shadow var(--motion-standard),
    background var(--motion-standard);
}

.contact-float:hover {
  transform: translateY(-4px);
  box-shadow:
    0 26px 70px rgba(3, 45, 68, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.contact-float span {
  font-size: 13px;
  font-weight: 800;
}

.contact-float i {
  font-style: normal;
  color: #83eef3;
}

.contact-panel {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center end;
  padding: 24px;
  background: rgba(3, 24, 39, 0.34);
  backdrop-filter: blur(12px);
}

.contact-panel[hidden] {
  display: none;
}

.contact-panel-card {
  position: relative;
  width: min(520px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 34px;
  border-radius: 34px;
  border: 1px solid rgba(40, 182, 204, 0.3);
  color: var(--ink);
  background:
    radial-gradient(circle at var(--mx, 80%) var(--my, 12%), rgba(34, 205, 220, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(226, 249, 250, 0.9));
  box-shadow:
    0 36px 110px rgba(2, 25, 42, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.contact-panel-card h2 {
  max-width: 380px;
  margin: 12px 0 12px;
  font: 600 42px/1.02 var(--display);
  letter-spacing: -0.06em;
}

.contact-panel-card > p:not(.section-kicker) {
  max-width: 410px;
  color: #607889;
  font-size: 14px;
  line-height: 1.7;
}

.contact-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(5, 78, 105, 0.16);
  border-radius: 50%;
  cursor: pointer;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
}

.contact-form {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #31566a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(5, 88, 116, 0.14);
  border-radius: 18px;
  padding: 13px 15px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
  outline: none;
  font: 500 14px/1.4 var(--body);
  transition:
    border-color var(--motion-standard),
    box-shadow var(--motion-standard),
    background var(--motion-standard);
}

.contact-form textarea {
  resize: vertical;
  min-height: 112px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(11, 167, 189, 0.48);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 4px rgba(11, 167, 189, 0.1);
}

.contact-direct {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

body.contact-open {
  overflow: hidden;
}

.site-footer {
  border-top: 1px solid rgba(8, 82, 110, 0.1);
  background:
    radial-gradient(circle at 20% 0%, rgba(31, 201, 216, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(235, 247, 249, 0.94));
}

.final-cta,
.about-cta {
  position: relative;
  overflow: hidden;
}

.final-cta::after,
.about-cta::after {
  content: "";
  position: absolute;
  inset: auto -10% -45% auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(73, 225, 234, 0.24), transparent 64%);
  pointer-events: none;
}

.button,
.header-cta,
.story-link {
  min-height: 44px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(11, 167, 189, 0.34);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .desktop-nav {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 92px;
    z-index: 70;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px;
    border-radius: 24px;
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition:
      opacity var(--motion-standard),
      transform var(--motion-standard);
  }

  body.nav-open .desktop-nav {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .desktop-nav .nav-glider {
    display: none;
  }

  .desktop-nav a {
    justify-content: center;
    padding: 14px;
    background: rgba(255, 255, 255, 0.62);
  }

  .menu-button {
    display: inline-flex;
  }

  .header-cta {
    display: none;
  }
}

@media (max-width: 700px) {
  .contact-float {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding-inline: 15px;
  }

  .contact-panel {
    place-items: end center;
    padding: 10px;
  }

  .contact-panel-card {
    max-height: calc(100vh - 20px);
    padding: 28px 20px;
    border-radius: 28px;
  }

  .contact-panel-card h2 {
    font-size: 34px;
  }

  .section-shell {
    width: calc(100% - 28px);
  }
}

/* Final page polish */
.founder-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  margin-top: 34px;
  margin-bottom: 78px;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(8, 86, 116, 0.12);
  border-radius: 42px;
  background:
    radial-gradient(circle at 16% 8%, rgba(30, 199, 216, 0.16), transparent 34%),
    radial-gradient(circle at 88% 86%, rgba(5, 78, 121, 0.12), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(225, 246, 249, 0.72));
  box-shadow:
    0 34px 100px rgba(5, 48, 73, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
}

.founder-photo {
  position: relative;
  display: grid;
  min-height: 430px;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(8, 92, 125, 0.14);
  background:
    radial-gradient(circle at 45% 34%, rgba(255, 255, 255, 0.88), transparent 16%),
    radial-gradient(circle at 50% 34%, rgba(11, 167, 189, 0.16), transparent 24%),
    linear-gradient(160deg, rgba(5, 47, 74, 0.94), rgba(9, 113, 145, 0.82) 52%, rgba(215, 247, 249, 0.88));
  box-shadow:
    0 26px 70px rgba(3, 44, 67, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.founder-photo::before {
  content: "";
  position: absolute;
  inset: 46px 15% auto;
  height: 54%;
  border-radius: 999px 999px 36px 36px;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.94) 0 13%, transparent 13.5%),
    linear-gradient(180deg, rgba(224, 249, 250, 0.92), rgba(89, 198, 210, 0.2));
  opacity: 0.82;
  filter: drop-shadow(0 24px 55px rgba(2, 28, 44, 0.24));
}

.founder-photo::after {
  content: "";
  position: absolute;
  inset: auto 24px 24px 24px;
  height: 96px;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(220, 249, 251, 0.72)),
    repeating-linear-gradient(90deg, transparent 0 44px, rgba(11, 167, 189, 0.1) 45px 46px);
  box-shadow: 0 16px 48px rgba(3, 47, 70, 0.16);
}

.founder-photo span {
  position: absolute;
  left: 24px;
  bottom: 46px;
  z-index: 1;
  display: inline-flex;
  width: max-content;
  max-width: calc(100% - 48px);
  padding: 10px 14px;
  border: 1px solid rgba(4, 78, 110, 0.12);
  border-radius: 999px;
  color: #0b4668;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(5, 50, 78, 0.14);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.founder-copy {
  align-self: center;
  padding: clamp(22px, 4vw, 56px) clamp(10px, 3vw, 42px);
}

.founder-copy h2 {
  margin: 12px 0 18px;
  font: 600 clamp(40px, 5vw, 72px)/0.98 var(--display);
  letter-spacing: -0.065em;
}

.founder-copy strong {
  display: block;
  margin-bottom: 8px;
  color: #0a314b;
  font-size: 17px;
}

.founder-copy > p:not(.section-kicker) {
  max-width: 560px;
  margin: 0 0 18px;
  color: #526f80;
  font-size: 15px;
  line-height: 1.7;
}

.copy-points {
  display: grid;
  gap: 10px;
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
}

.copy-points li {
  position: relative;
  padding-left: 28px;
  color: #25475a;
  line-height: 1.55;
}

.copy-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0ba7bd, #0a4d78);
  box-shadow: 0 0 0 5px rgba(11, 167, 189, 0.12);
}

.header-cta {
  font-weight: 800;
}

.home-mini-card,
.about-proof-card,
.about-system-grid article,
.about-principle-grid article,
.partner-product-tile,
.method-timeline article,
.service-lane {
  transition:
    transform var(--motion-standard),
    border-color var(--motion-standard),
    box-shadow var(--motion-standard),
    background var(--motion-standard);
}

.home-mini-card:hover,
.about-proof-card:hover,
.about-system-grid article:hover,
.about-principle-grid article:hover,
.partner-product-tile:hover,
.method-timeline article:hover,
.service-lane:hover {
  transform: translateY(-6px);
}

@media (max-width: 980px) {
  .founder-section {
    grid-template-columns: 1fr;
    border-radius: 34px;
  }

  .founder-photo {
    min-height: 360px;
  }
}

@media (max-width: 700px) {
  .founder-section {
    width: calc(100% - 28px);
    padding: 14px;
    gap: 18px;
    border-radius: 28px;
  }

  .founder-photo {
    min-height: 300px;
    border-radius: 24px;
  }

  .founder-copy {
    padding: 20px 8px 10px;
  }

  .founder-copy h2 {
    font-size: clamp(34px, 11vw, 48px);
  }
}

/* Restored homepage summary sections */
.home-about-strip,
.home-mini-section,
.home-product-strip,
.home-why-strip {
  margin-top: clamp(58px, 7vw, 96px);
}

.home-about-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.7fr) auto;
  gap: clamp(22px, 4vw, 54px);
  align-items: end;
  padding: clamp(30px, 4.8vw, 64px);
  border: 1px solid rgba(8, 86, 116, 0.12);
  border-radius: 38px;
  background:
    radial-gradient(circle at 10% 10%, rgba(28, 201, 218, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(224, 247, 249, 0.66));
  box-shadow:
    0 30px 90px rgba(4, 48, 73, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.home-about-strip h2,
.home-mini-heading h2,
.home-product-strip h2,
.home-industries-brief h2 {
  margin: 12px 0 0;
  font: 600 clamp(34px, 4.2vw, 62px)/1.02 var(--display);
  letter-spacing: -0.06em;
}

.home-about-strip > p,
.home-mini-heading > p:not(.section-kicker),
.home-product-strip > div > p:not(.section-kicker),
.home-industries-brief .home-mini-heading > p:not(.section-kicker) {
  margin: 0;
  max-width: 520px;
  color: #557383;
  font-size: 15px;
  line-height: 1.7;
}

.home-mini-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.home-mini-heading {
  position: sticky;
  top: 124px;
  display: grid;
  gap: 18px;
}

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

.home-mini-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(8, 86, 116, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 14%, rgba(20, 188, 207, 0.18), transparent 34%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(226, 247, 250, 0.7));
  box-shadow:
    0 24px 70px rgba(5, 48, 73, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.home-mini-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 24px 24px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #0ba7bd, #0a4d78);
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform var(--motion-standard);
}

.home-mini-card:hover::after {
  transform: scaleX(1);
}

.home-mini-card span {
  display: inline-flex;
  margin-bottom: 54px;
  padding: 8px 11px;
  border-radius: 999px;
  color: #075273;
  background: rgba(12, 169, 190, 0.11);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-mini-card strong {
  display: block;
  margin-bottom: 12px;
  color: #0b2638;
  font: 700 20px/1.1 var(--display);
  letter-spacing: -0.035em;
}

.home-mini-card p {
  margin: 0;
  color: #607889;
  font-size: 14px;
  line-height: 1.65;
}

.home-product-strip {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(480px, 1.12fr) auto;
  gap: clamp(22px, 3.5vw, 42px);
  align-items: center;
  padding: clamp(26px, 4vw, 46px);
  border-radius: 38px;
  color: #eafcfd;
  background:
    radial-gradient(circle at 88% 18%, rgba(54, 219, 230, 0.3), transparent 30%),
    linear-gradient(135deg, #062b45, #075b7a 58%, #0a8ca5);
  box-shadow: 0 34px 90px rgba(4, 48, 73, 0.22);
}

.home-product-strip .section-kicker,
.home-product-strip h2,
.home-product-strip .text-link {
  color: #f3feff;
}

.home-product-strip > div > p:not(.section-kicker) {
  color: rgba(233, 252, 253, 0.75);
}

.home-product-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.home-product-links a {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 128px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(194, 244, 247, 0.18);
  border-radius: 26px;
  color: #ecfeff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  transition:
    transform var(--motion-standard),
    background var(--motion-standard),
    border-color var(--motion-standard);
}

.home-product-links a:hover {
  transform: translateY(-6px);
  border-color: rgba(194, 244, 247, 0.38);
  background: rgba(255, 255, 255, 0.18);
}

.home-product-links img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(1, 24, 39, 0.2);
}

.home-product-links strong,
.home-product-links small {
  display: block;
}

.home-product-links strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
}

.home-product-links small {
  margin-top: 4px;
  color: rgba(233, 252, 253, 0.78);
  font-size: 10px;
  line-height: 1.35;
}

.home-product-links span {
  min-width: 0;
}

.home-product-strip > .text-link {
  white-space: nowrap;
}

.home-industries-brief {
  margin-top: clamp(58px, 7vw, 96px);
  padding: clamp(68px, 8vw, 112px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(75, 224, 232, 0.26), transparent 30%),
    radial-gradient(circle at 86% 78%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #052b44, #075673 56%, #08778b);
}

.home-industries-brief .section-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.home-mini-heading.light,
.home-mini-heading.light .section-kicker,
.home-mini-heading.light h2 {
  color: #f5feff;
}

.home-mini-heading.light p:not(.section-kicker) {
  color: rgba(235, 252, 253, 0.72);
}

.home-industry-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-industry-chips span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 84px;
  padding: 18px 20px;
  border: 1px solid rgba(191, 244, 247, 0.2);
  border-radius: 24px;
  color: #eefeff;
  background:
    radial-gradient(circle at 90% 10%, rgba(113, 232, 238, 0.16), transparent 35%),
    rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-weight: 800;
  transition:
    transform var(--motion-standard),
    background var(--motion-standard),
    border-color var(--motion-standard);
}

.home-industry-chips span::before {
  content: "";
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(189, 243, 247, 0.72));
  box-shadow: 0 12px 28px rgba(1, 31, 48, 0.18);
}

.home-industry-chips span:hover {
  transform: translateY(-4px);
  border-color: rgba(191, 244, 247, 0.36);
  background: rgba(255, 255, 255, 0.18);
}

.home-why-strip {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  margin-bottom: clamp(95px, 9vw, 150px);
}

.home-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(8, 86, 116, 0.12);
  border-radius: 34px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 26px 80px rgba(5, 48, 73, 0.08);
}

.home-why-grid article {
  min-height: 210px;
  padding: 30px;
  border-right: 1px solid rgba(8, 86, 116, 0.1);
  background:
    radial-gradient(circle at 90% 10%, rgba(28, 201, 218, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.5);
  transition:
    transform var(--motion-standard),
    background var(--motion-standard);
}

.home-why-grid article:last-child {
  border-right: 0;
}

.home-why-grid article:hover {
  transform: translateY(-4px);
  background: rgba(224, 247, 249, 0.76);
}

.home-why-grid strong {
  display: block;
  margin-bottom: 18px;
  color: #0b2638;
  font: 700 22px/1.1 var(--display);
  letter-spacing: -0.04em;
}

.home-why-grid span {
  color: #5f7888;
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 1050px) {
  .home-about-strip,
  .home-mini-section,
  .home-product-strip,
  .home-industries-brief .section-shell,
  .home-why-strip {
    grid-template-columns: 1fr;
  }

  .home-mini-heading {
    position: static;
  }

  .home-product-strip {
    align-items: start;
  }
}

@media (max-width: 760px) {
  .home-about-strip,
  .home-product-strip {
    padding: 26px 20px;
    border-radius: 28px;
  }

  .home-mini-grid,
  .home-product-links,
  .home-why-grid {
    grid-template-columns: 1fr;
  }

  .home-mini-card {
    min-height: 220px;
  }

  .home-product-links a {
    grid-template-columns: 64px 1fr;
    min-height: 100px;
  }

  .home-product-links img {
    width: 64px;
    height: 64px;
  }

  .home-why-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(8, 86, 116, 0.1);
  }

  .home-why-grid article:last-child {
    border-bottom: 0;
  }
}

/* Final interaction and consistency tune-up */
.glass-header .header-cta {
  color: #052f4d;
  border-color: rgba(145, 238, 244, 0.5);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(156, 239, 244, 0.92));
  box-shadow:
    0 14px 34px rgba(2, 34, 54, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.glass-header .header-cta:hover {
  color: #fff;
  border-color: rgba(111, 230, 238, 0.5);
  background: linear-gradient(135deg, #0ba7bd, #04385b);
  box-shadow:
    0 18px 44px rgba(3, 80, 112, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.logo-section {
  background:
    radial-gradient(circle at 12% 50%, rgba(16, 180, 201, 0.1), transparent 28%),
    linear-gradient(180deg, #f6fcfd, #edf8fa);
  border-color: rgba(8, 86, 116, 0.09);
  padding-block: 34px 38px;
}

.logo-section > p {
  color: #0a5877;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.logo-track {
  gap: 24px;
  animation-duration: 32s;
}

.logo-track span {
  width: 172px;
  min-width: 172px;
  height: 78px;
  border: 1px solid rgba(7, 78, 110, 0.1);
  border-radius: 22px;
  background: #fff;
  box-shadow:
    0 18px 40px rgba(4, 50, 75, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.logo-track img {
  max-width: 126px;
  max-height: 46px;
  filter: none;
  opacity: 1;
}

.product-subnav,
.industry-jump {
  width: max-content;
  max-width: calc(100% - 48px);
  margin-inline: auto;
  padding: 8px;
  border: 1px solid rgba(8, 86, 116, 0.12);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(228, 248, 250, 0.82));
  box-shadow:
    0 22px 60px rgba(4, 47, 72, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.product-subnav a,
.industry-jump a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 18px;
  color: #496a7b;
  font-weight: 800;
}

.product-subnav a:hover,
.industry-jump a:hover {
  color: #06314d;
  background: rgba(255, 255, 255, 0.86);
  transform: translateY(-2px);
}

.product-subnav a.active,
.industry-jump a.active {
  color: #fff;
  background: linear-gradient(135deg, #063b60, #0a87a0);
  box-shadow: 0 12px 24px rgba(5, 70, 98, 0.22);
}

@media (max-width: 1120px) {
  .home-product-strip {
    grid-template-columns: 1fr;
  }

  .home-product-links {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }
}

@media (max-width: 760px) {
  .home-industry-chips {
    grid-template-columns: 1fr;
  }

  .product-subnav,
  .industry-jump {
    max-width: calc(100% - 20px);
    overflow-x: auto;
    justify-content: flex-start;
  }

  .product-subnav::-webkit-scrollbar,
  .industry-jump::-webkit-scrollbar {
    display: none;
  }
}

/* Screenshot feedback implementation */
.brand-mark {
  width: 46px;
  height: 46px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy strong {
  font-size: 15px;
  letter-spacing: 0.06em;
}

.brand-copy small {
  font-size: 8px;
  letter-spacing: 0.24em;
}

.hero-intro {
  width: fit-content;
  max-width: min(620px, 100%);
  padding: 14px 18px;
  border: 1px solid rgba(7, 80, 110, 0.12);
  border-radius: 18px;
  color: #173a4f;
  background: rgba(239, 252, 253, 0.74);
  box-shadow: 0 18px 45px rgba(3, 46, 70, 0.09);
  backdrop-filter: blur(14px);
}

.services-constellation {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(123, 228, 238, 0.26);
  background:
    radial-gradient(circle at 42% 46%, rgba(30, 201, 224, 0.42), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(39, 132, 193, 0.42), transparent 28%),
    linear-gradient(135deg, rgba(3, 24, 45, 0.97), rgba(4, 57, 91, 0.95) 54%, rgba(2, 22, 36, 0.98));
  box-shadow:
    0 36px 95px rgba(3, 35, 58, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.constellation-grid {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background:
    linear-gradient(rgba(121, 224, 234, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 224, 234, 0.12) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at 50% 44%, #000, transparent 72%);
}

.constellation-cloud {
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 2;
  width: 250px;
  height: 150px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  text-align: center;
  color: #edfeff;
  border: 1px solid rgba(139, 236, 244, 0.48);
  border-radius: 44% 44% 38% 38%;
  background:
    radial-gradient(circle at 42% 26%, rgba(255, 255, 255, 0.22), transparent 22%),
    linear-gradient(135deg, rgba(12, 154, 184, 0.52), rgba(4, 44, 74, 0.42));
  box-shadow:
    0 0 55px rgba(43, 218, 232, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.constellation-cloud::before,
.constellation-cloud::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(139, 236, 244, 0.38);
  background: rgba(21, 160, 190, 0.3);
}

.constellation-cloud::before {
  width: 112px;
  height: 112px;
  left: 34px;
  top: -40px;
}

.constellation-cloud::after {
  width: 92px;
  height: 92px;
  right: 40px;
  top: -28px;
}

.constellation-cloud span,
.constellation-cloud strong {
  position: relative;
  z-index: 1;
}

.constellation-cloud span {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.constellation-cloud strong {
  max-width: 170px;
  font: 700 20px/1.1 var(--display);
}

.constellation-node {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  gap: 8px;
  width: 132px;
  min-height: 132px;
  padding: 16px;
  text-align: center;
  color: #edfeff;
  border: 1px solid rgba(159, 239, 246, 0.42);
  border-radius: 50%;
  background: rgba(4, 47, 78, 0.58);
  box-shadow: 0 18px 44px rgba(1, 18, 31, 0.32);
  backdrop-filter: blur(12px);
  animation: float-slow 7s ease-in-out infinite;
}

.constellation-node i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  color: #0b4164;
  background: linear-gradient(135deg, #efffff, #8debf1);
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
}

.constellation-node span {
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.node-cloud { left: 42%; top: 7%; }
.node-infra { left: 5%; top: 31%; animation-delay: -1s; }
.node-code { left: 14%; bottom: 24%; animation-delay: -2s; }
.node-qa { right: 22%; bottom: 24%; animation-delay: -3s; }
.node-power { right: 7%; top: 27%; animation-delay: -4s; }

.constellation-checklist {
  position: absolute;
  right: 28px;
  bottom: 96px;
  z-index: 4;
  width: min(230px, 42%);
  padding: 18px;
  border: 1px solid rgba(164, 238, 245, 0.28);
  border-radius: 20px;
  color: #eafeff;
  background: rgba(4, 29, 51, 0.72);
  box-shadow: 0 24px 60px rgba(1, 18, 31, 0.35);
  backdrop-filter: blur(14px);
}

.constellation-checklist p {
  display: flex;
  gap: 9px;
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.constellation-checklist p:last-child {
  margin-bottom: 0;
}

.constellation-checklist span {
  color: #78f0f6;
}

.constellation-footer {
  position: absolute;
  inset: auto 0 0;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(133, 230, 238, 0.18);
  background: rgba(2, 19, 34, 0.74);
}

.constellation-footer span {
  min-height: 70px;
  display: grid;
  place-items: center;
  padding: 12px;
  color: rgba(235, 253, 255, 0.84);
  border-right: 1px solid rgba(133, 230, 238, 0.12);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.constellation-footer span:last-child {
  border-right: 0;
}

@keyframes float-slow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.section-kicker {
  font-size: clamp(12px, 1vw, 15px);
  letter-spacing: 0.18em;
}

.product-logo-chip {
  width: 94px;
  height: 94px;
  padding: 10px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(5, 50, 75, 0.12);
}

.product-story {
  min-height: 720px;
}

.story-copy h2 {
  font-size: clamp(42px, 4.6vw, 72px);
}

.story-copy > p:not(.product-label) {
  font-size: 16px;
}

.service-lane {
  min-height: 310px;
}

.service-lane h3 {
  font-size: clamp(22px, 2vw, 31px);
}

.service-lane p {
  font-size: 15px;
  line-height: 1.72;
}

.qa-value-copy .text-link {
  margin-top: 20px;
}

.site-footer {
  color: #17364a;
  background:
    radial-gradient(circle at 14% 0%, rgba(19, 187, 205, 0.18), transparent 30%),
    linear-gradient(180deg, #f5fcfd, #e8f7f9);
}

.site-footer p,
.footer-links a,
.footer-email,
.footer-bottom {
  color: #244c62;
  opacity: 1;
}

.footer-links a:hover,
.footer-email:hover {
  color: #07869d;
}

.logo-word {
  color: #073b5d;
  font: 800 18px/1.1 var(--display);
  letter-spacing: -0.02em;
}

@media (max-width: 900px) {
  .services-constellation {
    min-height: 500px;
  }

  .constellation-node {
    width: 112px;
    min-height: 112px;
  }

  .constellation-checklist {
    left: 20px;
    right: 20px;
    bottom: 92px;
    width: auto;
  }

  .constellation-footer {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Final visual refinement pass */
.services-constellation {
  min-height: 600px;
  border-radius: 38px;
  overflow: hidden;
}

.constellation-cloud {
  top: 43%;
  width: 330px;
  height: 180px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 18%, rgba(96, 230, 240, 0.32), transparent 30%),
    linear-gradient(135deg, rgba(8, 137, 165, 0.56), rgba(5, 60, 92, 0.76));
}

.constellation-cloud::before,
.constellation-cloud::after {
  opacity: 0.46;
}

.constellation-cloud span {
  margin-top: 18px;
  color: rgba(234, 254, 255, 0.78);
  font-size: 12px;
}

.constellation-cloud strong {
  max-width: 250px;
  font-size: 26px;
  line-height: 1.05;
}

.constellation-node {
  width: 120px;
  min-height: 120px;
  padding: 14px;
}

.constellation-node i {
  width: 48px;
  height: 48px;
}

.node-cloud { left: 44%; top: 6%; }
.node-infra { left: 5%; top: 30%; }
.node-code { left: 13%; bottom: 27%; }
.node-qa { right: 25%; bottom: 28%; }
.node-power { right: 8%; top: 28%; }

.constellation-checklist {
  right: 28px;
  bottom: 118px;
  width: min(250px, 38%);
}

.constellation-footer span {
  min-height: 76px;
}

.logo-marquee {
  padding-inline: 42px;
  mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
}

.logo-track {
  gap: 30px;
  align-items: center;
}

.logo-track span,
.logo-word {
  width: 190px;
  min-width: 190px;
  height: 86px;
  overflow: hidden;
  border-radius: 24px;
}

.logo-track img {
  max-width: 148px;
  max-height: 54px;
}

.logo-word {
  display: grid;
  place-items: center;
  padding: 0 18px;
  text-align: center;
  color: #073b5d;
  background: #fff;
  border: 1px solid rgba(7, 78, 110, 0.1);
  box-shadow:
    0 18px 40px rgba(4, 50, 75, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  font: 800 20px/1.08 var(--display);
}

.home-about-strip,
.home-mini-section,
.home-product-strip,
.home-why-strip {
  width: min(1480px, calc(100% - 96px));
}

.home-mini-section {
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 96px);
}

.home-mini-grid {
  gap: 24px;
}

.home-mini-card {
  min-height: 300px;
  padding: 34px;
}

.home-mini-card span {
  margin-bottom: 64px;
}

.home-product-strip {
  grid-template-columns: minmax(360px, 0.74fr) minmax(620px, 1.18fr) auto;
  gap: clamp(30px, 4vw, 56px);
  padding: clamp(34px, 4.6vw, 64px);
}

.home-product-links {
  gap: 22px;
}

.home-product-links a {
  grid-template-columns: 82px minmax(0, 1fr);
  min-height: 146px;
  padding: 20px;
}

.home-product-links img {
  width: 82px;
  height: 82px;
}

.home-product-links strong {
  font-size: 18px;
}

.home-product-links small {
  font-size: 11px;
}

.product-story {
  min-height: 780px;
  padding: clamp(52px, 5.5vw, 84px);
}

.story-stage {
  min-height: 540px;
}

.audit-dashboard,
.release-console,
.recon-console {
  width: min(96%, 650px);
  padding: 30px;
  border-radius: 30px;
}

.audit-dashboard::before,
.release-console::before,
.recon-console::before {
  content: "";
  display: block;
  height: 34px;
  margin: -8px -8px 20px;
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(9, 167, 189, 0.1), transparent),
    repeating-linear-gradient(90deg, rgba(8, 81, 112, 0.1) 0 1px, transparent 1px 36px);
}

.audit-dashboard::after,
.release-console::after,
.recon-console::after {
  content: "";
  position: absolute;
  inset: 18px 24px auto auto;
  width: 52px;
  height: 8px;
  border-radius: 99px;
  background: rgba(8, 167, 189, 0.18);
}

.console-tests p,
.recon-table p,
.score-list p {
  min-height: 42px;
}

.stage-float {
  border-radius: 20px;
  box-shadow:
    0 24px 52px rgba(4, 50, 75, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.contact-panel {
  opacity: 0;
  transition:
    opacity 0.42s cubic-bezier(0.19, 1, 0.22, 1),
    backdrop-filter 0.42s cubic-bezier(0.19, 1, 0.22, 1);
}

.contact-panel:not([hidden]) {
  opacity: 1;
}

.contact-panel-card {
  transform: translateX(28px) scale(0.98);
  opacity: 0;
  transition:
    transform 0.52s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.42s ease;
}

.contact-panel:not([hidden]) .contact-panel-card {
  transform: none;
  opacity: 1;
}

@media (max-width: 1120px) {
  .home-about-strip,
  .home-mini-section,
  .home-product-strip,
  .home-why-strip {
    width: min(100% - 48px, 980px);
  }

  .home-product-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .services-constellation {
    min-height: 700px;
  }

  .constellation-cloud {
    top: 39%;
    width: 260px;
  }

  .node-cloud { left: 50%; top: 7%; transform: translateX(-50%); }
  .node-infra { left: 5%; top: 24%; }
  .node-power { right: 5%; top: 24%; }
  .node-code { left: 6%; bottom: 36%; }
  .node-qa { right: 6%; bottom: 36%; }

  .constellation-checklist {
    left: 18px;
    right: 18px;
    bottom: 138px;
    width: auto;
  }

  .home-product-links a {
    grid-template-columns: 72px 1fr;
  }
}

/* Final spacing, motion, and clarity pass */
.services-constellation {
  min-height: 500px;
  background:
    radial-gradient(circle at 30% 24%, rgba(80, 219, 231, 0.28), transparent 24%),
    radial-gradient(circle at 70% 58%, rgba(12, 123, 169, 0.34), transparent 28%),
    linear-gradient(135deg, rgba(4, 33, 56, 0.88), rgba(5, 68, 101, 0.78));
}

.constellation-grid {
  opacity: 0.24;
}

.constellation-footer {
  border-radius: 0 0 38px 38px;
}

.logo-marquee {
  padding-inline: 0;
  mask-image: none;
  overflow: hidden;
}

.logo-track {
  gap: 34px;
  padding-inline: 34px;
}

.logo-track span,
.logo-word {
  width: 210px;
  min-width: 210px;
  height: 94px;
  border-radius: 26px;
}

.logo-track img {
  max-width: 166px;
  max-height: 60px;
}

.text-link,
.story-link,
.product-copy a,
.contact-direct,
.footer-email {
  width: fit-content;
  max-width: max-content;
  border-bottom-width: 1px;
  text-decoration: none;
}

.text-link span,
.story-link span,
.button span {
  flex: 0 0 auto;
}

.home-about-strip,
.home-mini-section,
.home-product-strip,
.home-why-strip {
  width: min(1560px, calc(100% - 72px));
}

.home-about-strip {
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.72fr) auto;
  gap: clamp(36px, 5vw, 84px);
}

.home-about-strip > p {
  max-width: 640px;
}

.home-mini-section {
  grid-template-columns: minmax(330px, 0.58fr) minmax(0, 1.42fr);
}

.home-mini-grid {
  gap: 30px;
}

.home-mini-card {
  min-height: 340px;
  padding: 38px;
}

.home-mini-card p {
  font-size: 15px;
}

.home-product-strip {
  grid-template-columns: minmax(390px, 0.68fr) minmax(680px, 1.18fr) auto;
}

.home-product-links {
  gap: 28px;
}

.home-product-links a {
  min-height: 164px;
  grid-template-columns: 92px minmax(0, 1fr);
  padding: 24px;
}

.home-product-links img {
  width: 92px;
  height: 92px;
}

.home-product-links strong {
  font-size: 20px;
}

.home-product-links small {
  max-width: 140px;
  font-size: 12px;
}

.home-why-strip {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: clamp(34px, 5vw, 88px);
}

.home-why-grid article {
  min-height: 250px;
  padding: 38px;
}

.home-why-grid span {
  font-size: 15px;
}

.product-story {
  margin-bottom: 56px;
  gap: clamp(42px, 5vw, 86px);
}

.story-stage {
  min-height: 600px;
}

.audit-dashboard,
.release-console,
.recon-console {
  width: min(100%, 720px);
  padding: 34px;
}

.audit-dashboard {
  transform: translateY(0) rotate(-0.6deg);
}

.release-console {
  transform: rotate(0.6deg);
}

.recon-console {
  transform: rotate(-0.4deg);
}

.audit-dashboard:hover,
.release-console:hover,
.recon-console:hover {
  transform: translateY(-8px) rotate(0);
}

.ui-bars {
  height: 128px;
}

.console-tests,
.recon-table,
.score-list {
  gap: 12px;
}

.console-tests p,
.recon-table p,
.score-list p {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.52);
  padding-inline: 12px;
}

.stage-float {
  padding: 16px 18px;
}

.contact-panel {
  pointer-events: none;
  visibility: hidden;
}

.contact-panel.is-opening,
.contact-panel.is-open,
.contact-panel.is-closing {
  pointer-events: auto;
  visibility: visible;
}

.contact-panel.is-closing {
  pointer-events: none;
  opacity: 0;
}

.contact-panel-card {
  transform: translate3d(42px, 12px, 0) scale(0.965);
}

.contact-panel.is-open .contact-panel-card {
  transform: translate3d(0, 0, 0) scale(1);
}

.reveal {
  transition-duration: 1s;
}

.interactive-surface {
  transition:
    transform 0.68s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.68s cubic-bezier(0.19, 1, 0.22, 1),
    border-color 0.68s cubic-bezier(0.19, 1, 0.22, 1),
    background 0.68s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 1180px) {
  .home-about-strip,
  .home-mini-section,
  .home-product-strip,
  .home-why-strip {
    width: min(100% - 42px, 980px);
    grid-template-columns: 1fr;
  }

  .home-product-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .services-constellation {
    min-height: 420px;
  }

  .constellation-footer {
    grid-template-columns: 1fr 1fr;
  }

  .logo-track span,
  .logo-word {
    width: 170px;
    min-width: 170px;
    height: 78px;
  }
}

/* Final polish pass: carousel, homepage cards, contact motion, and footer contrast */
.constellation-footer {
  display: none !important;
}

.services-constellation {
  padding-bottom: 0 !important;
  overflow: hidden;
}

.logo-section {
  background:
    radial-gradient(circle at 20% 12%, rgba(61, 211, 225, 0.2), transparent 34%),
    linear-gradient(180deg, #eaf8fa 0%, #eaf8fa 100%) !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 36px 0 48px !important;
}

.logo-section::before,
.logo-section::after,
.logo-marquee::before,
.logo-marquee::after {
  display: none !important;
}

.logo-marquee {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.logo-track {
  gap: 34px !important;
  padding-block: 12px !important;
  align-items: center !important;
}

.logo-track span,
.logo-word {
  width: 228px !important;
  min-width: 228px !important;
  height: 104px !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  border: 1px solid rgba(8, 76, 101, 0.08) !important;
  box-shadow: 0 18px 42px rgba(9, 67, 88, 0.1) !important;
  overflow: hidden !important;
}

.logo-track img {
  width: 76% !important;
  height: 62% !important;
  object-fit: contain !important;
  filter: none !important;
  opacity: 1 !important;
}

.logo-track img[alt="Archroma"],
.logo-track img[alt="Rajby Textiles"],
.logo-track img[alt="Linksline"],
.logo-track img[alt="Pathfinder Group"] {
  width: 84% !important;
  height: 72% !important;
}

.logo-track img[alt="J. Jamal"],
.logo-track img[alt="Risk Associates"] {
  width: 66% !important;
  height: 66% !important;
}

.home-product-strip {
  width: min(100% - 56px, 1500px) !important;
  grid-template-columns: minmax(360px, 0.68fr) minmax(740px, 1.35fr) max-content !important;
  gap: clamp(34px, 4vw, 72px) !important;
  align-items: center !important;
  padding-inline: clamp(34px, 4vw, 58px) !important;
}

.home-product-links {
  grid-template-columns: repeat(3, minmax(225px, 1fr)) !important;
  gap: clamp(22px, 2.4vw, 34px) !important;
}

.home-product-links a {
  min-height: 150px !important;
  grid-template-columns: 82px minmax(0, 1fr) !important;
  gap: 22px !important;
  padding: 24px 30px 24px 22px !important;
  border-radius: 28px !important;
}

.home-product-links img {
  width: 82px !important;
  height: 82px !important;
  flex: 0 0 auto !important;
}

.home-product-links strong {
  font-size: clamp(18px, 1.25vw, 21px) !important;
  line-height: 1.05 !important;
  white-space: normal !important;
}

.home-product-links small {
  max-width: none !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
  overflow-wrap: normal !important;
}

.home-product-links span {
  min-width: 0 !important;
}

.home-why-strip {
  width: min(100% - 56px, 1380px) !important;
  position: relative !important;
  overflow: hidden !important;
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  gap: clamp(36px, 5vw, 80px) !important;
  align-items: center !important;
  padding: clamp(46px, 5vw, 72px) !important;
  border-radius: 42px !important;
  background:
    radial-gradient(circle at 78% 24%, rgba(31, 191, 211, 0.32), transparent 34%),
    linear-gradient(135deg, rgba(238, 252, 253, 0.96), rgba(255, 255, 255, 0.9) 48%, rgba(226, 248, 251, 0.98)) !important;
  border: 1px solid rgba(8, 76, 101, 0.12) !important;
  box-shadow: 0 28px 70px rgba(8, 57, 78, 0.1) !important;
}

.home-why-strip::before {
  content: "";
  position: absolute;
  inset: auto 48px 42px 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 164, 190, 0.55), transparent);
}

.home-why-grid {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.home-why-grid article {
  position: relative !important;
  min-height: 260px !important;
  padding: 40px 34px 34px !important;
  border-radius: 32px !important;
  border: 1px solid rgba(8, 76, 101, 0.13) !important;
  background: rgba(255, 255, 255, 0.68) !important;
  box-shadow: 0 18px 42px rgba(8, 57, 78, 0.09) !important;
  backdrop-filter: blur(18px) saturate(135%) !important;
  transition:
    transform 0.72s cubic-bezier(0.19, 1, 0.22, 1),
    border-color 0.72s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.72s cubic-bezier(0.19, 1, 0.22, 1),
    background 0.72s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.home-why-grid article::before {
  content: "0" counter(why-item);
  counter-increment: why-item;
  position: absolute;
  top: 22px;
  right: 26px;
  color: rgba(0, 128, 160, 0.52);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.home-why-grid {
  counter-reset: why-item;
}

.home-why-grid article::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: 30px;
  width: 54px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00aeca, #7c66ff);
  transform-origin: left;
  transform: scaleX(0.48);
  transition: transform 0.72s cubic-bezier(0.19, 1, 0.22, 1);
}

.home-why-grid article:nth-child(2) {
  transform: translateY(24px);
}

.home-why-grid article:nth-child(3) {
  transform: translateY(-10px);
}

.home-why-grid article:hover {
  transform: translateY(-10px) !important;
  border-color: rgba(0, 174, 202, 0.32) !important;
  background: rgba(255, 255, 255, 0.84) !important;
  box-shadow: 0 26px 60px rgba(0, 91, 124, 0.14) !important;
}

.home-why-grid article:hover::after {
  transform: scaleX(1);
}

.home-why-grid strong {
  font-size: clamp(20px, 1.45vw, 25px) !important;
}

.home-why-grid span {
  max-width: 32ch !important;
  color: rgba(11, 43, 60, 0.72) !important;
}

.service-os-core {
  background: linear-gradient(145deg, #ffffff, #f4fdff) !important;
  color: #062f49 !important;
  border-color: rgba(0, 159, 190, 0.2) !important;
  box-shadow: 0 24px 58px rgba(8, 57, 78, 0.12) !important;
}

.service-os-core strong,
.service-os-core small {
  color: #062f49 !important;
}

.site-footer .brand-copy strong,
.footer-brand .brand-copy strong {
  color: #06334d !important;
  text-shadow: none !important;
}

.site-footer .brand-copy small,
.footer-brand .brand-copy small {
  color: rgba(6, 51, 77, 0.66) !important;
}

.text-link {
  width: fit-content !important;
  max-width: 100% !important;
  align-self: flex-start !important;
  background-size: 100% 1px !important;
}

.header-cta {
  color: #ffffff !important;
  background:
    linear-gradient(135deg, rgba(0, 174, 202, 0.24), rgba(255, 255, 255, 0.11)),
    rgba(3, 43, 65, 0.86) !important;
  border-color: rgba(190, 250, 255, 0.56) !important;
  box-shadow: 0 16px 34px rgba(0, 43, 62, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.header-cta:hover {
  background:
    linear-gradient(135deg, rgba(0, 190, 217, 0.42), rgba(255, 255, 255, 0.15)),
    rgba(0, 78, 103, 0.92) !important;
  transform: translateY(-2px) !important;
}

.contact-panel {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: visibility 0s linear 0.46s !important;
}

.contact-panel.is-opening,
.contact-panel.is-open,
.contact-panel.is-closing {
  visibility: visible !important;
  pointer-events: auto !important;
  transition-delay: 0s !important;
}

.contact-panel.is-open {
  animation: contactBackdropIn 0.48s cubic-bezier(0.19, 1, 0.22, 1) both !important;
}

.contact-panel.is-closing {
  animation: contactBackdropOut 0.36s ease both !important;
  pointer-events: none !important;
}

.contact-panel-card {
  transform-origin: 88% 94% !important;
  will-change: transform, opacity, filter !important;
}

.contact-panel.is-open .contact-panel-card {
  animation: contactCardIn 0.68s cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

.contact-panel.is-closing .contact-panel-card {
  animation: contactCardOut 0.34s ease both !important;
}

@keyframes contactBackdropIn {
  from {
    opacity: 0;
    backdrop-filter: blur(0);
  }
  to {
    opacity: 1;
    backdrop-filter: blur(18px);
  }
}

@keyframes contactBackdropOut {
  from {
    opacity: 1;
    backdrop-filter: blur(18px);
  }
  to {
    opacity: 0;
    backdrop-filter: blur(0);
  }
}

@keyframes contactCardIn {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(56px, 28px, 0) scale(0.92) rotateX(8deg);
  }
  62% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(-6px, -4px, 0) scale(1.012) rotateX(0);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1) rotateX(0);
  }
}

@keyframes contactCardOut {
  from {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(36px, 18px, 0) scale(0.96);
  }
}

@media (max-width: 1260px) {
  .home-product-strip {
    grid-template-columns: 1fr !important;
  }

  .home-product-links {
    width: 100% !important;
  }
}

@media (max-width: 980px) {
  .home-why-strip {
    grid-template-columns: 1fr !important;
  }

  .home-why-grid {
    grid-template-columns: 1fr !important;
  }

  .home-why-grid article,
  .home-why-grid article:nth-child(2),
  .home-why-grid article:nth-child(3) {
    transform: none !important;
    min-height: 0 !important;
  }
}

@media (max-width: 760px) {
  .logo-track span,
  .logo-word {
    width: 184px !important;
    min-width: 184px !important;
    height: 88px !important;
  }

  .home-product-strip,
  .home-why-strip {
    width: min(100% - 28px, 100%) !important;
    padding: 28px !important;
    border-radius: 30px !important;
  }

  .home-product-links {
    grid-template-columns: 1fr !important;
  }

  .home-product-links a {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    padding: 20px !important;
  }
}

/* Final correction pass after visual QA */
body {
  background: #eaf8fa !important;
}

.site-header {
  height: 100px !important;
}

.brand-copy strong,
.glass-header .brand-copy strong {
  color: #06334d !important;
  font-family: var(--display) !important;
  font-size: clamp(16px, 1vw, 18px) !important;
  font-weight: 800 !important;
  letter-spacing: 0.075em !important;
}

.brand-copy small,
.glass-header .brand-copy small {
  font-size: 8.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.28em !important;
}

.hero-with-video {
  margin-top: -100px !important;
  padding-top: clamp(154px, 13vw, 190px) !important;
}

.hero-video,
.hero-video-overlay {
  top: 0 !important;
  height: 100% !important;
}

.hero-video-overlay {
  background:
    linear-gradient(90deg, rgba(232, 252, 253, 0.28) 0%, rgba(232, 252, 253, 0.14) 34%, rgba(0, 28, 45, 0.18) 100%),
    radial-gradient(circle at 70% 28%, rgba(22, 202, 219, 0.15), transparent 32%) !important;
}

.services-constellation {
  min-height: clamp(400px, 40vw, 620px) !important;
  border-color: rgba(151, 238, 244, 0.38) !important;
  background-image:url("assets/placeholder.png") !important;
  background-size: cover !important;
  background-position: center !important;
}

.constellation-grid {
  opacity: 0.22 !important;
}

.logo-section {
  margin: 0 !important;
  padding: 32px 0 18px !important;
  background: #e6f7f9 !important;
  overflow: hidden !important;
}

.logo-section > p {
  margin-bottom: 24px !important;
}

.logo-marquee {
  margin: 0 !important;
  padding: 0 0 8px !important;
  background: #e6f7f9 !important;
}

.logo-track {
  gap: 28px !important;
  padding: 0 !important;
}

.logo-track span,
.logo-word {
  width: 236px !important;
  min-width: 236px !important;
  height: 92px !important;
  border-radius: 22px !important;
  overflow: hidden !important;
}

.logo-track img {
  width: 78% !important;
  height: 62% !important;
  object-fit: contain !important;
  transform: scale(1) !important;
  transform-origin: center !important;
}

.logo-track img[alt="YKK"],
.logo-track img[alt="PayPro"],
.logo-track img[alt="Infotech"] {
  width: 86% !important;
  height: 72% !important;
  transform: scale(1.1) !important;
}

.logo-track img[alt="Archroma"],
.logo-track img[alt="Rajby Textiles"] {
  width: 96% !important;
  height: 78% !important;
  transform: scale(1.45) !important;
}

.logo-track img[alt="Linksline"] {
  width: 94% !important;
  height: 78% !important;
  transform: scale(1.44) !important;
}

.logo-track img[alt="Pathfinder Group"] {
  width: 104% !important;
  height: 84% !important;
  transform: scale(3) !important;
}

.logo-track img[alt="J. Jamal"] {
  width: 72% !important;
  height: 72% !important;
  transform: scale(2) !important;
}

.logo-track img[alt="Risk Associates"] {
  width: 78% !important;
  height: 78% !important;
  transform: scale(1.18) !important;
}

.home-product-strip {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
  grid-template-areas:
    "intro action"
    "links links" !important;
  gap: clamp(26px, 3.5vw, 52px) !important;
  padding: clamp(46px, 5vw, 74px) !important;
}

.home-product-strip > div:first-child {
  grid-area: intro !important;
  max-width: 620px !important;
}

.home-product-strip > .text-link {
  grid-area: action !important;
  justify-self: end !important;
  align-self: start !important;
}

.home-product-links {
  grid-area: links !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(24px, 3vw, 42px) !important;
  width: 100% !important;
}

.home-product-links a {
  min-height: 148px !important;
  grid-template-columns: 96px minmax(0, 1fr) !important;
  gap: 26px !important;
  padding: 28px 44px 28px 28px !important;
}

.home-product-links img {
  width: 96px !important;
  height: 96px !important;
}

.home-product-links strong {
  font-size: clamp(19px, 1.35vw, 24px) !important;
  line-height: 1.05 !important;
}

.home-product-links small {
  max-width: 18ch !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.home-why-strip {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr) !important;
  gap: clamp(42px, 6vw, 96px) !important;
  align-items: stretch !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(11, 184, 204, 0.2), transparent 30%),
    linear-gradient(135deg, #073a55 0%, #06687c 100%) !important;
  color: #fff !important;
}

.home-why-strip::before {
  display: none !important;
}

.home-why-heading {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 320px !important;
}

.home-why-heading h2 {
  max-width: 540px !important;
  margin: 22px 0 0 !important;
  color: #fff !important;
  font: 500 clamp(42px, 4.6vw, 70px) / 0.98 var(--display) !important;
  letter-spacing: -0.06em !important;
}

.home-why-strip .section-kicker {
  color: #bff7fb !important;
}

.home-why-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  align-content: center !important;
}

.home-why-grid article,
.home-why-grid article:nth-child(2),
.home-why-grid article:nth-child(3) {
  display: grid !important;
  grid-template-columns: 190px minmax(0, 1fr) !important;
  gap: clamp(22px, 3vw, 40px) !important;
  align-items: center !important;
  min-height: 126px !important;
  padding: 28px 34px !important;
  transform: none !important;
  border-radius: 28px !important;
  border-color: rgba(202, 250, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 24px 60px rgba(0, 25, 39, 0.16) !important;
}

.home-why-grid article::before {
  top: 50% !important;
  right: auto !important;
  left: 28px !important;
  transform: translateY(-50%) !important;
  color: rgba(192, 247, 251, 0.72) !important;
}

.home-why-grid article::after {
  left: 74px !important;
  top: 50% !important;
  bottom: auto !important;
  width: 54px !important;
  height: 1px !important;
  background: rgba(192, 247, 251, 0.5) !important;
  transform: none !important;
}

.home-why-grid strong {
  color: #fff !important;
  font-size: clamp(19px, 1.45vw, 24px) !important;
}

.home-why-grid span {
  max-width: none !important;
  color: rgba(228, 249, 251, 0.78) !important;
  font-size: 14px !important;
}

.home-why-grid article:hover {
  transform: translateX(8px) !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(202, 250, 255, 0.34) !important;
}

.geniverse-story {
  background:
    radial-gradient(circle at 16% 18%, rgba(142, 240, 244, 0.28), transparent 28%),
    linear-gradient(135deg, #eaf8fa, #f4f0ff) !important;
}

.release-console {
  background: linear-gradient(145deg, #101a35 0%, #1b1745 100%) !important;
  border-color: rgba(126, 227, 235, 0.2) !important;
  box-shadow: 0 34px 76px rgba(18, 22, 62, 0.24) !important;
}

.geniverse-story .console-tests p {
  background: rgba(255, 255, 255, 0.09) !important;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  color: rgba(255, 255, 255, 0.86) !important;
}

.geniverse-story .console-tests p i {
  background: rgba(141, 227, 229, 0.14) !important;
  color: #aef5f6 !important;
}

.geniverse-story .console-tests p b {
  color: #4fe3bf !important;
}

.geniverse-story .console-tests p em {
  color: #ffd57b !important;
}

.product-story {
  min-height: 650px !important;
  padding: clamp(48px, 5vw, 66px) !important;
}

.story-stage {
  min-height: 540px !important;
}

.audit-dashboard,
.release-console,
.recon-console {
  width: min(100%, 680px) !important;
}

.contact-panel {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition:
    opacity 0.42s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0s linear 0.42s !important;
}

.contact-panel.is-open,
.contact-panel.is-opening {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transition-delay: 0s !important;
}

.contact-panel-card {
  opacity: 0 !important;
  transform: translate3d(46px, 20px, 0) scale(0.95) !important;
  transition:
    opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.58s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.contact-panel.is-open .contact-panel-card,
.contact-panel.is-opening .contact-panel-card {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

.contact-panel.is-closing {
  opacity: 0 !important;
  visibility: visible !important;
  pointer-events: none !important;
}

.contact-panel.is-closing .contact-panel-card {
  opacity: 0 !important;
  transform: translate3d(32px, 14px, 0) scale(0.97) !important;
}

@media (max-width: 1100px) {
  .home-product-strip {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "intro"
      "links"
      "action" !important;
  }

  .home-product-strip > .text-link {
    justify-self: start !important;
  }

  .home-product-links,
  .home-why-strip {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 820px) {
  .home-product-links a {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    padding: 22px !important;
  }

  .home-product-links img {
    width: 78px !important;
    height: 78px !important;
  }

  .home-why-heading {
    min-height: 0 !important;
  }

  .home-why-grid article,
  .home-why-grid article:nth-child(2),
  .home-why-grid article:nth-child(3) {
    grid-template-columns: 1fr !important;
    padding: 48px 26px 26px !important;
  }
}

/* Final layout cleanup */
.services-constellation {
  background:
    linear-gradient(135deg, rgba(3, 35, 55, 0.18), rgba(7, 98, 126, 0.1)),
    url("assets/placeholder.png") center / cover no-repeat !important;
}

.services-constellation::before,
.services-constellation::after,
.constellation-grid {
  display: none !important;
}

.home-why-strip {
  width: min(100% - 56px, 1500px) !important;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.42fr) !important;
  gap: clamp(48px, 6vw, 104px) !important;
  background:
    radial-gradient(circle at 12% 12%, rgba(26, 198, 214, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(235, 251, 252, 0.98), rgba(255, 255, 255, 0.94) 45%, rgba(224, 247, 250, 0.98)) !important;
  color: var(--ink) !important;
  border: 1px solid rgba(8, 76, 101, 0.12) !important;
  box-shadow: 0 28px 70px rgba(8, 57, 78, 0.1) !important;
}

.home-why-heading {
  min-height: 300px !important;
  justify-content: flex-start !important;
}

.home-why-heading h2 {
  color: var(--ink) !important;
  max-width: 620px !important;
  font-size: clamp(42px, 4.8vw, 76px) !important;
}

.home-why-strip .section-kicker {
  color: var(--blue) !important;
}

.home-why-grid {
  gap: 18px !important;
}

.home-why-grid article,
.home-why-grid article:nth-child(2),
.home-why-grid article:nth-child(3) {
  grid-template-columns: 74px minmax(190px, 0.72fr) minmax(0, 1.28fr) !important;
  gap: clamp(20px, 2.4vw, 34px) !important;
  min-height: 124px !important;
  padding: 26px 34px !important;
  background: rgba(255, 255, 255, 0.68) !important;
  border-color: rgba(8, 76, 101, 0.13) !important;
  box-shadow: 0 18px 42px rgba(8, 57, 78, 0.08) !important;
}

.home-why-grid article::before {
  position: static !important;
  transform: none !important;
  align-self: center !important;
  justify-self: center !important;
  display: grid !important;
  place-items: center !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 16px !important;
  color: var(--blue) !important;
  background: rgba(207, 244, 248, 0.82) !important;
  border: 1px solid rgba(0, 155, 185, 0.16) !important;
  font-size: 11px !important;
}

.home-why-grid article::after {
  display: none !important;
}

.home-why-grid strong {
  color: var(--ink) !important;
  line-height: 1.08 !important;
}

.home-why-grid span {
  color: rgba(11, 43, 60, 0.72) !important;
  line-height: 1.65 !important;
}

.home-why-grid article:hover {
  transform: translateY(-4px) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(0, 174, 202, 0.28) !important;
  box-shadow: 0 26px 58px rgba(8, 57, 78, 0.12) !important;
}

.contact-panel-card code {
  padding: 2px 6px;
  border-radius: 7px;
  background: rgba(7, 83, 111, 0.08);
  color: var(--blue);
  font-size: 0.9em;
}

.contact-form button:disabled {
  cursor: progress;
  opacity: 0.82;
}

@media (max-width: 980px) {
  .home-why-strip {
    grid-template-columns: 1fr !important;
  }

  .home-why-heading {
    min-height: 0 !important;
  }

  .home-why-grid article,
  .home-why-grid article:nth-child(2),
  .home-why-grid article:nth-child(3) {
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }

  .home-why-grid span {
    grid-column: 2 !important;
  }
}
.product-story {
  display: flex;
  align-items: center;
  gap: 40px;
}

.product-story .story-copy {
  flex: 1;
  min-width: 0; /* prevents long headings/tags from overflowing the flex box */
}

.product-story .story-stage {
  flex-shrink: 0;
  transform: scale(0.75);
  transform-origin: center;
}

.product-story h2 {
  font-size: 34px;
  line-height: 1.2;
}