body {
    margin: 0;
    padding: 0;
    font-family: "Sarabun", sans-serif;
    background: #f7f7f7;
    color: #333;
}

.coming-soon-container {
    max-width: 600px;
    margin: 80px auto;
    padding: 40px 20px;
    background: #ffffff;
    text-align: center;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.logo-area img.logo-main {
    width: 180px;
    height: auto;
    margin-bottom: 20px;
}

.title {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #26513C; /* เขียวเข้มโทนสถาบัน */
}

.subtitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.footer-note {
    margin-top: 40px;
    font-size: 0.85rem;
    color: #777;
}
