/* =========================================================
   Tree行政書士法人 - 入札参加資格申請LP
   和モダン × 重厚 × 朱赤
   ========================================================= */

:root {
  --ink: #0d1b3d;          /* 紺青 (深ネイビー) */
  --ink-2: #112349;
  --ink-3: #1a2f5c;
  --paper: #f7f3ea;        /* 生成り */
  --paper-2: #ece4d2;
  --paper-3: #ddd2bb;
  --shu: #b91d1d;          /* 朱赤 */
  --shu-deep: #8c1414;
  --shu-bright: #d63838;
  --gold: #b59341;
  --line: rgba(13,27,61,0.12);
  --line-strong: rgba(13,27,61,0.32);
  --muted: #4a5273;
  --serif: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", serif;
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --mono: "JetBrains Mono", "SF Mono", Menlo, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--serif);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.7;
  font-feature-settings: "palt";
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* 和紙テクスチャ */
.washi {
  position: relative;
}
.washi::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(13,27,61,0.03) 1px, transparent 1px),
    radial-gradient(rgba(13,27,61,0.02) 1px, transparent 1px);
  background-size: 3px 3px, 7px 7px;
  background-position: 0 0, 1px 2px;
  pointer-events: none;
  z-index: 0;
}

/* =========== Top Bar =========== */
.topbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(13,27,61,0.94);
  backdrop-filter: blur(10px);
  color: var(--paper);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.topbar__inner {
  max-width: 1320px; margin: 0 auto;
  padding: 14px 32px;
  display: flex; align-items: center; gap: 32px;
}
.topbar__brand { display: flex; align-items: center; gap: 12px; }
.topbar__seal {
  width: 40px; height: 40px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.topbar__name {
  font-family: var(--serif); font-weight: 700; font-size: 16px;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.topbar__name small {
  display: block; font-size: 10px; letter-spacing: 0.3em;
  opacity: 0.85; font-weight: 400; margin-top: 2px;
  color: #ffffff;
}
.topbar__nav { margin-left: auto; display: flex; gap: 28px; }
.topbar__nav a {
  color: var(--paper); text-decoration: none;
  font-family: var(--sans); font-size: 13px;
  letter-spacing: 0.08em; opacity: 0.85;
  transition: opacity 0.2s;
}
.topbar__nav a:hover { opacity: 1; color: var(--shu-bright); }
.topbar__cta {
  background: var(--shu);
  color: var(--paper);
  padding: 10px 20px;
  font-family: var(--sans); font-weight: 600; font-size: 13px;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: 1px solid var(--shu-deep);
  transition: all 0.2s;
}
.topbar__cta:hover { background: var(--shu-bright); }

/* =========== Hero =========== */
.hero {
  position: relative;
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
  padding: 110px 32px 80px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 92% 12%, rgba(185,29,29,0.07), transparent 50%),
    radial-gradient(ellipse at 6% 92%, rgba(13,27,61,0.06), transparent 55%),
    linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
}
.hero__grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(13,27,61,0.04) 1px, transparent 1px);
  background-size: 80px 100%;
  pointer-events: none;
}
.hero__kanji-bg {
  position: absolute;
  right: -120px; top: 50%; transform: translateY(-50%);
  font-family: var(--serif);
  font-size: clamp(280px, 36vw, 580px);
  font-weight: 900;
  color: var(--ink);
  opacity: 0.04;
  letter-spacing: -0.05em;
  line-height: 0.85;
  pointer-events: none;
  user-select: none;
  writing-mode: vertical-rl;
}
.hero__inner {
  position: relative;
  max-width: 1320px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px;
  align-items: center;
  min-height: calc(100vh - 156px);
}

.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans);
  font-size: 11px; letter-spacing: 0.4em;
  color: var(--shu-bright);
  margin-bottom: 32px;
  text-transform: uppercase;
}
.hero__eyebrow::before {
  content: ""; width: 32px; height: 1px; background: var(--shu-bright);
}
.hero__title {
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 28px;
  text-wrap: balance;
}
.hero__title .accent { color: var(--shu-bright); position: relative; }
.hero__title .accent::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -8px;
  height: 2px; background: var(--shu-bright);
  opacity: 0.5;
}
.hero__title .small { display: block; font-size: 0.5em; font-weight: 400; opacity: 0.85; margin-top: 12px; letter-spacing: 0.04em; }

.hero__lead {
  font-family: var(--serif); font-size: 18px; line-height: 1.9;
  color: var(--muted);
  max-width: 620px; margin-bottom: 48px;
  font-weight: 400;
}

.hero__ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 32px;
  font-family: var(--sans); font-weight: 600; font-size: 15px;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.btn--primary {
  background: var(--shu);
  color: var(--paper);
  border-color: var(--shu-deep);
  box-shadow: 0 4px 16px rgba(185,29,29,0.4);
}
.btn--primary:hover { background: var(--shu-bright); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(185,29,29,0.55); }
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn--ghost:hover { background: rgba(13,27,61,0.04); border-color: var(--ink); }
.section--dark .btn--ghost, .form-section .btn--ghost { color: var(--paper); border-color: rgba(246,241,232,0.3); }
.section--dark .btn--ghost:hover, .form-section .btn--ghost:hover { background: rgba(246,241,232,0.08); border-color: var(--paper); }
.btn .arrow { transition: transform 0.2s; }
.btn:hover .arrow { transform: translateX(4px); }

/* hero side - 縦書き＋柱 */
.hero__side {
  border-left: 1px solid var(--line);
  padding-left: 40px;
  position: relative;
}
.hero__vertical {
  writing-mode: vertical-rl;
  font-family: var(--serif);
  font-size: 14px; letter-spacing: 0.4em;
  color: var(--muted);
  position: absolute;
  top: 0; right: 0;
  height: 100%;
  border-right: 1px solid var(--line);
  padding: 8px 16px;
}

.hero__pillars { display: grid; gap: 22px; padding-right: 50px; }
.pillar {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.pillar:last-child { border-bottom: none; padding-bottom: 0; }
.pillar__mark {
  width: 44px; height: 44px;
  background: var(--ink);
  color: var(--paper);
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 900; font-size: 18px;
  letter-spacing: -0.05em;
  box-shadow: 0 1px 0 rgba(0,0,0,0.3) inset;
}
.pillar:nth-child(2) .pillar__mark { background: var(--shu); }
.pillar__title {
  font-family: var(--serif); font-weight: 700;
  font-size: 16px; line-height: 1.4;
  color: var(--ink);
  margin-bottom: 4px;
}
.pillar__desc {
  font-family: var(--serif); font-size: 12.5px; line-height: 1.7;
  color: var(--muted);
}

/* hero scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: 32px; left: 32px;
  font-family: var(--sans); font-size: 10px;
  letter-spacing: 0.4em;
  color: var(--muted);
  display: flex; align-items: center; gap: 12px;
}
.hero__scroll::after {
  content: ""; width: 60px; height: 1px;
  background: linear-gradient(to right, var(--ink), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0%, 100% { transform: scaleX(0.3); transform-origin: left; }
  50% { transform: scaleX(1); transform-origin: left; }
}

/* hero price band - 明確な料金提示 */
.hero__prices {
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 3px solid var(--shu);
  padding: 18px 22px 14px;
  margin-bottom: 28px;
  max-width: 560px;
  box-shadow: 0 8px 24px rgba(13,27,61,0.06);
}
.hero__prices-head {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 10px; margin-bottom: 6px;
  border-bottom: 1px solid var(--line);
}
.hero__prices-label {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em;
  color: var(--shu); font-weight: 600;
}
.hero__prices-foot {
  font-family: var(--sans); font-size: 10px; color: var(--muted);
  letter-spacing: 0.1em;
}
.hero__prices-note {
  font-family: var(--sans); font-size: 10.5px;
  color: var(--muted); line-height: 1.6;
  margin-top: 8px; padding-top: 8px;
  border-top: 1px dashed var(--line);
  letter-spacing: 0.02em;
}
.hero__price-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
}
.hero__price-row:last-child { border-bottom: none; padding-bottom: 4px; }
.hero__price-name {
  font-family: var(--serif); font-weight: 700; font-size: 15px;
  color: var(--ink);
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
}
.hero__price-name small {
  font-family: var(--sans); font-weight: 400; font-size: 10.5px;
  color: var(--muted); letter-spacing: 0.05em;
}
.hero__price-value {
  font-family: var(--serif); font-weight: 900;
  font-size: 26px; line-height: 1; color: var(--ink);
  letter-spacing: -0.02em;
  display: flex; align-items: baseline; gap: 2px; white-space: nowrap;
}
.hero__price-value .yen { font-size: 14px; font-weight: 500; }
.hero__price-value .unit { font-size: 13px; color: var(--muted); margin-left: 3px; font-weight: 500; }

/* main / option price rows */
.hero__price-row--main { padding: 14px 0; }
.hero__price-row--main .hero__price-name { font-size: 16px; }
.hero__price-row--main .hero__price-value { font-size: 30px; color: var(--shu); }
.hero__price-row--main .hero__price-value .yen { color: var(--shu); }

.hero__prices-divider {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: 10px; letter-spacing: 0.25em;
  color: var(--muted); font-weight: 600;
  margin: 4px 0 -2px;
  text-transform: uppercase;
}
.hero__prices-divider::before, .hero__prices-divider::after {
  content: ""; flex: 1; height: 1px; background: var(--line);
}

.hero__price-row--option .hero__price-name { font-size: 13.5px; color: var(--muted-strong, var(--ink)); }
.hero__price-row--option .hero__price-value { font-size: 20px; color: var(--ink); }

.hero__price-tier {
  font-family: var(--sans); font-size: 11.5px; color: var(--muted);
  letter-spacing: 0.04em; padding: 2px 0 6px;
  margin-bottom: 4px;
  border-bottom: 1px dashed var(--line);
}

/* hero value chips (above CTA) */
.hero__chips {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 10px; margin-bottom: 28px;
  max-width: 620px;
}
.hero-chip {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px;
  background: rgba(13,27,61,0.04);
  border: 1px solid var(--line);
  border-left: 3px solid var(--shu);
  font-family: var(--serif);
}
.hero-chip__icon {
  width: 32px; height: 32px;
  background: var(--ink); color: var(--paper);
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 900; font-size: 14px;
  flex-shrink: 0;
  letter-spacing: -0.04em;
}
.hero-chip__body { display: flex; flex-direction: column; line-height: 1.2; }
.hero-chip small { font-family: var(--sans); font-size: 10px; letter-spacing: 0.15em; color: var(--muted); margin-bottom: 2px; }
.hero-chip strong { font-family: var(--serif); font-weight: 700; font-size: 15px; color: var(--ink); }

/* CTA stack inside button */
.btn--xl {
  padding: 22px 32px;
  font-size: 16px;
  width: 100%; max-width: 480px;
  justify-content: space-between;
  position: relative;
}
.btn--xl::before {
  content: ""; position: absolute; inset: -2px;
  border: 1px solid var(--shu);
  pointer-events: none;
  animation: pulseRing 2.4s ease-in-out infinite;
}
@keyframes pulseRing {
  0%, 100% { opacity: 0.0; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(1.025); }
}
.btn__stack { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; line-height: 1.2; }
.btn__main { font-family: var(--serif); font-weight: 700; font-size: 18px; letter-spacing: 0.05em; }
.btn__sub { font-family: var(--sans); font-size: 11px; letter-spacing: 0.12em; opacity: 0.85; font-weight: 400; }
.btn--line {
  background: #06c755; color: var(--paper);
  border-color: #04a648;
  padding: 22px 28px;
  box-shadow: 0 4px 16px rgba(6,199,85,0.35);
}
.btn--line:hover { background: #04a648; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(6,199,85,0.45); }

.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; align-items: stretch; }

/* tel inline */
.hero__tel {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 14px 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.hero__tel-label { font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em; color: var(--muted); }
.hero__tel-num { font-family: var(--serif); font-weight: 900; font-size: 24px; color: var(--ink); text-decoration: none; letter-spacing: 0.02em; }
.hero__tel-num:hover { color: var(--shu); }
.hero__tel-time { font-family: var(--sans); font-size: 11px; color: var(--muted); }

.hero__trust { font-family: var(--sans); font-size: 11px; color: var(--muted); letter-spacing: 0.05em; }

/* hero side - status badge + plan panel */
.hero__status {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 8px 14px;
  font-family: var(--sans); font-size: 12px; letter-spacing: 0.1em;
  color: var(--ink);
  margin-bottom: 18px;
}
.hero__status strong { font-family: var(--serif); font-weight: 700; color: var(--shu); margin-left: 2px; }
.hero__status-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: #06c755;
  box-shadow: 0 0 0 0 rgba(6,199,85,0.5);
  animation: statusPulse 1.6s ease-out infinite;
}
@keyframes statusPulse {
  0% { box-shadow: 0 0 0 0 rgba(6,199,85,0.55); }
  100% { box-shadow: 0 0 0 12px rgba(6,199,85,0); }
}

.hero__panel {
  background: var(--ink);
  color: var(--paper);
  padding: 32px 28px;
  position: relative;
  box-shadow: 0 16px 40px rgba(13,27,61,0.18);
  border: 1px solid var(--ink);
}
.hero__panel::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--shu);
}
.hero__panel-badge {
  display: inline-block;
  background: var(--shu); color: var(--paper);
  font-family: var(--sans); font-size: 10px; letter-spacing: 0.25em;
  padding: 5px 12px; margin-bottom: 16px;
  font-weight: 600;
}
.hero__panel-title {
  font-family: var(--serif); font-weight: 900;
  font-size: 28px; letter-spacing: 0.06em;
  color: var(--paper);
  margin-bottom: 4px;
}
.hero__panel-desc { font-family: var(--serif); font-size: 13px; color: rgba(246,241,232,0.75); margin-bottom: 16px; }
.hero__panel-price {
  font-family: var(--serif); font-weight: 900;
  font-size: 48px; line-height: 1; letter-spacing: -0.03em;
  color: var(--paper);
  display: flex; align-items: baseline; gap: 4px;
  margin-bottom: 4px;
}
.hero__panel-price .yen { font-size: 18px; font-weight: 500; }
.hero__panel-price .unit { font-size: 14px; color: rgba(246,241,232,0.7); margin-left: 4px; font-weight: 500; }
.hero__panel-sub { font-family: var(--sans); font-size: 11px; color: rgba(246,241,232,0.55); letter-spacing: 0.05em; margin-bottom: 22px; }
.hero__panel-list { list-style: none; padding: 18px 0; margin: 0; border-top: 1px solid rgba(246,241,232,0.12); border-bottom: 1px solid rgba(246,241,232,0.12); display: grid; gap: 10px; }
.hero__panel-list li {
  font-family: var(--serif); font-size: 13.5px;
  color: rgba(246,241,232,0.92);
  padding-left: 20px; position: relative;
  line-height: 1.5;
}
.hero__panel-list li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: var(--shu-bright); font-weight: 900;
}
.hero__panel-cta {
  display: block; text-align: center;
  margin-top: 18px; padding: 12px;
  background: transparent; color: var(--paper);
  border: 1px solid rgba(246,241,232,0.4);
  font-family: var(--sans); font-size: 12px; letter-spacing: 0.15em;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s;
}
.hero__panel-cta:hover { background: var(--shu); border-color: var(--shu); }

/* =========== Section base =========== */
.section { padding: 120px 32px; position: relative; }
.section__inner { max-width: 1320px; margin: 0 auto; position: relative; }
.section__eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--sans);
  font-size: 11px; letter-spacing: 0.4em;
  color: var(--shu);
  margin-bottom: 20px; text-transform: uppercase;
}
.section__eyebrow::before {
  content: ""; width: 28px; height: 1px; background: var(--shu);
}
.section__title {
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 24px;
  text-wrap: balance;
}
.section__title .ja-em {
  background: linear-gradient(transparent 65%, rgba(185,29,29,0.25) 65%);
}
.section__lead {
  font-family: var(--serif);
  font-size: 17px; line-height: 1.95; color: var(--muted);
  max-width: 720px;
}

/* dark section */
.section--dark { background: var(--ink); color: var(--paper); }
.section--dark .section__title { color: var(--paper); }
.section--dark .section__lead { color: rgba(246,241,232,0.7); }

/* =========== Crisis (problem) bar =========== */
.crisis {
  background: var(--ink-2);
  color: var(--paper);
  padding: 44px 32px;
  border-top: 4px solid var(--shu);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.crisis__inner {
  max-width: 1320px; margin: 0 auto;
  display: flex; align-items: center; gap: 40px; flex-wrap: wrap;
}
.crisis__title {
  font-family: var(--serif); font-weight: 700;
  font-size: 22px; letter-spacing: 0.03em;
  display: flex; align-items: center; gap: 14px;
  white-space: nowrap;
}
.crisis__title::before {
  content: "！";
  width: 36px; height: 36px;
  background: var(--shu);
  color: var(--paper);
  display: grid; place-items: center;
  font-weight: 900; border-radius: 50%;
  font-size: 18px;
}
.crisis__items { display: flex; gap: 32px; flex-wrap: wrap; flex: 1; }
.crisis__item {
  font-family: var(--sans); font-size: 14px; line-height: 1.6;
  color: rgba(246,241,232,0.85);
  position: relative; padding-left: 18px;
}
.crisis__item::before {
  content: "□"; position: absolute; left: 0; top: 0;
  color: var(--shu-bright); font-weight: 700;
}

/* =========== Reasons =========== */
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 80px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.reason {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 48px 36px;
  background: var(--paper);
  transition: background 0.3s;
  position: relative;
}
.reason:hover { background: var(--paper-2); }
.reason__num {
  font-family: var(--serif); font-weight: 900;
  font-size: 14px; letter-spacing: 0.3em;
  color: var(--shu);
  margin-bottom: 24px;
  display: flex; align-items: center; gap: 12px;
}
.reason__num::after { content: ""; flex: 1; height: 1px; background: var(--shu); opacity: 0.3; }
.reason__title {
  font-family: var(--serif); font-weight: 700;
  font-size: 24px; line-height: 1.4;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  text-wrap: balance;
}
.reason__title .accent { color: var(--shu); }
.reason__desc {
  font-family: var(--serif); font-size: 14.5px; line-height: 1.9;
  color: var(--muted);
}
.reason__big {
  font-family: var(--serif); font-weight: 900;
  font-size: 64px; line-height: 1;
  color: var(--ink);
  margin-bottom: 12px;
  display: flex; align-items: baseline; gap: 4px;
}
.reason__big .unit { font-size: 16px; font-weight: 500; color: var(--muted); margin-left: 4px; }
.reason__big .accent { color: var(--shu); }

/* =========== Service / Map =========== */
.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-top: 60px;
}
.coverage {
  background: var(--ink);
  color: var(--paper);
  padding: 48px;
  position: relative;
  min-height: 520px;
}
.coverage__title {
  font-family: var(--serif); font-weight: 700;
  font-size: 22px; margin-bottom: 8px;
}
.coverage__sub { font-family: var(--sans); font-size: 12px; letter-spacing: 0.2em; color: rgba(246,241,232,0.6); margin-bottom: 32px; }
.coverage__counter {
  font-family: var(--serif); font-weight: 900;
  font-size: 88px; line-height: 1;
  color: var(--paper);
  margin: 16px 0 8px;
  letter-spacing: -0.03em;
}
.coverage__counter .total { font-size: 24px; color: var(--shu-bright); margin-left: 8px; font-weight: 500; }
.coverage__chips {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 4px; margin-top: 32px;
  font-family: var(--sans); font-size: 11px;
}
.chip {
  padding: 8px 4px; text-align: center;
  background: rgba(246,241,232,0.05);
  border: 1px solid rgba(246,241,232,0.1);
  color: rgba(246,241,232,0.85);
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
.chip.active {
  background: var(--shu);
  border-color: var(--shu-deep);
  color: var(--paper);
}

.service-list { display: grid; gap: 8px; }
.service-list__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px 8px;
  border-bottom: 1px solid var(--line);
  transition: padding 0.2s;
}
.service-list__item:hover { padding-left: 16px; background: var(--paper-2); }
.service-list__num {
  font-family: var(--serif); font-weight: 900;
  font-size: 32px; color: var(--shu);
  letter-spacing: -0.03em;
  width: 60px;
}
.service-list__name {
  font-family: var(--serif); font-weight: 700;
  font-size: 19px; line-height: 1.4;
}
.service-list__desc {
  font-family: var(--sans); font-size: 12px; color: var(--muted);
  margin-top: 4px;
}
.service-list__price {
  font-family: var(--serif); font-weight: 700;
  font-size: 14px; color: var(--ink);
  text-align: right;
  white-space: nowrap;
}
.service-list__price small { font-family: var(--sans); font-size: 10px; color: var(--muted); display: block; letter-spacing: 0.1em; }

/* =========== Pricing =========== */
.pricing {
  background: var(--paper-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.plan {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 40px 32px;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}
.plan:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(14,14,13,0.08); }
.plan--featured {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
  transform: scale(1.04);
  box-shadow: 0 16px 50px rgba(14,14,13,0.25);
}
.plan--featured:hover { transform: scale(1.04) translateY(-4px); }
.plan__badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--shu);
  color: var(--paper);
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.25em;
  padding: 6px 18px;
  font-weight: 600;
}
.plan__name {
  font-family: var(--serif); font-weight: 700;
  font-size: 14px; letter-spacing: 0.3em;
  color: var(--shu);
  margin-bottom: 12px;
}
.plan--featured .plan__name { color: var(--shu-bright); }
.plan__title {
  font-family: var(--serif); font-weight: 900;
  font-size: 28px; line-height: 1.3;
  margin-bottom: 24px;
}
.plan__price {
  font-family: var(--serif); font-weight: 900;
  font-size: 56px; line-height: 1;
  letter-spacing: -0.03em;
  display: flex; align-items: baseline; gap: 6px;
  margin-bottom: 8px;
}
.plan__price .yen { font-size: 20px; font-weight: 500; }
.plan__price .unit { font-size: 16px; font-weight: 500; color: var(--muted); }
.plan--featured .plan__price .unit { color: rgba(246,241,232,0.6); }
.plan__price-sub { font-family: var(--sans); font-size: 12px; color: var(--muted); margin-bottom: 28px; }
.plan--featured .plan__price-sub { color: rgba(246,241,232,0.6); }
.plan__divider { height: 1px; background: var(--line); margin: 28px 0; }
.plan--featured .plan__divider { background: rgba(246,241,232,0.15); }
.plan__features { display: grid; gap: 14px; margin-bottom: 32px; }
.plan__feature {
  font-family: var(--serif); font-size: 14.5px; line-height: 1.6;
  display: flex; gap: 12px; align-items: flex-start;
}
.plan__feature::before {
  content: "✓"; color: var(--shu); font-weight: 900;
  flex-shrink: 0;
}
.plan--featured .plan__feature::before { color: var(--shu-bright); }
.plan__cta {
  width: 100%; display: block; text-align: center;
  padding: 16px;
  font-family: var(--sans); font-weight: 600; font-size: 13px;
  letter-spacing: 0.15em;
  text-decoration: none;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
  transition: all 0.2s;
}
.plan__cta:hover { background: var(--ink); color: var(--paper); }
.plan--featured .plan__cta { background: var(--shu); color: var(--paper); border-color: var(--shu); }
.plan--featured .plan__cta:hover { background: var(--shu-bright); border-color: var(--shu-bright); }

/* single-plan card (consolidated pricing) */
.single-plan {
  margin-top: 56px;
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.single-plan::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: var(--shu);
}
.single-plan__head {
  padding: 40px 48px 28px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
}
.single-plan__name {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.3em;
  color: var(--shu); font-weight: 700; margin-bottom: 8px;
}
.single-plan__title {
  font-family: var(--serif); font-weight: 900; font-size: 32px;
  color: var(--ink); letter-spacing: 0.02em; margin-bottom: 8px;
}
.single-plan__lead {
  font-family: var(--serif); font-size: 14.5px; line-height: 1.85; color: var(--muted);
}

.tier-table {
  display: grid;
  margin: 0 48px;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
.tier-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: baseline;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px dashed var(--line);
  position: relative;
}
.tier-row:last-child { border-bottom: none; }
.tier-row__count {
  font-family: var(--serif); font-weight: 800; font-size: 18px;
  color: var(--ink); letter-spacing: 0.04em;
}
.tier-row__rate {
  font-family: var(--serif); font-weight: 900; font-size: 30px;
  color: var(--ink); letter-spacing: -0.02em; line-height: 1;
  white-space: nowrap;
}
.tier-row__rate .yen { font-size: 16px; font-weight: 500; }
.tier-row__rate small {
  font-family: var(--sans); font-weight: 500; font-size: 11px;
  color: var(--muted); margin-left: 4px; letter-spacing: 0.05em;
}
.tier-row__badge {
  font-family: var(--sans); font-weight: 700; font-size: 10.5px;
  letter-spacing: 0.18em; color: var(--muted);
  padding: 5px 10px; border: 1px solid var(--line-strong);
  border-radius: 2px; white-space: nowrap;
}
.tier-row--mid .tier-row__rate { color: var(--shu); }
.tier-row--mid .tier-row__badge { color: var(--shu); border-color: var(--shu); background: rgba(185,29,29,0.04); }
.tier-row--cap .tier-row__rate { color: var(--shu-bright); font-size: 36px; }
.tier-row--cap .tier-row__rate .yen { font-size: 18px; }
.tier-row--cap .tier-row__badge { color: var(--paper); border-color: var(--shu); background: var(--shu); }

.tier-foot {
  margin: 12px 48px 0;
  font-family: var(--sans); font-size: 11.5px; color: var(--muted);
  line-height: 1.7; letter-spacing: 0.02em;
}
.tier-foot__minor {
  display: inline-block; margin-top: 6px;
  font-size: 10.5px; color: var(--muted);
  opacity: 0.85;
}

/* SET DEAL: 経審セット割 */
.set-deal {
  margin: 24px 48px 0;
  padding: 18px 22px;
  background: linear-gradient(135deg, rgba(185,29,29,0.06), rgba(185,29,29,0.02));
  border: 1px solid var(--shu);
  border-left: 3px solid var(--shu);
  border-radius: 2px;
  display: grid; grid-template-columns: auto 1fr; gap: 18px;
  align-items: center;
  position: relative;
}
.set-deal__badge {
  font-family: var(--sans); font-weight: 800; font-size: 10px;
  letter-spacing: 0.25em; color: var(--paper);
  background: var(--shu); padding: 8px 12px;
  white-space: nowrap;
  border-radius: 2px;
  align-self: start;
}
.set-deal__title {
  font-family: var(--serif); font-weight: 800; font-size: 16.5px;
  color: var(--ink); margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.set-deal__title strong {
  color: var(--shu); font-weight: 900;
  font-size: 19px; margin-left: 4px;
}
.set-deal__desc {
  font-family: var(--serif); font-size: 13.5px; line-height: 1.85;
  color: var(--muted);
}
.set-deal__desc strong { color: var(--shu); font-weight: 800; }
.set-deal__desc a {
  color: var(--shu); text-decoration: none; font-weight: 700;
  margin-left: 10px; white-space: nowrap;
}
.set-deal__desc a:hover { text-decoration: underline; }

.single-plan__features {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  margin-top: 32px;
  border-top: 1px solid var(--line);
}
.single-plan__col {
  padding: 32px 48px;
}
.single-plan__col + .single-plan__col {
  border-left: 1px solid var(--line);
  background: var(--paper-2);
}
.single-plan__col-title {
  font-family: var(--sans); font-size: 11px;
  letter-spacing: 0.25em; color: var(--shu);
  font-weight: 700; margin-bottom: 18px;
}
.single-plan__list {
  list-style: none; padding: 0; margin: 0;
}
.single-plan__list li {
  font-family: var(--serif); font-size: 14.5px; line-height: 1.7;
  color: var(--ink); padding: 9px 0 9px 22px;
  position: relative;
  border-bottom: 1px dashed var(--line);
}
.single-plan__list li:last-child { border-bottom: none; }
.single-plan__list li::before {
  content: "✓"; position: absolute; left: 0; top: 9px;
  color: var(--shu); font-weight: 900; font-size: 14px;
}
.single-plan__list--option li {
  padding-left: 0;
  display: grid; grid-template-columns: 1fr auto;
  gap: 4px 12px; align-items: baseline;
}
.single-plan__list--option li::before { display: none; }
.single-plan__list--option li > span {
  font-weight: 700; font-size: 14.5px;
}
.single-plan__list--option li > strong {
  font-family: var(--serif); font-weight: 900; font-size: 18px;
  color: var(--shu); white-space: nowrap;
}
.single-plan__list--option li > small {
  grid-column: 1 / -1;
  font-family: var(--sans); font-size: 10.5px; color: var(--muted);
  letter-spacing: 0.04em; font-weight: 400;
  margin-top: -2px;
}

.single-plan__cta {
  padding: 28px 48px 36px;
  display: flex; gap: 14px; flex-wrap: wrap;
  border-top: 1px solid var(--line);
  background: var(--paper);
}
.single-plan__cta .btn { flex: 1; min-width: 240px; }

/* simulator */
.simulator {
  margin-top: 80px;
  background: var(--ink);
  color: var(--paper);
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr 1px 380px;
  gap: 56px;
  align-items: center;
}
.simulator__divider { background: rgba(246,241,232,0.15); height: 100%; min-height: 320px; }
.simulator__title {
  font-family: var(--serif); font-weight: 900; font-size: 32px;
  line-height: 1.3; margin-bottom: 12px;
}
.simulator__title .accent { color: var(--shu-bright); }
.simulator__sub { font-family: var(--sans); font-size: 13px; color: rgba(246,241,232,0.6); margin-bottom: 32px; letter-spacing: 0.05em; }
.sim-controls { display: grid; gap: 24px; }
.sim-control { }
.sim-control__label {
  font-family: var(--sans); font-size: 12px; letter-spacing: 0.2em;
  color: rgba(246,241,232,0.7); margin-bottom: 12px; display: flex; justify-content: space-between;
}
.sim-control__value { color: var(--shu-bright); font-family: var(--serif); font-weight: 700; font-size: 16px; letter-spacing: 0; text-transform: none; }
.sim-control__hint {
  font-family: var(--sans); font-size: 10.5px; line-height: 1.7;
  color: rgba(246,241,232,0.55); margin-top: 8px; letter-spacing: 0.05em;
}
.sim-tier {
  display: inline-block;
  color: rgba(246,241,232,0.4);
  transition: color 0.2s;
}
.sim-tier--active {
  color: var(--shu-bright);
  font-weight: 700;
}
.sim-control__hint strong {
  color: var(--shu-bright); font-weight: 700;
}
.sim-tabs { display: flex; gap: 0; border: 1px solid rgba(246,241,232,0.2); }
.sim-tabs button {
  flex: 1; padding: 12px;
  background: transparent; color: var(--paper);
  border: none; cursor: pointer;
  font-family: var(--sans); font-size: 12px; letter-spacing: 0.1em;
  transition: all 0.2s;
  border-right: 1px solid rgba(246,241,232,0.2);
}
.sim-tabs button:last-child { border-right: none; }
.sim-tabs button.active { background: var(--shu); }
.sim-slider {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 4px;
  background: rgba(246,241,232,0.15);
  outline: none;
  cursor: pointer;
}
.sim-slider::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 20px; height: 20px;
  background: var(--shu-bright);
  border: 2px solid var(--paper);
  border-radius: 50%; cursor: pointer;
}
.sim-slider::-moz-range-thumb {
  width: 20px; height: 20px;
  background: var(--shu-bright);
  border: 2px solid var(--paper);
  border-radius: 50%; cursor: pointer;
  border: none;
}
.sim-result { text-align: center; }
.sim-result__label { font-family: var(--sans); font-size: 11px; letter-spacing: 0.3em; color: rgba(246,241,232,0.5); margin-bottom: 16px; }
.sim-result__value {
  font-family: var(--serif); font-weight: 900;
  font-size: 64px; line-height: 1; letter-spacing: -0.03em;
  margin-bottom: 8px;
  display: flex; align-items: baseline; justify-content: center; gap: 4px;
}
.sim-result__value .yen { font-size: 24px; font-weight: 500; }
.sim-result__value .tax { font-size: 14px; font-weight: 400; color: rgba(246,241,232,0.5); margin-left: 8px; }
.sim-result__breakdown { font-family: var(--sans); font-size: 11px; color: rgba(246,241,232,0.6); line-height: 1.8; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(246,241,232,0.1); }

/* =========== Flow =========== */
.flow {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 80px;
  margin-top: 60px;
  align-items: start;
}
.flow__legend {
  position: sticky; top: 100px;
  font-family: var(--serif);
}
.flow__steps {
  position: relative;
}
.flow__steps::before {
  content: ""; position: absolute;
  left: 27px; top: 12px; bottom: 12px;
  width: 1px; background: var(--line-strong);
}
.flow-step {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 32px;
  padding: 28px 0;
  align-items: start;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.flow-step:last-child { border-bottom: none; }
.flow-step__num {
  width: 56px; height: 56px;
  background: var(--paper);
  border: 1px solid var(--ink);
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 900;
  font-size: 22px; color: var(--ink);
  position: relative; z-index: 2;
}
.flow-step:first-child .flow-step__num { background: var(--shu); color: var(--paper); border-color: var(--shu); }
.flow-step__content { padding-top: 6px; }
.flow-step__title {
  font-family: var(--serif); font-weight: 700;
  font-size: 22px; line-height: 1.4;
  margin-bottom: 8px;
}
.flow-step__desc {
  font-family: var(--serif); font-size: 14.5px; line-height: 1.85;
  color: var(--muted);
  max-width: 600px;
}
.flow-step__time {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em;
  color: var(--shu); padding-top: 12px;
  white-space: nowrap;
}
.flow-step__time strong { font-family: var(--serif); font-weight: 900; font-size: 22px; color: var(--ink); display: block; letter-spacing: 0; }

/* =========== Cases =========== */
.cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 60px;
}
.case {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 40px;
  position: relative;
  transition: all 0.3s;
}
.case:hover { border-color: var(--ink); }
.case__industry {
  display: inline-block;
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em;
  color: var(--shu); padding: 4px 12px;
  border: 1px solid var(--shu);
  margin-bottom: 20px;
}
.case__quote {
  font-family: var(--serif); font-weight: 500;
  font-size: 22px; line-height: 1.7;
  color: var(--ink);
  margin-bottom: 28px;
  text-wrap: balance;
}
.case__quote::before {
  content: "「"; color: var(--shu); font-weight: 900;
}
.case__quote::after { content: "」"; color: var(--shu); font-weight: 900; }
.case__meta {
  display: flex; align-items: center; gap: 16px;
  padding-top: 24px; border-top: 1px solid var(--line);
}
.case__avatar {
  width: 48px; height: 48px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--serif); font-weight: 700;
  display: grid; place-items: center;
  font-size: 18px;
}
.case__name {
  font-family: var(--serif); font-weight: 700; font-size: 14px;
}
.case__company {
  font-family: var(--sans); font-size: 11px; color: var(--muted);
  letter-spacing: 0.05em; margin-top: 2px;
}
.case__result {
  margin-left: auto;
  text-align: right;
}
.case__result-label { font-family: var(--sans); font-size: 10px; letter-spacing: 0.2em; color: var(--muted); }
.case__result-value { font-family: var(--serif); font-weight: 900; font-size: 18px; color: var(--shu); }

/* =========== Related ============ */
.related { background: var(--paper-2); }
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 60px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.related-card {
  display: grid;
  grid-template-columns: auto 1fr 24px;
  gap: 22px;
  padding: 32px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  text-decoration: none;
  color: inherit;
  transition: background 0.25s, transform 0.25s;
  align-items: start;
  position: relative;
}
.related-card::after {
  content: ""; position: absolute;
  left: 0; bottom: -1px; height: 2px; width: 0;
  background: var(--shu);
  transition: width 0.3s ease;
}
.related-card:hover { background: var(--paper-2); }
.related-card:hover::after { width: 100%; }
.related-card:hover .related-card__arrow { transform: translateX(4px); color: var(--shu); }
.related-card:hover .related-card__num { color: var(--shu-deep); }
.related-card__num {
  font-family: var(--serif); font-weight: 900;
  font-size: 22px; color: var(--shu);
  letter-spacing: -0.03em; line-height: 1;
  padding-top: 6px;
  transition: color 0.2s;
}
.related-card__title {
  font-family: var(--serif); font-weight: 700;
  font-size: 17px; line-height: 1.45;
  color: var(--ink); margin-bottom: 10px;
  text-wrap: balance;
}
.related-card__desc {
  font-family: var(--serif); font-size: 13.5px; line-height: 1.8;
  color: var(--muted);
}
.related-card__arrow {
  font-family: var(--serif); font-weight: 900;
  font-size: 18px; color: var(--ink);
  transition: transform 0.2s, color 0.2s;
  padding-top: 4px; line-height: 1;
}

/* =========== FAQ =========== */
.faq-list { margin-top: 60px; max-width: 920px; }
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item__q {
  width: 100%; text-align: left;
  background: transparent; border: none; cursor: pointer;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 48px 1fr 24px;
  gap: 20px;
  align-items: center;
  font-family: var(--serif); font-weight: 700;
  font-size: 18px; line-height: 1.5;
  color: var(--ink);
}
.faq-item__q .marker {
  font-family: var(--serif); font-weight: 900;
  font-size: 22px; color: var(--shu);
}
.faq-item__q .icon {
  width: 24px; height: 24px;
  position: relative;
  transition: transform 0.3s;
}
.faq-item__q .icon::before, .faq-item__q .icon::after {
  content: ""; position: absolute;
  background: var(--ink);
}
.faq-item__q .icon::before { top: 50%; left: 0; right: 0; height: 1.5px; transform: translateY(-50%); }
.faq-item__q .icon::after { left: 50%; top: 0; bottom: 0; width: 1.5px; transform: translateX(-50%); transition: transform 0.3s; }
.faq-item.open .faq-item__q .icon::after { transform: translateX(-50%) rotate(90deg); }
.faq-item__a {
  display: grid;
  grid-template-columns: 48px 1fr 24px;
  gap: 20px;
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.faq-item.open .faq-item__a { max-height: 600px; padding-bottom: 32px; }
.faq-item__a .marker {
  font-family: var(--serif); font-weight: 900;
  font-size: 22px; color: var(--ink);
}
.faq-item__a .body {
  font-family: var(--serif); font-size: 15px; line-height: 1.95;
  color: var(--muted);
  max-width: 720px;
}

/* =========== Blog =========== */
.blog-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 32px; margin-top: 60px;
}
.post {
  background: var(--paper);
  text-decoration: none; color: inherit;
  display: block;
  border: 1px solid var(--line);
  transition: all 0.3s;
}
.post:hover { border-color: var(--ink); }
.post:hover .post__thumb { background-position: 100% 100%; }
.post__thumb {
  height: 200px; position: relative;
  background: linear-gradient(135deg, var(--ink-2), var(--ink));
  background-size: 200% 200%;
  background-position: 0 0;
  transition: background-position 0.6s;
  overflow: hidden;
}
.post__thumb::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(246,241,232,0.04) 6px, rgba(246,241,232,0.04) 7px);
}
.post__thumb-num {
  position: absolute; right: 24px; bottom: 24px;
  font-family: var(--serif); font-weight: 900;
  font-size: 64px; color: rgba(246,241,232,0.18);
  line-height: 1; letter-spacing: -0.05em;
}
.post__thumb-cat {
  position: absolute; top: 20px; left: 20px;
  font-family: var(--sans); font-size: 10px; letter-spacing: 0.25em;
  color: var(--paper); padding: 4px 10px;
  background: var(--shu);
}
.post__body { padding: 24px 28px 32px; }
.post__date { font-family: var(--sans); font-size: 11px; color: var(--muted); letter-spacing: 0.1em; margin-bottom: 10px; }
.post__title {
  font-family: var(--serif); font-weight: 700;
  font-size: 17px; line-height: 1.55;
  text-wrap: balance;
}
/* auto-fetched post thumbnails (image bg) */
.post--auto .post__thumb {
  background-color: var(--ink);
}
.post--auto .post__thumb::after { display: none; }
.post--auto:hover .post__thumb { background-position: center; transform: scale(1); }
/* Blog loading / fallback */
.blog-loading {
  margin-top: 60px; padding: 80px 24px; text-align: center;
  background: var(--paper); border: 1px dashed var(--line-strong);
  font-family: var(--serif); font-size: 14.5px; color: var(--muted);
}
.blog-loading a {
  color: var(--shu); text-decoration: none; margin-left: 12px;
  font-weight: 700;
}
.blog-foot {
  margin-top: 36px; text-align: center;
}

/* =========== Form =========== */
.form-section {
  background: var(--ink);
  color: var(--paper);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 56px;
}
.form-side__title {
  font-family: var(--serif); font-weight: 700;
  font-size: 22px; margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(246,241,232,0.15);
}
.contact-list { display: grid; gap: 28px; }
.contact-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px; align-items: center;
  color: inherit; text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}
a.contact-item:hover { opacity: 0.85; transform: translateX(2px); }
a.contact-item:hover .contact-item__icon { background: rgba(214,56,56,0.18); border-color: rgba(214,56,56,0.5); }
.contact-item__icon {
  width: 60px; height: 60px;
  background: rgba(246,241,232,0.05);
  border: 1px solid rgba(246,241,232,0.15);
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 700;
  font-size: 22px; color: var(--shu-bright);
}
.contact-item__label { font-family: var(--sans); font-size: 11px; letter-spacing: 0.25em; color: rgba(246,241,232,0.6); margin-bottom: 4px; }
.contact-item__value { font-family: var(--serif); font-weight: 700; font-size: 22px; line-height: 1.3; }
.contact-item__value small { display: block; font-family: var(--sans); font-size: 11px; font-weight: 400; color: rgba(246,241,232,0.5); margin-top: 4px; letter-spacing: 0.05em; }

.form {
  background: rgba(246,241,232,0.03);
  border: 1px solid rgba(246,241,232,0.1);
  padding: 40px;
}
.form__progress {
  display: flex; gap: 0; margin-bottom: 32px;
  border-bottom: 1px solid rgba(246,241,232,0.1);
}
.form__progress button {
  flex: 1; padding: 14px 0; background: transparent; border: none;
  color: rgba(246,241,232,0.5);
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em;
  cursor: pointer; position: relative;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.form__progress button.active { color: var(--paper); border-bottom-color: var(--shu); }
.form__progress button.done { color: var(--shu-bright); }
.form__progress button .num { display: inline-block; margin-right: 6px; font-family: var(--serif); font-weight: 700; font-size: 13px; }
.form__step { display: none; }
.form__step.active { display: block; animation: fadein 0.3s ease; }
@keyframes fadein { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.form__row { margin-bottom: 20px; }
.form__row.split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form__label {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em;
  color: rgba(246,241,232,0.7); margin-bottom: 8px;
  display: flex; gap: 8px; align-items: center;
}
.form__label .req { color: var(--shu-bright); font-size: 9px; padding: 2px 6px; background: rgba(214,56,56,0.15); }
.form__input, .form__textarea, .form__select {
  width: 100%; background: transparent;
  border: none; border-bottom: 1px solid rgba(246,241,232,0.25);
  color: var(--paper); padding: 12px 0;
  font-family: var(--serif); font-size: 16px;
  outline: none; transition: border-color 0.2s;
}
.form__input:focus, .form__textarea:focus, .form__select:focus { border-color: var(--shu-bright); }
.form__input.has-error, .form__textarea.has-error, .form__select.has-error {
  border-color: #ff6b6b; background: rgba(255,107,107,0.05);
}
.form__error {
  font-family: var(--sans); font-size: 11.5px;
  color: #ff8a8a; margin-top: 6px; letter-spacing: 0.04em;
  display: flex; align-items: center; gap: 6px;
}
.form__error::before {
  content: "！"; display: inline-block;
  width: 14px; height: 14px; background: #ff6b6b;
  color: var(--paper); border-radius: 50%;
  font-size: 10px; font-weight: 700;
  text-align: center; line-height: 14px;
}
.form__textarea { resize: vertical; min-height: 100px; }
.form__select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, rgba(246,241,232,0.5) 50%), linear-gradient(135deg, rgba(246,241,232,0.5) 50%, transparent 50%); background-position: calc(100% - 16px) center, calc(100% - 11px) center; background-size: 5px 5px; background-repeat: no-repeat; padding-right: 30px; }
.form__select option { background: var(--ink); color: var(--paper); }
.form__check {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px;
}
.form__check label {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(246,241,232,0.15);
  cursor: pointer;
  font-family: var(--serif); font-size: 13.5px; line-height: 1.3;
  transition: all 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form__check label:hover { border-color: rgba(246,241,232,0.4); }
.form__check input[type=checkbox] { accent-color: var(--shu-bright); }
.form__check label.checked { border-color: var(--shu-bright); background: rgba(214,56,56,0.08); }

.form__nav { display: flex; gap: 12px; margin-top: 32px; }
.form__btn {
  padding: 14px 28px;
  font-family: var(--sans); font-weight: 600; font-size: 13px;
  letter-spacing: 0.15em;
  cursor: pointer;
  border: 1px solid;
  transition: all 0.2s;
}
.form__btn--prev {
  background: transparent; color: rgba(246,241,232,0.7);
  border-color: rgba(246,241,232,0.3);
}
.form__btn--prev:hover { color: var(--paper); border-color: var(--paper); }
.form__btn--next {
  background: var(--shu); color: var(--paper);
  border-color: var(--shu);
  margin-left: auto;
}
.form__btn--next:hover { background: var(--shu-bright); border-color: var(--shu-bright); }
.form__btn--submit { background: var(--shu); color: var(--paper); border-color: var(--shu); margin-left: auto; }
.form__success {
  text-align: center; padding: 60px 20px;
}
.form__success-seal {
  width: 120px; height: 120px;
  background: var(--shu);
  color: var(--paper);
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 900;
  font-size: 28px; margin: 0 auto 24px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--ink), 0 0 0 5px var(--shu);
  transform: rotate(-8deg);
  letter-spacing: -0.05em;
  animation: stamp 0.6s ease-out;
}
@keyframes stamp {
  0% { transform: rotate(-8deg) scale(2); opacity: 0; }
  60% { transform: rotate(-8deg) scale(0.9); opacity: 1; }
  100% { transform: rotate(-8deg) scale(1); }
}
.form__success-title { font-family: var(--serif); font-weight: 700; font-size: 28px; margin-bottom: 12px; }
.form__success-desc { font-family: var(--serif); font-size: 15px; line-height: 1.9; color: rgba(246,241,232,0.7); }

/* =========== Footer =========== */
.footer {
  background: #050505;
  color: var(--paper);
  padding: 80px 32px 32px;
}
.footer__inner { max-width: 1320px; margin: 0 auto; }
.footer__top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 56px;
  border-bottom: 1px solid rgba(246,241,232,0.1);
}
.footer__brand-row { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.footer__brand-name { font-family: var(--serif); font-weight: 700; font-size: 18px; }
.footer__address { font-family: var(--serif); font-size: 13px; line-height: 1.85; color: rgba(246,241,232,0.6); }
.footer__col-title { font-family: var(--sans); font-size: 11px; letter-spacing: 0.3em; color: rgba(246,241,232,0.5); margin-bottom: 18px; }
.footer__links { list-style: none; display: grid; gap: 10px; }
.footer__links a { color: var(--paper); text-decoration: none; font-family: var(--serif); font-size: 14px; opacity: 0.85; }
.footer__links a:hover { opacity: 1; color: var(--shu-bright); }
.footer__bottom {
  padding-top: 32px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.1em;
  color: rgba(246,241,232,0.4);
}

/* =========== Sticky CTA =========== */
.sticky-cta {
  position: fixed;
  right: 24px; bottom: 24px;
  z-index: 90;
  display: flex; flex-direction: column; gap: 8px;
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.4s, transform 0.4s;
  pointer-events: none;
}
.sticky-cta.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.sticky-cta a {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  font-family: var(--sans); font-weight: 600; font-size: 13px;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: var(--shu); color: var(--paper);
  box-shadow: 0 8px 28px rgba(185,29,29,0.4);
  transition: all 0.2s;
}
.sticky-cta a:hover { background: var(--shu-bright); transform: translateY(-2px); }
.sticky-cta a.line {
  background: #06c755; box-shadow: 0 8px 28px rgba(6,199,85,0.4);
}
.sticky-cta a.tel {
  background: var(--ink); border: 1px solid rgba(246,241,232,0.3); color: var(--paper);
  box-shadow: 0 8px 28px rgba(0,0,0,0.4);
}
.sticky-cta a.mail {
  background: var(--shu); color: var(--paper);
  box-shadow: 0 8px 28px rgba(185,29,29,0.4);
}

/* =========== Scope (業務範囲・対応内容) =========== */
.scope { background: var(--paper); }

.scope-block {
  margin-top: 56px;
  background: var(--paper-2);
  border-left: 3px solid var(--shu);
  padding: 40px 48px;
  border-radius: 2px;
}
.scope-block + .scope-block { margin-top: 32px; }

.scope-block__head {
  display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap;
  padding-bottom: 16px; margin-bottom: 18px;
  border-bottom: 1px solid var(--line-strong);
}
.scope-block__label {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.3em;
  color: var(--shu); font-weight: 700;
}
.scope-block__title {
  font-family: var(--serif); font-weight: 800; font-size: 22px;
  color: var(--ink); letter-spacing: 0.02em;
  flex: 1;
}
.scope-block__price {
  font-family: var(--serif); font-weight: 900; font-size: 26px;
  color: var(--shu); white-space: nowrap;
  letter-spacing: -0.02em; line-height: 1;
}
.scope-block__price small {
  font-family: var(--sans); font-size: 11px; color: var(--muted);
  letter-spacing: 0.04em; font-weight: 500;
  margin-left: 6px;
}
.scope-block__lead {
  font-family: var(--serif); font-size: 15px; line-height: 1.85;
  color: var(--ink); margin-bottom: 28px;
}
.scope-block__lead strong { color: var(--shu); font-weight: 800; }
.scope-block__note {
  margin-top: 24px; padding: 16px 20px;
  background: var(--paper);
  font-family: var(--serif); font-size: 13.5px; line-height: 1.85;
  color: var(--muted);
  border-left: 2px solid var(--line-strong);
}
.scope-block__note strong { color: var(--ink); font-weight: 700; }

.scope-steps {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 1px solid var(--line);
}
.scope-step {
  display: grid; grid-template-columns: 48px 1fr;
  gap: 14px; padding: 22px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.scope-step:nth-child(2n) { border-right: none; }
.scope-step:nth-last-child(-n+2) { border-bottom: none; }
.scope-step__num {
  font-family: var(--serif); font-weight: 900; font-size: 22px;
  color: var(--shu); letter-spacing: -0.02em; line-height: 1;
  padding-top: 2px;
}
.scope-step__title {
  font-family: var(--serif); font-weight: 800; font-size: 16px;
  color: var(--ink); margin-bottom: 6px; letter-spacing: 0.01em;
}
.scope-step__desc {
  font-family: var(--serif); font-size: 13px; line-height: 1.85;
  color: var(--muted);
}

.scope-tasks {
  background: var(--paper); padding: 22px 24px;
  border: 1px solid var(--line); margin-bottom: 24px;
}
.scope-tasks__title {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.25em;
  color: var(--shu); font-weight: 700; margin-bottom: 14px;
}
.scope-tasks__list {
  list-style: none; padding: 0; margin: 0;
}
.scope-tasks__list li {
  font-family: var(--serif); font-size: 14px; line-height: 1.85;
  color: var(--ink); padding: 8px 0 8px 22px;
  position: relative;
  border-bottom: 1px dashed var(--line);
}
.scope-tasks__list li:last-child { border-bottom: none; }
.scope-tasks__list li::before {
  content: "›"; position: absolute; left: 4px; top: 8px;
  color: var(--shu); font-weight: 900;
}
.scope-tasks__list li strong {
  display: inline-block; font-weight: 800; color: var(--ink);
  margin-right: 10px; min-width: 170px;
}

.scope-cases {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.scope-case {
  padding: 22px 24px;
  background: var(--paper);
  border: 1px solid var(--line);
}
.scope-case--need { border-left: 3px solid var(--shu); }
.scope-case--no { border-left: 3px solid var(--line-strong); opacity: 0.92; }
.scope-case__head {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.25em;
  font-weight: 700; margin-bottom: 12px;
}
.scope-case--need .scope-case__head { color: var(--shu); }
.scope-case--no .scope-case__head { color: var(--muted); }
.scope-case ul {
  list-style: none; padding: 0; margin: 0;
}
.scope-case ul li {
  font-family: var(--serif); font-size: 13.5px; line-height: 1.7;
  color: var(--ink); padding: 6px 0 6px 16px;
  position: relative;
}
.scope-case--need ul li::before {
  content: "✓"; position: absolute; left: 0; top: 6px;
  color: var(--shu); font-weight: 900; font-size: 12px;
}
.scope-case--no ul li::before {
  content: "—"; position: absolute; left: 0; top: 6px;
  color: var(--muted); font-weight: 700;
}

.scope-closing {
  margin-top: 56px; padding: 36px 40px;
  background: var(--ink); color: var(--paper);
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px;
  border-radius: 4px;
}
.scope-closing__quote {
  font-family: var(--serif); font-weight: 700; font-size: 19px;
  line-height: 1.7; flex: 1; letter-spacing: 0.02em;
}
.scope-closing__quote strong { color: var(--shu-bright); }
.scope-closing .btn--primary { white-space: nowrap; flex-shrink: 0; }

/* =========== Synergy (経審 × 入札) =========== */
.synergy { background: var(--paper-2); position: relative; }
.synergy::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.3;
  pointer-events: none;
}
.synergy .section__inner { position: relative; z-index: 1; }

.synergy-flow {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; margin-top: 64px;
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line-strong);
  position: relative;
}
.synergy-step {
  padding: 40px 36px 44px;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: var(--paper);
  position: relative;
  display: flex; flex-direction: column; gap: 14px;
  transition: background 0.3s;
}
.synergy-step:hover { background: #fffaf2; }
.synergy-step::after {
  content: "→"; position: absolute;
  right: -14px; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px;
  background: var(--paper-2);
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 900; font-size: 16px;
  color: var(--shu);
  border: 1px solid var(--line-strong);
  border-radius: 50%; z-index: 2;
}
.synergy-step:last-child::after { display: none; }
.synergy-step__tag {
  position: absolute; top: 24px; right: 24px;
  font-family: var(--sans); font-weight: 800;
  font-size: 10px; letter-spacing: 0.22em;
  color: var(--shu);
  padding: 5px 10px; border: 1px solid var(--shu);
  border-radius: 2px;
  background: var(--paper);
}
.synergy-step__num {
  font-family: var(--serif); font-weight: 900;
  font-size: 40px; color: var(--shu);
  letter-spacing: -0.04em; line-height: 1;
  margin-bottom: 4px;
}
.synergy-step__title {
  font-family: var(--serif); font-weight: 800;
  font-size: 22px; color: var(--ink); line-height: 1.4;
  letter-spacing: 0.01em;
}
.synergy-step__desc {
  font-family: var(--serif); font-size: 14px; line-height: 1.85;
  color: var(--muted);
}

.synergy-cta {
  margin-top: 56px;
  padding: 36px 40px;
  background: var(--ink);
  color: var(--paper);
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.synergy-cta::before {
  content: "経審"; position: absolute;
  right: -20px; bottom: -40px;
  font-family: var(--serif); font-weight: 900;
  font-size: 200px;
  color: var(--paper);
  opacity: 0.04;
  letter-spacing: -0.05em;
  line-height: 1;
  pointer-events: none;
}
.synergy-cta__text { flex: 1; min-width: 0; position: relative; z-index: 1; }
.synergy-cta__head {
  font-family: var(--serif); font-weight: 800;
  font-size: 22px; line-height: 1.45;
  margin-bottom: 8px;
  color: var(--paper);
  letter-spacing: 0.02em;
}
.synergy-cta__sub {
  font-family: var(--serif); font-size: 14px; line-height: 1.85;
  color: rgba(246,241,232,0.8);
}
.synergy-cta .btn--primary { white-space: nowrap; flex-shrink: 0; position: relative; z-index: 1; }

/* =========== Reveal animation =========== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* =========== Responsive =========== */

/* Tablet & below */
@media (max-width: 960px) {
  /* Topbar */
  .topbar__nav { display: none; }
  .topbar__inner { padding: 12px 18px; gap: 14px; }
  .topbar__seal { width: 34px; height: 34px; }
  .topbar__name { font-size: 14px; letter-spacing: 0.02em; }
  .topbar__name small { display: none; }
  .topbar__cta { padding: 8px 14px; font-size: 11px; letter-spacing: 0.06em; margin-left: auto; }

  /* Section base */
  .section { padding: 80px 20px; }
  .section__title { font-size: clamp(28px, 5.5vw, 44px); }
  .section__lead { font-size: 15.5px; line-height: 1.85; }

  /* Hero */
  .hero { padding: 86px 20px 56px; min-height: 0; }
  .hero__inner { grid-template-columns: 1fr; gap: 36px; min-height: 0; }
  .hero__side { border-left: none; border-top: 1px solid var(--line); padding-left: 0; padding-top: 32px; }
  .hero__title { font-size: clamp(28px, 6vw, 44px) !important; }
  .hero__lead { font-size: 16px; }
  .hero__chips { grid-template-columns: 1fr; }
  .hero__prices { max-width: 100%; padding: 16px 18px 12px; }
  .hero__price-name { font-size: 14px; }
  .hero__price-value { font-size: 22px; }
  .hero__pillars { padding-right: 0; }
  .hero__vertical { display: none; }
  .hero__scroll { display: none; }
  .hero__kanji-bg { font-size: clamp(220px, 60vw, 380px); right: -60px; opacity: 0.03; }
  .btn { padding: 16px 24px; font-size: 14px; }
  .btn--xl { max-width: 100%; padding: 18px 24px; font-size: 15px; }
  .hero__tel { width: 100%; gap: 10px; padding: 12px 16px; }
  .hero__tel-num { font-size: 20px; }

  /* Crisis */
  .crisis { padding: 28px 20px; }
  .crisis__inner { flex-direction: column; align-items: stretch; gap: 18px; }
  .crisis__title { font-size: 16px; white-space: normal; }
  .crisis__title::before { width: 28px; height: 28px; font-size: 14px; flex-shrink: 0; }
  .crisis__items {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    width: 100%;
  }
  .crisis__item { font-size: 13px; padding-left: 18px; }

  /* Reasons */
  .reasons-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .reason { padding: 30px 22px; }
  .reason__big { font-size: 44px; margin-bottom: 8px; }
  .reason__title { font-size: 20px; margin-bottom: 12px; }
  .reason__desc { font-size: 14px; }

  /* Service */
  .service-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 40px; }
  .coverage { padding: 30px 22px; min-height: 0; }
  .coverage__counter { font-size: 56px; }
  .coverage__chips { grid-template-columns: repeat(3, 1fr); }
  .service-list__item { grid-template-columns: auto 1fr; gap: 16px; padding: 22px 4px; }
  .service-list__num { font-size: 26px; width: auto; }
  .service-list__name { font-size: 17px; }
  .service-list__price { grid-column: 1 / -1; text-align: left; padding-left: 42px; }

  /* Scope */
  .scope-block { padding: 28px 22px; margin-top: 40px; }
  .scope-block + .scope-block { margin-top: 22px; }
  .scope-block__head { gap: 8px; }
  .scope-block__title { font-size: 18px; flex: 1 100%; }
  .scope-block__price { font-size: 22px; }
  .scope-block__lead { font-size: 14px; margin-bottom: 22px; }
  .scope-steps { grid-template-columns: 1fr; }
  .scope-step { border-right: none; padding: 18px 20px; gap: 12px; grid-template-columns: 38px 1fr; }
  .scope-step:nth-child(2n) { border-right: none; }
  .scope-step:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .scope-step:last-child { border-bottom: none; }
  .scope-step__num { font-size: 18px; }
  .scope-step__title { font-size: 15px; }
  .scope-step__desc { font-size: 12.5px; }
  .scope-tasks { padding: 18px 20px; margin-bottom: 18px; }
  .scope-tasks__list li strong { display: block; min-width: 0; margin-right: 0; margin-bottom: 2px; }
  .scope-cases { grid-template-columns: 1fr; gap: 12px; }
  .scope-case { padding: 18px 20px; }
  .scope-block__note { padding: 14px 16px; font-size: 12.5px; }
  .scope-closing { flex-direction: column; padding: 26px 22px; gap: 18px; align-items: stretch; text-align: center; }
  .scope-closing__quote { font-size: 16px; }
  .scope-closing .btn { width: 100%; justify-content: center; }

  /* Synergy */
  .synergy-flow { grid-template-columns: 1fr; margin-top: 40px; }
  .synergy-step { padding: 30px 22px 32px; }
  .synergy-step::after {
    right: 50%; top: auto; bottom: -14px; transform: translateX(50%) rotate(90deg);
  }
  .synergy-step__title { font-size: 19px; }
  .synergy-step__num { font-size: 32px; }
  .synergy-cta { flex-direction: column; align-items: stretch; padding: 28px 24px; gap: 20px; margin-top: 40px; }
  .synergy-cta__head { font-size: 19px; }
  .synergy-cta .btn--primary { width: 100%; justify-content: center; }
  .synergy-cta::before { font-size: 140px; right: -10px; bottom: -30px; }

  /* Pricing */
  .pricing-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 40px; }
  .single-plan { margin-top: 40px; }
  .single-plan__head { padding: 28px 22px 22px; }
  .single-plan__title { font-size: 24px; }
  .single-plan__lead { font-size: 13.5px; }
  .tier-table { margin: 0 22px; }
  .tier-row { grid-template-columns: 1fr auto; gap: 12px; padding: 18px 0; }
  .tier-row__count { font-size: 15px; }
  .tier-row__rate { font-size: 24px; }
  .tier-row--cap .tier-row__rate { font-size: 28px; }
  .tier-row__badge { grid-column: 1 / -1; justify-self: start; font-size: 9.5px; padding: 4px 8px; }
  .tier-foot { margin: 12px 22px 0; font-size: 11px; }
  .set-deal { margin: 20px 22px 0; padding: 16px 18px; grid-template-columns: 1fr; gap: 12px; }
  .set-deal__badge { justify-self: start; padding: 6px 10px; font-size: 9.5px; }
  .set-deal__title { font-size: 15px; }
  .set-deal__title strong { font-size: 17px; }
  .set-deal__desc { font-size: 12.5px; }
  .set-deal__desc a { display: block; margin-left: 0; margin-top: 6px; }
  .single-plan__features { grid-template-columns: 1fr; }
  .single-plan__col + .single-plan__col { border-left: none; border-top: 1px solid var(--line); }
  .single-plan__col { padding: 24px 22px; }
  .single-plan__cta { padding: 22px 22px 28px; }
  .single-plan__cta .btn { width: 100%; min-width: 0; }
  .plan { padding: 32px 24px; }
  .plan--featured { transform: none; }
  .plan--featured:hover { transform: translateY(-4px); }
  .plan__price { font-size: 44px; }
  .plan__title { font-size: 24px; }

  /* Simulator */
  .simulator { grid-template-columns: 1fr; padding: 28px 22px; gap: 28px; margin-top: 56px; }
  .simulator__divider { display: none; }
  .simulator__title { font-size: 24px; }
  .sim-result__value { font-size: 48px; }

  /* Flow */
  .flow { grid-template-columns: 1fr; gap: 24px; margin-top: 40px; }
  .flow__legend { position: static; }
  .flow-step { grid-template-columns: 44px 1fr; gap: 18px; padding: 22px 0; }
  .flow-step__num { width: 44px; height: 44px; font-size: 18px; }
  .flow-step__title { font-size: 18px; }
  .flow-step__desc { font-size: 14px; }
  .flow-step__time { grid-column: 1 / -1; padding-top: 4px; padding-left: 62px; white-space: normal; }
  .flow-step__time strong { display: inline; font-size: 16px; margin-right: 6px; }
  .flow__steps::before { left: 21px; }

  /* FAQ */
  .faq-list { margin-top: 40px; }
  .faq-item__q, .faq-item__a { grid-template-columns: 32px 1fr 20px; gap: 14px; }
  .faq-item__q { padding: 22px 0; font-size: 15.5px; line-height: 1.55; }
  .faq-item__q .marker, .faq-item__a .marker { font-size: 18px; }
  .faq-item__a .body { font-size: 14px; }

  /* Related */
  .related-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .related-card { padding: 24px 20px; gap: 16px; }
  .related-card__title { font-size: 16px; }
  .related-card__desc { font-size: 13px; }

  /* Blog */
  .blog-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 40px; }
  .post__thumb { height: 160px; }
  .post__thumb-num { font-size: 48px; right: 18px; bottom: 18px; }

  /* Form */
  .form-grid { grid-template-columns: 1fr; gap: 36px; margin-top: 40px; }
  .form { padding: 28px 22px; }
  .form__row.split { grid-template-columns: 1fr; gap: 18px; }
  .form__check { grid-template-columns: 1fr; }
  .form__progress button { padding: 12px 6px; font-size: 10px; letter-spacing: 0.1em; }
  .form__progress button .num { font-size: 12px; margin-right: 4px; }
  .contact-item { gap: 14px; }
  .contact-item__icon { width: 48px; height: 48px; font-size: 18px; }
  .contact-item__value { font-size: 18px; }

  /* Footer */
  .footer { padding: 56px 20px 24px; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 28px; padding-bottom: 36px; }
  .footer__bottom { flex-direction: column; gap: 8px; align-items: flex-start; }

  /* Sticky CTA */
  .sticky-cta { right: 12px; bottom: 12px; gap: 6px; left: 12px; }
  .sticky-cta a { padding: 12px 16px; font-size: 12px; justify-content: center; }
}

/* Small mobile */
@media (max-width: 560px) {
  .section { padding: 64px 16px; }
  .section__title { font-size: clamp(24px, 7vw, 36px); }
  .section__lead { font-size: 14.5px; }
  .section__eyebrow { font-size: 10px; letter-spacing: 0.3em; }

  .topbar__inner { padding: 10px 14px; }
  .topbar__name { font-size: 13px; }
  .topbar__cta { padding: 7px 11px; font-size: 10.5px; letter-spacing: 0.04em; }
  .topbar__seal { width: 30px; height: 30px; }

  .hero { padding: 76px 16px 44px; }
  .hero__title { font-size: clamp(24px, 7vw, 36px) !important; line-height: 1.25; }
  .hero__lead { font-size: 15px; line-height: 1.85; }
  .hero__eyebrow { font-size: 10px; margin-bottom: 20px; }
  .hero__prices { padding: 14px 14px 10px; margin-bottom: 22px; }
  .hero__prices-head { flex-direction: column; align-items: flex-start; gap: 4px; }
  .hero__price-row { flex-direction: column; align-items: flex-start; gap: 4px; padding: 9px 0; }
  .hero__price-value { font-size: 20px; }
  .hero__price-name { font-size: 13.5px; gap: 8px; }
  .hero__ctas { flex-direction: column; gap: 10px; }
  .hero__ctas .btn { width: 100%; justify-content: center; }
  .pillar { grid-template-columns: 36px 1fr; gap: 12px; padding-bottom: 18px; }
  .pillar__mark { width: 36px; height: 36px; font-size: 15px; }
  .pillar__title { font-size: 14.5px; }
  .pillar__desc { font-size: 12px; }

  .crisis__items { grid-template-columns: 1fr; gap: 10px; }
  .crisis__item { font-size: 12.5px; }

  .reason__big { font-size: 38px; }
  .reason__title { font-size: 18px; }

  .coverage__counter { font-size: 44px; }
  .coverage__chips { grid-template-columns: repeat(2, 1fr); }

  .plan { padding: 28px 20px; }
  .plan__price { font-size: 38px; }
  .plan__title { font-size: 21px; }
  .plan__feature { font-size: 13.5px; }

  .simulator { padding: 24px 18px; }
  .simulator__title { font-size: 22px; }
  .sim-result__value { font-size: 40px; }

  .flow-step { grid-template-columns: 38px 1fr; gap: 14px; }
  .flow-step__num { width: 38px; height: 38px; font-size: 16px; }
  .flow-step__title { font-size: 16.5px; }
  .flow-step__time { padding-left: 52px; font-size: 11px; }
  .flow__steps::before { left: 18px; }

  .related-card { grid-template-columns: auto 1fr 18px; padding: 22px 18px; gap: 14px; }
  .related-card__num { font-size: 19px; }
  .related-card__title { font-size: 15px; }

  .case { padding: 28px 22px; }
  .case__quote { font-size: 17px; }

  .form { padding: 24px 18px; }
  .form__progress button { padding: 11px 4px; font-size: 9.5px; }
  .form__progress button .num { display: block; margin: 0 0 2px; }

  .footer__top { grid-template-columns: 1fr; gap: 28px; padding-bottom: 32px; }
  .footer__col-title { font-size: 10px; }

  .sticky-cta { flex-direction: row; bottom: 0; right: 0; left: 0; gap: 0; }
  .sticky-cta a {
    flex: 1; border-radius: 0;
    padding: 18px 6px;
    min-height: 56px;
    font-size: 11.5px; font-weight: 700;
    letter-spacing: 0.04em; line-height: 1.3;
    box-shadow: none;
    justify-content: center; align-items: center;
    text-align: center;
  }
  .sticky-cta a.tel { background: var(--ink); }
  .sticky-cta a.mail { background: var(--shu); box-shadow: none; }
  .sticky-cta a.line { background: #06c755; box-shadow: none; }
}
