:root {
  --blue: #06236f;
  --deep: #02133e;
  --line: #cbd7f3;
  --yellow: #ffc800;
  --text: #071945;
  --muted: #43506f;
  --panel: #f7faff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #ffffff;
  font-family: "Yu Gothic", "Meiryo", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  letter-spacing: 0;
}

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

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

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

.site-header {
  height: 70px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fd 100%);
  box-shadow: 0 2px 14px rgba(0, 20, 70, 0.14);
  position: relative;
  z-index: 5;
}

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

.logo {
  width: 207px;
  height: auto;
}

.contact-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffe26a 0%, var(--yellow) 58%, #f6b800 100%);
  color: #071022;
  font-weight: 800;
  font-size: 15px;
  box-shadow: inset 0 -2px 0 rgba(153, 112, 0, 0.18), 0 8px 20px rgba(255, 196, 0, 0.28);
}

.mail-icon {
  width: 23px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 2px;
  position: relative;
  flex: 0 0 auto;
}

.mail-icon::before,
.mail-icon::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 12px;
  height: 2px;
  background: currentColor;
}

.mail-icon::before {
  left: -1px;
  transform: rotate(35deg);
}

.mail-icon::after {
  right: -1px;
  transform: rotate(-35deg);
}

.chevron {
  font-size: 28px;
  line-height: 1;
}

.hero {
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 74% 36%, rgba(20, 180, 255, 0.44) 0 4%, transparent 30%),
    linear-gradient(100deg, rgba(5, 19, 67, 0.98) 0 38%, rgba(2, 20, 68, 0.78) 52%, rgba(0, 48, 128, 0.72) 100%),
    repeating-linear-gradient(172deg, rgba(35, 170, 255, 0.25) 0 2px, transparent 2px 16px),
    var(--deep);
}

.hero-grid {
  min-height: 395px;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: 1fr auto;
  align-items: center;
  position: relative;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 22px 0 14px;
}

.partner {
  display: inline-block;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--yellow);
  font-size: 20px;
  font-weight: 800;
}

.hero h1 {
  margin: 0;
  font-size: clamp(44px, 6vw, 67px);
  line-height: 1.13;
  font-weight: 900;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}

.hero h1 span,
.lead {
  color: var(--yellow);
}

.lead {
  margin: 16px 0 12px;
  font-size: 20px;
  font-weight: 900;
}

.body-copy {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 800;
}

.hero-cta {
  min-width: 288px;
}

.hero-visual {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0 -80px 0 5%;
  background:
    radial-gradient(ellipse at 64% 48%, rgba(0, 176, 255, 0.32) 0 28%, transparent 66%),
    linear-gradient(90deg, transparent, rgba(0, 180, 255, 0.12), transparent);
  transform: skewX(-12deg);
}

.hero-visual img {
  width: min(110%, 860px);
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.45));
  position: relative;
  z-index: 1;
  opacity: 1;
  border-radius: 0;
  -webkit-mask-image: radial-gradient(ellipse at 55% 52%, #000 0 58%, rgba(0, 0, 0, 0.88) 68%, rgba(0, 0, 0, 0.28) 82%, transparent 100%);
  mask-image: radial-gradient(ellipse at 55% 52%, #000 0 58%, rgba(0, 0, 0, 0.88) 68%, rgba(0, 0, 0, 0.28) 82%, transparent 100%);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0 -60px 0 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 19, 62, 0.36) 0%, transparent 18%, transparent 74%, rgba(2, 19, 62, 0.2) 100%),
    linear-gradient(180deg, rgba(2, 19, 62, 0.42) 0%, transparent 18%, transparent 76%, rgba(2, 19, 62, 0.36) 100%);
}

.hero-badge {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 2;
  min-width: 216px;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(2, 18, 55, 0.72);
  text-align: center;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 900;
}

.hero-badge span {
  color: #ffffff;
}

.analysis-tabs {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 86px;
  padding: 0 0 18px;
  font-weight: 800;
}

.analysis-item {
  position: relative;
  min-width: 88px;
  padding-top: 48px;
  text-align: center;
}

.analysis-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 42px;
  height: 42px;
  transform: translateX(-50%);
  background: center / contain no-repeat;
  opacity: 0.96;
}

.analysis-structure::before {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M30 5 50 16.5v27L30 55 10 43.5v-27L30 5Z'/%3E%3Cpath d='M10 16.5 30 28l20-11.5M30 28v27M18.5 21.2v13.4l11.5 6.7 11.5-6.7V21.2M18.5 34.6 30 28l11.5 6.6'/%3E%3C/g%3E%3C/svg%3E");
}

.analysis-fluid::before {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M8 17c5 0 5-4 10-4s5 4 10 4 5-4 10-4 5 4 10 4 5-4 4-4'/%3E%3Cpath d='M8 29c5 0 5-4 10-4s5 4 10 4 5-4 10-4 5 4 10 4 5-4 4-4'/%3E%3Cpath d='M8 41c5 0 5-4 10-4s5 4 10 4 5-4 10-4 5 4 10 4 5-4 4-4'/%3E%3C/g%3E%3C/svg%3E");
}

.analysis-thermal::before {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M30 8v27'/%3E%3Cpath d='M24 14a6 6 0 0 1 12 0v22.5a13 13 0 1 1-12 0V14Z'/%3E%3Cpath d='M30 39v9'/%3E%3Cpath d='M22 20h-5M22 28h-5M43 20h-5M43 28h-5'/%3E%3C/g%3E%3C/svg%3E");
}

.section {
  padding: 22px 0 0;
}

.lined-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 14px;
  color: var(--blue);
  text-align: center;
  font-size: 23px;
  font-weight: 900;
}

.lined-title::before,
.lined-title::after {
  content: "";
  height: 2px;
  flex: 1;
  background: #86a4e2;
}

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

.mini-card,
.feature-card,
.product-grid article,
.flow-grid article {
  border: 1px solid #dbe4f7;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0 7px 18px rgba(5, 30, 95, 0.06);
}

.mini-card {
  min-height: 180px;
  padding: 18px 16px 14px;
  text-align: center;
}

.mini-card h3,
.feature-card h3,
.product-grid h3,
.flow-grid h3 {
  margin: 8px 0 9px;
  color: var(--blue);
  font-weight: 900;
  line-height: 1.35;
}

.mini-card p,
.feature-card p,
.product-grid p,
.flow-grid p,
.solution-copy p {
  margin: 0;
  color: #111a34;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 700;
}

.icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  color: var(--blue);
  border: 3px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.icon-img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  margin: 0 auto;
}

.clock::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 10px;
  width: 3px;
  height: 16px;
  background: currentColor;
}

.clock::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 24px;
  width: 13px;
  height: 3px;
  background: currentColor;
}

.chart {
  border: 0;
  border-radius: 0;
}

.chart::before {
  content: "↗";
  font-size: 55px;
  line-height: 44px;
  font-weight: 900;
}

.chip {
  border-radius: 8px;
}

.chip::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.user {
  border: 0;
}

.user::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: currentColor;
}

.user::after {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 4px;
  width: 36px;
  height: 23px;
  border-radius: 50% 50% 8px 8px;
  background: currentColor;
}

.question::before {
  content: "?";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 34px;
  font-weight: 900;
}

.solution-panel {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 36px;
  align-items: center;
  padding: 25px 34px;
  border-radius: 8px;
  background: linear-gradient(110deg, #f8fbff 0%, #ffffff 54%, #f1f6ff 100%);
}

.solution-copy h2,
.proposal h2,
.gpu-section h2 {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 29px;
  line-height: 1.25;
  font-weight: 900;
}

.solution-copy p + p {
  margin-top: 12px;
}

.solution-copy strong {
  display: block;
  margin-top: 12px;
  color: var(--blue);
  font-size: 15px;
  line-height: 1.55;
}

.solution-stack {
  display: block;
  align-items: center;
}

.solution-stack img {
  width: min(100%, 700px);
  margin: 0 auto 8px;
}

.solution-stack ul {
  display: none;
}

.solution-stack li {
  margin: 0 0 24px;
  color: var(--blue);
  font-weight: 900;
  font-size: 14px;
  position: relative;
}

.solution-stack li::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  width: 30px;
  border-top: 2px dotted #4168b4;
}

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

.feature-card {
  padding: 16px 18px 18px;
  text-align: center;
  position: relative;
}

.feature-card > span,
.flow-grid span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--blue);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.feature-card > span {
  position: absolute;
  left: 15px;
  top: 15px;
}

.gauge,
.people,
.cube,
.server {
  background: center / 30px 30px no-repeat;
}

.gauge {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2306236f' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 38a22 22 0 0 1 44 0'/%3E%3Cpath d='M14 38h36'/%3E%3Cpath d='M32 38l12-14'/%3E%3Ccircle cx='32' cy='38' r='3' fill='%2306236f' stroke='none'/%3E%3Cpath d='M18 31l-4-2M46 31l4-2M25 20l-2-5M39 20l2-5'/%3E%3C/g%3E%3C/svg%3E");
}

.people {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2306236f' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='24' cy='22' r='8'/%3E%3Cpath d='M10 47c2-10 8-15 14-15 4 0 8 2 11 6'/%3E%3Ccircle cx='45' cy='23' r='9'/%3E%3Cpath d='M34 47c2-9 7-15 11-15 5 0 10 5 12 15'/%3E%3Cpath d='M40 22l4 4 8-10'/%3E%3C/g%3E%3C/svg%3E");
}

.cube {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2306236f' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 6 54 18v28L32 58 10 46V18L32 6Z'/%3E%3Cpath d='M10 18l22 13 22-13M32 31v27'/%3E%3Cpath d='M21 24l22-13'/%3E%3C/g%3E%3C/svg%3E");
}

.server {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2306236f' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='15' y='9' width='34' height='46' rx='2'/%3E%3Cpath d='M22 19h20M22 29h20M22 39h20'/%3E%3Cpath d='M22 49h5M37 49h5'/%3E%3C/g%3E%3C/svg%3E");
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}

.area-grid span {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  place-items: center;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 12px 8px;
  border: 1px solid #dde6f8;
  border-radius: 8px;
  color: var(--blue);
  background: #ffffff;
  text-align: center;
  font-weight: 900;
}

.area-grid span::before {
  content: "";
  width: 52px;
  height: 52px;
  background: center / 42px 42px no-repeat;
}

.area-grid span:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2306236f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='32' cy='10' r='3'/%3E%3Ccircle cx='52' cy='22' r='3'/%3E%3Ccircle cx='48' cy='48' r='3'/%3E%3Ccircle cx='16' cy='48' r='3'/%3E%3Ccircle cx='12' cy='22' r='3'/%3E%3Ccircle cx='32' cy='32' r='3'/%3E%3Cpath d='M32 10 52 22 48 48 16 48 12 22 32 10Z'/%3E%3Cpath d='M32 10v22M12 22l20 10 20-10M16 48l16-16 16 16M12 22l4 26M52 22l-4 26'/%3E%3C/g%3E%3C/svg%3E");
}

.area-grid span:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2306236f' stroke-width='3.5' stroke-linecap='round'%3E%3Cpath d='M8 18c6 0 6-4 12-4s6 4 12 4 6-4 12-4 6 4 12 4'/%3E%3Cpath d='M8 32c6 0 6-4 12-4s6 4 12 4 6-4 12-4 6 4 12 4'/%3E%3Cpath d='M8 46c6 0 6-4 12-4s6 4 12 4 6-4 12-4 6 4 12 4'/%3E%3C/g%3E%3C/svg%3E");
}

.area-grid span:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2306236f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 14v18a12 12 0 0 0 24 0V14'/%3E%3Cpath d='M20 14h8M36 14h8M20 50h24M32 44v6'/%3E%3Cpath d='M32 24v9l6-5M32 33l-6-5'/%3E%3C/g%3E%3C/svg%3E");
}

.area-grid span:nth-child(4)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2306236f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 32h9l4-12 8 24 8-32 8 20h13'/%3E%3Cpath d='M12 22v20M52 22v20M32 14v36' opacity='.45'/%3E%3C/g%3E%3C/svg%3E");
}

.area-grid span:nth-child(5)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2306236f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='32' cy='32' r='4'/%3E%3Ccircle cx='32' cy='10' r='3'/%3E%3Ccircle cx='52' cy='22' r='3'/%3E%3Ccircle cx='48' cy='46' r='3'/%3E%3Ccircle cx='16' cy='46' r='3'/%3E%3Ccircle cx='12' cy='22' r='3'/%3E%3Cpath d='M32 14v14M36 30l13-7M36 35l10 9M28 35l-10 9M28 30l-13-7'/%3E%3Cpath d='M32 10 52 22 48 46 16 46 12 22Z'/%3E%3C/g%3E%3C/svg%3E");
}

.area-grid span:nth-child(6)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2306236f' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M10 18h44M10 32h44M10 46h44'/%3E%3Ccircle cx='24' cy='18' r='5' fill='%23fff'/%3E%3Ccircle cx='42' cy='32' r='5' fill='%23fff'/%3E%3Ccircle cx='30' cy='46' r='5' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}

.area-grid span:nth-child(7)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2306236f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8h24l8 8v40H18V8Z'/%3E%3Cpath d='M42 8v10h10M25 25h16M25 34h12'/%3E%3Ccircle cx='43' cy='44' r='8'/%3E%3Cpath d='m49 50 7 7'/%3E%3C/g%3E%3C/svg%3E");
}

.area-grid span:nth-child(8)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2306236f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 7 53 19v26L32 57 11 45V19L32 7Z'/%3E%3Cpath d='M11 19l21 13 21-13M32 32v25'/%3E%3Cpath d='M22 18l20 28M42 18 22 46M18 32h28'/%3E%3Ccircle cx='32' cy='32' r='3' fill='%2306236f' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.proposal h2 {
  margin: 30px 0 24px;
  text-align: center;
  font-size: 24px;
}

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

.product-grid > a {
  display: block;
  color: inherit;
}

.product-grid > a article {
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.product-grid > a:hover article {
  transform: translateY(-3px);
  border-color: #9db3e3;
  box-shadow: 0 10px 24px rgba(5, 30, 95, 0.12);
}

.product-grid article {
  padding: 16px 16px 18px;
  text-align: center;
  overflow: hidden;
}

.product-grid img {
  width: 100%;
  height: 190px;
  object-fit: contain;
  margin-bottom: 8px;
  transform-origin: center;
}

.product-grid > a:nth-child(1) img {
  transform: scale(1.05);
}

.product-grid > a:nth-child(2) img {
  transform: scale(1.4);
}

.product-grid > a:nth-child(3) img {
  transform: scale(1.85);
}

.gpu-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 20px;
  align-items: stretch;
}

.gpu-section h2 {
  text-align: center;
  font-size: 23px;
}

table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #6482c7;
  font-size: 14px;
  font-weight: 800;
}

.table-scroll {
  width: 100%;
}

th,
td {
  padding: 12px 10px;
  border: 1px solid #a9bbdf;
  text-align: center;
}

thead th {
  background: var(--blue);
  color: #ffffff;
}

tbody th {
  color: var(--blue);
  background: #f7faff;
}

.gpu-grid figure {
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.gpu-grid img {
  width: 100%;
  max-height: 170px;
  object-fit: contain;
  object-position: center bottom;
  margin: auto auto 6px;
}

figcaption {
  color: #26304a;
  font-size: 11px;
  font-weight: 700;
}

.flow-section {
  padding-bottom: 28px;
}

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

.flow-grid article {
  min-height: 150px;
  padding: 15px 16px;
}

.flow-icon {
  width: 68px;
  height: 58px;
  margin: -12px auto 0;
  background: center / 44px 44px no-repeat;
}

.flow-hearing .flow-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2306236f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M28 42H17L8 50v-8C4 39 2 35 2 30c0-10 10-18 23-18 10 0 19 5 22 12'/%3E%3Cpath d='M35 52h12l9 7v-7c4-3 6-7 6-12 0-9-9-16-20-16S22 31 22 40s9 12 13 12Z'/%3E%3Ccircle cx='35' cy='40' r='1.6' fill='%2306236f' stroke='none'/%3E%3Ccircle cx='43' cy='40' r='1.6' fill='%2306236f' stroke='none'/%3E%3Ccircle cx='51' cy='40' r='1.6' fill='%2306236f' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.flow-issue .flow-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2306236f' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='28' cy='28' r='18'/%3E%3Cpath d='m42 42 14 14'/%3E%3Cpath d='M17 28c0-7 5-12 12-12' opacity='.55'/%3E%3C/g%3E%3C/svg%3E");
}

.flow-proposal .flow-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2306236f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8h22l8 8v40H18V8Z'/%3E%3Cpath d='M40 8v11h11M26 26h18M26 36h18M26 46h12'/%3E%3Cpath d='M12 16v40h6'/%3E%3C/g%3E%3C/svg%3E");
}

.flow-poc .flow-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2306236f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='32' cy='32' r='9'/%3E%3Cpath d='M32 7v8M32 49v8M7 32h8M49 32h8M14 14l6 6M44 44l6 6M50 14l-6 6M20 44l-6 6'/%3E%3Cpath d='M27 32l4 4 8-9'/%3E%3C/g%3E%3C/svg%3E");
}

.flow-operation .flow-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2306236f' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 52h44'/%3E%3Cpath d='M14 42h8v10h-8zM28 32h8v20h-8zM42 22h8v30h-8z'/%3E%3Cpath d='M16 28c13 0 24-7 34-20'/%3E%3Cpath d='M42 8h8v8'/%3E%3C/g%3E%3C/svg%3E");
}

.flow-grid h3 {
  text-align: center;
}

.functions-visual {
  margin: 0;
  text-align: center;
}

.functions-visual img {
  width: 100%;
  max-width: 1028px;
  height: auto;
  margin: 0 auto;
}

.metrics-visual {
  margin: 0;
  text-align: center;
}

.metrics-visual img {
  width: 100%;
  max-width: 975px;
  height: auto;
  margin: 0 auto;
}

.bottom-contact {
  display: flex;
  justify-content: center;
  padding: 10px 24px 42px;
}

.bottom-contact-button {
  min-width: 290px;
}

.site-footer {
  margin-top: 0;
  padding: 42px 0 14px;
  background: #e9e9eb;
  color: #4f535c;
  border-top: 1px solid #dfdfe2;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 0.7fr;
  gap: 92px;
  padding-bottom: 48px;
}

.footer-logo {
  width: 210px;
  margin-bottom: 22px;
}

.listing-row {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  max-width: 350px;
  margin-bottom: 24px;
}

.listing-row p,
.footer-office p,
.footer-office li,
.footer-office a,
.footer-policy a {
  margin: 0;
  color: #5b5f69;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 600;
}

.jpx-logo {
  width: 46px;
  height: auto;
  background: #ffffff;
}

.footer-site-link {
  display: inline-flex;
  min-width: 190px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d2d2d6;
  color: #555a64;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
}

.footer-office h2,
.footer-policy h2 {
  margin: 0 0 24px;
  color: #20242b;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
}

.footer-office p + p {
  margin-top: 4px;
}

.footer-office h2:nth-of-type(2) {
  margin-top: 30px;
  margin-bottom: 22px;
}

.footer-office ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-office li + li {
  margin-top: 4px;
}

.footer-policy a {
  display: inline-block;
}

.footer-office a:hover,
.footer-policy a:hover {
  text-decoration: underline;
}

.copyright {
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid #e6e6e8;
  color: #9a9da5;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 980px) {
  .container {
    width: min(100% - 28px, 760px);
  }

  .hero-grid,
  .solution-panel,
  .gpu-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-top: 28px;
  }

  .hero-visual {
    min-height: 230px;
  }

  .hero-badge {
    right: 0;
    bottom: 8px;
  }

  .analysis-tabs {
    gap: 30px;
  }

  .pain-grid,
  .feature-grid,
  .product-grid,
  .flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .area-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .footer-policy {
    grid-column: 1 / -1;
  }

  .solution-stack {
    grid-template-columns: 1fr;
  }

  .solution-stack img {
    max-width: 360px;
    margin: 0 auto;
  }

  .solution-stack li {
    margin-bottom: 12px;
    text-align: center;
  }

  .solution-stack li::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: auto;
    padding: 10px 0;
  }

  .header-inner {
    flex-wrap: wrap;
  }

  .logo {
    width: 160px;
  }

  .contact-button {
    width: 100%;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero-grid {
    min-height: auto;
    grid-template-rows: auto;
  }

  .hero-copy {
    padding: 24px 0 0;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 1.15;
  }

  .lead {
    font-size: 18px;
    line-height: 1.45;
  }

  .body-copy {
    font-size: 16px;
  }

  .hero-visual {
    min-height: auto;
    display: grid;
    justify-items: center;
    padding: 14px 0 8px;
  }

  .hero-visual::before {
    inset: 14px -24px 46px -24px;
    transform: none;
  }

  .hero-visual::after {
    display: none;
  }

  .hero-visual img {
    width: 100%;
    max-width: 560px;
    filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.35));
    -webkit-mask-image: radial-gradient(ellipse at 52% 53%, #000 0 72%, rgba(0, 0, 0, 0.82) 82%, transparent 100%);
    mask-image: radial-gradient(ellipse at 52% 53%, #000 0 72%, rgba(0, 0, 0, 0.82) 82%, transparent 100%);
  }

  .hero-badge {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(260px, 100%);
    min-width: 0;
    margin: -6px 0 6px;
    padding: 12px 16px;
    font-size: 20px;
  }

  .analysis-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 4px 0 18px;
  }

  .analysis-item {
    min-width: 0;
    padding-top: 42px;
    font-size: 14px;
  }

  .analysis-item::before {
    width: 36px;
    height: 36px;
  }

  .pain-grid,
  .feature-grid,
  .product-grid,
  .flow-grid,
  .area-grid {
    grid-template-columns: 1fr;
  }

  .solution-panel {
    padding: 22px 16px;
  }

  .gpu-section h2 {
    font-size: 19px;
    line-height: 1.35;
    white-space: normal;
  }

  .table-scroll {
    overflow-x: visible;
  }

  table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    white-space: normal;
    font-size: 11px;
    line-height: 1.45;
  }

  th,
  td {
    padding: 8px 4px;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  th:nth-child(1),
  td:nth-child(1) {
    width: 20%;
  }

  th:nth-child(2),
  td:nth-child(2) {
    width: 29%;
  }

  th:nth-child(3),
  td:nth-child(3) {
    width: 27%;
  }

  th:nth-child(4),
  td:nth-child(4) {
    width: 24%;
  }

  .gpu-grid figure {
    width: 100%;
    max-width: 300px;
    justify-self: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .gpu-grid img {
    width: 100%;
    max-height: 160px;
    margin: 4px auto 6px;
  }

  .gpu-grid figcaption {
    max-width: 280px;
    margin: 0 auto;
    white-space: normal;
  }

  .site-footer {
    padding-top: 34px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 34px;
  }

  .footer-policy {
    grid-column: auto;
  }

  .footer-logo {
    width: 185px;
  }
}
