:root {
  --ink: #07082b;
  --navy: #080736;
  --blue: #3f49d9;
  --violet: #6c65f5;
  --gold: #ffe28b;
  --paper: #f5f6ff;
  --muted: #555b78;
  --line: #dfe3f4;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

svg {
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  height: 78px;
  padding: 12px 36px 12px 44px;
  background: rgba(246, 247, 255, 0.96);
  border-bottom: 1px solid rgba(25, 31, 72, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: max-content;
  text-transform: uppercase;
}

.brand strong {
  display: block;
  font-family: "Arial Black", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.38rem;
  line-height: 0.94;
  letter-spacing: 0.02em;
}

.brand small {
  display: block;
  margin-top: 5px;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.36em;
}

.brand-mark,
.logo-prism,
.trust-logo {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 45px;
  height: 56px;
}

.brand-mark::before,
.logo-prism::before,
.trust-logo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--navy);
  clip-path: polygon(0 100%, 30% 0, 100% 66%, 43% 50%, 30% 78%);
}

.brand-mark::after,
.logo-prism::after,
.trust-logo::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: 12px;
  width: 25px;
  height: 23px;
  background: var(--gold);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.2vw, 30px);
  color: #111333;
  font-size: 0.82rem;
  font-weight: 700;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 54px;
  border-bottom: 2px solid transparent;
}

.main-nav a.active,
.main-nav a:hover {
  color: var(--blue);
  border-color: var(--blue);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 48px;
  padding: 0 23px;
  font-size: 0.86rem;
  font-weight: 800;
  border-radius: 8px;
  white-space: nowrap;
}

.header-cta,
.button.primary {
  color: #fff;
  background: var(--navy);
  box-shadow: 0 14px 28px rgba(8, 7, 54, 0.18);
}

.button.secondary {
  color: var(--ink);
  border: 1px solid rgba(8, 7, 54, 0.45);
  background: rgba(255, 255, 255, 0.75);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, 0.88fr) minmax(540px, 1.12fr);
  min-height: 390px;
  background:
    linear-gradient(90deg, rgba(248, 250, 255, 0.98) 0%, rgba(246, 249, 255, 0.9) 27%, rgba(226, 234, 252, 0.52) 41%, rgba(9, 16, 50, 0.12) 58%, rgba(5, 8, 29, 0.14) 100%),
    url("assets/header-background.png") center / cover no-repeat;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 48%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 590px;
  padding: 44px 20px 44px 56px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.eyebrow.center {
  margin-bottom: 10px;
  text-align: center;
}

.hero h1,
.solutions h2,
.trust-copy h2,
.cta-band h2 {
  margin: 0;
  font-weight: 850;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(2.55rem, 4.7vw, 4.25rem);
  line-height: 1.05;
}

.hero h1 span {
  color: var(--violet);
}

.hero-copy p:not(.eyebrow) {
  max-width: 500px;
  margin: 20px 0 0;
  color: #171a3a;
  font-size: 0.98rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 26px;
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 390px;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 46% 86%, rgba(111, 132, 255, 0.66), transparent 19%),
    repeating-linear-gradient(90deg, transparent 0 32px, rgba(255, 255, 255, 0.06) 32px 34px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 72%);
}

.city-shape {
  display: none;
}

.hologram {
  position: absolute;
  left: 42%;
  top: 50%;
  width: 260px;
  height: 220px;
  transform: translate(-50%, -34%);
}

.hologram::before,
.hologram::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 245px;
  height: 74px;
  border: 2px solid rgba(164, 184, 255, 0.72);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 28px rgba(107, 101, 245, 0.85);
}

.hologram::after {
  width: 155px;
  height: 42px;
  bottom: 24px;
}

.logo-prism {
  position: absolute;
  left: 75px;
  top: 18px;
  width: 128px;
  height: 158px;
  filter: drop-shadow(0 0 18px rgba(167, 187, 255, 0.95));
}

.logo-prism::before {
  background: #172061;
}

.robot-arm {
  display: none;
}

.robot-arm span {
  position: absolute;
  display: block;
  background: linear-gradient(135deg, #111838, #4960b7);
  border: 2px solid rgba(176, 191, 255, 0.42);
  box-shadow: inset 0 0 20px rgba(255,255,255,.12), 0 18px 32px rgba(0,0,0,.25);
}

.robot-arm span:nth-child(1) {
  right: 12px;
  top: 0;
  width: 74px;
  height: 94px;
  border-radius: 42px;
}

.robot-arm span:nth-child(2) {
  right: 64px;
  top: 58px;
  width: 150px;
  height: 42px;
  border-radius: 24px;
  transform: rotate(36deg);
}

.robot-arm span:nth-child(3) {
  left: 0;
  top: 134px;
  width: 148px;
  height: 46px;
  border-radius: 24px;
  transform: rotate(-34deg);
}

.robot-arm span:nth-child(4) {
  left: 74px;
  top: 180px;
  width: 44px;
  height: 64px;
  border-radius: 16px;
}

.feature-badge {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 200px;
  min-height: 67px;
  padding: 12px 15px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1.22;
  text-transform: uppercase;
  border: 1px solid rgba(200, 214, 255, 0.35);
  border-radius: 8px;
  background: rgba(23, 32, 83, 0.36);
  box-shadow: 0 0 24px rgba(92, 118, 255, 0.18);
  backdrop-filter: blur(8px);
}

.feature-badge svg,
.feature-badge img,
.solution-card img {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
}

.feature-badge img {
  filter: invert(1);
}

.badge-one { left: 10%; top: 22%; }
.badge-two { left: 11%; top: 45%; }
.badge-three { right: 18%; top: 42%; }
.badge-four { right: 15%; top: 61%; }

.partners {
  padding: 18px 46px 22px;
  background: var(--paper);
}

.partners h2 {
  margin: 0 0 13px;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.26em;
  text-align: center;
  text-transform: uppercase;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(8, minmax(80px, 1fr));
  align-items: center;
  gap: 18px;
}

.partner-logos > span {
  display: block;
  color: #3c4059;
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  font-weight: 900;
  line-height: 0.95;
  text-align: center;
  text-transform: none;
}

.partner-logos img {
  display: inline-block;
  max-width: 132px;
  max-height: 28px;
  object-fit: contain;
  vertical-align: middle;
  filter: grayscale(1) opacity(0.82);
}

.partner-logos em {
  margin-left: 4px;
  color: #3c4059;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 650;
  vertical-align: middle;
}

.solutions {
  padding: 30px 50px 24px;
  background: #fff;
}

.section-anchor {
  display: block;
  height: 1px;
  margin-top: -1px;
}

.solutions h2 {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.15;
  text-align: center;
}

.section-intro {
  max-width: 790px;
  margin: 10px auto 24px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
  text-align: center;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  max-width: 1350px;
  margin: 0 auto;
}

.solution-card {
  display: flex;
  flex-direction: column;
  min-height: 295px;
  padding: 26px 20px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfcff, #f7f8ff);
  box-shadow: 0 12px 30px rgba(35, 43, 92, 0.05);
}

.solution-card > img {
  width: 54px;
  height: 54px;
  filter: brightness(0) saturate(100%) invert(42%) sepia(63%) saturate(3141%) hue-rotate(224deg) brightness(97%) contrast(98%);
}

.solution-card h3 {
  min-height: 50px;
  margin: 20px 0 12px;
  font-size: 1.02rem;
  line-height: 1.24;
}

.solution-card p {
  margin: 0;
  color: #30364f;
  font-size: 0.88rem;
  line-height: 1.65;
}

.solution-card a {
  margin-top: auto;
  padding-top: 18px;
  color: var(--blue);
  font-size: 0.85rem;
  font-weight: 850;
}

.trust {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 34px;
  padding: 0 46px 18px;
}

.trust-visual {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(3, 8, 27, 0.82), rgba(6, 16, 54, 0.52)),
    radial-gradient(circle at 52% 54%, rgba(101, 119, 255, 0.58), transparent 17%),
    url("https://images.unsplash.com/photo-1550751827-4bd374c3f58b?auto=format&fit=crop&w=1400&q=82") center / cover;
}

.trust-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.45;
}

.hand {
  position: absolute;
  left: -6%;
  bottom: 18%;
  width: 220px;
  height: 72px;
  background: linear-gradient(90deg, #fff, rgba(210, 218, 246, 0.7));
  border-radius: 80% 25% 44% 18%;
  transform: rotate(-17deg);
}

.trust-ring {
  position: absolute;
  left: 50%;
  top: 52%;
  border: 1px solid rgba(218, 227, 255, 0.42);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-one { width: 128px; height: 128px; }
.ring-two { width: 230px; height: 230px; }

.trust-logo {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 82px;
  height: 104px;
  transform: translate(-50%, -50%);
}

.trust-logo::before {
  background: #fff;
}

.trust-icon {
  position: absolute;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
}

.users { left: 27%; top: 25%; }
.shield { left: 52%; top: 8%; }
.lock-one { right: 24%; top: 30%; }
.chart { left: 31%; bottom: 15%; }
.lock-two { right: 34%; bottom: 10%; }

.trust-copy {
  padding: 8px 10px;
}

.trust-copy h2 {
  font-size: clamp(1.75rem, 3vw, 2.28rem);
  line-height: 1.15;
}

.trust-copy ul {
  display: grid;
  gap: 11px;
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
}

.trust-copy li {
  position: relative;
  padding-left: 28px;
  color: #30364f;
  font-size: 0.9rem;
}

.trust-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
  border-radius: 50%;
  background: var(--blue);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.stats strong {
  display: block;
  padding: 0 22px;
  color: var(--blue);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  background: #fff;
}

.stats span {
  display: block;
  margin-top: 4px;
  color: #252b43;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
}

.industries {
  padding: 0 42px 30px;
}

.industry-list {
  display: grid;
  grid-template-columns: repeat(8, minmax(100px, 1fr));
  gap: 15px;
  max-width: 1360px;
  margin: 16px auto 0;
}

.industry-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  color: #20243d;
  font-size: 0.82rem;
  font-weight: 750;
  text-align: center;
}

.industry-list img {
  width: 25px;
  height: 25px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(17%) saturate(1272%) hue-rotate(196deg) brightness(92%) contrast(90%);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 32px 56px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 45%, rgba(113, 105, 255, 0.52), transparent 19%),
    linear-gradient(90deg, #080736, #101a63);
}

.cta-band h2 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.18;
}

.cta-band p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
}

.button.glow {
  color: #fff;
  background: linear-gradient(135deg, #6c77ff, #8d72ff);
  box-shadow: 0 12px 32px rgba(110, 119, 255, 0.34);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(250px, 1.65fr) 1fr 1fr 1fr 1.1fr;
  gap: 34px;
  padding: 30px 56px 22px;
  background: #f0f3ff;
}

.site-footer h3 {
  margin: 0 0 15px;
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 0 0 10px;
  color: #303650;
  font-size: 0.83rem;
  line-height: 1.5;
}

.site-footer p img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  filter: brightness(0) saturate(100%) invert(20%) sepia(16%) saturate(982%) hue-rotate(195deg) brightness(94%) contrast(85%);
  vertical-align: -3px;
}

.footer-brand p {
  max-width: 320px;
  margin-top: 17px;
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.socials span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  border-radius: 50%;
  background: var(--navy);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid #d7ddec;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom p:last-child {
  display: flex;
  gap: 22px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .main-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    background-position: 58% center;
  }

  .hero-visual {
    min-height: 430px;
  }

  .solution-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust,
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .partner-logos,
  .industry-list {
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
}

@media (max-width: 780px) {
  .site-header {
    height: 72px;
    padding-inline: 18px;
  }

  .header-cta {
    display: none;
  }

  .brand strong {
    font-size: 1rem;
  }

  .brand small {
    font-size: 0.55rem;
  }

  .brand-mark {
    width: 34px;
    height: 42px;
  }

  .hero-copy {
    padding: 42px 22px;
  }

  .hero h1 {
    font-size: 2.35rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 380px;
  }

  .hologram {
    left: 48%;
    transform: translate(-50%, -35%) scale(0.78);
  }

  .robot-arm {
    right: -10%;
    opacity: 0.78;
  }

  .feature-badge {
    width: 176px;
    min-height: 58px;
    font-size: 0.62rem;
  }

  .badge-one { left: 4%; top: 11%; }
  .badge-two { left: 6%; top: 31%; }
  .badge-three { right: 3%; top: 34%; }
  .badge-four { right: 4%; top: 55%; }

  .partners,
  .solutions,
  .trust,
  .industries,
  .cta-band,
  .site-footer {
    padding-inline: 22px;
  }

  .solution-grid,
  .trust,
  .stats,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .solution-card {
    min-height: 0;
  }

  .solution-card h3 {
    min-height: 0;
  }

  .trust-visual {
    min-height: 260px;
  }

  .industry-list,
  .partner-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-band {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
