/* Start custom CSS *//* =========================================================
   GLOBAL STRUCTURE & TYPOGRAPHY
   ========================================================= */

body {
  font-family: "Open Sans", system-ui, -apple-system, blinkmacsystemfont, sans-serif;
}

/* Full-width bands */
.bf-section-band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 80px 0;
}

.bf-section-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Background helpers */
.bf-bg-light   { background: #f5f5f5; }
.bf-bg-white   { background: #ffffff; }
.bf-bg-blue    { background: #A0C3D9; }
.bf-bg-gold    { background: #F2B035; }
.bf-bg-green   { background: #87A644; }
.bf-bg-bluegrey{ background: #6D8BA6; }

/* Section headings */
.bf-section-title {
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 28px;
}

/* Smaller lead text */
.bf-lead-sm {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  text-align: left;
}

/* Simple two-column layout */
.bf-two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

/* Keep bullets tight and left-aligned */
.bf-bullets-col ul {
  margin: 0;
  padding-left: 20px;
}

.bf-callout-text {
  display: flex;
  align-items: center;
}

/* Buttons */
.bf-btn-primary,
.bf-btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  transition: 0.2s ease;
}

/* Primary = blue */
.bf-btn-primary {
  background: #2D7AE0;
  color: #ffffff !important;
}

.bf-btn-primary:hover {
  background: #2467bd;
}

/* Secondary = outline / white or light */
.bf-btn-secondary {
  background: transparent;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}

.bf-btn-secondary:hover {
  background: rgba(255,255,255,0.16);
}

/* =========================================================
   HERO
   ========================================================= */

.bf-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #ffffff;
}

.bf-hero-research {
  background-image:
    linear-gradient( to bottom, rgba(0,0,0,0.55), rgba(0,0,0,0.65) ),
    url("http://blairfarley.com/wp-content/uploads/2025/11/ResearchHERO-scaled.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bf-hero-inner {
  max-width: 960px;
  padding: 80px 20px 100px;
}

.bf-hero-title {
  font-size: 50px;
  font-weight: 900;
  margin: 0 0 20px;
}

.bf-hero-subtitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 28px;
}

.bf-hero-btn {
  margin-top: 8px;
}

/* =========================================================
   RESEARCH OPTIONS CARDS
   ========================================================= */

.bf-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.bf-option-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px 20px 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  text-align: left;
}

.bf-option-popular {
  border: 3px solid #2D7AE0;
}

.bf-option-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #6D8BA6;
  margin: 0 0 4px;
}

.bf-option-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 6px;
}

.bf-option-tagline {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 12px;
}

.bf-option-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 14px 0 6px;
}

.bf-option-card ul {
  margin: 0 0 8px 18px;
  padding: 0;
}

.bf-option-meta {
  font-size: 14px;
  margin-top: 8px;
}

/* =========================================================
   TABS (SAMPLE QUESTIONS)
   ========================================================= */

.bf-tabs {
  max-width: 800px;
  margin: 0 auto;
}

/* Hide radio inputs */
.bf-tabs input[type="radio"] {
  display: none;
}

/* Tab labels */
.bf-tabs-labels {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.bf-tabs-labels label {
  padding: 8px 16px;
  border-radius: 20px;
  background: #f0f0f0;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}

/* Active label styles */
#bf-tab-cong:checked ~ .bf-tabs-labels label[for="bf-tab-cong"],
#bf-tab-community:checked ~ .bf-tabs-labels label[for="bf-tab-community"] {
  background: #2D7AE0;
  color: #ffffff;
}

/* Panel container */
.bf-tabs-panels {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  padding: 18px 20px;
}

/* Panels */
.bf-tab-panel {
  display: none;
}

#bf-tab-cong:checked ~ .bf-tabs-panels .bf-tab-panel:nth-child(1),
#bf-tab-community:checked ~ .bf-tabs-panels .bf-tab-panel:nth-child(2) {
  display: block;
}

.bf-question-list {
  margin: 0;
  padding-left: 20px;
}

/* =========================================================
   PROCESS GRID
   ========================================================= */

.bf-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 10px;
}

.bf-process-step {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.bf-process-step h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}

/* =========================================================
   WHY RESEARCH (3 CARDS)
   ========================================================= */

.bf-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.bf-why-card {
  background: rgba(255,255,255,0.92);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.bf-why-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
}

/* =========================================================
   WHO NEEDS RESEARCH (YES / NO COLUMN LISTS)
   ========================================================= */

.bf-who-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 24px;
}

.bf-who-col h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}

.bf-who-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bf-who-col li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}

/* Colored bullets */
.bf-who-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.bf-who-yes li::before { background: #87A644; }
.bf-who-no  li::before { background: #D96725; }

/* =========================================================
   DELIVERABLES GRID
   ========================================================= */

.bf-deliverables-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 22px;
}

.bf-deliverable {
  background: #ffffff;
  border-radius: 16px;
  padding: 14px 18px 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  position: relative;
  padding-left: 44px;
}

.bf-deliverable h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
}

.bf-deliverable p {
  margin: 0;
}

.bf-check {
  position: absolute;
  left: 14px;
  top: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2D7AE0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================================================
   FAQ
   ========================================================= */

.bf-faq-list {
  max-width: 860px;
  margin: 0 auto;
}

.bf-faq {
  border-radius: 12px;
  background: #ffffff;
  padding: 10px 14px;
  margin-bottom: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.bf-faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.bf-faq summary::-webkit-details-marker {
  display: none;
}

.bf-faq[open] summary {
  color: #2D7AE0;
}

.bf-faq p {
  margin: 8px 0 0;
}

/* =========================================================
   NEXT STEPS CTA
   ========================================================= */

.bf-next-steps {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff;
}

.bf-next-lead {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 auto 28px;
}

.bf-next-cta-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* If needed, nudge into footer to remove tiny white band */
#ri-next {
  margin-bottom: -24px; /* adjust if necessary */
}

/* =========================================================
   RESPONSIVE TWEAKS
   ========================================================= */

@media (max-width: 767px) {
  .bf-section-band {
    padding: 60px 0;
  }

  .bf-section-title {
    font-size: 26px;
  }

  .bf-hero-title {
    font-size: 34px;
  }

  .bf-hero-subtitle {
    font-size: 18px;
  }

  .bf-next-lead {
    font-size: 18px;
  }
}


/* ---------- Problem section cards ---------- */

.bf-problem-intro {
  max-width: 840px;
  margin: 0 auto 32px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.bf-problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.bf-problem-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 20px 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.bf-problem-card-accent {
  border-top: 5px solid #2D7AE0;
}

.bf-problem-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
}

.bf-problem-subhead {
  margin: 0 0 10px;
  font-weight: 500;
}

.bf-problem-tagline {
  margin-top: 14px;
  font-size: 16px;
}

/* Styled checklist bullets */

.bf-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bf-checklist li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
}

.bf-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2D7AE0;
}

/* Mobile tweak */

@media (max-width: 767px) {
  .bf-problem-intro {
    font-size: 16px;
    text-align: left;
  }
}


/* Bottom line under the cards */
.bf-problem-bottom-line {
  text-align: center;
  margin-top: 40px;
  font-size: 32px;
  font-weight: 600;
  color: #1d1d1d;
}

/* Responsive */
@media (max-width: 767px) {
  .bf-problem-bottom-line {
    font-size: 26px;
    margin-top: 30px;
  }
}



/* ---------- "Research That Reveals the Truth" section ---------- */

.bf-solution-intro {
  max-width: 860px;
  margin: 0 auto 32px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.bf-solution-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.bf-solution-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px 22px 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.bf-solution-card-accent {
  border-top: 5px solid #2D7AE0; /* blue accent like other elements */
}

.bf-solution-card h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
}

.bf-solution-subhead {
  margin: 0 0 12px;
  font-weight: 500;
}

/* reuse checklist styling you already added earlier */
.bf-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bf-checklist li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
}

.bf-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2D7AE0;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .bf-solution-intro {
    font-size: 16px;
    text-align: left;
  }

  .bf-solution-card {
    padding: 18px 18px 20px;
  }
}

/* Solution Cards – Option A: Three Different Background Colors */
.bf-solution-card:nth-child(1) {
  background: #E7F0FA;  /* soft blue */
}

.bf-solution-card:nth-child(2) {
  background: #E8F4E8;  /* soft green */
}

.bf-solution-card:nth-child(3) {
  background: #FFF7E2;  /* soft yellow */
}

/* Remove accent bar if you don’t want any card highlighted */
.bf-solution-card-accent {
  border-top: none !important;
}/* End custom CSS */