.navbar-logo,
.footer-logo {
  gap: 0.55rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.navbar-logo::before,
.footer-logo::before {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 1.75rem;
  display: inline-block;
  background: url("/img/site-mark.svg") center / contain no-repeat;
}

.footer-logo {
  display: inline-flex !important;
  align-items: center;
}

.article img {
  border-radius: 1rem;
}

.image-caption {
  margin-top: -0.5rem;
  color: #6b7280;
  font-size: 0.86rem;
  line-height: 1.5;
}

.home-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid #dbeafe;
  border-radius: 1.5rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.28), transparent 34%),
    linear-gradient(135deg, #eff6ff 0%, #ffffff 58%, #f8fafc 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.home-hero h1 {
  max-width: 42rem;
  margin: 0 0 0.75rem;
  color: #111827;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.home-hero p {
  max-width: 38rem;
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.7;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.home-section {
  margin-top: 1.5rem;
}

.home-section__header {
  margin-bottom: 1rem;
}

.home-eyebrow {
  margin: 0 0 0.45rem;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-list {
  display: grid;
  gap: 1rem;
}

.guide-card {
  display: grid;
  grid-template-columns: minmax(9rem, 15rem) 1fr;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(17, 24, 39, 0.06);
}

.guide-card__image {
  display: block;
  min-height: 100%;
  background: #eff6ff;
}

.guide-card__image img {
  width: 100%;
  height: 100%;
  min-height: 11rem;
  object-fit: cover;
  border-radius: 0;
}

.guide-card__body {
  padding: 1.25rem;
}

.guide-card__body h3 {
  margin: 0 0 0.6rem;
  font-size: 1.2rem;
  line-height: 1.3;
}

.guide-card__body h3 a {
  color: #111827;
}

.guide-card__body p {
  margin-bottom: 1rem;
  color: #4b5563;
  line-height: 1.65;
}

.guide-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.62rem 0.95rem;
  background: #eff6ff;
  color: #1d4ed8 !important;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
}

.guide-card__button:hover {
  background: #dbeafe;
}

.home-start {
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  padding: 1.25rem;
  background: #ffffff;
}

.home-start ul {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .home-hero {
    padding: 1.4rem;
  }

  .guide-card {
    grid-template-columns: 1fr;
  }

  .guide-card__image img {
    max-height: 16rem;
  }
}

.product-card {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.25rem;
  margin: 1.5rem 0;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
}

.product-card__label {
  margin: 0 0 0.4rem;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  line-height: 1.35;
}

.product-card p:last-of-type {
  margin-bottom: 1rem;
  color: #4b5563;
}

.product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.68rem 1rem;
  background: #2563eb;
  color: #ffffff !important;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
}

.product-card__button:hover {
  background: #1d4ed8;
}
