/* TapFor5 customer reviews: original navy, blue, white and gold presentation. */
.customer-review-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #0b1d3a;
  background:
    radial-gradient(circle at 92% 4%, rgba(36, 107, 254, 0.14), transparent 29%),
    radial-gradient(circle at 5% 88%, rgba(229, 178, 62, 0.12), transparent 27%),
    linear-gradient(145deg, #f8fbff 0%, #eef4ff 52%, #fdfbf5 100%);
  padding-block: clamp(72px, 8vw, 112px);
}

.customer-review-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  top: -250px;
  right: clamp(20px, 8vw, 130px);
  border: 1px solid rgba(36, 107, 254, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 54px rgba(36, 107, 254, 0.035),
    0 0 0 108px rgba(36, 107, 254, 0.018);
}

.customer-review-section .section-head {
  max-width: 850px;
  margin-bottom: clamp(30px, 4vw, 48px);
}

.customer-review-section .section-head .eyebrow {
  color: #1b63ef;
}

.customer-review-section .section-head h2 {
  max-width: 820px;
  color: #0b1d3a;
}

.customer-review-section .section-head .lede {
  max-width: 760px;
  color: #5c6d87;
}

.mock-warning {
  display: inline-flex;
  align-items: center;
  max-width: 820px;
  margin: 0 0 24px;
  padding: 10px 13px;
  border: 1px solid rgba(11, 29, 58, 0.12);
  border-radius: 12px;
  background: #e9eef7;
  color: #34445f;
  font-size: 9px;
  font-weight: 850;
  line-height: 1.45;
  letter-spacing: 0.055em;
}

.review-browser,
.review-viewport,
.review-page {
  min-width: 0;
}

.review-page[hidden] {
  display: none;
}

.customer-review-section .review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 20px);
}

.customer-review-section .review-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.3vw, 34px);
  border: 1px solid rgba(27, 99, 239, 0.15);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 255, 0.99)),
    #fff;
  box-shadow:
    inset 0 4px 0 #246bfe,
    0 18px 46px rgba(11, 29, 58, 0.09);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.customer-review-section .review-card:nth-child(3n + 2) {
  box-shadow:
    inset 0 4px 0 #e5b23e,
    0 18px 46px rgba(11, 29, 58, 0.09);
}

.customer-review-section .review-card::before {
  content: "“";
  position: absolute;
  right: 22px;
  bottom: -28px;
  color: rgba(36, 107, 254, 0.055);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.customer-review-section .review-card:hover {
  border-color: rgba(36, 107, 254, 0.34);
  box-shadow:
    inset 0 4px 0 #246bfe,
    0 24px 58px rgba(11, 29, 58, 0.14);
  transform: translateY(-3px);
}

.customer-review-section .review-card:nth-child(3n + 2):hover {
  box-shadow:
    inset 0 4px 0 #e5b23e,
    0 24px 58px rgba(11, 29, 58, 0.14);
}

.customer-review-section .review-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.customer-review-section .review-card .stars {
  color: #d69d1f;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.11em;
}

.customer-review-section .review-country {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border: 1px solid rgba(36, 107, 254, 0.14);
  border-radius: 999px;
  background: #edf4ff;
  color: #17375f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.customer-review-section .review-card > blockquote {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: clamp(28px, 3vw, 38px) 0 clamp(26px, 3vw, 38px);
  color: #102746;
  font-size: clamp(16px, 1.25vw, 20px);
  font-style: normal;
  line-height: 1.58;
}

.customer-review-section .review-meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding-top: 20px;
  border-top: 1px solid rgba(11, 29, 58, 0.1);
}

.customer-review-section .review-person {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.customer-review-section .review-person strong {
  color: #0b1d3a;
  font-size: 15px;
}

.customer-review-section .review-person small,
.customer-review-section .review-person em {
  overflow: hidden;
  color: #65758e;
  font-size: 11px;
  font-style: normal;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-review-section .review-result {
  flex: 0 0 auto;
  max-width: 48%;
  padding: 9px 13px;
  border: 1px solid rgba(36, 107, 254, 0.14);
  border-radius: 999px;
  background: #0b1d3a;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.review-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(22px, 3vw, 34px);
  padding: 14px 15px 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 0%, rgba(36, 107, 254, 0.32), transparent 35%),
    #0b1d3a;
  box-shadow: 0 18px 42px rgba(11, 29, 58, 0.18);
  color: #fff;
}

.review-navigation-copy {
  display: grid;
  gap: 3px;
}

.review-navigation-copy strong {
  color: #fff;
  font-size: 13px;
  letter-spacing: -0.01em;
}

.review-navigation-copy span {
  color: #aebdd3;
  font-size: 10px;
}

.review-navigation-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
}

.review-arrow {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: #fff;
  color: #0b1d3a;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.review-arrow:not(:disabled):hover {
  border-color: #246bfe;
  background: #246bfe;
  color: #fff;
  transform: translateY(-2px);
}

.review-arrow:focus-visible {
  outline: 3px solid rgba(229, 178, 62, 0.55);
  outline-offset: 3px;
}

.review-arrow:disabled {
  opacity: 0.34;
  cursor: not-allowed;
}

.review-page-counter {
  min-width: 52px;
  color: #f0c45e;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.faq-v2 {
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(32px, 5vw, 70px);
  padding-block: clamp(48px, 5vw, 70px);
}

.faq-v2 .section-head h2 {
  max-width: 380px;
  font-size: clamp(31px, 3.8vw, 48px);
}

.faq-list {
  min-width: 0;
}

.faq-v2 details {
  padding: 14px 0;
}

.faq-v2 summary {
  font-size: 13px;
  line-height: 1.4;
}

.faq-v2 summary span {
  font-size: 19px;
}

.faq-v2 details p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .customer-review-section .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-v2 {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .faq-v2 .section-head {
    max-width: 620px;
  }
}

@media (max-width: 720px) {
  .customer-review-section {
    padding-block: 60px;
  }

  .customer-review-section .review-grid {
    grid-template-columns: 1fr;
  }

  .customer-review-section .review-card {
    min-height: 0;
  }

  .customer-review-section .review-meta {
    align-items: start;
    flex-direction: column;
  }

  .customer-review-section .review-result {
    max-width: 100%;
  }

  .review-navigation {
    align-items: stretch;
    flex-direction: column;
    padding: 17px;
  }

  .review-navigation-actions {
    justify-content: space-between;
  }

  .review-arrow {
    width: 46px;
    height: 46px;
  }

  .faq-v2 {
    padding-block: 48px;
  }
}
