body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background-color: #05060a; /* sama tumma tausta */
  color: #f5f5f5;            /* sama tekstiväri */
}

.hero {
  height: 80vh;
  background: url('your-hero-image.jpg') center/cover no-repeat;
  display: flex;
  align-items: flex-start;
    
  justify-content: center;
  text-align: center;
  padding: 130px 20px 0;
}

.hero-content {
  background: rgba(0, 0, 0, 0.45);
  padding: 40px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
}

.hero h1 {
  font-size: 4rem;
  color: #fff;
  letter-spacing: 2px;
}

.tagline {
  font-size: 1.6rem;
  color: #9be7ff;
  margin-top: 10px;
}

.description {
  margin-top: 20px;
  color: #e0e0e0;
  font-size: 1.1rem;
}

.hero-buttons {
  margin-top: 30px;
}

.btn-primary, .btn-secondary {
  padding: 12px 28px;
  margin: 0 10px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.1rem;
}

.btn-primary {
  background: #00eaff;
  color: #000;
}

.btn-secondary {
  border: 2px solid #00eaff;
  color: #00eaff;
}
/* HAHMOKORTIT */
.character-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.character-card {
  background: rgba(0, 0, 0, 0.55);
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(0, 234, 255, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.character-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 20px rgba(0, 234, 255, 0.4);
}

.character-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.character-card h3 {
  color: #00eaff;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.character-card p {
  color: #d0d0d0;
  font-size: 0.95rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

.btn-card {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #00eaff;
  color: #00eaff;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.25s ease, color 0.25s ease;
}

.btn-card:hover {
  background: #00eaff;
  color: #000;
}
/* Yleinen fontti koko sivulle */
body {
  font-family: 'Inter', sans-serif;
}

/* Otsikot cyberpunk-tyyliin */
h1, h2, h3 {
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 1px;
}
/* NAVIGAATIO */
.nav {
  width: 100%;
  background: #0a0c12;
  border-bottom: 1px solid #1f2430;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  font-size: 1rem;
  line-height: normal;
}

.nav-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  font-size: 1.1rem;
  font-weight: 600;
  color: #a5b4fc;
  text-decoration: none;
  letter-spacing: 0.5px;
  line-height: normal;
  display: inline-block;
}

.nav-links a {
  margin-left: 20px;
  color: #e5e7eb;
  text-decoration: none;
  font-size: 0.95rem;
  transition: 0.2s;
}

.nav-links a:hover {
  color: #a5b4fc;
}
.about-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 16px 64px;
}

.about-hero {
  text-align: center;
  margin-bottom: 48px;
}

.about-hero h1 {
  font-size: 2.4rem;
  margin-bottom: 8px;
  color: #60a5fa;
}

.about-hero .tagline {
  font-size: 1.1rem;
  color: #fca5a5;
}

.about-block {
  margin-bottom: 40px;
}

.about-block h2 {
  font-size: 1.2rem;
  color: #fca5a5;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.about-block p,
.about-block li {
  font-size: 1rem;
  line-height: 1.6;
  color: #e5e7eb;
}

.about-block ul {
  padding-left: 20px;
}
.mitra-row {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px; /* Lisää tämä */
}

.mitra-card {
  width: 180px;
  text-align: center;
  text-decoration: none;
  color: #e5e7eb;
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, #111827, #020617);
  border: 1px solid #374151;
  box-shadow: 0 0 12px rgba(127, 255, 212, 0.25);
}

.mitra-card:hover {
  transform: translateY(-3px);
  transition: 0.2s ease;
}

.mitra-icon {
  width: 70px !important;
  height: auto !important;
  border-radius: 10px;
  margin-bottom: 10px;
  display: block;
  box-shadow: 0 0 10px rgba(127, 255, 212, 0.35);
}
.mitra-card {
  width: 260px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #e5e7eb;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, #111827, #020617);
  border: 1px solid #374151;
  box-shadow: 0 0 12px rgba(127, 255, 212, 0.25);
}

.mitra-icon {
  width: 55px !important;
  height: auto !important;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(127, 255, 212, 0.35);
}

.mitra-text h3 {
  margin: 0;
  font-size: 1rem;
}

.mitra-text p {
  margin: 4px 0 0;
  font-size: 0.85rem;
  line-height: 1.3;
}
.front-slogan {
  text-align: center;
  padding: 10px 20px 0px;
  max-width: 800px;
  margin: 0 auto;
}

.front-slogan h1 {
  font-size: 1.4rem;
  font-weight: 300;
  color: #e5e7eb;
  line-height: 1.4;
  opacity: 0.9;
}
/* ABOUT PAGE WRAPPER */
.about-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #d1d5db; /* pehmeä valkoinen */
}

/* HERO TITLE */
.about-hero h1 {
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 10px;
  text-shadow: 0 0 12px rgba(0, 255, 255, 0.15);
}

/* HERO TAGLINE */
.about-hero .tagline {
  font-size: 1rem;
  color: #9ca3af;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 40px;
}

/* SECTION BLOCKS */
.about-block {
  margin-bottom: 40px;
}

/* SECTION HEADERS */
.about-block h2 {
  color: #7dfcff; /* pehmeä neon */
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-shadow: 0 0 8px rgba(0, 255, 255, 0.25);
}

/* PARAGRAPHS */
.about-block p {
  color: #d1d5db;
  line-height: 1.7;
  font-size: 1rem;
}

/* CHARACTER LIST */
.about-block ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.about-block li {
  margin-bottom: 8px;
  color: #d1d5db;
}

/* CHARACTER NAME HIGHLIGHT */
.about-block strong {
  color: #4fbac4;
  text-shadow: 0 0 6px rgba(0, 255, 255, 0.25);
}
.characters-title {
  text-align: center;
  margin-bottom: 40px;
  color: #7dfcff;
  font-size: 2rem;
  text-shadow: 0 0 8px rgba(0,255,255,0.25);
}
.mitra-card {
  margin-top: 5px;
  margin-bottom: 80px; /* lisää tilaa ennen logoa */
}
.footer-logo {
  display: flex;
  justify-content: flex-end; /* oikealle */
  margin-top: 40px;
  margin-bottom: 20px;
  opacity: 0.7;
}

.footer-logo img {
  width: 120px;
}
/* PORTFOLIO PAGE */
.portfolio-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* HERO */
.portfolio-hero h1 {
  text-align: center;
  color: #7dfcff;
  font-size: 2.4rem;
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(0,255,255,0.25);
}

.portfolio-hero .tagline {
  text-align: center;
  color: #9ca3af;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* GRID */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.portfolio-item {
  overflow: hidden;
  border-radius: 12px;
  background: #0f172a;
  box-shadow: 0 0 12px rgba(0,255,255,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-item img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/* HOVER EFFECT */
.portfolio-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 20px rgba(0,255,255,0.25);
}

.portfolio-item:hover img {
  transform: scale(1.05);
}

.footer-nav {
  margin-top: 60px;        /* lisää väliä kuvien ja tekstin väliin */
  padding-top: 20px;
  border-top: 1px solid #1f2937; /* pehmeä yläraja */
  display: flex;
  justify-content: space-between;
  color: #9ca3af;
}

.footer-nav a {
  color: #7dfcff;          /* sama neon kuin VISUAL IDENTITY */
  text-decoration: none;
  text-shadow: 0 0 6px rgba(0,255,255,0.25);
}

.footer-nav a:hover {
  color: #a8ffff;
  text-shadow: 0 0 10px rgba(0,255,255,0.4);
}
.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap; /* sallii nappien siirtyä allekkain */
  justify-content: center; /* keskittää ne mobiilissa */
}

.hero-buttons a {
  flex: 1 1 200px; /* nappi skaalautuu mutta ei mene liian pieneksi */
  text-align: center;
}
/* MOBILE NAV ICON */
.mobile-menu-icon {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: #7dfcff;
  text-shadow: 0 0 8px rgba(0,255,255,0.4);
}

/* MOBILE NAV HIDDEN BY DEFAULT */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    background: #0f172a;
    position: absolute;
    top: 60px;
    right: 20px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,255,255,0.2);
    gap: 12px;
  }

  .nav-links a {
    color: #7dfcff;
    font-size: 1.1rem;
    text-align: right;
  }

  .mobile-menu-icon {
    display: block;
  }
}

/* WHEN MENU IS OPEN */
.nav-links.open {
  display: flex !important;
}
.nav-links a.active {
  color: #7dfcff;
  text-shadow: 0 0 10px rgba(0,255,255,0.6);
  font-weight: 600;
}
.footer {
  margin-top: 100px;
  padding: 40px 0;
  text-align: center;
  color: #888;
  font-size: 0.9rem;
}

.footer-line {
  width: 80%;
  height: 1px;
  background: rgba(125, 252, 255, 0.2);
  margin: 0 auto 20px auto;
}

.footer-text {
  opacity: 0.6;
  letter-spacing: 1px;
}
.footer-text a {
  color: #7dfcff;        /* sama neon-sininen kuin sivulla */
  text-decoration: none;
  font-weight: 500;
  opacity: 0.85;         /* hieman himmeä, jotta ei huuda */
  transition: opacity 0.2s ease, text-shadow 0.2s ease;
}

.footer-text a:hover {
  opacity: 1;            /* kirkastuu hoverissa */
  text-shadow: 0 0 6px #7dfcff;  /* pieni neon-hehku hoverissa */
}

.footer-text a:visited {
  color: #7dfcff;        /* EI muuta väriä klikatessa */
}
.cta-shop {
  display: inline-block;
  padding: 14px 32px;
  background: #ffffff10;
  border: 1px solid #ffffff40;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 6px;
  backdrop-filter: blur(6px);
  transition: 0.25s ease;
}

.cta-shop:hover {
  background: #ffffff25;
  border-color: #ffffff80;
  transform: translateY(-2px);
}
.cta-shop {
  padding: 12px 26px;
  font-size: 1rem;
  display: inline-block;
  max-width: 180px;   /* tämä tekee napista kapeamman */
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .front-slogan {
    margin-bottom: 0;       /* poistaa ylimääräisen välin */
    padding-bottom: 0;
  }

  .hero {
    padding-top: 10px;      /* tiivistää väliä ylhäältä */
    padding-bottom: 20px;   /* tiivistää väliä alhaalta */
  }

  .hero-content h1 {
    margin-top: 0;          /* estää otsikon työntymisen alas */
  }
}
