:root {
  --pure-ink: #0b0b0a;
  --pure-paper: #f2eee7;
  --pure-white: #f8f6f1;
  --pure-gold: #b79e78;
  --pure-line-dark: rgba(248, 246, 241, 0.16);
  --pure-line-paper: rgba(11, 11, 10, 0.16);
}

.result-actions {
  display: grid;
  gap: 18px;
  width: min(100%, 680px);
  margin-top: 32px;
}

.result-actions > .btn-wa {
  width: 100%;
  min-height: 56px;
}

.result-support-list {
  display: grid;
  border-top: 1px solid var(--pure-line-dark);
}

.result-support-row,
.content-action-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) minmax(240px, 1.4fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 76px;
  padding: 16px 0;
  border-bottom: 1px solid var(--pure-line-dark);
}

.result-support-row strong,
.content-action-row strong {
  font-size: 0.95rem;
  line-height: 1.35;
}

.result-support-row p,
.content-action-row p {
  margin: 0;
  color: rgba(248, 246, 241, 0.58);
  line-height: 1.45;
}

.result-support-row a,
.result-support-row button,
.content-action-row a {
  min-height: 44px;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  color: var(--pure-gold);
  font: inherit;
  text-align: right;
  text-decoration: none;
}

.result-support-row a:hover,
.result-support-row button:hover,
.content-action-row a:hover {
  color: var(--pure-white);
}

.paper .content-action-row {
  border-color: var(--pure-line-paper);
}

.paper .content-action-row p {
  color: rgba(11, 11, 10, 0.6);
}

.paper .content-action-row a:hover {
  color: var(--pure-ink);
}

.paper .content-action-row a {
  color: #6b4d23;
}

.service-matrix .content-action-row {
  padding: 18px 20px;
}

.service-matrix .content-action-row:last-child {
  border-bottom: 0;
}

.education-list {
  margin-top: 42px;
}

.result-explore {
  justify-self: start;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--pure-white);
  font: inherit;
}

.c-nav a,
.c-footer a {
  text-decoration: none;
}

.c-nav {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(24px, 5vw, 64px);
}

.check-page .c-nav {
  background: rgba(9, 9, 8, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.nav-brand {
  color: var(--pure-white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-link {
  color: rgba(248, 246, 241, 0.62);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.nav-link:hover,
.nav-link[aria-current="page"] {
  color: var(--pure-white);
}

.nav-pill {
  padding: 9px 20px;
  border: 1px solid rgba(248, 246, 241, 0.26);
  border-radius: 999px;
  color: var(--pure-white);
  font-size: 12px;
  font-weight: 600;
}

.c-footer {
  border-top: 1px solid var(--pure-line-dark);
  padding: 40px clamp(24px, 5vw, 64px);
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-brand {
  color: rgba(248, 246, 241, 0.72);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}

.footer-nav a,
.footer-address,
.footer-address a {
  color: rgba(248, 246, 241, 0.64);
  font-size: 12px;
}

.check-page {
  background: var(--pure-ink);
  color: var(--pure-paper);
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

.check-page main {
  padding-top: 72px;
}

.check-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  min-height: min(760px, calc(100svh - 72px));
  border-bottom: 1px solid var(--pure-line-dark);
}

.check-intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 780px;
  padding: clamp(64px, 9vw, 132px) 7vw;
}

.check-intro-copy h1 {
  max-width: 12ch;
  margin: 14px 0 24px;
  color: var(--pure-white);
  font-size: clamp(3rem, 6.5vw, 6.4rem);
  font-weight: 430;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.check-intro-copy .intro-lead {
  max-width: 550px;
  margin-bottom: 18px;
  color: rgba(248, 246, 241, 0.76);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.5;
}

.check-intro-copy .intro-detail,
.check-intro-copy .trust-copy {
  max-width: 570px;
  color: rgba(248, 246, 241, 0.5);
  line-height: 1.65;
}

.check-intro-diagram {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border-left: 1px solid var(--pure-line-dark);
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(183, 158, 120, 0.18),
      transparent 34%
    ),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 52%);
}

.check-intro-diagram::before,
.check-intro-diagram::after,
.check-intro-diagram span {
  content: "";
  position: absolute;
  border: 1px solid rgba(183, 158, 120, 0.42);
}

.check-intro-diagram::before {
  inset: 18% 14%;
  border-radius: 50%;
  animation: diagram-breathe 5s ease-in-out infinite;
}

.check-intro-diagram::after {
  inset: 34% 25%;
  border-radius: 50%;
}

.check-intro-diagram span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--pure-gold);
  box-shadow: 0 0 24px rgba(183, 158, 120, 0.42);
}

.check-intro-diagram span:nth-child(1) { inset: 18% auto auto 49%; }
.check-intro-diagram span:nth-child(2) { inset: 48% 14% auto auto; }
.check-intro-diagram span:nth-child(3) { inset: auto auto 18% 49%; }
.check-intro-diagram span:nth-child(4) { inset: 48% auto auto 14%; }

@keyframes diagram-breathe {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.62;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@media (max-width: 720px) {
  .result-support-row,
  .content-action-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }

  .result-support-row a,
  .result-support-row button,
  .content-action-row a {
    justify-self: start;
    text-align: left;
  }

  .nav-links .nav-link {
    display: none;
  }

  .nav-links .nav-link.nav-learn {
    display: inline-flex;
  }

  .check-page main {
    padding-top: 68px;
  }

  .check-intro {
    grid-template-columns: 1fr;
  }

  .check-intro-copy {
    padding: 72px 24px 56px;
  }

  .check-intro-diagram {
    min-height: 180px;
    border-top: 1px solid var(--pure-line-dark);
    border-left: 0;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .result-support-row a,
  .result-support-row button,
  .content-action-row a {
    transition: none;
  }

  .check-intro-diagram::before {
    animation: none;
  }
}
