/* Start custom CSS for html, class: .elementor-element-bf6f8ce */.tgs-assessment {
    background: #F8F5EF;
    padding: 80px 20px;
    color: #2C2C2C;
    font-family: Inter, sans-serif;
}

.assessment-container {
    max-width: 900px;
    margin: 0 auto;
}

.eyebrow {
    color: #B8860B;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.assessment-header h1 {
    font-family: "Playfair Display", serif;
    color: #1B3A6B;
    font-size: 3rem;
    margin-bottom: 20px;
}

.assessment-header .intro {
    font-family: Lora, serif;
    font-size: 1.2rem;
    color: #6B6B6B;
}

.assessment-intro {
    background: #FFFFFF;
    padding: 40px;
    border-radius: 12px;
    margin: 40px 0;
}

.assessment-intro h2 {
    font-family: "Playfair Display", serif;
    color: #1B3A6B;
}

.rating-scale {
    margin-top: 30px;
    background: #EEE9E0;
    padding: 20px;
    border-radius: 8px;
}

.scale-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
    text-align: center;
    margin-top: 15px;
}

.dimension {
    margin: 50px 0;
}

.dimension h2 {
    font-family: "Playfair Display", serif;
    color: #1B3A6B;
    margin-bottom: 20px;
    border-bottom: 2px solid #D4A827;
    padding-bottom: 10px;
}

.question {
    background: white;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.question-label {
    font-family: Lora, serif;
    font-size: 1.05rem;
    margin-bottom: 15px;
}

.answers {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.answers label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.tgs-btn {
    background: #1B3A6B;
    color: white;
    border: none;
    padding: 18px 36px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}

.tgs-btn:hover {
    background: #15305a;
}

.submit-wrap {
    text-align: center;
    margin-top: 50px;
}

.results {
    margin-top: 60px;
    background: white;
    padding: 40px;
    border-radius: 12px;
}

.hidden {
    display: none;
}

.total-score {
    text-align: center;
}

.total-score strong {
    display: block;
    font-size: 4rem;
    color: #B8860B;
}

.result-category {
    margin-top: 30px;
    padding: 25px;
    border-left: 5px solid #B8860B;
    background: #F8F5EF;
}

.dimension-score {
    margin: 10px 0;
    padding: 12px;
    background: #EEE9E0;
    border-radius: 6px;
}

.cta-box {
    margin-top: 40px;
    text-align: center;
}

@media(max-width:768px){
    .assessment-header h1{
        font-size:2rem;
    }

    .scale-grid{
        grid-template-columns:1fr;
    }

    .answers{
        flex-direction:column;
    }
}/* End custom CSS */