﻿/* Quality Assurance Styles */
.quality-assurance {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* =========================================== */
/* COMPACT HERO SECTION */
/* =========================================== */
.compact-hero {
    background: linear-gradient(135deg, #0056b3 0%, #007bff 100%);
    color: white;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

    .compact-hero:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Z" fill="rgba(255,255,255,0.1)"/></svg>');
        background-size: cover;
        opacity: 0.1;
    }

.compact-hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.compact-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.compact-hero-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 30px;
    line-height: 1.5;
}

.btn-compact {
    padding: 12px 35px;
    font-size: 1.1rem;
    border-radius: 50px;
    background-color: #28a745;
    border: 2px solid #28a745;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

    .btn-compact:hover {
        background-color: #218838;
        border-color: #218838;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        color: white;
    }

/* =========================================== */
/* Common Sections */
/* =========================================== */
.section {
    padding: 60px 0;
}

.section-title {
    font-size: 2rem;
    color: #0056b3;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

    .section-title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background-color: #28a745;
    }

.section-description {
    font-size: 1.1rem;
    color: #666;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.section-subtitle {
    font-size: 1rem;
    color: #28a745;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* =========================================== */
/* Quality Commitment */
/* =========================================== */
.quality-commitment {
    background: #fff;
}

/* =========================================== */
/* Certification Process */
/* =========================================== */
.certification-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.cert-step {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-align: center;
    transition: all 0.3s ease;
    border-top: 3px solid #0056b3;
}

    .cert-step:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }

.step-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.cert-step h3 {
    color: #0056b3;
    margin-bottom: 12px;
    font-size: 1.3rem;
}

.cert-step p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* =========================================== */
/* Quality Parameters */
/* =========================================== */
.parameters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.parameter-card {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-align: center;
    transition: all 0.3s ease;
    border-left: 4px solid #28a745;
}

    .parameter-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }

.parameter-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.parameter-card h3 {
    color: #0056b3;
    margin-bottom: 12px;
    font-size: 1.3rem;
}

.parameter-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* =========================================== */
/* Quality Standards */
/* =========================================== */
.standards-grid {
    max-width: 900px;
    margin: 0 auto;
}

.standard-item {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

    .standard-item h4 {
        color: #0056b3;
        margin-bottom: 20px;
        font-size: 1.4rem;
        text-align: center;
    }

    .standard-item ul {
        list-style: none;
        padding: 0;
    }

    .standard-item li {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
        color: #666;
        line-height: 1.6;
    }

        .standard-item li:last-child {
            border-bottom: none;
        }

        .standard-item li strong {
            color: #0056b3;
            display: inline-block;
            min-width: 180px;
        }

/* =========================================== */
/* Laboratory Testing */
/* =========================================== */
.lab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.lab-card {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-top: 3px solid #0056b3;
    transition: transform 0.3s ease;
}

    .lab-card:hover {
        transform: translateY(-5px);
    }

    .lab-card h3 {
        color: #0056b3;
        margin-bottom: 20px;
        font-size: 1.3rem;
        text-align: center;
    }

    .lab-card ul {
        list-style: none;
        padding: 0;
    }

    .lab-card li {
        padding: 8px 0;
        color: #666;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
        padding-left: 20px;
    }

        .lab-card li:before {
            content: "✓";
            color: #28a745;
            position: absolute;
            left: 0;
            font-weight: bold;
        }

        .lab-card li:last-child {
            border-bottom: none;
        }

/* =========================================== */
/* Processing QC */
/* =========================================== */
.processing-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.process-step {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

    .process-step:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }

    .process-step h3 {
        color: #0056b3;
        margin-bottom: 15px;
        font-size: 1.3rem;
        border-bottom: 2px solid #28a745;
        padding-bottom: 10px;
    }

    .process-step p {
        color: #666;
        font-size: 0.95rem;
        line-height: 1.5;
    }

/* =========================================== */
/* Storage Management */
/* =========================================== */
.storage-grid {
    max-width: 900px;
    margin: 0 auto;
}

.storage-card {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

    .storage-card h3 {
        color: #0056b3;
        margin-bottom: 20px;
        font-size: 1.4rem;
        text-align: center;
    }

    .storage-card ul {
        list-style: none;
        padding: 0;
    }

    .storage-card li {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
        color: #666;
        line-height: 1.6;
    }

        .storage-card li:last-child {
            border-bottom: none;
        }

        .storage-card li strong {
            color: #0056b3;
            display: inline-block;
            min-width: 150px;
        }

/* =========================================== */
/* Testimonial */
/* =========================================== */
.quality-testimonial {
    background: linear-gradient(rgba(0, 86, 179, 0.95), rgba(0, 86, 179, 0.9));
    color: white;
    padding: 70px 0;
}

.testimonial-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.quote-icon {
    font-size: 3rem;
    color: #28a745;
    margin-bottom: 20px;
    line-height: 1;
}

.testimonial-text {
    font-size: 1.3rem;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.7;
}

.testimonial-author {
    font-size: 1rem;
    opacity: 0.9;
    font-weight: 500;
}

/* =========================================== */
/* Contact CTA */
/* =========================================== */
.contact-cta {
    text-align: center;
}

.contact-content h2 {
    color: #0056b3;
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.contact-content p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 25px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-large {
    padding: 12px 35px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    border: 2px solid transparent;
}

.btn-primary {
    background-color: #0056b3;
    border-color: #0056b3;
    color: white;
}

    .btn-primary:hover {
        background-color: #004494;
        border-color: #004494;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        color: white;
    }

.btn-outline {
    background-color: transparent;
    border: 2px solid #0056b3;
    color: #0056b3;
}

    .btn-outline:hover {
        background-color: #0056b3;
        color: white;
    }

/* =========================================== */
/* Utility Classes */
/* =========================================== */
.bg-light {
    background-color: #f8f9fa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =========================================== */
/* Responsive Design */
/* =========================================== */
@media (max-width: 992px) {
    .certification-steps,
    .parameters-grid,
    .lab-grid,
    .processing-steps {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .compact-hero {
        padding: 50px 0;
    }

    .compact-hero-title {
        font-size: 2rem;
    }

    .compact-hero-subtitle {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .certification-steps,
    .parameters-grid,
    .lab-grid,
    .processing-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-compact,
    .btn-large {
        width: 100%;
        max-width: 300px;
        margin: 5px 0;
    }

    .standard-item li strong {
        min-width: 140px;
        display: block;
        margin-bottom: 5px;
    }

    .storage-card li strong {
        min-width: 120px;
        display: block;
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .compact-hero-title {
        font-size: 1.8rem;
    }

    .compact-hero-subtitle {
        font-size: 1rem;
    }

    .section {
        padding: 50px 0;
    }

    .compact-hero-content,
    .contact-content {
        padding: 0 15px;
    }

    .standard-item,
    .storage-card {
        padding: 20px;
    }

    .testimonial-text {
        font-size: 1.1rem;
    }
}
