.s6-container {
    padding: 80px 20px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.s6-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 40px;
    color: #1a202c;
}

.s6-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #f1f5f9;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.prov-tag {
    background: #f7d000;
    color: #000;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
}

.ent-name {
    font-size: 1.8rem;
    color: #007FFF;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.owner-name, .phone-num {
    font-size: 1.1rem;
    color: #4a5568;
    margin: 5px 0;
}

.s6-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.s6-nav-btn {
    background: #1e293b;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.2s;
}

.s6-nav-btn:hover {
    background: #007FFF;
}

.s6-counter {
    font-weight: 700;
    color: #64748b;
}

.s6-download-btn {
    background: #ce1021;
    color: white;
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(206, 16, 33, 0.3);
    transition: transform 0.2s;
}

.s6-download-btn:hover {
    transform: translateY(-3px);
    background: #a50d1a;
}
