@import url("variables.css?ver=1.0");

.bdheroSection {
    background: linear-gradient(180deg, var(--primaryLight10) 0%, var(--white) 100%);
    padding: 50px 0 60px;
}
.bdheroContainer {
    width: 100%;
    display: flex;
    gap: 40px;
}
.bdheroContent {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.bdHeading {
    font-size: 40px;
    font-weight: 600;
    color: var(--bodyColor);
    line-height: 1.3;
    padding: 0 0 20px;
    margin: 0;
    animation: fadeInUp 1s ease-out 0.4s backwards;
}
.accent {
    color: var(--primary);
    font-weight: 700;
}
.subHeading {
    font-size: 22px;
    font-weight: 500;
    color: var(--bodyColor);
    line-height: 1.3;
    margin: 0;
    animation: fadeInUp 1s ease-out 0.4s backwards;
}
.bdHeroCta {
    display: flex;
    margin: 40px 0 20px;
    gap: 10px;
    animation: fadeInUp 1s ease-out 0.4s backwards;
}

.bdSignBtn {
    height: 42px;
    background-color: var(--secondary);
    border-radius: 4px;
    color: var(--white);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
    line-height: normal;
    border: 1px solid var(--secondary);
}
.bdSeeBtn {
    height: 42px;
    background-color: var(--white);
    border-radius: 4px;
    color: var(--secondary);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
    line-height: normal;
    border: 1px solid var(--secondary);
}
.bdheroRight {
    width: 50%;
    display: flex;
    justify-content: center;
}

.bdLogoInfo {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: var(--white);
    border: 1px solid var(--borderColor);
    border-radius: 24px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 30px 34px;
}
.bdArrow {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primaryLight02);
    border-radius: 20px;
    transform: rotate(90deg);
}
.bdArrow svg {
    width: 22px;
    height: 22px;
}
/**   **/
.bdSignBtn:hover, .bdSignBtn:active {
    background-color: var(--secondaryDark01) !important;
    color: var(--white) !important;
    text-decoration: none;
    border-color: var(--secondaryDark01) !important;
    transform: translateY(-2px);
}

.bdSeeBtn:hover, .bdSeeBtn:active {
    background-color: var(--secondaryDark01) !important;
    color: var(--white) !important;
    text-decoration: none;
    border-color: var(--secondaryDark01) !important;
    transform: translateY(-2px);
}
/** **/
.bdLaunchSection {
    background: var(--white);
    padding: 40px 0;
}
.bdLaunchInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bdLaunchBox {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bdLaunchBox p{
    font-size: 18px;
    color: var(--bodyColor);
    line-height: 1.3;
    margin: 0;
    padding: 0 0 24px;
    text-align: center;
}
.bdLaunchSup {
    font-size: 20px;
    color: var(--bodyColor);
    line-height: 1.3;
    background: var(--secondaryLight09);
    padding: 20px 30px;
    border-radius: 12px;
    margin-bottom: 24px;
    text-align: center;
}
.bdWhyInfo {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: var(--primaryLight09);
    padding: 24px 30px;
    margin: 20px 0 0;
    border-radius: 12px;
}
.bdSecHeading {
    font-size: 28px;
    color: var(--bodyColor);
    font-weight: 600;
}
.bdWhyText {
    font-size: 16px;
    color: var(--bodyColor);
    line-height: 1.4; 
}
.bdNewSection { 
    background: var(--primaryLight10);
    padding: 40px 0;
}
.bdHeadSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}
.bdHeadSection h2 {
    width: 70%;
    font-size: 34px;
    color: var(--bodyColor);
    font-weight: 600;
    text-align: center;
}
.bdHeadSection p {
    width: 70%;
    font-size: 18px;
    color: var(--bodyColor);
    line-height: 1.4;
    text-align: center;
}
.bdListInfo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.bdListCard {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc(50% - 20px);
    background: var(--white);
    padding: 30px 34px;
    border: 1px solid var(--borderColor);
    border-radius: 12px;
    transition: all 0.3s ease;
}
.bdListIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    border-radius: 10px;
}
.bdCover {
    background: var(--primaryLight09);
}
.bdProfile {
    background: var(--secondaryLight09);
}
.bdListCard h3 {
    font-size: 20px;
    color: var(--bodyColor);
    font-weight: 600;
}
.bdListCard p {
    font-size: 16px;
    color: var(--bodyColor);
    line-height: 1.4;
    margin: 0;
}
.bdUpgradeSection {
    background: var(--white);
    padding: 40px 0;
}
.bdUpgradeInfo {
    display: flex;
    gap: 30px;
    background: var(--successLight05);
    padding: 30px 34px;
    border-radius: 12px;
    border: 1px solid var(--successLight05);
}
.bdUpgradeIcon {
    display: flex;
    align-items: center;
}
.bdUpgradeIconBox {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--successLight04);
    border-radius: 60px;
}
.bdUpgradeIconBox svg {
    width: 60px;
    height: 60px;
}
.bdUpgradeContent {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.bdUpgradeHeading {
    font-size: 28px;
    color: var(--bodyColor);
    font-weight: 600;
    line-height:1.3;
}
.bdUpgradeText {
    font-size: 16px;
    color: var(--bodyColor);
    line-height: 1.4;
}
.bdListIconRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.bdComing {
    font-size: 12px;
    color: var(--secondaryDark01);
    font-weight: 600;
    background: var(--secondaryLight08);
    padding: 4px 12px;
    border-radius: 20px;
}
.bdMileSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 40px 0;
}
.bdMileText {
    width: 600px;
    font-size: 18px;
    color: var(--bodyColor);
    line-height: 1.4;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bdheroSection {
        padding: 40px 0;
    }
    .bdHeading {
        font-size: 34px;
    }
    .subHeading {
        font-size: 20px;
    }
    .bdLaunchSection {
        padding: 20px 0 40px;
    }
    .bdWhyInfo {
        width: 80%;
    }
    .bdHeadSection h2 {
        font-size: 30px;
    }
    .bdUpgradeHeading {
        font-size: 26px;
    }

}

@media (max-width: 767px) {
    .bdheroSection {
        padding: 50px 10px;
    }
    .bdheroContainer {
        flex-direction: column;
        gap: 30px;
    }
    .bdheroContent {
        width: 100%;
        text-align: center;
    }
    .bdHeading {
        font-size: 32px;
    }

    .subHeading {
        font-size: 18px;
    }
    .bdHeroCta {
        flex-direction: column;
    }
    .bdheroRight {
        width: 100%;
    }
    .bdLaunchSection {
        padding: 10px 10px 40px;
    }
    .bdLaunchBox {
        width: 90%;
    }
    .bdLaunchBox p {
        font-size: 16px;
    }
    .bdLaunchSup {
        font-size: 18px;
        padding: 20px;
    }
    .bdWhyInfo {
        width: 90%;
        text-align: center;
    }
    .bdSecHeading {
        font-size: 22px;
    }
    .bdNewSection {
        padding: 40px 10px;
    }
    .bdHeadSection h2 {
        width: 90%;
        font-size: 26px;
    }
    .bdHeadSection p {
        width: 90%;
        font-size: 16px;
    }
    .bdListInfo {
        flex-direction: column;
    }
    .bdListCard {
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .bdUpgradeSection {
        padding: 40px 10px;
    }
    .bdUpgradeInfo {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .bdMileText {
        width: 100%;
    }
    .bdListIconRow {
        flex-direction: column-reverse;
    }
}

