/* ── Product Section ── */
    .product {
        width: 100%;
        padding: 5rem 1rem;
        position: relative;
        overflow: hidden;
    }

    .product::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(208, 143, 168, 0.08) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

    .product__container {
        max-width: 1280px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1.1fr 0.9fr;
        gap: 5rem;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    /* ── Left Content ── */
    .product__header {
        margin-bottom: 1.5rem;
    }

    .product__badge {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        padding: 0.5rem 1rem;
        background: linear-gradient(135deg, #D08FA8 0%, #B5708A 100%);
        color: #FFFFFF;
        font-family: 'Inter', 'Segoe UI', sans-serif;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        border-radius: 50px;
        margin-bottom: 1.5rem;
        box-shadow: 0 4px 12px rgba(208, 143, 168, 0.3);
    }

    .product__badge svg {
        width: 14px;
        height: 14px;
    }

    .product__title {
        font-family: 'Inter', 'Segoe UI', sans-serif;
        font-size: 3.25rem;
        font-weight: 800;
        line-height: 1.1;
        color: #3D2B1F;
        margin: 0;
        letter-spacing: -0.03em;
    }

    .product__title-accent {
        display: block;
        background: linear-gradient(135deg, #D08FA8 0%, #B5708A 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-top: 0.25rem;
    }

    .product__description {
        font-family: 'Inter', 'Segoe UI', sans-serif;
        font-size: 1.15rem;
        line-height: 1.7;
        color: #6B5D4F;
        margin: 0 0 2.5rem;
        max-width: 520px;
    }

    /* ── Feature Grid ── */
    .product__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin-bottom: 2.5rem;
    }

    .product__card {
        background: #FFFFFF;
        border: 1px solid rgba(208, 143, 168, 0.15);
        border-radius: 12px;
        padding: 1.5rem;
        transition: all 0.3s ease;
    }

    .product__card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(208, 143, 168, 0.15);
        border-color: rgba(208, 143, 168, 0.3);
    }

    .product__card-icon {
        width: 48px;
        height: 48px;
        background: linear-gradient(135deg, rgba(208, 143, 168, 0.12) 0%, rgba(208, 143, 168, 0.06) 100%);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        color: #D08FA8;
    }

    .product__card-title {
        font-family: 'Inter', 'Segoe UI', sans-serif;
        font-size: 1rem;
        font-weight: 700;
        color: #3D2B1F;
        margin: 0 0 0.5rem;
    }

    .product__card-text {
        font-family: 'Inter', 'Segoe UI', sans-serif;
        font-size: 0.9rem;
        color: #8B7355;
        margin: 0;
        line-height: 1.5;
    }

    /* ── Right Visual ── */
    .product__visual {
        position: relative;
    }

    .product__image-wrapper {
        position: relative;
        background: #FFFFFF;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(61, 43, 31, 0.08);
    }

    .product__image {
        position: relative;
        width: 100%;
        height: auto;
        display: block;
        z-index: 1;
    }

    .product__pricing-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-top: 1px solid rgba(208, 143, 168, 0.2);
        padding: 1.25rem 1.4rem 1.1rem;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .product__image-wrapper:hover .product__pricing-overlay {
        transform: translateY(-4px);
    }

    .product__price-tag {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.2rem;
    }

    .product__price-value {
        font-family: 'Inter', 'Segoe UI', sans-serif;
        font-size: 2.1rem;
        font-weight: 800;
        color: #3D2B1F;
        line-height: 1;
        letter-spacing: -0.03em;
    }

    .product__badge-small {
        display: inline-flex;
        align-items: center;
        padding: 0.3rem 0.65rem;
        background: linear-gradient(135deg, #D08FA8 0%, #B5708A 100%);
        color: #FFFFFF;
        font-size: 0.7rem;
        font-weight: 700;
        border-radius: 20px;
        letter-spacing: 0.3px;
        box-shadow: 0 2px 8px rgba(208, 143, 168, 0.4);
        align-self: center;
    }

    .product__price-subtitle {
        font-family: 'Inter', 'Segoe UI', sans-serif;
        font-size: 0.78rem;
        color: #9E8C7B;
        margin: 0;
    }

    .product__price-subtitle s {
        text-decoration-color: #D08FA8;
    }

    /* ── Trial Badge ── */
    .product__trial-badge {
        display: inline-block;
        font-family: 'Inter', 'Segoe UI', sans-serif;
        font-size: 0.78rem;
        font-weight: 600;
        color: #b5446e;
        background: #fdf0f4;
        border: 1px solid rgba(181, 68, 110, 0.18);
        border-radius: 8px;
        padding: 0.35rem 0.7rem;
        margin: 0.3rem 0 0.6rem;
    }

    /* ── Actions ── */
    .product__actions {
        display: flex;
        gap: 0.6rem;
        margin-bottom: 0.85rem;
    }

    .product__buy-button {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.8rem 1.25rem;
        background: linear-gradient(135deg, #D08FA8 0%, #B5708A 100%);
        color: #FFFFFF;
        font-family: 'Inter', 'Segoe UI', sans-serif;
        font-size: 0.92rem;
        font-weight: 700;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        position: relative;
        overflow: hidden;
        letter-spacing: 0.01em;
        box-shadow: 0 4px 14px rgba(208, 143, 168, 0.45);
    }

    .product__buy-button::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s ease;
    }

    .product__buy-button:hover::before {
        left: 100%;
    }

    .product__buy-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 22px rgba(208, 143, 168, 0.55);
    }

    .product__view-details {
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(208, 143, 168, 0.08);
        border: 1.5px solid rgba(208, 143, 168, 0.3);
        border-radius: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
        color: #D08FA8;
        text-decoration: none;
        flex-shrink: 0;
    }

    .product__view-details:hover {
        background: rgba(208, 143, 168, 0.15);
        border-color: #D08FA8;
        transform: scale(1.06);
    }

    /* ── Delivery ── */
    .product__delivery {
        display: flex;
        gap: 0.75rem;
        padding-top: 0.8rem;
        border-top: 1px solid rgba(208, 143, 168, 0.12);
        flex-wrap: wrap;
    }

    .product__delivery-item {
        display: flex;
        align-items: center;
        gap: 0.35rem;
        font-family: 'Inter', 'Segoe UI', sans-serif;
        font-size: 0.72rem;
        font-weight: 500;
        color: #5A4A3C;
    }

    .product__delivery-item svg {
        color: #27ae60;
        flex-shrink: 0;
    }

    .product__stats {
        display: flex;
        gap: 1.5rem;
        margin-top: 2rem;
        justify-content: center;
    }

    .product__stat {
        text-align: center;
        background: #FFFFFF;
        border: 1px solid rgba(208, 143, 168, 0.15);
        border-radius: 12px;
        padding: 1.25rem 2rem;
        flex: 1;
        transition: all 0.3s ease;
    }

    .product__stat:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(208, 143, 168, 0.12);
    }

    .product__stat-number {
        display: block;
        font-family: 'Inter', 'Segoe UI', sans-serif;
        font-size: 1.75rem;
        font-weight: 800;
        color: #D08FA8;
        margin-bottom: 0.25rem;
    }

    .product__stat-label {
        display: block;
        font-family: 'Inter', 'Segoe UI', sans-serif;
        font-size: 0.85rem;
        color: #8B7355;
    }

    /* ── Responsive ── */
    @media (max-width: 1024px) {
        .product__container {
            grid-template-columns: 1fr;
            gap: 3rem;
        }

        .product__title {
            font-size: 2.75rem;
        }
    }

    @media (max-width: 768px) {
        .product {
            padding: 3rem 1rem;
        }

        .product__title {
            font-size: 2.25rem;
        }

        .product__description {
            font-size: 1rem;
        }

        .product__grid {
            grid-template-columns: 1fr;
        }

        .product__actions {
            flex-direction: row;
        }

        .product__buy-button {
            flex: 1;
        }

        .product__stats {
            flex-direction: column;
        }

        /* Overlay unter das Bild verschieben im Mobile */
        .product__pricing-overlay {
            position: relative;
            background: #FFFFFF;
            backdrop-filter: none;
            padding: 1.5rem;
            border-top: 1px solid rgba(208, 143, 168, 0.15);
        }

        .product__image-wrapper:hover .product__pricing-overlay {
            transform: none;
        }
    }

    @media (max-width: 480px) {
        .product {
            padding: 2.5rem 0.75rem;
        }

        .product__title {
            font-size: 1.875rem;
        }

        .product__card {
            padding: 1.25rem;
        }

        .product__price-value {
            font-size: 2.5rem;
        }

        .product__delivery {
            padding: 1rem;
        }

        .product__delivery-item {
            font-size: 0.85rem;
        }
    }