html {
  scroll-behavior: smooth;
}

body {
  color: #273142;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.navbar-brand img {
  border-radius: 8px;
  object-fit: cover;
}

.hero-row {
  width: 100%;
  min-height: 455px;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(255,255,255,.86);
  font-size: 15px;
}

.clogin-banner .banner-title {
  padding: 52px 24px 92px;
}

.clogin-banner h1 {
  font-weight: 800;
  line-height: 1.25;
}

.clogin-banner p {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9;
}

.lead-copy {
  color: #5f6f83;
  font-size: 16px;
  line-height: 2;
}

.summary-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.summary-row div {
  padding: 22px 12px;
  background: #f7faff;
  border-radius: 8px;
}

.summary-row strong {
  display: block;
  color: #2f7ef6;
  font-size: 30px;
  line-height: 1.1;
}

.summary-row span {
  display: block;
  margin-top: 8px;
  color: #607086;
  font-size: 14px;
}

.plugin-grid {
  row-gap: 28px;
}

.plugin-card {
  height: 100%;
  padding: 28px 24px 24px;
  background: #fff;
  border: 1px solid #e7edf7;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(43, 92, 168, .07);
  text-align: left;
  transition: transform .25s ease, box-shadow .25s ease;
}

.plugin-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(43, 92, 168, .14);
}

.plugin-card i {
  color: #2f7ef6;
  font-size: 34px;
  margin-bottom: 18px;
}

.plugin-card h3 {
  min-height: 52px;
  margin: 0 0 12px;
  color: #252934;
  font-size: 20px;
  line-height: 1.35;
}

.plugin-card p {
  min-height: 52px;
  margin-bottom: 20px;
  color: #6b798e;
  font-size: 14px;
  line-height: 1.8;
}

.plugin-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 38px;
  padding: 0 16px;
  color: #fff;
  background: #2f7ef6;
  border-radius: 4px;
  text-decoration: none;
}

.plugin-card a:hover {
  color: #fff;
  background: #1e66d6;
  text-decoration: none;
}

.install-section {
  background: #fff;
}

.install-item {
  height: 100%;
  padding: 26px;
  border-left: 4px solid #2f7ef6;
  background: #f8fafd;
  border-radius: 8px;
}

.install-item img {
  width: 19px;
  height: 13px;
  margin-bottom: 18px;
}

.install-item h3 {
  color: #252934;
  font-size: 19px;
  margin-bottom: 12px;
}

.install-item p {
  color: #6b798e;
  line-height: 1.9;
  margin-bottom: 0;
}

.download-note {
  text-align: center;
}

.download-note h2 {
  color: #2196f3;
  font-size: 28px;
  margin-bottom: 15px;
}

.download-note p {
  color: #5f6f83;
  line-height: 1.9;
  margin-bottom: 0;
}

code {
  color: #1e66d6;
  background: #eef5ff;
  padding: 2px 6px;
  border-radius: 4px;
}

@media (max-width: 750px) {
  body {
    padding-top: 76px;
  }

  .clogin-banner .banner-title {
    padding: 42px 20px 68px;
  }

  .clogin-banner h1 {
    font-size: 30px;
  }

  .summary-row {
    grid-template-columns: 1fr;
  }

  .plugin-card h3,
  .plugin-card p {
    min-height: auto;
  }

  .install-list {
    row-gap: 18px;
  }
}
