.landing-price-shell {
  align-items: start;
}

.footer-dark {
  margin-top: 40px;
  background: #000;
}

.footer-shell {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.9fr 1fr;
  gap: 34px;
  padding: 56px 0 28px;
}

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.footer-logo {
  width: 74px;
  height: 74px;
  object-fit: contain;
  border-radius: 50%;
  flex-shrink: 0;
}

.footer-brand-block h2,
.footer-block h3,
.footer-brand-block p,
.footer-links a,
.footer-email,
.footer-block p,
.footer-bottom-note p {
  color: #fff;
}

.footer-brand-block h2 {
  margin: 0;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 2rem;
}

.footer-tagline {
  margin: 4px 0 0;
  font-size: 1rem;
}

.footer-description {
  max-width: 340px;
  margin: 0;
  line-height: 1.8;
}

.footer-block h3 {
  margin: 0 0 16px;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 1.35rem;
}

.footer-links {
  display: grid;
  gap: 14px;
}

.footer-links a,
.footer-email,
.footer-block p,
.footer-bottom-note p {
  line-height: 1.7;
}

.footer-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.footer-bottom-note {
  padding: 0 0 34px;
}

@media (max-width: 720px) {
  .footer-shell {
    grid-template-columns: 1fr;
    padding: 24px 0 40px;
  }
}
