.franchise-hero__panel {
  align-self: stretch;
}

.franchise-hero__points {
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.franchise-hero__points article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  min-height: 78px;
  padding: 0.85rem 0;
}

.franchise-hero__points article + article {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.franchise-hero__points article > i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: rgba(72, 166, 44, 0.16);
  color: #48a62c;
  font-size: 0.9rem;
}

.franchise-hero__points strong,
.franchise-hero__points span {
  display: block;
}

.franchise-hero__points a {
  color: inherit;
  text-decoration: none;
}

.franchise-hero__points a:hover strong,
.franchise-hero__points a:focus strong {
  color: #76c95e;
}

.franchise-hero__points strong {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.3;
}

.franchise-hero__points span {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
  line-height: 1.4;
}

.franchise-page__content {
  padding: 3rem 0 5rem;
  background: #fff;
}

.franchise-section {
  padding: 3rem 0;
}

.franchise-section-heading {
  margin-top: 0 !important;
}

.mobile-franchise-commercial__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.mobile-franchise-commercial__item {
  display: flex;
  min-width: 0;
  min-height: 230px;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  border: 1px solid rgba(34, 87, 122, 0.2);
  border-radius: 14px;
  background: #f4f7f5;
}

.mobile-franchise-commercial__item > img {
  display: block;
  width: calc(100% + 3rem);
  max-width: none !important;
  height: 190px;
  margin: -1.5rem -1.5rem 1.25rem;
  border-radius: 13px 13px 0 0;
  background: rgba(34, 87, 122, 0.08);
  object-fit: contain;
  object-position: center;
}

.mobile-franchise-commercial__item > span {
  margin-bottom: 0.35rem;
  color: #22577a;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mobile-franchise-commercial__item h3 {
  margin: 0 0 0.55rem;
  color: #102538;
  font-size: 1.05rem;
  font-weight: 900;
}

.mobile-franchise-commercial__item p {
  margin: 0;
  color: #41566a;
  font-size: 0.86rem;
  line-height: 1.6;
}

.mobile-franchise-story__grid {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(34, 87, 122, 0.2);
  border-radius: 14px;
}

.mobile-franchise-story__grid article {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(34, 87, 122, 0.2);
  background: #f4f7f5;
}

.mobile-franchise-story__grid article:last-child {
  border-bottom: 0;
}

.mobile-franchise-story__grid article > span {
  display: block;
  margin-bottom: 0.35rem;
  color: #22577a;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mobile-franchise-story__grid h3 {
  margin: 0 0 0.85rem;
  color: #102538;
  font-size: 1.15rem;
  font-weight: 900;
}

.mobile-franchise-story__grid p {
  margin: 0 0 0.8rem;
  color: #41566a;
  line-height: 1.65;
}

.mobile-franchise-story__grid p:last-child {
  margin-bottom: 0;
}

.mobile-franchise-story__grid ul {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-franchise-story__grid li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 0.55rem;
  color: #41566a;
}

.mobile-franchise-story__grid li i {
  margin-top: 0.25rem;
  color: #48a62c;
}

.franchise-choice {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(34, 87, 122, 0.2);
  border-radius: 20px;
  background: #fff;
}

.franchise-choice__option {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 440px;
  flex-direction: column;
  padding: 2.5rem;
}

.franchise-choice__option--mobile {
  background: rgba(34, 87, 122, 0.045);
}

.franchise-choice__number {
  position: absolute;
  top: 1.2rem;
  right: 1.6rem;
  color: rgba(34, 87, 122, 0.12);
  font-size: 4.25rem;
  font-weight: 900;
  line-height: 1;
}

.franchise-choice__identity {
  position: relative;
  z-index: 1;
  padding-right: 4.5rem;
}

.franchise-choice__type {
  display: block;
  margin-bottom: 0.25rem;
  color: #22577a;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.franchise-choice h3 {
  margin: 0;
  color: #2c333e;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.2;
}

.franchise-choice__visual {
  display: block;
  margin: 1.25rem 0 0;
}

.franchise-choice__visual img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.franchise-choice__option > p {
  margin: 1.4rem 0 0;
  color: rgba(44, 51, 62, 0.78);
  font-size: 0.92rem;
  line-height: 1.6;
}

.franchise-choice__benefits {
  display: grid;
  margin: 1.35rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(34, 87, 122, 0.14);
  list-style: none;
}

.franchise-choice__benefits li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(34, 87, 122, 0.14);
  color: #2c333e;
  font-size: 0.82rem;
  font-weight: 700;
}

.franchise-choice__benefits i {
  color: #48a62c;
}

.franchise-choice__action {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  background: #48a62c;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.franchise-choice__action:hover,
.franchise-choice__action:focus-visible {
  background: #22577a;
  color: #fff;
  text-decoration: none;
}

.franchise-choice__divider {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(34, 87, 122, 0.2);
}

.franchise-choice__divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(34, 87, 122, 0.2);
  border-radius: 50%;
  background: #fff;
  color: #22577a;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.franchise-why {
  border-top: 1px solid rgba(34, 87, 122, 0.12);
  background: rgba(34, 87, 122, 0.045);
}

@media (min-width: 992px) {
  .franchise-why .home-why {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.inspector-reviews-hero .inspection-hero__copy,
.inspector-reviews-hero .inspection-hero__copy p {
  max-width: none;
}

.franchise-model {
  background: #fff;
}

.franchise-model .inspection-guide__illustration,
.franchise-model .inspection-guide__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

.franchise-closing {
  background: #fff;
}

.franchise-closing__inner {
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem;
  border: 1px solid rgba(34, 87, 122, 0.2);
  border-radius: 14px;
  background: #2c333e;
}

.franchise-closing h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.franchise-closing p {
  max-width: 700px;
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  line-height: 1.6;
}

.franchise-closing__actions {
  display: grid;
  gap: 0.75rem;
}

.franchise-closing__actions a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.franchise-closing__actions i {
  color: #48a62c;
}

.franchise-closing__actions a:hover,
.franchise-closing__actions a:focus {
  color: #48a62c;
  text-decoration: none;
}

@media (min-width: 768px) {
  .franchise-page__content {
    padding-top: 4rem;
  }

  .franchise-section {
    padding: 4rem 0;
  }

  .franchise-closing__inner {
    padding: 2rem;
  }

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

}

@media (max-width: 767.98px) {
  .franchise-choice {
    grid-template-columns: 1fr;
  }

  .franchise-choice__option {
    min-height: 0;
    padding: 2rem;
  }

  .franchise-choice__action {
    margin-top: 1.5rem;
  }

  .franchise-choice__divider {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 1px;
  }
}

@media (max-width: 575.98px) {
  .franchise-choice__option {
    padding: 1.5rem 1.25rem;
  }

  .franchise-choice__identity {
    padding-right: 3.25rem;
  }

  .franchise-choice__number {
    right: 1rem;
    font-size: 3.25rem;
  }

  .franchise-choice h3 {
    font-size: 1.25rem;
  }

}

@media (min-width: 992px) {
  .franchise-closing__inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
    align-items: center;
  }

  .mobile-franchise-story__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-franchise-story__grid article {
    border-right: 1px solid rgba(34, 87, 122, 0.2);
    border-bottom: 0;
  }

  .mobile-franchise-story__grid article:last-child {
    border-right: 0;
  }

  .mobile-franchise-commercial__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}
