.language-switcher[data-v-0c1187ca] {
  display: inline-flex;
  align-items: center;
}
.lang-trigger[data-v-0c1187ca] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  color: #1a331a;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  transition: 0.2s ease;
}
.lang-trigger[data-v-0c1187ca]:hover {
  background: rgba(0, 0, 0, 0.05);
}
.lang-label[data-v-0c1187ca] {
  min-width: 24px;
  text-align: center;
}
.el-icon-arrow-down[data-v-0c1187ca] {
  font-size: 12px;
}
[data-v-0c1187ca] .el-dropdown-menu__item.active {
  color: #2a7d2e;
  font-weight: 600;
}

.topnav-wrapper[data-v-b21448a6] {
  position: relative;
  width: 100%;
}
.nav-spacer[data-v-b21448a6] {
  height: 64px;
}
.topnav-header[data-v-b21448a6] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: #f7f5f5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  z-index: 1000;
}
.nav-container[data-v-b21448a6] {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav-logo[data-v-b21448a6] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.logo-img[data-v-b21448a6] {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.desktop-menu[data-v-b21448a6] {
  flex: 1;
  display: flex;
  justify-content: center;
}
.nav-el-menu[data-v-b21448a6] {
  border-bottom: none !important;
  background: transparent !important;
}
.nav-el-menu[data-v-b21448a6] .el-menu-item {
  font-size: 1rem;
  font-weight: 600;
  height: 64px;
  line-height: 64px;
  border-bottom: 2px solid transparent;
  transition: 0.2s ease;
}
.nav-el-menu[data-v-b21448a6] .el-menu-item:hover,
.nav-el-menu[data-v-b21448a6] .el-menu-item.is-active {
  border-bottom-color: #2a7d2e;
  background: transparent !important;
}
.desktop-lang[data-v-b21448a6] {
  flex-shrink: 0;
}
.mobile-menu-btn[data-v-b21448a6] {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: #1a331a;
  cursor: pointer;
  padding: 8px;
}
/* Mobile Panel / 移动端面板 */
.mobile-overlay[data-v-b21448a6] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}
.mobile-panel[data-v-b21448a6] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 280px;
  max-width: 80vw;
  background: #ffffff;
  z-index: 1002;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.mobile-panel-header[data-v-b21448a6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #e8e8e8;
}
.mobile-logo[data-v-b21448a6] {
  height: 40px;
  width: auto;
}
.mobile-close-btn[data-v-b21448a6] {
  background: none;
  border: none;
  font-size: 24px;
  color: #1a331a;
  cursor: pointer;
  padding: 4px;
}
.mobile-nav[data-v-b21448a6] {
  flex: 1;
  padding: 16px 0;
  overflow-y: auto;
}
.mobile-nav-item[data-v-b21448a6] {
  display: block;
  padding: 16px 24px;
  color: #1a331a;
  font-size: 1rem;
  font-weight: 600;
  border-left: 3px solid transparent;
  transition: 0.2s ease;
}
.mobile-nav-item[data-v-b21448a6]:hover,
.mobile-nav-item.active[data-v-b21448a6] {
  color: #2a7d2e;
  background: #f4f7f4;
  border-left-color: #2a7d2e;
}
.mobile-lang-wrap[data-v-b21448a6] {
  padding: 24px;
  border-top: 1px solid #e8e8e8;
  display: flex;
  justify-content: center;
}
/* Transitions / 过渡动画 */
.slide-fade-enter-active[data-v-b21448a6],
.slide-fade-leave-active[data-v-b21448a6] {
  transition: opacity 0.3s ease;
}
.slide-fade-enter[data-v-b21448a6],
.slide-fade-leave-to[data-v-b21448a6] {
  opacity: 0;
}
.slide-panel-enter-active[data-v-b21448a6],
.slide-panel-leave-active[data-v-b21448a6] {
  transition: transform 0.3s ease;
}
.slide-panel-enter[data-v-b21448a6],
.slide-panel-leave-to[data-v-b21448a6] {
  transform: translateX(100%);
}
@media (max-width: 992px) {
.desktop-menu[data-v-b21448a6],
  .desktop-lang[data-v-b21448a6] {
    display: none;
}
.mobile-menu-btn[data-v-b21448a6] {
    display: block;
}
}

.site-footer[data-v-050849cc] {
  background: #2d2c2d;
  color: rgba(255, 255, 255, 0.8);
  padding: 48px 24px 24px;
}
.footer-inner[data-v-050849cc] {
  max-width: 1400px;
  margin: 0 auto;
}
.footer-main[data-v-050849cc] {
  display: flex;
  gap: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-brand[data-v-050849cc] {
  flex: 1 1 280px;
}
.footer-logo[data-v-050849cc] {
  height: 48px;
  width: auto;
  margin-bottom: 16px;
  background: #ffffff;
  padding: 6px 14px;
  border-radius: 4px;
}
.brand-tagline[data-v-050849cc] {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
  line-height: 1.6;
}
.footer-contact[data-v-050849cc] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.footer-phone[data-v-050849cc],
.footer-email[data-v-050849cc] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.9rem;
}
.footer-phone[data-v-050849cc]:hover,
.footer-email[data-v-050849cc]:hover {
  color: #4caf50;
}
.social-icons[data-v-050849cc] {
  display: flex;
  gap: 8px;
}
.social-icon[data-v-050849cc] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.social-icon img[data-v-050849cc] {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.social-icon[data-v-050849cc]:hover {
  background: #2a7d2e;
  transform: translateY(-2px);
}
.footer-nav[data-v-050849cc] {
  flex: 2 1 500px;
  display: flex;
  gap: 32px;
  justify-content: space-around;
}
.nav-column[data-v-050849cc] {
  flex: 1;
  min-width: 140px;
  text-align: center;
}
.nav-column h4[data-v-050849cc] {
  font-family: 'Montserrat', 'Georgia', serif;
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 16px;
  font-weight: 400;
}
.nav-column ul[data-v-050849cc] {
  list-style: none;
  padding: 0;
}
.nav-column li[data-v-050849cc] {
  margin: 8px 0;
}
.nav-column a[data-v-050849cc] {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
.nav-column a[data-v-050849cc]:hover {
  color: #4caf50;
}
.footer-bottom[data-v-050849cc] {
  text-align: center;
  padding-top: 24px;
}
.footer-bottom p[data-v-050849cc] {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 8px;
}
.legal-links[data-v-050849cc] {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.legal-links a[data-v-050849cc] {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.3s ease;
  cursor: pointer;
}
.legal-links a[data-v-050849cc]:hover {
  color: #4caf50;
}
.animate-in[data-v-050849cc] {
  opacity: 0;
  animation: fadeInUp-050849cc 0.6s ease forwards;
}
@keyframes fadeInUp-050849cc {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@media (max-width: 1200px) {
.footer-main[data-v-050849cc] {
    gap: 24px;
}
.footer-nav[data-v-050849cc] {
    gap: 16px;
}
}
@media (max-width: 992px) {
.footer-main[data-v-050849cc] {
    flex-direction: column;
    text-align: center;
    gap: 24px;
    padding-bottom: 24px;
}
.footer-brand[data-v-050849cc] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-contact[data-v-050849cc] {
    align-items: center;
}
.social-icons[data-v-050849cc] {
    justify-content: center;
}
.footer-nav[data-v-050849cc] {
    width: 100%;
    justify-content: space-around;
    gap: 16px;
}
}
@media (max-width: 768px) {
.site-footer[data-v-050849cc] {
    padding: 24px 16px 16px;
}
.footer-main[data-v-050849cc] {
    gap: 16px;
    padding-bottom: 16px;
}
.footer-logo[data-v-050849cc] {
    height: 40px;
    margin-bottom: 8px;
}
.brand-tagline[data-v-050849cc] {
    font-size: 0.85rem;
    margin-bottom: 8px;
}
.footer-phone[data-v-050849cc],
  .footer-email[data-v-050849cc] {
    font-size: 0.85rem;
}
.social-icon[data-v-050849cc] {
    width: 32px;
    height: 32px;
}
.social-icon img[data-v-050849cc] {
    width: 16px;
    height: 16px;
}
.footer-nav[data-v-050849cc] {
    flex-wrap: wrap;
    gap: 8px;
}
.nav-column[data-v-050849cc] {
    flex: 0 0 45%;
    min-width: auto;
}
.nav-column h4[data-v-050849cc] {
    font-size: 0.95rem;
    margin-bottom: 4px;
}
.nav-column a[data-v-050849cc] {
    font-size: 0.8rem;
}
.footer-bottom[data-v-050849cc] {
    padding-top: 16px;
}
.footer-bottom p[data-v-050849cc] {
    font-size: 0.8rem;
}
}
@media (hover: none) {
.social-icon[data-v-050849cc]:active {
    background: rgba(255, 255, 255, 0.3);
}
}
[dir="rtl"]  .footer-phone[data-v-050849cc],
[dir="rtl"]  .footer-email[data-v-050849cc] {
  flex-direction: row-reverse;
}


.app-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main-content {
  flex: 1;
}

.brand-swiper[data-v-6773b560] {
  width: 100%;
  padding: 48px 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper-header[data-v-6773b560] {
  text-align: center;
  margin-bottom: 32px;
}
.swiper-title[data-v-6773b560] {
  font-size: 2rem;
  font-weight: 700;
  color: #1a331a;
  margin-bottom: 8px;
}
.swiper-desc[data-v-6773b560] {
  font-size: 1rem;
  color: #666666;
}
.swiper-wrapper[data-v-6773b560] {
  position: relative;
  height: 300px;
  margin-bottom: 24px;
}
.swiper-viewport[data-v-6773b560] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-track[data-v-6773b560] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.brand-item[data-v-6773b560] {
  flex-shrink: 0;
  width: 220px;
  height: 240px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin: 0 15px;
  padding: 24px;
  transition: all 0.4s ease;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.brand-item.dragging[data-v-6773b560] {
  cursor: grabbing;
  transition: none;
}
.brand-item.active[data-v-6773b560] {
  transform: scale(1.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border-color: #2a7d2e;
  z-index: 5;
}
.brand-logo-wrap[data-v-6773b560] {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.brand-logo[data-v-6773b560] {
  max-width: 100%;
  max-height: 100%;
  height: 80px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand-info[data-v-6773b560] {
  text-align: center;
}
.brand-name[data-v-6773b560] {
  font-size: 1rem;
  font-weight: 600;
  color: #1a331a;
  margin-bottom: 4px;
}
.brand-subtitle[data-v-6773b560] {
  font-size: 0.75rem;
  color: #666666;
}
.nav-btn[data-v-6773b560] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #2a7d2e;
  z-index: 10;
  transition: all 0.3s ease;
}
.nav-btn[data-v-6773b560]:hover {
  background: #2a7d2e;
  color: #ffffff;
}
.nav-btn.prev-btn[data-v-6773b560] {
  left: 10px;
}
.nav-btn.next-btn[data-v-6773b560] {
  right: 10px;
}
.swiper-indicators[data-v-6773b560] {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.indicator[data-v-6773b560] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e8e8e8;
  cursor: pointer;
  transition: all 0.3s ease;
}
.indicator.active[data-v-6773b560] {
  background: #2a7d2e;
  width: 24px;
  border-radius: 5px;
}
@media (max-width: 992px) {
.swiper-wrapper[data-v-6773b560] {
    height: 260px;
}
.brand-item[data-v-6773b560] {
    width: 190px;
    height: 210px;
}
.brand-logo-wrap[data-v-6773b560] {
    height: 100px;
}
.nav-btn[data-v-6773b560] {
    width: 36px;
    height: 36px;
}
}
@media (max-width: 768px) {
.brand-swiper[data-v-6773b560] {
    padding: 32px 0;
}
.swiper-title[data-v-6773b560] {
    font-size: 1.5rem;
}
.swiper-wrapper[data-v-6773b560] {
    height: 220px;
}
.brand-item[data-v-6773b560] {
    width: 160px;
    height: 180px;
    margin: 0 10px;
    padding: 16px;
}
.brand-logo-wrap[data-v-6773b560] {
    height: 80px;
    margin-bottom: 8px;
}
.brand-name[data-v-6773b560] {
    font-size: 0.875rem;
}
.nav-btn[data-v-6773b560] {
    display: none;
}
}

.cta-section[data-v-49edb222] {
  background: linear-gradient(135deg, #1a331a, #2a7d2e);
  padding: 64px 24px;
  text-align: center;
  color: #ffffff;
}
.cta-content[data-v-49edb222] {
  max-width: 800px;
  margin: 0 auto;
}
.cta-title[data-v-49edb222] {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.cta-desc[data-v-49edb222] {
  font-size: 1.125rem;
  opacity: 0.9;
  margin-bottom: 32px;
  line-height: 1.6;
}
.cta-button[data-v-49edb222] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 48px;
  background: #ffffff;
  color: #2a7d2e;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cta-button[data-v-49edb222]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  color: #1a331a;
}
@media (max-width: 768px) {
.cta-section[data-v-49edb222] {
    padding: 48px 16px;
}
.cta-title[data-v-49edb222] {
    font-size: 1.5rem;
}
.cta-desc[data-v-49edb222] {
    font-size: 1rem;
}
}

.home-page[data-v-883f4d9a] {
  background: #ffffff;
  color: #1a331a;
  overflow-x: hidden;
}
.hero-banner[data-v-883f4d9a] {
  position: relative;
  height: 85vh;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.banner-bg[data-v-883f4d9a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: slowZoom-883f4d9a 20s ease-in-out infinite alternate;
}
@keyframes slowZoom-883f4d9a {
from {
    transform: scale(1);
}
to {
    transform: scale(1.1);
}
}
.banner-overlay[data-v-883f4d9a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(21, 75, 46, 0.486), rgba(28, 28, 28, 0.486));
  z-index: 1;
}
.banner-content[data-v-883f4d9a] {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  padding: 0 24px;
  animation: fadeInUp-883f4d9a 1s ease;
}
@keyframes fadeInUp-883f4d9a {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.banner-eyebrow[data-v-883f4d9a] {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #4caf50;
  margin-bottom: 16px;
  padding: 4px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
}
.banner-title[data-v-883f4d9a] {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.1;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.banner-desc[data-v-883f4d9a] {
  font-size: 1.125rem;
  opacity: 0.9;
  line-height: 1.7;
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.banner-actions[data-v-883f4d9a] {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn[data-v-883f4d9a] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 48px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-primary[data-v-883f4d9a] {
  background: #2a7d2e;
  color: #ffffff;
}
.btn-primary[data-v-883f4d9a]:hover {
  background: #1a331a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(42, 125, 46, 0.4);
  color: #ffffff;
}
.btn-outline[data-v-883f4d9a] {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.btn-outline[data-v-883f4d9a]:hover {
  background: #ffffff;
  color: #2a7d2e;
  border-color: #ffffff;
  transform: translateY(-2px);
}
.scroll-indicator[data-v-883f4d9a] {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 13px;
}
.scroll-indicator span[data-v-883f4d9a] {
  display: block;
  width: 4px;
  height: 8px;
  background: #ffffff;
  border-radius: 2px;
  margin: 6px auto;
  animation: scrollDown-883f4d9a 1.5s ease-in-out infinite;
}
@keyframes scrollDown-883f4d9a {
0% {
    opacity: 1;
    transform: translateY(0);
}
100% {
    opacity: 0;
    transform: translateY(12px);
}
}
.content-wrapper[data-v-883f4d9a] {
  max-width: 1400px;
  margin: 0 auto;
  padding: 64px 24px;
}
.about-section[data-v-883f4d9a] {
  display: flex;
  gap: 64px;
  align-items: center;
  margin-bottom: 64px;
}
.about-visual[data-v-883f4d9a] {
  flex: 0 0 45%;
  position: relative;
}
.visual-card[data-v-883f4d9a] {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.visual-img[data-v-883f4d9a] {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.visual-badge[data-v-883f4d9a] {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: #ffffff;
  padding: 16px 24px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.visual-badge .badge-number[data-v-883f4d9a] {
  font-size: 2rem;
  font-weight: 700;
  color: #2a7d2e;
  line-height: 1;
}
.visual-badge .badge-text[data-v-883f4d9a] {
  font-size: 0.75rem;
  color: #666666;
  margin-top: 4px;
}
.visual-decor[data-v-883f4d9a] {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  border: 3px solid #2a7d2e;
  border-radius: 24px;
  z-index: -1;
  opacity: 0.3;
}
.about-text[data-v-883f4d9a] {
  flex: 1;
}
.section-tag[data-v-883f4d9a] {
  display: inline-block;
  color: #2a7d2e;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.section-title[data-v-883f4d9a] {
  font-size: 2rem;
  font-weight: 700;
  color: #1a331a;
  margin-bottom: 16px;
  line-height: 1.3;
}
.section-desc[data-v-883f4d9a] {
  font-size: 1rem;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 32px;
}
.stats-row[data-v-883f4d9a] {
  display: flex;
  gap: 24px;
}
.stat-card[data-v-883f4d9a] {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #f4f7f4;
  border-radius: 16px;
}
.stat-icon[data-v-883f4d9a] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #2a7d2e;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.stat-info[data-v-883f4d9a] {
  display: flex;
  flex-direction: column;
}
.stat-value[data-v-883f4d9a] {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a331a;
  line-height: 1.2;
}
.stat-label[data-v-883f4d9a] {
  font-size: 0.75rem;
  color: #666666;
}
.features-section[data-v-883f4d9a] {
  margin-bottom: 64px;
  padding: 64px 0;
}
.section-header[data-v-883f4d9a] {
  text-align: center;
  margin-bottom: 48px;
}
.section-header .section-heading[data-v-883f4d9a] {
  font-size: 2rem;
  font-weight: 700;
  color: #1a331a;
  margin-top: 8px;
}
.features-grid[data-v-883f4d9a] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature-card[data-v-883f4d9a] {
  position: relative;
  background: #ffffff;
  padding: 48px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease;
  overflow: hidden;
}
.feature-card[data-v-883f4d9a]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #2a7d2e;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.feature-card[data-v-883f4d9a]:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border-color: #4caf50;
}
.feature-card[data-v-883f4d9a]:hover::before {
  transform: scaleX(1);
}
.feature-card:hover .feature-icon[data-v-883f4d9a] {
  background: #2a7d2e;
  color: #ffffff;
}
.feature-number[data-v-883f4d9a] {
  position: absolute;
  top: 16px;
  right: 24px;
  font-size: 3rem;
  font-weight: 700;
  color: #f4f7f4;
  line-height: 1;
}
.feature-icon[data-v-883f4d9a] {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #f4f7f4;
  color: #2a7d2e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 24px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.feature-card h4[data-v-883f4d9a] {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a331a;
  position: relative;
  z-index: 1;
}
.feature-card p[data-v-883f4d9a] {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
.banner-title[data-v-883f4d9a] {
    font-size: 2.8rem;
}
.about-section[data-v-883f4d9a] {
    flex-direction: column;
    gap: 48px;
}
.about-visual[data-v-883f4d9a] {
    flex: 0 0 100%;
    width: 100%;
}
.visual-img[data-v-883f4d9a] {
    height: 350px;
}
.features-grid[data-v-883f4d9a] {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}
}
@media (max-width: 768px) {
.hero-banner[data-v-883f4d9a] {
    height: 70vh;
    min-height: 400px;
}
.banner-title[data-v-883f4d9a] {
    font-size: 2rem;
}
.banner-desc[data-v-883f4d9a] {
    font-size: 1rem;
}
.banner-eyebrow[data-v-883f4d9a] {
    font-size: 0.75rem;
    letter-spacing: 2px;
}
.content-wrapper[data-v-883f4d9a] {
    padding: 48px 16px;
}
.section-title[data-v-883f4d9a],
  .section-heading[data-v-883f4d9a] {
    font-size: 1.5rem;
}
.stats-row[data-v-883f4d9a] {
    flex-direction: column;
}
.visual-img[data-v-883f4d9a] {
    height: 280px;
}
.visual-decor[data-v-883f4d9a] {
    display: none;
}
.btn[data-v-883f4d9a] {
    padding: 8px 24px;
    font-size: 0.875rem;
}
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1a331a;
  background: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #2a7d2e;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #1a331a;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul,
ol {
  list-style: none;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}
.text-center {
  text-align: center;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f4f7f4;
}
::-webkit-scrollbar-thumb {
  background: #4caf50;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #2a7d2e;
}
.el-button--primary {
  background: #2a7d2e;
  border-color: #2a7d2e;
}
.el-button--primary:hover,
.el-button--primary:focus {
  background: #1a331a;
  border-color: #1a331a;
}
[dir="rtl"] {
  text-align: right;
}

