.pbcf-founder-landing {
    --pbcf-ink: #071331;
    --pbcf-ink-soft: #667085;
    --pbcf-surface: #ffffff;
    --pbcf-surface-soft: #f7f8fb;
    --pbcf-border: #dfe4ec;
    --pbcf-green: #18b978;
    --pbcf-green-dark: #056839;
    --pbcf-purple: #30266f;
    --pbcf-purple-dark: #251d5e;
    --pbcf-shadow: 0 18px 55px rgba(7, 19, 49, 0.08);
    box-sizing: border-box;
    width: 100vw;
    max-width: none;
    margin: 0 0 0 calc(50% - 50vw);
    overflow: hidden;
    color: var(--pbcf-ink);
    background: var(--pbcf-surface);
    font-family: inherit;
    line-height: 1.55;
}

.pbcf-founder-landing *,
.pbcf-founder-landing *::before,
.pbcf-founder-landing *::after {
    box-sizing: border-box;
}

.pbcf-founder-landing h1,
.pbcf-founder-landing h2,
.pbcf-founder-landing h3,
.pbcf-founder-landing p {
    margin-top: 0;
}

.pbcf-founder-landing a {
    text-decoration: none;
}

.pbcf-founder-landing__container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.pbcf-founder-landing__preview {
    padding: 12px 24px;
    color: #5d4300;
    background: #fff5ce;
    border-bottom: 1px solid #efd681;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.pbcf-founder-landing__hero {
    position: relative;
    padding: 96px 0 88px;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(24, 185, 120, 0.14),
            transparent 34%
        ),
        radial-gradient(
            circle at 92% 18%,
            rgba(48, 38, 111, 0.14),
            transparent 31%
        ),
        linear-gradient(145deg, #ffffff 0%, #f7f9fd 100%);
}

.pbcf-founder-landing__hero::before,
.pbcf-founder-landing__hero::after {
    position: absolute;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(7, 19, 49, 0.07);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.pbcf-founder-landing__hero::before {
    top: -165px;
    left: -90px;
}

.pbcf-founder-landing__hero::after {
    right: -125px;
    bottom: -190px;
}

.pbcf-founder-landing__hero .pbcf-founder-landing__container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.72fr);
    gap: 72px;
    align-items: center;
}

.pbcf-founder-landing__hero-content {
    max-width: 720px;
}

.pbcf-founder-landing__eyebrow {
    margin-bottom: 16px;
    color: var(--pbcf-green-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pbcf-founder-landing h1 {
    max-width: 800px;
    margin-bottom: 24px;
    color: var(--pbcf-ink);
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.pbcf-founder-landing__lead {
    max-width: 660px;
    margin-bottom: 32px;
    color: var(--pbcf-ink-soft);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
}

.pbcf-founder-landing__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}

.pbcf-founder-landing__button {
    display: inline-flex;
    min-height: 54px;
    padding: 14px 26px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--pbcf-purple);
    border: 1px solid var(--pbcf-purple);
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(48, 38, 111, 0.18);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    transition:
        transform 160ms ease,
        background-color 160ms ease,
        box-shadow 160ms ease;
}

.pbcf-founder-landing__button:hover {
    color: #ffffff;
    background: var(--pbcf-purple-dark);
    border-color: var(--pbcf-purple-dark);
    box-shadow: 0 10px 22px rgba(48, 38, 111, 0.22);
    transform: translateY(-2px);
}

.pbcf-founder-landing__button:focus-visible,
.pbcf-founder-landing__text-link:focus-visible,
.pbcf-founder-landing summary:focus-visible,
.pbcf-founder-landing small a:focus-visible {
    outline: 3px solid rgba(48, 38, 111, 0.18);
    outline-offset: 4px;
}

.pbcf-founder-landing__text-link {
    color: var(--pbcf-ink);
    font-weight: 700;
}

.pbcf-founder-landing__text-link:hover {
    color: var(--pbcf-purple);
}

.pbcf-founder-landing__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 30px 0 0;
    padding: 0;
    color: var(--pbcf-ink-soft);
    list-style: none;
    font-size: 14px;
    font-weight: 650;
}

.pbcf-founder-landing__trust li {
    position: relative;
    padding-left: 22px;
}

.pbcf-founder-landing__trust li::before {
    position: absolute;
    top: 0.08em;
    left: 0;
    color: var(--pbcf-green);
    content: "✓";
    font-weight: 900;
}

.pbcf-founder-landing__hero-card {
    position: relative;
    padding: 36px;
    color: #ffffff;
    background:
        linear-gradient(
            150deg,
            var(--pbcf-purple) 0%,
            var(--pbcf-purple-dark) 100%
        );
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    box-shadow: var(--pbcf-shadow);
}

.pbcf-founder-landing__card-label {
    display: inline-flex;
    margin-bottom: 24px;
    padding: 7px 11px;
    color: #c9ffe4;
    background: rgba(24, 185, 120, 0.18);
    border: 1px solid rgba(80, 231, 159, 0.34);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pbcf-founder-landing__hero-card > strong {
    display: block;
    margin-bottom: 4px;
    font-size: clamp(30px, 4vw, 44px);
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.pbcf-founder-landing__hero-card > span:not(.pbcf-founder-landing__card-label) {
    color: #cdd2e7;
    font-size: 17px;
}

.pbcf-founder-landing__hero-card ul {
    display: grid;
    gap: 14px;
    margin: 30px 0 0;
    padding: 26px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    list-style: none;
}

.pbcf-founder-landing__hero-card li {
    position: relative;
    padding-left: 24px;
    color: #f5f6ff;
}

.pbcf-founder-landing__hero-card li::before {
    position: absolute;
    left: 0;
    color: #25ce89;
    content: "✓";
    font-weight: 900;
}

.pbcf-founder-landing__section {
    padding: 96px 0;
}

.pbcf-founder-landing__section--soft {
    background: var(--pbcf-surface-soft);
}

.pbcf-founder-landing__section-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.pbcf-founder-landing__section-heading h2,
.pbcf-founder-landing__founder h2,
.pbcf-founder-landing__final-cta h2 {
    margin-bottom: 18px;
    color: var(--pbcf-ink);
    font-size: clamp(32px, 4.2vw, 50px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.pbcf-founder-landing__section-heading > p:last-child {
    max-width: 680px;
    margin-bottom: 0;
    color: var(--pbcf-ink-soft);
    font-size: 18px;
}

.pbcf-founder-landing__feature-grid,
.pbcf-founder-landing__resource-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.pbcf-founder-landing__feature,
.pbcf-founder-landing__resource-grid article {
    min-height: 230px;
    padding: 30px;
    background: var(--pbcf-surface);
    border: 1px solid var(--pbcf-border);
    border-radius: 16px;
}

.pbcf-founder-landing__feature {
    box-shadow: 0 12px 36px rgba(7, 19, 49, 0.055);
}

.pbcf-founder-landing__feature > span {
    display: inline-flex;
    margin-bottom: 30px;
    color: var(--pbcf-green-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.pbcf-founder-landing__feature h3,
.pbcf-founder-landing__resource-grid h3,
.pbcf-founder-landing__steps h3 {
    margin-bottom: 10px;
    color: var(--pbcf-ink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
}

.pbcf-founder-landing__feature p,
.pbcf-founder-landing__resource-grid p,
.pbcf-founder-landing__steps p {
    margin-bottom: 0;
    color: var(--pbcf-ink-soft);
}

.pbcf-founder-landing__resource-grid article {
    min-height: 190px;
    border-top: 3px solid var(--pbcf-green);
}

.pbcf-founder-landing__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pbcf-founder-landing__steps li {
    position: relative;
    padding: 28px;
    background: var(--pbcf-surface);
    border: 1px solid var(--pbcf-border);
    border-radius: 16px;
}

.pbcf-founder-landing__steps li > span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    margin-bottom: 24px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--pbcf-purple);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800;
}

.pbcf-founder-landing__founder {
    padding: 88px 0;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(24, 185, 120, 0.24),
            transparent 30%
        ),
        var(--pbcf-ink);
}

.pbcf-founder-landing__founder .pbcf-founder-landing__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 64px;
    align-items: center;
}

.pbcf-founder-landing__founder h2 {
    max-width: 790px;
    color: #ffffff;
}

.pbcf-founder-landing__founder p:not(.pbcf-founder-landing__eyebrow) {
    max-width: 720px;
    margin-bottom: 0;
    color: #cbd3e2;
    font-size: 18px;
}

.pbcf-founder-landing__founder .pbcf-founder-landing__eyebrow {
    color: #25ce89;
}

.pbcf-founder-landing__founder .pbcf-founder-landing__button {
    min-width: 245px;
    color: var(--pbcf-ink);
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: none;
}

.pbcf-founder-landing__founder .pbcf-founder-landing__button:hover {
    color: var(--pbcf-ink);
    background: #f2f4f7;
    border-color: #f2f4f7;
}

.pbcf-founder-landing__faq {
    display: grid;
    max-width: 900px;
    border-top: 1px solid var(--pbcf-border);
}

.pbcf-founder-landing__faq details {
    border-bottom: 1px solid var(--pbcf-border);
}

.pbcf-founder-landing__faq summary {
    position: relative;
    padding: 24px 52px 24px 0;
    color: var(--pbcf-ink);
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    list-style: none;
}

.pbcf-founder-landing__faq summary::-webkit-details-marker {
    display: none;
}

.pbcf-founder-landing__faq summary::after {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 30px;
    height: 30px;
    color: var(--pbcf-purple);
    content: "+";
    border: 1px solid var(--pbcf-border);
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    transform: translateY(-50%);
}

.pbcf-founder-landing__faq details[open] summary::after {
    content: "−";
}

.pbcf-founder-landing__faq details p {
    max-width: 760px;
    margin-bottom: 24px;
    color: var(--pbcf-ink-soft);
    font-size: 16px;
}

.pbcf-founder-landing__final-cta {
    padding: 96px 0;
    text-align: center;
    background:
        radial-gradient(
            circle at 50% 110%,
            rgba(24, 185, 120, 0.17),
            transparent 40%
        ),
        #f7f9fd;
}

.pbcf-founder-landing__final-cta .pbcf-founder-landing__container {
    max-width: 850px;
}

.pbcf-founder-landing__final-cta h2 {
    max-width: 820px;
    margin-inline: auto;
}

.pbcf-founder-landing__final-cta > .pbcf-founder-landing__container > p:not(.pbcf-founder-landing__eyebrow) {
    max-width: 650px;
    margin: 0 auto 30px;
    color: var(--pbcf-ink-soft);
    font-size: 18px;
}

.pbcf-founder-landing__final-cta small {
    display: block;
    max-width: 720px;
    margin: 22px auto 0;
    color: var(--pbcf-ink-soft);
    font-size: 13px;
}

.pbcf-founder-landing__final-cta small a {
    color: var(--pbcf-purple);
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 960px) {
    .pbcf-founder-landing__hero {
        padding: 76px 0;
    }

    .pbcf-founder-landing__hero .pbcf-founder-landing__container {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .pbcf-founder-landing__hero-card {
        max-width: 620px;
    }

    .pbcf-founder-landing__feature-grid,
    .pbcf-founder-landing__resource-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pbcf-founder-landing__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pbcf-founder-landing__founder .pbcf-founder-landing__container {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .pbcf-founder-landing__founder .pbcf-founder-landing__button {
        width: fit-content;
    }
}

@media (max-width: 640px) {
    .pbcf-founder-landing__container {
        width: min(100% - 32px, 1180px);
    }

    .pbcf-founder-landing__hero,
    .pbcf-founder-landing__section,
    .pbcf-founder-landing__founder,
    .pbcf-founder-landing__final-cta {
        padding-block: 64px;
    }

    .pbcf-founder-landing h1 {
        font-size: clamp(38px, 12vw, 52px);
    }

    .pbcf-founder-landing__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pbcf-founder-landing__button {
        width: 100%;
    }

    .pbcf-founder-landing__text-link {
        padding: 8px 4px;
        text-align: center;
    }

    .pbcf-founder-landing__trust {
        display: grid;
        gap: 10px;
    }

    .pbcf-founder-landing__hero-card {
        padding: 28px 24px;
        border-radius: 18px;
    }

    .pbcf-founder-landing__section-heading {
        margin-bottom: 34px;
    }

    .pbcf-founder-landing__feature-grid,
    .pbcf-founder-landing__resource-grid,
    .pbcf-founder-landing__steps {
        grid-template-columns: 1fr;
    }

    .pbcf-founder-landing__feature,
    .pbcf-founder-landing__resource-grid article {
        min-height: auto;
        padding: 25px;
    }

    .pbcf-founder-landing__steps li {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 18px;
        padding: 24px;
    }

    .pbcf-founder-landing__steps li > span {
        margin-bottom: 0;
    }

    .pbcf-founder-landing__founder .pbcf-founder-landing__button {
        width: 100%;
    }

    .pbcf-founder-landing__faq summary {
        padding-block: 21px;
        font-size: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pbcf-founder-landing *,
    .pbcf-founder-landing *::before,
    .pbcf-founder-landing *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
