.franchise-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--red-950);
  color: var(--white);
}

.franchise-page main {
  overflow: hidden;
}

.franchise-page img {
  display: block;
  max-width: 100%;
}

#franchise-apply {
  scroll-margin-top: 110px;
}

/* COMMON HEADER */

.franchise-section-header {
  max-width: 840px;
  margin-bottom: clamp(1.5rem, 4vw, 2.6rem);
}

.franchise-section-header .section-kicker {
  justify-content: flex-start;
}

.franchise-section-header .section-kicker::after {
  display: none;
}

.franchise-section-header h2 {
  display: flex;
  flex-direction: column;
  margin-top: 0.65rem;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.97;
}

.franchise-section-header h2 span {
  color: var(--yellow-500);
}

.franchise-section-header p {
  max-width: 700px;
  margin-top: 0.9rem;
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

/* BUTTONS */

.franchise-primary-button,
.franchise-secondary-button,
.franchise-card-button,
.franchise-submit-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.76rem 1.15rem;
  border-radius: 10px;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s ease;
}

.franchise-primary-button,
.franchise-card-button,
.franchise-submit-button {
  border: 1px solid var(--yellow-500);
  background: linear-gradient(135deg, var(--yellow-400), var(--yellow-500));
  color: var(--red-950);
  box-shadow: 0 14px 30px rgba(242, 201, 76, 0.14);
}

.franchise-secondary-button {
  border: 1px solid rgba(242, 201, 76, 0.3);
  background: rgba(242, 201, 76, 0.055);
  color: var(--yellow-100);
}

.franchise-primary-button:hover,
.franchise-card-button:hover,
.franchise-submit-button:hover,
.franchise-secondary-button:hover {
  transform: translateY(-2px);
}

/* HERO */

.franchise-hero {
  position: relative;
  overflow: hidden;
  padding-top: var(--header-height);
  background:
    radial-gradient(circle at 84% 18%, rgba(242, 201, 76, 0.13), transparent 28%),
    radial-gradient(circle at 8% 86%, rgba(215, 25, 32, 0.24), transparent 34%),
    linear-gradient(135deg, var(--red-950), var(--red-850), var(--red-700));
}

.franchise-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 46px 46px;
}

.franchise-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
}

.franchise-glow-one {
  top: 12%;
  right: 5%;
  width: 360px;
  height: 360px;
  background: rgba(242, 201, 76, 0.1);
  animation: franchise-glow-one 7s ease-in-out infinite;
}

.franchise-glow-two {
  bottom: 4%;
  left: 2%;
  width: 280px;
  height: 280px;
  background: rgba(255,255,255,0.03);
  animation: franchise-glow-two 8s ease-in-out infinite;
}

.franchise-hero-container {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding-block: 1.3rem 2.8rem;
}

.franchise-hero-logo {
  width: clamp(120px, 11vw, 175px);
  margin-bottom: 0.7rem;
  filter: drop-shadow(0 20px 34px rgba(0,0,0,0.38));
  animation: franchise-logo-float 5s ease-in-out infinite;
}

.franchise-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--yellow-400);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.franchise-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--yellow-500);
}

.franchise-hero-content h1 {
  display: flex;
  flex-direction: column;
  margin-top: 0.65rem;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(3rem, 5.5vw, 5.3rem);
  font-weight: 600;
  letter-spacing: -0.058em;
  line-height: 0.96;
}

.franchise-hero-content h1 span {
  color: var(--yellow-500);
}

.franchise-hero-content p {
  max-width: 650px;
  margin-top: 0.95rem;
  color: rgba(255,255,255,0.75);
  font-size: 1rem;
  line-height: 1.75;
}

.franchise-price-card {
  max-width: 430px;
  margin-top: 1.15rem;
  padding: 1rem;
  border: 1px solid rgba(242, 201, 76, 0.2);
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 20%, rgba(242, 201, 76, 0.12), transparent 30%),
    rgba(255,255,255,0.045);
  box-shadow: var(--shadow-medium);
}

.franchise-price-card span,
.franchise-hero-contact span,
.franchise-apply-contact span {
  display: block;
  color: var(--yellow-400);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.franchise-price-card strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.franchise-price-card small {
  display: block;
  margin-top: 0.4rem;
  color: var(--text-muted);
  font-size: 0.78rem;
}

.franchise-hero-contact {
  margin-top: 1rem;
}

.franchise-hero-contact a,
.franchise-apply-contact a {
  display: inline-flex;
  margin-top: 0.35rem;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 700;
}

.franchise-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

/* HERO IMAGE */

.franchise-hero-visual {
  position: relative;
  min-height: 530px;
}

.franchise-hero-image-card {
  position: relative;
  overflow: hidden;
  min-height: 530px;
  border: 1px solid rgba(242, 201, 76, 0.24);
  border-radius: 28px;
  background: rgba(255,255,255,0.04);
  box-shadow: 0 38px 90px rgba(12,0,1,0.48);
}

.franchise-hero-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(38,1,2,0.72), transparent 55%);
}

.franchise-hero-image-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.franchise-hero-image-caption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.9rem;
  border-radius: 14px;
  background: rgba(255,255,255,0.94);
}

.franchise-hero-image-caption span {
  display: block;
  color: var(--red-850);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.franchise-hero-image-caption strong {
  display: block;
  margin-top: 0.18rem;
  color: var(--red-950);
  font-family: var(--font-heading);
  font-size: 1.35rem;
}

/* BUILD WITH KBR */

.franchise-intro-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(242, 201, 76, 0.045), transparent 30%),
    linear-gradient(180deg, var(--red-950), var(--red-875));
}

.franchise-intro-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 1rem;
  align-items: stretch;
}

.franchise-intro-content,
.franchise-promise-grid {
  border: 1px solid rgba(242, 201, 76, 0.16);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.018));
  box-shadow: var(--shadow-large);
}

.franchise-intro-content {
  padding: clamp(1.4rem, 3vw, 2.3rem);
}

.franchise-intro-content .section-kicker,
.franchise-package-content .section-kicker,
.franchise-apply-content .section-kicker {
  justify-content: flex-start;
}

.franchise-intro-content .section-kicker::after,
.franchise-package-content .section-kicker::after,
.franchise-apply-content .section-kicker::after {
  display: none;
}

.franchise-intro-content h2,
.franchise-package-content h2,
.franchise-apply-content h2 {
  display: flex;
  flex-direction: column;
  margin-top: 0.65rem;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 4.3vw, 3.8rem);
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.franchise-intro-content h2 span,
.franchise-package-content h2 span,
.franchise-apply-content h2 span {
  color: var(--yellow-500);
}

.franchise-intro-content p,
.franchise-package-content p,
.franchise-apply-content p {
  margin-top: 0.85rem;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.75;
}

.franchise-promise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}

.franchise-promise-grid article {
  display: flex;
  min-height: 125px;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  border: 1px solid rgba(242, 201, 76, 0.13);
  border-radius: 16px;
  background: rgba(255,255,255,0.032);
}

.franchise-promise-grid strong {
  color: var(--yellow-400);
  font-family: var(--font-heading);
  font-size: 1.25rem;
}

.franchise-promise-grid span {
  margin-top: 0.3rem;
  color: var(--text-muted);
  font-size: 0.78rem;
}

/* MODELS */

.franchise-models-section {
  background:
    radial-gradient(circle at 88% 16%, rgba(242, 201, 76, 0.055), transparent 28%),
    linear-gradient(180deg, var(--red-875), var(--red-850));
}

.franchise-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.franchise-model-card {
  overflow: hidden;
  border: 1px solid rgba(242, 201, 76, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 15%, rgba(242, 201, 76, 0.07), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,0.065), rgba(255,255,255,0.018));
  box-shadow: var(--shadow-medium);
  transition: 0.28s ease;
}

.franchise-model-card:hover {
  transform: translateY(-6px);
  border-color: rgba(242, 201, 76, 0.35);
}

.franchise-model-image {
  position: relative;
  min-height: 260px;
  background: var(--red-950);
}

.franchise-model-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(38,1,2,0.62), transparent 55%);
}

.franchise-model-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.franchise-model-content {
  padding: 1rem;
}

.franchise-model-tag {
  display: inline-flex;
  padding: 0.34rem 0.58rem;
  border: 1px solid rgba(242, 201, 76, 0.22);
  border-radius: 100px;
  background: rgba(242, 201, 76, 0.07);
  color: var(--yellow-400);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.franchise-model-content h3 {
  margin-top: 0.7rem;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2.8vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
}

.franchise-model-size {
  margin-top: 0.75rem;
  padding: 0.75rem;
  border: 1px solid rgba(242, 201, 76, 0.16);
  border-radius: 12px;
  background: rgba(242, 201, 76, 0.045);
  color: var(--text-secondary);
  font-size: 0.78rem;
}

.franchise-model-size strong {
  color: var(--yellow-400);
}

.franchise-model-content p {
  margin-top: 0.75rem;
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.franchise-card-button {
  width: 100%;
  margin-top: 1rem;
}

.franchise-model-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.franchise-model-summary article {
  padding: 1rem;
  border: 1px solid rgba(242, 201, 76, 0.14);
  border-radius: 16px;
  background: rgba(255,255,255,0.035);
}

.franchise-model-summary h4 {
  color: var(--yellow-400);
  font-family: var(--font-heading);
  font-size: 1.25rem;
}

.franchise-model-summary p {
  margin-top: 0.35rem;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

/* COMMERCIAL */

.franchise-commercial-section {
  background: linear-gradient(180deg, var(--red-850), var(--red-900));
}

.franchise-commercial-card {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(242, 201, 76, 0.18);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.018));
  box-shadow: var(--shadow-large);
}

.franchise-commercial-card article {
  position: relative;
  min-height: 210px;
  padding: 1.2rem;
  border-right: 1px solid rgba(242, 201, 76, 0.1);
}

.franchise-commercial-card article:last-child {
  border-right: none;
}

.franchise-commercial-card span {
  color: var(--yellow-500);
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
}

.franchise-commercial-card strong {
  display: block;
  margin-top: 1.1rem;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.franchise-commercial-card p {
  margin-top: 0.65rem;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.franchise-commercial-note {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(242, 201, 76, 0.12);
  border-radius: 14px;
  background: rgba(242, 201, 76, 0.04);
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

/* WHY */

.franchise-why-section {
  background:
    radial-gradient(circle at 10% 18%, rgba(242, 201, 76, 0.045), transparent 30%),
    linear-gradient(180deg, var(--red-900), var(--red-875));
}

.franchise-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.franchise-why-grid article {
  min-height: 220px;
  padding: 1.15rem;
  border: 1px solid rgba(242, 201, 76, 0.14);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018));
  box-shadow: var(--shadow-medium);
}

.franchise-why-grid span {
  color: var(--yellow-500);
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
}

.franchise-why-grid h3 {
  margin-top: 0.45rem;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 1.45rem;
  line-height: 1.05;
}

.franchise-why-grid p {
  margin-top: 0.6rem;
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

/* PACKAGE */

.franchise-package-section {
  background: linear-gradient(180deg, var(--red-875), var(--red-850));
}

.franchise-package-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 1rem;
}

.franchise-package-content,
.franchise-package-list {
  border: 1px solid rgba(242, 201, 76, 0.16);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.018));
  box-shadow: var(--shadow-medium);
}

.franchise-package-content {
  padding: clamp(1.4rem, 3vw, 2.3rem);
}

.franchise-package-content .franchise-primary-button {
  margin-top: 1rem;
}

.franchise-package-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}

.franchise-package-list article {
  display: flex;
  min-height: 110px;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(242, 201, 76, 0.12);
  border-radius: 14px;
  background: rgba(242, 201, 76, 0.04);
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 700;
}

/* PROCESS TIMELINE */

.franchise-process-section {
  background:
    radial-gradient(circle at 85% 18%, rgba(242, 201, 76, 0.055), transparent 28%),
    linear-gradient(180deg, var(--red-850), var(--red-900));
}

.franchise-process-timeline {
  position: relative;
  display: grid;
  gap: 1rem;
  max-width: 980px;
  margin-inline: auto;
}

.franchise-process-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--yellow-500), transparent);
  transform: translateX(-50%);
}

.franchise-process-timeline article {
  position: relative;
  width: calc(50% - 2rem);
  padding: 1rem;
  border: 1px solid rgba(242, 201, 76, 0.16);
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  box-shadow: var(--shadow-medium);
}

.franchise-process-timeline article:nth-child(odd) {
  justify-self: end;
}

.franchise-process-timeline article:nth-child(even) {
  justify-self: start;
}

.franchise-process-timeline article::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  width: 14px;
  height: 14px;
  border: 3px solid var(--yellow-500);
  border-radius: 50%;
  background: var(--red-950);
}

.franchise-process-timeline article:nth-child(odd)::before {
  left: -2.45rem;
}

.franchise-process-timeline article:nth-child(even)::before {
  right: -2.45rem;
}

.franchise-process-timeline strong {
  color: var(--yellow-500);
  font-family: var(--font-heading);
  font-size: 1.7rem;
}

.franchise-process-timeline span {
  display: block;
  margin-top: 0.2rem;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 1.25rem;
}

.franchise-process-timeline p {
  margin-top: 0.45rem;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

/* APPLY FORM */

.franchise-apply-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(242, 201, 76, 0.055), transparent 28%),
    linear-gradient(180deg, var(--red-900), var(--red-850));
}

.franchise-apply-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: 1rem;
  align-items: stretch;
  border: 1px solid rgba(242, 201, 76, 0.18);
  border-radius: 24px;
  background: linear-gradient(135deg, var(--red-850), var(--red-700));
  box-shadow: var(--shadow-large);
  padding: clamp(1.2rem, 3vw, 2rem);
}

.franchise-apply-content {
  padding: 1rem;
}

.franchise-apply-contact {
  margin-top: 1rem;
}

.franchise-apply-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(242, 201, 76, 0.14);
  border-radius: 18px;
  background: rgba(38, 1, 2, 0.45);
}

.franchise-field {
  min-width: 0;
}

.franchise-field label {
  display: block;
  margin-bottom: 0.42rem;
  color: var(--text-secondary);
  font-size: 0.66rem;
  font-weight: 700;
}

.franchise-field input,
.franchise-field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(242, 201, 76, 0.16);
  border-radius: 10px;
  outline: none;
  background: linear-gradient(145deg, rgba(38,1,2,0.95), rgba(93,6,10,0.78));
  color: var(--white);
  padding: 0 0.85rem;
  font-size: 0.86rem;
}

.franchise-field select option {
  color: #250001;
  background: #ffffff;
}

.franchise-field input::placeholder {
  color: rgba(255,255,255,0.4);
}

.franchise-field input:focus,
.franchise-field select:focus {
  border-color: var(--yellow-500);
  box-shadow: 0 0 0 3px rgba(242, 201, 76, 0.08);
}

.franchise-field input.is-invalid,
.franchise-field select.is-invalid {
  border-color: #ff7e7e;
}

.franchise-field small {
  display: block;
  min-height: 17px;
  margin-top: 0.25rem;
  color: #ff9b9b;
  font-size: 0.6rem;
}

.franchise-submit-button,
.franchise-apply-status {
  grid-column: 1 / -1;
  width: 100%;
}

.franchise-apply-status {
  min-height: 20px;
  margin: 0;
  color: #7fe2aa;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
}

/* FAQ */

.franchise-faq-section {
  background: linear-gradient(180deg, var(--red-850), var(--red-950));
}

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

.franchise-faq-list details {
  overflow: hidden;
  border: 1px solid rgba(242, 201, 76, 0.14);
  border-radius: 14px;
  background: rgba(255,255,255,0.035);
}

.franchise-faq-list summary {
  cursor: pointer;
  padding: 1rem;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 1.15rem;
}

.franchise-faq-list p {
  padding: 0 1rem 1rem;
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.65;
}

/* WHATSAPP */

.franchise-whatsapp-floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #1fbf5b);
  color: #ffffff;
  box-shadow:
    0 14px 35px rgba(0,0,0,0.38),
    0 0 25px rgba(37,211,102,0.35);
  animation: franchise-whatsapp-float 4s ease-in-out infinite;
}

.franchise-whatsapp-floating::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(37,211,102,0.5);
  border-radius: 50%;
  animation: franchise-whatsapp-pulse 2.2s infinite;
}

.franchise-whatsapp-floating svg {
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
}

/* ANIMATIONS */

@keyframes franchise-logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes franchise-glow-one {
  0%, 100% { opacity: 0.75; transform: translate3d(0,0,0); }
  50% { opacity: 1; transform: translate3d(-16px,12px,0); }
}

@keyframes franchise-glow-two {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(14px,-14px,0); }
}

@keyframes franchise-whatsapp-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes franchise-whatsapp-pulse {
  0% { transform: scale(1); opacity: 0.75; }
  100% { transform: scale(1.65); opacity: 0; }
}

/* TABLET */

@media (max-width: 1100px) {
  .franchise-hero-container,
  .franchise-intro-card,
  .franchise-package-layout,
  .franchise-apply-card {
    grid-template-columns: 1fr;
  }

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

  .franchise-commercial-card article:nth-child(2) {
    border-right: none;
  }

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

/* MOBILE */

@media (max-width: 768px) {
  .franchise-section-header {
    margin-bottom: 1.25rem;
  }

  .franchise-section-header h2 {
    font-size: clamp(1.9rem, 8vw, 2.65rem);
  }

  .franchise-section-header p {
    font-size: 0.78rem;
    line-height: 1.6;
  }

  .franchise-hero-container {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-block: 0.8rem 1.6rem;
  }

  .franchise-hero-content {
    text-align: center;
  }

  .franchise-hero-logo {
    width: 88px;
    margin-inline: auto;
  }

  .franchise-eyebrow {
    justify-content: center;
    width: 100%;
    font-size: 0.54rem;
  }

  .franchise-eyebrow::before {
    width: 17px;
  }

  .franchise-hero-content h1 {
    font-size: clamp(1.95rem, 9vw, 2.85rem);
  }

  .franchise-hero-content p {
    max-width: 95%;
    margin-inline: auto;
    font-size: 0.8rem;
    line-height: 1.62;
  }

  .franchise-price-card {
    margin-inline: auto;
    padding: 0.8rem;
  }

  .franchise-price-card strong {
    font-size: 2rem;
  }

  .franchise-hero-contact a,
  .franchise-apply-contact a {
    font-size: 1.25rem;
  }

  .franchise-hero-actions {
    justify-content: center;
    gap: 0.45rem;
  }

  .franchise-primary-button,
  .franchise-secondary-button,
  .franchise-card-button,
  .franchise-submit-button {
    min-height: 40px;
    padding: 0.58rem 0.76rem;
    font-size: 0.48rem;
  }

  .franchise-hero-visual {
    min-height: 340px;
  }

  .franchise-hero-image-card {
    min-height: 340px;
    border-radius: 18px;
  }

  .franchise-hero-image-caption {
    right: 0.55rem;
    bottom: 0.55rem;
    left: 0.55rem;
    padding: 0.55rem;
  }

  .franchise-hero-image-caption strong {
    font-size: 0.82rem;
  }

  .franchise-intro-content,
  .franchise-package-content,
  .franchise-apply-content {
    text-align: center;
  }

  .franchise-intro-content .section-kicker,
  .franchise-package-content .section-kicker,
  .franchise-apply-content .section-kicker {
    justify-content: center;
  }

  .franchise-intro-content h2,
  .franchise-package-content h2,
  .franchise-apply-content h2 {
    font-size: clamp(1.8rem, 8vw, 2.55rem);
  }

  .franchise-intro-content p,
  .franchise-package-content p,
  .franchise-apply-content p {
    font-size: 0.76rem;
    line-height: 1.6;
  }

  .franchise-promise-grid,
  .franchise-model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .franchise-promise-grid article {
    min-height: 105px;
    padding: 0.7rem;
  }

  .franchise-promise-grid strong {
    font-size: 0.9rem;
  }

  .franchise-promise-grid span {
    font-size: 0.58rem;
  }

  .franchise-model-card {
    border-radius: 15px;
  }

  .franchise-model-card-featured {
    grid-column: 1 / -1;
    max-width: 72%;
    justify-self: center;
  }

  .franchise-model-image {
    min-height: 170px;
  }

  .franchise-model-content {
    padding: 0.7rem;
    text-align: center;
  }

  .franchise-model-tag {
    font-size: 0.36rem;
  }

  .franchise-model-content h3 {
    font-size: 1rem;
  }

  .franchise-model-size {
    padding: 0.52rem;
    font-size: 0.52rem;
  }

  .franchise-model-content p {
    font-size: 0.56rem;
    line-height: 1.45;
  }

  .franchise-model-summary {
    grid-template-columns: 1fr;
  }

  .franchise-model-summary article {
    padding: 0.75rem;
  }

  .franchise-model-summary h4 {
    font-size: 1rem;
  }

  .franchise-model-summary p {
    font-size: 0.66rem;
  }

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

  .franchise-commercial-card article {
    min-height: 160px;
    padding: 0.75rem;
  }

  .franchise-commercial-card span {
    font-size: 1.4rem;
  }

  .franchise-commercial-card strong {
    font-size: 1.1rem;
  }

  .franchise-commercial-card p {
    font-size: 0.58rem;
  }

  .franchise-commercial-note {
    font-size: 0.66rem;
  }

  .franchise-why-grid,
  .franchise-package-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .franchise-why-grid article {
    min-height: 165px;
    padding: 0.75rem;
  }

  .franchise-why-grid span {
    font-size: 1.2rem;
  }

  .franchise-why-grid h3 {
    font-size: 0.95rem;
  }

  .franchise-why-grid p {
    font-size: 0.6rem;
  }

  .franchise-package-list article {
    min-height: 80px;
    padding: 0.65rem;
    font-size: 0.64rem;
  }

  .franchise-process-timeline::before {
    left: 18px;
  }

  .franchise-process-timeline article,
  .franchise-process-timeline article:nth-child(odd),
  .franchise-process-timeline article:nth-child(even) {
    width: calc(100% - 42px);
    justify-self: end;
  }

  .franchise-process-timeline article::before,
  .franchise-process-timeline article:nth-child(odd)::before,
  .franchise-process-timeline article:nth-child(even)::before {
    left: -31px;
    right: auto;
  }

  .franchise-process-timeline strong {
    font-size: 1.25rem;
  }

  .franchise-process-timeline span {
    font-size: 0.95rem;
  }

  .franchise-process-timeline p {
    font-size: 0.64rem;
  }

  .franchise-apply-card {
    padding: 1rem;
    border-radius: 18px;
  }

  .franchise-apply-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0.75rem;
    gap: 0.55rem;
  }

  .franchise-field label {
    font-size: 0.52rem;
  }

  .franchise-field input,
  .franchise-field select {
    min-height: 42px;
    font-size: 0.7rem;
  }

  .franchise-field small {
    font-size: 0.46rem;
  }

  .franchise-submit-button,
  .franchise-apply-status {
    grid-column: 1 / -1;
  }

  .franchise-faq-list summary {
    padding: 0.8rem;
    font-size: 0.9rem;
  }

  .franchise-faq-list p {
    font-size: 0.68rem;
  }

  .franchise-whatsapp-floating {
    width: 58px;
    height: 58px;
    right: 14px;
    bottom: 14px;
  }

  .franchise-whatsapp-floating svg {
    width: 29px;
    height: 29px;
  }
}

/* SMALL MOBILE */

@media (max-width: 480px) {
  .franchise-hero-logo {
    width: 78px;
  }

  .franchise-hero-content h1 {
    font-size: clamp(1.72rem, 8.7vw, 2.35rem);
  }

  .franchise-hero-visual,
  .franchise-hero-image-card {
    min-height: 300px;
  }

  .franchise-model-card-featured {
    max-width: 78%;
  }

  .franchise-model-image {
    min-height: 145px;
  }

  .franchise-card-button {
    font-size: 0.38rem;
  }

  .franchise-commercial-card,
  .franchise-why-grid,
  .franchise-package-list,
  .franchise-apply-form {
    grid-template-columns: 1fr;
  }

  .franchise-submit-button,
  .franchise-apply-status {
    grid-column: auto;
  }

  .franchise-whatsapp-floating {
    width: 54px;
    height: 54px;
    right: 12px;
    bottom: 12px;
  }

  .franchise-whatsapp-floating svg {
    width: 27px;
    height: 27px;
  }
}

@media (max-width: 380px) {
  .franchise-primary-button,
  .franchise-secondary-button,
  .franchise-card-button,
  .franchise-submit-button {
    min-height: 35px;
    padding: 0.48rem 0.55rem;
    font-size: 0.38rem;
  }

  .franchise-model-content h3 {
    font-size: 0.85rem;
  }

  .franchise-model-content p {
    font-size: 0.48rem;
  }

  .franchise-whatsapp-floating {
    width: 50px;
    height: 50px;
  }

  .franchise-whatsapp-floating svg {
    width: 25px;
    height: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .franchise-hero-logo,
  .franchise-glow,
  .franchise-whatsapp-floating,
  .franchise-whatsapp-floating::after {
    animation: none !important;
  }
}
/* ============================================================
   FRANCHISE PAGE THEME SYNC
   Add at bottom of franchise.css
   ============================================================ */

.franchise-hero {
  background: var(--kbr-page-bg);
}

.franchise-intro-section,
.franchise-models-section,
.franchise-commercial-section,
.franchise-process-section,
.franchise-apply-section {
  background: var(--kbr-section-bg);
}

.franchise-faq-section {
  background: var(--kbr-section-bg-dark);
}

.franchise-model-card,
.franchise-commercial-card,
.franchise-apply-card,
.franchise-hero-image-card,
.franchise-price-card,
.franchise-intro-content,
.franchise-promise-grid {
  border-color: rgba(242, 201, 76, 0.16);
}

/* ==========================================
   HERO MOBILE ALIGNMENT FIX
   ========================================== */

@media (max-width: 768px) {

  .franchise-hero-container {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
    gap: 12px;
    min-height: auto;
    padding-block: 1rem;
  }

  .franchise-hero-content {
    text-align: left;
  }

  .franchise-hero-logo {
    width: 80px;
    margin: 0 0 10px 0;
  }

  .franchise-eyebrow {
    justify-content: flex-start;
    width: auto;
  }

  .franchise-price-card {
    margin: 10px 0 0;
    max-width: 100%;
  }

  .franchise-hero-actions {
    justify-content: flex-start;
  }

  .franchise-hero-visual {
    min-height: 280px;
  }

  .franchise-hero-image-card {
    min-height: 280px;
    border-radius: 16px;
  }

  .franchise-hero-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .franchise-hero-image-caption {
    padding: 8px;
  }

  .franchise-hero-image-caption strong {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {

  .franchise-hero-container {
    grid-template-columns: 55% 45%;
    gap: 10px;
  }

  .franchise-hero-logo {
    width: 70px;
  }

  .franchise-hero-content p {
    font-size: 0.72rem;
    line-height: 1.5;
  }

  .franchise-price-card strong {
    font-size: 1.6rem;
  }

  .franchise-hero-contact a {
    font-size: 1rem;
  }

  .franchise-hero-visual,
  .franchise-hero-image-card {
    min-height: 240px;
  }
}


/* Increase Hero Logo */

.franchise-hero-logo{
    width: 260px !important;
    max-width: 90% !important;
}

@media (max-width:768px){
    .franchise-hero-logo{
        width: 180px !important;
    }
}

@media (max-width:480px){
    .franchise-hero-logo{
        width: 150px !important;
    }
}

.hero-price-bottom{
  margin-top:0 !important;
  border-top-left-radius:0;
  border-top-right-radius:0;
}

#hero-slider-image{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:all .4s ease;
}

.franchise-hero-image-caption{
  text-align:center;
}

/* NON-FROZEN feature image */

.hero-feature-card {
  width: 160px;
  aspect-ratio: 16 / 9;
  margin-top: 12px;
  margin-bottom: 16px;
}

.hero-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* ==========================================
   DESKTOP HERO PERFECT ALIGNMENT
   ========================================== */

.franchise-hero-container{
  min-height: 650px !important;
  align-items: center !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 40px !important;
}

.franchise-hero-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.franchise-hero-logo{
  width:220px !important;
  margin-bottom:12px !important;
}

.franchise-hero-content h1{
  margin-top:8px !important;
  margin-bottom:12px !important;
}

.franchise-hero-content p{
  margin-top:0 !important;
  margin-bottom:18px !important;
  max-width:580px;
}

.hero-feature-card{
  width:180px;
  margin-bottom:18px;
}

.hero-feature-card img{
  width:100%;
  border-radius:16px;
}

.franchise-hero-contact{
  margin-top:0 !important;
}

.franchise-hero-actions{
  margin-top:18px !important;
}

.franchise-hero-visual{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.franchise-hero-image-card{
  min-height:520px !important;
  height:520px !important;
}

.hero-price-bottom{
  margin-top:12px !important;
}

/* MOBILE KEEP SAME */

@media (max-width:768px){

  .franchise-hero-container{
    grid-template-columns:55% 45% !important;
    gap:12px !important;
  }

  .franchise-hero-logo{
    width:90px !important;
  }

  .franchise-hero-image-card{
    min-height:280px !important;
    height:280px !important;
  }

}
/* ==========================================
   HERO LOGO + PRICE CARD FIX
   ========================================== */

/* Same logo style for desktop & mobile */
.franchise-hero-logo{
  width: clamp(140px, 12vw, 220px) !important;
  height: auto !important;
  display: block;
}

/* Hero alignment */
.franchise-hero-container{
  align-items: center !important;
}

/* Right side image */
.franchise-hero-image-card{
  min-height: 500px !important;
}

/* Price card under image */
.franchise-price-card{
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 12px !important;
  box-sizing: border-box;
}

.franchise-price-card strong{
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.franchise-price-card small{
  line-height: 1.5;
}

/* Mobile */
@media (max-width:768px){

  .franchise-hero-logo{
    width: 140px !important;
    margin-inline: auto;
  }

  .franchise-hero-image-card{
    min-height: 320px !important;
  }

}/* ==========================================
   HERO LOGO BIGGER + NON FROZEN SMALLER
   ========================================== */

/* Bigger KBR Logo */
.franchise-hero-logo{
  width: clamp(180px, 15vw, 280px) !important;
  height: auto !important;
}

/* Mobile Logo */
@media (max-width:768px){

  .franchise-hero-logo{
    width: 160px !important;
    margin-inline: auto;
  }

}

@media (max-width:480px){

  .franchise-hero-logo{
    width: 140px !important;
  }

}

/* Non-Frozen Card Smaller */
.hero-feature-card{
  width: 140px !important;
  margin-top: 12px !important;
}

.hero-feature-card img{
  width: 100% !important;
  height: auto !important;
  border-radius: 12px;
}

.hero-feature-card h4{
  font-size: 0.85rem !important;
  margin-top: 6px !important;
  text-align: center;
}

/* Better Hero Alignment */
.franchise-hero-content{
  justify-content: center;
}

.franchise-hero-actions{
  margin-top: 14px !important;
}@media (max-width:768px){

  .about-founder-description{
    display:block !important;
    margin-top:12px;
  }

  .about-hero-founder-main{
    grid-template-columns:1fr !important;
    text-align:center;
  }

  .about-founder-portrait-stage{
    max-width:220px;
    margin:0 auto;
  }

  .about-founder-name{
    white-space:normal;
    font-size:1.8rem;
  }

  .about-founder-values{
    justify-content:center;
  }

  .about-founder-role,
  .about-founder-description{
    text-align:center;
  }
}

/* ==========================================================
   FINAL FRANCHISE MOBILE HERO POLISH
   ========================================================== */

.franchise-hero-content h1 {
  display: flex !important;
}

@media (max-width: 768px) {
  .franchise-hero {
    padding-top: calc(var(--top-offset, var(--header-height)) + 0.7rem) !important;
  }

  .franchise-hero-container {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    gap: 1.3rem !important;
    align-items: start !important;
    padding-block: 1.35rem 2.25rem !important;
  }

  .franchise-hero-content {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .franchise-hero-logo {
    width: clamp(150px, 42vw, 210px) !important;
    margin: 0 0 0.75rem 0 !important;
  }

  .franchise-hero-content h1 {
    max-width: 100% !important;
    margin: 0.65rem 0 0 !important;
    font-size: clamp(2.05rem, 10vw, 3.15rem) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  .franchise-hero-content p {
    display: block !important;
    max-width: 100% !important;
    margin: 0.85rem 0 0 !important;
    font-size: 0.84rem !important;
    line-height: 1.65 !important;
    text-align: left !important;
  }

  .hero-feature-card {
    width: min(100%, 170px) !important;
    margin: 0.95rem 0 0.95rem !important;
    aspect-ratio: 16 / 9 !important;
  }

  .hero-feature-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: rgba(76, 4, 6, 0.72) !important;
  }

  .franchise-hero-contact {
    width: 100% !important;
    margin-top: 0 !important;
    text-align: left !important;
  }

  .franchise-hero-contact a {
    font-size: clamp(1.35rem, 8vw, 1.8rem) !important;
  }

  .franchise-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.65rem !important;
    width: 100% !important;
    margin-top: 1rem !important;
  }

  .franchise-primary-button,
  .franchise-secondary-button,
  .franchise-card-button,
  .franchise-submit-button {
    width: 100% !important;
    min-height: 44px !important;
    padding: 0.68rem 0.7rem !important;
    font-size: 0.62rem !important;
    letter-spacing: 0.045em !important;
    white-space: normal !important;
  }

  .franchise-hero-visual {
    width: 100% !important;
    min-height: auto !important;
  }

  .franchise-hero-image-card {
    width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    border-radius: 18px !important;
  }

  .franchise-hero-image-card img,
  #hero-slider-image {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    background: rgba(76, 4, 6, 0.72) !important;
  }

  .franchise-hero-image-caption {
    right: 0.55rem !important;
    bottom: 0.55rem !important;
    left: 0.55rem !important;
    padding: 0.55rem !important;
  }

  .franchise-price-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0.75rem !important;
    padding: 0.9rem !important;
    border-radius: 14px !important;
  }

  .franchise-price-card strong {
    font-size: clamp(1.95rem, 11vw, 2.7rem) !important;
  }
}

@media (min-width: 520px) and (max-width: 768px) {
  .franchise-hero-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* ==========================================================
   HERO IMAGE — FULL IMAGE, NO CROP (WHITE BACKDROP)
   ========================================================== */

.franchise-hero-image-card {
  position: relative !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

.franchise-hero-image-card::before {
  content: none !important;
}

.franchise-hero-image-card img,
#hero-slider-image {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #ffffff !important;
}

.franchise-hero-image-card::after {
  content: none !important;
}

.franchise-hero-image-caption {
  right: 1rem !important;
  bottom: 1rem !important;
  left: 1rem !important;
  z-index: 2 !important;
  padding: 0.85rem 1rem !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(6px) !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35) !important;
}

/* ==========================================================
   HERO ACTION BUTTONS — VISIBLE SMALL BUTTONS (DESKTOP + MOBILE)
   ========================================================== */

.franchise-hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.6rem !important;
  margin-top: 1.1rem !important;
  width: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.franchise-hero-actions .franchise-primary-button,
.franchise-hero-actions .franchise-secondary-button {
  flex: 0 0 auto !important;
  width: auto !important;
  min-height: 42px !important;
  padding: 0.62rem 1.05rem !important;
  font-size: 0.6rem !important;
  white-space: nowrap !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

@media (max-width: 768px) {
  .franchise-hero-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    margin-top: 0.95rem !important;
  }

  .franchise-hero-actions .franchise-primary-button,
  .franchise-hero-actions .franchise-secondary-button {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 30%;
    min-height: 38px !important;
    padding: 0.55rem 0.65rem !important;
    font-size: 0.52rem !important;
    letter-spacing: 0.04em !important;
  }
}

@media (max-width: 480px) {
  .franchise-hero-actions .franchise-primary-button,
  .franchise-hero-actions .franchise-secondary-button {
    min-width: 29%;
    padding: 0.5rem 0.4rem !important;
    font-size: 0.42rem !important;
  }
}

/* ==========================================================
   HERO IMAGE CARD — SLIGHTLY NARROWER (INSET LEFT/RIGHT)
   ========================================================== */

.franchise-hero-visual {
  padding-inline: 0.7rem !important;
}

@media (max-width: 768px) {
  .franchise-hero-visual {
    padding-inline: 0.4rem !important;
  }
}

@media (max-width: 480px) {
  .franchise-hero-visual {
    padding-inline: 0.3rem !important;
  }
}

/* ==========================================================
   USER-REQUESTED FIXES — HERO CAPTION, MODELS, COMMERCIAL,
   WHY-CHOOSE, PACKAGE SUPPORT, GENERAL MOBILE READABILITY
   ========================================================== */

/* ---- HERO CAPTION: small top-right pill with just the model name ---- */

.franchise-hero-image-caption {
  top: 1rem !important;
  right: 1rem !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  max-width: 60% !important;
  padding: 0.42rem 0.85rem !important;
  border-radius: 100px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.32) !important;
  backdrop-filter: blur(6px) !important;
}

.franchise-hero-image-caption span {
  display: none !important;
}

.franchise-hero-image-caption strong {
  margin-top: 0 !important;
  overflow: hidden !important;
  color: var(--red-950) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

@media (max-width: 768px) {
  .franchise-hero-image-caption {
    top: 0.6rem !important;
    right: 0.6rem !important;
    padding: 0.32rem 0.65rem !important;
    max-width: 52% !important;
  }

  .franchise-hero-image-caption strong {
    font-size: 0.62rem !important;
  }
}

/* ---- FRANCHISE MODELS SECTION: premium single-column mobile cards ---- */

@media (max-width: 768px) {
  .franchise-model-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .franchise-model-card-featured {
    max-width: 100% !important;
    justify-self: stretch !important;
  }

  .franchise-model-card {
    border-radius: 20px !important;
  }

  .franchise-model-image {
    min-height: 200px !important;
  }

  .franchise-model-content {
    padding: 1.1rem !important;
  }

  .franchise-model-tag {
    padding: 0.4rem 0.7rem !important;
    font-size: 0.6rem !important;
  }

  .franchise-model-content h3 {
    margin-top: 0.85rem !important;
    font-size: 1.5rem !important;
  }

  .franchise-model-size {
    padding: 0.7rem !important;
    font-size: 0.76rem !important;
  }

  .franchise-model-content p {
    margin-top: 0.7rem !important;
    font-size: 0.8rem !important;
    line-height: 1.55 !important;
  }

  .franchise-card-button {
    font-size: 0.58rem !important;
  }
}

@media (max-width: 480px) {
  .franchise-model-image {
    min-height: 180px !important;
  }
}

@media (max-width: 380px) {
  .franchise-model-content h3 {
    font-size: 1.3rem !important;
  }

  .franchise-model-content p {
    font-size: 0.72rem !important;
  }
}

/* ---- COMMERCIAL TERMS: fix mobile-only (desktop already good) ---- */

@media (max-width: 768px) {
  .franchise-commercial-card {
    grid-template-columns: 1fr !important;
  }

  .franchise-commercial-card article {
    min-height: auto !important;
    padding: 1rem 1.15rem !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(242, 201, 76, 0.16) !important;
  }

  .franchise-commercial-card article:last-child {
    border-bottom: none !important;
  }

  .franchise-commercial-card span {
    font-size: 1.5rem !important;
  }

  .franchise-commercial-card strong {
    margin-top: 0.5rem !important;
    font-size: 1.3rem !important;
  }

  .franchise-commercial-card p {
    margin-top: 0.4rem !important;
    font-size: 0.76rem !important;
  }

  .franchise-commercial-note {
    font-size: 0.76rem !important;
    line-height: 1.6 !important;
  }
}

/* ---- WHY CHOOSE KBR: premium single-column mobile cards ---- */

@media (max-width: 768px) {
  .franchise-why-grid {
    grid-template-columns: 1fr !important;
    gap: 0.7rem !important;
  }

  .franchise-why-grid article {
    min-height: auto !important;
    padding: 1.1rem !important;
  }

  .franchise-why-grid span {
    font-size: 1.5rem !important;
  }

  .franchise-why-grid h3 {
    margin-top: 0.35rem !important;
    font-size: 1.2rem !important;
  }

  .franchise-why-grid p {
    margin-top: 0.35rem !important;
    font-size: 0.8rem !important;
    line-height: 1.55 !important;
  }
}

/* ---- PACKAGE SUPPORT: always 2 columns, readable on every size ---- */

@media (max-width: 768px) {
  .franchise-package-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.6rem !important;
  }

  .franchise-package-list article {
    min-height: 92px !important;
    padding: 0.8rem !important;
    font-size: 0.76rem !important;
    line-height: 1.35 !important;
    text-align: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 480px) {
  .franchise-package-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .franchise-package-list article {
    min-height: 86px !important;
    padding: 0.65rem !important;
    font-size: 0.68rem !important;
  }
}

/* ---- GENERAL MOBILE READABILITY PASS: bump up the tiniest text ---- */

@media (max-width: 768px) {
  .franchise-primary-button,
  .franchise-secondary-button,
  .franchise-card-button,
  .franchise-submit-button {
    font-size: 0.58rem !important;
  }

  .franchise-hero-actions .franchise-primary-button,
  .franchise-hero-actions .franchise-secondary-button {
    font-size: 0.6rem !important;
  }

  .franchise-field label {
    font-size: 0.62rem !important;
  }

  .franchise-field small {
    font-size: 0.56rem !important;
  }
}

@media (max-width: 480px) {
  .franchise-hero-actions .franchise-primary-button,
  .franchise-hero-actions .franchise-secondary-button {
    font-size: 0.54rem !important;
  }
}

@media (max-width: 380px) {
  .franchise-primary-button,
  .franchise-secondary-button,
  .franchise-card-button,
  .franchise-submit-button {
    font-size: 0.56rem !important;
  }
}

/* ==========================================================
   HERO FEATURE ROW — images + Franchise Enquiry side by side
   on desktop (fills the empty space beside the artwork).
   Stacks back to normal on mobile.
   ========================================================== */

.hero-feature-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 28px !important;
  width: 100% !important;
  margin: 2.2rem 0 1.8rem !important;
}

.hero-feature-row .hero-feature-cards {
  margin: 0 !important;
  flex: 0 0 auto !important;
}

.hero-feature-row .franchise-hero-contact {
  margin: 0 !important;
  flex: 1 1 auto !important;
}

@media (max-width: 768px) {
  .hero-feature-row {
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
    margin: 0 !important;
  }

  .hero-feature-row .hero-feature-cards {
    margin: 1.6rem auto 1.2rem auto !important;
  }

  .hero-feature-row .franchise-hero-contact {
    width: 100% !important;
  }
}

/* ==========================================================
   HERO FEATURE CARDS — CREATIVE OVERLAP COMPOSITION
   Fixed-size stage so the overlap is stable no matter each
   source image's own dimensions. Crunch is the big main
   graphic (bottom-left, always on top so it can never get
   hidden behind the bucket). Bucket is a smaller accent
   sticker that pokes out above/right of it, gently bobbing.
   ========================================================== */

.hero-feature-cards {
  position: relative !important;
  display: block !important;
  width: 270px !important;
  height: 235px !important;
  margin: 2.2rem 0 1.8rem !important;
  padding: 0 !important;
  overflow: visible !important;
}

.hero-feature-cards .hero-feature-card {
  position: absolute !important;
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
  aspect-ratio: auto !important;
}

/* CRUNCH — main graphic: BIG, anchored bottom-left */
.hero-feature-cards .hero-feature-card--crunch {
  left: 0 !important;
  bottom: 0 !important;
  right: auto !important;
  top: auto !important;
  z-index: 1 !important;
  transform: rotate(-4deg) !important;
}

.hero-feature-cards .hero-feature-card--crunch img {
  display: block !important;
  width: auto !important;
  height: 215px !important;
  max-width: none !important;
  object-fit: contain !important;
  background: transparent !important;
  border-radius: 0 !important;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.45)) !important;
}

/* BUCKET — small accent sticker: sits ON TOP, peeking from the top-right */
.hero-feature-cards .hero-feature-card--bucket {
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  animation: heroBucketFloat 3.4s ease-in-out infinite !important;
}

.hero-feature-cards .hero-feature-card--bucket img {
  display: block !important;
  width: auto !important;
  height: 78px !important;
  max-width: none !important;
  object-fit: contain !important;
  background: transparent !important;
  border-radius: 0 !important;
  transform: rotate(11deg) !important;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.5)) !important;
}

@keyframes heroBucketFloat {
  0%, 100% { transform: translateY(0) rotate(11deg); }
  50%      { transform: translateY(-9px) rotate(8deg); }
}

@media (max-width: 768px) {
  .hero-feature-cards {
    width: 225px !important;
    height: 196px !important;
    margin: 1.6rem auto 1.4rem auto !important;
  }

  .hero-feature-cards .hero-feature-card--crunch img {
    height: 182px !important;
  }

  .hero-feature-cards .hero-feature-card--bucket img {
    height: 70px !important;
  }
}

@media (max-width: 480px) {
  .hero-feature-cards {
    width: 190px !important;
    height: 164px !important;
    margin: 1.3rem auto 1.15rem auto !important;
  }

  .hero-feature-cards .hero-feature-card--crunch img {
    height: 152px !important;
  }

  .hero-feature-cards .hero-feature-card--bucket img {
    height: 58px !important;
  }
}





/* ==========================================================
   READABILITY BOOST — LARGER MOBILE TEXT (FINAL OVERRIDE)
   ========================================================== */

@media (max-width: 768px) {

  /* Hero action buttons: Apply + Brochure side by side, WhatsApp full-width below */
  .franchise-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.6rem !important;
  }

  .franchise-hero-actions .franchise-primary-button,
  .franchise-hero-actions .franchise-secondary-button {
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
  }

  .franchise-hero-actions #franchise-hero-whatsapp {
    grid-column: 1 / -1 !important;
  }

  /* Buttons in general */
  .franchise-primary-button,
  .franchise-secondary-button,
  .franchise-card-button,
  .franchise-submit-button,
  .franchise-hero-actions .franchise-primary-button,
  .franchise-hero-actions .franchise-secondary-button {
    font-size: 0.78rem !important;
    letter-spacing: 0.03em !important;
  }

  /* Hero text */
  .franchise-eyebrow { font-size: 0.78rem !important; }

  .franchise-hero-content p {
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
  }

  .franchise-price-card span,
  .franchise-hero-contact span,
  .franchise-apply-contact span {
    font-size: 0.7rem !important;
  }

  .franchise-price-card small { font-size: 0.85rem !important; }

  .franchise-hero-image-caption strong { font-size: 0.9rem !important; }

  /* Section intro paragraphs */
  .franchise-section-header p,
  .franchise-intro-content p,
  .franchise-package-content p,
  .franchise-apply-content p {
    font-size: 0.92rem !important;
    line-height: 1.7 !important;
  }

  /* Models */
  .franchise-model-content p { font-size: 0.9rem !important; }
  .franchise-model-size { font-size: 0.88rem !important; }
  .franchise-model-tag { font-size: 0.7rem !important; }
  .franchise-card-button { font-size: 0.75rem !important; }

  /* Commercial terms */
  .franchise-commercial-card p { font-size: 0.85rem !important; }
  .franchise-commercial-note { font-size: 0.88rem !important; }

  /* Why choose */
  .franchise-why-grid p { font-size: 0.9rem !important; }

  /* Package support */
  .franchise-package-list article { font-size: 0.85rem !important; }

  /* Process timeline */
  .franchise-process-timeline p { font-size: 0.85rem !important; }

  /* Apply form */
  .franchise-field label { font-size: 0.78rem !important; }
  .franchise-field input,
  .franchise-field select { font-size: 0.92rem !important; }
  .franchise-field small { font-size: 0.72rem !important; }
  .franchise-apply-status { font-size: 0.85rem !important; }

  /* FAQ */
  .franchise-faq-list summary { font-size: 1.05rem !important; }
  .franchise-faq-list p { font-size: 0.88rem !important; }

  /* Footer */
  .footer-column a,
  .footer-social-links a,
  #footer-description,
  #footer-phone,
  #footer-email,
  #footer-address {
    font-size: 0.88rem !important;
  }
}

@media (max-width: 480px) {
  .franchise-primary-button,
  .franchise-secondary-button,
  .franchise-card-button,
  .franchise-submit-button,
  .franchise-hero-actions .franchise-primary-button,
  .franchise-hero-actions .franchise-secondary-button {
    font-size: 0.72rem !important;
  }
}