/* style/blog-f18678-latest-promotions-2024.css */
:root {
  --primary-color: #2F6BFF;
  --secondary-color: #6FA3FF;
  --background-color: #F4F7FB;
  --card-bg-color: #FFFFFF;
  --text-main-color: #1F2D3D;
  --border-color: #D6E2FF;
  --glow-color: #A5C4FF;
  --button-gradient: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
}

.page-blog-f18678-latest-promotions-2024 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--text-main-color); /* Default text color for light body background */
  background-color: var(--background-color);
}

.page-blog-f18678-latest-promotions-2024__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, header offset handled by body */
  background-color: var(--primary-color);
  color: #ffffff;
  overflow: hidden;
}

.page-blog-f18678-latest-promotions-2024__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-blog-f18678-latest-promotions-2024__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-f18678-latest-promotions-2024__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-blog-f18678-latest-promotions-2024__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.page-blog-f18678-latest-promotions-2024__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-f18678-latest-promotions-2024__hero-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #e0e0e0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-f18678-latest-promotions-2024__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  background: var(--button-gradient);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-f18678-latest-promotions-2024__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  filter: brightness(1.1);
}

.page-blog-f18678-latest-promotions-2024__cta-button img {
  
  height: auto;
  margin-right: 15px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-blog-f18678-latest-promotions-2024__section {
  padding: 60px 20px;
  margin: 0 auto;
}

.page-blog-f18678-latest-promotions-2024__content-area {
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-f18678-latest-promotions-2024__section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: var(--primary-color);
  position: relative;
  padding-bottom: 15px;
}

.page-blog-f18678-latest-promotions-2024__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--secondary-color);
  border-radius: 2px;
}

.page-blog-f18678-latest-promotions-2024__sub-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.page-blog-f18678-latest-promotions-2024__paragraph {
  font-size: 1.05rem;
  margin-bottom: 20px;
  line-height: 1.7;
  color: var(--text-main-color);
}

.page-blog-f18678-latest-promotions-2024__image-wrapper {
  margin: 40px 0;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-f18678-latest-promotions-2024__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-width: 100%;
}

.page-blog-f18678-latest-promotions-2024__list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-blog-f18678-latest-promotions-2024__list-item {
  background: var(--card-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: var(--text-main-color);
}

.page-blog-f18678-latest-promotions-2024__list-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-f18678-latest-promotions-2024__list-item::before {
  content: '✓';
  color: var(--primary-color);
  font-weight: bold;
  margin-right: 15px;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Dark background section for contrast */
.page-blog-f18678-latest-promotions-2024__dark-section {
  background-color: var(--primary-color);
  color: #ffffff; /* White text on dark background */
}

.page-blog-f18678-latest-promotions-2024__dark-section .page-blog-f18678-latest-promotions-2024__section-title {
  color: #ffffff;
}

.page-blog-f18678-latest-promotions-2024__dark-section .page-blog-f18678-latest-promotions-2024__sub-title {
  color: var(--secondary-color);
}

.page-blog-f18678-latest-promotions-2024__dark-section .page-blog-f18678-latest-promotions-2024__paragraph {
  color: #e0e0e0;
}

.page-blog-f18678-latest-promotions-2024__text-link {
  color: var(--secondary-color);
  text-decoration: underline;
  font-weight: bold;
}

.page-blog-f18678-latest-promotions-2024__text-link:hover {
  color: #ffffff;
  text-decoration: none;
}

/* FAQ Styles */
.page-blog-f18678-latest-promotions-2024__faq-list {
  margin-top: 40px;
}

details.page-blog-f18678-latest-promotions-2024__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--card-bg-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

details.page-blog-f18678-latest-promotions-2024__faq-item summary.page-blog-f18678-latest-promotions-2024__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: var(--text-main-color);
  font-size: 1.1rem;
  font-weight: 600;
}

details.page-blog-f18678-latest-promotions-2024__faq-item summary.page-blog-f18678-latest-promotions-2024__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-f18678-latest-promotions-2024__faq-item summary.page-blog-f18678-latest-promotions-2024__faq-question:hover {
  background: #f8faff;
}

.page-blog-f18678-latest-promotions-2024__faq-qtext {
  flex: 1;
  line-height: 1.5;
  text-align: left;
}

.page-blog-f18678-latest-promotions-2024__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-f18678-latest-promotions-2024__faq-item[open] summary.page-blog-f18678-latest-promotions-2024__faq-question {
  background: var(--primary-color);
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

details.page-blog-f18678-latest-promotions-2024__faq-item[open] .page-blog-f18678-latest-promotions-2024__faq-toggle {
  color: #ffffff;
}

details.page-blog-f18678-latest-promotions-2024__faq-item .page-blog-f18678-latest-promotions-2024__faq-answer {
  padding: 0 25px 25px;
  background: #f9fbfd;
  border-radius: 0 0 8px 8px;
  color: var(--text-main-color);
  font-size: 1rem;
}

.page-blog-f18678-latest-promotions-2024__faq-answer p {
  margin: 0;
  padding-top: 15px;
}

/* CTA section specific styles */
.page-blog-f18678-latest-promotions-2024__cta-section {
  text-align: center;
  padding-bottom: 80px;
}

.page-blog-f18678-latest-promotions-2024__cta-section .page-blog-f18678-latest-promotions-2024__cta-button {
  margin-top: 40px;
  padding: 18px 50px;
  font-size: 1.2rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-f18678-latest-promotions-2024__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-f18678-latest-promotions-2024__hero-description {
    font-size: 1rem;
  }
  .page-blog-f18678-latest-promotions-2024__section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  }
  .page-blog-f18678-latest-promotions-2024__sub-title {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  }
  .page-blog-f18678-latest-promotions-2024__cta-button {
    padding: 14px 35px;
    font-size: 1rem;
  }
  .page-blog-f18678-latest-promotions-2024__list-item,
  details.page-blog-f18678-latest-promotions-2024__faq-item summary.page-blog-f18678-latest-promotions-2024__faq-question {
    padding: 18px 20px;
    font-size: 1rem;
  }
  .page-blog-f18678-latest-promotions-2024__faq-answer {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .page-blog-f18678-latest-promotions-2024__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-f18678-latest-promotions-2024__hero-image {
    margin-bottom: 20px;
  }
  .page-blog-f18678-latest-promotions-2024__hero-image img {
    border-radius: 8px;
  }
  .page-blog-f18678-latest-promotions-2024__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }
  .page-blog-f18678-latest-promotions-2024__hero-description {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
  .page-blog-f18678-latest-promotions-2024__cta-button {
    padding: 12px 30px;
    font-size: 1rem;
    margin-top: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-f18678-latest-promotions-2024__cta-button img {
    margin-right: 10px;
    
  }
  .page-blog-f18678-latest-promotions-2024__section {
    padding: 40px 15px;
  }
  .page-blog-f18678-latest-promotions-2024__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 30px;
  }
  .page-blog-f18678-latest-promotions-2024__sub-title {
    font-size: clamp(1.1rem, 4.5vw, 1.5rem);
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page-blog-f18678-latest-promotions-2024__paragraph {
    font-size: 1rem;
  }
  .page-blog-f18678-latest-promotions-2024__image-wrapper {
    margin: 30px 0;
  }
  .page-blog-f18678-latest-promotions-2024 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-f18678-latest-promotions-2024__section,
  .page-blog-f18678-latest-promotions-2024__content-area {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-f18678-latest-promotions-2024__list-item {
    padding: 15px;
    font-size: 0.95rem;
  }
  details.page-blog-f18678-latest-promotions-2024__faq-item summary.page-blog-f18678-latest-promotions-2024__faq-question {
    padding: 15px;
    font-size: 1rem;
  }
  .page-blog-f18678-latest-promotions-2024__faq-answer {
    padding: 0 15px 15px;
  }
  .page-blog-f18678-latest-promotions-2024__faq-qtext {
    font-size: 0.95rem;
  }
  .page-blog-f18678-latest-promotions-2024__faq-toggle {
    font-size: 20px;
    width: 24px;
  }
}

@media (max-width: 480px) {
  .page-blog-f18678-latest-promotions-2024__main-title {
    font-size: clamp(1.5rem, 8vw, 2.2rem);
  }
  .page-blog-f18678-latest-promotions-2024__hero-description {
    font-size: 0.9rem;
  }
  .page-blog-f18678-latest-promotions-2024__section-title {
    font-size: clamp(1.3rem, 7vw, 1.8rem);
  }
  .page-blog-f18678-latest-promotions-2024__sub-title {
    font-size: clamp(1rem, 5vw, 1.3rem);
  }
  .page-blog-f18678-latest-promotions-2024__list-item {
    font-size: 0.9rem;
    padding: 12px;
  }
  details.page-blog-f18678-latest-promotions-2024__faq-item summary.page-blog-f18678-latest-promotions-2024__faq-question {
    padding: 12px;
    font-size: 0.9rem;
  }
  .page-blog-f18678-latest-promotions-2024__faq-toggle {
    font-size: 18px;
    width: 20px;
  }
  .page-blog-f18678-latest-promotions-2024__cta-button span {
    font-size: 0.9rem;
  }
}