/* style/index-vin7777-latest-updates.css */
.page-index-vin7777-latest-updates {
  font-family: 'Arial', sans-serif;
  color: #e5dfd3; /* Adjusted text color for better contrast on dark backgrounds */
  background-color: #1A202C;
  line-height: 1.6;
}

.page-index-vin7777-latest-updates .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-vin7777-latest-updates h1,
.page-index-vin7777-latest-updates h2,
.page-index-vin7777-latest-updates h3 {
  color: #FFD700; /* Gold for headings */
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-index-vin7777-latest-updates h1 {
  font-size: 2.8em;
  margin-top: 40px;
}

.page-index-vin7777-latest-updates h2 {
  font-size: 2.2em;
  margin-top: 60px;
}

.page-index-vin7777-latest-updates h3 {
  font-size: 1.6em;
  margin-top: 40px;
}

.page-index-vin7777-latest-updates p {
  text-align: justify;
  margin-bottom: 15px;
}

.page-index-vin7777-latest-updates strong {
  color: #FFD700;
}

.page-index-vin7777-latest-updates .hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a3f4a 100%); /* Darker gradient */
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-vin7777-latest-updates .hero-section .container {
  position: relative;
  z-index: 2;
}

.page-index-vin7777-latest-updates .hero-section h1 {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-vin7777-latest-updates .hero-section p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #ffffff;
}

.page-index-vin7777-latest-updates .hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-index-vin7777-latest-updates .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
}

.page-index-vin7777-latest-updates .btn-primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-index-vin7777-latest-updates .btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-index-vin7777-latest-updates .btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-vin7777-latest-updates .btn-secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-2px);
}

.page-index-vin7777-latest-updates .hero-image {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-index-vin7777-latest-updates .updates-overview {
  padding: 60px 0;
  background-color: #2a2f3a; /* Slightly lighter dark background */
}

.page-index-vin7777-latest-updates .update-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-vin7777-latest-updates .update-card {
  background-color: #1A202C;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-vin7777-latest-updates .update-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-vin7777-latest-updates .update-card h3 {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-index-vin7777-latest-updates .update-card h3 a {
  color: #FFD700;
  text-decoration: none;
}

.page-index-vin7777-latest-updates .update-card h3 a:hover {
  text-decoration: underline;
}

.page-index-vin7777-latest-updates .card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-vin7777-latest-updates .update-card p {
  color: #e5dfd3;
  text-align: left;
  flex-grow: 1;
}

.page-index-vin7777-latest-updates .btn-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
}

.page-index-vin7777-latest-updates .btn-link:hover {
  text-decoration: underline;
}

.page-index-vin7777-latest-updates .deep-dive {
  padding: 60px 0;
  background-color: #1A202C;
}

.page-index-vin7777-latest-updates .deep-dive h2 {
  margin-bottom: 30px;
}

.page-index-vin7777-latest-updates .deep-dive h3 {
  text-align: left;
  color: #FFD700;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.page-index-vin7777-latest-updates .content-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-index-vin7777-latest-updates .cta-button {
  margin-top: 40px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-index-vin7777-latest-updates .how-to-stay-updated {
  padding: 60px 0;
  background-color: #2a2f3a;
}

.page-index-vin7777-latest-updates .update-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-vin7777-latest-updates .method-card {
  background-color: #1A202C;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-vin7777-latest-updates .method-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-vin7777-latest-updates .method-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-index-vin7777-latest-updates .method-card h3 {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-index-vin7777-latest-updates .method-card p {
  color: #e5dfd3;
  text-align: center;
}

.page-index-vin7777-latest-updates .cta-final {
  padding: 80px 0;
  background: linear-gradient(135deg, #3a3f4a 0%, #1A202C 100%);
  text-align: center;
}

.page-index-vin7777-latest-updates .cta-final h2 {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 25px;
}

.page-index-vin7777-latest-updates .cta-final p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #ffffff;
}

.page-index-vin7777-latest-updates .final-actions {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.page-index-vin7777-latest-updates .btn-large {
  padding: 15px 35px;
  font-size: 1.2em;
  border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-index-vin7777-latest-updates h1 {
    font-size: 2.5em;
  }

  .page-index-vin7777-latest-updates h2 {
    font-size: 1.8em;
  }

  .page-index-vin7777-latest-updates h3 {
    font-size: 1.4em;
  }

  .page-index-vin7777-latest-updates .hero-section {
    padding: 60px 0 30px;
  }

  .page-index-vin7777-latest-updates .hero-section h1 {
    font-size: 2.8em;
  }

  .page-index-vin7777-latest-updates .hero-section p {
    font-size: 1em;
  }

  .page-index-vin7777-latest-updates .hero-actions, 
  .page-index-vin7777-latest-updates .final-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-index-vin7777-latest-updates .btn-large {
    width: 80%;
    margin: 0 auto;
  }

  .page-index-vin7777-latest-updates .update-card, 
  .page-index-vin7777-latest-updates .method-card {
    padding: 20px;
  }

  .page-index-vin7777-latest-updates .card-image {
    height: 180px;
  }

  .page-index-vin7777-latest-updates .cta-final h2 {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  .page-index-vin7777-latest-updates h1 {
    font-size: 2em;
  }

  .page-index-vin7777-latest-updates .hero-section h1 {
    font-size: 2.2em;
  }

  .page-index-vin7777-latest-updates .btn {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-index-vin7777-latest-updates .btn-large {
    width: 90%;
    font-size: 1.1em;
  }

  .page-index-vin7777-latest-updates .update-grid, 
  .page-index-vin7777-latest-updates .update-methods {
    grid-template-columns: 1fr;
  }
}