/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#app {
  font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1a1a1a;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header .header-left {
  font-size: 20px;
  font-weight: 700;
  color: #2d8c4a;
  white-space: nowrap;
}
.header .header-center {
  display: flex;
  gap: 32px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header .header-center a {
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
  font-size: 15px;
  white-space: nowrap;
  transition: color 0.2s;
}
.header .header-center a:hover {
  color: #2d8c4a;
}
.header .header-center a.router-link-exact-active {
  color: #2d8c4a;
}
.header .header-right {
  white-space: nowrap;
}
.header .header-right a {
  font-weight: 600;
  color: #fff;
  background: #2d8c4a;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 8px;
  transition: background 0.2s;
}
.header .header-right a:hover {
  background: #1e6b35;
}
.footer {
  background: #1a1a1a;
  color: #9ca3af;
  padding: 60px 40px 0;
}
.footer .footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
}
.footer .footer-col h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.footer .footer-col h4 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}
.footer .footer-col p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.footer .footer-col a {
  display: block;
  font-size: 14px;
  color: #9ca3af;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.2s;
}
.footer .footer-col a:hover {
  color: #fff;
}
.footer .footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
.footer .footer-bottom p {
  font-size: 13px;
}
@media (max-width: 768px) {
.header {
    padding: 0 20px;
    flex-wrap: wrap;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}
.header .header-center {
    position: static;
    transform: none;
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 16px;
    margin-top: 12px;
}
.header .header-center a {
    font-size: 13px;
}
.footer .footer-content {
    grid-template-columns: 1fr;
    gap: 32px;
}
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/HomeView.vue?vue&type=style&index=0&id=9ea40744&lang=scss&scoped=true ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.hero[data-v-9ea40744] {
  position: relative;
  height: 600px;
  background: linear-gradient(135deg, #1a3a24 0%, #2d8c4a 50%, #1e6b35 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero .hero-overlay[data-v-9ea40744] {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width=%2760%27 height=%2760%27 viewBox=%270 0 60 60%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg fill=%27%23ffffff%27 fill-opacity=%270.05%27%3E%3Cpath d=%27M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero .hero-content[data-v-9ea40744] {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 0 24px;
}
.hero .hero-title[data-v-9ea40744] {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: -0.025em;
  line-height: 1.2;
}
.hero .hero-subtitle[data-v-9ea40744] {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 36px;
  line-height: 1.6;
}
.section[data-v-9ea40744] {
  padding: 80px 0;
}
.section[data-v-9ea40744]:nth-child(even) {
  background: #f8faf8;
}
.container[data-v-9ea40744] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-header[data-v-9ea40744] {
  text-align: center;
  margin-bottom: 48px;
}
.section-title[data-v-9ea40744] {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  letter-spacing: -0.025em;
}
.section-line[data-v-9ea40744] {
  width: 60px;
  height: 3px;
  background: #2d8c4a;
  margin: 0 auto;
}
.section-desc[data-v-9ea40744] {
  margin-top: 16px;
  font-size: 16px;
  color: #6b7280;
}
.section-footer[data-v-9ea40744] {
  text-align: center;
  margin-top: 40px;
}
.about .about-desc[data-v-9ea40744] {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #6b7280;
  text-align: center;
}
.features-grid[data-v-9ea40744] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.feature-card[data-v-9ea40744] {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.feature-card[data-v-9ea40744]:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.feature-card .feature-icon[data-v-9ea40744] {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(45, 140, 74, 0.1);
  color: #2d8c4a;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.feature-card h3[data-v-9ea40744] {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.feature-card p[data-v-9ea40744] {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}
.products-grid[data-v-9ea40744] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.product-card[data-v-9ea40744] {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.product-card[data-v-9ea40744]:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.product-card .product-img-placeholder[data-v-9ea40744] {
  height: 200px;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
}
.product-card .product-info[data-v-9ea40744] {
  padding: 16px 20px;
}
.product-card .product-info h4[data-v-9ea40744] {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}
.news-grid[data-v-9ea40744] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.news-card[data-v-9ea40744] {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.news-card[data-v-9ea40744]:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.news-card .news-img-placeholder[data-v-9ea40744] {
  height: 180px;
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
}
.news-card .news-info[data-v-9ea40744] {
  padding: 20px;
}
.news-card .news-info .news-date[data-v-9ea40744] {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 8px;
  display: block;
}
.news-card .news-info h4[data-v-9ea40744] {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.4;
}
.news-card .news-info p[data-v-9ea40744] {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.btn-primary[data-v-9ea40744] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  background: #fff;
  color: #2d8c4a;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.btn-primary[data-v-9ea40744]:hover {
  background: #f0fdf4;
  transform: translateY(-2px);
}
.btn-outline[data-v-9ea40744] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border: 1px solid #2d8c4a;
  color: #2d8c4a;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.btn-outline[data-v-9ea40744]:hover {
  background: #2d8c4a;
  color: #fff;
}
@media (max-width: 1024px) {
.features-grid[data-v-9ea40744] {
    grid-template-columns: repeat(2, 1fr);
}
.products-grid[data-v-9ea40744] {
    grid-template-columns: repeat(2, 1fr);
}
.news-grid[data-v-9ea40744] {
    grid-template-columns: repeat(2, 1fr);
}
.hero[data-v-9ea40744] {
    height: 480px;
}
.hero .hero-title[data-v-9ea40744] {
    font-size: 36px;
}
}
@media (max-width: 640px) {
.features-grid[data-v-9ea40744] {
    grid-template-columns: 1fr;
}
.products-grid[data-v-9ea40744] {
    grid-template-columns: 1fr;
}
.news-grid[data-v-9ea40744] {
    grid-template-columns: 1fr;
}
.hero[data-v-9ea40744] {
    height: 380px;
}
.hero .hero-title[data-v-9ea40744] {
    font-size: 28px;
}
.hero .hero-subtitle[data-v-9ea40744] {
    font-size: 15px;
}
.section[data-v-9ea40744] {
    padding: 48px 0;
}
}
