body {
  font-family: 'Comic Neue', 'Bangers', cursive, sans-serif;
  background: radial-gradient(circle at 20% 20%, #fffbe7 60%, #ffe4e1 100%);
  color: #222;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.comic-navbar {
  font-family: 'Bangers', cursive;
  font-size: 1.3rem;
  letter-spacing: 2px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  border-bottom: 6px solid #ffeb3b;
}

.comic-title {
  font-family: 'Bangers', cursive;
  font-size: 2.2rem;
  letter-spacing: 3px;
  color: #fff200 !important;
  text-shadow: 2px 2px 0 #222, 4px 4px 0 #ff1744;
}

.nav-link {
  color: #fff !important;
  margin: 0 0.5rem;
  transition: color 0.2s, text-shadow 0.2s;
}
.nav-link:hover {
  color: #ffeb3b !important;
  text-shadow: 2px 2px 0 #222;
}

.hero-section {
  min-height: 90vh;
  background: linear-gradient(135deg, #ffeb3b 0%, #ff1744 100%);
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
.comic-headline {
  font-family: 'Bangers', cursive;
  color: #222;
  text-shadow: 3px 3px 0 #fff200, 6px 6px 0 #ff1744;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
}
.comic-subtitle {
  font-family: 'Comic Neue', cursive;
  color: #222;
  font-size: 1.5rem;
  background: #fffbe7;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 20px;
  box-shadow: 2px 2px 0 #ffeb3b;
}
.comic-btn {
  font-family: 'Bangers', cursive;
  font-size: 1.3rem;
  border: 3px solid #222;
  border-radius: 16px;
  box-shadow: 2px 2px 0 #222;
  transition: transform 0.2s, box-shadow 0.2s;
}
.comic-btn:hover {
  transform: scale(1.08) rotate(-2deg);
  box-shadow: 4px 4px 0 #ffeb3b, 0 8px 24px rgba(0,0,0,0.12);
}
.hero-img {
  margin-top: 2rem;
  border: 6px solid #222;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  background: #fff;
}
.comic-character {
  position: absolute;
  width: 120px;
  z-index: 1;
  filter: drop-shadow(4px 4px 0 #222) drop-shadow(0 0 12px #fffbe7);
}
.character-left {
  left: 2%;
  bottom: 10%;
}
.character-right {
  right: 2%;
  top: 10%;
}

.carousel-section {
  background: repeating-linear-gradient(135deg, #fffbe7, #fffbe7 20px, #ffe4e1 40px, #fffbe7 60px);
  border-top: 6px solid #ff1744;
  border-bottom: 6px solid #ffeb3b;
}
.comic-carousel img {
  border: 6px solid #222;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  background: #fff;
}

.about-section {
  background: linear-gradient(90deg, #fffbe7 60%, #b2f7ef 100%);
  border-bottom: 6px solid #00bcd4;
}
.comic-section-title {
  font-family: 'Bangers', cursive;
  color: #ff1744;
  text-shadow: 2px 2px 0 #fff200, 4px 4px 0 #222;
  letter-spacing: 2px;
  font-size: 2.5rem;
}
.comic-about-text {
  font-size: 1.2rem;
  color: #222;
  background: #fffbe7;
  padding: 1em;
  border-radius: 16px;
  box-shadow: 2px 2px 0 #ffeb3b;
}
.comic-about-img {
  border: 6px solid #222;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.features-section {
  background: radial-gradient(circle at 80% 20%, #fffbe7 60%, #b2f7ef 100%);
  border-bottom: 6px solid #4caf50;
}
.comic-feature {
  background: #fff;
  border: 4px solid #222;
  border-radius: 20px;
  box-shadow: 2px 2px 0 #ffeb3b;
  padding: 2em 1em;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
  min-height: 180px;
}
.comic-feature:hover {
  transform: scale(1.05) rotate(-1deg);
  box-shadow: 4px 4px 0 #ff1744, 0 8px 24px rgba(0,0,0,0.12);
}
.feature-icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 0.5em;
  text-shadow: 2px 2px 0 #ffeb3b;
}

.download-section {
  background: linear-gradient(135deg, #b2f7ef 0%, #fffbe7 100%);
  border-bottom: 6px solid #ff1744;
}
.appstore-btn {
  min-width: 220px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-width: 4px;
}
.comic-app-preview {
  margin-top: 2rem;
  border: 6px solid #222;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  background: #fff;
}

.contact-section {
  background: repeating-linear-gradient(135deg, #fffbe7, #fffbe7 20px, #ffe4e1 40px, #fffbe7 60px);
  border-bottom: 6px solid #00bcd4;
}
.comic-form {
  background: #fffbe7;
  border: 4px solid #222;
  box-shadow: 2px 2px 0 #ffeb3b;
  font-family: 'Comic Neue', cursive;
}
.comic-form label {
  font-family: 'Bangers', cursive;
  color: #ff1744;
  font-size: 1.1rem;
}
.comic-form input, .comic-form textarea {
  border: 2px solid #222;
  border-radius: 10px;
  font-size: 1rem;
}
.comic-form input:focus, .comic-form textarea:focus {
  border-color: #ff1744;
  box-shadow: 0 0 0 2px #ffeb3b;
}
.comic-character-contact {
  width: 120px;
  margin: 0 1em 1em 0;
  filter: drop-shadow(4px 4px 0 #222) drop-shadow(0 0 12px #fffbe7);
}
.social-icon {
  width: 48px;
  height: 48px;
  margin: 0 0.5em;
  filter: drop-shadow(2px 2px 0 #222);
  transition: transform 0.2s;
}
.social-icon:hover {
  transform: scale(1.15) rotate(-3deg);
}

.comic-footer {
  background: #222;
  color: #fffbe7;
  font-family: 'Comic Neue', cursive;
  font-size: 1.1rem;
  border-top: 6px solid #ffeb3b;
  letter-spacing: 1px;
}

/* Speech bubble for contact form (optional) */
.comic-form {
  position: relative;
}
.comic-form:before {
  content: '';
  position: absolute;
  left: 30px;
  top: -30px;
  width: 60px;
  height: 30px;
  background: #fffbe7;
  border: 4px solid #222;
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  z-index: 2;
}

/* Halftone dot effect (optional, for backgrounds) */
@media (min-width: 768px) {
  .hero-section:after {
    content: '';
    position: absolute;
    right: 5%;
    top: 10%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, #ffeb3b 30%, transparent 70%);
    opacity: 0.3;
    border-radius: 50%;
    z-index: 0;
    filter: blur(2px);
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .comic-character {
    width: 80px;
  }
  .comic-section-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .hero-section {
    min-height: 70vh;
    padding-top: 60px;
  }
  .comic-headline {
    font-size: 2rem;
  }
  .comic-character {
    display: none !important;
  }
  .comic-app-preview {
    max-width: 90vw;
  }
}
@media (max-width: 575px) {
  .comic-section-title {
    font-size: 1.3rem;
  }
  .comic-btn, .appstore-btn {
    font-size: 1rem;
    min-width: 140px;
  }
} 