/* Limina Labs – Founding Offer CTA & case study content headings */
.founding-offer-cta {
    padding: 4rem 3rem;
    background-color: rgba(139, 127, 119, 0.2);
    text-align: center;
}

.founding-offer-content {
    max-width: 600px;
    margin: 0 auto;
}

.founding-offer-title {
    font-family: "georgiapro", georgia-pro, 'Georgia Pro Condensed', 'Georgia', serif;
    font-weight: 300 !important;
    font-size: 2rem;
    color: #000000;
    margin-bottom: 0.5rem;
}

.founding-offer-text {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 1.1rem;
    color: #000000;
    margin-bottom: 1.5rem;
}

.founding-offer-btn {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #000000;
    text-decoration: none;
    padding: 0.6rem 1.5rem;
    border: 1px solid #000000;
    border-radius: 50px;
    background: transparent;
    transition: all 0.2s;
}

.founding-offer-btn:hover {
    background: #000000;
    color: #F0EEE7;
}

/* Case study content headings – Inter medium */
.content-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    margin-top: 2rem;
}

.content-heading:first-of-type {
    margin-top: 0;
}

/* Case study page title – Georgia Pro Condensed only (not Inter, not bold) */
.case-title-semibold,
.case-study-hero .case-title-semibold,
.case-study-hero h1.case-title-semibold {
    font-family: "georgiapro", georgia-pro, 'Georgia Pro Condensed', 'Georgia', serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
}

.content-list {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 1rem;
    color: #000000;
    line-height: 1.6;
    margin: 1rem 0 1rem 1.5rem;
    padding-left: 0.5rem;
}

.content-list li {
    margin-bottom: 0.5rem;
}
