.home-hero {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 140px 40px 100px;
}

.hero-container {
    width: 100%;
    max-width: 1400px;
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 80px;
    align-items: center;
}

.eyebrow {
  color: var(--primary);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 25px;
}

.home-hero h1 {
  font-size: clamp(56px, 8vw, 110px);
  line-height: 0.95;
  letter-spacing: -4px;
  margin-bottom: 32px;
}

.hero-text {
  max-width: 720px;
  color: var(--text-soft);
  font-size: 21px;
  line-height: 1.8;
}

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

.hero-orb {
  width: 100%;
  max-width: 430px;
  aspect-ratio: 1 / 1;
  margin-left: auto;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(143, 223, 255, 0.22), transparent 60%),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(143, 223, 255, 0.18);
  box-shadow: 0 0 90px rgba(143, 223, 255, 0.16);
}

.hero-orb img {
  width: 55%;
  filter: drop-shadow(0 0 30px rgba(143, 223, 255, 0.35));
}

.intro-section {
  background: #02050a;
}

.pillar-section {
  padding-top: 40px;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.pillar-card h3 {
  font-size: 26px;
  margin-bottom: 16px;
  color: var(--primary);
}

.pillar-card p {
  color: var(--text-soft);
  line-height: 1.8;
}

/* MOBILE */

@media (max-width: 900px) {
  .home-hero {
    min-height: auto;
    padding: 130px 22px 70px;
    grid-template-columns: 1fr;
    gap: 55px;
    text-align: center;
  }

  .home-hero h1 {
    font-size: clamp(48px, 14vw, 72px);
    letter-spacing: -2px;
  }

  .hero-text {
    font-size: 18px;
    margin: 0 auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-orb {
    max-width: 280px;
    margin: 0 auto;
  }

  .pillar-grid {
    grid-template-columns: 1fr;
  }
}

.premium-home-hero {
  min-height: 100vh;
  padding: 150px 7% 80px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 60px;
  background:
    radial-gradient(circle at 75% 20%, rgba(0, 140, 255, 0.22), transparent 34%),
    radial-gradient(circle at 20% 40%, rgba(255, 255, 255, 0.08), transparent 28%),
    #02050a;
}

.hero-left h1 {
  font-size: clamp(2.7rem, 6vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -3px;
  margin: 0 0 28px;
}

.hero-left .eyebrow {
  color: #7ddcff;
  font-weight: 900;
  letter-spacing: 4px;
  font-size: 0.78rem;
  margin-bottom: 22px;
}

.hero-left .hero-text {
  max-width: 650px;
  color: #c5cfda;
  font-size: 1.15rem;
  line-height: 1.7;
}

.hero-right {
  display: flex;
  justify-content: center;
}

.system-card {
  width: min(430px, 100%);
  min-height: 520px;
  padding: 36px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025));
  border: 1px solid rgba(80,160,255,0.28);
  box-shadow:
    0 30px 90px rgba(0,0,0,0.6),
    0 0 45px rgba(0,120,255,0.18);
  backdrop-filter: blur(22px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-name-logo {
  width: 300px;
  max-width: 90%;
  margin-bottom: 38px;
  filter: drop-shadow(0 0 28px rgba(0,140,255,0.35));
}

.hero-main-symbol {
  width: 190px;
  height: 190px;
  object-fit: contain;
  margin-bottom: 38px;
  filter:
    drop-shadow(0 0 30px rgba(0,145,255,.35))
    drop-shadow(0 0 70px rgba(0,145,255,.18));
}

.system-card p {
  text-align: center;
  color: #d9e6f4;
  line-height: 1.6;
  font-weight: 700;
}
.home-intelligence {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 90px 40px;
    .home-intelligence-container {
    width: 100%;
    max-width: 1400px;
    padding: 0 clamp(20px, 4vw, 60px);
}
}

@media (max-width: 900px) {
  .premium-home-hero {
    grid-template-columns: 1fr;
    padding: 135px 22px 60px;
  }

  .hero-left h1 {
    font-size: clamp(2.4rem, 13vw, 4rem);
    letter-spacing: -2px;
  }

  .system-card {
    min-height: 420px;
  }

  .hero-name-logo {
    width: 250px;
  }
}

.neurorder-orbit-hero {
  min-height: 100vh;
  padding: 140px 7% 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 25% 45%, rgba(0, 145, 255, 0.20), transparent 28%),
    radial-gradient(circle at 80% 35%, rgba(0, 145, 255, 0.08), transparent 30%),
    #02050a;
}

.neurorder-orbit-hero::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -120px;
  height: 260px;
  background:
    radial-gradient(circle, rgba(0, 145, 255, 0.18) 1px, transparent 2px);
  background-size: 22px 22px;
  opacity: 0.35;
  transform: perspective(500px) rotateX(62deg);
  pointer-events: none;
}

.orbit-visual {
  width: min(560px, 90vw);
  aspect-ratio: 1 / 1;
  position: relative;
  display: grid;
  place-items: center;
  justify-self: center;
}

.orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(74, 190, 255, 0.25);
  box-shadow:
    0 0 24px rgba(0, 145, 255, 0.25),
    inset 0 0 34px rgba(0, 145, 255, 0.12);
}

.orbit-ring-one {
  inset: 9%;
  border-color: rgba(125, 220, 255, 0.95);
  box-shadow:
    0 0 28px rgba(0, 170, 255, 0.85),
    inset 0 0 28px rgba(0, 145, 255, 0.25);
  animation: orbitSpin 18s linear infinite;
}

.orbit-ring-two {
  inset: 4%;
  border-style: dashed;
  animation: orbitSpinReverse 30s linear infinite;
}

.orbit-ring-three {
  inset: -2%;
  border-color: rgba(74, 170, 255, 0.18);
  animation: orbitSpin 44s linear infinite;
}

.orbit-ring-one::before,
.orbit-ring-two::before,
.orbit-ring-three::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #7ddcff;
  box-shadow: 0 0 18px rgba(125, 220, 255, 1);
  top: 10%;
  left: 50%;
}

.orbit-ring-two::before {
  width: 7px;
  height: 7px;
  top: 72%;
  left: 12%;
}

.orbit-ring-three::before {
  width: 11px;
  height: 11px;
  top: 42%;
  left: 96%;
}

.orbit-dot {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #7ddcff;
  box-shadow: 0 0 20px rgba(125, 220, 255, 1);
  z-index: 4;
}

.dot-one {
  top: 14%;
  left: 24%;
}

.dot-two {
  right: 8%;
  top: 42%;
}

.dot-three {
  bottom: 10%;
  left: 50%;
}

.dot-four {
  left: 7%;
  top: 55%;
}

.orbit-core {
  width: 58%;
  height: 58%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  background:
    radial-gradient(circle at center, rgba(0, 145, 255, 0.08), rgba(0,0,0,0.78) 62%),
    #02050a;
  border: 1px solid rgba(125, 220, 255, 0.45);
  box-shadow:
    0 0 46px rgba(0, 145, 255, 0.32),
    inset 0 0 42px rgba(0, 145, 255, 0.18);
}

.orbit-core img {
  width: 155px;
  height: 155px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 20px rgba(125, 220, 255, 0.75))
    drop-shadow(0 0 60px rgba(0, 145, 255, 0.35));
}

.orbit-core span {
  position: absolute;
  bottom: 72px;
  color: #38a8ff;
  letter-spacing: 9px;
  font-weight: 800;
}

.orbit-copy h1 {
  font-size: 5rem;
  letter-spacing: 14px;
  line-height: 0.95;
  max-width:700px;
  margin: 0 0 20px;
  font-weight: 800;
}

.orbit-copy .eyebrow {
  color: #38a8ff;
  letter-spacing: 5px;
  font-weight: 800;
  margin-bottom: 18px;
}

.hero-line {
  width: 180px;
  height: 2px;
  background: linear-gradient(90deg, #38a8ff, transparent);
  margin: 0 0 34px;
}

.orbit-statement {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.35;
  color: white;
  margin: 0 0 24px;
  max-width: 700px;
}

.orbit-statement strong {
  display: block;
  color: #55c8ff;
  margin-top: 10px;
}

.orbit-copy .hero-text {
  color: #b8c5d4;
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 640px;
}
.orbit-visual{
    width:520px;
    height:520px;
    flex-shrink:0;
}

@keyframes orbitSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes orbitSpinReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@media (max-width: 950px) {
  .neurorder-orbit-hero {
    grid-template-columns: 1fr;
    padding: 115px 22px 60px;
    gap: 36px;
  }

  .orbit-copy {
    text-align: center;
  }

  .hero-line {
    margin: 0 auto 28px;
  }

  .orbit-copy h1 {
    letter-spacing: 7px;
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .orbit-visual {
    width: min(390px, 90vw);
  }

  .orbit-core img {
    width: 110px;
    height: 110px;
  }

  .orbit-core span {
    bottom: 45px;
    font-size: 0.85rem;
    letter-spacing: 5px;
  }

  .orbit-statement {
    font-size: clamp(1.8rem, 9vw, 3rem);
  }
}

.neurorder-orbit-hero {
  grid-template-columns: 0.9fr 1.1fr;
  gap: 45px;
}

.orbit-copy {
  min-width: 0;
  overflow: hidden;
}

.orbit-copy h1 {
  font-size: clamp(2.8rem, 5.3vw, 5.2rem);
  letter-spacing: 6px;
  max-width: 100%;
  overflow-wrap: normal;
  white-space: nowrap;
}

.orbit-statement {
  font-size: clamp(2rem, 3.7vw, 3.2rem);
  max-width: 760px;
}

@media (max-width: 950px) {
  .orbit-copy h1 {
    white-space: normal;
    letter-spacing: 6px;
  }
}

/* QUICK HERO SAFETY FIX */

.neurorder-orbit-hero {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: clamp(28px, 6vw, 90px);
  padding-right: clamp(28px, 6vw, 90px);
  grid-template-columns: minmax(360px, 520px) minmax(0, 680px);
  justify-content: center;
}

.orbit-visual {
  width: clamp(360px, 38vw, 540px);
  height: clamp(360px, 38vw, 540px);
  aspect-ratio: 1 / 1;
}

.orbit-copy {
  max-width: 680px;
  min-width: 0;
}

.orbit-copy h1 {
  font-size: clamp(2.6rem, 5vw, 5rem);
  letter-spacing: clamp(5px, 0.8vw, 12px);
  white-space: normal;
  max-width: 100%;
}

.orbit-statement {
  font-size: clamp(2rem, 3.5vw, 3.3rem);
  max-width: 650px;
}

.orbit-copy .hero-text {
  max-width: 620px;
}

.premium-home-hero {
  display: none;
}

@media (max-width: 950px) {
  .neurorder-orbit-hero {
    max-width: 100%;
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .orbit-visual {
    width: min(82vw, 390px);
    height: min(82vw, 390px);
    margin: 0 auto;
  }

  .orbit-copy {
    text-align: center;
    margin: 0 auto;
  }

  .hero-actions {
    justify-content: center;
  }
}

/* FINAL INTELLIGENCE SECTION FIX */

.intelligence-section {
  padding: 90px 24px !important;
  text-align: center !important;
}

.intelligence-section .page-container {
  max-width: 860px !important;
  margin: 0 auto !important;
  padding-inline: 24px !important;
}

.intelligence-section h2 {
  font-size: clamp(2.2rem, 3.8vw, 3.7rem) !important;
  line-height: 1.15 !important;
  letter-spacing: -1.8px !important;
  max-width: 820px !important;
  margin: 0 auto 26px !important;
  text-align: center !important;
}

.intelligence-section p {
  max-width: 720px !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-size: 1.08rem !important;
  line-height: 1.75 !important;
}
.intelligence-section .hero-actions{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:24px;

    margin-top:45px;

    width:100%;
}

.intelligence-section::before{

    content:"";

    position:absolute;

    inset:0;

    background-image:url("../images/indexbackground.png");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;

    opacity:.18;

    z-index:0;

    pointer-events:none;
}

.intelligence-section .page-container{

    max-width:900px;

    margin:0 auto;

    display:flex;

    flex-direction:column;

    align-items:center;

    text-align:center;
}

@media (min-width: 1200px) {
  .intelligence-section h2 {
    font-size: 3.45rem !important;
    max-width: 820px !important;
  }
}

.intelligence-section{
    position:relative;
    overflow:hidden;
    background:#02050a;
}

.intelligence-section::before{

    content:"";

    position:absolute;
    inset:0;

    background-image:url("../images/indexbackground.png");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;

    opacity:.22;

    z-index:0;

    pointer-events:none;
}

.intelligence-section .page-container{
    position:relative;
    z-index:2;
}

/* Background behind the hero text only */

.orbit-copy{
    position: relative;
    z-index: 2;
    overflow: hidden;
}
/* =====================================
   HERO RESPONSIVE LAYOUT (FINAL)
===================================== */

.neurorder-orbit-hero{
    width:100%;
    max-width:1440px;
    margin:0 auto;

    display:grid;
    grid-template-columns:minmax(420px,540px) minmax(0,1fr);

    align-items:center;
    justify-content:center;

    gap:clamp(40px,4vw,70px);

    padding:
        clamp(130px,10vw,150px)
        clamp(36px,6vw,90px)
        80px;
}

.orbit-visual{
    width:min(520px,100%);
    height:auto;
    aspect-ratio:1/1;
}

.orbit-copy{
    min-width:0;
    max-width:760px;
}

.orbit-copy h1{

    font-size:clamp(3.2rem,4.6vw,5rem);

    letter-spacing:clamp(3px,.45vw,10px);

    line-height:.95;

    white-space:nowrap;

    max-width:100%;

    overflow:visible;
}

.orbit-statement{
    font-size:clamp(2rem,3vw,3.2rem);
}

.orbit-copy .hero-text{
    max-width:620px;
}

@media (max-width:1100px){

    .neurorder-orbit-hero{

        grid-template-columns:360px minmax(0,1fr);

        gap:40px;
    }

    .orbit-visual{

        width:360px;
    }

    .orbit-copy h1{

        font-size:3.7rem;

        letter-spacing:4px;
    }
}

@media (max-width:950px){

    .neurorder-orbit-hero{

        grid-template-columns:1fr;

        text-align:center;

        padding:120px 24px 70px;
    }

    .orbit-visual{

        width:min(82vw,390px);

        margin:auto;
    }

    .orbit-copy{

        margin:auto;
    }

    .orbit-copy h1{

        white-space:normal;

        font-size:clamp(2.5rem,12vw,4rem);

        letter-spacing:2px;
    }

    .hero-line{

        margin:0 auto 28px;
    }

    .hero-actions{

        justify-content:center;
    }
}