/* franchise-page.css — isolated. No contact-card inheritance. */
html body.page-franchise .sg-fr {
  --fr-ink: #152033;
  --fr-muted: #5c667a;
  --fr-line: rgba(21, 32, 51, 0.14);
  --fr-teal: #0f9e96;
  --fr-teal-deep: #0b827b;
  padding: 36px 0 88px;
}

html body.page-franchise .sg-fr__wrap {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

html body.page-franchise .sg-fr__intro {
  max-width: 36rem;
  margin: 0 0 40px;
}

html body.page-franchise .sg-fr__kicker {
  margin: 0 0 8px;
  font-family: Sora, Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6d5efc;
}

html body.page-franchise .sg-fr__title {
  margin: 0 0 10px;
  font-family: Sora, Inter, system-ui, sans-serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--fr-ink);
}

html body.page-franchise .sg-fr__lead {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: var(--fr-muted);
}

html body.page-franchise .sg-fr__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px 64px;
  align-items: start;
  background: none;
  border: 0;
  box-shadow: none;
}

html body.page-franchise .sg-fr__copy,
html body.page-franchise .sg-fr__form {
  background: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

html body.page-franchise .sg-fr__photo {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center 30%;
  border-radius: 16px;
  margin: 0 0 22px;
}

html body.page-franchise .sg-fr__copy-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -0.02em;
  color: var(--fr-ink);
}

html body.page-franchise .sg-fr__copy-text {
  margin: 0 0 22px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--fr-muted);
}

html body.page-franchise .sg-fr .p-contact-info,
html body.page-franchise .sg-fr .cs-contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  background: none;
}

html body.page-franchise .sg-fr .p-contact-info__item,
html body.page-franchise .sg-fr .cs-contact-info-item {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

html body.page-franchise .sg-fr .p-contact-info__icon {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  padding: 0;
  border-radius: 0;
  background: none;
  color: var(--fr-teal-deep);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

html body.page-franchise .sg-fr .p-contact-info__body strong {
  display: block;
  margin: 0 0 2px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a8499;
}

html body.page-franchise .sg-fr .p-contact-info__body a,
html body.page-franchise .sg-fr .p-contact-info__body span,
html body.page-franchise .sg-fr .p-contact-info__body div {
  color: var(--fr-ink);
  font-size: 14.5px;
  line-height: 1.4;
  word-break: break-word;
}

html body.page-franchise .sg-fr .p-contact-info__body a {
  color: var(--fr-teal-deep);
  font-weight: 600;
  text-decoration: none;
}

html body.page-franchise .sg-fr .p-contact-info__body a:hover {
  text-decoration: underline;
}

html body.page-franchise .sg-fr__form-title {
  margin: 0 0 6px;
  font-family: Sora, Inter, system-ui, sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--fr-ink);
}

html body.page-franchise .sg-fr__form-lead {
  margin: 0 0 28px;
  max-width: 42ch;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--fr-muted);
}

html body.page-franchise .sg-fr__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
}

html body.page-franchise .sg-fr__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 16px;
}

html body.page-franchise .sg-fr__row .sg-fr__field {
  margin-bottom: 16px;
}

html body.page-franchise .sg-fr__field > span {
  font-size: 12.5px;
  font-weight: 650;
  color: #3d465c;
}

html body.page-franchise .sg-fr__field input,
html body.page-franchise .sg-fr__field select,
html body.page-franchise .sg-fr__field textarea,
html body.page-franchise .sg-fr__field .iti,
html body.page-franchise .sg-fr__field .iti input,
html body.page-franchise .sg-fr__field input.form-control,
html body.page-franchise .sg-fr input.jsGlobalCountry1 {
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid var(--fr-line) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: var(--fr-ink) !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

html body.page-franchise .sg-fr__field textarea {
  min-height: 128px !important;
  resize: vertical !important;
}

html body.page-franchise .sg-fr__field select {
  padding-right: 36px !important;
  background-color: #ffffff !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #5c667a 50%),
    linear-gradient(135deg, #5c667a 50%, transparent 50%) !important;
  background-position:
    calc(100% - 16px) calc(50% - 2px),
    calc(100% - 11px) calc(50% - 2px) !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
}

html body.page-franchise .sg-fr__field input:focus,
html body.page-franchise .sg-fr__field select:focus,
html body.page-franchise .sg-fr__field textarea:focus,
html body.page-franchise .sg-fr__field .iti:focus-within {
  border-color: rgba(15, 158, 150, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(15, 158, 150, 0.14) !important;
}

html body.page-franchise .sg-fr__field .iti {
  display: block !important;
  padding: 0 !important;
  overflow: visible !important;
}

html body.page-franchise .sg-fr__field .iti input,
html body.page-franchise .sg-fr__field input.jsGlobalCountry1 {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  min-height: 46px !important;
  padding-left: 92px !important;
}

html body.page-franchise .sg-fr__field .iti__flag-container {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
}

html body.page-franchise .sg-fr__field .iti__selected-flag {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  padding: 0 10px 0 12px !important;
  background: transparent !important;
  border: 0 !important;
  border-right: 1px solid var(--fr-line) !important;
}

html body.page-franchise .sg-fr__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 48px;
  margin-top: 8px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--fr-teal);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

html body.page-franchise .sg-fr__submit:hover {
  background: var(--fr-teal-deep);
}

@media (max-width: 899.98px) {
  html body.page-franchise .sg-fr {
    padding: 24px 0 64px;
  }

  html body.page-franchise .sg-fr__wrap {
    width: min(1080px, calc(100% - 28px));
  }

  html body.page-franchise .sg-fr__grid,
  html body.page-franchise .sg-fr__row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  html body.page-franchise .sg-fr__photo {
    height: 200px;
  }

  html body.page-franchise .sg-fr__submit {
    width: 100%;
  }
}
