 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: system-ui, -apple-system, sans-serif;
      background: #222222;

    }

    .flux-hero-vortex {
      position: relative;
      width: 100%;
      height: 450px;
      overflow: hidden;
      background: #09070f;
    }

    .background-wrapper {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
    }

    .background-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transform-origin: center center;
      animation: 
        drift-slow 60s linear infinite,
        gentle-zoom 40s ease-in-out infinite alternate;
      will-change: transform;
    }

    @keyframes drift-slow {
      0%   { transform: translate3d(0%, 0%, 0) scale(1.08); }
      100% { transform: translate3d(-8%, -4%, 0) scale(1.08); }
    }

    @keyframes gentle-zoom {
      0%   { transform: scale(1.00); }
      100% { transform: scale(1.14); }
    }

    .void-overlay.left-leaning {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        98deg,
        rgba(16, 10, 36, 0.94) 0%,
        rgba(16, 10, 36, 0.86) 42%,
        transparent 70%
      );
      display: flex;
      align-items: center;
      padding: 0 7%;
      z-index: 2;
    }

    .content-constellation {
      max-width: 680px;
      width: 100%;
    }

    .stellar-headline {
      font-size: clamp(1.6rem, 2.5vw, 2.8rem);
      font-weight: 800;
      letter-spacing: -0.04em;
      line-height: 0.92;
      margin-bottom: 1.1rem;
      background: linear-gradient(90deg, #f8f4ff 8%, #b1b1b1 92%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .nebula-text {
      font-size: clamp(1.1rem, 2.4vw, 1.45rem);
      line-height: 1.45;
      font-weight: 300;
      opacity: 0.94;
      margin-bottom: 1.9rem;
      max-width: 520px;
      color: aliceblue;
    }

    .pulse-cta.crimson-pulse {
      position: relative;
      display: inline-flex;
      align-items: center;
      padding: 14px 40px;
      font-size: 1.1rem;
      font-weight: 600;
      color: white;
      background: #d60f38;
      border-radius: 60px;
      text-decoration: none;
      overflow: hidden;
      transition: all 0.35s ease;
      box-shadow: 0 6px 24px rgba(214, 15, 56, 0.34);
    }

    .pulse-cta.crimson-pulse:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 40px rgba(214, 15, 56, 0.5);
      background: #e3193c;
    }

    .pulse-cta.crimson-pulse .ripple {
      position: absolute;
      inset: 0;
      background: radial-gradient(
        circle at 40% 50%,
        rgba(255,255,255,0.3) 0%,
        transparent 70%
      );
      opacity: 0;
      transition: opacity 0.6s ease;
    }

    .pulse-cta.crimson-pulse:hover .ripple {
      opacity: 1;
      animation: ripple-expand 1.8s ease-out infinite;
    }

    @keyframes ripple-expand {
      0%   { transform: scale(0.5); opacity: 0.7; }
      60%  { opacity: 1; }
      100% { transform: scale(2.8); opacity: 0; }
    }

    /* Tablets & Mobile: full width, centered */
    @media (max-width: 1024px) {
      .void-overlay.left-leaning {
        background: linear-gradient(
          to bottom,
          rgba(16,10,36,0.96) 0%,
          rgba(16,10,36,0.88) 45%,
          rgba(16,10,36,0.60) 70%,
          transparent 100%
        );
        padding: 0 5%;
        justify-content: center;
      }

      .content-constellation {
        max-width: none;
        width: 100%;
        text-align: center;
      }

      .nebula-text {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
      }

      .pulse-cta.crimson-pulse {
        margin: 0 auto;
      }
    }

    @media (max-width: 640px) {
      .flux-hero-vortex {
        height: 420px;
      }

      .void-overlay.left-leaning {
        padding: 0 6%;
      }

      .stellar-headline {
        font-size: clamp(2.4rem, 8vw, 3.8rem);
      }

      .nebula-text {
        font-size: clamp(1.05rem, 2.6vw, 1.35rem);
      }

      .pulse-cta.crimson-pulse {
        padding: 12px 36px;
        font-size: 1.05rem;
      }
    }











    .x9k4p7m2q {
      width: 1300px;
      max-width: 100%;
      margin: 0 auto;
      margin-top: 50px;
    }

    .v3z8r1t6y {
      font-size: 1.5rem;
      font-weight: 900;
      text-align: left;
      letter-spacing: -2px;
      color: #e9e8e8;
      text-transform: uppercase;
      margin: 0 0 32px 0;
      padding: 0;
      padding-left: 32px;
    }

    .j2w5h9n4x {

      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    }

    .q7f3m8v2k {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      padding: 32px;
    }

    .b6t9p1r4z {
      background: #141414;
      border-radius: 10px;
      overflow: hidden;
      text-decoration: none;
      color: inherit;
      border: 1px;
      transition: all 0.22s;
      display: flex;
      flex-direction: column;
    }

    .b6t9p1r4z:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 32px rgba(0,0,0,0.12);
    }

    .k8n2w5j0q {
      height: 170px;
      background: #eee;
    }

    .k8n2w5j0q img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .p4m7v3x9h {
      padding: 18px 20px;
      flex: 1;
      display: flex;
      align-items: center;
    }

    .r1z6t8y2f {
      font-size: 1.16rem;
      font-weight: 700;
      line-height: 1.35;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: aliceblue;
    }

    .q7f3m8v2k + .q7f3m8v2k {

      padding-top: 28px;
    }

    @media (max-width: 1350px) {
      .x9k4p7m2q {
        width: 100%;
      }
    }

    @media (max-width: 1100px) {
      .q7f3m8v2k {
        grid-template-columns: repeat(2, 1fr);
      }
      .v3z8r1t6y {
        font-size: 3.8rem;
        margin-bottom: 28px;
        padding-left: 20px;
      }
    }

    @media (max-width: 680px) {
      .q7f3m8v2k {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 24px;
      }
      .v3z8r1t6y {
        font-size: 3rem;
        padding-left: 16px;
      }
    }















    .zq8x9v2p7r {
      width: 1300px;
      max-width: 100%;
      margin: 0 auto;
      margin-top: 50px;
    }

    .k4m3j9w1t5 {
      font-size: 1.5rem;
      font-weight: 900;
      text-align: left;
      letter-spacing: -2px;
      color: #ffffff;
      text-transform: uppercase;
      margin: 0 0 32px 0;
      padding: 0;
      padding-left: 32px;
    }

    .p6n2h8f0y4 {

      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    }

    .x7r5t1q9m3 {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      padding: 32px;
    }

    .b9v4k2z6w8 {
      background: #141414;
      border-radius: 10px;
      overflow: hidden;
      text-decoration: none;
      color: inherit;
      border: 1px ;
      transition: all 0.22s;
      display: flex;
      flex-direction: column;
    }

    .b9v4k2z6w8:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 32px rgba(0,0,0,0.12);
    }

    .j3f0n7y5q2 {
      height: 170px;
      background: #eee;
    }

    .j3f0n7y5q2 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .m8w1p4v9t6 {
      padding: 18px 20px;
      flex: 1;
      display: flex;
      align-items: center;
    }

    .h2r9z5k7x1 {
      font-size: 1.16rem;
      font-weight: 700;
      line-height: 1.35;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: aliceblue;
    }

    .x7r5t1q9m3 + .x7r5t1q9m3 {

      padding-top: 28px;
    }

    @media (max-width: 1350px) {
      .zq8x9v2p7r {
        width: 100%;
      }
    }

    @media (max-width: 1100px) {
      .x7r5t1q9m3 {
        grid-template-columns: repeat(2, 1fr);
      }
      .k4m3j9w1t5 {
        font-size: 3.8rem;
        margin-bottom: 28px;
        padding-left: 20px;
      }
    }

    @media (max-width: 680px) {
      .x7r5t1q9m3 {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 24px;
      }
      .k4m3j9w1t5 {
        font-size: 3rem;
        padding-left: 16px;
      }
    }





















    .aX9k2vPq7rM4 {
      width: 1300px;
      max-width: 100%;
      margin: 0 auto;
      margin-top: 50px;
      margin-bottom: 50px;
    }

    .tF5j8wZ3nL1 {
      font-size: 1.5rem;
      font-weight: 900;
      text-align: left;
      letter-spacing: -2px;
      color: #fafafa;
      text-transform: uppercase;
      margin: 0 0 32px 0;
      padding: 0;
      padding-left: 32px;
    }

    .gQ2m6hR9fT0 {
 
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    }

    .cV4r8tY1kN5 {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      padding: 32px;
    }

    .dW7z3pK6xB9 {
      background: #141414;
      border-radius: 10px;
      overflow: hidden;
      text-decoration: none;
      color: inherit;
      border: 1px ;
      transition: all 0.22s;
      display: flex;
      flex-direction: column;
    }

    .dW7z3pK6xB9:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 32px rgba(0,0,0,0.12);
    }

    .eJ0n4yM2qF8 {
      height: 170px;
      background: #eee;
    }

    .eJ0n4yM2qF8 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .fH9w1vT5pZ3 {
      padding: 18px 20px;
      flex: 1;
      display: flex;
      align-items: center;
    }

    .gK6r2zL8yQ4 {
      font-size: 1.16rem;
      font-weight: 700;
      line-height: 1.35;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: rgb(235, 235, 235);
    }

    .cV4r8tY1kN5 + .cV4r8tY1kN5 {
      padding-top: 28px;
    }

    @media (max-width: 1350px) {
      .aX9k2vPq7rM4 {
        width: 100%;
      }
    }

    @media (max-width: 1100px) {
      .cV4r8tY1kN5 {
        grid-template-columns: repeat(2, 1fr);
      }
      .tF5j8wZ3nL1 {
        font-size: 3.8rem;
        margin-bottom: 28px;
        padding-left: 20px;
      }
    }

    @media (max-width: 680px) {
      .cV4r8tY1kN5 {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 24px;
      }
      .tF5j8wZ3nL1 {
        font-size: 3rem;
        padding-left: 16px;
      }
    }












     /* Full-width footer container */
        .voidFooterRealm {
            width: 100%;
            background-color: #000;
            color: #fff;
            padding: clamp(20px, 3vw, 30px) clamp(10px, 1.5vw, 20px);
            font-family: -apple-system, BlinkMacSystemFont, sans-serif;
            box-sizing: border-box;
        }

        /* Main footer content wrapper */
        .nebulaFooterCore {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 2fr 1fr;
            gap: clamp(10px, 2vw, 20px);
            align-items: flex-start;
        }

        /* Logo section */
        .lunarLogoHub {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .lunarLogoHub a {
            display: inline-block;
        }

        .lunarLogoHub img {
            width: clamp(80px, 15vw, 120px);
            height: auto;
            filter: brightness(0) invert(1);
        }

        .lunarLogoHub p {
            font-size: clamp(10px, 2vw, 12px);
            opacity: 0.7;
            margin: 0;
            line-height: 1.3;
        }

        /* Navigation links */
        .astroNavCluster {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
            gap: clamp(6px, 1vw, 8px);
        }

        .astroNavCluster ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .astroNavCluster li {
            margin-bottom: 6px;
        }

        .astroNavCluster a {
            color: #fff;
            text-decoration: none;
            font-size: clamp(11px, 2vw, 13px);
            font-weight: 500;
            transition: color 0.3s ease, transform 0.2s ease;
        }

        .astroNavCluster a:hover {
            color: #ff0000;
            transform: translateX(4px);
        }

        /* Social media section */
        .cosmicSocialSphere {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .cosmicSocialSphere h3 {
            font-size: clamp(14px, 2.5vw, 16px);
            font-weight: 600;
            margin: 0;
        }

        .stellarSocialIcons {
            display: flex;
            flex-wrap: wrap;
            gap: clamp(6px, 1vw, 8px);
        }

        .stellarSocialIcons a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            transition: background 0.3s ease, transform 0.2s ease;
        }

        .stellarSocialIcons a:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: scale(1.1);
        }

        .stellarSocialIcons svg {
            width: 20px;
            height: 20px;
            fill: #fff;
        }

        /* Responsive adjustments */
        @media (max-width: 1024px) {
            .nebulaFooterCore {
                grid-template-columns: 1fr 1fr;
                gap: clamp(8px, 1.5vw, 15px);
            }

            .cosmicSocialSphere {
                grid-column: 1 / -1;
                align-items: center;
                text-align: center;
            }

            .stellarSocialIcons {
                justify-content: center;
            }
        }

        @media (max-width: 768px) {
            .voidFooterRealm {
                padding: clamp(10px, 2vw, 20px) clamp(8px, 1vw, 15px);
            }

            .nebulaFooterCore {
                grid-template-columns: 1fr;
                gap: clamp(10px, 2vw, 15px);
            }

            .lunarLogoHub {
                align-items: center;
                text-align: center;
            }

            .astroNavCluster {
                grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
                justify-items: center;
            }

            .astroNavCluster ul {
                text-align: center;
            }
        }

        @media (max-width: 480px) {
            .voidFooterRealm {
                padding: clamp(8px, 1.5vw, 15px) clamp(5px, 0.75vw, 10px);
            }

            .lunarLogoHub img {
                width: clamp(60px, 20vw, 100px);
            }

            .lunarLogoHub p {
                font-size: clamp(9px, 2vw, 11px);
            }

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

            .astroNavCluster ul {
                margin-bottom: 8px;
            }

            .astroNavCluster a {
                font-size: clamp(10px, 2vw, 12px);
            }

            .cosmicSocialSphere h3 {
                font-size: clamp(12px, 2.5vw, 14px);
            }

            .stellarSocialIcons a {
                width: 28px;
                height: 28px;
            }

            .stellarSocialIcons svg {
                width: 16px;
                height: 16px;
            }
        }

        @media (max-width: 360px) {
            .voidFooterRealm {
                padding: clamp(5px, 1.5vw, 10px) clamp(3px, 0.75vw, 5px);
            }

            .lunarLogoHub img {
                width: clamp(50px, 20vw, 80px);
            }

            .lunarLogoHub p {
                font-size: clamp(8px, 2vw, 10px);
            }

            .astroNavCluster a {
                font-size: clamp(9px, 2vw, 11px);
            }

            .cosmicSocialSphere h3 {
                font-size: clamp(11px, 2.5vw, 13px);
            }

            .stellarSocialIcons a {
                width: 24px;
                height: 24px;
            }

            .stellarSocialIcons svg {
                width: 14px;
                height: 14px;
            }
        }