@font-face {
  font-family: "Noto Sans JP";
  src: url("../assets/noto_sans_jp_ofurox_subset_20260727.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../assets/inter_ofurox_subset_20260727.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #14191f;
  --muted: #5a6875;
  --line: #cfdae4;
  --ice: #eff7ff;
  --ice-2: #f7fbff;
  --white: #fff;
  --blue: #1676dd;
  --blue-2: #2d86d8;
  --cyan: #087f98;
  --navy: #0a2338;
  --lime: #d7fbf6;
  --shadow: 0 22px 60px rgba(30, 74, 110, 0.12);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --container: 1180px;
}

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

html {
  line-break: strict;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--white);
  font-family: "Noto Sans JP", system-ui, -apple-system, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
summary {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

@supports (word-break: auto-phrase) {
  h1,
  h2,
  h3,
  summary,
  p,
  li {
    word-break: auto-phrase;
  }
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(21, 103, 173, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 103, 173, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 10px;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(182, 200, 216, 0.7);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-plate {
  display: inline-flex;
  width: 148px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 11px;
  background: #17191b;
  text-decoration: none;
}

.brand-plate img {
  width: 116px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  text-decoration: none;
}

.nav-cta {
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 84px;
  background:
    radial-gradient(circle at 92% 8%, rgba(36, 190, 215, 0.18), transparent 30%),
    radial-gradient(circle at 58% 70%, rgba(85, 164, 255, 0.15), transparent 36%),
    linear-gradient(135deg, #fff 0%, #f7fbff 48%, #eef8ff 100%);
}

.hero::after {
  position: absolute;
  right: -80px;
  bottom: -180px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(22, 118, 221, 0.11);
  border-radius: 50%;
  box-shadow:
    0 0 0 54px rgba(22, 118, 221, 0.035),
    0 0 0 108px rgba(36, 190, 215, 0.025);
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.98fr);
  align-items: center;
  gap: clamp(32px, 4vw, 58px);
}

.hero-identity {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.hero-logo {
  display: inline-flex;
  width: 152px;
  min-height: 54px;
  flex: 0 0 auto;
  align-items: center;
  padding: 13px 14px;
  border-radius: 13px;
  background: var(--ink);
  box-shadow: 0 10px 28px rgba(20, 25, 31, 0.18);
}

.hero-logo img {
  width: 124px;
}

.hero-identity p {
  max-width: 238px;
  margin: 0;
  color: #304355;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.hero-identity p span {
  display: block;
}

.hero h1 {
  margin: 0;
  font-size: clamp(42px, 3.8vw, 54px);
  font-weight: 900;
  line-height: 1.17;
  letter-spacing: -0.055em;
}

.hero h1 span {
  display: block;
}

.hero h1 .mobile-break {
  display: none;
}

.gradient-text {
  color: transparent;
  background: linear-gradient(90deg, var(--blue) 0%, var(--blue-2) 48%, var(--cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: #344657;
  font-size: 17px;
  line-height: 1.9;
}

.hero-benefit {
  display: inline-flex;
  margin: 24px 0 0;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(22, 118, 221, 0.18);
  border-radius: 999px;
  color: #104f91;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 22px rgba(22, 118, 221, 0.08);
  font-weight: 800;
}

.hero-benefit-icon {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-size: 13px;
}

.hero-benefit-text {
  display: inline;
}

.hero-benefit-text span {
  display: inline;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: linear-gradient(120deg, #126ed0, #075fae);
  box-shadow: 0 14px 30px rgba(22, 118, 221, 0.22);
}

.button-secondary {
  border-color: #b9c9d7;
  background: var(--white);
}

.button-white {
  color: var(--ink);
  background: var(--white);
}

.button-outline-white {
  border-color: rgba(255, 255, 255, 0.56);
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
}

.micro-note {
  margin: 16px 0 0;
  color: #677684;
  font-size: 12px;
  line-height: 1.75;
}

.hero-visual {
  min-width: 0;
}

.hero-picture {
  position: relative;
  min-height: 500px;
  padding: 14px;
  border: 1px solid rgba(167, 193, 214, 0.74);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.hero-picture::before {
  position: absolute;
  top: -12px;
  left: 50px;
  width: 106px;
  height: 30px;
  border-radius: 4px;
  background: rgba(174, 223, 250, 0.72);
  content: "";
  transform: rotate(-3deg);
}

.hero-picture > img {
  width: 100%;
  height: 430px;
  border-radius: 24px;
  object-fit: contain;
  background: #fcfbf8;
  transition: opacity 160ms ease;
}

.hero-picture-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 10px 2px;
}

.hero-picture-caption strong {
  font-size: 14px;
}

.hero-picture-caption span {
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.logo-section {
  padding: 54px 0 60px;
  border-block: 1px solid #e1e8ee;
  background: #f3f7fa;
}

.section-kicker {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.section-kicker h2 {
  max-width: 760px;
  margin: 0 0 22px;
  font-size: clamp(22px, 2.3vw, 32px);
  line-height: 1.45;
}

.domains-heading .mobile-meaning-line {
  display: block;
}

.logo-scroll {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 14px;
  overflow-x: auto;
  padding: 2px 2px 12px;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.logo-scroll.is-marquee {
  display: block;
  overflow: hidden;
  padding-bottom: 8px;
}

.logo-rail {
  display: flex;
  width: max-content;
  animation: logo-travel 48s linear infinite;
}

.logo-rail-group {
  display: flex;
  gap: 14px;
  padding-right: 14px;
}

.logo-scroll.is-marquee:hover .logo-rail,
.logo-scroll.is-marquee:focus-within .logo-rail {
  animation-play-state: paused;
}

@keyframes logo-travel {
  to {
    transform: translateX(-50%);
  }
}

.logo-card {
  display: grid;
  min-width: 220px;
  min-height: 118px;
  padding: 22px;
  border: 1px solid #d8e0e7;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(37, 66, 90, 0.06);
  place-items: center;
}

.logo-card img {
  max-width: 170px;
  max-height: 58px;
  object-fit: contain;
}

.problem-section {
  padding: 120px 0 110px;
  background: var(--white);
}

.section-heading {
  margin-bottom: 50px;
}

.section-heading-narrow {
  max-width: 850px;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--blue);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: -0.045em;
}

.section-heading > p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.mobile-meaning-line {
  display: inline;
}

.meaning-line {
  display: block;
}

.keep-word {
  white-space: nowrap;
}

.problem-flow {
  display: grid;
  grid-template-columns: 1fr 50px 1fr 50px 1fr;
  align-items: center;
  gap: 8px;
}

.problem-flow article {
  position: relative;
  min-height: 290px;
  padding: 32px;
  border: 1px solid #d9e3ec;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 18px 40px rgba(44, 74, 98, 0.08);
}

.problem-flow article:nth-of-type(2) {
  transform: translateY(18px);
}

.problem-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: #acc0d2;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.line-icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 25px;
  border: 1px solid #9ec8ef;
  border-radius: 18px;
  color: var(--blue);
  background: var(--ice);
  font-size: 31px;
  place-items: center;
}

.problem-flow h3 {
  margin: 0;
  font-size: 23px;
}

.problem-flow p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.flow-arrow {
  color: var(--cyan);
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}

.answer-section {
  padding: 115px 0;
  background:
    radial-gradient(circle at 0 100%, rgba(36, 190, 215, 0.18), transparent 31%),
    linear-gradient(125deg, #f9fdff 0%, #edf7ff 52%, #e9fbfc 100%);
}

.answer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(450px, 1.08fr);
  align-items: center;
  gap: clamp(40px, 7vw, 92px);
}

.answer-copy h2 {
  margin: 0;
  font-size: clamp(38px, 3.7vw, 52px);
  line-height: 1.3;
  letter-spacing: -0.05em;
}

.answer-copy .answer-availability {
  display: inline-block;
  margin: 22px 0 0;
  padding: 10px 15px;
  border: 1px solid rgba(22, 118, 221, 0.2);
  border-radius: 12px;
  color: #075baf;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(22, 118, 221, 0.08);
  font-size: 18px;
  font-weight: 900;
}

.answer-copy > p:not(.eyebrow, .micro-note) {
  margin: 24px 0 0;
  color: #3d5365;
  font-size: 17px;
}

.answer-copy > p.answer-availability {
  margin-top: 22px;
  color: #075baf;
  font-size: 18px;
}

.answer-points {
  display: grid;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}

.answer-points li {
  display: grid;
  grid-template-columns: 155px 1fr;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(154, 192, 221, 0.7);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
}

.answer-points strong {
  color: var(--blue);
  font-size: 17px;
}

.answer-points span {
  color: var(--muted);
  font-size: 14px;
}

.survey-live-map {
  position: relative;
  margin: 0;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #c2d6e5;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 190, 215, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.survey-live-map::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 108px;
  height: 7px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  content: "";
}

.survey-live-map figcaption {
  margin-bottom: 22px;
}

.survey-live-map figcaption span,
.survey-live-map figcaption strong {
  display: block;
}

.survey-live-map figcaption span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.survey-live-map figcaption strong {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.55;
}

.survey-live-actors {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr);
  align-items: stretch;
  gap: 12px;
}

.survey-actor {
  min-width: 0;
  padding: 19px;
  border: 1px solid #cbdbe7;
  border-radius: 21px;
  background: #fff;
}

.survey-actor-advisor {
  border-color: rgba(22, 118, 221, 0.35);
  background: linear-gradient(145deg, #f7fbff, #eef8ff);
}

.survey-actor header span,
.survey-actor header h3 {
  display: block;
}

.survey-actor header span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
}

.survey-actor header h3 {
  margin: 3px 0 0;
  font-size: 18px;
}

.survey-actor-art {
  aspect-ratio: 4 / 3;
  margin: 13px 0 10px;
  overflow: hidden;
  border-radius: 16px;
  background: #f4f9fc;
}

.survey-actor-advisor .survey-actor-art {
  background: #e9f5ff;
}

.survey-actor-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.survey-actor-art-advisor img {
  object-position: center;
}

.survey-actor > p {
  margin: 0;
  color: #41596a;
  font-size: 12px;
  line-height: 1.75;
}

.live-connection {
  display: flex;
  min-width: 0;
  align-items: center;
  align-self: center;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0;
  text-align: center;
}

.live-connection strong {
  color: #173a57;
  font-size: 10px;
  white-space: nowrap;
}

.live-connection-line {
  position: relative;
  width: 100%;
  height: 3px;
  margin: 12px 0 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.live-connection-line::before,
.live-connection-line::after {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-style: solid;
  content: "";
}

.live-connection-line::before {
  left: -1px;
  border-width: 0 0 2px 2px;
  transform: translateY(-50%) rotate(45deg);
}

.live-connection-line::after {
  right: -1px;
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotate(45deg);
}

.live-connection-dot {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 2px rgba(36, 190, 215, 0.22);
  opacity: 0;
}

.live-connection-dot-out {
  left: 8%;
}

.live-connection-dot-back {
  right: 8%;
  background: var(--blue);
}

.survey-live-map.is-pulsing .live-connection-dot-out {
  animation: live-out 0.7s ease both;
}

.survey-live-map.is-pulsing .live-connection-dot-back {
  animation: live-back 0.7s 0.12s ease both;
}

@keyframes live-out {
  0% {
    left: 8%;
    opacity: 0;
  }
  22%,
  78% {
    opacity: 1;
  }
  100% {
    left: 88%;
    opacity: 0;
  }
}

@keyframes live-back {
  0% {
    right: 8%;
    opacity: 0;
  }
  22%,
  78% {
    opacity: 1;
  }
  100% {
    right: 88%;
    opacity: 0;
  }
}

.live-connection > span {
  display: block;
  color: #617485;
  font-size: 9px;
  line-height: 1.6;
}

.live-connection > span b {
  color: var(--blue);
}

.manufacturer-knowledge {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #d2e5f2;
}

.manufacturer-knowledge > span {
  color: #3e6079;
  font-size: 9px;
  font-weight: 900;
}

.manufacturer-knowledge ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.manufacturer-knowledge li {
  padding: 5px 7px;
  border: 1px solid #b9d6ea;
  border-radius: 999px;
  color: #154d79;
  background: #fff;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 8px;
  font-weight: 800;
}

.survey-live-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.survey-live-controls button {
  min-height: 46px;
  padding: 8px 10px;
  border: 1px solid #c9d9e5;
  border-radius: 12px;
  color: #365268;
  background: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  text-align: left;
}

.survey-live-controls button span {
  margin-right: 5px;
  color: #7e91a0;
  font-family: "Inter", sans-serif;
  font-size: 9px;
}

.survey-live-controls button[aria-pressed="true"] {
  border-color: var(--blue);
  color: #fff;
  background: linear-gradient(135deg, #126dca, #1baed1);
  box-shadow: 0 9px 20px rgba(18, 109, 202, 0.18);
}

.survey-live-controls button[aria-pressed="true"] span {
  color: rgba(255, 255, 255, 0.75);
}

.survey-live-detail {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 15px;
  min-height: 104px;
  margin-top: 9px;
  padding: 15px;
  border: 1px solid #cfe0eb;
  border-radius: 16px;
  background: #f8fbfd;
}

.survey-live-detail-art {
  display: grid;
  width: 72px;
  height: 72px;
  border-radius: 15px;
  background: #eaf5fc;
  place-items: center;
}

.survey-step-art {
  display: none;
  width: 62px;
  height: 54px;
  fill: none;
  stroke: #126dca;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.survey-live-map[data-survey-state="shoot"] .survey-step-art-shoot,
.survey-live-map[data-survey-state="measure"] .survey-step-art-measure,
.survey-live-map[data-survey-state="check"] .survey-step-art-check {
  display: block;
}

.survey-live-detail strong {
  font-size: 15px;
}

.survey-live-detail p {
  margin: 5px 0 0;
  color: #50697b;
  font-size: 11px;
  line-height: 1.7;
}

.survey-live-map > .micro-note {
  margin-top: 12px;
  font-size: 9px;
}

.support-rail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding: 16px 20px;
  border: 1px dashed #8abfe8;
  border-radius: 14px;
  background: var(--ice);
}

.support-rail strong {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.support-rail span {
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.section {
  padding: 120px 0;
}

.section-ice {
  background: var(--ice-2);
}

.term-guide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 30px;
}

.onsite-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
  padding: 28px 34px;
  border: 1px solid #ccdbe6;
  border-radius: 22px;
  background: #f7fbfe;
}

.onsite-icon {
  display: grid;
  width: 68px;
  height: 68px;
  border: 1px solid #9ec9ea;
  border-radius: 20px;
  color: var(--blue);
  background: #fff;
  font-size: 30px;
  place-items: center;
}

.onsite-card h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.5;
}

.onsite-card p:last-child {
  margin: 8px 0 0;
  color: var(--muted);
}

.term-guide article {
  padding: 18px 20px;
  border: 1px solid #d7e1e9;
  border-radius: 14px;
  background: #f8fbfd;
}

.term-guide strong,
.term-guide span {
  display: block;
}

.term-guide strong {
  color: var(--blue);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
}

.term-guide span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.service-card {
  display: grid;
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid #d3dee7;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 20px 56px rgba(33, 73, 103, 0.09);
}

.service-card + .service-card {
  margin-top: 26px;
}

.onsite-card + .service-card {
  margin-top: 26px;
}

.service-card-smart {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(32px, 6vw, 72px);
}

.service-label {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.service-card h3 {
  margin: 0;
  font-size: clamp(31px, 3.6vw, 50px);
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.service-card-smart h3 {
  font-size: clamp(30px, 3.15vw, 44px);
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.service-definition {
  margin: 18px 0 0;
  color: #3a4d5d;
  font-size: 17px;
  font-weight: 700;
}

.service-copy > p:not(.service-label, .service-definition, .micro-note) {
  color: var(--muted);
}

.who-flow {
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  align-items: center;
  gap: 10px;
  margin: 28px 0;
}

.who-flow > div:not(.who-link) {
  min-height: 132px;
  padding: 18px;
  border: 1px solid #c7d8e6;
  border-radius: 18px;
  background: #f8fbfd;
}

.who-flow > div:last-child {
  background: var(--ice);
}

.who-flow span,
.who-flow strong,
.who-flow small {
  display: block;
}

.who-flow span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.who-flow strong {
  margin-top: 6px;
}

.who-flow small {
  margin-top: 4px;
  color: var(--muted);
}

.who-link {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.who-link::after {
  display: block;
  margin-top: 2px;
  content: "↔";
  font-size: 28px;
}

.manufacturer-block {
  margin-top: 26px;
}

.manufacturer-title {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.manufacturer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 0;
}

.manufacturer-list span {
  padding: 7px 11px;
  border: 1px solid #cdd9e3;
  border-radius: 999px;
  background: #f9fbfd;
  font-size: 11px;
  font-weight: 800;
}

.manufacturer-block .micro-note {
  margin-top: 8px;
}

details {
  border-top: 1px solid #dbe3ea;
}

details summary {
  min-height: 50px;
  padding: 14px 32px 14px 0;
  cursor: pointer;
  font-weight: 800;
}

details p {
  margin: 0 0 18px;
  color: var(--muted);
}

.service-copy details {
  margin-top: 24px;
}

.tool-illustration {
  align-self: start;
  min-width: 0;
}

.tool-illustration > img {
  width: 100%;
  max-height: 410px;
  border: 1px solid #dce4ea;
  border-radius: 24px;
  object-fit: contain;
  background: #fdfbf7;
}

.tool-illustration > p {
  margin: 12px 0 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.tool-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tool-buttons button {
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid #c9d6e0;
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.tool-buttons button[aria-pressed="true"] {
  border-color: var(--blue);
  color: var(--white);
  background: var(--blue);
}

.tool-result {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 13px;
  background: var(--ice);
  font-size: 13px;
}

.tool-result span {
  color: var(--muted);
}

.service-card-build {
  grid-template-columns: minmax(320px, 0.8fr) minmax(480px, 1.2fr);
  align-items: center;
  gap: 54px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(120deg, #a7d2ff, #99e9e4) border-box;
  border: 2px solid transparent;
}

.service-card-build > div:first-child > p:not(.service-label, .micro-note) {
  color: var(--muted);
}

.build-flow {
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr;
  align-items: center;
  gap: 5px;
}

.build-flow > div:not(.build-arrow) {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #bed2e3;
  border-radius: 18px;
  background: #f8fbfd;
}

.build-flow span {
  color: var(--blue);
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

.build-flow strong {
  font-size: 17px;
  line-height: 1.45;
}

.build-arrow {
  color: var(--cyan);
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

.decision-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 42px;
  padding: 28px 30px;
  overflow: hidden;
  border: 1px solid #bfd8e8;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 190, 215, 0.12), transparent 36%),
    linear-gradient(135deg, #f7fbff, #eef9f8);
  box-shadow: 0 16px 36px rgba(31, 75, 107, 0.08);
}

.decision-cta::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(var(--blue), var(--cyan));
  content: "";
}

.decision-cta-copy strong {
  display: block;
  font-size: 20px;
  line-height: 1.55;
  text-wrap: balance;
}

.decision-cta-copy p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.decision-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.decision-cta-actions .button {
  min-height: 48px;
  padding: 11px 18px;
  font-size: 14px;
}

.decision-cta-compact {
  margin-top: 24px;
}

.decision-cta-proof {
  border-color: #c7d9e6;
  background:
    radial-gradient(circle at 100% 0%, rgba(22, 118, 221, 0.09), transparent 38%),
    #fff;
}

.case-flow {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  align-items: stretch;
  gap: 18px;
}

.flow-tabs {
  display: grid;
  gap: 8px;
}

.flow-tabs button {
  display: grid;
  grid-template-columns: 48px 1fr;
  min-height: 72px;
  align-items: center;
  border: 1px solid #d4dfe7;
  border-radius: 16px;
  background: var(--white);
  cursor: pointer;
  font-weight: 800;
  text-align: left;
}

.flow-tabs button span {
  color: var(--blue);
  font-family: "Inter", sans-serif;
  text-align: center;
}

.flow-tabs button[aria-pressed="true"] {
  border-color: var(--blue);
  background: #eaf5ff;
  box-shadow: inset 4px 0 0 var(--blue);
}

.flow-stage {
  display: grid;
  min-height: 312px;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 38px;
  padding: 54px;
  border: 1px solid #cbdbe7;
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.flow-symbol {
  display: grid;
  width: 140px;
  height: 140px;
  border: 1px solid #95c8f4;
  border-radius: 36% 64% 54% 46% / 42% 38% 62% 58%;
  color: var(--blue);
  background: linear-gradient(145deg, #dbeeff, #e0fbf8);
  font-size: 54px;
  place-items: center;
}

.flow-stage p:first-child {
  margin: 0;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.flow-stage h3 {
  margin: 8px 0 12px;
  font-size: clamp(26px, 3vw, 42px);
}

.flow-stage p:last-child {
  margin: 0;
  color: var(--muted);
}

.scenario-switcher {
  display: grid;
  grid-template-columns: 0.66fr 1.34fr;
  gap: 18px;
}

.scenario-heading > span {
  display: block;
}

.scenario-buttons {
  display: grid;
  gap: 10px;
}

.scenario-buttons button {
  min-height: 78px;
  padding: 18px 22px;
  border: 1px solid #d0dbe5;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  font-weight: 800;
  text-align: left;
}

.scenario-buttons button[aria-pressed="true"] {
  border-color: var(--ink);
  color: #fff;
  background: var(--ink);
}

.scenario-result {
  display: grid;
  min-height: 300px;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: 44px;
  padding: 48px;
  border: 1px solid #cbd9e3;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(36, 190, 215, 0.18), transparent 36%),
    #f9fcff;
}

.scenario-visual {
  width: min(100%, 240px);
}

.scenario-state-art {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  border: 1px solid #cbd8e2;
  border-radius: 20px;
  background-image: url("../assets/generated/u/u_capacity_three_states_objects_no_people_v2_20260724.webp");
  background-repeat: no-repeat;
  background-position: 0 52%;
  background-size: 300% auto;
  box-shadow: 0 18px 38px rgba(36, 72, 101, 0.1);
}

.scenario-result[data-scenario-state="busy"] .scenario-state-art {
  background-position: 50% 52%;
}

.scenario-result[data-scenario-state="challenge"] .scenario-state-art {
  background-position: 100% 52%;
}

.scenario-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin-top: 12px;
  color: #526777;
  font-size: 11px;
  font-weight: 800;
}

.scenario-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.scenario-legend i {
  width: 12px;
  height: 12px;
  border: 1px solid #c5d2db;
  border-radius: 4px;
  background: #fff;
}

.scenario-legend .legend-ofurox {
  border-color: #1676dd;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.scenario-result > div:last-child > p:first-child {
  margin: 0;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.scenario-result h3 {
  margin: 8px 0 12px;
  font-size: clamp(25px, 2.2vw, 32px);
  line-height: 1.35;
  text-wrap: balance;
}

.scenario-result p {
  color: var(--muted);
}

.scenario-result strong {
  display: inline-block;
  margin-top: 8px;
  padding: 7px 12px;
  border-radius: 8px;
  color: #0d5d5b;
  background: #d8f7f3;
}

.domain-explorer {
  display: grid;
  grid-template-columns: minmax(380px, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: 24px;
}

.domain-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.domain-buttons button {
  min-height: 74px;
  padding: 12px 14px;
  border: 1px solid #d1dce5;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
}

.domain-buttons button[aria-pressed="true"] {
  border-color: var(--blue);
  color: #0c5dad;
  background: #eaf5ff;
  box-shadow: inset 4px 0 0 var(--blue);
}

.domain-result {
  display: grid;
  min-height: 434px;
  gap: 10px;
  padding: 36px;
  border: 1px solid #cfdae4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(46, 79, 105, 0.08);
}

.domain-result[hidden] {
  display: none !important;
}

.domain-result > div:not(.domain-arrow) {
  padding: 16px 18px;
  border: 1px solid #dde6ec;
  border-radius: 14px;
  background: #f9fbfd;
}

.domain-result > div.domain-benefit {
  border-color: #a8ddd9;
  background: #e8faf8;
}

.domain-result span {
  display: block;
  margin-bottom: 5px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.domain-result p,
.domain-result strong {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.domain-result strong {
  display: block;
  font-size: 16px;
}

.domain-arrow {
  color: var(--cyan);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.entry-section {
  background:
    radial-gradient(circle at 80% 15%, rgba(36, 190, 215, 0.13), transparent 30%),
    linear-gradient(135deg, #fff, #f1f9ff);
}

.entry-grid {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(390px, 1.12fr) minmax(240px, 0.72fr);
  align-items: start;
  gap: 20px;
}

.rerepa-card,
.existing-card {
  padding: 38px;
  border: 1px solid #d0dce5;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.rerepa-logo-link {
  display: inline-flex;
  max-width: 260px;
  min-height: 72px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid #e2e5df;
  border-radius: 12px;
  background: #fff;
}

.rerepa-logo-link img {
  width: 230px;
}

.rerepa-card h3,
.existing-card h3 {
  margin: 24px 0 16px;
  font-size: 27px;
}

.rerepa-intro {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

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

.entry-steps div {
  min-height: 98px;
  padding: 13px;
  border: 1px solid #d5dfe6;
  border-radius: 14px;
  background: #f9fbfd;
}

.entry-steps span,
.entry-steps strong {
  display: block;
}

.entry-steps span {
  color: var(--blue);
  font-family: "Inter", sans-serif;
  font-size: 11px;
}

.entry-steps strong {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
}

.point-cards {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}

.point-cards strong {
  min-height: 58px;
  padding: 16px 8px;
  border: 1px solid #b4d5ef;
  border-radius: 13px;
  color: #14599b;
  background: #edf7ff;
  text-align: center;
}

.point-cards strong:last-child {
  border-color: #b5ded9;
  color: #176d6a;
  background: #e9faf7;
}

.point-cards span {
  color: var(--muted);
  font-size: 10px;
}

.entry-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.phone {
  width: min(100%, 292px);
  margin: 0 auto;
  padding: 12px;
  border: 8px solid var(--ink);
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 26px 56px rgba(30, 57, 80, 0.18);
}

.phone-status {
  display: flex;
  justify-content: space-between;
  padding: 4px 10px 9px;
  font-size: 10px;
  font-weight: 800;
}

.phone-header {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 9px;
  color: #fff;
  background: #08b44b;
}

.phone-avatar {
  display: grid;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #08a944;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  place-items: center;
}

.phone-header strong {
  font-size: 11px;
}

.phone-header small {
  font-size: 9px;
}

.chat {
  display: grid;
  min-height: 330px;
  align-content: start;
  gap: 8px;
  padding: 18px 10px;
  background: #dce7ef;
}

.chat p {
  width: 84%;
  margin: 0;
  padding: 9px 11px;
  border-radius: 12px;
  background: #fff;
  font-size: 10px;
  line-height: 1.55;
}

.chat p.chat-user {
  justify-self: end;
  background: #8cf474;
}

.phone-input {
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  color: #9aa4ad;
  background: #f1f3f5;
  font-size: 9px;
}

.line-conversation {
  position: relative;
  width: min(100%, 460px);
  margin: 0 auto;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #c3d8e3;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(6, 199, 85, 0.12), transparent 31%),
    #f6fbfd;
  box-shadow: 0 24px 54px rgba(30, 57, 80, 0.14);
}

.line-conversation::before {
  position: absolute;
  top: -42px;
  right: -32px;
  width: 138px;
  height: 138px;
  border: 1px solid rgba(6, 199, 85, 0.22);
  border-radius: 50%;
  content: "";
}

.line-conversation figcaption {
  position: relative;
  z-index: 1;
}

.line-conversation-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(6, 199, 85, 0.25);
  border-radius: 999px;
  color: #08783b;
  background: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 900;
}

.line-conversation-badge i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #06c755;
  box-shadow: 0 0 0 4px rgba(6, 199, 85, 0.11);
}

.line-conversation figcaption > strong {
  display: block;
  margin-top: 11px;
  font-size: 20px;
  line-height: 1.5;
}

.conversation-timeline {
  position: relative;
  display: grid;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  gap: 12px;
}

.conversation-timeline::before {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 11px;
  width: 1px;
  background: linear-gradient(#a7c9db, rgba(6, 199, 85, 0.48));
  content: "";
}

.conversation-message {
  position: relative;
  padding-left: 31px;
}

.conversation-message::before {
  position: absolute;
  top: 11px;
  left: 6px;
  width: 11px;
  height: 11px;
  border: 3px solid #f6fbfd;
  border-radius: 50%;
  background: #9bb3c4;
  box-shadow: 0 0 0 1px #bcd0dc;
  content: "";
}

.conversation-message-rerepa::before {
  background: #06c755;
  box-shadow: 0 0 0 1px rgba(6, 199, 85, 0.36);
}

.conversation-message > span {
  display: block;
  margin-bottom: 5px;
  color: #607788;
  font-size: 9px;
  font-weight: 900;
}

.conversation-message > p {
  width: fit-content;
  max-width: 96%;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #d0dde6;
  border-radius: 5px 15px 15px;
  color: #283e4e;
  background: #fff;
  box-shadow: 0 7px 16px rgba(33, 66, 89, 0.06);
  font-size: 12px;
  line-height: 1.65;
}

.conversation-message-rerepa > p {
  border-color: rgba(6, 199, 85, 0.27);
  background: #ecfff3;
}

.conversation-photo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  padding: 6px 10px 6px 6px;
  border: 1px solid #cfdee7;
  border-radius: 12px;
  background: #fff;
}

.conversation-photo svg {
  width: 56px;
  height: 38px;
  fill: #edf7fb;
  stroke: #58809a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.conversation-photo b {
  color: #506879;
  font-size: 9px;
}

.conversation-outcome {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
  padding: 12px;
  border: 1px solid rgba(6, 199, 85, 0.3);
  border-radius: 14px;
  background: #fff;
}

.conversation-outcome > span {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: #06c755;
  font-size: 13px;
  font-weight: 900;
  place-items: center;
}

.conversation-outcome p {
  margin: 0;
  color: #365368;
  font-size: 11px;
  line-height: 1.55;
}

.conversation-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.6;
}

.existing-card {
  box-shadow: none;
}

.existing-card p {
  color: var(--muted);
}

.existing-card .button {
  padding-inline: 14px;
  font-size: 14px;
  white-space: nowrap;
}

.existing-icon {
  display: grid;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  color: var(--blue);
  background: var(--ice);
  font-size: 28px;
  place-items: center;
}

.cost-section {
  background: #fff;
}

.cost-tabs {
  display: flex;
  width: max-content;
  margin: 0 0 18px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f5f8fa;
}

.cost-tabs button {
  min-width: 92px;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-weight: 800;
}

.cost-tabs button[aria-pressed="true"] {
  color: #fff;
  background: var(--ink);
}

.cost-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.cost-compare article {
  min-height: 420px;
  padding: 40px;
  border: 1px solid #d2dde5;
  border-radius: 28px;
}

.cost-compare article > p:first-child {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.cost-hiring {
  background: #f7f9fb;
}

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

.timeline span {
  position: relative;
  padding: 13px 8px;
  border-top: 4px solid #98a7b3;
  color: #4e5e6c;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.timeline span:nth-child(2) {
  border-color: #6f8495;
}

.timeline span:nth-child(3) {
  border-color: var(--ink);
}

.cost-formula {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 42px 0 24px;
  color: #455462;
  font-size: 14px;
}

.cost-hiring > strong {
  display: block;
  font-size: clamp(32px, 4vw, 52px);
  text-align: center;
}

.cost-hiring > strong span {
  color: #596978;
}

.cost-ofurox {
  background:
    radial-gradient(circle at 100% 0, rgba(36, 190, 215, 0.18), transparent 34%),
    linear-gradient(145deg, #f2f9ff, #eefbf9);
}

.ofurox-now {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 26px;
}

.ofurox-now span:not(:nth-child(2)) {
  display: grid;
  width: 94px;
  height: 94px;
  border: 1px solid #8ec6ef;
  border-radius: 30px;
  background: #fff;
  font-weight: 900;
  place-items: center;
}

.ofurox-now span:last-child {
  color: #fff;
  background: var(--blue);
}

.ofurox-now span:nth-child(2) {
  color: var(--cyan);
  font-size: 28px;
}

.cost-ofurox h3 {
  margin: 0;
  font-size: clamp(25px, 2.8vw, 38px);
  line-height: 1.4;
}

.cost-ofurox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.cost-ofurox li {
  padding: 7px 11px;
  border: 1px solid #b8d8ea;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 800;
}

.evidence-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}

.evidence-numbers div {
  padding: 22px;
  border: 1px solid #cedce7;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.evidence-numbers strong,
.evidence-numbers span {
  display: block;
}

.evidence-numbers strong {
  color: var(--blue);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 26px;
}

.evidence-numbers span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.proof-grid article {
  min-height: 330px;
  padding: 25px;
  border: 1px solid #cfdae4;
  border-radius: 20px;
  background: #fff;
}

.proof-type {
  display: inline-block;
  margin-bottom: 24px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #35536c;
  background: #eef4f8;
  font-size: 10px;
  font-weight: 900;
}

.proof-grid img {
  width: 100%;
  height: 68px;
  object-fit: contain;
  object-position: left center;
}

.proof-wordmark {
  display: flex;
  min-height: 68px;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.proof-grid h3 {
  margin: 22px 0 10px;
  font-size: 18px;
  line-height: 1.55;
}

.proof-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.proof-grid a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 13px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.voices-section {
  overflow: hidden;
}

.voices-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.voice-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.voice-controls button {
  display: grid;
  width: 48px;
  height: 48px;
  border: 1px solid #cbd7e0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 19px;
  place-items: center;
}

.voice-controls span {
  min-width: 45px;
  color: var(--muted);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  text-align: center;
}

.voice-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 18px 0 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.voice-track article {
  min-width: min(610px, calc(100vw - 72px));
  min-height: 270px;
  padding: 40px;
  border: 1px solid #cedbe5;
  border-radius: 26px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(120deg, #a7d1fa, #9ce7df) border-box;
  box-shadow: 0 16px 38px rgba(37, 70, 96, 0.07);
  scroll-snap-align: start;
}

.voice-track article::before {
  display: block;
  width: 46px;
  height: 4px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  content: "";
}

.voice-track p {
  margin: 0 0 26px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.85;
}

.voice-track strong {
  color: var(--muted);
  font-size: 13px;
}

.diagnostic-section {
  background:
    radial-gradient(circle at 85% 15%, rgba(36, 190, 215, 0.17), transparent 33%),
    var(--navy);
  color: #fff;
}

.diagnostic-grid {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  align-items: start;
  gap: clamp(40px, 8vw, 100px);
}

.diagnostic-intro .eyebrow {
  color: #64d7e7;
}

.diagnostic-intro h2 {
  margin: 0;
  font-size: clamp(34px, 2.7vw, 42px);
  line-height: 1.32;
  letter-spacing: -0.045em;
}

.diagnostic-intro h2 .mobile-meaning-line {
  display: block;
  white-space: nowrap;
}

.diagnostic-intro > p:last-child {
  color: #b8c8d5;
}

.diagnostic-card {
  min-height: 510px;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 28px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.diagnostic-progress {
  color: var(--muted);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.diagnostic-question h3 {
  margin: 24px 0;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.4;
}

.diagnostic-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.diagnostic-options button {
  min-height: 68px;
  padding: 13px 16px;
  border: 1px solid #cddae4;
  border-radius: 14px;
  background: #f9fbfd;
  cursor: pointer;
  font-weight: 800;
  text-align: left;
}

.diagnostic-options button:hover {
  border-color: var(--blue);
  background: var(--ice);
}

.diagnostic-result > p:first-child {
  margin: 18px 0 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.diagnostic-result pre {
  max-height: 290px;
  overflow: auto;
  margin: 0;
  padding: 18px;
  border: 1px solid #d2dde5;
  border-radius: 14px;
  background: #f5f8fa;
  font: 14px/1.8 "Noto Sans JP", sans-serif;
  white-space: pre-wrap;
}

.diagnostic-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.copy-status {
  min-height: 24px;
  margin: 10px 0 0;
  color: #167265;
  font-size: 12px;
}

.text-button {
  min-height: 44px;
  margin-top: 6px;
  padding: 6px 0;
  border: 0;
  color: var(--blue);
  background: transparent;
  cursor: pointer;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
}

.faq-list details {
  border-top: 1px solid #cad7e0;
}

.faq-list details:last-child {
  border-bottom: 1px solid #cad7e0;
}

.faq-list summary {
  min-height: 70px;
  padding-block: 21px;
  font-size: 16px;
}

.final-cta {
  padding: 88px 0;
  color: #fff;
  background:
    radial-gradient(circle at 74% 12%, rgba(36, 190, 215, 0.35), transparent 36%),
    linear-gradient(125deg, #101820, #0a2e4c);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 46px;
}

.final-cta p {
  margin: 0;
  color: #b9d2e6;
  font-size: 22px;
  font-weight: 800;
}

.final-cta h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 80px);
  line-height: 1.15;
  letter-spacing: -0.05em;
}

.final-cta-copy > span {
  display: block;
  margin-top: 20px;
  color: #b7c8d6;
}

.final-cta-line {
  display: block;
}

.final-cta-actions {
  display: flex;
  min-width: 320px;
  flex-direction: column;
  gap: 10px;
}

.site-footer {
  padding: 30px 0;
  color: #b5c2cc;
  background: #111820;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-plate-footer {
  width: 132px;
  min-height: 40px;
}

.brand-plate-footer img {
  width: 102px;
}

.footer-inner p {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 1060px) {
  .site-nav a:not(.nav-cta) {
    display: none;
  }

  .hero-grid,
  .answer-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 790px;
  }

  .hero-picture {
    min-height: 0;
  }

  .service-card-smart,
  .service-card-build {
    grid-template-columns: 1fr;
  }

  .tool-illustration > img {
    max-height: 520px;
  }

  .entry-grid {
    grid-template-columns: 1fr 1fr;
  }

  .existing-card {
    grid-column: 1 / -1;
  }

  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .decision-cta {
    grid-template-columns: 1fr;
  }

  .decision-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) and (min-width: 761px) {
  .scenario-switcher {
    grid-template-columns: 1fr;
  }

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

  .scenario-result {
    grid-template-columns: 210px 1fr;
    padding: 36px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 72px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .header-inner {
    min-height: 64px;
  }

  .brand-plate {
    width: 126px;
    min-height: 44px;
    padding: 10px 12px;
  }

  .brand-plate img {
    width: 100px;
  }

  .nav-cta {
    min-height: 44px;
    padding: 9px 15px;
    font-size: 12px;
  }

  .hero {
    padding: 42px 0 60px;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-identity {
    display: block;
    margin-bottom: 23px;
  }

  .hero-logo {
    width: 142px;
    min-height: 50px;
  }

  .hero-identity p {
    max-width: none;
    margin-top: 12px;
    font-size: 12px;
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 51px);
    line-height: 1.23;
  }

  .hero h1 > span:first-child {
    display: inline;
  }

  .hero h1 .mobile-break {
    display: block;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.85;
  }

  .hero-benefit {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-benefit-text {
    display: grid;
    gap: 1px;
  }

  .hero-benefit-text span {
    display: block;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
    min-height: 54px;
  }

  .hero-picture {
    padding: 9px;
    border-radius: 24px;
  }

  .hero-picture > img {
    height: auto;
    min-height: 260px;
    border-radius: 18px;
  }

  .hero-picture-caption {
    display: block;
    padding: 12px 7px 4px;
  }

  .hero-picture-caption strong,
  .hero-picture-caption span {
    display: block;
    text-align: left;
  }

  .hero-picture-caption span {
    margin-top: 4px;
  }

  .logo-section {
    padding: 44px 0 50px;
  }

  .section-kicker h2 {
    font-size: 23px;
  }

  .logo-scroll {
    display: flex;
    margin-right: -16px;
    padding-right: 16px;
    scroll-snap-type: x mandatory;
  }

  .logo-scroll.is-marquee {
    margin-right: -16px;
    padding-right: 16px;
  }

  .logo-card {
    min-width: 240px;
    scroll-snap-align: start;
  }

  .problem-section,
  .section,
  .answer-section {
    padding: 82px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2 {
    font-size: clamp(30px, 8.6vw, 42px);
    line-height: 1.34;
  }

  .section-heading > p:not(.eyebrow) {
    margin-top: 18px;
    font-size: 16px;
  }

  .section-heading h2.services-heading,
  .section-heading h2.cost-heading {
    font-size: clamp(28px, 7.7vw, 32px);
  }

  .problem-flow {
    grid-template-columns: 1fr;
  }

  .mobile-meaning-line {
    display: block;
  }

  .problem-section .section-heading h2 {
    font-size: clamp(27px, 8.2vw, 32px);
  }

  .problem-section .mobile-meaning-line {
    white-space: nowrap;
  }

  .problem-flow article {
    min-height: 0;
    padding: 27px;
  }

  .problem-flow article:nth-of-type(2) {
    transform: none;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }

  .answer-copy h2 {
    font-size: clamp(30px, 8.3vw, 42px);
  }

  .answer-copy h2 .meaning-line {
    white-space: nowrap;
  }

  .answer-copy > p.answer-availability {
    width: 100%;
    font-size: 16px;
    line-height: 1.65;
  }

  .answer-points li {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .survey-live-map {
    padding: 25px 18px;
    border-radius: 26px;
  }

  .survey-live-map figcaption strong {
    font-size: 18px;
  }

  .survey-live-actors {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .live-connection {
    min-height: 88px;
  }

  .live-connection-line {
    width: 3px;
    height: 48px;
    margin: 8px 0;
    background: linear-gradient(var(--blue), var(--cyan));
  }

  .live-connection-line::before,
  .live-connection-line::after,
  .live-connection-dot {
    display: none;
  }

  .survey-live-controls button {
    min-width: 0;
    padding-inline: 7px;
    text-align: center;
  }

  .survey-live-controls button span {
    display: block;
    margin: 0 0 2px;
  }

  .survey-live-detail {
    grid-template-columns: 60px 1fr;
    gap: 12px;
    padding: 13px;
  }

  .survey-live-detail-art {
    width: 60px;
    height: 60px;
  }

  .survey-step-art {
    width: 52px;
    height: 46px;
  }

  .support-rail {
    display: block;
  }

  .support-rail span {
    display: block;
    margin-top: 5px;
    text-align: left;
  }

  .term-guide {
    grid-template-columns: 1fr;
  }

  .onsite-card {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .service-card {
    padding: 26px 20px;
    border-radius: 26px;
  }

  .service-card h3 {
    font-size: 30px;
  }

  .service-card-smart h3 {
    font-size: clamp(24px, 7vw, 29px);
    white-space: normal;
  }

  .who-flow {
    grid-template-columns: 1fr;
  }

  .who-link {
    min-height: 42px;
  }

  .who-link::after {
    transform: rotate(90deg);
  }

  .tool-illustration > img {
    border-radius: 18px;
  }

  .tool-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tool-buttons button {
    min-height: 46px;
    padding-inline: 7px;
  }

  .tool-result {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .build-flow {
    grid-template-columns: 1fr;
  }

  .build-flow > div:not(.build-arrow) {
    min-height: 102px;
  }

  .build-arrow {
    transform: rotate(90deg);
  }

  .decision-cta {
    gap: 20px;
    margin-top: 32px;
    padding: 24px 20px;
    border-radius: 20px;
  }

  .decision-cta-copy strong {
    font-size: 18px;
  }

  .decision-cta-copy p {
    font-size: 13px;
  }

  .decision-cta-actions {
    display: grid;
  }

  .case-flow,
  .scenario-switcher {
    grid-template-columns: 1fr;
  }

  .flow-tabs {
    display: flex;
    margin-right: -16px;
    overflow-x: auto;
    padding: 0 16px 9px 0;
  }

  .flow-tabs button {
    min-width: 150px;
    grid-template-columns: 35px 1fr;
  }

  .flow-stage {
    min-height: 330px;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px;
  }

  .flow-symbol {
    width: 100px;
    height: 100px;
    font-size: 40px;
  }

  .scenario-buttons {
    display: flex;
    margin-right: -16px;
    overflow-x: auto;
    padding: 0 16px 8px 0;
  }

  .scenario-buttons button {
    min-width: 164px;
    min-height: 58px;
    padding-inline: 16px;
  }

  .scenario-result {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }

  .scenario-visual {
    width: min(100%, 320px);
  }

  .scenario-state-art {
    aspect-ratio: 1.15 / 1;
    background-position-y: 56%;
  }

  .domain-explorer {
    display: block;
  }

  .domain-buttons {
    grid-template-columns: 1fr 1fr;
  }

  .domain-buttons button {
    min-height: 82px;
  }

  .domain-result {
    min-height: 0;
    margin: 10px 0 16px;
    padding: 20px;
    border-radius: 18px;
  }

  .domain-buttons > .domain-result {
    grid-column: 1 / -1;
  }

  .entry-grid {
    grid-template-columns: 1fr;
  }

  .rerepa-card,
  .existing-card {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .entry-steps {
    grid-template-columns: 1fr;
  }

  .entry-steps div {
    min-height: 70px;
  }

  .point-cards {
    grid-template-columns: 1fr;
  }

  .point-cards span {
    text-align: center;
  }

  .phone,
  .line-conversation {
    width: 100%;
  }

  .line-conversation {
    padding: 21px 17px;
    border-radius: 24px;
  }

  .conversation-message {
    padding-left: 28px;
  }

  .conversation-message > p {
    max-width: 100%;
  }

  .existing-card {
    grid-column: auto;
  }

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

  .cost-compare article {
    min-height: 0;
    padding: 28px 21px;
  }

  .cost-formula {
    display: grid;
    text-align: center;
  }

  .cost-benefit-heading {
    font-size: clamp(22px, 5.8vw, 24px) !important;
  }

  .evidence-numbers {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid article {
    min-height: 0;
  }

  .voices-heading {
    display: block;
  }

  .voice-controls {
    margin-top: 20px;
  }

  .voice-track article {
    min-width: calc(100vw - 48px);
    min-height: 300px;
    padding: 30px 24px;
  }

  .voice-track p {
    font-size: 17px;
  }

  .diagnostic-grid {
    grid-template-columns: 1fr;
  }

  .diagnostic-intro h2 {
    font-size: clamp(30px, 8.6vw, 40px);
  }

  .diagnostic-card {
    min-height: 500px;
    padding: 26px 20px;
  }

  .diagnostic-options {
    grid-template-columns: 1fr;
  }

  .diagnostic-options button {
    min-height: 58px;
  }

  .diagnostic-actions {
    display: grid;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .final-cta {
    padding: 72px 0;
  }

  .final-cta-inner {
    display: block;
  }

  .final-cta p {
    font-size: 18px;
  }

  .final-cta h2 {
    font-size: clamp(38px, 10.5vw, 50px);
  }

  .final-cta-line {
    display: block;
  }

  .final-cta-actions {
    min-width: 0;
    margin-top: 34px;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 38px;
  }

  .domain-buttons {
    grid-template-columns: 1fr;
  }

  .site-nav {
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .logo-scroll.is-marquee {
    overflow-x: auto;
  }

  .logo-rail {
    animation: none;
  }

  .logo-rail-group[aria-hidden="true"] {
    display: none;
  }
}
