body {
  font-size: 1.06rem;
  line-height: 1.72;
}

.quarto-title-block {
  display: none;
}

main.content {
  max-width: 1160px;
}

.navbar {
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(127, 127, 127, 0.16) !important;
}

.hero-wrap {
  display: grid;
  grid-template-columns: 1.45fr 0.85fr;
  gap: 2.5rem;
  align-items: center;
  padding: 4.5rem 0 3rem 0;
}

.hero-left h1 {
  font-size: 3.35rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 0.35rem;
}

.hero-left h2 {
  font-size: 1.22rem;
  font-weight: 400;
  opacity: 0.85;
  margin-bottom: 1.2rem;
}

.hero-actions {
  margin-top: 1.4rem;
  margin-bottom: 1.2rem;
}

.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 0.88rem 1.18rem;
  margin-right: 0.55rem;
  margin-bottom: 0.55rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

.btn-primary {
  background: #111;
  color: #fff;
  border: 1px solid #111;
}

.btn-secondary {
  background: transparent;
  color: inherit;
  border: 1px solid currentColor;
}

.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-1px);
  text-decoration: none;
  opacity: 0.92;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.hero-tags span {
  display: inline-block;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(127, 127, 127, 0.1);
  border: 1px solid rgba(127, 127, 127, 0.16);
  font-size: 0.92rem;
}

.hero-right {
  text-align: center;
}

.hero-image {
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}

.feature-grid,
.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
  margin-bottom: 2rem;
}

.feature-card,
.mini-card,
.section-panel {
  padding: 1.35rem;
  border-radius: 22px;
  background: rgba(127, 127, 127, 0.06);
  border: 1px solid rgba(127, 127, 127, 0.16);
}

.feature-card h3,
.mini-card h3 {
  margin-top: 0;
  margin-bottom: 0.7rem;
}

.mini-card p:last-child,
.mini-card a:last-child {
  margin-bottom: 0;
}

.section-panel {
  margin-top: 1rem;
}

@media (max-width: 900px) {
  .hero-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-left h1 {
    font-size: 2.45rem;
  }

  .feature-grid,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .hero-tags {
    justify-content: center;
  }
}
