/* Promise section - inline styles moved to CSS */
.promise-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px 60px 20px;
    clear: both;
}

.promise-container {
    max-width: 1000px;
    width: 100%;
    background: transparent;
    border-radius: 20px;
    padding: 60px 50px 60px 50px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.promise-container h2:first-of-type {
    color: rgb(55, 93, 88);
    margin-bottom: 20px;
}

.promise-container h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.promise-container h1 span {
    color: rgb(55, 93, 88);
}

.promise-divider {
    width: 50px;
    height: 2px;
    background: #ccc;
    margin: 30px auto;
}

.promise-subtitle {
    font-size: 1.5em;
    margin: 20px 0;
    color: #2e828c;
}

.promise-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.promise-badge {
    background: #f0f0f0;
    padding: 10px 20px;
    border-radius: 30px;
}