/* Category page specific styles */
.category-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 100px 0 80px;
  text-align: center;
}

.stories-hero {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.tips-hero {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.safety-hero {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.category-hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: white;
}

.hero-subtitle {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
}

.category-intro {
  padding: 80px 0 60px;
  background-color: #f8fafc;
}

.intro-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.intro-content h2 {
  color: #1f2937;
  margin-bottom: 1.5rem;
}

.intro-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #374151;
}

/* Guide Cards */
.getting-started {
  padding: 80px 0;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.guide-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.guide-card:hover {
  transform: translateY(-5px);
}

.guide-card.featured {
  border: 2px solid #4f46e5;
  transform: scale(1.05);
}

.guide-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.guide-card h3 {
  color: #1f2937;
  margin-bottom: 1rem;
}

.guide-card p {
  color: #6b7280;
  margin-bottom: 1.5rem;
}

.guide-link {
  color: #4f46e5;
  font-weight: 500;
  text-decoration: none;
}

.guide-link:hover {
  color: #3730a3;
}

/* Platforms Section */
.platforms {
  padding: 80px 0;
  background-color: #f8fafc;
}

.platforms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.platform-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.platform-card h3 {
  color: #1f2937;
  margin-bottom: 1rem;
}

.platform-card p {
  color: #6b7280;
  margin-bottom: 1rem;
}

.platform-pros {
  background-color: #eef2ff;
  padding: 0.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
  color: #4f46e5;
}

/* Personality Guides */
.personality-guides {
  padding: 80px 0;
}

.personality-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.personality-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.personality-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.personality-card h3 {
  color: #1f2937;
  margin-bottom: 1rem;
}

.personality-card p {
  color: #6b7280;
  margin-bottom: 2rem;
}

/* Quick Tips */
.quick-tips {
  padding: 80px 0;
  background-color: #f8fafc;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.tip-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.tip-number {
  background-color: #4f46e5;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

.tip-content h4 {
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.tip-content p {
  color: #6b7280;
  font-size: 0.9rem;
}

/* Stories specific styles */
.featured-story {
  padding: 80px 0;
}

.featured-story-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  background: white;
  padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.story-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.story-tag {
  background-color: #fef3c7;
  color: #d97706;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
}

.story-categories {
  padding: 80px 0;
  background-color: #f8fafc;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.category-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.category-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.story-preview {
  background-color: #f3f4f6;
  padding: 1rem;
  border-radius: 8px;
  margin: 1rem 0;
  font-style: italic;
  color: #6b7280;
}

.category-link {
  color: #4f46e5;
  font-weight: 500;
  text-decoration: none;
}

/* Story highlights */
.story-highlights {
  padding: 80px 0;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.highlight-item {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.highlight-quote {
  font-size: 1.1rem;
  font-style: italic;
  color: #374151;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.highlight-author {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.highlight-context {
  font-size: 0.9rem;
  color: #6b7280;
}

/* Story lessons */
.story-lessons {
  padding: 80px 0;
  background-color: #f8fafc;
}

.lessons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.lesson-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.lesson-card h3 {
  color: #1f2937;
  margin-bottom: 1rem;
}

.lesson-card p {
  color: #6b7280;
  line-height: 1.6;
}

/* Share story section */
.share-story {
  padding: 80px 0;
}

.share-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.share-content h2 {
  color: #1f2937;
  margin-bottom: 1.5rem;
}

.share-content p {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Tips specific styles */
.tips-categories {
  padding: 80px 0;
}

.tip-category-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.tip-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.tip-category-card h3 {
  color: #1f2937;
  margin-bottom: 1rem;
}

.tip-category-card p {
  color: #6b7280;
  margin-bottom: 1.5rem;
}

.tip-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.tip-list li {
  padding: 0.5rem 0;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
}

.tip-list li:before {
  content: "✓";
  color: #10b981;
  font-weight: bold;
  margin-right: 0.5rem;
}

.tip-link {
  color: #4f46e5;
  font-weight: 500;
  text-decoration: none;
}

.tip-link:hover {
  color: #3730a3;
}

/* Quick tips section */
.quick-tips-section {
  padding: 80px 0;
  background-color: #f8fafc;
}

.daily-tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.daily-tip {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.tip-day {
  background-color: #4f46e5;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1rem;
}

.daily-tip h4 {
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.daily-tip p {
  color: #6b7280;
  font-size: 0.9rem;
}

/* Do's and Don'ts */
.dos-donts {
  padding: 80px 0;
}

.dos-donts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 3rem;
}

.dos-section,
.donts-section {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.dos-title {
  color: #10b981;
  margin-bottom: 1.5rem;
}

.donts-title {
  color: #ef4444;
  margin-bottom: 1.5rem;
}

.dos-list,
.donts-list {
  list-style: none;
  padding: 0;
}

.dos-list li,
.donts-list li {
  padding: 0.75rem 0;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
}

.dos-list li:before {
  content: "✅";
  margin-right: 0.5rem;
}

.donts-list li:before {
  content: "❌";
  margin-right: 0.5rem;
}

/* Expert advice */
.expert-advice {
  padding: 80px 0;
  background-color: #f8fafc;
}

.advice-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.advice-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.advice-topic {
  background-color: #eef2ff;
  color: #4f46e5;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1rem;
}

.advice-card h3 {
  color: #1f2937;
  margin-bottom: 1rem;
}

.advice-card p {
  color: #6b7280;
  margin-bottom: 1rem;
}

.advice-card ul {
  list-style: none;
  padding: 0;
}

.advice-card li {
  padding: 0.5rem 0;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
}

.advice-card li:before {
  content: "•";
  color: #4f46e5;
  font-weight: bold;
  margin-right: 0.5rem;
}

/* Troubleshooting */
.troubleshooting {
  padding: 80px 0;
}

.challenges-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.challenge-item {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.challenge-item h4 {
  color: #ef4444;
  margin-bottom: 1rem;
}

.challenge-item p {
  color: #374151;
  line-height: 1.6;
}

/* Safety specific styles */
.safety-essentials {
  padding: 80px 0;
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.safety-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #6b7280;
}

.safety-card.priority-high {
  border-left-color: #ef4444;
}

.safety-card.priority-medium {
  border-left-color: #f59e0b;
}

.safety-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.safety-level {
  background-color: #fef3c7;
  color: #d97706;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1rem;
}

.safety-card.priority-high .safety-level {
  background-color: #fee2e2;
  color: #dc2626;
}

.safety-card h3 {
  color: #1f2937;
  margin-bottom: 1rem;
}

.safety-list {
  list-style: none;
  padding: 0;
}

.safety-list li {
  padding: 0.5rem 0;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
}

.safety-list li:before {
  content: "⚠️";
  margin-right: 0.5rem;
}

/* Platform safety */
.platform-safety {
  padding: 80px 0;
  background-color: #f8fafc;
}

.platform-safety-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

/* Trust building timeline */
.trust-building {
  padding: 80px 0;
}

.trust-timeline {
  margin-top: 3rem;
}

.trust-stage {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
  padding: 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.stage-number {
  background-color: #4f46e5;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.stage-content h3 {
  color: #1f2937;
  margin-bottom: 1rem;
}

.stage-content p {
  color: #374151;
  margin-bottom: 0.5rem;
}

/* Warning signs */
.warning-signs {
  padding: 80px 0;
  background-color: #f8fafc;
}

.warning-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.warning-category {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.warning-title {
  color: #ef4444;
  margin-bottom: 1rem;
}

.warning-subtitle {
  color: #6b7280;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.warning-list {
  list-style: none;
  padding: 0;
}

.warning-list li {
  padding: 0.5rem 0;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
}

.warning-list li:before {
  content: "⚠️";
  margin-right: 0.5rem;
}

/* Safety tools */
.safety-tools {
  padding: 80px 0;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.tool-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.tool-card h3 {
  color: #1f2937;
  margin-bottom: 1rem;
}

.tool-card p {
  color: #6b7280;
  margin-bottom: 1rem;
}

.tool-tip {
  background-color: #eef2ff;
  color: #4f46e5;
  padding: 0.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
}

/* Emergency resources */
.emergency-resources {
  padding: 80px 0;
  background-color: #f8fafc;
}

.emergency-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.emergency-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #ef4444;
}

.emergency-card h3 {
  color: #ef4444;
  margin-bottom: 1rem;
}

.emergency-card ul {
  list-style: none;
  padding: 0;
}

.emergency-card li {
  padding: 0.5rem 0;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
}

.emergency-card li:before {
  content: "🚨";
  margin-right: 0.5rem;
}

/* Safety checklist */
.safety-checklist {
  padding: 80px 0;
}

.checklist-content {
  max-width: 800px;
  margin: 0 auto;
}

.checklist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 3rem;
}

.checklist-section {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.checklist-section h3 {
  margin-bottom: 1.5rem;
}

.checklist-list {
  list-style: none;
  padding: 0;
}

.checklist-list li {
  padding: 0.75rem 0;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
}

/* CTA Section */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-align: center;
}

.cta-content h2 {
  color: white;
  margin-bottom: 1rem;
}

.cta-content p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

/* Navigation active state */
.nav-link.active {
  color: #4f46e5;
  font-weight: 600;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .category-hero h1 {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .guide-grid,
  .platforms-grid,
  .personality-grid,
  .tips-grid,
  .categories-grid,
  .highlights-grid,
  .lessons-grid,
  .daily-tips-grid,
  .advice-cards,
  .challenges-grid,
  .safety-grid,
  .platform-safety-grid,
  .tools-grid,
  .emergency-grid {
    grid-template-columns: 1fr;
  }

  .featured-story-card {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .dos-donts-grid,
  .checklist-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .trust-stage {
    flex-direction: column;
    text-align: center;
  }

  .stage-number {
    margin: 0 auto 1rem;
  }
}

@media (max-width: 480px) {
  .category-hero {
    padding: 80px 0 60px;
  }

  .category-hero h1 {
    font-size: 2rem;
  }

  .category-intro,
  .getting-started,
  .platforms,
  .personality-guides,
  .quick-tips,
  .featured-story,
  .story-categories,
  .story-highlights,
  .story-lessons,
  .share-story,
  .tips-categories,
  .quick-tips-section,
  .dos-donts,
  .expert-advice,
  .troubleshooting,
  .safety-essentials,
  .platform-safety,
  .trust-building,
  .warning-signs,
  .safety-tools,
  .emergency-resources,
  .safety-checklist,
  .cta-section {
    padding: 60px 0;
  }

  .guide-card,
  .platform-card,
  .personality-card,
  .category-card,
  .highlight-item,
  .lesson-card,
  .daily-tip,
  .advice-card,
  .challenge-item,
  .safety-card,
  .tool-card,
  .emergency-card,
  .checklist-section {
    padding: 1.5rem;
  }
}

/* About Page Custom Styles */
.about-values {
  background: #fff;
  padding: 60px 0 40px;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}
.value-card {
  background: #f8fafc;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(79, 70, 229, 0.06);
  padding: 2rem 1.5rem;
  text-align: center;
}
.value-card h3 {
  color: #4f46e5;
  margin-bottom: 0.7rem;
}

.about-team {
  background: #f8fafc;
  padding: 60px 0 40px;
}
.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
  margin-top: 2.5rem;
}
.team-member {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(79, 70, 229, 0.06);
  padding: 1.5rem 1.2rem;
  text-align: center;
  width: 200px;
}
.team-photo {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-bottom: 1rem;
  background: #eef2ff;
}
.team-member h4 {
  margin-bottom: 0.3rem;
  color: #1f2937;
}
.team-member p {
  color: #6b7280;
  font-size: 0.98rem;
}

.about-contact {
  background: #fff;
  padding: 60px 0 40px;
}
.contact-block {
  background: #f8fafc;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(79, 70, 229, 0.06);
  padding: 2rem 1.5rem;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.contact-block a {
  color: #4f46e5;
  text-decoration: underline;
}
.contact-block a:hover {
  color: #3730a3;
}

@media (max-width: 768px) {
  .values-grid,
  .team-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    gap: 1.2rem;
  }
  .team-member {
    width: 100%;
  }
}

.about-values h2 {
  text-align: center;
}
