:root {
  --bc-blue: #2563eb;
  --bc-blue-dark: #1d4ed8;
  --bc-ink: #0f172a;
  --bc-slate: #475569;
  --bc-soft: #f1f5f9;
  --bc-line: #dbe3ee;
  --bc-white: #ffffff;
  --bc-radius: 14px;
  --bc-content: 1280px;
  --bc-reading: 760px;
}

/* Proof-led conversion sections added for the staging presentation pass. */
.e-con.bc-proof-grid {
  gap: 22px;
  margin-top: 34px;
}

.e-con.bc-proof-grid > .e-con.bc-proof-card {
  background: #fff;
  border: 1px solid var(--bc-line);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  padding: 0 0 28px;
}

.bc-proof-card-image img {
  aspect-ratio: 8 / 5;
  object-fit: cover;
  width: 100%;
}

.bc-proof-card .bc-item-title,
.bc-proof-card .bc-item-text {
  padding-inline: 26px;
}

.bc-proof-card .bc-item-title {
  margin-top: 24px;
}

.bc-proof-grid-section > .bc-button {
  margin-top: 30px;
}

.bc-post-review-notice {
  background: #f8fafc;
  border: 1px solid var(--bc-line);
  border-left: 5px solid var(--bc-blue);
  border-radius: 14px;
  padding: 30px;
}

.e-con.bc-owner {
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--bc-line);
  border-radius: 24px;
  gap: clamp(36px, 7vw, 90px);
  margin: 96px auto;
  max-width: var(--bc-content);
  overflow: hidden;
  padding: 0;
}

.e-con.bc-owner > .e-con.bc-owner-copy {
  --width: 62%;
  flex: 1 1 62% !important;
  padding: 64px 0 64px 62px;
  width: 62%;
}

.e-con.bc-owner > .e-con.bc-owner-card {
  --width: 38%;
  align-self: stretch;
  background: var(--bc-charcoal);
  color: #fff;
  flex: 1 1 38% !important;
  justify-content: center;
  padding: 56px;
  width: 38%;
}

.bc-owner-card h3,
.bc-owner-card p {
  color: #fff;
}

.bc-owner-kicker {
  color: #93c5fd !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bc-comparison-table th,
.bc-comparison-table td {
  width: 50%;
}

.e-con.bc-audit-lead {
  align-items: flex-start;
  background: var(--bc-charcoal);
  color: #fff;
  gap: clamp(42px, 7vw, 90px);
  margin: 0;
  max-width: none;
  padding: 72px max(24px, calc((100vw - var(--bc-content)) / 2 + 24px));
}

.e-con.bc-audit-lead > .e-con {
  --width: 50%;
  flex: 1 1 50% !important;
  width: 50%;
}

.bc-audit-lead .bc-hero-title .elementor-heading-title,
.bc-audit-lead .bc-hero-text,
.bc-audit-lead .bc-hero-text p,
.bc-audit-lead .bc-hero-trust,
.bc-audit-lead .bc-hero-trust p {
  color: #fff;
}

.bc-audit-lead-image {
  margin-top: 28px;
}

.bc-audit-lead-image img {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.e-con.bc-audit-lead-form {
  background: #fff;
  border-radius: 20px;
  color: var(--bc-ink);
  padding: clamp(28px, 4vw, 46px);
}

.bc-audit-lead-form .bc-item-title .elementor-heading-title,
.bc-audit-lead-form .bc-item-text,
.bc-audit-lead-form .bc-item-text p {
  color: var(--bc-ink);
}

@media (max-width: 1024px) {
  .e-con.bc-owner,
  .e-con.bc-audit-lead {
    flex-direction: column !important;
  }

  .e-con.bc-owner > .e-con.bc-owner-copy,
  .e-con.bc-owner > .e-con.bc-owner-card,
  .e-con.bc-audit-lead > .e-con {
    --width: 100%;
    flex-basis: auto !important;
    width: 100%;
  }

  .e-con.bc-owner > .e-con.bc-owner-copy,
  .e-con.bc-owner > .e-con.bc-owner-card {
    padding: 46px;
  }
}

@media (max-width: 767px) {
  .e-con.bc-audit-lead {
    padding: 54px 18px 64px;
  }

  .e-con.bc-owner {
    border-radius: 0;
    margin: 72px 0;
  }

  .e-con.bc-owner > .e-con.bc-owner-copy,
  .e-con.bc-owner > .e-con.bc-owner-card {
    padding: 34px 24px;
  }

  .bc-proof-card .bc-item-title,
  .bc-proof-card .bc-item-text {
    padding-inline: 20px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--bc-ink);
  font-family: "DM Sans", Arial, sans-serif;
  overflow-x: clip;
}

a {
  text-underline-offset: 0.18em;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.45);
  outline-offset: 3px;
}

.elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.bc-global-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--bc-line);
  backdrop-filter: blur(12px);
}

.bc-header-inner {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 auto;
  min-height: 72px;
  max-width: var(--bc-content);
  padding: 10px 24px;
}

.bc-primary-nav {
  flex: 1;
}

.bc-site-brand {
  flex: 0 0 auto;
}

.bc-site-brand .elementor-heading-title {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 0;
  white-space: nowrap;
}

.bc-site-brand a {
  color: var(--bc-ink);
  text-decoration: none;
}

.bc-primary-nav .elementor-nav-menu {
  justify-content: center;
}

.bc-button-row {
  align-items: center;
  display: flex;
  gap: 12px;
}

.bc-button .elementor-button {
  border-radius: 10px;
  font-weight: 700;
  min-height: 46px;
  padding: 13px 20px;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.bc-button .elementor-button:hover {
  transform: translateY(-2px);
}

.bc-button--primary .elementor-button {
  background: var(--bc-blue);
  color: var(--bc-white);
}

.bc-button--primary .elementor-button:hover {
  background: var(--bc-blue-dark);
}

.bc-button--secondary .elementor-button {
  background: transparent;
  border: 1px solid currentColor;
  color: var(--bc-ink);
}

.bc-button--text .elementor-button {
  background: transparent;
  color: var(--bc-blue);
  min-height: auto;
  padding: 4px 0;
}

.bc-section {
  margin: 0 auto;
  max-width: var(--bc-content);
  padding: 96px 24px;
}

.bc-section--narrow {
  max-width: var(--bc-reading);
}

.bc-section--muted {
  background: var(--bc-soft);
  border-radius: 24px;
  margin-block: 40px;
  max-width: calc(var(--bc-content) - 48px);
}

.bc-section--dark,
.bc-cta {
  background: var(--bc-ink);
  border-radius: 24px;
  color: var(--bc-white);
  margin-block: 40px;
  max-width: calc(var(--bc-content) - 48px);
  padding-inline: clamp(28px, 6vw, 80px);
}

.bc-eyebrow {
  color: var(--bc-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.bc-section-title,
.bc-cta-title {
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin-bottom: 20px;
}

.bc-section-intro,
.bc-cta-text,
.bc-rich-text,
.bc-item-text {
  color: var(--bc-slate);
  font-size: 1.08rem;
  line-height: 1.72;
}

.bc-section--dark .bc-rich-text,
.bc-cta .bc-cta-text {
  color: #cbd5e1;
}

.bc-rich-text p + p {
  margin-top: 1.1em;
}

/* Preserve readable hero contrast while the image asset is loading or unavailable. */
.elementor-element-cf328e1 {
  background-color: #071827 !important;
}

.bc-hero {
  align-items: center;
  display: flex;
  gap: clamp(40px, 7vw, 96px);
  min-height: calc(100svh - 72px);
  max-width: none;
  padding: clamp(64px, 9vw, 120px) max(24px, calc((100vw - var(--bc-content)) / 2 + 24px));
}

.bc-hero-copy {
  flex: 0 1 650px;
  max-width: 650px;
}

.bc-hero-title,
.bc-post-title {
  font-size: clamp(2.75rem, 6.1vw, 5.4rem);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin-bottom: 26px;
}

.bc-hero-text {
  color: var(--bc-slate);
  font-size: clamp(1.12rem, 1.8vw, 1.35rem);
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 620px;
}

.bc-hero-media {
  flex: 1 1 560px;
  min-width: 0;
}

.bc-hero-image img {
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
  object-fit: cover;
  width: 100%;
}

.bc-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 46px;
}

.bc-feature-item,
.bc-step {
  border-top: 1px solid var(--bc-line);
  flex: 0 0 50%;
  padding: 32px 36px 36px 0;
}

.bc-grid--3 > * {
  flex-basis: 33.333%;
}

.bc-grid--4 > * {
  flex-basis: 25%;
}

.bc-item-title {
  font-size: 1.28rem;
  font-weight: 730;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 12px;
}

.bc-step-number {
  color: rgba(37, 99, 235, 0.22);
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 22px;
}

.bc-split {
  align-items: center;
  display: flex;
  gap: clamp(42px, 7vw, 92px);
}

.bc-split-copy,
.bc-split-media {
  flex: 1 1 50%;
  min-width: 0;
}

.bc-split-image img,
.bc-split-media img {
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  object-fit: cover;
  width: 100%;
}

.bc-check-list {
  margin-top: 28px;
}

.bc-check-list .elementor-icon-list-item {
  align-items: flex-start;
}

.bc-check-list .elementor-icon-list-icon {
  color: var(--bc-blue);
  margin-top: 0.24em;
}

.bc-pricing-grid {
  align-items: stretch;
  gap: 18px;
}

.bc-plan {
  background: var(--bc-white);
  border: 1px solid var(--bc-line);
  border-radius: 18px;
  flex: 1 1 calc(33.333% - 18px);
  padding: 34px 28px;
}

.bc-plan--featured {
  border: 2px solid var(--bc-blue);
  transform: translateY(-10px);
}

.bc-plan-label {
  color: var(--bc-blue);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bc-plan-title {
  font-size: 1.48rem;
  font-weight: 760;
  margin: 12px 0 8px;
}

.bc-plan-price {
  font-size: 2.7rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin: 12px 0;
}

.bc-plan-price span {
  color: var(--bc-slate);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 6px;
}

.bc-plan-exclusions,
.bc-note {
  color: var(--bc-slate);
  font-size: 0.88rem;
  line-height: 1.55;
  margin-block: 22px;
}

.bc-table-wrap {
  margin-top: 34px;
  overflow-x: auto;
}

.bc-table {
  border-collapse: collapse;
  min-width: 760px;
  width: 100%;
}

.bc-table :where(th, td) {
  border-bottom: 1px solid var(--bc-line);
  padding: 16px;
  text-align: left;
  vertical-align: top;
}

.bc-table th {
  background: var(--bc-soft);
  font-weight: 750;
}

.bc-accordion .elementor-accordion-item {
  border: 0;
  border-bottom: 1px solid var(--bc-line);
}

.bc-accordion .elementor-tab-title {
  font-size: 1.08rem;
  font-weight: 700;
  padding: 22px 0;
}

.bc-accordion .elementor-tab-content {
  color: var(--bc-slate);
  line-height: 1.7;
  padding: 0 0 24px;
}

.bc-form .elementor-form-fields-wrapper {
  column-gap: 18px;
  row-gap: 18px;
}

.bc-form .elementor-field-label {
  color: var(--bc-ink);
  font-weight: 700;
  margin-bottom: 7px;
}

.bc-form :where(input, select, textarea) {
  background: var(--bc-white);
  border: 1px solid #b8c4d4;
  border-radius: 9px;
  min-height: 48px;
  padding: 12px 14px;
}

.bc-form textarea {
  min-height: 140px;
}

.bc-form .elementor-button {
  background: var(--bc-blue);
  border-radius: 9px;
  color: var(--bc-white);
  font-weight: 750;
  min-height: 50px;
}

.bc-gallery {
  gap: 24px;
}

.bc-gallery-item {
  flex: 1 1 calc(33.333% - 24px);
}

.bc-gallery-item img {
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  object-fit: cover;
}

.bc-posts-grid :where(.elementor-post, .e-loop-item) {
  border-top: 1px solid var(--bc-line);
  padding-top: 24px;
}

.bc-post-content {
  color: var(--bc-slate);
  font-size: 1.12rem;
  line-height: 1.8;
}

.bc-post-content :where(h2, h3) {
  color: var(--bc-ink);
  font-weight: 760;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 2em 0 0.7em;
}

.bc-post-content h2 {
  font-size: 2rem;
}

.bc-post-content h3 {
  font-size: 1.45rem;
}

.bc-post-content :where(ul, ol) {
  margin: 1.2em 0;
  padding-left: 1.4em;
}

.bc-post-content ul {
  list-style: disc;
}

.bc-post-content ol {
  list-style: decimal;
}

.bc-legal-review {
  background: #fff7ed;
  border: 1px solid #fdba74;
  border-radius: 10px;
  color: #9a3412;
  font-weight: 700;
  margin-bottom: 46px;
  padding: 14px 16px;
}

.bc-global-footer {
  background: var(--bc-soft);
  border-top: 1px solid var(--bc-line);
  padding: 64px 24px 28px;
}

.bc-footer-grid,
.bc-footer-bottom {
  display: flex;
  gap: 36px;
  margin: 0 auto;
  max-width: var(--bc-content);
}

.bc-footer-column {
  flex: 1 1 20%;
}

.bc-footer-column:first-child {
  flex-basis: 34%;
}

.bc-footer-heading {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.bc-footer-bottom {
  align-items: center;
  border-top: 1px solid var(--bc-line);
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 24px;
}

.bc-popup-content {
  padding: 34px;
}

.bc-popup-title {
  font-size: 2rem;
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin-bottom: 16px;
}

.bc-booking-placeholder {
  background: var(--bc-soft);
  border: 2px dashed #94a3b8;
  border-radius: 14px;
  color: var(--bc-slate);
  margin-top: 24px;
  min-height: 320px;
  padding: 48px 24px;
  text-align: center;
}

@media (prefers-reduced-motion: no-preference) {
  .bc-hero-copy {
    animation: bc-rise 550ms ease both;
  }

  @keyframes bc-rise {
    from {
      opacity: 0;
      transform: translateY(18px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 1024px) {
  .bc-header-inner > .bc-button {
    display: none;
  }

  .bc-hero {
    min-height: auto;
    padding-block: 72px;
  }

  .bc-hero--media,
  .bc-split {
    flex-direction: column;
  }

  .bc-hero-copy {
    flex-basis: auto;
  }

  .bc-hero-media,
  .bc-split-media {
    width: 100%;
  }

  .bc-hero-image img {
    aspect-ratio: 16 / 10;
  }

  .bc-grid--3 > *,
  .bc-grid--4 > *,
  .bc-gallery-item {
    flex-basis: 50%;
  }

  .bc-pricing-grid {
    flex-direction: column;
  }

  .bc-plan--featured {
    transform: none;
  }

  .bc-footer-grid {
    flex-wrap: wrap;
  }

  .bc-footer-column,
  .bc-footer-column:first-child {
    flex-basis: calc(50% - 36px);
  }
}

@media (max-width: 767px) {
  .bc-header-inner {
    min-height: 64px;
    padding-inline: 18px;
  }

  .bc-section {
    padding: 68px 18px;
  }

  .bc-section--muted,
  .bc-section--dark,
  .bc-cta {
    border-radius: 0;
    margin-block: 0;
    max-width: none;
  }

  .bc-hero {
    padding: 52px 18px 68px;
  }

  .bc-hero-title,
  .bc-post-title {
    font-size: clamp(2.5rem, 12vw, 3.7rem);
  }

  .bc-button-row {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .bc-button-row .elementor-widget-button,
  .bc-button-row .elementor-button {
    width: 100%;
  }

  .bc-feature-item,
  .bc-step,
  .bc-grid--3 > *,
  .bc-grid--4 > *,
  .bc-gallery-item {
    flex-basis: 100%;
    padding-right: 0;
  }

  .bc-form .elementor-field-group {
    width: 100%;
  }

  .bc-footer-grid,
  .bc-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .bc-footer-column,
  .bc-footer-column:first-child {
    flex-basis: 100%;
    width: 100%;
  }

  .bc-popup-content {
    padding: 24px 18px;
  }
}

/* -------------------------------------------------------------------------
   Live-site visual fidelity layer

   Elementor stores custom container classes in `css_classes` (widgets use
   `_css_classes`). These rules deliberately mirror the established production
   site: a restrained white header, image-led charcoal heroes, generous
   editorial spacing, cobalt actions and a quiet slate footer.
   ------------------------------------------------------------------------- */

:root {
  --bc-blue: #2563eb;
  --bc-blue-dark: #1d4ed8;
  --bc-ink: #0f1729;
  --bc-charcoal: #292c38;
  --bc-slate: #64748b;
  --bc-soft: #f8fafc;
  --bc-line: #e2e8f0;
  --bc-content: 1216px;
  --bc-reading: 768px;
}

body {
  background: var(--bc-white);
  color: var(--bc-ink);
  font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.elementor-location-header {
  box-shadow: none;
}

.e-con.bc-global-header {
  --width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--bc-line);
  width: 100%;
}

.e-con.bc-header-inner {
  --width: min(calc(100% - 48px), var(--bc-content));
  align-items: center;
  flex-direction: row;
  gap: 26px;
  justify-content: space-between;
  margin-inline: auto !important;
  min-height: 64px;
  padding: 8px 0;
  width: min(calc(100% - 48px), var(--bc-content));
}

.bc-site-brand .elementor-heading-title {
  font-size: 1.18rem !important;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.bc-primary-nav .elementor-nav-menu--main .elementor-item {
  color: #334155;
  font-size: 0.94rem;
  font-weight: 500;
  padding-inline: 12px;
}

.bc-primary-nav .elementor-nav-menu--main .elementor-item:hover,
.bc-primary-nav .elementor-nav-menu--main .elementor-item.elementor-item-active,
.bc-primary-nav .elementor-nav-menu--main .elementor-item.highlighted {
  color: var(--bc-ink);
}

.bc-primary-nav .elementor-nav-menu--main .elementor-item::after {
  display: none;
}

.e-con.bc-section {
  --width: 100%;
  width: 100%;
}

.e-con.bc-hero {
  --width: 100%;
  --flex-direction: column;
  align-items: center;
  background: var(--bc-charcoal);
  box-sizing: border-box;
  color: var(--bc-white);
  display: flex;
  flex-direction: column !important;
  isolation: isolate;
  justify-content: center;
  margin: 0;
  max-width: none;
  min-height: clamp(480px, 52svh, 560px);
  overflow: hidden;
  padding: clamp(52px, 5.5vw, 72px) 0;
  position: relative;
  width: 100%;
}

.e-con.bc-hero::after {
  background: rgba(2, 6, 23, 0.9);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.e-con.bc-hero > .e-con.bc-hero-media {
  height: 100%;
  inset: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.bc-hero-media .elementor-widget-image,
.bc-hero-media .elementor-widget-container,
.bc-hero-media .elementor-widget-image a,
.bc-hero-media .elementor-widget-image figure,
.bc-hero-media .elementor-widget-image img {
  height: 100%;
  width: 100%;
}

.bc-hero-media .elementor-widget-image img {
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
}

.e-con.bc-hero > .e-con.bc-hero-copy {
  --width: min(calc(100% - 48px), var(--bc-content));
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 14px;
  margin: 0 auto;
  max-width: var(--bc-content);
  padding: 0;
  width: min(calc(100% - 48px), var(--bc-content));
  z-index: 1;
}

.e-con.bc-hero-copy > .elementor-element {
  max-width: var(--bc-reading) !important;
  width: 100% !important;
}

.bc-hero .bc-eyebrow,
.bc-hero .bc-eyebrow p {
  color: #93c5fd;
}

.bc-hero-title .elementor-heading-title,
.bc-post-title .elementor-heading-title {
  color: var(--bc-white);
  font-size: clamp(2.75rem, 3.8vw, 3.35rem) !important;
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
}

.bc-hero-text,
.bc-hero-text p {
  color: #dbe3ee;
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

.bc-hero .bc-button-row {
  margin-top: 10px;
}

.bc-hero-trust,
.bc-hero-trust p {
  color: #cbd5e1;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.55;
  margin-top: 8px;
}

.bc-hero .bc-button--secondary .elementor-button {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--bc-white);
}

.bc-hero .bc-button--secondary .elementor-button:hover {
  background: rgba(255, 255, 255, 0.16);
}

.e-con.bc-section:not(.bc-hero):not(.bc-section--muted):not(.bc-section--dark):not(.bc-cta):not(.bc-owner):not(.bc-audit-lead) {
  margin-inline: auto;
  max-width: var(--bc-content);
  padding: 72px 24px;
}

.e-con.bc-section--narrow {
  max-width: var(--bc-reading) !important;
}

.e-con.bc-section--muted {
  background: rgba(241, 245, 249, 0.62);
  border-bottom: 1px solid var(--bc-line);
  border-radius: 0;
  border-top: 1px solid var(--bc-line);
  margin: 0;
  max-width: none;
  padding: 72px max(24px, calc((100vw - var(--bc-content)) / 2 + 24px));
}

.e-con.bc-section--dark {
  background: var(--bc-charcoal);
  border-radius: 0;
  color: var(--bc-white);
  margin: 0;
  max-width: none;
  padding: 72px max(24px, calc((100vw - var(--bc-content)) / 2 + 24px));
}

.bc-section-title .elementor-heading-title,
.bc-cta-title .elementor-heading-title {
  color: var(--bc-ink);
  font-size: clamp(2rem, 3vw, 2.65rem) !important;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.bc-section--dark .bc-section-title .elementor-heading-title {
  color: var(--bc-white);
}

.e-con.bc-grid {
  align-items: stretch;
  display: grid;
  gap: 22px;
  padding: 0;
  width: 100%;
}

.e-con.bc-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.e-con.bc-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.e-con.bc-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.e-con.bc-grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.e-con.bc-grid > .e-con {
  --width: 100%;
  flex: none !important;
  min-width: 0;
  width: 100%;
}

.e-con.bc-feature-item,
.e-con.bc-step {
  padding: 28px 30px 30px;
}

.bc-problem-section .bc-section-title,
.bc-proof-section .bc-eyebrow,
.bc-proof-section .bc-section-title,
.bc-proof-section .bc-section-intro,
.bc-package-chooser .bc-section-title,
.bc-package-chooser .bc-section-intro,
.bc-process-section .bc-section-title {
  margin-inline: auto;
  max-width: 820px;
  text-align: center !important;
  width: 100%;
}

.bc-problem-section .bc-grid {
  margin-top: 30px;
}

.bc-problem-section .bc-feature-item {
  background: #f8fafc;
  border: 1px solid var(--bc-line);
  border-radius: 16px;
}

.bc-proof-section {
  background: #f8fafc;
  box-shadow: 0 0 0 100vmax #f8fafc;
  clip-path: inset(0 -100vmax);
}

.bc-package-chooser .bc-grid {
  column-gap: 42px;
  margin-top: 34px;
  row-gap: 0;
}

.bc-package-chooser .bc-feature-item {
  border-top: 1px solid var(--bc-line);
  padding: 28px 4px 30px;
}

.bc-package-chooser .bc-item-text {
  max-width: 52ch;
}

.bc-process-section .bc-steps {
  background: var(--bc-white);
  border: 1px solid var(--bc-line);
  border-radius: 18px;
  gap: 0;
  margin-top: 34px;
  overflow: hidden;
}

.bc-process-section .bc-step {
  border-right: 1px solid var(--bc-line);
  padding: 32px;
}

.bc-process-section .bc-step:last-child {
  border-right: 0;
}

.bc-contact-section .bc-section-title,
.bc-form-section .bc-section-title {
  text-align: center;
}

.bc-contact-details {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bc-contact-details p {
  background: #f8fafc;
  border: 1px solid var(--bc-line);
  border-radius: 14px;
  margin: 0;
  padding: 22px;
}

.e-con.bc-form-section {
  background: #f8fafc;
  border: 1px solid var(--bc-line);
  border-radius: 22px;
  margin-block: 48px;
  max-width: 860px !important;
  padding: 52px !important;
}

.e-con.bc-split {
  --flex-direction: row;
  align-items: center;
  flex-direction: row !important;
  gap: clamp(42px, 7vw, 92px);
}

.e-con.bc-split > .e-con.bc-split-copy,
.e-con.bc-split > .e-con.bc-split-media {
  --width: 50%;
  flex: 1 1 50% !important;
  padding: 0;
  width: 50%;
}

.e-con.bc-button-row {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.e-con.bc-cta {
  align-items: center;
  background: var(--bc-blue);
  border-radius: 0;
  color: var(--bc-white);
  margin: 0;
  max-width: none;
  padding: 80px max(24px, calc((100vw - var(--bc-content)) / 2 + 24px));
  text-align: center;
}

.bc-cta > * {
  max-width: 760px;
}

.bc-cta-title .elementor-heading-title,
.bc-cta .bc-cta-text,
.bc-cta .bc-cta-text p {
  color: var(--bc-white);
}

.bc-cta .bc-button-row {
  justify-content: center;
}

.bc-cta .bc-button--primary .elementor-button {
  background: var(--bc-white);
  color: var(--bc-ink);
}

.bc-cta .bc-button--secondary .elementor-button {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--bc-white);
}

.e-con.bc-global-footer {
  --width: 100%;
  background: #e1e7ef;
  border-top: 1px solid #cbd5e1;
  padding: 64px max(24px, calc((100vw - var(--bc-content)) / 2 + 24px)) 28px;
  width: 100%;
}

.e-con.bc-footer-grid,
.e-con.bc-footer-bottom {
  flex-direction: row;
  margin-inline: auto;
  max-width: var(--bc-content);
  padding: 0;
  width: 100%;
}

.e-con.bc-footer-grid > .e-con.bc-footer-column {
  --width: 20%;
  flex: 1 1 20% !important;
  width: 20%;
}

.e-con.bc-footer-grid > .e-con.bc-footer-column:first-child {
  --width: 34%;
  flex-basis: 34% !important;
  width: 34%;
}

.e-con.bc-pricing-grid {
  gap: 18px;
}

.e-con.bc-pricing-grid > .e-con.bc-plan {
  --width: 100%;
  flex: none !important;
  min-width: 0;
  width: 100%;
}

.e-con.bc-trust-strip {
  --width: 100%;
  background: #f8fafc;
  border-bottom: 1px solid var(--bc-line);
  flex-direction: row;
  gap: 0;
  margin: 0;
  max-width: none !important;
  padding: 0 max(24px, calc((100vw - var(--bc-content)) / 2 + 24px)) !important;
}

.e-con.bc-trust-strip > .e-con.bc-trust-item {
  --width: 25%;
  border-right: 1px solid var(--bc-line);
  flex: 0 0 25% !important;
  padding: 26px 28px 28px 0;
  width: 25%;
}

.e-con.bc-trust-strip > .e-con.bc-trust-item + .e-con.bc-trust-item {
  padding-left: 28px;
}

.e-con.bc-trust-strip > .e-con.bc-trust-item:last-child {
  border-right: 0;
}

.bc-trust-title .elementor-heading-title {
  color: var(--bc-ink);
  font-size: 0.98rem !important;
  font-weight: 750;
  margin-bottom: 5px;
}

.bc-trust-text,
.bc-trust-text p {
  color: var(--bc-slate);
  font-size: 0.88rem;
  line-height: 1.5;
}

.bc-plan-details {
  border-bottom: 1px solid var(--bc-line);
  border-top: 1px solid var(--bc-line);
  margin-top: 22px;
  padding: 15px 0;
}

.bc-plan-details summary {
  color: var(--bc-blue);
  cursor: pointer;
  font-weight: 750;
}

.bc-plan-details ul {
  color: var(--bc-slate);
  line-height: 1.55;
  margin: 16px 0 0;
  padding-left: 20px;
}

.bc-plan-details li + li {
  margin-top: 8px;
}

.bc-audit-preview-section .bc-section-title .elementor-heading-title,
.bc-audit-preview-section .bc-section-intro,
.bc-audit-preview-section .bc-section-intro p,
.bc-audit-preview-section .bc-item-title .elementor-heading-title {
  color: var(--bc-white);
}

.e-con.bc-audit-preview {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 34px;
  padding: 0;
}

.e-con.bc-audit-row {
  --width: 100%;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 18px;
  grid-template-columns: 54px minmax(180px, 0.8fr) minmax(260px, 1.5fr);
  padding: 20px 0;
  width: 100%;
}

.bc-audit-number,
.bc-audit-number p {
  color: #93c5fd;
  font-weight: 800;
  margin: 0;
}

.bc-audit-row .bc-item-title,
.bc-audit-row .bc-item-text,
.bc-audit-row .bc-item-text p {
  margin: 0;
}

.bc-audit-row .bc-item-text,
.bc-audit-row .bc-item-text p {
  color: #cbd5e1;
}

.bc-post-reviewer,
.bc-post-reviewer p {
  color: var(--bc-slate);
  font-size: 0.92rem;
  margin-top: 12px;
}

.bc-mobile-actions {
  display: none;
}

.bc-admin-placeholders {
  background: #fff7ed;
  border: 1px dashed #c2410c;
  color: #7c2d12;
  display: flex;
  flex-wrap: wrap;
  font: 600 13px/1.4 "DM Sans", sans-serif;
  gap: 8px 14px;
  margin: 16px auto;
  max-width: min(calc(100% - 36px), var(--bc-content));
  padding: 12px 16px;
}

.bc-admin-placeholders strong {
  width: 100%;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #f59e0b !important;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: no-preference) {
  .bc-section:not(.bc-hero) {
    animation: bc-section-reveal 520ms ease both;
    animation-timeline: view();
    animation-range: entry 8% cover 25%;
  }

  @keyframes bc-section-reveal {
    from {
      opacity: 0.01;
      transform: translateY(18px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 1024px) {
  .e-con.bc-header-inner {
    --width: min(calc(100% - 36px), var(--bc-content));
    width: min(calc(100% - 36px), var(--bc-content));
  }

  .e-con.bc-hero > .e-con.bc-hero-copy {
    --width: min(calc(100% - 48px), var(--bc-content));
    width: min(calc(100% - 48px), var(--bc-content));
  }

  .e-con.bc-split {
    align-items: stretch;
    flex-direction: column !important;
  }

  .e-con.bc-split > .e-con.bc-split-copy,
  .e-con.bc-split > .e-con.bc-split-media {
    --width: 100%;
    flex-basis: auto !important;
    width: 100%;
  }

  .e-con.bc-grid--3,
  .e-con.bc-grid--4,
  .e-con.bc-grid--5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .e-con.bc-trust-strip {
    flex-wrap: wrap;
  }

  .e-con.bc-trust-strip > .e-con.bc-trust-item {
    --width: 50%;
    flex-basis: 50% !important;
    width: 50%;
  }

  .e-con.bc-trust-strip > .e-con.bc-trust-item:nth-child(2) {
    border-right: 0;
  }

  .e-con.bc-pricing-grid > .e-con.bc-plan {
    --width: 100%;
    flex-basis: 100% !important;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .elementor-form .elementor-field:not([type="checkbox"]):not([type="radio"]) {
    min-height: 48px;
  }

  .elementor-form textarea.elementor-field {
    min-height: 140px;
  }

  .e-con.bc-global-header {
    min-height: 64px;
  }

  .e-con.bc-header-inner {
    --width: calc(100% - 36px);
    width: calc(100% - 36px);
  }

  .e-con.bc-hero {
    min-height: auto;
    padding: 54px 0 64px;
  }

  .e-con.bc-hero > .e-con.bc-hero-copy {
    --width: calc(100% - 36px);
    width: calc(100% - 36px);
  }

  .bc-hero-title .elementor-heading-title,
  .bc-post-title .elementor-heading-title {
    font-size: clamp(2.45rem, 11vw, 3.25rem) !important;
  }

  .e-con.bc-section:not(.bc-hero):not(.bc-section--muted):not(.bc-section--dark):not(.bc-cta):not(.bc-owner):not(.bc-audit-lead),
  .e-con.bc-section--muted,
  .e-con.bc-section--dark,
  .e-con.bc-cta {
    padding: 58px 18px;
  }

  .e-con.bc-button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .e-con.bc-grid--2,
  .e-con.bc-grid--3,
  .e-con.bc-grid--4,
  .e-con.bc-grid--5 {
    grid-template-columns: 1fr;
  }

  .e-con.bc-feature-item,
  .e-con.bc-step {
    padding-right: 0;
  }

  .e-con.bc-feature-item,
  .e-con.bc-step {
    padding: 24px 0;
  }

  .bc-problem-section .bc-feature-item {
    padding: 24px;
  }

  .bc-process-section .bc-step {
    border-bottom: 1px solid var(--bc-line);
    border-right: 0;
    padding: 26px;
  }

  .bc-process-section .bc-step:last-child {
    border-bottom: 0;
  }

  .bc-contact-details {
    grid-template-columns: 1fr;
  }

  .e-con.bc-form-section {
    border-radius: 0;
    margin-block: 0;
    padding: 42px 18px !important;
  }

  .e-con.bc-footer-grid,
  .e-con.bc-footer-bottom {
    flex-direction: column;
  }

  .e-con.bc-footer-grid > .e-con.bc-footer-column,
  .e-con.bc-footer-grid > .e-con.bc-footer-column:first-child {
    --width: 100%;
    flex-basis: 100% !important;
    width: 100%;
  }

  .e-con.bc-trust-strip {
    padding: 0 18px !important;
  }

  .e-con.bc-trust-strip > .e-con.bc-trust-item {
    --width: 100%;
    border-right: 0;
    flex-basis: 100% !important;
    padding: 20px 0 !important;
    width: 100%;
  }

  .e-con.bc-audit-row {
    gap: 6px;
    grid-template-columns: 38px 1fr;
  }

  .bc-audit-row .bc-item-text {
    grid-column: 2;
  }

  body {
    padding-bottom: 62px;
  }

  .bc-mobile-actions {
    bottom: 0;
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.16);
    display: grid;
    grid-template-columns: 1fr 1fr;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1200;
  }

  .bc-mobile-actions a {
    align-items: center;
    display: flex;
    font-size: 0.96rem;
    font-weight: 800;
    justify-content: center;
    min-height: 58px;
    text-decoration: none;
  }

  .bc-mobile-actions__call {
    background: var(--bc-white);
    color: var(--bc-ink);
  }

  .bc-mobile-actions__audit {
    background: var(--bc-blue);
    color: var(--bc-white);
  }
}
