﻿html, body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  background: var(--nn-body-bg, #060b1a);
  color: var(--nn-text, #f5f7ff);
  scroll-behavior: smooth;
}

:root {
  --nn-header-h: 96px;
}

body.tt-magic-cursor {
  cursor: auto;
}

body.nn-has-atmosphere {
  position: relative;
}

a {
  color: inherit;
}

/* â”€â”€â”€ Neural / tech atmosphere (full page) â”€â”€â”€ */
.nn-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 70% at 50% 38%, var(--nn-atm-glow-1, rgba(56, 120, 220, 0.45)) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 78% 22%, var(--nn-atm-glow-2, rgba(124, 58, 237, 0.28)) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 12% 80%, var(--nn-atm-glow-3, rgba(34, 211, 238, 0.12)) 0%, transparent 45%),
    var(--nn-atm-bg, linear-gradient(180deg, #07102a 0%, #060b1a 42%, #050816 100%));
}

.nn-atmosphere__core {
  position: absolute;
  width: min(92vw, 920px);
  height: min(92vw, 920px);
  left: 50%;
  top: 32%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, var(--nn-atm-core, rgba(191, 219, 254, 0.55)) 0%, color-mix(in srgb, var(--nn-accent-mid, #3b82f6) 35%, transparent) 28%, transparent 68%);
  filter: blur(8px);
  opacity: 0.85;
}

.nn-atmosphere__beam {
  position: absolute;
  inset: -20% -10%;
  background:
    radial-gradient(ellipse 55% 45% at 72% 28%, var(--nn-atm-beam-1, rgba(129, 140, 248, 0.35)), transparent 60%),
    radial-gradient(ellipse 40% 35% at 20% 15%, var(--nn-atm-beam-2, rgba(56, 189, 248, 0.18)), transparent 55%);
  opacity: 0.9;
}

.nn-atmosphere__ring {
  position: absolute;
  width: min(72vw, 640px);
  height: min(72vw, 640px);
  right: -8%;
  top: 6%;
  border-radius: 50%;
  border: 1px solid var(--nn-atm-ring, rgba(147, 197, 253, 0.22));
  box-shadow:
    0 0 0 36px color-mix(in srgb, var(--nn-accent, #6366f1) 8%, transparent),
    0 0 0 72px color-mix(in srgb, var(--nn-accent-mid, #3b82f6) 6%, transparent),
    0 0 100px color-mix(in srgb, var(--nn-accent-end, #8b5cf6) 28%, transparent);
  animation: nnRotate 22s linear infinite;
}

.nn-atmosphere__ring--two {
  width: min(48vw, 420px);
  height: min(48vw, 420px);
  right: 6%;
  top: 18%;
  opacity: 0.55;
  animation-direction: reverse;
  animation-duration: 28s;
}

.nn-atmosphere__ring--three {
  width: min(88vw, 780px);
  height: min(88vw, 780px);
  right: -12%;
  top: 2%;
  opacity: 0.25;
  animation-duration: 36s;
  display: none;
}

.nn-atmosphere__css-layers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.nn-atmosphere__aurora,
.nn-atmosphere__mesh,
.nn-atmosphere__scan,
.nn-atmosphere__hologram,
.nn-atmosphere__laser,
.nn-atmosphere__radar {
  display: none;
  position: absolute;
  inset: 0;
}

.nn-atmosphere__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.nn-atmosphere--website-launch .nn-atmosphere__canvas {
  opacity: 0.95;
}

.nn-site,
.nn-header,
main,
footer {
  position: relative;
  z-index: 1;
}

.nn-site {
  background: transparent;
}

.nn-header.nn-header--glass {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  background: linear-gradient(
    180deg,
    var(--nn-header-glass-top, rgba(10, 22, 55, 0.55)) 0%,
    var(--nn-header-glass-mid, rgba(8, 18, 45, 0.28)) 65%,
    rgba(6, 11, 26, 0.05) 100%
  );
  border-bottom: 1px solid var(--nn-header-border, rgba(147, 197, 253, 0.14));
  box-shadow: 0 8px 32px rgba(2, 8, 28, 0.25);
}

.nn-nav a {
  color: rgba(241, 245, 255, 0.88);
  font-weight: 500;
  transition: color 0.2s ease;
}

.nn-nav a:hover {
  color: #fff;
}

.nn-header-inner {
  min-height: var(--nn-header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nn-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.4rem;
  font-weight: 800;
  text-decoration: none;
  flex-shrink: 0;
}

.nn-brand img,
.nn-brand__logo {
  max-height: 96px;
  width: auto;
  max-width: min(260px, 52vw);
  object-fit: contain;
  display: block;
  background: transparent;
  filter: drop-shadow(0 0 10px rgba(56, 189, 248, 0.28)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}

.nn-brand--has-logo {
  gap: 0;
}

.nn-brand-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--nn-gradient-brand, linear-gradient(135deg, #6d5efc, #22d3ee));
}

.nn-brand-logo {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}

.nn-brand-logo__svg {
  width: 100%;
  height: 100%;
  display: block;
}

.nn-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nn-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.nn-nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.nn-nav-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nn-header.is-nav-open .nn-nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nn-header.is-nav-open .nn-nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nn-header.is-nav-open .nn-nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nn-nav-backdrop {
  display: none;
}

.nn-nav a,
.nn-header-cta,
.nn-footer a {
  text-decoration: none;
}

.nn-header-cta,
.nn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 13px 30px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.nn-header-cta:hover,
.nn-header-cta:focus,
.nn-header-cta:focus-visible,
.nn-btn:hover,
.nn-btn:focus,
.nn-btn:focus-visible {
  text-decoration: none !important;
}

.nn-btn-primary,
.nn-header-cta {
  background: var(
    --nn-gradient-btn,
    linear-gradient(90deg, #3b82f6 0%, #5b8bf8 42%, #8b7cf8 100%)
  );
  color: #fff !important;
  border: 0;
  box-shadow:
    0 8px 28px var(--nn-btn-shadow, rgba(59, 130, 246, 0.42)),
    0 4px 18px color-mix(in srgb, var(--nn-accent-end, #8b7cf8) 38%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.nn-header-cta:hover,
.nn-btn-primary:hover {
  filter: brightness(1.06) saturate(1.05);
  transform: translateY(-2px);
  box-shadow:
    0 12px 34px var(--nn-btn-shadow, rgba(59, 130, 246, 0.5)),
    0 6px 22px color-mix(in srgb, var(--nn-accent-end, #8b7cf8) 45%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.nn-header-cta:active,
.nn-btn-primary:active {
  transform: translateY(0);
  filter: brightness(0.98);
}

.nn-btn-secondary {
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
}

.nn-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 100px;
  isolation: isolate;
  min-height: calc(100vh - var(--nn-header-h));
  min-height: calc(100dvh - var(--nn-header-h));
  display: flex;
  align-items: center;
}

.nn-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 11, 26, 0.15) 0%, rgba(6, 11, 26, 0.45) 100%),
    radial-gradient(ellipse 70% 55% at 68% 35%, var(--nn-hero-glow-1, rgba(99, 102, 241, 0.35)), transparent 55%),
    radial-gradient(ellipse 50% 40% at 25% 60%, var(--nn-hero-glow-2, rgba(56, 189, 248, 0.15)), transparent 50%);
  opacity: 1;
  pointer-events: none;
}

.nn-hero-orb,
.nn-hero-grid,
.nn-hero-rings {
  position: absolute;
  pointer-events: none;
}

.nn-hero-orb {
  border-radius: 50%;
  filter: blur(10px);
  opacity: .7;
  animation: nnFloat 8s ease-in-out infinite;
}

.nn-hero-orb-one {
  width: 320px;
  height: 320px;
  top: 40px;
  right: 8%;
  background: radial-gradient(circle, var(--nn-hero-orb-1, rgba(120, 119, 255, .46)), transparent);
}

.nn-hero-orb-two {
  width: 260px;
  height: 260px;
  bottom: -30px;
  left: 12%;
  background: radial-gradient(circle, var(--nn-hero-orb-2, rgba(34, 211, 238, .28)), transparent);
  animation-delay: -2.5s;
}

.nn-hero-grid {
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, .95), transparent 80%);
  opacity: .12;
}

.nn-hero-rings {
  width: min(58vw, 560px);
  height: min(58vw, 560px);
  right: -4%;
  top: 8%;
  border-radius: 50%;
  border: 1px solid var(--nn-hero-ring-border, rgba(186, 230, 253, 0.28));
  box-shadow:
    0 0 0 32px var(--nn-hero-ring-shadow-1, rgba(99, 102, 241, 0.08)),
    0 0 0 64px var(--nn-hero-ring-shadow-2, rgba(59, 130, 246, 0.06)),
    0 0 80px var(--nn-hero-ring-shadow-3, rgba(167, 139, 250, 0.35)),
    inset 0 0 60px var(--nn-hero-ring-inset, rgba(147, 197, 253, 0.08));
  animation: nnRotate 18s linear infinite;
  opacity: 0.9;
}

.nn-hero-content,
.nn-page-hero .container {
  position: relative;
  z-index: 1;
}

.nn-page-hero {
  padding: 48px 0 48px;
  position: relative;
  overflow: hidden;
}

.nn-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 70% 30%, var(--nn-page-hero-glow, rgba(99, 102, 241, 0.2)), transparent 60%);
  pointer-events: none;
}

.nn-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .06);
  color: #d8defd;
}

.nn-hero h1,
.nn-page-hero h1,
.nn-section-head h2,
.nn-panel h2,
.nn-cta h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.nn-hero p,
.nn-page-hero p,
.nn-section-head p,
.nn-panel p,
.nn-card p,
.nn-service-card p,
.nn-mini-card p,
.nn-step-card p,
.nn-work-card p,
.nn-price-card p,
.nn-contact-card span,
.nn-footer p {
  color: rgba(231, 236, 255, .74);
}

.nn-pill-row,
.nn-button-row,
.nn-contact-strip,
.nn-tag-list,
.nn-footer-grid,
.nn-timeline {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 14px;
}

.nn-hero .nn-button-row {
  margin-top: 22px;
}

.nn-grid {
  display: grid;
  gap: 16px;
  align-items: stretch;
}

.nn-grid > * {
  min-width: 0;
  width: 100%;
}

.nn-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nn-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nn-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.nn-pill {
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
}

.nn-contact-strip {
  margin-top: 28px;
  gap: 26px;
  color: #dce4ff;
}

.nn-section {
  padding: 92px 0;
}

.nn-section-alt {
  background: rgba(255, 255, 255, .025);
}

.nn-section-head {
  max-width: 780px;
  margin-bottom: 38px;
}

.nn-card,
.nn-panel,
.nn-service-card,
.nn-mini-card,
.nn-step-card,
.nn-work-card,
.nn-price-card,
.nn-contact-card,
.nn-form-card {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 28px;
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

.nn-glass-card,
.nn-service-card,
.nn-mini-card,
.nn-step-card,
.nn-work-card,
.nn-price-card,
.nn-contact-card {
  padding: 28px;
}

.nn-project-card {
  overflow: hidden;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.nn-project-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.nn-project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.nn-project-card:hover .nn-project-card__media img {
  transform: scale(1.04);
}

.nn-project-card__body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.nn-project-card__client {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(231, 236, 255, 0.58) !important;
}

.nn-project-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nn-accent-cyan, #77d7ff);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
}

.nn-project-card__link:hover {
  color: #fff;
}

.nn-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.nn-panel {
  padding: 34px;
}

.nn-card-icon,
.nn-mini-card i,
.nn-step-card i,
.nn-contact-card i {
  font-size: 2rem;
  color: var(--nn-accent-cyan, #77d7ff);
}

.nn-service-card,
.nn-mini-card,
.nn-step-card,
.nn-work-card,
.nn-price-card {
  height: 100%;
}

.nn-timeline-step {
  width: calc(20% - 13px);
  padding: 22px 16px;
  text-align: center;
}

.nn-timeline-step i {
  font-size: 1.8rem;
  color: var(--nn-accent-cyan, #87b4ff);
  margin-bottom: 12px;
}

.nn-tag {
  padding: 10px 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--nn-accent-end, #8b5cf6) 18%, transparent);
  color: #fff;
  border: 1px solid color-mix(in srgb, var(--nn-accent-end, #8b5cf6) 35%, transparent);
}

.nn-step-number,
.nn-work-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
  color: #fff;
}

.nn-work-section {
  background:
    radial-gradient(circle at top left, var(--nn-work-glow-1, rgba(168, 85, 247, .17)), transparent 26%),
    radial-gradient(circle at bottom right, var(--nn-work-glow-2, rgba(59, 130, 246, .2)), transparent 24%);
}

.nn-cta {
  padding: 48px 40px;
  border-radius: 36px;
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  background: linear-gradient(
    135deg,
    var(--nn-header-glass-top, rgba(10, 22, 55, 0.38)) 0%,
    var(--nn-header-glass-mid, rgba(8, 18, 45, 0.2)) 55%,
    rgba(6, 11, 26, 0.05) 100%
  );
  border: 1px solid var(--nn-header-border, rgba(147, 197, 253, 0.14));
  box-shadow: 0 20px 50px rgba(2, 8, 28, 0.2);
}

.nn-cta > div:first-child {
  margin-bottom: 28px;
}

#contact .nn-cta h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.nn-cta .nn-contact-card {
  background: rgba(255, 255, 255, 0.05);
  border-color: color-mix(in srgb, var(--nn-header-border, rgba(147, 197, 253, 0.14)) 90%, transparent);
}

.nn-testimonials {
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid color-mix(in srgb, var(--nn-header-border, rgba(147, 197, 253, 0.14)) 80%, transparent);
}

.nn-testimonials-head {
  margin-bottom: 24px;
}

.nn-testimonials-head h3 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  margin: 0 0 10px;
  color: #fff;
}

.nn-testimonials-head p {
  margin: 0;
  color: rgba(231, 236, 255, 0.74);
  max-width: 640px;
}

.nn-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.nn-testimonials-slider-wrap {
  position: relative;
}

.nn-testimonials-slider .swiper-slide {
  height: auto;
}

.nn-testimonials-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}

.nn-testimonials-prev,
.nn-testimonials-next {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--nn-header-border, rgba(147, 197, 253, 0.14)) 85%, transparent);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.nn-testimonials-prev:hover,
.nn-testimonials-next:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(119, 215, 255, 0.35);
}

.nn-testimonials-prev.swiper-button-disabled,
.nn-testimonials-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.nn-testimonials-pagination {
  position: static;
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nn-testimonials-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.28);
  opacity: 1;
  border-radius: 999px;
  transition: width 0.2s ease, background 0.2s ease;
}

.nn-testimonials-pagination .swiper-pagination-bullet-active {
  width: 22px;
  background: var(--nn-accent-cyan, #77d7ff);
}

.nn-testimonial-card {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid color-mix(in srgb, var(--nn-header-border, rgba(147, 197, 253, 0.14)) 85%, transparent);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  height: 100%;
}

.nn-testimonial-card__top {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 4px 12px;
  align-items: center;
  margin-bottom: 14px;
}

.nn-testimonial-avatar {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--nn-gradient-brand, linear-gradient(135deg, #6d5efc, #22d3ee));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  font-size: 1.1rem;
}

.nn-testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nn-testimonial-meta strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
}

.nn-testimonial-meta span {
  display: block;
  color: rgba(231, 236, 255, 0.65);
  font-size: 0.8rem;
}

.nn-testimonial-stars {
  grid-column: 2;
  display: flex;
  gap: 2px;
  color: #fbbf24;
  font-size: 0.75rem;
}

.nn-testimonial-stars .nn-star-empty {
  color: rgba(255, 255, 255, 0.2);
}

.nn-testimonial-card h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
}

.nn-testimonial-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(231, 236, 255, 0.78);
}

.nn-testimonial-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--nn-accent-cyan, #77d7ff);
  text-decoration: none;
}

.nn-testimonial-link:hover {
  color: #fff;
}

/* â”€â”€â”€ Blog listing / detail â”€â”€â”€ */
.nn-blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.nn-blog-cat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--nn-header-border, rgba(147, 197, 253, 0.14)) 85%, transparent);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(231, 236, 255, 0.82);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nn-blog-cat span {
  min-width: 1.4rem;
  height: 1.4rem;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: rgba(231, 236, 255, 0.7);
}

.nn-blog-cat:hover,
.nn-blog-cat.is-active {
  color: #fff;
  border-color: color-mix(in srgb, var(--nn-accent-cyan, #77d7ff) 45%, transparent);
  background: color-mix(in srgb, var(--nn-accent, #6366f1) 18%, transparent);
}

.nn-blog-cat.is-active span {
  background: color-mix(in srgb, var(--nn-accent-cyan, #77d7ff) 22%, transparent);
  color: #fff;
}

.nn-blog-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  height: 100%;
}

.nn-blog-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.nn-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.nn-blog-card:hover .nn-blog-card__media img {
  transform: scale(1.04);
}

.nn-blog-card__body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.nn-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-size: 0.78rem;
  color: rgba(231, 236, 255, 0.6);
}

.nn-blog-card__meta a {
  color: var(--nn-accent-cyan, #77d7ff);
  text-decoration: none;
  font-weight: 600;
}

.nn-blog-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
}

.nn-blog-card h3 a {
  color: #fff;
  text-decoration: none;
}

.nn-blog-card h3 a:hover {
  color: var(--nn-accent-cyan, #77d7ff);
}

.nn-blog-card p {
  margin: 0;
  color: rgba(231, 236, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.5;
}

.nn-blog-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nn-accent-cyan, #77d7ff);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
}

.nn-blog-card__link:hover {
  color: #fff;
}

.nn-blog-empty {
  grid-column: 1 / -1;
  color: rgba(231, 236, 255, 0.7);
}

.nn-blog-pagination {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.nn-blog-pagination .pagination {
  gap: 6px;
}

.nn-blog-pagination .page-link {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(147, 197, 253, 0.16);
  color: #fff;
}

.nn-blog-pagination .page-item.active .page-link,
.nn-blog-pagination .page-link:hover {
  background: color-mix(in srgb, var(--nn-accent, #6366f1) 35%, transparent);
  border-color: color-mix(in srgb, var(--nn-accent-cyan, #77d7ff) 40%, transparent);
  color: #fff;
}

.nn-blog-detail-hero__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: end;
}

.nn-blog-detail-hero__image {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--nn-header-border, rgba(147, 197, 253, 0.14)) 85%, transparent);
}

.nn-blog-detail-hero__image img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  display: block;
}

.nn-blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 16px;
  color: rgba(231, 236, 255, 0.7);
  font-size: 0.9rem;
}

.nn-blog-detail-meta a {
  color: var(--nn-accent-cyan, #77d7ff);
  text-decoration: none;
  font-weight: 600;
}

.nn-blog-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
  align-items: start;
}

.nn-blog-article {
  padding: 28px;
}

.nn-blog-article h2 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  color: #fff;
}

.nn-blog-lead {
  margin: 0 0 20px;
  color: rgba(231, 236, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.6;
}

.nn-blog-content {
  color: rgba(231, 236, 255, 0.86);
  line-height: 1.75;
  font-size: 1rem;
}

.nn-blog-content p,
.nn-blog-content ul,
.nn-blog-content ol {
  margin: 0 0 1rem;
}

.nn-blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.nn-blog-content a {
  color: var(--nn-accent-cyan, #77d7ff);
}

.nn-blog-inline-image {
  margin: 24px 0 0;
}

.nn-blog-inline-image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  max-height: 420px;
}

.nn-blog-back {
  margin: 28px 0 0;
}

.nn-blog-back a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nn-accent-cyan, #77d7ff);
  text-decoration: none;
  font-weight: 600;
}

.nn-blog-aside-card {
  padding: 18px;
  margin-bottom: 16px;
}

.nn-blog-aside-card h3 {
  margin: 0 0 14px;
  font-size: 0.95rem;
  color: #fff;
}

.nn-blog-related {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.nn-blog-related a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.35;
}

.nn-blog-related a:hover {
  color: var(--nn-accent-cyan, #77d7ff);
}

.nn-blog-related span {
  display: block;
  margin-top: 4px;
  color: rgba(231, 236, 255, 0.55);
  font-size: 0.78rem;
}

@media (max-width: 991px) {
  .nn-blog-detail-hero__grid,
  .nn-blog-detail-layout {
    grid-template-columns: 1fr;
  }
}

.nn-contact-card {
  text-decoration: none;
  display: block;
}

.nn-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 24px;
}

.nn-form-card {
  padding: 30px;
}

.nn-form-card .form-control {
  min-height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
}

.nn-form-card textarea.form-control {
  min-height: 150px;
}

.nn-form-card label {
  margin-bottom: 8px;
  font-weight: 600;
}

.nn-form-card .form-control:focus {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border-color: rgba(135, 180, 255, .8);
  box-shadow: none;
}

.nn-contact-points {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.nn-contact-points li {
  margin-bottom: 14px;
  color: rgba(231, 236, 255, .8);
}

.nn-footer.nn-footer--glass {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 88px 0 28px;
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  background:
    radial-gradient(ellipse 70% 55% at 12% 0%, rgba(56, 189, 248, 0.12), transparent 55%),
    radial-gradient(ellipse 55% 45% at 88% 8%, rgba(99, 102, 241, 0.16), transparent 50%),
    linear-gradient(
      180deg,
      rgba(8, 16, 40, 0.18) 0%,
      rgba(7, 14, 34, 0.55) 42%,
      rgba(5, 10, 24, 0.82) 100%
    );
  border-top: 1px solid var(--nn-header-border, rgba(147, 197, 253, 0.14));
  box-shadow: 0 -12px 40px rgba(2, 8, 28, 0.28);
}

.nn-footer-glow {
  position: absolute;
  inset: -20% 10% auto;
  height: 220px;
  background: radial-gradient(ellipse at center, rgba(119, 215, 255, 0.18), transparent 70%);
  pointer-events: none;
  animation: nnFooterPulse 7s ease-in-out infinite;
}

.nn-footer-mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(191, 219, 254, 0.55) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 42% 14%, rgba(125, 211, 252, 0.45) 0 1px, transparent 1.6px),
    radial-gradient(circle at 68% 28%, rgba(167, 139, 250, 0.4) 0 1.1px, transparent 1.7px),
    radial-gradient(circle at 86% 18%, rgba(34, 211, 238, 0.35) 0 1px, transparent 1.5px),
    linear-gradient(115deg, transparent 46%, rgba(119, 215, 255, 0.05) 50%, transparent 54%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 70%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 70%);
}

.nn-footer-top {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 0.95fr 0.85fr 1fr;
  gap: 36px 28px;
  align-items: start;
}

.nn-footer-brand__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff !important;
  margin-bottom: 16px;
}

.nn-footer-brand__link--has-logo {
  gap: 0;
}

.nn-footer-brand__logo {
  max-height: 96px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  display: block;
  background: transparent;
  filter: drop-shadow(0 0 10px rgba(56, 189, 248, 0.25)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}

.nn-footer-brand__link .nn-brand-logo {
  width: 52px;
  height: 52px;
}

.nn-footer-brand__link img:not(.nn-footer-brand__logo) {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 12px;
}

.nn-footer-brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.15rem;
  color: #fff;
  background: var(--nn-gradient-brand, linear-gradient(135deg, #6366f1, #22d3ee));
  box-shadow: 0 10px 24px rgba(34, 211, 238, 0.18);
}

.nn-footer-brand__name {
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.nn-footer-brand__copy {
  margin: 0 0 20px;
  max-width: 340px;
  line-height: 1.65;
  color: rgba(231, 236, 255, 0.72);
  font-size: 0.95rem;
}

.nn-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  color: #06101f !important;
  background: linear-gradient(135deg, #7dd3fc 0%, #a5b4fc 45%, #67e8f9 100%);
  box-shadow: 0 10px 28px rgba(56, 189, 248, 0.22);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease;
}

.nn-footer-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(56, 189, 248, 0.32);
  color: #06101f !important;
}

.nn-footer-cta i {
  transition: transform 0.28s ease;
}

.nn-footer-cta:hover i {
  transform: translateX(3px);
}

.nn-footer h4 {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: rgba(231, 236, 255, 0.95);
}

.nn-footer-list,
.nn-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.nn-footer-list a,
.nn-footer-static {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(231, 236, 255, 0.78);
  text-decoration: none;
  line-height: 1.45;
  font-size: 0.92rem;
  transition: color 0.2s ease;
}

.nn-footer-list a:hover {
  color: var(--nn-accent-cyan, #77d7ff);
}

.nn-footer-list i,
.nn-footer-static i {
  margin-top: 3px;
  width: 1rem;
  text-align: center;
  color: var(--nn-accent-cyan, #77d7ff);
  opacity: 0.9;
}

.nn-footer-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
  color: rgba(231, 236, 255, 0.78);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.nn-footer-links a i {
  font-size: 0.65rem;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nn-footer-links a:hover {
  color: #fff;
  transform: translateX(2px);
}

.nn-footer-links a:hover i {
  opacity: 0.9;
  transform: translateX(0);
  color: var(--nn-accent-cyan, #77d7ff);
}

.nn-footer-social-note {
  margin: 0 0 16px;
  color: rgba(231, 236, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.5;
  max-width: 240px;
}

.nn-footer a {
  color: rgba(231, 236, 255, 0.78);
  transition: color 0.2s ease;
}

.nn-footer a:hover {
  color: var(--nn-accent-cyan, #77d7ff);
}

.nn-social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nn-social-icon {
  --nn-social-glow: rgba(119, 215, 255, 0.45);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #eef4ff !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(12, 24, 56, 0.55);
  border: 1px solid rgba(147, 197, 253, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 20px rgba(2, 8, 28, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease,
    color 0.28s ease;
}

.nn-social-icon i {
  font-size: 1.05rem;
  line-height: 1;
  transition: transform 0.28s ease;
}

.nn-social-icon::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: var(--nn-gradient-btn, linear-gradient(135deg, #6366f1 0%, #3b82f6 45%, #8b5cf6 100%));
  opacity: 0;
  z-index: -1;
  transition: opacity 0.28s ease;
}

.nn-social-icon:hover,
.nn-social-icon:focus-visible {
  transform: translateY(-4px) scale(1.04);
  color: #fff !important;
  border-color: rgba(167, 213, 255, 0.55);
  background:
    linear-gradient(145deg, rgba(99, 102, 241, 0.55), rgba(34, 211, 238, 0.35)),
    rgba(18, 32, 72, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 0 1px rgba(119, 215, 255, 0.18),
    0 14px 28px rgba(2, 8, 28, 0.35),
    0 0 28px var(--nn-social-glow);
  outline: none;
}

.nn-social-icon:hover::before,
.nn-social-icon:focus-visible::before {
  opacity: 0.35;
}

.nn-social-icon:hover i,
.nn-social-icon:focus-visible i {
  transform: scale(1.08);
}

.nn-social-icon--facebook { --nn-social-glow: rgba(66, 103, 178, 0.55); }
.nn-social-icon--instagram { --nn-social-glow: rgba(225, 48, 108, 0.5); }
.nn-social-icon--twitter { --nn-social-glow: rgba(255, 255, 255, 0.35); }
.nn-social-icon--youtube { --nn-social-glow: rgba(255, 0, 0, 0.45); }
.nn-social-icon--linkedin { --nn-social-glow: rgba(10, 102, 194, 0.55); }
.nn-social-icon--whatsapp { --nn-social-glow: rgba(37, 211, 102, 0.5); }

.nn-footer-bottom {
  position: relative;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid color-mix(in srgb, var(--nn-header-border, rgba(147, 197, 253, 0.14)) 70%, transparent);
  color: rgba(231, 236, 255, 0.64);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  font-size: 0.88rem;
}

.nn-footer-bottom__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.nn-footer-bottom__links a {
  color: rgba(231, 236, 255, 0.7);
  text-decoration: none;
  font-weight: 600;
}

.nn-footer-bottom__links a:hover {
  color: #fff;
}

@keyframes nnFooterPulse {
  0%, 100% { opacity: 0.55; transform: translateY(0); }
  50% { opacity: 0.95; transform: translateY(8px); }
}

@keyframes nnFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -18px, 0) scale(1.04); }
}

@keyframes nnRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 1199px) {
  .nn-grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .nn-timeline-step { width: calc(33.333% - 11px); }
  .nn-testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .nn-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }
}

@media (max-width: 991px) {
  :root { --nn-header-h: 58px; }
  .nn-header-inner {
    position: relative;
    min-height: var(--nn-header-h);
    padding: 6px 0;
    gap: 10px;
  }
  .nn-brand__logo {
    max-height: 36px;
    max-width: min(104px, 36vw);
  }
  .nn-header-cta {
    width: auto;
    padding: 8px 14px;
    font-size: 0.8rem;
    white-space: nowrap;
    box-shadow: 0 6px 18px var(--nn-btn-shadow, rgba(59, 130, 246, 0.36));
  }
  .nn-nav-toggle {
    display: inline-flex;
  }
  .nn-nav {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px 12px 14px;
    border-radius: 0 0 18px 18px;
    background: #07111f;
    border: 1px solid rgba(147, 197, 253, 0.16);
    border-top: 0;
    box-shadow: 0 22px 40px rgba(2, 8, 28, 0.55);
    z-index: 30;
    isolation: isolate;
  }
  .nn-header.is-nav-open .nn-nav {
    display: flex;
  }
  .nn-header.is-nav-open .nn-nav-backdrop {
    display: block;
  }
  .nn-nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(3, 8, 20, 0.72);
    z-index: 20;
  }
  .nn-header-inner {
    z-index: 30;
  }
  .nn-nav a {
    padding: 13px 12px;
    color: #f4f7ff;
    font-weight: 600;
    font-size: 0.98rem;
    line-height: 1.3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    border-radius: 10px;
  }
  .nn-nav a:last-child {
    border-bottom: 0;
  }
  .nn-nav a:hover,
  .nn-nav a:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
  }
  .nn-grid-2,
  .nn-grid-3,
  .nn-grid-5 {
    grid-template-columns: 1fr;
  }
  .nn-footer-grid > *,
  .nn-timeline-step,
  .nn-contact-layout { width: 100%; }
  .nn-contact-layout { grid-template-columns: 1fr; }
  .nn-testimonials-grid { grid-template-columns: 1fr; }
  .nn-footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .nn-footer-bottom {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .nn-footer-bottom__links {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  :root { --nn-header-h: 58px; }
  .nn-header-inner {
    min-height: var(--nn-header-h);
    padding: 6px 0;
    gap: 8px;
  }
  .nn-brand img,
  .nn-brand__logo {
    max-height: 38px;
    max-width: min(96px, 36vw);
  }
  .nn-header-actions {
    gap: 8px;
  }
  .nn-header-cta {
    height: 42px;
    padding: 0 14px;
    font-size: 0.8rem;
    line-height: 1;
    box-sizing: border-box;
    box-shadow: 0 4px 12px var(--nn-btn-shadow, rgba(59, 130, 246, 0.32));
  }
  .nn-nav-toggle {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    gap: 5px;
    box-sizing: border-box;
  }
  .nn-nav-toggle span {
    width: 16px;
  }
  .nn-header.is-nav-open .nn-nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .nn-header.is-nav-open .nn-nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .nn-section,
  .nn-hero,
  .nn-page-hero { padding: 70px 0 40px; }
  .nn-hero-rings { width: 360px; height: 360px; right: -120px; top: 40px; }
  .nn-button-row { flex-direction: column; align-items: stretch; }
  .nn-btn { width: 100%; }
  .nn-cta, .nn-panel, .nn-form-card { padding: 24px; }
}

/* â”€â”€â”€ AI / ML background animation modes (all auto-play, no mouse) â”€â”€â”€ */
.nn-atmosphere--quantum-grid .nn-atmosphere__scan { display: block; }
.nn-atmosphere--quantum-grid .nn-atmosphere__radar { display: block; opacity: 0.55; }

.nn-atmosphere--quantum-grid .nn-atmosphere__core,
.nn-atmosphere--quantum-grid .nn-atmosphere__beam,
.nn-atmosphere--quantum-grid .nn-atmosphere__ring,
.nn-atmosphere--neural .nn-atmosphere__core,
.nn-atmosphere--neural .nn-atmosphere__beam,
.nn-atmosphere--neural .nn-atmosphere__ring,
.nn-atmosphere--ai-net .nn-atmosphere__core,
.nn-atmosphere--ai-net .nn-atmosphere__beam,
.nn-atmosphere--ai-net .nn-atmosphere__ring,
.nn-atmosphere--mega-network .nn-atmosphere__core,
.nn-atmosphere--mega-network .nn-atmosphere__beam,
.nn-atmosphere--mega-network .nn-atmosphere__ring,
.nn-atmosphere--human-brain .nn-atmosphere__core,
.nn-atmosphere--human-brain .nn-atmosphere__beam,
.nn-atmosphere--human-brain .nn-atmosphere__ring,
.nn-atmosphere--mind-layers .nn-atmosphere__core,
.nn-atmosphere--mind-layers .nn-atmosphere__beam,
.nn-atmosphere--mind-layers .nn-atmosphere__ring,
.nn-atmosphere--synapse-pulse .nn-atmosphere__core,
.nn-atmosphere--synapse-pulse .nn-atmosphere__beam,
.nn-atmosphere--synapse-pulse .nn-atmosphere__ring,
.nn-atmosphere--globe .nn-atmosphere__core,
.nn-atmosphere--globe .nn-atmosphere__beam,
.nn-atmosphere--globe .nn-atmosphere__ring,
.nn-atmosphere--topology-flow .nn-atmosphere__core,
.nn-atmosphere--topology-flow .nn-atmosphere__beam,
.nn-atmosphere--topology-flow .nn-atmosphere__ring,
.nn-atmosphere--data-stream .nn-atmosphere__core,
.nn-atmosphere--data-stream .nn-atmosphere__beam,
.nn-atmosphere--data-stream .nn-atmosphere__ring,
.nn-atmosphere--circuit-mind .nn-atmosphere__core,
.nn-atmosphere--circuit-mind .nn-atmosphere__beam,
.nn-atmosphere--circuit-mind .nn-atmosphere__ring,
.nn-atmosphere--code-rain-pro .nn-atmosphere__core,
.nn-atmosphere--code-rain-pro .nn-atmosphere__beam,
.nn-atmosphere--code-rain-pro .nn-atmosphere__ring,
.nn-atmosphere--syntax-stream .nn-atmosphere__core,
.nn-atmosphere--syntax-stream .nn-atmosphere__beam,
.nn-atmosphere--syntax-stream .nn-atmosphere__ring,
.nn-atmosphere--terminal-stack .nn-atmosphere__core,
.nn-atmosphere--terminal-stack .nn-atmosphere__beam,
.nn-atmosphere--terminal-stack .nn-atmosphere__ring,
.nn-atmosphere--api-trace .nn-atmosphere__core,
.nn-atmosphere--api-trace .nn-atmosphere__beam,
.nn-atmosphere--api-trace .nn-atmosphere__ring,
.nn-atmosphere--global-arcs .nn-atmosphere__core,
.nn-atmosphere--global-arcs .nn-atmosphere__beam,
.nn-atmosphere--global-arcs .nn-atmosphere__ring,
.nn-atmosphere--city-lights .nn-atmosphere__core,
.nn-atmosphere--city-lights .nn-atmosphere__beam,
.nn-atmosphere--city-lights .nn-atmosphere__ring,
.nn-atmosphere--satellite-net .nn-atmosphere__core,
.nn-atmosphere--satellite-net .nn-atmosphere__beam,
.nn-atmosphere--satellite-net .nn-atmosphere__ring,
.nn-atmosphere--corp-mesh .nn-atmosphere__core,
.nn-atmosphere--corp-mesh .nn-atmosphere__beam,
.nn-atmosphere--corp-mesh .nn-atmosphere__ring,
.nn-atmosphere--hq-pulse .nn-atmosphere__core,
.nn-atmosphere--hq-pulse .nn-atmosphere__beam,
.nn-atmosphere--hq-pulse .nn-atmosphere__ring,
.nn-atmosphere--brand-orbit .nn-atmosphere__core,
.nn-atmosphere--brand-orbit .nn-atmosphere__beam,
.nn-atmosphere--brand-orbit .nn-atmosphere__ring,
.nn-atmosphere--diwali-lights .nn-atmosphere__core,
.nn-atmosphere--diwali-lights .nn-atmosphere__beam,
.nn-atmosphere--diwali-lights .nn-atmosphere__ring,
.nn-atmosphere--independence-day .nn-atmosphere__core,
.nn-atmosphere--independence-day .nn-atmosphere__beam,
.nn-atmosphere--independence-day .nn-atmosphere__ring,
.nn-atmosphere--republic-day .nn-atmosphere__core,
.nn-atmosphere--republic-day .nn-atmosphere__beam,
.nn-atmosphere--republic-day .nn-atmosphere__ring,
.nn-atmosphere--gandhi-jayanti .nn-atmosphere__core,
.nn-atmosphere--gandhi-jayanti .nn-atmosphere__beam,
.nn-atmosphere--gandhi-jayanti .nn-atmosphere__ring,
.nn-atmosphere--raksha-bandhan .nn-atmosphere__core,
.nn-atmosphere--raksha-bandhan .nn-atmosphere__beam,
.nn-atmosphere--raksha-bandhan .nn-atmosphere__ring,
.nn-atmosphere--sankranti-kites .nn-atmosphere__core,
.nn-atmosphere--sankranti-kites .nn-atmosphere__beam,
.nn-atmosphere--sankranti-kites .nn-atmosphere__ring,
.nn-atmosphere--christmas-glow .nn-atmosphere__core,
.nn-atmosphere--christmas-glow .nn-atmosphere__beam,
.nn-atmosphere--christmas-glow .nn-atmosphere__ring,
.nn-atmosphere--holi-splash .nn-atmosphere__core,
.nn-atmosphere--holi-splash .nn-atmosphere__beam,
.nn-atmosphere--holi-splash .nn-atmosphere__ring,
.nn-atmosphere--eid-lanterns .nn-atmosphere__core,
.nn-atmosphere--eid-lanterns .nn-atmosphere__beam,
.nn-atmosphere--eid-lanterns .nn-atmosphere__ring,
.nn-atmosphere--festival-balloons .nn-atmosphere__core,
.nn-atmosphere--festival-balloons .nn-atmosphere__beam,
.nn-atmosphere--festival-balloons .nn-atmosphere__ring,
.nn-atmosphere--new-year-confetti .nn-atmosphere__core,
.nn-atmosphere--new-year-confetti .nn-atmosphere__beam,
.nn-atmosphere--new-year-confetti .nn-atmosphere__ring,
.nn-atmosphere--dussehra-sparks .nn-atmosphere__core,
.nn-atmosphere--dussehra-sparks .nn-atmosphere__beam,
.nn-atmosphere--dussehra-sparks .nn-atmosphere__ring,
.nn-atmosphere--website-launch .nn-atmosphere__core,
.nn-atmosphere--website-launch .nn-atmosphere__beam,
.nn-atmosphere--website-launch .nn-atmosphere__ring,
.nn-atmosphere--launch-grand-opening .nn-atmosphere__core,
.nn-atmosphere--launch-grand-opening .nn-atmosphere__beam,
.nn-atmosphere--launch-grand-opening .nn-atmosphere__ring,
.nn-atmosphere--launch-confetti-cannon .nn-atmosphere__core,
.nn-atmosphere--launch-confetti-cannon .nn-atmosphere__beam,
.nn-atmosphere--launch-confetti-cannon .nn-atmosphere__ring,
.nn-atmosphere--launch-now-live .nn-atmosphere__core,
.nn-atmosphere--launch-now-live .nn-atmosphere__beam,
.nn-atmosphere--launch-now-live .nn-atmosphere__ring,
.nn-atmosphere--launch-party-pop .nn-atmosphere__core,
.nn-atmosphere--launch-party-pop .nn-atmosphere__beam,
.nn-atmosphere--launch-party-pop .nn-atmosphere__ring,
.nn-atmosphere--launch-disco-fever .nn-atmosphere__core,
.nn-atmosphere--launch-disco-fever .nn-atmosphere__beam,
.nn-atmosphere--launch-disco-fever .nn-atmosphere__ring,
.nn-atmosphere--launch-champagne-glow .nn-atmosphere__core,
.nn-atmosphere--launch-champagne-glow .nn-atmosphere__beam,
.nn-atmosphere--launch-champagne-glow .nn-atmosphere__ring,
.nn-atmosphere--launch-stage-show .nn-atmosphere__core,
.nn-atmosphere--launch-stage-show .nn-atmosphere__beam,
.nn-atmosphere--launch-stage-show .nn-atmosphere__ring,
.nn-atmosphere--launch-success-burst .nn-atmosphere__core,
.nn-atmosphere--launch-success-burst .nn-atmosphere__beam,
.nn-atmosphere--launch-success-burst .nn-atmosphere__ring,
.nn-atmosphere--launch-sky-lanterns .nn-atmosphere__core,
.nn-atmosphere--launch-sky-lanterns .nn-atmosphere__beam,
.nn-atmosphere--launch-sky-lanterns .nn-atmosphere__ring {
  opacity: 0;
}

.nn-atmosphere--globe .nn-atmosphere__core {
  opacity: 0.2;
  width: min(55vw, 520px);
  height: min(55vw, 520px);
}

.nn-atmosphere--world-globe .nn-atmosphere__core {
  opacity: 0.15;
  width: min(58vw, 540px);
  height: min(58vw, 540px);
}

.nn-atmosphere--world-globe .nn-atmosphere__ring,
.nn-atmosphere--world-globe .nn-atmosphere__ring--two {
  display: block;
  opacity: 0.3;
  animation: nnRotate 28s linear infinite;
}

.nn-atmosphere--world-globe .nn-atmosphere__ring--two {
  animation-duration: 36s;
  animation-direction: reverse;
}

.nn-atmosphere--mind-layers .nn-atmosphere__core {
  opacity: 0.16;
  width: min(50vw, 480px);
  height: min(50vw, 480px);
}

.nn-atmosphere--quantum-grid .nn-atmosphere__canvas {
  display: none;
}

.nn-atmosphere__canvas {
  pointer-events: none;
}

.nn-atmosphere__aurora::before,
.nn-atmosphere__aurora::after {
  content: '';
  position: absolute;
  width: 140%;
  height: 45%;
  left: -20%;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
  animation: nnAuroraShift 14s ease-in-out infinite alternate;
}

.nn-atmosphere__aurora::before {
  top: 10%;
  background: linear-gradient(90deg, transparent, var(--nn-atm-glow-1, rgba(56, 120, 220, 0.5)), var(--nn-atm-glow-2, rgba(124, 58, 237, 0.4)), transparent);
}

.nn-atmosphere__aurora::after {
  top: 35%;
  animation-delay: -7s;
  background: linear-gradient(90deg, transparent, var(--nn-atm-glow-3, rgba(34, 211, 238, 0.35)), transparent);
}

.nn-atmosphere__mesh-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.5;
  animation: nnMeshFloat 18s ease-in-out infinite;
}

.nn-atmosphere__mesh-blob--1 {
  width: 45vw;
  height: 45vw;
  left: 10%;
  top: 15%;
  background: var(--nn-atm-glow-1, rgba(99, 102, 241, 0.45));
}

.nn-atmosphere__mesh-blob--2 {
  width: 38vw;
  height: 38vw;
  right: 5%;
  top: 25%;
  background: var(--nn-atm-glow-2, rgba(124, 58, 237, 0.4));
  animation-delay: -6s;
}

.nn-atmosphere__mesh-blob--3 {
  width: 50vw;
  height: 50vw;
  left: 30%;
  bottom: 5%;
  background: var(--nn-atm-glow-3, rgba(34, 211, 238, 0.3));
  animation-delay: -12s;
}

.nn-atmosphere__scan {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
}

.nn-atmosphere__scan::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--nn-accent-cyan, #22d3ee) 25%, transparent) 50%, transparent 100%);
  animation: nnScanPulse 6s ease-in-out infinite;
  opacity: 0.35;
}

@keyframes nnAuroraShift {
  0% { transform: translateX(-5%) skewY(-3deg); }
  100% { transform: translateX(8%) skewY(3deg); }
}

@keyframes nnMeshFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(3%, -4%) scale(1.06); }
}

@keyframes nnScanPulse {
  0%, 100% { transform: translateY(-30%); opacity: 0.2; }
  50% { transform: translateY(30%); opacity: 0.45; }
}

.nn-atmosphere__hologram {
  background: repeating-linear-gradient(
    0deg,
    transparent 0,
    transparent 2px,
    color-mix(in srgb, var(--nn-accent-cyan, #22d3ee) 8%, transparent) 2px,
    color-mix(in srgb, var(--nn-accent-cyan, #22d3ee) 8%, transparent) 4px
  );
  opacity: 0.35;
  animation: nnHologramFlicker 4s steps(2) infinite;
}

.nn-atmosphere__hologram::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent,
    color-mix(in srgb, var(--nn-atm-glow-2, rgba(124, 58, 237, 0.3)) 40%, transparent),
    transparent
  );
  animation: nnScanPulse 8s ease-in-out infinite;
  opacity: 0.5;
}

.nn-atmosphere__laser::before,
.nn-atmosphere__laser::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200vmax;
  height: 3px;
  margin-left: -100vmax;
  margin-top: -1px;
  background: linear-gradient(90deg, transparent, var(--nn-accent, #6366f1), transparent);
  opacity: 0.35;
  filter: blur(2px);
  animation: nnLaserSpin 12s linear infinite;
}

.nn-atmosphere__laser::after {
  animation-direction: reverse;
  animation-duration: 18s;
  opacity: 0.2;
  height: 2px;
}

.nn-atmosphere__radar::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 55%;
  width: min(120vw, 900px);
  height: min(120vw, 900px);
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle at center, transparent 0 28px, color-mix(in srgb, var(--nn-accent-cyan, #22d3ee) 12%, transparent) 29px 30px),
    conic-gradient(from 0deg at 50% 50%, transparent 0deg, color-mix(in srgb, var(--nn-accent-cyan, #22d3ee) 35%, transparent) 28deg, transparent 55deg);
  opacity: 0.45;
  animation: nnRadarSpin 6s linear infinite;
}

.nn-atmosphere__radar::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 55%, transparent 32%, rgba(0, 0, 0, 0.15) 33%);
}

@keyframes nnHologramFlicker {
  0%, 100% { opacity: 0.32; }
  50% { opacity: 0.42; }
}

@keyframes nnLaserSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes nnRadarSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* â”€â”€â”€ SweetAlert themed popup â”€â”€â”€ */
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(4, 10, 28, 0.72) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.nn-swal.swal2-popup {
  position: relative;
  width: min(92vw, 420px);
  padding: 2rem 1.75rem 1.65rem;
  border-radius: 22px;
  border: 1px solid rgba(147, 197, 253, 0.28);
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(99, 102, 241, 0.28) 0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 100% 100%, rgba(34, 211, 238, 0.14) 0%, transparent 50%),
    linear-gradient(160deg, rgba(14, 28, 62, 0.96) 0%, rgba(8, 16, 40, 0.98) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 24px 60px rgba(2, 8, 28, 0.55),
    0 0 48px rgba(59, 130, 246, 0.18);
  color: #e8eefc !important;
  overflow: hidden;
}

.nn-swal.swal2-popup::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(119, 215, 255, 0.55) 0 1.5px, transparent 2px),
    radial-gradient(circle at 78% 30%, rgba(167, 139, 250, 0.5) 0 1.5px, transparent 2px),
    radial-gradient(circle at 42% 78%, rgba(34, 211, 238, 0.45) 0 1.2px, transparent 2px),
    linear-gradient(115deg, transparent 40%, rgba(119, 215, 255, 0.08) 50%, transparent 60%);
  opacity: 0.7;
}

.nn-swal__title {
  margin: 0.35rem 0 0.4rem !important;
  font-size: 1.45rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  color: #f5f7ff !important;
}

.nn-swal__text {
  margin: 0 !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  color: rgba(231, 236, 255, 0.72) !important;
}

.nn-swal__icon {
  margin: 0.15rem auto 0.85rem !important;
  border-color: rgba(34, 211, 238, 0.45) !important;
  box-shadow: 0 0 28px rgba(34, 211, 238, 0.25);
}

.nn-swal .swal2-success {
  border-color: rgba(34, 211, 238, 0.45) !important;
  color: #22d3ee !important;
}

.nn-swal .swal2-success [class^=swal2-success-line],
.nn-swal .swal2-success-line-tip,
.nn-swal .swal2-success-line-long {
  background-color: #22d3ee !important;
}

.nn-swal .swal2-success-ring {
  border-color: rgba(34, 211, 238, 0.35) !important;
}

.nn-swal .swal2-success-circular-line-left,
.nn-swal .swal2-success-circular-line-right,
.nn-swal .swal2-success-fix-tip {
  background-color: transparent !important;
}

.nn-swal .swal2-error {
  border-color: rgba(248, 113, 113, 0.5) !important;
  color: #f87171 !important;
  box-shadow: 0 0 28px rgba(248, 113, 113, 0.22);
}

.nn-swal .swal2-error [class^=swal2-x-mark-line] {
  background-color: #f87171 !important;
}

.nn-swal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 1.1rem 0 0;
  padding: 0.7rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: var(--nn-gradient-btn, linear-gradient(135deg, #6366f1 0%, #3b82f6 45%, #8b5cf6 100%));
  color: #fff;
  font-weight: 600;
  font-size: 0.92rem;
  box-shadow: 0 12px 28px rgba(99, 102, 241, 0.35);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.nn-swal__btn:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.nn-swal__timer {
  background: linear-gradient(90deg, #6366f1, #22d3ee, #8b5cf6) !important;
  height: 3px !important;
}

