body.info-page {
  margin: 0;
  padding: 0;
  background: #f7fbff;
  color: #071326;
  font-family: "Noto Sans JP", sans-serif;
}

.info-main {
  width: 100%;
  flex: 1 0 auto;
  background:
    radial-gradient(circle at 8% 12%, rgba(44, 199, 240, 0.12), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.info-section {
  padding: 64px 0 80px;
}

.info-inner {
  width: min(960px, calc(100% - 40px));
  margin: 0 auto;
}

.info-inner--wide {
  width: min(1120px, calc(100% - 40px));
}

.info-heading {
  margin-bottom: 34px;
}

.info-kicker {
  margin: 0;
  color: #2f6df6;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.info-heading h1 {
  margin: 8px 0 12px;
  color: #071326;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: clamp(34px, 6vw, 52px);
  line-height: 1.25;
}

.info-heading > p:not(.info-kicker),
.info-block-heading > p:not(.info-kicker) {
  max-width: 780px;
  margin: 0 0 8px;
  color: #52647c;
  font-weight: 700;
  line-height: 1.8;
}

.info-heading > p:last-child,
.info-block-heading > p:last-child {
  margin-bottom: 0;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.info-grid--single {
  grid-template-columns: 1fr;
  align-items: start;
}

.info-card {
  padding: 26px 28px;
  border: 1px solid rgba(47, 109, 246, 0.12);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(25, 50, 83, 0.07);
}

.info-card h2,
.info-card h3,
.info-block-heading h2,
.info-cta h2 {
  color: #071326;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  line-height: 1.4;
}

.info-card h2 {
  margin: 0 0 10px;
  font-size: clamp(20px, 3vw, 24px);
}

.info-card h2 span {
  margin-right: 0.35em;
  color: #2f6df6;
}

.info-card h3 {
  margin: 4px 0 12px;
  font-size: 23px;
}

.info-card p,
.info-card li,
.info-note p,
.info-note li,
.info-inline-note,
.info-cta p,
.faq-item p {
  color: #52647c;
  font-weight: 500;
  line-height: 1.85;
}

.info-card p,
.info-note p,
.info-inline-note,
.info-cta p,
.faq-item p {
  margin: 0;
}

.info-card p + p,
.info-card p + ul,
.info-card ul + p {
  margin-top: 12px;
}

.info-card ul,
.info-note ul {
  margin: 0;
  padding-left: 1.4em;
}

.info-card li + li,
.info-note li + li {
  margin-top: 4px;
}

.info-card a,
.info-note a,
.info-inline-note a,
.faq-item a {
  color: #245bc9;
  font-weight: 800;
  text-underline-offset: 3px;
}

.info-card a:hover,
.info-note a:hover,
.info-inline-note a:hover,
.faq-item a:hover {
  text-decoration-thickness: 2px;
}

.info-dates {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 24px;
  margin-top: 24px;
  color: #52647c;
  font-size: 14px;
  font-weight: 700;
}

.info-dates p {
  margin: 0;
}

.info-block + .info-block,
.faq-group + .faq-group,
.info-block + .info-cta,
.faq-group + .info-cta {
  margin-top: 56px;
}

.info-block-heading {
  margin-bottom: 22px;
}

.info-block-heading h2 {
  margin: 6px 0 8px;
  font-size: clamp(26px, 4vw, 34px);
}

.pricing-card,
.app-price-card {
  display: flex;
  flex-direction: column;
}

.pricing-card--featured {
  border-top: 4px solid #2f6df6;
}

.pricing-label,
.app-price-badge {
  width: fit-content;
  color: #2f6df6 !important;
  font-size: 13px;
  font-weight: 900 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.app-price-badge {
  padding: 5px 10px;
  border-radius: 999px;
  background: #eaf1ff;
}

.pricing-value {
  margin: 0 0 14px !important;
  color: #071326 !important;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: clamp(25px, 3.5vw, 32px);
  font-weight: 900 !important;
  line-height: 1.4 !important;
}

.pricing-value span {
  display: inline-block;
  margin-left: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.info-text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: auto;
  padding-top: 18px;
  text-decoration: none;
}

.info-text-link::after {
  content: "→";
}

.info-note {
  margin-top: 20px;
  padding: 22px 24px;
  border-radius: 16px;
  background: #eaf1ff;
}

.info-note h3 {
  margin: 0 0 8px;
  color: #14243b;
  font-size: 18px;
}

.app-price-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-inline-note {
  margin-top: 18px;
}

.info-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 32px 36px;
  border-radius: 24px;
  background: #071326;
  box-shadow: 0 18px 38px rgba(7, 19, 38, 0.16);
}

.info-cta--spaced {
  margin-top: 24px;
}

.info-cta h2 {
  margin: 6px 0 8px;
  color: #ffffff;
  font-size: clamp(24px, 4vw, 32px);
}

.info-cta p {
  color: #c8d3e2;
}

.info-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: #2f6df6;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(47, 109, 246, 0.3);
}

.info-cta-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.info-button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: transparent;
  box-shadow: none;
}

.info-button:hover {
  background: #245bc9;
}

.info-button--secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1080px) {
  .info-cta {
    display: grid;
  }

  .info-button,
  .info-cta-actions {
    justify-self: start;
  }
}

.faq-group + .faq-group {
  padding-top: 2px;
}

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

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(47, 109, 246, 0.14);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(25, 50, 83, 0.06);
}

.faq-item summary {
  position: relative;
  padding: 20px 56px 20px 24px;
  color: #14243b;
  cursor: pointer;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  color: #2f6df6;
  font-size: 26px;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item summary:hover {
  background: #f8fbff;
}

.faq-item > div {
  padding: 0 24px 22px;
}

@media (max-width: 820px) {
  .app-price-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .info-section {
    padding: 44px 0 56px;
  }

  .info-inner,
  .info-inner--wide {
    width: min(100% - 28px, 560px);
  }

  .info-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .info-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .info-card h2 {
    font-size: 20px;
  }

  .info-block + .info-block,
  .faq-group + .faq-group,
  .info-block + .info-cta,
  .faq-group + .info-cta {
    margin-top: 42px;
  }

  .info-dates {
    display: grid;
    justify-content: start;
    gap: 4px;
  }

  .info-cta {
    display: grid;
    padding: 26px 22px;
    border-radius: 20px;
  }

  .info-button {
    width: 100%;
  }

  .info-cta-actions {
    display: grid;
    width: 100%;
  }

  .faq-item summary {
    padding: 18px 48px 18px 18px;
    font-size: 16px;
  }

  .faq-item summary::after {
    right: 18px;
  }

  .faq-item > div {
    padding: 0 18px 20px;
  }
}
