.elementor-1391 .elementor-element.elementor-element-b198783{--display:flex;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:40px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.elementor-1391 .elementor-element.elementor-element-e4d0dad .title-after_title, .elementor-1391 .elementor-element.elementor-element-e4d0dad .title-subtitle, .elementor-1391 .elementor-element.elementor-element-e4d0dad .woodmart-title-container{max-width:820px;}.elementor-1391 .elementor-element.elementor-element-e4d0dad .title{font-size:64px;}.elementor-1391 .elementor-element.elementor-element-77c9c01{--display:flex;--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:9%;--padding-right:9%;}.elementor-1391 .elementor-element.elementor-element-12b058e{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;}.elementor-1391 .elementor-element.elementor-element-12b058e.wd-collapsible-content.e-con{max-height:370px;}.elementor-1391 .elementor-element.elementor-element-12b058e.wd-collapsible-content.e-con:not(.wd-opened):after{color:#FFFFFF;}@media(min-width:769px){.elementor-1391 .elementor-element.elementor-element-77c9c01{--content-width:70%;}}@media(max-width:1024px){.elementor-1391 .elementor-element.elementor-element-b198783{--margin-top:-20px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-1391 .elementor-element.elementor-element-e4d0dad .title{font-size:28px;}.elementor-1391 .elementor-element.elementor-element-77c9c01{--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-1391 .elementor-element.elementor-element-12b058e.wd-collapsible-content.e-con{max-height:218px;}}@media(max-width:768px){.elementor-1391 .elementor-element.elementor-element-b198783{--margin-top:-20px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-1391 .elementor-element.elementor-element-e4d0dad .title{font-size:24px;}.elementor-1391 .elementor-element.elementor-element-77c9c01{--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for wd_text_block, class: .elementor-element-5496b0d *//* ==========================================================================
   Vapeversse About Us Page Styles
   ========================================================================== */

:root {
  --vpv-primary: #6366f1;       /* 主品牌色：时尚靛蓝色 */
  --vpv-secondary: #a855f7;     /* 副品牌色：紫色渐变搭配 */
  --vpv-dark: #0f172a;          /* 深色文本/背景 */
  --vpv-light: #f8fafc;         /* 浅色背景 */
  --vpv-text-main: #334155;     /* 主要文本颜色 */
  --vpv-text-muted: #64748b;    /* 次要文本颜色 */
  --vpv-radius: 16px;           /* 统一圆角 */
  --vpv-transition: all 0.3s ease;
}

.vpv-about-wrapper {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--vpv-text-main);
  line-height: 1.6;
  overflow: hidden;
}

.vpv-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

.vpv-section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--vpv-dark);
  margin-bottom: 24px;
  position: relative;
}

.vpv-center {
  text-align: center;
}

/* Hero Section */
.vpv-hero {
  background: linear-gradient(135deg, var(--vpv-dark) 0%, #1e1b4b 100%);
  color: #ffffff;
  padding: 100px 20px;
  text-align: center;
  position: relative;
}

.vpv-hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.vpv-title {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
}

.vpv-title span {
  background: linear-gradient(to right, #60a5fa, #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vpv-subtitle {
  font-size: 1.25rem;
  color: #cbd5e1;
  font-weight: 400;
}

/* Split Layout (Left Text, Right Image) */
.vpv-split-layout {
  display: flex;
  align-items: center;
  gap: 60px;
}

.vpv-split-layout.vpv-reverse {
  flex-direction: row-reverse;
}

.vpv-text-content {
  flex: 1;
}

.vpv-text-content p {
  margin-bottom: 16px;
  font-size: 1.1rem;
}

.vpv-image-content {
  flex: 1;
}

.vpv-image-content img {
  width: 100%;
  border-radius: var(--vpv-radius);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  transition: var(--vpv-transition);
}

.vpv-image-content img:hover {
  transform: translateY(-5px);
}

/* Stats Section */
.vpv-stats-section {
  background-color: var(--vpv-light);
  padding: 60px 20px;
}

.vpv-stats-container {
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.vpv-stat-box {
  background: #ffffff;
  padding: 40px 20px;
  text-align: center;
  border-radius: var(--vpv-radius);
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  transition: var(--vpv-transition);
  border-bottom: 4px solid transparent;
}

.vpv-stat-box:hover {
  transform: translateY(-10px);
  border-bottom-color: var(--vpv-primary);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.vpv-stat-num {
  display: block;
  font-size: 3rem;
  font-weight: 900;
  color: var(--vpv-primary);
  margin-bottom: 10px;
}

.vpv-stat-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--vpv-text-muted);
}

/* Features / Why Choose Us */
.vpv-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
}

.vpv-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: var(--vpv-radius);
  border: 1px solid #e2e8f0;
  transition: var(--vpv-transition);
}

.vpv-card:hover {
  box-shadow: 0 15px 30px rgba(0,0,0,0.05);
  border-color: var(--vpv-secondary);
}

.vpv-card-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.vpv-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--vpv-dark);
  margin-bottom: 15px;
}

/* Checklist for Quality */
.vpv-checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.vpv-checklist li {
  font-size: 1.1rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.vpv-checklist li span {
  color: #10b981; /* 绿色勾选 */
  font-weight: bold;
  margin-right: 12px;
  font-size: 1.2rem;
}

.vpv-compliance-note {
  background: #f1f5f9;
  padding: 15px 20px;
  border-left: 4px solid var(--vpv-text-muted);
  border-radius: 4px;
  margin-top: 20px;
  font-size: 0.95rem;
}

/* Vision Section */
.vpv-vision {
  background: linear-gradient(135deg, var(--vpv-primary) 0%, var(--vpv-secondary) 100%);
  padding: 100px 20px;
  text-align: center;
  color: #ffffff;
}

.vpv-vision-content {
  max-width: 800px;
  margin: 0 auto;
}

.vpv-vision-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 30px;
}

.vpv-vision-content blockquote {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.8;
  margin: 0;
  font-weight: 300;
}

/* Responsive Design (手机/平板端适配) */
@media (max-width: 992px) {
  .vpv-split-layout, .vpv-split-layout.vpv-reverse {
    flex-direction: column;
    gap: 40px;
  }
  
  .vpv-stats-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .vpv-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .vpv-title {
    font-size: 2.5rem;
  }
  
  .vpv-stats-container {
    grid-template-columns: 1fr;
  }

  .vpv-grid-3 {
    grid-template-columns: 1fr;
  }
  
  .vpv-vision-content blockquote {
    font-size: 1.2rem;
  }
}/* End custom CSS */