@font-face {
  font-family: "Betterlett";
  src: url("betterlett/Betterlett.ttf") format("truetype");
}

@import url("https://fonts.googleapis.com/css?family=Inter:300,regular,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

* {
  padding: 0rem;
  margin: 0rem;
  border: 0rem;
}

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

*::before,
*::after {
  display: inline-block;
}

html,
body {
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE */
}

body {
  font-family: "DM Sans", sans-serif;
  background-color: #fff;
  color: #000;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

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

h1 {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

p {
  font-size: 0.8125rem;
  font-weight: 500;
}

.container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 100svh;
  clip-path: polygon(0 48%, 0 48%, 0 52%, 0 52%);
  will-change: clip-path;
}

.container .hero-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container .hero-img .bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.5);
  will-change: transform;
}

.container .hero-img .blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.container .hero-img .vignette-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000 0%, transparent 40%);
  z-index: 2;
}


nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
  width: 100%;
  padding: 2rem;
  color: #ffffff;
}

.top-nav {
  position: absolute;
  top: 2rem;
  right: 4rem;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
  z-index: 100;
  padding: 0;
  margin: 0;
}

.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
  position: relative;
}

.nav-links a:hover {
  color: #FFD700;
}

.nav-links a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -4px;
  left: 0;
  background-color: #FFD700;
  transition: width 0.3s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

#logo {
  height: 50px;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0;
  padding: 0;
}

.hero-text {
  position: absolute;
  z-index: 2;
  padding: 10px;
}

.hero-text-top {
  top: 0;
  left: 0;
  text-align: left;
  padding-right: 150px;
}

.hero-text-bottom {
  bottom: 0;
  right: 0;
  text-align: right;
}

.hero-desc-bottom-left {
  position: absolute;
  bottom: 2.5rem;
  left: 2rem;
  max-width: 500px;
  z-index: 2;
  color: #ffffff;
  border-left: 2px solid #ffffff;
  padding-left: 15px;
}

.hero-desc-bottom-left p {
  text-transform: none;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
}

.hero-title {
  font-size: 7rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.hero-title .accent {
  color: #FFD700;
  font-family: "Betterlett", sans-serif;
  text-transform: none;
  font-size: 8rem !important;
  font-weight: normal;
  display: inline-block;
  padding-left: 0.2rem;
  letter-spacing: 0.12em;
  line-height: 7rem;
}

.hero-text-top .hero-title .accent {
  position: relative;
  top: 15px;
}

.hero-title .accent2 {
  color: #FFD700;
  font-family: "Betterlett", sans-serif;
  text-transform: none;
  font-weight: normal;
  display: inline-block;
  font-size: 8rem !important;
  line-height: 7rem;
}

.hero-title .char {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.hero-title .char span {
  position: relative;
  display: inline-block;
  transform: translateY(100%);
  will-change: transform;
}

.hero-title .accent .char,
.hero-title .accent2 .char {
  padding: 0.5em 0.5em;
  margin: -0.5em -0.5em;
}

.hero-title .accent .char span,
.hero-title .accent2 .char span {
  transform: translateY(150%);
}

.intro-title .char {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: 0.75rem;
}

.intro-title .char span,
.tag .word {
  position: relative;
  display: inline-block;
  transform: translateY(100%);
  will-change: transform;
}

.intro-title .first-char {
  transform-origin: top left;
}


/* --- FOOTER STYLES --- */
.footer-wrapper {
  position: relative;
  z-index: 1;
}

.site-footer {
  background-color: #0a0a0a;
  position: relative;
  padding-top: 80px;
  color: #ffffff;
}

.footer-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 10;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 1.6;
}

.footer-col p {
  margin-bottom: 5px;
  font-weight: 400;
}

.email-link {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s;
}

.email-link:hover {
  color: #ffffff;
}

.social-col {
  text-align: right;
}

.social-icons {
  margin-top: 10px;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.social-icons a {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.social-icons a:hover {
  opacity: 0.7;
  color: #FFD700;
}

.footer-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 40px;
}

.sub-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.sub-links a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s;
}

.sub-links a:hover {
  opacity: 0.7;
  color: #FFD700;
}

.credits {
  white-space: nowrap;
}

.scroll-indicator-container {
  flex-grow: 1;
  margin: 0 20px;
  position: relative;
  height: 10px;
  display: flex;
  align-items: center;
}

.scroll-track {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
}

.scroll-line {
  height: 1px;
  background-color: #cccccc;
  width: 0%;
  position: absolute;
  left: 0;
}

.scroll-dot {
  width: 6px;
  height: 6px;
  background-color: #FFD700;
  border-radius: 50%;
  position: absolute;
  left: 0%;
  transform: translateX(-50%);
}

.massive-text-container {
  width: 100%;
  background: linear-gradient(to bottom, #0a0a0a 0%, #000000 100%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.massive-text {
  width: 100%;
  text-align: center;
  font-size: 26vw;
  /* Reduced size as requested */
  font-weight: 800;
  color: #ffffff;
  line-height: 0.72;
  letter-spacing: 0.08em;
  /* Added positive letter spacing */
  user-select: none;
  margin-left: 0.08em;
  /* Balance out the right-sided letter spacing for true centering */
  /* Removed overflow: hidden so the top of the text doesn't get cut off */
}

@media (max-width: 768px) {
  .footer-main {
    flex-direction: column;
    gap: 30px;
  }

  .social-col {
    text-align: left;
  }

  .social-icons {
    justify-content: flex-start;
  }

  .footer-sub {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .scroll-indicator-container {
    width: 100%;
    margin: 10px 0;
  }
}

/* --- SECTION 3 NEW DESIGN --- */
.section-three {
  width: 100%;
  color: #ffffff;
  background-color: #000000;
  margin-top: -2rem;
  padding-top: 4rem;
  padding-bottom: 0;
  position: relative;
  z-index: 20;
}

.header-section {
  padding: 0 3rem 8rem 3rem;
  max-width: 1400px;
  margin: 0 auto;
}

.label {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  display: block;
  color: #FFD700;
  text-transform: uppercase;
}

.header-section h1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  max-width: 950px;
  text-transform: none;
}

.header-section h1 .char {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.header-section h1 .char span {
  position: relative;
  display: inline-block;
  transform: translateY(100%);
  will-change: transform;
}

.grid-container {
  width: 100%;
  padding: 0 3rem;
  margin: 0 auto 15rem auto;
  max-width: 1600px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.card {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
}

.card:first-child {
  padding-left: 0;
}

.card:last-child {
  border-right: none;
  padding-right: 0;
}

.card-number {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
}

.card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.card-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin-bottom: 1rem;
  text-transform: none;
}

.card-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #FFD700;
  text-decoration: none;
  border-bottom: 1px solid #FFD700;
  align-self: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 2px;
  text-transform: uppercase;
  transition: opacity 0.3s;
}

.card-link:hover {
  opacity: 0.7;
}

.card-image-wrapper {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background-color: #111;
  border-radius: 8px;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.4s ease, transform 0.4s ease;
}

.card:hover .card-image {
  filter: grayscale(0%);
  transform: scale(1.05);
}

@media (max-width: 900px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 0;
  }

  .card {
    border-right: none;
    padding: 0 1rem;
  }

  .card:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .grid-container {
    padding: 0 1.5rem;
  }

  .header-section {
    padding: 4rem 1.5rem 2rem 1.5rem;
  }

  .header-section h1 {
    font-size: 2.2rem;
  }
}

/* --- Centered CTA Button --- */
.center-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  transform: translateY(50%);
  position: relative;
  z-index: 50;
}

.cta-btn {
  background-color: #FFD700;
  color: #000000;
  border: none;
  padding: 14px 35px;
  border-radius: 30px;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  z-index: 300;
  transition: transform 0.3s ease, opacity 0.3s ease;
  text-transform: uppercase;
}

.cta-btn:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

/* --- SVG Text Path Animations --- */
.svg-animations-container {
  width: 100%;
  overflow: hidden;
  padding: 2rem 0 6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 20;
}

.svgtext {
  flex: none;
  position: relative;
  width: 120%;
  left: -10%;
}

.svgtext text {
  fill: #ffffff;
  font-size: 32px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}

.svgtext--1 text {
  fill: #ffffff;
}

.svgtext--2 text {
  fill: #ffffff;
}

.svgtext .accent {
  fill: #FFD700;
}

/* Floating Stars Background */
.floating-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.cube {
  position: absolute;
  width: var(--size);
  height: var(--size);
  transform-style: preserve-3d;
  cursor: pointer;
  animation: rotateCube 10s infinite linear;
  transition: transform 0.3s ease;
  z-index: 10;
}

.cube:hover {
  transform: scale(1.5) rotateX(180deg) rotateY(180deg) !important;
  animation-play-state: paused;
}

.cube-1 {
  bottom: 15%;
  left: 10%;
  top: auto;
  right: auto;
  --size: 35px;
  --tz: 17.5px;
  animation-duration: 10s;
}

.cube-2 {
  bottom: 35%;
  left: 25%;
  top: auto;
  right: auto;
  --size: 25px;
  --tz: 12.5px;
  animation-duration: 8s;
  animation-direction: reverse;
}

.cube-3 {
  bottom: 10%;
  left: 35%;
  top: auto;
  right: auto;
  --size: 40px;
  --tz: 20px;
  animation-duration: 12s;
}

.cube-4 {
  bottom: 25%;
  left: 45%;
  top: auto;
  right: auto;
  --size: 20px;
  --tz: 10px;
  animation-duration: 6s;
  animation-direction: reverse;
}

.cube-5 {
  top: 10%;
  right: 10%;
  bottom: auto;
  left: auto;
  --size: 30px;
  --tz: 15px;
  animation-duration: 9s;
  animation-direction: reverse;
}

.cube-6 {
  top: 25%;
  right: 25%;
  bottom: auto;
  left: auto;
  --size: 45px;
  --tz: 22.5px;
  animation-duration: 14s;
}

.cube-7 {
  top: 5%;
  right: 40%;
  bottom: auto;
  left: auto;
  --size: 20px;
  --tz: 10px;
  animation-duration: 7s;
}

.cube-8 {
  top: 20%;
  right: 45%;
  bottom: auto;
  left: auto;
  --size: 25px;
  --tz: 12.5px;
  animation-duration: 11s;
  animation-direction: reverse;
}

.cube-9 {
  top: 15%;
  left: 5%;
  bottom: auto;
  right: auto;
  --size: 15px;
  --tz: 7.5px;
  animation-duration: 5s;
}

.cube-10 {
  bottom: 20%;
  right: 5%;
  top: auto;
  left: auto;
  --size: 20px;
  --tz: 10px;
  animation-duration: 8s;
}

/* Wrapper for cubes in Section 2 to be pinned */
.cubes-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 10;
}

.cube-11 {
  bottom: 10vh;
  left: 8vw;
  top: auto;
  right: auto;
  --size: 45px;
  --tz: 22.5px;
  animation-duration: 13s;
}

.cube-12 {
  bottom: 15vh;
  left: 28vw;
  margin-left: 0;
  top: auto;
  right: auto;
  --size: 60px;
  --tz: 30px;
  animation-duration: 20s;
  animation-direction: reverse;
  z-index: 10;
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.6);
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.2) inset;
}

.cube-2 .face,
.cube-4 .face,
.cube-5 .face,
.cube-7 .face,
.cube-10 .face,
.cube-12 .face {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2) inset;
}

.face.front {
  transform: rotateY(0deg) translateZ(var(--tz));
}

.face.right {
  transform: rotateY(90deg) translateZ(var(--tz));
}

.face.back {
  transform: rotateY(180deg) translateZ(var(--tz));
}

.face.left {
  transform: rotateY(-90deg) translateZ(var(--tz));
}

.face.top {
  transform: rotateX(90deg) translateZ(var(--tz));
}

.face.bottom {
  transform: rotateX(-90deg) translateZ(var(--tz));
}

@keyframes rotateCube {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }

  50% {
    transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
  }

  100% {
    transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
}

/* ===============================================
   BUBBLE MENUS (Section 2 & 3)
   =============================================== */
.header-left,
.header-right {
  position: fixed;
  top: 50px;
  z-index: 100;
}

.header-left {
  left: 50px;
  transform: translateX(-200%);
}

.header-right {
  right: 50px;
  transform: translateX(200%);
}

.bubble-menu {
  width: 100px;
  height: 40px;
  background-color: #FFD700;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.menu-btn {
  position: absolute;
  top: 0;
  width: 100px;
  height: 40px;
  cursor: pointer;
  border-radius: 25px;
  overflow: hidden;
  z-index: 10;
}

.header-left .menu-btn {
  left: 0;
}

.header-right .menu-btn {
  right: 0;
}

.menu-btn__slider {
  position: relative;
  width: 100%;
  height: 200%;
  top: 0;
  pointer-events: none;
}

.menu-btn__item {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFD700;
}

.menu-btn__item--close {
  background-color: #000;
}

.menu-btn__item--close .menu-btn__label p {
  color: #FFD700;
}

.menu-btn__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  transition: transform 0.45s cubic-bezier(0.76, 0, 0.24, 1);
}

.menu-btn__label p {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  color: #000;
  transition: all 0.45s cubic-bezier(0.76, 0, 0.24, 1);
}

.menu-btn__label p:nth-child(2) {
  position: absolute;
  transform-origin: bottom center;
  transform: rotateX(-90deg) translateY(9px);
  opacity: 0;
}

.menu-btn:hover .menu-btn__label {
  transform: rotateX(90deg);
}

.menu-btn:hover .menu-btn__label p:nth-child(1) {
  transform: translateY(-100%);
  opacity: 0;
}

.menu-btn:hover .menu-btn__label p:nth-child(2) {
  opacity: 1;
}

/* Disable buggy 3D hover flip when button is active (Close state) */
.menu-btn.is-active:hover .menu-btn__label {
  transform: none;
}

.menu-btn.is-active:hover .menu-btn__label p:nth-child(1) {
  transform: none;
  opacity: 1;
}

.menu-btn.is-active:hover .menu-btn__label p:nth-child(2) {
  opacity: 0;
}

.bubble-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* 1. Tambahkan ini agar kontainer menu penuh 100% */
  width: 100%;
  /* 2. Pastikan elemen anak ditarik penuh ke samping */
  align-items: stretch;
  /* 3. Cegah padding 50px merusak total lebar layar */
  box-sizing: border-box;
  padding: 50px 0;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.nav--visible {
  opacity: 1;
  pointer-events: all;
}

.bubble-nav__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bubble-nav__link-wrap {
  perspective: 300px;
  overflow: hidden;
  padding: 10px 0;
  margin: -10px 0;
}

.bubble-nav__link {
  display: block;
  /* Karena display block, ini akan otomatis ikut lebar penuh parent-nya */
  font-size: 46px;
  text-decoration: none;
  color: black;
  line-height: 1.15;
  will-change: transform, opacity;
  padding: 5px 0;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.bubble-nav__link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  transition: top 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.bubble-nav__link:hover::before {
  top: 0;
}

.bubble-nav__link:hover {
  color: #FFD700;
}

.bubble-nav__get-started {
  font-size: 16px !important;
  background-color: black;
  color: #FFD700 !important;
  border-radius: 50px;
  padding: 8px 20px !important;
  margin: 10px auto 0 auto;
  width: max-content;
}

.bubble-nav__get-started::before {
  display: none !important;
}

.bubble-nav__get-started:hover {
  background-color: transparent;
  color: black !important;
  box-shadow: inset 0 0 0 2px black;
}

.bubble-nav__footer {
  display: flex;
  flex-wrap: wrap;
}

.bubble-nav__footer-link {
  width: 50%;
  margin-top: 5px;
  text-decoration: none;
  color: black;
  font-size: 14px;
  will-change: transform, opacity;
}

/* PAGE TRANSITION OVERLAY */
.page-transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #111;
  /* Dark sleek background */
  /* Start visible and full screen to prevent glitch on page load */
  pointer-events: auto;
  visibility: visible;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  will-change: clip-path, visibility;
}

.page-transition-overlay.is-active {
  visibility: visible;
  pointer-events: auto;
}

/* Mobile-only line break */
.mobile-br {
  display: none;
}

/* --- Mobile Agency Section (Hidden on Desktop) --- */
.mob-agency-container {
  display: none;
}

@media (max-width: 62.5rem) {
  .mobile-br {
    display: block;
  }

  /* Hide desktop nav and logo on mobile */
  .top-nav {
    display: none !important;
  }

  /* Make header-right our primary mobile nav and position it safely */
  .header-right {
    top: 20px !important;
    right: 20px !important;
    z-index: 99999 !important;
  }

  /* Prevent hero-text-top from overflowing horizontally */
  .hero-text-top {
    padding-right: 20px !important;
  }

  /* Prevent SVG paths and other elements from causing horizontal scroll */

  /* Reposition top-right cubes in section 3 so they don't block the nav */
  .cube-5 {
    top: 40% !important;
    right: 10% !important;
  }

  .cube-6 {
    top: 50% !important;
    right: 20% !important;
  }

  .cube-7 {
    top: 30% !important;
    right: 30% !important;
  }

  /* Ensure cubes are strictly underneath the nav */
  .cube {
    z-index: 1 !important;
  }

  .cubes-wrapper {
    z-index: 1 !important;
  }

  /* Hide the single bottom-most floating cube on mobile to prevent clutter/overlap */
  .floating-stars .cube-11 {
    display: none !important;
  }

  /* Reduce font size inside bubble nav for mobile */
  .bubble-nav__link {
    font-size: 32px !important;
  }

  /* Specific override for Get Started button on mobile to fix size */
  .bubble-nav__link.bubble-nav__get-started {
    font-size: 16px !important;
    padding: 8px 20px !important;
    margin-top: 15px;
  }

  /* Utility class to hide arrows on mobile */
  .hide-on-mobile {
    display: none !important;
  }

  /* Hide all cubes on the landing page for mobile */
  .landing-page .cube {
    display: none !important;
  }
}