.guxiushi-web-home {
  --gx-bg: #f8f6ff;
  --gx-panel: #ffffff;
  --gx-text: #22233f;
  --gx-muted: #68637a;
  --gx-line: #e4defa;
  --gx-brand: #4d4f86;
  --gx-brand-dark: #25264b;
  --gx-accent: #ef4d63;
  --gx-warm: #fff1f4;
  --gx-ink: #242542;
  margin: 0 calc(50% - 50vw);
  background: var(--gx-bg);
  color: var(--gx-text);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.guxiushi-web-home * {
  box-sizing: border-box;
}

.guxiushi-web-home a {
  color: inherit;
  text-decoration: none !important;
}

.gx-home-topbar {
  position: sticky;
  top: 0;
  z-index: 5;
  border-bottom: 1px solid rgba(228, 222, 250, 0.86);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.gx-home-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, 100%);
  height: 74px;
  margin: 0 auto;
  padding: 0 20px;
}

.gx-home-brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

.gx-home-brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--gx-line);
  border-radius: 10px;
  background: #fff;
  color: var(--gx-brand-dark);
  font-size: 19px;
  font-weight: 900;
}

.gx-home-brand-name {
  display: block;
  color: var(--gx-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.gx-home-brand-sub {
  display: block;
  margin-top: 2px;
  color: var(--gx-muted);
  font-size: 12px;
  line-height: 1.2;
}

.gx-home-nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
  color: #55536d;
  font-size: 14px;
  font-weight: 800;
}

.gx-home-nav-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 15px;
  border-radius: 8px;
  background: var(--gx-brand);
  color: #fff !important;
}

.gx-home-section {
  padding: 58px 20px;
}

.gx-home-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.gx-home-hero {
  padding: 66px 20px 50px;
  background:
    linear-gradient(135deg, rgba(77, 79, 134, 0.11), rgba(239, 77, 99, 0.08)),
    var(--gx-bg);
}

.gx-home-hero-content {
  width: min(900px, 100%);
}

.gx-home-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 4px 13px;
  border: 1px solid rgba(77, 79, 134, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--gx-brand-dark);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.gx-home-hero h1 {
  margin: 20px 0 16px;
  color: var(--gx-ink);
  font-size: clamp(38px, 5.4vw, 62px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.05;
}

.gx-home-lede {
  width: min(820px, 100%);
  margin: 0;
  color: #55536d;
  font-size: 19px;
  line-height: 1.86;
}

.gx-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.gx-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--gx-line);
  border-radius: 8px;
  background: #fff;
  color: var(--gx-text);
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.gx-home-button:hover {
  transform: translateY(-1px);
  border-color: rgba(77, 79, 134, 0.42);
  box-shadow: 0 10px 24px rgba(36, 37, 66, 0.08);
}

.gx-home-button-primary {
  border-color: var(--gx-brand);
  background: var(--gx-brand);
  color: #fff !important;
}

.gx-home-button-warm {
  border-color: rgba(239, 77, 99, 0.28);
  background: var(--gx-warm);
  color: #bb263c;
}

.gx-home-member-line {
  margin: 18px 0 0;
  color: #55536d;
  font-size: 14px;
  line-height: 1.7;
}

.gx-home-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gx-home-card,
.gx-home-post-card,
.gx-home-course-card,
.gx-home-plan-card,
.gx-home-system-panel,
.gx-home-system-step {
  border: 1px solid var(--gx-line);
  border-radius: 10px;
  background: var(--gx-panel);
  box-shadow: 0 10px 26px rgba(36, 37, 66, 0.045);
}

.gx-home-card {
  display: block;
  min-height: 150px;
  padding: 20px;
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.gx-home-card:hover {
  transform: translateY(-2px);
  border-color: rgba(77, 79, 134, 0.42);
  box-shadow: 0 18px 36px rgba(36, 37, 66, 0.08);
}

.gx-home-kicker {
  color: var(--gx-brand);
  font-size: 13px;
  font-weight: 900;
}

.gx-home-section-head {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.gx-home-section-head h2,
.gx-home-subhead h2,
.gx-home-system-panel h2 {
  margin: 0;
  color: var(--gx-ink);
  font-size: 28px;
  font-weight: 950;
  line-height: 1.25;
}

.gx-home-section-head p {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--gx-muted);
  font-size: 15px;
  line-height: 1.72;
}

.gx-home-card h3,
.gx-home-course-card h3,
.gx-home-plan-card h3,
.gx-home-system-step h3,
.gx-home-post-card h3 {
  margin: 10px 0 8px;
  color: var(--gx-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
}

.gx-home-card p,
.gx-home-course-card p,
.gx-home-plan-card p,
.gx-home-system-step p,
.gx-home-system-panel p,
.gx-home-post-card p {
  margin: 0;
  color: var(--gx-muted);
  font-size: 14px;
  line-height: 1.72;
}

.gx-home-system-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: stretch;
}

.gx-home-system-panel {
  padding: 24px;
  background: linear-gradient(135deg, #ffffff, #f1efff);
}

.gx-home-system-panel h2 {
  margin-bottom: 12px;
}

.gx-home-system-panel p {
  font-size: 15px;
  line-height: 1.82;
}

.gx-home-system-list {
  display: grid;
  gap: 12px;
}

.gx-home-system-step {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
}

.gx-home-system-index {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #f1efff;
  color: var(--gx-brand-dark);
  font-weight: 950;
}

.gx-home-system-step h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.gx-home-post-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gx-home-subhead {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.gx-home-post-list {
  display: grid;
  gap: 12px;
}

.gx-home-post-card {
  display: block;
  padding: 18px;
}

.gx-home-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--gx-muted);
  font-size: 13px;
  line-height: 1.4;
}

.gx-home-post-card h3 {
  margin: 8px 0;
  font-size: 18px;
  line-height: 1.42;
}

.gx-home-course-grid,
.gx-home-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gx-home-course-card,
.gx-home-plan-card {
  display: block;
  min-height: 146px;
  padding: 20px;
}

.gx-home-plan-card strong {
  display: block;
  margin-top: 12px;
  color: var(--gx-brand);
  font-size: 16px;
}

.gx-home-risk {
  border-top: 1px solid var(--gx-line);
  background: #fff;
}

.gx-home-risk-box {
  padding: 18px;
  border-radius: 10px;
  background: #fbfaff;
  color: var(--gx-muted);
  font-size: 14px;
  line-height: 1.8;
}

.gx-home-empty {
  padding: 18px;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  background: #fff;
  color: var(--gx-muted);
}

@media (max-width: 900px) {
  .gx-home-nav {
    display: block;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .gx-home-nav-links {
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 14px;
  }

  .gx-home-card-grid,
  .gx-home-course-grid,
  .gx-home-plan-grid,
  .gx-home-post-columns,
  .gx-home-system-grid {
    grid-template-columns: 1fr;
  }

  .gx-home-card-grid,
  .gx-home-course-grid,
  .gx-home-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .gx-home-section {
    padding: 38px 16px;
  }

  .gx-home-hero {
    padding-top: 42px;
  }

  .gx-home-lede {
    font-size: 17px;
  }

  .gx-home-card-grid,
  .gx-home-course-grid,
  .gx-home-plan-grid {
    grid-template-columns: 1fr;
  }

  .gx-home-section-head,
  .gx-home-subhead {
    display: block;
  }

  .gx-home-subhead .gx-home-button {
    margin-top: 12px;
  }

  .gx-home-button {
    width: 100%;
  }

  .gx-home-nav-action {
    width: 100%;
  }
}
