.faq-page {
  background: #ffffff;
  color: #151a24;
  overflow: hidden;
}

.faq-video-hero {
  --dindili-shapes-content-width: 1320px;
  --dindili-shapes-left-width: 118px;
  --dindili-shapes-right-width: 140px;
  position: relative;
  padding: 68px 0 64px;
  background: #f8f9fb;
  isolation: isolate;
}

.faq-video-hero::before,
.faq-video-hero::after {
  content: '';
  position: absolute;
  top: 30px;
  bottom: 30px;
  z-index: 0;
  display: block;
  height: 730px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.faq-video-hero::before {
  left: calc((100% - var(--dindili-shapes-content-width)) / 2 - var(--dindili-shapes-left-width) - 24px);
  width: var(--dindili-shapes-left-width);
  background-image: url('https://dindili.com/assets/img/shapes_left.png');
}

.faq-video-hero::after {
  right: calc((100% - var(--dindili-shapes-content-width)) / 2 - var(--dindili-shapes-right-width) - 24px);
  width: var(--dindili-shapes-right-width);
  background-image: url('https://dindili.com/assets/img/shapes_right.png');
}

.faq-video-hero > .container {
  position: relative;
  z-index: 1;
}

.faq-video-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #0085de;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.faq-video-hero__kicker i {
  color: #ef017f;
}

.faq-video-hero h1,
.faq-video-hero h2 {
  max-width: 650px;
  margin: 0 0 18px;
  color: #151a24;
  font-family: "Bebas Neue", sans-serif;
  font-size: 86px;
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: 0;
}

.faq-video-hero h1 span,
.faq-video-hero h2 span {
  display: block;
  color: #88c701;
}

.faq-video-hero p {
  max-width: 620px;
  margin: 0;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.7;
}

.faq-video-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.faq-video-hero__visual {
  position: relative;
  max-width: 620px;
  margin: 0 0 0 auto;
  padding-bottom: 110px;
}

.faq-video-hero__video {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, .95);
  border-radius: 25px;
  background: #e9f6ff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.faq-video-hero__video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.faq-video-hero__note {
  position: absolute;
  left: 34px;
  right: -18px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.faq-video-hero__note-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: #151a24;
  background: #fdcf01;
  font-size: 20px;
}

.faq-video-hero__note strong {
  display: block;
  color: #111827;
  font-size: 17px;
  line-height: 1.2;
}

.faq-video-hero__note span {
  display: block;
  margin-top: 4px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.35;
}

.faq-page > .faq {
  --dindili-shapes-content-width: 1320px;
  --dindili-shapes-left-width: 118px;
  --dindili-shapes-right-width: 140px;
  position: relative;
  padding: 68px 0 54px;
  /* background: #f8f9fb; */
  isolation: isolate;
}

.faq-page > .faq::before,
.faq-page > .faq::after {
  content: '';
  position: absolute;
  top: 30px;
  bottom: auto;
  height: 710px;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  pointer-events: none;
}

.faq-page > .faq::before {
  left: calc((100% - var(--dindili-shapes-content-width)) / 2 - var(--dindili-shapes-left-width) - 24px);
  width: var(--dindili-shapes-left-width);
  background-image: url('https://dindili.com/assets/img/shapes_left.png');
  height: 730px;
}

.faq-page > .faq::after {
  right: calc((100% - var(--dindili-shapes-content-width)) / 2 - var(--dindili-shapes-right-width) - 24px);
  width: var(--dindili-shapes-right-width);
  background-image: url('https://dindili.com/assets/img/shapes_right.png');
  height: 730px;
}

.faq-page > .faq > .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 1388px) {
  .faq-video-hero {
    --dindili-shapes-content-width: 1140px;
    --dindili-shapes-left-width: 104px;
    --dindili-shapes-right-width: 124px;
  }

  .faq-page > .faq {
    --dindili-shapes-content-width: 1140px;
    --dindili-shapes-left-width: 104px;
    --dindili-shapes-right-width: 124px;
  }
}

@media (max-width: 1196px) {
  .faq-video-hero {
    --dindili-shapes-content-width: 960px;
    --dindili-shapes-left-width: 96px;
    --dindili-shapes-right-width: 112px;
  }

  .faq-page > .faq {
    --dindili-shapes-content-width: 960px;
    --dindili-shapes-left-width: 96px;
    --dindili-shapes-right-width: 112px;
  }
}

@media (max-width: 988px) {
  .faq-video-hero {
    --dindili-shapes-content-width: 720px;
  }

  .faq-video-hero::before,
  .faq-video-hero::after {
    height: 320px;
  }

  .faq-page > .faq {
    --dindili-shapes-content-width: 720px;
    padding: 56px 0 66px;
  }

  .faq-page > .faq::before,
  .faq-page > .faq::after {
    height: 320px;
  }
}

@media (max-width: 766px) {
  .faq-video-hero {
    --dindili-shapes-content-width: calc(100% - 24px);
  }

  .faq-video-hero::before,
  .faq-video-hero::after {
    height: 280px;
    top: 20px;
  }

  .faq-page > .faq {
    --dindili-shapes-content-width: calc(100% - 24px);
  }

  .faq-page > .faq::before,
  .faq-page > .faq::after {
    height: 280px;
    top: 20px;
  }
}

@media (max-width: 575.98px) {
  .faq-video-hero::before,
  .faq-video-hero::after,
  .faq-page > .faq::before,
  .faq-page > .faq::after {
    display: none;
  }
}

.faq {
  padding: 100px 0;
  background: #fff;
}

.faq__header {
  /* top: 120px; */
  z-index: 1;
}

.faq__tag {
  color: #ef017f;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}

.faq__header h1,
.faq__header h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  margin: 0;
  max-width: 520px;
}

.faq__subtitle {
  max-width: 430px;
  margin: 20px 0 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.6;
}

.faq__cta {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 32px;
  flex-wrap: wrap;
}

.btn-faq-primary,
.btn-faq-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.btn-faq-primary {
  padding: 12px 26px;
  background: #ef017f;
  color: #fff;
  box-shadow: 0 10px 24px rgba(239, 1, 127, 0.22);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn-faq-primary:hover {
  background: #00a2ff;
  color: #fff;
}

.btn-faq-link {
  padding: 12px 8px;
  color: #1a1a1a;
}

.btn-faq-link:hover {
  color: #0085de;
}

.btn-faq-primary,
.btn-faq-link {
  transition: transform 0.2s ease;
}

.btn-faq-primary:hover,
.btn-faq-link:hover {
  transform: translateY(-3px);
}

.btn-faq-primary i,
.btn-faq-link i,
.button i {
  transition: transform 0.2s ease;
}

.btn-faq-primary:hover i,
.btn-faq-link:hover i,
.button:hover i {
  transform: translateX(4px);
}

.faq__accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq__item {
  background-color: #f8f9fb;
  border: 1px solid #eef0f4;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.faq__item:hover,
.faq__item.active {
  background-color: #fff;
  border-color: rgba(0, 133, 222, 0.28);
  box-shadow: 0 12px 30px rgba(20, 38, 60, 0.08);
}

.faq__question {
  width: 100%;
  padding: 24px 28px;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  text-align: left;
}

.faq__question h3 {
  margin: 0;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.faq__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 12px;
  background: rgba(0, 133, 222, 0.1);
  color: #0085de;
}

.faq__item.active .faq__icon {
  background: #0085de;
  color: #fff;
}

.faq__icon line {
  transition: opacity 0.2s ease;
}

.faq__item.active .faq__icon line:first-child {
  opacity: 0;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq__item.active .faq__answer {
  max-height: 600px;
}

.faq__answer-content {
  padding: 0 28px 28px;
  color: #4b5563;
  line-height: 1.7;
  font-size: 16px;
}

.faq__answer-content p:last-child {
  margin-bottom: 0;
}

.faq__empty {
  padding: 32px;
  border-radius: 16px;
  background: #f8f9fb;
  color: #667085;
}

@media (max-width: 991px) {
  .faq-video-hero {
    padding: 48px 0 72px;
  }

  .faq-video-hero h1,
  .faq-video-hero h2 {
    font-size: 58px;
  }

  .faq-video-hero__visual {
    max-width: none;
    margin: 0;
    padding-bottom: 0;
  }

  .faq-video-hero__note {
    position: static;
    margin-top: 14px;
  }

  .faq {
    padding: 64px 0;
  }

  .faq-page > .faq {
    padding: 56px 0 66px;
  }

  .faq__header {
    position: static !important;
  }

  .faq__header h1,
  .faq__header h2 {
    font-size: 46px;
  }
}

@media (max-width: 576px) {
  .faq-video-hero {
    padding: 44px 0 28px;
  }

  .faq-video-hero h1,
  .faq-video-hero h2 {
    font-size: 44px;
  }

  .faq-video-hero p {
    font-size: 16px;
  }

  .faq-video-hero__actions,
  .faq-video-hero__actions .btn-faq-primary {
    width: 100%;
  }

  .faq-video-hero__actions .btn-faq-link {
    padding-left: 0;
  }

  .faq {
    padding: 44px 0;
  }

  .faq-page > .faq {
    padding: 44px 0;
  }

  .faq__header h1,
  .faq__header h2 {
    font-size: 38px;
  }

  .faq__cta,
  .btn-faq-primary {
    width: 100%;
  }

  .faq__question {
    padding: 20px;
  }

  .faq__question h3 {
    font-size: 16px;
  }

  .faq__answer-content {
    padding: 0 20px 22px;
    font-size: 15px;
  }
}
