/* Terms & Conditions Page Styles */

/* Hero Section */
.terms-hero {
    height: 60vh;
    background: linear-gradient(135deg, #9CAF88 0%, #2D5A3D 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-top: 80px;
}

.terms-hero .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.terms-hero .hero-content {
    max-width: 800px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.terms-hero .headline {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.terms-hero .subheadline {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 0;
    opacity: 0.9;
}

/* Terms Content */
.terms-content {
    padding: 80px 0;
    background-color: #fff;
}

.terms-container {
    max-width: 900px;
    margin: 0 auto;
}

/* Guarantee Section */
.guarantee-section {
    background: linear-gradient(135deg, #F7F5F3, #fff);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 60px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-left: 6px solid #D4AF37;
}

.guarantee-header {
    text-align: center;
    margin-bottom: 40px;
}

.guarantee-title {
    color: #2D5A3D;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.guarantee-subtitle {
    color: #D4AF37;
    font-size: 1.2rem;
    font-style: italic;
    margin: 0;
}

.guarantee-intro {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 1px solid #F7F5F3;
}

.guarantee-intro p {
    color: #8B8680;
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
}

/* Terms Sections */
.terms-section {
    margin-bottom: 35px;
}

.terms-section h3 {
    color: #2D5A3D;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #D4AF37;
}

.terms-section p {
    color: #8B8680;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.terms-section ul {
    color: #8B8680;
    font-size: 1rem;
    line-height: 1.7;
    margin-left: 20px;
}

.terms-section li {
    margin-bottom: 8px;
}

/* Requirement Items */
.requirement-item {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
    border-left: 4px solid #D4AF37;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.requirement-item h4 {
    color: #2D5A3D;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.requirement-number {
    background: #D4AF37;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.requirement-item p {
    margin-bottom: 10px;
}

.requirement-item ul {
    margin-top: 10px;
}

.sub-list {
    margin-left: 20px;
    margin-top: 10px;
}

.sub-list li {
    color: #8B8680;
    font-size: 0.95rem;
}

/* Important Note */
.important-note {
    background: linear-gradient(135deg, #D4AF37, #F5E6D3);
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 15px;
}

.important-note p {
    margin: 0;
    color: #2D5A3D;
    font-weight: 600;
}

/* General Terms */
.general-terms {
    margin-top: 60px;
}

.general-terms h2 {
    color: #2D5A3D;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 3px solid #D4AF37;
}

/* Contact Info */
.contact-info {
    background: linear-gradient(135deg, #2D5A3D, #9CAF88);
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-top: 40px;
    text-align: center;
}

.contact-info h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #fff;
}

.contact-info p {
    margin-bottom: 10px;
    color: #fff;
    opacity: 0.9;
}

.contact-details {
    margin-top: 20px;
}

.contact-details p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.contact-details i {
    color: #D4AF37;
    width: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .terms-hero .headline {
        font-size: 2.2rem;
    }
    
    .terms-hero .subheadline {
        font-size: 1.1rem;
    }
    
    .guarantee-section {
        padding: 25px;
        margin-bottom: 40px;
    }
    
    .guarantee-title {
        font-size: 1.8rem;
    }
    
    .guarantee-subtitle {
        font-size: 1rem;
    }
    
    .requirement-item {
        padding: 20px;
    }
    
    .requirement-item h4 {
        font-size: 1.1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .requirement-number {
        width: 25px;
        height: 25px;
        font-size: 0.9rem;
    }
    
    .contact-details p {
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 480px) {
    .terms-content {
        padding: 40px 0;
    }
    
    .guarantee-section {
        padding: 20px;
    }
    
    .guarantee-title {
        font-size: 1.6rem;
    }
    
    .terms-section h3 {
        font-size: 1.3rem;
    }
}
