/* ============================================
   FRANCHISE PAGE — Styles
   ============================================ */

/* Hero */
.franchise-hero {
  background: var(--blue);
  border-bottom: var(--border-thick);
  padding: calc(var(--floating-header-current) + var(--landing-hero-gap)) 2rem 100px;
  position: relative;
  overflow: hidden;
}
.fran-item-cartoons {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.fran-item {
  position: absolute;
  animation: bobFloat 3.9s ease-in-out infinite;
}
.fran-item-a { left: 6%; top: 36%; animation-delay: -.5s; }
.fran-item-b { right: 10%; top: 28%; animation-delay: -1s; }
.fran-item-c { right: 18%; bottom: 14%; animation-delay: -.2s; }
.fran-item svg { width: 24px; height: 24px; display: block; }
.fran-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.fran-title {
  font-family: var(--font-head);
  font-size: clamp(3.5rem, 8vw, 6rem);
  line-height: 1;
  color: var(--white);
  -webkit-text-stroke: 2px var(--black);
  text-shadow: 6px 6px 0 var(--black);
  margin-bottom: 1.2rem;
}
.fran-title span {
  color: var(--yellow);
  display: block;
  font-size: clamp(4rem, 9vw, 7rem);
}
.sticker {
  font-family: var(--font-head);
  font-size: .78rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: var(--border);
  border-radius: var(--radius-pill);
  padding: .45rem .95rem;
  box-shadow: var(--shadow);
}
.fran-subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: var(--white);
  opacity: 0.9;
}
.section-subtitle {
  font-size: 1rem;
  font-weight: 700;
  opacity: .62;
  line-height: 1.65;
  margin: .7rem 0 2rem;
}
.btn-big { font-size: 1.05rem; padding: 14px 30px; }
.wobble:hover { animation: jiggle .45s ease; }
.wave-divider { display: block; width: 100%; line-height: 0; margin-top: 1.6rem; }

/* Stats Grid */
.fran-hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.stat-card {
  background: var(--white);
  border: var(--border-thick);
  border-radius: var(--radius-xl);
  padding: 1.8rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform 0.2s;
}
.stat-card:hover { transform: scale(1.04) rotate(-1deg); }
.stat-num {
  font-family: var(--font-head);
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-label {
  font-weight: 800;
  font-size: 0.85rem;
  opacity: 0.7;
}
.fran-marquee-dot {
  width: 7px;
  height: 7px;
  border: 2px solid var(--black);
  border-radius: 50%;
  background: var(--white);
  display: inline-block;
}

/* Benefits */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.benefit-card {
  padding: 2rem 1.5rem;
  border-radius: var(--radius-xl);
  text-align: center;
}
.benefit-icon {
  width: 60px;
  height: 60px;
  border: var(--border-thick);
  border-radius: 50%;
  background: var(--white);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-family: var(--font-head);
  font-size: 1.05rem;
  animation: bobFloat 3.3s ease-in-out infinite;
}
.benefit-card h3 { font-family: var(--font-head); font-size: 1.3rem; margin-bottom: 0.6rem; }
.benefit-card p  { font-weight: 700; font-size: 0.95rem; line-height: 1.6; opacity: 0.8; }

/* Investment */
.investment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.invest-card {
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-xl);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: transform 0.2s, background 0.2s;
}
.invest-card:hover { background: rgba(255,255,255,0.14); transform: translateY(-6px); }
.invest-icon {
  width: 58px;
  height: 58px;
  border: var(--border-thick);
  border-radius: 50%;
  background: var(--yellow);
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-family: var(--font-head);
  font-size: 1.2rem;
}
.invest-card h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 0.8rem;
}
.invest-range {
  font-family: var(--font-head);
  font-size: 1.6rem;
  color: var(--yellow);
  margin-bottom: 0.8rem;
  -webkit-text-stroke: 0.5px var(--black);
}
.invest-card p {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--white);
  opacity: 0.65;
  line-height: 1.6;
}
.invest-disclaimer {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--white);
  opacity: 0.45;
}

/* Process Timeline */
.process-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 700px;
  margin: 0 auto;
}
.process-step {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-xl);
  padding: 1.5rem 2rem;
  transition: background 0.2s, transform 0.2s;
}
.process-step:hover { background: rgba(255,255,255,0.18); transform: translateX(8px); }
.process-num {
  width: 48px; height: 48px;
  background: var(--yellow);
  border: var(--border-thick);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-size: 1.3rem;
  flex-shrink: 0;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
.process-content h3 {
  font-family: var(--font-head);
  font-size: 1.2rem;
  color: var(--yellow);
  margin-bottom: 0.4rem;
}
.process-content p {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--white);
  opacity: 0.75;
  line-height: 1.6;
}
.process-connector {
  width: 3px;
  height: 24px;
  background: rgba(255,255,255,0.2);
  margin-left: calc(1.5rem + 24px - 1.5px);
  border-radius: 2px;
}

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 1rem; max-width: 800px; margin: 0 auto; }
.faq-item { border-radius: var(--radius-xl) !important; overflow: hidden; cursor: none; }
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 1.5rem;
  font-family: var(--font-head);
  font-size: 1.05rem;
}
.faq-icon {
  font-size: 1.6rem;
  line-height: 1;
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 1rem;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 1.5rem;
}
.faq-item.open .faq-answer { max-height: 300px; padding: 0 1.5rem 1.3rem; }
.faq-answer p {
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.7;
  opacity: 0.8;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 1rem;
}

/* Application Form */
.apply-form-wrap {
  max-width: 780px;
  margin: 0 auto;
  background: var(--white);
  border: var(--border-thick);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-lg);
}
.apply-form { display: flex; flex-direction: column; gap: 1.2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-weight: 800; font-size: 0.9rem; }
.form-input {
  padding: 12px 16px;
  border: var(--border);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  outline: none;
  cursor: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: var(--cream);
}
.form-input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(91,191,234,0.3); }
.form-textarea { resize: vertical; min-height: 120px; }
select.form-input { cursor: none; }

/* Responsive */
@media (max-width: 1000px) {
  .investment-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .fran-item-c { display: none; }
  .fran-hero-inner { grid-template-columns: 1fr; }
  .fran-hero-stats { order: -1; }
  .fran-title { text-align: center; }
  .fran-subtitle { text-align: center; }
  .fran-hero-inner > div:first-child { text-align: center; }
  .fran-hero-inner > div:first-child .sticker { display: block; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 500px) {
  .investment-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .fran-hero-stats { grid-template-columns: 1fr 1fr; }
  .apply-form-wrap { padding: 1.5rem; }
}
