.elementor-6155 .elementor-element.elementor-element-a41f264{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6155 .elementor-element.elementor-element-f730c4d{background-image:url("https://midposi.com/wp-content/uploads/2025/08/Untitled-design-21.png");}.elementor-6155 .elementor-element.elementor-element-36b7905{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6155 .elementor-element.elementor-element-4728be0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6155 .elementor-element.elementor-element-faa9de7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6155 .elementor-element.elementor-element-c811f44{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6155 .elementor-element.elementor-element-434e55c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6155 .elementor-element.elementor-element-d487f73{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6155 .elementor-element.elementor-element-31aa79b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6155 .elementor-element.elementor-element-86f0e2c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6155 .elementor-element.elementor-element-97adce7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-f730c4d *//* Hero Section */
.hero {
  position: relative;
  height: 100vh; /* 占满屏幕高度 */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 遮罩层，保证文字清晰 */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.55), rgba(0,0,0,0.35)); /* 比纯色更通透 */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  padding: 20px;
}

.hero h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.35); /* 提升对比度 */
}

.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
  line-height: 1.6;
  text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}

/* CTA 按钮 */
.cta-button {
  display: inline-block;
  padding: 14px 32px;
  background: #007c65;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

.cta-button:hover {
  background: linear-gradient(135deg, #00a88e, #007c65); /* 悬停更亮的渐变 */
  color: #fff;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}

.cta-button:active {
  background: #005c4a; /* 点击更深 */
  transform: translateY(0) scale(0.98);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.cta-button:focus-visible {
  outline: 2px solid #1fb6ff; /* 可见焦点提升可用性 */
  outline-offset: 2px;
}

/* 响应式 */
@media (max-width: 768px) {
  .hero {
    height: 70vh; /* 手机上减少高度 */
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 22px;
  }
  .cta-button {
    padding: 12px 22px;
    font-size: 1rem;
  }
}

/* 大屏微调，避免超宽背景裁切内容不居中 */
@media (min-width: 1440px) {
  .hero {
    background-position: center 40%;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4012702 *//* Products Section */
.products {
  padding: 70px 20px;
  background: #ffffff;
  text-align: center;
}

.products .sec-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.products .sec-sub {
  color: #555;
  margin: 0 auto 35px;
  max-width: 720px;
}

/* Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 1024px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .product-grid { grid-template-columns: 1fr; }
}

/* Card */
.product-card {
  background: #f9fafb;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.1);
}

/* Media 正方形比例 */
.product-media {
  position: relative;
  aspect-ratio: 1/1;  /* 保持 1:1 正方形 */
  overflow: hidden;
  background: #e5e7eb;
}
.product-media img {
  width: 100%; height: 100%;
  object-fit: cover; /* 图片充满，不变形 */
  transition: transform .35s ease;
}
.product-card:hover .product-media img { transform: scale(1.08); }

/* Body */
.product-body {
  padding: 18px 18px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
}
.product-bullets {
  margin: 0 0 14px 1rem;
  color: #475569;
  line-height: 1.55;
}
.product-bullets li { margin: 6px 0; }

/* CTA */
.products .btn {
  display: inline-block;
  padding: 12px 24px;
  background: #007c65;                 /* 默认主色 */
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all .25s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.10);
}

.products .btn:hover {
  background: linear-gradient(135deg, #00a88e, #007c65); /* 渐变更亮 */
  color: #fff;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.products .btn:active {
  background: #005c4a;  /* 点击时加深 */
  transform: translateY(0) scale(0.98);
  box-shadow: 0 3px 8px rgba(0,0,0,0.12);
}

.products .btn:focus-visible {
  outline: 2px solid #1fb6ff;          /* 无障碍可见焦点 */
  outline-offset: 2px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-9af8411 *//* Quality Section */
.quality {
  padding: 80px 20px;
  background: #ffffff;
}

.quality-grid {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.quality-icon img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.quality-content h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.quality-content p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  max-width: 700px;
}

/* 响应式：小屏改上下结构 */
@media (max-width: 768px) {
  .quality-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .quality-icon {
    margin-bottom: 20px;
  }
  .quality-content h2 {
    font-size: 1.6rem;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-003b1e8 *//* Contact Section */
#contact.contact {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

#contact .section-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

#contact .section-sub {
  font-size: 1rem;
  color: #555;
  margin-bottom: 30px;
}

/* WPForms wrapper */
#contact .quote-form-wrap {
  max-width: 650px;
  margin: 0 auto 25px auto;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Form meta links (WhatsApp & Email) */
#contact .form-meta {
  font-size: 0.95rem;
  color: #444;
  margin-top: 15px;
}

#contact .form-meta a {
  color: #007c65; /* brand accent */
  font-weight: 500;
  text-decoration: none;
  margin: 0 5px;
  transition: color 0.3s ease;
}

#contact .form-meta a:hover {
  color: #004d3d;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #contact .section-title {
    font-size: 1.6rem;
  }
  #contact .quote-form-wrap {
    padding: 15px;
  }
}/* End custom CSS */
/* Start custom CSS *//* General Body & Typography Styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
}

h1, h2, h3 {
    font-weight: 700;
    color: #0d2c54;
}

h1 {
    font-size: 2.8rem;
    line-height: 1.2;
}

h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 40px;
}

p {
    font-size: 1.1rem;
    color: #555;
}

/* CTA Button Styles */
.cta-button {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 12px 28px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}


/* A. Hero Section */
.hero {
    background: url('hero-image.jpg') no-repeat center center/cover;
    color: #fff;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 44, 84, 0.6); /* Dark blue overlay */
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.hero h1 {
    color: #fff;
    margin-bottom: 15px;
}

.hero p {
    font-size: 1.3rem;
    font-weight: 300;
    color: #f0f0f0;
    margin-bottom: 30px;
}

/* B. Features Section */
.features {
    background-color: #fff;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    text-align: center;
}
.feature-item {
    padding: 20px;
}
.feature-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}
.feature-item h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

/* C. Scenarios Section */
.scenarios {
    background-color: #f8f9fa;
}
.scenarios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.scenario-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
}
.scenario-card:hover {
    transform: translateY(-5px);
}
.scenario-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.scenario-card p {
    padding: 20px;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* D. Specs Section */
.specs {
    background-color: #fff;
}
.specs-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.specs-table th, .specs-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}
.specs-table th {
    background-color: #f2f2f2;
    font-weight: 600;
    width: 30%;
}
.specs-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* E. How-to-Use Section */
.how-to-use {
    background-color: #f8f9fa;
}
.how-to-use-steps {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.how-to-use-steps img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}


/* F. Quality Section */
.quality {
    background-color: #eaf4ff; /* Light blue background */
    text-align: center;
}
.quality-content {
    max-width: 800px;
    margin: 0 auto;
}
.quality-content img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}
.quality-content p {
    font-size: 1.2rem;
    color: #0d2c54;
}

/* G. CTA & Contact Section */
.contact {
    background-color: #fff;
    text-align: center;
}
.contact-form {
    max-width: 600px;
    margin: 30px auto 0;
    text-align: left;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.form-group input, .form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}
.form-group textarea {
    resize: vertical;
    min-height: 100px;
}
.form-submit-button {
    width: 100%;
    text-align: center;
}

/* H. Footer Section */
footer {
    background-color: #0d2c54;
    color: #a9b4c2;
    padding: 40px 0;
    text-align: center;
}
.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
footer p {
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 1.2rem;
}
.footer-links a {
    color: #a9b4c2;
    text-decoration: none;
    margin: 0 15px;
    transition: color 0.3s ease;
}
.footer-links a:hover {
    color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
    h1 { font-size: 2.2rem; }
    h2 { font-size: 1.8rem; }
    .hero { height: 70vh; }
    .hero p { font-size: 1.1rem; }
}/* End custom CSS */