.title h1 {
  font-size: 1.8rem;
}

.agent-page-lead {
  max-width: 840px;
  margin: 0 auto;
  line-height: 1.8;
}

.agent-section-kicker {
  display: block;
  color: #4522C3;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: .5rem;
}

.hero-title {
  font-size: clamp(2.4rem, 4.2vw, 3.4rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--rs-text);
  text-align: left;
}
.cc-bg.hero-section{
  position: relative;
  overflow: hidden;
  background:
    url("/static/img/te_agent/bg-cc@2x.png") center / cover no-repeat,
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 88% 18%, rgba(103, 210, 255, 0.45) 0%, rgba(103, 210, 255, 0) 22%),
    linear-gradient(135deg, #dcf5ff 0%, #b9e8fb 46%, #96ddfa 100%);

}
.agent-series-card {
  display: flex;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(69,34,195,.15);
  border-radius: .75rem;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.agent-series-card:hover {
  color: inherit;
  transform: translateY(-3px);
  border-color: rgba(69,34,195,.35);
  box-shadow: 0 .75rem 1.5rem rgba(17,24,39,.1);
}

.agent-series-card:focus-visible {
  outline: 3px solid rgba(69,34,195,.35);
  outline-offset: 3px;
}

.agent-series-card:focus-within {
  outline: 3px solid rgba(69,34,195,.35);
  outline-offset: 3px;
}

.agent-series-card .stretched-link:focus-visible {
  outline: 0;
}

.agent-card-icon,
.agent-tech-icon {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(69,34,195,.1);
  color: #4522C3;
  font-size: 1.5rem;
  flex: 0 0 auto;
}

.agent-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.agent-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(69,34,195,.08);
  color: #4522C3;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.4;
  padding: .35rem .75rem;
}

.agent-link-label {
  color: #4522C3;
  font-weight: 700;
}

.agent-card-visual {
  width: 100%;
  height: 230px;
  background: rgba(69,34,195,.06);
  overflow: hidden;
  flex: 0 0 auto;
}

.agent-card-visual img[src=""] {
  display: none;
}

.agent-tech-card,
.agent-platform-card {
  height: 100%;
  border: 1px solid rgba(69,34,195,.12);
  border-radius: .75rem;
  background: #fff;
}

.agent-platform-card {
}

.agent-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.agent-cta-actions .btn {
  min-width: 13rem;
}

.agent-breadcrumb {
  font-size: .875rem;
}

.agent-breadcrumb a {
  color: #4522C3;
  text-decoration: none;
}

.agent-breadcrumb a:hover {
  text-decoration: underline;
}

.agent-detail-hero {
  border-radius: .75rem;
  background: linear-gradient(135deg, rgba(69,34,195,.1), rgba(255,255,255,.95));
  border: 1px solid rgba(69,34,195,.12);
}

.agent-detail-back {
  color: #4522C3;
  font-weight: 700;
  text-decoration: none;
}

.agent-detail-back:hover {
  text-decoration: underline;
}

.agent-faq .accordion-button {
  font-weight: 700;
}

.cc-feature-section .feature-card {
  border: 1px solid rgba(69,34,195,.12);
  border-radius: .75rem;
  box-shadow: 0 .5rem 1.25rem rgba(17,24,39,.08);
  padding: 2rem 1.5rem !important;
}

.cc-feature-section .feature-icon {
  width: 4.5rem;
  height: 4.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-bottom: 1.25rem;
  border-radius: 50%;
  background: rgba(69,34,195,.1);
  color: #4522C3;
  font-size: 2rem;
  line-height: 1;
}

.cc-feature-section .feature-icon.text-blue-light {
  background: rgba(0,174,240,.12);
  color: #0077c8;
}

.cc-feature-section .feature-icon.text-indigo-light {
  background: rgba(69,34,195,.1);
  color: #4522C3;
}

.cc-feature-section .feature-icon i {
  line-height: 1;
}

.cc-feature-section .feature-title {
  margin-bottom: 1rem;
  color: #17045A;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.cc-feature-section .feature-description {
  margin-bottom: 0;
  color: #4b5563;
  font-size: .95rem;
  line-height: 1.75;
}

.cc-feature-section .highlight-text {
  color: #4522C3;
  font-weight: 600;
}

.cc-feature-section .benefits-summary {
  padding: 1.25rem;
  border: 1px solid rgba(69,34,195,.12);
  border-radius: .75rem;
  background: rgba(255,255,255,.9);
  box-shadow: 0 .35rem 1rem rgba(17,24,39,.06);
}

.reception-flow h3 {
  margin-bottom: 1.25rem;
}

.reception-flow-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  padding: 0;
  list-style: none;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 1rem 2rem rgba(17,24,39,.08);
  padding: 1.5rem;
}

.reception-flow-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 8rem;
  padding-left: 3.75rem;
}

.reception-flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4rem;
  bottom: 0;
  left: 1.375rem;
  width: 0;
  border-left: 4px solid #e5e1f5;
}

.reception-flow-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 2px solid #4522C3;
  border-radius: 50%;
  background: rgba(69,34,195,.08);
  color: #4522C3;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.reception-flow-meta {
  display: block;
  margin-top: .25rem;
  color: #8c8c98;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.reception-flow-title {
  display: block;
  margin-top: .35rem;
  color: #111827;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
}

.reception-flow-badge {
  display: inline-flex;
  align-items: center;
  margin-top: .75rem;
  border-radius: 999px;
  background: rgba(69,34,195,.08);
  color: #4522C3;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.2;
  padding: .35rem .75rem;
}

@media (min-width: 768px) {
  .cc-feature-section .feature-card {
    padding: 2.25rem 1.75rem !important;
  }

  .reception-flow-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding: 2rem 1.75rem;
  }

  .reception-flow-step {
    min-height: 9.5rem;
    padding-top: 4.125rem;
    padding-left: 0;
  }

  .reception-flow-step:not(:last-child)::after {
    top: 1.375rem;
    right: auto;
    bottom: auto;
    left: 4rem;
    width: calc(100% - 3.25rem);
    height: 0;
    border-top: 4px solid #e5e1f5;
    border-left: 0;
  }

  .reception-flow-icon {
    top: 0;
  }
}

/* ===========================
   Showcase Section
   =========================== */

.ta-showcase {
  background: #f8f7fd;
}

.ta-showcase-card {
  border-radius: .75rem;
  background: #fff;
  border: 1px solid rgba(69,34,195,.12);
  overflow: hidden;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ta-showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(17,24,39,.1);
  border-color: rgba(69,34,195,.3);
  color: inherit;
}

/* サムネイル */
.ta-showcase-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(69,34,195,.06);
}

.ta-showcase-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.ta-showcase-card:hover .ta-showcase-img {
  transform: scale(1.04);
}

/* プレースホルダー（画像なし時） */
.ta-showcase-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: rgba(69,34,195,.25);
}

/* 画像がある場合はプレースホルダー非表示 */
.ta-showcase-thumb:has(.ta-showcase-img) .ta-showcase-placeholder {
  display: none;
}

/* バッジ */
.ta-showcase-badge {
  position: absolute;
  top: .75rem;
  left: .75rem;
  background: rgba(69,34,195,.85);
  color: #fff;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .08em;
  padding: .25rem .6rem;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

/* ボディ */
.ta-showcase-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ta-showcase-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .6rem;
  color: #111827;
}

.ta-showcase-text {
  font-size: .875rem;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: .75rem;
  flex: 1;
}

/* ===========================
   Featured (横長) カード
   既存 agent-series-card と同じ色・角丸・ボーダー体系
   =========================== */

.ta-showcase-featured {
  max-width: 900px;
  margin: 0 auto;
}

.ta-showcase-card-wide {
  display: flex;
  flex-direction: row;
  border-radius: .75rem;
  background: #fff;
  border: 1px solid rgba(69,34,195,.15);
  overflow: hidden;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  box-shadow: 0 .25rem .75rem rgba(69,34,195,.07);
}

.ta-showcase-card-wide:hover {
  transform: translateY(-3px);
  border-color: rgba(69,34,195,.35);
  box-shadow: 0 .75rem 1.5rem rgba(17,24,39,.1);
  color: inherit;
}

.ta-showcase-thumb-wide {
  position: relative;
  width: 48%;
  flex: 0 0 48%;
  overflow: hidden;
  background: rgba(69,34,195,.05);
  min-height: 300px;
}

.ta-showcase-thumb-wide .ta-showcase-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.ta-showcase-card-wide:hover .ta-showcase-thumb-wide .ta-showcase-img {
  transform: scale(1.04);
}

.ta-showcase-thumb-wide .ta-showcase-badge {
  top: 1rem;
  left: 1rem;
}

.ta-showcase-body-wide {
  flex: 1;
  padding: 2.25rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .5rem;
}

.ta-showcase-client {
  font-size: .8125rem;
  font-weight: 700;
  color: #4522C3;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.ta-showcase-title-wide {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.4;
  color: #111827;
  margin-bottom: .5rem;
}

@media (max-width: 767px) {
  .ta-showcase-card-wide {
    flex-direction: column;
  }
  .ta-showcase-thumb-wide {
    width: 100%;
    flex: none;
    min-height: 220px;
  }
  .ta-showcase-body-wide {
    padding: 1.5rem;
  }
  .ta-showcase-title-wide {
    font-size: 1.3rem;
  }
}

@media (max-width: 575px) {
  .agent-series-card {
    border-radius: .5rem;
  }

  .agent-cta-actions {
    gap: .75rem;
  }

  .agent-cta-actions .btn {
    width: 100%;
    min-width: 0;
  }
}
