.page-resources-vin7777-latest-promotions {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #1A202C; /* Main dark background */
}

.page-resources-vin7777-latest-promotions .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-vin7777-latest-promotions .highlight {
  color: #FFD700; /* Accent color for emphasis */
}

.page-resources-vin7777-latest-promotions .highlight-text {
  color: #FFD700;
}

.page-resources-vin7777-latest-promotions .hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a475a 100%); /* Dark gradient */
  padding: 100px 0;
  text-align: center;
  border-bottom: 3px solid #FFD700;
}

.page-resources-vin7777-latest-promotions .hero-title {
  font-size: 3.5em;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-resources-vin7777-latest-promotions .hero-description {
  font-size: 1.3em;
  color: #CCCCCC;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-resources-vin7777-latest-promotions .hero-actions .btn {
  display: inline-block;
  padding: 15px 30px;
  margin: 0 10px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
}

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

.page-resources-vin7777-latest-promotions .btn-primary:hover {
  background-color: #e5c100;
  border-color: #e5c100;
  transform: translateY(-3px);
}

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

.page-resources-vin7777-latest-promotions .btn-secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-3px);
}

.page-resources-vin7777-latest-promotions section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-vin7777-latest-promotions section:last-of-type {
  border-bottom: none;
}

.page-resources-vin7777-latest-promotions .section-title {
  font-size: 2.5em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-vin7777-latest-promotions .section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-vin7777-latest-promotions p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-vin7777-latest-promotions strong {
  color: #FFD700;
}

.page-resources-vin7777-latest-promotions .section-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

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

.page-resources-vin7777-latest-promotions .promo-item {
  background-color: #2A313C; /* Slightly lighter dark for cards */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-vin7777-latest-promotions .promo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-vin7777-latest-promotions .promo-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-vin7777-latest-promotions .promo-item p {
  font-size: 1em;
  color: #CCCCCC;
}

.page-resources-vin7777-latest-promotions .promo-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-vin7777-latest-promotions .call-to-action-text {
  text-align: center;
  font-size: 1.2em;
  margin-top: 40px;
  color: #FFD700;
  font-weight: bold;
}

.page-resources-vin7777-latest-promotions .link-btn {
  color: #FFD700;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-vin7777-latest-promotions .link-btn:hover {
  color: #FFFFFF;
}

.page-resources-vin7777-latest-promotions .detailed-analysis-section .promo-detail-card {
  background-color: #2A313C;
  padding: 35px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-vin7777-latest-promotions .promo-detail-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 10px;
}

.page-resources-vin7777-latest-promotions .promo-conditions {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-vin7777-latest-promotions .promo-conditions li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-vin7777-latest-promotions .promo-detail-card .btn-cta {
  background-color: #FFD700;
  color: #1A202C;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  display: inline-block;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-vin7777-latest-promotions .promo-detail-card .btn-cta:hover {
  background-color: #e5c100;
  transform: translateY(-2px);
}

.page-resources-vin7777-latest-promotions .sub-section-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 25px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-vin7777-latest-promotions .general-conditions,
.page-resources-vin7777-latest-promotions .optimization-tips {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}

.page-resources-vin7777-latest-promotions .general-conditions li,
.page-resources-vin7777-latest-promotions .optimization-tips li {
  background-color: #2A313C;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 1.05em;
  color: #E0E0E0;
}

.page-resources-vin7777-latest-promotions .general-conditions li::before {
  content: '✔';
  color: #FFD700;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
}

.page-resources-vin7777-latest-promotions .optimization-tips li::before {
  content: counter(list-item) '. ';
  counter-increment: list-item;
  color: #FFD700;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
}

.page-resources-vin7777-latest-promotions .registration-steps {
  list-style-type: none;
  padding: 0;
  counter-reset: step-counter;
}

.page-resources-vin7777-latest-promotions .registration-steps li {
  background-color: #2A313C;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 10px;
  position: relative;
  padding-left: 70px;
  min-height: 60px;
  display: flex;
  align-items: center;
  font-size: 1.1em;
  color: #E0E0E0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-resources-vin7777-latest-promotions .registration-steps li::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  background-color: #FFD700;
  color: #1A202C;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.5em;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-resources-vin7777-latest-promotions .advantages-list {
  list-style-type: none;
  padding: 0;
}

.page-resources-vin7777-latest-promotions .advantages-list li {
  background-color: #2A313C;
  margin-bottom: 12px;
  padding: 18px 25px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #E0E0E0;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-resources-vin7777-latest-promotions .advantages-list li::before {
  content: '✨'; /* Star emoji or similar icon */
  margin-right: 15px;
  font-size: 1.5em;
}

.page-resources-vin7777-latest-promotions .faq-item {
  background-color: #2A313C;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.page-resources-vin7777-latest-promotions .faq-question {
  font-size: 1.3em;
  color: #FFD700;
  padding: 20px 25px;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

.page-resources-vin7777-latest-promotions .faq-question:hover {
  background-color: #3A475A;
}

.page-resources-vin7777-latest-promotions .faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-vin7777-latest-promotions .faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-resources-vin7777-latest-promotions .faq-answer {
  padding: 0 25px 20px;
  margin: 0;
  font-size: 1.05em;
  color: #CCCCCC;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-resources-vin7777-latest-promotions .faq-answer.show {
  max-height: 200px; /* Adjust as needed for content */
  padding-top: 10px;
}

.page-resources-vin7777-latest-promotions .conclusion-section {
  text-align: center;
  background-color: #2A313C;
  padding: 80px 0;
  border-radius: 15px;
  margin-top: 60px;
}

.page-resources-vin7777-latest-promotions .conclusion-section .section-title {
  color: #FFD700;
}

.page-resources-vin7777-latest-promotions .conclusion-section p {
  max-width: 900px;
  margin: 0 auto 30px;
}

.page-resources-vin7777-latest-promotions .conclusion-actions .btn {
  margin: 0 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-vin7777-latest-promotions .hero-title {
    font-size: 2.8em;
  }
  .page-resources-vin7777-latest-promotions .hero-description {
    font-size: 1.1em;
  }
  .page-resources-vin7777-latest-promotions .section-title {
    font-size: 2em;
  }
  .page-resources-vin7777-latest-promotions .promo-detail-title {
    font-size: 1.7em;
  }
}

@media (max-width: 768px) {
  .page-resources-vin7777-latest-promotions .hero-title {
    font-size: 2.2em;
  }
  .page-resources-vin7777-latest-promotions .hero-actions .btn {
    display: block;
    margin: 15px auto;
    max-width: 280px;
  }
  .page-resources-vin7777-latest-promotions .promo-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-vin7777-latest-promotions .section-title {
    font-size: 1.8em;
  }
  .page-resources-vin7777-latest-promotions .promo-detail-title {
    font-size: 1.5em;
  }
  .page-resources-vin7777-latest-promotions .sub-section-title {
    font-size: 1.5em;
  }
  .page-resources-vin7777-latest-promotions .registration-steps li {
    padding-left: 55px;
  }
  .page-resources-vin7777-latest-promotions .registration-steps li::before {
    width: 35px;
    height: 35px;
    font-size: 1.3em;
    left: 10px;
  }
  .page-resources-vin7777-latest-promotions .faq-question,
  .page-resources-vin7777-latest-promotions .faq-question::after {
    font-size: 1.2em;
  }
  .page-resources-vin7777-latest-promotions .faq-question,
  .page-resources-vin7777-latest-promotions .faq-answer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-resources-vin7777-latest-promotions .faq-question::after {
    right: 20px;
  }
  .page-resources-vin7777-latest-promotions .conclusion-actions .btn {
    display: block;
    margin: 15px auto;
    max-width: 280px;
  }
}