.pclp-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 14px;
}

.pclp-trust-item {
    background: #f8fafc;
    border: 1px solid #dbe5f1;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #1f2a44;
}

.pclp-offer-box {
    position: relative;
}

.pclp-offer-recommended {
    border-color: #16a34a !important;
    box-shadow: 0 10px 20px rgba(22, 163, 74, 0.12);
}

.pclp-recommended-badge {
    position: absolute;
    top: 10px;
    left: 48px;
    background: #16a34a;
    color: #fff;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    z-index: 3;
}

.landing-container h1 {
    font-size: clamp(25px, 4.6vw, 42px) !important;
    line-height: 1.25 !important;
}

.short-description p {
    font-size: clamp(16px, 2.4vw, 19px) !important;
    line-height: 1.7 !important;
}

.features-section,
.short-description {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.landing-container img.product-image,
.landing-container .product-image {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.landing-container img {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.landing-container .wp-caption,
.landing-container figure,
.landing-container .wp-block-image {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.features-section p,
.features-section li {
    font-size: clamp(15px, 2.2vw, 18px) !important;
    line-height: 1.95 !important;
}

#pclp-checkout h2,
.woocommerce-billing-fields > h3,
#order_review_heading,
.woocommerce-checkout-review-order-table thead th {
    text-align: center !important;
}

.woocommerce form.checkout {
    width: 100% !important;
    max-width: 100% !important;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
    width: 100% !important;
    float: none !important;
}

.woocommerce form.checkout select,
.woocommerce form.checkout .input-text,
.woocommerce form.checkout textarea {
    min-height: 48px;
}

.pclp-floating-btn {
    min-height: 56px;
    max-width: min(520px, calc(100vw - 24px));
    width: calc(100vw - 24px);
    border-radius: 999px;
    padding: 14px 18px !important;
    font-size: clamp(18px, 4.8vw, 24px) !important;
    line-height: 1.1;
}

@media (max-width: 768px) {
    .pclp-trust-row {
        grid-template-columns: 1fr;
    }

    .pclp-recommended-badge {
        left: 42px;
        top: 8px;
        font-size: 10px;
        padding: 2px 8px;
    }

    .pclp-floating-btn {
        bottom: max(12px, env(safe-area-inset-bottom)) !important;
    }

    .landing-container {
        padding-bottom: 90px !important;
    }
}
