/* 全局基础统一重置间距 */
*{
  box-sizing:border-box;
}
body{
  line-height:1.6;
}
section{
  margin:0;
  padding:0;
}
img{
  max-width:100%;
}

/* ===================== Hero Banner ===================== */
.hero-banner {
  position: relative;
  width: 100%;
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 0;
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.88) 25%, rgba(255,255,255,0.75) 45%, rgba(255,255,255,0.35) 70%, rgba(0,0,0,0.10) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem;
}

.hero-text-wrap {
  max-width: 720px;
}

.hero-badge {
  display: inline-block;
  background: #2F855A;
  color: #fff;
  padding: 5px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 0.8rem;
}

.hero-text-wrap h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.15;
  font-weight: 700;
  color:#1C4532;
  margin: 0 0 1rem;
}

.highlight {
  color: #2F855A;
}

.hero-desc {
  font-size: 1rem;
  line-height: 1.65;
  color: #333;
  margin: 0 0 1.2rem;
}

.hero-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.6rem;
}
.hero-feature-list li {
  font-size: 0.95rem;
  color: #222;
  margin: 0 0 0.6rem;
  padding-left: 26px;
  position: relative;
}
.hero-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2F855A;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  display: grid;
  place-content: center;
}

.hero-cta {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-quote,
.btn-whatsapp{
  padding:12px 24px;
  border-radius:8px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:.2s ease;
}

.btn-quote{
  background:#2F855A;
  color:#fff;
  box-shadow:0 4px 12px rgba(56,161,105,.22);
}
.btn-quote:hover{
  background:#1C4532;
  transform:translateY(-1px);
}

.btn-whatsapp {
  background: transparent;
  border:1px solid #222;
  color:#222;
  padding:12px 22px;
  border-radius:6px;
  text-decoration:none;
  transition:0.25s;
}
.btn-whatsapp:hover{
  border-color:#2F855A;
  color:#2F855A;
}

@media (max-width: 768px) {
  .hero-banner {
    min-height: auto;
    padding: 30px 0;
    align-items: flex-start;
  }
  .hero-banner::before {
    background: rgba(255, 255, 255, 0.8);
  }
  .hero-inner {
    padding: 2.5rem 1rem 2rem;
  }
  .hero-text-wrap h1 {
    font-size: 2rem;
    margin: 8px 0 12px;
  }
  .hero-desc {
    font-size: 0.92rem;
    margin-bottom: 14px;
  }
  .hero-feature-list {
    margin: 1rem 0 18px;
  }
  .hero-feature-list li {
    font-size: 0.88rem;
  }
  .hero-cta {
    justify-content: center;
  }
  .hero-badge {
    font-size: 12px;
    padding: 4px 12px;
  }
}

/* ===================== Story Section 紧凑版 ===================== */
.story-section{
  max-width:1400px;
  margin:80px auto;
  padding:0 20px;
}
.story-wrap{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:50px;
  align-items:center;
}
.story-image{
  overflow:hidden;
  border-radius:16px;
}
.story-image img{
  width:100%;
  display:block;
}
.story-tag{
  font-size:12px;
  letter-spacing:1px;
  color:#333;
  margin-bottom:14px;
}
.story-content h2{
  font-size:36px;
  line-height:1.2;
  margin-bottom:18px;
  color:#0f172a;
}
.story-content p{
  font-size:15px;
  line-height:1.8;
  color:#64748b;
  margin-bottom:14px;
}
.story-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:24px;
}
.story-points div{
  padding-bottom:8px;
  border-bottom:1px solid #e5e7eb;
  font-size:14px;
  color:#111827;
}
.story-points span{
  color:#16a34a;
  margin-right:6px;
  font-weight:700;
}
@media(max-width:900px){
  .story-wrap{
    grid-template-columns:1fr;
    gap:30px;
  }
  .story-content h2{
    font-size:28px;
  }
  .story-points{
    grid-template-columns:1fr;
  }
}

/* ===================== Workflow Section ===================== */
.workflow-section{
  max-width:1000px;
  margin:80px auto;
  padding:0 20px;
}
.workflow-header{
  text-align:center;
  margin-bottom:45px;
}
.workflow-tag{
  display:inline-block;
  padding:5px 12px;
  font-size:12px;
  font-weight:700;
  background:#f3f4f6;
  border-radius:999px;
  color:#333;
  margin-bottom:14px;
}
.workflow-header h2{
  font-size:34px;
  line-height:1.2;
  margin-bottom:12px;
  color:#0f172a;
}
.workflow-header p{
  max-width:720px;
  margin:auto;
  font-size:15px;
  line-height:1.7;
  color:#64748b;
}
.workflow{
  position:relative;
}
.workflow::before{
  content:"";
  position:absolute;
  left:22px;
  top:0;
  bottom:0;
  width:1px;
  background:#e5e7eb;
}
.workflow-item{
  display:grid;
  grid-template-columns:70px 1fr;
  gap:28px;
  padding-bottom:32px;
  position:relative;
}
.workflow-step{
  width:44px;
  height:44px;
  background:#ffffff;
  border:1px solid #dbe2ea;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:700;
  color:#16a34a;
  position:relative;
  z-index:2;
}
.workflow-content{
  padding-top:4px;
}
.workflow-content h3{
  font-size:20px;
  margin-bottom:8px;
  color:#0f172a;
}
.workflow-content p{
  font-size:15px;
  line-height:1.8;
  color:#64748b;
  max-width:720px;
}
.workflow-item:hover .workflow-step{
  background:#16a34a;
  color:#fff;
  border-color:#16a34a;
}
@media(max-width:768px){
  .workflow-header h2{
    font-size:26px;
  }
  .workflow-item{
    grid-template-columns:52px 1fr;
    gap:16px;
  }
  .workflow-content h3{
    font-size:17px;
  }
}

/* ===================== Choose Us Section ===================== */
.choose-section{
  max-width:1400px;
  margin:80px auto;
  padding:0 20px;
  font-family: Arial, sans-serif;
}
.choose-wrap{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:60px;
  align-items:center;
}
.choose-image{
  position:relative;
  overflow:hidden;
  border-radius:20px;
}
.choose-image img{
  width:100%;
  display:block;
  border-radius:20px;
}
.choose-tag{
  display:inline-block;
  padding:5px 12px;
  background:#f3f4f6;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  color:#333;
  margin-bottom:14px;
}
.choose-content h2{
  font-size:36px;
  line-height:1.2;
  margin-bottom:18px;
  color:#0f172a;
}
.choose-content p{
  font-size:15px;
  line-height:1.8;
  color:#64748b;
  margin-bottom:14px;
}
.choose-points{
  margin-top:28px;
  display:flex;
  flex-direction:column;
  gap:20px;
}
.point{
  display:flex;
  gap:16px;
}
.line{
  width:4px;
  background:#22c55e;
  border-radius:10px;
  flex-shrink:0;
}
.point h3{
  font-size:17px;
  margin-bottom:6px;
  color:#111827;
}
.point p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#64748b;
}
.choose-trust{
  margin-top:32px;
  padding-top:24px;
  border-top:1px solid #e5e7eb;
}
.choose-trust h4{
  font-size:16px;
  margin-bottom:6px;
  color:#0f172a;
}
.choose-trust p{
  font-size:14px;
  color:#64748b;
  line-height:1.7;
  margin-bottom:12px;
}
.trust-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:10px;
}
.badge{
  font-size:13px;
  padding:5px 9px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:6px;
  color:#111827;
}
.trust-link{
  font-size:14px;
  color:#2563eb;
  text-decoration:none;
}
@media(max-width:900px){
  .choose-wrap{
    grid-template-columns:1fr;
    gap:30px;
  }
  .choose-content h2{
    font-size:28px;
  }
}

/* ===================== Clients Section ===================== */
.clients-section{
  max-width:1400px;
  margin:80px auto;
  padding:0 20px;
}
.clients-header{
  text-align:center;
  margin-bottom:60px;
}
.clients-tag{
  display:inline-block;
  padding:5px 12px;
  background:#f3f4f6;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  color:#333;
  margin-bottom:14px;
}
.clients-header h2{
  font-size:36px;
  line-height:1.2;
  margin-bottom:14px;
  color:#0f172a;
}
.clients-header p{
  max-width:760px;
  margin:auto;
  font-size:15px;
  line-height:1.7;
  color:#64748b;
}
.client-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
  margin-bottom:70px;
}
.client-row.reverse{
  direction:rtl;
}
.client-row.reverse>*{
  direction:ltr;
}
.client-image{
  overflow:hidden;
  border-radius:18px;
}
.client-image img{
  width:100%;
  display:block;
}
.client-content h3{
  font-size:28px;
  margin-bottom:14px;
  color:#111827;
}
.client-content p{
  font-size:15px;
  line-height:1.8;
  color:#64748b;
  margin-bottom:18px;
}
.client-content ul{
  padding:0;
  margin:0;
  list-style:none;
}
.client-content li{
  padding:10px 0;
  border-bottom:1px solid #e5e7eb;
  font-size:14px;
  color:#374151;
}
@media(max-width:900px){
  .client-row{
    grid-template-columns:1fr;
    gap:26px;
    margin-bottom:50px;
  }
  .client-row.reverse{
    direction:ltr;
  }
  .clients-header h2{
    font-size:28px;
  }
  .client-content h3{
    font-size:24px;
  }
}

/* ===================== Team Section ===================== */
.team-section{
  padding:70px 20px;
  background:#f8fafc;
}
.team-wrap{
  max-width:1400px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:50px;
  align-items:center;
}
.team-tag{
  display:inline-block;
  padding:6px 12px;
  background:#fff;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  margin-bottom:16px;
  border:1px solid #e5e7eb;
}
.team-left h2{
  font-size:36px;
  line-height:1.15;
  margin-bottom:14px;
  color:#0f172a;
}
.team-left p{
  font-size:15px;
  line-height:1.7;
  color:#6b7280;
  margin-bottom:24px;
}
.team-btn{
  display:inline-block;
  padding:12px 24px;
  background:#2F855A;
  color:#fff;
  text-decoration:none;
  border-radius:8px;
  font-weight:700;
}
.team-image{
  margin-bottom:18px;
}
.team-image img{
  width:100%;
  border-radius:16px;
  display:block;
}
.team-note{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.note{
  display:flex;
  gap:16px;
  background:#fff;
  padding:16px;
  border-radius:12px;
  border:1px solid #e5e7eb;
}
.num{
  font-size:24px;
  font-weight:800;
  color:#16a34a;
  min-width:44px;
}
.note h4{
  margin-bottom:4px;
  font-size:17px;
}
.note p{
  font-size:14px;
  line-height:1.6;
  color:#6b7280;
}
@media(max-width:900px){
  .team-wrap{
    grid-template-columns:1fr;
  }
  .team-left h2{
    font-size:28px;
  }
}

/* ===================== FAQ Section 精简合并冲突样式 ===================== */
.faq-wrap {
  max-width: 1400px;
  margin:80px auto;
  padding: 0 1rem;
  background: #f7f7f7;
  padding: 2.5rem;
}
.faq-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2.5rem;
  align-items: start;
}
.faq-left h2 {
  font-size: 2rem;
  margin: 0 0 0.3rem;
}
.faq-left p {
  color: #444;
  font-size: 0.9rem;
}
.faq-item {
  background: #fff;
  border: 1px solid #e0eed8;
  margin-bottom: 0.5rem;
  border-radius: 4px;
  transition: border-color 0.2s ease;
}
.faq-item[open] {
  border-color: #38a169;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 14px 18px;
  font-size: 0.98rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: #111;
  transition: color 0.2s ease;
}
.faq-item[open] summary {
  color: #38a169;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 14px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23111111' stroke-width='1.5' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.25s ease;
}
.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-content {
  padding: 0 18px 18px;
  color: #333;
  font-size: 0.88rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .faq-left {
    text-align: center;
  }
}

/* ===================== Final CTA 【修改：浅白底+黑色文字】 ===================== */
.final-cta{
  background:#f8fafc;
  padding:70px 20px;
}
.final-cta-inner{
  max-width:900px;
  margin:0 auto;
  text-align:center;
}
.final-cta h2{
  font-size:36px;
  line-height:1.2;
  margin-bottom:14px;
  font-weight:800;
  color:#0f172a;
}
.final-cta p{
  font-size:15px;
  line-height:1.8;
  color:#475569;
  max-width:720px;
  margin:0 auto 28px;
}
.final-cta-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:16px;
}
.btn-main{
  background:#22c55e;
  color:#ffffff;
  padding:12px 26px;
  border-radius:8px;
  font-weight:700;
  text-decoration:none;
  transition:.2s;
}
.btn-main:hover{
  background:#16a34a;
  transform:translateY(-2px);
}
.btn-sub{
  background:transparent;
  border:1px solid #222;
  color:#0f172a;
  padding:12px 26px;
  border-radius:8px;
  text-decoration:none;
  font-weight:600;
  transition:.2s;
}
.btn-sub:hover{
  border-color:#22c55e;
  color:#22c55e;
}
.final-cta-note{
  font-size:12px;
  color:#64748b;
}
@media(max-width:768px){
  .final-cta{
    padding:60px 20px;
  }
  .final-cta h2{
    font-size:28px;
  }
  .final-cta p{
    font-size:14px;
  }
}
