.elementor-1278 .elementor-element.elementor-element-9501a4c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-9501a4c *//* Reset applied as requested */
body {
    margin: 0px !important;
}

/* Header-only styling (namespaced to widget to ensure vars work) */
.ecv-header-widget {
    --ecv-font: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --ecv-header-h: 64px;
    --ecv-container: 1280px;
    /* --ecv-pad-x: clamp(24px, 6vw, 120px); */
    --ecv-link-size: 16px;
    --ecv-link-weight: 400;
    --ecv-link-color: #000000;
    --ecv-link-hover: #0f172a;
    --ecv-gap: 32.5px;
    --ecv-blue: #2563eb;
    --ecv-blue-hover: #1d4ed8;
    --ecv-border: #ebebeb;
    --ecv-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    font-family: var(--ecv-font);
}

.ecv-header-widget .ecv-header,
.ecv-header-widget .ecv-header * {
    box-sizing: border-box;
}

.ecv-header-widget .ecv-header {
    position: fixed;           /* was sticky */
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    padding: 1px 0px 11px 0px;
}

.ecv-header-widget .ecv-header.is-scrolled {
    box-shadow: var(--ecv-shadow);
}

.ecv-header-widget .ecv-container {
    margin: 0 auto;
    /* padding: 1px 51px 1px 1px; */
    margin: 11px 87px 1px 87px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
}

.ecv-header-widget .ecv-link-sx {
    font-family: var(--ecv-font);
    font-size: 13.8px;
    font-weight: 500;
    color: black;
    text-decoration: none;
    line-height: 2;
    letter-spacing: -0.2px;
    padding: 6px 12px;
    margin-left: 32px;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

.ecv-header-widget .ecv-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
    padding-left: 10px;
    /* margin-bottom: 5px; */
}

.ecv-header-widget .ecv-logo {
    height: 40px;
    width: 230px;
    display: block;
    object-fit: contain;
    /* padding-bottom: 1.5px; */
    /* margin-bottom: 1px; */
}

/* Desktop nav */
.ecv-header-widget .ecv-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    padding-right: 25px;
}

.ecv-header-widget .ecv-link {
    font-family: var(--ecv-font);
    font-size: var(--ecv-link-size);
    font-weight: var(--ecv-link-weight);
    color: var(--ecv-link-color);
    text-decoration: none;
    line-height: 1;
    letter-spacing: -0.3px;
    /* padding-bottom: 3px; */
    margin-left: 32.5px;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

.ecv-header-widget .ecv-link:hover {
    color: var(--ecv-link-hover);
}

.ecv-header-widget .ecv-cta {
    margin-left: 32px;
    font-family: var(--ecv-font);
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    line-height: 1;
    background: var(--ecv-blue);
    padding: 11px 20px;
    margin-bottom: 3px;
    border-radius: 9999px;
    width: auto;
    /* keeps desktop look but allows "Get Started Free" */
    min-width: 156px;
    /* keeps your original sizing baseline */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-shadow: none;
}

.ecv-header-widget .ecv-cta:hover {
    background: var(--ecv-blue-hover);
}

/* Desktop default text */
.ecv-header-widget .ecv-cta-text-mobile {
    display: none;
}

.ecv-header-widget .ecv-cta-text-desktop {
    display: inline;
}

/* Hidden elements maintained from HTML */
.ecv-header-widget .ecv-nav-toggle {
    display: none;
}

.ecv-header-widget .ecv-burger {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.ecv-header-widget .ecv-burger span {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #0f172a;
    display: block;
    transition: transform .2s ease, opacity .2s ease;
}

@media (max-width: 1024px) {
    
    .ecv-header-widget {
        --ecv-gap: 28px;
    }

    .ecv-header-widget .ecv-logo {
        width: 210px;
        height: 34px;
    }
}

/* =========================
 MOBILE (up to 768px)
 EXACT: only BIG logo + pill "Get Started"
 ========================= */
@media (max-width: 768px) {
    .ecv-header-widget .ecv-header {
        padding: 12px 0;
        border-bottom: 1px solid #e3e3e3;
        box-shadow: none !important;
    }

    /* centered bar content (iPhone 14 Pro Max = 430px) */
    .ecv-header-widget .ecv-container {
        max-width: 430px;
        width: 100%;
        padding: 0 16px;
        margin: 0 auto;
        gap: 14px;
        align-items: center;
        justify-content: space-between;
    }

    .ecv-header-widget .ecv-brand {
        padding-left: 0;
        flex: 0 1 auto;
        min-width: 0;
    }

    /* Make logo look "big" like screenshot (wide, not tall) */
    .ecv-header-widget .ecv-logo {
        width: auto !important;
        height: 40px !important;
        max-width: 300px;
        /* keeps it large and prevents overflow */
        object-fit: contain;
        display: block;
    }

    .ecv-header-widget .ecv-nav {
        flex: 0 0 auto;
        padding-right: 0;
        justify-content: flex-end;
    }

    /* Hard-hide ALL menu links on mobile, keep ONLY CTA */
    .ecv-header-widget .ecv-nav>a:not(.ecv-cta) {
        display: none !important;
    }

    .ecv-header-widget .ecv-nav>a.ecv-cta {
        display: inline-flex !important;
    }

    /* Swap CTA text on mobile */
    .ecv-header-widget .ecv-cta-text-desktop {
        display: none !important;
    }

    .ecv-header-widget .ecv-cta-text-mobile {
        display: inline !important;
    }

    /* Pill button like screenshot */
    .ecv-header-widget .ecv-cta {
        margin-left: 0 !important;
        width: auto !important;
        padding: 11px 0px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        border-radius: 9999px !important;
        line-height: 1 !important;
        min-height: 36px;
        min-width: 108px;
    }

    .ecv-header-widget .ecv-nav-toggle,
    .ecv-header-widget .ecv-burger {
        display: none !important;
    }
}

/* =========================================================
 NEW: Bottom sticky buttons (Login / Start Free)
 Show ONLY on mobile + tablet (<= 1024px)
 Does NOT change any other design above
 ========================================================= */

.ecv-header-widget .ecv-bottom-actions {
    display: none;
    /* hidden by default (desktop) */
}

@media (max-width: 1024px) {

    /* space so content won't be covered by the fixed bottom bar */
    body.ecv-has-bottom-actions {
        padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
    }

    .ecv-header-widget .ecv-bottom-actions {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1200;
        background: #fff;
        border-top: 1px solid #eef2f7;
        padding: 16px 16px;
        box-shadow: 0 0px 25px rgba(15, 23, 42, 0.08);
        /* padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px)); */
    }

    .ecv-header-widget .ecv-bottom-actions__inner {
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
        display: flex;
        gap: 17px;
    }

    .ecv-header-widget .ecv-bottom-btn {
        flex: 1 1 0;
        height: 48px;
        border-radius: 7px;
        font-family: var(--ecv-font);
        font-size: 16px;
        font-weight: 500;
        /* padding: 0px 0px 0px 0px; */
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        -webkit-font-smoothing: antialiased;
        text-rendering: geometricPrecision;
    }


    .ecv-header-widget .ecv-bottom-btn--login {
        background: transparent;
        color: #374151;
        border: 1px solid #e5e7eb;
        font-size: 15px;
        letter-spacing: 0.47;
        font-weight: 500;
    }

    .ecv-header-widget .ecv-bottom-btn--start {
        background: var(--ecv-blue);
        color: #fff;
        border: 1px solid transparent;
        font-weight: 800;
    }

    .ecv-header-widget .ecv-bottom-btn--start:hover {
        background: var(--ecv-blue-hover);
    }
}
/* Only affect LARGE screens (desktop) */
@media (min-width: 1441px) {   /* choose your "large" breakpoint */
    /* center the header content and limit its width ONLY on large screens */
        .ecv-header-widget .ecv-link {
            margin-left: 33px;
    padding-bottom: 3px;
}
    .ecv-header-widget .ecv-container {
        max-width: 1280px;
        width: 100%;
        margin: 11px auto 1px auto;
        padding: 0 7px;
    }
    .ecv-header-widget .ecv-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    padding-right: 25px;
    padding-top: 3px;
}
.ecv-header-widget .ecv-logo {
    height: 40.46px;
    width: 230px;
    display: block;
    object-fit: contain;
    /* padding-bottom: 1.5px; */
    /* margin-bottom: 1px; */
}
.ecv-header-widget .ecv-link-sx {
    font-family: var(--ecv-font);
    font-size: 13.8px;
    font-weight: 500;
    color: black;
    text-decoration: none;
    line-height: 2;
    letter-spacing: -0.2px;
    padding: 0px 12px;
    margin-left: 32px;
    padding-bottom: 3px;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}
}/* End custom CSS */