:root {
  --bg: #f4f7fb;
  --bg-soft: #edf2f8;
  --surface: #ffffff;
  --surface-alt: #f8fbff;
  --surface-dark: #0e1b33;
  --surface-dark-2: #122445;
  --text: #13233d;
  --muted: #60708a;
  --line: rgba(19, 35, 61, 0.1);
  --line-light: rgba(255, 255, 255, 0.12);
  --primary: #2a63ff;
  --primary-deep: #173a8f;
  --accent: #59b7ff;
  --accent-warm: #ff8b4d;
  --success: #0c9d75;
  --shadow: 0 24px 60px rgba(16, 34, 70, 0.12);
  --shadow-strong: 0 32px 90px rgba(6, 16, 42, 0.3);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background: linear-gradient(180deg, #f5f8fd 0%, #eef3fa 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin-top: 0;
  color: var(--muted);
  line-height: 1.75;
}

ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

h1,
h2,
h3,
strong {
  color: var(--text);
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Outfit", sans-serif;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.9rem, 6vw, 5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

h3 {
  font-size: 1.35rem;
}

.site-shell {
  overflow: clip;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header-home {
  position: sticky;
  top: 0;
  z-index: 30;
  background: transparent;
  border-bottom: 0;
}

.site-header{
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 15px;
  background: #0a1427;
  border-bottom: 0;
}

[data-page="home"] .site-header-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 86px;
  padding-top: 0.75rem;
}

.brand-logo {
  width: min(200px, 42vw);
  height: auto;
}



.site-nav {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.2rem;
  border-radius: 999px;
  background: transparent;
  border: 0;
}

.site-nav a {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  text-shadow: 0 1px 12px rgba(3, 10, 22, 0.45);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: white;
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.nav-cta {
  color: white !important;
  background: rgba(42, 99, 255, 0.88);
  box-shadow: 0 14px 28px rgba(7, 18, 44, 0.26);
}

.nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: white;
  border-radius: 999px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 1rem 1.5rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--primary), #4f83ff);
  box-shadow: 0 18px 38px rgba(42, 99, 255, 0.26);
}

.btn-secondary {
  color: white;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero,
.page-hero {
  position: relative;
}

.hero {
  min-height: 100vh;
  overflow: hidden;
}
.page-hero {
  padding: 4.75rem 0 2.5rem;
  background: linear-gradient(180deg, #f5f8fd 0%, #edf3fb 100%);
}

.hero-premium {
  padding: 5.25rem 0 4rem;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.hero-premium .container {
  position: relative;
  z-index: 2;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

#myVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.hero-network {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 24%, rgba(53, 127, 255, 0.2), transparent 20%),
    radial-gradient(circle at 80% 28%, rgba(38, 216, 255, 0.16), transparent 18%),
    radial-gradient(circle at 66% 78%, rgba(80, 150, 255, 0.14), transparent 22%);
}

.network-node,
.network-link,
.hero-signal {
  position: absolute;
}

.network-node {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(126, 197, 255, 0.95);
  box-shadow:
    0 0 0 6px rgba(126, 197, 255, 0.12),
    0 0 28px rgba(73, 171, 255, 0.55);
  animation: pulseNode 5s ease-in-out infinite;
}

.network-link {
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(85, 166, 255, 0.08), rgba(120, 210, 255, 0.9), rgba(85, 166, 255, 0.08));
  box-shadow: 0 0 18px rgba(73, 171, 255, 0.22);
  animation: flowLink 7s linear infinite;
}

.node-a { top: 19%; left: 14%; animation-delay: 0s; }
.node-b { top: 31%; left: 26%; animation-delay: 0.7s; }
.node-c { top: 18%; left: 48%; animation-delay: 1.4s; }
.node-d { top: 39%; left: 61%; animation-delay: 2.1s; }
.node-e { top: 28%; left: 79%; animation-delay: 1.2s; }
.node-f { top: 63%; left: 22%; animation-delay: 2.8s; }
.node-g { top: 72%; left: 51%; animation-delay: 0.9s; }
.node-h { top: 61%; left: 73%; animation-delay: 1.9s; }

.link-a { top: calc(19% + 6px); left: calc(14% + 6px); width: 16%; transform: rotate(28deg); }
.link-b { top: calc(31% + 6px); left: calc(26% + 6px); width: 23%; transform: rotate(-16deg); }
.link-c { top: calc(18% + 6px); left: calc(48% + 6px); width: 18%; transform: rotate(31deg); }
.link-d { top: calc(39% + 6px); left: calc(61% + 6px); width: 18%; transform: rotate(-18deg); }
.link-e { top: calc(63% + 6px); left: calc(22% + 6px); width: 30%; transform: rotate(11deg); }
.link-f { top: calc(72% + 6px); left: calc(51% + 6px); width: 23%; transform: rotate(-24deg); }

.hero-signal {
  display: grid;
  gap: 0.5rem;
  padding: 0.9rem 1rem;
  min-width: 150px;
  border: 1px solid rgba(146, 215, 255, 0.18);
  border-radius: 16px;
  background: rgba(7, 17, 34, 0.32);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 50px rgba(5, 13, 28, 0.22);
}

.hero-signal span {
  color: rgba(227, 245, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-signal-left {
  top: 18%;
  right: 9%;
}

.hero-signal-right {
  bottom: 15%;
  left: 10%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 9, 17, 0.68) 0%, rgba(5, 9, 17, 0.78) 100%),
    linear-gradient(120deg, rgba(4, 10, 20, 0.3) 0%, rgba(13, 30, 56, 0.18) 48%, rgba(2, 8, 18, 0.48) 100%);
  z-index: 2;
}

.hero-grid,
.split-layout{
  display: grid;
  gap: 2rem;
}

.contact-grid{
  justify-items: center;
  display: grid;
  gap: 2rem;
}

.hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.92fr);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: 1rem 0;
}

.hero-copy h1,
.hero-copy p,
.hero-copy li {
  color: white;
}

.lead {
  font-size: 1.14rem;
  max-width: 62ch;
}

.narrow {
  max-width: 58ch;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--accent);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 1rem;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.trust-line span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
  font-weight: 700;
}

.hero-visual-panel {
  position: relative;
  min-height: 560px;
}

.hero-visual-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 2rem;
  border-radius: 34px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow-strong);
  overflow: hidden;
}

.hero-frame-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
}

.hero-frame-glow-a {
  width: 240px;
  height: 240px;
  top: -3rem;
  right: -3rem;
  background: rgba(42, 99, 255, 0.4);
}

.hero-frame-glow-b {
  width: 210px;
  height: 210px;
  left: -2rem;
  bottom: 1rem;
  background: rgba(89, 183, 255, 0.18);
}

.hero-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 32px 70px rgba(7, 14, 35, 0.45));
  animation: floatGraphic 8s ease-in-out infinite;
}

.hero-badge {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.1rem;
  max-width: 220px;
  border-radius: 20px;
  background: rgba(8, 18, 39, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.hero-badge strong,
.hero-badge span {
  color: white;
}

.hero-badge span {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.78);
}

.hero-badge-top {
  top: 1.25rem;
  left: -1rem;
}

.hero-badge-bottom {
  right: -0.5rem;
  bottom: 1.75rem;
}

.section {
  padding: 5rem 0;
}

.section-light {
  background:
    radial-gradient(circle at top left, rgba(89, 183, 255, 0.18), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(72, 214, 255, 0.15), transparent 22%),
    linear-gradient(180deg, #eef5ff 0%, #e6f0ff 52%, #dceffd 100%);
}

.section-soft {
  background: linear-gradient(180deg, #f2f6fb 0%, #eef4fb 100%);
}

.section-dark {
  background:
    radial-gradient(circle at top right, rgba(89, 183, 255, 0.12), transparent 18%),
    linear-gradient(180deg, #0d1931 0%, #132646 100%);
}

.section-alt {
  background: linear-gradient(180deg, #eef4fb 0%, #f8fbff 100%);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading-light h2,
.section-heading-light p,
.section-heading-light .eyebrow {
  color: white;
}

.section-heading-light p {
  color: rgba(255, 255, 255, 0.78);
}

.card-grid {
  display: grid;
  gap: 1.4rem;
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showcase-scroll {
  overflow: hidden;
  margin: 50px 0;
}

.showcase-track {
  display: flex;
  gap: 0;
  align-items: stretch;
  width: max-content;
  animation: showcase-marquee 156s linear infinite;
}

.showcase-scroll:hover .showcase-track {
  animation-play-state: paused;
}

.showcase-group {
  display: flex;
  gap: 20px;
  padding: 20px;
}

.showcase-group[aria-hidden="true"] {
  pointer-events: none;
}

.service-showcase-link {
  flex: 0 0 auto;
}

.showcase-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  min-width: min(320px, 92vw);
  width: min(320px, 92vw);
}

@keyframes showcase-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card,
.service-card,
.info-card,
.product-card,
.industry-card,
.process-step,
.dark-card,
.cta-section {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}


.feature-card,
.service-card,
.info-card,
.product-card,
.showcase-card,
.industry-card,
.process-step {
  padding: 1.6rem;
  background: var(--surface);
  border: 1px solid var(--line);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.feature-card:hover,
.service-card:hover,
.info-card:hover,
.product-card:hover,
.industry-card:hover,
.process-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 70px rgba(16, 34, 70, 0.16);
}

.service-icon,
.icon-badge,
.process-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
  border-radius: 18px;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
}

.service-icon {
  background: linear-gradient(135deg, rgba(42, 99, 255, 0.12), rgba(89, 183, 255, 0.16));
  color: var(--primary);
}

.service-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-showcase-list {
  display: grid;
  gap: 1.5rem;
}

.service-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1.5rem;
  align-items: stretch;
  padding: 1.1rem;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(239, 246, 255, 0.76));
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: var(--shadow);
}

.service-feature-reverse .service-feature-copy {
  order: 2;
}

.service-feature-reverse .service-motion-card {
  order: 1;
}

.service-feature-copy {
  padding: 1rem 1rem 1rem 0.6rem;
}

.service-feature-copy h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.85rem, 3vw, 2.5rem);
}

.service-feature-copy p {
  max-width: 60ch;
}

.service-feature-copy ul {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.25rem;
}

.service-detail-link {
  margin-top: 1.35rem;
}

.service-feature-tag {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(42, 99, 255, 0.08);
  color: var(--primary-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-motion-card {
  display: grid;
}

.service-motion-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 1.25rem;
  overflow: hidden;
  border-radius: 26px;
  /* background:
    radial-gradient(circle at 18% 20%, rgba(89, 183, 255, 0.22), transparent 24%),
    radial-gradient(circle at 82% 24%, rgba(72, 214, 255, 0.18), transparent 22%),
    linear-gradient(160deg, #0e1d39, #173463 60%, #133760); */
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.footer-nav-group > * {
  display: block;
  padding: 0.4rem 0;
  color: rgba(255, 255, 255, 0.78);
}

.service-motion-stage::before,
.service-motion-stage::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(89, 183, 255, 0.18);
}

.service-motion-stage::before {
  width: 220px;
  height: 220px;
  top: -3rem;
  right: -2rem;
}

.service-motion-stage::after {
  width: 140px;
  height: 140px;
  left: -1rem;
  bottom: -1rem;
}

.service-motion-placeholder {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.45rem;
  justify-items: center;
  /* width: min(100%, 260px); */
  padding: 1.4rem;
  text-align: center;
  border-radius: 24px;
  /* background: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px); */
}

.service-motion-placeholder strong,
.service-motion-placeholder span {
  color: white;
}

.service-motion-placeholder strong {
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
}

.service-motion-placeholder span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  line-height: 1.6;
}

.icon-badge {
  background: linear-gradient(135deg, rgba(42, 99, 255, 0.12), rgba(255, 139, 77, 0.16));
  color: var(--primary-deep);
}

.business-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.15rem;
  padding: 2rem 0 1rem;
}

.business-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(89, 183, 255, 0.2), rgba(89, 183, 255, 0.95), rgba(89, 183, 255, 0.2));
}

.timeline-item {
  position: relative;
  display: flex;
  justify-content: center;
}

.timeline-item--top {
  align-items: flex-start;
  padding-bottom: 10.5rem;
}

.timeline-item--bottom {
  align-items: flex-end;
  padding-top: 10.5rem;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, rgba(89, 183, 255, 0.95), rgba(89, 183, 255, 0.18));
  transform: translateX(-50%);
}

.timeline-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(89, 183, 255, 0.18);
}

.timeline-item--top::before {
  top: calc(50% - 5.25rem);
  height: 5.25rem;
}

.timeline-item--bottom::before {
  top: 50%;
  height: 5.25rem;
}

.timeline-card {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 220px;
  padding: 1.5rem;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(3, 10, 30, 0.24);
  backdrop-filter: blur(14px);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.timeline-card:hover,
.timeline-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(89, 183, 255, 0.42);
  box-shadow: 0 30px 70px rgba(3, 10, 30, 0.34);
}

.timeline-card h3,
.timeline-card p,
.timeline-icon {
  color: white;
}

.timeline-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.timeline-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(89, 183, 255, 0.22), rgba(42, 99, 255, 0.34));
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.process-carousel {
  position: relative;
  padding: 0.5rem 0 0;
}

.process-carousel-shell {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.24));
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: var(--shadow);
}

.process-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.process-slide {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 1rem;
}

.process-slide-figure {
  margin: 0;
}

.process-media {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 340px;
  max-height: 400px;
  display: flex;
  justify-content: center;
  background: linear-gradient(160deg, #ffffff, #ffffff);
  border: 2px solid rgba(185, 185, 185, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.process-media img {
  width: 50%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.process-caption {
  padding: 1.1rem 0.35rem 0.2rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.process-caption strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--primary-deep);
  font-size: 1.35rem;
  font-family: "Outfit", sans-serif;
}

.process-caption p {
  margin-bottom: 0;
  font-size: 1.08rem;
  line-height: 1.8;
}

.about-banner {
  background:
    linear-gradient(90deg, rgba(8, 18, 39, 0.76), rgba(8, 18, 39, 0.28) 56%, rgba(8, 18, 39, 0.18)),
    url("../bg-tbaytech.png") center/cover no-repeat;
}

.about-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 18, 39, 0.12), rgba(8, 18, 39, 0.32));
}

/* .about-banner-main {
  min-height: 620px;
} */

.about-banner-approach {
  min-height: 420px;
}

.about-banner-content {
  position: relative;
  z-index: 1;
}

.about-banner-copy {
  /* max-width: 620px; */
  color: white;
  padding: 5rem 0;
}

.about-banner-copy h1,
.about-banner-copy h2,
.about-banner-copy p {
  color: white;
}

.about-banner-copy h1,
.about-banner-copy h2 {
  margin-bottom: 1rem;
  text-shadow: 0 18px 40px rgba(7, 16, 38, 0.28);
}

.about-banner-copy h1 {
  font-size: clamp(3rem, 7vw, 5rem);
}

.about-banner-copy h2 {
  font-size: clamp(2.8rem, 6vw, 4.7rem);
}

.about-banner-lead {
  max-width: 600px;
  font-size: clamp(1.35rem, 2.6vw, 1.65rem);
  font-weight: 700;
  line-height: 1.45;
}

.about-banner-divider {
  display: inline-block;
  width: 72px;
  height: 3px;
  margin: 1rem 0 1.4rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #2d63d8, #59b7ff);
}

.about-banner-secondary {
  background: rgba(8, 18, 39, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: white;
}

.about-banner-copy-wide {
  max-width: 760px;
}

.about-panel-section {
  position: relative;
  padding: 0 0 4.5rem;
  margin-top: -44px;
  z-index: 2;
}

.about-panel {
  padding: 2.2rem 2.2rem 2.4rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(89, 183, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.98));
  box-shadow: 0 24px 80px rgba(12, 25, 51, 0.14);
}

.about-centered-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.about-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
}

.about-service-card {
  padding: 1.8rem 1.35rem 1.25rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(19, 35, 61, 0.06);
  box-shadow: var(--shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.about-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(16, 34, 70, 0.16);
}

.about-service-icon {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin-bottom: 1.25rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(89, 183, 255, 0.16), rgba(42, 99, 255, 0.08));
}

.about-service-icon svg,
.about-benefit-icon svg {
  width: 42px;
  height: 42px;
  stroke: #1d53c6;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-service-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.about-service-card p {
  margin-bottom: 0.9rem;
  font-size: 0.98rem;
  line-height: 1.65;
}

.about-service-line {
  display: inline-block;
  width: 40px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1d53c6, #59b7ff);
}

.about-approach-panel {
  display: grid;
  /* grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); */
  gap: 2rem;
  align-items: start;
}

.about-approach-copy {
  padding-right: 1.6rem;
  border-right: 1px solid rgba(19, 35, 61, 0.1);
}

.about-approach-copy p {
  font-size: 1.08rem;
  line-height: 1.85;
}

.about-approach-list h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
}

.about-benefit-list {
  display: grid;
  gap: 1rem;
}

.about-benefit-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.about-benefit-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: white;
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 18px 38px rgba(16, 34, 70, 0.1);
}

.about-benefit-item p {
  margin-bottom: 0;
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--text);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.4rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 700;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
}

.service-detail-page {
  padding: 4.8rem 0 5rem;
  background:
    radial-gradient(circle at 12% 12%, rgba(89, 183, 255, 0.18), transparent 20%),
    linear-gradient(180deg, #0c1930 0%, #13274a 38%, #f2f6fb 38%, #eef4fb 100%);
}

.service-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 1.6rem;
  align-items: center;
  margin-bottom: 2rem;
}

.service-detail-hero-copy {
  color: white;
}

.service-detail-hero-copy h1,
.service-detail-hero-copy p {
  color: white;
}

.service-detail-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #dbe9ff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-detail-lead {
  font-size: 1.2rem;
  font-weight: 700;
  color: #eef5ff !important;
}

.service-detail-visual {
  display: grid;
}

.service-detail-visual-card {
  padding: 1.2rem;
  border-radius: 32px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow-strong);
}

.service-detail-visual-stage {
  display: grid;
  place-items: center;
  min-height: 340px;
  border-radius: 26px;
  /* background:
    radial-gradient(circle at 20% 20%, rgba(89, 183, 255, 0.2), transparent 24%),
    linear-gradient(160deg, #142d59, #173865); */
}

.service-detail-section {
  margin-top: 1.6rem;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.service-detail-card,
.service-detail-final-card,
.service-fallback {
  padding: 1.8rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: var(--shadow);
}

.service-detail-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1.2rem;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 251, 255, 0.97)),
    white;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.service-detail-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1d66ff, #4bc6ff 65%, #7ef0ff);
}

.service-detail-card:hover {
  transform: translateY(-8px);
  border-color: rgba(29, 102, 255, 0.16);
  box-shadow: 0 24px 50px rgba(17, 41, 86, 0.12);
}

.service-detail-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.service-detail-card-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.82rem;
  border-radius: 999px;
  background: rgba(29, 102, 255, 0.08);
  color: #1c57d2;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-detail-card-count {
  color: #9ab0d1;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-detail-card-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.service-detail-card-icon {
  display: grid;
  place-items: center;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at 30% 30%, rgba(93, 194, 255, 0.3), transparent 55%),
    linear-gradient(160deg, #e8f2ff, #d6e7ff);
  color: #1348b8;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(19, 72, 184, 0.08);
}

.service-detail-card h2 {
  margin-bottom: 0.45rem;
  font-size: 1.35rem;
}

.service-detail-card-intro {
  margin: 0;
  color: #5c6f8e;
  line-height: 1.7;
}

.service-detail-list {
  display: grid;
  gap: 0.95rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-detail-list li {
  position: relative;
  padding-left: 1.8rem;
  color: #4c5f7c;
  line-height: 1.78;
}

.service-detail-list li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 999px;
  background:
    radial-gradient(circle, #ffffff 0 28%, transparent 30%),
    linear-gradient(135deg, #1d66ff, #54d6ff);
  box-shadow: 0 0 0 5px rgba(83, 190, 255, 0.12);
}

.service-detail-final-cta {
  margin-top: 1.8rem;
}

.service-detail-final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(237, 245, 255, 0.98));
}

.service-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.service-dark-secondary {
  color: var(--text);
  background: white;
  border: 1px solid var(--line);
}

.service-fallback h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1.8rem;
  align-items: center;
}

.about-hero-copy {
  padding: 0.8rem 0;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.about-secondary-btn {
  color: var(--text);
  background: white;
  border: 1px solid var(--line);
}

.about-hero-panel {
  display: grid;
}

.about-hero-card {
  padding: 1.7rem;
  border-radius: 30px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(234, 244, 255, 0.92));
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: var(--shadow);
}

.about-hero-card h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
}

.about-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}

.about-stat-grid article {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(19, 35, 61, 0.06);
}

.about-stat-grid span {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 1.6rem;
  align-items: start;
}

.about-highlight-card {
  padding: 1.6rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(242, 248, 255, 0.96));
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: var(--shadow);
}

.about-capability-list {
  display: grid;
  gap: 1rem;
}

.about-capability-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: var(--shadow);
}

.about-capability-card h3 {
  margin-bottom: 0.55rem;
}

.about-capability-card p {
  margin-bottom: 0;
}

.about-capability-number {
  display: inline-grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, #153062, #2d63d8);
  color: white;
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(21, 48, 98, 0.18);
}

.process-controls {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.process-pagination {
  display: flex;
  gap: 0.6rem;
}

.process-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(19, 40, 75, 0.18);
  transition: transform 0.2s ease, background 0.2s ease;
}

.process-dot.is-active {
  background: var(--primary);
  transform: scale(1.15);
}

.showcase-thumb {
  height: 180px;
  margin-bottom: 1.3rem;
  border-radius: 24px;
  background: linear-gradient(160deg, #17325e, #0d1d37);
  position: relative;
  overflow: hidden;
}

.showcase-thumb::before,
.showcase-thumb::after {
  content: "";
  position: absolute;
  border-radius: 24px;
}

.showcase-thumb-site::before {
  inset: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(222, 232, 252, 0.9));
}

.showcase-thumb-site::after {
  top: 36px;
  left: 36px;
  width: 42%;
  height: 12px;
  background: rgba(42, 99, 255, 0.25);
  box-shadow: 0 28px 0 rgba(42, 99, 255, 0.15), 0 56px 0 rgba(42, 99, 255, 0.12);
}

.showcase-thumb-dashboard::before {
  inset: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0 28%, transparent 28% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0 30%, transparent 30% 100%),
    linear-gradient(180deg, #ebf1ff, #dbe8ff);
}

.showcase-thumb-dashboard::after {
  right: 28px;
  bottom: 24px;
  width: 34%;
  height: 44%;
  background: linear-gradient(180deg, rgba(42, 99, 255, 0.18), rgba(89, 183, 255, 0.34));
}

.showcase-thumb-automation::before {
  inset: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.showcase-thumb-automation::after {
  top: 50%;
  left: 18%;
  width: 64%;
  height: 2px;
  background: rgba(89, 183, 255, 0.9);
  box-shadow:
    -82px -48px 0 10px rgba(255, 255, 255, 0.88),
    0 0 0 10px rgba(255, 255, 255, 0.88),
    82px 48px 0 10px rgba(255, 255, 255, 0.88);
}

.service-showcase-link {
  display: block;
}

.showcase-card-clickable {
  height: 100%;
  cursor: pointer;
  border-radius: 10px;
}

.showcase-card-clickable h3 {
  transition: color 0.22s ease;
}

.showcase-card-clickable:hover h3 {
  color: var(--primary);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.industry-card {
  position: relative;
  overflow: hidden;
  border-width: 1px;
}

.industry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.9;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.industry-card::after {
  content: "";
  position: absolute;
  left: 1.6rem;
  bottom: 1.3rem;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: rgba(19, 35, 61, 0.18);
  transition: background 0.22s ease, transform 0.22s ease;
}

.industry-card > * {
  position: relative;
  z-index: 1;
}

.industry-card:hover::before {
  transform: scale(1.02);
  opacity: 1;
}

.industry-card:hover::after {
  transform: translateY(-2px);
}

.industry-card-warm::before {
  background: linear-gradient(180deg, rgba(255, 149, 92, 0.28), rgba(255, 241, 233, 0.72));
}

.industry-card-cool::before {
  background: linear-gradient(180deg, rgba(42, 99, 255, 0.24), rgba(236, 242, 255, 0.78));
}

.industry-card-sky::before {
  background: linear-gradient(180deg, rgba(89, 183, 255, 0.28), rgba(235, 248, 255, 0.8));
}

.industry-card-navy::before {
  background: linear-gradient(180deg, rgba(24, 43, 82, 0.2), rgba(237, 242, 250, 0.78));
}

.industry-card-mint::before {
  background: linear-gradient(180deg, rgba(60, 193, 170, 0.24), rgba(236, 251, 247, 0.8));
}

.industry-card-amber::before {
  background: linear-gradient(180deg, rgba(255, 191, 87, 0.3), rgba(255, 248, 233, 0.82));
}

.industry-card-warm {
  border-color: rgba(255, 145, 92, 0.24);
}

.industry-card-cool {
  border-color: rgba(42, 99, 255, 0.2);
}

.industry-card-sky {
  border-color: rgba(89, 183, 255, 0.22);
}

.industry-card-navy {
  border-color: rgba(24, 43, 82, 0.18);
}

.industry-card-mint {
  border-color: rgba(39, 168, 137, 0.2);
}

.industry-card-amber {
  border-color: rgba(240, 164, 59, 0.22);
}

.industry-card-warm::after {
  background: #ff915c;
}

.industry-card-cool::after {
  background: #2a63ff;
}

.industry-card-sky::after {
  background: #59b7ff;
}

.industry-card-navy::after {
  background: #173a8f;
}

.industry-card-mint::after {
  background: #27a889;
}

.industry-card-amber::after {
  background: #f0a43b;
}

.industry-card p,
.showcase-card p,
.process-step p,
.feature-card p {
  margin-bottom: 0;
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  background: linear-gradient(135deg, #0e1b33, #18315c);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-band {
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #0e1b33, #18315c);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.cta-band h2,
.cta-band p,
.cta-band .eyebrow {
  color: white;
}

.cta-section h2,
.cta-section p,
.cta-section .eyebrow,
.cta-email {
  color: white;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.8);
}

.cta-email {
  display: inline-block;
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-form label {
  display: grid;
  gap: 0.55rem;
  font-weight: 700;
  color: var(--text);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.96);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(42, 99, 255, 0.18);
  border-color: rgba(42, 99, 255, 0.42);
}

.form-status {
  min-height: 1.4rem;
  font-size: 0.95rem;
  color: var(--success);
}

.form-status.is-error {
  color: #c0392b;
}

.form-status.is-success {
  color: var(--success);
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

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

.feature-list {
  display: grid;
  gap: 1rem;
}

.glass-card{
  padding: 20px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  color: white;
  background:
    radial-gradient(circle at 18% 20%, rgba(89, 183, 255, 0.22), transparent 24%),
    radial-gradient(circle at 82% 24%, rgba(72, 214, 255, 0.18), transparent 22%),
    linear-gradient(160deg, #0e1d39, #173463 60%, #133760);
}

.glass-card > ul {
  margin-top: 1rem;
  padding: 20px;
  display: grid;
  gap: 0.6rem;
  color: white;
}



.feature-list article,
.info-card,
.product-card {
  padding: 1.5rem;
  border-radius: var(--radius-md);
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.clean-list {
  display: grid;
  gap: 0.8rem;
  padding-left: 1.2rem;
}

.contact-side {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.site-footer {
  padding: 2rem 0 2.6rem;
  background: #0a1427;
}

.footer-wrap {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.8fr 0.7fr;
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  max-width: 460px;
}

.footer-logo {
  width: min(230px, 70vw);
  height: auto;
  margin-bottom: 1rem;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 0.9rem;
}

.footer-nav-group {
  display: grid;
  align-content: start;
  gap: 0.9rem;
}

.footer-column strong,
.footer-brand p,
.footer-column a {
  color: white;
}

.footer-brand p,
.footer-column a {
  color: rgba(255, 255, 255, 0.76);
}

.footer-tagline {
  font-weight: 800;
  color: white !important;
}

.footer-links {
  display: grid;
  gap: 0.7rem;
}

.site-nav a.is-active {
  color: white;
  background: rgba(255, 255, 255, 0.14);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.pointer-dot,
.pointer-ring {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.2s ease;
}

.pointer-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 0 5px rgba(89, 183, 255, 0.28);
}

.pointer-ring {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1.5px solid rgba(89, 183, 255, 0.85);
  box-shadow: 0 0 28px rgba(89, 183, 255, 0.18);
}

body.pointer-active .pointer-dot,
body.pointer-active .pointer-ring {
  opacity: 1;
}

@keyframes floatGraphic {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes pulseNode {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@keyframes flowLink {
  0% {
    opacity: 0.3;
    filter: brightness(0.92);
  }
  50% {
    opacity: 0.9;
    filter: brightness(1.15);
  }
  100% {
    opacity: 0.3;
    filter: brightness(0.92);
  }
}

@media (hover: hover) and (pointer: fine) {
  body.has-custom-pointer,
  body.has-custom-pointer a,
  body.has-custom-pointer button,
  body.has-custom-pointer input,
  body.has-custom-pointer select,
  body.has-custom-pointer textarea,
  body.has-custom-pointer label {
    cursor: none;
  }
}

@media (max-width: 1100px) {
  .business-timeline,
  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 980px) {
  .showcase-scroll {
    overflow: visible;
    margin: 30px 0;
  }

  .showcase-track {
    display: block;
    width: 100%;
    animation: none;
  }

  .showcase-group {
    display: block;
    gap: 0;
  }

  .showcase-group[aria-hidden="true"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
  }

  .showcase-track .showcase-group:nth-child(2) {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
  }

  .service-showcase-link {
    display: block;
    width: 100%;
  }

  .showcase-card {
    width: 100%;
    min-width: 100%;
    margin-bottom: 1.25rem;
	border-radius: 10px !important;
  }

  .hero-grid,
  .three-up,
  .two-up,
  .split-layout,
  .contact-grid,
  .industry-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-hero,
  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-card {
    padding: 1.5rem;
  }

  .service-detail-card-heading {
    grid-template-columns: 1fr;
  }

  .service-detail-final-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-service-grid,
  .about-approach-panel {
    grid-template-columns: 1fr;
  }

  .about-approach-copy {
    padding-right: 0;
    border-right: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(19, 35, 61, 0.1);
  }

  .about-hero-grid,
  .about-story-grid {
    grid-template-columns: 1fr;
  }

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

  .service-feature-copy,
  .service-feature-reverse .service-feature-copy,
  .service-feature-reverse .service-motion-card {
    order: initial;
  }

  .process-media {
    min-height: 240px;
    max-height: 400px;
  }

  .business-timeline {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0.5rem 0 0;
  }

  .business-timeline::before {
    left: 27px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 2px;
    height: auto;
    transform: none;
    background: linear-gradient(180deg, rgba(89, 183, 255, 0.2), rgba(89, 183, 255, 0.95), rgba(89, 183, 255, 0.2));
  }

  .timeline-item,
  .timeline-item--top,
  .timeline-item--bottom {
    display: block;
    padding: 0 0 0 4.5rem;
  }

  .timeline-item::before {
    left: 27px;
    top: 0;
    height: 100%;
    transform: none;
    background: transparent;
  }

  .timeline-item::after {
    left: 27px;
    top: 2rem;
    transform: translate(-50%, -50%);
  }

  .timeline-card {
    min-height: auto;
  }

  .hero-visual-panel {
    min-height: auto;
  }

  .hero-badge-top,
  .hero-badge-bottom {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 1rem;
    max-width: 100%;
  }

  .cta-section,
  .cta-band {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(8, 18, 39, 0.98);
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    text-align: center;
  }

  .hero-premium {
    padding-top: 6rem;
  }

  .hero-copy {
    padding-top: 2rem;
    text-align: center;
  }

  .hero-copy .eyebrow {
    display: block;
    margin-bottom: 0.85rem;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .hero-signal {
    display: none;
  }

  .process-slide {
    padding: 1rem;
  }

  .process-controls {
    justify-content: center;
  }

  .hero-actions,
  .trust-line {
    flex-direction: column;
    align-items: center;
  }

  .trust-line {
    flex-direction: row;
    justify-content: center;
    gap: 0.75rem;
  }

  .trust-line span {
    font-size: 0.8rem;
    white-space: nowrap;
  }

  .hero-visual-frame {
    padding: 1.25rem;
  }

  .section {
    padding: 4rem 0;
  }

  .about-banner {
    background-position: center;
  }

 

  .about-banner-content {
    width: 100%;
  }

  .about-banner-copy {
    padding: 4rem 0 3.5rem;
  }

  .about-panel-section {
    margin-top: -28px;
    padding-bottom: 3.5rem;
  }

  .about-panel {
    padding: 1.5rem 1.2rem 1.8rem;
  }

  .about-service-card {
    padding: 1.5rem 1.2rem 1.1rem;
  }

  .about-benefit-item {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .about-benefit-icon {
    width: 64px;
    height: 64px;
  }

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

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

  .service-feature {
    padding: 0.9rem;
  }

  .service-feature-copy {
    padding: 0.8rem 0.35rem 0.2rem;
  }

  .service-motion-stage {
    min-height: 260px;
  }

  .cta-section {
    padding: 1.5rem;
  }

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