.page-home {
  --home-primary: #0A1F44;
  --home-primary-alt: #132E5C;
  --home-accent: #FF6B35;
  --home-accent-alt: #FF8C5A;
  --home-light: #F5F7FA;
  --home-night: #0B1632;
  --home-amber: #F59E0B;
  --home-border: #334155;
  --home-container: 1240px;
  background: var(--home-light);
  color: var(--home-primary);
  font-family: var(--bd-font-body);
  line-height: 1.6;
  overflow-x: hidden;
}
.page-home *,
.page-home *::before,
.page-home *::after {
  box-sizing: border-box;
}
.page-home img {
  max-width: 100%;
  height: auto;
}
.page-home .home-container {
  max-width: var(--home-container);
  margin: 0 auto;
  padding: 0 var(--bd-gutter-mobile);
  width: 100%;
}
.page-home .home-mono {
  font-family: var(--bd-font-mono);
  font-weight: 700;
  line-height: 1;
  color: var(--home-accent);
}
.page-home .home-section-head {
  margin-bottom: 36px;
}
.page-home .home-section-index {
  display: inline-flex;
  font-family: var(--bd-font-mono);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 5px 12px;
  border: 1px solid currentColor;
  color: var(--home-accent);
  margin-bottom: 16px;
}
.page-home .home-section-head h2 {
  font-family: var(--bd-font-display);
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  line-height: 1.1;
  margin: 0 0 12px;
  letter-spacing: 0.01em;
}
.page-home .home-section-desc {
  max-width: 680px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
.page-home .home-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--home-accent);
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}
.page-home .home-link::after {
  content: "→";
  font-family: var(--bd-font-mono);
}
.page-home .home-link:hover {
  color: var(--home-accent-alt);
  gap: 10px;
}
.page-home .home-link-light {
  color: var(--home-accent-alt);
}
.page-home .home-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: var(--home-primary);
  color: #fff;
  overflow: hidden;
}
.page-home .home-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.45;
}
.page-home .home-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(10, 31, 68, 0.97) 0%, rgba(10, 31, 68, 0.9) 42%, rgba(10, 31, 68, 0.35) 100%);
}
.page-home .home-hero-shape {
  position: absolute;
  top: 0;
  right: -8%;
  width: 55%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(125deg, rgba(255, 107, 53, 0.95) 0%, rgba(255, 140, 90, 0.85) 100%);
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}
.page-home .home-hero-shape::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 14px);
}
.page-home .home-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--home-container);
  margin: 0 auto;
  padding: 110px var(--bd-gutter-mobile) 76px;
}
.page-home .home-crumb {
  display: inline-flex;
  align-items: center;
  font-family: var(--bd-font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 5px 12px;
  margin-bottom: 26px;
}
.page-home .home-crumb-current {
  color: var(--home-accent);
  font-weight: 700;
}
.page-home .home-hero-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--bd-font-mono);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  color: var(--home-accent);
  text-transform: uppercase;
  margin: 0 0 16px;
}
.page-home .home-hero-kicker::before {
  content: "";
  width: 28px;
  height: 3px;
  background: var(--home-accent);
  transform: skewX(-12deg);
  flex: 0 0 auto;
}
.page-home .home-hero h1 {
  font-family: var(--bd-font-display);
  font-style: italic;
  font-size: clamp(2.1rem, 6.8vw, 4.3rem);
  line-height: 1.04;
  letter-spacing: 0.015em;
  margin: 0 0 22px;
  max-width: 620px;
}
.page-home .home-hero-desc {
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  max-width: 560px;
  margin: 0 0 8px;
}
.page-home .home-hero-desc-sub {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  max-width: 560px;
  margin: 0 0 30px;
}
.page-home .home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.page-home .home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  font-family: var(--bd-font-body);
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
  clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%);
  transition: background 0.2s ease, transform 0.2s ease;
}
.page-home .home-btn-primary {
  background: var(--home-accent);
  color: #fff;
}
.page-home .home-btn-primary:hover {
  background: var(--home-accent-alt);
  transform: translateY(-2px);
}
.page-home .home-btn-ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.page-home .home-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
}
.page-home .home-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.page-home .home-hero-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-home .home-hero-meta-item .home-mono {
  font-size: 1.4rem;
}
.page-home .home-hero-meta-label {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.58);
}
.page-home .home-device {
  background: var(--home-light);
  padding: 60px 0 72px;
}
.page-home .home-device .home-section-head {
  color: var(--home-primary);
}
.page-home .home-device .home-section-desc,
.page-home .home-data .home-section-desc {
  color: rgba(10, 31, 68, 0.68);
}
.page-home .home-device-tabs {
  background: #fff;
  border: 1px solid rgba(10, 31, 68, 0.1);
  border-radius: 8px;
  box-shadow: var(--bd-shadow-md);
}
.page-home .home-device-tabs-head {
  display: flex;
  border-bottom: 1px solid rgba(10, 31, 68, 0.08);
  flex-wrap: wrap;
}
.page-home .home-device-radio {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.page-home .home-device-label {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--home-primary);
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.page-home .home-device-label:hover {
  color: var(--home-accent);
  background: rgba(255, 107, 53, 0.06);
}
.page-home .home-device-radio:checked + .home-device-label {
  color: var(--home-accent);
  border-bottom-color: var(--home-accent);
}
.page-home .home-device-radio:focus + .home-device-label {
  outline: 2px solid var(--home-accent);
  outline-offset: -2px;
}
.page-home .home-device-panel {
  display: none;
  padding: 22px;
}
.page-home #home-dev-pc:checked ~ #home-dev-panel-pc,
.page-home #home-dev-mobile:checked ~ #home-dev-panel-mobile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.page-home .home-device-media {
  overflow: hidden;
  border-radius: 6px;
  background: var(--home-primary);
}
.page-home .home-device-media img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  display: block;
}
.page-home .home-device-body {
  padding: 6px 0;
}
.page-home .home-device-tag {
  display: inline-block;
  font-family: var(--bd-font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--home-accent);
  background: rgba(255, 107, 53, 0.12);
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 14px;
}
.page-home .home-device-body h3 {
  font-family: var(--bd-font-display);
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 0 0 10px;
  color: var(--home-primary);
}
.page-home .home-device-body p {
  font-size: 0.94rem;
  line-height: 1.6;
  color: rgba(10, 31, 68, 0.7);
  margin: 0 0 16px;
}
.page-home .home-device-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 8px;
}
.page-home .home-device-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--home-primary);
}
.page-home .home-device-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 3px;
  background: var(--home-accent);
  transform: skewX(-12deg);
}
.page-home .home-core {
  background: linear-gradient(140deg, var(--home-primary) 0%, var(--home-primary-alt) 65%, var(--home-night) 100%);
  color: #fff;
  padding: 60px 0 72px;
}
.page-home .home-core .home-section-head,
.page-home .home-news .home-section-head,
.page-home .home-trust .home-section-head {
  color: #fff;
}
.page-home .home-core .home-section-desc,
.page-home .home-news .home-section-desc,
.page-home .home-trust .home-section-desc {
  color: rgba(255, 255, 255, 0.72);
}
.page-home .home-core-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.page-home .home-core-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.page-home .home-core-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 107, 53, 0.55);
}
.page-home .home-core-card-accent {
  background: linear-gradient(135deg, var(--home-accent) 0%, var(--home-accent-alt) 100%);
  border-color: transparent;
  color: #fff;
}
.page-home .home-core-card-dark {
  background: rgba(11, 22, 50, 0.78);
}
.page-home .home-core-card-line {
  background: transparent;
  border: 1px dashed rgba(255, 255, 255, 0.24);
}
.page-home .home-core-num {
  font-family: var(--bd-font-mono);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--home-accent);
}
.page-home .home-core-card-accent .home-core-num {
  color: rgba(255, 255, 255, 0.9);
}
.page-home .home-core-card h3 {
  font-family: var(--bd-font-display);
  font-size: 1.3rem;
  line-height: 1.18;
  margin: 0;
}
.page-home .home-core-card p {
  font-size: 0.93rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.76);
  margin: 0;
}
.page-home .home-core-card-accent p {
  color: rgba(255, 255, 255, 0.92);
}
.page-home .home-fav-demo {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}
.page-home .home-fav-demo summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
}
.page-home .home-fav-demo summary::-webkit-details-marker {
  display: none;
}
.page-home .home-fav-demo summary:hover {
  text-decoration: underline;
}
.page-home .home-fav-icon {
  color: #fff;
  font-size: 1rem;
}
.page-home .home-fav-state {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 0.88rem;
  border-radius: 4px;
}
.page-home .home-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bd-green);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
}
.page-home .home-data {
  background: var(--home-light);
  padding: 60px 0 72px;
}
.page-home .home-data-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.page-home .home-console {
  display: flex;
  flex-direction: column;
  background: var(--home-primary);
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--bd-shadow-lg);
}
.page-home .home-console-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: var(--home-night);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.page-home .home-console-title {
  font-family: var(--bd-font-mono);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.page-home .home-console-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--bd-font-mono);
  font-size: 0.8rem;
  color: var(--bd-green);
}
.page-home .home-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bd-green);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.22);
}
.page-home .home-console-table {
  overflow-x: auto;
}
.page-home .home-console-row {
  display: grid;
  grid-template-columns: 56px 1fr 70px 1fr 68px;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.92rem;
  min-width: 440px;
}
.page-home .home-console-title-row {
  font-family: var(--bd-font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.16);
}
.page-home .home-console-row-highlight {
  background: var(--home-amber);
  color: var(--home-primary);
}
.page-home .home-console-row-highlight span {
  color: var(--home-primary);
}
.page-home .home-console-row .home-score {
  font-family: var(--bd-font-mono);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}
.page-home .home-console-watch {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.page-home .home-console-watch::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--home-primary);
}
.page-home .home-console-foot {
  margin-top: auto;
  padding: 14px 20px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.6);
  background: var(--home-night);
}
.page-home .home-data-side {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.page-home .home-data-media {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--bd-border);
  box-shadow: var(--bd-shadow-sm);
  background: var(--home-primary);
}
.page-home .home-data-media img {
  width: 100%;
  height: auto;
  max-height: 240px;
  object-fit: cover;
  display: block;
}
.page-home .home-news {
  background: var(--home-primary);
  color: #fff;
  padding: 60px 0 72px;
}
.page-home .home-news-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.page-home .home-news-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.page-home .home-news-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 107, 53, 0.35);
}
.page-home .home-news-tag {
  align-self: flex-start;
  font-family: var(--bd-font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--home-accent);
  border: 1px solid rgba(255, 107, 53, 0.45);
  padding: 4px 10px;
  border-radius: 2px;
}
.page-home .home-news-item h3 {
  font-size: 1.12rem;
  line-height: 1.25;
  margin: 0;
}
.page-home .home-news-item p {
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
}
.page-home .home-news-item .home-link {
  margin-top: auto;
}
.page-home .home-trust {
  position: relative;
  overflow: hidden;
  background: var(--home-night);
  color: #fff;
  padding: 60px 0 72px;
}
.page-home .home-trust::before {
  content: "";
  position: absolute;
  right: -5%;
  bottom: -20%;
  width: 40%;
  height: 80%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 107, 53, 0.14) 100%);
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.page-home .home-trust-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.page-home .home-trust-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.page-home .home-trust-icon {
  font-family: var(--bd-font-mono);
  font-size: 1rem;
  font-weight: 700;
  color: var(--home-accent);
}
.page-home .home-trust-label {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.5);
}
.page-home .home-trust-value {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.95);
  word-break: break-word;
}
.page-home .home-trust-meta {
  position: relative;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.page-home .home-trust-meta p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
}
.page-home .home-trust-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.page-home .home-trust-links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.page-home .home-trust-links a:hover {
  color: var(--home-accent);
}

@media (min-width: 600px) {
  .page-home .home-device-panel {
    padding: 26px;
  }
  .page-home .home-trust-grid {
    gap: 16px;
  }
}

@media (min-width: 768px) {
  .page-home .home-hero-inner {
    padding-top: 120px;
    padding-bottom: 92px;
  }
  .page-home .home-hero-shape {
    right: -4%;
    width: 50%;
  }
  .page-home .home-device,
  .page-home .home-core,
  .page-home .home-data,
  .page-home .home-news,
  .page-home .home-trust {
    padding-top: 76px;
    padding-bottom: 84px;
  }
  .page-home .home-device-label {
    flex: 0 0 auto;
    padding: 16px 34px;
  }
  .page-home #home-dev-pc:checked ~ #home-dev-panel-pc,
  .page-home #home-dev-mobile:checked ~ #home-dev-panel-mobile {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    align-items: center;
  }
  .page-home #home-dev-mobile:checked ~ #home-dev-panel-mobile {
    grid-template-columns: 1fr;
  }
  .page-home .home-core-grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-home .home-core-card-accent {
    grid-column: span 2;
  }
  .page-home .home-core-card-wide {
    grid-column: span 2;
  }
  .page-home .home-news-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .home-trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  .page-home .home-container {
    padding: 0 var(--bd-gutter);
  }
  .page-home .home-hero-inner {
    padding: 140px var(--bd-gutter) 96px;
  }
  .page-home .home-core-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
  }
  .page-home .home-core-card-accent {
    grid-column: span 2;
  }
  .page-home .home-core-card-dark:nth-child(2) {
    grid-column: span 1;
  }
  .page-home .home-core-card-line {
    grid-column: span 1;
  }
  .page-home .home-core-card-wide {
    grid-column: span 2;
  }
  .page-home .home-data-wrap {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: stretch;
  }
  .page-home .home-data-side {
    grid-template-rows: 1fr 1fr;
    gap: 20px;
  }
  .page-home .home-data-media img {
    height: 100%;
    min-height: 220px;
  }
}
