/* Business uses the Run-It landing template in style.css and landing-theme.css.
   This stylesheet owns only the Business composition and its responsive layouts. */
.business-page {
  --business-ink: #fff;
  --business-muted: #918ea0;
  --business-rule: rgba(255,255,255,.1);
  --business-surface: rgba(255,255,255,.03);
}
.business-check,
.business-page .fit-rating input:checked + span::after {
  display: inline-block; width: 12px; height: 12px; flex: none;
  background: currentColor;
  -webkit-mask: url('/images/business/icons/check.svg') center / contain no-repeat;
  mask: url('/images/business/icons/check.svg') center / contain no-repeat;
}
.shelf-check .business-check, .selection-check .business-check { width: 10px; height: 10px; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
[x-cloak] { display: none !important; }
.business-page main { overflow: hidden; }
.page-width { width: min(1170px, calc(100% - 64px)); margin-inline: auto; }
.section-rule { border-top: 1px solid var(--business-rule); }
.business-page main :is(h2, h3) { color: var(--business-ink); }
.business-page main h2 { font-weight: 800; }
.business-page main h3 { font-weight: 600; }
.business-page main :is(a, button):focus-visible { outline: 2px solid #2ed1f4; outline-offset: 5px; }
.icon { width: 24px; height: 24px; flex-shrink: 0; filter: invert(1); opacity: .86; }
.icon-cyan { filter: invert(86%) sepia(55%) saturate(947%) hue-rotate(151deg) brightness(99%) contrast(93%); }
.skip-link { position: fixed; top: -100px; left: 24px; padding: 16px; background: #030014; color: white; z-index: 100000; }
.skip-link:focus { top: 12px; }
.business-hero { position: relative; isolation: isolate; padding-top: 176px; padding-bottom: 64px; }
/* The homepage's blue hero glow, using the same palette and treatment. */
.business-hero::before {
  content: ''; position: absolute; top: 0; left: 50%; width: min(1320px, 138vw); height: 620px;
  transform: translateX(-50%); pointer-events: none; z-index: -1;
  background: radial-gradient(ellipse at 50% 0%, rgba(34,120,190,.42) 0%, rgba(11,75,130,.32) 32%, rgba(2,43,58,.18) 56%, rgba(3,0,20,0) 78%);
  filter: blur(26px);
}
.hero-copy { text-align: center; width: min(1170px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin-bottom: 24px; color: #b9f8ff; }
.hero-copy h1 { margin: 0 auto 24px; }
.hero-copy h1 span, .closing-cta h2 span { color: inherit; }
.hero-description { max-width: 870px; margin-inline: auto; font-size: 18px; font-weight: 500; line-height: 28px; }
.hero-actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 36px; }
.cta { align-items: center; justify-content: center; }
.text-link { justify-content: center; }
.text-link .icon { width: 18px; height: 18px; }
.showcase { display: grid; grid-template-columns: 40% 8% 29% 23%; align-items: start; margin-top: 64px; min-height: 520px; position: relative; }
.showcase h2 { font-size: 16px; font-weight: 600; text-align: center; margin-bottom: 0; }
.shoe-wall { min-width: 0; }
.shelf-stage { width: 100%; aspect-ratio: 1140 / 1040; margin-top: 0; position: relative; overflow: hidden; }
.shelves { position: absolute; width: 130%; height: 130%; max-width: none; left: -15%; top: -19.5%; object-fit: contain; opacity: .72; mix-blend-mode: lighten; }
.shoe-grid { position: absolute; inset: 0; }
.wall-shoe { position: absolute; width: 38%; height: 41.7%; overflow: hidden; }
.wall-shoe img { position: absolute; width: 100%; max-width: none; height: 100%; object-fit: contain; }
.wall-shoe[data-brand="Brooks"] img { transform: scaleX(-1); }
.wall-shoe[data-brand="ASICS"] img { transform: translateY(13.5%) scale(.89); }
.wall-shoe[data-brand="Nike"] img { transform: translateY(3%) scale(1.04); }
.wall-shoe-6[data-brand="Nike"] img { transform: translateY(3.5%) scale(1.25); }
.wall-shoe[data-brand="New Balance"] img { transform: translateY(4%) scale(-.95, .95); mix-blend-mode: lighten; }
.wall-shoe:nth-child(3n+1) { left: -2%; }
.wall-shoe:nth-child(3n+2) { left: 31%; }
.wall-shoe:nth-child(3n) { left: 64%; }
.wall-shoe:nth-child(-n+3) { top: -5%; }
.wall-shoe:nth-child(n+4):nth-child(-n+6) { top: 22.7%; }
.wall-shoe:nth-child(n+7) { top: 48.2%; }
.analysis-connector { align-self: start; position: relative; margin-top: 210px; border-bottom: 1px solid #3a94a6; height: 1px; z-index: 2; }
.analysis-connector span { display: block; width: 140px; text-transform: uppercase; letter-spacing: .8px; font-size: 10px; color: #82eaff; padding-left: 8px; transform: translateY(-24px); white-space: nowrap; }
.shoe-selection { min-width: 0; }
.featured-stage { height: 480px; margin-top: 0; position: relative; }
.featured-studio { position: absolute; width: 128%; max-width: none; left: -14%; top: -16px; height: 100%; object-fit: contain; mix-blend-mode: lighten; }
.model-label { position: absolute; bottom: 20px; width: 100%; text-align: center; font-size: 12px; letter-spacing: .25px; color: #8a92a5; }
.analysis-card { line-height: 1.5; position: relative; margin-left: 10px; margin-top: 0; padding: 20px 18px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); border-radius: 16px; min-height: 480px; font-size: 12px; color: #b0b6c5; }
.example-label { font-size: 12px; color: #8f96a7; }
.analysis-purpose { display: flex; align-items: center; gap: 15px; margin: 20px 0 14px; color: #ecf1f8; font-size: 13px; }
.analysis-purpose .icon { width: 23px; height: 23px; opacity: .55; }
.analysis-group { padding: 14px 0; border-top: 1px solid #1b2030; }
.analysis-group h3 { color: #e4e7ee; font-size: 13px; font-weight: 500; margin-bottom: 14px; }
.reason-list { display: flex; flex-direction: column; gap: 12px; font-size: 12px; line-height: 1.6; }
.reason-list li { display: flex; align-items: flex-start; gap: 9px; }
.reason-list .icon { width: 17px; height: 17px; margin-top: 1px; }
.profile-list { display: flex; flex-direction: column; gap: 10px; font-size: 11px; }
.profile-list li { display: flex; align-items: center; gap: 8px; }
.profile-list .icon { width: 15px; height: 15px; opacity: .5; }
.properties { padding-bottom: 0; }
.fit-example { margin: 10px 0; color: #b9f8ff; }
.properties dl { display: flex; flex-direction: column; gap: 9px; }
.properties dl div { display: flex; justify-content: space-between; gap: 8px; font-size: 11px; }
.properties dd { color: #7eddec; }

.business-value, .how-it-works, .customer-journey { padding: 88px 0; }
.business-value h2, .section-heading h2, .customer-copy h2, .closing-cta h2 { font-size: clamp(32px, 3.5vw, 48px); line-height: 1.15; }
.business-value h2 { text-align: center; max-width: 850px; margin-inline: auto; }
.benefits { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; margin-top: 48px; }
.benefits article { position: relative; padding: 32px; border-radius: 24px; border: 1px solid var(--business-rule); background: var(--business-surface); }
.benefit-number { display: inline-flex; align-items: center; justify-content: center; height: 40px; min-width: 40px; border-radius: 12px; color: #2ed1f4; background: rgba(46,209,244,.08); border: 1px solid rgba(46,209,244,.16); font-size: 16px; font-weight: 600; margin-bottom: 24px; }
.benefits h3 { font-size: 22px; line-height: 30px; margin-bottom: 16px; }
.benefits h3 br { display: none; }
.benefits p { font-size: 16px; line-height: 26px; }
.section-heading { text-align: center; }
.section-heading .eyebrow { margin-bottom: 20px; }
.section-heading > p:last-child { font-size: 18px; line-height: 28px; margin-top: 20px; }
.journey { display: grid; grid-template-columns: 1.1fr .84fr 1.26fr; gap: 32px; margin-top: 48px; }
.journey-step { min-width: 0; position: relative; }
.journey-step:not(:last-child)::after { content: ''; position: absolute; right: -32px; top: 128px; width: 32px; border-top: 1px solid rgba(46,209,244,.24); }
.journey-visual { height: 262px; background: var(--business-surface); border: 1px solid var(--business-rule); border-radius: 16px; overflow: hidden; position: relative; }
.watch-visual { border: 0; }
.watch-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 53%; }
.profile-visual { padding: 28px 20px; }
.profile-visual > p { color: var(--business-ink); font-weight: 600; font-size: 14px; margin-bottom: 24px; }
.runner-inputs { display: flex; flex-direction: column; gap: 16px; font-size: 11px; line-height: 18px; }
.runner-inputs > div { display: flex; justify-content: space-between; gap: 8px; }
.runner-inputs dt { color: var(--business-muted); }
.runner-inputs dd { color: var(--business-ink); display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.runner-inputs .icon { width: 12px; height: 12px; opacity: .4; }
.shortlist-visual { background: #0d1120; color: #c4c8d2; }
.shortlist-shoe { position: absolute; top: 0; left: 1%; max-width: none; width: 46%; height: 100%; object-fit: contain; mix-blend-mode: lighten; }
.recommendation { position: absolute; top: 24px; right: 12px; width: 49%; height: 212px; padding: 16px 12px; background: #090f1bf2; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; }
.recommendation > p { color: #fff; font-size: 11px; line-height: 18px; font-weight: 500; margin-bottom: 20px; white-space: nowrap; }
.recommendation .reason-list { gap: 12px; font-size: 10px; line-height: 1.6; }
.recommendation .icon { width: 14px; height: 14px; }
.journey figcaption { color: var(--business-ink); text-align: center; font-size: 18px; line-height: 28px; font-weight: 600; margin-top: 20px; }
.customer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.customer-copy p { max-width: 430px; font-size: 18px; line-height: 28px; margin-top: 24px; }
.customer-actions > a { display: flex; align-items: center; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--business-rule); font-size: 16px; color: var(--business-ink); }
.customer-actions > a:hover { color: #2ed1f4; }
.customer-actions > a > .icon:first-child { width: 28px; height: 28px; }
.customer-actions > a > .icon:last-child { width: 20px; height: 20px; margin-left: auto; }
.customer-actions p { margin-top: 24px; font-size: 14px; line-height: 24px; }
.closing-cta { padding: 88px 24px; text-align: center; background: url('/images/business/cta-background.webp') center / cover no-repeat; }
.closing-cta h2 { max-width: 700px; margin-inline: auto; }
.closing-cta p { font-size: 18px; line-height: 28px; margin-top: 24px; }
.closing-cta .cta { margin-top: 32px; }
@media (max-width: 1199px) and (min-width: 768px) {
  .showcase { grid-template-columns: 38% 7% 29% 26%; min-height: 480px; }
  .featured-stage { height: 430px; }
  .analysis-card { padding: 16px 12px; margin-left: 4px; min-height: 430px; }
  .analysis-card .reason-list, .profile-list, .properties dl div { font-size: 10px; }
  .analysis-group { padding: 10px 0; }
  .analysis-purpose { margin: 14px 0; }
  .analysis-connector { margin-top: 190px; }
  .analysis-connector span { padding-left: 0; font-size: 8px; }
  .showcase h2 { font-size: 14px; }
  .journey { grid-template-columns: 1fr 1fr; }
  .journey-step:last-child { grid-column: 1/-1; max-width: 520px; width: 100%; justify-self: center; }
  .journey-step::after { display: none; }
  .benefits { gap: 16px; }
  .benefits article { padding: 24px; }
}
@media (max-width: 1023px) { .business-hero { padding-top: 144px; } }
@media (max-width: 767px) {
  html { scroll-padding-top: 100px; }
  .page-width { width: calc(100% - 40px); }
  .business-hero { padding-top: 128px; padding-bottom: 48px; }
  .business-hero::before { height: 430px; width: 150vw; }
  .hero-copy h1 { line-height: 1.15; }
  .hero-copy h1 br { display: none; }
  .eyebrow { font-size: 11px; }
  .hero-description { font-size: 16px; line-height: 26px; }
  .hero-description br { display: none; }
  .hero-actions { margin-top: 28px; gap: 12px; }
  .hero-actions .cta, .hero-actions .text-link { padding-inline: 20px; }
  .showcase { grid-template-columns: 1fr 1fr; margin-top: 48px; min-height: 0; column-gap: 10px; }
  .showcase h2 { font-size: 12px; }
  .featured-stage { height: 205px; }
  .featured-studio { top: 0; left: -10%; width: 120%; height: 100%; }
  .model-label { bottom: 8px; font-size: 8px; }
  .analysis-connector { display: none; }
  .analysis-card { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; min-height: 0; margin: 16px 0 0; padding: 20px; gap: 0 18px; }
  .example-label { font-size: 11px; grid-column: 1/-1; }
  .analysis-purpose { grid-column: 1/-1; margin: 12px 0; font-size: 12px; }
  .analysis-card .analysis-group { padding: 14px 0 0; }
  .analysis-card .analysis-group h3 { font-size: 12px; }
  .analysis-card .reason-list { font-size: 10px; gap: 8px; }
  .analysis-card .profile-list { font-size: 10px; gap: 10px; }
  .analysis-card .properties { grid-column: 1/-1; margin-top: 16px; display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
  .properties h3 { flex-shrink: 0; }
  .properties dl { flex-direction: row; gap: 14px; }
  .properties dl div { display: block; font-size: 9px; }
  .properties dd { margin-top: 4px; }
  .business-value, .how-it-works, .customer-journey { padding: 56px 0; }
  .benefits { grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
  .benefits article { padding: 24px; }
  .benefit-number { margin-bottom: 20px; }
  .benefits h3 { font-size: 20px; line-height: 28px; }
  .section-heading > p:last-child { font-size: 16px; line-height: 26px; }
  .journey { grid-template-columns: 1fr; gap: 32px; max-width: 440px; margin: 32px auto 0; }
  .journey-step::after { display: none; }
  .journey-visual { height: 245px; }
  .journey figcaption { font-size: 16px; margin-top: 16px; }
  .profile-visual { padding: 27px 25px; }
  .recommendation { top: 24px; right: 16px; height: 197px; width: 48%; }
  .recommendation > p { font-size: 10px; }
  .recommendation .reason-list { font-size: 10px; gap: 15px; }
  .customer-grid { grid-template-columns: 1fr; gap: 24px; }
  .customer-copy p { font-size: 16px; line-height: 26px; }
  .desktop-break { display: none; }
  .closing-cta { padding: 56px 24px; }
  .closing-cta p { font-size: 16px; line-height: 26px; }
}
html[data-run-it-theme='light'] .business-page {
  --business-ink: var(--run-it-light-heading);
  --business-muted: var(--run-it-light-muted);
  --business-rule: var(--run-it-light-border);
  --business-surface: var(--run-it-light-surface);
}
html[data-run-it-theme='light'] .business-hero::before { opacity: .22; }
html[data-run-it-theme='light'] .business-page .eyebrow { color: var(--run-it-light-accent); }
html[data-run-it-theme='light'] .showcase { background: #030611; border-radius: 24px; padding: 24px 16px; }
html[data-run-it-theme='light'] .business-page :is(.analysis-card, .shortlist-visual) { background: #0d1120 !important; border-color: rgba(255,255,255,.12) !important; color: #b0bacb; }
html[data-run-it-theme='light'] .business-page .showcase :is(h2,h3,p,li,dt) { color: #e4e7ee !important; }
html[data-run-it-theme='light'] .business-page .showcase dd { color: #7eddec; }
html[data-run-it-theme='light'] .business-page .shortlist-visual p { color: #fff; }
html[data-run-it-theme='light'] .business-page .shortlist-visual li { color: #b0bacb; }
html[data-run-it-theme='light'] .business-page :is(.runner-inputs,.customer-actions) .icon { filter: none; }
html[data-run-it-theme='light'] .business-page .text-link .icon { filter: none; }
html[data-run-it-theme='light'] .closing-cta { background-image: none; background-color: var(--run-it-light-surface-soft); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Approved connected journey: Halo selection. */
.business-stages { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.business-stage-connector { position: absolute; top: 62px; left: 16.66%; right: 16.66%; height: 1px; background: #537c8f55; }
.business-stage { position: relative; isolation: isolate; display: flex; flex-direction: column; align-items: center; width: 100%; padding: 24px 20px 20px; background: transparent; border: 1px solid transparent; border-radius: 22px; color: inherit; text-align: center; font: inherit; cursor: pointer; transition: transform .45s cubic-bezier(.2,.8,.2,1), border-color .4s, background .4s, box-shadow .4s; }
.business-stage::before { content: ''; position: absolute; inset: 0; z-index: -1; border-radius: inherit; opacity: 0; pointer-events: none; transition: opacity .5s; }
.business-stage-orb { position: relative; display: grid; place-items: center; width: 76px; height: 76px; margin-bottom: 24px; background: #0b1528; border: 1px solid #537c8f88; border-radius: 50%; color: #9bced9; transition: background .4s, border-color .4s, box-shadow .5s, transform .5s; }
.business-stage-orb svg { width: 28px; height: 28px; }
.business-stages .selection-check { position: absolute; right: -3px; bottom: -1px; display: grid; place-items: center; width: 21px; height: 21px; border: 3px solid #030014; border-radius: 50%; background: #79f1ff; color: #06131b; font-size: 11px; font-weight: 800; opacity: 0; transform: scale(.4); transition: opacity .25s, transform .4s; }
.business-stage[aria-pressed='true'] .selection-check { opacity: 1; transform: scale(1); }
.business-stages .phase { font-size: 11px; color: #92dbe8; letter-spacing: 1.3px; text-transform: uppercase; margin-bottom: 14px; }
.business-stage-title { display: block; font-size: 23px; line-height: 1.35; font-weight: 700; min-height: 63px; margin-bottom: 16px; }
.business-stage-copy { color: #aaa6ba; font-size: 15px; line-height: 1.75; min-height: 79px; }
.business-stage-detail { position: relative; display: block; width: 100%; padding-top: 21px; margin-top: 24px; border-top: 1px solid #ffffff16; font-size: 12px; color: #bab5cd; transition: color .4s, border-color .4s; }
.business-stage[aria-pressed='true'] .business-stage-detail { color: #b9f5ff; border-color: #79f1ff70; }
.business-stage:hover .business-stage-orb { border-color: #9debf5; }
/* 1: no card enclosure; the selected icon becomes the focal point. */
.business-stage[aria-pressed='true']::before { opacity: 1; background: radial-gradient(ellipse at 50% 12%, #24b8eb20, transparent 65%); }
.business-stage[aria-pressed='true'] .business-stage-orb { color: #d4fbff; border-color: #79f1ff; box-shadow: 0 0 30px #1bbcef50; animation: breathe 3s ease-in-out infinite; }
.business-stage[aria-pressed='true'] .business-stage-orb::after { content: ''; position: absolute; inset: -9px; border-radius: 50%; border: 1px solid #79f1ff20; border-top-color: #a3f5ff; animation: orbit 5s linear infinite; }

.business-stages { margin-top: 44px; }
.business-stage { color: var(--business-ink); }
.business-stage-copy { color: var(--business-muted); }
.business-stage-detail { color: var(--business-ink); }
html[data-run-it-theme='light'] .business-stages .phase,
html[data-run-it-theme='light'] .business-stage[aria-pressed='true'] .business-stage-detail { color: var(--run-it-light-accent); }
@keyframes breathe { 50% { box-shadow: 0 0 45px #1bbcef77; } }
@keyframes orbit { to { transform: rotate(360deg); } }
@media (max-width: 700px) {
 .business-stages { grid-template-columns: 1fr; gap: 16px; }
 .business-stage-connector { display: none; }
 .business-stage { padding: 24px; }
 .business-stage-title, .business-stage-copy { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
 .business-stages *, .business-stages *::before, .business-stages *::after { animation: none !important; transition: none !important; }
}

/* Give the approved result card its readable size in both sales-page placements. */
.showcase { grid-template-columns: 32% 4% 28% 36%; }
.showcase > .business-result-card { margin-left: 12px; }
.journey { grid-template-columns: 1fr 1fr; max-width: none; }
.journey-step:last-child { grid-column: 1 / -1; }
.journey-step:nth-child(2)::after { display: none; }
.journey-visual.shortlist-visual { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 32px; height: auto; overflow: visible; padding: 28px; }
.shortlist-visual .shortlist-shoe { position: static; width: 100%; height: 480px; }
@media (max-width: 767px) {
 .showcase { grid-template-columns: 1fr 1fr; }
 .showcase > .business-result-card { grid-column: 1 / -1; margin: 24px 0 0; }
 .journey { grid-template-columns: 1fr; }
 .journey-visual.shortlist-visual { grid-template-columns: 1fr; padding: 0; border: 0; background: transparent; gap: 0; }
 .shortlist-visual .shortlist-shoe { height: 300px; }
}
