/* This style block is temporary for terms.html to match privacy.html's structure.
    Once index.css is fully deployed and accessible, this block can be removed. */
body {
    background-color: #f4f7f9;
    color: #333;
    margin: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.8;
}
header {
    text-align: center;
    padding: 3rem 1rem 1rem;
}
header h1 {
    color: #2c3e50;
    font-size: 1.5rem;
}
header hr {
    width: 50px;
    border: 0;
    border-top: 3px solid #3498db;
    margin: 1rem auto;
}
main {
    max-width: 800px;
    margin: 0 auto 4rem;
    padding: 0 1rem;
}
.document-card {
    background: #ffffff;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
h2 {
    font-size: 1.2rem;
    color: #2c3e50;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
    margin-top: 2rem;
}
footer {
    text-align: center;
    padding: 2rem;
    color: #bdc3c7;
}
.back-link {
    display: block;
    text-align: center;
    margin-top: 2rem;
    color: #3498db;
    text-decoration: none;
}