/* 
   CSS pro slevovou sekci GAZU.cz 
   Nahrajte tento soubor na FTP a propojte v hlavičce webu, 
   nebo obsah vložte do vašeho hlavního CSS souboru.
*/

.gazu-promo-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 800px;
    margin: 20px auto;
    color: #333;
    line-height: 1.6;
}

.gazu-promo-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    margin-bottom: 30px;
}

.gazu-promo-header {
    background: #f8f9fa;
    padding: 20px;
    border-bottom: 2px solid #e9ecef;
    text-align: center;
}

.gazu-promo-header h2 {
    margin: 0;
    color: #2c3e50;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gazu-promo-body {
    padding: 30px;
}

.gazu-coupon-box {
    background: #fff5f5;
    border: 2px dashed #ff4d4d;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.gazu-coupon-code {
    display: inline-block;
    background: #ff4d4d;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 6px;
    margin: 10px 0;
    letter-spacing: 2px;
}

.gazu-coupon-text {
    font-size: 1.1rem;
    color: #d63031;
    font-weight: 600;
}

.gazu-info-section {
    margin-top: 20px;
}

.gazu-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.gazu-info-icon {
    background: #e1f5fe;
    color: #0288d1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    font-weight: bold;
}

.gazu-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 25px;
}

.gazu-link-card {
    background: #f1f2f6;
    padding: 15px;
    border-radius: 8px;
    text-decoration: none;
    color: #2f3542;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    text-align: center;
}

.gazu-link-card:hover {
    background: #dfe4ea;
    border-color: #ced4da;
    transform: translateY(-2px);
}

.gazu-link-card.sale {
    background: #ebfbee;
    color: #2f9e44;
}

.gazu-link-card.sale:hover {
    background: #d3f9d8;
}

.gazu-link-card.defect {
    background: #fff4e6;
    color: #d9480f;
}

.gazu-link-card.defect:hover {
    background: #ffe8cc;
}

.gazu-instruction-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
    margin: 15px auto;
    display: block;
    border: 1px solid #ddd;
}

.gazu-contact-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 600px) {
    .gazu-links-grid {
        grid-template-columns: 1fr;
    }
}
