/**
 * TCE Promo — Landing Page Styles (landing.css)
 * Importat separat via wp_enqueue_style (handle: tce-promo-landing)
 * Depinde de: tce-promo-public (style.css)
 *
 * Mobile-first | WCAG 2.2 AA
 * Paleta: Navy #1c2940 | Gold #b8941f | Bej #f6f4ef | Med Blue #0ea5e9
 *
 * Sectiuni:
 *  1. Hero redesign
 *  2. Benefits (4 carduri)
 *  3. Steps (3 pasi + info box)
 *  4. Bonus/Sanse
 *  5. Exemple
 *  6. Form Section wrapper
 *  7. Produse participante
 *  8. SEO Content
 *  9. FAQ accordion (landingspecific)
 * 10. Footer landing
 * 11. Success Overlay
 * 12. Utilitare landing
 */

/* =============================================
   1. HERO
   ============================================= */

.tce-hero {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
    background-color: #1c2940;
    background-image: linear-gradient(135deg, #1c2940 0%, #0d1929 60%, #1a3550 100%);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 4rem 1.25rem 3rem;
}

.tce-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(28,41,64,0.78) 0%, rgba(13,25,41,0.70) 100%);
    z-index: 0;
}

.tce-hero__overlay {
    display: none;
}

.tce-hero__content {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.tce-hero__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #d4a85b;
    margin: 0 0 0.875rem;
}

.tce-hero__title,
.hero-title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 1.25rem;
    letter-spacing: -0.01em;
}

.tce-hero__subtitle,
.hero-subtitle {
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    line-height: 1.6;
    color: rgba(255,255,255,0.88);
    margin: 0 0 1.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.tce-hero__highlight,
.hero-highlight {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(184,148,31,0.18);
    border: 1px solid rgba(184,148,31,0.45);
    border-radius: 8px;
    padding: 0.625rem 1rem;
    margin-bottom: 1.75rem;
    font-size: 0.925rem;
    font-weight: 600;
    color: #f0c040;
    backdrop-filter: blur(4px);
}

.tce-hero__highlight svg,
.hero-highlight svg {
    flex-shrink: 0;
    color: #f0c040;
}

.tce-hero__cta-group,
.hero-cta-group {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    align-items: center;
    margin-bottom: 1.75rem;
}

.tce-hero__period {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.55);
    margin: 0 0 1rem;
}

.tce-hero__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    justify-content: center;
    font-size: 0.8rem;
}

.tce-hero__links a {
    color: rgba(255,255,255,0.55);
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0.3);
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.tce-hero__links a:hover,
.tce-hero__links a:focus {
    color: rgba(255,255,255,0.88);
}

.tce-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    justify-content: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.12);
}

.tce-hero__trust-item {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
}

.tce-hero__trust-sep {
    color: rgba(255,255,255,0.25);
}

@media (min-width: 640px) {
    .tce-hero {
        min-height: 600px;
        padding: 5rem 2rem 4rem;
    }

    .tce-hero__cta-group {
        flex-direction: row;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .tce-hero {
        min-height: 640px;
        padding: 6rem 2rem 5rem;
    }
}

/* =============================================
   2. BENEFITS (4 carduri)
   ============================================= */

.tce-benefits {
    background: #fff;
    padding: 3.5rem 1.25rem;
}

.tce-benefits__header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.tce-benefits__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: #1c2940;
    margin: 0 0 0.75rem;
    line-height: 1.2;
}

.tce-benefits__subtitle {
    font-size: 1rem;
    color: #667085;
    margin: 0;
}

.tce-benefits .tce-benefits__grid,
.tce-benefits__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1.5rem;
}

.tce-benefits__card {
    position: relative;
    background: linear-gradient(155deg, #ffffff 0%, #fbf9f4 100%);
    border-radius: 18px;
    padding: 1.75rem 1.4rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.9rem;
    border: 1px solid rgba(199, 161, 56, 0.18);
    box-shadow: 0 2px 10px rgba(28, 41, 64, 0.04);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tce-benefits__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c7a138 0%, #e8c768 50%, #c7a138 100%);
    opacity: 0.85;
}

.tce-benefits__card::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(199, 161, 56, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.tce-benefits__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(28, 41, 64, 0.12);
    border-color: rgba(199, 161, 56, 0.45);
}

.tce-benefits__icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #1c2940 0%, #2a3a55 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8c768;
    flex-shrink: 0;
    box-shadow:
        0 6px 14px rgba(28, 41, 64, 0.22),
        inset 0 0 0 3px rgba(232, 199, 104, 0.18);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.tce-benefits__icon svg {
    width: 30px;
    height: 30px;
}

.tce-benefits__card:hover .tce-benefits__icon {
    transform: scale(1.08) rotate(-3deg);
}

.tce-benefits__card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1c2940;
    margin: 0;
    line-height: 1.35;
    letter-spacing: -0.005em;
    position: relative;
    z-index: 1;
}

.tce-benefits__note,
.tce-prizes__note {
    text-align: center;
    font-size: 0.875rem;
    color: #667085;
    max-width: 560px;
    margin: 1.5rem auto 0;
}

@media (min-width: 640px) {
    .tce-benefits {
        padding: 4rem 2rem;
    }

    .tce-benefits__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1024px) {
    .tce-benefits {
        padding: 5rem 2rem;
    }
}

/* =============================================
   3. STEPS — 3 pasi + info box
   ============================================= */

.tce-steps-v2 {
    background: #f6f4ef;
    padding: 3.5rem 1.25rem;
}

.tce-steps-v2__header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.tce-steps-v2__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #d4a85b;
    margin: 0 0 0.5rem;
}

.tce-steps-v2__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: #1c2940;
    margin: 0 0 0.5rem;
}

.tce-steps-v2__lead {
    font-size: 1rem;
    color: #667085;
    margin: 0;
}

.tce-steps-v2__list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.tce-steps-v2__item {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.tce-steps-v2__num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #1c2940;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.tce-steps-v2__content {
    flex: 1;
}

.tce-steps-v2__name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1c2940;
    margin: 0 0 0.375rem;
}

.tce-steps-v2__desc {
    font-size: 0.925rem;
    color: #445;
    line-height: 1.55;
    margin: 0;
}

/* Info Box — magazin partener */
.tce-steps-v2__info-box,
.steps__info-box {
    background: #fffbeb;
    border: 2px solid #f59e0b;
    border-radius: 10px;
    padding: 1.125rem 1.25rem;
    display: flex;
    gap: 0.875rem;
    align-items: flex-start;
    margin: 1.25rem 0 0;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.tce-steps-v2__info-box-icon {
    color: #d97706;
    flex-shrink: 0;
    margin-top: 2px;
}

.tce-steps-v2__info-box-body strong {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #92400e;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tce-steps-v2__info-box-body p {
    font-size: 0.9rem;
    color: #78350f;
    margin: 0;
    line-height: 1.5;
}

.tce-steps-v2__cta {
    text-align: center;
    margin-top: 2.25rem;
}

@media (min-width: 640px) {
    .tce-steps-v2 {
        padding: 4rem 2rem;
    }
}

@media (min-width: 1024px) {
    .tce-steps-v2 {
        padding: 5rem 2rem;
    }
}

/* =============================================
   4. BONUS / SANSE
   ============================================= */

.tce-bonus-section,
.bonus-section {
    background: #1c2940;
    color: #fff;
    padding: 3.5rem 1.25rem;
}

.tce-bonus-section__header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.tce-bonus-section__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f0c040;
    margin: 0 0 0.5rem;
}

.tce-bonus-section__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.75rem;
}

.tce-bonus-section__lead {
    font-size: 0.975rem;
    color: rgba(255,255,255,0.72);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}

.tce-bonus-section__subtitle {
    font-size: 1rem;
    font-weight: 700;
    color: #f0c040;
    text-align: center;
    margin: 2rem 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.8rem;
}

/* Tabel praguri */
.tce-thresholds-table {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 2rem;
    border-collapse: collapse;
}

.tce-thresholds-table th,
.tce-thresholds-table td {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.tce-thresholds-table th {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.5);
}

.tce-thresholds-table td {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.88);
}

.tce-thresholds-table td:last-child {
    font-weight: 700;
    color: #f0c040;
    text-align: right;
}

/* Bonusuri lista */
.tce-bonus-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.tce-bonus-list__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.875rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 0.95rem;
    color: rgba(255,255,255,0.88);
    line-height: 1.5;
}

.tce-bonus-list__item:last-child {
    border-bottom: none;
}

.tce-bonus-list__icon {
    background: rgba(240,192,64,0.18);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #f0c040;
    font-size: 1rem;
    font-weight: 700;
}

.tce-bonus-section__note {
    background: rgba(184,148,31,0.15);
    border: 1px solid rgba(184,148,31,0.35);
    border-radius: 8px;
    padding: 0.875rem 1.125rem;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.55;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
}

@media (min-width: 640px) {
    .tce-bonus-section {
        padding: 4rem 2rem;
    }
}

@media (min-width: 1024px) {
    .tce-bonus-section {
        padding: 5rem 2rem;
    }
}

/* =============================================
   5. EXEMPLE — REDESIGN 2026
   ============================================= */

.tce-examples {
    background: linear-gradient(180deg, #fff 0%, #fafaf7 100%);
    padding: 5rem 1.25rem;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.tce-examples::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 800px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184,148,31,0.25), transparent);
}

.tce-examples__header {
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
}

.tce-examples__title {
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #1c2940;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.tce-examples__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 480px;
    margin: 0 auto 2rem;
    position: relative;
}

.tce-examples__card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 2rem 1.75rem 1.75rem;
    border: 1px solid rgba(28,41,64,0.08);
    box-shadow: 0 1px 3px rgba(28,41,64,0.04), 0 8px 24px -12px rgba(28,41,64,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
    isolation: isolate;
}

.tce-examples__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #b8941f 0%, #f0c040 50%, #b8941f 100%);
    opacity: 0.85;
}

.tce-examples__card::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(184,148,31,0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
}

.tce-examples__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(28,41,64,0.06), 0 16px 40px -16px rgba(184,148,31,0.18);
    border-color: rgba(184,148,31,0.25);
}

.tce-examples__card-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #d4a85b;
    margin: 0 0 1rem;
    padding: 0.3rem 0.75rem;
    background: rgba(184,148,31,0.08);
    border: 1px solid rgba(184,148,31,0.18);
    border-radius: 999px;
}

.tce-examples__card-label::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b8941f;
    box-shadow: 0 0 0 3px rgba(184,148,31,0.15);
}

.tce-examples__card-text {
    font-size: 1rem;
    color: #334155;
    line-height: 1.7;
    margin: 0 0 1.5rem;
    min-height: 5.1rem;
}

.tce-examples__card-result {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    background: linear-gradient(135deg, #1c2940 0%, #0d1929 100%);
    color: #f0c040;
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 14px rgba(28,41,64,0.18), inset 0 1px 0 rgba(240,192,64,0.12);
    position: relative;
    overflow: hidden;
}

.tce-examples__card-result::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 40%, rgba(240,192,64,0.08) 50%, transparent 60%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.tce-examples__card:hover .tce-examples__card-result::before {
    transform: translateX(100%);
}

.tce-examples__card-result svg {
    color: #f0c040;
    filter: drop-shadow(0 0 4px rgba(240,192,64,0.4));
}

.tce-examples__note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    text-align: center;
    font-size: 0.9rem;
    color: #7c2d12;
    font-weight: 600;
    max-width: 540px;
    margin: 0 auto;
    padding: 0.875rem 1.5rem;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 12px;
    border: 1px solid rgba(180,83,9,0.2);
    box-shadow: 0 2px 8px rgba(180,83,9,0.08);
    position: relative;
}

.tce-examples__note::before {
    content: '⚠';
    font-size: 1.1rem;
    color: #b45309;
    flex-shrink: 0;
    line-height: 1;
}

@media (min-width: 640px) {
    .tce-examples {
        padding: 6rem 2rem;
    }

    .tce-examples__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .tce-examples__card {
        padding: 2.25rem 2rem 2rem;
    }
}

@media (min-width: 1024px) {
    .tce-examples {
        padding: 7rem 2rem;
    }
}

/* =============================================
   6. FORM SECTION wrapper (pe landing)
   ============================================= */

.tce-form-section {
    background: #f6f4ef;
    padding: 3.5rem 1.25rem;
}

.tce-form-section__header {
    text-align: center;
    margin-bottom: 2rem;
}

.tce-form-section__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #d4a85b;
    margin: 0 0 0.5rem;
}

.tce-form-section__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: #1c2940;
    margin: 0 0 0.625rem;
}

.tce-form-section__lead {
    font-size: 0.975rem;
    color: #445;
    line-height: 1.6;
    max-width: 560px;
    margin: 0 auto 0.5rem;
}

.tce-form-section__age-note {
    font-size: 0.85rem;
    color: #667085;
    margin: 0;
}

.tce-form-section__partner-note {
    background: #fffbeb;
    border: 1px solid #fcd34d;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #78350f;
    margin: 1rem auto 0;
    max-width: 560px;
    line-height: 1.5;
}

/* Form inline pe landing — wrapper */
.tce-form-section__form-wrap {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(28,41,64,0.1);
    padding: 2rem 1.5rem;
}

@media (min-width: 640px) {
    .tce-form-section {
        padding: 4rem 2rem;
    }

    .tce-form-section__form-wrap {
        padding: 2.5rem 2rem;
    }
}

@media (min-width: 1024px) {
    .tce-form-section {
        padding: 5rem 2rem;
    }
}

/* =============================================
   7. PRODUSE PARTICIPANTE
   ============================================= */

.tce-products-section {
    background: #fff;
    padding: 5rem 1.25rem;
}

.tce-products-section__header {
    text-align: center;
    margin-bottom: 2rem;
}

.tce-products-section__title {
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 800;
    color: #1c2940;
    margin: 0 0 0.5rem;
}

.tce-products-section__lead {
    font-size: 0.975rem;
    color: #445;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.tce-products-section__texts {
    max-width: 680px;
    margin: 0 auto;
}

.tce-products-section__texts p {
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.65;
    margin: 0 0 1rem;
}

.tce-products-section__texts p:last-child {
    margin: 0;
}

.tce-products-section__note {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    padding: 0.875rem 1.125rem;
    font-size: 0.875rem;
    color: #0c4a6e;
    line-height: 1.55;
    margin-top: 1.25rem;
}

@media (min-width: 640px) {
    .tce-products-section {
        padding: 5rem 2rem;
    }
}

/* =============================================
   7b. PRODUSE — 3 carduri uniforme
   ============================================= */

.tce-products {
    padding: 3.5rem 1.25rem;
    background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
}

.tce-products__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: #1c2940;
    text-align: center;
    margin: 0 0 0.75rem;
}

.tce-products__intro {
    font-size: 1rem;
    color: #64748b;
    text-align: center;
    max-width: 640px;
    margin: 0 auto 2.5rem;
}

.tce-products .tce-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tce-products__title,
.tce-products__intro {
    text-align: center;
}

.tce-products__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1080px;
    width: 100%;
}

.tce-products__card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 2px 12px rgba(28, 41, 64, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

/* Cardurile sunt statice — hover fără lift/click effect */

.tce-products__card img {
    width: 100%;
    max-width: 280px;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}

.tce-products__card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1c2940;
    margin: 0;
}

.tce-products__card-desc {
    font-size: 0.925rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* Cardul Gustări Spațiale — featured */
.tce-products__card--featured {
    background: linear-gradient(180deg, #fff 0%, #fef3e2 100%);
    border-color: #f59e0b;
}

@media (max-width: 900px) {
    .tce-products__grid {
        grid-template-columns: 1fr;
        max-width: 480px;
    }

    .tce-products__card img {
        max-width: 100%;
    }
}

/* =============================================
   8. SEO CONTENT
   ============================================= */

.tce-seo-section {
    background: #f6f4ef;
    padding: 5rem 1.25rem;
}

.tce-seo-section__inner {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.tce-seo-section__title {
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 800;
    color: #1c2940;
    margin: 0 0 1.5rem;
    text-align: center;
}

.tce-seo-section__text {
    font-size: 0.95rem;
    color: #445;
    line-height: 1.7;
    margin: 0 0 1rem;
    text-align: left;
}

.tce-seo-section__text:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .tce-seo-section {
        padding: 5rem 2rem;
    }
}

/* =============================================
   9. FAQ (landing-specific)
   ============================================= */

.tce-faq-v2 {
    background: #fff;
    padding: 3.5rem 1.25rem;
}

.tce-faq-v2__header {
    text-align: center;
    margin-bottom: 2rem;
}

.tce-faq-v2__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: #1c2940;
    margin: 0;
}

.tce-faq-v2__list {
    max-width: 720px;
    margin: 0 auto;
}

.tce-faq-v2__item {
    border-bottom: 1px solid #e5e7eb;
}

.tce-faq-v2__item:last-child {
    border-bottom: none;
}

.tce-faq-v2__question {
    margin: 0;
}

.tce-faq-v2__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 1.125rem 0;
    font-size: 0.975rem;
    font-weight: 600;
    color: #1c2940;
    cursor: pointer;
    line-height: 1.45;
    transition: color 0.15s;
}

.tce-faq-v2__toggle:hover,
.tce-faq-v2__toggle:focus {
    color: #0ea5e9;
    outline: none;
}

.tce-faq-v2__toggle:focus-visible {
    outline: 2px solid #0ea5e9;
    outline-offset: 2px;
    border-radius: 4px;
}

.tce-faq-v2__arrow {
    flex-shrink: 0;
    transition: transform 0.25s ease;
    color: #9ca3af;
}

.tce-faq-v2__toggle[aria-expanded="true"] .tce-faq-v2__arrow {
    transform: rotate(180deg);
    color: #0ea5e9;
}

/* FAQ panel: native [hidden] toggle (display: none / block). */
/* Anterior foloseam max-height animation, dar tranziția pe max-height auto-valoare */
/* nu se inițializa corect — panel-urile rămâneau height=0 inclusiv după [hidden] eliminat. */
.tce-faq-v2__answer {
    overflow: hidden;
}

.tce-faq-v2__answer-inner {
    padding: 0 0 1.25rem;
    font-size: 0.925rem;
    color: #445;
    line-height: 1.65;
}

.tce-faq-v2__answer-inner p {
    margin: 0;
}

@media (min-width: 640px) {
    .tce-faq-v2 {
        padding: 4rem 2rem;
    }
}

@media (min-width: 1024px) {
    .tce-faq-v2 {
        padding: 5rem 2rem;
    }
}

/* =============================================
   10. FOOTER LANDING
   ============================================= */

.tce-landing-footer {
    background: #1c2940;
    color: rgba(255,255,255,0.6);
    padding: 2rem 1.25rem;
    text-align: center;
}

.tce-landing-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.tce-landing-footer__links a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.2s;
}

.tce-landing-footer__links a:hover,
.tce-landing-footer__links a:focus {
    color: #fff;
}

.tce-landing-footer__copy {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.75);
    margin: 0;
}

/* =============================================
   11. SUCCESS OVERLAY
   ============================================= */

.tce-success-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(28,41,64,0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    backdrop-filter: blur(4px);
}

.tce-success-overlay[hidden] {
    display: none !important;
}

.tce-success-overlay__card {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    max-width: 460px;
    width: 100%;
    text-align: center;
    box-shadow: 0 24px 80px rgba(28,41,64,0.3);
    animation: tce-overlay-in 0.35s cubic-bezier(0.34,1.56,0.64,1) both;
    /* layout column pentru a garanta că iconița și conținutul sunt centrate */
    display: flex;
    flex-direction: column;
    align-items: center;
}

@keyframes tce-overlay-in {
    from {
        opacity: 0;
        transform: scale(0.85) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.tce-success-overlay__icon {
    width: 72px;
    height: 72px;
    background: #dcfce7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #16a34a;
    /* centrat explicit — previne aliniere stânga dacă părintele nu are text-align */
    align-self: center;
    flex-shrink: 0;
}

.tce-success-overlay__title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1c2940;
    margin: 0 0 1rem;
    line-height: 1.2;
}

.tce-success-overlay__text {
    font-size: 0.975rem;
    color: #445;
    line-height: 1.65;
    margin: 0 0 0.625rem;
}

.tce-success-overlay__text:last-of-type {
    margin-bottom: 1.75rem;
}

.tce-success-overlay__note {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1c2940;
    background: #fef9ec;
    border-radius: 8px;
    padding: 0.625rem 1rem;
    margin: 0 0 1.75rem;
    border: 1px solid #f0c040;
}

.tce-success-overlay__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #1c2940 0%, #2a3a55 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
    width: 100%;
    justify-content: center;
}

.tce-success-overlay__btn:hover,
.tce-success-overlay__btn:focus {
    background: linear-gradient(135deg, #2a3a55 0%, #1c2940 100%);
    box-shadow: 0 4px 14px rgba(28,41,64,0.35);
    transform: translateY(-1px);
}

.tce-success-overlay__btn:focus-visible {
    outline: 3px solid #b8941f;
    outline-offset: 2px;
}

.tce-success-overlay__btn:active {
    transform: translateY(0);
    box-shadow: none;
}

/* =============================================
   12. UTILITARE LANDING
   ============================================= */

.tce-landing-v2 {
    font-family: inherit;
}

/* Ancora invizibila pentru scroll lin */
.tce-anchor-form {
    scroll-margin-top: 80px;
}

/* Buton CTA landing (varianta gold) — WCAG AA: text Navy pe Gold = 7.1:1 contrast */
.tce-btn--gold,
.tce-btn[style*="background"][style*="b8941f"],
.tce-form__submit.tce-btn,
.tce-steps-v2__cta a.tce-btn {
    background: #b8941f;
    color: #1c2940;
}

.tce-btn--gold:hover,
.tce-btn--gold:focus,
.tce-form__submit.tce-btn:hover,
.tce-form__submit.tce-btn:focus,
.tce-steps-v2__cta a.tce-btn:hover,
.tce-steps-v2__cta a.tce-btn:focus {
    background: #9a7a19;
    color: #1c2940;
}

/* Container narrow specific landing */
.tce-landing-v2 .tce-container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 640px) {
    .tce-landing-v2 .tce-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* =============================================
   13. EXTRAGERI & CASTIGATORI — REDESIGN 2026
   ============================================= */

.tce-extrageri-teaser {
    background:
        radial-gradient(circle at 20% 0%, rgba(184,148,31,0.06) 0%, transparent 45%),
        radial-gradient(circle at 80% 100%, rgba(28,41,64,0.04) 0%, transparent 45%),
        linear-gradient(180deg, #f6f4ef 0%, #efece4 100%);
    padding: 5rem 1.25rem;
    position: relative;
    overflow: hidden;
}

.tce-extrageri-teaser .tce-extrageri-teaser__header,
.tce-extrageri-teaser__header {
    text-align: center;
    max-width: 720px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 3.5rem;
    position: relative;
}

.tce-extrageri-teaser__title {
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #1c2940;
    margin: 0 0 1rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.tce-extrageri-teaser__lead {
    font-size: 0.975rem;
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
}

/* Split 2 coloane — fix UN GRID consistent */
/* Selector compus pentru a bate override-ul din tema custom care setează
   `.wp-block-post-content [class^="tce-"] { margin: 0 }` */
.tce-extrageri-teaser .tce-extrageri-teaser__split,
.tce-extrageri-teaser__split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3.5rem;
    max-width: 1080px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Activăm 2 coloane mai DEVREME (de la 600px) ca să nu fie stivuite
   inutil pe tablete și ecrane medii cu DevTools deschis. */
@media (min-width: 600px) {
    .tce-extrageri-teaser .tce-extrageri-teaser__split,
    .tce-extrageri-teaser__split {
        grid-template-columns: 1fr 1fr !important;
        gap: 1.75rem;
    }
}

/* CARD coloana — premium card cu accent stripe + decorative elements */
.tce-extrageri-teaser .tce-extrageri-teaser__column,
.tce-extrageri-teaser__column {
    position: relative;
    background: #fff;
    border-radius: 20px;
    /* Padding generos pe TOATE părțile (TOP / RIGHT / BOTTOM / LEFT) ca să
       lăsăm aer între stripe-ul gold de sus, iconițe, conținut, butoane CTA
       și marginile cardului. Anterior 2.75rem top + 2rem laterale era prea mic. */
    padding: 3rem 2.75rem 2.5rem !important;
    border: 1px solid rgba(28,41,64,0.06);
    box-shadow:
        0 1px 3px rgba(28,41,64,0.04),
        0 12px 32px -16px rgba(28,41,64,0.12);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tce-extrageri-teaser__column::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 20px 20px 0 0;
}

.tce-extrageri-teaser__column::after {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    z-index: -1;
}

.tce-extrageri-teaser__column:hover {
    transform: translateY(-3px);
    box-shadow:
        0 4px 12px rgba(28,41,64,0.06),
        0 20px 48px -16px rgba(28,41,64,0.18);
}

.tce-extrageri-teaser__column--winners::before {
    background: linear-gradient(90deg, #b8941f 0%, #f0c040 50%, #b8941f 100%);
}

.tce-extrageri-teaser__column--winners::after {
    background: radial-gradient(circle, rgba(184,148,31,0.1) 0%, transparent 70%);
}

.tce-extrageri-teaser__column--next::before {
    background: linear-gradient(90deg, #1c2940 0%, #2d4a73 50%, #1c2940 100%);
}

.tce-extrageri-teaser__column--next::after {
    background: radial-gradient(circle, rgba(28,41,64,0.08) 0%, transparent 70%);
}

/* Title cu icon premium */
.tce-extrageri-teaser__column-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: #1c2940;
    margin: 0;
    letter-spacing: -0.005em;
}

.tce-extrageri-teaser__column-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    flex-shrink: 0;
}

.tce-extrageri-teaser__column--winners .tce-extrageri-teaser__column-icon {
    background: linear-gradient(135deg, rgba(184,148,31,0.15) 0%, rgba(240,192,64,0.18) 100%);
    color: #b8941f;
    box-shadow: inset 0 0 0 1px rgba(184,148,31,0.25);
}

.tce-extrageri-teaser__column--next .tce-extrageri-teaser__column-icon {
    background: linear-gradient(135deg, rgba(28,41,64,0.08) 0%, rgba(28,41,64,0.14) 100%);
    color: #1c2940;
    box-shadow: inset 0 0 0 1px rgba(28,41,64,0.15);
}

/* WINNERS LIST — design elegant cu cards individuale */
.tce-winners-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    flex: 1;
}

.tce-winners-list__item {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.75rem 0.875rem;
    background: linear-gradient(135deg, #fefcf6 0%, #faf6ec 100%);
    border-radius: 12px;
    border: 1px solid rgba(184,148,31,0.12);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.tce-winners-list__item:hover {
    transform: translateX(2px);
    border-color: rgba(184,148,31,0.3);
}

.tce-winners-list__avatar {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: linear-gradient(135deg, #b8941f 0%, #f0c040 100%);
    color: #1c2940;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow:
        0 2px 6px rgba(184,148,31,0.25),
        inset 0 1px 0 rgba(255,255,255,0.3);
    border: 2px solid #fff;
    position: relative;
}

.tce-winners-list__avatar::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: conic-gradient(from 90deg, transparent, rgba(184,148,31,0.35), transparent);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tce-winners-list__item:hover .tce-winners-list__avatar::after {
    opacity: 1;
}

.tce-winners-list__details {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
    flex: 1;
}

.tce-winners-list__name {
    font-size: 0.95rem;
    font-weight: 800;
    color: #1c2940;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.005em;
}

.tce-winners-list__meta {
    font-size: 0.8rem;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Mesaj gol */
.tce-extrageri-teaser__empty {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.65;
    margin: 0;
    flex: 1;
    padding: 1.5rem;
    background: linear-gradient(135deg, #fafaf7 0%, #f4f1e8 100%);
    border-radius: 12px;
    border: 1px dashed rgba(184,148,31,0.25);
    text-align: center;
}

/* COUNTDOWN CARD — digital display premium */
.tce-countdown-card {
    background: linear-gradient(180deg, #fafaf7 0%, #f4f1e8 100%);
    border-radius: 14px;
    padding: 1.5rem 1.25rem;
    text-align: center;
    border: 1px solid rgba(28,41,64,0.08);
    flex: 1;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.tce-countdown-card__time {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
}

.tce-countdown-card__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    padding: 0.625rem 0.75rem;
    background: linear-gradient(180deg, #fff 0%, #fafaf7 100%);
    border-radius: 10px;
    border: 1px solid rgba(28,41,64,0.08);
    box-shadow:
        0 1px 2px rgba(28,41,64,0.04),
        inset 0 -2px 0 rgba(28,41,64,0.04);
}

.tce-countdown-card__num {
    display: block;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #1c2940;
    line-height: 1;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
}

.tce-countdown-card__label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #475569;
    margin-top: 0.5rem;
}

.tce-countdown-card__sep {
    display: flex;
    align-items: center;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 800;
    color: #b8941f;
    line-height: 1;
    padding: 0;
    align-self: center;
    animation: tce-countdown-blink 1.5s ease-in-out infinite;
}

@keyframes tce-countdown-blink {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 1; }
}

.tce-countdown-card__when {
    font-size: 0.875rem;
    color: #4b5563;
    margin: 0 0 0.5rem;
    line-height: 1.5;
}

.tce-countdown-card__when strong {
    color: #1c2940;
    font-weight: 700;
}

.tce-countdown-card__pool {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.85rem;
    color: #4b5563;
    margin: 0;
    padding: 0.375rem 0.875rem;
    background: rgba(255,255,255,0.6);
    border-radius: 999px;
    border: 1px solid rgba(28,41,64,0.08);
}

.tce-countdown-card__pool::before {
    content: '🎟️';
    font-size: 0.95rem;
}

.tce-countdown-card__pool strong {
    color: #1c2940;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

/* CTA — buton outline elegant */
.tce-extrageri-teaser__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    padding: 0.75rem 1.375rem;
    border: 2px solid #1c2940;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #1c2940;
    text-decoration: none;
    background: transparent;
    transition: all 0.25s ease;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
}

.tce-extrageri-teaser__cta::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #1c2940 0%, #0d1929 100%);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: -1;
}

.tce-extrageri-teaser__cta:hover::after,
.tce-extrageri-teaser__cta:focus::after {
    transform: translateX(0);
}

.tce-extrageri-teaser__cta:hover,
.tce-extrageri-teaser__cta:focus {
    color: #fff;
    border-color: #1c2940;
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(28,41,64,0.2);
}

.tce-extrageri-teaser__cta:focus-visible {
    outline: 2px solid #b8941f;
    outline-offset: 2px;
}

/* MINI TIMELINE — progress bar premium cu 4 extrageri */
.tce-extrageri-teaser .tce-extrageri-teaser__timeline,
.tce-extrageri-teaser__timeline {
    margin-top: 2rem;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 920px;
    padding: 2rem 2.5rem;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(28,41,64,0.06);
    box-shadow: 0 2px 8px rgba(28,41,64,0.04);
}

.tce-extrageri-timeline {
    display: flex;
    gap: 0;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

/* Linia de fundal — gri */
.tce-extrageri-timeline::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 8%;
    right: 8%;
    height: 3px;
    background: #e5e7eb;
    border-radius: 999px;
    z-index: 0;
}

/* Linia progres — completed (calculat dinamic via :has în CSS modern) */
.tce-extrageri-timeline::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 8%;
    height: 3px;
    background: linear-gradient(90deg, #b8941f 0%, #f0c040 100%);
    border-radius: 999px;
    z-index: 1;
    width: 28%;  /* 2 din 4 completed = 28% (jumătate din spațiul interior 56%) */
    box-shadow: 0 0 8px rgba(184,148,31,0.4);
    transition: width 0.4s ease;
}

.tce-extrageri-timeline__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    flex: 1;
    min-width: 70px;
    position: relative;
    z-index: 2;
    padding: 0 0.25rem;
}

/* Punct indicator — checkmark pentru completed, punct pentru pending */
.tce-extrageri-timeline__item::before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #d1d5db;
    box-shadow: 0 2px 4px rgba(28,41,64,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    flex-shrink: 0;
    position: relative;
}

.tce-extrageri-timeline__item--completed::before {
    background:
        linear-gradient(135deg, #b8941f 0%, #f0c040 100%);
    border-color: #fff;
    box-shadow:
        0 0 0 3px #b8941f,
        0 4px 12px rgba(184,148,31,0.35);
}

.tce-extrageri-timeline__item--completed::after {
    content: '';
    position: absolute;
    top: 9px;
    width: 12px;
    height: 6px;
    border-left: 2.5px solid #1c2940;
    border-bottom: 2.5px solid #1c2940;
    transform: rotate(-45deg);
    z-index: 3;
}

.tce-extrageri-timeline__item--pending::before {
    background: #fff;
    border-color: #cbd5e1;
}

.tce-extrageri-timeline__item--pending::after {
    content: '';
    position: absolute;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    z-index: 3;
}

/* Următoarea extragere pending — special highlight cu pulse */
.tce-extrageri-timeline__item--pending:first-of-type::before,
.tce-extrageri-timeline__item:not(.tce-extrageri-timeline__item--completed):first-of-type::before {
    border-color: #1c2940;
    box-shadow:
        0 0 0 3px rgba(28,41,64,0.15),
        0 0 0 8px rgba(28,41,64,0.05);
    animation: tce-timeline-pulse 2s ease-in-out infinite;
}

@keyframes tce-timeline-pulse {
    0%, 100% { box-shadow: 0 0 0 3px rgba(28,41,64,0.15), 0 0 0 8px rgba(28,41,64,0.05); }
    50%      { box-shadow: 0 0 0 3px rgba(28,41,64,0.25), 0 0 0 12px rgba(28,41,64,0.08); }
}

.tce-extrageri-timeline__date {
    font-size: 0.85rem;
    font-weight: 800;
    color: #1c2940;
    text-align: center;
    letter-spacing: -0.005em;
}

.tce-extrageri-timeline__status {
    font-size: 0.7rem;
    color: #6b7280;
    text-align: center;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.tce-extrageri-timeline__item--completed .tce-extrageri-timeline__status {
    color: #b8941f;
    font-weight: 700;
}

@media (min-width: 640px) {
    .tce-extrageri-teaser {
        padding: 6rem 2rem;
    }

    /* Padding cardurilor pe desktop ÎNCĂ mai generos decât pe mobile */
    .tce-extrageri-teaser .tce-extrageri-teaser__column,
    .tce-extrageri-teaser__column {
        padding: 3.25rem 3rem 2.75rem !important;
    }

    .tce-extrageri-teaser .tce-extrageri-teaser__timeline,
    .tce-extrageri-teaser__timeline {
        padding: 2.5rem 3rem !important;
    }
}

@media (min-width: 1024px) {
    .tce-extrageri-teaser {
        padding: 7rem 2rem;
    }
}

/* ============================================================
   MOBILE FIX — P2 — 2026-05-13
   Timeline extrageri: orizontal → vertical pe mobil (max 640px)
   ============================================================ */
@media (max-width: 640px) {

    /* Wrapper timeline: reduce padding lateral */
    .tce-extrageri-teaser .tce-extrageri-teaser__timeline,
    .tce-extrageri-teaser__timeline {
        padding: 1.25rem 1rem;
    }

    /* Timeline: vertical în loc de orizontal */
    .tce-extrageri-timeline {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }

    /* Ascunde linia de progres orizontală (nu are sens vertical) */
    .tce-extrageri-timeline::before,
    .tce-extrageri-timeline::after {
        display: none;
    }

    /* Fiecare item: rând orizontal (cerc + text pe același rând) */
    .tce-extrageri-timeline__item {
        flex-direction: row;
        align-items: center;
        gap: 0.875rem;
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(28,41,64,0.06);
        min-width: 0;
    }

    .tce-extrageri-timeline__item:last-child {
        border-bottom: none;
    }

    /* Indicatorul cerc: dimensiune fixă, nu se deformează */
    .tce-extrageri-timeline__item::before {
        flex-shrink: 0;
        width: 28px;
        height: 28px;
    }

    /* Text dată + status: pe aceeași linie, separate */
    .tce-extrageri-timeline__date {
        font-size: 0.9rem;
        font-weight: 700;
        text-align: left;
    }

    .tce-extrageri-timeline__status {
        font-size: 0.72rem;
        text-align: left;
        display: inline-block;
        margin-left: 0.5rem;
    }
}

/* =============================================
   13. SUPPORT / HELP (button + modal)
   ============================================= */

/* Support card — card cald, deschis modal. Pus sub butonul de submit. */
.tce-support-card {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    width: 100%;
    margin: 1.5rem auto 0;
    max-width: 460px;
    padding: 0.875rem 1.1rem;
    background: linear-gradient(135deg, #fef9e7 0%, #fdf4d2 100%);
    border: 1px solid rgba(184,148,31,0.35);
    border-radius: 12px;
    color: #1c2940;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    box-shadow: 0 1px 3px rgba(28,41,64,0.06);
}

.tce-support-card:hover,
.tce-support-card:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(28,41,64,0.12);
    border-color: rgba(184,148,31,0.65);
    background: linear-gradient(135deg, #fef3c7 0%, #fce892 100%);
    outline: none;
}

.tce-support-card:active {
    transform: translateY(0);
}

.tce-support-card__icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1c2940;
    color: #f0c040;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(240,192,64,0.25);
}

.tce-support-card__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.tce-support-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1c2940;
    line-height: 1.2;
}

.tce-support-card__sub {
    font-size: 0.8rem;
    color: #5a6478;
    line-height: 1.35;
    font-weight: 500;
}

.tce-support-card__arrow {
    flex-shrink: 0;
    color: #b8941f;
    display: inline-flex;
    transition: transform 0.2s ease;
}

.tce-support-card:hover .tce-support-card__arrow {
    transform: translateX(3px);
}

@media (max-width: 480px) {
    .tce-support-card {
        gap: 0.75rem;
        padding: 0.75rem 0.9rem;
    }
    .tce-support-card__icon {
        width: 36px;
        height: 36px;
    }
    .tce-support-card__title { font-size: 0.9rem; }
    .tce-support-card__sub   { font-size: 0.75rem; }
}

/* Modal overlay */
.tce-support-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.tce-support-modal[hidden] {
    display: none !important;
}

.tce-support-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(3px);
    cursor: pointer;
}

.tce-support-modal__card {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

.tce-support-modal__close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    color: #5a6478;
    border-radius: 8px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tce-support-modal__close:hover,
.tce-support-modal__close:focus-visible {
    background: rgba(28,41,64,0.08);
    color: #1c2940;
    outline: none;
}

.tce-support-modal__title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1c2940;
    margin: 0 0 0.5rem;
    padding-right: 2.5rem;
}

.tce-support-modal__lead {
    font-size: 0.95rem;
    color: #4a5468;
    margin: 0 0 1.25rem;
    line-height: 1.5;
}

.tce-support-modal__field {
    margin-bottom: 1rem;
    position: relative;
}

.tce-support-modal__field label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1c2940;
    margin-bottom: 0.4rem;
}

.tce-support-modal__field textarea {
    width: 100%;
    border: 1px solid rgba(28,41,64,0.25);
    border-radius: 8px;
    padding: 0.7rem 0.85rem;
    font-size: 0.95rem;
    font-family: inherit;
    color: #1c2940;
    resize: vertical;
    min-height: 110px;
    box-sizing: border-box;
}

.tce-support-modal__field textarea:focus {
    outline: none;
    border-color: #b8941f;
    box-shadow: 0 0 0 3px rgba(184,148,31,0.18);
}

.tce-support-modal__counter {
    display: block;
    text-align: right;
    font-size: 0.75rem;
    color: #8a93a6;
    margin-top: 0.25rem;
}

.tce-support-modal__consent {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    font-size: 0.85rem;
    color: #4a5468;
    line-height: 1.45;
    margin-bottom: 1rem;
    cursor: pointer;
}

.tce-support-modal__consent input[type="checkbox"] {
    margin-top: 0.2rem;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.tce-support-modal__preview {
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: #f6f4ef;
    border-radius: 8px;
    border: 1px solid rgba(28,41,64,0.08);
}

.tce-support-modal__preview-label {
    font-size: 0.78rem;
    color: #5a6478;
    margin: 0 0 0.4rem;
    font-weight: 600;
}

.tce-support-modal__preview img {
    display: block;
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    border-radius: 4px;
    background: #fff;
}

.tce-support-modal__feedback {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.88rem;
    margin-bottom: 1rem;
    line-height: 1.45;
}

.tce-support-modal__feedback[hidden] {
    display: none !important;
}

.tce-support-modal__feedback.is-error {
    background: #fde8e8;
    color: #9b1c1c;
    border: 1px solid rgba(155,28,28,0.2);
}

.tce-support-modal__feedback.is-success {
    background: #def7e5;
    color: #14532d;
    border: 1px solid rgba(20,83,45,0.2);
}

.tce-support-modal__actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.tce-support-modal__actions .tce-btn {
    min-width: 120px;
}

@media (max-width: 640px) {
    .tce-support-modal {
        padding: 0;
        align-items: stretch;
    }

    .tce-support-modal__card {
        max-width: 100%;
        max-height: 100vh;
        height: 100vh;
        border-radius: 0;
        padding: 1.25rem 1rem 1.5rem;
    }

    .tce-support-modal__title {
        font-size: 1.2rem;
    }

    .tce-support-modal__actions {
        flex-direction: column-reverse;
    }

    .tce-support-modal__actions .tce-btn {
        width: 100%;
        min-width: 0;
    }
}

/* =============================================================
 * 14. WAVE 1 DESIGN TOKENS + HERO REDESIGN
 *    Adăugat 2026-05-18 — fonduri Inter + DM Serif Display,
 *    topbar campanie, hero split 1.3fr/1fr cu card zbor charter.
 *    Toate token-urile + clasele folosesc prefix `--w1-` / `tce-*-w1`
 *    pentru izolare totală față de stilurile existente (ce vor fi
 *    suprascrise în Wave 2/3).
 * ============================================================= */

:root {
    --w1-navy:        #1c2940;
    --w1-navy-2:      #243353;
    --w1-navy-deep:   #12192c;
    --w1-ink:         #0c1424;
    --w1-ink-2:       #3a4762;
    --w1-ink-3:       #6e7892;
    --w1-ink-4:       #a0a8bd;
    --w1-paper:       #ffffff;
    --w1-paper-2:     #f7f5ef;
    --w1-paper-3:     #efece3;
    --w1-cream:       #fbf8f1;
    --w1-accent:      #e85a4f;
    --w1-accent-2:    #cd4036;
    --w1-accent-soft: #ffd6cf;
    --w1-accent-tint: #fff1ee;
    --w1-gold:        #d4a85b;
    --w1-ok:          #3e7a5c;
    --w1-ok-tint:     #ebf3ee;
    --w1-border:      #e6e3da;
    --w1-border-2:    #d9d4c6;
    --w1-shadow:      0 1px 2px rgba(12,20,36,.04), 0 4px 12px rgba(12,20,36,.06);
    --w1-shadow-lg:   0 24px 60px -24px rgba(12,20,36,.25);
    --w1-radius:      14px;
    --w1-radius-lg:   18px;
    --w1-sans:        'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --w1-display:     'DM Serif Display', Georgia, serif;
}

@keyframes tce-w1-pulse {
    0%, 100% { opacity: 1; }
    50%      { opacity: .35; }
}

@keyframes tce-flight-trail {
    from { stroke-dashoffset: 0; }
    to   { stroke-dashoffset: -220; }
}

/* -------------------------------------------------------------
 * 14.1 TOPBAR — bandă navy cu anunț campanie
 * ------------------------------------------------------------- */
.tce-topbar-w1 {
    background: var(--w1-navy-deep);
    color: #fff;
    font-family: var(--w1-sans);
    font-size: 12.5px;
    font-weight: 500;
    padding: 9px 0;
    text-align: center;
}

.tce-topbar-w1__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.tce-topbar-w1__dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--w1-accent);
    border-radius: 50%;
    animation: tce-w1-pulse 1.8s infinite;
    margin-right: 10px;
    vertical-align: 2px;
}

.tce-topbar-w1 a {
    margin-left: 16px;
    color: rgba(255, 255, 255, .85);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 1px;
    text-decoration: none;
    transition: color .2s, border-color .2s;
}

.tce-topbar-w1 a:hover,
.tce-topbar-w1 a:focus-visible {
    color: #fff;
    border-color: #fff;
}

/* -------------------------------------------------------------
 * 14.2 HERO — split 1.3fr / 1fr
 * ------------------------------------------------------------- */
.tce-hero-w1 {
    position: relative;
    overflow: hidden;
    color: #fff;
    min-height: 720px;
    font-family: var(--w1-sans);
}

.tce-hero-w1__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #0b1730;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tce-hero-w1__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg,
        rgba(12, 20, 36, .85) 0%,
        rgba(12, 20, 36, .55) 45%,
        rgba(12, 20, 36, .25) 75%,
        rgba(12, 20, 36, .55) 100%);
}

.tce-hero-w1__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 75% 80%,
        rgba(232, 90, 79, .25) 0%,
        transparent 50%);
    z-index: 1;
}

.tce-hero-w1__inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 24px 88px;
    min-height: 720px;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
    align-items: end;
}

.tce-hero-w1__lead {
    min-width: 0;
}

/* Eyebrow */
.tce-hero-w1__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: .02em;
    color: rgba(255, 255, 255, .92);
    margin-bottom: 22px;
}

.tce-hero-w1__eyebrow-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--w1-accent);
    border-radius: 50%;
    animation: tce-w1-pulse 1.8s infinite;
}

/* Titlu */
.tce-hero-w1__title {
    font-family: var(--w1-sans);
    font-weight: 800;
    font-size: clamp(40px, 4.8vw, 68px);
    line-height: 1.02;
    letter-spacing: -.025em;
    color: #fff;
    margin: 0 0 22px;
    text-wrap: balance;
    max-width: 18ch;
}

.tce-hero-w1__title-it {
    font-family: var(--w1-display);
    font-style: italic;
    font-weight: 400;
    font-size: .98em;
    letter-spacing: -.025em;
    color: #fff;
}

.tce-hero-w1__title-accent {
    color: var(--w1-accent-soft);
}

/* Deck + bonus */
.tce-hero-w1__deck {
    font-size: 18px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .86);
    font-weight: 400;
    max-width: 580px;
    margin: 0 0 14px;
}

.tce-hero-w1__bonus {
    font-size: 14px;
    color: rgba(255, 255, 255, .78);
    margin: 0 0 30px;
}

.tce-hero-w1__bonus b {
    color: #fff;
    font-weight: 700;
}

.tce-hero-w1__badge {
    display: inline-block;
    background: rgba(232, 90, 79, .22);
    color: var(--w1-accent-soft);
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 6px;
    margin: 0 2px;
    font-size: 12.5px;
    border: 1px solid rgba(232, 90, 79, .35);
}

/* CTA group */
.tce-hero-w1__ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 34px;
}

/* Foot */
.tce-hero-w1__foot {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    font-size: 13px;
    color: rgba(255, 255, 255, .7);
    font-weight: 500;
}

.tce-hero-w1__foot-sep {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
}

.tce-hero-w1__foot a {
    color: rgba(255, 255, 255, .78);
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    padding-bottom: 1px;
    text-decoration: none;
    transition: color .2s, border-color .2s;
}

.tce-hero-w1__foot a:hover,
.tce-hero-w1__foot a:focus-visible {
    color: #fff;
    border-color: #fff;
}

/* -------------------------------------------------------------
 * 14.3 FLIGHT CARD — pe coloana dreaptă a hero-ului
 * ------------------------------------------------------------- */
.tce-hero-w1__flight {
    background: rgba(12, 20, 36, .65);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 18px;
    padding: 26px;
    color: #fff;
    align-self: end;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .4);
}

.tce-flight__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tce-flight__head-l {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .85);
}

.tce-flight__head-r {
    color: rgba(255, 255, 255, .55);
    font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: .05em;
}

.tce-flight__led {
    width: 8px;
    height: 8px;
    background: var(--w1-accent);
    border-radius: 50%;
    animation: tce-w1-pulse 1.8s infinite;
}

.tce-flight__route {
    display: grid;
    grid-template-columns: auto minmax(180px, 2.2fr) auto;
    align-items: center;
    gap: 14px;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, .13);
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.tce-flight__pt {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tce-flight__pt--r {
    text-align: right;
}

.tce-flight__code {
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1;
    color: #fff;
}

.tce-flight__loc {
    font-size: 12px;
    color: rgba(255, 255, 255, .65);
    line-height: 1.4;
    font-weight: 500;
}

.tce-flight__path {
    position: relative;
    width: 100%;
    min-width: 220px;
    height: 96px;
    color: rgba(255, 220, 200, 0.85);
}

.tce-flight__path svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.tce-flight__trail {
    stroke-dasharray: 4 5;
    stroke-dashoffset: 0;
    animation: tce-flight-trail 22s linear infinite;
}

.tce-flight__meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding-top: 22px;
    font-size: 12px;
}

.tce-flight__k {
    color: rgba(255, 255, 255, .55);
    font-weight: 500;
    margin-bottom: 3px;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: 10px;
}

.tce-flight__v {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.tce-flight__note {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .13);
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .78);
}

.tce-flight__note b {
    color: var(--w1-accent-soft);
    font-weight: 700;
}

/* -------------------------------------------------------------
 * 14.4 BUTONS (Wave 1) — scoped sub `.tce-btn-w1`
 * ------------------------------------------------------------- */
.tce-btn-w1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 26px;
    font-family: var(--w1-sans);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .01em;
    border-radius: 10px;
    border: 1.5px solid transparent;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition:
        transform .2s,
        background .2s,
        box-shadow .2s,
        color .2s,
        border-color .2s;
}

.tce-btn-w1:hover {
    transform: translateY(-1px);
}

.tce-btn-w1--primary {
    background: var(--w1-accent);
    color: #fff;
    box-shadow: 0 12px 26px -10px rgba(232, 90, 79, .55);
}

.tce-btn-w1--primary:hover,
.tce-btn-w1--primary:focus-visible {
    background: var(--w1-accent-2);
    color: #fff;
    box-shadow: 0 18px 38px -10px rgba(232, 90, 79, .6);
}

.tce-btn-w1--ghost {
    background: rgba(255, 255, 255, .08);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .4);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.tce-btn-w1--ghost:hover,
.tce-btn-w1--ghost:focus-visible {
    background: rgba(255, 255, 255, .18);
    color: #fff;
    border-color: #fff;
}

.tce-btn-w1--lg {
    padding: 18px 32px;
    font-size: 15px;
    border-radius: 12px;
}

/* -------------------------------------------------------------
 * 14.5 RESPONSIVE — tablet & mobile
 * ------------------------------------------------------------- */
@media (max-width: 980px) {
    .tce-hero-w1 {
        min-height: 0;
    }

    .tce-hero-w1__inner {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 60px 24px;
        min-height: 0;
        align-items: start;
    }

    .tce-hero-w1__flight {
        width: 100%;
        align-self: stretch;
    }

    .tce-hero-w1__title {
        font-size: clamp(34px, 5.4vw, 52px);
    }

    .tce-hero-w1__deck {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .tce-topbar-w1 {
        font-size: 12px;
        padding: 8px 16px;
    }

    .tce-topbar-w1 a {
        display: inline-block;
        margin-left: 8px;
    }

    .tce-hero-w1__inner {
        padding: 48px 16px;
        gap: 28px;
    }

    .tce-hero-w1__title {
        font-size: clamp(30px, 6vw, 44px);
    }

    .tce-hero-w1__deck {
        font-size: 16px;
    }

    .tce-hero-w1__flight {
        padding: 22px;
    }

    .tce-flight__code {
        font-size: 36px;
    }

    .tce-hero-w1__ctas .tce-btn-w1 {
        width: 100%;
    }

    /* [P1 mobile-fix 2026-05-22] CTA-urile full-width nu trebuie să fie șterse de padding-ul --lg */
    .tce-hero-w1__ctas .tce-btn-w1--lg {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 480px) {
    .tce-hero-w1__foot-sep {
        display: none;
    }

    .tce-hero-w1__foot {
        gap: 6px 14px;
        font-size: 12.5px;
    }

    .tce-hero-w1__title {
        font-size: clamp(26px, 7vw, 36px);
        letter-spacing: -.02em;
    }

    .tce-hero-w1__eyebrow {
        font-size: 11.5px;
        padding: 6px 12px;
    }

    /* [P1 mobile-fix 2026-05-22] Cardul de zbor: elimin min-width care forța overflow
       din afara hero-ului pe ecrane înguste; reduc gap & padding ca avionul să rămână centrat. */
    .tce-hero-w1__inner {
        padding: 44px 14px 56px;
    }

    .tce-hero-w1__flight {
        padding: 18px 16px;
        border-radius: 14px;
    }

    .tce-flight__head {
        margin-bottom: 16px;
        font-size: 10.5px;
    }

    .tce-flight__route {
        grid-template-columns: auto 1fr auto;
        gap: 10px;
        padding: 18px 0;
    }

    .tce-flight__path {
        min-width: 0;
        height: 72px;
    }

    .tce-flight__meta {
        gap: 12px;
        padding-top: 18px;
    }

    .tce-flight__code {
        font-size: 30px;
    }

    .tce-flight__loc {
        font-size: 11.5px;
    }

    .tce-flight__note {
        margin-top: 14px;
        padding-top: 14px;
        font-size: 12.5px;
    }
}

/* [P1 mobile-fix 2026-05-22] Ecrane foarte înguste (Galaxy S8, iPhone SE etc.) */
@media (max-width: 360px) {
    .tce-hero-w1__inner {
        padding: 40px 12px 48px;
    }

    .tce-hero-w1__flight {
        padding: 16px 14px;
    }

    .tce-flight__code {
        font-size: 26px;
    }

    .tce-flight__path {
        height: 60px;
    }

    .tce-flight__meta {
        grid-template-columns: 1fr 1fr;
        gap: 10px 14px;
    }
}

/* [P1 mobile-fix 2026-05-22] Previne overflow orizontal pe pagina landing
   (hero-ul are background absolut; orice scroll lateral involuntar = bug vizual). */
body.tce-promo-page {
    overflow-x: hidden;
}

/* Reduced motion — opresc animațiile decorative */
@media (prefers-reduced-motion: reduce) {
    .tce-topbar-w1__dot,
    .tce-hero-w1__eyebrow-dot,
    .tce-flight__led,
    .tce-flight__trail {
        animation: none;
    }

    .tce-btn-w1,
    .tce-btn-w1:hover {
        transition: none;
        transform: none;
    }
}

/* =============================================================
 * 14.X WAVE 1 HOTFIXES (2026-05-18)
 *  - margin auto centering (override style.css [class^=tce-] {margin:0})
 *  - hide WP theme site-header pe landing (înlocuit de nav custom)
 *  - nav nou sticky (logo TCE + linkuri ancoră + CTA)
 *  - animație plane trail mai vizibilă
 * ============================================================= */

/* 14.X.1 — Center hero/topbar inner (specificitate ridicată) */
.wp-block-post-content .tce-hero-w1__inner,
body .tce-hero-w1__inner {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-block-post-content .tce-topbar-w1__inner,
body .tce-topbar-w1__inner {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 14.X.2 — Ascunde theme site header pe pagina landing (cu shortcode [tce_landing]) */
body.tce-promo-page .tce-site-header,
body.tce-promo-page .tce-header-separator {
    display: none !important;
}

/* 14.X.3 — Nav sticky nou (logo TCE real + linkuri ancoră) */
.tce-nav-w1 {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(28, 41, 64, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    font-family: var(--w1-sans);
}
.tce-nav-w1__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.tce-nav-w1__brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    flex-shrink: 0;
}
.tce-nav-w1__brand img {
    height: 38px;
    width: auto;
    display: block;
}
.tce-nav-w1__brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
.tce-nav-w1__brand-name {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.005em;
    color: #fff;
}
.tce-nav-w1__brand-sub {
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0.02em;
}
.tce-nav-w1__links {
    display: flex;
    align-items: center;
    gap: 28px;
    flex: 1;
    justify-content: center;
}
.tce-nav-w1__links a {
    position: relative;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 4px 0;
    transition: color 0.2s;
}
.tce-nav-w1__links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--w1-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}
.tce-nav-w1__links a:hover,
.tce-nav-w1__links a:focus-visible {
    color: #fff;
    outline: none;
}
.tce-nav-w1__links a:hover::after,
.tce-nav-w1__links a:focus-visible::after {
    transform: scaleX(1);
}
.tce-nav-w1__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.tce-nav-w1__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    background: var(--w1-accent);
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}
.tce-nav-w1__cta:hover,
.tce-nav-w1__cta:focus-visible {
    background: var(--w1-accent-2);
    color: #fff;
    transform: translateY(-1px);
    outline: none;
}
/* §14.X.3.bis — Burger menu (audit fix 2026-05-18) */
.tce-nav-w1__burger {
    display: none;
    background: transparent;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    padding: 8px 10px;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
    transition: background .2s, border-color .2s;
}
.tce-nav-w1__burger:hover,
.tce-nav-w1__burger:focus-visible {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.32);
    outline: none;
}
.tce-nav-w1__burger-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform .25s, opacity .2s;
}
.tce-nav-w1__burger[aria-expanded="true"] .tce-nav-w1__burger-bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}
.tce-nav-w1__burger[aria-expanded="true"] .tce-nav-w1__burger-bar:nth-child(2) {
    opacity: 0;
}
.tce-nav-w1__burger[aria-expanded="true"] .tce-nav-w1__burger-bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}
.tce-nav-w1__links-cta { display: none; }

@media (max-width: 900px) {
    .tce-nav-w1__inner { padding: 12px 16px; }
    .tce-nav-w1__brand-sub { display: none; }
    .tce-nav-w1__actions { display: none; }
    .tce-nav-w1__burger  { display: inline-flex; }

    .tce-nav-w1__links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(28,41,64,0.98);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        flex-direction: column;
        gap: 0;
        justify-content: flex-start;
        padding: 18px 20px 22px;
        border-bottom: 1px solid rgba(255,255,255,.08);
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: max-height .3s ease, opacity .25s ease, visibility 0s linear .3s;
        box-shadow: 0 18px 30px -16px rgba(0,0,0,.45);
    }
    .tce-nav-w1__links.is-open {
        max-height: 480px;
        opacity: 1;
        visibility: visible;
        transition: max-height .35s ease, opacity .25s ease, visibility 0s linear 0s;
    }
    .tce-nav-w1__links a {
        display: block;
        padding: 14px 4px;
        font-size: 16px;
        border-bottom: 1px solid rgba(255,255,255,.06);
        width: 100%;
    }
    .tce-nav-w1__links a:last-child { border-bottom: none; }
    .tce-nav-w1__links a::after { display: none; }

    .tce-nav-w1__links-cta {
        display: inline-flex !important;
        align-items: center;
        gap: 6px;
        margin-top: 12px;
        padding: 14px 22px !important;
        background: var(--w1-accent);
        color: #fff !important;
        border-radius: 10px;
        font-weight: 600;
        text-align: center;
        justify-content: center;
        border-bottom: none !important;
    }
    .tce-nav-w1__links-cta:hover,
    .tce-nav-w1__links-cta:focus-visible {
        background: var(--w1-accent-2);
    }

    body.tce-nav-open { overflow: hidden; }
}

/* 14.X.4 — Plane trail mai vizibil */
.tce-flight__trail {
    stroke: rgba(255, 220, 200, 0.85) !important;
    stroke-width: 1.5 !important;
    stroke-dasharray: 5 4 !important;
    animation: tce-flight-trail 8s linear infinite !important;
}
@keyframes tce-flight-trail {
    from { stroke-dashoffset: 0; }
    to   { stroke-dashoffset: -180; }
}
/* respectă reduced-motion pentru cei sensibili */
@media (prefers-reduced-motion: reduce) {
    .tce-flight__trail { animation: none !important; }
}

/* 14.X.5 — Nav inner centering override (style.css *{margin:0} cu specificitate mai mare) */
.wp-block-post-content .tce-nav-w1__inner,
body .tce-nav-w1__inner {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 14.X.6 — Plane in flight card: zboară de la RZV la LMN cu animateMotion SVG */
.tce-flight__plane {
    color: #fff;
}
/* fallback pentru browsere fără SMIL (Chrome < 79 etc.) — animație CSS keyframes */
@supports not (offset-path: path('M0 0 L0 0')) {
    /* SMIL is broadly supported; this is just a defensive guard */
}
@media (prefers-reduced-motion: reduce) {
    .tce-flight__plane animateMotion { display: none; }
}

/* 14.X.7 — Plane vizibil + coral pe arcul de zbor */
.tce-flight__plane > path,
.tce-flight__plane > circle {
    stroke: #fff;
    fill: #fff;
}
.tce-flight__plane > path {
    fill: none;
    stroke-width: 2;
    filter: drop-shadow(0 0 4px rgba(255, 214, 207, 0.85));
}
.tce-flight__plane > circle {
    stroke: none;
    filter: drop-shadow(0 0 6px rgba(255, 214, 207, 0.95));
}
.tce-flight__trail {
    stroke: rgba(255, 220, 200, 0.65) !important;
    stroke-width: 1.2 !important;
}

/* 14.X.8 — Force SVG flight render full size (style.css override) */
.wp-block-post-content .tce-flight__path svg,
body .tce-flight__path svg {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}
.tce-flight__path { overflow: visible; }

/* =============================================================
 * 15 — WAVE 2 (2026-05-18)
 *  Body sections rebuild: Features, Steps, Form, Prize, Chances, Products
 *  Tokens reused from section 14 (--w1-*); new components prefixed `tce-w2-*`
 * ============================================================= */

/* ---------- 15.1 Shared section primitives ---------- */
.tce-w2-features,
.tce-w2-steps,
.tce-w2-form-section,
.tce-w2-prize,
.tce-w2-chances,
.tce-w2-products {
    font-family: var(--w1-sans);
    color: var(--w1-ink);
    box-sizing: border-box;
    width: 100%;
}
.tce-w2-features *,
.tce-w2-steps *,
.tce-w2-form-section *,
.tce-w2-prize *,
.tce-w2-chances *,
.tce-w2-products * { box-sizing: border-box; }

.tce-w2-features__inner,
.tce-w2-steps__inner,
.tce-w2-form-section__inner,
.tce-w2-prize__inner,
.tce-w2-chances__inner,
.tce-w2-products__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 24px;
}

.tce-w2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--w1-accent);
    margin: 0 0 14px;
}
.tce-w2-eyebrow__bar {
    display: inline-block;
    width: 24px;
    height: 2px;
    background: var(--w1-accent);
}
.tce-w2-eyebrow--light { color: var(--w1-accent-soft); }
.tce-w2-eyebrow--light .tce-w2-eyebrow__bar { background: var(--w1-accent-soft); }

.tce-w2-title {
    font-family: var(--w1-sans);
    font-weight: 700;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -.02em;
    color: var(--w1-ink);
    margin: 0;
    text-wrap: balance;
}
.tce-w2-title em {
    font-family: var(--w1-display);
    font-style: italic;
    font-weight: 400;
    color: var(--w1-accent);
}

.tce-w2-lede {
    font-size: 17px;
    line-height: 1.6;
    color: var(--w1-ink-2);
    max-width: 680px;
    margin: 14px 0 0;
}

.tce-w2-head {
    margin-bottom: 48px;
}
.tce-w2-head--center {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tce-w2-head--center .tce-w2-lede {
    margin-left: auto;
    margin-right: auto;
}

/* Buttons (Wave 2 local) */
.tce-w2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 26px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .01em;
    border-radius: 10px;
    cursor: pointer;
    transition: transform .2s, background .2s, box-shadow .2s, color .2s, border-color .2s;
    border: 1.5px solid transparent;
    font-family: var(--w1-sans);
    text-align: center;
    text-decoration: none;
    line-height: 1;
}
.tce-w2-btn:hover { transform: translateY(-1px); }
.tce-w2-btn--primary {
    background: var(--w1-accent);
    color: #fff;
    box-shadow: 0 12px 26px -10px rgba(232, 90, 79, .55);
}
.tce-w2-btn--primary:hover {
    background: var(--w1-accent-2);
    color: #fff;
    box-shadow: 0 18px 38px -10px rgba(232, 90, 79, .6);
}
.tce-w2-btn--dark {
    background: var(--w1-navy);
    color: #fff;
}
.tce-w2-btn--dark:hover {
    background: var(--w1-navy-deep);
    color: #fff;
}
.tce-w2-btn--lg { padding: 18px 32px; font-size: 15px; border-radius: 12px; }
.tce-w2-btn--sm { padding: 10px 18px; font-size: 13px; }

/* ---------- 15.2 FEATURES ---------- */
.tce-w2-features { background: var(--w1-paper); }
.tce-w2-features__head {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    align-items: end;
    margin-bottom: 48px;
}
.tce-w2-features__head-l { min-width: 0; }
.tce-w2-features__lede {
    font-size: 17px;
    line-height: 1.6;
    color: var(--w1-ink-2);
    margin: 0;
}
.tce-w2-features__lede strong {
    color: var(--w1-ink);
    font-weight: 700;
}
.tce-w2-features__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.tce-w2-feat {
    padding: 28px 24px;
    background: #fff;
    border: 1px solid var(--w1-border);
    border-radius: 14px;
    transition: transform .3s, box-shadow .3s, border-color .3s;
    position: relative;
}
.tce-w2-feat:hover {
    transform: translateY(-4px);
    border-color: transparent;
    box-shadow: 0 24px 60px -24px rgba(12, 20, 36, .25);
}
.tce-w2-feat__ico {
    width: 46px;
    height: 46px;
    background: var(--w1-accent-tint);
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--w1-accent);
    margin-bottom: 18px;
    transition: background .25s, color .25s;
}
.tce-w2-feat:hover .tce-w2-feat__ico {
    background: var(--w1-accent);
    color: #fff;
}
.tce-w2-feat__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.01em;
    margin: 0 0 6px;
    color: var(--w1-ink);
}
.tce-w2-feat__desc {
    font-size: 14px;
    color: var(--w1-ink-2);
    line-height: 1.55;
    margin: 0;
}
.tce-w2-feat__pip {
    margin-top: 14px;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--w1-ink-3);
    padding: 4px 9px;
    background: var(--w1-paper-2);
    border-radius: 999px;
}
.tce-w2-features__foot {
    margin: 24px 0 0;
    text-align: center;
    font-size: 14px;
    color: var(--w1-ink-2);
}
.tce-w2-features__foot b {
    font-weight: 700;
    color: var(--w1-ink);
}

/* ---------- 15.25 GALERIE LEMNOS (4 imagini autentice) ---------- */
.tce-w2-gallery {
    background: var(--w1-paper);
    padding: clamp(48px, 7vw, 96px) 0;
    display: flex;
    justify-content: center;
}
.tce-w2-gallery__inner {
    width: 100%;
    max-width: var(--w1-container, 1200px);
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 48px);
    box-sizing: border-box;
}
.tce-w2-gallery__head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto clamp(32px, 5vw, 56px);
}
.tce-w2-gallery__title {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.1;
    margin: 12px 0 16px;
    color: var(--w1-ink, #1c2940);
    font-weight: 700;
}
.tce-w2-gallery__title em {
    font-style: italic;
    color: var(--w1-accent, #e85a4f);
    font-weight: 400;
}
.tce-w2-gallery__sub {
    font-size: 15px;
    line-height: 1.55;
    color: var(--w1-ink-2, #5a6a87);
    margin: 0;
}
.tce-w2-gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    justify-content: center;
}
.tce-w2-gallery__item {
    position: relative;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(28, 41, 64, 0.08);
    transition: transform .25s ease, box-shadow .25s ease;
    background: #fff;
    aspect-ratio: 4 / 5;
}
.tce-w2-gallery__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(28, 41, 64, 0.16);
}
.tce-w2-gallery__item picture,
.tce-w2-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tce-w2-gallery__cap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(28,41,64,0.92) 0%, rgba(28,41,64,0.55) 70%, transparent 100%);
    color: #fff;
    padding: 32px 16px 14px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
@media (max-width: 980px) {
    .tce-w2-gallery__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
    .tce-w2-gallery__grid { grid-template-columns: 1fr; }
    .tce-w2-gallery__item { aspect-ratio: 16 / 10; }
}

/* ---------- 15.26 SPONSOR TRANSPORT (Aerodrom Zănești) ---------- */
.tce-w2-sponsor {
    background: var(--w1-paper);
    padding: clamp(24px, 3vw, 36px) 0 clamp(8px, 1vw, 16px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tce-w2-sponsor__inner {
    width: 100%;
    max-width: 520px;
    padding: 0 clamp(20px, 4vw, 48px);
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tce-w2-sponsor__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--w1-ink-2, #5a6a87);
    margin: 0 0 12px;
    text-align: center;
}
.tce-w2-sponsor__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
}
.tce-w2-sponsor__logo img {
    max-width: 260px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
/* când sponsor e direct urmat de galerie, reducem spațiul */
.tce-w2-sponsor + .tce-w2-gallery {
    padding-top: clamp(16px, 2vw, 24px);
}

/* ---------- 15.3 STEPS ---------- */
.tce-w2-steps { background: var(--w1-paper-2); }
.tce-w2-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tce-w2-step {
    background: #fff;
    border: 1px solid var(--w1-border);
    border-radius: 14px;
    padding: 36px 32px;
    position: relative;
    transition: transform .3s, box-shadow .3s, background .3s, color .3s, border-color .3s;
    overflow: hidden;
}
.tce-w2-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px -24px rgba(12, 20, 36, .25);
    background: var(--w1-navy);
    color: #fff;
    border-color: var(--w1-navy);
}
.tce-w2-step__num {
    font-family: var(--w1-sans);
    font-weight: 800;
    font-size: clamp(64px, 7vw, 100px);
    line-height: 1;
    letter-spacing: -.04em;
    color: var(--w1-ink);
    margin-bottom: 18px;
    transition: color .3s;
    font-variant-numeric: tabular-nums;
}
.tce-w2-step:hover .tce-w2-step__num { color: var(--w1-accent-soft); }
.tce-w2-step__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    letter-spacing: -.01em;
    color: inherit;
}
.tce-w2-step__body {
    font-size: 15px;
    color: var(--w1-ink-2);
    line-height: 1.6;
    margin: 0;
    transition: color .3s;
}
.tce-w2-step:hover .tce-w2-step__body {
    color: rgba(255, 255, 255, .78);
}

.tce-w2-steps__note {
    margin-top: 28px;
    background: var(--w1-cream);
    border: 1px dashed var(--w1-accent);
    border-radius: 12px;
    padding: 22px 26px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: center;
}
.tce-w2-steps__note-ico {
    width: 36px;
    height: 36px;
    background: var(--w1-accent-tint);
    color: var(--w1-accent);
    border-radius: 10px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}
.tce-w2-steps__note-txt {
    font-size: 14px;
    color: var(--w1-ink-2);
    line-height: 1.55;
}
.tce-w2-steps__note-txt strong {
    font-weight: 700;
    color: var(--w1-ink);
}

/* ---------- 15.4 FORM SECTION ---------- */
.tce-w2-form-section {
    background: var(--w1-paper-2);
}
.tce-w2-form-shell {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 56px;
    align-items: start;
}
.tce-w2-form-side .tce-w2-eyebrow { margin-bottom: 16px; }
.tce-w2-form-side__title {
    font-family: var(--w1-sans);
    font-weight: 800;
    font-size: clamp(34px, 3.5vw, 44px);
    line-height: 1;
    letter-spacing: -.025em;
    color: var(--w1-ink);
    margin: 0 0 18px;
    text-wrap: balance;
}
.tce-w2-form-side__title em {
    font-family: var(--w1-display);
    font-style: italic;
    font-weight: 400;
    color: var(--w1-accent);
}
.tce-w2-form-side__desc {
    font-size: 15px;
    color: var(--w1-ink-2);
    line-height: 1.6;
    margin: 0 0 18px;
}
.tce-w2-form-side__age {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--w1-accent-tint);
    color: var(--w1-accent-2);
    border: 1px solid var(--w1-accent-soft);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 28px;
    line-height: 1.3;
}
.tce-w2-stamps {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--w1-border);
}
.tce-w2-stamp {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    background: #fff;
    border: 1.5px solid var(--w1-accent-soft);
    border-radius: 10px;
    align-self: flex-start;
    box-shadow: 0 4px 10px -6px rgba(232, 90, 79, .25);
    transition: transform .2s, box-shadow .2s;
}
.tce-w2-stamp--r1 { transform: rotate(-3deg); }
.tce-w2-stamp--r2 { transform: rotate(1deg); margin-left: 18px; }
.tce-w2-stamp--r3 { transform: rotate(-2deg); margin-left: 4px; }
.tce-w2-stamp:hover {
    transform: rotate(0);
    box-shadow: 0 8px 18px -6px rgba(232, 90, 79, .4);
}
.tce-w2-stamp__dot {
    width: 8px;
    height: 8px;
    background: var(--w1-accent);
    border-radius: 50%;
    flex: 0 0 auto;
}
.tce-w2-stamp__txt {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.tce-w2-stamp__txt strong {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--w1-ink);
}
.tce-w2-stamp__txt span {
    font-size: 11.5px;
    color: var(--w1-ink-3);
    font-weight: 500;
    margin-top: 2px;
}

.tce-w2-form-card {
    background: #fff;
    border: 1px solid var(--w1-border);
    border-radius: 18px;
    box-shadow: var(--w1-shadow);
    overflow: hidden;
    min-width: 0;
}

/* ---------- 15.5 PRIZE LEMNOS ---------- */
.tce-w2-prize {
    background: var(--w1-navy);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.tce-w2-prize::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 90% 20%, rgba(232, 90, 79, .18) 0%, transparent 50%);
    pointer-events: none;
}
.tce-w2-prize__inner { position: relative; }
.tce-w2-prize__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.tce-w2-prize__fig {
    position: relative;
    aspect-ratio: 5 / 6;
    border-radius: 18px;
    overflow: hidden;
    background: #0a142a;
    margin: 0;
    box-shadow: 0 30px 80px -30px rgba(232, 90, 79, .45),
                0 24px 60px -24px rgba(0, 0, 0, .55);
}
.tce-w2-prize__fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tce-w2-prize__fig::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 20, 36, 0) 55%, rgba(12, 20, 36, .65) 100%);
    pointer-events: none;
}
.tce-w2-prize__badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(255, 255, 255, .14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .22);
    color: #fff;
    padding: 7px 12px 7px 22px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .04em;
    z-index: 2;
    line-height: 1.2;
}
.tce-w2-prize__badge::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--w1-accent);
    border-radius: 50%;
}
.tce-w2-prize__cap {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    color: #fff;
    font-family: var(--w1-display);
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.25;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
    z-index: 2;
}

.tce-w2-prize__body { color: #fff; min-width: 0; }
.tce-w2-prize__title {
    font-family: var(--w1-sans);
    font-weight: 800;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: -.03em;
    color: #fff;
    margin: 0 0 16px;
}
.tce-w2-prize__title em {
    font-family: var(--w1-display);
    font-style: italic;
    font-weight: 400;
    color: var(--w1-accent-soft);
}
.tce-w2-prize__subtitle {
    font-size: 16px;
    color: var(--w1-accent-soft);
    margin: 0 0 28px;
    font-weight: 500;
}
.tce-w2-prize__list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    border-top: 1px solid rgba(255, 255, 255, .13);
}
.tce-w2-prize__list li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 14px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}
.tce-w2-prize__ck {
    width: 22px;
    height: 22px;
    background: var(--w1-accent);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}
.tce-w2-prize__lb {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 1.35;
}
.tce-w2-prize__bonus {
    padding: 20px 22px;
    background: rgba(232, 90, 79, .14);
    border: 1px dashed rgba(232, 90, 79, .55);
    border-radius: 12px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: start;
    margin-bottom: 24px;
}
.tce-w2-prize__bonus-ico {
    width: 36px;
    height: 36px;
    background: var(--w1-accent);
    color: #fff;
    border-radius: 10px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}
.tce-w2-prize__bonus-txt {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .9);
}
.tce-w2-prize__bonus-txt strong {
    color: #fff;
    font-weight: 700;
    margin-right: 4px;
}
.tce-w2-prize__note {
    margin: 18px 0 0;
    font-size: 12.5px;
    color: rgba(255, 255, 255, .55);
}

/* ---------- 15.6 CHANCES ---------- */
.tce-w2-chances {
    background: #fff;
}
.tce-w2-chances__grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 40px;
    align-items: start;
}
.tce-w2-table {
    background: #fff;
    border: 1px solid var(--w1-border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(12, 20, 36, .04);
}
.tce-w2-table__head {
    padding: 18px 26px;
    background: var(--w1-navy);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
}
.tce-w2-table__head b { font-weight: 700; }
.tce-w2-table__row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 22px 26px;
    border-bottom: 1px solid var(--w1-border);
    transition: background .2s;
}
.tce-w2-table__row:last-of-type { border-bottom: none; }
.tce-w2-table__row:hover { background: var(--w1-cream); }
.tce-w2-table__lb {
    font-size: 18px;
    font-weight: 700;
    color: var(--w1-ink);
    letter-spacing: -.005em;
}
.tce-w2-table__sub {
    display: block;
    margin-top: 2px;
    font-size: 12.5px;
    font-weight: 500;
    color: var(--w1-ink-3);
    letter-spacing: 0;
}
.tce-w2-table__v {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.tce-w2-table__big {
    font-weight: 800;
    font-size: 42px;
    color: var(--w1-accent);
    letter-spacing: -.025em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.tce-w2-table__u {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    color: var(--w1-ink-3);
    text-transform: uppercase;
}
.tce-w2-table__foot {
    padding: 14px 26px;
    background: var(--w1-cream);
    font-size: 13px;
    color: var(--w1-ink-3);
    text-align: center;
    font-weight: 500;
}

.tce-w2-bonus-stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.tce-w2-bonus {
    background: #fff;
    border: 1px solid var(--w1-border);
    border-radius: 14px;
    padding: 22px 24px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    transition: border-color .25s, transform .25s, box-shadow .25s;
}
.tce-w2-bonus:hover {
    border-color: var(--w1-accent);
    transform: translateY(-2px);
    box-shadow: var(--w1-shadow);
}
.tce-w2-bonus__b {
    width: 56px;
    height: 56px;
    background: var(--w1-accent);
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 20px;
    flex: 0 0 auto;
}
.tce-w2-bonus__title {
    font-size: 17px;
    font-weight: 700;
    color: var(--w1-ink);
    letter-spacing: -.01em;
    margin: 0 0 4px;
}
.tce-w2-bonus__desc {
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--w1-ink-2);
    margin: 0;
}

.tce-w2-example {
    background: var(--w1-navy);
    color: #fff;
    border-radius: 14px;
    padding: 22px 24px;
    margin-top: 4px;
    position: relative;
    overflow: hidden;
}
.tce-w2-example::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(232, 90, 79, .32), transparent 70%);
    transform: translate(45px, -45px);
    pointer-events: none;
}
.tce-w2-example__pip {
    position: relative;
    display: inline-block;
    padding: 4px 10px;
    background: rgba(255, 255, 255, .1);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--w1-accent-soft);
    margin-bottom: 14px;
}
.tce-w2-example__txt {
    position: relative;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
}
.tce-w2-pill {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.005em;
}
.tce-w2-pill--coral {
    background: var(--w1-accent);
    color: #fff;
}
.tce-w2-pill--navy {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
}
.tce-w2-example__plus,
.tce-w2-example__eq {
    font-weight: 700;
    font-size: 16px;
    color: rgba(255, 255, 255, .55);
}
.tce-w2-example__big {
    font-weight: 800;
    color: var(--w1-accent-soft);
    font-size: 36px;
    letter-spacing: -.02em;
    line-height: 1;
    margin: 0 4px;
    font-variant-numeric: tabular-nums;
}
.tce-w2-example__u {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, .8);
    letter-spacing: .02em;
}

/* ---------- 15.7 PRODUCTS ---------- */
.tce-w2-products {
    background: var(--w1-cream);
}
.tce-w2-products__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.tce-w2-prod {
    background: #fff;
    border: 1px solid var(--w1-border);
    border-radius: 16px;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s, border-color .3s;
    display: flex;
    flex-direction: column;
    position: relative;
}
.tce-w2-prod:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px -24px rgba(12, 20, 36, .25);
    border-color: transparent;
}
.tce-w2-prod__img {
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    background-color: #f0ede5;
    position: relative;
    transition: transform .35s ease;
    transform-origin: center;
}
.tce-w2-prod:hover .tce-w2-prod__img {
    transform: scale(1.06);
}
.tce-w2-prod__body {
    padding: 24px 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tce-w2-prod__title {
    font-size: 22px;
    font-weight: 700;
    color: var(--w1-ink);
    letter-spacing: -.015em;
    line-height: 1.15;
    margin: 0;
}
.tce-w2-prod__desc {
    font-size: 14px;
    color: var(--w1-ink-2);
    line-height: 1.55;
    margin: 0;
}
.tce-w2-prod__tags {
    display: flex;
    gap: 6px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.tce-w2-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    color: var(--w1-ink-3);
    padding: 3px 9px;
    background: var(--w1-paper-2);
    border-radius: 999px;
    line-height: 1.5;
}
.tce-w2-tag--accent {
    background: var(--w1-accent-tint);
    color: var(--w1-accent-2);
}
.tce-w2-prod__ribbon {
    position: absolute;
    top: 14px;
    right: 14px;
    background: var(--w1-accent);
    color: #fff;
    padding: 6px 12px 6px 28px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .02em;
    border-radius: 999px;
    z-index: 2;
    line-height: 1.2;
    box-shadow: 0 6px 16px -4px rgba(232, 90, 79, .4);
}
.tce-w2-prod__ribbon::before {
    content: "+1";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 800;
    font-size: 12.5px;
}

/* ---------- 15.8 Responsive ---------- */
@media (max-width: 980px) {
    .tce-w2-features__inner,
    .tce-w2-steps__inner,
    .tce-w2-form-section__inner,
    .tce-w2-prize__inner,
    .tce-w2-chances__inner,
    .tce-w2-products__inner {
        padding: 64px 20px;
    }
    .tce-w2-features__head {
        grid-template-columns: 1fr;
        gap: 18px;
        align-items: start;
    }
    .tce-w2-features__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .tce-w2-steps__grid {
        grid-template-columns: 1fr;
    }
    .tce-w2-steps__note {
        grid-template-columns: auto 1fr;
        gap: 14px 16px;
    }
    .tce-w2-steps__note .tce-w2-btn {
        grid-column: 1 / -1;
        justify-self: start;
    }
    .tce-w2-form-shell {
        /* Pe mobil: trecem la flex column ca să garantăm order:-1 (grid order are bug
           cunoscut pe iOS Safari < 16 când display:grid coexistă cu order). */
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .tce-w2-form-shell .tce-w2-form-card {
        order: -1; /* form first on mobile */
    }
    .tce-w2-form-shell .tce-w2-form-side {
        order: 1;
    }
    /* Pe mobil ascundem stampile decorative pentru a evita confuzia cu "aici se înscrie".
       Form-card-ul de deasupra conține deja CTA-ul clar. */
    .tce-w2-form-side .tce-w2-stamps {
        display: none;
    }
    .tce-w2-prize__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .tce-w2-prize__fig {
        aspect-ratio: 4 / 5;
        max-height: 520px;
    }
    .tce-w2-chances__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .tce-w2-products__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .tce-w2-features__grid {
        grid-template-columns: 1fr;
    }
    .tce-w2-table__head,
    .tce-w2-table__row,
    .tce-w2-table__foot {
        padding-left: 18px;
        padding-right: 18px;
    }
    .tce-w2-table__big { font-size: 36px; }
    .tce-w2-prize__cap { font-size: 18px; }
    .tce-w2-example__txt { font-size: 14px; }
    .tce-w2-example__big { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
    .tce-w2-feat,
    .tce-w2-step,
    .tce-w2-bonus,
    .tce-w2-prod,
    .tce-w2-prod__img,
    .tce-w2-stamp {
        transition: none;
    }
}

/* 15.9 — Specificity-safe centering override
   (style.css uses `wp-block-post-content [class^="tce-"] { margin: 0 }`
    which would otherwise wipe out our auto margins). */
.wp-block-post-content .tce-w2-features__inner,
.wp-block-post-content .tce-w2-steps__inner,
.wp-block-post-content .tce-w2-form-section__inner,
.wp-block-post-content .tce-w2-prize__inner,
.wp-block-post-content .tce-w2-chances__inner,
.wp-block-post-content .tce-w2-products__inner {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* =============================================================
 * 16. WAVE 3 — PROOF / WINNERS / FAQ / FOOTER + Microinteractions
 *    Tokens reused from section 14 (--w1-*); new components prefixed `tce-w3-*`
 *    + global [data-reveal] scroll reveal helper (used across W2 + W3)
 * ============================================================= */

/* 16.0 — Scroll reveal helper (shared with Wave 2 — opt-in via [data-reveal]) */
[data-reveal] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);
    will-change: opacity, transform;
}
[data-reveal].is-revealed {
    opacity: 1;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* 16.1 — PROOF section wrapper */
.tce-w3-proof {
    background: var(--w1-paper);
    color: var(--w1-ink);
    font-family: var(--w1-sans);
    padding: 96px 0;
}
.tce-w3-proof * { box-sizing: border-box; }
.tce-w3-proof__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.tce-w3-proof__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
    margin-top: 48px;
    align-items: stretch;
}

/* 16.2 — COUNTDOWN big navy card */
.tce-w3-countdown {
    background: linear-gradient(135deg, var(--w1-navy) 0%, var(--w1-navy-2) 100%);
    color: #fff;
    border-radius: 18px;
    padding: 36px;
    box-shadow: var(--w1-shadow-lg);
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    overflow: hidden;
}
.tce-w3-countdown::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 90% 10%, rgba(232,90,79,.18), transparent 50%);
    pointer-events: none;
}
.tce-w3-countdown__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: relative;
    z-index: 1;
}
.tce-w3-countdown__title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
    color: var(--w1-accent-soft);
    text-transform: uppercase;
}
.tce-w3-countdown__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(232,90,79,.16);
    border: 1px solid rgba(232,90,79,.35);
    color: var(--w1-accent-soft);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.tce-w3-countdown__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--w1-accent);
    animation: tce-w3-pulse 1.8s linear infinite;
}
@keyframes tce-w3-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .35; }
}

.tce-w3-countdown__time {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    position: relative;
    z-index: 1;
}
.tce-w3-countdown__num {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 8px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
}
.tce-w3-countdown__digit {
    font-family: var(--w1-sans);
    font-weight: 800;
    font-size: clamp(40px, 6vw, 72px);
    line-height: 1;
    letter-spacing: -.02em;
    font-feature-settings: 'tnum';
    font-variant-numeric: tabular-nums;
    color: #fff;
}
.tce-w3-countdown__label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--w1-ink-4);
}

.tce-w3-countdown__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.08);
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}
.tce-w3-countdown__meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0;
}
.tce-w3-countdown__pool {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: 14px;
    color: var(--w1-ink-4);
}
.tce-w3-countdown__pool strong {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    font-feature-settings: 'tnum';
    font-variant-numeric: tabular-nums;
}
.tce-w3-countdown__hash {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 12px;
}
.tce-w3-countdown__hash-label {
    color: var(--w1-ink-4);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
}
.tce-w3-countdown__hash-code {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 12px;
    color: var(--w1-accent-soft);
    background: rgba(255,255,255,.06);
    padding: 3px 8px;
    border-radius: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.tce-w3-countdown__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: var(--w1-accent);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
    transition: background .2s, transform .2s;
    flex-shrink: 0;
}
.tce-w3-countdown__cta:hover,
.tce-w3-countdown__cta:focus-visible {
    background: var(--w1-accent-2);
    transform: translateY(-1px);
}
.tce-w3-countdown__cta:focus-visible {
    outline: 2px solid var(--w1-accent-soft);
    outline-offset: 2px;
}

/* 16.3 — CALENDAR cards */
.tce-w3-calendar {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
.tce-w3-calendar__item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: var(--w1-paper);
    border: 1.5px solid var(--w1-border);
    border-radius: 12px;
    transition: border-color .25s, padding-left .25s, background .25s;
}
.tce-w3-calendar__item:hover {
    border-color: var(--w1-accent);
    padding-left: 24px;
}
.tce-w3-calendar__item--current {
    background: var(--w1-accent-tint);
    border-color: var(--w1-accent);
}
.tce-w3-calendar__item--completed {
    background: var(--w1-ok-tint);
    border-color: var(--w1-ok);
}
.tce-w3-calendar__date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    padding: 8px 6px;
    background: var(--w1-paper-2);
    border-radius: 8px;
    line-height: 1;
}
.tce-w3-calendar__item--current .tce-w3-calendar__date {
    background: var(--w1-accent);
    color: #fff;
}
.tce-w3-calendar__item--completed .tce-w3-calendar__date {
    background: var(--w1-ok);
    color: #fff;
}
.tce-w3-calendar__day {
    font-size: 22px;
    font-weight: 800;
    font-feature-settings: 'tnum';
    font-variant-numeric: tabular-nums;
}
.tce-w3-calendar__mon {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: 2px;
}
.tce-w3-calendar__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.tce-w3-calendar__name {
    font-size: 15px;
    font-weight: 700;
    color: var(--w1-ink);
}
.tce-w3-calendar__status {
    font-size: 12px;
    color: var(--w1-ink-3);
    font-weight: 600;
    letter-spacing: .04em;
}
.tce-w3-calendar__item--current .tce-w3-calendar__status {
    color: var(--w1-accent-2);
}
.tce-w3-calendar__item--completed .tce-w3-calendar__status {
    color: var(--w1-ok);
}

/* 16.4 — WINNERS empty state card (mare orizontal) */
.tce-w3-winners {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 36px;
    align-items: center;
    padding: 40px;
    background: var(--w1-cream);
    border: 1.5px solid var(--w1-border);
    border-radius: 18px;
}
.tce-w3-winners__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.tce-w3-winners__title {
    font-family: var(--w1-sans);
    font-weight: 700;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.15;
    letter-spacing: -.01em;
    color: var(--w1-ink);
    margin: 0;
    text-wrap: balance;
}
.tce-w3-winners__title em {
    font-family: var(--w1-display);
    font-style: italic;
    font-weight: 400;
    color: var(--w1-accent);
}
.tce-w3-winners__desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--w1-ink-2);
}
.tce-w3-winners__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}
.tce-w3-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .01em;
    border-radius: 10px;
    text-decoration: none;
    transition: background .2s, color .2s, transform .2s, border-color .2s;
    border: 1.5px solid transparent;
    font-family: var(--w1-sans);
    cursor: pointer;
}
.tce-w3-btn--primary {
    background: var(--w1-accent);
    color: #fff;
}
.tce-w3-btn--primary:hover,
.tce-w3-btn--primary:focus-visible {
    background: var(--w1-accent-2);
    transform: translateY(-1px);
}
.tce-w3-btn--ghost {
    background: transparent;
    color: var(--w1-ink);
    border-color: var(--w1-border-2);
}
.tce-w3-btn--ghost:hover,
.tce-w3-btn--ghost:focus-visible {
    border-color: var(--w1-ink);
    background: var(--w1-paper);
}
.tce-w3-btn:focus-visible {
    outline: 2px solid var(--w1-accent);
    outline-offset: 2px;
}

.tce-w3-winners__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.tce-w3-winners__tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px 12px;
    background: var(--w1-paper);
    border: 1.5px solid var(--w1-border);
    border-radius: 14px;
    text-align: center;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.tce-w3-winners__tile:hover {
    transform: translateY(-2px);
    border-color: var(--w1-ink-4);
    box-shadow: var(--w1-shadow);
}
.tce-w3-winners__tile--next {
    background: var(--w1-accent);
    color: #fff;
    border-color: var(--w1-accent-2);
}
.tce-w3-winners__tile--completed {
    background: var(--w1-ok);
    color: #fff;
    border-color: var(--w1-ok);
}
.tce-w3-winners__tile-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}
.tce-w3-winners__tile-day {
    font-size: 32px;
    font-weight: 800;
    font-feature-settings: 'tnum';
    font-variant-numeric: tabular-nums;
}
.tce-w3-winners__tile-mon {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-top: 4px;
    opacity: .85;
}
.tce-w3-winners__tile-status {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
}
.tce-w3-winners__tile:not(.tce-w3-winners__tile--next):not(.tce-w3-winners__tile--completed) .tce-w3-winners__tile-status {
    background: var(--w1-paper-2);
    color: var(--w1-ink-3);
}

/* 16.5 — FAQ accordion */
.tce-w3-faq {
    background: var(--w1-paper-2);
    color: var(--w1-ink);
    font-family: var(--w1-sans);
    padding: 96px 0;
}
.tce-w3-faq * { box-sizing: border-box; }
.tce-w3-faq__inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 24px;
}
.tce-w3-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 48px;
}
.tce-w3-faq__item {
    background: var(--w1-paper);
    border: 1.5px solid var(--w1-border);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color .25s, background .25s, box-shadow .25s;
}
.tce-w3-faq__item:hover {
    border-color: var(--w1-accent);
    background: var(--w1-cream);
}
.tce-w3-faq__item[open] {
    border-color: var(--w1-accent);
    background: var(--w1-cream);
    box-shadow: var(--w1-shadow);
}
.tce-w3-faq__summary {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    font-size: 16px;
    color: var(--w1-ink);
}
.tce-w3-faq__summary::-webkit-details-marker { display: none; }
.tce-w3-faq__summary::marker { display: none; content: ''; }
.tce-w3-faq__summary:focus-visible {
    outline: 2px solid var(--w1-accent);
    outline-offset: 2px;
    border-radius: 10px;
}
.tce-w3-faq__num {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 13px;
    font-weight: 700;
    color: var(--w1-accent);
    letter-spacing: .04em;
    flex-shrink: 0;
    min-width: 28px;
}
.tce-w3-faq__q {
    flex: 1 1 auto;
    line-height: 1.4;
}
.tce-w3-faq__plus {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 400;
    color: var(--w1-ink-2);
    transition: transform .25s ease, color .25s;
    line-height: 1;
}
.tce-w3-faq__item:hover .tce-w3-faq__plus,
.tce-w3-faq__item[open] .tce-w3-faq__plus {
    color: var(--w1-accent);
}
.tce-w3-faq__item[open] .tce-w3-faq__plus {
    transform: rotate(45deg);
}
.tce-w3-faq__answer {
    padding: 0 24px 22px 68px;
    color: var(--w1-ink-2);
    font-size: 15px;
    line-height: 1.65;
}
.tce-w3-faq__answer p { margin: 0; }
.tce-w3-faq__answer a {
    color: var(--w1-accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* 16.6 — FOOTER (4 cols, navy-deep) */
.tce-w3-footer {
    background: var(--w1-navy-deep);
    color: var(--w1-ink-4);
    font-family: var(--w1-sans);
    padding: 64px 0 48px;
}
.tce-w3-footer * { box-sizing: border-box; }
.tce-w3-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.tce-w3-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 36px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.tce-w3-footer__col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.tce-w3-footer__col--brand {
    gap: 14px;
}
.tce-w3-footer__brand {
    text-decoration: none;
    color: #fff;
    display: inline-block;
}
.tce-w3-footer__brand-name {
    font-family: var(--w1-sans);
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -.01em;
    color: #fff;
}
.tce-w3-footer__brand-name em {
    font-family: var(--w1-display);
    font-style: italic;
    font-weight: 400;
    color: var(--w1-accent-soft);
}
.tce-w3-footer__tag {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.01em;
}
.tce-w3-footer__desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: var(--w1-ink-4);
}
.tce-w3-footer__social {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}
.tce-w3-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255,255,255,.05);
    color: var(--w1-ink-4);
    border: 1px solid rgba(255,255,255,.08);
    transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.tce-w3-footer__social a:hover,
.tce-w3-footer__social a:focus-visible {
    background: var(--w1-accent);
    color: #fff;
    border-color: var(--w1-accent);
    transform: translateY(-1px);
}
.tce-w3-footer__heading {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #fff;
}
.tce-w3-footer__col a {
    color: var(--w1-ink-4);
    text-decoration: none;
    font-size: 14px;
    padding: 4px 0;
    transition: color .2s, padding-left .2s;
    display: inline-block;
}
.tce-w3-footer__col a:hover,
.tce-w3-footer__col a:focus-visible {
    color: var(--w1-accent-soft);
    padding-left: 4px;
}
.tce-w3-footer__col a:focus-visible {
    outline: 2px solid var(--w1-accent);
    outline-offset: 2px;
    border-radius: 4px;
}

.tce-w3-footer__legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: 24px;
    font-size: 12px;
    color: var(--w1-ink-4);
}
.tce-w3-footer__legal p { margin: 0; }
.tce-w3-footer__copy {
    font-weight: 500;
}
.tce-w3-footer__anspdcp {
    flex: 1 1 auto;
    text-align: center;
    min-width: 220px;
}
.tce-w3-footer__tagline a {
    color: var(--w1-accent-soft);
    text-decoration: none;
    transition: color .2s;
}
.tce-w3-footer__tagline a:hover,
.tce-w3-footer__tagline a:focus-visible {
    color: #fff;
    text-decoration: underline;
}
.tce-w3-footer__heart {
    color: #ff4d6d;
    display: inline-block;
    margin: 0 2px;
    transform: translateY(1px);
    animation: tce-heart-beat 1.6s ease-in-out infinite;
}
@keyframes tce-heart-beat {
    0%, 50%, 100% { transform: translateY(1px) scale(1); }
    25%, 75%     { transform: translateY(1px) scale(1.18); }
}
@media (prefers-reduced-motion: reduce) {
    .tce-w3-footer__heart { animation: none; }
}
.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* 16.7 — Responsive: tablet/mobile */
@media (max-width: 960px) {
    .tce-w3-proof__grid {
        grid-template-columns: 1fr;
    }
    .tce-w3-winners {
        grid-template-columns: 1fr;
        padding: 28px;
        gap: 24px;
    }
    .tce-w3-winners__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .tce-w3-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
    .tce-w3-footer__col--brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    .tce-w3-proof { padding: 64px 0; }
    .tce-w3-faq    { padding: 64px 0; }
    .tce-w3-countdown {
        padding: 24px;
        gap: 18px;
    }
    .tce-w3-countdown__time {
        gap: 8px;
    }
    .tce-w3-countdown__num {
        padding: 12px 4px;
    }
    .tce-w3-countdown__digit {
        font-size: clamp(32px, 11vw, 48px);
    }
    .tce-w3-countdown__foot {
        flex-direction: column;
        align-items: stretch;
    }
    .tce-w3-countdown__cta {
        justify-content: center;
    }
    .tce-w3-faq__summary {
        padding: 16px 18px;
        gap: 12px;
        font-size: 15px;
    }
    .tce-w3-faq__answer {
        padding: 0 18px 18px 18px;
    }
    .tce-w3-footer__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .tce-w3-footer__legal {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .tce-w3-footer__anspdcp {
        text-align: left;
        min-width: 0;
    }
    .tce-w3-winners__grid {
        grid-template-columns: 1fr 1fr;
    }
    .tce-w3-winners__tile {
        padding: 18px 8px;
    }
    .tce-w3-winners__tile-day {
        font-size: 26px;
    }
}

/* 16.8 — Specificity-safe centering override
   (style.css uses `wp-block-post-content [class^="tce-"] { margin: 0 }`
    which would otherwise wipe out auto margins on the W3 containers). */
.wp-block-post-content .tce-w3-proof__inner,
.wp-block-post-content .tce-w3-faq__inner,
.wp-block-post-content .tce-w3-footer__inner,
body .tce-w3-proof__inner,
body .tce-w3-faq__inner,
body .tce-w3-footer__inner {
    margin-left: auto !important;
    margin-right: auto !important;
}
