.page-download-center-red88-desktop-client {
  font-family: 'Arial', sans-serif;
  color: #36454F;
  background-color: #f8f8f8;
  line-height: 1.6;
}

.page-download-center-red88-desktop-client .page-download-center-red88-desktop-client__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-download-center-red88-desktop-client .highlight {
  color: #DC143C;
}

.page-download-center-red88-desktop-client__hero-section {
  background: linear-gradient(135deg, #DC143C, #36454F);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-download-center-red88-desktop-client__hero-section .page-download-center-red88-desktop-client__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

@media (min-width: 768px) {
  .page-download-center-red88-desktop-client__hero-section .page-download-center-red88-desktop-client__container {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
  }
}

.page-download-center-red88-desktop-client__hero-content {
  flex: 1;
}

.page-download-center-red88-desktop-client__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-download-center-red88-desktop-client__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-download-center-red88-desktop-client__download-btn {
  display: inline-block;
  background-color: #ffffff;
  color: #DC143C;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  border: 2px solid #ffffff;
}

.page-download-center-red88-desktop-client__download-btn:hover {
  background-color: #DC143C;
  color: #ffffff;
  transform: translateY(-3px);
}

.page-download-center-red88-desktop-client__download-btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-download-center-red88-desktop-client__small-text {
  font-size: 0.9em;
  margin-top: 15px;
  color: #e0e0e0;
}

.page-download-center-red88-desktop-client__hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-download-center-red88-desktop-client__img-responsive {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-download-center-red88-desktop-client__section-title {
  font-size: 2.5em;
  color: #DC143C;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-download-center-red88-desktop-client__section-description {
  font-size: 1.1em;
  text-align: center;
  color: #36454F;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-download-center-red88-desktop-client__benefits-section,
.page-download-center-red88-desktop-client__download-guide-section,
.page-download-center-red88-desktop-client__requirements-section,
.page-download-center-red88-desktop-client__faq-section,
.page-download-center-red88-desktop-client__cta-section,
.page-download-center-red88-desktop-client__about-red88 {
  padding: 60px 0;
}

.page-download-center-red88-desktop-client__benefits-section {
  background-color: #f0f0f0;
}

.page-download-center-red88-desktop-client__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-download-center-red88-desktop-client__benefit-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-download-center-red88-desktop-client__benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-download-center-red88-desktop-client__benefit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.page-download-center-red88-desktop-client__benefit-title {
  font-size: 1.5em;
  color: #36454F;
  margin-bottom: 15px;
}

.page-download-center-red88-desktop-client__benefit-text {
  color: #555555;
}

.page-download-center-red88-desktop-client__steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 768px) {
  .page-download-center-red88-desktop-client__steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .page-download-center-red88-desktop-client__steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-download-center-red88-desktop-client__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-download-center-red88-desktop-client__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #DC143C;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-download-center-red88-desktop-client__step-title {
  font-size: 1.6em;
  color: #36454F;
  margin-bottom: 15px;
}

.page-download-center-red88-desktop-client__step-text {
  color: #555555;
  margin-bottom: 20px;
}

.page-download-center-red88-desktop-client__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-download-center-red88-desktop-client__inline-link {
  color: #DC143C;
  text-decoration: none;
  font-weight: bold;
}

.page-download-center-red88-desktop-client__inline-link:hover {
  text-decoration: underline;
}

.page-download-center-red88-desktop-client__cta-bottom {
  text-align: center;
  margin-top: 60px;
  background-color: #36454F;
  color: #ffffff;
  padding: 40px;
  border-radius: 10px;
}

.page-download-center-red88-desktop-client__cta-bottom p {
  font-size: 1.4em;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-download-center-red88-desktop-client__requirements-section {
  background-color: #ffffff;
}

.page-download-center-red88-desktop-client__requirements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-download-center-red88-desktop-client__requirement-card {
  background-color: #f8f8f8;
  padding: 25px;
  border-radius: 8px;
  border-left: 5px solid #DC143C;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-download-center-red88-desktop-client__card-title {
  font-size: 1.4em;
  color: #36454F;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-download-center-red88-desktop-client__requirement-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-download-center-red88-desktop-client__requirement-card ul li {
  margin-bottom: 8px;
  color: #555555;
  position: relative;
  padding-left: 20px;
}

.page-download-center-red88-desktop-client__requirement-card ul li::before {
  content: '✔';
  color: #DC143C;
  position: absolute;
  left: 0;
  top: 0;
}

.page-download-center-red88-desktop-client__note-text {
  text-align: center;
  margin-top: 40px;
  font-style: italic;
  color: #666666;
}

.page-download-center-red88-desktop-client__faq-section {
  background-color: #f0f0f0;
}

.page-download-center-red88-desktop-client__faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.page-download-center-red88-desktop-client__accordion-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-download-center-red88-desktop-client__accordion-header {
  width: 100%;
  padding: 20px;
  text-align: left;
  font-size: 1.2em;
  color: #36454F;
  font-weight: bold;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-download-center-red88-desktop-client__accordion-header:hover {
  background-color: #f5f5f5;
}

.page-download-center-red88-desktop-client__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  color: #DC143C;
  transition: transform 0.3s ease;
}

.page-download-center-red88-desktop-client__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-download-center-red88-desktop-client__accordion-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-download-center-red88-desktop-client__accordion-content.active {
  max-height: 200px; /* Adjust as needed */
  padding: 20px;
}

.page-download-center-red88-desktop-client__accordion-content p {
  color: #555555;
  margin-bottom: 0;
}

.page-download-center-red88-desktop-client__cta-section {
  background-color: #36454F;
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-download-center-red88-desktop-client__cta-image {
  max-width: 250px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-download-center-red88-desktop-client__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #DC143C;
}

.page-download-center-red88-desktop-client__cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-download-center-red88-desktop-client__cta-small-text {
  font-size: 0.85em;
  margin-top: 30px;
  color: #b0b0b0;
}

.page-download-center-red88-desktop-client__about-red88 {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-download-center-red88-desktop-client__about-text {
  font-size: 1.1em;
  color: #36454F;
  margin-bottom: 20px;
  text-align: justify;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-download-center-red88-desktop-client__hero-title {
    font-size: 3em;
  }
  .page-download-center-red88-desktop-client__section-title {
    font-size: 2em;
  }
  .page-download-center-red88-desktop-client__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-download-center-red88-desktop-client__hero-section .page-download-center-red88-desktop-client__container {
    flex-direction: column;
    text-align: center;
  }
  .page-download-center-red88-desktop-client__hero-title {
    font-size: 2.5em;
  }
  .page-download-center-red88-desktop-client__hero-subtitle {
    font-size: 1.1em;
  }
  .page-download-center-red88-desktop-client__section-description {
    font-size: 1em;
  }
  .page-download-center-red88-desktop-client__cta-title {
    font-size: 1.8em;
  }
  .page-download-center-red88-desktop-client__cta-description {
    font-size: 1.1em;
  }
  .page-download-center-red88-desktop-client__download-btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-download-center-red88-desktop-client__download-btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-download-center-red88-desktop-client__cta-bottom p {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-download-center-red88-desktop-client__hero-title {
    font-size: 2em;
  }
  .page-download-center-red88-desktop-client__section-title {
    font-size: 1.8em;
  }
  .page-download-center-red88-desktop-client__cta-title {
    font-size: 1.6em;
  }
  .page-download-center-red88-desktop-client__benefits-grid,
  .page-download-center-red88-desktop-client__steps-grid,
  .page-download-center-red88-desktop-client__requirements-grid {
    grid-template-columns: 1fr;
  }
}