/* Accelerator Page Styles - Custom CSS matching Figma design */

.accelerator-page-wrapper {
  font-family: "Estedad FD", sans-serif;
  color: #060707;
  direction: rtl;
}

/* Override global styles from style.css */
.accelerator-page-wrapper * {
  box-sizing: border-box;
}

.accelerator-page-wrapper h1,
.accelerator-page-wrapper h2,
.accelerator-page-wrapper h3,
.accelerator-page-wrapper h4,
.accelerator-page-wrapper h5,
.accelerator-page-wrapper h6 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

.accelerator-page-wrapper p {
  margin: 0;
  padding: 0;
}

.accelerator-page-wrapper ul,
.accelerator-page-wrapper ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accelerator-page-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accelerator-page-wrapper button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
}

.accelerator-page-wrapper img {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  max-width: 100%;
  height: auto;
}

/* Color Variables - matching Figma design */
:root {
  --color-primary-500: #FF9900;
  --color-primary-100: #FFF2C5;
  --color-gold: #FFD500;
  --color-blue: #2A4ACA;
  --color-gray-50: #F5F6F6;
  --color-gray-100: #E4E9E9;
  --color-gray-200: #CCD5D3;
  --color-gray-400: #7E928F;
  --color-gray-900: #394040;
  --color-gray-950: #060707;
}

/* Hero Section */
.accelerator-hero {
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .accelerator-hero {
    flex-direction: row;
    justify-content: space-between;
    padding: 2rem;
    max-width: 1174px;
  }
}

.accelerator-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  text-align: center;
  max-width: 100%;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .accelerator-hero-content {
    align-items: flex-end;
    text-align: right;
    max-width: 434px;
    gap: 2rem;
  }
}

.accelerator-hero h1 {
  font-size: 1.5rem!important;
  font-weight: 700;
  line-height: 150%;
  color: var(--color-gray-950);
}

@media (min-width: 1024px) {
  .accelerator-hero h1 {
    font-size: 32px!important;
    line-height: 150%;
    margin-bottom: -8px;
  }
}

.accelerator-hero h1 .text-primary {
  color: var(--color-primary-500);
}

.accelerator-hero p {
  font-size: 14px;
  line-height: 190%;
  font-weight: 400;
  color: var(--color-gray-950);
}

@media (min-width: 1024px) {
  .accelerator-hero p {
    font-size: 16px;
    line-height: 190%;
  }
}

.accelerator-hero button {
  background-color: var(--color-gray-950);
  color: #FFFFFF;
  border-radius: 999px;
  padding: 8px 52px;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  border: none;
  cursor: pointer;
  align-self: center;
  transition: background-color 0.3s;
}

@media (min-width: 1024px) {
  .accelerator-hero button {
    align-self: flex-start;
  }
}

.accelerator-hero button:hover {
  background-color: var(--color-gray-900);
}

.accelerator-hero img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .accelerator-hero img {
    width: 500px;
    height: 500px;
  }
}

/* Mission Section */
.accelerator-mission {
  padding: 2rem;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .accelerator-mission {
    padding: 2rem;
    max-width: 1174px;
  }
}

.accelerator-mission p {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  padding: 72px 40px;
  background: linear-gradient(180deg, #FFFFFF 0%, var(--color-primary-100) 100%);
  border-radius: 20px;
}

@media (min-width: 1024px) {
  .accelerator-mission p {
    font-size: 28px;
    line-height: 150%;
    padding: 72px 88px;
  }
}

.accelerator-mission .text-blue {
  color: var(--color-blue);
} 

/* Benefits Section */
.accelerator-benefits {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  padding: 4rem 1rem;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .accelerator-benefits {
    gap: 72px;
    padding: 120px 32px;
    max-width: 1174px;
  }
}

.accelerator-benefits h2 {
  font-size: 20px!important;
  font-weight: 700;
  line-height: 150%;
  color: var(--color-gray-950);
}

@media (min-width: 1024px) {
  .accelerator-benefits h2 {
    font-size: 24px!important;
    line-height: 150%;
  }
}

.accelerator-benefits-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .accelerator-benefits-grid {
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
  }
}

.accelerator-benefit-item {
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.accelerator-benefit-item img {
  width: 160px;
  height: 160px;
}

.accelerator-benefit-item p {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 140%;
  color: var(--color-gray-950);
  margin: 0;
  white-space: normal;
}

@media (min-width: 1024px) {
  .accelerator-benefit-item p {
    font-size: 20px;
    line-height: 140%;
  }
}

/* Target Audience Section */
.accelerator-audience {
  padding: 88px 32px;
  background-color: var(--color-blue);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

@media (min-width: 1024px) {
  .accelerator-audience {
    padding: 88px 32px;
  }
}

.accelerator-audience-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .accelerator-audience-content {
    flex-direction: row;
    gap: 56px;
    max-width: 1174px;
  }
}

.accelerator-audience img {
  width: 100%;
  max-width: 264px;
}

@media (min-width: 1024px) {
  .accelerator-audience img {
    height: 434px;
    max-width: 434px;
  }
}

.accelerator-audience-text {
  color: #FFFFFF;
  margin: auto 0;
}

.accelerator-audience-text h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 3rem;
  color: #FFFFFF;
}

.accelerator-audience-list p {
  line-height: 140%;
  font-weight: 500
}

@media (min-width: 1024px) {
  .accelerator-audience-text h2 {
    font-size: 28px!important;
    line-height: 150%;
    margin-bottom: 48px;
    width: 620px;
  }
}

.accelerator-audience-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

@media (min-width: 1024px) {
  .accelerator-audience-list {
    font-size: 18px;
    line-height: 140%;
  }
}

.accelerator-audience-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}

.accelerator-audience-list li img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.accelerator-audience-list li p {
  margin: 0;
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .accelerator-audience-list li:nth-child(2) p {
    padding-left: 0;
  }
}

/* Process Section */
.accelerator-process {
  padding: 120px 32px;
  background-color: var(--color-gray-50);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top: 8px solid var(--color-gold);
}

@media (min-width: 1024px) {
  .accelerator-process {
    padding: 120px 16px;
  }
}

.accelerator-process-container {
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .accelerator-process-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1174px;
    gap: 80px;
  }
}

.accelerator-process h2 {
  font-size: 20px!important;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 80px;
  text-align: center;
  color: var(--color-gray-950);
}

@media (min-width: 1024px) {
  .accelerator-process h2 {
    font-size: 24px!important;
    line-height: 150%;
    margin-bottom: 0;
  }
}

.accelerator-process-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 1110px;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .accelerator-process-steps {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
  }
}

.accelerator-process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 160px;
}


.accelerator-process-step img {
  width: 160px;
  height: 160px;
}

.accelerator-process-step p {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  margin: 0;
  color: var(--color-gray-950);
}

@media (min-width: 1024px) {
  .accelerator-process-step p {
    font-size: 20px;
    line-height: 140%;
  }
}

.accelerator-process-connector {
  padding: 0;
  width: 77.5px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  margin: 0;
}

@media (min-width: 1024px) {
  .accelerator-process-connector {
    width: 77.5px;
    height: 160px;
    padding-top: 24px;
  }

}

.accelerator-process-connector.right {
  right: 0;
  left: auto;
}

.accelerator-process-connector img {
  width: 32px;
  height: 32px;
}

@media (min-width: 1024px) {
  .accelerator-process-connector img {
    width: 32px;
    height: 32px;
    transform: rotate(90deg);
  }
}

.accelerator-process-connector.rotate-180 img {
  transform: rotate(270deg);
}

/* CTA Section */
.accelerator-cta {
  padding: 32px 32px 16px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .accelerator-cta {
    padding: 32px 32px 16px;
    max-width: 1174px;
  }
}

.accelerator-cta-box {
  background-color: var(--color-gold);
  border-radius: 20px;
  padding: 56px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

@media (min-width: 1024px) {
  .accelerator-cta-box {
    padding: 56px 40px;
    gap: 32px;
  }
}

.accelerator-cta-box p {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin: 0;
  color: var(--color-gray-950);
}

@media (min-width: 1024px) {
  .accelerator-cta-box p {
    font-size: 28px;
    line-height: 150%;
  }
}

.accelerator-cta-box button {
  background-color: var(--color-gray-950);
  color: #FFFFFF;
  border-radius: 999px;
  padding: 8px 52px;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  border: none;
  cursor: pointer;
  align-self: center;
  transition: background-color 0.3s;
}

.accelerator-cta-box button:hover {
  background-color: var(--color-gray-900);
}

/* FAQ Section */
.accelerator-faq {
  padding-top: 4rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 100%;
  max-width: 600px;
  margin: auto;
}

@media (min-width: 1024px) {
  .accelerator-faq {
    padding-top: 120px;
    padding-bottom: 200px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 32px;
  }
}

.accelerator-faq h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: var(--color-gray-950);
}

@media (min-width: 1024px) {
  .accelerator-faq h2 {
    font-size: 24px;
    line-height: 150%;
  }
}

.accelerator-faq-content {
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: var(--color-gray-900);
}

@media (min-width: 1024px) {
  .accelerator-faq-content {
    max-width: 660px;
    font-size: 18px;
    line-height: 140%;
  }
}

@media (max-width: 1024px) {
  .accelerator-faq-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .accelerator-benefits-grid {
    align-items: center;
  }
  .accelerator-process-step {
    width: 100%;
    gap: 24px;
    max-width: 100%;
    flex-shrink: 0;
    flex-direction: row;
  }
  .accelerator-process-steps{
    align-items: flex-start;
  }
  
  .accelerator-faq-content #rank-math-faq .rank-math-question{
    font-size: 16px !important;
  }
  
  #rank-math-faq .rank-math-answer{
    font-size: 14px !important;
  }
  
}

/* Mobile Responsive Styles */
@media (max-width: 767px) {

  ul.accelerator-audience-list p br {
    display: none;
  }

  .accelerator-hero {
    gap: 2rem;
    max-width: 328px;
    padding: 2rem;
  }

  .accelerator-hero-content {
    margin-top: 0;
    gap: 1.5rem;
    width: 100%;
  }

  .accelerator-hero h1 {
    margin-bottom: 0;
  }

  .accelerator-hero p {
    margin-bottom: 0;
  }

  .accelerator-hero button {
    width: auto;
  }

  .accelerator-hero img {
    width: 100%;
    max-width: 100%;
  }

  .accelerator-benefits-grid {
    align-items: center;
  }

  .accelerator-benefit-item {
    max-width: 100%;
  }

  .accelerator-benefit-item img {
    width: 100%;
    max-width: 160px;
    height: auto;
    aspect-ratio: 1;
  }

  .accelerator-process-steps {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .accelerator-process-step img {
    width: 8rem;
    height: 8rem;
    max-width: 100%;
  }

  .accelerator-process-step p {
    font-size: 18px;
    text-align: right;
  }

  .accelerator-process-connector {
    width: 8rem;
    height: 3.5rem;
    flex-direction: row;
    justify-content: center;
    padding: 0.375rem;
  }

  .accelerator-process-connector.right {
    right: 0.5rem;
  }

  .accelerator-process-connector img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .accelerator-process-connector.rotate-180 img {
    transform: rotate(180deg);
  }

  .accelerator-cta-box button {
    width: auto;
  }
}

.accelerator-faq-content #rank-math-faq .rank-math-question {
  font-weight: 500 !important;
}

.accelerator-faq-content #rank-math-faq .rank-math-question.faq-q-open {
  font-weight: 700 !important;
}


#rank-math-faq .rank-math-question.faq-q-open .hidden-lg {
  display: none !important;
}

@media (min-width: 1024px) {
  .hidden-lg {
    display: block !important;
  }
}

.show-lg {
  display: block !important;
}

@media (min-width: 1024px) {
  .show-lg {
    display: none !important;
  }
}



