/* style/promotions-first-deposit-offer-full.css */
.page-promotions-first-deposit-offer-full {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-promotions-first-deposit-offer-full__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-promotions-first-deposit-offer-full__hero {
  background: linear-gradient(135deg, #003366 0%, #0a4d8c 100%); /* Dark blue gradient */
  color: #ffffff;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}

.page-promotions-first-deposit-offer-full__hero-content {
  max-width: 800px;
}

.page-promotions-first-deposit-offer-full__hero-title {
  font-size: 3.2em;
  margin-bottom: 15px;
  color: #FFCC00; /* Gold yellow for emphasis */
  font-weight: bold;
  line-height: 1.2;
}

.page-promotions-first-deposit-offer-full__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-promotions-first-deposit-offer-full__hero-image-wrapper {
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
}

.page-promotions-first-deposit-offer-full__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-offer-full__section {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-first-deposit-offer-full__section--offer-details {
  background-color: #fefefe;
}

.page-promotions-first-deposit-offer-full__heading {
  font-size: 2.2em;
  color: #003366; /* Deep blue for main headings */
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.page-promotions-first-deposit-offer-full__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);  width: 80px;
  height: 4px;
  background-color: #FFCC00; /* Gold yellow underline */
  border-radius: 2px;
}

.page-promotions-first-deposit-offer-full__sub-heading {
  font-size: 1.8em;
  color: #003366; /* Deep blue for sub-headings */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  border-left: 5px solid #FFCC00;
  padding-left: 15px;
}

.page-promotions-first-deposit-offer-full__paragraph {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #555555;
}

.page-promotions-first-deposit-offer-full__list,
.page-promotions-first-deposit-offer-full__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555555;
}

.page-promotions-first-deposit-offer-full__ordered-list {
  list-style-type: decimal;
}

.page-promotions-first-deposit-offer-full__list li,
.page-promotions-first-deposit-offer-full__ordered-list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-promotions-first-deposit-offer-full__quote {
  background-color: #f0f8ff;
  border-left: 5px solid #003366;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #003366;
  font-size: 1.15em;
  border-radius: 5px;
}

.page-promotions-first-deposit-offer-full__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  border: none;
}

.page-promotions-first-deposit-offer-full__btn--cta {
  background-color: #FFCC00; /* Gold yellow for CTA */
  color: #003366; /* Deep blue text on gold */
  box-shadow: 0 6px 15px rgba(255, 204, 0, 0.4);
}

.page-promotions-first-deposit-offer-full__btn--cta:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 204, 0, 0.6);
}

.page-promotions-first-deposit-offer-full__btn--primary {
  background-color: #003366; /* Deep blue for primary actions */
  color: #ffffff;
  box-shadow: 0 6px 15px rgba(0, 51, 102, 0.4);
}

.page-promotions-first-deposit-offer-full__btn--primary:hover {
  background-color: #004080;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 51, 102, 0.6);
}

.page-promotions-first-deposit-offer-full__btn--secondary {
  background-color: #f0f0f0;
  color: #003366;
  border: 1px solid #003366;
}

.page-promotions-first-deposit-offer-full__btn--secondary:hover {
  background-color: #e0e0e0;
  color: #002244;
  transform: translateY(-3px);
}

.page-promotions-first-deposit-offer-full__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-promotions-first-deposit-offer-full__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-promotions-first-deposit-offer-full__image--cta {
  max-width: 80%;
  margin-bottom: 20px;
}

.page-promotions-first-deposit-offer-full__faq-container {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.page-promotions-first-deposit-offer-full__faq-item {
  background-color: #fcfcfc;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-promotions-first-deposit-offer-full__faq-question {
  font-size: 1.2em;
  color: #003366;
  padding: 18px 25px;
  cursor: pointer;
  position: relative;
  margin: 0;
  background-color: #eaf3fa;
  transition: background-color 0.3s ease;
  font-weight: bold;
}

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

.page-promotions-first-deposit-offer-full__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-promotions-first-deposit-offer-full__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  background-color: #ffffff;
}

.page-promotions-first-deposit-offer-full__faq-answer p {
  margin: 15px 0;
  color: #666666;
  font-size: 1.05em;
}

.page-promotions-first-deposit-offer-full__call-to-action-footer {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px dashed #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-promotions-first-deposit-offer-full__hero {
    flex-direction: column;
    padding: 60px 15px;
  }

  .page-promotions-first-deposit-offer-full__hero-title {
    font-size: 2.5em;
  }

  .page-promotions-first-deposit-offer-full__hero-subtitle {
    font-size: 1.1em;
  }

  .page-promotions-first-deposit-offer-full__heading {
    font-size: 1.8em;
  }

  .page-promotions-first-deposit-offer-full__sub-heading {
    font-size: 1.5em;
  }

  .page-promotions-first-deposit-offer-full__paragraph,
  .page-promotions-first-deposit-offer-full__list li,
  .page-promotions-first-deposit-offer-full__ordered-list li,
  .page-promotions-first-deposit-offer-full__faq-answer p {
    font-size: 1em;
  }

  .page-promotions-first-deposit-offer-full__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-promotions-first-deposit-offer-full__hero-title {
    font-size: 2em;
  }

  .page-promotions-first-deposit-offer-full__heading {
    font-size: 1.5em;
  }

  .page-promotions-first-deposit-offer-full__sub-heading {
    font-size: 1.3em;
  }

  .page-promotions-first-deposit-offer-full__btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}