 
.purepower-label {
    display: inline-block;
    margin-bottom: 15px;
    padding: 7px 18px;
    border-radius: 30px;
    background: #fff;
    color: #ff7001;
    font-size: 14px;
    font-weight: 600;
}

.btn-brand {
    background: rgba(6, 53, 121, .8);
    font-size: 18px;
    display: inline-block;
    position: relative;
    z-index: 1; 
    font-family: Inter, sans-serif;
    font-weight: 600;
    padding: 16px 30px;
    text-decoration: none;
    transition: none;
    line-height: 1;
    color: #fff;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.btn-brand::before {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    position: absolute;
    width: 4px;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: -1;
    background: #ff882d;
}
.btn-brand:hover::before {
   width:100%; 
}
.btn-brand:hover{
    color:#fff;
}

.btn-cus-sec {
    background: transparent;
    font-size: 18px;
    display: inline-block;
    position: relative;
    font-family: Inter, sans-serif;
    font-weight: 500;
    padding: 16px 30px;
    text-decoration: none;
    line-height: 1;
    color: #365f9d;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
}

.btn-cus-sec::after {
    content: "→";
    margin-left: 8px;
    display: inline-block;
    transition: transform .3s ease;
}

.btn-cus-sec:hover {
    color: #ff882d;
}

.btn-cus-sec:hover::after {
    transform: translateX(5px);
}
.purepower-page-subtitle {
    margin: 0;
    color: #fff;
    font-size: 20px;
}

.purepower-intro {
    background: #fff;
}

.purepower-content {
    padding-right: 50px;
}

.section-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    color: #ff7001;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.purepower-content h1 {
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 1.15;
}

.purepower-content p {
    color: #666;
    font-size: 18px;
    line-height: 1.7;
}

.purepower-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.purepower-main-image {
    overflow: hidden;
    border-radius: 20px;
}

.purepower-main-image img {
    display: block;
    width: 100%;
}

.purepower-feature-card {
    height: 100%;
    padding: 35px 25px;
    text-align: center;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    transition: 0.3s;
}

.purepower-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.feature-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffe9da;
    color: #ff7001;
    font-size: 28px;
}

.purepower-feature-card h3 {
    margin-bottom: 12px;
    font-size: 20px;
}

.purepower-feature-card p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

.purepower-categories {
    background: #f7f8f7;
}

.purepower-category-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.category-image {
    height: 350px;
    overflow: hidden;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-content {
    padding: 35px;
}

.category-label {
    display: inline-block;
    margin-bottom: 15px;
    padding: 6px 14px;
    border-radius: 20px;
    background: #ffe9da;
    color: #ff7001;
    font-size: 13px;
    font-weight: 600;
}

.category-content h2 {
    margin-bottom: 8px;
    font-size: 26px;
}

.category-content h4 {
    margin-bottom: 15px;
    font-size: 18px;
}

.category-content p {
    margin-bottom: 20px;
    color: #666;
    line-height: 1.7;
}

.category-link {
    color: #ff7001;
    font-weight: 600;
}

.purepower-product-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    transition: 0.3s;
}

.purepower-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.product-image {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f7f7f7;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-content {
    padding: 30px;
}

.product-capacity {
    color: #ff7001;
    font-size: 14px;
    font-weight: 600;
}

.product-content h3 {
    margin: 10px 0 12px;
    font-size: 27px;
}

.product-content p {
    color: #666;
    line-height: 1.7;
}

.product-content a {
    color: #ff7001;
    font-weight: 600;
}

.dealer-image {
    overflow: hidden;
    border-radius: 20px;
}

.dealer-image img {
    display: block;
    width: 100%;
}

.dealer-content {
    padding-left: 50px;
}

.dealer-content h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.25;
}

h2{
  font-size: 28px;  
}
.dealer-content p {
    color: #666;
    font-size: 17px;
    line-height: 1.7;
}


/* Product Detail */

.purepower-product-detail-content {
    padding-right: 60px;
}

.purepower-product-detail-content h1 {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1.15;
}

.purepower-product-detail-content p {
    margin-bottom: 20px;
    color: #666;
    font-size: 17px;
    line-height: 1.8;
}

.purepower-product-detail-content .product-short-description {
    color: #333;
    font-size: 20px;
}

.purepower-product-detail-image {
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f7f7f7;
    border-radius: 20px;
}

.purepower-product-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.purepower-detail-section {
    background: #f7f8f7;
}

.purepower-detail-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
}

.detail-feature-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffe9da;
    color: #ff7001;
    font-size: 20px;
}

.purepower-detail-feature h3 {
    margin: 0;
    font-size: 18px;
}

.purepower-application {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 20px 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
}

.purepower-application i {
    color: #ff7001;
    font-size: 28px;
}

.purepower-application span {
    font-size: 15px;
    font-weight: 600;
}

.purepower-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 45px 50px;
    background: #f3f8f4;
    border-radius: 18px;
}

.purepower-cta-box h2 {
    margin-bottom: 10px;
    font-size: 32px;
}

.purepower-cta-box p {
    margin: 0;
    color: #666;
}


/* Responsive */

@media (max-width: 991px) {
    .purepower-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .purepower-content h1 {
        font-size: 38px;
    }

    .dealer-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .purepower-product-detail-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .purepower-product-detail-content h1 {
        font-size: 38px;
    }

    .purepower-product-detail-image {
        height: 450px;
    }

    .purepower-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
} 