:root {
  --franchise-ink: #202724;
  --franchise-green: #4b8c12;
  --franchise-lime: #a8e119;
  --franchise-soft: #f2f8e9;
  --franchise-line: #dbe4d5;
  --franchise-cream: #fffaf0;
}

.franchise-main { overflow-x: clip; color: var(--franchise-ink); background: #fff; }
.franchise-hero { position: relative; min-height: 560px; padding: 0; overflow: hidden; border-bottom: 1px solid var(--franchise-line); background: #646b68; }
.franchise-hero::after { position: absolute; z-index: 1; inset: 0; background: rgba(48,53,51,.56); content: ""; pointer-events: none; }
.franchise-hero-background { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 57%; opacity: .92; filter: saturate(.76) contrast(.92) brightness(.9); }
.franchise-hero-inner { position: relative; z-index: 2; min-height: 560px; padding-block: 68px; display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 980px; text-align: center; }
.franchise-kicker { margin: 0 0 22px; color: var(--franchise-green); font-size: 13px; font-weight: 900; letter-spacing: 0; }
.franchise-kicker span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--franchise-lime); }
.franchise-hero h1, .franchise-section-heading h2, .franchise-form-intro h2 { margin: 0; letter-spacing: 0; }
.franchise-hero h1 { color: #fff; font-size: clamp(40px, 4.15vw, 56px); font-weight: 800; line-height: 1.14; text-shadow: 0 2px 18px rgba(0,0,0,.38); text-wrap: balance; }
.franchise-hero h1 span, .franchise-hero h1 strong { display: block; }
.franchise-hero h1 strong { margin-block: 4px; color: #c5eb31; font-weight: 900; }
.franchise-section-heading strong, .franchise-form-intro strong { color: var(--franchise-green); }
.franchise-hero > .section-shell > p:not(.franchise-kicker) { margin: 24px auto 0; max-width: 720px; color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.75; }
.franchise-partner-badge { width: max-content; margin-inline: auto; padding: 7px 15px 7px 10px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.74); border-radius: 999px; background: rgba(255,255,255,.92); color: var(--franchise-ink); font-size: 12px; box-shadow: 0 8px 26px rgba(23,30,27,.16); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.franchise-partner-badge img { width: 62px; height: auto; display: block; object-fit: contain; }
.franchise-partner-badge span { width: auto; height: auto; margin: 0; border-radius: 0; background: transparent; }
.franchise-hero-actions { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 34px; }
.franchise-text-link { color: #fff; font-weight: 800; text-decoration: none; }
.franchise-facts-band { position: relative; z-index: 3; padding: 24px 0; border-bottom: 1px solid var(--franchise-line); background: #fff; }
.franchise-hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 780px; margin: 0 auto; padding: 0; overflow: hidden; border: 1px solid var(--franchise-line); border-radius: 18px; background: var(--franchise-line); list-style: none; box-shadow: 0 12px 30px rgba(39,55,47,.07); }
.franchise-hero-facts li { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 72px; background: #fff; color: var(--franchise-ink); font-weight: 800; }
.franchise-hero-facts svg { width: 22px; color: var(--franchise-green); }

.franchise-form-section { padding: 104px 0; background: #f4f8ef; }
.franchise-form-layout { display: grid; grid-template-columns: minmax(260px, .78fr) minmax(520px, 1.22fr); gap: 70px; align-items: start; }
.franchise-form-intro { position: sticky; top: 128px; }
.franchise-form-intro h2 { font-size: clamp(34px, 3.5vw, 50px); line-height: 1.18; }
.franchise-form-intro > p:not(.franchise-kicker) { margin: 22px 0 0; color: #64706a; line-height: 1.8; }
.franchise-form-intro ol { margin: 38px 0 0; padding: 0; border-top: 1px solid #cad7c3; list-style: none; }
.franchise-form-intro li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid #cad7c3; }
.franchise-form-intro li > span { color: var(--franchise-green); font-weight: 900; }
.franchise-form-intro li strong { display: block; margin-bottom: 4px; }
.franchise-form-intro li p { margin: 0; color: #68736e; font-size: 14px; }

.franchise-form { padding: 38px; border: 1px solid var(--franchise-line); border-radius: 22px; background: #fff; box-shadow: 0 20px 48px rgba(32, 48, 38, .08); }
.franchise-honey { position: absolute; left: -9999px; }
.franchise-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.franchise-full { grid-column: 1 / -1; }
.franchise-field { display: block; }
.franchise-field > span, .franchise-choice legend { display: block; margin-bottom: 9px; color: #28322d; font-size: 13px; font-weight: 900; }
.franchise-field b, .franchise-choice b, .franchise-agree b { color: var(--franchise-green); }
.franchise-field input, .franchise-field select, .franchise-field textarea { width: 100%; min-height: 52px; padding: 0 15px; border: 1px solid #d8e0d4; border-radius: 12px; background: #fbfcfa; color: #202724; font: inherit; letter-spacing: 0; outline: none; }
.franchise-field textarea { min-height: 120px; padding-block: 14px; resize: vertical; line-height: 1.65; }
.franchise-field input:focus, .franchise-field select:focus, .franchise-field textarea:focus { border-color: #7cac38; box-shadow: 0 0 0 4px rgba(168, 225, 25, .14); }
.franchise-field.is-error input, .franchise-field.is-error select, .franchise-field.is-error textarea, .franchise-choice.is-error { border-color: #d54e4e; }
.franchise-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 22px 0; }
.franchise-choice { min-width: 0; margin: 0; padding: 16px; border: 1px solid #d8e0d4; border-radius: 12px; }
.franchise-choice label { display: inline-flex; align-items: center; gap: 7px; margin-right: 18px; color: #5c6862; font-size: 14px; }
.franchise-choice input, .franchise-agree input { accent-color: var(--franchise-green); }
.franchise-agree { display: flex; align-items: flex-start; gap: 11px; margin-top: 20px; padding: 15px; border: 1px solid #d8e0d4; border-radius: 12px; color: #69746f; font-size: 12px; line-height: 1.6; }
.franchise-agree input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; }
.franchise-agree strong { display: block; color: #29332f; }
.franchise-agree.is-error { border-color: #d54e4e; background: #fff8f8; }
.franchise-submit { width: 100%; margin-top: 18px; border: 0; cursor: pointer; }
.franchise-submit:disabled { opacity: .65; cursor: wait; }
.franchise-status { min-height: 22px; margin: 12px 0 0; text-align: center; font-size: 13px; font-weight: 700; }
.franchise-status[data-state="error"] { color: #c33f3f; }
.franchise-status[data-state="success"] { color: #3f7c0d; }

.franchise-benefits, .franchise-support-system, .franchise-process, .franchise-faq { padding: 100px 0; }
.franchise-section-heading { margin-bottom: 46px; }
.franchise-section-heading.centered { text-align: center; }
.franchise-section-heading > p { margin: 0 0 14px; color: var(--franchise-green); font-size: 12px; font-weight: 900; }
.franchise-section-heading h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.18; }
.franchise-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.franchise-benefit-grid article { min-height: 300px; padding: 30px; border: 1px solid var(--franchise-line); border-radius: 18px; background: #fff; }
.franchise-benefit-grid article > div, .franchise-process-list li > div { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 30px; border-radius: 14px; background: #edf8cf; color: var(--franchise-green); }
.franchise-benefit-grid svg, .franchise-process-list svg { width: 25px; }
.franchise-benefit-grid article > span { color: var(--franchise-green); font-size: 12px; font-weight: 900; }
.franchise-benefit-grid h3 { margin: 14px 0 12px; font-size: 23px; }
.franchise-benefit-grid p { margin: 0; color: #66716c; line-height: 1.75; }
.official-source-note { margin: 22px 0 0; color: #747f79; font-size: 12px; text-align: right; }
.official-source-note a { color: var(--franchise-green); }

.franchise-support-system { background: #f7f9f5; border-top: 1px solid var(--franchise-line); }
.franchise-heading-copy { max-width: 620px; margin: 18px auto 0; color: #66716c; line-height: 1.75; }
.franchise-support-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c8d5c4; border-left: 1px solid #c8d5c4; }
.franchise-support-grid article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; min-height: 170px; padding: 28px; border-right: 1px solid #c8d5c4; border-bottom: 1px solid #c8d5c4; background: rgba(255,255,255,.72); }
.franchise-support-grid article > svg { width: 30px; height: 30px; color: var(--franchise-green); }
.franchise-support-grid h3 { margin: 0 0 9px; font-size: 19px; }
.franchise-support-grid p { margin: 0; color: #66716c; font-size: 14px; line-height: 1.7; }

.franchise-process { background: #f7f9f5; border-block: 1px solid var(--franchise-line); }
.franchise-process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid #bfcdbc; border-bottom: 1px solid #bfcdbc; list-style: none; }
.franchise-process-list li { position: relative; min-height: 274px; padding: 28px 24px; border-right: 1px solid #d3ded0; }
.franchise-process-list li:last-child { border-right: 0; }
.franchise-process-list li > span { position: absolute; top: 28px; right: 24px; color: #9bac94; font-size: 12px; font-weight: 900; }
.franchise-process-list h3 { margin: 0 0 10px; font-size: 20px; }
.franchise-process-list p { margin: 0; color: #68736e; font-size: 14px; line-height: 1.7; }

.franchise-faq { background: var(--franchise-cream); }
.franchise-faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid #cfd9cb; }
.franchise-faq-list details { border-bottom: 1px solid #cfd9cb; }
.franchise-faq-list summary { position: relative; padding: 25px 50px 25px 0; font-size: 18px; font-weight: 900; cursor: pointer; list-style: none; }
.franchise-faq-list summary::-webkit-details-marker { display: none; }
.franchise-faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 21px; color: var(--franchise-green); font-size: 26px; }
.franchise-faq-list details[open] summary::after { content: "−"; }
.franchise-faq-list details p { margin: -6px 0 0; padding: 0 50px 25px 0; color: #66716c; line-height: 1.75; }

@media (max-width: 1080px) {
  .franchise-form-layout { grid-template-columns: 1fr; gap: 42px; }
  .franchise-form-intro { position: static; text-align: center; }
  .franchise-form-intro ol { max-width: 720px; margin-inline: auto; text-align: left; }
}

@media (max-width: 760px) {
  .desktop-only { display: none; }
  .franchise-hero { min-height: 560px; }
  .franchise-hero-inner { min-height: 560px; padding-block: 48px 40px; }
  .franchise-hero-background { object-position: 41% center; }
  .franchise-hero h1 { font-size: 39px; }
  .franchise-hero > .section-shell > p:not(.franchise-kicker) { font-size: 15px; }
  .franchise-hero-actions { flex-direction: column; gap: 12px; }
  .franchise-hero-actions .button { width: 100%; }
  .franchise-facts-band { padding: 16px 0; }
  .franchise-facts-band .section-shell { padding-inline: 0; }
  .franchise-hero-facts { display: flex; gap: 10px; margin: 0; padding: 0 20px; overflow-x: auto; border: 0; border-radius: 0; background: transparent; box-shadow: none; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .franchise-hero-facts::-webkit-scrollbar { display: none; }
  .franchise-hero-facts li { flex: 0 0 62%; min-height: 62px; border: 1px solid var(--franchise-line); border-radius: 14px; scroll-snap-align: center; }
  .franchise-form-section, .franchise-benefits, .franchise-support-system, .franchise-process, .franchise-faq { padding: 68px 0; }
  .franchise-form-intro h2, .franchise-section-heading h2 { font-size: 34px; }
  .franchise-form { padding: 22px 18px; border-radius: 17px; }
  .franchise-form-grid, .franchise-choice-grid { grid-template-columns: 1fr; gap: 16px; }
  .franchise-benefit-grid { display: flex; gap: 12px; margin-inline: -20px; padding-inline: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .franchise-benefit-grid::-webkit-scrollbar { display: none; }
  .franchise-benefit-grid article { flex: 0 0 84%; min-height: 276px; scroll-snap-align: center; }
  .official-source-note { text-align: left; line-height: 1.6; }
  .franchise-support-grid { grid-template-columns: 1fr 1fr; }
  .franchise-support-grid article { grid-template-columns: 40px 1fr; min-height: 178px; padding: 22px 18px; }
  .franchise-process-list { grid-template-columns: 1fr 1fr; }
  .franchise-process-list li { min-height: 230px; border-bottom: 1px solid #d3ded0; }
  .franchise-process-list li:nth-child(2) { border-right: 0; }
  .franchise-process-list li:nth-child(n+3) { border-bottom: 0; }
  .franchise-faq-list summary { font-size: 16px; line-height: 1.55; }
}

@media (max-width: 420px) {
  .franchise-hero h1 { font-size: 34px; }
  .franchise-process-list { grid-template-columns: 1fr; }
  .franchise-process-list li { min-height: auto; border-right: 0; border-bottom: 1px solid #d3ded0 !important; }
  .franchise-process-list li:last-child { border-bottom: 0 !important; }
  .franchise-support-grid { grid-template-columns: 1fr; }
  .franchise-support-grid article { min-height: 0; }
}
