/* Homepage styles - Updated design */

/* Highlight Text Styling */
.highlight-text {
  color: #7294BB;
}

/* Main Sections Wrapper with Common Gradient Background */
.main-sections-wrapper {
  background: linear-gradient(203deg, rgba(255, 131, 65, 0.50) 0.12%, rgba(245, 136, 77, 0.00) 55.52%), linear-gradient(174deg, rgba(56, 103, 213, 0.45) 4.9%, rgba(0, 137, 233, 0.00) 93.9%), linear-gradient(180deg, rgba(25, 71, 125, 0.95) -2.5%, rgba(31, 88, 155, 0.67) 24.37%, rgba(45, 129, 227, 0.00) 70.37%);
  margin-bottom: 3rem;
  padding: 2rem 0;
  border-radius: 20px;
}

/* Hero Title */
.hero-title {
  text-align: center;
  padding: 3rem 1rem;
  max-width: 900px;
  margin: 0 auto 3rem auto;
}

.hero-title h1 {
  text-align: left;
  font-size: 2.5rem;
  color: #2c3e50;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
}

/* Introducing Section */
.introducing-section {
  padding: 4rem 2rem 2rem 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.introducing-content h2 {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: 300;
  font-family: "Poppins", "Inter", sans-serif;
}

.epigames-showcase {
  max-width: 600px;
  margin: 0 auto;
}

.epigames-image {
  max-width: 250px;
  height: auto;
  margin: 2rem auto;
  display: block;
}

.epigames-description {
  color: white;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 2rem 0;
  font-weight: 300;
}

.learn-more-btn {
  display: inline-block;
  background: #1E61A0;
  color: white;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  margin-top: 1rem;
  font-family: "Poppins", "Inter", sans-serif;
}

.learn-more-btn:hover {
  background: #154d85;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(30, 97, 160, 0.3);
}

/* Gameplay Section */
.gameplay-section {
  padding: 2rem 2rem;
  max-width: 1000px;
  margin: 0 auto 2rem auto;
  position: relative;
  background-image: url('/assets/images/network.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.gameplay-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.gameplay-image {
  text-align: center;
}

.app-interface-image {
  max-width: 100%;
  height: auto;
}

.gameplay-main {
  font-size: 1.3rem;
  color: white;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-weight: 400;
  font-family: "Poppins", "Inter", sans-serif;
}

.gameplay-sub {
  font-size: 1rem;
  color: white;
  line-height: 1.5;
  font-style: italic;
  margin: 0;
}

/* How It Works Section */
.how-it-works-section {
  padding: 2rem 2rem 4rem 2rem;
  margin-bottom: 0;
}

.how-it-works-section h2 {
  text-align: center;
  color: #2c3e50;
  font-size: 2.2rem;
  margin-bottom: 3rem;
  font-family: "Poppins", "Inter", sans-serif;
}

.steps-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.step {
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-image {
  max-width: 160px;
  height: auto;
  margin-bottom: 1.5rem;
}

.step p {
  color: #444;
  font-size: 0.8rem;
  line-height: 1.6;
  margin: 0;
}

/* Privacy Section */
.privacy-section {
  background: #f8f9fa;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
  border-radius: 10px;
}

.privacy-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.privacy-section h2 {
  color: #2c3e50;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-family: "Poppins", "Inter", sans-serif;
  font-weight: 700;
}

.privacy-section h3 {
  color: #555;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
  font-family: "Poppins", "Inter", sans-serif;
}

.privacy-list {
  max-width: none;
  margin: 0 0 2rem 0;
  list-style: none;
  padding: 0;
}

.privacy-list li {
  font-size: 1.1rem;
  color: #0D3F6B;
}

.privacy-list li:before {
  content: "• ";
  color: #0D3F6B;
  font-weight: bold;
  margin-right: 0.5rem;
}

.privacy-control {
  font-size: 0.95rem;
  color: #666;
  font-style: italic;
  margin: 0;
}

.privacy-image {
  text-align: center;
}

.privacy-illustration {
  max-width: 100%;
  height: auto;
}

/* Upcoming Event Section */
.upcoming-event-section {
  padding: 3rem 2rem;
  margin-bottom: 3rem;
  color: white;
}

.upcoming-event-section > h2 {
  color: #747474;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  font-family: "Poppins", "Inter", sans-serif;
  text-align: center;
}

.event-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.event-image {
  text-align: center;
}

.upcoming-event-illustration {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.upcoming-event-section h3 {
  color: black;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Poppins", "Inter", sans-serif;
}

.upcoming-event-section p {
  font-size: 0.9rem;
  margin: 0 0 2rem 0;
  color: #6D6D6D;
}

.event-btn {
  display: inline-block;
  background: white;
  border-color: #1A477B;
  border-style: solid;
  color: #1A477B;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
  font-family: "Poppins", "Inter", sans-serif;
}

.event-btn:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Contact Section */
.contact-section {
  text-align: center;
  padding: 2rem;
  margin-bottom: 2rem;
}

.contact-info {
  font-family: "Roboto", "Inter", sans-serif;
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.contact-info a {
  color: #667eea;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* Download Section */
.cta-section {
  background: linear-gradient(93deg, rgba(147, 190, 255, 0.20) 7.97%, rgba(245, 136, 77, 0.20) 96.2%), #F5F8FB;
  padding: 3rem 2rem;
  border-radius: 15px;
  margin-bottom: 2rem;
}

.download-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

.download-left {
  text-align: center;
}

.download-image {
  max-width: 100%;
  height: auto;
}

.download-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qr-codes {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.qr-code-item {
  text-align: center;
}

.qr-code-item a {
  display: inline-block;
  text-decoration: none;
  border: none;
}

.qr-code {
  width: 240px;
  transition: transform 0.3s ease;
}

.qr-code:hover {
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title h1 {
    font-size: 2rem;
  }
  
  .introducing-content h2 {
    font-size: 2rem;
  }
  
  .epigames-image {
    max-width: 200px;
  }
  
  /* Gameplay section responsive */
  .gameplay-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  
  .steps-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  /* Privacy section responsive */
  .privacy-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .privacy-section h2 {
    text-align: center;
  }
  
  .privacy-section h3 {
    text-align: center;
  }
  
  .privacy-control {
    text-align: center;
  }
  
  /* Event section responsive */
  .event-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .upcoming-event-section h2 {
    text-align: center;
  }
  
  .upcoming-event-section h3 {
    text-align: center;
  }
  
  .upcoming-event-section p {
    text-align: center;
  }
  
  .upcoming-event-section h2,
  .how-it-works-section h2,
  .privacy-section h2 {
    font-size: 1.8rem;
  }
  
  /* Download section responsive */
  .download-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  
  .qr-codes {
    gap: 1.5rem;
  }
  
  .qr-code {
    width: 240px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    padding: 2rem 1rem;
  }
  
  .hero-title h1 {
    font-size: 1.8rem;
  }
  
  .introducing-section {
    padding: 3rem 1rem;
  }
  
  .gameplay-section {
    padding: 2rem 1rem;
  }
  
  /* Step images responsive */
  .step-image {
    max-width: 100px;
  }
  
  /* Download section mobile */
  .qr-codes {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  
  .qr-code {
    width: 240px;
  }
}
