body#Sub #header.SiteHeader #nav_item_download,
body#Sub #header.SiteHeader #nav_item_download.Menu_Selected,
body#Sub #header.SiteHeader .navbar-default .navbar-nav>li.Menu_Selected>#nav_item_download,
body#Sub #header.SiteHeader .navbar-default .navbar-right>li.Menu_Selected>#nav_item_download,
body#Sub #header.SiteHeader #nav_item_download:hover,
body#Sub #header.SiteHeader #nav_item_download:focus {
    color: var(--color-text-inverse)!important;
}
.bdc-sr-page {
    overflow: hidden;
    background: #fff;
}
.bdc-sr-page * {
    letter-spacing: 0;
}
.bdc-sr-page a,
.bdc-sr-page a:hover,
.bdc-sr-page a:focus {
    text-decoration: none;
}
@media screen and (min-width:1200px) {
    .bdc-sr-page .container {
        width: 100%;
        max-width: 1280px;
    }
}
@media screen and (min-width:1440px) {
    .bdc-sr-page .container {
        max-width: 1360px;
    }
}
.bdc-sr-section {
    position: relative;
    padding: 86px 0;
    scroll-margin-top: 96px;
}
.bdc-sr-title {
    margin: 0 auto 18px;
    max-width: 1060px;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.18;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.bdc-sr-lead {
    margin: 0 auto 42px !important;
    max-width: 920px;
    font-size: 18px;
    line-height: 1.72;
    text-align: center;
}
.bdc-gradient-text {
    color: var(--color-purple);
    background: linear-gradient(130deg,#a91cff 0%,#f833bd 43%,#ed1c24 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bdc-sr-gradient {
    color: var(--color-purple);
    background: linear-gradient(90deg,#9c21e8 0%,#f833bd 43%,#ed1c24 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bdc-sr-block {
    display: block;
}
.bdc-sr-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,#fff7fd 0%,#f3e5ff 42%,#ffdce8 76%,#fff1d9 100%);
}
.bdc-sr-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(255,255,255,0.64) 0%,rgba(255,255,255,0) 58%),repeating-linear-gradient(90deg,rgba(124,37,216,0.065) 0,rgba(124,37,216,0.065) 1px,transparent 1px,transparent 94px),repeating-linear-gradient(0deg,rgba(237,28,36,0.045) 0,rgba(237,28,36,0.045) 1px,transparent 1px,transparent 86px);
    pointer-events: none;
}
.bdc-sr-hero:after {
    content: "";
    position: absolute;
    left: -18%;
    right: -18%;
    bottom: -110px;
    height: 190px;
    background: rgba(255,255,255,0.64);
    transform: rotate(-2deg);
}
.bdc-sr-hero-shine {
    position: absolute;
    inset: -140px;
    background: linear-gradient(110deg,transparent 0%,rgba(255,255,255,0.56) 43%,transparent 62%);
    opacity: 0.8;
    transform: translateX(-42%);
    animation: bdcSrShine 8s ease-in-out infinite;
    pointer-events: none;
}
.bdc-sr-hero .container {
    position: relative;
    z-index: 2;
}
.bdc-sr-hero-grid {
    min-height: 642px;
    display: grid;
    grid-template-columns: minmax(0,0.98fr) minmax(500px,1.02fr);
    gap: 42px;
    align-items: center;
    padding: 58px 0 92px;
}
.bdc-sr-hero-copy {
    max-width: 620px;
}
.bdc-sr-hero h1 {
    margin: 0 0 22px;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1;
    word-break: normal;
    overflow-wrap: normal;
}
.bdc-sr-hero h1 span {
    display: block;
    word-break: normal;
    overflow-wrap: normal;
}
.bdc-sr-hero p {
    max-width: 640px;
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 1.62;
}
.bdc-sr-proof {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
    margin-top: 34px;
}
.bdc-sr-proof-item {
    border: 1px solid rgba(124,37,216,0.15);
    border-radius: 8px;
    background: rgba(255,255,255,0.68);
    padding: 16px;
}
.bdc-sr-proof-item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--color-heading);
    font-size: 23px;
    font-weight: 900;
}
.bdc-sr-proof-item span {
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}
.bdc-sr-demo {
    position: relative;
}
.bdc-sr-demo-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    border: 1px solid rgba(124,37,216,0.16);
    border-radius: 8px;
    background: rgba(255,255,255,0.82);
    padding: 24px;
    box-shadow: 0 34px 86px rgba(112,32,150,0.22);
}
.bdc-sr-windowbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    overflow: hidden;
    min-height: 40px;
    border-radius: 6px 6px 0 0;
    background: #111111;
    padding: 0 14px;
    color: var(--color-text-inverse);
    font-size: 13px;
    font-weight: 800;
}
.bdc-sr-windowbar span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bdc-sr-windowbar span:first-child:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 8px;
    border-radius: 50%;
    background: #ed1c24;
    box-shadow: 14px 0 0 #ffb130,28px 0 0 #7c25d8;
}
.bdc-sr-demo-card video {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 0 0 8px 8px;
    background: #101423;
    box-shadow: 0 22px 48px rgba(37,28,60,0.18);
}
.bdc-sr-control {
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 68%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-50%);
    border-radius: 8px;
    background: #171723;
    padding: 10px 15px;
    color: var(--color-text-inverse);
    box-shadow: 0 18px 42px rgba(23,23,35,0.34);
}
.bdc-sr-control:before {
    content: "REC";
    border-radius: 999px;
    background: rgba(237,28,36,0.18);
    padding: 8px 11px;
    color: var(--color-text-inverse);
    font-size: 12px;
    font-weight: 900;
}
.bdc-sr-rec-dot {
    width: 34px;
    height: 34px;
    border: 6px solid #fff;
    border-radius: 50%;
    background: #ed1c24;
    box-shadow: 0 0 0 7px rgba(237,28,36,0.16);
    animation: bdcSrPulse 1.8s ease-out infinite;
}
.bdc-sr-control-tools {
    display: flex;
    gap: 8px;
}
.bdc-sr-control-tools span {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background: rgba(255,255,255,0.14);
}
.bdc-sr-float {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    border: 1px solid rgba(124,37,216,0.16);
    border-radius: 999px;
    background: #fff;
    padding: 8px 13px;
    color: var(--color-heading);
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(37,28,54,0.12);
}
.bdc-sr-float:before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: #9c21e8;
}
.bdc-sr-float.area {
    left: -18px;
    top: 82px;
}
.bdc-sr-float.audio {
    right: -10px;
    top: 126px;
}
.bdc-sr-float.webcam {
    right: 48px;
    bottom: 86px;
}
.bdc-sr-planner {
    padding-top: 86px;
}
.bdc-sr-planner-layout {
    display: block;
}
.bdc-sr-planner-copy {
    max-width: 920px;
    margin: 0 auto 36px;
    text-align: center;
}
.bdc-sr-planner-copy h2 {
    margin: 0 auto 16px;
    max-width: 980px;
    font-size: 42px;
    line-height: 1.22;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.bdc-sr-planner-title .bdc-sr-block {
    display: inline;
}
.bdc-sr-planner-copy p {
    margin: 0 auto 22px;
    max-width: 860px;
    font-size: 17px;
    line-height: 1.72;
}
.bdc-sr-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: center;
}
.bdc-sr-chip-list span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border: 1px solid #e6d7f4;
    border-radius: 999px;
    background: #fff;
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 900;
}
.bdc-sr-target-grid {
    display: grid;
    grid-template-columns: minmax(430px,0.96fr) repeat(2,minmax(0,0.52fr));
    gap: 20px;
    align-items: stretch;
}
.bdc-sr-target-visual {
    grid-row: span 2;
    overflow: hidden;
    border: 1px solid #eee6f5;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 18px 42px rgba(37,28,54,0.08);
}
.bdc-sr-target-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 438px;
    object-fit: cover;
    border-radius: 8px;
    margin: 0;
}
.bdc-sr-target-card {
    min-height: 220px;
    border: 1px solid #eee6f5;
    border-radius: 8px;
    background: #fff;
    padding: 24px;
    color: var(--color-heading);
    box-shadow: 0 16px 36px rgba(37,28,54,0.07);
    transition: transform 0.18s ease,box-shadow 0.18s ease,border-color 0.18s ease;
}
.bdc-sr-target-card:hover,
.bdc-sr-target-card:focus {
    border-color: #c95cf0;
    color: var(--color-heading);
    transform: translateY(-4px);
    box-shadow: 0 24px 52px rgba(37,28,54,0.13);
}
.bdc-sr-target-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 6px;
    background: #111827;
    color: var(--color-text-inverse);
    font-size: 13px;
    font-weight: 900;
}
.bdc-sr-target-card h3 {
    margin: 0 0 10px;
    font-size: 23px;
    word-break: keep-all;
}
.bdc-sr-target-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.64;
}
.bdc-sr-builder {
    overflow: hidden;
    background: #fbf7ff;
}
.bdc-sr-builder:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 24%,rgba(255,226,241,0.76) 0,rgba(255,226,241,0) 34%),repeating-linear-gradient(90deg,rgba(124,37,216,0.045) 0,rgba(124,37,216,0.045) 1px,transparent 1px,transparent 94px);
    pointer-events: none;
}
.bdc-sr-builder .container {
    position: relative;
    z-index: 1;
}
.bdc-sr-builder-head {
    max-width: 1180px;
    margin: 0 auto 38px;
    text-align: center;
}
.bdc-sr-builder-title {
    max-width: 1180px;
    font-size: 40px;
    white-space: nowrap;
}
.bdc-sr-builder-title .bdc-sr-block {
    display: inline;
}
.bdc-sr-builder-head .bdc-sr-lead {
    margin-bottom: 0 !important;
}
.bdc-sr-builder-layout {
    display: grid;
    max-width: 1220px;
    margin: 0 auto;
    grid-template-columns: minmax(0,0.96fr) minmax(480px,1.04fr);
    gap: 28px;
    align-items: stretch;
}
.bdc-sr-step-list {
    display: grid;
    gap: 14px;
}
.bdc-sr-step {
    display: grid;
    grid-template-columns: 56px minmax(0,1fr);
    gap: 18px;
    align-items: start;
    border: 1px solid #eee6f5;
    border-radius: 8px;
    background: rgba(255,255,255,0.9);
    padding: 24px;
    box-shadow: 0 16px 36px rgba(37,28,54,0.07);
}
.bdc-sr-step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: #f1e0ff;
    color: var(--color-purple);
    font-size: 21px;
    font-weight: 900;
}
.bdc-sr-step h3 {
    margin: 0 0 8px;
    font-size: 22px;
}
.bdc-sr-step p {
    margin: 0;
    font-size: 16px;
    line-height: 1.64;
}
.bdc-sr-builder-media {
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #eee6f5;
    border-radius: 8px;
    background: #fff;
    padding: 18px;
    box-shadow: 0 24px 60px rgba(43,31,58,0.1);
}
.bdc-sr-builder-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(29,22,45,0.13);
}
.bdc-sr-usecases {
    background: #fff;
}
.bdc-sr-lane-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 18px;
}
.bdc-sr-lane {
    position: relative;
    min-height: 246px;
    border: 1px solid #eee6f5;
    border-radius: 8px;
    background: #fff;
    padding: 26px;
    box-shadow: 0 16px 36px rgba(37,28,54,0.07);
}
.bdc-sr-lane:before {
    content: "";
    position: absolute;
    left: 26px;
    right: 26px;
    top: 0;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg,#ed1c24,#9c21e8);
}
.bdc-sr-lane strong {
    display: block;
    margin-bottom: 12px;
    color: var(--color-heading);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.34;
    word-break: keep-all;
}
.bdc-sr-lane p {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.66;
}
.bdc-sr-lane span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border-radius: 999px;
    background: #f7efff;
    padding: 6px 11px;
    color: var(--color-purple);
    font-size: 12px;
    font-weight: 900;
}
.bdc-sr-ai {
    overflow: hidden;
    background: #111827;
    color: var(--color-text-inverse);
}
.bdc-sr-ai:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 84% 34%,rgba(124,37,216,0.44) 0,rgba(124,37,216,0) 36%),linear-gradient(135deg,rgba(17,24,39,0.95),rgba(38,22,78,0.86)),repeating-linear-gradient(90deg,rgba(255,255,255,0.035) 0,rgba(255,255,255,0.035) 1px,transparent 1px,transparent 92px);
    pointer-events: none;
}
.bdc-sr-ai .container {
    position: relative;
    z-index: 1;
}
.bdc-sr-ai .bdc-sr-title {
    color: var(--color-text-inverse);
}
.bdc-sr-ai-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px;
}
.bdc-sr-ai-showcase {
    display: grid;
    grid-template-columns: minmax(420px,0.95fr) minmax(0,1.05fr);
    gap: 22px;
    align-items: stretch;
}
.bdc-sr-ai-showcase .bdc-sr-ai-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.bdc-sr-ai-preview {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    padding: 14px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.2);
}
.bdc-sr-ai-preview img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    border-radius: 8px;
    margin: 0;
}
.bdc-sr-ai-card {
    min-height: 214px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    padding: 24px;
}
.bdc-sr-ai-card em {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #fff;
    padding: 5px 11px;
    color: var(--color-purple);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}
.bdc-sr-ai-card strong {
    display: block;
    margin-bottom: 10px;
    color: var(--color-text-inverse);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.32;
}
.bdc-sr-ai-card p {
    margin: 0;
    color: var(--color-text-light);
    font-size: 15px;
    line-height: 1.66;
}
.bdc-sr-faq {
    background: #fff;
}
.bdc-sr-faq-list {
    max-width: 960px;
    margin: 0 auto;
}
.bdc-sr-faq-item {
    border: 1px solid #eee6f5;
    border-radius: 8px;
    background: #fff;
    padding: 24px 28px;
    margin-bottom: 14px;
    box-shadow: 0 12px 26px rgba(37,28,54,0.05);
}
.bdc-sr-faq-item h3 {
    margin: 0 0 10px;
    font-size: 20px;
}
.bdc-sr-faq-item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.66;
}
.bdc-sr-cta {
    padding-top: 34px;
    background: #fff;
}
.bdc-sr-cta-panel {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 34px;
    align-items: center;
    padding: 38px;
}
.bdc-sr-cta-panel h2 {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.25;
}
.bdc-sr-cta-panel p {
    margin: 0;
    max-width: 740px;
    color: var(--color-text-muted);
    font-size: 17px;
    line-height: 1.66;
}
@keyframes bdcSrShine {
    0%,
    18% {
        transform: translateX(-48%);
        opacity: 0;
    }
    43% {
        opacity: 0.82;
    }
    76%,
    100% {
        transform: translateX(48%);
        opacity: 0;
    }
}
@keyframes bdcSrPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(237,28,36,0.28);
    }
    70% {
        box-shadow: 0 0 0 16px rgba(237,28,36,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(237,28,36,0);
    }
}
@media screen and (max-width:991px) {
    .bdc-sr-section {
        padding: 64px 0;
        scroll-margin-top: 51px;
    }
    .bdc-sr-title {
        font-size: 34px;
    }
    .bdc-sr-hero-grid,
    .bdc-sr-planner-layout,
    .bdc-sr-builder-layout,
    .bdc-sr-cta-panel {
        display: block;
    }
    .bdc-sr-hero-grid {
        min-height: 0;
        padding: 58px 0 92px;
    }
    .bdc-sr-hero-copy {
        max-width: none;
    }
    .bdc-sr-hero h1 {
        font-size: 46px;
    }
    .bdc-sr-demo {
        margin-top: 36px;
    }
    .bdc-sr-planner {
        padding-top: 64px;
    }
    .bdc-sr-planner-copy {
        position: relative;
        top: auto;
        margin-bottom: 28px;
    }
    .bdc-sr-builder-media {
        margin-top: 30px;
    }
    .bdc-sr-lane-grid,
    .bdc-sr-target-grid,
    .bdc-sr-ai-grid,
    .bdc-sr-ai-showcase .bdc-sr-ai-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .bdc-sr-target-visual {
        grid-column: 1 / -1;
        grid-row: auto;
    }
    .bdc-sr-target-visual img {
        min-height: 0;
        aspect-ratio: 16/10;
    }
    .bdc-sr-ai-showcase {
        display: block;
    }
    .bdc-sr-ai-preview {
        margin-bottom: 20px;
    }
}
@media screen and (max-width:767px) {
    .bdc-sr-section {
        padding: 52px 0;
    }
    .bdc-sr-title {
        font-size: 29px;
    }
    .bdc-sr-lead {
        font-size: 16px;
    }
    .bdc-sr-hero-grid {
        padding: 44px 0 78px;
    }
    .bdc-sr-hero h1 {
        font-size: 38px;
        word-break: normal;
        overflow-wrap: normal;
    }
    .bdc-sr-hero p {
        font-size: 17px;
    }
    .bdc-sr-proof,
    .bdc-sr-target-grid,
    .bdc-sr-lane-grid,
    .bdc-sr-ai-grid,
    .bdc-sr-ai-showcase .bdc-sr-ai-grid {
        grid-template-columns: 1fr;
    }
    .bdc-sr-ai-preview img {
        min-height: 0;
        aspect-ratio: 16/10;
    }
    .bdc-sr-demo-card {
        padding: 14px;
        max-width: 100%;
    }
    .bdc-sr-float {
        display: none;
    }
    .bdc-sr-control {
        width: 82%;
        min-height: 46px;
        bottom: -2px;
    }
    .bdc-sr-control-tools {
        display: none;
    }
    .bdc-sr-planner {
        padding-top: 52px;
    }
    .bdc-sr-planner-copy h2 {
        font-size: 29px;
    }
    .bdc-sr-step {
        grid-template-columns: 1fr;
    }
    .bdc-sr-cta-panel {
        padding: 28px 22px;
    }
    .bdc-sr-cta-panel h2 {
        font-size: 25px;
    }
}
@media (prefers-reduced-motion:reduce) {
    .bdc-sr-hero-shine,
    .bdc-sr-rec-dot {
        animation: none !important;
    }
}
@media (max-width:991px) {
    .bdc-sr-page .container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .bdc-sr-hero .container {
        width: 100% !important;
        max-width: 100% !important;
    }
    .bdc-sr-hero-grid {
        display: block !important;
        grid-template-columns: none !important;
        min-height: 0 !important;
    }
    .bdc-sr-hero-copy {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }
    .bdc-sr-hero h1,
    .bdc-sr-hero p {
        width: 100% !important;
        max-width: 100% !important;
    }
    .bdc-sr-planner-layout,
    .bdc-sr-builder-layout,
    .bdc-sr-ai-showcase {
        display: block !important;
    }
    .bdc-sr-planner-copy,
    .bdc-sr-target-grid {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
    .bdc-sr-target-grid {
        display: grid !important;
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }
    .bdc-sr-target-visual {
        grid-column: 1 / -1 !important;
        grid-row: auto !important;
    }
}
@media (max-width:767px) {
    .bdc-sr-page {
        overflow-x: hidden;
    }
    .bdc-sr-hero-copy,
    .bdc-sr-demo {
        width: calc(100vw - 48px) !important;
        max-width: calc(100vw - 48px) !important;
        min-width: 0 !important;
    }
    .bdc-sr-hero h1 {
        font-size: 34px !important;
        line-height: 1.16 !important;
    }
    .bdc-sr-demo {
        margin-left: auto;
        margin-right: auto;
    }
    .bdc-sr-demo-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
    .bdc-sr-windowbar {
        min-height: 34px;
        padding: 0 10px;
        font-size: 11px;
    }
    .bdc-sr-control {
        width: 78% !important;
        min-height: 42px;
        padding: 8px 12px;
    }
    .bdc-sr-control:before {
        padding: 7px 10px;
        font-size: 11px;
    }
    .bdc-sr-rec-dot {
        width: 30px;
        height: 30px;
        border-width: 5px;
    }
    .bdc-sr-planner,
    .bdc-sr-planner .container,
    .bdc-sr-planner-layout,
    .bdc-sr-target-grid,
    .bdc-sr-target-card,
    .bdc-sr-target-visual,
    .bdc-sr-builder-head,
    .bdc-sr-builder-layout,
    .bdc-sr-step-list,
    .bdc-sr-step,
    .bdc-sr-builder-media {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
    .bdc-sr-target-card,
    .bdc-sr-target-visual {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .bdc-sr-target-grid,
    .bdc-sr-lane-grid,
    .bdc-sr-ai-showcase .bdc-sr-ai-grid {
        grid-template-columns: 1fr !important;
    }
    .bdc-sr-target-visual {
        padding: 12px;
    }
    .bdc-sr-target-visual img {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 16/10;
        object-fit: cover;
    }
    .bdc-sr-target-card {
        min-height: 0;
        padding: 22px;
    }
    .bdc-sr-planner-copy {
        text-align: center !important;
    }
    .bdc-sr-builder-head .bdc-sr-title {
        font-size: 26px !important;
        line-height: 1.24 !important;
        white-space: normal !important;
    }
    .bdc-sr-builder-head .bdc-sr-lead {
        font-size: 15px;
        line-height: 1.68;
    }
    .bdc-sr-builder-media {
        padding: 12px;
    }
    .bdc-sr-builder-media img {
        height: auto !important;
        min-height: 0 !important;
    }
    .bdc-sr-chip-list {
        justify-content: center !important;
    }
}
@media (max-width:520px) {
    .bdc-sr-hero-copy,
    .bdc-sr-demo {
        width: 100% !important;
        max-width: 342px !important;
    }
    .bdc-sr-hero h1 {
        font-size: 31px !important;
        line-height: 1.18 !important;
    }
}
.bdc-buy {
    overflow: hidden;
    background: #fff;
}
.bdc-buy * {
    letter-spacing: 0;
}
.bdc-buy a,
.bdc-buy a:hover,
.bdc-buy a:focus {
    text-decoration: none;
}
.bdc-buy-section {
    position: relative;
    padding: 86px 0;
    scroll-margin-top: 96px;
}
.bdc-buy-section-head {
    margin: 0 auto 36px;
    text-align: center;
}
.bdc-buy-title {
    margin: 0 auto 18px;
    max-width: 1080px;
    font-size: 44px;
    line-height: 1.18;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.bdc-buy h1.bdc-buy-title {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.24;
}
.bdc-buy-section-head .bdc-buy-title {
    margin-bottom: 0;
}
.bdc-buy-lead {
    margin: 0 auto 42px!important;
    max-width: 840px;
    font-size: 18px!important;
    line-height: 1.72;
    text-align: center;
}
.bdc-buy-pricing {
    background: #fff;
    padding-top: 34px;
}
.bdc-buy-pricing .bdc-buy-lead {
    max-width: 1180px;
    white-space: nowrap;
}
.bdc-buy-plan-stage {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}
.bdc-buy-audience-tabs {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 18px;
    margin: 0 auto 18px;
    border: 0;
    border-bottom: 1px solid #d8e1ee;
    border-radius: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
}
.bdc-buy-audience-tabs button {
    position: relative;
    width: 210px;
    min-height: 40px;
    border: 0;
    border-radius: 0;
    background: transparent!important;
    padding: 0 4px 10px;
    color: var(--color-text-muted);
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    box-shadow: none!important;
}
.bdc-buy-audience-tabs button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    border-radius: 999px;
    background: transparent;
}
.bdc-buy-audience-tabs button.is-active {
    color: var(--color-black);
}
.bdc-buy-audience-tabs button.is-active:after {
    background: #111827;
}
.bdc-buy .bdc-package-sale-ribbon {
    position: absolute;
    left: 7px;
    bottom: 5px;
    z-index: 2;
    width: auto;
    height: 34px;
    min-width: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(135deg,#ff6a1f 0%,#f43f1f 50%,#d91f11 100%);
    padding: 0 14px;
    color: var(--color-text-inverse);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(244,63,31,.12);
    pointer-events: none;
}
.bdc-buy .bdc-package-sale-ribbon:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 24%,rgba(255,255,255,.24) 0 2px,transparent 2px 100%),radial-gradient(circle at 54% 68%,rgba(255,255,255,.18) 0 2px,transparent 2px 100%),linear-gradient(45deg,transparent 0 44%,rgba(255,255,255,.16) 44% 48%,transparent 48% 100%);
    background-size: 34px 34px,42px 42px,28px 28px;
    opacity: .55;
}
.bdc-buy .bdc-package-sale-ribbon-text {
    position: relative;
    z-index: 1;
    display: inline-block;
    transform: none;
}
.bdc-buy-stage-panel {
    display: none;
}
.bdc-buy-stage-panel.is-active {
    display: block;
}
.bdc-buy-stage-copy {
    max-width: 1080px;
    margin: 0 auto 30px;
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 1.68;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: break-word;
    font-size:15px;
}
.bdc-buy-shop-grid {
    --space-grid: 18px;
}
.bdc-buy-shop-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    grid-template-areas: "visual period" "title title" "copy copy" "price price" "note note" "form form" "features features";
    column-gap: 14px;
    align-content: start;
    min-height: 0;
    border: 1px solid #cfd8e6;
    border-radius: 8px;
    background: #fff;
    padding: 15px 30px 30px 30px;
    box-shadow: 0 18px 48px rgba(15,23,42,.06);
}
.bdc-buy-shop-card:not(.is-featured) {
    margin-top: 32px;
}
.bdc-buy-shop-card.is-featured {
    border: 2px solid #3b82f6;
    padding-top: 46px;
    box-shadow: 0 16px 36px rgba(63,124,255,.1);
}
.bdc-buy-shop-card.is-featured .bdc-buy-badge {
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    width: auto;
    height: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(135deg,#2563eb 0%,#3b82f6 52%,#22a7f0 100%);
    padding: 0;
    color: var(--color-text-inverse);
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    box-shadow: none;
}
.bdc-buy-shop-img {
    grid-area: visual;
    width: 100px;
    height: 85px;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}
.bdc-buy-shop-img img {
    width: auto;
    height: 70px;
    max-width: 90px;
    max-height: 70px;
    object-fit: contain;
}
.bdc-buy-shop-card h3 {
    grid-area: title;
    align-self: center;
    margin: 8px 0 0;
    padding-right: 0!important;
    font-size: 22px;
    line-height: 1.3;
    text-align: left;
}
.bdc-buy-shop-card p {
    grid-area: copy;
    margin: 8px 0 18px!important;
    font-size: 15px!important;
    line-height: 1.48;
    text-align: left;
}
.bdc-buy-shop-card .bdc-buy-period-toggle,
.bdc-buy-shop-card .bdc-buy-single-pill {
    grid-area: period;
}
.bdc-buy-shop-card .bdc-buy-shop-price {
    grid-area: price;
}
.bdc-buy-shop-card .bdc-buy-shop-note,
.bdc-buy-shop-card .bdc-buy-shop-discount {
    grid-area: note;
}
.bdc-buy-shop-card form {
    grid-area: form;
    margin-bottom: 20px;
}
.bdc-buy-shop-card .bdc-buy-features {
    grid-area: features;
    margin-top: 0!important;
}
.bdc-buy-period-toggle {
    position: relative;
    z-index: 3;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2,max-content);
    align-self: center;
    justify-self: end;
    gap: 0;
    border: 1px solid #c4d3ea;
    border-radius: 8px;
    background: #e5ebf3;
    padding: 2px;
    box-shadow: 0 8px 18px rgba(15,23,42,.06);
}
.bdc-buy-period-toggle button {
    position: relative;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 6px;
    background: #e5ebf3;
    padding: 0 9px;
    cursor: pointer;
    font-size:13px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    box-shadow: none;
    transition: border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease;
}
.bdc-buy-period-toggle button:before {
    content: "";
    display: none;
}
.bdc-buy-period-toggle button.is-active {
    background: #fff;
    color: var(--color-button-primary-hover);
    box-shadow: 0 4px 10px rgba(54,125,255,.12);
}
.bdc-buy-period-toggle button.is-active:before {
    content: "\2713";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: var(--color-button-primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
.bdc-buy-single-pill {
    display: none;
}
.bdc-buy-shop-price {
    margin-bottom: 5px;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.08;
    text-align: left;
}
.bdc-buy-shop-price small {;
    font-size: 15px;
    font-weight: 500;
}
.bdc-buy-shop-note,
.bdc-buy-shop-discount {
    margin: 7px 0 15px;
    color: var(--color-c);
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}
.bdc-buy-badge {
    position: absolute;
}
.bdc-buy-submit {
    position: relative;
    width: 100%;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 8px;
    background: linear-gradient(135deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,.02) 42%,rgba(255,255,255,.08) 100%),linear-gradient(135deg,#7bcc43 0%,#25a914 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%,100% 100%;
    background-position: 0 0,0 0;
    padding: 13px 20px;
    color: var(--color-text-inverse);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 1px 1px rgba(24,92,12,.45);
    box-shadow: none;
}
.bdc-buy-submit:before {
    content: "";
    position: absolute;
    inset: 1px 1px auto;
    height: 48%;
    border-radius: 5px 5px 14px 14px;
    background: linear-gradient(180deg,rgba(255,255,255,.3),rgba(255,255,255,0));
    pointer-events: none;
    z-index: 0;
}
.bdc-buy-submit,
.bdc-buy-submit:hover,
.bdc-buy-submit:focus {
    color: var(--color-text-inverse);
}
.bdc-buy-submit:hover,
.bdc-buy-submit:focus {
    border-color: rgba(255,255,255,.62);
    background: linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 44%,rgba(255,255,255,0) 58%),linear-gradient(135deg,rgba(255,255,255,.14) 0%,rgba(255,255,255,.03) 42%,rgba(255,255,255,.1) 100%),linear-gradient(135deg,#70c93b 0%,#209b10 100%);
    background-repeat: no-repeat;
    background-size: 240% 100%,100% 100%,100% 100%;
    animation: bdcBuyButtonShine .55s ease forwards;
    box-shadow: 0 18px 34px rgba(37,169,20,.28);
    transform: translateY(-1px);
}
.bdc-buy-submit:active {
    transform: translateY(0);
}
@keyframes bdcBuyButtonShine {
    0% {
        background-position: -140% 0,0 0,0 0;
    }
    100% {
        background-position: 140% 0,0 0,0 0;
    }
}
.bdc-buy-features {
    margin: 0!important;
    padding: 0;
    list-style: none;
}
.bdc-buy-features li {
    position: relative;
    margin-left: 5px;
    padding: 5px 0 5px 16px;
    line-height: 1.42;
}
.bdc-buy-features li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    border: 0;
    border-radius: 50%;
    background: #94a3b8;
}
.bdc-buy-pricing .highlight {
    margin-top: 22px;
}
.bdc-buy-renew {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 20px;
    align-items: center;
}
.bdc-buy-renew>div {
    position: relative;
    min-height: 54px;
    padding-left: 74px;
}
.bdc-buy-renew>div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 52px;
    height: 52px;
    background: url("/img/annual-renew.png") center/contain no-repeat;
    transform: translateY(-50%);
}
.bdc-buy-renew strong {
    display: block;
    font-size: 18px;
}
.bdc-buy-renew p {
    margin: 5px 0 0!important;
}
.bdc-buy-renew a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9ec9ff;
    border-radius: 6px;
    background: linear-gradient(135deg,#f3f9ff 0%,#ffffff 100%);
    padding: 11px 18px;
    color: var(--color-link);
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(var(--rgb-blue),.08);
    transition: border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease;
}
.bdc-buy-renew a:hover,
.bdc-buy-renew a:focus {
    border-color: var(--color-link);
    background: #fff;
    box-shadow: 0 12px 24px rgba(var(--rgb-blue),.14);
    transform: translateY(-1px);
}
/* Multilingual only: split 2-card grid (renew + perpetual upgrade), no icon, plain text link bottom-right */
.bdc-buy-renew-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 22px;
    align-items: stretch;
    margin-top: 32px;
}
.bdc-buy-renew-grid > .highlight {
    margin: 0!important;
    height: 100%;
}
.bdc-buy-renew-grid .bdc-buy-renew {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.bdc-buy-renew-grid .bdc-buy-renew>div {
    min-height: 0;
    padding-left: 0;
}
.bdc-buy-renew-grid .bdc-buy-renew>div:before {
    display: none;
}
.bdc-buy-renew-grid .bdc-buy-renew a {
    min-height: 0;
    width: auto;
    align-self: flex-end;
    margin-top: auto;
    padding: 14px 0 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
}
.bdc-buy-renew-grid .bdc-buy-renew a:hover,
.bdc-buy-renew-grid .bdc-buy-renew a:focus {
    border-color: transparent;
    background: none;
    box-shadow: none;
    transform: none;
    text-decoration: underline;
}
.bdc-buy-faq {
    background: #fbf7ff;
}
.bdc-subpage {
    background: linear-gradient(180deg,#f8fbff 0%,var(--color-bg) 48%,var(--color-surface-muted) 100%);
    padding: clamp(20px,3vw,30px) 0 clamp(70px,8vw,120px);
}
.bdc-subpage .container {
    width: var(--bdc-container-narrow-width)!important;
    max-width: var(--bdc-container-narrow-max)!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
.bdc-split-panel {
    overflow: hidden;
    border: 1px solid var(--color-line);
    border-radius: 18px;
    background: var(--color-bg);
    box-shadow: 0 24px 70px rgba(var(--rgb-text),.09);
}
.bdc-result-head {
    display: grid;
    grid-template-columns: minmax(0,1fr) 220px;
    gap: 34px;
    align-items: center;
    padding: clamp(34px,5vw,58px);
}
.bdc-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    border-radius: var(--radius-pill);
    background: #eff6ff;
    padding: 8px 14px;
    color: var(--color-link);
    font-size: 15px;
}
.bdc-status-pill:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 5px rgba(34,197,94,.12);
}
.bdc-split-panel.is-error .bdc-status-pill {
    background: #fff1f2;
    color: var(--color-c);
}
.bdc-split-panel.is-error .bdc-status-pill:before {
    background: #ef4444;
    box-shadow: 0 0 0 5px rgba(239,68,68,.12);
}
.bdc-result-title {
    margin: 0 0 16px;
    font-size: clamp(28px,3.4vw,40px);
    line-height: 1.22;
    letter-spacing: 0;
}
.bdc-result-lead {
    max-width: 720px;
    margin: 0;
    font-size: 18px;
    line-height: 1.65;
}
.bdc-inline-note {
    display: inline-flex;
    max-width: 100%;
    margin-top: 22px;
    border: 1px solid var(--color-line);
    border-radius: 12px;
    background: #f8fafc;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.4;
    word-break: break-all;
}
.bdc-result-visual {
    display: flex;
    min-height: 190px;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: linear-gradient(135deg,#edf7ff 0%,#fff1f2 100%);
}
.bdc-result-success-icon {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--gradient-button-green);
    box-shadow: 0 18px 26px rgba(33,197,0,.18);
}
.bdc-result-success-icon:after {
    content: "";
    position: absolute;
    left: 34px;
    top: 38px;
    width: 48px;
    height: 26px;
    border-left: 9px solid var(--color-text-inverse);
    border-bottom: 9px solid var(--color-text-inverse);
    border-radius: 3px;
    transform: rotate(-45deg);
}
.bdc-result-visual .bdc-error-icon {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 34px;
    background: linear-gradient(135deg,#ff6b75 0%,#ef233c 100%);
    box-shadow: 0 22px 38px rgba(239,68,68,.28);
}
.bdc-result-visual .bdc-error-icon:before {
    content: "!";
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    transform: translate(-50%,-54%);
}
.bdc-result-visual .bdc-error-icon:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 18px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,.22);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.36);
}
.bdc-result-visual.is-check-needed .bdc-result-x-icon {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg,#ff6670 0%,#ff263b 100%);
    box-shadow: 0 22px 38px rgba(239,68,68,.3);
}
.bdc-result-visual.is-check-needed .bdc-result-x-icon:before,
.bdc-result-visual.is-check-needed .bdc-result-x-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58px;
    height: 9px;
    border-radius: 999px;
    background: #fff;
}
.bdc-result-visual.is-check-needed .bdc-result-x-icon:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.bdc-result-visual.is-check-needed .bdc-result-x-icon:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.bdc-split-panel-body {
    border-top: 1px solid #e5edf6;
    background: #f8fafc;
    padding: clamp(28px,4vw,42px);
}
.bdc-start-page .bdc-split-panel {
    margin-bottom: 36px;
}
.bdc-subpage.bdc-start-page {
    padding-top: clamp(20px,3vw,30px);
    padding-bottom: 56px;
}
.bdc-start-guide-section {
    margin-top: 0;
}
.bdc-bandicut-start-page .bdc-start-guide-section {
    margin-top: 72px;
}
.bdc-start-guide-section > h2 {
    margin-bottom: 12px;
    font-size: clamp(30px,3vw,40px);
    line-height: 1.22;
}
.bdc-bandicut-start-page .bdc-start-guide-section > h2 {
    margin-top: 0;
}
.bdc-start-guide-section > h2,
.bdc-start-guide-section > p {
    text-align: center;
}
.bdc-start-guide-section .help-guide-grid {
    margin-top: 34px;
}
.bdc-start-guide-section .help-guide-card {
    height: 100%;
    padding: 32px 28px;
    text-align: left;
}
.bdc-start-guide-section .help-guide-card img {
    margin-bottom: 26px!important;
}
.bdc-start-guide-section .help-guide-card strong {
    margin-bottom: 12px;
}
.bdc-bandicut-trial-page .bdc-start-guide-section .help-guide-card strong {
    margin-bottom: 10px;
}
.bdc-bandicut-trial-page .bdc-start-guide-section .help-guide-card strong + p {
    margin-top: 0 !important;
}
.bdc-bandicut-trial-page .bdc-start-guide-section .help-guide-card p:last-child {
    display: block;
    margin-top: 0!important;
    padding-top: 8px;
    text-align: center;
}
.bdc-start-guide-section .help-guide-card p {
    line-height: 1.68;
}
.bdc-start-guide-section .help-guide-card p:last-child {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: auto!important;
    padding-top: 30px;
    text-align: center;
}
.bdc-start-page .bdc-package-cta {
    margin: 48px 0 0;
    padding: 0;
}
.bdc-package-panel {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 34px;
    align-items: center;
    padding: 38px;
}
.bdc-package-panel h2 {
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
}
.bdc-package-panel p {
    max-width: 720px;
    margin: 0;
    color: var(--color-text-muted);
    font-size: 17px;
    line-height: 1.66;
}
.bdc-start-page .bdc-final-cta-panel {
    grid-template-columns: minmax(0,620px) auto;
    justify-content: space-between;
    gap: 44px;
}
.bdc-start-page .bdc-start-package-copy {
    max-width: 620px;
}
.bdc-start-page .bdc-start-package-copy h2 {
    max-width: 560px;
    font-size: clamp(30px,2.35vw,34px) !important;
}
.bdc-start-page .bdc-start-package-copy p {
    max-width: 560px;
}
.bdc-start-survey-fixed {
    position: fixed;
    border-top: 1px solid rgba(255,255,255,.28);
    background:
        linear-gradient(90deg,rgba(15,23,42,.34) 0%,rgba(15,23,42,.16) 52%,rgba(15,23,42,0) 100%),
        radial-gradient(circle at 8% 22%,rgba(255,255,255,.28) 0 68px,transparent 70px),
        linear-gradient(135deg,#05b8ff 0%,#2378ff 46%,#7bd84c 100%);
    padding: 28px 0;
    box-shadow: 0 -18px 42px rgba(15,23,42,.18);
}
.bdc-start-survey-fixed .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    background: none!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.bdc-start-survey-fixed .row {
    display: flex;
    align-items: center;
}
.bdc-start-survey-fixed .col-md-3 {
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
}
.bdc-start-survey-fixed h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 6px;
    color: #fff!important;
    font-size: 24px;
    font-weight: 700;
}
.bdc-start-survey-fixed h2:before {
    content: "1-min survey";
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    border-radius: 999px;
    background: rgba(255,255,255,.2);
    padding: 0 11px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}
.bdc-start-survey-fixed p {
    max-width: 880px;
    color: rgba(255,255,255,.98)!important;
    font-size: 16px;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(15,23,42,.22);
}
.bdc-start-survey-fixed .survey-btn {
    display: inline-flex;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    float: none!important;
    border: 0;
    border-radius: var(--button-radius);
    background: #fff!important;
    padding: 0 24px 0 30px!important;
    color: #0f172a!important;
    font-size: 17px!important;
    font-weight: 700;
    line-height: 1.2!important;
    box-shadow: 0 12px 24px rgba(15,23,42,.2);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.bdc-start-survey-fixed .survey-btn:after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}
.bdc-start-survey-fixed .survey-btn:hover,
.bdc-start-survey-fixed .survey-btn:focus {
    background: #0f172a!important;
    color: #fff!important;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(15,23,42,.26);
}
.bdc-result-actions {
    justify-content: center;
}
.bdc-complete-page .bdc-split-panel {
    margin-top: 6px;
}
.bdc-complete-page .bdc-inline-note {
    word-break: break-all;
}
.bdc-complete-page .bdc-trustpilot-widget {
    display: block;
    max-width: 100%;
    margin: 26px 0 0;
    text-align: left;
}
.bdc-complete-page .bdc-trustpilot-box {
    margin-top: 26px;
}
.bdc-complete-page .bdc-trustpilot-box img {
    display: block;
    width: 200px;
    height: auto;
}
.bdc-info-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
    margin-bottom: 28px;
}
.bdc-info-card {
    border: 1px solid var(--color-line);
    border-radius: 14px;
    background: var(--color-bg);
    padding: 22px 24px;
    box-shadow: 0 14px 30px rgba(var(--rgb-text),.05);
}
.bdc-info-card h2 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.35;
}
.bdc-info-card ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 18px;
}
.bdc-info-card li {
    line-height: 1.55;
}
.help-guide-band {
    width: 100vw;
    margin: clamp(44px,6vw,72px) calc(50% - 50vw) 0;
    padding: clamp(56px,6vw,84px) var(--bdc-container-gutter);
    border-top: 1px solid rgba(var(--rgb-blue),.08);
    background: linear-gradient(180deg,var(--color-surface-muted) 0%,rgba(var(--rgb-blue),.07) 100%);
}
.help-guide-band-inner {
    width: var(--bdc-container-narrow-width);
    max-width: var(--bdc-container-narrow-max);
    margin: 0 auto;
}
.help-guide-band-head {
    max-width: 960px;
    margin: 0 auto clamp(30px,4vw,48px);
    text-align: center;
}
.help-guide-band-head h2 {
    margin: 0 0 12px;
    font-size: var(--text-36);
}
.help-guide-band-head p {
    margin: 0;
    font-size: var(--text-20);
}
.help-guide-process {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(320px,.74fr);
    gap: clamp(28px,4vw,56px);
    align-items: center;
}
.help-guide-process-media {
    margin: 0;
    border: 1px solid var(--color-line);
    border-radius: 18px;
    background: var(--color-bg);
    padding: 12px;
    box-shadow: 0 18px 40px rgba(var(--rgb-text),.08);
}
.help-guide-process-media img {
    width: 100%;
    border-radius: var(--radius-lg);
}
.help-guide-process-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.help-guide-process-item {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr);
    gap: 16px;
    align-items: flex-start;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-lg);
    background: var(--color-bg);
    padding: 20px;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(var(--rgb-text),.05);
}
.help-guide-process-step {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color-heading);
    color: var(--color-text-inverse);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
.help-guide-process-body {
    display: grid;
    gap: 7px;
}
.help-guide-process-body strong {
    font-size: 18px;
    font-weight: 600;
}
.help-guide-process-body > span:not(.link-arrow) {
    line-height: 1.55;
}
.bdc-complete-step-button {
    justify-self: start;
    margin-top: 6px;
    padding: 10px 16px;
}
.bdc-upgrade-hero {
    display: grid;
    grid-template-columns: minmax(0,.9fr) minmax(520px,1fr);
    gap: clamp(24px,4vw,48px);
    align-items: start;
    max-width: var(--bdc-container-narrow-max);
    margin: 0 auto 54px;
}
.bdc-upgrade-hero > header {
    padding-top: clamp(14px,2vw,28px);
}
.bdc-upgrade-summary {
    display: grid;
    max-width: 980px;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}
.bdc-upgrade-summary li {
    position: relative;
    padding-left: 18px;
    color: var(--color-text);
    font-size: 17px;
    line-height: 1.65;
}
.bdc-upgrade-summary li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-link);
}
.bdc-form-panel {
    max-width: 720px;
    margin: 0 auto!important;
    border: 1px solid var(--color-line);
    border-radius: 18px;
    background: var(--color-bg);
    padding: clamp(24px,4vw,36px);
    box-shadow: 0 24px 70px rgba(var(--rgb-text),.08);
}
.bdc-upgrade-hero .bdc-form-panel {
    width: 100%;
    max-width: none;
    margin: 0!important;
}
.bdc-form-panel h2 {
    margin: 0 0 8px;
    font-size: 24px;
}
.bdc-form-panel > p {
    margin: 0 0 18px;
}
.bdc-form-field {
    margin-bottom: 12px;
}
.bdc-form-field label {
    display: block;
    margin: 0 0 4px;
    font-weight: 500;
}
.bdc-form-field .form-control {
    height: 46px;
    border-color: var(--color-line);
    border-radius: var(--radius-md);
    box-shadow: none;
}
.bdc-form-field p {
    margin: 4px 0 0!important;
    font-size: 14px;
}
.bdc-readonly-box {
    min-height: 46px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    background: #f8fafc;
    padding: 11px 14px;
}
.bdc-btn-block {
    width: 100%;
}
.bdc-form-faq {
    width: 100vw;
    max-width: none;
    margin-top: 32px!important;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: clamp(58px,6vw,84px) var(--bdc-container-gutter);
    background: var(--color-surface-muted);
}
.bdc-form-faq > h2,
.bdc-form-faq > p,
.bdc-form-faq > .help-guide-grid {
    max-width: var(--bdc-container-narrow-max);
    margin-right: auto;
    margin-left: auto;
}
.bdc-form-faq > h2,
.bdc-form-faq > p {
    text-align: center;
}
.bdc-form-faq > .bdc-section-desc {
    margin-right: auto;
    margin-left: auto;
    text-align: center !important;
}
.bdc-form-faq > p {
    max-width: var(--bdc-container-narrow-max);
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width:991px) {
    .bdc-upgrade-hero,
    .bdc-result-head {
        grid-template-columns: 1fr;
    }
    .bdc-upgrade-hero {
        gap: 28px;
        margin-bottom: 36px;
    }
    .bdc-upgrade-hero > header {
        padding-top: 0;
    }
    .bdc-result-visual {
        min-height: 150px;
    }
    .bdc-info-grid,
    .help-guide-process {
        grid-template-columns: 1fr;
    }
    .help-guide-process-media {
        max-width: 760px;
        margin: 0 auto;
    }
    .bdc-package-panel {
        display: block;
        padding: 28px 22px;
    }
    .bdc-start-page .bdc-start-package-copy,
    .bdc-start-page .bdc-start-package-copy h2,
    .bdc-start-page .bdc-start-package-copy p {
        max-width: none;
    }
    .bdc-package-panel h2 {
        font-size: 25px;
    }
    .bdc-package-panel .hero-cta {
        margin-top: 22px;
    }
    .bdc-start-survey-fixed .container {
        background: none!important;
        padding-left: 15px!important;
    }
    .bdc-start-survey-fixed .survey-btn {
        float: none!important;
        line-height: 1.2!important;
    }
}
@media screen and (max-width:767px) {
    .bdc-subpage {
        padding: 20px 0 30px;
    }
    .bdc-subpage .container {
        width: calc(100% - 30px)!important;
        max-width: 100%!important;
    }
    .bdc-split-panel {
        border-radius: 16px;
    }
    .bdc-result-head {
        gap: 18px;
        padding: 24px;
    }
    .bdc-status-pill {
        margin-bottom: 14px;
        padding: 7px 12px;
        font-size: 14px;
    }
    .bdc-result-title {
        margin-bottom: 12px;
        font-size: 23px;
    }
    .bdc-result-lead {
        font-size: 15px;
        line-height: 1.65;
    }
    .bdc-inline-note {
        margin-top: 18px;
        padding: 10px 12px;
        font-size: 14px;
    }
    .bdc-result-visual {
        min-height: 110px;
        border-radius: 18px;
    }
    .bdc-result-success-icon {
        width: 86px;
        height: 86px;
    }
    .bdc-result-success-icon:after {
        left: 24px;
        top: 27px;
        width: 35px;
        height: 19px;
        border-left-width: 7px;
        border-bottom-width: 7px;
    }
    .bdc-result-visual .bdc-error-icon {
        width: 86px;
        height: 86px;
        border-radius: 24px;
    }
    .bdc-result-visual .bdc-error-icon:before {
        font-size: 52px;
    }
    .bdc-result-visual .bdc-error-icon:after {
        right: 13px;
        top: 13px;
        width: 20px;
        height: 20px;
    }
    .bdc-result-visual.is-check-needed .bdc-result-x-icon {
        width: 86px;
        height: 86px;
    }
    .bdc-result-visual.is-check-needed .bdc-result-x-icon:before,
    .bdc-result-visual.is-check-needed .bdc-result-x-icon:after {
        width: 42px;
        height: 7px;
    }
    .bdc-split-panel-body {
        padding: 18px;
    }
    .bdc-start-guide-section > h2 {
        font-size: 27px;
    }
    .bdc-start-guide-section .help-guide-card p:last-child {
        flex-direction: column;
        align-items: stretch;
    }
    .bdc-start-survey-fixed {
        padding: 16px 0;
    }
    .bdc-start-survey-fixed .row {
        display: grid;
        gap: 14px;
    }
    .bdc-start-survey-fixed h2 {
        font-size: 18px;
    }
    .bdc-start-survey-fixed h2:before {
        min-height: 24px;
        font-size: 12px;
    }
    .bdc-start-survey-fixed p {
        font-size: 13px;
        line-height: 1.45;
    }
    .bdc-start-survey-fixed .col-md-3 {
        justify-content: stretch;
        padding-right: 15px;
    }
    .bdc-start-survey-fixed .survey-btn {
        width: 100%;
        min-height: 48px;
        font-size: 15px!important;
    }
    .bdc-info-grid {
        gap: 14px;
        margin-bottom: 22px;
    }
    .bdc-info-card {
        padding: 18px;
    }
    .bdc-info-card h2 {
        font-size: 18px;
    }
    .help-guide-band {
        margin-top: 36px;
        padding: 38px var(--bdc-container-gutter);
    }
    .help-guide-band-head {
        margin-bottom: 24px;
    }
    .help-guide-band-head h2 {
        font-size: var(--text-28);
    }
    .help-guide-band-head p {
        font-size: 14px;
    }
    .help-guide-process {
        gap: 20px;
    }
    .help-guide-process-item {
        grid-template-columns: 34px minmax(0,1fr);
        gap: 12px;
        padding: 16px;
    }
    .help-guide-process-step {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .help-guide-process-body strong {
        font-size: 16px;
    }
    .bdc-upgrade-hero {
        gap: 22px;
        margin-bottom: 30px;
    }
    .bdc-upgrade-summary {
        gap: 8px;
        margin-top: 14px;
    }
    .bdc-upgrade-summary li {
        padding-left: 16px;
        font-size: 14px;
        line-height: 1.6;
    }
    .bdc-upgrade-summary li:before {
        top: 9px;
        width: 5px;
        height: 5px;
    }
    .bdc-form-panel {
        padding: 22px;
    }
    .bdc-form-panel h2 {
        font-size: 21px;
    }
}
ol.help-guide-grid,
ul.help-guide-grid {
    margin: 0;
    padding: 0;
    list-style: none;
}
.help-guide-grid.is-numbered {
    counter-reset: help-guide-step;
}
.help-guide-card {
    position: relative;
    display: flex;
    padding: 1.875rem 1.875rem;
    flex-direction: column;
    border: 0;
    border-radius: var(--radius-md);
    background: var(--color-bg);
    color: inherit;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(var(--rgb-text),.05);
    transition: transform .22s ease,box-shadow .22s ease,background-color .22s ease;
}
.help-guide-grid.is-bordered .help-guide-card,
.help-guide-card.is-bordered, .highlight-w.is-bodered {
    border: 1px solid var(--color-line);
}
.help-guide-grid.is-borderless .help-guide-card,
.help-guide-card.is-borderless {
    border: 0;
}
.help-guide-card.is-warm {
    border: 1px solid var(--color-line-warm);
    background: linear-gradient(135deg, var(--color-surface-warm) 0%, var(--color-bg) 100%);
}
a.help-guide-card:hover,
a.help-guide-card:focus {
    color: inherit;
    text-decoration: none;
    transform: translateY(-3px);
    background: var(--color-bg);
    box-shadow: 0 14px 28px rgba(var(--rgb-text),.1);
}
a.help-guide-card:hover .Tx-Blue,
a.help-guide-card:focus .Tx-Blue,
a.help-guide-card:hover .link-arrow,
a.help-guide-card:focus .link-arrow {
    color: var(--color-link-hover) !important;
}
a.help-guide-card.is-warm:hover,
a.help-guide-card.is-warm:focus {
    background: linear-gradient(135deg, var(--color-surface-warm) 0%, var(--color-bg) 100%);
}
.help-guide-label {
    display: block;
    margin-bottom: 8px;
    color: var(--color-text-muted);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}
.help-guide-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}
.help-guide-card strong small {
    display: inline;
    margin-left: 6px;
    color: var(--color-text-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
.help-guide-card p {
    margin: 0!important;
}
.help-guide-card.is-numbered {
    min-height: 150px;
    padding: 24px 22px 22px 58px;
    font-size: 16px;
    line-height: 1.58;
}
.help-guide-card.is-numbered:before {
    position: absolute;
    top: 24px;
    left: 22px;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color-heading);
    color: var(--color-text-inverse);
    content: counter(help-guide-step);
    counter-increment: help-guide-step;
    font-size: 13px;
    font-weight: 700;
}
.bdc-buy-retrieve {
    background: #fff;
}
.bdc-buy-retrieve-panel {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr);
    gap: 30px;
    align-items: center;
    border: 1px solid #eee6f5;
    border-radius: 8px;
    background: linear-gradient(135deg,#111111 0%,#26203b 58%,#5b1748 100%);
    padding: 34px;
    color: var(--color-text-inverse);
}
.bdc-buy-retrieve-panel .bdc-buy-title {
    color: var(--color-text-inverse);
}
.bdc-buy-retrieve-panel p {
    margin: 0!important;
    color: var(--color-text-light);
    font-size: 17px;
    line-height: 1.66;
}
.bdc-buy-retrieve-form {
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
    background: rgba(255,255,255,.09);
    padding: 24px;
}
.bdc-buy-retrieve-form label {
    display: block;
    margin-bottom: 10px;
    color: var(--color-text-inverse);
    font-size: 16px;
}
.bdc-buy-retrieve-form input[type="email"] {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 6px;
    background: #fff;
    padding: 12px 14px;
    color: var(--color-heading);
    font-size: 16px;
}
.bdc-buy-audience-tabs,
.bdc-buy-stage-copy,
.bdc-buy-shop-card,
.bdc-buy-period-toggle,
.bdc-buy-single-pill,
.bdc-buy-retrieve-panel {
    border-color: #cfd8e6;
}
.bdc-buy-retrieve-form input[type="submit"] {
    width: 100%;
    min-height: 52px;
    margin-top: 12px;
    border: 1px solid #9c21e8;
    border-radius: 6px;
    background: linear-gradient(135deg,#9c21e8 0%,#f833bd 100%);
    color: var(--color-text-inverse);
    font-size: 17px;
    font-weight: 900;
}
.bdc-buy-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(15,23,42,.56);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.bdc-buy-modal-card {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(560px,calc(100% - 32px));
    transform: translate(-50%,-50%);
    border: 1px solid #cfd8e6;
    border-radius: 8px;
    background: #fff;
    padding: 38px 42px 36px;
    box-shadow: 0 30px 80px rgba(15,23,42,.28);
    text-align: center;
}
.bdc-buy-modal-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(90deg,#ff6a1f 0%,#f43f1f 42%,#7c3aed 100%);
}
.bdc-buy-modal-card img {
    display: block;
    width: 88px;
    height: 88px;
    object-fit: contain;
    margin: 0 auto 22px;
    padding: 14px;
    border-radius: 50%;
    background: #fff7ed;
    box-shadow: 0 16px 32px rgba(244,63,31,.16);
}
.bdc-buy-modal-card h4 {
    max-width: 440px;
    margin: 0 auto 12px;
    font-size: 24px;
    line-height: 1.42;
    letter-spacing: 0;
}
.bdc-buy-modal-card p {
    max-width: 440px;
    margin: 0 auto 26px!important;
    color: var(--color-text-muted);
    font-size: 16px;
    line-height: 1.65;
}
.bdc-buy-modal-close {
    display: inline-flex;
    min-width: 132px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(244,63,31,.28);
    border-radius: 6px;
    background: linear-gradient(135deg,#ff6a1f 0%,#f43f1f 100%);
    padding: 12px 30px;
    color: var(--color-text-inverse);
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(244,63,31,.18);
}
.bdc-buy-modal-close:hover,
.bdc-buy-modal-close:focus {
    background: linear-gradient(135deg,#f43f1f 0%,#d91f11 100%);
    color: var(--color-text-inverse);
}
.bdc-buy-faq {
    background: #f8f8fc;
}
.bdc-buy-pricing .highlight-y {
    margin-top: 28px;
    padding: 20px 10px;
}
.bdc-buy-strip-item {
    position: relative;
    border-left: 1px solid var(--color-line-warm);
    padding: 6px 28px 6px 32px;
}
.bdc-buy-strip-item:first-child {
    border-left: 0;
}
.bdc-buy-strip-item strong {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 18px;
}
.bdc-buy-strip-item strong:before {
    content: "";
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 6px;
    background: var(--color-link);
    -webkit-mask: var(--bdc-buy-strip-icon) center/20px 20px no-repeat;
    mask: var(--bdc-buy-strip-icon) center/20px 20px no-repeat;
}
.bdc-buy-strip-item:nth-child(1) strong:before {
    --bdc-buy-strip-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h10v18l-2-1-2 1-2-1-2 1-2-1V3Z'/%3E%3Cpath d='M9 8h6M9 12h6M9 16h4'/%3E%3C/svg%3E");
}
.bdc-buy-strip-item:nth-child(2) strong:before {
    --bdc-buy-strip-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}
.bdc-buy-strip-item:nth-child(3) strong:before {
    --bdc-buy-strip-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E");
}
.bdc-buy-strip-item:nth-child(4) strong:before {
    --bdc-buy-strip-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 13a8 8 0 0 1 16 0'/%3E%3Cpath d='M4 13v3a2 2 0 0 0 2 2h1v-7H6a2 2 0 0 0-2 2ZM20 13v3a2 2 0 0 1-2 2h-1v-7h1a2 2 0 0 1 2 2Z'/%3E%3Cpath d='M14 20h-2'/%3E%3C/svg%3E");
}
.bdc-package-buy .bdc-buy-strip-item:nth-child(1) strong:before {
    --bdc-buy-strip-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='12' height='10' rx='2'/%3E%3Cpath d='m15 9 5-3v8l-5-3'/%3E%3Cpath d='m8 19 8-8'/%3E%3Cpath d='m16 19-8-8'/%3E%3C/svg%3E");
}
.bdc-package-buy .bdc-buy-strip-item:nth-child(2) strong:before {
    --bdc-buy-strip-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.6 13.4 13.4 20.6a2 2 0 0 1-2.8 0L3 13V4h9l8.6 8.6a2 2 0 0 1 0 2.8Z'/%3E%3Cpath d='M7.5 7.5h.01'/%3E%3Cpath d='m9 16 6-6'/%3E%3Cpath d='M10 10h.01M14 16h.01'/%3E%3C/svg%3E");
}
.bdc-package-buy .bdc-buy-strip-item:nth-child(3) strong:before {
    --bdc-buy-strip-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h10v18l-2-1-2 1-2-1-2 1-2-1V3Z'/%3E%3Cpath d='M9 8h6M9 12h6M9 16h4'/%3E%3C/svg%3E");
}
.bdc-package-buy .bdc-buy-strip-item:nth-child(4) strong:before {
    --bdc-buy-strip-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}
.bdc-buy-strip-item p {
    margin: 0!important;
    line-height: 1.58;
}
@media screen and (min-width:992px) {
    .bdc-buy-shop-card[data-buy-card] .bdc-buy-period-toggle {
        top: -15px;
        right: -10px;
    }
}
@media screen and (max-width:991px) {
    .bdc-buy-section {
        padding: 64px 0;
        scroll-margin-top: 51px;
    }
    .bdc-buy-title {
        font-size: 34px;
    }
    .bdc-buy-pricing .bdc-buy-lead {
        white-space: normal;
    }
    .bdc-buy-strip-item:nth-child(odd) {
        border-left: 0;
    }
    .bdc-buy-strip-item:nth-child(n+3) {
        border-top: 1px solid var(--color-line-warm);
        padding-top: 18px;
    }
    .bdc-buy-strip-item:nth-child(-n+2) {
        padding-bottom: 18px;
    }
    .bdc-buy-shop-card {
        min-height: 0;
    }
    .bdc-buy-shop-card[data-buy-card] .bdc-buy-period-toggle {
        top: -15px;
        right: -10px;
    }
    .bdc-buy-retrieve-panel {
        display: block;
    }
    .bdc-buy-retrieve-form {
        margin-top: 24px;
    }
}
@media screen and (max-width:767px) {
    .bdc-buy {
        overflow-x: hidden;
    }
    .bdc-buy-section {
        padding: 52px 0;
    }
    .bdc-buy-title {
        font-size: 29px;
        word-break: normal;
        overflow-wrap: anywhere;
    }
    .bdc-buy-lead {
        font-size: 16px;
    }
    .bdc-buy-plan-stage,
    .bdc-buy-stage-panel,
    .bdc-buy-shop-card,
    .bdc-buy-strip-item,
    .help-guide-card {
        width: 100%!important;
        max-width: 100%!important;
        min-width: 0!important;
    }
    .bdc-buy-strip-item {
        border-left: 0!important;
        border-top: 1px solid var(--color-line-warm);
        padding: 16px 4px!important;
    }
    .bdc-buy-strip-item:first-child {
        border-top: 0;
        padding-top: 4px!important;
    }
    .bdc-buy-audience-tabs {
        width: 100%;
    }
    .bdc-buy-stage-copy {
        text-align: left;
    }
    .bdc-buy-shop-card:not(.is-featured) {
        margin-top: 0;
    }
    .bdc-buy-shop-card {
        min-height: 0;
        padding: 20px 24px 24px;
    }
    .bdc-buy-shop-card:not(.is-featured) {
        padding-top: 20px;
    }
    .bdc-buy-shop-card.is-featured {
        padding-top: 44px;
    }
    .help-guide-card.is-numbered {
        min-height: 0;
        padding: 20px 18px 20px 54px;
        font-size: 14px;
        line-height: 1.6;
    }
    .help-guide-card.is-numbered:before {
        top: 20px;
        left: 18px;
    }
    .bdc-buy-shop-card {
        grid-template-columns: minmax(0,1fr) auto;
        column-gap: 12px;
    }
    .bdc-buy-shop-card h3 {
        font-size: 20px;
    }
    .bdc-buy-shop-price {
        font-size: 30px;
    }
    .bdc-buy-renew-grid {
        grid-template-columns: 1fr;
    }
    .bdc-buy-renew {
        display: block;
    }
    .bdc-buy-renew a {
        width: 100%;
        margin-top: 14px;
    }
    .bdc-buy-retrieve-panel {
        padding: 28px 22px;
    }
}
@media screen and (max-width:767px) {
    .bdc-buy,
    .bdc-buy .container,
    .bdc-buy-plan-stage,
    .bdc-buy-stage-panel,
    .bdc-buy-shop-grid,
    .bdc-buy-shop-card {
        max-width: 100vw!important;
    }
    .bdc-buy h1.bdc-buy-title {
        max-width: calc(100vw - 48px);
        font-size: 24px;
        line-height: 1.26;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }
    .bdc-buy-lead,
    .bdc-buy-stage-copy,
    .bdc-buy-shop-card p,
    .bdc-buy-features li {
        max-width: 100%;
        white-space: normal!important;
        word-break: break-all;
        overflow-wrap: anywhere;
    }
    .bdc-buy-audience-tabs {
        max-width: 100%;
        display: grid;
        grid-template-columns: max-content max-content;
        justify-content: center;
        gap: 8px clamp(22px,8vw,36px);
        overflow: visible;
        padding-top: 0;
    }
    .bdc-buy-audience-tabs button {
        width: auto;
        min-width: 0;
        padding: 0 2px 10px;
        font-size: 17px;
    }
    .bdc-buy .bdc-package-sale-ribbon {
        position: static;
        grid-column: 1/-1;
        justify-self: center;
        width: auto;
        margin: 0 auto 7px;
    }
    .bdc-buy-submit {
        max-width: 100%;
        white-space: normal;
    }
}
.bdc-store-checkout {
    overflow: hidden;
}
.bdc-store-checkout:before {
    content: none;
    display: none;
}
.bdc-store-checkout * {
    letter-spacing: 0;
}
.bdc-store-checkout input[type=radio][name=license_purpose] {
    display: none;
}
.bdc-store-checkout .buy-process {
    margin: 0;
}
.bdc-store-checkout .purchase-outter {
    margin-top: 0;
    border: 1px solid #dfe5ee;
    border-radius: 8px;
    background: #fff;
    padding: 10px 30px;
    box-shadow: 0 18px 48px rgba(15,23,42,.06);
}
.bdc-store-checkout .purchase-outter>.row {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 34px;
    margin: 0;
}
.bdc-store-checkout .purchase-outter>.row:before,
.bdc-store-checkout .purchase-outter>.row:after,
.bdc-store-checkout #PAYMENT_METHODS:before,
.bdc-store-checkout #PAYMENT_METHODS:after,
.bdc-store-checkout #PAYMENT_AUTORENEW:before,
.bdc-store-checkout #PAYMENT_AUTORENEW:after {
    display: none;
    content: none;
}
.bdc-store-checkout .purchase-outter>.row>[class*=col-],
.bdc-store-checkout #PAYMENT_METHODS>[class*=col-],
.bdc-store-checkout #PAYMENT_AUTORENEW>[class*=col-] {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.bdc-store-checkout .form-group {
    margin-bottom: 20px;
}
.bdc-store-checkout .control-label {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
}
.bdc-store-checkout .InputInfo2 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.5;
}
.bdc-store-checkout .formcontrol,
.bdc-store-checkout .form-control,
.bdc-store-checkout .formInput,
.bdc-store-checkout select.formcontrol {
    width: 100%;
    min-height: 48px;
    border: 1px solid #dfe5ee;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    box-shadow: none;
}
.bdc-store-checkout input.formcontrol,
.bdc-store-checkout input.formInput,
.bdc-store-checkout .ReadOnlyInput input,
.bdc-store-checkout select.formcontrol,
.bdc-store-checkout select.form-control {
    padding: 10px 20px;
}
.bdc-store-checkout .ReadOnlyInput {
    overflow: hidden;
    background: #f4f7fb;
    padding: 0;
}
.bdc-store-checkout .ReadOnlyInput input {
    width: 100%;
    min-height: 46px;
    border: 0;
    background: #f4f7fb;
}
.bdc-store-checkout .bdc-renew-count-control {
    display: grid;
    grid-template-columns: minmax(0,1fr) 118px;
    gap: 10px;
}
.bdc-store-checkout .bdc-renew-count-control .bdc-renew-change-btn {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 8px;
    background: #111827;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.bdc-store-checkout .spinner {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr) 48px;
    height: 48px!important;
    overflow: hidden;
    border: 1px solid #dfe5ee;
    border-radius: 999px;
    background: #fff;
    box-shadow: none;
}
.bdc-store-checkout .spinner .btn-ar {
    width: 48px;
    height: 48px;
    border: 0;
    background: #f4f7fb;
    font-size: 20px;
    font-weight: 500;
    line-height: 48px;
}
.bdc-store-checkout .spinner .ar-input {
    width: 100%;
    height: 48px;
    border: 0;
    background: #fff;
    text-align: center;
    font-weight: 400;
}
.bdc-store-checkout .dsc-banner>div {
    height: auto;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: stretch;
    border: 0;
    border-radius: 8px;
    background: transparent;
    font-weight: 500;
    line-height: 1.4;
}
.bdc-store-checkout .dsc-banner>div:before {
    display: none;
}
.bdc-store-checkout #npc_promotion {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    min-height: 48px;
    overflow: hidden;
    border: 1px solid #ffd1a3;
    border-radius: 8px;
    background: linear-gradient(135deg,#fff7ed 0%,#fffaf4 48%,#fff1e8 100%);
    padding: 10px 16px 10px 58px;
    color: var(--color-orange);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(249,115,22,.1);
    transition: background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.bdc-store-checkout #npc_promotion:before {
    content: "2+";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border-radius: 8px;
    background: linear-gradient(135deg,#ff6a1f 0%,#f43f1f 54%,#d91f11 100%);
    color: var(--color-text-inverse);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(244,63,31,.18);
}
.bdc-store-checkout #npc_promotion:hover {
    border-color: #ffb36d;
    background: linear-gradient(135deg,#fff2e2 0%,#fff8ee 48%,#ffe9d8 100%);
    color: var(--color-orange);
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(249,115,22,.14);
}
.bdc-store-checkout #npc_promotion span {
    font-style: normal;
    font-weight: 500;
}
.bdc-store-checkout .price_amount {
    position: relative;
    min-height: 58px;
    display: flex;
    gap: 8px;
    border: 1px solid #dfe5ee;
    border-radius: 8px;
    background: #f4f7fb;
    padding: 7px 18px 10px 20px !important;
}
.bdc-store-checkout .price_amount>div:first-child {
    position: static;
    flex: 0 0 auto;
    margin: 0;
    font-size: 22px;
    font-weight: 500;
}
.bdc-store-checkout #AMOUNT {
    width: 50%;
    min-height: 42px;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.05;
}
.bdc-store-checkout .price_save {
    display: block;
    width: 40%;
    float: none;
    padding-top: 10px;
    clear: both;
    text-align: right;
    white-space: nowrap;
}
.bdc-store-checkout .line-space {
    border-color: #dfe5ee;
}
.agreeinfo {
    overflow: auto;
    border: 1px solid #cfd8e6;
    border-radius: 8px;
    background: #f8f8fc;
    padding: 10px 14px!important;
    font-size: 14px;
    line-height: 1.55;
}
.agreeinfo p {
     font-size: 15px;
     font-weight: 300;
}
.agreeinfo+.checkbox {
    margin: 20px 0 20px;
     font-size: 15px !important;
}
.agreeinfo ol li {
     font-size: 15px;
     font-weight: 300;
     margin-left: 15px !important;
}
.bdc-store-checkout .checkbox {
    margin: 0 0 14px;
}
.bdc-store-checkout .checkbox label {
    display: grid;
    grid-template-columns: 18px minmax(0,1fr);
    align-items: start;
    column-gap: 14px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.45;
}
.bdc-store-checkout .checkbox label:hover {
    color: var(--color-heading);
}
.bdc-store-checkout .checkbox input[type=checkbox] {
    position: static;
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 2px 0 0;
    accent-color: var(--color-heading);
}
.bdc-store-checkout .checkbox div {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
}
.bdc-store-checkout .formcontrol.empty,
.bdc-store-checkout .formInput.empty,
.bdc-store-checkout input.empty,
.bdc-store-checkout select.empty,
.bdc-store-checkout .spinner.empty {
    border-color: #ff3b4a!important;
    background: #fffafa!important;
    color: var(--color-heading)!important;
    box-shadow: 0 0 0 3px rgba(255,59,74,.12)!important;
}
.bdc-store-checkout .ReadOnlyInput.empty input,
.bdc-store-checkout .spinner.empty input {
    background: #fffafa!important;
}
.bdc-store-checkout .checkbox label.uncheck {
    color: var(--color-c)!important;
    font-weight: 400;
}
.bdc-store-checkout .checkbox label.uncheck input {
    outline: 2px solid rgba(255,31,44,.42)!important;
    outline-offset: 2px;
    accent-color: var(--color-c);
}
.bdc-store-checkout .form-group:has(>.control-label+.InputInfo2) .control-label {
    display: inline-block;
    margin: 0 6px 5px 0;
    vertical-align: baseline;
}
.bdc-store-checkout .form-group:has(>.control-label+.InputInfo2) .InputInfo2 {
    display: inline;
    margin: 0 0 8px!important;
    color: var(--color-c)!important;
    font-size: 16px;
    line-height: 1.45;
    vertical-align: baseline;
}
.bdc-store-checkout .form-group:has(>.control-label+.InputInfo2) input.formcontrol,
.bdc-store-checkout .form-group:has(>.control-label+.InputInfo2) input.formInput {
    display: block;
    margin-top: 0;
}
.bdc-store-checkout .payment-container {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin: 20px -30px -10px;
    border: 0;
    border-top: 1px solid #dfe5ee;
    border-radius: 0 0 8px 8px;
    background: transparent;
    padding: 20px 30px 10px 30px;
}
.bdc-store-checkout .payment-container:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #f8f8fc;
    pointer-events: none;
}
.bdc-store-checkout .payment-container>* {
    position: relative;
    z-index: 1;
}
.bdc-store-checkout #PAYMENT_METHODS,
.bdc-store-checkout #PAYMENT_AUTORENEW {
    display: grid;
    grid-template-columns: minmax(0,452px) minmax(0,452px);
    justify-content: center;
    gap: 80px;
    margin: 0 auto;
}
.bdc-store-checkout #PAYMENT_METHODS[hidden],
.bdc-store-checkout #PAYMENT_AUTORENEW[hidden] {
    display: none!important;
}
.bdc-store-checkout #PAYMENT_METHODS>[class*=col-],
.bdc-store-checkout #PAYMENT_AUTORENEW>[class*=col-] {
    float: none;
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 220px 220px;
    align-items: start;
    gap: 10px 12px;
    padding: 0;
}
.bdc-store-checkout .payment-title {
    grid-column: 1/-1;
}
.bdc-store-checkout .payment-container input.btn {
    width: 156px;
    height: 50px;
    margin: 0;
    border-radius: 8px;
    box-shadow: none;
    background-position: center center!important;
    background-size: auto!important;
    background-repeat: no-repeat!important;
    background-origin: border-box;
    background-clip: border-box;
    padding: 0 16px;
}
.bdc-store-checkout #PAYMENT_METHODS>[class*=col-]:first-child input.btn,
.bdc-store-checkout #PAYMENT_AUTORENEW>[class*=col-]:first-child input.btn {
    width: 220px;
    height: 50px;
    max-width: 100%;
    padding: 0;
    background-size: auto!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-origin: border-box;
}
.bdc-store-checkout .payment-container select {
    width: 220px;
    max-width: 100%;
    margin: 0;
}
.bdc-store-checkout .payment-container input.btn-info,
.bdc-store-checkout .payment-container input.btnx,
.bdc-store-checkout .payment-container .bdc-pay-button {
    min-width: 144px;
    min-height: 48px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 8px;
    background: linear-gradient(135deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,.02) 42%,rgba(255,255,255,.08) 100%),linear-gradient(135deg,#7bcc43 0%,#25a914 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%,100% 100%;
    color: var(--color-text-inverse);
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
    transition: box-shadow .18s ease,transform .18s ease,filter .18s ease;
}
.bdc-store-checkout .panel {
    overflow: hidden;
    margin-top: 24px;
    border: 1px solid #dfe5ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}
.bdc-store-checkout .panel-heading {
    border: 0;
    background: #f4f7fb;
    padding: 18px 22px;
}
.bdc-store-checkout .panel-heading h2 {
    margin: 0;
    font-size: 20px;
}
.bdc-store-checkout .panel-body {
    padding: 20px 24px;
}
.bdc-store-checkout .panel-body ul {
    margin: 0;
    padding-left: 20px;
}
.bdc-store-checkout .panel-body li {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.62;
}
.bdc-store-checkout .purchase-outter,
.bdc-store-checkout .formcontrol,
.bdc-store-checkout .form-control,
.bdc-store-checkout .formInput,
.bdc-store-checkout select.formcontrol,
.bdc-store-checkout .spinner,
.bdc-store-checkout .price_amount,
.bdc-store-checkout .panel {
    border-color: #cfd8e6;
}
.bdc-store-checkout .purchase-outter {
    box-shadow: 0 18px 48px rgba(15,23,42,.06);
}
.bdc-store-checkout .ReadOnlyInput,
.bdc-store-checkout .ReadOnlyInput input,
.bdc-store-checkout .spinner .btn-ar,
.bdc-store-checkout .price_amount {
    background: #f4f7fb;
}
.bdc-store-checkout .checkbox input {
    accent-color: #4b42ff;
}
.bdc-store-checkout .payment-container input.btn-info:hover,
.bdc-store-checkout .payment-container input.btnx:hover {
    background: linear-gradient(135deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,.04) 42%,rgba(255,255,255,.1) 100%),linear-gradient(135deg,#70c93b 0%,#209b10 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%,100% 100%;
    box-shadow: 0 10px 20px rgba(37,169,20,.18);
}
.bdc-store-checkout .payment-container .bdc-pay-button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 220px;
    max-width: 100%;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    vertical-align: top;
    cursor: pointer;
}
.bdc-store-checkout .payment-container .bdc-pay-button:after {
    content: "";
    position: absolute;
    top: -40%;
    bottom: -40%;
    left: -45%;
    z-index: 0;
    width: 34%;
    background: linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.62),rgba(255,255,255,0));
    transform: translateX(-180%) skewX(-18deg);
    pointer-events: none;
}
.bdc-store-checkout .payment-container .bdc-pay-button:hover {
    background: linear-gradient(135deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,.04) 42%,rgba(255,255,255,.1) 100%),linear-gradient(135deg,#70c93b 0%,#209b10 100%);
    box-shadow: 0 10px 20px rgba(37,169,20,.18);
}
.bdc-store-checkout .payment-container .bdc-pay-button:hover:after {
    animation: bdcPayButtonShine 1.15s ease-in-out infinite;
}
@keyframes bdcPayButtonShine {
    0% {
        transform: translateX(-180%) skewX(-18deg);
    }
    100% {
        transform: translateX(620%) skewX(-18deg);
    }
}
.bdc-followup-checkout .purchase-outter {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 28px 30px;
}
.bdc-followup-checkout .form-group {
    display: grid;
    grid-template-columns: 280px minmax(0,1fr) 280px;
    gap: 12px 18px;
    align-items: start;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 14px!important;
}
.bdc-followup-checkout .form-group:before,
.bdc-followup-checkout .form-group:after {
    display: none;
    content: none;
}
.bdc-followup-checkout .form-group>[class*=col-],
.bdc-followup-checkout .form-group>[class*=col-md-offset-],
.bdc-followup-checkout .form-group>[class*=col-sm-offset-] {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.bdc-followup-checkout .form-group>[class*=col-md-offset-],
.bdc-followup-checkout .form-group>[class*=col-sm-offset-] {
    grid-column: 2;
}
.bdc-followup-checkout .control-label {
    padding-top: 12px!important;
    color: #1f2937;
    font-weight: 500;
    white-space: nowrap;
}
.bdc-followup-checkout .divider {
    grid-column: 1/-1;
    margin: 8px 0 12px;
}
.bdc-followup-checkout .payment_info {
    min-height: 58px;
    display: flex;
    align-items: center;
    overflow: hidden;
    float: none;
    width: 100%;
    border: 1px solid #cfd8e6;
    border-radius: 8px;
    background: #f4f7fb;
    padding: 0 18px;
}
.bdc-followup-checkout .payment_info>div,
.bdc-followup-checkout .payment_info>input {
    height: auto;
    border: 0;
    background: transparent;
    line-height: 1.2;
}
.bdc-followup-checkout .payment_sign {
    float: none;
    flex: 0 0 auto;
    font-size: 24px;
}
.bdc-followup-checkout .payment_price {
    float: none;
    flex: 1 1 0;
    width: 100%!important;
    min-width: 0;
    padding: 0 8px;
    font-size: 30px;
    font-weight: 500;
}
.bdc-followup-checkout .method-img {
    margin-top: 11px;
    height: 26px;
}
.bdc-followup-checkout input[name=buy_now] {
    width: 100%!important;
    height: 52px;
    border-radius: 8px;
    font-weight: 600;
}
@media screen and (max-width:1199px) and (min-width:992px) {
    .bdc-followup-checkout .form-group {
        grid-template-columns: 250px minmax(0,1fr) 250px;
    }
}
@media screen and (max-width:991px) {
    .bdc-followup-checkout .form-group {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 16px!important;
    }
    .bdc-followup-checkout .form-group>[class*=col-md-offset-],
    .bdc-followup-checkout .form-group>[class*=col-sm-offset-] {
        grid-column: auto;
    }
    .bdc-followup-checkout .control-label {
        padding-top: 0!important;
        white-space: normal;
    }
}
.bdc-store-buynow {
    padding-top: 34px;
    padding-bottom: 60px;
    background: #fff;
}
.bdc-store-buynow .bdc-buy-title small {
    display: inline-block;
    color: #64748b;
    font-size: .54em;
    font-weight: 500;
    vertical-align: middle;
}
.bdc-store-buynow .bdc-buy-lead {
    max-width: 1180px;
    margin: 12px auto 0;
    white-space: normal;
}
.bdc-store-buynow .bdc-package-sale-ribbon {
    display: none;
}
.bdc-store-buynow .bdc-store-buynow-stage {
    margin-bottom: 30px;
}
.bdc-store-buynow .bdc-store-buynow-layout {
    display: grid;
    grid-template-columns: minmax(0,2fr) minmax(300px,1fr);
    gap: 28px;
    align-items: start;
    margin: 0;
}
.bdc-store-buynow .bdc-store-buynow-layout:before,
.bdc-store-buynow .bdc-store-buynow-layout:after {
    display: none;
    content: none;
}
.bdc-store-buynow .bdc-store-buynow-layout>[class*=col-] {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.bdc-store-buynow .purchase-outter {
    padding: 28px 30px;
}
.bdc-store-buynow .form-group {
    margin-right: 0;
    margin-left: 0;
}
.bdc-store-buynow .form-group>[class*=col-],
.bdc-store-buynow .form-group>[class*=col-md-offset-] {
    padding-left: 10px;
    padding-right: 10px;
}
.bdc-store-buynow .control-label {
    padding-top: 13px!important;
    color: #1f2937;
    font-weight: 500;
}
.bdc-store-buynow .license_purpose .control-label {
    padding-top: 0!important;
}
.bdc-store-buynow .bdc-store-license-purpose {
    display: none;
}
.bdc-store-buynow .plan-select2 {
    overflow: hidden;
    border: 1px solid #d7e0ec!important;
    border-radius: 8px!important;
    background: #f8fafc!important;
}
.bdc-store-buynow .plan-select2 label {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px!important;
    transition: background-color .18s ease,color .18s ease,box-shadow .18s ease;
}
.bdc-store-buynow .plan-select2 label:hover {
    background: #eef4ff!important;
}
.bdc-store-buynow .plan-select2 label h2 {
    color: #334155;
    line-height: 1.25;
}
.bdc-store-buynow input[id=personal]:checked~.plan-select2>label[for=personal],
.bdc-store-buynow input[id=business]:checked~.plan-select2>label[for=business] {
    background: linear-gradient(135deg,#3b82f6 0%,#245cff 100%)!important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
}
.bdc-store-buynow .payment_info {
    min-height: 58px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #cfd8e6;
    border-radius: 8px;
    background: #f4f7fb;
    padding: 0 18px;
}
.bdc-store-buynow .payment_info>div,
.bdc-store-buynow .payment_info>input {
    height: auto;
    line-height: 1.2;
}
.bdc-store-buynow .payment_sign {
    flex: 0 0 auto;
    font-size: 24px;
}
.bdc-store-buynow .payment_price {
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 30px;
    font-weight: 600;
    padding: 0 6px!important;
}
.bdc-store-buynow .payment_save {
    flex: 0 0 auto;
    min-width: 160px;
    color: #ef4444;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
}
.bdc-store-buynow .dsc-banner>div {
    justify-content: flex-start;
    border: 1px solid #ffd1a3;
    background: linear-gradient(135deg,#fff7ed 0%,#fffaf4 48%,#fff1e8 100%);
    padding: 10px 14px;
    color: #f97316;
}
.bdc-store-buynow .btn-pay {
    min-height: 54px;
    border: 0!important;
    border-radius: 8px;
    background: linear-gradient(135deg,#70c93b 0%,#209b10 100%)!important;
    color: #fff!important;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 12px 26px rgba(37,169,20,.2);
}
.bdc-store-buynow .btn-pay:hover {
    filter: brightness(1.03);
    box-shadow: 0 16px 30px rgba(37,169,20,.24);
}
.bdc-store-buynow .PayInfo_Side,
.bdc-store-buynow .PayInfo_Package {
    position: static;
    float: none;
    width: 100%;
}
.bdc-store-buynow .PayInfo_Package {
    overflow: hidden;
    border: 1px solid #cfe0f6;
    border-radius: 8px;
    background: linear-gradient(135deg,#f8fbff 0%,#eef6ff 54%,#fff7fb 100%);
    padding: 0 0 22px;
    box-shadow: 0 18px 48px rgba(59,130,246,.13);
}
.bdc-store-buynow .PayInfo_Package h3 {
    margin: 0 0 14px;
    border-bottom: 0;
    background: transparent;
    padding: 24px 22px 8px;
    color: #111827;
    font-size: 18px;
    text-align: center;
}
.bdc-store-buynow .PayInfo_Package h4 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 16px!important;
}
.bdc-store-buynow .PayInfo_Package p {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.5;
}
.bdc-store-buynow .PayInfo_Package .box_product,
.bdc-store-buynow .PayInfo_Package .box_package {
    display: grid;
    grid-template-columns: 78px minmax(0,1fr);
    gap: 14px;
    align-items: start;
    margin: 0 18px;
    padding: 18px 0;
    border-bottom: 1px solid #dbe8f7;
}
.bdc-store-buynow .PayInfo_Package .box_product .imgbox,
.bdc-store-buynow .PayInfo_Package .box_package .imgbox {
    min-height: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.bdc-store-buynow .PayInfo_Package .box_product img,
.bdc-store-buynow .PayInfo_Package .box_package img {
    max-width: 52px;
    height: auto;
    margin: 0!important;
}
.bdc-store-buynow .PayInfo_Package .box_package .imgbox {
    position: relative;
}
.bdc-store-buynow .PayInfo_Package .box_package .imgbox img {
    position: static;
    float: none!important;
}
.bdc-store-buynow .PayInfo_Package .box_package .imgbox img+img {
    margin-left: -18px!important;
    margin-top: 20px!important;
}
.bdc-store-buynow .PayInfo_Package .box_package {
    border-bottom: 0;
    padding-bottom: 12px;
}
.bdc-store-buynow .PayInfo_Package .box_package .txtbox {
    padding-bottom: 0!important;
}
.bdc-store-buynow .PayInfo_Package .discount_info strong {
    color: #ef4444;
}
.bdc-store-buynow .PayInfo_Package .ButtonProduct {
    grid-column: 1/-1;
    width: calc(100% - 36px);
    min-height: 46px!important;
    margin-top: 6px!important;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg,#ff6a1f 0%,#f43f1f 100%);
}
.bdc-store-buynow .PayInfo_ar {
    display: none;
}
@media screen and (max-width:991px) {
    .bdc-store-buynow {
        padding-top: 64px;
        padding-bottom: 44px;
    }
    .bdc-store-buynow .bdc-store-buynow-layout {
        grid-template-columns: 1fr;
    }
    .bdc-store-checkout .purchase-outter>.row,
    .bdc-store-checkout #PAYMENT_METHODS,
    .bdc-store-checkout #PAYMENT_AUTORENEW {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .bdc-store-checkout #PAYMENT_METHODS>[class*=col-],
    .bdc-store-checkout #PAYMENT_AUTORENEW>[class*=col-] {
        grid-template-columns: 1fr;
    }
    .bdc-store-checkout .payment-container select {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .bdc-store-checkout .payment-container input.btn-info,
    .bdc-store-checkout .payment-container input.btnx,
    .bdc-store-checkout .payment-container .bdc-pay-button {
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    .bdc-store-buynow {
        padding-top: 52px;
    }
    .bdc-store-checkout .purchase-outter,
    .bdc-store-checkout .panel {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .bdc-store-checkout .purchase-outter {
        padding: 22px;
    }
    .bdc-store-checkout .payment-container {
        width: auto;
        max-width: none;
        margin: 28px -22px -22px;
        padding: 24px 22px;
    }
    .bdc-store-checkout input,
    .bdc-store-checkout select,
    .bdc-store-checkout textarea,
    .bdc-store-checkout .formcontrol,
    .bdc-store-checkout .form-control,
    .bdc-store-checkout .formInput {
        max-width: 100%;
        min-width: 0;
    }
    .bdc-store-checkout #AMOUNT {
        font-size: 31px;
    }
    .bdc-store-checkout .price_save {
        text-align: left;
        white-space: normal;
        overflow-wrap: anywhere;
    }
    .bdc-store-checkout .payment-container input.btn {
        width: calc(50% - 6px);
        margin-right: 6px;
        padding: 0 12px;
    }
    .bdc-store-checkout #PAYMENT_METHODS>[class*=col-]:first-child input.btn,
    .bdc-store-checkout #PAYMENT_AUTORENEW>[class*=col-]:first-child input.btn {
        width: 220px;
        padding: 0;
    }
    .bdc-store-checkout .panel-heading h2 {
        font-size: 17px;
    }
}
@media screen and (max-width:480px) {
    .bdc-store-checkout .bdc-renew-count-control {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width:767px) {
    .bdc-buy-pricing {
        padding-top: 26px;
    }
    .bdc-buy-section {
        padding: 34px 0;
    }
    .bdc-buy-section-head {
        margin-bottom: 20px;
    }
    .bdc-buy h1.bdc-buy-title {
        max-width: calc(100vw - 40px);
        margin-bottom: 12px;
        font-size: 22px;
        line-height: 1.26;
    }
    .bdc-buy .bdc-package-sale-ribbon {
        display: flex!important;
    }
    .bdc-buy-audience-tabs {
        margin-bottom: 14px;
        gap: 8px clamp(22px,7vw,34px);
    }
    .bdc-buy-audience-tabs button {
        width: auto;
        min-width: 0;
        min-height: 34px;
        padding: 0 2px 8px;
        font-size: 15px;
    }
    .bdc-buy-stage-copy {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 1.58;
    }
    .bdc-buy-shop-grid {
        --space-grid: 14px;
    }
    .bdc-buy-shop-card {
        grid-template-columns: minmax(0,1fr) auto;
        grid-template-areas: "visual period" "title title" "copy copy" "price price" "note note" "form form" "features features";
        padding: 17px 18px 20px;
    }
    .bdc-buy-shop-card:not(.is-featured) {
        padding-top: 17px;
    }
    .bdc-buy-shop-card.is-featured {
        padding-top: 38px;
    }
    .bdc-buy-shop-card.is-featured .bdc-buy-badge {
        height: 30px;
        min-height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .bdc-buy-shop-img {
        width: 78px;
        height: 58px;
    }
    .bdc-buy-shop-img img {
        height: 54px;
        max-width: 76px;
        max-height: 54px;
    }
    .bdc-buy-shop-card h3 {
        margin: 7px 0 0;
        font-size: 19px;
        line-height: 1.28;
    }
    .bdc-buy-shop-card p {
        margin: 7px 0 12px!important;
        font-size: 14px!important;
        line-height: 1.46;
    }
    .bdc-buy-period-toggle {
        width: fit-content;
        max-width: 100%;
        grid-template-columns: repeat(2,max-content);
        margin: 0;
        justify-self: end;
        overflow: hidden;
    }
    .bdc-buy-shop-card[data-buy-card] .bdc-buy-period-toggle {
        top: auto;
        right: auto;
        justify-self: start;
        margin: 0;
    }
    .bdc-buy-period-toggle button {
        min-height: 26px;
        min-width: 0;
        padding: 0 12px;
        font-size: clamp(11px,3vw,12px);
        white-space: nowrap;
    }
    .bdc-buy-single-pill {
        display: none;
    }
    .bdc-buy-shop-price {
        font-size: 30px;
    }
    .bdc-buy-shop-price small,
    .bdc-buy-shop-note,
    .bdc-buy-shop-discount {
        font-size: 14px;
    }
    .bdc-buy-shop-note,
    .bdc-buy-shop-discount {
        margin: 6px 0 12px;
    }
    .bdc-buy-shop-card form {
        margin-bottom: 16px;
    }
    .bdc-buy-submit {
        min-height: 44px;
        padding: 10px 16px;
        font-size: 15px;
    }
    .bdc-buy-features li {
        padding: 4px 0 4px 14px;
        font-size: 14px;
        line-height: 1.42;
    }
    .bdc-buy-features li:before {
        top: 12px;
        width: 4px;
        height: 4px;
    }
    .bdc-store-checkout .purchase-outter {
        padding: 18px 16px;
    }
    .bdc-store-checkout .purchase-outter>.row {
        gap: 24px;
    }
    .bdc-store-checkout .form-group {
        margin-bottom: 16px;
    }
    .bdc-store-checkout .control-label {
        margin-bottom: 6px;
        font-size: 15px;
        line-height: 1.35;
    }
    .bdc-store-checkout .InputInfo2 {
        font-size: 14px;
        line-height: 1.45;
    }
    .bdc-store-checkout .form-group:has(>.control-label+.InputInfo2) .InputInfo2 {
        font-size: 14px;
        line-height: 1.45;
    }
    .bdc-store-checkout input,
    .bdc-store-checkout select,
    .bdc-store-checkout textarea,
    .bdc-store-checkout .formcontrol,
    .bdc-store-checkout .form-control,
    .bdc-store-checkout .formInput {
        font-size: 14px;
    }
    .bdc-store-checkout .formcontrol,
    .bdc-store-checkout .form-control,
    .bdc-store-checkout .formInput,
    .bdc-store-checkout select.formcontrol {
        min-height: 42px;
    }
    .bdc-store-checkout input.formcontrol,
    .bdc-store-checkout input.formInput,
    .bdc-store-checkout .ReadOnlyInput input,
    .bdc-store-checkout select.formcontrol,
    .bdc-store-checkout select.form-control {
        padding: 9px 14px;
    }
    .bdc-store-checkout .ReadOnlyInput input {
        min-height: 42px;
    }
    .bdc-store-checkout .spinner {
        grid-template-columns: 44px minmax(0,1fr) 44px;
        height: 44px!important;
    }
    .bdc-store-checkout .spinner .btn-ar {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
    .bdc-store-checkout .spinner .ar-input {
        height: 44px;
    }
    .bdc-store-checkout #npc_promotion {
        min-height: 44px;
        padding: 9px 14px 9px 52px;
        font-size: 14px;
    }
    .bdc-store-checkout #npc_promotion:before {
        left: 12px;
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
    .bdc-store-checkout .price_amount {
        min-height: 52px;
        padding: 7px 14px 9px 16px!important;
    }
    .bdc-store-checkout .price_amount>div:first-child {
        font-size: 19px;
    }
    .bdc-store-checkout #AMOUNT {
        min-height: 38px;
        font-size: 28px;
    }
    .bdc-store-checkout .price_save {
        padding-top: 8px;
        font-size: 14px;
    }
    .agreeinfo {
        padding: 9px 12px!important;
        line-height: 1.5;
    }
    .agreeinfo+.checkbox {
        margin: 14px 0 18px;
    }
    .bdc-store-checkout .checkbox {
        margin-bottom: 12px;
    }
    .bdc-store-checkout .checkbox label {
        column-gap: 12px;
        font-size: 14px;
        line-height: 1.45;
    }
    .bdc-store-checkout .payment-container {
        margin: 24px -16px -18px;
        padding: 22px 16px 18px;
    }
    .bdc-store-checkout .payment-title {
        font-size: 15px;
    }
    .bdc-store-checkout .payment-container input.btn,
    .bdc-store-checkout .payment-container .bdc-pay-button {
        height: 46px;
    }
    .bdc-store-checkout .panel {
        margin-top: 18px;
    }
    .bdc-store-checkout .panel-heading {
        padding: 15px 18px;
    }
    .bdc-store-checkout .panel-body {
        padding: 16px 18px;
    }
    .bdc-store-checkout .panel-body li {
        font-size: 14px;
        line-height: 1.55;
    }
}
.bdc-sr-page .container,
.bdc-buy .container {
    width: var(--bdc-container-width)!important;
    max-width: var(--bdc-container-max)!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
@media screen and (min-width:768px) {
    .bdc-buy .container,
    .bdc-buy-pricing .container {
        width: var(--bdc-container-narrow-width)!important;
        max-width: var(--bdc-container-narrow-max)!important;
        margin-left: auto!important;
        margin-right: auto!important;
        padding-left: 0!important;
        padding-right: 0!important;
    }
}
@media screen and (min-width:992px) {
    .bdc-package-buy.bdc-buy-show-personal .bdc-buy-shop-grid.grid-4 {
        width: min(calc(100vw - (var(--bdc-container-gutter) * 2)),var(--bdc-container-max));
        max-width: none;
        margin-left: 50%;
        transform: translateX(-50%);
    }
}
.bdc-sr-section,
.bdc-buy-section {
    scroll-margin-top: 100px;
}
@media screen and (max-width:991px) {
    .bdc-sr-section,
    .bdc-buy-section {
        scroll-margin-top: 60px;
    }
}
.bdc-sr-page p b,
.bdc-sr-page p strong,
.bdc-sr-page li b,
.bdc-sr-page li strong,
.bdc-buy p b,
.bdc-buy p strong,
.bdc-buy li b,
.bdc-buy li strong,
.bdc-store-checkout p b,
.bdc-store-checkout p strong,
.bdc-store-checkout li b,
.bdc-store-checkout li strong {
    font-weight: 500;
}
.bdc-sr-ai p,
.bdc-buy-retrieve-panel p {
    color: var(--color-text-light);
}
.bdc-sr-page *,
.bdc-buy *,
.bdc-store-checkout * {
    min-width: 0;
}
.bdc-sr-page img,
.bdc-sr-page video,
.bdc-buy img,
.bdc-buy video,
.bdc-store-checkout img,
.bdc-store-checkout video {
    max-width: 100%;
    height: auto;
}
.bdc-section-title,
.bdc-sr-title,
.bdc-buy-title {
    font-size: clamp(2rem,2.35vw,2.75rem);
}
.bdc-section-lead,
.bdc-sr-lead,
.bdc-buy-lead {
    font-size: 1.125rem;
}
.bdc-sr-hero h1 {
    font-size: clamp(2.5rem,2.8vw,3.25rem);
}
.bdc-buy-submit,
.bdc-buy-renew a {
    min-height: 3.5rem;
}
@media screen and (max-width:991px) {
    .bdc-section-title,
    .bdc-sr-title,
    .bdc-buy-title {
        font-size: 2.125rem;
    }
    .bdc-section-lead,
    .bdc-sr-lead,
    .bdc-buy-lead {
        font-size: 1rem;
    }
    .bdc-sr-hero h1 {
        font-size: 2.875rem;
    }
}
@media screen and (max-width:767px) {
    .bdc-sr-page .container,
    .bdc-buy .container {
        width: calc(100% - 30px)!important;
        max-width: 100%!important;
    }
    .bdc-section-title,
    .bdc-sr-title,
    .bdc-buy-title {
        font-size: 1.8125rem;
    }
    .bdc-section-lead,
    .bdc-sr-lead,
    .bdc-buy-lead {
        font-size: 0.9375rem;
    }
    .bdc-sr-hero h1 {
        font-size: 2.375rem;
    }
    .bdc-sr-page p,
    .bdc-sr-page li,
    .bdc-buy p,
    .bdc-buy li,
    .bdc-store-checkout p,
    .bdc-store-checkout li {
        font-size: 0.9375rem;
    }
    .bdc-buy-submit,
    .bdc-buy-renew a,
    .bdc-mode-tabs a,
    .bdc-sr-chip-list span,
    .bdc-buy-audience-tabs button,
    .bdc-store-checkout input,
    .bdc-store-checkout select,
    .bdc-store-checkout textarea,
    .bdc-store-checkout .formcontrol,
    .bdc-store-checkout .form-control,
    .bdc-store-checkout .formInput {
        min-height: 44px;
    }
    .bdc-record-toolbar,
    .bdc-sr-control {
        max-width: calc(100% - 30px);
    }
}
.bdc-download-page {
    overflow: hidden;
    background: #fff;
    font-size: 1rem;
}
.bdc-download-page * {
    letter-spacing: 0;
    min-width: 0;
}
.bdc-download-page img {
    max-width: 100%;
    height: auto;
}
.bdc-download-page .container {
    width: var(--bdc-container-width)!important;
    max-width: var(--bdc-container-max)!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
.container.bdc-download-subpage {
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.bdc-mac-page .container {
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.bdc-download-hero {
    position: relative;
    overflow: hidden;
    padding: 46px 0 42px;
    background: #fff;
}
.bdc-download-hero:before {
    content: none;
    display: none;
}
.bdc-download-hero .container {
    position: relative;
    z-index: 1;
}
.bdc-download-hero-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(420px,.56fr);
    gap: 32px;
    align-items: start;
}
.bdc-download-hero-main {
    display: grid;
    grid-template-columns: minmax(280px,.82fr) minmax(320px,.98fr);
    gap: 28px;
    align-items: center;
}
.bdc-download-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: var(--color-c);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
.bdc-download-copy h1 {
    margin: 0 0 16px;
    font-size: clamp(2.25rem,2.45vw,3.125rem);
    font-weight: 500;
    line-height: 1.14;
    word-break: keep-all;
}
.bdc-download-copy h1 span {
    display: block;
    background: linear-gradient(135deg,#ff343d 0%,#ed1c24 52%,#b9141b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.bdc-download-copy {
    padding-left: 18px;
}
.bdc-download-visual {
    display: flex;
    height: 366px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: transparent;
    padding: 0;
    box-shadow: none;
}
.bdc-download-visual img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 8px;
}
.bdc-download-menu {
    padding: 0;
    background: transparent;
}
.bdc-download-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
.bdc-download-list a { text-decoration: none;}
.bdc-download-product {
    display: grid;
    position: relative;
    grid-template-columns: 52px minmax(0,1fr);
    column-gap: 14px;
    row-gap: 8px;
    align-items: center;
    height: 106px;
    border: 1px solid #e1ebf7;
    border-radius: 8px;
    background: #f7fbff;
    padding: 18px 42px 18px 14px;
    transition: background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease;
    text-decoration: none !important;
}
.bdc-download-main {
    grid-row: auto;
    grid-template-columns: 52px minmax(0,1fr);
    height: 118px;
    padding: 20px 46px 20px 16px;
    border-color: #a9ccff;
    background: linear-gradient(135deg,#e3f0ff 0%,#f2f8ff 52%,#eef1ff 100%);
}
.bdc-download-product:hover,
.bdc-download-product:focus {
    border-color: #c9dcf5;
    background: #edf6ff;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(48,95,160,.12);
}
.bdc-download-main:hover,
.bdc-download-main:focus {
    border-color: #7eb0ff;
    background: linear-gradient(135deg,#d9ebff 0%,#edf6ff 52%,#e9edff 100%);
}
.bdc-download-beta {
    border-color: #ffd6dc;
    background: linear-gradient(135deg,#fff5f6 0%,#fff8fb 48%,#f7f1ff 100%);
}
.bdc-download-beta:hover,
.bdc-download-beta:focus {
    border-color: #ffbcc7;
    background: linear-gradient(135deg,#fff0f2 0%,#fff7fb 48%,#f3edff 100%);
}
.bdc-download-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 28px;
    align-self: center;
    border-radius: 10px;
    background: linear-gradient(135deg,#2f7cff 0%,#2747dd 100%);
    color: var(--color-text-inverse);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    box-shadow: 0 10px 18px rgba(47,124,255,.14);
}
.bdc-download-icon-latest {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    font-size: 14px;
    box-shadow: 0 14px 26px rgba(47,124,255,.2);
}
.bdc-download-icon-old {
    align-self: start;
    margin-top: 7px;
    background: linear-gradient(135deg,#64748b 0%,#334155 100%);
    box-shadow: 0 10px 18px rgba(51,65,85,.12);
}
.bdc-download-beta-badge {
    align-self: start;
    margin-top: 7px;
    background: linear-gradient(135deg,#ff3b4f 0%,#ed1c24 100%);
    font-size: 11px;
    box-shadow: 0 10px 18px rgba(237,28,36,.14);
}
.bdc-download-item-copy {
    color: var(--color-text);
    display: grid;
    align-self: center;
    gap: 5px;
}
.bdc-download-item-copy strong {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
}
.bdc-download-main .bdc-download-item-copy strong {
    font-size: 18px;
    line-height: 1.3;
}
.bdc-download-item-copy span,
.bdc-download-item-copy em {
    color: var(--color-text);
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}
.bdc-download-main .bdc-download-item-copy em {
    font-size: inherit;
}
.bdc-download-action {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: var(--color-text-muted);
    transition: color .16s ease,background .16s ease,transform .16s ease;
}
.bdc-download-action:before {
    content: "";
    background: currentColor;
}
.bdc-download-action-download:before {
    width: 19px;
    height: 19px;
    -webkit-mask: url('/img/icon/download.svg') center / contain no-repeat;
    mask: url('/img/icon/download.svg') center / contain no-repeat;
}
.bdc-download-action-arrow:before {
    width: 21px;
    height: 14px;
    -webkit-mask: url('/img/icon/arrow-right.svg') center / contain no-repeat;
    mask: url('/img/icon/arrow-right.svg') center / contain no-repeat;
}
.bdc-download-product:hover .bdc-download-action,
.bdc-download-product:focus .bdc-download-action {
    background: #e1ebf7;
    color: var(--color-link);
    transform: translateX(1px);
}
.bdc-download-free-notice {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 18px;
}
.bdc-download-compare .bdc-download-free-notice.highlight-y {
    border: 1px solid #f6d68f;
    border-radius: 8px;
    background: linear-gradient(135deg,#fff7df 0%,#fffaf0 54%,#fff3d2 100%);
    padding: 18px 20px;
    color: #3f3420;
    box-shadow: 0 14px 30px rgba(180,125,0,.08);
}
.bdc-download-free-icon {
    display: inline-flex;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffedd5;
    color: var(--color-orange);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}
.bdc-download-free-notice strong {
    display: block;
    margin: 0 0 4px;
    color: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.35;
}
.bdc-download-free-notice p {
    display: block;
    margin: 0!important;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.bdc-download-free-notice a {
    color: var(--color-orange);
    font-weight: 400;
}
.bdc-download-section {
    padding: 86px 0;
    background: #fff;
}
.bdc-download-section:nth-of-type(even) {
    background: #f8f8fc;
}
.bdc-download-section-head {
    margin: 0 auto 34px;
    text-align: center;
}
.bdc-download-section-head h2 {
    margin: 0 auto 16px;
    max-width: 980px;
    font-size: clamp(2rem,2.35vw,2.75rem);
    line-height: 1.18;
    word-break: keep-all;
}
.bdc-download-section-head p {
    max-width: 860px;
    margin: 0 auto!important;
    color: var(--color-text);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.72;
}
.bdc-download-compare-table {
    overflow: hidden;
    border: 1px solid #cfd8e6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(15,23,42,.06);
}
.bdc-download-compare-row {
    display: grid;
    grid-template-columns: 1.12fr .88fr .9fr;
    border-top: 1px solid #cfd8e6;
}
.bdc-download-compare-row:first-child {
    border-top: 0;
}
.bdc-download-compare-row>div {
    padding: 18px 22px;
    border-left: 1px solid #cfd8e6;
    font-size: 16px;
    line-height: 1.55;
}
.bdc-download-compare-row>div:first-child {
    border-left: 0;
    font-weight: 500;
}
.bdc-download-compare-row>div:nth-child(2),
.bdc-download-compare-row>div:nth-child(3) {
    text-align: center;
}
.bdc-download-compare-row a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
}
.bdc-download-compare-row a:hover,
.bdc-download-compare-row a:focus {
    text-decoration: underline;
}
.bdc-download-compare-head {
    background: #111827;
}
.bdc-download-compare-head>div {
    color: var(--color-text-inverse)!important;
    font-size: 17px;
    font-weight: 500;
}
.bdc-download-compare-head>div:nth-child(3) {
    background: linear-gradient(135deg,#ff7a45 0%,#ffb347 100%);
    color: var(--color-text-inverse)!important;
}
.bdc-download-compare-row:not(.bdc-download-compare-head)>div:nth-child(3) {
    background: linear-gradient(135deg,#fff4ec 0%,#fffaf0 100%);
    color: var(--color-heading);
    font-weight: 400;
}
.bdc-download-compare-row:not(.bdc-download-compare-head)>div:nth-child(3) .bdc-download-check {
    color: var(--color-orange);
    font-weight: 500;
}
.bdc-download-check {
    color: var(--color-link);
    font-weight: 500;
}
.bdc-download-support {
    position: relative;
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    vertical-align: middle;
}
.bdc-download-support:before,
.bdc-download-support:after {
    content: "";
    position: absolute;
    display: block;
}
.bdc-download-support-yes {
    background: #fff1e7;
    color: var(--color-orange);
}
.bdc-download-support-yes:before {
    width: 16px;
    height: 9px;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: translateY(-2px) rotate(-45deg);
}
.bdc-download-support-no {
    background: #f1f5f9;
    color: var(--color-text-muted);
}
.bdc-download-support-no:before,
.bdc-download-support-no:after {
    width: 18px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}
.bdc-download-support-no:before {
    transform: rotate(45deg);
}
.bdc-download-support-no:after {
    transform: rotate(-45deg);
}
.bdc-download-callout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 16px;
}
.bdc-download-callout p {
    position: relative;
    margin: 0!important;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0 0 0 14px;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    box-shadow: none;
}
.bdc-download-callout p:before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    opacity: .55;
}
.bdc-download-info-card,
.bdc-download-history-card {
    border: 1px solid #cfd8e6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15,23,42,.06);
}
.bdc-download-info-card {
    min-height: 176px;
    padding: 24px;
    transition: transform .18s ease,box-shadow .18s ease;
}
.bdc-download-info-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(15,23,42,.09);
}
.bdc-download-card-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.bdc-download-info-card strong {
    display: block;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}
.bdc-download-card-icon {
    position: relative;
    display: inline-flex;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg,#eef6ff 0%,#f7fbff 100%);
    box-shadow: inset 0 0 0 1px #d9e8ff;
}
.bdc-download-card-icon:before,
.bdc-download-card-icon:after {
    content: "";
    position: absolute;
    display: block;
}
.bdc-download-info-card[data-icon="game"] .bdc-download-card-icon:before {
    width: 24px;
    height: 16px;
    border-radius: 8px;
    background: #2f7cff;
}
.bdc-download-info-card[data-icon="game"] .bdc-download-card-icon:after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    box-shadow: -7px 0 0 #fff,7px 0 0 #fff;
}
.bdc-download-info-card[data-icon="video"] .bdc-download-card-icon:before {
    width: 24px;
    height: 17px;
    border-radius: 5px;
    background: #ed1c24;
}
.bdc-download-info-card[data-icon="video"] .bdc-download-card-icon:after {
    border-left: 8px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transform: translateX(1px);
}
.bdc-download-info-card[data-icon="player"] .bdc-download-card-icon:before {
    width: 23px;
    height: 16px;
    border: 3px solid #64748b;
    border-radius: 5px;
}
.bdc-download-info-card[data-icon="player"] .bdc-download-card-icon:after {
    width: 18px;
    height: 3px;
    border-radius: 999px;
    background: #64748b;
    bottom: 9px;
}
.bdc-download-info-card[data-icon="work"] .bdc-download-card-icon:before {
    width: 22px;
    height: 18px;
    border-radius: 5px;
    background: #4b42ff;
}
.bdc-download-info-card[data-icon="work"] .bdc-download-card-icon:after {
    width: 12px;
    height: 4px;
    border: 2px solid #4b42ff;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    top: 10px;
}
.bdc-download-info-card[data-icon="lecture"] .bdc-download-card-icon:before {
    width: 24px;
    height: 16px;
    border-radius: 3px;
    background: #25a914;
}
.bdc-download-info-card[data-icon="lecture"] .bdc-download-card-icon:after {
    width: 14px;
    height: 2px;
    background: #fff;
    box-shadow: 0 5px 0 #fff,0 -5px 0 #fff;
}
.bdc-download-info-card[data-icon="warning"] .bdc-download-card-icon {
    background: linear-gradient(135deg,#fff0f2 0%,#fff8fb 100%);
    box-shadow: inset 0 0 0 1px #ffd6dc;
}
.bdc-download-info-card[data-icon="warning"] .bdc-download-card-icon:before {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 22px solid #ed1c24;
    transform: translateY(-1px);
}
.bdc-download-info-card[data-icon="warning"] .bdc-download-card-icon:after {
    width: 3px;
    height: 9px;
    background: #fff;
    box-shadow: 0 12px 0 #fff;
    transform: translateY(0);
}
.bdc-download-info-card p {
    margin: 0!important;
    color: var(--color-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.62;
}
.bdc-download-info-card.is-warning {
    border-color: #ffd6dc;
    background: linear-gradient(135deg,#fff5f6 0%,#fff8fb 56%,#f7f1ff 100%);
}
.bdc-download-info-card.is-warning strong {
    color: var(--color-c);
}
.bdc-download-gs-lock {
    overflow: hidden;
}
.bdc-download-gs-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
}
.bdc-download-gs-modal.is-open {
    display: flex;
}
.bdc-download-gs-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0,0,0,.68);
    padding: 0;
    cursor: pointer;
}
.bdc-download-gs-dialog {
    position: relative;
    z-index: 1;
    width: min(848px,calc(100vw - 60px));
    max-height: calc(100vh - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    box-shadow: 0 28px 80px rgba(0,0,0,.35);
}
.bdc-download-gs-dialog img {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 84px);
    object-fit: contain;
    border-radius: 6px;
}
.bdc-download-gs-close {
    position: absolute;
    right: -14px;
    top: -14px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #111827;
    color: var(--color-text-inverse);
    box-shadow: 0 10px 24px rgba(0,0,0,.25);
    cursor: pointer;
}
.bdc-download-gs-close:before,
.bdc-download-gs-close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}
.bdc-download-gs-close:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.bdc-download-gs-close:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.bdc-download-gs-close:hover,
.bdc-download-gs-close:focus {
    background: #ed1c24;
}
.bdc-download-history-grid {
    --space-grid: 20px;
}
.bdc-download-history-card {
    overflow: hidden;
    padding: 0;
}
.bdc-download-history-head {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #cfd8e6;
    background: #fff;
    padding:1.125rem;
}
.bdc-download-history-head h3 {
    margin: 0;
    padding-top: 5px;
    line-height: 1.3;
}
.bdc-download-history-head div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}
.bdc-download-history-card section {
    padding: 22px 24px;
    border-top: 1px solid #edf1f7;
}
.bdc-download-history-card section:first-of-type {
    border-top: 0;
}
.bdc-download-history-card h4 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.35;
}
.bdc-download-history-card h4 small {
    color: var(--color-text-muted);
    font-size: 15px;
}
.bdc-download-history-card ul {
    margin: 0!important;
    padding-left: 20px;
}
.bdc-download-history-card li {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.58;
}
.bdc-download-history-card li:last-child {
    margin-bottom: 0;
}
.bdc-ing-page {
    overflow-x: hidden;
    background: #fff;
    color: var(--color-text);
}
.bdc-ing-page .container {
    width: var(--bdc-container-narrow-width) !important;
    max-width: var(--bdc-container-narrow-max);
    padding-left: 0;
    padding-right: 0;
}
.bdc-ing-top {
    padding: clamp(70px,8vw,96px) 0 clamp(58px,6vw,82px);
    background: #fff;
    text-align: center;
}
.bdc-ing-progress-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 28px;
}
.bdc-ing-progress-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #5d98e4;
    animation: bdc-ing-loader 1.05s ease-in-out infinite;
}
.bdc-ing-progress-dots span:nth-child(2) {
    animation-delay: .14s;
}
.bdc-ing-progress-dots span:nth-child(3) {
    animation-delay: .28s;
}
.bdc-ing-progress-dots span:nth-child(4) {
    animation-delay: .42s;
}
.bdc-ing-progress-dots span:nth-child(5) {
    animation-delay: .56s;
}
@keyframes bdc-ing-loader {
    0%, 80%, 100% {
        transform: translateY(0);
        opacity: .7;
    }
    40% {
        transform: translateY(-5px);
        opacity: 1;
    }
}
.bdc-ing-top h1 {
    margin: 0 0 22px;
    color: var(--color-heading);
    font-size: clamp(1.875rem,2.2vw,2.25rem);
    line-height: 1.25;
}
.bdc-ing-top p {
    max-width: 760px;
    margin: 0 auto !important;
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.7;
}
.bdc-ing-top p a {
    color: var(--color-link);
    text-decoration: none;
}
.bdc-ing-video-link a {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #111827;
    padding: 0 28px;
    color: #fff !important;
    line-height: 1.2;
    text-decoration: none;
}
.bdc-ing-video-link {
    margin-top: 34px;
    font-size: 16px;
}
.bdc-ing-section {
    padding: clamp(58px,6vw,86px) 0;
}
.bdc-ing-install {
    background: #f7f9fc;
    padding-top: clamp(72px,7vw,96px);
    padding-bottom: clamp(72px,7vw,100px);
}
.bdc-ing-install .bdc-download-section-head {
    margin-bottom: clamp(44px,5vw,58px);
}
.bdc-ing-install .bdc-download-section-head h2 {
    font-size: 24px;
    line-height: 1.22;
}
.bdc-ing-install .bdc-download-section-head p {
    max-width: 760px;
    color: var(--color-text);
}
.bdc-ing-install-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 20px;
}
.bdc-ing-card {
    display: grid;
    align-content: start;
    gap: 18px;
    min-height: 100%;
    border: 1px solid #cfd8e6;
    border-radius: 8px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 14px 32px rgba(15,23,42,.06);
}
.bdc-ing-card h3 {
    margin: 0;
    color: var(--color-heading);
    font-size: 18px;
    line-height: 1.3;
}
.bdc-ing-card h3 a {
    color: inherit;
    text-decoration: none;
}
.bdc-ing-card img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 0;
}
.bdc-ing-card p {
    min-height: 3.25em;
    margin: 0 !important;
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.65;
}
.bdc-ing-card-alert {
    border-color: #ffc47d;
    background: #fffaf3;
}
.bdc-ing-card-alert h3,
.bdc-ing-card-alert h3 a {
    color: var(--color-heading);
}
.bdc-ing-card-link {
    justify-self: end;
    color: var(--color-link);
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
}
.bdc-ing-card-actions {
    display: flex;
    justify-content: flex-end;
}
.bdc-ing-card-link:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
    vertical-align: 1px;
}
.bdc-ing-cross-sell {
    background: #fff;
    padding-top: clamp(72px,7vw,104px);
}
.bdc-ing-cross-card {
    display: grid;
    grid-template-columns: minmax(320px,.42fr) minmax(0,1fr);
    align-items: center;
    gap: clamp(30px,5vw,70px);
    border: 1px solid #d9e5ff;
    border-radius: 8px;
    background:
        radial-gradient(circle at 80% 46%, rgba(255,255,255,.45) 0 9%, transparent 9.5% 100%),
        linear-gradient(110deg,#fff4f4 0%,#f6efff 48%,#dcecff 100%);
    padding: clamp(28px,4vw,46px);
    box-shadow: none;
}
.bdc-ing-cross-media {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bdc-ing-cross-media img {
    width: min(100%,413px);
    height: auto;
}
.bdc-ing-cross-media-small img {
    width: min(70%,252px);
}
.bdc-ing-cross-copy h2 {
    margin: 0 0 14px;
    color: var(--color-heading);
    font-size: clamp(1.75rem,2vw,2.25rem);
    line-height: 1.2;
}
.bdc-ing-cross-copy p {
    margin: 0 0 14px !important;
    color: var(--color-text);
    font-size: 17px;
    line-height: 1.68;
}
.bdc-ing-cross-copy p:last-child {
    margin-bottom: 0 !important;
}
.bdc-ing-cross-copy a {
    text-decoration: none;
}
.bdc-ing-cta {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(135deg,#ff3d39 0%,#e72563 48%,#8b1dff 100%);
    padding: 0 28px;
    color: #fff !important;
    line-height: 1.2;
}
@media screen and (max-width:1199px) {
    .bdc-download-hero-layout {
        grid-template-columns: 1fr;
    }
    .bdc-download-hero-main {
        grid-template-columns: minmax(0,.78fr) minmax(280px,.7fr);
    }
}
@media screen and (max-width:991px) {
    .bdc-download-hero {
        padding: 38px 0 42px;
    }
    .bdc-download-hero-layout {
        gap: 18px;
    }
    .bdc-download-list {
        grid-template-columns: 1fr;
    }
    .bdc-download-main {
        grid-row: auto;
        min-height: 90px;
    }
    .bdc-download-callout {
        grid-template-columns: 1fr;
    }
    .bdc-download-history-grid {
        grid-template-columns: 1fr;
    }
    .bdc-ing-install-grid {
        grid-template-columns: 1fr;
    }
    .bdc-ing-cross-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .bdc-download-section {
        padding: 58px 0;
    }
}
@media screen and (max-width:767px) {
    .bdc-download-page .container,
    .bdc-ing-page .container {
        width: calc(100% - 30px)!important;
    }
    .bdc-download-hero {
        padding: 34px 0 38px;
    }
    .bdc-download-hero-main {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .bdc-download-copy {
        padding-left: 0;
    }
    .bdc-download-visual {
        height: auto;
    }
    .bdc-download-copy h1 {
        font-size: 2.125rem;
    }
    .bdc-download-section-head p {
        font-size: 16px;
    }
    .bdc-download-product,
    .bdc-download-main {
        grid-template-columns: 48px minmax(0,1fr);
        height: auto;
        min-height: 92px;
        padding: 15px 42px 15px 14px;
    }
    .bdc-download-icon-latest {
        width: 48px;
        height: 48px;
        font-size: 14px;
    }
    .bdc-download-main .bdc-download-item-copy strong {
        font-size: 18px;
    }
    .bdc-download-section {
        padding: 48px 0;
    }
    .bdc-ing-hero,
    .bdc-ing-top,
    .bdc-ing-section {
        padding: 48px 0;
    }
    .bdc-ing-status-card,
    .bdc-ing-card,
    .bdc-ing-cross-card {
        padding: 22px;
    }
    .bdc-download-section-head {
        text-align: left;
    }
    .bdc-download-section-head h2 {
        font-size: 1.8125rem;
    }
    .bdc-ing-install .bdc-download-section-head h2 {
        font-size: 22px;
    }
    .bdc-download-compare-row {
        grid-template-columns: 1fr;
    }
    .bdc-download-compare-row>div {
        border-left: 0;
        border-top: 1px solid #cfd8e6;
    }
    .bdc-download-compare-row>div:first-child {
        border-top: 0;
        background: #f7fbff;
    }
    .bdc-download-compare-head {
        display: none;
    }
    .bdc-download-history-head {
        display: block;
    }
    .bdc-download-history-head div {
        justify-content: flex-start;
        margin-top: 14px;
    }
}

/* buy 섹션 스크롤 앵커 (다국어 메인 하단 구매 섹션) */
.bdc-buy-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 120px;
  overflow: hidden;
}

/* Non-navigation header/footer controls use semantic buttons. */
#header.SiteHeader button.SiteHeader-control {
    -webkit-appearance:none;
    appearance:none;
    border:0;
    padding:0;
    background-color:transparent;
    color:inherit;
    font:inherit;
    line-height:inherit;
    cursor:pointer;
}
#header.SiteHeader .navbar-default .navbar-nav > li > button.SiteHeader-control {
    position:relative;
    margin:0 18px;
    border:0 !important;
    border-radius:0;
    padding:9px 8px 10px;
    background:transparent !important;
    color:#111827;
    font-size:1.0625rem;
    font-weight:400 !important;
    line-height:1.2;
    box-shadow:none !important;
}
#header.SiteHeader .navbar-default .navbar-nav > li > button.SiteHeader-control:hover,
#header.SiteHeader .navbar-default .navbar-nav > li > button.SiteHeader-control:focus {
    background:transparent !important;
    color:#ed1c24;
}
#header.SiteHeader .navbar-default .navbar-nav > li > button.SiteHeader-control.Menu_Selected,
#header.SiteHeader .navbar-default .navbar-nav > li.Menu_Selected > button.SiteHeader-control,
#header.SiteHeader .navbar-default .navbar-right > li > button.SiteHeader-control.Menu_Selected,
#header.SiteHeader .navbar-default .navbar-right > li.Menu_Selected > button.SiteHeader-control {
    font-weight:400 !important;
}
#header.SiteHeader .navbar-default .navbar-nav > li.dropdown > button.dropdown-toggle {
    display:inline-flex;
    align-items:center;
    gap:10px;
    flex-direction:row-reverse;
}
#header.SiteHeader .navbar-default .navbar-nav > li.dropdown > button.dropdown-toggle:before {
    content:"";
    display:inline-block;
    width:6px;
    height:6px;
    margin:-3px 0 0;
    border-right:2px solid currentColor;
    border-bottom:2px solid currentColor;
    transform:rotate(45deg);
}
#header.SiteHeader .SiteHeader-languageDropdown > button.language {
    display:inline-flex;
    align-items:center;
    gap:8px;
    width:auto;
    min-width:52px;
    height:42px;
    margin:0 !important;
    padding:0 8px !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
}
#footer.SiteFooter .lang-sel button.SiteFooter-languageButton {
    -webkit-appearance:none;
    appearance:none;
    display:inline-block;
    border:1px solid rgba(255,255,255,0.12);
    border-radius:7px;
    padding:8px 14px 9px 44px;
    background:rgba(255,255,255,0.06) url(/img/lang-sel.png) 15px center no-repeat;
    color:#c7cacf;
    font:inherit;
    line-height:inherit;
    opacity:0.9;
    cursor:pointer;
}
#footer.SiteFooter .lang-sel button.SiteFooter-languageButton span {
    padding:0 5px 0 10px;
    font-size:10px;
}
#footer.SiteFooter .lang-sel button.SiteFooter-languageButton:hover,
#footer.SiteFooter .lang-sel button.SiteFooter-languageButton:focus {
    background-color:rgba(255,255,255,0.1);
    color:#fff;
    opacity:1;
}
@media screen and (max-width:991px) {
    #header.SiteHeader .navbar-default .navbar-nav > li > button.SiteHeader-control {
        margin:0;
        border-radius:0;
        padding:12px 20px !important;
        font-size:15px;
        line-height:1.25;
        transition:none !important;
    }
    #header.SiteHeader .navbar-default .navbar-nav > li.dropdown > button.dropdown-toggle {
        display:block;
        width:100%;
        text-align:left;
    }
    #header.SiteHeader .navbar-default .navbar-nav > li.dropdown > button.dropdown-toggle:before {
        display:none !important;
        content:none !important;
    }
    #header.SiteHeader .SiteHeader-languageDropdown > button.language {
        display:flex;
        justify-content:flex-start;
        width:100%;
        height:46px;
        padding:0 20px !important;
    }
}
