body.content-v3-page {
  background: #ffffff;
  color: #10131a;
}

.content-v3-hero {
  position: relative;
  padding: 92px 0 112px;
  color: #ffffff;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 8, 16, 0.92), rgba(5, 8, 16, 0.64)),
    linear-gradient(180deg, rgba(5, 8, 16, 0) 78%, #ffffff 100%),
    url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=2200&q=82") center / cover;
}

.content-v3-container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.content-v3-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
}

.content-v3-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22d3ee;
}

.content-v3-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #ffffff;
  font-size: 60px;
  line-height: 1.08;
  font-weight: 900;
}

.content-v3-hero p {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.85;
  font-weight: 650;
}

.content-v3-quick {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: -42px;
}

.content-v3-quick a,
.content-v3-quick div {
  min-height: 104px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  color: #10131a;
  text-decoration: none;
}

.content-v3-quick span,
.content-v3-eyebrow {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
}

.content-v3-quick strong {
  display: block;
  margin-top: 10px;
  color: #10131a;
  font-size: 17px;
  line-height: 1.35;
}

.content-v3-main {
  padding: 78px 0 84px;
}

.content-v3-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.content-v3-panel,
.content-v3-side,
.content-v3-card {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.content-v3-panel {
  padding: 34px;
}

.content-v3-side {
  position: sticky;
  top: 112px;
  padding: 22px;
}

.content-v3-panel h2,
.content-v3-side h2 {
  margin: 0 0 14px;
  color: #10131a;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.22;
}

.content-v3-panel p,
.content-v3-panel li,
.content-v3-side p {
  color: #475569;
  line-height: 1.85;
  font-weight: 620;
}

.content-v3-panel section + section {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid #e5e7eb;
}

.content-v3-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.content-v3-card {
  padding: 22px;
}

.content-v3-card h3 {
  margin: 0 0 10px;
  color: #10131a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
}

.content-v3-card p {
  margin: 0;
}

.content-v3-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.content-v3-list li {
  padding: 14px 16px;
  border-radius: 14px;
  background: #f8fafc;
}

.content-v3-nav {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.content-v3-nav a,
.content-v3-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 999px;
  background: #10131a;
  color: #ffffff;
  font-weight: 850;
  text-decoration: none;
}

.content-v3-nav a {
  justify-content: flex-start;
  background: #f8fafc;
  color: #10131a;
}

.content-v3-nav a:hover {
  background: #eef2ff;
  color: #4f46e5;
}

.content-v3-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.content-v3-muted {
  color: #64748b;
}

@media (max-width: 980px) {
  .content-v3-layout,
  .content-v3-quick,
  .content-v3-grid {
    grid-template-columns: 1fr;
  }

  .content-v3-side {
    position: static;
  }
}

@media (max-width: 640px) {
  .content-v3-container {
    width: min(100% - 28px, 1120px);
  }

  .content-v3-hero {
    padding: 64px 0 84px;
  }

  .content-v3-hero h1 {
    font-size: 40px;
  }

  .content-v3-panel {
    padding: 24px;
  }
}
