.benefit-page main {
  background: #fff;
  padding-bottom: 40px;
}

.benefit-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0 56px;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.benefit-layout {
  display: grid;
  gap: 56px;
}

.benefit-login-gate {
  max-width: 720px;
  margin: 44px auto 20px;
  padding: 42px 28px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.benefit-login-gate-eyebrow {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.benefit-login-gate-title {
  margin: 10px 0 0;
  color: #111827;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.benefit-login-gate-copy {
  margin: 14px auto 0;
  max-width: 520px;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}

.benefit-login-gate-btn {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.benefit-head {
  display: grid;
  gap: 10px;
}

.benefit-eyebrow {
  margin: 0;
  color: #111827;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.benefit-title {
  margin: 0;
  color: #111827;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.benefit-subtitle {
  max-width: 760px;
  margin: 0;
  color: #7d8591;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}

.benefit-current-section,
.benefit-guide-section,
.benefit-faq-section,
.benefit-notice-section {
  display: grid;
  gap: 22px;
}

.benefit-block-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.benefit-block-head.is-compact {
  align-items: center;
}

.benefit-block-title {
  margin: 0;
  color: #111827;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.benefit-block-subtitle {
  margin: 8px 0 0;
  color: #8a93a0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.benefit-grade-card {
  position: relative;
  min-height: 280px;
  padding: 42px 32px;
  border: 1px solid rgba(176, 165, 241, 0.38);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(228, 226, 237, 0.96), rgba(238, 236, 245, 0.88));
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 22px 44px rgba(117, 108, 167, 0.08);
}

.benefit-grade-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.38), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 40%);
  pointer-events: none;
}

.benefit-grade-card.is-basic {
  background: linear-gradient(135deg, rgba(229, 226, 239, 0.96), rgba(238, 236, 245, 0.9));
}

.benefit-grade-card.is-elite {
  background: linear-gradient(135deg, rgba(228, 231, 255, 0.96), rgba(239, 241, 255, 0.92));
}

.benefit-grade-card.is-elite-plus {
  background: linear-gradient(135deg, rgba(233, 228, 255, 0.96), rgba(245, 239, 255, 0.92));
}

.benefit-grade-orb {
  position: absolute;
  width: 172px;
  height: 172px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 98, 255, 0.2), rgba(124, 98, 255, 0));
  filter: blur(6px);
}

.benefit-grade-orb.is-left {
  left: -32px;
  top: -44px;
}

.benefit-grade-orb.is-right {
  right: -24px;
  bottom: -38px;
}

.benefit-grade-name {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #a899f2;
  font-size: clamp(76px, 13vw, 132px);
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.08em;
  text-shadow:
    0 3px 0 rgba(167, 150, 244, 0.34),
    0 12px 18px rgba(154, 138, 232, 0.22);
}

.benefit-grade-card.is-elite .benefit-grade-name {
  color: #738dff;
  text-shadow:
    0 3px 0 rgba(115, 141, 255, 0.28),
    0 12px 18px rgba(115, 141, 255, 0.18);
}

.benefit-grade-card.is-elite-plus .benefit-grade-name {
  color: #7c62ff;
  text-shadow:
    0 3px 0 rgba(124, 98, 255, 0.26),
    0 12px 18px rgba(124, 98, 255, 0.2);
}

.benefit-grade-summary {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 12px 0 0;
  color: #78808e;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.benefit-progress-panel {
  display: grid;
  gap: 12px;
}

.benefit-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.benefit-progress-copy {
  margin: 0;
  color: #111827;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 800;
}

.benefit-progress-copy strong {
  color: #6d5bff;
}

.benefit-progress-ratio {
  color: #6d5bff;
  font-size: 19px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.benefit-progress-track {
  height: 10px;
  border-radius: 999px;
  background: #e6e5ed;
  overflow: hidden;
}

.benefit-progress-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7c62ff, #5b7cff);
  box-shadow: 0 8px 16px rgba(109, 91, 255, 0.3);
  transition: width 0.6s ease;
}

.benefit-progress-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.benefit-progress-meta {
  margin: 0;
  color: #a1a1aa;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.benefit-progress-meta strong {
  color: #111827;
  font-size: 18px;
  font-weight: 800;
}

.benefit-inline-info {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #b7bac1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.benefit-inline-info svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-inline-info-panel {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid #e1def7;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

.benefit-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 3px solid #6d5bff;
  border-radius: 0 0 28px 28px;
  background: rgba(245, 246, 249, 0.8);
  overflow: hidden;
}

.benefit-tier-card {
  position: relative;
  border-right: 1px solid #d8dbe3;
  padding: 22px 18px 24px;
  background: transparent;
  text-align: left;
  display: grid;
  gap: 20px;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.benefit-tier-card:last-child {
  border-right: 0;
}

.benefit-tier-card.is-selected {
  background: rgba(240, 237, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(109, 91, 255, 0.16);
}

.benefit-tier-card.is-current::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: #6d5bff;
}

.benefit-tier-head {
  display: grid;
  gap: 8px;
}

.benefit-tier-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.benefit-tier-name {
  margin: 0;
  color: #6d5bff;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.benefit-tier-name.is-basic {
  color: #9d8df1;
}

.benefit-tier-name.is-elite {
  color: #5f72ff;
}

.benefit-tier-name.is-elite-plus {
  color: #6048ff;
}

.benefit-tier-current-badge {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #4b5563;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.benefit-tier-threshold {
  margin: 0;
  color: #7d8591;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.benefit-tier-block {
  padding-top: 16px;
  border-top: 1px solid #d8dbe3;
}

.benefit-tier-block h3 {
  margin: 0;
  color: #111827;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
}

.benefit-tier-rule,
.benefit-tier-rule-sub {
  margin: 10px 0 0;
}

.benefit-tier-rule {
  color: #111827;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.benefit-tier-rule-sub {
  color: #7d8591;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.benefit-tier-benefits {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.benefit-tier-benefits li {
  position: relative;
  padding-left: 22px;
  color: #111827;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.benefit-tier-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #a8acb4;
  border-bottom: 2px solid #a8acb4;
  transform: rotate(-45deg);
}

.benefit-tier-benefits small {
  display: block;
  margin-top: 3px;
  color: #7d8591;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}

.benefit-tier-detail {
  padding: 18px 20px;
  border: 1px solid #dddaf2;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  display: grid;
  gap: 8px;
}

.benefit-tier-detail-label {
  color: #6d5bff;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.benefit-tier-detail-copy {
  margin: 0;
  color: #5f6774;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
}

.benefit-faq-list {
  border-top: 1px solid #d6dae1;
}

.benefit-faq-item {
  border-bottom: 1px solid #d6dae1;
}

.benefit-faq-trigger {
  width: 100%;
  min-height: 74px;
  padding: 0 8px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
}

.benefit-faq-question {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.benefit-faq-question strong {
  color: #b0b0b5;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
}

.benefit-faq-question span {
  color: #111827;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 800;
}

.benefit-faq-icon {
  width: 18px;
  height: 18px;
  color: #b5b5bb;
  flex: 0 0 auto;
  transition: transform 0.18s ease, color 0.18s ease;
}

.benefit-faq-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-faq-trigger[aria-expanded="true"] .benefit-faq-icon {
  color: #8d91a0;
  transform: rotate(180deg);
}

.benefit-faq-panel {
  padding: 0 8px 24px 48px;
}

.benefit-faq-answer {
  margin: 0;
  padding: 22px 22px 20px;
  border-radius: 0;
  background: #eceef2;
  color: #23262f;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}

.benefit-notice-card {
  padding: 30px 24px;
  border-radius: 28px;
  background: #eceef2;
  display: grid;
  gap: 34px;
}

.benefit-notice-group h3 {
  margin: 0;
  color: #43516a;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
}

.benefit-notice-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.benefit-notice-list li {
  position: relative;
  padding-left: 14px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
}

.benefit-notice-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #768297;
}

.benefit-inline-info:focus-visible,
.benefit-tier-card:focus-visible,
.benefit-faq-trigger:focus-visible {
  outline: 2px solid rgba(109, 91, 255, 0.34);
  outline-offset: 2px;
}

@media (max-width: 1199px) {
  .benefit-shell {
    width: calc(100% - 36px);
    padding: 28px 0 40px;
  }

  .benefit-layout {
    gap: 44px;
  }

  .benefit-title {
    font-size: 34px;
  }

  .benefit-tier-grid {
    grid-template-columns: 1fr;
    border-radius: 0 0 24px 24px;
  }

  .benefit-tier-card {
    border-right: 0;
    border-bottom: 1px solid #d8dbe3;
  }

  .benefit-tier-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .benefit-page main {
    padding-bottom: 76px;
  }

  .benefit-shell {
    width: calc(100% - 24px);
    padding: 18px 0 32px;
  }

  .benefit-layout {
    gap: 36px;
  }

  .benefit-title {
    font-size: 28px;
    line-height: 1.18;
  }

  .benefit-subtitle {
    font-size: 14px;
  }

  .benefit-block-title {
    font-size: 18px;
  }

  .benefit-grade-card {
    min-height: 220px;
    padding: 28px 20px;
    border-radius: 22px;
  }

  .benefit-grade-orb {
    width: 120px;
    height: 120px;
  }

  .benefit-grade-name {
    font-size: clamp(58px, 18vw, 92px);
  }

  .benefit-grade-summary {
    font-size: 14px;
  }

  .benefit-progress-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .benefit-progress-copy,
  .benefit-progress-ratio {
    font-size: 17px;
  }

  .benefit-progress-meta {
    font-size: 13px;
  }

  .benefit-progress-meta strong {
    font-size: 16px;
  }

  .benefit-tier-card {
    padding: 20px 16px 22px;
    gap: 18px;
  }

  .benefit-tier-name {
    font-size: 22px;
  }

  .benefit-tier-current-badge {
    min-height: 24px;
    padding: 0 8px;
    font-size: 11px;
  }

  .benefit-tier-rule {
    font-size: 14px;
  }

  .benefit-tier-benefits li {
    font-size: 13px;
  }

  .benefit-tier-detail {
    padding: 16px;
    border-radius: 18px;
  }

  .benefit-tier-detail-copy {
    font-size: 14px;
  }

  .benefit-faq-trigger {
    min-height: 66px;
    padding: 0 2px;
  }

  .benefit-faq-question {
    gap: 12px;
  }

  .benefit-faq-question strong {
    font-size: 15px;
  }

  .benefit-faq-question span {
    font-size: 15px;
  }

  .benefit-faq-panel {
    padding: 0 2px 18px 0;
  }

  .benefit-faq-answer {
    padding: 18px 16px;
    font-size: 14px;
  }

  .benefit-notice-card {
    padding: 22px 16px;
    border-radius: 22px;
    gap: 28px;
  }

  .benefit-notice-group h3 {
    font-size: 16px;
  }

  .benefit-notice-list {
    margin-top: 14px;
    gap: 10px;
  }

  .benefit-notice-list li {
    font-size: 13px;
  }
}
