/* ===== BTR PAGE ===== */

/* Hero */
.btr .btr_hero {
    position: relative;
    min-height: 100vh;
    background: url('/common/images/pages/btr/header-background.jpg') center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.btr .btr_hero_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.btn_hero_content--description {
    max-width: 480px;
}

.btn_hero_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.btr .btr_hero .container {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 60px;
}

.btr .btr_hero_title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .btr .btr_hero_title {
        font-size: 52px;
    }
}

@media (min-width: 1200px) {
    .btr .btr_hero_title {
        font-size: 60px;
    }
}

.btr .btr_hero_subtitle {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    max-width: 480px;
    margin-bottom: 36px;
    line-height: 1.65;
}

.btr .btr_hero_buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Buttons */
.btr .btr_btn_primary {
    background-color: #ff3c1a;
    color: #fff !important;
    border: none;
    padding: 12px 30px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 16px !important;
}

.btr .btr_btn_primary:hover,
.btr .btr_btn_primary:focus {
    background-color: #e02f12;
    color: #fff !important;
}

.btr .btr_btn_secondary {
    background-color: transparent;
    color: #fff !important;
    border: 2px solid rgba(255,255,255,0.7);
    padding: 12px 30px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 16px !important;
}

.btr .btr_btn_secondary:hover,
.btr .btr_btn_secondary:focus {
    background-color: rgba(255,255,255,0.1);
    color: #fff !important;
}

/* Meet section */
.btr .btr_meet {
    padding: 70px 0 60px;
    background: #fff;
}

/* Section titles + gradient override */
.btr .btr_section_title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
    line-height: 1.25;
}

@media (min-width: 768px) {
    .btr .btr_section_title {
        font-size: 36px;
    }
}

/* text-gradient helper (mirrors global definition) */
.btr .text-gradient {
    background: linear-gradient(90deg, #ff3c1a 40%, rgba(255, 60, 26, 0.8) 60%, rgba(255, 60, 26, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.btr .btr_meet_desc {
    color: #555;
    font-size: 15px;
    max-width: 640px;
    margin: 0 auto 36px;
    line-height: 1.7;
}

.btr .btr_content_img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    display: block;
    margin: 0 auto;
}

/* Feature cards */
.btr .btr_features {
    padding: 50px 0;
    background: #fff;
}

.btr .btr_feature_card {
    background: linear-gradient(90deg, #ff3c1a 40%, rgba(255, 60, 26, 0.8) 60%, rgba(255, 60, 26, 0.8) 100%);
    color: #fff;
    border-radius: 16px;
    padding: 28px 24px 32px;
    margin-bottom: 24px;
    min-height: 160px;
}

.btr_features--content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;

    @media (max-width: 767px) {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
}

.btr .btr_feature_title {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    font-size: 2rem;
    text-align: center;
}

.btr .btr_feature_card p {
    color: rgba(255,255,255,0.9);
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0;
}

/* Launching soon */
.btr .btr_launching {
    padding: 56px 0;
    background: #fff;
}

.btr .btr_launching_text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .btr .btr_launching_text {
        font-size: 1.7rem;
    }
}

.btr .btr_launching p {
    color: #555;
    font-size: 15px;
    margin-bottom: 6px;
    line-height: 1.6;
}

/* On demand — card with image left fading to white, text right */
.btr .btr_demand {
    background: #fff;
}

.btr .btr_demand_card {
    overflow: hidden;
}

.btr .btr_demand_row {
    display: flex;
    align-items: stretch;
    margin: 0;
    position: relative;
    border-radius: 32px;

    @media (max-width: 767px) {
        height: 377px;
    }
}

.btr .btr_demand_img_col {
    padding: 0;
    position: relative;
}

.btr .btr_demand_img_wrap {
    position: relative;
    height: 100%;
    min-height: 240px;
    overflow: hidden;
}

/* Fade image into white on the right (desktop) */
.btr .btr_demand_img_wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(to right, transparent, #fff);
    pointer-events: none;
}

.btr .btr_demand_banner_img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    object-position: left center;
    display: block;
}

.btr .btr_demand_banner_img_mob {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.btr .btr_demand_text {
    padding: 40px 40px 40px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F2F2F2;
    border-radius: 0 32px 32px 0;
}

.btr .btr_demand .btr_section_title {
    margin-bottom: 16px;
    font-size: 28px;
}

@media (max-width: 768px) {
    .btr .btr_demand_text {
        border-radius: 0 0 32px 32px;
    }
}

.btr .btr_demand .btr_section_title strong {
    color: #1a1a1a;
    font-weight: 700;
}

.btr .btr_demand_sub {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .btr .btr_demand_img_wrap::after {
        /* On mobile: fade bottom instead of right */
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 40%;
        background: linear-gradient(to bottom, transparent, #fff);
    }
    .btr .btr_demand_text {
        padding: 24px 24px 32px;
        text-align: left;
        position: absolute;
        bottom: 0;
    }
    .btr .btr_demand_img_wrap {
        min-height: 200px;
    }
}

/* CTA */
.btr .btr_cta {
    button {
        margin: 0 auto;

        span {
            font-size: 2.5rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
    }
}

.btr .btr_btn_demo {
    background-color: transparent;
    color: #fff !important;
    border: 3px solid #fff;
    padding: 16px 60px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 16px !important;
    transition: background-color 0.2s;
}

.btr .btr_btn_demo:hover,
.btr .btr_btn_demo:focus {
    background-color: rgba(255,255,255,0.15);
    color: #fff !important;
}
