/* 度可达前台首页 — 复制到 FastAdmin public/assets/css/dukeda-landing.css */

.btn-teal {
  background-color: #18bc9c;
  border-color: #15a589;
  color: #fff;
}
.btn-teal:hover,
.btn-teal:focus {
  background-color: #149077;
  border-color: #117964;
  color: #fff;
}

.dukeda-landing {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #2c3e50;
  background: #f6f8fa;
}

.dukeda-topbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e6eaef;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.dukeda-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  flex-wrap: wrap;
  gap: 10px;
}

.dukeda-brand {
  font-size: 20px;
  font-weight: 700;
  color: #18bc9c;
  text-decoration: none;
}
.dukeda-brand:hover {
  color: #149077;
  text-decoration: none;
}

.dukeda-topnav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}
.dukeda-topnav > a {
  color: #555;
  font-weight: 500;
}
.dukeda-topnav > a:hover {
  color: #18bc9c;
  text-decoration: none;
}

.dukeda-user-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 4px;
}
.dukeda-nickname {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.dukeda-btn-outline {
  border-color: #cfd8e3;
}

.dukeda-hero {
  padding: 56px 0 48px;
  background: linear-gradient(180deg, #fff 0%, #f0f9f7 100%);
  border-bottom: 1px solid #e6eaef;
}

.dukeda-hero h1 {
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #1a252f;
}

.dukeda-hero .lead {
  font-size: 17px;
  line-height: 1.65;
  color: #5b6b7a;
  margin-bottom: 22px;
}

.dukeda-hero-actions .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

.dukeda-hero-card {
  background: #fff;
  border-radius: 10px;
  padding: 22px 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(24, 188, 156, 0.08);
}
.dukeda-hero-card-title {
  font-weight: 700;
  margin-bottom: 12px;
  color: #18bc9c;
}
.dukeda-hero-list {
  margin: 0;
  padding-left: 18px;
  color: #5b6b7a;
  line-height: 1.75;
}

.dukeda-section {
  padding: 48px 0;
}
.dukeda-section-alt {
  background: #fff;
  border-top: 1px solid #e6eaef;
  border-bottom: 1px solid #e6eaef;
}

.dukeda-section-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 32px;
  color: #1a252f;
}

.dukeda-feature-card {
  background: #fff;
  border: 1px solid #e6eaef;
  border-radius: 8px;
  padding: 22px 20px;
  height: 100%;
  margin-bottom: 16px;
}
.dukeda-feature-card h3 {
  margin-top: 0;
  font-size: 18px;
  color: #18bc9c;
}
.dukeda-feature-card p {
  color: #5b6b7a;
  line-height: 1.65;
  margin: 0;
}

.dukeda-steps {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.85;
  color: #5b6b7a;
}

.dukeda-footer {
  padding: 28px 0;
  text-align: center;
  font-size: 13px;
  color: #8896a6;
  background: #1a252f;
}
.dukeda-footer a {
  color: #a8b8c8;
}

@media (max-width: 767px) {
  .dukeda-hero h1 {
    font-size: 26px;
  }
}
