@font-face {font-family: 'Roboto';src: url('../fonts/Roboto-Regular.woff')  format('woff');
-webkit-font-smoothing: antialiased;
}
@font-face {font-family: 'iWK';src: url('../fonts/iwkdef.woff')  format('woff');
-webkit-font-smoothing: antialiased;
}
@font-face {font-family: 'iWKBold';src: url('../fonts/iwkbold.woff')  format('woff')}
@font-face {
  font-family: 'pass';
  font-style: normal;
  font-weight: 400;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA8AAAAAB2QAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAcg9+z70dERUYAAAF0AAAAHAAAAB4AJwANT1MvMgAAAZAAAAA/AAAAYH7AkBhjbWFwAAAB0AAAAFkAAAFqZowMx2N2dCAAAAIsAAAABAAAAAQAIgKIZ2FzcAAAAjAAAAAIAAAACAAAABBnbHlmAAACOAAAALkAAAE0MwNYJ2hlYWQAAAL0AAAAMAAAADYPA2KgaGhlYQAAAyQAAAAeAAAAJAU+ATJobXR4AAADRAAAABwAAAAcCPoA6mxvY2EAAANgAAAAEAAAABAA5gFMbWF4cAAAA3AAAAAaAAAAIAAKAE9uYW1lAAADjAAAARYAAAIgB4hZ03Bvc3QAAASkAAAAPgAAAE5Ojr8ld2ViZgAABOQAAAAGAAAABuK7WtIAAAABAAAAANXulPUAAAAA1viLwQAAAADW+JM4eNpjYGRgYOABYjEgZmJgBEI2IGYB8xgAA+AANXjaY2BifMg4gYGVgYVBAwOeYEAFjMgcp8yiFAYHBl7VP8wx/94wpDDHMIoo2DP8B8kx2TLHACkFBkYA8/IL3QB42mNgYGBmgGAZBkYGEEgB8hjBfBYGDyDNx8DBwMTABmTxMigoKKmeV/3z/z9YJTKf8f/X/4/vP7pldosLag4SYATqhgkyMgEJJnQFECcMOGChndEAfOwRuAAAAAAiAogAAQAB//8AD3jaY2BiUGJgYDRiWsXAzMDOoLeRkUHfZhM7C8Nbo41srHdsNjEzAZkMG5lBwqwg4U3sbIx/bDYxgsSNBRUF1Y0FlZUYBd6dOcO06m+YElMa0DiGJIZUxjuM9xjkGRhU2djZlJXU1UDQ1MTcDASNjcTFQFBUBGjYEkkVMJCU4gcCKRTeHCk+fn4+KSllsJiUJEhMUgrMUQbZk8bgz/iA8SRR9qzAY087FjEYD2QPDDAzMFgyAwC39TCRAAAAeNpjYGRgYADid/fqneL5bb4yyLMwgMC1H90HIfRkCxDN+IBpFZDiYGAC8QBbSwuceNpjYGRgYI7594aBgcmOAQgYHzAwMqACdgBbWQN0AAABdgAiAAAAAAAAAAABFAAAAj4AYgI+AGYB9AAAAAAAKgAqACoAKgBeAJIAmnjaY2BkYGBgZ1BgYGIAAUYGBNADEQAFQQBaAAB42o2PwUrDQBCGvzVV9GAQDx485exBY1CU3PQgVgIFI9prlVqDwcZNC/oSPoKP4HNUfQLfxYN/NytCe5GwO9/88+/MBAh5I8C0VoAtnYYNa8oaXpAn9RxIP/XcIqLreZENnjwvyfPieVVdXj2H7DHxPJH/2/M7sVn3/MGyOfb8SWjOGv4K2DRdctpkmtqhos+D6ISh4kiUUXDj1Fr3Bc/Oc0vPqec6A8aUyu1cdTaPZvyXyqz6Fm5axC7bxHOv/r/dnbSRXCk7+mpVrOqVtFqdp3NKxaHUgeod9cm40rtrzfrt2OyQa8fppCO9tk7d1x0rpiQcuDuRkjjtkHt16ctbuf/radZY52/PnEcphXpZOcofiEZNcQAAeNpjYGIAg///GBgZsAF2BgZGJkZmBmaGdkYWRla29JzKggxD9tK8TAMDAxc2D0MLU2NjENfI1M0ZACUXCrsAAAABWtLiugAA) format('woff');
}
@font-face {font-family: 'VP1';src: url('../fonts/BebasNeue-Regular.woff')  format('woff');
-webkit-font-smoothing: antialiased;
}

@font-face {font-family: 'VP2';src: url('../fonts/Inter-Regular.woff')  format('woff');
-webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: "Ionicons";
    src: url("../fonts/ionicons.eot?v=2.0.0");
    src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}


* {
  box-sizing: border-box;
}

/* Hide checkbox */
#nav-toggle {
  display: none;
}

/* Burger button */
.burger-btn {
  position: fixed;
  top: 20px;
  right: 20px;

  width: 48px;
  height: 48px;
  padding: 10px;

  background: #0b1f3b;            /* dark blue */
  border: 1px solid #1f3b66;
  border-radius: 12px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;

  cursor: pointer;
  z-index: 1100;
}

/* Burger lines (white) */
.burger-btn span {
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
  transition: 0.4s;
}

/* Burger ? X */
#nav-toggle:checked + .burger-btn span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

#nav-toggle:checked + .burger-btn span:nth-child(2) {
  opacity: 0;
}

#nav-toggle:checked + .burger-btn span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Overlay */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 1000;
}

/* Drawer */
.drawer {
  position: fixed;
  top: 0;
  right: 0;

  width: 300px;
  height: 100vh;

  background: #0b1f3b;            /* dark blue */
  padding: 90px 24px;

  display: flex;
  flex-direction: column;
  gap: 18px;

  transform: translateX(100%);
  transition: transform 0.35s ease;
  z-index: 1050;
}

/* Open states */
#nav-toggle:checked ~ .drawer {
  transform: translateX(0);
}

#nav-toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

/* Drawer links (white text) */
.drawer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  padding: 12px 14px;
  border-radius: 8px;
  transition: background 0.2s;
}

.drawer a:hover {
  background: rgba(255, 255, 255, 0.15);
}

  :root {
    --dark-blue: #071433;
    --accent: #e8b07a;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body {
    font-family: "Inter", system-ui, sans-serif;
    background: var(--dark-blue);
    color: #fff;
    overflow: hidden;
  }

  /* --- Background slideshow --- */
  .bg {
    position: fixed;
    inset: 0;
    z-index: -2;
  }
  .bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: fade 24s infinite;
    filter: brightness(0.55);
  }
  .bg img:nth-child(1) { animation-delay: 0s; }
  .bg img:nth-child(2) { animation-delay: 8s; }
  .bg img:nth-child(3) { animation-delay: 16s; }

  @keyframes fade {
    0% { opacity: 0; transform: scale(1); }
    10% { opacity: 1; }
    30% { opacity: 1; transform: scale(1.05); }
    40% { opacity: 0; }
    100% { opacity: 0; }
  }

  /* Animated overlay */
  .overlay {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(0,0,50,0.4), rgba(0,0,0,0.7));
    animation: move 10s ease-in-out infinite alternate;
    z-index: -1;
  }
  @keyframes move {
    0% { transform: scale(1) translate(0,0); }
    100% { transform: scale(1.05) translate(-2%,2%); }
  }

  /* --- Content --- */
  .content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
  }
  h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  h1::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: var(--accent);
    margin: 12px auto;
    border-radius: 2px;
  }
  p {
    color: rgba(255,255,255,0.8);
    max-width: 480px;
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .notify {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  input[type="email"] {
    padding: 10px 14px;
    border-radius: 6px;
    border: none;
    outline: none;
    min-width: 240px;
    background: rgba(255,255,255,0.1);
    color: #fff;
  }
  input::placeholder {
    color: rgba(255,255,255,0.7);
  }
  button {
    padding: 10px 16px;
    border-radius: 6px;
    border: none;
    background: var(--accent);
    color: #111;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
  }
  button:hover {
    background: #ffc78c;
  }

  footer {
    position: absolute;
    bottom: 20px;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
  }

  /* Toast */
  #toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.7);
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
    display: none;
  }
