/* replit-sync/src/industry-qualification.css */
.bq-page {
  background: #f8f9fb;
  color: #1a1f36;
  padding-bottom: 5rem;
}
.bq-header {
  color: #fff;
  margin-bottom: 0;
}
.bq-hero-image {
  background-image: url(/assets/buyer-qualification-checklist.webp);
  background-size: cover;
  background-position: center;
}
.bq-header h1 {
  font-family: "Space Grotesk", sans-serif;
}
.bq-header p {
  margin-top: 0;
}
.bq-header > .site-responsive-hero-bg {
  opacity: 0.2 !important;
}
.bq-header > .site-responsive-hero-overlay {
  background:
    linear-gradient(
      to right,
      rgb(26 31 54 / 95%) 0%,
      rgb(26 31 54 / 60%) 100%) !important;
}
.cx-services-expertise-hero > .site-responsive-hero-bg {
  opacity: 0.2 !important;
}
.cx-services-expertise-hero > .site-responsive-hero-overlay {
  background:
    linear-gradient(
      to right,
      rgb(26 31 54 / 95%) 0%,
      rgb(26 31 54 / 60%) 100%) !important;
}
.bq-main {
  padding-top: 4rem;
}
.bq-layout {
  display: grid;
  grid-template-columns: 18rem 1fr;
  gap: 4rem;
  align-items: start;
}
.bq-sidebar {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  padding: 1.5rem;
  scrollbar-width: thin;
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 0.75rem;
  box-shadow: 0 10px 30px rgba(26, 31, 54, 0.06);
}
.bq-sidebar h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
  margin: 0 0 1rem;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 0.5rem;
  color: #1a1f36;
}
.bq-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.bq-sidebar a {
  color: #64748b;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition:
    color 0.2s,
    background-color 0.2s,
    border-color 0.2s;
  display: block;
  padding: 0.45rem 0.7rem;
  border-left: 3px solid transparent;
  border-radius: 0 0.375rem 0.375rem 0;
}
.bq-sidebar a:hover {
  color: #00b4a0;
}
.bq-sidebar a.is-active {
  color: #087f73;
  background: #e9fbf8;
  border-left-color: #00b4a0;
}
.bq-content {
  min-width: 0;
}
.bq-sector-section {
  padding: 2.5rem;
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 0.75rem;
  box-shadow: 0 10px 30px rgba(26, 31, 54, 0.06);
}
.bq-sector-section[hidden] {
  display: none;
}
.bq-sector-header {
  margin-bottom: 2rem;
}
.bq-sector-header h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  margin: 0.5rem 0;
  color: #1a1f36;
}
.bq-best-fit {
  margin-top: 2rem;
  padding: 1rem;
  background: #f8fafc;
  border-left: 3px solid #00b4a0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.6;
}
.bq-sector-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 3rem;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  img.cx-media-loading,
  video.cx-media-loading,
  img.cx-media-ready,
  video.cx-media-ready {
    filter: none;
    opacity: 1;
    transition: none !important;
  }
}
:where(a[href="/Home"], a[href*="twitter.com/CrossArrowsEng"], a[href*="youtube.com/@CrossArrowsEng"], a[href*="instagram.com/crossarrowseng"], a[href*="linkedin.com/company/crossarrows"], button[aria-label]):is(:focus, :focus-visible),
.cx-office-locations summary:is(:focus, :focus-visible) {
  outline: 3px solid #00b4a0 !important;
  outline-offset: 3px !important;
}
@media (max-width: 1024px) {
  .bq-layout {
    grid-template-columns: 1fr;
  }
  .bq-sidebar {
    position: static;
    max-height: none;
    margin-bottom: 2rem;
  }
}
@media (max-width: 640px) {
  .bq-main {
    padding-top: 2.5rem;
  }
  .bq-sector-section {
    padding: 1.5rem;
  }
}
.cx-office-locations {
  width: 100%;
  margin: 0.25rem 0 0.5rem;
  border-top: 2px solid #00b4a0;
  padding-top: 1.1rem;
}
.cx-office-locations__heading {
  margin-bottom: 1rem;
}
.cx-office-locations__heading > p {
  margin: 0 0 0.2rem;
  color: #00b4a0;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.cx-office-locations__heading > h3 {
  margin: 0;
  color: #1a1f36;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 700;
  line-height: 1.2;
}
.cx-office-locations__list {
  border-bottom: 1px solid #e2e8f0;
}
.cx-office-locations details {
  border-top: 1px solid #e2e8f0;
}
.cx-office-locations summary {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  color: #1a1f36;
  font-size: 0.85rem;
  font-weight: 700;
  list-style: none;
}
.cx-office-locations summary::-webkit-details-marker {
  display: none;
}
.cx-office-locations summary span {
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
  flex: 0 0 auto;
}
.cx-office-locations summary span::before,
.cx-office-locations summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 1px;
  background: #64748b;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}
.cx-office-locations summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cx-office-locations details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.cx-office-locations__details {
  display: grid;
  grid-template-columns: minmax(6rem, 0.75fr) minmax(11rem, 1.65fr) minmax(8rem, 1fr);
  gap: 1rem;
  margin: 0 0 1rem;
  border-top: 2px solid #1a1f36;
  background: #f8fafc;
  padding: 1rem;
}
.cx-office-locations__details strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #1a1f36;
  font-size: 0.7rem;
}
.cx-office-locations__details p {
  margin: 0;
  color: #475569;
  font-size: 0.78rem;
  line-height: 1.55;
}
.cx-office-locations__details a {
  color: #087f73;
  font-weight: 700;
  text-decoration: none;
}
.cx-office-locations__details a:hover {
  text-decoration: underline;
}
.cx-office-locations__details .cx-whatsapp-link {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.cx-office-locations__details .cx-whatsapp-link:hover {
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.35);
  text-decoration: none;
  transform: translateY(-1px);
}
.cx-office-locations__details .cx-whatsapp-link:focus-visible {
  outline: 2px solid #087f73;
  outline-offset: 3px;
}
.cx-office-locations__details .cx-whatsapp-link svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .cx-office-locations__details {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
}
div.flex.items-center.gap-0.overflow-x-auto.scrollbar-hide > a[class~=px-6][class~=py-4][class~=text-sm][class~="border-[#00b4a0]"][class~="text-[#00b4a0]"] {
  border-bottom-color: transparent !important;
  background-color: #00b4a0 !important;
  color: #fff !important;
}
.goals-page {
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
  padding-bottom: clamp(1rem, 3vw, 3rem);
  font-family: inherit;
}
.goals-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 31rem;
  grid-template-columns: minmax(0, 1.45fr) minmax(15rem, 0.55fr);
  align-items: end;
  gap: 2rem;
  overflow: hidden;
  border-radius: 0.5rem;
  background:
    radial-gradient(
      circle at 84% 16%,
      rgba(0, 180, 160, 0.34),
      transparent 30%),
    linear-gradient(
      125deg,
      #10172b 0%,
      #1a1f36 58%,
      #25334c 100%);
  padding: clamp(2rem, 6vw, 5.5rem);
  color: #fff;
}
.goals-hero::after {
  position: absolute;
  z-index: -1;
  right: -7rem;
  bottom: -10rem;
  width: 25rem;
  height: 25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(255, 255, 255, 0.025), 0 0 0 8rem rgba(255, 255, 255, 0.018);
  content: "";
}
.goals-hero-copy {
  max-width: 50rem;
}
.goals-hero-line {
  display: block;
  width: 3.25rem;
  height: 0.2rem;
  margin-bottom: 1.3rem;
  border-radius: 999px;
  background: #00b4a0;
}
.goals-eyebrow {
  margin: 0;
  color: #00b4a0;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.goals-hero h1 {
  max-width: 48rem;
  margin: 0.65rem 0 1.25rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-wrap: balance;
}
@media (min-width: 48rem) {
  .goals-hero h1 {
    font-size: 3.75rem;
  }
}
.goals-hero-copy > p:last-child {
  max-width: 46rem;
  margin: 0;
  color: #d7deea;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.7;
}
.goals-hero-count {
  display: grid;
  align-self: stretch;
  align-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
  text-transform: uppercase;
}
.goals-hero-count strong {
  color: #00b4a0;
  font-size: clamp(5rem, 10vw, 8rem);
  line-height: 0.78;
  letter-spacing: -0.08em;
}
.goals-hero-count span {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.goals-hero-count small {
  margin-top: 0.55rem;
  color: #cbd5e1;
  font-size: 0.72rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.goals-statement {
  border-radius: 0.5rem;
  background: #00b4a0;
  padding: 1.15rem 1.5rem;
  color: #fff;
  text-align: center;
}
.goals-statement p {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.25rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.goals-statement strong {
  font-weight: 900;
}
.goals-intro {
  max-width: 52rem;
  margin-inline: auto;
  text-align: center;
}
.goals-intro h2,
.goals-conclusion h2 {
  margin: 0.6rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}
.goals-intro h2 {
  color: #1a1f36;
}
.goals-intro > p:last-child {
  margin: 0;
  color: #4b5563;
  font-size: 1.02rem;
  line-height: 1.8;
}
.goals-intro > .goals-eyebrow,
.goals-conclusion-heading > .goals-eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
}
.goals-intro h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}
@media (min-width: 48rem) {
  .goals-intro h2 {
    font-size: 2.25rem;
  }
}
.goals-figure {
  margin: 0;
  border: 1px solid #dfe4ea;
  border-radius: 0.75rem;
  background: #f8f9fb;
  padding: clamp(0.6rem, 2vw, 1.25rem);
  box-shadow: 0 18px 50px rgba(16, 23, 43, 0.08);
}
.goals-image-frame {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 0.35rem;
  background: #fff;
}
.goals-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1269 / 952;
  object-fit: contain;
  object-position: center;
  background: #fff;
}
.goals-figure figcaption {
  padding: 0.95rem 0.25rem 0.1rem;
  color: #596579;
  font-size: 0.9rem;
  line-height: 1.55;
}
.goals-conclusion {
  display: grid;
  grid-template-columns: minmax(17rem, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 5rem);
  border-radius: 0.65rem;
  background: #1a1f36;
  padding: clamp(2rem, 5vw, 4rem);
  color: #fff;
}
.goals-conclusion h2 {
  color: #fff;
}
.goals-conclusion-body {
  display: grid;
  align-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: clamp(2rem, 4vw, 4rem);
}
.goals-conclusion-body p {
  margin: 0;
  color: #d7deea;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.85;
}
@media (max-width: 64rem) {
  .goals-hero {
    grid-template-columns: 1fr;
  }
  .goals-hero-count {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 0;
    padding: 1.5rem 0 0;
  }
  .goals-hero-count strong {
    font-size: 4.5rem;
  }
  .goals-hero-count span {
    margin: 0;
  }
  .goals-hero-count small {
    margin: 0;
  }
  .goals-conclusion {
    grid-template-columns: 1fr;
  }
  .goals-conclusion-body {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
    padding-top: 2rem;
    padding-left: 0;
  }
}
@media (max-width: 40rem) {
  .goals-hero {
    min-height: 30rem;
    padding: 2rem 1.35rem;
  }
  .goals-hero-count {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.35rem 1rem;
  }
  .goals-hero-count strong {
    grid-row: 1 / 3;
  }
  .goals-hero-count small {
    align-self: start;
  }
  .goals-conclusion {
    padding: 2rem 1.35rem;
  }
}
