/* New product block: follows the existing two-column Elementor layout. */
.product-launch-section {
    position: relative;
    overflow: hidden;
    background: #f4f8ff;
}

.product-launch-section .elementor-container {
    align-items: center;
}

.product-launch-copy {
    padding: 38px 38px 38px 0;
}

.product-launch-status {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 30px;
    color: #2148d2;
    background: #e5edff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.product-launch-copy .xcency-section-desc p {
    margin-bottom: 12px;
}

.product-launch-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 23px 0 26px;
    padding: 0;
    list-style: none;
}

.product-launch-tags li {
    padding: 7px 12px;
    border: 1px solid #d8e1fa;
    border-radius: 30px;
    color: #3a4e80;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
}

.product-launch-visual {
    position: relative;
    margin: 38px 0 38px 20px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(35, 63, 140, .18);
}

.product-launch-visual > img {
    width: 100%;
    height: auto;
}

.product-launch-identity {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px 10px 10px;
    border-radius: 12px;
    color: #283451;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 26px rgba(26, 46, 105, .17);
    font-weight: 700;
}

.product-launch-identity img {
    width: 36px;
    height: 36px;
    border-radius: 9px;
}

@media (max-width: 767px) {
    .product-launch-copy { padding: 42px 0 18px; }
    .product-launch-visual { margin: 10px 0 42px; }
    .product-launch-status { margin-bottom: 14px; }
}
