.pcc-banner-img {
    position: relative;
    z-index: 1;
}

.pcc-banner-img img {
    pointer-events: none !important;
}
/* Perfect vertical aligned bullets */
.single-post .elementor-widget-text-editor ul li,
.page .elementor-widget-text-editor ul li {
    position: relative;
    padding-left: 18px;
    list-style: none !important;
}

.single-post .elementor-widget-text-editor ul li::before,
.page .elementor-widget-text-editor ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
}
/* =========================
   Bluesun Product Page Global CSS
   ========================= */

:root{
    --bs-primary: #f28c28;
    --bs-primary-dark: #e57d17;
    --bs-text-main: #111111;
    --bs-text-body: #555555;
    --bs-text-soft: #666666;
    --bs-border: #eae6df;
    --bs-border-light: #dcdcdc;
    --bs-bg-soft: #fffaf4;
    --bs-bg-head: #fafafa;
    --bs-bg-left: #f7f7f7;
    --bs-bg-param: #fcfcfc;
    --bs-white: #ffffff;
    --bs-radius: 14px;
    --bs-radius-sm: 10px;
    --bs-shadow: 0 2px 8px rgba(0,0,0,0.03);
    --bs-shadow-hover: 0 10px 28px rgba(0,0,0,0.08);
}

/* ===== 基础模块 ===== */
.bs-feature-section,
.bs-compare-section,
.bs-tech-specs-section,
.bs-faq-section,
.bs-video-section,
.bs-specs-section{
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
    color: var(--bs-text-body);
    margin: 0 0 60px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* ===== 标题区通用 ===== */
.bs-section-header,
.bs-feature-header,
.bs-compare-header,
.bs-tech-specs-header,
.bs-faq-header,
.bs-video-header,
.bs-specs-header{
    text-align: center;
    margin-bottom: 24px;
}

.bs-section-header h2,
.bs-feature-header h2,
.bs-feature-title,
.bs-compare-header h2,
.bs-tech-specs-header h2,
.bs-faq-header h2,
.bs-video-header h2,
.bs-specs-header h2{
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: var(--bs-text-main);
    text-align: center;
}

.bs-section-header p,
.bs-feature-header p,
.bs-compare-header p,
.bs-tech-specs-header p,
.bs-faq-header p,
.bs-video-header p,
.bs-specs-header p{
    max-width: 820px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: var(--bs-text-body);
    text-align: center;
}

/* ===== 通用卡片 ===== */
.bs-card,
.bs-feature-card,
.bs-tech-card,
.bs-compare-card,
.bs-video-card,
.bs-specs-card,
.bs-faq-list{
    background: var(--bs-white);
    border: 1px solid var(--bs-border);
    border-radius: var(--bs-radius);
    box-sizing: border-box;
    box-shadow: var(--bs-shadow);
}

/* ===== 按钮 ===== */
.bs-btn-primary{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 10px;
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.25s ease;
}

.bs-btn-primary:hover{
    background: var(--bs-primary-dark);
    border-color: var(--bs-primary-dark);
    transform: translateY(-2px);
}

.bs-btn-secondary{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--bs-border);
    color: var(--bs-text-main);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.25s ease;
}

.bs-btn-secondary:hover{
    border-color: var(--bs-primary);
    color: var(--bs-primary);
    transform: translateY(-2px);
}

/* =========================
   Key Advantages
   ========================= */
.bs-feature-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.bs-feature-card{
    padding: 24px 20px;
    text-align: center;
    transition: all 0.25s ease;
}

.bs-feature-card:hover{
    transform: translateY(-4px);
    box-shadow: var(--bs-shadow-hover);
    border-color: var(--bs-primary);
}

.bs-feature-icon{
    font-size: 24px;
    color: var(--bs-primary);
    margin-bottom: 12px;
    line-height: 1;
}

.bs-feature-card h3{
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 500;
    color: var(--bs-text-main);
}

.bs-feature-card p{
    margin: 0;
    font-size: 14.5px;
    line-height: 1.75;
    font-weight: 400;
    color: var(--bs-text-body);
}

/* =========================
   Compare
   ========================= */
.bs-compare-card{
    padding: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.bs-compare-table{
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
}

.bs-compare-table th,
.bs-compare-table td{
    border: 1px solid var(--bs-border-light);
    padding: 14px 12px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.6;
}

.bs-compare-table thead th{
    background: var(--bs-bg-head);
    font-weight: 600;
    color: var(--bs-text-main);
}

.bs-compare-table .compare-head{
    background: var(--bs-bg-left);
    font-weight: 500;
    text-align: left;
    padding-left: 16px;
    color: var(--bs-text-main);
    min-width: 170px;
}

.bs-compare-table .n-col{
    background: var(--bs-bg-soft);
}

.bs-compare-table .n-title{
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 16px;
}

.bs-compare-table .p-title{
    color: var(--bs-text-main);
    font-weight: 600;
    font-size: 16px;
}

.bs-compare-table tbody tr:nth-child(even) td{
    background: var(--bs-bg-param);
}

.bs-compare-table tbody tr:nth-child(even) td.n-col{
    background: #fff8ef;
}

.bs-compare-note{
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--bs-text-soft);
    text-align: center;
}

/* =========================
   Specs & Tech Tables
   ========================= */
.bs-tech-card,
.bs-specs-card{
    padding: 20px;
}

.bs-tech-drawing{
    margin-bottom: 24px;
}

.bs-tech-drawing img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--bs-radius-sm);
}

.bs-tech-drawing-note{
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--bs-text-soft);
    text-align: center;
}

.bs-tech-table-card,
.bs-specs-card{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.bs-tech-table,
.bs-specs-table{
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    background: #fff;
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
}

.bs-tech-table th,
.bs-tech-table td,
.bs-specs-table th,
.bs-specs-table td{
    border: 1px solid var(--bs-border-light);
    padding: 11px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

.bs-tech-table thead th,
.bs-specs-table thead th{
    background: var(--bs-bg-head);
    font-weight: 600;
    color: var(--bs-text-main);
}

.bs-tech-table .left-head,
.bs-specs-table .left-head{
    min-width: 160px;
    text-align: left;
    padding-left: 14px;
    background: var(--bs-bg-left);
    font-weight: 500;
    color: var(--bs-text-main);
}

.bs-tech-table .param-col,
.bs-specs-table .param-col{
    min-width: 105px;
    text-align: left;
    padding-left: 10px;
    background: var(--bs-bg-param);
    color: var(--bs-text-soft);
    font-weight: 500;
}

.bs-tech-table .module-title,
.bs-specs-table .module-title{
    color: var(--bs-primary);
    font-weight: 600;
    background: #fff;
}

.bs-tech-table .sub-head,
.bs-specs-table .sub-head{
    font-size: 13px;
    font-weight: 600;
    color: #444;
    background: #fbfbfb;
}

.bs-tech-table tbody tr:nth-child(even) td,
.bs-specs-table tbody tr:nth-child(even) td{
    background: var(--bs-bg-param);
}

.bs-tech-table tbody tr:hover td,
.bs-specs-table tbody tr:hover td{
    background: #fff8f1;
}

.bs-tech-table .eff-row td,
.bs-specs-table .eff-row td{
    font-weight: 600;
}

/* =========================
   Video
   ========================= */
.bs-video-card{
    padding: 16px;
    overflow: hidden;
}

.bs-video-wrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.bs-video-wrapper iframe{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: var(--bs-radius-sm);
}

.bs-video-note{
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.75;
    color: var(--bs-text-body);
    text-align: center;
    font-weight: 400;
}

/* =========================
   FAQ
   ========================= */
.bs-faq-list{
    overflow: hidden;
}

.bs-faq-item{
    border-bottom: 1px solid #e9e9e9;
}

.bs-faq-item:last-child{
    border-bottom: none;
}

.bs-faq-item details{
    width: 100%;
}

.bs-faq-item summary{
    list-style: none;
    cursor: pointer;
    position: relative;
    padding: 22px 26px;
    font-size: 16.5px;
    line-height: 1.55;
    font-weight: 500;
    color: var(--bs-text-main);
    transition: all 0.2s ease;
}

.bs-faq-item summary::-webkit-details-marker{
    display: none;
}

.bs-faq-item summary::before{
    content: "+";
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 1;
    color: var(--bs-primary);
    font-weight: 500;
}

.bs-faq-item details[open] summary::before{
    content: "−";
}

.bs-faq-question{
    display: block;
    padding-left: 34px;
    font-weight: 500;
}

.bs-faq-item summary:hover{
    background: var(--bs-bg-soft);
}

.bs-faq-answer{
    padding: 0 26px 26px 60px;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 400;
    color: var(--bs-text-body);
}

.bs-faq-answer p{
    margin: 0;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 1024px){
    .bs-feature-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px){
    .bs-feature-section,
    .bs-compare-section,
    .bs-tech-specs-section,
    .bs-faq-section,
    .bs-video-section,
    .bs-specs-section{
        margin-bottom: 40px;
    }

    .bs-section-header h2,
    .bs-feature-header h2,
    .bs-feature-title,
    .bs-compare-header h2,
    .bs-tech-specs-header h2,
    .bs-faq-header h2,
    .bs-video-header h2,
    .bs-specs-header h2{
        font-size: 24px;
        line-height: 1.28;
    }

    .bs-section-header p,
    .bs-feature-header p,
    .bs-compare-header p,
    .bs-tech-specs-header p,
    .bs-faq-header p,
    .bs-video-header p,
    .bs-specs-header p{
        font-size: 14px;
        line-height: 1.7;
    }

    .bs-feature-grid{
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .bs-feature-card{
        padding: 20px 16px;
    }

    .bs-feature-card h3{
        font-size: 16px;
    }

    .bs-feature-card p{
        font-size: 14px;
    }

    .bs-compare-card,
    .bs-tech-card,
    .bs-specs-card,
    .bs-video-card{
        padding: 12px;
        border-radius: 12px;
    }

    .bs-faq-item summary{
        padding: 18px 16px;
        font-size: 16px;
    }

    .bs-faq-item summary::before{
        left: 16px;
        font-size: 22px;
    }

    .bs-faq-question{
        padding-left: 28px;
    }

    .bs-faq-answer{
        padding: 0 16px 22px 44px;
        font-size: 14px;
        line-height: 1.8;
    }

    .bs-tech-table th,
    .bs-tech-table td,
    .bs-specs-table th,
    .bs-specs-table td,
    .bs-compare-table th,
    .bs-compare-table td{
        padding: 9px 8px;
        font-size: 13px;
    }

    .bs-video-note,
    .bs-tech-drawing-note,
    .bs-compare-note{
        font-size: 13px;
    }
}
/* =====================================================
   Bluesun Blog Global CSS System
===================================================== */

.bs-blog-content{
    max-width: 920px;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    color: #444;
    font-size: 16px;
    line-height: 1.9;
    -webkit-font-smoothing: antialiased;
}

.bs-blog-content p{
    margin: 0 0 24px;
    color: #555;
}

/* ===== Headings ===== */

.bs-blog-content h2{
    font-size: 34px;
    line-height: 1.3;
    font-weight: 600;
    color: #111;
    margin: 70px 0 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ececec;
    letter-spacing: -0.3px;
}

.bs-blog-content h3{
    font-size: 24px;
    line-height: 1.45;
    font-weight: 600;
    color: #222;
    margin: 42px 0 18px;
}

.bs-blog-content h4{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: #222;
    margin: 32px 0 14px;
}

/* ===== Links ===== */

.bs-blog-content a{
    color: #f28c28;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(242,140,40,0.28);
    transition: all .25s ease;
}

.bs-blog-content a:hover{
    color: #d97512;
    border-bottom-color: #d97512;
}

/* ===== Lists ===== */

.bs-blog-content ul{
    margin: 0 0 26px 22px;
    padding: 0;
}

.bs-blog-content ul li{
    margin-bottom: 10px;
    color: #555;
}

.bs-blog-content ol{
    margin: 0 0 26px 22px;
}

.bs-blog-content ol li{
    margin-bottom: 10px;
}

/* ===== Images ===== */

.bs-blog-content img{
    width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 36px 0 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.bs-blog-content figure{
    margin: 0;
}

.bs-blog-content figcaption{
    text-align: center;
    font-size: 13px;
    color: #888;
    margin-top: 10px;
    line-height: 1.6;
}

/* ===== Highlight Box ===== */

.bs-blog-highlight{
    background: #fff8f1;
    border: 1px solid #f2dcc2;
    border-radius: 16px;
    padding: 28px;
    margin: 40px 0;
}

.bs-blog-highlight h3{
    margin-top: 0;
}

.bs-blog-highlight p:last-child{
    margin-bottom: 0;
}

/* ===== Table ===== */

.bs-blog-content table{
    width: 100%;
    border-collapse: collapse;
    margin: 34px 0;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

.bs-blog-content table th{
    background: #f28c28;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 14px;
    text-align: left;
}

.bs-blog-content table td{
    border: 1px solid #ececec;
    padding: 14px;
    font-size: 15px;
    color: #555;
    background: #fff;
}

/* ===== FAQ ===== */

.bs-blog-faq{
    margin-top: 60px;
    border-top: 1px solid #ececec;
}

.bs-blog-faq-item{
    border-bottom: 1px solid #ececec;
    padding: 24px 0;
}

.bs-blog-faq-question{
    font-size: 19px;
    line-height: 1.5;
    font-weight: 600;
    color: #111;
    margin-bottom: 12px;
}

.bs-blog-faq-answer{
    font-size: 15px;
    line-height: 1.85;
    color: #555;
}

/* ===== Divider ===== */

.bs-blog-divider{
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #e5e5e5, transparent);
    margin: 60px 0;
}

/* ===== Mobile ===== */

@media(max-width:768px){

    .bs-blog-content{
        font-size: 15px;
        line-height: 1.85;
    }

    .bs-blog-content h2{
        font-size: 28px;
        margin: 52px 0 18px;
    }

    .bs-blog-content h3{
        font-size: 22px;
        margin: 34px 0 14px;
    }

    .bs-blog-content h4{
        font-size: 18px;
    }

    .bs-blog-highlight{
        padding: 22px;
        border-radius: 14px;
    }

    .bs-blog-content table th,
    .bs-blog-content table td{
        padding: 12px;
        font-size: 14px;
    }

}
/* =========================
   Bluesun Warehouse Section
========================= */

.bs-warehouse-hero-map{
    padding:72px 0 0;
    background:
    linear-gradient(
        135deg,
        #f7f9fc 0%,
        #ffffff 58%,
        #eef4ff 100%
    );
}

/* 主容器 */

.bs-warehouse-inner{

    width:min(1280px,92%);
    min-height:640px;

    margin:0 auto;

    overflow:hidden;
    position:relative;

    border-radius:30px;

    background:
    linear-gradient(
        90deg,
        rgba(255,255,255,.98) 0%,
        rgba(255,255,255,.95) 28%,
        rgba(255,255,255,.72) 46%,
        rgba(255,255,255,.16) 72%,
        rgba(255,255,255,.04) 100%
    ),
    url("https://www.bluesunpv.com/wp-content/uploads/2026/05/bluesun-solar-europe-warehouse-map.webp")
    center right / cover no-repeat;

    box-shadow:
    0 30px 80px rgba(7,29,58,.10);
}

/* 左侧文案 */

.bs-warehouse-copy{

    width:42%;

    padding:72px 0 60px 62px;

    position:relative;
    z-index:2;
}

/* 标签 */

.bs-warehouse-label{

    display:inline-flex;

    padding:8px 18px;

    margin-bottom:18px;

    border-radius:999px;

    background:
    rgba(255,122,0,.10);

    color:#ff7a00;

    font-size:14px;
    font-weight:700;
}

/* 标题 */

.bs-warehouse-copy h2{

    margin:0 0 22px;

    color:#071d3a;

    font-size:56px;
    line-height:1.06;
    font-weight:800;

    letter-spacing:-0.03em;
}

/* 描述 */

.bs-warehouse-copy p{

    margin:0 0 36px;

    color:#4f6074;

    font-size:17px;
    line-height:1.8;

    max-width:520px;
}

/* 特点 */

.bs-feature-list{
    display:grid;
    gap:20px;
}

.bs-feature-item{

    padding-left:18px;

    border-left:
    3px solid #ff7a00;
}

.bs-feature-item strong{

    display:block;

    margin-bottom:5px;

    color:#073b7a;

    font-size:17px;
    font-weight:700;
}

.bs-feature-item span{

    color:#607286;

    font-size:14px;
    line-height:1.65;
}

/* 手机地图 */

.bs-mobile-map{
    display:none;
}

/* 地址栏 */

.bs-address-section{

    padding:28px 0 78px;

    background:
    linear-gradient(
        135deg,
        #f7f9fc 0%,
        #ffffff 58%,
        #eef4ff 100%
    );
}

.bs-address-bar{

    width:min(1280px,92%);
    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(3,1fr);

    background:
    rgba(255,255,255,.92);

    border:
    1px solid rgba(255,255,255,.72);

    border-radius:26px;

    overflow:hidden;

    backdrop-filter:blur(14px);

    box-shadow:
    0 18px 48px rgba(7,29,58,.08);
}

/* 单项 */

.bs-address-item{

    display:flex;
    align-items:center;
    gap:20px;

    padding:30px 34px;

    border-right:
    1px solid rgba(7,29,58,.08);

    transition:.25s ease;
}

.bs-address-item:hover{
    background:
    rgba(255,255,255,.96);
}

.bs-address-item:last-child{
    border-right:none;
}

/* 国旗 */

.bs-flag{

    width:62px;
    height:62px;

    flex-shrink:0;

    border-radius:50%;

    box-shadow:
    0 8px 22px rgba(0,0,0,.08);
}

.bs-flag-pl{
    background:
    linear-gradient(
        to bottom,
        #ffffff 50%,
        #dc143c 50%
    );
}

.bs-flag-nl{
    background:
    linear-gradient(
        to bottom,
        #d91e36 33%,
        #ffffff 33%,
        #ffffff 66%,
        #21468b 66%
    );
}

.bs-flag-it{
    background:
    linear-gradient(
        to right,
        #009246 33%,
        #ffffff 33%,
        #ffffff 66%,
        #ce2b37 66%
    );
}

/* 地址文字 */

.bs-address-content strong{

    display:block;

    margin-bottom:8px;

    color:#073b7a;

    font-size:20px;
    font-weight:700;
}

.bs-address-content p{

    margin:0;

    color:#526276;

    font-size:15px;
    line-height:1.7;
}

/* =========================
   手机端优化
========================= */

@media(max-width:900px){

    .bs-warehouse-hero-map{
        padding:48px 0 0;
    }

    /* 手机端主卡片 */

    .bs-warehouse-inner{

        width:92%;

        min-height:auto;

        border-radius:24px 24px 0 0;

        background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.98) 0%,
            rgba(255,255,255,.96) 100%
        );

        box-shadow:
        0 20px 46px rgba(7,29,58,.08);
    }

    /* 手机端文案 */

    .bs-warehouse-copy{

        width:auto;

        padding:40px 24px 34px;
    }

    .bs-warehouse-label{
        font-size:12px;
        padding:7px 14px;
    }

    .bs-warehouse-copy h2{

        font-size:34px;
        line-height:1.12;

        margin-bottom:18px;
    }

    .bs-warehouse-copy p{

        font-size:15px;
        line-height:1.7;

        margin-bottom:28px;
    }

    .bs-feature-list{
        gap:16px;
    }

    .bs-feature-item strong{
        font-size:16px;
    }

    .bs-feature-item span{
        font-size:13px;
    }

    /* 手机端地图 */

    .bs-mobile-map{

        display:block;

        width:92%;
        height:320px;

        margin:0 auto;

        border-radius:0 0 24px 24px;

        background:
        url("https://www.bluesunpv.com/wp-content/uploads/2026/05/bluesun-solar-europe-warehouse-map.webp")
        72% center / cover no-repeat;

        box-shadow:
        0 20px 46px rgba(7,29,58,.08);

        margin-top:-2px;
    }

    /* 地址栏 */

    .bs-address-section{
        padding:22px 0 56px;
    }

    .bs-address-bar{

        width:92%;

        grid-template-columns:1fr;

        border-radius:22px;
    }

    .bs-address-item{

        padding:22px;

        gap:16px;

        border-right:none;

        border-bottom:
        1px solid rgba(7,29,58,.08);
    }

    .bs-address-item:last-child{
        border-bottom:none;
    }

    .bs-flag{
        width:50px;
        height:50px;
    }

    .bs-address-content strong{
        font-size:17px;
    }

    .bs-address-content p{
        font-size:14px;
        line-height:1.6;
    }
}
.bs-stock-products{
  padding:86px 0 92px;
  background:linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
}

.bs-stock-wrap{
  width:min(1280px,92%);
  margin:0 auto;
}

.bs-stock-head{
  text-align:center;
  margin-bottom:54px;
}

.bs-stock-head span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 18px;
  border-radius:999px;
  background:rgba(255,122,0,.10);
  color:#ff7a00;
  font-size:14px;
  font-weight:700;
  margin-bottom:16px;
}

.bs-stock-head h2{
  margin:0 0 14px;
  color:#071d3a;
  font-size:42px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:-.02em;
}

.bs-stock-head p{
  margin:0 auto;
  max-width:760px;
  color:#5e6b7d;
  font-size:17px;
  line-height:1.75;
}

.bs-product-group{
  margin-top:56px;
}

.bs-product-group h3{
  margin:0 0 24px;
  padding-left:16px;
  border-left:4px solid #ff7a00;
  color:#071d3a;
  font-size:27px;
  line-height:1.3;
  font-weight:800;
}

.bs-product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.bs-product-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:30px 24px 26px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(7,29,58,.06);
  border-radius:24px;
  box-shadow:0 12px 32px rgba(7,29,58,.045);
  transition:all .28s ease;
  overflow:hidden;
}

.bs-product-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:3px;
  background:linear-gradient(90deg,rgba(255,122,0,.72),rgba(255,179,71,.28));
}

.bs-product-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 48px rgba(7,29,58,.09);
}

.bs-product-badge{
  position:absolute;
  top:18px;
  left:18px;
  z-index:2;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(255,122,0,.10);
  color:#ff7a00;
  font-size:12px;
  font-weight:700;
}

.bs-product-card img{
  width:100%;
  height:255px;
  object-fit:contain;
  display:block;
  margin:6px 0 22px;
  transition:transform .35s ease;
}

.bs-product-card:hover img{
  transform:scale(1.035);
}

.bs-product-card h4{
  margin:0 0 12px;
  color:#071d3a;
  font-size:21px;
  line-height:1.32;
  font-weight:800;
}

.bs-product-card p{
  flex-grow:1;
  margin:0 0 24px;
  color:#64748b;
  font-size:15px;
  line-height:1.68;
}

.bs-product-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:fit-content;
  min-height:42px;
  padding:10px 20px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(255,122,0,.45);
  color:#ff7a00 !important;
  font-size:14px;
  font-weight:700;
  text-decoration:none !important;
  transition:all .25s ease;
}

.bs-product-btn:hover{
  background:#ff7a00;
  border-color:#ff7a00;
  color:#fff !important;
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(255,122,0,.22);
}

@media(max-width:1024px){
  .bs-product-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .bs-stock-head h2{
    font-size:34px;
  }

  .bs-product-card img{
    height:235px;
  }
}

@media(max-width:767px){
  .bs-stock-products{
    padding:56px 0 64px;
  }

  .bs-stock-wrap{
    width:92%;
  }

  .bs-stock-head{
    text-align:left;
    margin-bottom:38px;
  }

  .bs-stock-head span{
    font-size:12px;
    padding:7px 14px;
    margin-bottom:14px;
  }

  .bs-stock-head h2{
    font-size:28px;
    line-height:1.18;
  }

  .bs-stock-head p{
    font-size:15px;
    line-height:1.68;
  }

  .bs-product-group{
    margin-top:42px;
  }

  .bs-product-group h3{
    font-size:21px;
    line-height:1.35;
    margin-bottom:18px;
  }

  .bs-product-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .bs-product-card{
    border-radius:22px;
    padding:26px 20px 22px;
  }

  .bs-product-badge{
    top:16px;
    left:16px;
    font-size:11px;
  }

  .bs-product-card img{
    height:210px;
    margin:8px 0 20px;
  }

  .bs-product-card h4{
    font-size:20px;
  }

  .bs-product-card p{
    font-size:14px;
    line-height:1.65;
    margin-bottom:20px;
  }

  .bs-product-btn{
    width:100%;
    min-height:44px;
  }
}
.bs-why-warehouse {
  padding: 90px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,122,0,.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.bs-why-wrap {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.bs-why-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 54px;
}

.bs-why-head span {
  display: inline-flex;
  padding: 8px 18px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255,122,0,.1);
  color: #ff7a00;
  font-size: 14px;
  font-weight: 700;
}

.bs-why-head h2 {
  margin: 0 0 16px;
  color: #071d3a;
  font-size: 44px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.bs-why-head p {
  margin: 0;
  color: #5e6b7d;
  font-size: 17px;
  line-height: 1.75;
}

.bs-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.bs-why-card {
  position: relative;
  padding: 34px 26px 30px;
  min-height: 285px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(7,29,58,.07);
  border-radius: 24px;
  box-shadow: 0 14px 38px rgba(7,29,58,.06);
  overflow: hidden;
  transition: all .28s ease;
}

.bs-why-card::before {
  content: "";
  position: absolute;
  right: -38px;
  top: -38px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255,122,0,.08);
}

.bs-why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(7,29,58,.1);
}

.bs-why-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,122,0,.16), rgba(255,122,0,.04));
  color: #ff7a00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
}

.bs-why-card h3 {
  margin: 0 0 14px;
  color: #071d3a;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.bs-why-card p {
  margin: 0 0 26px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.bs-why-card strong {
  position: absolute;
  left: 26px;
  bottom: 26px;
  color: #ff7a00;
  font-size: 18px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .bs-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bs-why-head h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .bs-why-warehouse {
    padding: 58px 0;
  }

  .bs-why-head {
    margin-bottom: 36px;
    text-align: left;
  }

  .bs-why-head h2 {
    font-size: 28px;
  }

  .bs-why-head p {
    font-size: 15px;
  }

  .bs-why-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bs-why-card {
    min-height: auto;
    padding: 28px 22px 76px;
  }

  .bs-why-card h3 {
    font-size: 20px;
  }

  .bs-why-card p {
    font-size: 14px;
  }

  .bs-why-card strong {
    left: 22px;
    bottom: 22px;
  }
}
