.biston-body {
    background: #fbf9fc;
}

.biston-body main {
    overflow: hidden;
}

.biston-hero {
    position: relative;
    min-height: 500px;
    margin-bottom: 105px;
    background: #562f70;
    border-radius: 0 0 34px 34px;
}

.biston-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background: rgba(86, 47, 112, 0.72);
    pointer-events: none;
}

.biston-hero-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.biston-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 90vh;
}

.biston-hero-logo {
    position: absolute;
    top: 210px;
    right: 50%;
    width: 100%;
    max-width: 280px;
    height: auto;
    transform: translateX(50%) translateY(300px);
}

.biston-hero-truck {
    position: absolute;
    right: 50%;
    bottom: -92px;
    width: min(92%, 970px);
    height: auto;
    transform: translateX(50%);
    filter: drop-shadow(0 16px 12px rgba(28, 18, 34, 0.18));
}

.biston-story {
    padding: 45px 0 135px;
    background: #fbf9fc;
}

.biston-story-container {
    max-width: 1200px;
}

.biston-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 72px;
    color: #26202b;
    font-family: peyda-medium;
    font-size: 14px;
}

.biston-meta span:first-child {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.biston-meta-icon {
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}

.biston-meta-tudid {
    width: 40px;
    height: 40px;
}

.biston-meta-heart {
    width: 40px;
    height: 40px;
}

.biston-meta b {
    color: #8f8794;
    font-weight: normal;
}

.biston-likes {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.biston-intro {
    max-width: 100%;
    margin: 0 0 50px auto;
    text-align: right;
}

.biston-intro h1 {
    margin: 0 0 30px;
    color: #17121a;
    font-family: peyda-bold;
    font-size: 38px;
    line-height: 1.5;
    direction: rtl;
}

.biston-intro p,
.biston-story-copy p {
    color: #000;
    font-family: peyda-medium;
    font-size: 16px;
    line-height: 2.15;
    direction: rtl;
}

.biston-intro p {
    margin: 0;
}

.biston-story-image {
    margin: 0 0 52px;
    overflow: hidden;
    border-radius: 34px;
}

.biston-story-image img {
    display: block;
    width: 100%;
    aspect-ratio: 3.78 / 1;
    object-fit: cover;
}

.biston-story-copy {
    text-align: right;
}

.biston-story-copy p {
    margin: 0;
}

.biston-story-image-secondary {
    margin-top: 52px;
}

.biston-proof {
    padding-top: 120px;
    background: #f4effa;
}

.biston-proof .brands-proof-media .brands-proof-logo {
    width: min(48%, 290px);
    height: 100px;
    filter: none;
}

.biston-proof .brands-proof-media .brands-proof-logo[src*="biston-logo"] {
    filter: brightness(0.25);
}

.biston-proof .brands-proof-media .brands-proof-truck {
    width: 108%;
    max-width: none;
}

.biston-proof .brands-proof-copy p {
    max-width: 500px;
}

.biston-body.ltr .biston-meta,
.biston-body.ltr .biston-intro,
.biston-body.ltr .biston-intro p,
.biston-body.ltr .biston-story-copy,
.biston-body.ltr .biston-story-copy p {
    direction: ltr;
    text-align: left;
    font-family: "Syne", Arial, sans-serif;
}

.biston-body.ltr .biston-meta {
    flex-direction: row-reverse !important;
}

.biston-body.ltr .biston-intro {
    margin-right: auto;
    margin-left: 0;
}

.biston-body.ltr .biston-intro h1 {
    font-family: "Syne", Arial, sans-serif;
}

.biston-body.ltr .biston-number {
    font-family: "Bahnschrift", Arial, sans-serif;
}

.biston-body.ltr .biston-testimonial-person {

    font-family: Syne;
    font-style: 400;
}

.biston-body.ltr .biston-testimonial-name,
.biston-body.ltr .biston-testimonial-role {
    display: block;
    width: auto;
    font-family: "Syne", Arial, sans-serif;
    font-style: normal;
    font-stretch: 100%;
    letter-spacing: 0;
    transform: none;
}

.biston-body.ltr .biston-testimonial-name {
    color: #17121a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.biston-body.ltr .biston-testimonial-role {
    margin-top: 4px;
    color: #3f3943;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
}

@media (max-width: 991px) {
    .biston-body [data-aos] {
        opacity: 1 !important;
        transform: none !important;
    }

    .biston-hero,
    .biston-hero-inner {
        min-height: 430px;
    }

    .biston-hero {
        margin-bottom: 72px;
    }

    .biston-hero-logo {
        top: 175px;
        width: 170px;
    }

    .biston-hero-truck {
        bottom: -68px;
        width: min(96%, 760px);
    }

    .biston-story {
        padding-top: 35px;
        padding-bottom: 95px;
    }

    .biston-meta {
        margin-bottom: 52px;
    }

    .biston-intro {
        max-width: 100%;
    }

    .biston-intro h1 {
        font-size: 32px;
    }

    .biston-story-image img {
        min-height: 330px;
        aspect-ratio: auto;
    }

    .biston-story-image-secondary {
        margin-top: 42px;
    }

    .biston-proof .brands-proof-media .brands-proof-truck {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .biston-hero,
    .biston-hero-inner {
        min-height: 355px;
    }

    .biston-hero {
        margin-bottom: 45px;
        border-radius: 0 0 22px 22px;
    }

    .biston-hero-logo {
        top: 135px;
        width: 130px;
    }

    .biston-hero-truck {
        bottom: -42px;
        width: 108%;
        max-width: none;
    }

    .biston-story {
        padding: 38px 0 70px;
    }

    .biston-story-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .biston-meta {
        align-items: flex-start;
        gap: 18px;
        margin-bottom: 42px;
        font-size: 12px;
    }

    .biston-meta span:first-child {
        flex-wrap: wrap;
        gap: 7px;
    }

    .biston-intro {
        margin-bottom: 35px;
    }

    .biston-intro h1 {
        margin-bottom: 22px;
        font-size: 25px;
        line-height: 1.65;
    }

    .biston-intro p,
    .biston-story-copy p {
        font-size: 14px;
        line-height: 2.05;
    }

    .biston-story-image {
        margin-bottom: 36px;
        border-radius: 22px;
    }

    .biston-story-image img {
        min-height: 255px;
    }

    .biston-story-image-secondary {
        margin-top: 34px;
    }

    .biston-proof {
        padding-top: 75px;
    }

    .biston-proof .brands-proof-media .brands-proof-logo {
        width: 180px;
        height: 72px;
    }
}
