:root {
  --blue: #0267ff;
  --navy: #053e8b;
  --ink: #181d27;
  --muted: #717680;
  --line: #d9dade;
  --wash: #f2f2f2;
  --panel: #f6f8fb;
  --max: 1120px;
  --r-shot: 40px;
  --sec: 128px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Pretendard, "Apple SD Gothic Neo", sans-serif;
  word-break: keep-all;
  overflow-x: clip;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p, ul, figure, blockquote { margin: 0; }
ul { list-style: none; padding: 0; }

.wrap {
  width: min(var(--max), calc(100% - 80px));
  margin-inline: auto;
}

.hd {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 84px;
  background: #fff;
}
body.home .hd {
  position: fixed;
  left: 0;
  right: 0;
  background: transparent;
  transition: background .2s ease;
}
body.home .hd.is-solid {
  background: #fff;
}
body.home .nav a,
body.home .nav button {
  color: #fff;
}
body.home .nav .menu a {
  color: #fff;
}
body.home .hd:not(.is-solid) .menu {
  background: rgba(0, 0, 0, 0.42);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: none;
  backdrop-filter: blur(10px);
}
body.home .hd.is-solid .nav .menu a {
  color: var(--ink);
}
body.home .chev {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
body.home .hd-btns .btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
body.home .hd-btns .ghost,
body.home .hd-btns .line {
  color: #fff;
}
body.home .burger i {
  background: #fff;
}
body.home .hd.is-solid .nav a,
body.home .hd.is-solid .nav button {
  color: var(--ink);
}
body.home .hd.is-solid .chev {
  border-right-color: #111;
  border-bottom-color: #111;
}
body.home .hd.is-solid .hd-btns .btn {
  background: #fff;
  border-color: #181d27;
  color: #181d27;
}
body.home .hd.is-solid .hd-btns .ghost { color: #181d27; }
body.home .hd.is-solid .hd-btns .line { color: #181d27; }
body.home .hd.is-solid .burger i {
  background: #181d27;
}
.hd-in {
  height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto;
  height: 39px;
  flex: 0 0 auto;
}
.logo-mark,
.logo-word {
  position: relative;
  display: block;
  flex: 0 0 auto;
}
.logo-mark {
  width: 39px;
  height: 39px;
}
.logo-word {
  width: 137px;
  height: 32px;
}
.logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo .logo-ink,
.logo .logo-wash { transition: opacity .2s ease; }
.logo .logo-wash { opacity: 0; }
body.home .hd:not(.is-solid) .logo-ink { opacity: 0; }
body.home .hd:not(.is-solid) .logo-wash { opacity: 1; }
.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-left: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.nav a, .nav button {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: none;
  color: var(--ink);
  cursor: pointer;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.nav > a,
.nav .drop > a,
.nav .drop > button {
  padding: 0 16px;
}
.chev {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2.2px solid #111;
  border-bottom: 2.2px solid #111;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s;
}
.drop:hover .chev,
.drop:focus-within .chev {
  transform: translateY(1px) rotate(-135deg);
}
.drop { position: relative; }
.drop::after {
  content: "";
  position: absolute;
  left: -16px;
  right: -16px;
  top: 100%;
  height: 12px;
}
.menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 60;
  min-width: 200px;
  padding: 12px 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.menu a {
  display: block;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.drop:hover .menu,
.drop:focus-within .menu { display: block; }
.hd-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-left: 0;
  flex-shrink: 0;
}
.hd-btns .btn {
  flex: 0 0 auto;
  height: 36px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.64px;
  white-space: nowrap;
  border: 1px solid #181d27;
  border-radius: 8px;
  background: #fff;
  color: #181d27;
}
.hd-btns .ghost { color: #181d27; }
.hd-btns .btn.line {
  color: #181d27;
  border-color: #181d27;
}
.burger {
  display: none;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 3px 0;
  overflow: hidden;
}
.burger i {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  background: #181d27;
  border-radius: 0;
  pointer-events: none;
  transition: transform .2s, opacity .2s, visibility .2s, background .2s ease;
}
.burger.on i:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.burger.on i:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  transform: scaleX(0);
}
.burger.on i:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  height: 100dvh;
  background: #fff;
  overflow: auto;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}
.overlay-bar {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  padding: 0 20px;
  background: inherit;
}
.overlay-bar .logo-ink { opacity: 1; }
.overlay-bar .logo-wash { opacity: 0; }
html.is-menu,
html.is-menu body {
  overflow: hidden;
  overscroll-behavior: none;
}
html.is-menu body.home .hd {
  background: #fff;
  transition: none;
}
html.is-menu body.home .logo-ink { opacity: 1; }
html.is-menu body.home .logo-wash { opacity: 0; }
html.is-menu body.home .burger i { background: #181d27; }
html.is-menu body.home .hd,
html.is-menu body.home .logo .logo-ink,
html.is-menu body.home .logo .logo-wash,
html.is-menu body.home .burger i { transition: none; }
.overlay[hidden] { display: none; }
html.is-menu .hd {
  visibility: hidden;
  pointer-events: none;
}
html.is-menu .dock { display: none !important; }
@media (min-width: 770px) {
  .overlay { display: none !important; }
  html.is-menu .hd {
    visibility: visible;
    pointer-events: auto;
  }
  html.is-menu,
  html.is-menu body { overflow: visible; overscroll-behavior: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .logo .logo-ink,
  .logo .logo-wash { transition: none; }
}
.overlay-in {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}
.overlay-in > a,
.overlay-in summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 24px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.8px;
  color: #181d27;
  border-bottom: 1px solid #d5d7da;
  list-style: none;
  cursor: pointer;
}
.overlay-in summary::-webkit-details-marker { display: none; }
.overlay-in summary::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-right: 1.6px solid #181d27;
  border-bottom: 1.6px solid #181d27;
  transform: rotate(45deg);
  transition: transform .2s;
}
.overlay-in details[open] summary::after {
  transform: translateY(3px) rotate(-135deg);
}
.overlay-in details[open] summary { border-bottom: 0; }
.overlay-in details a {
  display: block;
  padding: 10px 0 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.64px;
  color: #717680;
  border-bottom: 0;
}
.overlay-in details a:last-child { padding-bottom: 24px; border-bottom: 1px solid #d5d7da; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
}
.btn.ghost { color: var(--ink); }
.btn.line { color: var(--blue); }
.btn.solid {
  width: 200px;
  height: 60px;
  padding: 0;
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.hero {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100dvh;
  padding: 0;
  box-sizing: border-box;
}
.hero-stage {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 0;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #1a2230;
  opacity: 0;
  transition: opacity 1.2s ease;
  z-index: 0;
}
.hero-bg.is-on {
  opacity: 1;
  z-index: 1;
}
.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  z-index: 1;
}
.lead, .eyebrow {
  font-size: 28px;
  font-weight: 500;
  line-height: 39.2px;
  color: var(--ink);
}
.lead { margin-bottom: 0; }
h1, h2 {
  font-weight: 700;
  letter-spacing: 0;
  color: var(--ink);
}
h1 {
  font-size: 42px;
  line-height: 58.8px;
}
h2 {
  font-size: 42px;
  line-height: 58.8px;
}
.clients h2 {
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -1.92px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(960px, calc(100% - 48px));
  padding: clamp(24px, 3.3vw, 48px) clamp(16px, 2.8vw, 40px);
  text-align: center;
}
.hero-lines {
  position: relative;
  width: 100%;
  min-height: calc(clamp(36px, 4.8vw, 64px) * 2.5 + 16px + clamp(18px, 1.6vw, 24px));
}
.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .7s ease, transform .7s ease, visibility .7s;
  pointer-events: none;
}
.hero-slide.is-on {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.hero-stage .lead {
  color: rgba(240, 243, 255, 0.86);
  font-size: clamp(32px, 3.4vw, 40px);
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.hero-stage h1 {
  color: #fff;
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 1.25;
  letter-spacing: -0.04em;
}
.hero-desc {
  margin: 16px 0 0;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: rgba(240, 243, 255, 0.86);
}
.hero .btn { margin-top: clamp(32px, 2.8vw, 40px); }
.hero .btn.solid {
  width: auto;
  height: 62px;
  padding: 0 56px;
  font-size: 22px;
  line-height: 1.2;
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.hero .btn.solid:hover {
  background: rgba(255, 255, 255, 0.12);
}
@media (max-width: 430px) {
  .hero-stage h1 { font-size: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg,
  .hero-slide {
    transition: none;
  }
}
.benefit {
  padding: var(--sec) 0;
  background: #fff;
  text-align: center;
}
.benefit h2 {
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.benefit .sub {
  margin-top: 16px;
  color: var(--muted);
}
.proof { margin-top: 72px; }
.proof-main { padding-bottom: 64px; }
.proof.is-ready .proof-main,
.proof.is-ready .proof-grid article {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .7s ease, transform .7s ease;
}
.proof.is-in .proof-main,
.proof.is-in .proof-grid article {
  opacity: 1;
  transform: none;
}
.proof.is-in .proof-grid article:nth-child(1) { transition-delay: .12s; }
.proof.is-in .proof-grid article:nth-child(2) { transition-delay: .24s; }
.proof.is-in .proof-grid article:nth-child(3) { transition-delay: .36s; }
.benefit .mega,
.proof-grid .amt { font-variant-numeric: tabular-nums; }
@media (prefers-reduced-motion: reduce) {
  .proof-main,
  .proof-grid article {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.benefit .mega {
  margin: 0;
  font-size: clamp(64px, 8vw, 96px);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.04em;
  line-height: 1;
}
.benefit .label {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.benefit .note,
.proof-grid .hint {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid var(--line);
}
.proof-grid article {
  min-width: 0;
  padding: 40px 28px 0;
  border-left: 1px solid var(--line);
}
.proof-grid article:first-child { border-left: none; }
.proof-grid .amt {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.proof-grid .amt small {
  margin-left: 2px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--muted);
}
.proof-grid .plan {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.sub {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  letter-spacing: -0.96px;
  color: var(--ink);
}
.eyebrow { margin-bottom: 16px; }

.shot { margin: 0; min-width: 0; }
.shot img {
  background: var(--wash);
  border-radius: var(--r-shot);
}
.shot.lg { width: 511px; }
.shot.lg img { width: 511px; height: 456px; }
.shot.sm { width: 265px; flex: 0 0 265px; }
.shot.sm img { width: 265px; height: 490px; }
.shot figcaption {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--ink);
}

.clients { background: var(--ink); color: #fff; padding: var(--sec) 0; overflow-x: hidden; }
.clients h2,
.clients .sub,
.clients p { color: #fff; }
.clients .sub { margin-top: 40px; }
.marquee {
  margin-top: 64px;
  overflow: visible;
}
.mrow {
  display: flex;
  gap: 10px;
  width: max-content;
  margin: 0;
  padding: 0;
  animation: drift 32s linear infinite;
}
.mrow + .mrow { margin-top: 10px; }
.mrow.rev { animation-direction: reverse; animation-duration: 38s; }
.mrow li {
  flex: 0 0 192px;
  width: 192px;
  height: 104px;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 12px;
}
.mrow li img {
  display: block;
  width: 148px;
  height: 44px;
  object-fit: contain;
  object-position: center;
}

.system { padding: var(--sec) 0; background: var(--wash); }
.htabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin: 48px 0 24px;
  border-bottom: 1px solid var(--line);
}
.htabs li { min-width: 0; }
.htabs button {
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 4px 12px;
  border: 0;
  background: none;
  color: var(--muted);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.htabs .on {
  color: var(--ink);
  font-weight: 700;
  box-shadow: inset 0 -2px 0 var(--ink);
}
.board article { display: none; }
.board article.on { display: block; }
.alfred {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  padding: 32px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(24, 29, 39, 0.04);
}
.alfred header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.alfred header b {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: var(--ink);
}
.alfred header span {
  font-size: 15px;
  font-weight: 500;
  color: var(--muted);
}
.kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.kpis div {
  min-width: 0;
  padding: 20px 20px 18px;
  background: var(--wash);
  border-radius: 14px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .45s ease, transform .45s ease;
}
.board article.is-play .kpis div {
  opacity: 1;
  transform: none;
}
.kpis div:nth-child(2) { transition-delay: .08s; }
.kpis div:nth-child(3) { transition-delay: .16s; }
.kpis em {
  display: block;
  font-style: normal;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 20px;
}
.kpis strong {
  display: block;
  margin-top: 10px;
  color: var(--navy);
  font-size: clamp(26px, 2.8vw, 32px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.06em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kpis strong small {
  margin-left: 4px;
  font-size: 0.5em;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #8b909a;
}
.chart {
  min-width: 0;
  padding: 20px 20px 16px;
  background: var(--wash);
  border-radius: 14px;
}
.chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.chart-head p {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: var(--ink);
}
.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}
.legend li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}
.legend i {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}
.legend .a, .bars .a { background: var(--navy); }
.legend .b, .bars .b { background: var(--blue); }
.legend .c, .bars .c { background: #b8bcc4; }
.bars {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  height: 280px;
  padding-top: 22px;
  align-items: end;
}
.bars::before {
  content: "";
  position: absolute;
  inset: 0 0 26px;
  background-image: repeating-linear-gradient(
    to top,
    #e4e6ea 0 1px,
    transparent 1px 25%
  );
  pointer-events: none;
}
.bars > div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 26px;
}
.bars span {
  position: relative;
  flex: 1;
  max-width: 16px;
  height: 0;
  border-radius: 4px 4px 1px 1px;
  transition: height .85s cubic-bezier(.22, 1, .36, 1);
}
.board article.is-play .bars span { height: var(--h); }
.bars > div:nth-child(2) span { transition-delay: .05s; }
.bars > div:nth-child(3) span { transition-delay: .1s; }
.bars > div:nth-child(4) span { transition-delay: .15s; }
.bars > div:nth-child(5) span { transition-delay: .2s; }
.bars > div:nth-child(6) span { transition-delay: .25s; }
.bars span b {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 6px);
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1;
  color: var(--ink);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  opacity: 0;
  transition: opacity .3s ease;
}
.board article.is-play .bars span b {
  opacity: 1;
  transition-delay: .55s;
}
.bars em {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}
.sheet {
  min-width: 0;
  padding: 4px 0 0;
}
.sheet > p {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.sheet-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.alfred table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .4s ease .2s, transform .4s ease .2s;
}
.alfred th, .alfred td {
  padding: 14px 16px;
  text-align: right;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.2px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  border-top: 1px solid #eceef1;
}
.alfred th {
  color: var(--muted);
  font-weight: 600;
  background: var(--wash);
}
.alfred th:first-child, .alfred td:first-child { text-align: left; }
.alfred tbody tr:last-child td {
  font-weight: 700;
  color: var(--navy);
}
.board article.is-play .alfred table {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .kpis div,
  .bars span,
  .bars span b,
  .alfred table {
    opacity: 1;
    transform: none;
    transition: none;
    height: auto;
  }
  .bars span { height: var(--h); }
}
.glist {
  display: grid;
  gap: 8px;
}
.glist li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  min-height: 52px;
  padding: 12px 16px;
  background: var(--wash);
  border-radius: 12px;
}
.glist b {
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.tag {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 6px;
  background: #e8eaee;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.tag.on { background: #e8f1ff; color: var(--blue); }
.tag.warn { background: #fff1e8; color: #c45c12; }
.demo {
  display: inline-block;
  margin-top: 20px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}

.pantax {
  padding: var(--sec) 0;
  background: #0e1116;
  color: #fff;
}
.pantax-in {
  display: grid;
  grid-template-columns: minmax(240px, .68fr) minmax(0, 1.32fr);
  gap: 48px;
  align-items: center;
}
.pantax-kicker {
  margin: 0 0 20px;
  color: #7aa2ff;
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}
.pantax h2 {
  color: #fff;
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.24;
  letter-spacing: -0.04em;
}
.pantax .btn.solid {
  margin-top: 36px;
  background: #222833;
  border-color: rgba(255, 255, 255, .22);
  color: #fff;
}
.pantax .btn.solid:hover {
  background: #2a3140;
  border-color: rgba(255, 255, 255, .4);
}
.px-cta .btn.solid {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.px-cta .btn.solid:hover {
  background: var(--blue);
  border-color: var(--blue);
}
.pantax-win {
  background: #171b22;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
  overflow: hidden;
}
.pantax-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 56px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  font-size: 15px;
  color: rgba(255, 255, 255, .58);
}
.pantax-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
}
.pantax-brand i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3d4450;
}
.pantax-brand i:first-child { background: #ff5f57; }
.pantax-brand i:nth-child(2) { background: #febc2e; }
.pantax-brand i:nth-child(3) { background: #28c840; }
.pantax-bar b { color: #fff; font-weight: 700; }
.pantax-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #7d8a7f;
}
.pantax-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3dd68c;
  box-shadow: 0 0 6px rgba(61, 214, 140, .85);
  animation: pantax-blink .9s ease-in-out infinite;
}
@keyframes pantax-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .18; }
}
.pantax-bar em {
  font-style: normal;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(2, 103, 255, .16);
  color: #8bb4ff;
  font-size: 12px;
  font-weight: 700;
}
.pantax-shell {
  display: grid;
  grid-template-columns: 120px 1fr;
  height: 520px;
  overflow: hidden;
}
.pantax-menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 10px;
  border-right: 1px solid rgba(255, 255, 255, .06);
  background: #13171e;
}
.pantax-menu button {
  height: 72px;
  padding: 0 8px;
  border: 0;
  border-radius: 12px;
  background: none;
  color: rgba(255, 255, 255, .55);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: background .4s ease, color .4s ease;
}
.pantax-menu .on {
  background: rgba(2, 103, 255, .16);
  color: #cfe0ff;
}
.pantax-main {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 22px;
  overflow: hidden;
}
.pantax-main article {
  position: absolute;
  inset: 22px;
  display: grid;
  gap: 16px;
  align-content: start;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
}
.pantax-main article.on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.pantax-main article.in {
  animation: pantax-pane-in .46s ease both;
}
.pantax-main article.out {
  visibility: visible;
  animation: pantax-pane-out .46s ease both;
}
@keyframes pantax-pane-in {
  from {
    opacity: 0;
    transform: translateX(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes pantax-pane-out {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translateX(-18px);
  }
}
.pantax-who {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #222833;
}
.pantax-av {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0267ff;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.pantax-who b {
  display: block;
  color: #fff;
  font-size: 18px;
}
.pantax-who p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, .58);
  font-size: 14px;
}
.pantax-who strong {
  margin-left: auto;
  color: #8bb4ff;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
.pantax-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.pantax-kpis div {
  padding: 16px 14px;
  border-radius: 14px;
  background: #222833;
}
.pantax-kpis em {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  font-style: normal;
}
.pantax-kpis b {
  color: #fff;
  font-size: 26px;
  letter-spacing: -0.04em;
}
.pantax-kpis .gap b { color: #ffb020; }
.pantax-card {
  padding: 20px 20px 18px;
  border-radius: 16px;
  background: #222833;
}
.pantax-label {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #8bb4ff;
}
.pantax-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.4px;
}
.pantax-card p,
.pantax-tax p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .72);
}
.pantax-tax {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.pantax-tax > div {
  padding: 20px 18px 18px;
  border-radius: 16px;
  background: #222833;
}
.pantax-tax b {
  display: block;
  margin: 0 0 14px;
  color: #fff;
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 1.15;
}
.pantax-bars { display: grid; gap: 12px; margin: 0 0 14px; }
.pantax-bars div {
  display: grid;
  grid-template-columns: 36px 1fr 58px;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
}
.pantax-bars i {
  display: block;
  height: 9px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .08);
  position: relative;
}
.pantax-bars i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  border-radius: inherit;
  background: #0267ff;
}
.pantax-bars div:last-child i::after { background: #6b7280; }
.pantax-bars em {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}
.pantax-issues { display: grid; gap: 10px; margin: 0; padding: 0; }
.pantax-issues li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #222833;
}
.pantax-issues em {
  flex: 0 0 auto;
  margin-top: 2px;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}
.pantax-issues .hi {
  background: rgba(255, 176, 32, .16);
  color: #ffb020;
}
.pantax-issues .mid {
  background: rgba(2, 103, 255, .16);
  color: #8bb4ff;
}
.pantax-issues b { display: block; color: #fff; font-size: 17px; }
.pantax-issues span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .58);
  font-size: 14px;
}
.pantax-check {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pantax-check li {
  position: relative;
  padding: 14px 0 14px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
}
.pantax-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 16px;
  height: 16px;
  border: 1.5px solid rgba(255, 255, 255, .28);
  border-radius: 5px;
}
.pantax-next {
  margin-top: 14px !important;
  color: rgba(255, 255, 255, .55);
}
.pantax-next strong { color: #fff; }
@media (prefers-reduced-motion: reduce) {
  .pantax-live i { animation: none; }
  .pantax-menu button { transition: none; }
  .pantax-main article.in,
  .pantax-main article.out { animation: none; }
}

.consulting { padding: var(--sec) 0; }
.consult-shot { margin: 48px 0 0; }
.consult-shot img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 45%;
  border-radius: 28px;
  background: var(--wash);
}
.clist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.clist li {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 0 0;
  border-top: 1px solid var(--line);
}
.clist i {
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--blue);
}
.clist b {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.44px;
}
.clist span {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--muted);
}

.review { padding: var(--sec) 0; overflow: hidden; background: #eceef1; }
.review h2 { font-size: 42px; line-height: 58.8px; }
.review .sub { margin-top: 16px; font-size: 24px; line-height: 31.2px; }
.review .eyebrow {
  margin-top: 80px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 31.2px;
}
.mega.sm { font-size: 48px; line-height: 62.4px; color: var(--ink); font-weight: 700; }
.sub.tight { margin-top: 8px; font-size: 18px; line-height: 26px; }
.rev-head { display: flex; justify-content: flex-end; margin: 24px 0 16px; }
.rev-head a { font-size: 16px; }
.rev-view {
  overflow: hidden;
  width: 100%;
}
.rev-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: drift 42s linear infinite;
}
.rev-track article {
  width: 314px;
  flex: 0 0 314px;
  min-height: 198px;
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.rev-track p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--ink);
}
.rev-track footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
}
.rev-track footer div { min-width: 0; }
.rev-track b { display: block; font-size: 14px; line-height: 16.8px; font-weight: 700; color: #000; }
.rev-track span { display: block; font-size: 14px; line-height: 16.8px; color: #252b37; }
.rev-track .up {
  width: 20px;
  height: 20px;
  margin-left: auto;
  flex: 0 0 20px;
  fill: #181d27;
}
@keyframes drift {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.price { padding: var(--sec) 0; }
.price .eyebrow,
.price h2,
.price .sub { text-align: center; }
.price .eyebrow { margin-bottom: 8px; }
.price .sub { max-width: 36em; margin-left: auto; margin-right: auto; }
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 48px;
  align-items: stretch;
}
.price-grid article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--wash);
  border-radius: 20px;
  padding: 28px 24px;
}
.price-grid article.dark {
  background: var(--ink);
  color: #fff;
}
.price-grid .plan {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--blue);
}
.price-grid article.dark .plan { color: #8ec0ff; }
.price-grid h3 {
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
}
.price-grid .amt {
  margin: 16px 0 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.price-grid article.dark .amt { color: #fff; }
.price-grid .amt span { font-size: 20px; font-weight: 600; }
.price-grid .hint {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 18px;
  color: var(--muted);
}
.price-grid article.dark .hint { color: #9aa0aa; }
.price-grid ul {
  margin: 20px 0 24px;
  padding: 0;
  color: var(--muted);
}
.price-grid article.dark ul { color: #d5d7dc; }
.price-grid li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 24px;
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #e4e5e8;
}
.price-grid article.dark li { border-top-color: #2c313c; }
.price-grid li:first-child { border-top: 0; }
.price-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(-45deg);
}
.price-grid article.dark li::before { border-color: #8ec0ff; }
.price-grid .btn {
  width: 100%;
  min-width: 0;
  height: 48px;
  margin-top: auto;
  padding: 0 16px;
  font-size: 16px;
}
.price-grid .btn.solid {
  width: 100%;
  height: 48px;
  font-size: 16px;
}

.press { padding: var(--sec) 0; background: var(--wash); overflow: hidden; }
.press h2 {
  font-size: 42px;
  line-height: 54.6px;
  letter-spacing: -1.68px;
}
.press-view {
  margin-top: 80px;
  overflow: hidden;
  width: 100%;
}
.press-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: drift 42s linear infinite;
}
.press-track article {
  flex: 0 0 320px;
  width: 320px;
  height: 270px;
  padding: 28px 24px 22px;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.press-track article > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.press-track .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  letter-spacing: -0.36px;
  color: var(--ink);
}
.press-track p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  color: var(--muted);
}
.plogo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.48px;
  color: var(--ink);
}
.plogo i {
  display: inline-grid;
  place-items: center;
  height: 32px;
  padding: 0 8px;
  border-radius: 4px;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
.plogo.hk i { background: #d7000f; }
.plogo.mk i { background: #111; }
.plogo.cb i { background: #0b1f4b; }
.plogo.se i { background: #053e8b; }
.plogo.ae i { background: #c45c12; }
.plogo.hl i { background: #1a1a1a; font-size: 10px; }
.press-quote {
  width: 100%;
  margin: 80px 0 0;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 38.4px;
  color: var(--ink);
}
.consult { padding: var(--sec) 0 calc(var(--sec) + 32px); }
form { max-width: 420px; display: grid; gap: 12px; margin-top: 24px; }
input, select {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
}
.agree { font-size: 14px; color: #555; }
.ok { color: var(--blue); }

.ft {
  padding: 64px 0 96px;
  background: var(--ink);
  color: #b8bcc4;
  font-size: 14px;
  line-height: 22px;
}
.ft-body {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  padding: 0 0 32px;
}
.ft-info {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.ft-word {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: auto;
  height: 39px;
}
.ft-word img {
  display: block;
  object-fit: contain;
  object-position: left center;
  background: none;
  flex: 0 0 auto;
}
.ft-word img:first-child {
  width: 39px;
  height: 39px;
}
.ft-word img:last-child {
  width: 137px;
  height: 32px;
}
.ft-tel {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.ft-tel a { color: #fff; }
.ft-name {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.ft-info p { margin: 0; }
.ft-info > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ft-info .sns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 0;
}
.sns a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #3a404c;
  border-radius: 50%;
  color: #fff;
}
.sns a:hover { border-color: #fff; }
.ft-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.ft-links p {
  margin: 0 0 12px;
  color: #8b909a;
  font-size: 13px;
  font-weight: 600;
}
.ft-links a {
  display: block;
  margin: 0 0 8px;
  color: #d5d7dc;
}
.ft-links a:hover { color: #fff; }
.ft-copy {
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid #2c313c;
  font-size: 13px;
  color: #8b909a;
}

.dock {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 50;
  transform: translateX(-50%);
  width: 536px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px 0 24px;
  background: #f7f7f7;
  border-radius: 14px;
  box-shadow: 0 10px 14px rgba(0,0,0,.25);
}
.dock[hidden] { display: none; }
.dock p { font-size: 18px; }
.dock .btn { width: 200px; flex: 0 0 200px; }

@media (max-width: 1199px) {
  .clients h2 { font-size: 40px; line-height: 52px; }
  .htabs button { font-size: 17px; }
  .pantax-in { gap: 40px; }
  .consult-shot img { height: 420px; }
  .clist { gap: 16px; }
  .clist b { font-size: 20px; line-height: 28px; }
  .dock { width: min(536px, calc(100vw - 24px)); }
  .price-grid {
    display: flex;
    width: calc(100% + 80px);
    margin-left: -40px;
    padding: 0 40px;
    overflow-x: auto;
    gap: 16px;
    scrollbar-width: none;
  }
  .price-grid article { flex: 0 0 314px; }
}

@media (max-width: 1024px) {
  .hd-in { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .burger { display: block; }
}

@media (max-width: 769px) {
  :root { --sec: 80px; }
  .hd-btns { display: flex; }
  .hd-btns .ghost { display: none; }
  .hd-btns .line { display: inline-flex; }
  .hd-btns { gap: 12px; }
  .wrap { width: min(var(--max), calc(100% - 40px)); }
  .hd .wrap {
    width: 100%;
    max-width: none;
    padding: 0 20px;
    margin: 0;
  }
  .hero {
    height: 100dvh;
    padding: 0;
  }
  .hero-copy {
    padding: 32px 24px;
  }
  .benefit h2 { font-size: 26px; line-height: 1.35; }
  .benefit .sub { font-size: 16px; line-height: 1.5; }
  .proof { margin-top: 48px; }
  .proof-main { padding-bottom: 40px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article {
    padding: 28px 0 0;
    border-left: none;
  }
  .proof-grid article + article {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
  }
  .proof-grid .amt { white-space: normal; }
  .price-grid {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
  }
  .kpis {
    grid-template-columns: 1fr;
  }
  .review h2,
  .press h2 { font-size: 28px; line-height: 36.4px; }
  .review .sub { font-size: 18px; line-height: 25.2px; }
  .review .eyebrow { font-size: 18px; line-height: 25.2px; }
  .mega.sm { font-size: 36px; line-height: 46.8px; }
  .sub.tight { font-size: 16px; line-height: 22px; }
  .rev-track article { width: 314px; flex-basis: 314px; min-height: 198px; padding: 24px; }
  .rev-track p { font-size: 16px; line-height: 24px; }
  .press-track .ttl { font-size: 16px; line-height: 22.4px; }
  .press-quote { width: 100%; font-size: 18px; line-height: 28.8px; }
  .hd, .hd-in { height: 68px; }
  .overlay-bar { height: 68px; }
  body.home .hd,
  body.home .logo .logo-ink,
  body.home .logo .logo-wash { transition: none; }
  body.home .burger i {
    transition: transform .2s, opacity .2s, visibility .2s;
  }
  .clients h2 { font-size: 24px; line-height: 33.6px; letter-spacing: -0.96px; }
  .clients .sub { margin-top: 24px; }
  .marquee { margin-top: 40px; }
  .sub { font-size: 18px; line-height: 23.4px; letter-spacing: -0.72px; }
  .clist {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 32px;
  }
  .clist li {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
  }
  .clist i { min-width: 28px; padding-top: 2px; }
  .clist b { font-size: 18px; line-height: 26px; }
  .clist span { margin-top: 4px; font-size: 15px; }
  .pantax-in {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .pantax h2 { font-size: 28px; }
  .pantax .btn.solid { margin-top: 28px; }
  .pantax-kicker { font-size: 32px; }
  .pantax-shell {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    height: 520px;
    min-height: 520px;
  }
  .pantax-tax {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .pantax-tax > div { padding: 12px 14px 12px; }
  .pantax-tax .pantax-label { margin-bottom: 4px; font-size: 12px; }
  .pantax-tax b {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .pantax-tax p { font-size: 13px; line-height: 1.45; }
  .pantax-bars { gap: 7px; margin-bottom: 8px; }
  .pantax-bars div {
    grid-template-columns: 32px 1fr 50px;
    gap: 8px;
    font-size: 12px;
  }
  .pantax-bars i { height: 6px; }
  .pantax-bars em { font-size: 12px; }
  .pantax-menu {
    flex-direction: row;
    padding: 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    overflow-x: auto;
  }
  .pantax-menu button {
    flex: 1;
    min-width: 0;
    height: 40px;
    padding: 0 6px;
    font-size: 12px;
  }
  .pantax-kpis b { font-size: 20px; }
  .pantax-who strong { display: none; }
  .consult-shot img { height: 280px; }
  .ft { padding: 48px 0 88px; }
  .ft-body { grid-template-columns: 1fr; gap: 28px; }
  .ft-links {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px 12px;
  }
  .ft-links a {
    white-space: nowrap;
    font-size: 13px;
  }
  .review .eyebrow { margin-top: 48px; }
  .htabs { margin: 32px 0 16px; }
  .htabs button {
    height: 54px;
    font-size: 15px;
    line-height: 1.25;
    white-space: normal;
    padding: 8px 2px 10px;
  }
  .alfred { padding: 20px; gap: 16px; }
  .alfred header b { font-size: 18px; }
  .alfred header span { font-size: 14px; }
  .kpis em { font-size: 15px; }
  .kpis strong { font-size: 28px; }
  .chart-head p { font-size: 16px; }
  .legend li { font-size: 13px; }
  .sheet > p { font-size: 16px; }
  .alfred th, .alfred td { font-size: 15px; padding: 12px 12px; }
  .glist b { font-size: 16px; }
  .bars {
    height: 210px;
    gap: 8px;
    padding-top: 20px;
  }
  .bars span b { font-size: 11px; }
  .bars span:not(.a) b { display: none; }
  .bars em { font-size: 13px; }
  .chart-head { flex-direction: column; align-items: flex-start; }
  .dock {
    width: auto;
    height: 60px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    bottom: 20px;
  }
  .dock p { display: none; }
  .dock .btn {
    width: 248px;
    flex: none;
    height: 60px;
    border-radius: 12px;
    box-shadow: 0 10px 14px rgba(0,0,0,.25);
  }
}

.svc { padding: var(--sec) 0; }
.svc h1 {
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -1.92px;
}
.svc-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
}
.svc-tabs a {
  height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  color: var(--ink);
}
.svc-tabs a.on {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.svc-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 60px;
}
.svc-points article {
  padding: 32px 28px;
  background: #f6f6f6;
  border-radius: 14px;
}
.svc-points b {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.svc-points p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  color: var(--muted);
}
.svc-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 80px;
  padding: 0;
  list-style: none;
}
.svc-steps li {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.svc-steps i {
  display: block;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}
.svc-steps b {
  display: block;
  margin-top: 12px;
  font-size: 18px;
  line-height: 26px;
}
.svc-steps span {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  line-height: 22px;
  color: var(--muted);
}
.svc-shot {
  margin: 60px 0 0;
  border-radius: 20px;
  overflow: hidden;
}
.svc-shot img,
.svc-shot video {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.svc-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 80px;
  padding: 32px 36px;
  background: #f6f6f6;
  border-radius: 14px;
}
.svc-cta p {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.svc-cta .btn { height: 48px; padding: 0 24px; }

.page-reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 60px;
}
.page-reviews article {
  min-height: 198px;
  background: #f6f6f6;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.page-reviews p { font-size: 16px; line-height: 24px; }
.page-reviews p b { font-weight: 700; }
.page-reviews footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
}
.page-reviews footer b { display: block; font-size: 14px; line-height: 16.8px; }
.page-reviews footer span { display: block; font-size: 14px; line-height: 16.8px; color: #252b37; }
.page-reviews .up {
  width: 20px;
  height: 20px;
  margin-left: auto;
  fill: #181d27;
}

.is-blog { background: #f4f4f5; }
.is-blog .hd { background: #fff; }
.blog-main { padding: 32px 0 96px; }
.blog-search {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 16px;
  border-radius: 14px;
  background: #ececee;
  color: #9aa0a8;
}
.blog-search input {
  flex: 1;
  height: 48px;
  border: 0;
  background: none;
  outline: none;
  font-size: 16px;
  color: var(--ink);
}
.blog-search input::placeholder { color: #9aa0a8; }
.blog-sec { padding-top: 56px; }
.blog-kicker {
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
  margin-bottom: 8px;
}
.blog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.blog-head h2 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.9px;
  font-weight: 700;
}
.blog-more {
  height: 48px;
  padding: 0 18px;
  border: 1px solid #15171a;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  color: var(--ink);
  background: #fff;
  white-space: nowrap;
}
.blog-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.bcard {
  position: relative;
  display: block;
  min-height: 180px;
  overflow: hidden;
  border-radius: 20px;
  background: #d9dade;
}
.bcard.lg { min-height: 280px; }
.bcard.wide { min-height: 180px; }
.bcard img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bcard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.46));
}
.bcard h3 {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  padding: 24px 28px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
  text-align: center;
  text-shadow: 0 1px 10px rgba(0,0,0,.35);
}

.svc + .system { padding-top: 0; }

@media (max-width: 1199px) {
  .svc-points { grid-template-columns: 1fr 1fr; }
  .svc-steps { grid-template-columns: 1fr 1fr; }
  .page-reviews { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 769px) {
  .svc h1 { font-size: 32px; line-height: 42px; letter-spacing: -1.2px; }
  .svc-points,
  .svc-steps,
  .page-reviews { grid-template-columns: 1fr; }
  .blog-head { align-items: flex-start; }
  .blog-head h2 { font-size: 26px; line-height: 34px; }
  .blog-mosaic { grid-template-columns: 1fr 1fr; }
  .bcard.lg,
  .bcard.wide { grid-column: 1 / -1; }
  .bcard.lg { min-height: 278px; }
  .bcard.wide { min-height: 140px; }
  .bcard { min-height: 140px; }
  .bcard h3 { font-size: 18px; line-height: 26px; padding: 16px; }
  .svc-shot img,
  .svc-shot video { height: 240px; }
  .svc-cta { flex-direction: column; align-items: stretch; padding: 24px; }
  .svc-cta .btn { width: 100%; }
}

.cpage { padding: var(--sec) 0; text-align: center; }
.cpage h1 {
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -1.92px;
}
.cform-box {
  max-width: 800px;
  margin: 48px auto 0;
  padding: 48px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  text-align: left;
}
.cform {
  max-width: none;
  display: block;
  margin-top: 0;
}
.cform-sec { margin-bottom: 28px; }
.cform-label {
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.4px;
  color: var(--ink);
}
.cform-label.req::after,
.cform-field label.req::after {
  content: " *";
  color: #c23b4a;
}
.cform-types {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.cform-types label { cursor: pointer; }
.cform-types input { position: absolute; opacity: 0; pointer-events: none; }
.cform-types span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--muted);
  transition: border-color .15s, background .15s, color .15s;
}
.cform-types label:hover span {
  border-color: #b8bcc4;
  color: var(--ink);
}
.cform-types input:checked + span {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.cform-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  margin-bottom: 28px;
}
.cform-field { position: relative; }
.cform-field[hidden] { display: none; }
.cform-field input,
.cform-field select,
.cform textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  color: var(--ink);
}
.cform-field input,
.cform-field select {
  height: 56px;
  padding: 22px 16px 8px;
}
.cform select {
  appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23717680' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.cform textarea {
  min-height: 96px;
  padding: 14px 16px;
  resize: none;
}
.cform-field input:focus,
.cform-field select:focus,
.cform textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--ink);
  box-shadow: 0 0 0 4px rgba(24, 29, 39, 0.06);
}
.cform-field label {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 500;
  color: #98a0ab;
  pointer-events: none;
  transition: top .15s, transform .15s, font-size .15s;
}
.cform-field input:focus + label,
.cform-field input:not(:placeholder-shown) + label,
.cform-field select:focus + label,
.cform-field select.has-value + label {
  top: 10px;
  transform: none;
  font-size: 11px;
}
.cform-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cform-chips input { position: absolute; opacity: 0; pointer-events: none; }
.cform-chips label[hidden] { display: none; }
.cform-chips label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  cursor: pointer;
  transition: border-color .15s, background .15s, color .15s;
}
.cform-chips label:hover,
.cform-chips input:checked + label {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  font-weight: 600;
}
.cform-terms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 8px 0 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.cform-terms label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
  cursor: pointer;
}
.cform-terms input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  accent-color: var(--blue);
}
.cform-terms button {
  border: 0;
  background: none;
  padding: 0;
  font-size: 13px;
  color: #98a0ab;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.cform-terms button:hover { color: var(--ink); }
.cform > .btn.solid {
  width: 100%;
  max-width: 280px;
  display: flex;
  margin: 0 auto;
}
body.is-modal { overflow: hidden; }
.cmodal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}
.cmodal[hidden] { display: none; }
.cmodal-dim {
  position: absolute;
  inset: 0;
  background: rgba(24, 29, 39, 0.48);
}
.cmodal-box {
  position: relative;
  width: min(520px, 100%);
  padding: 28px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(24, 29, 39, 0.16);
}
.cmodal-box.ok { text-align: center; }
.cmodal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.cmodal-head h3,
.cmodal-box.ok h3 {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}
.cmodal-head button {
  width: 32px;
  height: 32px;
  border: 0;
  background: none;
  color: var(--ink);
  cursor: pointer;
}
.cmodal-body {
  font-size: 15px;
  line-height: 24px;
  color: #555;
}
.cmodal-body p + p,
.cmodal-body ul { margin-top: 16px; }
.cmodal-body ul { padding: 16px; background: var(--panel); border-radius: 12px; }
.cmodal-body li + li { margin-top: 8px; }
.cmodal-body b {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
}
.cmodal-box > .btn {
  width: 100%;
  margin-top: 24px;
}
.cmodal-check {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 8px auto 16px;
  border-radius: 50%;
  background: var(--panel);
  color: var(--navy);
}
.cmodal-box.ok p {
  margin-top: 8px;
  color: var(--muted);
}

@media (max-width: 769px) {
  .cpage h1 { font-size: 32px; line-height: 42px; letter-spacing: -1.2px; }
  .cform-box { padding: 24px 20px; border-radius: 16px; }
  .cform-grid { grid-template-columns: 1fr; }
  .cform-types span { height: 42px; font-size: 13px; }
  .cform-chips { display: grid; grid-template-columns: 1fr 1fr; }
  .cform-chips label { min-width: 0; }
  .cform-terms {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .cform > .btn.solid { max-width: none; }
}

.px-top h1 {
  color: #fff;
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.24;
  letter-spacing: -0.04em;
}
.px-lead {
  margin: 20px 0 0;
  max-width: 22em;
  color: rgba(255, 255, 255, .62);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.02em;
}
.px-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 56px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.px-stats li {
  padding: 28px 24px 0;
  text-align: center;
}
.px-stats li + li {
  border-left: 1px solid rgba(255, 255, 255, .08);
}
.px-stats b {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.px-stats span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .5);
  font-size: 15px;
  line-height: 1.5;
}
.px-sec { padding: var(--sec) 0; background: #fff; }
.px-sec.wash,
.px-band,
.px-demo { background: var(--wash); }
.px-sec.wash .px-why article,
.px-sec.wash .px-feat article,
.px-sec.wash .px-src li,
.px-sec.wash .px-pair article,
.px-sec.wash .px-scope article {
  background: #fff;
}
.px-sec h2,
.px-band h2,
.px-case h2,
.px-foot h2 {
  letter-spacing: -0.04em;
}
.px-sec .sub,
.px-band .sub,
.px-case .sub {
  max-width: 34em;
}
.px-why,
.px-feat,
.px-src {
  display: grid;
  gap: 16px;
  margin-top: 60px;
}
.px-why { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.px-why article,
.px-feat article,
.px-src li,
.px-pair article,
.px-scope article {
  min-width: 0;
  padding: 32px 28px;
  background: #f6f6f6;
  border-radius: 16px;
}
.px-why i,
.px-flow i {
  display: block;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.px-why b,
.px-feat h3,
.px-src b,
.px-flow b {
  display: block;
  margin-top: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.03em;
}
.px-why p,
.px-feat p,
.px-src span,
.px-flow span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}
.px-band { padding: var(--sec) 0; }
.px-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.px-flow li {
  position: relative;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #e8eaee;
  border-radius: 16px;
}
.px-src {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.px-src b { margin-top: 0; }
.px-feat { grid-template-columns: 1fr 1fr; }
.px-tag {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.px-feat h3 { margin-top: 0; }
.px-feat p { margin-top: 12px; }
.px-case { padding: var(--sec) 0; background: #0e1116; color: #fff; }
.px-case .eyebrow,
.px-case h2,
.px-case .sub { color: #fff; }
.px-case .eyebrow { color: rgba(255, 255, 255, .7); }
.px-case .sub { color: rgba(255, 255, 255, .55); }
.px-case-card {
  margin-top: 48px;
  padding: 8px 0 0;
  background: #171b22;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  overflow: hidden;
}
.px-case-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.px-case-card header b {
  display: block;
  font-size: 20px;
  letter-spacing: -0.03em;
}
.px-case-card header span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .45);
  font-size: 14px;
}
.px-case-card header em {
  flex: 0 0 auto;
  color: #7aa2ff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.px-case-card ol {
  margin: 0;
  padding: 8px 32px 32px;
  list-style: none;
}
.px-case-card li {
  padding: 24px 0;
}
.px-case-card li + li { border-top: 1px solid rgba(255, 255, 255, .06); }
.px-case-card li b {
  display: block;
  font-size: 18px;
  letter-spacing: -0.03em;
}
.px-case-card li p {
  margin-top: 8px;
  color: rgba(255, 255, 255, .55);
  font-size: 16px;
  line-height: 1.55;
}
.px-demo { padding-bottom: var(--sec); }
.px-pair,
.px-scope {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 60px;
}
.px-pair ul,
.px-scope ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.px-pair li,
.px-scope li {
  position: relative;
  padding-left: 18px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.px-pair li::before,
.px-scope li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--navy);
}
.px-foot {
  padding: var(--sec) 0;
  background: #fff;
}
.px-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 56px 48px;
  background: #0e1116;
  border-radius: 24px;
  color: #fff;
}
.nav a[aria-current="page"] { font-weight: 700; }
.px-cta .pantax-kicker {
  margin-bottom: 16px;
  font-size: clamp(22px, 2.4vw, 32px);
}
.px-cta h2 {
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.28;
}
.px-cta p {
  margin-top: 14px;
  max-width: 28em;
  color: rgba(255, 255, 255, .55);
  font-size: 17px;
  line-height: 1.55;
}
.px-cta .btn.solid { flex: 0 0 auto; }

@media (max-width: 1024px) {
  .px-src,
  .px-flow { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 769px) {
  .px-lead { font-size: 16px; }
  .px-stats {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .px-stats li,
  .px-stats li + li {
    padding: 20px 0 0;
    border-left: 0;
  }
  .px-stats li + li { border-top: 1px solid rgba(255, 255, 255, .08); padding-top: 20px; margin-top: 20px; }
  .px-why,
  .px-feat,
  .px-src,
  .px-flow,
  .px-pair,
  .px-scope { grid-template-columns: 1fr; }
  .px-why,
  .px-feat,
  .px-src,
  .px-flow,
  .px-pair,
  .px-scope { margin-top: 36px; }
  .px-why b,
  .px-feat h3,
  .px-src b,
  .px-flow b { font-size: 18px; }
  .px-case-card header,
  .px-case-card ol { padding-left: 20px; padding-right: 20px; }
  .px-case-card header { align-items: flex-start; flex-direction: column; }
  .px-cta {
    flex-direction: column;
    align-items: stretch;
    padding: 32px 24px;
    border-radius: 18px;
  }
  .px-cta .btn.solid { width: 100%; }
  .px-sec h2,
  .px-band h2,
  .px-case h2 { font-size: 28px; line-height: 1.3; }
}

body.px {
  background: #0e1116;
  color: #fff;
}
body.px .hd {
  background: #171b22;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
body.px .logo-ink { opacity: 0; }
body.px .logo-wash { opacity: 1; }
body.px .nav a,
body.px .nav button { color: #fff; }
body.px .chev {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
body.px .menu {
  background: #171b22;
  border-color: rgba(255, 255, 255, .12);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .35);
}
body.px .menu a { color: #fff; }
body.px .burger i { background: #fff; }
body.px .hd-btns .btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
body.px .hd-btns .ghost { color: #fff; }
body.px .hd-btns .line { color: #fff; }
body.px .overlay {
  background: #171b22;
}
body.px .overlay-bar .logo-ink { opacity: 0; }
body.px .overlay-bar .logo-wash { opacity: 1; }
body.px .overlay-in > a,
body.px .overlay-in summary {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .1);
}
body.px .overlay-in summary::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
body.px .overlay-in details a { color: rgba(255, 255, 255, .55); }
body.px .overlay-in details a:last-child { border-bottom-color: rgba(255, 255, 255, .1); }
body.px .px-sec {
  background: #171b22;
  color: #fff;
}
body.px .px-sec.wash,
body.px .px-demo {
  background: #0e1116;
}
body.px .px-foot {
  background: #171b22;
}
body.px .px-sec h2,
body.px .px-case h2,
body.px .px-foot h2 { color: #fff; }
body.px .eyebrow {
  color: #7aa2ff;
}
body.px .sub {
  color: rgba(255, 255, 255, .55);
}
body.px .px-why article,
body.px .px-feat article,
body.px .px-src li,
body.px .px-pair article,
body.px .px-scope article,
body.px .px-flow li {
  background: #222833;
  border-color: transparent;
  color: #fff;
}
body.px .px-sec.wash .px-why article,
body.px .px-sec.wash .px-feat article,
body.px .px-sec.wash .px-src li,
body.px .px-sec.wash .px-pair article,
body.px .px-sec.wash .px-scope article {
  background: #171b22;
}
body.px .px-why i,
body.px .px-flow i,
body.px .px-tag { color: #7aa2ff; }
body.px .px-why p,
body.px .px-feat p,
body.px .px-src span,
body.px .px-flow span {
  color: rgba(255, 255, 255, .55);
}
body.px .px-pair li,
body.px .px-scope li { color: rgba(255, 255, 255, .82); }
body.px .px-pair li::before,
body.px .px-scope li::before { background: #7aa2ff; }
body.px .px-case { background: #171b22; }
body.px .px-cta {
  background: #222833;
  border: 1px solid rgba(255, 255, 255, .08);
}
body.px .htabs { border-bottom-color: rgba(255, 255, 255, .08); }
body.px .htabs button { color: rgba(255, 255, 255, .42); }
body.px .htabs .on {
  color: #fff;
  box-shadow: inset 0 -2px 0 #7aa2ff;
}
body.px .alfred {
  background: #171b22;
  border-color: rgba(255, 255, 255, .08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}
body.px .alfred header b,
body.px .chart-head p,
body.px .sheet > p,
body.px .glist b,
body.px .bars span b { color: #fff; }
body.px .kpis div,
body.px .chart,
body.px .glist li { background: #222833; }
body.px .kpis strong { color: #fff; }
body.px .kpis strong small { color: rgba(255, 255, 255, .4); }
body.px .legend .a,
body.px .bars .a { background: #7aa2ff; }
body.px .bars::before {
  background-image: repeating-linear-gradient(
    to top,
    rgba(255, 255, 255, .08) 0 1px,
    transparent 1px 25%
  );
}
body.px .alfred th,
body.px .alfred td { border-top-color: rgba(255, 255, 255, .06); }
body.px .alfred th {
  color: rgba(255, 255, 255, .45);
  background: #13171e;
}
body.px .alfred td { color: rgba(255, 255, 255, .82); }
body.px .alfred tbody tr:last-child td { color: #8bb4ff; }
body.px .tag {
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .62);
}
body.px .tag.warn {
  background: rgba(255, 176, 32, .16);
  color: #ffb020;
}
body.px .ft { background: #11151c; }
body.px .dock {
  background: #171b22;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .08);
}

.about .px-sec,
.about .about-cta { padding: 88px 0; }
.about .px-why,
.about .px-feat { margin-top: 40px; }
.about-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 32px 48px;
  align-items: end;
}
.about-head .sub { margin-top: 0; max-width: none; }
.about-hero {
  padding: 72px 0;
  background: #fff;
}
.about-hero-in {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
}
.about-hero h1 {
  font-size: clamp(34px, 3.8vw, 48px);
  line-height: 1.22;
  letter-spacing: -0.04em;
}
.about-lead {
  margin: 20px 0 0;
  max-width: 22em;
  color: var(--muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}
.about-hero-shot { margin: 0; }
.about-hero-shot img,
.about-hero-shot video {
  display: block;
  width: 100%;
  height: 420px;
  border-radius: 20px;
  object-fit: cover;
  background: #e8eaee;
}
.about-rep {
  padding: 88px 0;
  background: #fff;
}
.about-rep-in {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 48px;
  align-items: center;
}
.about-name {
  margin: 0;
  font-size: clamp(40px, 4.6vw, 56px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.15;
}
.about-name span {
  display: inline-block;
  margin-left: 10px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  vertical-align: 4px;
}
.about-bio {
  margin: 24px 0 0;
  max-width: 28em;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
.about-rep-shot {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #e8eaee;
}
.about-rep-shot img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
  background: #e8eaee;
}
.about-cta-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 44px;
  background: var(--wash);
  border-radius: 20px;
}
.about-cta h2 {
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.28;
  letter-spacing: -0.04em;
}
.about-cta p {
  margin-top: 12px;
  max-width: 28em;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
.about-cta .btn.solid { flex: 0 0 auto; }
.about-link {
  display: block;
  min-width: 0;
  padding: 28px 26px;
  background: #fff;
  border-radius: 16px;
}
.about-link h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.03em;
}
.about-link p:last-child {
  margin-top: 12px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}
.about-link:hover { background: #f3f4f6; }
.about-nums {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid var(--line);
}
.about-nums li {
  padding: 28px 24px 0 0;
}
.about-nums li + li {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}
.about-nums b {
  display: block;
  color: var(--navy);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}
.about-nums span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.about-nums em {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}
.about-loc {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: stretch;
}
.about-loc h2 { margin: 0; }
.about-loc dl {
  display: grid;
  gap: 22px;
  margin: 32px 0 0;
}
.about-loc dt {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}
.about-loc dd {
  margin: 6px 0 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.4;
}
.about-map {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 20px;
  background: #e8eaee;
}
.about-map iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1024px) {
  .about-hero-in,
  .about-rep-in,
  .about-head,
  .about-loc { grid-template-columns: 1fr; gap: 28px; }
  .about-nums { grid-template-columns: 1fr 1fr; }
  .about-nums li:nth-child(3) { padding-left: 0; border-left: 0; }
  .about-nums li:nth-child(n + 3) { padding-top: 24px; }
}
@media (max-width: 769px) {
  .about .px-sec,
  .about .about-cta,
  .about-rep { padding: 64px 0; }
  .about-cta-in {
    flex-direction: column;
    align-items: stretch;
    padding: 32px 24px;
    border-radius: 16px;
  }
  .about-cta .btn.solid { width: 100%; }
  .about-hero { padding: 48px 0; }
  .about-hero h1 { font-size: 30px; }
  .about-lead,
  .about-bio { font-size: 16px; }
  .about-hero-shot img,
  .about-hero-shot video { height: 240px; border-radius: 16px; }
  .about-rep-shot { border-radius: 16px; }
  .about-rep-shot img { height: auto; }
  .about-name { font-size: 36px; }
  .about-name span {
    display: block;
    margin: 8px 0 0;
    vertical-align: unset;
  }
  .about-nums {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  .about-nums li,
  .about-nums li + li {
    padding: 20px 0 0;
    border-left: 0;
  }
  .about-nums li + li { border-top: 1px solid var(--line); }
  .about-loc dd { font-size: 17px; }
  .about-map { min-height: 260px; }
}

.tools form { max-width: none; margin-top: 0; min-width: 0; }
.tools-meta {
  margin-top: 8px;
  color: var(--muted);
  font-size: 16px;
  line-height: 24px;
}
.tools-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  margin-top: 60px;
}
.tools-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tools-grid a {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 32px 28px;
  border-radius: 14px;
  background: #f6f6f6;
}
.tools-grid a:hover { background: #eee; }
.tools-grid b {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.tools-grid p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 16px;
  line-height: 24px;
}
.tools-grid span {
  display: inline-block;
  margin-top: auto;
  padding-top: 20px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 700;
}
.tools-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 80px;
}
.tools-points li {
  padding: 28px 24px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
}
.tools-points b {
  display: block;
  font-size: 18px;
  line-height: 26px;
}
.tools-points span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 22px;
}
.tools-work {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  margin-top: 40px;
  align-items: stretch;
}
.tools-box {
  height: 100%;
  min-width: 0;
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.tools-box h2 {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 28px;
}
.tools-fields { display: grid; gap: 16px; min-width: 0; }
.tools-field { min-width: 0; }
.tools-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}
.tools-field input:not([type="radio"]):not([type="checkbox"]),
.tools-field select {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: #fff;
}
.tools-field input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
}
.tools-field input[type="date"]::-webkit-date-and-time-value {
  min-width: 0;
  text-align: left;
}
.tools-field input[type="date"]::-webkit-datetime-edit,
.tools-field input[type="date"]::-webkit-datetime-edit-fields-wrapper {
  width: auto;
  min-width: 0;
  padding: 0;
}
.tools-field input[type="date"]::-webkit-calendar-picker-indicator {
  margin: 0 0 0 8px;
  padding: 0;
  opacity: .5;
}
.tools-field small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 20px;
}
.tools-seg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}
.tools-seg label {
  position: relative;
  margin: 0;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
.tools-seg input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
.tools-seg span {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  cursor: pointer;
}
.tools-seg input:checked + span {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.tools-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  font-size: 15px;
  line-height: 22px;
  cursor: pointer;
}
.tools-check span { min-width: 0; }
.tools-check input[type="checkbox"] {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin: 3px 0 0;
  padding: 0;
  accent-color: var(--blue);
}
.tools-result { background: #f6f6f6; border-color: transparent; }
.tools-result dl {
  display: grid;
  gap: 14px;
  margin: 0;
  min-width: 0;
}
.tools-result dl + h2 { margin-top: 28px; }
.tools-result div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  min-width: 0;
}
.tools-result dt {
  min-width: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 22px;
}
.tools-result dd {
  margin: 0;
  min-width: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  font-variant-numeric: tabular-nums;
  text-align: right;
}
.tools-result .sum {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.tools-result .sum dd {
  color: var(--blue);
  font-size: 20px;
  line-height: 28px;
}
.tools-note {
  margin-top: 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 22px;
}
.tools-note b { color: var(--ink); font-weight: 700; }
@media (max-width: 1199px) {
  .tools-points { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .tools-grid.three { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
}
@media (max-width: 769px) {
  .tools-grid,
  .tools-points,
  .tools-work { grid-template-columns: minmax(0, 1fr); }
  .tools-box { padding: 24px 20px; }
  .tools-grid a { padding: 24px 20px; }
  .tools-field input[type="date"] { padding-inline: 12px; }
  .tools-seg span {
    height: auto;
    min-height: 40px;
    padding: 8px 14px;
    line-height: 22px;
    white-space: normal;
  }
}
