.franchise-page { background: #fff; }
.franchise-shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.franchise-hero { padding: 36px 0 0; background: #f0f1f2; }
.franchise-hero__grid { min-height: 555px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 28px; background: #fff; }
.franchise-hero__copy { display: flex; justify-content: center; flex-direction: column; padding: 58px; }
.franchise-eyebrow { display: flex; gap: 9px; align-items: center; margin: 0 0 21px !important; color: #858a8e; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.franchise-eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(228,35,41,.1); }
.franchise-hero h1 { margin: 0; font-size: clamp(46px, 5vw, 67px); line-height: .98; letter-spacing: -.065em; }
.franchise-hero__copy > p { max-width: 520px; margin: 21px 0 0; color: #74797d; font-size: 13px; line-height: 1.6; }
.franchise-hero__copy > div { display: flex; gap: 9px; margin-top: 28px; }
.franchise-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 19px; border-radius: 13px; font-size: 11px; font-weight: 800; }
.franchise-button--dark { color: #fff; background: #17191b; }
.franchise-button--light { border: 1px solid #e0e1e2; background: #fff; }
.franchise-hero__visual { position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; padding: 42px; color: #fff; background: radial-gradient(circle at 50% 25%, #383b3e, #141617 68%); }
.franchise-hero__visual::before { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.franchise-hero__brand { position: relative; z-index: 1; display: grid; grid-template-columns: 82px auto; grid-template-rows: auto auto; align-items: center; column-gap: 14px; }
.franchise-hero__brand img { width: 82px; height: 82px; grid-row: 1 / 3; object-fit: contain; }
.franchise-hero__brand span { align-self: end; font-size: 34px; font-weight: 850; letter-spacing: -.06em; }
.franchise-hero__brand b { align-self: start; color: #ff4f53; font-size: 22px; letter-spacing: -.04em; }
.franchise-hero__cards { position: relative; z-index: 1; width: 100%; display: grid; gap: 8px; margin-top: 44px; }
.franchise-hero__cards article { min-height: 72px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 12px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.franchise-hero__cards span { width: 31px; height: 31px; display: grid; grid-row: 1/3; place-items: center; border-radius: 10px; color: #fff; background: var(--accent); font-size: 9px; font-weight: 800; }
.franchise-hero__cards b { align-self: end; font-size: 11px; }
.franchise-hero__cards small { align-self: start; color: #92979a; font-size: 8px; }
.franchise-stats { display: grid; grid-template-columns: repeat(4, 1fr); padding: 30px 0 35px; }
.franchise-stats span { display: flex; flex-direction: column; color: #858a8e; font-size: 8px; text-align: center; }
.franchise-stats span + span { border-left: 1px solid #d9dbdc; }
.franchise-stats b { margin-bottom: 3px; color: #17191b; font-size: 17px; }
.franchise-benefits { padding: 85px 0; }
.franchise-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.franchise-section-head span, .franchise-application__copy > span { color: var(--accent); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.franchise-section-head h2, .franchise-steps h2, .franchise-application h2 { margin: 8px 0 0; font-size: clamp(35px, 4vw, 49px); line-height: 1; letter-spacing: -.055em; }
.franchise-section-head > p { max-width: 470px; margin: 0; color: #777c80; font-size: 11px; line-height: 1.6; }
.franchise-benefits__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 34px; }
.franchise-benefits article { min-height: 280px; padding: 30px; border-radius: 21px; background: #f0f1f2; }
.franchise-benefits article > b { color: #d1d4d6; font-size: 47px; letter-spacing: -.08em; }
.franchise-benefits h3 { margin: 55px 0 9px; font-size: 20px; letter-spacing: -.04em; }
.franchise-benefits article p { max-width: 440px; margin: 0; color: #757a7e; font-size: 10px; line-height: 1.6; }
.franchise-formats { padding: 82px 0; color: #fff; background: #17191b; }
.franchise-section-head--light span { color: #ff6165; }
.franchise-section-head--light > p { color: #999ea1; }
.franchise-formats__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 37px; }
.franchise-formats article { min-height: 430px; display: flex; flex-direction: column; padding: 27px; border: 1px solid #343739; border-radius: 20px; background: #202224; }
.franchise-formats article.is-featured { border-color: #ef3f43; background: linear-gradient(160deg, #3a1e20, #202224 52%); }
.franchise-formats article > span { color: #ff6266; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.franchise-formats h3 { margin: 12px 0 11px; font-size: 25px; line-height: 1.04; letter-spacing: -.045em; }
.franchise-formats p { margin: 0; color: #999ea1; font-size: 9px; line-height: 1.6; }
.franchise-formats ul { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.franchise-formats li { position: relative; padding-left: 20px; color: #d5d7d8; font-size: 10px; }
.franchise-formats li::before { content: "✓"; position: absolute; left: 0; color: #52d776; }
.franchise-formats article a { margin-top: auto; color: #ff6266; font-size: 10px; font-weight: 800; }
.franchise-steps { padding: 82px 0; }
.franchise-steps ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 34px 0 0; padding: 0; border-top: 1px solid #dedfe0; list-style: none; }
.franchise-steps li { position: relative; padding: 25px 24px 0 0; }
.franchise-steps li + li { padding-left: 24px; border-left: 1px solid #dedfe0; }
.franchise-steps li > b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--accent); font-size: 10px; }
.franchise-steps h3 { margin: 34px 0 7px; font-size: 16px; }
.franchise-steps p { margin: 0; color: #7c8185; font-size: 9px; line-height: 1.5; }
.franchise-application { padding: 82px 0; color: #fff; background: #202224; }
.franchise-application__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.franchise-application__copy { position: sticky; top: 145px; }
.franchise-application__copy p { max-width: 480px; margin: 18px 0 32px; color: #a0a5a8; font-size: 11px; line-height: 1.6; }
.franchise-application__copy > div { padding: 22px; border: 1px solid #383b3d; border-radius: 17px; background: #27292b; }
.franchise-application__copy > div b { font-size: 12px; }
.franchise-application__copy ul { display: grid; gap: 11px; margin: 16px 0 0; padding: 0; list-style: none; }
.franchise-application__copy li { position: relative; padding-left: 20px; color: #aeb2b5; font-size: 9px; }
.franchise-application__copy li::before { content: "—"; position: absolute; left: 0; color: #ff6266; }
.franchise-form-card { padding: 31px; border-radius: 23px; color: #17191b; background: #fff; }
.franchise-form-card form { display: grid; gap: 15px; }
.franchise-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.franchise-form-card label { display: grid; gap: 7px; color: #676c70; font-size: 9px; font-weight: 750; }
.franchise-form-card input, .franchise-form-card select, .franchise-form-card textarea { width: 100%; border: 1px solid #dfe1e2; border-radius: 12px; outline: 0; color: #17191b; background: #f8f8f8; font: inherit; font-size: 11px; }
.franchise-form-card input, .franchise-form-card select { height: 49px; padding: 0 13px; }
.franchise-form-card textarea { min-height: 105px; padding: 13px; resize: vertical; }
.franchise-form-card input:focus, .franchise-form-card select:focus, .franchise-form-card textarea:focus { border-color: #ef6b6e; box-shadow: 0 0 0 3px rgba(228,35,41,.08); }
.franchise-consent { display: grid !important; grid-template-columns: 18px 1fr; align-items: start; gap: 9px !important; font-weight: 500 !important; line-height: 1.45; }
.franchise-consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--accent); }
.franchise-form-card button { height: 54px; border-radius: 13px; color: #fff; background: var(--accent); font-size: 11px; font-weight: 850; }
.franchise-honeypot { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.franchise-message { display: flex; flex-direction: column; gap: 4px; margin-bottom: 17px; padding: 15px; border-radius: 13px; font-size: 10px; }
.franchise-message b { font-size: 12px; }
.franchise-message--success { color: #176b35; background: #e6f7ec; }
.franchise-message--error { color: #9c2529; background: #fff0f0; }
@media (max-width: 900px) {
  .franchise-hero__grid, .franchise-application__grid { grid-template-columns: 1fr; }
  .franchise-hero__copy { padding: 44px; }
  .franchise-hero__visual { min-height: 540px; }
  .franchise-formats__grid { grid-template-columns: 1fr; }
  .franchise-formats article { min-height: 330px; }
  .franchise-application__copy { position: static; }
}
@media (max-width: 620px) {
  .franchise-shell { width: min(100% - 28px, 1120px); }
  .franchise-hero { padding-top: 14px; }
  .franchise-hero__grid { border-radius: 20px; }
  .franchise-hero__copy { padding: 32px 22px 36px; }
  .franchise-hero h1 { font-size: 45px; }
  .franchise-hero__copy > div { align-items: stretch; flex-direction: column; }
  .franchise-hero__visual { min-height: 500px; padding: 28px 20px; }
  .franchise-stats { grid-template-columns: 1fr 1fr; gap: 20px 0; }
  .franchise-stats span:nth-child(3) { border-left: 0; }
  .franchise-benefits { padding: 60px 0; }
  .franchise-section-head { align-items: flex-start; flex-direction: column; gap: 14px; }
  .franchise-benefits__grid { grid-template-columns: 1fr; }
  .franchise-benefits article { min-height: 240px; }
  .franchise-benefits h3 { margin-top: 34px; }
  .franchise-formats { padding: 60px 0; }
  .franchise-steps { padding: 60px 0; }
  .franchise-steps ol { grid-template-columns: 1fr; }
  .franchise-steps li, .franchise-steps li + li { display: grid; grid-template-columns: 42px 1fr; padding: 20px 0; border-left: 0; border-bottom: 1px solid #dedfe0; }
  .franchise-steps h3 { margin: 0 0 7px; }
  .franchise-application { padding: 60px 0; }
  .franchise-application__grid { gap: 35px; }
  .franchise-form-card { padding: 22px 16px; }
  .franchise-form-row { grid-template-columns: 1fr; }
}
