/* ========================================
   Policies Page - Enhanced Layout
   ======================================== */

/* Enhanced Page Header */
.page-header--policies {
    position: relative;
    padding: 120px 0 80px;
}

.page-header--policies .page-header__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.page-header--policies .container {
    position: relative;
    z-index: 2;
}

.page-header__subtitle-policies {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    opacity: 0.9;
}

/* Introduction Section */
.policies-intro {
    padding: 80px 0;
    background: #ffffff;
}

.policies-intro__content {
    max-width: 1000px;
    margin: 0 auto;
}

.policies-intro__title {
    text-align: center;
    margin-bottom: 40px;
}

.policies-intro__title h3 {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.policies-intro__title p {
    font-size: 18px;
    color: #8bc34a;
    font-weight: 600;
}

.policies-intro__text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
}

/* Policy Cards Section */
.policy-cards-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.policy-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 35px;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border-left: 5px solid #8bc34a;
}

.policy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(139, 195, 74, 0.2);
}

.policy-card__header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.policy-card__icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #8bc34a 0%, #7cb342 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.policy-card__icon i {
    font-size: 28px;
    color: #ffffff;
}

.policy-card__title h4 {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.policy-card__content p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
    margin-bottom: 15px;
}

.policy-card__content p:last-child {
    margin-bottom: 0;
}

/* Organizational Values Section */
.org-values-section {
    padding: 80px 0;
    background: #ffffff;
}

.org-values-section .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.org-values-section .section-title h3 {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.org-values-section .section-title p {
    font-size: 18px;
    color: #666;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.value-item {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 25px;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
}

.value-item:hover {
    border-color: #8bc34a;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(139, 195, 74, 0.15);
}

.value-item__icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #8bc34a 0%, #7cb342 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.value-item__icon i {
    font-size: 24px;
    color: #ffffff;
}

.value-item__content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.value-item__content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Peak Freshness Section - Matching Our Story */
.peak-freshness-policies {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.peak-freshness-policies__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.peak-freshness-policies__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(139, 195, 74, 0.9) 0%, rgba(124, 179, 66, 0.9) 100%);
}

.peak-freshness-policies__content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    color: #ffffff;
}

.peak-icon-policies {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    backdrop-filter: blur(10px);
    border: 4px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.peak-icon-policies svg {
    width: 70px;
    height: 70px;
    fill: #ffffff;
}

.peak-freshness-policies__content h4 {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.peak-freshness-policies__content p {
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 40px;
    opacity: 0.95;
}

.peak-btn-policies {
    display: inline-block;
    padding: 16px 40px;
    background: #ffffff;
    color: #8bc34a;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.peak-btn-policies:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
    color: #7cb342;
    background: #ffffff;
}

/* Responsive Design */
@media (max-width: 991px) {
    .page-header--policies {
        padding: 100px 0 60px;
    }
    
    .policies-intro,
    .policy-cards-section,
    .org-values-section {
        padding: 60px 0;
    }
    
    .peak-freshness-policies {
        padding: 80px 0;
    }
    
    .peak-freshness-policies__content h4 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .page-header__subtitle-policies {
        font-size: 16px;
    }
    
    .policies-intro__title h3,
    .org-values-section .section-title h3 {
        font-size: 28px;
    }
    
    .policy-card {
        padding: 30px 25px;
    }
    
    .policy-card__header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .policy-card__icon {
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .peak-freshness-policies__content h4 {
        font-size: 28px;
    }
    
    .peak-freshness-policies__content p {
        font-size: 16px;
    }
    
    .peak-freshness-policies__bg {
        background-attachment: scroll;
    }
}
