@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

*{
  text-decoration: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  position: relative;
}

.navbar {
  background: #0a0a0f;
  padding-right: 15px;
  padding-left: 15px;
  padding: 15px;
  position: sticky;
  top: 0;
  background-color: rgba(0,0,0,0.7);
  transition: background-color 0.3s ease;
  z-index: 10;
}

.navbar.scrolled {
  background: #0a0a0f;
  background-color: rgba(0,0,0,1);
  transition: background-color 0.3s ease-in-out;
}

.nav-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo{
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo a{
  font-size: 24px;
  color: #ffffff !important;
}

li {
  list-style: none;
  display: inline-block;
}

li a {
  color: #ffffff;
  font-size: 14px;
  padding: 10px 15px;
  font-family: sans-serif;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}

.nav-div a:hover {
  color: #20C859;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
}

.join-btn {
  background: #20C859;
  color: #0a0a0f;
  padding: 12px 28px;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: bold;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.join-btn a {
  color: #0a0a0f !important;
}

.join-btn:hover {
  animation: bounce 0.5s infinite;
}

#background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  z-index: -1;
  overflow: hidden;
}

#background-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.outcrafted-info-wrapper{
  text-align: center;
  margin-top: 100px;
  position: relative;
  height: 500px;
}

.outcrafted-info-wrapper h1{
  font-size: 7.5em;
  font-weight: bold;
  color: #ffffff;
  font-family: 'Outfit';
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
}

.outcrafted-info-wrapper p{
  font-size: 2.3em;
  color: 	#E5E4E2;
  font-family: 'Outfit';
  text-align: center;
  margin-top: 100px;
  max-width: 18.5em;
  margin: 0 auto;
}

.copy-btn {
  margin-top: 35px;
  text-align: center;
  align-items: center;
  background: #20C859;
  color: #0a0a0f;
  padding: 12px 28px;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: bold;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

.copy-ip-btn{
  margin-top: 35px;
  background: #20C859;
  color: #0a0a0f;
  padding: 12px 28px;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: bold;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

.copy-port-btn{
  margin-top: 35px;
  align-items: center;
  background: #20C859;
  color: #0a0a0f;
  padding: 12px 28px;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: bold;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

/* About Section */

#about {
  margin-top: 330px;
  width: 100%;
  height: 500px;
  padding: 20px;
  background-image: linear-gradient(to right, black, #38854F);
  color: #E5E4E2;
  font-family: 'Outfit', sans-serif;
  overflow: hidden;
}

#about h2 {
  font-size: 48px;
  margin-bottom: 5px;
  margin-top: 65px;
  margin-left: 100px;;
}

#about p {
  font-size: 18px;
  line-height: 1.6;
  width: 720px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 100px;
}

#about img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 300px;
  width: 700px;
  margin-top: -90px;
}


/* Server Features Section */

#server-features{
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #0a0a0f;
  color: #E5E4E2;
  font-family: 'Outfit', sans-serif;
  overflow: hidden;
}

#server-features-title{
  font-size: 48px;
  margin-bottom: 20px;
  margin-top: 65px;
  text-align: center;
}

#server-features-content p{
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
  width: 720px;
  margin: 0 auto;
}

.cards-container{
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}

.feature-card {
  margin-top: 30px;
  border: 1px solid;
  border-radius: 8px;
  border-color: grey;
  background-color: #20C859;
  padding: 50px;
  flex: 0 0 500px;
  box-sizing: border-box;
  color:#0a0a0f;
  filter: brightness(0.9);
  font-size: 18px;
  transition: 0.3s ease-in-out;
}

.feature-card:hover {
  transform: scale(1.05);
  border-color: #20C859;
  transition: 0.3s ease-in-out;
}

.feature-card svg {
  stroke: #0a0a0f;
  width: 40px;
  height: 40px;
}
/* End of Server Features Section */
/* Raven Page Styles */
#raven-likes {
  background-color: #0a0a0f !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 993px;
  text-align: center;
}

#raven-likes h1{
  position: relative;
  font-size: 68px;
  text-align: center;
  margin-top: 200px;
  margin-bottom: 25px;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
}

#raven-likes p{
  position: relative;
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  color: #E5E4E2;
  font-family: 'Outfit', sans-serif;
}

#raven-likes button {
  margin-top: 35px;
  text-align: center;
  background: #20C859;
  color: #0a0a0f;
  padding: 20px 48px;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: bold;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}
#raven-likes button:active{
  animation: click-bounce 0.2s ease-in-out;
}

#raven-likes h2{
  position: relative;
  font-size: 48px;
  text-align: center;
  margin-top: 25px;
  color: #20C859;
  font-family: 'Outfit', sans-serif;
}

@keyframes click-bounce {
  50% {
    transform: translateY(3px);
  }
}

/* Floating heart particles (Respect button) */
.heart-particle {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, 0) scale(0.9);
  color: #ff4d6d;
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  will-change: transform, opacity;
  /* defaults if JS doesn't set them */
  --moveX: 0px;
  --moveY: -120px;
  --rot: 6deg;
  animation: heart-float 900ms ease-out forwards;
}

@keyframes heart-float {
  0% {
    opacity: 1;
    transform: translate(-50%, 0) scale(0.9) rotate(0deg);
  }
  60% {
    transform: translate(calc(-50% + calc(var(--moveX) * 0.5)), calc(var(--moveY) * 0.5)) scale(1.2) rotate(-6deg);
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--moveX)), var(--moveY)) scale(1) rotate(var(--rot));
  }
}

/* Gallery Page Styles */
#gallery-container {
  background-color: #0a0a0f !important;
  position: relative;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 50px;
  margin-top: -80px;
}

#gallery-container h1{
  position: relative;
  font-size: 68px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  color:  #ffffff;
  font-family: 'Outfit', sans-serif;
}

.gallery-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  padding: 0 20px;
}

.gallery-item img {
  width: 500px;
  height: auto;
  border: 2px solid #20C859;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

#coming-soon-container {
  background-color: #0a0a0f !important;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
}
.main-wrapper {
  background-color: #0a0a0f !important;
  min-height: 100vh;
  padding: 140px 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.center-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.animated-blocks {
  margin-bottom: 1rem;
}
.blocks-container {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  animation: bob 2s ease-in-out infinite;
}
.block {
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
}
.block-1 {
  background-color: #20C859;
  box-shadow: 0 0 30px rgba(32, 200, 89, 0.3);
  animation: spin 3s linear infinite;
}
.block-2 {
  background-color: rgba(32, 200, 89, 0.6);
  box-shadow: 0 0 20px rgba(32, 200, 89, 0.2);
  animation: spin-reverse 4s linear infinite;
}
.block-3 {
  background-color: rgba(32, 200, 89, 0.3);
  box-shadow: 0 0 10px rgba(32, 200, 89, 0.1);
  animation: spin 5s linear infinite;
}

#coming-soon-container h3 {
  font-size: 32px;
  margin-bottom: 20px;
  font-family: 'Chakra Petch', sans-serif;
}
#coming-soon-container h1 {
  font-size: 72px;
  margin-bottom: 20px;
  font-family: 'Chakra Petch', sans-serif;
}
#coming-soon-container p {
  font-size: 20px;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  font-family: 'Chakra Petch', sans-serif;
}
@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes spin-reverse {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

/* Responsive adjustments for feature cards */
@media (max-width: 1024px) {
  .feature-card {
    flex: 0 0 400px;
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .feature-card {
    flex: 0 0 100%;
    padding: 30px;
  }
}

/* Mobile styles */
@media (max-width: 768px) {
  .navbar {
    padding: 10px;
  }
  .logo a {
    font-size: 20px;
  }
  li a {
    font-size: 12px;
    padding: 8px 10px;
  }
  .join-btn {
    padding: 10px 20px;
    font-size: 12px;
  }
  .outcrafted-info-wrapper {
    margin-top: 50px;
    height: 400px;
  }
  .outcrafted-info-wrapper h1 {
    font-size: 3em;
    margin-top: 50px;
  }
  .outcrafted-info-wrapper p {
    font-size: 1.2em;
    margin-top: 50px;
  }
  .copy-btn {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .copy-port-btn {
    margin-top: 20px;
  }
  
  #about {
    margin-top: 200px;
    height: auto;
    padding: 20px;
  }
  #about h2 {
    font-size: 28px;
    margin-left: 20px;
    margin-top: 20px;
  }
  #about p {
    font-size: 14px;
    margin-left: 20px;
    width: auto;
  }
}

/* 404 page */
:root {
  --bg: #0a0a0f;
  --accent: #20c859;
  --muted: #9aa0ac;
  --text: #f5f7fb;
}

body.notfound {
  margin: 0;
  font-family: 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: radial-gradient(circle at 20% 20%, rgba(32,200,89,0.12), transparent 32%),
              radial-gradient(circle at 80% 10%, rgba(32,200,89,0.1), transparent 28%),
              linear-gradient(145deg, #0a0a0f, #06060a 40%, #0f1a14);
  color: var(--text);
  min-height: 100vh;
}

.notfound-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.notfound-card {
  background: rgba(12, 18, 15, 0.85);
  border: 1px solid rgba(32, 200, 89, 0.25);
  border-radius: 16px;
  padding: 38px 32px;
  max-width: 520px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
}

.notfound-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.notfound-eyebrow span {
  display: inline-block;
  width: 32px;
  height: 2px;
  background: var(--accent);
}

.notfound-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(56px, 8vw, 80px);
  margin: 16px 0 10px;
  letter-spacing: 0.03em;
}

.notfound-subtitle {
  font-size: 18px;
  color: var(--muted);
  margin: 0 0 28px;
  line-height: 1.6;
}

.notfound-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.notfound .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  color: #0a0a0f;
  background: var(--accent);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.notfound .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(32, 200, 89, 0.35);
  border-color: rgba(32, 200, 89, 0.6);
}

.notfound .btn.secondary {
  background: rgba(255,255,255,0.06);
  color: var(--text);
  border-color: rgba(255,255,255,0.12);
}

.notfound .btn.secondary:hover {
  border-color: rgba(255,255,255,0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.notfound .logo-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--text);
  font-weight: 700;
}

.notfound .logo-row img {
  width: 40px;
  height: 40px;
}

@media (max-width: 520px) {
  .notfound-card { padding: 28px 22px; }
  .notfound-subtitle { font-size: 16px; }
}
