/* Become a Partner / Franchise */

.bp_intro {
  text-align: center;
}

.bp_intro_header {
  max-width: 760px;
  margin: 0 auto;
}

.bp_eyebrow {
  display: inline-block;
  color: var(--primary_color);
  font-size: var(--label_text);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}

.bp_intro_header p:last-of-type {
  margin-top: 1em;
  line-height: 1.7;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.bp_intro_cta {
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
  margin-top: 2.5em;
}

.bp_btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 0.85em 1.4em;
  font-weight: 600;
  border: 2px solid transparent;
}

.bp_btn_primary {
  background-color: var(--primary_color);
  color: var(--white_color);
}

.bp_btn_primary:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.bp_btn_outline {
  background-color: transparent;
  color: var(--primary_color);
  border-color: var(--primary_color);
}

.bp_btn_outline:hover {
  background-color: var(--primary_color);
  color: var(--white_color);
  transform: translateY(-2px);
}

.bp_btn_light {
  background-color: var(--white_color);
  color: var(--primary_color);
}

.bp_btn_light:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.bp_btn_light_outline {
  background-color: transparent;
  color: var(--white_color);
  border-color: var(--white_color);
}

.bp_btn_light_outline:hover {
  background-color: var(--white_color);
  color: var(--primary_color);
  transform: translateY(-2px);
}

/* Stats band */
.bp_stats {
  background: linear-gradient(
    120deg,
    #00006e 0%,
    var(--primary_color) 45%,
    #1a3cff 100%
  );
  color: var(--white_color);
}

.bp_stats_inner {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3em;
  padding-bottom: 3em;
  justify-content: space-between;
  gap: 2em;
  flex-wrap: wrap;
}

.bp_stat {
  flex: 1 1 160px;
  text-align: center;
}

.bp_stat strong {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.1;
  margin-bottom: 0.25em;
}

.bp_stat span {
  font-size: var(--body_text);
  opacity: 0.9;
}

/* Why partner */
.bp_why .section_header,
.bp_steps .section_header,
.bp_contact_header,
.bp_ideal .section_header,
.bp_package .section_header,
.bp_presence .section_header,
.bp_faq .section_header {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.bp_why_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5em 2em;
  margin-top: 3.5em;
}

.bp_why_item {
  text-align: left;
}

.bp_why_item i {
  font-size: 1.6rem;
  color: var(--primary_color);
  margin-bottom: 0.8em;
}

.bp_why_item h2 {
  font-size: var(--tertiary_header);
  color: var(--black_color);
  margin-bottom: 0.5em;
}

.bp_why_item p {
  color: var(--secondary_black_color);
  line-height: 1.65;
}

/* Ideal partner */
.bp_ideal_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2em 3em;
  margin-top: 3em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.bp_checklist {
  list-style: none;
  display: grid;
  gap: 1.1em;
}

.bp_checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.75em;
  color: var(--secondary_black_color);
  line-height: 1.55;
  font-size: var(--body_text);
}

.bp_checklist i {
  color: var(--primary_color);
  margin-top: 0.2em;
  flex-shrink: 0;
}

/* Franchise package */
.bp_package_band {
  background: linear-gradient(180deg, #f4f6ff 0%, #ffffff 100%);
  border-top: 1px solid #e8eaf8;
  border-bottom: 1px solid #e8eaf8;
}

.bp_package {
  margin-top: 4em;
  margin-bottom: 4em;
}

.bp_package_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2em;
  margin-top: 3em;
}

.bp_package_item i {
  font-size: 1.5rem;
  color: var(--primary_color);
  margin-bottom: 0.75em;
}

.bp_package_item h2 {
  font-size: var(--tertiary_header);
  color: var(--black_color);
  margin-bottom: 0.45em;
}

.bp_package_item p {
  color: var(--secondary_black_color);
  line-height: 1.65;
}

/* Investment */
.bp_investment_layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3.5em;
  align-items: center;
}

.bp_investment_copy h1 {
  color: var(--primary_color);
  font-size: var(--primary_header);
  margin-bottom: 0.5em;
}

.bp_investment_copy > p:not(.bp_eyebrow) {
  color: var(--secondary_black_color);
  line-height: 1.7;
  max-width: 520px;
}

.bp_investment_cta {
  justify-content: flex-start;
  margin-top: 1.75em;
}

.bp_investment_list {
  list-style: none;
  border-top: 1px solid #e4e6f2;
}

.bp_investment_list li {
  display: flex;
  justify-content: space-between;
  gap: 1.5em;
  padding: 1.15em 0;
  border-bottom: 1px solid #e4e6f2;
}

.bp_inv_label {
  font-weight: 700;
  color: var(--black_color);
  min-width: 140px;
}

.bp_inv_value {
  color: var(--secondary_black_color);
  text-align: right;
  line-height: 1.45;
}

/* Presence */
.bp_presence_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5em;
  margin-top: 3em;
}

.bp_presence_item {
  padding: 1.5em 0;
  border-top: 3px solid var(--primary_color);
}

.bp_presence_item h2 {
  font-size: var(--tertiary_header);
  color: var(--primary_color);
  margin-bottom: 0.4em;
}

.bp_presence_item p {
  color: var(--secondary_black_color);
  line-height: 1.55;
}

.bp_presence_link {
  display: flex;
  justify-content: center;
  margin-top: 2.5em;
}

/* Steps */
.bp_steps_list {
  list-style: none;
  margin-top: 3.5em;
  display: grid;
  gap: 1.5em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.bp_step {
  display: flex;
  align-items: flex-start;
  gap: 1.5em;
  padding: 1.5em 0;
  border-bottom: 1px solid #e6e6ef;
}

.bp_step:last-child {
  border-bottom: none;
}

.bp_step_num {
  flex-shrink: 0;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--primary_color);
  line-height: 1;
  opacity: 0.85;
}

.bp_step h2 {
  font-size: var(--tertiary_header);
  color: var(--black_color);
  margin-bottom: 0.4em;
}

.bp_step p {
  color: var(--secondary_black_color);
  line-height: 1.65;
}

/* FAQ */
.bp_faq_list {
  max-width: 860px;
  margin: 3em auto 0;
  display: grid;
  gap: 0.75em;
}

.bp_faq_item {
  border-bottom: 1px solid #e4e6f2;
  padding: 0.25em 0 0.75em;
}

.bp_faq_item summary {
  cursor: pointer;
  list-style: none;
  font-size: var(--tertiary_header);
  font-weight: 700;
  color: var(--black_color);
  padding: 0.85em 2em 0.85em 0;
  position: relative;
}

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

.bp_faq_item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary_color);
  font-size: 1.4rem;
  font-weight: 500;
}

.bp_faq_item[open] summary::after {
  content: "–";
}

.bp_faq_item p {
  color: var(--secondary_black_color);
  line-height: 1.7;
  padding-bottom: 0.75em;
  max-width: 95%;
}

/* Contact actions */
.bp_contact_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5em;
  margin-top: 3em;
}

.bp_contact_action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45em;
  padding: 1.75em 1.5em;
  border: 2px solid #e0e0f0;
  border-radius: 10px;
  color: inherit;
  background: linear-gradient(180deg, #fafbff 0%, #ffffff 100%);
}

.bp_contact_action:hover {
  border-color: var(--primary_color);
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 165, 0.12);
}

.bp_contact_icon {
  width: 2.8em;
  height: 2.8em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--primary_color);
  color: var(--white_color);
  margin-bottom: 0.5em;
}

.bp_contact_label {
  font-size: var(--label_text);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--tertiary_black_color);
  font-weight: 700;
}

.bp_contact_value {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  color: var(--primary_color);
  word-break: break-word;
}

.bp_contact_hint {
  font-size: 0.95rem;
  color: var(--secondary_black_color);
  line-height: 1.5;
}

/* Final CTA */
.bp_final_cta {
  background: linear-gradient(
    135deg,
    #00005c 0%,
    var(--primary_color) 55%,
    #2438d6 100%
  );
  color: var(--white_color);
  text-align: center;
}

.bp_final_cta_inner {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4em;
  padding-bottom: 4em;
}

.bp_final_cta h2 {
  font-size: var(--primary_header);
  margin-bottom: 0.4em;
}

.bp_final_cta p {
  max-width: 560px;
  margin: 0 auto 2em;
  line-height: 1.65;
  opacity: 0.92;
}

@media screen and (max-width: 1000px) {
  .bp_why_grid,
  .bp_package_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .bp_investment_layout {
    grid-template-columns: 1fr;
    gap: 2.5em;
  }

  .bp_contact_grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 700px) {
  .bp_why_grid,
  .bp_package_grid,
  .bp_ideal_grid {
    grid-template-columns: 1fr;
    gap: 2em;
  }

  .bp_stats_inner {
    justify-content: center;
  }

  .bp_stat {
    flex: 1 1 40%;
  }

  .bp_step {
    gap: 1em;
  }

  .bp_investment_list li {
    flex-direction: column;
    gap: 0.35em;
  }

  .bp_inv_value {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .bp_intro_cta {
    flex-direction: column;
    align-items: stretch;
  }

  .bp_btn {
    justify-content: center;
  }

  .bp_stat {
    flex: 1 1 100%;
  }

  .bp_presence_grid {
    grid-template-columns: 1fr;
  }
}

/* Franchise inquiry form extras */
.bp_terms_checklist {
  list-style: none;
  display: grid;
  gap: 0.9em;
}

.bp_terms_checklist .pt_checkbox_inline {
  align-items: flex-start;
  line-height: 1.5;
}

.bp_declaration_check {
  align-items: flex-start;
  line-height: 1.55;
  color: var(--secondary_black_color);
}

.bp_budget_group {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75em;
}

.pt_form_header {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
