/* Action Trust Section */
.action-trust-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

/* Trust Bar */
.trust-bar {
    background: white;
    border-radius: 12px;
    padding: 16px 24px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.trust-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    flex: 1;
    min-width: 160px;
    justify-content: center;
}

.trust-icon-mini {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 102, 204, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Urgent CTA Box */
.urgent-cta-box {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border: 2px solid #0066cc;
    position: relative;
    overflow: hidden;
}

.urgent-cta-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #dc3545, #ffc107, #28a745, #0066cc);
    animation: urgentPulse 2s ease-in-out infinite;
}

@keyframes urgentPulse {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}

.urgent-content {
    margin-bottom: 0;
}

.urgent-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    animation: urgentBounce 1.5s ease-in-out infinite;
}

@keyframes urgentBounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.urgent-title {
    font-size: 32px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.highlight-red {
    color: #dc3545;
    background: linear-gradient(45deg, #dc3545, #ff6b6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
}

.urgent-description {
    font-size: 18px;
    line-height: 1.6;
    color: #2c3e50;
    margin: 0;
    font-weight: 500;
}

/* Urgent Action */
.urgent-action {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.price-highlight {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 20px 24px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(40, 167, 69, 0.3);
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}

.price-highlight::before {
    content: '🔥';
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 20px;
    animation: fireFlicker 1s ease-in-out infinite;
}

@keyframes fireFlicker {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.1) rotate(5deg); }
}

.emergency-price {
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 4px;
}

.price-subtitle {
    font-size: 16px;
    font-weight: 600;
    opacity: 0.9;
}

.urgent-call-btn {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    text-decoration: none;
    border-radius: 16px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 6px 25px rgba(220, 53, 69, 0.4);
    transition: all 0.3s ease;
    min-width: 280px;
    overflow: hidden;
    position: relative;
}

.urgent-call-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s;
}

.urgent-call-btn:hover::before {
    left: 100%;
}

.urgent-call-btn:hover {
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(220, 53, 69, 0.5);
}

.btn-icon {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.btn-content {
    padding: 20px 24px 20px 0;
    text-align: left;
    flex: 1;
}

.btn-main {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 4px;
}

.btn-sub {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.9;
}

.guarantee-text {
    font-size: 16px;
    font-weight: 600;
    color: #28a745;
    background: rgba(40, 167, 69, 0.1);
    padding: 12px 20px;
    border-radius: 25px;
    border: 2px solid rgba(40, 167, 69, 0.2);
}

/* Responsive Design */
@media (max-width: 991px) {
    .urgent-cta-box {
        padding: 32px 24px;
    }
    
    .urgent-title {
        font-size: 28px;
    }
    
    .urgent-description {
        font-size: 16px;
    }
    
    .emergency-price {
        font-size: 32px;
    }
    
    .urgent-call-btn {
        min-width: 260px;
    }
    
    .btn-main {
        font-size: 18px;
    }
    
    .trust-items {
        justify-content: center;
        gap: 16px;
    }
    
    .trust-item {
        min-width: 140px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .action-trust-section {
        padding: 24px 0;
    }
    
    .trust-bar {
        padding: 12px 16px;
        margin-bottom: 24px;
    }
    
    .trust-items {
        flex-direction: column;
        gap: 12px;
    }
    
    .trust-item {
        min-width: auto;
        width: 100%;
        justify-content: flex-start;
        font-size: 14px;
    }
    
    .urgent-cta-box {
        padding: 24px 20px;
        text-align: center;
    }
    
    .urgent-title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    
    .urgent-description {
        font-size: 15px;
        text-align: center;
        margin-bottom: 24px;
    }
    
    .price-highlight {
        padding: 16px 20px;
        margin-bottom: 16px;
    }
    
    .emergency-price {
        font-size: 28px;
    }
    
    .price-subtitle {
        font-size: 14px;
    }
    
    .urgent-call-btn {
        min-width: auto;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .btn-content {
        text-align: center;
        padding: 16px 20px;
    }
    
    .btn-icon {
        padding: 16px;
    }
    
    .btn-main {
        font-size: 16px;
    }
    
    .btn-sub {
        font-size: 13px;
    }
    
    .guarantee-text {
        font-size: 14px;
        padding: 10px 16px;
    }
}

/* Special animations for urgency */
@keyframes urgentShake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    75% { transform: translateX(2px); }
}

.urgent-call-btn:focus {
    animation: urgentShake 0.3s ease-in-out;
}

/* Pulse effect for the emergency price */
.emergency-price {
    animation: pricePulse 2s ease-in-out infinite;
}

@keyframes pricePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}