section#contactSection {
  background: linear-gradient(to right, #ffffff 50%, #fafafa 50%);
}
.footer-block .footer-block__card {
  background: linear-gradient(180deg, #2d1b69 0%, #160b3e 100%);
  border-radius: 16px;
  color: #fff;
  padding: 32px;
  height: 100%;
  box-shadow: 0 8px 56px 0 rgba(0, 0, 0, 0.2);
}

.footer-block button.accordion-button {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.footer-block .accordion-item {
  margin-bottom: 12px !important;
}

.footer-block .accordion-button:not(.collapsed) {
  border-left: 0px !important;
  background: white;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 0px !important;
}

.footer-block .footer-block__card p {
  opacity: 0.9;
}

.footer-block .footer-block__accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: inherit;
  box-shadow: none;
}

.footer-block .footer-block__accordion .accordion-button {
  padding-left: 0;
  padding-right: 16px !important;
  background: transparent;
}

/* Restore Bootstrap accordion chevron (theme CSS removes it globally) */
.footer-block .footer-block__accordion .accordion-button::after {
  background-image: var(--bs-accordion-btn-icon) !important;
  background-size: var(--bs-accordion-btn-icon-width) !important;
  /* filter: brightness(0) invert(1); */
  transform: rotate(-90deg);
}

.footer-block
  .footer-block__accordion
  .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon) !important;
  transform: rotate(-180deg);
}

.footer-block .footer-block__accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0;
}

.footer-block .footer-block__accordion .accordion-body {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 8px;
}

.footer-block .footer-block__steps-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.footer-block .footer-block__steps-list {
  margin: 0;
  padding-left: 18px;
}

.footer-block .footer-block__contact-items {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-block .footer-block__contact-link {
  color: #fff;
  text-decoration: none;
  opacity: 0.95;
}

.footer-block .footer-block__contact-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-block .footer-block__form .wpcf7 {
  margin: 0;
}

.footer-block .footer-block__form form.wpcf7-form {
  display: grid;
  gap: 12px;
}

.footer-block .footer-block__form form.wpcf7-form p {
  margin: 0;
}

.footer-block .footer-block__form .wpcf7-form-control-wrap {
  display: block;
}

.footer-block .footer-block__form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.9);
}

.footer-block .footer-block__form .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  color: #fff;
}

.footer-block .footer-block__form input[type="text"],
.footer-block .footer-block__form input[type="email"],
.footer-block .footer-block__form input[type="tel"],
.footer-block .footer-block__form input[type="url"],
.footer-block .footer-block__form input[type="number"],
.footer-block .footer-block__form select,
.footer-block .footer-block__form textarea {
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 12px 14px;
  background: #ffffff;
  color: #0b0b0b;
  font-size: 14px;
  line-height: 1.3;
  outline: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.footer-block .footer-block__form textarea {
  min-height: 182px;
  resize: vertical;
}

.footer-block .footer-block__form input::placeholder,
.footer-block .footer-block__form textarea::placeholder {
  color: rgba(11, 11, 11, 0.55);
}

.footer-block .footer-block__form input:focus,
.footer-block .footer-block__form textarea:focus,
.footer-block .footer-block__form select:focus {
  box-shadow:
    0 0 0 3px rgba(77, 107, 255, 0.35),
    0 0 0 1px rgba(77, 107, 255, 0.55);
}

.footer-block .footer-block__form input.wpcf7-not-valid,
.footer-block .footer-block__form textarea.wpcf7-not-valid,
.footer-block .footer-block__form select.wpcf7-not-valid {
  box-shadow:
    0 0 0 3px rgba(255, 86, 86, 0.25),
    0 0 0 1px rgba(255, 86, 86, 0.45);
}

.footer-block .footer-block__form input[type="submit"],
.footer-block .footer-block__form button,
.footer-block .footer-block__form .wpcf7-submit {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  background: linear-gradient(90deg, #5a6bff 0%, #4d6bff 100%);
  cursor: pointer;
  transition:
    transform 0.08s ease,
    opacity 0.15s ease,
    filter 0.15s ease;
  height: 56px;
}

.footer-block .footer-block__form input[type="submit"]:hover,
.footer-block .footer-block__form button:hover,
.footer-block .footer-block__form .wpcf7-submit:hover {
  filter: brightness(1.03);
}

.footer-block .footer-block__form input[type="submit"]:active,
.footer-block .footer-block__form button:active,
.footer-block .footer-block__form .wpcf7-submit:active {
  transform: translateY(1px);
}

.footer-block .footer-block__form .wpcf7-spinner {
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.35);
}

.footer-block .footer-block__trust {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  color: rgba(255, 255, 255, 0.92);
}

@media (min-width: 992px) {
  .footer-block .footer-block__trust {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}

.footer-block .footer-block__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
}

.footer-block .footer-block__trust-icon {
  width: 18px;
  height: 14px;
  color: rgba(255, 255, 255, 0.95);
}

.footer-block .footer-block__card .contact-info {
  color: #fff;
}

.footer-block__card .contact-acceptance {
  color: #fff !important;
}

.footer-block .footer-block__card .contact-info a {
  color: #fff !important;
  text-decoration: none;
}

.footer-block .footer-block__card .contact-info a:hover {
  text-decoration: underline;
}

.footer-block .footer-block__card .contact-info li {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.form-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 12px;
}
.footer-block .contact-form.container.footer {
  padding: 0;
}

.footer-block__card-inner p.contact-acceptance a {
  color: white;
}

ul.check-values-faq {
  padding-left: 0;
}

ul.check-values-faq li {
  position: relative;
  list-style: none;
  padding-left: 33px;
  padding-bottom: 24px;
}
.check-values-faq li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Crect width='26' height='26' rx='13' fill='%235E64EF' fill-opacity='0.08'/%3E%3Cpath d='M19 8.5L10.75 16.75L7 13' stroke='%235E64EF' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .footer-block .footer-block__trust {  
    padding-left: 0 !important;
}
.footer-block .footer-block__card .contact-info {
  padding-left: 0 !important;
}
.footer-block .footer-block__form input[type="text"],
.footer-block .footer-block__form input[type="email"],
.footer-block .footer-block__form input[type="tel"],
.footer-block .footer-block__form input[type="url"],
.footer-block .footer-block__form input[type="number"],
.footer-block .footer-block__form select,
.footer-block .footer-block__form textarea {
  font-size: 16px !important;
}
}

@media (max-width: 1199px) { 
  section#contactSection {
    background: none;
}
}