/* Regular */
@font-face {
  font-family: "Blauer Nue";
  src: url("../assets/fonts/Blauer-Nue-Regular-iF6626350c83fdf.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: "Blauer Nue";
  src: url("../assets/fonts/Blauer-Nue-Regular-Italic-iF6626350c7f4f6.otf")
    format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: "Blauer Nue";
  src: url("../assets/fonts/Blauer-Nue-Medium-iF6626350c78103.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Medium Italic */
@font-face {
  font-family: "Blauer Nue";
  src: url("../assets/fonts/Blauer-Nue-Medium-Italic-iF6626350c725e0.otf")
    format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "Blauer Nue";
  src: url("../assets/fonts/Blauer-Nue-Extrabold-iF6626350c4c856.otf")
    format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: "Blauer Nue";
  src: url("../assets/fonts/Blauer-Nue-Bold-Italic-iF6626350c420cc.otf")
    format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ================= GLOBAL ================= */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family:
    "Blauer Nue",
    "Inter",
    -apple-system,
    sans-serif;
  background: #000;
}

/* ================= NAVBAR ================= */

.custom-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 16px 0;
  backdrop-filter: blur(10px);
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #00e0b8;
  text-decoration: none !important;
}

.logo-name {
  color: #00e0b8;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 600;
}

.logo img {
  height: 40px;
}

/* NAV PILL */
.nav-pill {
  display: flex;
  gap: 8px;
  padding: 6px;
  background: #293634;
  border-radius: 12px;
  align-items: center;
}

.nav-pill a {
  color: #6f8f8a;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 8px 16px;
  border-radius: 8px;
  position: relative;
}

.nav-pill a:hover:not(.active) {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

/* ACTIVE BOX */
.nav-pill a.active {
  background: #00e0b8;
  color: #002a25 !important;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 224, 184, 0.2);
}

/* CONTACT BUTTON */
.btn-contact {
  font-family: "Blauer Nue", "Inter", sans-serif;
  padding: 12px 22px;
  border-radius: 11px;
  cursor: pointer;
  color: #fff;
  border: 2px solid transparent;
  background:
    linear-gradient(#0cb799, #0cb799) padding-box,
    linear-gradient(135deg, #0cb799, #ffffff) border-box;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
}

.btn-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(12, 183, 153, 0.3);
}

/* ================= MOBILE BOTTOM NAV ================= */

.mobile-bottom-nav {
  display: none;
}

@media (max-width: 768px) {
  .custom-nav .nav-pill {
    display: none !important;
  }

  .mobile-bottom-nav {
    display: flex;
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    background: rgba(41, 54, 52, 0.85);
    backdrop-filter: blur(15px);
    align-items: center !important;
    justify-content: center !important;
    padding: 6px;
    border-radius: 14px;
    gap: 4px;
    z-index: 999;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  }

  .mobile-bottom-nav a {
    color: #6f8f8a;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    padding: 10px 18px;
    font-size: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .mobile-bottom-nav a.active {
    background: #00e0b8;
    color: #002a25;
    font-weight: 600;
  }
}

/* LAYOUT UTILS */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ================= FOOTER ================= */

.zoy-footer {
  width: 100%;
  max-width: 1512px;
  margin: auto;

  min-height: 512px;
  /* figma height feel */
  padding: 60px 60px;

  background: linear-gradient(90deg, #0629243f, #125a4f67, #083c353f);

  color: #fff;

  position: relative;
  overflow: hidden;
}

/* ================= TOP ================= */

.zoy-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  margin-bottom: 70px;
}

/* TITLE (Figma exact) */
.zoy-top h2 {
  font-family: "Blauer Nue", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 2%;

  max-width: 584px;
}

/* SOCIAL */
.zoy-social {
  display: flex;
  gap: 40px;
  margin-top: 30px;
  font-family: "Blauer Nue", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 10%;
}

.zoy-social a:hover {
  transform: translateY(-2px);
  color: #005f8d !important;
  /* text-shadow: 5px 5px 1px rgba(202, 202, 202, 0.966); */
}

/* ================= MIDDLE ================= */

.zoy-middle {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* LEFT TEXT */
.zoy-left p {
  font-family: "Blauer Nue", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 3%;

  text-transform: uppercase;
  color: #bcded7;
}

/* RIGHT SIDE */
.zoy-right {
  width: 65%;
}

/* ================= EMAIL ================= */

.zoy-email {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.zoy-email h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 10%;
  letter-spacing: -1%;
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none;

  white-space: nowrap;
}
.zoy-email h1:hover {
  transform: translateY(-3px);
}

.zoy-email .arrow {
  font-size: 36px;
  opacity: 0.9;
}
.zoy-email .arrow:hover {
  transform: translateY(-3px);
  /* color: #005f8d  !important; */
}
/* ================= LINKS ================= */

.zoy-links {
  display: flex;
  gap: 60px;

  font-family: "Blauer Nue", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 3%;

  text-transform: uppercase;
}

.zoy-links a {
  color: #cfcfcf;
  text-decoration: none;
  transition: 0.3s;
}

.zoy-links a:hover {
  color: #65eeb7;
}

/* ================= STAR ================= */
.zoy-star {
  position: absolute;

  width: 28px;
  height: 28px;

  background: #65eeb7;

  clip-path: polygon(
    50% 0%,
    63% 38%,
    100% 50%,
    63% 62%,
    50% 100%,
    37% 62%,
    0% 50%,
    37% 38%
  );

  filter: drop-shadow(0 0 10px #65eeb7);

  animation: float 4s ease-in-out infinite;
}

.star1 {
  bottom: 50px;
  left: 10%;
}

.star2 {
  bottom: 10px;
  left: 50%;
  animation-delay: 1s;
}

.star3 {
  bottom: 400px;
  left: 40%;
  animation-delay: 2s;
}

.star4 {
  bottom: 80px;
  left: 85%;
  animation-delay: 3s;
}

.star5 {
  bottom: 320px;
  left: 75%;
  animation-delay: 2s;
}

.star6 {
  bottom: 485px;
  left: 1%;
  animation-delay: 3s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.star1,
.star2,
.star3,
.star4,
.star6 {
  width: 10px;
  height: 10px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .zoy-footer {
    padding: 50px 30px;
  }

  .zoy-middle {
    flex-direction: column;
    gap: 40px;
  }

  .zoy-right {
    width: 100%;
  }

  .zoy-email h1 {
    font-size: 28px;
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .zoy-footer {
    padding-bottom: 110px;
  }

  .zoy-top {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 0px;
  }

  .zoy-email h1 {
    font-size: 22px;
  }

  .zoy-links {
    flex-wrap: wrap;
    gap: 20px;
  }
}

/* ================= BACK TO TOP ================= */

.back-to-top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #00e0b8;
  color: #002a25;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 20px rgba(0, 224, 184, 0.3);
  border: none;
  outline: none;
  transform: translateY(20px);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  transform: translateY(-5px);
  background: #00f0c5;
  box-shadow: 0 12px 25px rgba(0, 224, 184, 0.5);
}

.back-to-top svg {
  width: 24px;
  height: 24px;
  display: block;
  stroke: currentColor;
  flex-shrink: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 110px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}
