:root {
  --aiready-ink: #17243a;
  --aiready-muted: #526174;
  --aiready-line: #dce4e8;
  --aiready-soft: #f4f7f6;
  --aiready-warm: #fff9f0;
  --aiready-teal: #0f766e;
  --aiready-teal-dark: #0b5f59;
  --aiready-teal-soft: #e7f4f1;
  --aiready-gold: #d99b2b;
  --aiready-red: #a63f3f;
  --aiready-red-soft: #fff1ee;
  --aiready-white: #ffffff;
}

.aiready-page {
  color: var(--aiready-ink);
  background: #fff;
}

.aiready-page * {
  box-sizing: border-box;
}

.aiready-page main {
  overflow: hidden;
}

.aiready-page .content-context {
  margin-top: 79px;
  border-bottom: 1px solid var(--aiready-line);
  background: #faf9f6;
}

.aiready-page .content-context-inner {
  display: flex;
  width: min(100% - 40px, 1120px);
  min-height: 54px;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
}

.aiready-page .content-context ol {
  display: flex;
  min-width: 0;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--aiready-muted);
  font-size: 0.76rem;
  list-style: none;
}

.aiready-page .content-context li {
  display: flex;
  min-width: 0;
  gap: 8px;
  align-items: center;
}

.aiready-page .content-context li:not(:last-child)::after {
  content: "/";
  color: #aab5bd;
}

.aiready-page .content-context a {
  color: #40546a;
  text-decoration: none;
}

.aiready-page .content-context a:hover,
.aiready-page .content-context a:focus-visible,
.aiready-page .content-context-all {
  color: var(--aiready-teal-dark);
}

.aiready-page .content-context-all {
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 700;
}

.aiready-page .content-back {
  border-top: 1px solid var(--aiready-line);
  background: #faf9f6;
}

.aiready-page .content-back a {
  display: grid;
  width: min(100% - 40px, 1120px);
  min-height: 76px;
  grid-template-columns: auto 1fr;
  gap: 0.1rem 0.8rem;
  align-items: center;
  margin-inline: auto;
  color: var(--aiready-ink);
  text-decoration: none;
}

.aiready-page .content-back a > span {
  grid-row: 1 / 3;
  color: var(--aiready-teal);
  font-size: 1.05rem;
}

.aiready-page .content-back a > strong,
.aiready-page .content-back a > small {
  display: block;
}

.aiready-page .content-back a > strong {
  align-self: end;
  font-size: 0.92rem;
}

.aiready-page .content-back a > small {
  align-self: start;
  color: var(--aiready-muted);
  font-size: 0.78rem;
}

.aiready-page code {
  padding: 0.08em 0.34em;
  border-radius: 0.32em;
  background: #eef3f5;
  color: #274052;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
  font-weight: 600;
}

.aiready-no-break {
  white-space: nowrap;
}

.aiready-hero h1 .aiready-no-break {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.aiready-page .content-taxonomy-primary > p,
.aiready-page .content-related > h2 {
  color: #75571f;
}

.aiready-shell,
.aiready-article-width {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}

.aiready-article-width {
  width: min(100% - 40px, 820px);
}

.aiready-wide-shell {
  width: min(100% - 32px, 1320px);
}

.aiready-hero {
  position: relative;
  padding: 72px 0 76px;
  overflow: hidden;
  border-bottom: 1px solid var(--aiready-line);
  background:
    radial-gradient(circle at 89% 14%, rgba(15, 118, 110, 0.12), transparent 29%),
    linear-gradient(135deg, #fff 0%, #f6faf9 62%, #fff9ef 100%);
}

.aiready-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(23, 36, 58, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 36, 58, 0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 88%);
}

.aiready-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(320px, 0.68fr);
  gap: 60px;
  align-items: center;
}

.aiready-hero-copy {
  min-width: 0;
}

.aiready-hero .content-detail-meta {
  margin-bottom: 22px;
}

.aiready-kicker {
  margin: 0 0 14px;
  color: var(--aiready-teal);
  font-family: Montserrat, "Noto Sans JP", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.aiready-hero h1 {
  max-width: 790px;
  margin: 0;
  color: var(--aiready-ink);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.2rem, 3.65vw, 3.5rem);
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: -0.035em;
}

.aiready-hero h1 span {
  display: block;
  margin-top: 0.15em;
  color: var(--aiready-teal-dark);
  font-size: 0.75em;
  line-height: 1.45;
}

.aiready-lead {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--aiready-muted);
  font-size: 1.06rem;
  line-height: 2;
}

.aiready-primary {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
  padding: 14px 21px;
  border: 1px solid var(--aiready-teal);
  border-radius: 999px;
  color: var(--aiready-teal-dark);
  background: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

.aiready-primary:hover {
  color: #fff;
  background: var(--aiready-teal);
  transform: translateY(-1px);
}

.aiready-hero-object {
  padding: 30px 26px 26px;
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 60px rgba(23, 36, 58, 0.1);
  backdrop-filter: blur(10px);
}

.aiready-hero-object > p {
  margin: 0 0 18px;
  color: var(--aiready-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.aiready-hero-object ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aiready-hero-object li {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 13px;
  padding: 14px 0;
  border-top: 1px solid var(--aiready-line);
}

.aiready-hero-object li span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--aiready-teal);
  font-family: Montserrat, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
}

.aiready-hero-object li strong {
  font-size: 0.98rem;
}

.aiready-hero-object li small {
  margin-top: 4px;
  color: var(--aiready-muted);
  line-height: 1.6;
}

.aiready-section {
  padding: 84px 0;
}

.aiready-section h2 {
  max-width: 980px;
  margin: 0 0 28px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.025em;
}

.aiready-section h3 {
  margin: 0;
  color: var(--aiready-ink);
  font-size: 1.08rem;
  line-height: 1.6;
}

.aiready-section p,
.aiready-section li {
  font-size: 1rem;
  line-height: 1.95;
}

.aiready-section p {
  margin: 0 0 1.5em;
}

.aiready-intro {
  padding: 56px 0 64px;
  border-bottom: 1px solid var(--aiready-line);
}

.aiready-key-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.aiready-key-list li {
  position: relative;
  padding: 15px 18px 15px 46px;
  border: 1px solid var(--aiready-line);
  border-radius: 12px;
  background: #fff;
  line-height: 1.65;
}

.aiready-key-list li::before {
  content: "✓";
  position: absolute;
  top: 15px;
  left: 18px;
  color: var(--aiready-teal);
  font-weight: 800;
}

.aiready-meaning {
  background: var(--aiready-soft);
}

.aiready-two-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0;
}

.aiready-two-checks article {
  position: relative;
  padding: 26px;
  border: 1px solid var(--aiready-line);
  border-radius: 16px;
  background: #fff;
}

.aiready-two-checks article > span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--aiready-teal);
  font-family: Montserrat, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.aiready-two-checks p {
  margin: 8px 0 0;
  color: var(--aiready-muted);
  line-height: 1.75;
}

.aiready-table-wrap,
.aiready-matrix-wrap {
  overflow: hidden;
  margin: 30px 0;
  border: 1px solid var(--aiready-line);
  border-radius: 16px;
  background: #fff;
}

.aiready-simple-table,
.aiready-joined-table,
.aiready-matrix,
.aiready-example-grid table {
  width: 100%;
  border-collapse: collapse;
}

.aiready-simple-table th,
.aiready-simple-table td,
.aiready-joined-table th,
.aiready-joined-table td,
.aiready-example-grid th,
.aiready-example-grid td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--aiready-line);
  text-align: left;
  vertical-align: top;
}

.aiready-simple-table th,
.aiready-joined-table th,
.aiready-example-grid th {
  color: #38505d;
  background: #edf5f3;
  font-size: 0.82rem;
  font-weight: 700;
}

.aiready-simple-table tbody tr:last-child td,
.aiready-joined-table tbody tr:last-child td,
.aiready-example-grid tbody tr:last-child td {
  border-bottom: 0;
}

.aiready-relationship-figure {
  margin: 42px 0 0;
}

.aiready-relationship-figure picture,
.aiready-relationship-figure img {
  display: block;
  width: 100%;
}

.aiready-relationship-figure img {
  height: auto;
  border: 1px solid var(--aiready-line);
  border-radius: 20px;
  background: var(--aiready-soft);
}

.aiready-relationship-figure figcaption {
  margin-top: 14px;
  color: var(--aiready-muted);
  font-size: 0.88rem;
  line-height: 1.75;
}

.aiready-example {
  background: #f8faf9;
}

.aiready-example-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 22px;
  margin: 30px 0;
}

.aiready-example-grid article {
  overflow: hidden;
  border: 1px solid var(--aiready-line);
  border-radius: 16px;
  background: #fff;
}

.aiready-example-grid h3 {
  padding: 17px 18px;
  border-bottom: 1px solid var(--aiready-line);
  background: var(--aiready-ink);
  color: #fff;
  font-size: 0.95rem;
}

.aiready-example-grid th,
.aiready-example-grid td {
  padding: 13px 15px;
  font-size: 0.88rem;
}

.aiready-joined-table caption,
.aiready-matrix caption {
  padding: 15px 18px;
  color: var(--aiready-muted);
  background: #fff;
  font-size: 0.83rem;
  font-weight: 600;
  text-align: left;
}

.aiready-warning {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  margin: 28px 0;
  padding: 24px;
  border: 1px solid #f0c7bd;
  border-radius: 16px;
  background: var(--aiready-red-soft);
}

.aiready-warning > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--aiready-red);
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.aiready-warning strong {
  color: #812f2f;
  font-size: 1.08rem;
}

.aiready-warning p {
  margin: 7px 0 0;
  line-height: 1.8;
}

.aiready-check-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 28px;
  padding-left: 1.4em;
}

.aiready-decision {
  margin-top: 30px !important;
  padding: 24px 26px;
  border-left: 4px solid var(--aiready-teal);
  border-radius: 0 12px 12px 0;
  background: var(--aiready-teal-soft);
}

.aiready-matrix-section {
  background: #fff;
}

.aiready-matrix-wrap {
  overflow-x: auto;
  box-shadow: 0 16px 48px rgba(23, 36, 58, 0.06);
}

.aiready-matrix {
  min-width: 1180px;
  table-layout: fixed;
}

.aiready-matrix th,
.aiready-matrix td {
  padding: 14px 12px;
  border-right: 1px solid var(--aiready-line);
  border-bottom: 1px solid var(--aiready-line);
  text-align: left;
  vertical-align: top;
  font-size: 0.78rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.aiready-matrix th {
  color: #fff;
  background: var(--aiready-ink);
  font-weight: 700;
}

.aiready-matrix th:first-child,
.aiready-matrix td:first-child {
  width: 138px;
}

.aiready-matrix th:nth-child(2),
.aiready-matrix td:nth-child(2) {
  width: 135px;
}

.aiready-matrix th:last-child,
.aiready-matrix td:last-child {
  width: 104px;
  border-right: 0;
}

.aiready-matrix tbody tr:nth-child(even) td {
  background: #f8faf9;
}

.aiready-matrix tbody tr:last-child td {
  border-bottom: 0;
}

.aiready-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.aiready-note-grid article {
  padding: 24px;
  border: 1px solid var(--aiready-line);
  border-radius: 14px;
  background: var(--aiready-warm);
}

.aiready-note-grid p {
  margin: 8px 0 0;
  color: var(--aiready-muted);
  line-height: 1.8;
}

.aiready-steps-section {
  background: var(--aiready-soft);
}

.aiready-steps {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.aiready-steps > li {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 22px;
  padding: 30px 0;
  border-top: 1px solid var(--aiready-line);
}

.aiready-steps > li:last-child {
  border-bottom: 1px solid var(--aiready-line);
}

.aiready-steps > li > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--aiready-teal);
  font-family: Montserrat, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.aiready-steps h3 {
  font-size: 1.2rem;
}

.aiready-steps p {
  margin: 7px 0 0;
  color: var(--aiready-muted);
  line-height: 1.85;
}

.aiready-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.aiready-chip-list li {
  padding: 9px 15px;
  border: 1px solid #b9d8d3;
  border-radius: 999px;
  color: var(--aiready-teal-dark);
  background: var(--aiready-teal-soft);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
}

.aiready-boundary {
  margin-top: 30px !important;
  padding: 23px 24px;
  border: 1px solid var(--aiready-line);
  border-radius: 14px;
  color: var(--aiready-muted);
  background: #fafafa;
  font-size: 0.94rem !important;
  line-height: 1.85 !important;
}

.aiready-scope-section {
  background: var(--aiready-ink);
  color: #e9eef2;
}

.aiready-scope-section h2 {
  color: #fff;
}

.aiready-scope-section .aiready-kicker {
  color: #8dd1c8;
}

.aiready-scope-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 26px;
  margin: 25px 0 30px;
  padding: 0;
  list-style: none;
}

.aiready-scope-list li {
  position: relative;
  padding: 12px 14px 12px 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
  line-height: 1.65;
}

.aiready-scope-list li::before {
  content: "·";
  position: absolute;
  left: 16px;
  color: #8dd1c8;
  font-size: 1.8rem;
  line-height: 1;
}

.aiready-summary {
  background: var(--aiready-warm);
}

.aiready-finished {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.aiready-finished li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 13px 16px;
  border: 1px solid #eadcc8;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.aiready-finished span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--aiready-gold);
  font-family: Montserrat, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.aiready-faq-list {
  display: grid;
  gap: 18px;
}

.aiready-faq-list article {
  padding: 25px 27px;
  border: 1px solid var(--aiready-line);
  border-radius: 14px;
  background: #fff;
}

.aiready-faq-list h3::before {
  content: "Q";
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--aiready-teal);
  font-family: Montserrat, sans-serif;
  font-size: 0.78rem;
  vertical-align: 0.05em;
}

.aiready-faq-list p {
  margin: 12px 0 0 40px;
  color: var(--aiready-muted);
  line-height: 1.85;
}

.aiready-sources {
  padding-top: 54px;
  background: #f8faf9;
}

.aiready-sources ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--aiready-line);
  list-style: none;
}

.aiready-sources li {
  display: grid;
  gap: 7px;
  padding: 20px 0;
  border-bottom: 1px solid var(--aiready-line);
  line-height: 1.6;
}

.aiready-sources a,
.aiready-sources strong {
  color: var(--aiready-ink);
  font-weight: 700;
}

.aiready-sources li span {
  color: var(--aiready-muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.aiready-related {
  padding: 68px 0;
}

.aiready-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.aiready-related-grid a {
  display: grid;
  align-content: start;
  gap: 9px;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--aiready-line);
  border-radius: 14px;
  color: var(--aiready-ink);
  background: #fff;
  text-decoration: none;
  transition: 0.2s ease;
}

.aiready-related-grid a:hover {
  border-color: var(--aiready-teal);
  transform: translateY(-2px);
}

.aiready-related-grid span {
  color: var(--aiready-teal);
  font-size: 0.77rem;
  font-weight: 700;
}

.aiready-related-grid strong {
  font-size: 0.94rem;
  line-height: 1.75;
}

.aiready-consultation {
  padding: 0 0 82px;
}

.aiready-consultation-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 34px 36px;
  border: 1px solid #b9d8d3;
  border-radius: 18px;
  background: linear-gradient(135deg, #edf8f5, #fffaf2);
}

.aiready-consultation h3 {
  margin: 0 0 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

.aiready-consultation p {
  margin: 0;
  color: var(--aiready-muted);
  line-height: 1.8;
}

.aiready-consultation .aiready-kicker {
  margin-bottom: 8px;
}

.aiready-consultation-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  max-width: 290px;
  padding: 15px 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--aiready-teal);
  font-size: 0.91rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.2);
  transition: 0.2s ease;
}

.aiready-consultation-link:hover {
  background: var(--aiready-teal-dark);
  transform: translateY(-1px);
}

@media (max-width: 960px) {
  .aiready-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .aiready-hero-object {
    max-width: 680px;
  }

  .aiready-related-grid {
    grid-template-columns: 1fr;
  }

  .aiready-related-grid a {
    min-height: auto;
  }

  .aiready-consultation-inner {
    grid-template-columns: 1fr;
  }

  .aiready-consultation-link {
    max-width: none;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .aiready-page .nav-main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .aiready-page .nav-main.active {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .aiready-page .content-context {
    margin-top: 69px;
  }

  .aiready-page .content-context-inner,
  .aiready-page .content-back a {
    width: min(100% - 28px, 680px);
  }

  .aiready-page .content-context-inner {
    min-height: 48px;
  }

  .aiready-page .content-context ol {
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.68rem;
  }

  .aiready-page .content-context li:last-child,
  .aiready-page .content-context-all {
    display: none;
  }

  .aiready-page .content-context li:nth-last-child(2)::after {
    display: none;
  }

  .aiready-shell,
  .aiready-article-width,
  .aiready-wide-shell {
    width: min(100% - 28px, 680px);
  }

  .aiready-hero {
    padding: 48px 0 54px;
  }

  .aiready-hero h1 {
    font-size: clamp(1.85rem, 8.4vw, 2.2rem);
    line-height: 1.42;
  }

  .aiready-hero h1 span {
    font-size: 0.72em;
  }

  .aiready-lead {
    font-size: 1rem;
    line-height: 1.9;
  }

  .aiready-section {
    padding: 64px 0;
  }

  .aiready-section h2 {
    margin-bottom: 22px;
    font-size: 1.75rem;
    line-height: 1.58;
  }

  .aiready-section p,
  .aiready-section li {
    font-size: 0.96rem;
  }

  .aiready-key-list,
  .aiready-two-checks,
  .aiready-example-grid,
  .aiready-note-grid,
  .aiready-scope-list {
    grid-template-columns: 1fr;
  }

  .aiready-table-wrap {
    border: 0;
    border-radius: 0;
  }

  .aiready-simple-table,
  .aiready-simple-table tbody,
  .aiready-simple-table tr,
  .aiready-simple-table td,
  .aiready-joined-table,
  .aiready-joined-table tbody,
  .aiready-joined-table tr,
  .aiready-joined-table td {
    display: block;
    width: 100%;
  }

  .aiready-simple-table thead,
  .aiready-joined-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .aiready-simple-table tbody,
  .aiready-joined-table tbody {
    display: grid;
    gap: 14px;
  }

  .aiready-simple-table tr,
  .aiready-joined-table tr {
    overflow: hidden;
    border: 1px solid var(--aiready-line);
    border-radius: 12px;
    background: #fff;
  }

  .aiready-simple-table td,
  .aiready-joined-table td {
    display: grid;
    grid-template-columns: minmax(7.8rem, 0.42fr) minmax(0, 1fr);
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--aiready-line);
    font-size: 0.9rem;
  }

  .aiready-simple-table td::before,
  .aiready-joined-table td::before {
    content: attr(data-label);
    color: var(--aiready-muted);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.6;
  }

  .aiready-simple-table td:last-child,
  .aiready-joined-table td:last-child {
    border-bottom: 0;
  }

  .aiready-matrix-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .aiready-matrix {
    display: block;
    min-width: 0;
  }

  .aiready-matrix caption {
    display: block;
    padding: 14px 0;
    background: transparent;
  }

  .aiready-matrix thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .aiready-matrix tbody {
    display: grid;
    gap: 18px;
  }

  .aiready-matrix tbody tr {
    display: block;
    overflow: hidden;
    border: 1px solid var(--aiready-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(23, 36, 58, 0.07);
  }

  .aiready-matrix tbody td,
  .aiready-matrix tbody td:first-child,
  .aiready-matrix tbody td:nth-child(2),
  .aiready-matrix tbody td:last-child {
    display: grid;
    width: auto;
    grid-template-columns: minmax(7.8rem, 0.42fr) minmax(0, 1fr);
    gap: 12px;
    padding: 13px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--aiready-line);
    background: #fff;
    font-size: 0.86rem;
    line-height: 1.68;
  }

  .aiready-matrix tbody tr td:first-child {
    color: #fff;
    background: var(--aiready-ink);
  }

  .aiready-matrix tbody td:first-child code {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
  }

  .aiready-matrix tbody td:last-child {
    border-bottom: 0;
  }

  .aiready-matrix tbody td::before {
    content: attr(data-label);
    color: var(--aiready-muted);
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.6;
  }

  .aiready-matrix tbody td:first-child::before {
    color: #a8c4c8;
  }

  .aiready-steps > li {
    grid-template-columns: 48px 1fr;
    gap: 15px;
  }

  .aiready-steps > li > span {
    width: 44px;
    height: 44px;
  }

  .aiready-consultation {
    padding-bottom: 64px;
  }

  .aiready-consultation-inner {
    padding: 28px 24px;
  }

  .aiready-consultation-link {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .aiready-shell,
  .aiready-article-width,
  .aiready-wide-shell {
    width: min(100% - 24px, 460px);
  }

  .aiready-hero {
    padding-top: 38px;
  }

  .aiready-hero .content-detail-meta {
    margin-bottom: 18px;
  }

  .aiready-hero h1 {
    font-size: 1.75rem;
    letter-spacing: -0.035em;
  }

  .aiready-hero h1 span {
    margin-top: 0.3em;
    font-size: 0.69em;
    line-height: 1.55;
  }

  .aiready-primary {
    width: 100%;
    justify-content: center;
    padding-inline: 16px;
  }

  .aiready-hero-object {
    padding: 24px 20px 20px;
    border-radius: 16px;
  }

  .aiready-section {
    padding: 56px 0;
  }

  .aiready-section h2 {
    font-size: 1.58rem;
  }

  .aiready-key-list li {
    padding-left: 43px;
  }

  .aiready-warning {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }

  .aiready-matrix tbody td,
  .aiready-matrix tbody td:first-child,
  .aiready-matrix tbody td:nth-child(2),
  .aiready-matrix tbody td:last-child,
  .aiready-simple-table td,
  .aiready-joined-table td {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .aiready-faq-list article {
    padding: 22px 20px;
  }

  .aiready-faq-list h3 {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 10px;
  }

  .aiready-faq-list h3::before {
    margin-right: 0;
  }

  .aiready-faq-list p {
    margin-left: 0;
  }

  .aiready-consultation-inner {
    padding: 24px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aiready-primary,
  .aiready-related-grid a,
  .aiready-consultation-link {
    transition: none;
  }
}
