@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@400;700&display=swap');


@font-face {
  font-family: 'Persona5Font';
  src: url('Persona5main\ \(1\).ttf') format('ttf')
  font-weigh;grid-column:1;
  font-style:only-child
}
*
 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #00ff40; /* Persona 5 red */
  overflow-x: hidden;
  position: relative;
  background: url('https://i.imgur.com/your-wallpaper.jpg') no-repeat center center fixed;
  background-size: cover; 
  
}

/* DARK OVERLAY FOR READABILITY */
body::before {
  content: '';
  position: fixed;
  top:0; left:0;
  width:100%; height:100%;
  background: rgba(0, 0, 0, 0.7); /* dark overlay for readability */
  z-index: -1;
}

/* HEADER SPLASH */
.header {
  position: relative;
  text-align: center;
  padding: 4rem 1rem;
  overflow: hidden;
  animation: slideDown 1s ease-out forwards;
  border-bottom: 3px solid #ffffff;
}

.header h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  color: #00d181;
  text-shadow: 0 0 10px #029b3d;
  letter-spacing: 3px;
}

.header p {
  font-weight: bold;
  color: #0abb54;
  font-size: 1.2rem;
}

/* NAVIGATION PANEL */
.nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeIn 1.5s ease-out forwards;
  animation-delay: 1s;
}

.nav a {
  text-decoration: none;
  color: #06c47b;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  border: 2px solid #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.nav a::after {
  content:'';
  position:absolute;
  bottom:0; left:-100%;
  width:100%; height:3px;
  background:#018608;
  transition: all 0.3s ease;
}

.nav a:hover::after { left:0; }
.nav a:hover { background: rgba(54, 190, 0, 0.2); box-shadow:0 0 15px #12c202; }

/* IMAGE PANEL */
.image-container {
  position: relative;
  text-align: center;
  margin: 2rem 0;
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 1.8s;
}

.image-container img {
  position: relative;
  width: 300px;
  border: 3px solid #00eeb2;
  border-radius: 4px;
  box-shadow: 0 0 25px #01794b;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.image-container img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 50px #008812;
  filter: brightness(1.2);
}

/* CONTENT CARDS */
.content {
  display: grid;
  gap: 2rem;
  padding: 0 2rem;
  max-width: 800px;
  margin: auto;
}

.card {
  background: rgba(0, 30, 24, 0.85);
  border-left: 6px solid #ffffff;
  border-radius: 4px;
  padding: 1.5rem;
  box-shadow: 0 0 15px #03b352;
  transform: translateX(-100px);
  opacity: 0;
  animation: slideIn 1s ease-out forwards;
  position: relative;
  overflow: hidden;
}

.card:nth-child(1) { animation-delay: 2.2s; }
.card:nth-child(2) { animation-delay: 2.5s; }

.card:hover {
  transform: translateX(0) scale(1.02);
  box-shadow: 0 0 40px #20d19cc7;
}

.card::after {
  content:'';
  position:absolute;
  top:0; left:-100%;
  width:100%; height:100%;
  background: rgba(7, 255, 160, 0.815);
  transition: all 0.4s ease;
}

.card:hover::after { left:0; }

.card h2 { font-family: 'Bebas Neue', sans-serif; color:#06ee38cc; margin-bottom:0.5rem; font-size:1.5rem; }
.card p, .card li { line-height:1.5; color:#09a803; }

/* FOOTER */
footer {
  text-align: center;
  padding: 2rem;
  font-size: 0.9rem;
  color: #0ece07;
  border-top: 3px solid #ffffff;
  margin-top: 3rem;
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 3s;
}

/* ANIMATIONS */
@keyframes slideDown { 0%{transform:translateY(-50px);opacity:0;}100%{transform:translateY(0);opacity:1;} }
@keyframes fadeIn { 0%{opacity:0;}100%{opacity:1;} }
@keyframes slideIn { 0%{transform:translateX(-100px);opacity:0;}100%{transform:translateX(0);opacity:1;} }


/* SPLATTER / HUD OVERLAY */
.splatter {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: url('https://i.imgur.com/5y1vKXc.png') no-repeat center center;
  background-size: cover;
  opacity: 0.08;
  animation: splatterPulse 3s ease-in-out infinite alternate;
  z-index: 1;
  pointer-events: none;
}

/* ANIMATIONS */
@keyframes stripeMove {
  0% { transform: translateX(0) translateY(0) rotate(0deg); }
  100% { transform: translateX(-50%) translateY(-50%) rotate(360deg); }
}

@keyframes splatterPulse {
  0% { opacity: 0.05; }
  100% { opacity: 0.12; }
}
body {
  font-family: 'Roboto', sans-serif;
  background: linear-gradient(160deg, #03c279, #000000);
  color: #00642d;
  overflow-x: hidden;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}

/* OPTIONAL: SUBTLE WALLPAPER TEXTURE */
body::before {
  content: '';
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: url('https://i.pinimg.com/736x/af/78/be/af78beeb6e013635e587a9c9105a81ac.jpg') repeat;
  opacity: 0.05; /* very subtle texture */
  z-index: -1;
}

