.hero {
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #f8faff 0%, #f0f5ff 100%);
}
.hero-tag {
  color: var(--primary);
  font-size: 14px;
}
.benefit-badge {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  margin: 0 0.5rem;
  font-size: 0.9rem;
  background: #0066ff1a;
}
.benefit-badge i {
  margin-right: 0.5rem;
}

/* 新增样式 */
.coverage-intro {
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  position: relative;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 30px 0;
  position: relative;
}

.stat-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 102, 255, 0.05);
  border: 1px solid rgba(0, 102, 255, 0.1);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 102, 255, 0.1);
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
  line-height: 1;
}

.stat-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 5px;
}

.stat-desc {
  color: #666;
  font-size: 16px;
}

.stat-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 60px;
  color: rgba(0, 102, 255, 0.08);
  z-index: 0;
}

/* 全球账户板块样式 */
.global-account-section {
  background: linear-gradient(to bottom, #ffffff 0%, #f8faff 100%);
  position: relative;
  overflow: hidden;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.section-header h2 {
  font-size: 36px;
  color: var(--dark);
  margin-bottom: 15px;
}

.highlight {
  color: var(--primary);
}

.subtitle {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.account-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 1;
}

.feature-card {
  background: white;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-top: 3px solid transparent;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 102, 255, 0.1);
  border-top-color: var(--primary);
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  background: rgba(0, 102, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.icon-wrapper i {
  font-size: 24px;
  color: var(--primary);
}

.feature-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--dark);
}

.feature-desc {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.7;
}

.emphasize {
  color: var(--primary);
  font-weight: 600;
}

.feature-list {
  list-style: none;
  padding-left: 0;
}

.feature-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  color: #555;
}

.feature-list li::before {
  content: "•";
  color: var(--primary);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.cta-link {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.cta-link i {
  margin-left: 8px;
  transition: transform 0.3s;
}

.cta-link:hover {
  color: var(--accent);
}

.cta-link:hover i {
  transform: translateX(3px);
}

/* 新增资金流转专区样式 */

.funds-feature {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.funds-content {
  flex: 1;
  min-width: 300px;
  padding: 0 40px;
}

.funds-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
  padding: 20px;
}

.funds-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.funds-feature h2 {
  font-size: 32px;
  color: var(--dark);
  margin-bottom: 20px;
  line-height: 1.3;
}

.funds-feature p {
  font-size: 18px;
  color: var(--text);
  margin-bottom: 30px;
  line-height: 1.8;
}

.feature-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.stat-item {
  flex: 1;
  min-width: 150px;
}

.stat-value {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 5px;
}

.stat-label {
  font-size: 16px;
  color: #666;
}

.corporate-card-intro {
  font-family: "Segoe UI", system-ui, sans-serif;
  background: linear-gradient(135deg, #f8faff 0%, #f0f4ff 100%);
  color: #2c3e50;
}

.card-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.benefit-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(46, 134, 222, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(46, 134, 222, 0.15);
}

.benefit-title {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
}
.benefit-icon {
  width: 60px;
  height: 60px;
  background: rgba(46, 134, 222, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon svg {
  width: 28px;
  height: 28px;
}

.benefit-card h3 {
  font-size: 1.5rem;
  color: #2c3e50;
  font-weight: 600;
}

.benefit-list {
  list-style: none;
  margin-bottom: 0;
}

.benefit-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
  color: #576574;
}

.benefit-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background: #2e86de;
  border-radius: 50%;
}

.cta-section {
  text-align: center;
  margin-top: 2rem;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: linear-gradient(90deg, #2e86de 0%, #54a0ff 100%);
  color: white;
  border: none;
  padding: 0.9rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 15px rgba(46, 134, 222, 0.3);
}

.primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(46, 134, 222, 0.4);
}

.primary-cta svg {
  transition: transform 0.2s ease;
}

.primary-cta:hover svg {
  transform: translateX(3px);
}

.security-banner {
  background-image: linear-gradient(135deg, #1f2225b3 0%, #1f2225e6 100%), url("../images/account-bg.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  color: white;
  position: relative;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content {
  max-width: 800px;
  text-align: center;
  padding: 20px;
}

.banner-title {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 42px;
  margin-bottom: 25px;
}

.banner-subtitle {
  display: inline-block;
  color: #fff;
  background: #2e86decc;
  font-weight: 300;
  padding: 3px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.banner-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.banner-button {
  background: transparent;
  color: white;
  border: 2px solid white;
  padding: 12px 35px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.banner-button:hover {
  background: white;
  color: #333;
}

.expense-content-section {
  background: linear-gradient(to bottom, #f0f4ff 0%, #ffffff 100%);
}

.expense-feature {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.expense-feature.reverse {
  flex-direction: row-reverse;
}

.expense-feature-img {
  flex: 1;
  padding: 0 40px;
}

.expense-feature-img img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.expense-feature-content {
  flex: 1;
  padding: 0 40px;
}

.expense-feature-number {
  font-size: 72px;
  font-weight: 700;
  color: rgba(0, 102, 255, 0.1);
  margin-bottom: 20px;
  line-height: 1;
}

.expense-feature-title {
  font-size: 32px;
  color: var(--dark);
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.expense-feature-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 60%;
  width: 5px;
  background: var(--accent);
}

.expense-feature-desc {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
}

.expense-benefit-list {
  list-style: none;
}

.expense-benefit-list li {
  margin-bottom: 15px;
  position: relative;
  font-size: 16px;
}

.expense-benefit-list li i {
  color: var(--primary);
  margin-right: 6px;
}

/* 响应式设计 */
@media (max-width: 1024px) {
  .expense-feature,
  .expense-feature.reverse {
    flex-direction: column;
  }

  .expense-feature-img,
  .expense-feature-content {
    padding: 20px;
  }

  .expense-feature-img {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .stat-card {
    padding: 30px 20px;
  }
  .feature-card {
    padding: 30px 20px;
  }
  .funds-feature {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .funds-content {
    order: 2;
    padding: 0 20px;
    margin-top: 30px;
  }

  .funds-image {
    order: 1;
  }

  .funds-feature h2 {
    font-size: 28px;
  }

  .funds-feature p {
    font-size: 16px;
  }

  .stat-item {
    min-width: 120px;
  }

  .stat-value {
    font-size: 28px;
  }
  .intro-title {
    font-size: 2rem;
  }

  .intro-subtitle {
    font-size: 1rem;
  }

  .card-benefits {
    grid-template-columns: 1fr;
  }
  .security-banner {
    height: 300px;
  }

  .banner-title {
    font-size: 32px;
  }

  .banner-subtitle {
    font-size: 14px;
  }

  .banner-text {
    font-size: 16px;
  }
  .expense-hero h1 {
    font-size: 36px;
  }

  .expense-feature-title {
    font-size: 28px;
  }

  .expense-feature-number {
    font-size: 60px;
  }
}
