/* --------------------------------------------------------------------------
  Support page
--------------------------------------------------------------------------- */

.support-page {
  color: #111;
  background: #fff;
}

.support-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.support-section {
  padding: 80px 0;
}

.support-section--gray {
  background: #f7f7f7;
}

/* Hero
--------------------------------------------------------------------------- */

.support-hero {
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 48%,
    #f4f6f8 48%,
    #f4f6f8 100%
  );
  overflow: hidden;
}

.support-hero__inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 420px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 48px;
}

.support-hero__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 0 0 40px;
  object-fit: cover;
}

.support-hero__label {
  margin: 0 0 12px;
  color: #9b001f;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.support-hero__title {
  margin: 0;
  color: #111;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.support-hero__text {
  margin: 28px 0 0;
  max-width: 560px;
  font-size: 1.05rem;
  line-height: 2;
  font-weight: 600;
}

/* Lead
--------------------------------------------------------------------------- */

.support-lead {
  padding: 48px 0 0;
}

.support-lead p {
  max-width: 860px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}

/* Heading
--------------------------------------------------------------------------- */

.support-heading {
  margin-bottom: 40px;
  text-align: center;
}

.support-heading__en {
  margin: 0 0 8px;
  color: #9b001f;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.support-heading__ja {
  position: relative;
  margin: 0;
  padding-bottom: 18px;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.support-heading__ja::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  height: 3px;
  transform: translateX(-50%);
}

/* Support cards
--------------------------------------------------------------------------- */

.support-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.support-card {
  padding: 34px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.support-card--accent {
  border-color: rgba(155, 0, 31, 0.25);
}

.support-card__label {
  margin: 0 0 10px;
  color: #9b001f;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.support-card__title {
  margin: 0 0 16px;
  font-size: 1.55rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.support-card__text {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.9;
}

.support-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  margin-top: 26px;
  padding: 14px 20px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  background: #9b001f;
  border: 1px solid #9b001f;
  border-radius: 6px;
  transition: 0.2s ease;
}

.support-card__button::after {
  content: "→";
  margin-left: 10px;
}

.support-card__button:hover {
  color: #9b001f;
  background: #fff;
}

/* Notice
--------------------------------------------------------------------------- */

.support-notice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.support-notice-card {
  padding: 28px 20px;
  background: #fff;
  border: 1px solid rgba(155, 0, 31, 0.18);
  border-radius: 10px;
}

.support-notice-card h3 {
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 800;
  text-align: center;
}

.support-notice-card p {
  margin: 0;
  color: #555;
  font-size: 0.9rem;
  line-height: 1.8;
}

/* CTA
--------------------------------------------------------------------------- */

.support-cta {
  padding: 80px 0 90px;
}

.support-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 44px 48px;
  color: #fff;
  background: linear-gradient(135deg, #9b001f 0%, #c40028 100%);
  border-radius: 12px;
}

.support-cta__label {
  margin: 0 0 8px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0.9;
}

.support-cta__title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.support-cta__text {
  margin: 14px 0 0;
  max-width: 620px;
  font-size: 0.95rem;
  line-height: 1.9;
}

.support-cta__text span {
  white-space: nowrap;
}

.support-cta__button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 16px 24px;
  color: #9b001f;
  font-weight: 800;
  text-decoration: none;
  background: #fff;
  border-radius: 6px;
  transition: 0.2s ease;
}

.support-cta__button::after {
  content: "→";
  margin-left: 10px;
}

.support-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

/* Responsive
--------------------------------------------------------------------------- */

@media (max-width: 900px) {
  .support-hero {
    background: #fff;
  }

  .support-hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .support-hero__image img {
    border-radius: 12px;
  }

  .support-card-grid {
    grid-template-columns: 1fr;
  }

  .support-notice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-cta__button {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .support-container,
  .support-hero__inner {
    width: min(100% - 28px, 1120px);
  }

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

  .support-lead {
    padding: 36px 0 0;
  }

  .support-lead p {
    text-align: left;
  }

  .support-card {
    padding: 28px 20px;
  }

  .support-card__title {
    font-size: 1.35rem;
  }

  .support-card__button {
    max-width: none;
  }

  .support-notice-grid {
    grid-template-columns: 1fr;
  }

  .support-heading__lead {
    text-align: justify;
  }

  .support-cta {
    padding: 64px 0 64px;
  }

  .support-cta__inner {
    padding: 32px 24px;
  }

  .support-cta__text span {
    white-space: normal;
  }

  .support-cta__button {
    min-width: auto;
  }
}
