@charset "utf-8";
/* Customer Promise — Clean, Unified CSS */

/* Overall page style */
body {
    background-color:#f2f2f2;
    margin: 0;
    padding: 0;
    font-family: "Georgia", serif;
    color: #2a2a2a;
}

/* Centered content container */
.container {
    max-width: 750px;
    margin: 80px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    line-height: 1.7;
}

/* Header */
h1 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    color: #1f1f1f;
}

.subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #6a6a6a;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

/* Promise sections */
.promise-block {
    margin-bottom: 32px;
    padding-left: 10px;
    border-left: 3px solid #d6c7b8;
}

.promise-block p {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.75;
}

/* Footer */
footer {
    margin-top: 50px;
    text-align: center;
    font-size: 1.15rem;
    color: #444;
    padding-top: 20px;
    border-top: 1px solid #e0dcd7;
}
