/*
Theme Name: Lab23 Child – KANAERU WEB
Description: Lab23の子テーマ — KANAERU WEB コーポレートサイト用デザイン。
             Lab23 のレイアウト・機能を維持しつつ、KANAERU WEB のビジュアルとブロックパターンを追加します。
Author: KANAERU WEB
Author URI: https://kanaeru-web.biz/
Template: lab23
Version: 1.0.5
Text Domain: lab23-kanaeru
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =========================================================
   KANAERU WEB CSS organized file v1.0.5
   整理方針：既存の読み込み順・セレクタ順を維持し、挙動変更を避けています。
   変更内容：v1.0.4のスマホ時websiteビジュアル調整を維持しつつ、トップページのホームページ制作・プラグイン開発・保守サポートのビジュアル配置を右・左・右に再調整。

   目次
   01. Base / Variables / Typography / Buttons
   02. Header / Navigation / Hero
   03. Top page sections
       - Problems / Services / Strengths / Flow / Cases / CTA / Footer / Pricing
       - Plugin highlight / Own plugins / Maintenance section
   04. Plugin listing page
   05. Contact page
   06. Price page
   07. Responsive overrides
   08. Lab23 compatibility
   09. About section
   10. Case mock thumbnails
   11. Spot support / Maintenance page / Additional price table
   12. Contact Form 7 balance tuning
========================================================= */
/* ─────────────────────────────────────────────────────────
 * KANAERU WEB styles (base + responsive + contact + price)
 * Lab23 のテーマCSSの後に読み込まれます (functions.php 参照)。
 * ───────────────────────────────────────────────────────── */

/* KANAERU WEB — base styles */
:root {
  --bg: #ffffff;
  --bg-soft: #f5f9fd;
  --bg-blue: #eaf2fb;
  --bg-blue-deep: #dde9f6;
  --line: #e5ecf3;
  --line-soft: #eef3f8;
  --ink: #0f1f33;
  --ink-2: #2c3e57;
  --ink-3: #5e708a;
  --ink-4: #8a99ad;
  --accent: #3a7bd0; /* primary blue */
  --accent-2: #2b5fa6; /* deeper blue */
  --accent-soft: #d8e6f7;
  --accent-pale: #eef4fc;
  --wp: #1e7fbd; /* WordPress-ish blue */

  /* Rainbow accent — picked from the logo "Kanaeru Web" lettering */
  --rb-1: #e84b6f; /* pink/red */
  --rb-2: #f3994a; /* orange  */
  --rb-3: #f2c84b; /* yellow  */
  --rb-4: #5fb96a; /* green   */
  --rb-5: #3eb8c4; /* cyan    */
  --rb-6: #4f6fc4; /* blue    */
  --rb-7: #8a5cc4; /* purple  */
  --rainbow: linear-gradient(
    90deg,
    var(--rb-1) 0%,
    var(--rb-2) 16%,
    var(--rb-3) 32%,
    var(--rb-4) 50%,
    var(--rb-5) 66%,
    var(--rb-6) 82%,
    var(--rb-7) 100%
  );
  --rainbow-soft: linear-gradient(
    90deg,
    rgba(232, 75, 111, 0.1),
    rgba(243, 153, 74, 0.1),
    rgba(242, 200, 75, 0.1),
    rgba(95, 185, 106, 0.1),
    rgba(62, 184, 196, 0.1),
    rgba(79, 111, 196, 0.1),
    rgba(138, 92, 196, 0.1)
  );
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --shadow-sm: 0 1px 2px rgba(15, 31, 51, 0.04), 0 1px 0 rgba(15, 31, 51, 0.02);
  --shadow:
    0 4px 14px -6px rgba(15, 31, 51, 0.1), 0 2px 4px -2px rgba(15, 31, 51, 0.04);
  --shadow-lg:
    0 24px 48px -24px rgba(31, 78, 138, 0.22),
    0 8px 20px -10px rgba(31, 78, 138, 0.1);
  --max: 1180px;
  --pad-x: 32px;
  --section-y: 120px;
}

* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic UI",
    "Meiryo",
    sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.75;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font-family: inherit;
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}
.section {
  padding: var(--section-y) 0;
  position: relative;
}
.section-tight {
  padding: 96px 0;
}

/* ── Typography ───────────────────────────────── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--accent-2);
  font-weight: 600;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--accent);
}
.eyebrow.center::before {
  display: none;
}
.eyebrow-ja {
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--accent-2);
  font-weight: 600;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-weight: 700;
}
.h-display {
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.35;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: var(--ink);
  text-wrap: balance;
}
.h-display .accent {
  background: var(--rainbow);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.rainbow-bar {
  height: 4px;
  border-radius: 999px;
  background: var(--rainbow);
}
.rainbow-text {
  background: var(--rainbow);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* layout switcher */
.layout-switch {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: saturate(180%) blur(14px);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
  display: flex;
  gap: 2px;
  align-items: center;
  box-shadow: 0 12px 28px -8px rgba(15, 31, 51, 0.22);
  font-size: 11.5px;
  letter-spacing: 0.06em;
}
.layout-switch::before {
  content: "LAYOUT";
  padding: 0 10px 0 12px;
  color: var(--ink-3);
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 10px;
}
.layout-switch a {
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--ink-3);
  font-weight: 600;
  transition: all 0.2s ease;
}
.layout-switch a:hover {
  color: var(--ink);
}
.layout-switch a.cur {
  background: var(--ink);
  color: #fff;
}
.h-section {
  font-size: clamp(28px, 2.6vw, 36px);
  line-height: 1.45;
  font-weight: 700;
  text-wrap: balance;
}
.h-section small {
  display: block;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--accent-2);
  font-weight: 600;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.lead {
  font-size: 16px;
  line-height: 1.95;
  color: var(--ink-2);
  text-wrap: pretty;
}
.muted {
  color: var(--ink-3);
}
.tiny {
  font-size: 12px;
  letter-spacing: 0.06em;
}

/* ── Buttons ──────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border: 1px solid transparent;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-2) 100%);
  color: #fff;
  box-shadow:
    0 10px 24px -10px rgba(58, 123, 208, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow:
    0 14px 28px -10px rgba(58, 123, 208, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-ghost {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.btn-ghost:hover {
  border-color: var(--accent-soft);
  color: var(--accent-2);
}
.btn .arrow {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.22);
  font-size: 11px;
}
.btn-ghost .arrow {
  background: var(--accent-pale);
  color: var(--accent-2);
}

/* ── Header ───────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.site-header::before {
  content: "";
  display: block;
  height: 3px;
  background: var(--rainbow);
}
.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.logo img {
  height: 44px;
  width: auto;
  display: block;
}
.logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #0e0e10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.25);
}
.logo-mark::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.logo-text {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 800;
}
.logo-text .sub {
  color: var(--ink-3);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.16em;
  display: block;
  margin-top: 3px;
}
.logo-text .ja {
  background: var(--rainbow);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 17px;
  letter-spacing: 0.02em;
}
.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13.5px;
  letter-spacing: 0.06em;
}
.nav a {
  color: var(--ink-2);
}
.nav a:hover {
  color: var(--accent-2);
}
.nav .btn {
  padding: 10px 18px;
  font-size: 12.5px;
}

/* ── Hero ─────────────────────────────────────── */
.hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 130px;
  background:
    radial-gradient(
      1100px 600px at 80% -10%,
      rgba(58, 123, 208, 0.1),
      transparent 60%
    ),
    radial-gradient(
      900px 500px at 5% 30%,
      rgba(58, 123, 208, 0.07),
      transparent 60%
    ),
    linear-gradient(180deg, #f5fafe 0%, #ffffff 88%);
}
.hero .grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}
.hero-copy .eyebrow {
  margin-bottom: 24px;
}
.hero-copy .lead {
  margin: 28px 0 36px;
  max-width: 520px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-note {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--ink-3);
  font-size: 13px;
}
.hero-note .pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--accent-pale);
  color: var(--accent-2);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* hero illustration */
.hero-art {
  position: relative;
  height: 380px;
}
.hero-card {
  position: absolute;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 18px;
}
.hero-card.main {
  inset: 0 auto auto 0;
  top: 30px;
  left: 20px;
  width: 78%;
  height: 320px;
  padding: 0;
  overflow: hidden;
}
.hero-card.float-a {
  width: 220px;
  right: -10px;
  top: 0;
  padding: 14px 16px;
}
.hero-card.float-b {
  width: 240px;
  right: 30px;
  bottom: 0;
  padding: 14px 16px;
}
.hero-card.float-c {
  width: 64px;
  height: 64px;
  left: -10px;
  bottom: 60px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rainbow);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 11px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}
.browser-bar {
  height: 36px;
  background: #f5f8fc;
  border-bottom: 1px solid var(--line-soft);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
}
.browser-bar .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dde6f0;
}
.browser-bar .url {
  flex: 1;
  margin-left: 12px;
  height: 20px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid var(--line-soft);
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 10px;
  color: var(--ink-4);
  letter-spacing: 0.04em;
}
.mock-body {
  padding: 18px 20px;
}
.mock-h {
  height: 14px;
  width: 60%;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--accent-2), var(--accent));
  margin-bottom: 10px;
}
.mock-line {
  height: 7px;
  border-radius: 4px;
  background: var(--line);
  margin-bottom: 8px;
}
.mock-line.w1 {
  width: 90%;
}
.mock-line.w2 {
  width: 80%;
}
.mock-line.w3 {
  width: 50%;
}
.mock-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 16px;
}
.mock-tile {
  height: 60px;
  border-radius: 10px;
  background: linear-gradient(135deg, #eaf2fb, #f7fafd);
  border: 1px solid var(--line-soft);
}
.mock-tile:nth-child(2) {
  background: linear-gradient(135deg, #dde9f6, #eaf2fb);
}

.float-title {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--accent-2);
  font-weight: 700;
  margin-bottom: 8px;
}
.float-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wp-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--wp);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}
.float-row .meta {
  font-size: 12px;
  color: var(--ink-2);
  line-height: 1.4;
}
.float-row .meta b {
  display: block;
  color: var(--ink);
  font-size: 13px;
}
.bar-chart {
  display: flex;
  align-items: end;
  gap: 6px;
  height: 38px;
  margin-top: 6px;
}
.bar-chart span {
  flex: 1;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  opacity: 0.85;
}

/* ── Marquee logos (trust) ────────────────────── */
.tech-strip {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: #fbfdff;
  padding: 28px 0;
}
.tech-strip .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  color: var(--ink-4);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  font-weight: 600;
  flex-wrap: wrap;
}
.tech-strip .label {
  color: var(--ink-3);
  font-weight: 600;
}
.tech-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-2);
}
.tech-chip .swatch {
  height: 22px;
  border-radius: 6px;
  background: var(--bg-blue);
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: var(--accent-2);
  display: inline-block;
  padding: 0 3px;
}
.tech-chip .swatch.wp {
  background: var(--wp);
  color: #fff;
  border-color: var(--wp);
}

/* ── Cards (generic) ──────────────────────────── */
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.card:hover {
  transform: translateY(-2px);
  border-color: var(--accent-soft);
  box-shadow: var(--shadow);
}

/* ── Problems ─────────────────────────────────── */
.problems {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
}
.problems-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}
.problem {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 26px 28px;
  display: flex;
  gap: 16px;
  position: relative;
}
.problem .num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--accent-pale);
  color: var(--accent-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
}
.problem .body {
  flex: 1;
}
.problem .body p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--ink-2);
}

/* ── Services ─────────────────────────────────── */
.services-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 56px;
}
.services-head .lead {
  max-width: 480px;
  margin: 0;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 30px 30px;
  position: relative;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.service:hover {
  transform: translateY(-3px);
  border-color: var(--accent-soft);
  box-shadow: var(--shadow);
}
.service .icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent-pale), #fff);
  border: 1px solid var(--accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-2);
  margin-bottom: 22px;
}
.service h3 {
  font-size: 18px;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}
.service .en {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--accent-2);
  font-weight: 600;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.service p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--ink-2);
  margin: 0;
}
.service .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}
.service .tag {
  font-size: 11px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--bg-soft);
  color: var(--ink-3);
  letter-spacing: 0.04em;
}
.service .tag.wp {
  background: rgba(30, 127, 189, 0.08);
  color: var(--wp);
  font-weight: 600;
}
.service .num {
  position: absolute;
  top: 22px;
  right: 26px;
  font-size: 11px;
  color: var(--ink-4);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  letter-spacing: 0.1em;
}

/* ── Strengths ────────────────────────────────── */
.strengths {
  background:
    radial-gradient(
      800px 400px at 90% 0%,
      rgba(58, 123, 208, 0.08),
      transparent 60%
    ),
    linear-gradient(180deg, #f4f8fd 0%, #eaf2fb 100%);
}
.strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.strength {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  border: 1px solid #fff;
  box-shadow: 0 18px 40px -24px rgba(31, 78, 138, 0.18);
  position: relative;
  overflow: hidden;
}
.strength .stamp {
  position: absolute;
  top: 24px;
  right: 28px;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--accent);
  font-weight: 700;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
}
.strength .icon-lg {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 24px;
  box-shadow: 0 12px 24px -10px rgba(58, 123, 208, 0.55);
}
.strength h3 {
  font-size: 19px;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
.strength p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--ink-2);
  margin: 0;
}
.icon-lg {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* ── Process flow ─────────────────────────────── */
.flow {
  position: relative;
}
.flow-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 56px;
  position: relative;
}
.flow-list::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 5%;
  right: 5%;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    var(--accent-soft) 0 6px,
    transparent 6px 12px
  );
  z-index: 0;
}
.step {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 18px 22px;
  text-align: center;
}
.step .dot {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: var(--accent-2);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
}
.step.cur .dot {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 20px -8px rgba(58, 123, 208, 0.55);
}
.step h4 {
  font-size: 14px;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}
.step p {
  font-size: 12px;
  line-height: 1.7;
  color: var(--ink-3);
  margin: 0;
}

/* ── Cases ────────────────────────────────────── */
.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.case {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.case:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.case .thumb {
  height: 200px;
  position: relative;
  overflow: hidden;
  background: var(--bg-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  color: var(--ink-4);
  letter-spacing: 0.1em;
}
.case .thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(58, 123, 208, 0.05) 0 1px,
    transparent 1px 12px
  );
}
.case .thumb .ph {
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px dashed rgba(58, 123, 208, 0.35);
  border-radius: 6px;
}
.case .meta {
  padding: 22px 24px 26px;
}
.case .category {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--accent-2);
  font-weight: 700;
  margin-bottom: 10px;
}
.case .category .ic {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: var(--accent-pale);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.case h4 {
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}
.case p {
  font-size: 13px;
  color: var(--ink-3);
  line-height: 1.7;
  margin: 0;
}

/* ── Contact CTA ──────────────────────────────── */
.cta {
  position: relative;
  overflow: hidden;
}
.cta-inner {
  background:
    radial-gradient(
      700px 400px at 80% 0%,
      rgba(255, 255, 255, 0.4),
      transparent 60%
    ),
    linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  border-radius: var(--radius-xl);
  padding: 80px 80px;
  color: #fff;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -28px rgba(31, 78, 138, 0.45);
}
.cta-inner::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.cta-inner::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 60px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.cta-inner h2 {
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 1.5;
  margin-bottom: 18px;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
  text-wrap: balance;
}
.cta-inner p {
  font-size: 14.5px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  position: relative;
  z-index: 1;
}
.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
}
.btn-white {
  background: #fff;
  color: var(--accent-2);
  box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.18);
  padding: 18px 28px;
  font-size: 14px;
  justify-content: center;
}
.btn-white:hover {
  transform: translateY(-1px);
}
.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 16px 26px;
  justify-content: center;
}
.btn-outline-white .arrow {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
}
.cta-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.08em;
  margin-top: 6px;
}
.cta-meta .dotg {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7cf3a9;
  box-shadow: 0 0 0 4px rgba(124, 243, 169, 0.18);
}

/* ── Footer ───────────────────────────────────── */
.site-footer {
  background: #0f2747;
  color: #c8d4e6;
  padding: 64px 0 28px;
  font-size: 13px;
}
.site-footer .grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-footer .logo {
  color: #fff;
}
.site-footer .footer-logo {
  display: inline-flex;
  padding: 12px 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px -8px rgba(0, 0, 0, 0.4);
}
.site-footer .footer-logo img {
  height: 38px;
}
.site-footer .logo-text .sub {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .desc {
  font-size: 13px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.55);
  margin: 20px 0 0;
  max-width: 280px;
}
.foot-col h5 {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #fff;
  margin: 0 0 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.foot-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.foot-col a {
  color: rgba(255, 255, 255, 0.65);
}
.foot-col a:hover {
  color: #fff;
}
.site-footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.06em;
}

/* ── Pricing ──────────────────────────────────── */
.pricing {
  background: linear-gradient(180deg, #ffffff 0%, #f6fafd 100%);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 56px;
}
.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 28px 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.price-card:hover {
  transform: translateY(-2px);
  border-color: var(--accent-soft);
  box-shadow: var(--shadow);
}
.price-card.wp {
  border-color: var(--accent-soft);
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}
.price-card .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.price-card .head .name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.price-card .head .badge {
  font-size: 10px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--wp);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.price-card .en {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  color: var(--ink-4);
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -8px;
}
.price-card .price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 8px;
  font-feature-settings:
    "palt" 0,
    "tnum" 1;
}
.price-card .price .currency {
  font-size: 14px;
  color: var(--ink-2);
  font-weight: 600;
}
.price-card .price .amount {
  font-size: 28px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1;
}
.price-card .price .suffix {
  font-size: 13px;
  color: var(--ink-3);
  font-weight: 500;
  margin-left: 2px;
}
.price-card .desc {
  font-size: 13px;
  line-height: 1.75;
  color: var(--ink-3);
  margin: 0;
  padding-top: 12px;
  border-top: 1px dashed var(--line);
}
.pricing-note {
  margin-top: 32px;
  padding: 20px 24px;
  background: var(--accent-pale);
  border-radius: var(--radius);
  border: 1px solid var(--accent-soft);
  font-size: 13px;
  line-height: 1.85;
  color: var(--ink-2);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.pricing-note .ic {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  color: var(--accent-2);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid var(--accent-soft);
}
.pricing-actions {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Pricing (Layout B — editorial table) ─────── */
.b-pricing {
  background: #fff;
}
.b-price-list {
  margin-top: 56px;
  border-top: 1px solid var(--ink);
}
.b-price-row {
  display: grid;
  grid-template-columns: 80px 1fr 200px 180px;
  align-items: center;
  gap: 32px;
  padding: 28px 8px;
  border-bottom: 1px solid var(--line);
}
.b-price-row:hover {
  background: #f9fbfd;
}
.b-price-row .num {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--ink-4);
  font-weight: 600;
}
.b-price-row .name-col h3 {
  font-size: 17px;
  margin: 0 0 4px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.b-price-row .name-col h3 .badge {
  font-size: 9.5px;
  padding: 3px 8px;
  border-radius: 4px;
  background: var(--wp);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.b-price-row .name-col .en {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  color: var(--ink-4);
  font-weight: 600;
  text-transform: uppercase;
}
.b-price-row .desc-col {
  font-size: 13px;
  line-height: 1.75;
  color: var(--ink-3);
}
.b-price-row .price-col {
  text-align: right;
  font-feature-settings:
    "palt" 0,
    "tnum" 1;
}
.b-price-row .price-col .currency {
  font-size: 12px;
  color: var(--ink-3);
  font-weight: 600;
  margin-right: 1px;
}
.b-price-row .price-col .amount {
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.b-price-row .price-col .suffix {
  font-size: 12px;
  color: var(--ink-3);
  margin-left: 2px;
}
.b-pricing-note {
  margin-top: 32px;
  font-size: 13px;
  line-height: 1.85;
  color: var(--ink-3);
  padding: 20px 24px;
  border: 1px dashed var(--line);
  border-radius: 12px;
  background: #fafcfe;
}
.b-pricing-actions {
  margin-top: 36px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ── Plugin highlight section ─────────────────── */
.plugin-section {
  background:
    radial-gradient(
      700px 400px at 90% 50%,
      rgba(30, 127, 189, 0.06),
      transparent 60%
    ),
    linear-gradient(180deg, #f6fafd 0%, #ffffff 100%);
}
.plugin-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-top: 48px;
}
.plugin-copy {
  order: 2;
}
.plugin-visual {
  order: 1;
}
.plugin-copy h2.h-section {
  margin-bottom: 20px;
}
.plugin-copy .lead {
  margin-bottom: 28px;
  max-width: 520px;
}
.plugin-bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}
.plugin-bullets li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--ink-2);
}
.plugin-bullets li .tick {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: var(--wp);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  margin-top: 2px;
}

/* visual */
.plugin-visual {
  position: relative;
  background: linear-gradient(
    135deg,
    rgba(30, 127, 189, 0.08),
    rgba(58, 123, 208, 0.04)
  );
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 28px;
  box-shadow: var(--shadow);
}
.plugin-visual .admin {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 56px 1fr;
  box-shadow: 0 10px 30px -16px rgba(15, 31, 51, 0.18);
}
.plugin-visual .sidebar {
  background: #23282d;
  padding: 14px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.plugin-visual .sidebar .ic {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}
.plugin-visual .sidebar .ic.active {
  background: var(--wp);
  color: #fff;
  box-shadow: 0 0 0 2px rgba(30, 127, 189, 0.3);
}
.plugin-visual .main {
  padding: 18px 20px;
}
.plugin-visual .crumb {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--ink-4);
  margin-bottom: 8px;
  font-family: ui-monospace, Menlo, monospace;
}
.plugin-visual h4.title {
  font-size: 15px;
  margin: 0 0 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.plugin-visual h4.title .wp-dot {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: var(--wp);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 9px;
  font-weight: 800;
}
.plugin-visual .field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  background: #f6f8fb;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  color: var(--ink-2);
}
.plugin-visual .field .switch {
  width: 28px;
  height: 16px;
  border-radius: 999px;
  background: var(--wp);
  position: relative;
}
.plugin-visual .field .switch::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
.plugin-visual .field.off .switch {
  background: #cbd5e2;
}
.plugin-visual .field.off .switch::after {
  left: 2px;
  right: auto;
}
.plugin-visual .field .chip {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 10.5px;
  background: #eef4fc;
  color: var(--accent-2);
  padding: 2px 7px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}
.plugin-visual .code {
  margin-top: 12px;
  background: #0f2747;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  line-height: 1.7;
  color: #c9d7e8;
}
.plugin-visual .code .k {
  color: #7ec0ff;
}
.plugin-visual .code .s {
  color: #e7c373;
}
.plugin-visual .code .c {
  color: #6f8aa6;
  font-style: italic;
}
.plugin-visual .floating-tag {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-2);
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 24px -8px rgba(15, 31, 51, 0.18);
  border: 1px solid var(--line-soft);
}
.plugin-visual .floating-tag .puzzle {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
}
.plugin-visual .floating-tag .puzzle > img.emoji {
  width: 12px; /* 必要に応じてサイズ微調整 */
  height: 12px;
  filter: brightness(0) invert(1) !important; /* 黒にしてから反転＝白にする */
  margin: 0 !important; /* WordPress標準の余白をリセット */
  display: block;
}
.plugin-visual .floating-tag.tag-1 {
  top: -12px;
  right: 32px;
}
.plugin-visual .floating-tag.tag-2 {
  bottom: -14px;
  left: 36px;
}

/* ── Own plugins (top page section) ───────────── */
.own-plugins {
  background: #ffffff;
  border-top: 1px solid var(--line-soft);
}
.own-plugins-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}
.plugin-product {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.plugin-product:hover {
  transform: translateY(-3px);
  border-color: var(--accent-soft);
  box-shadow: 0 18px 36px -18px rgba(15, 31, 51, 0.18);
}
.plugin-product .cover {
  height: 130px;
  position: relative;
  background:
    linear-gradient(135deg, rgba(58, 123, 208, 0.1), rgba(58, 123, 208, 0.02)),
    repeating-linear-gradient(
      -45deg,
      rgba(58, 123, 208, 0.05) 0 1px,
      transparent 1px 12px
    ),
    #eef4fc;
  border-bottom: 1px solid var(--line-soft);
  display: grid;
  place-items: center;
}
.plugin-product .cover .icon-tile {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px -8px rgba(15, 31, 51, 0.12);
  display: grid;
  place-items: center;
  font-size: 24px;
  color: var(--accent-2);
  position: relative;
  font-family: ui-monospace, Menlo, monospace;
  font-weight: 700;
}
.plugin-product .cover .icon-tile::after {
  content: "W";
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--wp);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  border: 2px solid #fff;
}
.plugin-product .cover .tag {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--accent-2);
  border: 1px solid var(--accent-soft);
}
.plugin-product .body {
  padding: 22px 24px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}
.plugin-product .name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0;
  line-height: 1.5;
  font-family:
    -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP",
    sans-serif;
}
.plugin-product .name .ja {
  display: block;
  font-size: 13px;
  color: var(--ink-3);
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
.plugin-product .desc {
  font-size: 13px;
  line-height: 1.75;
  color: var(--ink-2);
  margin: 0;
  flex: 1;
}
.plugin-product .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
  font-size: 11.5px;
  color: var(--ink-3);
  font-family: ui-monospace, Menlo, monospace;
  letter-spacing: 0.04em;
}
.plugin-product .meta .ver {
  font-weight: 600;
  color: var(--ink-2);
}
.plugin-product .more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent-2);
  font-weight: 700;
  font-family:
    -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP",
    sans-serif;
  letter-spacing: 0.04em;
  font-size: 12px;
}
.plugin-product .more::after {
  content: "→";
  transition: transform 0.2s ease;
}
.plugin-product:hover .more::after {
  transform: translateX(2px);
}

.own-plugins .foot {
  display: flex;
  justify-content: center;
  margin-top: 36px;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.own-plugins .foot .note {
  font-size: 12px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
}

/* ── Plugin listing page ──────────────────────── */
.plugins-page {
  padding: 80px 0 120px;
  background:
    radial-gradient(
      900px 500px at 50% -10%,
      rgba(58, 123, 208, 0.08),
      transparent 60%
    ),
    linear-gradient(180deg, #f6fafe 0%, #ffffff 60%);
}
.plugins-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.plugin-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.plugin-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent-soft);
  box-shadow: 0 18px 36px -18px rgba(15, 31, 51, 0.18);
}
.plugin-card .cover {
  height: 150px;
  position: relative;
  background:
    linear-gradient(135deg, rgba(58, 123, 208, 0.1), rgba(58, 123, 208, 0.02)),
    repeating-linear-gradient(
      -45deg,
      rgba(58, 123, 208, 0.05) 0 1px,
      transparent 1px 12px
    ),
    #eef4fc;
  border-bottom: 1px solid var(--line-soft);
  display: grid;
  place-items: center;
}
.plugin-card .cover .icon-tile {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px -8px rgba(15, 31, 51, 0.12);
  display: grid;
  place-items: center;
  font-size: 28px;
  color: var(--accent-2);
  position: relative;
  font-weight: 700;
  font-family: ui-monospace, Menlo, monospace;
}
.plugin-card .cover .icon-tile::after {
  content: "W";
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--wp);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  border: 2px solid #fff;
}
.plugin-card .cover .tag {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--accent-2);
  border: 1px solid var(--accent-soft);
}
.plugin-card .cover .status {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink-2);
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.plugin-card .cover .status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ink-3);
}
.plugin-card .cover .status.released::before {
  background: #5fb96a;
  box-shadow: 0 0 0 3px rgba(95, 185, 106, 0.18);
}
.plugin-card .cover .status.beta::before {
  background: #f3994a;
  box-shadow: 0 0 0 3px rgba(243, 153, 74, 0.18);
}
.plugin-card .cover .status.private::before {
  background: #8a99ad;
  box-shadow: 0 0 0 3px rgba(138, 153, 173, 0.18);
}
.plugin-card .body {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}
.plugin-card .name {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0;
  line-height: 1.5;
}
.plugin-card .name .ja {
  display: block;
  font-size: 13px;
  color: var(--ink-3);
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
.plugin-card .desc {
  font-size: 13px;
  line-height: 1.8;
  color: var(--ink-2);
  margin: 0;
  flex: 1;
}
.plugin-card .specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.plugin-card .specs .spec {
  font-size: 10.5px;
  padding: 3px 8px;
  border-radius: 4px;
  background: var(--bg-soft);
  color: var(--ink-3);
  letter-spacing: 0.04em;
}
.plugin-card .actions {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
}
.plugin-card .btn-card {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: all 0.2s ease;
}
.plugin-card .btn-card.primary {
  background: var(--accent-2);
  color: #fff;
}
.plugin-card .btn-card.primary:hover {
  background: var(--accent);
}
.plugin-card .btn-card.ghost {
  border: 1px solid var(--line);
  color: var(--ink-2);
  background: #fff;
}
.plugin-card .btn-card.ghost:hover {
  border-color: var(--accent-soft);
  color: var(--accent-2);
}

/* category filter strip */
.plugins-filter {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  width: fit-content;
}
.plugins-filter button {
  appearance: none;
  border: none;
  background: transparent;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink-2);
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s ease;
}
.plugins-filter button:hover {
  background: var(--bg-soft);
}
.plugins-filter button.active {
  background: var(--ink);
  color: #fff;
}
/* ── Maintenance section ──────────────────────── */
.maintenance-section {
  background:
    radial-gradient(
      700px 380px at 10% 50%,
      rgba(95, 185, 106, 0.06),
      transparent 60%
    ),
    linear-gradient(180deg, #ffffff 0%, #f5fafd 100%);
}
.maintenance-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
  margin-top: 48px;
}
.maintenance-copy {
  order: 1;
}
.maintenance-visual {
  order: 2;
}
.maintenance-copy h2.h-section {
  margin-bottom: 20px;
}
.maintenance-copy .lead {
  margin-bottom: 28px;
  max-width: 520px;
}
.maintenance-bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}
.maintenance-bullets li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--ink-2);
}
.maintenance-bullets li .tick {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: var(--accent);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  margin-top: 2px;
}
.price-chip {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background: #fff;
  border: 1px solid var(--accent-soft);
  border-radius: 18px;
  margin-bottom: 24px;
  box-shadow: 0 8px 20px -10px rgba(58, 123, 208, 0.2);
}
.price-chip .label {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--accent-2);
  font-weight: 700;
  margin-bottom: 2px;
}
.price-chip .num {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  font-feature-settings:
    "palt" 0,
    "tnum" 1;
}
.price-chip .num .currency {
  font-size: 13px;
  color: var(--ink-2);
  font-weight: 600;
  margin-right: 2px;
}
.price-chip .num .suffix {
  font-size: 12px;
  color: var(--ink-3);
  font-weight: 500;
  margin-left: 2px;
}
.price-chip .chip-sub {
  font-size: 12px;
  color: var(--ink-3);
  margin-top: 6px;
  letter-spacing: 0.04em;
}
.plugin-actions,
.maintenance-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.maintenance-visual {
  position: relative;
}
.report-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 28px 30px 26px;
  box-shadow: var(--shadow);
}
.report-card .report-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line-soft);
}
.report-card .month {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.14em;
  margin-bottom: 4px;
}
.report-card .report-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.report-card .status-badge {
  font-size: 10.5px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ecf7ee;
  color: #2c8a40;
  font-weight: 700;
  letter-spacing: 0.12em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.report-card .status-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5fb96a;
  box-shadow: 0 0 0 3px rgba(95, 185, 106, 0.18);
}
.report-card .checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.report-card .checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--ink-2);
}
.report-card .checklist li .check {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: #ecf7ee;
  color: #2c8a40;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
}
.report-card .checklist li .item {
  flex: 1;
}
.report-card .checklist li .when {
  font-size: 11px;
  color: var(--ink-4);
  letter-spacing: 0.04em;
  font-family: ui-monospace, Menlo, monospace;
}
.report-card .summary {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px dashed var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.report-card .summary .stat b {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  font-feature-settings: "tnum" 1;
}
.report-card .summary .stat span {
  display: block;
  font-size: 10.5px;
  color: var(--ink-3);
  letter-spacing: 0.08em;
  margin-top: 2px;
}
.support-callout {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 14px 30px -12px rgba(15, 31, 51, 0.18);
  font-size: 12px;
}
.support-callout .ic {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
}
.support-callout .text b {
  display: block;
  font-size: 12.5px;
  color: var(--ink);
  font-weight: 700;
}
.support-callout .text span {
  color: var(--ink-3);
  font-size: 11.5px;
}

.b-plugin {
  background: linear-gradient(180deg, #f5fafe 0%, #ffffff 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.b-plugin-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
  margin-top: 40px;
}
.section-head {
  text-align: center;
  margin-bottom: 56px;
}
.section-head .eyebrow {
  margin-bottom: 16px;
}
.section-head .h-section {
  margin-bottom: 18px;
}
.section-head .lead {
  max-width: 560px;
  margin: 0 auto;
}

/* ── icons ────────────────────────────────────── */
.icon {
  display: inline-flex;
}
.icon svg {
  display: block;
}

/* utility */
.text-center {
  text-align: center;
}
.mt-12 {
  margin-top: 12px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-40 {
  margin-top: 40px;
}

/* ─── Contact form page ─── */
/* Contact page styles */

.contact-page {
  padding: 80px 0 120px;
  background:
    radial-gradient(
      900px 500px at 50% -10%,
      rgba(58, 123, 208, 0.08),
      transparent 60%
    ),
    linear-gradient(180deg, #f6fafe 0%, #ffffff 60%);
}

.contact-head {
  text-align: center;
  margin-bottom: 56px;
}
.contact-head .crumbs {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--ink-3);
  margin-bottom: 16px;
}
.contact-head .crumbs a {
  color: var(--ink-3);
}
.contact-head .crumbs a:hover {
  color: var(--accent-2);
}
.contact-head .crumbs .sep {
  color: var(--ink-4);
}
.contact-head h1 {
  font-size: clamp(34px, 3.6vw, 46px);
  line-height: 1.45;
  margin: 0 0 18px;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-wrap: balance;
}
.contact-head .lead {
  max-width: 620px;
  margin: 0 auto;
}
.contact-form-note {
  margin-bottom: 24px;
}

.contact-form-note h3,
.spot-investigation-note h3,
.maintenance-note h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}
.price-note-block.contact-form-note {
  margin-top: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: flex-start;
}

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 48px 48px 44px;
  box-shadow: var(--shadow-sm);
}
.form-section + .form-section {
  margin-top: 8px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 22px;
}
.form-field {
  margin-bottom: 22px;
}
.form-field label,
.form-row > div > label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}
.form-field .req,
.form-row .req {
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 4px;
  background: var(--accent-pale);
  color: var(--accent-2);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.form-field .opt,
.form-row .opt {
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 4px;
  background: var(--bg-soft);
  color: var(--ink-3);
  font-weight: 600;
  letter-spacing: 0.12em;
}
.form-field .hint {
  font-size: 12px;
  color: var(--ink-3);
  margin-top: 6px;
  line-height: 1.6;
}

.input,
.textarea,
.select {
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 14.5px;
  padding: 13px 16px;
  background: #fbfcfe;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
  outline: none;
}
.input::placeholder,
.textarea::placeholder {
  color: var(--ink-4);
}
.input:focus,
.textarea:focus,
.select:focus {
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(58, 123, 208, 0.1);
}
.textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.7;
}
.select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%235e708a' d='M0 0h12L6 8z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-color: #fbfcfe;
  padding-right: 40px;
}

.checkbox-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.check-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #fbfcfe;
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 13.5px;
  user-select: none;
}
.check-pill:hover {
  border-color: var(--accent-soft);
  background: #fff;
}
.check-pill input {
  display: none;
}
.check-pill .box {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1.5px solid var(--line);
  background: #fff;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: transparent;
  font-size: 12px;
  font-weight: 800;
  transition: all 0.15s ease;
}
.check-pill input:checked ~ .box {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.check-pill input:checked ~ .label-text {
  color: var(--ink);
  font-weight: 600;
}
.check-pill .label-text {
  color: var(--ink-2);
}

.form-divider {
  margin: 36px 0 32px;
  height: 1px;
  background: var(--line);
  position: relative;
}
.form-divider span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 16px;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--ink-4);
  font-weight: 600;
}

.form-foot {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.privacy-note {
  font-size: 12.5px;
  line-height: 1.85;
  color: var(--ink-3);
  padding: 16px 18px;
  background: var(--bg-soft);
  border-radius: 10px;
  border: 1px solid var(--line-soft);
}
.privacy-note a {
  color: var(--accent-2);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.submit-row {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.btn-submit {
  appearance: none;
  border: none;
  padding: 18px 32px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-2) 100%);
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  box-shadow: 0 12px 28px -10px rgba(58, 123, 208, 0.55);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.btn-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px -10px rgba(58, 123, 208, 0.65);
}
.btn-submit .arrow {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  display: grid;
  place-items: center;
  font-size: 12px;
}

/* ── Contact sidebar ─────────────────────────── */
.contact-aside {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 100px;
}
.aside-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 28px 24px;
  box-shadow: var(--shadow-sm);
}
.aside-card h3 {
  font-size: 15px;
  margin: 0 0 14px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.aside-card h3 .ic {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: var(--accent-pale);
  color: var(--accent-2);
  display: grid;
  place-items: center;
  font-size: 14px;
}
.aside-card p {
  font-size: 13px;
  line-height: 1.85;
  color: var(--ink-2);
  margin: 0;
}
.aside-card .accent-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--ink-2);
  font-weight: 600;
  margin-bottom: 6px;
}
.aside-card .accent-row .dotg {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5fb96a;
  box-shadow: 0 0 0 4px rgba(95, 185, 106, 0.18);
}
.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 13px;
  line-height: 1.7;
}
.faq-list li:last-child {
  border-bottom: 0;
}
.faq-list li b {
  display: block;
  font-size: 13px;
  color: var(--ink);
  margin-bottom: 4px;
  font-weight: 700;
}
.faq-list li span {
  color: var(--ink-3);
}

/* ─── Pricing detail page ─── */
/* Pricing detail page styles */

.price-page {
  padding: 80px 0 120px;
  background:
    radial-gradient(
      900px 500px at 50% -10%,
      rgba(58, 123, 208, 0.08),
      transparent 60%
    ),
    linear-gradient(180deg, #f6fafe 0%, #ffffff 60%);
}

/* generic page header reused from contact.css crumbs/h1 styling */

.price-table {
  margin-top: 56px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.price-table-head {
  display: grid;
  grid-template-columns: 80px 1fr 200px 200px;
  gap: 32px;
  padding: 20px 40px;
  background: #f6fafd;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--ink-3);
  font-weight: 700;
}
.price-table-head .right {
  text-align: right;
}
.price-row {
  display: grid;
  grid-template-columns: 80px 1fr 200px 200px;
  gap: 32px;
  align-items: center;
  padding: 28px 40px;
  border-bottom: 1px solid var(--line-soft);
  transition: background 0.15s ease;
}
.price-row:hover {
  background: #fafcfe;
}
.price-row:last-child {
  border-bottom: 0;
}
.price-row .num {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--ink-4);
  font-weight: 600;
}
.price-row .name h3 {
  font-size: 16px;
  margin: 0 0 4px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-row .name h3 .badge {
  font-size: 9.5px;
  padding: 3px 8px;
  border-radius: 4px;
  background: var(--wp);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.price-row .name .en {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  color: var(--ink-4);
  font-weight: 600;
  text-transform: uppercase;
}
.price-row .desc {
  font-size: 13px;
  line-height: 1.75;
  color: var(--ink-3);
}
.price-row .amount-col {
  text-align: right;
  font-feature-settings:
    "palt" 0,
    "tnum" 1;
}
.price-row .amount-col .currency {
  font-size: 12px;
  color: var(--ink-3);
  font-weight: 600;
}
.price-row .amount-col .amount {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.price-row .amount-col .suffix {
  font-size: 12px;
  color: var(--ink-3);
  margin-left: 2px;
}
.price-row .amount-col .prefix {
  font-size: 11px;
  color: var(--ink-3);
  margin-right: 4px;
  letter-spacing: 0.04em;
}

.production-price-section {
  margin-top: 64px;
}
/* Maintenance plan detail (two-tier card) */
.maintenance-detail {
  margin-top: 64px;
}
.maintenance-detail .h-sub {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--accent-2);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.maintenance-detail h2 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 14px;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.maintenance-detail .intro {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.85;
  margin: 0 0 32px;
  max-width: 680px;
}
.plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.plan-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 32px 28px;
  position: relative;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.plan-card.featured {
  border-color: var(--accent-soft);
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 80%);
}
.plan-card .plan-tag {
  align-self: flex-start;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--accent-pale);
  color: var(--accent-2);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
.plan-card .plan-tag.save {
  background: #ecf7ee;
  color: #2c8a40;
}
.plan-card h3 {
  font-size: 19px;
  margin: 0;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.plan-card .plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 4px;
  font-feature-settings:
    "palt" 0,
    "tnum" 1;
}
.plan-card .plan-price .currency {
  font-size: 14px;
  color: var(--ink-2);
  font-weight: 600;
}
.plan-card .plan-price .amount {
  font-size: 32px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1;
}
.plan-card .plan-price .suffix {
  font-size: 13px;
  color: var(--ink-3);
  font-weight: 500;
  margin-left: 4px;
}
.plan-card .plan-sub {
  font-size: 13px;
  color: var(--ink-3);
  line-height: 1.8;
  margin: 6px 0 14px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--line);
}
.plan-card ul.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.plan-card ul.plan-features li {
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink-2);
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.plan-card ul.plan-features li::before {
  content: "✓";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: var(--accent-pale);
  color: var(--accent-2);
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  margin-top: 2px;
}

/* Notes / FAQ sections on price page */
.price-note-block {
  margin-top: 48px;
  padding: 24px 28px;
  background: var(--accent-pale);
  border-radius: var(--radius);
  border: 1px solid var(--accent-soft);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.price-note-block .ic {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  color: var(--accent-2);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid var(--accent-soft);
}
.price-note-block p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.9;
  color: var(--ink-2);
}

.price-cta {
  margin-top: 64px;
  padding: 40px 48px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: var(--shadow-sm);
}
.price-cta h3 {
  font-size: 18px;
  margin: 0 0 8px;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.price-cta p {
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--ink-2);
  margin: 0;
  max-width: 560px;
}
.price-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 991px) {
  .price-table-head,
  .price-row {
    grid-template-columns: 50px 1fr 160px;
    gap: 16px 20px;
    padding: 20px 24px;
  }
  .price-table-head .desc-h,
  .price-row .desc {
    display: none;
  }
  .plan-grid {
    grid-template-columns: 1fr;
  }
  .price-cta {
    flex-direction: column;
    align-items: stretch;
    padding: 32px 28px;
  }
}
@media (max-width: 599px) {
  .price-table-head,
  .price-row {
    grid-template-columns: 40px 1fr;
    padding: 18px 20px;
  }
  .price-table-head .amount-h,
  .price-row .amount-col {
    display: none;
  }
  .price-row .name h3 {
    font-size: 15px;
  }
  .price-row::after {
    content: attr(data-price);
    grid-column: 2;
    font-family: ui-monospace, "SF Mono", Menlo, monospace;
    font-size: 13px;
    color: var(--accent-2);
    font-weight: 700;
    margin-top: 4px;
  }
}

/* ─── Responsive overrides ─── */
/* ============================================================
 * KANAERU WEB — Responsive overrides
 * Breakpoints aligned with Lab23 theme:
 *   - mobile : ≤ 599px   (sp)
 *   - tablet : 600–991px (tablet)
 *   - desktop:  ≥ 992px  (pc)
 * ============================================================ */

/* ── Tablet & below (≤991px) ─────────────────────────────── */
@media (max-width: 991px) {
  :root {
    --section-y: 80px;
    --pad-x: 24px;
  }

  /* Header: hide desktop nav, show hamburger */
  .nav-desktop {
    display: none !important;
  }
  .nav-toggle {
    display: inline-flex !important;
  }
  .site-header .inner {
    height: 64px;
  }
  .logo img {
    height: 38px;
  }

  /* Mobile drawer */
  .mobile-drawer {
    position: fixed;
    inset: 0;
    background: rgba(15, 39, 71, 0.55);
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.25s ease,
      visibility 0.25s ease;
  }
  .mobile-drawer.open {
    opacity: 1;
    visibility: visible;
  }
  .mobile-drawer .panel {
    position: absolute;
    right: 0;
    top: 0;
    width: min(86vw, 380px);
    height: 100%;
    background: #fff;
    padding: 80px 32px 32px;
    box-shadow: -20px 0 40px -20px rgba(0, 0, 0, 0.25);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-y: auto;
  }
  .mobile-drawer.open .panel {
    transform: translateX(0);
  }
  .mobile-drawer a {
    padding: 14px 4px;
    border-bottom: 1px solid var(--line-soft);
    font-size: 15px;
    color: var(--ink);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-drawer a::after {
    content: "→";
    color: var(--ink-4);
    font-size: 14px;
  }
  .mobile-drawer .btn {
    margin-top: 20px;
    justify-content: center;
  }
  .mobile-drawer a.btn::after {
    display: none;
  }

  /* Hero */
  .hero {
    padding: 60px 0 80px;
  }
  .hero .grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-art {
    width: 100%;
    height: 380px;
    max-width: 480px;
    margin: 0 auto;
  }
  .hero-card.main {
    width: 86%;
  }
  .hero-card.float-a {
    width: 200px;
  }
  .hero-card.float-b {
    width: 220px;
  }
  .h-display {
    font-size: clamp(30px, 5vw, 44px);
  }
  .hero-copy .lead {
    max-width: none;
  }

  /* Tech strip wraps tighter */
  .tech-strip .row {
    gap: 18px 24px;
    justify-content: flex-start;
  }

  /* Problems: 3 → 2 */
  .problems-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  /* Services: 3 → 2 */
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .services-head {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .services-head .lead {
    max-width: none;
  }

  /* Plugin + Maintenance: stack */
  .plugin-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .plugin-copy {
    order: 1;
  }
  .plugin-visual {
    order: 2;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
  .plugin-bullets {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .maintenance-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .maintenance-copy {
    order: 1;
  }
  .maintenance-visual {
    order: 2;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
  .maintenance-bullets {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  /* Strengths: 3 → 2 → 1 handled at sm */
  .strengths-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .strengths-grid > :nth-child(3) {
    grid-column: 1 / -1;
  }

  /* Pricing: 3 → 2 */
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  /* Flow: 6 → 2 */
  .flow-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .flow-list::before {
    display: none;
  }

  /* Cases: 3 → 2 */
  .cases-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  /* CTA */
  .cta-inner {
    grid-template-columns: 1fr;
    padding: 56px 40px;
    gap: 32px;
  }
  .cta-inner::before,
  .cta-inner::after {
    display: none;
  }

  /* Footer */
  .site-footer .grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .site-footer .grid > :first-child {
    grid-column: 1 / -1;
  }
  .site-footer .bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  /* Layout switch (corner pill) */
  .layout-switch {
    font-size: 10.5px;
    padding: 3px;
  }
  .layout-switch::before {
    display: none;
  }
  .layout-switch a {
    padding: 6px 12px;
  }

  /* Layout B specific */
  .b-hero {
    padding: 80px 0 60px;
  }
  .b-hero-banner {
    height: 240px;
    margin-top: 56px;
  }
  .b-problems-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .b-service {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 56px 0;
  }
  .b-service:nth-child(even) .b-service-copy {
    order: 0;
  }
  .b-service-art {
    height: 240px;
  }
  .b-strength {
    grid-template-columns: 80px 1fr;
    gap: 24px;
  }
  .b-strength > :nth-child(3) {
    grid-column: 1 / -1;
    margin-left: 104px;
    margin-top: -16px;
  }
  .b-strength .big-num {
    font-size: 56px;
  }
  .b-flow-wrap {
    max-width: none;
    margin-top: 48px;
  }
  .b-step {
    grid-template-columns: 60px 1fr;
    gap: 20px;
  }
  .b-step .dot {
    width: 60px;
    height: 60px;
    font-size: 14px;
  }
  .b-flow-wrap::before {
    left: 30px;
  }
  .b-feat {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .b-feat-body {
    padding: 36px 32px 40px;
  }
  .b-feat-body .kpi-row {
    gap: 20px;
  }
  .b-feat-body .kpi b {
    font-size: 20px;
  }
  .b-cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .b-cta {
    padding: 80px 0 100px;
  }
  .b-cta-inner {
    padding: 56px 0;
  }
  .b-price-row {
    grid-template-columns: 50px 1fr;
    gap: 12px 16px;
    padding: 22px 4px;
  }
  .b-price-row .desc-col {
    grid-column: 2;
  }
  .b-price-row .price-col {
    grid-column: 2;
    text-align: left;
  }

  /* Pricing card stack */
  .price-card {
    padding: 24px 22px 22px;
  }

  /* Contact page */
  .contact-page {
    padding: 56px 0 80px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-form {
    padding: 36px 28px 32px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .checkbox-group {
    grid-template-columns: 1fr 1fr;
  }
  .contact-aside {
    position: static;
  }

  /* Plugins page */
  .plugins-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .own-plugins-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

/* ── Mobile (≤599px) ─────────────────────────────────────── */
@media (max-width: 599px) {
  :root {
    --section-y: 64px;
    --pad-x: 20px;
    --radius-lg: 16px;
    --radius-xl: 20px;
  }

  /* Hero */
  .hero {
    padding: 40px 0 60px;
  }
  .h-display {
    font-size: 28px;
    line-height: 1.4;
  }
  .hero-art {
    height: 320px;
  }
  .hero-card.main {
    width: 90%;
    height: 240px;
  }
  .hero-card.main .mock-body {
    padding: 14px 16px;
  }
  .hero-card.float-a {
    width: 170px;
    padding: 10px 12px;
  }
  .hero-card.float-b {
    width: 190px;
    padding: 10px 12px;
    right: 10px;
  }
  .hero-card.float-c {
    width: 52px;
    height: 52px;
    font-size: 9.5px;
    bottom: 80px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .btn {
    justify-content: center;
  }
  .hero-note {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .h-section {
    font-size: 24px;
  }
  .lead {
    font-size: 15px;
    line-height: 1.85;
  }

  /* Tech strip */
  .tech-strip {
    padding: 20px 0;
  }
  .tech-strip .row {
    gap: 12px 18px;
    font-size: 11.5px;
  }
  .tech-strip .label {
    width: 100%;
    margin-bottom: 4px;
  }

  /* All grids: 1 column */
  .problems-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .service {
    padding: 26px 24px 24px;
  }
  .strengths-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .strengths-grid > :nth-child(3) {
    grid-column: auto;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .flow-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cases-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Section heads */
  .section-head {
    margin-bottom: 40px;
  }
  .services-head {
    margin-bottom: 36px;
  }

  /* Plugin admin mock — adjust */
  .plugin-visual {
    padding: 20px;
  }
  .plugin-visual .admin {
    grid-template-columns: 48px 1fr;
  }
  .plugin-visual .floating-tag {
    font-size: 11px;
    padding: 8px 12px;
  }
  .plugin-visual .floating-tag.tag-1 {
    top: -10px;
    right: 16px;
  }
  .plugin-visual .floating-tag.tag-2 {
    bottom: -12px;
    left: 16px;
  }

  /* Maintenance report */
  .report-card {
    padding: 22px 20px 20px;
  }
  .report-card .summary {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  .report-card .summary .stat b {
    font-size: 18px;
  }
  .support-callout {
    position: static;
    margin-top: 16px;
    justify-content: center;
  }

  .price-chip {
    padding: 14px 20px;
    flex-wrap: wrap;
    gap: 10px 14px;
  }
  .price-chip .num {
    font-size: 19px;
  }
  .plugin-actions,
  .maintenance-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .plugin-actions .btn,
  .maintenance-actions .btn {
    justify-content: center;
  }

  /* CTA */
  .cta-inner {
    padding: 44px 28px;
  }
  .cta-inner h2 {
    font-size: 24px;
  }

  /* Footer */
  .site-footer {
    padding: 48px 0 24px;
  }
  .site-footer .grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .site-footer .grid > :first-child {
    grid-column: 1 / -1;
  }
  .site-footer .desc {
    max-width: none;
  }
  .foot-col h5 {
    margin-bottom: 12px;
  }

  /* Layout B */
  .b-hero h1 {
    font-size: 32px;
    line-height: 1.45;
  }
  .b-hero-banner {
    height: 180px;
    margin-top: 40px;
  }
  .b-hero-banner .corner {
    font-size: 9.5px;
    padding: 5px 9px;
  }
  .b-hero-banner .corner.bl,
  .b-hero-banner .corner.br {
    display: none;
  }
  .b-hero-banner .floating-wp {
    padding: 10px 12px;
  }
  .b-strength {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 36px 0;
  }
  .b-strength > :nth-child(3) {
    grid-column: auto;
    margin-left: 0;
    margin-top: 0;
  }
  .b-feat-body {
    padding: 28px 24px 32px;
  }
  .b-feat-body .kpi-row {
    gap: 16px;
    flex-wrap: wrap;
  }
  .b-cases-grid {
    grid-template-columns: 1fr;
  }
  .b-cta-inner h2 {
    font-size: 28px;
  }
  .b-cta-inner .actions {
    flex-direction: column;
    align-items: stretch;
  }
  .b-cta-inner .actions .btn {
    justify-content: center;
  }
  .b-step {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }
  .b-step .dot {
    width: 48px;
    height: 48px;
    font-size: 12px;
  }
  .b-flow-wrap::before {
    left: 24px;
  }
  .b-step .body {
    padding: 16px 20px;
  }

  /* Pricing rows */
  .b-price-row {
    grid-template-columns: 40px 1fr;
    padding: 18px 4px;
  }
  .b-price-row .name-col h3 {
    font-size: 15px;
  }

  /* Contact form */
  .contact-head h1 {
    font-size: 28px;
  }
  .contact-form {
    padding: 28px 22px 26px;
  }
  .checkbox-group {
    grid-template-columns: 1fr;
  }
  .submit-row {
    flex-direction: column;
    align-items: stretch;
  }
  .btn-submit {
    justify-content: center;
    padding: 16px 24px;
  }

  /* Plugins */
  .plugins-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .own-plugins-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .plugins-filter {
    font-size: 11.5px;
    flex-wrap: nowrap;
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .plugins-filter button {
    flex-shrink: 0;
  }
}

/* ── Tablet (600–991px) – fine-tuning ─────────────────────── */
@media (min-width: 600px) and (max-width: 991px) {
  .hero-art {
    height: 380px;
  }
  .b-strength {
    grid-template-columns: 100px 1fr 200px;
  }
  .b-strength > :nth-child(3) {
    grid-column: 3;
  }
}

/* ── Hamburger button (visible only at ≤991px) ──────────── */
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
}
.nav-toggle .bars {
  width: 18px;
  height: 14px;
  position: relative;
  display: inline-block;
}
.nav-toggle .bars::before,
.nav-toggle .bars::after,
.nav-toggle .bars span {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--ink);
  border-radius: 1px;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease,
    top 0.25s ease;
}
.nav-toggle .bars::before {
  top: 0;
}
.nav-toggle .bars span {
  top: 6px;
}
.nav-toggle .bars::after {
  top: 12px;
}
.nav-toggle.open .bars::before {
  top: 6px;
  transform: rotate(45deg);
}
.nav-toggle.open .bars::after {
  top: 6px;
  transform: rotate(-45deg);
}
.nav-toggle.open .bars span {
  opacity: 0;
}

/* prevent body scroll while drawer open */
body.drawer-open {
  overflow: hidden;
}

/* ─── Lab23 互換性の微調整 ─── */
body.page-template-page-front-kanaeru {
  background: #fff;
}
body.page-template-page-front-kanaeru .l-content-wrap,
body.page-template-page-front-kanaeru .l-content-wrap__inner,
body.page-template-page-front-kanaeru .l-content,
body.page-template-page-front-kanaeru .l-content-main,
body.page-template-page-front-kanaeru .l-content-main__inner,
body.page-template-page-front-kanaeru .p-front-page-content {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}
body.page-template-page-front-kanaeru .entry-content {
  margin: 0;
}

.p-front-page-content,
.contact-page,
.plugins-page,
.price-page {
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic UI",
    "Meiryo",
    sans-serif;
}

/* ── Plugin listing page additions ─────────────────────── */
.plugins-section {
  margin-top: 72px;
}
.plugins-section:first-of-type {
  margin-top: 0;
}
.plugins-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px;
}
.plugins-section-head .eyebrow {
  margin-bottom: 14px;
}
.plugins-section-head .h-section {
  margin-bottom: 14px;
}
.plugins-section-head .lead {
  margin: 0 auto;
  font-size: 14.5px;
}

.plugin-dev-examples {
  padding-top: 8px;
}
.plugin-example-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
}
.plugin-example-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px 22px 22px;
  box-shadow: var(--shadow-sm);
}
.plugin-example-item .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--accent-pale);
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 700;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.plugin-example-item strong {
  display: block;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink);
  margin-bottom: 8px;
}
.plugin-example-item p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.75;
  color: var(--ink-3);
}

.plugin-consult-cta {
  margin-top: 56px;
  padding: 30px 32px;
  border-radius: 22px;
  background: var(--accent-pale);
  border: 1px solid var(--accent-soft);
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plugin-consult-cta-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
  color: var(--ink);
}
.plugin-consult-cta-text {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.8;
  max-width: 720px;
}

@media (max-width: 991px) {
  .plugins-section {
    margin-top: 56px;
  }
  .plugin-example-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 599px) {
  .plugins-section {
    margin-top: 48px;
  }
  .plugins-section-head {
    margin-bottom: 28px;
  }
  .plugin-example-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .plugin-consult-cta {
    padding: 24px 22px;
    align-items: stretch;
  }
  .plugin-consult-cta .btn {
    justify-content: center;
    width: 100%;
  }
}

/* ─────────────────────────────────────────────
 * Price page additions
 * 料金に含まれるもの / よくある相談 / ご相談の流れ
 * ───────────────────────────────────────────── */

/* 共通：追加セクション */
.price-scope-section,
.price-example-section,
.price-flow-section {
  margin-top: 72px;
}

.price-scope-section .h-sub,
.price-example-section .h-sub,
.price-flow-section .h-sub {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--accent-2);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.price-scope-section h2,
.price-example-section h2,
.price-flow-section h2 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 14px;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.price-scope-section .intro,
.price-example-section .intro,
.price-flow-section .intro {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.85;
  margin: 0 0 32px;
  max-width: 760px;
}

/* 料金に含まれるもの */
.price-scope-section .plan-grid {
  margin-top: 0;
}

.price-scope-section .plan-card {
  background: #fff;
}

.price-scope-section .plan-card:nth-child(2) {
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 80%);
  border-color: var(--accent-soft);
}

/* よくある相談 */
.price-example-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.price-example-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 24px 24px;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.price-example-card:hover {
  transform: translateY(-2px);
  border-color: var(--accent-soft);
  box-shadow: var(--shadow);
}

.price-example-card .num {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--accent-pale);
  color: var(--accent-2);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  margin-bottom: 16px;
}

.price-example-card h3 {
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 10px;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.price-example-card p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--ink-2);
  margin: 0;
}

/* ご相談の流れ：料金ページ内だけ少し余白調整 */
.price-flow-section .flow-list {
  margin-top: 36px;
}

/* 既存の .flow-list を料金ページ内で使うための微調整 */
.price-flow-section .step {
  box-shadow: var(--shadow-sm);
}

.price-flow-section .step p {
  min-height: 40px;
}

/* CTA前の余白 */
.price-flow-section + .price-cta {
  margin-top: 64px;
}

/* ── Responsive ─────────────────────────────── */

@media (max-width: 991px) {
  .price-scope-section,
  .price-example-section,
  .price-flow-section {
    margin-top: 56px;
  }

  .price-example-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .price-scope-section h2,
  .price-example-section h2,
  .price-flow-section h2 {
    font-size: 22px;
  }

  .price-flow-section .flow-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 599px) {
  .price-scope-section,
  .price-example-section,
  .price-flow-section {
    margin-top: 48px;
  }

  .price-scope-section h2,
  .price-example-section h2,
  .price-flow-section h2 {
    font-size: 20px;
  }

  .price-scope-section .intro,
  .price-example-section .intro,
  .price-flow-section .intro {
    font-size: 13.5px;
    line-height: 1.8;
    margin-bottom: 24px;
  }

  .price-example-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .price-example-card {
    padding: 22px 20px 20px;
  }

  .price-flow-section .flow-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .price-flow-section .step p {
    min-height: auto;
  }

  .price-flow-section + .price-cta {
    margin-top: 48px;
  }
}

/* ─────────────────────────────────────────────
 * Price page tax label
 * 税込表示
 * ───────────────────────────────────────────── */

.tax-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 7px;
  margin-right: 6px;
  border-radius: 999px;
  background: var(--accent-pale);
  border: 1px solid var(--accent-soft);
  color: var(--accent-2);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  vertical-align: middle;
  white-space: nowrap;
}

.amount-col .tax-label {
  position: relative;
  top: -2px;
}

.plan-price .tax-label {
  position: relative;
  top: -4px;
  margin-right: 8px;
}

@media (max-width: 599px) {
  .tax-label {
    font-size: 10px;
    padding: 2px 6px;
  }
}

.kw-about-section {
  padding: 96px 20px;
  background:
    radial-gradient(
      circle at top left,
      rgba(77, 183, 243, 0.16),
      transparent 34%
    ),
    linear-gradient(180deg, #f5fafe 0%, #ffffff 100%);
  color: #0f1f33;
}

.kw-about-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.kw-about-heading {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.kw-about-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: #2f78d4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

.kw-about-label::before,
.kw-about-label::after {
  content: "";
  width: 28px;
  height: 1px;
  background: #2f78d4;
}

.kw-about-heading h2 {
  margin: 0;
  color: #0f1f33;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.kw-about-lead {
  margin: 22px 0 0;
  color: #41546d;
  font-size: 16px;
  line-height: 2;
}

.kw-about-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  margin: 0 0 32px;
}

.kw-about-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid #dceaf6;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(31, 58, 95, 0.08);
}

.kw-about-card-primary::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(77, 183, 243, 0.18),
    rgba(126, 220, 180, 0.16)
  );
}

.kw-about-card h3 {
  position: relative;
  margin: 0 0 16px;
  color: #0f1f33;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.55;
}

.kw-about-card p {
  position: relative;
  margin: 0;
  color: #41546d;
  font-size: 15px;
  line-height: 2;
}

.kw-about-card p + p {
  margin-top: 14px;
}

.kw-about-card-note {
  display: flex;
  gap: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

.kw-about-note-icon {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-top: 2px;
  border-radius: 50%;
  background: #e8f7ee;
  color: #229a55;
  font-size: 18px;
  font-weight: 800;
}

.kw-about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.kw-about-value {
  padding: 28px;
  border: 1px solid #dceaf6;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(31, 58, 95, 0.06);
}

.kw-about-value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 30px;
  margin-bottom: 18px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eaf5ff;
  color: #2f78d4;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.kw-about-value h3 {
  margin: 0 0 12px;
  color: #0f1f33;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.5;
}

.kw-about-value p {
  margin: 0;
  color: #53657c;
  font-size: 14.5px;
  line-height: 1.9;
}

.kw-about-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: 30px 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, #2f78d4 0%, #4db7f3 100%);
  box-shadow: 0 18px 40px rgba(47, 120, 212, 0.22);
}

.kw-about-message p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}

.kw-about-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #2f78d4;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 31, 51, 0.14);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.kw-about-button:hover,
.kw-about-button:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 31, 51, 0.18);
  opacity: 0.94;
}

@media (max-width: 900px) {
  .kw-about-section {
    padding: 72px 18px;
  }

  .kw-about-main,
  .kw-about-values {
    grid-template-columns: 1fr;
  }

  .kw-about-card,
  .kw-about-value {
    padding: 26px;
  }

  .kw-about-message {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px;
  }

  .kw-about-button {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .kw-about-section {
    padding: 60px 16px;
  }

  .kw-about-heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .kw-about-label::before {
    display: none;
  }

  .kw-about-label::after {
    width: 22px;
  }

  .kw-about-lead {
    font-size: 15px;
    line-height: 1.9;
  }

  .kw-about-card-note {
    display: block;
  }

  .kw-about-note-icon {
    margin-bottom: 16px;
  }

  .kw-about-card h3 {
    font-size: 20px;
  }

  .kw-about-message p {
    font-size: 15px;
  }
}

/* Cases mock thumbnails */
.case .thumb {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  border-radius: 22px;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(255, 255, 255, 0.85),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      rgba(235, 244, 255, 0.95),
      rgba(250, 247, 255, 0.95)
    );
  display: flex;
  align-items: center;
  justify-content: center;
}

.case .thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.45) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.35;
}

.case .thumb > * {
  position: relative;
  z-index: 1;
}

.thumb-corporate {
  background: linear-gradient(135deg, #edf6ff, #f8fbff);
}

.thumb-lp {
  background: linear-gradient(135deg, #fff1f5, #fff9ed);
}

.thumb-patch {
  background: linear-gradient(135deg, #f1f5f9, #eefdf8);
}

.thumb-plugin {
  background: linear-gradient(135deg, #f4f0ff, #eef7ff);
}

.thumb-improve {
  background: linear-gradient(135deg, #effdf5, #f8fbff);
}

.thumb-maintenance {
  background: linear-gradient(135deg, #eef7ff, #f0fdf4);
}

/* Corporate site mock */
.mock-browser {
  width: 72%;
  max-width: 260px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 45px rgba(39, 72, 112, 0.13);
  backdrop-filter: blur(8px);
}

.mock-browser-bar {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

.mock-browser-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.35);
}

.mock-hero {
  height: 54px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.35),
    rgba(147, 197, 253, 0.18)
  );
  margin-bottom: 10px;
}

.mock-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.mock-row span {
  height: 28px;
  border-radius: 9px;
  background: rgba(148, 163, 184, 0.22);
}

/* LP mock */
.mock-page {
  width: 48%;
  max-width: 150px;
  min-height: 150px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(180, 83, 9, 0.12);
  text-align: center;
}

.mock-catch {
  height: 18px;
  width: 78%;
  margin: 0 auto 8px;
  border-radius: 999px;
  background: rgba(244, 114, 182, 0.32);
}

.mock-copy {
  height: 8px;
  width: 92%;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: rgba(251, 146, 60, 0.24);
}

.mock-button {
  height: 24px;
  width: 68%;
  margin: 0 auto 8px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(244, 114, 182, 0.55),
    rgba(251, 146, 60, 0.45)
  );
}

.mock-arrow {
  color: rgba(244, 114, 182, 0.75);
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
}

.mock-section {
  height: 38px;
  border-radius: 12px;
  background: rgba(148, 163, 184, 0.18);
}

/* WP patch mock */
.mock-code {
  width: 72%;
  max-width: 250px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.86);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
}

.mock-code-head {
  display: flex;
  gap: 5px;
  margin-bottom: 14px;
}

.mock-code-head span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(226, 232, 240, 0.42);
}

.mock-code-line {
  height: 8px;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.34);
  margin-bottom: 8px;
}

.mock-code-line.long {
  width: 88%;
}

.mock-code-line.mid {
  width: 64%;
}

.mock-code-line.short {
  width: 42%;
}

.mock-fixed {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.17);
  color: #bbf7d0;
  font-size: 12px;
  font-weight: 700;
}

.mock-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.28);
}

/* Plugin mock */
.mock-admin {
  width: 74%;
  max-width: 260px;
  min-height: 140px;
  padding: 12px;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(88, 28, 135, 0.12);
}

.mock-sidebar {
  border-radius: 12px;
  background: rgba(124, 58, 237, 0.18);
}

.mock-panel {
  position: relative;
  padding: 12px;
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.92);
}

.mock-panel-title {
  width: 62%;
  height: 10px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.3);
  margin-bottom: 12px;
}

.mock-plugin-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}

.mock-plugin-grid span {
  height: 28px;
  border-radius: 10px;
  background: rgba(96, 165, 250, 0.18);
}

.mock-puzzle {
  position: absolute;
  right: 12px;
  bottom: 10px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(124, 58, 237, 0.16);
  color: rgba(124, 58, 237, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
}

/* Improve mock */
.mock-improve {
  position: relative;
  width: 74%;
  max-width: 250px;
  min-height: 145px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 42px rgba(22, 101, 52, 0.11);
}

.mock-search {
  position: absolute;
  left: 22px;
  top: 26px;
  width: 54px;
  height: 54px;
  border: 8px solid rgba(16, 185, 129, 0.25);
  border-radius: 50%;
}

.mock-search::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -12px;
  width: 28px;
  height: 8px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.25);
  transform: rotate(45deg);
}

.mock-chart {
  position: absolute;
  right: 22px;
  bottom: 26px;
  display: flex;
  align-items: end;
  gap: 8px;
}

.mock-chart span {
  width: 18px;
  border-radius: 999px 999px 4px 4px;
  background: rgba(34, 197, 94, 0.32);
}

.mock-chart span:nth-child(1) {
  height: 32px;
}

.mock-chart span:nth-child(2) {
  height: 48px;
}

.mock-chart span:nth-child(3) {
  height: 68px;
}

.mock-route {
  position: absolute;
  left: 28px;
  bottom: 30px;
  display: flex;
  gap: 12px;
}

.mock-route i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.35);
}

/* Maintenance mock */
.mock-maintenance {
  position: relative;
  width: 74%;
  max-width: 250px;
  min-height: 145px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(29, 78, 216, 0.11);
}

.mock-shield {
  width: 70px;
  height: 78px;
  margin: 0 auto;
  clip-path: polygon(50% 0, 88% 16%, 82% 66%, 50% 100%, 18% 66%, 12% 16%);
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.28),
    rgba(16, 185, 129, 0.25)
  );
  color: rgba(37, 99, 235, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 800;
}

.mock-maintenance-lines {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: grid;
  gap: 7px;
}

.mock-maintenance-lines span {
  width: 72px;
  height: 8px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.22);
}

.mock-maintenance-lines span:nth-child(2) {
  width: 54px;
}

.mock-maintenance-lines span:nth-child(3) {
  width: 62px;
}

.mock-sync {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.12);
  color: rgba(37, 99, 235, 0.68);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
}

/* Mobile adjustment */
@media (max-width: 767px) {
  .case .thumb {
    min-height: 165px;
    border-radius: 18px;
  }

  .mock-browser,
  .mock-code,
  .mock-admin,
  .mock-improve,
  .mock-maintenance {
    width: 78%;
  }

  .mock-page {
    width: 54%;
  }
}

.price-overview-section {
  margin-top: 72px;
}
/* ─────────────────────────────────────────────
 * Spot support price section
 * スポット修正・単発サポート
 * ───────────────────────────────────────────── */

.spot-support-section,
.production-price-section {
  margin-top: 72px;
}

.spot-support-section .h-sub {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--accent-2);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.spot-support-section h2 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 14px;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.spot-support-section .intro {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.85;
  margin: 0 0 28px;
  max-width: 760px;
}

.spot-support-note {
  margin-bottom: 28px;
  padding: 20px 24px;
  background: var(--accent-pale);
  border: 1px solid var(--accent-soft);
  border-radius: var(--radius);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.spot-support-note .ic {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: var(--accent-2);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid var(--accent-soft);
}

.spot-support-note p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.85;
  color: var(--ink-2);
}

.spot-support-note strong {
  color: var(--ink);
  font-weight: 700;
}

.spot-price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.spot-price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px 22px 22px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.spot-price-card:hover {
  transform: translateY(-2px);
  border-color: var(--accent-soft);
  box-shadow: var(--shadow);
}

.spot-price-card .num {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--accent-pale);
  color: var(--accent-2);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  margin-bottom: 4px;
}

.spot-price-card h3 {
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.spot-price-card p {
  font-size: 13px;
  line-height: 1.75;
  color: var(--ink-2);
  margin: 0;
  flex: 1;
}

.spot-price {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
  display: flex;
  align-items: baseline;
  gap: 3px;
  font-feature-settings:
    "palt" 0,
    "tnum" 1;
}

.spot-price .tax-label {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.spot-price .currency {
  font-size: 12px;
  color: var(--ink-2);
  font-weight: 600;
}

.spot-price .amount {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1;
}

.spot-price .suffix {
  font-size: 12px;
  color: var(--ink-3);
  font-weight: 500;
  margin-left: 2px;
}

.spot-support-caution {
  margin-top: 24px;
  padding: 18px 22px;
  background: #fbfcfe;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
}

.spot-support-caution p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.85;
  color: var(--ink-3);
}

/* ── Responsive ─────────────────────────────── */

@media (max-width: 991px) {
  .spot-support-section {
    margin-top: 56px;
  }

  .spot-price-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .spot-support-section h2 {
    font-size: 22px;
  }
}

@media (max-width: 599px) {
  .spot-support-section {
    margin-top: 48px;
  }

  .spot-support-section h2 {
    font-size: 20px;
  }

  .spot-support-section .intro {
    font-size: 13.5px;
    line-height: 1.8;
    margin-bottom: 22px;
  }

  .spot-support-note {
    padding: 18px 20px;
  }

  .spot-price-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .spot-price-card {
    padding: 22px 20px 20px;
  }

  .spot-price .amount {
    font-size: 21px;
  }

  .spot-support-caution {
    padding: 16px 18px;
  }
}

.maintenance-note {
  margin-top: 24px;
}

.maintenance-mini-cta {
  margin-top: 32px;
}

/* ─────────────────────────────────────────────
 * Maintenance page
 * WordPress保守・運用サポート専用ページ
 * ───────────────────────────────────────────── */

.maintenance-page {
  padding: 80px 0 120px;
  background:
    radial-gradient(
      900px 500px at 50% -10%,
      rgba(58, 123, 208, 0.08),
      transparent 60%
    ),
    linear-gradient(180deg, #f6fafe 0%, #ffffff 60%);
}

.maintenance-page .h-sub,
.maintenance-lead-section .h-sub,
.maintenance-plans-section .h-sub,
.maintenance-compare-section .h-sub,
.maintenance-option-section .h-sub,
.maintenance-scope-section .h-sub,
.maintenance-faq-section .h-sub {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--accent-2);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.maintenance-lead-section,
.maintenance-plans-section,
.maintenance-compare-section,
.maintenance-option-section,
.maintenance-scope-section,
.maintenance-faq-section {
  margin-top: 72px;
}

.maintenance-lead-section h2,
.maintenance-plans-section h2,
.maintenance-compare-section h2,
.maintenance-option-section h2,
.maintenance-scope-section h2,
.maintenance-faq-section h2 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 14px;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.maintenance-plans-section .intro,
.maintenance-option-section .intro,
.price-flow-section .intro {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.85;
  margin: 0 0 32px;
  max-width: 760px;
}

.maintenance-lead-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 40px 44px;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 40px;
  align-items: center;
  box-shadow: var(--shadow-sm);
}

.maintenance-lead-box p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--ink-2);
  margin: 0;
}

.maintenance-lead-card {
  background: var(--accent-pale);
  border: 1px solid var(--accent-soft);
  border-radius: var(--radius-lg);
  padding: 26px 24px;
  text-align: center;
}

.maintenance-lead-card span {
  display: inline-flex;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--accent-soft);
  color: var(--accent-2);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.maintenance-lead-card strong {
  display: block;
  font-size: 25px;
  line-height: 1.3;
  color: var(--ink);
  letter-spacing: -0.01em;
  font-feature-settings: "tnum" 1;
}

.maintenance-lead-card small {
  display: block;
  margin-top: 8px;
  color: var(--ink-3);
  font-size: 12px;
}

/* 比較表 */
.maintenance-compare-table {
  margin-top: 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.compare-row {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  border-bottom: 1px solid var(--line-soft);
}

.compare-row:last-child {
  border-bottom: 0;
}

.compare-row > div {
  padding: 18px 22px;
  font-size: 13.5px;
  color: var(--ink-2);
  display: flex;
  align-items: center;
}

.compare-row > div:not(:first-child) {
  justify-content: center;
  text-align: center;
  border-left: 1px solid var(--line-soft);
  font-weight: 700;
  color: var(--ink);
}

.compare-head {
  background: #f6fafd;
}

.compare-head > div {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--ink-3);
  font-weight: 700;
}

/* オプション */
.maintenance-option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.maintenance-option-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 24px 24px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.maintenance-option-card:hover {
  transform: translateY(-2px);
  border-color: var(--accent-soft);
  box-shadow: var(--shadow);
}

.maintenance-option-card h3 {
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.maintenance-option-card p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--ink-2);
  margin: 0;
  flex: 1;
}

.maintenance-option-card span {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--accent-pale);
  border: 1px solid var(--accent-soft);
  color: var(--accent-2);
  font-size: 11px;
  font-weight: 700;
}

/* FAQ */
.maintenance-faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 32px;
}

.maintenance-faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
}

.maintenance-faq-item h3 {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 10px;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.maintenance-faq-item p {
  font-size: 13px;
  line-height: 1.85;
  color: var(--ink-2);
  margin: 0;
}

.maintenance-note {
  margin-top: 24px;
}

/* ── Responsive ─────────────────────────────── */

@media (max-width: 991px) {
  .maintenance-page {
    padding: 56px 0 80px;
  }

  .maintenance-lead-section,
  .maintenance-plans-section,
  .maintenance-compare-section,
  .maintenance-option-section,
  .maintenance-scope-section,
  .maintenance-faq-section {
    margin-top: 56px;
  }

  .maintenance-lead-box {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 30px;
  }

  .maintenance-lead-card {
    text-align: left;
  }

  .maintenance-option-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .maintenance-faq-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 599px) {
  .maintenance-lead-section,
  .maintenance-plans-section,
  .maintenance-compare-section,
  .maintenance-option-section,
  .maintenance-scope-section,
  .maintenance-faq-section {
    margin-top: 48px;
  }

  .maintenance-lead-section h2,
  .maintenance-plans-section h2,
  .maintenance-compare-section h2,
  .maintenance-option-section h2,
  .maintenance-scope-section h2,
  .maintenance-faq-section h2 {
    font-size: 20px;
  }

  .maintenance-lead-box {
    padding: 28px 22px;
  }

  .maintenance-lead-card strong {
    font-size: 22px;
  }

  .maintenance-option-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .compare-row {
    grid-template-columns: 1fr;
  }

  .compare-row > div:not(:first-child) {
    justify-content: flex-start;
    text-align: left;
    border-left: 0;
    border-top: 1px solid var(--line-soft);
  }

  .compare-row > div:nth-child(2)::before {
    content: "ライト：";
    color: var(--ink-3);
    font-weight: 700;
    margin-right: 4px;
  }

  .compare-row > div:nth-child(3)::before {
    content: "スタンダード：";
    color: var(--ink-3);
    font-weight: 700;
    margin-right: 4px;
  }

  .compare-head {
    display: none;
  }
}

/* ─────────────────────────────────────────────
 * Maintenance option examples
 * 月額オプション組み合わせ例 / 年間一括払い
 * ───────────────────────────────────────────── */

/* 共通：オプション例ブロック */
.maintenance-option-example {
  margin-top: 28px;
  background: #fff;
  border: 1px solid var(--accent-soft);
  border-radius: var(--radius-xl);
  padding: 30px 32px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 32px;
  align-items: center;
  box-shadow: var(--shadow-sm);
}

.maintenance-option-example h3 {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 10px;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.maintenance-option-example p {
  font-size: 13.5px;
  line-height: 1.85;
  color: var(--ink-2);
  margin: 0;
}

.maintenance-option-example strong {
  color: var(--ink);
  font-weight: 700;
}

/* 共通：金額カード */
.option-total-card {
  background: var(--accent-pale);
  border: 1px solid var(--accent-soft);
  border-radius: var(--radius-lg);
  padding: 20px 22px;
}

.option-line,
.option-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  font-size: 13px;
  color: var(--ink-2);
}

.option-line + .option-line {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--accent-soft);
}

.option-line strong {
  white-space: nowrap;
  font-size: 13px;
}

.option-line small {
  display: block;
  margin-top: 3px;
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--ink-3);
  font-weight: 500;
}

.option-total {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--accent-soft);
  color: var(--ink);
  font-weight: 700;
}

.option-total strong {
  font-size: 18px;
  color: var(--accent-2);
  white-space: nowrap;
}

/* ── 年間一括払いブロック専用 ───────────────────── */

/* 説明文を上、カード2枚を下に配置 */
.maintenance-option-example.annual-payment-example {
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
}

/* 年間一括払いの説明文 */
.annual-payment-intro {
  max-width: 760px;
}

/* 年間一括払いのカード2枚 */
.annual-payment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

/* 年間一括払いカード */
.annual-payment-example .option-total-card {
  height: 100%;
}

/* プラン名 */
.option-plan-title {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--accent-soft);
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* お得バッジ */
.card-badge-container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.discount-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--accent-soft);
  color: var(--accent-2);
  font-size: 11px;
  font-weight: 700;
}

.discount-badge.accent {
  background: var(--accent-2);
  border-color: var(--accent-2);
  color: #fff;
}

/* 金額比較 */
.price-comparison {
  display: grid;
  gap: 14px;
}

/* 年間一括払いカード内：ラベル左、金額右 */
.annual-payment-example .price-line-monthly,
.annual-payment-example .price-line-annual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
}

.annual-payment-example .price-line-annual {
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px dashed var(--accent-soft);
}

/* ラベル・補足は左側 */
.annual-payment-example .price-comparison .label,
.annual-payment-example .price-comparison .note {
  grid-column: 1;
}

.annual-payment-example .price-comparison .label {
  font-size: 12px;
  color: var(--ink-3);
  font-weight: 700;
}

.annual-payment-example .price-comparison .note {
  font-size: 11.5px;
  color: var(--ink-3);
  line-height: 1.5;
}

/* 金額は右側 */
.annual-payment-example .price-comparison .amount {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  text-align: right;
  white-space: nowrap;
  font-size: 14px;
  color: var(--ink);
  font-weight: 700;
}

/* 年間一括払いの金額を強調 */
.annual-payment-example .price-line-annual .amount {
  font-size: 22px;
  color: var(--accent-2);
}

.annual-payment-example .price-line-annual .currency,
.annual-payment-example .price-line-annual .suffix {
  font-size: 12px;
  font-weight: 700;
}

/* ── Responsive ─────────────────────────────── */

@media (max-width: 991px) {
  .maintenance-option-example {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .annual-payment-grid {
    grid-template-columns: 1fr;
  }

  .annual-payment-intro {
    max-width: none;
  }
}

@media (max-width: 599px) {
  .maintenance-option-example {
    padding: 24px 20px;
  }

  .option-line,
  .option-total {
    flex-direction: column;
    gap: 4px;
  }

  .option-line strong,
  .option-total strong {
    white-space: normal;
  }

  .annual-payment-example .price-line-monthly,
  .annual-payment-example .price-line-annual {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .annual-payment-example .price-comparison .amount {
    grid-column: 1;
    grid-row: auto;
    text-align: left;
    white-space: normal;
  }
}

/* =========================================================
   Price Page - Simple Price Table
   新規追加：料金詳細表
========================================================= */

.price-page .simple-price-table {
  width: 100%;
  margin-top: 28px;
  border: 1px solid rgba(18, 39, 63, 0.1);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 45px rgba(18, 39, 63, 0.06);
}

.price-page .simple-price-row {
  display: grid;
  grid-template-columns: 1.05fr 1.7fr 0.75fr;
  gap: 20px;
  align-items: center;
  padding: 22px 26px;
  border-top: 1px solid rgba(18, 39, 63, 0.08);
}

.price-page .simple-price-row:first-child {
  border-top: 0;
}

.price-page .simple-price-head {
  background: linear-gradient(
    135deg,
    rgba(18, 39, 63, 0.96),
    rgba(33, 62, 92, 0.96)
  );
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.price-page .simple-price-row:not(.simple-price-head) {
  color: #1c2b3a;
  font-size: 15px;
  line-height: 1.8;
}

.price-page .simple-price-row:not(.simple-price-head):nth-child(odd) {
  background: rgba(248, 251, 255, 0.72);
}

.price-page .simple-price-row strong {
  font-weight: 800;
  color: #12273f;
}

.price-page .simple-price-row > div:last-child {
  text-align: right;
  white-space: nowrap;
}

.price-page .simple-price-row > div:last-child strong {
  font-size: 17px;
  color: #e82576;
}

.price-page .row-note {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
  color: #6a7888;
}

/* =========================================================
   Price Page - Scope Compare Grid
   新規追加：含まれるもの・別途費用カード
========================================================= */

.price-page .scope-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.price-page .scope-card {
  padding: 28px;
  border: 1px solid rgba(18, 39, 63, 0.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(18, 39, 63, 0.06);
}

.price-page .scope-card h3 {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.5;
  color: #12273f;
}

.price-page .scope-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-page .scope-card li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.85;
  color: #34465a;
}

.price-page .scope-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #e82576;
}

/* =========================================================
   Price Page - Added Note Styles
   新規追加：補足カード内の見出し・小注釈
========================================================= */

.price-page .price-note-block h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #12273f;
}

.price-page .price-note-block p + p {
  margin-top: 10px;
}

.price-page .price-note-block .small-note {
  font-size: 13px;
  line-height: 1.75;
  color: #6a7888;
}

.price-page .privacy-policy-note,
.price-page .spot-minimum-note {
  align-items: flex-start;
}

.price-page .privacy-policy-note .ic,
.price-page .spot-minimum-note .ic {
  flex: 0 0 auto;
}

/* =========================================================
   Price Page - Responsive
   新規追加分のレスポンシブ調整
========================================================= */

@media (max-width: 900px) {
  .price-page .simple-price-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
  }

  .price-page .simple-price-head {
    display: none;
  }

  .price-page .simple-price-row > div:last-child {
    text-align: left;
    white-space: normal;
  }

  .price-page .simple-price-row > div:last-child strong {
    display: inline-block;
    margin-top: 4px;
  }

  .price-page .scope-compare-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .price-page .simple-price-table {
    border-radius: 18px;
  }

  .price-page .simple-price-row {
    padding: 18px;
  }

  .price-page .simple-price-row:not(.simple-price-head) {
    font-size: 14px;
  }

  .price-page .simple-price-row > div:last-child strong {
    font-size: 16px;
  }

  .price-page .scope-card {
    padding: 22px 20px;
    border-radius: 18px;
  }

  .price-page .scope-card h3 {
    font-size: 18px;
  }

  .price-page .scope-card li {
    font-size: 14px;
  }
}

.price-page .scope-card-note {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(18, 39, 63, 0.08);
  font-size: 13px;
  line-height: 1.8;
  color: #6a7888;
}

/* =========================================================
   Contact Page - Balance Tuning
   フォームのバランス調整
========================================================= */

.contact-page .contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: 36px;
  align-items: start;
}

.contact-page .contact-form {
  padding: 38px 38px 34px;
  border: 1px solid rgba(18, 39, 63, 0.1);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(18, 39, 63, 0.08);
}

.contact-page .contact-form .wpcf7-form {
  display: grid;
  gap: 18px;
  margin: 0;
}

/* pタグの余白整理 */
.contact-page .contact-form .wpcf7-form p {
  margin: 0;
}

/* ラベル */
.contact-page .contact-form label {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #12273f;
}

/* 入力欄をしっかり幅いっぱいに */
.contact-page .contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contact-page .contact-form input[type="text"],
.contact-page .contact-form input[type="email"],
.contact-page .contact-form input[type="tel"],
.contact-page .contact-form input[type="url"],
.contact-page .contact-form select,
.contact-page .contact-form textarea {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100%;
  box-sizing: border-box;
  min-height: 54px;
  padding: 13px 16px;
  border: 1px solid rgba(18, 39, 63, 0.18);
  border-radius: 14px;
  background: #fbfcfe;
  color: #12273f;
  font-size: 15px;
  line-height: 1.6;
  outline: none;
  box-shadow: none;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-page .contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

/* フォーカス */
.contact-page .contact-form input[type="text"]:focus,
.contact-page .contact-form input[type="email"]:focus,
.contact-page .contact-form input[type="tel"]:focus,
.contact-page .contact-form input[type="url"]:focus,
.contact-page .contact-form select:focus,
.contact-page .contact-form textarea:focus {
  border-color: #e82576;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(232, 37, 118, 0.12);
}

/* 必須エラー文 */
.contact-page .contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.6;
  color: #e0564a;
}

/* 送信ボタンまわり */
.contact-page .contact-form .wpcf7-spinner {
  margin-left: 12px;
  vertical-align: middle;
}

.contact-page .contact-form input[type="submit"],
.contact-page .contact-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 220px;
  min-height: 54px;
  padding: 14px 30px;
  border: 0;
  border-radius: 999px;
  background: #12273f;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(18, 39, 63, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.contact-page .contact-form input[type="submit"]:hover,
.contact-page .contact-form .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(18, 39, 63, 0.24);
}

/* 送信ボタンの段だけ少し余白を広めに */
.contact-page .contact-form .wpcf7-submit {
  margin-top: 6px;
}

/* レスポンスメッセージ */
.contact-page .contact-form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.7;
}

/* 右側カードも少し揃える */
.contact-page .contact-aside {
  display: grid;
  gap: 18px;
}

.contact-page .contact-aside .aside-card {
  padding: 24px 24px 22px;
  border: 1px solid rgba(18, 39, 63, 0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(18, 39, 63, 0.06);
}

/* SP・タブレット */
@media (max-width: 980px) {
  .contact-page .contact-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact-page .contact-form {
    padding: 28px 24px 26px;
    border-radius: 24px;
  }
}

@media (max-width: 640px) {
  .contact-page .contact-form {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .contact-page .contact-form input[type="text"],
  .contact-page .contact-form input[type="email"],
  .contact-page .contact-form input[type="tel"],
  .contact-page .contact-form input[type="url"],
  .contact-page .contact-form select,
  .contact-page .contact-form textarea {
    font-size: 16px;
    min-height: 52px;
  }

  .contact-page .contact-form textarea {
    min-height: 150px;
  }

  .contact-page .contact-form input[type="submit"],
  .contact-page .contact-form .wpcf7-submit {
    width: 100%;
    min-width: 0;
  }
}

.kw-about-values + .kw-about-main {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .kw-about-values + .kw-about-main {
    margin-top: 32px;
  }
}

.website-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 18% 12%,
      rgba(47, 128, 237, 0.08) 0%,
      rgba(47, 128, 237, 0) 34%
    ),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.website-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.website-copy {
  position: relative;
  z-index: 2;
}

.website-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.website-bullets li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.7;
  color: #344054;
}

.website-bullets .tick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(47, 128, 237, 0.1);
  color: #2f6fd6;
  font-size: 13px;
  font-weight: 700;
  margin-top: 2px;
}

.website-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 30px;
}

.website-card {
  display: flex;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(47, 128, 237, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(31, 80, 140, 0.07);
}

.website-card .card-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #eef7ff;
  color: #2f6fd6;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.website-card:nth-child(2) .card-ic {
  background: #f1f8ff;
}

.website-card:nth-child(3) .card-ic {
  background: #fff7e6;
  color: #c47a00;
}

.website-card h3 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.45;
  color: #1f2a44;
}

.website-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #667085;
}

.website-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
}

.website-visual {
  position: relative;
  min-height: 520px;
}

.site-preview {
  position: relative;
  z-index: 2;
  padding: 16px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 80px rgba(31, 80, 140, 0.16);
  border: 1px solid rgba(47, 128, 237, 0.12);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 12px 16px;
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfe8ff;
}

.browser-bar span:nth-child(2) {
  background: #dff3ff;
}

.browser-bar span:nth-child(3) {
  background: #fff0c9;
}

.browser-bar .url {
  margin-left: 10px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #f3f8ff;
  color: #7b8aa0;
  font-size: 12px;
  line-height: 1;
}

.preview-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #eef7ff 0%, #f8fcff 58%, #fff8e8 100%);
}

.mini-label {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(47, 128, 237, 0.1);
  color: #2f6fd6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.preview-title {
  width: 92%;
  height: 22px;
  margin-top: 18px;
  border-radius: 999px;
  background: #1f2a44;
}

.preview-text {
  width: 100%;
  height: 10px;
  margin-top: 12px;
  border-radius: 999px;
  background: #c8d6e6;
}

.preview-text.short {
  width: 72%;
}

.preview-buttons {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.preview-buttons span {
  width: 74px;
  height: 24px;
  border-radius: 999px;
  background: #2f6fd6;
  box-shadow: 0 8px 18px rgba(47, 111, 214, 0.18);
}

.preview-buttons span:nth-child(2) {
  background: #ffffff;
  border: 1px solid rgba(47, 128, 237, 0.16);
  box-shadow: none;
}

.preview-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  border-radius: 22px;
  background: radial-gradient(
    circle at 30% 20%,
    #ffffff 0%,
    #dff3ff 48%,
    #eef7ff 100%
  );
}

.image-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  color: #2f6fd6;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(47, 111, 214, 0.16);
}

.preview-sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.preview-box {
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(47, 128, 237, 0.1);
}

.box-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #eef7ff;
  color: #2f6fd6;
  font-size: 14px;
  font-weight: 800;
}

.preview-box:nth-child(2) .box-ic {
  background: #fff7e6;
  color: #c47a00;
}

.box-line {
  width: 70%;
  height: 10px;
  margin-top: 14px;
  border-radius: 999px;
  background: #344054;
}

.box-text {
  width: 100%;
  height: 8px;
  margin-top: 10px;
  border-radius: 999px;
  background: #c8d6e6;
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(31, 80, 140, 0.14);
  font-size: 14px;
  font-weight: 700;
  color: #1f2a44;
  white-space: nowrap;
}

.note-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #eef7ff;
  color: #2f6fd6;
  font-size: 13px;
}

.note-2 .note-ic {
  background: #fff7e6;
  color: #c47a00;
}

.note-1 {
  top: 18px;
  right: -10px;
}

.note-2 {
  left: -12px;
  bottom: 104px;
}

.note-3 {
  right: 34px;
  bottom: 58px;
}

@media (max-width: 1024px) {
  .website-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .website-visual {
    min-height: auto;
  }

  .note-1 {
    right: 8px;
  }

  .note-2 {
    left: 8px;
  }
  .note-3 {
    bottom: 18px;
  }
}

@media (max-width: 640px) {
  .website-bullets {
    grid-template-columns: 1fr;
  }

  .website-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .website-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .website-actions .btn-ghost {
    margin-left: 0 !important;
  }

  .preview-hero {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .preview-sections {
    grid-template-columns: 1fr;
  }

  .floating-note {
    position: static;
    margin-top: 10px;
    width: fit-content;
  }

  .website-visual {
    display: grid;
    gap: 10px;
  }
}

/* ─────────────────────────────────────────────
 * Website production visual compact adjustment
 * ホームページ制作ビジュアルのスマホ表示調整
 * ───────────────────────────────────────────── */

@media (max-width: 991px) {
  .website-visual {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .website-grid {
    gap: 34px;
  }

  .website-visual {
    min-height: auto;
    display: block;
  }

  .site-preview {
    padding: 12px;
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(31, 80, 140, 0.14);
  }

  .site-preview .browser-bar {
    height: auto;
    padding: 8px 10px 12px;
    gap: 5px;
  }

  .site-preview .browser-bar span {
    width: 8px;
    height: 8px;
  }

  .site-preview .browser-bar .url {
    min-width: 0;
    margin-left: 6px;
    padding: 5px 10px;
    font-size: 10px;
  }

  .preview-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(86px, 0.82fr);
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
  }

  .mini-label {
    padding: 4px 8px;
    font-size: 9.5px;
  }

  .preview-title {
    height: 14px;
    margin-top: 12px;
  }

  .preview-text {
    height: 7px;
    margin-top: 8px;
  }

  .preview-buttons {
    gap: 6px;
    margin-top: 12px;
  }

  .preview-buttons span {
    width: 48px;
    height: 18px;
  }

  .preview-image {
    min-height: 96px;
    border-radius: 16px;
  }

  .image-mark {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    font-size: 15px;
  }

  .preview-sections {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
  }

  .preview-box {
    padding: 10px;
    border-radius: 15px;
  }

  .box-ic {
    width: 26px;
    height: 26px;
    border-radius: 9px;
    font-size: 12px;
  }

  .box-line {
    height: 7px;
    margin-top: 10px;
  }

  .box-text {
    height: 6px;
    margin-top: 7px;
  }

  .floating-note {
    position: absolute;
    width: auto;
    margin-top: 0;
    padding: 8px 10px;
    gap: 6px;
    font-size: 11px;
    box-shadow: 0 12px 26px rgba(31, 80, 140, 0.12);
  }

  .note-ic {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .note-1 {
    top: -8px;
    right: 8px;
  }

  .note-2 {
    left: 8px;
    bottom: 48px;
  }

  .note-3 {
    right: 10px;
    bottom: -10px;
  }
}

@media (max-width: 420px) {
  .floating-note.note-2 {
    display: none;
  }

  .note-3 {
    bottom: -8px;
  }
}
/* =========================================================
   Website Production Page
   WEBサイト制作ページ
========================================================= */

.website-page {
  padding: 80px 0 120px;
  background:
    radial-gradient(
      900px 500px at 50% -10%,
      rgba(58, 123, 208, 0.08),
      transparent 60%
    ),
    linear-gradient(180deg, #f6fafe 0%, #ffffff 60%);
}

.website-page-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.website-lead-section,
.website-problem-section,
.website-service-section,
.website-plan-section,
.website-scope-section,
.website-material-section,
.website-flow-section,
.website-faq-section {
  margin-top: 72px;
}

.website-lead-section .h-sub,
.website-problem-section .h-sub,
.website-service-section .h-sub,
.website-plan-section .h-sub,
.website-scope-section .h-sub,
.website-flow-section .h-sub,
.website-faq-section .h-sub {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--accent-2);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.website-lead-section h2,
.website-problem-section h2,
.website-service-section h2,
.website-plan-section h2,
.website-scope-section h2,
.website-flow-section h2,
.website-faq-section h2 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 14px;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.website-problem-section .intro,
.website-service-section .intro,
.website-plan-section .intro,
.website-scope-section .intro,
.website-flow-section .intro {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.85;
  margin: 0 0 32px;
  max-width: 760px;
}

/* Lead box */

.website-lead-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 40px 44px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  align-items: center;
  box-shadow: var(--shadow-sm);
}

.website-lead-box p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--ink-2);
  margin: 0;
}

.website-lead-box p + p {
  margin-top: 12px;
}

.website-lead-card {
  background: var(--accent-pale);
  border: 1px solid var(--accent-soft);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  text-align: center;
}

.website-lead-card span {
  display: inline-flex;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--accent-soft);
  color: var(--accent-2);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.website-lead-card strong {
  display: block;
  font-size: 25px;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.website-lead-card small {
  display: block;
  margin-top: 8px;
  color: var(--ink-3);
  font-size: 12px;
}

/* Problems */

.website-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.website-problem-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  box-shadow: var(--shadow-sm);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.website-problem-card .num {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--accent-pale);
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
}

.website-problem-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--ink-2);
}

/* Service cards */

.website-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.website-service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 28px 28px;
  box-shadow: var(--shadow-sm);
}

.website-service-card .num {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--accent-pale);
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  margin-bottom: 16px;
}

.website-service-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink);
  letter-spacing: 0.04em;
}

.website-service-card p {
  margin: 0 0 18px;
  font-size: 13.5px;
  line-height: 1.85;
  color: var(--ink-2);
}

.website-service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
}

.website-service-card li {
  position: relative;
  padding-left: 18px;
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--ink-3);
}

.website-service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

/* Plan cards */

.website-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.website-plan-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 32px 28px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.website-plan-card.featured {
  border-color: var(--accent-soft);
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 80%);
}

.website-plan-card .plan-tag {
  align-self: flex-start;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--accent-pale);
  color: var(--accent-2);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.website-plan-card h3 {
  font-size: 19px;
  margin: 0;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.website-plan-card .plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 4px;
  font-feature-settings:
    "palt" 0,
    "tnum" 1;
}

.website-plan-card .plan-price .currency {
  font-size: 14px;
  color: var(--ink-2);
  font-weight: 600;
}

.website-plan-card .plan-price .amount {
  font-size: 32px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1;
}

.website-plan-card .plan-price .suffix {
  font-size: 13px;
  color: var(--ink-3);
  font-weight: 500;
  margin-left: 4px;
}

.website-plan-card p {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.85;
  margin: 8px 0 12px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--line);
}

.website-plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.website-plan-card li {
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink-2);
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.website-plan-card li::before {
  content: "✓";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: var(--accent-pale);
  color: var(--accent-2);
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  margin-top: 2px;
}

/* Scope cards */

.website-scope-section .scope-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.website-scope-section .scope-card {
  padding: 28px;
  border: 1px solid rgba(18, 39, 63, 0.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(18, 39, 63, 0.06);
}

.website-scope-section .scope-card h3 {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.5;
  color: var(--ink);
}

.website-scope-section .scope-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.website-scope-section .scope-card li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--ink-2);
}

.website-scope-section .scope-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

/* Materials */

.website-material-box {
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-sm);
}

.website-material-head {
  max-width: 760px;
  margin-bottom: 40px;
}

.website-material-head .lead {
  margin-top: 18px;
}

.website-material-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.website-material-card {
  padding: 28px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 80, 140, 0.06);
}

.website-material-card .material-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--accent-pale);
  color: var(--accent-2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
}

.website-material-card h3 {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  letter-spacing: 0.04em;
}

.website-material-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.85;
  color: var(--ink-2);
}

.website-material-card p + p {
  margin-top: 12px;
}

.website-material-note {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  padding: 24px 26px;
  border: 1px solid var(--accent-soft);
  border-radius: var(--radius-lg);
  background: var(--accent-pale);
}

.website-material-note .note-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--accent-soft);
  color: var(--accent-2);
  font-size: 13px;
  font-weight: 800;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
}

.website-material-note h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  letter-spacing: 0.04em;
}

.website-material-note p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.85;
  color: var(--ink-2);
}

.website-material-list-wrap {
  margin-top: 32px;
  padding-top: 30px;
  border-top: 1px dashed var(--line);
}

.website-material-list-wrap h3 {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink);
  letter-spacing: 0.04em;
}

.website-material-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.website-material-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-2);
}

.website-material-list li span {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  border-radius: 5px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

/* Flow */

.website-flow-section .flow-list {
  margin-top: 36px;
}

.website-flow-section .step {
  box-shadow: var(--shadow-sm);
}

.website-flow-section .step p {
  min-height: 40px;
}

/* FAQ */

.website-faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.website-faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
}

.website-faq-item h3 {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 10px;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.website-faq-item p {
  font-size: 13px;
  line-height: 1.85;
  color: var(--ink-2);
  margin: 0;
}

.website-final-cta {
  margin-top: 72px;
}

/* Responsive */

@media (max-width: 991px) {
  .website-page {
    padding: 56px 0 80px;
  }

  .website-page-actions {
    align-items: center;
  }

  .website-lead-section,
  .website-problem-section,
  .website-service-section,
  .website-plan-section,
  .website-scope-section,
  .website-material-section,
  .website-flow-section,
  .website-faq-section {
    margin-top: 56px;
  }

  .website-lead-box {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 30px;
  }

  .website-lead-card {
    text-align: left;
  }

  .website-problem-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .website-service-grid,
  .website-plan-grid,
  .website-scope-section .scope-compare-grid,
  .website-faq-list {
    grid-template-columns: 1fr;
  }

  .website-material-box {
    padding: 36px 30px;
  }

  .website-material-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .website-material-list {
    grid-template-columns: 1fr;
  }

  .website-flow-section .flow-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .website-lead-section h2,
  .website-problem-section h2,
  .website-service-section h2,
  .website-plan-section h2,
  .website-scope-section h2,
  .website-flow-section h2,
  .website-faq-section h2 {
    font-size: 22px;
  }
}

@media (max-width: 599px) {
  .website-lead-section,
  .website-problem-section,
  .website-service-section,
  .website-plan-section,
  .website-scope-section,
  .website-material-section,
  .website-flow-section,
  .website-faq-section {
    margin-top: 48px;
  }

  .website-page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .website-page-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .website-lead-box {
    padding: 28px 22px;
  }

  .website-lead-card strong {
    font-size: 22px;
  }

  .website-problem-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .website-service-card,
  .website-plan-card {
    padding: 26px 22px 24px;
  }

  .website-service-card ul {
    grid-template-columns: 1fr;
  }

  .website-plan-card .plan-price .amount {
    font-size: 28px;
  }

  .website-scope-section .scope-card {
    padding: 22px 20px;
    border-radius: 18px;
  }

  .website-material-box {
    padding: 28px 22px;
    border-radius: var(--radius-lg);
  }

  .website-material-card {
    padding: 24px 22px;
  }

  .website-material-note {
    display: block;
    padding: 22px 20px;
  }

  .website-material-note .note-icon {
    margin-bottom: 14px;
  }

  .website-material-head {
    margin-bottom: 30px;
  }

  .website-flow-section .flow-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .website-flow-section .step p {
    min-height: auto;
  }

  .website-faq-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .website-final-cta {
    margin-top: 48px;
  }
}
.website-plan-note {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  padding: 24px 26px;
  border: 1px solid var(--accent-soft);
  border-radius: var(--radius-lg);
  background: var(--accent-pale);
}

.website-plan-note .note-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--accent-soft);
  color: var(--accent-2);
  font-size: 13px;
  font-weight: 800;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
}

.website-plan-note h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  letter-spacing: 0.04em;
}

.website-plan-note p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.85;
  color: var(--ink-2);
}

@media (max-width: 599px) {
  .website-plan-note {
    display: block;
    padding: 22px 20px;
  }

  .website-plan-note .note-icon {
    margin-bottom: 14px;
  }
}

/* =========================================================
   Website Page - Approach Section
   WEBサイト制作で大切にしていること
========================================================= */

.website-design-section {
  margin-top: 72px;
}

.website-design-section .h-sub {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--accent-2);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.website-design-section h2 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 14px;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.website-design-section .intro {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.85;
  margin: 0 0 32px;
  max-width: 760px;
}

.website-approach-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.website-approach-card {
  position: relative;
  overflow: hidden;
  padding: 28px 24px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.website-approach-card::before {
  content: "";
  position: absolute;
  top: -42px;
  right: -42px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(58, 123, 208, 0.06);
}

.website-approach-card .approach-num {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: var(--accent-pale);
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
}

.website-approach-card h3 {
  position: relative;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  letter-spacing: 0.04em;
}

.website-approach-card p {
  position: relative;
  margin: 0;
  font-size: 13px;
  line-height: 1.85;
  color: var(--ink-2);
}

@media (max-width: 991px) {
  .website-design-section {
    margin-top: 56px;
  }

  .website-approach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .website-design-section h2 {
    font-size: 22px;
  }
}

@media (max-width: 599px) {
  .website-design-section {
    margin-top: 48px;
  }

  .website-approach-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .website-approach-card {
    padding: 24px 22px;
  }

  .website-design-section h2 {
    font-size: 20px;
  }
}
