/* ============================================
   Additional UI Improvements
   ============================================ */

/* Enhanced Order Form */
.order-form {
    background: linear-gradient(to bottom, #f8f9fa 0%, #e9ecef 100%);
}

.order-form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.order-form-badge {
    display: inline-block;
    background: linear-gradient(135deg, #76c043 0%, #5da639 100%);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}

.order-form-badge span {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.form-column h3 {
    color: #2d5016;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

.form-column h3 i {
    margin-left: 0.5rem;
    color: #76c043;
}

.package-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.package-option {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.package-option:hover {
    background: #ffffff;
    border-color: #76c043;
}

.package-option input[type="radio"] {
    margin-left: 1rem;
    width: 20px;
    height: 20px;
    accent-color: #76c043;
}

.package-option .package-name {
    flex: 1;
    font-weight: 600;
    color: #2d5016;
}

.package-option .package-price {
    font-weight: 700;
    color: #76c043;
    font-size: 1.1rem;
}

.selected-package-summary {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8f4 100%);
    padding: 1.25rem;
    border-radius: 12px;
    margin-top: 1.5rem;
    border: 2px solid #76c043;
    border-right-width: 5px;
}

.selected-package-summary .summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.selected-package-summary .label {
    color: #555;
    font-weight: 500;
}

.selected-package-summary .value {
    color: #2d5016;
    font-weight: 700;
}

.selected-package-summary .total-price {
    font-size: 1.5rem;
    color: #76c043;
    font-weight: 800;
}

.payment-note {
    text-align: center;
    margin-top: 1.5rem;
    padding: 1rem;
    background: #fff3cd;
    border-radius: 12px;
    border: 2px solid #ffc107;
}

.payment-note p {
    color: #856404;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.trust-badge i {
    color: #76c043;
}

/* Enhanced Guarantees Section */
.guarantees {
    background: linear-gradient(to bottom, #f8fdf8 0%, #ffffff 100%);
}

.guarantee-item {
    background: #ffffff;
    border: 2px solid #76c043;
    position: relative;
    overflow: hidden;
}

.guarantee-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(118, 192, 67, 0.1) 0%, transparent 100%);
    border-radius: 0 0 0 100%;
}

.guarantee-item .icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

/* Enhanced Reviews Section */
.reviews {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8f4 100%);
}

.reviews-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 2rem;
}

.review-card {
    position: relative;
    overflow: hidden;
}

.review-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 6rem;
    color: rgba(118, 192, 67, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

.review-card .stars {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

/* Additional Marketing Section */
.additional-marketing {
    background: #f8f9fa;
    padding: 4rem 0;
}

.additional-marketing .content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.additional-marketing h2 {
    color: #2d5016;
    margin-bottom: 1.5rem;
}

.additional-marketing p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.marketing-img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Video Section */
.video-section {
    background: #ffffff;
    padding: 4rem 0;
}

.video-container {
    max-width: 800px;
    margin: 0 auto;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-description {
    text-align: center;
    margin-top: 2rem;
}

.video-description .highlight {
    color: #2d5016;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.video-description .subtitle {
    color: #6c757d;
    font-size: 1rem;
}

/* Benefits Section */
.benefits-section {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 4rem 0;
    text-align: center;
}

.benefits-img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    margin: 2rem auto;
    display: block;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .trust-badges {
        gap: 1rem;
    }
    
    .trust-badge {
        font-size: 0.8rem;
    }
}
