/*--------------------------------------------------
 *          Pro exclusive and plan guide sections
 * ----------------------------------------------------*/

 @keyframes goldShine {
  0% { transform: translateX(-100%); }
  40% { transform: translateX(100%);}
  60% { transform: translateX(100%);}
  100% { transform: translateX(-100%);}
}

section.pro-exclusive {
  width: 90%;
  max-width: var(--pricing-section-max-width);
  min-height: 105px;
  margin: 5rem auto 3.25rem;
  padding: 1.5rem 1.65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background-color: #000039;
  border-radius: 15px;
  color: white;
  position: relative;
  z-index: 2;
}

span.promeo {
  padding-top: 0.8rem;
  display: inline-flex;
  gap: 0.6rem;
  background: none;
  -webkit-text-fill-color: unset !important;
  align-items: center;
  font-size: clamp(1.3rem, 1.6vw, 2rem);
  font-weight: 400;
}

span.promeo::before {
  content: "";
  background-image: url(https://dl-asset.cyberlink.com/web/stat/edms/product-version-images/icon/PMO.svg);
  width: 42px;
  height: 42px;
  display: block;
}

.pro-exclusive-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.pro-exclusive-label {
  position: absolute;
  overflow: hidden;
  background-image: linear-gradient(122deg, rgba(214, 154, 60, 1) 0%, rgba(239, 192, 125, 1) 11%, rgba(255, 216, 166, 1) 16%, rgba(255, 227, 191, 1) 19%, rgba(248, 206, 149, 1) 24%, rgba(241, 195, 130, 1) 28%, rgba(231, 179, 103, 1) 52%, rgba(255, 198, 112, 1) 60%, rgba(228, 175, 95, 1) 68%, rgba(214, 154, 60, 1) 99%) !important;
  border: solid 1px #c48f2887;
  /* font-size: 18px; */
  padding: 0.5rem 1.2rem;
  color: black;
  border-radius: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  width: max-content;
  display: inline-flex;
  align-items: center;
  background-size: 200% 100% !important;
  animation: goldPlateShift 3s ease-in-out infinite alternate;
  -webkit-text-fill-color: unset !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  top: -17px;
  left: -14px;
}

.pro-exclusive-label::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(122deg, transparent 0%, transparent 35%, rgba(255, 255, 255, 0.45) 48%, rgba(255, 255, 255, 0.12) 55%, transparent 70%, transparent 100%);
  transform: translateX(-100%);
  animation: goldShine 6s cubic-bezier(0.65, 0.2, 0.32, 1) 3s infinite alternate;
  pointer-events: none;
}

.pro-exclusive-copy p {
  margin: 0;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.pro-exclusive-copy p strong {
  color: #38b6e2;
  font-weight: 700;
}

section.pro-exclusive > a {
  min-height: 48px;
  padding: 0.8rem 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex-shrink: 0;
  /* background: linear-gradient(100deg, #31bde0 0%, #8070ff 100%); */
  background: linear-gradient(100deg, #22f6f7 0%, #b294f7 86%);
  border-radius: 10px;
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

section.pro-exclusive > a:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgb(0 0 0 / 25%);
}

#plan-guide {
  width: 100%;
  padding: 3.5rem 2rem 3.25rem;
  background: #f4f5f7;
  position: relative;
  z-index: 2;
}

#plan-guide .content {
  margin: 0 auto;
  max-width: var(--pricing-section-max-width);
}

#plan-guide .content > h2 {
  margin: 0 0 2rem;
  padding: 0;
  color: black;
  font-family: "Poppins";
  font-size: clamp(1rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

#plan-guide .plan-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

#plan-guide .plan-option {
  min-height: 246px;
  padding: 1.75rem 1.8rem;
  background: #fff;
  border: 3px solid #d8e0ef;
  border-radius: 16px;
}

#plan-guide .plan-option.director-suite-pro {
  border-color: #cea86a;
}

#plan-guide .plan-option > span {
  display: block;
  margin-bottom: 0.55rem;
  color: #70798a;
  font-family: "Poppins", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

#plan-guide .plan-option.director-suite-pro > span {
  color: #12aee6;
}

#plan-guide .plan-option h3 {
  margin: 0 0 0.75rem;
  padding: 0;
  color: #171717;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.25;
}

#plan-guide .plan-option p {
  margin: 0;
  color: #545862;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 760px) {
  section.pro-exclusive {
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  section.pro-exclusive > a {
    width: 100%;
  }

  #plan-guide {
    padding: 3rem 1.25rem;
  }

  #plan-guide .content {
    max-width: 520px;
  }

  #plan-guide .plan-options {
    grid-template-columns: 1fr;
  }

  #plan-guide .plan-option {
    min-height: 0;
  }
}
/*--------------------------------------------------
 *               FAQ section
 * ----------------------------------------------------*/
#faq {
  width: 100%;
  padding: 5rem 2rem 5.5rem 2rem;
  background: white;
  position: relative;
  z-index: 2;
}
#faq .content {
  max-width: var(--pricing-section-max-width);
  margin: 0 auto;
}
#faq .content > div {
  margin-top: 2rem;
  border-bottom: solid #DFDFDF 1px;
}
#faq label {
  display: block;
}
#faq input {
  appearance: none;
  opacity: 0;
  display: none;
}
#faq :is(h2, label, p) {
  color: black;
  font-family: "Poppins";
}
#faq h2 {
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.8rem);
  text-align: center;
  line-height: normal;
  margin-bottom: 2rem;
}
#faq p {
  font-size: 0.8125rem;
}
#faq a {
  color: black;
  text-decoration: underline;
  font-weight: 500;
  white-space: nowrap;
}
#faq a:hover {
  color: #1852ff;
  text-decoration: none;
}
#faq label.question {
  border-top: solid #DFDFDF 1px;
  padding: 1.2rem 2rem 1.2rem 1.5rem;
  font-size: clamp(14px, 1vw, 1rem);
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16%3B' xml:space='preserve'%3E%3Cg fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cline class='st0' x1='8' y1='3.4' x2='8' y2='12.6'/%3E%3Cline class='st0' x1='12.6' y1='8' x2='3.4' y2='8'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 2%;
  background-size: clamp(17px, 2vw, 20px);
}
#faq .answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s;
}
#faq .answer > p {
  overflow: hidden;
  margin: 0;
  padding: 0 1.5rem;
  opacity: 0;
  transition: all 0.25s;
}
#faq label.question:has(input:checked) {
  background: #DCFAFF;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16%3B' xml:space='preserve'%3E%3Cline fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' x1='12.6' y1='8' x2='3.4' y2='8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 2%;
  background-size: clamp(17px, 2vw, 20px);
}
#faq label.question:has(input:checked) + .answer {
  grid-template-rows: 1fr;
}
#faq label.question:has(input:checked) + .answer > p {
  padding: 1rem 1.5rem;
  background: #F2FDFF;
  opacity: 1;
}

#main-content {
  padding-bottom: 0;
}

.testimonials {
  margin-bottom: 0;
}
.testimonials ~ #faq {
  margin-bottom: 1rem;
}
