
/* BETCRAFT CONTACT FINAL RECONSTRUCTION V1 */


.betcraft-contact-page {
    overflow-x: hidden;
}


.betcraft-contact-page
:is(.bcct-hero,.bcct-section) {
    position: relative;
}


.betcraft-contact-page
.bcct-section {
    padding: 90px 0;
}


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


.betcraft-contact-page
.bcct-section-head {
    max-width: 850px;
    margin-bottom: 40px;
}


.betcraft-contact-page
:is(
    .bcct-section-head h2,
    .bcct-brief-copy h2,
    .bcct-final-panel h2
) {
    margin: 0;
    color: #142b46;
    font-size: clamp(40px,4.2vw,61px);
    line-height: 1.04;
    letter-spacing: -.045em;
}


.betcraft-contact-page
.bcct-section-head h2 {
    max-width: 15ch;
}


.betcraft-contact-page
.bcct-section-head > p {
    max-width: 690px;
    margin: 18px 0 0;
    color: #5c6b7d;
    font-size: 15px;
    line-height: 1.72;
}


.betcraft-contact-page
:is(.bcct-frame,.bcct-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-contact-page
:is(.bcct-frame,.bcct-shot) img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}


/* =========================================================
   HERO
   ========================================================= */

.betcraft-contact-page
.bcct-hero {
    overflow: hidden;
    padding: 88px 0 96px;
    background:
        linear-gradient(
            rgba(255,253,248,.91),
            rgba(244,247,252,.94)
        ),
        url(
            "/assets/images/backgrounds/ambient/06f7bc1e9f870646b97d066ab6cd2e97.jpg"
        )
        center / cover no-repeat;
}


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


.betcraft-contact-page
.bcct-hero h1 {
    max-width: 10ch;
    margin: 0;
    color: #142b46;
    font-size: clamp(52px,5.4vw,77px);
    line-height: .98;
    letter-spacing: -.055em;
}


.betcraft-contact-page
.bcct-hero-lead {
    max-width: 590px;
    margin: 23px 0 0;
    color: #58687b;
    font-size: 16px;
    line-height: 1.78;
}


.betcraft-contact-page
.bcct-hero-notes {
    display: grid;
    gap: 10px;
    margin-top: 26px;
}


.betcraft-contact-page
.bcct-hero-notes > div {
    display: grid;
    grid-template-columns:
        100px minmax(0,1fr);
    gap: 13px;
    padding-top: 11px;
    border-top:
        1px solid rgba(20,43,70,.09);
}


.betcraft-contact-page
.bcct-hero-notes strong {
    color: #17304d;
    font-size: 13px;
}


.betcraft-contact-page
.bcct-hero-notes span {
    color: #687587;
    font-size: 12.5px;
    line-height: 1.5;
}


.betcraft-contact-page
.bcct-hero-visual {
    position: relative;
    min-height: 570px;
}


.betcraft-contact-page
.bcct-frame-main {
    position: absolute;
    inset: 0 70px 50px 0;
    border-radius: 30px;
}


.betcraft-contact-page
.bcct-frame-small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42%;
    border-radius: 20px;
}


/* =========================================================
   CHANNELS
   ========================================================= */

.betcraft-contact-page
.bcct-channels {
    background: #fff;
}


.betcraft-contact-page
.bcct-channel-grid {
    display: grid;
    grid-template-columns:
        repeat(2,minmax(0,1fr));
    gap: 12px;
}


.betcraft-contact-page
.bcct-channel-card {
    display: grid;
    grid-template-columns:
        58px minmax(0,1fr) 30px;
    gap: 16px;
    align-items: center;
    padding: 20px;
    border:
        1px solid rgba(20,43,70,.09);
    border-radius: 20px;
    color: inherit;
    background: #fff;
    box-shadow:
        0 16px 42px rgba(20,43,70,.06);
    text-decoration: none;
}


.betcraft-contact-page
.bcct-channel-card img {
    display: block;
    width: 52px;
    height: 52px;
    object-fit: contain;
}


.betcraft-contact-page
.bcct-channel-card span {
    display: block;
    margin-bottom: 5px;
    color: #b1812f;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .11em;
}


.betcraft-contact-page
.bcct-channel-card strong {
    display: block;
    color: #17304d;
    font-size: 18px;
}


.betcraft-contact-page
.bcct-channel-card p {
    margin: 6px 0 0;
    color: #687587;
    font-size: 12.5px;
    line-height: 1.52;
}


.betcraft-contact-page
.bcct-channel-card b {
    color: #b1812f;
    font-size: 20px;
}


/* =========================================================
   BRIEF
   ========================================================= */

.betcraft-contact-page
.bcct-brief {
    background: #f7f3e9;
}


.betcraft-contact-page
.bcct-brief-grid {
    display: grid;
    grid-template-columns:
        minmax(300px,.78fr)
        minmax(0,1.22fr);
    gap: 50px;
    align-items: center;
}


.betcraft-contact-page
.bcct-brief-copy h2 {
    max-width: 11ch;
}


.betcraft-contact-page
.bcct-brief-copy > p {
    margin: 19px 0 0;
    color: #5c6b7d;
    font-size: 15px;
    line-height: 1.72;
}


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


.betcraft-contact-page
.bcct-brief-list > div {
    padding: 14px 13px;
    border:
        1px solid rgba(20,43,70,.08);
    border-radius: 15px;
    background: rgba(255,255,255,.83);
}


.betcraft-contact-page
.bcct-brief-list span {
    display: block;
    margin-bottom: 7px;
    color: #b1812f;
    font-size: 10px;
    font-weight: 900;
}


.betcraft-contact-page
.bcct-brief-list strong {
    display: block;
    color: #17304d;
    font-size: 13px;
}


.betcraft-contact-page
.bcct-brief-list p {
    margin: 5px 0 0;
    color: #687587;
    font-size: 11.5px;
    line-height: 1.5;
}


.betcraft-contact-page
.bcct-brief-media {
    display: grid;
    gap: 11px;
}


.betcraft-contact-page
.bcct-shot {
    border-radius: 24px;
}


.betcraft-contact-page
.bcct-brief-small {
    width: 58%;
    margin-left: auto;
}


/* =========================================================
   EXPECTATION
   ========================================================= */

.betcraft-contact-page
.bcct-expect {
    background: #fffdf8;
}


.betcraft-contact-page
.bcct-expect-grid {
    display: grid;
    grid-template-columns:
        repeat(4,minmax(0,1fr));
    gap: 10px;
}


.betcraft-contact-page
.bcct-expect-grid article {
    padding: 21px 18px;
    border:
        1px solid rgba(20,43,70,.08);
    border-radius: 18px;
    background: #fff;
}


.betcraft-contact-page
.bcct-expect-grid span {
    display: block;
    margin-bottom: 13px;
    color: #b1812f;
    font-size: 10px;
    font-weight: 900;
}


.betcraft-contact-page
.bcct-expect-grid strong {
    display: block;
    color: #17304d;
    font-size: 15px;
}


.betcraft-contact-page
.bcct-expect-grid p {
    margin: 7px 0 0;
    color: #687587;
    font-size: 12px;
    line-height: 1.55;
}


/* =========================================================
   FINAL
   ========================================================= */

.betcraft-contact-page
.bcct-final {
    padding-top: 30px;
    padding-bottom: 96px;
    background: #fff;
}


.betcraft-contact-page
.bcct-final-panel {
    display: grid;
    grid-template-columns:
        minmax(0,1fr)
        minmax(220px,.42fr);
    gap: 42px;
    align-items: center;
    padding: 43px;
    border:
        1px solid rgba(20,43,70,.09);
    border-radius: 28px;
    background:
        linear-gradient(
            rgba(249,245,236,.90),
            rgba(249,245,236,.94)
        ),
        url(
            "/assets/images/backgrounds/ambient/1493cc38154fd0b4aee4062cd5bb924a.jpg"
        )
        center / cover no-repeat;
    box-shadow:
        0 23px 60px rgba(20,43,70,.07);
}


.betcraft-contact-page
.bcct-final-panel h2 {
    max-width: 11ch;
}


.betcraft-contact-page
.bcct-final-panel p {
    max-width: 600px;
    margin: 16px 0 0;
    color: #5c6b7d;
    font-size: 15px;
    line-height: 1.7;
}


.betcraft-contact-page
.bcct-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 0 19px;
    border-radius: 999px;
    color: #172d48;
    background:
        linear-gradient(
            135deg,
            #ebcd80,
            #ca9b38
        );
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

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


    .betcraft-contact-page
    .bcct-hero {
        padding: 50px 0 58px;
    }


    .betcraft-contact-page
    :is(
        .bcct-hero-grid,
        .bcct-brief-grid,
        .bcct-final-panel
    ) {
        grid-template-columns:
            minmax(0,1fr);
    }


    .betcraft-contact-page
    .bcct-hero-grid {
        gap: 27px;
    }


    .betcraft-contact-page
    .bcct-hero h1 {
        max-width: 11ch;
        font-size:
            clamp(36px,9.3vw,48px);
        line-height: 1.02;
    }


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


    .betcraft-contact-page
    .bcct-hero-notes {
        margin-top: 20px;
    }


    .betcraft-contact-page
    .bcct-hero-notes > div {
        grid-template-columns:
            minmax(0,1fr);
        gap: 4px;
    }


    .betcraft-contact-page
    .bcct-hero-visual {
        min-height: 0;
        padding-bottom: 62px;
    }


    .betcraft-contact-page
    .bcct-frame-main {
        position: relative;
        inset: auto;
        border-radius: 21px;
    }


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


    .betcraft-contact-page
    .bcct-section {
        padding: 52px 0;
    }


    .betcraft-contact-page
    .bcct-section-head {
        margin-bottom: 25px;
    }


    .betcraft-contact-page
    :is(
        .bcct-section-head h2,
        .bcct-brief-copy h2,
        .bcct-final-panel h2
    ) {
        max-width: 15ch;
        font-size:
            clamp(29px,7.6vw,38px);
        line-height: 1.1;
    }


    .betcraft-contact-page
    .bcct-channel-grid {
        grid-template-columns:
            minmax(0,1fr);
        gap: 9px;
    }


    .betcraft-contact-page
    .bcct-channel-card {
        grid-template-columns:
            50px minmax(0,1fr) 24px;
        gap: 13px;
        padding: 16px 14px;
        border-radius: 17px;
    }


    .betcraft-contact-page
    .bcct-channel-card img {
        width: 46px;
        height: 46px;
    }


    .betcraft-contact-page
    .bcct-brief-grid {
        gap: 23px;
    }


    .betcraft-contact-page
    .bcct-brief-list {
        gap: 8px;
    }


    .betcraft-contact-page
    .bcct-expect-grid {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
        gap: 8px;
    }


    .betcraft-contact-page
    .bcct-expect-grid article {
        padding: 16px 13px;
        border-radius: 16px;
    }


    .betcraft-contact-page
    .bcct-final {
        padding-top: 10px;
        padding-bottom: 62px;
    }


    .betcraft-contact-page
    .bcct-final-panel {
        gap: 22px;
        padding: 22px 19px;
        border-radius: 21px;
    }


    .betcraft-contact-page
    .bcct-btn {
        width: 100%;
    }

}


@media (max-width: 430px) {

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


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


    .betcraft-contact-page
    .bcct-brief-list,
    .betcraft-contact-page
    .bcct-expect-grid {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }

}
