
/* BETCRAFT WEBSITES FINAL RECONSTRUCTION V1 */


/* =========================================================
   BASE
   ========================================================= */

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


.betcraft-websites-page .bcw-hero,
.betcraft-websites-page .bcw-section {
    position: relative;
}


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


.betcraft-websites-page .bcw-section {
    padding: 94px 0;
}


.betcraft-websites-page .bcw-section-head {
    max-width: 860px;
    margin-bottom: 43px;
}


.betcraft-websites-page .bcw-section-head h2,
.betcraft-websites-page .bcw-ready-copy h2,
.betcraft-websites-page .bcw-cta-panel h2 {
    margin: 0;
    color: #142b46;
    font-size: clamp(40px,4.25vw,62px);
    line-height: 1.035;
    letter-spacing: -.045em;
}


.betcraft-websites-page .bcw-section-head h2 {
    max-width: 15ch;
}


.betcraft-websites-page .bcw-section-head p {
    max-width: 720px;
    margin: 19px 0 0;
    color: #5a697c;
    font-size: 15.5px;
    line-height: 1.76;
}


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


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


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

.betcraft-websites-page .bcw-hero {
    overflow: hidden;
    padding: 90px 0 100px;
    background:
        radial-gradient(
            circle at 89% 12%,
            rgba(218,185,108,.22),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #fffdf8,
            #f5f7fd
        );
}


.betcraft-websites-page .bcw-hero-grid {
    display: grid;
    grid-template-columns:
        minmax(0,.88fr)
        minmax(0,1.12fr);
    gap: 54px;
    align-items: center;
}


.betcraft-websites-page .bcw-hero h1 {
    max-width: 13ch;
    margin: 0;
    color: #142b46;
    font-size: clamp(48px,5.2vw,74px);
    line-height: .99;
    letter-spacing: -.055em;
}


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


.betcraft-websites-page .bcw-hero-points {
    display: grid;
    gap: 11px;
    margin-top: 27px;
}


.betcraft-websites-page .bcw-hero-points > div {
    display: grid;
    grid-template-columns: 150px minmax(0,1fr);
    gap: 14px;
    padding-top: 11px;
    border-top: 1px solid rgba(20,43,70,.09);
}


.betcraft-websites-page
.bcw-hero-points strong {
    color: #17304d;
    font-size: 13.5px;
    line-height: 1.4;
}


.betcraft-websites-page
.bcw-hero-points span {
    color: #677487;
    font-size: 12.75px;
    line-height: 1.55;
}


.betcraft-websites-page .bcw-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 27px;
}


.betcraft-websites-page .bcw-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;
    line-height: 1.2;
    text-decoration: none;
}


.betcraft-websites-page .bcw-btn-primary {
    color: #ffffff;
    background: #17304d;
}


.betcraft-websites-page .bcw-btn-gold {
    color: #172d48;
    background:
        linear-gradient(
            135deg,
            #ebce82,
            #c99a37
        );
}


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


.betcraft-websites-page
.bcw-frame-main {
    position: absolute;
    inset: 0 60px 40px 0;
    border-radius: 30px;
}


.betcraft-websites-page
.bcw-frame-float {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44%;
    border-radius: 21px;
}


/* =========================================================
   STORY
   ========================================================= */

.betcraft-websites-page .bcw-positioning {
    background:
        linear-gradient(
            180deg,
            #ffffff,
            #fffdf8
        );
}


.betcraft-websites-page .bcw-story {
    display: grid;
    grid-template-columns:
        minmax(260px,.72fr)
        minmax(0,1.28fr);
    gap: 48px;
    align-items: center;
    padding: 37px 0;
}


.betcraft-websites-page
.bcw-story + .bcw-story {
    margin-top: 37px;
    padding-top: 73px;
    border-top:
        1px solid rgba(20,43,70,.08);
}


.betcraft-websites-page
.bcw-story-reverse .bcw-story-copy {
    order: 2;
}


.betcraft-websites-page
.bcw-story-reverse .bcw-story-media {
    order: 1;
}


.betcraft-websites-page .bcw-number {
    display: block;
    margin-bottom: 12px;
    color: #b28231;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
}


.betcraft-websites-page .bcw-story h3 {
    max-width: 13ch;
    margin: 0;
    color: #17304d;
    font-size: clamp(31px,3.3vw,48px);
    line-height: 1.06;
    letter-spacing: -.04em;
}


.betcraft-websites-page
.bcw-story-copy > p {
    max-width: 560px;
    margin: 17px 0 0;
    color: #5d6b7d;
    font-size: 14.5px;
    line-height: 1.72;
}


.betcraft-websites-page .bcw-story ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 19px 0 0;
    padding: 0;
    list-style: none;
}


.betcraft-websites-page .bcw-story li {
    padding: 7px 10px;
    border:
        1px solid rgba(176,130,47,.18);
    border-radius: 999px;
    color: #76541d;
    background: #faf5e9;
    font-size: 11px;
    font-weight: 750;
}


.betcraft-websites-page
.bcw-story-media {
    display: grid;
    grid-template-columns:
        minmax(0,1.45fr)
        minmax(160px,.55fr);
    gap: 12px;
    align-items: end;
}


.betcraft-websites-page .bcw-shot {
    margin: 0;
    border-radius: 22px;
}


.betcraft-websites-page
.bcw-shot-small {
    border-radius: 18px;
}


/* =========================================================
   BUILD CARDS
   ========================================================= */

.betcraft-websites-page .bcw-build {
    background: #f7f3e9;
}


.betcraft-websites-page
.bcw-section-head-wide {
    max-width: 920px;
}


.betcraft-websites-page .bcw-build-grid {
    display: grid;
    grid-template-columns:
        repeat(3,minmax(0,1fr));
    gap: 15px;
}


.betcraft-websites-page .bcw-build-card {
    overflow: hidden;
    border:
        1px solid rgba(20,43,70,.09);
    border-radius: 23px;
    background: #ffffff;
    box-shadow:
        0 17px 42px rgba(20,43,70,.07);
}


.betcraft-websites-page .bcw-build-image {
    overflow: hidden;
    background: #f4f6fb;
}


.betcraft-websites-page
.bcw-build-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}


.betcraft-websites-page
.bcw-build-content {
    padding: 21px 20px 23px;
}


.betcraft-websites-page
.bcw-build-content > span {
    display: block;
    margin-bottom: 10px;
    color: #b1812f;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}


.betcraft-websites-page
.bcw-build-content h3 {
    margin: 0;
    color: #17304d;
    font-size: 20px;
    line-height: 1.2;
}


.betcraft-websites-page
.bcw-build-content p {
    margin: 10px 0 0;
    color: #677487;
    font-size: 13px;
    line-height: 1.62;
}


/* =========================================================
   READY
   ========================================================= */

.betcraft-websites-page .bcw-ready {
    background:
        linear-gradient(
            180deg,
            #ffffff,
            #f8f5ed
        );
}


.betcraft-websites-page .bcw-ready-grid {
    display: grid;
    grid-template-columns:
        minmax(0,.75fr)
        minmax(0,1.25fr);
    gap: 52px;
    align-items: center;
}


.betcraft-websites-page .bcw-ready-copy h2 {
    max-width: 12ch;
}


.betcraft-websites-page .bcw-ready-copy > p {
    max-width: 590px;
    margin: 20px 0 0;
    color: #5c6b7d;
    font-size: 15px;
    line-height: 1.75;
}


.betcraft-websites-page .bcw-ready-list {
    display: grid;
    grid-template-columns:
        repeat(2,minmax(0,1fr));
    gap: 9px;
    margin-top: 24px;
}


.betcraft-websites-page
.bcw-ready-list > div {
    padding: 14px 13px;
    border:
        1px solid rgba(20,43,70,.08);
    border-radius: 15px;
    background: rgba(255,255,255,.78);
}


.betcraft-websites-page
.bcw-ready-list strong,
.betcraft-websites-page
.bcw-ready-list span {
    display: block;
}


.betcraft-websites-page
.bcw-ready-list strong {
    color: #17304d;
    font-size: 13px;
}


.betcraft-websites-page
.bcw-ready-list span {
    margin-top: 5px;
    color: #697688;
    font-size: 11.75px;
    line-height: 1.5;
}


.betcraft-websites-page .bcw-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: #17304d;
    font-size: 13.5px;
    font-weight: 850;
    text-decoration: none;
}


.betcraft-websites-page
.bcw-text-link span {
    color: #b28231;
    font-size: 18px;
}


.betcraft-websites-page
.bcw-ready-visual {
    display: grid;
    gap: 11px;
}


.betcraft-websites-page
.bcw-ready-large {
    border-radius: 23px;
}


.betcraft-websites-page
.bcw-ready-pair {
    display: grid;
    grid-template-columns:
        repeat(2,minmax(0,1fr));
    gap: 11px;
}


/* =========================================================
   CTA
   ========================================================= */

.betcraft-websites-page .bcw-cta {
    padding-top: 25px;
    padding-bottom: 98px;
    background: #ffffff;
}


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


.betcraft-websites-page
.bcw-cta-panel h2 {
    max-width: 14ch;
}


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


.betcraft-websites-page
.bcw-cta-actions {
    display: grid;
    gap: 10px;
}


/* =========================================================
   MOBILE FINAL COMPOSITION
   ========================================================= */

@media (max-width: 760px) {

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


    .betcraft-websites-page .bcw-hero {
        padding: 50px 0 58px;
    }


    .betcraft-websites-page
    .bcw-hero-grid,
    .betcraft-websites-page
    .bcw-story,
    .betcraft-websites-page
    .bcw-ready-grid,
    .betcraft-websites-page
    .bcw-cta-panel {
        grid-template-columns:
            minmax(0,1fr);
    }


    .betcraft-websites-page
    .bcw-hero-grid {
        gap: 27px;
    }


    .betcraft-websites-page .bcw-hero h1 {
        max-width: 14ch;
        font-size:
            clamp(36px,9.2vw,48px);
        line-height: 1.02;
    }


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


    .betcraft-websites-page
    .bcw-hero-points {
        margin-top: 20px;
    }


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


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


    .betcraft-websites-page
    .bcw-btn {
        width: 100%;
        min-height: 49px;
    }


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


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


    .betcraft-websites-page
    .bcw-frame-float {
        right: 8px;
        bottom: 0;
        width: 42%;
        border-radius: 16px;
    }


    .betcraft-websites-page .bcw-section {
        padding: 52px 0;
    }


    .betcraft-websites-page
    .bcw-section-head {
        margin-bottom: 25px;
    }


    .betcraft-websites-page
    .bcw-section-head h2,
    .betcraft-websites-page
    .bcw-ready-copy h2,
    .betcraft-websites-page
    .bcw-cta-panel h2 {
        max-width: 15ch;
        font-size:
            clamp(29px,7.6vw,38px);
        line-height: 1.1;
    }


    .betcraft-websites-page
    .bcw-section-head p,
    .betcraft-websites-page
    .bcw-ready-copy > p,
    .betcraft-websites-page
    .bcw-cta-panel p {
        font-size: 14px;
        line-height: 1.66;
    }


    /* Text -> main image -> support image */

    .betcraft-websites-page
    .bcw-story {
        gap: 21px;
        padding: 22px 0;
    }


    .betcraft-websites-page
    .bcw-story + .bcw-story {
        margin-top: 22px;
        padding-top: 44px;
    }


    .betcraft-websites-page
    .bcw-story-reverse
    .bcw-story-copy,
    .betcraft-websites-page
    .bcw-story-reverse
    .bcw-story-media {
        order: initial;
    }


    .betcraft-websites-page
    .bcw-story h3 {
        max-width: 15ch;
        font-size:
            clamp(26px,6.8vw,34px);
        line-height: 1.1;
    }


    .betcraft-websites-page
    .bcw-story-copy > p {
        margin-top: 13px;
        font-size: 14px;
        line-height: 1.65;
    }


    .betcraft-websites-page
    .bcw-story-media {
        grid-template-columns:
            minmax(0,1.35fr)
            minmax(100px,.65fr);
        gap: 8px;
    }


    .betcraft-websites-page
    .bcw-shot {
        border-radius: 16px;
    }


    /* Build cards:
       one large card per row on mobile,
       so the image is actually readable */

    .betcraft-websites-page
    .bcw-build-grid {
        grid-template-columns:
            minmax(0,1fr);
        gap: 12px;
    }


    .betcraft-websites-page
    .bcw-build-card {
        display: grid;
        grid-template-columns:
            minmax(125px,.78fr)
            minmax(0,1.22fr);
        border-radius: 18px;
    }


    .betcraft-websites-page
    .bcw-build-content {
        padding: 16px 15px;
    }


    .betcraft-websites-page
    .bcw-build-content h3 {
        font-size: 17px;
    }


    .betcraft-websites-page
    .bcw-build-content p {
        font-size: 12.5px;
        line-height: 1.56;
    }


    .betcraft-websites-page
    .bcw-ready-grid {
        gap: 25px;
    }


    .betcraft-websites-page
    .bcw-ready-list {
        gap: 8px;
        margin-top: 19px;
    }


    .betcraft-websites-page
    .bcw-ready-pair {
        gap: 8px;
    }


    .betcraft-websites-page .bcw-cta {
        padding-top: 10px;
        padding-bottom: 62px;
    }


    .betcraft-websites-page
    .bcw-cta-panel {
        gap: 22px;
        padding: 22px 19px;
        border-radius: 22px;
    }

}


@media (max-width: 430px) {

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


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


    .betcraft-websites-page
    .bcw-build-card {
        grid-template-columns:
            116px minmax(0,1fr);
    }


    .betcraft-websites-page
    .bcw-ready-list {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }


    .betcraft-websites-page
    .bcw-ready-list > div {
        padding: 12px 10px;
    }


    .betcraft-websites-page
    .bcw-ready-list strong {
        font-size: 12px;
    }


    .betcraft-websites-page
    .bcw-ready-list span {
        font-size: 11px;
    }

}
