:root {
  --ngt-home-bg: #071320;
  --ngt-home-panel: #101d29;
  --ngt-home-panel-2: #0d1a25;
  --ngt-home-band-1: #0a1824;
  --ngt-home-band-2: #0d2030;
  --ngt-home-band-3: #0b1b2a;
  --ngt-home-band-4: #0f2029;
  --ngt-home-text: #f7fbfb;
  --ngt-home-muted: #9aa3a8;
  --ngt-home-accent: #12c7d8;
  --ngt-home-border: rgba(210, 231, 247, 0.13);
}

body.home {
  color: var(--ngt-home-text);
  background:
    radial-gradient(circle at 70% 0%, rgba(35, 124, 192, 0.18), transparent 22rem),
    radial-gradient(circle at 10% 20%, rgba(18, 199, 216, 0.10), transparent 24rem),
    linear-gradient(180deg, #081724 0%, var(--ngt-home-bg) 42%, #08131e 100%);
}

body.home .site-shell {
  background: transparent;
}

body.home .site-header {
  background: rgba(7, 18, 29, 0.9);
  border-bottom-color: rgba(210, 231, 247, 0.09);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

body.home .primary-menu a,
body.home .site-search-toggle,
body.home .menu-toggle {
  color: var(--ngt-home-text);
}

body.home .site-search-panel {
  background: rgba(5, 8, 10, 0.94);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.home .site-search-panel input[type="search"] {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.10);
  color: var(--ngt-home-text);
}

body.home .site-search-panel input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

body.home .showcase-hero {
  padding: 7.4rem 0 2.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.home .showcase-actions {
  margin-bottom: 1.75rem;
}

body.home .showcase-metrics {
  margin-top: 1.75rem;
}

body.home .showcase-section {
  position: relative;
  margin: 0;
  padding: 5.1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.045);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

body.home .showcase-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 18%, rgba(18, 199, 216, 0.055), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0));
}

body.home .showcase-section > .container {
  position: relative;
  z-index: 1;
}

body.home .showcase-section:nth-of-type(4n + 2) {
  background:
    radial-gradient(circle at 14% 18%, rgba(96, 149, 181, 0.14), transparent 23rem),
    linear-gradient(180deg, var(--ngt-home-band-1), #081520);
}

body.home .showcase-section:nth-of-type(4n + 3) {
  background:
    radial-gradient(circle at 86% 28%, rgba(18, 199, 216, 0.11), transparent 24rem),
    linear-gradient(180deg, var(--ngt-home-band-2), #0a1925);
}

body.home .showcase-section:nth-of-type(4n + 4) {
  background:
    radial-gradient(circle at 20% 74%, rgba(125, 171, 197, 0.12), transparent 24rem),
    linear-gradient(180deg, var(--ngt-home-band-3), #081623);
}

body.home .showcase-section:nth-of-type(4n + 5) {
  background:
    radial-gradient(circle at 78% 72%, rgba(18, 199, 216, 0.09), transparent 22rem),
    linear-gradient(180deg, var(--ngt-home-band-4), #091720);
}

body.home .showcase-hero::before {
  height: 40rem;
  background:
    radial-gradient(circle at 78% 22%, rgba(18, 199, 216, 0.22), transparent 18rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

body.home .showcase-title,
body.home .showcase-heading__title {
  color: var(--ngt-home-text);
}

body.home .showcase-lead,
body.home .showcase-heading__copy {
  color: rgba(247, 251, 251, 0.70);
}

body.home .showcase-kicker,
body.home .showcase-label {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(247, 251, 251, 0.70);
}

body.home .button--light {
  color: #041114;
  background: linear-gradient(135deg, rgba(18, 199, 216, 0.95), rgba(126, 240, 255, 0.70));
}

body.home .button--outline-light {
  border-color: rgba(18, 199, 216, 0.45);
  color: var(--ngt-home-text);
}

body.home .showcase-metrics,
body.home .showcase-stat-band,
body.home .showcase-contact,
body.home .showcase-text-card,
body.home .showcase-feature-card,
body.home .showcase-mini-card,
body.home .process-card,
body.home .testimonial-card,
body.home .compliance-badge {
  border-color: var(--ngt-home-border);
  background:
    linear-gradient(180deg, rgba(21, 36, 48, 0.9), rgba(12, 25, 36, 0.95));
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.32);
}

body.home .showcase-feature-card,
body.home .showcase-mini-card,
body.home .showcase-text-card,
body.home .process-card,
body.home .testimonial-card,
body.home .compliance-badge {
  background:
    linear-gradient(180deg, rgba(25, 43, 55, 0.86), rgba(13, 27, 38, 0.94));
}

body.home .home-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(172, 199, 255, 0.22);
  border-radius: 0.85rem;
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.14), transparent 55%),
    rgba(18, 199, 216, 0.08);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset;
}

body.home .home-icon img {
  display: block;
  width: 1.45rem;
  height: 1.45rem;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(18, 199, 216, 0.16));
}

body.home .metric-pill .home-icon,
body.home .showcase-stat-band__item .home-icon {
  margin-bottom: 0.7rem;
}

body.home .process-card__icon {
  margin-bottom: 1rem;
}

body.home .compliance-badge__icon.home-icon {
  margin-bottom: 0.65rem;
}

body.home .showcase-about,
body.home .showcase-contact {
  background:
    radial-gradient(circle at 84% 24%, rgba(18, 199, 216, 0.14), transparent 19rem),
    linear-gradient(180deg, rgba(22, 39, 50, 0.96), rgba(12, 25, 35, 0.98));
}

body.home .showcase-about__media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(178, 226, 248, 0.32);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 72% 20%, rgba(126, 240, 255, 0.24), transparent 15rem),
    linear-gradient(180deg, rgba(21, 42, 56, 0.78), rgba(8, 18, 28, 0.96));
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.30),
    0 0 32px rgba(18, 199, 216, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.055) inset;
}

body.home .showcase-about__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 32%),
    linear-gradient(0deg, rgba(7, 16, 28, 0.03), transparent 48%);
  mix-blend-mode: screen;
}

body.home .showcase-about__image {
  width: 100%;
  min-height: 18rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 40%;
  border-radius: 0;
  filter: brightness(1.34) contrast(1.18) saturate(1.24);
}

body.home .metric-pill,
body.home .showcase-stat-band__item {
  background: rgba(255, 255, 255, 0.045);
}

body.home .metric-pill span,
body.home .showcase-stat-band__item span {
  color: rgba(247, 251, 251, 0.62);
}

body.home .showcase-link {
  color: rgba(18, 199, 216, 0.95);
}

body.home .showcase-link::after {
  background: rgba(18, 199, 216, 0.95);
}

body.home .showcase-section--contact {
  background:
    radial-gradient(circle at 16% 18%, rgba(18, 199, 216, 0.13), transparent 24rem),
    linear-gradient(180deg, #0c1d2a, #08131d);
}

body.home .showcase-contact {
  align-items: center;
  gap: 2rem;
  overflow: hidden;
  padding: clamp(1.1rem, 2.2vw, 1.8rem);
}

body.home .showcase-contact__copy,
body.home .showcase-contact__form {
  min-width: 0;
}

body.home .showcase-contact__form,
body.home .showcase-contact .wpcf7 {
  width: 100%;
  max-width: none;
}

body.home .showcase-contact .wpcf7 {
  display: block;
  margin-top: 0;
}

body.home .showcase-contact .wpcf7-form {
  border-radius: 1.25rem;
}

body.home .glass-stage__sheet {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(12, 28, 42, 0.7);
  border-color: rgba(18, 199, 216, 0.22);
}

body.home .glass-stage__glow {
  background: radial-gradient(circle, rgba(18, 199, 216, 0.55), rgba(18, 199, 216, 0));
}

body.home .process-card__number {
  color: rgba(18, 199, 216, 0.95);
}

body.home .site-footer {
  background: rgba(7, 16, 28, 0.96);
  border-top: 1px solid rgba(210, 231, 247, 0.08);
  color: rgba(247, 251, 251, 0.78);
}

body.home .site-footer__kpis {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.home .site-footer__kpi strong {
  color: var(--ngt-home-text);
}

body.home .site-footer__links a {
  color: rgba(247, 251, 251, 0.70);
}

body.home .site-footer__links a:hover {
  color: var(--ngt-home-text);
}

@media (max-width: 639px) {
  body.home .showcase-section {
    padding: 3.4rem 0;
  }

  body.home .showcase-contact {
    gap: 1.35rem;
  }

  body.home .showcase-about__image {
    min-height: 13rem;
  }

  body.home .showcase-contact .cf7-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 980px) {
  body.home .showcase-contact {
    grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 1.1fr);
    text-align: left;
  }

  body.home .showcase-contact__copy {
    text-align: left;
  }

  body.home .showcase-contact .showcase-heading__title,
  body.home .showcase-contact .showcase-heading__copy {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  body.home .showcase-contact .showcase-actions {
    justify-content: flex-start;
  }
}
