/* How We Get Results - Principles Layout */
.how-we-get-results {
    padding: 6rem 0;
    border-top: 1px solid #1A1A1A;
}

.how-we-get-results h2 {
    text-align: center;
    margin-bottom: 0.5rem;
}

.how-we-get-results .section-subtitle {
    text-align: center;
    color: #999999;
    margin-bottom: 4rem;
}

.principles-content {
    max-width: 900px;
    margin: 0 auto;
}

.principle-item {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #1A1A1A;
}

.principle-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.principle-item h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #FFFFFF;
}

.principle-item > p {
    font-size: 1.0625rem;
    color: #999999;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.principle-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.principle-points li {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    color: #999999;
    line-height: 1.7;
}

.principle-points li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #FFFFFF;
    font-size: 1.25rem;
    line-height: 1.4;
}

.principle-points li strong {
    color: #FFFFFF;
    font-weight: 600;
}

@media (max-width: 768px) {
    .how-we-get-results {
        padding: 4rem 0;
    }
    
    .how-we-get-results .section-subtitle {
        margin-bottom: 3rem;
    }
    
    .principle-item {
        margin-bottom: 3rem;
        padding-bottom: 3rem;
    }
    
    .principle-item h3 {
        font-size: 1.25rem;
    }
    
    .principle-item > p {
        font-size: 1rem;
    }
    
    .principle-points li {
        font-size: 0.9375rem;
        margin-bottom: 1.25rem;
    }
}
