@import url('https://fonts.googleapis.com/css2?family=Story+Script&display=swap');

:root {
    --bcs-width: 42rem;
}

.blog-cs-hero {
    background-color: var(--black);
    position: relative;
    color: white;
}

.bcs-hero-content {
    max-width: var(--bcs-width);
    margin: 0 auto;
    width: 92%;
}

.bcs-hero-content h1 {
    font-size: 4.4rem;
    line-height: 1.1;
}

.bcs-hero-content h1 span {
    color: var(--highlight);
    font-family: "Story Script", sans-serif;
    font-weight: normal;
}

.bcs-hero-content p {
    font-size: var(--fs-intro);
    color: rgba(255,255,255,0.85);
    margin: 1rem 0 2.5rem 0;
}

.bcs-hero-title {
    color: var(--highlight);
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem;
}

.blog-tags {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.7);
    font-weight: 350;
    letter-spacing: 0.05rem;
}

.bcs-stats-wrapper {
    border-bottom: solid 1px var(--black-01);
    background-color: rgb(236, 239, 239);
}

.bcs-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}

.bcs-stats div {
    font-family: "Story Script", sans-serif;
    font-size: 4.25rem;
    color: var(--highlight-darker);
    display: block;
    text-align: center;
    padding: 2rem 0;
}

.bcs-stats div span {
    font-size: 0.85rem;
    max-width: 15ch;
    margin: -0.5rem auto 0 auto;
    color: var(--black-05);
    display: block;
    font-family: 'Satoshi';
}


.bcs-stats div:nth-child(2) {
    border-left: solid 1px var(--black-01);
    border-right: solid 1px var(--black-01);
}

.bcs-main-wrapper {
    background-color: white;
    padding: 2.5rem 0;
}

.bcs-main {
    max-width: var(--bcs-width);
    margin: 0 auto;
    width: 90%;
}

.bcs-main h2 {
    margin: 3rem 0 1.5rem 0;
}

.bcs-main p {
    color: var(--black-08);
    font-size: var(--fs-main);
    padding-bottom: 1.5rem;
}

.bcs-quote {
    border-left: solid 3px var(--highlight);
    padding: 1rem 0 1rem 2rem;
    color: var(--black);
    font-weight: 500;
}

.bcs-quote p {
    font-size: 1.3rem;
}

.bcs-quote em {
    margin-bottom: -1.5rem;
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    font-style: normal;
    color: var(--black-05);
}

.callout2 {
    background-color: #4affd222;
    padding: 1.5rem;
    border: solid 2px var(--highlight);
    margin-bottom: 1.5rem;
}

.callout2 p:nth-last-child(1) {
    padding-bottom: 0;
}

.callout2 strong {
    color: var(--highlight-darker);
    font-weight: 550;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 0.9rem;
    margin-bottom: -1rem;
    display: block;
}

.bcs-faq-section {
    border-top: solid 1px var(--black-01);
    margin-top: 3rem;
}

.bcs-faq-section p:has(strong) {
    padding-bottom: 0.25rem;
    display: block;
}

.bcs-faq-section strong {
    font-weight: 550;
    color: var(--black);
}

.blog-cs-cta {
    background-color: var(--black);
    position: relative;
    color: white;
    max-width: var(--bcs-width);
    width: 90%;
    margin: 2.5rem auto 0 auto;
}

.blog-cs-cta .fh-content {
    padding: 2rem 0;
}

.blog-cs-cta h3 {
    font-size: 2.75rem;
}

.blog-cs-cta h3 span {
    color: var(--highlight);
    font-family: "Story Script", sans-serif;
    font-weight: normal;
}

.f-ctas button,
.f-ctas a {
    border: 0;
    cursor: pointer;
    padding: 0.75rem 1rem;
    border-radius: 0.4rem;
    font-size: var(--fs-smol);
    font-family: "Satoshi";
    font-weight: 550;
    background-color: unset;
    border: solid 1px rgba(255, 255, 255, 0.2);
    color: white;
    transition: all 0.25s ease;
}

button.f-cta-main,
a.f-cta-main {
    background-color: var(--highlight);
    color: var(--dark);
    -webkit-box-shadow: 0px 2px 15px 2px rgba(74, 255, 210, 0.3);
    box-shadow: 0px 2px 15px 2px rgba(74, 255, 210, 0.3);
}

button.f-cta-main:hover,
a.f-cta-main:hover {
    -webkit-box-shadow: 0px 5px 25px 2px rgba(74, 255, 210, 0.9);
    box-shadow: 0px 5px 25px 2px rgba(74, 255, 210, 0.9);
    transform: translate(0px, -2px);
    scale: 1.02;
}

.bw-workflow {
    display: grid;
    grid-template-columns: 3.25rem 1fr;
    column-gap: 1.5rem;
    margin-top: 2.5rem;
}

.bw-workflow span {
    background-color: rgba(74, 255, 210, 0.15);
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
    display: block;
    width: fit-content;
    font-weight: 580;
    color: var(--highlight-darker);
    border-radius: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.bw-workflow h3 {
    margin: 0.5rem 0;
}

.bw-workflow p {
    font-size: var(--fs-smol);
    margin-bottom: 2.5rem;
}

.bw-workflow-number {
    width: 3.25rem;
    height: 3.25rem;
    display: flex;
    flex-wrap: wrap;
    place-items: center;
    place-content: center;
    background-color: var(--highlight-darker);
    font-size: 1.85rem;
    font-family: "Story Script", sans-serif;
    font-weight: normal;
    color: white;
    border-radius: 50%;
    border: solid 3px white;
    box-sizing: border-box;
}

.bw-workflow-icon-area {
    background: linear-gradient(to right, transparent calc(50% - 1px), var(--black-01) calc(50% - 1px), var(--black-01) calc(50% + 1px), transparent calc(50% + 1px));
    text-align: center;
}


/* MEDIA QUERIES */

@media only screen and (max-width: 800px) { 
    .bcs-stats {
        grid-template-columns: 1fr;
    }

    .bcs-stats div:nth-child(2) {
        border-left: 0;
        border-right: 0;
        border-top: solid 1px var(--black-01);
        border-bottom: solid 1px var(--black-01);
    }

    .content:has(.bcs-stats) {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) { 
    .bcs-hero-content h1 {
        font-size: 2.75rem;
    }

    .bcs-stats div {
        font-size: 3rem;
    }

    .bcs-hero-title {
        font-size: 0.7rem;
    }

    .fh-content {
        padding: 4rem 0 2.5rem 0;
    }

    .blog-tags {
        font-size: 0.6rem;
    }

    .bcs-main-wrapper {
        padding: 1.5rem 0;
    }

    .bcs-quote p {
        font-size: 1.1rem;
    }

    .blog-cs-cta h3 {
        font-size: 1.85rem;
    }

    button.f-cta-main {
        width: 100%;
    }

    .bw-workflow {
        grid-template-columns: 2.5rem 1fr;
        column-gap: 1rem;
    }

    .bw-workflow-number {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.25rem;
    }

    .bw-workflow span {
        font-size: 0.65rem;
    }

    .bcs-faq-section {
        margin-top: 0.5rem;
    }

    .bcs-main h2 {
        margin: 1.5rem 0;
    }

    .blog-cs-cta .fh-content {
        padding: 1.5rem 0;
    }
}