* {
  box-sizing: border-box;
}

:root {
  --ink: #14202f;
  --muted: #657386;
  --line: rgba(20, 32, 47, 0.12);
  --navy: #071526;
  --navy-2: #0d2542;
  --blue: #2f6fed;
  --cyan: #60d4ff;
  --gold: #c99f52;
  --cream: #f7f2e8;
  --green: #12a37f;
  --orange: #f39a3d;
  --paper: #ffffff;
  --soft: #f5f8fb;
  --shadow: 0 24px 80px rgba(15, 35, 60, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: 'Inter', 'Noto Sans JP', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #fff;
  line-height: 1.75;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

.site {
  min-height: 100vh;
  overflow: hidden;
}

.proposal-home {
  min-height: 100vh;
  padding: 72px clamp(20px, 6vw, 96px);
  background:
    radial-gradient(circle at top left, rgba(47, 111, 237, 0.18), transparent 34rem),
    radial-gradient(circle at bottom right, rgba(201, 159, 82, 0.18), transparent 30rem),
    #f8fafc;
}

.home-hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 108px) 0 42px;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-hero h1,
.co-hero h1,
.biz-hero h1 {
  color: var(--ink);
  font-size: clamp(2.8rem, 7vw, 7.4rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.98;
  margin-bottom: 28px;
}

.home-hero h1 {
  max-width: 980px;
}

.home-lead,
.lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  max-width: 760px;
}

.home-actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-link,
.secondary-link,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-link {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #123e91);
  box-shadow: 0 16px 36px rgba(47, 111, 237, 0.26);
}

.primary-link:hover,
.secondary-link:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.secondary-link {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto;
}

.home-grid article {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.home-grid span,
.solution-grid span,
.service-list span,
.flow-list span {
  color: var(--gold);
  font-weight: 900;
}

.home-grid h2 {
  margin: 8px 0 10px;
  font-size: 1.45rem;
}

.topbar,
.biz-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 16px auto 0;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

.glass {
  color: #fff;
  background: rgba(7, 21, 38, 0.76);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 50px rgba(7, 21, 38, 0.28);
}

.biz-header {
  background: rgba(255, 255, 255, 0.86);
  border-color: var(--line);
  box-shadow: 0 14px 42px rgba(28, 52, 72, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold), #9a7331);
  font-family: 'Noto Sans JP', serif;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0.84;
}

.nav-cta {
  min-height: 42px;
  padding-inline: 18px;
  color: var(--navy);
  background: #fff;
}

.nav-cta.warm {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #d46c1f);
}

.co-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 380px;
  align-items: end;
  gap: 56px;
  min-height: 820px;
  margin-top: -76px;
  padding: 190px clamp(20px, 6vw, 96px) 92px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 21, 38, 0.95), rgba(13, 37, 66, 0.92)),
    radial-gradient(circle at 70% 20%, rgba(96, 212, 255, 0.25), transparent 30rem);
}

.co-hero h1,
.co-hero .lead {
  color: #fff;
}

.co-hero h1 span {
  color: transparent;
  background: linear-gradient(90deg, #fff, var(--cyan), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.45;
}

.orb-one {
  width: 280px;
  height: 280px;
  top: 120px;
  right: 12%;
  background: rgba(96, 212, 255, 0.32);
}

.orb-two {
  width: 360px;
  height: 360px;
  bottom: 80px;
  left: 4%;
  background: rgba(201, 159, 82, 0.22);
}

.hero-copy,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.22);
}

.panel-label,
.card-kicker {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.metric-row {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.metric-row strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.metric-row span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.section {
  padding: clamp(70px, 9vw, 130px) clamp(20px, 6vw, 96px);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 42px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4.3vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  max-width: none;
}

.split-heading > p,
.split-heading .text-link {
  max-width: 420px;
}

.venn-layout {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  max-width: 1160px;
}

.circle-card {
  min-height: 360px;
  padding: clamp(28px, 4vw, 52px);
  border-radius: 40px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.tech-card {
  background: linear-gradient(145deg, #eef5ff, #fff);
}

.touch-card {
  background: linear-gradient(145deg, #fff6e6, #fff);
}

.circle-card span {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.15em;
}

.circle-card h3 {
  margin-top: 24px;
  font-size: clamp(1.45rem, 2.7vw, 2.4rem);
  line-height: 1.22;
}

.circle-card li {
  margin: 10px 0;
}

.cross-symbol {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--navy);
  font-size: 2rem;
  font-weight: 900;
  box-shadow: var(--shadow);
}

.dark-section {
  color: #fff;
  background: var(--navy);
}

.dark-section .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.solution-grid article {
  min-height: 280px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
}

.solution-grid h3,
.case-timeline h3,
.subsidy-grid h3,
.service-list h3,
.article-grid h3 {
  line-height: 1.35;
}

.solution-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.case-section {
  background: #fff;
}

.case-timeline {
  display: grid;
  gap: 20px;
  max-width: 1040px;
}

.case-timeline article {
  position: relative;
  padding: 32px 32px 32px 46px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(20, 32, 47, 0.08);
}

.case-timeline article::before {
  content: '';
  position: absolute;
  left: 22px;
  top: 34px;
  width: 8px;
  height: calc(100% - 68px);
  border-radius: 99px;
  background: linear-gradient(var(--blue), var(--gold));
}

.case-tag,
.pill {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(47, 111, 237, 0.09);
  font-size: 0.8rem;
  font-weight: 900;
}

.flow-section {
  background: var(--cream);
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li,
.problem-grid article,
.subsidy-grid article,
.service-list article,
.article-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
}

.final-cta {
  margin: clamp(24px, 4vw, 60px) clamp(20px, 6vw, 96px) clamp(60px, 8vw, 100px);
  border-radius: 40px;
  text-align: center;
}

.final-cta h2 {
  max-width: 840px;
  margin: 0 auto 20px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.12;
  letter-spacing: -0.055em;
}

.corporate-cta {
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(96, 212, 255, 0.28), transparent 30rem),
    var(--navy);
}

.biz-header + main {
  margin-top: -74px;
}

.biz-site {
  background: var(--soft);
}

.biz-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 42px;
  align-items: center;
  min-height: 780px;
  padding: 180px clamp(20px, 6vw, 96px) 80px;
  background:
    radial-gradient(circle at 18% 20%, rgba(18, 163, 127, 0.18), transparent 28rem),
    radial-gradient(circle at 90% 24%, rgba(243, 154, 61, 0.18), transparent 30rem),
    linear-gradient(180deg, #fff, #f4fbf8);
}

.biz-hero h1 span {
  color: var(--green);
}

.quick-search {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  max-width: 860px;
  margin-top: 36px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 60px rgba(18, 92, 72, 0.12);
}

.quick-search label {
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.quick-search select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-weight: 700;
}

.diagnosis-card {
  padding: 32px;
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(18, 163, 127, 0.16);
}

.diagnosis-card h2 {
  font-size: 2rem;
  line-height: 1.22;
}

.diagnosis-card li {
  margin: 10px 0;
}

.full {
  width: 100%;
  margin-top: 20px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: -34px clamp(20px, 6vw, 96px) 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 18px 60px rgba(20, 32, 47, 0.08);
}

.trust-strip span {
  display: grid;
  min-height: 86px;
  place-items: center;
  padding: 16px;
  background: #fff;
  color: var(--green);
  font-weight: 900;
  text-align: center;
}

.problem-grid,
.subsidy-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.subsidy-grid,
.article-grid {
  grid-template-columns: repeat(3, 1fr);
}

.subsidies-section,
.articles-section {
  background: #fff;
}

.subsidy-grid article {
  min-height: 280px;
  box-shadow: 0 16px 46px rgba(20, 32, 47, 0.06);
}

.subsidy-grid a,
.text-link {
  color: var(--blue);
  font-weight: 900;
}

.services-section {
  background: #f9f4ea;
}

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

.service-list article {
  display: grid;
  grid-template-columns: 64px 1fr;
  column-gap: 18px;
}

.service-list span {
  grid-row: 1 / 3;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 18px;
  background: #fff7e6;
}

.article-grid article {
  background: linear-gradient(180deg, #fff, #f7fbff);
}

.article-grid span {
  color: var(--green);
  font-weight: 900;
  font-size: 0.86rem;
}

.faq-section {
  background: var(--soft);
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 920px;
}

details {
  padding: 22px 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

.biz-cta {
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(18, 163, 127, 0.22), transparent 26rem),
    #fff;
  box-shadow: var(--shadow);
}

.new-inspired {
  background: #050d18;
}

.new-inspired .topbar {
  border-color: rgba(255, 255, 255, 0.1);
}

.new-inspired .co-hero {
  isolation: isolate;
  overflow: hidden;
}

.co-hero-ai {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  align-items: center;
  min-height: 960px;
  background:
    radial-gradient(circle at 80% 20%, rgba(69, 138, 255, 0.26), transparent 28rem),
    radial-gradient(circle at 20% 80%, rgba(96, 212, 255, 0.12), transparent 30rem),
    linear-gradient(135deg, #06111f 0%, #09192c 44%, #020611 100%);
}

.grid-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 70% 45%, black, transparent 74%);
}

.co-hero-ai .hero-copy {
  max-width: 920px;
}

.co-hero-ai h1 {
  font-size: clamp(3.4rem, 8.6vw, 8.7rem);
  letter-spacing: -0.085em;
}

.co-hero-ai .lead {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
}

.ghost-link {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.ai-dashboard {
  position: relative;
  z-index: 1;
  align-self: center;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045));
  backdrop-filter: blur(22px);
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.34);
}

.dashboard-window {
  display: flex;
  gap: 8px;
  padding: 4px 0 20px;
}

.dashboard-window span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--gold);
}

.dashboard-window span:nth-child(2) {
  background: var(--cyan);
}

.dashboard-window span:nth-child(3) {
  background: #7cffa6;
}

.dashboard-code {
  padding: 28px;
  border-radius: 24px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(0, 0, 0, 0.28);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  line-height: 1.9;
}

.dashboard-code p {
  margin: 0;
}

.dashboard-code b {
  color: #fff;
}

.dashboard-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.dashboard-metrics div {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
}

.dashboard-metrics strong {
  display: block;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1;
}

.dashboard-metrics span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.84rem;
  font-weight: 800;
}

.co-support-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(90px, 10vw, 150px) clamp(20px, 6vw, 96px);
  color: #fff;
  background:
    radial-gradient(circle at 18% 16%, rgba(201, 159, 82, 0.2), transparent 24rem),
    linear-gradient(180deg, #050d18, #0b1724 58%, #f7f2e8 58%, #f7f2e8 100%);
}

.support-card.large {
  min-height: 560px;
  padding: clamp(34px, 5vw, 66px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.28);
}

.support-card h2 {
  font-size: clamp(2.8rem, 6.6vw, 6.5rem);
  line-height: 0.98;
  letter-spacing: -0.08em;
}

.support-card h2 span {
  color: var(--gold);
}

.support-card p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.08rem;
}

.support-stack {
  display: grid;
  align-self: end;
  gap: 14px;
  margin-top: 120px;
}

.support-stack article {
  padding: 26px;
  border: 1px solid rgba(20, 32, 47, 0.1);
  border-radius: 28px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 70px rgba(15, 35, 60, 0.12);
}

.support-stack span,
.concept-points span {
  color: var(--gold);
  font-weight: 900;
}

.centered-heading {
  margin-inline: auto;
  text-align: center;
}

.centered-heading h2 span {
  color: var(--blue);
}

.concept-new {
  background: #fff;
}

.techtouch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}

.techtouch-card {
  min-height: 480px;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 44px;
  border: 1px solid var(--line);
  box-shadow: 0 24px 90px rgba(15, 35, 60, 0.1);
}

.techtouch-card h3 {
  font-size: clamp(1.9rem, 3.4vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.055em;
}

.techtouch-card strong {
  display: block;
  margin-top: 38px;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.techtouch-card small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  letter-spacing: 0;
}

.concept-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1180px;
  margin: 28px auto 0;
}

.concept-points article {
  min-height: 210px;
  padding: 28px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: #fbfcfe;
}

.concept-points h3 {
  margin-top: 18px;
  font-size: 1.35rem;
}

.concept-points p {
  color: var(--muted);
  font-weight: 800;
}

.solutions-new {
  background:
    radial-gradient(circle at 90% 10%, rgba(96, 212, 255, 0.14), transparent 28rem),
    #071526;
}

.solution-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.solution-summary span {
  display: grid;
  min-height: 108px;
  align-content: center;
  padding: 22px;
  border-radius: 24px;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.07);
}

.solution-summary strong {
  display: block;
  color: #fff;
  font-size: 1.7rem;
}

.refined-grid article {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
}

.edge-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  background: linear-gradient(180deg, #f7f2e8, #fff);
}

.edge-copy h2 {
  max-width: 880px;
  font-size: clamp(2.2rem, 5.2vw, 5rem);
  line-height: 1.04;
  letter-spacing: -0.07em;
}

.edge-copy p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}

.edge-diagram {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
}

.edge-diagram div {
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  padding: 24px;
  border-radius: 50%;
  text-align: center;
  box-shadow: var(--shadow);
}

.edge-diagram div:first-child {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #081d45);
}

.edge-diagram div:last-child {
  color: var(--ink);
  background: linear-gradient(135deg, #fff, #f6ead2);
}

.edge-diagram b {
  font-size: 2.4rem;
}

.edge-diagram span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.edge-diagram strong {
  font-size: clamp(1.4rem, 3vw, 2.5rem);
}

.edge-diagram small {
  opacity: 0.72;
  font-weight: 800;
}

.insights-section {
  background: #fff;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.insight-grid article {
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, #fff, #f7fbff);
}

.insight-grid span {
  color: var(--blue);
  font-weight: 900;
}

.insight-grid h3 {
  margin-top: 20px;
  font-size: 1.45rem;
  line-height: 1.38;
}

@media (max-width: 1024px) {
  .main-nav {
    display: none;
  }

  .co-hero,
  .biz-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-panel,
  .diagnosis-card {
    max-width: 520px;
  }

  .venn-layout,
  .flow-list,
  .problem-grid,
  .subsidy-grid,
  .service-list,
  .article-grid,
  .trust-strip {
    grid-template-columns: 1fr 1fr;
  }

  .cross-symbol {
    display: none;
  }

  .solution-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-search {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .proposal-home,
  .section {
    padding-inline: 18px;
  }

  .home-grid,
  .venn-layout,
  .flow-list,
  .problem-grid,
  .subsidy-grid,
  .service-list,
  .article-grid,
  .trust-strip,
  .solution-grid {
    grid-template-columns: 1fr;
  }

  .topbar,
  .biz-header {
    width: calc(100% - 24px);
    border-radius: 22px;
  }

  .nav-cta {
    display: none;
  }

  .co-hero,
  .biz-hero {
    padding-inline: 18px;
    padding-top: 150px;
  }

  .co-hero h1,
  .biz-hero h1,
  .home-hero h1 {
    letter-spacing: -0.055em;
  }

  .split-heading {
    display: block;
  }

  .service-list article {
    grid-template-columns: 1fr;
  }

  .final-cta {
    margin-inline: 18px;
    border-radius: 28px;
  }
}

@media (max-width: 1024px) {
  .co-hero-ai,
  .co-support-hero,
  .edge-section {
    grid-template-columns: 1fr;
  }

  .co-support-hero {
    background: linear-gradient(180deg, #050d18 0%, #0b1724 48%, #f7f2e8 48%, #f7f2e8 100%);
  }

  .support-stack {
    margin-top: 0;
  }

  .techtouch-grid,
  .concept-points,
  .solution-summary,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .edge-diagram {
    max-width: 560px;
  }
}

@media (max-width: 680px) {
  .co-hero-ai {
    min-height: 820px;
  }

  .co-hero-ai h1,
  .support-card h2,
  .edge-copy h2 {
    letter-spacing: -0.06em;
  }

  .ai-dashboard,
  .support-card.large,
  .techtouch-card {
    border-radius: 28px;
  }

  .dashboard-metrics,
  .edge-diagram {
    grid-template-columns: 1fr;
  }

  .edge-diagram b {
    text-align: center;
    transform: rotate(90deg);
  }

  .co-support-hero {
    padding-inline: 18px;
  }
}

/* ================================================================
   ============== CORPORATE V2 — Refined Design  ==================
   洗練されたコーポレートサイト リデザイン (cv2-* prefix)
   ================================================================ */

.corporate-v2 {
  --cv2-bg: #050a14;
  --cv2-bg-2: #0a1424;
  --cv2-bg-3: #0e1c33;
  --cv2-paper: #ffffff;
  --cv2-soft: #f7f9fc;
  --cv2-soft-2: #f1f4f9;
  --cv2-cream: #faf6ec;
  --cv2-ink: #0f1a2b;
  --cv2-ink-2: #2a3850;
  --cv2-muted: #65728a;
  --cv2-muted-2: #97a3b6;
  --cv2-line: rgba(15, 26, 43, 0.10);
  --cv2-line-dark: rgba(255, 255, 255, 0.10);
  --cv2-gold: #c99f52;
  --cv2-gold-2: #e8c585;
  --cv2-gold-dark: #9c7634;
  --cv2-blue: #2f6fed;
  --cv2-blue-deep: #123e91;
  --cv2-cyan: #60d4ff;
  --cv2-cyan-soft: #a9e6ff;
  --cv2-green: #12a37f;
  --cv2-orange: #f39a3d;
  --cv2-shadow-sm: 0 4px 14px rgba(15, 35, 60, 0.06);
  --cv2-shadow: 0 18px 48px rgba(15, 35, 60, 0.10);
  --cv2-shadow-lg: 0 32px 90px rgba(15, 35, 60, 0.16);
  --cv2-shadow-dark: 0 28px 80px rgba(0, 0, 0, 0.42);
  --cv2-radius-sm: 14px;
  --cv2-radius: 22px;
  --cv2-radius-lg: 32px;
  --cv2-radius-xl: 44px;
  --cv2-font-jp: 'Noto Sans JP', system-ui, -apple-system, sans-serif;
  --cv2-font-en: 'Inter', system-ui, sans-serif;
  --cv2-font-serif: 'Cormorant Garamond', 'Noto Serif JP', serif;

  background: var(--cv2-bg);
  color: var(--cv2-ink);
  font-family: var(--cv2-font-en), var(--cv2-font-jp);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.corporate-v2 main {
  background: var(--cv2-paper);
}

/* ============ HEADER ============ */
.cv2-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 4vw, 48px);
  background: rgba(5, 10, 20, 0.55);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}

.cv2-header.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  border-bottom-color: var(--cv2-line);
  padding-block: 12px;
  box-shadow: 0 8px 30px rgba(15, 35, 60, 0.08);
}

.cv2-header.is-scrolled .cv2-brand-ja,
.cv2-header.is-scrolled .cv2-brand-en,
.cv2-header.is-scrolled .cv2-nav a,
.cv2-header.is-scrolled .cv2-cta-ghost {
  color: var(--cv2-ink);
}

.cv2-header.is-scrolled .cv2-cta-ghost {
  border-color: var(--cv2-line);
}

.cv2-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  transition: color 0.3s ease;
}

.cv2-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--cv2-gold-2), var(--cv2-gold), var(--cv2-gold-dark));
  color: #fff;
  font-family: 'Noto Sans JP', serif;
  font-weight: 900;
  font-size: 1.2rem;
  box-shadow: 0 8px 22px rgba(201, 159, 82, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.cv2-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.cv2-brand-ja {
  font-family: var(--cv2-font-jp);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  transition: color 0.3s ease;
}

.cv2-brand-en {
  font-family: var(--cv2-font-en);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.3s ease;
}

.cv2-nav {
  display: flex;
  gap: 28px;
  font-size: 0.9rem;
  font-weight: 700;
}

.cv2-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.2s ease;
}

.cv2-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cv2-gold), var(--cv2-cyan));
  transition: width 0.25s ease;
}

.cv2-nav a:hover { color: #fff; }
.cv2-nav a:hover::after { width: 100%; }
.cv2-header.is-scrolled .cv2-nav a:hover { color: var(--cv2-blue-deep); }

.cv2-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cv2-cta-ghost,
.cv2-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.cv2-cta-ghost {
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.cv2-cta-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.cv2-cta-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--cv2-blue) 0%, var(--cv2-blue-deep) 100%);
  box-shadow: 0 10px 26px rgba(47, 111, 237, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.cv2-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(47, 111, 237, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.cv2-cta-primary.lg {
  height: 60px;
  padding: 0 32px;
  font-size: 1rem;
  border-radius: 999px;
}

.cv2-cta-ghost-lg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 60px;
  padding: 0 30px;
  border-radius: 999px;
  color: var(--cv2-ink);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--cv2-line);
  font-weight: 800;
  font-size: 1rem;
  transition: transform 0.2s ease, background 0.2s ease;
}

.cv2-hero .cv2-cta-ghost-lg {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.20);
}

.cv2-cta-ghost-lg:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
}

.cv2-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 0;
}

.cv2-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.cv2-header.is-scrolled .cv2-menu-toggle {
  border-color: var(--cv2-line);
  background: var(--cv2-soft);
}
.cv2-header.is-scrolled .cv2-menu-toggle span { background: var(--cv2-ink); }

.cv2-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(86vw, 380px);
  height: 100vh;
  background: linear-gradient(180deg, #0a1424 0%, #050a14 100%);
  z-index: 60;
  padding: 100px 32px 40px;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -30px 0 80px rgba(0, 0, 0, 0.4);
}

.cv2-drawer.is-open {
  transform: translateX(0);
}

.cv2-drawer nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cv2-drawer a {
  display: block;
  padding: 16px 20px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.cv2-drawer a:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.cv2-drawer .cv2-cta-primary {
  justify-content: center;
  height: 54px;
  margin-top: 16px;
}

/* ============ EYEBROW ============ */
.cv2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  font-family: var(--cv2-font-en);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cv2-gold);
}

.cv2-eyebrow .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cv2-gold);
  box-shadow: 0 0 0 4px rgba(201, 159, 82, 0.16);
}

.cv2-eyebrow .dot.gold { background: var(--cv2-gold); box-shadow: 0 0 0 4px rgba(201, 159, 82, 0.16); }
.cv2-eyebrow .dot.cyan { background: var(--cv2-cyan); box-shadow: 0 0 0 4px rgba(96, 212, 255, 0.20); }

/* ============ HERO ============ */
.cv2-hero {
  position: relative;
  min-height: 100vh;
  padding: 140px clamp(20px, 5vw, 80px) 100px;
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(47, 111, 237, 0.22), transparent 50%),
    radial-gradient(ellipse at 10% 80%, rgba(96, 212, 255, 0.10), transparent 55%),
    linear-gradient(180deg, #04080f 0%, #0a1729 55%, #06101e 100%);
  isolation: isolate;
}

.cv2-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.cv2-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 70% 50%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at 70% 50%, black 30%, transparent 80%);
}

.cv2-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(60px);
}

.cv2-orb-blue {
  width: 520px;
  height: 520px;
  top: -120px;
  right: -100px;
  background: radial-gradient(circle, rgba(47, 111, 237, 0.55), transparent 70%);
  animation: cv2Float 14s ease-in-out infinite;
}

.cv2-orb-gold {
  width: 420px;
  height: 420px;
  bottom: -80px;
  left: -80px;
  background: radial-gradient(circle, rgba(201, 159, 82, 0.32), transparent 70%);
  animation: cv2Float 18s ease-in-out infinite -4s reverse;
}

.cv2-orb-cyan {
  width: 320px;
  height: 320px;
  top: 30%;
  left: 45%;
  background: radial-gradient(circle, rgba(96, 212, 255, 0.22), transparent 70%);
  animation: cv2Float 16s ease-in-out infinite -8s;
}

@keyframes cv2Float {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, -25px); }
}

.cv2-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 460px);
  gap: clamp(40px, 6vw, 80px);
  max-width: 1380px;
  margin: 0 auto;
  align-items: center;
}

.cv2-hero h1 {
  font-family: var(--cv2-font-jp);
  font-size: clamp(2.8rem, 6.2vw, 5.6rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.04;
  margin: 0 0 28px;
  color: #fff;
  animation: cv2FadeUp 0.8s 0.1s cubic-bezier(0.2, 0.7, 0.2, 1) backwards;
}

@keyframes cv2FadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

.cv2-grad {
  background: linear-gradient(120deg, #fff 0%, var(--cv2-cyan-soft) 40%, var(--cv2-gold-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cv2-lead {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.74);
  max-width: 620px;
  margin: 0 0 36px;
  animation: cv2FadeUp 0.8s 0.25s cubic-bezier(0.2, 0.7, 0.2, 1) backwards;
}

.cv2-lead strong {
  color: var(--cv2-gold-2);
  font-weight: 800;
}

/* 3つのパス */
.cv2-paths {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 640px;
  margin-bottom: 36px;
  animation: cv2FadeUp 0.8s 0.4s cubic-bezier(0.2, 0.7, 0.2, 1) backwards;
}

.cv2-path {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #fff;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.cv2-path:hover {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(201, 159, 82, 0.40);
}

.cv2-path-num {
  font-family: var(--cv2-font-en);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--cv2-gold-2);
}

.cv2-path-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.4;
}

.cv2-path-label strong {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.cv2-path-label small {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 500;
}

.cv2-path svg {
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.2s ease, transform 0.2s ease;
}

.cv2-path:hover svg {
  color: var(--cv2-gold-2);
  transform: translateX(4px);
}

.cv2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  animation: cv2FadeUp 0.8s 0.55s cubic-bezier(0.2, 0.7, 0.2, 1) backwards;
}

.cv2-hero-actions .cv2-cta-primary svg,
.cv2-final-actions svg {
  width: 16px;
  height: 16px;
}

/* Hero dashboard */
.cv2-dashboard {
  position: relative;
  padding: 22px;
  border-radius: var(--cv2-radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(22px);
  box-shadow: var(--cv2-shadow-dark);
  animation: cv2FadeUp 0.9s 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) backwards;
}

.cv2-dashboard::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: var(--cv2-radius-lg);
  padding: 1px;
  background: linear-gradient(135deg, rgba(96, 212, 255, 0.4), transparent 40%, rgba(201, 159, 82, 0.3));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.cv2-window {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 6px 18px;
}

.cv2-window span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.cv2-window span:nth-child(1) { background: #ff5f57; }
.cv2-window span:nth-child(2) { background: #ffbd2e; }
.cv2-window span:nth-child(3) { background: #28c840; }

.cv2-window small {
  margin-left: 8px;
  font-family: var(--cv2-font-en);
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.08em;
}

.cv2-code {
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.36);
  color: rgba(255, 255, 255, 0.74);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.86rem;
  line-height: 2;
}

.cv2-code p { margin: 0; }
.cv2-code b { color: #fff; font-weight: 600; }
.cv2-code em { color: var(--cv2-cyan); font-style: normal; font-weight: 600; }
.cv2-code .g { color: var(--cv2-gold-2); }

.cv2-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.cv2-kpis div {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cv2-kpis strong {
  display: block;
  font-family: var(--cv2-font-en);
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.03em;
}

.cv2-kpis strong small {
  font-size: 1rem;
  margin-left: 2px;
  color: var(--cv2-gold-2);
  font-weight: 700;
}

.cv2-kpis span {
  display: block;
  margin-top: 6px;
  font-size: 0.74rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
}

/* Scroll hint */
.cv2-scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: var(--cv2-font-en);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.5);
}

.cv2-scroll-hint i {
  display: block;
  width: 1px;
  height: 42px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent);
  position: relative;
  overflow: hidden;
}

.cv2-scroll-hint i::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 1px;
  height: 20px;
  background: var(--cv2-gold-2);
  animation: cv2Scroll 1.8s ease-in-out infinite;
}

@keyframes cv2Scroll {
  0% { top: -20px; }
  100% { top: 42px; }
}

/* ============ TRUST ============ */
.cv2-trust {
  position: relative;
  margin-top: -42px;
  padding: 0 clamp(20px, 5vw, 80px);
  z-index: 4;
}

.cv2-trust-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-radius: var(--cv2-radius-lg);
  box-shadow: var(--cv2-shadow-lg);
  border: 1px solid var(--cv2-line);
  overflow: hidden;
}

.cv2-trust-inner > div {
  padding: 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-right: 1px solid var(--cv2-line);
  background: linear-gradient(180deg, #fff, var(--cv2-soft));
}

.cv2-trust-inner > div:last-child { border-right: none; }

.cv2-trust-inner strong {
  font-size: 1.04rem;
  font-weight: 800;
  color: var(--cv2-ink);
}

.cv2-trust-inner span {
  font-size: 0.82rem;
  color: var(--cv2-muted);
  font-weight: 600;
}

/* ============ SECTION COMMON ============ */
.cv2-section {
  padding: clamp(90px, 11vw, 160px) clamp(20px, 5vw, 80px);
  position: relative;
}

.cv2-section-head {
  max-width: 1280px;
  margin: 0 auto 56px;
}

.cv2-section-head.center {
  text-align: center;
}

.cv2-section-head.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.cv2-section-head h2 {
  font-family: var(--cv2-font-jp);
  font-size: clamp(2rem, 4.4vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.12;
  margin: 0 0 22px;
  color: var(--cv2-ink);
}

.cv2-section-lead {
  font-size: 1.02rem;
  line-height: 1.9;
  color: var(--cv2-muted);
  max-width: 640px;
  margin: 0;
  font-weight: 500;
}

.cv2-section-head.center .cv2-section-lead {
  margin: 0 auto;
}

.cv2-text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--cv2-blue);
  font-weight: 800;
  font-size: 0.95rem;
  transition: color 0.2s ease, gap 0.2s ease;
}

.cv2-text-link:hover {
  color: var(--cv2-blue-deep);
  gap: 10px;
}

/* ============ SERVICES (3 paths) ============ */
.cv2-services {
  background: linear-gradient(180deg, #fff 0%, var(--cv2-soft) 100%);
}

.cv2-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.cv2-service-card {
  position: relative;
  padding: 38px 32px 32px;
  border-radius: var(--cv2-radius-xl);
  background: #fff;
  border: 1px solid var(--cv2-line);
  display: flex;
  flex-direction: column;
  gap: 22px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}

.cv2-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cv2-blue), var(--cv2-cyan));
  opacity: 0.6;
}

.cv2-service-card.touch::before {
  background: linear-gradient(90deg, var(--cv2-gold), var(--cv2-orange));
}

.cv2-service-card.both::before {
  background: linear-gradient(90deg, var(--cv2-blue), var(--cv2-gold), var(--cv2-orange));
}

.cv2-service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--cv2-shadow-lg);
  border-color: rgba(47, 111, 237, 0.20);
}

.cv2-service-card.featured {
  background: linear-gradient(160deg, #fff 0%, #fdfaf2 100%);
  border-color: rgba(201, 159, 82, 0.28);
  box-shadow: 0 24px 70px rgba(201, 159, 82, 0.14);
}

.cv2-badge {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cv2-gold), var(--cv2-gold-dark));
  color: #fff;
  font-family: var(--cv2-font-en);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  box-shadow: 0 6px 18px rgba(201, 159, 82, 0.36);
}

.cv2-card-kicker {
  font-family: var(--cv2-font-en);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.20em;
  color: var(--cv2-blue);
  margin: 0 0 12px;
  text-transform: uppercase;
}

.cv2-service-card.touch .cv2-card-kicker { color: var(--cv2-gold-dark); }
.cv2-service-card.both .cv2-card-kicker {
  background: linear-gradient(90deg, var(--cv2-blue), var(--cv2-gold-dark));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cv2-service-card h3 {
  font-family: var(--cv2-font-jp);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.18;
  color: var(--cv2-ink);
  margin: 0;
}

.cv2-card-lead {
  font-size: 0.96rem;
  line-height: 1.85;
  color: var(--cv2-muted);
  margin: 0;
}

.cv2-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cv2-card-list li {
  display: flex;
  gap: 12px;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--cv2-ink-2);
  line-height: 1.5;
}

.cv2-card-list li span {
  color: var(--cv2-gold);
  font-weight: 800;
}

.cv2-service-card footer {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px dashed var(--cv2-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.cv2-card-stat strong {
  display: block;
  font-family: var(--cv2-font-en);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--cv2-ink);
}

.cv2-card-stat strong small {
  font-size: 0.92rem;
  color: var(--cv2-gold);
  margin-left: 2px;
  font-weight: 700;
}

.cv2-card-stat span {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--cv2-muted);
}

.cv2-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--cv2-blue);
  font-size: 0.9rem;
  font-weight: 800;
  transition: gap 0.2s ease;
}

.cv2-card-link:hover { gap: 10px; }
.cv2-card-link svg { width: 14px; height: 14px; }

/* ============ CONCEPT ============ */
.cv2-concept {
  background: var(--cv2-cream);
  position: relative;
  overflow: hidden;
}

.cv2-concept-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(201, 159, 82, 0.10), transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(47, 111, 237, 0.08), transparent 40%);
  pointer-events: none;
}

.cv2-concept > * { position: relative; }

.cv2-concept-title .serif {
  font-family: var(--cv2-font-serif);
  font-weight: 600;
  font-style: italic;
  font-size: 1.12em;
  color: var(--cv2-gold-dark);
  letter-spacing: -0.02em;
}

.cv2-concept-formula {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 20px;
  max-width: 1240px;
  margin: 0 auto 36px;
}

.cv2-formula-card {
  padding: clamp(34px, 4vw, 52px);
  border-radius: var(--cv2-radius-xl);
  background: #fff;
  border: 1px solid var(--cv2-line);
  box-shadow: 0 24px 70px rgba(15, 35, 60, 0.08);
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  overflow: hidden;
}

.cv2-formula-card.tech {
  background: linear-gradient(160deg, #f0f6ff 0%, #fff 70%);
}

.cv2-formula-card.touch {
  background: linear-gradient(160deg, #fff7e6 0%, #fff 70%);
}

.cv2-formula-tag {
  font-family: var(--cv2-font-en);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  margin: 0;
  color: var(--cv2-gold-dark);
}

.cv2-formula-card.tech .cv2-formula-tag { color: var(--cv2-blue); }

.cv2-formula-card h3 {
  font-family: var(--cv2-font-jp);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.18;
  color: var(--cv2-ink);
  margin: 0;
}

.cv2-formula-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cv2-formula-card li {
  position: relative;
  padding-left: 22px;
  font-size: 0.96rem;
  color: var(--cv2-ink-2);
  font-weight: 600;
}

.cv2-formula-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 12px;
  height: 2px;
  background: var(--cv2-gold);
}

.cv2-formula-card.tech li::before { background: var(--cv2-blue); }

.cv2-formula-kpi {
  display: block;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid var(--cv2-line);
  font-family: var(--cv2-font-en);
  font-size: clamp(2.4rem, 4.4vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--cv2-ink);
}

.cv2-formula-kpi small {
  font-size: 0.42em;
  color: var(--cv2-gold);
  margin-left: 4px;
  font-weight: 700;
}

.cv2-formula-kpi em {
  display: block;
  margin-top: 8px;
  font-size: 0.84rem;
  color: var(--cv2-muted);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.cv2-formula-x {
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  align-self: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cv2-bg-2), var(--cv2-bg));
  color: #fff;
  font-family: var(--cv2-font-en);
  font-size: 2.4rem;
  font-weight: 700;
  box-shadow: 0 20px 50px rgba(7, 21, 38, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  position: relative;
}

.cv2-formula-x span { line-height: 1; }

.cv2-formula-x small {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--cv2-font-en);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--cv2-gold-dark);
}

.cv2-concept-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1240px;
  margin: 56px auto 0;
}

.cv2-concept-points article {
  padding: 30px 28px;
  border-radius: var(--cv2-radius-lg);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--cv2-line);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cv2-concept-points article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(15, 35, 60, 0.10);
}

.cv2-point-num {
  display: inline-block;
  font-family: var(--cv2-font-en);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--cv2-gold);
  margin-bottom: 16px;
}

.cv2-concept-points h4 {
  font-family: var(--cv2-font-jp);
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.5;
  margin: 0 0 12px;
  color: var(--cv2-ink);
}

.cv2-concept-points p.serif {
  font-family: var(--cv2-font-serif);
  font-style: italic;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--cv2-gold-dark);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.cv2-concept-points small {
  font-size: 0.86rem;
  line-height: 1.8;
  color: var(--cv2-muted);
  font-weight: 500;
  display: block;
}

/* ============ SOLUTIONS ============ */
.cv2-solutions {
  background: linear-gradient(180deg, #06101e 0%, #0a1729 50%, #0e1f3a 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cv2-solutions::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(96, 212, 255, 0.10), transparent 50%),
    radial-gradient(circle at 10% 80%, rgba(201, 159, 82, 0.08), transparent 50%);
  pointer-events: none;
}

.cv2-solutions > * { position: relative; }

.cv2-solutions .cv2-section-head h2 { color: #fff; }
.cv2-solutions .cv2-section-lead { color: rgba(255, 255, 255, 0.62); }

.cv2-solution-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 1280px;
  margin: 0 auto 24px;
}

.cv2-solution-summary span {
  padding: 26px 28px;
  border-radius: var(--cv2-radius);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cv2-solution-summary strong {
  font-family: var(--cv2-font-en);
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #fff;
}

.cv2-solution-summary strong small {
  font-size: 0.86rem;
  color: var(--cv2-gold-2);
  margin-left: 2px;
  font-weight: 700;
}

.cv2-solution-summary em {
  font-size: 0.82rem;
  font-style: normal;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 700;
}

.cv2-solution-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
}

.cv2-solution-grid article {
  padding: 32px 26px;
  border-radius: var(--cv2-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  min-height: 280px;
}

.cv2-solution-grid article:hover {
  transform: translateY(-4px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.04));
  border-color: rgba(96, 212, 255, 0.30);
}

.cv2-sol-num {
  font-family: var(--cv2-font-en);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--cv2-gold-2);
}

.cv2-solution-grid h3 {
  font-family: var(--cv2-font-jp);
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.4;
  margin: 0;
  color: #fff;
}

.cv2-solution-grid p {
  font-size: 0.86rem;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
  flex: 1;
}

.cv2-sol-link {
  font-family: var(--cv2-font-en);
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--cv2-cyan);
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.cv2-sol-link:hover { color: var(--cv2-cyan-soft); }

/* ============ EDGE ============ */
.cv2-edge {
  background: linear-gradient(180deg, var(--cv2-cream) 0%, #fff 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 480px);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.cv2-edge-copy h2 {
  font-family: var(--cv2-font-jp);
  font-size: clamp(2.2rem, 4.6vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.12;
  margin: 0 0 22px;
}

.cv2-edge-case {
  margin: 36px 0;
  padding: 28px;
  border-radius: var(--cv2-radius);
  background: #fff;
  border: 1px solid var(--cv2-line);
  box-shadow: var(--cv2-shadow-sm);
}

.cv2-case-label {
  font-family: var(--cv2-font-en);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--cv2-gold);
  margin: 0 0 18px;
}

.cv2-case-flow {
  display: flex;
  align-items: stretch;
  gap: 8px;
  flex-wrap: wrap;
}

.cv2-case-flow > div {
  flex: 1;
  min-width: 140px;
  padding: 16px;
  border-radius: 14px;
  background: var(--cv2-soft);
  border: 1px solid var(--cv2-line);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cv2-case-flow > div span {
  font-family: var(--cv2-font-en);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--cv2-gold-dark);
}

.cv2-case-flow > div strong {
  font-size: 0.96rem;
  font-weight: 800;
  color: var(--cv2-ink);
}

.cv2-case-flow > div small {
  font-size: 0.76rem;
  color: var(--cv2-muted);
  font-weight: 500;
  line-height: 1.55;
}

.cv2-case-flow > i {
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--cv2-gold);
}

.cv2-edge-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.cv2-edge-circle {
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 24px;
  box-shadow: var(--cv2-shadow-lg);
  position: relative;
}

.cv2-edge-circle.tech {
  background: linear-gradient(135deg, var(--cv2-blue) 0%, var(--cv2-blue-deep) 100%);
  color: #fff;
}

.cv2-edge-circle.touch {
  background: linear-gradient(135deg, #fff 0%, #fdeec5 100%);
  color: var(--cv2-ink);
  border: 1px solid rgba(201, 159, 82, 0.30);
}

.cv2-edge-circle span {
  font-family: var(--cv2-font-en);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  opacity: 0.7;
  margin-bottom: 8px;
  color: var(--cv2-gold-2);
}

.cv2-edge-circle.touch span { color: var(--cv2-gold-dark); }

.cv2-edge-circle strong {
  font-family: var(--cv2-font-jp);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  display: block;
}

.cv2-edge-circle small {
  display: block;
  margin-top: 8px;
  font-family: var(--cv2-font-en);
  font-size: 0.74rem;
  font-weight: 600;
  opacity: 0.7;
}

.cv2-edge-cross {
  font-family: var(--cv2-font-en);
  font-size: 2.6rem;
  font-weight: 300;
  color: var(--cv2-gold-dark);
  text-align: center;
}

/* ============ INSIGHTS ============ */
.cv2-insights {
  background: #fff;
}

.cv2-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.cv2-insight-grid article {
  border-radius: var(--cv2-radius);
  background: #fff;
  border: 1px solid var(--cv2-line);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.cv2-insight-grid article:hover {
  transform: translateY(-6px);
  box-shadow: var(--cv2-shadow-lg);
}

.cv2-insight-thumb {
  aspect-ratio: 16 / 9;
  background: var(--cv2-soft);
  position: relative;
  overflow: hidden;
}

.cv2-insight-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.5;
}

.thumb-1 {
  background: linear-gradient(135deg, #1a2f5c 0%, #2f6fed 50%, #60d4ff 100%);
}
.thumb-2 {
  background: linear-gradient(135deg, #c99f52 0%, #e8c585 50%, #faecc5 100%);
}
.thumb-3 {
  background: linear-gradient(135deg, #0d2542 0%, #c99f52 100%);
}

.cv2-insight-grid > article > span.cv2-tag {
  display: inline-block;
  margin: 24px 24px 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(47, 111, 237, 0.10);
  color: var(--cv2-blue);
  font-family: var(--cv2-font-en);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.10em;
}

.cv2-insight-grid h3 {
  font-family: var(--cv2-font-jp);
  font-size: 1.16rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.5;
  margin: 0 24px 10px;
  color: var(--cv2-ink);
}

.cv2-insight-grid p {
  font-size: 0.86rem;
  line-height: 1.78;
  color: var(--cv2-muted);
  margin: 0 24px 16px;
}

.cv2-insight-grid > article > small {
  display: block;
  padding: 16px 24px 22px;
  border-top: 1px solid var(--cv2-line);
  font-family: var(--cv2-font-en);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--cv2-muted-2);
  letter-spacing: 0.06em;
}

/* ============ COMPANY ============ */
.cv2-company {
  background: var(--cv2-soft);
}

.cv2-company-table {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--cv2-line);
  border-bottom: 1px solid var(--cv2-line);
}

.cv2-company-table > div {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  padding: 22px 4px;
  border-bottom: 1px solid var(--cv2-line);
}

.cv2-company-table > div:last-child { border-bottom: none; }

.cv2-company-table dt {
  font-family: var(--cv2-font-en);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--cv2-gold-dark);
  margin: 0;
}

.cv2-company-table dd {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--cv2-ink);
  margin: 0;
  line-height: 1.7;
}

/* ============ FINAL CTA ============ */
.cv2-final-cta {
  margin: 0 clamp(16px, 4vw, 48px) clamp(40px, 6vw, 80px);
  padding: clamp(60px, 8vw, 110px) clamp(28px, 5vw, 80px);
  border-radius: clamp(28px, 4vw, 48px);
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(96, 212, 255, 0.22), transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(201, 159, 82, 0.22), transparent 50%),
    linear-gradient(135deg, #06101e 0%, #0e1f3a 100%);
  overflow: hidden;
  text-align: center;
}

.cv2-final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 50%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, black 30%, transparent 80%);
  pointer-events: none;
}

.cv2-final-inner {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}

.cv2-final-cta h2 {
  font-family: var(--cv2-font-jp);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.14;
  margin: 0 0 22px;
  color: #fff;
}

.cv2-final-cta .cv2-section-lead {
  color: rgba(255, 255, 255, 0.74);
  margin: 0 auto 38px;
  font-size: 1.04rem;
}

.cv2-final-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 38px;
}

.cv2-final-cta .cv2-cta-ghost-lg {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.20);
}

.cv2-final-trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
}

/* ============ FOOTER ============ */
.cv2-footer {
  background: #050a14;
  color: rgba(255, 255, 255, 0.7);
  padding: 80px clamp(20px, 5vw, 80px) 36px;
}

.cv2-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cv2-footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cv2-footer-brand strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.cv2-footer-brand small {
  display: block;
  margin-top: 4px;
  font-family: var(--cv2-font-en);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.5);
}

.cv2-footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.cv2-footer-nav h5 {
  font-family: var(--cv2-font-en);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--cv2-gold);
  margin: 0 0 18px;
  text-transform: uppercase;
}

.cv2-footer-nav a {
  display: block;
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.cv2-footer-nav a:hover { color: #fff; }

.cv2-footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--cv2-font-en);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.06em;
}

/* ============ STICKY BAR ============ */
.cv2-sticky-bar {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(120px);
  z-index: 45;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 14px 10px 22px;
  background: rgba(5, 10, 20, 0.92);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34);
  max-width: calc(100% - 32px);
  transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.3s ease;
  opacity: 0;
}

.cv2-sticky-bar.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.cv2-sticky-text {
  font-size: 0.86rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.86);
  white-space: nowrap;
}

.cv2-sticky-text strong {
  color: var(--cv2-gold-2);
}

.cv2-sticky-actions {
  display: flex;
  gap: 8px;
}

.cv2-sticky-ghost,
.cv2-sticky-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.cv2-sticky-ghost {
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.cv2-sticky-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--cv2-blue), var(--cv2-blue-deep));
  box-shadow: 0 8px 20px rgba(47, 111, 237, 0.42);
}

.cv2-sticky-ghost:hover,
.cv2-sticky-primary:hover {
  transform: translateY(-2px);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1200px) {
  .cv2-nav { gap: 18px; }
  .cv2-nav a { font-size: 0.82rem; }
  .cv2-hero-inner { grid-template-columns: minmax(0, 1.2fr) minmax(320px, 380px); }
}

@media (max-width: 1024px) {
  .cv2-nav,
  .cv2-cta-ghost { display: none; }
  .cv2-menu-toggle { display: flex; }

  .cv2-hero-inner { grid-template-columns: 1fr; }
  .cv2-dashboard { max-width: 520px; }

  .cv2-service-grid,
  .cv2-concept-points,
  .cv2-insight-grid { grid-template-columns: 1fr 1fr; }

  .cv2-service-card.both { grid-column: 1 / -1; }

  .cv2-concept-formula {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .cv2-formula-x { justify-self: center; transform: rotate(90deg); }
  .cv2-formula-x small { transform: translateX(-50%) rotate(-90deg); white-space: nowrap; }

  .cv2-solution-summary,
  .cv2-solution-grid { grid-template-columns: repeat(2, 1fr); }

  .cv2-trust-inner { grid-template-columns: repeat(2, 1fr); }
  .cv2-trust-inner > div:nth-child(2) { border-right: none; }
  .cv2-trust-inner > div:nth-child(1),
  .cv2-trust-inner > div:nth-child(2) { border-bottom: 1px solid var(--cv2-line); }

  .cv2-edge { grid-template-columns: 1fr; }
  .cv2-edge-visual { max-width: 520px; margin: 0 auto; }

  .cv2-footer-inner { grid-template-columns: 1fr; gap: 40px; }
  .cv2-footer-nav { grid-template-columns: repeat(3, 1fr); }

  .cv2-section-head.split { display: block; }
  .cv2-section-head.split > div { margin-bottom: 18px; }
}

@media (max-width: 680px) {
  .cv2-header { padding: 12px 16px; }
  .cv2-brand-text { display: none; }
  .cv2-brand .cv2-mark { width: 38px; height: 38px; }

  .cv2-hero { padding: 120px 18px 90px; }
  .cv2-hero h1 { font-size: clamp(2.2rem, 9vw, 3.4rem); }

  .cv2-paths { gap: 8px; }
  .cv2-path { grid-template-columns: auto 1fr auto; gap: 12px; padding: 14px 16px; }
  .cv2-path-label strong { font-size: 0.92rem; }
  .cv2-path-label small { font-size: 0.72rem; }

  .cv2-hero-actions .cv2-cta-primary,
  .cv2-hero-actions .cv2-cta-ghost-lg {
    flex: 1;
    justify-content: center;
  }

  .cv2-kpis { grid-template-columns: 1fr 1fr; }

  .cv2-section { padding: 80px 18px; }
  .cv2-section-head h2 { font-size: clamp(1.8rem, 7vw, 2.4rem); }

  .cv2-trust-inner { grid-template-columns: 1fr; }
  .cv2-trust-inner > div { border-right: none; border-bottom: 1px solid var(--cv2-line); }
  .cv2-trust-inner > div:last-child { border-bottom: none; }

  .cv2-service-grid,
  .cv2-concept-points,
  .cv2-insight-grid,
  .cv2-solution-summary,
  .cv2-solution-grid {
    grid-template-columns: 1fr;
  }

  .cv2-service-card { padding: 30px 24px; }
  .cv2-service-card.both { grid-column: auto; }

  .cv2-case-flow { flex-direction: column; }
  .cv2-case-flow > i { transform: rotate(90deg); margin: -4px 0; }

  .cv2-edge-visual { grid-template-columns: 1fr; }
  .cv2-edge-cross { transform: rotate(90deg); }

  .cv2-company-table > div { grid-template-columns: 1fr; gap: 6px; padding: 18px 0; }

  .cv2-footer-nav { grid-template-columns: 1fr 1fr; }

  .cv2-final-trust { gap: 14px 18px; font-size: 0.8rem; }

  .cv2-sticky-text { display: none; }
  .cv2-sticky-bar { padding: 8px; gap: 8px; }

  .cv2-scroll-hint { display: none; }
}

@media (max-width: 420px) {
  .cv2-hero-actions .cv2-cta-primary.lg,
  .cv2-hero-actions .cv2-cta-ghost-lg {
    width: 100%;
    height: 54px;
    font-size: 0.94rem;
  }
}

/* ============================================================= */
/* kashinoya-biz.com v2  -  bz-* namespace                       */
/* ============================================================= */

:root {
  --bz-navy: #0e1a30;
  --bz-navy-2: #182a4a;
  --bz-gold: #c99f52;
  --bz-blue: #2f6fed;
  --bz-blue-2: #4b8bff;
  --bz-green: #12a37f;
  --bz-bg: #f6f8fc;
  --bz-bg-2: #eef2f9;
  --bz-card: #ffffff;
  --bz-text: #131c2e;
  --bz-text-2: #5b6b85;
  --bz-text-3: #8d9bb5;
  --bz-line: #e3e9f3;
  --bz-line-strong: #c9d4e6;
  --bz-radius: 18px;
  --bz-radius-sm: 12px;
  --bz-shadow: 0 6px 24px rgba(20, 40, 80, 0.06);
  --bz-shadow-strong: 0 20px 60px rgba(20, 40, 80, 0.14);
}

.bz-site {
  font-family: 'Noto Sans JP', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bz-bg);
  color: var(--bz-text);
  min-height: 100vh;
  font-feature-settings: "palt";
  line-height: 1.65;
}
.bz-site * { box-sizing: border-box; }
.bz-site a { color: inherit; text-decoration: none; }
.sp-only { display: none; }
@media (max-width: 720px) { .sp-only { display: inline; } }

/* ---- Header ---- */
.bz-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 32px;
  height: 68px; padding: 0 32px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--bz-line);
  transition: box-shadow 0.25s ease, height 0.25s ease;
}
.bz-header.is-scrolled { box-shadow: 0 4px 14px rgba(20,40,80,0.06); height: 60px; }
.bz-brand {
  display: flex; align-items: center; gap: 10px;
  color: var(--bz-navy); font-weight: 800;
}
.bz-mark {
  width: 36px; height: 36px; border-radius: 10px;
  background: linear-gradient(135deg, var(--bz-navy) 0%, var(--bz-blue) 100%);
  color: #fff; font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 700;
  display: grid; place-items: center;
}
.bz-brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.bz-brand-ja { font-size: 0.98rem; }
.bz-brand-en { font-size: 0.62rem; letter-spacing: 0.18em; color: var(--bz-text-3); font-weight: 600; }

.bz-nav {
  display: flex; align-items: center; gap: 26px;
  margin-left: 8px; flex: 1;
}
.bz-nav a {
  font-size: 0.92rem; font-weight: 600;
  color: var(--bz-text-2);
  padding: 8px 0;
  position: relative;
  transition: color 0.2s;
}
.bz-nav a:hover { color: var(--bz-navy); }
.bz-nav a.is-active { color: var(--bz-navy); }
.bz-nav a.is-active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0;
  height: 2px; background: var(--bz-blue); border-radius: 2px;
}

.bz-header-actions { display: flex; align-items: center; gap: 10px; }
.bz-cta-ghost {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 14px; border-radius: 999px;
  font-size: 0.86rem; font-weight: 600;
  border: 1.5px solid var(--bz-line-strong);
  color: var(--bz-text);
  transition: border-color 0.2s, background 0.2s;
}
.bz-cta-ghost:hover { border-color: var(--bz-navy); background: #f6f8fc; }
.bz-cta-primary {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 16px; border-radius: 999px;
  font-size: 0.88rem; font-weight: 700;
  background: linear-gradient(135deg, var(--bz-blue) 0%, var(--bz-blue-2) 100%);
  color: #fff;
  box-shadow: 0 6px 18px rgba(47,111,237,0.32);
  transition: transform 0.2s, box-shadow 0.2s;
}
.bz-cta-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(47,111,237,0.42); }

.bz-menu-toggle {
  display: none;
  width: 40px; height: 40px;
  background: transparent; border: 0; padding: 0;
  flex-direction: column; gap: 5px; justify-content: center; align-items: center;
  cursor: pointer;
}
.bz-menu-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--bz-navy); border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
.bz-menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bz-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.bz-menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.bz-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(86vw, 320px); z-index: 60;
  background: #fff; border-left: 1px solid var(--bz-line);
  transform: translateX(100%); transition: transform 0.3s ease;
  padding: 80px 22px 32px;
  overflow-y: auto;
}
.bz-drawer.is-open { transform: translateX(0); box-shadow: -10px 0 30px rgba(20,40,80,0.18); }
.bz-drawer nav { display: flex; flex-direction: column; gap: 8px; }
.bz-drawer nav a {
  padding: 14px 16px; border-radius: 10px;
  font-weight: 600; color: var(--bz-text);
  border: 1px solid var(--bz-line);
}
.bz-drawer nav a.bz-cta-primary { color: #fff; border: 0; justify-content: center; }

@media (max-width: 960px) {
  .bz-nav { display: none; }
  .bz-cta-ghost { display: none; }
  .bz-menu-toggle { display: flex; }
}

/* ---- Main ---- */
.bz-main { padding-bottom: 120px; }
.bz-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em;
  color: var(--bz-blue); text-transform: uppercase;
  margin: 0 0 16px;
}
.bz-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--bz-blue); display: inline-block; }
.bz-eyebrow--light { color: rgba(255,255,255,0.85); }
.bz-eyebrow--light .bz-eyebrow-dot { background: rgba(255,255,255,0.85); }

/* ---- Hero ---- */
.bz-hero {
  position: relative;
  padding: 88px 32px 64px;
  background: linear-gradient(160deg, #f0f5ff 0%, #f6f8fc 60%, #fff7ec 100%);
  overflow: hidden;
}
.bz-hero-orb {
  position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.55; z-index: 0;
}
.bz-hero-orb--a { width: 480px; height: 480px; top: -120px; right: -120px; background: radial-gradient(circle, #4b8bff, transparent 70%); }
.bz-hero-orb--b { width: 380px; height: 380px; bottom: -100px; left: -80px; background: radial-gradient(circle, #c99f52, transparent 70%); }
.bz-hero-inner { position: relative; z-index: 1; max-width: 1120px; margin: 0 auto; }
.bz-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900; line-height: 1.18; letter-spacing: -0.01em;
  margin: 0 0 24px;
  color: var(--bz-navy);
}
.bz-grad {
  background: linear-gradient(90deg, var(--bz-blue) 0%, var(--bz-blue-2) 60%, var(--bz-gold) 120%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bz-hero-lead {
  font-size: 1.04rem; color: var(--bz-text-2); margin: 0 0 36px;
  max-width: 680px;
}

/* Search form */
.bz-search-form {
  background: #fff; border-radius: 18px; padding: 18px;
  box-shadow: var(--bz-shadow-strong);
  border: 1px solid var(--bz-line);
  max-width: 880px;
}
.bz-search-row {
  display: grid; grid-template-columns: 1fr 220px auto; gap: 12px; align-items: end;
}
.bz-search-input, .bz-search-select { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.bz-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; color: var(--bz-text-3); text-transform: uppercase; }
.bz-input-wrap {
  display: flex; align-items: center; gap: 8px;
  background: var(--bz-bg-2); border-radius: 12px; padding: 0 14px;
  border: 1.5px solid transparent; transition: border-color 0.2s;
}
.bz-input-wrap:focus-within { border-color: var(--bz-blue); background: #fff; }
.bz-input-wrap svg { color: var(--bz-text-3); flex-shrink: 0; }
.bz-input-wrap input {
  flex: 1; height: 48px; border: 0; background: transparent; outline: none;
  font-size: 0.96rem; color: var(--bz-text); font-family: inherit;
}
.bz-search-select select {
  height: 50px; padding: 0 14px; border-radius: 12px;
  background: var(--bz-bg-2); border: 1.5px solid transparent;
  font-size: 0.92rem; color: var(--bz-text); font-family: inherit;
  outline: none; cursor: pointer; transition: border-color 0.2s, background 0.2s;
}
.bz-search-select select:focus { border-color: var(--bz-blue); background: #fff; }
.bz-search-btn {
  height: 50px; padding: 0 22px; border-radius: 12px; border: 0;
  background: linear-gradient(135deg, var(--bz-navy) 0%, var(--bz-blue) 100%);
  color: #fff; font-weight: 700; font-size: 0.94rem;
  display: inline-flex; align-items: center; gap: 6px; cursor: pointer;
  box-shadow: 0 6px 18px rgba(14,26,48,0.28);
  transition: transform 0.2s, box-shadow 0.2s;
  font-family: inherit;
}
.bz-search-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(14,26,48,0.36); }
@media (max-width: 720px) {
  .bz-search-row { grid-template-columns: 1fr; }
}

.bz-hero-tags { margin: 24px 0 32px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.bz-tag-label { font-size: 0.78rem; color: var(--bz-text-3); font-weight: 600; margin-right: 4px; }
.bz-hero-tags a {
  font-size: 0.82rem; padding: 6px 12px; border-radius: 999px;
  background: rgba(255,255,255,0.7); border: 1px solid var(--bz-line);
  color: var(--bz-text-2); font-weight: 500;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.bz-hero-tags a:hover { background: var(--bz-navy); color: #fff; border-color: var(--bz-navy); }
.bz-hero-meta {
  display: flex; gap: 32px; padding-top: 24px;
  border-top: 1px solid rgba(20,40,80,0.08);
}
.bz-hero-meta > div { display: flex; flex-direction: column; }
.bz-hero-meta strong { font-size: 1.6rem; font-weight: 800; color: var(--bz-navy); font-family: 'Cormorant Garamond', serif; }
.bz-hero-meta span { font-size: 0.74rem; color: var(--bz-text-3); }

/* ---- Trust ---- */
.bz-trust { background: #fff; border-bottom: 1px solid var(--bz-line); }
.bz-trust-inner {
  max-width: 1120px; margin: 0 auto;
  padding: 22px 32px;
  display: flex; flex-wrap: wrap; gap: 28px; justify-content: center;
}
.bz-trust-inner > div { display: inline-flex; align-items: center; gap: 8px; color: var(--bz-text-2); font-weight: 600; font-size: 0.86rem; }
.bz-trust-inner svg { width: 18px; height: 18px; color: var(--bz-green); }

/* ---- Sections ---- */
.bz-section {
  max-width: 1200px; margin: 0 auto;
  padding: 72px 32px;
}
.bz-section-head { margin-bottom: 36px; }
.bz-section-head--split {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 24px;
}
@media (max-width: 720px) {
  .bz-section-head--split { flex-direction: column; align-items: flex-start; }
}
.bz-section-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800; line-height: 1.3; margin: 0 0 12px;
  color: var(--bz-navy); letter-spacing: -0.01em;
}
.bz-section-title--small { font-size: 1.4rem; }
.bz-section-lead { font-size: 0.96rem; color: var(--bz-text-2); margin: 0; max-width: 640px; }
.bz-text-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 700; color: var(--bz-blue); font-size: 0.92rem;
  white-space: nowrap;
}
.bz-text-link:hover { text-decoration: underline; }

/* ---- Subsidy Card ---- */
.bz-grid { display: grid; gap: 20px; }
.bz-grid--subsidies { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.bz-subsidy-card {
  display: flex; flex-direction: column;
  background: var(--bz-card); border-radius: var(--bz-radius);
  padding: 24px; border: 1px solid var(--bz-line);
  box-shadow: var(--bz-shadow);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  position: relative; overflow: hidden;
}
.bz-subsidy-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; background: var(--bz-accent, var(--bz-blue));
  opacity: 0.85;
}
.bz-subsidy-card:hover {
  transform: translateY(-4px); box-shadow: var(--bz-shadow-strong);
  border-color: var(--bz-accent, var(--bz-blue));
}
.bz-subsidy-card.is-closed { opacity: 0.7; }
.bz-card-top { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.bz-category-pill {
  display: inline-block; padding: 4px 10px; border-radius: 999px;
  background: var(--bz-accent, var(--bz-blue)); color: #fff;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.04em;
}
.bz-popular-pill {
  display: inline-block; padding: 4px 10px; border-radius: 999px;
  background: linear-gradient(135deg, #ff7a45, #f0a02f);
  color: #fff; font-size: 0.7rem; font-weight: 700;
}
.bz-open-pill {
  display: inline-block; padding: 4px 10px; border-radius: 999px;
  background: #e9f7f1; color: var(--bz-green);
  font-size: 0.7rem; font-weight: 700;
}
.bz-closed-pill {
  display: inline-block; padding: 4px 10px; border-radius: 999px;
  background: #f2f3f6; color: var(--bz-text-3);
  font-size: 0.7rem; font-weight: 700;
}
.bz-subsidy-card h3 {
  font-size: 1.12rem; font-weight: 800; margin: 4px 0 10px;
  color: var(--bz-navy); line-height: 1.4;
}
.bz-card-summary {
  font-size: 0.88rem; color: var(--bz-text-2);
  margin: 0 0 18px; line-height: 1.65;
}
.bz-card-meta {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
  padding: 12px; background: var(--bz-bg-2);
  border-radius: 12px; margin: 0 0 16px;
}
.bz-card-meta > div { display: flex; flex-direction: column; gap: 2px; }
.bz-card-meta dt { font-size: 0.66rem; color: var(--bz-text-3); font-weight: 600; }
.bz-card-meta dd { margin: 0; font-size: 0.84rem; color: var(--bz-navy); font-weight: 700; }
.bz-card-meta dd span { color: #d8dce5; }
.bz-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.bz-card-tags span { font-size: 0.72rem; color: var(--bz-text-2); }
.bz-card-cta {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.86rem; font-weight: 700; color: var(--bz-blue);
}
.bz-card-cta svg { width: 14px; height: 14px; transition: transform 0.2s; }
.bz-subsidy-card:hover .bz-card-cta svg { transform: translateX(4px); }

/* ---- Article Card ---- */
.bz-grid--articles { grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }
.bz-article-card {
  display: flex; flex-direction: column;
  background: #fff; border-radius: var(--bz-radius);
  border: 1px solid var(--bz-line);
  overflow: hidden; box-shadow: var(--bz-shadow);
  transition: transform 0.25s, box-shadow 0.25s;
}
.bz-article-card:hover { transform: translateY(-4px); box-shadow: var(--bz-shadow-strong); }
.bz-article-thumb {
  height: 160px; position: relative;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--bz-navy) 0%, var(--bz-blue) 100%);
}
.bz-tone-navy .bz-article-thumb { background: linear-gradient(135deg, #0e1a30, #2c4673); }
.bz-tone-gold .bz-article-thumb { background: linear-gradient(135deg, #b48a3f, #e6c382); }
.bz-tone-blue .bz-article-thumb { background: linear-gradient(135deg, #2f6fed, #4b8bff); }
.bz-tone-green .bz-article-thumb { background: linear-gradient(135deg, #0d8a6a, #29c39a); }
.bz-tone-mixed .bz-article-thumb { background: linear-gradient(135deg, #2f6fed 0%, #9c5bd2 50%, #c99f52 100%); }
.bz-thumb-tag {
  position: absolute; top: 14px; left: 14px;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(255,255,255,0.92); color: var(--bz-navy);
  font-size: 0.7rem; font-weight: 700;
}
.bz-thumb-glyph {
  font-size: 3.4rem; font-weight: 800; color: rgba(255,255,255,0.92);
  font-family: 'Cormorant Garamond', serif;
}
.bz-article-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.bz-article-meta { display: flex; gap: 8px; font-size: 0.74rem; color: var(--bz-text-3); margin-bottom: 8px; }
.bz-article-card h3 {
  font-size: 1.02rem; font-weight: 800; line-height: 1.45;
  color: var(--bz-navy); margin: 0 0 10px;
}
.bz-article-body p {
  font-size: 0.86rem; color: var(--bz-text-2);
  margin: 0 0 14px; line-height: 1.65;
}
.bz-article-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.bz-article-tags span { font-size: 0.72rem; color: var(--bz-text-3); }

/* Large variant */
.bz-article-card.bz-large { grid-row: span 2; }
.bz-article-card.bz-large .bz-article-thumb { height: 280px; }
.bz-article-card.bz-large .bz-thumb-glyph { font-size: 5.5rem; }
.bz-article-card.bz-large h3 { font-size: 1.32rem; }

/* Compact variant */
.bz-article-card.bz-compact { flex-direction: row; }
.bz-article-card.bz-compact .bz-article-thumb { width: 100px; height: auto; flex-shrink: 0; }
.bz-article-card.bz-compact .bz-thumb-glyph { font-size: 1.8rem; }
.bz-article-card.bz-compact .bz-thumb-tag { display: none; }
.bz-article-card.bz-compact .bz-article-body { padding: 14px 16px; }
.bz-article-card.bz-compact h3 { font-size: 0.92rem; }

/* Featured layout */
.bz-articles-feature {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 20px;
}
.bz-articles-side { display: flex; flex-direction: column; gap: 14px; }
@media (max-width: 880px) {
  .bz-articles-feature { grid-template-columns: 1fr; }
}

/* ---- Category grid ---- */
.bz-section--cats { background: #fff; border-top: 1px solid var(--bz-line); border-bottom: 1px solid var(--bz-line); max-width: none; padding-left: 0; padding-right: 0; }
.bz-section--cats > .bz-section-head, .bz-section--cats > .bz-cat-grid { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 32px; padding-right: 32px; }
.bz-cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.bz-cat-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 6px;
  padding: 22px; border-radius: 16px;
  background: var(--bz-bg); border: 1px solid var(--bz-line);
  position: relative; overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.bz-cat-card:hover { transform: translateY(-3px); box-shadow: var(--bz-shadow-strong); border-color: var(--bz-accent); }
.bz-cat-icon {
  display: grid; place-items: center;
  width: 44px; height: 44px; border-radius: 12px;
  background: color-mix(in srgb, var(--bz-accent) 18%, transparent);
  color: var(--bz-accent);
  margin-bottom: 6px;
}
.bz-cat-icon svg { width: 22px; height: 22px; }
.bz-cat-card strong { font-size: 1.02rem; color: var(--bz-navy); font-weight: 800; }
.bz-cat-count { font-size: 0.78rem; color: var(--bz-text-3); }
.bz-cat-arrow { position: absolute; top: 22px; right: 22px; color: var(--bz-accent); font-weight: 700; transition: transform 0.2s; }
.bz-cat-card:hover .bz-cat-arrow { transform: translateX(4px); }

/* ---- CTA banner ---- */
.bz-cta-banner {
  max-width: 1200px; margin: 0 auto; padding: 0 32px;
}
.bz-cta-inner {
  background: linear-gradient(135deg, #0e1a30 0%, #1f3a6b 60%, #2f6fed 130%);
  border-radius: 24px; padding: 56px;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center;
  color: #fff; position: relative; overflow: hidden;
  box-shadow: var(--bz-shadow-strong);
}
.bz-cta-inner::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, #c99f52 0%, transparent 70%);
  opacity: 0.5; filter: blur(40px);
}
.bz-cta-inner--compact { padding: 36px 40px; grid-template-columns: 1fr auto; }
.bz-cta-banner--soft .bz-cta-inner { background: linear-gradient(135deg, #f6f8fc 0%, #eef2f9 100%); color: var(--bz-navy); }
.bz-cta-banner--soft .bz-cta-inner::before { display: none; }
.bz-cta-copy h2 {
  font-size: clamp(1.4rem, 2.6vw, 2rem); font-weight: 800;
  line-height: 1.35; margin: 0 0 14px;
}
.bz-cta-copy p { font-size: 0.96rem; opacity: 0.88; margin: 0 0 24px; max-width: 540px; }
.bz-cta-large {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px;
  background: linear-gradient(135deg, var(--bz-gold) 0%, #e0bb6e 100%);
  color: #0e1a30; font-weight: 800; font-size: 0.98rem;
  border: 0; cursor: pointer; font-family: inherit;
  box-shadow: 0 10px 28px rgba(201,159,82,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.bz-cta-large:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(201,159,82,0.55); }
.bz-cta-full { width: 100%; justify-content: center; }
.bz-cta-banner--soft .bz-cta-large { background: var(--bz-navy); color: #fff; box-shadow: 0 10px 28px rgba(14,26,48,0.32); }

.bz-cta-bullets {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 14px;
  position: relative; z-index: 1;
}
.bz-cta-bullets li {
  display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center;
  padding: 16px 20px; background: rgba(255,255,255,0.08);
  border-radius: 14px; border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(8px);
}
.bz-cta-bullets li span {
  width: 36px; height: 36px; border-radius: 10px;
  display: grid; place-items: center;
  background: var(--bz-gold); color: #0e1a30; font-weight: 800;
  font-family: 'Cormorant Garamond', serif; font-size: 1.1rem;
  grid-row: span 2;
}
.bz-cta-bullets strong { font-weight: 700; }
.bz-cta-bullets small { display: block; opacity: 0.75; font-size: 0.78rem; }
@media (max-width: 880px) {
  .bz-cta-inner { grid-template-columns: 1fr; padding: 36px 28px; }
  .bz-cta-inner--compact { padding: 28px; }
}

/* ---- Page hero / breadcrumb ---- */
.bz-page-hero {
  max-width: 1200px; margin: 0 auto;
  padding: 48px 32px 28px;
}
.bz-breadcrumb {
  font-size: 0.78rem; color: var(--bz-text-3); margin-bottom: 16px;
  display: flex; gap: 6px; align-items: center; flex-wrap: wrap;
}
.bz-breadcrumb a { color: var(--bz-text-2); }
.bz-breadcrumb a:hover { color: var(--bz-blue); }
.bz-page-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800;
  line-height: 1.3; margin: 0 0 12px; color: var(--bz-navy);
  letter-spacing: -0.01em;
}
.bz-page-lead { font-size: 0.98rem; color: var(--bz-text-2); margin: 0 0 28px; max-width: 720px; }

/* ---- Tabs ---- */
.bz-tabs {
  display: flex; gap: 6px; padding: 6px;
  background: #fff; border: 1px solid var(--bz-line);
  border-radius: 999px;
  overflow-x: auto;
  margin-bottom: 28px;
  max-width: max-content;
}
.bz-tab {
  padding: 10px 18px; border-radius: 999px;
  font-size: 0.86rem; font-weight: 600;
  color: var(--bz-text-2); white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.bz-tab:hover { background: var(--bz-bg-2); }
.bz-tab.is-active { background: var(--bz-navy); color: #fff; }

.bz-section--list { padding-top: 12px; }
.bz-result-meta {
  display: flex; justify-content: space-between; align-items: center;
  margin: 20px 0; font-size: 0.92rem; color: var(--bz-text-2);
  flex-wrap: wrap; gap: 12px;
}
.bz-result-meta strong { color: var(--bz-navy); font-size: 1.1rem; }
.bz-clear-link { font-size: 0.86rem; color: var(--bz-blue); font-weight: 600; }
.bz-clear-link:hover { text-decoration: underline; }

.bz-empty {
  padding: 64px 24px; text-align: center;
  background: #fff; border: 1px dashed var(--bz-line-strong);
  border-radius: var(--bz-radius); color: var(--bz-text-2);
}
.bz-empty p { margin: 0 0 16px; }

/* ---- Subsidy Detail ---- */
.bz-detail-hero {
  background: linear-gradient(160deg, #f6f8fc 0%, #fff 100%);
  border-bottom: 1px solid var(--bz-line);
  padding: 40px 32px 48px;
}
.bz-detail-hero .bz-breadcrumb { max-width: 1200px; margin: 0 auto 24px; }
.bz-detail-hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px;
  align-items: start;
}
.bz-detail-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.bz-detail-title {
  font-size: clamp(1.8rem, 3.8vw, 2.6rem); font-weight: 800;
  line-height: 1.3; margin: 0 0 14px; color: var(--bz-navy);
}
.bz-detail-summary { font-size: 1rem; color: var(--bz-text-2); margin: 0 0 24px; line-height: 1.7; }
.bz-detail-keymeta {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 8px;
  margin: 0;
}
.bz-detail-keymeta > div {
  background: #fff; border: 1px solid var(--bz-line);
  border-radius: 12px; padding: 14px 16px;
  border-left: 3px solid var(--bz-accent, var(--bz-blue));
}
.bz-detail-keymeta dt { font-size: 0.72rem; color: var(--bz-text-3); margin-bottom: 4px; font-weight: 600; }
.bz-detail-keymeta dd { font-size: 1.1rem; font-weight: 800; color: var(--bz-navy); margin: 0; }
.bz-stars span { color: #d8dce5; }

.bz-detail-side {
  position: sticky; top: 84px;
  background: linear-gradient(160deg, #0e1a30 0%, #1f3a6b 100%);
  color: #fff; padding: 28px 24px; border-radius: var(--bz-radius);
  box-shadow: var(--bz-shadow-strong);
}
.bz-side-kicker { font-size: 0.74rem; opacity: 0.8; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 6px; font-weight: 700; }
.bz-detail-side h3 { font-size: 1.2rem; font-weight: 800; margin: 0 0 16px; }
.bz-detail-side ul { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 8px; }
.bz-detail-side ul li {
  font-size: 0.86rem; padding: 8px 12px 8px 28px; position: relative;
  background: rgba(255,255,255,0.06); border-radius: 8px;
}
.bz-detail-side ul li::before {
  content: '✓'; position: absolute; left: 10px; top: 8px;
  color: var(--bz-gold); font-weight: 800;
}
.bz-cta-ghost-large {
  display: block; text-align: center;
  padding: 12px 20px; border-radius: 999px;
  background: rgba(255,255,255,0.08); color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  font-weight: 600; font-size: 0.9rem;
  margin-top: 10px;
  transition: background 0.2s;
}
.bz-cta-ghost-large:hover { background: rgba(255,255,255,0.16); }
@media (max-width: 880px) {
  .bz-detail-hero-inner { grid-template-columns: 1fr; }
  .bz-detail-side { position: relative; top: 0; }
}

.bz-detail-body { padding-top: 56px; }
.bz-detail-grid {
  display: grid; grid-template-columns: 1fr 320px; gap: 40px;
}
@media (max-width: 880px) { .bz-detail-grid { grid-template-columns: 1fr; } }
.bz-detail-article h2 {
  font-size: 1.4rem; font-weight: 800; margin: 36px 0 16px;
  color: var(--bz-navy); padding-bottom: 8px;
  border-bottom: 2px solid var(--bz-line);
}
.bz-detail-article h2:first-child { margin-top: 0; }
.bz-detail-article p { font-size: 0.96rem; color: var(--bz-text); line-height: 1.85; margin: 0 0 16px; }
.bz-bullet-list { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 10px; }
.bz-bullet-list li {
  padding: 12px 16px 12px 38px;
  background: var(--bz-bg-2); border-radius: 10px;
  position: relative; font-size: 0.92rem;
}
.bz-bullet-list li::before {
  content: ''; position: absolute; left: 16px; top: 50%;
  transform: translateY(-50%);
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--bz-blue);
}
.bz-flow { list-style: none; padding: 0; margin: 0 0 24px; counter-reset: step; }
.bz-flow li {
  position: relative; padding: 20px 20px 20px 80px;
  background: #fff; border: 1px solid var(--bz-line);
  border-radius: 12px; margin-bottom: 10px;
}
.bz-flow li::before {
  content: ''; position: absolute; left: 30px; top: 22px;
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg, var(--bz-navy), var(--bz-blue));
  color: #fff; display: grid; place-items: center;
  font-weight: 800; font-size: 0.8rem;
  counter-increment: step; content: counter(step);
}
.bz-flow-step { font-size: 0.72rem; color: var(--bz-text-3); letter-spacing: 0.1em; font-weight: 700; }
.bz-flow strong { display: block; font-size: 1.04rem; color: var(--bz-navy); margin: 4px 0 6px; font-weight: 800; }
.bz-flow p { font-size: 0.88rem; color: var(--bz-text-2); margin: 0; }
.bz-chips { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 24px; }
.bz-chip {
  padding: 6px 12px; border-radius: 999px;
  background: var(--bz-bg-2); color: var(--bz-text);
  font-size: 0.8rem; font-weight: 500;
}

.bz-inline-cta {
  margin: 40px 0 0; padding: 28px;
  background: linear-gradient(135deg, #fff7ec 0%, #f4ebd6 100%);
  border: 1px solid #ead7a8; border-radius: 16px;
}
.bz-inline-cta p { margin: 0 0 14px; font-size: 0.94rem; color: var(--bz-navy); }
.bz-inline-cta p:last-of-type { margin-bottom: 16px; }

.bz-detail-aside { display: flex; flex-direction: column; gap: 24px; }
.bz-aside-block {
  background: #fff; border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius); padding: 22px;
}
.bz-aside-block h3 {
  font-size: 0.96rem; font-weight: 800; color: var(--bz-navy);
  margin: 0 0 14px; padding-bottom: 10px;
  border-bottom: 1px solid var(--bz-line);
}
.bz-aside-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.bz-aside-list li a {
  display: flex; flex-direction: column; gap: 2px;
  padding: 10px 12px; border-radius: 8px;
  background: var(--bz-bg-2); font-size: 0.88rem; font-weight: 600;
  color: var(--bz-navy); transition: background 0.2s;
}
.bz-aside-list li a:hover { background: #e6ecf7; }
.bz-aside-list li small { font-size: 0.74rem; color: var(--bz-text-3); font-weight: 500; }
.bz-aside-articles { display: flex; flex-direction: column; gap: 10px; }
.bz-aside-cta { background: linear-gradient(160deg, var(--bz-navy) 0%, var(--bz-blue) 120%); color: #fff; border: 0; }
.bz-aside-cta h3 { color: #fff; border-bottom-color: rgba(255,255,255,0.18); }
.bz-aside-cta p { font-size: 0.86rem; opacity: 0.88; margin: 0 0 16px; }

/* ---- Article Detail ---- */
.bz-article-detail { max-width: 1200px; margin: 0 auto; }
.bz-article-detail-hero {
  padding: 60px 32px 56px;
  background: linear-gradient(135deg, var(--bz-navy) 0%, var(--bz-blue) 100%);
  color: #fff;
}
.bz-article-detail-hero.bz-tone-gold { background: linear-gradient(135deg, #8a6928, var(--bz-gold)); }
.bz-article-detail-hero.bz-tone-green { background: linear-gradient(135deg, #0d8a6a, #29c39a); }
.bz-article-detail-hero.bz-tone-mixed { background: linear-gradient(135deg, var(--bz-navy) 0%, #9c5bd2 50%, var(--bz-gold) 100%); }
.bz-article-detail-hero .bz-breadcrumb { color: rgba(255,255,255,0.7); margin-bottom: 16px; }
.bz-article-detail-hero .bz-breadcrumb a { color: rgba(255,255,255,0.85); }
.bz-article-title {
  font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 800;
  line-height: 1.4; margin: 0 0 16px;
}
.bz-article-excerpt { font-size: 1rem; opacity: 0.9; margin: 0 0 18px; max-width: 760px; line-height: 1.7; }
.bz-article-detail-meta { display: flex; gap: 10px; font-size: 0.8rem; opacity: 0.78; margin-bottom: 14px; flex-wrap: wrap; }
.bz-article-detail-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.bz-article-detail-tags a {
  font-size: 0.76rem; padding: 6px 12px; border-radius: 999px;
  background: rgba(255,255,255,0.16); color: #fff;
  transition: background 0.2s;
}
.bz-article-detail-tags a:hover { background: rgba(255,255,255,0.28); }

.bz-article-detail-body {
  display: grid; grid-template-columns: 1fr 300px; gap: 40px;
  padding: 56px 32px;
}
@media (max-width: 880px) { .bz-article-detail-body { grid-template-columns: 1fr; padding: 36px 24px; } }
.bz-article-content h2 {
  font-size: 1.3rem; font-weight: 800; color: var(--bz-navy);
  margin: 36px 0 14px; padding-bottom: 6px;
  border-bottom: 2px solid var(--bz-line);
}
.bz-article-content h2:first-child { margin-top: 0; }
.bz-article-content h3 { font-size: 1.08rem; font-weight: 700; color: var(--bz-navy); margin: 24px 0 10px; }
.bz-article-content p { font-size: 0.96rem; color: var(--bz-text); line-height: 1.9; margin: 0 0 14px; }
.bz-article-content ul, .bz-article-content ol { padding-left: 1.4em; margin: 0 0 18px; }
.bz-article-content li { font-size: 0.94rem; color: var(--bz-text); line-height: 1.8; margin-bottom: 6px; }
.bz-article-content strong { color: var(--bz-navy); font-weight: 700; }
.bz-article-aside { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 84px; align-self: start; }

.bz-related { padding-top: 0; }

/* ---- Diagnosis ---- */
.bz-diag-hero { padding-bottom: 12px; }
.bz-diag-pre {
  display: inline-block; padding: 8px 14px; border-radius: 999px;
  background: var(--bz-bg-2); font-size: 0.86rem; color: var(--bz-text-2);
  margin-top: 12px;
}
.bz-diag-pre strong { color: var(--bz-navy); }
.bz-diag-section {
  display: grid; grid-template-columns: 1fr 320px; gap: 40px;
  align-items: start;
}
@media (max-width: 880px) { .bz-diag-section { grid-template-columns: 1fr; } }

.bz-diag-form {
  background: #fff; border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius); padding: 36px;
  box-shadow: var(--bz-shadow);
}
.bz-diag-step { border: 0; padding: 0; margin: 0; display: none; }
.bz-diag-step.is-active { display: block; animation: bzFadeIn 0.3s ease; }
@keyframes bzFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.bz-diag-stepbar {
  display: flex; gap: 8px; margin-bottom: 24px;
  flex-wrap: wrap;
}
.bz-step-pill {
  padding: 8px 14px; border-radius: 999px;
  font-size: 0.78rem; font-weight: 700;
  background: var(--bz-bg-2); color: var(--bz-text-3);
}
.bz-step-pill.is-active { background: var(--bz-navy); color: #fff; }
.bz-step-pill.is-done { background: #e9f7f1; color: var(--bz-green); }
.bz-diag-step legend { padding: 0; margin-bottom: 22px; }
.bz-diag-step legend h2 { font-size: 1.4rem; color: var(--bz-navy); font-weight: 800; margin: 0 0 6px; }
.bz-diag-step legend small { font-size: 0.82rem; color: var(--bz-text-3); }
.bz-checkbox-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px;
  margin-bottom: 28px;
}
.bz-check-card {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 16px; border-radius: 12px;
  background: var(--bz-bg-2); border: 2px solid transparent;
  cursor: pointer; transition: border-color 0.2s, background 0.2s;
  font-size: 0.92rem; font-weight: 600; color: var(--bz-text);
}
.bz-check-card:hover { background: #e6ecf7; }
.bz-check-card input { width: 18px; height: 18px; accent-color: var(--bz-blue); }
.bz-check-card:has(input:checked) { background: #e6efff; border-color: var(--bz-blue); color: var(--bz-navy); }
.bz-checkbox-line { display: flex; align-items: center; gap: 10px; padding: 12px 0; font-size: 0.88rem; color: var(--bz-text-2); }
.bz-checkbox-line input { width: 18px; height: 18px; accent-color: var(--bz-blue); }

.bz-field-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  margin-bottom: 28px;
}
.bz-field { display: flex; flex-direction: column; gap: 6px; }
.bz-field--full { grid-column: 1 / -1; }
.bz-field input, .bz-field select, .bz-field textarea {
  padding: 12px 14px; border-radius: 10px;
  border: 1.5px solid var(--bz-line);
  font-size: 0.94rem; font-family: inherit; color: var(--bz-text);
  outline: none; background: #fff;
  transition: border-color 0.2s;
}
.bz-field input:focus, .bz-field select:focus, .bz-field textarea:focus { border-color: var(--bz-blue); }
.bz-field textarea { resize: vertical; min-height: 96px; }
@media (max-width: 540px) { .bz-field-grid { grid-template-columns: 1fr; } }

.bz-diag-actions {
  display: flex; gap: 12px; justify-content: flex-end; margin-top: 20px;
  flex-wrap: wrap;
}
.bz-diag-note { font-size: 0.78rem; color: var(--bz-text-3); margin: 18px 0 0; }

.bz-diag-side {
  position: sticky; top: 84px;
  background: linear-gradient(160deg, #f6f8fc, #fff);
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
  padding: 28px;
}
.bz-diag-side h3 { font-size: 1.04rem; font-weight: 800; color: var(--bz-navy); margin: 0 0 16px; padding-bottom: 10px; border-bottom: 1px solid var(--bz-line); }
.bz-diag-side .bz-bullet-list { margin-bottom: 24px; }
.bz-diag-quote {
  padding: 16px; background: var(--bz-bg-2);
  border-radius: 12px; border-left: 3px solid var(--bz-gold);
}
.bz-diag-quote p { font-size: 0.86rem; color: var(--bz-text); margin: 0 0 8px; line-height: 1.7; font-style: italic; }
.bz-diag-quote small { font-size: 0.76rem; color: var(--bz-text-3); font-weight: 600; }

/* ---- Footer ---- */
.bz-footer { background: var(--bz-navy); color: rgba(255,255,255,0.78); padding: 56px 32px 24px; }
.bz-footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.2fr 2fr; gap: 40px;
}
.bz-footer-brand { display: flex; gap: 14px; align-items: flex-start; }
.bz-footer-brand .bz-mark { background: linear-gradient(135deg, var(--bz-gold), #e0bb6e); }
.bz-footer-brand strong { display: block; font-size: 1.1rem; color: #fff; font-weight: 800; }
.bz-footer-brand small { display: block; font-size: 0.7rem; letter-spacing: 0.18em; opacity: 0.6; margin-bottom: 10px; }
.bz-footer-brand p { font-size: 0.84rem; opacity: 0.7; margin: 0; line-height: 1.7; max-width: 320px; }
.bz-footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bz-footer-nav h5 { font-size: 0.74rem; letter-spacing: 0.16em; color: rgba(255,255,255,0.5); margin: 0 0 12px; font-weight: 700; }
.bz-footer-nav a { display: block; font-size: 0.86rem; color: rgba(255,255,255,0.82); padding: 5px 0; transition: color 0.2s; }
.bz-footer-nav a:hover { color: var(--bz-gold); }
.bz-footer-bottom {
  max-width: 1200px; margin: 36px auto 0;
  padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-size: 0.78rem; opacity: 0.6;
}
@media (max-width: 720px) {
  .bz-footer-inner { grid-template-columns: 1fr; }
  .bz-footer-nav { grid-template-columns: 1fr 1fr; }
}

/* ---- Sticky bottom CTA ---- */
.bz-sticky-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: rgba(14,26,48,0.96); color: #fff;
  padding: 14px 24px; z-index: 40;
  display: flex; justify-content: center; align-items: center; gap: 18px;
  transform: translateY(110%); transition: transform 0.3s ease;
  backdrop-filter: blur(8px);
  box-shadow: 0 -6px 20px rgba(0,0,0,0.18);
}
.bz-sticky-bar.is-visible { transform: translateY(0); }
.bz-sticky-text { font-size: 0.92rem; font-weight: 600; }
.bz-sticky-text strong { color: var(--bz-gold); }
.bz-sticky-primary {
  padding: 10px 22px; border-radius: 999px;
  background: linear-gradient(135deg, var(--bz-gold), #e0bb6e);
  color: #0e1a30; font-weight: 800; font-size: 0.92rem;
  transition: transform 0.2s;
}
.bz-sticky-primary:hover { transform: translateY(-1px); }
@media (max-width: 720px) {
  .bz-sticky-bar { flex-direction: column; gap: 8px; padding: 12px 16px; }
  .bz-sticky-text { font-size: 0.82rem; text-align: center; }
}

/* =============================================================
   /biz-test  kashinoya-biz.com test build
   ============================================================= */
.bt-root {
  --bt-bg: #faf6ef;
  --bt-bg-alt: #f3ecdf;
  --bt-paper: #ffffff;
  --bt-ink: #1f1a16;
  --bt-ink-soft: #5b5048;
  --bt-line: #e6dccb;
  --bt-accent: #2f6b4f;        /* deep green */
  --bt-accent-dark: #1f4a37;
  --bt-accent-soft: #e6f0eb;
  --bt-gold: #b78a3c;
  --bt-warn: #c45a2c;
  --bt-warn-soft: #fbe7da;
  --bt-info-soft: #e6efff;
  --bt-info: #1f4ea8;
  font-family: "Noto Sans JP", "Hiragino Sans", system-ui, sans-serif;
  color: var(--bt-ink);
  background: var(--bt-bg);
  min-height: 100vh;
  line-height: 1.75;
}
.bt-root * { box-sizing: border-box; }
.bt-root a { color: inherit; text-decoration: none; }
.bt-root img { max-width: 100%; }

/* ---- Header ---- */
.bt-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.94);
  border-bottom: 1px solid var(--bt-line);
  backdrop-filter: blur(6px);
}
.bt-header-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; gap: 24px;
  padding: 14px 24px;
}
.bt-brand { display: flex; align-items: center; gap: 12px; }
.bt-brand-mark {
  width: 38px; height: 38px; display: grid; place-items: center;
  border-radius: 8px; font-weight: 700; font-size: 1.1rem;
  color: #fff; background: linear-gradient(135deg, var(--bt-accent), var(--bt-accent-dark));
  font-family: serif;
}
.bt-brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.bt-brand-ja { font-weight: 700; font-size: 1.05rem; }
.bt-brand-en { font-size: 0.7rem; color: var(--bt-ink-soft); letter-spacing: 0.1em; }
.bt-nav { display: flex; gap: 22px; margin-left: auto; }
.bt-nav a { font-size: 0.95rem; font-weight: 500; padding: 6px 2px; border-bottom: 2px solid transparent; transition: color .15s, border-color .15s; }
.bt-nav a:hover, .bt-nav a.is-active { color: var(--bt-accent); border-bottom-color: var(--bt-accent); }
.bt-header-cta { display: flex; gap: 10px; }
.bt-menu-toggle {
  display: none; width: 40px; height: 40px;
  background: transparent; border: 1px solid var(--bt-line); border-radius: 6px;
  flex-direction: column; justify-content: center; align-items: center; gap: 4px;
  cursor: pointer;
}
.bt-menu-toggle span { display: block; width: 20px; height: 2px; background: var(--bt-ink); }
.bt-drawer {
  position: fixed; inset: 0 0 0 auto; width: min(82vw, 320px);
  background: #fff; box-shadow: -10px 0 30px rgba(0,0,0,.08);
  padding: 80px 24px 24px;
  transform: translateX(105%); transition: transform .25s ease;
  z-index: 60;
}
.bt-drawer.is-open { transform: translateX(0); }
.bt-drawer nav { display: flex; flex-direction: column; gap: 6px; }
.bt-drawer nav a { padding: 12px 4px; border-bottom: 1px solid var(--bt-line); font-weight: 500; }
.bt-drawer nav a.bt-btn { margin-top: 16px; border-bottom: none; text-align: center; }

@media (max-width: 880px) {
  .bt-nav, .bt-header-cta { display: none; }
  .bt-menu-toggle { display: flex; margin-left: auto; }
}

/* ---- Buttons ---- */
.bt-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 9px 16px; border-radius: 6px;
  font-weight: 600; font-size: 0.92rem; line-height: 1;
  transition: transform .12s ease, box-shadow .15s ease, background .15s ease;
  cursor: pointer; border: 1px solid transparent;
}
.bt-btn--primary {
  background: var(--bt-accent); color: #fff;
  box-shadow: 0 2px 0 var(--bt-accent-dark);
}
.bt-btn--primary:hover { background: var(--bt-accent-dark); transform: translateY(-1px); }
.bt-btn--ghost {
  background: transparent; color: var(--bt-accent);
  border-color: var(--bt-accent);
}
.bt-btn--ghost:hover { background: var(--bt-accent-soft); }
.bt-btn--lg { padding: 13px 24px; font-size: 1rem; }
.bt-btn--block { width: 100%; }

/* ---- Hero ---- */
.bt-hero {
  background:
    radial-gradient(900px 400px at 80% -50px, rgba(47,107,79,.12), transparent 60%),
    linear-gradient(180deg, var(--bt-bg-alt) 0%, var(--bt-bg) 100%);
  border-bottom: 1px solid var(--bt-line);
  padding: 64px 24px 56px;
}
.bt-hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px;
  align-items: start;
}
.bt-hero-eyebrow {
  display: inline-block; font-size: 0.8rem; letter-spacing: 0.15em;
  color: var(--bt-accent); font-weight: 700;
  border: 1px solid var(--bt-accent); padding: 4px 12px; border-radius: 999px;
}
.bt-hero-copy h1 {
  margin: 22px 0 18px; font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  line-height: 1.4; font-weight: 800; letter-spacing: 0.01em;
}
.bt-hero-lead { color: var(--bt-ink-soft); font-size: 1rem; margin-bottom: 28px; }
.bt-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.bt-hero-stats {
  display: flex; gap: 32px; margin-top: 36px; padding-top: 24px;
  border-top: 1px dashed var(--bt-line); list-style: none; padding-left: 0;
}
.bt-hero-stats li { display: flex; flex-direction: column; }
.bt-hero-stats strong { font-size: 1.6rem; font-weight: 800; color: var(--bt-accent); font-family: "Inter", sans-serif; }
.bt-hero-stats span { font-size: 0.78rem; color: var(--bt-ink-soft); }

.bt-hero-side {
  background: var(--bt-paper); border: 1px solid var(--bt-line);
  border-radius: 10px; padding: 22px; box-shadow: 0 6px 24px rgba(31,26,22,.04);
}
.bt-hero-side h3 {
  margin: 0 0 14px; font-size: 0.92rem; font-weight: 700; color: var(--bt-ink-soft);
  letter-spacing: 0.08em;
}
.bt-hero-pick {
  display: block; padding: 14px 12px; border-radius: 8px;
  border: 1px solid var(--bt-line); margin-bottom: 10px;
  transition: border-color .15s, background .15s;
}
.bt-hero-pick:hover { border-color: var(--bt-accent); background: var(--bt-accent-soft); }
.bt-pick-tag {
  display: inline-block; font-size: 0.72rem; color: var(--bt-accent);
  background: var(--bt-accent-soft); padding: 2px 8px; border-radius: 4px;
  font-weight: 600; margin-bottom: 6px;
}
.bt-hero-pick strong { display: block; font-size: 0.95rem; margin-bottom: 4px; }
.bt-pick-meta { font-size: 0.78rem; color: var(--bt-ink-soft); }

@media (max-width: 900px) {
  .bt-hero-inner { grid-template-columns: 1fr; }
}

/* ---- Sections ---- */
.bt-section { padding: 64px 24px; }
.bt-section--alt { background: var(--bt-bg-alt); border-block: 1px solid var(--bt-line); }
.bt-section--search { padding: 40px 24px 16px; }
.bt-section--service { background: var(--bt-paper); border-top: 1px solid var(--bt-line); }
.bt-section-inner { max-width: 1200px; margin: 0 auto; }
.bt-section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 28px; gap: 16px; flex-wrap: wrap; }
.bt-section-title {
  margin: 0 0 8px; font-size: clamp(1.35rem, 2vw, 1.7rem); font-weight: 800;
  display: flex; align-items: baseline; gap: 12px;
}
.bt-section-num {
  font-family: "Cormorant Garamond", serif; font-size: 1.3em;
  color: var(--bt-gold); font-weight: 600;
}
.bt-section-lead { color: var(--bt-ink-soft); margin: 0 0 24px; }
.bt-section-link { color: var(--bt-accent); font-weight: 600; font-size: 0.92rem; }
.bt-section-link:hover { text-decoration: underline; }
.bt-subsection-title {
  margin: 48px 0 16px; font-size: 1.1rem; font-weight: 700;
  padding-left: 12px; border-left: 4px solid var(--bt-accent);
}

/* ---- Subsidy cards ---- */
.bt-subsidy-grid {
  display: grid; gap: 18px;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}
.bt-subsidy-card {
  display: flex; flex-direction: column; padding: 22px 22px 20px;
  background: var(--bt-paper); border: 1px solid var(--bt-line); border-radius: 10px;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s;
  min-height: 240px;
}
.bt-subsidy-card:hover {
  transform: translateY(-2px); border-color: var(--bt-accent);
  box-shadow: 0 12px 32px rgba(31,26,22,.08);
}
.bt-card-head { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.bt-category-pill {
  font-size: 0.74rem; padding: 3px 10px; border-radius: 4px;
  background: var(--bt-accent-soft); color: var(--bt-accent); font-weight: 700;
}
.bt-round {
  font-size: 0.74rem; padding: 3px 8px; border-radius: 4px;
  background: #fff; border: 1px solid var(--bt-line); color: var(--bt-ink-soft);
  font-weight: 600;
}
.bt-badge { font-size: 0.72rem; padding: 3px 8px; border-radius: 4px; font-weight: 700; }
.bt-badge--popular { background: #ffe3d6; color: #b8431b; }
.bt-badge--new { background: #ffeec5; color: #8b6014; }
.bt-badge--upcoming { background: #d8eadf; color: #1f4a37; }
.bt-badge--open { background: var(--bt-accent); color: #fff; }

.bt-card-title { margin: 4px 0 10px; font-size: 1.05rem; font-weight: 700; line-height: 1.5; }
.bt-card-summary { margin: 0 0 14px; color: var(--bt-ink-soft); font-size: 0.88rem; flex-grow: 1; }
.bt-card-meta {
  margin: 0 0 14px; padding: 12px 0 0; border-top: 1px dashed var(--bt-line);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px;
}
.bt-card-meta dt { font-size: 0.7rem; color: var(--bt-ink-soft); margin-bottom: 2px; }
.bt-card-meta dd { margin: 0; font-size: 0.84rem; font-weight: 700; }
.bt-card-link { color: var(--bt-accent); font-weight: 600; font-size: 0.88rem; margin-top: auto; }

/* ---- Article cards ---- */
.bt-article-grid {
  display: grid; gap: 22px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.bt-article-grid--compact { gap: 14px; }
.bt-article-card {
  display: flex; flex-direction: column; background: var(--bt-paper);
  border: 1px solid var(--bt-line); border-radius: 10px; overflow: hidden;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s;
}
.bt-article-card:hover {
  transform: translateY(-2px); border-color: var(--bt-accent);
  box-shadow: 0 12px 32px rgba(31,26,22,.08);
}
.bt-article-thumb {
  position: relative; height: 140px;
  background: linear-gradient(135deg, var(--bt-accent-soft) 0%, #f6efe2 100%);
  display: grid; place-items: center;
}
.bt-thumb-cat {
  position: absolute; top: 12px; left: 12px;
  background: rgba(255,255,255,0.9); color: var(--bt-accent);
  font-size: 0.72rem; font-weight: 700; padding: 3px 10px; border-radius: 4px;
}
.bt-thumb-glyph {
  font-family: "Cormorant Garamond", serif; font-size: 3.4rem;
  color: var(--bt-accent); font-weight: 700; opacity: 0.55;
}
.bt-thumb-popular {
  position: absolute; top: 12px; right: 12px;
  background: var(--bt-warn); color: #fff; font-size: 0.7rem;
  padding: 3px 10px; border-radius: 4px; font-weight: 700;
}
.bt-article-body { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.bt-article-meta {
  display: flex; gap: 8px; align-items: center; font-size: 0.76rem;
  color: var(--bt-ink-soft); margin-bottom: 8px; flex-wrap: wrap;
}
.bt-meta-cat { color: var(--bt-accent); font-weight: 700; }
.bt-article-title { margin: 4px 0 10px; font-size: 1rem; font-weight: 700; line-height: 1.5; }
.bt-article-excerpt { margin: 0; color: var(--bt-ink-soft); font-size: 0.85rem; flex-grow: 1; }
.bt-article-figicon {
  display: inline-block; margin-top: 10px; align-self: flex-start;
  font-size: 0.7rem; padding: 2px 8px; border-radius: 4px;
  background: #f1edE4; color: var(--bt-ink-soft); font-weight: 600;
}
.bt-article-card--compact .bt-article-thumb { height: 80px; }
.bt-article-card--compact .bt-thumb-glyph { font-size: 2rem; }

/* ---- Service cards ---- */
.bt-service-grid {
  display: grid; gap: 18px; margin-top: 28px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.bt-service-card {
  background: var(--bt-bg); border: 1px solid var(--bt-line); border-radius: 10px;
  padding: 28px 24px; text-align: center;
}
.bt-service-icon {
  width: 56px; height: 56px; margin: 0 auto 16px; display: grid; place-items: center;
  border-radius: 50%; background: var(--bt-accent); color: #fff;
  font-family: "Cormorant Garamond", serif; font-size: 1.5rem; font-weight: 700;
}
.bt-service-card h3 { margin: 0 0 10px; font-size: 1.05rem; font-weight: 700; }
.bt-service-card p { margin: 0; color: var(--bt-ink-soft); font-size: 0.9rem; }

/* ---- Final CTA ---- */
.bt-cta-final {
  background: linear-gradient(135deg, var(--bt-accent) 0%, var(--bt-accent-dark) 100%);
  color: #fff; padding: 60px 24px;
}
.bt-cta-inner { max-width: 880px; margin: 0 auto; text-align: center; }
.bt-cta-inner h2 { margin: 0 0 16px; font-size: clamp(1.4rem, 2.4vw, 2rem); font-weight: 800; }
.bt-cta-inner p { margin: 0 0 28px; color: rgba(255,255,255,0.86); }
.bt-cta-inner .bt-btn--primary { background: #fff; color: var(--bt-accent); box-shadow: 0 2px 0 rgba(0,0,0,0.1); }
.bt-cta-inner .bt-btn--primary:hover { background: var(--bt-bg-alt); }

/* ---- Footer ---- */
.bt-footer { background: #1b1814; color: #d7cdb9; padding: 56px 24px 24px; }
.bt-footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.2fr 2fr; gap: 48px;
}
.bt-footer-brand { display: flex; gap: 14px; align-items: flex-start; }
.bt-footer-brand .bt-brand-mark { background: var(--bt-gold); color: #1b1814; }
.bt-footer-brand strong { display: block; color: #fff; font-size: 1.1rem; margin-bottom: 4px; }
.bt-footer-brand p { margin: 6px 0 0; font-size: 0.86rem; color: #a89e89; }
.bt-footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bt-footer-nav h5 { margin: 0 0 12px; font-size: 0.78rem; letter-spacing: 0.12em; color: var(--bt-gold); }
.bt-footer-nav a { display: block; padding: 4px 0; font-size: 0.86rem; color: #d7cdb9; }
.bt-footer-nav a:hover { color: #fff; }
.bt-footer-bottom {
  max-width: 1200px; margin: 32px auto 0; padding-top: 20px;
  border-top: 1px solid #2c2823;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  color: #82786a; font-size: 0.78rem;
}
@media (max-width: 760px) {
  .bt-footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .bt-footer-nav { grid-template-columns: repeat(2, 1fr); }
}

/* ---- Search form ---- */
.bt-search-form {
  background: var(--bt-paper); border: 1px solid var(--bt-line); border-radius: 10px;
  padding: 18px 20px; box-shadow: 0 4px 18px rgba(31,26,22,.04);
}
.bt-search-row {
  display: grid; grid-template-columns: 1fr 220px auto; gap: 14px; align-items: end;
}
.bt-search-input, .bt-search-select { display: flex; flex-direction: column; gap: 6px; }
.bt-search-label { font-size: 0.78rem; color: var(--bt-ink-soft); font-weight: 600; }
.bt-search-input input, .bt-search-select select {
  width: 100%; padding: 10px 12px; border: 1px solid var(--bt-line); border-radius: 6px;
  background: #fff; font-size: 0.95rem; font-family: inherit;
}
.bt-search-input input:focus, .bt-search-select select:focus {
  outline: 2px solid var(--bt-accent-soft); border-color: var(--bt-accent);
}
.bt-search-submit {
  padding: 11px 24px; border-radius: 6px; border: none;
  background: var(--bt-accent); color: #fff; font-weight: 700; cursor: pointer;
  font-size: 0.95rem;
}
.bt-search-submit:hover { background: var(--bt-accent-dark); }
@media (max-width: 760px) {
  .bt-search-row { grid-template-columns: 1fr; }
}

/* ---- Category tabs ---- */
.bt-tabs {
  display: flex; gap: 4px; margin: 20px 0 0;
  border-bottom: 1px solid var(--bt-line); flex-wrap: wrap;
}
.bt-tab {
  padding: 10px 16px; font-size: 0.9rem; font-weight: 600;
  color: var(--bt-ink-soft); border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.bt-tab:hover { color: var(--bt-accent); }
.bt-tab.is-active { color: var(--bt-accent); border-bottom-color: var(--bt-accent); }

/* ---- Breadcrumb ---- */
.bt-breadcrumb {
  max-width: 1200px; margin: 0 auto; padding: 18px 24px 0;
  font-size: 0.82rem; color: var(--bt-ink-soft);
}
.bt-breadcrumb a { color: var(--bt-accent); }
.bt-breadcrumb a:hover { text-decoration: underline; }
.bt-breadcrumb-sep { margin: 0 8px; color: #b9ad9a; }

/* ---- Page head ---- */
.bt-page-head {
  background: linear-gradient(180deg, var(--bt-bg-alt) 0%, var(--bt-bg) 100%);
  border-bottom: 1px solid var(--bt-line);
  padding: 40px 24px 32px;
}
.bt-page-title { margin: 0 0 12px; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; }
.bt-page-lead { margin: 0 0 24px; color: var(--bt-ink-soft); }

.bt-result-meta { margin-bottom: 20px; font-size: 0.92rem; color: var(--bt-ink-soft); }
.bt-result-meta strong { color: var(--bt-ink); font-size: 1.1rem; }
.bt-result-meta em { color: var(--bt-accent); font-style: normal; font-weight: 600; }
.bt-empty {
  text-align: center; padding: 60px 20px; background: var(--bt-paper);
  border: 1px dashed var(--bt-line); border-radius: 10px;
}
.bt-empty p { color: var(--bt-ink-soft); margin: 0 0 20px; }

/* ---- Subsidy detail ---- */
.bt-detail-head {
  background: var(--bt-paper); border-bottom: 1px solid var(--bt-line);
  padding: 36px 24px 32px;
}
.bt-detail-head .bt-section-inner { max-width: 1100px; }
.bt-detail-tags { display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.bt-detail-title { margin: 0 0 14px; font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 800; line-height: 1.4; }
.bt-detail-summary { margin: 0 0 24px; color: var(--bt-ink-soft); font-size: 1rem; }
.bt-detail-meta {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 18px; margin-bottom: 24px; padding: 18px 22px;
  background: var(--bt-bg-alt); border-radius: 10px;
}
.bt-detail-meta dt { font-size: 0.78rem; color: var(--bt-ink-soft); margin-bottom: 4px; }
.bt-detail-meta dd { margin: 0; font-size: 1.1rem; font-weight: 800; color: var(--bt-accent); }
.bt-detail-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.bt-detail-grid {
  display: grid; grid-template-columns: 2.2fr 1fr; gap: 36px;
  max-width: 1100px; margin: 0 auto;
}
.bt-detail-block { margin-bottom: 36px; }
.bt-detail-block h2 {
  font-size: 1.25rem; font-weight: 800; margin: 0 0 16px;
  padding-bottom: 10px; border-bottom: 2px solid var(--bt-accent);
}
.bt-bullet-list { margin: 0; padding-left: 20px; }
.bt-bullet-list li { margin: 6px 0; }
.bt-step-list { margin: 0; padding-left: 20px; counter-reset: stp; list-style: none; }
.bt-step-list li {
  margin: 10px 0; padding-left: 36px; position: relative;
}
.bt-step-list li::before {
  counter-increment: stp;
  content: counter(stp);
  position: absolute; left: 0; top: 0;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--bt-accent); color: #fff; display: grid; place-items: center;
  font-size: 0.85rem; font-weight: 700;
}

.bt-detail-side .bt-side-card,
.bt-contact-side .bt-side-card {
  background: var(--bt-paper); border: 1px solid var(--bt-line); border-radius: 10px;
  padding: 22px; margin-bottom: 16px;
}
.bt-side-card h3 { margin: 0 0 12px; font-size: 1rem; font-weight: 700; }
.bt-side-card p { margin: 0 0 14px; color: var(--bt-ink-soft); font-size: 0.9rem; }
.bt-side-articles { list-style: none; margin: 0; padding: 0; }
.bt-side-articles li { padding: 10px 0; border-bottom: 1px dashed var(--bt-line); }
.bt-side-articles li:last-child { border-bottom: none; }
.bt-side-articles a { color: var(--bt-accent); font-weight: 500; font-size: 0.9rem; }
.bt-side-articles a:hover { text-decoration: underline; }

@media (max-width: 880px) {
  .bt-detail-grid { grid-template-columns: 1fr; }
}

/* ---- Tables / Callouts (article body) ---- */
.bt-table {
  width: 100%; border-collapse: collapse; margin: 16px 0;
  background: var(--bt-paper); border: 1px solid var(--bt-line); border-radius: 8px;
  overflow: hidden;
}
.bt-table thead { background: var(--bt-accent); color: #fff; }
.bt-table th, .bt-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--bt-line); font-size: 0.92rem; }
.bt-table tbody th { background: var(--bt-bg-alt); font-weight: 700; }
.bt-table tr:last-child th, .bt-table tr:last-child td { border-bottom: none; }

.bt-callout {
  padding: 16px 20px; border-radius: 8px; margin: 18px 0;
  background: var(--bt-bg-alt); border-left: 4px solid var(--bt-ink-soft);
}
.bt-callout strong { color: var(--bt-ink); }
.bt-callout--warn { background: var(--bt-warn-soft); border-left-color: var(--bt-warn); }
.bt-callout--warn strong { color: var(--bt-warn); }
.bt-callout--info { background: var(--bt-info-soft); border-left-color: var(--bt-info); }
.bt-callout--info strong { color: var(--bt-info); }
.bt-callout ul { margin: 8px 0 0; padding-left: 20px; }

/* ---- Article (long-form) ---- */
.bt-article-header {
  background: var(--bt-paper); border-bottom: 1px solid var(--bt-line);
  padding: 36px 24px;
}
.bt-article-header-inner { max-width: 820px; margin: 0 auto; }
.bt-article-tags { display: flex; gap: 8px; margin-bottom: 14px; }
.bt-article-h1 { margin: 0 0 14px; font-size: clamp(1.5rem, 2.8vw, 2.1rem); font-weight: 800; line-height: 1.45; }
.bt-article-header-meta { display: flex; gap: 10px; align-items: center; color: var(--bt-ink-soft); font-size: 0.86rem; margin-bottom: 16px; flex-wrap: wrap; }

.bt-article-content {
  max-width: 820px; margin: 0 auto; padding: 40px 24px 24px;
  font-size: 1.02rem; line-height: 1.95;
}
.bt-article-content h2 {
  margin: 36px 0 16px; padding: 10px 0 10px 14px;
  border-left: 5px solid var(--bt-accent);
  font-size: 1.35rem; font-weight: 800; scroll-margin-top: 80px;
}
.bt-article-content h3 {
  margin: 28px 0 12px; padding-bottom: 6px;
  border-bottom: 1px dashed var(--bt-line);
  font-size: 1.12rem; font-weight: 700;
}
.bt-article-content p { margin: 12px 0; }
.bt-article-content ul, .bt-article-content ol { margin: 12px 0; padding-left: 24px; }
.bt-article-content li { margin: 4px 0; }
.bt-article-content strong { color: var(--bt-accent-dark); }

.bt-article-toc {
  background: var(--bt-bg-alt); border: 1px solid var(--bt-line); border-radius: 10px;
  padding: 18px 22px; margin: 0 0 28px;
}
.bt-article-toc strong { display: block; font-size: 0.92rem; color: var(--bt-accent); margin-bottom: 10px; }
.bt-article-toc ol { margin: 0; padding-left: 22px; }
.bt-article-toc li { margin: 6px 0; }
.bt-article-toc a { color: var(--bt-ink); font-weight: 500; }
.bt-article-toc a:hover { color: var(--bt-accent); text-decoration: underline; }

.bt-figure { margin: 20px 0; }
.bt-figure-placeholder {
  display: grid; place-items: center; min-height: 180px;
  background: var(--bt-bg-alt); border: 1px dashed var(--bt-line); border-radius: 8px;
  color: var(--bt-ink-soft); font-size: 0.88rem; padding: 24px 20px; text-align: center;
}
.bt-figure figcaption { margin-top: 8px; font-size: 0.84rem; color: var(--bt-ink-soft); text-align: center; }

.bt-article-footer { max-width: 820px; margin: 0 auto; padding: 0 24px 60px; }
.bt-article-share { display: flex; align-items: center; gap: 12px; padding: 18px 0; border-top: 1px solid var(--bt-line); border-bottom: 1px solid var(--bt-line); margin: 24px 0; flex-wrap: wrap; }
.bt-article-share strong { font-size: 0.88rem; }
.bt-article-share a { padding: 6px 14px; border: 1px solid var(--bt-line); border-radius: 999px; font-size: 0.84rem; color: var(--bt-accent); }
.bt-article-share a:hover { background: var(--bt-accent-soft); }

.bt-related { margin-top: 36px; }
.bt-related h3 { margin: 0 0 16px; font-size: 1.1rem; padding-left: 12px; border-left: 4px solid var(--bt-accent); }

.bt-article-cta {
  margin-top: 40px; padding: 32px 28px; text-align: center;
  background: var(--bt-bg-alt); border-radius: 12px;
}
.bt-article-cta h3 { margin: 0 0 10px; font-size: 1.15rem; font-weight: 800; }
.bt-article-cta p { margin: 0 0 20px; color: var(--bt-ink-soft); }

/* ---- Contact ---- */
.bt-contact-grid {
  display: grid; grid-template-columns: 1.8fr 1fr; gap: 32px;
  max-width: 1100px; margin: 0 auto;
}
@media (max-width: 880px) { .bt-contact-grid { grid-template-columns: 1fr; } }

.bt-contact-form {
  background: var(--bt-paper); border: 1px solid var(--bt-line);
  border-radius: 12px; padding: 28px;
  display: flex; flex-direction: column; gap: 16px;
}
.bt-contact-form label { display: flex; flex-direction: column; gap: 6px; }
.bt-contact-form label > span { font-size: 0.88rem; font-weight: 600; }
.bt-contact-form em { color: var(--bt-warn); font-style: normal; font-size: 0.74rem; margin-left: 6px; }
.bt-contact-form input,
.bt-contact-form select,
.bt-contact-form textarea {
  padding: 10px 12px; border: 1px solid var(--bt-line); border-radius: 6px;
  font-size: 0.95rem; font-family: inherit; background: #fff;
}
.bt-contact-form input:focus,
.bt-contact-form select:focus,
.bt-contact-form textarea:focus {
  outline: 2px solid var(--bt-accent-soft); border-color: var(--bt-accent);
}
.bt-contact-check { flex-direction: row !important; align-items: center; gap: 10px !important; }
.bt-contact-check input { width: 18px; height: 18px; }

.bt-tel { font-size: 1.5rem; font-weight: 800; color: var(--bt-accent); margin: 0 0 4px; font-family: "Inter", sans-serif; }
.bt-tel-note { font-size: 0.82rem; color: var(--bt-ink-soft); margin: 0; }
