@font-face {
  font-family: "Space Grotesk";
  src: url("assets/SpaceGrotesk-VariableFont_wght.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #0a0a0a;
  --dark: #1d1d1d;
  --mid: #6f6f6f;
  --line: #d8d8d8;
  --soft: #f5f5f5;
  --white: #fff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.1);
}

/* AMGiNE visual direction inspired by the approved social system. */
:root {
  --black: #f7fbff;
  --dark: #050818;
  --mid: #b7c2d8;
  --line: rgba(93, 176, 255, 0.24);
  --soft: rgba(16, 34, 76, 0.52);
  --white: #ffffff;
  --navy-950: #020414;
  --navy-900: #05091f;
  --navy-800: #08143a;
  --blue: #1687ff;
  --cyan: #45e7ff;
  --ice: #dbe9ff;
  --violet: #7a5cff;
  --shadow: 0 26px 90px rgba(0, 177, 255, 0.18);
  --glow: 0 0 28px rgba(69, 231, 255, 0.42), 0 0 80px rgba(22, 135, 255, 0.2);
}

body {
  color: var(--ice);
  background:
    radial-gradient(circle at 50% -10%, rgba(45, 138, 255, 0.28), transparent 38rem),
    radial-gradient(circle at 86% 16%, rgba(69, 231, 255, 0.12), transparent 28rem),
    linear-gradient(180deg, var(--navy-950), var(--navy-900) 44%, #030719);
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(69, 231, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 231, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 18% 30%, rgba(41, 143, 255, 0.18), transparent 18rem),
    radial-gradient(circle at 80% 72%, rgba(0, 224, 255, 0.12), transparent 22rem);
  background-size: 64px 64px, 64px 64px, auto, auto;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.45));
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(89, 222, 255, 0.55) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 255, 255, 0.18) 0 1px, transparent 1.5px);
  background-position: 12px 18px, 42px 52px;
  background-size: 120px 120px, 180px 180px;
  opacity: 0.22;
}

.site-header {
  color: var(--white);
  background: linear-gradient(180deg, rgba(2, 4, 20, 0.86), rgba(2, 4, 20, 0));
}

.site-header.is-scrolled {
  color: var(--white);
  border-bottom: 1px solid rgba(69, 231, 255, 0.2);
  background: rgba(3, 7, 25, 0.82);
  backdrop-filter: blur(18px);
}

.brand img,
.site-footer img {
  filter: brightness(0) invert(1);
}

.submenu {
  color: var(--ice);
  border-color: rgba(69, 231, 255, 0.24);
  background: rgba(6, 13, 38, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.submenu a:hover {
  border-bottom-color: var(--cyan);
}

.nav-demo,
.button,
.newsletter-form button {
  color: var(--white);
  border-color: rgba(69, 231, 255, 0.68);
  background:
    linear-gradient(180deg, rgba(69, 231, 255, 0.16), rgba(22, 135, 255, 0.06)),
    rgba(5, 18, 50, 0.46);
  box-shadow: inset 0 0 20px rgba(69, 231, 255, 0.14), 0 0 18px rgba(69, 231, 255, 0.1);
}

.nav-demo:hover,
.button:hover,
.newsletter-form button:hover {
  box-shadow: var(--glow);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0 54px;
  border-block: 1px solid rgba(69, 231, 255, 0.18);
  background:
    linear-gradient(90deg, transparent, rgba(69, 231, 255, 0.12), transparent),
    rgba(3, 8, 28, 0.86);
}

.proof-item {
  display: grid;
  gap: 8px;
  min-height: 150px;
  align-content: center;
  padding: 28px 34px;
  border-inline: 1px solid rgba(69, 231, 255, 0.14);
}

.proof-item strong {
  color: var(--cyan);
  font-size: clamp(36px, 5vw, 70px);
  line-height: 0.9;
  font-weight: 700;
  text-shadow: 0 0 28px rgba(69, 231, 255, 0.42);
}

.proof-item span {
  color: var(--ice);
  font-size: clamp(15px, 1.2vw, 18px);
}

.content-list {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.content-list li {
  position: relative;
  padding-left: 34px;
  color: var(--ice);
  font-size: clamp(16px, 1.2vw, 19px);
}

.content-list li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid var(--cyan);
  box-shadow: 0 0 14px rgba(69, 231, 255, 0.4);
}

.cta-options {
  display: grid;
  gap: 14px;
}

.cta-options .button {
  justify-content: center;
}

.button-secondary {
  border-color: rgba(219, 233, 255, 0.28);
  background: rgba(7, 18, 50, 0.5);
}

.section {
  position: relative;
  border-bottom: 1px solid rgba(69, 231, 255, 0.14);
  background:
    radial-gradient(circle at 18% 10%, rgba(22, 135, 255, 0.14), transparent 28rem),
    radial-gradient(circle at 86% 64%, rgba(69, 231, 255, 0.07), transparent 24rem);
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 54px;
  right: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(69, 231, 255, 0.5), transparent);
}

.eyebrow,
.section-label {
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(69, 231, 255, 0.4);
}

h1,
h2 {
  color: var(--white);
}

p {
  color: var(--mid);
}

.hero {
  background: var(--navy-950);
}

.hero-video {
  background:
    radial-gradient(circle at 58% 50%, rgba(69, 231, 255, 0.26), transparent 8rem),
    radial-gradient(circle at 50% 55%, rgba(28, 85, 255, 0.32), transparent 30rem),
    linear-gradient(135deg, transparent 49.85%, rgba(69, 231, 255, 0.28) 50%, transparent 50.15%),
    linear-gradient(45deg, transparent 49.85%, rgba(69, 231, 255, 0.2) 50%, transparent 50.15%),
    linear-gradient(180deg, #050818, #071a4c 70%, #040717);
}

.hero-video::after {
  background:
    linear-gradient(90deg, rgba(2, 4, 20, 0.72), rgba(2, 4, 20, 0.2) 55%, rgba(2, 4, 20, 0.66)),
    radial-gradient(circle at 50% 50%, rgba(69, 231, 255, 0.16), transparent 18rem);
}

.hero-overlay h1 {
  color: var(--white);
  text-shadow: 0 0 34px rgba(69, 231, 255, 0.24);
}

.play-marker {
  color: var(--white);
  border-color: rgba(69, 231, 255, 0.72);
  background: rgba(6, 20, 58, 0.48);
  box-shadow: var(--glow), inset 0 0 24px rgba(69, 231, 255, 0.16);
}

.wire-panel,
.point-card,
.product-grid,
.product-card,
.testimonial-content,
.trust-track,
.trust-slide,
.newsletter-form div,
.site-footer {
  border-color: rgba(69, 231, 255, 0.22);
  background: linear-gradient(180deg, rgba(12, 28, 70, 0.62), rgba(5, 11, 34, 0.76));
  box-shadow: inset 0 0 28px rgba(69, 231, 255, 0.04);
  backdrop-filter: blur(10px);
}

.point-stage {
  border-color: rgba(69, 231, 255, 0.22);
}

.point-card {
  border-right-color: rgba(69, 231, 255, 0.2);
}

.point-card.active,
.point-card:hover,
.product-tab.active {
  box-shadow: var(--shadow), inset 0 0 34px rgba(69, 231, 255, 0.1);
}

.point-card span,
.product-card span,
.trust-copy span,
.testimonial-meta {
  color: var(--cyan);
  border-color: rgba(69, 231, 255, 0.42);
}

.placeholder-lines span,
.product-tab,
.logo-track span,
.newsletter-form input {
  color: var(--ice);
  border-color: rgba(69, 231, 255, 0.18);
  background: rgba(6, 19, 54, 0.64);
}

.product-tab {
  color: var(--mid);
}

.product-tab.active {
  color: var(--white);
  background:
    radial-gradient(circle at 50% 0, rgba(69, 231, 255, 0.18), transparent 70%),
    rgba(9, 30, 78, 0.86);
}

.product-media,
.video-card,
.trust-visual {
  border-color: rgba(69, 231, 255, 0.3);
  background:
    radial-gradient(circle at 50% 48%, rgba(69, 231, 255, 0.24), transparent 7rem),
    linear-gradient(135deg, transparent 49.5%, rgba(69, 231, 255, 0.28) 50%, transparent 50.5%),
    linear-gradient(45deg, transparent 49.5%, rgba(37, 110, 255, 0.24) 50%, transparent 50.5%),
    rgba(7, 18, 50, 0.7);
  color: var(--mid);
  box-shadow: inset 0 0 70px rgba(69, 231, 255, 0.08);
}

.product-media::before,
.video-card::before,
.trust-visual::before {
  opacity: 0.35;
}

.video-card {
  box-shadow: 0 0 0 1px rgba(69, 231, 255, 0.1), var(--shadow);
}

.slider-button,
.trust-button {
  color: var(--white);
  border-color: rgba(69, 231, 255, 0.54);
  background: rgba(5, 18, 50, 0.86);
  box-shadow: 0 0 18px rgba(69, 231, 255, 0.14);
}

.dot,
.trust-dot {
  background: rgba(91, 120, 160, 0.5);
}

.dot.active,
.trust-dot.active {
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(69, 231, 255, 0.8);
}

.logo-marquee {
  border-color: rgba(69, 231, 255, 0.2);
}

.logo-track span {
  border-inline-color: rgba(69, 231, 255, 0.18);
}

.shield-placeholder,
.server-stack span,
.award-placeholder,
.badge-placeholder {
  border-color: rgba(69, 231, 255, 0.58);
  background: rgba(6, 19, 54, 0.7);
  box-shadow: inset 0 0 30px rgba(69, 231, 255, 0.08);
}

.shield-placeholder::before,
.shield-placeholder::after,
.award-placeholder::after,
.trust-copy li::before {
  border-color: rgba(69, 231, 255, 0.72);
  background: rgba(8, 26, 70, 0.82);
}

.patent-visual strong {
  color: var(--white);
  text-shadow: 0 0 28px rgba(69, 231, 255, 0.26);
}

.newsletter-section {
  border: 1px solid rgba(69, 231, 255, 0.18);
  padding: 58px;
  background:
    radial-gradient(circle at 70% 0, rgba(69, 231, 255, 0.14), transparent 24rem),
    rgba(4, 10, 32, 0.62);
}

.newsletter-form input::placeholder {
  color: rgba(219, 233, 255, 0.48);
}

.site-footer {
  color: var(--ice);
}

.site-footer a {
  color: var(--mid);
}

.site-footer a:hover {
  color: var(--cyan);
  border-bottom-color: var(--cyan);
}

.site-footer img + p {
  max-width: 360px;
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(219, 233, 255, 0.68);
}

/* Final title scale override. */
h1 {
  font-size: clamp(24px, 2.45vw, 36px);
}

.hero-overlay h1 {
  font-size: clamp(30px, 3.6vw, 48px);
}

.product-card h1 {
  font-size: clamp(24px, 2.6vw, 36px);
}

.section h1,
.about-copy h1,
.section-heading h1 {
  font-size: clamp(22px, 2.15vw, 32px);
  line-height: 1.12;
}

.hero h1 {
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.01;
}

.product-card h1 {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
  margin-bottom: 12px;
}

.product-card h2 {
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.25;
}

@media (max-width: 720px) {
  .hero-overlay h1 {
    font-size: clamp(28px, 8vw, 36px);
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    filter: drop-shadow(0 0 8px rgba(69, 231, 255, 0.28));
  }

  50% {
    filter: drop-shadow(0 0 22px rgba(69, 231, 255, 0.58));
  }
}

.play-marker,
.product-media,
.trust-visual {
  animation: pulseGlow 4.8s ease-in-out infinite;
}

@media (max-width: 720px) {
  .section::before {
    left: 22px;
    right: 22px;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    padding: 0 22px;
  }

  .proof-item {
    min-height: 120px;
    padding: 24px 0;
    border-inline: 0;
    border-bottom: 1px solid rgba(69, 231, 255, 0.14);
  }

  .newsletter-section {
    padding: 34px 22px;
  }
}

/* Refinement pass: smaller, calmer, more premium proportions. */
.site-header {
  padding-inline: clamp(28px, 4.2vw, 64px);
}

.hero {
  min-height: 82vh;
}

.hero-video {
  height: 82vh;
}

.hero-overlay {
  width: min(1180px, calc(100% - clamp(56px, 8.4vw, 128px)));
  align-content: center;
  padding-top: 98px;
  padding-bottom: 42px;
}

.hero-overlay h1 {
  max-width: 760px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.01;
}

.hero-overlay p:not(.eyebrow) {
  max-width: 650px;
  font-size: clamp(15px, 1.25vw, 18px);
}

.button {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}

.section {
  padding-block: clamp(74px, 8vw, 104px);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 44px;
}

h1 {
  font-size: clamp(24px, 2.45vw, 36px);
  line-height: 1.06;
}

h2 {
  font-size: clamp(19px, 1.7vw, 25px);
}

p {
  font-size: clamp(15px, 1.05vw, 17px);
}

.proof-strip {
  padding-inline: clamp(28px, 4.2vw, 64px);
}

.proof-item {
  min-height: 118px;
  padding: 22px 28px;
}

.proof-item strong {
  font-size: clamp(30px, 3.8vw, 52px);
}

.proof-item span {
  font-size: clamp(13px, 1vw, 16px);
}

.about-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
}

.about-copy {
  max-width: 680px;
}

.about-copy .content-list {
  margin-top: 30px;
  max-width: 640px;
}

.about-video-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  border: 1px solid rgba(69, 231, 255, 0.28);
  background:
    radial-gradient(circle at 50% 48%, rgba(69, 231, 255, 0.22), transparent 7rem),
    linear-gradient(135deg, transparent 49.5%, rgba(69, 231, 255, 0.26) 50%, transparent 50.5%),
    linear-gradient(45deg, transparent 49.5%, rgba(37, 110, 255, 0.2) 50%, transparent 50.5%),
    rgba(7, 18, 50, 0.68);
  box-shadow: inset 0 0 70px rgba(69, 231, 255, 0.08), var(--shadow);
  overflow: hidden;
}

.about-video-placeholder p {
  position: absolute;
  left: 22px;
  bottom: 18px;
  margin: 0;
  color: var(--mid);
  font-size: 12px;
  text-transform: uppercase;
}

.about-video-placeholder video {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.about-video-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 4, 20, 0.08), rgba(2, 4, 20, 0.32)),
    radial-gradient(circle at 50% 50%, transparent, rgba(2, 4, 20, 0.28));
}

.content-list {
  gap: 14px;
}

.content-list li {
  font-size: clamp(14px, 1.05vw, 16px);
}

.point-stage {
  gap: 16px;
  border-block: 0;
}

.point-card {
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgba(69, 231, 255, 0.2);
}

.point-card span {
  width: auto;
  height: auto;
  margin-bottom: 28px;
  border: 0;
  color: rgba(219, 233, 255, 0.56);
  font-size: 12px;
}

.ai-icon {
  position: relative;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border: 1px solid rgba(69, 231, 255, 0.52);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(69, 231, 255, 0.24), transparent 62%),
    rgba(7, 18, 50, 0.7);
  box-shadow: inset 0 0 22px rgba(69, 231, 255, 0.12), 0 0 22px rgba(69, 231, 255, 0.14);
}

.ai-icon::before,
.ai-icon::after,
.ai-icon span {
  content: "";
  position: absolute;
  border-color: var(--cyan);
}

.icon-systems::before {
  inset: 17px;
  border: 1px solid var(--cyan);
  border-radius: 4px;
}

.icon-systems::after {
  left: 11px;
  right: 11px;
  top: 28px;
  border-top: 1px solid var(--cyan);
}

.icon-systems span {
  top: 10px;
  left: 10px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  box-shadow: 30px 0 0 -1px rgba(69, 231, 255, 0.85), 15px 35px 0 -1px rgba(69, 231, 255, 0.85);
}

.icon-service::before {
  left: 16px;
  top: 18px;
  width: 26px;
  height: 22px;
  border: 1px solid var(--cyan);
  border-radius: 14px;
}

.icon-service::after {
  left: 27px;
  top: 8px;
  height: 42px;
  border-left: 1px solid var(--cyan);
}

.icon-service span {
  left: 10px;
  top: 28px;
  width: 38px;
  border-top: 1px solid var(--cyan);
}

.icon-agent::before {
  left: 21px;
  top: 13px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
}

.icon-agent::after {
  left: 15px;
  top: 34px;
  width: 28px;
  height: 16px;
  border: 1px solid var(--cyan);
  border-radius: 18px 18px 0 0;
}

.icon-agent span {
  right: 10px;
  top: 10px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  box-shadow: 0 34px 0 -1px rgba(69, 231, 255, 0.85);
}

.product-grid {
  min-height: 410px;
}

.product-card {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: 44px;
  padding: 44px;
}

.product-card::after {
  right: 44px;
  bottom: 44px;
  width: min(28vw, 280px);
}

.product-card h1 {
  font-size: clamp(24px, 2.6vw, 36px);
}

.product-card h2 {
  font-size: clamp(18px, 1.7vw, 24px);
}

.product-card p {
  font-size: clamp(14px, 1vw, 16px);
}

.product-media {
  min-height: 280px;
}

.product-media > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(69, 231, 255, 0.24);
  background: rgba(4, 10, 32, 0.52);
  color: var(--cyan);
  font-size: 12px;
  text-transform: uppercase;
}

.product-media::after {
  content: "";
  position: absolute;
  inset: 20%;
  border: 1px solid rgba(69, 231, 255, 0.48);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(69, 231, 255, 0.22), inset 0 0 24px rgba(69, 231, 255, 0.08);
}

.product-media-booking::after {
  border-radius: 18px;
  transform: rotate(45deg);
}

.product-media-group::after {
  inset: 28% 18%;
  border-radius: 999px;
}

.product-media-agent::after {
  inset: 24%;
  border-radius: 50% 50% 12px 12px;
}

.product-media-classify::after {
  inset: 22% 30%;
  border-radius: 8px;
  box-shadow:
    -52px -28px 0 -16px rgba(69, 231, 255, 0.2),
    52px 28px 0 -16px rgba(69, 231, 255, 0.2),
    0 0 28px rgba(69, 231, 255, 0.22);
}

.testimonial-shell {
  max-width: 920px;
}

.testimonial-track {
  min-height: 580px;
}

.testimonial-slide {
  grid-template-columns: minmax(220px, 300px) minmax(0, 0.82fr);
  gap: 44px;
}

.video-card {
  width: min(100%, 280px);
  min-height: 500px;
}

.testimonial-content {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.trust-carousel {
  max-width: 880px;
}

.trust-track {
  min-height: 330px;
}

.trust-slide {
  gap: 30px;
  padding: 30px;
}

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

.trust-copy li {
  font-size: clamp(16px, 1.6vw, 22px);
}

.final-cta-section {
  align-items: center;
}

@media (max-width: 1100px) {
  .about-layout,
  .product-card,
  .testimonial-slide {
    grid-template-columns: 1fr;
  }

  .about-video-placeholder {
    min-height: 300px;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 76vh;
  }

.hero-video {
  height: 76vh;
}

  .hero-overlay {
    width: calc(100% - 44px);
  }

  .hero-overlay h1 {
    font-size: clamp(28px, 8vw, 36px);
  }

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

  .product-grid {
    min-height: 650px;
  }

  .testimonial-track {
    min-height: 760px;
  }
}

.hero-video {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 4, 20, 0.78), rgba(2, 4, 20, 0.26) 56%, rgba(2, 4, 20, 0.7)),
    linear-gradient(0deg, rgba(2, 4, 20, 0.76), rgba(2, 4, 20, 0.12) 52%, rgba(2, 4, 20, 0.38)),
    radial-gradient(circle at 42% 42%, rgba(69, 231, 255, 0.16), transparent 22rem);
}

.hero-overlay {
  z-index: 2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a,
button {
  color: inherit;
  font: inherit;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 44px;
  color: var(--white);
  background: transparent;
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease, min-height 240ms ease;
}

.site-header.is-scrolled {
  min-height: 68px;
  color: var(--black);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
}

.brand img,
.site-footer img {
  display: block;
  width: 174px;
  height: auto;
}

.site-header:not(.is-scrolled) .brand img {
  filter: brightness(0) invert(1);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  letter-spacing: 0;
}

.primary-nav > a,
.nav-item > a {
  display: block;
  padding: 28px 0;
}

.nav-item {
  position: relative;
}

.submenu {
  position: absolute;
  top: 100%;
  left: -18px;
  min-width: 240px;
  display: grid;
  gap: 2px;
  padding: 12px;
  color: var(--black);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 180ms ease;
}

.submenu a {
  padding: 10px 12px;
  border-bottom: 1px solid transparent;
}

.submenu a:hover {
  border-bottom-color: var(--line);
}

.has-menu:hover .submenu,
.has-menu:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid transparent;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-demo {
  border-color: currentColor;
  min-width: 116px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid currentColor;
  background: transparent;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.hero-overlay .button {
  justify-self: start;
  min-width: 178px;
}

.button:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid currentColor;
  background: transparent;
}

.menu-toggle span {
  display: block;
  height: 1px;
  margin: 6px 0;
  background: currentColor;
}

.section {
  padding: 112px 54px;
  border-bottom: 1px solid var(--line);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-label,
.eyebrow {
  margin: 0 0 14px;
  color: var(--mid);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3.5vw, 50px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: 0;
}

p {
  color: var(--mid);
  font-size: clamp(16px, 1.2vw, 19px);
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.hero-video {
  position: absolute;
  inset: 0;
  height: 100vh;
  min-height: 100%;
  border: 0;
  background:
    linear-gradient(135deg, transparent 49.85%, rgba(255, 255, 255, 0.22) 50%, transparent 50.15%),
    linear-gradient(45deg, transparent 49.85%, rgba(255, 255, 255, 0.22) 50%, transparent 50.15%),
    var(--dark);
}

.hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.1));
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  align-content: end;
  width: min(1180px, calc(100% - 64px));
  min-height: 0;
  padding: 120px 0 76px;
  margin: 0 auto;
  text-align: left;
}

.hero-overlay .eyebrow,
.hero-overlay p {
  color: rgba(255, 255, 255, 0.76);
}

.hero-overlay h1 {
  max-width: 640px;
  font-size: clamp(36px, 4.4vw, 58px);
}

.hero-overlay p:not(.eyebrow) {
  max-width: 560px;
}

.video-placeholder,
.video-card {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid var(--black);
  background:
    linear-gradient(135deg, transparent 49.5%, var(--line) 50%, transparent 50.5%),
    linear-gradient(45deg, transparent 49.5%, var(--line) 50%, transparent 50.5%),
    var(--soft);
}

.video-placeholder p,
.video-card p {
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
}

.play-marker {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 76px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
}

.play-marker::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 23px 0 0 30px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 21px solid currentColor;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: center;
}

.wire-panel {
  padding: 42px;
  border: 1px solid var(--line);
  background: var(--soft);
}

.placeholder-lines {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}

.placeholder-lines span {
  display: block;
  height: 15px;
  border: 1px solid var(--line);
  background: var(--white);
}

.placeholder-lines span:nth-child(2) {
  width: 82%;
}

.placeholder-lines span:nth-child(3) {
  width: 64%;
}

.point-stage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto;
  border-block: 1px solid var(--line);
  background: transparent;
}

.point-card {
  min-height: 310px;
  padding: 34px;
  border-right: 1px solid var(--line);
  background: var(--white);
  transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

.point-card:last-child {
  border-right: 0;
}

.point-card span,
.product-card span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 54px;
  border: 1px solid currentColor;
  color: var(--mid);
}

.point-card.active,
.point-card:hover {
  z-index: 1;
  box-shadow: var(--shadow);
  transform: translateY(-12px);
}

.product-showcase {
  max-width: 1220px;
  margin: 0 auto;
}

.product-rail {
  display: flex;
  gap: 1px;
  margin-bottom: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.product-tab {
  flex: 1 1 0;
  min-height: 72px;
  padding: 0 14px;
  border: 0;
  background: var(--white);
  color: var(--mid);
  font-size: 13px;
  line-height: 1.2;
  transition: background 180ms ease, color 180ms ease;
}

.product-tab.active {
  color: var(--black);
  background: var(--soft);
}

.product-grid {
  position: relative;
  min-height: 470px;
  border: 1px solid var(--line);
  background: var(--soft);
  overflow: hidden;
}

.product-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-content: center;
  gap: 54px;
  padding: 64px;
  background: var(--white);
  opacity: 0;
  visibility: hidden;
  transform: translateY(22px);
  transition: opacity 300ms ease, transform 300ms ease, visibility 300ms ease;
}

.product-card::after {
  content: "";
  position: absolute;
  right: 64px;
  bottom: 64px;
  width: min(34vw, 390px);
  height: 1px;
  background: var(--line);
}

.product-card.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.product-media {
  display: grid;
  place-items: center;
  min-height: 320px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, transparent 49.5%, var(--line) 50%, transparent 50.5%),
    linear-gradient(45deg, transparent 49.5%, var(--line) 50%, transparent 50.5%),
    var(--soft);
  color: var(--mid);
  font-size: 12px;
  text-transform: uppercase;
}

.product-card span {
  display: inline-block;
  width: auto;
  height: auto;
  margin-bottom: 26px;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--mid);
  font-size: 12px;
  text-transform: uppercase;
}

.product-card h1 {
  margin-bottom: 8px;
  font-size: clamp(32px, 4.2vw, 58px);
}

.product-card h2 {
  color: var(--mid);
}

.product-card p {
  max-width: 520px;
  align-self: end;
}

.testimonial-shell {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 56px 44px;
}

.testimonial-track {
  position: relative;
  min-height: 610px;
}

.testimonial-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(230px, 320px) minmax(0, 0.85fr);
  gap: 52px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
  transition: 360ms ease;
}

.testimonial-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.video-card {
  width: min(100%, 310px);
  min-height: 550px;
  aspect-ratio: 9 / 16;
  background:
    linear-gradient(135deg, transparent 49.5%, var(--line) 50%, transparent 50.5%),
    linear-gradient(45deg, transparent 49.5%, var(--line) 50%, transparent 50.5%),
    var(--white);
}

.testimonial-content {
  max-width: 430px;
  padding: 34px 0;
  border-block: 1px solid var(--line);
}

.testimonial-content h2 {
  margin-bottom: 18px;
}

.testimonial-content p {
  max-width: 380px;
}

.testimonial-meta {
  display: block;
  margin-bottom: 28px;
  color: var(--mid);
  font-size: 12px;
  text-transform: uppercase;
}

.slider-button {
  position: absolute;
  top: 44%;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid var(--black);
  background: var(--white);
  font-size: 24px;
  line-height: 1;
}

.previous {
  left: 0;
}

.next {
  right: 0;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.dot {
  width: 34px;
  height: 2px;
  padding: 0;
  border: 0;
  background: var(--line);
}

.dot.active {
  background: var(--black);
}

.logos-section {
  padding-bottom: 120px;
}

.newsletter-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 64px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto;
}

.newsletter-form {
  display: grid;
  gap: 14px;
}

.newsletter-form label {
  color: var(--mid);
  font-size: 12px;
  text-transform: uppercase;
}

.newsletter-form div {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid var(--line);
}

.newsletter-form input,
.newsletter-form button {
  min-height: 54px;
  border: 0;
  background: var(--white);
}

.newsletter-form input {
  min-width: 0;
  padding: 0 16px;
  color: var(--black);
}

.newsletter-form button {
  padding: 0 22px;
  border-left: 1px solid var(--line);
}

.logo-marquee {
  overflow: hidden;
  max-width: 1240px;
  margin: 0 auto;
  border-block: 1px solid var(--line);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.logo-track {
  display: flex;
  width: max-content;
  animation: marquee 24s linear infinite;
}

.logo-track span {
  display: grid;
  place-items: center;
  width: 170px;
  height: 86px;
  margin: 24px 16px;
  border: 0;
  border-inline: 1px solid var(--line);
  background: transparent;
  color: var(--mid);
  font-size: 12px;
  text-transform: uppercase;
}

.trust-carousel {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 52px 40px;
}

.trust-track {
  position: relative;
  min-height: 390px;
  border: 1px solid var(--line);
  overflow: hidden;
}

.trust-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: 38px;
  align-items: center;
  padding: 38px;
  background: var(--white);
  opacity: 0;
  visibility: hidden;
  transform: translateX(34px);
  transition: opacity 320ms ease, transform 320ms ease, visibility 320ms ease;
}

.trust-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.trust-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 260px;
  border: 1px solid var(--line);
  background: var(--soft);
  overflow: hidden;
}

.trust-visual::before,
.trust-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 49.6%, var(--line) 50%, transparent 50.4%),
    linear-gradient(45deg, transparent 49.6%, var(--line) 50%, transparent 50.4%);
  opacity: 0.5;
}

.shield-placeholder {
  position: relative;
  z-index: 1;
  width: 104px;
  height: 126px;
  border: 1px solid var(--black);
  border-radius: 52px 52px 14px 14px;
  background: var(--white);
}

.shield-placeholder::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 34px;
  width: 34px;
  height: 32px;
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
}

.shield-placeholder::after {
  content: "";
  position: absolute;
  top: 72px;
  left: 29px;
  width: 46px;
  height: 36px;
  border: 1px solid var(--black);
  background: var(--white);
}

.server-stack {
  position: absolute;
  right: 28px;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.server-stack span {
  display: block;
  width: 112px;
  height: 38px;
  border: 1px solid var(--line);
  background: var(--white);
}

.trust-copy span {
  display: block;
  margin-bottom: 18px;
  color: var(--mid);
  font-size: 12px;
  text-transform: uppercase;
}

.trust-copy ul {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.trust-copy li {
  position: relative;
  padding-left: 32px;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1;
}

.trust-copy li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--black);
}

.patent-visual {
  display: flex;
  gap: 24px;
}

.patent-visual strong {
  position: relative;
  z-index: 1;
  font-size: clamp(54px, 7vw, 86px);
  line-height: 1;
  font-weight: 500;
}

.award-placeholder,
.badge-placeholder {
  position: relative;
  z-index: 1;
  width: 92px;
  height: 92px;
  border: 1px solid var(--black);
  background: var(--white);
}

.award-placeholder {
  border-radius: 50%;
}

.award-placeholder::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -34px;
  width: 30px;
  height: 40px;
  border: 1px solid var(--black);
  background: var(--white);
}

.badge-placeholder {
  transform: rotate(45deg);
}

.trust-button {
  position: absolute;
  top: 44%;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid var(--black);
  background: var(--white);
  font-size: 24px;
  line-height: 1;
}

.trust-prev {
  left: 0;
}

.trust-next {
  right: 0;
}

.trust-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.trust-dot {
  width: 34px;
  height: 2px;
  padding: 0;
  border: 0;
  background: var(--line);
}

.trust-dot.active {
  background: var(--black);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 64px;
  padding: 82px 54px;
  border-top: 1px solid var(--black);
  background: var(--white);
}

.site-footer h2 {
  margin-bottom: 20px;
  font-size: 13px;
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  width: fit-content;
  margin: 11px 0;
  color: var(--mid);
  border-bottom: 1px solid transparent;
}

.site-footer a:hover {
  border-bottom-color: var(--mid);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1100px) {
  .site-header {
    padding: 0 24px;
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: fixed;
    top: 78px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 12px 24px 26px;
    color: var(--black);
    border-bottom: 1px solid var(--line);
    background: var(--white);
  }

  .primary-nav.open {
    display: grid;
    gap: 0;
  }

  .primary-nav > a,
  .nav-item > a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 16px;
  }

  .submenu {
    position: static;
    display: grid;
    min-width: 0;
    margin-bottom: 10px;
    padding: 0 0 0 18px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .split,
  .testimonial-slide,
  .trust-slide,
  .newsletter-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 82px 22px;
  }

  .hero-overlay {
    width: calc(100% - 44px);
    text-align: left;
  }

  .point-stage,
  .product-rail {
    grid-template-columns: 1fr;
  }

  .product-rail {
    display: grid;
  }

  .point-card {
    min-height: 260px;
  }

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

  .product-card {
    padding: 34px;
  }

  .testimonial-shell {
    padding: 0 0 54px;
  }

  .trust-carousel {
    padding: 0 0 54px;
  }

  .trust-track {
    min-height: 620px;
  }

  .trust-slide {
    padding: 26px;
    gap: 28px;
  }

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

  .server-stack {
    right: 20px;
  }

  .server-stack span {
    width: 110px;
  }

  .testimonial-track {
    min-height: 790px;
  }

  .video-card {
    min-height: 500px;
  }

  .testimonial-content {
    padding: 24px 0;
  }

  .newsletter-form div {
    grid-template-columns: 1fr;
  }

  .newsletter-form button {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .slider-button {
    top: auto;
    bottom: 0;
  }
}

/* Final AMGiNE campaign-style layer. Keep this block last. */
:root {
  --black: #f7fbff;
  --dark: #050818;
  --mid: #b7c2d8;
  --line: rgba(93, 176, 255, 0.24);
  --soft: rgba(16, 34, 76, 0.52);
  --white: #ffffff;
  --navy-950: #020414;
  --navy-900: #05091f;
  --navy-800: #08143a;
  --blue: #1687ff;
  --cyan: #45e7ff;
  --ice: #dbe9ff;
  --violet: #7a5cff;
  --shadow: 0 26px 90px rgba(0, 177, 255, 0.18);
  --glow: 0 0 28px rgba(69, 231, 255, 0.42), 0 0 80px rgba(22, 135, 255, 0.2);
}

body {
  color: var(--ice);
  background:
    radial-gradient(circle at 50% -10%, rgba(45, 138, 255, 0.28), transparent 38rem),
    radial-gradient(circle at 86% 16%, rgba(69, 231, 255, 0.12), transparent 28rem),
    linear-gradient(180deg, var(--navy-950), var(--navy-900) 44%, #030719);
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(69, 231, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 231, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 18% 30%, rgba(41, 143, 255, 0.18), transparent 18rem),
    radial-gradient(circle at 80% 72%, rgba(0, 224, 255, 0.12), transparent 22rem);
  background-size: 64px 64px, 64px 64px, auto, auto;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.45));
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(89, 222, 255, 0.55) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 255, 255, 0.18) 0 1px, transparent 1.5px);
  background-position: 12px 18px, 42px 52px;
  background-size: 120px 120px, 180px 180px;
  opacity: 0.22;
}

.site-header {
  color: var(--white);
  background: linear-gradient(180deg, rgba(2, 4, 20, 0.86), rgba(2, 4, 20, 0));
}

.site-header.is-scrolled {
  color: var(--white);
  border-bottom: 1px solid rgba(69, 231, 255, 0.2);
  background: rgba(3, 7, 25, 0.82);
  backdrop-filter: blur(18px);
}

.brand img,
.site-footer img {
  width: 174px;
}

.site-footer img {
  width: 220px;
}

.site-header:not(.is-scrolled) .brand img,
.brand img,
.site-footer img {
  filter: brightness(0) invert(1);
}

.submenu {
  color: var(--ice);
  border-color: rgba(69, 231, 255, 0.24);
  background: rgba(6, 13, 38, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.submenu a:hover {
  border-bottom-color: var(--cyan);
}

.nav-demo,
.button,
.newsletter-form button {
  color: var(--white);
  border-color: rgba(69, 231, 255, 0.68);
  background:
    linear-gradient(180deg, rgba(69, 231, 255, 0.16), rgba(22, 135, 255, 0.06)),
    rgba(5, 18, 50, 0.46);
  box-shadow: inset 0 0 20px rgba(69, 231, 255, 0.14), 0 0 18px rgba(69, 231, 255, 0.1);
}

.nav-demo:hover,
.button:hover,
.newsletter-form button:hover {
  box-shadow: var(--glow);
}

.section {
  position: relative;
  border-bottom: 1px solid rgba(69, 231, 255, 0.14);
  background:
    radial-gradient(circle at 18% 10%, rgba(22, 135, 255, 0.14), transparent 28rem),
    radial-gradient(circle at 86% 64%, rgba(69, 231, 255, 0.07), transparent 24rem);
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 54px;
  right: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(69, 231, 255, 0.5), transparent);
}

.eyebrow,
.section-label {
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(69, 231, 255, 0.4);
}

h1,
h2 {
  color: var(--white);
}

p {
  color: var(--mid);
}

.hero {
  background: var(--navy-950);
}

.hero-video {
  background:
    radial-gradient(circle at 58% 50%, rgba(69, 231, 255, 0.26), transparent 8rem),
    radial-gradient(circle at 50% 55%, rgba(28, 85, 255, 0.32), transparent 30rem),
    linear-gradient(135deg, transparent 49.85%, rgba(69, 231, 255, 0.28) 50%, transparent 50.15%),
    linear-gradient(45deg, transparent 49.85%, rgba(69, 231, 255, 0.2) 50%, transparent 50.15%),
    linear-gradient(180deg, #050818, #071a4c 70%, #040717);
}

.hero-video::after {
  background:
    linear-gradient(90deg, rgba(2, 4, 20, 0.72), rgba(2, 4, 20, 0.2) 55%, rgba(2, 4, 20, 0.66)),
    radial-gradient(circle at 50% 50%, rgba(69, 231, 255, 0.16), transparent 18rem);
}

.hero-overlay h1 {
  color: var(--white);
  text-shadow: 0 0 34px rgba(69, 231, 255, 0.24);
}

.play-marker {
  color: var(--white);
  border-color: rgba(69, 231, 255, 0.72);
  background: rgba(6, 20, 58, 0.48);
  box-shadow: var(--glow), inset 0 0 24px rgba(69, 231, 255, 0.16);
}

.wire-panel,
.point-card,
.product-grid,
.product-card,
.testimonial-content,
.trust-track,
.trust-slide,
.newsletter-form div,
.site-footer {
  border-color: rgba(69, 231, 255, 0.22);
  background: linear-gradient(180deg, rgba(12, 28, 70, 0.62), rgba(5, 11, 34, 0.76));
  box-shadow: inset 0 0 28px rgba(69, 231, 255, 0.04);
  backdrop-filter: blur(10px);
}

.point-stage {
  border-color: rgba(69, 231, 255, 0.22);
}

.point-card {
  border-right-color: rgba(69, 231, 255, 0.2);
}

.point-card.active,
.point-card:hover,
.product-tab.active {
  box-shadow: var(--shadow), inset 0 0 34px rgba(69, 231, 255, 0.1);
}

.point-card span,
.product-card span,
.trust-copy span,
.testimonial-meta {
  color: var(--cyan);
  border-color: rgba(69, 231, 255, 0.42);
}

.placeholder-lines span,
.product-tab,
.logo-track span,
.newsletter-form input {
  color: var(--ice);
  border-color: rgba(69, 231, 255, 0.18);
  background: rgba(6, 19, 54, 0.64);
}

.product-tab {
  color: var(--mid);
}

.product-tab.active {
  color: var(--white);
  background:
    radial-gradient(circle at 50% 0, rgba(69, 231, 255, 0.18), transparent 70%),
    rgba(9, 30, 78, 0.86);
}

.product-media,
.video-card,
.trust-visual {
  border-color: rgba(69, 231, 255, 0.3);
  background:
    radial-gradient(circle at 50% 48%, rgba(69, 231, 255, 0.24), transparent 7rem),
    linear-gradient(135deg, transparent 49.5%, rgba(69, 231, 255, 0.28) 50%, transparent 50.5%),
    linear-gradient(45deg, transparent 49.5%, rgba(37, 110, 255, 0.24) 50%, transparent 50.5%),
    rgba(7, 18, 50, 0.7);
  color: var(--mid);
  box-shadow: inset 0 0 70px rgba(69, 231, 255, 0.08);
}

.product-media::before,
.video-card::before,
.trust-visual::before {
  opacity: 0.35;
}

.video-card {
  box-shadow: 0 0 0 1px rgba(69, 231, 255, 0.1), var(--shadow);
}

.slider-button,
.trust-button {
  color: var(--white);
  border-color: rgba(69, 231, 255, 0.54);
  background: rgba(5, 18, 50, 0.86);
  box-shadow: 0 0 18px rgba(69, 231, 255, 0.14);
}

.dot,
.trust-dot {
  background: rgba(91, 120, 160, 0.5);
}

.dot.active,
.trust-dot.active {
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(69, 231, 255, 0.8);
}

.logo-marquee {
  border-color: rgba(69, 231, 255, 0.2);
}

.logo-track span {
  border-inline-color: rgba(69, 231, 255, 0.18);
}

.shield-placeholder,
.server-stack span,
.award-placeholder,
.badge-placeholder {
  border-color: rgba(69, 231, 255, 0.58);
  background: rgba(6, 19, 54, 0.7);
  box-shadow: inset 0 0 30px rgba(69, 231, 255, 0.08);
}

.shield-placeholder::before,
.shield-placeholder::after,
.award-placeholder::after,
.trust-copy li::before {
  border-color: rgba(69, 231, 255, 0.72);
  background: rgba(8, 26, 70, 0.82);
}

.patent-visual strong {
  color: var(--white);
  text-shadow: 0 0 28px rgba(69, 231, 255, 0.26);
}

.newsletter-section {
  border: 1px solid rgba(69, 231, 255, 0.18);
  padding: 58px;
  background:
    radial-gradient(circle at 70% 0, rgba(69, 231, 255, 0.14), transparent 24rem),
    rgba(4, 10, 32, 0.62);
}

.newsletter-form input::placeholder {
  color: rgba(219, 233, 255, 0.48);
}

.site-footer {
  color: var(--ice);
}

.site-footer a {
  color: var(--mid);
}

.site-footer a:hover {
  color: var(--cyan);
  border-bottom-color: var(--cyan);
}

@keyframes pulseGlow {
  0%,
  100% {
    filter: drop-shadow(0 0 8px rgba(69, 231, 255, 0.28));
  }

  50% {
    filter: drop-shadow(0 0 22px rgba(69, 231, 255, 0.58));
  }
}

.play-marker,
.product-media,
.trust-visual {
  animation: pulseGlow 4.8s ease-in-out infinite;
}

@media (max-width: 720px) {
  .section::before {
    left: 22px;
    right: 22px;
  }

  .newsletter-section {
    padding: 34px 22px;
  }
}

/* Absolute final product panel typography override. */
.products-section .product-showcase .product-grid .product-card h1 {
  font-size: clamp(20px, 1.8vw, 28px) !important;
  line-height: 1.08 !important;
  margin-bottom: 10px !important;
}

.products-section .product-showcase .product-grid .product-card h2 {
  font-size: clamp(15px, 1.15vw, 18px) !important;
  line-height: 1.28 !important;
  font-weight: 500 !important;
}

.products-section .product-showcase .product-grid .product-card p {
  font-size: clamp(13px, 0.95vw, 15px) !important;
  line-height: 1.55 !important;
}

.testimonials-section .testimonial-content {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.products-section .product-showcase .product-media.has-image {
  position: relative !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #07142c !important;
}

.products-section .product-showcase .product-media.has-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.05) brightness(0.76);
  transform: scale(1.01);
}

.products-section .product-showcase .product-media.has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(3, 10, 27, 0.1), rgba(3, 10, 27, 0.55)),
    radial-gradient(circle at 72% 18%, rgba(69, 218, 255, 0.22), transparent 34%);
  pointer-events: none;
}

.products-section .product-showcase .product-media.has-image::after {
  content: "";
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  width: auto !important;
  height: auto !important;
  border: 1px solid rgba(91, 223, 255, 0.28) !important;
  border-radius: inherit !important;
  background:
    linear-gradient(90deg, rgba(91, 223, 255, 0.22), transparent 26%, transparent 74%, rgba(91, 223, 255, 0.18)),
    linear-gradient(180deg, transparent, rgba(3, 10, 27, 0.64)) !important;
  box-shadow: inset 0 0 58px rgba(69, 218, 255, 0.14) !important;
  transform: none !important;
  pointer-events: none;
}

.testimonials-section .video-card.has-video {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #07142c;
}

.testimonials-section .video-card.has-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04) brightness(0.86);
}

.testimonials-section .video-card.has-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 10, 27, 0.04), rgba(3, 10, 27, 0.46)),
    radial-gradient(circle at 50% 40%, rgba(69, 218, 255, 0.14), transparent 38%);
  pointer-events: none;
}
