body {
    font-family: Arial, sans-serif;
    background: #f4f7fb;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1100px;
    margin: 50px auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

h1, h2 {
    text-align: center;
}

input {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

checkbox {
    margin-right: 5px;
    text-align: left;
    display: flex;
}

label {
    display: inline-block;
    margin-bottom: 8px;
}

button {
    width: 100%;
    padding: 16px;
    background: #0b8043;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}

button:hover {
    background: #0a6e39;
}

.result-box {
    margin-top: 30px;
    padding: 30px;
    border-radius: 12px;
    display: none;
}

.good { background: #e6f4ea; }
.warning { background: #fff6cc; }
.bad { background: #ffe5e5; }

.safe { background: #e6f4ea; }
.moderate { background: #fff6cc; }
.risky { background: #ffe5e5; }

.strong { background: #e6f4ea; }
.moderate { background: #fff6cc; }
.weak { background: #ffe5e5; }

.highlight {
    font-size: 22px;
    font-weight: bold;
}
/* Added from removed inline <style> blocks */
.excellent {
    background: #e6f4ea;
}

.healthy {
    background: #e6f4ea;
}

.hero {
    background: #e6f4ea;
}

.high {
    background: #e6f4ea;
}

.low {
    background: #ffe5e5;
}

.loyal {
    background: #fff6cc;
}

.medium {
    background: #fff6cc;
}

.month-row {
    margin-bottom: 6px;
}

.question {
    margin: 25px 0;
}

.result {
    display: none;
    margin-top: 30px;
    padding: 20px;
    border-radius: 8px;
}

.risk {
    background: #ffe5e5;
}

.score {
    font-size: 36px;
    font-weight: bold;
}

.section {
    margin-bottom: 30px;
}

.stable {
    background: #fff6cc;
}

.vip {
    background: #e6f4ea;
}

h1, h2, h3 {
    text-align: center;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    padding: 0;
    margin: 0 8px 0 0;
    border: 0;
    vertical-align: middle;
}


