.page-home {
  --home-accent-glow: rgba(255, 106, 0, 0.25);
  --home-card-radius: 24px;
  --home-card-radius-sm: 16px;
  --home-line: #1E3A56;
  --home-muted: #8CA8C4;
  --home-deep: #061220;
  --home-gradient: linear-gradient(135deg, rgba(18, 49, 72, 0.9) 0%, rgba(10, 30, 60, 0.98) 100%);
  position: relative;
  color: #F2F6FA;
  background: #0A1E3C;
  overflow-x: hidden;
  min-width: 0;
}

.page-home *,
.page-home *::before,
.page-home *::after {
  box-sizing: border-box;
}

.page-home img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-home .home-shell {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 20px 64px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.page-home .home-stage {
  width: 100%;
  min-width: 0;
}

.page-home .home-index {
  display: none;
}

.page-home .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.page-home .breadcrumb__current {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted, #8CA8C4);
  letter-spacing: 0.02em;
}

.page-home .home-title {
  margin-bottom: 32px;
}

.page-home .home-title h1 {
  font-family: 'Inter', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 12px;
  color: #F2F6FA;
}

.page-home .home-title__lead {
  font-size: 16px;
  line-height: 1.7;
  color: #8CA8C4;
  max-width: 640px;
  margin: 0;
}

.page-home .section {
  margin-top: 48px;
  position: relative;
}

.page-home .section--tight {
  margin-top: 32px;
}

.page-home .section-heading {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.page-home .section-heading__index {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #FF6A00;
  opacity: 0.85;
  letter-spacing: -0.04em;
  min-width: 64px;
}

.page-home .section-heading__text {
  padding-top: 2px;
}

.page-home .section-heading__title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 6px;
  color: #F2F6FA;
}

.page-home .section-heading__subtitle {
  font-size: 14px;
  line-height: 1.6;
  color: #8CA8C4;
  margin: 0;
}

.page-home .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  padding: 4px;
}

.page-home .filter-btn {
  appearance: none;
  border: 1px solid #1E3A56;
  background: #123148;
  color: #F2F6FA;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 180ms cubic-bezier(0.2, 0.7, 0.3, 1);
}

.page-home .filter-btn:hover {
  border-color: #FF6A00;
  background: #0A1E3C;
}

.page-home .filter-btn.is-active {
  background: #FF6A00;
  border-color: #FF6A00;
  color: #061220;
}

.page-home .bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-home .bento-card {
  background: linear-gradient(145deg, #123148 0%, #0A1E3C 100%);
  border-radius: 24px;
  border: 1px solid #1E3A56;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: transform 180ms cubic-bezier(0.2, 0.7, 0.3, 1), border-color 180ms ease, box-shadow 180ms ease;
}

.page-home .bento-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 106, 0, 0.7);
  box-shadow: 0 12px 32px rgba(6, 18, 32, 0.6), 0 0 0 1px rgba(255, 106, 0, 0.2);
}

.page-home .tag {
  display: inline-block;
  background: rgba(255, 106, 0, 0.15);
  color: #FF8C00;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}

.page-home .tag--muted {
  background: rgba(138, 168, 196, 0.12);
  color: #8CA8C4;
}

.page-home .button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.page-home .button--primary {
  background: #FF6A00;
  color: #061220;
  border: 1px solid #FF6A00;
}

.page-home .button--primary:hover {
  background: #FF8C00;
  border-color: #FF8C00;
  transform: scale(1.03);
}

.page-home .button--ghost {
  background: transparent;
  color: #F2F6FA;
  border: 1px solid #3A5A78;
}

.page-home .button--ghost:hover {
  border-color: #FF6A00;
  color: #FF8C00;
}

.page-home .home-bento__main {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.page-home .home-bento__main-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.page-home .home-bento__main-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}

.page-home .home-bento__main-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
  color: #F2F6FA;
}

.page-home .home-bento__main-text {
  font-size: 14px;
  line-height: 1.7;
  color: #8CA8C4;
  margin: 0;
}

.page-home .home-bento__stat {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-home .data-card {
  background: rgba(6, 18, 32, 0.4);
  border-radius: 16px;
  padding: 16px;
  border-left: 3px solid #FF6A00;
}

.page-home .data-card__value {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 32px;
  font-weight: 600;
  color: #F2F6FA;
  display: block;
  line-height: 1.1;
}

.page-home .data-card__value::after {
  content: "%";
  font-size: 18px;
  color: #FF6A00;
  margin-left: 1px;
}

.page-home .data-card__value[data-suffix]::after {
  content: attr(data-suffix);
}

.page-home .home-bento__stat .data-card .data-card__label {
  font-size: 13px;
  color: #8CA8C4;
  margin-top: 4px;
  display: block;
}

.page-home .home-bento__stat-line {
  height: 2px;
  background: linear-gradient(90deg, #FF6A00 0%, transparent 80%);
  margin: 8px 0 2px;
  opacity: 0.5;
}

.page-home .home-bento__stat-note {
  font-size: 13px;
  line-height: 1.6;
  color: #8CA8C4;
  margin: 0;
}

.page-home .home-bento__entry {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.page-home .home-bento__entry-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  color: #F2F6FA;
  line-height: 1.3;
}

.page-home .home-bento__entry-text {
  font-size: 14px;
  line-height: 1.7;
  color: #8CA8C4;
  margin: 0;
  flex: 1;
}

.page-home .home-bento__quick {
  background: linear-gradient(135deg, #061220 0%, #123148 100%);
  position: relative;
}

.page-home .home-bento__quick::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.12) 0%, transparent 70%);
  border-radius: 50%;
}

.page-home .home-bento__quick-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.page-home .home-bento__quick-item {
  display: flex;
  flex-direction: column;
}

.page-home .home-bento__quick-num {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 36px;
  font-weight: 600;
  color: #F2F6FA;
  line-height: 1.1;
}

.page-home .home-bento__quick-label {
  font-size: 13px;
  color: #8CA8C4;
  margin-top: 4px;
}

.page-home .home-bento__quick-divider {
  height: 1px;
  background: #1E3A56;
  width: 100%;
}

.page-home .home-bento__quick-text {
  font-size: 13px;
  line-height: 1.7;
  color: #8CA8C4;
  margin: 0;
}

.page-home .home-update {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-home .home-update__card {
  padding: 22px 24px;
  position: relative;
}

.page-home .home-update__step {
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 64px;
  font-weight: 700;
  color: rgba(255, 106, 0, 0.1);
  line-height: 1;
  pointer-events: none;
}

.page-home .home-update__title {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
  color: #F2F6FA;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.page-home .home-update__text {
  font-size: 14px;
  line-height: 1.7;
  color: #8CA8C4;
  margin: 0;
  position: relative;
  z-index: 1;
  max-width: 90%;
}

.page-home .home-update__visual {
  padding: 0;
}

.page-home .home-update__visual img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.page-home .home-update__visual-caption {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px 18px;
  font-size: 13px;
  color: #8CA8C4;
}

.page-home .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00E676;
  box-shadow: 0 0 8px rgba(0, 230, 118, 0.5);
  flex-shrink: 0;
}

.page-home .home-device__panel {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-home .home-device__panel img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
  background: #061220;
}

.page-home .home-device__panel--mixed {
  background: linear-gradient(160deg, #061220 0%, #123148 100%);
}

.page-home .home-device__title {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  color: #F2F6FA;
  line-height: 1.3;
}

.page-home .home-device__text {
  font-size: 14px;
  line-height: 1.7;
  color: #8CA8C4;
  margin: 0;
}

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

.page-home .home-device__list li {
  font-size: 14px;
  color: #F2F6FA;
  padding-left: 20px;
  position: relative;
}

.page-home .home-device__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #FF6A00;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.page-home .home-device__stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .data-card--compact {
  flex: 1;
  min-width: 140px;
  border-left-color: #00E676;
}

.page-home .data-card--compact .data-card__value {
  font-size: 24px;
}

.page-home .data-card--compact .data-card__label {
  font-size: 12px;
  margin-top: 2px;
}

.page-home .data-card--compact .data-card__value::after {
  content: none;
}

.page-home .home-device__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .home-device__note {
  font-size: 13px;
  line-height: 1.7;
  color: #8CA8C4;
  margin: 0;
  border-top: 1px solid #1E3A56;
  padding-top: 14px;
}

.page-home .home-help__text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-home .home-help__title {
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  color: #F2F6FA;
}

.page-home .home-help__text-paragraph {
  font-size: 14px;
  line-height: 1.7;
  color: #8CA8C4;
  margin: 0;
}

.page-home .home-help__steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 8px 0 4px;
}

.page-home .home-help__step {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #F2F6FA;
  background: rgba(6, 18, 32, 0.4);
  border-radius: 12px;
  padding: 10px 16px;
}

.page-home .home-help__step-num {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 20px;
  font-weight: 600;
  color: #FF6A00;
  min-width: 24px;
  text-align: center;
}

.page-home .home-help__visual {
  padding: 0;
  position: relative;
  background: #061220;
}

.page-home .home-help__visual img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 24px;
}

.page-home .home-help__visual-stat {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(6, 18, 32, 0.9);
  border: 1px solid rgba(255, 106, 0, 0.4);
  border-radius: 16px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(8px);
}

.page-home .home-help__visual-num {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 28px;
  font-weight: 700;
  color: #FF6A00;
  line-height: 1;
}

.page-home .home-help__visual-label {
  font-size: 13px;
  color: #F2F6FA;
}

.page-home .home-privacy__main {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-home .home-privacy__title {
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  color: #F2F6FA;
}

.page-home .home-privacy__text {
  font-size: 14px;
  line-height: 1.7;
  color: #8CA8C4;
  margin: 0;
}

.page-home .home-privacy__rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 8px;
}

.page-home .home-privacy__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 16px;
  background: rgba(6, 18, 32, 0.4);
  border-radius: 12px;
}

.page-home .home-privacy__row-label {
  font-size: 13px;
  color: #8CA8C4;
}

.page-home .home-privacy__row-value {
  font-size: 14px;
  font-weight: 600;
  color: #F2F6FA;
  text-align: right;
}

.page-home .home-privacy__side {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: linear-gradient(145deg, rgba(255, 106, 0, 0.12) 0%, #123148 60%, #0A1E3C 100%);
}

.page-home .home-privacy__side-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 106, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  color: #FF6A00;
}

.page-home .home-privacy__side-title {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
  color: #F2F6FA;
  line-height: 1.3;
}

.page-home .home-privacy__side-text {
  font-size: 13px;
  line-height: 1.7;
  color: #8CA8C4;
  margin: 0;
}

.page-home .home-privacy__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.page-home .home-privacy__link {
  display: inline-block;
  color: #FF8C00;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 138, 0, 0.4);
  padding-bottom: 2px;
}

.page-home .home-privacy__link:hover {
  color: #FF6A00;
}

.page-home .home-trust {
  background: #061220;
  border-radius: 24px;
  padding: 28px 24px;
  text-align: center;
  border: 1px solid #1E3A56;
}

.page-home .home-trust__text {
  font-size: 13px;
  line-height: 1.8;
  color: #8CA8C4;
  margin: 0 auto 16px;
  max-width: 880px;
}

.page-home .home-trust__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.page-home .home-trust__badges span {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 13px;
  font-weight: 600;
  color: #F2F6FA;
  background: #123148;
  border: 1px solid #1E3A56;
  padding: 6px 16px;
  border-radius: 999px;
}

@media (min-width: 768px) {
  .page-home .home-shell {
    padding: 40px 48px 80px;
  }

  .page-home .home-title h1 {
    font-size: 48px;
  }

  .page-home .home-title__lead {
    font-size: 18px;
  }

  .page-home .bento-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
  }

  .page-home .home-bento__main {
    grid-column: span 7;
  }

  .page-home .home-bento__stat {
    grid-column: span 5;
  }

  .page-home .home-bento__entry {
    grid-column: span 5;
  }

  .page-home .home-bento__quick {
    grid-column: span 7;
  }

  .page-home .home-update {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .page-home .home-update__visual {
    grid-column: span 2;
  }

  .page-home .home-device__panel img {
    height: 280px;
  }

  .page-home .home-help__visual img {
    height: 260px;
  }

  .page-home .home-trust {
    padding: 36px 32px;
  }
}

@media (min-width: 1140px) {
  .page-home .home-shell {
    flex-direction: row;
    gap: 48px;
    padding: 48px 64px 96px 88px;
  }

  .page-home .home-index {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: sticky;
    top: 48px;
    align-self: flex-start;
    flex-shrink: 0;
    width: 120px;
    padding-top: 20px;
  }

  .page-home .home-index__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    text-decoration: none;
    color: #8CA8C4;
    font-size: 13px;
    font-weight: 500;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  }

  .page-home .home-index__link:hover {
    color: #F2F6FA;
    background: rgba(255, 106, 0, 0.1);
    transform: translateX(4px);
  }

  .page-home .home-index__num {
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-size: 12px;
    font-weight: 600;
    color: #FF6A00;
    min-width: 24px;
  }

  .page-home .home-index__text {
    white-space: nowrap;
  }

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

  .page-home .home-title {
    margin-bottom: 40px;
  }

  .page-home .home-title h1 {
    font-size: 56px;
  }

  .page-home .section {
    margin-top: 72px;
  }

  .page-home .section-heading__index {
    font-size: 48px;
  }

  .page-home .section-heading__title {
    font-size: 30px;
  }

  .page-home .home-bento__main-img {
    height: 280px;
  }

  .page-home .home-bento__main-title {
    font-size: 24px;
  }

  .page-home .home-bento__quick-row {
    flex-direction: row;
    gap: 24px;
  }

  .page-home .home-bento__quick-divider {
    width: 1px;
    height: auto;
    background: #1E3A56;
  }

  .page-home .home-update__visual img {
    height: 320px;
  }

  .page-home .home-device__panel img {
    height: 320px;
  }

  .page-home .home-help__visual {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .page-home .home-help__visual img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    border-radius: 24px;
  }

  .page-home .home-trust__text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .page-home .home-device__stat-row {
    flex-direction: column;
  }

  .page-home .data-card--compact {
    min-width: 100%;
  }
}
