.pbg-container-wrap-18706dfc {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
    box-sizing: border-box;
}

.pbg-container-wrap-18706dfc * {
    box-sizing: border-box;
}

/* Header */
.pbg-header-18706dfc {
    text-align: center;
    margin-bottom: 60px;
}

.pbg-subhead-18706dfc {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.pbg-title-18706dfc {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}

/* Main Layout Row */
.pbg-row-18706dfc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.pbg-col-left-18706dfc,
.pbg-col-right-18706dfc {
    flex: 1 1 450px;
    position: relative;
}

/* Left Column Image Showcase */
.pbg-col-left-18706dfc {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 450px;
}

.pbg-accent-strip-18706dfc {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.pbg-image-container-18706dfc {
    position: relative;
    z-index: 2;
    max-width: 80%;
    display: flex;
    justify-content: center;
}

.pbg-product-img-18706dfc {
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Float Animation */
.pbg-float-anim-18706dfc {
    animation: pbgFloatKeyframe18706dfc 6s ease-in-out infinite;
}

@keyframes pbgFloatKeyframe18706dfc {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-12px) rotate(1deg);
    }
}

/* Right Column Cards Layout */
.pbg-col-right-18706dfc {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Animated Feature Cards */
.pbg-card-18706dfc {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    border-radius: 12px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.pbg-card-18706dfc:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Animated Entry Transitions */
.pbg-fade-in-up-18706dfc {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: var(--animation-delay, 0s);
}

.pbg-card-18706dfc.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.pbg-card-18706dfc.is-visible:hover {
    transform: translateY(-6px);
}

/* Icon Box Design */
.pbg-icon-box-18706dfc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.pbg-card-18706dfc:hover .pbg-icon-box-18706dfc {
    transform: scale(1.1) rotate(5deg);
}

.pbg-icon-box-18706dfc i {
    font-size: 24px;
    transition: color 0.3s ease;
}

.pbg-icon-box-18706dfc svg {
    width: 24px;
    height: 24px;
    transition: fill 0.3s ease;
}

/* Card Text Content */
.pbg-card-content-18706dfc {
    flex: 1;
}

.pbg-card-title-18706dfc {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.pbg-card-desc-18706dfc {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .pbg-container-wrap-18706dfc {
        padding: 40px 15px;
    }
    
    .pbg-title-18706dfc {
        font-size: 26px;
    }
    
    .pbg-col-left-18706dfc {
        min-height: auto;
    }
}
