body {
  background: linear-gradient(135deg, #0c082b 0%, #182c4f 100%) fixed !important;
}

.faq-breadcrumbs .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.faq-breadcrumbs {
  display: flex;
  gap: 10px;
  font-size: 14px;
  padding: 20px 0 80px;
}
.faq-breadcrumbs__devider {
  width: 16px;
  height: 16px;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.faq-breadcrumbs__devider svg {
  position: relative;
  top: 2px;
}

a.faq-breadcrumbs__link {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

a.faq-breadcrumbs__link:hover {
  color: #0096ff;
}

a.faq-breadcrumbs__link svg {
  color: rgba(255, 255, 255, 0.4);
}

.faq-breadcrumbs__separator {
  color: rgba(255, 255, 255, 0.3);
}

.faq-breadcrumbs__current {
  color: #0096ff;
  font-size: 16px;
}

.faq-hero {
  padding: 140px 0 100px;
  position: relative;
}

.faq-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(
    ellipse at 100% 0%,
    rgba(0, 150, 255, 0.15) 0%,
    transparent 60%
  );
  pointer-events: none;
}

.faq-hero .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
  width: 100%;
}

.faq-hero__wrapper {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 60px;
  align-items: center;
}

.faq-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #0096ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.faq-hero__label svg {
  color: #0096ff;
}

.faq-hero__title {
  font-size: 64px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
}

.faq-hero__title-highlight {
  color: #0096ff;
}

.faq-hero__description {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 550px;
}

.faq-hero__stats-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.faq-hero__stats-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(0, 150, 255, 0.2) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.faq-hero__stats-number {
  font-size: 72px;
  font-weight: 900;
  color: #0096ff;
  line-height: 1;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.faq-hero__stats-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.faq-hero__stats-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 20px;
}

.faq-hero__stats-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.faq-hero__stats-footer-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.faq-hero__stats-footer-value {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.faq-seo {
  padding: 0 0 80px;
  position: relative;
}

.faq-seo .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.faq-seo__content {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 50px 60px;
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.faq-seo__content.expanded {
  max-height: 5000px;
}

.faq-seo__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 250px;
  background: linear-gradient(to bottom, transparent, rgba(12, 8, 43, 0.98));
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.faq-seo__content.expanded::after {
  opacity: 0;
}

.faq-seo__content ol {
  list-style-type: decimal;
  margin-left: 30px;
}
.faq-seo__content ul {
  list-style-type: disc;
  margin-left: 30px;
}

.faq-seo__content h2 {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 30px 0;
  line-height: 1.3;
}

.faq-seo__content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 20px 0;
  line-height: 1.4;
}

.faq-seo__content {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.8;
}

.faq-seo__content p {
  margin: 20px 0;
}

.faq-seo__content blockquote {
  position: relative;
  margin: 24px 0;
  padding: 18px 22px 18px 56px;
  background: #f5f8fc1c;
  border-left: 4px solid #0b5fff;
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  line-height: 1.65;
  color: #ffffff;
}

.faq-seo__content blockquote::before {
  content: "\201C";
  position: absolute;
  left: 16px;
  top: 10px;
  font-family: Georgia, serif;
  font-size: 44px;
  line-height: 1;
  color: #0b5fff;
}

.faq-seo__content blockquote strong {
  color: #0b5fff;
}

.faq-seo__content p strong {
  color: #ffffff;
  font-weight: 600;
}

.faq-seo__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px auto 0;
  padding: 16px 32px;
  background: rgba(0, 150, 255, 0.1);
  border: 1px solid rgba(0, 150, 255, 0.3);
  border-radius: 12px;
  color: #0096ff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}

.faq-seo__toggle:hover {
  background: rgba(0, 150, 255, 0.2);
  border-color: #0096ff;
  transform: translateY(-2px);
}

.faq-seo__toggle.expanded {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}

.faq-seo__toggle-icon {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-seo__toggle.expanded .faq-seo__toggle-icon {
  transform: rotate(180deg);
}

.faq-accordion-section {
  padding: 80px 0;
  position: relative;
}

.faq-accordion-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.faq-accordion__header {
  margin-bottom: 40px;
}

.faq-accordion__label {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(0, 150, 255, 0.15);
  color: #0096ff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.faq-accordion__title {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.faq-accordion__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.faq-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}

.faq-filter-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.faq-filter-btn.active {
  background: rgba(0, 150, 255, 0.15);
  border-color: rgba(0, 150, 255, 0.3);
  color: #0096ff;
}

.faq-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  font-size: 11px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.faq-filter-btn.active .faq-filter-count {
  background: rgba(0, 150, 255, 0.3);
  color: #0096ff;
}

.faq-accordion__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-accordion__item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-accordion__item:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

.faq-accordion__item.active {
  border-color: rgba(0, 150, 255, 0.3);
  background: rgba(0, 150, 255, 0.03);
}

.faq-accordion__trigger {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-accordion__item.active .faq-accordion__trigger {
  padding-bottom: 16px;
}

.faq-accordion__number {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: rgba(0, 150, 255, 0.1);
  border: 1px solid rgba(0, 150, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #0096ff;
}

.faq-accordion__question {
  flex: 1;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
}

.faq-accordion__toggle {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.faq-accordion__toggle:hover {
  background: rgba(0, 150, 255, 0.15);
  border-color: rgba(0, 150, 255, 0.3);
  color: #0096ff;
}

.faq-accordion__item.active .faq-accordion__toggle {
  background: #0096ff;
  border-color: #0096ff;
  color: #ffffff;
}

.faq-accordion__icon-minus {
  display: none;
}

.faq-accordion__icon-plus {
  display: block;
}

.faq-accordion__item.active .faq-accordion__icon-minus {
  display: block;
}

.faq-accordion__item.active .faq-accordion__icon-plus {
  display: none;
}

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

.faq-accordion__item.active .faq-accordion__content {
  max-height: 500px;
  transition: max-height 0.4s ease-in-out;
}

.faq-accordion__answer {
  padding: 0 28px 24px 84px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.7;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-contact-section {
  padding: 80px 0;
  position: relative;
}

.faq-contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
}

.faq-contact-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}

.faq-contact-wrapper {
  background: radial-gradient(
    ellipse at 70% 39%,
    rgba(0, 150, 255, 0.15) 0%,
    transparent 90%
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.faq-contact-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  color: #0096ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.faq-contact-label svg {
  color: #0096ff;
}

.faq-contact-title {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
}

.faq-contact-title-highlight {
  color: #0096ff;
}

.faq-contact-description {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  max-width: 450px;
}

.faq-contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-contact-info__item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.faq-contact-info__item:hover {
  color: #0096ff;
  transform: translateX(4px);
}

.faq-contact-info__item svg {
  color: #0096ff;
  flex-shrink: 0;
}

.faq-contact-form-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px;
}

.faq-contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.faq-contact-form__group {
  margin-bottom: 20px;
}

.faq-contact-form__label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.faq-contact-form__input,
.faq-contact-form__textarea {
  width: 100%;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #ffffff;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.3s ease;
  outline: none;
  box-sizing: border-box;
}

.faq-contact-form__input:focus,
.faq-contact-form__textarea:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 150, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 150, 255, 0.1);
}

.faq-contact-form__input::placeholder,
.faq-contact-form__textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.faq-contact-form__textarea {
  resize: vertical;
  min-height: 100px;
}

.faq-contact-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, #0096ff 0%, #00c3ff 100%);
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(0, 150, 255, 0.3);
}

.faq-contact-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 150, 255, 0.5);
}

@media (max-width: 1200px) {
  .faq-hero {
    padding: 140px 20px 60px;
    position: relative;
  }

  .faq-hero__content {
    text-align: left;
  }

  .faq-hero__wrapper {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
  }

  .faq-seo,
  .faq-accordion-section {
    padding: 0 20px 60px;
  }
  h3.faq-accordion__question {
    text-align: left;
  }
  .faq-contact-wrapper {
    padding: 40px;
  }

  .faq-contact-form-card {
    padding: 20px;
  }

  .faq-contact-form__row {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 0;
  }
  .faq-contact-form__label {
    display: none;
  }

  .faq-contact-info {
    flex-direction: row;
    justify-content: center;
  }

  .faq-accordion__answer {
    text-align: left;
  }
  .faq-breadcrumbs {
    padding: 20px 0 50px;
  }
}

@media (max-width: 1024px) {
  .faq-hero__wrapper {
    grid-template-columns: 2fr 1fr;
    gap: 20px;
  }

  .faq-hero__title {
    font-size: 48px;
  }
  .faq-contact-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 40px;
  }

  .faq-contact-title {
    font-size: 40px;
  }
  .faq-hero__stats-card {
    padding: 20px;
  }
  .faq-hero__stats-number {
    font-size: 48px;
  }

  .faq-seo__content h2 {
    font-size: 24px;
  }
  .faq-accordion__title {
    font-size: 36px;
  }
  .faq-accordion__trigger {
    padding: 15px;
  }

  .faq-contact-section {
    padding: 60px 0;
  }

  .faq-contact-description {
    max-width: 100%;
    text-align: center;
  }

  .faq-accordion-section .container {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .faq-hero {
    padding: 120px 20px 60px;
  }

  .faq-hero__title {
    font-size: 36px;
  }

  .faq-hero__description {
    font-size: 15px;
  }

  .faq-hero__stats-card {
    padding: 30px;
  }

  .faq-hero__stats-number {
    font-size: 56px;
  }

  .faq-seo {
    padding: 0 20px 60px;
  }

  .faq-seo__content {
    padding: 30px 24px;
    max-height: 400px;
    border-radius: 20px;
  }

  .faq-seo__content h2 {
    font-size: 24px;
  }

  .faq-seo__content h3 {
    font-size: 20px;
  }

  .faq-seo__content p {
    font-size: 14px;
  }
  .faq-accordion-section {
    padding: 60px 20px;
  }

  .faq-accordion__title {
    font-size: 24px;
  }

  .faq-accordion__filters {
    gap: 8px;
  }

  .faq-filter-btn {
    padding: 8px 16px;
    font-size: 13px;
  }

  .faq-accordion__trigger {
    padding: 14px;
    gap: 16px;
  }

  .faq-accordion__question {
    font-size: 15px;
  }

  .faq-accordion__answer {
    padding: 0 20px 20px 64px;
    font-size: 14px;
  }

  .faq-accordion__number {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .faq-contact-section {
    padding: 60px 0;
  }

  .faq-contact-wrapper {
    padding: 30px 20px;
  }

  .faq-contact-title {
    font-size: 32px;
  }

  .faq-contact-description {
    font-size: 14px;
  }

  .faq-contact-form-card {
    padding: 30px 20px;
  }

  .faq-contact-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 580px) {
  .faq-hero__wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .faq-hero__title {
    font-size: 28px;
  }

  .faq-hero__stats-number {
    font-size: 36px;
  }

  .faq-seo__content {
    padding: 24px 20px;
    max-height: 350px;
  }

  .faq-seo__content h2 {
    font-size: 24px;
  }

  .faq-seo__content h3 {
    font-size: 18px;
  }

  .faq-seo__toggle {
    padding: 14px 24px;
    font-size: 14px;
  }
  .faq-accordion__title {
    font-size: 28px;
  }

  .faq-accordion__trigger {
    padding: 16px;
    gap: 12px;
  }

  .faq-accordion__question {
    font-size: 14px;
  }

  .faq-accordion__answer {
    padding: 0 16px 16px 60px;
    font-size: 13px;
  }

  .faq-accordion__number {
    width: 28px;
    height: 28px;
    font-size: 11px;
    border-radius: 8px;
  }

  .faq-accordion__toggle {
    width: 32px;
    height: 32px;
  }

  .faq-contact-wrapper {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .faq-contact-title {
    font-size: 28px;
  }

  .faq-contact-description {
    font-size: 13px;
  }

  .faq-contact-form-card {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .faq-contact-form__input,
  .faq-contact-form__textarea {
    padding: 14px 16px;
    font-size: 14px;
  }

  .faq-contact-form__submit {
    padding: 16px;
    font-size: 15px;
  }
  .faq-hero__stats-label {
    margin-bottom: 10px;
  }

  .faq-seo {
    padding: 0 20px 40px;
  }
  .faq-accordion-section {
    padding: 40px 20px;
  }

  .faq-contact-section {
    padding: 40px 0;
  }

  .faq-contact-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
