:root {
  --color-primary: #0050d8;
  --color-primary-dark: #05276f;
  --color-primary-deep: #061f63;
  --color-secondary: #00a6d6;
  --color-accent: #0078ff;
  --color-text: #082b72;
  --color-text-light: #31518f;
  --color-bg: #ffffff;
  --color-bg-blue: #f4f9ff;
  --color-bg-pale: #f8fbff;
  --color-border: #bfd5ff;
  --color-border-light: #d8e7ff;
  --color-white: #ffffff;
  --color-black: #000000;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #ffffff;
}

body {
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: var(--color-text);
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

.page {
  width: 941px;
  min-height: 1672px;
  margin: 0 auto;
  background: #fff;
  overflow-x: clip;
  overflow-y: visible;
}

.header {
  position: sticky;
  top: 0;
  height: 58px;
  background: #fff;
  z-index: 30;
}

.logo {
  position: absolute;
  left: 47px;
  top: 15px;
  width: 100px;
}

.header-nav {
  position: absolute;
  left: 331px;
  top: 22px;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 10px;
  font-weight: 800;
  color: #142653;
  white-space: nowrap;
}

.header-actions {
  position: absolute;
  right: 32px;
  top: 14px;
  display: flex;
  gap: 9px;
}

.header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 26px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.header-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #0049db 0%, #006dff 100%);
  box-shadow: 0 8px 16px rgba(0, 72, 202, 0.24);
}

.header-btn-outline {
  color: #0053d8;
  background: #fff;
  border: 1px solid #0064e9;
}

.hero {
  position: relative;
  z-index: 1;
  height: 378px;
  border-bottom: 1px solid #cfe0fb;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 47%, rgba(236, 247, 255, 0.9) 100%),
    linear-gradient(rgba(0, 88, 216, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 88, 216, 0.055) 1px, transparent 1px);
  background-size: auto, 30px 30px, 30px 30px;
}

.hero-circuit {
  position: absolute;
  right: -8px;
  top: 4px;
  width: 338px;
  height: 220px;
  background-image: url("./assets/hero-circuit-decoration.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.85;
}

.hero-content {
  position: absolute;
  left: 50px;
  top: 19px;
  width: 438px;
}

.hero h1 {
  margin: 0;
  color: #06266e;
  font-size: 39px;
  font-weight: 900;
  line-height: 1.34;
  letter-spacing: 0;
}

.hero-lead {
  margin: 10px 0 0;
  color: #05276f;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.68;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 14px 0 0;
  color: #0050d8;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.hero-note span {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #005de2;
}

.hero-note span::after {
  content: "";
  position: absolute;
  left: 3px;
  top: -3px;
  width: 4px;
  height: 7px;
  border-radius: 5px 5px 2px 2px;
  background: #005de2;
  transform: rotate(32deg);
}

.hero-actions {
  display: flex;
  gap: 15px;
  margin-top: 27px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 42px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.btn i,
.bottom-btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #004bd5 0%, #006ef6 100%);
  box-shadow: 0 12px 22px rgba(0, 80, 216, 0.32);
}

.btn-ghost {
  color: #0050d8;
  background: #fff;
  border: 1px solid #0067ed;
  box-shadow: 0 8px 16px rgba(0, 80, 216, 0.08);
}

.btn-doc {
  position: absolute;
  left: 37px;
  width: 14px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 2px;
}

.btn-doc::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 6px;
  height: 1px;
  background: #fff;
  box-shadow: 0 4px 0 #fff;
}

.hero-mock {
  position: absolute;
  left: 505px;
  top: 31px;
  width: 425px;
  height: 294px;
  padding: 0;
  border: 1px solid rgba(11, 74, 166, 0.35);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 20px 28px rgba(42, 105, 193, 0.2);
  transform: rotate(2deg);
  transform-origin: center;
  overflow: hidden;
}

.system-screen {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f6f9fc;
  color: #061f63;
}

.system-head {
  display: flex;
  align-items: center;
  height: 35px;
  padding: 0 12px 0 10px;
  background: #082a68;
  color: #fff;
}

.system-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 22px;
  margin-right: 12px;
  background: #fff;
  color: #082a68;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0;
}

.system-logo::first-letter {
  color: #082a68;
}

.system-back {
  margin-right: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.system-head strong {
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.system-head em {
  margin-left: auto;
  color: #ffd31a;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.system-user {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 19px;
  margin-left: 7px;
  border: 1px solid #ffd31a;
  border-radius: 999px;
  background: #fff;
  color: #111b2d;
  font-size: 6px;
  font-weight: 800;
  white-space: nowrap;
}

.system-toolbar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 32px;
  padding: 0 10px;
  background: #fff;
}

.system-toolbar span {
  width: 22px;
  height: 22px;
  border: 1px solid #d5deec;
  border-radius: 5px;
  background: linear-gradient(135deg, transparent 45%, #8a99ad 46% 53%, transparent 54%);
}

.system-toolbar button {
  height: 21px;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  background: #7d8eac;
  color: #fff;
  font: inherit;
  font-size: 7px;
  font-weight: 900;
}

.system-toolbar button:last-of-type {
  background: #082a68;
}

.system-toolbar p {
  margin: 0 2px 0 auto;
  color: #061f63;
  font-size: 7px;
  font-weight: 800;
  white-space: nowrap;
}

.system-tabs {
  position: relative;
  display: flex;
  align-items: end;
  height: 23px;
  padding: 0 8px;
  border-bottom: 1px solid #c9d7ea;
  background: #fff;
}

.system-tabs b,
.system-tabs span,
.system-tabs i {
  display: inline-flex;
  align-items: center;
  height: 20px;
  margin-right: 19px;
  color: #06265c;
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
}

.system-tabs b {
  border-bottom: 2px solid #06265c;
}

.system-tabs span {
  color: #66748a;
}

.system-tabs i {
  margin-left: auto;
  margin-right: 0;
  color: #66748a;
}

.system-board {
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  bottom: 0;
  display: grid;
  grid-template-columns: 25px 78px 44px 48px 48px 47px 1fr;
  grid-template-rows: 26px 74px 74px;
  background:
    linear-gradient(90deg, transparent 0 24px, #c8d6e8 24px 25px, transparent 25px 102px, #c8d6e8 102px 104px, transparent 104px 147px, #dce5f0 147px 148px, transparent 148px 195px, #dce5f0 195px 196px, transparent 196px 243px, #dce5f0 243px 244px, transparent 244px 290px, #dce5f0 290px 291px, transparent 291px),
    linear-gradient(#edf3f9 0 28px, transparent 28px 109px, #dce5f0 109px 110px, transparent 110px);
  overflow: hidden;
}

.system-col {
  display: flex;
  align-items: center;
  height: 28px;
  padding-left: 5px;
  color: #162641;
  font-size: 6px;
  font-weight: 900;
}

.col-op {
  grid-column: 1;
}

.col-step {
  grid-column: 2;
}

.col-desc {
  grid-column: 7;
}

.lane-code {
  position: absolute;
  left: 34px;
  color: #26354f;
  font-size: 8px;
  font-weight: 900;
}

.lane-one {
  top: 70px;
}

.lane-two {
  top: 148px;
}

.step-input {
  position: absolute;
  left: 49px;
  width: 61px;
  height: 17px;
  padding: 3px 5px;
  border: 1px solid #c5d2e3;
  border-radius: 3px;
  background: #fff;
  color: #15294e;
  font-size: 5.7px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
}

.step-one {
  top: 63px;
}

.step-two {
  top: 141px;
}

.flow-node {
  position: absolute;
  width: 48px;
  min-height: 22px;
  padding: 3px 4px;
  border-radius: 3px;
  background: #b7d7ff;
  color: #04265b;
  font-size: 5.4px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.node-a { left: 112px; top: 36px; }
.node-b { left: 112px; top: 70px; }
.node-c { left: 112px; top: 104px; }
.node-d { left: 161px; top: 140px; }
.node-e { left: 161px; top: 168px; }

.system-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 48px;
  border-radius: 3px;
  color: #061f63;
  font-size: 5px;
  font-weight: 900;
  line-height: 1.5;
}

.system-card b {
  font-size: 5.5px;
}

.sys-one {
  left: 253px;
  top: 70px;
  background: #fff1b7;
  border-top: 10px solid #ffa000;
}

.sys-two {
  left: 253px;
  top: 150px;
  border-radius: 30px;
  background: #dce4ff;
}

.desc-box {
  position: absolute;
  right: 8px;
  width: 118px;
  height: 38px;
  padding: 5px 6px;
  border: 1px solid #c5d2e3;
  border-radius: 3px;
  background: #fff;
  color: #061f63;
  font-size: 5.4px;
  font-weight: 700;
  line-height: 1.45;
  overflow: hidden;
}

.desc-one {
  top: 38px;
}

.desc-two {
  top: 132px;
}

.flow-line {
  position: absolute;
  pointer-events: none;
}

.line-one,
.line-two {
  left: 134px;
  width: 2px;
  border-left: 2px solid #2f78ff;
}

.line-one {
  top: 60px;
  height: 10px;
}

.line-two {
  top: 94px;
  height: 10px;
}

.line-one::after,
.line-two::after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #2f78ff;
}

.dotted-one,
.dotted-two {
  border-top: 2px dashed #2f78ff;
  transform-origin: left top;
  opacity: 0.9;
}

.dotted-one {
  left: 160px;
  top: 48px;
  width: 145px;
  transform: rotate(18deg);
}

.dotted-two {
  left: 209px;
  top: 178px;
  width: 76px;
  transform: rotate(14deg);
}

.mock-sidebar {
  width: 69px;
  padding: 9px 8px;
  border-right: 1px solid #d7e6fb;
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
}

.mock-logo {
  width: 51px;
  height: 24px;
  margin-bottom: 13px;
  border-radius: 4px;
  background: #09296f;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
}

.mock-sidebar span {
  display: block;
  width: 45px;
  height: 7px;
  margin: 9px 0;
  border-radius: 99px;
  background: linear-gradient(90deg, #0a55d7 0 7px, #c9dcf7 7px 100%);
}

.mock-main {
  flex: 1;
  padding: 8px 8px 0 13px;
}

.mock-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 18px;
  color: #183373;
  font-size: 7px;
  font-weight: 900;
}

.mock-topbar div {
  display: flex;
  gap: 9px;
}

.mock-topbar i {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #eef5ff;
  border: 1px solid #d3e2f8;
}

.mock-main h2 {
  margin: 8px 0 7px;
  color: #082b72;
  font-size: 8px;
  font-weight: 900;
}

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

.mock-doc-card {
  height: 72px;
  padding-top: 7px;
  border: 1px solid #dfebfb;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}

.mock-doc-card b {
  display: block;
  font-size: 7px;
  font-weight: 900;
  color: #06266e;
}

.mock-doc-card img {
  width: 33px;
  height: 33px;
  margin: 8px auto 4px;
}

.mock-doc-card em {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #00a35d;
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
}

.mock-doc-card em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #04bd6d;
}

.mock-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}

.mock-alert,
.mock-chart {
  height: 67px;
  padding: 7px;
  border: 1px solid #dfebfb;
  border-radius: 5px;
  background: #fff;
}

.mock-alert b,
.mock-chart b {
  display: block;
  color: #082b72;
  font-size: 7px;
  font-weight: 900;
}

.mock-alert span {
  display: block;
  margin: 8px 0 8px;
  color: #e24762;
  font-size: 6px;
  font-weight: 900;
}

.mock-alert strong {
  margin-right: 22px;
  color: #123579;
  font-size: 12px;
  font-weight: 900;
}

.mock-chart {
  position: relative;
  overflow: hidden;
}

.chart-line {
  position: absolute;
  left: 13px;
  top: 30px;
  width: 92px;
  height: 21px;
  border-top: 3px solid #4fa9ff;
  transform: skewY(-10deg);
  opacity: 0.75;
}

.bars {
  position: absolute;
  left: 14px;
  right: 12px;
  bottom: 8px;
  display: flex;
  align-items: end;
  gap: 5px;
  height: 34px;
}

.bars span {
  flex: 1;
  border-radius: 2px 2px 0 0;
  background: linear-gradient(180deg, #48b7ff, #0056db);
}

.bars span:nth-child(1) { height: 12px; }
.bars span:nth-child(2) { height: 17px; }
.bars span:nth-child(3) { height: 24px; }
.bars span:nth-child(4) { height: 18px; }
.bars span:nth-child(5) { height: 29px; }
.bars span:nth-child(6) { height: 34px; }

.ai-badge {
  position: absolute;
  right: 36px;
  bottom: -50px;
  width: 115px;
  height: 115px;
  padding-top: 23px;
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle at 35% 30%, #2ca6ff 0%, #0054d9 58%, #06318f 100%);
  box-shadow: 0 14px 24px rgba(0, 82, 203, 0.32);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.75;
  text-align: center;
  z-index: 3;
}

.ai-badge strong {
  font-size: 22px;
  line-height: 1;
}

.about-jsox {
  height: 159px;
  padding-top: 10px;
}

.opening-problems {
  height: 558px;
  padding: 52px 0 28px;
  background: #fff;
  border-bottom: 1px solid #d9e7ff;
}

.opening-stage {
  position: relative;
  width: 850px;
  height: 478px;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 47%, rgba(221, 240, 255, 0.95) 0 150px, transparent 151px),
    radial-gradient(circle at 15% 80%, rgba(0, 90, 216, 0.08) 0 2px, transparent 3px),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 63%, #eef8ff 100%);
  background-size: auto, 15px 15px, auto;
}

.opening-stage::before,
.opening-stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 210px;
  height: 120px;
  background-image: url("./assets/hero-circuit-decoration.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.28;
}

.opening-stage::before {
  left: -20px;
  top: 238px;
  transform: rotate(180deg);
}

.opening-stage::after {
  right: -20px;
  top: 63px;
}

.opening-title {
  position: relative;
  z-index: 2;
  margin: 35px 0 0;
  color: #061f63;
  font-size: 39px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0;
}

.opening-rule {
  position: absolute;
  left: 78px;
  top: 99px;
  z-index: 2;
  width: 694px;
  height: 2px;
  background: #c3d4ea;
}

.opening-rule::after {
  content: "";
  position: absolute;
  left: 336px;
  top: -2px;
  width: 54px;
  height: 4px;
  border-radius: 4px;
  background: #0064eb;
}

.problem-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  height: 98px;
  border: 2px solid #0064eb;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  color: #061f63;
  box-shadow: 0 8px 18px rgba(0, 91, 217, 0.08);
}

.problem-card-left {
  left: 121px;
  top: 146px;
  width: 305px;
}

.problem-card-right {
  right: 70px;
  top: 146px;
  width: 305px;
}

.problem-card-bottom {
  left: 344px;
  top: 346px;
  width: 310px;
}

.problem-icon-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  margin-left: 21px;
  border: 5px solid #2382ef;
  border-radius: 50%;
  background: #fff;
}

.problem-icon-ring img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.problem-card p {
  margin: 0 0 0 19px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0;
}

.problem-card-bottom p {
  font-size: 26px;
  line-height: 1.28;
}

.problem-visual {
  position: absolute;
  left: 306px;
  top: 146px;
  z-index: 3;
  width: 244px;
  height: 221px;
}

.visual-circle {
  position: absolute;
  left: 16px;
  top: 47px;
  width: 220px;
  height: 170px;
  border-radius: 50%;
  background: rgba(205, 228, 255, 0.84);
}

.person-body {
  position: absolute;
  left: 80px;
  top: 102px;
  width: 89px;
  height: 108px;
  border-radius: 42px 42px 14px 14px;
  background: linear-gradient(135deg, #0b2d69 0%, #123d7c 58%, #062255 100%);
  transform: skewX(-5deg);
}

.person-body::before,
.person-body::after {
  content: "";
  position: absolute;
  top: 24px;
  width: 37px;
  height: 73px;
  border-radius: 20px;
  background: #0c2b63;
}

.person-body::before {
  left: -17px;
  transform: rotate(18deg);
}

.person-body::after {
  right: -14px;
  transform: rotate(-14deg);
}

.person-neck {
  position: absolute;
  left: 113px;
  top: 89px;
  z-index: 4;
  width: 22px;
  height: 26px;
  border-radius: 8px;
  background: #f2b18d;
}

.person-head {
  position: absolute;
  left: 96px;
  top: 41px;
  z-index: 5;
  width: 58px;
  height: 66px;
  border-radius: 45% 45% 48% 48%;
  background: #ffd0ae;
  box-shadow: inset 0 -5px 0 rgba(238, 155, 125, 0.22);
}

.person-hair {
  position: absolute;
  left: 88px;
  top: 28px;
  z-index: 6;
  width: 77px;
  height: 48px;
  border-radius: 45px 45px 18px 18px;
  background: #101a2f;
  clip-path: polygon(8% 76%, 10% 27%, 42% 7%, 78% 14%, 96% 45%, 88% 80%, 65% 61%, 49% 87%, 31% 62%);
}

.person-face {
  position: absolute;
  left: 112px;
  top: 66px;
  z-index: 7;
  width: 28px;
  height: 26px;
}

.person-face::before,
.person-face::after {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  background: #08234f;
}

.person-face::before { left: 2px; }
.person-face::after { right: 2px; }

.person-hand {
  position: absolute;
  left: 111px;
  top: 94px;
  z-index: 8;
  width: 27px;
  height: 31px;
  border-radius: 45% 45% 40% 40%;
  background: #ffc29d;
  transform: rotate(-11deg);
}

.worry-scribble {
  position: absolute;
  left: 45px;
  top: 16px;
  z-index: 7;
  width: 44px;
  height: 36px;
  border: 3px solid #1c376e;
  border-color: #1c376e transparent #1c376e #1c376e;
  border-radius: 50%;
  opacity: 0.95;
  transform: rotate(-30deg);
}

.worry-scribble::before,
.worry-scribble::after {
  content: "";
  position: absolute;
  border: 3px solid #1c376e;
  border-color: #1c376e transparent #1c376e #1c376e;
  border-radius: 50%;
}

.worry-scribble::before {
  left: 5px;
  top: 2px;
  width: 33px;
  height: 28px;
}

.worry-scribble::after {
  left: 13px;
  top: 7px;
  width: 22px;
  height: 20px;
}

.sweat {
  position: absolute;
  z-index: 7;
  width: 10px;
  height: 21px;
  border-radius: 10px 10px 10px 2px;
  background: #2d7fd7;
}

.sweat-one {
  right: 41px;
  top: 46px;
  transform: rotate(33deg);
}

.sweat-two {
  right: 28px;
  top: 73px;
  width: 8px;
  height: 15px;
  transform: rotate(55deg);
}

.paper,
.paper-stack {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid #a8c4e7;
}

.paper {
  width: 54px;
  height: 70px;
  border-radius: 6px;
}

.paper::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 17px;
  width: 30px;
  height: 3px;
  background: #a9bedb;
  box-shadow: 0 12px 0 #a9bedb, 0 24px 0 #a9bedb;
}

.paper-left-one {
  left: 7px;
  top: 117px;
  transform: rotate(-21deg);
}

.paper-left-two {
  left: 42px;
  top: 132px;
  width: 48px;
  height: 58px;
  opacity: 0.55;
  transform: rotate(12deg);
}

.paper-right-one {
  right: 13px;
  top: 119px;
  opacity: 0.72;
  transform: rotate(18deg);
}

.paper-stack {
  bottom: 16px;
  width: 78px;
  height: 12px;
  border-radius: 3px;
  background: #dce8f5;
  box-shadow: 0 -10px 0 #edf4fb, 0 -20px 0 #dbe8f6, 0 -30px 0 #eef5fb;
}

.stack-left {
  left: 37px;
}

.stack-right {
  right: 18px;
}

.problem-line {
  position: absolute;
  z-index: 2;
  border-top: 4px dotted #0064eb;
  opacity: 0.95;
  transform-origin: left top;
}

.line-left {
  left: 425px;
  top: 205px;
  width: 70px;
  transform: rotate(28deg);
}

.line-right {
  left: 547px;
  top: 205px;
  width: 68px;
  transform: rotate(-28deg);
}

.line-bottom {
  left: 491px;
  top: 324px;
  width: 38px;
  transform: rotate(90deg);
}

.opening-wave {
  position: absolute;
  left: -95px;
  bottom: -185px;
  z-index: 1;
  width: 1040px;
  height: 305px;
  border-radius: 50% 50% 0 0;
  pointer-events: none;
}

.wave-deep {
  background: linear-gradient(110deg, #061f63 0%, #0048d5 72%, #027cff 100%);
  transform: rotate(5deg);
}

.wave-cyan {
  bottom: -155px;
  background: linear-gradient(105deg, transparent 0 18%, rgba(255, 255, 255, 0.92) 18% 21%, #28b9ee 21% 27%, #0062df 27% 100%);
  opacity: 0.96;
  transform: rotate(-2deg);
}

.process-comparison {
  height: 584px;
  padding: 26px 0 28px;
  background: #fff;
  border-bottom: 1px solid #d9e7ff;
}

.image-section-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 850px;
  margin: 0 auto 18px;
  color: #06266e;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.12;
}

.image-section-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 38px;
  margin-right: 12px;
  border-radius: 3px;
  background: #0050d8;
}

.process-comparison img {
  width: 850px;
  height: auto;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  clip-path: inset(4px);
  outline: 0;
}

.process-effort-comparison {
  height: 532px;
  padding: 26px 0 28px;
  background: #fff;
  border-bottom: 1px solid #d9e7ff;
}

.process-effort-comparison img {
  width: 850px;
  height: auto;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  clip-path: inset(4px);
  outline: 0;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #06266e;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
}

.section-title::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 23px;
  margin-right: 9px;
  border-radius: 3px;
  background: var(--color-primary);
}

.section-lead {
  margin: 7px 0 0;
  color: #05276f;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(3, 230px);
  gap: 24px;
  width: 738px;
  margin: 7px auto 0;
}

.about-card {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 16px;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 18px rgba(36, 91, 178, 0.09);
}

.about-card img {
  flex: none;
  width: 42px;
  height: 42px;
  margin-right: 15px;
}

.about-card h3 {
  margin: 0 0 6px;
  color: #0050d8;
  font-size: 15px;
  font-weight: 900;
}

.about-card p {
  margin: 0;
  color: #15377b;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.55;
}

.operation {
  height: 85px;
  padding-top: 5px;
}

.operation-wrap {
  display: grid;
  grid-template-columns: 119px 1fr 1.23fr 1.22fr;
  width: 760px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #b8d2ff;
  border-radius: 8px;
  overflow: hidden;
}

.operation-label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, #0066f0 0%, #003fc7 100%);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
}

.operation-item {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 17px 0 21px;
  background: #f8fbff;
}

.operation-item + .operation-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  height: 44px;
  border-left: 1px dashed #8db8ff;
}

.operation-item h3 {
  margin: 0 0 5px;
  color: #0050d8;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.operation-item p {
  margin: 0;
  color: #14377c;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.45;
}

.op-icon {
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 1px #d8e7ff;
}

.op-folder,
.op-clipboard,
.op-refresh {
  position: relative;
}

.op-folder::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 18px;
  width: 27px;
  height: 19px;
  border-radius: 3px;
  background: #0050d8;
}

.op-folder::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 13px;
  height: 7px;
  border-radius: 3px 3px 0 0;
  background: #0050d8;
}

.op-clipboard::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 21px;
  height: 27px;
  border: 3px solid #0050d8;
  border-radius: 3px;
}

.op-clipboard::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 22px;
  width: 13px;
  height: 3px;
  background: #0050d8;
  box-shadow: 0 7px 0 #0050d8;
}

.op-refresh::before,
.op-refresh::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 14px;
  width: 24px;
  height: 24px;
  border: 4px solid #0050d8;
  border-left-color: transparent;
  border-radius: 50%;
}

.op-refresh::after {
  left: 14px;
  top: 27px;
  width: 8px;
  height: 8px;
  border: 0;
  border-right: 4px solid #0050d8;
  border-bottom: 4px solid #0050d8;
  border-radius: 0;
  transform: rotate(33deg);
}

.problems {
  height: 184px;
  padding-top: 8px;
  border-top: 1px solid #d9e7ff;
  border-bottom: 1px solid #d9e7ff;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  width: 829px;
  margin: 9px auto 0;
}

.problem-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 126px;
  border: 1px solid #bfd5ff;
  border-radius: 6px;
  background: #fff;
}

.problem-grid img {
  width: 48px;
  height: 48px;
  margin-bottom: 13px;
}

.problem-grid p {
  margin: 0;
  color: #082b72;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
}

.solution {
  height: 180px;
  padding-top: 2px;
}

.solution-flow {
  display: flex;
  align-items: center;
  width: 817px;
  height: 112px;
  margin: 3px auto 0;
}

.flow-card {
  border: 1px solid #bfd5ff;
  border-radius: 6px;
  background: #fff;
}

.flow-card h3 {
  margin: 0;
  color: #082b72;
  font-size: 9px;
  font-weight: 900;
  text-align: center;
}

.flow-card p,
.benefits p {
  display: flex;
  align-items: center;
  margin: 0;
  color: #082b72;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.flow-card img,
.benefits img {
  flex: none;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.input-card {
  width: 180px;
  height: 105px;
  padding: 8px 12px;
}

.input-card h3 {
  margin-bottom: 8px;
}

.input-card p + p {
  margin-top: 5px;
}

.input-card p {
  font-size: 10px;
}

.input-card img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.flow-arrow {
  position: relative;
  flex: none;
  width: 46px;
  height: 8px;
  margin: 0 4px;
}

.flow-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 8px;
  top: 3px;
  border-top: 4px dotted #0067ef;
}

.flow-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #0067ef;
}

.ai-network {
  position: relative;
  flex: none;
  width: 116px;
  height: 116px;
  margin: 0 4px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(0, 80, 216, 0.14) 0 33px, transparent 34px),
    url("./assets/icon-ai-network.svg") center/112px 112px no-repeat;
}

.ai-network span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #0a79ff, #0a3cb5);
  box-shadow: 0 8px 16px rgba(0, 80, 216, 0.22);
  font-size: 25px;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.output-card {
  width: 229px;
  height: 105px;
  padding: 11px 16px 10px;
}

.output-card h3 {
  padding-bottom: 8px;
  border-bottom: 1px solid #cfe0fb;
}

.output-card div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 11px;
}

.output-card p {
  display: block;
  font-size: 10px;
  text-align: center;
}

.output-card img {
  width: 34px;
  height: 34px;
  margin: 0 auto 8px;
}

.benefits {
  width: 218px;
  height: 105px;
  margin-left: 8px;
  padding: 10px 9px;
  border-radius: 6px;
  background: #f4f9ff;
}

.benefits p {
  font-size: 9px;
  line-height: 1.2;
}

.benefits p + p {
  margin-top: 11px;
}

.future {
  height: 181px;
  padding-top: 5px;
  border-top: 1px solid #d9e7ff;
}

.future-map {
  position: relative;
  width: 820px;
  height: 118px;
  margin: 4px auto 0;
}

.future-lines {
  position: absolute;
  inset: 0;
  width: 820px;
  height: 118px;
  fill: none;
  stroke: #0063ef;
  stroke-width: 2;
}

.future-lines circle {
  fill: #0063ef;
  stroke: none;
}

.future-left,
.future-right {
  position: absolute;
  top: 8px;
  display: grid;
  gap: 8px;
  width: 250px;
}

.future-left {
  left: 12px;
}

.future-right {
  right: 12px;
}

.future-map article {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #bfd5ff;
  border-radius: 7px;
  background: #fff;
  color: #082b72;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.55;
}

.future-map article img {
  width: 36px;
  height: 36px;
  margin-right: 15px;
}

.future-cloud {
  position: absolute;
  left: 50%;
  top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 60px;
  color: #06266e;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
  transform: translateX(-50%);
  filter: drop-shadow(0 14px 12px rgba(30, 100, 200, 0.18));
}

.future-cloud::before,
.future-cloud::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  border: 1px solid #cfe0fb;
}

.future-cloud::before {
  inset: 19px 0 0;
  border-radius: 48px;
}

.future-cloud::after {
  left: 31px;
  top: 0;
  width: 96px;
  height: 62px;
  border-radius: 50%;
}

.future-cloud span {
  color: #00a6d6;
}

.roadmap {
  position: relative;
  height: 152px;
  padding-top: 22px;
  background: #fff;
}

.roadmap-title {
  position: absolute;
  left: 60px;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  margin: 0;
  padding-right: 10px;
  color: #06266e;
  background: #fff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
}

.roadmap-title::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 20px;
  margin-right: 8px;
  border-radius: 2px;
  background: var(--color-primary);
}

.roadmap-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
  width: 850px;
  height: 130px;
  margin: 0 auto;
  padding: 23px 17px 10px;
  border: 1px solid #c7dcff;
  background: #fff;
}

.timeline {
  position: absolute;
  left: 61px;
  right: 18px;
  top: 22px;
  height: 2px;
  background: #0063ef;
}

.timeline span {
  position: absolute;
  top: -9px;
  width: 19px;
  height: 19px;
  border: 3px solid #0063ef;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #0063ef;
}

.timeline span:nth-child(1) { left: 0; display: none; }
.timeline span:nth-child(2) { left: 233px; }
.timeline span:nth-child(3) { left: 447px; }
.timeline span:nth-child(4) { right: 92px; }

.phase-card {
  position: relative;
  z-index: 1;
  height: 88px;
  margin-top: 12px;
  border: 1px solid #d7e6fb;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
}

.phase-head {
  position: absolute;
  left: 0;
  right: 0;
  top: -31px;
  color: #082b72;
  font-size: 9px;
  font-weight: 900;
  text-align: center;
}

.phase-current {
  margin-top: 0;
  height: 104px;
}

.phase-current .phase-head {
  position: static;
  height: 23px;
  color: #fff;
  background: linear-gradient(90deg, #006fff, #003fcd);
  font-size: 11px;
  line-height: 23px;
}

.phase-body {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 11px;
  align-items: start;
  padding: 12px 14px 0;
}

.phase-current .phase-body {
  padding-top: 10px;
}

.phase-body img {
  width: 37px;
  height: 37px;
  grid-row: span 2;
}

.phase-body h3 {
  margin: 2px 0 6px;
  color: #082b72;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.phase-body p {
  grid-column: 1 / -1;
  margin: 3px 0 0;
  color: #082b72;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}

.plans {
  height: 220px;
  padding-top: 3px;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 850px;
  margin: 12px auto 0;
}

.plan-card {
  height: 154px;
  border: 1px solid #bfd5ff;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 7px 14px rgba(36, 91, 178, 0.07);
}

.plan-card h3 {
  height: 29px;
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0;
}

.plan-pro h3 { background: linear-gradient(90deg, #073cc6, #004fe0); }
.plan-standard h3 { background: linear-gradient(90deg, #116fd6, #0074e8); }
.plan-lite h3 { background: linear-gradient(90deg, #00a2c9, #00b7c9); }

.plan-sub {
  margin: 8px 0 9px;
  color: #082b72;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
}

.plan-card ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 8px;
  column-gap: 9px;
  margin: 0;
  padding: 0 22px;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 16px;
  color: #082b72;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

.plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0050d8;
}

.plan-card li::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 4px;
  height: 2px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.plan-note {
  width: 222px;
  height: 20px;
  margin: 13px auto 0;
  border-radius: 4px;
  background: #f4f8ff;
  color: #082b72;
  font-size: 9px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}

.price-note {
  margin: 10px 0 0;
  color: #0050d8;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.bottom-cta {
  height: 77px;
  padding-top: 5px;
}

.bottom-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 850px;
  height: 67px;
  margin: 0 auto;
  padding: 0 39px 0 29px;
  border-radius: 8px;
  background: linear-gradient(115deg, #0044d2 0%, #0059e6 48%, #005df8 100%);
  box-shadow: 0 10px 18px rgba(0, 80, 216, 0.27);
}

.bottom-cta-bar p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.55;
}

.bottom-cta-bar div {
  display: flex;
  gap: 13px;
}

.bottom-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 40px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.bottom-btn-white {
  color: #0050d8;
  background: #fff;
}

.bottom-btn-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background: rgba(0, 70, 201, 0.1);
}

.footer {
  position: relative;
  height: 65px;
  border-top: 1px solid #e5efff;
  background: #fff;
}

.footer-brand {
  position: absolute;
  left: 45px;
  top: 20px;
  width: 75px;
}

.footer-company {
  position: absolute;
  left: 126px;
  top: 10px;
  display: grid;
  gap: 5px;
  color: #082b72;
  font-size: 8px;
  font-weight: 800;
}

.footer-company b {
  font-size: 9px;
  font-weight: 900;
}

.footer-nav {
  position: absolute;
  left: 318px;
  top: 34px;
  display: flex;
  gap: 17px;
  color: #082b72;
  font-size: 7px;
  font-weight: 800;
  white-space: nowrap;
}

.copyright {
  position: absolute;
  right: 46px;
  top: 36px;
  margin: 0;
  color: #446399;
  font-size: 6px;
  font-weight: 700;
}

.opening-problems,
.process-comparison,
.process-effort-comparison,
.about-jsox,
.solution,
.future,
.roadmap,
.plans,
.coming-soon-section,
.bottom-cta {
  scroll-margin-top: 320px;
}

.about-page-mode .page {
  min-height: 100vh;
}

.about-page-mode .roadmap,
.about-page-mode .plans {
  display: none;
}

.about-page-mode .about-jsox {
  height: 185px;
  padding-top: 18px;
}

.about-page-mode .about-cards {
  width: 760px;
  grid-template-columns: repeat(3, 236px);
  gap: 26px;
  margin-top: 16px;
}

.about-page-mode .about-card {
  height: 88px;
}

.about-page-mode .operation {
  height: 100px;
  padding-top: 12px;
}

.about-page-mode .operation-wrap {
  width: 780px;
  height: 76px;
}

.about-page-mode .problems {
  height: 212px;
  padding-top: 18px;
}

.about-page-mode .problem-grid {
  width: 850px;
  gap: 7px;
  margin-top: 16px;
}

.about-page-mode .problem-grid article {
  height: 140px;
}

.about-page-mode .solution {
  height: 218px;
  padding-top: 18px;
}

.about-page-mode .solution-flow {
  width: 840px;
  margin-top: 16px;
  transform: scale(1.03);
  transform-origin: top center;
}

.about-page-mode .future {
  height: 238px;
  padding-top: 20px;
}

.about-page-mode .future-map {
  margin-top: 16px;
  transform: scale(1.06);
  transform-origin: top center;
}

.about-page-mode .bottom-cta {
  display: block;
  height: 94px;
  padding-top: 17px;
}

.about-page-mode .footer {
  margin-top: 0;
}

.roadmap-price-page-mode .page {
  min-height: 100vh;
}

.roadmap-price-page-mode .about-jsox,
.roadmap-price-page-mode .opening-problems,
.roadmap-price-page-mode .process-comparison,
.roadmap-price-page-mode .process-effort-comparison,
.roadmap-price-page-mode .operation,
.roadmap-price-page-mode .problems,
.roadmap-price-page-mode .solution,
.roadmap-price-page-mode .future {
  display: none;
}

.roadmap-price-page-mode .roadmap {
  display: block;
  height: 174px;
  padding-top: 25px;
}

.roadmap-price-page-mode .plans {
  display: block;
  height: 240px;
  padding-top: 12px;
}

.roadmap-price-page-mode .bottom-cta {
  display: block;
}

.coming-soon-section {
  display: none;
}

.coming-soon-page-mode .page {
  min-height: 100vh;
}

.coming-soon-page-mode .about-jsox,
.coming-soon-page-mode .opening-problems,
.coming-soon-page-mode .process-comparison,
.coming-soon-page-mode .process-effort-comparison,
.coming-soon-page-mode .operation,
.coming-soon-page-mode .problems,
.coming-soon-page-mode .solution,
.coming-soon-page-mode .future,
.coming-soon-page-mode .roadmap,
.coming-soon-page-mode .plans {
  display: none;
}

.coming-soon-page-mode .coming-soon-section:target {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-top: 1px solid #d9e7ff;
  border-bottom: 1px solid #d9e7ff;
}

.coming-soon-section p {
  margin: 0;
  color: #06266e;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.about-page-mode .section-title {
  font-size: 28px;
}

.about-page-mode .section-lead {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7;
}

.about-page-mode .opening-problems {
  height: 590px;
  padding-top: 62px;
  padding-bottom: 34px;
}

.about-page-mode .process-comparison {
  height: 612px;
  padding-top: 32px;
  padding-bottom: 34px;
}

.about-page-mode .process-comparison img {
  width: 870px;
}

.about-page-mode .process-effort-comparison {
  height: 558px;
  padding-top: 32px;
  padding-bottom: 34px;
}

.about-page-mode .process-effort-comparison img {
  width: 870px;
}

.about-page-mode .about-jsox {
  height: 274px;
  padding-top: 30px;
}

.about-page-mode .about-cards {
  width: 820px;
  grid-template-columns: repeat(3, 260px);
  gap: 20px;
  margin-top: 24px;
}

.about-page-mode .about-card {
  height: 122px;
  padding: 0 22px;
  border-radius: 10px;
}

.about-page-mode .about-card img {
  width: 50px;
  height: 50px;
  margin-right: 18px;
}

.about-page-mode .about-card h3 {
  margin-bottom: 10px;
  font-size: 17px;
}

.about-page-mode .about-card p {
  font-size: 11px;
  line-height: 1.8;
}

.about-page-mode .operation {
  height: 248px;
  padding-top: 18px;
}

.about-page-mode .operation-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 820px;
  height: auto;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.about-page-mode .operation-label {
  grid-column: 1 / -1;
  height: 58px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.35;
}

.about-page-mode .operation-label br {
  display: none;
}

.about-page-mode .operation-item {
  height: 132px;
  padding: 0 24px;
  border: 1px solid #bfd5ff;
  border-radius: 10px;
  background: #f8fbff;
  box-shadow: 0 8px 18px rgba(36, 91, 178, 0.08);
}

.about-page-mode .operation-item + .operation-item::before {
  display: none;
}

.about-page-mode .operation-item h3 {
  margin-bottom: 8px;
  font-size: 14px;
}

.about-page-mode .operation-item p {
  font-size: 11px;
  line-height: 1.75;
}

.about-page-mode .op-icon {
  width: 58px;
  height: 58px;
  margin-right: 16px;
}

.about-page-mode .problems {
  height: 432px;
  padding-top: 30px;
}

.about-page-mode .problem-grid {
  width: 820px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.about-page-mode .problem-grid article {
  height: 150px;
  border-radius: 10px;
}

.about-page-mode .problem-grid img {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
}

.about-page-mode .problem-grid p {
  font-size: 14px;
  line-height: 1.7;
}

.about-page-mode .solution {
  height: 430px;
  padding-top: 30px;
}

.about-page-mode .solution-flow {
  display: grid;
  grid-template-columns: 220px 64px 132px 64px 260px;
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: center;
  gap: 24px 14px;
  width: 840px;
  height: auto;
  margin-top: 26px;
  transform: none;
}

.about-page-mode .input-card {
  width: 220px;
  height: 150px;
  padding: 18px 20px;
}

.about-page-mode .input-card h3,
.about-page-mode .output-card h3 {
  font-size: 11px;
}

.about-page-mode .input-card p,
.about-page-mode .flow-card p,
.about-page-mode .benefits p {
  font-size: 12px;
}

.about-page-mode .input-card p + p {
  margin-top: 12px;
}

.about-page-mode .flow-arrow {
  width: 58px;
  margin: 0;
}

.about-page-mode .ai-network {
  width: 132px;
  height: 132px;
  margin: 0;
  background:
    radial-gradient(circle, rgba(0, 80, 216, 0.14) 0 37px, transparent 38px),
    url("./assets/icon-ai-network.svg") center/126px 126px no-repeat;
}

.about-page-mode .ai-network span {
  width: 62px;
  height: 62px;
  font-size: 28px;
}

.about-page-mode .output-card {
  width: 260px;
  height: 150px;
  padding: 18px 18px 14px;
}

.about-page-mode .output-card div {
  margin-top: 18px;
  gap: 14px;
}

.about-page-mode .output-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.about-page-mode .benefits {
  grid-column: 1 / -1;
  justify-self: center;
  width: 640px;
  height: 112px;
  margin-left: 0;
  padding: 20px 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border: 1px solid #d8e7ff;
  border-radius: 10px;
}

.about-page-mode .benefits p {
  align-items: flex-start;
  line-height: 1.6;
}

.about-page-mode .benefits p + p {
  margin-top: 0;
}

.about-page-mode .future {
  height: 360px;
  padding-top: 32px;
}

.about-page-mode .future-map {
  width: 820px;
  height: 245px;
  margin-top: 26px;
  transform: none;
}

.about-page-mode .future-lines {
  display: none;
}

.about-page-mode .future-left,
.about-page-mode .future-right {
  top: 20px;
  width: 285px;
  gap: 18px;
}

.about-page-mode .future-left {
  left: 0;
}

.about-page-mode .future-right {
  right: 0;
}

.about-page-mode .future-map article {
  height: 78px;
  padding: 0 22px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.7;
  box-shadow: 0 8px 18px rgba(36, 91, 178, 0.08);
}

.about-page-mode .future-map article img {
  width: 44px;
  height: 44px;
  margin-right: 18px;
}

.about-page-mode .future-cloud {
  top: 91px;
  width: 190px;
  height: 78px;
  font-size: 38px;
}

.about-page-mode .future-cloud::before {
  inset: 23px 0 0;
}

.about-page-mode .future-cloud::after {
  left: 38px;
  width: 112px;
  height: 78px;
}

.about-page-mode .bottom-cta {
  height: 110px;
  padding-top: 22px;
}

.contact-body {
  min-height: 100vh;
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

.contact-shell {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 52%, rgba(237, 248, 255, 0.9) 100%),
    linear-gradient(rgba(0, 88, 216, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 88, 216, 0.045) 1px, transparent 1px);
  background-size: auto, 32px 32px, 32px 32px;
}

.contact-header {
  display: flex;
  align-items: center;
  width: min(1120px, 100%);
  height: 76px;
  margin: 0 auto;
  padding: 0 32px;
}

.contact-logo {
  display: inline-flex;
  width: 118px;
}

.contact-header-spacer {
  flex: 1;
}

.contact-main {
  padding: 46px 24px 72px;
}

.contact-intro {
  width: min(760px, 100%);
  margin: 0 auto 30px;
  text-align: center;
}

.contact-eyebrow {
  margin: 0 0 10px;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.contact-intro h1 {
  margin: 0;
  color: var(--color-primary-dark);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

.contact-intro p:not(.contact-eyebrow) {
  margin: 14px auto 0;
  color: var(--color-text-light);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.contact-card {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 38px;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(6, 31, 99, 0.1);
}

.contact-success {
  display: none;
  margin: 0 0 24px;
  padding: 14px 16px;
  border: 1px solid #9fd8b8;
  border-radius: 8px;
  background: #f1fbf5;
  color: #106737;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
  white-space: pre-line;
}

.contact-success.is-visible {
  display: block;
}

.contact-success.is-error {
  border-color: #f4b5bd;
  background: #fff6f7;
  color: #b9142d;
}

.contact-form.is-complete {
  display: none;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 20px;
}

.contact-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-field label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #06266e;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
}

.required-badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #ffeef1;
  color: #d01834;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid #bed2f2;
  border-radius: 8px;
  background: #ffffff;
  color: #082b72;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  outline: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.contact-field input,
.contact-field select {
  height: 48px;
  padding: 0 14px;
}

.contact-field textarea {
  min-height: 156px;
  padding: 13px 14px;
  resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #8099c9;
  font-weight: 700;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(0, 80, 216, 0.12);
}

.contact-field input[aria-invalid="true"],
.contact-field select[aria-invalid="true"] {
  border-color: #d01834;
  background: #fff8f9;
}

.field-help {
  margin: 7px 0 0;
  color: #5a70a1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.field-error {
  min-height: 18px;
  margin: 7px 0 0;
  color: #d01834;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.contact-actions {
  margin-top: 30px;
  text-align: center;
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #004bd5 0%, #006ef6 100%);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 24px rgba(0, 80, 216, 0.26);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.contact-submit:hover {
  background: linear-gradient(135deg, #003fb7 0%, #005fe0 100%);
  box-shadow: 0 16px 30px rgba(0, 80, 216, 0.32);
  transform: translateY(-1px);
}

.contact-submit:disabled {
  cursor: not-allowed;
  opacity: 0.68;
  box-shadow: none;
  transform: none;
}

.contact-submit:focus-visible {
  outline: 3px solid rgba(0, 80, 216, 0.28);
  outline-offset: 4px;
}

@media (max-width: 720px) {
  .contact-header {
    height: 68px;
    padding: 0 20px;
  }

  .contact-logo {
    width: 108px;
  }

  .contact-main {
    padding: 34px 16px 52px;
  }

  .contact-intro {
    margin-bottom: 24px;
    text-align: left;
  }

  .contact-intro h1 {
    font-size: 30px;
  }

  .contact-intro p:not(.contact-eyebrow) {
    font-size: 14px;
  }

  .contact-card {
    padding: 24px 18px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-field-full {
    grid-column: auto;
  }

  .contact-actions {
    margin-top: 24px;
  }

  .contact-submit {
    width: 100%;
  }
}
