/* Page-specific styles only (bot styles now in component) */
.index-page {
    padding-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.index-page .main {
    padding-bottom: 0 !important;
}

.index-page .index-main {
    margin-bottom: 0;
    flex: 1;
}

.index-page .page-footer {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}
