/* ============================================
   IFU PAGE STYLES
   ============================================ */

.ifu-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.ifu-page-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    color: #007BFF;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.ifu-page-message {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin: 0 0 20px;
}

.ifu-page-note {
    text-align: center;
    color: #999;
    margin: 0;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .ifu-page-container {
        padding: 60px 20px;
    }

    .ifu-page-title {
        font-size: 2rem;
    }
}