/* Base button (from wizi-button.css) */
.button {
    border-radius: 5px !important;
    text-transform: initial;
    font-size: 17px;
    box-shadow: none !important;
}
.button-full {
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    line-height: 47px;
    height: 47px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
}
.wizi-btn-orange {
    background-color: #f1793b;
    color: white;
}
.wizi-btn-orange:hover {
    background-color: #e2692c;
    color: white;
}
.wizi-btn-wiziblue {
    background-color: #029398;
    color: white;
}
.wizi-btn-wiziblue:hover {
    background-color: #02767b;
    color: white;
}
.wizi-color {
    color: #029398;
}
.wizi-color-orange {
    color: #f1793b;
}

/* ---- Navbar ---- */
.lp_navbar .wizi_navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    height: 80px;
    background: white;
    border-bottom: 1px solid #eaeaea;
    z-index: 9999;
}
.lp_navbar {
    height: 81px;
}
.wizi_navbar_logo {
    display: flex;
    flex: 1;
}
.wizi_navbar_logo_container {
    display: flex;
    padding-left: 145px;
}
.wizi_navbar_logo a {
    display: block;
    height: 80px;
    margin: auto;
}
.wizi_navbar_logo img {
    padding: 15px 0;
    height: 50px;
}

/* ---- Logpage layout ---- */
.lp_logpage {
    display: block;
    width: 50%;
    font-family: "Poppins", sans-serif;
}
.lp_logpage p,
.lp_logpage span,
.lp_logpage h1,
.lp_logpage h2,
.lp_logpage h3,
.lp_logpage h4,
.lp_logpage h5,
.lp_logpage h6 {
    font-family: "Poppins", sans-serif;
}

/* ---- Left column ---- */
.lp_log_form {
    padding: 10px 10px 0 10px;
    display: flex;
    width: 100%;
}
.lp_log_form_container {
    padding: 0 60px 0 145px;
    display: block;
    width: 100%;
}

/* Partner tag */
.lp_log_partner {
    display: flex;
}
.lp_log_partner_logo {
    margin-left: 5px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;
}
.lp_log_partner_logo img {
    height: 15px;
}
.lp_log_tag {
    padding: 3px 10px;
    background: #de2f3d;
    display: inline-block;
    border-radius: 999px;
    height: 26px;
    margin: auto 0;
}
.lp_log_tag_txt {
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

/* Title */
.lp_log_form h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #131522;
    margin-bottom: 40px;
    margin-top: 10px;
}

/* Description */
.lp_log_description {
    font-size: 18px;
    line-height: 30px;
    color: #131523;
    margin-bottom: 15px;
    font-weight: 400;
}

/* Ariane breadcrumb */
.lp_ariane {
    font-size: 14px;
    color: #888;
    margin: 20px 0 10px;
}
.lp_ariane_active {
    font-weight: 700;
    color: #00919b;
}
.lp_ariane_separation {
    margin: 0 5px;
}

/* Form items (reused for info rows) */
.lp_log_form_item {
    margin: 20px 0;
}

/* ---- Right column (teal sidebar) ---- */
.lp_logpage_side_part {
    position: fixed;
    top: 81px;
    right: 0;
    width: 50%;
    height: calc(100vh - 81px);
    display: flex;
    align-items: center;
}
.lp_logpage_bgcolor {
    background-color: #00919b;
    background-size: cover;
}
.lp_side_sticky {
    width: 100%;
}
.log_page_side_container {
    margin: 0;
    padding: 0 40px;
    /* width: 100%; */
}
.log_page_side h3 {
    text-align: center;
    color: white;
    font-weight: 600;
    margin: 30px 0;
}
.log_page_side_video {
    width: 100%;
    max-width: 700px;
    border-radius: 7px;
    overflow: hidden;
    margin: 40px auto 0;
    box-sizing: border-box;
}

/* ---- Owner info sections (replacing form) ---- */
.lp_owner_why {
    display: flex;
    gap: 20px;
    margin: 28px 0;
}
.lp_owner_why_one {
    flex: 1;
    text-align: center;
}
.lp_owner_why_one img {
    width: 52px;
    margin-bottom: 8px;
}
.lp_owner_why_one h4 {
    font-size: 14px;
    font-weight: 700;
    color: #f1793b;
    margin: 0 0 6px;
}
.lp_owner_why_one p {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    margin: 0;
}

.lp_owner_steps {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    counter-reset: steps;
}
.lp_owner_steps li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}
.lp_owner_step_num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: #029398;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}
.lp_owner_step_text {
    padding-top: 4px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.lp_owner_pricing {
    background: #f0fafb;
    border: 1px solid #c5e9eb;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #444;
}
.lp_owner_pricing strong {
    font-size: 22px;
    color: #029398;
}

/* ---- Sidebar content ---- */
.lp_side_features {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lp_side_features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 24px;
}
.lp_side_features li i {
    color: white;
    margin-top: 4px;
    font-size: 15px;
    flex-shrink: 0;
}
.lp_side_features li strong {
    color: white;
}

.lp_side_trustpilot {
    margin-top: 32px;
}

/* ---- Responsive ---- */
@media screen and (max-width: 1250px) {
    .lp_log_form_container {
        padding: 0 30px 0 60px;
    }
    .wizi_navbar_logo_container {
        padding-left: 60px;
    }
}

@media screen and (max-width: 980px) {
    .lp_logpage {
        width: 100%;
    }
    .lp_log_form {
        width: 100%;
        padding: 0;
    }
    .lp_logpage_side_part {
        position: static;
        width: 100%;
        height: auto;
    }
    .lp_side_sticky {
        width: 100%;
    }
    .log_page_side_video {
        margin: 0 auto 20px;
    }
    .log_page_side_video iframe,
    .log_page_side_video > div,
    .log_page_side_video > * {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
    }
    .lp_log_form_container {
        padding: 0 15px 0 30px;
    }
    .wizi_navbar_logo_container {
        padding-left: 30px;
    }
    .lp_owner_why {
        flex-direction: column;
    }
}

@media screen and (max-width: 670px) {
    .lp_log_form h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .lp_log_description {
        font-size: 15px;
        line-height: 21px;
    }
    .lp_log_form_container {
        padding: 0 15px;
    }
    .wizi_navbar_logo_container {
        padding-left: 15px;
    }
}
