.page-home {
  --home-gap: clamp(28px, 4vw, 56px);
  background: var(--c-light);
  color: var(--c-ink);
}

.page-home .home-hero {
  position: relative;
  background:
    linear-gradient(rgba(57, 255, 20, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(57, 255, 20, 0.07) 1px, transparent 1px),
    var(--c-navy);
  background-size: 48px 48px;
  color: #fff;
  overflow: hidden;
  padding: clamp(28px, 5vw, 64px) 0 0;
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  right: -14%;
  top: -10%;
  width: 44%;
  height: 130%;
  background: rgba(57, 255, 20, 0.08);
  transform: rotate(12deg);
  pointer-events: none;
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
  align-items: center;
}

.page-home .home-hero .breadcrumb {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--c-green);
  margin-bottom: 14px;
}

.page-home .home-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.page-home .home-hero .breadcrumb a:hover {
  color: var(--c-green);
}

.page-home .home-hero .breadcrumb [aria-current="page"] {
  color: var(--c-green);
}

.page-home .home-hero .kicker {
  color: var(--c-green);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-home .home-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 6vw, 72px);
  line-height: 1.04;
  text-transform: uppercase;
  color: #fff;
  margin: 8px 0 20px;
}

.page-home .home-hero .lead {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  max-width: 620px;
}

.page-home .home-hero__notice {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 18px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid var(--c-orange);
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.page-home .hint-dot {
  flex-shrink: 0;
  margin-top: 7px;
  background: var(--c-green);
  box-shadow: 0 0 0 3px rgba(57, 255, 20, 0.24);
}

.page-home .home-hero__quick {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-home .home-hero__quick li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.page-home .home-hero__quick li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: var(--c-green);
  transform: rotate(45deg);
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home .home-hero__channels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.page-home .home-hero__channels a {
  color: var(--c-green);
  text-decoration: none;
  border-bottom: 1px solid rgba(57, 255, 20, 0.35);
  padding-bottom: 2px;
}

.page-home .home-hero__channels a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.page-home .home-hero__figure {
  margin: 0;
}

.page-home .home-hero__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 2px solid var(--c-green);
  box-shadow: 12px 12px 0 rgba(57, 255, 20, 0.12);
}

.page-home .home-score {
  margin-top: clamp(30px, 5vw, 56px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.18);
}

.page-home .home-score__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.page-home .home-score__item {
  padding: 22px 10px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.page-home .home-score__item:first-child {
  border-left: none;
}

.page-home .home-score__num {
  display: block;
  font-family: var(--font-num);
  font-size: clamp(26px, 5vw, 64px);
  line-height: 1;
  color: var(--c-green);
  animation: home-score-pulse 2.4s ease-in-out infinite;
}

.page-home .home-score__label {
  display: block;
  margin-top: 8px;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.72);
}

@keyframes home-score-pulse {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

.page-home .home-section-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: clamp(22px, 4vw, 44px);
}

.page-home .home-section-head .home-index {
  font-family: var(--font-num);
  font-size: clamp(36px, 6vw, 56px);
  line-height: 0.9;
  color: var(--c-orange);
}

.page-home .home-section-head .kicker {
  margin: 4px 0 4px;
  color: var(--c-muted);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-home .home-section-head .text-display {
  margin: 0;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.15;
  color: var(--c-ink);
}

.page-home .home-section-head--on-dark .home-index {
  color: var(--c-green);
}

.page-home .home-section-head--on-dark .kicker {
  color: rgba(255, 255, 255, 0.6);
}

.page-home .home-section-head--on-dark .text-display {
  color: #fff;
}

.page-home .home-rank {
  background:
    linear-gradient(rgba(10, 31, 68, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 31, 68, 0.05) 1px, transparent 1px),
    var(--c-light);
  background-size: 40px 40px;
  padding: clamp(48px, 8vw, 88px) 0;
}

.page-home .home-rank__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

.page-home .home-rank__lead {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--c-muted);
}

.page-home .home-rank__steps {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.page-home .home-rank__step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--c-line);
}

.page-home .home-rank__step:first-child {
  padding-top: 0;
}

.page-home .home-rank__num {
  font-family: var(--font-num);
  font-size: 30px;
  line-height: 1;
  color: var(--c-orange);
  min-width: 48px;
}

.page-home .home-rank__step p {
  margin: 3px 0 0;
  font-size: 15px;
  color: var(--c-ink);
}

.page-home .home-rank__selector {
  margin: 0 0 8px;
  border: 1px solid var(--c-line);
  background: #fff;
  box-shadow: var(--shadow-hard);
}

.page-home .home-rank__selector summary {
  padding: 14px 16px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: var(--c-navy);
}

.page-home .home-rank__selector summary::-webkit-details-marker {
  color: var(--c-orange);
}

.page-home .home-rank__selector-body {
  padding: 0 16px 16px;
  font-size: 14px;
  color: var(--c-muted);
}

.page-home .home-rank__selector-body p {
  margin: 0 0 8px;
}

.page-home .home-rank__selector-body ul {
  margin: 0;
  padding-left: 18px;
  list-style: square;
  color: var(--c-muted);
}

.page-home .home-rank__selector-body li {
  margin: 6px 0;
}

.page-home .home-rank__spec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0;
}

.page-home .home-rank__spec > div {
  padding: 16px 8px;
  text-align: center;
  background: #fff;
  border: 2px solid var(--c-navy);
  box-shadow: var(--shadow-hard);
}

.page-home .home-rank__spec dt {
  font-size: 13px;
  color: var(--c-muted);
  margin-bottom: 8px;
}

.page-home .home-rank__spec dd {
  margin: 0;
  font-family: var(--font-num);
  font-size: clamp(20px, 5vw, 32px);
  line-height: 1;
  color: var(--c-navy);
}

.page-home .home-rank__spec dd small {
  display: block;
  margin: 6px 0 0;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  color: var(--c-muted);
}

.page-home .home-rank__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.page-home .home-benefit {
  position: relative;
  overflow: hidden;
  background: var(--c-navy);
  color: #fff;
  padding: clamp(48px, 8vw, 88px) 0;
}

.page-home .home-benefit::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: 8%;
  width: 18%;
  height: 240px;
  background: rgba(57, 255, 20, 0.12);
  transform: rotate(-12deg);
  pointer-events: none;
}

.page-home .home-benefit__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home .home-benefit__card {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 22px;
}

.page-home .home-benefit__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--c-green);
}

.page-home .home-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--c-green);
  color: var(--c-green);
  background: rgba(57, 255, 20, 0.08);
  margin-bottom: 16px;
}

.page-home .home-benefit__card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #fff;
}

.page-home .home-benefit__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.74);
}

.page-home .home-benefit__figure {
  position: relative;
  z-index: 2;
  margin: 32px 0 0;
}

.page-home .home-benefit__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 14px 14px 0 rgba(0, 0, 0, 0.22);
}

.page-home .home-benefit__cta {
  margin-top: 28px;
}

.page-home .home-login {
  background: #fff;
  padding: clamp(48px, 8vw, 88px) 0;
}

.page-home .home-login__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.page-home .home-login__figure {
  margin: 0;
}

.page-home .home-login__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 2px solid var(--c-navy);
  box-shadow: var(--shadow-hard);
}

.page-home .home-login__steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .home-login__step {
  position: relative;
  padding: 22px 0 22px 58px;
  border-bottom: 1px solid var(--c-line);
}

.page-home .home-login__step:first-child {
  padding-top: 0;
}

.page-home .home-login__step:last-child {
  border-bottom: none;
}

.page-home .home-login__step-num {
  position: absolute;
  left: 0;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: var(--c-navy);
  color: var(--c-green);
  font-family: var(--font-num);
  font-size: 17px;
}

.page-home .home-login__step-title {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  color: var(--c-navy);
}

.page-home .home-login__step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-muted);
}

.page-home .home-login__note {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
  padding: 16px 18px;
  background: var(--c-light);
  border: 1px solid var(--c-line);
  border-left: 4px solid var(--c-green);
  color: var(--c-navy);
  font-size: 15px;
}

.page-home .home-download {
  position: relative;
  overflow: hidden;
  background: var(--c-navy);
  color: #fff;
  padding: clamp(48px, 8vw, 88px) 0;
}

.page-home .home-download::before {
  content: "";
  position: absolute;
  left: -10%;
  top: -12%;
  width: 22%;
  height: 140%;
  background: rgba(255, 107, 53, 0.14);
  transform: rotate(12deg);
  pointer-events: none;
}

.page-home .home-download__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.page-home .home-download__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .home-download__list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  transition: background 0.2s ease;
}

.page-home .home-download__list li:hover {
  background: rgba(57, 255, 20, 0.05);
}

.page-home .home-download__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 6px 8px;
  background: var(--c-orange);
  color: var(--c-navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.page-home .home-download__info {
  flex: 1;
  min-width: 0;
}

.page-home .home-download__info h3 {
  margin: 0 0 6px;
  font-size: 17px;
  color: #fff;
}

.page-home .home-download__info p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.page-home .home-download__list .btn {
  flex-shrink: 0;
}

.page-home .home-download__list .btn--ghost {
  border-color: var(--c-green);
  color: var(--c-green);
}

.page-home .home-download__figure {
  margin: 0 auto;
}

.page-home .home-download__figure img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 12px 12px 0 rgba(255, 107, 53, 0.2);
  margin: 0 auto;
}

.page-home .home-download__rhythm {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  padding-left: 14px;
  border-left: 4px solid var(--c-green);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.84);
}

.page-home .home-news {
  background: var(--c-light);
  padding: clamp(48px, 8vw, 88px) 0;
}

.page-home .home-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .home-news__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  padding: 20px 0 20px 26px;
  border-bottom: 1px solid var(--c-line);
}

.page-home .home-news__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 10px;
  height: 10px;
  background: var(--c-orange);
  transform: rotate(45deg);
}

.page-home .home-news__tag {
  background: var(--c-navy);
  color: var(--c-green);
  font-size: 12px;
  padding: 4px 8px;
  white-space: nowrap;
}

.page-home .home-news__item a {
  flex: 1;
  min-width: 200px;
  color: var(--c-navy);
  font-size: 15px;
  line-height: 1.7;
  text-decoration: none;
}

.page-home .home-news__item a:hover {
  color: var(--c-blue);
  text-decoration: underline;
}

.page-home .home-news__more {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.page-home .home-feedback {
  position: fixed;
  right: 16px;
  bottom: 24px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: var(--c-danger);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 6px 6px 0 rgba(10, 31, 68, 0.28);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .home-feedback::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.page-home .home-feedback:hover {
  transform: translateY(-2px);
  box-shadow: 8px 8px 0 rgba(10, 31, 68, 0.28);
}

@media (min-width: 768px) {
  .page-home .home-benefit__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero__inner {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  }

  .page-home .home-rank__layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }

  .page-home .home-benefit__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .home-login__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .page-home .home-download__layout {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .page-home .home-feedback {
    top: 24px;
    right: 24px;
    bottom: auto;
  }
}
