.nexora-page {
  --nexora-ink: #07111f;
  --nexora-muted: #617086;
  --nexora-line: #dfe7f1;
  --nexora-panel: #ffffff;
  --nexora-soft: #f5f8fc;
  --nexora-blue: #255ee8;
  --nexora-cyan: #00a9c7;
  --nexora-amber: #f1a208;
  --nexora-shadow: 0 24px 70px rgba(7, 17, 31, 0.12);
  background: #ffffff;
  color: var(--nexora-ink);
  line-height: 1.65;
  overflow: hidden;
}

.nexora-page *,
.nexora-page *::before,
.nexora-page *::after {
  box-sizing: border-box;
}

.nexora-page h1,
.nexora-page h2,
.nexora-page h3,
.nexora-page p {
  margin-top: 0;
}

.nexora-page h1,
.nexora-page h2,
.nexora-page h3 {
  line-height: 1.08;
  letter-spacing: 0;
}

.nexora-page h1 {
  max-width: 1020px;
  font-size: clamp(2.5rem, 5.8vw, 5.65rem);
  margin-bottom: 1.25rem;
}

.nexora-page h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  margin-bottom: 1rem;
}

.nexora-page h3 {
  font-size: 1.14rem;
  margin-bottom: 0.7rem;
}

.nexora-page p {
  color: var(--nexora-muted);
}

.nexora-section,
.nexora-visual-strip {
  animation: nexoraRise 0.7s ease both;
}

.nexora-hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: 10rem 5vw 5rem;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.76)),
    url("assets/images/pexels-media-9034280.jpg") center / cover;
  isolation: isolate;
}

.nexora-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.075) 1px, transparent 1px),
    linear-gradient(0deg, rgba(7, 17, 31, 0.075) 1px, transparent 1px),
    radial-gradient(circle at 80% 22%, rgba(37, 94, 232, 0.22), transparent 27%),
    radial-gradient(circle at 92% 72%, rgba(241, 162, 8, 0.16), transparent 23%);
  background-size: 54px 54px, 54px 54px, auto, auto;
  pointer-events: none;
}

.nexora-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22%;
  z-index: -1;
  background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
}

.nexora-eyebrow,
.nexora-kicker {
  color: var(--nexora-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.nexora-hero__subtitle {
  max-width: 860px;
  color: #4f5d72;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  margin-bottom: 2rem;
}

.nexora-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.nexora-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(7, 17, 31, 0.16);
  border-radius: 8px;
  padding: 0.85rem 1.08rem;
  background: #ffffff;
  color: var(--nexora-ink);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(7, 17, 31, 0.07);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.nexora-button:hover {
  transform: translateY(-3px);
  border-color: var(--nexora-blue);
  background: #f3f7ff;
}

.nexora-button--primary {
  border-color: var(--nexora-blue);
  background: var(--nexora-blue);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(37, 94, 232, 0.28);
}

.nexora-division-switcher {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.25rem;
}

.nexora-division-switcher span {
  color: var(--nexora-muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nexora-division-switcher a {
  border: 1px solid rgba(7, 17, 31, 0.16);
  border-radius: 999px;
  padding: 0.52rem 0.82rem;
  background: rgba(255, 255, 255, 0.78);
  color: var(--nexora-ink);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nexora-division-switcher a:hover,
.nexora-division-switcher a[aria-current="page"] {
  border-color: var(--nexora-blue);
  background: var(--nexora-blue);
  color: #ffffff;
}

.nexora-command-centre {
  position: relative;
  min-height: 540px;
  align-self: center;
  display: grid;
  align-content: center;
}

.nexora-dashboard-card,
.nexora-mini-stat,
.nexora-floating-frame,
.nexora-image-space,
.nexora-card-media {
  border: 1px solid rgba(7, 17, 31, 0.12);
  border-radius: 8px;
  overflow: hidden;
}

.nexora-dashboard-card {
  width: min(100%, 460px);
  margin-left: auto;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--nexora-ink);
  box-shadow: var(--nexora-shadow);
  animation: nexoraFloat 7s ease-in-out infinite;
}

.nexora-dashboard-card::before {
  content: "NEXORA OPS";
  display: block;
  width: fit-content;
  margin-bottom: 1rem;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  background: #eef4ff;
  color: var(--nexora-blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.nexora-dashboard-card span {
  display: block;
  color: var(--nexora-muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nexora-dashboard-card strong {
  display: block;
  margin: 0.35rem 0 0.8rem;
  font-size: 3.2rem;
  line-height: 1;
}

.nexora-progress {
  height: 10px;
  border-radius: 999px;
  background: #e8edf7;
  overflow: hidden;
}

.nexora-progress i {
  display: block;
  width: 92%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--nexora-blue), var(--nexora-cyan));
}

.nexora-floating-frame,
.nexora-image-space,
.nexora-card-media {
  position: relative;
  background:
    linear-gradient(135deg, rgba(37, 94, 232, 0.13), rgba(0, 169, 199, 0.07)),
    repeating-linear-gradient(135deg, #fbfdff 0 12px, #edf3fb 12px 24px);
}

.nexora-floating-frame::before,
.nexora-image-space::before,
.nexora-card-media::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px dashed rgba(7, 17, 31, 0.22);
}

.nexora-floating-frame::after,
.nexora-image-space::after,
.nexora-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.64) 48%, transparent 100%);
  transform: translateX(-120%);
  animation: nexoraShimmer 4.8s ease-in-out infinite;
}

.nexora-floating-frame img,
.nexora-image-space img,
.nexora-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nexora-floating-frame--large {
  width: min(88%, 410px);
  height: 255px;
  margin: 1rem 0 0 auto;
  transform: translateX(-42px);
  box-shadow: 0 22px 55px rgba(7, 17, 31, 0.14);
}

.nexora-floating-frame--small {
  width: 230px;
  height: 132px;
  margin: -58px 0 0 0;
  transform: translateX(18px);
  box-shadow: 0 18px 45px rgba(7, 17, 31, 0.14);
}

.nexora-mini-stat {
  position: absolute;
  right: 18px;
  bottom: 72px;
  width: 180px;
  padding: 1rem;
  background: rgba(7, 17, 31, 0.92);
  color: #ffffff;
  box-shadow: 0 25px 60px rgba(7, 17, 31, 0.24);
}

.nexora-mini-stat strong {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
}

.nexora-mini-stat span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-weight: 900;
}

.nexora-hero__rail {
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 960px;
  margin-top: -2.2rem;
}

.nexora-hero__rail span {
  min-height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 17, 31, 0.12);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.78);
  color: var(--nexora-ink);
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 30px rgba(7, 17, 31, 0.06);
}

.nexora-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 5.5rem 0;
}

.nexora-section__header {
  max-width: 790px;
  margin-bottom: 2rem;
}

.nexora-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: 4rem;
  align-items: start;
}

.nexora-intro > div:first-child {
  position: sticky;
  top: 120px;
}

.nexora-keyword-cloud,
.nexora-location-tags,
.nexora-industry-grid,
.nexora-insight-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.nexora-keyword-cloud {
  margin-top: 1.2rem;
}

.nexora-keyword-cloud span,
.nexora-location-tags span,
.nexora-industry-grid span,
.nexora-insight-grid span,
.nexora-benefit-grid span {
  border: 1px solid var(--nexora-line);
  border-radius: 8px;
  padding: 0.72rem 0.9rem;
  background: #ffffff;
  color: var(--nexora-ink);
  font-weight: 900;
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.nexora-keyword-cloud span:hover,
.nexora-location-tags span:hover,
.nexora-industry-grid span:hover,
.nexora-insight-grid span:hover,
.nexora-benefit-grid span:hover {
  transform: translateY(-3px);
  border-color: var(--nexora-blue);
  background: var(--nexora-blue);
  color: #ffffff;
}

.nexora-visual-strip {
  width: min(1180px, calc(100% - 40px));
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 0.8fr;
  grid-auto-rows: 180px;
  gap: 0.85rem;
  margin: 0 auto;
}

.nexora-visual-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: var(--nexora-shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.nexora-visual-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 85px rgba(7, 17, 31, 0.18);
}

.nexora-visual-card--wide {
  grid-row: span 2;
}

.nexora-visual-card--tall {
  grid-column: span 2;
}

.nexora-image-space {
  width: 100%;
  height: 100%;
}

.nexora-visual-card span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  border-radius: 8px;
  padding: 0.6rem 0.85rem;
  background: var(--nexora-ink);
  color: #ffffff;
  font-weight: 900;
}

.nexora-service-grid,
.nexora-resource-grid,
.nexora-faq-grid,
.nexora-case-grid,
.nexora-challenge-grid {
  display: grid;
  gap: 1rem;
}

.nexora-service-grid {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--nexora-line);
}

.nexora-service-card,
.nexora-resource-grid article,
.nexora-faq-grid article,
.nexora-case-grid article,
.nexora-challenge-grid article {
  position: relative;
  border: 1px solid var(--nexora-line);
  border-radius: 8px;
  padding: 1rem;
  background: var(--nexora-panel);
  box-shadow: 0 10px 28px rgba(7, 17, 31, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.nexora-service-card {
  display: grid;
  grid-template-columns: 190px 64px minmax(0, 0.8fr) minmax(260px, 1fr);
  gap: 1.25rem;
  align-items: center;
  border: 0;
  border-bottom: 1px solid var(--nexora-line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.nexora-service-card:hover,
.nexora-resource-grid article:hover,
.nexora-faq-grid article:hover,
.nexora-case-grid article:hover,
.nexora-challenge-grid article:hover {
  border-color: rgba(37, 94, 232, 0.5);
  box-shadow: var(--nexora-shadow);
}

.nexora-service-card:hover {
  transform: translateX(8px);
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(7, 17, 31, 0.08);
}

.nexora-card-media {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.nexora-card-index {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--nexora-ink);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
}

.nexora-service-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nexora-service-card li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--nexora-muted);
  font-size: 0.94rem;
}

.nexora-service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--nexora-blue);
}

.nexora-benefit-band,
.nexora-location-band,
.nexora-parent-section {
  width: 100%;
  max-width: none;
  padding: 5rem max(5vw, calc((100vw - 1180px) / 2));
}

.nexora-benefit-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: 2rem;
  align-items: start;
  background:
    linear-gradient(120deg, rgba(7, 17, 31, 0.94), rgba(37, 94, 232, 0.84)),
    #07111f;
  color: #ffffff;
}

.nexora-benefit-band p,
.nexora-benefit-band h2,
.nexora-benefit-band .nexora-kicker {
  color: #ffffff;
}

.nexora-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.nexora-benefit-grid span {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

.nexora-location-band,
.nexora-parent-section {
  background:
    linear-gradient(135deg, rgba(37, 94, 232, 0.08), rgba(0, 169, 199, 0.05)),
    var(--nexora-soft);
}

.nexora-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--nexora-line);
  border-radius: 8px;
  overflow: hidden;
}

.nexora-industry-grid span {
  display: grid;
  min-height: 76px;
  place-items: center;
  border: 0;
  border-right: 1px solid var(--nexora-line);
  border-bottom: 1px solid var(--nexora-line);
  border-radius: 0;
  text-align: center;
}

.nexora-challenges {
  border-top: 1px solid var(--nexora-line);
  border-bottom: 1px solid var(--nexora-line);
}

.nexora-challenge-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nexora-challenge-grid article {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.nexora-challenge-grid article:first-child,
.nexora-challenge-grid article:nth-child(7) {
  grid-column: span 2;
}

.nexora-challenge-grid strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--nexora-ink);
  font-size: 1.1rem;
  line-height: 1.18;
}

.nexora-process-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: nexoraProcess;
  border-top: 1px solid var(--nexora-line);
}

.nexora-process-list li {
  position: relative;
  min-height: auto;
  display: grid;
  grid-template-columns: 110px 0.55fr 1fr;
  gap: 1.5rem;
  align-items: center;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--nexora-line);
  transition: transform 0.28s ease;
}

.nexora-process-list li:hover {
  transform: translateX(8px);
}

.nexora-process-list li::before {
  counter-increment: nexoraProcess;
  content: "0" counter(nexoraProcess);
  color: rgba(37, 94, 232, 0.22);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.nexora-process-list strong {
  color: var(--nexora-ink);
}

.nexora-process-list span {
  color: var(--nexora-muted);
}

.nexora-location-band p,
.nexora-parent-section p {
  max-width: 930px;
}

.nexora-faq-grid {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--nexora-line);
}

.nexora-faq-grid article {
  display: grid;
  grid-template-columns: minmax(220px, 0.46fr) 1fr;
  gap: 2rem;
  border: 0;
  border-bottom: 1px solid var(--nexora-line);
  border-radius: 0;
  padding: 1.35rem 0;
  box-shadow: none;
}

.nexora-resource-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.nexora-resource-grid article:first-child {
  grid-row: span 2;
}

.nexora-case-grid {
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.nexora-case-grid article {
  min-height: auto;
  display: grid;
  grid-template-columns: 140px 1fr 1.2fr;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem;
  background:
    linear-gradient(135deg, rgba(7, 17, 31, 0.94), rgba(37, 94, 232, 0.88));
}

.nexora-case-grid span,
.nexora-case-grid h3,
.nexora-case-grid p {
  color: #ffffff;
}

.nexora-case-grid span {
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nexora-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nexora-consultation-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 4rem;
  align-items: start;
  padding-bottom: 1rem;
}

.nexora-consultation-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  border: 1px solid var(--nexora-line);
  border-radius: 8px;
  padding: 1.25rem;
  background: #ffffff;
  box-shadow: var(--nexora-shadow);
}

.nexora-consultation-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--nexora-ink);
  font-weight: 900;
}

.nexora-consultation-form input,
.nexora-consultation-form select,
.nexora-consultation-form textarea {
  width: 100%;
  border: 1px solid var(--nexora-line);
  border-radius: 8px;
  padding: 0.9rem 1rem;
  color: var(--nexora-ink);
  font: inherit;
  background: #fbfdff;
}

.nexora-consultation-form input:focus,
.nexora-consultation-form select:focus,
.nexora-consultation-form textarea:focus {
  outline: 3px solid rgba(37, 94, 232, 0.16);
  border-color: var(--nexora-blue);
}

.nexora-form-wide {
  grid-column: 1 / -1;
}

.nexora-consultation-form .nexora-button {
  width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
}

@keyframes nexoraRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nexoraFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -14px;
  }
}

@keyframes nexoraShimmer {
  0%,
  58% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

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

@media (max-width: 1180px) {
  .nexora-service-card {
    grid-template-columns: 160px 56px 1fr;
  }

  .nexora-service-card ul {
    grid-column: 3;
  }

  .nexora-challenge-grid,
  .nexora-industry-grid,
  .nexora-insight-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .nexora-hero,
  .nexora-intro,
  .nexora-benefit-band,
  .nexora-consultation-section {
    grid-template-columns: 1fr;
  }

  .nexora-hero {
    min-height: auto;
    padding: 9rem 1.25rem 3rem;
  }

  .nexora-command-centre {
    min-height: 390px;
  }

  .nexora-dashboard-card {
    margin-left: 0;
  }

  .nexora-mini-stat {
    right: 1rem;
    bottom: 0;
  }

  .nexora-hero__rail,
  .nexora-visual-strip,
  .nexora-resource-grid,
  .nexora-faq-grid article,
  .nexora-case-grid article {
    grid-template-columns: 1fr 1fr;
  }

  .nexora-service-card {
    grid-template-columns: 130px 52px 1fr;
  }

  .nexora-visual-strip {
    grid-auto-rows: 190px;
  }

  .nexora-intro > div:first-child {
    position: static;
  }
}

@media (max-width: 620px) {
  .nexora-section {
    width: min(100% - 28px, 1180px);
    padding: 3.5rem 0;
  }

  .nexora-hero {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .nexora-cta-group,
  .nexora-button,
  .nexora-hero__rail,
  .nexora-visual-strip,
  .nexora-service-card,
  .nexora-service-card ul,
  .nexora-resource-grid,
  .nexora-case-grid article,
  .nexora-faq-grid article,
  .nexora-industry-grid,
  .nexora-insight-grid,
  .nexora-benefit-grid,
  .nexora-challenge-grid,
  .nexora-process-list li,
  .nexora-consultation-form {
    grid-template-columns: 1fr;
  }

  .nexora-button {
    width: 100%;
  }

  .nexora-benefit-band,
  .nexora-location-band,
  .nexora-parent-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nexora-visual-card--wide,
  .nexora-visual-card--tall,
  .nexora-challenge-grid article:first-child,
  .nexora-challenge-grid article:nth-child(7),
  .nexora-resource-grid article:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .nexora-floating-frame--large {
    width: 88%;
    height: 215px;
    transform: none;
  }

  .nexora-floating-frame--small {
    width: 180px;
    height: 125px;
  }
}

/* Requested footer-only adjustment. */
.site-footer { background-color: #000; }
.footer-email a { color: inherit; }
