:root {
  --mix-bg: #081420;
  --mix-bg-soft: #101f30;
  --mix-text: #e9edf4;
  --mix-text-muted: #b6c0cf;
  --mix-line: rgba(233, 237, 244, 0.16);
  --mix-accent: #f3b93f;
  --mix-accent-strong: #ffd57b;
  --mix-panel: rgba(255, 255, 255, 0.03);
  --mix-max: 1120px;
}

body.home {
  background: var(--mix-bg);
  color: var(--mix-text);
  font-family: 'Manrope', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

body.home::before {
  display: none;
}

body.home #sidebar {
  display: none;
}

body.home #page,
body.home #content,
body.home .site-content,
body.home #primary,
body.home .content-area,
body.home .site-main {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.home .entry-content,
body.home .hentry,
body.home .post {
  margin: 0;
}

body.home .site-footer {
  margin: 0;
  background: #050b14;
  border-top: 1px solid var(--mix-line);
}

body.home .site-info,
body.home .site-info a {
  color: var(--mix-text-muted);
}

.mix-shell {
  width: min(var(--mix-max), 92vw);
  margin: 0 auto;
}

.mix-business-home {
  overflow: clip;
}

.mix-hero {
  position: relative;
  min-height: min(92svh, 900px);
  display: grid;
  align-items: end;
  padding: clamp(84px, 16vh, 180px) 0 clamp(56px, 9vh, 96px);
  background:
    radial-gradient(95% 65% at 78% 8%, rgba(243, 185, 63, 0.26), transparent 65%),
    radial-gradient(80% 60% at 15% 20%, rgba(29, 126, 255, 0.25), transparent 70%),
    linear-gradient(145deg, #0d1b2d 0%, #081420 52%, #06101a 100%);
}

.mix-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(243, 185, 63, 0.55) 38%, rgba(243, 185, 63, 0.15) 100%);
}

.mix-hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
}

.mix-kicker {
  margin: 0;
  color: var(--mix-accent-strong);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: clamp(11px, 1.2vw, 14px);
  font-weight: 650;
}

.mix-headline {
  margin: 14px 0 0;
  line-height: 0.95;
  font-size: clamp(52px, 10vw, 120px);
  font-weight: 760;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.mix-subline {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--mix-text-muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

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

.mix-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 640;
  text-decoration: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease;
}

.mix-btn-primary {
  color: #12233b;
  background: linear-gradient(130deg, var(--mix-accent) 0%, #ffd57b 100%);
  box-shadow: 0 12px 26px rgba(243, 185, 63, 0.28);
}

.mix-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(243, 185, 63, 0.35);
}

.mix-btn-secondary {
  color: var(--mix-text);
  background: transparent;
  border: 1px solid rgba(233, 237, 244, 0.35);
}

.mix-btn-secondary:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.72);
  transform: translateY(-2px);
}

.mix-metrics {
  margin: clamp(30px, 5vw, 42px) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(233, 237, 244, 0.22);
}

.mix-metrics li {
  padding: 16px 16px 0 0;
}

.mix-metric-value {
  display: block;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 680;
  letter-spacing: -0.02em;
}

.mix-metric-label {
  display: inline-block;
  margin-top: 6px;
  color: var(--mix-text-muted);
  font-size: 14px;
}

.mix-section {
  padding: clamp(74px, 10vw, 110px) 0;
  border-top: 1px solid var(--mix-line);
  background: var(--mix-bg);
}

.mix-section-contrast {
  background: linear-gradient(180deg, #0b1623 0%, #071321 100%);
}

.mix-section-eyebrow {
  margin: 0;
  color: var(--mix-accent-strong);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: 650;
}

.mix-section-title {
  margin: 14px 0 0;
  max-width: 860px;
  font-size: clamp(32px, 4.6vw, 56px);
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.mix-solution-grid {
  margin-top: 36px;
  border-top: 1px solid var(--mix-line);
}

.mix-solution-item {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--mix-line);
}

.mix-solution-item h3,
.mix-flow h3,
.mix-post-item h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.02em;
}

.mix-solution-item p,
.mix-flow p,
.mix-post-item p,
.mix-cta-text {
  margin: 0;
  color: var(--mix-text-muted);
  font-size: 17px;
  line-height: 1.7;
}

.mix-flow {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--mix-line);
}

.mix-flow li {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 22px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid var(--mix-line);
}

.mix-flow-index {
  display: inline-block;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.86);
}

.mix-post-list {
  margin-top: 36px;
  border-top: 1px solid var(--mix-line);
}

.mix-post-item {
  padding: 22px 0;
  border-bottom: 1px solid var(--mix-line);
}

.mix-post-meta {
  margin: 0 0 10px;
  color: var(--mix-accent-strong);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mix-post-item a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease;
}

.mix-post-item a:hover {
  color: var(--mix-accent-strong);
}

.mix-tags {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mix-tags a {
  padding: 7px 14px;
  color: #dbe3ef;
  border: 1px solid var(--mix-line);
  border-radius: 999px;
  text-decoration: none;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.mix-tags a:hover {
  border-color: rgba(243, 185, 63, 0.9);
  color: var(--mix-accent-strong);
}

.mix-cta {
  background: radial-gradient(75% 120% at 86% -8%, rgba(243, 185, 63, 0.2), transparent 68%), #060f1b;
}

.mix-cta-text {
  margin-top: 16px;
  max-width: 720px;
}

.mix-business-js .mix-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.mix-business-js .mix-reveal.mix-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .mix-hero {
    min-height: auto;
    padding-top: clamp(80px, 20vw, 118px);
  }

  .mix-metrics {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .mix-solution-item,
  .mix-flow li {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 680px) {
  .mix-shell {
    width: min(94vw, 1120px);
  }

  .mix-headline {
    font-size: clamp(40px, 16vw, 74px);
  }

  .mix-subline {
    font-size: 17px;
  }

  .mix-btn {
    width: 100%;
  }
}
