/* The public "Powered by HedgeFacts" landing page (/HedgeFacts).

   Everything is scoped to .hfl_page so nothing here leaks into the rest of Connect. The palette
   is the site's own: deep teal #02424B for headers and bands, #00a6a6 as the accent, #FED766 for
   the one highlight, #363836 body text. The hero uses the same -90px/180px trick as
   .header_green_st so it slides under the fixed banner like every other dark page header. */

:root {
    --hfl-teal: #02424B;
    --hfl-teal-deep: #012f36;
    --hfl-accent: #00a6a6;
    --hfl-yellow: #FED766;
    --hfl-text: #363836;
    --hfl-muted: #6b716f;
    --hfl-bg: #f6f6f6;
    --hfl-card: #ffffff;
    --hfl-border: #e3e3e3;
}

html {
    scroll-behavior: smooth;
}

.hfl_page {
    color: var(--hfl-text);
    overflow-x: hidden;
}


    .hfl_page a {
        text-decoration: none;
    }

.hfl_container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

.hfl_narrow {
    max-width: 1100px;
}

.hfl_section {
    padding: 90px 0;
}

.hfl_section_head {
    max-width: 900px;
    margin: 0 auto 50px auto;
    text-align: center;
}

    .hfl_section_head h2 {

    }

    .hfl_section_head p {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 15px;
    }

.hfl_kicker {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}

.hfl_center {
    text-align: center;
}

/* ---------- Buttons ------------------------------------------------------- */

.hfl_body header {
background:transparent;
}

.hfl_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border: 1px solid transparent;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}

    .hfl_btn:hover {
        transform: translateY(-2px);
    }

    .hfl_btn i {
        font-size: 14px;
    }

.hfl_btn_primary {
    background: #00a6a6;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

    .hfl_btn_primary:hover {
        background: #00a6a6;
        color: #ffffff;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    }

.hfl_btn_primary.hfl_btn_dark {
    background:#00a6a6;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(2, 66, 75, 0.25);
}

    .hfl_btn_primary.hfl_btn_dark:hover {
        background:#00a6a6;
        color: #ffffff;
    }

.hfl_btn_ghost {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
}

    .hfl_btn_ghost:hover {
        background: rgba(255, 255, 255, 0.16);
        color: #ffffff;
        border-color: #ffffff;
    }

.hfl_btn_outline {
    background: transparent;
    color: var(--hfl-teal);
    border-color: var(--hfl-teal);
}

    .hfl_btn_outline:hover {
        background: var(--hfl-teal);
        color: #ffffff;
    }

.hfl_btn_block {
    width: 100%;
}

.hfl_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

/* ---------- Hero ---------------------------------------------------------- */

.hfl_hero {
    position: relative;
    padding: 210px 0 90px 0;
    color: #ffffff;
    background: var(--hfl-teal) url(/assets/images/connect_info_block_hero8.jpg) no-repeat center center;
    background-size: cover;
}

    .hfl_hero:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #02424B88;
    }

    .hfl_hero > .hfl_container {
        position: relative;
        z-index: 1;
    }

.hfl_hero_grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 60px;
    align-items: center;
}

.hfl_eyebrow {
    text-transform: uppercase;
}

.hfl_x {
    color:#FED766;
    margin: 0 6px;
}

.hfl_hero h1 {
    font-size: 50px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 24px;
    /* The site's global h1 is uppercase; a five-line shouting headline is not the tone here. */
    text-transform: none;
}

.hfl_highlight {
    color: var(--hfl-yellow);
}

.hfl_lead {
    font-size: 19px;
    line-height: 1.65;
    color: #ffffff;
    max-width: 560px;
}

.hfl_trust {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    font-size: 14px;
    color: #ffffff;
}

    .hfl_trust i {
        font-size:12px;
        margin-right: 6px;
        color:#00a6a6;
    }

.hfl_signin {
    margin-top: 22px !important;
    font-size: 14px;
    color: #ffffff;
}

    .hfl_signin a {
        color: #ffffff;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

/* The fact-sheet preview card. */

.hfl_hero_art {
    display: flex;
    justify-content: center;
}

.hfl_mock {
    width: 100%;
    max-width: 560px;
    background: var(--hfl-card);
    color: var(--hfl-text);
    border-radius: 12px;
    padding: 26px 28px 22px 28px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.hfl_mock_head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 14px;
    border-bottom: 3px solid var(--hfl-accent);
    margin-bottom: 18px;
}

.hfl_mock_logo {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--hfl-teal), var(--hfl-accent));
    flex: 0 0 auto;
}

.hfl_mock_title {
    font-size: 16px;
    font-weight: 700;
    color: var(--hfl-teal);
    line-height: 1.2;
}

    .hfl_mock_title small {
        display: block;
        font-size: 11px;
        font-weight: 400;
        color: var(--hfl-muted);
        text-transform: uppercase;
        letter-spacing: 0.08em;
        margin-top: 3px;
    }

.hfl_mock_chart {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 160px;
    padding: 0 2px 8px 2px;
    border-bottom: 1px solid var(--hfl-border);
    margin-bottom: 16px;
}

    .hfl_mock_chart i {
        flex: 1 1 0;
        display: block;
        border-radius: 3px 3px 0 0;
        background: linear-gradient(180deg, var(--hfl-accent), var(--hfl-teal));
        opacity: 0.9;
    }

.hfl_mock_stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 16px;
}

    .hfl_mock_stats div {
        background: var(--hfl-bg);
        border-radius: 8px;
        padding: 9px 6px;
        text-align: center;
    }

    .hfl_mock_stats b {
        display: block;
        font-size: 15px;
        color: var(--hfl-teal);
    }

    .hfl_mock_stats span {
        display: block;
        font-size: 10px;
        color: var(--hfl-muted);
        margin-top: 2px;
    }

.hfl_mock_lines i {
    display: block;
    height: 7px;
    border-radius: 4px;
    background: #ececec;
    margin-bottom: 7px;
}

    .hfl_mock_lines i.short {
        width: 60%;
    }

.hfl_mock_foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

    .hfl_mock_foot span {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #b5b5b5;
    }

    .hfl_mock_foot img {
        height: 30px;
        width: auto;
    }

/* ---------- Proof strip --------------------------------------------------- */

.hfl_strip {
    background:#02424B;
    color:#ffffff;
}

    .hfl_strip ul {
        list-style: none;
        margin: 0;
        padding: 45px 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .hfl_strip li {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }

    .hfl_strip b {
        font-size: 58px;
        font-weight: 300;
        color: #ffffff;
        line-height: 1;
    }

    .hfl_strip span {
        font-size: 14px;
        color: #ffffff;
        max-width: 190px;
        line-height: 1.35;
    }

/* ---------- Video --------------------------------------------------------- */

.hfl_video {
    background: var(--hfl-bg);
    scroll-margin-top: 90px;
}

.hfl_video_frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    overflow: hidden;
    background: var(--hfl-teal-deep);
    box-shadow: 0 24px 50px rgba(2, 66, 75, 0.25);
}

    .hfl_video_frame iframe,
    .hfl_video_frame video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
        object-fit: cover;
    }

.hfl_video_badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 12px;
    border-radius: 20px;
    background: rgba(2, 66, 75, 0.85);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    pointer-events: none;
}

/* ---------- Feature cards ------------------------------------------------- */

.hfl_features {
    background: var(--hfl-card);
}

.hfl_grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hfl_card {
    background: var(--hfl-bg);
    border: 1px solid var(--hfl-border);
    border-radius: 12px;
    padding: 30px 28px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .hfl_card:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 34px rgba(2, 66, 75, 0.12);
    }

    .hfl_card > i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        color: #02424B;
        font-size: 44px;
        margin-bottom: 15px;
    }

    .hfl_card h3 {
        font-size: 26px;
        color: var(--hfl-teal);
        margin-bottom: 10px;
    }

    .hfl_card p {
        font-size: 16px;
        line-height: 1.6;
    }

/* ---------- Steps --------------------------------------------------------- */

.hfl_steps_section {
    background: var(--hfl-bg);
}

.hfl_steps {
    list-style: none;
    margin: 0 0 44px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    counter-reset: hfl-step;
    text-align:center;
}

    .hfl_steps li {
        position: relative;
        padding-top: 8px;
    }

        /* The connecting rule between step badges. */
        .hfl_steps li:after {
            content: "";
            position: absolute;
            top: 30px;
            left: 0px;
            right: 0px;
            height: 1px;
            background: #00a6a6;
        }

.hfl_step_no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--hfl-accent);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 6px var(--hfl-bg);
}

.hfl_steps h3 {
    font-size: 16px;
    color: #00a6a6;
    font-weight:400;
    margin-bottom: 15px;
}

.hfl_steps p {
    font-size: 16px;
    line-height: 1.6;
}

/* ---------- Pricing ------------------------------------------------------- */

.hfl_pricing {
    background: var(--hfl-card);
}

.hfl_grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    align-items: stretch;
}

.hfl_plan {
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.hfl_plan_free {
    background: var(--hfl-teal);
    color: #ffffff;
    box-shadow: 0 24px 50px rgba(2, 66, 75, 0.25);
}

.hfl_plan_more {
    background: var(--hfl-bg);
    border: 1px solid var(--hfl-border);
}



    .hfl_plan_head h3 {
        font-size: 26px;
    }

.hfl_plan_free .hfl_plan_head h3 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

.hfl_plan_more .hfl_plan_head h3 {
    color: var(--hfl-teal);
    text-align: center;
    margin-bottom: 30px;
}

.hfl_price {
    font-size: 58px;
    font-weight: 500;
    color: var(--hfl-yellow);
    line-height: 1;
    margin-top: 12px !important;
    text-align: center;
    background: #ffffff15;
    padding: 15px;
    border-radius: 0px;
    width: calc(100% + 60px);
    margin-left:-30px;
}

.plan_logo_holder {
    font-size: 58px;
    font-weight: 500;
    color: var(--hfl-yellow);
    line-height: 1;
    margin-top: 12px !important;
    text-align: center;
    background: #e8e8e8;
    padding: 15px;
    border-radius: 0px;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-bottom:18px;
}

.hfl_price span {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff33;
    margin-left: 10px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.hfl_checklist {
    list-style: none;
    margin: 0 0 28px 0;
    padding: 0;
    flex: 1 1 auto;
}

    .hfl_checklist li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-size: 16px;
        line-height: 1.5;
        padding: 8px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

        .hfl_checklist li:last-child {
            border-bottom: 0;
        }

    .hfl_checklist i {
        color: #ffffff;
        margin-top: 4px;
        font-size: 12px;
    }

.hfl_plan_logo {
    width:100%;
    max-width: 208px;
}

.hfl_plan_more .hfl_btn {
    margin-top: auto;
}

/* ---------- FAQ ----------------------------------------------------------- */

.hfl_faq {
    background: var(--hfl-bg);
}

    .hfl_faq details {
        background: var(--hfl-card);
        border: 1px solid var(--hfl-border);
        border-radius: 10px;
        margin-bottom: 12px;
        padding: 0 24px;
    }

    .hfl_faq summary {
        cursor: pointer;
        list-style: none;
        padding: 30px 0;
        font-size: 20px;
        font-weight: 400;
        color: var(--hfl-teal);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

        .hfl_faq summary::-webkit-details-marker {
            display: none;
        }

        .hfl_faq summary:after {
            content: "+";
            font-size: 22px;
            font-weight: 400;
            color: var(--hfl-accent);
            line-height: 1;
            transition: transform 0.15s ease;
        }

    .hfl_faq details[open] summary:after {
        transform: rotate(45deg);
    }

    .hfl_faq details p {
        padding: 0 0 20px 0;
        font-size: 15px;
        line-height: 1.65;
        color: var(--hfl-muted);
    }

/* ---------- Closing band -------------------------------------------------- */

.hfl_cta {
    background: #02424B url(/assets/images/graphic_bg.png) right bottom no-repeat;
    background-size:40%;
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
}

    .hfl_cta h2 {
        color: #ffffff;
    }

    .hfl_cta > .hfl_container > p {
        font-size: 20px;
    }

    .hfl_cta .hfl_actions {
        justify-content: center;
    }

.hfl_cta_powered {
    margin-top: 30px;
    border-top: 1px solid #ffffff50;
    padding-top: 30px;
}

    .hfl_cta_powered img {
        width: 100%;
        max-width:300px;
    }

/* ---------- Responsive ---------------------------------------------------- */

@media (max-width: 1100px) {
    .hfl_hero h1 {
        font-size: 42px;
    }

    .hfl_steps {
        grid-template-columns: repeat(2, 1fr);
    }

        .hfl_steps li:nth-child(2):after {
            display: none;
        }
}

@media (max-width: 900px) {
    .hfl_container {
        padding: 0 20px;
    }

    .hfl_hero {
        padding: 150px 0 70px 0;
    }

    .hfl_hero_grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .hfl_hero h1 {
        font-size: 36px;
    }

    .hfl_mock {
        transform: none;
    }

    .hfl_strip ul {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .hfl_strip li {
        justify-content: flex-start;
    }

    .hfl_section {
        padding: 64px 0;
    }

    .hfl_section_head h2 {
        font-size: 28px;
    }

    .hfl_grid3,
    .hfl_grid2 {
        grid-template-columns: 1fr;
    }

    .hfl_cta h2 {
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .hfl_steps {
        grid-template-columns: 1fr;
    }

        .hfl_steps li:after {
            display: none;
        }

    .hfl_actions .hfl_btn {
        width: 100%;
    }

    .hfl_mock_stats {
        grid-template-columns: repeat(2, 1fr);
    }
}
