@charset "UTF-8";
.contact-page {
  font-family: "Manrope", sans-serif;
  background-color: #f7f6fb;
  color: #1c1c1c;
  padding: 130px 0 64px;
}
@media only screen and (max-width: 991px) {
  .contact-page {
    padding: 90px 0 40px;
  }
}

.contact-shell {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.contact-grid {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .contact-grid {
    flex-direction: column;
    gap: 32px;
  }
}

/* ---------------------------------------------------------------- aside */
.contact-aside {
  order: 1;
  flex: 0 0 358px;
  max-width: 358px;
}
@media only screen and (max-width: 991px) {
  .contact-aside {
    order: 2;
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
  }
}

.talk-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(47, 38, 72, 0.06);
  padding: 28px 24px;
}

.talk-card__title {
  font-size: 24px;
  font-weight: 800;
  color: #1c1c1c;
  margin: 0;
}

.talk-card__subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #747474;
  margin: 8px 0 22px;
}

.talk-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  text-decoration: none;
}
.talk-row:hover, .talk-row:focus {
  text-decoration: none;
}

.talk-row__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background-color: #f3e7fe;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8626d5;
}

.talk-row__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.talk-row__label {
  font-size: 13px;
  font-weight: 400;
  color: #747474;
  line-height: 1.4;
}

.talk-row__value {
  font-size: 17px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1.4;
}

.talk-row__value--link {
  font-size: 15px;
  font-weight: 500;
  color: #8626d5;
  text-decoration: underline;
  word-break: break-word;
}

.talk-card__cta {
  display: block;
  width: 100%;
  border: none;
  border-radius: 30px;
  background: linear-gradient(246deg, #9325d2 1%, #6a29dc 110%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  margin-top: 22px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.talk-card__cta:hover {
  opacity: 0.92;
}

.office-card {
  background-color: #f2f1f6;
  border-radius: 16px;
  padding: 22px 24px;
  margin-top: 20px;
}

.office-row {
  margin-bottom: 16px;
}

.office-row__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #747474;
  margin-bottom: 6px;
}

.office-row__value {
  font-size: 14px;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .office-row__value {
    font-size: 15px;
  }
}

.office-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #747474;
  padding-top: 4px;
}
.office-badge svg {
  color: #5ec134;
  flex: 0 0 auto;
}

/* ------------------------------------------------------------------ faq */
.contact-faq {
  order: 2;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(47, 38, 72, 0.06);
  padding: 32px;
}
@media only screen and (max-width: 991px) {
  .contact-faq {
    order: 1;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
}

.contact-faq__title {
  font-size: 28px;
  font-weight: 800;
  color: #1c1c1c;
  margin: 0 0 24px;
}
@media only screen and (max-width: 991px) {
  .contact-faq__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .faq-panel {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(47, 38, 72, 0.06);
    overflow: hidden;
  }
}

/* category pills — desktop only */
.faq-pills {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  margin-bottom: 8px;
  scrollbar-width: none;
}
.faq-pills::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 991px) {
  .faq-pills {
    display: none;
  }
}

.faq-pill {
  flex: 0 0 auto;
  border: none;
  border-radius: 24px;
  background-color: #f1f0f5;
  color: #1c1c1c;
  font-size: 12px;
  font-weight: 600;
  padding: 11px 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.faq-pill.is-active {
  background-color: #1c1c1c;
  color: #fff;
}

/* category rows + view all — mobile only */
.faq-category-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .faq-category-list {
    display: block;
  }
}

.faq-category-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  border: none;
  background: none;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #1c1c1c;
  padding: 16px;
  cursor: pointer;
}
.faq-category-row svg {
  color: #9b9aa6;
  flex: 0 0 auto;
}

.faq-category-list li + li .faq-category-row {
  border-top: 1px dashed #e6e4ee;
}

.faq-view-all {
  display: none;
  background-color: #f3e7fe;
  color: #8626d5;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  padding: 14px;
}
.faq-view-all:hover, .faq-view-all:focus {
  color: #8626d5;
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .faq-view-all {
    display: block;
  }
}

/* drill-in header — mobile only, shown once a category is opened */
.faq-detail-head {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border-bottom: 1px solid #ececf1;
}

.faq-back {
  border: none;
  background: none;
  padding: 0;
  color: #1c1c1c;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.faq-detail-title {
  font-size: 17px;
  font-weight: 700;
}

/* accordion */
.faq-group {
  display: none;
}
.faq-group.is-active {
  display: block;
}

.faq-item {
  border-bottom: 1px solid #ececf1;
}
.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  border: none;
  background: none;
  text-align: left;
  padding: 20px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
}
@media only screen and (max-width: 991px) {
  .faq-question {
    font-size: 16px;
    padding: 16px;
  }
}

.faq-question__toggle {
  flex: 0 0 auto;
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}
.faq-question__toggle::before, .faq-question__toggle::after {
  content: "";
  position: absolute;
  background-color: #8626d5;
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.faq-question__toggle::before {
  top: 8px;
  left: 0;
  width: 18px;
  height: 2px;
}
.faq-question__toggle::after {
  top: 0;
  left: 8px;
  width: 2px;
  height: 18px;
}

.faq-item.is-open .faq-question__toggle::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-answer {
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: #5f5f6b;
  line-height: 1.75;
  padding-bottom: 20px;
}
.faq-answer p {
  margin: 0 0 12px;
}
.faq-answer p:last-child {
  margin-bottom: 0;
}
.faq-answer ul {
  list-style: disc outside;
  margin: 0 0 12px;
  padding-left: 22px;
}
.faq-answer ul:last-child {
  margin-bottom: 0;
}
.faq-answer ol {
  list-style: decimal outside;
  margin: 0 0 12px;
  padding-left: 22px;
}
.faq-answer ol:last-child {
  margin-bottom: 0;
}
.faq-answer li {
  display: list-item;
  margin-bottom: 10px;
}
.faq-answer li::marker {
  color: #8626d5;
}
.faq-answer li:last-child {
  margin-bottom: 0;
}
.faq-answer ul > li {
  list-style-type: disc;
}
.faq-answer ol > li {
  list-style-type: decimal;
}
.faq-answer strong {
  color: #1c1c1c;
  font-weight: 700;
}
.faq-answer a,
.faq-answer a:link,
.faq-answer a:visited {
  color: #8626d5;
  text-decoration: underline;
  word-break: break-word;
}
.faq-answer a:hover,
.faq-answer a:focus {
  color: #7314bb;
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .faq-answer {
    padding: 0 16px 16px;
    font-size: 12px;
  }
}

.faq-table-wrap {
  overflow-x: auto;
  margin: 4px 0 12px;
  -webkit-overflow-scrolling: touch;
}

.faq-table {
  width: 100%;
  min-width: 420px;
  border-collapse: collapse;
  font-size: 14px;
  color: #1c1c1c;
}
.faq-table th,
.faq-table td {
  text-align: left;
  padding: 10px 14px;
  border-bottom: 1px solid #ececf1;
}
.faq-table th {
  background-color: #f3e7fe;
  font-weight: 700;
  color: #2f2648;
  white-space: nowrap;
}
.faq-table tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 991px) {
  .faq-table {
    min-width: 0;
    font-size: 13px;
  }
  .faq-table th,
  .faq-table td {
    padding: 8px;
  }
  .faq-table th {
    white-space: normal;
  }
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-browse {
  font-size: 15px;
  color: #747474;
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid #ececf1;
}
.faq-browse a {
  color: #8626d5;
  font-weight: 700;
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .faq-browse {
    display: none;
  }
}

/* mobile: list view vs detail view */
@media only screen and (max-width: 991px) {
  .contact-faq .faq-groups {
    display: none;
  }
  .contact-faq.is-detail .contact-faq__title,
  .contact-faq.is-detail .faq-category-list,
  .contact-faq.is-detail .faq-view-all {
    display: none;
  }
  .contact-faq.is-detail .faq-detail-head {
    display: flex;
  }
  .contact-faq.is-detail .faq-groups {
    display: block;
  }
  .faq-item.is-open .faq-question {
    position: relative;
  }
  .faq-item.is-open .faq-question::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    right: 8px;
    background-color: #f3e7fe;
    border-radius: 8px;
  }
  .faq-item.is-open .faq-question__text,
  .faq-item.is-open .faq-question__toggle {
    position: relative;
    z-index: 1;
  }
}
/* ----------------------------------------------------- escalation matrix */
.escalation {
  margin-top: 56px;
}
@media only screen and (max-width: 991px) {
  .escalation {
    margin-top: 36px;
  }
}

.escalation__title {
  font-size: 26px;
  font-weight: 800;
  color: #1c1c1c;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .escalation__title {
    font-size: 20px;
  }
}

.escalation__subtitle {
  font-size: 14px;
  color: #747474;
  margin: 8px 0 24px;
}

.escalation__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .escalation__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 991px) {
  .escalation__grid {
    display: block;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(47, 38, 72, 0.06);
    padding: 4px 16px;
  }
}

.escalation-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(47, 38, 72, 0.06);
  padding: 24px 18px;
}
@media only screen and (max-width: 991px) {
  .escalation-card {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 16px 0;
    border-bottom: 1px dashed #e6e4ee;
  }
  .escalation-card:last-child {
    border-bottom: none;
  }
}

.escalation-card__role {
  font-size: 18px;
  font-weight: 700;
  color: #1c1c1c;
  margin: 0;
}

.escalation-card__person {
  font-size: 15px;
  color: #747474;
  margin: 6px 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececf1;
}
@media only screen and (max-width: 991px) {
  .escalation-card__person {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.escalation-card__row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #1c1c1c;
  margin-bottom: 10px;
  text-decoration: none;
  word-break: break-word;
}
.escalation-card__row svg {
  color: #6f6e7a;
  flex: 0 0 auto;
}
@media only screen and (max-width: 991px) {
  .escalation-card__row {
    font-size: 14px;
    gap: 10px;
  }
}
.escalation-card__row:last-child {
  margin-bottom: 0;
}
.escalation-card__row:hover, .escalation-card__row:focus {
  text-decoration: none;
}

.escalation-card__row--mail {
  color: #8626d5;
  text-decoration: underline;
}
.escalation-card__row--mail:hover, .escalation-card__row--mail:focus {
  color: #8626d5;
  text-decoration: underline;
}

/* ------------------------------------------------------- callback modal */
body.modal-open .contact-page {
  filter: blur(4px);
}

.callback-modal {
  font-family: "Manrope", sans-serif;
}
.callback-modal .modal-dialog {
  width: clamp(520px, 48vw, 760px);
  max-width: calc(100% - 30px);
  margin: 40px auto;
}
@media only screen and (max-width: 991px) {
  .callback-modal .modal-dialog {
    width: auto;
    margin: 24px 12px;
  }
}
.callback-modal .modal-content {
  border: none;
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(47, 38, 72, 0.24);
  padding: 26px 32px 30px;
}
@media only screen and (max-width: 991px) {
  .callback-modal .modal-content {
    padding: 22px 18px 26px;
  }
}

.callback-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.callback-modal__title {
  font-size: clamp(22px, 1.7vw, 26px);
  font-weight: 800;
  color: #1c1c1c;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .callback-modal__title {
    font-size: 22px;
  }
}

.callback-modal__close {
  border: none;
  background: none;
  padding: 4px;
  color: #6f6e7a;
  cursor: pointer;
  line-height: 0;
}
.callback-modal__close svg {
  width: 22px;
  height: 22px;
}

.callback-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 14px;
}
@media only screen and (max-width: 991px) {
  .callback-form {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 14px;
  }
}

.callback-field--full {
  grid-column: 1/-1;
}

.callback-label {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #3d3d47;
  margin-bottom: 6px;
}

.callback-modal .callback-input {
  display: block;
  width: 100%;
  height: 44px;
  border: none;
  box-shadow: none;
  border-radius: 8px;
  background-color: #f3e7fe;
  color: #1c1c1c;
  font-size: 15px;
  font-weight: 500;
  padding: 0 14px;
}
.callback-modal .callback-input:focus {
  outline: 2px solid rgba(134, 38, 213, 0.45);
  outline-offset: 1px;
}
.callback-modal .callback-input[readonly] {
  background-color: #f3e7fe;
}

.callback-modal .callback-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238626d5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
}

.callback-modal .callback-textarea {
  height: 140px;
  padding: 12px 14px;
  resize: vertical;
  line-height: 1.6;
}
@media only screen and (max-width: 991px) {
  .callback-modal .callback-textarea {
    height: 110px;
  }
}

/* the shared intl mobile dropdown include, restyled for this modal */
.callback-modal .country-code-dropdown-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  height: 44px;
  border-radius: 8px;
  background-color: #f3e7fe;
  padding: 0 8px 0 12px;
}

.callback-modal .country-code-selection {
  display: flex;
  align-items: center;
  gap: 6px;
  width: auto;
  background-color: transparent;
}
.callback-modal .country-code-selection #coutryCodeDisplayContainer {
  bottom: 0;
  padding-left: 0;
  font-size: 15px;
  font-weight: 600;
  color: #1c1c1c;
}

.callback-modal #selected-flag-container {
  height: auto;
  margin: 0;
  display: flex;
  align-items: center;
}

.callback-modal #flag-dropdown-cursor {
  position: static;
  bottom: 0;
  left: 0;
  margin-left: 2px;
  font-size: 11px;
  color: #1c1c1c;
}

.callback-modal .intl-mobile-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 42px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  font-size: 15px;
  font-weight: 500;
  color: #1c1c1c;
  padding-left: 10px;
}

.callback-modal .country-codes-dropdown {
  top: 48px;
  border-radius: 8px;
  max-height: 240px;
  overflow-y: auto;
}

.callback-modal__error {
  grid-column: 1/-1;
  color: #d60101;
  font-size: 13px;
  min-height: 18px;
  margin: 0;
}

.callback-modal__actions {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

.callback-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 240px;
  border: none;
  border-radius: 30px;
  background: linear-gradient(246deg, #9325d2 1%, #6a29dc 110%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 28px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.callback-submit svg {
  width: 18px;
  height: 18px;
}
.callback-submit:hover {
  opacity: 0.92;
}
.callback-submit[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
@media only screen and (max-width: 991px) {
  .callback-submit {
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }
}

/* ------------------------------------------------------------ a11y bits */
.contact-page button:focus-visible,
.contact-page a:focus-visible,
.callback-modal button:focus-visible {
  outline: 2px solid #8626d5;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .faq-question__toggle::before,
  .faq-question__toggle::after,
  .talk-card__cta,
  .callback-submit,
  .faq-pill {
    transition: none;
  }
}

/*# sourceMappingURL=contact-us.css.map */
