/* ========================================
   カムナビ 企業向けLP（/business/）
   ※ このファイルはLP専用。トップページの style.css とは独立しています。
======================================== */

.bz {
  --red: #c91c39;
  --ink: #221514;
  --sub: #6f5a57;
  --line: #f0dcd8;
  --gray: #f8f8f8;
  --peach: #fdf6f2;

  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
}

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

html { scroll-behavior: smooth; }

.bz img { max-width: 100%; height: auto; display: block; }
.bz a { color: inherit; text-decoration: none; }
.bz em { color: var(--red); font-style: normal; }

.bz-inner { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* 単語の途中で折り返さないための指定。span 単位でのみ改行される */
.bz-wbr > span { display: inline-block; }

.bz-section { padding: 54px 0; }
.bz-section--gray { background: var(--gray); }
.bz-section--peach { background: var(--peach); }

.bz-title { margin: 0 0 30px; text-align: center; font-size: 27px; letter-spacing: .02em; }
.bz-title small { font-size: 16px; font-weight: 700; }
.bz-title em { font-size: 32px; }

/* ---------- ボタン ---------- */
.bz .bz-btn {
  min-width: 240px;
  padding: 8px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #fff;
  border: 2px solid var(--red);
  border-radius: 50px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  transition: transform .22s ease, box-shadow .22s ease;
}
.bz .bz-btn img { width: 50px; height: 45px; object-fit: contain; }
.bz .bz-btn--solid { color: #fff; background: var(--red); box-shadow: 0 8px 22px rgba(201, 28, 57, .22); }
.bz .bz-btn--solid img { filter: brightness(0) invert(1); }

.bz-btn-row { display: flex; flex-wrap: wrap; gap: 16px; }

.bz a.bz-chip {
  padding: 9px 18px;
  color: var(--red);
  border: 1px solid var(--red);
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.bz a.bz-chip--solid { color: #fff; background: var(--red); }

/* ---------- ヘッダー ---------- */
.bz-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid #f1eceb;
  transition: transform .32s ease, box-shadow .32s ease;
  will-change: transform;
}
/* 下スクロールで隠れる（トップページの .header--hidden と同じ） */
.bz-header--hidden { transform: translateY(-105%); box-shadow: none; }
.bz-header-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  height: 74px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.bz-logo { flex: none; display: block; }
.bz-logo img { width: 128px; height: 42px; object-fit: contain; }
.bz-tagline { flex: none; margin: 0; color: var(--sub); font-size: 12px; font-weight: 600; }
.bz-nav { flex: 1; display: flex; justify-content: flex-end; gap: 26px; font-size: 14px; font-weight: 700; }
.bz-nav a:hover { color: var(--red); }
.bz-header-cta { flex: none; display: flex; gap: 8px; }
.bz-menu-toggle,
.bz-mobile-nav { display: none; }

/* ---------- ヒーロー ---------- */
.bz-hero { padding: 0 0 34px; overflow: hidden; }
.bz-hero-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  gap: 20px;
  align-items: center;
}
/* 画像を画面の右端まで出す（上下左右の白い余白をなくす） */
.bz-hero-media { margin-right: calc(-24px - max(0px, (100vw - 1320px) / 2)); }
.bz-hero h1 { margin: 0 0 22px; font-size: 54px; line-height: 1.28; letter-spacing: .02em; }
.bz-lead { margin: 0 0 28px; font-size: 17px; font-weight: 600; line-height: 1.85; }
.bz-checks {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  color: var(--sub);
  font-size: 15px;
  font-weight: 700;
}
.bz-checks li { display: flex; align-items: center; gap: 7px; }
.bz-checks li:before {
  content: "";
  width: 15px;
  height: 15px;
  flex: none;
  border: 1px solid var(--red);
  border-radius: 50%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M2.5 6.2l2.3 2.3 4.7-4.9' fill='none' stroke='%23c91c39' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>") center / 11px no-repeat;
}

/* ---------- 実績バッジ ---------- */
.bz-badges { padding: 24px 0 42px; }
.bz-badges-title { margin: 0 0 24px; text-align: center; font-size: 21px; }
.bz-badges-row { display: flex; align-items: center; justify-content: center; gap: 18px; }
.bz-laurel { width: 42px; flex: none; }
.bz-badge-grid { flex: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.bz-badge {
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #f0efee;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(80, 40, 30, .04);
}
.bz-badge img { width: 116px; flex: none; }
.bz-badge h3 { margin: 0 0 4px; font-size: 18px; }
.bz-badge p { margin: 0; color: var(--sub); font-size: 14px; line-height: 1.7; }

/* ---------- お悩み ---------- */
.bz-problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.bz-problem { padding: 26px 18px; background: #fff; border-radius: 18px; }
.bz-problem-head { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-bottom: 12px; }
.bz-problem-head img { width: 80px; flex: none; }
.bz-problem h3 { margin: 0; text-align: center; font-size: 18px; line-height: 1.55; }
.bz-problem p { margin: 0; text-align: center; color: var(--sub); font-size: 15px; line-height: 1.75; }

/* ---------- 3つの柱 ---------- */
.bz-pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bz-pillar { padding: 22px 22px 26px; border: 1px solid var(--line); border-radius: 22px; }
.bz-pillar-head { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 16px; }
.bz-pillar-head b {
  width: 28px;
  height: 28px;
  flex: none;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-size: 15px;
}
.bz-pillar h3 { margin: 0; font-size: 19px; }
.bz-pillar img { width: 100%; border-radius: 12px; margin-bottom: 16px; }
.bz-pillar p { margin: 0; text-align: center; font-size: 14px; font-weight: 600; line-height: 1.8; }

/* ---------- 選ばれる6つの理由 ---------- */
.bz-reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bz-reason { padding: 30px 20px; text-align: center; border-radius: 18px; background: #fff; box-shadow: 0 2px 12px rgba(80, 40, 30, .05); }
.bz-reason img { width: 104px; margin: 0 auto 16px; }
.bz-reason h3 { margin: 0 0 12px; font-size: 21px; line-height: 1.5; }
.bz-reason p { margin: 0; color: var(--sub); font-size: 14.5px; line-height: 1.75; }

/* ---------- ご利用の流れ ---------- */
.bz-flow-grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(6, 1fr); gap: 26px; }
.bz-flow { position: relative; padding: 20px 12px; text-align: center; border: 1px solid #f2f0ef; border-radius: 16px; }
.bz-flow:not(:last-child):after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  color: #b9b2b0;
  font-size: 17px;
}
.bz-flow b {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-size: 14px;
}
.bz-flow h3 { margin: 6px 0 5px; font-size: 14px; }
.bz-flow img { width: 74px; margin: 0 auto 0px; }
.bz-flow p { margin: 0; color: var(--sub); font-size: 12px; line-height: 1.65; }

/* ---------- 活用シーン ---------- */
.bz-scene-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bz-scene { overflow: hidden; background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(80, 40, 30, .05); }
.bz-scene img { width: 100%; aspect-ratio: 2.05; object-fit: cover; }
.bz-scene h3 { margin: 16px 16px 8px; text-align: center; font-size: 17px; }
.bz-scene p { margin: 0 16px 20px; text-align: center; color: var(--sub); font-size: 13px; line-height: 1.7; }

/* ---------- 料金 ---------- */
.bz-price { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.42fr); gap: 22px; align-items: start; }
.bz-price-points { display: grid; gap: 14px; }
.bz-price-points article {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
}
.bz-price-points img { width: 82px; flex: none; }
.bz-price-points h3 { margin: 0; font-size: 17px; }
.bz-price-points h3 em { font-size: 26px; }
.bz-price-points p { margin: 0; color: var(--sub); font-size: 12px; }

.bz-price-panel {
  padding: 26px 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 20px;
}
.bz-price-panel h3 { margin: 0 0 14px; font-size: 19px; }
.bz-price-label { margin: 0; color: var(--sub); font-size: 13px; font-weight: 600; }
.bz-price-amount { margin: 0 0 16px; font-size: 18px; font-weight: 700; }
.bz-price-amount strong { font-size: 42px; letter-spacing: -.01em; }
.bz-price-amount span { margin-left: 8px; color: var(--sub); font-size: 13px; font-weight: 600; }
.bz-price-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 6px; font-size: 13px; font-weight: 600; }
.bz-price-list li { display: flex; align-items: flex-start; gap: 8px; }
.bz-price-list li:before { content: "✓"; color: var(--red); font-weight: 700; }
.bz-price-image { width: 190px; height: auto; }

.bz-note { margin: 14px 0 0; text-align: right; color: var(--sub); font-size: 12px; }

/* ---------- FAQ ---------- */
.bz-faq { padding: 32px; background: var(--peach); border-radius: 22px; }
.bz-faq > h2 { margin: 0 0 20px; text-align: center; font-size: 24px; }
.bz-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; align-items: start; }
.bz-faq details { margin-bottom: 8px; padding: 10px 18px; background: #fff; border-radius: 30px; }
.bz-faq summary {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 700;
}
.bz-faq summary::-webkit-details-marker { display: none; }
.bz-faq summary span { color: var(--red); font-weight: 800; }
.bz-faq summary:after { content: "＋"; margin-left: auto; color: var(--sub); font-weight: 400; }
.bz-faq details[open] summary:after { content: "－"; }
.bz-faq details p { margin: 8px 0 6px 28px; color: var(--sub); font-size: 14px; line-height: 1.85; }

/* ---------- お問い合わせフォーム ---------- */
.bz-form-wrap { max-width: 840px; }
.bz-form-title { margin: 0 0 12px; text-align: center; font-size: 30px; }
.bz-form-lead { margin: 0 0 28px; text-align: center; font-size: 15px; font-weight: 600; line-height: 1.9; color: var(--sub); }
.bz-form-alert {
  margin: 0 0 22px;
  padding: 14px 18px;
  color: #a3271b;
  background: #fdf0ed;
  border: 1px solid #f0c7bf;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
}
.bz-form { display: grid; gap: 22px; }
.bz-field { display: grid; gap: 8px; border: 0; padding: 0; margin: 0; min-width: 0; }
.bz-field > label,
.bz-field > legend { padding: 0; font-size: 15px; font-weight: 700; }
.bz-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.bz-req {
  margin-left: 8px;
  padding: 2px 8px;
  color: #fff;
  background: var(--red);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  vertical-align: 2px;
}
.bz-form input[type="text"],
.bz-form input[type="email"],
.bz-form input[type="tel"],
.bz-form textarea {
  width: 100%;
  padding: 13px 16px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #dcd5d3;
  border-radius: 12px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.7;
}
.bz-form textarea { resize: vertical; min-height: 160px; }
.bz-form input[type="text"]:focus,
.bz-form input[type="email"]:focus,
.bz-form input[type="tel"]:focus,
.bz-form textarea:focus { outline: 2px solid var(--red); outline-offset: 1px; border-color: var(--red); }
.bz-radio input:focus { outline: none; }
.bz-radio:has(input:focus-visible) { outline: 2px solid var(--red); outline-offset: 2px; }
.bz-form ::placeholder { color: #b6adab; }
.bz-radio-row { display: flex; flex-wrap: wrap; gap: 10px; }
.bz-radio { display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border: 1px solid #dcd5d3; border-radius: 40px; font-size: 15px; font-weight: 700; cursor: pointer; }
.bz-radio input { accent-color: var(--red); width: 17px; height: 17px; }
.bz-radio:has(input:checked) { color: var(--red); border-color: var(--red); background: #fff6f7; }
.bz-err { margin: 0; color: #c0392b; font-size: 13px; font-weight: 700; }
.bz-form-privacy { margin: 0; color: var(--sub); font-size: 13px; line-height: 1.8; }
.bz-form-privacy a { color: var(--red); text-decoration: underline; }
.bz-form-submit { margin-top: 6px; text-align: center; }
.bz-form-submit .bz-btn { min-width: 280px; padding: 17px 28px; font-size: 17px; cursor: pointer; }
/* ボット対策用。人の目には触れさせない */
.bz-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* 入力 → 確認 → 完了 のステップ表示 */
.bz-steps {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  counter-reset: bzstep;
}
.bz-steps li {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 16px;
  color: var(--sub);
  background: #f4f1f0;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
}
.bz-steps li:before {
  counter-increment: bzstep;
  content: counter(bzstep);
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #b9b2b0;
  border-radius: 50%;
  font-size: 11px;
}
.bz-steps li[aria-current] { color: #fff; background: var(--red); }
.bz-steps li[aria-current]:before { color: var(--red); background: #fff; }

/* 確認画面の内容一覧 */
.bz-confirm {
  margin: 0 0 28px;
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  border-top: 1px solid var(--line);
}
.bz-confirm dt,
.bz-confirm dd {
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}
.bz-confirm dt { color: var(--sub); background: #fbf8f7; font-size: 14px; font-weight: 700; }
.bz-confirm dd { font-size: 15px; line-height: 1.85; word-break: break-word; }
.bz-confirm-msg { white-space: pre-wrap; }
.bz-confirm dd { align-self: center; }
.bz-confirm-empty { color: #b6adab; }
.bz-confirm-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.bz-confirm-actions .bz-btn { min-width: 260px; padding: 17px 28px; font-size: 17px; cursor: pointer; }

.bz-done { padding: 20px 0 10px; text-align: center; }
.bz-done h1 { margin: 0 0 18px; font-size: 28px; }
.bz-done p { margin: 0 0 14px; font-size: 16px; line-height: 1.95; }
.bz-done-note { color: var(--sub); font-size: 13.5px; }
.bz-done-note a { color: var(--red); text-decoration: underline; }
.bz-done .bz-btn-row { justify-content: center; margin-top: 26px; }

/* ---------- クロージング ---------- */
.bz-closing { padding: 34px 0; color: #fff; background: var(--red); }
.bz-closing-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 26px; align-items: center; }
.bz-closing h2 { margin: 0 0 8px; font-size: 25px; line-height: 1.5; }
.bz-closing p { margin: 0; font-size: 13px; font-weight: 600; }
.bz-closing .bz-btn { color: var(--red); border-color: #fff; }

/* ---------- フッター ---------- */
.bz-footer { padding: 38px 0 22px; }
.bz-footer-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 2fr); gap: 40px; align-items: start; }
.bz-footer .bz-logo { display: block; margin: 0 0 10px; }
.bz-footer-brand p { margin: 0; color: var(--sub); font-size: 12px; line-height: 1.8; }
.bz-footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bz-footer-nav h3 { margin: 0 0 8px; font-size: 13px; }
.bz-footer-nav a { display: block; color: var(--sub); font-size: 12px; line-height: 2; }
.bz-footer-nav a:hover { color: var(--red); }
.bz-footer-tel { padding: 14px 20px; border: 1px solid #ded9d8; border-radius: 14px; text-align: center; }
.bz-footer-tel p { margin: 0; font-size: 12px; font-weight: 700; }
.bz-footer-tel small { color: var(--sub); font-size: 10px; font-weight: 400; }
.bz-footer-tel a { display: block; margin-top: 2px; font-size: 25px; font-weight: 800; letter-spacing: .01em; }
.bz-footer-tel a:before { content: "📞"; margin-right: 6px; font-size: 18px; }
.bz-copy { display: block; margin-top: 26px; color: var(--sub); text-align: center; font-size: 11px; }

/* ========================================
   レスポンシブ
======================================== */
@media (hover: hover) and (min-width: 861px) {
  .bz .bz-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(201, 28, 57, .24); }
}

@media (max-width: 1180px) {
  .bz-tagline { display: none; }
  .bz-nav { gap: 18px; font-size: 13px; }
  .bz-hero h1 { font-size: 44px; }
  .bz-reason img { width: 86px; }
  .bz-reason h3 { font-size: 18px; }
  .bz-badge-grid { grid-template-columns: repeat(2, 1fr); }
  .bz-laurel { width: 32px; }
  .bz-problem-grid { grid-template-columns: repeat(2, 1fr); }
  .bz-reason-grid { grid-template-columns: repeat(3, 1fr); }
  .bz-flow-grid { grid-template-columns: repeat(3, 1fr); gap: 30px 26px; }
  .bz-flow:nth-child(3n):after { content: none; }
}

@media (max-width: 860px) {
  .bz-header-inner { height: 62px; gap: 10px; }
  .bz-nav, .bz-header-cta { display: none; }
  .bz-menu-toggle {
    margin-left: auto;
    width: 62px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: var(--red);
    background: #fff6f7;
    border: 1px solid var(--line);
    border-radius: 14px;
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
  }
  .bz-menu-toggle > span:first-child { display: grid; gap: 3px; }
  .bz-menu-toggle i { display: block; width: 16px; height: 2px; background: var(--red); border-radius: 2px; }
  .bz-menu-toggle[aria-expanded="true"] { color: #fff; background: var(--red); }
  .bz-menu-toggle[aria-expanded="true"] i { background: #fff; }
  .bz-mobile-nav {
    display: none;
    padding: 14px 16px 18px;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    border-top: 1px solid var(--line);
    background: #fff;
  }
  .bz-mobile-nav.is-open { display: grid; }
  .bz-mobile-nav a { padding: 10px 8px; text-align: center; background: #fff7f8; border-radius: 12px; font-size: 13px; font-weight: 700; }
  .bz-mobile-nav a.bz-chip { background: #fff; }
  .bz-mobile-nav a.bz-chip--solid { color: #fff; background: var(--red); }

  .bz-hero { padding: 0 0 20px; }
  .bz-hero-inner { grid-template-columns: 1fr; gap: 22px; }
  .bz-hero-media { margin: 0 -24px; }
  .bz-hero-media { order: -1; }
  .bz-hero h1 { font-size: 34px; }
  .bz-lead { font-size: 15px; }
  .bz .bz-btn { min-width: 100%; }
  .bz-checks { gap: 8px 18px; font-size: 12px; }

  .bz-section { padding: 34px 0; }
  .bz-inner { padding: 0 16px; }
  .bz-title { margin-bottom: 22px; font-size: 22px; }
  .bz-title em { font-size: 26px; }

  .bz-badges-title { font-size: 15px; }
  .bz img.bz-laurel { display: none; }
  .bz-badge-grid { grid-template-columns: 1fr; }

  .bz-problem-grid { grid-template-columns: 1fr; gap: 12px; }
  .bz-pillar-grid { grid-template-columns: 1fr; }
  .bz-reason-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .bz-reason p { text-align: left; }
  .bz-reason p br { display: none; }
  .bz-reason img { width: 72px; }
  .bz-reason h3 { font-size: 17px; }
  .bz-reason p { font-size: 13px; }
  .bz-problem-head img { width: 60px; }
  .bz-badge img { width: 80px; }
  .bz-flow-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .bz-flow:after, .bz-flow:nth-child(3n):after { content: none !important; }
  .bz-scene-grid { grid-template-columns: 1fr; }

  .bz-price { grid-template-columns: 1fr; }
  .bz-price-panel { grid-template-columns: 1fr; padding: 22px 20px; }
  .bz-price-image { width: 100%; max-width: 420px; margin: 0 auto; }
  .bz-price-amount strong { font-size: 34px; }
  .bz-note { text-align: left; }

  .bz-faq { padding: 20px 16px; }
  .bz-faq-grid { grid-template-columns: 1fr; }
  .bz-form-title { font-size: 24px; }
  .bz-field-row { grid-template-columns: 1fr; gap: 22px; }
  .bz-form-submit .bz-btn { min-width: 100%; }
  .bz-steps { gap: 6px; }
  .bz-steps li { padding: 6px 11px; font-size: 12px; }
  .bz-confirm { grid-template-columns: 1fr; border-top: 0; }
  .bz-confirm dt { padding: 12px 14px; border-bottom: 0; border-radius: 8px 8px 0 0; }
  .bz-confirm dd { padding: 12px 14px; }
  .bz-confirm-actions { flex-direction: column-reverse; }
  .bz-confirm-actions .bz-btn { min-width: 100%; }
  .bz-logo img { width: 104px; }

  .bz-closing-inner { grid-template-columns: 1fr; }
  .bz-closing h2 { font-size: 20px; }

  .bz-footer-inner { grid-template-columns: 1fr; }
  .bz-footer-nav { grid-template-columns: 1fr 1fr; gap: 24px 20px; }
  .bz-footer-tel { text-align: left; }
}
