.lp-header {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.lp-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lp-header .logo { max-height: 42px; }

.lp-cta-header {
    font-weight: 600;
    padding: 9px 22px;
    border-radius: 4px;
    font-size: 15px;
    white-space: nowrap;
}

.lp-body {
    min-height: calc(100vh - 130px);
}

.lp-footer {
    background: #f7f7f7;
    border-top: 1px solid #e8e8e8;
    padding: 18px 0;
    font-size: 13px;
    color: #888;
}

.lp-footer a { color: #888; margin: 0 8px; }
.lp-footer a:hover { color: #555; text-decoration: underline; }

.lp-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

@media (max-width: 576px) {
    .lp-footer .container { flex-direction: column; text-align: center; }
    .lp-cta-header { font-size: 13px; padding: 7px 14px; }
}
