:root {
  --be-navy: #102a56;
  --be-deep: #091a39;
  --be-teal: #079aaa;
  --be-teal-dark: #087b88;
  --be-yellow: #f5b82e;
  --be-paper: #f7f6f2;
  --be-white: #fff;
  --be-ink: #17233a;
  --be-muted: #627086;
  --be-line: #dbe1e7;
}

.byemo-easy-listing-page, .byemo-easy-listing-page #body_wrap { background: var(--be-paper) !important; }
.byemo-easy-listing-page .l-content, .byemo-easy-listing-page .l-mainContent, .byemo-easy-listing-page .l-mainContent__inner { width: 100%; max-width: none; margin: 0; padding: 0; }
.be-listing-page, .be-listing-page * { box-sizing: border-box; }
.be-listing-page { padding: 52px 0 90px; color: var(--be-ink); font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; }
.be-listing-shell { width: min(920px, calc(100% - 36px)); margin-inline: auto; }
.be-listing__header { position: relative; overflow: hidden; padding: 44px 48px 39px; border-radius: 23px 23px 0 0; background: linear-gradient(135deg, var(--be-navy), var(--be-deep)); color: #fff; }
.be-listing__header::after { position: absolute; right: -35px; bottom: -55px; width: 220px; height: 120px; border-radius: 50%; background: var(--be-teal); content: ""; opacity: .62; transform: rotate(-13deg); }
.be-listing__eyebrow { margin: 0 0 8px; color: var(--be-yellow); font-size: .66rem; font-weight: 900; letter-spacing: .2em; }
.be-listing__header h1 { position: relative; z-index: 2; margin: 0; color: #fff; font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 900; letter-spacing: -.06em; }
.be-listing__header > p:not(.be-listing__eyebrow) { position: relative; z-index: 2; max-width: 650px; margin: 13px 0 24px; color: #dce5f1; font-size: .85rem; line-height: 1.8; }
.be-listing__header ul { position: relative; z-index: 2; display: flex; gap: 8px; margin: 0; padding: 0; list-style: none; }
.be-listing__header li { min-width: 106px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; background: rgba(255,255,255,.08); }
.be-listing__header strong, .be-listing__header li span { display: block; }
.be-listing__header strong { color: #fff; font-size: .95rem; }
.be-listing__header li span { color: #cbd7e6; font-size: .59rem; }

.be-listing__form { padding: 15px 48px 48px; border: 1px solid var(--be-line); border-top: 0; border-radius: 0 0 23px 23px; background: #fff; box-shadow: 0 18px 48px rgba(16,42,86,.09); }
.be-form-step { display: grid; grid-template-columns: 47px 1fr; gap: 20px; padding: 39px 0; border-bottom: 1px solid var(--be-line); }
.be-form-step--last { border-bottom: 0; padding-bottom: 2px; }
.be-form-step__number { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50%; background: var(--be-navy); color: #fff; font-weight: 900; font-style: italic; }
.be-form-step__heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.be-form-step__heading small { color: var(--be-teal-dark); font-size: .59rem; font-weight: 900; letter-spacing: .17em; }
.be-form-step__heading h2 { margin: 4px 0 0; color: var(--be-navy); font-size: 1.48rem; font-weight: 900; letter-spacing: -.035em; }
.be-form-step__heading > span { padding: 4px 7px; border-radius: 4px; background: #eef2f6; color: var(--be-muted); font-size: .58rem; font-weight: 900; white-space: nowrap; }
.be-form-help { margin: -4px 0 17px; color: var(--be-muted); font-size: .75rem; line-height: 1.7; }
.be-listing label { display: block; color: #435169; font-size: .73rem; font-weight: 900; }
.be-listing input[type="text"], .be-listing input[type="email"], .be-listing input[type="month"], .be-listing input[type="number"], .be-listing select, .be-listing textarea { width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid #cdd6e0; border-radius: 9px; background: #fafbfc; color: var(--be-ink); font-size: 16px; font-weight: 500; outline: none; transition: border .15s, box-shadow .15s; }
.be-listing input:focus, .be-listing select:focus, .be-listing textarea:focus { border-color: var(--be-teal); box-shadow: 0 0 0 3px rgba(7,154,170,.12); }
.be-listing textarea { resize: vertical; line-height: 1.7; }
.be-form-step__body > label + label { margin-top: 18px; }
.be-honeypot, .be-file-input { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.be-photo-upload, .be-qr-upload { display: inline-flex !important; align-items: center; gap: 12px; padding: 12px 18px; border: 2px solid var(--be-teal) !important; border-radius: 9px; background: #fff; color: var(--be-teal-dark) !important; cursor: pointer; }
.be-photo-upload span { font-size: .62rem; font-weight: 700; }
.be-photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 15px; }
.be-photo-slot { position: relative; display: grid; aspect-ratio: 1; place-items: center; overflow: hidden; border: 1px dashed #b8c4d1; border-radius: 10px; background: #f7f9fb; color: #97a4b4; }
.be-photo-slot b { position: absolute; top: 7px; left: 8px; font-size: .64rem; }
.be-photo-slot span { font-size: .68rem; font-weight: 800; }
.be-photo-slot img { width: 100%; height: 100%; object-fit: cover; }
.be-photo-slot.is-filled { border-style: solid; }
.be-field-message { min-height: 18px; margin: 9px 0 0; color: var(--be-muted); font-size: .68rem; font-weight: 700; }
.be-field-message.is-error { color: #c53030; }
.be-field-message.is-success { color: #087b56; }

.be-certificate-choice { display: grid; grid-template-columns: 1fr auto 1.15fr; align-items: center; gap: 17px; }
.be-qr-panel, .be-manual-panel { height: 100%; padding: 20px; border: 1px solid var(--be-line); border-radius: 13px; background: #f9fafb; }
.be-qr-panel h3, .be-manual-panel h3 { margin: 0 0 7px; color: var(--be-navy); font-size: .96rem; font-weight: 900; }
.be-qr-panel > p { margin: 0 0 14px; color: var(--be-muted); font-size: .68rem; line-height: 1.6; }
.be-qr-upload { display: inline-flex !important; padding: 9px 13px; font-size: .7rem !important; }
.be-choice-or { color: #9aa6b5; font-size: .65rem; font-weight: 900; }
.be-two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 13px; }
.be-field-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 12px; }
.be-auto-vehicle { margin-top: 19px; padding: 20px; border: 1px solid #cce3e5; border-radius: 13px; background: #f1fafa; }
.be-auto-vehicle__head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.be-auto-vehicle__head h3 { margin: 0; color: var(--be-navy); font-size: .97rem; font-weight: 900; }
.be-auto-vehicle__head p { margin: 4px 0 0; color: var(--be-muted); font-size: .66rem; line-height: 1.6; }
.be-auto-vehicle__head button, .be-title-field button { flex: 0 0 auto; padding: 8px 11px; border: 1px solid var(--be-teal); border-radius: 7px; background: #fff; color: var(--be-teal-dark); font-size: .65rem; font-weight: 900; cursor: pointer; }
.be-field-grid--listing { grid-template-columns: 1.2fr .85fr 1fr; margin-bottom: 18px; }
.be-title-field { margin-top: 20px; padding: 16px; border: 1px solid var(--be-line); border-radius: 11px; background: #f8fafb; }
.be-title-field > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.be-title-field > div > span { color: var(--be-muted); font-size: .6rem; font-weight: 800; }
.be-title-field button { margin-top: 9px; }
.be-account-note { margin: 0 0 16px; padding: 13px 15px; border-radius: 9px; background: #e9f6f6; color: #35626a; font-size: .72rem; line-height: 1.7; }
.be-consent { display: flex !important; align-items: start; gap: 9px; margin-top: 19px; font-weight: 700 !important; line-height: 1.6; }
.be-consent input { margin-top: 3px; }
.be-consent a { color: var(--be-teal-dark); }
.be-submit-message { display: none; margin-top: 18px; padding: 13px 15px; border-radius: 9px; font-size: .75rem; font-weight: 800; }
.be-submit-message.is-error { display: block; background: #fff0f0; color: #b52a2a; }
.be-submit-message.is-success { display: block; background: #e9f8ef; color: #087245; }
.be-submit { display: flex; width: 100%; min-height: 58px; align-items: center; justify-content: center; gap: 25px; margin-top: 18px; border: 0; border-radius: 10px; background: var(--be-yellow); box-shadow: 0 10px 23px rgba(245,184,46,.3); color: var(--be-navy); font-size: .94rem; font-weight: 900; cursor: pointer; }
.be-submit:disabled { cursor: wait; opacity: .65; }
.be-review-note { margin: 11px 0 0; color: var(--be-muted); font-size: .64rem; text-align: center; }

@media (max-width: 720px) {
  .be-listing-page { padding-top: 22px; }
  .be-listing-shell { width: min(100% - 20px, 920px); }
  .be-listing__header { padding: 31px 23px 28px; border-radius: 17px 17px 0 0; }
  .be-listing__header ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
  .be-listing__header li { min-width: 0; padding: 8px; }
  .be-listing__form { padding: 5px 19px 34px; border-radius: 0 0 17px 17px; }
  .be-form-step { grid-template-columns: 36px 1fr; gap: 10px; padding: 31px 0; }
  .be-form-step__number { width: 33px; height: 33px; font-size: .75rem; }
  .be-form-step__heading h2 { font-size: 1.2rem; }
  .be-photo-upload { display: flex !important; justify-content: center; }
  .be-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .be-certificate-choice { grid-template-columns: 1fr; }
  .be-choice-or { text-align: center; }
  .be-field-grid, .be-two-columns { grid-template-columns: 1fr; }
  .be-auto-vehicle__head { display: block; }
  .be-auto-vehicle__head button { margin-top: 12px; }
}
