/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-srdo9t1ivd] {
    position: relative;
    display: block;
    flex-direction: row;
}

main[b-srdo9t1ivd] {
    flex: 1;
}

#blazor-error-ui[b-srdo9t1ivd] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-srdo9t1ivd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wn0nddtlni],
.components-reconnect-repeated-attempt-visible[b-wn0nddtlni],
.components-reconnect-failed-visible[b-wn0nddtlni],
.components-pause-visible[b-wn0nddtlni],
.components-resume-failed-visible[b-wn0nddtlni],
.components-rejoining-animation[b-wn0nddtlni] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-wn0nddtlni],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-wn0nddtlni],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-wn0nddtlni],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-wn0nddtlni],
#components-reconnect-modal.components-reconnect-retrying[b-wn0nddtlni],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-wn0nddtlni],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-wn0nddtlni],
#components-reconnect-modal.components-reconnect-failed[b-wn0nddtlni],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-wn0nddtlni] {
    display: block;
}


#components-reconnect-modal[b-wn0nddtlni] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-wn0nddtlni 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-wn0nddtlni 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-wn0nddtlni 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-wn0nddtlni]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-wn0nddtlni 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-wn0nddtlni {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-wn0nddtlni {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-wn0nddtlni {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-wn0nddtlni] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-wn0nddtlni] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-wn0nddtlni] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-wn0nddtlni] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-wn0nddtlni] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-wn0nddtlni] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-wn0nddtlni] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-wn0nddtlni 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-wn0nddtlni] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-wn0nddtlni {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
*[b-3nf3r4hmy3] {
    box-sizing: border-box;
}

html[b-3nf3r4hmy3] {
    scroll-behavior: smooth;
}

body[b-3nf3r4hmy3] {
    margin: 0;
    background: var(--background);
    color: var(--text);
    font-family: Sora;
    -webkit-font-smoothing: antialiased;
}

a[b-3nf3r4hmy3] {
    color: inherit;
    text-decoration: none;
}

button[b-3nf3r4hmy3],
input[b-3nf3r4hmy3],
select[b-3nf3r4hmy3],
textarea[b-3nf3r4hmy3] {
    font-family: Sora;
}

button[b-3nf3r4hmy3] {
    border: 0;
}

.landing-page[b-3nf3r4hmy3] {
    width: 100%;
    overflow: hidden;
}

.container[b-3nf3r4hmy3] {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}


/* NAVBAR */

.navbar[b-3nf3r4hmy3] {
    height: 82px;
    display: flex;
    align-items: center;
    background: rgba(248, 250, 252, 0.94);
    border-bottom: 1px solid #E2E8F0;
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(14px);
}

.navbar-inner[b-3nf3r4hmy3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .brand[b-3nf3r4hmy3] {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.nav-links[b-3nf3r4hmy3] {
    display: flex;
    align-items: center;
    gap: 34px;
}

    .nav-links a[b-3nf3r4hmy3] {
        font-size: 14px;
        font-weight: 500;
        color: var(--secondary);
        transition: 0.2s ease;
    }

        .nav-links a:hover[b-3nf3r4hmy3] {
            color: var(--text);
        }

.nav-actions[b-3nf3r4hmy3] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-login[b-3nf3r4hmy3] {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
}


/* BUTTONS */

.btn[b-3nf3r4hmy3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 52px;
    padding: 0 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 650;
    transition: 0.2s ease;
}

    .btn:hover[b-3nf3r4hmy3] {
        transform: translateY(-1px);
    }

.btn-small[b-3nf3r4hmy3] {
    height: 42px;
    padding: 0 18px;
}

.btn-primary[b-3nf3r4hmy3] {
    background: var(--primary);
    color: #FFFFFF;
}

    .btn-primary:hover[b-3nf3r4hmy3] {
        background: var(--text);
    }

.btn-accent[b-3nf3r4hmy3] {
    background: var(--accent);
    color: var(--text);
    box-shadow: 0 10px 30px rgba(132, 204, 22, 0.22);
}

    .btn-accent:hover[b-3nf3r4hmy3] {
        filter: brightness(0.96);
    }

.btn-secondary[b-3nf3r4hmy3] {
    border: 1px solid #CBD5E1;
    background: #FFFFFF;
    color: var(--primary);
}

    .btn-secondary:hover[b-3nf3r4hmy3] {
        border-color: var(--secondary);
    }

.btn-dark[b-3nf3r4hmy3] {
    background: var(--text);
    color: #FFFFFF;
}

.btn-outline-dark[b-3nf3r4hmy3] {
    border: 1px solid rgba(15, 23, 42, 0.3);
    color: var(--text);
}


/* HERO */

.hero[b-3nf3r4hmy3] {
    padding: 105px 0 115px;
    position: relative;
}

    .hero[b-3nf3r4hmy3]::before {
        content: "";
        position: absolute;
        top: -250px;
        right: -250px;
        width: 650px;
        height: 650px;
        background: rgba(132, 204, 22, 0.08);
        border-radius: 50%;
        filter: blur(30px);
    }

.hero-grid[b-3nf3r4hmy3] {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 90px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.eyebrow[b-3nf3r4hmy3] {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--secondary);
    font-size: 13px;
    font-weight: 650;
    margin-bottom: 25px;
}

    .eyebrow span[b-3nf3r4hmy3] {
        width: 8px;
        height: 8px;
        background: var(--accent);
        border-radius: 50%;
    }

.hero h1[b-3nf3r4hmy3] {
    margin: 0;
    font-size: clamp(48px, 6vw, 74px);
    line-height: 1.04;
    letter-spacing: -4px;
    font-weight: 600;
    color: var(--text);
}

    .hero h1 strong[b-3nf3r4hmy3] {
        color: var(--primary);
        font-weight: 750;
    }

.hero-description[b-3nf3r4hmy3] {
    max-width: 610px;
    margin: 28px 0 0;
    font-size: 18px;
    line-height: 1.8;
    color: var(--secondary);
}

.hero-actions[b-3nf3r4hmy3] {
    display: flex;
    gap: 12px;
    margin-top: 36px;
}

.hero-note[b-3nf3r4hmy3] {
    margin-top: 22px;
    font-size: 12px;
    color: #94A3B8;
}


/* HERO PREVIEW */

.hero-preview[b-3nf3r4hmy3] {
    position: relative;
}

.preview-window[b-3nf3r4hmy3] {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 18px;
    box-shadow: 0 35px 80px rgba(15, 23, 42, 0.09), 0 4px 20px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.preview-toolbar[b-3nf3r4hmy3] {
    height: 54px;
    border-bottom: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
}

.preview-dots[b-3nf3r4hmy3] {
    display: flex;
    gap: 6px;
}

    .preview-dots span[b-3nf3r4hmy3] {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #CBD5E1;
    }

.preview-title[b-3nf3r4hmy3] {
    font-size: 11px;
    color: #94A3B8;
    font-weight: 550;
}

.featured-listing[b-3nf3r4hmy3] {
    padding: 25px;
}

.listing-top[b-3nf3r4hmy3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listing-site[b-3nf3r4hmy3] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-icon[b-3nf3r4hmy3] {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: var(--primary);
    color: #FFFFFF;
    font-weight: 700;
}

.listing-site div:last-child[b-3nf3r4hmy3] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.listing-site strong[b-3nf3r4hmy3] {
    font-size: 14px;
}

.listing-site span[b-3nf3r4hmy3] {
    font-size: 11px;
    color: var(--secondary);
}

.availability[b-3nf3r4hmy3] {
    background: rgba(132, 204, 22, 0.13);
    color: #4D7C0F;
    padding: 7px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
}

.ad-placeholder[b-3nf3r4hmy3] {
    margin-top: 24px;
    height: 210px;
    border-radius: 12px;
    background: linear-gradient( 135deg, var(--primary), var(--text) );
    padding: 18px;
}

.ad-placeholder-inner[b-3nf3r4hmy3] {
    height: 100%;
    border: 1px dashed rgba(255, 255, 255, 0.25);
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

    .ad-placeholder-inner span[b-3nf3r4hmy3] {
        font-size: 26px;
        font-weight: 750;
        letter-spacing: 4px;
    }

    .ad-placeholder-inner small[b-3nf3r4hmy3] {
        margin-top: 7px;
        opacity: 0.55;
        font-size: 10px;
    }

.listing-stats[b-3nf3r4hmy3] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #E2E8F0;
}

    .listing-stats div[b-3nf3r4hmy3] {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .listing-stats span[b-3nf3r4hmy3] {
        font-size: 9px;
        color: #94A3B8;
    }

    .listing-stats strong[b-3nf3r4hmy3] {
        font-size: 12px;
        font-weight: 650;
    }

.listing-footer[b-3nf3r4hmy3] {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listing-price[b-3nf3r4hmy3] {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

    .listing-price span[b-3nf3r4hmy3] {
        display: none;
    }

    .listing-price strong[b-3nf3r4hmy3] {
        font-size: 22px;
    }

    .listing-price small[b-3nf3r4hmy3] {
        color: var(--secondary);
        font-size: 10px;
    }

.listing-button[b-3nf3r4hmy3] {
    background: var(--accent);
    color: var(--text);
    height: 39px;
    padding: 0 15px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 11px;
    cursor: pointer;
}


/* VALUE BAR */

.value-bar[b-3nf3r4hmy3] {
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
    background: #FFFFFF;
}

.value-bar-inner[b-3nf3r4hmy3] {
    min-height: 110px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

    .value-bar-inner > div[b-3nf3r4hmy3] {
        padding: 29px 38px;
        border-right: 1px solid #E2E8F0;
    }

        .value-bar-inner > div:first-child[b-3nf3r4hmy3] {
            padding-left: 0;
        }

        .value-bar-inner > div:last-child[b-3nf3r4hmy3] {
            border-right: 0;
        }

.value-bar strong[b-3nf3r4hmy3] {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.value-bar span[b-3nf3r4hmy3] {
    color: var(--secondary);
    font-size: 12px;
    line-height: 1.6;
}


/* SECTIONS */

.section[b-3nf3r4hmy3] {
    padding: 115px 0;
}

.section-label[b-3nf3r4hmy3] {
    display: inline-block;
    margin-bottom: 14px;
    color: #65A30D;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 10px;
    font-weight: 750;
}

.section-heading[b-3nf3r4hmy3] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 48px;
}

    .section-heading h2[b-3nf3r4hmy3],
    .center-heading h2[b-3nf3r4hmy3],
    .audience-card h2[b-3nf3r4hmy3],
    .example-content h2[b-3nf3r4hmy3],
    .final-cta h2[b-3nf3r4hmy3] {
        margin: 0;
        color: var(--text);
        font-size: 39px;
        line-height: 1.2;
        letter-spacing: -1.8px;
    }

    .section-heading p[b-3nf3r4hmy3],
    .center-heading p[b-3nf3r4hmy3] {
        margin: 15px 0 0;
        max-width: 610px;
        color: var(--secondary);
        line-height: 1.7;
        font-size: 14px;
    }

.section-link[b-3nf3r4hmy3] {
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}


/* MARKETPLACE */

.marketplace-section[b-3nf3r4hmy3] {
    background: #FFFFFF;
}

.marketplace-grid[b-3nf3r4hmy3] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.market-card[b-3nf3r4hmy3] {
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    overflow: hidden;
    background: #FFFFFF;
    transition: 0.25s ease;
}

    .market-card:hover[b-3nf3r4hmy3] {
        transform: translateY(-4px);
        box-shadow: 0 20px 45px rgba(15, 23, 42, 0.07);
    }

.market-card-preview[b-3nf3r4hmy3] {
    height: 165px;
    padding: 14px;
    background: #E2E8F0;
    position: relative;
}

    .market-card-preview > span[b-3nf3r4hmy3] {
        position: absolute;
        top: 13px;
        left: 13px;
        padding: 6px 9px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.85);
        font-size: 8px;
        font-weight: 700;
    }

.preview-dark[b-3nf3r4hmy3] {
    background: var(--primary);
}

.preview-light[b-3nf3r4hmy3] {
    background: #EAF3DD;
}

.preview-community[b-3nf3r4hmy3] {
    background: #CBD5E1;
}

.market-ad-box[b-3nf3r4hmy3] {
    position: absolute;
    width: 90px;
    height: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed rgba(15, 23, 42, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: var(--secondary);
}

.preview-dark .market-ad-box[b-3nf3r4hmy3] {
    border-color: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.65);
}

.market-card-body[b-3nf3r4hmy3] {
    padding: 18px;
}

.market-card-title[b-3nf3r4hmy3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

    .market-card-title div[b-3nf3r4hmy3] {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .market-card-title strong[b-3nf3r4hmy3] {
        font-size: 13px;
    }

    .market-card-title span[b-3nf3r4hmy3] {
        font-size: 9px;
        color: var(--secondary);
    }

.status-dot[b-3nf3r4hmy3] {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
}

.market-metrics[b-3nf3r4hmy3] {
    margin: 16px 0;
    padding-bottom: 16px;
    display: flex;
    gap: 6px;
    border-bottom: 1px solid #F1F5F9;
}

    .market-metrics span[b-3nf3r4hmy3] {
        padding: 5px 7px;
        background: #F8FAFC;
        border-radius: 5px;
        font-size: 8px;
        color: var(--secondary);
    }

.market-card-footer[b-3nf3r4hmy3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .market-card-footer div[b-3nf3r4hmy3] {
        display: flex;
        align-items: baseline;
        gap: 5px;
    }

    .market-card-footer small[b-3nf3r4hmy3] {
        color: #94A3B8;
        font-size: 8px;
    }

    .market-card-footer strong[b-3nf3r4hmy3] {
        font-size: 17px;
    }

    .market-card-footer > span[b-3nf3r4hmy3] {
        color: var(--secondary);
        font-size: 9px;
    }


/* AUDIENCE */

.audience-section[b-3nf3r4hmy3] {
    background: var(--background);
}

.audience-grid[b-3nf3r4hmy3] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.audience-card[b-3nf3r4hmy3] {
    min-height: 560px;
    padding: 42px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}

.advertiser-card[b-3nf3r4hmy3] {
    background: var(--text);
    color: #FFFFFF;
}

.publisher-card[b-3nf3r4hmy3] {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
}

.audience-number[b-3nf3r4hmy3] {
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 120px;
    line-height: 1;
    font-weight: 700;
    opacity: 0.04;
}

.audience-content[b-3nf3r4hmy3] {
    position: relative;
    z-index: 1;
    max-width: 450px;
}

.advertiser-card .section-label[b-3nf3r4hmy3] {
    color: var(--accent);
}

.audience-card h2[b-3nf3r4hmy3] {
    margin-top: 7px;
    font-size: 37px;
}

.advertiser-card h2[b-3nf3r4hmy3] {
    color: #FFFFFF;
}

.audience-card p[b-3nf3r4hmy3] {
    margin: 22px 0 29px;
    color: var(--secondary);
    font-size: 14px;
    line-height: 1.8;
}

.advertiser-card p[b-3nf3r4hmy3] {
    color: #94A3B8;
}

.audience-card ul[b-3nf3r4hmy3] {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.audience-card li[b-3nf3r4hmy3] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}

    .audience-card li span[b-3nf3r4hmy3] {
        color: var(--accent);
        font-weight: 800;
    }

.text-action[b-3nf3r4hmy3] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 750;
}

.advertiser-card .text-action[b-3nf3r4hmy3] {
    color: var(--accent);
}


/* HOW IT WORKS */

.how-section[b-3nf3r4hmy3] {
    background: #FFFFFF;
}

.center-heading[b-3nf3r4hmy3] {
    max-width: 650px;
    margin: 0 auto 70px;
    text-align: center;
}

.steps-grid[b-3nf3r4hmy3] {
    max-width: 950px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 100px 1fr 100px 1fr;
    align-items: center;
}

.step-card[b-3nf3r4hmy3] {
    position: relative;
}

.step-number[b-3nf3r4hmy3] {
    display: block;
    color: #CBD5E1;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 15px;
}

.step-icon[b-3nf3r4hmy3] {
    width: 48px;
    height: 48px;
    background: rgba(132, 204, 22, 0.12);
    color: #65A30D;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.step-card h3[b-3nf3r4hmy3] {
    margin: 18px 0 9px;
    font-size: 17px;
}

.step-card p[b-3nf3r4hmy3] {
    margin: 0;
    color: var(--secondary);
    line-height: 1.7;
    font-size: 11px;
}

.step-line[b-3nf3r4hmy3] {
    height: 1px;
    background: #E2E8F0;
    margin: 0 25px;
}


/* EXAMPLE */

.example-section[b-3nf3r4hmy3] {
    background: var(--background);
}

.example-grid[b-3nf3r4hmy3] {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 110px;
    align-items: center;
}

.example-content p[b-3nf3r4hmy3] {
    margin: 22px 0 0;
    color: var(--secondary);
    line-height: 1.8;
    font-size: 14px;
    max-width: 470px;
}

.example-card[b-3nf3r4hmy3] {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.06);
}

.example-header[b-3nf3r4hmy3] {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E2E8F0;
}

.example-site-icon[b-3nf3r4hmy3] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #FFFFFF;
    font-weight: 700;
}

.example-header div:last-child[b-3nf3r4hmy3] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.example-header strong[b-3nf3r4hmy3] {
    font-size: 13px;
}

.example-header span[b-3nf3r4hmy3] {
    color: var(--secondary);
    font-size: 10px;
}

.example-detail[b-3nf3r4hmy3] {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F1F5F9;
}

    .example-detail span[b-3nf3r4hmy3] {
        color: var(--secondary);
        font-size: 10px;
    }

    .example-detail strong[b-3nf3r4hmy3] {
        font-size: 11px;
        font-weight: 650;
    }

.example-price[b-3nf3r4hmy3] {
    padding-top: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .example-price div[b-3nf3r4hmy3] {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .example-price span[b-3nf3r4hmy3] {
        color: var(--secondary);
        font-size: 9px;
    }

    .example-price strong[b-3nf3r4hmy3] {
        font-size: 27px;
    }

    .example-price button[b-3nf3r4hmy3] {
        height: 43px;
        padding: 0 17px;
        background: var(--accent);
        color: var(--text);
        border-radius: 8px;
        font-size: 10px;
        font-weight: 750;
        cursor: pointer;
    }


/* FINAL CTA */

.final-cta[b-3nf3r4hmy3] {
    padding: 70px 0 110px;
    background: var(--background);
}

.final-cta-box[b-3nf3r4hmy3] {
    padding: 55px 60px;
    border-radius: 20px;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.cta-label[b-3nf3r4hmy3] {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 10px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.final-cta h2[b-3nf3r4hmy3] {
    font-size: 40px;
}

.final-cta p[b-3nf3r4hmy3] {
    margin: 14px 0 0;
    max-width: 550px;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(15, 23, 42, 0.7);
}

.final-actions[b-3nf3r4hmy3] {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}


/* FOOTER */

.footer[b-3nf3r4hmy3] {
    background: #FFFFFF;
    border-top: 1px solid #E2E8F0;
}

.footer-top[b-3nf3r4hmy3] {
    padding: 60px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer .brand[b-3nf3r4hmy3] {
    display: flex;
    align-items: center;
}

.footer-links[b-3nf3r4hmy3] {
    display: grid;
    grid-template-columns: repeat(3, 140px);
    gap: 55px;
}

    .footer-links div[b-3nf3r4hmy3] {
        display: flex;
        flex-direction: column;
        gap: 11px;
    }

    .footer-links strong[b-3nf3r4hmy3] {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .footer-links a[b-3nf3r4hmy3] {
        color: var(--secondary);
        font-size: 10px;
    }

        .footer-links a:hover[b-3nf3r4hmy3] {
            color: var(--text);
        }

.footer-bottom[b-3nf3r4hmy3] {
    min-height: 70px;
    border-top: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #94A3B8;
    font-size: 9px;
}


/* RESPONSIVE */

@media (max-width: 1050px) {

    .nav-links[b-3nf3r4hmy3] {
        display: none;
    }

    .hero-grid[b-3nf3r4hmy3] {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }

    .marketplace-grid[b-3nf3r4hmy3] {
        grid-template-columns: repeat(2, 1fr);
    }

    .steps-grid[b-3nf3r4hmy3] {
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
    }

    .step-line[b-3nf3r4hmy3] {
        display: none;
    }

    .example-grid[b-3nf3r4hmy3] {
        gap: 50px;
    }

    .final-cta-box[b-3nf3r4hmy3] {
        padding: 45px;
    }
}


@media (max-width: 768px) {

    .container[b-3nf3r4hmy3] {
        width: min(100% - 32px, 1180px);
    }

    .navbar[b-3nf3r4hmy3] {
        height: 72px;
    }

    .nav-login[b-3nf3r4hmy3] {
        display: none;
    }

    .hero[b-3nf3r4hmy3] {
        padding: 70px 0 80px;
    }

    .hero-grid[b-3nf3r4hmy3] {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .hero h1[b-3nf3r4hmy3] {
        font-size: 52px;
        letter-spacing: -3px;
    }

    .hero-description[b-3nf3r4hmy3] {
        font-size: 16px;
    }

    .value-bar-inner[b-3nf3r4hmy3] {
        grid-template-columns: 1fr;
    }

        .value-bar-inner > div[b-3nf3r4hmy3] {
            border-right: 0;
            border-bottom: 1px solid #E2E8F0;
            padding: 24px 0;
        }

            .value-bar-inner > div:last-child[b-3nf3r4hmy3] {
                border-bottom: 0;
            }

    .section[b-3nf3r4hmy3] {
        padding: 80px 0;
    }

    .section-heading[b-3nf3r4hmy3] {
        align-items: flex-start;
        flex-direction: column;
    }

    .marketplace-grid[b-3nf3r4hmy3] {
        grid-template-columns: 1fr;
    }

    .audience-grid[b-3nf3r4hmy3] {
        grid-template-columns: 1fr;
    }

    .audience-card[b-3nf3r4hmy3] {
        min-height: auto;
        padding: 35px 28px;
    }

    .steps-grid[b-3nf3r4hmy3] {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .step-card[b-3nf3r4hmy3] {
        max-width: 430px;
    }

    .example-grid[b-3nf3r4hmy3] {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .final-cta-box[b-3nf3r4hmy3] {
        padding: 40px 28px;
        align-items: flex-start;
        flex-direction: column;
    }

    .final-actions[b-3nf3r4hmy3] {
        width: 100%;
    }

        .final-actions .btn[b-3nf3r4hmy3] {
            flex: 1;
        }

    .footer-top[b-3nf3r4hmy3] {
        flex-direction: column;
        gap: 50px;
    }

    .footer-links[b-3nf3r4hmy3] {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
}


@media (max-width: 520px) {

    .logo img[b-3nf3r4hmy3] {
        width: 42px;
        height: 42px;
    }

    .navbar .brand[b-3nf3r4hmy3] {
        display: none;
    }

    .hero h1[b-3nf3r4hmy3] {
        font-size: 43px;
        letter-spacing: -2.4px;
    }

    .hero-actions[b-3nf3r4hmy3] {
        flex-direction: column;
    }

        .hero-actions .btn[b-3nf3r4hmy3] {
            width: 100%;
        }

    .listing-stats[b-3nf3r4hmy3] {
        grid-template-columns: 1fr 1fr;
    }

        .listing-stats > div:last-child[b-3nf3r4hmy3] {
            display: none;
        }

    .section-heading h2[b-3nf3r4hmy3],
    .center-heading h2[b-3nf3r4hmy3],
    .audience-card h2[b-3nf3r4hmy3],
    .example-content h2[b-3nf3r4hmy3],
    .final-cta h2[b-3nf3r4hmy3] {
        font-size: 31px;
    }

    .final-actions[b-3nf3r4hmy3] {
        flex-direction: column;
    }

    .footer-links[b-3nf3r4hmy3] {
        grid-template-columns: 1fr 1fr;
        row-gap: 40px;
    }

    .footer-bottom[b-3nf3r4hmy3] {
        padding: 20px 0;
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
}
