.page-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
}

.hero-section {
    margin-bottom: 2.5rem;
}

.hero-section h1 {
    font-size: 2.3rem;
    margin-bottom: 0.5rem;
}

.hero-section p {
    font-size: 1.05rem;
    color: #555;
}

.imp-section {
    margin-bottom: 2rem;
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}

.imp-section h2 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

.imp-section p {
    font-size: 0.98rem;
    color: #555;
    line-height: 1.5;
}
