/* ==========================================================================
   SALES ENDED - Minimal Changes
   ========================================================================== */

/* Hide pricing section completely */
section#pakiety {
    display: none !important;
}

/* Hide only prices in package components */
.package-total-value,
.package-price,
.package-price-value,
.package-price-amount,
.package-price-container,
.package-total-price {
    display: none !important;
}

/* Hide comparison section */
.comparison-section {
    display: none !important;
}

/* Hide all purchase buttons */
.header-cta,
.hero-actions,
.pricing-cta,
.cta-actions {
    display: none !important;
}

/* Show newsletter button in header - identical to original header-cta */
.header-cta-newsletter {
    display: inline-block !important;
    background: #C94A2A !important; 
    color: white !important; 
    padding: 0.8rem 1.5rem !important; 
    border-radius: 8px !important; 
    text-decoration: none !important; 
    font-weight: 600 !important; 
    transition: all 0.3s ease !important; 
    line-height: 1.2 !important; 
    white-space: nowrap !important;
}

.header-cta-newsletter:hover {
    background: #2A5C4E !important; 
    transform: translateY(-1px) !important;
}

/* Replace hero buttons with sold out message */
.hero-sold-out {
    margin-top: 1.5rem;
    padding: 1.2rem 1.5rem;
    background: rgba(251, 247, 242, 0.8);
    border: 1px solid var(--warmth-secondary);
    border-radius: 10px;
    text-align: center;
}

.hero-sold-out p {
    color: var(--warmth-charcoal);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.hero-sold-out a {
    color: var(--warmth-accent);
    font-weight: 600;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.hero-sold-out a:hover {
    opacity: 0.8;
}

/* Hide FAQ CTA button */
.faq-cta-button {
    display: none !important;
}

/* Hide call-to-action section */
section.cta {
    display: none !important;
}

/* Hide sticky CTA bar */
.sticky-cta {
    display: none !important;
}

/* Hide final CTA button and section */
.final-cta,
.section-final {
    display: none !important;
}

/* Hide countdown section with pricing info */
.countdown-container,
.countdown-description,
.countdown-highlight {
    display: none !important;
}

/* Hide guarantee sections */
.package-guarantee,
.visual-card-guarantee,
.ideal-for-roi {
    display: none !important;
}

/* Hide any pricing elements that might be visible */
.pricing-price,
.pricing-currency,
.sticky-cta-price {
    display: none !important;
}