@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&family=Roboto:wght@400;700&display=swap');

body {
  margin: 0;
  padding: 0;
  background: #111;
  color: #ddd;
  font-family: 'Roboto', sans-serif;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  background: rgba(0,0,0,0.7);
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
}

.logo {
  font-family: 'Orbitron', sans-serif;
  font-size: 28px;
  color: #ffcc00;
}

nav a, .social a, .footer-social a {
  margin: 0 15px;
  font-size: 24px;
  color: #ddd;
  transition: color 0.3s;
}

nav a:hover, .social a:hover, .footer-social a:hover {
  color: #ffcc00;
}

.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-content {
  z-index: 1;
}

h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 60px;
  color: #ffcc00;
  margin: 0;
}

.hero p {
  font-size: 24px;
}

.cta {
  padding: 15px 40px;
  background: #333;
  border: 2px solid #ffcc00;
  color: #ffcc00;
  font-size: 20px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 4px;
}

.newsletter {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 120px 50px 80px;
  background: #222;
  gap: 40px;
}

.news-text {
  max-width: 500px;
  text-align: left;
}

.news-text form {
  display: flex;
  margin-top: 30px;
}

.news-text input {
  padding: 15px;
  background: #333;
  border: none;
  color: #fff;
  flex: 1;
  font-size: 16px;
}

.news-text button {
  padding: 15px 30px;
  background: transparent;
  border: none;
  color: #ffcc00;
  font-size: 30px;
  cursor: pointer;
}

.news-image img {
  width: 100%;
  max-width: 600px;
  border: 2px solid #444;
}

.teasers img {
  width: 100%;
  display: block;
}

footer {
  text-align: center;
  padding: 60px 20px;
  background: #000;
}

.footer-logo {
  font-family: 'Orbitron', sans-serif;
  font-size: 24px;
  color: #ffcc00;
  margin-bottom: 20px;
}

footer p {
  margin-top: 20px;
  font-size: 14px;
}

.sib-form-message-panel {
  display: none !important; /* Hides success/error messages - you can style them later if wanted */
}

#sib-container {
  background: transparent !important;
}

.entry__specification, .entry__label {
  display: none !important; /* Hides extra text like "Provide your email..." */
}

.square-box {
  width: 500px;
  height: 500px;
  overflow: hidden;
  position: relative;
  background: #000; /* Ensures black backdrop inside the box */
  margin: 0 auto; /* Centers it horizontally if needed */
  display: block;
}

.offset {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translate(0px, 0px);
}

.tunnel {
  width: 720px;
  height: 720px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spin 40s linear infinite;
}

.center-hole {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 40;
}

.center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Arial Black, Arial, sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #006400;
  -webkit-text-stroke: 4px #90EE90;
  text-stroke: 4px #90EE90;
  paint-order: stroke fill;
  z-index: 50;
  pointer-events: none;
}

.tunnel > div:not(.center-hole) {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: repeating-conic-gradient(#000 0deg 9deg, #fff 9deg 18deg);
  z-index: 10;
}

.spiral-link {
  display: block;           /* Makes the link fill the area */
  width: 500px;              /* Matches square-box size */
  height: 500px;
  text-decoration: none;    /* No underline */
  color: inherit;           /* Keeps text color normal */
}

.tunnel > div:nth-child(1) { inset: 0%; transform: rotate(0deg); }
.tunnel > div:nth-child(2) { inset: 3%; transform: rotate(8deg); }
.tunnel > div:nth-child(3) { inset: 6%; transform: rotate(16deg); }
.tunnel > div:nth-child(4) { inset: 9%; transform: rotate(24deg); }
.tunnel > div:nth-child(5) { inset: 12%; transform: rotate(32deg); }
.tunnel > div:nth-child(6) { inset: 15%; transform: rotate(40deg); }
.tunnel > div:nth-child(7) { inset: 18%; transform: rotate(48deg); }
.tunnel > div:nth-child(8) { inset: 21%; transform: rotate(56deg); }
.tunnel > div:nth-child(9) { inset: 24%; transform: rotate(64deg); }
.tunnel > div:nth-child(10) { inset: 27%; transform: rotate(72deg); }
.tunnel > div:nth-child(11) { inset: 30%; transform: rotate(80deg); }
.tunnel > div:nth-child(12) { inset: 33%; transform: rotate(88deg); }
.tunnel > div:nth-child(13) { inset: 36%; transform: rotate(96deg); }
.tunnel > div:nth-child(14) { inset: 39%; transform: rotate(104deg); }
.tunnel > div:nth-child(15) { inset: 42%; transform: rotate(112deg); }
.tunnel > div:nth-child(16) { inset: 45%; transform: rotate(120deg); }
.tunnel > div:nth-child(17) { inset: 50%; transform: rotate(128deg); }

@keyframes spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}