.elementor-9303 .elementor-element.elementor-element-c55e26e{--display:flex;--min-height:0px;}.elementor-9303 .elementor-element.elementor-element-c55e26e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-9303 .elementor-element.elementor-element-1f3f4ba .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-9303 .elementor-element.elementor-element-486cc6a{--display:flex;}.elementor-9303 .elementor-element.elementor-element-7b32bd1{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-9303 .elementor-element.elementor-element-7b32bd1{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-9303 .elementor-element.elementor-element-c55e26e{--content-width:1100px;}}@media(max-width:767px){.elementor-9303 .elementor-element.elementor-element-c55e26e{--content-width:756px;--min-height:0px;}.elementor-9303 .elementor-element.elementor-element-7b32bd1{--e-con-grid-template-columns:repeat(2, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-eb83772 */.product-alert {
  background-color: #ffcc00; /* 使用更显眼的金色背景 */
  border-left: 6px solid #dc3545; /* 深红色边框，增加醒目效果 */
  padding: 15px;
  margin: 0;
  font-family: 'Arial', sans-serif;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  align-items: center; /* 图标和文字垂直居中 */
}

.product-alert:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.alert-icon {
  margin-right: 15px; /* 图标与文字之间的间距 */
  font-size: 30px; /* 图标大小 */
  color: #dc3545; /* 图标颜色与边框一致 */
}

.alert-header {
  font-size: 20px;
  font-weight: bold;
  color: #721c24;
  margin-bottom: 8px;
}

.alert-body {
  font-size: 16px;
  color: #721c24;
}

.confirmation-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #007bff;
}

.confirmation-link:hover {
  color: #0056b3;
  text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9fd5256 *//* Center the content of the page */
.product-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0px; /* Adjusted padding for better spacing */
    width: 100%; /* Ensure it takes full width */
    max-width: 100vw; /* Prevent overflow */
    box-sizing: border-box;
}

.product-header {
    font-family: 'Arial', sans-serif;
    color: #333;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    max-width: 1200px; /* Increased max width to ensure title fits */
    text-align: center;
    margin: 0 auto;
}

.product-title {
    font-size: 26px;
    font-weight: bold;
    color: #2C3E50;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center; /* Center title */
    width: 100%;
    white-space: nowrap; /* Prevent text wrapping */
    overflow: hidden;
    text-overflow: ellipsis; /* Show ellipsis if text overflows */
}

.product-description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Pricing for Versions */
.pricing {
    margin-bottom: 25px;
}

.version-price {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.version-item {
    text-align: center;
    flex: 1 1 30%;
    max-width: 300px;
    margin-bottom: 20px;
}

.version-item p {
    margin: 5px 0;
}

.price {
    font-size: 24px;
    color: #27AE60;
    font-weight: bold;
}

.original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 18px;
}

.bonus {
    font-size: 16px;
    color: #f39c12;
    font-weight: bold;
}

/* Feature Comparison Table */
.feature-comparison table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
}

.feature-comparison th,
.feature-comparison td {
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
}

.feature-comparison th {
    background-color: #27AE60;
    color: white;
    text-transform: uppercase;
}

.feature-comparison td {
    font-size: 16px;
}

/* Call to Action */
.call-to-action {
    font-size: 18px;
    font-weight: bold;
    color: #27AE60;
    text-transform: uppercase;
    margin-top: 20px;
}

/* Mobile and Tablet Responsiveness */
@media (max-width: 768px) {
    .product-title {
        font-size: 22px;
    }

    .product-description {
        font-size: 14px;
    }

    .feature-comparison th, .feature-comparison td {
        font-size: 14px;
    }

    .call-to-action {
        font-size: 16px;
    }

    .product-header {
        padding: 5px;
        width: 90%;
    }

    .version-price {
        gap: 30px;
    }

    .version-item {
        flex: 1 1 40%;
    }
}

@media (max-width: 480px) {
    .product-title {
        font-size: 16px;
    }

    .product-description {
        font-size: 13px;
    }

    .feature-comparison th, .feature-comparison td {
        font-size: 13px;
    }

    .call-to-action {
        font-size: 14px;
    }

    .product-header {
        padding: 5px;
        width: 95%;
    }

    .version-item {
        flex: 1 1 100%;
    }

    .version-price {
        gap: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ed8336 *//* FAQ Container */
.faq-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}

/* FAQ Header */
.faq-container h3 {
    font-size: 28px;
    font-weight: bold;
    color: #2C3E50;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
    text-align: center; /* Center the FAQ title */
}

/* FAQ Item Styling */
.faq-item {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2C3E50;
    margin-bottom: 10px;
}

.faq-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .faq-container {
        padding: 15px;
    }

    .faq-item h4 {
        font-size: 16px;
    }

    .faq-item p {
        font-size: 14px;
    }
}/* End custom CSS */