.hpw-container-59f24d15 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(45, 90, 39, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.hpw-image-wrap {
    flex: 1 1 300px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.hpw-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    transition: transform 0.6s ease;
}

.hpw-img:hover {
    transform: scale(1.05);
}

.hpw-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #d4af37, #f3e5ab);
    color: #fff;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    z-index: 2;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.hpw-content-wrap {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hpw-rating {
    color: #d4af37;
    font-size: 18px;
    margin-bottom: 12px;
}

.hpw-trust-text {
    color: #666;
    font-size: 14px;
    margin-left: 8px;
}

.hpw-headline {
    font-size: 36px;
    color: #2d5a27;
    margin: 0 0 15px 0;
    font-weight: 800;
    line-height: 1.2;
}

.hpw-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.hpw-price-wrap {
    margin-bottom: 25px;
}

.hpw-price {
    font-size: 32px;
    font-weight: 800;
    color: #2d5a27;
}

.hpw-price del {
    font-size: 20px;
    color: #999;
    margin-left: 12px;
    font-weight: 500;
}

.hpw-gst-text {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.hpw-savings {
    font-size: 16px;
    font-weight: bold;
    color: #e63946;
    margin-top: 8px;
    background: #fff0f0;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
}

.hpw-benefits {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.hpw-benefit {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.hpw-countdown {
    background: #fdfaf3;
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px dashed #d4af37;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 15px;
}

.hpw-timer {
    color: #e63946;
    font-size: 18px;
    font-weight: 700;
    margin-left: 8px;
}

.hpw-btn {
    display: block;
    text-align: center;
    background: #2d5a27;
    color: #fff;
    padding: 18px 30px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(45, 90, 39, 0.4);
    margin-bottom: 20px;
}

.hpw-btn:hover {
    background: #23481f;
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 12px 25px rgba(45, 90, 39, 0.5);
}

.hpw-trust-badges {
    font-size: 13px;
    color: #777;
    text-align: center;
    font-weight: 500;
}

@media (max-width: 767px) {
    .hpw-btn {
        position: sticky;
        bottom: 15px;
        z-index: 999;
    }
}