.page-home {
  --home-radius-lg: 28px;
  --home-radius-md: 18px;
  --home-card-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --home-hero-title-size: clamp(2.6rem, 8vw, 6rem);
  --home-hero-lead-size: clamp(1rem, 1.6vw, 1.25rem);
  --home-accent-glow: 0 0 40px rgba(255, 107, 0, 0.4);

  position: relative;
  background: var(--grad-main);
  color: #E9ECF5;
  overflow-x: hidden;
}

.page-home .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

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

.page-home .section-skip {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(100deg, rgba(255, 107, 0, 0.08) 0%, rgba(212, 175, 55, 0.04) 35%, transparent 70%);
  clip-path: polygon(0 0, 100% 0, 100% 12%, 20% 100%, 0 100%);
  pointer-events: none;
}

.page-home .section-skip-docs {
  background: linear-gradient(100deg, rgba(212, 175, 55, 0.12) 0%, rgba(255, 107, 0, 0.05) 40%, transparent 75%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 100%, 0 18%);
}

.page-home .section-number {
  font-family: var(--font-mono);
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  color: var(--c-orange);
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0;
  -webkit-text-stroke: 1px rgba(255, 107, 0, 0.2);
  text-stroke: 1px rgba(255, 107, 0, 0.2);
}

.page-home .gold-number {
  color: var(--c-gold);
  -webkit-text-stroke: 1px rgba(212, 175, 55, 0.2);
  text-stroke: 1px rgba(212, 175, 55, 0.2);
}

.page-home .section-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2rem, 3vw, 2.6rem);
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
}

.page-home .section-sub {
  font-size: 0.95rem;
  color: var(--c-gray);
  margin: 8px 0 0;
  max-width: 32em;
}

.page-home .section-heading-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.page-home .eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-orange);
  background: rgba(255, 107, 0, 0.1);
  border-radius: 999px;
  padding: 6px 16px;
  margin-bottom: 18px;
}

.page-home .btn {
  display: inline-block;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1;
  padding: 16px 32px;
  text-align: center;
  transition: var(--transition);
  cursor: default;
}

.page-home .btn-primary {
  background: var(--grad-orange);
  color: #fff;
  box-shadow: var(--shadow-orange);
}

.page-home .btn-ghost {
  background: transparent;
  color: #dce3f2;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.page-home .kb-badge {
  display: inline-block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #cdd6e8;
  padding: 7px 16px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.page-home .breadcrumb {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(11, 19, 43, 0.55);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.page-home .breadcrumb-label {
  font-weight: 500;
}

.page-home .breadcrumb-current {
  color: var(--c-gold);
  font-weight: 500;
}

/* hero */
.page-home .hero-section {
  position: relative;
  min-height: 96vh;
  display: flex;
  align-items: center;
  padding: 140px 0 120px;
  overflow: hidden;
}

.page-home .hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.page-home .hero-bg-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse at 70% 20%, rgba(11, 19, 43, 0.15) 0%, rgba(11, 19, 43, 0.75) 60%, rgba(6, 12, 29, 0.95) 100%), linear-gradient(100deg, rgba(11, 19, 43, 0.8) 0%, rgba(11, 19, 43, 0.35) 50%, rgba(28, 37, 65, 0.4) 100%);
}

.page-home .hero-inner {
  position: relative;
  z-index: 2;
}

.page-home .hero-kicker {
  margin-bottom: 20px;
  border-color: rgba(255, 107, 0, 0.4);
  color: #ffe6d0;
  background: rgba(255, 107, 0, 0.14);
}

.page-home .hero-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: var(--home-hero-title-size);
  line-height: 1.06;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0 0 24px;
  max-width: 10em;
  text-transform: uppercase;
}

.page-home .hero-title-accent {
  display: block;
  font-size: 0.46em;
  letter-spacing: 0.08em;
  color: transparent;
  background: var(--grad-gold-text);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0.2em;
}

.page-home .hero-lead {
  max-width: 38em;
  font-size: var(--home-hero-lead-size);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 32px;
}

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

.page-home .hero-btn-download {
  font-size: 1.05rem;
  padding: 17px 36px;
}

.page-home .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 2;
}

.page-home .hero-meta-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-right: 32px;
  margin-right: 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .hero-meta-item:last-child {
  border-right: 0;
}

.page-home .hero-meta-item dt {
  font-size: 1.2rem;
  color: var(--c-gold);
  font-weight: 600;
}

.page-home .hero-meta-item dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
}

.page-home .hero-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  z-index: 2;
}

.page-home .hero-scroll-hint span {
  display: block;
  width: 4px;
  height: 8px;
  border-radius: 99px;
  background: var(--c-orange);
  margin: 6px auto 0;
}

/* entry section */
.page-home .entry-section {
  padding-top: 20px;
  position: relative;
}

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

.page-home .entry-visual {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.page-home .entry-app-icon {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 32px;
  background: linear-gradient(135deg, #1C2541, #0B132B);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5), 0 0 50px rgba(255, 107, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0 auto;
}

.page-home .entry-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.page-home .entry-orbit-one {
  inset: -22px;
}

.page-home .entry-orbit-two {
  inset: -48px;
  border-style: solid;
  border-color: rgba(255, 107, 0, 0.15);
  border-width: 1px;
}

.page-home .entry-content {
  max-width: 560px;
}

.page-home .entry-desc {
  font-size: 1.15rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 24px;
}

.page-home .entry-feature-list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .entry-feature-list li {
  position: relative;
  padding-left: 26px;
  font-size: 0.95rem;
  color: #c5cee2;
  line-height: 1.6;
}

.page-home .entry-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-orange);
}

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

/* updates section */
.page-home .updates-section {
  position: relative;
  background: linear-gradient(180deg, rgba(28, 37, 65, 0.8) 0%, rgba(11, 19, 43, 0.2) 40%, rgba(28, 37, 65, 0.4) 100%);
}

.page-home .updates-heading-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.page-home .updates-mini-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.25);
}

.page-home .updates-mini-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

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

.page-home .update-card {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--home-radius-md);
  padding: 26px;
  backdrop-filter: blur(10px);
  transition: var(--transition);
  overflow: hidden;
}

.page-home .update-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 107, 0, 0.6), transparent);
  opacity: 0;
  transition: var(--transition);
}

.page-home .update-card:hover::before {
  opacity: 1;
}

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

.page-home .update-card-top .kb-badge {
  font-size: 0.72rem;
  padding: 5px 12px;
  background: rgba(255, 107, 0, 0.12);
  border-color: rgba(255, 107, 0, 0.28);
  color: #ffd7b8;
  border-radius: 999px;
}

.page-home .update-version {
  font-size: 0.82rem;
  color: var(--c-gold);
  background: rgba(212, 175, 55, 0.1);
  border-radius: 99px;
  padding: 5px 12px;
  letter-spacing: 0.04em;
}

.page-home .update-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: #ffffff;
  line-height: 1.4;
}

.page-home .update-card-summary {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #b8c2d6;
  margin: 0 0 20px;
}

.page-home .update-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
}

.page-home .update-card-date {
  font-size: 0.82rem;
  color: var(--c-gray);
}

.page-home .update-card-link {
  color: var(--c-orange);
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.page-home .updates-more {
  text-align: center;
  margin-top: 40px;
}

/* docs section */
.page-home .docs-section {
  position: relative;
  padding-top: 40px;
}

.page-home .docs-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.015) 100%);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: var(--home-radius-lg);
  padding: 30px 26px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--home-card-shadow);
}

.page-home .docs-panel::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.18) 0%, transparent 60%);
  pointer-events: none;
}

.page-home .docs-panel-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.page-home .docs-panel-left .section-number {
  color: var(--c-gold);
  -webkit-text-stroke: 1px rgba(212, 175, 55, 0.2);
  text-stroke: 1px rgba(212, 175, 55, 0.2);
}

.page-home .docs-panel-icon {
  border-radius: 22px;
  overflow: hidden;
  max-width: 280px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.page-home .docs-panel-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.page-home .docs-panel-right {
  position: relative;
  z-index: 1;
}

.page-home .docs-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 14px;
}

.page-home .docs-lead {
  font-size: 1rem;
  line-height: 1.8;
  color: #cbd4e4;
  margin: 0 0 28px;
  max-width: 480px;
}

.page-home .docs-topic-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 0;
}

.page-home .docs-topic-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .docs-topic-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .docs-topic-list a {
  display: block;
  padding: 16px 4px;
  color: #dce3f0;
  text-decoration: none;
  font-size: 0.98rem;
  line-height: 1.5;
  transition: var(--transition);
}

.page-home .docs-topic-list a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--c-gold);
  border-radius: 50%;
  margin-right: 14px;
  vertical-align: middle;
}

.page-home .docs-panel-btn {
  margin-top: 8px;
}

/* collect section */
.page-home .collect-section {
  position: relative;
  background: linear-gradient(180deg, rgba(11, 19, 43, 0.6) 0%, rgba(6, 12, 29, 0.7) 100%);
}

.page-home .collect-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 70%, rgba(255, 107, 0, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.page-home .collect-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.page-home .collect-main .section-title {
  margin-top: 8px;
  margin-bottom: 18px;
}

.page-home .collect-desc {
  max-width: 34em;
  color: #c5cee0;
  line-height: 1.8;
  font-size: 1rem;
  margin: 0 0 32px;
}

.page-home .collect-steps {
  display: grid;
  gap: 18px;
  max-width: 560px;
}

.page-home .collect-step {
  display: flex;
  gap: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--home-radius-md);
  padding: 22px 22px;
  align-items: flex-start;
  transition: var(--transition);
}

.page-home .collect-step-num {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(212, 175, 55, 0.16);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--c-gold);
  font-weight: 700;
  font-size: 1rem;
}

.page-home .collect-step-body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
}

.page-home .collect-step-body p {
  font-size: 0.92rem;
  color: #aeb9cf;
  line-height: 1.6;
  margin: 0;
}

.page-home .collect-aside-card {
  position: sticky;
  top: 100px;
  background: linear-gradient(145deg, rgba(255, 107, 0, 0.14) 0%, rgba(28, 37, 65, 0.8) 100%);
  border: 1px solid rgba(255, 107, 0, 0.3);
  border-radius: var(--home-radius-lg);
  padding: 36px 28px;
  text-align: center;
  box-shadow: var(--home-card-shadow);
}

.page-home .collect-aside-icon {
  display: inline-block;
  font-size: 2.4rem;
  color: var(--c-gold);
  margin-bottom: 14px;
  line-height: 1;
}

.page-home .collect-aside-card h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
}

.page-home .collect-aside-card p {
  font-size: 0.95rem;
  color: #e8e3da;
  line-height: 1.7;
  margin-bottom: 24px;
}

.page-home .collect-aside-btn {
  width: 100%;
}

/* trust section */
.page-home .trust-section {
  position: relative;
  padding-bottom: 120px;
}

.page-home .trust-heading-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

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

.page-home .trust-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--home-radius-md);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-home .trust-card-main {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
  border-color: rgba(212, 175, 55, 0.25);
}

.page-home .trust-card-label {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-gold);
}

.page-home .trust-card-value {
  font-size: 1.05rem;
  font-weight: 600;
  color: #f0e8d8;
  margin: 0;
  line-height: 1.4;
}

.page-home .trust-card-line {
  font-size: 0.95rem;
  color: #d5dbe8;
  line-height: 1.6;
  margin: 0;
}

.page-home .trust-card-copy {
  font-size: 0.92rem;
  color: #bcc5d8;
  line-height: 1.7;
  margin: 4px 0 0;
}

.page-home .trust-card-note {
  font-size: 0.8rem;
  color: var(--c-gray);
  line-height: 1.6;
  margin: 4px 0 0;
}

.page-home .trust-card-cert {
  gap: 6px;
}

.page-home .trust-cert-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.page-home .trust-cert-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #d5dbe8;
  line-height: 1.5;
}

.page-home .cert-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-green);
  box-shadow: 0 0 10px rgba(123, 158, 107, 0.5);
}

.page-home .trust-footer-note {
  margin-top: 36px;
  text-align: center;
  font-size: 0.94rem;
  color: var(--c-gray);
}

.page-home .trust-footer-note a {
  color: var(--c-orange);
  text-decoration: none;
  font-weight: 600;
}

/* reveal opacity / reset base reveal */
.page-home .reveal {
  opacity: 1;
}

@media (min-width: 640px) {
  .page-home .container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .page-home .updates-list {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .update-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .page-home .container {
    padding-left: var(--side-space);
    padding-right: var(--side-space);
  }

  .page-home .section-block {
    padding: 110px 0;
  }

  .page-home .entry-grid {
    grid-template-columns: minmax(320px, 440px) 1fr;
    gap: 70px;
  }

  .page-home .docs-section {
    padding-top: 60px;
  }

  .page-home .docs-panel {
    grid-template-columns: 300px 1fr;
    gap: 40px;
    padding: 40px 40px;
  }

  .page-home .collect-layout {
    grid-template-columns: 1.4fr 0.9fr;
    gap: 70px;
  }

  .page-home .trust-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .page-home .trust-card-main {
    grid-column: span 2;
  }

  .page-home .trust-card-cert {
    grid-column: span 2;
  }
}

@media (min-width: 1200px) {
  .page-home .updates-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .page-home .update-card:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .page-home .hero-scroll-hint span {
    animation: homeScrollHintDown 2s ease-in-out infinite;
  }

  .page-home .entry-orbit-one {
    animation: homeOrbitRotate 30s linear infinite;
  }

  .page-home .entry-orbit-two {
    animation: homeOrbitRotateReverse 22s linear infinite;
  }

  .page-home .update-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 107, 0, 0.4);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
  }

  .page-home .btn-primary:hover {
    box-shadow: 0 0 55px rgba(255, 107, 0, 0.45);
    transform: translateY(-2px);
  }

  .page-home .btn-ghost:hover {
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
  }

  .page-home .collect-step:hover {
    transform: translateX(6px);
    border-color: rgba(212, 175, 55, 0.35);
  }

  @keyframes homeScrollHintDown {
    0%, 100% {
      opacity: 0.4;
      transform: translateY(0);
    }
    50% {
      opacity: 1;
      transform: translateY(12px);
    }
  }

  @keyframes homeOrbitRotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  @keyframes homeOrbitRotateReverse {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(-360deg);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 480px) {
  .page-home .hero-section {
    min-height: 92vh;
    padding: 120px 0 100px;
  }

  .page-home .hero-title {
    letter-spacing: 0;
  }

  .page-home .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-home .hero-actions .btn {
    text-align: center;
  }

  .page-home .hero-meta-item {
    padding-right: 18px;
    margin-right: 18px;
  }

  .page-home .breadcrumb {
    left: 16px;
    top: 16px;
  }

  .page-home .section-heading-row {
    flex-direction: column;
    gap: 8px;
  }

  .page-home .docs-panel {
    padding: 24px 20px;
  }

  .page-home .update-card-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-home .trust-card-main,
  .page-home .trust-card-cert {
    grid-column: span 1;
  }
}
