:root {
  --ink: #070914;
  --ink-2: #0c1020;
  --ink-3: #11172b;
  --paper: #f7f8fc;
  --white: #ffffff;
  --text: #e9ecf5;
  --muted: #8c94aa;
  --muted-dark: #697188;
  --blue: #1f8fff;
  --electric: #28b8ff;
  --violet: #7446ff;
  --violet-2: #a044ff;
  --line: rgba(255, 255, 255, 0.1);
  --dark-line: rgba(10, 14, 28, 0.1);
  --radius: 28px;
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  overflow-x: hidden;
  cursor: default;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  font: inherit;
}
::selection {
  background: var(--violet);
  color: #fff;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed;
  width: 280px;
  height: 280px;
  left: 0;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(51, 160, 255, 0.1), transparent 65%);
  transition: opacity 0.3s ease;
}
body:hover .cursor-glow {
  opacity: 1;
}

.site-header {
  height: 86px;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 clamp(22px, 5vw, 82px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  transition: 0.4s ease;
}
.site-header.scrolled {
  height: 70px;
  background: rgba(7, 9, 20, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
}
.brand-mark {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}
.brand-mark img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}
.brand-name {
  font: 600 16px var(--display);
  letter-spacing: 0.14em;
}
.brand-name b {
  font-weight: 600;
  color: #fff;
  margin-right: 7px;
}
.brand-name span {
  color: #aeb6c9;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 46px);
}
.desktop-nav a {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #9da6ba;
  transition: 0.25s ease;
}
.desktop-nav a:hover {
  color: #fff;
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 15px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 99px;
  font-size: 14px;
  color: #e9edf7;
  background: rgba(255, 255, 255, 0.045);
  transition: 0.3s ease;
}
.header-cta:hover {
  border-color: rgba(67, 159, 255, 0.55);
  transform: translateY(-2px);
}
.header-cta i {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-style: normal;
  background: linear-gradient(135deg, var(--blue), var(--violet));
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 36px;
  height: 36px;
}
.menu-toggle span {
  display: block;
  width: 23px;
  height: 1px;
  background: #fff;
  margin: 6px auto;
}

.hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  background: radial-gradient(
      circle at 76% 43%,
      rgba(89, 57, 255, 0.22),
      transparent 25%
    ),
    radial-gradient(circle at 58% 72%, rgba(0, 160, 255, 0.13), transparent 27%),
    linear-gradient(135deg, #060811 0%, #080b18 48%, #11102b 100%);
  color: #fff;
}
.hero-bg,
.hero-grid {
  position: absolute;
  inset: 0;
}
.hero-grid {
  opacity: 0.36;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 95%);
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}
.orb-one {
  width: 260px;
  height: 260px;
  right: 17%;
  top: 18%;
  background: rgba(81, 45, 255, 0.16);
}
.orb-two {
  width: 220px;
  height: 220px;
  left: 35%;
  bottom: 0;
  background: rgba(0, 173, 255, 0.1);
}

.hero-inner {
  min-height: 100svh;
  width: min(1440px, 100%);
  margin: auto;
  padding: 130px clamp(22px, 6vw, 92px) 105px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 4vw;
  position: relative;
  z-index: 3;
}
.hero-copy {
  padding-bottom: 18px;
}
.kicker,
.mini-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.24em;
}
.kicker {
  display: flex;
  align-items: center;
  color: #8791a7;
}
.kicker-line {
  width: 28px;
  height: 1px;
  margin-right: 11px;
  background: linear-gradient(90deg, var(--electric), var(--violet));
}
.hero h1 {
  max-width: 760px;
  font: 600 clamp(62px, 7.4vw, 112px) / 0.87 var(--display);
  letter-spacing: -0.075em;
  margin: 30px 0 30px;
}
.hero h1 span {
  display: block;
  background: linear-gradient(105deg, #42baff 5%, #6f68ff 58%, #9a48ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-lead {
  max-width: 570px;
  color: #a2abc0;
  font-size: 16px;
  line-height: 1.85;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-height: 50px;
  padding: 0 19px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: 0.3s ease;
}
.button-primary {
  color: #080a15;
  background: #f6f8ff;
  box-shadow: 0 12px 35px rgba(255, 255, 255, 0.08);
}
.button-primary span {
  color: var(--violet);
  font-size: 14px;
}
.button-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(95, 85, 255, 0.2);
}
.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #c7cede;
}
.button-ghost:hover {
  border-color: rgba(53, 175, 255, 0.45);
  color: #fff;
  transform: translateY(-3px);
}
.hero-proof {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 58px;
}
.hero-proof > div:not(.proof-divider) {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hero-proof strong {
  font: 600 25px var(--display);
  letter-spacing: -0.04em;
}
.hero-proof strong span {
  font-size: 16px;
  color: var(--electric);
}
.hero-proof span {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #667087;
}
.proof-divider {
  width: 1px;
  height: 31px;
  background: rgba(255, 255, 255, 0.13);
}

.hero-visual {
  height: min(650px, 72vh);
  min-height: 490px;
  position: relative;
  display: grid;
  place-items: center;
}
.visual-halo {
  position: absolute;
  width: min(550px, 85%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(38, 137, 255, 0.08),
    rgba(116, 70, 255, 0.05) 40%,
    transparent 68%
  );
  filter: blur(4px);
}
.visual-core {
  width: min(430px, 66%);
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  z-index: 4;
}
.visual-core img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  filter: drop-shadow(0 35px 45px rgba(0, 0, 0, 0.52));
  animation: coreFloat 7s ease-in-out infinite;
}
.core-ring {
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  border: 1px solid rgba(85, 142, 255, 0.17);
  box-shadow: inset 0 0 50px rgba(84, 69, 255, 0.06),
    0 0 70px rgba(50, 120, 255, 0.06);
}
.orbit {
  position: absolute;
  border: 1px solid rgba(110, 131, 255, 0.2);
  border-radius: 50%;
  z-index: 2;
}
.orbit:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--electric);
  box-shadow: 0 0 16px rgba(40, 184, 255, 0.9);
}
.orbit-a {
  width: 73%;
  aspect-ratio: 1;
  transform: rotate(28deg);
  animation: orbitA 17s linear infinite;
}
.orbit-a:before {
  left: 11%;
  top: 8%;
}
.orbit-b {
  width: 88%;
  aspect-ratio: 1;
  transform: rotate(-25deg);
  animation: orbitB 22s linear infinite;
}
.orbit-b:before {
  right: 14%;
  bottom: 12%;
  background: var(--violet);
  box-shadow: 0 0 16px rgba(116, 70, 255, 0.9);
}
.orbit-c {
  width: 101%;
  aspect-ratio: 1;
  transform: rotate(62deg);
  border-color: rgba(255, 255, 255, 0.08);
  animation: orbitA 30s linear infinite reverse;
}
.orbit-c:before {
  left: 48%;
  top: -4px;
  width: 5px;
  height: 5px;
  background: #fff;
  box-shadow: 0 0 13px rgba(255, 255, 255, 0.8);
}
.data-node {
  position: absolute;
  z-index: 7;
  min-width: 112px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(9, 12, 26, 0.72);
  backdrop-filter: blur(14px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.22);
  display: grid;
  grid-template-columns: 7px 1fr;
  column-gap: 9px;
  align-items: center;
  animation: nodeFloat 5s ease-in-out infinite;
}
.node-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--electric);
  box-shadow: 0 0 12px rgba(40, 184, 255, 0.8);
  grid-row: 1/3;
}
.data-node b {
  font: 600 8px var(--display);
  letter-spacing: 0.1em;
  color: #e8ebf4;
}
.data-node small {
  font-size: 7px;
  color: #6e7890;
  margin-top: 3px;
}
.node-one {
  right: 0;
  top: 24%;
}
.node-two {
  left: 0;
  top: 52%;
  animation-delay: -1.8s;
}
.node-three {
  right: 7%;
  bottom: 18%;
  animation-delay: -3.2s;
}
.visual-caption {
  position: absolute;
  bottom: 6%;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #667087;
  font-size: 7px;
  letter-spacing: 0.2em;
}
.visual-caption i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--violet);
}

.hero-bottom {
  position: absolute;
  left: clamp(22px, 6vw, 92px);
  right: clamp(22px, 6vw, 92px);
  bottom: 28px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #5f6980;
  font-size: 7px;
  letter-spacing: 0.18em;
}
.hero-bottom > span:last-child {
  margin-left: auto;
}
.scroll-line {
  height: 1px;
  flex: 1;
  max-width: 170px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}
.scroll-line i {
  position: absolute;
  left: 0;
  top: -1px;
  width: 35%;
  height: 1px;
  background: linear-gradient(90deg, var(--electric), var(--violet));
  animation: scrollPulse 2.2s ease-in-out infinite;
}

.section {
  padding: clamp(100px, 12vw, 170px) clamp(22px, 7vw, 110px);
}
.section-number {
  font: 600 9px var(--display);
  letter-spacing: 0.19em;
  color: #7e879b;
}
.section-number span {
  color: #b5bbca;
  padding: 0 5px;
}
.section-number.light {
  color: #7f8aa2;
}
.intro {
  background: var(--paper);
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.13fr 0.87fr;
  gap: 10vw;
  margin-top: 52px;
  max-width: 1320px;
}
.mini-label {
  color: #8992a5;
}
.intro-heading h2,
.services-intro h2,
.workflow h2 {
  font: 600 clamp(48px, 6vw, 84px) / 0.96 var(--display);
  letter-spacing: -0.065em;
  margin-top: 22px;
}
.intro-heading h2 em,
.services-intro h2 em,
.workflow h2 em,
.contact-content h2 em {
  font-style: normal;
  color: transparent;
  background: linear-gradient(105deg, var(--blue), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
}
.intro-copy {
  max-width: 510px;
  padding-top: 8px;
}
.intro-copy p {
  font-size: 16px;
  line-height: 1.9;
  color: #6d768a;
  margin-bottom: 20px;
}
.signature {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 35px;
  color: #1b2040;
  font: 600 8px var(--display);
  letter-spacing: 0.16em;
}
.signature-line {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--blue), var(--violet));
}

.services {
  background: radial-gradient(
      circle at 12% 0%,
      rgba(55, 136, 255, 0.08),
      transparent 22%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(121, 63, 255, 0.08),
      transparent 25%
    ),
    #090c19;
  color: #fff;
  overflow: hidden;
}
.services-top {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr 0.65fr;
  gap: 5vw;
  align-items: end;
}
.services-intro h2 {
  font-size: clamp(45px, 5.5vw, 78px);
}
.services-description {
  font-size: 16px;
  line-height: 1.8;
  color: #778197;
  max-width: 310px;
  padding-bottom: 3px;
}
.service-constellation {
  max-width: 1320px;
  margin: 65px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.service-card {
  min-height: 285px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.055),
    rgba(255, 255, 255, 0.018)
  );
  transition: transform 0.35s ease, border-color 0.35s ease,
    box-shadow 0.35s ease;
}
.service-card:before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -120px;
  bottom: -120px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(71, 143, 255, 0.13),
    transparent 68%
  );
  transition: 0.4s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(73, 150, 255, 0.34);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.23);
}
.service-card:hover:before {
  transform: scale(1.5);
}
.service-feature {
  background: radial-gradient(
      circle at 75% 20%,
      rgba(39, 157, 255, 0.16),
      transparent 25%
    ),
    linear-gradient(145deg, #111b36, #0c1021);
}
.service-conversion {
  background: radial-gradient(
      circle at 75% 20%,
      rgba(126, 65, 255, 0.17),
      transparent 25%
    ),
    linear-gradient(145deg, #15122d, #0c1021);
}
.service-verify {
  background: radial-gradient(
      circle at 75% 20%,
      rgba(76, 95, 255, 0.15),
      transparent 25%
    ),
    linear-gradient(145deg, #10162e, #0c1021);
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-top > span:first-child {
  font: 600 9px var(--display);
  color: #6e7990;
  letter-spacing: 0.16em;
}
.card-type {
  font-size: 7px;
  letter-spacing: 0.15em;
  color: #566177;
}
.service-icon {
  height: 72px;
  margin-top: 38px;
  position: relative;
}
.service-card h3 {
  font: 600 25px var(--display);
  letter-spacing: -0.035em;
  margin-top: 4px;
}
.service-card p {
  max-width: 310px;
  color: #7f899f;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 8px;
}
.card-arrow {
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  color: #aab3c7;
  font-size: 16px;
  transition: 0.3s ease;
}
.service-card:hover .card-arrow {
  background: linear-gradient(135deg, var(--blue), var(--violet));
  border-color: transparent;
  color: #fff;
  transform: rotate(8deg);
}

.icon-entry {
  display: flex;
  align-items: end;
  gap: 7px;
}
.icon-entry i {
  display: block;
  width: 34px;
  border-radius: 5px 5px 2px 2px;
  border: 1px solid rgba(70, 177, 255, 0.55);
  background: linear-gradient(
    to top,
    rgba(31, 143, 255, 0.16),
    rgba(116, 70, 255, 0.04)
  );
}
.icon-entry i:nth-child(1) {
  height: 25px;
}
.icon-entry i:nth-child(2) {
  height: 42px;
}
.icon-entry i:nth-child(3) {
  height: 58px;
}
.icon-entry i:nth-child(4) {
  height: 34px;
}
.icon-entry:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 1px;
  background: linear-gradient(90deg, var(--blue), transparent);
}
.icon-form {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-form b {
  width: 35px;
  height: 49px;
  border: 1px solid rgba(68, 170, 255, 0.55);
  border-radius: 5px;
  position: relative;
}
.icon-form b:after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 11px;
  height: 1px;
  background: #4baaff;
  box-shadow: 0 9px 0 #4b77ff, 0 18px 0 #774aff;
}
.icon-copy {
  display: flex;
  align-items: center;
}
.icon-copy span {
  width: 52px;
  height: 39px;
  border: 1px solid rgba(91, 130, 255, 0.6);
  border-radius: 7px;
  transform: skewY(-7deg);
  margin-left: -17px;
  background: rgba(40, 130, 255, 0.05);
}
.icon-copy span:first-child {
  margin-left: 0;
}
.icon-excel {
  display: flex;
  align-items: center;
}
.icon-excel span {
  width: 63px;
  height: 54px;
  border: 1px solid rgba(72, 159, 255, 0.5);
  border-radius: 8px;
  display: grid;
  place-items: center;
  font: 600 22px var(--display);
  color: #58adff;
  background: rgba(34, 124, 255, 0.06);
}
.conversion-visual {
  height: 72px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.conversion-visual span {
  padding: 11px 14px;
  border: 1px solid rgba(113, 92, 255, 0.42);
  border-radius: 8px;
  font: 600 9px var(--display);
  letter-spacing: 0.12em;
  color: #aeb8cf;
  background: rgba(112, 65, 255, 0.06);
}
.conversion-visual i {
  font-style: normal;
  font-size: 22px;
  color: #6cb8ff;
}
.icon-html {
  display: grid;
  place-items: start;
  align-items: center;
}
.icon-html span {
  font: 600 33px var(--display);
  letter-spacing: -0.08em;
  color: #62adff;
  text-shadow: 0 0 25px rgba(57, 157, 255, 0.22);
}
.icon-tag {
  display: flex;
  align-items: center;
  position: relative;
}
.icon-tag span {
  width: 57px;
  height: 45px;
  border: 1px solid rgba(80, 153, 255, 0.55);
  border-radius: 8px;
  display: block;
}
.icon-tag b {
  position: absolute;
  left: 41px;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #6a8cff;
  background: #0b1020;
}
.icon-tag i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--violet);
  margin-left: 13px;
  box-shadow: 0 0 18px rgba(116, 70, 255, 0.7);
}
.icon-processing {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-processing i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 20px rgba(31, 143, 255, 0.55);
  animation: processPulse 1.8s ease-in-out infinite;
}
.icon-processing i:nth-child(2) {
  animation-delay: 0.25s;
  background: #6171ff;
}
.icon-processing i:nth-child(3) {
  animation-delay: 0.5s;
  background: var(--violet);
}
.icon-check {
  display: flex;
  align-items: center;
}
.icon-check span {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(82, 158, 255, 0.55);
  color: #70baff;
  font-size: 27px;
  box-shadow: inset 0 0 30px rgba(55, 130, 255, 0.08);
}
.services-footer {
  max-width: 1320px;
  margin: 35px auto 0;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #58637a;
  font-size: 7px;
  letter-spacing: 0.19em;
}
.services-footer div {
  height: 1px;
  background: rgba(255, 255, 255, 0.09);
  flex: 1;
}

.workflow {
  background: var(--paper);
}
.workflow-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 10vw;
  margin-top: 45px;
  align-items: end;
}
.workflow-lead {
  max-width: 420px;
  color: #737d91;
  font-size: 16px;
  line-height: 1.85;
  padding-bottom: 6px;
}
.workflow-track {
  position: relative;
  max-width: 1240px;
  margin: 90px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
.track-line {
  position: absolute;
  top: 35px;
  left: 9%;
  right: 9%;
  height: 1px;
  background: linear-gradient(90deg, #b9c6dc, #746cff, #b9c6dc);
  opacity: 0.45;
}
.track-line span {
  position: absolute;
  top: -2px;
  left: 0;
  width: 18%;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue), var(--violet));
  filter: blur(0.2px);
  animation: trackMove 4s ease-in-out infinite;
}
.workflow-step {
  position: relative;
  z-index: 2;
}
.step-number {
  font: 600 8px var(--display);
  color: #8992a4;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
}
.step-orb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(83, 102, 255, 0.3);
  background: linear-gradient(145deg, #fff, #eef1f9);
  box-shadow: 0 15px 35px rgba(35, 54, 100, 0.1);
  margin-bottom: 25px;
}
.step-orb span {
  font: 600 8px var(--display);
  letter-spacing: 0.1em;
  color: #4250a7;
}
.workflow-step h3 {
  font: 600 22px var(--display);
  letter-spacing: -0.035em;
}
.workflow-step p {
  font-size: 16px;
  line-height: 1.75;
  color: #7a8498;
  max-width: 235px;
  margin-top: 8px;
}

.statement {
  min-height: 690px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background: radial-gradient(
      circle at 50% 50%,
      rgba(73, 65, 255, 0.17),
      transparent 25%
    ),
    radial-gradient(circle at 30% 75%, rgba(0, 157, 255, 0.1), transparent 23%),
    #070a17;
}
.statement-lines {
  position: absolute;
  inset: -20%;
  opacity: 0.18;
  background: repeating-radial-gradient(
    ellipse at 50% 50%,
    transparent 0 70px,
    rgba(103, 128, 255, 0.13) 71px 72px,
    transparent 73px 108px
  );
  transform: rotate(-12deg);
  animation: slowRotate 35s linear infinite;
}
.statement-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(73, 54, 255, 0.08);
  filter: blur(90px);
}
.statement-content {
  position: relative;
  z-index: 3;
}
.statement-content .kicker {
  justify-content: center;
}
.statement-content h2 {
  font: 600 clamp(60px, 8vw, 116px) / 0.84 var(--display);
  letter-spacing: -0.075em;
  margin: 31px 0 28px;
}
.statement-content h2 em {
  font-style: normal;
  background: linear-gradient(105deg, #44bdff, #7568ff 58%, #a64aff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.statement-content > p {
  font: 400 18px var(--display);
  color: #adb5c8;
}
.statement-slogan {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font: 600 9px var(--display);
  letter-spacing: 0.3em;
  color: #758097;
}
.statement-slogan span {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--violet));
}
.statement-slogan span:last-child {
  background: linear-gradient(90deg, var(--blue), transparent);
}
.statement-corner {
  position: absolute;
  bottom: 28px;
  color: #424b62;
  font-size: 7px;
  letter-spacing: 0.2em;
}
.corner-left {
  left: clamp(22px, 6vw, 92px);
}
.corner-right {
  right: clamp(22px, 6vw, 92px);
}

.contact {
  background: var(--paper);
}
.contact-panel {
  max-width: 1320px;
  margin: 48px auto 0;
  min-height: 570px;
  border-radius: 36px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  background: radial-gradient(
      circle at 20% 40%,
      rgba(45, 141, 255, 0.12),
      transparent 25%
    ),
    radial-gradient(circle at 82% 30%, rgba(118, 62, 255, 0.1), transparent 28%),
    #0b0f20;
  color: #fff;
  position: relative;
  border: 1px solid rgba(10, 14, 30, 0.08);
  box-shadow: 0 35px 100px rgba(16, 28, 67, 0.13);
}
.contact-art {
  position: relative;
  min-height: 570px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.contact-art img {
  width: min(330px, 100%);
  position: relative;
  z-index: 4;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.4));
  animation: coreFloat 8s ease-in-out infinite;
}
.contact-art > span {
  position: absolute;
  z-index: 5;
  bottom: 70px;
  left: 50px;
  font: 600 9px/1.4 var(--display);
  letter-spacing: 0.25em;
  color: #5f6b86;
}
.contact-orbit {
  position: absolute;
  border: 1px solid rgba(89, 125, 255, 0.17);
  border-radius: 50%;
}
.orbit-small {
  width: 310px;
  height: 310px;
  animation: orbitA 20s linear infinite;
}
.orbit-large {
  width: 470px;
  height: 470px;
  border-color: rgba(115, 67, 255, 0.13);
  animation: orbitB 27s linear infinite reverse;
}
.contact-content {
  padding: 78px clamp(28px, 6vw, 90px) 70px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-content h2 {
  max-width: 680px;
  font: 600 clamp(48px, 5.5vw, 76px) / 0.94 var(--display);
  letter-spacing: -0.065em;
  margin-top: 21px;
}
.contact-copy {
  max-width: 500px;
  color: #7f8aa2;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 25px;
}
.email-link {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 38px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font: 600 clamp(17px, 2vw, 27px) var(--display);
  letter-spacing: -0.03em;
}
.email-link i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 16px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
}
.contact-meta {
  display: flex;
  gap: 28px;
  margin-top: 55px;
  font-size: 7px;
  letter-spacing: 0.18em;
  color: #515d75;
}

.footer {
  min-height: 82px;
  padding: 0 clamp(22px, 6vw, 92px);
  display: flex;
  align-items: center;
  gap: 32px;
  background: #050712;
  color: #5e687e;
  font-size: 12px;
  letter-spacing: 0.13em;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d9deeb;
  margin-right: auto;
}
.footer-brand strong {
  font: 600 12px var(--display);
  letter-spacing: 0.13em;
}
.footer-icon {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
}
.footer-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.mobile-menu {
  display: none;
  position: fixed;
  z-index: 49;
  inset: 70px 15px auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(7, 9, 20, 0.95);
  backdrop-filter: blur(20px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}
.mobile-menu.open {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-menu a {
  color: #bfc6d6;
  font-size: 16px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 {
  transition-delay: 0.1s;
}
.reveal-delay-2 {
  transition-delay: 0.2s;
}
.reveal-delay-3 {
  transition-delay: 0.3s;
}
.reveal-delay-4 {
  transition-delay: 0.4s;
}

@keyframes coreFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes orbitA {
  to {
    transform: rotate(388deg);
  }
}
@keyframes orbitB {
  to {
    transform: rotate(-385deg);
  }
}
@keyframes nodeFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes scrollPulse {
  0%,
  100% {
    transform: translateX(0);
    opacity: 0.5;
  }
  50% {
    transform: translateX(185%);
    opacity: 1;
  }
}
@keyframes trackMove {
  0% {
    left: 0;
  }
  50% {
    left: 78%;
  }
  100% {
    left: 0;
  }
}
@keyframes processPulse {
  0%,
  100% {
    transform: scale(0.8);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.35);
    opacity: 1;
  }
}
@keyframes slowRotate {
  to {
    transform: rotate(348deg);
  }
}

@media (max-width: 1050px) {
  .desktop-nav {
    gap: 22px;
  }
  .header-cta span {
    display: none;
  }
  .header-cta {
    padding: 8px;
  }
  .hero-inner {
    grid-template-columns: 1fr 0.85fr;
  }
  .hero h1 {
    font-size: clamp(58px, 7vw, 88px);
  }
  .service-constellation {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-top {
    grid-template-columns: 0.45fr 1.2fr;
  }
  .services-description {
    grid-column: 2;
  }
  .workflow-track {
    gap: 20px;
  }
}

@media (max-width: 800px) {
  .site-header {
    height: 74px;
  }
  .site-header.scrolled {
    height: 64px;
  }
  .desktop-nav,
  .header-cta {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 115px;
    padding-bottom: 100px;
  }
  .hero-copy {
    max-width: 720px;
  }
  .hero-visual {
    height: 470px;
    min-height: 420px;
    margin-top: -5px;
  }
  .visual-core {
    width: min(390px, 66vw);
  }
  .node-one {
    right: 2%;
  }
  .node-two {
    left: 2%;
  }
  .node-three {
    right: 3%;
  }
  .hero-proof {
    margin-top: 40px;
  }
  .intro-grid,
  .workflow-head {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .services-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .services-description {
    grid-column: auto;
  }
  .workflow-track {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }
  .track-line {
    display: none;
  }
  .contact-panel {
    grid-template-columns: 1fr;
  }
  .contact-art {
    min-height: 410px;
  }
  .contact-content {
    padding: 25px 30px 60px;
  }
  .contact-meta {
    margin-top: 35px;
  }
  .footer {
    flex-wrap: wrap;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

@media (max-width: 560px) {
  .hero-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero h1 {
    font-size: 54px;
    line-height: 0.9;
  }
  .hero-lead {
    font-size: 16px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-proof {
    gap: 10px;
    justify-content: space-between;
  }
  .hero-proof strong {
    font-size: 20px;
  }
  .hero-proof span {
    font-size: 7px;
  }
  .proof-divider {
    height: 26px;
  }
  .hero-visual {
    height: 380px;
    min-height: 360px;
  }
  .visual-core {
    width: 280px;
  }
  .orbit-a {
    width: 82%;
  }
  .orbit-b {
    width: 98%;
  }
  .orbit-c {
    width: 110%;
  }
  .data-node {
    min-width: 92px;
    padding: 8px 9px;
  }
  .data-node b {
    font-size: 7px;
  }
  .data-node small {
    font-size: 6px;
  }
  .node-one {
    top: 15%;
    right: 0;
  }
  .node-two {
    top: 53%;
    left: 0;
  }
  .node-three {
    bottom: 13%;
    right: 0;
  }
  .visual-caption {
    bottom: 1%;
    font-size: 6px;
  }
  .hero-bottom {
    bottom: 17px;
  }
  .hero-bottom > span:last-child {
    display: none;
  }
  .scroll-line {
    max-width: none;
  }
  .section {
    padding: 85px 20px;
  }
  .intro-heading h2,
  .services-intro h2,
  .workflow h2 {
    font-size: 47px;
  }
  .service-constellation {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 45px;
  }
  .service-card {
    min-height: 255px;
  }
  .statement {
    min-height: 560px;
  }
  .statement-content h2 {
    font-size: 56px;
  }
  .statement-slogan {
    font-size: 7px;
    letter-spacing: 0.19em;
    gap: 9px;
  }
  .statement-slogan span {
    width: 25px;
  }
  .contact-panel {
    border-radius: 25px;
  }
  .contact-art {
    min-height: 350px;
  }
  .contact-art img {
    width: 270px;
  }
  .contact-art > span {
    left: 28px;
    bottom: 35px;
  }
  .contact-content h2 {
    font-size: 46px;
  }
  .email-link {
    font-size: 16px;
  }
  .contact-meta {
    flex-direction: column;
    gap: 9px;
  }
  .footer {
    gap: 14px;
  }
  .footer > span:last-child {
    width: 100%;
  }
}

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

/* ================================================================
   ADDITIONAL PHASE 1 EXPERIENCE LAYERS
   These additions intentionally leave Hero, Capabilities, Workflow
   and The IT Connect Standard rules untouched.
   ================================================================ */

.proof-band {
  position: relative;
  overflow: hidden;
  padding: 105px clamp(22px, 7vw, 110px);
  background: #0a0d1a;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.proof-band:before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  left: -230px;
  top: -280px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(31, 143, 255, 0.13),
    transparent 67%
  );
}
.proof-band:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -300px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(116, 70, 255, 0.14),
    transparent 67%
  );
}
.proof-band-inner {
  max-width: 1320px;
  margin: auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 9vw;
  align-items: center;
  position: relative;
  z-index: 2;
}
.proof-overline,
.approach-small {
  display: block;
  font: 700 11px var(--display);
  letter-spacing: 0.22em;
  color: #74809a;
}
.proof-statement strong {
  display: block;
  margin-top: 22px;
  font: 600 clamp(55px, 6vw, 86px) / 0.92 var(--display);
  letter-spacing: -0.065em;
}
.proof-statement em {
  font-style: normal;
  color: transparent;
  background: linear-gradient(105deg, var(--electric), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
}
.proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.09);
}
.proof-metric {
  min-height: 210px;
  padding: 28px 25px;
  background: #0a0d1a;
  transition: transform 0.3s ease, background 0.3s ease;
}
.proof-metric:hover {
  transform: translateY(-7px);
  background: #10152a;
}
.proof-metric > span {
  font: 600 11px var(--display);
  color: #52617d;
  letter-spacing: 0.18em;
}
.proof-metric strong {
  display: block;
  margin-top: 45px;
  font: 600 25px var(--display);
  letter-spacing: -0.04em;
}
.proof-metric p {
  margin-top: 12px;
  color: #7c879e;
  font-size: 16px;
  line-height: 1.65;
}

.approach {
  background: #f7f8fc;
}
.approach-top {
  max-width: 1320px;
  margin: auto;
  display: grid;
  grid-template-columns: 0.55fr 1.2fr 0.65fr;
  gap: 5vw;
  align-items: end;
}
.approach-intro h2,
.work-mosaic h2,
.fit-section h2 {
  margin-top: 22px;
  font: 600 clamp(53px, 6vw, 88px) / 0.92 var(--display);
  letter-spacing: -0.068em;
}
.approach-intro h2 em,
.work-mosaic h2 em,
.fit-section h2 em {
  font-style: normal;
  color: transparent;
  background: linear-gradient(105deg, var(--blue), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
}
.approach-lead {
  max-width: 330px;
  font-size: 16px;
  line-height: 1.8;
  color: #727d92;
  padding-bottom: 4px;
}
.approach-grid {
  max-width: 1320px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  gap: 14px;
}
.approach-card {
  min-height: 430px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(12, 17, 36, 0.08);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 25px 70px rgba(20, 30, 60, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.approach-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 35px 85px rgba(20, 30, 60, 0.12);
}
.approach-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: radial-gradient(
      circle at 80% 18%,
      rgba(31, 143, 255, 0.12),
      transparent 30%
    ),
    linear-gradient(145deg, #fff, #f1f4fb);
}
.approach-index {
  font: 600 11px var(--display);
  letter-spacing: 0.18em;
  color: #8b95a8;
}
.approach-card-copy {
  position: relative;
  z-index: 3;
  max-width: 470px;
}
.approach-card-copy > span {
  font: 700 10px var(--display);
  letter-spacing: 0.21em;
  color: #59647d;
}
.approach-card h3 {
  margin-top: 15px;
  font: 600 31px/1.02 var(--display);
  letter-spacing: -0.045em;
}
.approach-card p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.75;
  color: #758096;
  max-width: 470px;
}
.approach-card:not(.approach-main) > h3 {
  margin-top: 22px;
  max-width: 280px;
}
.approach-card:not(.approach-main) > p {
  max-width: 300px;
}
.number-display {
  margin-top: 70px;
  font: 600 88px/0.8 var(--display);
  letter-spacing: -0.08em;
  background: linear-gradient(105deg, var(--blue), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.number-display span {
  font-size: 0.42em;
}
.approach-small {
  margin-top: 12px;
}
.approach-dark {
  color: #fff;
  background: radial-gradient(
      circle at 75% 25%,
      rgba(116, 70, 255, 0.16),
      transparent 30%
    ),
    #090d1c;
  border-color: rgba(255, 255, 255, 0.08);
}
.approach-dark .approach-index,
.approach-dark .approach-small {
  color: #65718c;
}
.approach-dark p {
  color: #7f8aa1;
}
.pulse-display {
  height: 130px;
  margin-top: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pulse-display i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--electric), var(--violet));
  box-shadow: 0 0 24px rgba(82, 111, 255, 0.45);
  animation: processPulse 1.8s ease-in-out infinite;
}
.pulse-display i:nth-child(2) {
  animation-delay: 0.15s;
  transform: scale(1.3);
}
.pulse-display i:nth-child(3) {
  animation-delay: 0.3s;
  transform: scale(1.8);
}
.pulse-display i:nth-child(4) {
  animation-delay: 0.45s;
  transform: scale(1.3);
}
.pulse-display i:nth-child(5) {
  animation-delay: 0.6s;
}

.approach-graphic {
  position: absolute;
  width: 500px;
  height: 300px;
  right: -35px;
  top: 35px;
  transform: rotate(-12deg);
  opacity: 0.9;
}
.graphic-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--electric),
    var(--violet),
    transparent
  );
}
.line-1 {
  top: 55px;
}
.line-2 {
  top: 125px;
}
.line-3 {
  top: 195px;
}
.graphic-dot {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: var(--violet);
  box-shadow: 0 0 0 5px rgba(116, 70, 255, 0.1),
    0 0 25px rgba(116, 70, 255, 0.5);
}
.dot-1 {
  top: 48px;
  left: 58%;
}
.dot-2 {
  top: 118px;
  left: 28%;
}
.dot-3 {
  top: 188px;
  left: 73%;
}
.graphic-core {
  position: absolute;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  left: 42%;
  top: 75px;
  border: 1px solid rgba(60, 110, 255, 0.25);
  box-shadow: inset 0 0 45px rgba(42, 146, 255, 0.08),
    0 0 55px rgba(116, 70, 255, 0.09);
}

.work-mosaic {
  background: #eef1f7;
}
.mosaic-heading {
  max-width: 1320px;
  margin: auto;
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 6vw;
  align-items: end;
}
.mosaic-grid {
  max-width: 1320px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 330px 330px;
  gap: 14px;
}
.mosaic-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 28px;
  border: 1px solid rgba(10, 15, 30, 0.08);
  background: #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.mosaic-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(20, 35, 70, 0.12);
}
.mosaic-doc {
  grid-row: span 2;
  background: linear-gradient(145deg, #fff, #edf3fb);
}
.mosaic-data {
  background: #0a0f20;
  color: #fff;
}
.mosaic-code {
  background: #11172b;
  color: #fff;
}
.mosaic-quality {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: radial-gradient(
      circle at 78% 25%,
      rgba(116, 70, 255, 0.13),
      transparent 25%
    ),
    #fff;
}
.mosaic-meta {
  display: flex;
  justify-content: space-between;
  font: 700 10px var(--display);
  letter-spacing: 0.17em;
  color: #7a8599;
}
.mosaic-data .mosaic-meta,
.mosaic-code .mosaic-meta {
  color: #69758d;
}
.document-stack {
  height: 210px;
  margin-top: 28px;
  position: relative;
}
.document-sheet {
  position: absolute;
  width: 175px;
  height: 205px;
  border-radius: 14px;
  border: 1px solid rgba(20, 40, 80, 0.1);
  background: #fff;
  box-shadow: 0 25px 45px rgba(35, 60, 100, 0.12);
}
.document-sheet.back {
  left: 55px;
  top: 13px;
  transform: rotate(8deg);
  opacity: 0.6;
}
.document-sheet.front {
  left: 25px;
  top: 0;
  padding: 20px;
  z-index: 2;
}
.document-sheet.front > span {
  display: block;
  width: 48px;
  height: 28px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: #fff;
  display: grid;
  place-items: center;
  font: 700 10px var(--display);
  letter-spacing: 0.1em;
}
.document-sheet.front i {
  display: block;
  width: 90%;
  height: 5px;
  margin-top: 17px;
  border-radius: 99px;
  background: #dbe2ef;
}
.document-sheet.front i:nth-child(3) {
  width: 72%;
}
.document-sheet.front i:nth-child(4) {
  width: 82%;
}
.document-sheet.front i:nth-child(5) {
  width: 58%;
}
.conversion-arrow {
  position: absolute;
  left: 255px;
  top: 85px;
  font: 400 34px var(--display);
  color: var(--violet);
}
.document-output {
  position: absolute;
  left: 330px;
  top: 70px;
  width: 100px;
  height: 70px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(84, 96, 150, 0.2);
  background: #fff;
  color: #303c66;
  font: 700 13px var(--display);
  letter-spacing: 0.12em;
  box-shadow: 0 20px 45px rgba(30, 50, 90, 0.1);
}
.mosaic-card h3 {
  font: 600 28px/1 var(--display);
  letter-spacing: -0.04em;
}
.mosaic-card > h3 {
  margin-top: 15px;
}
.mosaic-card > p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.65;
  color: #748096;
  max-width: 560px;
}
.data-visual {
  height: 145px;
  margin-top: 30px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.data-bar {
  position: absolute;
  bottom: 0;
  width: 12%;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(to top, var(--blue), var(--violet));
  animation: barFloat 3s ease-in-out infinite;
}
.bar-a {
  height: 55%;
  left: 8%;
}
.bar-b {
  height: 78%;
  left: 27%;
  animation-delay: 0.3s;
}
.bar-c {
  height: 42%;
  left: 46%;
  animation-delay: 0.6s;
}
.bar-d {
  height: 92%;
  left: 65%;
  animation-delay: 0.9s;
}
.data-node {
  position: absolute;
  right: 8%;
  top: 20%;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 4px solid #0a0f20;
  background: var(--electric);
  box-shadow: 0 0 0 4px rgba(40, 184, 255, 0.12),
    0 0 30px rgba(40, 184, 255, 0.55);
}
.code-window {
  height: 155px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #080c18;
}
.code-top {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #5e6b85;
  font: 600 9px var(--display);
}
.code-top i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #33405d;
}
.code-top span {
  margin-left: auto;
}
.code-lines {
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font: 500 13px/1.4 var(--display);
}
.code-lines b {
  color: #52baff;
}
.code-lines span {
  color: #7886a3;
}
.quality-ring {
  width: 145px;
  height: 145px;
  margin: 35px 0 10px auto;
  border-radius: 50%;
  border: 1px solid rgba(73, 100, 190, 0.2);
  display: grid;
  place-items: center;
  position: relative;
  background: radial-gradient(
    circle,
    rgba(49, 141, 255, 0.08),
    transparent 65%
  );
}
.quality-ring:before,
.quality-ring:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(116, 70, 255, 0.14);
}
.quality-ring:before {
  inset: 14px;
}
.quality-ring:after {
  inset: 28px;
}
.quality-ring span {
  font: 700 13px var(--display);
  letter-spacing: 0.12em;
  color: #4a5aa5;
}
.quality-ring i {
  position: absolute;
  right: 3px;
  bottom: 16px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  font-style: normal;
  box-shadow: 0 12px 28px rgba(80, 77, 220, 0.25);
}
.mosaic-quality > div:last-child {
  max-width: 560px;
}

.fit-section {
  background: #fff;
}
.fit-head {
  max-width: 1320px;
  margin: auto;
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 6vw;
  align-items: end;
}
.fit-grid {
  max-width: 1320px;
  margin: 75px auto 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8vw;
  align-items: center;
}
.fit-visual {
  min-height: 520px;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: radial-gradient(
      circle at 50% 50%,
      rgba(43, 134, 255, 0.12),
      transparent 30%
    ),
    linear-gradient(145deg, #f6f8fd, #e8edf8);
  border: 1px solid rgba(15, 25, 50, 0.07);
}
.fit-globe {
  width: 360px;
  height: 360px;
  position: relative;
  display: grid;
  place-items: center;
}
.fit-globe img {
  width: 88%;
  filter: drop-shadow(0 30px 45px rgba(30, 60, 120, 0.18));
  animation: coreFloat 7s ease-in-out infinite;
}
.fit-orbit {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(78, 91, 180, 0.16);
  border-radius: 50%;
  transform: rotate(25deg);
  animation: orbitA 22s linear infinite;
}
.fit-orbit-2 {
  inset: 10%;
  transform: rotate(-32deg);
  animation-duration: 17s;
}
.fit-orbit-3 {
  inset: -8%;
  transform: rotate(62deg);
  animation-duration: 30s;
  opacity: 0.7;
}
.fit-caption {
  position: absolute;
  bottom: 28px;
  left: 30px;
  right: 30px;
  display: flex;
  gap: 12px;
  align-items: center;
  font: 700 10px var(--display);
  letter-spacing: 0.18em;
  color: #768198;
}
.fit-caption i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--violet);
}
.fit-list {
  display: flex;
  flex-direction: column;
}
.fit-item {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 24px;
  padding: 30px 0;
  border-top: 1px solid rgba(10, 18, 40, 0.1);
}
.fit-item:last-child {
  border-bottom: 1px solid rgba(10, 18, 40, 0.1);
}
.fit-item > span {
  font: 600 12px var(--display);
  letter-spacing: 0.16em;
  color: #9aa3b3;
}
.fit-item h3 {
  font: 600 27px/1.1 var(--display);
  letter-spacing: -0.04em;
}
.fit-item p {
  max-width: 550px;
  margin-top: 9px;
  color: #737e93;
  font-size: 16px;
  line-height: 1.7;
}

.contact-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #59657d;
  font: 700 10px var(--display);
  letter-spacing: 0.16em;
}
.contact-note-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--electric), var(--violet));
  box-shadow: 0 0 15px rgba(73, 125, 255, 0.55);
}

@keyframes barFloat {
  0%,
  100% {
    transform: scaleY(0.92);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(1.06);
    transform-origin: bottom;
  }
}

@media (max-width: 1050px) {
  .proof-band-inner {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .approach-top {
    grid-template-columns: 0.45fr 1.2fr;
  }
  .approach-lead {
    grid-column: 2;
  }
  .approach-grid {
    grid-template-columns: 1fr 1fr;
  }
  .approach-main {
    grid-column: 1/-1;
    min-height: 390px;
  }
  .mosaic-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 330px 330px;
  }
  .mosaic-doc {
    grid-row: auto;
  }
  .fit-head {
    grid-template-columns: 0.45fr 1.2fr;
  }
  .fit-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
  }
  .fit-globe {
    width: 290px;
    height: 290px;
  }
}

@media (max-width: 800px) {
  .proof-metrics {
    grid-template-columns: 1fr;
  }
  .proof-metric {
    min-height: 175px;
  }
  .approach-top,
  .mosaic-heading,
  .fit-head {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .approach-lead {
    grid-column: auto;
  }
  .approach-grid {
    grid-template-columns: 1fr;
  }
  .approach-main {
    grid-column: auto;
  }
  .mosaic-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .mosaic-card {
    min-height: 330px;
  }
  .mosaic-doc {
    min-height: 430px;
  }
  .fit-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .fit-visual {
    min-height: 440px;
  }
  .fit-list {
    padding: 0 4px;
  }
}

@media (max-width: 560px) {
  .proof-band {
    padding: 80px 20px;
  }
  .proof-statement strong {
    font-size: 50px;
  }
  .proof-metric p,
  .approach-card p,
  .mosaic-card > p,
  .fit-item p {
    font-size: 16px;
  }
  .approach-intro h2,
  .work-mosaic h2,
  .fit-section h2 {
    font-size: 48px;
  }
  .approach-card {
    min-height: 380px;
    padding: 24px;
  }
  .approach-main {
    min-height: 480px;
  }
  .approach-graphic {
    width: 410px;
    right: -120px;
  }
  .number-display {
    font-size: 72px;
  }
  .mosaic-card {
    padding: 24px;
  }
  .document-output {
    left: 250px;
  }
  .conversion-arrow {
    left: 205px;
  }
  .document-sheet.front {
    left: 10px;
  }
  .document-sheet.back {
    left: 38px;
  }
  .fit-visual {
    min-height: 390px;
  }
  .fit-globe {
    width: 260px;
    height: 260px;
  }
  .fit-item {
    grid-template-columns: 40px 1fr;
    gap: 14px;
    padding: 24px 0;
  }
  .fit-item h3 {
    font-size: 22px;
  }
  .contact-note {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* ================================================================
   FINAL HIGH-END EXPANSION
   Scoped additions only. Existing Hero / Capabilities / Workflow /
   IT Connect Standard markup and styles are not replaced.
   ================================================================ */

.experience-intro {
  position: relative;
  overflow: hidden;
  background: #f7f8fc;
  padding-top: 150px;
  padding-bottom: 0;
}
.experience-intro-wrap {
  max-width: 1380px;
  margin: auto;
  padding: 0 6vw 115px;
  display: grid;
  grid-template-columns: 0.45fr 1.35fr 0.7fr;
  gap: 5vw;
  align-items: end;
}
.eyebrow-large {
  font: 700 12px/1.4 var(--display);
  letter-spacing: 0.23em;
  color: #737f96;
}
.experience-copy h2,
.ops-header h2,
.scale-top h2 {
  margin-top: 25px;
  font: 600 clamp(64px, 7.2vw, 112px) / 0.88 var(--display);
  letter-spacing: -0.075em;
}
.experience-copy h2 em,
.ops-header h2 em,
.scale-top h2 em {
  font-style: normal;
  color: transparent;
  background: linear-gradient(105deg, var(--blue), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
}
.experience-side {
  padding-bottom: 7px;
}
.experience-side p {
  max-width: 390px;
  font-size: 18px;
  line-height: 1.85;
  color: #69758b;
}
.scroll-cue {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 38px;
  font: 700 10px var(--display);
  letter-spacing: 0.18em;
  color: #4d5870;
}
.scroll-cue span {
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, var(--blue), var(--violet));
}
.experience-marquee {
  border-top: 1px solid rgba(10, 20, 45, 0.08);
  border-bottom: 1px solid rgba(10, 20, 45, 0.08);
  overflow: hidden;
  white-space: nowrap;
  padding: 23px 0;
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  min-width: max-content;
  animation: marquee 32s linear infinite;
  font: 700 12px var(--display);
  letter-spacing: 0.18em;
  color: #737f95;
}
.marquee-track i {
  font-style: normal;
  color: var(--violet);
}

.ops-layer {
  background: #080c18;
  color: #fff;
  overflow: hidden;
}
.ops-header {
  max-width: 1380px;
  margin: auto;
  padding: 0 6vw;
  display: grid;
  grid-template-columns: 0.45fr 1.25fr 0.7fr;
  gap: 5vw;
  align-items: end;
}
.ops-header .section-number {
  color: #68748c;
}
.ops-header-copy {
  max-width: 360px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 1.8;
  color: #78849c;
}
.ops-canvas {
  max-width: 1380px;
  min-height: 560px;
  margin: 80px auto 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 70px 70px;
}
.ops-canvas:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(58, 108, 255, 0.12),
    transparent 33%
  );
}
.ops-line {
  position: absolute;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(
    90deg,
    rgba(45, 177, 255, 0.05),
    rgba(72, 110, 255, 0.7),
    rgba(125, 67, 255, 0.18)
  );
}
.ops-line-a {
  left: 13%;
  top: 30%;
  width: 31%;
  transform: rotate(14deg);
}
.ops-line-b {
  left: 42%;
  top: 50%;
  width: 28%;
  transform: rotate(-7deg);
}
.ops-line-c {
  left: 56%;
  top: 61%;
  width: 27%;
  transform: rotate(20deg);
}
.ops-node {
  position: absolute;
  z-index: 3;
  min-width: 175px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(12, 17, 32, 0.72);
  backdrop-filter: blur(14px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.22);
  transition: transform 0.35s ease, border-color 0.35s ease,
    box-shadow 0.35s ease;
}
.ops-node:hover,
.ops-node.is-active {
  transform: translateY(-8px) scale(1.03);
  border-color: rgba(88, 136, 255, 0.55);
  box-shadow: 0 30px 75px rgba(30, 70, 180, 0.18);
}
.ops-node .node-num {
  display: block;
  font: 600 10px var(--display);
  letter-spacing: 0.18em;
  color: #596781;
}
.ops-node strong {
  display: block;
  margin-top: 15px;
  font: 600 22px var(--display);
  letter-spacing: -0.035em;
}
.ops-node small {
  display: block;
  margin-top: 7px;
  font: 600 9px var(--display);
  letter-spacing: 0.14em;
  color: #66738c;
}
.node-input {
  left: 5%;
  top: 19%;
}
.node-process {
  left: 30%;
  top: 38%;
}
.node-quality {
  right: 25%;
  top: 29%;
}
.node-output {
  right: 5%;
  top: 54%;
}
.ops-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(
    circle,
    rgba(46, 140, 255, 0.14),
    rgba(10, 14, 28, 0.7) 65%
  );
  border: 1px solid rgba(105, 117, 255, 0.27);
  box-shadow: 0 0 80px rgba(68, 105, 255, 0.12),
    inset 0 0 55px rgba(60, 130, 255, 0.08);
  z-index: 2;
}
.ops-core img {
  position: absolute;
  width: 145px;
  opacity: 0.86;
  filter: drop-shadow(0 15px 30px rgba(60, 100, 255, 0.25));
  animation: coreFloat 6s ease-in-out infinite;
}
.ops-core span {
  position: relative;
  z-index: 2;
  text-align: center;
  font: 700 9px/1.2 var(--display);
  letter-spacing: 0.2em;
  color: #fff;
  opacity: 0;
}

.scale-section {
  background: #f5f7fb;
  overflow: hidden;
}
.scale-top {
  max-width: 1380px;
  margin: auto;
  padding: 0 6vw;
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 6vw;
  align-items: end;
}
.scale-grid {
  max-width: 1380px;
  margin: 90px auto 0;
  padding: 0 6vw;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8vw;
  align-items: center;
}
.scale-visual {
  min-height: 560px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 38px;
  background: radial-gradient(
      circle at 50% 50%,
      rgba(48, 137, 255, 0.13),
      transparent 30%
    ),
    linear-gradient(145deg, #fff, #e9edf6);
  border: 1px solid rgba(15, 25, 50, 0.07);
  overflow: hidden;
}
.scale-core {
  width: 210px;
  height: 210px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 25%, rgba(239, 243, 250, 0.6) 70%);
  box-shadow: 0 30px 80px rgba(30, 55, 100, 0.13);
  position: relative;
  z-index: 4;
}
.scale-core img {
  width: 220px;
  filter: drop-shadow(0 22px 35px rgba(40, 70, 150, 0.18));
  animation: coreFloat 7s ease-in-out infinite;
}
.scale-orbit {
  position: absolute;
  border: 1px solid rgba(70, 91, 185, 0.16);
  border-radius: 50%;
  width: 390px;
  height: 210px;
  animation: orbitA 18s linear infinite;
}
.orbit-two {
  width: 450px;
  height: 290px;
  transform: rotate(57deg);
  animation-duration: 24s;
}
.orbit-three {
  width: 520px;
  height: 350px;
  transform: rotate(-30deg);
  animation-duration: 30s;
}
.scale-label {
  position: absolute;
  z-index: 5;
  padding: 8px 12px;
  border-radius: 99px;
  background: #fff;
  border: 1px solid rgba(50, 70, 130, 0.12);
  box-shadow: 0 12px 30px rgba(30, 50, 90, 0.08);
  font: 700 9px var(--display);
  letter-spacing: 0.17em;
  color: #58647d;
  animation: labelFloat 4s ease-in-out infinite;
}
.label-one {
  left: 16%;
  top: 28%;
}
.label-two {
  right: 15%;
  top: 22%;
}
.label-three {
  right: 13%;
  bottom: 28%;
}
.label-four {
  left: 17%;
  bottom: 23%;
}
.scale-list {
  border-top: 1px solid rgba(10, 20, 45, 0.1);
}
.scale-item {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 25px;
  padding: 31px 0;
  border-bottom: 1px solid rgba(10, 20, 45, 0.1);
}
.scale-item > span {
  font: 600 11px var(--display);
  letter-spacing: 0.18em;
  color: #a0a8b8;
}
.scale-item h3 {
  font: 600 31px/1.05 var(--display);
  letter-spacing: -0.045em;
}
.scale-item p {
  max-width: 620px;
  margin-top: 11px;
  color: #727e94;
  font-size: 17px;
  line-height: 1.75;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes labelFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@media (max-width: 1050px) {
  .experience-intro-wrap,
  .ops-header {
    grid-template-columns: 1fr 1.7fr;
  }
  .experience-side,
  .ops-header-copy {
    grid-column: 2;
  }
  .scale-top {
    grid-template-columns: 0.5fr 1.5fr;
  }
  .scale-grid {
    grid-template-columns: 1fr 1fr;
    gap: 5vw;
  }
  .ops-node {
    min-width: 150px;
  }
}
@media (max-width: 800px) {
  .experience-intro {
    padding-top: 105px;
  }
  .experience-intro-wrap,
  .ops-header,
  .scale-top {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .experience-side,
  .ops-header-copy {
    grid-column: auto;
  }
  .experience-copy h2,
  .ops-header h2,
  .scale-top h2 {
    font-size: 58px;
  }
  .ops-canvas {
    min-height: 720px;
    margin-top: 55px;
  }
  .ops-line {
    display: none;
  }
  .ops-core {
    left: 50%;
    top: 48%;
  }
  .node-input {
    left: 5%;
    top: 10%;
  }
  .node-process {
    right: 5%;
    left: auto;
    top: 28%;
  }
  .node-quality {
    left: 5%;
    right: auto;
    top: 64%;
  }
  .node-output {
    right: 5%;
    top: 80%;
  }
  .scale-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 60px;
  }
  .scale-visual {
    min-height: 470px;
  }
}
@media (max-width: 560px) {
  .experience-intro-wrap,
  .ops-header,
  .scale-top,
  .scale-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .experience-copy h2,
  .ops-header h2,
  .scale-top h2 {
    font-size: 47px;
  }
  .experience-side p,
  .ops-header-copy {
    font-size: 16px;
  }
  .ops-canvas {
    min-height: 700px;
  }
  .ops-node {
    min-width: 145px;
    padding: 16px;
  }
  .ops-node strong {
    font-size: 18px;
  }
  .ops-node small {
    font-size: 12px;
  }
  .ops-core {
    width: 145px;
    height: 145px;
  }
  .ops-core img {
    width: 98px;
  }
  .scale-visual {
    min-height: 390px;
  }
  .scale-core {
    width: 165px;
    height: 165px;
  }
  .scale-core img {
    width: 125px;
  }
  .scale-orbit {
    width: 310px;
    height: 170px;
  }
  .orbit-two {
    width: 350px;
    height: 230px;
  }
  .orbit-three {
    width: 400px;
    height: 270px;
  }
  .scale-item {
    grid-template-columns: 38px 1fr;
    gap: 14px;
    padding: 24px 0;
  }
  .scale-item h3 {
    font-size: 24px;
  }
  .scale-item p {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track,
  .scale-orbit,
  .scale-label,
  .ops-core img {
    animation: none !important;
  }
}

/* ================================================================
   TARGETED REVISION — USER REQUESTED ONLY
   Hero/Workflow/IT Connect Standard remain structurally preserved.
   ================================================================ */

/* Header: logo image only + Register/Login */
.logo-main {
  width: 120px;
}
.brand {
  display: flex;
  align-items: center;
}
.header-logo {
  display: block;
  width: 118px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-cta {
  white-space: nowrap;
}
.header-register {
  order: 1;
}
.header-login {
  order: 2;
  background: transparent;
}
.header-login i {
  background: #f6f8ff;
  color: #080a15;
}
.header-login:hover i {
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: #fff;
}

/* Site-wide dual button vice-versa treatment */
.hero-actions .button-ghost {
  flex-direction: row-reverse;
}
.hero-actions .button-ghost span {
  color: #fff;
}

/* Hero service nodes: 4-item original-style service cluster */
.node-four {
  right: 3%;
  bottom: 18%;
}

/* Built for structured work: overlapping 01/02/03 cards */
.proof-stack {
  position: relative;
  display: block;
  min-height: 285px;
  background: transparent;
}
.proof-card {
  position: absolute;
  top: 0;
  width: 78%;
  min-height: 245px;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: linear-gradient(145deg, #10162a, #0a0e1b);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.25);
  transition: transform 0.38s cubic-bezier(0.2, 0.8, 0.2, 1), z-index 0s,
    background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.proof-card-1 {
  left: 0;
  z-index: 1;
}
.proof-card-2 {
  left: 11%;
  z-index: 2;
}
.proof-card-3 {
  left: 22%;
  z-index: 3;
}
.proof-card > span {
  display: block;
  font: 600 11px var(--display);
  letter-spacing: 0.18em;
  color: #65728e;
}
.proof-card-content {
  opacity: 0;
  transform: translateY(15px);
  transition: 0.3s ease;
  max-width: 330px;
}
.proof-card-content strong {
  display: block;
  margin-top: 44px;
  font: 600 30px var(--display);
  letter-spacing: -0.045em;
}
.proof-card-content p {
  margin-top: 10px;
  color: #8b95a9;
  font-size: 16px;
  line-height: 1.65;
}
.proof-card:hover {
  z-index: 20;
  transform: translate(-8%, -16px) scale(1.035);
  border-color: rgba(79, 153, 255, 0.45);
  background: #121a31;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.38);
}
.proof-card:hover .proof-card-content {
  opacity: 1;
  transform: none;
}
.proof-card-2:hover {
  transform: translate(-8%, -16px) scale(1.035);
}
.proof-card-3:hover {
  transform: translate(-8%, -16px) scale(1.035);
}

/* Services / WHAT WE DO: dark row, light cards, dark on hover; heading starts left */
.services {
  background: #080b16;
}
.services-top {
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}
.services-top .section-number {
  margin-bottom: 8px;
}
.services-intro {
  max-width: 980px;
  text-align: left;
}
.services-intro .mini-label {
  display: none;
}
.services-intro h2 {
  max-width: 1000px;
}
.services-description {
  display: none;
}
.service-card,
.service-feature,
.service-conversion,
.service-verify {
  background: #f4f6fb;
  color: #080c18;
  border-color: rgba(255, 255, 255, 0.22);
}
.service-card:before {
  background: radial-gradient(
    circle,
    rgba(75, 105, 220, 0.15),
    transparent 68%
  );
}
.service-card h3 {
  color: #080c18;
}
.service-card p {
  color: #5f6b80;
}
.card-top > span:first-child {
  color: #66718a;
}
.card-type {
  color: #707b90;
}
.card-arrow {
  border-color: rgba(10, 14, 30, 0.14);
  color: #25304a;
}
.service-card:hover,
.service-feature:hover,
.service-conversion:hover,
.service-verify:hover {
  background: #0d1324;
  color: #fff;
  border-color: rgba(78, 149, 255, 0.45);
}
.service-card:hover h3 {
  color: #fff;
}
.service-card:hover p {
  color: #8793aa;
}
.service-card:hover .card-top > span:first-child {
  color: #71809c;
}
.service-card:hover .card-type {
  color: #78849b;
}
.service-card:hover .card-arrow {
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

/* Wide, centered section headings. Workflow is intentionally untouched. */
.section-heading-wide {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.section-heading-wide .section-number {
  margin-bottom: 0;
}
.section-heading-wide .approach-intro,
.section-heading-wide > div:nth-child(2) {
  width: 100%;
  text-align: center;
}
.section-heading-wide h2 {
  max-width: 1180px;
  margin: 12px auto 0 !important;
}
.approach-top .approach-lead,
.ops-header-copy {
  display: none;
}
.approach-intro .mini-label,
.ops-header .eyebrow-large,
.mosaic-heading .mini-label,
.fit-head .mini-label,
.scale-top .eyebrow-large {
  display: none;
}
.approach-intro h2 {
  font-size: clamp(48px, 5.8vw, 78px);
  line-height: 0.98;
}
.ops-header h2,
.scale-top h2 {
  font-size: clamp(48px, 5.8vw, 78px);
  line-height: 0.98;
}
.work-mosaic h2,
.fit-section h2 {
  font-size: clamp(48px, 5.8vw, 78px);
  line-height: 0.98;
}

/* One connected work environment: rebalance the four cards around the flow */
.ops-canvas {
  min-height: 520px;
}
.node-input {
  left: 4%;
  top: 15%;
}
.node-process {
  left: 31%;
  top: 57%;
}
.node-quality {
  right: 30%;
  top: 14%;
}
.node-output {
  right: 4%;
  top: 57%;
}
.ops-line-a {
  left: 17%;
  top: 30%;
  width: 27%;
  transform: rotate(27deg);
}
.ops-line-b {
  left: 41%;
  top: 56%;
  width: 23%;
  transform: rotate(-19deg);
}
.ops-line-c {
  left: 59%;
  top: 32%;
  width: 24%;
  transform: rotate(28deg);
}

/* What We Handle: keep design, correct card placement/alignment */
.mosaic-grid {
  align-items: start;
}
.mosaic-doc {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}
.mosaic-data {
  grid-column: 3;
  grid-row: 1;
}
.mosaic-code {
  grid-column: 3;
  grid-row: 2;
}
.mosaic-quality {
  grid-column: 1 / span 2;
  grid-row: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}

/* Keep type readable on large screens without changing content */
@media (min-width: 1100px) {
  .services-intro h2,
  .approach-intro h2,
  .ops-header h2,
  .work-mosaic h2,
  .fit-section h2,
  .scale-top h2 {
    font-size: clamp(54px, 5.4vw, 82px);
  }
  .service-card h3 {
    font-size: 28px;
  }
  .service-card p {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .header-actions {
    gap: 6px;
  }
  .header-cta {
    padding: 10px 11px 10px 13px;
  }
  .header-logo {
    width: 105px;
  }
  .proof-stack {
    min-height: 330px;
  }
  .proof-card {
    width: 86%;
  }
  .proof-card-2 {
    left: 7%;
  }
  .proof-card-3 {
    left: 14%;
  }
  .mosaic-doc,
  .mosaic-data,
  .mosaic-code,
  .mosaic-quality {
    grid-column: auto;
    grid-row: auto;
  }
  .mosaic-quality {
    display: block;
  }
}

@media (max-width: 620px) {
  .desktop-nav {
    display: none;
  }
  .header-actions {
    margin-left: auto;
    margin-right: 8px;
  }
  .header-cta {
    font-size: 9px;
  }
  .header-cta i {
    width: 24px;
    height: 24px;
  }
  .header-logo {
    width: 92px;
    height: 42px;
  }
  .node-four {
    display: none;
  }
  .proof-stack {
    min-height: 360px;
  }
  .proof-card {
    width: 92%;
    min-height: 270px;
  }
  .proof-card-2 {
    left: 4%;
  }
  .proof-card-3 {
    left: 8%;
  }
  .proof-card:hover {
    transform: translate(-3%, -12px) scale(1.02);
  }
  .section-heading-wide h2 {
    max-width: 100%;
    font-size: clamp(44px, 11vw, 62px);
  }
  .services-intro h2 {
    font-size: clamp(44px, 11vw, 62px);
  }
  .ops-canvas {
    min-height: 640px;
  }
  .node-input {
    left: 3%;
    top: 7%;
  }
  .node-quality {
    right: 3%;
    top: 31%;
  }
  .node-process {
    left: 3%;
    top: 56%;
  }
  .node-output {
    right: 3%;
    top: 79%;
  }
}

/* ================================================================
   FINAL TARGETED FIXES — preserve all other page sections
   ================================================================ */

/* HERO: restore the original visual composition from the reference.
   The supplied full IT Connect logo artwork is intentionally cropped
   inside the hero frame; the service nodes remain unchanged. */
.hero-visual {
  place-items: center;
}
.visual-core {
  width: min(475px, 74%);
  height: 350px;
  aspect-ratio: auto;
  border-radius: 0;
}
.visual-core img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0;
  filter: none;
  animation: none;
  position: relative;
  z-index: 2;
}
.core-ring {
  display: none;
}
.visual-halo {
  width: 620px;
  max-width: 100%;
}

/* Keep the service section dark, with the original dark-card treatment. */
.services {
  background: #080b16;
  color: #fff;
}
.service-card,
.service-feature,
.service-conversion,
.service-verify {
  background: linear-gradient(145deg, #111827, #0c1120);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.11);
}
.service-card:before {
  background: radial-gradient(
    circle,
    rgba(75, 105, 220, 0.16),
    transparent 68%
  );
}
.service-card h3 {
  color: #fff;
}
.service-card p {
  color: #7f899f;
}
.card-top > span:first-child {
  color: #6e7990;
}
.card-type {
  color: #566177;
}
.card-arrow {
  border-color: rgba(255, 255, 255, 0.12);
  color: #c8d0df;
}
.service-card:hover,
.service-feature:hover,
.service-conversion:hover,
.service-verify:hover {
  background: linear-gradient(145deg, #141d35, #0c1223);
  color: #fff;
  border-color: rgba(78, 149, 255, 0.45);
}
.service-card:hover h3 {
  color: #fff;
}
.service-card:hover p {
  color: #8793aa;
}
.service-card:hover .card-arrow {
  border-color: transparent;
  color: #fff;
}

/* BUILT FOR STRUCTURED WORK: first card is open by default. */
.proof-card-1 {
  z-index: 3;
}
.proof-card-2 {
  z-index: 2;
}
.proof-card-3 {
  z-index: 1;
}
.proof-card-1 .proof-card-content {
  opacity: 1;
  transform: none;
}
.proof-card-1:hover {
  transform: translate(-5%, -16px) scale(1.035);
}
.proof-card-2:hover,
.proof-card-3:hover {
  transform: translate(-7%, -16px) scale(1.035);
}

/* WHAT WE HANDLE: keep the existing card design, but make the four-card
   composition sit on a clean two-column rhythm. */
.mosaic-grid {
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-rows: 330px 330px;
  gap: 14px;
  align-items: stretch;
}
.mosaic-doc {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.mosaic-data {
  grid-column: 2;
  grid-row: 1;
}
.mosaic-code {
  grid-column: 2;
  grid-row: 2;
}
.mosaic-quality {
  grid-column: 1 / span 2;
  grid-row: 3;
}

/* FOOTER: restored to the original compact Phase 1 format. */
.footer {
  min-height: 82px;
  padding: 0 clamp(22px, 6vw, 92px);
  display: flex;
  align-items: center;
  gap: 32px;
  background: #050712;
  color: #5e687e;
  font-size: 12px;
  letter-spacing: 0.13em;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d9deeb;
  margin-right: auto;
}
.footer-brand strong {
  font: 600 12px var(--display);
  letter-spacing: 0.13em;
}
.footer-icon {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
}
.footer-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.footer-column a,
.footer-column span:not(.footer-label) {
  font-size: 16px;
  color: #8a94a8;
}
.footer-column a:hover {
  color: #fff;
}

@media (max-width: 900px) {
  .visual-core {
    width: min(475px, 78%);
    height: 330px;
  }
  .mosaic-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .mosaic-doc,
  .mosaic-data,
  .mosaic-code,
  .mosaic-quality {
    grid-column: auto;
    grid-row: auto;
  }
  .mosaic-quality {
    display: block;
  }
  .footer-column {
    min-width: 150px;
  }
}

@media (max-width: 620px) {
  .visual-core {
    width: 88%;
    height: 280px;
  }
  .footer {
    gap: 20px;
    padding: 20px 20px;
  }
  .footer-brand {
    min-width: 100%;
  }
  .footer-column {
    min-width: 45%;
  }
}

/* ================================================================
   MICRO POLISH — requested in the latest review
   ================================================================ */
.proof-card-1 .proof-card-content {
  opacity: 1 !important;
  visibility: visible;
  transform: none !important;
}
.proof-card-2 .proof-card-content,
.proof-card-3 .proof-card-content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
}
.proof-card-2:hover .proof-card-content,
.proof-card-3:hover .proof-card-content {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.proof-card-1 {
  left: 0;
  z-index: 30;
}
.proof-card-2 {
  left: 11%;
  z-index: 20;
}
.proof-card-3 {
  left: 22%;
  z-index: 10;
}
.proof-card-1:hover {
  z-index: 40;
}
.proof-card-2:hover {
  z-index: 50;
}
.proof-card-3:hover {
  z-index: 60;
}

/* Refined dual-button system: opposing arrow placement, stronger focus and
   restrained motion. Primary actions read rightward; secondary actions read
   leftward throughout the site. */
.button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid transparent;
  transform: translateZ(0);
}
.button:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 18%,
    rgba(255, 255, 255, 0.16) 50%,
    transparent 82%
  );
  transform: translateX(-125%);
  transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
  z-index: -1;
}
.button:hover:before {
  transform: translateX(125%);
}
.button span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  font-size: 14px;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
    background 0.3s ease, color 0.3s ease;
}
.button-primary span {
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: #fff;
}
.button-ghost span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}
.button-primary:hover span {
  transform: translateX(4px) rotate(6deg);
}
.button-ghost:hover span {
  transform: translateX(-4px) rotate(-6deg);
  background: linear-gradient(135deg, var(--blue), var(--violet));
  border-color: transparent;
}
.button:focus-visible,
.header-cta:focus-visible {
  outline: 2px solid var(--electric);
  outline-offset: 4px;
}

/* Header buttons use the same opposing-icon language. */
.header-register i {
  order: 2;
}
.header-login i {
  order: 0;
}
.header-register:hover i {
  transform: translateX(3px) rotate(6deg);
}
.header-login:hover i {
  transform: translateX(-3px) rotate(-6deg);
}

@media (max-width: 620px) {
  .proof-card {
    width: 92%;
  }
  .proof-card-2 {
    left: 4%;
  }
  .proof-card-3 {
    left: 8%;
  }
}

/* ================================================================
   USER REQUESTED FINAL FIX — ONLY 3 ISSUES
   1) Restore the original dark/glass hero data-node treatment.
   2) Give the hero secondary button a visible dark background.
   3) Keep all four WHAT WE HANDLE cards in one aligned composition.
   No other section styles are changed here.
   ================================================================ */

/* HERO DATA NODES — original dark glass cards, never pill buttons */
.hero .data-node {
  position: absolute;
  z-index: 7;
  min-width: 132px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  background: rgba(9, 12, 26, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  display: grid;
  grid-template-columns: 7px 1fr;
  column-gap: 9px;
  align-items: center;
  animation: nodeFloat 5s ease-in-out infinite;
  min-height: 48px;
  height: 48px;
}

.hero .data-node .node-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--electric);
  box-shadow: 0 0 12px rgba(40, 184, 255, 0.85);
  grid-row: 1/3;
}

.hero .data-node b {
  font: 600 9px var(--display);
  letter-spacing: 0.1em;
  color: #e8ebf4;
  white-space: nowrap;
}

.hero .data-node small {
  margin-top: 3px;
  font: 500 8px var(--body);
  color: #6e7890;
  white-space: nowrap;
}

/* Four-node composition: restrained, asymmetric, like the original concept. */
.hero .node-one {
  right: -20px;
  top: 64%;
}
.hero .node-two {
  left: 0;
  top: 52%;
  animation-delay: -1.8s;
}
.hero .node-three {
  right: 7%;
  bottom: 18%;
  animation-delay: -3.2s;
}
.hero .node-four {
  display: none;
}

/* HERO SECONDARY BUTTON — visible background while retaining vice-versa icon */
.hero .button-ghost {
  background: rgba(18, 23, 40, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  color: #d5dbea;
}

.hero .button-ghost:hover {
  background: rgba(25, 34, 57, 0.98);
  border-color: rgba(67, 159, 255, 0.52);
  color: #fff;
  box-shadow: 0 18px 42px rgba(24, 92, 190, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* WHAT WE HANDLE — 4 cards aligned as one clean desktop composition.
   The existing card artwork/design remains untouched. */
@media (min-width: 901px) {
  .work-mosaic .mosaic-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    grid-template-rows: repeat(3, 220px);
    gap: 14px;
    align-items: stretch;
  }

  .work-mosaic .mosaic-doc {
    grid-column: 1;
    grid-row: 1 / span 3;
  }

  .work-mosaic .mosaic-data {
    grid-column: 2;
    grid-row: 1;
  }

  .work-mosaic .mosaic-code {
    grid-column: 2;
    grid-row: 2;
  }

  .work-mosaic .mosaic-quality {
    grid-column: 2;
    grid-row: 3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }

  .work-mosaic .mosaic-quality .quality-ring {
    flex: 0 0 105px;
    width: 105px;
    height: 105px;
    margin: 0;
  }

  .work-mosaic .mosaic-quality > div:last-child {
    max-width: 100%;
  }
}

/* Tablet/mobile: retain the existing responsive one-column behavior. */
@media (max-width: 900px) {
  .hero .node-four {
    display: none;
  }
}

@media (max-width: 620px) {
  .hero .data-node {
    min-width: 92px;
    padding: 8px 9px;
  }
  .hero .data-node b {
    font-size: 7px;
  }
  .hero .data-node small {
    font-size: 6px;
  }
  .hero .node-four {
    display: none;
  }
}
