/* =========================================================
   menuit_ad.css — 메뉴잇 광고 페이지 (/ad)
   프리픽스: b29-* (b26-* nav/footer/float 공용)
   ========================================================= */

.b29 {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.4;
  color: #222222;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  --b29-side: clamp(24px, calc((100vw - 1280px) / 2), 320px);
}

.b29 *,
.b29 *::before,
.b29 *::after {
  box-sizing: border-box;
}

.b29 img {
  height: auto;
  display: block;
  max-width: 100%;
}

.b29-kicker {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #666666;
  margin-bottom: 16px;
}

.b29-h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
  color: #222222;
}

.b29-lead {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #3a3a3a;
  white-space: nowrap;
}

.b29-accent {
  color: #ff4c30;
  font-weight: 700;
}

.b29-section {
  width: 100%;
}

.b29-inner {
  width: 100%;
  margin: 0 auto;
  padding-left: var(--b29-side);
  padding-right: var(--b29-side);
}

.b29-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  margin-bottom: 48px;
}

/* —— Hero —— */
.b29-hero {
  padding: 0 20px;
}

.b29-hero__panel {
  position: relative;
  width: 100%;
  max-width: 1880px;
  margin-inline: auto;
  min-height: 457px;
  border-radius: 20px;
  overflow: hidden;
  background: #101119;
}

.b29-hero__visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.b29-hero__picture {
  position: absolute;
  inset: 0;
  display: block;
}

.b29-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%), linear-gradient(90deg, rgba(16, 17, 25, 0) 0%, #101119 100%), radial-gradient(ellipse 73.35% 172.79% at 71.30% 52.50%, rgba(16, 17, 25, 0) 0%, #101119 100%);
}

.b29-hero__device {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(72%, 1398px);
  height: auto;
  pointer-events: none;
}

.b29-hero__copy {
  position: relative;
  z-index: 2;
  padding: 120px 24px 80px max(24px, var(--b29-side));
  max-width: 640px;
}

.b29-hero__eyebrow {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.6px;
  color: #ffffff;
  opacity: 0.9;
}

.b29-hero__title {
  white-space: nowrap;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
  color: #ffffff;
}

.b29-hero__note {
  position: absolute;
  left: max(24px, var(--b29-side));
  bottom: 24px;
  z-index: 2;
  margin: 0;
  font-size: 16px;
  color: #bababa;
  opacity: 0.8;
}

/* —— KPI —— */
.b29-kpi {
  padding: 100px 0 263px;
}

.b29-kpi__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.b29-kpi__stat {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  text-align: center;
}

.b29-kpi__value {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-weight: 700;
  line-height: 1.25;
  color: #222222;
}

.b29-kpi__value-num {
  font-size: 40px;
  letter-spacing: -1px;
}

.b29-kpi__value-plus {
  font-size: 28px;
  letter-spacing: -0.7px;
}

.b29-kpi__label {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #666666;
  letter-spacing: -0.5px;
}

.b29-kpi__divider {
  width: 1px;
  height: 119px;
  background: #e3e3e3;
  flex-shrink: 0;
}

/* —— Specialty cards —— */
.b29-specialty {
  padding: 0 0 100px;
}

.b29-specialty__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.b29-specialty__card {
  min-height: 228px;
  padding: 39px 24px 24px;
  border-radius: 20px;
  border: 1px solid #e3e3e3;
  text-align: center;
}

.b29-specialty__card--light {
  background: linear-gradient(180deg, #ffffff 50%, #fbfbfb 100%);
}

.b29-specialty__card--dark {
  background: linear-gradient(180deg, #3a3a3a 37.868%, #222222 100%);
  border-color: transparent;
  color: #ffffff;
}

.b29-specialty__card--accent {
  background: linear-gradient(180deg, #ff6249 50%, #ff4c30 100%);
  border-color: transparent;
  color: #ffffff;
}

.b29-specialty__card-label {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.45px;
}

.b29-specialty__card--dark .b29-specialty__card-label {
  color: #e7e7e7;
}

.b29-specialty__card-value {
  margin: 0 0 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1.2px;
}

.b29-specialty__card-desc {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.45px;
  color: #3a3a3a;
}

.b29-specialty__card--dark .b29-specialty__card-desc,
.b29-specialty__card--accent .b29-specialty__card-desc {
  color: #e7e7e7;
}

.b29-specialty__card--accent .b29-specialty__card-desc {
  color: #ffffff;
}

/* —— Ad flow —— */
.b29-flow {
  padding: 152px 0 219px;
}

.b29-flow__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.b29-flow__track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 77px);
  height: 1px;
  z-index: 0;
  background: #e3e3e3;
}

.b29-flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  z-index: 2;
}

.b29-flow__badge {
  padding: 4px 12px;
  border-radius: 20px;
  background: #e7e7e7;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  letter-spacing: -0.4px;
}

.b29-flow__mockup {
  width: 100%;
  aspect-ratio: 1870 / 1396;
  border-radius: 12px;
  overflow: hidden;
}

.b29-flow__mockup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b29-flow__dot {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background: rgba(255, 76, 48, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.b29-flow__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  width: 251px;
  position: relative;
  z-index: 1;
}

.b29-flow__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  text-align: center;
}

.b29-flow__dot::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #ff4c30;
}

.b29-flow__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.b29-flow__desc {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  letter-spacing: -0.45px;
}

/* —— Inline Banner (Figma 780:4063 / 1024: 770:4240 / 1920: 770:4015) —— */
.b29-banner {
  width: 100%;
  height: 100px;
  margin-bottom: 50px;
}

.b29-banner__stage {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  background: linear-gradient(270deg, #ff6249 30.286%, #ff4c30 100%);
}

.b29-banner__bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.b29 img.b29-banner__bg-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.b29-banner__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
}

.b29-banner__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.b29-banner__content {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding-left: clamp(16px, 12.33vw, 53px);
}

.b29-banner__kicker {
  margin: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: -0.325px;
  color: #fff9cf;
  white-space: nowrap;
}

.b29-banner__title {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: -0.375px;
  color: #fff;
  white-space: nowrap;
}

.b29-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #fff;
  color: #ff4c30;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  text-decoration: none;
  border-radius: 8px;
  padding: 5px 4px 5px 12px;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.b29-banner__cta:hover,
.b29-banner__cta:focus-visible {
  background: #fff5f3;
  color: #ff3a1b;
}

.b29-banner__cta-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.b29-banner__visual {
  display: none;
  margin: 0;
  flex-shrink: 0;
}

.b29-banner__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

@media (min-width: 768px) {
  .b29-banner,
  .b29-banner__stage {
    height: 120px;
  }
}

/* Tablet 1024 (Figma 770:4240) */
@media (min-width: 768px) and (max-width: 1229px) {
  .b29-banner__overlay {
    justify-content: center;
  }

  .b29-banner__inner {
    width: min(66.015625%, 676px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(180px, 47.93%, 324px);
    align-items: center;
    gap: 0;
  }

  .b29-banner__content {
    padding: 14px 0 14px 14px;
    gap: 8px;
    width: auto;
    max-width: 252px;
  }

  .b29-banner__kicker {
    font-size: 15px;
    letter-spacing: -0.375px;
  }

  .b29-banner__title {
    font-size: 18px;
    letter-spacing: -0.45px;
  }

  .b29-banner__cta {
    font-size: 14px;
    letter-spacing: -0.35px;
    border-radius: 12px;
    padding: 8px 10px 8px 16px;
  }

  .b29-banner__visual {
    display: block;
    width: 100%;
    height: 120px;
  }
}

/* Desktop 1230+ (Figma 770:4015) */
@media (min-width: 1230px) {
  .b29 img.b29-banner__bg-img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 100%;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center;
  }

  .b29-banner__overlay {
    justify-content: center;
  }

  .b29-banner__inner {
    justify-content: center;
    width: 100%;
  }

  .b29-banner__content {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }

  .b29-banner__kicker {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.45px;
  }

  .b29-banner__title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.6px;
  }

  .b29-banner__cta {
    font-size: 16px;
    letter-spacing: -0.4px;
    min-height: 38px;
    padding: 8px 10px 8px 16px;
    border-radius: 12px;
  }
}

@media (min-width: 1920px) {
  .b29 img.b29-banner__bg-img {
    left: 0;
    width: 100%;
    transform: none;
  }
}

.b29-lead--mobile {
  display: none;
}

.b29-flow__scroll-wrap {
  display: contents;
}

.b29-flow__dots {
  display: none;
}

.b29-process__scroll-wrap {
  display: contents;
}

/* —— Fullscreen ad ——
   오더패드 All-in-One(b27-system)과 동일 패턴:
   외부 675vh + __stage sticky 100vh, overflow 는 stage 에만. */
.b29-fullscreen {
  position: relative;
  height: 675vh;
  padding: 0;
  background: #ffffff;
}

.b29-fullscreen__stage {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  overflow-y: visible;
}

.b29-fullscreen__layout {
  display: grid;
  grid-template-columns: 347px 1fr;
  gap: 344px;
  align-items: center;
  width: 100%;
}

.b29-fullscreen__states {
  position: relative;
  min-height: 148px;
}

.b29-fullscreen__state {
  transition: opacity 0.35s ease;
}

.b29-fullscreen__state:not(.is-active) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.b29-fullscreen__state.is-active {
  position: relative;
  opacity: 1;
}

.b29-fullscreen__state .b29-h2 {
  margin: 0 0 8px;
}

.b29-fullscreen__tag {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #ff4c30;
  letter-spacing: -0.5px;
}

.b29-fullscreen__state .b29-lead {
  margin: 0;
}

.b29-fullscreen__timeline-label {
  margin: 32px 0 16px;
  font-size: 18px;
  color: #222222;
}

.b29-fullscreen__timeline {
  display: flex;
  align-items: flex-start;
  gap: 56px;
  position: relative;
}

.b29-fullscreen__timeline::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  height: 1px;
  width: 270px;
  background: #e3e3e3;
}

.b29-fullscreen__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  position: relative;
  z-index: 1;
}

.b29-fullscreen__step-dot {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background: rgba(255, 76, 48, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: b29-fullscreen-step-dot-blink 1s ease-in-out infinite;
}

.b29-fullscreen__step-dot::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #ff4c30;
  flex-shrink: 0;
}

@keyframes b29-fullscreen-step-dot-blink {
  0%,
  100% {
    background-color: rgba(255, 76, 48, 0.34);
    transform: scale(1.1);
  }

  50% {
    background-color: rgba(255, 76, 48, 0.18);
    transform: scale(1);
  }
}

.b29-fullscreen__step--muted .b29-fullscreen__step-dot {
  background: rgba(255, 255, 255, 0.2);
  animation: none;
}

.b29-fullscreen__step--muted .b29-fullscreen__step-dot::after {
  background: #e7e7e7;
}
.b29-fullscreen__copy {
  max-width: 580px;
}
.b29-fullscreen__step-label {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #222222;
}

.b29-fullscreen__step--muted .b29-fullscreen__step-label {
  color: #666666;
}

.b29-fullscreen__visual {
  position: relative;
  height: 319px;
  background: #f5f5f5;
  border-radius: 20px 0 0 20px;
  margin-right: calc(-1 * var(--b29-side));
  overflow: visible;
}

.b29-fullscreen__device {
  position: absolute;
  left: 29px;
  bottom: 0;
  width: min(517px, calc(100% - 58px));
  height: 462px;
  pointer-events: none;
}

.b29-fullscreen__shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}

.b29-fullscreen__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  max-width: none;
  transition: opacity 0.35s ease;
}

.b29-fullscreen__img:not(.is-active) {
  opacity: 0;
}

.b29-fullscreen__img.is-active {
  opacity: 1;
}

/* —— Win-win — Figma 664:4304 / 739:4897 —— */
.b29-winwin {
  position: relative;
  min-height: 930px;
  padding: 100px 0 84px;
  overflow: hidden;
  background: #ffffff;
}

.b29-winwin__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.b29-winwin__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b29-winwin__inner {
  position: relative;
  z-index: 1;
}

.b29-winwin__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  margin: 0;
}

.b29-winwin__head .b29-h2 {
  margin: 0;
}

.b29-winwin__cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 28px;
  margin-top: 80px;
}

.b29-winwin__card {
  width: 460px;
  height: 546px;
  flex-shrink: 0;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.b29-winwin__card-img {
  flex: 1 1 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.b29-winwin__card-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.b29-winwin__card--brand .b29-winwin__card-img img {
  object-fit: cover;
  object-position: center;
}

.b29-winwin__card--store .b29-winwin__card-img img {
  object-fit: cover;
  object-position: center;
}

.b29-winwin__card-list {
  margin: 0;
  padding: 0 24px 32px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.b29-winwin__card-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #222222;
  white-space: nowrap;
}

.b29-winwin__card-dot {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.b29-winwin__card-item .b29-accent {
  font-weight: 700;
}

/* —— Process —— */
.b29-process {
  padding: 152px 0 204px;
}

.b29-process__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.b29-process__step {
  padding: 32px 24px;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  background: #ffffff;
}

.b29-process__step--alt {
  background: #fbfbfb;
}

.b29-process__num {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 20px;
  background: #ff6249;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.b29-process__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.b29-process__desc {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.45px;
}

/* —— Apply form — Figma 645:3054 (PC) / 739:4981 (mobile) —— */
.b29-apply {
  padding: 100px 0 200px;
  background: linear-gradient(180deg, #fbfbfb 74%, #ffffff 100%);
}

.b29-apply__layout {
  display: grid;
  grid-template-columns: minmax(200px, 246px) minmax(0, 626px);
  justify-content: space-between;
  align-items: start;
  gap: 48px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.b29-apply__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
}

.b29-apply__kicker {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #666666;
}

.b29-apply__head .b29-h2 {
  margin: 0;
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 1.25;
}

.b29-apply__head .b29-lead {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #3a3a3a;
}

.b29-apply__form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.b29-apply__field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.b29-apply__label {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  letter-spacing: -0.45px;
}

.b29-apply__label em {
  color: #e8442a;
  font-style: normal;
}

.b29-apply__label span.optional {
  color: #666666;
  font-weight: 400;
}

.b29-apply__input,
.b29-apply__textarea {
  width: 100%;
  padding: 16px 24px;
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  background: #ffffff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  letter-spacing: -0.45px;
}

.b29-apply__input {
  height: 57px;
}

.b29-apply__input::placeholder,
.b29-apply__textarea::placeholder {
  color: #666666;
}

#b29-name::placeholder {
  color: #666666;
}

.b29-apply__textarea {
  height: 120px;
  min-height: 120px;
  resize: none;
}

.b29-apply__consent {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.45px;
  color: #3a3a3a;
}

/* Checkbox — Figma 744:6509 / 744:6550 */
.b29-checkbox {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.b29-checkbox__control {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.b29-checkbox__input {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.b29-checkbox__box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #bababa;
  border-radius: 4px;
  background: #ffffff;
  pointer-events: none;
}

.b29-checkbox__icon {
  display: none;
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  transform: rotate(-135deg) translateY(1.5px) translateX(1px);
}

.b29-checkbox__input:checked + .b29-checkbox__box {
  border-color: #ff4c30;
  background-color: #ff4c30;
}

.b29-checkbox__input:checked + .b29-checkbox__box .b29-checkbox__icon {
  display: block;
}

.b29-checkbox__label {
  flex: 1;
  min-width: 0;
}

.b29-apply__submit {
  width: 100%;
  height: 60px;
  margin-top: 24px;
  padding: 10px 20px;
  border: none;
  border-radius: 16px;
  background: #ffa496;
  color: #ffffff;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.5px;
  cursor: pointer;
}

.b29-apply__submit:disabled {
  background: #ffa496;
  opacity: 1;
  cursor: not-allowed;
}

.b29-apply__submit:not(:disabled) {
  background: #ff4c30;
}

.b29-apply__submit:not(:disabled):hover {
  background: #ff4c30;
}

/* —— Floating CTA —— */
body:has(.b29) .b26-float-dock {
  position: fixed;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  z-index: 90;
  background: none;
  box-shadow: none;
  padding: 0;
  width: auto;
}

.b29-float-cta {
  border: none;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

body:has(.b29) .b29-float-cta {
  position: static;
  transform: none;
  padding: 20.5px 32px;
  border-radius: 28px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 4px 24px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-size: 22px;
  letter-spacing: -0.55px;
  transition: background-color 0.15s ease, opacity 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

body:has(.b29) .b29-float-cta:hover {
  color: #ffffff;
  background-color: #222222;
  opacity: 1;
}

body:has(.b29) .b29-float-cta:active {
  transform: translateY(1px);
}

body:has(.b29) .b26-float-dock.is-hidden,
body:has(.b29) .b29-float-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* —— Responsive —— */
@media (max-width: 1279px) {
  .b29-specialty__cards,
  .b29-flow__track,
  .b29-process__steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .b29-flow__track::before {
    display: none;
  }

  .b29-fullscreen__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .b29-fullscreen__visual {
    margin-right: 0;
    border-radius: 20px;
  }

  .b29-winwin__cards {
    flex-direction: column;
    align-items: center;
    max-width: 460px;
    margin: 80px auto 0;
  }

  .b29-kpi__divider {
    display: none;
  }

  .b29-kpi__stat {
    flex: 0 0 50%;
    padding: 16px 0;
  }
}

@media (max-width: 767px) {
  .b29 {
    --b29-side: 16px;
  }

  .b29-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .b29-head {
    align-items: center;
    text-align: center;
    gap: 8px;
    margin-bottom: 32px;
  }

  .b29-kicker {
    font-size: 15px;
    letter-spacing: -0.375px;
    margin-bottom: 0px;
  }

  .b29-h2 {
    font-size: 24px;
    letter-spacing: -0.6px;
  }

  .b29-lead {
    font-size: 15px;
    letter-spacing: -0.375px;
  }

  .b29-lead--desktop {
    display: none;
  }

  .b29-lead--mobile {
    display: block;
  }

  /* Hero — Figma 739:4801 + 850:5912 */
  .b29-hero {
    padding: 0 16px;
  }

  .b29-hero__panel {
    position: relative;
    height: 610px;
    min-height: 610px;
    border-radius: 20px;
    overflow: hidden;
    background: #101119;
  }

  .b29 .b29-hero__panel .b29-hero__visual {
    inset: unset;
    top: 115px;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 1155px;
    height: 495px;
    transform: translateX(calc(-50% - 188.5px));
  }
  .b29-hero__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0) 62.32%, rgb(0, 0, 0) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0) 71.76%, rgb(0, 0, 0) 100%),
      linear-gradient(90deg, rgba(16, 17, 25, 0) 78.92%, rgb(16, 17, 25) 100%),
      radial-gradient(ellipse 90% 70% at 71% 52%, rgba(16, 17, 25, 0) 0%, rgba(16, 17, 25, 0.85) 100%);
  }

  .b29-hero__picture {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .b29-hero__bg {
    position: absolute;
    left: -15.68%;
    top: -21.04%;
    width: 122.46%;
    height: 121.04%;
    max-width: none;
    object-fit: cover;
    inset: auto;
  }

  .b29 .b29-hero__device {
    display: none;
  }
  .b29-hero__copy {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    padding: 0 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .b29-hero__eyebrow {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    opacity: 0.8;
  }

  .b29-hero__title {
    white-space: normal;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.7px;
  }

  .b29-hero__note {
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    font-size: 14px;
    letter-spacing: -0.35px;
    white-space: nowrap;
  }

  /* KPI — Figma 739:5177 */
  .b29-kpi {
    padding: 80px 0;
  }

  .b29-kpi .b29-head {
    align-items: flex-start;
    text-align: left;
    gap: 8px;
    max-width: 328px;
    margin: 0 auto 72px;
  }

  .b29-kpi .b29-kicker {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.375px;
    color: #666666;
  }

  .b29-kpi .b29-h2 {
    font-size: 24px;
    letter-spacing: -0.6px;
    line-height: 1.25;
  }

  .b29-kpi .b29-lead {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.375px;
    color: #3a3a3a;
  }

  .b29-kpi__stats {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    grid-template-rows: auto auto;
    gap: 28px 8px;
    justify-items: center;
    max-width: 328px;
    margin: 0 auto;
  }

  .b29-kpi__stat:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .b29-kpi__divider:nth-child(2) {
    display: block;
    grid-column: 2;
    grid-row: 1;
    width: 1px;
    height: 96px;
    align-self: center;
  }

  .b29-kpi__stat:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }

  .b29-kpi__divider:nth-child(4) {
    display: none;
  }

  .b29-kpi__stat:nth-child(5) {
    grid-column: 1;
    grid-row: 2;
  }

  .b29-kpi__divider:nth-child(6) {
    display: block;
    grid-column: 2;
    grid-row: 2;
    width: 1px;
    height: 96px;
    align-self: center;
  }

  .b29-kpi__stat:nth-child(7) {
    grid-column: 3;
    grid-row: 2;
  }

  .b29-kpi__stat {
    flex: none;
    width: 100%;
    max-width: 154px;
    gap: 19px;
    padding: 0;
  }

  .b29-kpi__value {
    gap: 2px;
  }

  .b29-kpi__value-num {
    font-size: 28px;
    letter-spacing: -0.7px;
  }

  .b29-kpi__value-plus {
    font-size: 18px;
    letter-spacing: -0.45px;
  }

  .b29-kpi__label {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.375px;
  }

  /* Specialty — Figma 850:5947 */
  .b29-specialty {
    padding: 100.5px 0;
  }

  .b29-specialty .b29-head {
    max-width: 328px;
    margin: 0 auto 48px;
    text-align: center;
    align-items: center;
    gap: 8px;
  }

  .b29-specialty .b29-kicker {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.375px;
    color: #666666;
  }

  .b29-specialty .b29-h2 {
    font-size: 24px;
    letter-spacing: -0.6px;
    line-height: 1.25;
  }

  .b29-specialty .b29-lead {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.375px;
    color: #3a3a3a;
  }

  .b29-specialty__cards {
    max-width: 328px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .b29-specialty__card {
    height: 184px;
    min-height: 184px;
    padding: 32px 16px 24px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .b29-specialty__card--light {
    background: linear-gradient(180deg, #ffffff 50%, #fbfbfb 100%);
    border: 1px solid #e3e3e3;
  }

  .b29-specialty__card--light .b29-specialty__card-label {
    color: #3a3a3a;
  }

  .b29-specialty__card-label {
    margin: 0 0 1px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 1.4;
  }

  .b29-specialty__card-value {
    margin: 0 0 8px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.9px;
  }

  .b29-specialty__card-desc {
    margin: 0;
    max-width: 294px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.4px;
  }

  /* Flow carousel — Figma 744:6077 */
  .b29-flow {
    padding: 70px 0 90px;
  }

  .b29-flow .b29-head {
    max-width: 328px;
    margin: 0 auto 72px;
  }

  .b29-flow__scroll-wrap {
    display: block;
    margin: 0 -16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-padding-inline: 50%;
  }

  .b29-flow__scroll-wrap::-webkit-scrollbar {
    display: none;
  }

  .b29-flow__track {
    display: flex;
    gap: 30px;
    width: max-content;
    min-height: 361px;
    padding-left: max(0px, calc(50% - 149.5px));
    padding-right: max(0px, calc(50% - 149.5px));
    position: relative;
  }

  .b29-flow__track::before {
    display: block;
    left: 16px;
    width: auto;
    top: calc(100% - 72px);
  }

  .b29-flow__step {
    flex: 0 0 299px;
    scroll-snap-align: center;
  }

  .b29-flow__mockup {
    border-radius: 0;
  }

  .b29-flow__badge {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.325px;
    padding: 4px 12px;
  }

  .b29-flow__title {
    font-size: 18px;
    letter-spacing: -0.45px;
  }

  .b29-flow__desc {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.4px;
  }

  .b29-flow__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }

  .b29-flow__dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cccccc;
    transition: background 0.2s ease;
  }

  .b29-flow__dots span.is-active {
    background: #222222;
  }

  /* Fullscreen — Figma 914:4935 / 914:4966 / 914:4997 */
  .b29-fullscreen {
    height: 300vh;
  }

  .b29-fullscreen__stage {
    height: 100vh;
    min-height: 600px;
    align-items: flex-start;
    padding-top: 80px;
  }

  .b29-fullscreen__layout {
    position: relative;
    display: block;
    gap: 0;
    min-height: 520px;
    overflow: visible;
  }

  .b29-fullscreen__states {
    min-height: 112px;
  }

  .b29-fullscreen__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    max-width: 328px;
    margin: 0 auto;
  }

  .b29-fullscreen__copy .b29-kicker {
    font-size: 15px;
    letter-spacing: -0.375px;
    color: #666666;
  }

  .b29-fullscreen__copy .b29-kicker,
  .b29-fullscreen__state .b29-h2,
  .b29-fullscreen__state .b29-lead {
    width: 100%;
  }

  .b29-fullscreen__state .b29-h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.6px;
  }

  .b29-fullscreen__tag {
    margin: 0;
    font-size: 15px;
    letter-spacing: -0.375px;
  }

  .b29-fullscreen__state .b29-lead {
    margin: 2px 0 0;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: -0.375px;
    color: #3a3a3a;
    white-space: nowrap;
  }

  .b29-fullscreen__timeline-label {
    display: none;
  }

  .b29-fullscreen__timeline {
    gap: 48px;
    justify-content: center;
    margin-top: 34px;
  }

  .b29-fullscreen__timeline::before {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 228px;
  }

  .b29-fullscreen__step {
    gap: 9px;
  }

  .b29-fullscreen__step--muted .b29-fullscreen__step-dot {
    background: rgba(227, 227, 227, 0.45);
  }

  .b29-fullscreen__step-label {
    font-size: 16px;
    letter-spacing: -0.4px;
  }

  .b29-fullscreen__visual {
    position: absolute;
    top: 360px;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 160px;
    min-height: 160px;
    margin: 0;
    border-radius: 20px 0 0 20px;
    background: #fbfbfb;
    overflow: visible;
  }

  .b29-fullscreen__device {
    position: absolute;
    left: 50%;
    top: -101px;
    bottom: auto;
    width: 292px;
    height: 261px;
    transform: translateX(-50%);
  }

  .b29-fullscreen__shot {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
  }

  .b29-fullscreen__img {
    object-fit: contain;
    object-position: center bottom;
  }

  /* Win-win — Figma 739:4897 */
  .b29-winwin {
    min-height: 1005px;
    padding: 80px 16px 80px;
    background: #ffffff;
  }

  .b29-winwin .b29-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .b29 .b29-winwin__bg {
    inset: auto;
    top: auto;
    right: auto;
    bottom: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 272px;
    margin: 0;
    transform: none;
    display: block;
    overflow: hidden;
  }

  .b29 .b29-winwin__bg img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center bottom;
  }

  .b29-winwin__head {
    gap: 8px;
    max-width: 328px;
    margin: 0 auto;
  }

  .b29-winwin__head .b29-kicker {
    font-size: 15px;
    letter-spacing: -0.375px;
    color: #666666;
  }

  .b29-winwin__head .b29-h2 {
    font-size: 24px;
    letter-spacing: -0.6px;
    line-height: 1.25;
  }

  .b29-winwin__cards {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 72px auto 0;
    max-width: 328px;
    width: 100%;
  }

  .b29-winwin__card {
    width: 100%;
    max-width: 328px;
    height: auto;
    gap: 16px;
    align-items: center;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
  }

  .b29-winwin__card-img {
    flex: none;
    width: 100%;
    height: 208px;
    min-height: 208px;
  }

  .b29-winwin__card--brand .b29-winwin__card-img img,
  .b29-winwin__card--store .b29-winwin__card-img img {
    object-fit: contain;
    object-position: top center;
  }

  .b29-winwin__card-list {
    margin: 0;
    padding: 0 20px 24px 15px;
    align-items: flex-start;
    gap: 9px;
    width: 100%;
    box-sizing: border-box;
  }

  .b29-winwin__card-item {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.4px;
    white-space: normal;
    align-items: flex-start;
    text-align: left;
  }

  .b29-winwin__card-dot {
    font-size: 16px;
    font-weight: 700;
  }

  /* Process — Figma 746:4033 */
  .b29-process {
    padding: 80px 0;
  }

  .b29-process .b29-head {
    max-width: 328px;
    margin: 0 auto 48px;
    gap: 8px;
    text-align: center;
  }

  .b29-process .b29-kicker {
    font-size: 15px;
    letter-spacing: -0.375px;
    color: #666666;
  }

  .b29-process .b29-h2 {
    font-size: 24px;
    letter-spacing: -0.6px;
    line-height: 1.25;
  }

  .b29-process .b29-lead {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.375px;
    color: #3a3a3a;
  }

  .b29-process__scroll-wrap {
    display: block;
    margin: 0;
    overflow: visible;
  }

  .b29-process__steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 299px;
    margin: 0 auto;
    padding: 0;
  }

  .b29-process__step {
    flex: none;
    width: 100%;
    max-width: 299px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    background: #ffffff;
  }

  .b29-process__step--alt {
    background: #fbfbfb;
  }

  .b29-process__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 2px 8px;
    border-radius: 20px;
    background: #ff6249;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.325px;
    line-height: 1.4;
  }

  .b29-process__title {
    margin: 0;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.425px;
    line-height: 1.4;
    color: #222222;
  }

  .b29-process__desc {
    margin: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 1.4;
    color: #222222;
  }

  /* Floating CTA — Figma 751:4117 */
  body:has(.b29) .b26-float-dock {
    left: 0;
    right: 0;
    bottom: var(--b26-vv-bottom-offset, 0px);
    transform: none;
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 12px;
    background: #ffffff;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.06);
    z-index: 902;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  }

  body:has(.b29) .b26-float-dock.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
  }

  body:has(.b29) .b29-float-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    flex: 1 0 0;
    min-width: 0;
    padding: 8px 36px;
    border-radius: 12px;
    background: #ff4c30;
    backdrop-filter: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 17px;
    letter-spacing: -0.425px;
    line-height: 1.4;
    text-align: center;
    transition: transform 0.15s ease, background 0.15s ease;
  }

  body:has(.b29) .b29-float-cta:hover {
    background: #ff3a1b;
    opacity: 1;
  }

  body:has(.b29) .b29-float-cta:active {
    transform: translateY(1px);
  }

  body:has(.b29) .b26-footer {
    padding-bottom: 76px;
  }

  /* Apply form — Figma 739:4981 */
  .b29-apply {
    padding: 80px 0;
    background: #ffffff;
  }

  .b29-apply .b29-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .b29-apply__layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 328px;
    max-width: 328px;
    margin: 0 auto;
    gap: 44px;
  }

  .b29-apply__head {
    align-items: center;
    gap: 8px;
    text-align: center;
  }

  .b29-apply__kicker {
    display: none;
  }

  .b29-apply__head .b29-h2 {
    font-size: 24px;
    letter-spacing: -0.6px;
  }

  .b29-apply__head .b29-lead {
    font-size: 15px;
    letter-spacing: -0.375px;
  }

  .b29-apply__form {
    gap: 16px;
  }

  .b29-apply__field {
    gap: 8px;
  }

  .b29-apply__label {
    font-size: 16px;
    letter-spacing: -0.4px;
  }

  .b29-apply__input,
  .b29-apply__textarea {
    padding: 16px;
    border-radius: 12px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }

  .b29-apply__input {
    height: 52px;
  }

  .b29-apply__consent {
    font-size: 14px;
    letter-spacing: -0.35px;
  }

  .b29-apply__submit {
    height: 56px;
    margin-top: 0;
    border-radius: 12px;
    font-size: 17px;
    letter-spacing: -0.425px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .b29-fullscreen {
    height: auto;
  }

  .b29-fullscreen__stage {
    position: static;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 80px 0;
  }

  .b29-fullscreen__state:not(.is-active),
  .b29-fullscreen__img:not(.is-active) {
    display: none;
  }

  .b29-fullscreen__step-dot {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .b29-fullscreen__step-dot::after {
    opacity: 1;
    transform: none;
  }
}
