.page-home {
  --home-green: #00FFA3;
  --home-orange: #FF6B35;
  --home-deep: #0A1128;
  --home-ocean: #12224A;
  --home-dblue: #1A2A4A;
  --home-silver: #C0C8D0;
  --home-white: #FFFFFF;
  --home-grad-silver: linear-gradient(135deg, #E0E6ED, #8A94A6);
  --home-font-head: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --home-font-body: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --home-font-data: "JetBrains Mono", "SF Mono", "Cascadia Code", Consolas, monospace;
  --home-clip-cut: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  --home-container-w: 1240px;
  background: var(--home-deep);
  color: var(--home-silver);
  font-family: var(--home-font-body);
}

.page-home .container {
  max-width: var(--home-container-w);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-home .tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
  white-space: nowrap;
}

.page-home .tag--green {
  background: rgba(0, 255, 163, 0.15);
  color: var(--home-green);
  border: 1px solid rgba(0, 255, 163, 0.35);
}

.page-home .tag--orange {
  background: rgba(255, 107, 53, 0.15);
  color: var(--home-orange);
  border: 1px solid rgba(255, 107, 53, 0.35);
}

.page-home .tag--silver {
  background: rgba(192, 200, 208, 0.1);
  color: var(--home-silver);
  border: 1px solid rgba(192, 200, 208, 0.25);
}

.page-home .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--home-green);
  color: var(--home-deep);
  font-family: var(--home-font-head);
  font-weight: 900;
  font-size: 0.95rem;
  line-height: 1;
  padding: 16px 26px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  clip-path: var(--home-clip-cut);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 0 rgba(0, 255, 163, 0);
}

.page-home .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 255, 163, 0.25);
}

.page-home .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--home-silver);
  font-family: var(--home-font-head);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
  padding: 15px 24px;
  text-decoration: none;
  border: 1px solid rgba(192, 200, 208, 0.4);
  clip-path: var(--home-clip-cut);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.page-home .btn-ghost:hover {
  border-color: var(--home-green);
  color: var(--home-green);
  background: rgba(0, 255, 163, 0.05);
}

.page-home .card-cut {
  background: var(--home-ocean);
  clip-path: var(--home-clip-cut);
  border: none;
}

.page-home .section {
  padding: 70px 0;
  position: relative;
}

.page-home .section-header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 44px;
  border-bottom: 1px solid rgba(192, 200, 208, 0.15);
  padding-bottom: 20px;
}

.page-home .section-index {
  font-family: var(--home-font-data);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 700;
  line-height: 1;
  color: var(--home-green);
  -webkit-text-stroke: 1px rgba(0, 255, 163, 0.25);
  letter-spacing: -0.04em;
}

.page-home .section-header-text {
  flex: 1;
  min-width: 0;
}

.page-home .section-title {
  font-family: var(--home-font-head);
  font-weight: 900;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.15;
  color: var(--home-white);
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}

.page-home .section-sub {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(192, 200, 208, 0.75);
  margin: 0;
  max-width: 640px;
}

.page-home .hero-frame {
  position: relative;
  min-height: 720px;
  padding: 130px 0 48px;
  overflow: hidden;
  background: var(--home-deep);
  display: flex;
  flex-direction: column;
}

.page-home .hero-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 255, 163, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 163, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  z-index: 0;
}

.page-home .hero-frame::after {
  content: "";
  position: absolute;
  inset: 18px 14px;
  border: 1px solid rgba(0, 255, 163, 0.25);
  pointer-events: none;
  z-index: 0;
}

.page-home .hero-bg-grid {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(0, 255, 163, 0.12), transparent 32%),
    radial-gradient(circle at 15% 85%, rgba(255, 107, 53, 0.1), transparent 28%);
  pointer-events: none;
  z-index: 0;
}

.page-home .hero-track-curve {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.page-home .hero-track-curve path {
  fill: none;
  stroke: rgba(0, 255, 163, 0.18);
  stroke-width: 1.4;
  stroke-dasharray: 8 6;
  vector-effect: non-scaling-stroke;
}

.page-home .hero-track-curve path:nth-child(2) {
  stroke: rgba(255, 107, 53, 0.22);
  stroke-width: 1.2;
  stroke-dasharray: 4 10;
}

.page-home .hero-track-curve path:nth-child(3) {
  stroke: rgba(192, 200, 208, 0.14);
  stroke-width: 1;
  stroke-dasharray: 2 8;
}

.page-home .hero-line-grid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 240px;
  background: repeating-linear-gradient(115deg, transparent 0 18px, rgba(255, 255, 255, 0.025) 18px 20px);
  pointer-events: none;
  z-index: 0;
}

.page-home .hero-particle {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--home-green);
  box-shadow: 0 0 14px rgba(0, 255, 163, 0.9);
  z-index: 0;
  opacity: 0.7;
}

.page-home .hero-particle--a {
  top: 24%;
  left: 12%;
  animation: pageHome-float-a 8s ease-in-out infinite;
}

.page-home .hero-particle--b {
  top: 68%;
  left: 78%;
  width: 4px;
  height: 4px;
  background: var(--home-orange);
  box-shadow: 0 0 12px rgba(255, 107, 53, 0.8);
  animation: pageHome-float-b 10s ease-in-out infinite;
}

.page-home .hero-particle--c {
  top: 45%;
  left: 88%;
  width: 3px;
  height: 3px;
  background: var(--home-white);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
  animation: pageHome-float-c 7s ease-in-out infinite;
}

@keyframes pageHome-float-a {
  0%, 100% { transform: translate(0, 0); opacity: 0.4; }
  50% { transform: translate(18px, -24px); opacity: 0.9; }
}

@keyframes pageHome-float-b {
  0%, 100% { transform: translate(0, 0); opacity: 0.3; }
  50% { transform: translate(-22px, 14px); opacity: 0.8; }
}

@keyframes pageHome-float-c {
  0%, 100% { transform: translate(0, 0); opacity: 0.2; }
  50% { transform: translate(12px, 22px); opacity: 0.7; }
}

.page-home .hero-corner {
  position: absolute;
  z-index: 1;
  display: flex;
  gap: 12px;
  font-family: var(--home-font-data);
  font-size: 0.65rem;
  color: rgba(192, 200, 208, 0.55);
  letter-spacing: 0.08em;
}

.page-home .hero-corner--tl {
  top: 38px;
  left: 28px;
}

.page-home .hero-corner--tl span {
  border-left: 1px solid rgba(0, 255, 163, 0.4);
  padding-left: 6px;
}

.page-home .hero-corner--br {
  bottom: 22px;
  right: 28px;
  justify-content: flex-end;
}

.page-home .hero-corner--br span {
  border-right: 1px solid rgba(255, 107, 53, 0.4);
  padding-right: 6px;
}

.page-home .hero-frame-content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

.page-home .hero-textual {
  max-width: 640px;
}

.page-home .hero-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.page-home .hero-kicker-line {
  color: var(--home-silver);
  opacity: 0.7;
}

.page-home h1 {
  font-family: var(--home-font-head);
  font-weight: 900;
  font-size: clamp(1.9rem, 4.6vw, 3.6rem);
  line-height: 1.1;
  color: var(--home-white);
  margin: 0 0 18px;
  letter-spacing: -0.02em;
}

.page-home .hero-lede {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--home-silver);
  margin: 0 0 32px;
  max-width: 560px;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.page-home .hero-login-card {
  max-width: 420px;
  width: 100%;
  background: var(--home-ocean);
  border: 1px solid rgba(0, 255, 163, 0.2);
  clip-path: var(--home-clip-cut);
  position: relative;
  padding: 28px;
}

.page-home .hero-login-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border-top: 3px solid rgba(0, 255, 163, 0.8);
  border-right: 3px solid #FF6B35;
}

.page-home .hero-login-card-inner {
  display: flex;
  flex-direction: column;
}

.page-home .hero-login-index {
  font-family: var(--home-font-data);
  font-size: 0.75rem;
  color: var(--home-orange);
  letter-spacing: 0.12em;
  margin: 0 0 12px;
}

.page-home .hero-login-title {
  font-family: var(--home-font-head);
  font-weight: 900;
  font-size: 1.6rem;
  color: var(--home-white);
  margin: 0 0 10px;
}

.page-home .hero-login-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--home-silver);
  opacity: 0.8;
  margin: 0 0 20px;
}

.page-home .hero-login-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(192, 200, 208, 0.12);
}

.page-home .hero-login-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-orange);
  box-shadow: 0 0 8px rgba(255, 107, 53, 0.6);
}

.page-home .hero-login-dot--green {
  background: var(--home-green);
  box-shadow: 0 0 8px rgba(0, 255, 163, 0.6);
}

.page-home .hero-login-status {
  font-size: 0.9rem;
  color: var(--home-silver);
}

.page-home .hero-login-btn {
  margin-top: 22px;
  width: 100%;
}

.page-home .hero-login-note {
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(192, 200, 208, 0.6);
  margin: 16px 0 0;
}

.page-home .hero-meta {
  position: relative;
  z-index: 2;
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.page-home .hero-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  background: rgba(10, 17, 40, 0.75);
  border-left: 3px solid var(--home-green);
}

.page-home .hero-meta-num {
  font-family: var(--home-font-data);
  font-size: clamp(1.2rem, 2.6vw, 1.8rem);
  font-weight: 700;
  color: var(--home-white);
  line-height: 1;
}

.page-home .hero-meta-label {
  font-size: 0.75rem;
  color: var(--home-silver);
  opacity: 0.7;
}

.page-home .home-upgrade {
  background: linear-gradient(180deg, var(--home-deep) 0%, rgba(10, 17, 40, 0.95) 100%);
  border-top: 1px solid rgba(192, 200, 208, 0.08);
}

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

.page-home .upgrade-card {
  padding: 26px;
  position: relative;
}

.page-home .upgrade-card--speed {
  background: linear-gradient(135deg, rgba(0, 255, 163, 0.1), rgba(10, 17, 40, 0.4) 65%);
}

.page-home .upgrade-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.page-home .upgrade-icon {
  font-size: 2rem;
  color: var(--home-green);
  line-height: 1;
}

.page-home .upgrade-num {
  font-family: var(--home-font-data);
  font-size: clamp(2.6rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 1;
  margin: 0 0 8px;
  background: linear-gradient(135deg, #E0E6ED, #8A94A6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-home .upgrade-label {
  font-family: var(--home-font-head);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--home-white);
  margin: 0 0 12px;
}

.page-home .upgrade-desc {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--home-silver);
  opacity: 0.75;
  margin: 0;
}

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

.page-home .upgrade-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.92rem;
  color: var(--home-silver);
  line-height: 1.5;
}

.page-home .upgrade-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: var(--home-green);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.page-home .upgrade-img-wrap {
  overflow: hidden;
}

.page-home .upgrade-img-main {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-home .upgrade-browser-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 24px;
}

.page-home .upgrade-browser-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 22px;
  background: var(--home-dblue);
  border: 1px solid rgba(192, 200, 208, 0.1);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.page-home .upgrade-browser-card:hover {
  border-color: rgba(0, 255, 163, 0.3);
  transform: translateX(4px);
}

.page-home .upgrade-browser-icon {
  font-size: 1.6rem;
  color: var(--home-orange);
  line-height: 1;
  flex-shrink: 0;
}

.page-home .upgrade-browser-title {
  font-family: var(--home-font-head);
  font-weight: 700;
  color: var(--home-white);
  margin: 0 0 4px;
  font-size: 1rem;
}

.page-home .upgrade-browser-desc {
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--home-silver);
  opacity: 0.75;
  margin: 0;
}

.page-home .home-reports {
  background: rgba(10, 17, 40, 0.85);
  border-top: 1px solid rgba(192, 200, 208, 0.08);
  border-bottom: 1px solid rgba(192, 200, 208, 0.08);
}

.page-home .reports-tabs .tab-list {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid rgba(192, 200, 208, 0.15);
  margin-bottom: 28px;
  overflow-x: auto;
  scrollbar-width: none;
}

.page-home .reports-tabs .tab-list::-webkit-scrollbar {
  display: none;
}

.page-home .reports-tabs .tab {
  flex-shrink: 0;
  appearance: none;
  border: none;
  background: transparent;
  color: var(--home-silver);
  font-family: var(--home-font-head);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 12px 16px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  opacity: 0.65;
  transition: opacity 0.2s, border-color 0.2s, color 0.2s;
}

.page-home .reports-tabs .tab:hover {
  opacity: 1;
  color: var(--home-white);
}

.page-home .reports-tabs .tab[aria-selected="true"] {
  opacity: 1;
  color: var(--home-green);
  border-bottom-color: var(--home-green);
}

.page-home .reports-tabs .tab-panel {
  display: block;
}

.page-home .reports-tabs .tab-panel[hidden] {
  display: none;
}

.page-home .report-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-home .report-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  background: var(--home-ocean);
  padding: 16px;
  transition: background 0.3s ease;
}

.page-home .report-card:hover {
  background: var(--home-dblue);
}

.page-home .report-thumb {
  overflow: hidden;
}

.page-home .report-thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

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

.page-home .report-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.page-home .report-time {
  font-family: var(--home-font-data);
  font-size: 0.72rem;
  color: rgba(192, 200, 208, 0.55);
  letter-spacing: 0.04em;
}

.page-home .report-title {
  font-family: var(--home-font-head);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--home-white);
  margin: 0;
}

.page-home .report-summary {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--home-silver);
  opacity: 0.75;
  margin: 0;
}

.page-home .report-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--home-green);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
}

.page-home .report-link::after {
  content: "→";
  transition: transform 0.2s ease;
}

.page-home .report-link:hover::after {
  transform: translateX(4px);
}

.page-home .home-zone {
  background: var(--home-deep);
}

.page-home .zone-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.page-home .zone-visual {
  position: relative;
  overflow: hidden;
}

.page-home .zone-visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-home .zone-visual-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  background: linear-gradient(0deg, var(--home-deep) 0%, rgba(10, 17, 40, 0.55) 55%, transparent 100%);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.page-home .zone-visual-text {
  font-family: var(--home-font-data);
  font-size: 0.75rem;
  color: var(--home-white);
  letter-spacing: 0.05em;
}

.page-home .zone-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.page-home .zone-spec {
  width: 100%;
  border-top: 1px solid rgba(192, 200, 208, 0.15);
}

.page-home .zone-spec .data-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(192, 200, 208, 0.12);
  gap: 16px;
}

.page-home .zone-spec .data-label {
  font-size: 0.82rem;
  color: rgba(192, 200, 208, 0.6);
  flex-shrink: 0;
}

.page-home .zone-spec .data-value {
  font-family: var(--home-font-data);
  font-size: 0.9rem;
  text-align: right;
  color: var(--home-white);
  background: var(--home-grad-silver);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

.page-home .zone-desc {
  font-size: 0.94rem;
  line-height: 1.8;
  color: var(--home-silver);
  margin: 0;
}

.page-home .home-archive {
  background: rgba(10, 17, 40, 0.92);
  border-top: 1px solid rgba(192, 200, 208, 0.08);
}

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

.page-home .archive-card {
  padding: 26px;
  position: relative;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(150deg, var(--home-ocean) 0%, rgba(18, 34, 74, 0.6) 100%);
}

.page-home .archive-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border-top: 2px solid rgba(0, 255, 163, 0.25);
  border-right: 2px solid rgba(0, 255, 163, 0.25);
}

.page-home .archive-card-index {
  font-family: var(--home-font-data);
  font-size: 2.2rem;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 107, 53, 0.45);
  line-height: 1;
  margin-bottom: 8px;
}

.page-home .archive-card-title {
  font-family: var(--home-font-head);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--home-white);
  margin: 0;
}

.page-home .archive-card-desc {
  font-size: 0.87rem;
  line-height: 1.65;
  color: var(--home-silver);
  opacity: 0.75;
  margin: 0;
  flex: 1;
}

.page-home .archive-current {
  align-self: flex-start;
}

.page-home .archive-note {
  margin-top: 28px;
  padding: 24px;
  background: rgba(26, 42, 74, 0.5);
  border-left: 4px solid var(--home-green);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-home .archive-note p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--home-silver);
}

.page-home .archive-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .archive-trust-item {
  font-size: 0.78rem;
  color: var(--home-green);
  border: 1px solid rgba(0, 255, 163, 0.25);
  background: rgba(0, 255, 163, 0.06);
  padding: 6px 14px;
  letter-spacing: 0.03em;
}

.page-home .home-security {
  background: var(--home-deep);
}

.page-home .security-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home .security-item {
  padding: 24px;
  background: rgba(18, 34, 74, 0.55);
  border-top: 2px solid rgba(0, 255, 163, 0.25);
  transition: background 0.25s ease, transform 0.25s ease;
}

.page-home .security-item:hover {
  background: rgba(18, 34, 74, 0.9);
  transform: translateY(-3px);
}

.page-home .security-icon {
  font-size: 1.5rem;
  color: var(--home-orange);
  display: block;
  margin-bottom: 14px;
}

.page-home .security-title-item {
  font-family: var(--home-font-head);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--home-white);
  margin: 0 0 8px;
}

.page-home .security-desc {
  font-size: 0.87rem;
  line-height: 1.65;
  color: var(--home-silver);
  opacity: 0.75;
  margin: 0;
}

@media (min-width: 640px) {
  .page-home .hero-meta {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .upgrade-browser-row {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .report-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .security-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .page-home .section {
    padding: 90px 0;
  }

  .page-home .hero-frame {
    min-height: 640px;
    padding-top: 120px;
  }

  .page-home .hero-frame-content {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
  }

  .page-home .upgrade-grid {
    grid-template-columns: 0.9fr 1.1fr 1.2fr;
    align-items: stretch;
  }

  .page-home .upgrade-img-wrap {
    grid-column: 1 / -1;
  }

  .page-home .zone-layout {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
  }

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

  .page-home .archive-note {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

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

@media (min-width: 1080px) {
  .page-home .hero-login-card {
    justify-self: end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .hero-particle,
  .page-home .hero-track-curve path {
    animation: none;
    transition: none;
  }

  .page-home .btn-primary,
  .page-home .btn-ghost,
  .page-home .report-link,
  .page-home .security-item,
  .page-home .upgrade-browser-card {
    transition: none;
  }
}
