.badge, .section-kicker{
    display:inline-flex;
    align-items:center;
    gap:7px;
    margin-bottom:18px;
    padding:7px 11px;
    border-radius:999px;
    color:var(--purple);
    background:#efeafb;
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase
}
.badge span{
    width:19px;
    height:19px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#fff;
    background:var(--purple)
}
h1, h2{
    margin:0;
    font-family:"Space Grotesk",Nunito,sans-serif;
    letter-spacing:-.05em;
    line-height:1.04
}
h1 em, h2 em{
    font-style:normal;
    color:var(--purple)
}
.section-kicker.light{
    color:#dfd3f4;
    background:rgba(255,255,255,.08)
}
.section-heading{
    max-width:780px;
    margin-bottom:50px
}
.section-heading.center{
    margin-left:auto;
    margin-right:auto;
    text-align:center
}
.section-heading h2, .showcase-copy h2{
    font-size: clamp(48px, 5vw, 76px);
}
.showcase-copy>p, .ai-copy>p, .auth-intro>p, .faq-intro>p{
    color:var(--muted);
    font-size:18px;
    line-height:1.7;
}



.section-heading p{
    color:var(--muted);
    font-size:18px;
    line-height:1.7;


            max-width:700px;

            font-size:18px;
}
