/* ==========================================================================
   VIVATEH.MD - STIL LOGISTIC PREMIUM (CLASE CORECTATE)
   ========================================================================== */

.delivery-page-container {
    max-width: 1000px;
    margin: 50px auto;
    padding: 0 25px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #2d3748;
    line-height: 1.9;
    background-color: #ffffff;
}

/* Antet / Hero cu Imagine de Fundal */
.delivery-hero.hero-with-bg {
    position: relative;
    background-image: url('/image/catalog/banners/Vivateh-livrare-1000x667.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 16px;
    padding: 85px 45px;
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 5px solid #ff6600;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* Strat de mascare semi-transparent (overlay) */
.delivery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(17, 17, 17, 0.88) 0%, rgba(26, 26, 26, 0.75) 100%);
    z-index: 1;
}

/* Conținutul adus deasupra fundalului */
.delivery-content {
    position: relative;
    z-index: 2;
}

.badge-promo {
    display: inline-block;
    background-color: rgba(255, 102, 0, 0.12);
    color: #ff6600;
    padding: 6px 22px;
    border-radius: 50px;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
}

.delivery-content h1 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.delivery-content p {
    font-size: 16px;
    color: #e2e8f0;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.75;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.delivery-divider {
    width: 50px;
    height: 3px;
    background-color: #ff6600;
    margin: 25px auto 0 auto;
}

/* Secțiunea 1: Filozofia Logistică */
.liv-premium-narrative {
    position: relative;
    padding-left: 35px;
    margin-bottom: 60px;
    text-align: justify;
}

.narrative-accent-line {
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 4px;
    background-color: #ff6600;
}

.liv-premium-narrative h2 {
    font-size: 24px;
    color: #1a202c;
    font-weight: 700;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
}

.liv-premium-narrative p {
    font-size: 15.5px;
    color: #4a5568;
    margin-bottom: 15px;
}

/* Secțiunea 2: Managementul Timpului (Split Clean) */
.liv-time-flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.time-block {
    padding: 20px 10px;
    text-align: justify;
}

.time-block.highlight-block {
    background-color: #1a202c;
    border-radius: 12px;
    padding: 35px;
    color: #ffffff;
    border-left: 4px solid #ff6600;
}

.time-meta {
    font-size: 12px;
    font-weight: 700;
    color: #ff6600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.time-block h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.time-block.highlight-block h3 { color: #ffffff; }
.time-block p { font-size: 14.5px; color: #4a5568; margin: 0; }
.time-block.highlight-block p { color: #cbd5e0; }

/* Secțiunea 3: Metode de Plată */
.liv-payment-methods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
    padding: 40px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.method-column h3 {
    font-size: 19px;
    color: #1a202c;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.method-column p {
    font-size: 14.5px;
    color: #4a5568;
    margin: 0;
    text-align: justify;
}

.method-column.text-right {
    border-left: 1px dashed #e2e8f0;
    padding-left: 50px;
}

/* Secțiunea 4: Caseta Tehnică (Gabarit Mare) */
.liv-technical-notice {
    background-color: #fffcfb;
    border: 1px solid #ffe6d5;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 60px;
}

.notice-header {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.notice-header i { color: #ff6600; }
.notice-body p { font-size: 14.5px; color: #4a5568; margin-bottom: 20px; text-align: justify; }

.liv-emergency-box {
    background-color: #ffffff;
    border: 1px dashed #cbd5e1;
    padding: 20px;
    border-radius: 8px;
    font-size: 13.5px;
    color: #4a5568;
    margin-top: 25px;
}

/* Secțiunea 5: Call to Action Minimalist */
.liv-premium-cta {
    background-color: #f7fafc;
    border-radius: 16px;
    padding: 55px 40px;
    text-align: center;
}

.cta-inner h2 { font-size: 26px; color: #111111; font-weight: 700; margin: 0 0 15px 0; }
.cta-inner p { font-size: 15.5px; color: #4a5568; max-width: 700px; margin: 0 auto 30px auto; }
.cta-phone-container { margin-bottom: 25px; }

.liv-btn-call {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #ff6600;
    color: #ffffff !important;
    font-size: 19px;
    font-weight: 700;
    padding: 14px 45px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(255, 102, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.liv-btn-call:hover {
    background-color: #e65c00;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255, 102, 0, 0.3);
    text-decoration: none;
}

.cta-footer-note {
    display: block;
    font-size: 12px;
    color: #718096;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ==========================================================================
   ADAPTABILITATE MOBIL (RESPONSIVE)
   ========================================================================== */

@media (max-width: 850px) {
    .delivery-hero.hero-with-bg {
        padding: 60px 25px;
        background-position: 35% center;
    }
    
    .delivery-content h1 { font-size: 26px; }
    .delivery-content p { font-size: 14.5px; }

    .liv-time-flow, .liv-payment-methods {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .method-column.text-right {
        border-left: none;
        padding-left: 0;
    }
    
    .liv-technical-notice, .liv-premium-cta {
        padding: 25px;
    }
}