/* Cacher le header Helix */
#sp-header {
    display: none !important;
}

/* Cacher menu */
.sp-megamenu-wrapper {
    display: none !important;
}

/* Supprimer marges haut */
body {
    margin-top: 0 !important;
}
/* CONTAINER */
.lk-container {
    max-width: 600px;
    margin: auto;
    padding: 20px;
}

/* HERO */
.lk-hero {
    text-align: center;
    padding: 60px 20px;
}

.lk-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.lk-subtitle {
    font-size: 16px;
    color: #666;
}

/* CTA */
.lk-cta {
    display: inline-block;
    background: #ff6b81;
    color: #fff;
    padding: 16px 28px;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
}

.lk-cta:hover {
    background: #ff4d6d;
    color: #fff;
}

/* TEXT */
.lk-section-title {
    font-size: 22px;
    margin-top: 40px;
}

.lk-small {
    font-size: 13px;
    color: #777;
}

/* BENEFITS */
.lk-benefits {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

/* FORM */
.lk-form {
    background: #fff0f3;
    padding: 25px;
    border-radius: 10px;
    margin-top: 40px;
    text-align: center;
}

.lk-input {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.lk-button {
    background: #ff6b81;
    color: #fff;
    border: none;
    padding: 15px;
    width: 100%;
    border-radius: 8px;
    font-weight: bold;
    margin-top: 10px;
}

.lk-button:hover {
    background: #ff4d6d;
}
body.itemid-120 #sp-header {
    display: none !important;
}