.elementor-7383 .elementor-element.elementor-element-690f8a1{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-3cce20f */:root {
  --bpsa-hs-blue: #1e73be;
  --bpsa-hs-dark-blue: #123f6d;
  --bpsa-hs-mid-blue: #285fa0;
  --bpsa-hs-light-blue: #eaf4fc;
  --bpsa-hs-white: #ffffff;
  --bpsa-hs-light-grey: #f5f8fb;
  --bpsa-hs-border: #d8e5ef;
  --bpsa-hs-text: #1f2d3d;
  --bpsa-hs-muted: #5c6b7a;
}

html,
body {
  overflow-x: hidden;
}

.bpsa-hs-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--bpsa-hs-text);
  background: var(--bpsa-hs-white);
  line-height: 1.6;
}

.bpsa-hs-page * {
  box-sizing: border-box;
}

.bpsa-hs-container {
  width: min(1180px, 92%);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero */
.bpsa-hs-hero {
  width: 100%;
  background:
    linear-gradient(135deg, rgba(18, 63, 109, 0.96), rgba(30, 115, 190, 0.9)),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 35%);
  color: var(--bpsa-hs-white);
  padding: 90px 0;
}

.bpsa-hs-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 50px;
  align-items: center;
}

.bpsa-hs-eyebrow {
  display: inline-block;
  color: #cfe8fb;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 16px;
}

.bpsa-hs-hero h1 {
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.08;
  margin: 0 0 24px;
  color: var(--bpsa-hs-white);
}

.bpsa-hs-hero p {
  font-size: 18px;
  max-width: 820px;
  margin: 0 0 18px;
  color: #f2f8fd;
}

.bpsa-hs-hero-media {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.bpsa-hs-hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.bpsa-hs-hero-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.bpsa-hs-hero-card h2 {
  margin: 0 0 20px;
  color: var(--bpsa-hs-white);
  font-size: 24px;
}

.bpsa-hs-hero-card ul,
.bpsa-hs-mini-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bpsa-hs-hero-card li,
.bpsa-hs-mini-card li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
}

.bpsa-hs-hero-card li {
  color: #f4f9fd;
}

.bpsa-hs-mini-card li {
  color: var(--bpsa-hs-muted);
}

.bpsa-hs-hero-card li:last-child,
.bpsa-hs-mini-card li:last-child {
  margin-bottom: 0;
}

.bpsa-hs-hero-card li::before,
.bpsa-hs-mini-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background: var(--bpsa-hs-blue);
  border-radius: 50%;
}

.bpsa-hs-hero-card li::before {
  background: var(--bpsa-hs-white);
}

/* Buttons */
.bpsa-hs-page .bpsa-hs-btn,
.bpsa-hs-page a.bpsa-hs-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 230px;
  max-width: 100%;
  min-height: 56px;
  padding: 14px 28px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  white-space: normal;
  cursor: pointer;
  transition: all 0.25s ease;
}

.bpsa-hs-page .bpsa-hs-btn-primary,
.bpsa-hs-page a.bpsa-hs-btn-primary {
  background-color: var(--bpsa-hs-blue) !important;
  border: 2px solid var(--bpsa-hs-blue) !important;
  color: var(--bpsa-hs-white) !important;
}

.bpsa-hs-page .bpsa-hs-btn-primary:hover,
.bpsa-hs-page a.bpsa-hs-btn-primary:hover {
  background-color: var(--bpsa-hs-dark-blue) !important;
  border-color: var(--bpsa-hs-dark-blue) !important;
  color: var(--bpsa-hs-white) !important;
}

.bpsa-hs-page .bpsa-hs-btn-secondary,
.bpsa-hs-page a.bpsa-hs-btn-secondary {
  background-color: transparent !important;
  border: 2px solid var(--bpsa-hs-white) !important;
  color: var(--bpsa-hs-white) !important;
}

.bpsa-hs-page .bpsa-hs-btn-secondary:hover,
.bpsa-hs-page a.bpsa-hs-btn-secondary:hover {
  background-color: var(--bpsa-hs-white) !important;
  border-color: var(--bpsa-hs-white) !important;
  color: var(--bpsa-hs-blue) !important;
}

.bpsa-hs-page .bpsa-hs-btn-light,
.bpsa-hs-page a.bpsa-hs-btn-light {
  background-color: var(--bpsa-hs-white) !important;
  border: 2px solid var(--bpsa-hs-white) !important;
  color: var(--bpsa-hs-blue) !important;
}

.bpsa-hs-page .bpsa-hs-btn-light:hover,
.bpsa-hs-page a.bpsa-hs-btn-light:hover {
  background-color: var(--bpsa-hs-dark-blue) !important;
  border-color: var(--bpsa-hs-dark-blue) !important;
  color: var(--bpsa-hs-white) !important;
}

.bpsa-hs-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

/* Sections */
.bpsa-hs-section {
  width: 100%;
  padding: 78px 0;
}

.bpsa-hs-light {
  background: var(--bpsa-hs-light-grey);
}

.bpsa-hs-blue {
  background: var(--bpsa-hs-dark-blue);
  color: var(--bpsa-hs-white);
}

.bpsa-hs-two-column {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: start;
}

.bpsa-hs-section h2 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  color: var(--bpsa-hs-dark-blue);
  margin: 0 0 20px;
}

.bpsa-hs-section h3 {
  font-size: 22px;
  line-height: 1.3;
  color: var(--bpsa-hs-dark-blue);
  margin: 0 0 12px;
}

.bpsa-hs-section p {
  font-size: 17px;
  color: var(--bpsa-hs-text);
  margin: 0 0 18px;
}

.bpsa-hs-section a {
  color: var(--bpsa-hs-blue);
  font-weight: 700;
}

.bpsa-hs-section-heading {
  max-width: 880px;
  margin-bottom: 40px;
}

.bpsa-hs-section-heading p {
  color: var(--bpsa-hs-muted);
}

/* Boxes and Panels */
.bpsa-hs-highlight-box,
.bpsa-hs-link-panel,
.bpsa-hs-mini-card {
  background: var(--bpsa-hs-white);
  border: 1px solid var(--bpsa-hs-border);
  border-left: 6px solid var(--bpsa-hs-blue);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(18, 63, 109, 0.08);
}

.bpsa-hs-link-panel {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: sticky;
  top: 30px;
}

.bpsa-hs-link-panel a {
  display: block;
  text-decoration: none;
  padding: 12px 14px;
  background: var(--bpsa-hs-light-blue);
  border-radius: 6px;
  color: var(--bpsa-hs-dark-blue);
}

.bpsa-hs-link-panel a:hover {
  background: var(--bpsa-hs-blue);
  color: var(--bpsa-hs-white);
}

/* Cards */
.bpsa-hs-card-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.bpsa-hs-card,
.bpsa-hs-solution-card,
.bpsa-hs-faq-item {
  background: var(--bpsa-hs-white);
  border: 1px solid var(--bpsa-hs-border);
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 10px 28px rgba(18, 63, 109, 0.06);
}

.bpsa-hs-card h3,
.bpsa-hs-solution-card h3,
.bpsa-hs-faq-item h3 {
  color: var(--bpsa-hs-dark-blue);
}

.bpsa-hs-card p,
.bpsa-hs-solution-card p,
.bpsa-hs-faq-item p {
  color: var(--bpsa-hs-muted);
}

/* Table */
.bpsa-hs-table-wrap {
  overflow-x: auto;
  background: var(--bpsa-hs-white);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(18, 63, 109, 0.06);
}

.bpsa-hs-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.bpsa-hs-table th {
  background: var(--bpsa-hs-blue);
  color: var(--bpsa-hs-white);
  text-align: left;
  padding: 18px;
  font-size: 16px;
}

.bpsa-hs-table td {
  padding: 18px;
  border-bottom: 1px solid var(--bpsa-hs-border);
  vertical-align: top;
  color: var(--bpsa-hs-text);
}

.bpsa-hs-table tr:last-child td {
  border-bottom: none;
}

/* Blue Solutions Section */
.bpsa-hs-white-heading h2,
.bpsa-hs-white-heading p {
  color: var(--bpsa-hs-white);
}

.bpsa-hs-solution-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.bpsa-hs-solution-card a {
  display: inline-block;
  margin-top: 8px;
  color: var(--bpsa-hs-blue);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid var(--bpsa-hs-blue);
}

/* FAQ */
.bpsa-hs-faq {
  display: grid;
  gap: 18px;
}

.bpsa-hs-faq-item p {
  margin-bottom: 0;
}

/* Final CTA */
.bpsa-hs-final-cta {
  width: 100%;
  background:
    linear-gradient(135deg, rgba(30, 115, 190, 0.96), rgba(18, 63, 109, 0.98));
  color: var(--bpsa-hs-white);
  text-align: center;
  padding: 80px 0;
}

.bpsa-hs-final-cta h2 {
  color: var(--bpsa-hs-white);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.2;
  margin: 0 0 20px;
}

.bpsa-hs-final-cta p {
  color: #f2f8fd;
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto 18px;
}

.bpsa-hs-final-cta .bpsa-hs-btn {
  margin-top: 18px;
}

/* Tablet */
@media (max-width: 1100px) {
  .bpsa-hs-hero-grid,
  .bpsa-hs-two-column {
    grid-template-columns: 1fr;
  }

  .bpsa-hs-card-grid,
  .bpsa-hs-solution-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bpsa-hs-link-panel {
    position: static;
  }

  .bpsa-hs-hero-media {
    max-width: 720px;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .bpsa-hs-container {
    width: 92%;
  }

  .bpsa-hs-hero {
    padding: 64px 0;
  }

  .bpsa-hs-section {
    padding: 56px 0;
  }

  .bpsa-hs-card-grid,
  .bpsa-hs-solution-grid {
    grid-template-columns: 1fr;
  }

  .bpsa-hs-button-group {
    flex-direction: column;
  }

  .bpsa-hs-page .bpsa-hs-btn,
  .bpsa-hs-page a.bpsa-hs-btn {
    width: 100%;
    min-width: 0;
  }

  .bpsa-hs-hero-card,
  .bpsa-hs-highlight-box,
  .bpsa-hs-link-panel,
  .bpsa-hs-mini-card,
  .bpsa-hs-card,
  .bpsa-hs-solution-card,
  .bpsa-hs-faq-item {
    padding: 24px;
  }
}/* End custom CSS */