.shuinan-custom-landing-page-container * {
    box-sizing: border-box;
}
.shuinan-custom-landing-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.shuinan-custom-landing-page-container h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    color: #333;
}
.shuinan-custom-landing-page-why-choose-us {
    padding-top: 20px;
}
.shuinan-custom-landing-page-why-choose-us h3 {
    font-size: 18px;
}

.shuinan-custom-landing-page-advantages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 50px 0;
}

.shuinan-custom-landing-page-advantage-card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-align: center;
}

.shuinan-custom-landing-page-success-stories h2,
.shuinan-custom-landing-page-before-after-section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    position: relative;
}

.shuinan-custom-landing-page-success-stories h2:after,
.shuinan-custom-landing-page-before-after-section h2:after,
.shuinan-custom-landing-page-why-choose-us h2:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #4CAF50;
    margin: 20px auto 0;
}

.shuinan-custom-landing-page-testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px;
}

.shuinan-custom-landing-page-testimonial-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.shuinan-custom-landing-page-testimonial-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.shuinan-custom-landing-page-testimonial-image {
    flex-shrink: 0;
}

.shuinan-custom-landing-page-client-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.shuinan-custom-landing-page-testimonial-info {
    flex: 1;
}

.shuinan-custom-landing-page-client-name {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.shuinan-custom-landing-page-client-position {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.shuinan-custom-landing-page-testimonial-text {
    margin: 0;
    font-style: italic;
    color: #555;
    line-height: 1.6;
}

.shuinan-custom-landing-page-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 600px;
    margin: 40px auto;
}

.shuinan-custom-landing-page-whatsapp-buttons {
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: space-around;
}

.shuinan-custom-landing-page-cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.shuinan-custom-landing-page-cta-button i {
    font-size: 20px;
}

.shuinan-custom-landing-page-cta-button.primary {
    background: #ff6b00;
    color: white;
}

.shuinan-custom-landing-page-cta-button.whatsapp {
    background: #25D366;
    color: white;
}

.shuinan-custom-landing-page-cta-button.email {
    background: #4A4A4A;
    color: white;
}

.shuinan-custom-landing-page-whatsapp-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.shuinan-custom-landing-page-contact-section {
    max-width: 800px;
    width: 60%;
    margin: 0 auto;
}
.shuinan-custom-landing-page-contact-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background: #f5f5f5;
    border-radius: 10px;
}

.shuinan-custom-landing-page-form-group {
    margin-bottom: 20px;
}

.shuinan-custom-landing-page-form-group label {
    display: block;
    margin-bottom: 5px;
}

.shuinan-custom-landing-page-form-group input,
.shuinan-custom-landing-page-form-group select,
.shuinan-custom-landing-page-form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.shuinan-custom-landing-page-form-group input:focus,
.shuinan-custom-landing-page-form-group select:focus,
.shuinan-custom-landing-page-form-group textarea:focus {
    outline: none;
    border-color: #ff6b00;
    box-shadow: 0 0 5px rgba(255, 107, 0, 0.2);
}

.shuinan-custom-landing-page-submit-buttom .shuinan-custom-landing-page-cta-button {
    width: 60% !important;
    background: #ff6b00 !important;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin: 10px auto;
    transition: all 0.3s ease;
}

.shuinan-custom-landing-page-submit-buttom .shuinan-custom-landing-page-cta-button:hover {
    background: #e65c00;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.shuinan-custom-landing-page-icon {
    display: block;
    margin-bottom: 15px;
    font-size: 36px;
    color: #ff6b00;
}

.shuinan-custom-landing-page-icon i {
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.shuinan-custom-landing-page-before-after-section {
    margin: 50px 0;
}

.shuinan-custom-landing-page-comparison-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.shuinan-custom-landing-page-comparison-card {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border-left: 5px solid #ff6b00;
}

.shuinan-custom-landing-page-comparison-card:first-of-type {
    border-left-color: #ccc;
}

.shuinan-custom-landing-page-comparison-card h3 {
    margin-top: 0;
    font-size: 20px;
}

.shuinan-custom-landing-page-comparison-card ul {
    list-style: none;
    padding: 0;
}

.shuinan-custom-landing-page-comparison-card ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.shuinan-custom-landing-page-comparison-card ul li i {
    margin-right: 10px;
    margin-top: 4px;
}

.fa-check-circle { color: #28a745; }
.fa-times-circle { color: #dc3545; }

@media (max-width: 768px) {
    h2 {
        font-size: 24px;
    }

    .shuinan-custom-landing-page-testimonials,
    .shuinan-custom-landing-page-advantages {
        width: 100%;
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 16px;
        gap: 16px;
        margin: auto 10px;
    }

    .shuinan-custom-landing-page-testimonial-card,
    .shuinan-custom-landing-page-advantage-card {
        width: 100%;
        flex: 0 0 85%;
        scroll-snap-align: center;
        margin-bottom: 20px;
    }
    .shuinan-custom-landing-page-testimonial-card:first-of-type,
    .shuinan-custom-landing-page-advantage-card:first-of-type {
        margin-left: -12px;
    }

    .shuinan-custom-landing-page-contact-section {
        width: 100%;
    }

    .shuinan-custom-landing-page-whatsapp-buttons {
        flex-direction: column;
    }

    .shuinan-custom-landing-page-comparison-container {
        grid-template-columns: 1fr;
    }
}

/* Product Overview Section */
.shuinan-custom-landing-page-product-overview {
    /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
    padding: 20px 5px 50px 5px;
    /* margin: 40px 0; */
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.shuinan-custom-landing-page-product-overview h2 {
    color: #2c3e50;
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.shuinan-custom-landing-page-product-overview h2:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4CAF50, #45a049);
    margin: 20px auto 0;
    border-radius: 2px;
}

.shuinan-custom-landing-page-product-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.shuinan-custom-landing-page-product-image {
    text-align: center;
    margin-bottom: 20px;
}

.shuinan-custom-landing-page-machine-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.shuinan-custom-landing-page-machine-image:hover {
    transform: scale(1.02);
}

.shuinan-custom-landing-page-product-tables {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
    max-width: 900px;
}

.shuinan-custom-landing-page-table-container {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.shuinan-custom-landing-page-table-title {
    color: #2c3e50;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #4CAF50;
}

.shuinan-custom-landing-page-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.shuinan-custom-landing-page-spec-table th {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: white;
    padding: 15px 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    border: none;
}

.shuinan-custom-landing-page-spec-table th:first-child {
    border-top-left-radius: 8px;
}

.shuinan-custom-landing-page-spec-table th:last-child {
    border-top-right-radius: 8px;
}

.shuinan-custom-landing-page-spec-table td {
    padding: 12px;
    border-bottom: 1px solid #e9ecef;
    color: #6c757d;
    font-size: 13px;
    transition: background-color 0.2s ease;
}

.shuinan-custom-landing-page-spec-table tbody tr:hover {
    background-color: #f8f9fa;
}

.shuinan-custom-landing-page-spec-table tbody tr:last-child td {
    border-bottom: none;
}

.shuinan-custom-landing-page-spec-table td:first-child {
    font-weight: 500;
    color: #495057;
}

.shuinan-custom-landing-page-spec-table td:nth-child(2) {
    font-weight: 600;
    color: #2c3e50;
}

.shuinan-custom-landing-page-product-notes {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 1px solid #ffeaa7;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    width: 100%;
    max-width: 900px;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.2);
}

.shuinan-custom-landing-page-note-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: #856404;
    font-size: 14px;
    line-height: 1.6;
}

.shuinan-custom-landing-page-note-item:last-child {
    margin-bottom: 0;
}

.shuinan-custom-landing-page-note-item i {
    color: #f39c12;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Responsive Design */
@media (min-width: 768px) {
    .shuinan-custom-landing-page-product-tables {
        grid-template-columns: 1fr 1fr;
    }
    
    .shuinan-custom-landing-page-machine-image {
        max-width: 600px;
    }
}

@media (max-width: 767px) {
    .shuinan-custom-landing-page-product-overview {
        padding: 40px 15px;
        margin: 20px 0;
    }
    
    .shuinan-custom-landing-page-product-overview h2 {
        font-size: 24px;
    }
    
    .shuinan-custom-landing-page-spec-table th,
    .shuinan-custom-landing-page-spec-table td {
        padding: 8px 6px;
        font-size: 12px;
    }
    
    .shuinan-custom-landing-page-table-title {
        font-size: 18px;
    }
    
    .shuinan-custom-landing-page-note-item {
        font-size: 13px;
    }
}