@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&family=Oswald:wght@500;600;700&family=Shippori+Mincho:wght@600;700;800&display=swap");

:root {
  color-scheme: light;
  --ink: #2b2b2f;
  --muted: #77727a;
  --line: #e1e1e4;
  --soft-line: #eeeeef;
  --paper: #ffffff;
  --panel: #f8f8f9;
  --purple: #8c59bd;
  --purple-dark: #7648a7;
  --gray: #aaa9ad;
  --blue: #1c70b8;
  --red: #d21122;
  --accent: #c7a15c;
  --accent-strong: #d8b56d;
  --black: #050505;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.app {
  width: min(100%, 1120px);
  margin: 0 auto;
  background: var(--paper);
}

@media (min-width: 721px) {
  html {
    background: #050505;
  }

  body {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(17, 16, 13, 0.8) 22%, transparent 36%, transparent 64%, rgba(17, 16, 13, 0.8) 78%, rgba(5, 5, 5, 0.94) 100%),
      linear-gradient(0deg, rgba(199, 161, 92, 0.07) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
      #050505;
    background-size: auto, 72px 72px, 72px 72px, auto;
  }

  body::before,
  body::after {
    position: fixed;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.08);
    font-family: "Oswald", "Noto Sans JP", sans-serif;
    font-size: clamp(48px, 7vw, 104px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.9;
    text-transform: uppercase;
    pointer-events: none;
  }

  body::before {
    content: "BODY\AINVEST";
    left: clamp(28px, 7vw, 110px);
    white-space: pre;
  }

  body::after {
    content: "PROBODY";
    right: clamp(28px, 7vw, 110px);
    writing-mode: vertical-rl;
    color: rgba(199, 161, 92, 0.18);
    font-size: clamp(42px, 5.4vw, 78px);
  }

  .app {
    position: relative;
    z-index: 1;
    width: min(100%, 430px);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.08),
      0 24px 80px rgba(0, 0, 0, 0.62);
  }

  .pronext-brand,
  .pronext-menu {
    align-items: flex-start;
    flex-direction: column;
  }

  .pronext-kicker {
    text-align: left;
  }

  .pronext-hero {
    min-height: 640px;
    background: url("./pronext-hero-treatment.png") 48% center / cover no-repeat;
  }

  .pronext-hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .pronext-hero-points span {
    min-height: 34px;
    padding: 7px 8px;
    font-size: 10px;
    text-align: center;
  }

  .pronext-statement strong {
    font-size: 34px;
  }

  .pronext-statement span {
    font-size: 14px;
  }

  .pronext-standard h2,
  .pronext-value h2,
  .pronext-calendar-lead h2 {
    font-size: 30px;
  }

  .pronext-hologram-copy h2 {
    font-size: 42px;
  }

  .pronext-standard,
  .pronext-value,
  .pronext-invest-flow,
  .pronext-proof {
    grid-template-columns: 1fr;
  }

  .pronext-standard div {
    min-height: 220px;
  }

  .pronext-standard div:nth-child(1) {
    background:
      linear-gradient(90deg, #222019 0%, rgba(34, 32, 25, 0.96) 42%, rgba(34, 32, 25, 0.62) 68%, rgba(34, 32, 25, 0.18) 100%),
      url("./probody-athlete-point.jpg") -20% center / auto 220% no-repeat,
      #141414;
  }

  .pronext-standard div:nth-child(2) {
    background:
      linear-gradient(90deg, rgba(34, 32, 25, 0.66) 0%, rgba(34, 32, 25, 0.94) 42%, #222019 100%),
      url("./probody-athlete-point.jpg") left center / cover no-repeat,
      #141414;
  }

  .pronext-standard div:nth-child(3) {
    background:
      linear-gradient(90deg, #222019 0%, rgba(34, 32, 25, 0.96) 42%, rgba(34, 32, 25, 0.7) 68%, rgba(34, 32, 25, 0.22) 100%),
      url("./probody-athlete-point.jpg") right center / cover no-repeat,
      #141414;
  }

  .pronext-hologram-section {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pronext-hologram-stage {
    min-height: 540px;
  }

  .hologram-anatomy {
    width: min(290px, 76%);
    max-height: 475px;
  }

  .anatomy-glow,
  .hologram-hotspots {
    width: min(290px, 76%);
  }

  .hologram-body {
    width: 156px;
    height: 318px;
    opacity: 0.24;
  }

  .ring-one {
    width: 280px;
    height: 280px;
  }

  .ring-two {
    width: 220px;
    height: 220px;
  }

  .ring-three {
    width: 350px;
    height: 350px;
  }

  .hologram-readout {
    min-width: 92px;
    padding: 8px 9px;
    font-size: 10px;
  }

  .hologram-metrics {
    left: auto;
    right: 14px;
    bottom: 80px;
    width: 134px;
    padding: 10px;
    transform: none;
  }

  .hologram-metrics span {
    font-size: 9px;
  }

  .pronext-value div {
    min-height: 0;
  }

  .pronext-motion-strip {
    grid-template-columns: 1fr;
    padding-bottom: 92px;
  }

  .pronext-visual-card,
  .pronext-visual-card img {
    min-height: 230px;
  }

  .card-a,
  .card-b {
    transform: none;
  }

  .pronext-pulse-panel {
    bottom: 22px;
  }

  .pronext-invest-flow div {
    min-height: 120px;
  }

  .pronext-price {
    width: 100%;
    justify-items: start;
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .filters,
  .selection-panel,
  .selection-panel form {
    grid-template-columns: 1fr;
  }

  .request-actions {
    grid-column: 1;
  }
}

.pronext-intro {
  background: #f7f5ef;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.pronext-brand {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px clamp(18px, 5vw, 56px);
  background: #000;
  color: #fff;
}

.pronext-logo {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(25px, 5vw, 40px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.pronext-kicker,
.pronext-eyebrow,
.pronext-menu p,
.pronext-calendar-lead p {
  margin: 0;
  color: var(--accent);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pronext-kicker {
  color: #bcb7ae;
  text-align: right;
}

.pronext-hero {
  position: relative;
  min-height: 640px;
  display: grid;
  align-content: end;
  padding: clamp(32px, 6vw, 54px) clamp(18px, 5vw, 56px);
  background: url("./pronext-hero-treatment.png") center 46% / cover no-repeat;
  color: #fff;
  isolation: auto;
}

.pronext-hero::before {
  content: none;
}

.pronext-hero::after {
  content: none;
}

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

.pronext-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(52px, 7.6vw, 88px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.48);
}

.pronext-lead {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 2.5vw, 21px);
  font-weight: 800;
  line-height: 1.9;
}

.pronext-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.pronext-hero-points span {
  min-height: 36px;
  display: inline-grid;
  place-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  animation: pronext-rise 700ms ease both;
  backdrop-filter: blur(2px);
}

.pronext-hero-points span:nth-child(2) {
  animation-delay: 120ms;
}

.pronext-hero-points span:nth-child(3) {
  animation-delay: 240ms;
}

.pronext-statement {
  min-height: clamp(430px, 58vw, 620px);
  display: grid;
  align-content: center;
  padding: clamp(42px, 7vw, 76px) clamp(18px, 5vw, 56px);
  background: url("./probody-vision-bg.png") center / cover no-repeat;
  color: #fff;
}

.pronext-statement p {
  margin: 0 0 10px;
  color: var(--accent);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pronext-statement strong {
  display: block;
  max-width: 850px;
  font-family: "Shippori Mincho", "Noto Sans JP", serif;
  font-size: clamp(28px, 5vw, 54px);
  line-height: 1.24;
}

.pronext-statement span {
  display: block;
  max-width: 760px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(14px, 2.1vw, 17px);
  font-weight: 700;
  line-height: 1.95;
}

.pronext-standard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #0a0a0a;
  color: #fff;
}

.pronext-standard div {
  position: relative;
  min-height: 270px;
  display: grid;
  align-content: end;
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(145deg, rgba(199, 161, 92, 0.14), rgba(255, 255, 255, 0.03)),
    #141414;
  overflow: hidden;
}

.pronext-standard div:nth-child(1) {
  background:
    linear-gradient(90deg, #222019 0%, rgba(34, 32, 25, 0.94) 46%, rgba(34, 32, 25, 0.7) 66%, rgba(34, 32, 25, 0.22) 100%),
    url("./probody-athlete-point.jpg") -70% center / auto 118% no-repeat,
    #141414;
}

.pronext-standard div:nth-child(3) {
  background:
    linear-gradient(90deg, #222019 0%, rgba(34, 32, 25, 0.94) 46%, rgba(34, 32, 25, 0.7) 66%, rgba(34, 32, 25, 0.22) 100%),
    url("./probody-athlete-point.jpg") right center / cover no-repeat,
    #141414;
}

.pronext-standard div:nth-child(2) {
  background:
    linear-gradient(90deg, rgba(34, 32, 25, 0.74) 0%, rgba(34, 32, 25, 0.94) 36%, #222019 100%),
    url("./probody-athlete-point.jpg") left center / cover no-repeat,
    #141414;
}

.pronext-standard div > * {
  position: relative;
  z-index: 1;
}

.pronext-standard p {
  margin: 0 0 18px;
  color: var(--accent);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pronext-standard h2 {
  margin: 0 0 14px;
  font-family: "Shippori Mincho", "Noto Sans JP", serif;
  font-size: clamp(25px, 4vw, 38px);
  line-height: 1.22;
}

.pronext-standard span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}

.pronext-hologram-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(22px, 5vw, 52px);
  align-items: center;
  min-height: 540px;
  padding: clamp(34px, 7vw, 70px) clamp(18px, 5vw, 56px);
  background:
    radial-gradient(circle at 72% 50%, rgba(55, 226, 218, 0.18), transparent 34%),
    linear-gradient(135deg, #050505 0%, #111 48%, #0b1514 100%);
  color: #fff;
}

.pronext-hologram-copy p {
  margin: 0 0 12px;
  color: #37e2da;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pronext-hologram-copy h2 {
  margin: 0 0 18px;
  font-family: "Shippori Mincho", "Noto Sans JP", serif;
  font-size: clamp(34px, 6vw, 62px);
  font-weight: 800;
  line-height: 1.04;
}

.pronext-hologram-copy span {
  display: block;
  max-width: 480px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(15px, 2.1vw, 18px);
  font-weight: 700;
  line-height: 1.85;
}

.hologram-selector {
  display: grid;
  gap: 12px;
}

.hologram-selector > input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.hologram-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.hologram-tabs label {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(55, 226, 218, 0.28);
  background: rgba(0, 0, 0, 0.54);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

#scan-head:checked ~ .hologram-tabs label[for="scan-head"],
#scan-arms:checked ~ .hologram-tabs label[for="scan-arms"],
#scan-upper:checked ~ .hologram-tabs label[for="scan-upper"],
#scan-lower:checked ~ .hologram-tabs label[for="scan-lower"] {
  border-color: rgba(155, 255, 251, 0.92);
  background: rgba(55, 226, 218, 0.16);
  color: #9bfffb;
  box-shadow:
    inset 0 0 18px rgba(55, 226, 218, 0.18),
    0 0 18px rgba(55, 226, 218, 0.18);
}

.pronext-hologram-stage {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(55, 226, 218, 0.26);
  border-radius: 6px;
  background:
    linear-gradient(115deg, transparent 0%, rgba(55, 226, 218, 0.08) 42%, transparent 58%),
    radial-gradient(circle at 50% 46%, rgba(55, 226, 218, 0.14), transparent 34%),
    rgba(0, 0, 0, 0.42);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
}

.pronext-hologram-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    180deg,
    rgba(155, 255, 251, 0.08) 0,
    rgba(155, 255, 251, 0.08) 1px,
    transparent 1px,
    transparent 8px
  );
  opacity: 0.34;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: hologram-noise 2.8s steps(6) infinite;
}

.pronext-hologram-stage::after {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 30px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(55, 226, 218, 0.24), transparent 68%);
  filter: blur(2px);
  animation: hologram-floor-pulse 2.6s ease-in-out infinite;
}

.hologram-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(55, 226, 218, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55, 226, 218, 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at center, #000 0%, #000 54%, transparent 78%);
  opacity: 0.58;
  animation: hologram-grid-move 9s linear infinite;
}

.hologram-depth {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72%;
  height: 72%;
  border: 1px solid rgba(55, 226, 218, 0.16);
  transform: translate(-50%, -50%) perspective(600px) rotateX(62deg) rotateZ(0deg);
}

.depth-one {
  animation: hologram-depth 11s linear infinite;
}

.depth-two {
  width: 52%;
  height: 52%;
  opacity: 0.72;
  animation: hologram-depth 14s linear infinite reverse;
}

.hologram-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(55, 226, 218, 0.44);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(68deg);
  filter: drop-shadow(0 0 10px rgba(55, 226, 218, 0.36));
}

.ring-one {
  width: 360px;
  height: 360px;
  animation: hologram-ring-spin 7s linear infinite;
}

.ring-two {
  width: 280px;
  height: 280px;
  animation: hologram-ring-spin 9s linear infinite reverse;
}

.ring-three {
  width: 480px;
  height: 480px;
  opacity: 0.35;
  animation: hologram-ring-pulse 3.2s ease-in-out infinite;
}

.hologram-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px dashed rgba(199, 161, 92, 0.38);
  transform: translate(-50%, -50%) rotateX(74deg);
}

.orbit-one {
  width: 440px;
  height: 188px;
  animation: hologram-orbit 5.8s linear infinite;
}

.orbit-two {
  width: 330px;
  height: 144px;
  opacity: 0.7;
  animation: hologram-orbit 7.2s linear infinite reverse;
}

.hologram-anatomy {
  position: relative;
  z-index: 2;
  width: min(340px, 58%);
  max-height: 520px;
  object-fit: contain;
  mix-blend-mode: screen;
  filter:
    saturate(1.2)
    contrast(1.05);
  animation: hologram-image-float 5.2s ease-in-out infinite;
}

.anatomy-glow {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: min(340px, 58%);
  aspect-ratio: 1024 / 1536;
  pointer-events: none;
  background: url("./hologram-body-blue-front.png") center / contain no-repeat;
  mix-blend-mode: screen;
  filter:
    saturate(1.8)
    brightness(1.7)
    contrast(1.18)
    drop-shadow(0 0 10px rgba(49, 188, 255, 0.9))
    drop-shadow(0 0 24px rgba(55, 226, 218, 0.52));
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.02);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
  animation: anatomy-selected-pulse 1.9s ease-in-out infinite;
}

.anatomy-head {
  clip-path: polygon(38% 3%, 62% 3%, 66% 18%, 60% 26%, 40% 26%, 34% 18%);
}

.anatomy-arm-left {
  clip-path: polygon(15% 26%, 31% 25%, 38% 71%, 28% 74%, 21% 48%, 7% 73%, 2% 68%, 14% 31%);
}

.anatomy-arm-right {
  clip-path: polygon(69% 25%, 85% 26%, 98% 68%, 93% 73%, 79% 48%, 72% 74%, 62% 71%);
}

.anatomy-upper {
  clip-path: polygon(32% 19%, 68% 19%, 76% 54%, 64% 67%, 36% 67%, 24% 54%);
}

.anatomy-lower {
  clip-path: polygon(29% 54%, 71% 54%, 81% 98%, 58% 98%, 50% 72%, 42% 98%, 19% 98%);
}

#scan-head:checked ~ .pronext-hologram-stage .anatomy-head,
#scan-arms:checked ~ .pronext-hologram-stage .anatomy-arms,
#scan-upper:checked ~ .pronext-hologram-stage .anatomy-upper,
#scan-lower:checked ~ .pronext-hologram-stage .anatomy-lower,
.pronext-hologram-stage:has(.hotspot-head:hover) .anatomy-head,
.pronext-hologram-stage:has(.hotspot-arms:hover) .anatomy-arms,
.pronext-hologram-stage:has(.hotspot-upper:hover) .anatomy-upper,
.pronext-hologram-stage:has(.hotspot-lower:hover) .anatomy-lower {
  opacity: 0.82;
  transform: translate(-50%, -50%) scale(1.045);
}

.hologram-hotspots {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  width: min(340px, 58%);
  aspect-ratio: 1024 / 1536;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hologram-hotspots label {
  position: absolute;
  display: block;
  cursor: pointer;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.hotspot-head {
  left: 38%;
  top: 3%;
  width: 24%;
  height: 22%;
  border-radius: 44%;
}

.hotspot-upper {
  left: 32%;
  top: 19%;
  width: 36%;
  height: 43%;
  border-radius: 30% 30% 20% 20%;
}

.hotspot-arm-left,
.hotspot-arm-right {
  top: 26%;
  width: 24%;
  height: 45%;
  border-radius: 28px;
}

.hotspot-arm-left {
  left: 9%;
  transform: rotate(8deg);
}

.hotspot-arm-right {
  right: 9%;
  transform: rotate(-8deg);
}

.hotspot-lower {
  left: 27%;
  top: 52%;
  width: 46%;
  height: 47%;
  border-radius: 24% 24% 12% 12%;
}

.hologram-body {
  position: relative;
  position: absolute;
  z-index: 3;
  width: 172px;
  height: 330px;
  opacity: 0.16;
  mix-blend-mode: screen;
  filter:
    drop-shadow(0 0 8px rgba(55, 226, 218, 0.9))
    drop-shadow(0 0 22px rgba(55, 226, 218, 0.42));
  animation: hologram-body-float 4.8s ease-in-out infinite;
}

.hologram-body i {
  position: absolute;
  display: block;
  background: rgba(55, 226, 218, 0.7);
  box-shadow: 0 0 18px rgba(55, 226, 218, 0.9);
}

.body-aura {
  left: 24px;
  top: 48px;
  width: 124px;
  height: 232px;
  border-radius: 58px 58px 72px 72px;
  background:
    radial-gradient(ellipse at 50% 26%, rgba(55, 226, 218, 0.18), transparent 54%),
    linear-gradient(180deg, rgba(55, 226, 218, 0.1), rgba(55, 226, 218, 0.02)) !important;
  box-shadow:
    inset 0 0 26px rgba(55, 226, 218, 0.2),
    0 0 46px rgba(55, 226, 218, 0.28) !important;
  animation: hologram-aura 2.4s ease-in-out infinite;
}

.body-head {
  left: 61px;
  top: 0;
  width: 50px;
  height: 58px;
  border: 2px solid rgba(155, 255, 251, 0.96);
  border-radius: 44% 44% 48% 48%;
  background: rgba(55, 226, 218, 0.1) !important;
}

.body-spine {
  left: 83px;
  top: 62px;
  width: 6px;
  height: 148px;
  border-radius: 999px;
}

.body-neck {
  left: 80px;
  top: 52px;
  width: 12px;
  height: 22px;
  border-radius: 999px;
}

.body-chest {
  left: 42px;
  top: 66px;
  width: 88px;
  height: 82px;
  border: 2px solid rgba(155, 255, 251, 0.9);
  border-radius: 44% 44% 34% 34%;
  background: rgba(55, 226, 218, 0.08) !important;
}

.body-chest::before,
.body-chest::after {
  content: "";
  position: absolute;
  top: 34px;
  width: 34px;
  height: 1px;
  background: rgba(155, 255, 251, 0.7);
  box-shadow: 0 0 10px rgba(55, 226, 218, 0.8);
}

.body-chest::before {
  left: 8px;
  transform: rotate(12deg);
}

.body-chest::after {
  right: 8px;
  transform: rotate(-12deg);
}

.body-rib {
  left: 58px;
  width: 56px;
  height: 1px;
  opacity: 0.74;
}

.rib-one {
  top: 92px;
}

.rib-two {
  top: 112px;
  transform: scaleX(1.16);
}

.rib-three {
  top: 132px;
  transform: scaleX(0.92);
}

.body-pelvis {
  left: 54px;
  top: 174px;
  width: 64px;
  height: 46px;
  border: 2px solid rgba(155, 255, 251, 0.88);
  border-radius: 20px 20px 36px 36px;
  background: rgba(55, 226, 218, 0.07) !important;
}

.body-arm {
  top: 82px;
  width: 8px;
  height: 98px;
  border-radius: 999px;
}

.arm-left {
  left: 29px;
  transform: rotate(18deg);
}

.arm-right {
  right: 29px;
  transform: rotate(-18deg);
}

.body-forearm {
  top: 170px;
  width: 8px;
  height: 78px;
  border-radius: 999px;
}

.forearm-left {
  left: 17px;
  transform: rotate(8deg);
}

.forearm-right {
  right: 17px;
  transform: rotate(-8deg);
}

.body-leg {
  top: 214px;
  width: 9px;
  height: 82px;
  border-radius: 999px;
}

.leg-left {
  left: 65px;
  transform: rotate(7deg);
}

.leg-right {
  right: 65px;
  transform: rotate(-7deg);
}

.body-shin {
  top: 290px;
  width: 8px;
  height: 68px;
  border-radius: 999px;
}

.shin-left {
  left: 57px;
  transform: rotate(7deg);
}

.shin-right {
  right: 57px;
  transform: rotate(-7deg);
}

.body-core {
  left: 69px;
  top: 111px;
  width: 34px;
  height: 34px;
  border: 2px solid #c7a15c;
  border-radius: 50%;
  background: rgba(199, 161, 92, 0.12) !important;
  animation: hologram-core-pulse 1.8s ease-in-out infinite;
}

.joint {
  width: 11px;
  height: 11px;
  border: 2px solid rgba(199, 161, 92, 0.96);
  border-radius: 50%;
  background: rgba(199, 161, 92, 0.16) !important;
  animation: hologram-joint 1.9s ease-in-out infinite;
}

.joint-neck {
  left: 80px;
  top: 67px;
}

.joint-shoulder-left {
  left: 36px;
  top: 82px;
}

.joint-shoulder-right {
  right: 36px;
  top: 82px;
}

.joint-elbow-left {
  left: 20px;
  top: 166px;
}

.joint-elbow-right {
  right: 20px;
  top: 166px;
}

.joint-hip-left {
  left: 56px;
  top: 207px;
}

.joint-hip-right {
  right: 56px;
  top: 207px;
}

.joint-knee-left {
  left: 57px;
  top: 286px;
}

.joint-knee-right {
  right: 57px;
  top: 286px;
}

.hologram-scan {
  position: absolute;
  left: 14%;
  right: 14%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(155, 255, 251, 1), transparent);
  box-shadow: 0 0 28px rgba(55, 226, 218, 0.92);
  animation: hologram-scan 3.2s ease-in-out infinite;
}

.hologram-axis {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(155, 255, 251, 0.5), transparent);
  opacity: 0.5;
}

.axis-x {
  left: 18%;
  right: 18%;
  top: 50%;
  height: 1px;
}

.axis-y {
  top: 14%;
  bottom: 14%;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(155, 255, 251, 0.5), transparent);
}

.hologram-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hologram-particles i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9bfffb;
  box-shadow: 0 0 12px rgba(155, 255, 251, 0.9);
  animation: hologram-particle 4.8s ease-in-out infinite;
}

.hologram-particles i:nth-child(1) {
  left: 18%;
  top: 28%;
}

.hologram-particles i:nth-child(2) {
  left: 74%;
  top: 26%;
  animation-delay: 600ms;
}

.hologram-particles i:nth-child(3) {
  left: 24%;
  top: 70%;
  animation-delay: 1.1s;
}

.hologram-particles i:nth-child(4) {
  left: 82%;
  top: 66%;
  animation-delay: 1.6s;
}

.hologram-particles i:nth-child(5) {
  left: 46%;
  top: 18%;
  animation-delay: 2.1s;
}

.hologram-particles i:nth-child(6) {
  left: 58%;
  top: 78%;
  animation-delay: 2.6s;
}

.hologram-readout {
  position: absolute;
  min-width: 104px;
  padding: 9px 11px;
  border: 1px solid rgba(55, 226, 218, 0.34);
  background: rgba(0, 0, 0, 0.54);
  color: #9bfffb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.readout-a {
  left: 20px;
  top: 26px;
}

.readout-b {
  right: 22px;
  top: 112px;
}

.readout-c {
  left: 34px;
  bottom: 82px;
}

.hologram-metrics {
  position: absolute;
  right: 18px;
  bottom: 86px;
  width: min(190px, 42%);
  display: grid;
  gap: 9px;
  padding: 13px;
  border: 1px solid rgba(155, 255, 251, 0.22);
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

.hologram-metrics span {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hologram-metrics b {
  height: 4px;
  background: linear-gradient(90deg, #37e2da 0%, rgba(55, 226, 218, 0.1) 100%);
  transform-origin: left;
  animation: hologram-meter 2.8s ease-in-out infinite;
}

.hologram-metrics span:nth-child(2) b {
  animation-delay: 260ms;
}

.hologram-metrics span:nth-child(3) b {
  animation-delay: 520ms;
}

.hologram-part-notes {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 5;
  min-height: 46px;
  pointer-events: none;
}

.hologram-part-notes p {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(155, 255, 251, 0.22);
  background: rgba(0, 0, 0, 0.62);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.hologram-part-notes strong {
  color: #9bfffb;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#scan-head:checked ~ .pronext-hologram-stage .note-head,
#scan-arms:checked ~ .pronext-hologram-stage .note-arms,
#scan-upper:checked ~ .pronext-hologram-stage .note-upper,
#scan-lower:checked ~ .pronext-hologram-stage .note-lower,
.pronext-hologram-stage:has(.hotspot-head:hover) .note-head,
.pronext-hologram-stage:has(.hotspot-arms:hover) .note-arms,
.pronext-hologram-stage:has(.hotspot-upper:hover) .note-upper,
.pronext-hologram-stage:has(.hotspot-lower:hover) .note-lower {
  opacity: 1;
  transform: translateY(0);
}

.pronext-motion-strip {
  position: relative;
  min-height: 390px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(14px, 3vw, 26px);
  padding: clamp(28px, 6vw, 56px) clamp(18px, 5vw, 56px);
  background:
    linear-gradient(180deg, #111 0%, #1a1814 100%);
  color: #fff;
}

.pronext-motion-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.pronext-visual-card {
  position: relative;
  z-index: 1;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: #050505;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
}

.pronext-visual-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: block;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.06);
  transform: scale(1.04);
  animation: pronext-kenburns 14s ease-in-out infinite alternate;
}

.pronext-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(0, 0, 0, 0.82) 100%);
}

.pronext-visual-card span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-a {
  transform: translateY(18px);
  animation: pronext-card-a 7s ease-in-out infinite;
}

.card-b {
  transform: translateY(-12px);
  animation: pronext-card-b 8s ease-in-out infinite;
}

.pronext-pulse-panel {
  position: absolute;
  right: clamp(18px, 5vw, 56px);
  bottom: 32px;
  z-index: 2;
  width: min(320px, calc(100% - 36px));
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(199, 161, 92, 0.34);
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(10px);
}

.pronext-pulse-panel div {
  height: 8px;
  background: linear-gradient(90deg, var(--accent), rgba(199, 161, 92, 0.16));
  transform-origin: left;
  animation: pronext-pulse 2.6s ease-in-out infinite;
}

.pronext-pulse-panel div:nth-child(2) {
  animation-delay: 240ms;
}

.pronext-pulse-panel div:nth-child(3) {
  animation-delay: 480ms;
}

.pronext-value {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(28, 28, 28, 0.16);
  border-bottom: 1px solid rgba(28, 28, 28, 0.14);
}

.pronext-invest-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #000;
  color: #fff;
}

.pronext-invest-flow div {
  position: relative;
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px clamp(18px, 4vw, 36px);
  background:
    linear-gradient(135deg, rgba(199, 161, 92, 0.18), rgba(255, 255, 255, 0.02)),
    #0d0d0d;
  overflow: hidden;
}

.pronext-invest-flow div::after {
  content: "";
  position: absolute;
  inset: auto -10% 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  animation: pronext-line 3.6s ease-in-out infinite;
}

.pronext-invest-flow div:nth-child(2)::after {
  animation-delay: 350ms;
}

.pronext-invest-flow div:nth-child(3)::after {
  animation-delay: 700ms;
}

.pronext-invest-flow span {
  color: var(--accent);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pronext-invest-flow strong {
  font-family: "Shippori Mincho", "Noto Sans JP", serif;
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1;
}

.pronext-value div {
  min-height: 220px;
  padding: clamp(24px, 4vw, 34px);
  background: #f7f5ef;
}

.pronext-value span {
  color: #9a7635;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pronext-value h2 {
  margin: 18px 0 12px;
  color: #141414;
  font-family: "Shippori Mincho", "Noto Sans JP", serif;
  font-size: clamp(19px, 3vw, 27px);
  line-height: 1.28;
}

.pronext-value p {
  margin: 0;
  color: #5f5a52;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

.pronext-menu {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin: clamp(28px, 6vw, 54px) clamp(18px, 5vw, 56px) 0;
  padding: clamp(28px, 5vw, 44px);
  border-radius: 6px;
  background:
    linear-gradient(135deg, #171717 0%, #050505 72%);
  color: #fff;
}

.pronext-menu h2 {
  margin: 8px 0 0;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(28px, 6vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.pronext-menu div > span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.pronext-price {
  min-width: min(240px, 100%);
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 10px;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.pronext-price strong {
  color: #fff;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 5vw, 40px);
  line-height: 1;
}

.pronext-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 10px clamp(18px, 5vw, 56px) clamp(28px, 6vw, 56px);
}

.pronext-proof span {
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 11px 12px;
  border: 1px solid rgba(43, 43, 47, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #161616;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.pronext-calendar-lead {
  padding: clamp(26px, 5vw, 42px) clamp(18px, 5vw, 56px) 18px;
  border-top: 1px solid rgba(43, 43, 47, 0.12);
  background: #fff;
}

.pronext-calendar-lead h2 {
  margin: 6px 0 0;
  color: #151515;
  font-family: "Shippori Mincho", "Noto Sans JP", serif;
  font-size: clamp(26px, 5vw, 42px);
  line-height: 1.12;
}

.app-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.app-header h1 {
  margin: 0;
  color: #5c535b;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
}

.filters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 12px;
  border-bottom: 1px solid var(--soft-line);
  background: var(--panel);
}

label span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
}

input,
select {
  height: 42px;
  padding: 0 12px;
}

textarea {
  resize: vertical;
  padding: 10px 12px;
}

.week-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  padding: 0 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
}

.week-nav button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
}

.week-nav span {
  color: var(--gray);
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
}

.schedule-wrap {
  border-bottom: 1px solid var(--line);
}

.schedule-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.schedule {
  width: 100%;
  min-width: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background: white;
}

.schedule caption {
  height: 42px;
  padding: 9px 0 0 84px;
  border-bottom: 1px solid var(--line);
  color: #4c4c50;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.schedule th,
.schedule td {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
}

.schedule th:first-child,
.schedule td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 84px;
  border-left: 0;
  background: white;
}

.schedule thead th {
  height: 78px;
  color: var(--ink);
  font-weight: 800;
  text-align: center;
  vertical-align: middle;
}

.schedule thead th:first-child {
  z-index: 3;
}

.day-number {
  display: block;
  font-size: 24px;
  line-height: 1.15;
}

.day-week {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  font-weight: 600;
}

.date-sat {
  color: var(--blue);
}

.date-sun {
  color: var(--red);
}

.time-cell {
  height: 58px;
  padding-left: 12px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  text-align: left;
  vertical-align: middle;
}

.slot-cell {
  height: 58px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.slot-choice {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--purple);
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
}

.slot-choice:hover,
.slot-choice.selected {
  background: rgba(140, 89, 189, 0.12);
}

.slot-choice.disabled {
  color: var(--gray);
  cursor: default;
}

.selection-panel {
  display: block;
  padding: 18px;
  background: var(--panel);
}

.selection-panel form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.selection-panel h2 {
  margin: 0;
  font-size: 20px;
}

.secondary {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--purple);
  font-weight: 800;
}

.selection-panel label:has(textarea),
.primary {
  grid-column: 1 / -1;
}

.primary,
.action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  background: var(--purple);
  color: white;
  font-weight: 800;
  text-decoration: none;
}

.request-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.status-message {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.6;
}

.status-message.success {
  border-color: rgba(140, 89, 189, 0.35);
  color: var(--purple-dark);
}

.status-message.error {
  border-color: rgba(210, 17, 34, 0.32);
  color: var(--red);
}

.action-link {
  min-width: 132px;
  padding: 0 14px;
  background: var(--purple-dark);
}

@media (max-width: 720px) {
  .app {
    width: 100%;
  }

  .pronext-brand,
  .pronext-menu {
    align-items: flex-start;
    flex-direction: column;
  }

  .pronext-kicker {
    text-align: left;
  }

  .pronext-hero {
    min-height: 640px;
    background: url("./pronext-hero-treatment.png") 48% center / cover no-repeat;
  }

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

  .pronext-hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .pronext-hero-points span {
    min-height: 34px;
    padding: 7px 8px;
    font-size: 10px;
    text-align: center;
  }

  .pronext-statement strong {
    font-size: 34px;
  }

  .pronext-statement span {
    font-size: 14px;
  }

  .pronext-standard h2,
  .pronext-value h2,
  .pronext-calendar-lead h2 {
    font-size: 30px;
  }

  .pronext-hologram-copy h2 {
    font-size: 42px;
  }

  .pronext-standard,
  .pronext-value,
  .pronext-invest-flow,
  .pronext-proof {
    grid-template-columns: 1fr;
  }

  .pronext-standard div {
    min-height: 220px;
  }

  .pronext-standard div:nth-child(1) {
    background:
      linear-gradient(90deg, #222019 0%, rgba(34, 32, 25, 0.96) 42%, rgba(34, 32, 25, 0.62) 68%, rgba(34, 32, 25, 0.18) 100%),
      url("./probody-athlete-point.jpg") -20% center / auto 220% no-repeat,
      #141414;
  }

  .pronext-standard div:nth-child(2) {
    background:
      linear-gradient(90deg, rgba(34, 32, 25, 0.66) 0%, rgba(34, 32, 25, 0.94) 42%, #222019 100%),
      url("./probody-athlete-point.jpg") left center / cover no-repeat,
      #141414;
  }

  .pronext-standard div:nth-child(3) {
    background:
      linear-gradient(90deg, #222019 0%, rgba(34, 32, 25, 0.96) 42%, rgba(34, 32, 25, 0.7) 68%, rgba(34, 32, 25, 0.22) 100%),
      url("./probody-athlete-point.jpg") right center / cover no-repeat,
      #141414;
  }

  .pronext-hologram-section {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pronext-hologram-stage {
    min-height: 540px;
  }

  .hologram-anatomy {
    width: min(290px, 76%);
    max-height: 475px;
  }

  .anatomy-glow,
  .hologram-hotspots {
    width: min(290px, 76%);
  }

  .hologram-body {
    width: 156px;
    height: 318px;
    opacity: 0.24;
  }

  .ring-one {
    width: 280px;
    height: 280px;
  }

  .ring-two {
    width: 220px;
    height: 220px;
  }

  .ring-three {
    width: 350px;
    height: 350px;
  }

  .hologram-readout {
    min-width: 92px;
    padding: 8px 9px;
    font-size: 10px;
  }

  .hologram-metrics {
    left: auto;
    right: 14px;
    bottom: 80px;
    width: 134px;
    padding: 10px;
    transform: none;
  }

  .hologram-metrics span {
    font-size: 9px;
  }

  .pronext-value {
    grid-template-columns: 1fr;
  }

  .pronext-value div {
    min-height: 0;
  }

  .pronext-motion-strip {
    grid-template-columns: 1fr;
    padding-bottom: 92px;
  }

  .pronext-visual-card,
  .pronext-visual-card img {
    min-height: 230px;
  }

  .card-a,
  .card-b {
    transform: none;
  }

  .pronext-pulse-panel {
    bottom: 22px;
  }

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

  .pronext-invest-flow div {
    min-height: 120px;
  }

  .pronext-price {
    width: 100%;
    justify-items: start;
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

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

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

  .selection-panel {
    grid-template-columns: 1fr;
  }

  .selection-panel form {
    grid-template-columns: 1fr;
  }

  .request-actions {
    grid-column: 1;
  }
}

@media (min-width: 721px) {
  .pronext-brand,
  .pronext-menu {
    align-items: flex-start;
    flex-direction: column;
  }

  .pronext-kicker {
    text-align: left;
  }

  .pronext-hero {
    min-height: 640px;
    background: url("./pronext-hero-treatment.png") 48% center / cover no-repeat;
  }

  .pronext-hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .pronext-hero-points span {
    min-height: 34px;
    padding: 7px 8px;
    font-size: 10px;
    text-align: center;
  }

  .pronext-statement strong {
    font-size: 34px;
  }

  .pronext-statement span {
    font-size: 14px;
  }

  .pronext-standard h2,
  .pronext-value h2,
  .pronext-calendar-lead h2 {
    font-size: 30px;
  }

  .pronext-hologram-copy h2 {
    font-size: 42px;
  }

  .pronext-standard,
  .pronext-value,
  .pronext-invest-flow,
  .pronext-proof {
    grid-template-columns: 1fr;
  }

  .pronext-standard div {
    min-height: 220px;
  }

  .pronext-standard div:nth-child(1) {
    background:
      linear-gradient(90deg, #222019 0%, rgba(34, 32, 25, 0.96) 42%, rgba(34, 32, 25, 0.62) 68%, rgba(34, 32, 25, 0.18) 100%),
      url("./probody-athlete-point.jpg") -20% center / auto 220% no-repeat,
      #141414;
  }

  .pronext-standard div:nth-child(2) {
    background:
      linear-gradient(90deg, rgba(34, 32, 25, 0.66) 0%, rgba(34, 32, 25, 0.94) 42%, #222019 100%),
      url("./probody-athlete-point.jpg") left center / cover no-repeat,
      #141414;
  }

  .pronext-standard div:nth-child(3) {
    background:
      linear-gradient(90deg, #222019 0%, rgba(34, 32, 25, 0.96) 42%, rgba(34, 32, 25, 0.7) 68%, rgba(34, 32, 25, 0.22) 100%),
      url("./probody-athlete-point.jpg") right center / cover no-repeat,
      #141414;
  }

  .pronext-hologram-section {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pronext-hologram-stage {
    min-height: 540px;
  }

  .hologram-anatomy {
    width: min(290px, 76%);
    max-height: 475px;
  }

  .anatomy-glow,
  .hologram-hotspots {
    width: min(290px, 76%);
  }

  .hologram-body {
    width: 156px;
    height: 318px;
    opacity: 0.24;
  }

  .ring-one {
    width: 280px;
    height: 280px;
  }

  .ring-two {
    width: 220px;
    height: 220px;
  }

  .ring-three {
    width: 350px;
    height: 350px;
  }

  .hologram-readout {
    min-width: 92px;
    padding: 8px 9px;
    font-size: 10px;
  }

  .hologram-metrics {
    left: auto;
    right: 14px;
    bottom: 80px;
    width: 134px;
    padding: 10px;
    transform: none;
  }

  .hologram-metrics span {
    font-size: 9px;
  }

  .pronext-value div {
    min-height: 0;
  }

  .pronext-motion-strip {
    grid-template-columns: 1fr;
    padding-bottom: 92px;
  }

  .pronext-visual-card,
  .pronext-visual-card img {
    min-height: 230px;
  }

  .card-a,
  .card-b {
    transform: none;
  }

  .pronext-pulse-panel {
    bottom: 22px;
  }

  .pronext-invest-flow div {
    min-height: 120px;
  }

  .pronext-price {
    width: 100%;
    justify-items: start;
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .filters,
  .selection-panel,
  .selection-panel form {
    grid-template-columns: 1fr;
  }

  .request-actions {
    grid-column: 1;
  }
}

body.input-view .filters,
body.input-view .week-nav,
body.input-view .schedule-wrap,
body.input-view .pronext-intro {
  display: none;
}

@media (max-width: 720px), (min-width: 721px) {
  .pronext-logo {
    font-size: 34px;
  }

  .pronext-kicker,
  .pronext-eyebrow,
  .pronext-menu p,
  .pronext-calendar-lead p {
    font-size: 10px;
  }

  .pronext-hero h1 {
    font-size: 58px;
    line-height: 0.98;
  }

  .pronext-hero-points span {
    font-size: 9px;
    line-height: 1.35;
  }

  .pronext-statement p,
  .pronext-standard p {
    font-size: 11px;
  }

  .pronext-statement strong {
    font-size: 30px;
    line-height: 1.32;
  }

  .pronext-statement span,
  .pronext-standard span,
  .pronext-hologram-copy span,
  .pronext-value p,
  .pronext-menu div > span {
    font-size: 13px;
    line-height: 1.85;
  }

  .pronext-standard h2 {
    font-size: 25px;
    line-height: 1.32;
  }

  .pronext-hologram-copy h2 {
    font-size: 34px;
    line-height: 1.16;
  }

  .pronext-value h2 {
    font-size: 21px;
    line-height: 1.5;
  }

  .pronext-menu h2 {
    font-size: 34px;
  }

  .pronext-price strong {
    font-size: 34px;
  }

  .pronext-proof span {
    font-size: 12px;
  }

  .pronext-calendar-lead h2 {
    font-size: 28px;
    line-height: 1.24;
  }

  .app-header h1,
  body.input-view .app-header h1 {
    font-size: 22px;
  }

  .week-nav button {
    font-size: 17px;
  }

  .week-nav span {
    font-size: 34px;
  }

  .schedule caption {
    font-size: 17px;
  }

  .day-number {
    font-size: 20px;
  }

  .day-week {
    font-size: 12px;
  }

  .time-cell {
    font-size: 18px;
  }

  .slot-choice {
    font-size: 28px;
  }
}

body:not(.input-view) .selection-panel {
  display: none;
}

.pronext-standard,
.pronext-hologram-section,
.pronext-motion-strip,
.pronext-value,
.pronext-invest-flow,
.pronext-proof,
.app-header {
  display: none;
}

.pronext-intro {
  padding: 30px 16px 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 244, 235, 0.94)),
    #fbf7ee;
}

.pronext-brand {
  margin-bottom: 18px;
}

.pronext-logo {
  color: #18140d;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.pronext-kicker {
  color: #a17d36;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pronext-hero {
  min-height: 0;
  padding: 0;
  background: transparent;
}

.pronext-hero::before,
.pronext-hero::after,
.pronext-hero-points,
.pronext-price {
  display: none;
}

.pronext-hero-copy {
  position: static;
  width: auto;
  padding: 0;
  color: #15120c;
}

.pronext-hero h1 {
  max-width: 9em;
  margin: 0;
  color: #15120c;
  font-family: "Shippori Mincho", "Noto Sans JP", serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.22;
}

.pronext-statement {
  margin: 12px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.pronext-statement p,
.pronext-calendar-lead p {
  margin: 0 0 8px;
  color: #b08a44;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pronext-statement strong {
  display: none;
}

.pronext-statement span {
  display: block;
  color: #3c362e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.8;
}

.pronext-calendar-lead {
  margin-top: 22px;
  padding: 0;
  border: 0;
  background: transparent;
}

.pronext-calendar-lead h2 {
  margin: 0;
  color: #15120c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.pronext-menu {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  margin: 22px 0 0;
  padding: 18px 18px 18px 66px;
  border: 1px solid #3a301f;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(216, 181, 109, 0.12), rgba(216, 181, 109, 0.02)),
    #080807;
  color: #f6eddb;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.pronext-menu::before {
  content: "02";
  position: absolute;
  left: 18px;
  top: 20px;
  color: #d8b56d;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.pronext-menu p {
  margin: 0 0 8px;
  color: #d8b56d;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pronext-menu h2 {
  margin: 0 0 8px;
  color: #fff7df;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 1.35;
}

.pronext-menu div > span {
  display: block;
  color: #cfc4ab;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.65;
}

.pronext-price {
  align-self: stretch;
  min-width: 96px;
  display: grid;
  place-items: center;
  padding: 12px;
  border: 1px solid #6f5428;
  border-radius: 6px;
  background: linear-gradient(135deg, #d8b56d, #9f762f);
  color: #141006;
  text-align: center;
}

.pronext-price span {
  display: none;
}

.pronext-price strong {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.filters,
.week-nav,
.schedule-wrap {
  margin-inline: 16px;
  background: #080807;
}

.filters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 16px 16px 10px;
  border: 1px solid #2a2418;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  color: #f6eddb;
}

.filters label span {
  color: #d5b568;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.filters select,
.selection-panel select {
  border-color: #4a3920;
  background: #111;
  color: #f6eddb;
  font-weight: 900;
}

.week-nav {
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid #2a2418;
  border-top: 0;
  border-bottom: 0;
}

.week-nav button {
  min-height: 38px;
  padding: 0 8px;
  border: 1px solid #3a301f;
  border-radius: 4px;
  color: #ead7a5;
  font-size: 13px;
}

.week-nav span {
  color: #d6b463;
  font-size: 24px;
}

.schedule-wrap {
  padding: 0 16px 18px;
  border: 1px solid #2a2418;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.schedule {
  border-collapse: separate;
  border-spacing: 0;
  background: #080807;
  color: #f6eddb;
}

.schedule caption {
  height: 40px;
  padding: 11px 0;
  border: 0;
  color: #d8b56d;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.schedule th,
.schedule td {
  border-color: #332918;
  background: #0d0d0c;
}

.schedule th:first-child,
.schedule td:first-child {
  width: 68px;
  background: #080807;
}

.schedule thead th {
  height: 56px;
  color: #e8dcc7;
}

.day-number {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 15px;
}

.day-week {
  margin-top: 4px;
  font-size: 10px;
}

.date-sat,
.date-sun {
  color: #d8b56d;
}

.time-cell,
.slot-cell {
  height: 44px;
}

.time-cell {
  padding-left: 8px;
  color: #f6eddb;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.slot-choice {
  width: 100%;
  height: 32px;
  border: 1px solid #3b3324;
  border-radius: 4px;
  color: #d8b56d;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.slot-choice:not(.disabled)::before {
  content: "予約";
}

.slot-choice:not(.disabled) {
  color: transparent;
}

.slot-choice:not(.disabled)::before {
  color: #d8b56d;
}

.slot-choice:hover,
.slot-choice.selected {
  background: linear-gradient(135deg, #d8b56d, #9f762f);
}

.slot-choice:hover::before,
.slot-choice.selected::before {
  color: #080807;
}

.slot-choice.disabled {
  border-color: #242017;
  color: #4e4739;
}

.selection-panel {
  min-height: calc(100vh - 24px);
  padding: 18px 16px 28px;
  background: #f8f4eb;
}

.selection-panel form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 16px;
  border: 1px solid #e1d4bb;
  border-radius: 8px;
  background: #fffaf0;
}

.selection-panel h2 {
  color: #17130c;
  font-size: 20px;
  text-align: center;
}

.selection-panel label:has(textarea),
.primary {
  grid-column: auto;
}

body.input-view .app-header h1 {
  font-size: 24px;
}

body.input-view .selection-panel {
  min-height: calc(100vh - 74px);
  align-content: start;
}

body.input-view .selection-panel form {
  align-self: start;
}

@media (min-width: 721px) {
  .pronext-hero h1 {
    font-size: 52px;
    line-height: 1;
  }

  .pronext-statement strong {
    font-size: 29px;
    line-height: 1.35;
  }

  .pronext-standard h2 {
    font-size: 24px;
  }

  .pronext-hologram-copy h2 {
    font-size: 32px;
  }
}

@media (max-width: 720px) {
  .pronext-logo {
    font-size: 30px;
  }

  .pronext-hero h1 {
    font-size: 46px;
    line-height: 1.04;
  }

  .pronext-statement strong {
    font-size: 28px;
    line-height: 1.36;
  }

  .pronext-standard h2 {
    font-size: 23px;
  }

  .pronext-hologram-copy h2 {
    font-size: 30px;
  }

  .pronext-menu h2,
  .pronext-price strong {
    font-size: 31px;
  }
}

.pronext-standard div:nth-child(2) {
  background:
    linear-gradient(90deg, rgba(20, 18, 15, 0.42) 0%, rgba(20, 18, 15, 0.58) 34%, rgba(20, 18, 15, 0.84) 72%, rgba(20, 18, 15, 0.94) 100%),
    url("./probody-team-support-bg.png") 18% center / cover no-repeat,
    #141414;
}

@media (max-width: 720px), (min-width: 721px) {
  .pronext-standard div:nth-child(2) {
    background:
      linear-gradient(90deg, rgba(20, 18, 15, 0.4) 0%, rgba(20, 18, 15, 0.56) 34%, rgba(20, 18, 15, 0.82) 72%, rgba(20, 18, 15, 0.94) 100%),
      url("./probody-team-support-bg.png") 16% center / cover no-repeat,
      #141414;
  }
}

.pronext-standard div:nth-child(3) {
  background:
    linear-gradient(90deg, rgba(20, 18, 15, 0.98) 0%, rgba(20, 18, 15, 0.9) 42%, rgba(20, 18, 15, 0.58) 72%, rgba(20, 18, 15, 0.18) 100%),
    url("./probody-deep-pressure-bg.png") right center / cover no-repeat,
    #141414;
}

@media (max-width: 720px), (min-width: 721px) {
  .pronext-standard div:nth-child(3) {
    background:
      linear-gradient(90deg, rgba(20, 18, 15, 0.98) 0%, rgba(20, 18, 15, 0.9) 42%, rgba(20, 18, 15, 0.58) 72%, rgba(20, 18, 15, 0.18) 100%),
      url("./probody-deep-pressure-bg.png") 72% center / cover no-repeat,
      #141414;
  }
}

.pronext-value {
  gap: 0;
  border-top: 1px solid rgba(199, 161, 92, 0.22);
  border-bottom: 1px solid rgba(199, 161, 92, 0.22);
  background:
    linear-gradient(180deg, #060606 0%, #14120f 100%);
  color: #fff;
}

.pronext-value div {
  position: relative;
  min-height: 250px;
  display: grid;
  align-content: end;
  padding: 34px 28px;
  border-bottom: 1px solid rgba(199, 161, 92, 0.2);
  background:
    linear-gradient(135deg, rgba(199, 161, 92, 0.12), rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0.2)),
    #0c0c0b;
  overflow: hidden;
}

.pronext-value div::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 30px;
  width: 44px;
  height: 2px;
  background: var(--accent);
  box-shadow: 58px 0 0 rgba(199, 161, 92, 0.28);
}

.pronext-value div::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.32;
  pointer-events: none;
}

.pronext-value div > * {
  position: relative;
  z-index: 1;
}

.pronext-value span {
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pronext-value h2 {
  margin: 20px 0 14px;
  color: #fff;
  font-size: 25px;
  line-height: 1.32;
}

.pronext-value p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.9;
}

.pronext-method {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.9) 42%, rgba(5, 5, 5, 0.5) 70%, rgba(5, 5, 5, 0.14) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.24), rgba(20, 18, 13, 0.58)),
    url("./probody-method-bg.png") 58% center / cover no-repeat,
    radial-gradient(circle at 82% 12%, rgba(199, 161, 92, 0.18), transparent 32%),
    linear-gradient(180deg, #050505 0%, #15120d 100%);
  border-top: 1px solid rgba(199, 161, 92, 0.24);
  border-bottom: 1px solid rgba(199, 161, 92, 0.24);
}

.pronext-method div {
  min-height: 0;
  border-bottom: 1px solid rgba(199, 161, 92, 0.18);
  background: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(1px);
}

.pronext-method div::before {
  width: 72px;
  box-shadow: 88px 0 0 rgba(199, 161, 92, 0.22);
}

.pronext-method-lead {
  padding: 42px 28px 34px;
}

.pronext-method-panel {
  padding: 34px 28px;
}

.pronext-method span {
  display: inline-block;
  color: var(--accent);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pronext-method h2 {
  margin: 22px 0 18px;
  color: #fff;
  font-family: "Shippori Mincho", "Noto Sans JP", serif;
  font-size: 29px;
  line-height: 1.34;
}

.pronext-method h3 {
  margin: 18px 0 12px;
  color: #fff;
  font-family: "Shippori Mincho", "Noto Sans JP", serif;
  font-size: 22px;
  line-height: 1.42;
}

.pronext-method p {
  max-width: 36em;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.95;
}

.pronext-method-lead p {
  color: rgba(255, 255, 255, 0.8);
}

@keyframes pronext-scan {
  0%,
  46% {
    transform: translateX(-120%);
  }

  70%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes pronext-float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-14px) rotate(2deg);
  }
}

@keyframes pronext-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pronext-kenburns {
  from {
    transform: scale(1.04) translateX(0);
  }

  to {
    transform: scale(1.12) translateX(-2%);
  }
}

@keyframes pronext-card-a {
  0%,
  100% {
    transform: translateY(18px);
  }

  50% {
    transform: translateY(2px);
  }
}

@keyframes pronext-card-b {
  0%,
  100% {
    transform: translateY(-12px);
  }

  50% {
    transform: translateY(8px);
  }
}

@keyframes pronext-pulse {
  0%,
  100% {
    opacity: 0.42;
    transform: scaleX(0.42);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes pronext-line {
  0%,
  100% {
    transform: translateX(-80%);
  }

  50% {
    transform: translateX(80%);
  }
}

@keyframes hologram-grid-move {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 56px;
  }
}

@keyframes hologram-noise {
  0%,
  100% {
    opacity: 0.18;
    transform: translateY(0);
  }

  50% {
    opacity: 0.38;
    transform: translateY(5px);
  }
}

@keyframes hologram-floor-pulse {
  0%,
  100% {
    opacity: 0.44;
    transform: scaleX(0.82);
  }

  50% {
    opacity: 0.82;
    transform: scaleX(1.05);
  }
}

@keyframes hologram-depth {
  from {
    transform: translate(-50%, -50%) perspective(600px) rotateX(62deg) rotateZ(0deg);
  }

  to {
    transform: translate(-50%, -50%) perspective(600px) rotateX(62deg) rotateZ(360deg);
  }
}

@keyframes hologram-ring-spin {
  from {
    transform: translate(-50%, -50%) rotateX(68deg) rotateZ(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotateX(68deg) rotateZ(360deg);
  }
}

@keyframes hologram-ring-pulse {
  0%,
  100% {
    opacity: 0.22;
    transform: translate(-50%, -50%) rotateX(68deg) scale(0.94);
  }

  50% {
    opacity: 0.54;
    transform: translate(-50%, -50%) rotateX(68deg) scale(1.04);
  }
}

@keyframes hologram-orbit {
  from {
    transform: translate(-50%, -50%) rotateX(74deg) rotateZ(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotateX(74deg) rotateZ(360deg);
  }
}

@keyframes hologram-aura {
  0%,
  100% {
    opacity: 0.48;
    transform: scaleX(0.96);
  }

  50% {
    opacity: 0.82;
    transform: scaleX(1.05);
  }
}

@keyframes hologram-body-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes hologram-image-float {
  0%,
  100% {
    opacity: 0.92;
    transform: translateY(0) scale(1);
  }

  50% {
    opacity: 1;
    transform: translateY(-10px) scale(1.015);
  }
}

@keyframes hologram-core-pulse {
  0%,
  100% {
    transform: scale(0.9);
    opacity: 0.68;
  }

  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@keyframes hologram-joint {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.86);
  }

  50% {
    opacity: 1;
    transform: scale(1.22);
  }
}

@keyframes hologram-scan {
  0%,
  100% {
    top: 18%;
    opacity: 0;
  }

  15%,
  82% {
    opacity: 1;
  }

  50% {
    top: 78%;
  }
}

@keyframes hologram-particle {
  0%,
  100% {
    opacity: 0;
    transform: translateY(18px) scale(0.6);
  }

  40%,
  70% {
    opacity: 0.9;
  }

  50% {
    transform: translateY(-18px) scale(1);
  }
}

@keyframes hologram-meter {
  0%,
  100% {
    transform: scaleX(0.42);
    opacity: 0.62;
  }

  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes selected-part-pulse {
  0%,
  100% {
    filter: brightness(0.92);
  }

  50% {
    filter: brightness(1.28);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pronext-hero::before,
  .pronext-hero::after,
  .pronext-hero-points span,
  .pronext-visual-card,
  .pronext-visual-card img,
  .pronext-pulse-panel div,
  .pronext-invest-flow div::after,
  .pronext-hologram-stage::before,
  .pronext-hologram-stage::after,
  .hologram-grid,
  .hologram-depth,
  .hologram-ring,
  .hologram-orbit,
  .hologram-anatomy,
  .hologram-body,
  .body-aura,
  .body-core,
  .joint,
  .hologram-scan,
  .hologram-particles i,
  .hologram-metrics b,
  .anatomy-glow {
    animation: none;
  }
}

.pronext-menu h2 {
  font-size: 17px;
}

.pronext-price strong {
  font-size: 18px;
}

@media (max-width: 520px) {
  .pronext-menu {
    grid-template-columns: 1fr;
    padding: 18px 16px 18px 58px;
  }

  .pronext-price {
    min-width: 0;
    min-height: 44px;
  }
}
