/* ---------- 0. BRAND TOKENS --------------------------------- */

.brc-page {
  /* Blue — icons, accents, trust bar highlights */
  --br-blue: #18b4ff;
  --br-blue-dark: #0788c4;
  --br-blue-pale: #eaf7fd;
  --br-blue-pale-border: #cdeaf7;
  --br-blue-tint: #f3fafe;

  /* Purple — dark bands, panels and buttons */
  --br-purple-dark: #1e1d3d;
  --br-purple-light: #4b4a6c;
  --br-purple-pale: #f0eff7;
  --br-purple-pale-hover: #e7e5f1;

  /* Neutrals */
  --br-navy: #0f2338;
  --br-ink: #1f2c38;
  --br-muted: #5f6f7f;
  --br-light: #f4f7f9;
  --br-border: #dfe7ec;
  --br-white: #ffffff;

  --br-radius: 18px;
  --br-shadow: 0 16px 45px rgba(15, 35, 56, 0.12);
}


/* ---------- 1. PAGE SHELL + TYPOGRAPHY ---------------------- */

/* The CMS puts content in a narrow column. The page breaks out of it once,
   here — individual sections then just fill 100% width. */
.brc-page {
  color: var(--br-ink);
  font-size: 18px;
  line-height: 1.65;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  overflow-x: clip;
  position: relative;
  width: 100vw;
}

.brc-page * {
  box-sizing: border-box;
}

/* Inner content wrapper. Deliberately NOT Bootstrap's .container so it can't
   inherit theme widths, offsets or negative margins. */
.brc-inner {
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 24px;
  width: 100%;
}

.brc-page h1,
.brc-page h2,
.brc-page h3,
.brc-page h4 {
  color: var(--br-navy);
  font-weight: 800;
  line-height: 1.15;
  margin-top: 0;
}

.brc-page h1 {
  font-size: clamp(42px, 5vw, 66px);
  letter-spacing: -1.5px;
  margin-bottom: 22px;
}

.brc-page h2 {
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -0.8px;
  margin-bottom: 18px;
}

.brc-page h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.brc-page p {
  margin: 0 0 18px;
}

.brc-page a {
  transition: 0.2s ease;
}

/* Every custom list uses a real inline <i class="fa"> icon instead of a bullet.
   The theme injects its own markers at #r8_content specificity, so they have to
   be killed with matching weight — a plain class selector loses to them. */
.brc-page ul.brc-mini-list,
#r8_content ul.brc-mini-list {
  list-style: none !important;
  margin: 0;
  padding-left: 0 !important;
}

.brc-page ul.brc-mini-list li,
#r8_content ul.brc-mini-list li {
  background: none !important;
  background-image: none !important;
  list-style: none !important;
  padding-left: 0 !important;
}

.brc-page ul.brc-mini-list li::before,
.brc-page ul.brc-mini-list li::after,
#r8_content ul.brc-mini-list li:before,
#r8_content ul.brc-mini-list li:after {
  background: none !important;
  content: none !important;
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

@media (max-width: 991px) {
  .brc-inner { padding: 0 20px; }
}

@media (max-width: 767px) {
  .brc-page { font-size: 16px; line-height: 1.55; }
  .brc-inner { padding: 0 15px; }
  .brc-page h2 { font-size: 29px; line-height: 1.12; }
  .brc-page h3 { font-size: 22px; }

  /* Theme reveal animations are disabled on mobile. */
  .brc-page .wow {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
}


/* ---------- 2. SECTION FURNITURE ---------------------------- */

.brc-section { padding: 82px 0; }
.brc-section-light { background: var(--br-white); }
.brc-section-grey { background: var(--br-light); }

.brc-section-head {
  margin: 0 auto 46px;
  max-width: 800px;
  text-align: center;
}

.brc-section-head p {
  color: var(--br-muted);
  font-size: 20px;
  margin-bottom: 0;
}

.brc-eyebrow {
  color: var(--br-blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.8px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.brc-rule {
  background: var(--br-blue);
  border: 0;
  height: 4px;
  margin: 22px auto 24px;
  width: 68px;
}

.brc-rule-left { margin-left: 0; }

/* Reassurance microcopy under a CTA */
.brc-cta-note {
  color: var(--br-muted);
  font-size: 14px;
  margin: 12px 0 0;
}

.brc-cta-note-light { color: rgba(255, 255, 255, 0.78); }

/* Centred CTA block used under a few sections */
.brc-cta-centre {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .brc-section { padding: 64px 0; }
}

@media (max-width: 767px) {
  .brc-section { padding: 44px 0; }
  .brc-section-head { margin-bottom: 27px; text-align: left; }
  .brc-section-head p { font-size: 17px; }
  .brc-eyebrow { font-size: 12px; letter-spacing: 1.35px; margin-bottom: 10px; }
  .brc-rule { margin-left: 0; }
  .brc-cta-centre { margin-top: 26px; }
}


/* ---------- 3. BUTTONS -------------------------------------- */
/* Every quote/enquiry CTA on the page is a normal styled <button> carrying
   data-brc-form="…". The JS clicks a hidden native Typeform trigger so the
   live IDs resolve properly (see section 17). */

.brc-page .brc-form-button {
  align-items: center;
  appearance: none;
  background: var(--br-purple-light);
  border: 2px solid var(--br-purple-light);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(75, 74, 108, 0.24);
  color: var(--br-white);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 16px;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  line-height: 1.2;
  min-height: 56px;
  padding: 14px 22px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease,
    transform 0.2s ease;
  width: 100%;
}

.brc-page .brc-form-button span,
.brc-page .brc-form-button i {
  color: inherit;
}

.brc-page .brc-form-button i { flex: 0 0 auto; margin: 0; }

.brc-page .brc-form-button:hover,
.brc-page .brc-form-button:focus {
  background: var(--br-purple-dark);
  border-color: var(--br-purple-dark);
  box-shadow: 0 13px 28px rgba(30, 29, 61, 0.28);
  outline: none;
  transform: translateY(-2px);
}

.brc-page .brc-form-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.95);
  outline-offset: 3px;
}

/* Variants */
.brc-page .brc-form-button-card {
  margin-top: auto;
  min-height: 52px;
  padding: 12px 17px;
}

.brc-page .brc-form-button-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 390px;
}

.brc-page .brc-form-button-hero {
  flex: 0 1 270px;
  max-width: 270px;
  min-height: 58px;
}

/* On any dark purple band or panel the button flips to white. */
.brc-page .brc-emergency-band .brc-form-button,
.brc-page .brc-cta-panel .brc-form-button,
.brc-page .brc-postcode-box .brc-form-button,
.brc-page .brc-final-cta .brc-form-button {
  background: var(--br-white);
  border-color: var(--br-white);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  color: var(--br-purple-dark);
}

.brc-page .brc-emergency-band .brc-form-button:hover,
.brc-page .brc-emergency-band .brc-form-button:focus,
.brc-page .brc-cta-panel .brc-form-button:hover,
.brc-page .brc-cta-panel .brc-form-button:focus,
.brc-page .brc-postcode-box .brc-form-button:hover,
.brc-page .brc-postcode-box .brc-form-button:focus,
.brc-page .brc-final-cta .brc-form-button:hover,
.brc-page .brc-final-cta .brc-form-button:focus {
  background: var(--br-purple-pale-hover);
  border-color: var(--br-purple-pale-hover);
  color: var(--br-purple-dark);
}

.brc-page .brc-final-cta .brc-form-button { max-width: 330px; }

/* Phone / ghost button */
.brc-phone-button {
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.52);
  border-radius: 10px;
  color: var(--br-white) !important;
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  justify-content: center;
  min-height: 58px;
  padding: 13px 22px;
  text-decoration: none !important;
}

.brc-phone-button i { color: inherit; }

.brc-phone-button:hover,
.brc-phone-button:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--br-white);
}

.brc-emergency-band .brc-phone-button:hover {
  background: var(--br-purple-light);
  border-color: var(--br-white);
}

@media (max-width: 767px) {
  .brc-page .brc-form-button,
  .brc-page .brc-form-button-card,
  .brc-page .brc-form-button-wide,
  .brc-page .brc-form-button-hero {
    font-size: 16px;
    max-width: none;
    min-height: 54px;
    padding: 13px 16px;
    width: 100%;
  }

  .brc-phone-button { width: 100%; }
}


/* ---------- 4. HERO ----------------------------------------- */

.brc-hero {
  background-position: center;
  background-size: cover;
}

.brc-hero-overlay {
  min-height: 660px;
  padding: 54px 0;
}

.brc-hero-layout {
  align-items: center;
  display: grid;
  /* 5:7 split — the Typeform needs the wider column */
  gap: clamp(24px, 3vw, 44px);
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}

.brc-hero-copy {
  color: var(--br-white);
  max-width: 560px;
  min-width: 0;
}

.brc-hero-copy h1 {
  color: var(--br-white);
  font-size: clamp(40px, 3.75vw, 58px);
  max-width: 560px;
}

.brc-hero-lede {
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  line-height: 1.55;
  max-width: 540px;
}

.brc-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 25px 0 28px;
}

.brc-hero-proof span {
  align-items: center;
  color: var(--br-white);
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  gap: 8px;
}

.brc-hero-actions {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.brc-hero-actions .brc-phone-button { min-width: 245px; }

.brc-hero-micro {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  margin: 14px 0 0;
}

/* Hero quote card */
.brc-hero-form-card {
  align-self: start;
  background: var(--br-white);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: var(--br-radius);
  box-shadow: var(--br-shadow);
  min-width: 0;
  padding: 18px;
  width: 100%;
}

.brc-hero-form-heading { padding: 6px 8px 14px; }

.brc-hero-card-note {
  border-top: 1px solid var(--br-border);
  color: var(--br-muted);
  font-size: 14px;
  margin: 12px 0 0;
  padding-top: 16px;
}

/* Inline Typeform embed. It needs an explicit height or it collapses. */
.brc-typeform-embed {
  background: var(--br-white);
  height: 600px;
  position: relative;
  width: 100%;
}

.brc-typeform-embed > div[data-tf-live],
.brc-typeform-embed > div[data-tf-live] > div,
.brc-typeform-embed iframe {
  border: 0;
  display: block;
  height: 600px;
  width: 100%;
}

/* Blue icons in the hero */
.brc-hero-proof i,
.brc-hero-micro i,
.brc-hero-card-note i {
  color: var(--br-blue-dark);
}

.brc-hero-proof i { color: var(--br-blue); }

@media (max-width: 1100px) {
  .brc-hero-copy h1 { font-size: clamp(40px, 5vw, 54px); }
}

@media (max-width: 900px) {
  .brc-hero-overlay { min-height: 0; padding: 42px 0 48px; }

  .brc-hero-layout {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .brc-hero-copy { max-width: none; }
  .brc-hero-copy h1 { max-width: none; }
  .brc-hero-lede { max-width: 760px; }
  .brc-hero-form-card { max-width: 680px; padding: 24px; }
}

@media (max-width: 767px) {
  .brc-hero-overlay { padding: 28px 0 34px; }

  .brc-hero-copy h1 {
    font-size: clamp(34px, 10.5vw, 43px);
    letter-spacing: -0.8px;
    line-height: 1.08;
    margin-bottom: 14px;
  }

  .brc-hero-lede { font-size: 16px; line-height: 1.5; }

  .brc-hero-proof {
    display: grid;
    gap: 8px;
    margin: 16px 0 18px;
  }

  .brc-hero-proof span { font-size: 14px; }

  .brc-hero-actions { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .brc-hero-actions .brc-phone-button { min-height: 54px; min-width: 0; width: 100%; }

  .brc-hero-micro { font-size: 12px; line-height: 1.45; margin-top: 11px; }

  .brc-hero-form-card { border-radius: 14px; padding: 14px; }
  .brc-hero-form-heading { padding: 4px 4px 12px; }
}


/* ---------- 5. TRUST STRIP ---------------------------------- */

.brc-trust-strip {
  background: var(--br-purple-light);
  color: var(--br-white);
  padding: 19px 0;
}

.brc-trust-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.brc-trust-item {
  align-items: center;
  color: var(--br-white);
  display: flex;
  font-size: 14px;
  font-weight: 900;
  gap: 9px;
  justify-content: center;
  letter-spacing: 0.35px;
  text-align: center;
  text-transform: uppercase;
}

.brc-trust-item i {
  color: var(--br-white);
  font-size: 20px;
}

@media (max-width: 991px) {
  .brc-trust-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .brc-trust-strip { padding: 18px 0; }
  .brc-trust-grid { gap: 11px 15px; }

  .brc-trust-item {
    align-items: flex-start;
    font-size: 11px;
    gap: 7px;
    justify-content: flex-start;
    line-height: 1.35;
    text-align: left;
  }

  .brc-trust-item i { font-size: 15px; margin-top: 1px; }
}


/* ---------- 6. SERVICE CHOOSER ------------------------------ */

.brc-choice-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
}

.brc-choice-card {
  background: var(--br-white);
  border: 1px solid var(--br-border);
  border-radius: var(--br-radius);
  box-shadow: 0 7px 24px rgba(15, 35, 56, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-width: 0;
  padding: 30px 25px;
  transition: 0.2s ease;
}

.brc-choice-card:hover {
  border-color: rgba(75, 74, 108, 0.42);
  box-shadow: 0 14px 35px rgba(15, 35, 56, 0.11);
  transform: translateY(-4px);
}

.brc-choice-card p {
  color: var(--br-muted);
  font-size: 16px;
}

/* Shared icon tile — pale blue plate, blue glyph */
.brc-choice-icon,
.brc-specialist-card > i {
  align-items: center;
  background: var(--br-blue-pale);
  border: 1px solid var(--br-blue-pale-border);
  color: var(--br-blue-dark);
  display: flex;
  justify-content: center;
}

.brc-choice-icon {
  border-radius: 14px;
  font-size: 27px;
  height: 58px;
  margin-bottom: 22px;
  width: 58px;
}

@media (max-width: 991px) {
  .brc-choice-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .brc-choice-grid { gap: 16px; grid-template-columns: 1fr; }
  .brc-choice-card { padding: 21px 18px; }
  .brc-choice-card p { font-size: 15px; }
}


/* ---------- 7. LOCAL CTA BAND ------------------------------- */

.brc-emergency-band {
  background: var(--br-purple-dark);
  color: var(--br-white);
  padding: 30px 0;
}

.brc-emergency-inner {
  align-items: center;
  display: flex;
  gap: 34px;
  justify-content: space-between;
}

.brc-emergency-copy { max-width: 900px; }

.brc-emergency-band h2 {
  color: var(--br-white);
  font-size: 29px;
  margin-bottom: 7px;
}

.brc-emergency-band p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  margin-bottom: 0;
}

.brc-emergency-actions {
  align-items: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.brc-emergency-actions .brc-form-button,
.brc-emergency-actions .brc-phone-button {
  min-height: 56px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .brc-emergency-inner { align-items: stretch; flex-direction: column; }
  .brc-emergency-actions { flex: auto; }
}

@media (max-width: 767px) {
  .brc-emergency-band { padding: 25px 0; }
  .brc-emergency-band h2 { font-size: 24px; }
  .brc-emergency-actions { flex-direction: column; }
  .brc-emergency-actions .brc-form-button,
  .brc-emergency-actions .brc-phone-button { white-space: normal; width: 100%; }
}


/* ---------- 8. WHY CHOOSE US -------------------------------- */

.brc-benefit-wrap {
  align-items: center;
  display: grid;
  gap: 55px;
  grid-template-columns: 0.9fr 1.1fr;
}

.brc-benefit-copy p:not(.brc-eyebrow) {
  color: var(--br-muted);
  font-size: 19px;
}

.brc-stats {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.brc-stat {
  background: var(--br-light);
  border-radius: 14px;
  padding: 19px 14px;
  text-align: center;
}

.brc-stat strong {
  color: var(--br-navy);
  display: block;
  font-size: 27px;
  line-height: 1.1;
}

.brc-stat span {
  color: var(--br-muted);
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  margin-top: 7px;
  text-transform: uppercase;
}

.brc-benefit-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.brc-benefit-card {
  background: var(--br-white);
  border: 1px solid var(--br-border);
  border-radius: 15px;
  box-shadow: 0 8px 28px rgba(15, 35, 56, 0.06);
  padding: 26px 24px;
}

.brc-benefit-card:hover { border-color: rgba(75, 74, 108, 0.42); }

.brc-benefit-card > i {
  color: var(--br-blue-dark);
  display: block;
  font-size: 24px;
  margin-bottom: 15px;
}

.brc-benefit-card h3 { font-size: 20px; }

.brc-benefit-card p {
  color: var(--br-muted);
  font-size: 15px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .brc-benefit-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .brc-stats { grid-template-columns: 1fr; }
  .brc-benefit-grid { gap: 16px; grid-template-columns: 1fr; }
  .brc-benefit-card { padding: 21px 18px; }
}


/* ---------- 9. CTA PANEL ------------------------------------ */

.brc-cta-panel {
  align-items: center;
  background: var(--br-purple-light);
  border-radius: var(--br-radius);
  box-shadow: var(--br-shadow);
  color: var(--br-white);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 48px;
  padding: 34px 38px;
}

.brc-cta-panel h3 {
  color: var(--br-white);
  font-size: 30px;
  margin-bottom: 8px;
}

.brc-cta-panel p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0;
  max-width: 680px;
}

.brc-cta-panel-actions {
  flex: 0 0 340px;
  text-align: center;
}

@media (max-width: 991px) {
  .brc-cta-panel {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }
  .brc-cta-panel-actions { flex: auto; }
}

@media (max-width: 767px) {
  .brc-cta-panel { gap: 20px; margin-top: 32px; padding: 25px 18px; }
  .brc-cta-panel h3 { font-size: 25px; }
}


/* ---------- 10. SERVICE CARDS + SPECIALIST SERVICES --------- */

.brc-service-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}

.brc-service-card {
  background: var(--br-white);
  border: 1px solid var(--br-border);
  border-radius: var(--br-radius);
  box-shadow: 0 8px 30px rgba(15, 35, 56, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-width: 0;
  overflow: hidden;
  transition: 0.2s ease;
}

.brc-service-card:hover { border-color: rgba(75, 74, 108, 0.42); }

.brc-service-image {
  height: 215px;
  overflow: hidden;
}

.brc-service-image img {
  height: 100%;
  object-fit: cover;
  transition: 0.35s ease;
  width: 100%;
}

.brc-service-card:hover .brc-service-image img { transform: scale(1.04); }

.brc-service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 27px 25px 25px;
}

.brc-service-body > p {
  color: var(--br-muted);
  font-size: 16px;
}

.brc-mini-list {
  display: grid;
  gap: 9px;
  margin: 4px 0 24px;
}

.brc-mini-list li {
  align-items: flex-start;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  gap: 9px;
}

.brc-mini-list i {
  color: var(--br-blue-dark);
  margin-top: 4px;
}

.brc-card-action {
  margin-top: auto;
  text-align: center;
}

/* Specialist services */
.brc-specialist-box {
  background: var(--br-white);
  border: 1px solid var(--br-border);
  border-radius: var(--br-radius);
  margin-top: 42px;
  padding: 36px;
}

.brc-specialist-box h3 {
  font-size: 28px;
  text-align: center;
}

.brc-specialist-box > p {
  color: var(--br-muted);
  text-align: center;
}

.brc-specialist-grid {
  align-items: stretch;
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 27px;
}

.brc-specialist-card {
  align-items: flex-start;
  background: var(--br-light);
  border: 1px solid var(--br-border);
  border-radius: 14px;
  display: flex;
  gap: 14px;
  min-height: 100%;
  padding: 21px;
}

.brc-specialist-card > i {
  border-radius: 11px;
  flex: 0 0 46px;
  font-size: 20px;
  height: 46px;
}

.brc-specialist-card h3 {
  font-size: 18px;
  margin: 0 0 7px;
  text-align: left;
}

.brc-specialist-card p {
  color: var(--br-muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

@media (max-width: 991px) {
  .brc-service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .brc-service-grid { gap: 16px; grid-template-columns: 1fr; }
  .brc-service-image { height: 200px; }
  .brc-service-body { padding: 21px 18px; }
  .brc-service-body > p { font-size: 15px; }
  .brc-mini-list { gap: 8px; margin-bottom: 20px; }
  .brc-mini-list li { font-size: 14px; }

  .brc-specialist-box { padding: 21px 18px; }
  .brc-specialist-grid { gap: 16px; grid-template-columns: 1fr; }
  .brc-specialist-card { padding: 18px 16px; }
}


/* ---------- 11. WARNING SIGNS ------------------------------- */

.brc-problem-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.brc-problem-card {
  align-items: flex-start;
  background: var(--br-white);
  border: 1px solid var(--br-border);
  border-radius: 14px;
  display: flex;
  gap: 17px;
  min-width: 0;
  padding: 23px;
}

.brc-problem-card > i {
  color: var(--br-blue-dark);
  font-size: 25px;
  margin-top: 3px;
  width: 28px;
}

.brc-problem-card h3 {
  font-size: 19px;
  margin-bottom: 7px;
}

.brc-problem-card p {
  color: var(--br-muted);
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .brc-problem-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .brc-problem-grid { gap: 16px; grid-template-columns: 1fr; }
  .brc-problem-card { padding: 21px 18px; }
  .brc-problem-card p { font-size: 15px; }
}


/* ---------- 12. HOW IT WORKS -------------------------------- */

.brc-steps {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.brc-step {
  background: var(--br-white);
  border: 1px solid var(--br-border);
  border-radius: var(--br-radius);
  padding: 30px;
}

.brc-step-number {
  align-items: center;
  background: var(--br-purple-pale);
  border-radius: 50%;
  color: var(--br-purple-dark);
  display: flex;
  font-size: 22px;
  font-weight: 900;
  height: 52px;
  justify-content: center;
  margin-bottom: 21px;
  width: 52px;
}

.brc-step p {
  color: var(--br-muted);
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .brc-steps { gap: 16px; grid-template-columns: 1fr; }
  .brc-step { padding: 21px 18px; }
  .brc-step p { font-size: 15px; }
}


/* ---------- 13. AREAS WE COVER ------------------------------ */

.brc-area-wrap {
  align-items: start;
  display: grid;
  gap: 45px;
  grid-template-columns: 0.9fr 1.1fr;
}

.brc-area-copy > p {
  color: var(--br-muted);
  font-size: 18px;
}

.brc-postcode-box {
  background: var(--br-purple-light);
  border-radius: var(--br-radius);
  color: var(--br-white);
  margin-top: 28px;
  padding: 29px;
  text-align: center;
}

.brc-postcode-box h3 {
  color: var(--br-white);
  font-size: 23px;
}

.brc-postcode-box p { color: rgba(255, 255, 255, 0.78); }

.brc-area-panel {
  background: var(--br-white);
  border: 1px solid var(--br-border);
  border-radius: var(--br-radius);
  box-shadow: 0 10px 30px rgba(15, 35, 56, 0.07);
  padding: 34px;
}

.brc-area-panel h3 { font-size: 25px; }

.brc-area-list {
  display: grid;
  gap: 12px 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.brc-area-item {
  align-items: center;
  background: var(--br-blue-tint);
  border-radius: 10px;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  min-height: 48px;
  padding: 10px 13px;
}

.brc-area-item i {
  color: var(--br-blue-dark);
  flex: 0 0 16px;
  text-align: center;
}

.brc-area-item span { min-width: 0; }

@media (max-width: 991px) {
  .brc-area-wrap { grid-template-columns: 1fr; }
  .brc-area-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .brc-postcode-box,
  .brc-area-panel { padding: 21px 18px; }

  .brc-area-list { gap: 9px; }

  .brc-area-item {
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.35;
    min-height: 46px;
    padding: 9px 10px;
  }

  .brc-area-item i { margin-top: 2px; }
}

@media (max-width: 420px) {
  .brc-area-list { grid-template-columns: 1fr; }
}


/* ---------- 14. FAQ ----------------------------------------- */

.brc-faq-wrap { padding: 82px 0; }

.brc-faq-wrap .brc-section-head { text-align: left; }
.brc-faq-wrap .brc-rule { margin-left: 0; }


/* ---------- 15. FINAL CTA ----------------------------------- */

.brc-final-cta {
  background: var(--br-purple-dark);
  color: var(--br-white);
  padding: 72px 0;
  text-align: center;
}

.brc-final-cta .brc-eyebrow { color: var(--br-white); }

.brc-final-cta h2 {
  color: var(--br-white);
  font-size: clamp(36px, 4vw, 52px);
}

.brc-final-cta > .brc-inner > p {
  color: var(--br-white);
  font-size: 20px;
  margin: 0 auto 28px;
  max-width: 750px;
}

.brc-final-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.brc-final-actions .brc-phone-button {
  border-color: rgba(255, 255, 255, 0.65);
  color: var(--br-white) !important;
}

.brc-final-actions .brc-phone-button:hover,
.brc-final-actions .brc-phone-button:focus {
  background: var(--br-purple-light);
  border-color: var(--br-white);
}

.brc-final-cta .brc-cta-note {
  color: #b7e2f7;
  font-size: 14px;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .brc-final-actions { align-items: stretch; flex-direction: column; }
}


/* ---------- 16. FOOTER -------------------------------------- */

.brc-footer {
  background: var(--br-purple-dark);
  color: rgba(255, 255, 255, 0.8);
  padding: 52px 0;
}

.brc-footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(3, 1fr);
}

.brc-footer h4 {
  color: var(--br-white);
  font-size: 19px;
  margin-bottom: 14px;
}

.brc-footer a { color: var(--br-white); }
.brc-footer p { font-size: 15px; }

.brc-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  margin-top: 34px;
  padding-top: 22px;
  text-align: center;
}

.brc-legal + .brc-legal {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 767px) {
  .brc-footer { padding: 44px 0; }
  .brc-footer-grid { gap: 16px; grid-template-columns: 1fr; }
}


/* ---------- 17. HIDDEN TYPEFORM PROXIES ---------------------
   Typeform only reliably resolves a live ID when it renders its own
   trigger. So each form gets a real (off-screen) Typeform trigger,
   and the visible page buttons click it via the page JS. Do not
   delete this block or the CTA buttons stop opening.
   ------------------------------------------------------------ */

.brc-typeform-proxies {
  height: 1px;
  left: -10000px;
  opacity: 0.001;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 360px;
  z-index: -1;
}

.brc-typeform-proxy {
  display: block;
  min-height: 80px;
  width: 340px;
}


/* ---------- 18. CMS / THEME INTEGRATION ---------------------
   Rules that belong to the site theme, not the page itself.
   ------------------------------------------------------------ */

/* Hero overlay tint (used by the theme's parallax overlay element) */
.parallax-gradient-c1c2 {
  background-image: linear-gradient(to right, rgba(30, 29, 61, 0.8), rgba(30, 29, 61, 0.6));
  color: #fff;
}

/* Smooth anchor scrolling to the hero quote form */
html { scroll-behavior: smooth; }
#d0quote { scroll-margin-top: 90px; }

/* FAQ accordion module */
#r8_content .ui-state-default { background: #fff; border: 1px solid #e6e8ef; padding: 0 !important; }
#r8_content .ui-state-active { background: #fff; border: 1px solid #e6e8ef; }
#r8_content .ui-widget-content { border: 1px solid #e6e8ef; }
.well { box-shadow: none; }
#dotgo-accordion6 .ui-widget {
  font-family: inherit;
  margin-left: unset !important;
  max-width: 2000px !important;
  position: relative;
}

/* Theme heading alignment on mobile */
@media (max-width: 767px) {
  #body .r8_col3 h1,
  #body .r8_col3 h2 { text-align: left; }
}

/* Tidio chat widget is not used on this page */
#tidio-chat,
iframe[src*="tidio"] {
  display: none !important;
  visibility: hidden !important;
}

/* Stop the navigation sticking when scrolling */
nav.navbar.jqSticky,
nav.navbar.jqSticky.stuck {
    position: static !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
}
