/* ============================================================
   blueprint.css v4 — Soft & Airy
   クリニック集客の設計図 /services/ 共通デザイン
   デザインカンプ: CODEX427/.tmp/bp-design-comps/comp-b-soft-airy.png
   白×淡ブルーの明るく軽い空間 / 大きな角丸 / ソフトシャドウ /
   浮遊する3Dアイコン / 青グラデーションのCTAパネル / ゴールドのピルボタン
   ============================================================ */

:root {
  --bp-ink: #16305a;
  --bp-blue: #2f6fb4;
  --bp-blue-deep: #1d4f8c;
  --bp-blue-soft: #eaf3fb;
  --bp-blue-panel: linear-gradient(140deg, #2b62a8, #1d4f8c);
  --bp-gold: #e9ad32;
  --bp-gold-deep: #c98f1d;
  --bp-gold-soft: #fdf3dc;
  --bp-paper: #fafcff;
  --bp-sky: #f3f8fd;
  --bp-mist: #f4f8fc;
  --bp-line: #e2ecf5;
  --bp-text: #3a4d68;
  --bp-grid: rgba(47, 111, 180, .045);
  --bp-grid-major: rgba(47, 111, 180, .09);
  --bp-wline: rgba(255, 255, 255, .3);
  --bp-shadow-soft: 0 18px 44px rgba(31, 82, 141, .1);
  --bp-shadow-hover: 0 26px 56px rgba(31, 82, 141, .16);
  --bp-heading: "Noto Sans JP", sans-serif;
}

/* ---------- base ---------- */
html { scroll-behavior: smooth; }
.bp-page { overflow-x: hidden; color: var(--bp-text); background: #fff; }
.bp-page *, .bp-page *::before, .bp-page *::after { box-sizing: border-box; }
.bp-page main { display: block; }
.bp-page a { text-decoration: none; }

/* styles.css の word-break: keep-all 対策(グリッド列の膨張防止) */
:where(.bp-page main) * { min-width: 0; }

/* styles.css の汎用 li 装飾を main 配下だけ無効化 */
:where(.bp-page main) li { padding-left: 0; margin: 0; color: inherit; font-weight: inherit; }
:where(.bp-page main) li::before {
  content: none;
  position: static;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}

.bp-start h2, .bp-scope-title h2, .bp-contact-intro h2, .bp-finalcta h2, .bp-caution h2 { text-wrap: pretty; }

.ops-breadcrumb {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  padding: 22px 0 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #7d90a8;
  font-size: 13px;
  font-weight: 700;
}
.ops-breadcrumb a { color: var(--bp-blue); }

.bp-kicker {
  margin: 0 0 16px;
  color: var(--bp-blue);
  font: 800 12px/1.3 Inter, sans-serif;
  letter-spacing: .22em;
}
.bp-kicker-light { color: #cfe3f8; }

/* ---------- 方眼(ごく淡く) ---------- */
.bp-grid-paper {
  background-color: var(--bp-paper);
  background-image:
    linear-gradient(var(--bp-grid-major) 1px, transparent 1px),
    linear-gradient(90deg, var(--bp-grid-major) 1px, transparent 1px),
    linear-gradient(var(--bp-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--bp-grid) 1px, transparent 1px);
  background-size: 120px 120px, 120px 120px, 24px 24px, 24px 24px;
}
/* 旧クラス互換: 紺方眼 → 青グラデパネルとして扱う */
.bp-grid-navy {
  background:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px) 0 0 / 24px 24px,
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px) 0 0 / 24px 24px,
    var(--bp-blue-panel);
}

/* ---------- 図面シート → ソフト角丸コンテナ ---------- */
.bp-sheet {
  position: relative;
  border: 1px solid var(--bp-line);
  border-radius: 28px;
  box-shadow: var(--bp-shadow-soft);
}
.bp-sheet::after { content: none; }
.bp-sheet::before { content: none; }

/* タイトルブロック(さりげなく) */
.bp-titleblock {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dashed var(--bp-line);
  color: #8fa3ba;
  font: 700 10px/1.4 Inter, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.bp-titleblock span { padding: 12px 18px; }
.bp-titleblock span:last-child { margin-left: auto; }
.bp-titleblock b { color: var(--bp-ink); font-weight: 800; }

/* 図番バッジ → ソフトチップ */
.bp-fignum {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 15px;
  border: 0;
  border-radius: 999px;
  color: var(--bp-blue);
  background: var(--bp-blue-soft);
  font: 800 11px/1 Inter, sans-serif;
  letter-spacing: .16em;
}
.bp-fignum i { font-style: normal; color: #7d9cc4; }
.bp-fignum-gold { color: var(--bp-gold-deep); background: var(--bp-gold-soft); }
.bp-fignum-gold i { color: #d3a94e; }

/* 注記 */
.bp-note { margin: 12px 0 0; color: #6b7f99; font-size: 11px; line-height: 1.8; font-weight: 500; }
.bp-note::before { content: "※ "; color: var(--bp-gold-deep); font-weight: 900; }

/* ---------- ボタン(ピル) ---------- */
.bp-btn {
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .03em;
  transition: transform .18s, box-shadow .18s;
}
.bp-btn::after { content: "→"; font-size: 17px; transition: transform .18s; }
.bp-btn:hover { transform: translateY(-2px); }
.bp-btn:hover::after { transform: translateX(3px); }
.bp-btn-primary {
  color: #4a3308;
  background: linear-gradient(180deg, #f2bd4e, var(--bp-gold));
  box-shadow: 0 12px 28px rgba(201, 143, 29, .3);
}
.bp-btn-ghost { color: var(--bp-blue); border: 1.5px solid #c8dcee; background: rgba(255, 255, 255, .9); }
.bp-finalcta .bp-btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .55); background: rgba(255, 255, 255, .08); }

/* ---------- セクション共通 ---------- */
.bp-section { width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 104px 0; }
.bp-section-head { max-width: none; margin: 0 auto 50px; text-align: center; }
.bp-section-head-left { margin-left: 0; text-align: left; }
.bp-section-head .bp-fignum { margin-bottom: 18px; }
.bp-section-head h2 {
  margin: 0;
  color: var(--bp-ink);
  font-family: var(--bp-heading);
  font-size: clamp(29px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1.42;
  letter-spacing: -.015em;
}
/* カンプB: 「┈┈ タイトル ┈┈」点線の飾り罫 */
.bp-section-head:not(.bp-section-head-left) h2 { display: flex; align-items: center; gap: 28px; }
.bp-section-head:not(.bp-section-head-left) h2::before,
.bp-section-head:not(.bp-section-head-left) h2::after {
  content: "";
  flex: 1;
  max-width: 180px;
  border-top: 2px dotted #aecbe5;
  min-width: 24px;
}
.bp-section-head:not(.bp-section-head-left) h2::before { margin-left: auto; }
.bp-section-head:not(.bp-section-head-left) h2::after { margin-right: auto; }
.bp-section-head-left h2 { position: relative; padding-bottom: 18px; }
.bp-section-head-left h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  border-top: 4px solid var(--bp-gold);
  border-radius: 2px;
}
.bp-section-head > p:last-child { margin: 20px 0 0; color: #6b7f99; font-size: 15px; line-height: 1.9; }

/* ============================================================
   ハブ: ヒーロー(明るく軽い空間)
   ============================================================ */
.bp-hero {
  position: relative;
  width: 100%;
  margin: 0;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(720px 420px at 82% 30%, rgba(47, 111, 180, .1), transparent 70%),
    radial-gradient(560px 380px at 8% 88%, rgba(233, 173, 50, .08), transparent 65%),
    linear-gradient(168deg, #ffffff 0%, #f3f8fd 52%, #eaf3fb 100%);
}
/* うっすら方眼+青い製図ライン */
.bp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(var(--bp-grid-major) 1px, transparent 1px),
    linear-gradient(90deg, var(--bp-grid-major) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent);
}
.bp-hero-inner {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  padding: 72px 0 58px;
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  align-items: center;
  gap: 48px;
}
.bp-hero-copy { position: relative; z-index: 2; }
.bp-hero h1 {
  margin: 0;
  color: var(--bp-ink);
  font-family: var(--bp-heading);
  font-size: clamp(37px, 4vw, 58px);
  font-weight: 900;
  line-height: 1.42;
  letter-spacing: -.02em;
}
.bp-hero h1 span { color: var(--bp-blue); background: linear-gradient(transparent 74%, rgba(233, 173, 50, .35) 0); }
.bp-hero-lead {
  margin: 26px 0 0;
  color: #4d637f;
  font-size: 15.5px;
  line-height: 2.05;
  font-weight: 500;
}
.bp-hero-lead strong { color: var(--bp-ink); }
.bp-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.bp-trust { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; }
.bp-trust li {
  padding: 8px 13px;
  border: 1px solid #d5e5f2;
  border-radius: 999px;
  color: #5a7089;
  background: rgba(255, 255, 255, .85);
  font-size: 11px;
  font-weight: 700;
}
.bp-trust li::before { content: "✓"; margin-right: 6px; color: var(--bp-blue); font-weight: 900; }
.bp-hero-visual { margin: 0; min-width: 0; position: relative; z-index: 2; }
.bp-hero-visual img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 30px 64px rgba(31, 82, 141, .18);
}
.bp-hero-caption {
  margin-top: 12px;
  text-align: right;
  color: #93a9c2;
  font: 700 10px/1.4 Inter, sans-serif;
  letter-spacing: .16em;
}
.bp-hero .bp-titleblock {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  border-top: 1px dashed #cfe0ef;
}

/* ============================================================
   ハブ: 標準ルート(ソフトコンテナ+丸数字+3Dアイコン)
   ============================================================ */
.bp-route { padding: 104px 0 92px; }
.bp-route-map { position: relative; padding: 50px 46px 36px; background-color: #fff; }
.bp-route-map .bp-titleblock { margin: 34px -46px -36px; }
.bp-route-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  list-style: none;
  counter-reset: route;
}
.bp-route-list > li { position: relative; }
.bp-route-list > li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 74px;
  right: -26px;
  color: var(--bp-blue);
  font-size: 22px;
  font-weight: 800;
}
.bp-route-list > li:not(:last-child)::before { content: none; }
.bp-route-node {
  position: relative;
  height: 100%;
  padding: 26px 18px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  border: 1px solid var(--bp-line);
  border-radius: 20px;
  background: var(--bp-sky);
  transition: transform .18s, box-shadow .18s, background .18s;
}
a.bp-route-node:hover { transform: translateY(-4px); background: #fff; box-shadow: var(--bp-shadow-hover); }
/* 丸数字バッジ */
.bp-route-node small {
  order: -1;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--bp-blue);
  font: 800 14px/1 Inter, sans-serif;
  letter-spacing: 0;
  text-indent: -9999px;
  position: relative;
}
.bp-route-node small::before {
  counter-increment: route;
  content: counter(route);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-indent: 0;
}
/* 3Dアイコン */
.bp-route-ic {
  position: relative;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(31, 82, 141, .12);
  padding: 10px;
}
.bp-route-ic::before { content: none; }
.bp-route-ic img { width: 100%; height: 100%; object-fit: contain; display: block; }
.bp-route-node strong {
  color: var(--bp-ink);
  font-family: var(--bp-heading);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.4;
}
.bp-route-node p { margin: 0; color: #64798f; font-size: 12px; line-height: 1.75; }
.bp-route-node b { margin-top: 4px; color: var(--bp-ink); font-size: 13px; font-weight: 900; }
.bp-route-node b em { font-style: normal; color: var(--bp-gold-deep); font-size: 11px; font-weight: 800; margin-left: 8px; }
.bp-route-goal .bp-route-node { background: var(--bp-gold-soft); border-color: #f3ddb0; }
.bp-route-goal .bp-route-node small { background: var(--bp-gold); color: #4a3308; }

.bp-route-branches {
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  list-style: none;
}
.bp-route-branches li {
  position: relative;
  padding: 16px 18px 16px 46px;
  border: 1.5px dashed #b7cfe4;
  border-radius: 16px;
  background: rgba(255, 255, 255, .85);
  color: #4d637f;
  font-size: 12.5px;
  line-height: 1.75;
  font-weight: 500;
}
.bp-route-branches li::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 20px;
  width: 16px;
  height: 16px;
  border-left: 2px solid var(--bp-blue);
  border-bottom: 2px solid var(--bp-blue);
  border-bottom-left-radius: 6px;
}
.bp-route-branches li::after {
  content: "";
  position: absolute;
  left: 29px;
  top: 32px;
  border: 4px solid transparent;
  border-left: 6px solid var(--bp-blue);
}
.bp-route-branches strong { color: var(--bp-ink); font-weight: 800; }
.bp-route-branches a { color: var(--bp-blue); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

/* ============================================================
   ハブ: 入口は3つ(青グラデパネル)
   ============================================================ */
.bp-start {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 66px 80px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 60px;
  align-items: center;
  border-radius: 28px;
  color: #fff;
  box-shadow: 0 26px 60px rgba(29, 79, 140, .3);
}
.bp-start h2 {
  margin: 0;
  color: #fff;
  font-family: var(--bp-heading);
  font-size: clamp(26px, 2.7vw, 35px);
  font-weight: 900;
  line-height: 1.5;
}
.bp-start-copy > p:not(.bp-kicker) { margin: 20px 0 28px; color: #d8e8f8; font-size: 14px; line-height: 1.9; }
.bp-start-list { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.bp-start-list li {
  padding: 16px 20px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
  border: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(4px);
}
.bp-start-list li > span {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #fff;
  padding: 7px;
  box-shadow: 0 8px 20px rgba(10, 34, 64, .25);
}
.bp-start-list li > span img { width: 100%; height: 100%; object-fit: contain; display: block; }
.bp-start-list li > span i {
  position: absolute;
  right: -7px;
  top: -7px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #4a3308;
  background: var(--bp-gold);
  font: 900 11px/1 Inter, sans-serif;
  font-style: normal;
}
.bp-start-list small { display: block; margin-bottom: 3px; color: #bcd8f2; font-size: 11px; font-weight: 700; }
.bp-start-list strong { color: #fff; font-family: var(--bp-heading); font-size: 18px; font-weight: 900; }
.bp-start-list p { margin: 4px 0 0; color: #d8e8f8; font-size: 12px; }

/* ============================================================
   ハブ: サービスカード(3Dアイコン+ソフト角丸)
   ============================================================ */
.bp-guide { padding-top: 92px; }
.bp-group { margin-top: 44px; }
.bp-group:first-of-type { margin-top: 0; }
.bp-group-head { margin-bottom: 18px; display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.bp-group-head p { margin: 0; color: #6b7f99; font-size: 13px; font-weight: 500; }
.bp-cards-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.bp-cards-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }

.bp-card {
  position: relative;
  padding: 28px 26px 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--bp-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--bp-shadow-soft);
  transition: transform .18s, box-shadow .18s, border-color .18s;
}
.bp-card:hover { transform: translateY(-4px); border-color: #cfe2f2; box-shadow: var(--bp-shadow-hover); }
/* 3Dアイコン(浮遊台座風) */
.bp-card-ic {
  width: 104px;
  height: 104px;
  margin: 0 0 18px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: var(--bp-sky);
  padding: 10px;
}
.bp-card-ic img { width: 100%; height: 100%; object-fit: contain; display: block; }
.bp-card-label { margin: 0 0 6px; color: var(--bp-blue); font-size: 12px; font-weight: 800; }
.bp-card h3 { margin: 0; color: var(--bp-ink); font-family: var(--bp-heading); font-size: 22px; font-weight: 900; line-height: 1.4; }
.bp-card > p { margin: 11px 0 0; color: #5a7089; font-size: 13.5px; line-height: 1.8; }
.bp-card ul { margin: 16px 0 0; padding: 0; display: grid; gap: 7px; list-style: none; }
.bp-card ul::before {
  content: "このようなお悩みに";
  display: block;
  margin-bottom: 1px;
  color: var(--bp-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
}
.bp-card li {
  position: relative;
  padding: 8px 12px 8px 32px;
  border: 0;
  border-radius: 10px;
  color: var(--bp-ink);
  background: var(--bp-sky);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.5;
}
.bp-card li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--bp-blue) linear-gradient(45deg, transparent 46%, #fff 46%, #fff 56%, transparent 56%) center / 8px 8px no-repeat;
}
.bp-card-meta {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px dashed var(--bp-line);
}
.bp-card-meta span { color: var(--bp-ink); font-size: 15px; font-weight: 900; }
.bp-card-meta small { color: #7d90a8; font-weight: 700; }
.bp-card-meta a { margin-left: auto; color: var(--bp-blue); font-size: 13px; font-weight: 800; white-space: nowrap; }
.bp-card-meta a::after { content: " →"; }

/* SEO featured: 青グラデ帯カード */
.bp-card-featured {
  flex-direction: row;
  align-items: center;
  gap: 30px;
  padding: 32px 34px;
  border: 0;
  color: #fff;
  background:
    radial-gradient(400px 200px at 90% 10%, rgba(255, 255, 255, .12), transparent 70%),
    var(--bp-blue-panel);
  box-shadow: 0 26px 60px rgba(29, 79, 140, .32);
}
.bp-card-featured:hover { border: 0; box-shadow: 0 32px 70px rgba(29, 79, 140, .4); }
.bp-card-featured .bp-card-ic {
  flex-shrink: 0;
  width: 132px;
  height: 132px;
  margin: 0;
  background: #fff;
  box-shadow: 0 12px 30px rgba(10, 34, 64, .3);
}
.bp-card-featured .bp-card-body { flex: 1; }
.bp-card-featured .bp-card-label { color: #ffd884; }
.bp-card-featured h3 { color: #fff; font-size: 26px; }
.bp-card-featured .bp-card-body > p { color: #d8e8f8; }
.bp-card-featured .bp-card-meta { margin: 0; padding: 0; border: 0; flex-direction: column; align-items: flex-end; gap: 4px; }
.bp-card-featured .bp-card-meta span { color: #fff; }
.bp-card-featured .bp-card-meta small { color: #bcd8f2; }
.bp-card-featured .bp-card-meta .bp-btn { margin-top: 12px; }

/* ============================================================
   ハブ: 進め方
   ============================================================ */
.bp-process { padding-top: 0; }
.bp-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bp-process-grid article {
  position: relative;
  padding: 30px 28px 88px;
  border: 1px solid var(--bp-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--bp-shadow-soft);
}
.bp-process-grid article::after {
  content: "→";
  position: absolute;
  top: 46px;
  right: -21px;
  color: var(--bp-blue);
  font-size: 20px;
  font-weight: 800;
  border: 0;
  width: auto;
}
.bp-process-grid article:last-child::after { display: none; }
.bp-process-icon { position: absolute; top: 24px; right: 24px; width: 74px; height: 74px; }
.bp-process-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.bp-process-grid article > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: var(--bp-blue);
  font: 800 17px/1 Inter, sans-serif;
}
.bp-process-grid small { display: block; margin-top: 16px; color: var(--bp-blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.bp-process-grid h3 { margin: 5px 0 12px; color: var(--bp-ink); font-family: var(--bp-heading); font-size: 22px; font-weight: 900; }
.bp-process-grid p { margin: 0; color: #64798f; font-size: 13px; line-height: 1.8; }
.bp-process-grid b {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  padding: 10px 14px;
  border: 0;
  border-radius: 12px;
  color: var(--bp-ink);
  background: var(--bp-sky);
  font-size: 12px;
}
.bp-process-grid b::before { content: "成果物 "; color: var(--bp-blue); font-weight: 900; font-size: 10px; letter-spacing: .1em; margin-right: 4px; }

/* ============================================================
   ハブ: 料金表
   ============================================================ */
.bp-pricing { padding-top: 0; }
.bp-price-table {
  overflow: hidden;
  border: 1px solid var(--bp-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--bp-shadow-soft);
}
.bp-price-row {
  min-height: 74px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1.15fr .65fr 1fr;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--bp-line);
  color: var(--bp-text);
  transition: background .18s;
}
.bp-price-row:last-child { border-bottom: 0; }
a.bp-price-row:hover { background: var(--bp-sky); }
.bp-price-head {
  min-height: 50px;
  color: #fff;
  background: var(--bp-blue-panel);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}
.bp-price-row strong { color: var(--bp-ink); font-size: 15px; }
.bp-price-row b { color: var(--bp-blue); font-size: 18px; font-family: Inter, "Noto Sans JP", sans-serif; font-weight: 800; }
.bp-price-row > span:last-child { font-size: 13px; }

/* ============================================================
   ハブ: 責任分界(青グラデパネル)
   ============================================================ */
.bp-scope {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 66px 80px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 64px;
  align-items: center;
  border-radius: 28px;
  color: #fff;
  box-shadow: 0 26px 60px rgba(29, 79, 140, .3);
}
.bp-scope-title h2 {
  margin: 0;
  color: #fff;
  font-family: var(--bp-heading);
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 900;
  line-height: 1.5;
}
.bp-scope-title > p:last-child { margin: 18px 0 0; color: #d8e8f8; font-size: 14px; line-height: 1.8; }
.bp-scope-grid { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.bp-scope-grid article {
  padding: 28px;
  border: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(4px);
}
.bp-scope-grid article > span { color: #ffd884; font: 800 10px/1 Inter, sans-serif; letter-spacing: .2em; }
.bp-scope-grid h3 { margin: 8px 0 18px; color: #fff; font-family: var(--bp-heading); font-size: 20px; font-weight: 900; }
.bp-scope-grid ul { margin: 0; padding: 0; list-style: none; }
.bp-scope-grid li {
  position: relative;
  padding: 9px 0 9px 22px;
  border-top: 1px dashed rgba(255, 255, 255, .2);
  color: #e2eefb;
  font-size: 12px;
}
.bp-scope-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--bp-gold); font-weight: 900; }

/* ============================================================
   FAQ(共通)
   ============================================================ */
.bp-faq { max-width: 1000px; }
.bp-faq-list { border: 1px solid var(--bp-line); border-radius: 22px; background: #fff; box-shadow: var(--bp-shadow-soft); overflow: hidden; }
.bp-faq-list details { border-bottom: 1px solid var(--bp-line); }
.bp-faq-list details:last-child { border-bottom: 0; }
.bp-faq-list summary {
  position: relative;
  padding: 24px 64px 24px 60px;
  color: var(--bp-ink);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
  transition: background .18s;
}
.bp-faq-list summary:hover { background: var(--bp-sky); }
.bp-faq-list summary::-webkit-details-marker { display: none; }
.bp-faq-list summary::before {
  content: "Q";
  position: absolute;
  left: 22px;
  top: 22px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--bp-blue);
  font: 900 13px/1 Inter, sans-serif;
}
.bp-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 18px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--bp-blue);
  background: var(--bp-blue-soft);
  font-size: 20px;
}
.bp-faq-list details[open] summary::after { content: "−"; color: #4a3308; background: var(--bp-gold-soft); }
.bp-faq-list details p { margin: -4px 60px 24px; color: #64798f; font-size: 13px; line-height: 1.9; }

/* ============================================================
   お問い合わせ(青グラデパネル+白角丸インプット)
   ============================================================ */
.bp-contact-wrap {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto 100px;
  padding: 70px 70px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 58px;
  align-items: start;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(29, 79, 140, .32);
}
.bp-contact-intro { position: sticky; top: 120px; color: #fff; }
.bp-contact-intro h2 {
  margin: 0;
  color: #fff;
  font-family: var(--bp-heading);
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 900;
  line-height: 1.5;
}
.bp-contact-intro > p:not(.bp-kicker) { margin: 20px 0; color: #d8e8f8; font-size: 14px; line-height: 1.9; }
.bp-contact-intro > ul { margin: 26px 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.bp-contact-intro > ul li { padding-left: 24px; position: relative; color: #fff; font-size: 13px; font-weight: 700; }
.bp-contact-intro > ul li::before { content: "✓"; position: absolute; left: 0; color: var(--bp-gold); }
.bp-contact-mini {
  margin-top: 30px;
  padding: 20px;
  border: 1.5px dashed rgba(255, 255, 255, .35);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
}
.bp-contact-mini small { color: #bcd8f2; font-size: 11px; }
.bp-contact-mini p { margin: 8px 0 6px; color: #fff; font-size: 12px; line-height: 1.7; font-weight: 700; }
.bp-contact-mini span { color: #bcd8f2; font-size: 10px; }
.bp-contact-illust {
  margin: 26px 0 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(10, 34, 64, .3);
}
.bp-contact-illust img { width: 100%; height: auto; display: block; }

/* フォーム: パネル直置き+白角丸インプット */
.bp-contact-wrap .ops-contact-form {
  margin: 0;
  padding: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  border: 0;
  border-radius: 22px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(4px);
}
.bp-contact-wrap .form-head { grid-column: 1/-1; padding-bottom: 22px; border-bottom: 1px solid rgba(255, 255, 255, .25); }
.bp-contact-wrap .form-head p { margin: 0 0 5px; color: #ffd884; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.bp-contact-wrap .form-head h2 { margin: 0; color: #fff; font-family: var(--bp-heading); font-size: 26px; font-weight: 900; }
.bp-contact-wrap .form-head span { display: block; margin-top: 7px; color: #bcd8f2; font-size: 11px; }
.bp-contact-wrap .ops-contact-form label { display: grid; gap: 7px; color: #eef5fd; font-size: 12px; font-weight: 800; }
.bp-contact-wrap .ops-contact-form label > span, .bp-contact-wrap .ops-contact-form label > em { color: #ffd884; font-size: 10px; font-style: normal; }
.bp-contact-wrap .ops-contact-form .wide { grid-column: 1/-1; }
.bp-contact-wrap .ops-contact-form input:not([type="checkbox"]),
.bp-contact-wrap .ops-contact-form select,
.bp-contact-wrap .ops-contact-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 15px;
  border: 1px solid #d8e5f1;
  border-radius: 12px;
  color: #30465e;
  background: #fff;
  font: 500 13px/1.5 "Noto Sans JP", sans-serif;
  outline: none;
}
.bp-contact-wrap .ops-contact-form textarea { min-height: 120px; resize: vertical; }
.bp-contact-wrap .ops-contact-form input:focus,
.bp-contact-wrap .ops-contact-form select:focus,
.bp-contact-wrap .ops-contact-form textarea:focus { border-color: var(--bp-gold); box-shadow: 0 0 0 3px rgba(233, 173, 50, .3); }
.bp-contact-wrap .ops-contact-form label small { color: #bcd8f2; font-size: 9px; line-height: 1.6; font-weight: 500; }
.bp-contact-wrap .consent { display: flex !important; flex-direction: row; align-items: flex-start; gap: 10px !important; }
.bp-contact-wrap .consent input { margin-top: 3px; }
.bp-contact-wrap .consent span { color: #eef5fd; }
.bp-contact-wrap .consent a { color: #ffd884; text-decoration: underline; }
.bp-contact-wrap .ops-submit {
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  color: #4a3308;
  background: linear-gradient(180deg, #f2bd4e, var(--bp-gold));
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(10, 34, 64, .3);
}
.bp-contact-wrap .form-foot { grid-column: 1/-1; margin: 0; text-align: center; color: #bcd8f2; font-size: 10px; }
.bp-contact-wrap .form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.bp-page .ops-mobile-cta { display: none; }

/* ============================================================
   サブページ共通
   ============================================================ */
.bp-subhero {
  position: relative;
  width: min(1320px, calc(100% - 48px));
  margin: 8px auto 26px;
  overflow: hidden;
  background:
    radial-gradient(560px 320px at 85% 20%, rgba(47, 111, 180, .08), transparent 70%),
    linear-gradient(165deg, #ffffff 0%, #f3f8fd 60%, #eef5fc 100%);
}
.bp-subhero-inner {
  padding: 50px 56px 36px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 46px;
  align-items: center;
}
.bp-subhero .bp-fignum { margin-bottom: 18px; }
.bp-subhero h1 {
  margin: 0;
  color: var(--bp-ink);
  font-family: var(--bp-heading);
  font-size: clamp(26px, 2.7vw, 39px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -.015em;
}
.bp-subhero-lead { margin: 20px 0 0; color: #4d637f; font-size: 14.5px; line-height: 2; font-weight: 500; }
.bp-subhero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 26px; }
.bp-subhero-actions .bp-textlink { color: var(--bp-blue); font-size: 13px; font-weight: 800; }
.bp-subhero-actions .bp-textlink::after { content: " →"; }
.bp-subhero-visual { margin: 0; min-width: 0; }
.bp-subhero-visual img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(31, 82, 141, .16);
}

/* 横型ミニルート */
.bp-miniroute-h {
  margin: 0;
  padding: 18px 44px 22px;
  border-top: 1px dashed #cfe0ef;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 6px;
}
.bp-miniroute-h .bp-miniroute-head {
  margin: 0 14px 0 0;
  color: #6b8099;
  font: 800 10px/1.4 Inter, sans-serif;
  letter-spacing: .16em;
}
.bp-miniroute-h ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  list-style: none;
  counter-reset: mini;
}
.bp-miniroute-h ol li {
  position: relative;
  padding: 8px 14px 8px 32px;
  border: 0;
  border-radius: 999px;
  color: #5a7089;
  background: #fff;
  box-shadow: 0 4px 12px rgba(31, 82, 141, .08);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.bp-miniroute-h ol li::before {
  counter-increment: mini;
  content: "0" counter(mini);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ab1c9;
  font: 800 10px/1 Inter, sans-serif;
}
.bp-miniroute-h ol li:not(:last-child) { margin-right: 14px; }
.bp-miniroute-h ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 6px solid var(--bp-blue);
}
.bp-miniroute-h ol li.is-active {
  border: 0;
  color: #4a3308;
  background: linear-gradient(180deg, #f6cd74, var(--bp-gold));
  box-shadow: 0 6px 16px rgba(201, 143, 29, .3);
}
.bp-miniroute-h ol li.is-active::before { color: #8a6210; }
.bp-miniroute-h ol li.is-active i { font-style: normal; color: #8a6210; font-size: 9px; margin-left: 6px; font-family: Inter, sans-serif; font-weight: 800; letter-spacing: .1em; }
.bp-miniroute-h .bp-miniroute-note { flex-basis: 100%; margin: 4px 0 0; color: #7d93ab; font-size: 10.5px; }

/* コンテンツセクション */
.bp-sub-section { width: min(1080px, calc(100% - 64px)); margin: 0 auto; padding: 74px 0 0; }
.bp-sub-section:last-of-type { padding-bottom: 90px; }
.bp-sub-section > h2 {
  margin: 0 0 10px;
  position: relative;
  padding-bottom: 16px;
  color: var(--bp-ink);
  font-family: var(--bp-heading);
  font-size: clamp(23px, 2.5vw, 31px);
  font-weight: 900;
  line-height: 1.5;
}
.bp-sub-section > h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  border-top: 4px solid var(--bp-gold);
  border-radius: 2px;
}
.bp-sub-section .bp-fignum { margin-bottom: 14px; }
.bp-sub-lead { margin: 10px 0 26px; color: #6b7f99; font-size: 14px; line-height: 1.9; }
.bp-sub-section > h2 + :not(.bp-sub-lead) { margin-top: 26px; }

/* チェックリスト */
.bp-checklist {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  list-style: none;
}
.bp-checklist li {
  position: relative;
  padding: 13px 16px 13px 44px;
  border: 1px solid var(--bp-line);
  border-radius: 14px;
  color: var(--bp-ink);
  background: #fff;
  box-shadow: 0 6px 16px rgba(31, 82, 141, .06);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}
.bp-checklist li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--bp-blue) linear-gradient(45deg, transparent 46%, #fff 46%, #fff 58%, transparent 58%) center / 10px 10px no-repeat;
}

/* 成果物カード */
.bp-deliverables { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 26px; }
.bp-deliverables article {
  padding: 26px 24px;
  border: 1px solid var(--bp-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--bp-shadow-soft);
}
.bp-deliverables article > small {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--bp-blue);
  font: 800 10px/1 Inter, sans-serif;
  letter-spacing: .14em;
}
.bp-deliverables h3 { margin: 0 0 10px; color: var(--bp-ink); font-family: var(--bp-heading); font-size: 17px; font-weight: 900; }
.bp-deliverables p { margin: 0; color: #64798f; font-size: 12.5px; line-height: 1.8; }

/* 料金カード */
.bp-prices { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 26px; }
.bp-prices article {
  position: relative;
  padding: 28px 26px;
  border: 1px solid var(--bp-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--bp-shadow-soft);
}
.bp-prices article::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  border-top: 4px solid var(--bp-gold);
  border-radius: 0 0 4px 4px;
}
.bp-prices h3 { margin: 0 0 6px; color: var(--bp-ink); font-family: var(--bp-heading); font-size: 16px; font-weight: 900; }
.bp-prices .bp-price {
  margin: 0 0 12px;
  color: var(--bp-blue);
  font-family: Inter, "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.01em;
}
.bp-prices p { margin: 0; color: #64798f; font-size: 12.5px; line-height: 1.8; }

/* 工程リスト */
.bp-steps { margin: 26px 0 0; padding: 0; list-style: none; display: grid; gap: 0; }
.bp-steps li { position: relative; padding: 0 0 26px 66px; }
.bp-steps li:last-child { padding-bottom: 0; }
.bp-steps li::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 50px;
  bottom: 4px;
  border-left: 2px dotted #aecbe5;
}
.bp-steps li:last-child::before { display: none; }
.bp-steps li > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--bp-blue);
  font: 800 14px/1 Inter, sans-serif;
  box-shadow: 0 8px 18px rgba(31, 82, 141, .22);
}
.bp-steps h3 { margin: 2px 0 6px; color: var(--bp-ink); font-family: var(--bp-heading); font-size: 17px; font-weight: 900; }
.bp-steps p { margin: 0; color: #64798f; font-size: 13px; line-height: 1.8; }

/* 注意・対象外(青グラデパネル) */
.bp-caution {
  width: min(1080px, calc(100% - 64px));
  margin: 74px auto 0;
  padding: 52px 54px;
  border-radius: 24px;
  color: #fff;
  box-shadow: 0 24px 56px rgba(29, 79, 140, .28);
}
.bp-caution h2 {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--bp-heading);
  font-size: clamp(22px, 2.4vw, 29px);
  font-weight: 900;
}
.bp-caution .bp-kicker { margin-bottom: 12px; }
.bp-caution > p { margin: 0 0 22px; color: #d8e8f8; font-size: 13px; line-height: 1.8; }
.bp-caution ul { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 0; }
.bp-caution li {
  position: relative;
  padding: 12px 0 12px 26px;
  border-top: 1px dashed rgba(255, 255, 255, .2);
  color: #e2eefb;
  font-size: 13px;
  line-height: 1.7;
}
.bp-caution li::before { content: "—"; position: absolute; left: 0; color: var(--bp-gold); font-weight: 900; }

/* 次のルート */
.bp-next { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 26px; }
.bp-next a {
  position: relative;
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--bp-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--bp-shadow-soft);
  transition: transform .18s, box-shadow .18s;
}
.bp-next a:hover { transform: translateY(-4px); box-shadow: var(--bp-shadow-hover); }
.bp-next small { color: var(--bp-blue); font: 800 10px/1 Inter, sans-serif; letter-spacing: .16em; }
.bp-next strong { color: var(--bp-ink); font-family: var(--bp-heading); font-size: 17px; font-weight: 900; }
.bp-next strong::after { content: " →"; color: var(--bp-blue); }
.bp-next p { margin: 0; color: #64798f; font-size: 12px; line-height: 1.7; }

/* サブ最終CTA(青グラデパネル) */
.bp-finalcta {
  width: min(1320px, calc(100% - 48px));
  margin: 80px auto 100px;
  padding: 66px 60px;
  text-align: center;
  border-radius: 28px;
  color: #fff;
  box-shadow: 0 26px 60px rgba(29, 79, 140, .3);
}
.bp-finalcta h2 {
  margin: 0 0 14px;
  color: #fff;
  font-family: var(--bp-heading);
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 900;
  line-height: 1.55;
}
.bp-finalcta > p { margin: 0 auto 30px; max-width: 620px; color: #d8e8f8; font-size: 14px; line-height: 1.9; }

/* ============================================================
   レスポンシブ
   ============================================================ */
@media (max-width: 1060px) {
  .bp-hero-inner { padding: 54px 0 44px; gap: 34px; }
  .bp-hero h1 { font-size: 40px; }
  .bp-start, .bp-scope, .bp-contact-wrap { padding-left: 46px; padding-right: 46px; gap: 42px; }
  .bp-route-list { grid-template-columns: repeat(2, 1fr); gap: 40px 32px; }
  .bp-route-list > li:nth-child(2)::after { display: none; }
  .bp-cards-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bp-card-featured .bp-card-ic { width: 112px; height: 112px; }
  .bp-subhero-inner { padding: 40px 36px 30px; gap: 30px; }
}

@media (max-width: 820px) {
  .ops-breadcrumb { width: calc(100% - 36px); padding-top: 15px; }
  .bp-hero-inner { width: calc(100% - 40px); padding: 42px 0 32px; grid-template-columns: 1fr; }
  .bp-hero h1 { font-size: clamp(30px, 8vw, 40px); line-height: 1.45; }
  .bp-hero h1 br { display: none; }
  .bp-hero-lead { margin-top: 18px; font-size: 13.5px; line-height: 1.9; }
  .bp-hero-lead br { display: none; }
  .bp-hero .bp-titleblock { width: calc(100% - 40px); }
  .bp-titleblock { font-size: 8.5px; }
  .bp-titleblock span { padding: 9px 12px; }
  .bp-section { width: calc(100% - 36px); padding: 76px 0; }
  .bp-section-head { margin-bottom: 32px; }
  .bp-section-head h2 { font-size: 27px; }
  .bp-section-head:not(.bp-section-head-left) h2 { display: block; }
  .bp-section-head:not(.bp-section-head-left) h2::before,
  .bp-section-head:not(.bp-section-head-left) h2::after { content: none; }
  .bp-route { padding: 76px 0 66px; }
  .bp-route-map { padding: 30px 20px 26px; border-radius: 22px; }
  .bp-route-map .bp-titleblock { margin: 26px -20px -26px; }
  .bp-route-list { grid-template-columns: 1fr; gap: 30px; }
  .bp-route-list > li::after { display: none !important; }
  .bp-route-list > li:not(:last-child) .bp-route-node::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -31px;
    height: 30px;
    border-left: 2px dotted var(--bp-blue);
  }
  .bp-route-branches { grid-template-columns: 1fr; }
  .bp-start, .bp-scope, .bp-contact-wrap { width: calc(100% - 24px); padding: 46px 24px; grid-template-columns: 1fr; border-radius: 24px; }
  .bp-start { gap: 32px; }
  .bp-guide { padding-top: 66px; }
  .bp-cards-3, .bp-cards-2 { grid-template-columns: 1fr; gap: 14px; }
  .bp-card-featured { flex-direction: column; align-items: flex-start; gap: 18px; padding: 28px 24px; }
  .bp-card-featured .bp-card-meta { align-items: flex-start; }
  .bp-process-grid { grid-template-columns: 1fr; gap: 14px; }
  .bp-process-grid article::after { display: none; }
  .bp-process-icon { position: static; width: 64px; height: 64px; margin-bottom: 12px; }
  .bp-price-row { padding: 16px 18px; grid-template-columns: 1fr auto; gap: 5px 14px; }
  .bp-price-row > span:last-child { grid-column: 1/-1; }
  .bp-price-head { display: none; }
  .bp-scope { gap: 34px; }
  .bp-contact-wrap { gap: 36px; margin-bottom: 70px; }
  .bp-contact-intro { position: static; }
  .bp-subhero { width: calc(100% - 24px); border-radius: 24px; }
  .bp-subhero-inner { padding: 32px 22px 24px; grid-template-columns: 1fr; gap: 26px; }
  .bp-miniroute-h { padding: 14px 20px 18px; }
  .bp-miniroute-h ol li { white-space: normal; }
  .bp-sub-section { width: calc(100% - 36px); padding-top: 58px; }
  .bp-checklist { grid-template-columns: 1fr; }
  .bp-deliverables { grid-template-columns: 1fr; }
  .bp-caution { width: calc(100% - 24px); margin-top: 58px; padding: 40px 24px; }
  .bp-next { grid-template-columns: 1fr; }
  .bp-finalcta { width: calc(100% - 24px); margin: 62px auto 80px; padding: 48px 24px; }
}

@media (max-width: 560px) {
  .bp-kicker { margin-bottom: 12px; font-size: 10px; }
  .bp-hero-inner { width: calc(100% - 32px); padding: 34px 0 26px; }
  .bp-hero h1 { font-size: 29px; }
  .bp-hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .bp-btn { min-height: 52px; padding: 0 14px; font-size: 12px; }
  .bp-trust { gap: 5px; }
  .bp-trust li { padding: 6px 9px; font-size: 9px; }
  .bp-titleblock span:nth-child(3) { display: none; }
  .bp-section { padding: 60px 0; }
  .bp-section-head h2 { font-size: 24px; }
  .bp-section-head > p:last-child { font-size: 13px; }
  .bp-route-ic { width: 96px; height: 96px; border-radius: 20px; }
  .bp-route-node strong { font-size: 18px; }
  .bp-start h2, .bp-scope-title h2, .bp-contact-intro h2 { font-size: 24px; }
  .bp-start-list li { padding: 14px 16px; grid-template-columns: 52px 1fr; }
  .bp-start-list li > span { width: 52px; height: 52px; border-radius: 12px; }
  .bp-card h3 { font-size: 20px; }
  .bp-card-ic { width: 88px; height: 88px; border-radius: 20px; }
  .bp-process-grid article { padding: 26px 20px 84px; }
  .bp-process-grid b { left: 18px; right: 18px; }
  .bp-price-row strong { font-size: 13px; }
  .bp-price-row b { font-size: 15px; }
  .bp-scope-grid { grid-template-columns: 1fr; }
  .bp-faq-list summary { padding: 20px 52px 20px 54px; font-size: 13px; }
  .bp-faq-list summary::before { left: 16px; top: 18px; }
  .bp-faq-list summary::after { right: 12px; top: 15px; }
  .bp-faq-list details p { margin: -2px 20px 20px 54px; }
  .bp-contact-wrap .ops-contact-form { padding: 20px 16px; grid-template-columns: 1fr; gap: 15px; border-radius: 18px; }
  .bp-contact-wrap .ops-contact-form label, .bp-contact-wrap .ops-contact-form .wide,
  .bp-contact-wrap .form-head, .bp-contact-wrap .form-foot { grid-column: 1; }
  .bp-subhero h1 { font-size: 23px; }
  .bp-subhero-actions { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .bp-sub-section > h2 { font-size: 21px; }
  .bp-prices { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .bp-btn, .bp-card, .bp-route-node, .bp-next a { transition: none; }
}
