
/* BETCRAFT CUSTOM FINAL RECONSTRUCTION V1 */


.betcraft-custom-development-page {
    overflow-x: hidden;
}


.betcraft-custom-development-page
:is(.bcc-hero,.bcc-section) {
    position: relative;
}


.betcraft-custom-development-page
.bcc-section {
    padding: 94px 0;
}


.betcraft-custom-development-page
.bcc-eyebrow {
    margin-bottom: 12px;
    color: #aa7b2c;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: .13em;
}


.betcraft-custom-development-page
.bcc-section-head {
    max-width: 860px;
    margin-bottom: 42px;
}


.betcraft-custom-development-page
:is(
    .bcc-section-head h2,
    .bcc-flow-copy h2,
    .bcc-scale-copy h2,
    .bcc-cta-panel h2
) {
    margin: 0;
    color: #142b46;
    font-size: clamp(40px,4.2vw,61px);
    line-height: 1.04;
    letter-spacing: -.045em;
}


.betcraft-custom-development-page
.bcc-section-head h2 {
    max-width: 15ch;
}


.betcraft-custom-development-page
.bcc-section-head > p {
    max-width: 730px;
    margin: 19px 0 0;
    color: #5a697c;
    font-size: 15.5px;
    line-height: 1.76;
}


.betcraft-custom-development-page
:is(.bcc-frame,.bcc-shot) {
    overflow: hidden;
    margin: 0;
    border:
        1px solid rgba(20,43,70,.10);
    background: #fff;
    box-shadow:
        0 24px 60px rgba(20,43,70,.09);
}


.betcraft-custom-development-page
:is(.bcc-frame,.bcc-shot) img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}


/* HERO */

.betcraft-custom-development-page
.bcc-hero {
    overflow: hidden;
    padding: 90px 0 100px;
    background:
        radial-gradient(
            circle at 86% 13%,
            rgba(219,188,111,.22),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #fffdf8,
            #f2f6fc
        );
}


.betcraft-custom-development-page
.bcc-hero-grid {
    display: grid;
    grid-template-columns:
        minmax(0,.86fr)
        minmax(0,1.14fr);
    gap: 55px;
    align-items: center;
}


.betcraft-custom-development-page
.bcc-hero h1 {
    max-width: 11ch;
    margin: 0;
    color: #142b46;
    font-size: clamp(49px,5.3vw,75px);
    line-height: .99;
    letter-spacing: -.055em;
}


.betcraft-custom-development-page
.bcc-hero-lead {
    max-width: 610px;
    margin: 23px 0 0;
    color: #58687b;
    font-size: 16px;
    line-height: 1.78;
}


.betcraft-custom-development-page
.bcc-hero-points {
    display: grid;
    gap: 10px;
    margin-top: 27px;
}


.betcraft-custom-development-page
.bcc-hero-points > div {
    display: grid;
    grid-template-columns:
        130px minmax(0,1fr);
    gap: 13px;
    padding-top: 11px;
    border-top:
        1px solid rgba(20,43,70,.09);
}


.betcraft-custom-development-page
.bcc-hero-points strong {
    color: #17304d;
    font-size: 13.5px;
}


.betcraft-custom-development-page
.bcc-hero-points span {
    color: #687587;
    font-size: 12.75px;
    line-height: 1.54;
}


.betcraft-custom-development-page
.bcc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 27px;
}


.betcraft-custom-development-page
.bcc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}


.betcraft-custom-development-page
.bcc-btn-primary {
    color: #fff;
    background: #17304d;
}


.betcraft-custom-development-page
.bcc-btn-gold {
    color: #172d48;
    background:
        linear-gradient(
            135deg,
            #ebcd80,
            #ca9b38
        );
}


.betcraft-custom-development-page
.bcc-hero-visual {
    position: relative;
    min-height: 580px;
}


.betcraft-custom-development-page
.bcc-frame-main {
    position: absolute;
    inset: 0 65px 48px 0;
    border-radius: 30px;
}


.betcraft-custom-development-page
.bcc-frame-small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43%;
    border-radius: 20px;
}


/* BUILD */

.betcraft-custom-development-page
.bcc-build {
    background:
        linear-gradient(
            180deg,
            #fff,
            #fffdf8
        );
}


.betcraft-custom-development-page
.bcc-build-grid {
    display: grid;
    grid-template-columns:
        repeat(3,minmax(0,1fr));
    gap: 14px;
}


.betcraft-custom-development-page
.bcc-build-card {
    overflow: hidden;
    border:
        1px solid rgba(20,43,70,.09);
    border-radius: 23px;
    background: #fff;
    box-shadow:
        0 18px 46px rgba(20,43,70,.07);
}


.betcraft-custom-development-page
.bcc-build-media {
    overflow: hidden;
    background: #f3f5fa;
}


.betcraft-custom-development-page
.bcc-build-media img {
    display: block;
    width: 100%;
    height: auto;
}


.betcraft-custom-development-page
.bcc-build-copy {
    padding: 21px 19px 23px;
}


.betcraft-custom-development-page
.bcc-build-copy > span {
    display: block;
    margin-bottom: 9px;
    color: #b1812f;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}


.betcraft-custom-development-page
.bcc-build-copy h3 {
    margin: 0;
    color: #17304d;
    font-size: 20px;
    line-height: 1.25;
}


.betcraft-custom-development-page
.bcc-build-copy p {
    margin: 9px 0 0;
    color: #687587;
    font-size: 12.75px;
    line-height: 1.6;
}


/* FLOW */

.betcraft-custom-development-page
.bcc-flow {
    background: #f7f3e9;
}


.betcraft-custom-development-page
.bcc-flow-grid {
    display: grid;
    grid-template-columns:
        minmax(300px,.78fr)
        minmax(0,1.22fr);
    gap: 50px;
    align-items: center;
}


.betcraft-custom-development-page
.bcc-flow-copy h2 {
    max-width: 12ch;
}


.betcraft-custom-development-page
.bcc-flow-copy > p {
    margin: 19px 0 0;
    color: #5c6b7d;
    font-size: 15px;
    line-height: 1.74;
}


.betcraft-custom-development-page
.bcc-flow-list {
    display: grid;
    grid-template-columns:
        repeat(2,minmax(0,1fr));
    gap: 9px;
    margin-top: 23px;
}


.betcraft-custom-development-page
.bcc-flow-list > div {
    padding: 14px 13px;
    border:
        1px solid rgba(20,43,70,.08);
    border-radius: 15px;
    background:
        rgba(255,255,255,.82);
}


.betcraft-custom-development-page
.bcc-flow-list span {
    display: block;
    margin-bottom: 8px;
    color: #b1812f;
    font-size: 10px;
    font-weight: 900;
}


.betcraft-custom-development-page
.bcc-flow-list strong {
    display: block;
    color: #17304d;
    font-size: 13px;
}


.betcraft-custom-development-page
.bcc-flow-list p {
    margin: 5px 0 0;
    color: #687587;
    font-size: 11.75px;
    line-height: 1.5;
}


.betcraft-custom-development-page
.bcc-flow-media
.bcc-shot {
    border-radius: 26px;
}


/* STACK */

.betcraft-custom-development-page
.bcc-stack {
    background:
        linear-gradient(
            180deg,
            #fff,
            #f8f5ed
        );
}


.betcraft-custom-development-page
.bcc-stack-layout {
    display: grid;
    grid-template-columns:
        minmax(0,1.2fr)
        minmax(300px,.8fr);
    gap: 48px;
    align-items: center;
}


.betcraft-custom-development-page
.bcc-stack-media
.bcc-shot {
    border-radius: 25px;
}


.betcraft-custom-development-page
.bcc-stack-cards {
    display: grid;
    grid-template-columns:
        repeat(2,minmax(0,1fr));
    gap: 9px;
}


.betcraft-custom-development-page
.bcc-stack-cards article {
    padding: 17px 15px;
    border:
        1px solid rgba(20,43,70,.08);
    border-radius: 17px;
    background: #fff;
}


.betcraft-custom-development-page
.bcc-stack-cards article > span {
    display: block;
    margin-bottom: 10px;
    color: #b1812f;
    font-size: 9.5px;
    font-weight: 900;
    letter-spacing: .11em;
}


.betcraft-custom-development-page
.bcc-stack-cards strong {
    display: block;
    color: #17304d;
    font-size: 14px;
}


.betcraft-custom-development-page
.bcc-stack-cards p {
    margin: 7px 0 0;
    color: #687587;
    font-size: 11.9px;
    line-height: 1.55;
}


/* SCALE */

.betcraft-custom-development-page
.bcc-scale {
    background: #fffdf8;
}


.betcraft-custom-development-page
.bcc-scale-grid {
    display: grid;
    grid-template-columns:
        minmax(300px,.78fr)
        minmax(0,1.22fr);
    gap: 50px;
    align-items: center;
}


.betcraft-custom-development-page
.bcc-scale-copy h2 {
    max-width: 12ch;
}


.betcraft-custom-development-page
.bcc-scale-copy > p {
    margin: 19px 0 0;
    color: #5c6b7d;
    font-size: 15px;
    line-height: 1.74;
}


.betcraft-custom-development-page
.bcc-scale-points {
    display: grid;
    grid-template-columns:
        repeat(2,minmax(0,1fr));
    gap: 9px;
    margin-top: 23px;
}


.betcraft-custom-development-page
.bcc-scale-points > div {
    padding: 14px 13px;
    border:
        1px solid rgba(20,43,70,.08);
    border-radius: 15px;
    background: #fff;
}


.betcraft-custom-development-page
.bcc-scale-points strong,
.betcraft-custom-development-page
.bcc-scale-points span {
    display: block;
}


.betcraft-custom-development-page
.bcc-scale-points strong {
    color: #17304d;
    font-size: 13px;
}


.betcraft-custom-development-page
.bcc-scale-points span {
    margin-top: 5px;
    color: #687587;
    font-size: 11.75px;
    line-height: 1.5;
}


.betcraft-custom-development-page
.bcc-scale-media
.bcc-shot {
    border-radius: 26px;
}


/* CTA */

.betcraft-custom-development-page
.bcc-cta {
    padding-top: 24px;
    padding-bottom: 98px;
    background: #fff;
}


.betcraft-custom-development-page
.bcc-cta-panel {
    display: grid;
    grid-template-columns:
        minmax(0,1.15fr)
        minmax(260px,.55fr);
    gap: 45px;
    align-items: center;
    padding: 43px;
    border:
        1px solid rgba(20,43,70,.09);
    border-radius: 29px;
    background:
        radial-gradient(
            circle at 90% 15%,
            rgba(222,189,111,.25),
            transparent 31%
        ),
        #f9f5ec;
    box-shadow:
        0 23px 60px rgba(20,43,70,.07);
}


.betcraft-custom-development-page
.bcc-cta-panel h2 {
    max-width: 13ch;
}


.betcraft-custom-development-page
.bcc-cta-panel p {
    max-width: 650px;
    margin: 18px 0 0;
    color: #5c6b7d;
    font-size: 15px;
    line-height: 1.72;
}


.betcraft-custom-development-page
.bcc-cta-actions {
    display: grid;
    gap: 10px;
}


/* MOBILE */

@media (max-width: 760px) {

    .betcraft-custom-development-page
    .container {
        width: calc(100% - 30px);
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }


    .betcraft-custom-development-page
    .bcc-hero {
        padding: 50px 0 58px;
    }


    .betcraft-custom-development-page
    :is(
        .bcc-hero-grid,
        .bcc-flow-grid,
        .bcc-stack-layout,
        .bcc-scale-grid,
        .bcc-cta-panel
    ) {
        grid-template-columns:
            minmax(0,1fr);
    }


    .betcraft-custom-development-page
    .bcc-hero-grid {
        gap: 27px;
    }


    .betcraft-custom-development-page
    .bcc-hero h1 {
        max-width: 12ch;
        font-size:
            clamp(36px,9.3vw,48px);
        line-height: 1.02;
    }


    .betcraft-custom-development-page
    .bcc-hero-lead {
        margin-top: 17px;
        font-size: 14.5px;
        line-height: 1.68;
    }


    .betcraft-custom-development-page
    .bcc-hero-points {
        margin-top: 20px;
    }


    .betcraft-custom-development-page
    .bcc-hero-points > div {
        grid-template-columns:
            minmax(0,1fr);
        gap: 4px;
    }


    .betcraft-custom-development-page
    .bcc-actions {
        display: grid;
        grid-template-columns:
            minmax(0,1fr);
        margin-top: 20px;
    }


    .betcraft-custom-development-page
    .bcc-btn {
        width: 100%;
        min-height: 49px;
    }


    .betcraft-custom-development-page
    .bcc-hero-visual {
        min-height: 0;
        padding-bottom: 62px;
    }


    .betcraft-custom-development-page
    .bcc-frame-main {
        position: relative;
        inset: auto;
        border-radius: 21px;
    }


    .betcraft-custom-development-page
    .bcc-frame-small {
        right: 8px;
        bottom: 0;
        width: 42%;
        border-radius: 16px;
    }


    .betcraft-custom-development-page
    .bcc-section {
        padding: 52px 0;
    }


    .betcraft-custom-development-page
    .bcc-section-head {
        margin-bottom: 25px;
    }


    .betcraft-custom-development-page
    :is(
        .bcc-section-head h2,
        .bcc-flow-copy h2,
        .bcc-scale-copy h2,
        .bcc-cta-panel h2
    ) {
        max-width: 15ch;
        font-size:
            clamp(29px,7.6vw,38px);
        line-height: 1.1;
    }


    .betcraft-custom-development-page
    .bcc-section-head > p {
        font-size: 14px;
        line-height: 1.66;
    }


    .betcraft-custom-development-page
    .bcc-build-grid {
        grid-template-columns:
            minmax(0,1fr);
        gap: 11px;
    }


    .betcraft-custom-development-page
    .bcc-build-card {
        display: grid;
        grid-template-columns:
            minmax(125px,.8fr)
            minmax(0,1.2fr);
        border-radius: 18px;
    }


    .betcraft-custom-development-page
    .bcc-build-copy {
        padding: 16px 14px;
    }


    .betcraft-custom-development-page
    .bcc-build-copy h3 {
        font-size: 17px;
    }


    .betcraft-custom-development-page
    .bcc-build-copy p {
        font-size: 12px;
        line-height: 1.53;
    }


    .betcraft-custom-development-page
    .bcc-flow-grid,
    .betcraft-custom-development-page
    .bcc-stack-layout,
    .betcraft-custom-development-page
    .bcc-scale-grid {
        gap: 23px;
    }


    .betcraft-custom-development-page
    .bcc-stack-media {
        order: 2;
    }


    .betcraft-custom-development-page
    .bcc-stack-cards {
        order: 1;
    }


    .betcraft-custom-development-page
    .bcc-flow-list,
    .betcraft-custom-development-page
    .bcc-stack-cards,
    .betcraft-custom-development-page
    .bcc-scale-points {
        gap: 8px;
    }


    .betcraft-custom-development-page
    .bcc-cta {
        padding-top: 10px;
        padding-bottom: 62px;
    }


    .betcraft-custom-development-page
    .bcc-cta-panel {
        gap: 22px;
        padding: 22px 19px;
        border-radius: 22px;
    }

}


@media (max-width: 430px) {

    .betcraft-custom-development-page
    .container {
        width: calc(100% - 26px);
    }


    .betcraft-custom-development-page
    .bcc-hero h1 {
        font-size:
            clamp(34px,9.8vw,42px);
    }


    .betcraft-custom-development-page
    .bcc-build-card {
        grid-template-columns:
            115px minmax(0,1fr);
    }


    .betcraft-custom-development-page
    .bcc-flow-list,
    .betcraft-custom-development-page
    .bcc-stack-cards,
    .betcraft-custom-development-page
    .bcc-scale-points {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }


    .betcraft-custom-development-page
    .bcc-flow-list > div,
    .betcraft-custom-development-page
    .bcc-stack-cards article,
    .betcraft-custom-development-page
    .bcc-scale-points > div {
        padding: 12px 10px;
    }

}
