.trz-ja-page {
  font-family: inherit;
  color: #172033;
  background: #ffffff;
  overflow: hidden;
}

.trz-ja-page * {
  box-sizing: border-box;
}

.trz-ja-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.trz-ja-hero {
  position: relative;
  padding: 90px 0;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.22), transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #1e293b 52%, #334155 100%);
  color: #ffffff;
}

.trz-ja-hero::after {
  content: "";
  position: absolute;
  inset: auto -120px -160px auto;
  width: 380px;
  height: 380px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.16);
  filter: blur(8px);
}

.trz-ja-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 42px;
  align-items: center;
}

.trz-ja-badge,
.trz-ja-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.12);
  color: #d97706;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.trz-ja-hero .trz-ja-badge {
  background: rgba(255, 255, 255, 0.12);
  color: #fbbf24;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.trz-ja-hero h1 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -1.8px;
  margin: 0 0 22px;
  color: #ffffff;
}

.trz-ja-hero p {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.84);
  margin: 0 0 22px;
}

.trz-ja-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 30px;
}

.trz-ja-hero-points span {
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.trz-ja-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.trz-ja-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  transition: 0.25s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.trz-ja-btn-primary {
  background: #f59e0b;
  color: #111827;
  box-shadow: 0 16px 36px rgba(245, 158, 11, 0.28);
}

.trz-ja-btn-primary:hover {
  transform: translateY(-2px);
  background: #fbbf24;
  color: #111827;
}

.trz-ja-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
}

.trz-ja-btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.trz-ja-small-note {
  font-size: 14px !important;
  margin-top: 18px !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.trz-ja-hero-card {
  padding: 34px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.trz-ja-card-top {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(245, 158, 11, 0.18);
  color: #fbbf24;
  font-weight: 800;
  margin-bottom: 18px;
}

.trz-ja-hero-card h2 {
  font-size: 32px;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 20px;
}

.trz-ja-hero-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.trz-ja-hero-card li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.65;
}

.trz-ja-hero-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #fbbf24;
  font-weight: 900;
}

.trz-ja-trust {
  margin-top: -34px;
  position: relative;
  z-index: 4;
}

.trz-ja-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.12);
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

.trz-ja-trust-grid div {
  padding: 24px;
  border-right: 1px solid #e5e7eb;
}

.trz-ja-trust-grid div:last-child {
  border-right: 0;
}

.trz-ja-trust-grid strong {
  display: block;
  font-size: 22px;
  color: #0f172a;
  margin-bottom: 6px;
}

.trz-ja-trust-grid span {
  display: block;
  color: #64748b;
  font-size: 14px;
}

.trz-ja-section {
  padding: 82px 0;
}

.trz-ja-bg-soft {
  background: #f8fafc;
}

.trz-ja-two-col {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

.trz-ja-section h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  letter-spacing: -1px;
  margin: 0 0 18px;
  color: #0f172a;
}

.trz-ja-section p {
  font-size: 17px;
  line-height: 1.75;
  color: #64748b;
  margin: 0 0 18px;
}

.trz-ja-center {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.trz-ja-center .trz-ja-section-label {
  margin-left: auto;
  margin-right: auto;
}

.trz-ja-problem-list {
  display: grid;
  gap: 18px;
}

.trz-ja-problem-list div,
.trz-ja-benefit-card,
.trz-ja-model-card,
.trz-ja-step-card,
.trz-ja-price-box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.trz-ja-problem-list h3,
.trz-ja-benefit-card h3,
.trz-ja-model-card h3,
.trz-ja-step-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 21px;
}

.trz-ja-problem-list p,
.trz-ja-benefit-card p,
.trz-ja-model-card p,
.trz-ja-step-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
}

.trz-ja-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.trz-ja-benefit-card {
  transition: 0.25s ease;
}

.trz-ja-benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 158, 11, 0.45);
}

.trz-ja-model-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.trz-ja-model-card span,
.trz-ja-step-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  background: #f59e0b;
  color: #111827;
  font-weight: 900;
  margin-bottom: 18px;
}

.trz-ja-dark {
  background:
    radial-gradient(circle at bottom left, rgba(245, 158, 11, 0.16), transparent 36%),
    #111827;
  color: #ffffff;
}

.trz-ja-dark h2 {
  color: #ffffff;
}

.trz-ja-dark p {
  color: rgba(255, 255, 255, 0.75);
}

.trz-ja-use-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.trz-ja-use-list div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 800;
}

.trz-ja-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.trz-ja-price-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.trz-ja-price-box li {
  position: relative;
  padding: 14px 0 14px 32px;
  border-bottom: 1px solid #e5e7eb;
  color: #475569;
  line-height: 1.6;
}

.trz-ja-price-box li:last-child {
  border-bottom: 0;
}

.trz-ja-price-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 14px;
  color: #d97706;
  font-weight: 900;
}

.trz-ja-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.trz-ja-link-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  color: #0f172a;
  font-weight: 800;
  transition: 0.25s ease;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
}

.trz-ja-link-grid a::after {
  content: "→";
  color: #d97706;
  font-size: 22px;
}

.trz-ja-link-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 158, 11, 0.45);
  color: #d97706;
}

.trz-ja-faq-wrap {
  max-width: 920px;
}

.trz-ja-faq {
  display: grid;
  gap: 14px;
}

.trz-ja-faq-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.trz-ja-faq-question {
  width: 100%;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  text-align: left;
  font-size: 17px;
  font-weight: 900;
  color: #0f172a;
  cursor: pointer;
}

.trz-ja-faq-question span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  color: #d97706;
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 1;
}

.trz-ja-faq-answer {
  display: none;
  padding: 0 24px 22px;
}

.trz-ja-faq-answer p {
  margin: 0;
  color: #64748b;
  line-height: 1.75;
}

.trz-ja-faq-item.is-active .trz-ja-faq-answer {
  display: block;
}

.trz-ja-faq-item.is-active .trz-ja-faq-question span {
  background: #f59e0b;
  color: #111827;
}

.trz-ja-final-cta {
  padding: 86px 0;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(30, 41, 59, 0.94)),
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.4), transparent 38%);
  color: #ffffff;
  text-align: center;
}

.trz-ja-final-cta h2 {
  max-width: 850px;
  margin: 0 auto 18px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -1px;
  color: #ffffff;
}

.trz-ja-final-cta p {
  max-width: 780px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
}

@media (max-width: 992px) {
  .trz-ja-hero-grid,
  .trz-ja-two-col {
    grid-template-columns: 1fr;
  }

  .trz-ja-benefit-grid,
  .trz-ja-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trz-ja-model-grid,
  .trz-ja-step-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trz-ja-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trz-ja-trust-grid div {
    border-bottom: 1px solid #e5e7eb;
  }
}

@media (max-width: 640px) {
  .trz-ja-hero {
    padding: 64px 0;
  }

  .trz-ja-section {
    padding: 60px 0;
  }

  .trz-ja-benefit-grid,
  .trz-ja-model-grid,
  .trz-ja-step-grid,
  .trz-ja-link-grid,
  .trz-ja-trust-grid,
  .trz-ja-use-list {
    grid-template-columns: 1fr;
  }

  .trz-ja-hero-card {
    padding: 24px;
    border-radius: 22px;
  }

  .trz-ja-cta-group,
  .trz-ja-btn {
    width: 100%;
  }

  .trz-ja-btn {
    text-align: center;
  }

  .trz-ja-faq-question {
    font-size: 16px;
    padding: 18px;
  }
}